2006-12-04 [colin] 2.6.1cvs2
[claws.git] / ChangeLog
1 2006-12-04 [colin]      2.6.1cvs2
2
3         * src/compose.c
4                 Run pre-send hook only when checking
5                 everything
6
7 2006-12-04 [paul]       2.6.1cvs1
8
9         * NEWS
10         * README
11         * RELEASE_NOTES
12         * configure.ac
13         * tools/README
14                 bump up version number following stable release
15
16 2006-12-04 [paul]       2.6.0cvs83
17
18         * README
19                 updates and corrections
20
21 2006-12-04 [colin]      2.6.0cvs82
22
23         * src/common/utils.c
24                 Probably fix bug 1066, 'Incorrect mailbox 
25                 size displayed'
26
27 2006-12-04 [colin]      2.6.0cvs81
28
29         * src/common/utils.c
30                 Trim tabs from mailcap file too.
31
32 2006-12-02 [paul]       2.6.0cvs80
33
34         * src/exphtmldlg.c
35                 fix broken GUI under certain languages
36         * src/expldifdlg.c
37                 put the Cancel button to the right
38
39 2006-12-01 [paul]       2.6.0cvs79
40
41         * tools/Makefile.am
42                 remove reference to removed file
43
44 2006-12-01 [wwp]        2.6.0cvs78
45
46         * src/addressbook.c
47         * src/editaddress.c
48                 remove forgotten debug statements.
49
50 2006-12-01 [wwp]        2.6.0cvs77
51
52         * manual/advanced.xml
53         * manual/fr/advanced.xml
54         * src/addressbook.c
55         * src/addressbook.h
56         * src/addressitem.h
57         * src/editaddress.c
58         * src/editaddress.h
59         * src/prefs_common.c
60         * src/prefs_common.h
61         * src/gtk/gtkutils.c
62         * src/gtk/gtkutils.h
63                 add a hidden option to allow embedding the editaddress (edit contact details)
64                 dialog into the addressbook's window. This doesn't change the default
65                 behaviour.
66
67 2006-12-01 [wwp]        2.6.0cvs76
68
69         * src/message_search.c
70         * src/summary_search.c
71                 fix more focus issues (don't set focus to combobox's entry widget when
72                 entry's value changed, if entry widget has focus already).
73
74 2006-12-01 [wwp]        2.6.0cvs75
75
76         * src/gtk/quicksearch.c
77                 revert last changes to the quicksearch gtk_combo_box, this needs more
78                 tuning and testing.
79
80 2006-12-01 [paul]       2.6.0cvs74
81
82         * tools/kdeservicemenu/README
83         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
84         * tools/kdeservicemenu/install.sh
85         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
86         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
87                 simplify this stuff, and in so doing,
88                 fix it. (possibly re-extend it again at
89                 a later date)
90
91 2006-12-01 [wwp]        2.6.0cvs73
92
93         * src/gtk/quicksearch.c
94                 adapt quicksearch code to use modern gtk_combo_box'es.
95
96 2006-12-01 [wwp]        2.6.0cvs72
97
98         * src/common/defs.h
99         * src/prefs_common.c
100         * src/prefs_common.h
101         * src/message_search.c
102         * src/summary_search.c
103         * src/gtk/combobox.c
104         * src/gtk/combobox.h
105                 add history combos to all message and summary search fields.
106
107 2006-12-01 [wwp]        2.6.0cvs71
108
109         * src/summaryview.c
110                 As the list may change while the mark as read delay
111                 runs, we can't rely on the 'row' pointer, which can
112                 be invalid when the timeout is called. As the mark
113                 as read is only done if the message is still selected,
114                 use summaryview->selected instead. Thanks to Colin.
115
116 2006-11-30 [paul]       2.6.0cvs70
117
118         * src/textview.c
119                 give emphasis to "Sylpheed-Claws"
120                 as well as "Claws Mail"
121
122 2006-11-30 [colin]      2.6.0cvs69
123
124         * src/wizard.c
125                 Put the SSL checkboxes in the receiving
126                 and sending server pages.
127
128 2006-11-29 [colin]      2.6.0cvs68
129
130         * src/gtk/gtkutils.c
131         * src/gtk/gtkvscrollbutton.c
132                 Revert some deprecated fixes - they seem to
133                 deprecate stuff as soon as a new one gets out.
134                 g_object_ref_sink needed glib-2.10.
135
136 2006-11-29 [colin]      2.6.0cvs67
137
138         * src/common/utils.c
139                 Create .mailcap if it doesn't exist
140
141 2006-11-29 [colin]      2.6.0cvs66
142
143         * src/compose.c
144                 Followup to cvs60: use original list
145                 of recipients if replying to a mail
146                 in Sent Drafts or Queue.
147
148 2006-11-27 [paul]       2.6.0cvs65
149
150         * src/image_viewer.c
151                 revert the last change for now (it's broken)
152
153 2006-11-27 [paul]       2.6.0cvs64
154
155         * Makefile.am
156         * configure.ac
157         * m4/aclocal-include.m4
158         * m4/check-type.m4
159         * src/Makefile.am
160         * src/addr_compl.c
161         * src/compose.c
162         * src/crash.c
163         * src/export.c
164         * src/exporthtml.c
165         * src/exportldif.c
166         * src/imap.c
167         * src/import.c
168         * src/main.c
169         * src/main.h
170         * src/matcher.c
171         * src/mimeview.c
172         * src/procmsg.c
173         * src/textview.c
174         * src/common/Makefile.am
175         * src/common/claws.c
176         * src/common/claws.h
177         * src/common/ssl.c
178         * src/common/sylpheed.c
179         * src/common/sylpheed.h
180         * src/etpan/Makefile.am
181         * src/gtk/Makefile.am
182         * src/gtk/claws-marshal.list
183         * src/gtk/filesel.c
184         * src/gtk/gtksctree.c
185         * src/gtk/quicksearch.c
186         * src/gtk/sylpheed-marshal.list
187         * src/plugins/bogofilter/bogofilter.c
188         * src/plugins/bogofilter/bogofilter_gtk.c
189         * src/plugins/clamav/clamav_plugin.c
190         * src/plugins/clamav/clamav_plugin_gtk.c
191         * src/plugins/demo/demo.c
192         * src/plugins/dillo_viewer/dillo_viewer.c
193         * src/plugins/pgpcore/Makefile.am
194         * src/plugins/pgpcore/claws.def
195         * src/plugins/pgpcore/pgp_viewer.c
196         * src/plugins/pgpcore/plugin.c
197         * src/plugins/pgpcore/sylpheed.def
198         * src/plugins/pgpinline/Makefile.am
199         * src/plugins/pgpinline/claws.def
200         * src/plugins/pgpinline/plugin.c
201         * src/plugins/pgpinline/sylpheed.def
202         * src/plugins/pgpmime/Makefile.am
203         * src/plugins/pgpmime/claws.def
204         * src/plugins/pgpmime/plugin.c
205         * src/plugins/pgpmime/sylpheed.def
206         * src/plugins/spamassassin/spamassassin.c
207         * src/plugins/spamassassin/spamassassin_gtk.c
208         * src/plugins/trayicon/trayicon.c
209                 yet more renaming
210                 remove deprecated gtk_tooltips_set_delay()
211
212 2006-11-26 [paul]       2.6.0cvs63
213
214         * src/expldifdlg.c
215         * src/folderview.c
216         * src/image_viewer.c
217         * src/mainwindow.c
218         * src/gtk/gtkutils.c
219         * src/gtk/gtkvscrollbutton.c
220         * src/gtk/prefswindow.c
221         * src/plugins/pgpcore/prefs_gpg.c
222                 replace more deprecated GTK+ functions
223
224 2006-11-26 [paul]       2.6.0cvs62
225
226         * src/addr_compl.c
227         * src/addressbook.c
228         * src/browseldap.c
229                 replace deprecated gtk_idle_... functions
230
231 2006-11-26 [paul]       2.6.0cvs61
232
233         * src/compose.c
234         * src/folderview.c
235         * src/inc.c
236         * src/summaryview.c
237         * src/gtk/gtkvscrollbutton.c
238         * src/gtk/quicksearch.c
239         * src/plugins/pgpcore/passphrase.c
240                 replace deprecated gtk_timeout_add and
241                 gtk_timeout_remove
242
243 2006-11-26 [paul]       2.6.0cvs60
244
245         * src/compose.c
246                 fix bug that caused the wrong recipient
247                 to be selected when replying to a msg
248                 which is From one of our accounts to
249                 another of our accounts
250
251 2006-11-25 [paul]       2.6.0cvs59
252
253         * src/summaryview.c
254                 don't change the From column title to
255                 To if the To column is visible
256
257 2006-11-24 [paul]       2.6.0cvs58
258
259         * src/compose.c
260                 fix bug 1069, 'Sent mails disappear, BCC
261                 or locking problem?'
262
263 2006-11-21 [wwp]        2.6.0cvs57
264
265         * src/compose.c
266                 fix spelling menu when replying (same as 2.3.1cvs39):
267                 discrepancy between context menu and top menu when
268                 folder's dictionary isn't the default one.
269
270 2006-11-19 [paul]       2.6.0cvs56
271
272         * src/summaryview.c
273                 obey always_show_msg option when
274                 marking as spam
275         * src/plugins/bogofilter/bogofilter.c
276                 fix typo
277
278 2006-11-18 [paul]       2.6.0cvs55
279
280         * AUTHORS
281         * README
282         * debian/copyright
283         * manual/ack.xml
284         * manual/es/ack.xml
285         * manual/fr/ack.xml
286         * manual/pl/ack.xml
287         * src/gtk/authors.h
288         * src/gtk/icon_legend.c
289         * src/gtk/icon_legend.h
290         * tools/OOo2claws-mail.pl
291         * tools/README
292         * tools/acroread2claws-mail.pl
293         * tools/claws.i18n.status.pl
294         * tools/filter_conv.pl
295         * tools/filter_conv_new.pl
296         * tools/freshmeat_search.pl
297         * tools/google_search.pl
298         * tools/kmail2claws-mail.pl
299         * tools/kmail2claws-mail_v2.pl
300         * tools/maildir2claws-mail.pl
301         * tools/make.themes.project
302         * tools/multiwebsearch.pl
303         * tools/outlook2claws-mail.pl
304         * tools/tb2claws-mail
305         * tools/kdeservicemenu/README
306         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
307                 update mine and wwp's email addresses in
308                 several places
309                 Patch by wwp
310         * src/prefs_compose_writing.c
311                 set sensitivity on 'new message format' frame
312
313 2006-11-17 [paul]       2.6.0cvs54
314
315         * src/gtk/about.c
316                 more reworking of the GUI
317                 Patch by Fabien Vantard
318
319 2006-11-16 [paul]       2.6.0cvs53
320
321         * src/gtk/about.c
322                 set a minimum size for the window, allow
323                 it to automatically expand as necessary
324
325 2006-11-16 [wwp]        2.6.0cvs52
326
327         * src/gtk/about.c
328                 better wrap of copyright info on some systems.
329
330 2006-11-16 [paul]       2.6.0cvs51
331
332         * src/gtk/about.c
333                 move the tech info from the upper panel
334                 to the Info tab
335                 use a gtk_text_view for the features tab
336
337 2006-11-16 [paul]       2.6.0cvs50
338
339         * po/Makevars
340                 update my email address
341         * src/addressbook.c
342         * src/compose.c
343         * src/imap_gtk.c
344         * src/mh_gtk.c
345         * src/news_gtk.c
346         * src/summaryview.c
347         * src/plugins/trayicon/trayicon.c
348                 don't offer simple menu separators
349                 for translation
350         * src/folderview.c
351                 add separator between 'mark all read'
352                 and 'search folder'
353
354 2006-11-15 [wwp]        2.6.0cvs49
355
356         * src/gtk/authors.h
357                 updated manuals authors.
358
359 2006-11-14 [paul]       2.6.0cvs48
360
361         * src/compose.c
362                 Fix Options/Reply mode after draft save
363
364 2006-11-14 [paul]       2.6.0cvs47
365
366         * src/Makefile.am
367                 Fix make DESTDIR=...
368         * src/mbox.c
369                 Optimise speed
370         * src/plugins/pgpinline/pgpinline.c
371                 Probably fix bug 1061
372
373 2006-11-14 [paul]       2.6.0cvs46
374
375         * po/Makevars
376                 enable Q_ macro
377         * src/Makefile.am
378         * src/stock_pixmap.c
379         * src/stock_pixmap.h
380         * src/gtk/about.c
381         * src/pixmaps/active.xpm
382         * src/pixmaps/inactive.xpm
383                 add a new page, 'Features', to the About dialog
384                 showing which features are compiled in and which
385                 are not
386
387 2006-11-14 [paul]       2.6.0cvs45
388
389         * po/ru.po
390                 updated by Pavlo Bohmat
391
392 2006-11-14 [colin]      2.6.0cvs44
393
394         * src/compose.c
395         * src/inc.c
396         * src/messageview.c
397         * src/news.c
398         * src/pop.c
399         * src/procmsg.c
400         * src/gtk/gtkaspell.c
401                 Fix 64-bit-related warnings
402         * src/ssl_manager.c
403                 Fix possible infinite loop
404         * src/plugins/pgpcore/sgpgme.c
405                 Remove useless check
406
407 2006-11-13 [colin]      2.6.0cvs43
408
409         * src/gtk/Makefile.am
410                 authors.h isn't generated
411
412 2006-11-13 [colin]      2.6.0cvs42
413
414         * src/plugins/pgpinline/pgpinline.c
415         * src/plugins/pgpmime/pgpmime.c
416                 Very probably fix bug 1061, 'crash on 
417                 opening signed email'. Another cast
418                 problem
419
420 2006-11-13 [colin]      2.6.0cvs41
421
422         * src/plugins/pgpcore/sgpgme.c
423                 Maybe fix bug 1061, 'crash on opening 
424                 signed email'
425
426 2006-11-13 [wwp]        2.6.0cvs40
427
428         * src/plugins/pgpinline/pgpinline.c
429                 fix candidate for bug #1057, thanks to Colin.
430
431 2006-11-13 [wwp]        2.6.0cvs39
432
433         * src/compose.c
434         * src/quote_fmt_parse.y
435                 fix bug 1052: current parser buffer was not always 
436                 allocated, ptr to this buffer could be returned as 
437                 NULL whereas no parser error has occurred. in 
438                 consequence, defining a template body as "%d" 
439                 (w/o the quotes) for the first time of the instance 
440                 of claws-mail, was reporting a parser error. make 
441                 sure that the buffer is always allocated, even to 
442                 an empty string.
443                 fix mis-unescaping in compose.:compose_quote_fmt(): 
444                 unescaping of the fmt string was always done 
445                 whereas it must be done *only* when receiving 
446                 quote format strings issued from the prefs 
447                 (compose new message, reply, forward, redirect 
448                 formats), *not* when applying templates.  in 
449                 consequences, applying templates w/ sequences 
450                 like \\|p{echo} were failing. make sure that 
451                 unescaping is done only when necessary.
452
453 2006-11-12 [colin]      2.6.0cvs38
454
455         * po/de.po
456                 Fix typo (s/KB/MB)
457
458 2006-11-12 [colin]      2.6.0cvs37
459
460         * src/plugins/pgpinline/pgpinline.c
461         * src/plugins/pgpmime/pgpmime.c
462                 Release GPG context at the latest 
463                 possible moment. Maybe fixes 
464                 bug 1057, 'crash on sending signed 
465                 message to a newsgroup'
466                 
467
468 2006-11-12 [colin]      2.6.0cvs36
469
470         * src/plugins/pgpcore/sgpgme.c
471                 Tell a bit more when gpg's status doesn't
472                 contain any signature
473
474 2006-11-12 [colin]      2.6.0cvs35
475
476         * src/compose.c
477                 Fix bug 1060, 'compilation error with 
478                 Irix's cc'
479
480 2006-11-12 [paul]       2.6.0cvs34
481
482         * doc/man/claws-mail.1
483         * src/prefs_gtk.c
484         * src/plugins/clamav/README
485         * src/plugins/spamassassin/README
486         * tools/README
487         * tools/freshmeat_search.pl
488         * tools/google_search.pl
489         * tools/multiwebsearch.pl
490                 more renaming
491         * src/plugins/trayicon/trayicon.c
492                 fix compiliation warning
493
494 2006-11-11 [colin]      2.6.0cvs33
495
496         * src/folderview.c
497                 Forbid drag and drop from/to different
498                 folders of type F_UNKNOWN
499
500 2006-11-11 [colin]      2.6.0cvs32
501
502         * src/plugins/pgpinline/pgpinline.c
503                 Fix typo in previous commit:
504                 - gpgme_new(&ctx);
505                 + if ((err = gpgme_new(&data->ctx)) ...)
506
507 2006-11-11 [colin]      2.6.0cvs31
508
509         * src/plugins/pgpinline/pgpinline.c
510         * src/plugins/pgpmime/pgpmime.c
511                 Check success after calling gpgme_new
512                 Maybe fixes bug 1057, 'crash on sending 
513                 signed message to a newsgroup'
514
515 2006-11-11 [colin]      2.6.0cvs30
516
517         * src/undo.c
518                 init undostruct to 0s (from
519                 valgrind log of bug 1057)
520
521 2006-11-10 [colin]      2.6.0cvs29
522
523         * src/mainwindow.c
524                 Set cursor to wait before filtering
525                 duplicates in all folders
526         * src/plugins/bogofilter/bogofilter.c
527         * src/plugins/bogofilter/bogofilter.h
528         * src/plugins/bogofilter/bogofilter_gtk.c
529                 Completely thread away the bogofilter
530                 filtering
531
532 2006-11-10 [mones]      2.6.0cvs28
533
534         * src/compose.c
535         * src/compose.h
536                 added COMPOSE_CHECK_BEFORE_SEND hook
537
538 2006-11-10 [paul]       2.6.0cvs27
539
540         * src/crash.c
541                 more renaming
542                 add libSM to get_compiled_in_features()
543         * src/main.c
544                 more renaming
545
546 2006-11-10 [colin]      2.6.0cvs26
547
548         * src/etpan/imap-thread.c
549                 Add a reference to libetpan's sasl engine
550                 so that sasl_done() doesn't get called by
551                 libetpan, and doesn't break openssl.
552                 Should fix bug 1053, 'SC fails to reestablish 
553                 a secure connection'
554                 Patch by Hoa
555
556 2006-11-10 [colin]      2.6.0cvs25
557
558         * manual/addrbook.xml
559         * manual/advanced.xml
560         * manual/faq.xml
561         * manual/intro.xml
562                 Some more renaming
563
564 2006-11-09 [colin]      2.6.0cvs24
565
566         * src/plugins/bogofilter/bogofilter_gtk.c
567                 Add comment about annoyance
568
569 2006-11-09 [colin]      2.6.0cvs23
570
571         * src/plugins/bogofilter/bogofilter.c
572         * src/plugins/bogofilter/bogofilter_gtk.c
573                 Prepare things needed to thread bogofilter
574                 filtering: separate bogo stuff and possible GUI
575                 stuff. 
576
577 2006-11-09 [colin]      2.6.0cvs22
578
579         * src/account.c
580         * src/compose.c
581                 Search for one of our accounts in Delivered-To
582                 (helps for auto-account selection when 
583                  replying/forwarding)
584         * src/folderview.c
585         * src/mainwindow.c
586         * src/mainwindow.h
587         * src/plugins/trayicon/trayicon.c
588                 Allow opening a new mail with any account from
589                 the contextual menu
590
591 2006-11-09 [wwp]        2.6.0cvs21
592
593         * src/compose.c
594         * src/prefs_common.c
595         * src/prefs_common.h
596         * src/prefs_compose_writing.c
597                 add a compose new message format (in prefs/compose/writing), it's a
598                 simple subject+body template to use when opening a new composition
599                 window. It's similar to the existent reply and forward formats.
600
601                 enhanced the template/format % symbols substitution mechanism to
602                 use current composition window information when % are used in
603                 the compose new message format or in templates applied to new
604                 messages (there were useless in that situations before). When
605                 applied to new messages, %d corresponds to the system time/date.
606
607 2006-11-09 [paul]       2.6.0cvs20
608
609         * src/gtk/authors.h
610                 fix last commit
611
612 2006-11-09 [paul]       2.6.0cvs19
613
614         * src/gtk/authors.h
615                 keep tje alphabetical order
616
617 2006-11-08 [colin]      2.6.0cvs18
618
619         * src/etpan/imap-thread.c
620                 Fix bug 1054, 'Slowness logging big 
621                 data chunks'
622
623 2006-11-08 [paul]       2.6.0cvs17
624
625         * tools/Makefile.am
626                 fix the renaming
627
628 2006-11-08 [paul]       2.6.0cvs16
629
630         * src/common/defs.h
631                 update BUGZILLA_URI
632
633 2006-11-08 [paul]       2.6.0cvs15
634
635         * tools/Makefile.am
636         * tools/OOo2claws-mail.pl
637         * tools/OOo2sylpheed.pl
638         * tools/README
639         * tools/acroread2claws-mail.pl
640         * tools/acroread2sylpheed.pl
641         * tools/kmail2claws-mail.pl
642         * tools/kmail2claws-mail_v2.pl
643         * tools/kmail2sylpheed.pl
644         * tools/kmail2sylpheed_v2.pl
645         * tools/maildir2claws-mail.pl
646         * tools/maildir2sylpheed.pl
647         * tools/nautilus2claws-mail.sh
648         * tools/nautilus2sylpheed.sh
649         * tools/outlook2claws-mail.pl
650         * tools/outlook2sylpheed.pl
651         * tools/tb2claws-mail
652         * tools/tb2sylpheed
653         * tools/tbird2claws.py
654         * tools/tbird2syl.py
655         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
656         * tools/kdeservicemenu/install.sh
657         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
658         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
659         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
660         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
661         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
662                 renamed (removed, added) tools files
663
664 2006-11-08 [paul]       2.6.0cvs14
665
666         * src/main.c
667         * src/common/defs.h
668                 Migrate sylpheedrc to clawsrc, and fix the standard
669                 plugins path in the process
670
671 2006-11-07 [colin]      2.6.0cvs13
672
673         * src/Makefile.am
674                 Symlink sylpheed-claws relative to 
675                 claws-mail
676
677 2006-11-07 [colin]      2.6.0cvs12
678
679         * src/compose.c
680                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
681
682 2006-11-07 [paul]       2.6.0cvs11
683
684         * src/gtk/about.c
685                 Fix a missed occurence of
686                 Sylpheed-Claws
687
688 2006-11-07 [paul]       2.6.0cvs10
689
690         * src/Makefile.am
691                 Fix symlink installation
692
693 2006-11-07 [paul]       2.6.0cvs9
694
695         * src/Makefile.am
696                 Symlink claws-mail to sylpheed-claws
697         * src/common/utils.c
698                 Fix migrating symlinks
699         * src/etpan/imap-thread.c
700                 check certificate only when there's
701                 no error
702
703 2006-11-07 [paul]       2.6.0cvs8
704
705         * Makefile.am
706                 Fix icon breakages with Gtk, which needs a 
707                 cache updated to see them.
708
709 2006-11-07 [paul]       2.6.0cvs7
710
711         * .cvsignore
712         * AUTHORS
713         * COPYING
714         * INSTALL
715         * Makefile.am
716         * NEWS
717         * README
718         * RELEASE_NOTES
719         * autogen.sh
720         * claws-mail-128x128.png
721         * claws-mail-64x64.png
722         * claws-mail.ico
723         * claws-mail.pc.in
724         * claws-mail.png
725         * configure.ac
726         * sylpheed-claws-128x128.png
727         * sylpheed-claws-64x64.png
728         * sylpheed-claws.desktop
729         * sylpheed-claws.ico
730         * sylpheed-claws.pc.in
731         * sylpheed-claws.png
732         * debian/README.Debian
733         * debian/changelog
734         * debian/claws-mail.desktop
735         * debian/claws-mail.menu
736         * debian/claws-mail.postinst.debhelper
737         * debian/claws-mail.postrm.debhelper
738         * debian/control
739         * debian/copyright
740         * debian/files
741         * debian/rules
742         * debian/sylpheed-claws.desktop
743         * debian/sylpheed-claws.menu
744         * debian/sylpheed-claws.postinst.debhelper
745         * debian/sylpheed-claws.postrm.debhelper
746         * doc/man/Makefile.am
747         * doc/man/claws-mail.1
748         * doc/man/sylpheed-claws.1
749         * doc/src/ChangeLog.claws-pre0.8.0
750         * manual/Makefile.am
751         * manual/account.xml
752         * manual/ack.xml
753         * manual/addrbook.xml
754         * manual/advanced.xml
755         * manual/claws-mail-manual.xml
756         * manual/faq.xml
757         * manual/glossary.xml
758         * manual/handling.xml
759         * manual/intro.xml
760         * manual/keyboard.xml
761         * manual/plugins.xml
762         * manual/starting.xml
763         * manual/sylpheed-claws-manual.xml
764         * manual/xml2pdf
765         * manual/dist/.cvsignore
766         * manual/dist/html/.cvsignore
767         * manual/dist/html/Makefile.am
768         * manual/dist/pdf/.cvsignore
769         * manual/dist/pdf/Makefile.am
770         * manual/dist/ps/.cvsignore
771         * manual/dist/ps/Makefile.am
772         * manual/dist/txt/.cvsignore
773         * manual/dist/txt/Makefile.am
774         * manual/es/Makefile.am
775         * manual/es/advanced.xml
776         * manual/es/claws-mail-manual.xml
777         * manual/es/faq.xml
778         * manual/es/glossary.xml
779         * manual/es/handling.xml
780         * manual/es/intro.xml
781         * manual/es/plugins.xml
782         * manual/es/sylpheed-claws-manual.xml
783         * manual/es/dist/.cvsignore
784         * manual/es/dist/html/.cvsignore
785         * manual/es/dist/html/Makefile.am
786         * manual/es/dist/pdf/.cvsignore
787         * manual/es/dist/pdf/Makefile.am
788         * manual/es/dist/ps/.cvsignore
789         * manual/es/dist/ps/Makefile.am
790         * manual/es/dist/txt/.cvsignore
791         * manual/es/dist/txt/Makefile.am
792         * manual/fr/Makefile.am
793         * manual/fr/account.xml
794         * manual/fr/ack.xml
795         * manual/fr/addrbook.xml
796         * manual/fr/advanced.xml
797         * manual/fr/claws-mail-manual.xml
798         * manual/fr/faq.xml
799         * manual/fr/glossary.xml
800         * manual/fr/handling.xml
801         * manual/fr/intro.xml
802         * manual/fr/keyboard.xml
803         * manual/fr/plugins.xml
804         * manual/fr/starting.xml
805         * manual/fr/sylpheed-claws-manual.xml
806         * manual/fr/dist/.cvsignore
807         * manual/fr/dist/html/.cvsignore
808         * manual/fr/dist/html/Makefile.am
809         * manual/fr/dist/pdf/.cvsignore
810         * manual/fr/dist/pdf/Makefile.am
811         * manual/fr/dist/ps/.cvsignore
812         * manual/fr/dist/ps/Makefile.am
813         * manual/fr/dist/txt/.cvsignore
814         * manual/fr/dist/txt/Makefile.am
815         * manual/pl/Makefile.am
816         * manual/pl/account.xml
817         * manual/pl/ack.xml
818         * manual/pl/addrbook.xml
819         * manual/pl/advanced.xml
820         * manual/pl/claws-mail-manual.xml
821         * manual/pl/faq.xml
822         * manual/pl/glossary.xml
823         * manual/pl/handling.xml
824         * manual/pl/intro.xml
825         * manual/pl/keyboard.xml
826         * manual/pl/plugins.xml
827         * manual/pl/starting.xml
828         * manual/pl/sylpheed-claws-manual.xml
829         * manual/pl/dist/.cvsignore
830         * manual/pl/dist/html/.cvsignore
831         * manual/pl/dist/html/Makefile.am
832         * manual/pl/dist/pdf/.cvsignore
833         * manual/pl/dist/pdf/Makefile.am
834         * manual/pl/dist/ps/.cvsignore
835         * manual/pl/dist/ps/Makefile.am
836         * manual/pl/dist/txt/.cvsignore
837         * manual/pl/dist/txt/Makefile.am
838         * po/.cvsignore
839         * po/Makevars
840         * src/.cvsignore
841         * src/Makefile.am
842         * src/account.c
843         * src/account.h
844         * src/action.c
845         * src/action.h
846         * src/adbookbase.h
847         * src/addr_compl.c
848         * src/addr_compl.h
849         * src/addrbook.c
850         * src/addrcache.c
851         * src/addrcache.h
852         * src/addrcindex.c
853         * src/addrcindex.h
854         * src/addrclip.c
855         * src/addrclip.h
856         * src/addrdefs.h
857         * src/addressadd.c
858         * src/addressadd.h
859         * src/addressbook.c
860         * src/addressbook.h
861         * src/addressbook_foldersel.c
862         * src/addressbook_foldersel.h
863         * src/addrgather.c
864         * src/addrgather.h
865         * src/addrharvest.c
866         * src/addrharvest.h
867         * src/addrindex.c
868         * src/addrindex.h
869         * src/addritem.c
870         * src/addritem.h
871         * src/addrquery.c
872         * src/addrquery.h
873         * src/addrselect.c
874         * src/addrselect.h
875         * src/alertpanel.c
876         * src/alertpanel.h
877         * src/browseldap.c
878         * src/browseldap.h
879         * src/codeconv.c
880         * src/codeconv.h
881         * src/compose.c
882         * src/crash.c
883         * src/crash.h
884         * src/customheader.c
885         * src/customheader.h
886         * src/displayheader.c
887         * src/displayheader.h
888         * src/editaddress.c
889         * src/editaddress.h
890         * src/editbook.c
891         * src/editbook.h
892         * src/editgroup.c
893         * src/editgroup.h
894         * src/editjpilot.c
895         * src/editjpilot.h
896         * src/editldap.c
897         * src/editldap.h
898         * src/editldap_basedn.c
899         * src/editldap_basedn.h
900         * src/editvcard.c
901         * src/editvcard.h
902         * src/exphtmldlg.c
903         * src/exphtmldlg.h
904         * src/expldifdlg.c
905         * src/expldifdlg.h
906         * src/export.c
907         * src/exporthtml.c
908         * src/exporthtml.h
909         * src/exportldif.c
910         * src/exportldif.h
911         * src/filtering.c
912         * src/filtering.h
913         * src/folder.c
914         * src/folder.h
915         * src/folder_item_prefs.c
916         * src/folder_item_prefs.h
917         * src/foldersel.c
918         * src/foldersel.h
919         * src/folderutils.c
920         * src/folderutils.h
921         * src/folderview.c
922         * src/folderview.h
923         * src/grouplistdialog.c
924         * src/grouplistdialog.h
925         * src/html.c
926         * src/html.h
927         * src/image_viewer.c
928         * src/image_viewer.h
929         * src/imap.c
930         * src/imap.h
931         * src/imap_gtk.c
932         * src/imap_gtk.h
933         * src/import.c
934         * src/import.h
935         * src/importldif.c
936         * src/importldif.h
937         * src/importmutt.c
938         * src/importmutt.h
939         * src/importpine.c
940         * src/importpine.h
941         * src/inc.c
942         * src/inc.h
943         * src/jpilot.c
944         * src/jpilot.h
945         * src/ldapctrl.c
946         * src/ldapctrl.h
947         * src/ldaplocate.c
948         * src/ldaplocate.h
949         * src/ldapquery.c
950         * src/ldapquery.h
951         * src/ldapserver.c
952         * src/ldapserver.h
953         * src/ldaputil.c
954         * src/ldaputil.h
955         * src/ldif.c
956         * src/ldif.h
957         * src/localfolder.c
958         * src/localfolder.h
959         * src/main.c
960         * src/main.h
961         * src/mainwindow.c
962         * src/mainwindow.h
963         * src/manual.c
964         * src/manual.h
965         * src/matcher.c
966         * src/matcher.h
967         * src/matcher_parser.h
968         * src/matcher_parser_lex.l
969         * src/matcher_parser_parse.y
970         * src/mbox.c
971         * src/mbox.h
972         * src/message_search.c
973         * src/message_search.h
974         * src/messageview.c
975         * src/messageview.h
976         * src/mh.c
977         * src/mh.h
978         * src/mh_gtk.c
979         * src/mh_gtk.h
980         * src/mimeview.c
981         * src/mimeview.h
982         * src/msgcache.c
983         * src/msgcache.h
984         * src/mutt.c
985         * src/mutt.h
986         * src/news.c
987         * src/news.h
988         * src/news_gtk.c
989         * src/news_gtk.h
990         * src/noticeview.c
991         * src/noticeview.h
992         * src/partial_download.c
993         * src/partial_download.h
994         * src/pine.c
995         * src/pine.h
996         * src/pop.c
997         * src/pop.h
998         * src/prefs_account.c
999         * src/prefs_account.h
1000         * src/prefs_actions.c
1001         * src/prefs_actions.h
1002         * src/prefs_common.c
1003         * src/prefs_common.h
1004         * src/prefs_compose_writing.c
1005         * src/prefs_compose_writing.h
1006         * src/prefs_customheader.c
1007         * src/prefs_customheader.h
1008         * src/prefs_display_header.c
1009         * src/prefs_display_header.h
1010         * src/prefs_ext_prog.c
1011         * src/prefs_ext_prog.h
1012         * src/prefs_filtering.c
1013         * src/prefs_folder_column.c
1014         * src/prefs_folder_column.h
1015         * src/prefs_folder_item.c
1016         * src/prefs_folder_item.h
1017         * src/prefs_fonts.c
1018         * src/prefs_fonts.h
1019         * src/prefs_gtk.c
1020         * src/prefs_gtk.h
1021         * src/prefs_image_viewer.c
1022         * src/prefs_image_viewer.h
1023         * src/prefs_matcher.c
1024         * src/prefs_matcher.h
1025         * src/prefs_message.c
1026         * src/prefs_message.h
1027         * src/prefs_msg_colors.c
1028         * src/prefs_msg_colors.h
1029         * src/prefs_other.c
1030         * src/prefs_other.h
1031         * src/prefs_quote.c
1032         * src/prefs_quote.h
1033         * src/prefs_receive.c
1034         * src/prefs_receive.h
1035         * src/prefs_send.c
1036         * src/prefs_send.h
1037         * src/prefs_spelling.c
1038         * src/prefs_spelling.h
1039         * src/prefs_summaries.c
1040         * src/prefs_summaries.h
1041         * src/prefs_summary_column.c
1042         * src/prefs_summary_column.h
1043         * src/prefs_template.c
1044         * src/prefs_template.h
1045         * src/prefs_themes.c
1046         * src/prefs_themes.h
1047         * src/prefs_toolbar.c
1048         * src/prefs_toolbar.h
1049         * src/prefs_wrapping.c
1050         * src/prefs_wrapping.h
1051         * src/privacy.c
1052         * src/privacy.h
1053         * src/procheader.c
1054         * src/procheader.h
1055         * src/procmime.c
1056         * src/procmime.h
1057         * src/procmsg.c
1058         * src/procmsg.h
1059         * src/quote_fmt.c
1060         * src/quote_fmt_parse.y
1061         * src/recv.c
1062         * src/recv.h
1063         * src/remotefolder.c
1064         * src/remotefolder.h
1065         * src/send_message.c
1066         * src/send_message.h
1067         * src/setup.c
1068         * src/setup.h
1069         * src/sourcewindow.c
1070         * src/sourcewindow.h
1071         * src/ssl_manager.c
1072         * src/ssl_manager.h
1073         * src/statusbar.c
1074         * src/statusbar.h
1075         * src/stock_pixmap.c
1076         * src/stock_pixmap.h
1077         * src/summary_search.c
1078         * src/summary_search.h
1079         * src/summaryview.c
1080         * src/summaryview.h
1081         * src/syldap.c
1082         * src/syldap.h
1083         * src/textview.c
1084         * src/textview.h
1085         * src/toolbar.c
1086         * src/toolbar.h
1087         * src/undo.c
1088         * src/undo.h
1089         * src/unmime.c
1090         * src/unmime.h
1091         * src/vcard.c
1092         * src/vcard.h
1093         * src/wizard.c
1094         * src/wizard.h
1095         * src/common/base64.c
1096         * src/common/base64.h
1097         * src/common/defs.h
1098         * src/common/hooks.c
1099         * src/common/hooks.h
1100         * src/common/log.c
1101         * src/common/log.h
1102         * src/common/mgutils.c
1103         * src/common/mgutils.h
1104         * src/common/nntp.c
1105         * src/common/nntp.h
1106         * src/common/passcrypt.c
1107         * src/common/passcrypt.h.in
1108         * src/common/plugin.c
1109         * src/common/plugin.h
1110         * src/common/prefs.c
1111         * src/common/prefs.h
1112         * src/common/progressindicator.c
1113         * src/common/progressindicator.h
1114         * src/common/quoted-printable.c
1115         * src/common/quoted-printable.h
1116         * src/common/session.c
1117         * src/common/session.h
1118         * src/common/smtp.c
1119         * src/common/smtp.h
1120         * src/common/socket.c
1121         * src/common/socket.h
1122         * src/common/ssl.c
1123         * src/common/ssl.h
1124         * src/common/stringtable.c
1125         * src/common/stringtable.h
1126         * src/common/sylpheed.c
1127         * src/common/sylpheed.h
1128         * src/common/template.c
1129         * src/common/template.h
1130         * src/common/timing.h
1131         * src/common/utils.c
1132         * src/common/utils.h
1133         * src/common/version.h.in
1134         * src/common/xml.c
1135         * src/common/xml.h
1136         * src/common/xmlprops.c
1137         * src/common/xmlprops.h
1138         * src/gtk/about.c
1139         * src/gtk/colorlabel.c
1140         * src/gtk/colorlabel.h
1141         * src/gtk/colorsel.c
1142         * src/gtk/colorsel.h
1143         * src/gtk/combobox.c
1144         * src/gtk/combobox.h
1145         * src/gtk/description_window.c
1146         * src/gtk/description_window.h
1147         * src/gtk/filesel.c
1148         * src/gtk/filesel.h
1149         * src/gtk/foldersort.c
1150         * src/gtk/foldersort.h
1151         * src/gtk/gtkaspell.c
1152         * src/gtk/gtkaspell.h
1153         * src/gtk/gtksctree.c
1154         * src/gtk/gtkshruler.c
1155         * src/gtk/gtkshruler.h
1156         * src/gtk/gtkutils.c
1157         * src/gtk/gtkutils.h
1158         * src/gtk/icon_legend.c
1159         * src/gtk/icon_legend.h
1160         * src/gtk/logwindow.c
1161         * src/gtk/logwindow.h
1162         * src/gtk/manage_window.c
1163         * src/gtk/manage_window.h
1164         * src/gtk/pluginwindow.c
1165         * src/gtk/pluginwindow.h
1166         * src/gtk/prefswindow.c
1167         * src/gtk/prefswindow.h
1168         * src/gtk/quicksearch.c
1169         * src/gtk/quicksearch.h
1170         * src/pixmaps/claws-mail.xpm
1171         * src/pixmaps/claws-mail_icon.xpm
1172         * src/pixmaps/claws-mail_logo.xpm
1173         * src/pixmaps/sylpheed-claws.xpm
1174         * src/pixmaps/sylpheed-claws_icon.xpm
1175         * src/pixmaps/sylpheed-claws_logo.xpm
1176         * src/plugins/bogofilter/Makefile.am
1177         * src/plugins/bogofilter/bogofilter.c
1178         * src/plugins/bogofilter/bogofilter.h
1179         * src/plugins/bogofilter/bogofilter_gtk.c
1180         * src/plugins/clamav/Makefile.am
1181         * src/plugins/clamav/clamav_plugin.c
1182         * src/plugins/clamav/clamav_plugin.h
1183         * src/plugins/clamav/clamav_plugin_gtk.c
1184         * src/plugins/demo/Makefile.am
1185         * src/plugins/demo/demo.c
1186         * src/plugins/dillo_viewer/Makefile.am
1187         * src/plugins/dillo_viewer/README
1188         * src/plugins/dillo_viewer/dillo_prefs.c
1189         * src/plugins/dillo_viewer/dillo_prefs.h
1190         * src/plugins/dillo_viewer/dillo_viewer.c
1191         * src/plugins/pgpcore/Makefile.am
1192         * src/plugins/pgpcore/passphrase.c
1193         * src/plugins/pgpcore/passphrase.h
1194         * src/plugins/pgpcore/pgp_viewer.c
1195         * src/plugins/pgpcore/pgp_viewer.h
1196         * src/plugins/pgpcore/plugin.c
1197         * src/plugins/pgpcore/prefs_gpg.c
1198         * src/plugins/pgpcore/prefs_gpg.h
1199         * src/plugins/pgpcore/select-keys.c
1200         * src/plugins/pgpcore/select-keys.h
1201         * src/plugins/pgpcore/sgpgme.c
1202         * src/plugins/pgpcore/sgpgme.h
1203         * src/plugins/pgpcore/sylpheed.def
1204         * src/plugins/pgpcore/version.rc
1205         * src/plugins/pgpinline/Makefile.am
1206         * src/plugins/pgpinline/pgpinline.c
1207         * src/plugins/pgpinline/pgpinline.h
1208         * src/plugins/pgpinline/plugin.c
1209         * src/plugins/pgpinline/sylpheed.def
1210         * src/plugins/pgpinline/version.rc
1211         * src/plugins/pgpmime/Makefile.am
1212         * src/plugins/pgpmime/pgpmime.c
1213         * src/plugins/pgpmime/pgpmime.h
1214         * src/plugins/pgpmime/plugin.c
1215         * src/plugins/pgpmime/sylpheed.def
1216         * src/plugins/pgpmime/version.rc
1217         * src/plugins/spamassassin/Makefile.am
1218         * src/plugins/spamassassin/README
1219         * src/plugins/spamassassin/spamassassin.c
1220         * src/plugins/spamassassin/spamassassin.h
1221         * src/plugins/spamassassin/spamassassin_gtk.c
1222         * src/plugins/trayicon/Makefile.am
1223         * src/plugins/trayicon/trayicon.c
1224         * tools/OOo2sylpheed.pl
1225         * tools/README
1226         * tools/README.sylprint
1227         * tools/acroread2sylpheed.pl
1228         * tools/claws.i18n.status.pl
1229         * tools/filter_conv.pl
1230         * tools/filter_conv_new.pl
1231         * tools/freshmeat_search.pl
1232         * tools/google_search.pl
1233         * tools/kmail2sylpheed.pl
1234         * tools/kmail2sylpheed_v2.pl
1235         * tools/make.themes.project
1236         * tools/multiwebsearch.pl
1237         * tools/nautilus2sylpheed.sh
1238         * tools/outlook2sylpheed.pl
1239         * tools/sylprint.pl
1240         * tools/sylprint.rc
1241         * tools/tb2sylpheed
1242         * tools/textviewer.sh
1243         * tools/vcard2xml.py
1244         * tools/kdeservicemenu/README
1245         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1246         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1247         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1248                 Change name to Claws Mail. Announce to follow...
1249
1250 2006-11-06 [wwp]        2.6.0cvs6
1251
1252         * src/prefs_template.c
1253                 unify messages related to quote format/template errors (fix
1254                 capitalization), again.
1255
1256 2006-11-06 [wwp]        2.6.0cvs5
1257
1258         * src/prefs_quote.c
1259                 unify messages related to quote format/template errors.
1260
1261 2006-11-06 [wwp]        2.6.0cvs4
1262
1263         * src/prefs_msg_colors.c
1264                 more uses of Q_ macro for contextual translations, thanks
1265                 to Fabien (fzzzzz).
1266
1267 2006-11-06 [wwp]        2.6.0cvs3
1268
1269         * src/compose.c
1270         * src/common/utils.c
1271         * src/common/utils.h
1272                 show an alertpanel to make sure users are aware that sensitive
1273                 files are attached (it's file blacklist-based). This will fix
1274                 interaction w/ GoogleEarth for instance, thanks to Colin.
1275
1276 2006-11-06 [wwp]        2.6.0cvs2
1277
1278         * src/prefs_quote.c
1279         * src/prefs_template.c
1280         * src/prefs_template.h
1281                 check quote format when applying/closing prefs. For now this only
1282                 shows up an error dialog box, not preventing the user from using
1283                 a broken quote (reply, forwards) format.
1284
1285 2006-11-06 [wwp]        2.6.0cvs1
1286
1287         * src/prefs_template.c
1288                 fix missing checks of some template fields.
1289
1290 2006-11-06 [paul]       2.6.0
1291
1292         * NEWS
1293         * README
1294         * RELEASE_NOTES
1295                 2.6.0 released
1296
1297 2006-11-06 [paul]       2.5.6cvs22
1298
1299         * manual/advanced.xml
1300         * manual/es/advanced.xml
1301                 put 'respect_flowed_format' info in the correct
1302                 place
1303
1304 2006-11-06 [mones]      2.5.6cvs21
1305
1306         * po/es.po
1307                 Minor fixes for release
1308
1309 2006-11-06 [paul]       2.5.6cvs20
1310
1311         * po/cs.po
1312         * po/de.po
1313         * po/fr.po
1314         * po/it.po
1315         * po/nl.po
1316         * po/pt_BR.po
1317         * po/sk.po
1318         * po/sv.po
1319         * po/zh_CN.po
1320                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
1321                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
1322                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
1323                 Young
1324
1325 2006-11-02 [colin]      2.5.6cvs19
1326
1327         * src/imap.c
1328         * src/imap.h
1329         * src/prefs_account.c
1330         * src/etpan/imap-thread.c
1331                 Add GSSAPI support - fixes Debian bug #383274
1332
1333 2006-11-01 [colin]      2.5.6cvs18
1334
1335         * src/jpilot.c
1336                 Handle libpisock12 support. Probably
1337                 fixes bug 1046, 'jpilot AddressDB.pdb 
1338                 import fail'
1339
1340 2006-11-01 [colin]      2.5.6cvs17
1341
1342         * src/folderutils.c
1343                 debug_print() folderutils_mark_all_read()
1344
1345 2006-11-01 [colin]      2.5.6cvs16
1346
1347         * COPYING
1348                 Add missed files to the Apache exception
1349
1350 2006-10-31 [colin]      2.5.6cvs15
1351
1352         * src/folder.c
1353         * src/folder.h
1354                 Add a copy_private_data() func to FolderClasses
1355                 Doesn't break the feature freeze, because we 
1356                 won't use it (right now) in the core.
1357
1358 2006-10-31 [colin]      2.5.6cvs14
1359
1360         * COPYING
1361                 Allow linking with the Apache licensed files in
1362                 src/plugins/spamassassin. Hopefully fixes 
1363                 bug 1048, 'Spamassassin plugin license problem'
1364
1365 2006-10-31 [wwp]        2.5.6cvs13
1366
1367         * src/compose.c
1368                 fix and optimize trimming of leading linefeeds in body loop.
1369
1370 2006-10-31 [colin]      2.5.6cvs12
1371
1372         * src/etpan/imap-thread.c
1373         * src/imap.c
1374                 Make really sure to have NULL sets in case
1375                 of error
1376
1377 2006-10-30 [wwp]        2.5.6cvs11
1378
1379         * src/prefs_common.c
1380         * src/prefs_common.h
1381         * src/compose.c
1382                 fix broken storage of quote format template when it contains \-escape
1383                 sequences. The application of such sequences is also fixed now (\t
1384                 in quote format will be a real tab instead of a 't', for instance).
1385
1386 2006-10-27 [colin]      2.5.6cvs10
1387
1388         * src/compose.c
1389                 Probably fix bug 1045, 'sylpheed-claws 
1390                 doesn't remove the mail from the IMAP 
1391                 Queue folder after sending'. From
1392                 2.5.6cvs3-stable
1393
1394 2006-10-27 [colin]      2.5.6cvs9
1395
1396         * configure.ac
1397                 Require libetpan-0.48. I'm so annoying,
1398                 I know ;-)
1399
1400 2006-10-27 [colin]      2.5.6cvs8
1401
1402         * src/folder.c
1403         * src/imap.c
1404                 Probably fix bug 1044, 'sylpheed-claws 
1405                 segfaults while moving mails' - Fix relation
1406                 usage when moving to an IMAP mailbox from another
1407                 mailbox
1408
1409 2006-10-26 [paul]       2.5.6cvs7
1410
1411         * src/gtk/about.c
1412                 add libSM to compiled-in features
1413                 list
1414
1415 2006-10-24 [colin]      2.5.6cvs6
1416
1417         * src/textview.c
1418         * src/gtk/gtkutils.c
1419                 Fix crash when printing emails with an
1420                 xface
1421
1422 2006-10-24 [mones]      2.5.6cvs5
1423
1424         * manual/es/advanced.xml
1425                 Synchronize hidden option respect_flowed_format
1426         * po/es.po
1427                 Updated translation
1428
1429 2006-10-21 [paul]       2.5.6cvs4
1430
1431         * src/gtk/authors.h
1432         * src/plugins/pgpcore/pgp_viewer.c
1433         * src/plugins/pgpcore/sgpgme.c
1434                 fix building on BSDs
1435                 Thanks to Michael Hughes
1436                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1437
1438 2006-10-20 [colin]      2.5.6cvs3
1439
1440         * configure.ac
1441                 Bump up libetpan requirement
1442                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
1443         * src/common/utils.c
1444         * src/common/utils.h
1445                 Add convenience get_file_mtime()
1446         * src/imap.c
1447         * src/etpan/imap-thread.c
1448         * src/etpan/imap-thread.h
1449                 Implement UIDPLUS support if the server
1450                 supports it - faster sending in this case
1451
1452 2006-10-19 [colin]      2.5.6cvs2
1453
1454         * src/gtk/quicksearch.c
1455                 Fix emptying in type-ahead+extended mode
1456         * src/mainwindow.c
1457         * src/mainwindow.h
1458                 Add a hook for offline state change
1459         * src/plugins/trayicon/trayicon.c
1460                 Use it to display offline icons
1461         * src/plugins/trayicon/Makefile.am
1462         * src/plugins/trayicon/newmail.offline.xpm
1463         * src/plugins/trayicon/newmarkedmail.offline.xpm
1464         * src/plugins/trayicon/nomail.offline.xpm
1465         * src/plugins/trayicon/unreadmail.offline.xpm
1466         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
1467                 Add the icons
1468
1469 2006-10-12 [paul]       2.5.6cvs1
1470
1471         * NEWS
1472         * README
1473         * configure.ac
1474                 Update version number following
1475                 stable release
1476
1477 2006-10-19 [colin]      2.5.5cvs18
1478
1479         * manual/handling.xml
1480                 Add type-ahead search
1481
1482 2006-10-18 [colin]      2.5.5cvs17
1483
1484         * src/gtk/quicksearch.c
1485                 Remove "save to history only if there's
1486                 no syntax error", it breaks for some 
1487                 reason which I'll investigate later.
1488
1489 2006-10-18 [colin]      2.5.5cvs16
1490
1491         * src/prefs_common.c
1492         * src/prefs_common.h
1493         * src/summaryview.c
1494         * src/gtk/quicksearch.c
1495         * src/gtk/quicksearch.h
1496                 Add a type-ahead option for fast searches
1497                 Patch by Fabien Vantard
1498
1499 2006-10-18 [colin]      2.5.5cvs15
1500
1501         * src/compose.c
1502         * src/compose.h
1503                 Add Options/Reply mode/ menu to be able to
1504                 change the recipients of a reply on the fly
1505
1506 2006-10-18 [colin]      2.5.5cvs14
1507
1508         * src/compose.c
1509                 Fix redirecting of our own sent mails
1510
1511 2006-10-17 [wwp]        2.5.5cvs13
1512
1513         * src/send_message.c
1514                 Fix duplicate error messages when sending, and missing
1515                 newline in such error messages.
1516
1517 2006-10-17 [colin]      2.5.5cvs12
1518
1519         * src/compose.c
1520                 Compare addresses case-insensitive
1521
1522 2006-10-17 [colin]      2.5.5cvs11
1523
1524         * src/plugins/pgpcore/sgpgme.c
1525                 Fix return status
1526
1527 2006-10-17 [colin]      2.5.5cvs10
1528
1529         * src/plugins/pgpcore/pgp_viewer.c
1530                 Fix return status
1531
1532 2006-10-17 [colin]      2.5.5cvs9
1533
1534         * src/quote_fmt.c
1535                 Fix a typo (thanks to Fabien)
1536
1537 2006-10-16 [colin]      2.5.5cvs8
1538
1539         * src/textview.c
1540                 Fix problem with quote-folding when emails
1541                 don't convert cleanly to UTF-8
1542
1543 2006-10-14 [colin]      2.5.5cvs7
1544
1545         * src/prefs_template.c
1546                 Reset fields when reopening
1547                 the window
1548
1549 2006-10-13 [paul]       2.5.5cvs6
1550
1551         * manual/advanced.xml
1552         * src/prefs_message.c
1553                 make 'respect_flowed_format' a hidden
1554                 option, and add a manual entry for it
1555                 Thanks to Colin
1556
1557 2006-10-12 [colin]      2.5.5cvs5
1558
1559         * src/codeconv.c
1560                 Revert part of 2.5.2cvs21:
1561                 Don't optimise by reusing the 
1562                 last iconv converter if possible:
1563                 it seems slightly broken in a 
1564                 very hard way to reproduce
1565
1566 2006-10-12 [colin]      2.5.5cvs4
1567
1568         * src/prefs_common.c
1569         * src/prefs_common.h
1570         * src/prefs_message.c
1571         * src/procmime.c
1572                 Fix bug 1035, 'Incorrect handling 
1573                 of flowed lines'. We now optionnaly
1574                 handle this format (preference is in
1575                 Message View/Text options section)
1576
1577 2006-10-12 [colin]      2.5.5cvs3
1578
1579         * po/POTFILES.in
1580                 Add new file
1581         * src/plugins/pgpcore/pgp_viewer.c
1582         * src/plugins/pgpcore/sgpgme.c
1583                 Don't try to import without asking
1584
1585 2006-10-12 [colin]      2.5.5cvs2
1586
1587         * src/compose.c
1588                 Fix bug 1036, 'Forwarding a mutlipart
1589                 mail with a "text/html" block to ms
1590                 outlook users leeds to freeze of
1591                 outlook'. Poor outlook users...
1592
1593 2006-10-12 [paul]       2.5.5cvs1
1594
1595         * NEWS
1596         * README
1597         * configure.ac
1598                 Update version number following
1599                 stable release
1600
1601 2006-10-11 [paul]       2.5.4cvs1
1602
1603         * NEWS
1604         * README
1605         * configure.ac
1606                 Update version number following
1607                 stable release
1608
1609 2006-10-11 [paul]       2.5.3cvs32
1610
1611         * src/textview.c
1612                 fix bug 1032, 'Segmentation fault when showing
1613                 message' (bug in quote folding)
1614                 Thanks to Colin
1615
1616 2006-10-10 [colin]      2.5.3cvs31
1617
1618         * src/quote_fmt.c
1619                 Rephrase english a bit
1620
1621 2006-10-10 [colin]      2.5.3cvs30
1622
1623         * src/prefs_compose_writing.c
1624                 Stop making the page larger than the window
1625
1626 2006-10-10 [wwp]        2.5.3cvs29
1627
1628         * src/compose.c
1629         * src/prefs_template.c
1630         * src/quote_fmt.c
1631         * src/quote_fmt.h
1632         * src/quote_fmt_lex.l
1633         * src/quote_fmt_parse.y
1634                 Extend the quote parser a bit: allow to get access to
1635                 basic (composing) account info.
1636
1637 2006-10-10 [colin]      2.5.3cvs28
1638
1639         * src/procheader.c
1640                 Fix this \t problem in subject
1641
1642 2006-10-09 [colin]      2.5.3cvs27
1643
1644         * src/main.c
1645         * src/prefs_gtk.c
1646                 Prepare cache a bit later
1647                 If section already exists, skip the new one 
1648                 (as previously); avoid writing the same block
1649                 twice - if we find a second block with the 
1650                 same id, skip it.
1651         * src/plugins/pgpcore/pgp_viewer.c
1652                 Set cursor to busy when retrieving a key
1653         * src/plugins/pgpcore/sgpgme.c
1654                 allow 5 seconds for gpg to export the key
1655                 
1656
1657 2006-10-09 [colin]      2.5.3cvs26
1658
1659         * configure.ac
1660         * src/msgcache.c
1661         * src/prefs_gtk.c
1662                 Check for existence of fgets_unlocked
1663                 and fwrite_unlocked
1664
1665 2006-10-09 [paul]       2.5.3cvs25
1666
1667         * src/prefs_summaries.c
1668                 replace strftime() with fast_strftime() and in
1669                 the consequence fix the bug in the display of
1670                 AM/PM in the 'Example' string
1671
1672 2006-10-09 [ticho]      2.5.3cvs24
1673
1674         * po/sk.po
1675                 Updated (and fixed up somewhat) Slovak translation.
1676
1677 2006-10-08 [colin]      2.5.3cvs23
1678
1679         * src/prefs_folder_item.c
1680                 Explain why prefs in the top-level folder
1681                 aren't retained, but are still useful
1682
1683 2006-10-08 [colin]      2.5.3cvs22
1684
1685         * src/prefs_gtk.c
1686                 Don't cache anything if caching fails
1687
1688 2006-10-08 [colin]      2.5.3cvs21
1689
1690         * src/common/utils.c
1691                 always include gi18n.h
1692
1693 2006-10-07 [colin]      2.5.3cvs20
1694
1695         * src/plugins/pgpcore/pgp_viewer.c
1696                 Kill gpg after 5 seconds wait
1697
1698 2006-10-07 [colin]      2.5.3cvs19
1699
1700         * src/plugins/pgpcore/pgp_viewer.c
1701         * src/plugins/pgpcore/pgp_viewer.h
1702                 Fix copyright
1703
1704 2006-10-07 [colin]      2.5.3cvs18
1705
1706         * src/plugins/pgpcore/pgp_viewer.c
1707         * src/plugins/pgpcore/pgp_viewer.h
1708                 Actually add the files to CVS
1709
1710 2006-10-07 [colin]      2.5.3cvs17
1711
1712         * src/plugins/pgpcore/sgpgme.c
1713                 Be sure not to crash on 'application/pgp-signature' that
1714                 are not application/pgp-signatures
1715
1716 2006-10-07 [colin]      2.5.3cvs16
1717
1718         * src/textview.c
1719         * src/textview.h
1720                 Make a bit more of the API available
1721         * src/plugins/pgpcore/Makefile.am
1722         * src/plugins/pgpcore/plugin.c
1723         * src/plugins/pgpcore/sgpgme.c
1724                 Add basic key import/export
1725
1726 2006-10-07 [colin]      2.5.3cvs15
1727
1728         * src/folderview.c
1729         * src/imap.c
1730         * src/prefs_account.c
1731         * src/wizard.c
1732                 Warn users *everywhere* if libetpan's not
1733                 linked in
1734
1735 2006-10-06 [mones]      2.5.3cvs14
1736
1737         * po/de.po
1738         * po/es.po
1739                 updated by Stephan Sachse and me
1740
1741 2006-10-06 [colin]      2.5.3cvs13
1742
1743         * src/main.c
1744         * src/common/sylpheed.c
1745                 Don't load common plugins if --exit is passed
1746         * src/prefs_gtk.c
1747         * src/prefs_gtk.h
1748                 Implement a cache to avoid reading the same
1749                 files over and over again at startup
1750
1751 2006-10-06 [colin]      2.5.3cvs12
1752
1753         * src/summaryview.c
1754         * src/gtk/quicksearch.c
1755                 Update display every 5k mails on fast searches
1756
1757 2006-10-06 [colin]      2.5.3cvs11
1758
1759         * src/textview.c
1760                 Don't do quote folding on HTML or ERTF.
1761                 May fix the Cygwin issues if they were
1762                 happening with HTML mails?
1763
1764 2006-10-05 [colin]      2.5.3cvs10
1765
1766         * src/prefs_gtk.c
1767                 Oops, forgot one
1768
1769 2006-10-05 [colin]      2.5.3cvs9
1770
1771         * src/prefs_gtk.c
1772                 Use unlocked_stdio here too
1773
1774 2006-10-05 [colin]      2.5.3cvs8
1775
1776         * src/folderview.c
1777                 Fix go to next * after preferences apply
1778         * src/msgcache.c
1779                 Do the fd lock/unlock ourselves instead of
1780                 letting the libc do it at each write 
1781
1782 2006-10-05 [colin]      2.5.3cvs7
1783
1784         * src/common/utils.c
1785                 Faster division, thanks to Jean Diraison
1786
1787 2006-10-05 [paul]       2.5.3cvs6
1788
1789         * src/common/utils.c
1790                 fix building with --disable-nls
1791
1792 2006-10-04 [colin]      2.5.3cvs5
1793
1794         * src/folder.c
1795                 Maybe fix a segfault
1796
1797 2006-10-04 [wwp]        2.5.3cvs4
1798
1799         * src/prefs_folder_item.c
1800                 Fine-tune layouts in folder item prefs. Suggested by
1801                 Fabien Vantard <fzzzzz@gmail.com>.
1802
1803 2006-10-04 [wwp]        2.5.3cvs3
1804
1805         * src/prefs_folder_item.c
1806                 Kill the clandestine passengers. You didn't see anything.
1807
1808 2006-10-04 [wwp]        2.5.3cvs2
1809
1810         * src/prefs_folder_item.c
1811                 Add a way to test the subject simplify regexp in
1812                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
1813                 w/ few layout changes.
1814
1815 2006-20-04 [paul]       2.5.3cvs1
1816
1817         * NEWS
1818         * README
1819         * configure.ac
1820                 Update version number following
1821                 stable release
1822
1823 2006-10-04 [colin]      2.5.2cvs42
1824
1825         * src/folder.c
1826         * src/folder.h
1827         * src/summaryview.c
1828                 Provide a way for folder classes to set their sort
1829                 type and key
1830
1831 2006-10-03 [colin]      2.5.2cvs41
1832
1833         * src/mh.c
1834                 Don't use strlen() to know if the
1835                 string's empty
1836
1837 2006-10-03 [colin]      2.5.2cvs40
1838
1839         * src/mh.c
1840                 Fix "check for new folders" with accentued folders
1841
1842 2006-10-03 [ticho]      2.5.2cvs39
1843
1844         * src/filtering.c
1845         * src/folder.c
1846         * src/inc.c
1847         * src/mbox.c
1848                 Colin's fix for "copy" filtering rules.
1849
1850 2006-10-02 [colin]      2.5.2cvs38
1851
1852         * src/folderview.c
1853                 Fix for double-click too
1854
1855 2006-10-02 [colin]      2.5.2cvs37
1856
1857         * src/folderview.c
1858                 correct fix for cvs36
1859
1860 2006-10-02 [colin]      2.5.2cvs36
1861
1862         * src/folderview.c
1863                 Fix 'goto next unread' after collapsing/expanding 
1864                 a node.
1865
1866 2006-10-02 [colin]      2.5.2cvs35
1867
1868         * src/summaryview.c
1869                 Fix double freeze/thaw
1870         * src/common/utils.c
1871         * src/common/utils.h
1872                 Reimplement strftime
1873         * src/procheader.c
1874                 Use it
1875
1876
1877 2006-10-02 [colin]      2.5.2cvs34
1878
1879         * src/mh.c
1880                 Time mh_write_sequences() - it's fast
1881         * src/summaryview.c
1882                 Init a variable to shut up gcc
1883
1884 2006-10-01 [colin]      2.5.2cvs33
1885
1886         * src/folder.c
1887         * src/mh.c
1888         * src/mh.h
1889         * src/msgcache.c
1890                 Add helper mh_set_mtime(), and set mtime to stat()'s result
1891                 Add fsync but disable it, it's slow as hell
1892
1893 2006-10-01 [colin]      2.5.2cvs32
1894
1895         * src/mh.c
1896         * src/msgcache.c
1897                 fflush() caches and mh_sequences before
1898                 fclose()ing
1899
1900 2006-10-01 [colin]      2.5.2cvs31
1901
1902         * src/msgcache.c
1903                 Don't ftruncate when not using mmap
1904
1905 2006-09-30 [colin]      2.5.2cvs30
1906
1907         * src/main.c
1908                 Write folder list *after* saving caches
1909
1910 2006-09-30 [colin]      2.5.2cvs29
1911
1912         * src/folder.c
1913         * src/mh.c
1914                 Debug forced mtime changes
1915
1916 2006-09-30 [colin]      2.5.2cvs28
1917
1918         * src/folder.c
1919         * src/main.c
1920                 Remove useless debug_print()s (code
1921                 well-tested)
1922
1923 2006-09-30 [colin]      2.5.2cvs27
1924
1925         * src/mh.c
1926                 Do stuff faster when writing mh_sequences
1927
1928 2006-09-30 [colin]      2.5.2cvs26
1929
1930         * src/mh.c
1931                 Don't let the writing of .mh_sequences, which
1932                 can change the folder's mtime, let us think
1933                 we need to scan.
1934
1935 2006-09-30 [colin]      2.5.2cvs25
1936
1937         * src/folder.c
1938                 Move a debug_print where it belongs 
1939                 (processing)
1940         * src/summaryview.c
1941                 Don't mess with a huge slow subject
1942                 table if we're not threading by
1943                 subject
1944
1945 2006-09-30 [colin]      2.5.2cvs24
1946
1947         * src/msgcache.c
1948                 Reenable mmaped reads (*not* writes!)
1949         * src/procmsg.c
1950                 Don't destroy and recreate hashtables just
1951                 for fun
1952         * src/common/utils.c
1953                 Remove useless reply prefixes (it's case
1954                 unsensitive)
1955
1956 2006-09-30 [wwp]        2.5.2cvs23
1957
1958         * tools/fix_date.sh
1959                 Fixed a minor bug in date value extraction, added a switch
1960                 to replace non RFC-compliant Date: value, added a switch
1961                 to use strict RFC matching patterns for dates.
1962
1963 2006-09-29 [colin]      2.5.2cvs22
1964
1965         * src/matcher_parser.h
1966         * src/matcher_parser_parse.y
1967         * src/prefs_filtering.c
1968         * src/statusbar.c
1969         * src/summary_search.c
1970         * src/summaryview.c
1971         * src/gtk/quicksearch.c
1972         * src/gtk/quicksearch.h
1973                 Optimise searches by setting different
1974                 refresh intervals (depending if the 
1975                 search is fast or not)
1976
1977 2006-09-29 [colin]      2.5.2cvs21
1978
1979         * src/codeconv.c
1980                 Optimise by reusing the last iconv converter
1981                 if possible
1982         * src/textview.c
1983                 Optimise a bit (the foldable quotes feature
1984                 still has an awful O(n^2) algo
1985
1986 2006-09-29 [colin]      2.5.2cvs20
1987
1988         * src/gtk/gtksctree.c
1989         * src/gtk/gtksctree.h
1990                 Optimise de-selection via up/down or
1991                 another key
1992
1993 2006-09-28 [colin]      2.5.2cvs19
1994
1995         * src/action.c
1996         * src/compose.c
1997         * src/folderview.c
1998         * src/mainwindow.c
1999         * src/messageview.c
2000         * src/summary_search.c
2001         * src/toolbar.c
2002                 Avoid using summaryview->ctree directly
2003
2004 2006-09-28 [colin]      2.5.2cvs18
2005
2006         * src/summaryview.c
2007         * src/summaryview.h
2008                 Add helpers to freeze/thaw/grab_focus
2009                 Factorize calls to freeze/thaw/grab_focus
2010                 
2011
2012 2006-09-28 [colin]      2.5.2cvs17
2013
2014         * src/main.c
2015                 More guards for the session management
2016
2017 2006-09-28 [colin]      2.5.2cvs16
2018
2019         * src/folderview.c
2020         * src/gtk/gtksctree.c
2021         * src/gtk/gtksctree.h
2022                 Make expanding not recursive in folderview
2023
2024 2006-09-28 [colin]      2.5.2cvs15
2025
2026         * src/addressbook.c
2027                 If nothing is selected in the list (right part)
2028                 and a group is selected in the tree (left part),
2029                 mail this group.
2030
2031 2006-09-28 [colin]      2.5.2cvs14
2032
2033         * src/Makefile.am
2034                 Actually use SM_LIBS
2035
2036 2006-09-28 [ticho]      2.5.2cvs13
2037
2038         * src/export.c
2039         * src/messageview.c
2040         * src/mimeview.c
2041         * src/news.c
2042         * src/pop.c
2043         * src/prefs_themes.c
2044         * src/procmsg.c
2045                 Small i18n string optimization.
2046         * src/send_message.c
2047         * src/summaryview.c
2048         * src/common/session.c
2049         * src/common/smtp.c
2050         * src/common/ssl_certificate.c
2051         * src/common/utils.c
2052                 Use "Couldn't" instead of "Can't" in UI messages,
2053                 where appropriate.
2054
2055 2006-09-28 [colin]      2.5.2cvs12
2056
2057         * configure.ac
2058                 Possibly fix link errors
2059
2060 2006-09-27 [wwp]        2.5.2cvs11
2061
2062         * src/gtk/authors.h
2063         * doc/man/sylpheed-claws.1
2064         * manual/ack.xml
2065         * manual/es/ack.xml
2066         * manual/fr/ack.xml
2067         * manual/pl/ack.xml
2068                 Updated authors info (me, myself and I).
2069
2070 2006-09-27 [colin]      2.5.2cvs10
2071
2072         * src/addressbook.c
2073                 Remove useless printf
2074
2075 2006-09-27 [wwp]        2.5.2cvs9
2076
2077         * src/editgroup.c
2078         * src/send_message.c
2079         * src/inc.c
2080         * src/prefs_common.c
2081         * src/prefs_common.h
2082         * src/gtk/progressdialog.c
2083                 remember more windows' sizes (send dialog, received dialog,
2084                 edit group in addressbook).
2085
2086 2006-09-27 [colin]      2.5.2cvs8
2087
2088         * configure.ac
2089         * src/main.c
2090         * src/mainwindow.h
2091                 Use libSM to communicate with the session
2092                 manager, so that we can know when the 
2093                 session ends, save our caches, and draft
2094                 our compose windows.
2095
2096 2006-09-27 [colin]      2.5.2cvs7
2097
2098         * src/addressbook.c
2099                 Fix issues:
2100                 o Allow Book and Group creation from the tree's
2101                   contextual menu
2102                 o Do not actually delete the contacts when 
2103                   deleting groups from the tree (duh!)
2104
2105 2006-09-27 [colin]      2.5.2cvs6
2106
2107         * src/compose.c
2108         * src/compose.h
2109         * src/mainwindow.c
2110         * src/textview.c
2111         * src/toolbar.c
2112                 o Allow passing an email address to 
2113                   compose_new_with_folderitem
2114                 o Update callers
2115                 o Use current folderitem when clicking
2116                   on a TextView mailto: link
2117                 o Fix a possible leak in TextView
2118
2119 2006-09-27 [colin]      2.5.2cvs5
2120
2121         * src/html.c
2122                 Use UTF-8 chars to replace HTML entities
2123
2124 2006-09-27 [colin]      2.5.2cvs4
2125
2126         * AUTHORS
2127         * src/prefs_account.c
2128         * src/gtk/authors.h
2129                 Fix bug #1024 (Array index out of
2130                 range in sylpheed-claws-2.5.2)
2131                 Patch by Ales Nosek <anosek@suse.cz>
2132
2133 2006-09-27 [colin]      2.5.2cvs3
2134
2135         * src/addr_compl.c
2136                 Actually do the test
2137
2138 2006-09-27 [colin]      2.5.2cvs2
2139
2140         * src/addr_compl.c
2141         * src/addr_compl.h
2142                 Allow completing with comma (in certain cases: vCalendar
2143                 for example doesn't support that)
2144                 Patch by Fabien Vantard
2145
2146 2006-09-26 [colin]      2.5.2cvs1
2147
2148         * src/Makefile.am
2149         * src/addr_compl.c
2150         * src/addr_compl.h
2151         * src/addrbook.c
2152         * src/addrbook.h
2153         * src/addressbook.c
2154         * src/addrindex.c
2155         * src/addrindex.h
2156         * src/compose.c
2157         * src/prefs_common.c
2158         * src/prefs_filtering_action.c
2159         * src/prefs_folder_item.c
2160         * src/prefs_template.c
2161         * src/stock_pixmap.c
2162         * src/stock_pixmap.h
2163         * src/pixmaps/addr_one.xpm
2164         * src/pixmaps/addr_two.xpm
2165                 Add auto-completion on groups
2166
2167 2006-09-26 [colin]      2.5.2
2168
2169         * NEWS
2170         * README
2171         * RELEASE_NOTES
2172                 2.5.2 released
2173
2174 2006-09-26 [colin]      2.5.1cvs5
2175
2176         * src/matcher.c
2177                 Fix condition
2178
2179 2006-09-26 [colin]      2.5.1cvs4
2180
2181         * src/mbox.c
2182                 Revert cvs1 (useless as the message is printed 
2183                 every 500 mails)
2184
2185 2006-09-26 [colin]      2.5.1cvs3
2186
2187         * src/partial_download.c
2188                 Fix crasher found by Alexsandar Urosevic
2189
2190 2006-09-26 [colin]      2.5.1cvs2
2191
2192         * src/summaryview.c
2193                 Fix bug #1023 (Sylpheed deletes too much messages)
2194
2195 2006-09-26 [ticho]      2.5.1cvs1
2196
2197         * src/mbox.c
2198                 Make use of gettext's multiple plurals for statusbar
2199                 progress message.
2200
2201 2006-09-25 [paul]       2.5.1
2202
2203         * NEWS
2204         * README
2205         * RELEASE_NOTES
2206                 2.5.1 released
2207
2208 2006-09-25 [colin]      2.5.0cvs3
2209
2210         * src/plugins/bogofilter/bogofilter.c
2211         * src/plugins/clamav/clamav_plugin.c
2212         * src/plugins/spamassassin/spamassassin.c
2213                 BogoFilter, Spamassassin: Fix double hook registering after
2214                 visiting preferences
2215                 Spamassassin, Clamav: Just set the mails to move instead of
2216                 doing the move - caller will move the things at once.
2217
2218 2006-09-25 [colin]      2.5.0cvs2
2219
2220         * src/imap.c
2221         * src/etpan/imap-thread.c
2222                 Use UID SEARCH ALL instead of UID 1:*
2223                 (braindead servers can't figure out that's
2224                 the same...)
2225
2226 2006-09-25 [wwp]        2.5.0cvs1
2227
2228         * src/message_search.c
2229                 Added the ability to stop a running search (in message body).
2230
2231 2006-09-25 [paul]       2.5.0
2232
2233         * NEWS
2234         * README
2235         * RELEASE_NOTES
2236                 2.5.0 released
2237
2238 2006-09-25 [paul]       2.4.0cvs214
2239
2240         * po/cs.po
2241         * po/de.po
2242         * po/fi.po
2243         * po/fr.po
2244         * po/nl.po
2245         * po/pt_BR.po
2246         * po/sk.po
2247         * po/sr.po
2248         * po/zh_CN.po
2249                 updated by Tim, Stephan Sachse, Flammie Pirinen,
2250                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
2251                 Ticho, Aleksander Urosevic, Ralgh Young
2252
2253 2006-09-24 [mones]      2.4.0cvs213
2254
2255         * po/es.po
2256                 Updated for release
2257
2258 2006-09-23 [colin]      2.4.0cvs212
2259
2260         * src/gtk/inputdialog.c
2261                 Fix [ ] remember this appearing in normal
2262                 input dialogs after it's been used by
2263                 mimeview.
2264         * src/folder.c
2265         * src/folderview.c
2266         * src/msgcache.c
2267         * src/procmsg.c
2268         * src/summaryview.c
2269         * src/textview.c
2270         * src/common/timing.h
2271                 Enable timings in debug mode and make it
2272                 look prettier.
2273
2274 2006-09-22 [colin]      2.4.0cvs211
2275
2276         * README
2277                 Revert test change
2278         * commitHelper
2279                 ping the correct URI
2280
2281 2006-09-22 [colin]      2.4.0cvs210
2282
2283         * README
2284                 Let's see if bug #1022 is fixed
2285
2286 2006-09-21 [colin]      2.4.0cvs209
2287
2288         * src/wizard.c
2289         * src/common/plugin.c
2290                 Prepare infra to load predefined plugins when
2291                 no configuration existed. Don't actually load
2292                 anything yet (feat. freeze)
2293
2294 2006-09-21 [wwp]        2.4.0cvs208
2295
2296         * manual/fr/faq.xml
2297                 Partial sync w/ 2.4.0cvs72:
2298                 wrap file and minor updates.
2299
2300 2006-09-21 [wwp]        2.4.0cvs207
2301
2302         * tools/fix_date.sh
2303                 several fixes and enhancements. A new --force switch has been
2304                 added to prevent overriding by default Date: header when
2305                 already existing.
2306
2307 2006-09-21 [paul]       2.4.0cvs206
2308
2309         * src/common/utils.c
2310                 add Chinese UTF8 Re prefix
2311
2312 2006-09-21 [wwp]        2.4.0cvs205
2313
2314         * tools/Makefile.am
2315                 Fics alfabettical order.
2316
2317 2006-09-21 [wwp]        2.4.0cvs204
2318
2319         * tools/fix_date.sh
2320         * tools/Makefile.am
2321                 Added an action tool to fix missing Date field in emails.
2322                 Updated Makefile.am to reflect those last two additions.
2323
2324 2006-09-21 [wwp]        2.4.0cvs203
2325
2326         * tools/uuooffice
2327                 Added a action tool to open uuencoded docs w/
2328                 OpenOffice (based on uudec method).
2329
2330 2006-09-21 [colin]      2.4.0cvs202
2331
2332         * src/compose.c
2333         * src/textview.c
2334                 Workaround possible GTK crash: remove selection 
2335                 clipboard before destroying widget, or GTK+-2.10
2336                 dies. Thanks to Hiro.
2337
2338 2006-09-20 [colin]      2.4.0cvs201
2339
2340         * src/compose.c
2341                 Fix free-after-use in some cases (when 
2342                 procmime_encode_content() frees mimeinfo->data.mem
2343                 and turns it to a temp file)
2344
2345 2006-09-20 [colin]      2.4.0cvs200
2346
2347         * src/folderview.c
2348         * src/summaryview.c
2349         * src/gtk/gtksctree.c
2350         * src/gtk/gtksctree.h
2351                 Add tooltips in the folderview and summaryview
2352                 (Doesn't break string freeze as they already
2353                 exist)
2354         * src/toolbar.c
2355                 Put the spam button in the default configuration
2356                 if compiled with bogo plugin too
2357
2358 2006-09-19 [colin]      2.4.0cvs199
2359
2360         * src/summaryview.c
2361         * src/summaryview.h
2362                 Update folder name label on folder rename
2363         * src/prefs_matcher.c
2364         * src/gtk/logwindow.h
2365                 Fix warnings
2366                 Patches by Fabien
2367
2368 2006-09-19 [wwp]        2.4.0cvs198
2369
2370         * src/summary_search.c
2371                 fix can't click forward/backward buttons in the
2372                 search messages.
2373
2374 2006-09-18 [paul]       2.4.0cvs197
2375
2376         * src/wizard.c
2377                 add missing bracket, capitalise the A of
2378                 'SpamAssassin'
2379
2380 2006-09-18 [paul]       2.4.0cvs196
2381
2382         * src/compose.c
2383                 fix bug 1012 'crashed upon sending mail
2384                 from compose window'
2385                 Thanks to Colin
2386
2387 2006-09-16 [colin]      2.4.0cvs195
2388
2389         * src/folderview.c
2390                 Fix "real-time" sorting by freezing/thawing
2391
2392 2006-09-16 [colin]      2.4.0cvs194
2393
2394         * manual/faq.xml
2395                 Fix the anti-spam entry a bit
2396
2397 2006-09-16 [colin]      2.4.0cvs193
2398
2399         * src/wizard.c
2400                 Make sure reviewers have no excuse when stating
2401                 Sylpheed-Claws doesn't have antispam capabilities.
2402
2403 2006-09-16 [colin]      2.4.0cvs192
2404
2405         * src/main.c
2406                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
2407                 as if the SIGPIPE comes from etpan's thread we could
2408                 trigger a GUI update from this thread.
2409
2410 2006-09-16 [colin]      2.4.0cvs191
2411
2412         * src/summaryview.c
2413                 Init all members of the struct
2414
2415 2006-09-16 [paul]       2.4.0cvs190
2416
2417         * src/account.c
2418                 improvements to the English
2419
2420 2006-09-15 [colin]      2.4.0cvs189
2421
2422         * src/summaryview.c
2423                 HIG order on dialog
2424
2425 2006-09-14 [colin]      2.4.0cvs188
2426
2427         * src/common/socket.c
2428         * src/common/socket.h
2429         * src/common/ssl.c
2430         * src/common/ssl_certificate.c
2431         * src/common/ssl_certificate.h
2432         * src/etpan/imap-thread.c
2433                 the get_fqdn() call done to get canonical name when
2434                 checking an SSL certificate is blocking, which is
2435                 sad as we just did a non-blocking lookup to connect.
2436                 Fix that by letting the fqdn available to the SockInfo,
2437                 and use that in ssl_certificate_check(). For IMAP,
2438                 we don't do it as the lookup's done by libetpan, but
2439                 it's less annoying as IMAP connections as much more
2440                 rare than POP3 connections.
2441
2442 2006-09-14 [paul]       2.4.0cvs187
2443
2444         * manual/advanced.xml
2445                 improvements to the English,
2446                 properly place the new hidden options
2447                 within the alphabetical order
2448         * src/gtk/pluginwindow.c
2449                 improvements to the English
2450
2451 2006-09-14 [colin]      2.4.0cvs186
2452
2453         * src/prefs_common.c
2454         * src/prefs_common.h
2455         * src/gtk/gtksctree.c
2456         * manual/advanced.xml
2457                 New hidden pref, stripes_color_offset, to change
2458                 the value added/substracted to normal bgcolor to
2459                 create the stripes in summaries
2460
2461 2006-09-13 [colin]      2.4.0cvs185
2462
2463         * src/gedit-print.c
2464         * src/messageview.c
2465         * src/messageview.h
2466         * src/summaryview.c
2467         * src/textview.c
2468                 Fix misc. printing issues: 
2469                 - Bad font for linkified headers
2470                 - Different font if the mail was displayed or not
2471                 - Factorize the thing
2472
2473 2006-09-13 [colin]      2.4.0cvs184
2474
2475         * src/common/ssl_certificate.c
2476                 Only get FQDN once when checking certificate
2477
2478 2006-09-13 [colin]      2.4.0cvs183
2479
2480         * src/account.c
2481         * src/gtk/pluginwindow.c
2482                 Misc. GUI fixes by Fabien
2483
2484 2006-09-13 [wwp]        2.4.0cvs182
2485
2486         * configure.ac
2487         * src/common/utils.h
2488         * src/common/utils.c
2489                 get rid of unused wide-char functions.
2490
2491 2006-09-13 [wwp]        2.4.0cvs181
2492
2493         * src/plugins/pgpinline/sylpheed.def
2494         * src/textview.c
2495                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
2496                 add privacy_reset_error to the .def file,
2497                 do not fork for an external textviewer.
2498
2499 2006-09-13 [wwp]        2.4.0cvs180
2500
2501         * src/prefs_common.c
2502                 fix broken font entry in prefs (patch issued by the gpg4win team,
2503                 probably by Marcus Brinkmann <marcus@g10code.de>).
2504
2505 2006-09-13 [colin]      2.4.0cvs179
2506
2507         * src/folder.h
2508                 Fix a warning in summaryview.c
2509         * src/mainwindow.c
2510         * src/summaryview.c
2511         * src/summaryview.h
2512                 Add missing Mark/* elements in the
2513                 main menu
2514
2515 2006-09-12 [colin]      2.4.0cvs178
2516
2517         * src/prefs_actions.c
2518         * src/prefs_filtering_action.c
2519         * src/prefs_matcher.c
2520                 Use (New) instead of New everywhere
2521
2522 2006-09-12 [wwp]        2.4.0cvs177
2523
2524         * manual/fr/addrbook.xml
2525         * manual/fr/handling.xml
2526                 updated some quotes in the fr manual to match the fr translation.
2527
2528 2006-09-12 [wwp]        2.4.0cvs176
2529
2530         * src/prefs_matcher.c
2531                 don't store translated string elements in matcher expressions.
2532                 Also fixed a misused of Q_().
2533
2534 2006-09-11 [wwp]        2.4.0cvs175
2535
2536         * src/plugins//bogofilter/bogofilter.c
2537         * src/plugins//clamav/clamav_plugin.c
2538         * src/plugins//demo/demo.c
2539         * src/plugins//dillo_viewer/dillo_viewer.c
2540         * src/plugins//pgpcore/plugin.c
2541         * src/plugins//pgpinline/plugin.c
2542         * src/plugins//pgpmime/plugin.c
2543         * src/plugins//spamassassin/spamassassin.c
2544                 gettext-ize more strings (mostly plugin error messages).
2545
2546 2006-09-11 [colin]      2.4.0cvs174
2547
2548         * src/alertpanel.c
2549                 Make maximum buffer size bigger to avoid
2550                 truncating translated messages. Patch by
2551                 Fabien
2552
2553 2006-09-11 [colin]      2.4.0cvs173
2554
2555         * src/etpan/imap-thread.c
2556                 Fix compilation on OpenBSD, thanks to 
2557                 Landry
2558
2559 2006-09-10 [wwp]        2.4.0cvs172
2560
2561         * manual/account.xml
2562         * manual/addrbook.xml
2563         * manual/handling.xml
2564         * manual/es/handling.xml
2565         * manual/fr/account.xml
2566         * manual/fr/addrbook.xml
2567         * manual/fr/handling.xml
2568                 documented addressbook matching (condition configuration):
2569                   addrbook.xml, en fr
2570                 documented per-account filtering rules (handling/filtering
2571                   section, account section):
2572                   account.xml, handling.xml, en fr
2573                 slightly updated the handling/searching section to tell few
2574                   words about the extended search ability:
2575                   handling.xml, en fr
2576                 added missing <quote></quotes> to Quick Search:
2577                   handling.xml, en fr es
2578                 fixed a typo (auomatically):
2579                   handling.xml, en
2580                 changes revisited by Paul.
2581
2582 2006-09-10 [paul]       2.4.0cvs171
2583
2584         * src/prefs_actions.c
2585         * src/prefs_filtering.c
2586         * src/prefs_template.c
2587                 adjustments to the gui
2588                 Patch by Fabien Vantard (slightly modified)
2589
2590 2006-09-10 [colin]      2.4.0cvs170
2591
2592         * src/summaryview.c
2593                 Check folderitem/summaryview consistency
2594                 (basically automates Update summary). Fixes
2595                 #1011 (wrong (negative) count on unread 
2596                 messages)
2597
2598 2006-09-10 [colin]      2.4.0cvs169
2599
2600         * src/gtk/gtksctree.c
2601                 Fix recursive expansion via mouse
2602         * src/plugins/bogofilter/bogofilter.c
2603                 Use normal filtering way of moving
2604                 messages (batching), possibly fixing
2605                 bug #1015 (Bogofilter plugin doubles 
2606                 new messages)
2607
2608 2006-09-09 [wwp]        2.4.0cvs168
2609
2610         * src/prefs_filtering.c
2611                 better place for this fix.
2612
2613 2006-09-09 [wwp]        2.4.0cvs167
2614
2615         * src/prefs_filtering.c
2616                 fix a minor bug when the enabled status of a filtering/processing
2617                 rule always got set to TRUE when replacing this rule. That still
2618                 make sense when adding a new rule, but now when replacing, we
2619                 don't override the value of 'enabled'.
2620                 Also renamed the func prefs_filtering_list_view_get_rule_name()
2621                 to prefs_filtering_list_view_get_info() as this function not only
2622                 returns the name, but also the account_id and the enabled status.
2623
2624 2006-09-09 [mones]      2.4.0cvs166
2625
2626         * manual/glossary.xml
2627         * manual/plugins.xml
2628                 Minor format corrections
2629         * manual/gpl.xml
2630                 Fix misplaced NO WARRANTY section
2631         * manual/es/advanced.xml
2632         * manual/es/faq.xml
2633         * manual/es/glossary.xml
2634         * manual/es/gpl.xml
2635         * manual/es/handling.xml
2636         * manual/es/plugins.xml
2637         * manual/es/starting.xml
2638                 Incorporate changes from English version
2639         * manual/fr/ack.xml
2640         * manual/pl/ack.xml
2641         * manual/es/ack.xml
2642                 Fix address, (add translation credits in es version)
2643         * po/es.po
2644                 Updated translation
2645
2646 2006-09-09 [wwp]        2.4.0cvs165
2647
2648         * src/prefs_filtering.c
2649                 fix a crash when opening filtering prefs, if matcherrc file contains
2650                 broken data (non-existing account id, which is theoretically not
2651                 possible).
2652
2653 2006-09-08 [colin]      2.4.0cvs164
2654
2655         * src/folder.c
2656                 Wrong assert, make it an if()
2657         * src/gtk/gtksctree.c
2658                 Fix bug #1013 (expand selected thread 
2659                 tree) - expanding is now recursive
2660
2661 2006-09-07 [wwp]        2.4.0cvs163
2662
2663         * src/prefs_matcher.c
2664                 make better sentences about addressbook matching in the
2665                 matcher prefs. This should make translators' work easier
2666                 too.
2667
2668 2006-09-07 [wwp]        2.4.0cvs162
2669
2670         * src/prefs_filtering.c
2671                 code simplification (get rid of dup var. assignment).
2672
2673 2006-09-07 [wwp]        2.4.0cvs161
2674
2675         * src/summaryview.c
2676                 use GTK_STOCK icons when possible, patch by Fabien Vantard
2677                 <fzzzzz@gmail.com>.
2678
2679 2006-09-07 [paul]       2.4.0cvs160
2680
2681         * src/mimeview.c
2682                 fix compilation warnings
2683                 Thanks to Colin
2684
2685 2006-09-07 [paul]       2.4.0cvs159
2686
2687         * src/mimeview.c
2688                 select the mimepart icon when
2689                 displaying as text
2690                 Thanks to Colin
2691
2692 2006-09-06 [paul]       2.4.0cvs158
2693
2694         * src/prefs_filtering.c
2695                 fix labels and table element spacing
2696                 Patch by Fabien Vantard
2697
2698 2006-09-06 [paul]
2699
2700         2.5.0-rc3 released
2701
2702 2006-09-06 [paul]       2.4.0cvs157
2703
2704         * manual/es/advanced.xml
2705                 fix typo
2706
2707 2006-09-06 [wwp]        2.4.0cvs156
2708
2709         * src/mainwindow.c
2710                 fix an dup launch issue when iconified, thanks to Colin.
2711
2712 2006-09-06 [wwp]        2.4.0cvs155
2713
2714         * src/gtk//gtksctree.h
2715                 oops, forgot that one!
2716
2717 2006-09-06 [wwp]        2.4.0cvs154
2718
2719         * manual/pl/advanced.xml
2720         * manual/advanced.xml
2721         * manual/es/advanced.xml
2722         * manual/fr/advanced.xml
2723         * src/prefs_customheader.c
2724         * src/prefs_filtering_action.c
2725         * src/foldersel.c
2726         * src/prefs_summaries.c
2727         * src/prefs_filtering.c
2728         * src/account.c
2729         * src/compose.c
2730         * src/prefs_summary_column.c
2731         * src/addr_compl.c
2732         * src/prefs_actions.c
2733         * src/prefs_folder_column.c
2734         * src/ssl_manager.c
2735         * src/prefs_template.c
2736         * src/prefs_display_header.c
2737         * src/prefs_common.h
2738         * src/prefs_matcher.c
2739         * src/prefs_common.c
2740         * src/prefs_toolbar.c
2741         * src/summaryview.c
2742         * src/folderview.c
2743         * src/gtk/gtksctree.c
2744         * src/gtk/pluginwindow.c
2745         * src/gtk/progressdialog.c
2746         * src/gtk/prefswindow.c
2747                 renamed hidden option enable_rules_hint to use_stripes_everywhere
2748                 to make its meaning more obvious (all versions of the manual reflect
2749                 the change).
2750                 added an extra hidden option use_stripes_in_summary to allow
2751                 discarding these stripes in mainwindow's folder and message lists;
2752                 en and fr manuals only are OK towards this.
2753
2754 2006-09-06 [colin]      2.4.0cvs153
2755
2756         * src/textview.c
2757                 Hide Sylpheed-Claws' internal queue headers
2758                 when showing all headers. They'll be present
2759                 only in Source window.
2760
2761 2006-09-05 [colin]      2.4.0cvs152
2762
2763         * src/plugins/trayicon/trayicon.c
2764                 Fix crash at exit - we have to disconnect
2765                 our handlers
2766         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2767                 Update eggtrayicon - patch adapted from a
2768                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
2769                 on Sylpheed's ML
2770
2771 2006-09-05 [colin]      2.4.0cvs151
2772
2773         * src/mainwindow.c
2774         * src/gtk/logwindow.c
2775                 Fix race condition when something writes
2776                 to the log too soon during init. Thanks
2777                 to Fabien Vantard
2778
2779 2006-09-05 [colin]      2.4.0cvs150
2780
2781         * src/mimeview.c
2782                 Don't select part on right-click either
2783
2784 2006-09-05 [paul]       2.4.0cvs149
2785
2786         * src/mimeview.c
2787                 completion of previous commit
2788                 Thanks to Colin
2789
2790 2006-09-05 [colin]      2.4.0cvs148
2791
2792         * src/mimeview.c
2793                 Don't force selection on middle-click, just open
2794
2795 2006-09-04 [colin]      2.4.0cvs147
2796
2797         * src/mimeview.c
2798                 Looks like gtk_notebook_set_current_page()
2799                 sometimes steals focus, and this annoys us
2800                 in MimeViewers as it renders navigation
2801                 keys useless. Take back focus after switching
2802                 pages.
2803
2804 2006-09-04 [colin]      2.4.0cvs146
2805
2806         * src/messageview.c
2807                 Set stop_loading when clicking on Next
2808                 during load. Don't add a callback to 
2809                 avoid over-complicating things.
2810
2811 2006-09-04 [colin]      2.4.0cvs145
2812
2813         * src/mimeview.c
2814         * src/messageview.c
2815                 Fix multiple loads in separate messageview
2816
2817 2006-09-04 [colin]      2.4.0cvs144
2818
2819         * src/summaryview.c
2820                 Let navigation keys be handled during 
2821                 load
2822
2823 2006-09-04 [colin]      2.4.0cvs143
2824
2825         * src/messageview.c
2826         * src/summaryview.c
2827         * src/textview.c
2828         * src/textview.h
2829                 Make loading of huge mails (lots of text and/or
2830                 images) cancellable, so the GUI doesn't block 
2831
2832 2006-09-04 [colin]      2.4.0cvs142
2833
2834         * src/plugins/trayicon/trayicon.c
2835                 Fix annoyance when removing a folder with 
2836                 unread mails: trayicon didn't update
2837
2838 2006-09-04 [paul]       2.4.0cvs141
2839
2840         * src/gtk/icon_legend.c
2841                 straighten up columns
2842                 Patch by Fabien Vantard
2843
2844 2006-09-04 [wwp]        2.4.0cvs140
2845
2846         * src/prefs_filtering.c
2847                 fix new line's account name in filtering prefs:
2848                 was "All", is now "(New)".
2849
2850 2006-09-04 [paul]       2.4.0cvs139
2851
2852         * tools/make.themes.project
2853                 use "AUTOMAKE_OPTIONS = dist-bzip2"
2854                 instead of homebrewed "make release"
2855
2856 2006-09-03 [colin]      2.4.0cvs138
2857
2858         * src/folderview.c
2859                 Fix bug #1007 (Wrong folder highlighted)
2860
2861 2006-09-03 [colin]      2.4.0cvs137
2862
2863         * src/compose.c
2864                 Don't set Newsgroup: header to a mail folder
2865                 path
2866
2867 2006-09-03 [paul]       2.4.0cvs136
2868
2869         * src/prefs_other.c
2870         * src/prefs_spelling.c
2871                 unify the gui
2872
2873 2006-09-03 [paul]       2.4.0cvs135
2874
2875         * src/prefs_summaries.c
2876                 correct menu item text in prefs_keybind_apply_clicked()
2877
2878 2006-09-03 [paul]       2.4.0cvs134
2879
2880         * manual/advanced.xml
2881                 some improvements to the descriptions
2882         * src/mainwindow.c
2883         * src/messageview.c
2884         * src/summaryview.c
2885         * src/gtk/menu.c
2886                 fix menu sensitivity issues
2887         * src/prefs_message.c
2888                 drop the useless word 'short'
2889         * src/prefs_other.c
2890                 add the word 'lines' indicating log length
2891                 is a measure of lines
2892         * src/textview.c
2893                 fix compilation warnings
2894
2895 2006-09-02 [colin]      2.4.0cvs133
2896
2897         * src/messageview.c
2898                 Display a special return-receipt message
2899                 if the message is from the user
2900         * src/summaryview.c
2901                 Fix missing freeze of the list when marking
2902                 all read and unthreading for exec. Thanks
2903                 to Stephan Sachse.
2904
2905 2006-09-02 [paul]       2.4.0cvs132
2906
2907         * src/mainwindow.c
2908         * src/prefs_message.c
2909         * src/summaryview.c
2910                 fix some english
2911
2912 2006-09-02 [wwp]        2.4.0cvs131
2913
2914         * src/prefs_filtering.c
2915                 added an account name column to the filtering rules
2916                 dialog.
2917
2918 2006-09-02 [colin]      2.4.0cvs130
2919
2920         * src/gtk/logwindow.c
2921         * src/gtk/logwindow.h
2922                 Block scrolling if we're not at the end
2923                 of the log
2924
2925 2006-09-02 [colin]      2.4.0cvs129
2926
2927         * src/folder.c
2928                 Make sure account-specific rules can't
2929                 be used in {pre-,post-,}processing
2930         * src/mainwindow.c
2931         * src/gtk/logwindow.c
2932         * src/gtk/logwindow.h
2933                 Jump to last error when clicking on the
2934                 warning icon
2935
2936 2006-09-02 [colin]      2.4.0cvs128
2937
2938         * src/imap.c
2939         * src/import.c
2940         * src/mainwindow.c
2941         * src/mainwindow.h
2942                 Fix warning icon
2943         * src/inc.c
2944         * src/mbox.c
2945         * src/mbox.h
2946                 Let proc_mbox know its account, for
2947                 account-specific rules
2948
2949 2006-09-01 [colin]      2.4.0cvs127
2950
2951         * src/codeconv.c
2952                 Don't uselessly use iconv to convert from
2953                 us-ascii
2954         * src/alertpanel.c
2955         * src/mainwindow.c
2956         * src/mainwindow.h
2957         * src/inc.c
2958                 Fix certain log cases, disable warning icon
2959                 for now, the correct way to display it when
2960                 necessary and only when necessary is probably
2961                 to do it manually rather than use error logs
2962         * src/etpan/imap-thread.c
2963                 Clean up UID logging a bit
2964         * src/gtk/logwindow.c
2965         * src/gtk/logwindow.h
2966                 Make logging faster when the window's closed
2967
2968 2006-09-01 [wwp]        2.4.0cvs126
2969
2970         * manual/fr/account.xml
2971                 reflect changes to the ref. manual (parts of cvs72):
2972                 fix tabnames and quotes.
2973
2974 2006-09-01 [wwp]        2.4.0cvs125
2975
2976         * manual/fr/plugins.xml
2977                 reflect changes to the reference manual (cvs42):
2978                 update IRC channel info.
2979
2980 2006-09-01 [wwp]        2.4.0cvs124
2981
2982         * commitHelper
2983                 use CVSEDITOR env. var. if set, according to `man cvs`.
2984
2985 2006-09-01 [wwp]        2.4.0cvs123
2986
2987         * manual/advanced.xml
2988                 better sentence again (thanks to Paul).
2989
2990 2006-09-01 [wwp]        2.4.0cvs122
2991
2992         * manual/advanced.xml
2993         fix definition of toolbar_detachable and rework a bit the one of
2994         enable_dotted_lines.
2995
2996 2006-09-01 [mones]      2.4.0cvs121
2997
2998         * manual/advanced.xml
2999                 Document enable_dotted_lines
3000
3001 2006-09-01 [paul]       2.4.0cvs120
3002
3003         * src/folderview.c
3004         * src/folderview.h
3005         * src/imap.c
3006         * src/mainwindow.c
3007         * src/summaryview.c
3008                 obey the 'When entering folder...' option
3009                 when using the /View/Go to/... menu items
3010                 Thanks to Colin
3011
3012 2006-08-31 [colin]      2.4.0cvs119
3013
3014         * src/folderview.c
3015                 Revert 2.4.0cvs116, wrong fix.
3016
3017 2006-08-31 [colin]      2.4.0cvs118
3018
3019         * src/gtk/gtksctree.c
3020                 Better state the various copyrights
3021
3022 2006-08-31 [colin]      2.4.0cvs117
3023
3024         * src/prefs_common.c
3025                 fix enable_dotted_lines
3026
3027 2006-08-31 [colin]      2.4.0cvs116
3028
3029         * src/folderview.c
3030                 Use pref "Always open on select" when going
3031                 to next unread folder
3032         * src/gtk/gtksctree.c
3033                 Fix link failure to _gtk_clist_create_cell_layout
3034                 on certain computers. (Why not mine, I wonder)
3035
3036 2006-08-31 [colin]      2.4.0cvs115
3037
3038         * src/procmsg.c
3039         * src/textview.c
3040         * src/plugins/bogofilter/bogofilter.c
3041         * src/plugins/spamassassin/spamassassin.c
3042                 Requalify some "errors" to warnings
3043         * src/mainwindow.c
3044         * src/mainwindow.h
3045         * src/statusbar.c
3046                 Add an icon in the statusbar to notify
3047                 of errors
3048         * src/gtk/gtksctree.c
3049         * src/folderview.c
3050         * src/summaryview.c
3051                 Make the GtkSCTree look more modern by
3052                 alternating background lines
3053         * src/prefs_common.c
3054         * src/prefs_common.h
3055                 Add a pref to let people have the old
3056                 way if they prefer
3057
3058
3059 2006-08-30 [colin]      2.4.0cvs114
3060
3061         * src/procmsg.c
3062         * src/procmsg.h
3063                 Provide a way to filter a list of
3064                 messages in an optimised manner, and
3065                 add a list-filtering hook
3066         * src/folder.c
3067         * src/inc.c
3068         * src/mbox.c
3069                 Use the list filtering
3070         * src/plugins/bogofilter/bogofilter.c
3071                 Use the list-filtering hook
3072                 Use -b (bulk) mode for more speed
3073                 when learning and filtering
3074         * src/etpan/imap-thread.c
3075                 Make log output shorter in UID SEARCH
3076
3077
3078 2006-08-30 [colin]      2.4.0cvs113
3079
3080         * src/plugins/bogofilter/bogofilter.c
3081                 Really fast mass learning - thanks to David
3082                 Relson for the options explanations :)
3083
3084 2006-08-30 [colin]      2.4.0cvs112
3085
3086         * src/msgcache.c
3087                 Fix compilation on FreeBSD. Thanks
3088                 to Michael Hugues
3089
3090 2006-08-29 [colin]      2.4.0cvs111
3091
3092         * src/folderview.c
3093                 Handle "popup_menu" signal (for popping the 
3094                 menu via the keyboard)
3095         * src/mimeview.c
3096         * src/mimeview.h
3097         * src/summaryview.c
3098         * src/textview.c
3099         * src/gtk/gtkutils.c
3100         * src/gtk/gtkutils.h
3101                 Factorize scrolling code, and add an API 
3102                 for MimeViewers to handle scroll orders
3103
3104 2006-08-29 [wwp]        2.4.0cvs110
3105
3106         * src/plugins//bogofilter/bogofilter.c
3107         * src/plugins//spamassassin/spamassassin.c
3108                 make the bogofilter/spamassassin filtering error dialogs at
3109         incorporation obey to the "don't popup error dialog on
3110         receive error" option. If disabled, feed the log window w/
3111         the error message.
3112
3113 2006-08-29 [paul]
3114
3115         2.5.0-rc2 released
3116
3117 2006-08-29 [paul]       2.4.0cvs109
3118
3119         * Makefile.am
3120                 remove 'make release', it's not needed
3121                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
3122
3123 2006-08-29 [paul]       2.4.0cvs108
3124
3125         * src/foldersel.c
3126         * src/summary_search.c
3127         * src/gtk/progressdialog.c
3128         * src/plugins/pgpcore/passphrase.c
3129                 replace deprecated gtk_window_set_policy()
3130
3131 2006-08-29 [colin]      2.4.0cvs107
3132
3133         * src/folder.c
3134                 Fix data loss when copy fails during a move:
3135                 only use fast remove_msgs if everything was
3136                 copied OK; else use slow remove_msg on the
3137                 mails that got copied only.
3138
3139 2006-08-28 [paul]       2.4.0cvs106
3140
3141         * src/mh.c
3142                 revert change in 2.4.0cvs104, it breaks
3143                 stuff
3144
3145 2006-08-28 [paul]       2.4.0cvs105
3146
3147         * src/plugins/spamassassin/spamassassin.c
3148                 english fix
3149
3150 2006-08-28 [paul]       2.4.0cvs104
3151
3152         * src/mh.c
3153                 fix data loss when moving to another
3154                 mailbox fails
3155         * src/prefs_spelling.c
3156                 improve the english
3157         * src/gtk/pluginwindow.c
3158                 improve the layout of the dialog text
3159         All thanks to Colin
3160
3161 2006-08-28 [paul]       2.4.0cvs103
3162
3163         * src/plugins/bogofilter/bogofilter.c
3164         * src/plugins/bogofilter/bogofilter_gtk.c
3165                 fix english up a bit, innit
3166
3167 2006-08-28 [paul]       2.4.0cvs102
3168
3169         * configure.ac
3170         * po/Makefile.in.in
3171         * po/Makevars
3172                 require autoconf 2.60, enabling building
3173                 with gettext 0.15 (gettext 0.14.x build still
3174                 possible). Replace Makefiles with versions
3175                 from gettext 0.15.
3176                 Remove configure options --with-localedir and
3177                 --with-mandir. The options that are provided
3178                 directly by autoconf 2.60 can be used instead:
3179                 --mandir --localedir
3180
3181 2006-08-27 [colin]      2.4.0cvs101
3182
3183         * src/plugins/bogofilter/Makefile.am
3184                 Fix make dist (no README)
3185
3186 2006-08-27 [colin]      2.4.0cvs100
3187
3188         * src/folder.c
3189                 Don't use F_UNKNOWN folders for any default
3190                 outbox/trash/etc
3191         * src/plugins/bogofilter/bogofilter.c
3192         * src/plugins/bogofilter/bogofilter.h
3193         * src/plugins/bogofilter/bogofilter_gtk.c
3194                 Add an option to specify the path to bogofilter
3195                 Use single-quotes to be able to learn in folders
3196                 with spaces in their names
3197                 Verify learning status
3198
3199 2006-08-27 [colin]      2.4.0cvs99
3200
3201         * manual/faq.xml
3202         * manual/plugins.xml
3203                 Document Bogofilter plugin
3204
3205 2006-08-27 [colin]      2.4.0cvs98
3206
3207         * src/compose.c
3208         * src/messageview.c
3209         * src/procmsg.c
3210         * src/procmsg.h
3211                 When possible, copy the queued mail to sent folder
3212                 instead of re-adding. Much faster on IMAP.
3213
3214 2006-08-27 [colin]      2.4.0cvs97
3215
3216         * src/msgcache.c
3217                 Disable mmaped caches - huge metadata loss
3218                 here after a power failure.
3219         * src/summaryview.c
3220                 Add quicksearch timing
3221         * src/common/plugin.c
3222         * src/common/plugin.h
3223                 Implement an interface to tell what plugins
3224                 provide. Prevent loading of similar plugins.
3225         * src/plugins/clamav/clamav_plugin.c
3226         * src/plugins/demo/demo.c
3227         * src/plugins/dillo_viewer/dillo_viewer.c
3228         * src/plugins/pgpcore/plugin.c
3229         * src/plugins/pgpinline/pgpinline.c
3230         * src/plugins/pgpmime/pgpmime.c
3231         * src/plugins/spamassassin/spamassassin.c
3232         * src/plugins/trayicon/trayicon.c
3233                 Implement plugin_provides()
3234
3235 2006-08-27 [colin]      2.4.0cvs96
3236
3237         * configure.ac
3238         * src/plugins/Makefile.am
3239         * src/plugins/bogofilter/.cvsignore
3240         * src/plugins/bogofilter/Makefile.am
3241         * src/plugins/bogofilter/bogofilter.c
3242         * src/plugins/bogofilter/bogofilter.h
3243         * src/plugins/bogofilter/bogofilter_gtk.c
3244                 New Bogofilter plugin, provides filtering and
3245                 learning. Spamassassin will go to extra plugins.
3246
3247 2006-08-26 [mones]      2.4.0cvs95
3248
3249         * manual/handling.xml
3250                 Fix subfolder path in the example (thanks to Paul) 
3251
3252 2006-08-26 [mones]      2.4.0cvs94
3253
3254         * manual/glossary.xml
3255                 2.2. + add ISP to the glossary
3256                 7.5. + Add UIDL to glossary
3257                 7.7. + Add TCP to glossary
3258         * manual/handling.xml
3259                 7.1. + Mentions GNU/Linux distribution, what about the non...
3260                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
3261                 7.3. + Mentions .bashrc, what about the non-bash ones? 
3262                 7.4. = Use appropriate quotation for commands
3263                 7.6. = change "" to <quote></quote>
3264         * manual/plugins.xml
3265                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
3266         * manual/starting.xml
3267                 2.1. + local mbox file: some examples of mbox file locations...
3268                 Also reformatted files requiring it
3269
3270 2006-08-26 [wwp]        2.4.0cvs93
3271
3272         * src/summary_search.c
3273                 disable find buttons while summary search is running.
3274
3275 2006-08-25 [colin]      2.4.0cvs92
3276
3277         * src/folder.c
3278         * src/folderutils.c
3279         * src/mh.c
3280         * src/procmsg.h
3281         * src/summaryview.c
3282                 Speed up MH moving, and add progressbar
3283                 for MH deletion
3284         * src/msgcache.c
3285                 Write cache files using mmap() too
3286
3287 2006-08-25 [wwp]        2.4.0cvs91
3288
3289         * src/summaryview.c
3290                 switch spam<->ham button when a message has been marked as spam or ham
3291                 and is still selected. Thanks to Colin.
3292
3293 2006-08-25 [paul]       2.4.0cvs90
3294
3295         * src/Makefile.am
3296         * src/stock_pixmap.c
3297         * src/stock_pixmap.h
3298         * src/summaryview.c
3299         * src/gtk/icon_legend.c
3300         * src/pixmaps/copied.xpm
3301         * src/pixmaps/moved.xpm
3302                 add icons for delayed execution marked for
3303                 copying, marked for moving
3304
3305 2006-08-25 [mones]      2.4.0cvs89
3306
3307         * manual/glossary.xml
3308                 Fix the other glossary items:
3309                 5.1. = Inmmediate execution -> <quote>immediate execution...
3310                 5.2. = Fix MBOX capitalization -> Mbox
3311                 5.3. + Improve Plugins def. w/ tech. ref.
3312                 5.4. = Quotation -> replace '>' by <quote>></quote>
3313                 5.5. - SMTP Server. -> remove dot
3314         * po/es.po
3315                 Updated translation
3316
3317 2006-08-25 [mones]      2.4.0cvs88
3318
3319         * manual/ack.xml
3320                 Reformatted, changed email address
3321         * manual/glossary.xml
3322                 Reformatted, fixed MANUAL-TODO items:
3323                 8.2. + add ROT-13 to glossary
3324                 8.4. + add URL to glossary
3325         * manual/es/advanced.xml
3326                 Fixed <literal>s
3327
3328 2006-08-25 [paul]       2.4.0cvs87
3329
3330         * src/gtk/icon_legend.c
3331                 add 'marked for deletion' icon
3332                 arrange icons by containing column
3333                 wrap long label text
3334
3335 2006-08-25 [colin]      2.4.0cvs86
3336
3337         * src/common/utils.c
3338         * src/common/utils.h
3339                 Add the sc_g_*list_bigger functions in
3340                 a place everyone can use it
3341         * src/summaryview.c
3342                 Only freeze/thaw the list when working
3343                 on the selection, if it's bigger than 1
3344         * src/gtk/gtksctree.c
3345                 Only freeze/thaw the list when unselec-
3346                 ting 'all' if ('all' != 1)
3347                 This avoids some flickering
3348
3349 2006-08-24 [colin]      2.4.0cvs85
3350
3351         * src/addressbook.c
3352                 Fix strange list selection
3353                 Fix random seg (Invalid read of freed memory)
3354
3355 2006-08-24 [colin]      2.4.0cvs84
3356
3357         * src/alertpanel.c
3358         * src/gtk/inputdialog.c
3359         * src/plugins/pgpcore/passphrase.c
3360                 Revert minimal width patch of 2.4.0cvs67,
3361                 as it is also a maximal width. Use 
3362                 gtk_window_set_default_size instead.
3363
3364 2006-08-24 [colin]      2.4.0cvs83
3365
3366         * src/msgcache.c
3367                 Write cache/mark to temp files before
3368                 overwriting old ones (avoids metadata
3369                 loss if writing the new files fail).
3370                 Use mmap() to read cache/mark file, as
3371                 this makes cache reading faster. Dis-
3372                 abled for big-endian machines until it
3373                 can be tested. (Big-endian users: set
3374                 msgcache_use_mmap = TRUE in the relevant
3375                 #if).
3376         * src/procmsg.h
3377                 Move rarely used fields of MsgInfo in 
3378                 another structure, which will only be
3379                 allocated if needed. Face, X-Face,
3380                 Return receipt headers and List-*
3381                 headers are moved. Mails having none
3382                 of these occupy 52 bytes less with
3383                 this patch, which makes 2.5MB of RAM
3384                 saved on a 50k folder).
3385         * src/headerview.c
3386         * src/mainwindow.c
3387         * src/messageview.c
3388         * src/partial_download.c
3389         * src/procheader.c
3390         * src/procmsg.c
3391         * src/textview.c
3392                 Follow this structure change.
3393
3394 2006-08-24 [wwp]        2.4.0cvs82
3395
3396         * manual/es/.cvsignore
3397         * manual/es/dist/.cvsignore
3398         * manual/es/dist/html/.cvsignore
3399         * manual/es/dist/pdf/.cvsignore
3400         * manual/es/dist/ps/.cvsignore
3401         * manual/es/dist/txt/.cvsignore
3402                 more (generated) files to ignore.
3403
3404 2006-08-24 [colin]      2.4.0cvs81
3405
3406         * src/folder.c
3407         * src/mh.c
3408                 Fix possible problems with local delivery. Check the folder doesn't
3409                 need scan before setting its mtime when saving cache (which can be
3410                 done long after the folder's been modified by an external process);
3411                 Check that the stored item's mtime didn't change in mh functions.
3412
3413 2006-08-24 [mones]      2.4.0cvs80
3414
3415         * manual/advanced.xml
3416                 Rewrapping, some fixes and MANUAL-TODO items:
3417                 8.1. = change "" to <quote></quote>
3418                 8.3. = quote menu items
3419                 8.5. - deploying -> new user ... ideally a new user (redundant)
3420
3421 2006-08-23 [colin]      2.4.0cvs79
3422
3423         * src/gtk/gtksctree.c
3424                 When selecting or deselecting range, only
3425                 freeze/thaw when selection is bigger than 10
3426
3427 2006-08-23 [colin]      2.4.0cvs78
3428
3429         * src/messageview.c
3430         * src/mimeview.c
3431         * src/mimeview.h
3432         * src/plugins/dillo_viewer/dillo_viewer.c
3433                 Provide an API for MimeViewer plugins to
3434                 return a text selection for replying
3435
3436 2006-08-23 [colin]      2.4.0cvs77
3437
3438         * src/image_viewer.c
3439         * src/textview.c
3440                 Use gtk_pixbuf_new_from_file_at_scale(), which
3441                 is faster than getting the pixbuf then resizing
3442                 it.
3443
3444 2006-08-23 [colin]      2.4.0cvs76
3445
3446         * src/procmime.c
3447                 UTF-8 should be sent Quoted-printable
3448
3449 2006-08-22 [colin]      2.4.0cvs75
3450
3451         * src/mh.c
3452                 Check if scan is required before touching
3453                 the folder (or it'll be required every time)
3454
3455 2006-08-22 [colin]      2.4.0cvs74
3456
3457         * configure.ac
3458                 Require libetpan 0.46 (crasher fix when built
3459                 against gnutls)
3460
3461 2006-08-22 [colin]      2.4.0cvs73
3462
3463         * src/folder.c
3464                 Set folder's mtime after writing its
3465                 cache
3466         * src/folderview.c
3467                 Add some timing
3468         * src/procmsg.c
3469                 Don't do useless stuff if we don't 
3470                 thread by subject
3471         * src/summaryview.c
3472                 Add some timing, don't deselect prior
3473                 to selecting (gtksctree does it itself),
3474                 remove crash avoidance hacks as it's been
3475                 properly fixed since a while
3476         * src/common/utils.c
3477                 Optimize to_human_readable(): _() is slow,
3478                 do it only once, and avoid %f format for KB
3479                 (the most common in a summaryview)
3480         * src/gtk/gtksctree.c
3481                 Don't uselessly freeze/thaw (fixes flicker
3482                 on next unread and friends), reduce number
3483                 of g_list_nth/g_list_position where possible
3484         * src/gtk/gtkutils.c
3485         * src/gtk/gtkutils.h
3486                 Reduce number of g_list_nth/g_list_position
3487                 where possible.
3488                 All of this makes loading as 70k folder 2.1
3489                 seconds instead of 3.2 (with hot FS caches).
3490                 (1.3 seconds without Date and Size columns...)
3491
3492 2006-08-22 [paul]       2.4.0cvs72
3493
3494         wrap documents and do some items from mones' MANUAL-TODO:
3495
3496         * manual/account.xml
3497                 4.1. = fix tabname references to <quote>tabname</quote>
3498                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
3499         * manual/faq.xml
3500                 1.1. = mentioned options don't match UI
3501                 Add information about the 'Never send Return Receipts'
3502                 option
3503         * manual/handling.xml
3504                 6.2. = Mentions Extended symbols button, but now is
3505                 named Information
3506                 6.3. = Mentions ... button, which is now Edit
3507
3508 2006-08-22 [colin]      2.4.0cvs71
3509
3510         * src/gtk/pluginwindow.c
3511                 Fix layout in verbose translations (such
3512                 as french)
3513
3514 2006-08-22 [paul]       2.4.0cvs70
3515
3516         * manual/Makefile.am
3517                 build manuals in alphabetical order
3518         * src/addressbook.c
3519         * src/prefs_themes.c
3520                 replace/remove deprecated symbols
3521         * src/gtk/gtkutils.c
3522                 fix a warning
3523         * src/gtk/pluginwindow.c
3524                 replace deprecated symbol
3525                 replace label text and move it
3526         * src/plugins/pgpcore/prefs_gpg.c
3527                 move the 'Generate...' button out of the
3528                 Sign Key frame, replace the English used
3529         * src/plugins/pgpcore/sgpgme.c
3530                 fixes to the English
3531
3532 2006-08-21 [colin]      2.4.0cvs69
3533
3534         * src/plugins/trayicon/trayicon.c
3535                 Add more strings for translation; patch
3536                 by Pawel
3537
3538 2006-08-21 [colin]      2.4.0cvs68
3539
3540         * src/compose.c
3541                 fix replied flag not set after drafting
3542         * src/matcher.c
3543                 fix body quicksearch in non-encoded bodies
3544                 containing '='
3545         * src/msgcache.c
3546                 Get rid of the g_malloc workaround for
3547                 corrupted caches, use g_try_malloc
3548
3549 2006-08-21 [colin]      2.4.0cvs67
3550
3551         * src/alertpanel.c
3552         * src/gtk/inputdialog.c
3553         * src/plugins/pgpcore/passphrase.c
3554                 Set minimal width to 375
3555         * src/mainwindow.c
3556                 Fix switching to offline, asking if it 
3557                 should be overriden for synchronising
3558         * src/mimeview.c
3559                 Don't offer to remember command on Open 
3560                 with for text parts, as the browser or 
3561                 text editor command isn't changed from 
3562                 there
3563
3564 2006-08-20 [paul]       2.4.0cvs66
3565
3566         * po/ko.po
3567         * po/zh_CN.po
3568                 fix plural form errors. revealed by stricter
3569                 checking of gettext 0.15
3570
3571 2006-08-18 [paul]       2.4.0cvs65
3572
3573         * src/stock_pixmap.c
3574                 fix the fix of 2.4.0cvs64
3575                 Thanks to Colin
3576
3577 2006-08-18 [paul]       2.4.0cvs64
3578
3579         * src/stock_pixmap.c
3580                 fix leaks
3581                 Thanks to Colin
3582
3583 2006-08-18 [paul]       2.4.0cvs63
3584
3585         * src/compose.c
3586         * src/procmsg.c
3587                 fix occasional IMAP bug where large msgs
3588                 were left in the queue folder after sending
3589                 Thanks to Colin
3590
3591 2006-08-18 [paul]       2.4.0cvs62
3592
3593         * src/folderview.c
3594                 freeze the summaryview while quicksearch results
3595                 are displayed
3596                 (fixes bug 456 'current message is hidden when the
3597                 view is refreshed and extended search is "unread 
3598                 messages"')
3599                 Thanks to Colin
3600         * src/textview.c
3601                 add missing #include "inputdialog.h"
3602         * src/common/utils.h
3603                 add missing mailcap_update_default() and improve
3604                 readability
3605
3606 2006-08-17 [colin]      2.4.0cvs61
3607
3608         * src/plugins/pgpcore/select-keys.c
3609                 Fix warnings :)
3610
3611 2006-08-17 [colin]      2.4.0cvs60
3612
3613         * src/compose.c
3614                 Don't continue queuing if Cancel is clicked
3615                 in select-keys
3616
3617 2006-08-17 [colin]      2.4.0cvs59
3618
3619         * src/plugins/pgpcore/select-keys.c
3620                 When encrypting, if only one key matches and it 
3621                 matches exactly, automatically use it.
3622
3623 2006-08-17 [colin]      2.4.0cvs58
3624
3625         * src/mimeview.c
3626         * src/prefs_common.c
3627         * src/prefs_common.h
3628         * src/prefs_ext_prog.c
3629         * src/textview.c
3630                 Fix issues with previous patch (text/html)
3631                 Remove outdated prefs
3632
3633 2006-08-17 [colin]      2.4.0cvs57
3634
3635         * src/imap.c
3636                 Add View Log button on auth error
3637         * src/procmsg.c
3638                 Fix encrypted mail marked as new when
3639                 saved in normal folders
3640         * src/plugins/pgpinline/pgpinline.c
3641                 Fix encrypt bug on IMAP
3642         * src/mimeview.c
3643         * src/common/utils.c
3644         * src/common/utils.h
3645         * src/gtk/inputdialog.c
3646         * src/gtk/inputdialog.h
3647                 Get rid of metamail stuff, simplify
3648                 opening, and allow remembering of user's
3649                 choices (by updating ~/.mailcap). There's
3650                 still to drop "Audio player" and "Image
3651                 viewer" preferences.
3652
3653 2006-08-17 [mones]      2.4.0cvs56
3654
3655         * manual/es/sylpheed-claws-manual.xml
3656                 fix DTD path
3657
3658 2006-08-17 [mones]      2.4.0cvs55
3659
3660         * configure.ac
3661         * manual/Makefile.am
3662         * manual/es/Makefile.am
3663         * manual/es/account.xml
3664         * manual/es/ack.xml
3665         * manual/es/addrbook.xml
3666         * manual/es/advanced.xml
3667         * manual/es/faq.xml
3668         * manual/es/glossary.xml
3669         * manual/es/gpl.xml
3670         * manual/es/handling.xml
3671         * manual/es/intro.xml
3672         * manual/es/keyboard.xml
3673         * manual/es/plugins.xml
3674         * manual/es/starting.xml
3675         * manual/es/sylpheed-claws-manual.xml
3676         * manual/es/dist/Makefile.am
3677         * manual/es/dist/html/Makefile.am
3678         * manual/es/dist/pdf/Makefile.am
3679         * manual/es/dist/ps/Makefile.am
3680         * manual/es/dist/txt/Makefile.am
3681                 Spanish translation for the manual
3682
3683 2006-08-16 [colin]      2.4.0cvs54
3684
3685         * src/compose.c
3686         * src/main.c
3687         * src/mainwindow.c
3688                 Fix send button sensitivity at startup
3689                 Set send menu sensitivity (patch by Fabien)
3690         * src/ssl_manager.c
3691                 Enable closing with esc (patch by Fabien)
3692         * src/gtk/foldersort.c
3693                 Enable closing with esc (patch by Fabien)
3694         * src/procmime.c
3695                 Optimisation (no need to copy to tempfile to
3696                 "decode" 7bit and 8bit)
3697         * src/summaryview.c
3698                 Fix cruft in swap_from case
3699         * src/textview.c
3700                 Fix missing last line in some mail cases 
3701                 (Fixes debian #381872)
3702         * src/plugins/pgpcore/prefs_gpg.c
3703         * src/plugins/pgpcore/sgpgme.c
3704         * src/plugins/pgpcore/sgpgme.h
3705                 Don't show "no key found" when user explicitely
3706                 wants to create a key
3707
3708 2006-08-16 [paul]       2.4.0cvs53
3709
3710         * configure.ac
3711         * src/account.c
3712         * src/addressbook.c
3713         * src/headerview.c
3714         * src/prefs_account.c
3715         * src/prefs_message.c
3716         * src/gtk/gtkutils.c
3717                 bump up minimum required versions of GTK+ and
3718                 GLIB to 2.6.0
3719
3720 2006-08-16 [paul]       2.4.0cvs52
3721
3722         * src/toolbar.c
3723                 workaround GTK+ Bug 351600 - 'Can't re-click
3724                 on button after sensitivity update'
3725                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
3726                 Thanks to Colin
3727
3728 2006-08-15 [colin]      2.4.0cvs51
3729
3730         * src/plugins/pgpcore/prefs_gpg.c
3731                 Set options sensitivity according to
3732                 key existence
3733         * src/plugins/pgpcore/sgpgme.c
3734                 Allow to create key with no passphrase
3735
3736 2006-08-14 [cleroy]     2.4.0cvs50
3737
3738         * src/gtk/pluginwindow.c
3739                 New layout (maybe to be changed?)
3740         * src/gtk/gtkutils.c
3741                 Fix a bit label_window
3742         * src/plugins/pgpcore/passphrase.c
3743         * src/plugins/pgpcore/passphrase.h
3744         * src/plugins/pgpcore/plugin.c
3745         * src/plugins/pgpcore/prefs_gpg.c
3746         * src/plugins/pgpcore/prefs_gpg.h
3747         * src/plugins/pgpcore/sgpgme.c
3748         * src/plugins/pgpcore/sgpgme.h
3749                 Allow to create a PGP private key via the GUI
3750
3751 2006-08-14 [wwp]        2.4.0cvs49
3752
3753         * src/addressbook_foldersel.c
3754                 fix strict ISO C90 compliance.
3755
3756 2006-08-14 [paul]       2.4.0cvs48
3757
3758         * src/gtk/prefswindow.c
3759                 re-set scrolled window on opening
3760                 Patch by Ticho
3761
3762 2006-08-14 [paul]
3763
3764         2.5.0-rc1 released
3765
3766 2006-08-14 [paul]       2.4.0cvs47
3767
3768         * src/prefs_display_header.c
3769                 re-enable user-defined Displayed Headers
3770
3771 2006-08-14 [paul]       2.4.0cvs46
3772
3773         * src/prefs_account.c
3774                 use GTK_STOCK_EDIT
3775
3776 2006-08-13 [colin]      2.4.0cvs45
3777
3778         * src/common/utils.c
3779                 Fix "a" in quote when the original message is empty,
3780                 by using \0 instead of 'a' to test writability of
3781                 temp files.
3782
3783 2006-08-13 [wwp]        2.4.0cvs44
3784
3785         * src/plugins/spamassassin/spamassassin.c
3786                 fix capitalization of "SpamAssassin" in some debug, log and
3787                 dialog messages.
3788
3789 2006-08-13 [paul]       2.4.0cvs43
3790
3791         * src/editldap.c
3792                 fix overlapping widgets
3793         * src/prefs_account.c
3794                 fix translation of protocol_names[]
3795                 fix label disappearing off the edge of the
3796                 visible area
3797
3798 2006-08-12 [paul]       2.4.0cvs42
3799
3800         * manual/plugins.xml
3801                 update IRC channel info before it gets forgotten
3802                 about
3803
3804 2006-08-11 [colin]      2.4.0cvs41
3805
3806         * src/compose.c
3807         * src/mainwindow.c
3808         * src/mainwindow.h
3809         * src/procmsg.c
3810         * src/procmsg.h
3811         * src/summaryview.c
3812         * src/toolbar.c
3813                 Grey out the Send button if
3814                 - Queue folders are empty, or
3815                 - We're sending already
3816
3817 2006-08-11 [wwp]        2.4.0cvs40
3818
3819         * src/main.c
3820                 fix a logic issue when quitting while a compose window is
3821                 still open, thanks to Colin.
3822
3823 2006-08-10 [colin]      2.4.0cvs39
3824
3825         * src/main.c
3826                 Fix default font size setting after wizard run
3827         * src/imap.c
3828         * src/etpan/imap-thread.c
3829         * src/etpan/imap-thread.h
3830                 Fix bug #999 (Timing out on TSL cert validation 
3831                 dialog makes ugly things happen). Also, STARTTLS
3832                 unconditionnaly if initial capabilities contain
3833                 LOGINDISABLED and STARTTLS.
3834
3835 2006-08-09 [colin]      2.4.0cvs38
3836
3837         * src/mainwindow.c
3838         * src/mainwindow.h
3839                 Fix Tools/Actions sensitivity when there are
3840                 no actions
3841
3842 2006-08-09 [colin]      2.4.0cvs37
3843
3844         * src/prefs_filtering.c
3845                 Warning fix, patch by Paul
3846         * src/messageview.c
3847         * src/prefs_actions.c
3848         * src/prefs_filtering_action.c
3849         * src/prefs_matcher.c
3850                 Uniformisation of "Info ..." to "Info..." (for
3851                 old gtk), patch by Fabien
3852         * src/plugins/clamav/clamav_plugin_gtk.c
3853                 Sensitivity fix by Fabien
3854
3855 2006-08-09 [colin]      2.4.0cvs36
3856
3857         * src/main.c
3858         * src/main.h
3859                 Add a function to know whether we're exiting
3860         * src/plugins/trayicon/trayicon.c
3861                 If exiting, don't do anything. Faster, and
3862                 avoids gtk_main_iteration reentracy causing
3863                 segfaults at exit
3864
3865 2006-08-09 [colin]      2.4.0cvs35
3866
3867         * src/messageview.c
3868         * src/mimeview.c
3869         * src/mimeview.h
3870                 Fix lack of part selection when automatically 
3871                 jumping to a specific part
3872         * src/msgcache.c
3873                 Little optimisation in cache reading
3874
3875 2006-08-09 [colin]      2.4.0cvs34
3876
3877         * src/compose.c
3878                 Fix crash setting the priority on reedit
3879                 (Accessing compose before creating it!)
3880
3881 2006-08-08 [colin]      2.4.0cvs33
3882
3883         * src/procmime.c
3884                 Fix bug #998 (last attachment is not accessible)
3885                 Bad RFC interpretation on multipart close-delimiters
3886         * src/mimeview.c
3887         * src/mimeview.h
3888         * src/gtk/gtkvscrollbutton.c
3889         * src/gtk/gtkvscrollbutton.h
3890                 Make attachments list wheel-scrollable
3891
3892 2006-08-07 [colin]      2.4.0cvs32
3893
3894         * src/gtk/gtkaspell.c
3895                 Fix bug #973 (Unicode punctation characters 
3896                 are not recognized as separators by the
3897                 spell checker); fix unsigned stuff
3898
3899 2006-08-07 [colin]      2.4.0cvs31
3900
3901         * src/compose.c
3902                 Fix bug #956 (DnD text with accents in compose 
3903                 text entry); fix gccc's signed/unsigned fuss
3904
3905 2006-08-06 [colin]      2.4.0cvs30
3906
3907         * src/main.c
3908                 Fix bug #979 (Plugin crashes when exiting 
3909                 sylpheed-claws) : handle exit request only 
3910                 once
3911
3912 2006-08-05 [colin]      2.4.0cvs29
3913
3914         * src/news.c
3915                 Just make sure we have a msgid.
3916
3917 2006-08-05 [colin]      2.4.0cvs28
3918
3919         * src/news.c
3920         * src/summaryview.c
3921                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
3922                 by reimplementing it
3923         * src/textview.c
3924                 Fix bug when hiding quotes with level > 3 and quote
3925                 colors are recycled
3926
3927 2006-08-04 [colin]      2.4.0cvs27
3928
3929         * src/compose.c
3930         * src/undo.c
3931         * src/undo.h
3932                 Fix a bit replace-by-pasting undo
3933         * src/mainwindow.c
3934         * src/messageview.c
3935                 Fix Fold quotes menu synchro in
3936                 mainwindow when it changes in 
3937                 messageview
3938         * src/textview.c
3939                 Fix right-click on quotes blocks
3940         * src/common/utils.c
3941                 Verify that the file created by
3942                 my_tmpfile() is writable. Fixes
3943                 bug #988 (very specific filesystem
3944                 issue)
3945         * src/plugins/pgpcore/sgpgme.c
3946                 Fix file descriptor leak
3947         * src/plugins/spamassassin/spamassassin.c
3948                 Warn once if spamd isn't reachable
3949
3950 2006-08-04 [colin]      2.4.0cvs26
3951
3952         * src/toolbar.c
3953                 i18n context patch by Fabien
3954
3955 2006-08-03 [colin]      2.4.0cvs25
3956
3957         * src/mainwindow.c
3958         * src/messageview.c
3959                 Rename "Hide quotes" to "Fold quotes"
3960         * src/textview.c
3961                 Don't use hand cursor on quotes. "all 
3962                 the bonuses of the feature and none of 
3963                 unwelcome side-effects"
3964
3965 2006-08-03 [colin]      2.4.0cvs24
3966
3967         * AUTHORS
3968         * sylpheed-claws.desktop
3969         * src/gtk/authors.h
3970                 Bring the desktop file to XDG compliance
3971                 Patch by Charles A. Edwards
3972
3973 2006-08-03 [colin]      2.4.0cvs23
3974
3975         * src/textview.c
3976                 Fix links offset when they are preceded
3977                 by accentued chars (g_utf8_strlen!)
3978         * src/mainwindow.c
3979                 Fix wrong status when starting offline
3980
3981
3982 2006-08-03 [wwp]        2.4.0cvs22
3983
3984         * src/prefs_common.h
3985                 ask what to do w/ filtering rules that belong to an account when
3986                 applying filtering rules manually from the main window (skip,
3987                 apply regardless of the account, use current account). This dialog
3988                 can be skipped and the last reply used.
3989                 (forgot that file)
3990
3991 2006-08-03 [wwp]        2.4.0cvs21
3992
3993         * src/filtering.c
3994         * src/filtering.h
3995         * src/prefs_common.c
3996         * src/summaryview.c
3997         * src/alertpanel.c
3998         * src/alertpanel.h
3999         * src/messageview.c
4000                 ask what to do w/ filtering rules that belong to an account when
4001                 applying filtering rules manually from the main window (skip,
4002                 apply regardless of the account, use current account). This dialog
4003                 can be skipped and the last reply used.
4004
4005
4006 2006-08-03 [colin]      2.4.0cvs20
4007
4008         * src/textview.c
4009                 Optimize previous patch
4010
4011 2006-08-03 [cleroy]     2.4.0cvs19
4012
4013         * src/textview.c
4014                 Fix quotes getting toggled back when the
4015                 mail has an even number of text parts
4016
4017 2006-08-02 [colin]      2.4.0cvs18
4018
4019         * src/messageview.c
4020                 Add Hide quotes menu
4021
4022 2006-08-02 [colin]      2.4.0cvs17
4023
4024         * src/mainwindow.c
4025         * src/prefs_common.c
4026         * src/textview.c
4027         * src/textview.h
4028         * src/gtk/about.c
4029                 Allow per-level quote hiding,
4030                 Allow toggling quotes by double-clicking them
4031                 Rename RemoteURI to ClickableText to reflect
4032                 the fact it's used for a variety of things
4033
4034 2006-08-02 [wwp]        2.4.0cvs16
4035
4036         * src/mainwindow.c
4037                 fix "View/Hide quotes" menu item status initialization.
4038
4039 2006-08-02 [wwp]        2.4.0cvs15
4040
4041         * src/matcher_parser_parse.y
4042                 remove a debug trace.
4043
4044 2006-08-02 [paul]       2.4.0cvs14
4045
4046         * src/plugins/pgpcore/passphrase.c
4047                 don't set initial dialog size
4048                 make it resizable
4049
4050 2006-08-02 [paul]       2.4.0cvs13
4051
4052         * src/noticeview.c
4053                 remove the rogue '/' character
4054
4055 2006-08-02 [paul]       2.4.0cvs12
4056
4057         * src/noticeview.c
4058                 allow buttons to resize as necessary
4059
4060 2006-08-01 [wwp]        2.4.0cvs11
4061
4062         * src/mbox.c
4063                 fix strict ISO C90 compliance.
4064
4065 2006-08-01 [wwp]        2.4.0cvs10
4066
4067         * tools/update-po
4068                 updated update-po tool to work w/ context-dependent translations.
4069                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
4070
4071 2006-08-01 [wwp]        2.4.0cvs9
4072
4073         * src/matcher.c
4074         * src/prefs_filtering.c
4075         * src/prefs_matcher.c
4076                 allow context-dependent translations for "All",
4077                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4078
4079 2006-07-31 [colin]      2.4.0cvs8
4080
4081         * AUTHORS
4082         * src/gtk/authors.h
4083                 Add Rafal to authors
4084
4085 2006-07-31 [colin]      2.4.0cvs7
4086
4087         * src/compose.c
4088         * src/mainwindow.c
4089         * src/messageview.h
4090         * src/prefs_common.c
4091         * src/prefs_common.h
4092         * src/textview.c
4093                 Add 'View/Hide quotes'. Patch based on a patch
4094                 by Rafal Weglarz
4095
4096 2006-07-31 [colin]      2.4.0cvs6
4097
4098         * src/action.c
4099                 Fix problem with "> stuff >" actions
4100
4101 2006-07-31 [paul]       2.4.0cvs5
4102
4103         * po/nb.po
4104                 updated by Geir Helland
4105
4106 2006-07-31 [wwp]        2.4.0cvs4
4107
4108         * src/mainwindow.c
4109         * src/summaryview.c
4110         * src/summaryview.h
4111                 add "View/Go to/Parent message" and "View/Go to/Last read message",
4112                 thanks to Colin.
4113
4114 2006-07-31 [wwp]        2.4.0cvs3
4115
4116         * src/Makefile.am
4117         * src/addr_compl.c
4118         * src/addr_compl.h
4119         * src/addressbook.c
4120         * src/addressbook.h
4121         * src/addressbook_foldersel.c
4122         * src/addressbook_foldersel.h
4123         * src/addrindex.c
4124         * src/addrindex.h
4125         * src/matcher.c
4126         * src/matcher.h
4127         * src/matcher_parser_lex.l
4128         * src/matcher_parser_parse.y
4129         * src/prefs_common.c
4130         * src/prefs_common.h
4131         * src/prefs_filtering.c
4132         * src/prefs_matcher.c
4133         * src/prefs_matcher.h
4134         * src/summaryview.c
4135                 introduce filtering against the address book. It's now possible to add
4136                 matched conditions to determine if any email address in a message matches
4137                 or doesn't match any or all books or folders in the address book.
4138
4139 2006-07-31 [wwp]        2.4.0cvs2
4140
4141         * src/account.c
4142         * src/filtering.c
4143         * src/filtering.h
4144         * src/folder.c
4145         * src/folderview.c
4146         * src/inc.c
4147         * src/mainwindow.c
4148         * src/matcher.c
4149         * src/matcher_parser_lex.l
4150         * src/matcher_parser_parse.y
4151         * src/mbox.c
4152         * src/prefs_filtering.c
4153         * src/prefs_filtering.h
4154         * src/procmsg.c
4155         * src/procmsg.h
4156         * src/summaryview.c
4157                 introduce per-account filtering rules. Each filtering rule can now be assigned
4158                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
4159                 when applying filtering rules manually, as all rules will apply - even the ones
4160                 assigned to an account. This issue will be addressed soon.
4161  
4162
4163
4164 2006-07-31 [wwp]        2.4.0cvs1
4165
4166         * src/quote_fmt.c
4167                 make more strings translatable.
4168
4169 2006-07-31 [paul]       2.4.0
4170
4171         2.4.0 released
4172
4173 2006-07-31 [paul]       2.3.1cvs91
4174
4175         * po/ca.po
4176                 updated by Miquel Oliete
4177
4178 2006-07-31 [paul]       2.3.1cvs90
4179
4180         * po/de.po
4181         * po/el.po
4182         * po/fr.po
4183         * po/it.po
4184         * po/pl.po
4185         * po/pt_BR.po
4186         * po/sr.po
4187         * po/zh_CN.po
4188                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
4189                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
4190                 Aleksandar Urosevic, and Ralgh Young
4191
4192 2006-07-31 [paul]       2.3.1cvs89
4193
4194         * src/account.c
4195         * src/main.c
4196         * src/mainwindow.c
4197         * src/mainwindow.h
4198                 Fix a race condition when, after an SC crash, rescanning
4199                 folders took more than 0.5 seconds
4200                 Thanks to Colin
4201
4202 2006-07-31 [paul]       2.3.1cvs88
4203
4204         * src/folderview.c
4205                 don't translate separator strings
4206
4207 2006-07-30 [mones]      2.3.1cvs87
4208
4209         * doc/man/sylpheed-claws.1
4210                 Fixed non-ASCII chars in Hoa's name
4211         * po/es.po
4212                 Updated for release
4213
4214 2006-07-27 [colin]      2.3.1cvs86
4215
4216         * src/textview.c
4217                 Don't include the leading \n in links
4218                 Patch by Fabien
4219
4220 2006-07-25 [colin]      2.3.1cvs85
4221
4222         * src/mainwindow.c
4223         * src/common/socket.h
4224         * src/etpan/imap-thread.c
4225                 Refresh resolvers before connecting
4226                 to IMAP servers, and after switching
4227                 to online. Thanks to Paul.
4228
4229 2006-07-18 [colin]
4230
4231         * 2.4.0-rc4 released
4232
4233 2006-07-17 [colin]      2.3.1cvs84
4234
4235         * src/inc.c
4236                 Show connection attempt in statusbar before
4237                 connecting (previously first message was
4238                 "Retrieving messages from ..." after the
4239                 connection succeeded.
4240
4241 2006-07-16 [wwp]        2.3.1cvs83
4242
4243         * sylpheed-claws.ico
4244                 Added .ico file (windows multi-size icon file, generated).
4245
4246 2006-07-12 [wwp]        2.3.1cvs82
4247
4248         * src/messageview.c
4249                 remove Message/Re-edit menu entry from messageview window,
4250                 as sent/draft/queued messages are opened in compose window when
4251                 re-edited and it's not possible to re-edit other msgs.
4252
4253 2006-07-12 [paul]       2.3.1cvs81
4254
4255         * AUTHORS
4256         * src/mainwindow.c
4257         * src/gtk/authors.h
4258                 check online state before resetting
4259                 mailcheck timer. Useful if some program
4260                 verifies connection state and updates
4261                 Claws.
4262                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
4263
4264 2006-07-12 [paul]       2.3.1cvs80
4265
4266         * sylpheed-claws-128x128.png
4267         * sylpheed-claws-64x64.png
4268         * sylpheed-claws.png
4269         * src/Makefile.am
4270         * src/main.c
4271         * src/prefs_toolbar.c
4272         * src/stock_pixmap.c
4273         * src/stock_pixmap.h
4274         * src/wizard.c
4275         * src/gtk/about.c
4276         * src/gtk/gtkutils.c
4277         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
4278         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
4279         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
4280         * src/pixmaps/sylpheed.xpm              ** REMOVED **
4281         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
4282         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
4283                 updated and renamed logo/icon files and related
4284                 logo by Jesper Schultz
4285
4286 2006-07-11 [paul]       2.3.1cvs79
4287
4288         * src/main.c
4289                 fix the labels a smidgin
4290
4291 2006-07-09 [colin]      2.3.1cvs78
4292
4293         * src/textview.c
4294                 Show errors in textviewer's command
4295                 Patch by H. Merijn Brand
4296
4297 2006-07-09 [colin]      2.3.1cvs77
4298
4299         * src/compose.c
4300                 Save FMID in drafts too
4301
4302 2006-07-08 [colin]      2.3.1cvs76
4303
4304         * src/compose.c
4305                 Svae RMID in drafted mails too
4306                 Save quote_fmt vars for whole mails,
4307                 don't reset at each quote_fmt_init:
4308                 allows to use the same |i{var} in
4309                 various template fields
4310         * src/prefs_template.c
4311         * src/quote_fmt.h
4312         * src/quote_fmt_parse.y
4313                 Same
4314
4315 2006-07-08 [colin]      2.3.1cvs75
4316
4317         * src/textview.c
4318                 Fix highlighting of attached parts URIs
4319
4320 2006-07-08 [colin]      2.3.1cvs74
4321
4322         * src/main.c
4323                 Prevent bug #981 (sc 2.3.1 segfaults with 
4324                 gtk+ 2.10) from being reported again:
4325                 if Sylpheed-Claws has been compiled against
4326                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
4327                 of if Sylpheed-Claws has been compiled against
4328                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
4329                 error out.
4330
4331 2006-07-07 [colin]      2.3.1cvs73
4332
4333         * src/prefs_actions.c
4334                 Fix label
4335
4336 2006-07-07 [colin]      2.3.1cvs72
4337
4338         * src/prefs_actions.c
4339                 Fix compile on gtk < 2.8. argh :)
4340
4341 2006-07-07 [paul]       2.3.1cvs71
4342
4343         * src/common/defs.h
4344                 update DONATE_URI
4345
4346 2006-07-07 [colin]      2.3.1cvs70
4347
4348         * po/POTFILES.in
4349         * src/quote_fmt.c
4350         * src/quote_fmt_lex.l
4351         * src/quote_fmt_parse.y
4352                 Add |i{var}, a way to insert user-entered
4353                 text in a template
4354
4355 2006-07-07 [colin]
4356
4357         * 2.4.0-rc3 released
4358
4359 2006-07-07 [colin]      2.3.1cvs69
4360
4361         * src/folder.c
4362                 Don't consider inboxes of UNKNOWN folder 
4363                 classes to be useable as default inboxes
4364
4365 2006-07-07 [paul]       2.3.1cvs68
4366
4367         * src/textview.c
4368                 add missing #include <errno.h>
4369                 Thanks to René J. Blokland
4370
4371 2006-07-07 [paul]       2.3.1cvs67
4372
4373         * src/action.c
4374                 Return now Closes dialog
4375         * src/mimeview.c
4376         * src/mimeview.h
4377         * src/textview.c
4378                 add contextual menu to mime parts listed
4379                 in the textview
4380                 Thanks to Colin
4381         * src/common/utils.c
4382                 reversal: ' is a valid character in URLs
4383
4384 2006-07-06 [colin]      2.3.1cvs66
4385
4386         * src/remotefolder.h
4387                 Forgotten in previous commit
4388
4389 2006-07-06 [colin]      2.3.1cvs65
4390
4391         * src/folder.c
4392                 Set summary update flag whenever
4393                 totals changed
4394         * src/imap.c
4395         * src/prefs_account.c
4396         * src/common/utils.h
4397         * src/etpan/imap-thread.c
4398                 Fix warnings, thanks to Fabien and
4399                 Ricardo
4400
4401 2006-07-06 [wwp]        2.3.1cvs64
4402
4403         * src/gtk/gtkutils.c
4404                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
4405
4406 2006-07-06 [wwp]        2.3.1cvs63
4407
4408         * src/account.c
4409         * src/addressbook.c
4410         * src/addressitem.h
4411         * src/folderview.c
4412         * src/mainwindow.c
4413         * src/manual.c
4414         * src/manual.h
4415         * src/message_search.c
4416         * src/prefs_actions.c
4417         * src/prefs_filtering.c
4418         * src/prefs_filtering.h
4419         * src/prefs_template.c
4420         * src/summary_search.c
4421         * src/summaryview.c
4422         * src/gtk/gtkutils.c
4423         * src/gtk/gtkutils.h
4424         * src/gtk/pluginwindow.c
4425                 add help buttons to some dialogs. Clicking such buttons opens a
4426                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
4427
4428 2006-07-06 [paul]       2.3.1cvs62
4429
4430         * src/textview.c
4431                 fix attachments contextual menu
4432                 Thanks to Colin
4433
4434 2006-07-05 [colin]      2.3.1cvs61
4435
4436         * src/textview.c
4437         * src/compose.c
4438                 Handle sftp:// links
4439
4440 2006-07-05 [paul]       2.3.1cvs60
4441
4442         * src/gtk/filesel.c
4443                 grab save button by default
4444                 Thanks to Colin
4445
4446 2006-07-05 [wwp]        2.3.1cvs59
4447
4448         * manual/xml2pdf
4449                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
4450
4451 2006-07-04 [colin]      2.3.1cvs58
4452
4453         * src/mimeview.c
4454         * src/textview.c
4455                 Use left click to select, middle click to open
4456                 on mimeparts links
4457         * src/common/utils.c
4458                 Fix segfault
4459
4460 2006-07-04 [colin]      2.3.1cvs57
4461
4462         * src/mainwindow.c
4463         * src/news.c
4464                 Warning fixes, thanks to Fabien
4465
4466 2006-07-04 [colin]      2.3.1cvs56
4467
4468         * src/mimeview.c
4469         * src/mimeview.h
4470         * src/textview.c
4471                 Allow parts to be selected via their text label
4472                 in textview
4473
4474 2006-07-04 [colin]      2.3.1cvs55
4475
4476         * src/folderview.c
4477                 Feedback when closing (for big folders)
4478         * src/prefs_actions.c
4479         * src/prefs_filtering.c
4480         * src/prefs_matcher.c
4481         * src/prefs_template.c
4482                 Fix default button when closing without
4483                 having saved
4484
4485 2006-07-04 [colin]      2.3.1cvs54
4486
4487         * src/news.c
4488                 Delete local file on deletion
4489
4490 2006-07-03 [colin]      2.3.1cvs53
4491
4492         * src/folderview.c
4493         * src/main.c
4494                 Don't freeze when rescanning after crash
4495
4496 2006-07-03 [wwp]        2.3.1cvs52
4497
4498         * src/compose.c
4499         * src/privacy.c
4500         * src/privacy.h
4501         * src/plugins/pgpinline/pgpinline.c
4502         * src/plugins/pgpmime/pgpmime.c
4503                 don't report an error when the user cancels the passphrase dialog.
4504
4505 2006-07-02 [colin]      2.3.1cvs51
4506
4507         * src/folderview.c
4508                 Open message when crossing folders with Space,
4509                 goto next unread and friends
4510
4511 2006-07-01 [colin]      2.3.1cvs50
4512
4513         * src/prefs_account.c
4514                 Typographic rules varying from language
4515                 to language (in french "Protocole :"),
4516                 we have to do that :)
4517
4518 2006-07-01 [ticho]      2.3.1cvs49
4519
4520         * src/prefs_account.c
4521                 Only use one temporary gchar* variable in
4522                 prefs_account_protocol_set_optmenu().
4523
4524 2006-07-01 [ticho]      2.3.1cvs48
4525
4526         * src/prefs_account.c
4527         * src/prefs_account.h
4528                 Use GtkLabel for existing account protocol name.
4529                 Created an array for protocol names and populate the
4530                 combobox from it in a for() cycle.
4531
4532 2006-06-30 [colin]      2.3.1cvs47
4533
4534         * src/compose.c
4535                 Block undo when changing signature (by changing
4536                 account)
4537
4538 2006-06-30 [paul]       2.3.1cvs46
4539
4540         * src/send_message.c
4541                 when editing From in the Compose window, use that address
4542                 in the Return-Path: header
4543                 Thanks to Colin
4544
4545 2006-06-30 [colin]      2.3.1cvs45
4546
4547         * src/compose.c
4548                 Fix signature replacement:
4549                 - when no newline before separator
4550                 - when reediting
4551
4552 2006-06-29 [colin]      2.3.1cvs44
4553
4554         * src/folderview.c
4555         * src/folderview.h
4556         * src/mainwindow.c
4557         * src/summaryview.c
4558                 Let 'View/Go to/Next marked' work like
4559                 Next new & Next unread: across folders
4560                 Change the select_on_entry pref to do
4561                 what we want when changing folder
4562         * src/common/utils.c
4563                 Fix single-quoted links 
4564
4565 2006-06-29 [colin]      2.3.1cvs43
4566
4567         * src/gtk/gtkaspell.c
4568                 "Sylpheed" and "Sylpheed-Claws" do exist !
4569
4570 2006-06-29 [colin]      2.3.1cvs42
4571
4572         * src/imap.c
4573                 Forgot to remove debug
4574
4575 2006-06-29 [colin]      2.3.1cvs41
4576
4577         * src/imap.c
4578         * src/imap.h
4579         * src/mainwindow.c
4580                 Disconnect from IMAP servers when going
4581                 offline. Fixes bug #978 (going to offline-mode 
4582                 won't close connections)
4583
4584 2006-06-29 [colin]      2.3.1cvs40
4585
4586         * src/main.c
4587                 Fix transient setting on failing plugins
4588                 Patch by Fabien
4589         * src/plugins/pgpcore/sgpgme.c
4590                 Only warn for OpenPGP. Most people don't
4591                 have CMS available.
4592
4593 2006-06-29 [colin]      2.3.1cvs39
4594
4595         * src/compose.c
4596                 Fix Spelling menu (discrepancy between context menu
4597                 and top menu when folder's dictionary isn't the 
4598                 default one)
4599         * src/plugins/pgpcore/sgpgme.c
4600                 More error reporting about why gpgme can fail
4601
4602 2006-06-29 [wwp]        2.3.1cvs38
4603
4604         * src/mainwindow.c
4605                 honor the display-header-pane setting even when the message view
4606                 is a separate window.
4607
4608 2006-06-29 [wwp]        2.3.1cvs37
4609
4610         * src/prefs_actions.c
4611                 forgot to commit that one (use of GTK_STOCK_INFO).
4612
4613 2006-06-29 [colin]      2.3.1cvs36
4614
4615         * src/imap.c
4616                 Better handling of login errors (ask the password
4617                 again once), alert in case of error. Fix three
4618                 signedness warnings.
4619
4620 2006-06-28 [wwp]        2.3.1cvs35
4621
4622         * src/prefs_template.c
4623         * src/prefs_matcher.c
4624         * src/prefs_filtering_action.c
4625         * src/prefs_quote.c
4626                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
4627                 patch by Fabien Vantard, slightly modified.
4628
4629 2006-06-28 [paul]
4630
4631         2.4.0-rc2 released
4632
4633 2006-06-28 [colin]      2.3.1cvs34
4634
4635         * src/prefs_account.c
4636                 Fix bug #977 (Can't add or edit imap accounts)
4637
4638 2006-06-28 [colin]      2.3.1cvs33
4639
4640         * src/mimeview.c
4641                 Fix previous
4642
4643 2006-06-28 [colin]      2.3.1cvs32
4644
4645         * src/mimeview.c
4646                 Save named inlined attachments with "Save all"
4647         * src/main.c
4648         * src/mbox.c
4649         * src/common/plugin.c
4650         * src/common/plugin.h
4651         * src/common/sylpheed.c
4652         * src/common/utils.c
4653         * src/plugins/pgpcore/sylpheed.def
4654         * src/plugins/pgpinline/sylpheed.def
4655         * src/plugins/pgpmime/sylpheed.def
4656                 Win32 compatibility patch, by
4657                 Werner Koch
4658
4659 2006-06-28 [wwp]        2.3.1cvs31
4660
4661         * src/imap.c
4662         * src/prefs_folder_item.c
4663                 less compilation warnings (thanks to Fabien Vantard), less typos.
4664
4665 2006-06-28 [paul]       2.3.1cvs30
4666
4667         * src/gtk/gtkutils.c
4668                 gtk_combo_box_set_focus_on_click() is only
4669                 available since gtk 2.6.0
4670
4671 2006-06-28 [paul]       2.3.1cvs29
4672
4673         * src/prefs_ext_prog.c
4674                 fix engrish and add a tooltip for the
4675                 'command for 'Display as text' option
4676
4677 2006-06-28 [paul]
4678
4679         2.4.0-rc1 released
4680
4681 2006-06-28 [paul]       2.3.1cvs28
4682
4683         * ChangeLog
4684         * tools/Makefile.am
4685                 include textviewer.pl in releases
4686
4687 2006-06-28 [paul]       2.3.1cvs27
4688
4689         * src/prefs_ext_prog.c
4690                 hide Print command option if libgnomeprint
4691                 support is present
4692
4693 2006-06-27 [colin]      2.3.1cvs26
4694
4695         * src/compose.c
4696                 Fix Esc handling in insert/attach dialog
4697                 Don't show this dialog if dragging something
4698                 else than text/uri-list
4699                 Thanks to Fabien Vantard
4700         * tools/textviewer.pl
4701                 Filter script to display stuff as text
4702                 by H. Merijn Brand
4703
4704 2006-06-27 [wwp]        2.3.1cvs25
4705
4706         * src/messageview.c
4707                 use the exact product name (message view title), patch
4708                 by Fabien Vantard.
4709
4710 2006-06-27 [ticho]      2.3.1cvs24
4711
4712         * src/prefs_account.c
4713         * src/prefs_common.c
4714         * src/prefs_common.h
4715         * src/prefs_ext_prog.c
4716         * src/textview.c
4717                 Add a preference (Preferences/External programs)
4718                 to allow "Display as text" to be done via a script
4719                 (patch by H.Merijn Brand).
4720                 Use GtkComboBox for protocol selection in account
4721                 preferences.
4722                 Only include current choice for existing accounts, and
4723                 insensitivize the combobox.
4724
4725 2006-06-27 [paul]       2.3.1cvs23
4726
4727         * src/mbox.c
4728                 fix crasher introduced in cvs21.
4729                 Thanks to Colin
4730
4731 2006-06-26 [colin]      2.3.1cvs22
4732
4733         * src/mbox.c
4734                 Fix double-frees when leaving folders
4735                 after exporting to mbox
4736
4737 2006-06-26 [colin]      2.3.1cvs21
4738
4739         * src/mbox.c
4740                 More feedback (and optimisation)
4741                 on import/export
4742         * src/common/utils.c
4743                 Fix case when looking for mail addresses
4744         * src/gtk/gtkutils.c
4745                 Extra check for (X-)Face
4746
4747 2006-06-25 [ticho]      2.3.1cvs20
4748
4749         * src/compose.c
4750         * src/exphtmldlg.c
4751         * src/gtk/gtkutils.c
4752         * src/gtk/gtkutils.h
4753                 Added second argument to gtkut_sc_combobox_create() to
4754                 control focus-on-click for the widget.
4755                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
4756
4757 2006-06-25 [ticho]      2.3.1cvs19
4758
4759         * src/compose.c
4760         * src/gtk/Makefile.am
4761         * src/gtk/combobox.c
4762         * src/gtk/combobox.h
4763         * src/gtk/gtkutils.c
4764         * src/gtk/gtkutils.h
4765                 Use GtkComboBox instead of deprecated GtkOptionMenu
4766                 for account selector in compose window and for encoding
4767                 selector in attachment properties.
4768                 Also factorise working with the new GtkComboBox somewhat.
4769
4770 2006-06-24 [paul]       2.3.1cvs18
4771
4772         * src/prefs_common.c
4773                 use the correct default value
4774
4775 2006-06-24 [paul]       2.3.1cvs17
4776
4777         * src/compose.c
4778         * src/prefs_common.c
4779         * src/prefs_common.h
4780         * src/prefs_compose_writing.c
4781                 enable setting of default action when
4782                 dnd'ing files in the compose window.
4783                 (Collaborative effort with wwp)
4784
4785 2006-06-23 [wwp]        2.3.1cvs16
4786
4787         * src/compose.c
4788                 i18n fix (thanks to Fabien Vantard)
4789
4790 2006-06-22 [colin]      2.3.1cvs15
4791
4792         * src/prefs_customheader.c
4793                 Don't use filters in custom headers' file 
4794                 selector. Remember, extensions mean nothing :)
4795
4796 2006-06-22 [paul]       2.3.1cvs14
4797
4798         * configure.ac
4799                 allow setting of man directory location
4800
4801 2006-06-22 [colin]      2.3.1cvs13
4802
4803         * src/mainwindow.c
4804                 Add 'View/Go to/Next unread folder'.
4805                 I missed that :)
4806
4807 2006-06-22 [colin]      2.3.1cvs12
4808
4809         * src/common/utils.c
4810                 Add some subject prefixes
4811                 Patch by Bjorn T Johansen <btj@havleik.no>
4812
4813 2006-06-22 [colin]      2.3.1cvs11
4814
4815         * manual/advanced.xml
4816                 Forgotten hidden pref
4817
4818 2006-06-21 [paul]       2.3.1cvs10
4819
4820         * src/prefs_account.c
4821                 complete the removal of 'Add date header' option
4822
4823 2006-06-21 [paul]       2.3.1cvs9
4824
4825         * src/account.c
4826         * src/compose.c
4827         * src/prefs_account.c
4828         * src/prefs_account.h
4829                 remove option to add date header - always
4830                 add date header
4831         * src/etpan/imap-thread.c
4832                 fix warnings (Thanks to Colin)
4833
4834 2006-06-21 [wwp]        2.3.1cvs8
4835
4836         * src/folder.c
4837                 set the attachment flag when inline text part are (file)named. This is more convenient
4838                 when receiving (for instance) inline source files or patches sent using thunderbird.
4839
4840 2006-06-21 [paul]       2.3.1cvs7
4841
4842         * src/inc.c
4843                 fix off-by-one count of current msg in
4844                 statusbar filtering progressbar
4845
4846 2006-06-21 [paul]       2.3.1cvs6
4847
4848         * src/folder.c
4849                 Show attachment icon even if the part is 'inline'
4850                 if the following conditions are met:
4851                 - content-type != 'text/plain'
4852                 - content-type != '*/pgp-signature'
4853                 - either 'name' or 'filename' parameter is not NULL
4854                 
4855                 Thanks to Colin
4856
4857 2006-06-21 [paul]       2.3.1cvs5
4858
4859         * src/messageview.c
4860         * src/prefs_common.c
4861         * src/prefs_common.h
4862         * src/prefs_other.c
4863                 add an option to 'Never send Return
4864                 Receipts'
4865                 Thanks to Colin
4866
4867 2006-06-20 [mones]      2.3.1cvs4
4868
4869         * po/es.po
4870                 updated
4871         * src/compose.c
4872                 typo fixed (space after comma)
4873         * tools/make.themes.project
4874                 remove exec mode from tarball files
4875
4876 2006-06-20 [colin]      2.3.1cvs3
4877
4878         * src/news.c
4879         * src/procheader.c
4880         * src/unmime.c
4881                 Better fix for \n's in headers (don't 
4882                 break Received: and others)
4883
4884 2006-06-20 [paul]       2.3.1cvs2
4885
4886         * src/alertpanel.c
4887         * src/textview.c
4888                 improve legibility of phishing attempt
4889                 dialog
4890
4891 2006-06-20 [paul]       2.3.1cvs1
4892
4893         * NEWS
4894         * README
4895         * configure.ac
4896                 Update version number following
4897                 stable release
4898
4899 2006-06-20 [colin]      2.3.0cvs26
4900
4901         * src/compose.c
4902                 When dragging a file to the text of the compose
4903                 window, ask whether we want to insert or attach
4904                 (I know lots of people who do that to attach)
4905
4906 2006-06-20 [colin]      2.3.0cvs25
4907
4908         * src/etpan/imap-thread.c
4909                 Fix threshold (the append command is often > 32 bytes)
4910
4911 2006-06-19 [colin]      2.3.0cvs24
4912
4913         * src/imap.c
4914         * src/etpan/imap-thread.c
4915                 Workaround Rockliffe IMAP server bug: replace
4916                 "x UID SEARCH (ANSWERED UID 1:*)" with
4917                 "x UID SEARCH ANSWERED"
4918                 (Rockliffe doesn't handle the parenthesis)
4919
4920 2006-06-19 [colin]      2.3.0cvs23
4921
4922         * src/compose.c
4923         * src/imap.c
4924         * src/etpan/imap-thread.c
4925                 Probably fix bug #972 (Freezes when adding 
4926                 an attachment to the message)
4927         * src/common/defs.h
4928                 Modernize Firefox cmd
4929
4930
4931 2006-06-18 [colin]      2.3.0cvs22
4932
4933         * src/prefs_customheader.c
4934                 Only allow correct filenames for various
4935                 custom headers
4936
4937 2006-06-18 [colin]      2.3.0cvs21
4938
4939         * src/prefs_customheader.c
4940                 Add a 'From File...' button in custom headers prefs, which
4941                 try to do the right thing: 
4942                 for normal headers, use file as plaintext,
4943                 for X-Face, calls compface,
4944                 for Face, encode to b64.
4945
4946 2006-06-17 [colin]      2.3.0cvs20
4947
4948         * src/mh.c
4949                 Warning fix
4950
4951 2006-06-16 [colin]      2.3.0cvs19
4952
4953         * src/summaryview.c
4954                 Recursive quicksearch: show message list
4955                 in current folder, *then* search children
4956                 in the background.
4957
4958 2006-06-16 [colin]      2.3.0cvs18
4959
4960         * src/main.c
4961                 Instead of ignoring SIGPIPE, save caches
4962                 when getting one. Will fix the fact that
4963                 hot caches are out-of-date when logging 
4964                 out of Xorg.
4965         * src/compose.c
4966         * src/prefs_compose_writing.c
4967                 Only save text (not attachments) when 
4968                 auto-saving to drafts
4969         * src/unmime.c
4970                 Always replace \n, \r and \t with spaces
4971                 in headers
4972         * manual/dist/html/Makefile.am
4973         * manual/dist/pdf/Makefile.am
4974         * manual/dist/ps/Makefile.am
4975         * manual/dist/txt/Makefile.am
4976         * manual/fr/dist/html/Makefile.am
4977         * manual/fr/dist/pdf/Makefile.am
4978         * manual/fr/dist/ps/Makefile.am
4979         * manual/fr/dist/txt/Makefile.am
4980         * manual/pl/dist/html/Makefile.am
4981         * manual/pl/dist/pdf/Makefile.am
4982         * manual/pl/dist/ps/Makefile.am
4983         * manual/pl/dist/txt/Makefile.am
4984                 Fix make clean removing pregenerated manuals
4985
4986
4987 2006-06-16 [colin]      2.3.0cvs17
4988
4989         * src/plugins/pgpcore/sgpgme.c
4990         * src/plugins/pgpmime/pgpmime.c
4991         * src/plugins/pgpinline/pgpinline.c
4992                 Better error reporting in setup_signers.
4993                 Don't fallback to default key if specified
4994                 key isn't found.
4995                 Don't allow signing if more than one secret
4996                 key matches the one specified in prefs.
4997
4998 2006-06-15 [colin]      2.3.0cvs16
4999
5000         * src/folderview.c
5001                 Add "Send queue" in the folder's contextual
5002                 menu
5003         * src/compose.c
5004         * src/messageview.c
5005         * src/privacy.c
5006         * src/privacy.h
5007         * src/procmime.c
5008         * src/procmsg.c
5009         * src/plugins/pgpcore/passphrase.c
5010         * src/plugins/pgpcore/sgpgme.c
5011         * src/plugins/pgpinline/pgpinline.c
5012         * src/plugins/pgpmime/pgpmime.c
5013                 Better error reporting
5014         * src/mbox.c
5015                 Probably fix bug #971 (2.2.3 cannot read mail 
5016                 from local mbox)
5017
5018
5019 2006-06-15 [mones]      2.3.0cvs15
5020
5021         * tools/make.themes.project
5022                 creates the themes project from the web page
5023
5024 2006-06-15 [colin]      2.3.0cvs14
5025
5026         * src/folder.c
5027                 Better fix (avoid losing the folder if scan_tree 
5028                 fails)
5029
5030 2006-06-15 [cleroy]     2.3.0cvs13
5031
5032         * src/folder.c
5033                 Probably fix Bug #969 (crash on rebuilding 
5034                 imap folder)
5035
5036 2006-06-14 [colin]      2.3.0cvs12
5037
5038         * manual/dtd/manual.xsl
5039         * manual/sylpheed-claws-manual.xml
5040         * manual/fr/sylpheed-claws-manual.xml
5041         * manual/pl/sylpheed-claws-manual.xml
5042                 Insert pagebreaks between sections
5043
5044 2006-06-14 [paul]       2.3.0cvs11
5045
5046         * configure.ac
5047                 better fix than 2.3.0cvs10
5048
5049 2006-06-14 [paul]       2.3.0cvs10
5050
5051         * configure.ac
5052                 fix setting of PACKAGE_DATA_DIR with newer autoconf
5053                 (backwards compatible)
5054
5055 2006-06-13 [colin]      2.3.0cvs9
5056
5057         * src/messageview.c
5058                 Fix sending of return receipt with the new queue folders
5059
5060 2006-06-13 [wwp]        2.3.0cvs8
5061
5062         * src/quote_fmt_lex.l
5063                 fix wrong tokens returned in quote_fmt lexer, query not().
5064
5065 2006-06-13 [wwp]        2.3.0cvs7
5066
5067         * src/folder.c
5068         * src/prefs_folder_item.c
5069                 allow changing folder type even when folder is not a top-level one,
5070                 thanks to Colin.
5071
5072 2006-06-12 [colin]      2.3.0cvs6
5073
5074         * src/folderview.c
5075                 Fix double-ask of "Do you want to mark all
5076                 as read"
5077
5078 2006-06-12 [colin]      2.3.0cvs5
5079
5080         * src/compose.c
5081         * src/compose.h
5082         * src/folder.c
5083         * src/folder.h
5084         * src/imap.c
5085         * src/inc.c
5086         * src/main.c
5087         * src/messageview.c
5088         * src/mh.c
5089         * src/prefs_folder_item.c
5090         * src/procheader.c
5091         * src/procmime.c
5092         * src/procmsg.c
5093         * src/procmsg.h
5094         * src/send_message.c
5095         * src/summaryview.c
5096         * src/toolbar.c
5097                 Apply bug #964's patch (Queue and drafts aren't normal)
5098                 The Drafts and Queue folder now contain RFC-822 files,
5099                 allowing to move and copy mails from and to these 
5100                 folders. Moving from Drafts to Queue will prepare the
5101                 mail for sending (PGP signature, encryption, etc).
5102                 This patch also rework sending errors handling to try
5103                 to be more helpful.
5104                 Also, allow redefining folder types via the GUI 
5105                 (Folder type in its Properties)
5106
5107 2006-06-12 [colin]      2.3.0cvs4
5108
5109         * src/summaryview.c
5110         * src/prefs_common.c
5111         * src/prefs_common.h
5112         * src/gedit-print.c
5113                 Allow to define a specific print font - patch
5114                 by Bernhard Walle <bernhard.walle@gmx.de>
5115         * src/prefs_fonts.c
5116         * manual/advanced.xml
5117         * manual/fr/advanced.xml
5118                 Add a hidden pref to allow deletion without
5119                 confirmation
5120
5121 2006-06-12 [wwp]        2.3.0cvs3
5122
5123         * .cvsignore
5124                 more files to ignore.
5125
5126 2006-06-12 [wwp]        2.3.0cvs2
5127
5128         * src/quote_fmt.c
5129         * src/quote_fmt_lex.l
5130         * src/quote_fmt_parse.y
5131                 extend the quote_fmt parser (templates and quotes):
5132                 - allow limited sub-expressions in |p{} and |f{} expressions,
5133                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
5134                 - implemented/fixed missing implementation of query_references and show_references,
5135                 - completed, fixed contents and format of the symbols help dialog,
5136                 - fix some compilation warnings.
5137
5138 2006-06-12 [wwp]        2.3.0cvs1
5139
5140         * manual/advanced.xml
5141         * manual/fr/advanced.xml
5142                 updates in the "templates" section of the manual (eng/fr):
5143                  - be more precise (both versions)
5144                  - completed to match the english reference (fr version)
5145                  - touchups (both versions)
5146
5147 2006-06-12 [paul]       2.3.0
5148
5149         2.3.0 released
5150
5151 2006-06-12 [paul]       2.2.3cvs14
5152
5153         * po/ca.po
5154         * po/cs.po
5155         * po/de.po
5156         * po/el.po
5157         * po/fr.po
5158         * po/it.po
5159         * po/pt_BR.po
5160         * po/sr.po
5161         * po/zh_CN.po
5162                 updated by Miquel Oliete, Tim, Stephan Sachse,
5163                 Stavros Giannouris, Fabien Vantard, Andrea
5164                 Spadaccini, Frederico Goncalves Guimaraes,
5165                 Aleksandar Urosevic, and Ralgh Young
5166
5167 2006-06-12 [colin]      2.2.3cvs13
5168
5169         * src/mbox.c
5170                 Add missing header
5171
5172 2006-06-11 [colin]      2.2.3cvs12
5173
5174         * src/msgcache.c
5175                 Verify that g_malloc() succeeded
5176
5177 2006-06-11 [colin]      2.2.3cvs11
5178
5179         * src/wizard.c
5180                 Add Face header to welcome mail
5181
5182 2006-06-10 [colin]      2.2.3cvs10
5183
5184         * src/textview.c
5185                 Revert previous (Forgot it changes the
5186                 margin on the whole mail)
5187
5188 2006-06-10 [colin]      2.2.3cvs9
5189
5190         * src/textview.c
5191                 Don't overlap long headers under (X-)Face
5192
5193 2006-06-10 [mones]      2.2.3cvs8
5194
5195         * manual/xml2pdf
5196                 allow generation of manual on systems lacking saxon binary
5197                 but with java and the saxon library installed
5198
5199         * po/es.po
5200                 updated for release
5201
5202 2006-06-09 [colin]      2.2.3cvs7
5203
5204         * src/summaryview.c
5205                 Fix leak when using Display Sender using Addressbook
5206
5207 2006-06-09 [colin]      2.2.3cvs6
5208
5209         * src/compose.c
5210         * src/folder.c
5211         * src/folderview.c
5212         * src/mimeview.c
5213         * src/summaryview.c
5214                 More leaks fixes
5215
5216 2006-06-09 [paul]       2.2.3cvs5
5217
5218         * AUTHORS
5219         * src/gtk/authors.h
5220         * tools/claws.i18n.status.pl
5221                 updated with new info
5222
5223 2006-06-09 [paul]       2.2.3cvs4
5224
5225         * README
5226                 updated
5227         * manual/ack.xml
5228                 add wwp to authors list
5229         * src/gtk/authors.h
5230                 update mine and Colin's addresses
5231
5232 2006-06-08 [colin]      2.2.3cvs3
5233
5234         * src/etpan/imap-thread.c
5235                 Fix leak on SSL cert check
5236
5237 2006-06-08 [colin]      2.2.3cvs2
5238
5239         * src/common/utils.c
5240                 Fix leak
5241
5242 2006-06-08 [paul]       2.2.3cvs1
5243
5244         * configure.ac
5245                 Update version number following
5246                 stable release
5247
5248 2006-06-07 [colin]      2.2.2cvs3
5249
5250         * src/msgcache.c
5251                 Fix catching cache read errors (guint instead of gint)
5252                 Prevent malloc'ing more than 8MB (means cache corruption)
5253
5254 2006-06-07 [paul]       2.2.2cvs2
5255
5256         * src/exporthtml.c
5257         * src/exportldif.c
5258         * src/mh.c
5259         * src/mutt.c
5260         * src/pine.c
5261         * src/common/utils.c
5262                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
5263                 obey $HOME'
5264                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
5265                 Thanks to Colin
5266
5267 2006-06-06 [paul]       2.2.2cvs1
5268
5269         * configure.ac
5270                 Update version number following
5271                 stable release
5272
5273 2006-06-06 [paul]       2.2.1cvs6
5274
5275         * src/matcher.c
5276                 fix  implicit declaration of
5277                 sylpheed_do_idle()
5278                 Patch by Fabien Vantard
5279
5280 2006-06-06 [paul]       2.2.1cvs5
5281
5282         * src/matcher.c
5283                 fix age_greater and age_lower so that they
5284                 mean what say and not '...or equal to'
5285                 Thanks to Colin
5286
5287 2006-06-06 [paul]       2.2.1cvs4
5288
5289         * src/textview.c
5290         * src/common/utils.c
5291                 fix URI check
5292                 Thanks to Colin
5293
5294 2006-06-05 [wwp]        2.2.1cvs3
5295
5296         * manual/fr/account.xml
5297                 minor language fixes (thanks to Fabien Vantard).
5298
5299 2006-06-05 [colin]      2.2.1cvs2
5300
5301         * src/prefs_folder_item.c
5302         * src/folderview.c
5303                 Allow recursive setting of properties 
5304                 for whole mailboxes
5305         * src/matcher.c
5306                 Don't freeze on 'test' filtering rule
5307
5308 2006-06-05 [colin]      2.2.1cvs1
5309
5310         * configure.ac
5311                 Update version number following
5312                 stable release
5313
5314 2006-06-04 [wwp]        2.2.0cvs82
5315
5316         * manual/glossary.xml
5317         * manual/account.xml
5318         * manual/fr/glossary.xml
5319         * manual/fr/account.xml
5320                 added glossary section and references/links related to the Face custom header.
5321
5322 2006-06-04 [colin]      2.2.0cvs81
5323
5324         * src/summaryview.c
5325                 Skip to next message on move with no
5326                 immediate execution
5327
5328 2006-06-04 [wwp]        2.2.0cvs80
5329
5330         * manual/xml2pdf
5331                 added sanity checks, exit when needed.
5332
5333 2006-06-03 [paul]       2.2.0cvs79
5334
5335         * src/prefs_receive.c
5336                 page name is now 'Receiving'
5337         * src/prefs_send.c
5338                 page name is now 'Sending'
5339
5340 2006-06-03 [colin]      2.2.0cvs78
5341
5342         * src/plugins/spamassassin/spamassassin_gtk.c
5343                 Autoswitch to Localhost if transport was previously
5344                 disabled. Else people had to check [] Enable, then
5345                 *reselect* transport.
5346
5347 2006-06-03 [colin]      2.2.0cvs77
5348
5349         * src/plugins/pgpinline/pgpinline.c
5350         * src/plugins/pgpmime/pgpmime.c
5351                 Check that gpg_data_release_and_get_mem 
5352                 didn't fail (now, why this happens...)
5353
5354 2006-06-03 [colin]      2.2.0cvs76
5355
5356         * src/mbox.c
5357                 Fix bug #962 (Manual and/or UI should 
5358                 warn about incompatible locking 
5359                 causing dataloss)
5360
5361 2006-06-02 [cleroy]     2.2.0cvs75
5362
5363         * src/filtering.c
5364         * src/folder.c
5365         * src/procmsg.c
5366         * src/summaryview.c
5367                 Fix a few leaks
5368
5369 2006-06-02 [colin]      2.2.0cvs74
5370
5371         * src/main.c
5372                 On exit, free caches after writing them
5373                 Shuts up some valgrind false positives
5374         * src/procmsg.c
5375         * src/send_message.c
5376                 Fix races when reusing existing SMTP connections
5377                 Fix inexistant session timeout
5378         * src/toolbar.c
5379                 Display alertpanel after all queues have
5380                 been processed, not after each
5381
5382 2006-06-02 [wwp]        2.2.0cvs73
5383
5384         * manual/fr/glossary.xml
5385         * manual/fr/ack.xml
5386         * manual/ack.xml
5387                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
5388
5389 2006-06-02 [wwp]        2.2.0cvs72
5390
5391         * manual/xml2pdf
5392         * manual/dist/pdf/Makefile.am
5393         * manual/dtd/manual.xsl
5394         * manual/fr/dist/pdf/Makefile.am
5395         * manual/pl/dist/pdf/Makefile.am
5396                 we changed the procedure to generate the .pdf version of the manual.
5397                 The procedure is more modern and the .pdf we get now has a valid index.
5398                 Here are the new pre-requisites:
5399
5400                 - JRE 1.x (1.4 here): there must be one from your distro
5401                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
5402                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
5403                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
5404
5405                 See my posts for further info about the installation of this toolchain:
5406
5407                 Date: Fri, 19 May 2006 19:40:06 +0200
5408                 From: wwp <subscript@free.fr>
5409                 To: sylpheed-claws-devel@lists.sourceforge.net
5410                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
5411
5412                 and
5413
5414                 Date: Wed, 24 May 2006 12:58:49 +0200
5415                 From: wwp <subscript@free.fr>
5416                 To: sylpheed-claws-devel@lists.sourceforge.net
5417                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
5418
5419 2006-06-01 [colin]      2.2.0cvs71
5420
5421         * src/compose.c
5422                 Better guards against IMAP races
5423         * src/main.c
5424         * src/prefs_common.c
5425         * src/prefs_common.h
5426         * src/common/ssl_certificate.c
5427         * src/etpan/imap-thread.c
5428         * src/etpan/imap-thread.h
5429         * src/gtk/sslcertwindow.c
5430                 New hidden option ssl_skip_cert_check to 
5431                 avoid dups of bug #959 (libetpan linked
5432                 against gnutls and gnutls buggy on 64bit)
5433                 Present expired warning only once per
5434                 session/server.
5435         * manual/advanced.xml
5436         * manual/fr/advanced.xml
5437                 Document new option
5438
5439 2006-06-01 [wwp]        2.2.0cvs70
5440
5441         * src/messageview.c
5442                 fix for bug #961 (return receipt dialog 
5443                 complains incorrectly about return-path 
5444                 email adress being different), thanks 
5445                 to Colin.
5446
5447 2006-05-31 [cleroy]     2.2.0cvs69
5448
5449         * src/common/ssl.c
5450                 Guard against NULLs, although this
5451                 should never be an issue
5452
5453 2006-05-31 [colin]      2.2.0cvs68
5454
5455         * src/filtering.c
5456                 Use g_slist_prepend
5457         * src/imap.c
5458                 Don't remove caches when destroying folder, it
5459                 could (should) be done at exit
5460         * src/inc.c
5461                 free processing cache after incorporation
5462         * src/etpan/imap-thread.c
5463                 Maybe fix bug #959 (Crash on moving to emails 
5464                 to a imap account per ssl with a expired 
5465                 certificate.)
5466
5467 2006-05-30 [colin]      2.2.0cvs67
5468
5469         * src/summaryview.c
5470                 Put back event flush when displaying message
5471                 It avoids reading a bunch of messages just
5472                 by hitting shift-n for too long ;)
5473
5474 2006-05-29 [colin]      2.2.0cvs66
5475
5476         * src/summaryview.c
5477                 Remove useless g_warnings
5478
5479 2006-05-29 [colin]      2.2.0cvs65
5480
5481         * src/imap.c
5482                 Fix g_slist_append()s for performance
5483
5484 2006-05-29 [colin]      2.2.0cvs64
5485
5486         * src/compose.c
5487         * src/common/utils.c
5488                 Fix extraneous tab at start of addresses
5489         * src/mainwindow.c
5490                 Fix warnings (thanks to Fabien)
5491                 Fix crash at exit when composing messages 
5492                 exist
5493         * src/pop.c
5494                 Fix progress bar when deleting expired mails
5495                 Thanks to Hiro
5496         * src/summaryview.c
5497         * src/gtk/gtksctree.c
5498                 Fix re-sorting slowness
5499
5500 2006-05-29 [paul]       2.2.0cvs63
5501
5502         * src/mh.c
5503                 fetch full message when moving mails
5504                 from another mailbox, (fixed data loss
5505                 when filtering from IMAP to MH, introduced
5506                 in 2.2.0cvs57).
5507                 Thanks to Colin
5508
5509 2006-05-29 [mones]      2.2.0cvs62
5510
5511         * src/gtk/gtksctree.c
5512                 Unselect faster (patch by Colin)        
5513
5514 2006-05-26 [colin]      2.2.0cvs61
5515
5516         * src/summaryview.c
5517                 Unplug MSGINFO_UPDATE callback on delete too.
5518
5519 2006-05-26 [colin]      2.2.0cvs60
5520
5521         * src/foldersel.c
5522                 Fix bold in folder selection window with glib2.10
5523                 thanks Hiro
5524
5525 2006-05-26 [colin]      2.2.0cvs59
5526
5527         * src/procheader.c
5528                 Convert date only if necessary (and don't
5529                 try to convert from utf8 to utf8, too)
5530         * src/summaryview.c
5531                 Only set column's text if the column's 
5532                 displayed
5533
5534 2006-05-26 [colin]      2.2.0cvs58
5535
5536         * src/summaryview.c
5537         * src/gtk/gtkutils.c
5538                 Fix useless warning
5539
5540 2006-05-26 [colin]      2.2.0cvs57
5541
5542         * src/mainwindow.c
5543                 Make summaryview selectable as long as 
5544                 no message has focus
5545         * src/mh.c
5546                 Faster deletion (by implementing mh_remove_msgs)
5547                 Faster copy (avoid using mh_fetch_msg just to get
5548                 the filename)
5549                 Faster move (using move_file instead of copy_file
5550                 if MSG_IS_MOVE)
5551                 No progressbar if total number of mails to cp/mv 
5552                 is less than 100
5553         * src/summaryview.c
5554                 Fix removal from subject_table when mail gets moved
5555                 Faster deletion (g_slist_prepend instead of append)
5556         * src/gtk/gtksctree.c
5557                 Remove useless code
5558
5559 2006-05-25 [colin]      2.2.0cvs56
5560
5561         * src/common/ssl_certificate.c
5562                 Fix leak in expired cert check
5563
5564 2006-05-25 [colin]      2.2.0cvs55
5565
5566         * src/mh.c
5567                 Disable flags syncing on .mh_sequences - it
5568                 is buggy and marks mails read under unknown
5569                 conditions.
5570
5571 2006-05-25 [paul]
5572
5573         * 2.3.0-rc4 released
5574
5575 2006-05-24 [colin]      2.2.0cvs54
5576
5577         attention cvs users: if you manage to crash
5578         Sylpheed-Claws while moving, copying or deleting
5579         mails, we *are* interested in stack traces and
5580         valgrind logs. It looks stable, but one never
5581         knows...
5582
5583         * src/folder.c
5584                 Add progressbar for cache updates
5585         * src/folderutils.c
5586                 Optimize Mark all read in the current
5587                 folder
5588         * src/mh.c
5589                 Add progressbar for copy/move
5590         * src/procmsg.c
5591                 Optimize O(n^2) in copy/move
5592         * src/summaryview.c
5593         * src/gtk/gtksctree.c
5594                 Optimize O(n^2) algos
5595         * src/common/timing.h
5596                 Display ms instead of us
5597
5598 2006-05-24 [wwp]        2.2.0cvs53
5599
5600         * manual/fr/advanced.xml
5601                 updates to the French manual.
5602
5603 2006-05-24 [wwp]        2.2.0cvs52
5604
5605         * src/common/utils.c
5606                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
5607
5608 2006-05-24 [wwp]        2.2.0cvs51
5609
5610         * src/folderutils.c
5611                 fixed "mark all read" in MH folders (thanks to Colin).
5612
5613 2006-05-24 [paul]       2.2.0cvs50
5614
5615         * doc/man/sylpheed-claws.1
5616                 updated the man page
5617
5618 2006-05-23 [colin]      2.2.0cvs49
5619
5620         * src/folderview.c
5621         * src/imap.c
5622         * src/inc.c
5623         * src/mbox.c
5624         * src/messageview.c
5625         * src/news.c
5626         * src/send_message.c
5627         * src/summaryview.c
5628         * src/gtk/sslcertwindow.c
5629                 alertpanel fixes, by Fabien
5630
5631 2006-05-23 [colin]      2.2.0cvs48
5632
5633         * src/folder.c
5634         * src/folderview.c
5635         * src/msgcache.c
5636         * src/summaryview.c
5637         * src/gtk/gtksctree.c
5638         * src/gtk/gtksctree.h
5639                 More timings
5640                 Fix slow loading problem, which was caused by the
5641                 use of some gtk_ctree funcs and their use of
5642                 g_list_position while gtk_ctree_(un)link'ing.
5643                 Reap more functions from gtkctree.c to be sure we
5644                 use our (fast) version instead of theirs.
5645         * src/mh.c
5646                 Fix copy of unread mails
5647
5648
5649 2006-05-22 [wwp]        2.2.0cvs47
5650
5651         * manual/fr/advanced.xml
5652                 updated.
5653
5654 2006-05-22 [colin]      2.2.0cvs46
5655
5656         * src/filtering.c
5657                 Fix possible infinite loop. 'copy' is not a 
5658                 final action, so when encountering a 'copy',
5659                 we have to check if a previous one was set
5660                 and do it. In the same way, if we encounter
5661                 a 'move' we have to perform a possibly 
5662                 pending 'copy'. This will slow down filtering
5663                 on IMAP if move+copy or multiple copy actions
5664                 are to be done, but handling it via the batch
5665                 would be really too convoluted.
5666
5667 2006-05-22 [wwp]        2.2.0cvs45
5668
5669         * manual/fr/advanced.xml
5670         * manual/fr/faq.xml
5671         * manual/fr/glossary.xml
5672         * manual/fr/handling.xml
5673         * manual/fr/intro.xml
5674         * manual/fr/plugins.xml
5675         * manual/fr/sylpheed-claws-manual.xml
5676                 sync w/ the english manual: updates URIs, documented mailing-list
5677                 support, better explanation about the enabled/disabled feature
5678                 in filtering/processing rules by Paul.
5679
5680 2006-05-21 [colin]      2.2.0cvs44
5681
5682         * src/summaryview.c
5683                 Don't expand after building threads, but during
5684
5685 2006-05-21 [colin]      2.2.0cvs43
5686
5687         * src/procmsg.c
5688         * src/summaryview.c
5689                 More timing possibilities... For next time I have 
5690                 to find out how the hell some 3GHz computer takes
5691                 one minute to open a 30k folder...
5692
5693 2006-05-21 [colin]      2.2.0cvs42
5694
5695         * manual/pl/advanced.xml
5696         * manual/pl/faq.xml
5697         * manual/pl/glossary.xml
5698         * manual/pl/handling.xml
5699         * manual/pl/intro.xml
5700         * manual/pl/plugins.xml
5701         * manual/pl/sylpheed-claws-manual.xml
5702                 Polish manual updated by Pawel
5703
5704 2006-05-20 [colin]
5705
5706         * 2.3.0-rc3 released
5707
5708 2006-05-20 [colin]      2.2.0cvs41
5709
5710         * src/imap.c
5711                 Fix -rc2 problems:
5712                 - remove cache of moved messages from original folder
5713                 - apply new flags to messages even if they aren't appliable
5714                   via IMAP.
5715
5716 2006-05-20 [colin]
5717
5718         * 2.3.0-rc2 released
5719
5720 2006-05-19 [colin]      2.2.0cvs40
5721
5722         * src/imap.c
5723                 Don't issue SELECT in imap_change_flags
5724                 before having checked that we indeed have
5725                 some flags to change. MSG_POSTFILTERED for
5726                 example can't be used on IMAP.
5727                 Fixes bug #955 (copying messages between 
5728                 imap folders is extremely slow), which was
5729                 a regression.
5730
5731 2006-05-19 [colin]      2.2.0cvs39
5732
5733         * src/folder.c
5734         * src/folder.h
5735         * src/folderview.c
5736                 Try to fix bug #830 (Some unread messages 
5737                 get marked read in IMAP inbox):
5738                 - Prevent scanning a folder if it's being 
5739                   opened via the GUI
5740                 - Postpone opening via the GUI of a folder
5741                   currently scanned.
5742
5743
5744 2006-05-19 [wwp]        2.2.0cvs38
5745
5746         * manual/advanced.xml
5747                 fix English+typo (thanks to Paul).
5748
5749 2006-05-19 [wwp]        2.2.0cvs37
5750
5751         * manual/advanced.xml
5752         * manual/fr/advanced.xml
5753         * src/gtk/logwindow.c
5754         * src/prefs_common.c
5755         * src/prefs_common.h
5756                 added hidden prefs to allow customization of colors used in
5757                 protocol log window (useful for dark gtk+ themes).
5758
5759 2006-05-19 [wwp]        2.2.0cvs36
5760
5761         * ChangeLog
5762                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
5763
5764 2006-05-19 [paul]       2.2.0cvs35
5765
5766         * src/textview.c
5767                 make Reply-To fully clickable
5768         * src/gtk/logwindow.c
5769                 more colouring (SMTP ESMTP)
5770         Both patches by Pawel Pekala
5771
5772 2006-05-19 [cleroy]     2.2.0cvs34
5773
5774         * src/mh.c
5775                 Don't update flags from current folder
5776                 Probably fixes bug #935 (Read Messages 
5777                 Revert to Being Marked as Unread)
5778
5779 2006-05-18 [colin]      2.2.0cvs33
5780
5781         * src/imap.c
5782                 Warning fix
5783         * src/compose.c
5784         * src/mainwindow.c
5785         * src/summaryview.c
5786         * src/toolbar.c
5787                 Allow replying to multiple emails
5788                 in multiple windows
5789         * src/mimeview.c
5790         * src/etpan/imap-thread.c
5791                 Leak fixes
5792
5793 2006-05-18 [paul]       2.2.0cvs32
5794
5795         * src/summaryview.c
5796                 keep Mailing-List menu refreshed
5797                 Thanks to Colin
5798
5799 2006-05-18 [paul]       2.2.0cvs31
5800
5801         * manual/advanced.xml
5802         * manual/faq.xml
5803         * manual/glossary.xml
5804         * manual/handling.xml
5805         * manual/intro.xml
5806         * manual/plugins.xml
5807         * manual/sylpheed-claws-manual.xml
5808                 update URLs
5809                 add info about mailing-list support
5810                 edit filtering info
5811         * src/wizard.c
5812         * src/common/defs.h
5813         * src/gtk/about.c
5814         * src/plugins/dillo_viewer/README
5815                 update URLs
5816
5817 2006-05-17 [wwp]        2.2.0cvs30
5818
5819         * manual/handling.xml
5820         * manual/fr/handling.xml
5821                 documented the ability to enabled/disable filtering/processing rules.
5822
5823 2006-05-17 [colin]      2.2.0cvs29
5824
5825         * src/main.c
5826                 Don't initialize g_thread subsystem if it's 
5827                 already done (thanks to Hiro)
5828         * src/mimeview.c
5829                 Fix saving of parts when there name can't be
5830                 converted from UTF-8.
5831
5832 2006-05-17 [paul]       2.2.0cvs28
5833
5834         * po/Makefile.in.in
5835                 fix config.status warning with autoconf 2.60
5836
5837 2006-05-17 [paul]       2.2.0cvs27
5838
5839         * po/POTFILES.in
5840                 add src/mbox.c
5841
5842 2006-05-17 [wwp]        2.2.0cvs26
5843
5844         * src/mainwindow.c
5845                 fix useless and potentially dangerous buffer walking (thanks to Colin).
5846
5847 2006-05-17 [wwp]        2.2.0cvs25
5848
5849         * src/plugins/demo/demo.c
5850                 updated product name in plugin demo (many plugins need to be
5851                 sync'ed w/ that change).
5852
5853 2006-05-17 [colin]      2.2.0cvs24
5854
5855         * src/mh.c
5856                 Fix leak
5857
5858 2006-05-16 [colin]      2.2.0cvs23
5859
5860         * src/mainwindow.c
5861                 Stupid me hit again. Fix cvs22.
5862
5863 2006-05-16 [colin]      2.2.0cvs22
5864
5865         * src/mainwindow.c
5866                 Fix bug #922 (sylpheed-claws crashed after 
5867                 pushing on Inbox folder)
5868
5869 2006-05-16 [colin]      2.2.0cvs21
5870
5871         * src/compose.c
5872                 Make From header be copy/paste/select-able
5873
5874 2006-05-16 [wwp]        2.2.0cvs20
5875
5876         * src/export.c
5877         * src/matcher.c
5878         * src/summaryview.c
5879         * src/etpan/imap-thread.c
5880                 fix some compiler warnings (thanks to Colin).
5881
5882 2006-05-16 [wwp]        2.2.0cvs19
5883
5884         * src/action.c
5885         * src/gedit-print.c
5886         * src/inc.c
5887         * src/mainwindow.c
5888         * src/mh.c
5889         * src/statusbar.c
5890         * src/send_message.c
5891         * src/summaryview.c
5892                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
5893
5894 2006-05-15 [colin]      2.2.0cvs18
5895
5896         * src/procmsg.c
5897                 Fix automatic rule creation with List-Post
5898
5899 2006-05-15 [paul]       2.2.0cvs17
5900
5901         * tools/filter_conv_new.pl
5902                 updated for rule enabling/disabling
5903                 claws version >= 2.3.x required
5904
5905 2006-05-15 [cleroy]     2.2.0cvs16
5906
5907         * src/main.c
5908                 Revert test
5909
5910 2006-05-15 [cleroy]     2.2.0cvs15
5911
5912         * src/main.c
5913                 test
5914
5915 2006-05-15 [wwp]        2.2.0cvs14
5916
5917         * manual/pl/.cvsignore
5918                 ignore generated files.
5919
5920 2006-05-14 [wwp]        2.3.0-rc1
5921
5922         * 2.3.0-rc1 released
5923
5924 2006-05-13 [wwp]        2.2.0cvs13
5925
5926         * src/filtering.c
5927         * src/filtering.h
5928         * src/matcher.c
5929         * src/matcher_parser_lex.l
5930         * src/matcher_parser_parse.y
5931         * src/prefs_filtering.c
5932                 new feature: provide the ability to disable filtering and processing
5933                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
5934                 adaptations.
5935
5936 2006-05-13 [colin]      2.2.0cvs12
5937
5938         * src/compose.c
5939                 Remove useless if (a) b; else b;
5940                 Thanks to wwp
5941
5942 2006-05-13 [wwp]        2.2.0cvs11
5943
5944         * src/export.c
5945         * src/import.c
5946         * src/mainwindow.c
5947         * src/mbox.c
5948         * src/summaryview.c
5949         * src/summaryview.h
5950                 no more silent failures (or at least less ones) when importing
5951                 or exporting from/to mbox. Also start importing/exporting if
5952                 the necessary info is set.
5953
5954 2006-05-13 [wwp]        2.2.0cvs10
5955
5956         * RELEASE_NOTES
5957                 restored up-to-date release notes.
5958
5959 2006-05-13 [paul]       2.2.0cvs9
5960
5961         * po/nl.po
5962         * po/ru.po
5963                 updated by Tim Dijkstra and Pavlo Bohmat
5964
5965 2006-05-12 [colin]      2.2.0cvs8
5966
5967         * src/gtk/quicksearch.c
5968                 Add "k" as shortcut for "colorlabel". Patch
5969                 by ath42@users.sf.net.
5970
5971 2006-05-12 [paul]       2.2.0cvs7
5972
5973         * src/prefs_common.h
5974         * src/prefs_summaries.c
5975         * src/summaryview.c
5976                 when entering a folder also allow
5977                 going directly to first Marked message
5978
5979 2006-05-12 [paul]       2.2.0cvs6
5980
5981         * src/summaryview.c
5982                 always obey 'confirm before marking all
5983                 mails read' option
5984
5985 2006-05-12 [paul]       2.2.0cvs5
5986
5987         * src/textview.c
5988                 make Sender fully clickable
5989
5990 2006-05-12 [colin]      2.2.0cvs4
5991
5992         * src/compose.c
5993         * src/compose.h
5994                 Let From be editable
5995         * src/main.c
5996         * src/mh.c
5997                 Full support of .mh_sequences' Unseen seq
5998
5999 2006-05-12 [colin]      2.2.0cvs3
6000
6001         * src/folder.c
6002         * src/mainwindow.c
6003         * src/mainwindow.h
6004         * src/messageview.c
6005         * src/prefs_spelling.c
6006         * src/procheader.c
6007         * src/procmsg.c
6008         * src/procmsg.h
6009         * src/summaryview.c
6010         * src/toolbar.c
6011         * src/toolbar.h
6012                 Add contextual menu on Compose toolbar
6013                 button. Fixes bug #944 (Automatic
6014                 addresses not applied when changing account
6015                 from compose window)
6016                 add Mailing List support
6017                 based on the old 0.6.5claws25 patch by
6018                 Melvin Hadasht, with finishing touches
6019                 by Colin
6020                 Fix "ignore thread" when mails are threaded by
6021                 subject (and weren't ignored although appearing
6022                 in the thread).
6023                 GUI rework.
6024                 Both patches by Pawel.
6025
6026 2006-05-08 [paul]       2.2.0cvs2
6027
6028         * src/mainwindow.c
6029         * src/mainwindow.h
6030         * src/messageview.c
6031         * src/procheader.c
6032         * src/procmsg.c
6033         * src/procmsg.h
6034         * src/summaryview.c
6035                 add Mailing List support
6036                 based on the old 0.6.5claws25 patch by 
6037                 Melvin Hadasht, with finishing touches
6038                 by Colin
6039
6040 2006-05-08 [colin]      2.2.0cvs1
6041
6042         * src/mainwindow.c
6043         * src/toolbar.c
6044         * src/toolbar.h
6045                 Add contextual menu on Compose toolbar 
6046                 button. Fixes bug #944 (Automatic 
6047                 addresses not applied when changing account 
6048                 from compose window)
6049
6050 2006-05-08 [paul]       2.2.0
6051
6052         2.2.0 released
6053
6054 2006-05-08 [paul]       2.1.1cvs51
6055
6056         * po/cs.po
6057         * po/de.po
6058         * po/en_GB.po
6059         * po/fi.po
6060         * po/fr.po
6061         * po/pt_BR.po
6062         * po/sr.po
6063         * po/zh_CN.po
6064                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6065                 Fabien Vantard, Frederico Goncalves Guimaraes,
6066                 Aleksandar Urosevic, and Ralgh Young
6067
6068 2006-05-12 [colin]      2.1.1cvs50
6069
6070         * po/cs.po
6071         * po/de.po
6072         * po/en_GB.po
6073         * po/es.po
6074         * po/fi.po
6075         * po/fr.po
6076         * po/pt_BR.po
6077         * po/sr.po
6078         * po/zh_CN.po
6079                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6080                 Fabien Vantard, Frederico Goncalves Guimaraes,
6081                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
6082
6083 2006-05-05 [colin]      2.1.1cvs49
6084
6085         * manual/Makefile.am
6086         * manual/pl/Makefile.am
6087         * manual/pl/account.xml
6088         * manual/pl/ack.xml
6089         * manual/pl/addrbook.xml
6090         * manual/pl/advanced.xml
6091         * manual/pl/faq.xml
6092         * manual/pl/glossary.xml
6093         * manual/pl/gpl.xml
6094         * manual/pl/handling.xml
6095         * manual/pl/intro.xml
6096         * manual/pl/keyboard.xml
6097         * manual/pl/plugins.xml
6098         * manual/pl/starting.xml
6099         * manual/pl/sylpheed-claws-manual.xml
6100         * manual/pl/dist/.cvsignore
6101         * manual/pl/dist/Makefile.am
6102         * manual/pl/dist/html/.cvsignore
6103         * manual/pl/dist/html/Makefile.am
6104         * manual/pl/dist/pdf/.cvsignore
6105         * manual/pl/dist/pdf/Makefile.am
6106         * manual/pl/dist/ps/.cvsignore
6107         * manual/pl/dist/ps/Makefile.am
6108         * manual/pl/dist/txt/.cvsignore
6109         * manual/pl/dist/txt/Makefile.am
6110                 Add the polish translation of the manual,
6111                 Authored by Pawel Pekala.
6112
6113 2006-05-05 [cleroy]     2.1.1cvs48
6114
6115         * src/main.c
6116                 Re-read matcherrc after loading plugins 
6117                 if some of them add folders.
6118
6119 2006-05-03 [colin]      2.1.1cvs47
6120
6121         * src/imap.c
6122                 I'm idiot
6123
6124 2006-05-03 [colin]      2.1.1cvs46
6125
6126         * src/imap.c
6127                 Be sure to have a session when
6128                 getting separator
6129
6130 2006-05-03 [colin]      2.1.1cvs45
6131
6132         * src/imap.c
6133         * src/imap.h
6134         * src/imap_gtk.c
6135                 Fix preventing renaming with namespace 
6136                 separator.
6137
6138 2006-05-01 [colin]      2.1.1cvs44
6139
6140         * src/action.c
6141                 Don't reload messageview when result of
6142                 action is piped.
6143
6144 2006-04-29 [colin]      2.1.1cvs43
6145
6146         * src/prefs_receive.c
6147         * src/plugins/spamassassin/spamassassin_gtk.c
6148         * src/plugins/clamav/clamav_plugin_gtk.c
6149                 GUI fixes by Pawel
6150
6151 2006-04-29 [colin]      2.1.1cvs42
6152
6153         * src/prefs_compose_writing.c
6154         * src/prefs_quote.c
6155                 Cleanups. Patch by Pawel
6156
6157 2006-04-28 [paul]       2.1.1cvs41
6158
6159         * src/matcher.c
6160                 fix returned quick search results when search
6161                 term contains an underscore.
6162                 Thanks to Colin
6163
6164 2006-04-28 [paul]       2.1.1cvs40
6165
6166         * src/prefs_message.c
6167         * src/prefs_receive.c
6168                 GUI cleanups
6169                 Patches by Pawel Pekala
6170
6171 2006-04-27 [colin]      2.1.1cvs39
6172
6173         * src/wizard.c
6174                 Differentiate subject Welcome from
6175                 window's title Welcome
6176
6177 2006-04-27 [paul]
6178
6179         2.2.0-rc1 released
6180
6181 2006-04-27 [paul]       2.1.1cvs38
6182
6183         * manual/advanced.xml
6184         * manual/fr/advanced.xml
6185                 add info about compose_no_markup hidden pref
6186
6187 2006-04-27 [paul]       2.1.1cvs37
6188
6189         * src/prefs_account.c
6190                 improve privacy labels
6191         * src/prefs_msg_colors.c
6192                 change some strings for translators' convenience
6193         * src/gtk/gtkutils.c
6194                 don't underline the link button text
6195
6196 2006-04-25 [colin]      2.1.1cvs36
6197
6198         * src/folder.c
6199                 Complete 2.1.1cvs33 (once more ;)
6200
6201 2006-04-25 [colin]      2.1.1cvs35
6202
6203         * src/editldap.c
6204                 Fix tooltip
6205
6206 2006-04-25 [cleroy]     2.1.1cvs34
6207
6208         * src/compose.c
6209         * src/gtk/gtkaspell.c
6210                 Fix crash on redirect (related to the return 
6211                 of the aspell menu in compose's toolbar)
6212         * src/prefs_msg_colors.c
6213                 Fix sensitivity widgets
6214         * src/image_viewer.c
6215         * src/gtk/pluginwindow.c
6216         * src/gtk/prefswindow.c
6217                 Change released signals to clicked (Fabien)
6218         * po/POTFILES.in
6219         * src/common/socket.c
6220         * src/plugins/spamassassin/spamassassin.c
6221                 Translate strings (Fabien)
6222
6223 2006-04-25 [paul]       2.1.1cvs33
6224
6225         * src/folder.c
6226         * src/folder.h
6227         * src/folderview.c
6228                 complete the fix of bug #912
6229                 Thanks to Colin
6230
6231 2006-04-25 [colin]      2.1.1cvs32
6232
6233         * src/news.c
6234                 Better progress bar
6235         * src/mimeview.c
6236         * src/summaryview.c
6237         * src/summaryview.h
6238                 Fix focus chain
6239                 Patches by Pawel Pekala
6240
6241 2006-04-24 [colin]      2.1.1cvs31
6242
6243         * src/compose.c
6244                 Fix compilation warnings (Fabien)
6245
6246 2006-04-24 [colin]      2.1.1cvs30
6247
6248         * src/addrindex.c
6249         * src/editldap.c
6250         * src/editldap_basedn.c
6251         * src/editldap_basedn.h
6252         * src/ldapctrl.c
6253         * src/ldapctrl.h
6254         * src/ldapquery.c
6255         * src/ldaputil.c
6256         * src/ldaputil.h
6257                 Fix bug #901 (LDAPS support)
6258
6259 2006-04-24 [colin]      2.1.1cvs29
6260
6261         * src/compose.c
6262                 Fix logic on error with send dialog on
6263         * src/imap.c
6264                 Fix compilation without libetpan, thanks
6265                 to Fabien
6266         * src/summaryview.c
6267                 Fix 'context-menu' key
6268
6269 2006-04-23 [colin]      2.1.1cvs28
6270
6271         * src/folder.c
6272                 Never free current's cache to free up 
6273                 memory. Fixes bug #912 (new count 
6274                 randomly set to message count)
6275
6276 2006-04-23 [colin]      2.1.1cvs27
6277
6278         * src/gtk/quicksearch.c
6279                 And remove printf...
6280
6281 2006-04-23 [colin]      2.1.1cvs26
6282
6283         * src/gtk/quicksearch.c
6284                 Fix replacing in quicksearch, and fix inserting
6285                 in the middle of the string. (introduced at 2.1.0cvs22)
6286
6287 2006-04-23 [colin]      2.1.1cvs25
6288
6289         * src/imap.c
6290                 Make sure uidnext is initialized in get_num_list
6291                 (not for stable, related to 2.1.1cvs8 and friends)
6292
6293 2006-04-23 [colin]      2.1.1cvs24
6294
6295         * src/imap.c
6296                 Output something when login is successful
6297                 too
6298
6299 2006-04-23 [colin]      2.1.1cvs23
6300
6301         * src/etpan/imap-thread.c
6302                 Better logging (line-per-line, hide data in fetch)
6303                 Fix a const warning
6304         * src/gtk/logwindow.c
6305         * src/gtk/logwindow.h
6306                 Better logging (color for input/output)
6307
6308 2006-04-21 [colin]      2.1.1cvs22
6309
6310         * src/gtk/quicksearch.c
6311                 On gtk+-2.8, use stock buttons in quicksearch
6312                 Based on a patch by Fabien and a design by Paul
6313
6314 2006-04-21 [colin]      2.1.1cvs21
6315
6316         * src/folderview.c
6317         * src/mainwindow.c
6318                 Fix occasional flicker in folderview
6319         * src/common/utils.c
6320                 Fix bug #943 (Incorrectly parsed email address 
6321                 list in short headers on message view and in 
6322                 printouts)
6323
6324 2006-04-20 [colin]      2.1.1cvs20
6325
6326         * src/imap.c
6327         * src/imap.h
6328         * src/prefs_account.c
6329                 Add ANONYMOUS auth for IMAP
6330
6331 2006-04-20 [paul]       2.1.1cvs19
6332
6333         * src/main.c
6334                 proper fix for 2.1.1cvs18
6335                 Thanks to Colin
6336
6337 2006-04-20 [paul]       2.1.1cvs18
6338
6339         * src/main.c
6340                 fix build warnings
6341
6342 2006-04-20 [paul]       2.1.1cvs17
6343
6344         * src/gtk/quicksearch.c
6345                 fix standard, non-extended Quick search,
6346                 was broken in 2.1.1cvs15.
6347                 Thanks to Colin.
6348
6349 2006-04-20 [colin]      2.1.1cvs16
6350
6351         * src/prefs_matcher.c
6352                 Fix values when reselecting a ~test
6353                 rule
6354
6355 2006-04-19 [colin]      2.1.1cvs15
6356
6357         * src/compose.c
6358         * src/compose.h
6359         * src/gtk/gtkaspell.c
6360         * src/gtk/gtkaspell.h
6361                 Put back Options menu in Spelling/
6362         * src/gtk/quicksearch.c
6363                 Don't search, and show error, if the
6364                 advanced search has a syntax error
6365
6366 2006-04-18 [colin]      2.1.1cvs14
6367
6368         * src/textview.c
6369                 Fix gdk warnings on set_cursor when textview
6370                 isn't visible
6371
6372 2006-04-18 [colin]      2.1.1cvs13
6373
6374         * src/gtk/gtksctree.c
6375                 Remove seemingly useless refresh that causes
6376                 flicker - watch this commit in case of 
6377                 problems before planned backport to stable
6378
6379 2006-04-18 [colin]      2.1.1cvs12
6380
6381         * src/imap.c
6382                 Factorize get/set_xml code
6383         * src/compose.c
6384         * src/prefs_account.c
6385         * src/prefs_account.h
6386         * src/procmsg.c
6387                 Add Encrypt to self option
6388
6389 2006-04-17 [colin]      2.1.1cvs11
6390
6391         * configure.ac
6392                 Fix search on encrpyt function on dragonfly
6393                 Patch by Jonathan Buschmann <jonthn@agmact.com>
6394
6395 2006-04-17 [colin]      2.1.1cvs10
6396
6397         * src/prefs_account.c
6398                 Be safe by default: remove mails from POP3
6399                 after 7 days, not immediately
6400
6401 2006-04-17 [colin]      2.1.1cvs9
6402
6403         * src/etpan/imap-thread.c
6404                 Fix build on DragonFly - patch by 
6405                 Jonathan Buschmann <jonthn@agmact.com>
6406
6407 2006-04-17 [colin]      2.1.1cvs8
6408
6409         * src/imap.c
6410                 Save uidnext between sessions
6411
6412 2006-04-17 [colin]      2.1.1cvs7
6413
6414         * src/imap.c
6415                 scan is required when uid validity changes
6416
6417 2006-04-17 [colin]      2.1.1cvs6
6418
6419         * src/folderview.c
6420                 Don't scan if not necessary, apart in current
6421                 folder and INBOX to fetch flags.
6422         * src/imap.c
6423                 Scan is necessary if unread count changes
6424
6425 2006-04-17 [colin]      2.1.1cvs5
6426
6427         * src/imap.c
6428                 ...But always fetch ANSWERED and DELETED flags for
6429                 INBOX, as filtering can happen on these flags.
6430
6431 2006-04-17 [colin]      2.1.1cvs4
6432
6433         * src/imap.c
6434                 Don't fetch REPLIED and DELETED flags when synchronising
6435                 flags with a closed folder. We only need UNSEEN and FLAGGED
6436                 to update the folderview.
6437
6438 2006-04-17 [colin]      2.1.1cvs3
6439
6440         * src/imap.c
6441                 Faster flag search when there are new mails 
6442                 in a folder. We can do a full search if the 
6443                 folder contains less messages than the new
6444                 list.
6445
6446 2006-04-17 [colin]      2.1.1cvs2
6447
6448         * po/cs.po
6449         * po/de.po
6450         * po/fr.po
6451         * po/nl.po
6452         * po/pt_BR.po
6453                 Update translations from stable branch
6454
6455 2006-04-17 [colin]      2.1.1cvs1
6456
6457         * configure.ac
6458                 Bump version to follow stable release
6459
6460 2006-04-16 [mones]      2.1.0cvs50
6461
6462         * po/es.po
6463                 Updated for release
6464
6465 2006-04-16 [colin]      2.1.0cvs49
6466
6467         * src/textview.c
6468                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
6469                 with gtk < 2.8. Thanks to Fabien Vantard.
6470
6471 2006-04-15 [colin]      2.1.0cvs48
6472
6473         * src/etpan/imap-thread.c
6474                 Fix bug #919 (libetpan: SEGV when connecting 
6475                 using command)
6476
6477 2006-04-14 [colin]      2.1.0cvs47
6478
6479         * src/main.c
6480                 Fix race on --select (should be done better)
6481
6482 2006-04-14 [wwp]        2.1.0cvs46
6483
6484         * src/send_message.c
6485                 enforce a check for domain in account prefs (a sending
6486                 error could be faced if domain was checked but no value set),
6487                 thanks to Colin.
6488
6489 2006-04-14 [colin]      2.1.0cvs45
6490
6491         * src/codeconv.c
6492                 when converting from unknown to unknown, if the
6493                 string is UTF8, don't convert it to the locale
6494                 (which breaks it)
6495
6496 2006-04-14 [colin]      2.1.0cvs44
6497
6498         * src/compose.c
6499                 Don't try to use ASCII for converting headers
6500                 (as done in body)
6501
6502 2006-04-14 [paul]       2.1.0cvs43
6503
6504         * src/crash.c
6505                 add locale/charset info to crash report
6506         * src/gtk/about.c
6507                 add wwp to doc team
6508                 replace 'e-mail' with preferred 'email'
6509         * src/gtk/authors.h
6510                 ensure contributors list is in alphabetical
6511                 order
6512
6513 2006-04-13 [colin]      2.1.0cvs42
6514
6515         * src/textview.c
6516                 Prevent gdk warnings
6517
6518 2006-04-13 [colin]      2.1.0cvs41
6519
6520         * src/common/ssl_certificate.c
6521         * src/common/ssl_certificate.h
6522         * src/gtk/sslcertwindow.c
6523                 Warn on expired certs, and display the expiration date
6524
6525 2006-04-13 [colin]      2.1.0cvs40
6526
6527         * src/plugins/spamassassin/spamassassin_gtk.c
6528                 Fix missing set_text on unix socket
6529
6530 2006-04-13 [wwp]        2.1.0cvs39
6531
6532         * manual/fr/advanced.xml
6533         * manual/fr/glossary.xml
6534                 applied new spam/ham/email lexicon (pourriel, courriel)
6535
6536 2006-04-13 [paul]       2.1.0cvs38
6537
6538         * src/plugins/pgpmime/plugin.c
6539                 remove the mention of S/MIME from the
6540                 description. This is now handled by the
6541                 S/MIME plugin.
6542
6543 2006-04-13 [paul]       2.1.0cvs37
6544
6545         * src/prefs_msg_colors.c
6546                 rework dialog
6547         * src/prefs_folder_item.c
6548         * src/prefs_spelling.c
6549                 add a tooltip to the colour selector buttons
6550
6551 2006-04-13 [wwp]        2.1.0cvs36
6552
6553         * manual/advanced.xml
6554         * manual/glossary.xml
6555         * manual/handling.xml
6556         * manual/keyboard.xml
6557         * manual/plugins.xml
6558         * manual/starting.xml
6559         * manual/fr/account.xml
6560         * manual/fr/ack.xml
6561         * manual/fr/addrbook.xml
6562         * manual/fr/advanced.xml
6563         * manual/fr/faq.xml
6564         * manual/fr/glossary.xml
6565         * manual/fr/gpl.xml
6566         * manual/fr/handling.xml
6567         * manual/fr/intro.xml
6568         * manual/fr/keyboard.xml
6569         * manual/fr/plugins.xml
6570         * manual/fr/starting.xml
6571         * manual/fr/sylpheed-claws-manual.xml
6572                 fixes to the manuals:
6573                  - summaryview -> Message List (same in French)
6574                  - translate key names
6575                  - fix French punctuation, use non-breakable spaces when
6576                    necessary, don't use &thinsp; which is not portable
6577                  - tell what maildir and mbox formats we support
6578
6579 2006-04-12 [wwp]        2.1.0cvs35
6580
6581         * src/prefs_toolbar.c
6582                 unified a replace button more,
6583                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6584
6585 2006-04-12 [wwp]        2.1.0cvs34
6586
6587         * src/prefs_common.c
6588         * src/prefs_msg_colors.c
6589                 make default color labels translatable,
6590                 patch from Fabien Vantard <fzzzzz@gmail.com>,
6591                 thanks to Tim <timbrain@post.cz> for reporting.
6592
6593 2006-04-12 [wwp]        2.1.0cvs33
6594
6595         * manual/glossary.xml
6596         * manual/intro.xml
6597         * manual/plugins.xml
6598         * manual/starting.xml
6599         * manual/sylpheed-claws-manual.xml
6600         * manual/fr/.cvsignore
6601         * manual/fr/account.xml
6602         * manual/fr/ack.xml
6603         * manual/fr/addrbook.xml
6604         * manual/fr/advanced.xml
6605         * manual/fr/faq.xml
6606         * manual/fr/glossary.xml
6607         * manual/fr/handling.xml
6608         * manual/fr/intro.xml
6609         * manual/fr/keyboard.xml
6610         * manual/fr/plugins.xml
6611         * manual/fr/starting.xml
6612         * manual/fr/sylpheed-claws-manual.xml
6613                 various fixes: typos, missing .fr translations, punctuation,
6614                 capitalization, links, accents and some bad French more.
6615
6616 2006-04-12 [wwp]        2.1.0cvs32
6617
6618         * src/prefs_gtk.c
6619                 fix for bug #935: always store prefs files in UTF-8 (thanks
6620                 to Colin).
6621
6622 2006-04-11 [colin]      2.1.0cvs31
6623
6624         * src/compose.c
6625                 Fix inserting files not in utf8 when locale is utf8
6626
6627 2006-04-11 [colin]      2.1.0cvs30
6628
6629         * src/inc.c
6630                 Don't show error dialog when cancelling connection
6631                 Patch by Pawel
6632
6633 2006-04-11 [cleroy]     2.1.0cvs29
6634
6635         * src/compose.c
6636                 Implement multiple quote levels
6637         * src/prefs_common.c
6638                 Change a little bit the quote bgcolor for 2nd level
6639
6640 2006-04-11 [colin]      2.1.0cvs28
6641
6642         * src/gtk/about.c
6643                 Add locale and charset in the label
6644
6645 2006-04-10 [colin]      2.1.0cvs27
6646
6647         * src/compose.c
6648         * src/prefs_common.c
6649         * src/prefs_common.h
6650         * src/prefs_msg_colors.c
6651         * src/textview.c
6652                 Allow optional background color in quotes
6653                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
6654                 GTK+-2.8.x feature
6655
6656 2006-04-10 [colin]      2.1.0cvs26
6657
6658         * src/main.c
6659         * src/mainwindow.c
6660         * src/mainwindow.h
6661                 Implement --select
6662
6663 2006-04-10 [colin]      2.1.0cvs25
6664
6665         * manual/plugins.xml
6666         * manual/fr/plugins.xml
6667                 Document libcurl's proxy variables
6668
6669 2006-04-09 [colin]      2.1.0cvs24
6670
6671         * src/prefs_common.c
6672                 gettext() returns statically allocated stuff. We have
6673                 to strdup it in order to be able to free it.
6674
6675 2006-04-09 [colin]      2.1.0cvs23
6676
6677         * AUTHORS
6678         * src/gtk/authors.h
6679                 Add Alexei
6680
6681 2006-04-09 [colin]      2.1.0cvs22
6682
6683         * src/mainwindow.c
6684         * src/gtk/quicksearch.c
6685                 Fix bug #859 (problems with cyrilic input in 
6686                 search panel) - Patch by Alexey Illarionov 
6687                 <littlesavage@rambler.ru>
6688
6689 2006-04-09 [colin]      2.1.0cvs21
6690
6691         * src/prefs_customheader.c
6692                 I prefer removing then freeing rather than the contrary
6693                 (even if it doesn't change anything ;-)
6694         * src/prefs_account.c
6695                 Fix bug #933 (Crash re-entering the custom headers list 
6696                 dialog in accounts prefs)
6697                 The problem happened when cancelling the Account 
6698                 Preferences' dialogs - in which case we didn't do 
6699                 anything to the PrefsAccount * struct. In case of applying,
6700                 the old ac_prefs was replaced with the tmp_ac_prefs we were
6701                 working with in this dialog. The problem is that 
6702                 prefs_customheader.c, working on this tmp_ac_prefs, always
6703                 changes the ->customhdr_list pointer, even when cancelled. 
6704                 So in case of cancelling the prefs_account dialog, we still
6705                 have to update ->customhdr_list in the real account.
6706
6707 2006-04-08 [colin]      2.1.0cvs20
6708
6709         * manual/fr/glossary.xml
6710         * manual/fr/keyboard.xml
6711                 Forgot some headers :)
6712
6713 2006-04-08 [colin]      2.1.0cvs19
6714
6715         * manual/Makefile.am
6716         * manual/fr/Makefile.am
6717         * manual/fr/account.xml
6718         * manual/fr/ack.xml
6719         * manual/fr/addrbook.xml
6720         * manual/fr/advanced.xml
6721         * manual/fr/faq.xml
6722         * manual/fr/glossary.xml
6723         * manual/fr/gpl.xml
6724         * manual/fr/handling.xml
6725         * manual/fr/intro.xml
6726         * manual/fr/keyboard.xml
6727         * manual/fr/plugins.xml
6728         * manual/fr/starting.xml
6729         * manual/fr/sylpheed-claws-manual.xml
6730         * manual/fr/dist/.cvsignore
6731         * manual/fr/dist/Makefile.am
6732         * manual/fr/dist/html/.cvsignore
6733         * manual/fr/dist/html/Makefile.am
6734         * manual/fr/dist/pdf/.cvsignore
6735         * manual/fr/dist/pdf/Makefile.am
6736         * manual/fr/dist/ps/.cvsignore
6737         * manual/fr/dist/ps/Makefile.am
6738         * manual/fr/dist/txt/.cvsignore
6739         * manual/fr/dist/txt/Makefile.am
6740                 Add the french translation of the manual. Thanks to
6741                 Olivier Delhomme <olivier.delhomme@free.fr> for 
6742                 account.xml, ack.xml, addrbook.xml and advanced.xml
6743
6744 2006-04-08 [colin]      2.1.0cvs18
6745
6746         * manual/plugins.xml
6747         * manual/starting.xml
6748                 More fixes
6749
6750 2006-04-07 [colin]      2.1.0cvs17
6751
6752         * manual/faq.xml
6753         * manual/intro.xml
6754         * manual/keyboard.xml
6755                 Little fixes
6756
6757 2006-04-07 [colin]      2.1.0cvs16
6758
6759         * README
6760         * src/compose.c
6761         * src/prefs_common.c
6762         * src/prefs_common.h
6763                 Add hidden compose_no_markup pref
6764
6765 2006-04-07 [wwp]        2.1.0cvs15
6766
6767         * src/summary_search.c
6768         * .cvsignore
6769                 Bugfix: stop button was sticky when searching in an empty folder.
6770                 Applied curly brackets code style to the whole file (summary_search.c).
6771                 More files to ignore.
6772
6773 2006-04-07 [wwp]        2.1.0cvs14
6774
6775         * src/message_search.c
6776         * src/summary_search.c
6777                 changed default button when search bumps at file/folder
6778                 beginning or end, for convenience (thanks to Colin).
6779
6780 2006-04-07 [paul]       2.1.0cvs13
6781
6782         * src/plugins/dillo_viewer/dillo_prefs.c
6783                 avoid future potential for namespace collision
6784                 Patch by Colin
6785
6786 2006-04-06 [wwp]        2.1.0cvs12
6787
6788         * src/summary_search.c
6789                 Unify extended/advanced searches names (and thus factorize labels),
6790                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6791
6792 2006-04-06 [wwp]        2.1.0cvs11
6793
6794         * src/folderview.c
6795         * src/prefs_themes.c
6796         * src/summaryview.c
6797                 Fixed some compilation warnings.
6798
6799 2006-04-06 [colin]      2.1.0cvs10
6800
6801         * manual/advanced.xml
6802                 Document the wizard template and how to deploy
6803                 Sylpheed-Claws effectively
6804
6805 2006-04-06 [colin]      2.1.0cvs9
6806
6807         * src/folderview.c
6808                 gettext patch to tell translators about _("#"),
6809                 by Maxim Britov
6810
6811 2006-04-06 [colin]      2.1.0cvs8
6812
6813         * src/textview.c
6814                 Fix invalid GtkTextBIter after clicking "Display as text"
6815
6816 2006-04-06 [mones]      2.1.0cvs7
6817
6818         * src/addr_compl.c
6819         * src/addrindex.c
6820         * src/addritem.c
6821         * src/codeconv.c
6822         * src/compose.c
6823         * src/filtering.c
6824         * src/folder.c
6825         * src/folder_item_prefs.c
6826         * src/folderview.c
6827         * src/localfolder.c
6828         * src/matcher.c
6829         * src/mimeview.c
6830         * src/prefs_msg_colors.c
6831         * src/prefs_spelling.c
6832         * src/prefs_themes.c
6833         * src/procmime.c
6834         * src/procmsg.c
6835         * src/stock_pixmap.c
6836         * src/summaryview.c
6837         * src/textview.c
6838         * src/toolbar.c
6839         * src/common/mgutils.c
6840         * src/common/prefs.c
6841         * src/common/ssl_certificate.c
6842         * src/gtk/colorlabel.c
6843         * src/gtk/quicksearch.c
6844         * src/plugins/pgpmime/pgpmime.c
6845         * src/plugins/spamassassin/spamassassin.c
6846                 Removed redundant NULL checks for g_free() calls.
6847                 Patch by Pawel Pekala.
6848
6849 2006-04-06 [mones]      2.1.0cvs6
6850
6851         * src/prefs_actions.c
6852         * src/prefs_filtering.c
6853         * src/prefs_filtering_action.c
6854         * src/prefs_matcher.c
6855         * src/prefs_template.c
6856         * src/gtk/gtkutils.c
6857         * src/gtk/gtkutils.h
6858                 Have a nice replace button. Patch by Pawel Pekala
6859
6860 2006-04-06 [colin]      2.1.0cvs5
6861
6862         * src/addressbook.c
6863                 Fix crash with empty columns
6864
6865 2006-04-05 [colin]      2.1.0cvs4
6866
6867         * src/wizard.c
6868         * src/prefs_gtk.c
6869                 Allow wizard customization with pre-filled values
6870
6871 2006-04-05 [colin]      2.1.0cvs3
6872
6873         * src/textview.c
6874         * src/mimeview.c
6875         * src/mimeview.h
6876                 Nicer messages in mimeview
6877
6878 2006-04-05 [colin]      2.1.0cvs2
6879
6880         * src/addressbook.c
6881         * src/prefs_summaries.c
6882                 i18n fix
6883
6884 2006-04-05 [colin]      2.1.0cvs1
6885
6886         * src/plugins/pgpcore/plugin.c
6887         * src/plugins/pgpcore/select-keys.c
6888         * src/plugins/pgpcore/select-keys.h
6889         * src/plugins/pgpcore/sgpgme.c
6890         * src/plugins/pgpcore/sgpgme.h
6891         * src/plugins/pgpinline/pgpinline.c
6892         * src/plugins/pgpinline/plugin.c
6893         * src/plugins/pgpmime/pgpmime.c
6894         * src/plugins/pgpmime/plugin.c
6895                 Factorize and generalize a bit 
6896                 Drop S/MIME signature verification from PGP/MIME
6897                 (adding it as another, more complete plugin)
6898
6899 2006-04-05 [paul]       2.1.0
6900
6901         2.1.0 released
6902
6903 2006-04-05 [paul]       2.0.0cvs186
6904
6905         * manual/advanced.xml
6906                 add info on colour labels
6907
6908 2006-04-05 [paul]       2.0.0cvs185
6909
6910         * po/bg.po
6911         * po/cs.po
6912         * po/de.po
6913         * po/el.po
6914         * po/en_GB.po
6915         * po/fi.po
6916         * po/fr.po
6917         * po/it.po
6918         * po/nl.po
6919         * po/pl.po
6920         * po/pt_BR.po
6921         * po/sr.po
6922         * po/zh_CN.po
6923                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
6924                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
6925                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
6926                 Guimaraes, Aleksandar Urosevic, Ralgh Young
6927         * src/gtk/authors.h
6928         * tools/claws.i18n.status.pl
6929                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
6930                 and new Czech translator, Tim <timbrain@post.cz>
6931
6932 2006-04-05 [mones]      2.0.0cvs184
6933
6934         * po/es.po
6935                 Updated translation
6936
6937 2006-04-05 [colin]      2.0.0cvs183
6938
6939         * src/gtk/quicksearch.c
6940                 Fix bug #929 (unnecessary reload in quick search bar)
6941
6942 2006-04-05 [colin]      2.0.0cvs182
6943
6944         * src/compose.c
6945                 Fix crash on Reply with no From:
6946                 Show signature and conversion error on queuing 
6947                 (but not sending)
6948         * src/mainwindow.c
6949         * src/summaryview.c
6950         * src/summaryview.h
6951                 Factorize threading code and make sure msginfo 
6952                 is not null when it comes from a GtkCTreeRow's 
6953                 data
6954         * src/gtk/gtkaspell.c
6955                 Check for necessary things
6956         * src/gtk/gtksctree.c
6957         * src/gtk/gtksctree.h
6958                 Reset anchor if necessary when removing node
6959
6960 2006-03-29 [colin]      2.0.0cvs181
6961
6962         * src/folderview.c
6963                 Warn for disabled IMAP accounts (due to lack of
6964                 libetpan). Breaks string-freeze - sorry - but it
6965                 is kind of important ;)
6966
6967 2006-03-28 [colin]      2.0.0cvs180
6968
6969         * src/gtk/gtkutils.c
6970         * src/gtk/gtkutils.h
6971                 Add a gtkut_get_link_btn() function that
6972                 creates a button which acts like an URI
6973         * src/prefs_themes.c
6974         * src/gtk/about.c
6975                 Use this function (factorizes codes)
6976         * src/common/defs.h
6977         * src/gtk/pluginwindow.c
6978                 Add a "Get more..." in the plugins window
6979
6980 2006-03-28 [colin]      2.0.0cvs179
6981
6982         * src/common/smtp.c
6983         * src/common/passcrypt.c
6984         * src/undo.c
6985                 Warning fixes. Patch by Pawel Pekala
6986
6987 2006-03-27 [colin]      2.0.0cvs178
6988
6989         * src/undo.c
6990                 Fix undoing by blocks with spaces
6991
6992 2006-03-27 [colin]      2.0.0cvs177
6993
6994         * src/textview.c
6995                 Set margin to 3px for headers
6996
6997 2006-03-27 [paul]
6998
6999         2.1.0-rc2 released
7000
7001 2006-03-27 [wwp]        2.0.0cvs176
7002
7003         * src/summaryview.c
7004                 don't reset quicksearch when updating the message list.
7005                 Thanks to Colin.
7006
7007 2006-03-26 [wwp]        2.0.0cvs175
7008
7009         * src/compose.c
7010                 use a unified border width ('other' tab in the compose window,
7011                 patch by Pawel Pekala).
7012
7013
7014 2006-03-26 [wwp]        2.0.0cvs174
7015
7016         * src/common/quoted-printable.c
7017         * src/addressbook.c
7018                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
7019
7020 2006-03-26 [colin]      2.0.0cvs173
7021
7022         * src/quote_fmt_parse.y
7023                 Fix non-UTF8 date formats messing up the whole quote a 
7024                 little bit
7025
7026 2006-03-26 [colin]      2.0.0cvs172
7027
7028         * src/procheader.c
7029                 Make sure the date is UTF8 valid, or try to make it
7030                 so. IncrediMail is really IncrediStupid.
7031         * src/compose.c
7032                 Fix possible conversions. 
7033                 
7034
7035 2006-03-26 [colin]      2.0.0cvs171
7036
7037         * src/matcher.c
7038                 Fix corner cases in body search. This is still a
7039                 hack... It seems impossible to make it good and 
7040                 reasonably fast at the same time.
7041
7042 2006-03-26 [colin]      2.0.0cvs170
7043
7044         * src/summaryview.c
7045                 I think I killed the twilight zone bug!
7046                 summary_select_node() flushes GTK events in order
7047                 to be able to center the view. But this also 
7048                 flushes keypresses like Ctrl-Alt-U, so this can
7049                 call summary_show from summary_select_node (itself
7050                 called from summary_show, etc.). And the summaryview
7051                 has to be unlocked in this function. So just locking
7052                 while processing GTK events, and bailing if locked, 
7053                 should fix it.
7054                 Fixes bug #927 (SIGSEGV during Update Summary)
7055
7056 2006-03-25 [colin]      2.0.0cvs169
7057
7058         * src/matcher.c
7059                 Fix search in QP-encoded bodies
7060                 Fix utf-8 searches in bodies encoded in the
7061                 locale's encoding
7062         * src/common/quoted-printable.c
7063         * src/common/quoted-printable.h
7064                 Add a decode function that doesn't overwrite
7065                 the original pointer
7066                 
7067
7068 2006-03-24 [colin]      2.0.0cvs168
7069
7070         * src/action.c
7071         * src/summaryview.c
7072         * src/summaryview.h
7073                 Update message cache after action
7074                 Patch by H. Merijn Brand
7075         * src/prefs_msg_colors.c
7076                 Factorize label 
7077                 Patch by Fabien Vantard
7078         * src/plugins/spamassassin/spamassassin_gtk.c
7079                 Remove useless translation
7080                 Patch by Fabien Vantard
7081
7082 2006-03-23 [colin]      2.0.0cvs167
7083
7084         * src/common/ssl.c
7085                 Let 30 seconds to SSL_connect
7086
7087 2006-03-23 [wwp]        2.0.0cvs166
7088
7089         * src/summaryview.c
7090         * src/gtk/description_window.c
7091                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
7092                 and headers are translated; adjust description windows' width to fit their
7093                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
7094
7095 2006-03-23 [paul]       2.0.0cvs165
7096
7097         * src/common/utils.c
7098                 fix highlighting of URIs containing "()"
7099                 (2.0.0cvs164's reversal fixed)
7100                 Thanks to Colin.
7101
7102 2006-03-23 [paul]       2.0.0cvs164
7103
7104         * src/common/utils.c
7105                 revert patch, (postponing a fix), at 2.0.0cvs120
7106                 as it breaks more URIs than it fixes.
7107                 Allow '-' to be a terminating character in a URI
7108
7109 2006-03-22 [colin]      2.0.0cvs163
7110
7111         * configure.ac
7112                 Require libetpan 0.45
7113                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
7114
7115 2006-03-22 [paul]       2.0.0cvs162
7116
7117         * src/editgroup.c
7118                 replace '<-' and '->' buttons with GTK_STOCK graphical
7119                 buttons
7120         * src/summary_search.c
7121                 don't offer '...' for translation
7122                 add a tooltip to advanced search '...' button
7123         * src/gtk/quicksearch.c
7124                 don't offer '...' for translation
7125
7126 2006-03-21 [colin]      2.0.0cvs161
7127
7128         * src/compose.c
7129                 Fix middle-click pasting (insert at click
7130                 position instead of cursor position, don't
7131                 remove existing selection and allow pasting
7132                 our own selection)
7133         * src/addressbook.c
7134                 "LDAP Server" -> "LDAP servers"
7135
7136 2006-03-21 [wwp]        2.0.0cvs160
7137
7138         * src/etpan/imap-thread.c
7139                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
7140
7141 2006-03-20 [colin]      2.0.0cvs159
7142
7143         * src/summaryview.c
7144                 Don't reload summaryview after an execute with no
7145                 move action
7146
7147 2006-03-19 [colin]      2.0.0cvs158
7148
7149         * src/addressbook.c
7150                 and put groups at the top, always
7151
7152 2006-03-19 [colin]      2.0.0cvs157
7153
7154         * src/addressbook.c
7155                 Order groups before names, as previously
7156
7157 2006-03-19 [colin]      2.0.0cvs156
7158
7159         * src/addressbook.c
7160                 - Sort case-unsensitive
7161                 - Put the sort arrow at opening too
7162
7163 2006-03-19 [wwp]        2.0.0cvs155
7164
7165         * src/addressbook.c
7166                 allow sorting by name/email/remarks, ensure that right-pane's contents
7167                 matches the left-pane selection (cleared when appropriate).
7168                 Patch by Pawel Pekala <c0rn@o2.pl>.
7169
7170 2006-03-18 [colin]      2.0.0cvs154
7171
7172         * src/textview.c
7173                 Fix text cursor ;)
7174
7175 2006-03-18 [colin]      2.0.0cvs153
7176
7177         * src/gtk/filesel.c
7178                 Make sure we hide the preview if we didn't get
7179                 a filename
7180
7181 2006-03-18 [colin]      2.0.0cvs152
7182
7183         * src/summaryview.c
7184                 Set cursor to watch for execution (fixes lack
7185                 of watch-cursor when dnd'ing hundreds of mails)
7186         * src/gtk/filesel.c
7187                 Check that mime type is 'image/*' before updating
7188                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
7189
7190 2006-03-18 [colin]      2.0.0cvs151
7191
7192         * src/mainwindow.c
7193         * src/textview.c
7194         * src/textview.h
7195                 Put a watch cursor in textview too when the mainwindow's
7196                 cursor in a watch
7197
7198 2006-03-18 [colin]      2.0.0cvs150
7199
7200         * src/folder.c
7201                 Change wrong asserts to simple tests
7202
7203 2006-03-17 [colin]      2.0.0cvs149
7204
7205         * src/mainwindow.c
7206         * src/mainwindow.h
7207         * src/prefs_msg_colors.c
7208         * src/summaryview.c
7209         * src/summaryview.h
7210         * src/gtk/colorlabel.c
7211         * src/gtk/colorlabel.h
7212                 Add a color label menu in the main menubar
7213                 Add (fixed) accels Ctrl-{0-7} to change the color
7214                 They have to be fixed because the menu's dynamic,
7215                 the items are complex widgets, hence we can't use
7216                 a GtkItemFactory.
7217
7218
7219 2006-03-17 [wwp]        2.0.0cvs148
7220
7221         * src/compose.c
7222                 rollback few lines from my previous commit (those lines come from
7223                 a pending patch, accidentally commited, even if neutral as they are
7224                 commented out).
7225
7226 2006-03-17 [wwp]        2.0.0cvs147
7227
7228         * src/compose.c
7229                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
7230                 applied code style/indentation to the modified function.
7231
7232 2006-03-17 [wwp]        2.0.0cvs146
7233
7234         * src/procmsg.c
7235         * src/compose.c
7236                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
7237
7238 2006-03-17 [paul]
7239
7240         2.1.0-rc1 released
7241
7242 2006-03-17 [paul]       2.0.0cvs145
7243
7244         * src/main.c
7245                 addressbook_read_file() was called twice
7246         * src/textview.c
7247                 X-Mailer highlighting
7248
7249 2006-03-16 [colin]      2.0.0cvs144
7250
7251         * src/sourcewindow.c
7252         * src/sourcewindow.h
7253                 And the last one, in source window.
7254
7255 2006-03-16 [colin]      2.0.0cvs143
7256
7257         * src/compose.c
7258         * src/compose.h
7259                 Fix the same stuff in compose
7260
7261 2006-03-16 [colin]      2.0.0cvs142
7262
7263         * src/messageview.c
7264                 Complete the previous messageview crash fix
7265
7266 2006-03-16 [colin]      2.0.0cvs141
7267
7268         * src/procmsg.h
7269         * src/procmsg.c
7270         * src/folder.c
7271                 Fix POSTPROCESSING hook
7272                 Patch by H. Merijn Brand
7273
7274         * src/procmime.c
7275         * src/procmime.h
7276                 Parse Content-Location
7277
7278         * src/toolbar.c
7279         * src/messageview.c
7280         * src/messageview.h
7281                 Don't crash when a top-level MessageView has
7282                 been closed on us. Same problematic than
7283                 yesterday's quicksearch issue.
7284
7285 2006-03-15 [colin]      2.0.0cvs140
7286
7287         * src/gtk/quicksearch.c
7288                 Fix a bitchy race we didn't think about when we
7289                 added quicksearch cancellation:
7290                 If the search is not on cached fields, for example
7291                 body_part matchcase "stuff"
7292                 the matcher code has to get the whole message. If
7293                 we're on IMAP, that can be slow, and in order to
7294                 be non-blocking, the IMAP code idle loop processes
7295                 gtk events too. So it is possible to cancel a
7296                 quicksearch while the matcher is getting the mail's
7297                 body. After matcher got its body, it will start to
7298                 iterate over the matcher list that the Quicksearch's
7299                 clear_search_cb() just freed via prepare_matcher().
7300                 SIGSEGV ensues.
7301                 The fix consists of guarding the matcherlist_match()
7302                 call with a boolean 'matching'. If we reset the
7303                 quicksearch while matching is TRUE, we don't free
7304                 the matcherlist anymore like we did, but we set
7305                 another new flag, deferred_free, to TRUE. Then,
7306                 in quicksearch_match(), just after returning from
7307                 matcherlist_match() and unsetting the matching flag,
7308                 we check the deferred_free flag and do the
7309                 prepare_matcher() (which does the matcherlist_free)
7310                 for real, so we free the matcherlist once it's not
7311                 used anymore.
7312                 As all of this runs via the glib main loop, we
7313                 luckily don't need a mutex.
7314         * src/summaryview.c
7315                 Also, show progress while searching.
7316
7317
7318 2006-03-14 [colin]      2.0.0cvs139
7319
7320         * src/alertpanel.c
7321                 Make alertpanel_is_open non-static
7322
7323 2006-03-14 [colin]      2.0.0cvs138
7324
7325         * src/prefs_spelling.c
7326                 Cleanups - Fabien Vantard
7327
7328 2006-03-14 [wwp]        2.0.0cvs137
7329
7330         * src/main.c
7331                 code style normalization (curly braces, indentation).
7332
7333 2006-03-14 [wwp]        2.0.0cvs137
7334
7335         * src/main.c
7336                 code style (braces, indentation)
7337
7338 2006-03-12 [paul]       2.0.0cvs136
7339
7340         * src/prefs_common.c
7341                 trans_hdr defaults to FALSE to be RFC-savvy
7342         * src/prefs_summaries.c
7343                 add a tooltip to the trans_hdr option
7344                 
7345
7346 2006-03-12 [paul]       2.0.0cvs135
7347
7348         * src/prefs_matcher.c
7349                 give a little more width to the combos
7350         * src/prefs_display_header.c
7351         * src/textview.c
7352                 translate headers if prefs_common.trans_hdr
7353                 is TRUE
7354
7355         Patches by Pawel Pekala
7356
7357 2006-03-12 [paul]       2.0.0cvs134
7358
7359         * src/plugins/clamav/clamav_plugin.c
7360         * src/plugins/dillo_viewer/dillo_viewer.c
7361         * src/plugins/pgpcore/plugin.c
7362         * src/plugins/pgpinline/plugin.c
7363         * src/plugins/pgpmime/plugin.c
7364         * src/plugins/spamassassin/spamassassin.c
7365                 update/add to descriptions
7366         * src/plugins/spamassassin/spamassassin_gtk.c
7367                 fixes to the english, remove superfluous
7368                 tooltips, clean up a little
7369
7370 2006-03-12 [paul]       2.0.0cvs133
7371
7372         * src/compose.c
7373                 fix Bug 924, 'Account combo box shows up wrong 
7374                 if & is in account name'
7375
7376 2006-03-11 [colin]      2.0.0cvs132
7377
7378         * src/summaryview.c
7379                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
7380                 messed up shift-selection because is slows down
7381                 moving around summaryview. thanks -users
7382
7383 2006-03-10 [colin]      2.0.0cvs131
7384
7385         * src/plugins/spamassassin/spamassassin_gtk.c
7386                 Put back Paul's engrish fixes
7387
7388 2006-03-10 [colin]      2.0.0cvs130
7389
7390         * src/plugins/spamassassin/spamassassin.c
7391         * src/plugins/spamassassin/spamassassin.h
7392         * src/plugins/spamassassin/spamassassin_gtk.c
7393                 Cleanup SA prefs page (more)
7394                 Patch by Fabien Vantard
7395
7396 2006-03-10 [paul]       2.0.0cvs129
7397
7398         * src/prefs_msg_colors.c
7399         * src/prefs_spelling.c
7400                 widget sensitivity
7401
7402 2006-03-09 [mones]      2.0.0cvs128
7403
7404         * po/es.po
7405                 Update for next RC
7406
7407 2006-03-09 [wwp]        2.0.0cvs127
7408
7409         * configure.ac
7410                 revert accidental commit (requirement for libetpan 0.43), this time
7411                 not in HEAD.
7412
7413 2006-03-09 [wwp]        2.0.0cvs125
7414
7415         * configure.ac
7416                 revert accidental commit (requirement for libetpan 0.43)
7417
7418 2006-03-09 [paul]       2.0.0cvs126
7419
7420         * src/prefs_receive.c
7421                 remove useless frame
7422                 replace 'incorporation' with 'receiving'
7423         * src/plugins/clamav/clamav_plugin_gtk.c
7424         * src/plugins/spamassassin/spamassassin_gtk.c
7425                 improve widget sensitivity
7426                 fix a bit his engrish
7427
7428 2006-03-09 [wwp]        2.0.0cvs125
7429
7430         * src/addressadd.c
7431         * src/foldersel.c
7432         * src/prefs_common.c
7433         * src/prefs_common.h
7434                 remember some more windows' sizes (add to addressbook and
7435                 select folder).
7436
7437 2006-03-09 [paul]       2.0.0cvs124
7438
7439         * src/plugins/pgpcore/prefs_gpg.c
7440                 normalise construction of dialogue
7441
7442 2006-03-09 [paul]       2.0.0cvs123
7443
7444         * src/plugins/trayicon/Makefile.am
7445                 add missing slash
7446
7447 2006-03-08 [colin]      2.0.0cvs122
7448
7449         * src/plugins/trayicon/Makefile.am
7450                 Fix build in separate dir 
7451                 Patch by Bamanzi <bamanzi@gmail.com>
7452
7453 2006-03-08 [colin]      2.0.0cvs121
7454
7455         * src/procmsg.c
7456                 Batch move and copies from summaryview with delayed execution
7457                 too
7458
7459 2006-03-07 [paul]       2.0.0cvs120
7460
7461         * src/common/utils.c
7462                 fix highlighting of URIs containing "()"
7463                 Patch by Pawel Pekala
7464
7465 2006-03-07 [paul]       2.0.0cvs119
7466
7467         * src/folder.c
7468         * src/folder.h
7469         * src/folderview.c
7470                 immediately do alphabetical resort when
7471                 changing a folder's name
7472                 Patch by Pawel Pekala
7473
7474 2006-03-07 [paul]       2.0.0cvs118
7475
7476         * src/news.c
7477         * src/news_gtk.c
7478                 when unsubscribing a newsgroup, remove the
7479                 folder and msgs in .sylpheed-claws/newscache
7480                 Patch by Pawel Pekala <c0rn@gazeta.pl>
7481
7482 2006-03-07 [paul]       2.0.0cvs117
7483
7484         * src/textview.c
7485                 fix wrong Fake URL Warning
7486                 Thanks to Hiro
7487
7488 2006-03-07 [colin]      2.0.0cvs116
7489
7490         * src/imap.c
7491                 Return immediately when password dialog was
7492                 cancelled
7493         * src/gtk/inputdialog.c
7494                 Allow empty strings for passwords
7495
7496
7497 2006-03-06 [colin]      2.0.0cvs115
7498
7499         * src/imap.c
7500                 Prevent double-timeouts when connection fails
7501
7502 2006-03-06 [colin]
7503
7504         2.0.1-rc1 released
7505
7506 2006-03-06 [colin]      2.0.0cvs114
7507
7508         * src/imap.c
7509                 Refresh session during potentially long
7510                 operations
7511
7512 2006-03-06 [wwp]        2.0.0cvs113
7513
7514         * src/prefs_msg_colors.h
7515                 forgot that one (custom color labels).
7516
7517 2006-03-06 [wwp]        2.0.0cvs112
7518
7519         * src/prefs_common.c
7520         * src/prefs_common.h
7521         * src/prefs_msg_colors.c
7522         * src/summaryview.c
7523         * src/summaryview.h
7524         * src/gtk/colorlabel.c
7525         * src/gtk/colorlabel.h
7526                 colors in messages list are now customizable. Color values and names can
7527                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
7528                 Thanks to Paul and Colin for their help with this longstanding patch!
7529
7530 2006-03-06 [wwp]        2.0.0cvs111
7531
7532         * src/textview.c
7533                 don't crash if (x)face is bad.
7534
7535 2006-03-05 [paul]       2.0.0cvs110
7536
7537         * AUTHORS
7538         * configure.ac
7539         * src/Makefile.am
7540         * src/common/Makefile.am
7541         * src/common/utils.h
7542         * src/etpan/imap-thread.c
7543         * src/gtk/authors.h
7544         * src/plugins/clamav/Makefile.am
7545         * src/plugins/demo/Makefile.am
7546         * src/plugins/dillo_viewer/Makefile.am
7547         * src/plugins/pgpcore/Makefile.am
7548         * src/plugins/pgpcore/passphrase.c
7549         * src/plugins/pgpinline/Makefile.am
7550         * src/plugins/pgpmime/Makefile.am
7551         * src/plugins/spamassassin/Makefile.am
7552         * src/plugins/trayicon/Makefile.am
7553                 fix builiding on cygwin
7554                 Patch by Ralgh Young <bamanzi@gmail.com>
7555
7556 2006-03-04 [wwp]        2.0.0cvs109
7557
7558         * manual/keyboard.xml
7559                 fix mixed up/down keys.
7560
7561 2006-03-04 [wwp]        2.0.0cvs108
7562
7563         * README
7564         * INSTALL
7565                 updated links to SpamAssassin.
7566
7567 2006-03-04 [wwp]        2.0.0cvs107
7568
7569         * manual/plugins.xml
7570         * src/plugins/spamassassin/README
7571                 updated SpamAssassin plugin docs to reflect new functional additions
7572                 (also fix/update/documents few technical stuff more, see the README).
7573
7574 2006-03-04 [wwp]        2.0.0cvs106
7575
7576         * src/prefs_message.c
7577                 normalized capitalization of message-prefs paths.
7578
7579 2006-03-04 [wwp]        2.0.0cvs105
7580
7581         * manual/advanced.xml
7582                 typo.
7583
7584 2006-03-03 [colin]      2.0.0cvs104
7585
7586         * src/plugins/clamav/clamav_plugin_gtk.c
7587                 Rework prefs page, patch by Fabien 
7588
7589 2006-03-03 [colin]      2.0.0cvs103
7590
7591         * src/plugins/clamav/clamav_plugin.c
7592                 Set error on all errors
7593
7594 2006-03-03 [colin]      2.0.0cvs102
7595
7596         * src/common/plugin.c
7597                 Initialize error to avoid crashing when a plugin fails
7598                 without setting error
7599
7600 2006-03-02 [wwp]        2.0.0cvs101
7601
7602         * configure.ac
7603                 fixed linker flags for libetpan support on Cygwin
7604                 (thanks to H.Merijn Brand).
7605
7606 2006-03-02 [wwp]        2.0.0cvs100
7607
7608         * src/addressbook.c
7609                 fix some AB error messages: one for punctuation and
7610                 one wrongly duplicate (thanks, maxbritov).
7611
7612 2006-03-02 [wwp]        2.0.0cvs99
7613
7614         * src/plugins/spamassassin/spamassassin.c
7615                 make sync calls to sa-learn/spamc to prevent
7616                 system (whatever local or client/server) overload.
7617
7618 2006-03-02 [colin]      2.0.0cvs98
7619
7620         * src/summaryview.c
7621                 Put the spam icon in the status column instead of the
7622                 mark one
7623
7624 2006-03-01 [colin]      2.0.0cvs97
7625
7626         * src/plugins/spamassassin/spamassassin.c
7627                 Fix segfault (g_file_set_contents fails for some 
7628                 reason and err==0x2f. Can't find out why with
7629                 valgrind, using working function :-)
7630
7631 2006-03-01 [colin]      2.0.0cvs96
7632
7633         * src/inc.c
7634                 Offline overriding: let 'No' be cached only 3 seconds
7635
7636 2006-03-01 [colin]      2.0.0cvs95
7637
7638         * src/addr_compl.c
7639         * src/addrbook.c
7640         * src/addressbook.c
7641         * src/addrindex.c
7642         * src/folder_item_prefs.c
7643         * src/headerview.c
7644         * src/imap.c
7645         * src/inc.c
7646         * src/ldif.c
7647         * src/mainwindow.c
7648         * src/mh.c
7649         * src/msgcache.c
7650         * src/prefs_common.h
7651         * src/prefs_msg_colors.c
7652         * src/procheader.c
7653         * src/procheader.h
7654         * src/procmime.c
7655         * src/procmsg.c
7656         * src/procmsg.h
7657         * src/send_message.h
7658         * src/simple-gettext.c
7659         * src/summaryview.c
7660         * src/summaryview.h
7661         * src/syldap.c
7662         * src/textview.c
7663         * src/undo.c
7664         * src/common/ssl_certificate.c
7665         * src/common/utils.c
7666         * src/gtk/colorsel.c
7667         * src/gtk/gtksctree.c
7668         * src/gtk/gtkshruler.c
7669         * src/plugins/trayicon/trayicon.c
7670                 #if 0 goes to /dev/null
7671
7672 2006-03-01 [colin]      2.0.0cvs94
7673
7674         * src/compose.c
7675         * src/imap.c
7676         * src/inc.c
7677         * src/inc.h
7678         * src/messageview.c
7679         * src/news.c
7680         * src/plugins/spamassassin/spamassassin.c
7681                 Allow to add information in the "working offline"
7682                 window
7683
7684 2006-03-01 [wwp]        2.0.0cvs93
7685
7686         * src/plugins/spamassassin/spamassassin.c
7687                 fixed spamc invocation: use a tricky temporary mini shell wrapper
7688                 'cause it seems that calling `spamc ... < inputfile` with
7689                 g_spawn_(a)sync simply.. erm doesn't work :-).
7690
7691 2006-03-01 [wwp]        2.0.0cvs92
7692
7693         * src/toolbar.c
7694         * src/toolbar.h
7695                 simplify the adding of spam/ham button to the messageview toolbar
7696                 (it gets more clear now that the same button will be "Mark as spam"
7697                 or "Mark as ham" according to the current message status,
7698                 thanks to Colin).
7699
7700 2006-03-01 [wwp]        2.0.0cvs91
7701
7702         * src/messageview.c
7703         * src/procmsg.c
7704         * src/procmsg.h
7705         * src/summaryview.c
7706         * src/plugins/spamassassin/spamassassin.c
7707         * src/plugins/spamassassin/spamassassin.h
7708                 make learner callbacks return a status (0 for ok),
7709                 handle it in main code to avoid setting flags when learning failed,
7710                 don't learn on TCP if offline in spamassassin,
7711                 thanks to Colin.
7712
7713                 
7714
7715 2006-03-01 [wwp]        2.0.0cvs90
7716
7717         * src/compose.c
7718                 some work around the compose window's account menu,
7719                 patch by Fabien Vantard.
7720
7721 2006-03-01 [wwp]        2.0.0cvs89
7722
7723         * src/plugins/spamassassin/spamassassin.c
7724                 fixed bad logics, was using spamc in local mode and sa-learn
7725                 in remote mode (thanks, Colin).
7726
7727 2006-03-01 [wwp]        2.0.0cvs88
7728
7729         * src/plugins/spamassassin/spamassassin.c
7730         * src/plugins/spamassassin/spamassassin.h
7731         * src/plugins/spamassassin/spamassassin_gtk.c
7732                 made processing of emails w/ sa-plugin an option (default is TRUE),
7733                 fixed Engrish some tooltips, capitalization of some debug messages
7734                 and warnings. The spamassassin plugin now provides two separate
7735                 services: process emails upon incorporation and spamd training.
7736                 Both services (un)register independently but use some common
7737                 plugin settings (transport settings, spam storage location).
7738
7739 2006-02-28 [wwp]        2.0.0cvs87
7740
7741         * src/plugins/spamassassin/spamassassin.c
7742                 fix async flag to spamc cmdline execution (batch exec should
7743                 be asynchronous).
7744
7745 2006-02-27 [wwp]        2.0.0cvs86
7746
7747         * src/plugins/spamassassin/spamassassin.c
7748         * src/plugins/spamassassin/spamassassin.h
7749         * src/plugins/spamassassin/spamassassin_gtk.c
7750                 - added the ability to learn a remote spamassassin server (spamd),
7751                 using spamc.
7752                 - added the spamassassin option 'username', that applies to all
7753                 spamassassin operations (filtering, learning, local or remote).
7754                 The default username is the current unix user (if left blank
7755                 from gtk prefs or config file).
7756                 - commented out some unused code (notebook widget), removed unused
7757                 layout (hbox1).
7758                 - make more widgets sensitive to the transport type.
7759
7760 2006-02-27 [colin]      2.0.0cvs85
7761
7762         * src/plugins/spamassassin/spamassassin.c
7763                 Fix sa-learn call when offline
7764
7765 2006-02-27 [colin]      2.0.0cvs84
7766
7767         * configure.ac
7768         * src/Makefile.am
7769         * src/mainwindow.c
7770         * src/mainwindow.h
7771         * src/messageview.c
7772         * src/messageview.h
7773         * src/prefs_toolbar.c
7774         * src/procmsg.c
7775         * src/stock_pixmap.c
7776         * src/stock_pixmap.h
7777         * src/summaryview.c
7778         * src/toolbar.c
7779         * src/toolbar.h
7780         * src/pixmaps/ham_btn.xpm
7781         * src/pixmaps/spam.xpm
7782         * src/pixmaps/spam_btn.xpm
7783         * src/plugins/spamassassin/spamassassin.c
7784                 Add button in toolbar for spam learning
7785                 Fix a few bugs from the last related commit
7786                 Revert 1.9.6cvs23 which messed up shift-selection
7787
7788 2006-02-24 [colin]      2.0.0cvs83
7789
7790         * src/procmsg.c
7791         * src/summaryview.c
7792         * src/summaryview.h
7793         * src/plugins/spamassassin/spamassassin.c
7794         * src/plugins/spamassassin/spamassassin.h
7795         * src/plugins/spamassassin/spamassassin_gtk.c
7796                 Unregister learner when spamassassin is either
7797                 disabled or over tcp
7798
7799 2006-02-24 [colin]      2.0.0cvs82
7800
7801         * src/Makefile.am
7802         * src/mainwindow.c
7803         * src/mainwindow.h
7804         * src/procmsg.c
7805         * src/procmsg.h
7806         * src/stock_pixmap.c
7807         * src/stock_pixmap.h
7808         * src/summaryview.c
7809         * src/summaryview.h
7810         * src/gtk/icon_legend.c
7811         * src/pixmaps/spam.xpm  ** NEW FILE **
7812         * src/plugins/spamassassin/spamassassin.c
7813         * src/plugins/spamassassin/spamassassin_gtk.c
7814                 Add spam learning interface (Mark/Mark as 
7815                 (spam|ham) menus)
7816
7817 2006-02-24 [wwp]        2.0.0cvs81
7818
7819         * src/compose.c
7820         * src/compose.h
7821         * src/filtering.c
7822                 hide compose window when sending message in batch mode
7823                 (filtering: forward and redirect). Also fixed a wrong
7824                 value returned when sending failed, neutral anyway.
7825                 (Colin, me) 
7826
7827 2006-02-24 [wwp]        2.0.0cvs80
7828
7829         * src/mainwindow.c
7830                 use GTK+'s stock quit button. Patch by Fabien Vantard.
7831
7832 2006-02-24 [paul]       2.0.0cvs79
7833
7834         * src/news.c
7835         * src/news.h
7836         * src/news_gtk.c
7837                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
7838                 Thanks to Colin
7839
7840 2006-02-23 [colin]      2.0.0cvs78
7841
7842         * src/alertpanel.c
7843                 Change OK to Close in alertpanel with View log
7844                 button; add accel to View log. Patch by Fabien
7845                 Vantard
7846
7847 2006-02-23 [wwp]        2.0.0cvs77
7848
7849         * src/compose.c
7850                 silly me, there were much more tests to perform, since toolbars can
7851                 really have down to 1 element only.
7852
7853 2006-02-23 [wwp]        2.0.0cvs76
7854
7855         * commitHelper
7856                 fixed indentation from my previous commit. Fallback to VISUAL if
7857                 EDITOR is not set (and to vi, at last resort).
7858
7859 2006-02-23 [wwp]        2.0.0cvs75
7860
7861         * commitHelper
7862                 improved error detection (Colin, me).
7863
7864 2006-02-23 [wwp]        2.0.0cvs74
7865
7866         * src/prefs_toolbar.c
7867                 simplify and fix prefs/toolbars layouting. Combos' contents can
7868                 now be really displayed.
7869
7870 2006-02-23 [wwp]        2.0.0cvs73
7871         simplifies and fix prefs/toolbars layouting. Combos' contents can now
7872         be really displayed.
7873
7874 2006-02-22 [wwp]        2.0.0cvs72
7875
7876         * src/compose.c
7877                 fix a typo in my previous commit (sorry!).
7878
7879 2006-02-22 [wwp]        2.0.0cvs71
7880
7881         * src/prefs_toolbar.c
7882                 fix a crash when adding separators to toolbars,
7883                 also fix some separator item information.
7884
7885 2006-02-22 [wwp]        2.0.0cvs70
7886
7887         * src/compose.c
7888                 fix a crash when redirecting (for instance) when compose window's
7889                 toolbar contents has been customized (when some buttons have been
7890                 removed in fact).
7891
7892 2006-02-21 [wwp]        2.0.0cvs69
7893
7894         * src/summaryview.c
7895         * src/gtk/pluginwindow.c
7896         * src/plugins/pgpcore/prefs_gpg.c
7897                 fix some compilation warnings (feat. remains of removed code).
7898
7899 2006-02-21 [wwp]        2.0.0cvs68
7900
7901         * src/gtk/gtkutils.c
7902                 fix two compilation issues, thanks to Stephan Sachse.
7903
7904 2006-02-20 [colin]      2.0.0cvs67
7905
7906         * src/mainwindow.c
7907                 Don't reselect displayed mail on refocus
7908                 This fixes actions misbehaving 
7909
7910 2006-02-20 [wwp]        2.0.0cvs66
7911
7912         * src/summaryview.c
7913         * src/gtk/gtksctree.c
7914         * src/gtk/gtkshruler.c
7915                 changed more runtime typecast checks.
7916
7917 2006-02-20 [wwp]        2.0.0cvs65
7918
7919         * src/summary_search.c
7920                 find all - summaryview refresh issue fixed, thanks to Colin.
7921
7922 2006-02-20 [wwp]        2.0.0cvs64
7923
7924         * src/gtk/gtkutils.c
7925                 better runtime typecast checks.
7926
7927 2006-02-20 [wwp]        2.0.0cvs63
7928
7929         * src/summary_search.c
7930                 enhancements to the summary search:
7931                         - add the ability to stop the running search
7932                           (upon ESC-key press, new Stop button or when Clear button is pressed)
7933                         - don't search if no criteria (From/To/Subject/Body) is set
7934                         - ensure that a busy mouse pointer is always shown when searching,
7935                           show it even a bit earlier
7936
7937 2006-02-19 [colin]      2.0.0cvs62
7938
7939         * src/compose.c
7940         * src/imap.c
7941         * src/etpan/imap-thread.c
7942         * src/etpan/imap-thread.h
7943                 (Future) IMAP speed improvement on sending
7944                 Will require a libetpan update
7945         * src/summaryview.c
7946         * src/gtk/quicksearch.c
7947                 Make quicksearch clearable while running.
7948
7949 2006-02-17 [colin]      2.0.0cvs61
7950
7951         * src/imap.c
7952         * src/etpan/imap-thread.c
7953         * src/etpan/imap-thread.h
7954                 Check for IMAP certificates
7955                 ** Requires libetpan-0.42-cvs4 
7956                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
7957
7958 2006-02-17 [colin]      2.0.0cvs60
7959
7960         * src/messageview.c
7961         * src/prefs_common.c
7962         * src/prefs_common.h
7963         * src/prefs_message.c
7964                 Add pref to display HTML-only mails with plugin, 
7965                 if possible (defaulting to FALSE of course).
7966
7967 2006-02-16 [colin]      2.0.0cvs59
7968
7969         * src/main.c
7970         * src/common/plugin.c
7971         * src/common/plugin.h
7972         * src/gtk/pluginwindow.c
7973                 Keep track of requested (but unloaded) plugins
7974                 in some error cases.
7975
7976 2006-02-16 [wwp]        2.0.0cvs58
7977
7978         * src/gtk/gtkaspell.c
7979         * src/gtk/gtkaspell.h
7980         * src/prefs_spelling.c
7981         * src/compose.c
7982         * src/prefs_common.c
7983         * src/prefs_common.h
7984                 implemented new optional spellchecker behaviour: re-check message when
7985                 dictionary got changed (from compose-window/context-menu/Change dictionary).
7986
7987 2006-02-16 [wwp]        2.0.0cvs57
7988
7989         * src/quote_fmt_parse.y
7990                 pclose popen'ed pipe.
7991
7992 2006-02-15 [colin]      2.0.0cvs56
7993
7994         * src/mimeview.c
7995         * src/mimeview.h
7996                 Let MimeViewers know which MimeView they
7997                 depend of.
7998         * src/summaryview.c
7999                 Swap From/To columns in Sent/Queue/Drafts
8000                 folders
8001         * src/etpan/imap-thread.c
8002                 Use mailstream_low_tls_open() for STARTTLS
8003                 instead of mailstream_low_ssl_open()
8004                 ** REQUIRES libetpan 0.42cvs3 **
8005
8006 2006-02-15 [wwp]        2.0.0cvs55
8007
8008         * src/compose.c
8009         * src/compose.h
8010         * src/message_search.c
8011         * src/message_search.h
8012         * src/textview.c
8013         * src/gtk/gtkutils.c
8014         * src/gtk/gtkutils.h
8015                 added the ability to Find text in the compose window (and a bit
8016                 of code factorization).
8017
8018 2006-02-15 [wwp]        2.0.0cvs54
8019
8020         * src/prefs_gtk.c
8021                 yet another one file was missing (fix for some widgets' sensitivity).
8022                 Thanks Colin!
8023
8024 2006-02-15 [wwp]        2.0.0cvs53
8025
8026         * src/prefs_gtk.h
8027                 oops forgot that file (fix for some widgets' sensitivity).
8028
8029 2006-02-15 [wwp]        2.0.0cvs52
8030
8031         * src/summary_search.c
8032                 implemented advanced summary search options (added the ability
8033                 to use matcher conditions in an advanced search mode).
8034
8035 2006-02-15 [wwp]        2.0.0cvs51
8036
8037         * src/plugins/pgpcore/prefs_gpg.c
8038         * src/prefs_account.c
8039                 fix some widget sensitivity, mostly around some labels in
8040                 account prefs.
8041
8042 2006-02-15 [paul]       2.0.0cvs50
8043
8044         * manual/advanced.xml
8045                 improve Templates info
8046                 written by wwp
8047
8048 2006-02-14 [colin]      2.0.0cvs49
8049
8050         * src/pixmaps/address_book.xpm
8051         * src/pixmaps/preferences.xpm
8052         * src/pixmaps/properties.xpm
8053                 Fix pixmap size - patch by Fabien Vantard
8054
8055 2006-02-13 [colin]      2.0.0cvs48
8056
8057         * src/procmime.c
8058                 Add missing fclose()s on error
8059         * src/textview.c
8060                 Remove unused code
8061         * src/common/utils.c
8062                 Fix temp files not being deleted on windows
8063         Patches by Thomas Gilgin
8064
8065 2006-02-13 [colin]      2.0.0cvs47
8066
8067         * src/mainwindow.c
8068                 Fix exit crash
8069
8070 2006-02-13 [wwp]        2.0.0cvs46
8071
8072         * src/plugins/pgpcore/prefs_gpg.c
8073                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
8074
8075 2006-02-12 [colin]      2.0.0cvs45
8076
8077         * src/folderview.c
8078         * src/main.c
8079         * src/mainwindow.c
8080                 Fix "stuff" when quitting
8081
8082 2006-02-12 [wwp]        2.0.0cvs44
8083
8084         * src/prefs_themes.c
8085                 fix typos in debug messages.
8086
8087 2006-02-11 [colin]      2.0.0cvs43
8088
8089         * src/summaryview.c
8090                 don't allow drag/drop from ourself
8091
8092 2006-02-10 [wwp]        2.0.0cvs42
8093
8094         * src/exporthtml.c
8095         * src/html.c
8096         * src/html.h
8097         * src/procmime.c
8098         * src/textview.c
8099                 renamed html_ prefixed functions and data structures to avoid
8100                 namespace clashes w/ other software (gtkhtml2 for instance).
8101                 Closes bug #907.
8102
8103
8104 2006-02-09 [colin]      2.0.0cvs41
8105
8106         * src/summaryview.c
8107                 Fix shitty logic messed up. Thanks Ticho for the hint!
8108
8109 2006-02-09 [wwp]        2.0.0cvs40
8110
8111         * src/gtk/about.c
8112         * src/compose.c
8113         * src/prefs_account.c
8114         * src/prefs_gtk.h
8115         * src/editaddress.c
8116                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
8117                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
8118                 Browse buttons in accounts prefs.
8119
8120 2006-02-09 [colin]      2.0.0cvs39
8121
8122         * src/matcher.c
8123                 Check for pointer before using its members
8124         * src/gtk/gtksourceprintjob.c
8125                 Fix a wrong warning
8126
8127 2006-02-09 [wwp]        2.0.0cvs38
8128
8129         * src/gtk/filesel.c
8130                 fix few compiler warnings (type mismatch).
8131
8132 2006-02-09 [paul]       2.0.0cvs37
8133
8134         * po/fr.po
8135                 updated by Fabien Vantard
8136
8137 2006-02-08 [colin]      2.0.0cvs36
8138
8139         * src/prefs_common.c
8140         * src/common/defs.h
8141         * src/common/plugin.c
8142                 allow windows and linux configurations to coexist
8143                 patch by Thomas Gilgin
8144
8145 2006-02-08 [colin]      2.0.0cvs35
8146
8147         * src/filtering.c
8148         * src/matcher.c
8149         * src/matcher.h
8150         * src/matcher_parser_parse.y
8151         * src/prefs_filtering_action.c
8152         * src/prefs_matcher.c
8153                 Add the "Ignore thread" filtering
8154                 action
8155
8156 2006-02-08 [colin]      2.0.0cvs34
8157
8158         * src/compose.c
8159         * src/procmime.c
8160         * src/procmime.h
8161                 Fix bug #905 (damaged attachment)
8162                 text files with raw \0's aren't really text files
8163         FOR_STABLE
8164
8165 2006-02-08 [colin]      2.0.0cvs33
8166
8167         * src/summaryview.c
8168                 Fix crasher introduced yesterday
8169
8170 2006-02-08 [wwp]        2.0.0cvs32
8171
8172         * src/compose.c
8173         * src/compose.h
8174                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
8175
8176 2006-02-08 [wwp]        2.0.0cvs31
8177
8178         * src/prefs_template.c
8179                 templates enhancement: allow address completion for Cc and Bcc fields
8180                 (it was currently possible for the To field only)
8181
8182 2006-02-08 [colin]      2.0.0cvs30
8183
8184         * src/compose.c
8185                 Don't unblock if not blocked
8186         FOR_STABLE
8187
8188 2006-02-07 [colin]      2.0.0cvs29
8189
8190         * src/action.c
8191                 Forgot to refresh summaryview
8192
8193 2006-02-07 [colin]      2.0.0cvs28
8194
8195         * src/action.c
8196                 Freeze/thaw message list and folder list while
8197                 processing %as{} actions 
8198         * src/compose.c
8199                 Fix auto-wrap disabling after a middle-click
8200                 paste - FOR_STABLE
8201
8202 2006-02-07 [paul]       2.0.0cvs27
8203
8204         * src/folder.c
8205                 fix freeing of uninitialised pointers
8206                 Thanks to Colin
8207
8208 2006-02-06 [colin]      2.0.0cvs26
8209
8210         * src/folder.c
8211                 Use g_slist_prepend in potentially big list
8212
8213 2006-02-06 [colin]      2.0.0cvs25
8214
8215         * src/folder.c
8216                 Completely skip processing if it doesn't 
8217                 exist (faster!)
8218
8219 2006-02-06 [colin]      2.0.0cvs24
8220
8221         * src/folder.c
8222         * src/summaryview.c
8223                 Batch filtering in summaryview (from Tools menu)
8224                 and pre/post//-processing too
8225
8226 2006-02-06 [colin]      2.0.0cvs23
8227
8228         * src/procmsg.h
8229         * src/filtering.c
8230                 Use a special field for batch filtering instead
8231                 of stepping on deferred execution's toes
8232
8233 2006-02-06 [colin]      2.0.0cvs22
8234
8235         * src/action.c
8236         * src/filtering.c
8237         * src/filtering.h
8238         * src/folder.c
8239         * src/summaryview.c
8240                 Fix filtering via menus and actions
8241
8242 2006-02-06 [colin]      2.0.0cvs21
8243
8244         * src/imap.c
8245                 Put the added file directly to cache if possible (will work
8246                 with next libetpan)
8247         * src/filtering.c
8248         * src/filtering.h
8249         * src/inc.c
8250         * src/folder.c
8251         * src/mbox.c
8252         * src/procmsg.h
8253                 Move and copy filtered messages by batches instead of one
8254                 by one - faster on IMAP
8255         * src/procmsg.c
8256                 Add a function that'll possibly be useful later
8257
8258 2006-02-06 [colin]      2.0.0cvs20
8259
8260         * src/addressbook.c
8261                 Use internal mime-type instead of text/plain for d'n'd
8262         * src/compose.c
8263                 Allow attaching files from mimeview's icon list via d'n'd
8264         * src/folderview.c
8265         * src/folderview.h
8266                 Use internal mime-type instead of text/plain for d'n'd
8267                 Don't try to selected opened folder if none is
8268                 Factorize d'n'd from other apps code
8269         * src/headerview.c
8270         * src/textview.c
8271         * src/gtk/gtkutils.c
8272         * src/gtk/gtkutils.h
8273                 Factorize Face/X-Face stuff
8274         * src/mimeview.c
8275                 Fix d'n'd to other apps
8276         * src/prefs_message.c
8277                 Let the XFace pref be usable without libcompface as it also
8278                 applies to Face
8279         * src/summaryview.c
8280                 Fix d'n'd to other apps
8281                 Factorize d'n'd from other apps code
8282
8283 2006-02-06 [wwp]        2.0.0cvs19
8284
8285         * po/it.po
8286                 Italian translation fixes by Andrea Spadaccini (no more confusion
8287                 between filtering and processing, and few changes in the About
8288                 dialog).
8289
8290
8291 2006-02-06 [mones]      2.0.0cvs18
8292
8293         * src/gtk/icon_legend.c
8294                 Improved descriptions allowing better translations
8295
8296 2006-02-05 [colin]      2.0.0cvs17
8297
8298         * src/imap.c
8299                 Add the f*cking missing expunge that caused imap_fetch_env
8300                 to fail after an add_msgs ! :-///
8301         * src/etpan/imap-thread.c
8302                 Add a bit of debug
8303         FOR_STABLE
8304
8305 2006-02-05 [colin]      2.0.0cvs16
8306
8307         * src/common/utils.c
8308                 Don't check for return-path (or we can't put
8309                 back non-sent mails)
8310
8311 2006-02-05 [colin]      2.0.0cvs15
8312
8313         * src/textview.c
8314                 Don't try to display Face header in textview
8315                 when teh headerview's active
8316
8317 2006-02-05 [colin]      2.0.0cvs14
8318
8319         * tools/tbird2syl.py
8320         * tools/Makefile.am
8321                 Add script to import Thunderbird mails
8322
8323 2006-02-05 [colin]      2.0.0cvs13
8324
8325         * src/headerview.c
8326         * src/procheader.c
8327         * src/procmsg.c
8328         * src/procmsg.h
8329         * src/textview.c
8330                 Show Face headers - patch partially by Klaus Flittner
8331
8332 2006-02-05 [colin]      2.0.0cvs12
8333
8334         * src/folderview.c
8335         * src/summaryview.c
8336         * src/common/utils.c
8337         * src/common/utils.h
8338                 Let dnd work from mime icons to summaryview
8339                 and to folderview too
8340                 Add a crude test to avoid trying to add files
8341                 drag'n'dropped when they're not mails
8342
8343 2006-02-04 [colin]      2.0.0cvs11
8344
8345         * src/summaryview.c
8346         * src/mimeview.c
8347                 Fix utf8 conversion
8348
8349 2006-02-04 [colin]      2.0.0cvs10
8350
8351         * src/compose.c
8352         * src/folderview.c
8353         * src/mimeview.c
8354         * src/summaryview.c
8355         * src/summaryview.h
8356                 Added various drag and drop capas:
8357                 From                    To
8358                 summaryview             other apps
8359                 mimeview icons          other apps
8360                 other apps              summaryview
8361                 other apps              folderview
8362
8363                 This shouldn't have broken the existing:
8364                 From                    To
8365                 summaryview             folderview
8366                 folderview              folderview
8367                 summaryview             compose's attachments
8368
8369         Tests welcomed.
8370
8371 2006-02-02 [paul]       2.0.0cvs9
8372
8373         * src/mainwindow.c
8374                 move global option 'Set displayed columns...' out
8375                 of folder option grouping.
8376                 fix sensitivity of 'harvest addresses'
8377         FOR_STABLE
8378
8379 2006-02-01 [colin]      2.0.0cvs8
8380
8381         * src/mimeview.c
8382                 Revert the alertpanel patch, it sucks (intrusive
8383                 and gets in the way of "open")
8384
8385 2006-02-01 [colin]      2.0.0cvs7
8386
8387         * src/compose.c
8388         * src/prefs_account.c
8389         * src/prefs_common.c
8390         * src/common/defs.h
8391         * src/common/utils.c
8392         * src/common/utils.h
8393                 Add ability to edit the signature file
8394                 from the account preferences, and use
8395                 a default for the text editor.
8396                 Patch by Fabien Vantard
8397
8398 2006-02-01 [colin]      2.0.0cvs6
8399
8400         * src/mimeview.c
8401                 Try to get mime type by extension if it is
8402                 application/octet-stream
8403                 Display a window with possible choices when
8404                 encountering unknown mime types
8405         * src/gtk/filesel.c
8406         * src/gtk/filesel.h
8407                 Add preview
8408                 Allow multiple selection in filtered filesel
8409                 (patch by Fabien Vantard)
8410         * src/gtk/pluginwindow.c
8411                 Use it (patch by Fabien Vantard)
8412
8413 2006-02-01 [paul]       2.0.0cvs5
8414
8415         * src/jpilot.c
8416                 fix crash on creating jpilot address book
8417                 Thanks to Colin - FOR_STABLE
8418         * src/prefs_summaries.c
8419         * src/prefs_wrapping.c
8420         * src/gtk/icon_legend.c
8421         * src/gtk/quicksearch.c
8422                 string fixes and additions
8423
8424 2006-02-01 [paul]       2.0.0cvs4
8425
8426         * src/compose.c
8427         * src/mainwindow.c
8428         * src/messageview.c
8429         * src/prefs_send.c
8430                 add Arabic encoding option
8431                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
8432
8433 2006-01-31 [colin]      2.0.0cvs3
8434
8435         * src/plugins/pgpcore/passphrase.c
8436                 Convert passphrase to locale encoding
8437         * src/compose.c
8438                 Fix drafting on IMAP. Crappy bug sneaked in
8439                 the release :-/
8440         FOR_STABLE
8441
8442 2006-01-30 [paul]       2.0.0cvs2
8443
8444         * src/gtk/icon_legend.c
8445                 show the new entries
8446
8447 2006-01-30 [colin]      2.0.0cvs1
8448
8449         * src/manual.c
8450                 Check for the file to be present before 
8451                 enabling the menu - FOR_STABLE
8452         * src/gtk/icon_legend.c
8453                 Add folders icons (not all of them, there
8454                 are too much, but the most intriguing ones)
8455
8456 2006-01-30 [paul]       2.0.0
8457
8458         version 2.0.0 released
8459
8460 2006-01-30 [paul]       1.9.100cvs200
8461
8462         * manual/faq.xml
8463         * manual/gpl.xml
8464         * manual/intro.xml
8465         * manual/starting.xml
8466         * manual/sylpheed-claws-manual.xml
8467                 fixes, additions
8468
8469 2006-01-29 [mones]      1.9.100cvs199
8470
8471         * manual/account.xml
8472         * manual/advanced.xml
8473         * manual/glossary.xml
8474                 Some typos fixed, added LDIF term to glossary
8475         * po/es.po
8476                 Fixed leading plus symbol
8477
8478 2006-01-29 [paul]       1.9.100cvs198
8479
8480         * po/fi.po
8481         * po/sk.po
8482                 updated by Tommi Pirinen and Andrej Kacian
8483
8484 2006-01-29 [paul]       1.9.100cvs197
8485
8486         * src/gtk/authors.h
8487                 remove duplicates
8488
8489 2006-01-29 [paul]       1.9.100cvs196
8490
8491         * AUTHORS
8492         * po/nl.po
8493         * src/gtk/authors.h
8494         * tools/claws.i18n.status.pl
8495                 nl translation updated by Tim Dijkstra
8496
8497 2006-01-29 [paul]       1.9.100cvs195
8498
8499         * po/sr.po
8500         * po/sv.po
8501                 updated by Aleksandar Urosevic and Anders Troback
8502
8503 2006-01-28 [colin]      1.9.100cvs194
8504
8505         * src/gtk/gtksourceprintjob.c
8506                 Don't fiddle with PangoLayout when we
8507                 have an image
8508
8509 2006-01-28 [paul]       1.9.100cvs193
8510
8511         * AUTHORS
8512         * po/el.po
8513         * po/zh_CN.po
8514         * src/gtk/authors.h
8515         * tools/claws.i18n.status.pl
8516                 updated translations submitted by Stavros Giannouris
8517                 and Ralgh Young
8518
8519 2006-01-27 [colin]      1.9.100cvs192
8520
8521         * src/summaryview.c
8522         * src/gtk/gtksourceprintjob.c
8523                 Add image printing 
8524                 (libgnomeprint only, of course)
8525
8526 2006-01-27 [paul]       1.9.100cvs191
8527
8528         * po/fr.po
8529         * po/it.po
8530                 updated by Fabien Vantard and Andrea Spadaccini
8531
8532 2006-01-26 [colin]      1.9.100cvs190
8533
8534         * manual/Makefile.am
8535         * configure.ac
8536                 Make building the manual optional 
8537                 (--disable-manual)
8538
8539 2006-01-26 [paul]       1.9.100cvs189
8540
8541         * manual/glossary.xml
8542         * manual/plugins.xml
8543                 edited
8544         * po/en_GB.po
8545                 updated
8546
8547 2006-01-26 [paul]       1.9.100cvs188
8548
8549         * src/prefs_display_header.c
8550         * src/prefs_folder_column.c
8551         * src/prefs_msg_colors.c
8552         * src/prefs_summaries.c
8553         * src/prefs_summary_column.c
8554                 HIGify
8555
8556 2006-01-25 [colin]      1.9.100cvs187
8557
8558         * src/imap.c
8559                 Don't allow moving/copying mails between
8560                 queue/drafts and non-queue/drafts folders
8561                 Fixes bug #897 (message header is resetted 
8562                 if one is copied to Drafts)
8563
8564 2006-01-25 [colin]      1.9.100cvs186
8565
8566         * src/folder.c
8567         * src/mainwindow.c
8568                 Fix subscribed folders not found
8569         * src/compose.c
8570                 Don't try to encode as original mail's charset
8571                 if it's ascii 
8572
8573 2006-01-25 [paul]       1.9.100cvs185
8574
8575         * AUTHORS
8576         * po/Makevars
8577                 updated
8578         * po/de.po
8579         * po/pl.po
8580         * po/pt_BR.po
8581         * po/sr.po
8582                 updates submitted by Stephan Sachse, Emilian Nowak
8583                 and Quar, Frederico Goncalves Guimaraes, and
8584                 Aleksandar Urosevic
8585                 Fix Bug 896, 'PT_BR locale broken'.
8586         * src/gtk/authors.h
8587                 updated
8588
8589 2006-01-24 [mones]      1.9.100cvs184
8590
8591         * manual/glossary.xml
8592                 All current terms finished. Reviewers welcome ;-)
8593         * manual/keyboard.xml
8594                 Fixed column width for pdf output.
8595         * po/es.po
8596                 Updated
8597
8598 2006-01-24 [paul]       1.9.100cvs183
8599
8600         * manual/glossary.xml
8601                 fix id name
8602         * manual/dist/html/Makefile.am
8603         * manual/dist/pdf/Makefile.am
8604         * manual/dist/ps/Makefile.am
8605         * manual/dist/txt/Makefile.am
8606                 fix make deps
8607                 Thanks to Colin
8608
8609 2006-01-24 [mones]      1.9.100cvs182
8610
8611         * manual/glossary.xml
8612                 Nearly finished, some terms missing.
8613
8614 2006-01-23 [paul]       1.9.100cvs181
8615
8616         * manual/dist/html/Makefile.am
8617         * manual/dist/pdf/Makefile.am
8618         * manual/dist/ps/Makefile.am
8619         * manual/dist/txt/Makefile.am
8620         * src/mainwindow.c
8621                 re-enable manual
8622                 Thanks to Colin
8623
8624 2006-01-22 [colin]      1.9.100cvs180
8625
8626         * src/compose.c
8627         * src/gtk/gtkaspell.c
8628                 Don't deselect stuff before right-clicking, with aspell.
8629                 (This prevented right-click Copy, for example).
8630                 Thanks to Clo!
8631
8632 2006-01-22 [paul]       1.9.100cvs179
8633
8634         * src/summary_search.c
8635                 don't fix the widget size as it causes problems
8636                 under localisation.
8637                 Thanks to Emilian Nowak
8638
8639 2006-01-21 [paul]       1.9.100cvs178
8640
8641         * src/prefs_themes.c
8642                 fix broken underlining of label text
8643                 with some translations
8644
8645 2006-01-21 [colin]      1.9.100cvs177
8646
8647         * po/fr.po
8648                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
8649
8650 2006-01-20 [colin]      1.9.100cvs176
8651
8652         * configure.ac
8653         * Makefile.am
8654         * manual/Makefile
8655         * manual/dist/html/.cvsignore
8656         * manual/dist/html/Makefile.am
8657         * manual/dist/pdf/.cvsignore
8658         * manual/dist/pdf/Makefile.am
8659         * manual/dist/ps/.cvsignore
8660         * manual/dist/ps/Makefile.am
8661         * manual/dist/txt/.cvsignore
8662         * manual/dist/txt/Makefile.am
8663                 Autotool-ize manual
8664
8665 2006-01-20 [paul]       1.9.100cvs175
8666
8667         * manual/handling.xml
8668                 make Filtering and Searching entries easier to find
8669         * manual/keyboard.xml
8670                 add the remaining default keybinds
8671         * src/prefs_summaries.c
8672                 update the default keybinds
8673
8674 2006-01-20 [paul]       1.9.100cvs174
8675
8676         * src/addressbook.c
8677         * src/addrgather.c
8678         * src/addrharvest.c
8679         * src/editaddress.c
8680         * src/editgroup.c
8681         * src/exphtmldlg.c
8682         * src/expldifdlg.c
8683         * src/exporthtml.c
8684         * src/exportldif.c
8685         * src/ldif.c
8686                 replace 'e-mail' with 'email'
8687         * src/summary_search.c
8688                 add mnemonic to "Find all" button
8689
8690 2006-01-20 [wwp]        1.9.100cvs173
8691
8692         * src/export.c
8693         * src/import.c
8694                 touched mbox import/export buttons for HIG-compliance
8695
8696 2006-01-19 [paul]       1.9.100cvs172
8697
8698         * manual/account.xml
8699         * manual/addrbook.xml
8700         * manual/advanced.xml
8701         * manual/faq.xml
8702         * manual/handling.xml
8703         * manual/intro.xml
8704         * manual/plugins.xml
8705         * manual/starting.xml
8706                 more editing
8707
8708 2006-01-19 [paul]       1.9.100cvs171
8709
8710         * src/toolbar.c
8711                 allow use of trash button while receiving
8712                 Thanks to Colin
8713
8714 2006-01-19 [wwp]        1.9.100cvs170
8715
8716         * src/gtk/quicksearch.c
8717         * src/compose.c
8718                 force text color to black when yellow background is set
8719
8720 2006-01-19 [colin]      1.9.100cvs169
8721
8722         * src/plugins/trayicon/trayicon.c
8723                 Gray out Get Mail when already getting mail
8724
8725 2006-01-18 [paul]       1.9.100cvs168
8726
8727         * src/compose.c
8728                 give widget yellow background was To is
8729                 set via folder prefs
8730         * src/gtk/quicksearch.c
8731                 give widget yellow background when quick
8732                 search is active.
8733                 Thanks to Colin
8734
8735 2006-01-18 [paul]       1.9.100cvs167
8736
8737         * doc/man/sylpheed-claws.1
8738                 add --subscribe option
8739
8740 2006-01-18 [paul]       1.9.100cvs166
8741
8742         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8743         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8744                 use %U instead of %F (%F is broken for user installed
8745                 files in kde 3.5)
8746
8747 2006-01-18 [colin]      1.9.100cvs165
8748
8749         * src/summaryview.c
8750                 Default to Yes in "No more * messages" dialogs
8751
8752 2006-01-17 [colin]      1.9.100cvs164
8753
8754         * src/compose.c
8755                 Possibly fix an invalid iterator causing
8756                 crash
8757
8758 2006-01-17 [colin]      1.9.100cvs163
8759
8760         * src/mimeview.c
8761                 Fix crash when the image disappears under the
8762                 image viewer
8763
8764 2006-01-16 [colin]      1.9.100cvs162
8765
8766         * src/compose.c
8767                 Fix reenabling autowrap
8768
8769 2006-01-16 [colin]      1.9.100cvs161
8770
8771         * src/compose.c
8772                 reset quote_len before getting quote_str
8773
8774 2006-01-16 [colin]      1.9.100cvs160
8775
8776         * src/account.c
8777         * src/account.h
8778         * src/folder.c
8779         * src/imap_gtk.c
8780         * src/mh_gtk.c
8781                 Fix bug #883 (default inbox does not track folder move)
8782
8783 2006-01-16 [colin]      1.9.100cvs159
8784
8785         * src/compose.c
8786         * src/plugins/pgpcore/passphrase.c
8787                 More buttons fixes
8788
8789 2006-01-16 [paul]       1.9.100cvs158
8790
8791         * src/prefs_actions.c
8792         * src/prefs_filtering_action.c
8793         * src/prefs_matcher.c
8794         * src/quote_fmt.c
8795         * src/gtk/description_window.c
8796         * src/gtk/description_window.h
8797         * src/gtk/quicksearch.c
8798                 description window cleanups
8799
8800 2006-01-15 [colin]      1.9.100cvs157
8801
8802         * src/addressbook.c
8803         * src/prefs_filtering.c
8804                 Same here
8805
8806 2006-01-15 [colin]      1.9.100cvs156
8807
8808         * src/folderview.c
8809         * src/mainwindow.c
8810                 Same for "Empty trash"
8811
8812 2006-01-15 [colin]      1.9.100cvs155
8813
8814         * src/inc.c
8815                 Override offline dialog had Yes by default
8816
8817 2006-01-15 [colin]      1.9.100cvs154
8818
8819         * src/summaryview.c
8820                 Delete selected messages? previously had Yes the default
8821
8822 2006-01-15 [colin]      1.9.100cvs153
8823
8824         * src/folder.c
8825         * src/folder.h
8826         * src/main.c
8827                 Check if a mailbox is loaded after all
8828                 plugins are loaded.
8829
8830 2006-01-15 [colin]      1.9.100cvs152
8831
8832         * src/folder.c
8833                 Don't start wizard when there are unloaded folders (will help
8834                 people with only mbox or maildir mailboxes)
8835
8836 2006-01-14 [colin]      1.9.100cvs151
8837
8838         * src/addressbook.c
8839         * src/expldifdlg.c
8840         * src/importldif.c
8841         * src/importmutt.c
8842         * src/importpine.c
8843         * src/mh_gtk.c
8844                 More HIG compliance and fixes
8845
8846 2006-01-14 [colin]      1.9.100cvs150
8847
8848         * src/prefs_filtering_action.c
8849         * src/foldersel.c
8850                 Two forgotten button order changes
8851
8852 2006-01-14 [colin]      1.9.100cvs149
8853
8854         * src/account.c
8855         * src/addressbook.c
8856         * src/compose.c
8857         * src/folderview.c
8858         * src/imap_gtk.c
8859         * src/mainwindow.c
8860         * src/mh_gtk.c
8861         * src/news_gtk.c
8862         * src/prefs_actions.c
8863         * src/prefs_customheader.c
8864         * src/prefs_filtering.c
8865         * src/prefs_matcher.c
8866         * src/prefs_template.c
8867         * src/ssl_manager.c
8868         * src/summaryview.c
8869         * src/textview.c
8870         * src/toolbar.c
8871                 All deletion confirmations are now "Cancel, Delete" 
8872                 instead of "No, Yes"
8873                 Clarified most of the other "No, Yes" to 
8874                 "Cancel, Descriptive_action"
8875                 Rechanged the "Entry not saved" alerts to have 
8876                 "Close, Continue editing"
8877
8878
8879 2006-01-14 [paul]
8880
8881         * 2.0.0-rc4 released
8882
8883 2006-01-14 [paul]       1.9.100cvs148
8884
8885         * src/account.c
8886         * src/addressadd.c
8887         * src/addressbook.c
8888         * src/compose.c
8889         * src/editaddress.c
8890         * src/editbook.c
8891         * src/editgroup.c
8892         * src/editjpilot.c
8893         * src/editldap.c
8894         * src/editvcard.c
8895         * src/exphtmldlg.c
8896         * src/expldifdlg.c
8897         * src/folderview.c
8898         * src/grouplistdialog.c
8899         * src/imap_gtk.c
8900         * src/importmutt.c
8901         * src/importpine.c
8902         * src/inc.c
8903         * src/main.c
8904         * src/mainwindow.c
8905         * src/message_search.c
8906         * src/messageview.c
8907         * src/mh_gtk.c
8908         * src/mimeview.c
8909         * src/news_gtk.c
8910         * src/prefs_actions.c
8911         * src/prefs_customheader.c
8912         * src/prefs_filtering.c
8913         * src/prefs_matcher.c
8914         * src/prefs_template.c
8915         * src/prefs_themes.c
8916         * src/ssl_manager.c
8917         * src/summary_search.c
8918         * src/summaryview.c
8919         * src/textview.c
8920         * src/toolbar.c
8921         * src/gtk/foldersort.c
8922         * src/gtk/gtkaspell.c
8923         * src/gtk/inputdialog.c
8924         * src/gtk/prefswindow.c
8925         * src/plugins/pgpcore/select-keys.c
8926         * src/plugins/trayicon/trayicon.c
8927                 HIG compliant button order
8928
8929 2006-01-14 [mones]      1.9.100cvs147
8930
8931         * po/es.po
8932                 Updated translation
8933
8934 2006-01-13 [paul]       1.9.100cvs146
8935
8936         * AUTHORS
8937         * ChangeLog
8938         * src/gtk/authors.h
8939                 add Joshua M. Kwan to contributors list
8940
8941 2006-01-13 [colin]      1.9.100cvs145
8942
8943         * src/gtk/quicksearch.c
8944                 Don't refocus quick search after executing (Esc or Enter)
8945                 Allows to '/'search something then move up/down in 
8946                 summaryview, and to Esc a search and be back in the 
8947                 summaryview
8948
8949 2006-01-13 [paul]       1.9.100cvs144
8950
8951         * src/plugins/pgpinline/pgpinline.c
8952                 support Content-Type 'application/pgp'
8953                 patch by Joshua M. Kwan <joshuak@users.sf.net>
8954
8955 2006-01-13 [paul]       1.9.100cvs143
8956
8957         * manual/account.xml
8958                 make mention of partial retrieval
8959                 thanks to Colin
8960
8961 2006-01-13 [paul]       1.9.100cvs142
8962
8963         * src/account.c
8964         * src/account.h
8965         * src/action.c
8966         * src/action.h
8967         * src/adbookbase.h
8968         * src/addr_compl.c
8969         * src/addr_compl.h
8970         * src/addrbook.c
8971         * src/addrcache.c
8972         * src/addrcache.h
8973         * src/addrcindex.c
8974         * src/addrcindex.h
8975         * src/addrclip.c
8976         * src/addrclip.h
8977         * src/addrdefs.h
8978         * src/addressadd.c
8979         * src/addressadd.h
8980         * src/addressbook.c
8981         * src/addressbook.h
8982         * src/addrgather.c
8983         * src/addrgather.h
8984         * src/addrharvest.c
8985         * src/addrharvest.h
8986         * src/addrindex.c
8987         * src/addrindex.h
8988         * src/addritem.c
8989         * src/addritem.h
8990         * src/addrquery.c
8991         * src/addrquery.h
8992         * src/addrselect.c
8993         * src/addrselect.h
8994         * src/alertpanel.c
8995         * src/alertpanel.h
8996         * src/browseldap.c
8997         * src/browseldap.h
8998         * src/codeconv.c
8999         * src/codeconv.h
9000         * src/compose.c
9001         * src/compose.h
9002         * src/customheader.c
9003         * src/customheader.h
9004         * src/displayheader.c
9005         * src/displayheader.h
9006         * src/editaddress.c
9007         * src/editaddress.h
9008         * src/editbook.c
9009         * src/editbook.h
9010         * src/editgroup.c
9011         * src/editgroup.h
9012         * src/editjpilot.c
9013         * src/editjpilot.h
9014         * src/editldap.c
9015         * src/editldap.h
9016         * src/editldap_basedn.c
9017         * src/editldap_basedn.h
9018         * src/editvcard.c
9019         * src/editvcard.h
9020         * src/exphtmldlg.c
9021         * src/exphtmldlg.h
9022         * src/expldifdlg.c
9023         * src/expldifdlg.h
9024         * src/export.h
9025         * src/exporthtml.c
9026         * src/exporthtml.h
9027         * src/exportldif.c
9028         * src/exportldif.h
9029         * src/filtering.c
9030         * src/filtering.h
9031         * src/folder.c
9032         * src/folder.h
9033         * src/folder_item_prefs.c
9034         * src/folder_item_prefs.h
9035         * src/foldersel.c
9036         * src/foldersel.h
9037         * src/folderutils.c
9038         * src/folderutils.h
9039         * src/folderview.c
9040         * src/folderview.h
9041         * src/grouplistdialog.c
9042         * src/grouplistdialog.h
9043         * src/headerview.c
9044         * src/html.c
9045         * src/html.h
9046         * src/image_viewer.c
9047         * src/image_viewer.h
9048         * src/imap.c
9049         * src/imap.h
9050         * src/imap_gtk.c
9051         * src/imap_gtk.h
9052         * src/import.h
9053         * src/importldif.c
9054         * src/importldif.h
9055         * src/importmutt.c
9056         * src/importmutt.h
9057         * src/importpine.c
9058         * src/importpine.h
9059         * src/inc.c
9060         * src/inc.h
9061         * src/jpilot.c
9062         * src/jpilot.h
9063         * src/ldapctrl.c
9064         * src/ldapctrl.h
9065         * src/ldaplocate.c
9066         * src/ldaplocate.h
9067         * src/ldapquery.c
9068         * src/ldapquery.h
9069         * src/ldapserver.c
9070         * src/ldapserver.h
9071         * src/ldaputil.c
9072         * src/ldaputil.h
9073         * src/ldif.c
9074         * src/ldif.h
9075         * src/main.c
9076         * src/main.h
9077         * src/mainwindow.c
9078         * src/mainwindow.h
9079         * src/manual.c
9080         * src/manual.h
9081         * src/mbox.c
9082         * src/mbox.h
9083         * src/message_search.c
9084         * src/message_search.h
9085         * src/messageview.c
9086         * src/messageview.h
9087         * src/mh.c
9088         * src/mh.h
9089         * src/mh_gtk.c
9090         * src/mh_gtk.h
9091         * src/mimeview.c
9092         * src/mimeview.h
9093         * src/msgcache.c
9094         * src/msgcache.h
9095         * src/mutt.c
9096         * src/mutt.h
9097         * src/news.c
9098         * src/news.h
9099         * src/news_gtk.c
9100         * src/news_gtk.h
9101         * src/partial_download.c
9102         * src/partial_download.h
9103         * src/pine.c
9104         * src/pine.h
9105         * src/pop.c
9106         * src/pop.h
9107         * src/prefs_account.c
9108         * src/prefs_account.h
9109         * src/prefs_actions.c
9110         * src/prefs_actions.h
9111         * src/prefs_common.c
9112         * src/prefs_common.h
9113         * src/prefs_compose_writing.c
9114         * src/prefs_compose_writing.h
9115         * src/prefs_customheader.c
9116         * src/prefs_customheader.h
9117         * src/prefs_display_header.c
9118         * src/prefs_display_header.h
9119         * src/prefs_filtering.c
9120         * src/prefs_filtering.h
9121         * src/prefs_filtering_action.c
9122         * src/prefs_filtering_action.h
9123         * src/prefs_folder_column.c
9124         * src/prefs_folder_column.h
9125         * src/prefs_folder_item.c
9126         * src/prefs_folder_item.h
9127         * src/prefs_fonts.c
9128         * src/prefs_fonts.h
9129         * src/prefs_gtk.c
9130         * src/prefs_gtk.h
9131         * src/prefs_image_viewer.c
9132         * src/prefs_image_viewer.h
9133         * src/prefs_matcher.c
9134         * src/prefs_matcher.h
9135         * src/prefs_message.c
9136         * src/prefs_msg_colors.c
9137         * src/prefs_msg_colors.h
9138         * src/prefs_other.c
9139         * src/prefs_quote.c
9140         * src/prefs_receive.c
9141         * src/prefs_send.c
9142         * src/prefs_spelling.c
9143         * src/prefs_spelling.h
9144         * src/prefs_summaries.c
9145         * src/prefs_summaries.h
9146         * src/prefs_summary_column.c
9147         * src/prefs_summary_column.h
9148         * src/prefs_template.c
9149         * src/prefs_template.h
9150         * src/prefs_themes.c
9151         * src/prefs_themes.h
9152         * src/prefs_toolbar.c
9153         * src/prefs_toolbar.h
9154         * src/prefs_wrapping.c
9155         * src/prefs_wrapping.h
9156         * src/privacy.c
9157         * src/privacy.h
9158         * src/procheader.c
9159         * src/procheader.h
9160         * src/procmime.c
9161         * src/procmime.h
9162         * src/procmsg.c
9163         * src/procmsg.h
9164         * src/quote_fmt.c
9165         * src/quote_fmt_parse.y
9166         * src/recv.c
9167         * src/recv.h
9168         * src/remotefolder.c
9169         * src/remotefolder.h
9170         * src/send_message.c
9171         * src/send_message.h
9172         * src/setup.c
9173         * src/setup.h
9174         * src/sourcewindow.c
9175         * src/sourcewindow.h
9176         * src/ssl_manager.c
9177         * src/ssl_manager.h
9178         * src/statusbar.c
9179         * src/statusbar.h
9180         * src/stock_pixmap.c
9181         * src/stock_pixmap.h
9182         * src/summary_search.c
9183         * src/summary_search.h
9184         * src/summaryview.c
9185         * src/summaryview.h
9186         * src/syldap.c
9187         * src/syldap.h
9188         * src/textview.c
9189         * src/textview.h
9190         * src/toolbar.c
9191         * src/toolbar.h
9192         * src/undo.c
9193         * src/undo.h
9194         * src/unmime.c
9195         * src/unmime.h
9196         * src/vcard.c
9197         * src/vcard.h
9198         * src/wizard.c
9199         * src/wizard.h
9200         * src/common/base64.c
9201         * src/common/base64.h
9202         * src/common/defs.h
9203         * src/common/hooks.c
9204         * src/common/hooks.h
9205         * src/common/log.c
9206         * src/common/log.h
9207         * src/common/mgutils.c
9208         * src/common/mgutils.h
9209         * src/common/nntp.c
9210         * src/common/nntp.h
9211         * src/common/passcrypt.c
9212         * src/common/passcrypt.h.in
9213         * src/common/plugin.c
9214         * src/common/plugin.h
9215         * src/common/prefs.c
9216         * src/common/prefs.h
9217         * src/common/progressindicator.c
9218         * src/common/progressindicator.h
9219         * src/common/quoted-printable.c
9220         * src/common/quoted-printable.h
9221         * src/common/session.c
9222         * src/common/session.h
9223         * src/common/smtp.c
9224         * src/common/smtp.h
9225         * src/common/socket.c
9226         * src/common/socket.h
9227         * src/common/ssl.c
9228         * src/common/ssl.h
9229         * src/common/ssl_certificate.c
9230         * src/common/ssl_certificate.h
9231         * src/common/stringtable.c
9232         * src/common/stringtable.h
9233         * src/common/sylpheed.c
9234         * src/common/sylpheed.h
9235         * src/common/template.c
9236         * src/common/template.h
9237         * src/common/timing.h
9238         * src/common/utils.c
9239         * src/common/utils.h
9240         * src/common/version.h.in
9241         * src/common/xml.c
9242         * src/common/xml.h
9243         * src/common/xmlprops.c
9244         * src/common/xmlprops.h
9245         * src/gtk/colorlabel.c
9246         * src/gtk/colorsel.c
9247         * src/gtk/colorsel.h
9248         * src/gtk/description_window.c
9249         * src/gtk/description_window.h
9250         * src/gtk/filesel.c
9251         * src/gtk/filesel.h
9252         * src/gtk/foldersort.c
9253         * src/gtk/foldersort.h
9254         * src/gtk/gtkutils.c
9255         * src/gtk/gtkutils.h
9256         * src/gtk/inputdialog.c
9257         * src/gtk/inputdialog.h
9258         * src/gtk/logwindow.c
9259         * src/gtk/logwindow.h
9260         * src/gtk/manage_window.c
9261         * src/gtk/manage_window.h
9262         * src/gtk/menu.c
9263         * src/gtk/menu.h
9264         * src/gtk/pluginwindow.c
9265         * src/gtk/pluginwindow.h
9266         * src/gtk/prefswindow.c
9267         * src/gtk/prefswindow.h
9268         * src/gtk/progressdialog.c
9269         * src/gtk/progressdialog.h
9270         * src/gtk/sslcertwindow.c
9271         * src/gtk/sslcertwindow.h
9272         * src/plugins/clamav/clamav_plugin.c
9273         * src/plugins/clamav/clamav_plugin.h
9274         * src/plugins/clamav/clamav_plugin_gtk.c
9275         * src/plugins/demo/demo.c
9276         * src/plugins/dillo_viewer/dillo_prefs.c
9277         * src/plugins/dillo_viewer/dillo_prefs.h
9278         * src/plugins/dillo_viewer/dillo_viewer.c
9279         * src/plugins/pgpcore/passphrase.c
9280         * src/plugins/pgpcore/passphrase.h
9281         * src/plugins/pgpcore/plugin.c
9282         * src/plugins/pgpcore/select-keys.c
9283         * src/plugins/pgpcore/select-keys.h
9284         * src/plugins/pgpcore/sgpgme.c
9285         * src/plugins/pgpcore/sgpgme.h
9286         * src/plugins/pgpinline/pgpinline.c
9287         * src/plugins/pgpinline/pgpinline.h
9288         * src/plugins/pgpinline/plugin.c
9289         * src/plugins/pgpmime/pgpmime.c
9290         * src/plugins/pgpmime/pgpmime.h
9291         * src/plugins/pgpmime/plugin.c
9292         * src/plugins/spamassassin/spamassassin.c
9293         * src/plugins/spamassassin/spamassassin.h
9294         * src/plugins/spamassassin/spamassassin_gtk.c
9295         * src/plugins/trayicon/trayicon.c
9296                 update copyright header
9297
9298 2006-01-13 [paul]       1.9.100cvs141
9299
9300         * src/account.c
9301         * src/export.c
9302         * src/import.c
9303         * src/mainwindow.c
9304         * src/prefs_account.c
9305         * src/prefs_display_header.c
9306         * src/prefs_receive.c
9307         * src/prefs_send.c
9308         * src/prefs_summaries.c
9309         * src/prefs_themes.c
9310         * src/prefs_toolbar.c
9311         * src/gtk/about.c
9312                 various cleanups
9313
9314 2006-01-12 [colin]      1.9.100cvs140
9315
9316         * src/folder.c
9317         * src/folder.h
9318         * src/main.c
9319                 Add --subscribe option
9320                 Let sylpheed-claws email@domain.com equivalent to --compose
9321                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
9322
9323 2006-01-12 [paul]       1.9.100cvs139
9324
9325         * src/mainwindow.c
9326                 append 'Change folder order' label with '...'
9327         * src/prefs_actions.c
9328                 allow reordering of actions list by dnd
9329         * src/gtk/foldersort.c
9330                 make the dialog nicer
9331
9332 2006-01-11 [colin]      1.9.100cvs138
9333
9334         * src/compose.c
9335                 Allow templates without text
9336
9337 2006-01-11 [paul]       1.9.100cvs137
9338
9339         * tools/README
9340         * tools/filter_conv_new.pl
9341                 add info to README
9342                 also check .sylpheed for filter.xml
9343                 be a bit informative to the user
9344
9345 2006-01-11 [colin]      1.9.100cvs136
9346
9347         * src/textview.c
9348                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
9349
9350 2006-01-10 [paul]       1.9.100cvs135
9351
9352         * tools/Makefile.am
9353         * tools/filter_conv_new.pl
9354                 add script to convert new style Sylpheed
9355                 filter rules (Sylpheed >= 0.9.99) to
9356                 Claws filtering rules
9357
9358 2006-01-10 [colin]      1.9.100cvs134
9359
9360         * src/compose.c
9361                 Fix broken line joins in certain conditions
9362                 (between two quoted lines: <enter><enter><up>
9363                  <type a wrapped sentence><go in the first line>
9364                  <insert more text><watch as line joining failed>)
9365
9366 2006-01-10 [paul]       1.9.100cvs133
9367
9368         * src/compose.c
9369                 don't report success in error dialog
9370                 thanks to Colin
9371         * src/common/utils.c
9372                 include some trailing punctuations as URI
9373                 thanks to Hiro
9374
9375 2006-01-10 [paul]       1.9.100cvs132
9376
9377         * src/mimeview.c
9378                 fix incompatible pointer type
9379                 warning
9380
9381 2006-01-10 [paul]       1.9.100cvs131
9382
9383         * src/compose.c
9384                 change Subject in window title
9385                 instantaneously
9386
9387 2006-01-09 [colin]      1.9.100cvs130
9388
9389         * src/addressbook.c
9390         * src/headerview.c
9391         * src/mainwindow.c
9392         * src/messageview.c
9393         * src/mimeview.c
9394         * src/noticeview.c
9395         * src/summaryview.c
9396                 Fix possible crashes on exit and in addressbook
9397
9398 2006-01-09 [paul]       1.9.100cvs129
9399
9400         * src/prefs_msg_colors.c
9401                 some cleanups that I forgot last time
9402
9403 2006-01-09 [paul]       1.9.100cvs128
9404
9405         * README
9406         * src/folderview.c
9407         * src/prefs_msg_colors.c
9408                 add previously hidden option, color_new, to
9409                 the gui
9410                 move the page to Display/
9411                 rework the gui
9412
9413 2006-01-09 [wwp]        1.9.100cvs127
9414
9415         * src/prefs_themes.c
9416                 made the prefs/display/themes layouts spacing less condensed
9417                 (and so they match other prefs/pages' look).
9418
9419 2006-01-09 [paul]       1.9.100cvs126
9420
9421         * src/compose.c
9422         * src/prefs_common.c
9423         * src/prefs_common.h
9424         * src/prefs_wrapping.c
9425                 remove 'wrap at send' option
9426
9427 2006-01-06 [colin]      1.9.100cvs125
9428
9429         * src/compose.c
9430                 Just make completely sure we don't insert "manual line breaks" 
9431                 when wrapping... 
9432
9433 2006-01-04 [paul]
9434
9435         * 2.0.0-rc3 released
9436
9437 2006-01-04 [paul]       1.9.100cvs124
9438
9439         * src/folderview.c
9440                 fix bug 882, 'quick scroll in folder list
9441                 displays wrong folder contents'
9442
9443 2006-01-04 [paul]       1.9.100cvs123
9444
9445         * src/plugins/pgpmime/pgpmime.c
9446                 better debug information when signing
9447                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
9448
9449 2006-01-03 [colin]      1.9.100cvs122
9450
9451         * configure.ac
9452                 We need to recheck for gpgme 1.0.0 after checking
9453                 for 1.1.1, because if 1.1.1 isn't available, 
9454                 GPGME_LIBS and friends are blanked out by the 
9455                 second check.
9456
9457 2006-01-03 [colin]      1.9.100cvs121
9458
9459         * src/common/prefs.c
9460                 Windows unlink-before rename fix
9461         * src/plugins/pgpcore/sgpgme.c
9462                 Add support for PKA info if available
9463                 Both patches by Werner Koch
9464
9465 2006-01-03 [paul]       1.9.100cvs120
9466
9467         * src/messageview.c
9468                 fix bug 884, 'Send receipt' button visible in queue
9469                 Thanks to Colin
9470
9471 2006-01-02 [colin]      1.9.100cvs119
9472
9473         * src/compose.c
9474         * src/imap.c
9475                 Fix autosave on IMAP and more generally try to
9476                 return the correct ID on a newly added IMAP message
9477
9478 2006-01-02 [paul]       1.9.100cvs118
9479
9480         * manual/keyboard.xml
9481                 edited
9482
9483 2006-01-01 [paul]       1.9.100cvs117
9484
9485         * src/gtk/authors.h
9486                 alphabetical order
9487
9488 2005-12-30 [colin]      1.9.100cvs116
9489
9490         * manual/advanced.xml
9491                 Explain Pre/Post-processing differences.
9492
9493 2005-12-30 [colin]      1.9.100cvs115
9494
9495         * src/mh.c
9496                 Implement copy_msgs for a little optimization
9497         * src/imap.c
9498                 Finish yesterday's fix
9499
9500 2005-12-29 [colin]      1.9.100cvs114
9501
9502         * src/imap.c
9503                 Fix occasional failure in fetching a mail over
9504                 IMAP
9505
9506 2005-12-29 [colin]      1.9.100cvs113
9507
9508         * src/compose.c
9509                 Don't remove a draft when sending it, if it is 
9510                 locked.
9511
9512 2005-12-28 [colin]      1.9.100cvs112
9513
9514         * src/summaryview.c
9515                 Fix leak for real
9516
9517 2005-12-28 [wwp]        1.9.100cvs111
9518
9519         * doc/faq/.cvsignore
9520         * doc/faq/de/.cvsignore
9521         * doc/faq/en/.cvsignore
9522         * doc/faq/es/.cvsignore
9523         * doc/faq/fr/.cvsignore
9524         * doc/faq/it/.cvsignore
9525         * doc/manual/.cvsignore
9526         * doc/manual/de/.cvsignore
9527         * doc/manual/en/.cvsignore
9528         * doc/manual/es/.cvsignore
9529         * doc/manual/fr/.cvsignore
9530         * doc/manual/ja/.cvsignore
9531         * src/plugins/mathml_viewer/.cvsignore
9532                 rollback revival of those files (my bad, sorry for the noise).
9533
9534 2005-12-28 [wwp]        1.9.100cvs110
9535
9536         * src/compose.c
9537                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
9538
9539 2005-12-28 [wwp]        1.9.100cvs109
9540
9541         * doc/faq/.cvsignore
9542         * doc/faq/de/.cvsignore
9543         * doc/faq/en/.cvsignore
9544         * doc/faq/es/.cvsignore
9545         * doc/faq/fr/.cvsignore
9546         * doc/faq/it/.cvsignore
9547         * doc/manual/.cvsignore
9548         * doc/manual/de/.cvsignore
9549         * doc/manual/en/.cvsignore
9550         * doc/manual/es/.cvsignore
9551         * doc/manual/fr/.cvsignore
9552         * doc/manual/ja/.cvsignore
9553         * src/plugins/mathml_viewer/.cvsignore
9554         * po/.cvsignore
9555                 more files to ignore.
9556
9557 2005-12-24 [colin]      1.9.100cvs108
9558
9559         * AUTHORS
9560         * src/gtk/authors.h
9561                 Update for Werner
9562
9563 2005-12-24 [colin]      1.9.100cvs107
9564
9565         * src/procmsg.c
9566                 Allow NULL src_msginfo in 
9567                 procmsg_msginfo_new_from_mimeinfo
9568
9569 2005-12-23 [paul]       1.9.100cvs106
9570
9571         * src/plugins/pgpinline/mypgpcore.def
9572                 add this forgotten file
9573
9574 2005-12-23 [colin]      1.9.100cvs105
9575
9576         * src/mainwindow.c
9577                 Fix missing break
9578
9579 2005-12-23 [colin]      1.9.100cvs104
9580
9581         * autogen.sh
9582         * src/folder.c
9583         * src/mh.c
9584         * src/common/plugin.c
9585         * src/common/socket.c
9586         * src/common/socket.h
9587         * src/common/utils.c
9588         * src/common/utils.h
9589         * src/gtk/pluginwindow.c
9590         * src/plugins/pgpcore/plugin.def
9591         * src/plugins/pgpcore/sylpheed.def
9592         * src/plugins/pgpinline/Makefile.am
9593         * src/plugins/pgpinline/plugin.def
9594         * src/plugins/pgpinline/sylpheed.def
9595         * src/plugins/pgpmime/plugin.def
9596         * src/plugins/pgpmime/sylpheed.def
9597                 Various w32 fixes by Werner Koch
9598
9599 2005-12-22 [paul]       1.9.100cvs103
9600
9601         * src/wizard.c
9602                 don't offer IMAP as 'server type' if
9603                 libetpan isn't built in
9604
9605 2005-12-22 [paul]       1.9.100cvs102
9606
9607         * AUTHORS
9608         * src/mainwindow.c
9609         * src/mainwindow.h
9610         * src/toolbar.c
9611         * src/gtk/authors.h
9612                 support GTK_TOOLBAR_BOTH_HORIZ (text
9613                 next to icon) Patch by Marien Zwart
9614                 marienz@users.sf.net
9615                 Also reword the text
9616
9617 2005-12-21 [colin]      1.9.100cvs101
9618
9619         * configure.ac
9620                 Fix DATADIRNAME
9621         * COPYING
9622                 Fix missing section and explicit the exception better
9623         * src/compose.c
9624                 Prevent mail from being lost without notice when an
9625                 SMTP error happens on trying to send an unmodified
9626                 drafted mail.
9627         * src/send_message.c
9628         * src/common/smtp.c
9629                 Fix password remembering when wrong, and add return
9630                 value checks where they should have been
9631         * src/plugins/pgpcore/sylpheed.def
9632         * src/plugins/pgpinline/sylpheed.def
9633         * src/plugins/pgpmime/sylpheed.def
9634                 Add a few symbols needed
9635
9636 2005-12-21 [paul]       1.9.100cvs100
9637
9638         * m4/codeset.m4
9639         * m4/glibc21.m4
9640         * m4/intdiv0.m4
9641         * m4/inttypes-pri.m4
9642         * m4/inttypes.m4
9643         * m4/inttypes_h.m4
9644         * m4/isc-posix.m4
9645         * m4/lcmessage.m4
9646         * m4/stdint_h.m4
9647         * m4/uintmax_t.m4
9648                 gettextization
9649                 thanks to Colin
9650
9651 2005-12-21 [paul]       1.9.100cvs99
9652
9653         * po/sv.po
9654                 fixed by Colin
9655
9656 2005-12-20 [paul]       1.9.100cvs98
9657
9658         * po/sv.po
9659                 updated by Anders Trobäck
9660
9661 2005-12-20 [colin]      1.9.100cvs97
9662
9663         * ABOUT-NLS
9664         * Makefile.am
9665         * autogen.sh
9666         * configure.ac
9667         * config/config.rpath
9668         * config/mkinstalldirs
9669         * m4/Makefile.am
9670         * m4/glibc2.m4
9671         * m4/gnupg.m4
9672         * m4/gpgme.m4
9673         * m4/intmax.m4
9674         * m4/longdouble.m4
9675         * m4/longlong.m4
9676         * m4/printf-posix.m4
9677         * m4/signed.m4
9678         * m4/size_max.m4
9679         * m4/ulonglong.m4
9680         * m4/wchar_t.m4
9681         * m4/wint_t.m4
9682         * m4/xsize.m4
9683         * po/Makefile.in.in
9684         * po/Makevars
9685         * po/bg.po
9686         * po/ca.po
9687         * po/cs.po
9688         * po/de.po
9689         * po/el.po
9690         * po/en_GB.po
9691         * po/es.po
9692         * po/fi.po
9693         * po/fr.po
9694         * po/hr.po
9695         * po/hu.po
9696         * po/it.po
9697         * po/ja.po
9698         * po/ko.po
9699         * po/nb.po
9700         * po/nl.po
9701         * po/pl.po
9702         * po/pt_BR.po
9703         * po/ru.po
9704         * po/sk.po
9705         * po/sr.po
9706         * po/stamp-po
9707         * po/sv.po
9708         * po/zh_CN.po
9709         * po/zh_TW.po
9710         * src/Makefile.am
9711         * src/codeconv.c
9712         * src/compose.c
9713         * src/exporthtml.c
9714         * src/exportldif.c
9715         * src/folder.c
9716         * src/main.c
9717         * src/manual.c
9718         * src/mh.c
9719         * src/mimeview.c
9720         * src/send_message.c
9721         * src/common/Makefile.am
9722         * src/common/fnmatch.c
9723         * src/common/fnmatch.h
9724         * src/common/fnmatch_loop.c
9725         * src/common/nntp.c
9726         * src/common/plugin.c
9727         * src/common/smtp.c
9728         * src/common/socket.c
9729         * src/common/string_match.c
9730         * src/common/sylpheed.c
9731         * src/common/utils.c
9732         * src/common/utils.h
9733         * src/common/w32_dirent.c
9734         * src/common/w32_reg.c
9735         * src/common/w32_signal.c
9736         * src/common/w32_stat.c
9737         * src/common/w32_stdio.c
9738         * src/common/w32_stdlib.c
9739         * src/common/w32_string.c
9740         * src/common/w32_time.c
9741         * src/common/w32_unistd.c
9742         * src/common/w32_wait.c
9743         * src/common/w32lib.h
9744         * src/etpan/Makefile.am
9745         * src/gtk/Makefile.am
9746         * src/plugins/clamav/Makefile.am
9747         * src/plugins/demo/Makefile.am
9748         * src/plugins/dillo_viewer/Makefile.am
9749         * src/plugins/pgpcore/Makefile.am
9750         * src/plugins/pgpcore/passphrase.c
9751         * src/plugins/pgpcore/plugin.def
9752         * src/plugins/pgpcore/sgpgme.c
9753         * src/plugins/pgpcore/sylpheed.def
9754         * src/plugins/pgpcore/version.rc
9755         * src/plugins/pgpinline/Makefile.am
9756         * src/plugins/pgpinline/plugin.def
9757         * src/plugins/pgpinline/sylpheed.def
9758         * src/plugins/pgpinline/version.rc
9759         * src/plugins/pgpmime/Makefile.am
9760         * src/plugins/pgpmime/mypgpcore.def
9761         * src/plugins/pgpmime/plugin.def
9762         * src/plugins/pgpmime/sylpheed.def
9763         * src/plugins/pgpmime/version.rc
9764         * src/plugins/spamassassin/Makefile.am
9765                 Very little ;-) patch from Werner Koch, providing
9766                 infrastructure for cross-compiling to Win32
9767
9768 2005-12-20 [paul]       1.9.100cvs96
9769
9770         * src/account.c
9771         * src/account.h
9772         * src/mainwindow.c
9773         * src/mainwindow.h
9774         * src/toolbar.c
9775         * src/toolbar.h
9776                 add a combo to the Get All button, allowing
9777                 quick retrieval from any account
9778                 Patch by Fabien Vantard, slightly modified
9779                 by Colin
9780         * src/gtk/about.c
9781                 i18n fix. Patch by Fabien Vantard
9782
9783 2005-12-19 [colin]      1.9.100cvs95
9784
9785         * src/compose.c
9786         * src/compose.h
9787                 Don't automatically join lines when they've 
9788                 been separated by the user and not automatically
9789
9790 2005-12-19 [paul]       1.9.100cvs94
9791
9792         * src/gtk/pluginwindow.c
9793                 i18n fix.
9794                 Patch by Fabien Vantard
9795
9796 2005-12-15 [paul]       1.9.100cvs93
9797
9798         * src/common/plugin.c
9799         * src/common/plugin.h
9800         * src/gtk/pluginwindow.c
9801         * src/plugins/clamav/clamav_plugin.c
9802         * src/plugins/demo/demo.c
9803         * src/plugins/dillo_viewer/dillo_viewer.c
9804         * src/plugins/pgpcore/plugin.c
9805         * src/plugins/pgpinline/plugin.c
9806         * src/plugins/pgpmime/plugin.c
9807         * src/plugins/spamassassin/spamassassin.c
9808         * src/plugins/trayicon/trayicon.c
9809                 add plugin_version()
9810
9811 2005-12-15 [colin]      1.9.100cvs92
9812
9813         * src/compose.c
9814                 Further fix bug #875
9815
9816 2005-12-15 [paul]       1.9.100cvs91
9817
9818         * src/gtk/filesel.c
9819                 fix attach_load_dir getting set to
9820                 PLUGINDIR on plugin load
9821
9822 2005-12-14 [mones]      1.9.100cvs90
9823
9824         * manual/ack.xml
9825         * manual/keyboard.xml
9826                 Initial draft and some shortcuts added
9827                 
9828         * po/es.po
9829                 Updated translation
9830
9831 2005-12-14 [colin]      1.9.100cvs89
9832
9833         * src/compose.c
9834         * src/imap.c
9835         * src/summaryview.c
9836         * src/gtk/gtkaspell.c
9837                 More leaks fixed
9838         * src/prefs_folder_item.c
9839                 Fix recursive prefs apply
9840
9841
9842 2005-12-14 [colin]      1.9.100cvs88
9843
9844         * src/compose.c
9845                 Fix bug #875 (Freeze On Inline Forward of 
9846                 Large Message)
9847
9848 2005-12-13 [colin]      1.9.100cvs87
9849
9850         * src/compose.c
9851                 Uniq-ify and sort the mimetypes list
9852                 Patch by Fabien Vantard
9853
9854 2005-12-13 [colin]      1.9.100cvs86
9855
9856         * src/imap.c
9857         * src/etpan/imap-thread.c
9858                 Fix leaks (patch by Hoa)
9859         * src/news.c
9860         * src/common/plugin.c
9861                 Fix leaks
9862
9863 2005-12-12 [colin]
9864
9865         * 2.0.0-rc2 released
9866
9867 2005-12-12 [colin]      1.9.100cvs85
9868
9869         * src/matcher.c
9870                 Fix a leak
9871
9872 2005-12-12 [wwp]        1.9.100cvs84
9873
9874         * src/gtk/icon_legend.c
9875                 fix misbehaviour and crash when closing the legend window
9876         using the Esc key (patch by Fabien Vantard).
9877
9878 2005-12-12 [paul]       1.9.100cvs83
9879
9880         * src/browseldap.c
9881         * src/foldersel.c
9882         * src/prefs_actions.c
9883         * src/prefs_filtering.c
9884         * src/prefs_matcher.c
9885         * src/prefs_spelling.glade      ** REMOVED **
9886         * src/prefs_template.c
9887         * src/gtk/foldersort.glade      ** REMOVED **
9888         * src/gtk/pluginwindow.c
9889         * src/gtk/pluginwindow.glade    ** REMOVED **
9890         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
9891                 cleanups
9892
9893 2005-12-11 [paul]       1.9.100cvs82
9894
9895         * src/gtk/filesel.c
9896                 fix attach_load_dir crasher (double free)
9897
9898 2005-12-09 [paul]       1.9.100cvs81
9899
9900         * po/POTFILES.in
9901         * src/mainwindow.c
9902         * src/gtk/Makefile.am
9903         * src/gtk/icon_legend.c
9904         * src/gtk/icon_legend.h
9905                 add icon legend
9906         * src/manual.c
9907                 cleanup
9908
9909 2005-12-09 [paul]       1.9.100cvs80
9910
9911         * src/plugins/pgpcore/passphrase.c
9912                 wrap the label in the dialog
9913
9914 2005-12-09 [colin]      1.9.100cvs79
9915
9916         * src/plugins/pgpcore/sgpgme.c
9917                 Display (untrusted) on not trusted signatures
9918                 Patch by Michal Èihaø <michal@cihar.com>
9919                 Closes bug #867 (Report also key trust)
9920
9921 2005-12-09 [colin]      1.9.100cvs78
9922
9923         * src/common/plugin.c
9924                 Update licence check, following Eben Moglen's advice
9925
9926 2005-12-08 [colin]      1.9.100cvs77
9927
9928         * src/folder.c
9929                 Fix the occasionnal item->cache != NULL 
9930                 assertion failure. 
9931
9932 2005-12-08 [colin]      1.9.100cvs76
9933
9934         * src/mimeview.c
9935         * src/plugins/pgpcore/sgpgme.c
9936                 Print key id when unable to check it
9937                 Closes bug #866 (Show key id when missing)
9938
9939 2005-12-08 [paul]       1.9.100cvs75
9940
9941         * src/prefs_common.c
9942         * src/prefs_common.h
9943         * src/gtk/filesel.c
9944                 remember load attachment dir
9945
9946 2005-12-07 [colin]      1.9.100cvs74
9947
9948         * src/prefs_toolbar.c
9949                 Gtk fixes, patch by Fabien Vantard
9950
9951 2005-12-07 [colin]      1.9.100cvs73
9952
9953         * src/action.c
9954         * src/compose.c
9955         * src/compose.h
9956                 Fix bug #839 (Quoted text isn't colored after 
9957                 executing an action)
9958         * src/common/plugin.c
9959                 Require plugins to declare their licence in plugin_licence()
9960                 Refuse to load non-GPL plugins as they'd be illegal (as 
9961                 derived works of Sylpheed-Claws, they must be GPL).
9962         * src/plugins/clamav/clamav_plugin.c
9963         * src/plugins/demo/demo.c
9964         * src/plugins/dillo_viewer/dillo_viewer.c
9965         * src/plugins/pgpcore/plugin.c
9966         * src/plugins/pgpinline/plugin.c
9967         * src/plugins/pgpmime/plugin.c
9968         * src/plugins/spamassassin/spamassassin.c
9969         * src/plugins/trayicon/trayicon.c
9970                 Add plugin_licence()
9971
9972 2005-12-07 [paul]       1.9.100cvs72
9973
9974         * configure.ac
9975         * src/mainwindow.c
9976         * src/manual.c
9977         * src/manual.h
9978         * src/common/defs.h
9979                 clean up after local FAQ removal and
9980                 temporary manual removal
9981
9982 2005-12-06 [colin]      1.9.100cvs71
9983
9984         * configure.ac
9985         * doc/Makefile.am
9986         * doc/faq/.cvsignore
9987         * doc/faq/Makefile.am
9988         * doc/faq/de/.cvsignore
9989         * doc/faq/de/Makefile.am
9990         * doc/faq/de/sylpheed-faq-1.html
9991         * doc/faq/de/sylpheed-faq-2.html
9992         * doc/faq/de/sylpheed-faq-3.html
9993         * doc/faq/de/sylpheed-faq.html
9994         * doc/faq/en/.cvsignore
9995         * doc/faq/en/Makefile.am
9996         * doc/faq/en/sylpheed-faq-1.html
9997         * doc/faq/en/sylpheed-faq-2.html
9998         * doc/faq/en/sylpheed-faq-3.html
9999         * doc/faq/en/sylpheed-faq-4.html
10000         * doc/faq/en/sylpheed-faq.html
10001         * doc/faq/es/.cvsignore
10002         * doc/faq/es/Makefile.am
10003         * doc/faq/es/sylpheed-faq-1.html
10004         * doc/faq/es/sylpheed-faq-2.html
10005         * doc/faq/es/sylpheed-faq-3.html
10006         * doc/faq/es/sylpheed-faq-4.html
10007         * doc/faq/es/sylpheed-faq.html
10008         * doc/faq/fr/.cvsignore
10009         * doc/faq/fr/Makefile.am
10010         * doc/faq/fr/sylpheed-faq-1.html
10011         * doc/faq/fr/sylpheed-faq-2.html
10012         * doc/faq/fr/sylpheed-faq-3.html
10013         * doc/faq/fr/sylpheed-faq.html
10014         * doc/faq/it/.cvsignore
10015         * doc/faq/it/Makefile.am
10016         * doc/faq/it/sylpheed-faq-1.html
10017         * doc/faq/it/sylpheed-faq-2.html
10018         * doc/faq/it/sylpheed-faq-3.html
10019         * doc/faq/it/sylpheed-faq.html
10020         * doc/manual/.cvsignore
10021         * doc/manual/Makefile.am
10022         * doc/manual/de/.cvsignore
10023         * doc/manual/de/Makefile.am
10024         * doc/manual/de/sylpheed-1.html
10025         * doc/manual/de/sylpheed-10.html
10026         * doc/manual/de/sylpheed-11.html
10027         * doc/manual/de/sylpheed-12.html
10028         * doc/manual/de/sylpheed-13.html
10029         * doc/manual/de/sylpheed-14.html
10030         * doc/manual/de/sylpheed-15.html
10031         * doc/manual/de/sylpheed-16.html
10032         * doc/manual/de/sylpheed-17.html
10033         * doc/manual/de/sylpheed-18.html
10034         * doc/manual/de/sylpheed-19.html
10035         * doc/manual/de/sylpheed-2.html
10036         * doc/manual/de/sylpheed-20.html
10037         * doc/manual/de/sylpheed-3.html
10038         * doc/manual/de/sylpheed-4.html
10039         * doc/manual/de/sylpheed-5.html
10040         * doc/manual/de/sylpheed-6.html
10041         * doc/manual/de/sylpheed-7.html
10042         * doc/manual/de/sylpheed-8.html
10043         * doc/manual/de/sylpheed-9.html
10044         * doc/manual/de/sylpheed.html
10045         * doc/manual/en/.cvsignore
10046         * doc/manual/en/Makefile.am
10047         * doc/manual/en/sylpheed-1.html
10048         * doc/manual/en/sylpheed-10.html
10049         * doc/manual/en/sylpheed-11.html
10050         * doc/manual/en/sylpheed-12.html
10051         * doc/manual/en/sylpheed-13.html
10052         * doc/manual/en/sylpheed-14.html
10053         * doc/manual/en/sylpheed-15.html
10054         * doc/manual/en/sylpheed-16.html
10055         * doc/manual/en/sylpheed-17.html
10056         * doc/manual/en/sylpheed-18.html
10057         * doc/manual/en/sylpheed-19.html
10058         * doc/manual/en/sylpheed-2.html
10059         * doc/manual/en/sylpheed-20.html
10060         * doc/manual/en/sylpheed-21.html
10061         * doc/manual/en/sylpheed-22.html
10062         * doc/manual/en/sylpheed-3.html
10063         * doc/manual/en/sylpheed-4.html
10064         * doc/manual/en/sylpheed-5.html
10065         * doc/manual/en/sylpheed-6.html
10066         * doc/manual/en/sylpheed-7.html
10067         * doc/manual/en/sylpheed-8.html
10068         * doc/manual/en/sylpheed-9.html
10069         * doc/manual/en/sylpheed.html
10070         * doc/manual/es/.cvsignore
10071         * doc/manual/es/Makefile.am
10072         * doc/manual/es/sylpheed-1.html
10073         * doc/manual/es/sylpheed-10.html
10074         * doc/manual/es/sylpheed-11.html
10075         * doc/manual/es/sylpheed-12.html
10076         * doc/manual/es/sylpheed-13.html
10077         * doc/manual/es/sylpheed-14.html
10078         * doc/manual/es/sylpheed-15.html
10079         * doc/manual/es/sylpheed-16.html
10080         * doc/manual/es/sylpheed-17.html
10081         * doc/manual/es/sylpheed-18.html
10082         * doc/manual/es/sylpheed-19.html
10083         * doc/manual/es/sylpheed-2.html
10084         * doc/manual/es/sylpheed-20.html
10085         * doc/manual/es/sylpheed-3.html
10086         * doc/manual/es/sylpheed-4.html
10087         * doc/manual/es/sylpheed-5.html
10088         * doc/manual/es/sylpheed-6.html
10089         * doc/manual/es/sylpheed-7.html
10090         * doc/manual/es/sylpheed-8.html
10091         * doc/manual/es/sylpheed-9.html
10092         * doc/manual/es/sylpheed.html
10093         * doc/manual/fr/.cvsignore
10094         * doc/manual/fr/Makefile.am
10095         * doc/manual/fr/sylpheed-1.html
10096         * doc/manual/fr/sylpheed-10.html
10097         * doc/manual/fr/sylpheed-11.html
10098         * doc/manual/fr/sylpheed-12.html
10099         * doc/manual/fr/sylpheed-13.html
10100         * doc/manual/fr/sylpheed-14.html
10101         * doc/manual/fr/sylpheed-15.html
10102         * doc/manual/fr/sylpheed-16.html
10103         * doc/manual/fr/sylpheed-17.html
10104         * doc/manual/fr/sylpheed-18.html
10105         * doc/manual/fr/sylpheed-19.html
10106         * doc/manual/fr/sylpheed-2.html
10107         * doc/manual/fr/sylpheed-20.html
10108         * doc/manual/fr/sylpheed-3.html
10109         * doc/manual/fr/sylpheed-4.html
10110         * doc/manual/fr/sylpheed-5.html
10111         * doc/manual/fr/sylpheed-6.html
10112         * doc/manual/fr/sylpheed-7.html
10113         * doc/manual/fr/sylpheed-8.html
10114         * doc/manual/fr/sylpheed-9.html
10115         * doc/manual/fr/sylpheed.html
10116         * doc/manual/ja/.cvsignore
10117         * doc/manual/ja/Makefile.am
10118         * doc/manual/ja/sylpheed-1.html
10119         * doc/manual/ja/sylpheed-10.html
10120         * doc/manual/ja/sylpheed-11.html
10121         * doc/manual/ja/sylpheed-12.html
10122         * doc/manual/ja/sylpheed-13.html
10123         * doc/manual/ja/sylpheed-14.html
10124         * doc/manual/ja/sylpheed-15.html
10125         * doc/manual/ja/sylpheed-16.html
10126         * doc/manual/ja/sylpheed-17.html
10127         * doc/manual/ja/sylpheed-18.html
10128         * doc/manual/ja/sylpheed-19.html
10129         * doc/manual/ja/sylpheed-2.html
10130         * doc/manual/ja/sylpheed-20.html
10131         * doc/manual/ja/sylpheed-3.html
10132         * doc/manual/ja/sylpheed-4.html
10133         * doc/manual/ja/sylpheed-5.html
10134         * doc/manual/ja/sylpheed-6.html
10135         * doc/manual/ja/sylpheed-7.html
10136         * doc/manual/ja/sylpheed-8.html
10137         * doc/manual/ja/sylpheed-9.html
10138         * doc/manual/ja/sylpheed.html
10139         * doc/manual/ja/sylpheed.sgml
10140         * src/mainwindow.c
10141                 Remove outdated manual and faq. Noisy, eh?
10142
10143 2005-12-06 [colin]      1.9.100cvs70
10144
10145         * src/compose.c
10146         * src/quote_fmt_parse.y
10147         * src/undo.c
10148         * src/undo.h
10149                 Allow %X to position cursor at 0 
10150                 (no %X = before signature)
10151                 Fix paste as quotation putting the cursor at 0
10152                 Fix undo offsets when pasting
10153                 Insert the quote_fmt at once instead of line 
10154                 by line
10155                 Fix [Edited] when starting to reply/forward
10156
10157 2005-12-06 [paul]       1.9.100cvs69
10158
10159         * src/plugins/clamav/clamav_plugin_gtk.c
10160                 add another tooltip
10161         * src/plugins/spamassassin/spamassassin_gtk.c
10162                 rework spamassassin_create_widget_func()
10163
10164 2005-12-05 [colin]      1.9.100cvs68
10165
10166         * po/POTFILES.in
10167                 Fix make release ;-)
10168
10169 2005-12-05 [colin]      1.9.100cvs67
10170
10171         * src/compose.c
10172         * src/compose.h
10173                 Fix cursor positioning (not obeying %X)
10174
10175 2005-12-05 [paul]       1.9.100cvs66
10176
10177         * src/plugins/dillo_viewer/dillo_prefs.c
10178                 fix compilation warning
10179
10180 2005-12-05 [paul]       1.9.100cvs65
10181
10182         * src/prefs_spelling.c
10183         * src/plugins/trayicon/trayicon.c
10184                 cleanups - remove unused stuff
10185
10186 2005-12-05 [paul]       1.9.100cvs64
10187
10188         * README
10189         * manual/plugins.xml
10190                 remove info about removed mathml_viewer plugin
10191
10192 2005-12-05 [paul]       1.9.100cvs63
10193
10194         * configure.ac
10195         * src/plugins/Makefile.am
10196         * src/plugins/mathml_viewer/.cvsignore
10197         * src/plugins/mathml_viewer/Makefile.am
10198         * src/plugins/mathml_viewer/mathml_viewer.c
10199                 remove unmaintained mathml_viewer plugin
10200
10201 2005-12-05 [paul]       1.9.100cvs62
10202
10203         * src/summaryview.c
10204                 obey prefs_common.always_show_msg when
10205                 moving a msg
10206                 Thanks to Colin
10207
10208 2005-12-05 [paul]       1.9.100cvs61
10209
10210         * src/compose.c
10211         * src/prefs_account.c
10212         * src/prefs_filtering.c
10213         * src/prefs_quote.c
10214         * src/prefs_spelling.c
10215         * src/prefs_toolbar.c
10216         * src/summaryview.c
10217         * src/gtk/gtkutils.c
10218         * src/gtk/quicksearch.c
10219         * src/plugins/dillo_viewer/dillo_prefs.c
10220                 dialog cleanups
10221
10222 2005-12-04 [paul]       1.9.100cvs60
10223
10224         * src/inc.c
10225         * src/prefs_account.c
10226         * src/prefs_account.h
10227                 allow a Local account to specify a
10228                 default inbox
10229                 (closes bug 843 'Inbox cannot be changed for local
10230                  mailboxes')
10231
10232 2005-12-04 [colin]      1.9.100cvs59
10233
10234         * src/plugins/trayicon/trayicon.c
10235                 Remove Get, rename Get All to Get Mail in order to
10236                 be consistent with the default main toolbar
10237
10238 2005-12-03 [colin]      1.9.100cvs58
10239
10240         * manual/gpl.xml
10241         * manual/sylpheed-claws-manual.xml
10242                 Add GPL appendix
10243
10244 2005-12-03 [paul]       1.9.100cvs57
10245
10246         * AUTHORS
10247         * po/sv.po
10248         * src/gtk/authors.h
10249                 new (partially complete) Swedish translation
10250                 by Anders Troback <sylpheed@troback.com>
10251
10252 2005-12-02 [paul]       1.9.100cvs56
10253
10254         * configure.ac
10255                 libetpan 0.41 required
10256
10257 2005-12-02 [paul]       1.9.100cvs55
10258
10259         * src/plugins/clamav/clamav_plugin.c
10260         * src/plugins/clamav/clamav_plugin.h
10261         * src/plugins/clamav/clamav_plugin_gtk.c
10262         * src/plugins/spamassassin/spamassassin.c
10263         * src/plugins/spamassassin/spamassassin.h
10264         * src/plugins/spamassassin/spamassassin_gtk.c
10265                 unregister prefs pages on unloading, thus
10266                 preventing a crash
10267                 (thanks to Colin for the hint)
10268
10269 2005-12-02 [wwp]        1.9.100cvs54
10270
10271         * src/quote_fmt.h
10272         * src/quote_fmt_parse.y
10273                 fix misuse of gboolean*, use gboolean instead
10274                 (thanks to Paul, Colin, for pointing out that scaring one)
10275
10276 2005-12-02 [paul]       1.9.100cvs53
10277
10278         * src/plugins/clamav/clamav_plugin.c
10279                 int no --> unsigned int no
10280         * src/plugins/clamav/clamav_plugin_gtk.c
10281                 rework config page
10282
10283 2005-12-02 [wwp]        1.9.100cvs52
10284
10285         * src/compose.c
10286         * src/prefs_template.c
10287         * src/quote_fmt.h
10288         * src/quote_fmt_parse.y
10289                 prevent from executing |f and |p templates commands when
10290                 adding or replacing templates in prefs (avoids annoying and
10291                 potentially dangerous behaviours)
10292
10293 2005-12-02 [paul]       1.9.100cvs51
10294
10295         * src/prefs_common.c
10296                 allow translation of some default values
10297                 Patch by Fabien Vantard
10298
10299 2005-12-02 [paul]       1.9.100cvs50
10300
10301         * src/codeconv.c
10302         * src/codeconv.h
10303         * src/prefs_common.c
10304         * src/prefs_common.h
10305         * src/prefs_message.c
10306         * src/textview.c
10307                 remove obsolete 'convert_mb_alnum' option
10308                 and related stuff
10309         * src/gtk/about.c
10310                 remove unused 'about_textview_visibility_notify'
10311
10312 2005-12-02 [paul]       1.9.100cvs49
10313
10314         * src/prefs_account.c
10315         * src/prefs_compose_writing.c
10316         * src/prefs_fonts.c
10317         * src/prefs_gtk.h
10318         * src/prefs_image_viewer.c
10319         * src/prefs_message.c
10320         * src/prefs_other.c
10321         * src/prefs_receive.c
10322         * src/prefs_send.c
10323         * src/prefs_spelling.c
10324         * src/prefs_summaries.c
10325         * src/prefs_wrapping.c
10326         * src/plugins/dillo_viewer/dillo_prefs.c
10327         * src/plugins/pgpcore/prefs_gpg.c
10328                 several cleanups to the prefs dialogs
10329                 (slightly modified) patch by Fabien Vantard
10330
10331 2005-12-02 [paul]       1.9.100cvs48
10332
10333         * src/main.c
10334                 --exit means exit
10335         * src/send_message.c
10336                 fix crash on send when connection fails
10337
10338         Thanks to Colin
10339
10340 2005-12-01 [colin]      1.9.100cvs47
10341
10342         * src/html.c
10343                 Translate &hellip; to "..."
10344
10345 2005-11-30 [colin]      1.9.100cvs46
10346
10347         * src/matcher.c
10348         * src/matcher.h
10349                 Optimize back yesterday's fix.
10350
10351 2005-11-30 [paul]       1.9.100cvs45
10352
10353         * manual/faq.xml
10354                 standardised
10355         * manual/intro.xml
10356                 written by Colin, edited by me
10357
10358 2005-11-29 [colin]      1.9.100cvs44
10359
10360         * src/matcher.c
10361                 Skip headers unconditionnaly in match_body if the
10362                 rule is not message or ~message
10363
10364 2005-11-29 [colin]      1.9.100cvs43
10365
10366         * src/matcher.c
10367                 Fix body_part and such, not skipping headers 
10368                 if the matchcriteria wasn't the first in the rule
10369
10370 2005-11-29 [colin]      1.9.100cvs42
10371
10372         * src/compose.c
10373                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
10374                 option missing from message view window)
10375                 Fix double text D'n'D with gtk-2.8
10376         * src/matcher.c
10377                 Fix ~message, ~headers_part, ~body_part rules
10378         * src/messageview.c
10379                 Add Windows-1252 (Closes bug #863)
10380                 Fix accels
10381         * src/gtk/gtkaspell.c
10382                 Properly destroy accels in all menus
10383
10384 2005-11-29 [mones]      1.9.100cvs41
10385
10386         * po/es.po
10387                 Updated.
10388
10389 2005-11-27 [colin]      1.9.100cvs40
10390
10391         * src/mh_gtk.c
10392                 "/Remove mailbox" -> "/Remove mailbox..."
10393
10394 2005-11-27 [paul]       1.9.100cvs39
10395
10396         * AUTHORS
10397         * po/de.po
10398         * src/gtk/authors.h
10399                 updated by new maintainer, Stephan Sachse
10400
10401 2005-11-27 [paul]       1.9.100cvs38
10402
10403         * manual/faq.xml
10404                 written by Colin, edited by me
10405
10406 2005-11-27 [paul]       1.9.100cvs37
10407
10408         * src/prefs_common.c
10409         * src/prefs_common.h
10410         * src/prefs_receive.c
10411         * src/prefs_summaries.c
10412                 move 'go to inbox after receiving new mail'
10413                 option from display/sumamaries to mail
10414                 handling/receive, and rework prefs_summaries
10415                 dialog a little
10416
10417 2005-11-25 [martin]     1.9.100cvs36
10418
10419         * po/de.po
10420             fixed windows-1252 translation;
10421             translated some new and fuzzy strings
10422
10423 2005-11-25 [paul]       1.9.100cvs35
10424
10425         * src/plugins/clamav/clamav_plugin.c
10426                 complete the update done in cvs34
10427
10428 2005-11-25 [paul]       1.9.100cvs34
10429
10430         * src/plugins/clamav/clamav_plugin.c
10431                 reflect upstream changes
10432
10433 2005-11-25 [paul]       1.9.100cvs33
10434
10435         * manual/ack.xml
10436         * manual/plugins.xml
10437         * manual/sylpheed-claws-manual.xml
10438                 written/updated by Colin, edited by me
10439         * tools/acroread2sylpheed.pl
10440                 update binary name
10441
10442 2005-11-24 [colin]      1.9.100cvs32
10443
10444         * src/compose.c
10445                 Fix bug #856 (reediting messages forgets Request
10446                 Return Receipt)
10447
10448 2005-11-24 [paul]       1.9.100cvs31
10449
10450         * manual/addrbook.xml
10451         * manual/starting.xml
10452                 written by Colin, proofread, edited, adapted by me
10453         * manual/advanced.xml
10454                 add some Actions examples
10455         * src/importldif.c
10456                 use a Save button instead of a Close button
10457         * src/wizard.c
10458                 indicate mandatory fields
10459                 fix page display
10460                 Thanks to Colin
10461
10462 2005-11-23 [colin]      1.9.100cvs30
10463
10464         * src/addressbook.c
10465                 Rename menu item, fix possible crash after
10466                 deletion of books
10467         * src/addrindex.c
10468                 Allow searching for '*' in ldap
10469         * src/browseldap.c
10470                 Fix "Browse Entry" (did anyone use it?)
10471         * src/wizard.c
10472                 Add guards for mandatory information
10473
10474 2005-11-23 [paul]       1.9.100cvs29
10475
10476         * manual/advanced.xml
10477                 corrections to the English
10478
10479 2005-11-23 [colin]      1.9.100cvs28
10480
10481         * src/mimeview.c
10482                 Fix possible crash at exit. After the call to
10483                 gtk_container_remove(), the Viewer's widget has no
10484                 more parent so gtk+ automatically frees it and its
10485                 sons. If destroy_viewer() then try to access it,
10486                 problems ensue.
10487
10488 2005-11-22 [colin]      1.9.100cvs27
10489
10490         * src/compose.c
10491         * src/gtk/gtkaspell.c
10492                 Fix right-clicking on a misspelled word
10493                 Fix More... in suggestions menu
10494
10495 2005-11-22 [wwp]        1.9.100cvs26
10496
10497         * src/prefs_template.c
10498                 templates works: re-sort templates list when adding or replacing,
10499                 prevent from adding or replacing when the template name is empty
10500
10501 2005-11-21 [colin]      1.9.100cvs25
10502
10503         * src/addressbook.c
10504                 Fix some addressbook suckage (dnd, select all)
10505         * src/compose.c
10506         * src/gtk/gtkaspell.c
10507         * src/gtk/gtkaspell.h
10508                 Make the spellchecker menu work with the 
10509                 GtkTextView one instead of overriding it
10510
10511 2005-11-20 [paul]       1.9.100cvs24
10512
10513         * manual/handling.xml
10514                 proofread and corrected
10515
10516 2005-11-20 [paul]       1.9.100cvs23
10517
10518         * manual/Makefile
10519                 generate html as one file
10520         * manual/advanced.xml
10521                 fix output generation
10522                 reformat hidden options list
10523         * manual/manual.xml     ** REMOVED **
10524         * manual/sylpheed-claws-manual.xml      ** ADDED **
10525                 renamed
10526
10527 2005-11-18 [colin]      1.9.100cvs22
10528
10529         * src/prefs_account.c
10530                 Fix layout in news and mbox accounts
10531         * manual/account.xml
10532         * manual/advanced.xml
10533                 New contents for Paul to check :)
10534
10535 2005-11-18 [wwp]        1.9.100cvs21
10536
10537         * src/gtk/quicksearch.c
10538                 don't update extended quicksearch buttons twice
10539
10540 2005-11-18 [paul]       1.9.100cvs20
10541
10542         * src/textview.c
10543                 complete 1.9.100cvs19
10544
10545 2005-11-18 [paul]       1.9.100cvs19
10546
10547         * src/compose.c
10548                 cosmetic improvements
10549         * src/textview.c
10550                 also list text/* attachments
10551
10552 2005-11-18 [colin]      1.9.100cvs18
10553
10554         * src/summaryview.c
10555                 Use column 0 instead of -1 in 
10556                 gtk_ctree_node_moveto, in a naive
10557                 hope it'll fix the gtk-related crashes
10558
10559 2005-11-18 [colin]      1.9.100cvs17
10560
10561         * src/gtk/inputdialog.c
10562                 Fix icon staying the first one
10563
10564 2005-11-17 [wwp]        1.9.100cvs16
10565                 fix possible problem showing some quicksearch buttons, and a bad
10566                 call to g_return_if_fail in a function that returns a value (both
10567                 fixes by Fabien Vantard)
10568
10569 2005-11-15 [wwp]        1.9.100cvs15
10570
10571         * src/gtk/quicksearch.c
10572                 added a tooltip to that obscure ... quicksearch button
10573
10574 2005-11-15 [wwp]        1.9.100cvs14
10575
10576         * src/gtk/quicksearch.c
10577                 add a quicksearch helper to filtering expression users: the ... button
10578                 raises the condition expr window. condition expressions set up w/ this
10579                 window are used by the quicksearch if the user closes it pressing OK.
10580
10581 2005-11-14 [paul]       1.9.100cvs13
10582
10583         * src/plugins/clamav/clamav_plugin.c
10584         * src/plugins/spamassassin/spamassassin.c
10585                 change plugin type following recent merging
10586
10587 2005-11-14 [wwp]        1.9.100cvs12
10588
10589         * src/folder.c
10590                 prevent from crashing when copying/moving message(s) from and
10591                 to the same folder
10592
10593 2005-11-14 [paul]       1.9.100cvs11
10594
10595         * src/plugins/clamav/Makefile.am
10596         * src/plugins/clamav/clamav_plugin.c
10597         * src/plugins/clamav/clamav_plugin.h
10598         * src/plugins/clamav/clamav_plugin_gtk.c
10599                 also merge clamav and clamav_gtk plugins
10600
10601 2005-11-13 [colin]      1.9.100cvs10
10602
10603         * configure.ac
10604         * src/plugins/spamassassin/Makefile.am
10605         * src/plugins/spamassassin/spamassassin.c
10606         * src/plugins/spamassassin/spamassassin.h
10607         * src/plugins/spamassassin/spamassassin_gtk.c
10608                 Merge spamassassin and spamassassin_gtk plugins,
10609                 and build it by default.
10610
10611 2005-11-12 [colin]      1.9.100cvs9
10612
10613         * src/etpan/imap-thread.c
10614                 Fix gcc warning
10615
10616 2005-11-12 [colin]      1.9.100cvs8
10617
10618         * src/procmime.c
10619                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
10620
10621 2005-11-10 [colin]      1.9.100cvs7
10622
10623         * src/main.c
10624                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
10625                 minimised state)
10626
10627 2005-11-10 [wwp]        1.9.100cvs6
10628
10629         * src/gtk/description_window.c
10630                 fix a crash when closing description windows using the WM's [X] button
10631
10632 2005-11-09 [colin]      1.9.100cvs5
10633
10634         * src/common/ssl.c
10635                 Update libetpan call to follow upstream
10636                 (yes, this requires libetpan-0.40cvs3)
10637
10638 2005-11-08 [colin]      1.9.100cvs4
10639
10640         * src/compose.c
10641         * src/textview.c
10642         * src/common/utils.c
10643         * src/common/utils.h
10644                 Enhance the email parser
10645
10646 2005-11-08 [colin]      1.9.100cvs3
10647
10648         * src/procmime.c
10649                 Fix what looks like an off-by-one (fixes 
10650                 attachments from the Bat)
10651
10652 2005-11-08 [wwp]        1.9.100cvs2
10653
10654         * src/main.c
10655                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
10656
10657 2005-11-08 [wwp]        1.9.100cvs1
10658
10659         * src/main.c
10660                 allow exiting Sylpheed-Claws from command-line
10661
10662 2005-11-08 [paul]       1.9.100
10663
10664         1.9.100 released
10665
10666 2005-11-07 [colin]      1.9.99cvs17
10667
10668         * src/addritem.c
10669         * src/ldif.c
10670                 Fix import of base-64 encoded items
10671
10672 2005-11-07 [colin]      1.9.99cvs16
10673
10674         * src/send_message.c
10675                 Fix bug #314 (Queue does not empty under certain 
10676                 circumstances)
10677
10678 2005-11-07 [paul]       1.9.99cvs15
10679
10680         * src/mutt.c
10681         * src/pine.c
10682                 fix buffer overflows
10683                 Thanks to Colin
10684
10685 2005-11-07 [paul]       1.9.99cvs14
10686
10687         * doc/man/Makefile.am
10688         * doc/man/sylpheed-claws.1      ** ADDED **
10689         * doc/man/sylpheed.1            ** DELETED **
10690                 rename and update the man file
10691
10692 2005-11-06 [colin]      1.9.99cvs13
10693
10694         * src/ldif.c
10695                 Fix ldif_get_line() that returned empty strings
10696                 (Didn't understand why). Also fix a possible
10697                 buffer overflow.
10698
10699 2005-11-06 [wwp]        1.9.99cvs12
10700
10701         * src/textview.c
10702         * src/gtk/about.c
10703         * src/gtk/gtkutils.c
10704         * src/gtk/gtkutils.h
10705                 fix a compilation warning,
10706                 make links sensitive in the about dialog
10707
10708 2005-11-04 [wwp]        1.9.99cvs11
10709
10710         * src/gtk/about.c
10711                 don't wrap or translate URIs, and a bit text format cleanup
10712
10713 2005-11-04 [wwp]        1.9.99cvs10
10714
10715         * src/gtk/about.c
10716                 better textview tagging implementation (no more use of marks for
10717                 postponed tagging)
10718
10719 2005-11-02 [colin]      1.9.99cvs9
10720
10721         * src/common/ssl.c
10722                 Forgot an ifdef
10723
10724 2005-11-02 [colin]      1.9.99cvs8
10725
10726         * configure.ac
10727                 Require libetpan-0.40 due to upstream fix
10728         * src/common/ssl.c
10729                 Tell libetpan not to call SSL_Library_Init,
10730                 as we do it ourselves.
10731
10732 2005-11-02 [colin]      1.9.99cvs7
10733
10734         * po/POTFILES.in
10735                 Add missing files (thanks to Fabien Vantard)
10736
10737 2005-11-02 [colin]      1.9.99cvs6
10738
10739         * src/summaryview.c
10740                 Fix totals when read messages are hidden or quicksearch
10741                 is on
10742         * src/ssl_manager.c
10743         * src/ssl_manager.h
10744         * src/common/ssl_certificate.c
10745         * src/common/ssl_certificate.h
10746         * src/gtk/sslcertwindow.c
10747         * src/gtk/sslcertwindow.h
10748                 Fix copyright on my stuff
10749
10750 2005-11-02 [wwp]        1.9.99cvs5
10751
10752         * src/prefs_themes.c
10753                 fix directory name checking (theme installation/removal),
10754                 made related error a bit more verbose
10755
10756 2005-11-02 [colin]      1.9.99cvs4
10757
10758         * src/summaryview.c
10759                 Fix typo (probably fixes bug #841 (Sort by the From 
10760                 field doesn't work)
10761
10762 2005-11-02 [paul]       1.9.99cvs3
10763
10764         * po/ko.po
10765         * po/nb.po
10766                 updated by SungHyun Nam, Geir Helland
10767         * src/wizard.c
10768                 fix typo in welcome message. spotted by
10769                 Andrea Spadaccini
10770
10771 2005-11-01 [colin]      1.9.99cvs2
10772
10773         * src/compose.c
10774                 Fix replying to ml wen confirming subscription
10775         * src/messageview.c
10776         * src/mimeview.c
10777         * src/mimeview.h
10778         * src/privacy.h
10779         * src/summaryview.c
10780                 Make key check non blocking
10781
10782 2005-10-31 [paul]       1.9.99cvs1
10783
10784         * tools/claws.i18n.status.pl
10785                 updated for ChangeLog
10786
10787 2005-10-31 [paul]       1.9.99
10788
10789         1.9.99 released
10790
10791 2005-10-31 [paul]       1.9.15cvs131
10792
10793         * .cvsignore
10794         * ChangeLog
10795         * ChangeLog.claws       ** REMOVED **
10796         * ChangeLog-gtk2.claws  ** REMOVED **
10797         * ChangeLog.gtk1        ** ADDED **
10798         * INSTALL
10799         * Makefile.am
10800         * NEWS
10801         * README
10802         * README.claws          ** REMOVED **
10803         * README.jp             ** REMOVED **
10804         * RELEASE_NOTES         ** ADDED **
10805         * RELEASE_NOTES.claws   ** REMOVED **
10806         * commitHelper
10807         * configure.ac
10808         * sylpheed.spec.in      ** REMOVED **
10809                 tidy up and update the default docs:
10810                 ChangeLog.claws is renamed ChangeLog.gtk1
10811                 ChangeLog-gtk2.claws is renamed ChangeLog
10812                 README.claws is renamed README
10813                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
10814
10815 2005-10-31 [paul]       1.9.15cvs130
10816
10817         * po/it.po
10818                 fix errors
10819
10820 2005-10-31 [paul]       1.9.15cvs129
10821
10822         * po/ca.po
10823         * po/de.po
10824         * po/en_GB.po
10825         * po/fr.po
10826         * po/it.po
10827         * po/pt_BR.po
10828         * po/sk.po
10829         * po/sr.po
10830         * po/zh_CN.po
10831                 updated by Miquel Oliete, Stephan Sachse and
10832                 Thomas Gilgin, me, Fabien Vantard, Andrea
10833                 Spadaccini, Frederico Goncalves Guimaraes,
10834                 Andrej Kacian, Aleksandar Urosevic, and
10835                 Ralgh Young.
10836
10837 2005-10-31 [mones]      1.9.15cvs128
10838
10839         * manual/faq.xml
10840                 More questions.
10841         
10842         * po/es.po
10843                 Updated for release.
10844
10845 2005-10-30 [colin]      1.9.15cvs127
10846
10847         * src/compose.c
10848                 Place cursor before rewrapping (fixes cursor
10849                 pos if quotation gets rewrapped)
10850
10851 2005-10-29 [paul]       1.9.15cvs126
10852
10853         * src/crash.c
10854         * src/foldersel.c
10855         * src/main.c
10856         * src/messageview.c
10857         * src/toolbar.c
10858         * src/gtk/authors.h
10859                 corrections to text items
10860
10861 2005-10-28 [colin]      1.9.15cvs125
10862
10863         * src/messageview.c
10864                 Make "hit 'C' to check sig" work from extern 
10865                 messageviews
10866
10867 2005-10-27 [colin]      1.9.15cvs124
10868
10869         * src/summaryview.c
10870                 Add a hack to avoid segfaulting when hammering 
10871                 on gtk's events
10872
10873 2005-10-27 [wwp]        1.9.15cvs123
10874
10875         * src/prefs_themes.c
10876                 sort list of themes names in themes prefs
10877
10878 2005-10-27 [paul]       1.9.15cvs122
10879
10880         * src/folder.c
10881         * src/prefs_account.c
10882                 fix building on Solaris
10883                 Patch by Alex Moore
10884
10885 2005-10-27 [wwp]        1.9.15cvs121
10886
10887         * src/summaryview.c
10888         * src/gtk/gtksctree.c
10889                 speed up unselecting messages in summary view (thanks to Colin)
10890
10891 2005-10-27 [paul]       1.9.15cvs120
10892
10893         * src/mainwindow.c
10894                 fix a compilation warning
10895         * src/summaryview.c
10896                 fix updating of 'n items selected' count
10897                 when deselecting
10898
10899 2005-10-27 [martin]     1.9.15cvs119
10900
10901         * src/action.c
10902                 ignore actions with a leading '/' in the action menu name
10903                 fixes a crash on menu creation
10904         * src/prefs_actions.c
10905                 do not allow a leading '/' in the action menu name
10906
10907 2005-10-27 [paul]       1.9.15cvs118
10908
10909         * src/main.c
10910                 fix compilation warning
10911
10912 2005-10-27 [paul]       1.9.15cvs117
10913
10914         * src/procmime.c
10915                 add #if HAVE_LOCALE_H
10916
10917 2005-10-27 [paul]       1.9.15cvs116
10918
10919         * src/plugins/clamav/clamav_plugin.c
10920         * src/plugins/dillo_viewer/dillo_viewer.c
10921         * src/plugins/mathml_viewer/mathml_viewer.c
10922         * src/plugins/pgpcore/plugin.c
10923         * src/plugins/pgpinline/plugin.c
10924         * src/plugins/pgpmime/plugin.c
10925         * src/plugins/spamassassin/spamassassin.c
10926         * src/plugins/trayicon/trayicon.c
10927                 plugin_init() : make error messages more
10928                 informative
10929
10930 2005-10-26 [wwp]        1.9.15cvs115
10931
10932         * src/prefs_matcher.c
10933                 enlarge boolean op widget width a bit (wasn't always showing text contents)
10934
10935 2005-10-26 [wwp]        1.9.15cvs114
10936
10937         * src/procmime.c
10938         * src/gtk/gtksctree.c
10939         * src/plugins/spamassassin/libspamc.c
10940         * src/plugins/spamassassin/spamassassin.c
10941                 fix some compilation warnings more
10942
10943 2005-10-26 [mones]      1.9.15cvs113
10944
10945         * po/es.po
10946                 Updated translation
10947
10948 2005-10-26 [paul]       1.9.15cvs112
10949
10950         * src/prefs_message.c
10951                 give all display_xface stuff the
10952                 #if HAVE_LIBCOMPFACE treatment, thus
10953                 preventing a crash
10954                 (Thanks to Wolfgang Enderlein)
10955
10956 2005-10-26 [colin]      1.9.15cvs111
10957
10958         * src/gedit-print.c
10959                 Fix date format
10960         * src/imap_gtk.c
10961         * src/news_gtk.c
10962                 Remove context menu items that should not be there
10963         * src/jpilot.c
10964                 Fix encoding
10965         * src/main.c
10966         * src/mainwindow.c
10967                 Don't show the mainwindow too soon
10968
10969 2005-10-26 [wwp]        1.9.15cvs110
10970
10971         * src/folder.c
10972         * src/manual.c
10973         * src/summaryview.c
10974                 fix uninitialized pointers in the folder updating hook
10975                 (thanks to Colin)
10976
10977 2005-10-25 [mones]      1.9.15cvs109
10978
10979         * manual/faq.xml
10980                 General information subsection completed. 
10981                 Removed archaic references.
10982                 
10983         * manual/Makefile
10984         * manual/dtd/manual.dsl
10985                 Added customization stylesheet for getting paragraphs
10986                 fully justified in PDF output (as suggested by Colin).
10987
10988 2005-10-25 [colin]      1.9.15cvs108
10989
10990         * src/compose.c
10991                 Fix a second leak
10992
10993 2005-10-25 [colin]      1.9.15cvs107
10994
10995         * src/addrbook.c
10996         * src/addrindex.c
10997                 Fix leak (xml_get_element() allocates memory)
10998         * src/compose.c
10999                 Fix leak + dead code (shame!)
11000         * src/procmime.c
11001                 Fix leak
11002
11003 2005-10-25 [colin]      1.9.15cvs106
11004
11005         * src/mimeview.c
11006                 Fix encoding issue in Save all and in 
11007                 overwrite-confirmation alertpanel
11008
11009 2005-10-25 [colin]      1.9.15cvs105
11010
11011         * src/common/socket.c
11012                 Fix a leak - Thanks to Christopher Aillon
11013                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
11014
11015 2005-10-25 [paul]       1.9.15cvs104
11016
11017         * src/wizard.c
11018                 Always guess servers from the right-hand
11019                 email part and guess username from the
11020                 left-hand part. (Thanks to Colin)
11021                 add an X-Face to the welcome message
11022
11023 2005-10-25 [paul]       1.9.15cvs103
11024
11025         * manual/handling.xml
11026                 written by Colin, edited by me
11027
11028 2005-10-25 [wwp]        1.9.15cvs102
11029
11030         * src/folderview.c
11031         * src/grouplistdialog.c
11032         * src/imap.c
11033         * src/noticeview.c
11034                 fix some compilation warnings
11035
11036 2005-10-24 [paul]
11037
11038         1.9.99-rc3 released
11039
11040 2005-10-24 [paul]       1.9.15cvs101
11041
11042         * src/gtk/about.c
11043                 fix window sizing
11044
11045 2005-10-24 [paul]       1.9.15cvs100
11046
11047         * src/pixmaps/offline.xpm
11048         * src/pixmaps/online.xpm
11049                 replace with last default versions
11050
11051 2005-10-24 [colin]      1.9.15cvs99
11052
11053         * src/imap.c
11054                 Fix bug when moving a folder
11055         * src/imap_gtk.c
11056         * src/mh_gtk.c
11057                 "Delete folder" pops up a window, so it 
11058                 should be suffixed with "..."
11059         * src/plugins/pgpcore/sgpgme.c
11060                 Include locale.h
11061
11062 2005-10-24 [mones]      1.9.15cvs98
11063
11064         * manual/Makefile
11065         * manual/account.xml
11066         * manual/ack.xml
11067         * manual/addrbook.xml
11068         * manual/advanced.xml
11069         * manual/faq.xml
11070         * manual/glossary.xml
11071         * manual/gpl.xml
11072         * manual/handling.xml
11073         * manual/intro.xml
11074         * manual/keyboard.xml
11075         * manual/manual.xml
11076         * manual/plugins.xml
11077         * manual/starting.xml
11078         * manual/dtd/sdocbook.dtd
11079                 Initial manual structure and some content.
11080
11081 2005-10-23 [wwp]        1.9.15cvs97
11082
11083         * src/gtk/about.c
11084                 fix a typo
11085
11086 2005-10-23 [wwp]        1.9.15cvs96
11087
11088         * src/gtk/about.c
11089         * src/gtk/authors.h
11090                 rework of the about window (main work by Paul), also featuring a few
11091                 fixes for typos and duplicate names
11092
11093 2005-10-23 [wwp]        1.9.15cvs95
11094
11095         * src/.cvsignore
11096                 Ignore the right binary name (sylpheed-claws now)
11097
11098 2005-10-23 [paul]       1.9.15cvs94
11099
11100         * src/compose.c
11101                 when using Folder Pref 'Default To for
11102                 replies' make the entry in the Compose
11103                 window bold
11104                 Patch by Fabien Vantard
11105
11106 2005-10-22 [colin]      1.9.15cvs93
11107
11108         * src/codeconv.c
11109                 Fix leak
11110
11111 2005-10-22 [colin]      1.9.15cvs92
11112
11113         * src/codeconv.c
11114                 try to convert using locale (apart utf8) if necessary
11115
11116 2005-10-22 [colin]      1.9.15cvs91
11117
11118         * src/pixmaps/new.xpm
11119         * src/pixmaps/unread.xpm
11120                 Make the unread envelope blue again and
11121                 saturate the new one a bit more.
11122
11123 2005-10-22 [colin]      1.9.15cvs90
11124
11125         * src/compose.c
11126                 When replying to a mail sent by one of our accounts,
11127                 use the original list of recipients. Let 'Reply All'
11128                 and 'Reply to sender' work like previously.
11129
11130 2005-10-21 [colin]      1.9.15cvs89
11131
11132         * src/prefs_filtering.c
11133                 Clear fields after add and replace
11134         * src/textview.c
11135                 Display xface differently (better)
11136         * src/plugins/pgpinline/pgpinline.c
11137                 Fix crappy encodings/recodings
11138
11139 2005-10-21 [paul]       1.9.15cvs88
11140
11141         * src/compose.c
11142         * src/prefs_folder_item.c
11143         * src/toolbar.c
11144                 fix news folder Folder Properties
11145                 (thanks to Colin)
11146         * src/folderview.c
11147                 update folderview after Themes change
11148                 keep selected folder selected
11149                 (thanks to Colin)
11150
11151 2005-10-21 [paul]       1.9.15cvs87
11152
11153         * tools/Makefile.am
11154         * tools/OOo2sylpheed.pl
11155         * tools/README
11156         * tools/README.sylprint
11157         * tools/asus_mailled.sh         ** REMOVED **
11158         * tools/filter_conv.pl
11159         * tools/freshmeat_search.pl
11160         * tools/google_search.pl
11161         * tools/gpg-sign-syl            ** REMOVED **
11162         * tools/kmail2sylpheed.pl
11163         * tools/kmail2sylpheed_v2.pl
11164         * tools/multiwebsearch.pl
11165         * tools/nautilus2sylpheed.sh
11166         * tools/newscache_clean.pl
11167         * tools/outlook2sylpheed.pl
11168         * tools/sylpheed-switcher       ** REMOVED **
11169         * tools/sylprint.pl
11170         * tools/sylprint.rc
11171         * tools/tb2sylpheed
11172         * tools/vcard2xml.py
11173         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11174                 update default config dir
11175                 update binary name (thanks to Fabien Vantard)
11176                 remove obsolete scripts
11177
11178 2005-10-21 [colin]      1.9.15cvs86
11179
11180         * src/inc.c
11181                 Fix possible leak and units. Based on a patch by
11182                 Fabien Vantard.
11183
11184 2005-10-20 [colin]      1.9.15cvs85
11185
11186         * src/textview.c
11187                 Clear xface when clearing textview
11188
11189 2005-10-20 [colin]      1.9.15cvs84
11190
11191         * configure.ac
11192         * src/folderview.c
11193         * src/headerview.c
11194         * src/main.c
11195         * src/prefs_common.c
11196         * src/prefs_common.h
11197         * src/prefs_message.c
11198         * src/textview.c
11199         * src/textview.h
11200         * src/common/defs.h
11201         * src/common/utils.c
11202         * src/common/utils.h
11203         * src/gtk/gtkutils.c
11204         * src/gtk/gtkutils.h
11205                 Migrate config to .sylpheed-claws (Automatically)
11206                 Add a way to get the Xface in the TextView
11207
11208 2005-10-20 [colin]      1.9.15cvs83
11209
11210         * src/gtk/Makefile.am
11211         * src/gtk/about.c
11212         * src/gtk/authors.h
11213                 Make the about dialog *grooovy*
11214
11215 2005-10-20 [colin]      1.9.15cvs82
11216
11217         * src/mimeview.c
11218                 Use "Open with" on double click if no command
11219                 was found
11220
11221 2005-10-20 [colin]      1.9.15cvs81
11222
11223         * src/imap.c
11224         * src/etpan/imap-thread.c
11225                 Fix possible crash.
11226
11227 2005-10-20 [paul]       1.9.15cvs80
11228
11229         * src/folder.c
11230                 don't show clipkey icon if the only
11231                 attachment is the signature
11232                 Patch by Colin
11233
11234 2005-10-20 [paul]       1.9.15cvs79
11235
11236         * AUTHORS
11237         * src/plugins/pgpmime/pgpmime.c
11238                 name the PGP/MIME signature 'signature.asc'
11239                 Patch by Andrew Nelson <freeandy@gmail.com>
11240
11241 2005-10-19 [colin]      1.9.15cvs78
11242
11243         * src/plugins/pgpmime/pgpmime.c
11244                 Oops, no need to double-check though
11245
11246 2005-10-19 [colin]      1.9.15cvs77
11247
11248         * src/plugins/pgpinline/pgpinline.c
11249         * src/plugins/pgpmime/pgpmime.c
11250                 Check that my_tmpfile() doesn't 
11251                 return NULL
11252
11253 2005-10-19 [colin]      1.9.15cvs76
11254
11255         * src/common/utils.c
11256                 Use shorter mime boundaries to avoid having
11257                 MTAs rewrapping our headers, breaking the
11258                 PGP signature in the process 
11259         * src/compose.c
11260         * src/plugins/pgpmime/pgpmime.c
11261                 Check for boundary uniqueness to be sure
11262                 it won't happen, instead of hoping for the
11263                 best
11264
11265 2005-10-19 [colin]      1.9.15cvs75
11266
11267         * sylpheed-claws.desktop
11268         * src/Makefile.am
11269         * src/main.c
11270                 Ship a sylpheed-claws binary instead
11271                 of a sylpheed one. Change the socket
11272                 name, too
11273         * src/folderview.c
11274                 Update folder only if it changed
11275         * src/wizard.c
11276                 Fix i18n in welcome mail, patch by
11277                 Fabien Vantard
11278
11279 2005-10-19 [paul]
11280
11281         1.9.99-rc2 released
11282
11283 2005-10-19 [paul]       1.9.15cvs74
11284
11285         * src/folder.c
11286         * src/folderview.c
11287                 fix summaryview update
11288                 Patch by Colin
11289
11290 2005-10-18 [colin]      1.9.15cvs73
11291
11292         * src/plugins/pgpcore/passphrase.c
11293                 Don't XGrabServer, and try a bit more to 
11294                 sync everything before grabbing mouse/keyboard
11295
11296 2005-10-18 [colin]      1.9.15cvs72
11297
11298         * src/Makefile.am
11299         * src/addressadd.c
11300         * src/addressbook.c
11301         * src/folderview.c
11302         * src/grouplistdialog.c
11303         * src/mimeview.c
11304         * src/stock_pixmap.c
11305         * src/stock_pixmap.h
11306         * src/summaryview.c
11307         * src/gtk/gtksctree.c
11308         * src/gtk/gtksctree.h
11309         * src/pixmaps/empty.xpm
11310                 Implement a wrapper call for gtk_ctree_set_node_info
11311                 and gtk_ctree_insert_node, that uses a 1x1 transparent
11312                 pixmap instead of a NULL one. This works around some
11313                 memory problems deep inside gtk, revealed by valgrind,
11314                 and fixes bug #834 (Pressing CTRl-D on a message marked 
11315                 as locked crashes sylpheed.), as well as, probably, 
11316                 wwp's 4th dimension problems that happen in gtk_ctree_*.
11317
11318 2005-10-17 [colin]      1.9.15cvs71
11319
11320         * src/mimeview.c
11321                 Provide visual feedback when checking
11322                 signature
11323
11324 2005-10-17 [colin]      1.9.15cvs70
11325
11326         * src/main.c
11327                 Keep the folder list frozen while checking caches...
11328
11329 2005-10-17 [colin]      1.9.15cvs69
11330
11331         * src/addr_compl.c
11332                 Fi bug #833 (Autocompleting from addressbook 
11333                 fails with extended chars)
11334         * src/imap.c
11335                 Fix 'adding messages' staying in statusbar
11336                 after an error
11337
11338 2005-10-17 [wwp]        1.9.15cvs68
11339
11340         * src/ssl_manager.c
11341                 Fix buttons' layout resizing when window size changes
11342
11343 2005-10-17 [wwp]        1.9.15cvs67
11344
11345         * src/account.c
11346         * src/prefs_account.c
11347         * src/prefs_common.c
11348         * src/prefs_common.h
11349         * src/prefs_folder_item.c
11350         * src/prefs_gtk.c
11351         * src/gtk/logwindow.c
11352         * src/gtk/pluginwindow.c
11353         * src/gtk/prefswindow.c
11354         * src/gtk/prefswindow.h
11355                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
11356
11357 2005-10-17 [paul]       1.9.15cvs66
11358
11359         * configure.ac
11360                 fix missing libetpan message
11361         * po/en_GB.po
11362                 updated
11363         * src/crash.c
11364         * src/manual.c
11365         * src/prefs_themes.c
11366         * src/common/defs.h
11367                 add some new URI defines, change some
11368                 others
11369         * src/wizard.c
11370                 make welcome message translatable
11371                 small improvements to english
11372                 other tweaks
11373         * src/gtk/menu.c
11374                 fix warnings
11375
11376 2005-10-17 [paul]       1.9.15cvs65
11377
11378         * src/summaryview.c
11379                 fix column titles
11380
11381 2005-10-16 [mones]      1.9.15cvs64
11382
11383         * po/es.po
11384                 Updated translation
11385
11386 2005-10-16 [colin]
11387
11388         1.9.99-rc1 released
11389
11390 2005-10-16 [colin]      1.9.15cvs63
11391
11392         * src/wizard.c
11393                 Fix whitespace
11394
11395 2005-10-16 [colin]      1.9.15cvs62
11396
11397         * src/toolbar.c
11398                 s/Get All/Get Mail/
11399         * src/wizard.c
11400                 Real welcome mail text, thanks Paul
11401
11402 2005-10-16 [colin]      1.9.15cvs61
11403
11404         * src/editldap.c
11405         * src/exporthtml.c
11406         * src/main.c
11407         * src/mainwindow.c
11408         * src/prefs_themes.c
11409         * src/prefs_toolbar.c
11410         * src/plugins/demo/demo.c
11411         * src/plugins/trayicon/trayicon.c
11412                 s/Sylpheed/Sylpheed-Claws/
11413
11414 2005-10-16 [colin]      1.9.15cvs60
11415
11416         * src/wizard.c
11417                 Add a welcome email in the first empty mailbox
11418         * src/prefs_common.c
11419                 Change one more default
11420
11421 2005-10-16 [colin]      1.9.15cvs59
11422
11423         * src/wizard.c
11424                 Remove printf
11425
11426 2005-10-16 [colin]      1.9.15cvs58
11427
11428         * src/toolbar.c
11429         * src/prefs_common.c
11430                 Change some defaults
11431
11432 2005-10-16 [colin]      1.9.15cvs57
11433
11434         * src/toolbar.c
11435         * src/prefs_common.c
11436                 Change some defaults
11437
11438 2005-10-16 [colin]      1.9.15cvs56
11439
11440         * src/wizard.c
11441                 By default, initialize fonts to have
11442                 the same size as normal GtkWidgets
11443
11444 2005-10-16 [colin]      1.9.15cvs55
11445
11446         * src/mimeview.c
11447                 Fix message a bit more
11448
11449 2005-10-16 [colin]      1.9.15cvs54
11450
11451         * src/addressbook.c
11452                 Second attempt at flicker fixing
11453
11454 2005-10-16 [colin]      1.9.15cvs53
11455
11456         * src/addressbook.c
11457                 Fix flicker
11458
11459 2005-10-16 [wwp]        1.9.15cvs52
11460
11461         * src/addressbook.c
11462         * src/editaddress.c
11463         * src/prefs_common.c
11464         * src/prefs_common.h
11465                 Remember window sizes (address book)
11466
11467 2005-10-16 [wwp]        1.9.15cvs51
11468
11469         * src/plugins/clamav/clamav_plugin_gtk.c
11470         * src/plugins/spamassassin/spamassassin_gtk.c
11471                 Fix compilation warnings (missing #include).
11472
11473 2005-10-16 [colin]      1.9.15cvs50
11474
11475         * src/mimeview.c
11476         * src/summaryview.c
11477         * src/textview.c
11478                 Make 'c' check signature, and forward
11479                 c, l, y, t from summaryview to mimeview
11480
11481 2005-10-16 [colin]      1.9.15cvs49
11482
11483         * src/addressbook.c
11484                 Put border around buttons
11485         * src/mainwindow.c
11486         * src/summaryview.c
11487                 Rework menus (Patch based on a patch
11488                 by Paul)
11489
11490 2005-10-15 [wwp]        1.9.15cvs48
11491
11492         * src/editjpilot.c
11493         * src/editldap.c
11494         * src/editvcard.c
11495         * src/exphtmldlg.c
11496         * src/expldifdlg.c
11497         * src/export.c
11498         * src/import.c
11499         * src/importldif.c
11500         * src/importmutt.c
11501         * src/importpine.c
11502         * src/prefs_account.c
11503         * src/prefs_spelling.c
11504         * src/gtk/gtkutils.c
11505         * src/gtk/gtkutils.h
11506         * src/plugins/clamav/clamav_plugin_gtk.c
11507         * src/plugins/spamassassin/spamassassin_gtk.c
11508                 use nicer browse-for-file/dir buttons than the "..." ones,
11509                 code factorizing more.
11510
11511 2005-10-14 [colin]      1.9.15cvs47
11512
11513         * src/mainwindow.c
11514                 set relief on the account switcher so that people see it
11515                 grey out Create processing rules when no message is selected
11516         * src/prefs_filtering.c
11517                 ask before closing if the rule has not been modified, even if
11518                 it's not valid
11519         * src/prefs_matcher.c
11520                 fix sensitivity when entering the dialog
11521         * src/gtk/inputdialog.c
11522                 display a better icon on password ask
11523         * src/plugins/pgpcore/passphrase.c
11524                 make the dialog look better
11525
11526 2005-10-14 [paul]       1.9.15cvs46
11527
11528         * src/folderview.c
11529                 indicate presense of marked msgs in
11530                 unexpanded subfolders
11531
11532 2005-10-14 [paul]       1.9.15cvs45
11533
11534         * src/prefs_actions.c
11535         * src/prefs_common.c
11536         * src/prefs_common.h
11537         * src/prefs_filtering_action.c
11538         * src/prefs_matcher.c
11539         * src/prefs_template.c
11540                 remember window sizes
11541                 fix Info button size
11542
11543         Patches by wwp
11544
11545 2005-10-13 [colin]      1.9.15cvs44
11546
11547         * src/mimeview.c
11548         * src/noticeview.c
11549         * src/noticeview.h
11550                 Add a tooltip on the icon (optional) 
11551                 Get rid of the signature buttons and only
11552                 use the icon+tooltip
11553
11554 2005-10-13 [colin]      1.9.15cvs43
11555
11556         * src/noticeview.c
11557         * src/noticeview.h
11558                 Add hand cursor for hovering over icon
11559
11560 2005-10-13 [colin]      1.9.15cvs42
11561
11562         * src/summaryview.c
11563                 Fix crash when quicksearch's hidden 
11564                 at startup
11565
11566 2005-10-13 [colin]      1.9.15cvs41
11567
11568         * src/compose.c
11569                 Set subject when forwarding multiple mails
11570                 Check that other recipient than the default Cc or Bcc
11571                 have been set before sending.
11572
11573 2005-10-13 [colin]      1.9.15cvs40
11574
11575         * src/imap.c
11576                 Batch per-folder
11577                 Introduce locking, but don't use it yet
11578
11579 2005-10-13 [colin]      1.9.15cvs39
11580
11581         * src/gtk/quicksearch.c
11582                 Reset quicksearch when hiding it
11583                 Make sticky a real pref
11584
11585 2005-10-13 [colin]      1.9.15cvs38
11586
11587         * src/summaryview.c
11588                 Faster prefs apply
11589
11590 2005-10-13 [colin]      1.9.15cvs37
11591
11592         * src/mimeview.c
11593         * src/noticeview.c
11594         * src/noticeview.h
11595         * src/plugins/pgpcore/sgpgme.c
11596                 Make privacy icon clickable
11597                 Move Trust field in Full info
11598                 When trust is less than full, don't display
11599                 a warning icon
11600
11601 2005-10-13 [colin]      1.9.15cvs36
11602
11603         * src/folder.c
11604                 Batch on flags sync
11605         * src/folderview.c
11606                 Revert speed hack which is dangerous in fact
11607                 Apply prefs faster
11608
11609 2005-10-13 [colin]      1.9.15cvs35
11610
11611         * src/folder_item_prefs.c
11612                 Fix pref corruption on folder move. Patch
11613                 by wwp
11614
11615 2005-10-13 [paul]       1.9.15cvs34
11616
11617         * src/export.c
11618         * src/import.c
11619                 fix typos in g_warnings
11620         * src/prefs_account.c
11621                 add a file selector for Signature file
11622
11623         Patches by wwp
11624
11625 2005-10-12 [colin]      1.9.15cvs33
11626
11627         * src/mimeview.c
11628                 Provide a quick way to go back from a
11629                 signature's full info to the email part
11630
11631 2005-10-12 [colin]      1.9.15cvs32
11632
11633         * src/compose.c
11634                 Remove old hack of encoding signed mails with base64.
11635                 QP works equally well.
11636
11637 2005-10-12 [colin]      1.9.15cvs31
11638
11639         * src/crash.c
11640                 Replace deprecated GtkText with GtkTextView
11641         * src/imap.c
11642                 Fix a logic bug about counts in imap_select
11643                 (previously un-triggered)
11644         * src/mainwindow.c
11645         * src/summaryview.c
11646         * src/news.c
11647                 Allow local deletion of news posts
11648         * src/mimeview.c
11649                 Show GPG noticeview on the message/rfc822 part
11650                 in addition to the text/plain one
11651         * src/prefs_image_viewer.c
11652           src/plugins/pgpcore/prefs_gpg.c
11653                 Polish (set the label as part of the checkbox)
11654         * src/wizard.c
11655                 Don't sit there doing nothing after destroying
11656                 the window - return err
11657
11658 2005-10-11 [colin]      1.9.15cvs30
11659
11660         * src/folderview.c
11661                 Apply processing rules before showing folders.
11662                 Early folder show (before flags sync) will only
11663                 be done when there are no processing rules (nor
11664                 pre- or post- ones)
11665         * src/imap.c
11666                 Fix stuff related to mail subdir, creation and 
11667                 deletion of folders 
11668         * src/imap_gtk.c
11669                 Don't allow creation of folders in NoInferior
11670                 folders, as it won't work
11671
11672 2005-10-10 [colin]      1.9.15cvs29
11673
11674         * src/compose.c
11675                 Reselect "None" Privacy system when selecting an
11676                 account with no privacy system defined
11677
11678 2005-10-10 [colin]      1.9.15cvs28
11679
11680         * src/mainwindow.c
11681                 Add Windows-1252 encoding
11682         * src/prefs_common.c
11683                 Rework some defaults:
11684                 - autosave to draft by default
11685                 - don't show header pane (it's already in the textview)
11686                 - Select first new or unread mail on entry
11687                 - Assume 'Yes' to change folder when there's no more
11688                   unread message
11689         * src/prefs_matcher.c
11690                 Fix a gtk assertion failure
11691         * src/gtk/colorlabel.c
11692                 Workaround bad repainting on selection
11693         * src/main.c
11694                 Freeze/thaw (a bit faster on ssh -X)
11695         * src/msgcache.c
11696                 Get rid of StrdupConverter that just adds an
11697                 extra strdup/free 
11698         * src/etpan/imap_thread.c
11699                 memset buf to 0
11700
11701 2005-10-10 [colin]      1.9.15cvs27
11702
11703         * src/export.c
11704         * src/import.c
11705                 Fix compile on gtk 2.4. Patch by wwp
11706
11707 2005-10-09 [colin]      1.9.15cvs26
11708
11709         * src/mainwindow.c
11710         * src/messageview.c
11711         * src/summaryview.c
11712                 Clarify forward menus. Patch by wwp
11713
11714 2005-10-09 [colin]      1.9.15cvs25
11715
11716         * src/compose.c
11717         * src/compose.h
11718                 Fix bug #829 (Non-working "Encrypt message by 
11719                 default when replying to an encrypted message")
11720
11721 2005-10-08 [colin]      1.9.15cvs24
11722
11723         * src/wizard.c
11724                 Fix bug #827 ("Welcome" setup wizard after a 
11725                 permission error gives up & forgets itself.)
11726
11727 2005-10-08 [colin]      1.9.15cvs23
11728
11729         * src/procmime.c
11730                 Fix bug #828 (Ignoring headers with spaces around = sign)
11731
11732 2005-10-08 [colin]      1.9.15cvs22
11733
11734         * src/export.c
11735                 Warning fix by wwp
11736
11737 2005-10-08 [colin]      1.9.15cvs21
11738
11739         * src/folder.c
11740         * src/folder.h
11741                 Add a processing_pending indicator, set on 
11742                 folder_item_open and cleared after 
11743                 folder_item_process_open
11744         * src/folderview.c
11745         * src/summaryview.c
11746                 wrap procmsg_msginfo_*_flags, and in the
11747                 wrapper check that there's no folder processing 
11748                 pending. If there is, defer the flags change until 
11749                 processing is done to avoid stepping over each
11750                 other's toes.
11751                 Freeze during processing, but not during scanning.
11752
11753 2005-10-07 [colin]      1.9.15cvs20
11754
11755         * src/plugins/pgpcore/passphrase.c
11756                 Fix bug #826 (X-Server hangs when 
11757                 right-clicking a PGP encrypted message)
11758
11759 2005-10-07 [paul]       1.9.15cvs19
11760
11761         * src/compose.c
11762                 fix compose_entries[]
11763                 patch by Fabien Vantard
11764
11765 2005-10-06 [colin]      1.9.15cvs18
11766
11767         * src/pixmaps/address.xpm
11768         * src/pixmaps/address_book.xpm
11769         * src/pixmaps/book.xpm
11770         * src/pixmaps/check_spelling.xpm
11771         * src/pixmaps/checkbox_off.xpm
11772         * src/pixmaps/checkbox_on.xpm
11773         * src/pixmaps/close.xpm
11774         * src/pixmaps/complete.xpm
11775         * src/pixmaps/continue.xpm
11776         * src/pixmaps/deleted.xpm
11777         * src/pixmaps/down_arrow.xpm
11778         * src/pixmaps/exec.xpm
11779         * src/pixmaps/forwarded.xpm
11780         * src/pixmaps/group.xpm
11781         * src/pixmaps/ignorethread.xpm
11782         * src/pixmaps/interface.xpm
11783         * src/pixmaps/jpilot.xpm
11784         * src/pixmaps/ldap.xpm
11785         * src/pixmaps/linewrap.xpm
11786         * src/pixmaps/linewrapcurrent.xpm
11787         * src/pixmaps/mail.xpm
11788         * src/pixmaps/mail_attach.xpm
11789         * src/pixmaps/mail_compose.xpm
11790         * src/pixmaps/mail_forward.xpm
11791         * src/pixmaps/mail_receive.xpm
11792         * src/pixmaps/mail_receive_all.xpm
11793         * src/pixmaps/mail_reply.xpm
11794         * src/pixmaps/mail_reply_to_all.xpm
11795         * src/pixmaps/mail_reply_to_author.xpm
11796         * src/pixmaps/mail_send.xpm
11797         * src/pixmaps/mail_send_queue.xpm
11798         * src/pixmaps/mime_application.xpm
11799         * src/pixmaps/mime_audio.xpm
11800         * src/pixmaps/mime_image.xpm
11801         * src/pixmaps/mime_message.xpm
11802         * src/pixmaps/mime_text_enriched.xpm
11803         * src/pixmaps/mime_text_html.xpm
11804         * src/pixmaps/mime_text_plain.xpm
11805         * src/pixmaps/mime_unknown.xpm
11806         * src/pixmaps/new.xpm
11807         * src/pixmaps/news_compose.xpm
11808         * src/pixmaps/offline.xpm
11809         * src/pixmaps/online.xpm
11810         * src/pixmaps/paste.xpm
11811         * src/pixmaps/preferences.xpm
11812         * src/pixmaps/privacy_emblem_encrypted.xpm
11813         * src/pixmaps/privacy_expired.xpm
11814         * src/pixmaps/privacy_failed.xpm
11815         * src/pixmaps/privacy_passed.xpm
11816         * src/pixmaps/privacy_signed.xpm
11817         * src/pixmaps/privacy_unknown.xpm
11818         * src/pixmaps/privacy_warn.xpm
11819         * src/pixmaps/properties.xpm
11820         * src/pixmaps/replied.xpm
11821         * src/pixmaps/search.xpm
11822         * src/pixmaps/unread.xpm
11823         * src/pixmaps/up_arrow.xpm
11824         * src/pixmaps/vcard.xpm
11825                 Modernize internal theme, with icons from the 
11826                 Gnomaws theme. Keep some of the old ones where
11827                 they were better.
11828
11829 2005-10-06 [colin]      1.9.15cvs17
11830
11831         * src/summaryview.c
11832                 Little optimisations + bugfix
11833         * src/toolbar.c
11834                 Remove default useless items - useless being defined
11835                 by the default relevant prefs
11836         * src/wizard.c
11837                 include config.h to make gettext work
11838         * src/prefs_themes.c
11839                 Fix selection of current theme in prefs
11840
11841 2005-10-06 [colin]      1.9.15cvs16
11842
11843         * src/prefs_common.c
11844         * src/prefs_common.h
11845         * src/prefs_summaries.c
11846         * src/folderview.c
11847                 Add a warning dialog on Mark all read 
11848                 (with pref to get rid of it)
11849
11850 2005-10-06 [paul]       1.9.15cvs15
11851
11852         * po/nb.po
11853         * po/pt_BR.po
11854                 updated by Geir Helland and Frederico
11855                 Goncalves Guimaraes
11856
11857 2005-10-05 [colin]      1.9.15cvs14
11858
11859         * src/folder.c
11860         * src/folder.h
11861         * src/folderview.c
11862         * src/folderview.h
11863         * src/imap_gtk.c
11864         * src/mh_gtk.c
11865         * src/mainwindow.c
11866         * src/setup.c
11867                 add a way to rescan without rebuilding
11868                 make moving a bit faster (less folders changes)
11869                 don't lock the tree on Get 
11870         * src/imap.c
11871                 Don't re-delete deleted messages before expunging
11872         * src/summaryview.c
11873                 Set batch mode when deleting mails
11874
11875 2005-10-05 [paul]       1.9.15cvs13
11876
11877         * src/mainwindow.c
11878         * src/mainwindow.h
11879                 fix disabled Execute menu item
11880         * src/toolbar.c
11881                 match the change in 1.9.15cvs10: use Compose
11882                 instead of News by default
11883
11884 2005-10-04 [colin]      1.9.15cvs12
11885
11886         * src/compose.c
11887                 When replying to an ML post with Reply-To set
11888                 to the poster's email, honor it (as before),
11889                 but also honor our user's request to reply to
11890                 the mailing list: set the ML address in the To
11891                 field and the Reply-To address in the Cc: 
11892                 field.
11893
11894 2005-10-04 [colin]      1.9.15cvs11
11895
11896         * src/plugins/trayicon/trayicon.c
11897                 Finish cosmetic change - thanks to wwp
11898
11899 2005-10-04 [colin]      1.9.15cvs10
11900
11901         * src/toolbar.c
11902                 Use Compose instead of Email by default.
11903                 Spotted by wwp.
11904
11905 2005-10-04 [colin]      1.9.15cvs9
11906
11907         * src/folder.c
11908         * src/folder.h
11909         * src/folderview.c
11910         * src/imap.c
11911         * src/etpan/imap-thread.c
11912         * src/etpan/imap-thread.h
11913                 Try to make IMAP faster, by simplifying SEARCH
11914                 commands, avoiding sending two STATUS in a row,
11915                 and deferring flags sync and processing just
11916                 after displaying the folder. 
11917                 This will update the SummaryView in certain
11918                 cases (new mails not already fetched, flags
11919                 changed from another client) but in a non-
11920                 blocking manner.
11921
11922 2005-10-04 [colin]      1.9.15cvs8
11923
11924         * src/plugins/trayicon/trayicon.c
11925                 Relabel "Offline" to "Work offline"
11926
11927 2005-10-04 [colin]      1.9.15cvs7
11928
11929         * src/export.c
11930         * src/import.c
11931         * src/mbox.c
11932                 Fix mbox import/export buglets
11933                 Patch by wwp
11934         * src/plugins/trayicon/trayicon.c
11935                 Add offline swithc
11936                 Patch by wwp
11937
11938 2005-10-04 [colin]      1.9.15cvs6
11939
11940         * src/folder.c
11941         * src/folderview.c
11942         * src/summaryview.c
11943                 Better fix (don't break mark all read) for cvs2
11944
11945 2005-10-03 [colin]      1.9.15cvs5
11946
11947         * src/folder.c
11948                 Use a sane sort by default
11949
11950 2005-10-03 [colin]      1.9.15cvs4
11951
11952         * src/inc.c
11953                 Add a 'Only once' button for overriding offline mode
11954         * src/prefs_account.c
11955         * src/wizard.c
11956                 Add Local mbox to the wizard
11957                 Add IMAP subdir to the wizard (or the wizard is useless
11958                 for such accounts, or even worse than useless)
11959                 Move IMAP subdir from Advanced to Receive tab, as it's
11960                 not that uncommon
11961
11962 2005-10-03 [colin]      1.9.15cvs3
11963
11964         * src/send_message.c
11965                 Forgot this one in cvs1
11966
11967 2005-10-03 [colin]      1.9.15cvs2
11968
11969         * src/folder.c
11970                 Faster close when leaving a folder with lots
11971                 of new mails. Idea by David Relson.
11972
11973 2005-10-03 [colin]      1.9.15cvs1
11974
11975         * src/compose.c
11976         * src/imap.c
11977         * src/inc.c
11978         * src/main.c
11979         * src/messageview.c
11980         * src/news.c
11981         * src/summaryview.c
11982         * src/gtk/sslcertwindow.c
11983         * src/plugins/trayicon/trayicon.c
11984                 Add accels to every AlertPanel. Patch by Fabien 
11985                 Vantard
11986
11987 2005-10-03 [paul]       1.9.15
11988
11989         1.9.15 released
11990
11991 2005-10-03 [paul]       1.9.14cvs68
11992
11993         * po/ca.po
11994         * po/de.po
11995         * po/es.po
11996         * po/fi.po
11997         * po/fr.po
11998         * po/sk.po
11999         * po/sr.po
12000         * po/zh_CN.po
12001                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12002                 Mones Lastra, Tommi Pirinen, Fabien vantard,
12003                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
12004
12005 2005-10-03 [paul]       1.9.14cvs67
12006
12007         * src/send_message.c
12008                 prevent hang on Cancel
12009                 patch by Colin
12010
12011 2005-10-03 [paul]       1.9.14cvs66
12012
12013         * src/main.c
12014                 fix crash in IMAP caused by discrepancy
12015                 between check_at_startup and offline mode
12016                 Patch by Colin
12017
12018 2005-10-01 [paul]       1.9.14cvs65
12019
12020         * src/inc.c
12021                 fix engrish
12022
12023 2005-10-01 [paul]       1.9.14cvs64
12024         * src/export.c
12025         * src/import.c
12026                 synchronise import_mbox() and export_mbox()
12027         * src/mbox.c
12028                 proc_mbox(): add alert if file cannot be opened
12029                 export_list_to_mbox(): test if dest file exists,
12030                 prompt user to overwrite if it does. add alert
12031                 if file cannot be created
12032                                                                 
12033         Patch by wwp
12034                                                                                                                 
12035
12036 2005-09-30 [paul]       1.9.14cvs63
12037
12038         * src/addressbook.c
12039                 Fix sensitivity of a menu
12040         * src/codeconv.c
12041                 Respect hidden pref for mails with no encoding
12042         * src/common/xml.c
12043                 Fix memory corruption
12044         * src/plugins/pgpcore/sgpgme.c
12045                 Fix segfault on incomplete sigs, and display
12046                 of S/Mime UIDs
12047
12048         Patches by Colin
12049
12050 2005-09-30 [colin]      1.9.14cvs62
12051
12052         * src/partial_download.c
12053                 Little logic fix in almost-dead code
12054         * src/pop.c
12055                 Fix partial download when there's no new mail
12056
12057 2005-09-29 [paul]       1.9.14cvs61
12058
12059         * src/plugins/pgpinline/pgpinline.c
12060                 fix bug 819, 'crash accessing sign message'
12061                 Patch by Colin
12062
12063 2005-09-28 [martin]     1.9.14cvs60
12064
12065         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12066                 fix bug #790 (Crash when restarting window manager (fluxbox))
12067
12068 2005-09-28 [paul]       1.9.14cvs59
12069
12070         * src/gtk/gtkaspell.c
12071                 fix off-by-one typo
12072
12073 2005-09-27 [colin]      1.9.14cvs58
12074
12075         * src/plugins/pgpcore/sgpgme.c
12076                 Report error when there's one, instead of
12077                 "Signature unchecked" 
12078
12079 2005-09-27 [colin]      1.9.14cvs57
12080
12081         * src/prefs_quote.c
12082                 Fix bug #816 (Weird quotation with spaces)
12083
12084 2005-09-27 [colin]      1.9.14cvs56
12085
12086         * src/codeconv.c
12087         * src/compose.c
12088         * src/compose.h
12089                 Put subject in compose's title
12090                 Fix Automatic encoding so that it's really automatic:
12091                 first try default locale's charset, then charset of the replied mail, 
12092                 then utf-8
12093                 Fix encoding of headers (must be in strict mode too)
12094
12095 2005-09-26 [colin]      1.9.14cvs55
12096
12097         * src/gtk/gtkaspell.c
12098                 Fix previous patch - don't color the space,
12099                 just uncolor it :)
12100
12101 2005-09-26 [colin]      1.9.14cvs54
12102
12103         * src/gtk/gtkaspell.c
12104                 Unmark space if possible
12105
12106 2005-09-26 [colin]      1.9.14cvs53
12107
12108         * src/imap.c
12109                 log_error instead of alertpanel according to the pref
12110         * src/etpan/imap-thread.c
12111                 Print connect status, copy only necessary size to 
12112                 logger
12113         * src/plugins/pgpmime/pgpmime.c
12114                 Handle S/Mime signatures (verification only). Patch based
12115                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
12116
12117 2005-09-26 [paul]       1.9.14cvs52
12118
12119         * src/common/passcrypt.c
12120                 this 'workaround' not necessary on NetBSD.
12121                 Thanks to Daniel Gustafson
12122
12123 2005-09-26 [paul]
12124
12125         1.9.15-rc4 released
12126
12127 2005-09-26 [paul]       1.9.14cvs51
12128
12129         * src/summaryview.c
12130                 Skip currently selected message when
12131                 looking for next new or unread message
12132                 in current folder. Patch by Colin
12133         * src/common/passcrypt.c
12134                 eliminate warnings on *BSD. Patch by
12135                 Daniel Gustafson
12136
12137 2005-09-26 [colin]      1.9.14cvs50
12138
12139         * src/procmsg.c
12140                 Call postfiltering hook anyway
12141
12142 2005-09-22 [colin]      1.9.14cvs49
12143
12144         * src/codeconv.c
12145         * src/codeconv.h
12146                 Add a strict mode that doesn't replace with _
12147         * src/compose.c
12148         * src/compose.h
12149                 Use strict conversion while sending
12150                 Fix race when drafting while sending (happens
12151                 on IMAP)
12152                 Fix d'n'd of messages from summaryview
12153         * src/prefs_common.c
12154         * src/prefs_common.h
12155                 add hidden utf8_instead_of_locale_for_broken_mail 
12156                 pref for people that preferred the default charset 
12157                 to be utf8 for broken mails
12158         * src/quote_fmt_parse.y
12159                 fix bug #815 (No quote insert if "From:" fied 
12160                 contained Russian letters)
12161         * src/summaryview.c
12162                 Fix d'n'd of messages to compose
12163
12164 2005-09-22 [paul]       1.9.14cvs48
12165
12166         * src/compose.c
12167                 fix bug where attachments Name entry
12168                 would display Path instead
12169
12170 2005-09-21 [paul]       1.9.14cvs47
12171
12172         * README
12173         * README.jp
12174         * configure.ac
12175         * config/config.rpath
12176         * doc/manual/en/sylpheed-20.html
12177         * doc/manual/es/sylpheed-20.html
12178         * po/bg.po
12179         * po/ca.po
12180         * po/de.po
12181         * po/es.po
12182         * po/fr.po
12183         * po/it.po
12184         * po/pt_BR.po
12185         * po/sk.po
12186         * po/zh_TW.po
12187         * src/account.c
12188         * src/account.h
12189         * src/action.c
12190         * src/action.h
12191         * src/adbookbase.h
12192         * src/addr_compl.c
12193         * src/addr_compl.h
12194         * src/addrbook.c
12195         * src/addrbook.h
12196         * src/addrcache.c
12197         * src/addrcache.h
12198         * src/addrcindex.c
12199         * src/addrcindex.h
12200         * src/addrclip.c
12201         * src/addrclip.h
12202         * src/addrdefs.h
12203         * src/addressadd.c
12204         * src/addressadd.h
12205         * src/addressbook.c
12206         * src/addressbook.h
12207         * src/addressitem.h
12208         * src/addrgather.c
12209         * src/addrgather.h
12210         * src/addrharvest.c
12211         * src/addrharvest.h
12212         * src/addrindex.c
12213         * src/addrindex.h
12214         * src/addritem.c
12215         * src/addritem.h
12216         * src/addrquery.c
12217         * src/addrquery.h
12218         * src/addrselect.c
12219         * src/addrselect.h
12220         * src/alertpanel.c
12221         * src/alertpanel.h
12222         * src/browseldap.c
12223         * src/browseldap.h
12224         * src/codeconv.c
12225         * src/codeconv.h
12226         * src/compose.c
12227         * src/compose.h
12228         * src/crash.c
12229         * src/crash.h
12230         * src/customheader.c
12231         * src/customheader.h
12232         * src/displayheader.c
12233         * src/displayheader.h
12234         * src/editaddress.c
12235         * src/editaddress.h
12236         * src/editbook.c
12237         * src/editbook.h
12238         * src/editgroup.c
12239         * src/editgroup.h
12240         * src/editjpilot.c
12241         * src/editjpilot.h
12242         * src/editldap.c
12243         * src/editldap.h
12244         * src/editldap_basedn.c
12245         * src/editldap_basedn.h
12246         * src/editvcard.c
12247         * src/editvcard.h
12248         * src/enriched.c
12249         * src/enriched.h
12250         * src/exphtmldlg.c
12251         * src/exphtmldlg.h
12252         * src/expldifdlg.c
12253         * src/expldifdlg.h
12254         * src/export.c
12255         * src/export.h
12256         * src/exporthtml.c
12257         * src/exporthtml.h
12258         * src/exportldif.c
12259         * src/exportldif.h
12260         * src/filtering.c
12261         * src/filtering.h
12262         * src/folder.c
12263         * src/folder.h
12264         * src/folder_item_prefs.c
12265         * src/folder_item_prefs.h
12266         * src/foldersel.c
12267         * src/foldersel.h
12268         * src/folderutils.c
12269         * src/folderutils.h
12270         * src/folderview.c
12271         * src/folderview.h
12272         * src/grouplistdialog.c
12273         * src/grouplistdialog.h
12274         * src/headerview.c
12275         * src/headerview.h
12276         * src/html.c
12277         * src/html.h
12278         * src/image_viewer.c
12279         * src/image_viewer.h
12280         * src/imap.c
12281         * src/imap.h
12282         * src/imap_gtk.c
12283         * src/imap_gtk.h
12284         * src/import.c
12285         * src/import.h
12286         * src/importldif.c
12287         * src/importldif.h
12288         * src/importmutt.c
12289         * src/importmutt.h
12290         * src/importpine.c
12291         * src/importpine.h
12292         * src/inc.c
12293         * src/inc.h
12294         * src/jpilot.c
12295         * src/jpilot.h
12296         * src/ldapctrl.c
12297         * src/ldapctrl.h
12298         * src/ldaplocate.c
12299         * src/ldaplocate.h
12300         * src/ldapquery.c
12301         * src/ldapquery.h
12302         * src/ldapserver.c
12303         * src/ldapserver.h
12304         * src/ldaputil.c
12305         * src/ldaputil.h
12306         * src/ldif.c
12307         * src/ldif.h
12308         * src/localfolder.c
12309         * src/localfolder.h
12310         * src/main.c
12311         * src/main.h
12312         * src/mainwindow.c
12313         * src/mainwindow.h
12314         * src/manual.c
12315         * src/manual.h
12316         * src/matcher.c
12317         * src/matcher.h
12318         * src/matcher_parser.h
12319         * src/matcher_parser_lex.l
12320         * src/matcher_parser_parse.y
12321         * src/mbox.c
12322         * src/mbox.h
12323         * src/message_search.c
12324         * src/message_search.h
12325         * src/messageview.c
12326         * src/messageview.h
12327         * src/mh.c
12328         * src/mh.h
12329         * src/mh_gtk.c
12330         * src/mh_gtk.h
12331         * src/mimeview.c
12332         * src/mimeview.h
12333         * src/msgcache.c
12334         * src/msgcache.h
12335         * src/mutt.c
12336         * src/mutt.h
12337         * src/news.c
12338         * src/news.h
12339         * src/news_gtk.c
12340         * src/news_gtk.h
12341         * src/noticeview.c
12342         * src/noticeview.h
12343         * src/partial_download.c
12344         * src/partial_download.h
12345         * src/pine.c
12346         * src/pine.h
12347         * src/pop.c
12348         * src/pop.h
12349         * src/prefs_account.c
12350         * src/prefs_account.h
12351         * src/prefs_actions.c
12352         * src/prefs_actions.h
12353         * src/prefs_common.c
12354         * src/prefs_common.h
12355         * src/prefs_compose_writing.c
12356         * src/prefs_compose_writing.h
12357         * src/prefs_customheader.c
12358         * src/prefs_customheader.h
12359         * src/prefs_display_header.c
12360         * src/prefs_display_header.h
12361         * src/prefs_ext_prog.c
12362         * src/prefs_ext_prog.h
12363         * src/prefs_filtering.c
12364         * src/prefs_filtering.h
12365         * src/prefs_filtering_action.c
12366         * src/prefs_filtering_action.h
12367         * src/prefs_folder_column.c
12368         * src/prefs_folder_column.h
12369         * src/prefs_folder_item.c
12370         * src/prefs_folder_item.h
12371         * src/prefs_fonts.c
12372         * src/prefs_fonts.h
12373         * src/prefs_gtk.c
12374         * src/prefs_gtk.h
12375         * src/prefs_image_viewer.c
12376         * src/prefs_image_viewer.h
12377         * src/prefs_matcher.c
12378         * src/prefs_matcher.h
12379         * src/prefs_message.c
12380         * src/prefs_message.h
12381         * src/prefs_msg_colors.c
12382         * src/prefs_msg_colors.h
12383         * src/prefs_other.c
12384         * src/prefs_other.h
12385         * src/prefs_quote.c
12386         * src/prefs_quote.h
12387         * src/prefs_receive.c
12388         * src/prefs_receive.h
12389         * src/prefs_send.c
12390         * src/prefs_send.h
12391         * src/prefs_spelling.c
12392         * src/prefs_spelling.h
12393         * src/prefs_summaries.c
12394         * src/prefs_summaries.h
12395         * src/prefs_summary_column.c
12396         * src/prefs_summary_column.h
12397         * src/prefs_template.c
12398         * src/prefs_template.h
12399         * src/prefs_themes.c
12400         * src/prefs_themes.h
12401         * src/prefs_toolbar.c
12402         * src/prefs_toolbar.h
12403         * src/prefs_wrapping.c
12404         * src/prefs_wrapping.h
12405         * src/privacy.c
12406         * src/privacy.h
12407         * src/procheader.c
12408         * src/procheader.h
12409         * src/procmime.c
12410         * src/procmime.h
12411         * src/procmsg.c
12412         * src/procmsg.h
12413         * src/quote_fmt.c
12414         * src/quote_fmt_parse.y
12415         * src/recv.c
12416         * src/recv.h
12417         * src/remotefolder.c
12418         * src/remotefolder.h
12419         * src/send_message.c
12420         * src/send_message.h
12421         * src/setup.c
12422         * src/setup.h
12423         * src/simple-gettext.c
12424         * src/sourcewindow.c
12425         * src/sourcewindow.h
12426         * src/ssl_manager.c
12427         * src/ssl_manager.h
12428         * src/statusbar.c
12429         * src/statusbar.h
12430         * src/stock_pixmap.c
12431         * src/stock_pixmap.h
12432         * src/summary_search.c
12433         * src/summary_search.h
12434         * src/summaryview.c
12435         * src/summaryview.h
12436         * src/syldap.c
12437         * src/syldap.h
12438         * src/textview.c
12439         * src/textview.h
12440         * src/toolbar.c
12441         * src/toolbar.h
12442         * src/undo.c
12443         * src/undo.h
12444         * src/unmime.c
12445         * src/unmime.h
12446         * src/vcard.c
12447         * src/vcard.h
12448         * src/wizard.c
12449         * src/wizard.h
12450         * src/common/base64.c
12451         * src/common/base64.h
12452         * src/common/defs.h
12453         * src/common/hooks.c
12454         * src/common/hooks.h
12455         * src/common/log.c
12456         * src/common/log.h
12457         * src/common/md5.c
12458         * src/common/md5.h
12459         * src/common/mgutils.c
12460         * src/common/mgutils.h
12461         * src/common/nntp.c
12462         * src/common/nntp.h
12463         * src/common/passcrypt.c
12464         * src/common/passcrypt.h.in
12465         * src/common/plugin.c
12466         * src/common/plugin.h
12467         * src/common/prefs.c
12468         * src/common/prefs.h
12469         * src/common/progressindicator.c
12470         * src/common/progressindicator.h
12471         * src/common/quoted-printable.c
12472         * src/common/quoted-printable.h
12473         * src/common/session.c
12474         * src/common/session.h
12475         * src/common/smtp.c
12476         * src/common/smtp.h
12477         * src/common/socket.c
12478         * src/common/socket.h
12479         * src/common/ssl.c
12480         * src/common/ssl.h
12481         * src/common/ssl_certificate.c
12482         * src/common/ssl_certificate.h
12483         * src/common/string_match.c
12484         * src/common/string_match.h
12485         * src/common/stringtable.c
12486         * src/common/sylpheed.c
12487         * src/common/sylpheed.h
12488         * src/common/template.c
12489         * src/common/template.h
12490         * src/common/timing.h
12491         * src/common/utils.c
12492         * src/common/utils.h
12493         * src/common/uuencode.c
12494         * src/common/uuencode.h
12495         * src/common/version.h.in
12496         * src/common/xml.c
12497         * src/common/xml.h
12498         * src/common/xmlprops.c
12499         * src/common/xmlprops.h
12500         * src/gtk/about.c
12501         * src/gtk/about.h
12502         * src/gtk/colorlabel.c
12503         * src/gtk/colorlabel.h
12504         * src/gtk/colorsel.c
12505         * src/gtk/colorsel.h
12506         * src/gtk/description_window.c
12507         * src/gtk/description_window.h
12508         * src/gtk/filesel.c
12509         * src/gtk/filesel.h
12510         * src/gtk/foldersort.c
12511         * src/gtk/foldersort.h
12512         * src/gtk/gtkutils.c
12513         * src/gtk/gtkutils.h
12514         * src/gtk/inputdialog.c
12515         * src/gtk/inputdialog.h
12516         * src/gtk/logwindow.c
12517         * src/gtk/logwindow.h
12518         * src/gtk/manage_window.c
12519         * src/gtk/manage_window.h
12520         * src/gtk/menu.c
12521         * src/gtk/menu.h
12522         * src/gtk/pluginwindow.c
12523         * src/gtk/pluginwindow.h
12524         * src/gtk/prefswindow.c
12525         * src/gtk/prefswindow.h
12526         * src/gtk/progressdialog.c
12527         * src/gtk/progressdialog.h
12528         * src/gtk/quicksearch.c
12529         * src/gtk/quicksearch.h
12530         * src/gtk/sslcertwindow.c
12531         * src/gtk/sslcertwindow.h
12532         * src/plugins/clamav/clamav_plugin.c
12533         * src/plugins/clamav/clamav_plugin.h
12534         * src/plugins/clamav/clamav_plugin_gtk.c
12535         * src/plugins/demo/demo.c
12536         * src/plugins/dillo_viewer/dillo_prefs.c
12537         * src/plugins/dillo_viewer/dillo_prefs.h
12538         * src/plugins/dillo_viewer/dillo_viewer.c
12539         * src/plugins/mathml_viewer/mathml_viewer.c
12540         * src/plugins/pgpcore/passphrase.c
12541         * src/plugins/pgpcore/passphrase.h
12542         * src/plugins/pgpcore/plugin.c
12543         * src/plugins/pgpcore/prefs_gpg.c
12544         * src/plugins/pgpcore/prefs_gpg.h
12545         * src/plugins/pgpcore/select-keys.c
12546         * src/plugins/pgpcore/select-keys.h
12547         * src/plugins/pgpcore/sgpgme.c
12548         * src/plugins/pgpcore/sgpgme.h
12549         * src/plugins/pgpinline/pgpinline.c
12550         * src/plugins/pgpinline/pgpinline.h
12551         * src/plugins/pgpinline/plugin.c
12552         * src/plugins/pgpmime/pgpmime.c
12553         * src/plugins/pgpmime/pgpmime.h
12554         * src/plugins/pgpmime/plugin.c
12555         * src/plugins/spamassassin/spamassassin.c
12556         * src/plugins/spamassassin/spamassassin.h
12557         * src/plugins/spamassassin/spamassassin_gtk.c
12558         * src/plugins/trayicon/trayicon.c
12559         * tools/OOo2sylpheed.pl
12560         * tools/acroread2sylpheed.pl
12561         * tools/asus_mailled.sh
12562         * tools/filter_conv.pl
12563         * tools/freshmeat_search.pl
12564         * tools/google_search.pl
12565         * tools/kmail2sylpheed.pl
12566         * tools/kmail2sylpheed_v2.pl
12567         * tools/maildir2sylpheed.pl
12568         * tools/multiwebsearch.pl
12569         * tools/newscache_clean.pl
12570         * tools/outlook2sylpheed.pl
12571         * tools/sylpheed-switcher
12572         * tools/update-po
12573         * tools/vcard2xml.py
12574         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
12575                 update FSF address
12576
12577 2005-09-21 [colin]      1.9.14cvs46
12578
12579         * src/gedit-print.c
12580         * src/procmsg.c
12581         * src/procmsg.h
12582         * src/textview.c
12583         * src/summaryview.c
12584                 Remove some printing hacks (deselection/reselection),
12585                 which by the way fix printing the currently 
12586                 displayed mime part (still only text)
12587                 Plus a little optimisation of summary_show
12588
12589
12590 2005-09-20 [colin]      1.9.14cvs45
12591
12592         * src/mainwindow.c
12593         * src/messageview.c
12594                 GUI fixups: add accels, set message
12595                 view title to displayed mail's subject
12596         * src/prefs_spelling.c
12597         * src/gtk/gtkaspell.c
12598                 GUI fixups: allow underlining misspelled
12599                 words instead of coloring them (a11y!)
12600
12601 2005-09-19 [colin]
12602
12603         1.9.15rc3 released
12604
12605 2005-09-19 [colin]      1.9.14cvs44
12606
12607         * src/compose.c
12608                 Fix draft message
12609         * src/gtk/gtkaspell.c
12610                 Fix wrong test ;-)
12611
12612 2005-09-19 [colin]      1.9.14cvs43
12613
12614         * src/addressbook.c
12615                 Fix sensitivity of Delete button
12616         * src/compose.c
12617                 Warn if the requested Privacy system
12618                 is not available
12619         * src/exphtmldlg.c
12620         * src/expldifdlg.c
12621         * src/importldif.c
12622         * src/importmutt.c
12623         * src/importpine.c
12624                 Fix crappy UI
12625         * src/
12626         * src/ssl.h
12627         * src/prefs_account.h
12628         * src/prefs_account.c
12629                 Save SSL prefs even in builds that have
12630                 SSL support disable
12631         * src/imap.c
12632         * src/inc.c
12633         * src/news.c
12634         * src/send_message.c
12635                 Warn if connection should be secure, but
12636                 SSL support isn't compiled in
12637         * src/gtkaspell.c
12638                 Fix word separation on UTF-8 systems
12639                 Fixes bug #812 (Strange inline spellchecking)
12640         * src/compose.c
12641                 Warn if the requested Privacy system
12642                 is not available
12643                 Factorize offline warning
12644         * src/imap.c
12645         * src/imap_gtk.c
12646         * src/imap_gtk.h
12647         * src/inc.h
12648         * src/news_gtk.c
12649         * src/news_gtk.h
12650         * src/messageview.c
12651                 Factorize offline warning
12652
12653 2005-09-19 [paul]
12654
12655         1.9.15-rc2 released
12656
12657 2005-09-18 [colin]      1.9.14cvs42
12658
12659         * src/codeconv.c
12660         * src/codeconv.h
12661         * src/procmime.c
12662                 Add a way to get locale's charset ignoring utf-8,
12663                 and use that as default encoding for broken mails
12664
12665 2005-09-18 [colin]      1.9.14cvs41
12666
12667         * src/gtk/logwindow.c
12668                 Translate string. Patch by Fabien Vantard
12669
12670 2005-09-18 [colin]      1.9.14cvs40
12671
12672         * configure.ac
12673                 Fix bug #803 (IMAP/SSL support breaks with 
12674                 GnuTLS libetpan 0.38)
12675
12676 2005-09-18 [colin]      1.9.14cvs39
12677
12678         * src/codeconv.c
12679         * src/compose.c
12680         * src/procmime.c
12681                 More charsets fixes. Fixes bug #806 (non
12682                 ascii characters in subject line)
12683
12684 2005-09-17 [paul]       1.9.14cvs38
12685
12686         * src/folderview.c
12687         * src/mainwindow.c
12688                 fix gcc-2.95 issues
12689                 Patch by Pawel Pekala
12690
12691 2005-09-17 [colin]      1.9.14cvs37
12692
12693         * src/addrindex.c
12694                 bugfix for NO-USE LDAP compilation, patch 
12695                 by Fabien Vantard
12696
12697 2005-09-17 [colin]      1.9.14cvs36
12698
12699         * src/prefs_actions.c
12700         * src/prefs_customheader.c
12701         * src/prefs_display_header.c
12702         * src/prefs_filtering_action.c
12703         * src/prefs_matcher.c
12704         * src/prefs_toolbar.c
12705                 Fix strange casts (less elegant but
12706                 works better)
12707
12708 2005-09-16 [colin]      1.9.14cvs35
12709
12710         * src/jpilot.c
12711                 Missed that one
12712
12713 2005-09-16 [colin]      1.9.14cvs34
12714
12715         * configure.ac
12716         * src/Makefile.am
12717         * src/addr_compl.c
12718         * src/addrindex.c
12719         * src/browseldap.c
12720         * src/editldap.c
12721         * src/ldaplocate.c
12722         * src/ldapquery.c
12723         * src/ldapquery.h
12724         * src/ldapserver.c
12725         * src/ldapserver.h
12726         * src/main.c
12727         * src/matcher_parser_parse.y
12728         * src/prefs_themes.c
12729         * src/etpan/Makefile.am
12730         * src/gtk/description_window.c
12731         * src/plugins/clamav/Makefile.am
12732         * src/plugins/clamav/clamav_plugin.c
12733         * src/plugins/dillo_viewer/Makefile.am
12734         * src/plugins/pgpcore/Makefile.am
12735         * src/plugins/pgpinline/Makefile.am
12736         * src/plugins/pgpmime/Makefile.am
12737         * src/plugins/trayicon/Makefile.am
12738                 Fix 100% cpu usage in address completion list
12739                 Fix little bugs (return with no values etc)
12740                 Fix all warnings (with common CFLAGS)
12741
12742 2005-09-15 [colin]      1.9.14cvs33
12743
12744         * src/addressbook.c
12745                 Fix bug where sometimes a group's email list is empty,
12746                 force its refresh (probably fixes "Re: how to create a 
12747                 distribution list")
12748         * src/ldapquery.c
12749                 Don't return to the callback in the main thread from the
12750                 fetch thread (or face segs!)
12751
12752 2005-09-15 [paul]       1.9.14cvs32
12753
12754         * src/prefs_matcher.c
12755                 forgotten in last commit
12756
12757 2005-09-15 [paul]       1.9.14cvs31
12758
12759         * src/prefs_actions.c
12760         * src/prefs_filtering_action.c
12761         * src/prefs_quote.c
12762         * src/quote_fmt.c
12763         * src/summaryview.c
12764         * src/gtk/description_window.c
12765         * src/gtk/description_window.h
12766         * src/gtk/quicksearch.c
12767                 allow interaction with the called
12768                 description window
12769                 Patch by Anders Hammar
12770
12771 2005-09-14 [paul]       1.9.14cvs30
12772
12773         * src/compose.c
12774                 fix a little annoyance when pasting with 3rd button 
12775                 with wrap_pastes=0 and wrap_input=1
12776                 Patch by Colin
12777
12778 2005-09-14 [paul]       1.9.14cvs29
12779
12780         * src/prefs_account.c
12781                 disable 'Filter messages on receiving' for
12782                 SMTP-only accounts
12783                 Patch  by Anders Hammar
12784
12785 2005-09-14 [paul]       1.9.14cvs28
12786
12787         * po/sk.po
12788                 fix crash
12789                 updated by Andrej Kacian
12790
12791 2005-09-14 [paul]
12792
12793         1.9.15-rc1 released
12794
12795 2005-09-14 [paul]       1.9.14cvs27
12796
12797         * po/es.po
12798                 updated by Ricardo Mones Lastra
12799         * src/compose.c
12800         * src/compose.h
12801                 associate no_wrap_tags to Compose windows
12802                 instead of using a static one
12803                 Patch by Colin
12804         * src/mbox.c
12805                 fix proc_mbox()
12806                 Patch by wwp
12807         * src/textview.c
12808                 remove unneeded printf()
12809
12810 2005-09-14 [paul]       1.9.14cvs26
12811
12812         * src/addrcache.c
12813         * src/codeconv.h
12814         * src/folder.h
12815         * src/mainwindow.h
12816         * src/mh.c
12817         * src/mimeview.h
12818         * src/partial_download.c
12819         * src/pop.c
12820         * src/prefs_account.c
12821         * src/prefs_account.h
12822         * src/prefs_actions.c
12823         * src/prefs_customheader.c
12824         * src/prefs_display_header.c
12825         * src/prefs_filtering_action.c
12826         * src/prefs_matcher.c
12827         * src/prefs_toolbar.c
12828         * src/privacy.h
12829         * src/procmime.c
12830         * src/procmime.h
12831         * src/procmsg.h
12832         * src/textview.c
12833         * src/undo.h
12834         * src/common/plugin.c
12835         * src/common/session.h
12836         * src/common/socket.c
12837         * src/common/socket.h
12838         * src/common/template.c
12839         * src/gtk/gtkaspell.c
12840         * src/gtk/quicksearch.h
12841         * src/plugins/pgpcore/passphrase.c
12842         * src/plugins/pgpcore/prefs_gpg.h
12843         * src/plugins/pgpcore/select-keys.c
12844         * src/plugins/pgpcore/select-keys.h
12845         * src/plugins/pgpcore/sgpgme.c
12846         * src/plugins/pgpinline/pgpinline.c
12847         * src/plugins/pgpmime/pgpmime.c
12848         * src/plugins/trayicon/trayicon.c
12849                 fix compilation warnings
12850                 Patch by Daniel Gustafson
12851
12852 2005-09-14 [paul]       1.9.14cvs25
12853
12854         * src/addressbook.c
12855                 add missing column header, and other small
12856                 bug fixes
12857                 Patch by Anders Hammar
12858
12859 2005-09-13 [colin]      1.9.14cvs24
12860
12861         * src/gtk/gtkaspell.c
12862                 Fix non-utf8 in menu
12863                 Fix little leaks
12864                 Nullify struct members after free()s
12865
12866 2005-09-13 [colin]      1.9.14cvs23
12867
12868         * src/compose.c
12869                 Test utf8 compliance before inserting to 
12870                 buffer, and try to convert if necessary
12871         * src/procmime.c
12872                 If no charset is present, use the locale 
12873                 one instead of us-ascii
12874         * src/procmsg.c
12875                 Add Sender, List-Post and To in the checked 
12876                 headers for automatic rules creation 
12877                 (thanks to wwp)
12878         * src/prefs_themes.c
12879         * src/gtk/gtkaspell.c
12880                 Remove deprecated functions. 
12881                 patch by Daniel Gustafson
12882
12883 2005-09-12 [colin]      1.9.14cvs22
12884
12885         * src/compose.c
12886                 Fix bug #448 (Scrolling/Redraw issue with 
12887                 address-fields in Header)
12888         * src/mainwindow.c
12889         * src/summaryview.c
12890         * src/summaryview.h
12891                 Fix loss of MSG_MARKED on move/copy
12892                 Fix bug #804 (Quicksearch togglebutton doesn't 
12893                 get depressed after '/' key is pressed)
12894
12895 2005-09-12 [paul]       1.9.14cvs21
12896
12897         * AUTHORS
12898         * src/gtk/logwindow.c
12899                 add 'Clear Log' to popup menu
12900                 Patch by Anders Hammar <anders.hammar@telia.com>
12901
12902 2005-09-12 [paul]       1.9.14cvs20
12903
12904         * src/compose.c
12905                 set correct sensitivity on attachments
12906                 popup menu
12907         * src/folder.c
12908                 fix typo
12909         * src/prefs_spelling.c
12910                 fix crash when no LANG env is set
12911         * src/common/xml.c
12912                 fix crash in wizard
12913                 don't use memeory after free
12914
12915         All patches by Daniel Gustafson
12916
12917 2005-09-12 [paul]       1.9.14cvs19
12918
12919         * src/prefs_themes.c
12920                 make theme info selectable
12921         * src/gtk/description_window.c
12922                 make window non-modal
12923         * tools/README
12924                 add details of asus_mailed.sh
12925         * tools/claws.i18n.status.pl
12926                 update for new zh_TW translator
12927                 widen the output
12928                 create alternate coloured lines
12929                 improve readability
12930
12931 2005-09-10 [colin]      1.9.14cvs18
12932
12933         * src/plugins/pgpcore/select-keys.c
12934                 Better order for the buttons
12935
12936 2005-09-10 [colin]      1.9.14cvs17
12937
12938         * src/compose.c
12939         * src/plugins/pgpcore/select-keys.c
12940         * src/plugins/pgpcore/select-keys.h
12941         * src/plugins/pgpcore/sgpgme.c
12942                 Add a "Don't encrypt" button to the key
12943                 selection dialog. Fixes bug #177 (There should be a 
12944                 'Don't encrypt button in the Select Keys dialog)
12945
12946 2005-09-10 [colin]      1.9.14cvs16
12947
12948         * src/compose.c
12949                 Fix bug #572 (%X option does not work with templates)
12950
12951 2005-09-10 [colin]      1.9.14cvs15
12952
12953         * src/toolbar.c 
12954                 Remove g_print
12955
12956 2005-09-10 [colin]      1.9.14cvs14
12957
12958         * src/imap.c
12959                 Fix a possible crash
12960
12961 2005-09-09 [colin]      1.9.14cvs13
12962
12963         * src/imap.c
12964         * src/etpan/imap-thread.c
12965         * src/etpan/imap-thread.h
12966                 Fix moving from queue or drafts to normal folders
12967                 Fix bug #794 (No way to delete without expunging)
12968                 Take flags unset by other mailers into account
12969                 Take deleted flag set by other mailers into account
12970                 Fix unsetting REPLIED flag
12971                 Fix crash when capabilities can't be retrieved
12972         * src/mainwindow.c
12973         * src/mainwindow.h
12974                 Add M_DELAYED_FLAGS condition, and let the user use
12975                 Execute in order to be able to expunge deleted mails,
12976                 even if he's not in delayed execute mode
12977         * src/prefs_spelling.c
12978                 Use 'en' dictionary by default if LANG is POSIX or C
12979         * src/gtk/prefswindow.c
12980                 Fix bug #767 (Preferences windows expanding) by making
12981                 the window a bit larger when the resolution is greater
12982                 than 640x480, and by putting the prefs in a
12983                 GtkScrolledWindow.
12984
12985 2005-09-09 [paul]       1.9.14cvs12
12986
12987         * AUTHORS
12988         * configure.ac
12989         * po/zh_TW.Big5.po      ** REMOVED **
12990         * po/zh_TW.po           ** ADDED **
12991                 updated by Wei-Lun Chao
12992
12993 2005-09-09 [paul]       1.9.14cvs11
12994
12995         * src/mainwindow.c
12996                 fix asserts
12997         * src/common/xml.c
12998                 delay memory allocation until file is
12999                 opened successfully
13000                 Patch by Daniel Gustafson
13001
13002 2005-09-09 [colin]      1.9.14cvs10
13003
13004         * src/imap.c
13005                 Add guards
13006
13007 2005-09-08 [colin]      1.9.14cvs9
13008
13009         * src/compose.c
13010                 Alert when we can't save draft
13011                 Fix various wrap/color issues
13012                 Add mid-click pasting respecting wrap_paste option
13013         * src/folder.c
13014         * src/folder.h
13015         * src/folder_item_prefs.c
13016         * src/folder_item_prefs.h
13017         * src/imap.c
13018         * src/imap_gtk.c
13019         * src/imap_gtk.h
13020         * src/main.c
13021         * src/mainwindow.c
13022         * src/mainwindow.h
13023         * src/news.c
13024         * src/news_gtk.c
13025         * src/news_gtk.h
13026         * src/prefs_folder_item.c
13027                 Fix the impossibility to synchronise folders for
13028                 offline use (IMAP and NNTP are concerned)
13029
13030 2005-09-08 [colin]      1.9.14cvs8
13031
13032         * configure.ac
13033                 Build LDAP and JPilot by default if available
13034         * src/textview.c
13035                 Fix use after free
13036
13037 2005-09-08 [paul]       1.9.14cvs7
13038
13039         * doc/manual/en/sylpheed-1.html
13040         * doc/manual/en/sylpheed-18.html
13041         * doc/manual/en/sylpheed-19.html
13042         * doc/manual/en/sylpheed-4.html
13043         * doc/manual/en/sylpheed-6.html
13044         * doc/manual/en/sylpheed.html
13045                 a few minor updates, plus include some
13046                 details about plugins and their requirements
13047         * src/mainwindow.c
13048                 minor changes to English in /View/Sort
13049
13050 2005-09-07 [colin]      1.9.14cvs6
13051
13052         * doc/manual/en/sylpheed-1.html
13053         * doc/manual/en/sylpheed-10.html
13054         * doc/manual/en/sylpheed-11.html
13055         * doc/manual/en/sylpheed-12.html
13056         * doc/manual/en/sylpheed-13.html
13057         * doc/manual/en/sylpheed-14.html
13058         * doc/manual/en/sylpheed-15.html
13059         * doc/manual/en/sylpheed-16.html
13060         * doc/manual/en/sylpheed-17.html
13061         * doc/manual/en/sylpheed-18.html
13062         * doc/manual/en/sylpheed-19.html
13063         * doc/manual/en/sylpheed-2.html
13064         * doc/manual/en/sylpheed-20.html
13065         * doc/manual/en/sylpheed-21.html
13066         * doc/manual/en/sylpheed-22.html
13067         * doc/manual/en/sylpheed-3.html
13068         * doc/manual/en/sylpheed-4.html
13069         * doc/manual/en/sylpheed-5.html
13070         * doc/manual/en/sylpheed-6.html
13071         * doc/manual/en/sylpheed-7.html
13072         * doc/manual/en/sylpheed-8.html
13073         * doc/manual/en/sylpheed-9.html
13074         * doc/manual/en/sylpheed.html
13075                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
13076
13077 2005-09-07 [colin]      1.9.14cvs5
13078
13079         * src/mainwindow.c
13080                 Make labels more to-the-point
13081
13082 2005-09-07 [colin]      1.9.14cvs4
13083
13084         * doc/manual/en/sylpheed-1.html
13085         * doc/manual/en/sylpheed-12.html
13086         * doc/manual/en/sylpheed-13.html
13087         * doc/manual/en/sylpheed-14.html
13088         * doc/manual/en/sylpheed-15.html
13089         * doc/manual/en/sylpheed-16.html
13090         * doc/manual/en/sylpheed-17.html
13091         * doc/manual/en/sylpheed-18.html
13092         * doc/manual/en/sylpheed-19.html
13093         * doc/manual/en/sylpheed-2.html
13094         * doc/manual/en/sylpheed-20.html
13095         * doc/manual/en/sylpheed-21.html
13096         * doc/manual/en/sylpheed-22.html
13097         * doc/manual/en/sylpheed-4.html
13098         * doc/manual/en/sylpheed-5.html
13099         * doc/manual/en/sylpheed-6.html
13100         * doc/manual/en/sylpheed-7.html
13101         * doc/manual/en/sylpheed-8.html
13102         * doc/manual/en/sylpheed-9.html
13103         * doc/manual/en/sylpheed.html
13104                 Update manual
13105
13106 2005-09-07 [colin]      1.9.14cvs3
13107
13108         * doc/faq/en/sylpheed-faq-1.html
13109         * doc/faq/en/sylpheed-faq-2.html
13110         * doc/faq/en/sylpheed-faq-3.html
13111         * doc/faq/en/sylpheed-faq.html
13112                 Update FAQ
13113
13114 2005-09-07 [colin]      1.9.14cvs2
13115
13116         * src/folderview.c
13117         * src/procmsg.c
13118         * src/summaryview.c
13119         * src/toolbar.c
13120                 Fix special subfolders:
13121                 - Inherit parent's icon
13122                 - sent contents of queues subfolders
13123                 - empty subfolders of trashes
13124         * src/mainwindow.c
13125                 Remove outdated manual and faq entries
13126         * src/common/utils.c
13127                 Add quotes around %s coming from mailcap
13128
13129 2005-09-07 [colin]      1.9.14cvs1
13130
13131         * src/compose.c
13132                 After saving draft, set modified to FALSE
13133         * src/mimeview.c
13134         * src/common/utils.c
13135         * src/common/utils.h
13136                 Try to open mime parts using what is 
13137                 indicated in ~/.mailcap or /etc/mailcap,
13138                 if possible.
13139
13140 2005-09-05 [paul]       1.9.14
13141
13142         1.9.14 released
13143
13144         * po/sk.po
13145                 updated by Andrej Kacian
13146
13147 2005-09-05 [paul]       1.9.13cvs83
13148
13149         * po/de.po
13150         * po/es.po
13151         * po/fi.po
13152         * po/fr.po
13153         * po/nb.po
13154         * po/pt_BR.po
13155         * po/sr.po
13156                 updated translations by Thomas Gilgin, Ricardo Mones
13157                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
13158                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
13159
13160 2005-09-04 [paul]       1.9.13cvs82
13161
13162         * src/compose.c
13163                 only warn about exceeded line length limit
13164                 on send
13165
13166 2005-09-04 [paul]       1.9.13cvs81
13167
13168         * src/compose.c
13169                 fix crash in 'line length exceeded' dialogue
13170
13171 2005-09-02 [paul]       1.9.13cvs80
13172
13173         * src/imap.c
13174                 fix bug 795, 'Connection lost IMAP'
13175                 and add statusbar prints
13176                 Patch by Colin
13177
13178 2005-09-02 [paul]       1.9.13cvs79
13179
13180         * src/compose.c
13181                 compose_wrap_paragraph() becomes
13182                 compose_beautify_paragraph()
13183                 Patch by Colin
13184
13185 2005-09-02 [colin]      1.9.13cvs78
13186
13187         * src/folderview.c
13188                 Micro-fix
13189
13190 2005-09-01 [colin]      1.9.13cvs77
13191
13192         * src/imap.c
13193                 Maybe fix bug #795 (Connection lost IMAP)
13194                 Don't try to send logout when we're disconnected.
13195         * src/summaryview.c
13196                 Include locked and marked emails in HRM
13197                 view. Fixes bug #800 (Locked messages no longer 
13198                 show up when hide read messages is used)
13199
13200 2005-09-01 [paul]       1.9.13cvs76
13201
13202         * src/prefs_common.c
13203                 fix bad cutting
13204
13205 2005-08-31 [colin]      1.9.13cvs75
13206
13207         * src/folderview.c
13208         * src/folderview.h
13209         * src/prefs_summaries.c
13210         * src/summaryview.c
13211                 Fix "go to next new", fix preference
13212                 (Open unread/next swapped)
13213
13214 2005-08-31 [paul]       1.9.13cvs74
13215
13216         * src/compose.c
13217         * src/folderview.c
13218         * src/headerview.c
13219         * src/headerview.h
13220         * src/mainwindow.c
13221         * src/prefs_common.c
13222         * src/prefs_common.h
13223         * src/prefs_fonts.c
13224         * src/summaryview.c
13225         * src/textview.c
13226         * src/common/defs.h
13227                 remove obsolete BOLD_FONT setting
13228                 fix font update in headerview and textview
13229                 headers after prefs change
13230                 Patch By Colin
13231
13232 2005-08-31 [paul]
13233
13234         1.9.14-rc4 released
13235
13236 2005-08-30 [colin]      1.9.13cvs73
13237
13238         * src/summaryview.c
13239                 When Hide read messages is selected and we
13240                 refresh the summaryview, don't remove the 
13241                 currently displayed message. Fixes bug #797
13242                 (Summary view reloads when new mail is 
13243                 downloaded in 1.9.14 rc)
13244
13245 2005-08-30 [colin]      1.9.13cvs72
13246
13247         * src/folderview.c
13248                 Fix flickering
13249         * src/mainwindow.c
13250                 Remove useless callback
13251         * src/mimeview.c
13252         * src/gtk/filesel.c
13253         * src/gtk/filesel.h
13254                 Add a filesel_select_file_save_folder() - used by Save All
13255
13256 2005-08-29 [paul]       1.9.13cvs71
13257
13258         * AUTHORS
13259         * src/matcher_parser_parse.y
13260         * src/etpan/imap-thread.c
13261                 fix building on FreeBSD
13262                 Patch by Daniel Gustafson <daniel@hobbit.se>
13263
13264 2005-08-29 [paul]       1.9.13cvs70
13265
13266         * src/plugins/pgpinline/pgpinline.c
13267                 only initialise sig result if it's been handled
13268                 Patch by Colin
13269
13270 2005-08-29 [paul]       1.9.13cvs69
13271         
13272         Patches by Colin:
13273
13274         * src/imap.c
13275         * src/common.utils.c
13276         * src/common/utils.h
13277                 optimisation
13278         * src/stock_pixmap.h
13279                 fix wrong icon reference
13280         * src/pixmaps/trash_btn.xpm
13281                 replace with nicer image
13282
13283 2005-08-28 [colin]      1.9.13cvs68
13284
13285         * src/Makefile.am
13286         * src/stock_pixmap.c
13287         * src/stock_pixmap.h
13288         * src/toolbar.c
13289         * src/pixmaps/trash_btn.xpm
13290                 Add a specific trash xpm for the button
13291
13292 2005-08-28 [colin]      1.9.13cvs67
13293
13294         * src/imap.c
13295                 Fix leak
13296
13297 2005-08-27 [colin]      1.9.13cvs66
13298
13299         * src/imap.c
13300         * src/procmime.c
13301                 Correctly fix "Problem with replies", fixes
13302                 pgpmime encryption too. 
13303
13304 2005-08-27 [colin]      1.9.13cvs65
13305
13306         * src/folder.c
13307         * src/procmsg.c
13308         * src/procmsg.h
13309         * src/summaryview.c
13310                 Fix bug #517 (messages removed from summaryview 
13311                 when moving fails)
13312
13313 2005-08-27 [colin]      1.9.13cvs64
13314
13315         * tools/Makefile.am
13316         * tools/asus_mailled.sh
13317                 Add a script to blink ASUS laptops' mail LED where there
13318                 is unread mail.
13319
13320 2005-08-27 [colin]      1.9.13cvs63
13321
13322         * src/imap.c
13323         * src/etpan/imap-thread.c
13324         * src/etpan/imap-thread.h
13325                 Implement automatic choosing of login method
13326                 Fixes bug #791
13327         * src/gtk/.cvsignore
13328                 Add sylpheed-marshal.[ch]
13329
13330 2005-08-27 [colin]      1.9.13cvs62
13331
13332         * src/common/utils.c
13333                 Fix confusing perror
13334
13335 2005-08-27 [colin]      1.9.13cvs61
13336
13337         * src/toolbar.c
13338         * src/toolbar.h
13339                 Remove A_DELETE, replace it with 
13340                 A_TRASH and A_DELETE_REAL. Automatically
13341                 rewrite config files to replace A_DELETE
13342                 with A_TRASH (no functionality change).
13343                 Fixes half of #794
13344
13345 2005-08-26 [colin]      1.9.13cvs60
13346
13347         * src/procmime.c
13348                 Previous "Problem with replies" fix brought other
13349                 problems, fixing them
13350
13351 2005-08-26 [colin]      1.9.13cvs59
13352
13353         * src/procmime.c
13354                 Fix "Problem with replies". This happened only
13355                 on IMAP...
13356         * src/procmsg.c
13357                 Factorize code a bit
13358         * src/compose.c
13359                 Speed improvement on very long messages (wrapping)
13360                 Fix signature color on Reedit and Redirect
13361                 On Reedit, don't attach pgp-signatures parts, but
13362                 set signing to On.
13363
13364 2005-08-24 [paul]       1.9.13cvs58
13365
13366         * src/compose.c
13367                 don't claim success when clicking
13368                 Cancel on the passphrase box.
13369                 Patch by Colin
13370
13371 2005-08-24 [paul]       1.9.13cvs57
13372
13373         * src/main.c
13374                 fix misplaced sylpheed.log
13375         * src/common/defs.h
13376                 define UIDL_DIR
13377
13378 2005-08-24 [paul]       1.9.13cvs56
13379
13380         * src/imap.c
13381         * src/etpan/imap-thread.c
13382         * src/etpan/imap-thread.h
13383                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
13384                 Patch by Colin
13385         * src/gtk/sylpheed-marshal.c    ** REMOVED **
13386         * src/gtk/sylpheed-marshal.h    ** REMOVED **
13387                 remove autogenerated files
13388         * tools/kdeservicemenu/README
13389         * tools/kdeservicemenu/install.sh
13390         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13391         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13392                 use Claws icon, use 'Sylpheed-Claws' in menu,
13393                 use kdialog, and other cleanups
13394
13395 2005-08-23 [paul]       1.9.13cvs55
13396
13397         * src/compose.c
13398                 fix paste/wrap crash
13399                 Patch by Colin
13400
13401 2005-08-23 [paul]       1.9.13cvs54
13402
13403         * src/main.c
13404                 fix crash recovery
13405                 Patch by Colin
13406
13407 2005-08-23 [paul]       1.9.13cvs53
13408
13409         * src/addressbook.c
13410         * src/editaddress.c
13411                 view all data of LDAP contacts
13412                 Patch by Colin
13413
13414 2005-08-23 [paul]       1.9.13cvs52
13415
13416         * src/addressbook.c
13417                 fix issues with the Search field
13418                 Patch by Colin
13419
13420 2005-08-22 [paul]       1.9.13cvs51
13421
13422         * src/folderview.c
13423                 put name of folder in processing dialog
13424                 title
13425         * src/prefs_folder_item.c
13426                 improve english usage
13427
13428 2005-08-22 [paul]       1.9.13cvs50
13429
13430         * src/filtering.c
13431         * src/filtering.h
13432         * src/matcher.c
13433         * src/matcher_parser_lex.l
13434         * src/matcher_parser_parse.y
13435         * src/prefs_filtering.c
13436                 add Filtering/Processing rule names feature.
13437                 (the incompatible old matcherrc is saved as
13438                 matcherrc.pre_names).
13439                 Patch by Colin
13440
13441 2005-08-22 [paul]       1.9.13cvs49
13442
13443         * src/procmsg.c
13444                 fix colour labelling
13445                 Patch by Colin
13446
13447 2005-08-22 [paul]       1.9.13cvs48
13448
13449         * src/textview.c
13450                 fix open_image_cb()
13451
13452 2005-08-22 [paul]       1.9.13cvs47
13453
13454         * src/imap.c
13455                 fix bug 789, 'SC crashes with imap (CVS ver)'
13456                 Patch by Colin
13457
13458 2005-08-22 [paul]       1.9.13cvs46
13459
13460         * src/mimeview.c
13461         * src/prefs_common.c
13462         * src/common/defs.h
13463                 define reused defaults in defs.h
13464         * src/textview.c
13465                 add 'Open image' to image popup menu
13466
13467 2005-08-21 [colin]      1.9.13cvs45
13468
13469         * src/summaryview.c
13470                 Fix bug #788 (Bogus "From" address displayed)
13471
13472 2005-08-20 [colin]      1.9.13cvs44
13473
13474         * src/folder.c
13475                 Fix buf #787 (multilevel delete causes SIGSEGV)
13476
13477 2005-08-19 [colin]      1.9.13cvs43
13478
13479         * src/inc.c
13480         * src/prefs_common.c
13481         * src/prefs_common.h
13482                 Add an hidden pref to allow modifying the
13483                 update stepping in incorporation.
13484                 Patch by wwp.
13485
13486 2005-08-19 [colin]      1.9.13cvs42
13487
13488         * src/compose.c
13489         * src/procmime.c
13490                 Workaround for broken MUAs: encode 
13491                 Content-type: name: as ASCII and 
13492                 Content-Disposition: filename: as
13493                 per rfc2231
13494         * src/prefs_account.c
13495                 Fix invisible-ness of SMTP SSL prefs
13496                 in NNTP accounts
13497
13498 2005-08-19 [paul]       1.9.13cvs41
13499
13500         * src/compose.c
13501         * src/prefs_common.c
13502         * src/prefs_common.h
13503         * src/prefs_wrapping.c
13504                 paste with or without wrapping.
13505                 patch by Colin
13506
13507 2005-08-19 [paul]       1.9.13cvs40
13508
13509         * src/prefs_common.c
13510         * src/prefs_common.h
13511         * src/summaryview.c
13512                 reintroduce enable_swap_from as a
13513                 hidden pref. patch by Colin
13514         * src/quote_fmt_parse.y
13515         * src/plugins/clamav/clamav_plugin.c
13516         * src/plugins/dillo_viewer/dillo_viewer.c
13517         * src/plugins/mathml_viewer/mathml_viewer.c
13518         * src/plugins/pgpcore/sgpgme.c
13519         * src/plugins/pgpinline/pgpinline.c
13520         * src/plugins/pgpmime/pgpmime.c
13521                 tidy up. patch by Colin
13522
13523 2005-08-19 [paul]       1.9.13cvs39
13524
13525         * configure.ac
13526                 complete cvs38's sync
13527         * src/editaddress.c
13528         * src/gedit-print.c
13529         * src/mutt.c
13530         * src/etpan/etpan-log.c
13531         * src/etpan/imap-thread.c
13532         * src/gtk/gtksourceprintjob.c
13533                 fix compilation warnings
13534                 (patch by Colin)
13535
13536 2005-08-19 [paul]       1.9.13cvs38
13537
13538         sync with main:
13539
13540         * src/account.c
13541         * src/action.c
13542         * src/addrbook.c
13543         * src/addrcache.c
13544         * src/addrharvest.c
13545         * src/addrindex.c
13546         * src/codeconv.c
13547         * src/compose.c
13548         * src/crash.c
13549         * src/exporthtml.c
13550         * src/exportldif.c
13551         * src/folder.c
13552         * src/image_viewer.c
13553         * src/inc.c
13554         * src/inc.h
13555         * src/jpilot.c
13556         * src/ldif.c
13557         * src/main.c
13558         * src/matcher.c
13559         * src/mbox.c
13560         * src/messageview.c
13561         * src/mh.c
13562         * src/mimeview.c
13563         * src/msgcache.c
13564         * src/mutt.c
13565         * src/news.c
13566         * src/partial_download.c
13567         * src/pine.c
13568         * src/pop.c
13569         * src/prefs_actions.c
13570         * src/prefs_common.c
13571         * src/prefs_customheader.c
13572         * src/prefs_display_header.c
13573         * src/prefs_gtk.c
13574         * src/prefs_themes.c
13575         * src/procheader.c
13576         * src/procmime.c
13577         * src/procmsg.c
13578         * src/recv.c
13579         * src/send_message.c
13580         * src/simple-gettext.c
13581         * src/sourcewindow.c
13582         * src/textview.c
13583         * src/vcard.c
13584         * src/common/defs.h
13585         * src/common/log.c
13586         * src/common/plugin.c
13587         * src/common/prefs.c
13588         * src/common/session.c
13589         * src/common/session.h
13590         * src/common/socket.c
13591         * src/common/socket.h
13592         * src/common/ssl_certificate.c
13593         * src/common/template.c
13594         * src/common/utils.c
13595         * src/common/utils.h
13596         * src/common/xml.c
13597         * src/gtk/about.c
13598         added wrappers for C library function that
13599                 take pathname arguments.
13600                 enabled compilation with MinGW.
13601                 use GDir instead of directly using opendir().
13602                 added rename_force().
13603
13604 2005-08-19 [paul]       1.9.13cvs37
13605         
13606         patches by Colin:
13607         * src/compose.c
13608                 fix privacy settings on re-editing
13609                 a sent message
13610         * src/jpilot.c
13611                 fix encoding bug
13612         * src/folder.c
13613         * src/procmsg.c
13614         * src/procmsg.h
13615         * src/summaryview.c
13616                 flag changing optimisation
13617
13618 2005-08-18 [martin]     1.9.13cvs36
13619
13620         * commitHelper
13621             added my login
13622         * src/addrcache.c
13623         * src/addrharvest.c
13624         * src/addrindex.c
13625         * src/compose.c
13626         * src/grouplistdialog.c
13627         * src/main.c
13628         * src/mainwindow.c
13629         * src/msgcache.c
13630         * src/mutt.c
13631         * src/pine.c
13632         * src/prefs_account.c
13633         * src/prefs_themes.c
13634         * src/stock_pixmap.c
13635         * src/summaryview.c
13636         * src/gtk/about.c
13637         * src/gtk/logwindow.c
13638             removed deprecated glib and gdk stuff
13639         * src/plugins/pgpcore/select-keys.c
13640             convert attributes from locale to utf8
13641
13642 2005-08-17 [paul]       1.9.13cvs35
13643
13644         * src/account.c
13645         * src/addressbook.c
13646                 use new GTK_STOCK_ icons if available
13647         * src/summaryview.c
13648         * src/gtk/gtksctree.c
13649         * src/gtk/gtksctree.h
13650                 faster range select. patch by Colin
13651
13652 2005-08-17 [paul]       1.9.13cvs34
13653
13654         patches by colin:
13655         * src/addressbook.c
13656         * src/addressitem.h
13657                 Add an edit button for contacts, fix selections
13658                 of gtksctree items
13659         * src/editaddress.c
13660                 Change labels, let Save be always possible in the
13661                 email and user atributes tabs
13662         * src/folderview.c
13663                 fix sort issues
13664         * src/summaryview.c
13665                 select next item instead of the displayed one
13666                 after deletion
13667
13668         * src/gtk/progressdialog.c
13669                 use prefs_common.enable_rules_hint
13670
13671 2005-08-13 [hoa]        1.9.13cvs33
13672
13673         * src/etpan/imap-thread.c
13674                 fixed build on Solaris.
13675
13676 2005-08-10 [colin]      1.9.13cvs32
13677
13678         * src/procmsg.c
13679                 Fix cvs31 (missing fclose before reading
13680                 the file)
13681
13682 2005-08-10 [colin]      1.9.13cvs31
13683
13684         * src/procmsg.c
13685                 Fix procmsg_msginfo_new_from_mimeinfo() when
13686                 the MimeInfo isn't stored in memory. This fixes
13687                 replying to an attached message.
13688
13689 2005-08-10 [colin]      1.9.13cvs30
13690
13691         * src/mainwindow.c
13692                 Fix slowness in account changing
13693
13694 2005-08-10 [colin]      1.9.13cvs29
13695
13696         * src/folder.c
13697         * src/folderutils.c
13698         * src/folderview.c
13699         * src/imap_gtk.c
13700         * src/mainwindow.c
13701         * src/mh_gtk.c
13702         * src/procmsg.c
13703         * src/summaryview.c
13704                 Optimize folder_has_parent_of_type
13705                 Prevent moving special sub-folders from contextual menus
13706                 Rework message a bit ("Empty all messages" -> "Delete all
13707                 messages")
13708                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
13709                 and "Deleted Items" folders)
13710
13711 2005-08-08 [colin]      1.9.13cvs28
13712
13713         * src/summaryview.c
13714         * src/prefs_summaries.c
13715                 Make "Select first unread|new" more flexible
13716                 (just prioritize new or unread)
13717
13718 2005-08-08 [colin]      1.9.13cvs27
13719
13720         * src/summaryview.c
13721                 If "select first new" is selected and there only
13722                 are unread messages, fallback to "select first
13723                 unread".
13724
13725 2005-08-08 [colin]      1.9.13cvs26
13726
13727         * src/folder.c
13728                 Fix shameful bugs (and bug #779)
13729
13730 2005-08-08 [colin]      1.9.13cvs25
13731
13732         * src/folder.c
13733         * src/folder.h
13734                 Cache parents' type to make folder_has_parent_of_type
13735                 faster
13736         * src/folderview.c
13737                 Forbid DnD of special sub-folders
13738         * src/procmsg.c
13739         * src/procmsg.h
13740                 Add MAIL_POSTFILTERING_HOOK
13741         * src/summaryview.c
13742                 Revert over-zealous deletion of the use_addr_book 
13743                 code
13744
13745 2005-08-07 [colin]      1.9.13cvs24
13746
13747         * src/folder.c
13748                 Fix big mistake (passing MsgInfo instead 
13749                 of FolderItem)
13750
13751 2005-08-07 [colin]      1.9.13cvs23
13752
13753         * src/compose.c
13754         * src/folder.c
13755         * src/folder.h
13756         * src/foldersel.c
13757         * src/folderutils.c
13758         * src/folderview.c
13759         * src/imap.c
13760         * src/mainwindow.c
13761         * src/messageview.c
13762         * src/mh.c
13763         * src/msgcache.c
13764         * src/procmime.c
13765         * src/summaryview.c
13766                 Make subfolders of Drafts, Queue, Outbox, Trash
13767                 work like their parents. 
13768                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
13769
13770 2005-08-07 [colin]      1.9.13cvs22
13771
13772         * src/addressbook.c
13773                 Fix bug #771 (Dragged contacts not saved)
13774
13775 2005-08-07 [paul]       1.9.13cvs21
13776
13777         * src/summaryview.c
13778                 fix bug 32 'Search Doesn't display results
13779                 if "Hide Read Messages" is chosen'
13780                 be more literal in interpreting 'Hide read
13781                 messages'
13782
13783 2005-08-07 [colin]      1.9.13cvs20
13784
13785         * src/folderview.c
13786                 Add debug
13787         * src/summaryview.c
13788                 Faster 'unthread_for_execution'
13789
13790 2005-08-06 [paul]       1.9.13cvs19
13791
13792         * src/mainwindow.c
13793                 add mnemonics to Set displayed columns
13794                 fix bug where msgview_visible option was
13795                 overwritten as TRUE on startup
13796
13797 2005-08-06 [paul]       1.9.13cvs18
13798
13799         * src/mainwindow.c
13800                 refer to 'displayed columns in folder/message
13801                 list' not 'displayed items in summary/message view'
13802         * src/prefs_display_header.c
13803                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
13804                 be consistent with similar dialogues
13805         * src/prefs_folder_column.c
13806         * src/prefs_summary_column.c
13807                 'columns' not 'items', and folder and message lists,
13808                 instead of folder and summary views;
13809                 Use 'Hidden columns' as list heading not 'Available
13810                 items';
13811                 move the 'Remove' button to the right hand side;
13812                 top-align the buttons;
13813                 remove unneeded vbox
13814         * src/prefs_summaries.c
13815                 put the 2 column prefs buttons in a frame to reduce
13816                 overall width; refer to columns not items &c.
13817
13818 2005-08-05 [colin]      1.9.13cvs17
13819
13820         * src/prefs_common.c
13821         * src/prefs_common.h
13822         * src/mainwindow.c
13823         * src/compose.c
13824         * src/messageview.c
13825                 Add an hidden toolbar_detachable pref, so
13826                 that I can get rid of these painful handles
13827                 in the toolbars. Defaults to TRUE to avoid
13828                 changing the GUI on unsuspecting people...
13829
13830 2005-08-05 [colin]      1.9.13cvs16
13831
13832         * src/Makefile.am
13833         * src/prefs_folder_column.c
13834         * src/prefs_folder_column.h
13835                 Add prefs for folder columns
13836         * src/folderview.c
13837         * src/folderview.h
13838         * src/mainwindow.c
13839         * src/mainwindow.h
13840         * src/prefs_common.c
13841         * src/prefs_common.h
13842         * src/prefs_summaries.c
13843                 Use them
13844         * src/prefs_summary_column.c
13845         * src/summaryview.c
13846         * src/summaryview.h
13847                 Add a To column
13848         * src/textview.c
13849         * src/common/utils.c
13850         * src/common/utils.h
13851                 Move uri colourisation functions
13852                 to utils
13853         * src/compose.c
13854                 Colourise URIs
13855         * src/imap.c
13856                 Fix bug with LIST where we'd try
13857                 to get Folder//////[...]/// 
13858
13859 2005-08-05 [paul]       1.9.13cvs15
13860
13861         * src/prefs_summaries.c
13862                 improve the English usage
13863         * src/summaryview.c
13864                 set font on column change
13865                 thanks to Colin
13866
13867 2005-08-05 [paul]       1.9.13cvs14
13868
13869         * src/prefs_common.c
13870         * src/prefs_common.h
13871         * src/prefs_summaries.c
13872         * src/summaryview.c
13873                 replace 'open_unread_on_enter' option with
13874                 'select_on_entry' option. opening/not opening
13875                 is now exclusively controlled by 'always_show_msg'
13876
13877 2005-08-04 [colin]      1.9.13cvs13
13878
13879         * src/compose.c
13880                 Remove dead code
13881                 Add colourisation of quotes and signatures
13882         * src/folderview.c
13883                 Fix possible crashes
13884         * src/messageview.c
13885                 Change an assert that is no problem
13886         * src/news.c
13887         * src/news_gtk.c
13888         * src/news_gtk.h
13889                 Fix offline mode
13890         * src/gtk/quicksearch.c
13891                 Fix a possible crash
13892
13893 2005-08-03 [colin]      1.9.13cvs12
13894
13895         * src/prefs_account.c
13896                 Fix bug #777 (Sylpheed crash in account configuration)
13897
13898 2005-08-03 [colin]      1.9.13cvs11
13899
13900         * src/addressbook.c
13901         * src/editaddress.c
13902         * src/editgroup.c
13903                 Fixing addressbook, round 2
13904         * src/textview.c
13905                 Fix emphasis color on rechecking 'Colorize messages'
13906
13907 2005-08-03 [paul]       1.9.13cvs10
13908
13909         sync with main
13910
13911         * src/addr_compl.c
13912         * src/compose.c
13913         * src/main.c
13914         * src/pop.c
13915         * src/prefs_account.c
13916         * src/procmime.c
13917         * src/procmsg.c
13918         * src/quote_fmt_parse.y
13919         * src/textview.c
13920         * src/common/quoted-printable.c
13921         * src/common/utils.c
13922         * src/common/utils.h
13923         * src/common/xml.c
13924                 replaced incorrect locale-independent
13925                 ctype functions with GLib's. Corrected
13926                 signedness mismatch.
13927         * src/headerview.c
13928                 headerview_create(): added spacing for vbox.
13929         * src/gtk/about.c
13930                 set focus to the OK button.
13931
13932 2005-08-03 [colin]      1.9.13cvs9
13933
13934         * src/folderview.c
13935                 Fix possible crash
13936
13937 2005-08-02 [colin]      1.9.13cvs8
13938
13939         * src/mainwindow.c
13940                 Fix cast
13941         * src/addressbook.c
13942         * src/addressitem.h
13943                 Fix a cast and more generally, try to make the
13944                 GUI more intuitive and consistent (round 1)
13945
13946 2005-08-02 [paul]       1.9.13cvs7
13947
13948         * src/folder.h
13949                 missing in 1.9.13cvs6
13950
13951 2005-08-02 [colin]      1.9.13cvs6
13952
13953         * src/folder.c
13954                 Fix one more leak
13955
13956 2005-08-02 [colin]      1.9.13cvs5
13957
13958         * src/folder.c
13959         * src/folderview.c
13960         * src/imap.c
13961         * src/main.c
13962         * src/mbox.c
13963         * src/procmsg.c
13964         * src/summaryview.c
13965                 Fix a number of folder_item_get_msg_list()-related
13966                 leaks (missing procmsg_msginfo_free()s)
13967
13968 2005-08-01 [colin]      1.9.13cvs4
13969
13970         * src/folderview.c
13971         * src/folderview.h
13972         * src/mainwindow.c
13973         * src/prefs_fonts.c
13974         * src/prefs_summaries.c
13975         * src/prefs_themes.c
13976         * src/summaryview.c
13977         * src/summaryview.h
13978         * src/textview.c
13979         * src/textview.h
13980                 Fix instant-apply of summary and folderview-related prefs
13981                 Fix erroneous g_free and alertpanels in prefs_theme
13982                 Add instant-apply for fonts
13983                 Defer applying of prefs a little bit so it's done only
13984                 once even if requested by multiples prefs pages
13985
13986 2005-08-01 [paul]       1.9.13cvs3
13987
13988         * src/main.c
13989                 fix bug 776 'S.C. crashes on close'
13990                 thanks to Colin
13991         * src/etpan/etpan-thread-manager-types.h
13992                 add missing include
13993                 thanks to Hoa
13994
13995 2005-07-25 [paul]       1.9.13cvs2
13996
13997         * src/summaryview.c
13998                 fix typos. spotted by Fabien Vantard
13999
14000 2005-07-24 [paul]       1.9.13cvs1
14001
14002         * doc/man/sylpheed.1
14003                 update man page, incorporating fix of
14004                 bug 769 'Typo in manpage'
14005         * src/etpan/imap-thread.c
14006                 fix NetBSD openssl dependencies. patch by
14007                 George Michaelson <ggm@apnic.net>
14008         * po/pt_BR.po
14009                 updated by Frederico Goncalves Guimaraes
14010
14011 2005-07-22 [paul]       1.9.13
14012
14013         1.9.13 release
14014
14015 2005-07-22 [paul]       1.9.12cvs91
14016
14017         * AUTHORS
14018         * INSTALL
14019         * README.claws
14020         * RELEASE_NOTES.claws
14021                 updated for release
14022         * configure.ac
14023         * po/nb.po
14024         * tools/claws.i18n.status.pl
14025                 add Norwegian translation. submiited by
14026                 Geir Helland <pjallabais@users.sourceforge.net>
14027         * po/ca.po
14028         * po/de.po
14029         * po/es.po
14030         * po/fi.po
14031         * po/fr.po
14032         * po/it.po
14033         * po/sk.po
14034         * po/sr.po
14035         * po/zh_CN.po
14036                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
14037                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
14038                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
14039                 Yang Guilong
14040         * src/plugins/clamav/clamav_plugin_gtk.c
14041         * src/plugins/spamassassin/spamassassin_gtk.c
14042                 replace outdated description strings
14043
14044 2005-07-21 [colin]      1.9.12cvs90
14045
14046         * src/folder.c
14047                 Set folder to batch mode when scanning it. Makes deletion
14048                 of unread mails on IMAP much faster (due to the UNREAD 
14049                 flag unsetting)
14050
14051 2005-07-21 [darko]      1.9.12cvs89
14052
14053         * configure.ac
14054                 link against libresolv if necessary (patch by Paul)
14055         * src/msgcache.c
14056                 use glib's portable macros to determine endianness
14057
14058 2005-07-21 [paul]       1.9.12cvs88
14059
14060         * src/crash.c
14061         * src/gtk/about.c
14062                 update compiled-in features list
14063
14064 2005-07-20 [colin]      1.9.12cvs87
14065
14066         * src/folder.c
14067         * src/textview.c
14068                 Gcc 2.9x compilation fixes, thanks to Darko
14069         * src/plugins/clamav/clamav_plugin.c
14070                 Little optimisation: load virus database only once
14071         * src/plugins/spamassassin/spamassassin.c
14072                 Big optimisation: filtering one mail took at least 1 second,
14073                 now it takes at least 50ms. Doesn't speed up spamassassin 
14074                 itself, but should already be much more tolerable.
14075
14076 2005-07-20 [colin]      1.9.12cvs86
14077
14078         * src/summaryview.c
14079                 Fix performance issue
14080
14081 2005-07-19 [colin]      1.9.12cvs85
14082
14083         * src/plugins/pgpinline/plugin.c
14084                 Fix warning
14085
14086 2005-07-19 [colin]      1.9.12cvs84
14087
14088         * configure.ac
14089         * src/plugins/Makefile.am
14090         * src/plugins/pgpinline/.cvsignore
14091         * src/plugins/pgpinline/Makefile.am
14092         * src/plugins/pgpinline/pgpinline.c
14093         * src/plugins/pgpinline/pgpinline.deps
14094         * src/plugins/pgpinline/pgpinline.h
14095         * src/plugins/pgpinline/plugin.c
14096                 Put pgpinline in the main tree
14097
14098 2005-07-19 [paul]       1.9.12cvs83
14099
14100         * src/prefs_actions.c
14101                 prevent '//' in menu names, which cause a crash
14102                 thanks to Colin
14103
14104 2005-07-19 [paul]       1.9.12cvs82
14105
14106         * configure.ac
14107                 be generally more informative in configure output.
14108                 OpenSSL: correction: '[ --enable-openssl ...' -> 
14109                 '[ --disable-openssl ...', as --enable-openssl is default
14110                 PGP/MIME: don't check for GPGME again, check for
14111                 pgpcore instead. Therefore prevent the possibility of
14112                 attempting to build pgpmime if pgpcore dependencies are
14113                 not met
14114                 ClamAV: use pkgconfig to check for lib
14115                 libgnomeprint: revert logic on inner test to match
14116                 everything else
14117         * src/plugins/pgpcore/sgpgme.c
14118                 add missing include
14119
14120 2005-07-19 [colin]      1.9.12cvs81
14121
14122         * src/summaryview.c
14123                 Fix slow thread rebuilding in particular
14124                 cases
14125
14126 2005-07-19 [paul]       1.9.12cvs80
14127
14128         * sylpheed-claws.desktop
14129                 fix typo, spotted by Stephan Sachse
14130         * src/account.c
14131                 replace GTK_STOCK_ADD with
14132                 GTK_STOCK_NEW button
14133
14134 2005-07-18 [colin]      1.9.12cvs79
14135
14136         * src/etpan/imap-thread.c
14137                 Fix return value (Thanks Hoa)
14138
14139 2005-07-18 [colin]      1.9.12cvs78
14140
14141         * src/imap.c
14142                 Allow empty passwords
14143                 Create drafts/queue/outbox if necessary
14144         * src/summaryview.c
14145                 Remove old code
14146         * src/etpan/imap-thread.c
14147                 Fix STARTTLS (Thanks to Hoa)
14148
14149 2005-07-18 [paul]       1.9.12cvs77
14150
14151         * ChangeLog-gtk2.jp
14152         * ChangeLog.jp
14153                 removed
14154         * Makefile.am
14155                 updated to reflect additions and removals
14156         * TODO
14157                 updated to be claws-specific
14158         * TODO-gtk2
14159         * TODO-gtk2.jp
14160         * TODO.jp
14161         * sylpheed-128x128.png
14162         * sylpheed-64x64.png
14163                 removed
14164         * sylpheed-claws-128x128.png
14165         * sylpheed-claws-64x64.png
14166         * sylpheed-claws.desktop
14167         * sylpheed-claws.png
14168                 added
14169         * sylpheed.desktop
14170         * sylpheed.png
14171                 removed
14172
14173 2005-07-17 [paul]       1.9.12cvs76
14174
14175         * src/account.c
14176         * src/addressbook.c
14177         * src/alertpanel.c
14178         * src/alertpanel.h
14179         * src/compose.c
14180         * src/exphtmldlg.c
14181         * src/expldifdlg.c
14182         * src/folderview.c
14183         * src/imap_gtk.c
14184         * src/inc.c
14185         * src/message_search.c
14186         * src/messageview.c
14187         * src/mh_gtk.c
14188         * src/news_gtk.c
14189         * src/prefs_actions.c
14190         * src/prefs_filtering.c
14191         * src/prefs_matcher.c
14192         * src/prefs_template.c
14193         * src/prefs_themes.c
14194         * src/ssl_manager.c
14195         * src/summary_search.c
14196         * src/textview.c
14197         * src/toolbar.c
14198         * src/gtk/sslcertwindow.c
14199         * src/plugins/pgpcore/sgpgme.c
14200                 rework alertpanels
14201
14202 2005-07-17 [colin]      1.9.12cvs75
14203
14204         * src/privacy.c
14205                 add a PrivacySystem accessor that checks that
14206                 the system cached in a MimeInfo's privacydata
14207                 is still registered. Use this accessor instead
14208                 of directly using data->system. Fixes crashes
14209                 after unloading pgp plugins.
14210
14211 2005-07-17 [colin]      1.9.12cvs74
14212
14213         * src/alertpanel.c
14214                 Change geometry hints to a simple default size.
14215                 Fixes the certs dialogs.
14216
14217 2005-07-17 [colin]      1.9.12cvs73
14218
14219         * src/gtk/sslcertwindow.c
14220                 Use a gtkExpander
14221
14222 2005-07-17 [colin]      1.9.12cvs72
14223
14224         * src/plugins/pgpcore/Makefile.am
14225         * src/plugins/pgpmime/Makefile.am
14226                 Add gpgme libs
14227
14228 2005-07-17 [paul]       1.9.12cvs71
14229
14230         * configure.ac
14231                 add --disable-gnomeprint option
14232                 modified version of patch by Marius Mauch
14233
14234 2005-07-17 [paul]       1.9.12cvs70
14235
14236         * src/common/defs.h
14237                 update urls
14238         * src/account.c
14239         * src/action.c
14240         * src/addressbook.c
14241         * src/compose.c
14242         * src/foldersel.c
14243         * src/folderview.c
14244         * src/html.c
14245         * src/imap_gtk.c
14246         * src/main.c
14247         * src/mainwindow.c
14248         * src/messageview.c
14249         * src/mh_gtk.c
14250         * src/mimeview.c
14251         * src/news_gtk.c
14252         * src/prefs_account.c
14253         * src/prefs_send.c
14254         * src/prefs_summaries.c
14255         * src/procmsg.c
14256         * src/summaryview.c
14257         * src/common/utils.c
14258         * src/common/xml.c
14259         * src/plugins/pgpcore/passphrase.c
14260         * src/plugins/pgpcore/select-keys.c
14261                 replace inappropriately used backticks
14262                 with single quotes
14263
14264 2005-07-16 [colin]      1.9.12cvs69
14265
14266         * src/image_viewer.c
14267                 Add extra paranoid checks
14268
14269 2005-07-16 [colin]      1.9.12cvs68
14270
14271         * src/plugins/pgpcore/prefs_gpg.c
14272                 Don't auto-check sigs by default, as it
14273                 can be really slow.
14274
14275 2005-07-16 [colin]      1.9.12cvs67
14276
14277         * src/plugins/pgpcore/sgpgme.c
14278                 Make messages a bit better.
14279
14280 2005-07-16 [colin]      1.9.12cvs66
14281
14282         * src/imap.c
14283                 Remove pseudo-log
14284         * src/etpan/imap-thread.c
14285                 Add real log
14286
14287 2005-07-16 [colin]      1.9.12cvs65
14288
14289         * src/main.c
14290         * src/prefs_other.c
14291                 And now, fix build with libetpan :-/
14292
14293 2005-07-15 [colin]      1.9.12cvs64
14294
14295         * src/prefs_other.c
14296                 Continue fixing build without libetpan.
14297
14298 2005-07-15 [colin]      1.9.12cvs63
14299
14300         * src/main.c
14301                 Fix build with --disable-libetpan
14302
14303 2005-07-15 [colin]      1.9.12cvs62
14304
14305         * configure.ac
14306                 Bump libetpan's version
14307
14308 2005-07-15 [colin]      1.9.12cvs61
14309
14310         * src/etpan/imap-thread.c
14311                 Actually stop logging :)
14312
14313 2005-07-15 [colin]      1.9.12cvs60
14314
14315         * src/addressbook.c
14316                 Fix dnd of multiple addresses.
14317
14318 2005-07-15 [hoa]        1.9.12cvs59
14319
14320         * src/etpan/imap-thread.c
14321             disable login of IMAP password in libetpan log file.
14322
14323 2005-07-15 [paul]       1.9.12cvs58
14324
14325         * src/account.c
14326                 don't automatically sort
14327                 do allow drag n drop
14328
14329 2005-07-15 [paul]       1.9.12cvs57
14330
14331         * src/account.c
14332         * src/ssl_manager.c
14333                 alphabetical listing
14334
14335 2005-07-15 [paul]       1.9.12cvs56
14336
14337         * src/gtk/pluginwindow.c
14338                 sort plugin list alphabetically
14339
14340 2005-07-15 [paul]       1.9.12cvs55
14341
14342         * src/prefs_spelling.c
14343         * src/prefs_wrapping.c
14344                 unify English usage
14345
14346 2005-07-15 [colin]      1.9.12cvs54
14347
14348         * src/wizard.c
14349                 Typo fix
14350
14351 2005-07-15 [paul]       1.9.12cvs53
14352
14353         * src/prefs_message.c
14354                 make 'show cursor' a hidden option
14355
14356 2005-07-14 [colin]      1.9.12cvs52
14357
14358         * src/plugins/spamassassin/Makefile.am
14359         * src/plugins/clamav/Makefile.am
14360                 Fix double EXTRA_DISTs
14361
14362 2005-07-14 [colin]      1.9.12cvs51
14363
14364         * src/plugins/clamav/Makefile.am
14365         * src/plugins/clamav/clamav_plugin_gtk.deps
14366         * src/plugins/spamassassin/Makefile.am
14367         * src/plugins/spamassassin/spamassassin_gtk.deps
14368                 Make $plugin_gtk depend on $plugin
14369
14370 2005-07-14 [hoa]        1.9.12cvs50
14371
14372         * src/etpan/imap-thread.c
14373                 enable debug log of libetpan when running with --debug
14374
14375 2005-07-14 [colin]      1.9.12cvs49
14376
14377         * configure.ac
14378         * src/common/Makefile.am
14379         * src/common/plugin.c
14380         * src/common/plugin.h
14381                 Add a little plugin dependancy system.
14382                 Plugins can ship a $plugin_name.deps file
14383                 (near them in PLUGINDIR) so that their
14384                 dependancies are loaded if possible.
14385         * src/plugins/Makefile.am
14386         * src/plugins/pgpcore/Makefile.am
14387         * src/plugins/pgpcore/passphrase.c
14388         * src/plugins/pgpcore/passphrase.h
14389         * src/plugins/pgpcore/plugin.c
14390         * src/plugins/pgpcore/prefs_gpg.c
14391         * src/plugins/pgpcore/prefs_gpg.h
14392         * src/plugins/pgpcore/select-keys.c
14393         * src/plugins/pgpcore/select-keys.h
14394         * src/plugins/pgpcore/sgpgme.c
14395         * src/plugins/pgpcore/sgpgme.h
14396                 Introduce pgpcore, used by pgpmime and
14397                 pgpinline
14398         * src/plugins/pgpmime/Makefile.am
14399         * src/plugins/pgpmime/passphrase.c
14400         * src/plugins/pgpmime/passphrase.h
14401         * src/plugins/pgpmime/pgpmime.c
14402         * src/plugins/pgpmime/pgpmime.deps
14403         * src/plugins/pgpmime/plugin.c
14404         * src/plugins/pgpmime/prefs_gpg.c
14405         * src/plugins/pgpmime/prefs_gpg.h
14406         * src/plugins/pgpmime/select-keys.c
14407         * src/plugins/pgpmime/select-keys.h
14408         * src/plugins/pgpmime/sgpgme.c
14409         * src/plugins/pgpmime/sgpgme.h
14410                 Remove the core from pgpmime and add the
14411                 dependancy to pgpcore.
14412
14413 2005-07-14 [paul]       1.9.12cvs48
14414
14415         * src/stock_pixmap.c
14416                 forgot this in last commit
14417
14418 2005-07-14 [paul]       1.9.12cvs47
14419
14420         * src/account.c
14421         * src/addressbook.c
14422                 add accelerators for the buttons (sync with main)
14423         * src/compose.c
14424         * src/compose.h
14425                 add accelerators for the buttons.
14426                 fix editing with external editor.
14427                 replace gdk_input_*() with GIOChannel;
14428                 (sync with main)
14429         * src/foldersel.c
14430                 display folder names with new/unread
14431                 representation (sync with main)
14432         * src/main.c
14433                 specify default window icon (sync with main)
14434         * src/prefs_common.c
14435                 use_addr_book default to FALSE
14436         * src/summaryview.c
14437         * src/textview.c
14438                 add accelerators for the buttons (sync with main)
14439         * src/gtk/menu.c
14440                 fix typos
14441         * src/pixmaps/sylpheed_icon.xpm
14442                 updated
14443
14444 2005-07-13 [paul]       1.9.12cvs46
14445
14446         * src/plugins/pgpmime/pgpmime.c
14447         * src/plugins/pgpmime/sgpgme.c
14448                 (temporarily) use deprecated gpgme_data_rewind()
14449                 while largefile support is not present
14450                 (as suggested by Colin)
14451
14452 2005-07-13 [paul]       1.9.12cvs45
14453
14454         * configure.ac
14455                 remove large file support (for now):
14456                 it breaks too many things
14457
14458 2005-07-13 [paul]       1.9.12cvs44
14459
14460         * configure.ac
14461                 add large file support
14462         * src/html.c
14463                 fix bug #763 where href attribute was not
14464                 the very first attribute of a link
14465                 patch by Thomas Gilgin
14466
14467 2005-07-13 [colin]      1.9.12cvs43
14468
14469         * src/gtk/pluginwindow.c
14470                 Little portability fix
14471
14472 2005-07-13 [colin]      1.9.12cvs42
14473
14474         * src/plugins/pgpmime/sgpgme.c
14475                 Fix crasher.
14476
14477 2005-07-13 [colin]      1.9.12cvs41
14478
14479         * src/plugins/pgpmime/pgpmime.c
14480         * src/plugins/pgpmime/sgpgme.c
14481                 Use gpgme_data_release_and_get_mem instead
14482                 of gpgme_data_read.
14483
14484 2005-07-13 [colin]      1.9.12cvs40
14485
14486         * configure.ac
14487         * src/plugins/pgpmime/passphrase.c
14488         * src/plugins/pgpmime/passphrase.h
14489         * src/plugins/pgpmime/pgpmime.c
14490         * src/plugins/pgpmime/plugin.c
14491         * src/plugins/pgpmime/select-keys.c
14492         * src/plugins/pgpmime/select-keys.h
14493         * src/plugins/pgpmime/sgpgme.c
14494         * src/plugins/pgpmime/sgpgme.h
14495                 Port pgpmime to gpgme-1.0.
14496
14497 2005-07-12 [paul]       1.9.12cvs39
14498
14499         * AUTHORS
14500         * src/toolbar.c
14501         * src/toolbar.h
14502                 add a 'Go to Prev' button to the toolbar.
14503                 correct tooltip text of go to buttons.
14504                 based on patch by Yang Guilong <bamanzi@gmail.com>
14505
14506 2005-07-12 [colin]      1.9.12cvs38
14507
14508         * src/statusbar.c
14509                 Fix progress bar showing stuff at startup.
14510
14511 2005-07-12 [paul]       1.9.12cvs37
14512
14513         * src/editjpilot.c
14514                 fix building with jpilot support
14515
14516 2005-07-11 [colin]      1.9.12cvs36
14517
14518         * src/inc.c
14519                 Add visual indication that filtering is running
14520         * src/textview.c
14521                 Make {}[] uri delimiters
14522         * src/summaryview.c
14523                 Remove useless (and slow) calls
14524
14525 2005-07-11 [paul]       1.9.12cvs35
14526
14527         * src/plugins/clamav/clamav_plugin_gtk.c
14528         * src/plugins/dillo_viewer/dillo_prefs.c
14529         * src/plugins/pgpmime/prefs_gpg.c
14530         * src/plugins/spamassassin/spamassassin_gtk.c
14531                 gather plugins prefs together under their
14532                 own 'Plugins' heading
14533
14534 2005-07-11 [paul]       1.9.12cvs34
14535
14536         sync with main
14537
14538         * src/account.c
14539                 account_delete(): modified alert dialog
14540         * src/editjpilot.c
14541         * src/editvcard.c
14542                 fixed a crash when cancelling file selection
14543                 dialog by Escape key. Made non-ascii filename
14544                 selectable.
14545         * src/prefs_template.c
14546                 prefs_template_window_create(): make scrolled
14547                 window policy AUTOMATIC
14548
14549 2005-07-10 [hoa]        1.9.12cvs33
14550
14551         * src/etpan/imap-thread.c
14552                 workaround for old Courier IMAP servers.
14553
14554 2005-07-10 [colin]      1.9.12cvs32
14555
14556         * src/folder.c
14557         * src/statusbar.c
14558         * src/statusbar.h
14559                 Add visual progress indicator on filtering/processing
14560                 Factorize the progress bar code
14561         * src/imap.c
14562         * src/imap.h
14563         * src/etpan/imap-thread.c
14564                 Add a reference counter to avoid destroying the Folder
14565                 while it's in use by another callback.
14566
14567 2005-07-09 [hoa]        1.9.12cvs31
14568
14569         * src/imap.c
14570         * src/etpan/imap-thread.c
14571                 fixed deadlock when removing IMAP account.
14572
14573 2005-07-08 [colin]      1.9.12cvs30
14574
14575         * src/textview.c
14576         * src/unmime.c
14577                 Fix again problems decoding broken headers
14578         * src/gtk/inputdialog.c
14579                 Fix local variable shadowing a global one
14580
14581 2005-07-08 [colin]      1.9.12cvs29
14582
14583         * src/msgcache.c
14584                 Make the cache/mark files platform-agnostic by writing
14585                 them in little-endian format. Reading them is also done
14586                 in little-endian format, of course; however, in order
14587                 to avoid trashing mark data on big-endian machines, the
14588                 files are, at first, read from the native format if the
14589                 little-endian one doesn't exist. This is easy to deter-
14590                 mine by trying to open a file with a swapped data_ver
14591                 and seeing if it's the wanted version.
14592                 Little-endian using users should see absolutely no
14593                 difference, Big-endian users may get a very little
14594                 performance drop due to byte-swapping.
14595                 Tested on i386 and ppc32. 
14596                 Fixes bug #159 (The index file, in the mailboxes, is 
14597                 hardware depending).
14598
14599                 To have the cache/mark files updated to the new little-
14600                 endian format, "Check for new messages" or even
14601                 "Rebuild folder tree" aren't enough. Files will be
14602                 updated as soon as a folder has been opened/closed.
14603                 To update everything, just select all folders by
14604                 selecting them one by one.
14605
14606 2005-07-07 [colin]      1.9.12cvs28
14607
14608         * src/imap.c
14609                 Remember the folder separator per IMAPFolder
14610                 instead of globally.
14611                 Revive the Session on noop; fixes bug #761
14612                 (mark a bunch of unread messages as read takes 
14613                 forever)
14614
14615 2005-07-07 [darko]      1.9.12cvs27
14616
14617         * src/common/template.c
14618                 Sort templates alphabetically
14619
14620 2005-07-06 [colin]      1.9.12cvs26
14621
14622         * src/imap.c
14623                 Try to use the correct separator in
14624                 most cases. Possibly fixes bug #759
14625                 (only creates the INBOX folder when 
14626                 setting up new IMAP account) and 
14627                 bug #760 (Can't retrieve messages)
14628
14629 2005-07-06 [colin]      1.9.12cvs25
14630
14631         * src/imap.c
14632                 Use real_path in status command. This will
14633                 help later, when namespaces will be used.
14634
14635 2005-07-06 [colin]      1.9.12cvs24
14636
14637         * configure.ac
14638         * src/account.c
14639         * src/folder.c
14640         * src/imap.c
14641         * src/etpan/etpan-log.c
14642         * src/etpan/etpan-thread-manager.c
14643         * src/etpan/imap-thread.c
14644                 Add a --disable-libetpan parameter. With this,
14645                 users that don't want IMAP4 support can avoid
14646                 the new dependancy (and have no IMAP support).
14647                 Users that have IMAP4 accounts and use this
14648                 parameter won't lose their configuration, their
14649                 IMAP accounts will just be invisible and not
14650                 used.
14651         * src/textview.c
14652                 Make the "Copy ..." contextual menu items 
14653                 copy to both the X clipboard and the gtk 
14654                 clipboard - as most other apps do.
14655         * src/gtk/about.c
14656                 Add a notice about OpenSSL usage, in order to
14657                 comply with OpenSSL's license (point 6):
14658                 http://www.openssl.org/source/license.html
14659
14660 2005-07-06 [colin]      1.9.12cvs23
14661
14662         * src/alertpanel.c
14663                 Fix a minimum size for alertpanels
14664         * src/compose.c
14665                 Show 'No space left on device' type errors
14666                 when queuing/sending
14667         * src/imap_gtk.c
14668         * src/mh_gtk.c
14669                 Rework folder's deletion message (remove 
14670                 extra \n)
14671
14672 2005-07-05 [colin]      1.9.12cvs22
14673
14674         * src/imap.c
14675                 Add an alertpanel on auth error
14676                 Add pseudo-log
14677                 Remove pthread-related stuff
14678
14679 2005-07-05 [colin]      1.9.12cvs21
14680
14681         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14682                 Fix crash on plugin reloading (with a hack)
14683
14684 2005-07-05 [colin]      1.9.12cvs20
14685
14686         * src/prefs_account.c
14687         * src/prefs_account.h
14688                 Fix typo
14689         * src/gtk/filesel.c
14690         * src/gtk/filesel.h
14691                 Add a way to filter the view
14692         * src/gtk/pluginwindow.c
14693                 Filter loadable stuff
14694         * src/plugins/pgpmime/prefs_gpg.c
14695                 Fix missing unregistration
14696         * .cvsignore
14697         * src/etpan/.cvsignore
14698         * src/plugins/spamassassin/.cvsignore
14699                 Add more stuff to cvs ignored files
14700
14701 2005-07-04 [colin]      1.9.12cvs19
14702
14703         * src/imap.c
14704                 Fix scan_required returning FALSE when it
14705                 shouldn't. Maybe fix #760 (Can't retrieve
14706                 messages)
14707
14708 2005-07-04 [colin]      1.9.12cvs18
14709
14710         * src/summaryview.c
14711                 Fix always_show_msg pref
14712
14713 2005-07-04 [paul]       1.9.12cvs17
14714
14715         sync with main (forgotten in last commit)
14716         
14717         * src/common/utils.c
14718         * src/common/utils.h
14719                 check_line_length(): new.
14720                 is_dir_exist()
14721                 is_file_entry_exist()
14722                 dirent_is_regular_file()
14723                 dirent_is_directory(): use g_file_test() instead of stat().
14724
14725 2005-07-04 [paul]       1.9.12cvs16
14726
14727         sync with main:
14728
14729         * src/compose.c
14730                 compose_write_to_file(): check for line
14731                 length limit and display warning if exceeds
14732         * src/jpilot.c
14733                 use get_home_dir() instead of g_get_home_dir()
14734         * src/procheader.c
14735                 removed warning about invalid date
14736         * src/vcard.c
14737                 use get_home_dir() instead of g_get_home_dir()
14738
14739 2005-07-04 [paul]       1.9.12cvs15
14740
14741         * src/stock_pixmap.c
14742                 fix new pixmap naming errors
14743                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
14744
14745 2005-07-04 [colin]      1.9.12cvs14
14746
14747         * src/imap.c
14748                 Fix debugging string with a warning
14749
14750 2005-07-04 [colin]      1.9.12cvs13
14751
14752         * configure.ac
14753                 Add a check for libetpan's version (>= 0.37)
14754
14755 2005-07-04 [hoa]        1.9.12cvs12
14756
14757         * commitHelper
14758         * src/imap.c
14759         * src/etpan/imap-thread.c
14760         * src/etpan/imap-thread.h
14761                 fixed IMAP implementation of check of mails.
14762
14763 2005-07-03 [hoa]        1.9.12cvs11
14764
14765         * src/etpan/Makefile.am
14766         * src/etpan/etpan-errors.h
14767         * src/etpan/etpan-log.[ch]
14768         * src/etpan/etpan-thread-manager-types.h
14769         * src/etpan/etpan-thread-manager.[ch]
14770         * src/etpan/imap-thread.[ch]
14771         * src/Makefile.am
14772         * src/imap.c
14773         * src/main.c
14774         * src/prefs_other.c
14775         * configure.ac
14776             merged imap branch.
14777             dependency on libetpan 0.37 is now added.
14778
14779 2005-07-01 [colin]      1.9.12cvs10
14780
14781         * src/Makefile.am
14782         * src/folder.c
14783         * src/folder.h
14784         * src/folderview.c
14785         * src/stock_pixmap.c
14786         * src/stock_pixmap.h
14787         * src/plugins/trayicon/trayicon.c
14788                 Add marked symbol on folders containing
14789                 marked messages
14790         * src/procmsg.c
14791         * src/procmsg.h
14792         * src/toolbar.c
14793         * src/prefs_common.c
14794         * src/prefs_common.h
14795         * src/prefs_send.c
14796                 Add an optional confirmation dialog on queue
14797                 sending. Patch by wwp.
14798         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
14799         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
14800         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
14801         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
14802         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
14803         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
14804         * src/pixmaps/inbox_mark.xpm            ** ADDED **
14805         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
14806         * src/pixmaps/outbox_mark.xpm           ** ADDED **
14807         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
14808         * src/pixmaps/trash_mark.xpm            ** ADDED **
14809                 New pixmaps
14810
14811 2005-07-01 [colin]      1.9.12cvs9
14812
14813         * src/summaryview.c
14814                 Fix a little threading bug
14815         * src/addrgather.c
14816         * src/mainwindow.c
14817                 A little bit of HIG normality never hurts
14818
14819 2005-07-01 [colin]      1.9.12cvs8
14820
14821         * src/compose.c
14822         * src/msgcache.c
14823         * src/pop.c
14824         * src/procmime.c
14825         * src/recv.c
14826         * src/common/log.c
14827         * src/common/template.c
14828         * src/common/utils.c
14829         * src/common/utils.h
14830                 Reverted the fwrite_atomic stuff. In fact
14831                 it is already atomic.
14832
14833 2005-06-30 [colin]      1.9.12cvs7
14834
14835         * src/common/utils.c
14836         * src/common/utils.h
14837                 Add an fwrite_atomic() function to make
14838                 sure we write everything: fwrite can make
14839                 short writes.
14840         * src/compose.c
14841         * src/msgcache.c
14842         * src/pop.c
14843         * src/procmime.c
14844         * src/recv.c
14845         * src/common/log.c
14846         * src/common/template.c
14847                 Use that (and fix swapping of size and nmemb).
14848                 Thanks to Rich Coe for the heads up.
14849
14850 2005-06-30 [colin]      1.9.12cvs6
14851
14852         * src/addressbook.c
14853                 Optimize addressbook opening 
14854
14855 2005-06-30 [colin]      1.9.12cvs5
14856
14857         * src/summaryview.c
14858                 Remove calls to summary_step after move/copy
14859
14860 2005-06-28 [paul]       1.9.12cvs4
14861
14862         * src/alertpanel.c
14863                 wrap and make the error msg selectable
14864
14865 2005-06-28 [paul]       1.9.12cvs3
14866
14867         * src/ssl_manager.c
14868                 replace the OK button with a Close button
14869         * src/gtk/foldersort.c
14870                 use GTK_STOCK_ icons/buttons
14871
14872 2005-06-28 [colin]      1.9.12cvs2
14873
14874         * src/gedit-print.c             ** ADDED **
14875         * src/gedit-print.h             ** ADDED **
14876         * src/gtk/gtksourceprintjob.c   ** ADDED **
14877         * src/gtk/gtksourceprintjob.h   ** ADDED **
14878                 I can't believe no one had enough time to tell
14879                 me I forgot the `cvs add`
14880
14881 2005-06-27 [colin]      1.9.12cvs1
14882
14883         * src/Makefile.am
14884         * src/gtk/Makefile.am
14885         * src/messageview.c
14886         * src/procmsg.c
14887         * src/summaryview.c
14888         * configure.ac
14889                 Add optional libgnomeprint-based printing
14890         * src/mainwindow.c
14891         * src/gtk/quicksearch.c
14892                 Add an Edit/Quick search menu item to show
14893                 and focus the quicksearch
14894
14895 2005-06-27 [paul]       1.9.12
14896
14897         1.9.12 release
14898
14899         * po/ca.po
14900         * po/de.po
14901         * po/es.po
14902         * po/fr.po
14903         * po/it.po
14904         * po/ko.po
14905         * po/pt_BR.po
14906         * po/sk.po
14907         * po/zh_CN.po
14908                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
14909                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
14910                 SungHyun Nam, Frederico Goncalves Guimaraes,
14911                 Andrej Kacian, and Yang Guilong
14912 2005-06-26 [colin]      1.9.11cvs106
14913
14914         * src/imap_gtk.c
14915                 Forgot one file for previous fix
14916
14917 2005-06-26 [colin]      1.9.11cvs105
14918
14919         * src/folder.c
14920         * src/imap.c
14921                 Fix problems with folder operations in no_select
14922                 imap folders. it applies only to mails, and 
14923                 creation/deletion/move/renaming of folders 
14924                 should be possible
14925
14926 2005-06-26 [paul]       1.9.11cvs104
14927
14928         * src/prefs_filtering.c
14929                 replace one more GTK_STOCK_REMOVE
14930                 with GTK_STOCK_DELETE
14931
14932 2005-06-25 [colin]      1.9.11cvs103
14933
14934         * src/imap.c
14935                 Optimize get_seq_set_from_seq_list
14936                 (Patch by Ricardo) 
14937
14938 2005-06-25 [colin]      1.9.11cvs102
14939
14940         * src/mh.c
14941                 If the directory exists, but not in the
14942                 correct encoding, rename it. This should
14943                 handle old-versions-induced bugs.
14944
14945 2005-06-25 [colin]      1.9.11cvs101
14946
14947         * src/mh.c
14948                 Fix path access with extended dir names
14949                 Fixes bug #589 (SC segfaults with wrong locale
14950                 settings)
14951
14952 2005-06-25 [colin]      1.9.11cvs100
14953
14954         * src/prefs_account.c
14955         * src/prefs_account.h
14956         * src/compose.c
14957                 Add an option to encrypt replies to
14958                 encrypted messages
14959
14960 2005-06-25 [colin]      1.9.11cvs99
14961
14962         * src/compose.c
14963         * src/quote_fmt_parse.y
14964                 ... And make it work with pgpinline.
14965
14966 2005-06-25 [colin]      1.9.11cvs98
14967
14968         * src/compose.c
14969         * src/procmime.c
14970         * src/procmime.h
14971         * src/quote_fmt_parse.y
14972                 o Make reedition of encrypted messages possible
14973                   (as long as it is encrypted to self too, no
14974                    magic there)
14975                 o Make replying with quote (and without selecting
14976                   text) possible for encrypted messages.
14977                 Closes bug #550 (Not possible to "reply with quote"
14978                 to gnupg encrypted messages)
14979
14980 2005-06-24 [paul]       1.9.11cvs97
14981
14982         * src/imap.c
14983                 add missing include
14984
14985 2005-06-24 [paul]       1.9.11cvs96
14986
14987         * src/editldap.c
14988                 made bind password entry invisible
14989                 (sync with main)
14990         * src/send_message.c
14991                 send_message_local(): check exit status
14992                 to detect errors (sync with main)
14993         * src/textview.c
14994                 use main's less ambiguous popup menu
14995                 wording
14996
14997 2005-06-24 [paul]       1.9.11cvs95
14998
14999         * src/prefs_actions.c
15000         * src/prefs_customheader.c
15001         * src/prefs_display_header.c
15002         * src/prefs_filtering_action.c
15003         * src/prefs_matcher.c
15004         * src/prefs_template.c
15005         * src/prefs_toolbar.c
15006                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
15007         * src/gtk/description_window.c
15008                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
15009
15010 2005-06-23 [colin]      1.9.11cvs94
15011
15012         * src/summaryview.c
15013                 Fix rough edges (be sure to call status_show whenever
15014                 necessary).
15015
15016 2005-06-23 [colin]      1.9.11cvs93
15017
15018         * src/summaryview.c
15019                 Optimize Select All
15020                 Before, in a 5K mails folder: 11s
15021                 After, in the same folder: 58000µs
15022                 The joys of locking... gtk_clist_select_all() fires a 
15023                 tree-select-row event for each selected row, which in 
15024                 summaryview, callbacks summary_selected which in turn,
15025                 calls summary_status_show, which walks the selected
15026                 rows. Hence, calling gtk_clist_select_all was 
15027                 exponential. Locking the summaryview makes 
15028                 summary_selected return early.
15029
15030 2005-06-23 [colin]      1.9.11cvs92
15031
15032         * src/imap.c
15033                 Move mutex at the important place to avoid
15034                 deadlocks
15035         * src/summaryview.c
15036                 Fix Del key deleting directly instead of
15037                 moving to trash
15038
15039 2005-06-22 [colin]      1.9.11cvs91
15040
15041         * src/plugins/spamassassin/libspamc.c
15042                 As we do spagetti code with assignations in multiple
15043                 places (see _message_read_raw where out = msg = raw),
15044                 let's be sure we don't free the same pointer twice.
15045                 Should fix bug #683 (Crash in libpam at 
15046                 message_cleanup).
15047
15048 2005-06-22 [colin]      1.9.11cvs90
15049
15050         * src/compose.c
15051         * src/messageview.c
15052         * src/toolbar.c
15053                 Make toolbar's delete use the move to trash stuff;
15054                 Add gtk_widget_realize to be sure pixmaps can get
15055                 created (that may fix an old worksforme bug which
15056                 I can't find back...)
15057
15058 2005-06-22 [colin]      1.9.11cvs89
15059
15060         * src/summaryview.c
15061         * src/summaryview.h
15062         * src/mainwindow.c
15063                 Rename "Message/Delete" to "Message/Move to trash"
15064                 Add "Message/Delete..." that directly destroys the
15065                 selected messages after asking for a confirmation.
15066
15067 2005-06-22 [colin]      1.9.11cvs88
15068
15069         * src/imap.c
15070                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
15071                 o Fix a deadlock (thanks Darko)
15072
15073 2005-06-22 [colin]      1.9.11cvs87
15074
15075         * src/gtk/foldersort.c
15076                 Add missing include for the i18n;
15077                 patch by Fabien Vantard
15078
15079 2005-06-21 [colin]      1.9.11cvs86
15080
15081         * src/folder.c
15082         * src/folderview.c
15083                 Respect the no_select flag
15084         * src/imap.c
15085                 Fix recursive deletion
15086         * src/imap_gtk.c
15087         * src/mh_gtk.c
15088                 Make the folder deletion's warning
15089                 more explicit
15090
15091 2005-06-21 [colin]      1.9.11cvs85
15092
15093         * src/textview.c
15094                 Prevent email addresses from spanning accross
15095                 lines - fixes bug # 646 (newline-chars in 
15096                 email addresses)
15097
15098 2005-06-20 [colin]      1.9.11cvs84
15099
15100         * src/folder.c
15101                 Be sure not to remove source if copy failed
15102
15103 2005-06-20 [colin]      1.9.11cvs83
15104
15105         * src/folderview.c
15106         * src/imap_gtk.c
15107                 remove summaryview's lock
15108         * src/imap.c
15109                 introduce threads to avoid problems when foreground tasks
15110                 interfere with background tasks
15111         * src/mh.c
15112                 prevent moving to drafts/queue
15113         * src/mimeview.c
15114                 fix leak
15115
15116 2005-06-19 [colin]      1.9.11cvs82
15117
15118         * src/imap_gtk.c
15119                 Remember that the user doesn't want to override
15120                 offline mode, for 3 seconds. It avoid presenting
15121                 him with N popups in a really short time.
15122
15123 2005-06-17 [colin]      1.9.11cvs81
15124
15125         * src/imap.c
15126                 Fix IMAP breaking on folders containing '('
15127                 (Probably won't be enough)
15128
15129 2005-06-17 [colin]      1.9.11cvs80
15130
15131         Forgotten files on 1.9.11cvs79
15132         * src/summaryview.c
15133                 Fix stepping when not immediately executing
15134         * src/imap.c
15135                 Really prevent UID FETCH 0
15136         * src/codeconv.c
15137                 Fix outgoing charset never set to utf-8
15138         * src/mh.c
15139                 Fix leak
15140
15141 2005-06-16 [colin]      1.9.11cvs79
15142
15143         * src/compose.c
15144                 Fix bug #707 (Dash splits rows)
15145                 Only wrap if we're on a line break position and
15146                 the previous one was a "white" (space) char.
15147                 Pango stuff is weird.
15148
15149 2005-06-16 [colin]      1.9.11cvs78
15150
15151         * src/imap_gtk.c
15152                 Lock summaryview while downloading messages
15153                 on user demand
15154         * src/procheader.c
15155         * src/unmime.c
15156         * src/common/utils.c
15157         * src/common/utils.h
15158                 Replace \r and \n with spaces in From and
15159                 Subject headers
15160
15161 2005-06-16 [paul]       1.9.11cvs77
15162
15163         * src/procmime.c
15164                 liberalise the mime parser
15165         * src/gtk/about.c
15166                 add text wrapping
15167
15168 2005-06-16 [paul]       1.9.11cvs76
15169
15170         * src/gtk/about.c
15171                 reworked
15172
15173 2005-06-15 [colin]      1.9.11cvs75
15174
15175         * src/compose.c
15176                 Finish header encoding fix
15177         * src/summaryview.c
15178                 Fix segfault
15179         * src/headerview.c
15180                 Fix compilation (Thanks Stephan
15181                 Sachse)
15182
15183 2005-06-15 [colin]      1.9.11cvs74
15184
15185         * Makefile.am
15186                 Install gnome2 stuff rather than gnome1, 
15187                 if both are present
15188         * src/codeconv.c
15189         * src/codeconv.h
15190         * src/compose.c
15191                 Fix headers encoding
15192         * src/folder.c
15193                 Visual progress when fetching all messages
15194         * src/folderview.c
15195         * src/summaryview.c
15196         * src/summaryview.h
15197                 Prevent changing current message while
15198                 incorporating
15199
15200 2005-06-15 [paul]       1.9.11cvs73
15201
15202         * src/gtk/gtkaspell.c
15203         * src/gtk/gtkaspell.h
15204                 fix build warnings
15205
15206 2005-06-15 [paul]       1.9.11cvs72
15207
15208         * src/prefs_filtering.c
15209                 allow reordering of filter rules by
15210                 drag n drop
15211
15212 2005-06-15 [paul]       1.9.11cvs71
15213
15214         * COPYING
15215                 updated
15216         * src/codeconv.c
15217                 replace deprecated function
15218         * src/inc.c
15219         * src/send_message.c
15220         * src/gtk/progressdialog.c
15221         * src/gtk/progressdialog.h
15222                 salvage and reuse parts of reverted sync
15223
15224 2005-06-15 [paul]       1.9.11cvs70
15225
15226         * src/inc.c
15227         * src/send_message.c
15228         * src/gtk/progressdialog.c
15229         * src/gtk/progressdialog.h
15230                 revert yesterday's sync with main
15231                 it contains deprecated functions
15232
15233 2005-06-15 [colin]      1.9.11cvs69
15234
15235         * src/headerview.c
15236                 Fix bug #670 (multi user to: will corrupt message 
15237                 headers display)
15238
15239 2005-06-15 [colin]      1.9.11cvs68
15240
15241         * src/compose.c
15242                 Fix bug #421 (Fix undo on wrapping)
15243
15244 2005-06-15 [colin]      1.9.11cvs67
15245
15246         * src/folder.c
15247                 Provide visual feedback while processing
15248                 folder's rules.
15249         * src/imap.c
15250                 Provide visual feedback while getting
15251                 short headers (for uncached messages)
15252
15253
15254 2005-06-14 [paul]       1.9.11cvs66
15255
15256         * src/account.c
15257                 change a couple stock icons
15258         * src/inc.c
15259         * src/send_message.c
15260         * src/gtk/progressdialog.c
15261         * src/gtk/progressdialog.h
15262                 sync main's GtkTreeView implementation
15263
15264 2005-06-14 [colin]      1.9.11cvs65
15265
15266         * src/imap.c
15267                 Various little fixes, mainly on error paths
15268
15269 2005-06-13 [colin]      1.9.11cvs64
15270
15271         * matcher.c
15272         * procmsg.c
15273         * procmsg.h
15274                 Add a way to fetch only headers. This speeds
15275                 up filtering on headers for IMAP. Fixes:
15276                 bug #481 extraneous imap commands slow down 
15277                         imap filtering
15278                 bug #522 Sylpheed downloads all messages 
15279                         when opening mailbox (IMAP)
15280                 bug #677 IMAP fetch is soooooooooooooo slow
15281         * src/folder.c
15282         * src/folder.h
15283                 Add a folder set_batch method so that
15284                 implementations can speed up flags changes
15285         * src/folderutils.c
15286         * src/summaryview.c
15287                 Use that in mark as (un)read and mark all read
15288                 Refix bug #679
15289         * src/imap.c
15290                 Implement set_batch - brings back deferred
15291                 flags in a less buggy manner. Fixes:
15292                 bug #729 IMAP immediate expunge of deleted messages
15293                 bug #191 remove list of messages with one command
15294                 Fix login with strange chars
15295                 Implement fetch_msg_full
15296                 Fix copy (wrong counts)
15297
15298 2005-06-12 [colin]      1.9.11cvs63
15299
15300         * src/folder.c
15301                 lock incorporation during long operations.
15302                 Avoids fucking up the IMAP socket.
15303
15304 2005-06-12 [colin]      1.9.11cvs62
15305
15306         * src/imap.c
15307                 Fix harmful typo
15308                 Factorize remove_all_msg
15309                 Thread-ize expunge
15310         * src/summaryview.c
15311                 Don't update partial-download status if unnecessary
15312         * src/folder.c
15313                 Use remove_msgs everywhere possible
15314
15315 2005-06-12 [colin]      1.9.11cvs61
15316
15317         * src/folder.c
15318         * src/folder.h
15319                 Add a remove_msgs function to remove a 
15320                 list of messages
15321         * src/imap.c
15322                 Implement that.
15323
15324 2005-06-12 [colin]      1.9.11cvs60
15325
15326         * src/imap.c
15327                 Remove flags-processing deferring... Too hard
15328                 to get it to work in all cases.
15329
15330 2005-06-11 [colin]      1.9.11cvs59
15331
15332         * src/imap.c
15333                 printf -> debug_print
15334
15335 2005-06-11 [colin]      1.9.11cvs58
15336
15337         * src/imap.c
15338                 o Fix build without USE_PTHREAD
15339                 o Factorize imap_open
15340                 o Alertpanel in case of impossible connection
15341                 o Alertpanel in case of impossible login
15342                 o Fix deferred flags processing to force a 
15343                   flush before adding some more flags to process,
15344                   but in another folder.
15345
15346 2005-06-10 [colin]      1.9.11cvs57
15347
15348         * src/imap.c
15349                 o Fix a format string error
15350                 o init ssl socket outside of the thread 
15351                   (it possibly invokes gtk calls)
15352         * src/procmime.c
15353                 o Put back the buffer to its necessary size
15354                 o Fix changing a file pointer without keeping
15355                   track of it (thanks Valgrind)
15356         * src/common/smtp.c
15357                 o Fix automatic STARTTLS if login should be done
15358                   and the server only allows it after starting TLS
15359         * src/gtk/gtkinputdialog.c
15360                 o Eat GDK_Return so that the combo popup doesn't 
15361                   appear when we press Enter to validate the combo
15362                   input dialog (as seen in the Open with... dialog)
15363
15364 2005-06-10 [colin]      1.9.11cvs56
15365
15366         * src/imap.c
15367                 o A bit less debug
15368                 o Fix a crash on deletion
15369                 o Threadize imap_select (it's called outside of 
15370                   threads)
15371                 o Defer treatment of DELETED flags
15372
15373
15374 2005-06-09 [colin]      1.9.11cvs55
15375
15376         * src/imap.c
15377                 Make sure we check imap_gtk_should_override(), which
15378                 potentially calls gtk stuff, before creating thread.
15379                 That way it should't be called via imap_get_session()
15380                 inside a thread.
15381
15382 2005-06-09 [colin]      1.9.11cvs54
15383
15384         * src/imap.c
15385                 o add a bit of status output
15386                 o remove some dead code
15387                 o threadize get_list_of_uids
15388                 o threadize imap_get_flags
15389                 o defer flag changing by 500ms so that they
15390                   can be batched
15391
15392
15393 2005-06-08 [colin]      1.9.11cvs53
15394
15395         * src/imap.c
15396                 Thread-ize imap_cmd_fetch
15397
15398 2005-06-08 [colin]      1.9.11cvs52
15399
15400         * src/main.c
15401                 Mmh, that broke POP3...
15402
15403 2005-06-08 [colin]      1.9.11cvs51
15404
15405         * src/main.c
15406                 Stabilize IMAP patch (thanks to Hoa)
15407
15408 2005-06-08 [colin]      1.9.11cvs50
15409
15410         * src/imap.c
15411                 Test patch to speed up imap. 
15412
15413 2005-06-08 [colin]      1.9.11cvs49
15414
15415         * src/imap_gtk.c
15416                 Warning fix
15417         * src/procmime.c
15418                 Apply patch from gentoo to use /usr/share/mime/globs if 
15419                 available, after un-breaking it
15420         * src/common/log.c
15421         * src/common/log.h
15422                 Use g_timeout for invoking hooks that possibly use gtk
15423                 calls. This should leave gtk calls in the main thread.
15424
15425 2005-06-08 [paul]       1.9.11cvs48
15426
15427         * src/codeconv.c
15428                 conv_get_outgoing_charset_str(): don't
15429                 use prefs_common setting
15430         * src/compose.c
15431         * src/compose.h
15432                 add /Options/Character encoding/... to
15433                 temporarily change the outgoing encoding
15434
15435         (belated sync with main)
15436
15437 2005-06-08 [paul]       1.9.11cvs47
15438
15439         * src/compose.c
15440                 correction to/completion of last
15441                 sync with main
15442
15443 2005-06-08 [paul]       1.9.11cvs46
15444
15445         sync with main:
15446         
15447         * src/codeconv.c
15448         * src/codeconv.h
15449                 always enabled Japanese auto-detection
15450                 if the first letters of locale string
15451                 is "ja"
15452         * src/compose.c
15453                 don't use "destroy" signal to destroy
15454                 Compose object (fix rare crashes on discard?)
15455         * src/mainwindow.c
15456         * src/messageview.c
15457         * src/prefs_send.c
15458                 added Hebrew encodings
15459         * src/sourcewindow.c
15460                 don't use "destroy" signal to destroy
15461                 objects
15462
15463 2005-06-07 [colin]      1.9.11cvs45
15464
15465         * src/summaryview.c
15466                 Add missing unlocks/locks
15467
15468 2005-06-07 [paul]       1.9.11cvs44
15469
15470         * src/summaryview.c
15471                 restore bug #749 fix
15472
15473 2005-06-06 [colin]      1.9.11cvs43
15474
15475         * src/summaryview.c
15476                 Fix selection bug when prefs_common.open_unread 
15477                 is FALSE
15478
15479 2005-06-06 [colin]      1.9.11cvs42
15480
15481         * src/common/md5.c
15482                 Fix a warning
15483         * src/summaryview.c
15484         * src/folderview.c
15485                 Factorize long operations beginning and end
15486                 (locking, freezing/thawing, cursor, ...)
15487                 Check selection->data member in selection-
15488                 related loops; this avoids dying an awful
15489                 death if the selection changes on us while
15490                 we're marking a whole IMAP folder unread, 
15491                 for example.
15492
15493 2005-06-06 [paul]       1.9.11cvs41
15494
15495         * src/textview.c
15496                 don't g_free() a static gchar buffer
15497
15498 2005-06-05 [colin]      1.9.11cvs40
15499
15500         * src/mainwindow.c
15501         * src/messageview.c
15502         * src/summaryview.c
15503                 Fix bug #749 (Show all headers should be
15504                 sticky as the GUI suggests)
15505
15506 2005-06-03 [paul]       1.9.11cvs39
15507
15508         * src/compose.c
15509                 don't allow editing of mail while sending.
15510                 patch by Colin
15511
15512 2005-06-03 [paul]       1.9.11cvs38
15513
15514         * src/folderview.c
15515                 add a freeze/thaw to speed up 'mark all read'
15516
15517 2005-06-03 [paul]       1.9.11cvs37
15518
15519         * src/prefs_message.c
15520                 reflect changes immediately
15521
15522 2005-06-02 [colin]      1.9.11cvs36
15523
15524         * po/POTFILES.in
15525                 Patch by Fabien Vantard.
15526
15527 2005-06-02 [colin]      1.9.11cvs35
15528
15529         * src/imap.c
15530                 Use a non-blocking imap_getline() if possible.
15531                 This should completely prevent the interface
15532                 from freezin on imap operations, although it
15533                 may do strange stuff in case of folder switching
15534                 while a big imap operation is taking place...
15535
15536                 In addition, fix a leak in the case thread
15537                 creation fails on connection.
15538
15539 2005-06-02 [colin]      1.9.11cvs34
15540
15541         * src/crash.c
15542         * src/prefs_common.h
15543                 Fix build (prefs_common_init() doesn't exist
15544                 anymore)
15545
15546 2005-06-02 [colin]      1.9.11cvs33
15547
15548         * src/prefs_account.c
15549                 Fix bug #245 (filtering rules broken when
15550                 renaming a remote account (imap4 or nntp)
15551
15552 2005-06-02 [colin]      1.9.11cvs32
15553
15554         * src/imap.c
15555                 Try to fix IMAP shortcomings: 
15556                 o Multithread imap_open()
15557                 o allow offline-mode overriding instead of
15558                   just returning NULL
15559         * src/imap_gtk.c
15560         * src/imap_gtk.h
15561                 Add a function to ask whether we want to
15562                 override offline-mode for 10 minutes (one-shot
15563                 asking was painful)
15564         * src/procheader.c
15565                 Fix segfault when imap parser isn't happy about
15566                 a missing {
15567
15568 2005-06-01 [colin]      1.9.11cvs31
15569
15570         * src/addrharvest.c
15571         * src/compose.c
15572         * src/mbox.c
15573         * src/mbox.h
15574         * src/mh.c
15575         * src/msgcache.c
15576         * src/send_message.c
15577         * src/setup.c
15578         * src/undo.c
15579         * src/common/hooks.c
15580         * src/common/prefs.c
15581         * src/common/template.c
15582         * src/common/utils.c
15583         * src/gtk/gtkutils.c
15584         * src/gtk/inputdialog.c
15585         * src/gtk/menu.c
15586         * src/gtk/pluginwindow.c
15587         * src/gtk/prefswindow.c
15588         * src/plugins/pgpmime/passphrase.c
15589         * src/plugins/pgpmime/prefs_gpg.c
15590                 More -Wall fixes
15591
15592         * src/common/Makefile.am
15593         * src/common/timing.h
15594                 Add basic timing code
15595
15596         * src/summaryview.c
15597                 Fix a bug with unread messages when 
15598                 re-sorting folders, and by the way
15599                 fix a big performance hit when 
15600                 re-sorting (10k mails: before 5s,
15601                 after .5s)
15602
15603         * src/prefs_compose_writing.c
15604         * src/prefs_compose_writing.h
15605         * src/prefs_message.c
15606         * src/prefs_message.h
15607         * src/prefs_other.c
15608         * src/prefs_other.h
15609         * src/prefs_quote.c
15610         * src/prefs_quote.h
15611         * src/prefs_receive.c
15612         * src/prefs_receive.h
15613         * src/prefs_send.c
15614         * src/prefs_send.h
15615         * src/prefs_summaries.c
15616         * src/prefs_summaries.h
15617                 Fix copyright banner
15618
15619 2005-06-01 [paul]       1.9.11cvs30
15620
15621         * po/fi.po
15622                 updated by Flammie Pirinen
15623         * src/procmime.c
15624                 fix 'Bad BASE64 content' output
15625
15626 2005-05-31 [colin]      1.9.11cvs29
15627
15628         * src/procmime.c
15629                 Oops, where did my hunk go.
15630
15631 2005-05-31 [colin]      1.9.11cvs28
15632
15633         * src/Makefile.am
15634         * src/account.c
15635         * src/action.c
15636         * src/addr_compl.c
15637         * src/addressbook.c
15638         * src/codeconv.c
15639         * src/compose.c
15640         * src/export.c
15641         * src/folder.c
15642         * src/folderview.c
15643         * src/image_viewer.c
15644         * src/main.c
15645         * src/mainwindow.c
15646         * src/messageview.c
15647         * src/mimeview.c
15648         * src/msgcache.c
15649         * src/prefs_account.c
15650         * src/prefs_actions.c
15651         * src/prefs_common.c
15652         * src/prefs_compose_writing.c
15653         * src/prefs_customheader.c
15654         * src/prefs_ext_prog.c
15655         * src/prefs_filtering.c
15656         * src/prefs_filtering_action.c
15657         * src/prefs_fonts.c
15658         * src/prefs_image_viewer.c
15659         * src/prefs_message.c
15660         * src/prefs_message.h
15661         * src/prefs_msg_colors.c
15662         * src/prefs_other.c
15663         * src/prefs_other.h
15664         * src/prefs_quote.c
15665         * src/prefs_receive.c
15666         * src/prefs_receive.h
15667         * src/prefs_send.c
15668         * src/prefs_send.h
15669         * src/prefs_spelling.c
15670         * src/prefs_summaries.c
15671         * src/prefs_summary_column.c
15672         * src/prefs_template.c
15673         * src/prefs_themes.c
15674         * src/prefs_toolbar.c
15675         * src/prefs_wrapping.c
15676         * src/procmime.c
15677         * src/procmsg.c
15678         * src/send_message.h
15679         * src/ssl_manager.c
15680         * src/summary_search.c
15681         * src/summaryview.c
15682         * src/textview.c
15683         * src/wizard.c
15684         * src/common/smtp.c
15685         * src/common/smtp.h
15686         * src/gtk/gtkutils.h
15687                 o Move the rest of Common prefs to new style
15688                 o Lots of -Wall warning fixes
15689                 o fix FIXME in cache memusage calculation
15690                 o Let return receipts be sent from any account
15691                 o Little cache optimisation (read)
15692                 o Fix bug #746 (don't treat commas as separators
15693                   when inside a quoted string)
15694
15695 2005-05-31 [paul]       1.9.11cvs27
15696
15697         * src/prefs_common.c
15698                 fix 'off-by-one' typo
15699
15700 2005-05-31 [paul]       1.9.11cvs26
15701
15702         * src/account.c
15703         * src/addr_compl.c
15704         * src/compose.c
15705         * src/foldersel.c
15706         * src/prefs_actions.c
15707         * src/prefs_common.c
15708         * src/prefs_common.h
15709         * src/prefs_customheader.c
15710         * src/prefs_display_header.c
15711         * src/prefs_filtering.c
15712         * src/prefs_filtering_action.c
15713         * src/prefs_matcher.c
15714         * src/prefs_summaries.c
15715         * src/prefs_summary_column.c
15716         * src/prefs_template.c
15717         * src/prefs_toolbar.c
15718         * src/ssl_manager.c
15719         * src/gtk/pluginwindow.c
15720         * src/gtk/prefswindow.c
15721         * src/gtk/progressdialog.c
15722                 add hidden prefs 'enable_rules_hint'
15723                 for gtk_tree_view_set_rules_hint()
15724                 (sync with main)
15725                 
15726
15727 2005-05-31 [colin]      1.9.11cvs25
15728
15729         * src/Makefile.am
15730         * src/main.c
15731         * src/prefs_common.c
15732         * src/prefs_summaries.c ** ADDED **
15733         * src/prefs_summaries.h ** ADDED **
15734                 Common/Display -> Display/Summaries
15735
15736 2005-05-31 [colin]      1.9.11cvs24
15737
15738         * src/Makefile.am
15739         * src/main.c
15740         * src/prefs_quote.c ** ADDED **
15741         * src/prefs_quote.h ** ADDED **
15742                 Move Common/Quote to Compose/Quoting
15743         * src/prefs_common.c
15744         * src/prefs_common.h
15745                 Remove old quote stuff, add
15746                 convenience functions for GtkTextView prefs
15747         * src/gtk/prefswindow.c
15748                 Set default height higher
15749
15750 2005-05-30 [colin]      1.9.11cvs23
15751
15752         * src/Makefile.am
15753         * src/main.c
15754         * src/prefs_common.c
15755         * src/prefs_compose_writing.c ** ADDED **
15756         * src/prefs_compose_writing.h ** ADDED **
15757                 Move Common/Compose prefs to Compose/Writing
15758
15759 2005-05-30 [colin]      1.9.11cvs22
15760
15761         * src/common/utils.c
15762                 Fix bug #651 (Confused Attract by Subject)
15763                 Patch by M. Benkmann <haferfrost@web.de>
15764         * AUTHORS
15765
15766 2005-05-30 [colin]      1.9.11cvs21
15767
15768         * src/compose.c
15769                 Fix concatenation of different headers of
15770                 the same type (bug #645)
15771         * src/prefs_folder_item.c
15772                 Fix bug #699 (setting color to black doesn't
15773                 work immediately)
15774         * src/procmime.c
15775                 Print out decoding error only once per
15776                 block
15777
15778 2005-05-30 [paul]       1.9.11cvs20
15779
15780         * src/common/template.c
15781                 fix Bcc
15782
15783 2005-05-30 [paul]       1.9.11cvs19
15784
15785         * doc/src/rfc2368.txt   **NEW FILE**
15786         * src/compose.c
15787                 compose_entries_set(): don't interpret Bcc
15788                 header field (conform to RFC 2368)
15789                 (sync with main)
15790
15791 2005-05-29 [colin]      1.9.11cvs18
15792
15793         * src/prefs_common.c
15794                 Let the default reply format respect
15795                 netiquette by cutting the signature.
15796
15797 2005-05-29 [colin]      1.9.11cvs17
15798
15799         * src/summaryview.c
15800                 Don't let always_show_msg override
15801                 open_unread_on_enter when opening a new
15802                 directory.
15803
15804 2005-05-27 [paul]       1.9.11cvs16
15805
15806         sync with main:
15807
15808         * src/main.c
15809                 app_will_exit(): cleanup tmp directory when exit
15810         * src/message_search.c
15811                 improved the interface and made code cleanup.
15812                 removed Clear button
15813         * src/send_message.c
15814                 send_message_local(): use GSpawn, and detect errors
15815         * src/summary_search.c
15816                 improved the interface and made code cleanup
15817         * src/textview.c
15818                 textview_write_link(): also skip non-ascii space
15819                  at the head of link strings (phishing check
15820                  didn't work at the case)
15821         * src/common/utils.c
15822                 get_command_output(): use g_spawn_command_line_sync()
15823                 instead of popen()
15824
15825 2005-05-26 [colin]      1.9.11cvs15
15826
15827         * src/folder.c
15828                 remove printf
15829
15830 2005-05-26 [colin]      1.9.11cvs14
15831
15832         * src/common/nntp.c
15833                 Fix nntp mode reader (bug #611)
15834                 Patch by Florian Mickler <florian@mickler.org>
15835
15836 2005-05-26 [colin]      1.9.11cvs13
15837
15838         * src/plugins/pgpmime/passphrase.c
15839                 Fix mouse grabbing (bug #557)
15840
15841 2005-05-26 [colin]      1.9.11cvs12
15842
15843         * src/prefs_themes.c
15844                 Fix g_warning (bug #541)
15845
15846 2005-05-26 [colin]      1.9.11cvs11
15847
15848         * src/prefs_actions.c
15849         * src/prefs_template.c
15850                 Fix bug #506 (no warning if action/template
15851                 is not saved)
15852         * src/common/template.c
15853                 Fix a possible crash
15854
15855 2005-05-26 [colin]      1.9.11cvs10
15856
15857         * src/folder.c
15858         * src/folderview.c
15859         * src/procmsg.c
15860         * src/summaryview.c
15861                 Forbid locked messages to be moved or
15862                 deleted. Locked messages in trashes 
15863                 still get deleted, for performance
15864                 reason (mh.c::mh_remove_all_msgs)
15865
15866 2005-05-25 [colin]      1.9.11cvs9
15867
15868         * src/procmime.c
15869                 Use correct encoding when sending mails
15870                 with attachments that have accentued 
15871                 chars in their name
15872
15873 2005-05-24 [colin]      1.9.11cvs8
15874
15875         * src/summaryview.c
15876                 Fix bug #688 f) read/unread marker not
15877                 changed on first click
15878                 Also, optimize summary_status_show()
15879                 calls
15880         * src/folder.c
15881         * src/inc.c
15882         * src/procmime.c
15883                 Fix bug #688 b) and c) wrt message
15884                 attachments and signature
15885         * src/stock_pixmap.c
15886         * src/stock_pixmap.h
15887         * src/stock_pixmap.c
15888         * src/stock_pixmap.h
15889         * src/Makefile.am
15890         * src/pixmaps/clip_gpg_signed.xpm
15891                 Add clip/signed icon
15892
15893 2005-05-24 [colin]      1.9.11cvs7
15894
15895         * src/folder_item_prefs.c
15896                 whitespace fix
15897
15898 2005-05-24 [colin]      1.9.11cvs6
15899
15900         * src/folderview.c
15901         * src/prefs_common.c
15902         * src/prefs_common.h
15903                 Add a confirmation to folder drag and drop
15904                 fixes bug #156
15905         * src/alertpanel.c
15906         * src/alertpanel.h
15907                 fix _with_disable parameters so that
15908                 the buttons labels are specifiable too
15909         * src/plugins/pgpmime/sgpgme.c
15910                 reflect said change
15911                 
15912
15913 2005-05-24 [colin]      1.9.11cvs5
15914
15915         * src/folderview.c
15916                 Uncollapse/collapse folders on double-click
15917                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
15918                 closes bug #108
15919
15920 2005-05-23 [colin]      1.9.11cvs4
15921
15922         * src/common/socket.c
15923                 Check another special SSL_peek() error.
15924                 Should help wrt bug #728
15925
15926 2005-05-23 [colin]      1.9.11cvs3
15927
15928         * src/plugins/pgpmime/pgpmime.c
15929                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
15930                 breaking menu accelerators and stuff. Users will have to
15931                 reselect "PGP MIME" instead of "PGP/MIME" in their 
15932                 account's privacy preferences if needed.
15933
15934 2005-05-22 [paul]
15935
15936         * tools/kdeservicemenu/install.sh
15937                 use kdesu to prompt for root password if doing
15938                 global install/uninstall
15939
15940 2005-05-20 [colin]      1.9.11cvs2
15941
15942         * src/procmsg.c
15943                 Fix another compilation error with gcc-2.9x
15944                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
15945         * src/send_message.c
15946                 Don't send QUIT if we aren't connected
15947
15948 2005-05-19 [colin]      1.9.11cvs1
15949
15950         * src/procmsg.c
15951                 Fix compilation with gcc 2.9x
15952
15953 2005-05-19 [paul]       1.9.11
15954
15955         1.9.11 released
15956
15957 2005-05-19 [paul]       1.9.9cvs14
15958
15959         * src/gtk/inputdialog.c
15960                 prevent gettext warning
15961
15962 2005-05-19 [paul]       1.9.9cvs13
15963
15964         * src/mainwindow.c
15965         * src/prefs_common.c
15966         * src/prefs_common.h
15967         * src/textview.c
15968         * src/textview.h
15969                 add an option to toggle cursor in message
15970                 view (sync with main)
15971
15972 2005-05-18 [colin]      1.9.9cvs12
15973
15974         * src/compose.c
15975                 Dereference freed pointer
15976         * src/gtk/gtkaspell.c
15977                 Fix duplication of dictionaries (is it an aspell issue?)
15978
15979 2005-05-18 [colin]      1.9.9cvs11
15980
15981         * src/gtk/inputdialog.c
15982         * src/gtk/gtkaspell.c
15983                 HIGuify dialogs
15984         * src/alertpanel.c
15985                 Remove a double call
15986
15987 2005-05-17 [colin]      1.9.9cvs10
15988
15989         * src/gtk/gtkaspell.c
15990                 Fix dialogs, Ctrl-Enter accel
15991
15992 2005-05-17 [colin]      1.9.9cvs9
15993
15994         * src/gtk/gtkaspell.c
15995                 Fix some accelerators, escape in replace-window
15996
15997 2005-05-16 [colin]      1.9.9cvs8
15998
15999         * src/gtk/gtkaspell.c
16000                 Revert last commit, it was a mistake.
16001
16002 2005-05-16 [colin]      1.9.9cvs7
16003
16004         * src/gtk/gtkaspell.c
16005                 Remove buggy code while we're at it. It's a 
16006                 dead code path anyway.
16007
16008 2005-05-16 [colin]      1.9.9cvs6
16009
16010         * src/gtk/gtkaspell.c
16011                 Missed some gtk_menu_popup where deactivate
16012                 signal should be handled. Should fix bug
16013                 #629 a bit more.
16014
16015 2005-05-16 [colin]      1.9.9cvs5
16016
16017         * src/gtk/gtkaspell.c
16018                 Remove debug printf()s
16019
16020 2005-05-16 [colin]      1.9.9cvs4
16021
16022         * src/gtk/gtkaspell.c
16023                 Fix a bit aspell problems
16024                 (see bug #629)
16025
16026 2005-05-13 [colin]      1.9.9cvs3
16027
16028         * src/folderview.c
16029                 Fix the + appearing even when no subfolders
16030                 have unread messages. Thanks to wwp for the
16031                 bug report.
16032
16033 2005-05-11 [paul]       1.9.9cvs2
16034
16035         * src/folderview.c
16036                 correction to 1.9.9cvs1, only colour folders that
16037                 have new msgs (not unread msgs)
16038
16039 2005-05-10 [colin]      1.9.9cvs1
16040
16041         * src/folderview.c
16042         * src/summaryview.c
16043                 Try to fix bolding bugs again.
16044
16045 2005-05-09 [paul]
16046
16047         * tools/claws.i18n.status.pl
16048                 add Ricardo Mones Lastra's script that has been providing
16049                 the i18n status page for many months
16050
16051 2005-05-09 [paul]       1.9.9
16052
16053         1.9.9 release
16054
16055 2005-05-09 [paul]       1.9.6cvs58
16056
16057         * AUTHORS
16058         * INSTALL
16059         * README.claws
16060                 updated
16061         * Makefile.am 
16062         * RELEASE_NOTES.claws
16063                 add release notes to cvs to simplify release
16064                 procedure
16065         * configure.ac
16066                 add ca and fi to ALL_LINGUAS
16067         * po/Makefile.in.in
16068                 workaround for missing Makevars
16069         * po/ca.po
16070         * po/fi.po
16071                 add new Catalan and Finnish translations
16072                 submitted by Miquel Oliete and Flammie Pirinen
16073         * po/de.po
16074         * po/es.po
16075         * po/fr.po
16076         * po/it.po
16077         * po/pl.po
16078         * po/ru.po
16079         * po/sk.po
16080         * po/sr.po
16081         * po/zh_CN.po
16082                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
16083                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
16084                 Urke MMI, and Hansom Young
16085         * src/main.c
16086                 Fix drafting when quitting. compose_draft() closes the
16087                 compose windows, which modifies the compose_list GSList.
16088                 We have to refresh this list after echo drafting to avoid a
16089                 segfault
16090         * src/partial_download.c
16091                 fix segfault on exit
16092
16093 2005-05-06 [paul]       1.9.6cvs57
16094
16095         * src/grouplistdialog.c
16096                 quick fix/workaround for unresizeable newsgroup
16097                 name column 
16098
16099 2005-05-06 [paul]       1.9.6cvs56
16100
16101         * src/inc.c
16102         * src/mainwindow.c
16103                 use gettext plural forms
16104         * src/imap_gtk.c
16105         * src/mh_gtk.c
16106         * src/toolbar.c
16107                 small improvement to english usage
16108
16109 2005-05-05 [thorsten]   1.9.6cvs55
16110
16111         * src/folder.c
16112                 fix possible crash
16113
16114 2005-05-05 [paul]       1.9.6cvs54
16115         
16116         sync with HEAD
16117
16118         * AUTHORS
16119         * src/compose.c
16120                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
16121                 patch by Tim Mann
16122
16123 2005-05-05 [paul]       1.9.6cvs53
16124
16125         * src/mainwindow.c
16126                 fix resizing of separate message and
16127                 folder views
16128
16129 2005-05-05 [paul]       1.9.6cvs52
16130
16131         * src/account.c
16132         * src/addrgather.c
16133         * src/browseldap.c
16134         * src/exphtmldlg.c
16135         * src/expldifdlg.c
16136         * src/importmutt.c
16137         * src/importpine.c
16138         * src/main.c
16139         * src/mainwindow.c
16140         * src/noticeview.c
16141         * src/prefs_filtering.c
16142         * src/prefs_filtering_action.c
16143         * src/prefs_matcher.c
16144         * src/prefs_spelling.c
16145         * src/prefs_toolbar.c
16146         * src/toolbar.c
16147         * src/wizard.c
16148         * src/gtk/description_window.c
16149         * src/gtk/gtkvscrollbutton.c
16150         * src/gtk/progressdialog.c
16151         * src/gtk/quicksearch.c
16152         * src/plugins/pgpmime/prefs_gpg.c
16153         * src/plugins/spamassassin/spamassassin_gtk.c
16154                 replace deprecated gtk_widget_set_usize
16155
16156 2005-05-04 [colin]      1.9.6cvs51
16157
16158         * src/common/utils.c
16159                 Fix crash when subst_for_filename is called
16160                 with a NULL parameter
16161
16162 2005-05-04 [colin]      1.9.6cvs50
16163
16164         * src/partial_download.c
16165         * src/pop.c
16166                 Escape login when writing uidl file
16167                 fixes bug #736
16168
16169 2005-05-03 [colin]      1.9.6cvs49
16170
16171         * src/procmime.c
16172                 Fix possible DOS in mime parser
16173                 (see bug #634)
16174
16175 2005-05-02 [colin]      1.9.6cvs48
16176
16177         * src/compose.c
16178                 Try to fix the copy/paste mess once again.
16179
16180
16181 2005-04-30 [colin]      1.9.6cvs47
16182
16183         * src/prefs_account.h
16184         * src/procmsg.c
16185         * src/send_message.c
16186         * src/common/smtp.c
16187         * src/common/smtp.h
16188                 Try to batch sending mails (per account) instead of
16189                 reconnecting to server every time.
16190
16191 2005-04-29 [colin]      1.9.6cvs46
16192
16193         * src/messageview.c
16194                 Fix window resizing that refused to size down
16195         * src/prefs_common.c
16196         * src/prefs_common.h
16197         * src/prefs_filtering.c
16198                 Save Filtering's window size
16199
16200 2005-04-21 [paul]       1.9.6cvs45
16201
16202         * ChangeLog-gtk2.claws
16203         * src/setup.c
16204                 correction to sync
16205
16206 2005-04-21 [paul]       1.9.6cvs44
16207
16208         sync with main:
16209
16210         * src/setup.c
16211         * src/statusbar.c
16212         * src/statusbar.h
16213                 use gtkut_widget_draw_now(). Improved performance
16214                 of the update of statusbar
16215         * src/textview.c
16216                 textview_smooth_scroll_do(): redraw it after scroll
16217                 is done (fixed incorrect display when a part of the
16218                 view is hidden).
16219         * src/gtk/gtkutils.c
16220         * src/gtk/gtkutils.h
16221                 gtkut_widget_draw_now(): use gdk_window_process_updates()
16222                 to force update of widgets.
16223                 Removed gtkut_widget_wait_for_draw() which had a big
16224                 overhead  because of waiting for all events processed 
16225
16226 2005-04-20 [paul]       1.9.6cvs43
16227
16228         * src/codeconv.c
16229                 complete 1.9.6cvs42's sync:
16230                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
16231
16232 2005-04-19 [paul]       1.9.6cvs42
16233
16234         sync with main:
16235
16236         * src/action.c
16237                 catch_output(): correctly select the insert text
16238                 (fix invalid iterator warnings).
16239         * src/codeconv.c
16240         * src/codeconv.h
16241         * src/mainwindow.c
16242         * src/messageview.c
16243         * src/prefs_common.c
16244                 support GBK encoding.
16245         * src/common/session.c
16246         * src/common/session.h
16247                 use separate buffer for large data to be sent,
16248                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
16249
16250 2005-04-18 [paul]       1.9.6cvs41
16251
16252         * src/jpilot.c
16253                 convert unsigned long into guint32
16254                 patch by Paul LeoNerd Evans 
16255
16256 2005-04-17 [colin]      1.9.6cvs40
16257
16258         * src/compose.c
16259                 Fix 'Request return receipt' from folder
16260                 properties (bug #708)
16261
16262 2005-04-17 [colin]      1.9.6cvs39
16263
16264         * src/mainwindow.c
16265                 Fix duplicate hotkeys in Mainwindow's menu
16266
16267 2005-04-17 [colin]      1.9.6cvs38
16268
16269         * src/folderview.c
16270                 Fix duplicate hotkeys in Folderview's contextual
16271                 menu
16272
16273 2005-04-15 [colin]      1.9.6cvs37
16274
16275         * src/summaryview.c
16276                 Fix 'Save as...' with non-ascii filenames
16277
16278 2005-04-15 [colin]      1.9.6cvs36
16279
16280         * src/plugins/pgpmime/pgpmime.c
16281                 Fix bus error on 64bit. Spotted by 
16282                 macallan1888@gmail.com
16283
16284 2005-04-15 [colin]      1.9.6cvs35
16285
16286         * src/prefs_account.c
16287                 Fix cvs34.
16288
16289 2005-04-12 [colin]      1.9.6cvs34
16290
16291         * src/prefs_account.c
16292                 Fix smtp auth type off-by-one. We forgot to
16293                 add PLAIN in the prefs-to-gui setter func and
16294                 as a result, the selected auth when opening
16295                 account prefs was not the correct one.
16296
16297 2005-04-12 [paul]       1.9.6cvs33
16298
16299         * src/inc.c
16300                 if the recv dialog is visible, Cancel only
16301                 cancels the current account
16302
16303
16304 2005-04-10 [colin]      1.9.6cvs32
16305
16306         * src/filtering.c
16307                 Copy score when copying FilteringActions
16308                 Fix bug #674
16309
16310 2005-04-10 [colin]      1.9.6cvs31
16311
16312         * src/inc.c
16313                 Make Message -> Receive -> Cancel cancel 
16314                 incorporation on all accounts. Fixes
16315                 bug #693
16316
16317 2005-04-10 [colin]      1.9.6cvs30
16318
16319         * src/prefs_account.c
16320                 Update Privacy checkbuttons status based
16321                 on the selected privacy system
16322         * src/compose.c
16323                 Always connect the "None" privacy system; the
16324                 static boolean was probably there to avoid
16325                 reconnecting twice in the same compose window,
16326                 but as the parent function is only called once
16327                 per compose, it's only a bug - as a static is
16328                 initialized once per application instance.
16329                 Also, don't uncheck Sign and Encrypt when
16330                 selecting None as privacy system; just ignore
16331                 them when sending/queuing.
16332                 Should fix bug #695
16333
16334 2005-04-08 [colin]      1.9.6cvs29
16335
16336         * src/account.c
16337         * src/prefs_account.c
16338         * src/prefs_account.h
16339                 Add account preference to queue message in a certain
16340                 folder.
16341
16342 2005-04-06 [colin]      1.9.6cvs28
16343
16344         * src/prefs_account.c
16345                 Update old inbox path syntax
16346
16347 2005-04-06 [paul]       1.9.6cvs27
16348
16349         sync with main:
16350
16351         * configure.ac
16352                 changed -traditional-cpp to -no-cpp-precomp for newer
16353                 Mac OS X support
16354         * src/foldersel.c
16355                 made column resize automatically
16356         * src/send_message.c
16357                 send_message_smtp(): consider EOF right after QUIT
16358                 successful (workaround for Gmail SMTP server)
16359         * src/common/socket.c
16360                 ssl_read(), ssl_peek(): check EOF which violates the
16361                 SSL protocol
16362         * src/gtk/colorlabel.c
16363                 removed warnings when displaying colorlabel menu
16364                 (don't use GtkAlignment)
16365
16366 2005-04-05 [paul]       1.9.6cvs26
16367
16368         * src/plugins/trayicon/trayicon.c
16369                 fix clipping of icon under KDE3 
16370
16371 2005-04-05 [paul]       1.9.6cvs25
16372
16373         * src/summaryview.c
16374                 hide display of threading
16375                 patch by Alfons
16376
16377 2005-04-04 [thorsten]   1.9.6cvs24
16378
16379         * src/mh.c
16380                 marks lost on filesystems with different stat() results on
16381                 summer-/wintertime
16382
16383 2005-04-03 [colin]      1.9.6cvs23
16384
16385         * src/summaryview.c
16386                 Don't handle up/down. Patch by Alfons
16387
16388 2005-04-02 [colin]      1.9.6cvs22
16389
16390         * src/summaryview.c
16391                 Make scrolling faster. Patch by Alfons.
16392
16393 2005-04-01 [colin]      1.9.6cvs21
16394
16395         * src/Makefile.am
16396         * src/stock_pixmap.c
16397         * src/pixmaps/dir-noselect.xpm ** REMOVED **
16398         * src/pixmaps/dir_noselect.xpm ** ADDED **
16399                 Fix pixmap name mismatch (Thanks Stephan Sachse)
16400
16401 2005-04-01 [colin]      1.9.6cvs20
16402
16403         * src/image_viewer.c
16404         * src/image_viewer.h
16405         * src/procmime.c
16406         * src/procmime.h
16407         * src/textview.c
16408         * src/textview.h
16409                 Implement inline image resizing and right-clicking
16410
16411 2005-04-01 [paul]       1.9.6cvs19
16412
16413         * AUTHORS
16414         * Makefile.am
16415         * configure.ac
16416                 check for gnome2
16417                 patch by Luca Cavalli <loopback<AT>slackit.org>
16418         * po/ru.po
16419                 updated by Pavlo Bohmat
16420
16421 2005-03-31 [colin]      1.9.6cvs18
16422
16423         * src/news.c
16424                 Fix parsing references
16425         * src/msgcache.c
16426                 don't put nulls in the references list
16427         * src/procheader.c
16428                 commit that forgotten file in 1.9.6cvs14
16429
16430 2005-03-31 [colin]      1.9.6cvs17
16431
16432         * src/compose.c
16433                 Fix joining of signature separator again. 
16434                 Maybe Hiro could put it in main too...
16435
16436 2005-03-31 [colin]      1.9.6cvs16
16437
16438         * src/Makefile.am
16439         * src/foldersel.c
16440         * src/stock_pixmap.c
16441         * src/stock_pixmap.h
16442         * src/pixmaps/dir-noselect.xpm
16443                 Update foldersel.c (sync from main, patch by Alfons)
16444
16445 2005-03-30 [colin]      1.9.6cvs15
16446
16447         * src/imap.c
16448                 Fix handling of imap folders containing [] in 
16449                 their name. Thanks to Nahuel Angelinetti for
16450                 the detailed bugreport.
16451
16452 2005-03-30 [colin]      1.9.6cvs14
16453
16454         * src/common/utils.h
16455         * src/common/utils.c
16456         * src/common/defs.h
16457         * src/matcher.c
16458         * src/msgcache.c
16459         * src/news.c
16460         * src/procmsg.c
16461         * src/procmsg.h
16462         * src/quote_fmt_parse.y
16463         * src/summaryview.c
16464                 Update references system. Patch by Alfons
16465
16466 2005-03-30 [colin]      1.9.6cvs13
16467
16468         * src/common/socket.c
16469                 Force the glibc to read resolv.conf again when 
16470                 it has changed. Should fix issues when changing
16471                 networks on a laptop and not restarting sylpheed. 
16472
16473 2005-03-30 [paul]       1.9.6cvs12
16474
16475         partial sync with main:
16476
16477         * src/action.c
16478                 create_io_dialog(): use user-defined text font
16479                 (thanks to Alfons), and modified its appearance.
16480         * src/addrgather.c
16481         * src/addrharvest.c
16482         * src/browseldap.c
16483                 replace old code
16484         * src/compose.c
16485                 don't join (presumably) itemized lines on line-wrapping
16486                 fixed wrapping of quote when auto-wrapping is enabled
16487                 compose_destroy(): destroy paned only if it's not
16488                 attached to window. Fixed memory leak of popup menu.
16489         * src/exphtmldlg.c
16490         * src/expldifdlg.c
16491                 replace old code
16492         * src/html.c
16493         * src/html.h
16494         * src/importmutt.c
16495         * src/importpine.c
16496                 replace old code
16497         * src/main.c
16498                 removed redundant code
16499         * src/mainwindow.c
16500                 changed 'Code set' (which is rather incorrect)
16501                 in the menu to 'Character encoding'
16502                 main_window_set_widgets(): request size first
16503                 to prevent window size becoming wrong
16504                 fixed remembering of the state of the visibility
16505                 of MessageView
16506         * src/messageview.c
16507                 changed 'Code set' (which is rather incorrect)
16508                 in the menu to 'Character encoding'
16509         * src/prefs_common.c
16510         * src/prefs_common.h
16511                 added an option whether to render HTML as text or not
16512                 added separators to outgoing encoding menu
16513         * src/procheader.c
16514                 procheader_scan_date_string(): support header
16515                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
16516         * src/summaryview.c
16517         * src/summaryview.h
16518                 minor code cleanup
16519         * src/textview.c
16520                 textview_show_html(): force output of newline
16521                 added an option whether to render HTML as text or not
16522         * src/common/utils.c
16523                 strncpy2(): optimized based on Alfons' code
16524         * src/gtk/gtkutils.c
16525         * src/gtk/gtkutils.h
16526                 removed non-used code
16527         * src/plugins/pgpmime/passphrase.c
16528                 partially fixed grab input of passphrase dialog
16529                 Confine pointer to window
16530
16531 2005-03-30 [colin]      1.9.6cvs11
16532
16533         * src/msgcache.c
16534         * src/msgcache.h
16535                 Read/write 32bit ints from cache & marks
16536                 From main.
16537
16538 2005-03-29 [paul]       1.9.6cvs10
16539
16540         * AUTHORS
16541         * ChangeLog.claws
16542         * src/compose.c
16543         * src/gtk/gtkaspell.c
16544                 sync with HEAD (don't pass NULL pointers) 
16545
16546 2005-03-24 [paul]
16547
16548         * tools/Makefile.am
16549         * tools/README
16550         * tools/acroread2sylpheed.pl
16551                 sync with HEAD (add script to send pdfs as
16552                 attachments from Adobe Reader 7)
16553
16554 2005-03-21 [paul]       1.9.6cvs9
16555
16556         * configure.ac
16557         * po/POTFILES.in
16558         * src/Makefile.am
16559         * src/crash.c
16560         * src/image_viewer.c ** ADDED **
16561         * src/image_viewer.h ** ADDED **
16562         * src/main.c
16563         * src/prefs_common.c
16564         * src/prefs_common.h
16565         * src/prefs_image_viewer.c ** ADDED **
16566         * src/prefs_image_viewer.h ** ADDED **
16567         * src/textview.c
16568         * src/gtk/about.c
16569         * src/pixmaps/sylpheed_logo.xpm
16570         * src/plugins/Makefile.am
16571         * src/plugins/image_viewer/.cvsignore ** REMOVED **
16572         * src/plugins/image_viewer/Makefile.am ** REMOVED **
16573         * src/plugins/image_viewer/plugin.c ** REMOVED **
16574         * src/plugins/image_viewer/viewer.c ** REMOVED **
16575         * src/plugins/image_viewer/viewer.glade ** REMOVED **
16576         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
16577         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
16578         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
16579         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
16580                 as gdk-pixbuf is now built-in
16581                 remove image_viewer plugin and put code back into
16582                 main codebase
16583                 implement inline image display (sync with main)
16584
16585                 replace logo with newer, nicer, larger version  
16586
16587 2005-03-21 [paul]       1.9.6cvs8
16588
16589         * src/gtk/about.c
16590                 cosmetic improvement
16591
16592 2005-03-21 [holger]     1.9.6cvs7
16593
16594         * src/plugins/spamassassin/spamassassin.c
16595                 Sync with HEAD
16596                 (unregister hook on failed plugin init)
16597
16598 2005-03-20 [colin]      1.9.6cvs6
16599
16600         * src/common/plugin.c
16601                 Check that plugin isn't already loaded
16602                 Patch by Alfons
16603
16604 2005-03-20 [thorsten]   1.9.6cvs5
16605
16606         * src/compose.c
16607                 use a more compatible syntax
16608
16609 2005-03-20 [thorsten]   1.9.6cvs4
16610
16611         * src/prefs_toolbar.c
16612                 fix crash when selecting toolbar item (uninitialized pointer)
16613
16614 2005-03-20 [thorsten]   1.9.6cvs3
16615
16616         * src/procmime.c
16617                 fix mimetype detection (referenced free()d string)
16618
16619 2005-03-20 [paul]       1.9.6cvs2
16620
16621         * src/compose.c
16622                 sync with HEAD (1.0.3cvs5)
16623                 neglect Reply-To header if empty
16624                 Patch by Alfons 
16625
16626 2005-03-19 [holger]     1.9.6cvs1
16627
16628         * src/summaryview.c
16629         * src/summaryview.h
16630                 Sync with HEAD
16631
16632 2005-03-18 [paul]       1.9.6
16633
16634         initial GTK2 release
16635
16636 2005-03-18 [paul]       1.0.3cvs3.1
16637
16638         * AUTHORS
16639         * ChangeLog.claws
16640         * configure.ac
16641         * src/gtk/about.c
16642         * src/pixmaps/sylpheed_logo.xpm
16643                 sync with HEAD
16644
16645 2005-03-18 [colin]      1.0.3cvs2.6
16646
16647         * src/summaryview.c
16648                 Remove call to summary_step in summary_copy_selected_to
16649                 Can't see its purpose, and this causes bug when copying
16650                 a message if the next one is unread: it reads it.
16651
16652 2005-03-18 [paul]       1.0.3cvs2.5
16653
16654         * src/foldersel.c
16655                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
16656
16657 2005-03-18 [paul]       1.0.3cvs2.4
16658
16659         * src/addrharvest.c
16660         * src/codeconv.c
16661         * src/codeconv.h
16662         * src/compose.c
16663         * src/news.c
16664         * src/procheader.c
16665         * src/procmime.c
16666         * src/unmime.c
16667         * src/unmime.h
16668                 fix buffer overflow, CAN-2005-0667, see
16669                 http://secunia.com/advisories/14491/
16670                 Patch by Alfons
16671
16672 2005-03-17 [colin]      1.0.3cvs2.3
16673
16674         * src/prefs_fonts.c
16675         * src/summaryview.c
16676                 Fix font bugs (both lists now officialy share 
16677                 the same font)
16678                 
16679
16680 2005-03-17 [paul]       1.0.3cvs2.2
16681
16682         * src/gtk/pluginwindow.c
16683                 make plugin descriptions uneditable
16684
16685 2005-03-11 [paul]       1.0.3cvs2.1
16686
16687         * ChangeLog.claws
16688         * configure.ac
16689         * po/POTFILES.in
16690         * src/plugins/trayicon/trayicon.c
16691                 sync with HEAD
16692                 add src/wizard.c to POTFILES.in
16693
16694 2005-03-11 [paul]       1.0.3cvs1.1
16695
16696         * ChangeLog
16697         * ChangeLog.claws
16698         * configure.ac
16699         * po/de.po
16700         * po/es.po
16701         * po/fr.po
16702         * po/it.po
16703         * po/pt_BR.po
16704         * po/ru.po
16705         * po/sk.po
16706         * po/sr.po
16707         * po/zh_CN.po
16708                 sync with HEAD
16709
16710 2005-03-04 [colin]      1.0.1cvs22.2
16711
16712         * src/compose.c
16713                 Fix signatures with accentued chars in it
16714
16715 2005-03-04 [colin]      1.0.1cvs22.1
16716
16717         * src/common/smtp.c
16718         * src/common/smtp.h
16719                 Don't use SIZE param in MAIL FROM: if server 
16720                 doesn't support it. Patch by Eugen Freiter
16721                 <eugen_f@users.sf.net>
16722
16723 2005-02-27 [paul]       1.0.1cvs20.1
16724
16725         * ChangeLog.claws
16726         * configure.ac
16727         * src/messageview.c
16728                 sync with HEAD
16729
16730 2005-02-27 [colin]      1.0.1cvs19.4
16731
16732         * src/procheader.c
16733         * src/procheader.h
16734                 Fix prototypes. Patch by Alfons
16735
16736 2005-02-27 [colin]      1.0.1cvs19.3
16737
16738         * src/compose.c
16739                 Don't auto-join the signature separator.
16740
16741 2005-02-26 [colin]      1.0.1cvs19.2
16742
16743         * src/summaryview.c
16744                 Fix 'mark all read' with collapsed threads.
16745                 Patch by Alfons.
16746
16747 2005-02-25 [paul]       1.0.1cvs19.1
16748
16749         * ChangeLog.claws
16750         * configure.ac
16751         * src/prefs_account.c
16752         * src/prefs_folder_item.c
16753         * src/gtk/prefswindow.c
16754         * src/gtk/prefswindow.h
16755                 sync with HEAD
16756
16757 2005-02-25 [paul]       1.0.1cvs15.12
16758
16759         * src/alertpanel.c
16760         * src/codeconv.c
16761         * src/compose.c
16762         * src/textview.c
16763         * src/gtk/gtkutils.c
16764         * src/gtk/gtkutils.h
16765         * src/gtk/logwindow.c
16766         * src/gtk/progressdialog.c
16767                 sync with main (revision 127)
16768                 and fix logwindow clipping
16769
16770 2005-02-24 [colin]      1.0.1cvs15.11
16771
16772         * src/plugins/pgpmime/passphrase.c
16773                 Disable input grabbing; it doesn't work yet.
16774
16775 2005-02-24 [colin]      1.0.1cvs15.10
16776
16777         * src/messageview.c
16778                 Don't send out receipts if offline. Ask.
16779
16780 2005-02-23 [colin]      1.0.1cvs15.9
16781
16782         * src/summaryview.c     
16783                 Fix expanding
16784
16785 2005-02-23 [colin]      1.0.1cvs15.8
16786
16787         * src/summaryview.c
16788                 Really fix Bug 568 by removing useless
16789                 calls. summary_thread_init() now called
16790                 in summary_sort(). This should please
16791                 Alfons as it should be faster than 
16792                 previously.
16793
16794 2005-02-23 [colin]      1.0.1cvs15.7
16795
16796         * src/compose.c
16797                 Encode parts as QP or B64 if signing
16798
16799 2005-02-23 [colin]      1.0.1cvs15.6
16800
16801         * src/compose.c
16802                 Fix Mimeinfo leakage (including tmp files)
16803         * src/procmsg.c
16804                 Fix tmp file leakage (spotted by Ivan Rayner)
16805
16806 2005-02-22 [colin]      1.0.1cvs15.5
16807
16808         * src/expldifdlg.c
16809                 Fix keyboard input. Patch by Alfons.
16810
16811 2005-02-21 [colin]      1.0.1cvs15.4
16812
16813         * src/compose.c
16814                 Fix Sign/Encrypt when unselecting privacy
16815                 system
16816         * src/prefs_common.c
16817                 Change default message font to Monospace
16818         * src/summaryview.c
16819                 More freezing during potentially large operations
16820
16821 2005-02-21 [paul]       1.0.1cvs15.3
16822
16823         * src/main.c
16824                 fix --help output
16825
16826 2005-02-21 [paul]       1.0.1cvs15.2
16827
16828         * po/Makefile.in.in
16829         * src/compose.c
16830         * src/summaryview.c
16831         * src/textview.c
16832         * src/common/utils.c
16833         * src/common/utils.h
16834                 sync with main (revision 117)
16835
16836 2005-02-20 [colin]      1.0.1cvs15.1
16837
16838         * src/common/defs.h
16839                 Change cache file to .sylpheed_claws_cache, as
16840                 suggested by Alfons. Allows people to switch
16841                 between Sylpheed and Sylpheed-Claws. it is
16842                 a good idea to "Check for new messages" at next
16843                 startup.
16844
16845
16846 2005-02-18 [colin]      1.0.1cvs14.1
16847
16848         * src/quote_fmt_lex.l
16849         * src/quote_fmt_parse.y
16850                 Fix parser initialisation. Patch by Ivan.
16851
16852 2005-02-18 [colin]      1.0.1cvs11.6
16853
16854         * src/folderview.c
16855                 Fix scrolldown (bug 662)
16856
16857 2005-02-17 [colin]      1.0.1cvs11.5
16858
16859         * src/codeconv.c
16860                 conv_filename_to_utf8: return clean 7bit instead
16861                 of broken utf8 if needed
16862         * src/mimeview.c
16863                 Fix display of parts with unclean 8bit names
16864
16865 2005-02-17 [paul]       1.0.1cvs11.4
16866
16867         * src/compose.c
16868         * src/exportldif.c
16869         * src/matcher_parser_parse.y
16870         * src/procmime.c
16871         * src/sourcewindow.c
16872         * src/common/Makefile.am
16873         * src/common/intl.h             ** REMOVED **
16874         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16875                 sync with main (revision 109)
16876                 and clean up
16877
16878 2005-02-16 [colin]      1.0.1cvs11.3
16879
16880         * src/summaryview.c
16881                 Fix collapsed thread not highlighting when new
16882                 messages in it (Bug 568) Patch by Stephan Sachse.
16883                 Fix messed up selection when reaching bounds (Bug 632)
16884         * src/prefs_themes.c
16885                 Fix theme installing (Bug 684)
16886
16887 2005-02-16 [colin]      1.0.1cvs11.2
16888
16889         * src/messageview.c
16890                 Fix messageview_select_all
16891
16892 2005-02-16 [colin]      1.0.1cvs11.1
16893
16894         * src/mh.c
16895                 Sync with HEAD (MH scan required function)
16896
16897 2005-02-15 [colin]      1.0.1cvs8.1
16898
16899         * src/mimeview.c
16900         * src/common/utils.c
16901                 Sync with HEAD (filename chars substitution)
16902
16903 2005-02-15 [colin]      1.0.1cvs7.3
16904
16905         * src/gtk/pluginwindow.c
16906                 Fix button spacing
16907
16908 2005-02-15 [colin]      1.0.1cvs7.2
16909
16910         * src/mimeview.c
16911                 Fix mime icons not reset across message when
16912                 scrolled down
16913
16914 2005-02-15 [colin]      1.0.1cvs7.1
16915
16916         * src/compose.c
16917         * src/procmime.c
16918                 Sync with HEAD (optimisation of cvs6)
16919
16920 2005-02-14 [colin]      1.0.1cvs6.1
16921
16922         * src/compose.c
16923         * src/procmime.c
16924                 Sync with HEAD (encode "From " at line beginning)
16925
16926 2005-02-14 [colin]      1.0.1cvs5.3
16927
16928         * src/compose.c
16929                 Fix wrapping with accentued chars.
16930
16931 2005-02-13 [colin]      1.0.1cvs5.2
16932
16933         * src/textview.c
16934                 Fix email informative part parsing with
16935                 accentued chars in it. ispunct() returns
16936                 true for them in utf8...
16937
16938 2005-02-12 [colin]      1.0.1cvs5.1
16939
16940         * src/filtering.c
16941                 Sync with HEAD (remove wrong use of compose after send)
16942
16943 2005-02-12 [paul]       1.0.1cvs4.5
16944
16945         * src/textview.c
16946                 remove unnecessary code (thanks to Alfons)
16947
16948 2005-02-12 [paul]       1.0.1cvs4.4
16949
16950         * src/textview.c
16951                 add 'Copy' to contextual menu on emails
16952
16953 2005-02-11 [colin]      1.0.1cvs4.3
16954
16955         * src/compose.c
16956                 revert 1.0.0cvs28.2, it doesn't work that well.
16957
16958 2005-02-11 [paul]       1.0.1cvs4.2
16959
16960         * po/Makefile.in.in
16961                 fix 'make release'
16962
16963 2005-02-10 [paul]       1.0.1cvs4.1
16964
16965         * ChangeLog
16966         * ChangeLog.claws
16967         * ChangeLog.jp
16968         * configure.ac
16969         * src/compose.c
16970                 sync with HEAD (sync with main)
16971
16972 2005-02-10 [paul]       1.0.1cvs3.2
16973
16974         * AUTHORS
16975         * Makefile.am
16976         * autogen.sh
16977         * configure.ac
16978         * config/mkinstalldirs
16979         * intl/.cvsignore
16980         * intl/ChangeLog
16981         * intl/VERSION
16982         * intl/bindtextdom.c
16983         * intl/config.charset
16984         * intl/dcgettext.c
16985         * intl/dcigettext.c
16986         * intl/dcngettext.c
16987         * intl/dgettext.c
16988         * intl/dngettext.c
16989         * intl/eval-plural.h
16990         * intl/explodename.c
16991         * intl/finddomain.c
16992         * intl/gettext.c
16993         * intl/gettextP.h
16994         * intl/gmo.h
16995         * intl/hash-string.h
16996         * intl/intl-compat.c
16997         * intl/l10nflist.c
16998         * intl/libgnuintl.h.in
16999         * intl/loadinfo.h
17000         * intl/loadmsgcat.c
17001         * intl/localcharset.c
17002         * intl/localcharset.h
17003         * intl/locale.alias
17004         * intl/localealias.c
17005         * intl/localename.c
17006         * intl/log.c
17007         * intl/ngettext.c
17008         * intl/os2compat.c
17009         * intl/os2compat.h
17010         * intl/osdep.c
17011         * intl/plural-exp.c
17012         * intl/plural-exp.h
17013         * intl/plural.c
17014         * intl/plural.y
17015         * intl/ref-add.sin
17016         * intl/ref-del.sin
17017         * intl/relocatable.c
17018         * intl/relocatable.h
17019         * intl/textdomain.c
17020         * m4/Makefile.am
17021         * po/Makefile.in.in
17022         * src/Makefile.am
17023         * src/account.c
17024         * src/action.c
17025         * src/addr_compl.c
17026         * src/addressadd.c
17027         * src/addressbook.c
17028         * src/addrgather.c
17029         * src/addrindex.c
17030         * src/alertpanel.c
17031         * src/browseldap.c
17032         * src/codeconv.c
17033         * src/codeconv.h
17034         * src/compose.c
17035         * src/compose.h
17036         * src/crash.c
17037         * src/editaddress.c
17038         * src/editbook.c
17039         * src/editgroup.c
17040         * src/editjpilot.c
17041         * src/editldap.c
17042         * src/editldap_basedn.c
17043         * src/editvcard.c
17044         * src/exphtmldlg.c
17045         * src/expldifdlg.c
17046         * src/export.c
17047         * src/exporthtml.c
17048         * src/filtering.c
17049         * src/folder.c
17050         * src/folder_item_prefs.c
17051         * src/foldersel.c
17052         * src/folderview.c
17053         * src/grouplistdialog.c
17054         * src/headerview.c
17055         * src/imap.c
17056         * src/imap_gtk.c
17057         * src/import.c
17058         * src/importldif.c
17059         * src/importmutt.c
17060         * src/importpine.c
17061         * src/inc.c
17062         * src/ldif.c
17063         * src/main.c
17064         * src/mainwindow.c
17065         * src/matcher.c
17066         * src/mbox.c
17067         * src/message_search.c
17068         * src/messageview.c
17069         * src/mh.c
17070         * src/mh_gtk.c
17071         * src/mimeview.c
17072         * src/msgcache.c
17073         * src/news.c
17074         * src/news_gtk.c
17075         * src/noticeview.c
17076         * src/partial_download.c
17077         * src/pop.c
17078         * src/prefs_account.c
17079         * src/prefs_actions.c
17080         * src/prefs_common.c
17081         * src/prefs_customheader.c
17082         * src/prefs_display_header.c
17083         * src/prefs_ext_prog.c
17084         * src/prefs_filtering.c
17085         * src/prefs_filtering_action.c
17086         * src/prefs_folder_item.c
17087         * src/prefs_fonts.c
17088         * src/prefs_gtk.c
17089         * src/prefs_matcher.c
17090         * src/prefs_msg_colors.c
17091         * src/prefs_spelling.c
17092         * src/prefs_summary_column.c
17093         * src/prefs_template.c
17094         * src/prefs_themes.c
17095         * src/prefs_toolbar.c
17096         * src/prefs_wrapping.c
17097         * src/privacy.c
17098         * src/procheader.c
17099         * src/procmime.c
17100         * src/procmsg.c
17101         * src/quote_fmt.c
17102         * src/recv.c
17103         * src/send_message.c
17104         * src/setup.c
17105         * src/sourcewindow.c
17106         * src/ssl_manager.c
17107         * src/statusbar.c
17108         * src/summary_search.c
17109         * src/summaryview.c
17110         * src/textview.c
17111         * src/toolbar.c
17112         * src/wizard.c
17113         * src/common/nntp.c
17114         * src/common/plugin.c
17115         * src/common/smtp.c
17116         * src/common/ssl.c
17117         * src/common/ssl_certificate.c
17118         * src/common/string_match.c
17119         * src/common/sylpheed.c
17120         * src/common/template.c
17121         * src/common/utils.c
17122         * src/gtk/about.c
17123         * src/gtk/colorlabel.c
17124         * src/gtk/description_window.c
17125         * src/gtk/filesel.c
17126         * src/gtk/foldersort.c
17127         * src/gtk/gtkaspell.c
17128         * src/gtk/gtkutils.c
17129         * src/gtk/inputdialog.c
17130         * src/gtk/logwindow.c
17131         * src/gtk/menu.c
17132         * src/gtk/pluginwindow.c
17133         * src/gtk/prefswindow.c
17134         * src/gtk/progressdialog.c
17135         * src/gtk/quicksearch.c
17136         * src/gtk/sslcertwindow.c
17137         * src/plugins/clamav/clamav_plugin.c
17138         * src/plugins/clamav/clamav_plugin_gtk.c
17139         * src/plugins/demo/demo.c
17140         * src/plugins/dillo_viewer/dillo_prefs.c
17141         * src/plugins/dillo_viewer/dillo_viewer.c
17142         * src/plugins/image_viewer/plugin.c
17143         * src/plugins/image_viewer/viewer.c
17144         * src/plugins/image_viewer/viewerprefs.c
17145         * src/plugins/mathml_viewer/mathml_viewer.c
17146         * src/plugins/pgpmime/passphrase.c
17147         * src/plugins/pgpmime/plugin.c
17148         * src/plugins/pgpmime/prefs_gpg.c
17149         * src/plugins/pgpmime/select-keys.c
17150         * src/plugins/pgpmime/sgpgme.c
17151         * src/plugins/spamassassin/spamassassin.c
17152         * src/plugins/spamassassin/spamassassin_gtk.c
17153         * src/plugins/trayicon/trayicon.c
17154                 sync with main (revision 104)
17155
17156 2005-02-10 [colin]      1.0.1cvs3.1
17157
17158         * src/mainwindow.c
17159                 Sync with HEAD (fix occasional crasher)
17160
17161 2005-02-10 [colin]      1.0.1cvs2.1
17162
17163         * src/messageview.c
17164                 Synw with HEAD (don't automatically display html)
17165
17166 2005-02-09 [colin]      1.0.1cvs1.3
17167
17168         * src/textview.c
17169         * src/textview.h
17170                 Add contextual menu on emails
17171
17172 2005-02-09 [colin]      1.0.1cvs1.2
17173
17174         * src/codeconv.c
17175                 Fix converting from broken headers and 
17176                 put back the _ in missing places
17177                 (feature broke with cvs24.2 sync, main 
17178                  possibly affected?)
17179
17180 2005-02-09 [colin]      1.0.1cvs1.1
17181
17182         * src/messageview.c
17183         * src/mimeview.c
17184         * src/mimeview.h
17185                 Sync with HEAD (display non text/plain mails with plugin)
17186
17187 2005-02-08 [colin]      1.0.1.1
17188
17189         * ChangeLog.claws
17190         * po/pt_BR.po
17191                 Sync with HEAD
17192         * configure.ac
17193                 Make default configuration directory 
17194                 be .sylpheed-gtk2
17195
17196 2005-02-08 [colin]      1.0.0cvs29.1
17197
17198         * po/de.po
17199         * po/es.po
17200         * po/fr.po
17201         * po/it.po
17202         * po/sk.po
17203         * po/sr.po
17204                 Sync translations with HEAD
17205
17206 2005-02-06 [colin]      1.0.0cvs28.3
17207
17208         * src/compose.c
17209                 Make compose a bit faster - patch by Alfons.
17210
17211 2005-02-06 [colin]      1.0.0cvs28.2
17212
17213         * src/compose.c
17214                 Make pasting via middle-click more reliable
17215
17216 2005-02-05 [paul]       1.0.0cvs28.1
17217
17218         * ChangeLog
17219         * ChangeLog.claws
17220         * ChangeLog.jp
17221         * configure.ac
17222         * src/compose.c
17223                 sync with HEAD
17224                 (fix bug 682 'redirect is broken'
17225
17226 2005-02-05 [torte]      1.0.0cvs27.1
17227
17228         * ChangeLog.claws
17229         * configure.ac
17230         * src/partial_download.c
17231                 Sync with HEAD (fix buf overflow)
17232
17233 2005-02-03 [colin]      1.0.0cvs26.1
17234
17235         * src/common/plugin.c
17236                 Sync with HEAD (avoid plugin mismatches)
17237
17238 2005-02-03 [paul]       1.0.0cvs25.3
17239
17240         * src/folderview.c
17241         * src/headerview.c
17242         * src/summaryview.c
17243         * src/textview.c
17244         * src/gtk/colorlabel.c
17245                 third and final part of initial sync with main-gtk2
17246
17247 2005-02-03 [paul]       1.0.0cvs25.2
17248
17249         * src/jpilot.c
17250                 fix building with jpilot support
17251
17252 2005-02-02 [colin]      1.0.0cvs25.1
17253
17254         * src/messageview.c
17255                 Sync with HEAD (fix dangerous typo)
17256
17257 2005-02-01 [colin]      1.0.0cvs24.3
17258
17259         * src/common/xml.c
17260                 Write file as advertised (UTF-8)
17261
17262 2005-02-01 [paul]       1.0.0cvs24.2
17263
17264         * src/addrbook.c
17265         * src/addrindex.c
17266         * src/alertpanel.h
17267         * src/codeconv.c
17268         * src/codeconv.h
17269         * src/compose.c
17270         * src/export.c
17271         * src/folder_item_prefs.c
17272         * src/html.c
17273         * src/imap.c
17274         * src/import.c
17275         * src/jpilot.c
17276         * src/mainwindow.c
17277         * src/matcher_parser_lex.l
17278         * src/messageview.c
17279         * src/mh.c
17280         * src/prefs_account.c
17281         * src/prefs_actions.c
17282         * src/prefs_common.c
17283         * src/prefs_gtk.c
17284         * src/prefs_gtk.h
17285         * src/prefs_themes.c
17286         * src/procheader.c
17287         * src/procmime.c
17288         * src/sourcewindow.c
17289         * src/statusbar.c
17290         * src/summaryview.c
17291         * src/textview.c
17292         * src/toolbar.c
17293         * src/unmime.c
17294         * src/common/template.c
17295         * src/common/utils.c
17296         * src/common/xml.c
17297         * src/common/xml.h
17298         * src/gtk/gtkaspell.c
17299         * src/plugins/clamav/clamav_plugin.c
17300         * src/plugins/dillo_viewer/dillo_prefs.c
17301         * src/plugins/image_viewer/viewerprefs.c
17302         * src/plugins/pgpmime/passphrase.c
17303         * src/plugins/pgpmime/prefs_gpg.c
17304         * src/plugins/pgpmime/select-keys.c
17305         * src/plugins/spamassassin/spamassassin.c
17306                 second part of initial sync with main-gtk2
17307                 (more to follow)
17308
17309 2005-01-31 [colin]      1.0.0cvs24.1
17310
17311         * src/compose.c
17312                 Sync with HEAD
17313
17314 2005-01-29 [paul]       1.0.0cvs23.2
17315
17316         * src/account.c
17317         * src/action.c
17318         * src/addressadd.c
17319         * src/addressbook.c
17320         * src/alertpanel.c
17321         * src/compose.c
17322         * src/editaddress.c
17323         * src/editbook.c
17324         * src/editgroup.c
17325         * src/editjpilot.c
17326         * src/editldap.c
17327         * src/editldap_basedn.c
17328         * src/editvcard.c
17329         * src/export.c
17330         * src/foldersel.c
17331         * src/grouplistdialog.c
17332         * src/import.c
17333         * src/importldif.c
17334         * src/inc.c
17335         * src/main.c
17336         * src/mainwindow.c
17337         * src/message_search.c
17338         * src/messageview.c
17339         * src/mimeview.c
17340         * src/prefs_actions.c
17341         * src/prefs_common.c
17342         * src/prefs_common.h
17343         * src/prefs_customheader.c
17344         * src/prefs_display_header.c
17345         * src/prefs_filtering.c
17346         * src/prefs_filtering_action.c
17347         * src/prefs_gtk.c
17348         * src/prefs_matcher.c
17349         * src/prefs_summary_column.c
17350         * src/prefs_template.c
17351         * src/sourcewindow.c
17352         * src/summary_search.c
17353         * src/summaryview.c
17354         * src/textview.c
17355         * src/gtk/about.c
17356         * src/gtk/description_window.c
17357         * src/gtk/gtkshruler.c
17358         * src/gtk/gtkutils.c
17359         * src/gtk/gtkutils.h
17360         * src/gtk/inputdialog.c
17361         * src/gtk/logwindow.c
17362         * src/gtk/prefswindow.c
17363         * src/gtk/progressdialog.c
17364         * src/gtk/progressdialog.h
17365                 first part of initial sync with main-gtk2
17366                 (more to follow)
17367
17368 2005-01-28 [colin]      1.0.0cvs23.1
17369
17370         * src/folderview.c
17371                 Sync with HEAD
17372
17373 2005-01-27 [colin]      1.0.0cvs21.1
17374
17375         * src/folder.c
17376         * src/folderview.c
17377                 Sync with HEAD
17378
17379 2005-01-27 [colin]      1.0.0cvs19.1
17380
17381         * src/procmime.c
17382                 Sync with HEAD
17383
17384 2005-01-27 [colin]      1.0.0cvs18.1
17385
17386         * src/messageview.c
17387         * src/summaryview.c
17388         * src/mainwindow.c
17389         * src/compose.c
17390         * src/compose.h
17391         * src/procmsg.c
17392         * src/procmsg.h
17393         * src/toolbar.c
17394                 Sync with HEAD
17395
17396 2005-01-26 [paul]       1.0.0cvs15.2
17397
17398         * src/compose.c
17399                 compose_entries_set(): convert subject and body to
17400                 utf8 if necessary. patch by Felix Eckhofer
17401
17402 2005-01-26 [paul]       1.0.0cvs15.1
17403
17404         * configure.ac
17405         * src/common/template.c
17406                 sync with HEAD (fix memory leak)
17407
17408 2005-01-25 [paul]       1.0.0cvs14.1
17409
17410         * configure.ac
17411         * src/compose.c
17412                 sync with HEAD
17413
17414 2005-01-24 [colin]      1.0.0cvs13.1
17415
17416         * src/summaryview.c
17417                 Sync with HEAD
17418
17419 2005-01-24 [paul]       1.0.0cvs12.1
17420
17421         * configure.ac
17422         * src/messageview.c
17423         * src/mh.c
17424         * src/common/utils.c
17425                 sync with HEAD
17426
17427 2005-01-24 [colin]      1.0.0cvs11.1
17428
17429         * src/procheader.c
17430                 Sync with HEAD
17431
17432 2005-01-24 [colin]      1.0.0cvs10.1
17433
17434         * src/folderview.c
17435                 Sync with HEAD
17436
17437 2005-01-23 [colin]      1.0.0cvs9.1
17438
17439         * src/crash.c
17440                 Sync with HEAD
17441
17442 2005-01-22 [colin]      1.0.0cvs8.1
17443
17444         * src/summaryview.c
17445         * src/gtk/quicksearch.c
17446                 Sync with HEAD
17447
17448 2005-01-21 [colin]      1.0.0cvs7.1
17449
17450         * src/summaryview.c
17451                 Sync with HEAD
17452
17453 2005-01-21 [colin]      1.0.0cvs6.1
17454
17455         * src/summaryview.c
17456                 Sync with HEAD
17457
17458 2005-01-21 [colin]      1.0.0cvs5.1
17459
17460         * src/gtk/quicksearch.c
17461         * src/prefs_common.c
17462         * src/prefs_common.h
17463                 Sync with HEAD (recurse option)
17464
17465 2005-01-21 [colin]      1.0.0cvs4.1
17466
17467         * src/folder.h
17468         * src/folderview.c
17469         * src/folderview.h
17470         * src/summaryview.c
17471         * src/gtk/quicksearch.c
17472         * src/gtk/quicksearch.h
17473                 Sync with HEAD (recursive quicksearch)
17474
17475 2005-01-20 [colin]      1.0.0cvs3.4
17476
17477         * src/ssl_manager.c
17478                 Remove useless code
17479
17480 2005-01-20 [colin]      1.0.0cvs3.3
17481
17482         * src/ssl_manager.c
17483                 Fix leak, thanks to Alfons.
17484
17485 2005-01-20 [colin]      1.0.0cvs3.2
17486
17487         * src/ssl_manager.c
17488                 Port SSL certificate window to GTK2.
17489
17490 2005-01-20 [paul]       1.0.0cvs3.1
17491
17492         * ChangeLog.claws
17493         * configure.ac
17494         * src/addrindex.c
17495         * src/addrindex.h
17496                 sync with HEAD
17497
17498 2005-01-19 [colin]      1.0.0cvs2.2
17499
17500         * src/plugins/trayicon/trayicon.c
17501                 Fix freeze with gtk-2.6, the easy way
17502                 (signal blocking helpless there...)
17503                 Closes bug #668.
17504
17505 2005-01-19 [colin]      1.0.0cvs2.1
17506
17507         * src/mbox.c
17508         * src/mbox.h
17509         * src/mainwindow.c
17510         * src/summaryview.c
17511         * src/summaryview.h
17512                 Sync with HEAD
17513
17514 2005-01-19 [paul]       1.0.0cvs1.1
17515
17516         * configure.ac
17517         * po/de.po
17518         * po/es.po
17519         * po/fr.po
17520         * po/hr.po
17521         * po/it.po
17522         * po/ja.po
17523         * po/ko.po
17524         * po/pt_BR.po
17525         * po/ru.po
17526         * po/sk.po
17527         * po/sr.po
17528                 sync with HEAD (update translations)
17529
17530 2005-01-18 [colin]      1.0.0cvs0.1
17531
17532         * src/foldersel.c
17533                 Specify search column - patch by Alfons
17534
17535 2005-01-18 [colin]      0.9.13cvs36.3
17536
17537         * src/prefs_toolbar.c
17538                 Change Delete to Remove
17539         * src/prefs_fonts.c
17540                 GTK2 version and leak fixes
17541         * src/prefs_actions.c
17542                 Add stock buttons.
17543                 All patches by Alfons
17544
17545 2005-01-17 [colin]      0.9.13cvs36.2
17546
17547         * src/compose.c
17548                 Fix DnD inserting twice. While at it,
17549                 add DnD support for text/plain in the
17550                 body, and add support in the headers.
17551
17552 2005-01-16 [colin]      0.9.13cvs36.1
17553
17554         * ChangeLog
17555         * ChangeLog.jp
17556         * ChangeLog.claws
17557                 Sync with HEAD (nothing applicable)
17558
17559 2005-01-16 [colin]      0.9.13cvs33.2
17560
17561         * src/prefs_toolbar.c
17562                 GTK2ize prefs_toolbar, by Alfons.
17563
17564 2005-01-14 [colin]      0.9.13cvs33.1
17565
17566         * src/html.c
17567         * src/msgcache.c
17568                 Sync with HEAD
17569
17570 2005-01-14 [colin]      0.9.13cvs32.1
17571
17572         * src/html.c
17573         * src/html.h
17574         * src/msgcache.c
17575         * AUTHORS
17576         * tools/calypso_convert.pl
17577                 Sync with HEAD
17578
17579 2005-01-08 [colin]      0.9.13cvs29.2
17580
17581         * src/prefs_filtering_action.c
17582         * src/prefs_filtering.c
17583                 2 more gtk2 patches by Alfons
17584
17585 2005-01-07 [paul]       0.9.13cvs29.1
17586
17587         * ChangeLog
17588         * ChangeLog.claws
17589         * ChangeLog.jp
17590         * configure.ac
17591         * src/pop.c
17592         * src/pop.h
17593                 sync with HEAD
17594
17595 2005-01-07 [colin]      0.9.13cvs28.3
17596
17597         * src/gtk/progressdialog.c
17598         * src/gtk/progressdialog.h
17599         * src/inc.c
17600         * src/send_message.c
17601                 GTK2 for the incorporation dialog. The CList isn't dead
17602                 yet, for a more smooth migration. Patch by Alfons.
17603
17604 2005-01-06 [colin]      0.9.13cvs28.2
17605
17606         * src/prefs_display_header.c
17607                 GTK2 conversion by Alfons
17608         * src/prefs_actions.c
17609         * src/prefs_matcher.c
17610                 Fix 2 leaks - patch by Alfons
17611
17612 2005-01-06 [colin]      0.9.13cvs28.1
17613
17614         * src/prefs_matcher.c
17615                 Sync with HEAD
17616
17617 2005-01-06 [colin]      0.9.13cvs27.4
17618
17619         * src/prefs_matcher.c
17620                 Fix double-free. Patch by Alfons
17621
17622 2005-01-06 [colin]      0.9.13cvs27.3
17623
17624         * src/prefs_matcher.c
17625                 GTK2 widgets + memleak
17626                 Patch by Alfons
17627
17628 2005-01-05 [colin]      0.9.13cvs27.2
17629
17630         * src/account.c
17631         * src/addr_compl.c
17632         * src/foldersel.c
17633         * src/stock_pixmap.c
17634         * src/stock_pixmap.h
17635                 3 more GTK2 patches by Alfons.
17636
17637 2005-01-04 [colin]      0.9.13cvs27.1
17638
17639         * src/folderview.c
17640         * src/imap_gtk.c
17641         * src/news_gtk.c
17642                 Sync with HEAD
17643
17644 2005-01-04 [colin]      0.9.13cvs25.9
17645
17646         * src/compose.c
17647                 Fix Show Ruler menuitem
17648         * src/prefs_template.c
17649                 Convert to GTK2
17650         * src/common/utils.c
17651                 Make auto pointer stuff handles NULLs
17652                 Patches by Alfons.
17653
17654 2005-01-04 [colin]      0.9.13cvs25.8
17655
17656         * src/compose.c
17657                 Move the attachment list to gtk2
17658                 Patch by Alfons.
17659
17660 2005-01-04 [colin]      0.9.13cvs25.7
17661
17662         * src/textview.c
17663                 Make some keys work again
17664                 Patch by SungHyun Nam <namsh@kldp.org>
17665
17666 2005-01-04 [colin]      0.9.13cvs25.6
17667
17668         * src/gtk/gtkshruler.c
17669                 Move the ruler to GTK2
17670                 Patch by Alfons
17671
17672 2005-01-03 [colin]      0.9.13cvs25.5
17673
17674         * src/compose.c
17675                 Fix my broken patch apply 
17676
17677 2005-01-03 [colin]      0.9.13cvs25.4
17678
17679         * src/common/utils.c
17680         * src/common/utils.h
17681         * src/gtk/prefswindow.c
17682                 Move auto pointer stuff to utils.c
17683                 Patch by Alfons again :)
17684
17685 2005-01-03 [colin]      0.9.13cvs25.3
17686
17687         * src/compose.c
17688         * src/prefs_gtk.c
17689         * src/prefs_template.c
17690         * src/textview.c
17691                 Empty text widgets with empty strings, not NULL char
17692                 Patch by SungHyun Nam <namsh@kldp_org>
17693
17694 2005-01-03 [colin]      0.9.13cvs25.2
17695
17696         * src/main.c
17697         * AUTHORS
17698                 Sync with HEAD
17699
17700 2005-01-03 [colin]      0.9.13cvs25.1
17701
17702         * src/pop.c
17703         * src/pop.h
17704                 Sync with HEAD
17705
17706 2005-01-03 [colin]      0.9.13cvs24.3
17707
17708         * src/account.c
17709                 Two patches from Alfons and Alex S Moore:
17710                 fix images, fix return value.
17711
17712 2005-01-01 [colin]      0.9.13cvs24.2
17713
17714         * src/prefs_actions.c
17715                 Fix over-zealous assertion. Patch by Alfons
17716
17717 2005-01-01 [colin]      0.9.13cvs24.1
17718
17719         * src/procmime.c
17720                 Sync with HEAD (leak fix)
17721
17722 2004-12-31 [colin]      0.9.13cvs23.2
17723
17724         * src/prefs_common.c
17725                 GTK2 widgets + stock buttons - patch by Alfons
17726
17727 2004-12-31 [paul]       0.9.13cvs23.1
17728
17729         * configure.ac
17730                 bump up EXTRA_VERSION to match (sync'ed) HEAD
17731         * src/gtk/pluginwindow.c
17732                 use GTK2 widgets and plug memory leaks,
17733                 patches by Alfons
17734
17735 2004-12-30 [colin]      0.9.13cvs22.4
17736
17737         * src/account.c
17738         * src/action.c
17739         * src/export.c
17740         * src/foldersel.c
17741         * src/import.c
17742         * src/message_search.c
17743         * src/prefs_actions.c
17744         * src/prefs_common.c
17745         * src/prefs_customheader.c
17746         * src/prefs_filtering.c
17747         * src/prefs_summary_column.c
17748         * src/summary_search.c
17749         * src/gtk/about.c
17750         * src/gtk/description_window.c
17751         * src/gtk/gtkutils.c
17752         * src/gtk/gtkutils.h
17753         * src/gtk/inputdialog.c
17754         * src/gtk/prefswindow.c
17755                 Use GTK2 stock buttons. Patches by Alfons.
17756
17757 2004-12-30 [colin]      0.9.13cvs22.3
17758
17759         * src/account.c
17760                 Sync with HEAD
17761         * src/prefs_actions.c
17762         * src/prefs_customheader.c
17763         * src/prefs_filtering.c
17764         * src/prefs_msg_colors.c
17765         * src/prefs_summary_column.c
17766         * src/gtk/prefswindow.c
17767                 Use GtkTreeView instead of deprecated 
17768                 widgets. Patches by Alfons.
17769
17770 2004-12-30 [paul]       0.9.13cvs22.2
17771
17772         * src/foldersel.c
17773                 use GTK 2 Tree View
17774                 patch by Alfons, with root folder sorting fix
17775                 by Stephan Sachse
17776
17777 2004-12-30 [paul]       0.9.13cvs22.1
17778
17779         * ChangeLog
17780         * ChangeLog.claws
17781         * ChangeLog.jp
17782         * NEWS
17783         * configure.ac
17784         * src/account.c
17785                 sync with HEAD
17786
17787 2004-12-22 [martin]     0.9.13cvs21.2
17788
17789         * src/action.c
17790                 free the command line after its use
17791
17792 2004-12-18 [paul]       0.9.13cvs21.1
17793
17794         * AUTHORS
17795         * ChangeLog
17796         * ChangeLog.claws
17797         * ChangeLog.jp
17798         * NEWS
17799         * configure.ac
17800         * src/action.c
17801         * src/compose.c
17802         * src/syldap.c
17803                 sync with HEAD
17804
17805 2004-12-17 [martin]     0.9.13cvs17.2
17806
17807         * src/action.c
17808                 convert actions input to locale
17809         * src/inc.c
17810                 convert notification command to locale
17811         * src/plugins/pgpmime/select-keys.c
17812                 convert attributes to utf8
17813
17814 2004-12-14 [colin]      0.9.13cvs17.1
17815
17816         * ChangeLog
17817         * ChangeLog.jp
17818         * ChangeLog.claws
17819         * src/action.c
17820         * src/common/utils.c
17821         * src/gtk/prefswindow.c
17822         * src/gtk/gtkutils.c
17823         * src/gtk/gtkutils.h
17824         * src/plugins/spamassassin/libspamc.c
17825                 Sync with HEAD
17826
17827 2004-12-13 [colin]      0.9.13cvs14.1
17828
17829         * src/quote_fmt_parse.y
17830                 Sync with HEAD
17831
17832 2004-12-10 [colin]      0.9.13cvs12.1
17833
17834         * src/prefs_themes.c
17835         * src/mainwindow.c
17836         * src/messageview.c
17837                 Sync with HEAD
17838
17839 2004-12-09 [colin]      0.9.13cvs10.1
17840
17841         * src/procmime.c
17842                 Sync with HEAD (fix B64 encoding from memory)
17843
17844 2004-12-08 [colin]      0.9.13cvs9.1
17845
17846         * src/gtk/colorlabel.c
17847                 Sync with HEAD
17848
17849 2004-12-08 [paul]       0.9.13cvs8.2
17850
17851         * src/gtk/pluginwindow.c
17852                 fix window resizing oddities
17853
17854 2004-12-08 [colin]      0.9.13cvs8.1
17855
17856         * src/quote_fmt_parse.y
17857                 Sync with HEAD
17858
17859 2004-12-08 [colin]      0.9.13cvs7.1
17860
17861         * src/matcher_parser_parse.y
17862         * src/msgcache.c
17863         * src/prefs_matcher.c
17864         * src/procheader.c
17865         * src/matcher.c
17866         * src/common/defs.h
17867         * po/sr.po
17868                 Sync with HEAD
17869
17870 2004-12-08 [colin]      0.9.13cvs6.1
17871
17872         * src/quote_fmt_parse.y
17873         * src/textview.c
17874                 Sync with HEAD
17875         * src/gtk/prefswindow.c
17876         * src/gtk/pluginwindow.c
17877                 Fix G_CALLBACKS protos (thanks to Alfons)
17878
17879 2004-12-07 [torte]      0.9.13cvs2.2
17880
17881         * src/procmime.c
17882                 [Bug 650] reply button causes crash
17883                 Thanks to David Relson and Christoph
17884
17885 2004-12-07 [colin]      0.9.13cvs2.1
17886
17887         * ChangeLog.claws
17888         * AUTHORS
17889         * po/sk.po
17890         * src/procmime.c
17891         * src/prefs_account.c
17892         * src/common/smtp.c
17893         * src/common/smtp.h
17894                 Sync with HEAD
17895
17896 2004-12-06 [colin]      0.9.12cvs187.1
17897
17898         * ChangeLog.claws
17899         * INSTALL
17900         * Makefile.am
17901         * README.claws
17902         * TODO.claws
17903         * configure.ac
17904         * po/bg.po
17905         * po/cs.po
17906         * po/el.po
17907         * po/en_GB.po
17908         * po/es.po
17909         * po/fr.po
17910         * po/hr.po
17911         * po/hu.po
17912         * po/it.po
17913         * po/ja.po
17914         * po/ko.po
17915         * po/nl.po
17916         * po/pl.po
17917         * po/pt_BR.po
17918         * po/ru.po
17919         * po/sk.po
17920         * po/sr.po
17921         * po/sv.po
17922         * po/zh_CN.po
17923         * po/zh_TW.Big5.po
17924         * src/compose.c
17925         * tools/Makefile.am
17926         * tools/README
17927         * tools/filter_conv.pl
17928         * tools/kdeservicemenu/README
17929         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
17930         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
17931                 Sync with HEAD
17932
17933 2004-12-04 [colin]      0.9.12cvs183.1
17934
17935         * src/compose.c
17936                 Sync with HEAD (compose window position saving)
17937
17938 2004-12-04 [paul]       0.9.12cvs182.3
17939
17940         * src/messageview.c
17941         * src/mimeview.c
17942         * src/prefs_customheader.c
17943         * src/gtk/quicksearch.c
17944                 replace some forgotten GTK_SIGNAL_FUNCs
17945
17946 2004-12-04 [paul]       0.9.12cvs182.2
17947
17948         * src/Makefile.am
17949                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
17950                 committed in error      
17951
17952 2004-12-04 [paul]       0.9.12cvs182.1
17953
17954         * ChangeLog
17955         * ChangeLog.claws
17956         * ChangeLog.jp
17957         * INSTALL
17958         * NEWS
17959         * README
17960         * README.jp
17961         * configure.ac
17962         * doc/manual/ja/Makefile.am
17963         * doc/manual/ja/sylpheed-1.html
17964         * doc/manual/ja/sylpheed-10.html
17965         * doc/manual/ja/sylpheed-11.html
17966         * doc/manual/ja/sylpheed-12.html
17967         * doc/manual/ja/sylpheed-13.html
17968         * doc/manual/ja/sylpheed-14.html
17969         * doc/manual/ja/sylpheed-15.html
17970         * doc/manual/ja/sylpheed-16.html
17971         * doc/manual/ja/sylpheed-17.html
17972         * doc/manual/ja/sylpheed-18.html
17973         * doc/manual/ja/sylpheed-19.html
17974         * doc/manual/ja/sylpheed-2.html
17975         * doc/manual/ja/sylpheed-20.html
17976         * doc/manual/ja/sylpheed-3.html
17977         * doc/manual/ja/sylpheed-4.html
17978         * doc/manual/ja/sylpheed-5.html
17979         * doc/manual/ja/sylpheed-6.html
17980         * doc/manual/ja/sylpheed-7.html
17981         * doc/manual/ja/sylpheed-8.html
17982         * doc/manual/ja/sylpheed-9.html
17983         * doc/manual/ja/sylpheed.html
17984         * doc/manual/ja/sylpheed.sgml
17985         * po/de.po
17986         * src/Makefile.am
17987         * src/compose.c
17988         * src/procmime.c
17989         * src/pixmaps/regular.xpm **REMOVED**
17990         * src/plugins/pgpmime/pgpmime.c
17991         * src/plugins/pgpmime/plugin.c
17992         * src/plugins/pgpmime/prefs_gpg.c
17993                 sync with HEAD
17994
17995 2004-12-03 [paul]       0.9.12cvs180.1
17996
17997         * ChangeLog
17998         * ChangeLog.claws
17999         * ChangeLog.jp
18000         * configure.ac
18001         * src/Makefile.am
18002         * src/pop.c
18003         * src/common/utils.c
18004         * src/common/utils.h
18005         * src/pixmaps/continue.xpm
18006         * src/pixmaps/dir_close.xpm
18007         * src/pixmaps/dir_open.xpm
18008         * src/pixmaps/drafts_close.xpm
18009         * src/pixmaps/drafts_open.xpm
18010         * src/pixmaps/folder.xpm **REMOVED**
18011         * src/pixmaps/group.xpm
18012         * src/pixmaps/unread.xpm
18013                 sync with HEAD
18014
18015 2004-12-02 [colin]      0.9.12cvs179.1
18016
18017         * src/compose.c
18018                 Sync with HEAD (non-duplicated reedition)
18019
18020 2004-12-02 [colin]      0.9.12cvs178.1
18021
18022         * src/compose.c
18023                 Sync with HEAD (linewrap_quote fix)
18024
18025 2004-12-01 [colin]      0.9.12cvs177.3
18026
18027         * src/addrharvest.c
18028                 Replace sizeof with strlen
18029
18030 2004-12-01 [paul]       0.9.12cvs177.2
18031
18032         * src/addrharvest.c
18033                 fix 'harvest addresses'
18034
18035 2004-11-30 [colin]      0.9.12cvs177.1
18036
18037         * src/gtk/prefswindow.c
18038         * src/gtk/pluginwindow.c
18039                 Sync with HEAD
18040
18041 2004-11-29 [colin]      0.9.12cvs176.1
18042
18043         * src/folderview.c
18044                 sync with HEAD (Fix disappearing separators in folderview's popup)
18045
18046 2004-11-29 [colin]      0.9.12cvs175.1
18047
18048         * src/procmime.c
18049                 Sync with head (another format fix)
18050
18051 2004-11-29 [colin]      0.9.12cvs174.1
18052
18053         * src/pop.c
18054                 Sync with HEAD (format string fix)
18055
18056 2004-11-26 [colin]      0.9.12cvs173.1
18057
18058         * src/common/smtp.c
18059         * src/common/smtp.h
18060                 Sync with HEAD
18061
18062 2004-11-24 [colin]      0.9.12cvs172.1
18063
18064         * src/plugins/pgpmime/pgpmime.c
18065                 Sync with HEAD
18066
18067 2004-11-24 [colin]      0.9.12cvs171.1
18068
18069         * src/plugins/pgpmime/pgpmime.c
18070                 Sync with head (gpgmectx leaks)
18071
18072 2004-11-24 [colin]      0.9.12cvs169.1
18073
18074         * src/plugins/pgpmime/plugin.c
18075         * src/plugins/trayicon/Makefile.am
18076         * src/plugins/trayicon/newmarkedmail.xpm
18077         * src/plugins/trayicon/trayicon.c
18078         * src/plugins/trayicon/unreadmarkedmail.xpm
18079                 Sync with HEAD
18080
18081 2004-11-23 [colin]      0.9.12cvs168.1
18082
18083         * src/partial_download.c
18084         * src/partial_download.h
18085         * src/plugins/pgpmime/plugin.c
18086                 Sync with HEAD
18087
18088 2004-11-23 [colin]      0.9.12cvs166.1
18089
18090         * src/Makefile.am
18091         * src/codeconv.c
18092         * src/compose.c
18093         * src/folderview.c
18094         * src/main.c
18095         * src/partial_download.c
18096         * src/partial_download.h
18097         * src/prefs_account.c
18098         * src/prefs_account.h
18099         * src/privacy.c
18100         * src/privacy.h
18101         * src/procmime.c
18102         * src/common/Makefile.am
18103         * src/common/base64.h
18104         * src/common/partial_download.c
18105         * src/common/partial_download.h
18106         * src/gtk/prefswindow.c
18107         * src/gtk/prefswindow.h
18108         * src/plugins/pgpmime/pgpmime.c
18109         * src/plugins/pgpmime/prefs_gpg.c
18110         * src/plugins/pgpmime/prefs_gpg.h
18111         * src/plugins/pgpmime/sgpgme.c
18112         * src/plugins/pgpmime/sgpgme.h
18113                 Sync with HEAD
18114
18115 2004-11-23 [colin]      0.9.12cvs163.1
18116
18117         * src/main.c
18118                 Sync with HEAD (cursor optimization)
18119
18120 2004-11-23 [colin]      0.9.12cvs162.1
18121
18122         * src/prefs_common.c
18123         * src/prefs_themes.c
18124         * src/procmsg.c
18125                 Sync with HEAD
18126
18127 2004-11-23 [colin]      0.9.12cvs158.9
18128
18129         * src/compose.c
18130                 Fix double-free when forwarding
18131         * src/msgcache.c
18132                 Fix leak on error path
18133                 
18134
18135 2004-11-23 [colin]      0.9.12cvs158.8
18136
18137         * src/compose.c
18138                 Fix possible double-free
18139                 Spotted by Alfons
18140
18141 2004-11-23 [colin]      0.9.12cvs158.7
18142
18143         * src/compose.c
18144                 Fix some signal handlers' prototypes
18145                 Spotted by Alfons
18146
18147 2004-11-22 [colin]      0.9.12cvs158.6
18148
18149         * src/compose.c
18150                 Remove unneeded code and duplicated
18151                 wrapping - patch by Alfons
18152
18153 2004-11-22 [colin]      0.9.12cvs158.5
18154
18155         * src/prefs_themes.c
18156                 Fix oversized selector
18157
18158 2004-11-22 [colin]      0.9.12cvs158.4
18159
18160         * src/compose.c
18161                 fix dump_text()
18162                 patch by Alfons
18163
18164 2004-11-19 [colin]      0.9.12cvs158.3
18165
18166         * src/textview.c
18167                 Add a context menu on links (open, copy)
18168
18169 2004-11-18 [paul]       0.9.12cvs158.2
18170
18171         * src/addrgather.c
18172         * src/exphtmldlg.c
18173         * src/expldifdlg.c
18174         * src/mimeview.c
18175         * src/prefs_common.c
18176         * src/plugins/image_viewer/viewer.c
18177         * src/plugins/spamassassin/spamassassin_gtk.c
18178                 replace deprecated gtk_notebook_set_page
18179                 and gtk_notebook_current_page
18180
18181 2004-11-18 [paul]       0.9.12cvs158.1
18182
18183         * configure.ac
18184         * src/compose.c
18185         * src/mainwindow.c
18186         * src/messageview.c
18187         * src/prefs_common.c
18188         * src/common/utils.c
18189         * src/common/utils.h
18190                 sync with HEAD
18191
18192 2004-11-17 [colin]      0.9.12cvs156.1
18193
18194         * src/prefs_account.c
18195         * src/prefs_account.h
18196         * src/procmsg.c
18197                 Sync with HEAD (add pref to store encrypted mails encrypted)
18198
18199 2004-11-17 [paul]       0.9.12cvs155.1
18200
18201         * ChangeLog
18202         * ChangeLog.claws
18203         * ChangeLog.jp
18204         * NEWS
18205         * configure.ac
18206         * src/compose.c
18207         * src/jpilot.c
18208         * src/privacy.c
18209         * src/procmime.c
18210         * src/procmime.h
18211         * src/procmsg.c
18212         * src/toolbar.c
18213         * src/pixmaps/error.xpm
18214                 sync with HEAD
18215
18216 2004-11-17 [colin]      0.9.12cvs151.1
18217
18218         * src/plugins/pgpmime/pgpmime.c
18219                 Sync with HEAD (remove debug printf)
18220
18221 2004-11-17 [colin]      0.9.12cvs150.1
18222
18223         * src/plugins/pgpmime/pgpmime.c
18224                 Sync with HEAD (off-by-one fix)
18225
18226 2004-11-17 [colin]      0.9.12cvs149.1
18227
18228         * src/procmsg.c
18229                 Sync with HEAD (coding style fixes)
18230
18231 2004-11-16 [colin]      0.9.12cvs148.1
18232
18233         * src/procmsg.c
18234                 Sync with head (Fix the fix)
18235
18236 2004-11-16 [colin]      0.9.12cvs147.1
18237
18238         * src/procmsg.c
18239                 Sync with Main (leak fix)
18240
18241 2004-11-16 [colin]      0.9.12cvs146.14
18242
18243         * src/compose.c
18244                 Remove useless chunk of code
18245                 Patch by Alfons
18246
18247 2004-11-15 [colin]      0.9.12cvs146.13
18248
18249         * src/compose.c
18250                 Fix drafting after insertion
18251                 Patch by Alfons
18252
18253 2004-11-15 [colin]      0.9.12cvs146.12
18254
18255         * src/compose.c
18256         * src/prefs_filtering.c
18257         * src/prefs_filtering_action.c
18258         * src/prefs_toolbar.c
18259                 Fix some const-correctness
18260
18261 2004-11-15 [colin]      0.9.12cvs146.11
18262
18263         * src/summaryview.c
18264         * src/prefs_themes.c
18265         * src/messageview.c
18266                 Fix some leaks
18267
18268 2004-11-15 [colin]      0.9.12cvs146.10
18269
18270         * src/codeconv.c
18271                 More unreadable locale fixes
18272
18273 2004-11-14 [colin]      0.9.12cvs146.9
18274
18275         * src/textview.c
18276                 Fix uri_security_check
18277                 Patch by Alfons
18278
18279 2004-11-13 [paul]       0.9.12cvs146.8
18280
18281         * src/folder.c
18282         * src/procmime.c
18283                 fix 2 bugs introduced in last commit
18284
18285 2004-11-13 [paul]       0.9.12cvs146.7
18286
18287         * src/compose.c
18288         * src/exporthtml.c
18289         * src/exportldif.c
18290         * src/folder.c
18291         * src/imap.c
18292         * src/imap_gtk.c
18293         * src/main.c
18294         * src/mainwindow.c
18295         * src/messageview.c
18296         * src/mh_gtk.c
18297         * src/prefs_themes.c
18298         * src/procmime.c
18299         * src/setup.c
18300         * src/summaryview.c
18301                 replace deprecated g_basename
18302
18303 2004-11-13 [paul]       0.9.12cvs146.6
18304
18305         * src/compose.c
18306         * src/imap.c
18307         * src/matcher_parser.h
18308         * src/matcher_parser_parse.y
18309         * src/prefs_filtering.c
18310         * src/prefs_filtering_action.c
18311         * src/prefs_themes.c
18312         * src/prefs_toolbar.c
18313         * src/common/utils.c
18314                 various small fixes/cleanups
18315
18316 2004-11-12 [colin]      0.9.12cvs146.5
18317
18318         * src/textview.c
18319                 Validate event's origin on visibility notify
18320                 Patch by Alfons.
18321
18322 2004-11-12 [paul]       0.9.12cvs146.4
18323
18324         * src/exporthtml.c
18325         * src/exportldif.c
18326         * src/imap.c
18327         * src/mh.c
18328         * src/mimeview.c
18329         * src/prefs_spelling.c
18330         * src/prefs_themes.c
18331                 replace deprecated g_dirname    
18332
18333 2004-11-12 [colin]      0.9.12cvs146.3
18334
18335         * src/textview.c
18336                 Some coding style fixes
18337
18338 2004-11-12 [colin]      0.9.12cvs146.2
18339
18340         * src/codeconv.c
18341                 We want to replace _all_ extended chars in
18342                 conv_unreadable_*, because any string containing
18343                 extended chars not parsing as UTF8 is 
18344                 undisplayed on gtk2.
18345
18346 2004-11-12 [paul]       0.9.12cvs146.1
18347
18348         * ChangeLog
18349         * ChangeLog.claws
18350         * ChangeLog.jp
18351         * NEWS
18352         * configure.ac
18353         * src/account.c
18354         * src/folderview.c
18355         * src/folderview.h
18356         * src/imap.c
18357         * src/imap_gtk.c
18358         * src/inc.c
18359         * src/mainwindow.c
18360         * src/mh_gtk.c
18361         * src/news_gtk.c
18362         * src/pop.c
18363         * src/prefs_account.c
18364         * src/prefs_account.h
18365         * src/prefs_ext_prog.c
18366         * src/procmime.c
18367         * src/procmime.h
18368         * src/procmsg.c
18369         * src/procmsg.h
18370         * src/summary_search.c
18371         * src/summaryview.c
18372         * src/textview.c
18373         * src/common/defs.h
18374         * src/common/utils.c
18375         * src/common/utils.h
18376         * src/gtk/menu.c
18377         * src/gtk/menu.h
18378                 sync with HEAD
18379
18380 2004-11-11 [colin]      0.9.12cvs144.2
18381
18382         * src/textview.c
18383                 Fix URI range selection (patch by Alfons)
18384
18385 2004-11-09 [colin]      0.9.12cvs144.1
18386
18387         * ChangeLog.claws
18388         * src/compose.c
18389         * src/folder.c
18390         * src/folder_item_prefs.c
18391         * src/prefs_account.c
18392         * src/prefs_account.h
18393         * src/plugins/pgpmime/pgpmime.c
18394                 Sync with HEAD
18395
18396 2004-11-08 [colin]      0.9.12cvs143.1
18397
18398         * src/summaryview.c
18399                 Sync with HEAD (optimize quicksearch)
18400
18401 2004-11-08 [colin]      0.9.12cvs142.2
18402
18403         * src/compose.c
18404                 Don't wrap when Edit/Auto wrapping is disabled
18405
18406 2004-11-08 [colin]      0.9.12cvs142.1
18407
18408         * src/textview.c
18409                 Sync with HEAD
18410
18411 2004-11-08 [colin]      0.9.12cvs141.1
18412
18413         * src/textview.c
18414                 Sync with HEAD (fix some mail URIs)
18415
18416 2004-11-08 [colin]      0.9.12cvs140.3
18417
18418         * src/textview.c
18419                 o Use text cursor instead of arrow when
18420                   not on a link
18421                 o Fix handling of contiguous links (as in
18422                   "colin@colino.net" <colin@colino.net>)
18423                   This one unveils a bug in get_email_part()
18424
18425 2004-11-07 [colin]      0.9.12cvs140.2
18426
18427         * src/textview.c
18428                 Fix memleak. Patch by Alfons.
18429
18430 2004-11-06 [colin]      0.9.12cvs140.1
18431
18432         * src/compose.c
18433                 Sync with HEAD (don't ask passphrase
18434                 when drafting)
18435
18436 2004-11-06 [paul]       0.9.12cvs139.2
18437
18438         * AUTHORS
18439         * src/textview.c
18440         * src/textview.h
18441                 textview URI handling. hovering over a 
18442                 link displays it in the status bar,
18443                 and changes the mouse pointer to a hand 
18444                 cursor. a link is activated with a single 
18445                 click. (Modified from the) patch by Jean-Yves 
18446                 Lefort <jylefort@users.sourceforge.net>
18447                 
18448
18449 2004-11-05 [colin]      0.9.12cvs139.1
18450
18451         * src/compose.c
18452         * src/procmime.c
18453                 Sync with HEAD again ^^
18454
18455 2004-11-05 [colin]      0.9.12cvs139.1
18456
18457         * src/compose.c
18458         * src/procmime.c
18459                 Sync with HEAD
18460
18461 2004-11-03 [paul]       0.9.12cvs138.1
18462
18463         * ChangeLog.claws
18464         * configure.ac
18465         * po/POTFILES.in
18466         * src/prefs_ext_prog.c
18467         * src/procmime.c
18468         * tools/kdeservicemenu/README
18469         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18470         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18471                 sync with HEAD
18472
18473 2004-11-01 [christoph]  0.9.12cvs136.2
18474
18475         * src/procmime.c
18476                 convert MIME parameters to UTF-8
18477
18478 2004-10-29 [colin]      0.9.12cvs136.1
18479
18480         * src/common/utils.c
18481                 Sync with HEAD (don't use '=' in mime boundary)
18482
18483 2004-10-29 [paul]       0.9.12cvs135.1
18484
18485         * configure.ac
18486         * doc/src/rfc2231.txt
18487         * src/procmime.c
18488         * src/common/quoted-printable.c
18489         * src/common/utils.c
18490         * src/common/utils.h
18491                 sync with HEAD
18492
18493 2004-10-27 [paul]       0.9.12cvs134.1
18494
18495         * configure.ac
18496         * src/main.c
18497         * src/procmime.c
18498         * src/plugins/pgpmime/pgpmime.c
18499                 sync with HEAD
18500
18501 2004-10-26 [paul]       0.9.12cvs132.3
18502
18503         * src/account.c
18504         * src/addressbook.c
18505         * src/addrgather.c
18506         * src/addrharvest.c
18507         * src/codeconv.c
18508         * src/compose.c
18509         * src/customheader.c
18510         * src/editaddress.c
18511         * src/editgroup.c
18512         * src/enriched.c
18513         * src/expldifdlg.c
18514         * src/exporthtml.c
18515         * src/exportldif.c
18516         * src/folder.c
18517         * src/foldersel.c
18518         * src/folderview.c
18519         * src/grouplistdialog.c
18520         * src/html.c
18521         * src/imap.c
18522         * src/jpilot.c
18523         * src/ldapserver.c
18524         * src/ldif.c
18525         * src/mimeview.c
18526         * src/news.c
18527         * src/news_gtk.c
18528         * src/pop.c
18529         * src/prefs_display_header.c
18530         * src/prefs_gtk.c
18531         * src/prefs_msg_colors.c
18532         * src/prefs_toolbar.c
18533         * src/procheader.c
18534         * src/procmime.c
18535         * src/summaryview.c
18536         * src/textview.c
18537         * src/toolbar.c
18538         * src/vcard.c
18539         * src/common/mgutils.c
18540         * src/common/nntp.c
18541         * src/common/smtp.c
18542         * src/common/template.c
18543         * src/common/utils.c
18544         * src/common/xmlprops.c
18545         * src/plugins/pgpmime/pgpmime.c
18546         * src/plugins/pgpmime/select-keys.c
18547         * src/plugins/pgpmime/sgpgme.c
18548                 replace deprecated g_strcasecmp(), g_strncasecmp(),
18549                 g_string_sprintfa(), gtk_notebook_current_page()
18550
18551 2004-10-26 [colin]      0.9.12cvs132.2
18552
18553         * src/prefs_folder_item.c
18554                 Fix default-account selection
18555
18556 2004-10-21 [colin]      0.9.12cvs133
18557
18558         * src/compose.c
18559                 Sync with HEAD (Remove extra separator in compose's Options)
18560         * src/textview.c
18561                 Set wrapping to char
18562
18563 2004-10-21 [paul]       0.9.12cvs131.2
18564
18565         * src/compose.c
18566         * src/sourcewindow.c
18567                 fix wrapping
18568                 fix window shrinking 
18569
18570 2004-10-21 [colin]      0.9.12cvs131.1
18571
18572         * ChangeLog.claws
18573         * src/compose.c
18574                 Sync with HEAD
18575
18576 2004-10-21 [paul]       0.9.12cvs130.2
18577
18578         * src/prefs_folder_item.c
18579                 sync with HEAD (Apply to subfolders)
18580
18581 2004-10-19 [colin]      0.9.12cvs130.1
18582
18583         * ChangeLog.claws
18584         * src/compose.c
18585         * src/common/utils.c
18586         * src/gtk/menu.c
18587                 Sync with HEAD
18588
18589 2004-10-19 [colin]      0.9.12cvs128.1
18590
18591         * src/addrbook.c
18592         * src/addrcache.c
18593         * src/addressbook.c
18594         * src/codeconv.c
18595         * src/compose.c
18596         * src/customheader.c
18597         * src/editaddress.c
18598         * src/editgroup.c
18599         * src/exporthtml.c
18600         * src/folder.c
18601         * src/folderview.c
18602         * src/imap.c
18603         * src/jpilot.c
18604         * src/main.c
18605         * src/matcher_parser_parse.y
18606         * src/mbox.c
18607         * src/pop.c
18608         * src/prefs_account.c
18609         * src/prefs_gtk.c
18610         * src/prefs_msg_colors.c
18611         * src/procheader.c
18612         * src/procmime.c
18613         * src/procmime.h
18614         * src/procmsg.c
18615         * src/summaryview.c
18616         * src/textview.c
18617         * src/common/base64.c
18618         * src/common/partial_download.c
18619         * src/common/socket.c
18620         * src/common/sylpheed.c
18621         * src/common/utils.c
18622         * src/common/utils.h
18623         * src/gtk/pluginwindow.c
18624         * src/gtk/quicksearch.c
18625         * src/plugins/clamav/clamav_plugin.c
18626         * src/plugins/clamav/clamav_plugin.h
18627         * src/plugins/clamav/clamav_plugin_gtk.c
18628         * src/plugins/pgpmime/passphrase.c
18629         * src/plugins/pgpmime/pgpmime.c
18630         * src/plugins/pgpmime/plugin.c
18631         * src/plugins/pgpmime/prefs_gpg.c
18632         * src/plugins/pgpmime/prefs_gpg.h
18633         * src/plugins/pgpmime/select-keys.c
18634         * src/plugins/pgpmime/sgpgme.c
18635         * src/plugins/spamassassin/libspamc.c
18636         * src/plugins/spamassassin/spamassassin.c
18637         * src/plugins/spamassassin/spamassassin.h
18638         * src/plugins/spamassassin/spamassassin_gtk.c
18639         * src/plugins/trayicon/trayicon.c
18640         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
18641                 Sync with HEAD
18642
18643 2004-10-14 [colin]      0.9.12cvs126.2
18644
18645         * src/codeconv.c
18646         * src/textview.c
18647                 Fix conv_unreadable_locale
18648
18649 2004-10-13 [colin]      0.9.12cvs126.1
18650
18651         * src/compose.c
18652                 Sync with HEAD (don't convert charset for 
18653                 drafted messages, minor cleanup)
18654
18655 2004-10-13 [colin]      0.9.12cvs125.1
18656
18657         * po/POTFILES.in
18658                 Sync with HEAD (POTFILES fix)
18659
18660 2004-10-12 [colin]      0.9.12cvs124.3
18661
18662         * src/compose.c
18663                 Fix encoding bug from latest sync
18664
18665 2004-10-12 [paul]       0.9.12cvs124.2
18666
18667         * src/plugins/pgpmime/prefs_gpg.c
18668         * src/plugins/pgpmime/prefs_gpg.h
18669                 forgotten in last commit        
18670
18671 2004-10-12 [paul]       0.9.12cvs124.1
18672
18673         * ChangeLog.claws
18674         * configure.ac
18675         * m4/spamassassin.m4
18676         * src/Makefile.am
18677         * src/account.c
18678         * src/compose.c
18679         * src/compose.h
18680         * src/crash.c
18681         * src/main.c
18682         * src/mimeview.c
18683         * src/passphrase.c
18684         * src/passphrase.h
18685         * src/prefs_account.c
18686         * src/prefs_account.h
18687         * src/prefs_common.c
18688         * src/privacy.c
18689         * src/privacy.h
18690         * src/procmime.c
18691         * src/procmime.h
18692         * src/procmsg.c
18693         * src/rfc2015.c
18694         * src/rfc2015.h
18695         * src/select-keys.c
18696         * src/select-keys.h
18697         * src/textview.c
18698         * src/common/utils.c
18699         * src/common/utils.h
18700         * src/gtk/about.c
18701         * src/plugins/pgpmime/Makefile.am
18702         * src/plugins/pgpmime/passphrase.c
18703         * src/plugins/pgpmime/passphrase.h
18704         * src/plugins/pgpmime/pgpmime.c
18705         * src/plugins/pgpmime/plugin.c
18706         * src/plugins/pgpmime/select-keys.c
18707         * src/plugins/pgpmime/select-keys.h
18708         * src/plugins/pgpmime/sgpgme.c
18709         * src/plugins/pgpmime/sgpgme.h
18710                 sync with HEAD
18711
18712 2004-10-04 [colin]      0.9.12cvs122.1
18713
18714         * src/mainwindow.c
18715         * src/messageview.c
18716         * src/messageview.h
18717         * src/textview.c
18718                 Sync with HEAD
18719
18720 2004-10-04 [colin]      0.9.12cvs121.1
18721
18722         * src/summaryview.c
18723                 Sync with HEAD
18724
18725 2004-10-04 [paul]       0.9.12cvs120.1
18726
18727         * configure.ac
18728                 sync with HEAD [don't try to build 
18729                 pgpmime plugin when gpgme is disabled]
18730
18731 2004-10-03 [colin]      0.9.12cvs119.3
18732
18733         * src/gtk/gtksctree.c
18734                 Lots of side effects. Put back as before 117.2.
18735         * src/summaryview.c
18736                 Fix bug #602
18737
18738 2004-10-03 [colin]      0.9.12cvs119.2
18739
18740         * src/gtk/gtksctree.c
18741                 Revert 608 fix that doesn't work that good
18742
18743 2004-10-02 [colin]      0.9.12cvs119.1
18744
18745         * src/mainwindow.c
18746         * src/messageview.c
18747         * src/prefs_common.h
18748         * src/procmime.c
18749         * src/procmime.h
18750         * src/textview.c
18751                 Sync with HEAD
18752         * src/gtk/gtksctree.c
18753                 Close bug #608
18754
18755 2004-10-01 [colin]      0.9.12cvs118.1
18756
18757         * src/mimeview.c
18758                 Sync with HEAD (better Save All fix)
18759
18760 2004-10-01 [colin]      0.9.12cvs117.2
18761
18762         * src/gtk/gtksctree.c
18763                 Faster on selection
18764
18765 2004-10-01 [colin]      0.9.12cvs117.1
18766
18767         * src/mimeview.c
18768                 Sync with HEAD (Save All: only attachments)
18769
18770 2004-10-01 [paul]       0.9.12cvs116.1
18771
18772         * ChangeLog.claws
18773         * configure.ac
18774         * src/account.c
18775         * src/prefs_common.c
18776         * src/gtk/colorlabel.c
18777                 sync with HEAD
18778
18779 2004-09-30 [colin]      0.9.12cvs115.1
18780
18781         * src/stock_pixmap.c
18782         * src/stock_pixmap.h
18783         * src/folderview.c
18784         * src/Makefile.am
18785         * src/pixmaps/read.xpm
18786                 Sync with HEAD (new pixmap)
18787
18788 2004-09-29 [colin]      0.9.12cvs114.1
18789
18790         * src/compose.c
18791                 Sync with HEAD
18792                 Fix focus handling in headers
18793
18794 2004-09-29 [paul]       0.9.12cvs113.1
18795
18796         * src/quote_fmt_parse.y
18797                 sync with HEAD
18798  
18799
18800 2004-09-28 [colin]      0.9.12cvs112.1
18801
18802         * src/folderview.c
18803         * src/mainwindow.c
18804                 Sync with HEAD
18805
18806 2004-09-28 [colin]      0.9.12cvs110.1
18807
18808         * src/folderview.c
18809                 Sync with HEAD (Contextual Empty trash menu)
18810
18811 2004-09-28 [colin]      0.9.12cvs108.1
18812
18813         * src/addressbook.c
18814                 Sync with HEAD (addressbook edit on double-click)
18815
18816 2004-09-28 [colin]      0.9.12cvs106.1
18817
18818         * src/inc.c
18819                 Sync with HEAD (folder_item freeze on inc)
18820
18821 2004-09-27 [colin]      0.9.12cvs105.1
18822
18823         * src/folderview.c
18824                 Sync with HEAD (right-align new and unread column)
18825
18826 2004-09-27 [colin]      0.9.12cvs104.1
18827
18828         * src/main.c
18829                 Sync with HEAD (revert 0.9.12cvs101)
18830
18831 2004-09-24 [colin]      0.9.12cvs103.2
18832
18833         * src/wizard.c
18834                 Fix gtk warnings and use domain part of the email address 
18835                 when domain detection fails (no dot in domain name)
18836
18837 2004-09-23 [colin]      0.9.12cvs103.1
18838
18839         * src/plugins/spamassassin/libspamc.c
18840         * src/plugins/spamassassin/libspamc.h
18841         * src/plugins/spamassassin/utils.c
18842         * src/plugins/spamassassin/utils.h
18843                 Sync with HEAD (Update spamassassin to 3.0)
18844
18845 2004-09-21 [colin]      0.9.12cvs102.3
18846
18847         * src/action.c
18848                 Add horizontal scrollbar in action io dialog as needed
18849                 Patch by Alfons.
18850
18851 2004-09-20 [colin]      0.9.12cvs102.2
18852
18853         * src/plugins/image_viewer/viewer.c
18854                 Remove imlib stuff
18855                 use gtk_pixmap_set when clearing
18856                 (would be better to use gtkImages, but causes size-allocate 
18857                 signals storm)
18858
18859 2004-09-17 [paul]       0.9.12cvs102.1
18860
18861         * ChangeLog
18862         * ChangeLog.claws
18863         * ChangeLog.jp
18864         * configure.ac
18865         * src/inc.c
18866                 sync with HEAD
18867
18868
18869 2004-09-17 [colin]      0.9.12cvs101.1
18870
18871         * ChangeLog.claws
18872         * src/main.c
18873                 Sync with HEAD (fix segs at exit)
18874
18875 2004-09-14 [colin]      0.9.12cvs99.5
18876
18877         * src/common/socket.c
18878         * AUTHORS
18879                 Fix send error on 64bit platforms
18880                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
18881
18882 2004-09-14 [colin]      0.9.12cvs99.4
18883
18884         * src/action.c
18885                 Fix action output with utf8 
18886                 Patch by Alfons.
18887
18888 2004-09-14 [colin]      0.9.12cvs99.3
18889
18890         * ChangeLog.claws
18891         * src/folder.c
18892                 Sync with HEAD
18893
18894 2004-09-09 [colin]      0.9.12cvs99.2
18895
18896         * src/action.c
18897                 Fix progress bar (displaying "Completed %v/%u")
18898                 Patch by Alfons.
18899
18900 2004-09-08 [colin]      0.9.12cvs99.1
18901
18902         * src/account.c
18903         * src/folder.c
18904         * src/procmsg.c
18905         * src/procmsg.h
18906         * src/plugins/pgpmime/pgpmime.c
18907                 Sync with HEAD
18908
18909 2004-09-08 [colin]      0.9.12cvs97.2
18910
18911         * src/summaryview.c
18912                 Don't select mails in collapsed threads 
18913                 when navigating with up/down
18914
18915 2004-09-07 [colin]      0.9.12cvs97.1
18916
18917         * src/inc.c
18918                 Sync with HEAD (meaningful error messages)
18919
18920 2004-09-06 [colin]      0.9.12cvs96.1
18921
18922         * src/toolbar.c
18923                 Sync with HEAD (fix Redirect graying out)
18924
18925 2004-09-06 [colin]      0.9.12cvs95.1
18926
18927         * src/summaryview.c
18928         * src/mimeview.c
18929                 Sync with HEAD (fix dropped URIs)
18930
18931 2004-09-06 [colin]      0.9.12cvs94.1
18932
18933         * src/addressbook.c
18934         * src/addressitem.h
18935         * src/addritem.c
18936         * src/addritem.h
18937                 Sync with HEAD (addressbook DnD)
18938
18939 2004-09-03 [colin]      0.9.12cvs93.1
18940
18941         * src/summaryview.c
18942                 Sync with HEAD (next/prev unread)
18943
18944 2004-09-03 [colin]      0.9.12cvs92.1
18945
18946         * src/prefs_common.c
18947         * src/prefs_common.h
18948         * src/summaryview.c
18949                 Sync with HEAD ('mark_as_read_delay' pref)
18950
18951 2004-09-02 [colin]      0.9.12cvs91.2
18952
18953         * src/common/xml.c
18954                 Fix leak
18955
18956 2004-09-02 [colin]      0.9.12cvs91.1
18957
18958         * src/gtk/menu.c
18959                 Sync with HEAD (menu accel don't work, but whatever)
18960
18961 2004-09-02 [colin]      0.9.12cvs90.1
18962
18963         * src/account.c
18964                 Sync with HEAD (fix bug 582)
18965
18966 2004-09-02 [colin]      0.9.12cvs89.1
18967
18968         * src/addrindex.c
18969                 Sync with HEAD (free deleted queries)
18970
18971 2004-09-02 [colin]      0.9.12cvs88.1
18972
18973         * src/ldapquery.c
18974                 Sync with HEAD (fix LDAP freezes)
18975
18976 2004-09-02 [colin]      0.9.12cvs87.1
18977
18978         * src/prefs_spelling.c
18979                 Sync with HEAD (add default dictionary)
18980
18981 2004-09-01 [colin]      0.9.12cvs86.1
18982
18983         * src/filtering.c
18984         * src/folderview.c
18985         * src/imap.c
18986         * src/prefs_matcher.c
18987         * src/stock_pixmap.c
18988         * src/summary_search.c
18989         * src/summaryview.c
18990         * src/wizard.c
18991         * src/wizard.h
18992                 Sync with HEAD (uninitialized vars fixes)
18993                 + gtk2 specific warning fixes
18994
18995 2004-08-31 [colin]      0.9.12cvs85.1
18996
18997         * src/folder.c
18998                 Sync with HEAD (Fix memory corruption due to 
18999                 uninitialized var)
19000
19001 2004-08-31 [colin]      0.9.12cvs84.4
19002
19003         * src/summary_search.c
19004                 Fix segfaults when searching in folders with broken headers
19005
19006 2004-08-31 [colin]      0.9.12cvs84.3
19007
19008         * src/compose.c
19009         * src/textview.c
19010                 Fix some more encoding/decoding issues
19011
19012 2004-08-30 [colin]      0.9.12cvs84.2
19013
19014         * src/mimeview.c
19015         * src/prefs_themes.c
19016         * src/gtk/filesel.c
19017         * src/gtk/filesel.h
19018                 Add a folder-mode selection (fixes mimeview's "Save all")
19019
19020 2004-08-29 [colin]      0.9.12cvs84.1
19021
19022         * src/mimeview.c
19023                 Sync with HEAD (don't escape saved filenames)
19024
19025 2004-08-27 [colin]      0.9.12cvs83.1
19026
19027         * ChangeLog
19028         * ChangeLog.claws
19029         * ChangeLog.jp
19030         * src/mh.c
19031         * src/procheader.c
19032         * src/procmsg.c
19033         * src/procmsg.h
19034         * src/common/utils.c
19035         * src/gtk/menu.h
19036         * po/
19037                 Sync with HEAD 0.9.12cvs83 (sync with main)
19038
19039 2004-08-26 [colin]      0.9.12cvs82.4
19040
19041         * src/codeconv.c
19042                 Fix strange stack corruption
19043                 Convert to utf8 after unmime, not before
19044
19045 2004-08-26 [colin]      0.9.12cvs82.3
19046
19047         * src/main.c
19048         * src/wizard.c
19049                 Fix account folders duplication
19050
19051 2004-08-25 [colin]      0.9.12cvs82.2
19052
19053         * src/wizard.c
19054                 Remove ports
19055                 Add SSL selection
19056                 Use login@server as account name
19057
19058 2004-08-25 [colin]      0.9.12cvs82.1
19059
19060         * src/plugins/pgpmime/pgpmime.c
19061                 Sync with HEAD (leak fix).
19062
19063 2004-08-25 [colin]      0.9.12cvs81.1
19064
19065         * src/plugins/pgpmime/pgpmime.c
19066         * src/plugins/pgpmime/sgpgme.c
19067         * src/plugins/pgpmime/sgpgme.h
19068                 Sync with HEAD (Handle combined messages).
19069
19070 2004-08-24 [colin]      0.9.12cvs80.3
19071
19072         * src/wizard.c
19073                 Fix full name, ports, and imap
19074
19075 2004-08-24 [colin]      0.9.12cvs80.2
19076
19077         * src/Makefile.am
19078         * src/main.c
19079         * src/setup.c
19080         * src/setup.h
19081         * src/stock_pixmap.c
19082         * src/stock_pixmap.h
19083         * src/wizard.c ** ADDED **
19084         * src/wizard.h ** ADDED ** 
19085         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
19086                 Add a setup wizard 
19087
19088 2004-08-24 [colin]      0.9.12cvs80.1
19089
19090         * src/folder.c
19091                 Sync with HEAD (set mimeflags on all messages)
19092
19093 2004-08-24 [colin]      0.9.12cvs79.3
19094
19095         * src/matcher_parser_lex.l
19096                 Fix 8bits strings not in utf8
19097
19098 2004-08-24 [colin]      0.9.12cvs79.2
19099
19100         * src/compose.c
19101                 Check conversion result before replacing buffer
19102
19103 2004-08-23 [colin]      0.9.12cvs79.1
19104
19105         * src/compose.c
19106                 Sync with HEAD (create message header in memory)
19107
19108 2004-08-23 [colin]      0.9.12cvs78.1
19109
19110         * src/rfc2015.c
19111         * src/rfc2015.h
19112                 Sync with HEAD (fix bug 197 again)
19113
19114 2004-08-23 [colin]      0.9.12cvs77.3
19115
19116         * src/compose.c
19117                 Fix again inline gpg signing (which outputs utf8
19118                 in gtk2). Not syncing this fix to HEAD as this 
19119                 code is meant to die.
19120
19121 2004-08-23 [colin]      0.9.12cvs77.2
19122
19123         * src/prefs_account.h
19124                 Remove useless include
19125
19126 2004-08-23 [colin]      0.9.12cvs77.1
19127
19128         * src/imap.c
19129         * po/es.po
19130         * po/fr.po
19131         * po/it.po
19132         * po/pl.po
19133         * po/pt_BR.po
19134         * po/sk.po
19135         * po/sr.po
19136                 Sync with HEAD (fix bug 577)
19137
19138 2004-08-22 [colin]      0.9.12cvs76.1
19139
19140         * src/plugins/trayicon/trayicon.c
19141                 Sync with HEAD (fix formatting bug)
19142
19143 2004-08-21 [colin]      0.9.12cvs74.2
19144
19145         * src/gtk/colorsel.c
19146                 Fix bug 564 (Folder color selection window exits on any
19147                 keypress)
19148
19149 2004-08-21 [colin]      0.9.12cvs74.1
19150
19151         * ChangeLog.claws
19152         * src/compose.c
19153         * src/summaryview.c
19154         * src/toolbar.c
19155                 Sync with HEAD (fix bug 576)
19156
19157 2004-08-21 [colin]      0.9.12cvs70.1
19158
19159         * src/compose.c
19160         * src/mainwindow.c
19161                 Sync with HEAD
19162                 
19163
19164 2004-08-21 [paul]       0.9.12cvs66.4
19165
19166         * src/mainwindow.c
19167         * src/messageview.c
19168         * src/gtk/menu.c
19169         * src/plugins/spamassassin/spamassassin_gtk.c
19170                 remove some deprecated gtk1 functions
19171
19172
19173 2004-08-21 [colin]      0.9.12cvs66.3
19174
19175         * src/compose.c
19176         * src/codeconv.c
19177                 Fix warnings
19178                 Remove encoding hacks
19179                 Fix bug 575 (Strange character messes up message)
19180                 Don't display conversion error when drafting
19181
19182 2004-08-21 [paul]       0.9.12cvs66.2
19183
19184         * src/prefs_account.c
19185                 fix GnuPG mode bugs
19186
19187
19188 2004-08-20 [colin]      0.9.12cvs66.1
19189
19190         * src/codeconv.c
19191                 Sync with HEAD 0.9.12cvs66
19192
19193 2004-08-20 [paul]
19194
19195         * src/plugins/pgpmime/plugin.c
19196                 modify PGP/MIME plugin's description
19197
19198 2004-08-17 [colin]      0.9.12cvs65.1
19199
19200         * src/common/ssl.c
19201         * src/plugins/pgpmime/plugin.c
19202                 Sync with HEAD
19203
19204 2004-08-14 [colin]      0.9.12cvs60.3
19205
19206         * src/plugins/trayicon/trayicon.c
19207                 Put back resize callback, on size-request signal
19208                 rather than size-allocate to avoid infinite 
19209                 callback loop
19210
19211 2004-08-13 [colin]      0.9.12cvs60.2
19212
19213         * src/common/defs.h
19214                 Cache versions have been fixed
19215
19216 2004-08-13 [colin]      0.9.12cvs60.1
19217
19218         * src/folderutils.c
19219                 Sync with HEAD
19220
19221 2004-08-12 [colin]      0.9.12cvs59.1
19222
19223         * src/plugins/trayicon/trayicon.c
19224                 Sync with HEAD
19225
19226 2004-08-12 [colin]      0.9.12cvs57.5
19227
19228         * sylpheed.desktop
19229         * configure.ac
19230         * src/Makefile.am
19231         * src/main.c
19232                 Add support for Freedesktop.org's startup notification
19233
19234 2004-08-11 [colin]      0.9.12cvs57.4
19235
19236         * src/textview.c
19237                 Fix off-by-one
19238
19239 2004-08-11 [colin]      0.9.12cvs57.3
19240
19241         * src/message_search.c
19242         * src/summary_search.c
19243                 Make searches case insensitive by default
19244         * src/textview.c
19245                 Fix case-insensitive search in message
19246
19247 2004-08-11 [colin]      0.9.12cvs57.2
19248
19249         * src/summary_search.c
19250                 Let case-sensitive be specified
19251
19252 2004-08-10 [colin]      0.9.12cvs55.4
19253
19254         * src/common/socket.c
19255                 Fix the possible race condition
19256
19257 2004-08-09 [paul]       0.9.12cvs55.3
19258
19259         * configure.ac
19260         * src/Makefile.am
19261         * src/common/Makefile.am
19262                 sync with HEAD
19263
19264
19265 2004-08-09 [paul]       0.9.12cvs55.2
19266
19267         * autogen.sh
19268         * po/poconv.sh
19269                 remove unneeded script
19270
19271         * configure.ac
19272                 add forgotten USE_LDAP_TLS (sync with HEAD)
19273
19274
19275 2004-08-09 [colin]      0.9.12cvs55.1
19276
19277         * src/main.c
19278         * src/common/ssl.c
19279         * src/common/sylpheed.c
19280         * src/common/sylpheed.h
19281                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
19282
19283 2004-08-09 [paul]       0.9.12cvs54.1
19284
19285         * ChangeLog
19286         * ChangeLog.claws
19287         * ChangeLog.jp
19288         * configure.ac
19289         * po/POTFILES.in
19290         * src/Makefile.am
19291         * src/folderutils.c
19292         * src/main.c
19293         * src/pgpmime.c
19294         * src/pgpmime.h
19295         * src/sgpgme.c
19296         * src/sgpgme.h
19297         * src/plugins/Makefile.am
19298         * src/plugins/pgpmime/.cvsignore
19299         * src/plugins/pgpmime/Makefile.am
19300         * src/plugins/pgpmime/pgpmime.c
19301         * src/plugins/pgpmime/pgpmime.h
19302         * src/plugins/pgpmime/plugin.c
19303         * src/plugins/pgpmime/sgpgme.c
19304         * src/plugins/pgpmime/sgpgme.h
19305                 sync with HEAD
19306
19307 2004-08-08 [paul]       0.9.12cvs51.1
19308
19309         * configure.ac
19310         * src/folder.c
19311                 sync with HEAD
19312
19313 2004-08-07 [colin]      0.9.12cvs50.1
19314
19315         * src/pop.c
19316         * src/common/partial_download.c
19317                 fix warnings (sync from HEAD)
19318
19319 2004-08-07 [colin]      0.9.12cvs48.1
19320
19321         * src/prefs_folder_item.c
19322                 sync with HEAD 0.9.12cvs48
19323
19324 2004-08-06 [colin]      0.9.12cvs47.1
19325
19326         * src/compose.c
19327                 Sync with HEAD
19328
19329 2004-08-06 [christoph]  0.9.12cvs46.2
19330
19331         * src/main.c
19332         * src/plugins/clamav/clamav_plugin_gtk.c
19333         * src/plugins/dillo_viewer/dillo_viewer.c
19334         * src/plugins/image_viewer/plugin.c
19335         * src/plugins/mathml_viewer/mathml_viewer.c
19336         * src/plugins/spamassassin/spamassassin_gtk.c
19337         * src/plugins/trayicon/trayicon.c
19338                 don't mix GTK1.2 plugin with GTK2 plugins
19339
19340 2004-08-06 [colin]      0.9.12cvs46.1
19341
19342         * ChangeLog
19343         * ChangeLog.claws
19344         * ChangeLog.jp
19345         * configure.ac
19346         * sylpheed-claws.pc.in
19347         * src/folder.c
19348         * src/imap.c
19349         * src/localfolder.c
19350         * src/messageview.c
19351         * src/mimeview.c
19352         * src/mimeview.h
19353         * src/msgcache.c
19354         * src/news.c
19355         * src/prefs_ext_prog.c
19356         * src/prefs_folder_item.c
19357         * src/prefs_fonts.c
19358         * src/prefs_msg_colors.c
19359         * src/prefs_spelling.c
19360         * src/prefs_themes.c
19361         * src/prefs_toolbar.c
19362         * src/prefs_wrapping.c
19363         * src/procmime.h
19364         * src/common/defs.h
19365         * src/common/nntp.c
19366         * src/common/session.c
19367         * src/common/session.h
19368         * src/common/socket.c
19369         * src/common/utils.h
19370         * src/common/xml.c
19371         * src/common/xml.h
19372         * src/gtk/prefswindow.c
19373         * src/gtk/prefswindow.h
19374         * src/plugins/clamav/clamav_plugin_gtk.c
19375         * src/plugins/dillo_viewer/dillo_prefs.c
19376         * src/plugins/image_viewer/viewerprefs.c
19377         * src/plugins/spamassassin/spamassassin_gtk.c
19378         * m4/openssl.m4 *** REMOVED ***
19379                 Sync with HEAD 0.9.12cvs46
19380
19381 2004-08-03 [paul]       0.9.12cvs40.2
19382
19383         * src/action.c
19384         * src/addressadd.c
19385         * src/addressbook.c
19386         * src/addrgather.c
19387         * src/browseldap.c
19388         * src/compose.c
19389         * src/crash.c
19390         * src/editaddress.c
19391         * src/editgroup.c
19392         * src/editldap_basedn.c
19393         * src/foldersel.c
19394         * src/importldif.c
19395         * src/mimeview.c
19396         * src/prefs_common.c
19397         * src/prefs_template.c
19398         * src/sourcewindow.c
19399         * src/summaryview.c
19400         * src/gtk/about.c
19401         * src/gtk/foldersort.c
19402         * src/gtk/logwindow.c
19403         * src/gtk/pluginwindow.c
19404         * src/gtk/prefswindow.c
19405                 change all gtk_scrolled_window_set_policy from 
19406                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
19407
19408 2004-08-02 [paul]       0.9.12cvs40.1
19409
19410         * AUTHORS
19411                 update translation team section
19412         * po/pt_BR.po
19413                 updated by Frederico Goncalves Guimaraes
19414                 <fggdebian@yahoo.com.br>
19415
19416 2004-07-31 [colin]      0.9.12cvs39.9
19417
19418         * src/exphtmldlg.c
19419                 Fix compilation
19420
19421 2004-07-31 [colin]      0.9.12cvs39.8
19422
19423         * src/exphtmldlg.c
19424                 Fix an alertpanel type
19425
19426 2004-07-30 [colin]      0.9.12cvs39.7
19427
19428         * src/alertpanel.c
19429                 Fix alertpanel_error_log's icon
19430
19431 2004-07-30 [colin]      0.9.12cvs39.6
19432
19433         * src/pop.c
19434                 Two of them should still be warnings
19435
19436 2004-07-30 [colin]      0.9.12cvs39.5
19437
19438         * src/pop.c
19439                 More warning -> error
19440 2004-07-29 [colin]      0.9.12cvs39.4
19441
19442         * src/pop.c
19443                 Warning -> error
19444
19445 2004-07-29 [colin]      0.9.12cvs39.3
19446
19447         * src/prefs_matcher.c
19448                 Fix segfault
19449
19450 2004-07-29 [colin]      0.9.12cvs39.2
19451
19452         * src/alertpanel.c
19453                 More nice-looking alertpanels
19454
19455 2004-07-29 [colin]      0.9.12cvs39.1
19456
19457         * src/messageview.c
19458                 sync with head
19459                 (inform user when partial mail is deleted on server)
19460
19461 2004-07-29 [colin]      0.9.12cvs38.1
19462
19463         * src/messageview.c
19464                 sync with head
19465
19466 2004-07-28 [paul]       0.9.12cvs37.7
19467
19468         * src/mainwindow.c
19469                 complete the replacement of deprecated gtk_progress_*
19470
19471 2004-07-28 [paul]       0.9.12cvs37.6
19472
19473         * src/action.c
19474         * src/inc.c
19475         * src/mainwindow.c
19476         * src/send_message.c
19477         * src/gtk/progressdialog.c
19478         * src/gtk/progressdialog.h
19479                 replace deprecated gtk_progress_*
19480
19481 2004-07-28 [paul]       0.9.12cvs37.5
19482
19483         * src/gtk/filesel.c
19484                 remove gtk_window_set_wmclass()
19485 2004-07-28 [paul]       0.9.12cvs37.4
19486
19487         * src/addressbook.c
19488         * src/compose.c
19489         * src/foldersel.c
19490         * src/mainwindow.c
19491         * src/messageview.c
19492         * src/sourcewindow.c
19493         * src/gtk/logwindow.c
19494                 remove gtk_window_set_wmclass()
19495                 
19496         * src/prefs_filtering.c
19497         * src/prefs_filtering_action.c
19498         * src/prefs_fonts.c
19499         * src/prefs_gtk.c
19500         * src/prefs_matcher.c
19501         * src/ssl_manager.c
19502         * src/gtk/prefswindow.c
19503                 replace gtk_window_position()
19504
19505 2004-07-28 [colin]      0.9.12cvs37.3
19506
19507         * src/alertpanel.c
19508         * src/alertpanel.h
19509                 Add a way to specify panel type for specific
19510                 panels (alertpanel())
19511         * src/account.c
19512         * src/addressbook.c
19513         * src/compose.c
19514         * src/expldifdlg.c
19515         * src/main.c
19516         * src/messageview.c
19517         * src/summaryview.c
19518         * src/textview.c
19519         * src/gtk/sslcertwindow.c
19520                 Fix alertpanel()s so that their icon match
19521                 their real type
19522
19523 2004-07-28 [paul]       0.9.12cvs37.2
19524
19525         * src/addr_compl.c
19526         * src/addressbook.c
19527         * src/alertpanel.c
19528         * src/compose.c
19529         * src/export.c
19530         * src/foldersel.c
19531         * src/folderview.c
19532         * src/grouplistdialog.c
19533         * src/import.c
19534         * src/mainwindow.c
19535         * src/message_search.c
19536         * src/messageview.c
19537         * src/passphrase.c
19538         * src/prefs_actions.c
19539         * src/prefs_common.c
19540         * src/prefs_customheader.c
19541         * src/prefs_display_header.c
19542         * src/prefs_filtering.c
19543         * src/prefs_filtering_action.c
19544         * src/prefs_gtk.c
19545         * src/prefs_matcher.c
19546         * src/prefs_msg_colors.c
19547         * src/prefs_summary_column.c
19548         * src/prefs_template.c
19549         * src/sourcewindow.c
19550         * src/ssl_manager.c
19551         * src/summary_search.c
19552         * src/gtk/colorsel.c
19553         * src/gtk/description_window.c
19554         * src/gtk/gtkaspell.c
19555         * src/gtk/inputdialog.c
19556         * src/gtk/logwindow.c
19557         * src/gtk/prefswindow.c
19558         * src/gtk/progressdialog.c
19559                 replace deprecated gtk_window_set_policy
19560
19561 2004-07-27 [colin]      0.9.12cvs37.1
19562
19563         * src/msgcache.c
19564                 More fixes (synced for head again)
19565
19566 2004-07-27 [colin]      0.9.12cvs35.3
19567
19568         * src/msgcache.c
19569                 Fix wrong test
19570
19571 2004-07-27 [colin]      0.9.12cvs35.2
19572
19573         * src/mimeview.c
19574                 Fix width a bit (by Paul)
19575         * src/alertpanel.c
19576         * src/alertpanel.h
19577                 Specialize icons, make alertpanel_message()
19578                 private
19579         * src/message_search.c
19580         * src/sgpgme.c
19581         * src/summary_search.c
19582                 Suit alertpanel changes
19583
19584 2004-07-27 [colin]      0.9.12cvs35.1
19585
19586         * src/alertpanel.c
19587                 Add an icon
19588         * src/passphrase.c
19589                 Add debug output - maybe someone will
19590                 want to look at the problem with Grab
19591                 Input :)
19592         Bump version as we're synced with HEAD
19593
19594 2004-07-26 [colin]      0.9.12cvs33.26
19595
19596         * src/pop.c
19597                 Fix uidl-file parsing when not in new
19598                 format
19599
19600 2004-07-26 [colin]      0.9.12cvs33.25
19601
19602         * src/gtk/menu.c
19603                 Move popup menu up if necessary (fixes 
19604                 account selector)
19605         * src/mainwindow.c
19606                 Set account selector's button height to
19607                 minimum
19608
19609 2004-07-26 [colin]      0.9.12cvs33.24
19610
19611         * src/alertpanel.c
19612                 Maybe fix 551 (Truncated font in alert window)
19613
19614 2004-07-26 [colin]      0.9.12cvs33.23
19615
19616         * po/de.po
19617         * po/es.po
19618         * po/fr.po
19619         * po/it.po
19620         * po/ja.po
19621         * po/pl.po
19622         * po/ru.po
19623         * po/sk.po
19624         * po/sr.po
19625         * po/zh_CN.po
19626                 Sync po files with HEAD
19627
19628 2004-07-26 [paul]       0.9.12cvs33.22
19629
19630         * src/compose.c
19631                 fix Bug 556 'Organisation-header is sent even if empty'
19632
19633 2004-07-24 [colin]      0.9.12cvs33.21
19634
19635         * src/compose.c
19636         * src/gtk/gtkaspell.c
19637         * src/gtk/gtkaspell.h
19638                 Fix speller accelerators (require hack)
19639
19640 2004-07-24 [colin]      0.9.12cvs33.20
19641
19642         * src/gtk/gtkaspell.c
19643                 Fix over-eager code deletion breaking
19644                 Check while typing
19645
19646 2004-07-24 [colin]      0.9.12cvs33.19
19647
19648         * src/browseldap.c
19649         * src/ldapctrl.c
19650         * src/ldapctrl.h
19651         * src/ldapserver.h
19652                 Sync ldap with HEAD
19653         (Fixes 546 LDAP completely broken)
19654
19655 2004-07-24 [colin]      0.9.12cvs33.18
19656
19657         * src/prefs_msg_colors.c
19658                 Fix prototype mismatch
19659         (Fixes 547 void function cannot return value)
19660
19661 2004-07-24 [colin]      0.9.12cvs33.17
19662
19663         * src/mainwindow.c
19664                 Fix sort going back to previous sort key
19665                 when changing sort direction
19666
19667 2004-07-24 [colin]      0.9.12cvs33.16
19668
19669         * src/compose.c
19670                 Fix space insertion when re-wrapping at 
19671                 cursor point
19672
19673 2004-07-24 [colin]      0.9.12cvs33.15
19674
19675         * src/gtk/gtkaspell.c
19676                 Don't change cursor position in insert-text
19677                 callback
19678         (Fixes 539 Word wrapping on input transposes letters)
19679
19680 2004-07-24 [colin]      0.9.12cvs33.14
19681
19682         * src/gtk/gtkaspell.c
19683                 Reencode non-ascii chars to dictionary's
19684                 encoding
19685         (Fixes 544 Spell check broken non english locale)
19686
19687 2004-07-24 [colin]      0.9.12cvs33.13
19688
19689         * src/summaryview.c
19690                 Fix Shift+Down, add Home/End/PgUp/PgDown
19691
19692 2004-07-21 [colin]      0.9.12cvs33.12
19693
19694         * src/prefs_common.c
19695                 Fix a gtk warning (Patch by Andrej Kacian)
19696
19697 2004-07-21 [colin]      0.9.12cvs33.11
19698
19699         * src/gtk/filesel.c
19700                 More check
19701
19702 2004-07-21 [colin]      0.9.12cvs33.10
19703
19704         * src/compose.c
19705         * src/crash.c
19706         * src/export.c
19707         * src/import.c
19708         * src/messageview.c
19709         * src/mimeview.c
19710         * src/prefs_spelling.c
19711         * src/prefs_themes.c
19712         * src/summaryview.c
19713         * src/gtk/filesel.c
19714         * src/gtk/filesel.h
19715         * src/gtk/pluginwindow.c
19716                 Untwist open/save mode guessing logic, make
19717                 it explicit
19718
19719 2004-07-20 [colin]      0.9.12cvs33.9
19720
19721         * src/codeconv.c
19722                 conv_encode_header: src_charset is UTF-8 on
19723                 gtk2
19724         * src/compose.c
19725                 Remove double encoding of the headers
19726
19727 2004-07-20 [colin]      0.9.12cvs33.8
19728
19729         * src/codeconv.c
19730                 Fix typo
19731
19732 2004-07-20 [colin]      0.9.12cvs33.7
19733
19734         * src/mainwindow.c
19735                 Set the separated messageview to the saved
19736                 size of Claws' messageview (Patch by Alfons)
19737                 Fix a callback prototype (me)
19738
19739 2004-07-20 [colin]      0.9.12cvs33.6
19740
19741         * src/codeconv.h
19742                 Forgot one hunk in 0.9.12cvs33.4
19743
19744 2004-07-19 [colin]      0.9.12cvs33.5
19745
19746         * src/action.c
19747                 Action output fix
19748                 Patch by Alfons
19749
19750 2004-07-19 [colin]      0.9.12cvs33.4
19751
19752         * src/compose.c
19753                 Fix outgoing charset bug in headers
19754         * src/codeconv.c
19755                 Clean for glib2 - Patch by Alfons
19756
19757 2004-07-19 [colin]      0.9.12cvs33.3
19758
19759         * src/statusbar.c
19760                 Remove grip from the statusbar
19761                 Patch by Alfons
19762
19763 2004-07-19 [colin]      0.9.12cvs33.2
19764
19765         * src/messageview.c
19766         * src/textview.c
19767                 Fix messageview remembering the previous
19768                 scroll position when loading a new message
19769                 Patch by Alfons
19770
19771 2004-07-19 [colin]      0.9.12cvs33.1
19772
19773         * src/folder.h
19774         * src/folderview.c
19775         * src/summaryview.c
19776                 Sync with HEAD
19777
19778 2004-07-18 [colin]      0.9.12cvs32.7
19779
19780         * configure.ac
19781                 Remove useless check for XIM - noticed
19782                 by Alfons
19783
19784 2004-07-18 [colin]      0.9.12cvs32.6
19785
19786         * src/summaryview.c
19787                 Remove non-modified and shift-modified
19788                 accelerators in summaryview's popup
19789                 menu, as that doesn't get catched by
19790                 the accel-activate signal catcher...
19791
19792 2004-07-18 [colin]      0.9.12cvs32.5
19793
19794         * src/prefs_common.c
19795                 Define sensible default prefs for 
19796                 wrapping
19797
19798 2004-07-18 [colin]      0.9.12cvs32.4
19799
19800         * src/compose.c
19801         * src/prefs_common.c
19802         * src/prefs_common.h
19803         * src/prefs_wrapping.c
19804                 Remove Smart Wrapping pref, which does
19805                 nothing on gtk2 branch
19806
19807 2004-07-18 [colin]      0.9.12cvs32.3
19808
19809         * src/sourcewindow.c
19810                 Proper utf8
19811
19812 2004-07-18 [colin]      0.9.12cvs32.2
19813
19814         * src/compose.c
19815                 Save attachment status when drafting
19816
19817 2004-07-18 [colin]      0.9.12cvs32.1
19818
19819         * src/gtk/filesel.c
19820                 Fix erratic folder selection in open mode
19821
19822 2004-07-18 [colin]      0.9.12cvs31.11
19823
19824         * src/pop.c
19825                 Don't let partial messages get deleted
19826                 even with "dowload all"
19827                 (0.9.12cvs31.8 fix extension)
19828 2004-07-18 [colin]      0.9.12cvs31.10
19829
19830         * src/gtk/logwindow.c
19831                 Fix log scrolling
19832
19833 2004-07-18 [colin]      0.9.12cvs31.9
19834
19835         * src/common/utils.c
19836                 Fix non-utf8 strings coming from commands
19837                 and files
19838
19839 2004-07-18 [colin]      0.9.12cvs31.8
19840
19841         * src/pop.c
19842                 Fix partial download bug with Download all
19843                 messages option
19844
19845 2004-07-18 [colin]      0.9.12cvs31.7
19846
19847         * src/textview.c
19848                 Fix bug introduced in 0.9.12cvs31.2
19849                 (blocked in select mode after double click)
19850
19851 2004-07-18 [colin]      0.9.12cvs31.6
19852
19853         * src/compose.c
19854         * src/gtk/menu.c
19855                 More glib-warning fixes
19856
19857 2004-07-18 [colin]      0.9.12cvs31.5
19858
19859         * src/compose.c
19860                 Fix trashing the primary clipboard when moving 
19861                 around with tab
19862         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
19863
19864 2004-07-18 [colin]      0.9.12cvs31.4
19865
19866         * src/codeconv.c
19867                 convert unencoded iso headers to utf8
19868         (Fix Bug 538 Unencoded local characters in subject make it 
19869          disappear)
19870
19871 2004-07-18 [colin]      0.9.12cvs31.3
19872
19873         * src/compose.c
19874                 Fix tab char handling in wrapping
19875         (Fix Bug 537 Line wrap problem - TAB character treated as 
19876          one character instead of 8)
19877
19878 2004-07-18 [colin]      0.9.12cvs31.2
19879
19880         * src/textview.c
19881                 return FALSE on GDK_MOTION_NOTIFY
19882         (Fix Bug 535 Hyperlinks/addresses are not selectable 
19883          (unable to highlight))
19884
19885 2004-07-18 [colin]      0.9.12cvs31.1
19886
19887         * src/folderview.c
19888                 Sync with 0.9.12cvs31
19889
19890 2004-07-18 [colin]      0.9.12cvs30.4
19891
19892         * src/compose.c
19893                 Also block text_inserted when inserting a file
19894
19895 2004-07-18 [colin]      0.9.12cvs30.3
19896
19897         * src/compose.c
19898                 Fix smart wrapping (block text_inserted handler
19899                 while putting quotation to avoid wrap on input,
19900                 don't join lines if next is sig separator)
19901
19902 2004-07-17 [colin]      0.9.12cvs30.2
19903
19904         * src/folderview.c
19905         * src/mainwindow.c
19906         * src/mimeview.c
19907         * src/summaryview.c
19908         * src/gtk/quicksearch.c
19909         * src/gtk/quicksearch.h
19910                 Block key events handlers *and* accels while
19911                 quicksearch is focused
19912         (Fixes Bug 534 quick-search bar not accepting certain letters)
19913
19914 2004-07-17 [colin]      0.9.12cvs30.1
19915
19916         * src/folder.h
19917         * src/folderview.c
19918         * src/summaryview.c
19919                 Sync with 0.9.12cvs30
19920
19921 2004-07-17 [colin]      0.9.12cvs28.2
19922
19923         * src/mimeview.c
19924         * src/procmime.c
19925         * src/summaryview.c
19926         * src/gtk/menu.c
19927                 Squash some compile and glib warnings
19928
19929 2004-07-17 [paul]       0.9.12cvs28.1
19930
19931         * src/mimeview.c
19932                 sync with 0.9.12cvs28 HEAD
19933
19934 2004-07-16 [paul]       0.9.12cvs26.1
19935         
19936         * src/gtk/quicksearch.c
19937         * src/account.c
19938         * src/account.h
19939         * src/compose.c
19940         * src/customheader.c
19941         * src/folder_item_prefs.c
19942         * src/main.c
19943         * src/mainwindow.c
19944         * src/messageview.c
19945         * src/mimeview.c
19946         * src/news.c
19947         * src/pgpmime.c
19948         * src/pop.c
19949         * src/pop.h
19950         * src/prefs_account.c
19951         * src/prefs_account.h
19952         * src/prefs_common.c
19953         * src/prefs_common.h
19954         * src/prefs_display_header.c
19955         * src/prefs_gtk.c
19956         * src/prefs_gtk.h
19957         * src/procheader.c
19958         * src/procmime.c
19959                 sync with 0.9.12cvs26 HEAD      
19960
19961 2004-07-15 [colin]      0.9.12cvs18.14
19962
19963         * src/folder.c
19964                 Disable GPG signature check during
19965                 folder move and scan
19966         (Closes Bug 521 Signature checking slows down Folder-Move)
19967
19968 2004-07-14 [colin]      0.9.12cvs18.13
19969
19970         * src/common/partial_download.c
19971                 update includes
19972
19973 2004-07-14 [colin]      0.9.12cvs18.12
19974
19975         * src/common/partial_download.c
19976         * src/common/partial_download.h
19977                 Move doc at top, add correct copyright
19978
19979 2004-07-14 [colin]      0.9.12cvs18.11
19980
19981         * src/folder.c
19982         * src/messageview.c
19983         * src/pop.c
19984         * src/pop.h
19985         * src/procmsg.c
19986         * src/summaryview.c
19987         * src/common/Makefile.am
19988         * src/common/partial_download.c ** NEW FILES **
19989         * src/common/partial_download.h ** NEW FILES **
19990                 Move partial-download related stuff to its
19991                 own file
19992
19993 2004-07-14 [colin]      0.9.12cvs18.10
19994
19995         * src/send_message.c
19996                 Fix smtp auth when user is null or empty
19997
19998 2004-07-13 [colin]      0.9.12cvs18.9
19999
20000         * src/gtk/quicksearch.c
20001                 Use alphabetic order
20002
20003 2004-07-13 [colin]      0.9.12cvs18.8
20004
20005         * src/pop.c
20006                 Be paranoid on the checks
20007
20008 2004-07-13 [colin]      0.9.12cvs18.7
20009
20010         * src/gtk/quicksearch.c
20011                 Fix Engrish once again
20012
20013 2004-07-13 [colin]      0.9.12cvs18.6
20014
20015         * src/procmsg.c
20016         * src/summaryview.c
20017                 Mark messages for deletion when they are about to
20018                 be removed from trash
20019
20020 2004-07-13 [colin]      0.9.12cvs18.5
20021
20022         * src/matcher.c
20023         * src/matcher.h
20024         * src/matcher_parser_parse.y
20025         * src/prefs_matcher.c
20026         * src/gtk/quicksearch.c
20027                 Add 'partial' ('p') match string to find partially
20028                 downloaded messages
20029
20030 2004-07-13 [colin]      0.9.12cvs18.4
20031
20032         * src/pop.c
20033                 Fix misplaced block
20034
20035 2004-07-13 [colin]      0.9.12cvs18.3
20036
20037         * src/pop.c
20038         * src/pop.h
20039         * src/messageview.c
20040                 Refactor API (to avoid passing 5+ params and code
20041                 duplication)
20042         * src/folder.c
20043         * src/msgcache.c
20044         * src/procheader.c
20045         * src/common/defs.h
20046                 Add planned_download to cache
20047                 Don't mess uidl file when moving partially downloaded
20048                 mails (they change folder, we should change it in the
20049                 uidl list too or we'll remove an incorrect message)
20050                 (this also helps removing hacks when changing 
20051                 planned_download in messageview.c)
20052
20053 2004-07-12 [colin]      0.9.12cvs18.2
20054
20055         * src/gtk/quicksearch.c
20056                 Fix missing status update in quicksearch
20057
20058 2004-07-12 [paul]       0.9.12cvs18.1
20059
20060         * po/POTFILES.in
20061         * src/Makefile.am
20062         * src/account.c
20063         * src/codeconv.c
20064         * src/compose.c
20065         * src/inc.c
20066         * src/main.c
20067         * src/prefs_common.c
20068         * src/procmsg.h
20069         * src/toolbar.c
20070         * src/prefs_msg_colors.[ch]     ** NEW FILES **
20071         * src/prefs_wrapping.[ch]       ** NEW FILES **
20072         * src/common/intl.h
20073         * src/common/utils.[ch]
20074         * src/gtk/quicksearch.[ch]
20075                 sync with 0.9.12cvs18 HEAD
20076
20077 2004-07-12 [colin]      0.9.11cvs17.25
20078
20079         * src/folder.c
20080         * src/folder.h
20081                 Remove unused function added by me in 0.9.11cvs17.10
20082
20083 2004-07-11 [colin]      0.9.11cvs17.24
20084
20085         * src/inc.c
20086         * src/messageview.c
20087         * src/pop.c
20088         * src/pop.h
20089                 Use folderitem and msgnum instead of filename to
20090                 know which mail to delete
20091                 Move old partial mail deletion to pop.c
20092
20093 2004-07-10 [colin]      0.9.11cvs17.23
20094
20095         * src/inc.c
20096                 Add debug
20097         * src/pop.c
20098         * src/pop.h
20099                 Don't re-use same enums for unrelated stuff: it's 
20100                 completely misleading !
20101                 Document a bit
20102
20103 2004-07-09 [colin]      0.9.11cvs17.22
20104
20105         * src/inc.c
20106                 Remove folder-type check and do
20107                 more tests to be sure everything's
20108                 ok
20109         * src/messageview.c
20110                 Punctuation update, remove useless
20111                 code, fix two warnings
20112         * src/noticeview.c
20113                 Layout cleaning, reset 2nd button
20114                 when specifying one
20115
20116 2004-07-09 [colin]      0.9.11cvs17.21
20117
20118         * src/messageview.c
20119         * src/pop.c
20120         * src/pop.h
20121                 Allow user to change his mind
20122                 and postpone decision (by
20123                 unmarking the mail)
20124
20125 2004-07-09 [colin]      0.9.11cvs17.20
20126
20127         * src/messageview.c
20128                 Fix bug with delete state
20129         * src/pop.c
20130         * src/pop.h
20131                 Fix buffer leak (fread doesn't 
20132                 terminate buffers with \0)
20133                 Refactoring (remove magic 
20134                 numbers)
20135
20136 2004-07-09 [colin]      0.9.11cvs17.19
20137
20138         * src/pop.c
20139                 Don't log "Skipping message" if 
20140                 we're going to TOP it two lines
20141                 later
20142
20143 2004-07-09 [colin]      0.9.11cvs17.18
20144
20145         * src/messageview.c
20146                 Fix Engrish
20147
20148 2004-07-09 [colin]      0.9.11cvs17.17
20149
20150         * src/pop.c
20151                 strlen checking...
20152         * src/messageview.c
20153                 refactoring a bit
20154
20155 2004-07-08 [colin]      0.9.11cvs17.16
20156
20157         * src/noticeview.c
20158         * src/noticeview.h
20159                 Add an optional second button
20160         * src/messageview.c
20161         * src/pop.c
20162         * src/pop.h
20163                 Don't delete partially received mails after a certain
20164                 time; rather, let the user decide.
20165
20166 2004-07-08 [colin]      0.9.11cvs17.15
20167
20168         * src/common/smtp.h
20169                 Sync with HEAD
20170
20171 2004-07-08 [colin]      0.9.11cvs17.14
20172
20173         * src/messageview.c
20174         * src/common/smtp.c
20175                 Use to_human_readable() for sizes
20176
20177 2004-07-08 [colin]      0.9.11cvs17.13
20178
20179         * src/inc.c
20180         * src/messageview.c
20181         * src/pop.c
20182         * src/pop.h
20183         * src/procmsg.c
20184                 Fix partial-downloading issues:
20185                         catch unsupported TOP
20186                         don't delete partially downloaded mails before 5 days
20187                         don't update existing with non-MH folders; that'll
20188                         make dups, but it's better than trashing the folder
20189                         free new msginfo parts
20190                 Fix indentation ;-)
20191
20192 2004-07-08 [colin]      0.9.11cvs17.12
20193
20194         * src/common/smtp.c
20195         * src/common/smtp.h
20196                 Sync smtp size verification with HEAD
20197
20198 2004-07-08 [colin]      0.9.11cvs17.11
20199
20200         * src/summaryview.c
20201         * src/prefs_common.c
20202         * src/prefs_common.h
20203         * src/gtk/quicksearch.c
20204         * src/gtk/quicksearch.h
20205                 Sync sticky pref with HEAD
20206
20207 2004-07-08 [colin]      0.9.11cvs17.10
20208
20209         * src/folder.c [1.213.2.6]
20210         * src/folder.h [1.87.2.6]
20211         * src/inc.c [1.149.2.7]
20212         * src/messageview.c [1.94.2.8]
20213         * src/procheader.c [1.47.2.6]
20214         * src/procmsg.c [1.150.2.4]
20215         * src/procmsg.h [1.60.2.5]
20216         * src/pop.c [1.56.2.4]
20217         * src/pop.h [1.17.2.3]
20218                 Let too big messages get downloaded, but truncated
20219                 Add a button to download them completely
20220                 
20221 2004-07-06 [colin]      0.9.11cvs17.9
20222
20223         * src/gtk/quicksearch.c [1.1.2.3]
20224                 Add a Clear button
20225         * commitHelper
20226         * PATCHSETS
20227                 Add a script to help with cvs
20228
20229 2004-07-03 [colin]      0.9.11cvs17.8
20230
20231         * src/plugins/imageviewer/viewer.c
20232                 fix imageviewer (which was staying on the first
20233                 displayed image)
20234
20235 2004-07-03 [colin]      0.9.11cvs17.7
20236
20237         Removed FIXME_GTK2 warnings
20238         * src/gtk/gtkutils.c
20239                 useless #warnings
20240         * src/gtk/menu.c
20241                 useless #warnings (no need to mess with menu rc)
20242         * src/gtk/menu.h
20243                 unused functions
20244         
20245
20246 2004-07-03 [colin]      0.9.11cvs17.6
20247
20248         Removed FIXME_GTK2 warnings
20249         * src/codeconv.c
20250                 useless #warnings (rewrite needed)
20251         * src/compose.c
20252                 useless #warnings (rewrite needed)
20253                 useless #warnings (gtk2 is like that)
20254                 useless #warnings (previously fixed)
20255         * src/main.c
20256                 useless #warnings (previously fixed)
20257         * src/message_search.c
20258                 useless #warnings (gtk2 is like that)
20259                 Made apparent that search is case-sensitive
20260         * src/mimeview.c
20261                 useless #warnings (rewrite needed)
20262                 useless #warnings (gtk2 is like that)
20263                 reimplemented real warnings
20264         * src/prefs_common.c
20265                 Removed block cursor option (not it gtk2)
20266         * src/prefs_gtk.c
20267                 useless #warnings (rewrite needed)
20268         * src/procheader.c
20269                 useless #warnings (rewrite needed)
20270         * src/sourcewindow.c
20271                 useless #warnings (incorrect placing)
20272         * src/summary_search.c
20273                 useless #warnings (gtk2 is like that)
20274                 Made apparent that search is case-sensitive
20275         * src/action.c
20276                 useless #warnings (gtk2 is like that)
20277         * src/textview.c
20278                 useless #warnings (rewrite needed)
20279         * src/toolbar.c
20280                 useless #warnings (rewrite needed)
20281
20282 2004-07-03 [colin]      0.9.11cvs17.5
20283
20284         * src/textview.c
20285                 Fix mismerge which broke URI opening
20286                 
20287 2004-07-01 [colin]      0.9.11cvs17.4
20288
20289         * src/gtk/filesel.c
20290                 Fill filename when saving
20291                 
20292 2004-06-27 [colin]      0.9.11cvs17.3
20293
20294         * src/gtk/filesel.[ch]
20295                 Use the new GTK file selector
20296                 Update prototype to match the reality: multiple file
20297                 selection is open-only          
20298         * src/compose.c
20299                 Match the new prototypes        
20300         * configure.ac
20301                 Match the new requirements (gtk 2.4.0)
20302                         
20303 2004-06-26 [colin]      0.9.11cvs17.2
20304
20305         * src/plugins/trayicon/trayicon.c
20306                 Remove useless signal handler on resize, which causes
20307                 an infinite "loop"
20308         
20309 2004-06-26 [colin]      0.9.11cvs17.1
20310         
20311         * tools/Makefile.am
20312                 remove launch_firebird and add nautilus2sylpheed.sh
20313         * src/quicksearch.c
20314           src/summaryview.c
20315                 Fix show/hide "Extended symbols" button problem
20316                 Fix apparition at startup
20317                 Fix const warnings
20318         * src/plugins/image_viewer/Makefile.am
20319                 Fix configure 
20320         * common/ssl.c
20321                 Re-enable certificate check, as it doesn't seem to
20322                 cause Xlib errors anymore
20323
20324 2004-06-25 [paul]       0.9.11cvs17
20325
20326         * sync with 0.9.11cvs17 HEAD
20327         
20328         NOTE: QuickSearch is broken
20329
20330 2004-06-07 [colin]      0.9.10claws67.10
20331         * src/plugins/trayicon/trayicon.c
20332           src/plugins/trayicon/libeggtrayicon/Makefile.am
20333           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20334                 Fix gettextization in trayicon plugin
20335
20336 2004-06-07 [colin]      0.9.10claws67.9
20337         
20338         * src/summaryview.c
20339           src/gtk/gtksctree.[ch]
20340                 Let Shift+{Up,Down} work in summaryview
20341                 (well, Down "works" and Up works)
20342                 Let the list scroll when using these keys
20343
20344 2004-06-06 [colin]      0.9.10claws67.8
20345
20346         * src/plugins/trayicon/trayicon.c
20347                 Fix pixmap update
20348
20349 2004-06-06 [colin]      0.9.10claws67.7
20350
20351         * src/addressbook.c
20352                 Fix signal handling causing system-wide focus grab
20353
20354 2004-05-25 [paul]       0.9.10claws67.6
20355
20356         * Makefile.am
20357           src/Makefile.am
20358                 clean up
20359
20360 2004-05-25 [paul]       0.9.10claws67.5
20361
20362         * replace deprecated gtk_signal... functions
20363
20364 2004-05-23 [colin]      0.9.10claws67.4
20365
20366         * src/compose.c
20367                 Fix wrapping
20368
20369 2004-05-22 [colin]      0.9.10claws67.3
20370
20371         * src/compose.c
20372                 Re-fix [Edited] in compose.c::compose_reedit()
20373
20374 2004-05-22 [colin]      0.9.10claws67.2
20375
20376         * src/procmime.c
20377                 Fix parsing of multiparts mails
20378
20379 2004-05-22 [colin]      0.9.10claws67.1
20380
20381         * src/summaryview.c
20382                 Fix quicksearch
20383
20384 2004-05-22 [paul]       0.9.10claws67
20385
20386         * sync with 0.9.10claws67 HEAD
20387
20388 2004-05-14 [alfons]
20389
20390         * src/procmime.h
20391                 add forgotton prototype
20392
20393 2004-05-10 [paul]       0.9.10claws57
20394
20395         * sync with 0.9.10claws57 HEAD
20396
20397 2004-05-05 [paul]       0.9.9.claws1
20398
20399         * ChangeLog-gtk2        ** REMOVED **
20400           ChangeLog-gtk2.claws  ** ADDED **
20401                 rename and adopt the normal claws format
20402                 
20403         * configure.ac
20404                 require gtkmathview >= 0.5
20405
20406         * ac/*                          ** REMOVED **
20407           ac/                           ** REMOVED **
20408           intl/Makefile.in              ** REMOVED **
20409           m4/                           ** ADDED **
20410           m4/missing                    ** ADDED **
20411           m4/missing/gdk-pixbuf.m4      ** ADDED **
20412           m4/missing/gettext.m4         ** ADDED **
20413           m4/missing/gpgme.m4           ** ADDED **
20414           m4/missing/imlib.m4           ** ADDED **
20415           m4/.cvsignore                 ** ADDED **
20416           m4/Makefile.am                ** ADDED **
20417           m4/README                     ** ADDED **
20418           m4/aclocal-include.m4         ** ADDED **
20419           m4/aspell.m4                  ** ADDED **
20420           m4/check-type.m4              ** ADDED **
20421           m4/gnupg-check-typedef.m4     ** ADDED **
20422           m4/openssl.m4                 ** ADDED **
20423           m4/spamassassin.m4            ** ADDED **
20424           po/ChangeLog                  ** REMOVED **
20425           po/Makefile.in.in             ** REMOVED **
20426           po/Rules-quot                 ** REMOVED **
20427           po/boldquot.sed               ** REMOVED **
20428           po/en@boldquot.header         ** REMOVED **
20429           po/en@quot.header             ** REMOVED **
20430           po/insert-header.sin          ** REMOVED **
20431           po/quot.sed                   ** REMOVED **
20432           po/remove-potcdate.sed        ** REMOVED **
20433           po/remove-potcdate.sin        ** REMOVED **
20434           po/stamp-po                   ** REMOVED **
20435           Makefile.am
20436           autogen.sh
20437           configure.ac
20438                 enable building with automake 1.8.x
20439                 add 'autopoint --force' to autogen.sh and remove all
20440                 auto-generated files, remove ac/ directory and use
20441                 m4/ directory instead
20442                 
20443         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20444                 fix gettextization
20445
20446 2004-02-28 Colin Leroy <colin@colino.net>
20447         * src/prefs_matcher.c
20448           src/prefs_filtering.c
20449           src/prefs_filtering_action.c
20450                 Fix non-editable GtkEntries
20451
20452 2004-02-22 Thorsten Maerz <torte@netztorte.de>
20453         * src/prefs_themes.c
20454                 utf8 conversion for theme info
20455
20456 2004-02-21 Thorsten Maerz <torte@netztorte.de>
20457         * sync 0.9.9claws
20458
20459 2004-02-14 Thorsten Maerz <torte@netztorte.de>
20460         * src/grouplistdialog.c
20461                 allow multiple selections without ctrl key
20462
20463 2004-02-09 Thorsten Maerz <torte@netztorte.de>
20464         * src/main.c
20465                 enable customizable accelerators
20466
20467 2004-02-08 Thorsten Maerz <torte@netztorte.de>
20468         * src/prefs_common.c
20469                 re-enable different font settings for gtk1/2
20470         * src/prefs_folder_item.c
20471                 fix folder prefs displayed wrong
20472         * src/textview.c
20473                 set 'sunken' shadow type
20474
20475 2004-02-07 Colin Leroy <colin@colino.net>
20476         * src/compose.c
20477                 Fix message being always [Edited]
20478                 Encode headers correctly (utf8 buf)
20479
20480 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20481         * src/socket.c
20482                 remove double g_source_attach()
20483                 (Thanks to Colin Leroy)
20484
20485 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20486         * src/gtk/gtksctree.c
20487                 Fix SSL certificate list not shown
20488         * src/mimeview.c
20489                 Fix clicks in mime tree
20490
20491 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20492         * src/common/socket.c
20493                 Fix SSL receive
20494         * src/compose.c
20495                 Fix clipboard menu hotkeys
20496
20497 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20498         * src/gtk/gtkaspell.[ch]
20499           src/compose.c
20500                 reimplement spellchecker
20501
20502 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20503         * src/gtk/filesel.c
20504                 crash when inserting file in compose window
20505                 (TODO: keep old selection on clicks)
20506         * src/main.c
20507                 use gtkrc-2.0 instead of gtkrc
20508
20509 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20510         * src/messageview.c
20511                 remove orphaned mimeview unref()
20512
20513 2004-01-20 Thorsten Maerz <torte@netztorte.de>
20514         * src/grouplistdialog.c
20515                 expand nodes containing subscribed groups
20516
20517 2004-01-19 Thorsten Maerz <torte@netztorte.de>
20518         * src/textview.c
20519                 textview: hide cursor, restore old click behaviour
20520
20521 2004-01-18 Thorsten Maerz <torte@netztorte.de>
20522         * src/textview.c
20523                 variable names messed up
20524
20525 2004-01-17 Colin Leroy <colin@colino.net>
20526         * src/addr_compl.c
20527                 Fix completion address too thin
20528         * src/compose.c
20529                 Fix tab-to-subject behaviour
20530         * src/summaryview.c
20531                 Implement key up & down in summaryview
20532
20533 2004-01-12 Thorsten Maerz <torte@netztorte.de>
20534
20535         * sync 098claws
20536
20537 2004-01-08 Thorsten Maerz <torte@netztorte.de>
20538         * configure.ac
20539           Makefile.am
20540           doc/.cvsignore
20541           doc/Makefile.am
20542                 faq, man, manual moved to doc/
20543         * ac/aspell.m4
20544           ac/check-type.m4
20545           ac/gnupg-check-typedef.m4
20546           ac/openssl.m4
20547           ac/spamassassin.m4
20548           ac/missing/gdk-pixbuf.m4
20549           ac/missing/gpgme.m4
20550           ac/missing/imlib.m4
20551                 fix automake warnings
20552
20553 2003-12-06 Colin Leroy <colin@colino.net>
20554         * src/summaryview.c
20555                 Fix quicksearch
20556
20557 2003-12-05 Colin Leroy <colin@colino.net>
20558         * src/summaryview.c
20559                 Fix going to next unread folder
20560
20561 2003-12-05 Colin Leroy <colin@colino.net>
20562         * src/crash.c
20563                 Fix gtk2 compilation
20564         * src/session.c
20565                 Remove iotag source handler at disconnection
20566         * src/socket.[ch] 
20567                 Remove source handler when closing socket 
20568                 (fixes another seg)
20569
20570 2003-12-04 Colin Leroy <colin@colino.net>
20571         * src/compose.c
20572           src/prefs_account.c
20573           src/prefs_common.c
20574                 Fix some dropdown menus
20575
20576 2003-12-04 Colin Leroy <colin@colino.net>
20577         * src/compose.c
20578                 Fix event handlers on header fields
20579         * src/common/socket.c
20580           src/common/session.c
20581                 Fix segfault with callback (SSL)
20582                 Fix end of session 
20583
20584 2003-10-06 Thorsten Maerz <torte@netztorte.de>
20585
20586         * Fix compile bug in src/compose.c
20587         * removed src/gtk/gtkstext.[ch]
20588
20589 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
20590
20591         * Convert character set and escape "text" attributes in toolbar setting
20592         files.
20593         * Fixed bug in button-press-event handling.
20594
20595 2003-09-16 Thorsten Maerz <torte@netztorte.de>
20596
20597         * Fixed bug in key-press-event handling.
20598
20599 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
20600
20601         * Enabled to compile tray-icon plugin (Ad-hoc).
20602         * Avoid hang up bug of icon list in mime view (Ad-hoc).
20603
20604 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
20605
20606         * Enabled to compile on sylpheed-claws.
20607         (tray-icon plugin still cannot compile yet.)
20608
20609 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
20610
20611         * Updated to 0.9.5.
20612
20613 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
20614
20615         * Updated to 0.9.4.
20616         * Ported monitoring SSL mechanism to GSource of GLib2
20617         (I don't confirm it)
20618         * Added _gtk2 suffix to key name of font preference to avoid
20619         ovverwriting preference of Gtk+-1.2 version.
20620
20621 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
20622
20623         * Updated to 0.9.2.
20624
20625 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
20626
20627         * Updated to 0.9.1.
20628         * Translate po files into UTF-8 when execute autogen.sh.
20629
20630 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
20631
20632         * Updated to 0.9.0.
20633
20634 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
20635
20636         * Plugged GError related memory leaks.
20637
20638 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
20639
20640         * Changed default size of fonts.
20641         * Enabled to set titile font size of warning dialog.
20642
20643 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
20644
20645         * Embed a sylpheed icon into executable binary on Windows.
20646
20647 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
20648
20649         * I forgot to traslate character set of element string in src/xml.c.
20650
20651 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
20652
20653         * Fixed detecting bind_textdomain_codeset in configure.in.
20654         * The bug in which "Example" of "Date fromat" preference isn't displayed
20655         correctly has been fixed.
20656
20657 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
20658
20659         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
20660           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
20661           glib-gettextize
20662           Removed intl directory.
20663           Translated po files into UTF-8.
20664           (Thanks! Ryuji Abe)
20665
20666 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
20667
20668         * The bug which doesn't unscape string in xml.c has been fixed.
20669
20670 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
20671
20672         * The bug which is failed to translate encoding of file name thorough
20673         file dialog has been fixed.
20674
20675 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
20676
20677         * Modified to translate file names which is used in inporting/expoting
20678         mbox feature and "Save as" feature into locale encoding.
20679         * Translate file names into locale encoding when "Attache file" and
20680         "Insert file".
20681         * Force set G_BROKEN_FILENAMES environment variable.
20682         * Other minor fixes.
20683
20684 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
20685
20686         * Modified to treat MH folder's name as locale encoding.
20687
20688 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
20689
20690         * The bug which clash on switching candidates of auto completion of
20691         addresses, cannot use auto completion in Japanesse is fixed
20692         (Thanks! Tokunaga-san)¡¥
20693
20694 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20695
20696         * The bug which cannot switch key accelerator preference has been fixed
20697         (Thanks! smbd-san)¡¥
20698
20699 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20700
20701         * version 0.8.11-gtk2-20030314
20702
20703 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20704
20705         * The bug in which character set conversion of filtering messages has
20706         been fixed.(Thanks! COCOA-san).
20707
20708 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
20709
20710         * Revived "Leave space on head" preference in "Message" category.
20711         * A bug which clash when put the cursor to end of buffer and execute
20712         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
20713
20714 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20715
20716         * version 0.8.11-gtk2-20030312
20717
20718 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20719
20720         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
20721         * Modified to use Pango's API directly for font preference.
20722         * Integrated GtkTextView of textview to one widget.
20723         * Set fonts of header title in textview by "header_title" tag.
20724         * Removed some deprecated codes.
20725
20726 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
20727
20728         * Updated to 0.8.11.
20729         * Merged cygwin patch(Thanks! Sakai-san).
20730
20731 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
20732
20733         * version 0.8.10-gtk2-20030309