2006-12-12 [colin] 2.6.1cvs22
[claws.git] / ChangeLog
1 2006-12-12 [colin]      2.6.1cvs22
2
3         * src/gtk/menu.h
4                 Add another menu data type
5         * src/prefs_account.c
6                 Complete the completion of bug 1076
7                 (doesn't lose the pref on apply)
8
9 2006-12-12 [paul]       2.6.1cvs21
10
11         * src/prefs_account.c
12                 complete the fix of bug 1076
13                 also be more verbose with the text
14
15 2006-12-12 [paul]       2.6.1cvs20
16
17         * src/gtk/combobox.c
18                 fix compilation warning
19
20 2006-12-11 [colin]      2.6.1cvs19
21
22         * src/wizard.c
23                 Document :port in server entry tooltips
24
25 2006-12-11 [colin]      2.6.1cvs18
26
27         * src/main.c
28                 Fix compile
29
30 2006-12-11 [colin]      2.6.1cvs17
31
32         * src/main.c
33                 Add failing IMAP as a reason for no
34                 mailbox
35
36 2006-12-11 [colin]      2.6.1cvs16
37
38         * src/prefs_account.c
39                 Check for existence of inbox for local
40                 accounts too
41         * src/wizard.c
42                 Allow setting the port to use for servers
43                 by using the usual "server.example.com:port"
44                 syntax. Fixes bug 1077, 'sylpheed-claws does 
45                 not start when IMAP server is unavailable'
46
47 2006-12-11 [colin]      2.6.1cvs15
48
49         * src/prefs_account.c
50                 Prevent use of non-existing default inbox
51
52 2006-12-11 [colin]      2.6.1cvs14
53
54         * src/prefs_account.c
55                 Fix sensitivity. Fixes bug 1076, 'privacy 
56                 options are displayed even when pgp plugin 
57                 not loaded / available'
58
59 2006-12-09 [colin]      2.6.1cvs13
60
61         * manual/advanced.xml
62         * src/prefs_common.c
63         * src/prefs_common.h
64         * src/common/ssl_certificate.c
65                 Add a new hidden preference, 'unsafe_ssl_certs',
66                 which allows to store multiple certificates per
67                 server/port. This is disabled by default because
68                 it's less secure (presenting a new certificate
69                 instead of a changed one raises less alarms).
70                 This will cause Claws to ask about an unknown
71                 certificate for people who have used 2.6.1cvs8
72                 or greater.
73
74 2006-12-09 [colin]      2.6.1cvs12
75
76         * src/action.c
77                 Fix cache updating after action
78
79 2006-12-07 [wwp]        2.6.1cvs11
80
81         * src/compose.c
82                 fix email address comparison when replying to all
83                 (avoid replying to ourselves), thanks to Colin.
84
85 2006-12-06 [paul]       2.6.1cvs10
86
87         * src/addrharvest.c
88         * src/editldap.c
89         * src/expldifdlg.c
90         * src/news.c
91         * src/toolbar.c
92         * src/common/utils.c
93                 ...and more renaming
94                 Thanks to Colin
95
96 2006-12-06 [paul]       2.6.1cvs9
97
98         * src/compose.c
99         * src/messageview.c
100         * src/procheader.c
101         * src/procmime.c
102         * src/procmsg.c
103         * src/textview.c
104                 more renaming
105                 Thanks to Colin
106
107 2006-12-06 [colin]      2.6.1cvs8
108
109         * src/ssl_manager.c
110         * src/common/ssl_certificate.c
111         * src/common/ssl_certificate.h
112                 Handle multiple certificates per host/port
113
114 2006-12-06 [colin]      2.6.1cvs7
115
116         * src/etpan/imap-thread.c
117                 Fix certificate checking on IMAP
118
119 2006-12-06 [colin]      2.6.1cvs6
120
121         * src/folderview.c
122                 Fix bug 1072, 'Claws stops fetching newsgroups 
123                 from server when newsgroup got deleted': continue
124                 checking other groups
125
126 2006-12-05 [wwp]        2.6.1cvs5
127
128         * src/message_search.c
129         * src/summary_search.c
130         * src/gtk/combobox.c
131         * src/gtk/combobox.h
132         * src/gtk/gtkutils.c
133         * src/gtk/gtkutils.h
134                 make up and down arrow keys in modern gtk_combo_box_entry widgets
135                 behave like w/ old comboboxes (summary and message search only).
136
137 2006-12-05 [paul]       2.6.1cvs4
138
139         * src/wizard.c
140                 encode headers
141                 Thanks to Colin
142
143 2006-12-05 [paul]       2.6.1cvs3
144
145         * tools/README
146         * tools/textviewer.pl
147                 script updated and description added
148
149 2006-12-04 [colin]      2.6.1cvs2
150
151         * src/compose.c
152                 Run pre-send hook only when checking
153                 everything
154
155 2006-12-04 [paul]       2.6.1cvs1
156
157         * NEWS
158         * README
159         * RELEASE_NOTES
160         * configure.ac
161         * tools/README
162                 bump up version number following stable release
163
164 2006-12-04 [paul]       2.6.0cvs83
165
166         * README
167                 updates and corrections
168
169 2006-12-04 [colin]      2.6.0cvs82
170
171         * src/common/utils.c
172                 Probably fix bug 1066, 'Incorrect mailbox 
173                 size displayed'
174
175 2006-12-04 [colin]      2.6.0cvs81
176
177         * src/common/utils.c
178                 Trim tabs from mailcap file too.
179
180 2006-12-02 [paul]       2.6.0cvs80
181
182         * src/exphtmldlg.c
183                 fix broken GUI under certain languages
184         * src/expldifdlg.c
185                 put the Cancel button to the right
186
187 2006-12-01 [paul]       2.6.0cvs79
188
189         * tools/Makefile.am
190                 remove reference to removed file
191
192 2006-12-01 [wwp]        2.6.0cvs78
193
194         * src/addressbook.c
195         * src/editaddress.c
196                 remove forgotten debug statements.
197
198 2006-12-01 [wwp]        2.6.0cvs77
199
200         * manual/advanced.xml
201         * manual/fr/advanced.xml
202         * src/addressbook.c
203         * src/addressbook.h
204         * src/addressitem.h
205         * src/editaddress.c
206         * src/editaddress.h
207         * src/prefs_common.c
208         * src/prefs_common.h
209         * src/gtk/gtkutils.c
210         * src/gtk/gtkutils.h
211                 add a hidden option to allow embedding the editaddress (edit contact details)
212                 dialog into the addressbook's window. This doesn't change the default
213                 behaviour.
214
215 2006-12-01 [wwp]        2.6.0cvs76
216
217         * src/message_search.c
218         * src/summary_search.c
219                 fix more focus issues (don't set focus to combobox's entry widget when
220                 entry's value changed, if entry widget has focus already).
221
222 2006-12-01 [wwp]        2.6.0cvs75
223
224         * src/gtk/quicksearch.c
225                 revert last changes to the quicksearch gtk_combo_box, this needs more
226                 tuning and testing.
227
228 2006-12-01 [paul]       2.6.0cvs74
229
230         * tools/kdeservicemenu/README
231         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
232         * tools/kdeservicemenu/install.sh
233         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
234         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
235                 simplify this stuff, and in so doing,
236                 fix it. (possibly re-extend it again at
237                 a later date)
238
239 2006-12-01 [wwp]        2.6.0cvs73
240
241         * src/gtk/quicksearch.c
242                 adapt quicksearch code to use modern gtk_combo_box'es.
243
244 2006-12-01 [wwp]        2.6.0cvs72
245
246         * src/common/defs.h
247         * src/prefs_common.c
248         * src/prefs_common.h
249         * src/message_search.c
250         * src/summary_search.c
251         * src/gtk/combobox.c
252         * src/gtk/combobox.h
253                 add history combos to all message and summary search fields.
254
255 2006-12-01 [wwp]        2.6.0cvs71
256
257         * src/summaryview.c
258                 As the list may change while the mark as read delay
259                 runs, we can't rely on the 'row' pointer, which can
260                 be invalid when the timeout is called. As the mark
261                 as read is only done if the message is still selected,
262                 use summaryview->selected instead. Thanks to Colin.
263
264 2006-11-30 [paul]       2.6.0cvs70
265
266         * src/textview.c
267                 give emphasis to "Sylpheed-Claws"
268                 as well as "Claws Mail"
269
270 2006-11-30 [colin]      2.6.0cvs69
271
272         * src/wizard.c
273                 Put the SSL checkboxes in the receiving
274                 and sending server pages.
275
276 2006-11-29 [colin]      2.6.0cvs68
277
278         * src/gtk/gtkutils.c
279         * src/gtk/gtkvscrollbutton.c
280                 Revert some deprecated fixes - they seem to
281                 deprecate stuff as soon as a new one gets out.
282                 g_object_ref_sink needed glib-2.10.
283
284 2006-11-29 [colin]      2.6.0cvs67
285
286         * src/common/utils.c
287                 Create .mailcap if it doesn't exist
288
289 2006-11-29 [colin]      2.6.0cvs66
290
291         * src/compose.c
292                 Followup to cvs60: use original list
293                 of recipients if replying to a mail
294                 in Sent Drafts or Queue.
295
296 2006-11-27 [paul]       2.6.0cvs65
297
298         * src/image_viewer.c
299                 revert the last change for now (it's broken)
300
301 2006-11-27 [paul]       2.6.0cvs64
302
303         * Makefile.am
304         * configure.ac
305         * m4/aclocal-include.m4
306         * m4/check-type.m4
307         * src/Makefile.am
308         * src/addr_compl.c
309         * src/compose.c
310         * src/crash.c
311         * src/export.c
312         * src/exporthtml.c
313         * src/exportldif.c
314         * src/imap.c
315         * src/import.c
316         * src/main.c
317         * src/main.h
318         * src/matcher.c
319         * src/mimeview.c
320         * src/procmsg.c
321         * src/textview.c
322         * src/common/Makefile.am
323         * src/common/claws.c
324         * src/common/claws.h
325         * src/common/ssl.c
326         * src/common/sylpheed.c
327         * src/common/sylpheed.h
328         * src/etpan/Makefile.am
329         * src/gtk/Makefile.am
330         * src/gtk/claws-marshal.list
331         * src/gtk/filesel.c
332         * src/gtk/gtksctree.c
333         * src/gtk/quicksearch.c
334         * src/gtk/sylpheed-marshal.list
335         * src/plugins/bogofilter/bogofilter.c
336         * src/plugins/bogofilter/bogofilter_gtk.c
337         * src/plugins/clamav/clamav_plugin.c
338         * src/plugins/clamav/clamav_plugin_gtk.c
339         * src/plugins/demo/demo.c
340         * src/plugins/dillo_viewer/dillo_viewer.c
341         * src/plugins/pgpcore/Makefile.am
342         * src/plugins/pgpcore/claws.def
343         * src/plugins/pgpcore/pgp_viewer.c
344         * src/plugins/pgpcore/plugin.c
345         * src/plugins/pgpcore/sylpheed.def
346         * src/plugins/pgpinline/Makefile.am
347         * src/plugins/pgpinline/claws.def
348         * src/plugins/pgpinline/plugin.c
349         * src/plugins/pgpinline/sylpheed.def
350         * src/plugins/pgpmime/Makefile.am
351         * src/plugins/pgpmime/claws.def
352         * src/plugins/pgpmime/plugin.c
353         * src/plugins/pgpmime/sylpheed.def
354         * src/plugins/spamassassin/spamassassin.c
355         * src/plugins/spamassassin/spamassassin_gtk.c
356         * src/plugins/trayicon/trayicon.c
357                 yet more renaming
358                 remove deprecated gtk_tooltips_set_delay()
359
360 2006-11-26 [paul]       2.6.0cvs63
361
362         * src/expldifdlg.c
363         * src/folderview.c
364         * src/image_viewer.c
365         * src/mainwindow.c
366         * src/gtk/gtkutils.c
367         * src/gtk/gtkvscrollbutton.c
368         * src/gtk/prefswindow.c
369         * src/plugins/pgpcore/prefs_gpg.c
370                 replace more deprecated GTK+ functions
371
372 2006-11-26 [paul]       2.6.0cvs62
373
374         * src/addr_compl.c
375         * src/addressbook.c
376         * src/browseldap.c
377                 replace deprecated gtk_idle_... functions
378
379 2006-11-26 [paul]       2.6.0cvs61
380
381         * src/compose.c
382         * src/folderview.c
383         * src/inc.c
384         * src/summaryview.c
385         * src/gtk/gtkvscrollbutton.c
386         * src/gtk/quicksearch.c
387         * src/plugins/pgpcore/passphrase.c
388                 replace deprecated gtk_timeout_add and
389                 gtk_timeout_remove
390
391 2006-11-26 [paul]       2.6.0cvs60
392
393         * src/compose.c
394                 fix bug that caused the wrong recipient
395                 to be selected when replying to a msg
396                 which is From one of our accounts to
397                 another of our accounts
398
399 2006-11-25 [paul]       2.6.0cvs59
400
401         * src/summaryview.c
402                 don't change the From column title to
403                 To if the To column is visible
404
405 2006-11-24 [paul]       2.6.0cvs58
406
407         * src/compose.c
408                 fix bug 1069, 'Sent mails disappear, BCC
409                 or locking problem?'
410
411 2006-11-21 [wwp]        2.6.0cvs57
412
413         * src/compose.c
414                 fix spelling menu when replying (same as 2.3.1cvs39):
415                 discrepancy between context menu and top menu when
416                 folder's dictionary isn't the default one.
417
418 2006-11-19 [paul]       2.6.0cvs56
419
420         * src/summaryview.c
421                 obey always_show_msg option when
422                 marking as spam
423         * src/plugins/bogofilter/bogofilter.c
424                 fix typo
425
426 2006-11-18 [paul]       2.6.0cvs55
427
428         * AUTHORS
429         * README
430         * debian/copyright
431         * manual/ack.xml
432         * manual/es/ack.xml
433         * manual/fr/ack.xml
434         * manual/pl/ack.xml
435         * src/gtk/authors.h
436         * src/gtk/icon_legend.c
437         * src/gtk/icon_legend.h
438         * tools/OOo2claws-mail.pl
439         * tools/README
440         * tools/acroread2claws-mail.pl
441         * tools/claws.i18n.status.pl
442         * tools/filter_conv.pl
443         * tools/filter_conv_new.pl
444         * tools/freshmeat_search.pl
445         * tools/google_search.pl
446         * tools/kmail2claws-mail.pl
447         * tools/kmail2claws-mail_v2.pl
448         * tools/maildir2claws-mail.pl
449         * tools/make.themes.project
450         * tools/multiwebsearch.pl
451         * tools/outlook2claws-mail.pl
452         * tools/tb2claws-mail
453         * tools/kdeservicemenu/README
454         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
455                 update mine and wwp's email addresses in
456                 several places
457                 Patch by wwp
458         * src/prefs_compose_writing.c
459                 set sensitivity on 'new message format' frame
460
461 2006-11-17 [paul]       2.6.0cvs54
462
463         * src/gtk/about.c
464                 more reworking of the GUI
465                 Patch by Fabien Vantard
466
467 2006-11-16 [paul]       2.6.0cvs53
468
469         * src/gtk/about.c
470                 set a minimum size for the window, allow
471                 it to automatically expand as necessary
472
473 2006-11-16 [wwp]        2.6.0cvs52
474
475         * src/gtk/about.c
476                 better wrap of copyright info on some systems.
477
478 2006-11-16 [paul]       2.6.0cvs51
479
480         * src/gtk/about.c
481                 move the tech info from the upper panel
482                 to the Info tab
483                 use a gtk_text_view for the features tab
484
485 2006-11-16 [paul]       2.6.0cvs50
486
487         * po/Makevars
488                 update my email address
489         * src/addressbook.c
490         * src/compose.c
491         * src/imap_gtk.c
492         * src/mh_gtk.c
493         * src/news_gtk.c
494         * src/summaryview.c
495         * src/plugins/trayicon/trayicon.c
496                 don't offer simple menu separators
497                 for translation
498         * src/folderview.c
499                 add separator between 'mark all read'
500                 and 'search folder'
501
502 2006-11-15 [wwp]        2.6.0cvs49
503
504         * src/gtk/authors.h
505                 updated manuals authors.
506
507 2006-11-14 [paul]       2.6.0cvs48
508
509         * src/compose.c
510                 Fix Options/Reply mode after draft save
511
512 2006-11-14 [paul]       2.6.0cvs47
513
514         * src/Makefile.am
515                 Fix make DESTDIR=...
516         * src/mbox.c
517                 Optimise speed
518         * src/plugins/pgpinline/pgpinline.c
519                 Probably fix bug 1061
520
521 2006-11-14 [paul]       2.6.0cvs46
522
523         * po/Makevars
524                 enable Q_ macro
525         * src/Makefile.am
526         * src/stock_pixmap.c
527         * src/stock_pixmap.h
528         * src/gtk/about.c
529         * src/pixmaps/active.xpm
530         * src/pixmaps/inactive.xpm
531                 add a new page, 'Features', to the About dialog
532                 showing which features are compiled in and which
533                 are not
534
535 2006-11-14 [paul]       2.6.0cvs45
536
537         * po/ru.po
538                 updated by Pavlo Bohmat
539
540 2006-11-14 [colin]      2.6.0cvs44
541
542         * src/compose.c
543         * src/inc.c
544         * src/messageview.c
545         * src/news.c
546         * src/pop.c
547         * src/procmsg.c
548         * src/gtk/gtkaspell.c
549                 Fix 64-bit-related warnings
550         * src/ssl_manager.c
551                 Fix possible infinite loop
552         * src/plugins/pgpcore/sgpgme.c
553                 Remove useless check
554
555 2006-11-13 [colin]      2.6.0cvs43
556
557         * src/gtk/Makefile.am
558                 authors.h isn't generated
559
560 2006-11-13 [colin]      2.6.0cvs42
561
562         * src/plugins/pgpinline/pgpinline.c
563         * src/plugins/pgpmime/pgpmime.c
564                 Very probably fix bug 1061, 'crash on 
565                 opening signed email'. Another cast
566                 problem
567
568 2006-11-13 [colin]      2.6.0cvs41
569
570         * src/plugins/pgpcore/sgpgme.c
571                 Maybe fix bug 1061, 'crash on opening 
572                 signed email'
573
574 2006-11-13 [wwp]        2.6.0cvs40
575
576         * src/plugins/pgpinline/pgpinline.c
577                 fix candidate for bug #1057, thanks to Colin.
578
579 2006-11-13 [wwp]        2.6.0cvs39
580
581         * src/compose.c
582         * src/quote_fmt_parse.y
583                 fix bug 1052: current parser buffer was not always 
584                 allocated, ptr to this buffer could be returned as 
585                 NULL whereas no parser error has occurred. in 
586                 consequence, defining a template body as "%d" 
587                 (w/o the quotes) for the first time of the instance 
588                 of claws-mail, was reporting a parser error. make 
589                 sure that the buffer is always allocated, even to 
590                 an empty string.
591                 fix mis-unescaping in compose.:compose_quote_fmt(): 
592                 unescaping of the fmt string was always done 
593                 whereas it must be done *only* when receiving 
594                 quote format strings issued from the prefs 
595                 (compose new message, reply, forward, redirect 
596                 formats), *not* when applying templates.  in 
597                 consequences, applying templates w/ sequences 
598                 like \\|p{echo} were failing. make sure that 
599                 unescaping is done only when necessary.
600
601 2006-11-12 [colin]      2.6.0cvs38
602
603         * po/de.po
604                 Fix typo (s/KB/MB)
605
606 2006-11-12 [colin]      2.6.0cvs37
607
608         * src/plugins/pgpinline/pgpinline.c
609         * src/plugins/pgpmime/pgpmime.c
610                 Release GPG context at the latest 
611                 possible moment. Maybe fixes 
612                 bug 1057, 'crash on sending signed 
613                 message to a newsgroup'
614                 
615
616 2006-11-12 [colin]      2.6.0cvs36
617
618         * src/plugins/pgpcore/sgpgme.c
619                 Tell a bit more when gpg's status doesn't
620                 contain any signature
621
622 2006-11-12 [colin]      2.6.0cvs35
623
624         * src/compose.c
625                 Fix bug 1060, 'compilation error with 
626                 Irix's cc'
627
628 2006-11-12 [paul]       2.6.0cvs34
629
630         * doc/man/claws-mail.1
631         * src/prefs_gtk.c
632         * src/plugins/clamav/README
633         * src/plugins/spamassassin/README
634         * tools/README
635         * tools/freshmeat_search.pl
636         * tools/google_search.pl
637         * tools/multiwebsearch.pl
638                 more renaming
639         * src/plugins/trayicon/trayicon.c
640                 fix compiliation warning
641
642 2006-11-11 [colin]      2.6.0cvs33
643
644         * src/folderview.c
645                 Forbid drag and drop from/to different
646                 folders of type F_UNKNOWN
647
648 2006-11-11 [colin]      2.6.0cvs32
649
650         * src/plugins/pgpinline/pgpinline.c
651                 Fix typo in previous commit:
652                 - gpgme_new(&ctx);
653                 + if ((err = gpgme_new(&data->ctx)) ...)
654
655 2006-11-11 [colin]      2.6.0cvs31
656
657         * src/plugins/pgpinline/pgpinline.c
658         * src/plugins/pgpmime/pgpmime.c
659                 Check success after calling gpgme_new
660                 Maybe fixes bug 1057, 'crash on sending 
661                 signed message to a newsgroup'
662
663 2006-11-11 [colin]      2.6.0cvs30
664
665         * src/undo.c
666                 init undostruct to 0s (from
667                 valgrind log of bug 1057)
668
669 2006-11-10 [colin]      2.6.0cvs29
670
671         * src/mainwindow.c
672                 Set cursor to wait before filtering
673                 duplicates in all folders
674         * src/plugins/bogofilter/bogofilter.c
675         * src/plugins/bogofilter/bogofilter.h
676         * src/plugins/bogofilter/bogofilter_gtk.c
677                 Completely thread away the bogofilter
678                 filtering
679
680 2006-11-10 [mones]      2.6.0cvs28
681
682         * src/compose.c
683         * src/compose.h
684                 added COMPOSE_CHECK_BEFORE_SEND hook
685
686 2006-11-10 [paul]       2.6.0cvs27
687
688         * src/crash.c
689                 more renaming
690                 add libSM to get_compiled_in_features()
691         * src/main.c
692                 more renaming
693
694 2006-11-10 [colin]      2.6.0cvs26
695
696         * src/etpan/imap-thread.c
697                 Add a reference to libetpan's sasl engine
698                 so that sasl_done() doesn't get called by
699                 libetpan, and doesn't break openssl.
700                 Should fix bug 1053, 'SC fails to reestablish 
701                 a secure connection'
702                 Patch by Hoa
703
704 2006-11-10 [colin]      2.6.0cvs25
705
706         * manual/addrbook.xml
707         * manual/advanced.xml
708         * manual/faq.xml
709         * manual/intro.xml
710                 Some more renaming
711
712 2006-11-09 [colin]      2.6.0cvs24
713
714         * src/plugins/bogofilter/bogofilter_gtk.c
715                 Add comment about annoyance
716
717 2006-11-09 [colin]      2.6.0cvs23
718
719         * src/plugins/bogofilter/bogofilter.c
720         * src/plugins/bogofilter/bogofilter_gtk.c
721                 Prepare things needed to thread bogofilter
722                 filtering: separate bogo stuff and possible GUI
723                 stuff. 
724
725 2006-11-09 [colin]      2.6.0cvs22
726
727         * src/account.c
728         * src/compose.c
729                 Search for one of our accounts in Delivered-To
730                 (helps for auto-account selection when 
731                  replying/forwarding)
732         * src/folderview.c
733         * src/mainwindow.c
734         * src/mainwindow.h
735         * src/plugins/trayicon/trayicon.c
736                 Allow opening a new mail with any account from
737                 the contextual menu
738
739 2006-11-09 [wwp]        2.6.0cvs21
740
741         * src/compose.c
742         * src/prefs_common.c
743         * src/prefs_common.h
744         * src/prefs_compose_writing.c
745                 add a compose new message format (in prefs/compose/writing), it's a
746                 simple subject+body template to use when opening a new composition
747                 window. It's similar to the existent reply and forward formats.
748
749                 enhanced the template/format % symbols substitution mechanism to
750                 use current composition window information when % are used in
751                 the compose new message format or in templates applied to new
752                 messages (there were useless in that situations before). When
753                 applied to new messages, %d corresponds to the system time/date.
754
755 2006-11-09 [paul]       2.6.0cvs20
756
757         * src/gtk/authors.h
758                 fix last commit
759
760 2006-11-09 [paul]       2.6.0cvs19
761
762         * src/gtk/authors.h
763                 keep tje alphabetical order
764
765 2006-11-08 [colin]      2.6.0cvs18
766
767         * src/etpan/imap-thread.c
768                 Fix bug 1054, 'Slowness logging big 
769                 data chunks'
770
771 2006-11-08 [paul]       2.6.0cvs17
772
773         * tools/Makefile.am
774                 fix the renaming
775
776 2006-11-08 [paul]       2.6.0cvs16
777
778         * src/common/defs.h
779                 update BUGZILLA_URI
780
781 2006-11-08 [paul]       2.6.0cvs15
782
783         * tools/Makefile.am
784         * tools/OOo2claws-mail.pl
785         * tools/OOo2sylpheed.pl
786         * tools/README
787         * tools/acroread2claws-mail.pl
788         * tools/acroread2sylpheed.pl
789         * tools/kmail2claws-mail.pl
790         * tools/kmail2claws-mail_v2.pl
791         * tools/kmail2sylpheed.pl
792         * tools/kmail2sylpheed_v2.pl
793         * tools/maildir2claws-mail.pl
794         * tools/maildir2sylpheed.pl
795         * tools/nautilus2claws-mail.sh
796         * tools/nautilus2sylpheed.sh
797         * tools/outlook2claws-mail.pl
798         * tools/outlook2sylpheed.pl
799         * tools/tb2claws-mail
800         * tools/tb2sylpheed
801         * tools/tbird2claws.py
802         * tools/tbird2syl.py
803         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
804         * tools/kdeservicemenu/install.sh
805         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
806         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
807         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
808         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
809         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
810                 renamed (removed, added) tools files
811
812 2006-11-08 [paul]       2.6.0cvs14
813
814         * src/main.c
815         * src/common/defs.h
816                 Migrate sylpheedrc to clawsrc, and fix the standard
817                 plugins path in the process
818
819 2006-11-07 [colin]      2.6.0cvs13
820
821         * src/Makefile.am
822                 Symlink sylpheed-claws relative to 
823                 claws-mail
824
825 2006-11-07 [colin]      2.6.0cvs12
826
827         * src/compose.c
828                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
829
830 2006-11-07 [paul]       2.6.0cvs11
831
832         * src/gtk/about.c
833                 Fix a missed occurence of
834                 Sylpheed-Claws
835
836 2006-11-07 [paul]       2.6.0cvs10
837
838         * src/Makefile.am
839                 Fix symlink installation
840
841 2006-11-07 [paul]       2.6.0cvs9
842
843         * src/Makefile.am
844                 Symlink claws-mail to sylpheed-claws
845         * src/common/utils.c
846                 Fix migrating symlinks
847         * src/etpan/imap-thread.c
848                 check certificate only when there's
849                 no error
850
851 2006-11-07 [paul]       2.6.0cvs8
852
853         * Makefile.am
854                 Fix icon breakages with Gtk, which needs a 
855                 cache updated to see them.
856
857 2006-11-07 [paul]       2.6.0cvs7
858
859         * .cvsignore
860         * AUTHORS
861         * COPYING
862         * INSTALL
863         * Makefile.am
864         * NEWS
865         * README
866         * RELEASE_NOTES
867         * autogen.sh
868         * claws-mail-128x128.png
869         * claws-mail-64x64.png
870         * claws-mail.ico
871         * claws-mail.pc.in
872         * claws-mail.png
873         * configure.ac
874         * sylpheed-claws-128x128.png
875         * sylpheed-claws-64x64.png
876         * sylpheed-claws.desktop
877         * sylpheed-claws.ico
878         * sylpheed-claws.pc.in
879         * sylpheed-claws.png
880         * debian/README.Debian
881         * debian/changelog
882         * debian/claws-mail.desktop
883         * debian/claws-mail.menu
884         * debian/claws-mail.postinst.debhelper
885         * debian/claws-mail.postrm.debhelper
886         * debian/control
887         * debian/copyright
888         * debian/files
889         * debian/rules
890         * debian/sylpheed-claws.desktop
891         * debian/sylpheed-claws.menu
892         * debian/sylpheed-claws.postinst.debhelper
893         * debian/sylpheed-claws.postrm.debhelper
894         * doc/man/Makefile.am
895         * doc/man/claws-mail.1
896         * doc/man/sylpheed-claws.1
897         * doc/src/ChangeLog.claws-pre0.8.0
898         * manual/Makefile.am
899         * manual/account.xml
900         * manual/ack.xml
901         * manual/addrbook.xml
902         * manual/advanced.xml
903         * manual/claws-mail-manual.xml
904         * manual/faq.xml
905         * manual/glossary.xml
906         * manual/handling.xml
907         * manual/intro.xml
908         * manual/keyboard.xml
909         * manual/plugins.xml
910         * manual/starting.xml
911         * manual/sylpheed-claws-manual.xml
912         * manual/xml2pdf
913         * manual/dist/.cvsignore
914         * manual/dist/html/.cvsignore
915         * manual/dist/html/Makefile.am
916         * manual/dist/pdf/.cvsignore
917         * manual/dist/pdf/Makefile.am
918         * manual/dist/ps/.cvsignore
919         * manual/dist/ps/Makefile.am
920         * manual/dist/txt/.cvsignore
921         * manual/dist/txt/Makefile.am
922         * manual/es/Makefile.am
923         * manual/es/advanced.xml
924         * manual/es/claws-mail-manual.xml
925         * manual/es/faq.xml
926         * manual/es/glossary.xml
927         * manual/es/handling.xml
928         * manual/es/intro.xml
929         * manual/es/plugins.xml
930         * manual/es/sylpheed-claws-manual.xml
931         * manual/es/dist/.cvsignore
932         * manual/es/dist/html/.cvsignore
933         * manual/es/dist/html/Makefile.am
934         * manual/es/dist/pdf/.cvsignore
935         * manual/es/dist/pdf/Makefile.am
936         * manual/es/dist/ps/.cvsignore
937         * manual/es/dist/ps/Makefile.am
938         * manual/es/dist/txt/.cvsignore
939         * manual/es/dist/txt/Makefile.am
940         * manual/fr/Makefile.am
941         * manual/fr/account.xml
942         * manual/fr/ack.xml
943         * manual/fr/addrbook.xml
944         * manual/fr/advanced.xml
945         * manual/fr/claws-mail-manual.xml
946         * manual/fr/faq.xml
947         * manual/fr/glossary.xml
948         * manual/fr/handling.xml
949         * manual/fr/intro.xml
950         * manual/fr/keyboard.xml
951         * manual/fr/plugins.xml
952         * manual/fr/starting.xml
953         * manual/fr/sylpheed-claws-manual.xml
954         * manual/fr/dist/.cvsignore
955         * manual/fr/dist/html/.cvsignore
956         * manual/fr/dist/html/Makefile.am
957         * manual/fr/dist/pdf/.cvsignore
958         * manual/fr/dist/pdf/Makefile.am
959         * manual/fr/dist/ps/.cvsignore
960         * manual/fr/dist/ps/Makefile.am
961         * manual/fr/dist/txt/.cvsignore
962         * manual/fr/dist/txt/Makefile.am
963         * manual/pl/Makefile.am
964         * manual/pl/account.xml
965         * manual/pl/ack.xml
966         * manual/pl/addrbook.xml
967         * manual/pl/advanced.xml
968         * manual/pl/claws-mail-manual.xml
969         * manual/pl/faq.xml
970         * manual/pl/glossary.xml
971         * manual/pl/handling.xml
972         * manual/pl/intro.xml
973         * manual/pl/keyboard.xml
974         * manual/pl/plugins.xml
975         * manual/pl/starting.xml
976         * manual/pl/sylpheed-claws-manual.xml
977         * manual/pl/dist/.cvsignore
978         * manual/pl/dist/html/.cvsignore
979         * manual/pl/dist/html/Makefile.am
980         * manual/pl/dist/pdf/.cvsignore
981         * manual/pl/dist/pdf/Makefile.am
982         * manual/pl/dist/ps/.cvsignore
983         * manual/pl/dist/ps/Makefile.am
984         * manual/pl/dist/txt/.cvsignore
985         * manual/pl/dist/txt/Makefile.am
986         * po/.cvsignore
987         * po/Makevars
988         * src/.cvsignore
989         * src/Makefile.am
990         * src/account.c
991         * src/account.h
992         * src/action.c
993         * src/action.h
994         * src/adbookbase.h
995         * src/addr_compl.c
996         * src/addr_compl.h
997         * src/addrbook.c
998         * src/addrcache.c
999         * src/addrcache.h
1000         * src/addrcindex.c
1001         * src/addrcindex.h
1002         * src/addrclip.c
1003         * src/addrclip.h
1004         * src/addrdefs.h
1005         * src/addressadd.c
1006         * src/addressadd.h
1007         * src/addressbook.c
1008         * src/addressbook.h
1009         * src/addressbook_foldersel.c
1010         * src/addressbook_foldersel.h
1011         * src/addrgather.c
1012         * src/addrgather.h
1013         * src/addrharvest.c
1014         * src/addrharvest.h
1015         * src/addrindex.c
1016         * src/addrindex.h
1017         * src/addritem.c
1018         * src/addritem.h
1019         * src/addrquery.c
1020         * src/addrquery.h
1021         * src/addrselect.c
1022         * src/addrselect.h
1023         * src/alertpanel.c
1024         * src/alertpanel.h
1025         * src/browseldap.c
1026         * src/browseldap.h
1027         * src/codeconv.c
1028         * src/codeconv.h
1029         * src/compose.c
1030         * src/crash.c
1031         * src/crash.h
1032         * src/customheader.c
1033         * src/customheader.h
1034         * src/displayheader.c
1035         * src/displayheader.h
1036         * src/editaddress.c
1037         * src/editaddress.h
1038         * src/editbook.c
1039         * src/editbook.h
1040         * src/editgroup.c
1041         * src/editgroup.h
1042         * src/editjpilot.c
1043         * src/editjpilot.h
1044         * src/editldap.c
1045         * src/editldap.h
1046         * src/editldap_basedn.c
1047         * src/editldap_basedn.h
1048         * src/editvcard.c
1049         * src/editvcard.h
1050         * src/exphtmldlg.c
1051         * src/exphtmldlg.h
1052         * src/expldifdlg.c
1053         * src/expldifdlg.h
1054         * src/export.c
1055         * src/exporthtml.c
1056         * src/exporthtml.h
1057         * src/exportldif.c
1058         * src/exportldif.h
1059         * src/filtering.c
1060         * src/filtering.h
1061         * src/folder.c
1062         * src/folder.h
1063         * src/folder_item_prefs.c
1064         * src/folder_item_prefs.h
1065         * src/foldersel.c
1066         * src/foldersel.h
1067         * src/folderutils.c
1068         * src/folderutils.h
1069         * src/folderview.c
1070         * src/folderview.h
1071         * src/grouplistdialog.c
1072         * src/grouplistdialog.h
1073         * src/html.c
1074         * src/html.h
1075         * src/image_viewer.c
1076         * src/image_viewer.h
1077         * src/imap.c
1078         * src/imap.h
1079         * src/imap_gtk.c
1080         * src/imap_gtk.h
1081         * src/import.c
1082         * src/import.h
1083         * src/importldif.c
1084         * src/importldif.h
1085         * src/importmutt.c
1086         * src/importmutt.h
1087         * src/importpine.c
1088         * src/importpine.h
1089         * src/inc.c
1090         * src/inc.h
1091         * src/jpilot.c
1092         * src/jpilot.h
1093         * src/ldapctrl.c
1094         * src/ldapctrl.h
1095         * src/ldaplocate.c
1096         * src/ldaplocate.h
1097         * src/ldapquery.c
1098         * src/ldapquery.h
1099         * src/ldapserver.c
1100         * src/ldapserver.h
1101         * src/ldaputil.c
1102         * src/ldaputil.h
1103         * src/ldif.c
1104         * src/ldif.h
1105         * src/localfolder.c
1106         * src/localfolder.h
1107         * src/main.c
1108         * src/main.h
1109         * src/mainwindow.c
1110         * src/mainwindow.h
1111         * src/manual.c
1112         * src/manual.h
1113         * src/matcher.c
1114         * src/matcher.h
1115         * src/matcher_parser.h
1116         * src/matcher_parser_lex.l
1117         * src/matcher_parser_parse.y
1118         * src/mbox.c
1119         * src/mbox.h
1120         * src/message_search.c
1121         * src/message_search.h
1122         * src/messageview.c
1123         * src/messageview.h
1124         * src/mh.c
1125         * src/mh.h
1126         * src/mh_gtk.c
1127         * src/mh_gtk.h
1128         * src/mimeview.c
1129         * src/mimeview.h
1130         * src/msgcache.c
1131         * src/msgcache.h
1132         * src/mutt.c
1133         * src/mutt.h
1134         * src/news.c
1135         * src/news.h
1136         * src/news_gtk.c
1137         * src/news_gtk.h
1138         * src/noticeview.c
1139         * src/noticeview.h
1140         * src/partial_download.c
1141         * src/partial_download.h
1142         * src/pine.c
1143         * src/pine.h
1144         * src/pop.c
1145         * src/pop.h
1146         * src/prefs_account.c
1147         * src/prefs_account.h
1148         * src/prefs_actions.c
1149         * src/prefs_actions.h
1150         * src/prefs_common.c
1151         * src/prefs_common.h
1152         * src/prefs_compose_writing.c
1153         * src/prefs_compose_writing.h
1154         * src/prefs_customheader.c
1155         * src/prefs_customheader.h
1156         * src/prefs_display_header.c
1157         * src/prefs_display_header.h
1158         * src/prefs_ext_prog.c
1159         * src/prefs_ext_prog.h
1160         * src/prefs_filtering.c
1161         * src/prefs_folder_column.c
1162         * src/prefs_folder_column.h
1163         * src/prefs_folder_item.c
1164         * src/prefs_folder_item.h
1165         * src/prefs_fonts.c
1166         * src/prefs_fonts.h
1167         * src/prefs_gtk.c
1168         * src/prefs_gtk.h
1169         * src/prefs_image_viewer.c
1170         * src/prefs_image_viewer.h
1171         * src/prefs_matcher.c
1172         * src/prefs_matcher.h
1173         * src/prefs_message.c
1174         * src/prefs_message.h
1175         * src/prefs_msg_colors.c
1176         * src/prefs_msg_colors.h
1177         * src/prefs_other.c
1178         * src/prefs_other.h
1179         * src/prefs_quote.c
1180         * src/prefs_quote.h
1181         * src/prefs_receive.c
1182         * src/prefs_receive.h
1183         * src/prefs_send.c
1184         * src/prefs_send.h
1185         * src/prefs_spelling.c
1186         * src/prefs_spelling.h
1187         * src/prefs_summaries.c
1188         * src/prefs_summaries.h
1189         * src/prefs_summary_column.c
1190         * src/prefs_summary_column.h
1191         * src/prefs_template.c
1192         * src/prefs_template.h
1193         * src/prefs_themes.c
1194         * src/prefs_themes.h
1195         * src/prefs_toolbar.c
1196         * src/prefs_toolbar.h
1197         * src/prefs_wrapping.c
1198         * src/prefs_wrapping.h
1199         * src/privacy.c
1200         * src/privacy.h
1201         * src/procheader.c
1202         * src/procheader.h
1203         * src/procmime.c
1204         * src/procmime.h
1205         * src/procmsg.c
1206         * src/procmsg.h
1207         * src/quote_fmt.c
1208         * src/quote_fmt_parse.y
1209         * src/recv.c
1210         * src/recv.h
1211         * src/remotefolder.c
1212         * src/remotefolder.h
1213         * src/send_message.c
1214         * src/send_message.h
1215         * src/setup.c
1216         * src/setup.h
1217         * src/sourcewindow.c
1218         * src/sourcewindow.h
1219         * src/ssl_manager.c
1220         * src/ssl_manager.h
1221         * src/statusbar.c
1222         * src/statusbar.h
1223         * src/stock_pixmap.c
1224         * src/stock_pixmap.h
1225         * src/summary_search.c
1226         * src/summary_search.h
1227         * src/summaryview.c
1228         * src/summaryview.h
1229         * src/syldap.c
1230         * src/syldap.h
1231         * src/textview.c
1232         * src/textview.h
1233         * src/toolbar.c
1234         * src/toolbar.h
1235         * src/undo.c
1236         * src/undo.h
1237         * src/unmime.c
1238         * src/unmime.h
1239         * src/vcard.c
1240         * src/vcard.h
1241         * src/wizard.c
1242         * src/wizard.h
1243         * src/common/base64.c
1244         * src/common/base64.h
1245         * src/common/defs.h
1246         * src/common/hooks.c
1247         * src/common/hooks.h
1248         * src/common/log.c
1249         * src/common/log.h
1250         * src/common/mgutils.c
1251         * src/common/mgutils.h
1252         * src/common/nntp.c
1253         * src/common/nntp.h
1254         * src/common/passcrypt.c
1255         * src/common/passcrypt.h.in
1256         * src/common/plugin.c
1257         * src/common/plugin.h
1258         * src/common/prefs.c
1259         * src/common/prefs.h
1260         * src/common/progressindicator.c
1261         * src/common/progressindicator.h
1262         * src/common/quoted-printable.c
1263         * src/common/quoted-printable.h
1264         * src/common/session.c
1265         * src/common/session.h
1266         * src/common/smtp.c
1267         * src/common/smtp.h
1268         * src/common/socket.c
1269         * src/common/socket.h
1270         * src/common/ssl.c
1271         * src/common/ssl.h
1272         * src/common/stringtable.c
1273         * src/common/stringtable.h
1274         * src/common/sylpheed.c
1275         * src/common/sylpheed.h
1276         * src/common/template.c
1277         * src/common/template.h
1278         * src/common/timing.h
1279         * src/common/utils.c
1280         * src/common/utils.h
1281         * src/common/version.h.in
1282         * src/common/xml.c
1283         * src/common/xml.h
1284         * src/common/xmlprops.c
1285         * src/common/xmlprops.h
1286         * src/gtk/about.c
1287         * src/gtk/colorlabel.c
1288         * src/gtk/colorlabel.h
1289         * src/gtk/colorsel.c
1290         * src/gtk/colorsel.h
1291         * src/gtk/combobox.c
1292         * src/gtk/combobox.h
1293         * src/gtk/description_window.c
1294         * src/gtk/description_window.h
1295         * src/gtk/filesel.c
1296         * src/gtk/filesel.h
1297         * src/gtk/foldersort.c
1298         * src/gtk/foldersort.h
1299         * src/gtk/gtkaspell.c
1300         * src/gtk/gtkaspell.h
1301         * src/gtk/gtksctree.c
1302         * src/gtk/gtkshruler.c
1303         * src/gtk/gtkshruler.h
1304         * src/gtk/gtkutils.c
1305         * src/gtk/gtkutils.h
1306         * src/gtk/icon_legend.c
1307         * src/gtk/icon_legend.h
1308         * src/gtk/logwindow.c
1309         * src/gtk/logwindow.h
1310         * src/gtk/manage_window.c
1311         * src/gtk/manage_window.h
1312         * src/gtk/pluginwindow.c
1313         * src/gtk/pluginwindow.h
1314         * src/gtk/prefswindow.c
1315         * src/gtk/prefswindow.h
1316         * src/gtk/quicksearch.c
1317         * src/gtk/quicksearch.h
1318         * src/pixmaps/claws-mail.xpm
1319         * src/pixmaps/claws-mail_icon.xpm
1320         * src/pixmaps/claws-mail_logo.xpm
1321         * src/pixmaps/sylpheed-claws.xpm
1322         * src/pixmaps/sylpheed-claws_icon.xpm
1323         * src/pixmaps/sylpheed-claws_logo.xpm
1324         * src/plugins/bogofilter/Makefile.am
1325         * src/plugins/bogofilter/bogofilter.c
1326         * src/plugins/bogofilter/bogofilter.h
1327         * src/plugins/bogofilter/bogofilter_gtk.c
1328         * src/plugins/clamav/Makefile.am
1329         * src/plugins/clamav/clamav_plugin.c
1330         * src/plugins/clamav/clamav_plugin.h
1331         * src/plugins/clamav/clamav_plugin_gtk.c
1332         * src/plugins/demo/Makefile.am
1333         * src/plugins/demo/demo.c
1334         * src/plugins/dillo_viewer/Makefile.am
1335         * src/plugins/dillo_viewer/README
1336         * src/plugins/dillo_viewer/dillo_prefs.c
1337         * src/plugins/dillo_viewer/dillo_prefs.h
1338         * src/plugins/dillo_viewer/dillo_viewer.c
1339         * src/plugins/pgpcore/Makefile.am
1340         * src/plugins/pgpcore/passphrase.c
1341         * src/plugins/pgpcore/passphrase.h
1342         * src/plugins/pgpcore/pgp_viewer.c
1343         * src/plugins/pgpcore/pgp_viewer.h
1344         * src/plugins/pgpcore/plugin.c
1345         * src/plugins/pgpcore/prefs_gpg.c
1346         * src/plugins/pgpcore/prefs_gpg.h
1347         * src/plugins/pgpcore/select-keys.c
1348         * src/plugins/pgpcore/select-keys.h
1349         * src/plugins/pgpcore/sgpgme.c
1350         * src/plugins/pgpcore/sgpgme.h
1351         * src/plugins/pgpcore/sylpheed.def
1352         * src/plugins/pgpcore/version.rc
1353         * src/plugins/pgpinline/Makefile.am
1354         * src/plugins/pgpinline/pgpinline.c
1355         * src/plugins/pgpinline/pgpinline.h
1356         * src/plugins/pgpinline/plugin.c
1357         * src/plugins/pgpinline/sylpheed.def
1358         * src/plugins/pgpinline/version.rc
1359         * src/plugins/pgpmime/Makefile.am
1360         * src/plugins/pgpmime/pgpmime.c
1361         * src/plugins/pgpmime/pgpmime.h
1362         * src/plugins/pgpmime/plugin.c
1363         * src/plugins/pgpmime/sylpheed.def
1364         * src/plugins/pgpmime/version.rc
1365         * src/plugins/spamassassin/Makefile.am
1366         * src/plugins/spamassassin/README
1367         * src/plugins/spamassassin/spamassassin.c
1368         * src/plugins/spamassassin/spamassassin.h
1369         * src/plugins/spamassassin/spamassassin_gtk.c
1370         * src/plugins/trayicon/Makefile.am
1371         * src/plugins/trayicon/trayicon.c
1372         * tools/OOo2sylpheed.pl
1373         * tools/README
1374         * tools/README.sylprint
1375         * tools/acroread2sylpheed.pl
1376         * tools/claws.i18n.status.pl
1377         * tools/filter_conv.pl
1378         * tools/filter_conv_new.pl
1379         * tools/freshmeat_search.pl
1380         * tools/google_search.pl
1381         * tools/kmail2sylpheed.pl
1382         * tools/kmail2sylpheed_v2.pl
1383         * tools/make.themes.project
1384         * tools/multiwebsearch.pl
1385         * tools/nautilus2sylpheed.sh
1386         * tools/outlook2sylpheed.pl
1387         * tools/sylprint.pl
1388         * tools/sylprint.rc
1389         * tools/tb2sylpheed
1390         * tools/textviewer.sh
1391         * tools/vcard2xml.py
1392         * tools/kdeservicemenu/README
1393         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1394         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1395         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1396                 Change name to Claws Mail. Announce to follow...
1397
1398 2006-11-06 [wwp]        2.6.0cvs6
1399
1400         * src/prefs_template.c
1401                 unify messages related to quote format/template errors (fix
1402                 capitalization), again.
1403
1404 2006-11-06 [wwp]        2.6.0cvs5
1405
1406         * src/prefs_quote.c
1407                 unify messages related to quote format/template errors.
1408
1409 2006-11-06 [wwp]        2.6.0cvs4
1410
1411         * src/prefs_msg_colors.c
1412                 more uses of Q_ macro for contextual translations, thanks
1413                 to Fabien (fzzzzz).
1414
1415 2006-11-06 [wwp]        2.6.0cvs3
1416
1417         * src/compose.c
1418         * src/common/utils.c
1419         * src/common/utils.h
1420                 show an alertpanel to make sure users are aware that sensitive
1421                 files are attached (it's file blacklist-based). This will fix
1422                 interaction w/ GoogleEarth for instance, thanks to Colin.
1423
1424 2006-11-06 [wwp]        2.6.0cvs2
1425
1426         * src/prefs_quote.c
1427         * src/prefs_template.c
1428         * src/prefs_template.h
1429                 check quote format when applying/closing prefs. For now this only
1430                 shows up an error dialog box, not preventing the user from using
1431                 a broken quote (reply, forwards) format.
1432
1433 2006-11-06 [wwp]        2.6.0cvs1
1434
1435         * src/prefs_template.c
1436                 fix missing checks of some template fields.
1437
1438 2006-11-06 [paul]       2.6.0
1439
1440         * NEWS
1441         * README
1442         * RELEASE_NOTES
1443                 2.6.0 released
1444
1445 2006-11-06 [paul]       2.5.6cvs22
1446
1447         * manual/advanced.xml
1448         * manual/es/advanced.xml
1449                 put 'respect_flowed_format' info in the correct
1450                 place
1451
1452 2006-11-06 [mones]      2.5.6cvs21
1453
1454         * po/es.po
1455                 Minor fixes for release
1456
1457 2006-11-06 [paul]       2.5.6cvs20
1458
1459         * po/cs.po
1460         * po/de.po
1461         * po/fr.po
1462         * po/it.po
1463         * po/nl.po
1464         * po/pt_BR.po
1465         * po/sk.po
1466         * po/sv.po
1467         * po/zh_CN.po
1468                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
1469                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
1470                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
1471                 Young
1472
1473 2006-11-02 [colin]      2.5.6cvs19
1474
1475         * src/imap.c
1476         * src/imap.h
1477         * src/prefs_account.c
1478         * src/etpan/imap-thread.c
1479                 Add GSSAPI support - fixes Debian bug #383274
1480
1481 2006-11-01 [colin]      2.5.6cvs18
1482
1483         * src/jpilot.c
1484                 Handle libpisock12 support. Probably
1485                 fixes bug 1046, 'jpilot AddressDB.pdb 
1486                 import fail'
1487
1488 2006-11-01 [colin]      2.5.6cvs17
1489
1490         * src/folderutils.c
1491                 debug_print() folderutils_mark_all_read()
1492
1493 2006-11-01 [colin]      2.5.6cvs16
1494
1495         * COPYING
1496                 Add missed files to the Apache exception
1497
1498 2006-10-31 [colin]      2.5.6cvs15
1499
1500         * src/folder.c
1501         * src/folder.h
1502                 Add a copy_private_data() func to FolderClasses
1503                 Doesn't break the feature freeze, because we 
1504                 won't use it (right now) in the core.
1505
1506 2006-10-31 [colin]      2.5.6cvs14
1507
1508         * COPYING
1509                 Allow linking with the Apache licensed files in
1510                 src/plugins/spamassassin. Hopefully fixes 
1511                 bug 1048, 'Spamassassin plugin license problem'
1512
1513 2006-10-31 [wwp]        2.5.6cvs13
1514
1515         * src/compose.c
1516                 fix and optimize trimming of leading linefeeds in body loop.
1517
1518 2006-10-31 [colin]      2.5.6cvs12
1519
1520         * src/etpan/imap-thread.c
1521         * src/imap.c
1522                 Make really sure to have NULL sets in case
1523                 of error
1524
1525 2006-10-30 [wwp]        2.5.6cvs11
1526
1527         * src/prefs_common.c
1528         * src/prefs_common.h
1529         * src/compose.c
1530                 fix broken storage of quote format template when it contains \-escape
1531                 sequences. The application of such sequences is also fixed now (\t
1532                 in quote format will be a real tab instead of a 't', for instance).
1533
1534 2006-10-27 [colin]      2.5.6cvs10
1535
1536         * src/compose.c
1537                 Probably fix bug 1045, 'sylpheed-claws 
1538                 doesn't remove the mail from the IMAP 
1539                 Queue folder after sending'. From
1540                 2.5.6cvs3-stable
1541
1542 2006-10-27 [colin]      2.5.6cvs9
1543
1544         * configure.ac
1545                 Require libetpan-0.48. I'm so annoying,
1546                 I know ;-)
1547
1548 2006-10-27 [colin]      2.5.6cvs8
1549
1550         * src/folder.c
1551         * src/imap.c
1552                 Probably fix bug 1044, 'sylpheed-claws 
1553                 segfaults while moving mails' - Fix relation
1554                 usage when moving to an IMAP mailbox from another
1555                 mailbox
1556
1557 2006-10-26 [paul]       2.5.6cvs7
1558
1559         * src/gtk/about.c
1560                 add libSM to compiled-in features
1561                 list
1562
1563 2006-10-24 [colin]      2.5.6cvs6
1564
1565         * src/textview.c
1566         * src/gtk/gtkutils.c
1567                 Fix crash when printing emails with an
1568                 xface
1569
1570 2006-10-24 [mones]      2.5.6cvs5
1571
1572         * manual/es/advanced.xml
1573                 Synchronize hidden option respect_flowed_format
1574         * po/es.po
1575                 Updated translation
1576
1577 2006-10-21 [paul]       2.5.6cvs4
1578
1579         * src/gtk/authors.h
1580         * src/plugins/pgpcore/pgp_viewer.c
1581         * src/plugins/pgpcore/sgpgme.c
1582                 fix building on BSDs
1583                 Thanks to Michael Hughes
1584                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1585
1586 2006-10-20 [colin]      2.5.6cvs3
1587
1588         * configure.ac
1589                 Bump up libetpan requirement
1590                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
1591         * src/common/utils.c
1592         * src/common/utils.h
1593                 Add convenience get_file_mtime()
1594         * src/imap.c
1595         * src/etpan/imap-thread.c
1596         * src/etpan/imap-thread.h
1597                 Implement UIDPLUS support if the server
1598                 supports it - faster sending in this case
1599
1600 2006-10-19 [colin]      2.5.6cvs2
1601
1602         * src/gtk/quicksearch.c
1603                 Fix emptying in type-ahead+extended mode
1604         * src/mainwindow.c
1605         * src/mainwindow.h
1606                 Add a hook for offline state change
1607         * src/plugins/trayicon/trayicon.c
1608                 Use it to display offline icons
1609         * src/plugins/trayicon/Makefile.am
1610         * src/plugins/trayicon/newmail.offline.xpm
1611         * src/plugins/trayicon/newmarkedmail.offline.xpm
1612         * src/plugins/trayicon/nomail.offline.xpm
1613         * src/plugins/trayicon/unreadmail.offline.xpm
1614         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
1615                 Add the icons
1616
1617 2006-10-12 [paul]       2.5.6cvs1
1618
1619         * NEWS
1620         * README
1621         * configure.ac
1622                 Update version number following
1623                 stable release
1624
1625 2006-10-19 [colin]      2.5.5cvs18
1626
1627         * manual/handling.xml
1628                 Add type-ahead search
1629
1630 2006-10-18 [colin]      2.5.5cvs17
1631
1632         * src/gtk/quicksearch.c
1633                 Remove "save to history only if there's
1634                 no syntax error", it breaks for some 
1635                 reason which I'll investigate later.
1636
1637 2006-10-18 [colin]      2.5.5cvs16
1638
1639         * src/prefs_common.c
1640         * src/prefs_common.h
1641         * src/summaryview.c
1642         * src/gtk/quicksearch.c
1643         * src/gtk/quicksearch.h
1644                 Add a type-ahead option for fast searches
1645                 Patch by Fabien Vantard
1646
1647 2006-10-18 [colin]      2.5.5cvs15
1648
1649         * src/compose.c
1650         * src/compose.h
1651                 Add Options/Reply mode/ menu to be able to
1652                 change the recipients of a reply on the fly
1653
1654 2006-10-18 [colin]      2.5.5cvs14
1655
1656         * src/compose.c
1657                 Fix redirecting of our own sent mails
1658
1659 2006-10-17 [wwp]        2.5.5cvs13
1660
1661         * src/send_message.c
1662                 Fix duplicate error messages when sending, and missing
1663                 newline in such error messages.
1664
1665 2006-10-17 [colin]      2.5.5cvs12
1666
1667         * src/compose.c
1668                 Compare addresses case-insensitive
1669
1670 2006-10-17 [colin]      2.5.5cvs11
1671
1672         * src/plugins/pgpcore/sgpgme.c
1673                 Fix return status
1674
1675 2006-10-17 [colin]      2.5.5cvs10
1676
1677         * src/plugins/pgpcore/pgp_viewer.c
1678                 Fix return status
1679
1680 2006-10-17 [colin]      2.5.5cvs9
1681
1682         * src/quote_fmt.c
1683                 Fix a typo (thanks to Fabien)
1684
1685 2006-10-16 [colin]      2.5.5cvs8
1686
1687         * src/textview.c
1688                 Fix problem with quote-folding when emails
1689                 don't convert cleanly to UTF-8
1690
1691 2006-10-14 [colin]      2.5.5cvs7
1692
1693         * src/prefs_template.c
1694                 Reset fields when reopening
1695                 the window
1696
1697 2006-10-13 [paul]       2.5.5cvs6
1698
1699         * manual/advanced.xml
1700         * src/prefs_message.c
1701                 make 'respect_flowed_format' a hidden
1702                 option, and add a manual entry for it
1703                 Thanks to Colin
1704
1705 2006-10-12 [colin]      2.5.5cvs5
1706
1707         * src/codeconv.c
1708                 Revert part of 2.5.2cvs21:
1709                 Don't optimise by reusing the 
1710                 last iconv converter if possible:
1711                 it seems slightly broken in a 
1712                 very hard way to reproduce
1713
1714 2006-10-12 [colin]      2.5.5cvs4
1715
1716         * src/prefs_common.c
1717         * src/prefs_common.h
1718         * src/prefs_message.c
1719         * src/procmime.c
1720                 Fix bug 1035, 'Incorrect handling 
1721                 of flowed lines'. We now optionnaly
1722                 handle this format (preference is in
1723                 Message View/Text options section)
1724
1725 2006-10-12 [colin]      2.5.5cvs3
1726
1727         * po/POTFILES.in
1728                 Add new file
1729         * src/plugins/pgpcore/pgp_viewer.c
1730         * src/plugins/pgpcore/sgpgme.c
1731                 Don't try to import without asking
1732
1733 2006-10-12 [colin]      2.5.5cvs2
1734
1735         * src/compose.c
1736                 Fix bug 1036, 'Forwarding a mutlipart
1737                 mail with a "text/html" block to ms
1738                 outlook users leeds to freeze of
1739                 outlook'. Poor outlook users...
1740
1741 2006-10-12 [paul]       2.5.5cvs1
1742
1743         * NEWS
1744         * README
1745         * configure.ac
1746                 Update version number following
1747                 stable release
1748
1749 2006-10-11 [paul]       2.5.4cvs1
1750
1751         * NEWS
1752         * README
1753         * configure.ac
1754                 Update version number following
1755                 stable release
1756
1757 2006-10-11 [paul]       2.5.3cvs32
1758
1759         * src/textview.c
1760                 fix bug 1032, 'Segmentation fault when showing
1761                 message' (bug in quote folding)
1762                 Thanks to Colin
1763
1764 2006-10-10 [colin]      2.5.3cvs31
1765
1766         * src/quote_fmt.c
1767                 Rephrase english a bit
1768
1769 2006-10-10 [colin]      2.5.3cvs30
1770
1771         * src/prefs_compose_writing.c
1772                 Stop making the page larger than the window
1773
1774 2006-10-10 [wwp]        2.5.3cvs29
1775
1776         * src/compose.c
1777         * src/prefs_template.c
1778         * src/quote_fmt.c
1779         * src/quote_fmt.h
1780         * src/quote_fmt_lex.l
1781         * src/quote_fmt_parse.y
1782                 Extend the quote parser a bit: allow to get access to
1783                 basic (composing) account info.
1784
1785 2006-10-10 [colin]      2.5.3cvs28
1786
1787         * src/procheader.c
1788                 Fix this \t problem in subject
1789
1790 2006-10-09 [colin]      2.5.3cvs27
1791
1792         * src/main.c
1793         * src/prefs_gtk.c
1794                 Prepare cache a bit later
1795                 If section already exists, skip the new one 
1796                 (as previously); avoid writing the same block
1797                 twice - if we find a second block with the 
1798                 same id, skip it.
1799         * src/plugins/pgpcore/pgp_viewer.c
1800                 Set cursor to busy when retrieving a key
1801         * src/plugins/pgpcore/sgpgme.c
1802                 allow 5 seconds for gpg to export the key
1803                 
1804
1805 2006-10-09 [colin]      2.5.3cvs26
1806
1807         * configure.ac
1808         * src/msgcache.c
1809         * src/prefs_gtk.c
1810                 Check for existence of fgets_unlocked
1811                 and fwrite_unlocked
1812
1813 2006-10-09 [paul]       2.5.3cvs25
1814
1815         * src/prefs_summaries.c
1816                 replace strftime() with fast_strftime() and in
1817                 the consequence fix the bug in the display of
1818                 AM/PM in the 'Example' string
1819
1820 2006-10-09 [ticho]      2.5.3cvs24
1821
1822         * po/sk.po
1823                 Updated (and fixed up somewhat) Slovak translation.
1824
1825 2006-10-08 [colin]      2.5.3cvs23
1826
1827         * src/prefs_folder_item.c
1828                 Explain why prefs in the top-level folder
1829                 aren't retained, but are still useful
1830
1831 2006-10-08 [colin]      2.5.3cvs22
1832
1833         * src/prefs_gtk.c
1834                 Don't cache anything if caching fails
1835
1836 2006-10-08 [colin]      2.5.3cvs21
1837
1838         * src/common/utils.c
1839                 always include gi18n.h
1840
1841 2006-10-07 [colin]      2.5.3cvs20
1842
1843         * src/plugins/pgpcore/pgp_viewer.c
1844                 Kill gpg after 5 seconds wait
1845
1846 2006-10-07 [colin]      2.5.3cvs19
1847
1848         * src/plugins/pgpcore/pgp_viewer.c
1849         * src/plugins/pgpcore/pgp_viewer.h
1850                 Fix copyright
1851
1852 2006-10-07 [colin]      2.5.3cvs18
1853
1854         * src/plugins/pgpcore/pgp_viewer.c
1855         * src/plugins/pgpcore/pgp_viewer.h
1856                 Actually add the files to CVS
1857
1858 2006-10-07 [colin]      2.5.3cvs17
1859
1860         * src/plugins/pgpcore/sgpgme.c
1861                 Be sure not to crash on 'application/pgp-signature' that
1862                 are not application/pgp-signatures
1863
1864 2006-10-07 [colin]      2.5.3cvs16
1865
1866         * src/textview.c
1867         * src/textview.h
1868                 Make a bit more of the API available
1869         * src/plugins/pgpcore/Makefile.am
1870         * src/plugins/pgpcore/plugin.c
1871         * src/plugins/pgpcore/sgpgme.c
1872                 Add basic key import/export
1873
1874 2006-10-07 [colin]      2.5.3cvs15
1875
1876         * src/folderview.c
1877         * src/imap.c
1878         * src/prefs_account.c
1879         * src/wizard.c
1880                 Warn users *everywhere* if libetpan's not
1881                 linked in
1882
1883 2006-10-06 [mones]      2.5.3cvs14
1884
1885         * po/de.po
1886         * po/es.po
1887                 updated by Stephan Sachse and me
1888
1889 2006-10-06 [colin]      2.5.3cvs13
1890
1891         * src/main.c
1892         * src/common/sylpheed.c
1893                 Don't load common plugins if --exit is passed
1894         * src/prefs_gtk.c
1895         * src/prefs_gtk.h
1896                 Implement a cache to avoid reading the same
1897                 files over and over again at startup
1898
1899 2006-10-06 [colin]      2.5.3cvs12
1900
1901         * src/summaryview.c
1902         * src/gtk/quicksearch.c
1903                 Update display every 5k mails on fast searches
1904
1905 2006-10-06 [colin]      2.5.3cvs11
1906
1907         * src/textview.c
1908                 Don't do quote folding on HTML or ERTF.
1909                 May fix the Cygwin issues if they were
1910                 happening with HTML mails?
1911
1912 2006-10-05 [colin]      2.5.3cvs10
1913
1914         * src/prefs_gtk.c
1915                 Oops, forgot one
1916
1917 2006-10-05 [colin]      2.5.3cvs9
1918
1919         * src/prefs_gtk.c
1920                 Use unlocked_stdio here too
1921
1922 2006-10-05 [colin]      2.5.3cvs8
1923
1924         * src/folderview.c
1925                 Fix go to next * after preferences apply
1926         * src/msgcache.c
1927                 Do the fd lock/unlock ourselves instead of
1928                 letting the libc do it at each write 
1929
1930 2006-10-05 [colin]      2.5.3cvs7
1931
1932         * src/common/utils.c
1933                 Faster division, thanks to Jean Diraison
1934
1935 2006-10-05 [paul]       2.5.3cvs6
1936
1937         * src/common/utils.c
1938                 fix building with --disable-nls
1939
1940 2006-10-04 [colin]      2.5.3cvs5
1941
1942         * src/folder.c
1943                 Maybe fix a segfault
1944
1945 2006-10-04 [wwp]        2.5.3cvs4
1946
1947         * src/prefs_folder_item.c
1948                 Fine-tune layouts in folder item prefs. Suggested by
1949                 Fabien Vantard <fzzzzz@gmail.com>.
1950
1951 2006-10-04 [wwp]        2.5.3cvs3
1952
1953         * src/prefs_folder_item.c
1954                 Kill the clandestine passengers. You didn't see anything.
1955
1956 2006-10-04 [wwp]        2.5.3cvs2
1957
1958         * src/prefs_folder_item.c
1959                 Add a way to test the subject simplify regexp in
1960                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
1961                 w/ few layout changes.
1962
1963 2006-20-04 [paul]       2.5.3cvs1
1964
1965         * NEWS
1966         * README
1967         * configure.ac
1968                 Update version number following
1969                 stable release
1970
1971 2006-10-04 [colin]      2.5.2cvs42
1972
1973         * src/folder.c
1974         * src/folder.h
1975         * src/summaryview.c
1976                 Provide a way for folder classes to set their sort
1977                 type and key
1978
1979 2006-10-03 [colin]      2.5.2cvs41
1980
1981         * src/mh.c
1982                 Don't use strlen() to know if the
1983                 string's empty
1984
1985 2006-10-03 [colin]      2.5.2cvs40
1986
1987         * src/mh.c
1988                 Fix "check for new folders" with accentued folders
1989
1990 2006-10-03 [ticho]      2.5.2cvs39
1991
1992         * src/filtering.c
1993         * src/folder.c
1994         * src/inc.c
1995         * src/mbox.c
1996                 Colin's fix for "copy" filtering rules.
1997
1998 2006-10-02 [colin]      2.5.2cvs38
1999
2000         * src/folderview.c
2001                 Fix for double-click too
2002
2003 2006-10-02 [colin]      2.5.2cvs37
2004
2005         * src/folderview.c
2006                 correct fix for cvs36
2007
2008 2006-10-02 [colin]      2.5.2cvs36
2009
2010         * src/folderview.c
2011                 Fix 'goto next unread' after collapsing/expanding 
2012                 a node.
2013
2014 2006-10-02 [colin]      2.5.2cvs35
2015
2016         * src/summaryview.c
2017                 Fix double freeze/thaw
2018         * src/common/utils.c
2019         * src/common/utils.h
2020                 Reimplement strftime
2021         * src/procheader.c
2022                 Use it
2023
2024
2025 2006-10-02 [colin]      2.5.2cvs34
2026
2027         * src/mh.c
2028                 Time mh_write_sequences() - it's fast
2029         * src/summaryview.c
2030                 Init a variable to shut up gcc
2031
2032 2006-10-01 [colin]      2.5.2cvs33
2033
2034         * src/folder.c
2035         * src/mh.c
2036         * src/mh.h
2037         * src/msgcache.c
2038                 Add helper mh_set_mtime(), and set mtime to stat()'s result
2039                 Add fsync but disable it, it's slow as hell
2040
2041 2006-10-01 [colin]      2.5.2cvs32
2042
2043         * src/mh.c
2044         * src/msgcache.c
2045                 fflush() caches and mh_sequences before
2046                 fclose()ing
2047
2048 2006-10-01 [colin]      2.5.2cvs31
2049
2050         * src/msgcache.c
2051                 Don't ftruncate when not using mmap
2052
2053 2006-09-30 [colin]      2.5.2cvs30
2054
2055         * src/main.c
2056                 Write folder list *after* saving caches
2057
2058 2006-09-30 [colin]      2.5.2cvs29
2059
2060         * src/folder.c
2061         * src/mh.c
2062                 Debug forced mtime changes
2063
2064 2006-09-30 [colin]      2.5.2cvs28
2065
2066         * src/folder.c
2067         * src/main.c
2068                 Remove useless debug_print()s (code
2069                 well-tested)
2070
2071 2006-09-30 [colin]      2.5.2cvs27
2072
2073         * src/mh.c
2074                 Do stuff faster when writing mh_sequences
2075
2076 2006-09-30 [colin]      2.5.2cvs26
2077
2078         * src/mh.c
2079                 Don't let the writing of .mh_sequences, which
2080                 can change the folder's mtime, let us think
2081                 we need to scan.
2082
2083 2006-09-30 [colin]      2.5.2cvs25
2084
2085         * src/folder.c
2086                 Move a debug_print where it belongs 
2087                 (processing)
2088         * src/summaryview.c
2089                 Don't mess with a huge slow subject
2090                 table if we're not threading by
2091                 subject
2092
2093 2006-09-30 [colin]      2.5.2cvs24
2094
2095         * src/msgcache.c
2096                 Reenable mmaped reads (*not* writes!)
2097         * src/procmsg.c
2098                 Don't destroy and recreate hashtables just
2099                 for fun
2100         * src/common/utils.c
2101                 Remove useless reply prefixes (it's case
2102                 unsensitive)
2103
2104 2006-09-30 [wwp]        2.5.2cvs23
2105
2106         * tools/fix_date.sh
2107                 Fixed a minor bug in date value extraction, added a switch
2108                 to replace non RFC-compliant Date: value, added a switch
2109                 to use strict RFC matching patterns for dates.
2110
2111 2006-09-29 [colin]      2.5.2cvs22
2112
2113         * src/matcher_parser.h
2114         * src/matcher_parser_parse.y
2115         * src/prefs_filtering.c
2116         * src/statusbar.c
2117         * src/summary_search.c
2118         * src/summaryview.c
2119         * src/gtk/quicksearch.c
2120         * src/gtk/quicksearch.h
2121                 Optimise searches by setting different
2122                 refresh intervals (depending if the 
2123                 search is fast or not)
2124
2125 2006-09-29 [colin]      2.5.2cvs21
2126
2127         * src/codeconv.c
2128                 Optimise by reusing the last iconv converter
2129                 if possible
2130         * src/textview.c
2131                 Optimise a bit (the foldable quotes feature
2132                 still has an awful O(n^2) algo
2133
2134 2006-09-29 [colin]      2.5.2cvs20
2135
2136         * src/gtk/gtksctree.c
2137         * src/gtk/gtksctree.h
2138                 Optimise de-selection via up/down or
2139                 another key
2140
2141 2006-09-28 [colin]      2.5.2cvs19
2142
2143         * src/action.c
2144         * src/compose.c
2145         * src/folderview.c
2146         * src/mainwindow.c
2147         * src/messageview.c
2148         * src/summary_search.c
2149         * src/toolbar.c
2150                 Avoid using summaryview->ctree directly
2151
2152 2006-09-28 [colin]      2.5.2cvs18
2153
2154         * src/summaryview.c
2155         * src/summaryview.h
2156                 Add helpers to freeze/thaw/grab_focus
2157                 Factorize calls to freeze/thaw/grab_focus
2158                 
2159
2160 2006-09-28 [colin]      2.5.2cvs17
2161
2162         * src/main.c
2163                 More guards for the session management
2164
2165 2006-09-28 [colin]      2.5.2cvs16
2166
2167         * src/folderview.c
2168         * src/gtk/gtksctree.c
2169         * src/gtk/gtksctree.h
2170                 Make expanding not recursive in folderview
2171
2172 2006-09-28 [colin]      2.5.2cvs15
2173
2174         * src/addressbook.c
2175                 If nothing is selected in the list (right part)
2176                 and a group is selected in the tree (left part),
2177                 mail this group.
2178
2179 2006-09-28 [colin]      2.5.2cvs14
2180
2181         * src/Makefile.am
2182                 Actually use SM_LIBS
2183
2184 2006-09-28 [ticho]      2.5.2cvs13
2185
2186         * src/export.c
2187         * src/messageview.c
2188         * src/mimeview.c
2189         * src/news.c
2190         * src/pop.c
2191         * src/prefs_themes.c
2192         * src/procmsg.c
2193                 Small i18n string optimization.
2194         * src/send_message.c
2195         * src/summaryview.c
2196         * src/common/session.c
2197         * src/common/smtp.c
2198         * src/common/ssl_certificate.c
2199         * src/common/utils.c
2200                 Use "Couldn't" instead of "Can't" in UI messages,
2201                 where appropriate.
2202
2203 2006-09-28 [colin]      2.5.2cvs12
2204
2205         * configure.ac
2206                 Possibly fix link errors
2207
2208 2006-09-27 [wwp]        2.5.2cvs11
2209
2210         * src/gtk/authors.h
2211         * doc/man/sylpheed-claws.1
2212         * manual/ack.xml
2213         * manual/es/ack.xml
2214         * manual/fr/ack.xml
2215         * manual/pl/ack.xml
2216                 Updated authors info (me, myself and I).
2217
2218 2006-09-27 [colin]      2.5.2cvs10
2219
2220         * src/addressbook.c
2221                 Remove useless printf
2222
2223 2006-09-27 [wwp]        2.5.2cvs9
2224
2225         * src/editgroup.c
2226         * src/send_message.c
2227         * src/inc.c
2228         * src/prefs_common.c
2229         * src/prefs_common.h
2230         * src/gtk/progressdialog.c
2231                 remember more windows' sizes (send dialog, received dialog,
2232                 edit group in addressbook).
2233
2234 2006-09-27 [colin]      2.5.2cvs8
2235
2236         * configure.ac
2237         * src/main.c
2238         * src/mainwindow.h
2239                 Use libSM to communicate with the session
2240                 manager, so that we can know when the 
2241                 session ends, save our caches, and draft
2242                 our compose windows.
2243
2244 2006-09-27 [colin]      2.5.2cvs7
2245
2246         * src/addressbook.c
2247                 Fix issues:
2248                 o Allow Book and Group creation from the tree's
2249                   contextual menu
2250                 o Do not actually delete the contacts when 
2251                   deleting groups from the tree (duh!)
2252
2253 2006-09-27 [colin]      2.5.2cvs6
2254
2255         * src/compose.c
2256         * src/compose.h
2257         * src/mainwindow.c
2258         * src/textview.c
2259         * src/toolbar.c
2260                 o Allow passing an email address to 
2261                   compose_new_with_folderitem
2262                 o Update callers
2263                 o Use current folderitem when clicking
2264                   on a TextView mailto: link
2265                 o Fix a possible leak in TextView
2266
2267 2006-09-27 [colin]      2.5.2cvs5
2268
2269         * src/html.c
2270                 Use UTF-8 chars to replace HTML entities
2271
2272 2006-09-27 [colin]      2.5.2cvs4
2273
2274         * AUTHORS
2275         * src/prefs_account.c
2276         * src/gtk/authors.h
2277                 Fix bug #1024 (Array index out of
2278                 range in sylpheed-claws-2.5.2)
2279                 Patch by Ales Nosek <anosek@suse.cz>
2280
2281 2006-09-27 [colin]      2.5.2cvs3
2282
2283         * src/addr_compl.c
2284                 Actually do the test
2285
2286 2006-09-27 [colin]      2.5.2cvs2
2287
2288         * src/addr_compl.c
2289         * src/addr_compl.h
2290                 Allow completing with comma (in certain cases: vCalendar
2291                 for example doesn't support that)
2292                 Patch by Fabien Vantard
2293
2294 2006-09-26 [colin]      2.5.2cvs1
2295
2296         * src/Makefile.am
2297         * src/addr_compl.c
2298         * src/addr_compl.h
2299         * src/addrbook.c
2300         * src/addrbook.h
2301         * src/addressbook.c
2302         * src/addrindex.c
2303         * src/addrindex.h
2304         * src/compose.c
2305         * src/prefs_common.c
2306         * src/prefs_filtering_action.c
2307         * src/prefs_folder_item.c
2308         * src/prefs_template.c
2309         * src/stock_pixmap.c
2310         * src/stock_pixmap.h
2311         * src/pixmaps/addr_one.xpm
2312         * src/pixmaps/addr_two.xpm
2313                 Add auto-completion on groups
2314
2315 2006-09-26 [colin]      2.5.2
2316
2317         * NEWS
2318         * README
2319         * RELEASE_NOTES
2320                 2.5.2 released
2321
2322 2006-09-26 [colin]      2.5.1cvs5
2323
2324         * src/matcher.c
2325                 Fix condition
2326
2327 2006-09-26 [colin]      2.5.1cvs4
2328
2329         * src/mbox.c
2330                 Revert cvs1 (useless as the message is printed 
2331                 every 500 mails)
2332
2333 2006-09-26 [colin]      2.5.1cvs3
2334
2335         * src/partial_download.c
2336                 Fix crasher found by Alexsandar Urosevic
2337
2338 2006-09-26 [colin]      2.5.1cvs2
2339
2340         * src/summaryview.c
2341                 Fix bug #1023 (Sylpheed deletes too much messages)
2342
2343 2006-09-26 [ticho]      2.5.1cvs1
2344
2345         * src/mbox.c
2346                 Make use of gettext's multiple plurals for statusbar
2347                 progress message.
2348
2349 2006-09-25 [paul]       2.5.1
2350
2351         * NEWS
2352         * README
2353         * RELEASE_NOTES
2354                 2.5.1 released
2355
2356 2006-09-25 [colin]      2.5.0cvs3
2357
2358         * src/plugins/bogofilter/bogofilter.c
2359         * src/plugins/clamav/clamav_plugin.c
2360         * src/plugins/spamassassin/spamassassin.c
2361                 BogoFilter, Spamassassin: Fix double hook registering after
2362                 visiting preferences
2363                 Spamassassin, Clamav: Just set the mails to move instead of
2364                 doing the move - caller will move the things at once.
2365
2366 2006-09-25 [colin]      2.5.0cvs2
2367
2368         * src/imap.c
2369         * src/etpan/imap-thread.c
2370                 Use UID SEARCH ALL instead of UID 1:*
2371                 (braindead servers can't figure out that's
2372                 the same...)
2373
2374 2006-09-25 [wwp]        2.5.0cvs1
2375
2376         * src/message_search.c
2377                 Added the ability to stop a running search (in message body).
2378
2379 2006-09-25 [paul]       2.5.0
2380
2381         * NEWS
2382         * README
2383         * RELEASE_NOTES
2384                 2.5.0 released
2385
2386 2006-09-25 [paul]       2.4.0cvs214
2387
2388         * po/cs.po
2389         * po/de.po
2390         * po/fi.po
2391         * po/fr.po
2392         * po/nl.po
2393         * po/pt_BR.po
2394         * po/sk.po
2395         * po/sr.po
2396         * po/zh_CN.po
2397                 updated by Tim, Stephan Sachse, Flammie Pirinen,
2398                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
2399                 Ticho, Aleksander Urosevic, Ralgh Young
2400
2401 2006-09-24 [mones]      2.4.0cvs213
2402
2403         * po/es.po
2404                 Updated for release
2405
2406 2006-09-23 [colin]      2.4.0cvs212
2407
2408         * src/gtk/inputdialog.c
2409                 Fix [ ] remember this appearing in normal
2410                 input dialogs after it's been used by
2411                 mimeview.
2412         * src/folder.c
2413         * src/folderview.c
2414         * src/msgcache.c
2415         * src/procmsg.c
2416         * src/summaryview.c
2417         * src/textview.c
2418         * src/common/timing.h
2419                 Enable timings in debug mode and make it
2420                 look prettier.
2421
2422 2006-09-22 [colin]      2.4.0cvs211
2423
2424         * README
2425                 Revert test change
2426         * commitHelper
2427                 ping the correct URI
2428
2429 2006-09-22 [colin]      2.4.0cvs210
2430
2431         * README
2432                 Let's see if bug #1022 is fixed
2433
2434 2006-09-21 [colin]      2.4.0cvs209
2435
2436         * src/wizard.c
2437         * src/common/plugin.c
2438                 Prepare infra to load predefined plugins when
2439                 no configuration existed. Don't actually load
2440                 anything yet (feat. freeze)
2441
2442 2006-09-21 [wwp]        2.4.0cvs208
2443
2444         * manual/fr/faq.xml
2445                 Partial sync w/ 2.4.0cvs72:
2446                 wrap file and minor updates.
2447
2448 2006-09-21 [wwp]        2.4.0cvs207
2449
2450         * tools/fix_date.sh
2451                 several fixes and enhancements. A new --force switch has been
2452                 added to prevent overriding by default Date: header when
2453                 already existing.
2454
2455 2006-09-21 [paul]       2.4.0cvs206
2456
2457         * src/common/utils.c
2458                 add Chinese UTF8 Re prefix
2459
2460 2006-09-21 [wwp]        2.4.0cvs205
2461
2462         * tools/Makefile.am
2463                 Fics alfabettical order.
2464
2465 2006-09-21 [wwp]        2.4.0cvs204
2466
2467         * tools/fix_date.sh
2468         * tools/Makefile.am
2469                 Added an action tool to fix missing Date field in emails.
2470                 Updated Makefile.am to reflect those last two additions.
2471
2472 2006-09-21 [wwp]        2.4.0cvs203
2473
2474         * tools/uuooffice
2475                 Added a action tool to open uuencoded docs w/
2476                 OpenOffice (based on uudec method).
2477
2478 2006-09-21 [colin]      2.4.0cvs202
2479
2480         * src/compose.c
2481         * src/textview.c
2482                 Workaround possible GTK crash: remove selection 
2483                 clipboard before destroying widget, or GTK+-2.10
2484                 dies. Thanks to Hiro.
2485
2486 2006-09-20 [colin]      2.4.0cvs201
2487
2488         * src/compose.c
2489                 Fix free-after-use in some cases (when 
2490                 procmime_encode_content() frees mimeinfo->data.mem
2491                 and turns it to a temp file)
2492
2493 2006-09-20 [colin]      2.4.0cvs200
2494
2495         * src/folderview.c
2496         * src/summaryview.c
2497         * src/gtk/gtksctree.c
2498         * src/gtk/gtksctree.h
2499                 Add tooltips in the folderview and summaryview
2500                 (Doesn't break string freeze as they already
2501                 exist)
2502         * src/toolbar.c
2503                 Put the spam button in the default configuration
2504                 if compiled with bogo plugin too
2505
2506 2006-09-19 [colin]      2.4.0cvs199
2507
2508         * src/summaryview.c
2509         * src/summaryview.h
2510                 Update folder name label on folder rename
2511         * src/prefs_matcher.c
2512         * src/gtk/logwindow.h
2513                 Fix warnings
2514                 Patches by Fabien
2515
2516 2006-09-19 [wwp]        2.4.0cvs198
2517
2518         * src/summary_search.c
2519                 fix can't click forward/backward buttons in the
2520                 search messages.
2521
2522 2006-09-18 [paul]       2.4.0cvs197
2523
2524         * src/wizard.c
2525                 add missing bracket, capitalise the A of
2526                 'SpamAssassin'
2527
2528 2006-09-18 [paul]       2.4.0cvs196
2529
2530         * src/compose.c
2531                 fix bug 1012 'crashed upon sending mail
2532                 from compose window'
2533                 Thanks to Colin
2534
2535 2006-09-16 [colin]      2.4.0cvs195
2536
2537         * src/folderview.c
2538                 Fix "real-time" sorting by freezing/thawing
2539
2540 2006-09-16 [colin]      2.4.0cvs194
2541
2542         * manual/faq.xml
2543                 Fix the anti-spam entry a bit
2544
2545 2006-09-16 [colin]      2.4.0cvs193
2546
2547         * src/wizard.c
2548                 Make sure reviewers have no excuse when stating
2549                 Sylpheed-Claws doesn't have antispam capabilities.
2550
2551 2006-09-16 [colin]      2.4.0cvs192
2552
2553         * src/main.c
2554                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
2555                 as if the SIGPIPE comes from etpan's thread we could
2556                 trigger a GUI update from this thread.
2557
2558 2006-09-16 [colin]      2.4.0cvs191
2559
2560         * src/summaryview.c
2561                 Init all members of the struct
2562
2563 2006-09-16 [paul]       2.4.0cvs190
2564
2565         * src/account.c
2566                 improvements to the English
2567
2568 2006-09-15 [colin]      2.4.0cvs189
2569
2570         * src/summaryview.c
2571                 HIG order on dialog
2572
2573 2006-09-14 [colin]      2.4.0cvs188
2574
2575         * src/common/socket.c
2576         * src/common/socket.h
2577         * src/common/ssl.c
2578         * src/common/ssl_certificate.c
2579         * src/common/ssl_certificate.h
2580         * src/etpan/imap-thread.c
2581                 the get_fqdn() call done to get canonical name when
2582                 checking an SSL certificate is blocking, which is
2583                 sad as we just did a non-blocking lookup to connect.
2584                 Fix that by letting the fqdn available to the SockInfo,
2585                 and use that in ssl_certificate_check(). For IMAP,
2586                 we don't do it as the lookup's done by libetpan, but
2587                 it's less annoying as IMAP connections as much more
2588                 rare than POP3 connections.
2589
2590 2006-09-14 [paul]       2.4.0cvs187
2591
2592         * manual/advanced.xml
2593                 improvements to the English,
2594                 properly place the new hidden options
2595                 within the alphabetical order
2596         * src/gtk/pluginwindow.c
2597                 improvements to the English
2598
2599 2006-09-14 [colin]      2.4.0cvs186
2600
2601         * src/prefs_common.c
2602         * src/prefs_common.h
2603         * src/gtk/gtksctree.c
2604         * manual/advanced.xml
2605                 New hidden pref, stripes_color_offset, to change
2606                 the value added/substracted to normal bgcolor to
2607                 create the stripes in summaries
2608
2609 2006-09-13 [colin]      2.4.0cvs185
2610
2611         * src/gedit-print.c
2612         * src/messageview.c
2613         * src/messageview.h
2614         * src/summaryview.c
2615         * src/textview.c
2616                 Fix misc. printing issues: 
2617                 - Bad font for linkified headers
2618                 - Different font if the mail was displayed or not
2619                 - Factorize the thing
2620
2621 2006-09-13 [colin]      2.4.0cvs184
2622
2623         * src/common/ssl_certificate.c
2624                 Only get FQDN once when checking certificate
2625
2626 2006-09-13 [colin]      2.4.0cvs183
2627
2628         * src/account.c
2629         * src/gtk/pluginwindow.c
2630                 Misc. GUI fixes by Fabien
2631
2632 2006-09-13 [wwp]        2.4.0cvs182
2633
2634         * configure.ac
2635         * src/common/utils.h
2636         * src/common/utils.c
2637                 get rid of unused wide-char functions.
2638
2639 2006-09-13 [wwp]        2.4.0cvs181
2640
2641         * src/plugins/pgpinline/sylpheed.def
2642         * src/textview.c
2643                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
2644                 add privacy_reset_error to the .def file,
2645                 do not fork for an external textviewer.
2646
2647 2006-09-13 [wwp]        2.4.0cvs180
2648
2649         * src/prefs_common.c
2650                 fix broken font entry in prefs (patch issued by the gpg4win team,
2651                 probably by Marcus Brinkmann <marcus@g10code.de>).
2652
2653 2006-09-13 [colin]      2.4.0cvs179
2654
2655         * src/folder.h
2656                 Fix a warning in summaryview.c
2657         * src/mainwindow.c
2658         * src/summaryview.c
2659         * src/summaryview.h
2660                 Add missing Mark/* elements in the
2661                 main menu
2662
2663 2006-09-12 [colin]      2.4.0cvs178
2664
2665         * src/prefs_actions.c
2666         * src/prefs_filtering_action.c
2667         * src/prefs_matcher.c
2668                 Use (New) instead of New everywhere
2669
2670 2006-09-12 [wwp]        2.4.0cvs177
2671
2672         * manual/fr/addrbook.xml
2673         * manual/fr/handling.xml
2674                 updated some quotes in the fr manual to match the fr translation.
2675
2676 2006-09-12 [wwp]        2.4.0cvs176
2677
2678         * src/prefs_matcher.c
2679                 don't store translated string elements in matcher expressions.
2680                 Also fixed a misused of Q_().
2681
2682 2006-09-11 [wwp]        2.4.0cvs175
2683
2684         * src/plugins//bogofilter/bogofilter.c
2685         * src/plugins//clamav/clamav_plugin.c
2686         * src/plugins//demo/demo.c
2687         * src/plugins//dillo_viewer/dillo_viewer.c
2688         * src/plugins//pgpcore/plugin.c
2689         * src/plugins//pgpinline/plugin.c
2690         * src/plugins//pgpmime/plugin.c
2691         * src/plugins//spamassassin/spamassassin.c
2692                 gettext-ize more strings (mostly plugin error messages).
2693
2694 2006-09-11 [colin]      2.4.0cvs174
2695
2696         * src/alertpanel.c
2697                 Make maximum buffer size bigger to avoid
2698                 truncating translated messages. Patch by
2699                 Fabien
2700
2701 2006-09-11 [colin]      2.4.0cvs173
2702
2703         * src/etpan/imap-thread.c
2704                 Fix compilation on OpenBSD, thanks to 
2705                 Landry
2706
2707 2006-09-10 [wwp]        2.4.0cvs172
2708
2709         * manual/account.xml
2710         * manual/addrbook.xml
2711         * manual/handling.xml
2712         * manual/es/handling.xml
2713         * manual/fr/account.xml
2714         * manual/fr/addrbook.xml
2715         * manual/fr/handling.xml
2716                 documented addressbook matching (condition configuration):
2717                   addrbook.xml, en fr
2718                 documented per-account filtering rules (handling/filtering
2719                   section, account section):
2720                   account.xml, handling.xml, en fr
2721                 slightly updated the handling/searching section to tell few
2722                   words about the extended search ability:
2723                   handling.xml, en fr
2724                 added missing <quote></quotes> to Quick Search:
2725                   handling.xml, en fr es
2726                 fixed a typo (auomatically):
2727                   handling.xml, en
2728                 changes revisited by Paul.
2729
2730 2006-09-10 [paul]       2.4.0cvs171
2731
2732         * src/prefs_actions.c
2733         * src/prefs_filtering.c
2734         * src/prefs_template.c
2735                 adjustments to the gui
2736                 Patch by Fabien Vantard (slightly modified)
2737
2738 2006-09-10 [colin]      2.4.0cvs170
2739
2740         * src/summaryview.c
2741                 Check folderitem/summaryview consistency
2742                 (basically automates Update summary). Fixes
2743                 #1011 (wrong (negative) count on unread 
2744                 messages)
2745
2746 2006-09-10 [colin]      2.4.0cvs169
2747
2748         * src/gtk/gtksctree.c
2749                 Fix recursive expansion via mouse
2750         * src/plugins/bogofilter/bogofilter.c
2751                 Use normal filtering way of moving
2752                 messages (batching), possibly fixing
2753                 bug #1015 (Bogofilter plugin doubles 
2754                 new messages)
2755
2756 2006-09-09 [wwp]        2.4.0cvs168
2757
2758         * src/prefs_filtering.c
2759                 better place for this fix.
2760
2761 2006-09-09 [wwp]        2.4.0cvs167
2762
2763         * src/prefs_filtering.c
2764                 fix a minor bug when the enabled status of a filtering/processing
2765                 rule always got set to TRUE when replacing this rule. That still
2766                 make sense when adding a new rule, but now when replacing, we
2767                 don't override the value of 'enabled'.
2768                 Also renamed the func prefs_filtering_list_view_get_rule_name()
2769                 to prefs_filtering_list_view_get_info() as this function not only
2770                 returns the name, but also the account_id and the enabled status.
2771
2772 2006-09-09 [mones]      2.4.0cvs166
2773
2774         * manual/glossary.xml
2775         * manual/plugins.xml
2776                 Minor format corrections
2777         * manual/gpl.xml
2778                 Fix misplaced NO WARRANTY section
2779         * manual/es/advanced.xml
2780         * manual/es/faq.xml
2781         * manual/es/glossary.xml
2782         * manual/es/gpl.xml
2783         * manual/es/handling.xml
2784         * manual/es/plugins.xml
2785         * manual/es/starting.xml
2786                 Incorporate changes from English version
2787         * manual/fr/ack.xml
2788         * manual/pl/ack.xml
2789         * manual/es/ack.xml
2790                 Fix address, (add translation credits in es version)
2791         * po/es.po
2792                 Updated translation
2793
2794 2006-09-09 [wwp]        2.4.0cvs165
2795
2796         * src/prefs_filtering.c
2797                 fix a crash when opening filtering prefs, if matcherrc file contains
2798                 broken data (non-existing account id, which is theoretically not
2799                 possible).
2800
2801 2006-09-08 [colin]      2.4.0cvs164
2802
2803         * src/folder.c
2804                 Wrong assert, make it an if()
2805         * src/gtk/gtksctree.c
2806                 Fix bug #1013 (expand selected thread 
2807                 tree) - expanding is now recursive
2808
2809 2006-09-07 [wwp]        2.4.0cvs163
2810
2811         * src/prefs_matcher.c
2812                 make better sentences about addressbook matching in the
2813                 matcher prefs. This should make translators' work easier
2814                 too.
2815
2816 2006-09-07 [wwp]        2.4.0cvs162
2817
2818         * src/prefs_filtering.c
2819                 code simplification (get rid of dup var. assignment).
2820
2821 2006-09-07 [wwp]        2.4.0cvs161
2822
2823         * src/summaryview.c
2824                 use GTK_STOCK icons when possible, patch by Fabien Vantard
2825                 <fzzzzz@gmail.com>.
2826
2827 2006-09-07 [paul]       2.4.0cvs160
2828
2829         * src/mimeview.c
2830                 fix compilation warnings
2831                 Thanks to Colin
2832
2833 2006-09-07 [paul]       2.4.0cvs159
2834
2835         * src/mimeview.c
2836                 select the mimepart icon when
2837                 displaying as text
2838                 Thanks to Colin
2839
2840 2006-09-06 [paul]       2.4.0cvs158
2841
2842         * src/prefs_filtering.c
2843                 fix labels and table element spacing
2844                 Patch by Fabien Vantard
2845
2846 2006-09-06 [paul]
2847
2848         2.5.0-rc3 released
2849
2850 2006-09-06 [paul]       2.4.0cvs157
2851
2852         * manual/es/advanced.xml
2853                 fix typo
2854
2855 2006-09-06 [wwp]        2.4.0cvs156
2856
2857         * src/mainwindow.c
2858                 fix an dup launch issue when iconified, thanks to Colin.
2859
2860 2006-09-06 [wwp]        2.4.0cvs155
2861
2862         * src/gtk//gtksctree.h
2863                 oops, forgot that one!
2864
2865 2006-09-06 [wwp]        2.4.0cvs154
2866
2867         * manual/pl/advanced.xml
2868         * manual/advanced.xml
2869         * manual/es/advanced.xml
2870         * manual/fr/advanced.xml
2871         * src/prefs_customheader.c
2872         * src/prefs_filtering_action.c
2873         * src/foldersel.c
2874         * src/prefs_summaries.c
2875         * src/prefs_filtering.c
2876         * src/account.c
2877         * src/compose.c
2878         * src/prefs_summary_column.c
2879         * src/addr_compl.c
2880         * src/prefs_actions.c
2881         * src/prefs_folder_column.c
2882         * src/ssl_manager.c
2883         * src/prefs_template.c
2884         * src/prefs_display_header.c
2885         * src/prefs_common.h
2886         * src/prefs_matcher.c
2887         * src/prefs_common.c
2888         * src/prefs_toolbar.c
2889         * src/summaryview.c
2890         * src/folderview.c
2891         * src/gtk/gtksctree.c
2892         * src/gtk/pluginwindow.c
2893         * src/gtk/progressdialog.c
2894         * src/gtk/prefswindow.c
2895                 renamed hidden option enable_rules_hint to use_stripes_everywhere
2896                 to make its meaning more obvious (all versions of the manual reflect
2897                 the change).
2898                 added an extra hidden option use_stripes_in_summary to allow
2899                 discarding these stripes in mainwindow's folder and message lists;
2900                 en and fr manuals only are OK towards this.
2901
2902 2006-09-06 [colin]      2.4.0cvs153
2903
2904         * src/textview.c
2905                 Hide Sylpheed-Claws' internal queue headers
2906                 when showing all headers. They'll be present
2907                 only in Source window.
2908
2909 2006-09-05 [colin]      2.4.0cvs152
2910
2911         * src/plugins/trayicon/trayicon.c
2912                 Fix crash at exit - we have to disconnect
2913                 our handlers
2914         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2915                 Update eggtrayicon - patch adapted from a
2916                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
2917                 on Sylpheed's ML
2918
2919 2006-09-05 [colin]      2.4.0cvs151
2920
2921         * src/mainwindow.c
2922         * src/gtk/logwindow.c
2923                 Fix race condition when something writes
2924                 to the log too soon during init. Thanks
2925                 to Fabien Vantard
2926
2927 2006-09-05 [colin]      2.4.0cvs150
2928
2929         * src/mimeview.c
2930                 Don't select part on right-click either
2931
2932 2006-09-05 [paul]       2.4.0cvs149
2933
2934         * src/mimeview.c
2935                 completion of previous commit
2936                 Thanks to Colin
2937
2938 2006-09-05 [colin]      2.4.0cvs148
2939
2940         * src/mimeview.c
2941                 Don't force selection on middle-click, just open
2942
2943 2006-09-04 [colin]      2.4.0cvs147
2944
2945         * src/mimeview.c
2946                 Looks like gtk_notebook_set_current_page()
2947                 sometimes steals focus, and this annoys us
2948                 in MimeViewers as it renders navigation
2949                 keys useless. Take back focus after switching
2950                 pages.
2951
2952 2006-09-04 [colin]      2.4.0cvs146
2953
2954         * src/messageview.c
2955                 Set stop_loading when clicking on Next
2956                 during load. Don't add a callback to 
2957                 avoid over-complicating things.
2958
2959 2006-09-04 [colin]      2.4.0cvs145
2960
2961         * src/mimeview.c
2962         * src/messageview.c
2963                 Fix multiple loads in separate messageview
2964
2965 2006-09-04 [colin]      2.4.0cvs144
2966
2967         * src/summaryview.c
2968                 Let navigation keys be handled during 
2969                 load
2970
2971 2006-09-04 [colin]      2.4.0cvs143
2972
2973         * src/messageview.c
2974         * src/summaryview.c
2975         * src/textview.c
2976         * src/textview.h
2977                 Make loading of huge mails (lots of text and/or
2978                 images) cancellable, so the GUI doesn't block 
2979
2980 2006-09-04 [colin]      2.4.0cvs142
2981
2982         * src/plugins/trayicon/trayicon.c
2983                 Fix annoyance when removing a folder with 
2984                 unread mails: trayicon didn't update
2985
2986 2006-09-04 [paul]       2.4.0cvs141
2987
2988         * src/gtk/icon_legend.c
2989                 straighten up columns
2990                 Patch by Fabien Vantard
2991
2992 2006-09-04 [wwp]        2.4.0cvs140
2993
2994         * src/prefs_filtering.c
2995                 fix new line's account name in filtering prefs:
2996                 was "All", is now "(New)".
2997
2998 2006-09-04 [paul]       2.4.0cvs139
2999
3000         * tools/make.themes.project
3001                 use "AUTOMAKE_OPTIONS = dist-bzip2"
3002                 instead of homebrewed "make release"
3003
3004 2006-09-03 [colin]      2.4.0cvs138
3005
3006         * src/folderview.c
3007                 Fix bug #1007 (Wrong folder highlighted)
3008
3009 2006-09-03 [colin]      2.4.0cvs137
3010
3011         * src/compose.c
3012                 Don't set Newsgroup: header to a mail folder
3013                 path
3014
3015 2006-09-03 [paul]       2.4.0cvs136
3016
3017         * src/prefs_other.c
3018         * src/prefs_spelling.c
3019                 unify the gui
3020
3021 2006-09-03 [paul]       2.4.0cvs135
3022
3023         * src/prefs_summaries.c
3024                 correct menu item text in prefs_keybind_apply_clicked()
3025
3026 2006-09-03 [paul]       2.4.0cvs134
3027
3028         * manual/advanced.xml
3029                 some improvements to the descriptions
3030         * src/mainwindow.c
3031         * src/messageview.c
3032         * src/summaryview.c
3033         * src/gtk/menu.c
3034                 fix menu sensitivity issues
3035         * src/prefs_message.c
3036                 drop the useless word 'short'
3037         * src/prefs_other.c
3038                 add the word 'lines' indicating log length
3039                 is a measure of lines
3040         * src/textview.c
3041                 fix compilation warnings
3042
3043 2006-09-02 [colin]      2.4.0cvs133
3044
3045         * src/messageview.c
3046                 Display a special return-receipt message
3047                 if the message is from the user
3048         * src/summaryview.c
3049                 Fix missing freeze of the list when marking
3050                 all read and unthreading for exec. Thanks
3051                 to Stephan Sachse.
3052
3053 2006-09-02 [paul]       2.4.0cvs132
3054
3055         * src/mainwindow.c
3056         * src/prefs_message.c
3057         * src/summaryview.c
3058                 fix some english
3059
3060 2006-09-02 [wwp]        2.4.0cvs131
3061
3062         * src/prefs_filtering.c
3063                 added an account name column to the filtering rules
3064                 dialog.
3065
3066 2006-09-02 [colin]      2.4.0cvs130
3067
3068         * src/gtk/logwindow.c
3069         * src/gtk/logwindow.h
3070                 Block scrolling if we're not at the end
3071                 of the log
3072
3073 2006-09-02 [colin]      2.4.0cvs129
3074
3075         * src/folder.c
3076                 Make sure account-specific rules can't
3077                 be used in {pre-,post-,}processing
3078         * src/mainwindow.c
3079         * src/gtk/logwindow.c
3080         * src/gtk/logwindow.h
3081                 Jump to last error when clicking on the
3082                 warning icon
3083
3084 2006-09-02 [colin]      2.4.0cvs128
3085
3086         * src/imap.c
3087         * src/import.c
3088         * src/mainwindow.c
3089         * src/mainwindow.h
3090                 Fix warning icon
3091         * src/inc.c
3092         * src/mbox.c
3093         * src/mbox.h
3094                 Let proc_mbox know its account, for
3095                 account-specific rules
3096
3097 2006-09-01 [colin]      2.4.0cvs127
3098
3099         * src/codeconv.c
3100                 Don't uselessly use iconv to convert from
3101                 us-ascii
3102         * src/alertpanel.c
3103         * src/mainwindow.c
3104         * src/mainwindow.h
3105         * src/inc.c
3106                 Fix certain log cases, disable warning icon
3107                 for now, the correct way to display it when
3108                 necessary and only when necessary is probably
3109                 to do it manually rather than use error logs
3110         * src/etpan/imap-thread.c
3111                 Clean up UID logging a bit
3112         * src/gtk/logwindow.c
3113         * src/gtk/logwindow.h
3114                 Make logging faster when the window's closed
3115
3116 2006-09-01 [wwp]        2.4.0cvs126
3117
3118         * manual/fr/account.xml
3119                 reflect changes to the ref. manual (parts of cvs72):
3120                 fix tabnames and quotes.
3121
3122 2006-09-01 [wwp]        2.4.0cvs125
3123
3124         * manual/fr/plugins.xml
3125                 reflect changes to the reference manual (cvs42):
3126                 update IRC channel info.
3127
3128 2006-09-01 [wwp]        2.4.0cvs124
3129
3130         * commitHelper
3131                 use CVSEDITOR env. var. if set, according to `man cvs`.
3132
3133 2006-09-01 [wwp]        2.4.0cvs123
3134
3135         * manual/advanced.xml
3136                 better sentence again (thanks to Paul).
3137
3138 2006-09-01 [wwp]        2.4.0cvs122
3139
3140         * manual/advanced.xml
3141         fix definition of toolbar_detachable and rework a bit the one of
3142         enable_dotted_lines.
3143
3144 2006-09-01 [mones]      2.4.0cvs121
3145
3146         * manual/advanced.xml
3147                 Document enable_dotted_lines
3148
3149 2006-09-01 [paul]       2.4.0cvs120
3150
3151         * src/folderview.c
3152         * src/folderview.h
3153         * src/imap.c
3154         * src/mainwindow.c
3155         * src/summaryview.c
3156                 obey the 'When entering folder...' option
3157                 when using the /View/Go to/... menu items
3158                 Thanks to Colin
3159
3160 2006-08-31 [colin]      2.4.0cvs119
3161
3162         * src/folderview.c
3163                 Revert 2.4.0cvs116, wrong fix.
3164
3165 2006-08-31 [colin]      2.4.0cvs118
3166
3167         * src/gtk/gtksctree.c
3168                 Better state the various copyrights
3169
3170 2006-08-31 [colin]      2.4.0cvs117
3171
3172         * src/prefs_common.c
3173                 fix enable_dotted_lines
3174
3175 2006-08-31 [colin]      2.4.0cvs116
3176
3177         * src/folderview.c
3178                 Use pref "Always open on select" when going
3179                 to next unread folder
3180         * src/gtk/gtksctree.c
3181                 Fix link failure to _gtk_clist_create_cell_layout
3182                 on certain computers. (Why not mine, I wonder)
3183
3184 2006-08-31 [colin]      2.4.0cvs115
3185
3186         * src/procmsg.c
3187         * src/textview.c
3188         * src/plugins/bogofilter/bogofilter.c
3189         * src/plugins/spamassassin/spamassassin.c
3190                 Requalify some "errors" to warnings
3191         * src/mainwindow.c
3192         * src/mainwindow.h
3193         * src/statusbar.c
3194                 Add an icon in the statusbar to notify
3195                 of errors
3196         * src/gtk/gtksctree.c
3197         * src/folderview.c
3198         * src/summaryview.c
3199                 Make the GtkSCTree look more modern by
3200                 alternating background lines
3201         * src/prefs_common.c
3202         * src/prefs_common.h
3203                 Add a pref to let people have the old
3204                 way if they prefer
3205
3206
3207 2006-08-30 [colin]      2.4.0cvs114
3208
3209         * src/procmsg.c
3210         * src/procmsg.h
3211                 Provide a way to filter a list of
3212                 messages in an optimised manner, and
3213                 add a list-filtering hook
3214         * src/folder.c
3215         * src/inc.c
3216         * src/mbox.c
3217                 Use the list filtering
3218         * src/plugins/bogofilter/bogofilter.c
3219                 Use the list-filtering hook
3220                 Use -b (bulk) mode for more speed
3221                 when learning and filtering
3222         * src/etpan/imap-thread.c
3223                 Make log output shorter in UID SEARCH
3224
3225
3226 2006-08-30 [colin]      2.4.0cvs113
3227
3228         * src/plugins/bogofilter/bogofilter.c
3229                 Really fast mass learning - thanks to David
3230                 Relson for the options explanations :)
3231
3232 2006-08-30 [colin]      2.4.0cvs112
3233
3234         * src/msgcache.c
3235                 Fix compilation on FreeBSD. Thanks
3236                 to Michael Hugues
3237
3238 2006-08-29 [colin]      2.4.0cvs111
3239
3240         * src/folderview.c
3241                 Handle "popup_menu" signal (for popping the 
3242                 menu via the keyboard)
3243         * src/mimeview.c
3244         * src/mimeview.h
3245         * src/summaryview.c
3246         * src/textview.c
3247         * src/gtk/gtkutils.c
3248         * src/gtk/gtkutils.h
3249                 Factorize scrolling code, and add an API 
3250                 for MimeViewers to handle scroll orders
3251
3252 2006-08-29 [wwp]        2.4.0cvs110
3253
3254         * src/plugins//bogofilter/bogofilter.c
3255         * src/plugins//spamassassin/spamassassin.c
3256                 make the bogofilter/spamassassin filtering error dialogs at
3257         incorporation obey to the "don't popup error dialog on
3258         receive error" option. If disabled, feed the log window w/
3259         the error message.
3260
3261 2006-08-29 [paul]
3262
3263         2.5.0-rc2 released
3264
3265 2006-08-29 [paul]       2.4.0cvs109
3266
3267         * Makefile.am
3268                 remove 'make release', it's not needed
3269                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
3270
3271 2006-08-29 [paul]       2.4.0cvs108
3272
3273         * src/foldersel.c
3274         * src/summary_search.c
3275         * src/gtk/progressdialog.c
3276         * src/plugins/pgpcore/passphrase.c
3277                 replace deprecated gtk_window_set_policy()
3278
3279 2006-08-29 [colin]      2.4.0cvs107
3280
3281         * src/folder.c
3282                 Fix data loss when copy fails during a move:
3283                 only use fast remove_msgs if everything was
3284                 copied OK; else use slow remove_msg on the
3285                 mails that got copied only.
3286
3287 2006-08-28 [paul]       2.4.0cvs106
3288
3289         * src/mh.c
3290                 revert change in 2.4.0cvs104, it breaks
3291                 stuff
3292
3293 2006-08-28 [paul]       2.4.0cvs105
3294
3295         * src/plugins/spamassassin/spamassassin.c
3296                 english fix
3297
3298 2006-08-28 [paul]       2.4.0cvs104
3299
3300         * src/mh.c
3301                 fix data loss when moving to another
3302                 mailbox fails
3303         * src/prefs_spelling.c
3304                 improve the english
3305         * src/gtk/pluginwindow.c
3306                 improve the layout of the dialog text
3307         All thanks to Colin
3308
3309 2006-08-28 [paul]       2.4.0cvs103
3310
3311         * src/plugins/bogofilter/bogofilter.c
3312         * src/plugins/bogofilter/bogofilter_gtk.c
3313                 fix english up a bit, innit
3314
3315 2006-08-28 [paul]       2.4.0cvs102
3316
3317         * configure.ac
3318         * po/Makefile.in.in
3319         * po/Makevars
3320                 require autoconf 2.60, enabling building
3321                 with gettext 0.15 (gettext 0.14.x build still
3322                 possible). Replace Makefiles with versions
3323                 from gettext 0.15.
3324                 Remove configure options --with-localedir and
3325                 --with-mandir. The options that are provided
3326                 directly by autoconf 2.60 can be used instead:
3327                 --mandir --localedir
3328
3329 2006-08-27 [colin]      2.4.0cvs101
3330
3331         * src/plugins/bogofilter/Makefile.am
3332                 Fix make dist (no README)
3333
3334 2006-08-27 [colin]      2.4.0cvs100
3335
3336         * src/folder.c
3337                 Don't use F_UNKNOWN folders for any default
3338                 outbox/trash/etc
3339         * src/plugins/bogofilter/bogofilter.c
3340         * src/plugins/bogofilter/bogofilter.h
3341         * src/plugins/bogofilter/bogofilter_gtk.c
3342                 Add an option to specify the path to bogofilter
3343                 Use single-quotes to be able to learn in folders
3344                 with spaces in their names
3345                 Verify learning status
3346
3347 2006-08-27 [colin]      2.4.0cvs99
3348
3349         * manual/faq.xml
3350         * manual/plugins.xml
3351                 Document Bogofilter plugin
3352
3353 2006-08-27 [colin]      2.4.0cvs98
3354
3355         * src/compose.c
3356         * src/messageview.c
3357         * src/procmsg.c
3358         * src/procmsg.h
3359                 When possible, copy the queued mail to sent folder
3360                 instead of re-adding. Much faster on IMAP.
3361
3362 2006-08-27 [colin]      2.4.0cvs97
3363
3364         * src/msgcache.c
3365                 Disable mmaped caches - huge metadata loss
3366                 here after a power failure.
3367         * src/summaryview.c
3368                 Add quicksearch timing
3369         * src/common/plugin.c
3370         * src/common/plugin.h
3371                 Implement an interface to tell what plugins
3372                 provide. Prevent loading of similar plugins.
3373         * src/plugins/clamav/clamav_plugin.c
3374         * src/plugins/demo/demo.c
3375         * src/plugins/dillo_viewer/dillo_viewer.c
3376         * src/plugins/pgpcore/plugin.c
3377         * src/plugins/pgpinline/pgpinline.c
3378         * src/plugins/pgpmime/pgpmime.c
3379         * src/plugins/spamassassin/spamassassin.c
3380         * src/plugins/trayicon/trayicon.c
3381                 Implement plugin_provides()
3382
3383 2006-08-27 [colin]      2.4.0cvs96
3384
3385         * configure.ac
3386         * src/plugins/Makefile.am
3387         * src/plugins/bogofilter/.cvsignore
3388         * src/plugins/bogofilter/Makefile.am
3389         * src/plugins/bogofilter/bogofilter.c
3390         * src/plugins/bogofilter/bogofilter.h
3391         * src/plugins/bogofilter/bogofilter_gtk.c
3392                 New Bogofilter plugin, provides filtering and
3393                 learning. Spamassassin will go to extra plugins.
3394
3395 2006-08-26 [mones]      2.4.0cvs95
3396
3397         * manual/handling.xml
3398                 Fix subfolder path in the example (thanks to Paul) 
3399
3400 2006-08-26 [mones]      2.4.0cvs94
3401
3402         * manual/glossary.xml
3403                 2.2. + add ISP to the glossary
3404                 7.5. + Add UIDL to glossary
3405                 7.7. + Add TCP to glossary
3406         * manual/handling.xml
3407                 7.1. + Mentions GNU/Linux distribution, what about the non...
3408                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
3409                 7.3. + Mentions .bashrc, what about the non-bash ones? 
3410                 7.4. = Use appropriate quotation for commands
3411                 7.6. = change "" to <quote></quote>
3412         * manual/plugins.xml
3413                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
3414         * manual/starting.xml
3415                 2.1. + local mbox file: some examples of mbox file locations...
3416                 Also reformatted files requiring it
3417
3418 2006-08-26 [wwp]        2.4.0cvs93
3419
3420         * src/summary_search.c
3421                 disable find buttons while summary search is running.
3422
3423 2006-08-25 [colin]      2.4.0cvs92
3424
3425         * src/folder.c
3426         * src/folderutils.c
3427         * src/mh.c
3428         * src/procmsg.h
3429         * src/summaryview.c
3430                 Speed up MH moving, and add progressbar
3431                 for MH deletion
3432         * src/msgcache.c
3433                 Write cache files using mmap() too
3434
3435 2006-08-25 [wwp]        2.4.0cvs91
3436
3437         * src/summaryview.c
3438                 switch spam<->ham button when a message has been marked as spam or ham
3439                 and is still selected. Thanks to Colin.
3440
3441 2006-08-25 [paul]       2.4.0cvs90
3442
3443         * src/Makefile.am
3444         * src/stock_pixmap.c
3445         * src/stock_pixmap.h
3446         * src/summaryview.c
3447         * src/gtk/icon_legend.c
3448         * src/pixmaps/copied.xpm
3449         * src/pixmaps/moved.xpm
3450                 add icons for delayed execution marked for
3451                 copying, marked for moving
3452
3453 2006-08-25 [mones]      2.4.0cvs89
3454
3455         * manual/glossary.xml
3456                 Fix the other glossary items:
3457                 5.1. = Inmmediate execution -> <quote>immediate execution...
3458                 5.2. = Fix MBOX capitalization -> Mbox
3459                 5.3. + Improve Plugins def. w/ tech. ref.
3460                 5.4. = Quotation -> replace '>' by <quote>></quote>
3461                 5.5. - SMTP Server. -> remove dot
3462         * po/es.po
3463                 Updated translation
3464
3465 2006-08-25 [mones]      2.4.0cvs88
3466
3467         * manual/ack.xml
3468                 Reformatted, changed email address
3469         * manual/glossary.xml
3470                 Reformatted, fixed MANUAL-TODO items:
3471                 8.2. + add ROT-13 to glossary
3472                 8.4. + add URL to glossary
3473         * manual/es/advanced.xml
3474                 Fixed <literal>s
3475
3476 2006-08-25 [paul]       2.4.0cvs87
3477
3478         * src/gtk/icon_legend.c
3479                 add 'marked for deletion' icon
3480                 arrange icons by containing column
3481                 wrap long label text
3482
3483 2006-08-25 [colin]      2.4.0cvs86
3484
3485         * src/common/utils.c
3486         * src/common/utils.h
3487                 Add the sc_g_*list_bigger functions in
3488                 a place everyone can use it
3489         * src/summaryview.c
3490                 Only freeze/thaw the list when working
3491                 on the selection, if it's bigger than 1
3492         * src/gtk/gtksctree.c
3493                 Only freeze/thaw the list when unselec-
3494                 ting 'all' if ('all' != 1)
3495                 This avoids some flickering
3496
3497 2006-08-24 [colin]      2.4.0cvs85
3498
3499         * src/addressbook.c
3500                 Fix strange list selection
3501                 Fix random seg (Invalid read of freed memory)
3502
3503 2006-08-24 [colin]      2.4.0cvs84
3504
3505         * src/alertpanel.c
3506         * src/gtk/inputdialog.c
3507         * src/plugins/pgpcore/passphrase.c
3508                 Revert minimal width patch of 2.4.0cvs67,
3509                 as it is also a maximal width. Use 
3510                 gtk_window_set_default_size instead.
3511
3512 2006-08-24 [colin]      2.4.0cvs83
3513
3514         * src/msgcache.c
3515                 Write cache/mark to temp files before
3516                 overwriting old ones (avoids metadata
3517                 loss if writing the new files fail).
3518                 Use mmap() to read cache/mark file, as
3519                 this makes cache reading faster. Dis-
3520                 abled for big-endian machines until it
3521                 can be tested. (Big-endian users: set
3522                 msgcache_use_mmap = TRUE in the relevant
3523                 #if).
3524         * src/procmsg.h
3525                 Move rarely used fields of MsgInfo in 
3526                 another structure, which will only be
3527                 allocated if needed. Face, X-Face,
3528                 Return receipt headers and List-*
3529                 headers are moved. Mails having none
3530                 of these occupy 52 bytes less with
3531                 this patch, which makes 2.5MB of RAM
3532                 saved on a 50k folder).
3533         * src/headerview.c
3534         * src/mainwindow.c
3535         * src/messageview.c
3536         * src/partial_download.c
3537         * src/procheader.c
3538         * src/procmsg.c
3539         * src/textview.c
3540                 Follow this structure change.
3541
3542 2006-08-24 [wwp]        2.4.0cvs82
3543
3544         * manual/es/.cvsignore
3545         * manual/es/dist/.cvsignore
3546         * manual/es/dist/html/.cvsignore
3547         * manual/es/dist/pdf/.cvsignore
3548         * manual/es/dist/ps/.cvsignore
3549         * manual/es/dist/txt/.cvsignore
3550                 more (generated) files to ignore.
3551
3552 2006-08-24 [colin]      2.4.0cvs81
3553
3554         * src/folder.c
3555         * src/mh.c
3556                 Fix possible problems with local delivery. Check the folder doesn't
3557                 need scan before setting its mtime when saving cache (which can be
3558                 done long after the folder's been modified by an external process);
3559                 Check that the stored item's mtime didn't change in mh functions.
3560
3561 2006-08-24 [mones]      2.4.0cvs80
3562
3563         * manual/advanced.xml
3564                 Rewrapping, some fixes and MANUAL-TODO items:
3565                 8.1. = change "" to <quote></quote>
3566                 8.3. = quote menu items
3567                 8.5. - deploying -> new user ... ideally a new user (redundant)
3568
3569 2006-08-23 [colin]      2.4.0cvs79
3570
3571         * src/gtk/gtksctree.c
3572                 When selecting or deselecting range, only
3573                 freeze/thaw when selection is bigger than 10
3574
3575 2006-08-23 [colin]      2.4.0cvs78
3576
3577         * src/messageview.c
3578         * src/mimeview.c
3579         * src/mimeview.h
3580         * src/plugins/dillo_viewer/dillo_viewer.c
3581                 Provide an API for MimeViewer plugins to
3582                 return a text selection for replying
3583
3584 2006-08-23 [colin]      2.4.0cvs77
3585
3586         * src/image_viewer.c
3587         * src/textview.c
3588                 Use gtk_pixbuf_new_from_file_at_scale(), which
3589                 is faster than getting the pixbuf then resizing
3590                 it.
3591
3592 2006-08-23 [colin]      2.4.0cvs76
3593
3594         * src/procmime.c
3595                 UTF-8 should be sent Quoted-printable
3596
3597 2006-08-22 [colin]      2.4.0cvs75
3598
3599         * src/mh.c
3600                 Check if scan is required before touching
3601                 the folder (or it'll be required every time)
3602
3603 2006-08-22 [colin]      2.4.0cvs74
3604
3605         * configure.ac
3606                 Require libetpan 0.46 (crasher fix when built
3607                 against gnutls)
3608
3609 2006-08-22 [colin]      2.4.0cvs73
3610
3611         * src/folder.c
3612                 Set folder's mtime after writing its
3613                 cache
3614         * src/folderview.c
3615                 Add some timing
3616         * src/procmsg.c
3617                 Don't do useless stuff if we don't 
3618                 thread by subject
3619         * src/summaryview.c
3620                 Add some timing, don't deselect prior
3621                 to selecting (gtksctree does it itself),
3622                 remove crash avoidance hacks as it's been
3623                 properly fixed since a while
3624         * src/common/utils.c
3625                 Optimize to_human_readable(): _() is slow,
3626                 do it only once, and avoid %f format for KB
3627                 (the most common in a summaryview)
3628         * src/gtk/gtksctree.c
3629                 Don't uselessly freeze/thaw (fixes flicker
3630                 on next unread and friends), reduce number
3631                 of g_list_nth/g_list_position where possible
3632         * src/gtk/gtkutils.c
3633         * src/gtk/gtkutils.h
3634                 Reduce number of g_list_nth/g_list_position
3635                 where possible.
3636                 All of this makes loading as 70k folder 2.1
3637                 seconds instead of 3.2 (with hot FS caches).
3638                 (1.3 seconds without Date and Size columns...)
3639
3640 2006-08-22 [paul]       2.4.0cvs72
3641
3642         wrap documents and do some items from mones' MANUAL-TODO:
3643
3644         * manual/account.xml
3645                 4.1. = fix tabname references to <quote>tabname</quote>
3646                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
3647         * manual/faq.xml
3648                 1.1. = mentioned options don't match UI
3649                 Add information about the 'Never send Return Receipts'
3650                 option
3651         * manual/handling.xml
3652                 6.2. = Mentions Extended symbols button, but now is
3653                 named Information
3654                 6.3. = Mentions ... button, which is now Edit
3655
3656 2006-08-22 [colin]      2.4.0cvs71
3657
3658         * src/gtk/pluginwindow.c
3659                 Fix layout in verbose translations (such
3660                 as french)
3661
3662 2006-08-22 [paul]       2.4.0cvs70
3663
3664         * manual/Makefile.am
3665                 build manuals in alphabetical order
3666         * src/addressbook.c
3667         * src/prefs_themes.c
3668                 replace/remove deprecated symbols
3669         * src/gtk/gtkutils.c
3670                 fix a warning
3671         * src/gtk/pluginwindow.c
3672                 replace deprecated symbol
3673                 replace label text and move it
3674         * src/plugins/pgpcore/prefs_gpg.c
3675                 move the 'Generate...' button out of the
3676                 Sign Key frame, replace the English used
3677         * src/plugins/pgpcore/sgpgme.c
3678                 fixes to the English
3679
3680 2006-08-21 [colin]      2.4.0cvs69
3681
3682         * src/plugins/trayicon/trayicon.c
3683                 Add more strings for translation; patch
3684                 by Pawel
3685
3686 2006-08-21 [colin]      2.4.0cvs68
3687
3688         * src/compose.c
3689                 fix replied flag not set after drafting
3690         * src/matcher.c
3691                 fix body quicksearch in non-encoded bodies
3692                 containing '='
3693         * src/msgcache.c
3694                 Get rid of the g_malloc workaround for
3695                 corrupted caches, use g_try_malloc
3696
3697 2006-08-21 [colin]      2.4.0cvs67
3698
3699         * src/alertpanel.c
3700         * src/gtk/inputdialog.c
3701         * src/plugins/pgpcore/passphrase.c
3702                 Set minimal width to 375
3703         * src/mainwindow.c
3704                 Fix switching to offline, asking if it 
3705                 should be overriden for synchronising
3706         * src/mimeview.c
3707                 Don't offer to remember command on Open 
3708                 with for text parts, as the browser or 
3709                 text editor command isn't changed from 
3710                 there
3711
3712 2006-08-20 [paul]       2.4.0cvs66
3713
3714         * po/ko.po
3715         * po/zh_CN.po
3716                 fix plural form errors. revealed by stricter
3717                 checking of gettext 0.15
3718
3719 2006-08-18 [paul]       2.4.0cvs65
3720
3721         * src/stock_pixmap.c
3722                 fix the fix of 2.4.0cvs64
3723                 Thanks to Colin
3724
3725 2006-08-18 [paul]       2.4.0cvs64
3726
3727         * src/stock_pixmap.c
3728                 fix leaks
3729                 Thanks to Colin
3730
3731 2006-08-18 [paul]       2.4.0cvs63
3732
3733         * src/compose.c
3734         * src/procmsg.c
3735                 fix occasional IMAP bug where large msgs
3736                 were left in the queue folder after sending
3737                 Thanks to Colin
3738
3739 2006-08-18 [paul]       2.4.0cvs62
3740
3741         * src/folderview.c
3742                 freeze the summaryview while quicksearch results
3743                 are displayed
3744                 (fixes bug 456 'current message is hidden when the
3745                 view is refreshed and extended search is "unread 
3746                 messages"')
3747                 Thanks to Colin
3748         * src/textview.c
3749                 add missing #include "inputdialog.h"
3750         * src/common/utils.h
3751                 add missing mailcap_update_default() and improve
3752                 readability
3753
3754 2006-08-17 [colin]      2.4.0cvs61
3755
3756         * src/plugins/pgpcore/select-keys.c
3757                 Fix warnings :)
3758
3759 2006-08-17 [colin]      2.4.0cvs60
3760
3761         * src/compose.c
3762                 Don't continue queuing if Cancel is clicked
3763                 in select-keys
3764
3765 2006-08-17 [colin]      2.4.0cvs59
3766
3767         * src/plugins/pgpcore/select-keys.c
3768                 When encrypting, if only one key matches and it 
3769                 matches exactly, automatically use it.
3770
3771 2006-08-17 [colin]      2.4.0cvs58
3772
3773         * src/mimeview.c
3774         * src/prefs_common.c
3775         * src/prefs_common.h
3776         * src/prefs_ext_prog.c
3777         * src/textview.c
3778                 Fix issues with previous patch (text/html)
3779                 Remove outdated prefs
3780
3781 2006-08-17 [colin]      2.4.0cvs57
3782
3783         * src/imap.c
3784                 Add View Log button on auth error
3785         * src/procmsg.c
3786                 Fix encrypted mail marked as new when
3787                 saved in normal folders
3788         * src/plugins/pgpinline/pgpinline.c
3789                 Fix encrypt bug on IMAP
3790         * src/mimeview.c
3791         * src/common/utils.c
3792         * src/common/utils.h
3793         * src/gtk/inputdialog.c
3794         * src/gtk/inputdialog.h
3795                 Get rid of metamail stuff, simplify
3796                 opening, and allow remembering of user's
3797                 choices (by updating ~/.mailcap). There's
3798                 still to drop "Audio player" and "Image
3799                 viewer" preferences.
3800
3801 2006-08-17 [mones]      2.4.0cvs56
3802
3803         * manual/es/sylpheed-claws-manual.xml
3804                 fix DTD path
3805
3806 2006-08-17 [mones]      2.4.0cvs55
3807
3808         * configure.ac
3809         * manual/Makefile.am
3810         * manual/es/Makefile.am
3811         * manual/es/account.xml
3812         * manual/es/ack.xml
3813         * manual/es/addrbook.xml
3814         * manual/es/advanced.xml
3815         * manual/es/faq.xml
3816         * manual/es/glossary.xml
3817         * manual/es/gpl.xml
3818         * manual/es/handling.xml
3819         * manual/es/intro.xml
3820         * manual/es/keyboard.xml
3821         * manual/es/plugins.xml
3822         * manual/es/starting.xml
3823         * manual/es/sylpheed-claws-manual.xml
3824         * manual/es/dist/Makefile.am
3825         * manual/es/dist/html/Makefile.am
3826         * manual/es/dist/pdf/Makefile.am
3827         * manual/es/dist/ps/Makefile.am
3828         * manual/es/dist/txt/Makefile.am
3829                 Spanish translation for the manual
3830
3831 2006-08-16 [colin]      2.4.0cvs54
3832
3833         * src/compose.c
3834         * src/main.c
3835         * src/mainwindow.c
3836                 Fix send button sensitivity at startup
3837                 Set send menu sensitivity (patch by Fabien)
3838         * src/ssl_manager.c
3839                 Enable closing with esc (patch by Fabien)
3840         * src/gtk/foldersort.c
3841                 Enable closing with esc (patch by Fabien)
3842         * src/procmime.c
3843                 Optimisation (no need to copy to tempfile to
3844                 "decode" 7bit and 8bit)
3845         * src/summaryview.c
3846                 Fix cruft in swap_from case
3847         * src/textview.c
3848                 Fix missing last line in some mail cases 
3849                 (Fixes debian #381872)
3850         * src/plugins/pgpcore/prefs_gpg.c
3851         * src/plugins/pgpcore/sgpgme.c
3852         * src/plugins/pgpcore/sgpgme.h
3853                 Don't show "no key found" when user explicitely
3854                 wants to create a key
3855
3856 2006-08-16 [paul]       2.4.0cvs53
3857
3858         * configure.ac
3859         * src/account.c
3860         * src/addressbook.c
3861         * src/headerview.c
3862         * src/prefs_account.c
3863         * src/prefs_message.c
3864         * src/gtk/gtkutils.c
3865                 bump up minimum required versions of GTK+ and
3866                 GLIB to 2.6.0
3867
3868 2006-08-16 [paul]       2.4.0cvs52
3869
3870         * src/toolbar.c
3871                 workaround GTK+ Bug 351600 - 'Can't re-click
3872                 on button after sensitivity update'
3873                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
3874                 Thanks to Colin
3875
3876 2006-08-15 [colin]      2.4.0cvs51
3877
3878         * src/plugins/pgpcore/prefs_gpg.c
3879                 Set options sensitivity according to
3880                 key existence
3881         * src/plugins/pgpcore/sgpgme.c
3882                 Allow to create key with no passphrase
3883
3884 2006-08-14 [cleroy]     2.4.0cvs50
3885
3886         * src/gtk/pluginwindow.c
3887                 New layout (maybe to be changed?)
3888         * src/gtk/gtkutils.c
3889                 Fix a bit label_window
3890         * src/plugins/pgpcore/passphrase.c
3891         * src/plugins/pgpcore/passphrase.h
3892         * src/plugins/pgpcore/plugin.c
3893         * src/plugins/pgpcore/prefs_gpg.c
3894         * src/plugins/pgpcore/prefs_gpg.h
3895         * src/plugins/pgpcore/sgpgme.c
3896         * src/plugins/pgpcore/sgpgme.h
3897                 Allow to create a PGP private key via the GUI
3898
3899 2006-08-14 [wwp]        2.4.0cvs49
3900
3901         * src/addressbook_foldersel.c
3902                 fix strict ISO C90 compliance.
3903
3904 2006-08-14 [paul]       2.4.0cvs48
3905
3906         * src/gtk/prefswindow.c
3907                 re-set scrolled window on opening
3908                 Patch by Ticho
3909
3910 2006-08-14 [paul]
3911
3912         2.5.0-rc1 released
3913
3914 2006-08-14 [paul]       2.4.0cvs47
3915
3916         * src/prefs_display_header.c
3917                 re-enable user-defined Displayed Headers
3918
3919 2006-08-14 [paul]       2.4.0cvs46
3920
3921         * src/prefs_account.c
3922                 use GTK_STOCK_EDIT
3923
3924 2006-08-13 [colin]      2.4.0cvs45
3925
3926         * src/common/utils.c
3927                 Fix "a" in quote when the original message is empty,
3928                 by using \0 instead of 'a' to test writability of
3929                 temp files.
3930
3931 2006-08-13 [wwp]        2.4.0cvs44
3932
3933         * src/plugins/spamassassin/spamassassin.c
3934                 fix capitalization of "SpamAssassin" in some debug, log and
3935                 dialog messages.
3936
3937 2006-08-13 [paul]       2.4.0cvs43
3938
3939         * src/editldap.c
3940                 fix overlapping widgets
3941         * src/prefs_account.c
3942                 fix translation of protocol_names[]
3943                 fix label disappearing off the edge of the
3944                 visible area
3945
3946 2006-08-12 [paul]       2.4.0cvs42
3947
3948         * manual/plugins.xml
3949                 update IRC channel info before it gets forgotten
3950                 about
3951
3952 2006-08-11 [colin]      2.4.0cvs41
3953
3954         * src/compose.c
3955         * src/mainwindow.c
3956         * src/mainwindow.h
3957         * src/procmsg.c
3958         * src/procmsg.h
3959         * src/summaryview.c
3960         * src/toolbar.c
3961                 Grey out the Send button if
3962                 - Queue folders are empty, or
3963                 - We're sending already
3964
3965 2006-08-11 [wwp]        2.4.0cvs40
3966
3967         * src/main.c
3968                 fix a logic issue when quitting while a compose window is
3969                 still open, thanks to Colin.
3970
3971 2006-08-10 [colin]      2.4.0cvs39
3972
3973         * src/main.c
3974                 Fix default font size setting after wizard run
3975         * src/imap.c
3976         * src/etpan/imap-thread.c
3977         * src/etpan/imap-thread.h
3978                 Fix bug #999 (Timing out on TSL cert validation 
3979                 dialog makes ugly things happen). Also, STARTTLS
3980                 unconditionnaly if initial capabilities contain
3981                 LOGINDISABLED and STARTTLS.
3982
3983 2006-08-09 [colin]      2.4.0cvs38
3984
3985         * src/mainwindow.c
3986         * src/mainwindow.h
3987                 Fix Tools/Actions sensitivity when there are
3988                 no actions
3989
3990 2006-08-09 [colin]      2.4.0cvs37
3991
3992         * src/prefs_filtering.c
3993                 Warning fix, patch by Paul
3994         * src/messageview.c
3995         * src/prefs_actions.c
3996         * src/prefs_filtering_action.c
3997         * src/prefs_matcher.c
3998                 Uniformisation of "Info ..." to "Info..." (for
3999                 old gtk), patch by Fabien
4000         * src/plugins/clamav/clamav_plugin_gtk.c
4001                 Sensitivity fix by Fabien
4002
4003 2006-08-09 [colin]      2.4.0cvs36
4004
4005         * src/main.c
4006         * src/main.h
4007                 Add a function to know whether we're exiting
4008         * src/plugins/trayicon/trayicon.c
4009                 If exiting, don't do anything. Faster, and
4010                 avoids gtk_main_iteration reentracy causing
4011                 segfaults at exit
4012
4013 2006-08-09 [colin]      2.4.0cvs35
4014
4015         * src/messageview.c
4016         * src/mimeview.c
4017         * src/mimeview.h
4018                 Fix lack of part selection when automatically 
4019                 jumping to a specific part
4020         * src/msgcache.c
4021                 Little optimisation in cache reading
4022
4023 2006-08-09 [colin]      2.4.0cvs34
4024
4025         * src/compose.c
4026                 Fix crash setting the priority on reedit
4027                 (Accessing compose before creating it!)
4028
4029 2006-08-08 [colin]      2.4.0cvs33
4030
4031         * src/procmime.c
4032                 Fix bug #998 (last attachment is not accessible)
4033                 Bad RFC interpretation on multipart close-delimiters
4034         * src/mimeview.c
4035         * src/mimeview.h
4036         * src/gtk/gtkvscrollbutton.c
4037         * src/gtk/gtkvscrollbutton.h
4038                 Make attachments list wheel-scrollable
4039
4040 2006-08-07 [colin]      2.4.0cvs32
4041
4042         * src/gtk/gtkaspell.c
4043                 Fix bug #973 (Unicode punctation characters 
4044                 are not recognized as separators by the
4045                 spell checker); fix unsigned stuff
4046
4047 2006-08-07 [colin]      2.4.0cvs31
4048
4049         * src/compose.c
4050                 Fix bug #956 (DnD text with accents in compose 
4051                 text entry); fix gccc's signed/unsigned fuss
4052
4053 2006-08-06 [colin]      2.4.0cvs30
4054
4055         * src/main.c
4056                 Fix bug #979 (Plugin crashes when exiting 
4057                 sylpheed-claws) : handle exit request only 
4058                 once
4059
4060 2006-08-05 [colin]      2.4.0cvs29
4061
4062         * src/news.c
4063                 Just make sure we have a msgid.
4064
4065 2006-08-05 [colin]      2.4.0cvs28
4066
4067         * src/news.c
4068         * src/summaryview.c
4069                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
4070                 by reimplementing it
4071         * src/textview.c
4072                 Fix bug when hiding quotes with level > 3 and quote
4073                 colors are recycled
4074
4075 2006-08-04 [colin]      2.4.0cvs27
4076
4077         * src/compose.c
4078         * src/undo.c
4079         * src/undo.h
4080                 Fix a bit replace-by-pasting undo
4081         * src/mainwindow.c
4082         * src/messageview.c
4083                 Fix Fold quotes menu synchro in
4084                 mainwindow when it changes in 
4085                 messageview
4086         * src/textview.c
4087                 Fix right-click on quotes blocks
4088         * src/common/utils.c
4089                 Verify that the file created by
4090                 my_tmpfile() is writable. Fixes
4091                 bug #988 (very specific filesystem
4092                 issue)
4093         * src/plugins/pgpcore/sgpgme.c
4094                 Fix file descriptor leak
4095         * src/plugins/spamassassin/spamassassin.c
4096                 Warn once if spamd isn't reachable
4097
4098 2006-08-04 [colin]      2.4.0cvs26
4099
4100         * src/toolbar.c
4101                 i18n context patch by Fabien
4102
4103 2006-08-03 [colin]      2.4.0cvs25
4104
4105         * src/mainwindow.c
4106         * src/messageview.c
4107                 Rename "Hide quotes" to "Fold quotes"
4108         * src/textview.c
4109                 Don't use hand cursor on quotes. "all 
4110                 the bonuses of the feature and none of 
4111                 unwelcome side-effects"
4112
4113 2006-08-03 [colin]      2.4.0cvs24
4114
4115         * AUTHORS
4116         * sylpheed-claws.desktop
4117         * src/gtk/authors.h
4118                 Bring the desktop file to XDG compliance
4119                 Patch by Charles A. Edwards
4120
4121 2006-08-03 [colin]      2.4.0cvs23
4122
4123         * src/textview.c
4124                 Fix links offset when they are preceded
4125                 by accentued chars (g_utf8_strlen!)
4126         * src/mainwindow.c
4127                 Fix wrong status when starting offline
4128
4129
4130 2006-08-03 [wwp]        2.4.0cvs22
4131
4132         * src/prefs_common.h
4133                 ask what to do w/ filtering rules that belong to an account when
4134                 applying filtering rules manually from the main window (skip,
4135                 apply regardless of the account, use current account). This dialog
4136                 can be skipped and the last reply used.
4137                 (forgot that file)
4138
4139 2006-08-03 [wwp]        2.4.0cvs21
4140
4141         * src/filtering.c
4142         * src/filtering.h
4143         * src/prefs_common.c
4144         * src/summaryview.c
4145         * src/alertpanel.c
4146         * src/alertpanel.h
4147         * src/messageview.c
4148                 ask what to do w/ filtering rules that belong to an account when
4149                 applying filtering rules manually from the main window (skip,
4150                 apply regardless of the account, use current account). This dialog
4151                 can be skipped and the last reply used.
4152
4153
4154 2006-08-03 [colin]      2.4.0cvs20
4155
4156         * src/textview.c
4157                 Optimize previous patch
4158
4159 2006-08-03 [cleroy]     2.4.0cvs19
4160
4161         * src/textview.c
4162                 Fix quotes getting toggled back when the
4163                 mail has an even number of text parts
4164
4165 2006-08-02 [colin]      2.4.0cvs18
4166
4167         * src/messageview.c
4168                 Add Hide quotes menu
4169
4170 2006-08-02 [colin]      2.4.0cvs17
4171
4172         * src/mainwindow.c
4173         * src/prefs_common.c
4174         * src/textview.c
4175         * src/textview.h
4176         * src/gtk/about.c
4177                 Allow per-level quote hiding,
4178                 Allow toggling quotes by double-clicking them
4179                 Rename RemoteURI to ClickableText to reflect
4180                 the fact it's used for a variety of things
4181
4182 2006-08-02 [wwp]        2.4.0cvs16
4183
4184         * src/mainwindow.c
4185                 fix "View/Hide quotes" menu item status initialization.
4186
4187 2006-08-02 [wwp]        2.4.0cvs15
4188
4189         * src/matcher_parser_parse.y
4190                 remove a debug trace.
4191
4192 2006-08-02 [paul]       2.4.0cvs14
4193
4194         * src/plugins/pgpcore/passphrase.c
4195                 don't set initial dialog size
4196                 make it resizable
4197
4198 2006-08-02 [paul]       2.4.0cvs13
4199
4200         * src/noticeview.c
4201                 remove the rogue '/' character
4202
4203 2006-08-02 [paul]       2.4.0cvs12
4204
4205         * src/noticeview.c
4206                 allow buttons to resize as necessary
4207
4208 2006-08-01 [wwp]        2.4.0cvs11
4209
4210         * src/mbox.c
4211                 fix strict ISO C90 compliance.
4212
4213 2006-08-01 [wwp]        2.4.0cvs10
4214
4215         * tools/update-po
4216                 updated update-po tool to work w/ context-dependent translations.
4217                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
4218
4219 2006-08-01 [wwp]        2.4.0cvs9
4220
4221         * src/matcher.c
4222         * src/prefs_filtering.c
4223         * src/prefs_matcher.c
4224                 allow context-dependent translations for "All",
4225                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4226
4227 2006-07-31 [colin]      2.4.0cvs8
4228
4229         * AUTHORS
4230         * src/gtk/authors.h
4231                 Add Rafal to authors
4232
4233 2006-07-31 [colin]      2.4.0cvs7
4234
4235         * src/compose.c
4236         * src/mainwindow.c
4237         * src/messageview.h
4238         * src/prefs_common.c
4239         * src/prefs_common.h
4240         * src/textview.c
4241                 Add 'View/Hide quotes'. Patch based on a patch
4242                 by Rafal Weglarz
4243
4244 2006-07-31 [colin]      2.4.0cvs6
4245
4246         * src/action.c
4247                 Fix problem with "> stuff >" actions
4248
4249 2006-07-31 [paul]       2.4.0cvs5
4250
4251         * po/nb.po
4252                 updated by Geir Helland
4253
4254 2006-07-31 [wwp]        2.4.0cvs4
4255
4256         * src/mainwindow.c
4257         * src/summaryview.c
4258         * src/summaryview.h
4259                 add "View/Go to/Parent message" and "View/Go to/Last read message",
4260                 thanks to Colin.
4261
4262 2006-07-31 [wwp]        2.4.0cvs3
4263
4264         * src/Makefile.am
4265         * src/addr_compl.c
4266         * src/addr_compl.h
4267         * src/addressbook.c
4268         * src/addressbook.h
4269         * src/addressbook_foldersel.c
4270         * src/addressbook_foldersel.h
4271         * src/addrindex.c
4272         * src/addrindex.h
4273         * src/matcher.c
4274         * src/matcher.h
4275         * src/matcher_parser_lex.l
4276         * src/matcher_parser_parse.y
4277         * src/prefs_common.c
4278         * src/prefs_common.h
4279         * src/prefs_filtering.c
4280         * src/prefs_matcher.c
4281         * src/prefs_matcher.h
4282         * src/summaryview.c
4283                 introduce filtering against the address book. It's now possible to add
4284                 matched conditions to determine if any email address in a message matches
4285                 or doesn't match any or all books or folders in the address book.
4286
4287 2006-07-31 [wwp]        2.4.0cvs2
4288
4289         * src/account.c
4290         * src/filtering.c
4291         * src/filtering.h
4292         * src/folder.c
4293         * src/folderview.c
4294         * src/inc.c
4295         * src/mainwindow.c
4296         * src/matcher.c
4297         * src/matcher_parser_lex.l
4298         * src/matcher_parser_parse.y
4299         * src/mbox.c
4300         * src/prefs_filtering.c
4301         * src/prefs_filtering.h
4302         * src/procmsg.c
4303         * src/procmsg.h
4304         * src/summaryview.c
4305                 introduce per-account filtering rules. Each filtering rule can now be assigned
4306                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
4307                 when applying filtering rules manually, as all rules will apply - even the ones
4308                 assigned to an account. This issue will be addressed soon.
4309  
4310
4311
4312 2006-07-31 [wwp]        2.4.0cvs1
4313
4314         * src/quote_fmt.c
4315                 make more strings translatable.
4316
4317 2006-07-31 [paul]       2.4.0
4318
4319         2.4.0 released
4320
4321 2006-07-31 [paul]       2.3.1cvs91
4322
4323         * po/ca.po
4324                 updated by Miquel Oliete
4325
4326 2006-07-31 [paul]       2.3.1cvs90
4327
4328         * po/de.po
4329         * po/el.po
4330         * po/fr.po
4331         * po/it.po
4332         * po/pl.po
4333         * po/pt_BR.po
4334         * po/sr.po
4335         * po/zh_CN.po
4336                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
4337                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
4338                 Aleksandar Urosevic, and Ralgh Young
4339
4340 2006-07-31 [paul]       2.3.1cvs89
4341
4342         * src/account.c
4343         * src/main.c
4344         * src/mainwindow.c
4345         * src/mainwindow.h
4346                 Fix a race condition when, after an SC crash, rescanning
4347                 folders took more than 0.5 seconds
4348                 Thanks to Colin
4349
4350 2006-07-31 [paul]       2.3.1cvs88
4351
4352         * src/folderview.c
4353                 don't translate separator strings
4354
4355 2006-07-30 [mones]      2.3.1cvs87
4356
4357         * doc/man/sylpheed-claws.1
4358                 Fixed non-ASCII chars in Hoa's name
4359         * po/es.po
4360                 Updated for release
4361
4362 2006-07-27 [colin]      2.3.1cvs86
4363
4364         * src/textview.c
4365                 Don't include the leading \n in links
4366                 Patch by Fabien
4367
4368 2006-07-25 [colin]      2.3.1cvs85
4369
4370         * src/mainwindow.c
4371         * src/common/socket.h
4372         * src/etpan/imap-thread.c
4373                 Refresh resolvers before connecting
4374                 to IMAP servers, and after switching
4375                 to online. Thanks to Paul.
4376
4377 2006-07-18 [colin]
4378
4379         * 2.4.0-rc4 released
4380
4381 2006-07-17 [colin]      2.3.1cvs84
4382
4383         * src/inc.c
4384                 Show connection attempt in statusbar before
4385                 connecting (previously first message was
4386                 "Retrieving messages from ..." after the
4387                 connection succeeded.
4388
4389 2006-07-16 [wwp]        2.3.1cvs83
4390
4391         * sylpheed-claws.ico
4392                 Added .ico file (windows multi-size icon file, generated).
4393
4394 2006-07-12 [wwp]        2.3.1cvs82
4395
4396         * src/messageview.c
4397                 remove Message/Re-edit menu entry from messageview window,
4398                 as sent/draft/queued messages are opened in compose window when
4399                 re-edited and it's not possible to re-edit other msgs.
4400
4401 2006-07-12 [paul]       2.3.1cvs81
4402
4403         * AUTHORS
4404         * src/mainwindow.c
4405         * src/gtk/authors.h
4406                 check online state before resetting
4407                 mailcheck timer. Useful if some program
4408                 verifies connection state and updates
4409                 Claws.
4410                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
4411
4412 2006-07-12 [paul]       2.3.1cvs80
4413
4414         * sylpheed-claws-128x128.png
4415         * sylpheed-claws-64x64.png
4416         * sylpheed-claws.png
4417         * src/Makefile.am
4418         * src/main.c
4419         * src/prefs_toolbar.c
4420         * src/stock_pixmap.c
4421         * src/stock_pixmap.h
4422         * src/wizard.c
4423         * src/gtk/about.c
4424         * src/gtk/gtkutils.c
4425         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
4426         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
4427         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
4428         * src/pixmaps/sylpheed.xpm              ** REMOVED **
4429         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
4430         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
4431                 updated and renamed logo/icon files and related
4432                 logo by Jesper Schultz
4433
4434 2006-07-11 [paul]       2.3.1cvs79
4435
4436         * src/main.c
4437                 fix the labels a smidgin
4438
4439 2006-07-09 [colin]      2.3.1cvs78
4440
4441         * src/textview.c
4442                 Show errors in textviewer's command
4443                 Patch by H. Merijn Brand
4444
4445 2006-07-09 [colin]      2.3.1cvs77
4446
4447         * src/compose.c
4448                 Save FMID in drafts too
4449
4450 2006-07-08 [colin]      2.3.1cvs76
4451
4452         * src/compose.c
4453                 Svae RMID in drafted mails too
4454                 Save quote_fmt vars for whole mails,
4455                 don't reset at each quote_fmt_init:
4456                 allows to use the same |i{var} in
4457                 various template fields
4458         * src/prefs_template.c
4459         * src/quote_fmt.h
4460         * src/quote_fmt_parse.y
4461                 Same
4462
4463 2006-07-08 [colin]      2.3.1cvs75
4464
4465         * src/textview.c
4466                 Fix highlighting of attached parts URIs
4467
4468 2006-07-08 [colin]      2.3.1cvs74
4469
4470         * src/main.c
4471                 Prevent bug #981 (sc 2.3.1 segfaults with 
4472                 gtk+ 2.10) from being reported again:
4473                 if Sylpheed-Claws has been compiled against
4474                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
4475                 of if Sylpheed-Claws has been compiled against
4476                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
4477                 error out.
4478
4479 2006-07-07 [colin]      2.3.1cvs73
4480
4481         * src/prefs_actions.c
4482                 Fix label
4483
4484 2006-07-07 [colin]      2.3.1cvs72
4485
4486         * src/prefs_actions.c
4487                 Fix compile on gtk < 2.8. argh :)
4488
4489 2006-07-07 [paul]       2.3.1cvs71
4490
4491         * src/common/defs.h
4492                 update DONATE_URI
4493
4494 2006-07-07 [colin]      2.3.1cvs70
4495
4496         * po/POTFILES.in
4497         * src/quote_fmt.c
4498         * src/quote_fmt_lex.l
4499         * src/quote_fmt_parse.y
4500                 Add |i{var}, a way to insert user-entered
4501                 text in a template
4502
4503 2006-07-07 [colin]
4504
4505         * 2.4.0-rc3 released
4506
4507 2006-07-07 [colin]      2.3.1cvs69
4508
4509         * src/folder.c
4510                 Don't consider inboxes of UNKNOWN folder 
4511                 classes to be useable as default inboxes
4512
4513 2006-07-07 [paul]       2.3.1cvs68
4514
4515         * src/textview.c
4516                 add missing #include <errno.h>
4517                 Thanks to René J. Blokland
4518
4519 2006-07-07 [paul]       2.3.1cvs67
4520
4521         * src/action.c
4522                 Return now Closes dialog
4523         * src/mimeview.c
4524         * src/mimeview.h
4525         * src/textview.c
4526                 add contextual menu to mime parts listed
4527                 in the textview
4528                 Thanks to Colin
4529         * src/common/utils.c
4530                 reversal: ' is a valid character in URLs
4531
4532 2006-07-06 [colin]      2.3.1cvs66
4533
4534         * src/remotefolder.h
4535                 Forgotten in previous commit
4536
4537 2006-07-06 [colin]      2.3.1cvs65
4538
4539         * src/folder.c
4540                 Set summary update flag whenever
4541                 totals changed
4542         * src/imap.c
4543         * src/prefs_account.c
4544         * src/common/utils.h
4545         * src/etpan/imap-thread.c
4546                 Fix warnings, thanks to Fabien and
4547                 Ricardo
4548
4549 2006-07-06 [wwp]        2.3.1cvs64
4550
4551         * src/gtk/gtkutils.c
4552                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
4553
4554 2006-07-06 [wwp]        2.3.1cvs63
4555
4556         * src/account.c
4557         * src/addressbook.c
4558         * src/addressitem.h
4559         * src/folderview.c
4560         * src/mainwindow.c
4561         * src/manual.c
4562         * src/manual.h
4563         * src/message_search.c
4564         * src/prefs_actions.c
4565         * src/prefs_filtering.c
4566         * src/prefs_filtering.h
4567         * src/prefs_template.c
4568         * src/summary_search.c
4569         * src/summaryview.c
4570         * src/gtk/gtkutils.c
4571         * src/gtk/gtkutils.h
4572         * src/gtk/pluginwindow.c
4573                 add help buttons to some dialogs. Clicking such buttons opens a
4574                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
4575
4576 2006-07-06 [paul]       2.3.1cvs62
4577
4578         * src/textview.c
4579                 fix attachments contextual menu
4580                 Thanks to Colin
4581
4582 2006-07-05 [colin]      2.3.1cvs61
4583
4584         * src/textview.c
4585         * src/compose.c
4586                 Handle sftp:// links
4587
4588 2006-07-05 [paul]       2.3.1cvs60
4589
4590         * src/gtk/filesel.c
4591                 grab save button by default
4592                 Thanks to Colin
4593
4594 2006-07-05 [wwp]        2.3.1cvs59
4595
4596         * manual/xml2pdf
4597                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
4598
4599 2006-07-04 [colin]      2.3.1cvs58
4600
4601         * src/mimeview.c
4602         * src/textview.c
4603                 Use left click to select, middle click to open
4604                 on mimeparts links
4605         * src/common/utils.c
4606                 Fix segfault
4607
4608 2006-07-04 [colin]      2.3.1cvs57
4609
4610         * src/mainwindow.c
4611         * src/news.c
4612                 Warning fixes, thanks to Fabien
4613
4614 2006-07-04 [colin]      2.3.1cvs56
4615
4616         * src/mimeview.c
4617         * src/mimeview.h
4618         * src/textview.c
4619                 Allow parts to be selected via their text label
4620                 in textview
4621
4622 2006-07-04 [colin]      2.3.1cvs55
4623
4624         * src/folderview.c
4625                 Feedback when closing (for big folders)
4626         * src/prefs_actions.c
4627         * src/prefs_filtering.c
4628         * src/prefs_matcher.c
4629         * src/prefs_template.c
4630                 Fix default button when closing without
4631                 having saved
4632
4633 2006-07-04 [colin]      2.3.1cvs54
4634
4635         * src/news.c
4636                 Delete local file on deletion
4637
4638 2006-07-03 [colin]      2.3.1cvs53
4639
4640         * src/folderview.c
4641         * src/main.c
4642                 Don't freeze when rescanning after crash
4643
4644 2006-07-03 [wwp]        2.3.1cvs52
4645
4646         * src/compose.c
4647         * src/privacy.c
4648         * src/privacy.h
4649         * src/plugins/pgpinline/pgpinline.c
4650         * src/plugins/pgpmime/pgpmime.c
4651                 don't report an error when the user cancels the passphrase dialog.
4652
4653 2006-07-02 [colin]      2.3.1cvs51
4654
4655         * src/folderview.c
4656                 Open message when crossing folders with Space,
4657                 goto next unread and friends
4658
4659 2006-07-01 [colin]      2.3.1cvs50
4660
4661         * src/prefs_account.c
4662                 Typographic rules varying from language
4663                 to language (in french "Protocole :"),
4664                 we have to do that :)
4665
4666 2006-07-01 [ticho]      2.3.1cvs49
4667
4668         * src/prefs_account.c
4669                 Only use one temporary gchar* variable in
4670                 prefs_account_protocol_set_optmenu().
4671
4672 2006-07-01 [ticho]      2.3.1cvs48
4673
4674         * src/prefs_account.c
4675         * src/prefs_account.h
4676                 Use GtkLabel for existing account protocol name.
4677                 Created an array for protocol names and populate the
4678                 combobox from it in a for() cycle.
4679
4680 2006-06-30 [colin]      2.3.1cvs47
4681
4682         * src/compose.c
4683                 Block undo when changing signature (by changing
4684                 account)
4685
4686 2006-06-30 [paul]       2.3.1cvs46
4687
4688         * src/send_message.c
4689                 when editing From in the Compose window, use that address
4690                 in the Return-Path: header
4691                 Thanks to Colin
4692
4693 2006-06-30 [colin]      2.3.1cvs45
4694
4695         * src/compose.c
4696                 Fix signature replacement:
4697                 - when no newline before separator
4698                 - when reediting
4699
4700 2006-06-29 [colin]      2.3.1cvs44
4701
4702         * src/folderview.c
4703         * src/folderview.h
4704         * src/mainwindow.c
4705         * src/summaryview.c
4706                 Let 'View/Go to/Next marked' work like
4707                 Next new & Next unread: across folders
4708                 Change the select_on_entry pref to do
4709                 what we want when changing folder
4710         * src/common/utils.c
4711                 Fix single-quoted links 
4712
4713 2006-06-29 [colin]      2.3.1cvs43
4714
4715         * src/gtk/gtkaspell.c
4716                 "Sylpheed" and "Sylpheed-Claws" do exist !
4717
4718 2006-06-29 [colin]      2.3.1cvs42
4719
4720         * src/imap.c
4721                 Forgot to remove debug
4722
4723 2006-06-29 [colin]      2.3.1cvs41
4724
4725         * src/imap.c
4726         * src/imap.h
4727         * src/mainwindow.c
4728                 Disconnect from IMAP servers when going
4729                 offline. Fixes bug #978 (going to offline-mode 
4730                 won't close connections)
4731
4732 2006-06-29 [colin]      2.3.1cvs40
4733
4734         * src/main.c
4735                 Fix transient setting on failing plugins
4736                 Patch by Fabien
4737         * src/plugins/pgpcore/sgpgme.c
4738                 Only warn for OpenPGP. Most people don't
4739                 have CMS available.
4740
4741 2006-06-29 [colin]      2.3.1cvs39
4742
4743         * src/compose.c
4744                 Fix Spelling menu (discrepancy between context menu
4745                 and top menu when folder's dictionary isn't the 
4746                 default one)
4747         * src/plugins/pgpcore/sgpgme.c
4748                 More error reporting about why gpgme can fail
4749
4750 2006-06-29 [wwp]        2.3.1cvs38
4751
4752         * src/mainwindow.c
4753                 honor the display-header-pane setting even when the message view
4754                 is a separate window.
4755
4756 2006-06-29 [wwp]        2.3.1cvs37
4757
4758         * src/prefs_actions.c
4759                 forgot to commit that one (use of GTK_STOCK_INFO).
4760
4761 2006-06-29 [colin]      2.3.1cvs36
4762
4763         * src/imap.c
4764                 Better handling of login errors (ask the password
4765                 again once), alert in case of error. Fix three
4766                 signedness warnings.
4767
4768 2006-06-28 [wwp]        2.3.1cvs35
4769
4770         * src/prefs_template.c
4771         * src/prefs_matcher.c
4772         * src/prefs_filtering_action.c
4773         * src/prefs_quote.c
4774                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
4775                 patch by Fabien Vantard, slightly modified.
4776
4777 2006-06-28 [paul]
4778
4779         2.4.0-rc2 released
4780
4781 2006-06-28 [colin]      2.3.1cvs34
4782
4783         * src/prefs_account.c
4784                 Fix bug #977 (Can't add or edit imap accounts)
4785
4786 2006-06-28 [colin]      2.3.1cvs33
4787
4788         * src/mimeview.c
4789                 Fix previous
4790
4791 2006-06-28 [colin]      2.3.1cvs32
4792
4793         * src/mimeview.c
4794                 Save named inlined attachments with "Save all"
4795         * src/main.c
4796         * src/mbox.c
4797         * src/common/plugin.c
4798         * src/common/plugin.h
4799         * src/common/sylpheed.c
4800         * src/common/utils.c
4801         * src/plugins/pgpcore/sylpheed.def
4802         * src/plugins/pgpinline/sylpheed.def
4803         * src/plugins/pgpmime/sylpheed.def
4804                 Win32 compatibility patch, by
4805                 Werner Koch
4806
4807 2006-06-28 [wwp]        2.3.1cvs31
4808
4809         * src/imap.c
4810         * src/prefs_folder_item.c
4811                 less compilation warnings (thanks to Fabien Vantard), less typos.
4812
4813 2006-06-28 [paul]       2.3.1cvs30
4814
4815         * src/gtk/gtkutils.c
4816                 gtk_combo_box_set_focus_on_click() is only
4817                 available since gtk 2.6.0
4818
4819 2006-06-28 [paul]       2.3.1cvs29
4820
4821         * src/prefs_ext_prog.c
4822                 fix engrish and add a tooltip for the
4823                 'command for 'Display as text' option
4824
4825 2006-06-28 [paul]
4826
4827         2.4.0-rc1 released
4828
4829 2006-06-28 [paul]       2.3.1cvs28
4830
4831         * ChangeLog
4832         * tools/Makefile.am
4833                 include textviewer.pl in releases
4834
4835 2006-06-28 [paul]       2.3.1cvs27
4836
4837         * src/prefs_ext_prog.c
4838                 hide Print command option if libgnomeprint
4839                 support is present
4840
4841 2006-06-27 [colin]      2.3.1cvs26
4842
4843         * src/compose.c
4844                 Fix Esc handling in insert/attach dialog
4845                 Don't show this dialog if dragging something
4846                 else than text/uri-list
4847                 Thanks to Fabien Vantard
4848         * tools/textviewer.pl
4849                 Filter script to display stuff as text
4850                 by H. Merijn Brand
4851
4852 2006-06-27 [wwp]        2.3.1cvs25
4853
4854         * src/messageview.c
4855                 use the exact product name (message view title), patch
4856                 by Fabien Vantard.
4857
4858 2006-06-27 [ticho]      2.3.1cvs24
4859
4860         * src/prefs_account.c
4861         * src/prefs_common.c
4862         * src/prefs_common.h
4863         * src/prefs_ext_prog.c
4864         * src/textview.c
4865                 Add a preference (Preferences/External programs)
4866                 to allow "Display as text" to be done via a script
4867                 (patch by H.Merijn Brand).
4868                 Use GtkComboBox for protocol selection in account
4869                 preferences.
4870                 Only include current choice for existing accounts, and
4871                 insensitivize the combobox.
4872
4873 2006-06-27 [paul]       2.3.1cvs23
4874
4875         * src/mbox.c
4876                 fix crasher introduced in cvs21.
4877                 Thanks to Colin
4878
4879 2006-06-26 [colin]      2.3.1cvs22
4880
4881         * src/mbox.c
4882                 Fix double-frees when leaving folders
4883                 after exporting to mbox
4884
4885 2006-06-26 [colin]      2.3.1cvs21
4886
4887         * src/mbox.c
4888                 More feedback (and optimisation)
4889                 on import/export
4890         * src/common/utils.c
4891                 Fix case when looking for mail addresses
4892         * src/gtk/gtkutils.c
4893                 Extra check for (X-)Face
4894
4895 2006-06-25 [ticho]      2.3.1cvs20
4896
4897         * src/compose.c
4898         * src/exphtmldlg.c
4899         * src/gtk/gtkutils.c
4900         * src/gtk/gtkutils.h
4901                 Added second argument to gtkut_sc_combobox_create() to
4902                 control focus-on-click for the widget.
4903                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
4904
4905 2006-06-25 [ticho]      2.3.1cvs19
4906
4907         * src/compose.c
4908         * src/gtk/Makefile.am
4909         * src/gtk/combobox.c
4910         * src/gtk/combobox.h
4911         * src/gtk/gtkutils.c
4912         * src/gtk/gtkutils.h
4913                 Use GtkComboBox instead of deprecated GtkOptionMenu
4914                 for account selector in compose window and for encoding
4915                 selector in attachment properties.
4916                 Also factorise working with the new GtkComboBox somewhat.
4917
4918 2006-06-24 [paul]       2.3.1cvs18
4919
4920         * src/prefs_common.c
4921                 use the correct default value
4922
4923 2006-06-24 [paul]       2.3.1cvs17
4924
4925         * src/compose.c
4926         * src/prefs_common.c
4927         * src/prefs_common.h
4928         * src/prefs_compose_writing.c
4929                 enable setting of default action when
4930                 dnd'ing files in the compose window.
4931                 (Collaborative effort with wwp)
4932
4933 2006-06-23 [wwp]        2.3.1cvs16
4934
4935         * src/compose.c
4936                 i18n fix (thanks to Fabien Vantard)
4937
4938 2006-06-22 [colin]      2.3.1cvs15
4939
4940         * src/prefs_customheader.c
4941                 Don't use filters in custom headers' file 
4942                 selector. Remember, extensions mean nothing :)
4943
4944 2006-06-22 [paul]       2.3.1cvs14
4945
4946         * configure.ac
4947                 allow setting of man directory location
4948
4949 2006-06-22 [colin]      2.3.1cvs13
4950
4951         * src/mainwindow.c
4952                 Add 'View/Go to/Next unread folder'.
4953                 I missed that :)
4954
4955 2006-06-22 [colin]      2.3.1cvs12
4956
4957         * src/common/utils.c
4958                 Add some subject prefixes
4959                 Patch by Bjorn T Johansen <btj@havleik.no>
4960
4961 2006-06-22 [colin]      2.3.1cvs11
4962
4963         * manual/advanced.xml
4964                 Forgotten hidden pref
4965
4966 2006-06-21 [paul]       2.3.1cvs10
4967
4968         * src/prefs_account.c
4969                 complete the removal of 'Add date header' option
4970
4971 2006-06-21 [paul]       2.3.1cvs9
4972
4973         * src/account.c
4974         * src/compose.c
4975         * src/prefs_account.c
4976         * src/prefs_account.h
4977                 remove option to add date header - always
4978                 add date header
4979         * src/etpan/imap-thread.c
4980                 fix warnings (Thanks to Colin)
4981
4982 2006-06-21 [wwp]        2.3.1cvs8
4983
4984         * src/folder.c
4985                 set the attachment flag when inline text part are (file)named. This is more convenient
4986                 when receiving (for instance) inline source files or patches sent using thunderbird.
4987
4988 2006-06-21 [paul]       2.3.1cvs7
4989
4990         * src/inc.c
4991                 fix off-by-one count of current msg in
4992                 statusbar filtering progressbar
4993
4994 2006-06-21 [paul]       2.3.1cvs6
4995
4996         * src/folder.c
4997                 Show attachment icon even if the part is 'inline'
4998                 if the following conditions are met:
4999                 - content-type != 'text/plain'
5000                 - content-type != '*/pgp-signature'
5001                 - either 'name' or 'filename' parameter is not NULL
5002                 
5003                 Thanks to Colin
5004
5005 2006-06-21 [paul]       2.3.1cvs5
5006
5007         * src/messageview.c
5008         * src/prefs_common.c
5009         * src/prefs_common.h
5010         * src/prefs_other.c
5011                 add an option to 'Never send Return
5012                 Receipts'
5013                 Thanks to Colin
5014
5015 2006-06-20 [mones]      2.3.1cvs4
5016
5017         * po/es.po
5018                 updated
5019         * src/compose.c
5020                 typo fixed (space after comma)
5021         * tools/make.themes.project
5022                 remove exec mode from tarball files
5023
5024 2006-06-20 [colin]      2.3.1cvs3
5025
5026         * src/news.c
5027         * src/procheader.c
5028         * src/unmime.c
5029                 Better fix for \n's in headers (don't 
5030                 break Received: and others)
5031
5032 2006-06-20 [paul]       2.3.1cvs2
5033
5034         * src/alertpanel.c
5035         * src/textview.c
5036                 improve legibility of phishing attempt
5037                 dialog
5038
5039 2006-06-20 [paul]       2.3.1cvs1
5040
5041         * NEWS
5042         * README
5043         * configure.ac
5044                 Update version number following
5045                 stable release
5046
5047 2006-06-20 [colin]      2.3.0cvs26
5048
5049         * src/compose.c
5050                 When dragging a file to the text of the compose
5051                 window, ask whether we want to insert or attach
5052                 (I know lots of people who do that to attach)
5053
5054 2006-06-20 [colin]      2.3.0cvs25
5055
5056         * src/etpan/imap-thread.c
5057                 Fix threshold (the append command is often > 32 bytes)
5058
5059 2006-06-19 [colin]      2.3.0cvs24
5060
5061         * src/imap.c
5062         * src/etpan/imap-thread.c
5063                 Workaround Rockliffe IMAP server bug: replace
5064                 "x UID SEARCH (ANSWERED UID 1:*)" with
5065                 "x UID SEARCH ANSWERED"
5066                 (Rockliffe doesn't handle the parenthesis)
5067
5068 2006-06-19 [colin]      2.3.0cvs23
5069
5070         * src/compose.c
5071         * src/imap.c
5072         * src/etpan/imap-thread.c
5073                 Probably fix bug #972 (Freezes when adding 
5074                 an attachment to the message)
5075         * src/common/defs.h
5076                 Modernize Firefox cmd
5077
5078
5079 2006-06-18 [colin]      2.3.0cvs22
5080
5081         * src/prefs_customheader.c
5082                 Only allow correct filenames for various
5083                 custom headers
5084
5085 2006-06-18 [colin]      2.3.0cvs21
5086
5087         * src/prefs_customheader.c
5088                 Add a 'From File...' button in custom headers prefs, which
5089                 try to do the right thing: 
5090                 for normal headers, use file as plaintext,
5091                 for X-Face, calls compface,
5092                 for Face, encode to b64.
5093
5094 2006-06-17 [colin]      2.3.0cvs20
5095
5096         * src/mh.c
5097                 Warning fix
5098
5099 2006-06-16 [colin]      2.3.0cvs19
5100
5101         * src/summaryview.c
5102                 Recursive quicksearch: show message list
5103                 in current folder, *then* search children
5104                 in the background.
5105
5106 2006-06-16 [colin]      2.3.0cvs18
5107
5108         * src/main.c
5109                 Instead of ignoring SIGPIPE, save caches
5110                 when getting one. Will fix the fact that
5111                 hot caches are out-of-date when logging 
5112                 out of Xorg.
5113         * src/compose.c
5114         * src/prefs_compose_writing.c
5115                 Only save text (not attachments) when 
5116                 auto-saving to drafts
5117         * src/unmime.c
5118                 Always replace \n, \r and \t with spaces
5119                 in headers
5120         * manual/dist/html/Makefile.am
5121         * manual/dist/pdf/Makefile.am
5122         * manual/dist/ps/Makefile.am
5123         * manual/dist/txt/Makefile.am
5124         * manual/fr/dist/html/Makefile.am
5125         * manual/fr/dist/pdf/Makefile.am
5126         * manual/fr/dist/ps/Makefile.am
5127         * manual/fr/dist/txt/Makefile.am
5128         * manual/pl/dist/html/Makefile.am
5129         * manual/pl/dist/pdf/Makefile.am
5130         * manual/pl/dist/ps/Makefile.am
5131         * manual/pl/dist/txt/Makefile.am
5132                 Fix make clean removing pregenerated manuals
5133
5134
5135 2006-06-16 [colin]      2.3.0cvs17
5136
5137         * src/plugins/pgpcore/sgpgme.c
5138         * src/plugins/pgpmime/pgpmime.c
5139         * src/plugins/pgpinline/pgpinline.c
5140                 Better error reporting in setup_signers.
5141                 Don't fallback to default key if specified
5142                 key isn't found.
5143                 Don't allow signing if more than one secret
5144                 key matches the one specified in prefs.
5145
5146 2006-06-15 [colin]      2.3.0cvs16
5147
5148         * src/folderview.c
5149                 Add "Send queue" in the folder's contextual
5150                 menu
5151         * src/compose.c
5152         * src/messageview.c
5153         * src/privacy.c
5154         * src/privacy.h
5155         * src/procmime.c
5156         * src/procmsg.c
5157         * src/plugins/pgpcore/passphrase.c
5158         * src/plugins/pgpcore/sgpgme.c
5159         * src/plugins/pgpinline/pgpinline.c
5160         * src/plugins/pgpmime/pgpmime.c
5161                 Better error reporting
5162         * src/mbox.c
5163                 Probably fix bug #971 (2.2.3 cannot read mail 
5164                 from local mbox)
5165
5166
5167 2006-06-15 [mones]      2.3.0cvs15
5168
5169         * tools/make.themes.project
5170                 creates the themes project from the web page
5171
5172 2006-06-15 [colin]      2.3.0cvs14
5173
5174         * src/folder.c
5175                 Better fix (avoid losing the folder if scan_tree 
5176                 fails)
5177
5178 2006-06-15 [cleroy]     2.3.0cvs13
5179
5180         * src/folder.c
5181                 Probably fix Bug #969 (crash on rebuilding 
5182                 imap folder)
5183
5184 2006-06-14 [colin]      2.3.0cvs12
5185
5186         * manual/dtd/manual.xsl
5187         * manual/sylpheed-claws-manual.xml
5188         * manual/fr/sylpheed-claws-manual.xml
5189         * manual/pl/sylpheed-claws-manual.xml
5190                 Insert pagebreaks between sections
5191
5192 2006-06-14 [paul]       2.3.0cvs11
5193
5194         * configure.ac
5195                 better fix than 2.3.0cvs10
5196
5197 2006-06-14 [paul]       2.3.0cvs10
5198
5199         * configure.ac
5200                 fix setting of PACKAGE_DATA_DIR with newer autoconf
5201                 (backwards compatible)
5202
5203 2006-06-13 [colin]      2.3.0cvs9
5204
5205         * src/messageview.c
5206                 Fix sending of return receipt with the new queue folders
5207
5208 2006-06-13 [wwp]        2.3.0cvs8
5209
5210         * src/quote_fmt_lex.l
5211                 fix wrong tokens returned in quote_fmt lexer, query not().
5212
5213 2006-06-13 [wwp]        2.3.0cvs7
5214
5215         * src/folder.c
5216         * src/prefs_folder_item.c
5217                 allow changing folder type even when folder is not a top-level one,
5218                 thanks to Colin.
5219
5220 2006-06-12 [colin]      2.3.0cvs6
5221
5222         * src/folderview.c
5223                 Fix double-ask of "Do you want to mark all
5224                 as read"
5225
5226 2006-06-12 [colin]      2.3.0cvs5
5227
5228         * src/compose.c
5229         * src/compose.h
5230         * src/folder.c
5231         * src/folder.h
5232         * src/imap.c
5233         * src/inc.c
5234         * src/main.c
5235         * src/messageview.c
5236         * src/mh.c
5237         * src/prefs_folder_item.c
5238         * src/procheader.c
5239         * src/procmime.c
5240         * src/procmsg.c
5241         * src/procmsg.h
5242         * src/send_message.c
5243         * src/summaryview.c
5244         * src/toolbar.c
5245                 Apply bug #964's patch (Queue and drafts aren't normal)
5246                 The Drafts and Queue folder now contain RFC-822 files,
5247                 allowing to move and copy mails from and to these 
5248                 folders. Moving from Drafts to Queue will prepare the
5249                 mail for sending (PGP signature, encryption, etc).
5250                 This patch also rework sending errors handling to try
5251                 to be more helpful.
5252                 Also, allow redefining folder types via the GUI 
5253                 (Folder type in its Properties)
5254
5255 2006-06-12 [colin]      2.3.0cvs4
5256
5257         * src/summaryview.c
5258         * src/prefs_common.c
5259         * src/prefs_common.h
5260         * src/gedit-print.c
5261                 Allow to define a specific print font - patch
5262                 by Bernhard Walle <bernhard.walle@gmx.de>
5263         * src/prefs_fonts.c
5264         * manual/advanced.xml
5265         * manual/fr/advanced.xml
5266                 Add a hidden pref to allow deletion without
5267                 confirmation
5268
5269 2006-06-12 [wwp]        2.3.0cvs3
5270
5271         * .cvsignore
5272                 more files to ignore.
5273
5274 2006-06-12 [wwp]        2.3.0cvs2
5275
5276         * src/quote_fmt.c
5277         * src/quote_fmt_lex.l
5278         * src/quote_fmt_parse.y
5279                 extend the quote_fmt parser (templates and quotes):
5280                 - allow limited sub-expressions in |p{} and |f{} expressions,
5281                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
5282                 - implemented/fixed missing implementation of query_references and show_references,
5283                 - completed, fixed contents and format of the symbols help dialog,
5284                 - fix some compilation warnings.
5285
5286 2006-06-12 [wwp]        2.3.0cvs1
5287
5288         * manual/advanced.xml
5289         * manual/fr/advanced.xml
5290                 updates in the "templates" section of the manual (eng/fr):
5291                  - be more precise (both versions)
5292                  - completed to match the english reference (fr version)
5293                  - touchups (both versions)
5294
5295 2006-06-12 [paul]       2.3.0
5296
5297         2.3.0 released
5298
5299 2006-06-12 [paul]       2.2.3cvs14
5300
5301         * po/ca.po
5302         * po/cs.po
5303         * po/de.po
5304         * po/el.po
5305         * po/fr.po
5306         * po/it.po
5307         * po/pt_BR.po
5308         * po/sr.po
5309         * po/zh_CN.po
5310                 updated by Miquel Oliete, Tim, Stephan Sachse,
5311                 Stavros Giannouris, Fabien Vantard, Andrea
5312                 Spadaccini, Frederico Goncalves Guimaraes,
5313                 Aleksandar Urosevic, and Ralgh Young
5314
5315 2006-06-12 [colin]      2.2.3cvs13
5316
5317         * src/mbox.c
5318                 Add missing header
5319
5320 2006-06-11 [colin]      2.2.3cvs12
5321
5322         * src/msgcache.c
5323                 Verify that g_malloc() succeeded
5324
5325 2006-06-11 [colin]      2.2.3cvs11
5326
5327         * src/wizard.c
5328                 Add Face header to welcome mail
5329
5330 2006-06-10 [colin]      2.2.3cvs10
5331
5332         * src/textview.c
5333                 Revert previous (Forgot it changes the
5334                 margin on the whole mail)
5335
5336 2006-06-10 [colin]      2.2.3cvs9
5337
5338         * src/textview.c
5339                 Don't overlap long headers under (X-)Face
5340
5341 2006-06-10 [mones]      2.2.3cvs8
5342
5343         * manual/xml2pdf
5344                 allow generation of manual on systems lacking saxon binary
5345                 but with java and the saxon library installed
5346
5347         * po/es.po
5348                 updated for release
5349
5350 2006-06-09 [colin]      2.2.3cvs7
5351
5352         * src/summaryview.c
5353                 Fix leak when using Display Sender using Addressbook
5354
5355 2006-06-09 [colin]      2.2.3cvs6
5356
5357         * src/compose.c
5358         * src/folder.c
5359         * src/folderview.c
5360         * src/mimeview.c
5361         * src/summaryview.c
5362                 More leaks fixes
5363
5364 2006-06-09 [paul]       2.2.3cvs5
5365
5366         * AUTHORS
5367         * src/gtk/authors.h
5368         * tools/claws.i18n.status.pl
5369                 updated with new info
5370
5371 2006-06-09 [paul]       2.2.3cvs4
5372
5373         * README
5374                 updated
5375         * manual/ack.xml
5376                 add wwp to authors list
5377         * src/gtk/authors.h
5378                 update mine and Colin's addresses
5379
5380 2006-06-08 [colin]      2.2.3cvs3
5381
5382         * src/etpan/imap-thread.c
5383                 Fix leak on SSL cert check
5384
5385 2006-06-08 [colin]      2.2.3cvs2
5386
5387         * src/common/utils.c
5388                 Fix leak
5389
5390 2006-06-08 [paul]       2.2.3cvs1
5391
5392         * configure.ac
5393                 Update version number following
5394                 stable release
5395
5396 2006-06-07 [colin]      2.2.2cvs3
5397
5398         * src/msgcache.c
5399                 Fix catching cache read errors (guint instead of gint)
5400                 Prevent malloc'ing more than 8MB (means cache corruption)
5401
5402 2006-06-07 [paul]       2.2.2cvs2
5403
5404         * src/exporthtml.c
5405         * src/exportldif.c
5406         * src/mh.c
5407         * src/mutt.c
5408         * src/pine.c
5409         * src/common/utils.c
5410                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
5411                 obey $HOME'
5412                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
5413                 Thanks to Colin
5414
5415 2006-06-06 [paul]       2.2.2cvs1
5416
5417         * configure.ac
5418                 Update version number following
5419                 stable release
5420
5421 2006-06-06 [paul]       2.2.1cvs6
5422
5423         * src/matcher.c
5424                 fix  implicit declaration of
5425                 sylpheed_do_idle()
5426                 Patch by Fabien Vantard
5427
5428 2006-06-06 [paul]       2.2.1cvs5
5429
5430         * src/matcher.c
5431                 fix age_greater and age_lower so that they
5432                 mean what say and not '...or equal to'
5433                 Thanks to Colin
5434
5435 2006-06-06 [paul]       2.2.1cvs4
5436
5437         * src/textview.c
5438         * src/common/utils.c
5439                 fix URI check
5440                 Thanks to Colin
5441
5442 2006-06-05 [wwp]        2.2.1cvs3
5443
5444         * manual/fr/account.xml
5445                 minor language fixes (thanks to Fabien Vantard).
5446
5447 2006-06-05 [colin]      2.2.1cvs2
5448
5449         * src/prefs_folder_item.c
5450         * src/folderview.c
5451                 Allow recursive setting of properties 
5452                 for whole mailboxes
5453         * src/matcher.c
5454                 Don't freeze on 'test' filtering rule
5455
5456 2006-06-05 [colin]      2.2.1cvs1
5457
5458         * configure.ac
5459                 Update version number following
5460                 stable release
5461
5462 2006-06-04 [wwp]        2.2.0cvs82
5463
5464         * manual/glossary.xml
5465         * manual/account.xml
5466         * manual/fr/glossary.xml
5467         * manual/fr/account.xml
5468                 added glossary section and references/links related to the Face custom header.
5469
5470 2006-06-04 [colin]      2.2.0cvs81
5471
5472         * src/summaryview.c
5473                 Skip to next message on move with no
5474                 immediate execution
5475
5476 2006-06-04 [wwp]        2.2.0cvs80
5477
5478         * manual/xml2pdf
5479                 added sanity checks, exit when needed.
5480
5481 2006-06-03 [paul]       2.2.0cvs79
5482
5483         * src/prefs_receive.c
5484                 page name is now 'Receiving'
5485         * src/prefs_send.c
5486                 page name is now 'Sending'
5487
5488 2006-06-03 [colin]      2.2.0cvs78
5489
5490         * src/plugins/spamassassin/spamassassin_gtk.c
5491                 Autoswitch to Localhost if transport was previously
5492                 disabled. Else people had to check [] Enable, then
5493                 *reselect* transport.
5494
5495 2006-06-03 [colin]      2.2.0cvs77
5496
5497         * src/plugins/pgpinline/pgpinline.c
5498         * src/plugins/pgpmime/pgpmime.c
5499                 Check that gpg_data_release_and_get_mem 
5500                 didn't fail (now, why this happens...)
5501
5502 2006-06-03 [colin]      2.2.0cvs76
5503
5504         * src/mbox.c
5505                 Fix bug #962 (Manual and/or UI should 
5506                 warn about incompatible locking 
5507                 causing dataloss)
5508
5509 2006-06-02 [cleroy]     2.2.0cvs75
5510
5511         * src/filtering.c
5512         * src/folder.c
5513         * src/procmsg.c
5514         * src/summaryview.c
5515                 Fix a few leaks
5516
5517 2006-06-02 [colin]      2.2.0cvs74
5518
5519         * src/main.c
5520                 On exit, free caches after writing them
5521                 Shuts up some valgrind false positives
5522         * src/procmsg.c
5523         * src/send_message.c
5524                 Fix races when reusing existing SMTP connections
5525                 Fix inexistant session timeout
5526         * src/toolbar.c
5527                 Display alertpanel after all queues have
5528                 been processed, not after each
5529
5530 2006-06-02 [wwp]        2.2.0cvs73
5531
5532         * manual/fr/glossary.xml
5533         * manual/fr/ack.xml
5534         * manual/ack.xml
5535                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
5536
5537 2006-06-02 [wwp]        2.2.0cvs72
5538
5539         * manual/xml2pdf
5540         * manual/dist/pdf/Makefile.am
5541         * manual/dtd/manual.xsl
5542         * manual/fr/dist/pdf/Makefile.am
5543         * manual/pl/dist/pdf/Makefile.am
5544                 we changed the procedure to generate the .pdf version of the manual.
5545                 The procedure is more modern and the .pdf we get now has a valid index.
5546                 Here are the new pre-requisites:
5547
5548                 - JRE 1.x (1.4 here): there must be one from your distro
5549                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
5550                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
5551                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
5552
5553                 See my posts for further info about the installation of this toolchain:
5554
5555                 Date: Fri, 19 May 2006 19:40:06 +0200
5556                 From: wwp <subscript@free.fr>
5557                 To: sylpheed-claws-devel@lists.sourceforge.net
5558                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
5559
5560                 and
5561
5562                 Date: Wed, 24 May 2006 12:58:49 +0200
5563                 From: wwp <subscript@free.fr>
5564                 To: sylpheed-claws-devel@lists.sourceforge.net
5565                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
5566
5567 2006-06-01 [colin]      2.2.0cvs71
5568
5569         * src/compose.c
5570                 Better guards against IMAP races
5571         * src/main.c
5572         * src/prefs_common.c
5573         * src/prefs_common.h
5574         * src/common/ssl_certificate.c
5575         * src/etpan/imap-thread.c
5576         * src/etpan/imap-thread.h
5577         * src/gtk/sslcertwindow.c
5578                 New hidden option ssl_skip_cert_check to 
5579                 avoid dups of bug #959 (libetpan linked
5580                 against gnutls and gnutls buggy on 64bit)
5581                 Present expired warning only once per
5582                 session/server.
5583         * manual/advanced.xml
5584         * manual/fr/advanced.xml
5585                 Document new option
5586
5587 2006-06-01 [wwp]        2.2.0cvs70
5588
5589         * src/messageview.c
5590                 fix for bug #961 (return receipt dialog 
5591                 complains incorrectly about return-path 
5592                 email adress being different), thanks 
5593                 to Colin.
5594
5595 2006-05-31 [cleroy]     2.2.0cvs69
5596
5597         * src/common/ssl.c
5598                 Guard against NULLs, although this
5599                 should never be an issue
5600
5601 2006-05-31 [colin]      2.2.0cvs68
5602
5603         * src/filtering.c
5604                 Use g_slist_prepend
5605         * src/imap.c
5606                 Don't remove caches when destroying folder, it
5607                 could (should) be done at exit
5608         * src/inc.c
5609                 free processing cache after incorporation
5610         * src/etpan/imap-thread.c
5611                 Maybe fix bug #959 (Crash on moving to emails 
5612                 to a imap account per ssl with a expired 
5613                 certificate.)
5614
5615 2006-05-30 [colin]      2.2.0cvs67
5616
5617         * src/summaryview.c
5618                 Put back event flush when displaying message
5619                 It avoids reading a bunch of messages just
5620                 by hitting shift-n for too long ;)
5621
5622 2006-05-29 [colin]      2.2.0cvs66
5623
5624         * src/summaryview.c
5625                 Remove useless g_warnings
5626
5627 2006-05-29 [colin]      2.2.0cvs65
5628
5629         * src/imap.c
5630                 Fix g_slist_append()s for performance
5631
5632 2006-05-29 [colin]      2.2.0cvs64
5633
5634         * src/compose.c
5635         * src/common/utils.c
5636                 Fix extraneous tab at start of addresses
5637         * src/mainwindow.c
5638                 Fix warnings (thanks to Fabien)
5639                 Fix crash at exit when composing messages 
5640                 exist
5641         * src/pop.c
5642                 Fix progress bar when deleting expired mails
5643                 Thanks to Hiro
5644         * src/summaryview.c
5645         * src/gtk/gtksctree.c
5646                 Fix re-sorting slowness
5647
5648 2006-05-29 [paul]       2.2.0cvs63
5649
5650         * src/mh.c
5651                 fetch full message when moving mails
5652                 from another mailbox, (fixed data loss
5653                 when filtering from IMAP to MH, introduced
5654                 in 2.2.0cvs57).
5655                 Thanks to Colin
5656
5657 2006-05-29 [mones]      2.2.0cvs62
5658
5659         * src/gtk/gtksctree.c
5660                 Unselect faster (patch by Colin)        
5661
5662 2006-05-26 [colin]      2.2.0cvs61
5663
5664         * src/summaryview.c
5665                 Unplug MSGINFO_UPDATE callback on delete too.
5666
5667 2006-05-26 [colin]      2.2.0cvs60
5668
5669         * src/foldersel.c
5670                 Fix bold in folder selection window with glib2.10
5671                 thanks Hiro
5672
5673 2006-05-26 [colin]      2.2.0cvs59
5674
5675         * src/procheader.c
5676                 Convert date only if necessary (and don't
5677                 try to convert from utf8 to utf8, too)
5678         * src/summaryview.c
5679                 Only set column's text if the column's 
5680                 displayed
5681
5682 2006-05-26 [colin]      2.2.0cvs58
5683
5684         * src/summaryview.c
5685         * src/gtk/gtkutils.c
5686                 Fix useless warning
5687
5688 2006-05-26 [colin]      2.2.0cvs57
5689
5690         * src/mainwindow.c
5691                 Make summaryview selectable as long as 
5692                 no message has focus
5693         * src/mh.c
5694                 Faster deletion (by implementing mh_remove_msgs)
5695                 Faster copy (avoid using mh_fetch_msg just to get
5696                 the filename)
5697                 Faster move (using move_file instead of copy_file
5698                 if MSG_IS_MOVE)
5699                 No progressbar if total number of mails to cp/mv 
5700                 is less than 100
5701         * src/summaryview.c
5702                 Fix removal from subject_table when mail gets moved
5703                 Faster deletion (g_slist_prepend instead of append)
5704         * src/gtk/gtksctree.c
5705                 Remove useless code
5706
5707 2006-05-25 [colin]      2.2.0cvs56
5708
5709         * src/common/ssl_certificate.c
5710                 Fix leak in expired cert check
5711
5712 2006-05-25 [colin]      2.2.0cvs55
5713
5714         * src/mh.c
5715                 Disable flags syncing on .mh_sequences - it
5716                 is buggy and marks mails read under unknown
5717                 conditions.
5718
5719 2006-05-25 [paul]
5720
5721         * 2.3.0-rc4 released
5722
5723 2006-05-24 [colin]      2.2.0cvs54
5724
5725         attention cvs users: if you manage to crash
5726         Sylpheed-Claws while moving, copying or deleting
5727         mails, we *are* interested in stack traces and
5728         valgrind logs. It looks stable, but one never
5729         knows...
5730
5731         * src/folder.c
5732                 Add progressbar for cache updates
5733         * src/folderutils.c
5734                 Optimize Mark all read in the current
5735                 folder
5736         * src/mh.c
5737                 Add progressbar for copy/move
5738         * src/procmsg.c
5739                 Optimize O(n^2) in copy/move
5740         * src/summaryview.c
5741         * src/gtk/gtksctree.c
5742                 Optimize O(n^2) algos
5743         * src/common/timing.h
5744                 Display ms instead of us
5745
5746 2006-05-24 [wwp]        2.2.0cvs53
5747
5748         * manual/fr/advanced.xml
5749                 updates to the French manual.
5750
5751 2006-05-24 [wwp]        2.2.0cvs52
5752
5753         * src/common/utils.c
5754                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
5755
5756 2006-05-24 [wwp]        2.2.0cvs51
5757
5758         * src/folderutils.c
5759                 fixed "mark all read" in MH folders (thanks to Colin).
5760
5761 2006-05-24 [paul]       2.2.0cvs50
5762
5763         * doc/man/sylpheed-claws.1
5764                 updated the man page
5765
5766 2006-05-23 [colin]      2.2.0cvs49
5767
5768         * src/folderview.c
5769         * src/imap.c
5770         * src/inc.c
5771         * src/mbox.c
5772         * src/messageview.c
5773         * src/news.c
5774         * src/send_message.c
5775         * src/summaryview.c
5776         * src/gtk/sslcertwindow.c
5777                 alertpanel fixes, by Fabien
5778
5779 2006-05-23 [colin]      2.2.0cvs48
5780
5781         * src/folder.c
5782         * src/folderview.c
5783         * src/msgcache.c
5784         * src/summaryview.c
5785         * src/gtk/gtksctree.c
5786         * src/gtk/gtksctree.h
5787                 More timings
5788                 Fix slow loading problem, which was caused by the
5789                 use of some gtk_ctree funcs and their use of
5790                 g_list_position while gtk_ctree_(un)link'ing.
5791                 Reap more functions from gtkctree.c to be sure we
5792                 use our (fast) version instead of theirs.
5793         * src/mh.c
5794                 Fix copy of unread mails
5795
5796
5797 2006-05-22 [wwp]        2.2.0cvs47
5798
5799         * manual/fr/advanced.xml
5800                 updated.
5801
5802 2006-05-22 [colin]      2.2.0cvs46
5803
5804         * src/filtering.c
5805                 Fix possible infinite loop. 'copy' is not a 
5806                 final action, so when encountering a 'copy',
5807                 we have to check if a previous one was set
5808                 and do it. In the same way, if we encounter
5809                 a 'move' we have to perform a possibly 
5810                 pending 'copy'. This will slow down filtering
5811                 on IMAP if move+copy or multiple copy actions
5812                 are to be done, but handling it via the batch
5813                 would be really too convoluted.
5814
5815 2006-05-22 [wwp]        2.2.0cvs45
5816
5817         * manual/fr/advanced.xml
5818         * manual/fr/faq.xml
5819         * manual/fr/glossary.xml
5820         * manual/fr/handling.xml
5821         * manual/fr/intro.xml
5822         * manual/fr/plugins.xml
5823         * manual/fr/sylpheed-claws-manual.xml
5824                 sync w/ the english manual: updates URIs, documented mailing-list
5825                 support, better explanation about the enabled/disabled feature
5826                 in filtering/processing rules by Paul.
5827
5828 2006-05-21 [colin]      2.2.0cvs44
5829
5830         * src/summaryview.c
5831                 Don't expand after building threads, but during
5832
5833 2006-05-21 [colin]      2.2.0cvs43
5834
5835         * src/procmsg.c
5836         * src/summaryview.c
5837                 More timing possibilities... For next time I have 
5838                 to find out how the hell some 3GHz computer takes
5839                 one minute to open a 30k folder...
5840
5841 2006-05-21 [colin]      2.2.0cvs42
5842
5843         * manual/pl/advanced.xml
5844         * manual/pl/faq.xml
5845         * manual/pl/glossary.xml
5846         * manual/pl/handling.xml
5847         * manual/pl/intro.xml
5848         * manual/pl/plugins.xml
5849         * manual/pl/sylpheed-claws-manual.xml
5850                 Polish manual updated by Pawel
5851
5852 2006-05-20 [colin]
5853
5854         * 2.3.0-rc3 released
5855
5856 2006-05-20 [colin]      2.2.0cvs41
5857
5858         * src/imap.c
5859                 Fix -rc2 problems:
5860                 - remove cache of moved messages from original folder
5861                 - apply new flags to messages even if they aren't appliable
5862                   via IMAP.
5863
5864 2006-05-20 [colin]
5865
5866         * 2.3.0-rc2 released
5867
5868 2006-05-19 [colin]      2.2.0cvs40
5869
5870         * src/imap.c
5871                 Don't issue SELECT in imap_change_flags
5872                 before having checked that we indeed have
5873                 some flags to change. MSG_POSTFILTERED for
5874                 example can't be used on IMAP.
5875                 Fixes bug #955 (copying messages between 
5876                 imap folders is extremely slow), which was
5877                 a regression.
5878
5879 2006-05-19 [colin]      2.2.0cvs39
5880
5881         * src/folder.c
5882         * src/folder.h
5883         * src/folderview.c
5884                 Try to fix bug #830 (Some unread messages 
5885                 get marked read in IMAP inbox):
5886                 - Prevent scanning a folder if it's being 
5887                   opened via the GUI
5888                 - Postpone opening via the GUI of a folder
5889                   currently scanned.
5890
5891
5892 2006-05-19 [wwp]        2.2.0cvs38
5893
5894         * manual/advanced.xml
5895                 fix English+typo (thanks to Paul).
5896
5897 2006-05-19 [wwp]        2.2.0cvs37
5898
5899         * manual/advanced.xml
5900         * manual/fr/advanced.xml
5901         * src/gtk/logwindow.c
5902         * src/prefs_common.c
5903         * src/prefs_common.h
5904                 added hidden prefs to allow customization of colors used in
5905                 protocol log window (useful for dark gtk+ themes).
5906
5907 2006-05-19 [wwp]        2.2.0cvs36
5908
5909         * ChangeLog
5910                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
5911
5912 2006-05-19 [paul]       2.2.0cvs35
5913
5914         * src/textview.c
5915                 make Reply-To fully clickable
5916         * src/gtk/logwindow.c
5917                 more colouring (SMTP ESMTP)
5918         Both patches by Pawel Pekala
5919
5920 2006-05-19 [cleroy]     2.2.0cvs34
5921
5922         * src/mh.c
5923                 Don't update flags from current folder
5924                 Probably fixes bug #935 (Read Messages 
5925                 Revert to Being Marked as Unread)
5926
5927 2006-05-18 [colin]      2.2.0cvs33
5928
5929         * src/imap.c
5930                 Warning fix
5931         * src/compose.c
5932         * src/mainwindow.c
5933         * src/summaryview.c
5934         * src/toolbar.c
5935                 Allow replying to multiple emails
5936                 in multiple windows
5937         * src/mimeview.c
5938         * src/etpan/imap-thread.c
5939                 Leak fixes
5940
5941 2006-05-18 [paul]       2.2.0cvs32
5942
5943         * src/summaryview.c
5944                 keep Mailing-List menu refreshed
5945                 Thanks to Colin
5946
5947 2006-05-18 [paul]       2.2.0cvs31
5948
5949         * manual/advanced.xml
5950         * manual/faq.xml
5951         * manual/glossary.xml
5952         * manual/handling.xml
5953         * manual/intro.xml
5954         * manual/plugins.xml
5955         * manual/sylpheed-claws-manual.xml
5956                 update URLs
5957                 add info about mailing-list support
5958                 edit filtering info
5959         * src/wizard.c
5960         * src/common/defs.h
5961         * src/gtk/about.c
5962         * src/plugins/dillo_viewer/README
5963                 update URLs
5964
5965 2006-05-17 [wwp]        2.2.0cvs30
5966
5967         * manual/handling.xml
5968         * manual/fr/handling.xml
5969                 documented the ability to enabled/disable filtering/processing rules.
5970
5971 2006-05-17 [colin]      2.2.0cvs29
5972
5973         * src/main.c
5974                 Don't initialize g_thread subsystem if it's 
5975                 already done (thanks to Hiro)
5976         * src/mimeview.c
5977                 Fix saving of parts when there name can't be
5978                 converted from UTF-8.
5979
5980 2006-05-17 [paul]       2.2.0cvs28
5981
5982         * po/Makefile.in.in
5983                 fix config.status warning with autoconf 2.60
5984
5985 2006-05-17 [paul]       2.2.0cvs27
5986
5987         * po/POTFILES.in
5988                 add src/mbox.c
5989
5990 2006-05-17 [wwp]        2.2.0cvs26
5991
5992         * src/mainwindow.c
5993                 fix useless and potentially dangerous buffer walking (thanks to Colin).
5994
5995 2006-05-17 [wwp]        2.2.0cvs25
5996
5997         * src/plugins/demo/demo.c
5998                 updated product name in plugin demo (many plugins need to be
5999                 sync'ed w/ that change).
6000
6001 2006-05-17 [colin]      2.2.0cvs24
6002
6003         * src/mh.c
6004                 Fix leak
6005
6006 2006-05-16 [colin]      2.2.0cvs23
6007
6008         * src/mainwindow.c
6009                 Stupid me hit again. Fix cvs22.
6010
6011 2006-05-16 [colin]      2.2.0cvs22
6012
6013         * src/mainwindow.c
6014                 Fix bug #922 (sylpheed-claws crashed after 
6015                 pushing on Inbox folder)
6016
6017 2006-05-16 [colin]      2.2.0cvs21
6018
6019         * src/compose.c
6020                 Make From header be copy/paste/select-able
6021
6022 2006-05-16 [wwp]        2.2.0cvs20
6023
6024         * src/export.c
6025         * src/matcher.c
6026         * src/summaryview.c
6027         * src/etpan/imap-thread.c
6028                 fix some compiler warnings (thanks to Colin).
6029
6030 2006-05-16 [wwp]        2.2.0cvs19
6031
6032         * src/action.c
6033         * src/gedit-print.c
6034         * src/inc.c
6035         * src/mainwindow.c
6036         * src/mh.c
6037         * src/statusbar.c
6038         * src/send_message.c
6039         * src/summaryview.c
6040                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
6041
6042 2006-05-15 [colin]      2.2.0cvs18
6043
6044         * src/procmsg.c
6045                 Fix automatic rule creation with List-Post
6046
6047 2006-05-15 [paul]       2.2.0cvs17
6048
6049         * tools/filter_conv_new.pl
6050                 updated for rule enabling/disabling
6051                 claws version >= 2.3.x required
6052
6053 2006-05-15 [cleroy]     2.2.0cvs16
6054
6055         * src/main.c
6056                 Revert test
6057
6058 2006-05-15 [cleroy]     2.2.0cvs15
6059
6060         * src/main.c
6061                 test
6062
6063 2006-05-15 [wwp]        2.2.0cvs14
6064
6065         * manual/pl/.cvsignore
6066                 ignore generated files.
6067
6068 2006-05-14 [wwp]        2.3.0-rc1
6069
6070         * 2.3.0-rc1 released
6071
6072 2006-05-13 [wwp]        2.2.0cvs13
6073
6074         * src/filtering.c
6075         * src/filtering.h
6076         * src/matcher.c
6077         * src/matcher_parser_lex.l
6078         * src/matcher_parser_parse.y
6079         * src/prefs_filtering.c
6080                 new feature: provide the ability to disable filtering and processing
6081                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
6082                 adaptations.
6083
6084 2006-05-13 [colin]      2.2.0cvs12
6085
6086         * src/compose.c
6087                 Remove useless if (a) b; else b;
6088                 Thanks to wwp
6089
6090 2006-05-13 [wwp]        2.2.0cvs11
6091
6092         * src/export.c
6093         * src/import.c
6094         * src/mainwindow.c
6095         * src/mbox.c
6096         * src/summaryview.c
6097         * src/summaryview.h
6098                 no more silent failures (or at least less ones) when importing
6099                 or exporting from/to mbox. Also start importing/exporting if
6100                 the necessary info is set.
6101
6102 2006-05-13 [wwp]        2.2.0cvs10
6103
6104         * RELEASE_NOTES
6105                 restored up-to-date release notes.
6106
6107 2006-05-13 [paul]       2.2.0cvs9
6108
6109         * po/nl.po
6110         * po/ru.po
6111                 updated by Tim Dijkstra and Pavlo Bohmat
6112
6113 2006-05-12 [colin]      2.2.0cvs8
6114
6115         * src/gtk/quicksearch.c
6116                 Add "k" as shortcut for "colorlabel". Patch
6117                 by ath42@users.sf.net.
6118
6119 2006-05-12 [paul]       2.2.0cvs7
6120
6121         * src/prefs_common.h
6122         * src/prefs_summaries.c
6123         * src/summaryview.c
6124                 when entering a folder also allow
6125                 going directly to first Marked message
6126
6127 2006-05-12 [paul]       2.2.0cvs6
6128
6129         * src/summaryview.c
6130                 always obey 'confirm before marking all
6131                 mails read' option
6132
6133 2006-05-12 [paul]       2.2.0cvs5
6134
6135         * src/textview.c
6136                 make Sender fully clickable
6137
6138 2006-05-12 [colin]      2.2.0cvs4
6139
6140         * src/compose.c
6141         * src/compose.h
6142                 Let From be editable
6143         * src/main.c
6144         * src/mh.c
6145                 Full support of .mh_sequences' Unseen seq
6146
6147 2006-05-12 [colin]      2.2.0cvs3
6148
6149         * src/folder.c
6150         * src/mainwindow.c
6151         * src/mainwindow.h
6152         * src/messageview.c
6153         * src/prefs_spelling.c
6154         * src/procheader.c
6155         * src/procmsg.c
6156         * src/procmsg.h
6157         * src/summaryview.c
6158         * src/toolbar.c
6159         * src/toolbar.h
6160                 Add contextual menu on Compose toolbar
6161                 button. Fixes bug #944 (Automatic
6162                 addresses not applied when changing account
6163                 from compose window)
6164                 add Mailing List support
6165                 based on the old 0.6.5claws25 patch by
6166                 Melvin Hadasht, with finishing touches
6167                 by Colin
6168                 Fix "ignore thread" when mails are threaded by
6169                 subject (and weren't ignored although appearing
6170                 in the thread).
6171                 GUI rework.
6172                 Both patches by Pawel.
6173
6174 2006-05-08 [paul]       2.2.0cvs2
6175
6176         * src/mainwindow.c
6177         * src/mainwindow.h
6178         * src/messageview.c
6179         * src/procheader.c
6180         * src/procmsg.c
6181         * src/procmsg.h
6182         * src/summaryview.c
6183                 add Mailing List support
6184                 based on the old 0.6.5claws25 patch by 
6185                 Melvin Hadasht, with finishing touches
6186                 by Colin
6187
6188 2006-05-08 [colin]      2.2.0cvs1
6189
6190         * src/mainwindow.c
6191         * src/toolbar.c
6192         * src/toolbar.h
6193                 Add contextual menu on Compose toolbar 
6194                 button. Fixes bug #944 (Automatic 
6195                 addresses not applied when changing account 
6196                 from compose window)
6197
6198 2006-05-08 [paul]       2.2.0
6199
6200         2.2.0 released
6201
6202 2006-05-08 [paul]       2.1.1cvs51
6203
6204         * po/cs.po
6205         * po/de.po
6206         * po/en_GB.po
6207         * po/fi.po
6208         * po/fr.po
6209         * po/pt_BR.po
6210         * po/sr.po
6211         * po/zh_CN.po
6212                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6213                 Fabien Vantard, Frederico Goncalves Guimaraes,
6214                 Aleksandar Urosevic, and Ralgh Young
6215
6216 2006-05-12 [colin]      2.1.1cvs50
6217
6218         * po/cs.po
6219         * po/de.po
6220         * po/en_GB.po
6221         * po/es.po
6222         * po/fi.po
6223         * po/fr.po
6224         * po/pt_BR.po
6225         * po/sr.po
6226         * po/zh_CN.po
6227                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6228                 Fabien Vantard, Frederico Goncalves Guimaraes,
6229                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
6230
6231 2006-05-05 [colin]      2.1.1cvs49
6232
6233         * manual/Makefile.am
6234         * manual/pl/Makefile.am
6235         * manual/pl/account.xml
6236         * manual/pl/ack.xml
6237         * manual/pl/addrbook.xml
6238         * manual/pl/advanced.xml
6239         * manual/pl/faq.xml
6240         * manual/pl/glossary.xml
6241         * manual/pl/gpl.xml
6242         * manual/pl/handling.xml
6243         * manual/pl/intro.xml
6244         * manual/pl/keyboard.xml
6245         * manual/pl/plugins.xml
6246         * manual/pl/starting.xml
6247         * manual/pl/sylpheed-claws-manual.xml
6248         * manual/pl/dist/.cvsignore
6249         * manual/pl/dist/Makefile.am
6250         * manual/pl/dist/html/.cvsignore
6251         * manual/pl/dist/html/Makefile.am
6252         * manual/pl/dist/pdf/.cvsignore
6253         * manual/pl/dist/pdf/Makefile.am
6254         * manual/pl/dist/ps/.cvsignore
6255         * manual/pl/dist/ps/Makefile.am
6256         * manual/pl/dist/txt/.cvsignore
6257         * manual/pl/dist/txt/Makefile.am
6258                 Add the polish translation of the manual,
6259                 Authored by Pawel Pekala.
6260
6261 2006-05-05 [cleroy]     2.1.1cvs48
6262
6263         * src/main.c
6264                 Re-read matcherrc after loading plugins 
6265                 if some of them add folders.
6266
6267 2006-05-03 [colin]      2.1.1cvs47
6268
6269         * src/imap.c
6270                 I'm idiot
6271
6272 2006-05-03 [colin]      2.1.1cvs46
6273
6274         * src/imap.c
6275                 Be sure to have a session when
6276                 getting separator
6277
6278 2006-05-03 [colin]      2.1.1cvs45
6279
6280         * src/imap.c
6281         * src/imap.h
6282         * src/imap_gtk.c
6283                 Fix preventing renaming with namespace 
6284                 separator.
6285
6286 2006-05-01 [colin]      2.1.1cvs44
6287
6288         * src/action.c
6289                 Don't reload messageview when result of
6290                 action is piped.
6291
6292 2006-04-29 [colin]      2.1.1cvs43
6293
6294         * src/prefs_receive.c
6295         * src/plugins/spamassassin/spamassassin_gtk.c
6296         * src/plugins/clamav/clamav_plugin_gtk.c
6297                 GUI fixes by Pawel
6298
6299 2006-04-29 [colin]      2.1.1cvs42
6300
6301         * src/prefs_compose_writing.c
6302         * src/prefs_quote.c
6303                 Cleanups. Patch by Pawel
6304
6305 2006-04-28 [paul]       2.1.1cvs41
6306
6307         * src/matcher.c
6308                 fix returned quick search results when search
6309                 term contains an underscore.
6310                 Thanks to Colin
6311
6312 2006-04-28 [paul]       2.1.1cvs40
6313
6314         * src/prefs_message.c
6315         * src/prefs_receive.c
6316                 GUI cleanups
6317                 Patches by Pawel Pekala
6318
6319 2006-04-27 [colin]      2.1.1cvs39
6320
6321         * src/wizard.c
6322                 Differentiate subject Welcome from
6323                 window's title Welcome
6324
6325 2006-04-27 [paul]
6326
6327         2.2.0-rc1 released
6328
6329 2006-04-27 [paul]       2.1.1cvs38
6330
6331         * manual/advanced.xml
6332         * manual/fr/advanced.xml
6333                 add info about compose_no_markup hidden pref
6334
6335 2006-04-27 [paul]       2.1.1cvs37
6336
6337         * src/prefs_account.c
6338                 improve privacy labels
6339         * src/prefs_msg_colors.c
6340                 change some strings for translators' convenience
6341         * src/gtk/gtkutils.c
6342                 don't underline the link button text
6343
6344 2006-04-25 [colin]      2.1.1cvs36
6345
6346         * src/folder.c
6347                 Complete 2.1.1cvs33 (once more ;)
6348
6349 2006-04-25 [colin]      2.1.1cvs35
6350
6351         * src/editldap.c
6352                 Fix tooltip
6353
6354 2006-04-25 [cleroy]     2.1.1cvs34
6355
6356         * src/compose.c
6357         * src/gtk/gtkaspell.c
6358                 Fix crash on redirect (related to the return 
6359                 of the aspell menu in compose's toolbar)
6360         * src/prefs_msg_colors.c
6361                 Fix sensitivity widgets
6362         * src/image_viewer.c
6363         * src/gtk/pluginwindow.c
6364         * src/gtk/prefswindow.c
6365                 Change released signals to clicked (Fabien)
6366         * po/POTFILES.in
6367         * src/common/socket.c
6368         * src/plugins/spamassassin/spamassassin.c
6369                 Translate strings (Fabien)
6370
6371 2006-04-25 [paul]       2.1.1cvs33
6372
6373         * src/folder.c
6374         * src/folder.h
6375         * src/folderview.c
6376                 complete the fix of bug #912
6377                 Thanks to Colin
6378
6379 2006-04-25 [colin]      2.1.1cvs32
6380
6381         * src/news.c
6382                 Better progress bar
6383         * src/mimeview.c
6384         * src/summaryview.c
6385         * src/summaryview.h
6386                 Fix focus chain
6387                 Patches by Pawel Pekala
6388
6389 2006-04-24 [colin]      2.1.1cvs31
6390
6391         * src/compose.c
6392                 Fix compilation warnings (Fabien)
6393
6394 2006-04-24 [colin]      2.1.1cvs30
6395
6396         * src/addrindex.c
6397         * src/editldap.c
6398         * src/editldap_basedn.c
6399         * src/editldap_basedn.h
6400         * src/ldapctrl.c
6401         * src/ldapctrl.h
6402         * src/ldapquery.c
6403         * src/ldaputil.c
6404         * src/ldaputil.h
6405                 Fix bug #901 (LDAPS support)
6406
6407 2006-04-24 [colin]      2.1.1cvs29
6408
6409         * src/compose.c
6410                 Fix logic on error with send dialog on
6411         * src/imap.c
6412                 Fix compilation without libetpan, thanks
6413                 to Fabien
6414         * src/summaryview.c
6415                 Fix 'context-menu' key
6416
6417 2006-04-23 [colin]      2.1.1cvs28
6418
6419         * src/folder.c
6420                 Never free current's cache to free up 
6421                 memory. Fixes bug #912 (new count 
6422                 randomly set to message count)
6423
6424 2006-04-23 [colin]      2.1.1cvs27
6425
6426         * src/gtk/quicksearch.c
6427                 And remove printf...
6428
6429 2006-04-23 [colin]      2.1.1cvs26
6430
6431         * src/gtk/quicksearch.c
6432                 Fix replacing in quicksearch, and fix inserting
6433                 in the middle of the string. (introduced at 2.1.0cvs22)
6434
6435 2006-04-23 [colin]      2.1.1cvs25
6436
6437         * src/imap.c
6438                 Make sure uidnext is initialized in get_num_list
6439                 (not for stable, related to 2.1.1cvs8 and friends)
6440
6441 2006-04-23 [colin]      2.1.1cvs24
6442
6443         * src/imap.c
6444                 Output something when login is successful
6445                 too
6446
6447 2006-04-23 [colin]      2.1.1cvs23
6448
6449         * src/etpan/imap-thread.c
6450                 Better logging (line-per-line, hide data in fetch)
6451                 Fix a const warning
6452         * src/gtk/logwindow.c
6453         * src/gtk/logwindow.h
6454                 Better logging (color for input/output)
6455
6456 2006-04-21 [colin]      2.1.1cvs22
6457
6458         * src/gtk/quicksearch.c
6459                 On gtk+-2.8, use stock buttons in quicksearch
6460                 Based on a patch by Fabien and a design by Paul
6461
6462 2006-04-21 [colin]      2.1.1cvs21
6463
6464         * src/folderview.c
6465         * src/mainwindow.c
6466                 Fix occasional flicker in folderview
6467         * src/common/utils.c
6468                 Fix bug #943 (Incorrectly parsed email address 
6469                 list in short headers on message view and in 
6470                 printouts)
6471
6472 2006-04-20 [colin]      2.1.1cvs20
6473
6474         * src/imap.c
6475         * src/imap.h
6476         * src/prefs_account.c
6477                 Add ANONYMOUS auth for IMAP
6478
6479 2006-04-20 [paul]       2.1.1cvs19
6480
6481         * src/main.c
6482                 proper fix for 2.1.1cvs18
6483                 Thanks to Colin
6484
6485 2006-04-20 [paul]       2.1.1cvs18
6486
6487         * src/main.c
6488                 fix build warnings
6489
6490 2006-04-20 [paul]       2.1.1cvs17
6491
6492         * src/gtk/quicksearch.c
6493                 fix standard, non-extended Quick search,
6494                 was broken in 2.1.1cvs15.
6495                 Thanks to Colin.
6496
6497 2006-04-20 [colin]      2.1.1cvs16
6498
6499         * src/prefs_matcher.c
6500                 Fix values when reselecting a ~test
6501                 rule
6502
6503 2006-04-19 [colin]      2.1.1cvs15
6504
6505         * src/compose.c
6506         * src/compose.h
6507         * src/gtk/gtkaspell.c
6508         * src/gtk/gtkaspell.h
6509                 Put back Options menu in Spelling/
6510         * src/gtk/quicksearch.c
6511                 Don't search, and show error, if the
6512                 advanced search has a syntax error
6513
6514 2006-04-18 [colin]      2.1.1cvs14
6515
6516         * src/textview.c
6517                 Fix gdk warnings on set_cursor when textview
6518                 isn't visible
6519
6520 2006-04-18 [colin]      2.1.1cvs13
6521
6522         * src/gtk/gtksctree.c
6523                 Remove seemingly useless refresh that causes
6524                 flicker - watch this commit in case of 
6525                 problems before planned backport to stable
6526
6527 2006-04-18 [colin]      2.1.1cvs12
6528
6529         * src/imap.c
6530                 Factorize get/set_xml code
6531         * src/compose.c
6532         * src/prefs_account.c
6533         * src/prefs_account.h
6534         * src/procmsg.c
6535                 Add Encrypt to self option
6536
6537 2006-04-17 [colin]      2.1.1cvs11
6538
6539         * configure.ac
6540                 Fix search on encrpyt function on dragonfly
6541                 Patch by Jonathan Buschmann <jonthn@agmact.com>
6542
6543 2006-04-17 [colin]      2.1.1cvs10
6544
6545         * src/prefs_account.c
6546                 Be safe by default: remove mails from POP3
6547                 after 7 days, not immediately
6548
6549 2006-04-17 [colin]      2.1.1cvs9
6550
6551         * src/etpan/imap-thread.c
6552                 Fix build on DragonFly - patch by 
6553                 Jonathan Buschmann <jonthn@agmact.com>
6554
6555 2006-04-17 [colin]      2.1.1cvs8
6556
6557         * src/imap.c
6558                 Save uidnext between sessions
6559
6560 2006-04-17 [colin]      2.1.1cvs7
6561
6562         * src/imap.c
6563                 scan is required when uid validity changes
6564
6565 2006-04-17 [colin]      2.1.1cvs6
6566
6567         * src/folderview.c
6568                 Don't scan if not necessary, apart in current
6569                 folder and INBOX to fetch flags.
6570         * src/imap.c
6571                 Scan is necessary if unread count changes
6572
6573 2006-04-17 [colin]      2.1.1cvs5
6574
6575         * src/imap.c
6576                 ...But always fetch ANSWERED and DELETED flags for
6577                 INBOX, as filtering can happen on these flags.
6578
6579 2006-04-17 [colin]      2.1.1cvs4
6580
6581         * src/imap.c
6582                 Don't fetch REPLIED and DELETED flags when synchronising
6583                 flags with a closed folder. We only need UNSEEN and FLAGGED
6584                 to update the folderview.
6585
6586 2006-04-17 [colin]      2.1.1cvs3
6587
6588         * src/imap.c
6589                 Faster flag search when there are new mails 
6590                 in a folder. We can do a full search if the 
6591                 folder contains less messages than the new
6592                 list.
6593
6594 2006-04-17 [colin]      2.1.1cvs2
6595
6596         * po/cs.po
6597         * po/de.po
6598         * po/fr.po
6599         * po/nl.po
6600         * po/pt_BR.po
6601                 Update translations from stable branch
6602
6603 2006-04-17 [colin]      2.1.1cvs1
6604
6605         * configure.ac
6606                 Bump version to follow stable release
6607
6608 2006-04-16 [mones]      2.1.0cvs50
6609
6610         * po/es.po
6611                 Updated for release
6612
6613 2006-04-16 [colin]      2.1.0cvs49
6614
6615         * src/textview.c
6616                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
6617                 with gtk < 2.8. Thanks to Fabien Vantard.
6618
6619 2006-04-15 [colin]      2.1.0cvs48
6620
6621         * src/etpan/imap-thread.c
6622                 Fix bug #919 (libetpan: SEGV when connecting 
6623                 using command)
6624
6625 2006-04-14 [colin]      2.1.0cvs47
6626
6627         * src/main.c
6628                 Fix race on --select (should be done better)
6629
6630 2006-04-14 [wwp]        2.1.0cvs46
6631
6632         * src/send_message.c
6633                 enforce a check for domain in account prefs (a sending
6634                 error could be faced if domain was checked but no value set),
6635                 thanks to Colin.
6636
6637 2006-04-14 [colin]      2.1.0cvs45
6638
6639         * src/codeconv.c
6640                 when converting from unknown to unknown, if the
6641                 string is UTF8, don't convert it to the locale
6642                 (which breaks it)
6643
6644 2006-04-14 [colin]      2.1.0cvs44
6645
6646         * src/compose.c
6647                 Don't try to use ASCII for converting headers
6648                 (as done in body)
6649
6650 2006-04-14 [paul]       2.1.0cvs43
6651
6652         * src/crash.c
6653                 add locale/charset info to crash report
6654         * src/gtk/about.c
6655                 add wwp to doc team
6656                 replace 'e-mail' with preferred 'email'
6657         * src/gtk/authors.h
6658                 ensure contributors list is in alphabetical
6659                 order
6660
6661 2006-04-13 [colin]      2.1.0cvs42
6662
6663         * src/textview.c
6664                 Prevent gdk warnings
6665
6666 2006-04-13 [colin]      2.1.0cvs41
6667
6668         * src/common/ssl_certificate.c
6669         * src/common/ssl_certificate.h
6670         * src/gtk/sslcertwindow.c
6671                 Warn on expired certs, and display the expiration date
6672
6673 2006-04-13 [colin]      2.1.0cvs40
6674
6675         * src/plugins/spamassassin/spamassassin_gtk.c
6676                 Fix missing set_text on unix socket
6677
6678 2006-04-13 [wwp]        2.1.0cvs39
6679
6680         * manual/fr/advanced.xml
6681         * manual/fr/glossary.xml
6682                 applied new spam/ham/email lexicon (pourriel, courriel)
6683
6684 2006-04-13 [paul]       2.1.0cvs38
6685
6686         * src/plugins/pgpmime/plugin.c
6687                 remove the mention of S/MIME from the
6688                 description. This is now handled by the
6689                 S/MIME plugin.
6690
6691 2006-04-13 [paul]       2.1.0cvs37
6692
6693         * src/prefs_msg_colors.c
6694                 rework dialog
6695         * src/prefs_folder_item.c
6696         * src/prefs_spelling.c
6697                 add a tooltip to the colour selector buttons
6698
6699 2006-04-13 [wwp]        2.1.0cvs36
6700
6701         * manual/advanced.xml
6702         * manual/glossary.xml
6703         * manual/handling.xml
6704         * manual/keyboard.xml
6705         * manual/plugins.xml
6706         * manual/starting.xml
6707         * manual/fr/account.xml
6708         * manual/fr/ack.xml
6709         * manual/fr/addrbook.xml
6710         * manual/fr/advanced.xml
6711         * manual/fr/faq.xml
6712         * manual/fr/glossary.xml
6713         * manual/fr/gpl.xml
6714         * manual/fr/handling.xml
6715         * manual/fr/intro.xml
6716         * manual/fr/keyboard.xml
6717         * manual/fr/plugins.xml
6718         * manual/fr/starting.xml
6719         * manual/fr/sylpheed-claws-manual.xml
6720                 fixes to the manuals:
6721                  - summaryview -> Message List (same in French)
6722                  - translate key names
6723                  - fix French punctuation, use non-breakable spaces when
6724                    necessary, don't use &thinsp; which is not portable
6725                  - tell what maildir and mbox formats we support
6726
6727 2006-04-12 [wwp]        2.1.0cvs35
6728
6729         * src/prefs_toolbar.c
6730                 unified a replace button more,
6731                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6732
6733 2006-04-12 [wwp]        2.1.0cvs34
6734
6735         * src/prefs_common.c
6736         * src/prefs_msg_colors.c
6737                 make default color labels translatable,
6738                 patch from Fabien Vantard <fzzzzz@gmail.com>,
6739                 thanks to Tim <timbrain@post.cz> for reporting.
6740
6741 2006-04-12 [wwp]        2.1.0cvs33
6742
6743         * manual/glossary.xml
6744         * manual/intro.xml
6745         * manual/plugins.xml
6746         * manual/starting.xml
6747         * manual/sylpheed-claws-manual.xml
6748         * manual/fr/.cvsignore
6749         * manual/fr/account.xml
6750         * manual/fr/ack.xml
6751         * manual/fr/addrbook.xml
6752         * manual/fr/advanced.xml
6753         * manual/fr/faq.xml
6754         * manual/fr/glossary.xml
6755         * manual/fr/handling.xml
6756         * manual/fr/intro.xml
6757         * manual/fr/keyboard.xml
6758         * manual/fr/plugins.xml
6759         * manual/fr/starting.xml
6760         * manual/fr/sylpheed-claws-manual.xml
6761                 various fixes: typos, missing .fr translations, punctuation,
6762                 capitalization, links, accents and some bad French more.
6763
6764 2006-04-12 [wwp]        2.1.0cvs32
6765
6766         * src/prefs_gtk.c
6767                 fix for bug #935: always store prefs files in UTF-8 (thanks
6768                 to Colin).
6769
6770 2006-04-11 [colin]      2.1.0cvs31
6771
6772         * src/compose.c
6773                 Fix inserting files not in utf8 when locale is utf8
6774
6775 2006-04-11 [colin]      2.1.0cvs30
6776
6777         * src/inc.c
6778                 Don't show error dialog when cancelling connection
6779                 Patch by Pawel
6780
6781 2006-04-11 [cleroy]     2.1.0cvs29
6782
6783         * src/compose.c
6784                 Implement multiple quote levels
6785         * src/prefs_common.c
6786                 Change a little bit the quote bgcolor for 2nd level
6787
6788 2006-04-11 [colin]      2.1.0cvs28
6789
6790         * src/gtk/about.c
6791                 Add locale and charset in the label
6792
6793 2006-04-10 [colin]      2.1.0cvs27
6794
6795         * src/compose.c
6796         * src/prefs_common.c
6797         * src/prefs_common.h
6798         * src/prefs_msg_colors.c
6799         * src/textview.c
6800                 Allow optional background color in quotes
6801                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
6802                 GTK+-2.8.x feature
6803
6804 2006-04-10 [colin]      2.1.0cvs26
6805
6806         * src/main.c
6807         * src/mainwindow.c
6808         * src/mainwindow.h
6809                 Implement --select
6810
6811 2006-04-10 [colin]      2.1.0cvs25
6812
6813         * manual/plugins.xml
6814         * manual/fr/plugins.xml
6815                 Document libcurl's proxy variables
6816
6817 2006-04-09 [colin]      2.1.0cvs24
6818
6819         * src/prefs_common.c
6820                 gettext() returns statically allocated stuff. We have
6821                 to strdup it in order to be able to free it.
6822
6823 2006-04-09 [colin]      2.1.0cvs23
6824
6825         * AUTHORS
6826         * src/gtk/authors.h
6827                 Add Alexei
6828
6829 2006-04-09 [colin]      2.1.0cvs22
6830
6831         * src/mainwindow.c
6832         * src/gtk/quicksearch.c
6833                 Fix bug #859 (problems with cyrilic input in 
6834                 search panel) - Patch by Alexey Illarionov 
6835                 <littlesavage@rambler.ru>
6836
6837 2006-04-09 [colin]      2.1.0cvs21
6838
6839         * src/prefs_customheader.c
6840                 I prefer removing then freeing rather than the contrary
6841                 (even if it doesn't change anything ;-)
6842         * src/prefs_account.c
6843                 Fix bug #933 (Crash re-entering the custom headers list 
6844                 dialog in accounts prefs)
6845                 The problem happened when cancelling the Account 
6846                 Preferences' dialogs - in which case we didn't do 
6847                 anything to the PrefsAccount * struct. In case of applying,
6848                 the old ac_prefs was replaced with the tmp_ac_prefs we were
6849                 working with in this dialog. The problem is that 
6850                 prefs_customheader.c, working on this tmp_ac_prefs, always
6851                 changes the ->customhdr_list pointer, even when cancelled. 
6852                 So in case of cancelling the prefs_account dialog, we still
6853                 have to update ->customhdr_list in the real account.
6854
6855 2006-04-08 [colin]      2.1.0cvs20
6856
6857         * manual/fr/glossary.xml
6858         * manual/fr/keyboard.xml
6859                 Forgot some headers :)
6860
6861 2006-04-08 [colin]      2.1.0cvs19
6862
6863         * manual/Makefile.am
6864         * manual/fr/Makefile.am
6865         * manual/fr/account.xml
6866         * manual/fr/ack.xml
6867         * manual/fr/addrbook.xml
6868         * manual/fr/advanced.xml
6869         * manual/fr/faq.xml
6870         * manual/fr/glossary.xml
6871         * manual/fr/gpl.xml
6872         * manual/fr/handling.xml
6873         * manual/fr/intro.xml
6874         * manual/fr/keyboard.xml
6875         * manual/fr/plugins.xml
6876         * manual/fr/starting.xml
6877         * manual/fr/sylpheed-claws-manual.xml
6878         * manual/fr/dist/.cvsignore
6879         * manual/fr/dist/Makefile.am
6880         * manual/fr/dist/html/.cvsignore
6881         * manual/fr/dist/html/Makefile.am
6882         * manual/fr/dist/pdf/.cvsignore
6883         * manual/fr/dist/pdf/Makefile.am
6884         * manual/fr/dist/ps/.cvsignore
6885         * manual/fr/dist/ps/Makefile.am
6886         * manual/fr/dist/txt/.cvsignore
6887         * manual/fr/dist/txt/Makefile.am
6888                 Add the french translation of the manual. Thanks to
6889                 Olivier Delhomme <olivier.delhomme@free.fr> for 
6890                 account.xml, ack.xml, addrbook.xml and advanced.xml
6891
6892 2006-04-08 [colin]      2.1.0cvs18
6893
6894         * manual/plugins.xml
6895         * manual/starting.xml
6896                 More fixes
6897
6898 2006-04-07 [colin]      2.1.0cvs17
6899
6900         * manual/faq.xml
6901         * manual/intro.xml
6902         * manual/keyboard.xml
6903                 Little fixes
6904
6905 2006-04-07 [colin]      2.1.0cvs16
6906
6907         * README
6908         * src/compose.c
6909         * src/prefs_common.c
6910         * src/prefs_common.h
6911                 Add hidden compose_no_markup pref
6912
6913 2006-04-07 [wwp]        2.1.0cvs15
6914
6915         * src/summary_search.c
6916         * .cvsignore
6917                 Bugfix: stop button was sticky when searching in an empty folder.
6918                 Applied curly brackets code style to the whole file (summary_search.c).
6919                 More files to ignore.
6920
6921 2006-04-07 [wwp]        2.1.0cvs14
6922
6923         * src/message_search.c
6924         * src/summary_search.c
6925                 changed default button when search bumps at file/folder
6926                 beginning or end, for convenience (thanks to Colin).
6927
6928 2006-04-07 [paul]       2.1.0cvs13
6929
6930         * src/plugins/dillo_viewer/dillo_prefs.c
6931                 avoid future potential for namespace collision
6932                 Patch by Colin
6933
6934 2006-04-06 [wwp]        2.1.0cvs12
6935
6936         * src/summary_search.c
6937                 Unify extended/advanced searches names (and thus factorize labels),
6938                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6939
6940 2006-04-06 [wwp]        2.1.0cvs11
6941
6942         * src/folderview.c
6943         * src/prefs_themes.c
6944         * src/summaryview.c
6945                 Fixed some compilation warnings.
6946
6947 2006-04-06 [colin]      2.1.0cvs10
6948
6949         * manual/advanced.xml
6950                 Document the wizard template and how to deploy
6951                 Sylpheed-Claws effectively
6952
6953 2006-04-06 [colin]      2.1.0cvs9
6954
6955         * src/folderview.c
6956                 gettext patch to tell translators about _("#"),
6957                 by Maxim Britov
6958
6959 2006-04-06 [colin]      2.1.0cvs8
6960
6961         * src/textview.c
6962                 Fix invalid GtkTextBIter after clicking "Display as text"
6963
6964 2006-04-06 [mones]      2.1.0cvs7
6965
6966         * src/addr_compl.c
6967         * src/addrindex.c
6968         * src/addritem.c
6969         * src/codeconv.c
6970         * src/compose.c
6971         * src/filtering.c
6972         * src/folder.c
6973         * src/folder_item_prefs.c
6974         * src/folderview.c
6975         * src/localfolder.c
6976         * src/matcher.c
6977         * src/mimeview.c
6978         * src/prefs_msg_colors.c
6979         * src/prefs_spelling.c
6980         * src/prefs_themes.c
6981         * src/procmime.c
6982         * src/procmsg.c
6983         * src/stock_pixmap.c
6984         * src/summaryview.c
6985         * src/textview.c
6986         * src/toolbar.c
6987         * src/common/mgutils.c
6988         * src/common/prefs.c
6989         * src/common/ssl_certificate.c
6990         * src/gtk/colorlabel.c
6991         * src/gtk/quicksearch.c
6992         * src/plugins/pgpmime/pgpmime.c
6993         * src/plugins/spamassassin/spamassassin.c
6994                 Removed redundant NULL checks for g_free() calls.
6995                 Patch by Pawel Pekala.
6996
6997 2006-04-06 [mones]      2.1.0cvs6
6998
6999         * src/prefs_actions.c
7000         * src/prefs_filtering.c
7001         * src/prefs_filtering_action.c
7002         * src/prefs_matcher.c
7003         * src/prefs_template.c
7004         * src/gtk/gtkutils.c
7005         * src/gtk/gtkutils.h
7006                 Have a nice replace button. Patch by Pawel Pekala
7007
7008 2006-04-06 [colin]      2.1.0cvs5
7009
7010         * src/addressbook.c
7011                 Fix crash with empty columns
7012
7013 2006-04-05 [colin]      2.1.0cvs4
7014
7015         * src/wizard.c
7016         * src/prefs_gtk.c
7017                 Allow wizard customization with pre-filled values
7018
7019 2006-04-05 [colin]      2.1.0cvs3
7020
7021         * src/textview.c
7022         * src/mimeview.c
7023         * src/mimeview.h
7024                 Nicer messages in mimeview
7025
7026 2006-04-05 [colin]      2.1.0cvs2
7027
7028         * src/addressbook.c
7029         * src/prefs_summaries.c
7030                 i18n fix
7031
7032 2006-04-05 [colin]      2.1.0cvs1
7033
7034         * src/plugins/pgpcore/plugin.c
7035         * src/plugins/pgpcore/select-keys.c
7036         * src/plugins/pgpcore/select-keys.h
7037         * src/plugins/pgpcore/sgpgme.c
7038         * src/plugins/pgpcore/sgpgme.h
7039         * src/plugins/pgpinline/pgpinline.c
7040         * src/plugins/pgpinline/plugin.c
7041         * src/plugins/pgpmime/pgpmime.c
7042         * src/plugins/pgpmime/plugin.c
7043                 Factorize and generalize a bit 
7044                 Drop S/MIME signature verification from PGP/MIME
7045                 (adding it as another, more complete plugin)
7046
7047 2006-04-05 [paul]       2.1.0
7048
7049         2.1.0 released
7050
7051 2006-04-05 [paul]       2.0.0cvs186
7052
7053         * manual/advanced.xml
7054                 add info on colour labels
7055
7056 2006-04-05 [paul]       2.0.0cvs185
7057
7058         * po/bg.po
7059         * po/cs.po
7060         * po/de.po
7061         * po/el.po
7062         * po/en_GB.po
7063         * po/fi.po
7064         * po/fr.po
7065         * po/it.po
7066         * po/nl.po
7067         * po/pl.po
7068         * po/pt_BR.po
7069         * po/sr.po
7070         * po/zh_CN.po
7071                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
7072                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
7073                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
7074                 Guimaraes, Aleksandar Urosevic, Ralgh Young
7075         * src/gtk/authors.h
7076         * tools/claws.i18n.status.pl
7077                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
7078                 and new Czech translator, Tim <timbrain@post.cz>
7079
7080 2006-04-05 [mones]      2.0.0cvs184
7081
7082         * po/es.po
7083                 Updated translation
7084
7085 2006-04-05 [colin]      2.0.0cvs183
7086
7087         * src/gtk/quicksearch.c
7088                 Fix bug #929 (unnecessary reload in quick search bar)
7089
7090 2006-04-05 [colin]      2.0.0cvs182
7091
7092         * src/compose.c
7093                 Fix crash on Reply with no From:
7094                 Show signature and conversion error on queuing 
7095                 (but not sending)
7096         * src/mainwindow.c
7097         * src/summaryview.c
7098         * src/summaryview.h
7099                 Factorize threading code and make sure msginfo 
7100                 is not null when it comes from a GtkCTreeRow's 
7101                 data
7102         * src/gtk/gtkaspell.c
7103                 Check for necessary things
7104         * src/gtk/gtksctree.c
7105         * src/gtk/gtksctree.h
7106                 Reset anchor if necessary when removing node
7107
7108 2006-03-29 [colin]      2.0.0cvs181
7109
7110         * src/folderview.c
7111                 Warn for disabled IMAP accounts (due to lack of
7112                 libetpan). Breaks string-freeze - sorry - but it
7113                 is kind of important ;)
7114
7115 2006-03-28 [colin]      2.0.0cvs180
7116
7117         * src/gtk/gtkutils.c
7118         * src/gtk/gtkutils.h
7119                 Add a gtkut_get_link_btn() function that
7120                 creates a button which acts like an URI
7121         * src/prefs_themes.c
7122         * src/gtk/about.c
7123                 Use this function (factorizes codes)
7124         * src/common/defs.h
7125         * src/gtk/pluginwindow.c
7126                 Add a "Get more..." in the plugins window
7127
7128 2006-03-28 [colin]      2.0.0cvs179
7129
7130         * src/common/smtp.c
7131         * src/common/passcrypt.c
7132         * src/undo.c
7133                 Warning fixes. Patch by Pawel Pekala
7134
7135 2006-03-27 [colin]      2.0.0cvs178
7136
7137         * src/undo.c
7138                 Fix undoing by blocks with spaces
7139
7140 2006-03-27 [colin]      2.0.0cvs177
7141
7142         * src/textview.c
7143                 Set margin to 3px for headers
7144
7145 2006-03-27 [paul]
7146
7147         2.1.0-rc2 released
7148
7149 2006-03-27 [wwp]        2.0.0cvs176
7150
7151         * src/summaryview.c
7152                 don't reset quicksearch when updating the message list.
7153                 Thanks to Colin.
7154
7155 2006-03-26 [wwp]        2.0.0cvs175
7156
7157         * src/compose.c
7158                 use a unified border width ('other' tab in the compose window,
7159                 patch by Pawel Pekala).
7160
7161
7162 2006-03-26 [wwp]        2.0.0cvs174
7163
7164         * src/common/quoted-printable.c
7165         * src/addressbook.c
7166                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
7167
7168 2006-03-26 [colin]      2.0.0cvs173
7169
7170         * src/quote_fmt_parse.y
7171                 Fix non-UTF8 date formats messing up the whole quote a 
7172                 little bit
7173
7174 2006-03-26 [colin]      2.0.0cvs172
7175
7176         * src/procheader.c
7177                 Make sure the date is UTF8 valid, or try to make it
7178                 so. IncrediMail is really IncrediStupid.
7179         * src/compose.c
7180                 Fix possible conversions. 
7181                 
7182
7183 2006-03-26 [colin]      2.0.0cvs171
7184
7185         * src/matcher.c
7186                 Fix corner cases in body search. This is still a
7187                 hack... It seems impossible to make it good and 
7188                 reasonably fast at the same time.
7189
7190 2006-03-26 [colin]      2.0.0cvs170
7191
7192         * src/summaryview.c
7193                 I think I killed the twilight zone bug!
7194                 summary_select_node() flushes GTK events in order
7195                 to be able to center the view. But this also 
7196                 flushes keypresses like Ctrl-Alt-U, so this can
7197                 call summary_show from summary_select_node (itself
7198                 called from summary_show, etc.). And the summaryview
7199                 has to be unlocked in this function. So just locking
7200                 while processing GTK events, and bailing if locked, 
7201                 should fix it.
7202                 Fixes bug #927 (SIGSEGV during Update Summary)
7203
7204 2006-03-25 [colin]      2.0.0cvs169
7205
7206         * src/matcher.c
7207                 Fix search in QP-encoded bodies
7208                 Fix utf-8 searches in bodies encoded in the
7209                 locale's encoding
7210         * src/common/quoted-printable.c
7211         * src/common/quoted-printable.h
7212                 Add a decode function that doesn't overwrite
7213                 the original pointer
7214                 
7215
7216 2006-03-24 [colin]      2.0.0cvs168
7217
7218         * src/action.c
7219         * src/summaryview.c
7220         * src/summaryview.h
7221                 Update message cache after action
7222                 Patch by H. Merijn Brand
7223         * src/prefs_msg_colors.c
7224                 Factorize label 
7225                 Patch by Fabien Vantard
7226         * src/plugins/spamassassin/spamassassin_gtk.c
7227                 Remove useless translation
7228                 Patch by Fabien Vantard
7229
7230 2006-03-23 [colin]      2.0.0cvs167
7231
7232         * src/common/ssl.c
7233                 Let 30 seconds to SSL_connect
7234
7235 2006-03-23 [wwp]        2.0.0cvs166
7236
7237         * src/summaryview.c
7238         * src/gtk/description_window.c
7239                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
7240                 and headers are translated; adjust description windows' width to fit their
7241                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
7242
7243 2006-03-23 [paul]       2.0.0cvs165
7244
7245         * src/common/utils.c
7246                 fix highlighting of URIs containing "()"
7247                 (2.0.0cvs164's reversal fixed)
7248                 Thanks to Colin.
7249
7250 2006-03-23 [paul]       2.0.0cvs164
7251
7252         * src/common/utils.c
7253                 revert patch, (postponing a fix), at 2.0.0cvs120
7254                 as it breaks more URIs than it fixes.
7255                 Allow '-' to be a terminating character in a URI
7256
7257 2006-03-22 [colin]      2.0.0cvs163
7258
7259         * configure.ac
7260                 Require libetpan 0.45
7261                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
7262
7263 2006-03-22 [paul]       2.0.0cvs162
7264
7265         * src/editgroup.c
7266                 replace '<-' and '->' buttons with GTK_STOCK graphical
7267                 buttons
7268         * src/summary_search.c
7269                 don't offer '...' for translation
7270                 add a tooltip to advanced search '...' button
7271         * src/gtk/quicksearch.c
7272                 don't offer '...' for translation
7273
7274 2006-03-21 [colin]      2.0.0cvs161
7275
7276         * src/compose.c
7277                 Fix middle-click pasting (insert at click
7278                 position instead of cursor position, don't
7279                 remove existing selection and allow pasting
7280                 our own selection)
7281         * src/addressbook.c
7282                 "LDAP Server" -> "LDAP servers"
7283
7284 2006-03-21 [wwp]        2.0.0cvs160
7285
7286         * src/etpan/imap-thread.c
7287                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
7288
7289 2006-03-20 [colin]      2.0.0cvs159
7290
7291         * src/summaryview.c
7292                 Don't reload summaryview after an execute with no
7293                 move action
7294
7295 2006-03-19 [colin]      2.0.0cvs158
7296
7297         * src/addressbook.c
7298                 and put groups at the top, always
7299
7300 2006-03-19 [colin]      2.0.0cvs157
7301
7302         * src/addressbook.c
7303                 Order groups before names, as previously
7304
7305 2006-03-19 [colin]      2.0.0cvs156
7306
7307         * src/addressbook.c
7308                 - Sort case-unsensitive
7309                 - Put the sort arrow at opening too
7310
7311 2006-03-19 [wwp]        2.0.0cvs155
7312
7313         * src/addressbook.c
7314                 allow sorting by name/email/remarks, ensure that right-pane's contents
7315                 matches the left-pane selection (cleared when appropriate).
7316                 Patch by Pawel Pekala <c0rn@o2.pl>.
7317
7318 2006-03-18 [colin]      2.0.0cvs154
7319
7320         * src/textview.c
7321                 Fix text cursor ;)
7322
7323 2006-03-18 [colin]      2.0.0cvs153
7324
7325         * src/gtk/filesel.c
7326                 Make sure we hide the preview if we didn't get
7327                 a filename
7328
7329 2006-03-18 [colin]      2.0.0cvs152
7330
7331         * src/summaryview.c
7332                 Set cursor to watch for execution (fixes lack
7333                 of watch-cursor when dnd'ing hundreds of mails)
7334         * src/gtk/filesel.c
7335                 Check that mime type is 'image/*' before updating
7336                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
7337
7338 2006-03-18 [colin]      2.0.0cvs151
7339
7340         * src/mainwindow.c
7341         * src/textview.c
7342         * src/textview.h
7343                 Put a watch cursor in textview too when the mainwindow's
7344                 cursor in a watch
7345
7346 2006-03-18 [colin]      2.0.0cvs150
7347
7348         * src/folder.c
7349                 Change wrong asserts to simple tests
7350
7351 2006-03-17 [colin]      2.0.0cvs149
7352
7353         * src/mainwindow.c
7354         * src/mainwindow.h
7355         * src/prefs_msg_colors.c
7356         * src/summaryview.c
7357         * src/summaryview.h
7358         * src/gtk/colorlabel.c
7359         * src/gtk/colorlabel.h
7360                 Add a color label menu in the main menubar
7361                 Add (fixed) accels Ctrl-{0-7} to change the color
7362                 They have to be fixed because the menu's dynamic,
7363                 the items are complex widgets, hence we can't use
7364                 a GtkItemFactory.
7365
7366
7367 2006-03-17 [wwp]        2.0.0cvs148
7368
7369         * src/compose.c
7370                 rollback few lines from my previous commit (those lines come from
7371                 a pending patch, accidentally commited, even if neutral as they are
7372                 commented out).
7373
7374 2006-03-17 [wwp]        2.0.0cvs147
7375
7376         * src/compose.c
7377                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
7378                 applied code style/indentation to the modified function.
7379
7380 2006-03-17 [wwp]        2.0.0cvs146
7381
7382         * src/procmsg.c
7383         * src/compose.c
7384                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
7385
7386 2006-03-17 [paul]
7387
7388         2.1.0-rc1 released
7389
7390 2006-03-17 [paul]       2.0.0cvs145
7391
7392         * src/main.c
7393                 addressbook_read_file() was called twice
7394         * src/textview.c
7395                 X-Mailer highlighting
7396
7397 2006-03-16 [colin]      2.0.0cvs144
7398
7399         * src/sourcewindow.c
7400         * src/sourcewindow.h
7401                 And the last one, in source window.
7402
7403 2006-03-16 [colin]      2.0.0cvs143
7404
7405         * src/compose.c
7406         * src/compose.h
7407                 Fix the same stuff in compose
7408
7409 2006-03-16 [colin]      2.0.0cvs142
7410
7411         * src/messageview.c
7412                 Complete the previous messageview crash fix
7413
7414 2006-03-16 [colin]      2.0.0cvs141
7415
7416         * src/procmsg.h
7417         * src/procmsg.c
7418         * src/folder.c
7419                 Fix POSTPROCESSING hook
7420                 Patch by H. Merijn Brand
7421
7422         * src/procmime.c
7423         * src/procmime.h
7424                 Parse Content-Location
7425
7426         * src/toolbar.c
7427         * src/messageview.c
7428         * src/messageview.h
7429                 Don't crash when a top-level MessageView has
7430                 been closed on us. Same problematic than
7431                 yesterday's quicksearch issue.
7432
7433 2006-03-15 [colin]      2.0.0cvs140
7434
7435         * src/gtk/quicksearch.c
7436                 Fix a bitchy race we didn't think about when we
7437                 added quicksearch cancellation:
7438                 If the search is not on cached fields, for example
7439                 body_part matchcase "stuff"
7440                 the matcher code has to get the whole message. If
7441                 we're on IMAP, that can be slow, and in order to
7442                 be non-blocking, the IMAP code idle loop processes
7443                 gtk events too. So it is possible to cancel a
7444                 quicksearch while the matcher is getting the mail's
7445                 body. After matcher got its body, it will start to
7446                 iterate over the matcher list that the Quicksearch's
7447                 clear_search_cb() just freed via prepare_matcher().
7448                 SIGSEGV ensues.
7449                 The fix consists of guarding the matcherlist_match()
7450                 call with a boolean 'matching'. If we reset the
7451                 quicksearch while matching is TRUE, we don't free
7452                 the matcherlist anymore like we did, but we set
7453                 another new flag, deferred_free, to TRUE. Then,
7454                 in quicksearch_match(), just after returning from
7455                 matcherlist_match() and unsetting the matching flag,
7456                 we check the deferred_free flag and do the
7457                 prepare_matcher() (which does the matcherlist_free)
7458                 for real, so we free the matcherlist once it's not
7459                 used anymore.
7460                 As all of this runs via the glib main loop, we
7461                 luckily don't need a mutex.
7462         * src/summaryview.c
7463                 Also, show progress while searching.
7464
7465
7466 2006-03-14 [colin]      2.0.0cvs139
7467
7468         * src/alertpanel.c
7469                 Make alertpanel_is_open non-static
7470
7471 2006-03-14 [colin]      2.0.0cvs138
7472
7473         * src/prefs_spelling.c
7474                 Cleanups - Fabien Vantard
7475
7476 2006-03-14 [wwp]        2.0.0cvs137
7477
7478         * src/main.c
7479                 code style normalization (curly braces, indentation).
7480
7481 2006-03-14 [wwp]        2.0.0cvs137
7482
7483         * src/main.c
7484                 code style (braces, indentation)
7485
7486 2006-03-12 [paul]       2.0.0cvs136
7487
7488         * src/prefs_common.c
7489                 trans_hdr defaults to FALSE to be RFC-savvy
7490         * src/prefs_summaries.c
7491                 add a tooltip to the trans_hdr option
7492                 
7493
7494 2006-03-12 [paul]       2.0.0cvs135
7495
7496         * src/prefs_matcher.c
7497                 give a little more width to the combos
7498         * src/prefs_display_header.c
7499         * src/textview.c
7500                 translate headers if prefs_common.trans_hdr
7501                 is TRUE
7502
7503         Patches by Pawel Pekala
7504
7505 2006-03-12 [paul]       2.0.0cvs134
7506
7507         * src/plugins/clamav/clamav_plugin.c
7508         * src/plugins/dillo_viewer/dillo_viewer.c
7509         * src/plugins/pgpcore/plugin.c
7510         * src/plugins/pgpinline/plugin.c
7511         * src/plugins/pgpmime/plugin.c
7512         * src/plugins/spamassassin/spamassassin.c
7513                 update/add to descriptions
7514         * src/plugins/spamassassin/spamassassin_gtk.c
7515                 fixes to the english, remove superfluous
7516                 tooltips, clean up a little
7517
7518 2006-03-12 [paul]       2.0.0cvs133
7519
7520         * src/compose.c
7521                 fix Bug 924, 'Account combo box shows up wrong 
7522                 if & is in account name'
7523
7524 2006-03-11 [colin]      2.0.0cvs132
7525
7526         * src/summaryview.c
7527                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
7528                 messed up shift-selection because is slows down
7529                 moving around summaryview. thanks -users
7530
7531 2006-03-10 [colin]      2.0.0cvs131
7532
7533         * src/plugins/spamassassin/spamassassin_gtk.c
7534                 Put back Paul's engrish fixes
7535
7536 2006-03-10 [colin]      2.0.0cvs130
7537
7538         * src/plugins/spamassassin/spamassassin.c
7539         * src/plugins/spamassassin/spamassassin.h
7540         * src/plugins/spamassassin/spamassassin_gtk.c
7541                 Cleanup SA prefs page (more)
7542                 Patch by Fabien Vantard
7543
7544 2006-03-10 [paul]       2.0.0cvs129
7545
7546         * src/prefs_msg_colors.c
7547         * src/prefs_spelling.c
7548                 widget sensitivity
7549
7550 2006-03-09 [mones]      2.0.0cvs128
7551
7552         * po/es.po
7553                 Update for next RC
7554
7555 2006-03-09 [wwp]        2.0.0cvs127
7556
7557         * configure.ac
7558                 revert accidental commit (requirement for libetpan 0.43), this time
7559                 not in HEAD.
7560
7561 2006-03-09 [wwp]        2.0.0cvs125
7562
7563         * configure.ac
7564                 revert accidental commit (requirement for libetpan 0.43)
7565
7566 2006-03-09 [paul]       2.0.0cvs126
7567
7568         * src/prefs_receive.c
7569                 remove useless frame
7570                 replace 'incorporation' with 'receiving'
7571         * src/plugins/clamav/clamav_plugin_gtk.c
7572         * src/plugins/spamassassin/spamassassin_gtk.c
7573                 improve widget sensitivity
7574                 fix a bit his engrish
7575
7576 2006-03-09 [wwp]        2.0.0cvs125
7577
7578         * src/addressadd.c
7579         * src/foldersel.c
7580         * src/prefs_common.c
7581         * src/prefs_common.h
7582                 remember some more windows' sizes (add to addressbook and
7583                 select folder).
7584
7585 2006-03-09 [paul]       2.0.0cvs124
7586
7587         * src/plugins/pgpcore/prefs_gpg.c
7588                 normalise construction of dialogue
7589
7590 2006-03-09 [paul]       2.0.0cvs123
7591
7592         * src/plugins/trayicon/Makefile.am
7593                 add missing slash
7594
7595 2006-03-08 [colin]      2.0.0cvs122
7596
7597         * src/plugins/trayicon/Makefile.am
7598                 Fix build in separate dir 
7599                 Patch by Bamanzi <bamanzi@gmail.com>
7600
7601 2006-03-08 [colin]      2.0.0cvs121
7602
7603         * src/procmsg.c
7604                 Batch move and copies from summaryview with delayed execution
7605                 too
7606
7607 2006-03-07 [paul]       2.0.0cvs120
7608
7609         * src/common/utils.c
7610                 fix highlighting of URIs containing "()"
7611                 Patch by Pawel Pekala
7612
7613 2006-03-07 [paul]       2.0.0cvs119
7614
7615         * src/folder.c
7616         * src/folder.h
7617         * src/folderview.c
7618                 immediately do alphabetical resort when
7619                 changing a folder's name
7620                 Patch by Pawel Pekala
7621
7622 2006-03-07 [paul]       2.0.0cvs118
7623
7624         * src/news.c
7625         * src/news_gtk.c
7626                 when unsubscribing a newsgroup, remove the
7627                 folder and msgs in .sylpheed-claws/newscache
7628                 Patch by Pawel Pekala <c0rn@gazeta.pl>
7629
7630 2006-03-07 [paul]       2.0.0cvs117
7631
7632         * src/textview.c
7633                 fix wrong Fake URL Warning
7634                 Thanks to Hiro
7635
7636 2006-03-07 [colin]      2.0.0cvs116
7637
7638         * src/imap.c
7639                 Return immediately when password dialog was
7640                 cancelled
7641         * src/gtk/inputdialog.c
7642                 Allow empty strings for passwords
7643
7644
7645 2006-03-06 [colin]      2.0.0cvs115
7646
7647         * src/imap.c
7648                 Prevent double-timeouts when connection fails
7649
7650 2006-03-06 [colin]
7651
7652         2.0.1-rc1 released
7653
7654 2006-03-06 [colin]      2.0.0cvs114
7655
7656         * src/imap.c
7657                 Refresh session during potentially long
7658                 operations
7659
7660 2006-03-06 [wwp]        2.0.0cvs113
7661
7662         * src/prefs_msg_colors.h
7663                 forgot that one (custom color labels).
7664
7665 2006-03-06 [wwp]        2.0.0cvs112
7666
7667         * src/prefs_common.c
7668         * src/prefs_common.h
7669         * src/prefs_msg_colors.c
7670         * src/summaryview.c
7671         * src/summaryview.h
7672         * src/gtk/colorlabel.c
7673         * src/gtk/colorlabel.h
7674                 colors in messages list are now customizable. Color values and names can
7675                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
7676                 Thanks to Paul and Colin for their help with this longstanding patch!
7677
7678 2006-03-06 [wwp]        2.0.0cvs111
7679
7680         * src/textview.c
7681                 don't crash if (x)face is bad.
7682
7683 2006-03-05 [paul]       2.0.0cvs110
7684
7685         * AUTHORS
7686         * configure.ac
7687         * src/Makefile.am
7688         * src/common/Makefile.am
7689         * src/common/utils.h
7690         * src/etpan/imap-thread.c
7691         * src/gtk/authors.h
7692         * src/plugins/clamav/Makefile.am
7693         * src/plugins/demo/Makefile.am
7694         * src/plugins/dillo_viewer/Makefile.am
7695         * src/plugins/pgpcore/Makefile.am
7696         * src/plugins/pgpcore/passphrase.c
7697         * src/plugins/pgpinline/Makefile.am
7698         * src/plugins/pgpmime/Makefile.am
7699         * src/plugins/spamassassin/Makefile.am
7700         * src/plugins/trayicon/Makefile.am
7701                 fix builiding on cygwin
7702                 Patch by Ralgh Young <bamanzi@gmail.com>
7703
7704 2006-03-04 [wwp]        2.0.0cvs109
7705
7706         * manual/keyboard.xml
7707                 fix mixed up/down keys.
7708
7709 2006-03-04 [wwp]        2.0.0cvs108
7710
7711         * README
7712         * INSTALL
7713                 updated links to SpamAssassin.
7714
7715 2006-03-04 [wwp]        2.0.0cvs107
7716
7717         * manual/plugins.xml
7718         * src/plugins/spamassassin/README
7719                 updated SpamAssassin plugin docs to reflect new functional additions
7720                 (also fix/update/documents few technical stuff more, see the README).
7721
7722 2006-03-04 [wwp]        2.0.0cvs106
7723
7724         * src/prefs_message.c
7725                 normalized capitalization of message-prefs paths.
7726
7727 2006-03-04 [wwp]        2.0.0cvs105
7728
7729         * manual/advanced.xml
7730                 typo.
7731
7732 2006-03-03 [colin]      2.0.0cvs104
7733
7734         * src/plugins/clamav/clamav_plugin_gtk.c
7735                 Rework prefs page, patch by Fabien 
7736
7737 2006-03-03 [colin]      2.0.0cvs103
7738
7739         * src/plugins/clamav/clamav_plugin.c
7740                 Set error on all errors
7741
7742 2006-03-03 [colin]      2.0.0cvs102
7743
7744         * src/common/plugin.c
7745                 Initialize error to avoid crashing when a plugin fails
7746                 without setting error
7747
7748 2006-03-02 [wwp]        2.0.0cvs101
7749
7750         * configure.ac
7751                 fixed linker flags for libetpan support on Cygwin
7752                 (thanks to H.Merijn Brand).
7753
7754 2006-03-02 [wwp]        2.0.0cvs100
7755
7756         * src/addressbook.c
7757                 fix some AB error messages: one for punctuation and
7758                 one wrongly duplicate (thanks, maxbritov).
7759
7760 2006-03-02 [wwp]        2.0.0cvs99
7761
7762         * src/plugins/spamassassin/spamassassin.c
7763                 make sync calls to sa-learn/spamc to prevent
7764                 system (whatever local or client/server) overload.
7765
7766 2006-03-02 [colin]      2.0.0cvs98
7767
7768         * src/summaryview.c
7769                 Put the spam icon in the status column instead of the
7770                 mark one
7771
7772 2006-03-01 [colin]      2.0.0cvs97
7773
7774         * src/plugins/spamassassin/spamassassin.c
7775                 Fix segfault (g_file_set_contents fails for some 
7776                 reason and err==0x2f. Can't find out why with
7777                 valgrind, using working function :-)
7778
7779 2006-03-01 [colin]      2.0.0cvs96
7780
7781         * src/inc.c
7782                 Offline overriding: let 'No' be cached only 3 seconds
7783
7784 2006-03-01 [colin]      2.0.0cvs95
7785
7786         * src/addr_compl.c
7787         * src/addrbook.c
7788         * src/addressbook.c
7789         * src/addrindex.c
7790         * src/folder_item_prefs.c
7791         * src/headerview.c
7792         * src/imap.c
7793         * src/inc.c
7794         * src/ldif.c
7795         * src/mainwindow.c
7796         * src/mh.c
7797         * src/msgcache.c
7798         * src/prefs_common.h
7799         * src/prefs_msg_colors.c
7800         * src/procheader.c
7801         * src/procheader.h
7802         * src/procmime.c
7803         * src/procmsg.c
7804         * src/procmsg.h
7805         * src/send_message.h
7806         * src/simple-gettext.c
7807         * src/summaryview.c
7808         * src/summaryview.h
7809         * src/syldap.c
7810         * src/textview.c
7811         * src/undo.c
7812         * src/common/ssl_certificate.c
7813         * src/common/utils.c
7814         * src/gtk/colorsel.c
7815         * src/gtk/gtksctree.c
7816         * src/gtk/gtkshruler.c
7817         * src/plugins/trayicon/trayicon.c
7818                 #if 0 goes to /dev/null
7819
7820 2006-03-01 [colin]      2.0.0cvs94
7821
7822         * src/compose.c
7823         * src/imap.c
7824         * src/inc.c
7825         * src/inc.h
7826         * src/messageview.c
7827         * src/news.c
7828         * src/plugins/spamassassin/spamassassin.c
7829                 Allow to add information in the "working offline"
7830                 window
7831
7832 2006-03-01 [wwp]        2.0.0cvs93
7833
7834         * src/plugins/spamassassin/spamassassin.c
7835                 fixed spamc invocation: use a tricky temporary mini shell wrapper
7836                 'cause it seems that calling `spamc ... < inputfile` with
7837                 g_spawn_(a)sync simply.. erm doesn't work :-).
7838
7839 2006-03-01 [wwp]        2.0.0cvs92
7840
7841         * src/toolbar.c
7842         * src/toolbar.h
7843                 simplify the adding of spam/ham button to the messageview toolbar
7844                 (it gets more clear now that the same button will be "Mark as spam"
7845                 or "Mark as ham" according to the current message status,
7846                 thanks to Colin).
7847
7848 2006-03-01 [wwp]        2.0.0cvs91
7849
7850         * src/messageview.c
7851         * src/procmsg.c
7852         * src/procmsg.h
7853         * src/summaryview.c
7854         * src/plugins/spamassassin/spamassassin.c
7855         * src/plugins/spamassassin/spamassassin.h
7856                 make learner callbacks return a status (0 for ok),
7857                 handle it in main code to avoid setting flags when learning failed,
7858                 don't learn on TCP if offline in spamassassin,
7859                 thanks to Colin.
7860
7861                 
7862
7863 2006-03-01 [wwp]        2.0.0cvs90
7864
7865         * src/compose.c
7866                 some work around the compose window's account menu,
7867                 patch by Fabien Vantard.
7868
7869 2006-03-01 [wwp]        2.0.0cvs89
7870
7871         * src/plugins/spamassassin/spamassassin.c
7872                 fixed bad logics, was using spamc in local mode and sa-learn
7873                 in remote mode (thanks, Colin).
7874
7875 2006-03-01 [wwp]        2.0.0cvs88
7876
7877         * src/plugins/spamassassin/spamassassin.c
7878         * src/plugins/spamassassin/spamassassin.h
7879         * src/plugins/spamassassin/spamassassin_gtk.c
7880                 made processing of emails w/ sa-plugin an option (default is TRUE),
7881                 fixed Engrish some tooltips, capitalization of some debug messages
7882                 and warnings. The spamassassin plugin now provides two separate
7883                 services: process emails upon incorporation and spamd training.
7884                 Both services (un)register independently but use some common
7885                 plugin settings (transport settings, spam storage location).
7886
7887 2006-02-28 [wwp]        2.0.0cvs87
7888
7889         * src/plugins/spamassassin/spamassassin.c
7890                 fix async flag to spamc cmdline execution (batch exec should
7891                 be asynchronous).
7892
7893 2006-02-27 [wwp]        2.0.0cvs86
7894
7895         * src/plugins/spamassassin/spamassassin.c
7896         * src/plugins/spamassassin/spamassassin.h
7897         * src/plugins/spamassassin/spamassassin_gtk.c
7898                 - added the ability to learn a remote spamassassin server (spamd),
7899                 using spamc.
7900                 - added the spamassassin option 'username', that applies to all
7901                 spamassassin operations (filtering, learning, local or remote).
7902                 The default username is the current unix user (if left blank
7903                 from gtk prefs or config file).
7904                 - commented out some unused code (notebook widget), removed unused
7905                 layout (hbox1).
7906                 - make more widgets sensitive to the transport type.
7907
7908 2006-02-27 [colin]      2.0.0cvs85
7909
7910         * src/plugins/spamassassin/spamassassin.c
7911                 Fix sa-learn call when offline
7912
7913 2006-02-27 [colin]      2.0.0cvs84
7914
7915         * configure.ac
7916         * src/Makefile.am
7917         * src/mainwindow.c
7918         * src/mainwindow.h
7919         * src/messageview.c
7920         * src/messageview.h
7921         * src/prefs_toolbar.c
7922         * src/procmsg.c
7923         * src/stock_pixmap.c
7924         * src/stock_pixmap.h
7925         * src/summaryview.c
7926         * src/toolbar.c
7927         * src/toolbar.h
7928         * src/pixmaps/ham_btn.xpm
7929         * src/pixmaps/spam.xpm
7930         * src/pixmaps/spam_btn.xpm
7931         * src/plugins/spamassassin/spamassassin.c
7932                 Add button in toolbar for spam learning
7933                 Fix a few bugs from the last related commit
7934                 Revert 1.9.6cvs23 which messed up shift-selection
7935
7936 2006-02-24 [colin]      2.0.0cvs83
7937
7938         * src/procmsg.c
7939         * src/summaryview.c
7940         * src/summaryview.h
7941         * src/plugins/spamassassin/spamassassin.c
7942         * src/plugins/spamassassin/spamassassin.h
7943         * src/plugins/spamassassin/spamassassin_gtk.c
7944                 Unregister learner when spamassassin is either
7945                 disabled or over tcp
7946
7947 2006-02-24 [colin]      2.0.0cvs82
7948
7949         * src/Makefile.am
7950         * src/mainwindow.c
7951         * src/mainwindow.h
7952         * src/procmsg.c
7953         * src/procmsg.h
7954         * src/stock_pixmap.c
7955         * src/stock_pixmap.h
7956         * src/summaryview.c
7957         * src/summaryview.h
7958         * src/gtk/icon_legend.c
7959         * src/pixmaps/spam.xpm  ** NEW FILE **
7960         * src/plugins/spamassassin/spamassassin.c
7961         * src/plugins/spamassassin/spamassassin_gtk.c
7962                 Add spam learning interface (Mark/Mark as 
7963                 (spam|ham) menus)
7964
7965 2006-02-24 [wwp]        2.0.0cvs81
7966
7967         * src/compose.c
7968         * src/compose.h
7969         * src/filtering.c
7970                 hide compose window when sending message in batch mode
7971                 (filtering: forward and redirect). Also fixed a wrong
7972                 value returned when sending failed, neutral anyway.
7973                 (Colin, me) 
7974
7975 2006-02-24 [wwp]        2.0.0cvs80
7976
7977         * src/mainwindow.c
7978                 use GTK+'s stock quit button. Patch by Fabien Vantard.
7979
7980 2006-02-24 [paul]       2.0.0cvs79
7981
7982         * src/news.c
7983         * src/news.h
7984         * src/news_gtk.c
7985                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
7986                 Thanks to Colin
7987
7988 2006-02-23 [colin]      2.0.0cvs78
7989
7990         * src/alertpanel.c
7991                 Change OK to Close in alertpanel with View log
7992                 button; add accel to View log. Patch by Fabien
7993                 Vantard
7994
7995 2006-02-23 [wwp]        2.0.0cvs77
7996
7997         * src/compose.c
7998                 silly me, there were much more tests to perform, since toolbars can
7999                 really have down to 1 element only.
8000
8001 2006-02-23 [wwp]        2.0.0cvs76
8002
8003         * commitHelper
8004                 fixed indentation from my previous commit. Fallback to VISUAL if
8005                 EDITOR is not set (and to vi, at last resort).
8006
8007 2006-02-23 [wwp]        2.0.0cvs75
8008
8009         * commitHelper
8010                 improved error detection (Colin, me).
8011
8012 2006-02-23 [wwp]        2.0.0cvs74
8013
8014         * src/prefs_toolbar.c
8015                 simplify and fix prefs/toolbars layouting. Combos' contents can
8016                 now be really displayed.
8017
8018 2006-02-23 [wwp]        2.0.0cvs73
8019         simplifies and fix prefs/toolbars layouting. Combos' contents can now
8020         be really displayed.
8021
8022 2006-02-22 [wwp]        2.0.0cvs72
8023
8024         * src/compose.c
8025                 fix a typo in my previous commit (sorry!).
8026
8027 2006-02-22 [wwp]        2.0.0cvs71
8028
8029         * src/prefs_toolbar.c
8030                 fix a crash when adding separators to toolbars,
8031                 also fix some separator item information.
8032
8033 2006-02-22 [wwp]        2.0.0cvs70
8034
8035         * src/compose.c
8036                 fix a crash when redirecting (for instance) when compose window's
8037                 toolbar contents has been customized (when some buttons have been
8038                 removed in fact).
8039
8040 2006-02-21 [wwp]        2.0.0cvs69
8041
8042         * src/summaryview.c
8043         * src/gtk/pluginwindow.c
8044         * src/plugins/pgpcore/prefs_gpg.c
8045                 fix some compilation warnings (feat. remains of removed code).
8046
8047 2006-02-21 [wwp]        2.0.0cvs68
8048
8049         * src/gtk/gtkutils.c
8050                 fix two compilation issues, thanks to Stephan Sachse.
8051
8052 2006-02-20 [colin]      2.0.0cvs67
8053
8054         * src/mainwindow.c
8055                 Don't reselect displayed mail on refocus
8056                 This fixes actions misbehaving 
8057
8058 2006-02-20 [wwp]        2.0.0cvs66
8059
8060         * src/summaryview.c
8061         * src/gtk/gtksctree.c
8062         * src/gtk/gtkshruler.c
8063                 changed more runtime typecast checks.
8064
8065 2006-02-20 [wwp]        2.0.0cvs65
8066
8067         * src/summary_search.c
8068                 find all - summaryview refresh issue fixed, thanks to Colin.
8069
8070 2006-02-20 [wwp]        2.0.0cvs64
8071
8072         * src/gtk/gtkutils.c
8073                 better runtime typecast checks.
8074
8075 2006-02-20 [wwp]        2.0.0cvs63
8076
8077         * src/summary_search.c
8078                 enhancements to the summary search:
8079                         - add the ability to stop the running search
8080                           (upon ESC-key press, new Stop button or when Clear button is pressed)
8081                         - don't search if no criteria (From/To/Subject/Body) is set
8082                         - ensure that a busy mouse pointer is always shown when searching,
8083                           show it even a bit earlier
8084
8085 2006-02-19 [colin]      2.0.0cvs62
8086
8087         * src/compose.c
8088         * src/imap.c
8089         * src/etpan/imap-thread.c
8090         * src/etpan/imap-thread.h
8091                 (Future) IMAP speed improvement on sending
8092                 Will require a libetpan update
8093         * src/summaryview.c
8094         * src/gtk/quicksearch.c
8095                 Make quicksearch clearable while running.
8096
8097 2006-02-17 [colin]      2.0.0cvs61
8098
8099         * src/imap.c
8100         * src/etpan/imap-thread.c
8101         * src/etpan/imap-thread.h
8102                 Check for IMAP certificates
8103                 ** Requires libetpan-0.42-cvs4 
8104                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
8105
8106 2006-02-17 [colin]      2.0.0cvs60
8107
8108         * src/messageview.c
8109         * src/prefs_common.c
8110         * src/prefs_common.h
8111         * src/prefs_message.c
8112                 Add pref to display HTML-only mails with plugin, 
8113                 if possible (defaulting to FALSE of course).
8114
8115 2006-02-16 [colin]      2.0.0cvs59
8116
8117         * src/main.c
8118         * src/common/plugin.c
8119         * src/common/plugin.h
8120         * src/gtk/pluginwindow.c
8121                 Keep track of requested (but unloaded) plugins
8122                 in some error cases.
8123
8124 2006-02-16 [wwp]        2.0.0cvs58
8125
8126         * src/gtk/gtkaspell.c
8127         * src/gtk/gtkaspell.h
8128         * src/prefs_spelling.c
8129         * src/compose.c
8130         * src/prefs_common.c
8131         * src/prefs_common.h
8132                 implemented new optional spellchecker behaviour: re-check message when
8133                 dictionary got changed (from compose-window/context-menu/Change dictionary).
8134
8135 2006-02-16 [wwp]        2.0.0cvs57
8136
8137         * src/quote_fmt_parse.y
8138                 pclose popen'ed pipe.
8139
8140 2006-02-15 [colin]      2.0.0cvs56
8141
8142         * src/mimeview.c
8143         * src/mimeview.h
8144                 Let MimeViewers know which MimeView they
8145                 depend of.
8146         * src/summaryview.c
8147                 Swap From/To columns in Sent/Queue/Drafts
8148                 folders
8149         * src/etpan/imap-thread.c
8150                 Use mailstream_low_tls_open() for STARTTLS
8151                 instead of mailstream_low_ssl_open()
8152                 ** REQUIRES libetpan 0.42cvs3 **
8153
8154 2006-02-15 [wwp]        2.0.0cvs55
8155
8156         * src/compose.c
8157         * src/compose.h
8158         * src/message_search.c
8159         * src/message_search.h
8160         * src/textview.c
8161         * src/gtk/gtkutils.c
8162         * src/gtk/gtkutils.h
8163                 added the ability to Find text in the compose window (and a bit
8164                 of code factorization).
8165
8166 2006-02-15 [wwp]        2.0.0cvs54
8167
8168         * src/prefs_gtk.c
8169                 yet another one file was missing (fix for some widgets' sensitivity).
8170                 Thanks Colin!
8171
8172 2006-02-15 [wwp]        2.0.0cvs53
8173
8174         * src/prefs_gtk.h
8175                 oops forgot that file (fix for some widgets' sensitivity).
8176
8177 2006-02-15 [wwp]        2.0.0cvs52
8178
8179         * src/summary_search.c
8180                 implemented advanced summary search options (added the ability
8181                 to use matcher conditions in an advanced search mode).
8182
8183 2006-02-15 [wwp]        2.0.0cvs51
8184
8185         * src/plugins/pgpcore/prefs_gpg.c
8186         * src/prefs_account.c
8187                 fix some widget sensitivity, mostly around some labels in
8188                 account prefs.
8189
8190 2006-02-15 [paul]       2.0.0cvs50
8191
8192         * manual/advanced.xml
8193                 improve Templates info
8194                 written by wwp
8195
8196 2006-02-14 [colin]      2.0.0cvs49
8197
8198         * src/pixmaps/address_book.xpm
8199         * src/pixmaps/preferences.xpm
8200         * src/pixmaps/properties.xpm
8201                 Fix pixmap size - patch by Fabien Vantard
8202
8203 2006-02-13 [colin]      2.0.0cvs48
8204
8205         * src/procmime.c
8206                 Add missing fclose()s on error
8207         * src/textview.c
8208                 Remove unused code
8209         * src/common/utils.c
8210                 Fix temp files not being deleted on windows
8211         Patches by Thomas Gilgin
8212
8213 2006-02-13 [colin]      2.0.0cvs47
8214
8215         * src/mainwindow.c
8216                 Fix exit crash
8217
8218 2006-02-13 [wwp]        2.0.0cvs46
8219
8220         * src/plugins/pgpcore/prefs_gpg.c
8221                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
8222
8223 2006-02-12 [colin]      2.0.0cvs45
8224
8225         * src/folderview.c
8226         * src/main.c
8227         * src/mainwindow.c
8228                 Fix "stuff" when quitting
8229
8230 2006-02-12 [wwp]        2.0.0cvs44
8231
8232         * src/prefs_themes.c
8233                 fix typos in debug messages.
8234
8235 2006-02-11 [colin]      2.0.0cvs43
8236
8237         * src/summaryview.c
8238                 don't allow drag/drop from ourself
8239
8240 2006-02-10 [wwp]        2.0.0cvs42
8241
8242         * src/exporthtml.c
8243         * src/html.c
8244         * src/html.h
8245         * src/procmime.c
8246         * src/textview.c
8247                 renamed html_ prefixed functions and data structures to avoid
8248                 namespace clashes w/ other software (gtkhtml2 for instance).
8249                 Closes bug #907.
8250
8251
8252 2006-02-09 [colin]      2.0.0cvs41
8253
8254         * src/summaryview.c
8255                 Fix shitty logic messed up. Thanks Ticho for the hint!
8256
8257 2006-02-09 [wwp]        2.0.0cvs40
8258
8259         * src/gtk/about.c
8260         * src/compose.c
8261         * src/prefs_account.c
8262         * src/prefs_gtk.h
8263         * src/editaddress.c
8264                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
8265                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
8266                 Browse buttons in accounts prefs.
8267
8268 2006-02-09 [colin]      2.0.0cvs39
8269
8270         * src/matcher.c
8271                 Check for pointer before using its members
8272         * src/gtk/gtksourceprintjob.c
8273                 Fix a wrong warning
8274
8275 2006-02-09 [wwp]        2.0.0cvs38
8276
8277         * src/gtk/filesel.c
8278                 fix few compiler warnings (type mismatch).
8279
8280 2006-02-09 [paul]       2.0.0cvs37
8281
8282         * po/fr.po
8283                 updated by Fabien Vantard
8284
8285 2006-02-08 [colin]      2.0.0cvs36
8286
8287         * src/prefs_common.c
8288         * src/common/defs.h
8289         * src/common/plugin.c
8290                 allow windows and linux configurations to coexist
8291                 patch by Thomas Gilgin
8292
8293 2006-02-08 [colin]      2.0.0cvs35
8294
8295         * src/filtering.c
8296         * src/matcher.c
8297         * src/matcher.h
8298         * src/matcher_parser_parse.y
8299         * src/prefs_filtering_action.c
8300         * src/prefs_matcher.c
8301                 Add the "Ignore thread" filtering
8302                 action
8303
8304 2006-02-08 [colin]      2.0.0cvs34
8305
8306         * src/compose.c
8307         * src/procmime.c
8308         * src/procmime.h
8309                 Fix bug #905 (damaged attachment)
8310                 text files with raw \0's aren't really text files
8311         FOR_STABLE
8312
8313 2006-02-08 [colin]      2.0.0cvs33
8314
8315         * src/summaryview.c
8316                 Fix crasher introduced yesterday
8317
8318 2006-02-08 [wwp]        2.0.0cvs32
8319
8320         * src/compose.c
8321         * src/compose.h
8322                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
8323
8324 2006-02-08 [wwp]        2.0.0cvs31
8325
8326         * src/prefs_template.c
8327                 templates enhancement: allow address completion for Cc and Bcc fields
8328                 (it was currently possible for the To field only)
8329
8330 2006-02-08 [colin]      2.0.0cvs30
8331
8332         * src/compose.c
8333                 Don't unblock if not blocked
8334         FOR_STABLE
8335
8336 2006-02-07 [colin]      2.0.0cvs29
8337
8338         * src/action.c
8339                 Forgot to refresh summaryview
8340
8341 2006-02-07 [colin]      2.0.0cvs28
8342
8343         * src/action.c
8344                 Freeze/thaw message list and folder list while
8345                 processing %as{} actions 
8346         * src/compose.c
8347                 Fix auto-wrap disabling after a middle-click
8348                 paste - FOR_STABLE
8349
8350 2006-02-07 [paul]       2.0.0cvs27
8351
8352         * src/folder.c
8353                 fix freeing of uninitialised pointers
8354                 Thanks to Colin
8355
8356 2006-02-06 [colin]      2.0.0cvs26
8357
8358         * src/folder.c
8359                 Use g_slist_prepend in potentially big list
8360
8361 2006-02-06 [colin]      2.0.0cvs25
8362
8363         * src/folder.c
8364                 Completely skip processing if it doesn't 
8365                 exist (faster!)
8366
8367 2006-02-06 [colin]      2.0.0cvs24
8368
8369         * src/folder.c
8370         * src/summaryview.c
8371                 Batch filtering in summaryview (from Tools menu)
8372                 and pre/post//-processing too
8373
8374 2006-02-06 [colin]      2.0.0cvs23
8375
8376         * src/procmsg.h
8377         * src/filtering.c
8378                 Use a special field for batch filtering instead
8379                 of stepping on deferred execution's toes
8380
8381 2006-02-06 [colin]      2.0.0cvs22
8382
8383         * src/action.c
8384         * src/filtering.c
8385         * src/filtering.h
8386         * src/folder.c
8387         * src/summaryview.c
8388                 Fix filtering via menus and actions
8389
8390 2006-02-06 [colin]      2.0.0cvs21
8391
8392         * src/imap.c
8393                 Put the added file directly to cache if possible (will work
8394                 with next libetpan)
8395         * src/filtering.c
8396         * src/filtering.h
8397         * src/inc.c
8398         * src/folder.c
8399         * src/mbox.c
8400         * src/procmsg.h
8401                 Move and copy filtered messages by batches instead of one
8402                 by one - faster on IMAP
8403         * src/procmsg.c
8404                 Add a function that'll possibly be useful later
8405
8406 2006-02-06 [colin]      2.0.0cvs20
8407
8408         * src/addressbook.c
8409                 Use internal mime-type instead of text/plain for d'n'd
8410         * src/compose.c
8411                 Allow attaching files from mimeview's icon list via d'n'd
8412         * src/folderview.c
8413         * src/folderview.h
8414                 Use internal mime-type instead of text/plain for d'n'd
8415                 Don't try to selected opened folder if none is
8416                 Factorize d'n'd from other apps code
8417         * src/headerview.c
8418         * src/textview.c
8419         * src/gtk/gtkutils.c
8420         * src/gtk/gtkutils.h
8421                 Factorize Face/X-Face stuff
8422         * src/mimeview.c
8423                 Fix d'n'd to other apps
8424         * src/prefs_message.c
8425                 Let the XFace pref be usable without libcompface as it also
8426                 applies to Face
8427         * src/summaryview.c
8428                 Fix d'n'd to other apps
8429                 Factorize d'n'd from other apps code
8430
8431 2006-02-06 [wwp]        2.0.0cvs19
8432
8433         * po/it.po
8434                 Italian translation fixes by Andrea Spadaccini (no more confusion
8435                 between filtering and processing, and few changes in the About
8436                 dialog).
8437
8438
8439 2006-02-06 [mones]      2.0.0cvs18
8440
8441         * src/gtk/icon_legend.c
8442                 Improved descriptions allowing better translations
8443
8444 2006-02-05 [colin]      2.0.0cvs17
8445
8446         * src/imap.c
8447                 Add the f*cking missing expunge that caused imap_fetch_env
8448                 to fail after an add_msgs ! :-///
8449         * src/etpan/imap-thread.c
8450                 Add a bit of debug
8451         FOR_STABLE
8452
8453 2006-02-05 [colin]      2.0.0cvs16
8454
8455         * src/common/utils.c
8456                 Don't check for return-path (or we can't put
8457                 back non-sent mails)
8458
8459 2006-02-05 [colin]      2.0.0cvs15
8460
8461         * src/textview.c
8462                 Don't try to display Face header in textview
8463                 when teh headerview's active
8464
8465 2006-02-05 [colin]      2.0.0cvs14
8466
8467         * tools/tbird2syl.py
8468         * tools/Makefile.am
8469                 Add script to import Thunderbird mails
8470
8471 2006-02-05 [colin]      2.0.0cvs13
8472
8473         * src/headerview.c
8474         * src/procheader.c
8475         * src/procmsg.c
8476         * src/procmsg.h
8477         * src/textview.c
8478                 Show Face headers - patch partially by Klaus Flittner
8479
8480 2006-02-05 [colin]      2.0.0cvs12
8481
8482         * src/folderview.c
8483         * src/summaryview.c
8484         * src/common/utils.c
8485         * src/common/utils.h
8486                 Let dnd work from mime icons to summaryview
8487                 and to folderview too
8488                 Add a crude test to avoid trying to add files
8489                 drag'n'dropped when they're not mails
8490
8491 2006-02-04 [colin]      2.0.0cvs11
8492
8493         * src/summaryview.c
8494         * src/mimeview.c
8495                 Fix utf8 conversion
8496
8497 2006-02-04 [colin]      2.0.0cvs10
8498
8499         * src/compose.c
8500         * src/folderview.c
8501         * src/mimeview.c
8502         * src/summaryview.c
8503         * src/summaryview.h
8504                 Added various drag and drop capas:
8505                 From                    To
8506                 summaryview             other apps
8507                 mimeview icons          other apps
8508                 other apps              summaryview
8509                 other apps              folderview
8510
8511                 This shouldn't have broken the existing:
8512                 From                    To
8513                 summaryview             folderview
8514                 folderview              folderview
8515                 summaryview             compose's attachments
8516
8517         Tests welcomed.
8518
8519 2006-02-02 [paul]       2.0.0cvs9
8520
8521         * src/mainwindow.c
8522                 move global option 'Set displayed columns...' out
8523                 of folder option grouping.
8524                 fix sensitivity of 'harvest addresses'
8525         FOR_STABLE
8526
8527 2006-02-01 [colin]      2.0.0cvs8
8528
8529         * src/mimeview.c
8530                 Revert the alertpanel patch, it sucks (intrusive
8531                 and gets in the way of "open")
8532
8533 2006-02-01 [colin]      2.0.0cvs7
8534
8535         * src/compose.c
8536         * src/prefs_account.c
8537         * src/prefs_common.c
8538         * src/common/defs.h
8539         * src/common/utils.c
8540         * src/common/utils.h
8541                 Add ability to edit the signature file
8542                 from the account preferences, and use
8543                 a default for the text editor.
8544                 Patch by Fabien Vantard
8545
8546 2006-02-01 [colin]      2.0.0cvs6
8547
8548         * src/mimeview.c
8549                 Try to get mime type by extension if it is
8550                 application/octet-stream
8551                 Display a window with possible choices when
8552                 encountering unknown mime types
8553         * src/gtk/filesel.c
8554         * src/gtk/filesel.h
8555                 Add preview
8556                 Allow multiple selection in filtered filesel
8557                 (patch by Fabien Vantard)
8558         * src/gtk/pluginwindow.c
8559                 Use it (patch by Fabien Vantard)
8560
8561 2006-02-01 [paul]       2.0.0cvs5
8562
8563         * src/jpilot.c
8564                 fix crash on creating jpilot address book
8565                 Thanks to Colin - FOR_STABLE
8566         * src/prefs_summaries.c
8567         * src/prefs_wrapping.c
8568         * src/gtk/icon_legend.c
8569         * src/gtk/quicksearch.c
8570                 string fixes and additions
8571
8572 2006-02-01 [paul]       2.0.0cvs4
8573
8574         * src/compose.c
8575         * src/mainwindow.c
8576         * src/messageview.c
8577         * src/prefs_send.c
8578                 add Arabic encoding option
8579                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
8580
8581 2006-01-31 [colin]      2.0.0cvs3
8582
8583         * src/plugins/pgpcore/passphrase.c
8584                 Convert passphrase to locale encoding
8585         * src/compose.c
8586                 Fix drafting on IMAP. Crappy bug sneaked in
8587                 the release :-/
8588         FOR_STABLE
8589
8590 2006-01-30 [paul]       2.0.0cvs2
8591
8592         * src/gtk/icon_legend.c
8593                 show the new entries
8594
8595 2006-01-30 [colin]      2.0.0cvs1
8596
8597         * src/manual.c
8598                 Check for the file to be present before 
8599                 enabling the menu - FOR_STABLE
8600         * src/gtk/icon_legend.c
8601                 Add folders icons (not all of them, there
8602                 are too much, but the most intriguing ones)
8603
8604 2006-01-30 [paul]       2.0.0
8605
8606         version 2.0.0 released
8607
8608 2006-01-30 [paul]       1.9.100cvs200
8609
8610         * manual/faq.xml
8611         * manual/gpl.xml
8612         * manual/intro.xml
8613         * manual/starting.xml
8614         * manual/sylpheed-claws-manual.xml
8615                 fixes, additions
8616
8617 2006-01-29 [mones]      1.9.100cvs199
8618
8619         * manual/account.xml
8620         * manual/advanced.xml
8621         * manual/glossary.xml
8622                 Some typos fixed, added LDIF term to glossary
8623         * po/es.po
8624                 Fixed leading plus symbol
8625
8626 2006-01-29 [paul]       1.9.100cvs198
8627
8628         * po/fi.po
8629         * po/sk.po
8630                 updated by Tommi Pirinen and Andrej Kacian
8631
8632 2006-01-29 [paul]       1.9.100cvs197
8633
8634         * src/gtk/authors.h
8635                 remove duplicates
8636
8637 2006-01-29 [paul]       1.9.100cvs196
8638
8639         * AUTHORS
8640         * po/nl.po
8641         * src/gtk/authors.h
8642         * tools/claws.i18n.status.pl
8643                 nl translation updated by Tim Dijkstra
8644
8645 2006-01-29 [paul]       1.9.100cvs195
8646
8647         * po/sr.po
8648         * po/sv.po
8649                 updated by Aleksandar Urosevic and Anders Troback
8650
8651 2006-01-28 [colin]      1.9.100cvs194
8652
8653         * src/gtk/gtksourceprintjob.c
8654                 Don't fiddle with PangoLayout when we
8655                 have an image
8656
8657 2006-01-28 [paul]       1.9.100cvs193
8658
8659         * AUTHORS
8660         * po/el.po
8661         * po/zh_CN.po
8662         * src/gtk/authors.h
8663         * tools/claws.i18n.status.pl
8664                 updated translations submitted by Stavros Giannouris
8665                 and Ralgh Young
8666
8667 2006-01-27 [colin]      1.9.100cvs192
8668
8669         * src/summaryview.c
8670         * src/gtk/gtksourceprintjob.c
8671                 Add image printing 
8672                 (libgnomeprint only, of course)
8673
8674 2006-01-27 [paul]       1.9.100cvs191
8675
8676         * po/fr.po
8677         * po/it.po
8678                 updated by Fabien Vantard and Andrea Spadaccini
8679
8680 2006-01-26 [colin]      1.9.100cvs190
8681
8682         * manual/Makefile.am
8683         * configure.ac
8684                 Make building the manual optional 
8685                 (--disable-manual)
8686
8687 2006-01-26 [paul]       1.9.100cvs189
8688
8689         * manual/glossary.xml
8690         * manual/plugins.xml
8691                 edited
8692         * po/en_GB.po
8693                 updated
8694
8695 2006-01-26 [paul]       1.9.100cvs188
8696
8697         * src/prefs_display_header.c
8698         * src/prefs_folder_column.c
8699         * src/prefs_msg_colors.c
8700         * src/prefs_summaries.c
8701         * src/prefs_summary_column.c
8702                 HIGify
8703
8704 2006-01-25 [colin]      1.9.100cvs187
8705
8706         * src/imap.c
8707                 Don't allow moving/copying mails between
8708                 queue/drafts and non-queue/drafts folders
8709                 Fixes bug #897 (message header is resetted 
8710                 if one is copied to Drafts)
8711
8712 2006-01-25 [colin]      1.9.100cvs186
8713
8714         * src/folder.c
8715         * src/mainwindow.c
8716                 Fix subscribed folders not found
8717         * src/compose.c
8718                 Don't try to encode as original mail's charset
8719                 if it's ascii 
8720
8721 2006-01-25 [paul]       1.9.100cvs185
8722
8723         * AUTHORS
8724         * po/Makevars
8725                 updated
8726         * po/de.po
8727         * po/pl.po
8728         * po/pt_BR.po
8729         * po/sr.po
8730                 updates submitted by Stephan Sachse, Emilian Nowak
8731                 and Quar, Frederico Goncalves Guimaraes, and
8732                 Aleksandar Urosevic
8733                 Fix Bug 896, 'PT_BR locale broken'.
8734         * src/gtk/authors.h
8735                 updated
8736
8737 2006-01-24 [mones]      1.9.100cvs184
8738
8739         * manual/glossary.xml
8740                 All current terms finished. Reviewers welcome ;-)
8741         * manual/keyboard.xml
8742                 Fixed column width for pdf output.
8743         * po/es.po
8744                 Updated
8745
8746 2006-01-24 [paul]       1.9.100cvs183
8747
8748         * manual/glossary.xml
8749                 fix id name
8750         * manual/dist/html/Makefile.am
8751         * manual/dist/pdf/Makefile.am
8752         * manual/dist/ps/Makefile.am
8753         * manual/dist/txt/Makefile.am
8754                 fix make deps
8755                 Thanks to Colin
8756
8757 2006-01-24 [mones]      1.9.100cvs182
8758
8759         * manual/glossary.xml
8760                 Nearly finished, some terms missing.
8761
8762 2006-01-23 [paul]       1.9.100cvs181
8763
8764         * manual/dist/html/Makefile.am
8765         * manual/dist/pdf/Makefile.am
8766         * manual/dist/ps/Makefile.am
8767         * manual/dist/txt/Makefile.am
8768         * src/mainwindow.c
8769                 re-enable manual
8770                 Thanks to Colin
8771
8772 2006-01-22 [colin]      1.9.100cvs180
8773
8774         * src/compose.c
8775         * src/gtk/gtkaspell.c
8776                 Don't deselect stuff before right-clicking, with aspell.
8777                 (This prevented right-click Copy, for example).
8778                 Thanks to Clo!
8779
8780 2006-01-22 [paul]       1.9.100cvs179
8781
8782         * src/summary_search.c
8783                 don't fix the widget size as it causes problems
8784                 under localisation.
8785                 Thanks to Emilian Nowak
8786
8787 2006-01-21 [paul]       1.9.100cvs178
8788
8789         * src/prefs_themes.c
8790                 fix broken underlining of label text
8791                 with some translations
8792
8793 2006-01-21 [colin]      1.9.100cvs177
8794
8795         * po/fr.po
8796                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
8797
8798 2006-01-20 [colin]      1.9.100cvs176
8799
8800         * configure.ac
8801         * Makefile.am
8802         * manual/Makefile
8803         * manual/dist/html/.cvsignore
8804         * manual/dist/html/Makefile.am
8805         * manual/dist/pdf/.cvsignore
8806         * manual/dist/pdf/Makefile.am
8807         * manual/dist/ps/.cvsignore
8808         * manual/dist/ps/Makefile.am
8809         * manual/dist/txt/.cvsignore
8810         * manual/dist/txt/Makefile.am
8811                 Autotool-ize manual
8812
8813 2006-01-20 [paul]       1.9.100cvs175
8814
8815         * manual/handling.xml
8816                 make Filtering and Searching entries easier to find
8817         * manual/keyboard.xml
8818                 add the remaining default keybinds
8819         * src/prefs_summaries.c
8820                 update the default keybinds
8821
8822 2006-01-20 [paul]       1.9.100cvs174
8823
8824         * src/addressbook.c
8825         * src/addrgather.c
8826         * src/addrharvest.c
8827         * src/editaddress.c
8828         * src/editgroup.c
8829         * src/exphtmldlg.c
8830         * src/expldifdlg.c
8831         * src/exporthtml.c
8832         * src/exportldif.c
8833         * src/ldif.c
8834                 replace 'e-mail' with 'email'
8835         * src/summary_search.c
8836                 add mnemonic to "Find all" button
8837
8838 2006-01-20 [wwp]        1.9.100cvs173
8839
8840         * src/export.c
8841         * src/import.c
8842                 touched mbox import/export buttons for HIG-compliance
8843
8844 2006-01-19 [paul]       1.9.100cvs172
8845
8846         * manual/account.xml
8847         * manual/addrbook.xml
8848         * manual/advanced.xml
8849         * manual/faq.xml
8850         * manual/handling.xml
8851         * manual/intro.xml
8852         * manual/plugins.xml
8853         * manual/starting.xml
8854                 more editing
8855
8856 2006-01-19 [paul]       1.9.100cvs171
8857
8858         * src/toolbar.c
8859                 allow use of trash button while receiving
8860                 Thanks to Colin
8861
8862 2006-01-19 [wwp]        1.9.100cvs170
8863
8864         * src/gtk/quicksearch.c
8865         * src/compose.c
8866                 force text color to black when yellow background is set
8867
8868 2006-01-19 [colin]      1.9.100cvs169
8869
8870         * src/plugins/trayicon/trayicon.c
8871                 Gray out Get Mail when already getting mail
8872
8873 2006-01-18 [paul]       1.9.100cvs168
8874
8875         * src/compose.c
8876                 give widget yellow background was To is
8877                 set via folder prefs
8878         * src/gtk/quicksearch.c
8879                 give widget yellow background when quick
8880                 search is active.
8881                 Thanks to Colin
8882
8883 2006-01-18 [paul]       1.9.100cvs167
8884
8885         * doc/man/sylpheed-claws.1
8886                 add --subscribe option
8887
8888 2006-01-18 [paul]       1.9.100cvs166
8889
8890         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8891         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8892                 use %U instead of %F (%F is broken for user installed
8893                 files in kde 3.5)
8894
8895 2006-01-18 [colin]      1.9.100cvs165
8896
8897         * src/summaryview.c
8898                 Default to Yes in "No more * messages" dialogs
8899
8900 2006-01-17 [colin]      1.9.100cvs164
8901
8902         * src/compose.c
8903                 Possibly fix an invalid iterator causing
8904                 crash
8905
8906 2006-01-17 [colin]      1.9.100cvs163
8907
8908         * src/mimeview.c
8909                 Fix crash when the image disappears under the
8910                 image viewer
8911
8912 2006-01-16 [colin]      1.9.100cvs162
8913
8914         * src/compose.c
8915                 Fix reenabling autowrap
8916
8917 2006-01-16 [colin]      1.9.100cvs161
8918
8919         * src/compose.c
8920                 reset quote_len before getting quote_str
8921
8922 2006-01-16 [colin]      1.9.100cvs160
8923
8924         * src/account.c
8925         * src/account.h
8926         * src/folder.c
8927         * src/imap_gtk.c
8928         * src/mh_gtk.c
8929                 Fix bug #883 (default inbox does not track folder move)
8930
8931 2006-01-16 [colin]      1.9.100cvs159
8932
8933         * src/compose.c
8934         * src/plugins/pgpcore/passphrase.c
8935                 More buttons fixes
8936
8937 2006-01-16 [paul]       1.9.100cvs158
8938
8939         * src/prefs_actions.c
8940         * src/prefs_filtering_action.c
8941         * src/prefs_matcher.c
8942         * src/quote_fmt.c
8943         * src/gtk/description_window.c
8944         * src/gtk/description_window.h
8945         * src/gtk/quicksearch.c
8946                 description window cleanups
8947
8948 2006-01-15 [colin]      1.9.100cvs157
8949
8950         * src/addressbook.c
8951         * src/prefs_filtering.c
8952                 Same here
8953
8954 2006-01-15 [colin]      1.9.100cvs156
8955
8956         * src/folderview.c
8957         * src/mainwindow.c
8958                 Same for "Empty trash"
8959
8960 2006-01-15 [colin]      1.9.100cvs155
8961
8962         * src/inc.c
8963                 Override offline dialog had Yes by default
8964
8965 2006-01-15 [colin]      1.9.100cvs154
8966
8967         * src/summaryview.c
8968                 Delete selected messages? previously had Yes the default
8969
8970 2006-01-15 [colin]      1.9.100cvs153
8971
8972         * src/folder.c
8973         * src/folder.h
8974         * src/main.c
8975                 Check if a mailbox is loaded after all
8976                 plugins are loaded.
8977
8978 2006-01-15 [colin]      1.9.100cvs152
8979
8980         * src/folder.c
8981                 Don't start wizard when there are unloaded folders (will help
8982                 people with only mbox or maildir mailboxes)
8983
8984 2006-01-14 [colin]      1.9.100cvs151
8985
8986         * src/addressbook.c
8987         * src/expldifdlg.c
8988         * src/importldif.c
8989         * src/importmutt.c
8990         * src/importpine.c
8991         * src/mh_gtk.c
8992                 More HIG compliance and fixes
8993
8994 2006-01-14 [colin]      1.9.100cvs150
8995
8996         * src/prefs_filtering_action.c
8997         * src/foldersel.c
8998                 Two forgotten button order changes
8999
9000 2006-01-14 [colin]      1.9.100cvs149
9001
9002         * src/account.c
9003         * src/addressbook.c
9004         * src/compose.c
9005         * src/folderview.c
9006         * src/imap_gtk.c
9007         * src/mainwindow.c
9008         * src/mh_gtk.c
9009         * src/news_gtk.c
9010         * src/prefs_actions.c
9011         * src/prefs_customheader.c
9012         * src/prefs_filtering.c
9013         * src/prefs_matcher.c
9014         * src/prefs_template.c
9015         * src/ssl_manager.c
9016         * src/summaryview.c
9017         * src/textview.c
9018         * src/toolbar.c
9019                 All deletion confirmations are now "Cancel, Delete" 
9020                 instead of "No, Yes"
9021                 Clarified most of the other "No, Yes" to 
9022                 "Cancel, Descriptive_action"
9023                 Rechanged the "Entry not saved" alerts to have 
9024                 "Close, Continue editing"
9025
9026
9027 2006-01-14 [paul]
9028
9029         * 2.0.0-rc4 released
9030
9031 2006-01-14 [paul]       1.9.100cvs148
9032
9033         * src/account.c
9034         * src/addressadd.c
9035         * src/addressbook.c
9036         * src/compose.c
9037         * src/editaddress.c
9038         * src/editbook.c
9039         * src/editgroup.c
9040         * src/editjpilot.c
9041         * src/editldap.c
9042         * src/editvcard.c
9043         * src/exphtmldlg.c
9044         * src/expldifdlg.c
9045         * src/folderview.c
9046         * src/grouplistdialog.c
9047         * src/imap_gtk.c
9048         * src/importmutt.c
9049         * src/importpine.c
9050         * src/inc.c
9051         * src/main.c
9052         * src/mainwindow.c
9053         * src/message_search.c
9054         * src/messageview.c
9055         * src/mh_gtk.c
9056         * src/mimeview.c
9057         * src/news_gtk.c
9058         * src/prefs_actions.c
9059         * src/prefs_customheader.c
9060         * src/prefs_filtering.c
9061         * src/prefs_matcher.c
9062         * src/prefs_template.c
9063         * src/prefs_themes.c
9064         * src/ssl_manager.c
9065         * src/summary_search.c
9066         * src/summaryview.c
9067         * src/textview.c
9068         * src/toolbar.c
9069         * src/gtk/foldersort.c
9070         * src/gtk/gtkaspell.c
9071         * src/gtk/inputdialog.c
9072         * src/gtk/prefswindow.c
9073         * src/plugins/pgpcore/select-keys.c
9074         * src/plugins/trayicon/trayicon.c
9075                 HIG compliant button order
9076
9077 2006-01-14 [mones]      1.9.100cvs147
9078
9079         * po/es.po
9080                 Updated translation
9081
9082 2006-01-13 [paul]       1.9.100cvs146
9083
9084         * AUTHORS
9085         * ChangeLog
9086         * src/gtk/authors.h
9087                 add Joshua M. Kwan to contributors list
9088
9089 2006-01-13 [colin]      1.9.100cvs145
9090
9091         * src/gtk/quicksearch.c
9092                 Don't refocus quick search after executing (Esc or Enter)
9093                 Allows to '/'search something then move up/down in 
9094                 summaryview, and to Esc a search and be back in the 
9095                 summaryview
9096
9097 2006-01-13 [paul]       1.9.100cvs144
9098
9099         * src/plugins/pgpinline/pgpinline.c
9100                 support Content-Type 'application/pgp'
9101                 patch by Joshua M. Kwan <joshuak@users.sf.net>
9102
9103 2006-01-13 [paul]       1.9.100cvs143
9104
9105         * manual/account.xml
9106                 make mention of partial retrieval
9107                 thanks to Colin
9108
9109 2006-01-13 [paul]       1.9.100cvs142
9110
9111         * src/account.c
9112         * src/account.h
9113         * src/action.c
9114         * src/action.h
9115         * src/adbookbase.h
9116         * src/addr_compl.c
9117         * src/addr_compl.h
9118         * src/addrbook.c
9119         * src/addrcache.c
9120         * src/addrcache.h
9121         * src/addrcindex.c
9122         * src/addrcindex.h
9123         * src/addrclip.c
9124         * src/addrclip.h
9125         * src/addrdefs.h
9126         * src/addressadd.c
9127         * src/addressadd.h
9128         * src/addressbook.c
9129         * src/addressbook.h
9130         * src/addrgather.c
9131         * src/addrgather.h
9132         * src/addrharvest.c
9133         * src/addrharvest.h
9134         * src/addrindex.c
9135         * src/addrindex.h
9136         * src/addritem.c
9137         * src/addritem.h
9138         * src/addrquery.c
9139         * src/addrquery.h
9140         * src/addrselect.c
9141         * src/addrselect.h
9142         * src/alertpanel.c
9143         * src/alertpanel.h
9144         * src/browseldap.c
9145         * src/browseldap.h
9146         * src/codeconv.c
9147         * src/codeconv.h
9148         * src/compose.c
9149         * src/compose.h
9150         * src/customheader.c
9151         * src/customheader.h
9152         * src/displayheader.c
9153         * src/displayheader.h
9154         * src/editaddress.c
9155         * src/editaddress.h
9156         * src/editbook.c
9157         * src/editbook.h
9158         * src/editgroup.c
9159         * src/editgroup.h
9160         * src/editjpilot.c
9161         * src/editjpilot.h
9162         * src/editldap.c
9163         * src/editldap.h
9164         * src/editldap_basedn.c
9165         * src/editldap_basedn.h
9166         * src/editvcard.c
9167         * src/editvcard.h
9168         * src/exphtmldlg.c
9169         * src/exphtmldlg.h
9170         * src/expldifdlg.c
9171         * src/expldifdlg.h
9172         * src/export.h
9173         * src/exporthtml.c
9174         * src/exporthtml.h
9175         * src/exportldif.c
9176         * src/exportldif.h
9177         * src/filtering.c
9178         * src/filtering.h
9179         * src/folder.c
9180         * src/folder.h
9181         * src/folder_item_prefs.c
9182         * src/folder_item_prefs.h
9183         * src/foldersel.c
9184         * src/foldersel.h
9185         * src/folderutils.c
9186         * src/folderutils.h
9187         * src/folderview.c
9188         * src/folderview.h
9189         * src/grouplistdialog.c
9190         * src/grouplistdialog.h
9191         * src/headerview.c
9192         * src/html.c
9193         * src/html.h
9194         * src/image_viewer.c
9195         * src/image_viewer.h
9196         * src/imap.c
9197         * src/imap.h
9198         * src/imap_gtk.c
9199         * src/imap_gtk.h
9200         * src/import.h
9201         * src/importldif.c
9202         * src/importldif.h
9203         * src/importmutt.c
9204         * src/importmutt.h
9205         * src/importpine.c
9206         * src/importpine.h
9207         * src/inc.c
9208         * src/inc.h
9209         * src/jpilot.c
9210         * src/jpilot.h
9211         * src/ldapctrl.c
9212         * src/ldapctrl.h
9213         * src/ldaplocate.c
9214         * src/ldaplocate.h
9215         * src/ldapquery.c
9216         * src/ldapquery.h
9217         * src/ldapserver.c
9218         * src/ldapserver.h
9219         * src/ldaputil.c
9220         * src/ldaputil.h
9221         * src/ldif.c
9222         * src/ldif.h
9223         * src/main.c
9224         * src/main.h
9225         * src/mainwindow.c
9226         * src/mainwindow.h
9227         * src/manual.c
9228         * src/manual.h
9229         * src/mbox.c
9230         * src/mbox.h
9231         * src/message_search.c
9232         * src/message_search.h
9233         * src/messageview.c
9234         * src/messageview.h
9235         * src/mh.c
9236         * src/mh.h
9237         * src/mh_gtk.c
9238         * src/mh_gtk.h
9239         * src/mimeview.c
9240         * src/mimeview.h
9241         * src/msgcache.c
9242         * src/msgcache.h
9243         * src/mutt.c
9244         * src/mutt.h
9245         * src/news.c
9246         * src/news.h
9247         * src/news_gtk.c
9248         * src/news_gtk.h
9249         * src/partial_download.c
9250         * src/partial_download.h
9251         * src/pine.c
9252         * src/pine.h
9253         * src/pop.c
9254         * src/pop.h
9255         * src/prefs_account.c
9256         * src/prefs_account.h
9257         * src/prefs_actions.c
9258         * src/prefs_actions.h
9259         * src/prefs_common.c
9260         * src/prefs_common.h
9261         * src/prefs_compose_writing.c
9262         * src/prefs_compose_writing.h
9263         * src/prefs_customheader.c
9264         * src/prefs_customheader.h
9265         * src/prefs_display_header.c
9266         * src/prefs_display_header.h
9267         * src/prefs_filtering.c
9268         * src/prefs_filtering.h
9269         * src/prefs_filtering_action.c
9270         * src/prefs_filtering_action.h
9271         * src/prefs_folder_column.c
9272         * src/prefs_folder_column.h
9273         * src/prefs_folder_item.c
9274         * src/prefs_folder_item.h
9275         * src/prefs_fonts.c
9276         * src/prefs_fonts.h
9277         * src/prefs_gtk.c
9278         * src/prefs_gtk.h
9279         * src/prefs_image_viewer.c
9280         * src/prefs_image_viewer.h
9281         * src/prefs_matcher.c
9282         * src/prefs_matcher.h
9283         * src/prefs_message.c
9284         * src/prefs_msg_colors.c
9285         * src/prefs_msg_colors.h
9286         * src/prefs_other.c
9287         * src/prefs_quote.c
9288         * src/prefs_receive.c
9289         * src/prefs_send.c
9290         * src/prefs_spelling.c
9291         * src/prefs_spelling.h
9292         * src/prefs_summaries.c
9293         * src/prefs_summaries.h
9294         * src/prefs_summary_column.c
9295         * src/prefs_summary_column.h
9296         * src/prefs_template.c
9297         * src/prefs_template.h
9298         * src/prefs_themes.c
9299         * src/prefs_themes.h
9300         * src/prefs_toolbar.c
9301         * src/prefs_toolbar.h
9302         * src/prefs_wrapping.c
9303         * src/prefs_wrapping.h
9304         * src/privacy.c
9305         * src/privacy.h
9306         * src/procheader.c
9307         * src/procheader.h
9308         * src/procmime.c
9309         * src/procmime.h
9310         * src/procmsg.c
9311         * src/procmsg.h
9312         * src/quote_fmt.c
9313         * src/quote_fmt_parse.y
9314         * src/recv.c
9315         * src/recv.h
9316         * src/remotefolder.c
9317         * src/remotefolder.h
9318         * src/send_message.c
9319         * src/send_message.h
9320         * src/setup.c
9321         * src/setup.h
9322         * src/sourcewindow.c
9323         * src/sourcewindow.h
9324         * src/ssl_manager.c
9325         * src/ssl_manager.h
9326         * src/statusbar.c
9327         * src/statusbar.h
9328         * src/stock_pixmap.c
9329         * src/stock_pixmap.h
9330         * src/summary_search.c
9331         * src/summary_search.h
9332         * src/summaryview.c
9333         * src/summaryview.h
9334         * src/syldap.c
9335         * src/syldap.h
9336         * src/textview.c
9337         * src/textview.h
9338         * src/toolbar.c
9339         * src/toolbar.h
9340         * src/undo.c
9341         * src/undo.h
9342         * src/unmime.c
9343         * src/unmime.h
9344         * src/vcard.c
9345         * src/vcard.h
9346         * src/wizard.c
9347         * src/wizard.h
9348         * src/common/base64.c
9349         * src/common/base64.h
9350         * src/common/defs.h
9351         * src/common/hooks.c
9352         * src/common/hooks.h
9353         * src/common/log.c
9354         * src/common/log.h
9355         * src/common/mgutils.c
9356         * src/common/mgutils.h
9357         * src/common/nntp.c
9358         * src/common/nntp.h
9359         * src/common/passcrypt.c
9360         * src/common/passcrypt.h.in
9361         * src/common/plugin.c
9362         * src/common/plugin.h
9363         * src/common/prefs.c
9364         * src/common/prefs.h
9365         * src/common/progressindicator.c
9366         * src/common/progressindicator.h
9367         * src/common/quoted-printable.c
9368         * src/common/quoted-printable.h
9369         * src/common/session.c
9370         * src/common/session.h
9371         * src/common/smtp.c
9372         * src/common/smtp.h
9373         * src/common/socket.c
9374         * src/common/socket.h
9375         * src/common/ssl.c
9376         * src/common/ssl.h
9377         * src/common/ssl_certificate.c
9378         * src/common/ssl_certificate.h
9379         * src/common/stringtable.c
9380         * src/common/stringtable.h
9381         * src/common/sylpheed.c
9382         * src/common/sylpheed.h
9383         * src/common/template.c
9384         * src/common/template.h
9385         * src/common/timing.h
9386         * src/common/utils.c
9387         * src/common/utils.h
9388         * src/common/version.h.in
9389         * src/common/xml.c
9390         * src/common/xml.h
9391         * src/common/xmlprops.c
9392         * src/common/xmlprops.h
9393         * src/gtk/colorlabel.c
9394         * src/gtk/colorsel.c
9395         * src/gtk/colorsel.h
9396         * src/gtk/description_window.c
9397         * src/gtk/description_window.h
9398         * src/gtk/filesel.c
9399         * src/gtk/filesel.h
9400         * src/gtk/foldersort.c
9401         * src/gtk/foldersort.h
9402         * src/gtk/gtkutils.c
9403         * src/gtk/gtkutils.h
9404         * src/gtk/inputdialog.c
9405         * src/gtk/inputdialog.h
9406         * src/gtk/logwindow.c
9407         * src/gtk/logwindow.h
9408         * src/gtk/manage_window.c
9409         * src/gtk/manage_window.h
9410         * src/gtk/menu.c
9411         * src/gtk/menu.h
9412         * src/gtk/pluginwindow.c
9413         * src/gtk/pluginwindow.h
9414         * src/gtk/prefswindow.c
9415         * src/gtk/prefswindow.h
9416         * src/gtk/progressdialog.c
9417         * src/gtk/progressdialog.h
9418         * src/gtk/sslcertwindow.c
9419         * src/gtk/sslcertwindow.h
9420         * src/plugins/clamav/clamav_plugin.c
9421         * src/plugins/clamav/clamav_plugin.h
9422         * src/plugins/clamav/clamav_plugin_gtk.c
9423         * src/plugins/demo/demo.c
9424         * src/plugins/dillo_viewer/dillo_prefs.c
9425         * src/plugins/dillo_viewer/dillo_prefs.h
9426         * src/plugins/dillo_viewer/dillo_viewer.c
9427         * src/plugins/pgpcore/passphrase.c
9428         * src/plugins/pgpcore/passphrase.h
9429         * src/plugins/pgpcore/plugin.c
9430         * src/plugins/pgpcore/select-keys.c
9431         * src/plugins/pgpcore/select-keys.h
9432         * src/plugins/pgpcore/sgpgme.c
9433         * src/plugins/pgpcore/sgpgme.h
9434         * src/plugins/pgpinline/pgpinline.c
9435         * src/plugins/pgpinline/pgpinline.h
9436         * src/plugins/pgpinline/plugin.c
9437         * src/plugins/pgpmime/pgpmime.c
9438         * src/plugins/pgpmime/pgpmime.h
9439         * src/plugins/pgpmime/plugin.c
9440         * src/plugins/spamassassin/spamassassin.c
9441         * src/plugins/spamassassin/spamassassin.h
9442         * src/plugins/spamassassin/spamassassin_gtk.c
9443         * src/plugins/trayicon/trayicon.c
9444                 update copyright header
9445
9446 2006-01-13 [paul]       1.9.100cvs141
9447
9448         * src/account.c
9449         * src/export.c
9450         * src/import.c
9451         * src/mainwindow.c
9452         * src/prefs_account.c
9453         * src/prefs_display_header.c
9454         * src/prefs_receive.c
9455         * src/prefs_send.c
9456         * src/prefs_summaries.c
9457         * src/prefs_themes.c
9458         * src/prefs_toolbar.c
9459         * src/gtk/about.c
9460                 various cleanups
9461
9462 2006-01-12 [colin]      1.9.100cvs140
9463
9464         * src/folder.c
9465         * src/folder.h
9466         * src/main.c
9467                 Add --subscribe option
9468                 Let sylpheed-claws email@domain.com equivalent to --compose
9469                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
9470
9471 2006-01-12 [paul]       1.9.100cvs139
9472
9473         * src/mainwindow.c
9474                 append 'Change folder order' label with '...'
9475         * src/prefs_actions.c
9476                 allow reordering of actions list by dnd
9477         * src/gtk/foldersort.c
9478                 make the dialog nicer
9479
9480 2006-01-11 [colin]      1.9.100cvs138
9481
9482         * src/compose.c
9483                 Allow templates without text
9484
9485 2006-01-11 [paul]       1.9.100cvs137
9486
9487         * tools/README
9488         * tools/filter_conv_new.pl
9489                 add info to README
9490                 also check .sylpheed for filter.xml
9491                 be a bit informative to the user
9492
9493 2006-01-11 [colin]      1.9.100cvs136
9494
9495         * src/textview.c
9496                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
9497
9498 2006-01-10 [paul]       1.9.100cvs135
9499
9500         * tools/Makefile.am
9501         * tools/filter_conv_new.pl
9502                 add script to convert new style Sylpheed
9503                 filter rules (Sylpheed >= 0.9.99) to
9504                 Claws filtering rules
9505
9506 2006-01-10 [colin]      1.9.100cvs134
9507
9508         * src/compose.c
9509                 Fix broken line joins in certain conditions
9510                 (between two quoted lines: <enter><enter><up>
9511                  <type a wrapped sentence><go in the first line>
9512                  <insert more text><watch as line joining failed>)
9513
9514 2006-01-10 [paul]       1.9.100cvs133
9515
9516         * src/compose.c
9517                 don't report success in error dialog
9518                 thanks to Colin
9519         * src/common/utils.c
9520                 include some trailing punctuations as URI
9521                 thanks to Hiro
9522
9523 2006-01-10 [paul]       1.9.100cvs132
9524
9525         * src/mimeview.c
9526                 fix incompatible pointer type
9527                 warning
9528
9529 2006-01-10 [paul]       1.9.100cvs131
9530
9531         * src/compose.c
9532                 change Subject in window title
9533                 instantaneously
9534
9535 2006-01-09 [colin]      1.9.100cvs130
9536
9537         * src/addressbook.c
9538         * src/headerview.c
9539         * src/mainwindow.c
9540         * src/messageview.c
9541         * src/mimeview.c
9542         * src/noticeview.c
9543         * src/summaryview.c
9544                 Fix possible crashes on exit and in addressbook
9545
9546 2006-01-09 [paul]       1.9.100cvs129
9547
9548         * src/prefs_msg_colors.c
9549                 some cleanups that I forgot last time
9550
9551 2006-01-09 [paul]       1.9.100cvs128
9552
9553         * README
9554         * src/folderview.c
9555         * src/prefs_msg_colors.c
9556                 add previously hidden option, color_new, to
9557                 the gui
9558                 move the page to Display/
9559                 rework the gui
9560
9561 2006-01-09 [wwp]        1.9.100cvs127
9562
9563         * src/prefs_themes.c
9564                 made the prefs/display/themes layouts spacing less condensed
9565                 (and so they match other prefs/pages' look).
9566
9567 2006-01-09 [paul]       1.9.100cvs126
9568
9569         * src/compose.c
9570         * src/prefs_common.c
9571         * src/prefs_common.h
9572         * src/prefs_wrapping.c
9573                 remove 'wrap at send' option
9574
9575 2006-01-06 [colin]      1.9.100cvs125
9576
9577         * src/compose.c
9578                 Just make completely sure we don't insert "manual line breaks" 
9579                 when wrapping... 
9580
9581 2006-01-04 [paul]
9582
9583         * 2.0.0-rc3 released
9584
9585 2006-01-04 [paul]       1.9.100cvs124
9586
9587         * src/folderview.c
9588                 fix bug 882, 'quick scroll in folder list
9589                 displays wrong folder contents'
9590
9591 2006-01-04 [paul]       1.9.100cvs123
9592
9593         * src/plugins/pgpmime/pgpmime.c
9594                 better debug information when signing
9595                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
9596
9597 2006-01-03 [colin]      1.9.100cvs122
9598
9599         * configure.ac
9600                 We need to recheck for gpgme 1.0.0 after checking
9601                 for 1.1.1, because if 1.1.1 isn't available, 
9602                 GPGME_LIBS and friends are blanked out by the 
9603                 second check.
9604
9605 2006-01-03 [colin]      1.9.100cvs121
9606
9607         * src/common/prefs.c
9608                 Windows unlink-before rename fix
9609         * src/plugins/pgpcore/sgpgme.c
9610                 Add support for PKA info if available
9611                 Both patches by Werner Koch
9612
9613 2006-01-03 [paul]       1.9.100cvs120
9614
9615         * src/messageview.c
9616                 fix bug 884, 'Send receipt' button visible in queue
9617                 Thanks to Colin
9618
9619 2006-01-02 [colin]      1.9.100cvs119
9620
9621         * src/compose.c
9622         * src/imap.c
9623                 Fix autosave on IMAP and more generally try to
9624                 return the correct ID on a newly added IMAP message
9625
9626 2006-01-02 [paul]       1.9.100cvs118
9627
9628         * manual/keyboard.xml
9629                 edited
9630
9631 2006-01-01 [paul]       1.9.100cvs117
9632
9633         * src/gtk/authors.h
9634                 alphabetical order
9635
9636 2005-12-30 [colin]      1.9.100cvs116
9637
9638         * manual/advanced.xml
9639                 Explain Pre/Post-processing differences.
9640
9641 2005-12-30 [colin]      1.9.100cvs115
9642
9643         * src/mh.c
9644                 Implement copy_msgs for a little optimization
9645         * src/imap.c
9646                 Finish yesterday's fix
9647
9648 2005-12-29 [colin]      1.9.100cvs114
9649
9650         * src/imap.c
9651                 Fix occasional failure in fetching a mail over
9652                 IMAP
9653
9654 2005-12-29 [colin]      1.9.100cvs113
9655
9656         * src/compose.c
9657                 Don't remove a draft when sending it, if it is 
9658                 locked.
9659
9660 2005-12-28 [colin]      1.9.100cvs112
9661
9662         * src/summaryview.c
9663                 Fix leak for real
9664
9665 2005-12-28 [wwp]        1.9.100cvs111
9666
9667         * doc/faq/.cvsignore
9668         * doc/faq/de/.cvsignore
9669         * doc/faq/en/.cvsignore
9670         * doc/faq/es/.cvsignore
9671         * doc/faq/fr/.cvsignore
9672         * doc/faq/it/.cvsignore
9673         * doc/manual/.cvsignore
9674         * doc/manual/de/.cvsignore
9675         * doc/manual/en/.cvsignore
9676         * doc/manual/es/.cvsignore
9677         * doc/manual/fr/.cvsignore
9678         * doc/manual/ja/.cvsignore
9679         * src/plugins/mathml_viewer/.cvsignore
9680                 rollback revival of those files (my bad, sorry for the noise).
9681
9682 2005-12-28 [wwp]        1.9.100cvs110
9683
9684         * src/compose.c
9685                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
9686
9687 2005-12-28 [wwp]        1.9.100cvs109
9688
9689         * doc/faq/.cvsignore
9690         * doc/faq/de/.cvsignore
9691         * doc/faq/en/.cvsignore
9692         * doc/faq/es/.cvsignore
9693         * doc/faq/fr/.cvsignore
9694         * doc/faq/it/.cvsignore
9695         * doc/manual/.cvsignore
9696         * doc/manual/de/.cvsignore
9697         * doc/manual/en/.cvsignore
9698         * doc/manual/es/.cvsignore
9699         * doc/manual/fr/.cvsignore
9700         * doc/manual/ja/.cvsignore
9701         * src/plugins/mathml_viewer/.cvsignore
9702         * po/.cvsignore
9703                 more files to ignore.
9704
9705 2005-12-24 [colin]      1.9.100cvs108
9706
9707         * AUTHORS
9708         * src/gtk/authors.h
9709                 Update for Werner
9710
9711 2005-12-24 [colin]      1.9.100cvs107
9712
9713         * src/procmsg.c
9714                 Allow NULL src_msginfo in 
9715                 procmsg_msginfo_new_from_mimeinfo
9716
9717 2005-12-23 [paul]       1.9.100cvs106
9718
9719         * src/plugins/pgpinline/mypgpcore.def
9720                 add this forgotten file
9721
9722 2005-12-23 [colin]      1.9.100cvs105
9723
9724         * src/mainwindow.c
9725                 Fix missing break
9726
9727 2005-12-23 [colin]      1.9.100cvs104
9728
9729         * autogen.sh
9730         * src/folder.c
9731         * src/mh.c
9732         * src/common/plugin.c
9733         * src/common/socket.c
9734         * src/common/socket.h
9735         * src/common/utils.c
9736         * src/common/utils.h
9737         * src/gtk/pluginwindow.c
9738         * src/plugins/pgpcore/plugin.def
9739         * src/plugins/pgpcore/sylpheed.def
9740         * src/plugins/pgpinline/Makefile.am
9741         * src/plugins/pgpinline/plugin.def
9742         * src/plugins/pgpinline/sylpheed.def
9743         * src/plugins/pgpmime/plugin.def
9744         * src/plugins/pgpmime/sylpheed.def
9745                 Various w32 fixes by Werner Koch
9746
9747 2005-12-22 [paul]       1.9.100cvs103
9748
9749         * src/wizard.c
9750                 don't offer IMAP as 'server type' if
9751                 libetpan isn't built in
9752
9753 2005-12-22 [paul]       1.9.100cvs102
9754
9755         * AUTHORS
9756         * src/mainwindow.c
9757         * src/mainwindow.h
9758         * src/toolbar.c
9759         * src/gtk/authors.h
9760                 support GTK_TOOLBAR_BOTH_HORIZ (text
9761                 next to icon) Patch by Marien Zwart
9762                 marienz@users.sf.net
9763                 Also reword the text
9764
9765 2005-12-21 [colin]      1.9.100cvs101
9766
9767         * configure.ac
9768                 Fix DATADIRNAME
9769         * COPYING
9770                 Fix missing section and explicit the exception better
9771         * src/compose.c
9772                 Prevent mail from being lost without notice when an
9773                 SMTP error happens on trying to send an unmodified
9774                 drafted mail.
9775         * src/send_message.c
9776         * src/common/smtp.c
9777                 Fix password remembering when wrong, and add return
9778                 value checks where they should have been
9779         * src/plugins/pgpcore/sylpheed.def
9780         * src/plugins/pgpinline/sylpheed.def
9781         * src/plugins/pgpmime/sylpheed.def
9782                 Add a few symbols needed
9783
9784 2005-12-21 [paul]       1.9.100cvs100
9785
9786         * m4/codeset.m4
9787         * m4/glibc21.m4
9788         * m4/intdiv0.m4
9789         * m4/inttypes-pri.m4
9790         * m4/inttypes.m4
9791         * m4/inttypes_h.m4
9792         * m4/isc-posix.m4
9793         * m4/lcmessage.m4
9794         * m4/stdint_h.m4
9795         * m4/uintmax_t.m4
9796                 gettextization
9797                 thanks to Colin
9798
9799 2005-12-21 [paul]       1.9.100cvs99
9800
9801         * po/sv.po
9802                 fixed by Colin
9803
9804 2005-12-20 [paul]       1.9.100cvs98
9805
9806         * po/sv.po
9807                 updated by Anders Trobäck
9808
9809 2005-12-20 [colin]      1.9.100cvs97
9810
9811         * ABOUT-NLS
9812         * Makefile.am
9813         * autogen.sh
9814         * configure.ac
9815         * config/config.rpath
9816         * config/mkinstalldirs
9817         * m4/Makefile.am
9818         * m4/glibc2.m4
9819         * m4/gnupg.m4
9820         * m4/gpgme.m4
9821         * m4/intmax.m4
9822         * m4/longdouble.m4
9823         * m4/longlong.m4
9824         * m4/printf-posix.m4
9825         * m4/signed.m4
9826         * m4/size_max.m4
9827         * m4/ulonglong.m4
9828         * m4/wchar_t.m4
9829         * m4/wint_t.m4
9830         * m4/xsize.m4
9831         * po/Makefile.in.in
9832         * po/Makevars
9833         * po/bg.po
9834         * po/ca.po
9835         * po/cs.po
9836         * po/de.po
9837         * po/el.po
9838         * po/en_GB.po
9839         * po/es.po
9840         * po/fi.po
9841         * po/fr.po
9842         * po/hr.po
9843         * po/hu.po
9844         * po/it.po
9845         * po/ja.po
9846         * po/ko.po
9847         * po/nb.po
9848         * po/nl.po
9849         * po/pl.po
9850         * po/pt_BR.po
9851         * po/ru.po
9852         * po/sk.po
9853         * po/sr.po
9854         * po/stamp-po
9855         * po/sv.po
9856         * po/zh_CN.po
9857         * po/zh_TW.po
9858         * src/Makefile.am
9859         * src/codeconv.c
9860         * src/compose.c
9861         * src/exporthtml.c
9862         * src/exportldif.c
9863         * src/folder.c
9864         * src/main.c
9865         * src/manual.c
9866         * src/mh.c
9867         * src/mimeview.c
9868         * src/send_message.c
9869         * src/common/Makefile.am
9870         * src/common/fnmatch.c
9871         * src/common/fnmatch.h
9872         * src/common/fnmatch_loop.c
9873         * src/common/nntp.c
9874         * src/common/plugin.c
9875         * src/common/smtp.c
9876         * src/common/socket.c
9877         * src/common/string_match.c
9878         * src/common/sylpheed.c
9879         * src/common/utils.c
9880         * src/common/utils.h
9881         * src/common/w32_dirent.c
9882         * src/common/w32_reg.c
9883         * src/common/w32_signal.c
9884         * src/common/w32_stat.c
9885         * src/common/w32_stdio.c
9886         * src/common/w32_stdlib.c
9887         * src/common/w32_string.c
9888         * src/common/w32_time.c
9889         * src/common/w32_unistd.c
9890         * src/common/w32_wait.c
9891         * src/common/w32lib.h
9892         * src/etpan/Makefile.am
9893         * src/gtk/Makefile.am
9894         * src/plugins/clamav/Makefile.am
9895         * src/plugins/demo/Makefile.am
9896         * src/plugins/dillo_viewer/Makefile.am
9897         * src/plugins/pgpcore/Makefile.am
9898         * src/plugins/pgpcore/passphrase.c
9899         * src/plugins/pgpcore/plugin.def
9900         * src/plugins/pgpcore/sgpgme.c
9901         * src/plugins/pgpcore/sylpheed.def
9902         * src/plugins/pgpcore/version.rc
9903         * src/plugins/pgpinline/Makefile.am
9904         * src/plugins/pgpinline/plugin.def
9905         * src/plugins/pgpinline/sylpheed.def
9906         * src/plugins/pgpinline/version.rc
9907         * src/plugins/pgpmime/Makefile.am
9908         * src/plugins/pgpmime/mypgpcore.def
9909         * src/plugins/pgpmime/plugin.def
9910         * src/plugins/pgpmime/sylpheed.def
9911         * src/plugins/pgpmime/version.rc
9912         * src/plugins/spamassassin/Makefile.am
9913                 Very little ;-) patch from Werner Koch, providing
9914                 infrastructure for cross-compiling to Win32
9915
9916 2005-12-20 [paul]       1.9.100cvs96
9917
9918         * src/account.c
9919         * src/account.h
9920         * src/mainwindow.c
9921         * src/mainwindow.h
9922         * src/toolbar.c
9923         * src/toolbar.h
9924                 add a combo to the Get All button, allowing
9925                 quick retrieval from any account
9926                 Patch by Fabien Vantard, slightly modified
9927                 by Colin
9928         * src/gtk/about.c
9929                 i18n fix. Patch by Fabien Vantard
9930
9931 2005-12-19 [colin]      1.9.100cvs95
9932
9933         * src/compose.c
9934         * src/compose.h
9935                 Don't automatically join lines when they've 
9936                 been separated by the user and not automatically
9937
9938 2005-12-19 [paul]       1.9.100cvs94
9939
9940         * src/gtk/pluginwindow.c
9941                 i18n fix.
9942                 Patch by Fabien Vantard
9943
9944 2005-12-15 [paul]       1.9.100cvs93
9945
9946         * src/common/plugin.c
9947         * src/common/plugin.h
9948         * src/gtk/pluginwindow.c
9949         * src/plugins/clamav/clamav_plugin.c
9950         * src/plugins/demo/demo.c
9951         * src/plugins/dillo_viewer/dillo_viewer.c
9952         * src/plugins/pgpcore/plugin.c
9953         * src/plugins/pgpinline/plugin.c
9954         * src/plugins/pgpmime/plugin.c
9955         * src/plugins/spamassassin/spamassassin.c
9956         * src/plugins/trayicon/trayicon.c
9957                 add plugin_version()
9958
9959 2005-12-15 [colin]      1.9.100cvs92
9960
9961         * src/compose.c
9962                 Further fix bug #875
9963
9964 2005-12-15 [paul]       1.9.100cvs91
9965
9966         * src/gtk/filesel.c
9967                 fix attach_load_dir getting set to
9968                 PLUGINDIR on plugin load
9969
9970 2005-12-14 [mones]      1.9.100cvs90
9971
9972         * manual/ack.xml
9973         * manual/keyboard.xml
9974                 Initial draft and some shortcuts added
9975                 
9976         * po/es.po
9977                 Updated translation
9978
9979 2005-12-14 [colin]      1.9.100cvs89
9980
9981         * src/compose.c
9982         * src/imap.c
9983         * src/summaryview.c
9984         * src/gtk/gtkaspell.c
9985                 More leaks fixed
9986         * src/prefs_folder_item.c
9987                 Fix recursive prefs apply
9988
9989
9990 2005-12-14 [colin]      1.9.100cvs88
9991
9992         * src/compose.c
9993                 Fix bug #875 (Freeze On Inline Forward of 
9994                 Large Message)
9995
9996 2005-12-13 [colin]      1.9.100cvs87
9997
9998         * src/compose.c
9999                 Uniq-ify and sort the mimetypes list
10000                 Patch by Fabien Vantard
10001
10002 2005-12-13 [colin]      1.9.100cvs86
10003
10004         * src/imap.c
10005         * src/etpan/imap-thread.c
10006                 Fix leaks (patch by Hoa)
10007         * src/news.c
10008         * src/common/plugin.c
10009                 Fix leaks
10010
10011 2005-12-12 [colin]
10012
10013         * 2.0.0-rc2 released
10014
10015 2005-12-12 [colin]      1.9.100cvs85
10016
10017         * src/matcher.c
10018                 Fix a leak
10019
10020 2005-12-12 [wwp]        1.9.100cvs84
10021
10022         * src/gtk/icon_legend.c
10023                 fix misbehaviour and crash when closing the legend window
10024         using the Esc key (patch by Fabien Vantard).
10025
10026 2005-12-12 [paul]       1.9.100cvs83
10027
10028         * src/browseldap.c
10029         * src/foldersel.c
10030         * src/prefs_actions.c
10031         * src/prefs_filtering.c
10032         * src/prefs_matcher.c
10033         * src/prefs_spelling.glade      ** REMOVED **
10034         * src/prefs_template.c
10035         * src/gtk/foldersort.glade      ** REMOVED **
10036         * src/gtk/pluginwindow.c
10037         * src/gtk/pluginwindow.glade    ** REMOVED **
10038         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
10039                 cleanups
10040
10041 2005-12-11 [paul]       1.9.100cvs82
10042
10043         * src/gtk/filesel.c
10044                 fix attach_load_dir crasher (double free)
10045
10046 2005-12-09 [paul]       1.9.100cvs81
10047
10048         * po/POTFILES.in
10049         * src/mainwindow.c
10050         * src/gtk/Makefile.am
10051         * src/gtk/icon_legend.c
10052         * src/gtk/icon_legend.h
10053                 add icon legend
10054         * src/manual.c
10055                 cleanup
10056
10057 2005-12-09 [paul]       1.9.100cvs80
10058
10059         * src/plugins/pgpcore/passphrase.c
10060                 wrap the label in the dialog
10061
10062 2005-12-09 [colin]      1.9.100cvs79
10063
10064         * src/plugins/pgpcore/sgpgme.c
10065                 Display (untrusted) on not trusted signatures
10066                 Patch by Michal Èihaø <michal@cihar.com>
10067                 Closes bug #867 (Report also key trust)
10068
10069 2005-12-09 [colin]      1.9.100cvs78
10070
10071         * src/common/plugin.c
10072                 Update licence check, following Eben Moglen's advice
10073
10074 2005-12-08 [colin]      1.9.100cvs77
10075
10076         * src/folder.c
10077                 Fix the occasionnal item->cache != NULL 
10078                 assertion failure. 
10079
10080 2005-12-08 [colin]      1.9.100cvs76
10081
10082         * src/mimeview.c
10083         * src/plugins/pgpcore/sgpgme.c
10084                 Print key id when unable to check it
10085                 Closes bug #866 (Show key id when missing)
10086
10087 2005-12-08 [paul]       1.9.100cvs75
10088
10089         * src/prefs_common.c
10090         * src/prefs_common.h
10091         * src/gtk/filesel.c
10092                 remember load attachment dir
10093
10094 2005-12-07 [colin]      1.9.100cvs74
10095
10096         * src/prefs_toolbar.c
10097                 Gtk fixes, patch by Fabien Vantard
10098
10099 2005-12-07 [colin]      1.9.100cvs73
10100
10101         * src/action.c
10102         * src/compose.c
10103         * src/compose.h
10104                 Fix bug #839 (Quoted text isn't colored after 
10105                 executing an action)
10106         * src/common/plugin.c
10107                 Require plugins to declare their licence in plugin_licence()
10108                 Refuse to load non-GPL plugins as they'd be illegal (as 
10109                 derived works of Sylpheed-Claws, they must be GPL).
10110         * src/plugins/clamav/clamav_plugin.c
10111         * src/plugins/demo/demo.c
10112         * src/plugins/dillo_viewer/dillo_viewer.c
10113         * src/plugins/pgpcore/plugin.c
10114         * src/plugins/pgpinline/plugin.c
10115         * src/plugins/pgpmime/plugin.c
10116         * src/plugins/spamassassin/spamassassin.c
10117         * src/plugins/trayicon/trayicon.c
10118                 Add plugin_licence()
10119
10120 2005-12-07 [paul]       1.9.100cvs72
10121
10122         * configure.ac
10123         * src/mainwindow.c
10124         * src/manual.c
10125         * src/manual.h
10126         * src/common/defs.h
10127                 clean up after local FAQ removal and
10128                 temporary manual removal
10129
10130 2005-12-06 [colin]      1.9.100cvs71
10131
10132         * configure.ac
10133         * doc/Makefile.am
10134         * doc/faq/.cvsignore
10135         * doc/faq/Makefile.am
10136         * doc/faq/de/.cvsignore
10137         * doc/faq/de/Makefile.am
10138         * doc/faq/de/sylpheed-faq-1.html
10139         * doc/faq/de/sylpheed-faq-2.html
10140         * doc/faq/de/sylpheed-faq-3.html
10141         * doc/faq/de/sylpheed-faq.html
10142         * doc/faq/en/.cvsignore
10143         * doc/faq/en/Makefile.am
10144         * doc/faq/en/sylpheed-faq-1.html
10145         * doc/faq/en/sylpheed-faq-2.html
10146         * doc/faq/en/sylpheed-faq-3.html
10147         * doc/faq/en/sylpheed-faq-4.html
10148         * doc/faq/en/sylpheed-faq.html
10149         * doc/faq/es/.cvsignore
10150         * doc/faq/es/Makefile.am
10151         * doc/faq/es/sylpheed-faq-1.html
10152         * doc/faq/es/sylpheed-faq-2.html
10153         * doc/faq/es/sylpheed-faq-3.html
10154         * doc/faq/es/sylpheed-faq-4.html
10155         * doc/faq/es/sylpheed-faq.html
10156         * doc/faq/fr/.cvsignore
10157         * doc/faq/fr/Makefile.am
10158         * doc/faq/fr/sylpheed-faq-1.html
10159         * doc/faq/fr/sylpheed-faq-2.html
10160         * doc/faq/fr/sylpheed-faq-3.html
10161         * doc/faq/fr/sylpheed-faq.html
10162         * doc/faq/it/.cvsignore
10163         * doc/faq/it/Makefile.am
10164         * doc/faq/it/sylpheed-faq-1.html
10165         * doc/faq/it/sylpheed-faq-2.html
10166         * doc/faq/it/sylpheed-faq-3.html
10167         * doc/faq/it/sylpheed-faq.html
10168         * doc/manual/.cvsignore
10169         * doc/manual/Makefile.am
10170         * doc/manual/de/.cvsignore
10171         * doc/manual/de/Makefile.am
10172         * doc/manual/de/sylpheed-1.html
10173         * doc/manual/de/sylpheed-10.html
10174         * doc/manual/de/sylpheed-11.html
10175         * doc/manual/de/sylpheed-12.html
10176         * doc/manual/de/sylpheed-13.html
10177         * doc/manual/de/sylpheed-14.html
10178         * doc/manual/de/sylpheed-15.html
10179         * doc/manual/de/sylpheed-16.html
10180         * doc/manual/de/sylpheed-17.html
10181         * doc/manual/de/sylpheed-18.html
10182         * doc/manual/de/sylpheed-19.html
10183         * doc/manual/de/sylpheed-2.html
10184         * doc/manual/de/sylpheed-20.html
10185         * doc/manual/de/sylpheed-3.html
10186         * doc/manual/de/sylpheed-4.html
10187         * doc/manual/de/sylpheed-5.html
10188         * doc/manual/de/sylpheed-6.html
10189         * doc/manual/de/sylpheed-7.html
10190         * doc/manual/de/sylpheed-8.html
10191         * doc/manual/de/sylpheed-9.html
10192         * doc/manual/de/sylpheed.html
10193         * doc/manual/en/.cvsignore
10194         * doc/manual/en/Makefile.am
10195         * doc/manual/en/sylpheed-1.html
10196         * doc/manual/en/sylpheed-10.html
10197         * doc/manual/en/sylpheed-11.html
10198         * doc/manual/en/sylpheed-12.html
10199         * doc/manual/en/sylpheed-13.html
10200         * doc/manual/en/sylpheed-14.html
10201         * doc/manual/en/sylpheed-15.html
10202         * doc/manual/en/sylpheed-16.html
10203         * doc/manual/en/sylpheed-17.html
10204         * doc/manual/en/sylpheed-18.html
10205         * doc/manual/en/sylpheed-19.html
10206         * doc/manual/en/sylpheed-2.html
10207         * doc/manual/en/sylpheed-20.html
10208         * doc/manual/en/sylpheed-21.html
10209         * doc/manual/en/sylpheed-22.html
10210         * doc/manual/en/sylpheed-3.html
10211         * doc/manual/en/sylpheed-4.html
10212         * doc/manual/en/sylpheed-5.html
10213         * doc/manual/en/sylpheed-6.html
10214         * doc/manual/en/sylpheed-7.html
10215         * doc/manual/en/sylpheed-8.html
10216         * doc/manual/en/sylpheed-9.html
10217         * doc/manual/en/sylpheed.html
10218         * doc/manual/es/.cvsignore
10219         * doc/manual/es/Makefile.am
10220         * doc/manual/es/sylpheed-1.html
10221         * doc/manual/es/sylpheed-10.html
10222         * doc/manual/es/sylpheed-11.html
10223         * doc/manual/es/sylpheed-12.html
10224         * doc/manual/es/sylpheed-13.html
10225         * doc/manual/es/sylpheed-14.html
10226         * doc/manual/es/sylpheed-15.html
10227         * doc/manual/es/sylpheed-16.html
10228         * doc/manual/es/sylpheed-17.html
10229         * doc/manual/es/sylpheed-18.html
10230         * doc/manual/es/sylpheed-19.html
10231         * doc/manual/es/sylpheed-2.html
10232         * doc/manual/es/sylpheed-20.html
10233         * doc/manual/es/sylpheed-3.html
10234         * doc/manual/es/sylpheed-4.html
10235         * doc/manual/es/sylpheed-5.html
10236         * doc/manual/es/sylpheed-6.html
10237         * doc/manual/es/sylpheed-7.html
10238         * doc/manual/es/sylpheed-8.html
10239         * doc/manual/es/sylpheed-9.html
10240         * doc/manual/es/sylpheed.html
10241         * doc/manual/fr/.cvsignore
10242         * doc/manual/fr/Makefile.am
10243         * doc/manual/fr/sylpheed-1.html
10244         * doc/manual/fr/sylpheed-10.html
10245         * doc/manual/fr/sylpheed-11.html
10246         * doc/manual/fr/sylpheed-12.html
10247         * doc/manual/fr/sylpheed-13.html
10248         * doc/manual/fr/sylpheed-14.html
10249         * doc/manual/fr/sylpheed-15.html
10250         * doc/manual/fr/sylpheed-16.html
10251         * doc/manual/fr/sylpheed-17.html
10252         * doc/manual/fr/sylpheed-18.html
10253         * doc/manual/fr/sylpheed-19.html
10254         * doc/manual/fr/sylpheed-2.html
10255         * doc/manual/fr/sylpheed-20.html
10256         * doc/manual/fr/sylpheed-3.html
10257         * doc/manual/fr/sylpheed-4.html
10258         * doc/manual/fr/sylpheed-5.html
10259         * doc/manual/fr/sylpheed-6.html
10260         * doc/manual/fr/sylpheed-7.html
10261         * doc/manual/fr/sylpheed-8.html
10262         * doc/manual/fr/sylpheed-9.html
10263         * doc/manual/fr/sylpheed.html
10264         * doc/manual/ja/.cvsignore
10265         * doc/manual/ja/Makefile.am
10266         * doc/manual/ja/sylpheed-1.html
10267         * doc/manual/ja/sylpheed-10.html
10268         * doc/manual/ja/sylpheed-11.html
10269         * doc/manual/ja/sylpheed-12.html
10270         * doc/manual/ja/sylpheed-13.html
10271         * doc/manual/ja/sylpheed-14.html
10272         * doc/manual/ja/sylpheed-15.html
10273         * doc/manual/ja/sylpheed-16.html
10274         * doc/manual/ja/sylpheed-17.html
10275         * doc/manual/ja/sylpheed-18.html
10276         * doc/manual/ja/sylpheed-19.html
10277         * doc/manual/ja/sylpheed-2.html
10278         * doc/manual/ja/sylpheed-20.html
10279         * doc/manual/ja/sylpheed-3.html
10280         * doc/manual/ja/sylpheed-4.html
10281         * doc/manual/ja/sylpheed-5.html
10282         * doc/manual/ja/sylpheed-6.html
10283         * doc/manual/ja/sylpheed-7.html
10284         * doc/manual/ja/sylpheed-8.html
10285         * doc/manual/ja/sylpheed-9.html
10286         * doc/manual/ja/sylpheed.html
10287         * doc/manual/ja/sylpheed.sgml
10288         * src/mainwindow.c
10289                 Remove outdated manual and faq. Noisy, eh?
10290
10291 2005-12-06 [colin]      1.9.100cvs70
10292
10293         * src/compose.c
10294         * src/quote_fmt_parse.y
10295         * src/undo.c
10296         * src/undo.h
10297                 Allow %X to position cursor at 0 
10298                 (no %X = before signature)
10299                 Fix paste as quotation putting the cursor at 0
10300                 Fix undo offsets when pasting
10301                 Insert the quote_fmt at once instead of line 
10302                 by line
10303                 Fix [Edited] when starting to reply/forward
10304
10305 2005-12-06 [paul]       1.9.100cvs69
10306
10307         * src/plugins/clamav/clamav_plugin_gtk.c
10308                 add another tooltip
10309         * src/plugins/spamassassin/spamassassin_gtk.c
10310                 rework spamassassin_create_widget_func()
10311
10312 2005-12-05 [colin]      1.9.100cvs68
10313
10314         * po/POTFILES.in
10315                 Fix make release ;-)
10316
10317 2005-12-05 [colin]      1.9.100cvs67
10318
10319         * src/compose.c
10320         * src/compose.h
10321                 Fix cursor positioning (not obeying %X)
10322
10323 2005-12-05 [paul]       1.9.100cvs66
10324
10325         * src/plugins/dillo_viewer/dillo_prefs.c
10326                 fix compilation warning
10327
10328 2005-12-05 [paul]       1.9.100cvs65
10329
10330         * src/prefs_spelling.c
10331         * src/plugins/trayicon/trayicon.c
10332                 cleanups - remove unused stuff
10333
10334 2005-12-05 [paul]       1.9.100cvs64
10335
10336         * README
10337         * manual/plugins.xml
10338                 remove info about removed mathml_viewer plugin
10339
10340 2005-12-05 [paul]       1.9.100cvs63
10341
10342         * configure.ac
10343         * src/plugins/Makefile.am
10344         * src/plugins/mathml_viewer/.cvsignore
10345         * src/plugins/mathml_viewer/Makefile.am
10346         * src/plugins/mathml_viewer/mathml_viewer.c
10347                 remove unmaintained mathml_viewer plugin
10348
10349 2005-12-05 [paul]       1.9.100cvs62
10350
10351         * src/summaryview.c
10352                 obey prefs_common.always_show_msg when
10353                 moving a msg
10354                 Thanks to Colin
10355
10356 2005-12-05 [paul]       1.9.100cvs61
10357
10358         * src/compose.c
10359         * src/prefs_account.c
10360         * src/prefs_filtering.c
10361         * src/prefs_quote.c
10362         * src/prefs_spelling.c
10363         * src/prefs_toolbar.c
10364         * src/summaryview.c
10365         * src/gtk/gtkutils.c
10366         * src/gtk/quicksearch.c
10367         * src/plugins/dillo_viewer/dillo_prefs.c
10368                 dialog cleanups
10369
10370 2005-12-04 [paul]       1.9.100cvs60
10371
10372         * src/inc.c
10373         * src/prefs_account.c
10374         * src/prefs_account.h
10375                 allow a Local account to specify a
10376                 default inbox
10377                 (closes bug 843 'Inbox cannot be changed for local
10378                  mailboxes')
10379
10380 2005-12-04 [colin]      1.9.100cvs59
10381
10382         * src/plugins/trayicon/trayicon.c
10383                 Remove Get, rename Get All to Get Mail in order to
10384                 be consistent with the default main toolbar
10385
10386 2005-12-03 [colin]      1.9.100cvs58
10387
10388         * manual/gpl.xml
10389         * manual/sylpheed-claws-manual.xml
10390                 Add GPL appendix
10391
10392 2005-12-03 [paul]       1.9.100cvs57
10393
10394         * AUTHORS
10395         * po/sv.po
10396         * src/gtk/authors.h
10397                 new (partially complete) Swedish translation
10398                 by Anders Troback <sylpheed@troback.com>
10399
10400 2005-12-02 [paul]       1.9.100cvs56
10401
10402         * configure.ac
10403                 libetpan 0.41 required
10404
10405 2005-12-02 [paul]       1.9.100cvs55
10406
10407         * src/plugins/clamav/clamav_plugin.c
10408         * src/plugins/clamav/clamav_plugin.h
10409         * src/plugins/clamav/clamav_plugin_gtk.c
10410         * src/plugins/spamassassin/spamassassin.c
10411         * src/plugins/spamassassin/spamassassin.h
10412         * src/plugins/spamassassin/spamassassin_gtk.c
10413                 unregister prefs pages on unloading, thus
10414                 preventing a crash
10415                 (thanks to Colin for the hint)
10416
10417 2005-12-02 [wwp]        1.9.100cvs54
10418
10419         * src/quote_fmt.h
10420         * src/quote_fmt_parse.y
10421                 fix misuse of gboolean*, use gboolean instead
10422                 (thanks to Paul, Colin, for pointing out that scaring one)
10423
10424 2005-12-02 [paul]       1.9.100cvs53
10425
10426         * src/plugins/clamav/clamav_plugin.c
10427                 int no --> unsigned int no
10428         * src/plugins/clamav/clamav_plugin_gtk.c
10429                 rework config page
10430
10431 2005-12-02 [wwp]        1.9.100cvs52
10432
10433         * src/compose.c
10434         * src/prefs_template.c
10435         * src/quote_fmt.h
10436         * src/quote_fmt_parse.y
10437                 prevent from executing |f and |p templates commands when
10438                 adding or replacing templates in prefs (avoids annoying and
10439                 potentially dangerous behaviours)
10440
10441 2005-12-02 [paul]       1.9.100cvs51
10442
10443         * src/prefs_common.c
10444                 allow translation of some default values
10445                 Patch by Fabien Vantard
10446
10447 2005-12-02 [paul]       1.9.100cvs50
10448
10449         * src/codeconv.c
10450         * src/codeconv.h
10451         * src/prefs_common.c
10452         * src/prefs_common.h
10453         * src/prefs_message.c
10454         * src/textview.c
10455                 remove obsolete 'convert_mb_alnum' option
10456                 and related stuff
10457         * src/gtk/about.c
10458                 remove unused 'about_textview_visibility_notify'
10459
10460 2005-12-02 [paul]       1.9.100cvs49
10461
10462         * src/prefs_account.c
10463         * src/prefs_compose_writing.c
10464         * src/prefs_fonts.c
10465         * src/prefs_gtk.h
10466         * src/prefs_image_viewer.c
10467         * src/prefs_message.c
10468         * src/prefs_other.c
10469         * src/prefs_receive.c
10470         * src/prefs_send.c
10471         * src/prefs_spelling.c
10472         * src/prefs_summaries.c
10473         * src/prefs_wrapping.c
10474         * src/plugins/dillo_viewer/dillo_prefs.c
10475         * src/plugins/pgpcore/prefs_gpg.c
10476                 several cleanups to the prefs dialogs
10477                 (slightly modified) patch by Fabien Vantard
10478
10479 2005-12-02 [paul]       1.9.100cvs48
10480
10481         * src/main.c
10482                 --exit means exit
10483         * src/send_message.c
10484                 fix crash on send when connection fails
10485
10486         Thanks to Colin
10487
10488 2005-12-01 [colin]      1.9.100cvs47
10489
10490         * src/html.c
10491                 Translate &hellip; to "..."
10492
10493 2005-11-30 [colin]      1.9.100cvs46
10494
10495         * src/matcher.c
10496         * src/matcher.h
10497                 Optimize back yesterday's fix.
10498
10499 2005-11-30 [paul]       1.9.100cvs45
10500
10501         * manual/faq.xml
10502                 standardised
10503         * manual/intro.xml
10504                 written by Colin, edited by me
10505
10506 2005-11-29 [colin]      1.9.100cvs44
10507
10508         * src/matcher.c
10509                 Skip headers unconditionnaly in match_body if the
10510                 rule is not message or ~message
10511
10512 2005-11-29 [colin]      1.9.100cvs43
10513
10514         * src/matcher.c
10515                 Fix body_part and such, not skipping headers 
10516                 if the matchcriteria wasn't the first in the rule
10517
10518 2005-11-29 [colin]      1.9.100cvs42
10519
10520         * src/compose.c
10521                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
10522                 option missing from message view window)
10523                 Fix double text D'n'D with gtk-2.8
10524         * src/matcher.c
10525                 Fix ~message, ~headers_part, ~body_part rules
10526         * src/messageview.c
10527                 Add Windows-1252 (Closes bug #863)
10528                 Fix accels
10529         * src/gtk/gtkaspell.c
10530                 Properly destroy accels in all menus
10531
10532 2005-11-29 [mones]      1.9.100cvs41
10533
10534         * po/es.po
10535                 Updated.
10536
10537 2005-11-27 [colin]      1.9.100cvs40
10538
10539         * src/mh_gtk.c
10540                 "/Remove mailbox" -> "/Remove mailbox..."
10541
10542 2005-11-27 [paul]       1.9.100cvs39
10543
10544         * AUTHORS
10545         * po/de.po
10546         * src/gtk/authors.h
10547                 updated by new maintainer, Stephan Sachse
10548
10549 2005-11-27 [paul]       1.9.100cvs38
10550
10551         * manual/faq.xml
10552                 written by Colin, edited by me
10553
10554 2005-11-27 [paul]       1.9.100cvs37
10555
10556         * src/prefs_common.c
10557         * src/prefs_common.h
10558         * src/prefs_receive.c
10559         * src/prefs_summaries.c
10560                 move 'go to inbox after receiving new mail'
10561                 option from display/sumamaries to mail
10562                 handling/receive, and rework prefs_summaries
10563                 dialog a little
10564
10565 2005-11-25 [martin]     1.9.100cvs36
10566
10567         * po/de.po
10568             fixed windows-1252 translation;
10569             translated some new and fuzzy strings
10570
10571 2005-11-25 [paul]       1.9.100cvs35
10572
10573         * src/plugins/clamav/clamav_plugin.c
10574                 complete the update done in cvs34
10575
10576 2005-11-25 [paul]       1.9.100cvs34
10577
10578         * src/plugins/clamav/clamav_plugin.c
10579                 reflect upstream changes
10580
10581 2005-11-25 [paul]       1.9.100cvs33
10582
10583         * manual/ack.xml
10584         * manual/plugins.xml
10585         * manual/sylpheed-claws-manual.xml
10586                 written/updated by Colin, edited by me
10587         * tools/acroread2sylpheed.pl
10588                 update binary name
10589
10590 2005-11-24 [colin]      1.9.100cvs32
10591
10592         * src/compose.c
10593                 Fix bug #856 (reediting messages forgets Request
10594                 Return Receipt)
10595
10596 2005-11-24 [paul]       1.9.100cvs31
10597
10598         * manual/addrbook.xml
10599         * manual/starting.xml
10600                 written by Colin, proofread, edited, adapted by me
10601         * manual/advanced.xml
10602                 add some Actions examples
10603         * src/importldif.c
10604                 use a Save button instead of a Close button
10605         * src/wizard.c
10606                 indicate mandatory fields
10607                 fix page display
10608                 Thanks to Colin
10609
10610 2005-11-23 [colin]      1.9.100cvs30
10611
10612         * src/addressbook.c
10613                 Rename menu item, fix possible crash after
10614                 deletion of books
10615         * src/addrindex.c
10616                 Allow searching for '*' in ldap
10617         * src/browseldap.c
10618                 Fix "Browse Entry" (did anyone use it?)
10619         * src/wizard.c
10620                 Add guards for mandatory information
10621
10622 2005-11-23 [paul]       1.9.100cvs29
10623
10624         * manual/advanced.xml
10625                 corrections to the English
10626
10627 2005-11-23 [colin]      1.9.100cvs28
10628
10629         * src/mimeview.c
10630                 Fix possible crash at exit. After the call to
10631                 gtk_container_remove(), the Viewer's widget has no
10632                 more parent so gtk+ automatically frees it and its
10633                 sons. If destroy_viewer() then try to access it,
10634                 problems ensue.
10635
10636 2005-11-22 [colin]      1.9.100cvs27
10637
10638         * src/compose.c
10639         * src/gtk/gtkaspell.c
10640                 Fix right-clicking on a misspelled word
10641                 Fix More... in suggestions menu
10642
10643 2005-11-22 [wwp]        1.9.100cvs26
10644
10645         * src/prefs_template.c
10646                 templates works: re-sort templates list when adding or replacing,
10647                 prevent from adding or replacing when the template name is empty
10648
10649 2005-11-21 [colin]      1.9.100cvs25
10650
10651         * src/addressbook.c
10652                 Fix some addressbook suckage (dnd, select all)
10653         * src/compose.c
10654         * src/gtk/gtkaspell.c
10655         * src/gtk/gtkaspell.h
10656                 Make the spellchecker menu work with the 
10657                 GtkTextView one instead of overriding it
10658
10659 2005-11-20 [paul]       1.9.100cvs24
10660
10661         * manual/handling.xml
10662                 proofread and corrected
10663
10664 2005-11-20 [paul]       1.9.100cvs23
10665
10666         * manual/Makefile
10667                 generate html as one file
10668         * manual/advanced.xml
10669                 fix output generation
10670                 reformat hidden options list
10671         * manual/manual.xml     ** REMOVED **
10672         * manual/sylpheed-claws-manual.xml      ** ADDED **
10673                 renamed
10674
10675 2005-11-18 [colin]      1.9.100cvs22
10676
10677         * src/prefs_account.c
10678                 Fix layout in news and mbox accounts
10679         * manual/account.xml
10680         * manual/advanced.xml
10681                 New contents for Paul to check :)
10682
10683 2005-11-18 [wwp]        1.9.100cvs21
10684
10685         * src/gtk/quicksearch.c
10686                 don't update extended quicksearch buttons twice
10687
10688 2005-11-18 [paul]       1.9.100cvs20
10689
10690         * src/textview.c
10691                 complete 1.9.100cvs19
10692
10693 2005-11-18 [paul]       1.9.100cvs19
10694
10695         * src/compose.c
10696                 cosmetic improvements
10697         * src/textview.c
10698                 also list text/* attachments
10699
10700 2005-11-18 [colin]      1.9.100cvs18
10701
10702         * src/summaryview.c
10703                 Use column 0 instead of -1 in 
10704                 gtk_ctree_node_moveto, in a naive
10705                 hope it'll fix the gtk-related crashes
10706
10707 2005-11-18 [colin]      1.9.100cvs17
10708
10709         * src/gtk/inputdialog.c
10710                 Fix icon staying the first one
10711
10712 2005-11-17 [wwp]        1.9.100cvs16
10713                 fix possible problem showing some quicksearch buttons, and a bad
10714                 call to g_return_if_fail in a function that returns a value (both
10715                 fixes by Fabien Vantard)
10716
10717 2005-11-15 [wwp]        1.9.100cvs15
10718
10719         * src/gtk/quicksearch.c
10720                 added a tooltip to that obscure ... quicksearch button
10721
10722 2005-11-15 [wwp]        1.9.100cvs14
10723
10724         * src/gtk/quicksearch.c
10725                 add a quicksearch helper to filtering expression users: the ... button
10726                 raises the condition expr window. condition expressions set up w/ this
10727                 window are used by the quicksearch if the user closes it pressing OK.
10728
10729 2005-11-14 [paul]       1.9.100cvs13
10730
10731         * src/plugins/clamav/clamav_plugin.c
10732         * src/plugins/spamassassin/spamassassin.c
10733                 change plugin type following recent merging
10734
10735 2005-11-14 [wwp]        1.9.100cvs12
10736
10737         * src/folder.c
10738                 prevent from crashing when copying/moving message(s) from and
10739                 to the same folder
10740
10741 2005-11-14 [paul]       1.9.100cvs11
10742
10743         * src/plugins/clamav/Makefile.am
10744         * src/plugins/clamav/clamav_plugin.c
10745         * src/plugins/clamav/clamav_plugin.h
10746         * src/plugins/clamav/clamav_plugin_gtk.c
10747                 also merge clamav and clamav_gtk plugins
10748
10749 2005-11-13 [colin]      1.9.100cvs10
10750
10751         * configure.ac
10752         * src/plugins/spamassassin/Makefile.am
10753         * src/plugins/spamassassin/spamassassin.c
10754         * src/plugins/spamassassin/spamassassin.h
10755         * src/plugins/spamassassin/spamassassin_gtk.c
10756                 Merge spamassassin and spamassassin_gtk plugins,
10757                 and build it by default.
10758
10759 2005-11-12 [colin]      1.9.100cvs9
10760
10761         * src/etpan/imap-thread.c
10762                 Fix gcc warning
10763
10764 2005-11-12 [colin]      1.9.100cvs8
10765
10766         * src/procmime.c
10767                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
10768
10769 2005-11-10 [colin]      1.9.100cvs7
10770
10771         * src/main.c
10772                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
10773                 minimised state)
10774
10775 2005-11-10 [wwp]        1.9.100cvs6
10776
10777         * src/gtk/description_window.c
10778                 fix a crash when closing description windows using the WM's [X] button
10779
10780 2005-11-09 [colin]      1.9.100cvs5
10781
10782         * src/common/ssl.c
10783                 Update libetpan call to follow upstream
10784                 (yes, this requires libetpan-0.40cvs3)
10785
10786 2005-11-08 [colin]      1.9.100cvs4
10787
10788         * src/compose.c
10789         * src/textview.c
10790         * src/common/utils.c
10791         * src/common/utils.h
10792                 Enhance the email parser
10793
10794 2005-11-08 [colin]      1.9.100cvs3
10795
10796         * src/procmime.c
10797                 Fix what looks like an off-by-one (fixes 
10798                 attachments from the Bat)
10799
10800 2005-11-08 [wwp]        1.9.100cvs2
10801
10802         * src/main.c
10803                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
10804
10805 2005-11-08 [wwp]        1.9.100cvs1
10806
10807         * src/main.c
10808                 allow exiting Sylpheed-Claws from command-line
10809
10810 2005-11-08 [paul]       1.9.100
10811
10812         1.9.100 released
10813
10814 2005-11-07 [colin]      1.9.99cvs17
10815
10816         * src/addritem.c
10817         * src/ldif.c
10818                 Fix import of base-64 encoded items
10819
10820 2005-11-07 [colin]      1.9.99cvs16
10821
10822         * src/send_message.c
10823                 Fix bug #314 (Queue does not empty under certain 
10824                 circumstances)
10825
10826 2005-11-07 [paul]       1.9.99cvs15
10827
10828         * src/mutt.c
10829         * src/pine.c
10830                 fix buffer overflows
10831                 Thanks to Colin
10832
10833 2005-11-07 [paul]       1.9.99cvs14
10834
10835         * doc/man/Makefile.am
10836         * doc/man/sylpheed-claws.1      ** ADDED **
10837         * doc/man/sylpheed.1            ** DELETED **
10838                 rename and update the man file
10839
10840 2005-11-06 [colin]      1.9.99cvs13
10841
10842         * src/ldif.c
10843                 Fix ldif_get_line() that returned empty strings
10844                 (Didn't understand why). Also fix a possible
10845                 buffer overflow.
10846
10847 2005-11-06 [wwp]        1.9.99cvs12
10848
10849         * src/textview.c
10850         * src/gtk/about.c
10851         * src/gtk/gtkutils.c
10852         * src/gtk/gtkutils.h
10853                 fix a compilation warning,
10854                 make links sensitive in the about dialog
10855
10856 2005-11-04 [wwp]        1.9.99cvs11
10857
10858         * src/gtk/about.c
10859                 don't wrap or translate URIs, and a bit text format cleanup
10860
10861 2005-11-04 [wwp]        1.9.99cvs10
10862
10863         * src/gtk/about.c
10864                 better textview tagging implementation (no more use of marks for
10865                 postponed tagging)
10866
10867 2005-11-02 [colin]      1.9.99cvs9
10868
10869         * src/common/ssl.c
10870                 Forgot an ifdef
10871
10872 2005-11-02 [colin]      1.9.99cvs8
10873
10874         * configure.ac
10875                 Require libetpan-0.40 due to upstream fix
10876         * src/common/ssl.c
10877                 Tell libetpan not to call SSL_Library_Init,
10878                 as we do it ourselves.
10879
10880 2005-11-02 [colin]      1.9.99cvs7
10881
10882         * po/POTFILES.in
10883                 Add missing files (thanks to Fabien Vantard)
10884
10885 2005-11-02 [colin]      1.9.99cvs6
10886
10887         * src/summaryview.c
10888                 Fix totals when read messages are hidden or quicksearch
10889                 is on
10890         * src/ssl_manager.c
10891         * src/ssl_manager.h
10892         * src/common/ssl_certificate.c
10893         * src/common/ssl_certificate.h
10894         * src/gtk/sslcertwindow.c
10895         * src/gtk/sslcertwindow.h
10896                 Fix copyright on my stuff
10897
10898 2005-11-02 [wwp]        1.9.99cvs5
10899
10900         * src/prefs_themes.c
10901                 fix directory name checking (theme installation/removal),
10902                 made related error a bit more verbose
10903
10904 2005-11-02 [colin]      1.9.99cvs4
10905
10906         * src/summaryview.c
10907                 Fix typo (probably fixes bug #841 (Sort by the From 
10908                 field doesn't work)
10909
10910 2005-11-02 [paul]       1.9.99cvs3
10911
10912         * po/ko.po
10913         * po/nb.po
10914                 updated by SungHyun Nam, Geir Helland
10915         * src/wizard.c
10916                 fix typo in welcome message. spotted by
10917                 Andrea Spadaccini
10918
10919 2005-11-01 [colin]      1.9.99cvs2
10920
10921         * src/compose.c
10922                 Fix replying to ml wen confirming subscription
10923         * src/messageview.c
10924         * src/mimeview.c
10925         * src/mimeview.h
10926         * src/privacy.h
10927         * src/summaryview.c
10928                 Make key check non blocking
10929
10930 2005-10-31 [paul]       1.9.99cvs1
10931
10932         * tools/claws.i18n.status.pl
10933                 updated for ChangeLog
10934
10935 2005-10-31 [paul]       1.9.99
10936
10937         1.9.99 released
10938
10939 2005-10-31 [paul]       1.9.15cvs131
10940
10941         * .cvsignore
10942         * ChangeLog
10943         * ChangeLog.claws       ** REMOVED **
10944         * ChangeLog-gtk2.claws  ** REMOVED **
10945         * ChangeLog.gtk1        ** ADDED **
10946         * INSTALL
10947         * Makefile.am
10948         * NEWS
10949         * README
10950         * README.claws          ** REMOVED **
10951         * README.jp             ** REMOVED **
10952         * RELEASE_NOTES         ** ADDED **
10953         * RELEASE_NOTES.claws   ** REMOVED **
10954         * commitHelper
10955         * configure.ac
10956         * sylpheed.spec.in      ** REMOVED **
10957                 tidy up and update the default docs:
10958                 ChangeLog.claws is renamed ChangeLog.gtk1
10959                 ChangeLog-gtk2.claws is renamed ChangeLog
10960                 README.claws is renamed README
10961                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
10962
10963 2005-10-31 [paul]       1.9.15cvs130
10964
10965         * po/it.po
10966                 fix errors
10967
10968 2005-10-31 [paul]       1.9.15cvs129
10969
10970         * po/ca.po
10971         * po/de.po
10972         * po/en_GB.po
10973         * po/fr.po
10974         * po/it.po
10975         * po/pt_BR.po
10976         * po/sk.po
10977         * po/sr.po
10978         * po/zh_CN.po
10979                 updated by Miquel Oliete, Stephan Sachse and
10980                 Thomas Gilgin, me, Fabien Vantard, Andrea
10981                 Spadaccini, Frederico Goncalves Guimaraes,
10982                 Andrej Kacian, Aleksandar Urosevic, and
10983                 Ralgh Young.
10984
10985 2005-10-31 [mones]      1.9.15cvs128
10986
10987         * manual/faq.xml
10988                 More questions.
10989         
10990         * po/es.po
10991                 Updated for release.
10992
10993 2005-10-30 [colin]      1.9.15cvs127
10994
10995         * src/compose.c
10996                 Place cursor before rewrapping (fixes cursor
10997                 pos if quotation gets rewrapped)
10998
10999 2005-10-29 [paul]       1.9.15cvs126
11000
11001         * src/crash.c
11002         * src/foldersel.c
11003         * src/main.c
11004         * src/messageview.c
11005         * src/toolbar.c
11006         * src/gtk/authors.h
11007                 corrections to text items
11008
11009 2005-10-28 [colin]      1.9.15cvs125
11010
11011         * src/messageview.c
11012                 Make "hit 'C' to check sig" work from extern 
11013                 messageviews
11014
11015 2005-10-27 [colin]      1.9.15cvs124
11016
11017         * src/summaryview.c
11018                 Add a hack to avoid segfaulting when hammering 
11019                 on gtk's events
11020
11021 2005-10-27 [wwp]        1.9.15cvs123
11022
11023         * src/prefs_themes.c
11024                 sort list of themes names in themes prefs
11025
11026 2005-10-27 [paul]       1.9.15cvs122
11027
11028         * src/folder.c
11029         * src/prefs_account.c
11030                 fix building on Solaris
11031                 Patch by Alex Moore
11032
11033 2005-10-27 [wwp]        1.9.15cvs121
11034
11035         * src/summaryview.c
11036         * src/gtk/gtksctree.c
11037                 speed up unselecting messages in summary view (thanks to Colin)
11038
11039 2005-10-27 [paul]       1.9.15cvs120
11040
11041         * src/mainwindow.c
11042                 fix a compilation warning
11043         * src/summaryview.c
11044                 fix updating of 'n items selected' count
11045                 when deselecting
11046
11047 2005-10-27 [martin]     1.9.15cvs119
11048
11049         * src/action.c
11050                 ignore actions with a leading '/' in the action menu name
11051                 fixes a crash on menu creation
11052         * src/prefs_actions.c
11053                 do not allow a leading '/' in the action menu name
11054
11055 2005-10-27 [paul]       1.9.15cvs118
11056
11057         * src/main.c
11058                 fix compilation warning
11059
11060 2005-10-27 [paul]       1.9.15cvs117
11061
11062         * src/procmime.c
11063                 add #if HAVE_LOCALE_H
11064
11065 2005-10-27 [paul]       1.9.15cvs116
11066
11067         * src/plugins/clamav/clamav_plugin.c
11068         * src/plugins/dillo_viewer/dillo_viewer.c
11069         * src/plugins/mathml_viewer/mathml_viewer.c
11070         * src/plugins/pgpcore/plugin.c
11071         * src/plugins/pgpinline/plugin.c
11072         * src/plugins/pgpmime/plugin.c
11073         * src/plugins/spamassassin/spamassassin.c
11074         * src/plugins/trayicon/trayicon.c
11075                 plugin_init() : make error messages more
11076                 informative
11077
11078 2005-10-26 [wwp]        1.9.15cvs115
11079
11080         * src/prefs_matcher.c
11081                 enlarge boolean op widget width a bit (wasn't always showing text contents)
11082
11083 2005-10-26 [wwp]        1.9.15cvs114
11084
11085         * src/procmime.c
11086         * src/gtk/gtksctree.c
11087         * src/plugins/spamassassin/libspamc.c
11088         * src/plugins/spamassassin/spamassassin.c
11089                 fix some compilation warnings more
11090
11091 2005-10-26 [mones]      1.9.15cvs113
11092
11093         * po/es.po
11094                 Updated translation
11095
11096 2005-10-26 [paul]       1.9.15cvs112
11097
11098         * src/prefs_message.c
11099                 give all display_xface stuff the
11100                 #if HAVE_LIBCOMPFACE treatment, thus
11101                 preventing a crash
11102                 (Thanks to Wolfgang Enderlein)
11103
11104 2005-10-26 [colin]      1.9.15cvs111
11105
11106         * src/gedit-print.c
11107                 Fix date format
11108         * src/imap_gtk.c
11109         * src/news_gtk.c
11110                 Remove context menu items that should not be there
11111         * src/jpilot.c
11112                 Fix encoding
11113         * src/main.c
11114         * src/mainwindow.c
11115                 Don't show the mainwindow too soon
11116
11117 2005-10-26 [wwp]        1.9.15cvs110
11118
11119         * src/folder.c
11120         * src/manual.c
11121         * src/summaryview.c
11122                 fix uninitialized pointers in the folder updating hook
11123                 (thanks to Colin)
11124
11125 2005-10-25 [mones]      1.9.15cvs109
11126
11127         * manual/faq.xml
11128                 General information subsection completed. 
11129                 Removed archaic references.
11130                 
11131         * manual/Makefile
11132         * manual/dtd/manual.dsl
11133                 Added customization stylesheet for getting paragraphs
11134                 fully justified in PDF output (as suggested by Colin).
11135
11136 2005-10-25 [colin]      1.9.15cvs108
11137
11138         * src/compose.c
11139                 Fix a second leak
11140
11141 2005-10-25 [colin]      1.9.15cvs107
11142
11143         * src/addrbook.c
11144         * src/addrindex.c
11145                 Fix leak (xml_get_element() allocates memory)
11146         * src/compose.c
11147                 Fix leak + dead code (shame!)
11148         * src/procmime.c
11149                 Fix leak
11150
11151 2005-10-25 [colin]      1.9.15cvs106
11152
11153         * src/mimeview.c
11154                 Fix encoding issue in Save all and in 
11155                 overwrite-confirmation alertpanel
11156
11157 2005-10-25 [colin]      1.9.15cvs105
11158
11159         * src/common/socket.c
11160                 Fix a leak - Thanks to Christopher Aillon
11161                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
11162
11163 2005-10-25 [paul]       1.9.15cvs104
11164
11165         * src/wizard.c
11166                 Always guess servers from the right-hand
11167                 email part and guess username from the
11168                 left-hand part. (Thanks to Colin)
11169                 add an X-Face to the welcome message
11170
11171 2005-10-25 [paul]       1.9.15cvs103
11172
11173         * manual/handling.xml
11174                 written by Colin, edited by me
11175
11176 2005-10-25 [wwp]        1.9.15cvs102
11177
11178         * src/folderview.c
11179         * src/grouplistdialog.c
11180         * src/imap.c
11181         * src/noticeview.c
11182                 fix some compilation warnings
11183
11184 2005-10-24 [paul]
11185
11186         1.9.99-rc3 released
11187
11188 2005-10-24 [paul]       1.9.15cvs101
11189
11190         * src/gtk/about.c
11191                 fix window sizing
11192
11193 2005-10-24 [paul]       1.9.15cvs100
11194
11195         * src/pixmaps/offline.xpm
11196         * src/pixmaps/online.xpm
11197                 replace with last default versions
11198
11199 2005-10-24 [colin]      1.9.15cvs99
11200
11201         * src/imap.c
11202                 Fix bug when moving a folder
11203         * src/imap_gtk.c
11204         * src/mh_gtk.c
11205                 "Delete folder" pops up a window, so it 
11206                 should be suffixed with "..."
11207         * src/plugins/pgpcore/sgpgme.c
11208                 Include locale.h
11209
11210 2005-10-24 [mones]      1.9.15cvs98
11211
11212         * manual/Makefile
11213         * manual/account.xml
11214         * manual/ack.xml
11215         * manual/addrbook.xml
11216         * manual/advanced.xml
11217         * manual/faq.xml
11218         * manual/glossary.xml
11219         * manual/gpl.xml
11220         * manual/handling.xml
11221         * manual/intro.xml
11222         * manual/keyboard.xml
11223         * manual/manual.xml
11224         * manual/plugins.xml
11225         * manual/starting.xml
11226         * manual/dtd/sdocbook.dtd
11227                 Initial manual structure and some content.
11228
11229 2005-10-23 [wwp]        1.9.15cvs97
11230
11231         * src/gtk/about.c
11232                 fix a typo
11233
11234 2005-10-23 [wwp]        1.9.15cvs96
11235
11236         * src/gtk/about.c
11237         * src/gtk/authors.h
11238                 rework of the about window (main work by Paul), also featuring a few
11239                 fixes for typos and duplicate names
11240
11241 2005-10-23 [wwp]        1.9.15cvs95
11242
11243         * src/.cvsignore
11244                 Ignore the right binary name (sylpheed-claws now)
11245
11246 2005-10-23 [paul]       1.9.15cvs94
11247
11248         * src/compose.c
11249                 when using Folder Pref 'Default To for
11250                 replies' make the entry in the Compose
11251                 window bold
11252                 Patch by Fabien Vantard
11253
11254 2005-10-22 [colin]      1.9.15cvs93
11255
11256         * src/codeconv.c
11257                 Fix leak
11258
11259 2005-10-22 [colin]      1.9.15cvs92
11260
11261         * src/codeconv.c
11262                 try to convert using locale (apart utf8) if necessary
11263
11264 2005-10-22 [colin]      1.9.15cvs91
11265
11266         * src/pixmaps/new.xpm
11267         * src/pixmaps/unread.xpm
11268                 Make the unread envelope blue again and
11269                 saturate the new one a bit more.
11270
11271 2005-10-22 [colin]      1.9.15cvs90
11272
11273         * src/compose.c
11274                 When replying to a mail sent by one of our accounts,
11275                 use the original list of recipients. Let 'Reply All'
11276                 and 'Reply to sender' work like previously.
11277
11278 2005-10-21 [colin]      1.9.15cvs89
11279
11280         * src/prefs_filtering.c
11281                 Clear fields after add and replace
11282         * src/textview.c
11283                 Display xface differently (better)
11284         * src/plugins/pgpinline/pgpinline.c
11285                 Fix crappy encodings/recodings
11286
11287 2005-10-21 [paul]       1.9.15cvs88
11288
11289         * src/compose.c
11290         * src/prefs_folder_item.c
11291         * src/toolbar.c
11292                 fix news folder Folder Properties
11293                 (thanks to Colin)
11294         * src/folderview.c
11295                 update folderview after Themes change
11296                 keep selected folder selected
11297                 (thanks to Colin)
11298
11299 2005-10-21 [paul]       1.9.15cvs87
11300
11301         * tools/Makefile.am
11302         * tools/OOo2sylpheed.pl
11303         * tools/README
11304         * tools/README.sylprint
11305         * tools/asus_mailled.sh         ** REMOVED **
11306         * tools/filter_conv.pl
11307         * tools/freshmeat_search.pl
11308         * tools/google_search.pl
11309         * tools/gpg-sign-syl            ** REMOVED **
11310         * tools/kmail2sylpheed.pl
11311         * tools/kmail2sylpheed_v2.pl
11312         * tools/multiwebsearch.pl
11313         * tools/nautilus2sylpheed.sh
11314         * tools/newscache_clean.pl
11315         * tools/outlook2sylpheed.pl
11316         * tools/sylpheed-switcher       ** REMOVED **
11317         * tools/sylprint.pl
11318         * tools/sylprint.rc
11319         * tools/tb2sylpheed
11320         * tools/vcard2xml.py
11321         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11322                 update default config dir
11323                 update binary name (thanks to Fabien Vantard)
11324                 remove obsolete scripts
11325
11326 2005-10-21 [colin]      1.9.15cvs86
11327
11328         * src/inc.c
11329                 Fix possible leak and units. Based on a patch by
11330                 Fabien Vantard.
11331
11332 2005-10-20 [colin]      1.9.15cvs85
11333
11334         * src/textview.c
11335                 Clear xface when clearing textview
11336
11337 2005-10-20 [colin]      1.9.15cvs84
11338
11339         * configure.ac
11340         * src/folderview.c
11341         * src/headerview.c
11342         * src/main.c
11343         * src/prefs_common.c
11344         * src/prefs_common.h
11345         * src/prefs_message.c
11346         * src/textview.c
11347         * src/textview.h
11348         * src/common/defs.h
11349         * src/common/utils.c
11350         * src/common/utils.h
11351         * src/gtk/gtkutils.c
11352         * src/gtk/gtkutils.h
11353                 Migrate config to .sylpheed-claws (Automatically)
11354                 Add a way to get the Xface in the TextView
11355
11356 2005-10-20 [colin]      1.9.15cvs83
11357
11358         * src/gtk/Makefile.am
11359         * src/gtk/about.c
11360         * src/gtk/authors.h
11361                 Make the about dialog *grooovy*
11362
11363 2005-10-20 [colin]      1.9.15cvs82
11364
11365         * src/mimeview.c
11366                 Use "Open with" on double click if no command
11367                 was found
11368
11369 2005-10-20 [colin]      1.9.15cvs81
11370
11371         * src/imap.c
11372         * src/etpan/imap-thread.c
11373                 Fix possible crash.
11374
11375 2005-10-20 [paul]       1.9.15cvs80
11376
11377         * src/folder.c
11378                 don't show clipkey icon if the only
11379                 attachment is the signature
11380                 Patch by Colin
11381
11382 2005-10-20 [paul]       1.9.15cvs79
11383
11384         * AUTHORS
11385         * src/plugins/pgpmime/pgpmime.c
11386                 name the PGP/MIME signature 'signature.asc'
11387                 Patch by Andrew Nelson <freeandy@gmail.com>
11388
11389 2005-10-19 [colin]      1.9.15cvs78
11390
11391         * src/plugins/pgpmime/pgpmime.c
11392                 Oops, no need to double-check though
11393
11394 2005-10-19 [colin]      1.9.15cvs77
11395
11396         * src/plugins/pgpinline/pgpinline.c
11397         * src/plugins/pgpmime/pgpmime.c
11398                 Check that my_tmpfile() doesn't 
11399                 return NULL
11400
11401 2005-10-19 [colin]      1.9.15cvs76
11402
11403         * src/common/utils.c
11404                 Use shorter mime boundaries to avoid having
11405                 MTAs rewrapping our headers, breaking the
11406                 PGP signature in the process 
11407         * src/compose.c
11408         * src/plugins/pgpmime/pgpmime.c
11409                 Check for boundary uniqueness to be sure
11410                 it won't happen, instead of hoping for the
11411                 best
11412
11413 2005-10-19 [colin]      1.9.15cvs75
11414
11415         * sylpheed-claws.desktop
11416         * src/Makefile.am
11417         * src/main.c
11418                 Ship a sylpheed-claws binary instead
11419                 of a sylpheed one. Change the socket
11420                 name, too
11421         * src/folderview.c
11422                 Update folder only if it changed
11423         * src/wizard.c
11424                 Fix i18n in welcome mail, patch by
11425                 Fabien Vantard
11426
11427 2005-10-19 [paul]
11428
11429         1.9.99-rc2 released
11430
11431 2005-10-19 [paul]       1.9.15cvs74
11432
11433         * src/folder.c
11434         * src/folderview.c
11435                 fix summaryview update
11436                 Patch by Colin
11437
11438 2005-10-18 [colin]      1.9.15cvs73
11439
11440         * src/plugins/pgpcore/passphrase.c
11441                 Don't XGrabServer, and try a bit more to 
11442                 sync everything before grabbing mouse/keyboard
11443
11444 2005-10-18 [colin]      1.9.15cvs72
11445
11446         * src/Makefile.am
11447         * src/addressadd.c
11448         * src/addressbook.c
11449         * src/folderview.c
11450         * src/grouplistdialog.c
11451         * src/mimeview.c
11452         * src/stock_pixmap.c
11453         * src/stock_pixmap.h
11454         * src/summaryview.c
11455         * src/gtk/gtksctree.c
11456         * src/gtk/gtksctree.h
11457         * src/pixmaps/empty.xpm
11458                 Implement a wrapper call for gtk_ctree_set_node_info
11459                 and gtk_ctree_insert_node, that uses a 1x1 transparent
11460                 pixmap instead of a NULL one. This works around some
11461                 memory problems deep inside gtk, revealed by valgrind,
11462                 and fixes bug #834 (Pressing CTRl-D on a message marked 
11463                 as locked crashes sylpheed.), as well as, probably, 
11464                 wwp's 4th dimension problems that happen in gtk_ctree_*.
11465
11466 2005-10-17 [colin]      1.9.15cvs71
11467
11468         * src/mimeview.c
11469                 Provide visual feedback when checking
11470                 signature
11471
11472 2005-10-17 [colin]      1.9.15cvs70
11473
11474         * src/main.c
11475                 Keep the folder list frozen while checking caches...
11476
11477 2005-10-17 [colin]      1.9.15cvs69
11478
11479         * src/addr_compl.c
11480                 Fi bug #833 (Autocompleting from addressbook 
11481                 fails with extended chars)
11482         * src/imap.c
11483                 Fix 'adding messages' staying in statusbar
11484                 after an error
11485
11486 2005-10-17 [wwp]        1.9.15cvs68
11487
11488         * src/ssl_manager.c
11489                 Fix buttons' layout resizing when window size changes
11490
11491 2005-10-17 [wwp]        1.9.15cvs67
11492
11493         * src/account.c
11494         * src/prefs_account.c
11495         * src/prefs_common.c
11496         * src/prefs_common.h
11497         * src/prefs_folder_item.c
11498         * src/prefs_gtk.c
11499         * src/gtk/logwindow.c
11500         * src/gtk/pluginwindow.c
11501         * src/gtk/prefswindow.c
11502         * src/gtk/prefswindow.h
11503                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
11504
11505 2005-10-17 [paul]       1.9.15cvs66
11506
11507         * configure.ac
11508                 fix missing libetpan message
11509         * po/en_GB.po
11510                 updated
11511         * src/crash.c
11512         * src/manual.c
11513         * src/prefs_themes.c
11514         * src/common/defs.h
11515                 add some new URI defines, change some
11516                 others
11517         * src/wizard.c
11518                 make welcome message translatable
11519                 small improvements to english
11520                 other tweaks
11521         * src/gtk/menu.c
11522                 fix warnings
11523
11524 2005-10-17 [paul]       1.9.15cvs65
11525
11526         * src/summaryview.c
11527                 fix column titles
11528
11529 2005-10-16 [mones]      1.9.15cvs64
11530
11531         * po/es.po
11532                 Updated translation
11533
11534 2005-10-16 [colin]
11535
11536         1.9.99-rc1 released
11537
11538 2005-10-16 [colin]      1.9.15cvs63
11539
11540         * src/wizard.c
11541                 Fix whitespace
11542
11543 2005-10-16 [colin]      1.9.15cvs62
11544
11545         * src/toolbar.c
11546                 s/Get All/Get Mail/
11547         * src/wizard.c
11548                 Real welcome mail text, thanks Paul
11549
11550 2005-10-16 [colin]      1.9.15cvs61
11551
11552         * src/editldap.c
11553         * src/exporthtml.c
11554         * src/main.c
11555         * src/mainwindow.c
11556         * src/prefs_themes.c
11557         * src/prefs_toolbar.c
11558         * src/plugins/demo/demo.c
11559         * src/plugins/trayicon/trayicon.c
11560                 s/Sylpheed/Sylpheed-Claws/
11561
11562 2005-10-16 [colin]      1.9.15cvs60
11563
11564         * src/wizard.c
11565                 Add a welcome email in the first empty mailbox
11566         * src/prefs_common.c
11567                 Change one more default
11568
11569 2005-10-16 [colin]      1.9.15cvs59
11570
11571         * src/wizard.c
11572                 Remove printf
11573
11574 2005-10-16 [colin]      1.9.15cvs58
11575
11576         * src/toolbar.c
11577         * src/prefs_common.c
11578                 Change some defaults
11579
11580 2005-10-16 [colin]      1.9.15cvs57
11581
11582         * src/toolbar.c
11583         * src/prefs_common.c
11584                 Change some defaults
11585
11586 2005-10-16 [colin]      1.9.15cvs56
11587
11588         * src/wizard.c
11589                 By default, initialize fonts to have
11590                 the same size as normal GtkWidgets
11591
11592 2005-10-16 [colin]      1.9.15cvs55
11593
11594         * src/mimeview.c
11595                 Fix message a bit more
11596
11597 2005-10-16 [colin]      1.9.15cvs54
11598
11599         * src/addressbook.c
11600                 Second attempt at flicker fixing
11601
11602 2005-10-16 [colin]      1.9.15cvs53
11603
11604         * src/addressbook.c
11605                 Fix flicker
11606
11607 2005-10-16 [wwp]        1.9.15cvs52
11608
11609         * src/addressbook.c
11610         * src/editaddress.c
11611         * src/prefs_common.c
11612         * src/prefs_common.h
11613                 Remember window sizes (address book)
11614
11615 2005-10-16 [wwp]        1.9.15cvs51
11616
11617         * src/plugins/clamav/clamav_plugin_gtk.c
11618         * src/plugins/spamassassin/spamassassin_gtk.c
11619                 Fix compilation warnings (missing #include).
11620
11621 2005-10-16 [colin]      1.9.15cvs50
11622
11623         * src/mimeview.c
11624         * src/summaryview.c
11625         * src/textview.c
11626                 Make 'c' check signature, and forward
11627                 c, l, y, t from summaryview to mimeview
11628
11629 2005-10-16 [colin]      1.9.15cvs49
11630
11631         * src/addressbook.c
11632                 Put border around buttons
11633         * src/mainwindow.c
11634         * src/summaryview.c
11635                 Rework menus (Patch based on a patch
11636                 by Paul)
11637
11638 2005-10-15 [wwp]        1.9.15cvs48
11639
11640         * src/editjpilot.c
11641         * src/editldap.c
11642         * src/editvcard.c
11643         * src/exphtmldlg.c
11644         * src/expldifdlg.c
11645         * src/export.c
11646         * src/import.c
11647         * src/importldif.c
11648         * src/importmutt.c
11649         * src/importpine.c
11650         * src/prefs_account.c
11651         * src/prefs_spelling.c
11652         * src/gtk/gtkutils.c
11653         * src/gtk/gtkutils.h
11654         * src/plugins/clamav/clamav_plugin_gtk.c
11655         * src/plugins/spamassassin/spamassassin_gtk.c
11656                 use nicer browse-for-file/dir buttons than the "..." ones,
11657                 code factorizing more.
11658
11659 2005-10-14 [colin]      1.9.15cvs47
11660
11661         * src/mainwindow.c
11662                 set relief on the account switcher so that people see it
11663                 grey out Create processing rules when no message is selected
11664         * src/prefs_filtering.c
11665                 ask before closing if the rule has not been modified, even if
11666                 it's not valid
11667         * src/prefs_matcher.c
11668                 fix sensitivity when entering the dialog
11669         * src/gtk/inputdialog.c
11670                 display a better icon on password ask
11671         * src/plugins/pgpcore/passphrase.c
11672                 make the dialog look better
11673
11674 2005-10-14 [paul]       1.9.15cvs46
11675
11676         * src/folderview.c
11677                 indicate presense of marked msgs in
11678                 unexpanded subfolders
11679
11680 2005-10-14 [paul]       1.9.15cvs45
11681
11682         * src/prefs_actions.c
11683         * src/prefs_common.c
11684         * src/prefs_common.h
11685         * src/prefs_filtering_action.c
11686         * src/prefs_matcher.c
11687         * src/prefs_template.c
11688                 remember window sizes
11689                 fix Info button size
11690
11691         Patches by wwp
11692
11693 2005-10-13 [colin]      1.9.15cvs44
11694
11695         * src/mimeview.c
11696         * src/noticeview.c
11697         * src/noticeview.h
11698                 Add a tooltip on the icon (optional) 
11699                 Get rid of the signature buttons and only
11700                 use the icon+tooltip
11701
11702 2005-10-13 [colin]      1.9.15cvs43
11703
11704         * src/noticeview.c
11705         * src/noticeview.h
11706                 Add hand cursor for hovering over icon
11707
11708 2005-10-13 [colin]      1.9.15cvs42
11709
11710         * src/summaryview.c
11711                 Fix crash when quicksearch's hidden 
11712                 at startup
11713
11714 2005-10-13 [colin]      1.9.15cvs41
11715
11716         * src/compose.c
11717                 Set subject when forwarding multiple mails
11718                 Check that other recipient than the default Cc or Bcc
11719                 have been set before sending.
11720
11721 2005-10-13 [colin]      1.9.15cvs40
11722
11723         * src/imap.c
11724                 Batch per-folder
11725                 Introduce locking, but don't use it yet
11726
11727 2005-10-13 [colin]      1.9.15cvs39
11728
11729         * src/gtk/quicksearch.c
11730                 Reset quicksearch when hiding it
11731                 Make sticky a real pref
11732
11733 2005-10-13 [colin]      1.9.15cvs38
11734
11735         * src/summaryview.c
11736                 Faster prefs apply
11737
11738 2005-10-13 [colin]      1.9.15cvs37
11739
11740         * src/mimeview.c
11741         * src/noticeview.c
11742         * src/noticeview.h
11743         * src/plugins/pgpcore/sgpgme.c
11744                 Make privacy icon clickable
11745                 Move Trust field in Full info
11746                 When trust is less than full, don't display
11747                 a warning icon
11748
11749 2005-10-13 [colin]      1.9.15cvs36
11750
11751         * src/folder.c
11752                 Batch on flags sync
11753         * src/folderview.c
11754                 Revert speed hack which is dangerous in fact
11755                 Apply prefs faster
11756
11757 2005-10-13 [colin]      1.9.15cvs35
11758
11759         * src/folder_item_prefs.c
11760                 Fix pref corruption on folder move. Patch
11761                 by wwp
11762
11763 2005-10-13 [paul]       1.9.15cvs34
11764
11765         * src/export.c
11766         * src/import.c
11767                 fix typos in g_warnings
11768         * src/prefs_account.c
11769                 add a file selector for Signature file
11770
11771         Patches by wwp
11772
11773 2005-10-12 [colin]      1.9.15cvs33
11774
11775         * src/mimeview.c
11776                 Provide a quick way to go back from a
11777                 signature's full info to the email part
11778
11779 2005-10-12 [colin]      1.9.15cvs32
11780
11781         * src/compose.c
11782                 Remove old hack of encoding signed mails with base64.
11783                 QP works equally well.
11784
11785 2005-10-12 [colin]      1.9.15cvs31
11786
11787         * src/crash.c
11788                 Replace deprecated GtkText with GtkTextView
11789         * src/imap.c
11790                 Fix a logic bug about counts in imap_select
11791                 (previously un-triggered)
11792         * src/mainwindow.c
11793         * src/summaryview.c
11794         * src/news.c
11795                 Allow local deletion of news posts
11796         * src/mimeview.c
11797                 Show GPG noticeview on the message/rfc822 part
11798                 in addition to the text/plain one
11799         * src/prefs_image_viewer.c
11800           src/plugins/pgpcore/prefs_gpg.c
11801                 Polish (set the label as part of the checkbox)
11802         * src/wizard.c
11803                 Don't sit there doing nothing after destroying
11804                 the window - return err
11805
11806 2005-10-11 [colin]      1.9.15cvs30
11807
11808         * src/folderview.c
11809                 Apply processing rules before showing folders.
11810                 Early folder show (before flags sync) will only
11811                 be done when there are no processing rules (nor
11812                 pre- or post- ones)
11813         * src/imap.c
11814                 Fix stuff related to mail subdir, creation and 
11815                 deletion of folders 
11816         * src/imap_gtk.c
11817                 Don't allow creation of folders in NoInferior
11818                 folders, as it won't work
11819
11820 2005-10-10 [colin]      1.9.15cvs29
11821
11822         * src/compose.c
11823                 Reselect "None" Privacy system when selecting an
11824                 account with no privacy system defined
11825
11826 2005-10-10 [colin]      1.9.15cvs28
11827
11828         * src/mainwindow.c
11829                 Add Windows-1252 encoding
11830         * src/prefs_common.c
11831                 Rework some defaults:
11832                 - autosave to draft by default
11833                 - don't show header pane (it's already in the textview)
11834                 - Select first new or unread mail on entry
11835                 - Assume 'Yes' to change folder when there's no more
11836                   unread message
11837         * src/prefs_matcher.c
11838                 Fix a gtk assertion failure
11839         * src/gtk/colorlabel.c
11840                 Workaround bad repainting on selection
11841         * src/main.c
11842                 Freeze/thaw (a bit faster on ssh -X)
11843         * src/msgcache.c
11844                 Get rid of StrdupConverter that just adds an
11845                 extra strdup/free 
11846         * src/etpan/imap_thread.c
11847                 memset buf to 0
11848
11849 2005-10-10 [colin]      1.9.15cvs27
11850
11851         * src/export.c
11852         * src/import.c
11853                 Fix compile on gtk 2.4. Patch by wwp
11854
11855 2005-10-09 [colin]      1.9.15cvs26
11856
11857         * src/mainwindow.c
11858         * src/messageview.c
11859         * src/summaryview.c
11860                 Clarify forward menus. Patch by wwp
11861
11862 2005-10-09 [colin]      1.9.15cvs25
11863
11864         * src/compose.c
11865         * src/compose.h
11866                 Fix bug #829 (Non-working "Encrypt message by 
11867                 default when replying to an encrypted message")
11868
11869 2005-10-08 [colin]      1.9.15cvs24
11870
11871         * src/wizard.c
11872                 Fix bug #827 ("Welcome" setup wizard after a 
11873                 permission error gives up & forgets itself.)
11874
11875 2005-10-08 [colin]      1.9.15cvs23
11876
11877         * src/procmime.c
11878                 Fix bug #828 (Ignoring headers with spaces around = sign)
11879
11880 2005-10-08 [colin]      1.9.15cvs22
11881
11882         * src/export.c
11883                 Warning fix by wwp
11884
11885 2005-10-08 [colin]      1.9.15cvs21
11886
11887         * src/folder.c
11888         * src/folder.h
11889                 Add a processing_pending indicator, set on 
11890                 folder_item_open and cleared after 
11891                 folder_item_process_open
11892         * src/folderview.c
11893         * src/summaryview.c
11894                 wrap procmsg_msginfo_*_flags, and in the
11895                 wrapper check that there's no folder processing 
11896                 pending. If there is, defer the flags change until 
11897                 processing is done to avoid stepping over each
11898                 other's toes.
11899                 Freeze during processing, but not during scanning.
11900
11901 2005-10-07 [colin]      1.9.15cvs20
11902
11903         * src/plugins/pgpcore/passphrase.c
11904                 Fix bug #826 (X-Server hangs when 
11905                 right-clicking a PGP encrypted message)
11906
11907 2005-10-07 [paul]       1.9.15cvs19
11908
11909         * src/compose.c
11910                 fix compose_entries[]
11911                 patch by Fabien Vantard
11912
11913 2005-10-06 [colin]      1.9.15cvs18
11914
11915         * src/pixmaps/address.xpm
11916         * src/pixmaps/address_book.xpm
11917         * src/pixmaps/book.xpm
11918         * src/pixmaps/check_spelling.xpm
11919         * src/pixmaps/checkbox_off.xpm
11920         * src/pixmaps/checkbox_on.xpm
11921         * src/pixmaps/close.xpm
11922         * src/pixmaps/complete.xpm
11923         * src/pixmaps/continue.xpm
11924         * src/pixmaps/deleted.xpm
11925         * src/pixmaps/down_arrow.xpm
11926         * src/pixmaps/exec.xpm
11927         * src/pixmaps/forwarded.xpm
11928         * src/pixmaps/group.xpm
11929         * src/pixmaps/ignorethread.xpm
11930         * src/pixmaps/interface.xpm
11931         * src/pixmaps/jpilot.xpm
11932         * src/pixmaps/ldap.xpm
11933         * src/pixmaps/linewrap.xpm
11934         * src/pixmaps/linewrapcurrent.xpm
11935         * src/pixmaps/mail.xpm
11936         * src/pixmaps/mail_attach.xpm
11937         * src/pixmaps/mail_compose.xpm
11938         * src/pixmaps/mail_forward.xpm
11939         * src/pixmaps/mail_receive.xpm
11940         * src/pixmaps/mail_receive_all.xpm
11941         * src/pixmaps/mail_reply.xpm
11942         * src/pixmaps/mail_reply_to_all.xpm
11943         * src/pixmaps/mail_reply_to_author.xpm
11944         * src/pixmaps/mail_send.xpm
11945         * src/pixmaps/mail_send_queue.xpm
11946         * src/pixmaps/mime_application.xpm
11947         * src/pixmaps/mime_audio.xpm
11948         * src/pixmaps/mime_image.xpm
11949         * src/pixmaps/mime_message.xpm
11950         * src/pixmaps/mime_text_enriched.xpm
11951         * src/pixmaps/mime_text_html.xpm
11952         * src/pixmaps/mime_text_plain.xpm
11953         * src/pixmaps/mime_unknown.xpm
11954         * src/pixmaps/new.xpm
11955         * src/pixmaps/news_compose.xpm
11956         * src/pixmaps/offline.xpm
11957         * src/pixmaps/online.xpm
11958         * src/pixmaps/paste.xpm
11959         * src/pixmaps/preferences.xpm
11960         * src/pixmaps/privacy_emblem_encrypted.xpm
11961         * src/pixmaps/privacy_expired.xpm
11962         * src/pixmaps/privacy_failed.xpm
11963         * src/pixmaps/privacy_passed.xpm
11964         * src/pixmaps/privacy_signed.xpm
11965         * src/pixmaps/privacy_unknown.xpm
11966         * src/pixmaps/privacy_warn.xpm
11967         * src/pixmaps/properties.xpm
11968         * src/pixmaps/replied.xpm
11969         * src/pixmaps/search.xpm
11970         * src/pixmaps/unread.xpm
11971         * src/pixmaps/up_arrow.xpm
11972         * src/pixmaps/vcard.xpm
11973                 Modernize internal theme, with icons from the 
11974                 Gnomaws theme. Keep some of the old ones where
11975                 they were better.
11976
11977 2005-10-06 [colin]      1.9.15cvs17
11978
11979         * src/summaryview.c
11980                 Little optimisations + bugfix
11981         * src/toolbar.c
11982                 Remove default useless items - useless being defined
11983                 by the default relevant prefs
11984         * src/wizard.c
11985                 include config.h to make gettext work
11986         * src/prefs_themes.c
11987                 Fix selection of current theme in prefs
11988
11989 2005-10-06 [colin]      1.9.15cvs16
11990
11991         * src/prefs_common.c
11992         * src/prefs_common.h
11993         * src/prefs_summaries.c
11994         * src/folderview.c
11995                 Add a warning dialog on Mark all read 
11996                 (with pref to get rid of it)
11997
11998 2005-10-06 [paul]       1.9.15cvs15
11999
12000         * po/nb.po
12001         * po/pt_BR.po
12002                 updated by Geir Helland and Frederico
12003                 Goncalves Guimaraes
12004
12005 2005-10-05 [colin]      1.9.15cvs14
12006
12007         * src/folder.c
12008         * src/folder.h
12009         * src/folderview.c
12010         * src/folderview.h
12011         * src/imap_gtk.c
12012         * src/mh_gtk.c
12013         * src/mainwindow.c
12014         * src/setup.c
12015                 add a way to rescan without rebuilding
12016                 make moving a bit faster (less folders changes)
12017                 don't lock the tree on Get 
12018         * src/imap.c
12019                 Don't re-delete deleted messages before expunging
12020         * src/summaryview.c
12021                 Set batch mode when deleting mails
12022
12023 2005-10-05 [paul]       1.9.15cvs13
12024
12025         * src/mainwindow.c
12026         * src/mainwindow.h
12027                 fix disabled Execute menu item
12028         * src/toolbar.c
12029                 match the change in 1.9.15cvs10: use Compose
12030                 instead of News by default
12031
12032 2005-10-04 [colin]      1.9.15cvs12
12033
12034         * src/compose.c
12035                 When replying to an ML post with Reply-To set
12036                 to the poster's email, honor it (as before),
12037                 but also honor our user's request to reply to
12038                 the mailing list: set the ML address in the To
12039                 field and the Reply-To address in the Cc: 
12040                 field.
12041
12042 2005-10-04 [colin]      1.9.15cvs11
12043
12044         * src/plugins/trayicon/trayicon.c
12045                 Finish cosmetic change - thanks to wwp
12046
12047 2005-10-04 [colin]      1.9.15cvs10
12048
12049         * src/toolbar.c
12050                 Use Compose instead of Email by default.
12051                 Spotted by wwp.
12052
12053 2005-10-04 [colin]      1.9.15cvs9
12054
12055         * src/folder.c
12056         * src/folder.h
12057         * src/folderview.c
12058         * src/imap.c
12059         * src/etpan/imap-thread.c
12060         * src/etpan/imap-thread.h
12061                 Try to make IMAP faster, by simplifying SEARCH
12062                 commands, avoiding sending two STATUS in a row,
12063                 and deferring flags sync and processing just
12064                 after displaying the folder. 
12065                 This will update the SummaryView in certain
12066                 cases (new mails not already fetched, flags
12067                 changed from another client) but in a non-
12068                 blocking manner.
12069
12070 2005-10-04 [colin]      1.9.15cvs8
12071
12072         * src/plugins/trayicon/trayicon.c
12073                 Relabel "Offline" to "Work offline"
12074
12075 2005-10-04 [colin]      1.9.15cvs7
12076
12077         * src/export.c
12078         * src/import.c
12079         * src/mbox.c
12080                 Fix mbox import/export buglets
12081                 Patch by wwp
12082         * src/plugins/trayicon/trayicon.c
12083                 Add offline swithc
12084                 Patch by wwp
12085
12086 2005-10-04 [colin]      1.9.15cvs6
12087
12088         * src/folder.c
12089         * src/folderview.c
12090         * src/summaryview.c
12091                 Better fix (don't break mark all read) for cvs2
12092
12093 2005-10-03 [colin]      1.9.15cvs5
12094
12095         * src/folder.c
12096                 Use a sane sort by default
12097
12098 2005-10-03 [colin]      1.9.15cvs4
12099
12100         * src/inc.c
12101                 Add a 'Only once' button for overriding offline mode
12102         * src/prefs_account.c
12103         * src/wizard.c
12104                 Add Local mbox to the wizard
12105                 Add IMAP subdir to the wizard (or the wizard is useless
12106                 for such accounts, or even worse than useless)
12107                 Move IMAP subdir from Advanced to Receive tab, as it's
12108                 not that uncommon
12109
12110 2005-10-03 [colin]      1.9.15cvs3
12111
12112         * src/send_message.c
12113                 Forgot this one in cvs1
12114
12115 2005-10-03 [colin]      1.9.15cvs2
12116
12117         * src/folder.c
12118                 Faster close when leaving a folder with lots
12119                 of new mails. Idea by David Relson.
12120
12121 2005-10-03 [colin]      1.9.15cvs1
12122
12123         * src/compose.c
12124         * src/imap.c
12125         * src/inc.c
12126         * src/main.c
12127         * src/messageview.c
12128         * src/news.c
12129         * src/summaryview.c
12130         * src/gtk/sslcertwindow.c
12131         * src/plugins/trayicon/trayicon.c
12132                 Add accels to every AlertPanel. Patch by Fabien 
12133                 Vantard
12134
12135 2005-10-03 [paul]       1.9.15
12136
12137         1.9.15 released
12138
12139 2005-10-03 [paul]       1.9.14cvs68
12140
12141         * po/ca.po
12142         * po/de.po
12143         * po/es.po
12144         * po/fi.po
12145         * po/fr.po
12146         * po/sk.po
12147         * po/sr.po
12148         * po/zh_CN.po
12149                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12150                 Mones Lastra, Tommi Pirinen, Fabien vantard,
12151                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
12152
12153 2005-10-03 [paul]       1.9.14cvs67
12154
12155         * src/send_message.c
12156                 prevent hang on Cancel
12157                 patch by Colin
12158
12159 2005-10-03 [paul]       1.9.14cvs66
12160
12161         * src/main.c
12162                 fix crash in IMAP caused by discrepancy
12163                 between check_at_startup and offline mode
12164                 Patch by Colin
12165
12166 2005-10-01 [paul]       1.9.14cvs65
12167
12168         * src/inc.c
12169                 fix engrish
12170
12171 2005-10-01 [paul]       1.9.14cvs64
12172         * src/export.c
12173         * src/import.c
12174                 synchronise import_mbox() and export_mbox()
12175         * src/mbox.c
12176                 proc_mbox(): add alert if file cannot be opened
12177                 export_list_to_mbox(): test if dest file exists,
12178                 prompt user to overwrite if it does. add alert
12179                 if file cannot be created
12180                                                                 
12181         Patch by wwp
12182                                                                                                                 
12183
12184 2005-09-30 [paul]       1.9.14cvs63
12185
12186         * src/addressbook.c
12187                 Fix sensitivity of a menu
12188         * src/codeconv.c
12189                 Respect hidden pref for mails with no encoding
12190         * src/common/xml.c
12191                 Fix memory corruption
12192         * src/plugins/pgpcore/sgpgme.c
12193                 Fix segfault on incomplete sigs, and display
12194                 of S/Mime UIDs
12195
12196         Patches by Colin
12197
12198 2005-09-30 [colin]      1.9.14cvs62
12199
12200         * src/partial_download.c
12201                 Little logic fix in almost-dead code
12202         * src/pop.c
12203                 Fix partial download when there's no new mail
12204
12205 2005-09-29 [paul]       1.9.14cvs61
12206
12207         * src/plugins/pgpinline/pgpinline.c
12208                 fix bug 819, 'crash accessing sign message'
12209                 Patch by Colin
12210
12211 2005-09-28 [martin]     1.9.14cvs60
12212
12213         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12214                 fix bug #790 (Crash when restarting window manager (fluxbox))
12215
12216 2005-09-28 [paul]       1.9.14cvs59
12217
12218         * src/gtk/gtkaspell.c
12219                 fix off-by-one typo
12220
12221 2005-09-27 [colin]      1.9.14cvs58
12222
12223         * src/plugins/pgpcore/sgpgme.c
12224                 Report error when there's one, instead of
12225                 "Signature unchecked" 
12226
12227 2005-09-27 [colin]      1.9.14cvs57
12228
12229         * src/prefs_quote.c
12230                 Fix bug #816 (Weird quotation with spaces)
12231
12232 2005-09-27 [colin]      1.9.14cvs56
12233
12234         * src/codeconv.c
12235         * src/compose.c
12236         * src/compose.h
12237                 Put subject in compose's title
12238                 Fix Automatic encoding so that it's really automatic:
12239                 first try default locale's charset, then charset of the replied mail, 
12240                 then utf-8
12241                 Fix encoding of headers (must be in strict mode too)
12242
12243 2005-09-26 [colin]      1.9.14cvs55
12244
12245         * src/gtk/gtkaspell.c
12246                 Fix previous patch - don't color the space,
12247                 just uncolor it :)
12248
12249 2005-09-26 [colin]      1.9.14cvs54
12250
12251         * src/gtk/gtkaspell.c
12252                 Unmark space if possible
12253
12254 2005-09-26 [colin]      1.9.14cvs53
12255
12256         * src/imap.c
12257                 log_error instead of alertpanel according to the pref
12258         * src/etpan/imap-thread.c
12259                 Print connect status, copy only necessary size to 
12260                 logger
12261         * src/plugins/pgpmime/pgpmime.c
12262                 Handle S/Mime signatures (verification only). Patch based
12263                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
12264
12265 2005-09-26 [paul]       1.9.14cvs52
12266
12267         * src/common/passcrypt.c
12268                 this 'workaround' not necessary on NetBSD.
12269                 Thanks to Daniel Gustafson
12270
12271 2005-09-26 [paul]
12272
12273         1.9.15-rc4 released
12274
12275 2005-09-26 [paul]       1.9.14cvs51
12276
12277         * src/summaryview.c
12278                 Skip currently selected message when
12279                 looking for next new or unread message
12280                 in current folder. Patch by Colin
12281         * src/common/passcrypt.c
12282                 eliminate warnings on *BSD. Patch by
12283                 Daniel Gustafson
12284
12285 2005-09-26 [colin]      1.9.14cvs50
12286
12287         * src/procmsg.c
12288                 Call postfiltering hook anyway
12289
12290 2005-09-22 [colin]      1.9.14cvs49
12291
12292         * src/codeconv.c
12293         * src/codeconv.h
12294                 Add a strict mode that doesn't replace with _
12295         * src/compose.c
12296         * src/compose.h
12297                 Use strict conversion while sending
12298                 Fix race when drafting while sending (happens
12299                 on IMAP)
12300                 Fix d'n'd of messages from summaryview
12301         * src/prefs_common.c
12302         * src/prefs_common.h
12303                 add hidden utf8_instead_of_locale_for_broken_mail 
12304                 pref for people that preferred the default charset 
12305                 to be utf8 for broken mails
12306         * src/quote_fmt_parse.y
12307                 fix bug #815 (No quote insert if "From:" fied 
12308                 contained Russian letters)
12309         * src/summaryview.c
12310                 Fix d'n'd of messages to compose
12311
12312 2005-09-22 [paul]       1.9.14cvs48
12313
12314         * src/compose.c
12315                 fix bug where attachments Name entry
12316                 would display Path instead
12317
12318 2005-09-21 [paul]       1.9.14cvs47
12319
12320         * README
12321         * README.jp
12322         * configure.ac
12323         * config/config.rpath
12324         * doc/manual/en/sylpheed-20.html
12325         * doc/manual/es/sylpheed-20.html
12326         * po/bg.po
12327         * po/ca.po
12328         * po/de.po
12329         * po/es.po
12330         * po/fr.po
12331         * po/it.po
12332         * po/pt_BR.po
12333         * po/sk.po
12334         * po/zh_TW.po
12335         * src/account.c
12336         * src/account.h
12337         * src/action.c
12338         * src/action.h
12339         * src/adbookbase.h
12340         * src/addr_compl.c
12341         * src/addr_compl.h
12342         * src/addrbook.c
12343         * src/addrbook.h
12344         * src/addrcache.c
12345         * src/addrcache.h
12346         * src/addrcindex.c
12347         * src/addrcindex.h
12348         * src/addrclip.c
12349         * src/addrclip.h
12350         * src/addrdefs.h
12351         * src/addressadd.c
12352         * src/addressadd.h
12353         * src/addressbook.c
12354         * src/addressbook.h
12355         * src/addressitem.h
12356         * src/addrgather.c
12357         * src/addrgather.h
12358         * src/addrharvest.c
12359         * src/addrharvest.h
12360         * src/addrindex.c
12361         * src/addrindex.h
12362         * src/addritem.c
12363         * src/addritem.h
12364         * src/addrquery.c
12365         * src/addrquery.h
12366         * src/addrselect.c
12367         * src/addrselect.h
12368         * src/alertpanel.c
12369         * src/alertpanel.h
12370         * src/browseldap.c
12371         * src/browseldap.h
12372         * src/codeconv.c
12373         * src/codeconv.h
12374         * src/compose.c
12375         * src/compose.h
12376         * src/crash.c
12377         * src/crash.h
12378         * src/customheader.c
12379         * src/customheader.h
12380         * src/displayheader.c
12381         * src/displayheader.h
12382         * src/editaddress.c
12383         * src/editaddress.h
12384         * src/editbook.c
12385         * src/editbook.h
12386         * src/editgroup.c
12387         * src/editgroup.h
12388         * src/editjpilot.c
12389         * src/editjpilot.h
12390         * src/editldap.c
12391         * src/editldap.h
12392         * src/editldap_basedn.c
12393         * src/editldap_basedn.h
12394         * src/editvcard.c
12395         * src/editvcard.h
12396         * src/enriched.c
12397         * src/enriched.h
12398         * src/exphtmldlg.c
12399         * src/exphtmldlg.h
12400         * src/expldifdlg.c
12401         * src/expldifdlg.h
12402         * src/export.c
12403         * src/export.h
12404         * src/exporthtml.c
12405         * src/exporthtml.h
12406         * src/exportldif.c
12407         * src/exportldif.h
12408         * src/filtering.c
12409         * src/filtering.h
12410         * src/folder.c
12411         * src/folder.h
12412         * src/folder_item_prefs.c
12413         * src/folder_item_prefs.h
12414         * src/foldersel.c
12415         * src/foldersel.h
12416         * src/folderutils.c
12417         * src/folderutils.h
12418         * src/folderview.c
12419         * src/folderview.h
12420         * src/grouplistdialog.c
12421         * src/grouplistdialog.h
12422         * src/headerview.c
12423         * src/headerview.h
12424         * src/html.c
12425         * src/html.h
12426         * src/image_viewer.c
12427         * src/image_viewer.h
12428         * src/imap.c
12429         * src/imap.h
12430         * src/imap_gtk.c
12431         * src/imap_gtk.h
12432         * src/import.c
12433         * src/import.h
12434         * src/importldif.c
12435         * src/importldif.h
12436         * src/importmutt.c
12437         * src/importmutt.h
12438         * src/importpine.c
12439         * src/importpine.h
12440         * src/inc.c
12441         * src/inc.h
12442         * src/jpilot.c
12443         * src/jpilot.h
12444         * src/ldapctrl.c
12445         * src/ldapctrl.h
12446         * src/ldaplocate.c
12447         * src/ldaplocate.h
12448         * src/ldapquery.c
12449         * src/ldapquery.h
12450         * src/ldapserver.c
12451         * src/ldapserver.h
12452         * src/ldaputil.c
12453         * src/ldaputil.h
12454         * src/ldif.c
12455         * src/ldif.h
12456         * src/localfolder.c
12457         * src/localfolder.h
12458         * src/main.c
12459         * src/main.h
12460         * src/mainwindow.c
12461         * src/mainwindow.h
12462         * src/manual.c
12463         * src/manual.h
12464         * src/matcher.c
12465         * src/matcher.h
12466         * src/matcher_parser.h
12467         * src/matcher_parser_lex.l
12468         * src/matcher_parser_parse.y
12469         * src/mbox.c
12470         * src/mbox.h
12471         * src/message_search.c
12472         * src/message_search.h
12473         * src/messageview.c
12474         * src/messageview.h
12475         * src/mh.c
12476         * src/mh.h
12477         * src/mh_gtk.c
12478         * src/mh_gtk.h
12479         * src/mimeview.c
12480         * src/mimeview.h
12481         * src/msgcache.c
12482         * src/msgcache.h
12483         * src/mutt.c
12484         * src/mutt.h
12485         * src/news.c
12486         * src/news.h
12487         * src/news_gtk.c
12488         * src/news_gtk.h
12489         * src/noticeview.c
12490         * src/noticeview.h
12491         * src/partial_download.c
12492         * src/partial_download.h
12493         * src/pine.c
12494         * src/pine.h
12495         * src/pop.c
12496         * src/pop.h
12497         * src/prefs_account.c
12498         * src/prefs_account.h
12499         * src/prefs_actions.c
12500         * src/prefs_actions.h
12501         * src/prefs_common.c
12502         * src/prefs_common.h
12503         * src/prefs_compose_writing.c
12504         * src/prefs_compose_writing.h
12505         * src/prefs_customheader.c
12506         * src/prefs_customheader.h
12507         * src/prefs_display_header.c
12508         * src/prefs_display_header.h
12509         * src/prefs_ext_prog.c
12510         * src/prefs_ext_prog.h
12511         * src/prefs_filtering.c
12512         * src/prefs_filtering.h
12513         * src/prefs_filtering_action.c
12514         * src/prefs_filtering_action.h
12515         * src/prefs_folder_column.c
12516         * src/prefs_folder_column.h
12517         * src/prefs_folder_item.c
12518         * src/prefs_folder_item.h
12519         * src/prefs_fonts.c
12520         * src/prefs_fonts.h
12521         * src/prefs_gtk.c
12522         * src/prefs_gtk.h
12523         * src/prefs_image_viewer.c
12524         * src/prefs_image_viewer.h
12525         * src/prefs_matcher.c
12526         * src/prefs_matcher.h
12527         * src/prefs_message.c
12528         * src/prefs_message.h
12529         * src/prefs_msg_colors.c
12530         * src/prefs_msg_colors.h
12531         * src/prefs_other.c
12532         * src/prefs_other.h
12533         * src/prefs_quote.c
12534         * src/prefs_quote.h
12535         * src/prefs_receive.c
12536         * src/prefs_receive.h
12537         * src/prefs_send.c
12538         * src/prefs_send.h
12539         * src/prefs_spelling.c
12540         * src/prefs_spelling.h
12541         * src/prefs_summaries.c
12542         * src/prefs_summaries.h
12543         * src/prefs_summary_column.c
12544         * src/prefs_summary_column.h
12545         * src/prefs_template.c
12546         * src/prefs_template.h
12547         * src/prefs_themes.c
12548         * src/prefs_themes.h
12549         * src/prefs_toolbar.c
12550         * src/prefs_toolbar.h
12551         * src/prefs_wrapping.c
12552         * src/prefs_wrapping.h
12553         * src/privacy.c
12554         * src/privacy.h
12555         * src/procheader.c
12556         * src/procheader.h
12557         * src/procmime.c
12558         * src/procmime.h
12559         * src/procmsg.c
12560         * src/procmsg.h
12561         * src/quote_fmt.c
12562         * src/quote_fmt_parse.y
12563         * src/recv.c
12564         * src/recv.h
12565         * src/remotefolder.c
12566         * src/remotefolder.h
12567         * src/send_message.c
12568         * src/send_message.h
12569         * src/setup.c
12570         * src/setup.h
12571         * src/simple-gettext.c
12572         * src/sourcewindow.c
12573         * src/sourcewindow.h
12574         * src/ssl_manager.c
12575         * src/ssl_manager.h
12576         * src/statusbar.c
12577         * src/statusbar.h
12578         * src/stock_pixmap.c
12579         * src/stock_pixmap.h
12580         * src/summary_search.c
12581         * src/summary_search.h
12582         * src/summaryview.c
12583         * src/summaryview.h
12584         * src/syldap.c
12585         * src/syldap.h
12586         * src/textview.c
12587         * src/textview.h
12588         * src/toolbar.c
12589         * src/toolbar.h
12590         * src/undo.c
12591         * src/undo.h
12592         * src/unmime.c
12593         * src/unmime.h
12594         * src/vcard.c
12595         * src/vcard.h
12596         * src/wizard.c
12597         * src/wizard.h
12598         * src/common/base64.c
12599         * src/common/base64.h
12600         * src/common/defs.h
12601         * src/common/hooks.c
12602         * src/common/hooks.h
12603         * src/common/log.c
12604         * src/common/log.h
12605         * src/common/md5.c
12606         * src/common/md5.h
12607         * src/common/mgutils.c
12608         * src/common/mgutils.h
12609         * src/common/nntp.c
12610         * src/common/nntp.h
12611         * src/common/passcrypt.c
12612         * src/common/passcrypt.h.in
12613         * src/common/plugin.c
12614         * src/common/plugin.h
12615         * src/common/prefs.c
12616         * src/common/prefs.h
12617         * src/common/progressindicator.c
12618         * src/common/progressindicator.h
12619         * src/common/quoted-printable.c
12620         * src/common/quoted-printable.h
12621         * src/common/session.c
12622         * src/common/session.h
12623         * src/common/smtp.c
12624         * src/common/smtp.h
12625         * src/common/socket.c
12626         * src/common/socket.h
12627         * src/common/ssl.c
12628         * src/common/ssl.h
12629         * src/common/ssl_certificate.c
12630         * src/common/ssl_certificate.h
12631         * src/common/string_match.c
12632         * src/common/string_match.h
12633         * src/common/stringtable.c
12634         * src/common/sylpheed.c
12635         * src/common/sylpheed.h
12636         * src/common/template.c
12637         * src/common/template.h
12638         * src/common/timing.h
12639         * src/common/utils.c
12640         * src/common/utils.h
12641         * src/common/uuencode.c
12642         * src/common/uuencode.h
12643         * src/common/version.h.in
12644         * src/common/xml.c
12645         * src/common/xml.h
12646         * src/common/xmlprops.c
12647         * src/common/xmlprops.h
12648         * src/gtk/about.c
12649         * src/gtk/about.h
12650         * src/gtk/colorlabel.c
12651         * src/gtk/colorlabel.h
12652         * src/gtk/colorsel.c
12653         * src/gtk/colorsel.h
12654         * src/gtk/description_window.c
12655         * src/gtk/description_window.h
12656         * src/gtk/filesel.c
12657         * src/gtk/filesel.h
12658         * src/gtk/foldersort.c
12659         * src/gtk/foldersort.h
12660         * src/gtk/gtkutils.c
12661         * src/gtk/gtkutils.h
12662         * src/gtk/inputdialog.c
12663         * src/gtk/inputdialog.h
12664         * src/gtk/logwindow.c
12665         * src/gtk/logwindow.h
12666         * src/gtk/manage_window.c
12667         * src/gtk/manage_window.h
12668         * src/gtk/menu.c
12669         * src/gtk/menu.h
12670         * src/gtk/pluginwindow.c
12671         * src/gtk/pluginwindow.h
12672         * src/gtk/prefswindow.c
12673         * src/gtk/prefswindow.h
12674         * src/gtk/progressdialog.c
12675         * src/gtk/progressdialog.h
12676         * src/gtk/quicksearch.c
12677         * src/gtk/quicksearch.h
12678         * src/gtk/sslcertwindow.c
12679         * src/gtk/sslcertwindow.h
12680         * src/plugins/clamav/clamav_plugin.c
12681         * src/plugins/clamav/clamav_plugin.h
12682         * src/plugins/clamav/clamav_plugin_gtk.c
12683         * src/plugins/demo/demo.c
12684         * src/plugins/dillo_viewer/dillo_prefs.c
12685         * src/plugins/dillo_viewer/dillo_prefs.h
12686         * src/plugins/dillo_viewer/dillo_viewer.c
12687         * src/plugins/mathml_viewer/mathml_viewer.c
12688         * src/plugins/pgpcore/passphrase.c
12689         * src/plugins/pgpcore/passphrase.h
12690         * src/plugins/pgpcore/plugin.c
12691         * src/plugins/pgpcore/prefs_gpg.c
12692         * src/plugins/pgpcore/prefs_gpg.h
12693         * src/plugins/pgpcore/select-keys.c
12694         * src/plugins/pgpcore/select-keys.h
12695         * src/plugins/pgpcore/sgpgme.c
12696         * src/plugins/pgpcore/sgpgme.h
12697         * src/plugins/pgpinline/pgpinline.c
12698         * src/plugins/pgpinline/pgpinline.h
12699         * src/plugins/pgpinline/plugin.c
12700         * src/plugins/pgpmime/pgpmime.c
12701         * src/plugins/pgpmime/pgpmime.h
12702         * src/plugins/pgpmime/plugin.c
12703         * src/plugins/spamassassin/spamassassin.c
12704         * src/plugins/spamassassin/spamassassin.h
12705         * src/plugins/spamassassin/spamassassin_gtk.c
12706         * src/plugins/trayicon/trayicon.c
12707         * tools/OOo2sylpheed.pl
12708         * tools/acroread2sylpheed.pl
12709         * tools/asus_mailled.sh
12710         * tools/filter_conv.pl
12711         * tools/freshmeat_search.pl
12712         * tools/google_search.pl
12713         * tools/kmail2sylpheed.pl
12714         * tools/kmail2sylpheed_v2.pl
12715         * tools/maildir2sylpheed.pl
12716         * tools/multiwebsearch.pl
12717         * tools/newscache_clean.pl
12718         * tools/outlook2sylpheed.pl
12719         * tools/sylpheed-switcher
12720         * tools/update-po
12721         * tools/vcard2xml.py
12722         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
12723                 update FSF address
12724
12725 2005-09-21 [colin]      1.9.14cvs46
12726
12727         * src/gedit-print.c
12728         * src/procmsg.c
12729         * src/procmsg.h
12730         * src/textview.c
12731         * src/summaryview.c
12732                 Remove some printing hacks (deselection/reselection),
12733                 which by the way fix printing the currently 
12734                 displayed mime part (still only text)
12735                 Plus a little optimisation of summary_show
12736
12737
12738 2005-09-20 [colin]      1.9.14cvs45
12739
12740         * src/mainwindow.c
12741         * src/messageview.c
12742                 GUI fixups: add accels, set message
12743                 view title to displayed mail's subject
12744         * src/prefs_spelling.c
12745         * src/gtk/gtkaspell.c
12746                 GUI fixups: allow underlining misspelled
12747                 words instead of coloring them (a11y!)
12748
12749 2005-09-19 [colin]
12750
12751         1.9.15rc3 released
12752
12753 2005-09-19 [colin]      1.9.14cvs44
12754
12755         * src/compose.c
12756                 Fix draft message
12757         * src/gtk/gtkaspell.c
12758                 Fix wrong test ;-)
12759
12760 2005-09-19 [colin]      1.9.14cvs43
12761
12762         * src/addressbook.c
12763                 Fix sensitivity of Delete button
12764         * src/compose.c
12765                 Warn if the requested Privacy system
12766                 is not available
12767         * src/exphtmldlg.c
12768         * src/expldifdlg.c
12769         * src/importldif.c
12770         * src/importmutt.c
12771         * src/importpine.c
12772                 Fix crappy UI
12773         * src/
12774         * src/ssl.h
12775         * src/prefs_account.h
12776         * src/prefs_account.c
12777                 Save SSL prefs even in builds that have
12778                 SSL support disable
12779         * src/imap.c
12780         * src/inc.c
12781         * src/news.c
12782         * src/send_message.c
12783                 Warn if connection should be secure, but
12784                 SSL support isn't compiled in
12785         * src/gtkaspell.c
12786                 Fix word separation on UTF-8 systems
12787                 Fixes bug #812 (Strange inline spellchecking)
12788         * src/compose.c
12789                 Warn if the requested Privacy system
12790                 is not available
12791                 Factorize offline warning
12792         * src/imap.c
12793         * src/imap_gtk.c
12794         * src/imap_gtk.h
12795         * src/inc.h
12796         * src/news_gtk.c
12797         * src/news_gtk.h
12798         * src/messageview.c
12799                 Factorize offline warning
12800
12801 2005-09-19 [paul]
12802
12803         1.9.15-rc2 released
12804
12805 2005-09-18 [colin]      1.9.14cvs42
12806
12807         * src/codeconv.c
12808         * src/codeconv.h
12809         * src/procmime.c
12810                 Add a way to get locale's charset ignoring utf-8,
12811                 and use that as default encoding for broken mails
12812
12813 2005-09-18 [colin]      1.9.14cvs41
12814
12815         * src/gtk/logwindow.c
12816                 Translate string. Patch by Fabien Vantard
12817
12818 2005-09-18 [colin]      1.9.14cvs40
12819
12820         * configure.ac
12821                 Fix bug #803 (IMAP/SSL support breaks with 
12822                 GnuTLS libetpan 0.38)
12823
12824 2005-09-18 [colin]      1.9.14cvs39
12825
12826         * src/codeconv.c
12827         * src/compose.c
12828         * src/procmime.c
12829                 More charsets fixes. Fixes bug #806 (non
12830                 ascii characters in subject line)
12831
12832 2005-09-17 [paul]       1.9.14cvs38
12833
12834         * src/folderview.c
12835         * src/mainwindow.c
12836                 fix gcc-2.95 issues
12837                 Patch by Pawel Pekala
12838
12839 2005-09-17 [colin]      1.9.14cvs37
12840
12841         * src/addrindex.c
12842                 bugfix for NO-USE LDAP compilation, patch 
12843                 by Fabien Vantard
12844
12845 2005-09-17 [colin]      1.9.14cvs36
12846
12847         * src/prefs_actions.c
12848         * src/prefs_customheader.c
12849         * src/prefs_display_header.c
12850         * src/prefs_filtering_action.c
12851         * src/prefs_matcher.c
12852         * src/prefs_toolbar.c
12853                 Fix strange casts (less elegant but
12854                 works better)
12855
12856 2005-09-16 [colin]      1.9.14cvs35
12857
12858         * src/jpilot.c
12859                 Missed that one
12860
12861 2005-09-16 [colin]      1.9.14cvs34
12862
12863         * configure.ac
12864         * src/Makefile.am
12865         * src/addr_compl.c
12866         * src/addrindex.c
12867         * src/browseldap.c
12868         * src/editldap.c
12869         * src/ldaplocate.c
12870         * src/ldapquery.c
12871         * src/ldapquery.h
12872         * src/ldapserver.c
12873         * src/ldapserver.h
12874         * src/main.c
12875         * src/matcher_parser_parse.y
12876         * src/prefs_themes.c
12877         * src/etpan/Makefile.am
12878         * src/gtk/description_window.c
12879         * src/plugins/clamav/Makefile.am
12880         * src/plugins/clamav/clamav_plugin.c
12881         * src/plugins/dillo_viewer/Makefile.am
12882         * src/plugins/pgpcore/Makefile.am
12883         * src/plugins/pgpinline/Makefile.am
12884         * src/plugins/pgpmime/Makefile.am
12885         * src/plugins/trayicon/Makefile.am
12886                 Fix 100% cpu usage in address completion list
12887                 Fix little bugs (return with no values etc)
12888                 Fix all warnings (with common CFLAGS)
12889
12890 2005-09-15 [colin]      1.9.14cvs33
12891
12892         * src/addressbook.c
12893                 Fix bug where sometimes a group's email list is empty,
12894                 force its refresh (probably fixes "Re: how to create a 
12895                 distribution list")
12896         * src/ldapquery.c
12897                 Don't return to the callback in the main thread from the
12898                 fetch thread (or face segs!)
12899
12900 2005-09-15 [paul]       1.9.14cvs32
12901
12902         * src/prefs_matcher.c
12903                 forgotten in last commit
12904
12905 2005-09-15 [paul]       1.9.14cvs31
12906
12907         * src/prefs_actions.c
12908         * src/prefs_filtering_action.c
12909         * src/prefs_quote.c
12910         * src/quote_fmt.c
12911         * src/summaryview.c
12912         * src/gtk/description_window.c
12913         * src/gtk/description_window.h
12914         * src/gtk/quicksearch.c
12915                 allow interaction with the called
12916                 description window
12917                 Patch by Anders Hammar
12918
12919 2005-09-14 [paul]       1.9.14cvs30
12920
12921         * src/compose.c
12922                 fix a little annoyance when pasting with 3rd button 
12923                 with wrap_pastes=0 and wrap_input=1
12924                 Patch by Colin
12925
12926 2005-09-14 [paul]       1.9.14cvs29
12927
12928         * src/prefs_account.c
12929                 disable 'Filter messages on receiving' for
12930                 SMTP-only accounts
12931                 Patch  by Anders Hammar
12932
12933 2005-09-14 [paul]       1.9.14cvs28
12934
12935         * po/sk.po
12936                 fix crash
12937                 updated by Andrej Kacian
12938
12939 2005-09-14 [paul]
12940
12941         1.9.15-rc1 released
12942
12943 2005-09-14 [paul]       1.9.14cvs27
12944
12945         * po/es.po
12946                 updated by Ricardo Mones Lastra
12947         * src/compose.c
12948         * src/compose.h
12949                 associate no_wrap_tags to Compose windows
12950                 instead of using a static one
12951                 Patch by Colin
12952         * src/mbox.c
12953                 fix proc_mbox()
12954                 Patch by wwp
12955         * src/textview.c
12956                 remove unneeded printf()
12957
12958 2005-09-14 [paul]       1.9.14cvs26
12959
12960         * src/addrcache.c
12961         * src/codeconv.h
12962         * src/folder.h
12963         * src/mainwindow.h
12964         * src/mh.c
12965         * src/mimeview.h
12966         * src/partial_download.c
12967         * src/pop.c
12968         * src/prefs_account.c
12969         * src/prefs_account.h
12970         * src/prefs_actions.c
12971         * src/prefs_customheader.c
12972         * src/prefs_display_header.c
12973         * src/prefs_filtering_action.c
12974         * src/prefs_matcher.c
12975         * src/prefs_toolbar.c
12976         * src/privacy.h
12977         * src/procmime.c
12978         * src/procmime.h
12979         * src/procmsg.h
12980         * src/textview.c
12981         * src/undo.h
12982         * src/common/plugin.c
12983         * src/common/session.h
12984         * src/common/socket.c
12985         * src/common/socket.h
12986         * src/common/template.c
12987         * src/gtk/gtkaspell.c
12988         * src/gtk/quicksearch.h
12989         * src/plugins/pgpcore/passphrase.c
12990         * src/plugins/pgpcore/prefs_gpg.h
12991         * src/plugins/pgpcore/select-keys.c
12992         * src/plugins/pgpcore/select-keys.h
12993         * src/plugins/pgpcore/sgpgme.c
12994         * src/plugins/pgpinline/pgpinline.c
12995         * src/plugins/pgpmime/pgpmime.c
12996         * src/plugins/trayicon/trayicon.c
12997                 fix compilation warnings
12998                 Patch by Daniel Gustafson
12999
13000 2005-09-14 [paul]       1.9.14cvs25
13001
13002         * src/addressbook.c
13003                 add missing column header, and other small
13004                 bug fixes
13005                 Patch by Anders Hammar
13006
13007 2005-09-13 [colin]      1.9.14cvs24
13008
13009         * src/gtk/gtkaspell.c
13010                 Fix non-utf8 in menu
13011                 Fix little leaks
13012                 Nullify struct members after free()s
13013
13014 2005-09-13 [colin]      1.9.14cvs23
13015
13016         * src/compose.c
13017                 Test utf8 compliance before inserting to 
13018                 buffer, and try to convert if necessary
13019         * src/procmime.c
13020                 If no charset is present, use the locale 
13021                 one instead of us-ascii
13022         * src/procmsg.c
13023                 Add Sender, List-Post and To in the checked 
13024                 headers for automatic rules creation 
13025                 (thanks to wwp)
13026         * src/prefs_themes.c
13027         * src/gtk/gtkaspell.c
13028                 Remove deprecated functions. 
13029                 patch by Daniel Gustafson
13030
13031 2005-09-12 [colin]      1.9.14cvs22
13032
13033         * src/compose.c
13034                 Fix bug #448 (Scrolling/Redraw issue with 
13035                 address-fields in Header)
13036         * src/mainwindow.c
13037         * src/summaryview.c
13038         * src/summaryview.h
13039                 Fix loss of MSG_MARKED on move/copy
13040                 Fix bug #804 (Quicksearch togglebutton doesn't 
13041                 get depressed after '/' key is pressed)
13042
13043 2005-09-12 [paul]       1.9.14cvs21
13044
13045         * AUTHORS
13046         * src/gtk/logwindow.c
13047                 add 'Clear Log' to popup menu
13048                 Patch by Anders Hammar <anders.hammar@telia.com>
13049
13050 2005-09-12 [paul]       1.9.14cvs20
13051
13052         * src/compose.c
13053                 set correct sensitivity on attachments
13054                 popup menu
13055         * src/folder.c
13056                 fix typo
13057         * src/prefs_spelling.c
13058                 fix crash when no LANG env is set
13059         * src/common/xml.c
13060                 fix crash in wizard
13061                 don't use memeory after free
13062
13063         All patches by Daniel Gustafson
13064
13065 2005-09-12 [paul]       1.9.14cvs19
13066
13067         * src/prefs_themes.c
13068                 make theme info selectable
13069         * src/gtk/description_window.c
13070                 make window non-modal
13071         * tools/README
13072                 add details of asus_mailed.sh
13073         * tools/claws.i18n.status.pl
13074                 update for new zh_TW translator
13075                 widen the output
13076                 create alternate coloured lines
13077                 improve readability
13078
13079 2005-09-10 [colin]      1.9.14cvs18
13080
13081         * src/plugins/pgpcore/select-keys.c
13082                 Better order for the buttons
13083
13084 2005-09-10 [colin]      1.9.14cvs17
13085
13086         * src/compose.c
13087         * src/plugins/pgpcore/select-keys.c
13088         * src/plugins/pgpcore/select-keys.h
13089         * src/plugins/pgpcore/sgpgme.c
13090                 Add a "Don't encrypt" button to the key
13091                 selection dialog. Fixes bug #177 (There should be a 
13092                 'Don't encrypt button in the Select Keys dialog)
13093
13094 2005-09-10 [colin]      1.9.14cvs16
13095
13096         * src/compose.c
13097                 Fix bug #572 (%X option does not work with templates)
13098
13099 2005-09-10 [colin]      1.9.14cvs15
13100
13101         * src/toolbar.c 
13102                 Remove g_print
13103
13104 2005-09-10 [colin]      1.9.14cvs14
13105
13106         * src/imap.c
13107                 Fix a possible crash
13108
13109 2005-09-09 [colin]      1.9.14cvs13
13110
13111         * src/imap.c
13112         * src/etpan/imap-thread.c
13113         * src/etpan/imap-thread.h
13114                 Fix moving from queue or drafts to normal folders
13115                 Fix bug #794 (No way to delete without expunging)
13116                 Take flags unset by other mailers into account
13117                 Take deleted flag set by other mailers into account
13118                 Fix unsetting REPLIED flag
13119                 Fix crash when capabilities can't be retrieved
13120         * src/mainwindow.c
13121         * src/mainwindow.h
13122                 Add M_DELAYED_FLAGS condition, and let the user use
13123                 Execute in order to be able to expunge deleted mails,
13124                 even if he's not in delayed execute mode
13125         * src/prefs_spelling.c
13126                 Use 'en' dictionary by default if LANG is POSIX or C
13127         * src/gtk/prefswindow.c
13128                 Fix bug #767 (Preferences windows expanding) by making
13129                 the window a bit larger when the resolution is greater
13130                 than 640x480, and by putting the prefs in a
13131                 GtkScrolledWindow.
13132
13133 2005-09-09 [paul]       1.9.14cvs12
13134
13135         * AUTHORS
13136         * configure.ac
13137         * po/zh_TW.Big5.po      ** REMOVED **
13138         * po/zh_TW.po           ** ADDED **
13139                 updated by Wei-Lun Chao
13140
13141 2005-09-09 [paul]       1.9.14cvs11
13142
13143         * src/mainwindow.c
13144                 fix asserts
13145         * src/common/xml.c
13146                 delay memory allocation until file is
13147                 opened successfully
13148                 Patch by Daniel Gustafson
13149
13150 2005-09-09 [colin]      1.9.14cvs10
13151
13152         * src/imap.c
13153                 Add guards
13154
13155 2005-09-08 [colin]      1.9.14cvs9
13156
13157         * src/compose.c
13158                 Alert when we can't save draft
13159                 Fix various wrap/color issues
13160                 Add mid-click pasting respecting wrap_paste option
13161         * src/folder.c
13162         * src/folder.h
13163         * src/folder_item_prefs.c
13164         * src/folder_item_prefs.h
13165         * src/imap.c
13166         * src/imap_gtk.c
13167         * src/imap_gtk.h
13168         * src/main.c
13169         * src/mainwindow.c
13170         * src/mainwindow.h
13171         * src/news.c
13172         * src/news_gtk.c
13173         * src/news_gtk.h
13174         * src/prefs_folder_item.c
13175                 Fix the impossibility to synchronise folders for
13176                 offline use (IMAP and NNTP are concerned)
13177
13178 2005-09-08 [colin]      1.9.14cvs8
13179
13180         * configure.ac
13181                 Build LDAP and JPilot by default if available
13182         * src/textview.c
13183                 Fix use after free
13184
13185 2005-09-08 [paul]       1.9.14cvs7
13186
13187         * doc/manual/en/sylpheed-1.html
13188         * doc/manual/en/sylpheed-18.html
13189         * doc/manual/en/sylpheed-19.html
13190         * doc/manual/en/sylpheed-4.html
13191         * doc/manual/en/sylpheed-6.html
13192         * doc/manual/en/sylpheed.html
13193                 a few minor updates, plus include some
13194                 details about plugins and their requirements
13195         * src/mainwindow.c
13196                 minor changes to English in /View/Sort
13197
13198 2005-09-07 [colin]      1.9.14cvs6
13199
13200         * doc/manual/en/sylpheed-1.html
13201         * doc/manual/en/sylpheed-10.html
13202         * doc/manual/en/sylpheed-11.html
13203         * doc/manual/en/sylpheed-12.html
13204         * doc/manual/en/sylpheed-13.html
13205         * doc/manual/en/sylpheed-14.html
13206         * doc/manual/en/sylpheed-15.html
13207         * doc/manual/en/sylpheed-16.html
13208         * doc/manual/en/sylpheed-17.html
13209         * doc/manual/en/sylpheed-18.html
13210         * doc/manual/en/sylpheed-19.html
13211         * doc/manual/en/sylpheed-2.html
13212         * doc/manual/en/sylpheed-20.html
13213         * doc/manual/en/sylpheed-21.html
13214         * doc/manual/en/sylpheed-22.html
13215         * doc/manual/en/sylpheed-3.html
13216         * doc/manual/en/sylpheed-4.html
13217         * doc/manual/en/sylpheed-5.html
13218         * doc/manual/en/sylpheed-6.html
13219         * doc/manual/en/sylpheed-7.html
13220         * doc/manual/en/sylpheed-8.html
13221         * doc/manual/en/sylpheed-9.html
13222         * doc/manual/en/sylpheed.html
13223                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
13224
13225 2005-09-07 [colin]      1.9.14cvs5
13226
13227         * src/mainwindow.c
13228                 Make labels more to-the-point
13229
13230 2005-09-07 [colin]      1.9.14cvs4
13231
13232         * doc/manual/en/sylpheed-1.html
13233         * doc/manual/en/sylpheed-12.html
13234         * doc/manual/en/sylpheed-13.html
13235         * doc/manual/en/sylpheed-14.html
13236         * doc/manual/en/sylpheed-15.html
13237         * doc/manual/en/sylpheed-16.html
13238         * doc/manual/en/sylpheed-17.html
13239         * doc/manual/en/sylpheed-18.html
13240         * doc/manual/en/sylpheed-19.html
13241         * doc/manual/en/sylpheed-2.html
13242         * doc/manual/en/sylpheed-20.html
13243         * doc/manual/en/sylpheed-21.html
13244         * doc/manual/en/sylpheed-22.html
13245         * doc/manual/en/sylpheed-4.html
13246         * doc/manual/en/sylpheed-5.html
13247         * doc/manual/en/sylpheed-6.html
13248         * doc/manual/en/sylpheed-7.html
13249         * doc/manual/en/sylpheed-8.html
13250         * doc/manual/en/sylpheed-9.html
13251         * doc/manual/en/sylpheed.html
13252                 Update manual
13253
13254 2005-09-07 [colin]      1.9.14cvs3
13255
13256         * doc/faq/en/sylpheed-faq-1.html
13257         * doc/faq/en/sylpheed-faq-2.html
13258         * doc/faq/en/sylpheed-faq-3.html
13259         * doc/faq/en/sylpheed-faq.html
13260                 Update FAQ
13261
13262 2005-09-07 [colin]      1.9.14cvs2
13263
13264         * src/folderview.c
13265         * src/procmsg.c
13266         * src/summaryview.c
13267         * src/toolbar.c
13268                 Fix special subfolders:
13269                 - Inherit parent's icon
13270                 - sent contents of queues subfolders
13271                 - empty subfolders of trashes
13272         * src/mainwindow.c
13273                 Remove outdated manual and faq entries
13274         * src/common/utils.c
13275                 Add quotes around %s coming from mailcap
13276
13277 2005-09-07 [colin]      1.9.14cvs1
13278
13279         * src/compose.c
13280                 After saving draft, set modified to FALSE
13281         * src/mimeview.c
13282         * src/common/utils.c
13283         * src/common/utils.h
13284                 Try to open mime parts using what is 
13285                 indicated in ~/.mailcap or /etc/mailcap,
13286                 if possible.
13287
13288 2005-09-05 [paul]       1.9.14
13289
13290         1.9.14 released
13291
13292         * po/sk.po
13293                 updated by Andrej Kacian
13294
13295 2005-09-05 [paul]       1.9.13cvs83
13296
13297         * po/de.po
13298         * po/es.po
13299         * po/fi.po
13300         * po/fr.po
13301         * po/nb.po
13302         * po/pt_BR.po
13303         * po/sr.po
13304                 updated translations by Thomas Gilgin, Ricardo Mones
13305                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
13306                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
13307
13308 2005-09-04 [paul]       1.9.13cvs82
13309
13310         * src/compose.c
13311                 only warn about exceeded line length limit
13312                 on send
13313
13314 2005-09-04 [paul]       1.9.13cvs81
13315
13316         * src/compose.c
13317                 fix crash in 'line length exceeded' dialogue
13318
13319 2005-09-02 [paul]       1.9.13cvs80
13320
13321         * src/imap.c
13322                 fix bug 795, 'Connection lost IMAP'
13323                 and add statusbar prints
13324                 Patch by Colin
13325
13326 2005-09-02 [paul]       1.9.13cvs79
13327
13328         * src/compose.c
13329                 compose_wrap_paragraph() becomes
13330                 compose_beautify_paragraph()
13331                 Patch by Colin
13332
13333 2005-09-02 [colin]      1.9.13cvs78
13334
13335         * src/folderview.c
13336                 Micro-fix
13337
13338 2005-09-01 [colin]      1.9.13cvs77
13339
13340         * src/imap.c
13341                 Maybe fix bug #795 (Connection lost IMAP)
13342                 Don't try to send logout when we're disconnected.
13343         * src/summaryview.c
13344                 Include locked and marked emails in HRM
13345                 view. Fixes bug #800 (Locked messages no longer 
13346                 show up when hide read messages is used)
13347
13348 2005-09-01 [paul]       1.9.13cvs76
13349
13350         * src/prefs_common.c
13351                 fix bad cutting
13352
13353 2005-08-31 [colin]      1.9.13cvs75
13354
13355         * src/folderview.c
13356         * src/folderview.h
13357         * src/prefs_summaries.c
13358         * src/summaryview.c
13359                 Fix "go to next new", fix preference
13360                 (Open unread/next swapped)
13361
13362 2005-08-31 [paul]       1.9.13cvs74
13363
13364         * src/compose.c
13365         * src/folderview.c
13366         * src/headerview.c
13367         * src/headerview.h
13368         * src/mainwindow.c
13369         * src/prefs_common.c
13370         * src/prefs_common.h
13371         * src/prefs_fonts.c
13372         * src/summaryview.c
13373         * src/textview.c
13374         * src/common/defs.h
13375                 remove obsolete BOLD_FONT setting
13376                 fix font update in headerview and textview
13377                 headers after prefs change
13378                 Patch By Colin
13379
13380 2005-08-31 [paul]
13381
13382         1.9.14-rc4 released
13383
13384 2005-08-30 [colin]      1.9.13cvs73
13385
13386         * src/summaryview.c
13387                 When Hide read messages is selected and we
13388                 refresh the summaryview, don't remove the 
13389                 currently displayed message. Fixes bug #797
13390                 (Summary view reloads when new mail is 
13391                 downloaded in 1.9.14 rc)
13392
13393 2005-08-30 [colin]      1.9.13cvs72
13394
13395         * src/folderview.c
13396                 Fix flickering
13397         * src/mainwindow.c
13398                 Remove useless callback
13399         * src/mimeview.c
13400         * src/gtk/filesel.c
13401         * src/gtk/filesel.h
13402                 Add a filesel_select_file_save_folder() - used by Save All
13403
13404 2005-08-29 [paul]       1.9.13cvs71
13405
13406         * AUTHORS
13407         * src/matcher_parser_parse.y
13408         * src/etpan/imap-thread.c
13409                 fix building on FreeBSD
13410                 Patch by Daniel Gustafson <daniel@hobbit.se>
13411
13412 2005-08-29 [paul]       1.9.13cvs70
13413
13414         * src/plugins/pgpinline/pgpinline.c
13415                 only initialise sig result if it's been handled
13416                 Patch by Colin
13417
13418 2005-08-29 [paul]       1.9.13cvs69
13419         
13420         Patches by Colin:
13421
13422         * src/imap.c
13423         * src/common.utils.c
13424         * src/common/utils.h
13425                 optimisation
13426         * src/stock_pixmap.h
13427                 fix wrong icon reference
13428         * src/pixmaps/trash_btn.xpm
13429                 replace with nicer image
13430
13431 2005-08-28 [colin]      1.9.13cvs68
13432
13433         * src/Makefile.am
13434         * src/stock_pixmap.c
13435         * src/stock_pixmap.h
13436         * src/toolbar.c
13437         * src/pixmaps/trash_btn.xpm
13438                 Add a specific trash xpm for the button
13439
13440 2005-08-28 [colin]      1.9.13cvs67
13441
13442         * src/imap.c
13443                 Fix leak
13444
13445 2005-08-27 [colin]      1.9.13cvs66
13446
13447         * src/imap.c
13448         * src/procmime.c
13449                 Correctly fix "Problem with replies", fixes
13450                 pgpmime encryption too. 
13451
13452 2005-08-27 [colin]      1.9.13cvs65
13453
13454         * src/folder.c
13455         * src/procmsg.c
13456         * src/procmsg.h
13457         * src/summaryview.c
13458                 Fix bug #517 (messages removed from summaryview 
13459                 when moving fails)
13460
13461 2005-08-27 [colin]      1.9.13cvs64
13462
13463         * tools/Makefile.am
13464         * tools/asus_mailled.sh
13465                 Add a script to blink ASUS laptops' mail LED where there
13466                 is unread mail.
13467
13468 2005-08-27 [colin]      1.9.13cvs63
13469
13470         * src/imap.c
13471         * src/etpan/imap-thread.c
13472         * src/etpan/imap-thread.h
13473                 Implement automatic choosing of login method
13474                 Fixes bug #791
13475         * src/gtk/.cvsignore
13476                 Add sylpheed-marshal.[ch]
13477
13478 2005-08-27 [colin]      1.9.13cvs62
13479
13480         * src/common/utils.c
13481                 Fix confusing perror
13482
13483 2005-08-27 [colin]      1.9.13cvs61
13484
13485         * src/toolbar.c
13486         * src/toolbar.h
13487                 Remove A_DELETE, replace it with 
13488                 A_TRASH and A_DELETE_REAL. Automatically
13489                 rewrite config files to replace A_DELETE
13490                 with A_TRASH (no functionality change).
13491                 Fixes half of #794
13492
13493 2005-08-26 [colin]      1.9.13cvs60
13494
13495         * src/procmime.c
13496                 Previous "Problem with replies" fix brought other
13497                 problems, fixing them
13498
13499 2005-08-26 [colin]      1.9.13cvs59
13500
13501         * src/procmime.c
13502                 Fix "Problem with replies". This happened only
13503                 on IMAP...
13504         * src/procmsg.c
13505                 Factorize code a bit
13506         * src/compose.c
13507                 Speed improvement on very long messages (wrapping)
13508                 Fix signature color on Reedit and Redirect
13509                 On Reedit, don't attach pgp-signatures parts, but
13510                 set signing to On.
13511
13512 2005-08-24 [paul]       1.9.13cvs58
13513
13514         * src/compose.c
13515                 don't claim success when clicking
13516                 Cancel on the passphrase box.
13517                 Patch by Colin
13518
13519 2005-08-24 [paul]       1.9.13cvs57
13520
13521         * src/main.c
13522                 fix misplaced sylpheed.log
13523         * src/common/defs.h
13524                 define UIDL_DIR
13525
13526 2005-08-24 [paul]       1.9.13cvs56
13527
13528         * src/imap.c
13529         * src/etpan/imap-thread.c
13530         * src/etpan/imap-thread.h
13531                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
13532                 Patch by Colin
13533         * src/gtk/sylpheed-marshal.c    ** REMOVED **
13534         * src/gtk/sylpheed-marshal.h    ** REMOVED **
13535                 remove autogenerated files
13536         * tools/kdeservicemenu/README
13537         * tools/kdeservicemenu/install.sh
13538         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13539         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13540                 use Claws icon, use 'Sylpheed-Claws' in menu,
13541                 use kdialog, and other cleanups
13542
13543 2005-08-23 [paul]       1.9.13cvs55
13544
13545         * src/compose.c
13546                 fix paste/wrap crash
13547                 Patch by Colin
13548
13549 2005-08-23 [paul]       1.9.13cvs54
13550
13551         * src/main.c
13552                 fix crash recovery
13553                 Patch by Colin
13554
13555 2005-08-23 [paul]       1.9.13cvs53
13556
13557         * src/addressbook.c
13558         * src/editaddress.c
13559                 view all data of LDAP contacts
13560                 Patch by Colin
13561
13562 2005-08-23 [paul]       1.9.13cvs52
13563
13564         * src/addressbook.c
13565                 fix issues with the Search field
13566                 Patch by Colin
13567
13568 2005-08-22 [paul]       1.9.13cvs51
13569
13570         * src/folderview.c
13571                 put name of folder in processing dialog
13572                 title
13573         * src/prefs_folder_item.c
13574                 improve english usage
13575
13576 2005-08-22 [paul]       1.9.13cvs50
13577
13578         * src/filtering.c
13579         * src/filtering.h
13580         * src/matcher.c
13581         * src/matcher_parser_lex.l
13582         * src/matcher_parser_parse.y
13583         * src/prefs_filtering.c
13584                 add Filtering/Processing rule names feature.
13585                 (the incompatible old matcherrc is saved as
13586                 matcherrc.pre_names).
13587                 Patch by Colin
13588
13589 2005-08-22 [paul]       1.9.13cvs49
13590
13591         * src/procmsg.c
13592                 fix colour labelling
13593                 Patch by Colin
13594
13595 2005-08-22 [paul]       1.9.13cvs48
13596
13597         * src/textview.c
13598                 fix open_image_cb()
13599
13600 2005-08-22 [paul]       1.9.13cvs47
13601
13602         * src/imap.c
13603                 fix bug 789, 'SC crashes with imap (CVS ver)'
13604                 Patch by Colin
13605
13606 2005-08-22 [paul]       1.9.13cvs46
13607
13608         * src/mimeview.c
13609         * src/prefs_common.c
13610         * src/common/defs.h
13611                 define reused defaults in defs.h
13612         * src/textview.c
13613                 add 'Open image' to image popup menu
13614
13615 2005-08-21 [colin]      1.9.13cvs45
13616
13617         * src/summaryview.c
13618                 Fix bug #788 (Bogus "From" address displayed)
13619
13620 2005-08-20 [colin]      1.9.13cvs44
13621
13622         * src/folder.c
13623                 Fix buf #787 (multilevel delete causes SIGSEGV)
13624
13625 2005-08-19 [colin]      1.9.13cvs43
13626
13627         * src/inc.c
13628         * src/prefs_common.c
13629         * src/prefs_common.h
13630                 Add an hidden pref to allow modifying the
13631                 update stepping in incorporation.
13632                 Patch by wwp.
13633
13634 2005-08-19 [colin]      1.9.13cvs42
13635
13636         * src/compose.c
13637         * src/procmime.c
13638                 Workaround for broken MUAs: encode 
13639                 Content-type: name: as ASCII and 
13640                 Content-Disposition: filename: as
13641                 per rfc2231
13642         * src/prefs_account.c
13643                 Fix invisible-ness of SMTP SSL prefs
13644                 in NNTP accounts
13645
13646 2005-08-19 [paul]       1.9.13cvs41
13647
13648         * src/compose.c
13649         * src/prefs_common.c
13650         * src/prefs_common.h
13651         * src/prefs_wrapping.c
13652                 paste with or without wrapping.
13653                 patch by Colin
13654
13655 2005-08-19 [paul]       1.9.13cvs40
13656
13657         * src/prefs_common.c
13658         * src/prefs_common.h
13659         * src/summaryview.c
13660                 reintroduce enable_swap_from as a
13661                 hidden pref. patch by Colin
13662         * src/quote_fmt_parse.y
13663         * src/plugins/clamav/clamav_plugin.c
13664         * src/plugins/dillo_viewer/dillo_viewer.c
13665         * src/plugins/mathml_viewer/mathml_viewer.c
13666         * src/plugins/pgpcore/sgpgme.c
13667         * src/plugins/pgpinline/pgpinline.c
13668         * src/plugins/pgpmime/pgpmime.c
13669                 tidy up. patch by Colin
13670
13671 2005-08-19 [paul]       1.9.13cvs39
13672
13673         * configure.ac
13674                 complete cvs38's sync
13675         * src/editaddress.c
13676         * src/gedit-print.c
13677         * src/mutt.c
13678         * src/etpan/etpan-log.c
13679         * src/etpan/imap-thread.c
13680         * src/gtk/gtksourceprintjob.c
13681                 fix compilation warnings
13682                 (patch by Colin)
13683
13684 2005-08-19 [paul]       1.9.13cvs38
13685
13686         sync with main:
13687
13688         * src/account.c
13689         * src/action.c
13690         * src/addrbook.c
13691         * src/addrcache.c
13692         * src/addrharvest.c
13693         * src/addrindex.c
13694         * src/codeconv.c
13695         * src/compose.c
13696         * src/crash.c
13697         * src/exporthtml.c
13698         * src/exportldif.c
13699         * src/folder.c
13700         * src/image_viewer.c
13701         * src/inc.c
13702         * src/inc.h
13703         * src/jpilot.c
13704         * src/ldif.c
13705         * src/main.c
13706         * src/matcher.c
13707         * src/mbox.c
13708         * src/messageview.c
13709         * src/mh.c
13710         * src/mimeview.c
13711         * src/msgcache.c
13712         * src/mutt.c
13713         * src/news.c
13714         * src/partial_download.c
13715         * src/pine.c
13716         * src/pop.c
13717         * src/prefs_actions.c
13718         * src/prefs_common.c
13719         * src/prefs_customheader.c
13720         * src/prefs_display_header.c
13721         * src/prefs_gtk.c
13722         * src/prefs_themes.c
13723         * src/procheader.c
13724         * src/procmime.c
13725         * src/procmsg.c
13726         * src/recv.c
13727         * src/send_message.c
13728         * src/simple-gettext.c
13729         * src/sourcewindow.c
13730         * src/textview.c
13731         * src/vcard.c
13732         * src/common/defs.h
13733         * src/common/log.c
13734         * src/common/plugin.c
13735         * src/common/prefs.c
13736         * src/common/session.c
13737         * src/common/session.h
13738         * src/common/socket.c
13739         * src/common/socket.h
13740         * src/common/ssl_certificate.c
13741         * src/common/template.c
13742         * src/common/utils.c
13743         * src/common/utils.h
13744         * src/common/xml.c
13745         * src/gtk/about.c
13746         added wrappers for C library function that
13747                 take pathname arguments.
13748                 enabled compilation with MinGW.
13749                 use GDir instead of directly using opendir().
13750                 added rename_force().
13751
13752 2005-08-19 [paul]       1.9.13cvs37
13753         
13754         patches by Colin:
13755         * src/compose.c
13756                 fix privacy settings on re-editing
13757                 a sent message
13758         * src/jpilot.c
13759                 fix encoding bug
13760         * src/folder.c
13761         * src/procmsg.c
13762         * src/procmsg.h
13763         * src/summaryview.c
13764                 flag changing optimisation
13765
13766 2005-08-18 [martin]     1.9.13cvs36
13767
13768         * commitHelper
13769             added my login
13770         * src/addrcache.c
13771         * src/addrharvest.c
13772         * src/addrindex.c
13773         * src/compose.c
13774         * src/grouplistdialog.c
13775         * src/main.c
13776         * src/mainwindow.c
13777         * src/msgcache.c
13778         * src/mutt.c
13779         * src/pine.c
13780         * src/prefs_account.c
13781         * src/prefs_themes.c
13782         * src/stock_pixmap.c
13783         * src/summaryview.c
13784         * src/gtk/about.c
13785         * src/gtk/logwindow.c
13786             removed deprecated glib and gdk stuff
13787         * src/plugins/pgpcore/select-keys.c
13788             convert attributes from locale to utf8
13789
13790 2005-08-17 [paul]       1.9.13cvs35
13791
13792         * src/account.c
13793         * src/addressbook.c
13794                 use new GTK_STOCK_ icons if available
13795         * src/summaryview.c
13796         * src/gtk/gtksctree.c
13797         * src/gtk/gtksctree.h
13798                 faster range select. patch by Colin
13799
13800 2005-08-17 [paul]       1.9.13cvs34
13801
13802         patches by colin:
13803         * src/addressbook.c
13804         * src/addressitem.h
13805                 Add an edit button for contacts, fix selections
13806                 of gtksctree items
13807         * src/editaddress.c
13808                 Change labels, let Save be always possible in the
13809                 email and user atributes tabs
13810         * src/folderview.c
13811                 fix sort issues
13812         * src/summaryview.c
13813                 select next item instead of the displayed one
13814                 after deletion
13815
13816         * src/gtk/progressdialog.c
13817                 use prefs_common.enable_rules_hint
13818
13819 2005-08-13 [hoa]        1.9.13cvs33
13820
13821         * src/etpan/imap-thread.c
13822                 fixed build on Solaris.
13823
13824 2005-08-10 [colin]      1.9.13cvs32
13825
13826         * src/procmsg.c
13827                 Fix cvs31 (missing fclose before reading
13828                 the file)
13829
13830 2005-08-10 [colin]      1.9.13cvs31
13831
13832         * src/procmsg.c
13833                 Fix procmsg_msginfo_new_from_mimeinfo() when
13834                 the MimeInfo isn't stored in memory. This fixes
13835                 replying to an attached message.
13836
13837 2005-08-10 [colin]      1.9.13cvs30
13838
13839         * src/mainwindow.c
13840                 Fix slowness in account changing
13841
13842 2005-08-10 [colin]      1.9.13cvs29
13843
13844         * src/folder.c
13845         * src/folderutils.c
13846         * src/folderview.c
13847         * src/imap_gtk.c
13848         * src/mainwindow.c
13849         * src/mh_gtk.c
13850         * src/procmsg.c
13851         * src/summaryview.c
13852                 Optimize folder_has_parent_of_type
13853                 Prevent moving special sub-folders from contextual menus
13854                 Rework message a bit ("Empty all messages" -> "Delete all
13855                 messages")
13856                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
13857                 and "Deleted Items" folders)
13858
13859 2005-08-08 [colin]      1.9.13cvs28
13860
13861         * src/summaryview.c
13862         * src/prefs_summaries.c
13863                 Make "Select first unread|new" more flexible
13864                 (just prioritize new or unread)
13865
13866 2005-08-08 [colin]      1.9.13cvs27
13867
13868         * src/summaryview.c
13869                 If "select first new" is selected and there only
13870                 are unread messages, fallback to "select first
13871                 unread".
13872
13873 2005-08-08 [colin]      1.9.13cvs26
13874
13875         * src/folder.c
13876                 Fix shameful bugs (and bug #779)
13877
13878 2005-08-08 [colin]      1.9.13cvs25
13879
13880         * src/folder.c
13881         * src/folder.h
13882                 Cache parents' type to make folder_has_parent_of_type
13883                 faster
13884         * src/folderview.c
13885                 Forbid DnD of special sub-folders
13886         * src/procmsg.c
13887         * src/procmsg.h
13888                 Add MAIL_POSTFILTERING_HOOK
13889         * src/summaryview.c
13890                 Revert over-zealous deletion of the use_addr_book 
13891                 code
13892
13893 2005-08-07 [colin]      1.9.13cvs24
13894
13895         * src/folder.c
13896                 Fix big mistake (passing MsgInfo instead 
13897                 of FolderItem)
13898
13899 2005-08-07 [colin]      1.9.13cvs23
13900
13901         * src/compose.c
13902         * src/folder.c
13903         * src/folder.h
13904         * src/foldersel.c
13905         * src/folderutils.c
13906         * src/folderview.c
13907         * src/imap.c
13908         * src/mainwindow.c
13909         * src/messageview.c
13910         * src/mh.c
13911         * src/msgcache.c
13912         * src/procmime.c
13913         * src/summaryview.c
13914                 Make subfolders of Drafts, Queue, Outbox, Trash
13915                 work like their parents. 
13916                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
13917
13918 2005-08-07 [colin]      1.9.13cvs22
13919
13920         * src/addressbook.c
13921                 Fix bug #771 (Dragged contacts not saved)
13922
13923 2005-08-07 [paul]       1.9.13cvs21
13924
13925         * src/summaryview.c
13926                 fix bug 32 'Search Doesn't display results
13927                 if "Hide Read Messages" is chosen'
13928                 be more literal in interpreting 'Hide read
13929                 messages'
13930
13931 2005-08-07 [colin]      1.9.13cvs20
13932
13933         * src/folderview.c
13934                 Add debug
13935         * src/summaryview.c
13936                 Faster 'unthread_for_execution'
13937
13938 2005-08-06 [paul]       1.9.13cvs19
13939
13940         * src/mainwindow.c
13941                 add mnemonics to Set displayed columns
13942                 fix bug where msgview_visible option was
13943                 overwritten as TRUE on startup
13944
13945 2005-08-06 [paul]       1.9.13cvs18
13946
13947         * src/mainwindow.c
13948                 refer to 'displayed columns in folder/message
13949                 list' not 'displayed items in summary/message view'
13950         * src/prefs_display_header.c
13951                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
13952                 be consistent with similar dialogues
13953         * src/prefs_folder_column.c
13954         * src/prefs_summary_column.c
13955                 'columns' not 'items', and folder and message lists,
13956                 instead of folder and summary views;
13957                 Use 'Hidden columns' as list heading not 'Available
13958                 items';
13959                 move the 'Remove' button to the right hand side;
13960                 top-align the buttons;
13961                 remove unneeded vbox
13962         * src/prefs_summaries.c
13963                 put the 2 column prefs buttons in a frame to reduce
13964                 overall width; refer to columns not items &c.
13965
13966 2005-08-05 [colin]      1.9.13cvs17
13967
13968         * src/prefs_common.c
13969         * src/prefs_common.h
13970         * src/mainwindow.c
13971         * src/compose.c
13972         * src/messageview.c
13973                 Add an hidden toolbar_detachable pref, so
13974                 that I can get rid of these painful handles
13975                 in the toolbars. Defaults to TRUE to avoid
13976                 changing the GUI on unsuspecting people...
13977
13978 2005-08-05 [colin]      1.9.13cvs16
13979
13980         * src/Makefile.am
13981         * src/prefs_folder_column.c
13982         * src/prefs_folder_column.h
13983                 Add prefs for folder columns
13984         * src/folderview.c
13985         * src/folderview.h
13986         * src/mainwindow.c
13987         * src/mainwindow.h
13988         * src/prefs_common.c
13989         * src/prefs_common.h
13990         * src/prefs_summaries.c
13991                 Use them
13992         * src/prefs_summary_column.c
13993         * src/summaryview.c
13994         * src/summaryview.h
13995                 Add a To column
13996         * src/textview.c
13997         * src/common/utils.c
13998         * src/common/utils.h
13999                 Move uri colourisation functions
14000                 to utils
14001         * src/compose.c
14002                 Colourise URIs
14003         * src/imap.c
14004                 Fix bug with LIST where we'd try
14005                 to get Folder//////[...]/// 
14006
14007 2005-08-05 [paul]       1.9.13cvs15
14008
14009         * src/prefs_summaries.c
14010                 improve the English usage
14011         * src/summaryview.c
14012                 set font on column change
14013                 thanks to Colin
14014
14015 2005-08-05 [paul]       1.9.13cvs14
14016
14017         * src/prefs_common.c
14018         * src/prefs_common.h
14019         * src/prefs_summaries.c
14020         * src/summaryview.c
14021                 replace 'open_unread_on_enter' option with
14022                 'select_on_entry' option. opening/not opening
14023                 is now exclusively controlled by 'always_show_msg'
14024
14025 2005-08-04 [colin]      1.9.13cvs13
14026
14027         * src/compose.c
14028                 Remove dead code
14029                 Add colourisation of quotes and signatures
14030         * src/folderview.c
14031                 Fix possible crashes
14032         * src/messageview.c
14033                 Change an assert that is no problem
14034         * src/news.c
14035         * src/news_gtk.c
14036         * src/news_gtk.h
14037                 Fix offline mode
14038         * src/gtk/quicksearch.c
14039                 Fix a possible crash
14040
14041 2005-08-03 [colin]      1.9.13cvs12
14042
14043         * src/prefs_account.c
14044                 Fix bug #777 (Sylpheed crash in account configuration)
14045
14046 2005-08-03 [colin]      1.9.13cvs11
14047
14048         * src/addressbook.c
14049         * src/editaddress.c
14050         * src/editgroup.c
14051                 Fixing addressbook, round 2
14052         * src/textview.c
14053                 Fix emphasis color on rechecking 'Colorize messages'
14054
14055 2005-08-03 [paul]       1.9.13cvs10
14056
14057         sync with main
14058
14059         * src/addr_compl.c
14060         * src/compose.c
14061         * src/main.c
14062         * src/pop.c
14063         * src/prefs_account.c
14064         * src/procmime.c
14065         * src/procmsg.c
14066         * src/quote_fmt_parse.y
14067         * src/textview.c
14068         * src/common/quoted-printable.c
14069         * src/common/utils.c
14070         * src/common/utils.h
14071         * src/common/xml.c
14072                 replaced incorrect locale-independent
14073                 ctype functions with GLib's. Corrected
14074                 signedness mismatch.
14075         * src/headerview.c
14076                 headerview_create(): added spacing for vbox.
14077         * src/gtk/about.c
14078                 set focus to the OK button.
14079
14080 2005-08-03 [colin]      1.9.13cvs9
14081
14082         * src/folderview.c
14083                 Fix possible crash
14084
14085 2005-08-02 [colin]      1.9.13cvs8
14086
14087         * src/mainwindow.c
14088                 Fix cast
14089         * src/addressbook.c
14090         * src/addressitem.h
14091                 Fix a cast and more generally, try to make the
14092                 GUI more intuitive and consistent (round 1)
14093
14094 2005-08-02 [paul]       1.9.13cvs7
14095
14096         * src/folder.h
14097                 missing in 1.9.13cvs6
14098
14099 2005-08-02 [colin]      1.9.13cvs6
14100
14101         * src/folder.c
14102                 Fix one more leak
14103
14104 2005-08-02 [colin]      1.9.13cvs5
14105
14106         * src/folder.c
14107         * src/folderview.c
14108         * src/imap.c
14109         * src/main.c
14110         * src/mbox.c
14111         * src/procmsg.c
14112         * src/summaryview.c
14113                 Fix a number of folder_item_get_msg_list()-related
14114                 leaks (missing procmsg_msginfo_free()s)
14115
14116 2005-08-01 [colin]      1.9.13cvs4
14117
14118         * src/folderview.c
14119         * src/folderview.h
14120         * src/mainwindow.c
14121         * src/prefs_fonts.c
14122         * src/prefs_summaries.c
14123         * src/prefs_themes.c
14124         * src/summaryview.c
14125         * src/summaryview.h
14126         * src/textview.c
14127         * src/textview.h
14128                 Fix instant-apply of summary and folderview-related prefs
14129                 Fix erroneous g_free and alertpanels in prefs_theme
14130                 Add instant-apply for fonts
14131                 Defer applying of prefs a little bit so it's done only
14132                 once even if requested by multiples prefs pages
14133
14134 2005-08-01 [paul]       1.9.13cvs3
14135
14136         * src/main.c
14137                 fix bug 776 'S.C. crashes on close'
14138                 thanks to Colin
14139         * src/etpan/etpan-thread-manager-types.h
14140                 add missing include
14141                 thanks to Hoa
14142
14143 2005-07-25 [paul]       1.9.13cvs2
14144
14145         * src/summaryview.c
14146                 fix typos. spotted by Fabien Vantard
14147
14148 2005-07-24 [paul]       1.9.13cvs1
14149
14150         * doc/man/sylpheed.1
14151                 update man page, incorporating fix of
14152                 bug 769 'Typo in manpage'
14153         * src/etpan/imap-thread.c
14154                 fix NetBSD openssl dependencies. patch by
14155                 George Michaelson <ggm@apnic.net>
14156         * po/pt_BR.po
14157                 updated by Frederico Goncalves Guimaraes
14158
14159 2005-07-22 [paul]       1.9.13
14160
14161         1.9.13 release
14162
14163 2005-07-22 [paul]       1.9.12cvs91
14164
14165         * AUTHORS
14166         * INSTALL
14167         * README.claws
14168         * RELEASE_NOTES.claws
14169                 updated for release
14170         * configure.ac
14171         * po/nb.po
14172         * tools/claws.i18n.status.pl
14173                 add Norwegian translation. submiited by
14174                 Geir Helland <pjallabais@users.sourceforge.net>
14175         * po/ca.po
14176         * po/de.po
14177         * po/es.po
14178         * po/fi.po
14179         * po/fr.po
14180         * po/it.po
14181         * po/sk.po
14182         * po/sr.po
14183         * po/zh_CN.po
14184                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
14185                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
14186                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
14187                 Yang Guilong
14188         * src/plugins/clamav/clamav_plugin_gtk.c
14189         * src/plugins/spamassassin/spamassassin_gtk.c
14190                 replace outdated description strings
14191
14192 2005-07-21 [colin]      1.9.12cvs90
14193
14194         * src/folder.c
14195                 Set folder to batch mode when scanning it. Makes deletion
14196                 of unread mails on IMAP much faster (due to the UNREAD 
14197                 flag unsetting)
14198
14199 2005-07-21 [darko]      1.9.12cvs89
14200
14201         * configure.ac
14202                 link against libresolv if necessary (patch by Paul)
14203         * src/msgcache.c
14204                 use glib's portable macros to determine endianness
14205
14206 2005-07-21 [paul]       1.9.12cvs88
14207
14208         * src/crash.c
14209         * src/gtk/about.c
14210                 update compiled-in features list
14211
14212 2005-07-20 [colin]      1.9.12cvs87
14213
14214         * src/folder.c
14215         * src/textview.c
14216                 Gcc 2.9x compilation fixes, thanks to Darko
14217         * src/plugins/clamav/clamav_plugin.c
14218                 Little optimisation: load virus database only once
14219         * src/plugins/spamassassin/spamassassin.c
14220                 Big optimisation: filtering one mail took at least 1 second,
14221                 now it takes at least 50ms. Doesn't speed up spamassassin 
14222                 itself, but should already be much more tolerable.
14223
14224 2005-07-20 [colin]      1.9.12cvs86
14225
14226         * src/summaryview.c
14227                 Fix performance issue
14228
14229 2005-07-19 [colin]      1.9.12cvs85
14230
14231         * src/plugins/pgpinline/plugin.c
14232                 Fix warning
14233
14234 2005-07-19 [colin]      1.9.12cvs84
14235
14236         * configure.ac
14237         * src/plugins/Makefile.am
14238         * src/plugins/pgpinline/.cvsignore
14239         * src/plugins/pgpinline/Makefile.am
14240         * src/plugins/pgpinline/pgpinline.c
14241         * src/plugins/pgpinline/pgpinline.deps
14242         * src/plugins/pgpinline/pgpinline.h
14243         * src/plugins/pgpinline/plugin.c
14244                 Put pgpinline in the main tree
14245
14246 2005-07-19 [paul]       1.9.12cvs83
14247
14248         * src/prefs_actions.c
14249                 prevent '//' in menu names, which cause a crash
14250                 thanks to Colin
14251
14252 2005-07-19 [paul]       1.9.12cvs82
14253
14254         * configure.ac
14255                 be generally more informative in configure output.
14256                 OpenSSL: correction: '[ --enable-openssl ...' -> 
14257                 '[ --disable-openssl ...', as --enable-openssl is default
14258                 PGP/MIME: don't check for GPGME again, check for
14259                 pgpcore instead. Therefore prevent the possibility of
14260                 attempting to build pgpmime if pgpcore dependencies are
14261                 not met
14262                 ClamAV: use pkgconfig to check for lib
14263                 libgnomeprint: revert logic on inner test to match
14264                 everything else
14265         * src/plugins/pgpcore/sgpgme.c
14266                 add missing include
14267
14268 2005-07-19 [colin]      1.9.12cvs81
14269
14270         * src/summaryview.c
14271                 Fix slow thread rebuilding in particular
14272                 cases
14273
14274 2005-07-19 [paul]       1.9.12cvs80
14275
14276         * sylpheed-claws.desktop
14277                 fix typo, spotted by Stephan Sachse
14278         * src/account.c
14279                 replace GTK_STOCK_ADD with
14280                 GTK_STOCK_NEW button
14281
14282 2005-07-18 [colin]      1.9.12cvs79
14283
14284         * src/etpan/imap-thread.c
14285                 Fix return value (Thanks Hoa)
14286
14287 2005-07-18 [colin]      1.9.12cvs78
14288
14289         * src/imap.c
14290                 Allow empty passwords
14291                 Create drafts/queue/outbox if necessary
14292         * src/summaryview.c
14293                 Remove old code
14294         * src/etpan/imap-thread.c
14295                 Fix STARTTLS (Thanks to Hoa)
14296
14297 2005-07-18 [paul]       1.9.12cvs77
14298
14299         * ChangeLog-gtk2.jp
14300         * ChangeLog.jp
14301                 removed
14302         * Makefile.am
14303                 updated to reflect additions and removals
14304         * TODO
14305                 updated to be claws-specific
14306         * TODO-gtk2
14307         * TODO-gtk2.jp
14308         * TODO.jp
14309         * sylpheed-128x128.png
14310         * sylpheed-64x64.png
14311                 removed
14312         * sylpheed-claws-128x128.png
14313         * sylpheed-claws-64x64.png
14314         * sylpheed-claws.desktop
14315         * sylpheed-claws.png
14316                 added
14317         * sylpheed.desktop
14318         * sylpheed.png
14319                 removed
14320
14321 2005-07-17 [paul]       1.9.12cvs76
14322
14323         * src/account.c
14324         * src/addressbook.c
14325         * src/alertpanel.c
14326         * src/alertpanel.h
14327         * src/compose.c
14328         * src/exphtmldlg.c
14329         * src/expldifdlg.c
14330         * src/folderview.c
14331         * src/imap_gtk.c
14332         * src/inc.c
14333         * src/message_search.c
14334         * src/messageview.c
14335         * src/mh_gtk.c
14336         * src/news_gtk.c
14337         * src/prefs_actions.c
14338         * src/prefs_filtering.c
14339         * src/prefs_matcher.c
14340         * src/prefs_template.c
14341         * src/prefs_themes.c
14342         * src/ssl_manager.c
14343         * src/summary_search.c
14344         * src/textview.c
14345         * src/toolbar.c
14346         * src/gtk/sslcertwindow.c
14347         * src/plugins/pgpcore/sgpgme.c
14348                 rework alertpanels
14349
14350 2005-07-17 [colin]      1.9.12cvs75
14351
14352         * src/privacy.c
14353                 add a PrivacySystem accessor that checks that
14354                 the system cached in a MimeInfo's privacydata
14355                 is still registered. Use this accessor instead
14356                 of directly using data->system. Fixes crashes
14357                 after unloading pgp plugins.
14358
14359 2005-07-17 [colin]      1.9.12cvs74
14360
14361         * src/alertpanel.c
14362                 Change geometry hints to a simple default size.
14363                 Fixes the certs dialogs.
14364
14365 2005-07-17 [colin]      1.9.12cvs73
14366
14367         * src/gtk/sslcertwindow.c
14368                 Use a gtkExpander
14369
14370 2005-07-17 [colin]      1.9.12cvs72
14371
14372         * src/plugins/pgpcore/Makefile.am
14373         * src/plugins/pgpmime/Makefile.am
14374                 Add gpgme libs
14375
14376 2005-07-17 [paul]       1.9.12cvs71
14377
14378         * configure.ac
14379                 add --disable-gnomeprint option
14380                 modified version of patch by Marius Mauch
14381
14382 2005-07-17 [paul]       1.9.12cvs70
14383
14384         * src/common/defs.h
14385                 update urls
14386         * src/account.c
14387         * src/action.c
14388         * src/addressbook.c
14389         * src/compose.c
14390         * src/foldersel.c
14391         * src/folderview.c
14392         * src/html.c
14393         * src/imap_gtk.c
14394         * src/main.c
14395         * src/mainwindow.c
14396         * src/messageview.c
14397         * src/mh_gtk.c
14398         * src/mimeview.c
14399         * src/news_gtk.c
14400         * src/prefs_account.c
14401         * src/prefs_send.c
14402         * src/prefs_summaries.c
14403         * src/procmsg.c
14404         * src/summaryview.c
14405         * src/common/utils.c
14406         * src/common/xml.c
14407         * src/plugins/pgpcore/passphrase.c
14408         * src/plugins/pgpcore/select-keys.c
14409                 replace inappropriately used backticks
14410                 with single quotes
14411
14412 2005-07-16 [colin]      1.9.12cvs69
14413
14414         * src/image_viewer.c
14415                 Add extra paranoid checks
14416
14417 2005-07-16 [colin]      1.9.12cvs68
14418
14419         * src/plugins/pgpcore/prefs_gpg.c
14420                 Don't auto-check sigs by default, as it
14421                 can be really slow.
14422
14423 2005-07-16 [colin]      1.9.12cvs67
14424
14425         * src/plugins/pgpcore/sgpgme.c
14426                 Make messages a bit better.
14427
14428 2005-07-16 [colin]      1.9.12cvs66
14429
14430         * src/imap.c
14431                 Remove pseudo-log
14432         * src/etpan/imap-thread.c
14433                 Add real log
14434
14435 2005-07-16 [colin]      1.9.12cvs65
14436
14437         * src/main.c
14438         * src/prefs_other.c
14439                 And now, fix build with libetpan :-/
14440
14441 2005-07-15 [colin]      1.9.12cvs64
14442
14443         * src/prefs_other.c
14444                 Continue fixing build without libetpan.
14445
14446 2005-07-15 [colin]      1.9.12cvs63
14447
14448         * src/main.c
14449                 Fix build with --disable-libetpan
14450
14451 2005-07-15 [colin]      1.9.12cvs62
14452
14453         * configure.ac
14454                 Bump libetpan's version
14455
14456 2005-07-15 [colin]      1.9.12cvs61
14457
14458         * src/etpan/imap-thread.c
14459                 Actually stop logging :)
14460
14461 2005-07-15 [colin]      1.9.12cvs60
14462
14463         * src/addressbook.c
14464                 Fix dnd of multiple addresses.
14465
14466 2005-07-15 [hoa]        1.9.12cvs59
14467
14468         * src/etpan/imap-thread.c
14469             disable login of IMAP password in libetpan log file.
14470
14471 2005-07-15 [paul]       1.9.12cvs58
14472
14473         * src/account.c
14474                 don't automatically sort
14475                 do allow drag n drop
14476
14477 2005-07-15 [paul]       1.9.12cvs57
14478
14479         * src/account.c
14480         * src/ssl_manager.c
14481                 alphabetical listing
14482
14483 2005-07-15 [paul]       1.9.12cvs56
14484
14485         * src/gtk/pluginwindow.c
14486                 sort plugin list alphabetically
14487
14488 2005-07-15 [paul]       1.9.12cvs55
14489
14490         * src/prefs_spelling.c
14491         * src/prefs_wrapping.c
14492                 unify English usage
14493
14494 2005-07-15 [colin]      1.9.12cvs54
14495
14496         * src/wizard.c
14497                 Typo fix
14498
14499 2005-07-15 [paul]       1.9.12cvs53
14500
14501         * src/prefs_message.c
14502                 make 'show cursor' a hidden option
14503
14504 2005-07-14 [colin]      1.9.12cvs52
14505
14506         * src/plugins/spamassassin/Makefile.am
14507         * src/plugins/clamav/Makefile.am
14508                 Fix double EXTRA_DISTs
14509
14510 2005-07-14 [colin]      1.9.12cvs51
14511
14512         * src/plugins/clamav/Makefile.am
14513         * src/plugins/clamav/clamav_plugin_gtk.deps
14514         * src/plugins/spamassassin/Makefile.am
14515         * src/plugins/spamassassin/spamassassin_gtk.deps
14516                 Make $plugin_gtk depend on $plugin
14517
14518 2005-07-14 [hoa]        1.9.12cvs50
14519
14520         * src/etpan/imap-thread.c
14521                 enable debug log of libetpan when running with --debug
14522
14523 2005-07-14 [colin]      1.9.12cvs49
14524
14525         * configure.ac
14526         * src/common/Makefile.am
14527         * src/common/plugin.c
14528         * src/common/plugin.h
14529                 Add a little plugin dependancy system.
14530                 Plugins can ship a $plugin_name.deps file
14531                 (near them in PLUGINDIR) so that their
14532                 dependancies are loaded if possible.
14533         * src/plugins/Makefile.am
14534         * src/plugins/pgpcore/Makefile.am
14535         * src/plugins/pgpcore/passphrase.c
14536         * src/plugins/pgpcore/passphrase.h
14537         * src/plugins/pgpcore/plugin.c
14538         * src/plugins/pgpcore/prefs_gpg.c
14539         * src/plugins/pgpcore/prefs_gpg.h
14540         * src/plugins/pgpcore/select-keys.c
14541         * src/plugins/pgpcore/select-keys.h
14542         * src/plugins/pgpcore/sgpgme.c
14543         * src/plugins/pgpcore/sgpgme.h
14544                 Introduce pgpcore, used by pgpmime and
14545                 pgpinline
14546         * src/plugins/pgpmime/Makefile.am
14547         * src/plugins/pgpmime/passphrase.c
14548         * src/plugins/pgpmime/passphrase.h
14549         * src/plugins/pgpmime/pgpmime.c
14550         * src/plugins/pgpmime/pgpmime.deps
14551         * src/plugins/pgpmime/plugin.c
14552         * src/plugins/pgpmime/prefs_gpg.c
14553         * src/plugins/pgpmime/prefs_gpg.h
14554         * src/plugins/pgpmime/select-keys.c
14555         * src/plugins/pgpmime/select-keys.h
14556         * src/plugins/pgpmime/sgpgme.c
14557         * src/plugins/pgpmime/sgpgme.h
14558                 Remove the core from pgpmime and add the
14559                 dependancy to pgpcore.
14560
14561 2005-07-14 [paul]       1.9.12cvs48
14562
14563         * src/stock_pixmap.c
14564                 forgot this in last commit
14565
14566 2005-07-14 [paul]       1.9.12cvs47
14567
14568         * src/account.c
14569         * src/addressbook.c
14570                 add accelerators for the buttons (sync with main)
14571         * src/compose.c
14572         * src/compose.h
14573                 add accelerators for the buttons.
14574                 fix editing with external editor.
14575                 replace gdk_input_*() with GIOChannel;
14576                 (sync with main)
14577         * src/foldersel.c
14578                 display folder names with new/unread
14579                 representation (sync with main)
14580         * src/main.c
14581                 specify default window icon (sync with main)
14582         * src/prefs_common.c
14583                 use_addr_book default to FALSE
14584         * src/summaryview.c
14585         * src/textview.c
14586                 add accelerators for the buttons (sync with main)
14587         * src/gtk/menu.c
14588                 fix typos
14589         * src/pixmaps/sylpheed_icon.xpm
14590                 updated
14591
14592 2005-07-13 [paul]       1.9.12cvs46
14593
14594         * src/plugins/pgpmime/pgpmime.c
14595         * src/plugins/pgpmime/sgpgme.c
14596                 (temporarily) use deprecated gpgme_data_rewind()
14597                 while largefile support is not present
14598                 (as suggested by Colin)
14599
14600 2005-07-13 [paul]       1.9.12cvs45
14601
14602         * configure.ac
14603                 remove large file support (for now):
14604                 it breaks too many things
14605
14606 2005-07-13 [paul]       1.9.12cvs44
14607
14608         * configure.ac
14609                 add large file support
14610         * src/html.c
14611                 fix bug #763 where href attribute was not
14612                 the very first attribute of a link
14613                 patch by Thomas Gilgin
14614
14615 2005-07-13 [colin]      1.9.12cvs43
14616
14617         * src/gtk/pluginwindow.c
14618                 Little portability fix
14619
14620 2005-07-13 [colin]      1.9.12cvs42
14621
14622         * src/plugins/pgpmime/sgpgme.c
14623                 Fix crasher.
14624
14625 2005-07-13 [colin]      1.9.12cvs41
14626
14627         * src/plugins/pgpmime/pgpmime.c
14628         * src/plugins/pgpmime/sgpgme.c
14629                 Use gpgme_data_release_and_get_mem instead
14630                 of gpgme_data_read.
14631
14632 2005-07-13 [colin]      1.9.12cvs40
14633
14634         * configure.ac
14635         * src/plugins/pgpmime/passphrase.c
14636         * src/plugins/pgpmime/passphrase.h
14637         * src/plugins/pgpmime/pgpmime.c
14638         * src/plugins/pgpmime/plugin.c
14639         * src/plugins/pgpmime/select-keys.c
14640         * src/plugins/pgpmime/select-keys.h
14641         * src/plugins/pgpmime/sgpgme.c
14642         * src/plugins/pgpmime/sgpgme.h
14643                 Port pgpmime to gpgme-1.0.
14644
14645 2005-07-12 [paul]       1.9.12cvs39
14646
14647         * AUTHORS
14648         * src/toolbar.c
14649         * src/toolbar.h
14650                 add a 'Go to Prev' button to the toolbar.
14651                 correct tooltip text of go to buttons.
14652                 based on patch by Yang Guilong <bamanzi@gmail.com>
14653
14654 2005-07-12 [colin]      1.9.12cvs38
14655
14656         * src/statusbar.c
14657                 Fix progress bar showing stuff at startup.
14658
14659 2005-07-12 [paul]       1.9.12cvs37
14660
14661         * src/editjpilot.c
14662                 fix building with jpilot support
14663
14664 2005-07-11 [colin]      1.9.12cvs36
14665
14666         * src/inc.c
14667                 Add visual indication that filtering is running
14668         * src/textview.c
14669                 Make {}[] uri delimiters
14670         * src/summaryview.c
14671                 Remove useless (and slow) calls
14672
14673 2005-07-11 [paul]       1.9.12cvs35
14674
14675         * src/plugins/clamav/clamav_plugin_gtk.c
14676         * src/plugins/dillo_viewer/dillo_prefs.c
14677         * src/plugins/pgpmime/prefs_gpg.c
14678         * src/plugins/spamassassin/spamassassin_gtk.c
14679                 gather plugins prefs together under their
14680                 own 'Plugins' heading
14681
14682 2005-07-11 [paul]       1.9.12cvs34
14683
14684         sync with main
14685
14686         * src/account.c
14687                 account_delete(): modified alert dialog
14688         * src/editjpilot.c
14689         * src/editvcard.c
14690                 fixed a crash when cancelling file selection
14691                 dialog by Escape key. Made non-ascii filename
14692                 selectable.
14693         * src/prefs_template.c
14694                 prefs_template_window_create(): make scrolled
14695                 window policy AUTOMATIC
14696
14697 2005-07-10 [hoa]        1.9.12cvs33
14698
14699         * src/etpan/imap-thread.c
14700                 workaround for old Courier IMAP servers.
14701
14702 2005-07-10 [colin]      1.9.12cvs32
14703
14704         * src/folder.c
14705         * src/statusbar.c
14706         * src/statusbar.h
14707                 Add visual progress indicator on filtering/processing
14708                 Factorize the progress bar code
14709         * src/imap.c
14710         * src/imap.h
14711         * src/etpan/imap-thread.c
14712                 Add a reference counter to avoid destroying the Folder
14713                 while it's in use by another callback.
14714
14715 2005-07-09 [hoa]        1.9.12cvs31
14716
14717         * src/imap.c
14718         * src/etpan/imap-thread.c
14719                 fixed deadlock when removing IMAP account.
14720
14721 2005-07-08 [colin]      1.9.12cvs30
14722
14723         * src/textview.c
14724         * src/unmime.c
14725                 Fix again problems decoding broken headers
14726         * src/gtk/inputdialog.c
14727                 Fix local variable shadowing a global one
14728
14729 2005-07-08 [colin]      1.9.12cvs29
14730
14731         * src/msgcache.c
14732                 Make the cache/mark files platform-agnostic by writing
14733                 them in little-endian format. Reading them is also done
14734                 in little-endian format, of course; however, in order
14735                 to avoid trashing mark data on big-endian machines, the
14736                 files are, at first, read from the native format if the
14737                 little-endian one doesn't exist. This is easy to deter-
14738                 mine by trying to open a file with a swapped data_ver
14739                 and seeing if it's the wanted version.
14740                 Little-endian using users should see absolutely no
14741                 difference, Big-endian users may get a very little
14742                 performance drop due to byte-swapping.
14743                 Tested on i386 and ppc32. 
14744                 Fixes bug #159 (The index file, in the mailboxes, is 
14745                 hardware depending).
14746
14747                 To have the cache/mark files updated to the new little-
14748                 endian format, "Check for new messages" or even
14749                 "Rebuild folder tree" aren't enough. Files will be
14750                 updated as soon as a folder has been opened/closed.
14751                 To update everything, just select all folders by
14752                 selecting them one by one.
14753
14754 2005-07-07 [colin]      1.9.12cvs28
14755
14756         * src/imap.c
14757                 Remember the folder separator per IMAPFolder
14758                 instead of globally.
14759                 Revive the Session on noop; fixes bug #761
14760                 (mark a bunch of unread messages as read takes 
14761                 forever)
14762
14763 2005-07-07 [darko]      1.9.12cvs27
14764
14765         * src/common/template.c
14766                 Sort templates alphabetically
14767
14768 2005-07-06 [colin]      1.9.12cvs26
14769
14770         * src/imap.c
14771                 Try to use the correct separator in
14772                 most cases. Possibly fixes bug #759
14773                 (only creates the INBOX folder when 
14774                 setting up new IMAP account) and 
14775                 bug #760 (Can't retrieve messages)
14776
14777 2005-07-06 [colin]      1.9.12cvs25
14778
14779         * src/imap.c
14780                 Use real_path in status command. This will
14781                 help later, when namespaces will be used.
14782
14783 2005-07-06 [colin]      1.9.12cvs24
14784
14785         * configure.ac
14786         * src/account.c
14787         * src/folder.c
14788         * src/imap.c
14789         * src/etpan/etpan-log.c
14790         * src/etpan/etpan-thread-manager.c
14791         * src/etpan/imap-thread.c
14792                 Add a --disable-libetpan parameter. With this,
14793                 users that don't want IMAP4 support can avoid
14794                 the new dependancy (and have no IMAP support).
14795                 Users that have IMAP4 accounts and use this
14796                 parameter won't lose their configuration, their
14797                 IMAP accounts will just be invisible and not
14798                 used.
14799         * src/textview.c
14800                 Make the "Copy ..." contextual menu items 
14801                 copy to both the X clipboard and the gtk 
14802                 clipboard - as most other apps do.
14803         * src/gtk/about.c
14804                 Add a notice about OpenSSL usage, in order to
14805                 comply with OpenSSL's license (point 6):
14806                 http://www.openssl.org/source/license.html
14807
14808 2005-07-06 [colin]      1.9.12cvs23
14809
14810         * src/alertpanel.c
14811                 Fix a minimum size for alertpanels
14812         * src/compose.c
14813                 Show 'No space left on device' type errors
14814                 when queuing/sending
14815         * src/imap_gtk.c
14816         * src/mh_gtk.c
14817                 Rework folder's deletion message (remove 
14818                 extra \n)
14819
14820 2005-07-05 [colin]      1.9.12cvs22
14821
14822         * src/imap.c
14823                 Add an alertpanel on auth error
14824                 Add pseudo-log
14825                 Remove pthread-related stuff
14826
14827 2005-07-05 [colin]      1.9.12cvs21
14828
14829         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14830                 Fix crash on plugin reloading (with a hack)
14831
14832 2005-07-05 [colin]      1.9.12cvs20
14833
14834         * src/prefs_account.c
14835         * src/prefs_account.h
14836                 Fix typo
14837         * src/gtk/filesel.c
14838         * src/gtk/filesel.h
14839                 Add a way to filter the view
14840         * src/gtk/pluginwindow.c
14841                 Filter loadable stuff
14842         * src/plugins/pgpmime/prefs_gpg.c
14843                 Fix missing unregistration
14844         * .cvsignore
14845         * src/etpan/.cvsignore
14846         * src/plugins/spamassassin/.cvsignore
14847                 Add more stuff to cvs ignored files
14848
14849 2005-07-04 [colin]      1.9.12cvs19
14850
14851         * src/imap.c
14852                 Fix scan_required returning FALSE when it
14853                 shouldn't. Maybe fix #760 (Can't retrieve
14854                 messages)
14855
14856 2005-07-04 [colin]      1.9.12cvs18
14857
14858         * src/summaryview.c
14859                 Fix always_show_msg pref
14860
14861 2005-07-04 [paul]       1.9.12cvs17
14862
14863         sync with main (forgotten in last commit)
14864         
14865         * src/common/utils.c
14866         * src/common/utils.h
14867                 check_line_length(): new.
14868                 is_dir_exist()
14869                 is_file_entry_exist()
14870                 dirent_is_regular_file()
14871                 dirent_is_directory(): use g_file_test() instead of stat().
14872
14873 2005-07-04 [paul]       1.9.12cvs16
14874
14875         sync with main:
14876
14877         * src/compose.c
14878                 compose_write_to_file(): check for line
14879                 length limit and display warning if exceeds
14880         * src/jpilot.c
14881                 use get_home_dir() instead of g_get_home_dir()
14882         * src/procheader.c
14883                 removed warning about invalid date
14884         * src/vcard.c
14885                 use get_home_dir() instead of g_get_home_dir()
14886
14887 2005-07-04 [paul]       1.9.12cvs15
14888
14889         * src/stock_pixmap.c
14890                 fix new pixmap naming errors
14891                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
14892
14893 2005-07-04 [colin]      1.9.12cvs14
14894
14895         * src/imap.c
14896                 Fix debugging string with a warning
14897
14898 2005-07-04 [colin]      1.9.12cvs13
14899
14900         * configure.ac
14901                 Add a check for libetpan's version (>= 0.37)
14902
14903 2005-07-04 [hoa]        1.9.12cvs12
14904
14905         * commitHelper
14906         * src/imap.c
14907         * src/etpan/imap-thread.c
14908         * src/etpan/imap-thread.h
14909                 fixed IMAP implementation of check of mails.
14910
14911 2005-07-03 [hoa]        1.9.12cvs11
14912
14913         * src/etpan/Makefile.am
14914         * src/etpan/etpan-errors.h
14915         * src/etpan/etpan-log.[ch]
14916         * src/etpan/etpan-thread-manager-types.h
14917         * src/etpan/etpan-thread-manager.[ch]
14918         * src/etpan/imap-thread.[ch]
14919         * src/Makefile.am
14920         * src/imap.c
14921         * src/main.c
14922         * src/prefs_other.c
14923         * configure.ac
14924             merged imap branch.
14925             dependency on libetpan 0.37 is now added.
14926
14927 2005-07-01 [colin]      1.9.12cvs10
14928
14929         * src/Makefile.am
14930         * src/folder.c
14931         * src/folder.h
14932         * src/folderview.c
14933         * src/stock_pixmap.c
14934         * src/stock_pixmap.h
14935         * src/plugins/trayicon/trayicon.c
14936                 Add marked symbol on folders containing
14937                 marked messages
14938         * src/procmsg.c
14939         * src/procmsg.h
14940         * src/toolbar.c
14941         * src/prefs_common.c
14942         * src/prefs_common.h
14943         * src/prefs_send.c
14944                 Add an optional confirmation dialog on queue
14945                 sending. Patch by wwp.
14946         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
14947         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
14948         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
14949         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
14950         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
14951         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
14952         * src/pixmaps/inbox_mark.xpm            ** ADDED **
14953         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
14954         * src/pixmaps/outbox_mark.xpm           ** ADDED **
14955         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
14956         * src/pixmaps/trash_mark.xpm            ** ADDED **
14957                 New pixmaps
14958
14959 2005-07-01 [colin]      1.9.12cvs9
14960
14961         * src/summaryview.c
14962                 Fix a little threading bug
14963         * src/addrgather.c
14964         * src/mainwindow.c
14965                 A little bit of HIG normality never hurts
14966
14967 2005-07-01 [colin]      1.9.12cvs8
14968
14969         * src/compose.c
14970         * src/msgcache.c
14971         * src/pop.c
14972         * src/procmime.c
14973         * src/recv.c
14974         * src/common/log.c
14975         * src/common/template.c
14976         * src/common/utils.c
14977         * src/common/utils.h
14978                 Reverted the fwrite_atomic stuff. In fact
14979                 it is already atomic.
14980
14981 2005-06-30 [colin]      1.9.12cvs7
14982
14983         * src/common/utils.c
14984         * src/common/utils.h
14985                 Add an fwrite_atomic() function to make
14986                 sure we write everything: fwrite can make
14987                 short writes.
14988         * src/compose.c
14989         * src/msgcache.c
14990         * src/pop.c
14991         * src/procmime.c
14992         * src/recv.c
14993         * src/common/log.c
14994         * src/common/template.c
14995                 Use that (and fix swapping of size and nmemb).
14996                 Thanks to Rich Coe for the heads up.
14997
14998 2005-06-30 [colin]      1.9.12cvs6
14999
15000         * src/addressbook.c
15001                 Optimize addressbook opening 
15002
15003 2005-06-30 [colin]      1.9.12cvs5
15004
15005         * src/summaryview.c
15006                 Remove calls to summary_step after move/copy
15007
15008 2005-06-28 [paul]       1.9.12cvs4
15009
15010         * src/alertpanel.c
15011                 wrap and make the error msg selectable
15012
15013 2005-06-28 [paul]       1.9.12cvs3
15014
15015         * src/ssl_manager.c
15016                 replace the OK button with a Close button
15017         * src/gtk/foldersort.c
15018                 use GTK_STOCK_ icons/buttons
15019
15020 2005-06-28 [colin]      1.9.12cvs2
15021
15022         * src/gedit-print.c             ** ADDED **
15023         * src/gedit-print.h             ** ADDED **
15024         * src/gtk/gtksourceprintjob.c   ** ADDED **
15025         * src/gtk/gtksourceprintjob.h   ** ADDED **
15026                 I can't believe no one had enough time to tell
15027                 me I forgot the `cvs add`
15028
15029 2005-06-27 [colin]      1.9.12cvs1
15030
15031         * src/Makefile.am
15032         * src/gtk/Makefile.am
15033         * src/messageview.c
15034         * src/procmsg.c
15035         * src/summaryview.c
15036         * configure.ac
15037                 Add optional libgnomeprint-based printing
15038         * src/mainwindow.c
15039         * src/gtk/quicksearch.c
15040                 Add an Edit/Quick search menu item to show
15041                 and focus the quicksearch
15042
15043 2005-06-27 [paul]       1.9.12
15044
15045         1.9.12 release
15046
15047         * po/ca.po
15048         * po/de.po
15049         * po/es.po
15050         * po/fr.po
15051         * po/it.po
15052         * po/ko.po
15053         * po/pt_BR.po
15054         * po/sk.po
15055         * po/zh_CN.po
15056                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
15057                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
15058                 SungHyun Nam, Frederico Goncalves Guimaraes,
15059                 Andrej Kacian, and Yang Guilong
15060 2005-06-26 [colin]      1.9.11cvs106
15061
15062         * src/imap_gtk.c
15063                 Forgot one file for previous fix
15064
15065 2005-06-26 [colin]      1.9.11cvs105
15066
15067         * src/folder.c
15068         * src/imap.c
15069                 Fix problems with folder operations in no_select
15070                 imap folders. it applies only to mails, and 
15071                 creation/deletion/move/renaming of folders 
15072                 should be possible
15073
15074 2005-06-26 [paul]       1.9.11cvs104
15075
15076         * src/prefs_filtering.c
15077                 replace one more GTK_STOCK_REMOVE
15078                 with GTK_STOCK_DELETE
15079
15080 2005-06-25 [colin]      1.9.11cvs103
15081
15082         * src/imap.c
15083                 Optimize get_seq_set_from_seq_list
15084                 (Patch by Ricardo) 
15085
15086 2005-06-25 [colin]      1.9.11cvs102
15087
15088         * src/mh.c
15089                 If the directory exists, but not in the
15090                 correct encoding, rename it. This should
15091                 handle old-versions-induced bugs.
15092
15093 2005-06-25 [colin]      1.9.11cvs101
15094
15095         * src/mh.c
15096                 Fix path access with extended dir names
15097                 Fixes bug #589 (SC segfaults with wrong locale
15098                 settings)
15099
15100 2005-06-25 [colin]      1.9.11cvs100
15101
15102         * src/prefs_account.c
15103         * src/prefs_account.h
15104         * src/compose.c
15105                 Add an option to encrypt replies to
15106                 encrypted messages
15107
15108 2005-06-25 [colin]      1.9.11cvs99
15109
15110         * src/compose.c
15111         * src/quote_fmt_parse.y
15112                 ... And make it work with pgpinline.
15113
15114 2005-06-25 [colin]      1.9.11cvs98
15115
15116         * src/compose.c
15117         * src/procmime.c
15118         * src/procmime.h
15119         * src/quote_fmt_parse.y
15120                 o Make reedition of encrypted messages possible
15121                   (as long as it is encrypted to self too, no
15122                    magic there)
15123                 o Make replying with quote (and without selecting
15124                   text) possible for encrypted messages.
15125                 Closes bug #550 (Not possible to "reply with quote"
15126                 to gnupg encrypted messages)
15127
15128 2005-06-24 [paul]       1.9.11cvs97
15129
15130         * src/imap.c
15131                 add missing include
15132
15133 2005-06-24 [paul]       1.9.11cvs96
15134
15135         * src/editldap.c
15136                 made bind password entry invisible
15137                 (sync with main)
15138         * src/send_message.c
15139                 send_message_local(): check exit status
15140                 to detect errors (sync with main)
15141         * src/textview.c
15142                 use main's less ambiguous popup menu
15143                 wording
15144
15145 2005-06-24 [paul]       1.9.11cvs95
15146
15147         * src/prefs_actions.c
15148         * src/prefs_customheader.c
15149         * src/prefs_display_header.c
15150         * src/prefs_filtering_action.c
15151         * src/prefs_matcher.c
15152         * src/prefs_template.c
15153         * src/prefs_toolbar.c
15154                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
15155         * src/gtk/description_window.c
15156                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
15157
15158 2005-06-23 [colin]      1.9.11cvs94
15159
15160         * src/summaryview.c
15161                 Fix rough edges (be sure to call status_show whenever
15162                 necessary).
15163
15164 2005-06-23 [colin]      1.9.11cvs93
15165
15166         * src/summaryview.c
15167                 Optimize Select All
15168                 Before, in a 5K mails folder: 11s
15169                 After, in the same folder: 58000µs
15170                 The joys of locking... gtk_clist_select_all() fires a 
15171                 tree-select-row event for each selected row, which in 
15172                 summaryview, callbacks summary_selected which in turn,
15173                 calls summary_status_show, which walks the selected
15174                 rows. Hence, calling gtk_clist_select_all was 
15175                 exponential. Locking the summaryview makes 
15176                 summary_selected return early.
15177
15178 2005-06-23 [colin]      1.9.11cvs92
15179
15180         * src/imap.c
15181                 Move mutex at the important place to avoid
15182                 deadlocks
15183         * src/summaryview.c
15184                 Fix Del key deleting directly instead of
15185                 moving to trash
15186
15187 2005-06-22 [colin]      1.9.11cvs91
15188
15189         * src/plugins/spamassassin/libspamc.c
15190                 As we do spagetti code with assignations in multiple
15191                 places (see _message_read_raw where out = msg = raw),
15192                 let's be sure we don't free the same pointer twice.
15193                 Should fix bug #683 (Crash in libpam at 
15194                 message_cleanup).
15195
15196 2005-06-22 [colin]      1.9.11cvs90
15197
15198         * src/compose.c
15199         * src/messageview.c
15200         * src/toolbar.c
15201                 Make toolbar's delete use the move to trash stuff;
15202                 Add gtk_widget_realize to be sure pixmaps can get
15203                 created (that may fix an old worksforme bug which
15204                 I can't find back...)
15205
15206 2005-06-22 [colin]      1.9.11cvs89
15207
15208         * src/summaryview.c
15209         * src/summaryview.h
15210         * src/mainwindow.c
15211                 Rename "Message/Delete" to "Message/Move to trash"
15212                 Add "Message/Delete..." that directly destroys the
15213                 selected messages after asking for a confirmation.
15214
15215 2005-06-22 [colin]      1.9.11cvs88
15216
15217         * src/imap.c
15218                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
15219                 o Fix a deadlock (thanks Darko)
15220
15221 2005-06-22 [colin]      1.9.11cvs87
15222
15223         * src/gtk/foldersort.c
15224                 Add missing include for the i18n;
15225                 patch by Fabien Vantard
15226
15227 2005-06-21 [colin]      1.9.11cvs86
15228
15229         * src/folder.c
15230         * src/folderview.c
15231                 Respect the no_select flag
15232         * src/imap.c
15233                 Fix recursive deletion
15234         * src/imap_gtk.c
15235         * src/mh_gtk.c
15236                 Make the folder deletion's warning
15237                 more explicit
15238
15239 2005-06-21 [colin]      1.9.11cvs85
15240
15241         * src/textview.c
15242                 Prevent email addresses from spanning accross
15243                 lines - fixes bug # 646 (newline-chars in 
15244                 email addresses)
15245
15246 2005-06-20 [colin]      1.9.11cvs84
15247
15248         * src/folder.c
15249                 Be sure not to remove source if copy failed
15250
15251 2005-06-20 [colin]      1.9.11cvs83
15252
15253         * src/folderview.c
15254         * src/imap_gtk.c
15255                 remove summaryview's lock
15256         * src/imap.c
15257                 introduce threads to avoid problems when foreground tasks
15258                 interfere with background tasks
15259         * src/mh.c
15260                 prevent moving to drafts/queue
15261         * src/mimeview.c
15262                 fix leak
15263
15264 2005-06-19 [colin]      1.9.11cvs82
15265
15266         * src/imap_gtk.c
15267                 Remember that the user doesn't want to override
15268                 offline mode, for 3 seconds. It avoid presenting
15269                 him with N popups in a really short time.
15270
15271 2005-06-17 [colin]      1.9.11cvs81
15272
15273         * src/imap.c
15274                 Fix IMAP breaking on folders containing '('
15275                 (Probably won't be enough)
15276
15277 2005-06-17 [colin]      1.9.11cvs80
15278
15279         Forgotten files on 1.9.11cvs79
15280         * src/summaryview.c
15281                 Fix stepping when not immediately executing
15282         * src/imap.c
15283                 Really prevent UID FETCH 0
15284         * src/codeconv.c
15285                 Fix outgoing charset never set to utf-8
15286         * src/mh.c
15287                 Fix leak
15288
15289 2005-06-16 [colin]      1.9.11cvs79
15290
15291         * src/compose.c
15292                 Fix bug #707 (Dash splits rows)
15293                 Only wrap if we're on a line break position and
15294                 the previous one was a "white" (space) char.
15295                 Pango stuff is weird.
15296
15297 2005-06-16 [colin]      1.9.11cvs78
15298
15299         * src/imap_gtk.c
15300                 Lock summaryview while downloading messages
15301                 on user demand
15302         * src/procheader.c
15303         * src/unmime.c
15304         * src/common/utils.c
15305         * src/common/utils.h
15306                 Replace \r and \n with spaces in From and
15307                 Subject headers
15308
15309 2005-06-16 [paul]       1.9.11cvs77
15310
15311         * src/procmime.c
15312                 liberalise the mime parser
15313         * src/gtk/about.c
15314                 add text wrapping
15315
15316 2005-06-16 [paul]       1.9.11cvs76
15317
15318         * src/gtk/about.c
15319                 reworked
15320
15321 2005-06-15 [colin]      1.9.11cvs75
15322
15323         * src/compose.c
15324                 Finish header encoding fix
15325         * src/summaryview.c
15326                 Fix segfault
15327         * src/headerview.c
15328                 Fix compilation (Thanks Stephan
15329                 Sachse)
15330
15331 2005-06-15 [colin]      1.9.11cvs74
15332
15333         * Makefile.am
15334                 Install gnome2 stuff rather than gnome1, 
15335                 if both are present
15336         * src/codeconv.c
15337         * src/codeconv.h
15338         * src/compose.c
15339                 Fix headers encoding
15340         * src/folder.c
15341                 Visual progress when fetching all messages
15342         * src/folderview.c
15343         * src/summaryview.c
15344         * src/summaryview.h
15345                 Prevent changing current message while
15346                 incorporating
15347
15348 2005-06-15 [paul]       1.9.11cvs73
15349
15350         * src/gtk/gtkaspell.c
15351         * src/gtk/gtkaspell.h
15352                 fix build warnings
15353
15354 2005-06-15 [paul]       1.9.11cvs72
15355
15356         * src/prefs_filtering.c
15357                 allow reordering of filter rules by
15358                 drag n drop
15359
15360 2005-06-15 [paul]       1.9.11cvs71
15361
15362         * COPYING
15363                 updated
15364         * src/codeconv.c
15365                 replace deprecated function
15366         * src/inc.c
15367         * src/send_message.c
15368         * src/gtk/progressdialog.c
15369         * src/gtk/progressdialog.h
15370                 salvage and reuse parts of reverted sync
15371
15372 2005-06-15 [paul]       1.9.11cvs70
15373
15374         * src/inc.c
15375         * src/send_message.c
15376         * src/gtk/progressdialog.c
15377         * src/gtk/progressdialog.h
15378                 revert yesterday's sync with main
15379                 it contains deprecated functions
15380
15381 2005-06-15 [colin]      1.9.11cvs69
15382
15383         * src/headerview.c
15384                 Fix bug #670 (multi user to: will corrupt message 
15385                 headers display)
15386
15387 2005-06-15 [colin]      1.9.11cvs68
15388
15389         * src/compose.c
15390                 Fix bug #421 (Fix undo on wrapping)
15391
15392 2005-06-15 [colin]      1.9.11cvs67
15393
15394         * src/folder.c
15395                 Provide visual feedback while processing
15396                 folder's rules.
15397         * src/imap.c
15398                 Provide visual feedback while getting
15399                 short headers (for uncached messages)
15400
15401
15402 2005-06-14 [paul]       1.9.11cvs66
15403
15404         * src/account.c
15405                 change a couple stock icons
15406         * src/inc.c
15407         * src/send_message.c
15408         * src/gtk/progressdialog.c
15409         * src/gtk/progressdialog.h
15410                 sync main's GtkTreeView implementation
15411
15412 2005-06-14 [colin]      1.9.11cvs65
15413
15414         * src/imap.c
15415                 Various little fixes, mainly on error paths
15416
15417 2005-06-13 [colin]      1.9.11cvs64
15418
15419         * matcher.c
15420         * procmsg.c
15421         * procmsg.h
15422                 Add a way to fetch only headers. This speeds
15423                 up filtering on headers for IMAP. Fixes:
15424                 bug #481 extraneous imap commands slow down 
15425                         imap filtering
15426                 bug #522 Sylpheed downloads all messages 
15427                         when opening mailbox (IMAP)
15428                 bug #677 IMAP fetch is soooooooooooooo slow
15429         * src/folder.c
15430         * src/folder.h
15431                 Add a folder set_batch method so that
15432                 implementations can speed up flags changes
15433         * src/folderutils.c
15434         * src/summaryview.c
15435                 Use that in mark as (un)read and mark all read
15436                 Refix bug #679
15437         * src/imap.c
15438                 Implement set_batch - brings back deferred
15439                 flags in a less buggy manner. Fixes:
15440                 bug #729 IMAP immediate expunge of deleted messages
15441                 bug #191 remove list of messages with one command
15442                 Fix login with strange chars
15443                 Implement fetch_msg_full
15444                 Fix copy (wrong counts)
15445
15446 2005-06-12 [colin]      1.9.11cvs63
15447
15448         * src/folder.c
15449                 lock incorporation during long operations.
15450                 Avoids fucking up the IMAP socket.
15451
15452 2005-06-12 [colin]      1.9.11cvs62
15453
15454         * src/imap.c
15455                 Fix harmful typo
15456                 Factorize remove_all_msg
15457                 Thread-ize expunge
15458         * src/summaryview.c
15459                 Don't update partial-download status if unnecessary
15460         * src/folder.c
15461                 Use remove_msgs everywhere possible
15462
15463 2005-06-12 [colin]      1.9.11cvs61
15464
15465         * src/folder.c
15466         * src/folder.h
15467                 Add a remove_msgs function to remove a 
15468                 list of messages
15469         * src/imap.c
15470                 Implement that.
15471
15472 2005-06-12 [colin]      1.9.11cvs60
15473
15474         * src/imap.c
15475                 Remove flags-processing deferring... Too hard
15476                 to get it to work in all cases.
15477
15478 2005-06-11 [colin]      1.9.11cvs59
15479
15480         * src/imap.c
15481                 printf -> debug_print
15482
15483 2005-06-11 [colin]      1.9.11cvs58
15484
15485         * src/imap.c
15486                 o Fix build without USE_PTHREAD
15487                 o Factorize imap_open
15488                 o Alertpanel in case of impossible connection
15489                 o Alertpanel in case of impossible login
15490                 o Fix deferred flags processing to force a 
15491                   flush before adding some more flags to process,
15492                   but in another folder.
15493
15494 2005-06-10 [colin]      1.9.11cvs57
15495
15496         * src/imap.c
15497                 o Fix a format string error
15498                 o init ssl socket outside of the thread 
15499                   (it possibly invokes gtk calls)
15500         * src/procmime.c
15501                 o Put back the buffer to its necessary size
15502                 o Fix changing a file pointer without keeping
15503                   track of it (thanks Valgrind)
15504         * src/common/smtp.c
15505                 o Fix automatic STARTTLS if login should be done
15506                   and the server only allows it after starting TLS
15507         * src/gtk/gtkinputdialog.c
15508                 o Eat GDK_Return so that the combo popup doesn't 
15509                   appear when we press Enter to validate the combo
15510                   input dialog (as seen in the Open with... dialog)
15511
15512 2005-06-10 [colin]      1.9.11cvs56
15513
15514         * src/imap.c
15515                 o A bit less debug
15516                 o Fix a crash on deletion
15517                 o Threadize imap_select (it's called outside of 
15518                   threads)
15519                 o Defer treatment of DELETED flags
15520
15521
15522 2005-06-09 [colin]      1.9.11cvs55
15523
15524         * src/imap.c
15525                 Make sure we check imap_gtk_should_override(), which
15526                 potentially calls gtk stuff, before creating thread.
15527                 That way it should't be called via imap_get_session()
15528                 inside a thread.
15529
15530 2005-06-09 [colin]      1.9.11cvs54
15531
15532         * src/imap.c
15533                 o add a bit of status output
15534                 o remove some dead code
15535                 o threadize get_list_of_uids
15536                 o threadize imap_get_flags
15537                 o defer flag changing by 500ms so that they
15538                   can be batched
15539
15540
15541 2005-06-08 [colin]      1.9.11cvs53
15542
15543         * src/imap.c
15544                 Thread-ize imap_cmd_fetch
15545
15546 2005-06-08 [colin]      1.9.11cvs52
15547
15548         * src/main.c
15549                 Mmh, that broke POP3...
15550
15551 2005-06-08 [colin]      1.9.11cvs51
15552
15553         * src/main.c
15554                 Stabilize IMAP patch (thanks to Hoa)
15555
15556 2005-06-08 [colin]      1.9.11cvs50
15557
15558         * src/imap.c
15559                 Test patch to speed up imap. 
15560
15561 2005-06-08 [colin]      1.9.11cvs49
15562
15563         * src/imap_gtk.c
15564                 Warning fix
15565         * src/procmime.c
15566                 Apply patch from gentoo to use /usr/share/mime/globs if 
15567                 available, after un-breaking it
15568         * src/common/log.c
15569         * src/common/log.h
15570                 Use g_timeout for invoking hooks that possibly use gtk
15571                 calls. This should leave gtk calls in the main thread.
15572
15573 2005-06-08 [paul]       1.9.11cvs48
15574
15575         * src/codeconv.c
15576                 conv_get_outgoing_charset_str(): don't
15577                 use prefs_common setting
15578         * src/compose.c
15579         * src/compose.h
15580                 add /Options/Character encoding/... to
15581                 temporarily change the outgoing encoding
15582
15583         (belated sync with main)
15584
15585 2005-06-08 [paul]       1.9.11cvs47
15586
15587         * src/compose.c
15588                 correction to/completion of last
15589                 sync with main
15590
15591 2005-06-08 [paul]       1.9.11cvs46
15592
15593         sync with main:
15594         
15595         * src/codeconv.c
15596         * src/codeconv.h
15597                 always enabled Japanese auto-detection
15598                 if the first letters of locale string
15599                 is "ja"
15600         * src/compose.c
15601                 don't use "destroy" signal to destroy
15602                 Compose object (fix rare crashes on discard?)
15603         * src/mainwindow.c
15604         * src/messageview.c
15605         * src/prefs_send.c
15606                 added Hebrew encodings
15607         * src/sourcewindow.c
15608                 don't use "destroy" signal to destroy
15609                 objects
15610
15611 2005-06-07 [colin]      1.9.11cvs45
15612
15613         * src/summaryview.c
15614                 Add missing unlocks/locks
15615
15616 2005-06-07 [paul]       1.9.11cvs44
15617
15618         * src/summaryview.c
15619                 restore bug #749 fix
15620
15621 2005-06-06 [colin]      1.9.11cvs43
15622
15623         * src/summaryview.c
15624                 Fix selection bug when prefs_common.open_unread 
15625                 is FALSE
15626
15627 2005-06-06 [colin]      1.9.11cvs42
15628
15629         * src/common/md5.c
15630                 Fix a warning
15631         * src/summaryview.c
15632         * src/folderview.c
15633                 Factorize long operations beginning and end
15634                 (locking, freezing/thawing, cursor, ...)
15635                 Check selection->data member in selection-
15636                 related loops; this avoids dying an awful
15637                 death if the selection changes on us while
15638                 we're marking a whole IMAP folder unread, 
15639                 for example.
15640
15641 2005-06-06 [paul]       1.9.11cvs41
15642
15643         * src/textview.c
15644                 don't g_free() a static gchar buffer
15645
15646 2005-06-05 [colin]      1.9.11cvs40
15647
15648         * src/mainwindow.c
15649         * src/messageview.c
15650         * src/summaryview.c
15651                 Fix bug #749 (Show all headers should be
15652                 sticky as the GUI suggests)
15653
15654 2005-06-03 [paul]       1.9.11cvs39
15655
15656         * src/compose.c
15657                 don't allow editing of mail while sending.
15658                 patch by Colin
15659
15660 2005-06-03 [paul]       1.9.11cvs38
15661
15662         * src/folderview.c
15663                 add a freeze/thaw to speed up 'mark all read'
15664
15665 2005-06-03 [paul]       1.9.11cvs37
15666
15667         * src/prefs_message.c
15668                 reflect changes immediately
15669
15670 2005-06-02 [colin]      1.9.11cvs36
15671
15672         * po/POTFILES.in
15673                 Patch by Fabien Vantard.
15674
15675 2005-06-02 [colin]      1.9.11cvs35
15676
15677         * src/imap.c
15678                 Use a non-blocking imap_getline() if possible.
15679                 This should completely prevent the interface
15680                 from freezin on imap operations, although it
15681                 may do strange stuff in case of folder switching
15682                 while a big imap operation is taking place...
15683
15684                 In addition, fix a leak in the case thread
15685                 creation fails on connection.
15686
15687 2005-06-02 [colin]      1.9.11cvs34
15688
15689         * src/crash.c
15690         * src/prefs_common.h
15691                 Fix build (prefs_common_init() doesn't exist
15692                 anymore)
15693
15694 2005-06-02 [colin]      1.9.11cvs33
15695
15696         * src/prefs_account.c
15697                 Fix bug #245 (filtering rules broken when
15698                 renaming a remote account (imap4 or nntp)
15699
15700 2005-06-02 [colin]      1.9.11cvs32
15701
15702         * src/imap.c
15703                 Try to fix IMAP shortcomings: 
15704                 o Multithread imap_open()
15705                 o allow offline-mode overriding instead of
15706                   just returning NULL
15707         * src/imap_gtk.c
15708         * src/imap_gtk.h
15709                 Add a function to ask whether we want to
15710                 override offline-mode for 10 minutes (one-shot
15711                 asking was painful)
15712         * src/procheader.c
15713                 Fix segfault when imap parser isn't happy about
15714                 a missing {
15715
15716 2005-06-01 [colin]      1.9.11cvs31
15717
15718         * src/addrharvest.c
15719         * src/compose.c
15720         * src/mbox.c
15721         * src/mbox.h
15722         * src/mh.c
15723         * src/msgcache.c
15724         * src/send_message.c
15725         * src/setup.c
15726         * src/undo.c
15727         * src/common/hooks.c
15728         * src/common/prefs.c
15729         * src/common/template.c
15730         * src/common/utils.c
15731         * src/gtk/gtkutils.c
15732         * src/gtk/inputdialog.c
15733         * src/gtk/menu.c
15734         * src/gtk/pluginwindow.c
15735         * src/gtk/prefswindow.c
15736         * src/plugins/pgpmime/passphrase.c
15737         * src/plugins/pgpmime/prefs_gpg.c
15738                 More -Wall fixes
15739
15740         * src/common/Makefile.am
15741         * src/common/timing.h
15742                 Add basic timing code
15743
15744         * src/summaryview.c
15745                 Fix a bug with unread messages when 
15746                 re-sorting folders, and by the way
15747                 fix a big performance hit when 
15748                 re-sorting (10k mails: before 5s,
15749                 after .5s)
15750
15751         * src/prefs_compose_writing.c
15752         * src/prefs_compose_writing.h
15753         * src/prefs_message.c
15754         * src/prefs_message.h
15755         * src/prefs_other.c
15756         * src/prefs_other.h
15757         * src/prefs_quote.c
15758         * src/prefs_quote.h
15759         * src/prefs_receive.c
15760         * src/prefs_receive.h
15761         * src/prefs_send.c
15762         * src/prefs_send.h
15763         * src/prefs_summaries.c
15764         * src/prefs_summaries.h
15765                 Fix copyright banner
15766
15767 2005-06-01 [paul]       1.9.11cvs30
15768
15769         * po/fi.po
15770                 updated by Flammie Pirinen
15771         * src/procmime.c
15772                 fix 'Bad BASE64 content' output
15773
15774 2005-05-31 [colin]      1.9.11cvs29
15775
15776         * src/procmime.c
15777                 Oops, where did my hunk go.
15778
15779 2005-05-31 [colin]      1.9.11cvs28
15780
15781         * src/Makefile.am
15782         * src/account.c
15783         * src/action.c
15784         * src/addr_compl.c
15785         * src/addressbook.c
15786         * src/codeconv.c
15787         * src/compose.c
15788         * src/export.c
15789         * src/folder.c
15790         * src/folderview.c
15791         * src/image_viewer.c
15792         * src/main.c
15793         * src/mainwindow.c
15794         * src/messageview.c
15795         * src/mimeview.c
15796         * src/msgcache.c
15797         * src/prefs_account.c
15798         * src/prefs_actions.c
15799         * src/prefs_common.c
15800         * src/prefs_compose_writing.c
15801         * src/prefs_customheader.c
15802         * src/prefs_ext_prog.c
15803         * src/prefs_filtering.c
15804         * src/prefs_filtering_action.c
15805         * src/prefs_fonts.c
15806         * src/prefs_image_viewer.c
15807         * src/prefs_message.c
15808         * src/prefs_message.h
15809         * src/prefs_msg_colors.c
15810         * src/prefs_other.c
15811         * src/prefs_other.h
15812         * src/prefs_quote.c
15813         * src/prefs_receive.c
15814         * src/prefs_receive.h
15815         * src/prefs_send.c
15816         * src/prefs_send.h
15817         * src/prefs_spelling.c
15818         * src/prefs_summaries.c
15819         * src/prefs_summary_column.c
15820         * src/prefs_template.c
15821         * src/prefs_themes.c
15822         * src/prefs_toolbar.c
15823         * src/prefs_wrapping.c
15824         * src/procmime.c
15825         * src/procmsg.c
15826         * src/send_message.h
15827         * src/ssl_manager.c
15828         * src/summary_search.c
15829         * src/summaryview.c
15830         * src/textview.c
15831         * src/wizard.c
15832         * src/common/smtp.c
15833         * src/common/smtp.h
15834         * src/gtk/gtkutils.h
15835                 o Move the rest of Common prefs to new style
15836                 o Lots of -Wall warning fixes
15837                 o fix FIXME in cache memusage calculation
15838                 o Let return receipts be sent from any account
15839                 o Little cache optimisation (read)
15840                 o Fix bug #746 (don't treat commas as separators
15841                   when inside a quoted string)
15842
15843 2005-05-31 [paul]       1.9.11cvs27
15844
15845         * src/prefs_common.c
15846                 fix 'off-by-one' typo
15847
15848 2005-05-31 [paul]       1.9.11cvs26
15849
15850         * src/account.c
15851         * src/addr_compl.c
15852         * src/compose.c
15853         * src/foldersel.c
15854         * src/prefs_actions.c
15855         * src/prefs_common.c
15856         * src/prefs_common.h
15857         * src/prefs_customheader.c
15858         * src/prefs_display_header.c
15859         * src/prefs_filtering.c
15860         * src/prefs_filtering_action.c
15861         * src/prefs_matcher.c
15862         * src/prefs_summaries.c
15863         * src/prefs_summary_column.c
15864         * src/prefs_template.c
15865         * src/prefs_toolbar.c
15866         * src/ssl_manager.c
15867         * src/gtk/pluginwindow.c
15868         * src/gtk/prefswindow.c
15869         * src/gtk/progressdialog.c
15870                 add hidden prefs 'enable_rules_hint'
15871                 for gtk_tree_view_set_rules_hint()
15872                 (sync with main)
15873                 
15874
15875 2005-05-31 [colin]      1.9.11cvs25
15876
15877         * src/Makefile.am
15878         * src/main.c
15879         * src/prefs_common.c
15880         * src/prefs_summaries.c ** ADDED **
15881         * src/prefs_summaries.h ** ADDED **
15882                 Common/Display -> Display/Summaries
15883
15884 2005-05-31 [colin]      1.9.11cvs24
15885
15886         * src/Makefile.am
15887         * src/main.c
15888         * src/prefs_quote.c ** ADDED **
15889         * src/prefs_quote.h ** ADDED **
15890                 Move Common/Quote to Compose/Quoting
15891         * src/prefs_common.c
15892         * src/prefs_common.h
15893                 Remove old quote stuff, add
15894                 convenience functions for GtkTextView prefs
15895         * src/gtk/prefswindow.c
15896                 Set default height higher
15897
15898 2005-05-30 [colin]      1.9.11cvs23
15899
15900         * src/Makefile.am
15901         * src/main.c
15902         * src/prefs_common.c
15903         * src/prefs_compose_writing.c ** ADDED **
15904         * src/prefs_compose_writing.h ** ADDED **
15905                 Move Common/Compose prefs to Compose/Writing
15906
15907 2005-05-30 [colin]      1.9.11cvs22
15908
15909         * src/common/utils.c
15910                 Fix bug #651 (Confused Attract by Subject)
15911                 Patch by M. Benkmann <haferfrost@web.de>
15912         * AUTHORS
15913
15914 2005-05-30 [colin]      1.9.11cvs21
15915
15916         * src/compose.c
15917                 Fix concatenation of different headers of
15918                 the same type (bug #645)
15919         * src/prefs_folder_item.c
15920                 Fix bug #699 (setting color to black doesn't
15921                 work immediately)
15922         * src/procmime.c
15923                 Print out decoding error only once per
15924                 block
15925
15926 2005-05-30 [paul]       1.9.11cvs20
15927
15928         * src/common/template.c
15929                 fix Bcc
15930
15931 2005-05-30 [paul]       1.9.11cvs19
15932
15933         * doc/src/rfc2368.txt   **NEW FILE**
15934         * src/compose.c
15935                 compose_entries_set(): don't interpret Bcc
15936                 header field (conform to RFC 2368)
15937                 (sync with main)
15938
15939 2005-05-29 [colin]      1.9.11cvs18
15940
15941         * src/prefs_common.c
15942                 Let the default reply format respect
15943                 netiquette by cutting the signature.
15944
15945 2005-05-29 [colin]      1.9.11cvs17
15946
15947         * src/summaryview.c
15948                 Don't let always_show_msg override
15949                 open_unread_on_enter when opening a new
15950                 directory.
15951
15952 2005-05-27 [paul]       1.9.11cvs16
15953
15954         sync with main:
15955
15956         * src/main.c
15957                 app_will_exit(): cleanup tmp directory when exit
15958         * src/message_search.c
15959                 improved the interface and made code cleanup.
15960                 removed Clear button
15961         * src/send_message.c
15962                 send_message_local(): use GSpawn, and detect errors
15963         * src/summary_search.c
15964                 improved the interface and made code cleanup
15965         * src/textview.c
15966                 textview_write_link(): also skip non-ascii space
15967                  at the head of link strings (phishing check
15968                  didn't work at the case)
15969         * src/common/utils.c
15970                 get_command_output(): use g_spawn_command_line_sync()
15971                 instead of popen()
15972
15973 2005-05-26 [colin]      1.9.11cvs15
15974
15975         * src/folder.c
15976                 remove printf
15977
15978 2005-05-26 [colin]      1.9.11cvs14
15979
15980         * src/common/nntp.c
15981                 Fix nntp mode reader (bug #611)
15982                 Patch by Florian Mickler <florian@mickler.org>
15983
15984 2005-05-26 [colin]      1.9.11cvs13
15985
15986         * src/plugins/pgpmime/passphrase.c
15987                 Fix mouse grabbing (bug #557)
15988
15989 2005-05-26 [colin]      1.9.11cvs12
15990
15991         * src/prefs_themes.c
15992                 Fix g_warning (bug #541)
15993
15994 2005-05-26 [colin]      1.9.11cvs11
15995
15996         * src/prefs_actions.c
15997         * src/prefs_template.c
15998                 Fix bug #506 (no warning if action/template
15999                 is not saved)
16000         * src/common/template.c
16001                 Fix a possible crash
16002
16003 2005-05-26 [colin]      1.9.11cvs10
16004
16005         * src/folder.c
16006         * src/folderview.c
16007         * src/procmsg.c
16008         * src/summaryview.c
16009                 Forbid locked messages to be moved or
16010                 deleted. Locked messages in trashes 
16011                 still get deleted, for performance
16012                 reason (mh.c::mh_remove_all_msgs)
16013
16014 2005-05-25 [colin]      1.9.11cvs9
16015
16016         * src/procmime.c
16017                 Use correct encoding when sending mails
16018                 with attachments that have accentued 
16019                 chars in their name
16020
16021 2005-05-24 [colin]      1.9.11cvs8
16022
16023         * src/summaryview.c
16024                 Fix bug #688 f) read/unread marker not
16025                 changed on first click
16026                 Also, optimize summary_status_show()
16027                 calls
16028         * src/folder.c
16029         * src/inc.c
16030         * src/procmime.c
16031                 Fix bug #688 b) and c) wrt message
16032                 attachments and signature
16033         * src/stock_pixmap.c
16034         * src/stock_pixmap.h
16035         * src/stock_pixmap.c
16036         * src/stock_pixmap.h
16037         * src/Makefile.am
16038         * src/pixmaps/clip_gpg_signed.xpm
16039                 Add clip/signed icon
16040
16041 2005-05-24 [colin]      1.9.11cvs7
16042
16043         * src/folder_item_prefs.c
16044                 whitespace fix
16045
16046 2005-05-24 [colin]      1.9.11cvs6
16047
16048         * src/folderview.c
16049         * src/prefs_common.c
16050         * src/prefs_common.h
16051                 Add a confirmation to folder drag and drop
16052                 fixes bug #156
16053         * src/alertpanel.c
16054         * src/alertpanel.h
16055                 fix _with_disable parameters so that
16056                 the buttons labels are specifiable too
16057         * src/plugins/pgpmime/sgpgme.c
16058                 reflect said change
16059                 
16060
16061 2005-05-24 [colin]      1.9.11cvs5
16062
16063         * src/folderview.c
16064                 Uncollapse/collapse folders on double-click
16065                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
16066                 closes bug #108
16067
16068 2005-05-23 [colin]      1.9.11cvs4
16069
16070         * src/common/socket.c
16071                 Check another special SSL_peek() error.
16072                 Should help wrt bug #728
16073
16074 2005-05-23 [colin]      1.9.11cvs3
16075
16076         * src/plugins/pgpmime/pgpmime.c
16077                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
16078                 breaking menu accelerators and stuff. Users will have to
16079                 reselect "PGP MIME" instead of "PGP/MIME" in their 
16080                 account's privacy preferences if needed.
16081
16082 2005-05-22 [paul]
16083
16084         * tools/kdeservicemenu/install.sh
16085                 use kdesu to prompt for root password if doing
16086                 global install/uninstall
16087
16088 2005-05-20 [colin]      1.9.11cvs2
16089
16090         * src/procmsg.c
16091                 Fix another compilation error with gcc-2.9x
16092                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
16093         * src/send_message.c
16094                 Don't send QUIT if we aren't connected
16095
16096 2005-05-19 [colin]      1.9.11cvs1
16097
16098         * src/procmsg.c
16099                 Fix compilation with gcc 2.9x
16100
16101 2005-05-19 [paul]       1.9.11
16102
16103         1.9.11 released
16104
16105 2005-05-19 [paul]       1.9.9cvs14
16106
16107         * src/gtk/inputdialog.c
16108                 prevent gettext warning
16109
16110 2005-05-19 [paul]       1.9.9cvs13
16111
16112         * src/mainwindow.c
16113         * src/prefs_common.c
16114         * src/prefs_common.h
16115         * src/textview.c
16116         * src/textview.h
16117                 add an option to toggle cursor in message
16118                 view (sync with main)
16119
16120 2005-05-18 [colin]      1.9.9cvs12
16121
16122         * src/compose.c
16123                 Dereference freed pointer
16124         * src/gtk/gtkaspell.c
16125                 Fix duplication of dictionaries (is it an aspell issue?)
16126
16127 2005-05-18 [colin]      1.9.9cvs11
16128
16129         * src/gtk/inputdialog.c
16130         * src/gtk/gtkaspell.c
16131                 HIGuify dialogs
16132         * src/alertpanel.c
16133                 Remove a double call
16134
16135 2005-05-17 [colin]      1.9.9cvs10
16136
16137         * src/gtk/gtkaspell.c
16138                 Fix dialogs, Ctrl-Enter accel
16139
16140 2005-05-17 [colin]      1.9.9cvs9
16141
16142         * src/gtk/gtkaspell.c
16143                 Fix some accelerators, escape in replace-window
16144
16145 2005-05-16 [colin]      1.9.9cvs8
16146
16147         * src/gtk/gtkaspell.c
16148                 Revert last commit, it was a mistake.
16149
16150 2005-05-16 [colin]      1.9.9cvs7
16151
16152         * src/gtk/gtkaspell.c
16153                 Remove buggy code while we're at it. It's a 
16154                 dead code path anyway.
16155
16156 2005-05-16 [colin]      1.9.9cvs6
16157
16158         * src/gtk/gtkaspell.c
16159                 Missed some gtk_menu_popup where deactivate
16160                 signal should be handled. Should fix bug
16161                 #629 a bit more.
16162
16163 2005-05-16 [colin]      1.9.9cvs5
16164
16165         * src/gtk/gtkaspell.c
16166                 Remove debug printf()s
16167
16168 2005-05-16 [colin]      1.9.9cvs4
16169
16170         * src/gtk/gtkaspell.c
16171                 Fix a bit aspell problems
16172                 (see bug #629)
16173
16174 2005-05-13 [colin]      1.9.9cvs3
16175
16176         * src/folderview.c
16177                 Fix the + appearing even when no subfolders
16178                 have unread messages. Thanks to wwp for the
16179                 bug report.
16180
16181 2005-05-11 [paul]       1.9.9cvs2
16182
16183         * src/folderview.c
16184                 correction to 1.9.9cvs1, only colour folders that
16185                 have new msgs (not unread msgs)
16186
16187 2005-05-10 [colin]      1.9.9cvs1
16188
16189         * src/folderview.c
16190         * src/summaryview.c
16191                 Try to fix bolding bugs again.
16192
16193 2005-05-09 [paul]
16194
16195         * tools/claws.i18n.status.pl
16196                 add Ricardo Mones Lastra's script that has been providing
16197                 the i18n status page for many months
16198
16199 2005-05-09 [paul]       1.9.9
16200
16201         1.9.9 release
16202
16203 2005-05-09 [paul]       1.9.6cvs58
16204
16205         * AUTHORS
16206         * INSTALL
16207         * README.claws
16208                 updated
16209         * Makefile.am 
16210         * RELEASE_NOTES.claws
16211                 add release notes to cvs to simplify release
16212                 procedure
16213         * configure.ac
16214                 add ca and fi to ALL_LINGUAS
16215         * po/Makefile.in.in
16216                 workaround for missing Makevars
16217         * po/ca.po
16218         * po/fi.po
16219                 add new Catalan and Finnish translations
16220                 submitted by Miquel Oliete and Flammie Pirinen
16221         * po/de.po
16222         * po/es.po
16223         * po/fr.po
16224         * po/it.po
16225         * po/pl.po
16226         * po/ru.po
16227         * po/sk.po
16228         * po/sr.po
16229         * po/zh_CN.po
16230                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
16231                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
16232                 Urke MMI, and Hansom Young
16233         * src/main.c
16234                 Fix drafting when quitting. compose_draft() closes the
16235                 compose windows, which modifies the compose_list GSList.
16236                 We have to refresh this list after echo drafting to avoid a
16237                 segfault
16238         * src/partial_download.c
16239                 fix segfault on exit
16240
16241 2005-05-06 [paul]       1.9.6cvs57
16242
16243         * src/grouplistdialog.c
16244                 quick fix/workaround for unresizeable newsgroup
16245                 name column 
16246
16247 2005-05-06 [paul]       1.9.6cvs56
16248
16249         * src/inc.c
16250         * src/mainwindow.c
16251                 use gettext plural forms
16252         * src/imap_gtk.c
16253         * src/mh_gtk.c
16254         * src/toolbar.c
16255                 small improvement to english usage
16256
16257 2005-05-05 [thorsten]   1.9.6cvs55
16258
16259         * src/folder.c
16260                 fix possible crash
16261
16262 2005-05-05 [paul]       1.9.6cvs54
16263         
16264         sync with HEAD
16265
16266         * AUTHORS
16267         * src/compose.c
16268                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
16269                 patch by Tim Mann
16270
16271 2005-05-05 [paul]       1.9.6cvs53
16272
16273         * src/mainwindow.c
16274                 fix resizing of separate message and
16275                 folder views
16276
16277 2005-05-05 [paul]       1.9.6cvs52
16278
16279         * src/account.c
16280         * src/addrgather.c
16281         * src/browseldap.c
16282         * src/exphtmldlg.c
16283         * src/expldifdlg.c
16284         * src/importmutt.c
16285         * src/importpine.c
16286         * src/main.c
16287         * src/mainwindow.c
16288         * src/noticeview.c
16289         * src/prefs_filtering.c
16290         * src/prefs_filtering_action.c
16291         * src/prefs_matcher.c
16292         * src/prefs_spelling.c
16293         * src/prefs_toolbar.c
16294         * src/toolbar.c
16295         * src/wizard.c
16296         * src/gtk/description_window.c
16297         * src/gtk/gtkvscrollbutton.c
16298         * src/gtk/progressdialog.c
16299         * src/gtk/quicksearch.c
16300         * src/plugins/pgpmime/prefs_gpg.c
16301         * src/plugins/spamassassin/spamassassin_gtk.c
16302                 replace deprecated gtk_widget_set_usize
16303
16304 2005-05-04 [colin]      1.9.6cvs51
16305
16306         * src/common/utils.c
16307                 Fix crash when subst_for_filename is called
16308                 with a NULL parameter
16309
16310 2005-05-04 [colin]      1.9.6cvs50
16311
16312         * src/partial_download.c
16313         * src/pop.c
16314                 Escape login when writing uidl file
16315                 fixes bug #736
16316
16317 2005-05-03 [colin]      1.9.6cvs49
16318
16319         * src/procmime.c
16320                 Fix possible DOS in mime parser
16321                 (see bug #634)
16322
16323 2005-05-02 [colin]      1.9.6cvs48
16324
16325         * src/compose.c
16326                 Try to fix the copy/paste mess once again.
16327
16328
16329 2005-04-30 [colin]      1.9.6cvs47
16330
16331         * src/prefs_account.h
16332         * src/procmsg.c
16333         * src/send_message.c
16334         * src/common/smtp.c
16335         * src/common/smtp.h
16336                 Try to batch sending mails (per account) instead of
16337                 reconnecting to server every time.
16338
16339 2005-04-29 [colin]      1.9.6cvs46
16340
16341         * src/messageview.c
16342                 Fix window resizing that refused to size down
16343         * src/prefs_common.c
16344         * src/prefs_common.h
16345         * src/prefs_filtering.c
16346                 Save Filtering's window size
16347
16348 2005-04-21 [paul]       1.9.6cvs45
16349
16350         * ChangeLog-gtk2.claws
16351         * src/setup.c
16352                 correction to sync
16353
16354 2005-04-21 [paul]       1.9.6cvs44
16355
16356         sync with main:
16357
16358         * src/setup.c
16359         * src/statusbar.c
16360         * src/statusbar.h
16361                 use gtkut_widget_draw_now(). Improved performance
16362                 of the update of statusbar
16363         * src/textview.c
16364                 textview_smooth_scroll_do(): redraw it after scroll
16365                 is done (fixed incorrect display when a part of the
16366                 view is hidden).
16367         * src/gtk/gtkutils.c
16368         * src/gtk/gtkutils.h
16369                 gtkut_widget_draw_now(): use gdk_window_process_updates()
16370                 to force update of widgets.
16371                 Removed gtkut_widget_wait_for_draw() which had a big
16372                 overhead  because of waiting for all events processed 
16373
16374 2005-04-20 [paul]       1.9.6cvs43
16375
16376         * src/codeconv.c
16377                 complete 1.9.6cvs42's sync:
16378                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
16379
16380 2005-04-19 [paul]       1.9.6cvs42
16381
16382         sync with main:
16383
16384         * src/action.c
16385                 catch_output(): correctly select the insert text
16386                 (fix invalid iterator warnings).
16387         * src/codeconv.c
16388         * src/codeconv.h
16389         * src/mainwindow.c
16390         * src/messageview.c
16391         * src/prefs_common.c
16392                 support GBK encoding.
16393         * src/common/session.c
16394         * src/common/session.h
16395                 use separate buffer for large data to be sent,
16396                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
16397
16398 2005-04-18 [paul]       1.9.6cvs41
16399
16400         * src/jpilot.c
16401                 convert unsigned long into guint32
16402                 patch by Paul LeoNerd Evans 
16403
16404 2005-04-17 [colin]      1.9.6cvs40
16405
16406         * src/compose.c
16407                 Fix 'Request return receipt' from folder
16408                 properties (bug #708)
16409
16410 2005-04-17 [colin]      1.9.6cvs39
16411
16412         * src/mainwindow.c
16413                 Fix duplicate hotkeys in Mainwindow's menu
16414
16415 2005-04-17 [colin]      1.9.6cvs38
16416
16417         * src/folderview.c
16418                 Fix duplicate hotkeys in Folderview's contextual
16419                 menu
16420
16421 2005-04-15 [colin]      1.9.6cvs37
16422
16423         * src/summaryview.c
16424                 Fix 'Save as...' with non-ascii filenames
16425
16426 2005-04-15 [colin]      1.9.6cvs36
16427
16428         * src/plugins/pgpmime/pgpmime.c
16429                 Fix bus error on 64bit. Spotted by 
16430                 macallan1888@gmail.com
16431
16432 2005-04-15 [colin]      1.9.6cvs35
16433
16434         * src/prefs_account.c
16435                 Fix cvs34.
16436
16437 2005-04-12 [colin]      1.9.6cvs34
16438
16439         * src/prefs_account.c
16440                 Fix smtp auth type off-by-one. We forgot to
16441                 add PLAIN in the prefs-to-gui setter func and
16442                 as a result, the selected auth when opening
16443                 account prefs was not the correct one.
16444
16445 2005-04-12 [paul]       1.9.6cvs33
16446
16447         * src/inc.c
16448                 if the recv dialog is visible, Cancel only
16449                 cancels the current account
16450
16451
16452 2005-04-10 [colin]      1.9.6cvs32
16453
16454         * src/filtering.c
16455                 Copy score when copying FilteringActions
16456                 Fix bug #674
16457
16458 2005-04-10 [colin]      1.9.6cvs31
16459
16460         * src/inc.c
16461                 Make Message -> Receive -> Cancel cancel 
16462                 incorporation on all accounts. Fixes
16463                 bug #693
16464
16465 2005-04-10 [colin]      1.9.6cvs30
16466
16467         * src/prefs_account.c
16468                 Update Privacy checkbuttons status based
16469                 on the selected privacy system
16470         * src/compose.c
16471                 Always connect the "None" privacy system; the
16472                 static boolean was probably there to avoid
16473                 reconnecting twice in the same compose window,
16474                 but as the parent function is only called once
16475                 per compose, it's only a bug - as a static is
16476                 initialized once per application instance.
16477                 Also, don't uncheck Sign and Encrypt when
16478                 selecting None as privacy system; just ignore
16479                 them when sending/queuing.
16480                 Should fix bug #695
16481
16482 2005-04-08 [colin]      1.9.6cvs29
16483
16484         * src/account.c
16485         * src/prefs_account.c
16486         * src/prefs_account.h
16487                 Add account preference to queue message in a certain
16488                 folder.
16489
16490 2005-04-06 [colin]      1.9.6cvs28
16491
16492         * src/prefs_account.c
16493                 Update old inbox path syntax
16494
16495 2005-04-06 [paul]       1.9.6cvs27
16496
16497         sync with main:
16498
16499         * configure.ac
16500                 changed -traditional-cpp to -no-cpp-precomp for newer
16501                 Mac OS X support
16502         * src/foldersel.c
16503                 made column resize automatically
16504         * src/send_message.c
16505                 send_message_smtp(): consider EOF right after QUIT
16506                 successful (workaround for Gmail SMTP server)
16507         * src/common/socket.c
16508                 ssl_read(), ssl_peek(): check EOF which violates the
16509                 SSL protocol
16510         * src/gtk/colorlabel.c
16511                 removed warnings when displaying colorlabel menu
16512                 (don't use GtkAlignment)
16513
16514 2005-04-05 [paul]       1.9.6cvs26
16515
16516         * src/plugins/trayicon/trayicon.c
16517                 fix clipping of icon under KDE3 
16518
16519 2005-04-05 [paul]       1.9.6cvs25
16520
16521         * src/summaryview.c
16522                 hide display of threading
16523                 patch by Alfons
16524
16525 2005-04-04 [thorsten]   1.9.6cvs24
16526
16527         * src/mh.c
16528                 marks lost on filesystems with different stat() results on
16529                 summer-/wintertime
16530
16531 2005-04-03 [colin]      1.9.6cvs23
16532
16533         * src/summaryview.c
16534                 Don't handle up/down. Patch by Alfons
16535
16536 2005-04-02 [colin]      1.9.6cvs22
16537
16538         * src/summaryview.c
16539                 Make scrolling faster. Patch by Alfons.
16540
16541 2005-04-01 [colin]      1.9.6cvs21
16542
16543         * src/Makefile.am
16544         * src/stock_pixmap.c
16545         * src/pixmaps/dir-noselect.xpm ** REMOVED **
16546         * src/pixmaps/dir_noselect.xpm ** ADDED **
16547                 Fix pixmap name mismatch (Thanks Stephan Sachse)
16548
16549 2005-04-01 [colin]      1.9.6cvs20
16550
16551         * src/image_viewer.c
16552         * src/image_viewer.h
16553         * src/procmime.c
16554         * src/procmime.h
16555         * src/textview.c
16556         * src/textview.h
16557                 Implement inline image resizing and right-clicking
16558
16559 2005-04-01 [paul]       1.9.6cvs19
16560
16561         * AUTHORS
16562         * Makefile.am
16563         * configure.ac
16564                 check for gnome2
16565                 patch by Luca Cavalli <loopback<AT>slackit.org>
16566         * po/ru.po
16567                 updated by Pavlo Bohmat
16568
16569 2005-03-31 [colin]      1.9.6cvs18
16570
16571         * src/news.c
16572                 Fix parsing references
16573         * src/msgcache.c
16574                 don't put nulls in the references list
16575         * src/procheader.c
16576                 commit that forgotten file in 1.9.6cvs14
16577
16578 2005-03-31 [colin]      1.9.6cvs17
16579
16580         * src/compose.c
16581                 Fix joining of signature separator again. 
16582                 Maybe Hiro could put it in main too...
16583
16584 2005-03-31 [colin]      1.9.6cvs16
16585
16586         * src/Makefile.am
16587         * src/foldersel.c
16588         * src/stock_pixmap.c
16589         * src/stock_pixmap.h
16590         * src/pixmaps/dir-noselect.xpm
16591                 Update foldersel.c (sync from main, patch by Alfons)
16592
16593 2005-03-30 [colin]      1.9.6cvs15
16594
16595         * src/imap.c
16596                 Fix handling of imap folders containing [] in 
16597                 their name. Thanks to Nahuel Angelinetti for
16598                 the detailed bugreport.
16599
16600 2005-03-30 [colin]      1.9.6cvs14
16601
16602         * src/common/utils.h
16603         * src/common/utils.c
16604         * src/common/defs.h
16605         * src/matcher.c
16606         * src/msgcache.c
16607         * src/news.c
16608         * src/procmsg.c
16609         * src/procmsg.h
16610         * src/quote_fmt_parse.y
16611         * src/summaryview.c
16612                 Update references system. Patch by Alfons
16613
16614 2005-03-30 [colin]      1.9.6cvs13
16615
16616         * src/common/socket.c
16617                 Force the glibc to read resolv.conf again when 
16618                 it has changed. Should fix issues when changing
16619                 networks on a laptop and not restarting sylpheed. 
16620
16621 2005-03-30 [paul]       1.9.6cvs12
16622
16623         partial sync with main:
16624
16625         * src/action.c
16626                 create_io_dialog(): use user-defined text font
16627                 (thanks to Alfons), and modified its appearance.
16628         * src/addrgather.c
16629         * src/addrharvest.c
16630         * src/browseldap.c
16631                 replace old code
16632         * src/compose.c
16633                 don't join (presumably) itemized lines on line-wrapping
16634                 fixed wrapping of quote when auto-wrapping is enabled
16635                 compose_destroy(): destroy paned only if it's not
16636                 attached to window. Fixed memory leak of popup menu.
16637         * src/exphtmldlg.c
16638         * src/expldifdlg.c
16639                 replace old code
16640         * src/html.c
16641         * src/html.h
16642         * src/importmutt.c
16643         * src/importpine.c
16644                 replace old code
16645         * src/main.c
16646                 removed redundant code
16647         * src/mainwindow.c
16648                 changed 'Code set' (which is rather incorrect)
16649                 in the menu to 'Character encoding'
16650                 main_window_set_widgets(): request size first
16651                 to prevent window size becoming wrong
16652                 fixed remembering of the state of the visibility
16653                 of MessageView
16654         * src/messageview.c
16655                 changed 'Code set' (which is rather incorrect)
16656                 in the menu to 'Character encoding'
16657         * src/prefs_common.c
16658         * src/prefs_common.h
16659                 added an option whether to render HTML as text or not
16660                 added separators to outgoing encoding menu
16661         * src/procheader.c
16662                 procheader_scan_date_string(): support header
16663                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
16664         * src/summaryview.c
16665         * src/summaryview.h
16666                 minor code cleanup
16667         * src/textview.c
16668                 textview_show_html(): force output of newline
16669                 added an option whether to render HTML as text or not
16670         * src/common/utils.c
16671                 strncpy2(): optimized based on Alfons' code
16672         * src/gtk/gtkutils.c
16673         * src/gtk/gtkutils.h
16674                 removed non-used code
16675         * src/plugins/pgpmime/passphrase.c
16676                 partially fixed grab input of passphrase dialog
16677                 Confine pointer to window
16678
16679 2005-03-30 [colin]      1.9.6cvs11
16680
16681         * src/msgcache.c
16682         * src/msgcache.h
16683                 Read/write 32bit ints from cache & marks
16684                 From main.
16685
16686 2005-03-29 [paul]       1.9.6cvs10
16687
16688         * AUTHORS
16689         * ChangeLog.claws
16690         * src/compose.c
16691         * src/gtk/gtkaspell.c
16692                 sync with HEAD (don't pass NULL pointers) 
16693
16694 2005-03-24 [paul]
16695
16696         * tools/Makefile.am
16697         * tools/README
16698         * tools/acroread2sylpheed.pl
16699                 sync with HEAD (add script to send pdfs as
16700                 attachments from Adobe Reader 7)
16701
16702 2005-03-21 [paul]       1.9.6cvs9
16703
16704         * configure.ac
16705         * po/POTFILES.in
16706         * src/Makefile.am
16707         * src/crash.c
16708         * src/image_viewer.c ** ADDED **
16709         * src/image_viewer.h ** ADDED **
16710         * src/main.c
16711         * src/prefs_common.c
16712         * src/prefs_common.h
16713         * src/prefs_image_viewer.c ** ADDED **
16714         * src/prefs_image_viewer.h ** ADDED **
16715         * src/textview.c
16716         * src/gtk/about.c
16717         * src/pixmaps/sylpheed_logo.xpm
16718         * src/plugins/Makefile.am
16719         * src/plugins/image_viewer/.cvsignore ** REMOVED **
16720         * src/plugins/image_viewer/Makefile.am ** REMOVED **
16721         * src/plugins/image_viewer/plugin.c ** REMOVED **
16722         * src/plugins/image_viewer/viewer.c ** REMOVED **
16723         * src/plugins/image_viewer/viewer.glade ** REMOVED **
16724         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
16725         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
16726         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
16727         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
16728                 as gdk-pixbuf is now built-in
16729                 remove image_viewer plugin and put code back into
16730                 main codebase
16731                 implement inline image display (sync with main)
16732
16733                 replace logo with newer, nicer, larger version  
16734
16735 2005-03-21 [paul]       1.9.6cvs8
16736
16737         * src/gtk/about.c
16738                 cosmetic improvement
16739
16740 2005-03-21 [holger]     1.9.6cvs7
16741
16742         * src/plugins/spamassassin/spamassassin.c
16743                 Sync with HEAD
16744                 (unregister hook on failed plugin init)
16745
16746 2005-03-20 [colin]      1.9.6cvs6
16747
16748         * src/common/plugin.c
16749                 Check that plugin isn't already loaded
16750                 Patch by Alfons
16751
16752 2005-03-20 [thorsten]   1.9.6cvs5
16753
16754         * src/compose.c
16755                 use a more compatible syntax
16756
16757 2005-03-20 [thorsten]   1.9.6cvs4
16758
16759         * src/prefs_toolbar.c
16760                 fix crash when selecting toolbar item (uninitialized pointer)
16761
16762 2005-03-20 [thorsten]   1.9.6cvs3
16763
16764         * src/procmime.c
16765                 fix mimetype detection (referenced free()d string)
16766
16767 2005-03-20 [paul]       1.9.6cvs2
16768
16769         * src/compose.c
16770                 sync with HEAD (1.0.3cvs5)
16771                 neglect Reply-To header if empty
16772                 Patch by Alfons 
16773
16774 2005-03-19 [holger]     1.9.6cvs1
16775
16776         * src/summaryview.c
16777         * src/summaryview.h
16778                 Sync with HEAD
16779
16780 2005-03-18 [paul]       1.9.6
16781
16782         initial GTK2 release
16783
16784 2005-03-18 [paul]       1.0.3cvs3.1
16785
16786         * AUTHORS
16787         * ChangeLog.claws
16788         * configure.ac
16789         * src/gtk/about.c
16790         * src/pixmaps/sylpheed_logo.xpm
16791                 sync with HEAD
16792
16793 2005-03-18 [colin]      1.0.3cvs2.6
16794
16795         * src/summaryview.c
16796                 Remove call to summary_step in summary_copy_selected_to
16797                 Can't see its purpose, and this causes bug when copying
16798                 a message if the next one is unread: it reads it.
16799
16800 2005-03-18 [paul]       1.0.3cvs2.5
16801
16802         * src/foldersel.c
16803                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
16804
16805 2005-03-18 [paul]       1.0.3cvs2.4
16806
16807         * src/addrharvest.c
16808         * src/codeconv.c
16809         * src/codeconv.h
16810         * src/compose.c
16811         * src/news.c
16812         * src/procheader.c
16813         * src/procmime.c
16814         * src/unmime.c
16815         * src/unmime.h
16816                 fix buffer overflow, CAN-2005-0667, see
16817                 http://secunia.com/advisories/14491/
16818                 Patch by Alfons
16819
16820 2005-03-17 [colin]      1.0.3cvs2.3
16821
16822         * src/prefs_fonts.c
16823         * src/summaryview.c
16824                 Fix font bugs (both lists now officialy share 
16825                 the same font)
16826                 
16827
16828 2005-03-17 [paul]       1.0.3cvs2.2
16829
16830         * src/gtk/pluginwindow.c
16831                 make plugin descriptions uneditable
16832
16833 2005-03-11 [paul]       1.0.3cvs2.1
16834
16835         * ChangeLog.claws
16836         * configure.ac
16837         * po/POTFILES.in
16838         * src/plugins/trayicon/trayicon.c
16839                 sync with HEAD
16840                 add src/wizard.c to POTFILES.in
16841
16842 2005-03-11 [paul]       1.0.3cvs1.1
16843
16844         * ChangeLog
16845         * ChangeLog.claws
16846         * configure.ac
16847         * po/de.po
16848         * po/es.po
16849         * po/fr.po
16850         * po/it.po
16851         * po/pt_BR.po
16852         * po/ru.po
16853         * po/sk.po
16854         * po/sr.po
16855         * po/zh_CN.po
16856                 sync with HEAD
16857
16858 2005-03-04 [colin]      1.0.1cvs22.2
16859
16860         * src/compose.c
16861                 Fix signatures with accentued chars in it
16862
16863 2005-03-04 [colin]      1.0.1cvs22.1
16864
16865         * src/common/smtp.c
16866         * src/common/smtp.h
16867                 Don't use SIZE param in MAIL FROM: if server 
16868                 doesn't support it. Patch by Eugen Freiter
16869                 <eugen_f@users.sf.net>
16870
16871 2005-02-27 [paul]       1.0.1cvs20.1
16872
16873         * ChangeLog.claws
16874         * configure.ac
16875         * src/messageview.c
16876                 sync with HEAD
16877
16878 2005-02-27 [colin]      1.0.1cvs19.4
16879
16880         * src/procheader.c
16881         * src/procheader.h
16882                 Fix prototypes. Patch by Alfons
16883
16884 2005-02-27 [colin]      1.0.1cvs19.3
16885
16886         * src/compose.c
16887                 Don't auto-join the signature separator.
16888
16889 2005-02-26 [colin]      1.0.1cvs19.2
16890
16891         * src/summaryview.c
16892                 Fix 'mark all read' with collapsed threads.
16893                 Patch by Alfons.
16894
16895 2005-02-25 [paul]       1.0.1cvs19.1
16896
16897         * ChangeLog.claws
16898         * configure.ac
16899         * src/prefs_account.c
16900         * src/prefs_folder_item.c
16901         * src/gtk/prefswindow.c
16902         * src/gtk/prefswindow.h
16903                 sync with HEAD
16904
16905 2005-02-25 [paul]       1.0.1cvs15.12
16906
16907         * src/alertpanel.c
16908         * src/codeconv.c
16909         * src/compose.c
16910         * src/textview.c
16911         * src/gtk/gtkutils.c
16912         * src/gtk/gtkutils.h
16913         * src/gtk/logwindow.c
16914         * src/gtk/progressdialog.c
16915                 sync with main (revision 127)
16916                 and fix logwindow clipping
16917
16918 2005-02-24 [colin]      1.0.1cvs15.11
16919
16920         * src/plugins/pgpmime/passphrase.c
16921                 Disable input grabbing; it doesn't work yet.
16922
16923 2005-02-24 [colin]      1.0.1cvs15.10
16924
16925         * src/messageview.c
16926                 Don't send out receipts if offline. Ask.
16927
16928 2005-02-23 [colin]      1.0.1cvs15.9
16929
16930         * src/summaryview.c     
16931                 Fix expanding
16932
16933 2005-02-23 [colin]      1.0.1cvs15.8
16934
16935         * src/summaryview.c
16936                 Really fix Bug 568 by removing useless
16937                 calls. summary_thread_init() now called
16938                 in summary_sort(). This should please
16939                 Alfons as it should be faster than 
16940                 previously.
16941
16942 2005-02-23 [colin]      1.0.1cvs15.7
16943
16944         * src/compose.c
16945                 Encode parts as QP or B64 if signing
16946
16947 2005-02-23 [colin]      1.0.1cvs15.6
16948
16949         * src/compose.c
16950                 Fix Mimeinfo leakage (including tmp files)
16951         * src/procmsg.c
16952                 Fix tmp file leakage (spotted by Ivan Rayner)
16953
16954 2005-02-22 [colin]      1.0.1cvs15.5
16955
16956         * src/expldifdlg.c
16957                 Fix keyboard input. Patch by Alfons.
16958
16959 2005-02-21 [colin]      1.0.1cvs15.4
16960
16961         * src/compose.c
16962                 Fix Sign/Encrypt when unselecting privacy
16963                 system
16964         * src/prefs_common.c
16965                 Change default message font to Monospace
16966         * src/summaryview.c
16967                 More freezing during potentially large operations
16968
16969 2005-02-21 [paul]       1.0.1cvs15.3
16970
16971         * src/main.c
16972                 fix --help output
16973
16974 2005-02-21 [paul]       1.0.1cvs15.2
16975
16976         * po/Makefile.in.in
16977         * src/compose.c
16978         * src/summaryview.c
16979         * src/textview.c
16980         * src/common/utils.c
16981         * src/common/utils.h
16982                 sync with main (revision 117)
16983
16984 2005-02-20 [colin]      1.0.1cvs15.1
16985
16986         * src/common/defs.h
16987                 Change cache file to .sylpheed_claws_cache, as
16988                 suggested by Alfons. Allows people to switch
16989                 between Sylpheed and Sylpheed-Claws. it is
16990                 a good idea to "Check for new messages" at next
16991                 startup.
16992
16993
16994 2005-02-18 [colin]      1.0.1cvs14.1
16995
16996         * src/quote_fmt_lex.l
16997         * src/quote_fmt_parse.y
16998                 Fix parser initialisation. Patch by Ivan.
16999
17000 2005-02-18 [colin]      1.0.1cvs11.6
17001
17002         * src/folderview.c
17003                 Fix scrolldown (bug 662)
17004
17005 2005-02-17 [colin]      1.0.1cvs11.5
17006
17007         * src/codeconv.c
17008                 conv_filename_to_utf8: return clean 7bit instead
17009                 of broken utf8 if needed
17010         * src/mimeview.c
17011                 Fix display of parts with unclean 8bit names
17012
17013 2005-02-17 [paul]       1.0.1cvs11.4
17014
17015         * src/compose.c
17016         * src/exportldif.c
17017         * src/matcher_parser_parse.y
17018         * src/procmime.c
17019         * src/sourcewindow.c
17020         * src/common/Makefile.am
17021         * src/common/intl.h             ** REMOVED **
17022         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17023                 sync with main (revision 109)
17024                 and clean up
17025
17026 2005-02-16 [colin]      1.0.1cvs11.3
17027
17028         * src/summaryview.c
17029                 Fix collapsed thread not highlighting when new
17030                 messages in it (Bug 568) Patch by Stephan Sachse.
17031                 Fix messed up selection when reaching bounds (Bug 632)
17032         * src/prefs_themes.c
17033                 Fix theme installing (Bug 684)
17034
17035 2005-02-16 [colin]      1.0.1cvs11.2
17036
17037         * src/messageview.c
17038                 Fix messageview_select_all
17039
17040 2005-02-16 [colin]      1.0.1cvs11.1
17041
17042         * src/mh.c
17043                 Sync with HEAD (MH scan required function)
17044
17045 2005-02-15 [colin]      1.0.1cvs8.1
17046
17047         * src/mimeview.c
17048         * src/common/utils.c
17049                 Sync with HEAD (filename chars substitution)
17050
17051 2005-02-15 [colin]      1.0.1cvs7.3
17052
17053         * src/gtk/pluginwindow.c
17054                 Fix button spacing
17055
17056 2005-02-15 [colin]      1.0.1cvs7.2
17057
17058         * src/mimeview.c
17059                 Fix mime icons not reset across message when
17060                 scrolled down
17061
17062 2005-02-15 [colin]      1.0.1cvs7.1
17063
17064         * src/compose.c
17065         * src/procmime.c
17066                 Sync with HEAD (optimisation of cvs6)
17067
17068 2005-02-14 [colin]      1.0.1cvs6.1
17069
17070         * src/compose.c
17071         * src/procmime.c
17072                 Sync with HEAD (encode "From " at line beginning)
17073
17074 2005-02-14 [colin]      1.0.1cvs5.3
17075
17076         * src/compose.c
17077                 Fix wrapping with accentued chars.
17078
17079 2005-02-13 [colin]      1.0.1cvs5.2
17080
17081         * src/textview.c
17082                 Fix email informative part parsing with
17083                 accentued chars in it. ispunct() returns
17084                 true for them in utf8...
17085
17086 2005-02-12 [colin]      1.0.1cvs5.1
17087
17088         * src/filtering.c
17089                 Sync with HEAD (remove wrong use of compose after send)
17090
17091 2005-02-12 [paul]       1.0.1cvs4.5
17092
17093         * src/textview.c
17094                 remove unnecessary code (thanks to Alfons)
17095
17096 2005-02-12 [paul]       1.0.1cvs4.4
17097
17098         * src/textview.c
17099                 add 'Copy' to contextual menu on emails
17100
17101 2005-02-11 [colin]      1.0.1cvs4.3
17102
17103         * src/compose.c
17104                 revert 1.0.0cvs28.2, it doesn't work that well.
17105
17106 2005-02-11 [paul]       1.0.1cvs4.2
17107
17108         * po/Makefile.in.in
17109                 fix 'make release'
17110
17111 2005-02-10 [paul]       1.0.1cvs4.1
17112
17113         * ChangeLog
17114         * ChangeLog.claws
17115         * ChangeLog.jp
17116         * configure.ac
17117         * src/compose.c
17118                 sync with HEAD (sync with main)
17119
17120 2005-02-10 [paul]       1.0.1cvs3.2
17121
17122         * AUTHORS
17123         * Makefile.am
17124         * autogen.sh
17125         * configure.ac
17126         * config/mkinstalldirs
17127         * intl/.cvsignore
17128         * intl/ChangeLog
17129         * intl/VERSION
17130         * intl/bindtextdom.c
17131         * intl/config.charset
17132         * intl/dcgettext.c
17133         * intl/dcigettext.c
17134         * intl/dcngettext.c
17135         * intl/dgettext.c
17136         * intl/dngettext.c
17137         * intl/eval-plural.h
17138         * intl/explodename.c
17139         * intl/finddomain.c
17140         * intl/gettext.c
17141         * intl/gettextP.h
17142         * intl/gmo.h
17143         * intl/hash-string.h
17144         * intl/intl-compat.c
17145         * intl/l10nflist.c
17146         * intl/libgnuintl.h.in
17147         * intl/loadinfo.h
17148         * intl/loadmsgcat.c
17149         * intl/localcharset.c
17150         * intl/localcharset.h
17151         * intl/locale.alias
17152         * intl/localealias.c
17153         * intl/localename.c
17154         * intl/log.c
17155         * intl/ngettext.c
17156         * intl/os2compat.c
17157         * intl/os2compat.h
17158         * intl/osdep.c
17159         * intl/plural-exp.c
17160         * intl/plural-exp.h
17161         * intl/plural.c
17162         * intl/plural.y
17163         * intl/ref-add.sin
17164         * intl/ref-del.sin
17165         * intl/relocatable.c
17166         * intl/relocatable.h
17167         * intl/textdomain.c
17168         * m4/Makefile.am
17169         * po/Makefile.in.in
17170         * src/Makefile.am
17171         * src/account.c
17172         * src/action.c
17173         * src/addr_compl.c
17174         * src/addressadd.c
17175         * src/addressbook.c
17176         * src/addrgather.c
17177         * src/addrindex.c
17178         * src/alertpanel.c
17179         * src/browseldap.c
17180         * src/codeconv.c
17181         * src/codeconv.h
17182         * src/compose.c
17183         * src/compose.h
17184         * src/crash.c
17185         * src/editaddress.c
17186         * src/editbook.c
17187         * src/editgroup.c
17188         * src/editjpilot.c
17189         * src/editldap.c
17190         * src/editldap_basedn.c
17191         * src/editvcard.c
17192         * src/exphtmldlg.c
17193         * src/expldifdlg.c
17194         * src/export.c
17195         * src/exporthtml.c
17196         * src/filtering.c
17197         * src/folder.c
17198         * src/folder_item_prefs.c
17199         * src/foldersel.c
17200         * src/folderview.c
17201         * src/grouplistdialog.c
17202         * src/headerview.c
17203         * src/imap.c
17204         * src/imap_gtk.c
17205         * src/import.c
17206         * src/importldif.c
17207         * src/importmutt.c
17208         * src/importpine.c
17209         * src/inc.c
17210         * src/ldif.c
17211         * src/main.c
17212         * src/mainwindow.c
17213         * src/matcher.c
17214         * src/mbox.c
17215         * src/message_search.c
17216         * src/messageview.c
17217         * src/mh.c
17218         * src/mh_gtk.c
17219         * src/mimeview.c
17220         * src/msgcache.c
17221         * src/news.c
17222         * src/news_gtk.c
17223         * src/noticeview.c
17224         * src/partial_download.c
17225         * src/pop.c
17226         * src/prefs_account.c
17227         * src/prefs_actions.c
17228         * src/prefs_common.c
17229         * src/prefs_customheader.c
17230         * src/prefs_display_header.c
17231         * src/prefs_ext_prog.c
17232         * src/prefs_filtering.c
17233         * src/prefs_filtering_action.c
17234         * src/prefs_folder_item.c
17235         * src/prefs_fonts.c
17236         * src/prefs_gtk.c
17237         * src/prefs_matcher.c
17238         * src/prefs_msg_colors.c
17239         * src/prefs_spelling.c
17240         * src/prefs_summary_column.c
17241         * src/prefs_template.c
17242         * src/prefs_themes.c
17243         * src/prefs_toolbar.c
17244         * src/prefs_wrapping.c
17245         * src/privacy.c
17246         * src/procheader.c
17247         * src/procmime.c
17248         * src/procmsg.c
17249         * src/quote_fmt.c
17250         * src/recv.c
17251         * src/send_message.c
17252         * src/setup.c
17253         * src/sourcewindow.c
17254         * src/ssl_manager.c
17255         * src/statusbar.c
17256         * src/summary_search.c
17257         * src/summaryview.c
17258         * src/textview.c
17259         * src/toolbar.c
17260         * src/wizard.c
17261         * src/common/nntp.c
17262         * src/common/plugin.c
17263         * src/common/smtp.c
17264         * src/common/ssl.c
17265         * src/common/ssl_certificate.c
17266         * src/common/string_match.c
17267         * src/common/sylpheed.c
17268         * src/common/template.c
17269         * src/common/utils.c
17270         * src/gtk/about.c
17271         * src/gtk/colorlabel.c
17272         * src/gtk/description_window.c
17273         * src/gtk/filesel.c
17274         * src/gtk/foldersort.c
17275         * src/gtk/gtkaspell.c
17276         * src/gtk/gtkutils.c
17277         * src/gtk/inputdialog.c
17278         * src/gtk/logwindow.c
17279         * src/gtk/menu.c
17280         * src/gtk/pluginwindow.c
17281         * src/gtk/prefswindow.c
17282         * src/gtk/progressdialog.c
17283         * src/gtk/quicksearch.c
17284         * src/gtk/sslcertwindow.c
17285         * src/plugins/clamav/clamav_plugin.c
17286         * src/plugins/clamav/clamav_plugin_gtk.c
17287         * src/plugins/demo/demo.c
17288         * src/plugins/dillo_viewer/dillo_prefs.c
17289         * src/plugins/dillo_viewer/dillo_viewer.c
17290         * src/plugins/image_viewer/plugin.c
17291         * src/plugins/image_viewer/viewer.c
17292         * src/plugins/image_viewer/viewerprefs.c
17293         * src/plugins/mathml_viewer/mathml_viewer.c
17294         * src/plugins/pgpmime/passphrase.c
17295         * src/plugins/pgpmime/plugin.c
17296         * src/plugins/pgpmime/prefs_gpg.c
17297         * src/plugins/pgpmime/select-keys.c
17298         * src/plugins/pgpmime/sgpgme.c
17299         * src/plugins/spamassassin/spamassassin.c
17300         * src/plugins/spamassassin/spamassassin_gtk.c
17301         * src/plugins/trayicon/trayicon.c
17302                 sync with main (revision 104)
17303
17304 2005-02-10 [colin]      1.0.1cvs3.1
17305
17306         * src/mainwindow.c
17307                 Sync with HEAD (fix occasional crasher)
17308
17309 2005-02-10 [colin]      1.0.1cvs2.1
17310
17311         * src/messageview.c
17312                 Synw with HEAD (don't automatically display html)
17313
17314 2005-02-09 [colin]      1.0.1cvs1.3
17315
17316         * src/textview.c
17317         * src/textview.h
17318                 Add contextual menu on emails
17319
17320 2005-02-09 [colin]      1.0.1cvs1.2
17321
17322         * src/codeconv.c
17323                 Fix converting from broken headers and 
17324                 put back the _ in missing places
17325                 (feature broke with cvs24.2 sync, main 
17326                  possibly affected?)
17327
17328 2005-02-09 [colin]      1.0.1cvs1.1
17329
17330         * src/messageview.c
17331         * src/mimeview.c
17332         * src/mimeview.h
17333                 Sync with HEAD (display non text/plain mails with plugin)
17334
17335 2005-02-08 [colin]      1.0.1.1
17336
17337         * ChangeLog.claws
17338         * po/pt_BR.po
17339                 Sync with HEAD
17340         * configure.ac
17341                 Make default configuration directory 
17342                 be .sylpheed-gtk2
17343
17344 2005-02-08 [colin]      1.0.0cvs29.1
17345
17346         * po/de.po
17347         * po/es.po
17348         * po/fr.po
17349         * po/it.po
17350         * po/sk.po
17351         * po/sr.po
17352                 Sync translations with HEAD
17353
17354 2005-02-06 [colin]      1.0.0cvs28.3
17355
17356         * src/compose.c
17357                 Make compose a bit faster - patch by Alfons.
17358
17359 2005-02-06 [colin]      1.0.0cvs28.2
17360
17361         * src/compose.c
17362                 Make pasting via middle-click more reliable
17363
17364 2005-02-05 [paul]       1.0.0cvs28.1
17365
17366         * ChangeLog
17367         * ChangeLog.claws
17368         * ChangeLog.jp
17369         * configure.ac
17370         * src/compose.c
17371                 sync with HEAD
17372                 (fix bug 682 'redirect is broken'
17373
17374 2005-02-05 [torte]      1.0.0cvs27.1
17375
17376         * ChangeLog.claws
17377         * configure.ac
17378         * src/partial_download.c
17379                 Sync with HEAD (fix buf overflow)
17380
17381 2005-02-03 [colin]      1.0.0cvs26.1
17382
17383         * src/common/plugin.c
17384                 Sync with HEAD (avoid plugin mismatches)
17385
17386 2005-02-03 [paul]       1.0.0cvs25.3
17387
17388         * src/folderview.c
17389         * src/headerview.c
17390         * src/summaryview.c
17391         * src/textview.c
17392         * src/gtk/colorlabel.c
17393                 third and final part of initial sync with main-gtk2
17394
17395 2005-02-03 [paul]       1.0.0cvs25.2
17396
17397         * src/jpilot.c
17398                 fix building with jpilot support
17399
17400 2005-02-02 [colin]      1.0.0cvs25.1
17401
17402         * src/messageview.c
17403                 Sync with HEAD (fix dangerous typo)
17404
17405 2005-02-01 [colin]      1.0.0cvs24.3
17406
17407         * src/common/xml.c
17408                 Write file as advertised (UTF-8)
17409
17410 2005-02-01 [paul]       1.0.0cvs24.2
17411
17412         * src/addrbook.c
17413         * src/addrindex.c
17414         * src/alertpanel.h
17415         * src/codeconv.c
17416         * src/codeconv.h
17417         * src/compose.c
17418         * src/export.c
17419         * src/folder_item_prefs.c
17420         * src/html.c
17421         * src/imap.c
17422         * src/import.c
17423         * src/jpilot.c
17424         * src/mainwindow.c
17425         * src/matcher_parser_lex.l
17426         * src/messageview.c
17427         * src/mh.c
17428         * src/prefs_account.c
17429         * src/prefs_actions.c
17430         * src/prefs_common.c
17431         * src/prefs_gtk.c
17432         * src/prefs_gtk.h
17433         * src/prefs_themes.c
17434         * src/procheader.c
17435         * src/procmime.c
17436         * src/sourcewindow.c
17437         * src/statusbar.c
17438         * src/summaryview.c
17439         * src/textview.c
17440         * src/toolbar.c
17441         * src/unmime.c
17442         * src/common/template.c
17443         * src/common/utils.c
17444         * src/common/xml.c
17445         * src/common/xml.h
17446         * src/gtk/gtkaspell.c
17447         * src/plugins/clamav/clamav_plugin.c
17448         * src/plugins/dillo_viewer/dillo_prefs.c
17449         * src/plugins/image_viewer/viewerprefs.c
17450         * src/plugins/pgpmime/passphrase.c
17451         * src/plugins/pgpmime/prefs_gpg.c
17452         * src/plugins/pgpmime/select-keys.c
17453         * src/plugins/spamassassin/spamassassin.c
17454                 second part of initial sync with main-gtk2
17455                 (more to follow)
17456
17457 2005-01-31 [colin]      1.0.0cvs24.1
17458
17459         * src/compose.c
17460                 Sync with HEAD
17461
17462 2005-01-29 [paul]       1.0.0cvs23.2
17463
17464         * src/account.c
17465         * src/action.c
17466         * src/addressadd.c
17467         * src/addressbook.c
17468         * src/alertpanel.c
17469         * src/compose.c
17470         * src/editaddress.c
17471         * src/editbook.c
17472         * src/editgroup.c
17473         * src/editjpilot.c
17474         * src/editldap.c
17475         * src/editldap_basedn.c
17476         * src/editvcard.c
17477         * src/export.c
17478         * src/foldersel.c
17479         * src/grouplistdialog.c
17480         * src/import.c
17481         * src/importldif.c
17482         * src/inc.c
17483         * src/main.c
17484         * src/mainwindow.c
17485         * src/message_search.c
17486         * src/messageview.c
17487         * src/mimeview.c
17488         * src/prefs_actions.c
17489         * src/prefs_common.c
17490         * src/prefs_common.h
17491         * src/prefs_customheader.c
17492         * src/prefs_display_header.c
17493         * src/prefs_filtering.c
17494         * src/prefs_filtering_action.c
17495         * src/prefs_gtk.c
17496         * src/prefs_matcher.c
17497         * src/prefs_summary_column.c
17498         * src/prefs_template.c
17499         * src/sourcewindow.c
17500         * src/summary_search.c
17501         * src/summaryview.c
17502         * src/textview.c
17503         * src/gtk/about.c
17504         * src/gtk/description_window.c
17505         * src/gtk/gtkshruler.c
17506         * src/gtk/gtkutils.c
17507         * src/gtk/gtkutils.h
17508         * src/gtk/inputdialog.c
17509         * src/gtk/logwindow.c
17510         * src/gtk/prefswindow.c
17511         * src/gtk/progressdialog.c
17512         * src/gtk/progressdialog.h
17513                 first part of initial sync with main-gtk2
17514                 (more to follow)
17515
17516 2005-01-28 [colin]      1.0.0cvs23.1
17517
17518         * src/folderview.c
17519                 Sync with HEAD
17520
17521 2005-01-27 [colin]      1.0.0cvs21.1
17522
17523         * src/folder.c
17524         * src/folderview.c
17525                 Sync with HEAD
17526
17527 2005-01-27 [colin]      1.0.0cvs19.1
17528
17529         * src/procmime.c
17530                 Sync with HEAD
17531
17532 2005-01-27 [colin]      1.0.0cvs18.1
17533
17534         * src/messageview.c
17535         * src/summaryview.c
17536         * src/mainwindow.c
17537         * src/compose.c
17538         * src/compose.h
17539         * src/procmsg.c
17540         * src/procmsg.h
17541         * src/toolbar.c
17542                 Sync with HEAD
17543
17544 2005-01-26 [paul]       1.0.0cvs15.2
17545
17546         * src/compose.c
17547                 compose_entries_set(): convert subject and body to
17548                 utf8 if necessary. patch by Felix Eckhofer
17549
17550 2005-01-26 [paul]       1.0.0cvs15.1
17551
17552         * configure.ac
17553         * src/common/template.c
17554                 sync with HEAD (fix memory leak)
17555
17556 2005-01-25 [paul]       1.0.0cvs14.1
17557
17558         * configure.ac
17559         * src/compose.c
17560                 sync with HEAD
17561
17562 2005-01-24 [colin]      1.0.0cvs13.1
17563
17564         * src/summaryview.c
17565                 Sync with HEAD
17566
17567 2005-01-24 [paul]       1.0.0cvs12.1
17568
17569         * configure.ac
17570         * src/messageview.c
17571         * src/mh.c
17572         * src/common/utils.c
17573                 sync with HEAD
17574
17575 2005-01-24 [colin]      1.0.0cvs11.1
17576
17577         * src/procheader.c
17578                 Sync with HEAD
17579
17580 2005-01-24 [colin]      1.0.0cvs10.1
17581
17582         * src/folderview.c
17583                 Sync with HEAD
17584
17585 2005-01-23 [colin]      1.0.0cvs9.1
17586
17587         * src/crash.c
17588                 Sync with HEAD
17589
17590 2005-01-22 [colin]      1.0.0cvs8.1
17591
17592         * src/summaryview.c
17593         * src/gtk/quicksearch.c
17594                 Sync with HEAD
17595
17596 2005-01-21 [colin]      1.0.0cvs7.1
17597
17598         * src/summaryview.c
17599                 Sync with HEAD
17600
17601 2005-01-21 [colin]      1.0.0cvs6.1
17602
17603         * src/summaryview.c
17604                 Sync with HEAD
17605
17606 2005-01-21 [colin]      1.0.0cvs5.1
17607
17608         * src/gtk/quicksearch.c
17609         * src/prefs_common.c
17610         * src/prefs_common.h
17611                 Sync with HEAD (recurse option)
17612
17613 2005-01-21 [colin]      1.0.0cvs4.1
17614
17615         * src/folder.h
17616         * src/folderview.c
17617         * src/folderview.h
17618         * src/summaryview.c
17619         * src/gtk/quicksearch.c
17620         * src/gtk/quicksearch.h
17621                 Sync with HEAD (recursive quicksearch)
17622
17623 2005-01-20 [colin]      1.0.0cvs3.4
17624
17625         * src/ssl_manager.c
17626                 Remove useless code
17627
17628 2005-01-20 [colin]      1.0.0cvs3.3
17629
17630         * src/ssl_manager.c
17631                 Fix leak, thanks to Alfons.
17632
17633 2005-01-20 [colin]      1.0.0cvs3.2
17634
17635         * src/ssl_manager.c
17636                 Port SSL certificate window to GTK2.
17637
17638 2005-01-20 [paul]       1.0.0cvs3.1
17639
17640         * ChangeLog.claws
17641         * configure.ac
17642         * src/addrindex.c
17643         * src/addrindex.h
17644                 sync with HEAD
17645
17646 2005-01-19 [colin]      1.0.0cvs2.2
17647
17648         * src/plugins/trayicon/trayicon.c
17649                 Fix freeze with gtk-2.6, the easy way
17650                 (signal blocking helpless there...)
17651                 Closes bug #668.
17652
17653 2005-01-19 [colin]      1.0.0cvs2.1
17654
17655         * src/mbox.c
17656         * src/mbox.h
17657         * src/mainwindow.c
17658         * src/summaryview.c
17659         * src/summaryview.h
17660                 Sync with HEAD
17661
17662 2005-01-19 [paul]       1.0.0cvs1.1
17663
17664         * configure.ac
17665         * po/de.po
17666         * po/es.po
17667         * po/fr.po
17668         * po/hr.po
17669         * po/it.po
17670         * po/ja.po
17671         * po/ko.po
17672         * po/pt_BR.po
17673         * po/ru.po
17674         * po/sk.po
17675         * po/sr.po
17676                 sync with HEAD (update translations)
17677
17678 2005-01-18 [colin]      1.0.0cvs0.1
17679
17680         * src/foldersel.c
17681                 Specify search column - patch by Alfons
17682
17683 2005-01-18 [colin]      0.9.13cvs36.3
17684
17685         * src/prefs_toolbar.c
17686                 Change Delete to Remove
17687         * src/prefs_fonts.c
17688                 GTK2 version and leak fixes
17689         * src/prefs_actions.c
17690                 Add stock buttons.
17691                 All patches by Alfons
17692
17693 2005-01-17 [colin]      0.9.13cvs36.2
17694
17695         * src/compose.c
17696                 Fix DnD inserting twice. While at it,
17697                 add DnD support for text/plain in the
17698                 body, and add support in the headers.
17699
17700 2005-01-16 [colin]      0.9.13cvs36.1
17701
17702         * ChangeLog
17703         * ChangeLog.jp
17704         * ChangeLog.claws
17705                 Sync with HEAD (nothing applicable)
17706
17707 2005-01-16 [colin]      0.9.13cvs33.2
17708
17709         * src/prefs_toolbar.c
17710                 GTK2ize prefs_toolbar, by Alfons.
17711
17712 2005-01-14 [colin]      0.9.13cvs33.1
17713
17714         * src/html.c
17715         * src/msgcache.c
17716                 Sync with HEAD
17717
17718 2005-01-14 [colin]      0.9.13cvs32.1
17719
17720         * src/html.c
17721         * src/html.h
17722         * src/msgcache.c
17723         * AUTHORS
17724         * tools/calypso_convert.pl
17725                 Sync with HEAD
17726
17727 2005-01-08 [colin]      0.9.13cvs29.2
17728
17729         * src/prefs_filtering_action.c
17730         * src/prefs_filtering.c
17731                 2 more gtk2 patches by Alfons
17732
17733 2005-01-07 [paul]       0.9.13cvs29.1
17734
17735         * ChangeLog
17736         * ChangeLog.claws
17737         * ChangeLog.jp
17738         * configure.ac
17739         * src/pop.c
17740         * src/pop.h
17741                 sync with HEAD
17742
17743 2005-01-07 [colin]      0.9.13cvs28.3
17744
17745         * src/gtk/progressdialog.c
17746         * src/gtk/progressdialog.h
17747         * src/inc.c
17748         * src/send_message.c
17749                 GTK2 for the incorporation dialog. The CList isn't dead
17750                 yet, for a more smooth migration. Patch by Alfons.
17751
17752 2005-01-06 [colin]      0.9.13cvs28.2
17753
17754         * src/prefs_display_header.c
17755                 GTK2 conversion by Alfons
17756         * src/prefs_actions.c
17757         * src/prefs_matcher.c
17758                 Fix 2 leaks - patch by Alfons
17759
17760 2005-01-06 [colin]      0.9.13cvs28.1
17761
17762         * src/prefs_matcher.c
17763                 Sync with HEAD
17764
17765 2005-01-06 [colin]      0.9.13cvs27.4
17766
17767         * src/prefs_matcher.c
17768                 Fix double-free. Patch by Alfons
17769
17770 2005-01-06 [colin]      0.9.13cvs27.3
17771
17772         * src/prefs_matcher.c
17773                 GTK2 widgets + memleak
17774                 Patch by Alfons
17775
17776 2005-01-05 [colin]      0.9.13cvs27.2
17777
17778         * src/account.c
17779         * src/addr_compl.c
17780         * src/foldersel.c
17781         * src/stock_pixmap.c
17782         * src/stock_pixmap.h
17783                 3 more GTK2 patches by Alfons.
17784
17785 2005-01-04 [colin]      0.9.13cvs27.1
17786
17787         * src/folderview.c
17788         * src/imap_gtk.c
17789         * src/news_gtk.c
17790                 Sync with HEAD
17791
17792 2005-01-04 [colin]      0.9.13cvs25.9
17793
17794         * src/compose.c
17795                 Fix Show Ruler menuitem
17796         * src/prefs_template.c
17797                 Convert to GTK2
17798         * src/common/utils.c
17799                 Make auto pointer stuff handles NULLs
17800                 Patches by Alfons.
17801
17802 2005-01-04 [colin]      0.9.13cvs25.8
17803
17804         * src/compose.c
17805                 Move the attachment list to gtk2
17806                 Patch by Alfons.
17807
17808 2005-01-04 [colin]      0.9.13cvs25.7
17809
17810         * src/textview.c
17811                 Make some keys work again
17812                 Patch by SungHyun Nam <namsh@kldp.org>
17813
17814 2005-01-04 [colin]      0.9.13cvs25.6
17815
17816         * src/gtk/gtkshruler.c
17817                 Move the ruler to GTK2
17818                 Patch by Alfons
17819
17820 2005-01-03 [colin]      0.9.13cvs25.5
17821
17822         * src/compose.c
17823                 Fix my broken patch apply 
17824
17825 2005-01-03 [colin]      0.9.13cvs25.4
17826
17827         * src/common/utils.c
17828         * src/common/utils.h
17829         * src/gtk/prefswindow.c
17830                 Move auto pointer stuff to utils.c
17831                 Patch by Alfons again :)
17832
17833 2005-01-03 [colin]      0.9.13cvs25.3
17834
17835         * src/compose.c
17836         * src/prefs_gtk.c
17837         * src/prefs_template.c
17838         * src/textview.c
17839                 Empty text widgets with empty strings, not NULL char
17840                 Patch by SungHyun Nam <namsh@kldp_org>
17841
17842 2005-01-03 [colin]      0.9.13cvs25.2
17843
17844         * src/main.c
17845         * AUTHORS
17846                 Sync with HEAD
17847
17848 2005-01-03 [colin]      0.9.13cvs25.1
17849
17850         * src/pop.c
17851         * src/pop.h
17852                 Sync with HEAD
17853
17854 2005-01-03 [colin]      0.9.13cvs24.3
17855
17856         * src/account.c
17857                 Two patches from Alfons and Alex S Moore:
17858                 fix images, fix return value.
17859
17860 2005-01-01 [colin]      0.9.13cvs24.2
17861
17862         * src/prefs_actions.c
17863                 Fix over-zealous assertion. Patch by Alfons
17864
17865 2005-01-01 [colin]      0.9.13cvs24.1
17866
17867         * src/procmime.c
17868                 Sync with HEAD (leak fix)
17869
17870 2004-12-31 [colin]      0.9.13cvs23.2
17871
17872         * src/prefs_common.c
17873                 GTK2 widgets + stock buttons - patch by Alfons
17874
17875 2004-12-31 [paul]       0.9.13cvs23.1
17876
17877         * configure.ac
17878                 bump up EXTRA_VERSION to match (sync'ed) HEAD
17879         * src/gtk/pluginwindow.c
17880                 use GTK2 widgets and plug memory leaks,
17881                 patches by Alfons
17882
17883 2004-12-30 [colin]      0.9.13cvs22.4
17884
17885         * src/account.c
17886         * src/action.c
17887         * src/export.c
17888         * src/foldersel.c
17889         * src/import.c
17890         * src/message_search.c
17891         * src/prefs_actions.c
17892         * src/prefs_common.c
17893         * src/prefs_customheader.c
17894         * src/prefs_filtering.c
17895         * src/prefs_summary_column.c
17896         * src/summary_search.c
17897         * src/gtk/about.c
17898         * src/gtk/description_window.c
17899         * src/gtk/gtkutils.c
17900         * src/gtk/gtkutils.h
17901         * src/gtk/inputdialog.c
17902         * src/gtk/prefswindow.c
17903                 Use GTK2 stock buttons. Patches by Alfons.
17904
17905 2004-12-30 [colin]      0.9.13cvs22.3
17906
17907         * src/account.c
17908                 Sync with HEAD
17909         * src/prefs_actions.c
17910         * src/prefs_customheader.c
17911         * src/prefs_filtering.c
17912         * src/prefs_msg_colors.c
17913         * src/prefs_summary_column.c
17914         * src/gtk/prefswindow.c
17915                 Use GtkTreeView instead of deprecated 
17916                 widgets. Patches by Alfons.
17917
17918 2004-12-30 [paul]       0.9.13cvs22.2
17919
17920         * src/foldersel.c
17921                 use GTK 2 Tree View
17922                 patch by Alfons, with root folder sorting fix
17923                 by Stephan Sachse
17924
17925 2004-12-30 [paul]       0.9.13cvs22.1
17926
17927         * ChangeLog
17928         * ChangeLog.claws
17929         * ChangeLog.jp
17930         * NEWS
17931         * configure.ac
17932         * src/account.c
17933                 sync with HEAD
17934
17935 2004-12-22 [martin]     0.9.13cvs21.2
17936
17937         * src/action.c
17938                 free the command line after its use
17939
17940 2004-12-18 [paul]       0.9.13cvs21.1
17941
17942         * AUTHORS
17943         * ChangeLog
17944         * ChangeLog.claws
17945         * ChangeLog.jp
17946         * NEWS
17947         * configure.ac
17948         * src/action.c
17949         * src/compose.c
17950         * src/syldap.c
17951                 sync with HEAD
17952
17953 2004-12-17 [martin]     0.9.13cvs17.2
17954
17955         * src/action.c
17956                 convert actions input to locale
17957         * src/inc.c
17958                 convert notification command to locale
17959         * src/plugins/pgpmime/select-keys.c
17960                 convert attributes to utf8
17961
17962 2004-12-14 [colin]      0.9.13cvs17.1
17963
17964         * ChangeLog
17965         * ChangeLog.jp
17966         * ChangeLog.claws
17967         * src/action.c
17968         * src/common/utils.c
17969         * src/gtk/prefswindow.c
17970         * src/gtk/gtkutils.c
17971         * src/gtk/gtkutils.h
17972         * src/plugins/spamassassin/libspamc.c
17973                 Sync with HEAD
17974
17975 2004-12-13 [colin]      0.9.13cvs14.1
17976
17977         * src/quote_fmt_parse.y
17978                 Sync with HEAD
17979
17980 2004-12-10 [colin]      0.9.13cvs12.1
17981
17982         * src/prefs_themes.c
17983         * src/mainwindow.c
17984         * src/messageview.c
17985                 Sync with HEAD
17986
17987 2004-12-09 [colin]      0.9.13cvs10.1
17988
17989         * src/procmime.c
17990                 Sync with HEAD (fix B64 encoding from memory)
17991
17992 2004-12-08 [colin]      0.9.13cvs9.1
17993
17994         * src/gtk/colorlabel.c
17995                 Sync with HEAD
17996
17997 2004-12-08 [paul]       0.9.13cvs8.2
17998
17999         * src/gtk/pluginwindow.c
18000                 fix window resizing oddities
18001
18002 2004-12-08 [colin]      0.9.13cvs8.1
18003
18004         * src/quote_fmt_parse.y
18005                 Sync with HEAD
18006
18007 2004-12-08 [colin]      0.9.13cvs7.1
18008
18009         * src/matcher_parser_parse.y
18010         * src/msgcache.c
18011         * src/prefs_matcher.c
18012         * src/procheader.c
18013         * src/matcher.c
18014         * src/common/defs.h
18015         * po/sr.po
18016                 Sync with HEAD
18017
18018 2004-12-08 [colin]      0.9.13cvs6.1
18019
18020         * src/quote_fmt_parse.y
18021         * src/textview.c
18022                 Sync with HEAD
18023         * src/gtk/prefswindow.c
18024         * src/gtk/pluginwindow.c
18025                 Fix G_CALLBACKS protos (thanks to Alfons)
18026
18027 2004-12-07 [torte]      0.9.13cvs2.2
18028
18029         * src/procmime.c
18030                 [Bug 650] reply button causes crash
18031                 Thanks to David Relson and Christoph
18032
18033 2004-12-07 [colin]      0.9.13cvs2.1
18034
18035         * ChangeLog.claws
18036         * AUTHORS
18037         * po/sk.po
18038         * src/procmime.c
18039         * src/prefs_account.c
18040         * src/common/smtp.c
18041         * src/common/smtp.h
18042                 Sync with HEAD
18043
18044 2004-12-06 [colin]      0.9.12cvs187.1
18045
18046         * ChangeLog.claws
18047         * INSTALL
18048         * Makefile.am
18049         * README.claws
18050         * TODO.claws
18051         * configure.ac
18052         * po/bg.po
18053         * po/cs.po
18054         * po/el.po
18055         * po/en_GB.po
18056         * po/es.po
18057         * po/fr.po
18058         * po/hr.po
18059         * po/hu.po
18060         * po/it.po
18061         * po/ja.po
18062         * po/ko.po
18063         * po/nl.po
18064         * po/pl.po
18065         * po/pt_BR.po
18066         * po/ru.po
18067         * po/sk.po
18068         * po/sr.po
18069         * po/sv.po
18070         * po/zh_CN.po
18071         * po/zh_TW.Big5.po
18072         * src/compose.c
18073         * tools/Makefile.am
18074         * tools/README
18075         * tools/filter_conv.pl
18076         * tools/kdeservicemenu/README
18077         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18078         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18079                 Sync with HEAD
18080
18081 2004-12-04 [colin]      0.9.12cvs183.1
18082
18083         * src/compose.c
18084                 Sync with HEAD (compose window position saving)
18085
18086 2004-12-04 [paul]       0.9.12cvs182.3
18087
18088         * src/messageview.c
18089         * src/mimeview.c
18090         * src/prefs_customheader.c
18091         * src/gtk/quicksearch.c
18092                 replace some forgotten GTK_SIGNAL_FUNCs
18093
18094 2004-12-04 [paul]       0.9.12cvs182.2
18095
18096         * src/Makefile.am
18097                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
18098                 committed in error      
18099
18100 2004-12-04 [paul]       0.9.12cvs182.1
18101
18102         * ChangeLog
18103         * ChangeLog.claws
18104         * ChangeLog.jp
18105         * INSTALL
18106         * NEWS
18107         * README
18108         * README.jp
18109         * configure.ac
18110         * doc/manual/ja/Makefile.am
18111         * doc/manual/ja/sylpheed-1.html
18112         * doc/manual/ja/sylpheed-10.html
18113         * doc/manual/ja/sylpheed-11.html
18114         * doc/manual/ja/sylpheed-12.html
18115         * doc/manual/ja/sylpheed-13.html
18116         * doc/manual/ja/sylpheed-14.html
18117         * doc/manual/ja/sylpheed-15.html
18118         * doc/manual/ja/sylpheed-16.html
18119         * doc/manual/ja/sylpheed-17.html
18120         * doc/manual/ja/sylpheed-18.html
18121         * doc/manual/ja/sylpheed-19.html
18122         * doc/manual/ja/sylpheed-2.html
18123         * doc/manual/ja/sylpheed-20.html
18124         * doc/manual/ja/sylpheed-3.html
18125         * doc/manual/ja/sylpheed-4.html
18126         * doc/manual/ja/sylpheed-5.html
18127         * doc/manual/ja/sylpheed-6.html
18128         * doc/manual/ja/sylpheed-7.html
18129         * doc/manual/ja/sylpheed-8.html
18130         * doc/manual/ja/sylpheed-9.html
18131         * doc/manual/ja/sylpheed.html
18132         * doc/manual/ja/sylpheed.sgml
18133         * po/de.po
18134         * src/Makefile.am
18135         * src/compose.c
18136         * src/procmime.c
18137         * src/pixmaps/regular.xpm **REMOVED**
18138         * src/plugins/pgpmime/pgpmime.c
18139         * src/plugins/pgpmime/plugin.c
18140         * src/plugins/pgpmime/prefs_gpg.c
18141                 sync with HEAD
18142
18143 2004-12-03 [paul]       0.9.12cvs180.1
18144
18145         * ChangeLog
18146         * ChangeLog.claws
18147         * ChangeLog.jp
18148         * configure.ac
18149         * src/Makefile.am
18150         * src/pop.c
18151         * src/common/utils.c
18152         * src/common/utils.h
18153         * src/pixmaps/continue.xpm
18154         * src/pixmaps/dir_close.xpm
18155         * src/pixmaps/dir_open.xpm
18156         * src/pixmaps/drafts_close.xpm
18157         * src/pixmaps/drafts_open.xpm
18158         * src/pixmaps/folder.xpm **REMOVED**
18159         * src/pixmaps/group.xpm
18160         * src/pixmaps/unread.xpm
18161                 sync with HEAD
18162
18163 2004-12-02 [colin]      0.9.12cvs179.1
18164
18165         * src/compose.c
18166                 Sync with HEAD (non-duplicated reedition)
18167
18168 2004-12-02 [colin]      0.9.12cvs178.1
18169
18170         * src/compose.c
18171                 Sync with HEAD (linewrap_quote fix)
18172
18173 2004-12-01 [colin]      0.9.12cvs177.3
18174
18175         * src/addrharvest.c
18176                 Replace sizeof with strlen
18177
18178 2004-12-01 [paul]       0.9.12cvs177.2
18179
18180         * src/addrharvest.c
18181                 fix 'harvest addresses'
18182
18183 2004-11-30 [colin]      0.9.12cvs177.1
18184
18185         * src/gtk/prefswindow.c
18186         * src/gtk/pluginwindow.c
18187                 Sync with HEAD
18188
18189 2004-11-29 [colin]      0.9.12cvs176.1
18190
18191         * src/folderview.c
18192                 sync with HEAD (Fix disappearing separators in folderview's popup)
18193
18194 2004-11-29 [colin]      0.9.12cvs175.1
18195
18196         * src/procmime.c
18197                 Sync with head (another format fix)
18198
18199 2004-11-29 [colin]      0.9.12cvs174.1
18200
18201         * src/pop.c
18202                 Sync with HEAD (format string fix)
18203
18204 2004-11-26 [colin]      0.9.12cvs173.1
18205
18206         * src/common/smtp.c
18207         * src/common/smtp.h
18208                 Sync with HEAD
18209
18210 2004-11-24 [colin]      0.9.12cvs172.1
18211
18212         * src/plugins/pgpmime/pgpmime.c
18213                 Sync with HEAD
18214
18215 2004-11-24 [colin]      0.9.12cvs171.1
18216
18217         * src/plugins/pgpmime/pgpmime.c
18218                 Sync with head (gpgmectx leaks)
18219
18220 2004-11-24 [colin]      0.9.12cvs169.1
18221
18222         * src/plugins/pgpmime/plugin.c
18223         * src/plugins/trayicon/Makefile.am
18224         * src/plugins/trayicon/newmarkedmail.xpm
18225         * src/plugins/trayicon/trayicon.c
18226         * src/plugins/trayicon/unreadmarkedmail.xpm
18227                 Sync with HEAD
18228
18229 2004-11-23 [colin]      0.9.12cvs168.1
18230
18231         * src/partial_download.c
18232         * src/partial_download.h
18233         * src/plugins/pgpmime/plugin.c
18234                 Sync with HEAD
18235
18236 2004-11-23 [colin]      0.9.12cvs166.1
18237
18238         * src/Makefile.am
18239         * src/codeconv.c
18240         * src/compose.c
18241         * src/folderview.c
18242         * src/main.c
18243         * src/partial_download.c
18244         * src/partial_download.h
18245         * src/prefs_account.c
18246         * src/prefs_account.h
18247         * src/privacy.c
18248         * src/privacy.h
18249         * src/procmime.c
18250         * src/common/Makefile.am
18251         * src/common/base64.h
18252         * src/common/partial_download.c
18253         * src/common/partial_download.h
18254         * src/gtk/prefswindow.c
18255         * src/gtk/prefswindow.h
18256         * src/plugins/pgpmime/pgpmime.c
18257         * src/plugins/pgpmime/prefs_gpg.c
18258         * src/plugins/pgpmime/prefs_gpg.h
18259         * src/plugins/pgpmime/sgpgme.c
18260         * src/plugins/pgpmime/sgpgme.h
18261                 Sync with HEAD
18262
18263 2004-11-23 [colin]      0.9.12cvs163.1
18264
18265         * src/main.c
18266                 Sync with HEAD (cursor optimization)
18267
18268 2004-11-23 [colin]      0.9.12cvs162.1
18269
18270         * src/prefs_common.c
18271         * src/prefs_themes.c
18272         * src/procmsg.c
18273                 Sync with HEAD
18274
18275 2004-11-23 [colin]      0.9.12cvs158.9
18276
18277         * src/compose.c
18278                 Fix double-free when forwarding
18279         * src/msgcache.c
18280                 Fix leak on error path
18281                 
18282
18283 2004-11-23 [colin]      0.9.12cvs158.8
18284
18285         * src/compose.c
18286                 Fix possible double-free
18287                 Spotted by Alfons
18288
18289 2004-11-23 [colin]      0.9.12cvs158.7
18290
18291         * src/compose.c
18292                 Fix some signal handlers' prototypes
18293                 Spotted by Alfons
18294
18295 2004-11-22 [colin]      0.9.12cvs158.6
18296
18297         * src/compose.c
18298                 Remove unneeded code and duplicated
18299                 wrapping - patch by Alfons
18300
18301 2004-11-22 [colin]      0.9.12cvs158.5
18302
18303         * src/prefs_themes.c
18304                 Fix oversized selector
18305
18306 2004-11-22 [colin]      0.9.12cvs158.4
18307
18308         * src/compose.c
18309                 fix dump_text()
18310                 patch by Alfons
18311
18312 2004-11-19 [colin]      0.9.12cvs158.3
18313
18314         * src/textview.c
18315                 Add a context menu on links (open, copy)
18316
18317 2004-11-18 [paul]       0.9.12cvs158.2
18318
18319         * src/addrgather.c
18320         * src/exphtmldlg.c
18321         * src/expldifdlg.c
18322         * src/mimeview.c
18323         * src/prefs_common.c
18324         * src/plugins/image_viewer/viewer.c
18325         * src/plugins/spamassassin/spamassassin_gtk.c
18326                 replace deprecated gtk_notebook_set_page
18327                 and gtk_notebook_current_page
18328
18329 2004-11-18 [paul]       0.9.12cvs158.1
18330
18331         * configure.ac
18332         * src/compose.c
18333         * src/mainwindow.c
18334         * src/messageview.c
18335         * src/prefs_common.c
18336         * src/common/utils.c
18337         * src/common/utils.h
18338                 sync with HEAD
18339
18340 2004-11-17 [colin]      0.9.12cvs156.1
18341
18342         * src/prefs_account.c
18343         * src/prefs_account.h
18344         * src/procmsg.c
18345                 Sync with HEAD (add pref to store encrypted mails encrypted)
18346
18347 2004-11-17 [paul]       0.9.12cvs155.1
18348
18349         * ChangeLog
18350         * ChangeLog.claws
18351         * ChangeLog.jp
18352         * NEWS
18353         * configure.ac
18354         * src/compose.c
18355         * src/jpilot.c
18356         * src/privacy.c
18357         * src/procmime.c
18358         * src/procmime.h
18359         * src/procmsg.c
18360         * src/toolbar.c
18361         * src/pixmaps/error.xpm
18362                 sync with HEAD
18363
18364 2004-11-17 [colin]      0.9.12cvs151.1
18365
18366         * src/plugins/pgpmime/pgpmime.c
18367                 Sync with HEAD (remove debug printf)
18368
18369 2004-11-17 [colin]      0.9.12cvs150.1
18370
18371         * src/plugins/pgpmime/pgpmime.c
18372                 Sync with HEAD (off-by-one fix)
18373
18374 2004-11-17 [colin]      0.9.12cvs149.1
18375
18376         * src/procmsg.c
18377                 Sync with HEAD (coding style fixes)
18378
18379 2004-11-16 [colin]      0.9.12cvs148.1
18380
18381         * src/procmsg.c
18382                 Sync with head (Fix the fix)
18383
18384 2004-11-16 [colin]      0.9.12cvs147.1
18385
18386         * src/procmsg.c
18387                 Sync with Main (leak fix)
18388
18389 2004-11-16 [colin]      0.9.12cvs146.14
18390
18391         * src/compose.c
18392                 Remove useless chunk of code
18393                 Patch by Alfons
18394
18395 2004-11-15 [colin]      0.9.12cvs146.13
18396
18397         * src/compose.c
18398                 Fix drafting after insertion
18399                 Patch by Alfons
18400
18401 2004-11-15 [colin]      0.9.12cvs146.12
18402
18403         * src/compose.c
18404         * src/prefs_filtering.c
18405         * src/prefs_filtering_action.c
18406         * src/prefs_toolbar.c
18407                 Fix some const-correctness
18408
18409 2004-11-15 [colin]      0.9.12cvs146.11
18410
18411         * src/summaryview.c
18412         * src/prefs_themes.c
18413         * src/messageview.c
18414                 Fix some leaks
18415
18416 2004-11-15 [colin]      0.9.12cvs146.10
18417
18418         * src/codeconv.c
18419                 More unreadable locale fixes
18420
18421 2004-11-14 [colin]      0.9.12cvs146.9
18422
18423         * src/textview.c
18424                 Fix uri_security_check
18425                 Patch by Alfons
18426
18427 2004-11-13 [paul]       0.9.12cvs146.8
18428
18429         * src/folder.c
18430         * src/procmime.c
18431                 fix 2 bugs introduced in last commit
18432
18433 2004-11-13 [paul]       0.9.12cvs146.7
18434
18435         * src/compose.c
18436         * src/exporthtml.c
18437         * src/exportldif.c
18438         * src/folder.c
18439         * src/imap.c
18440         * src/imap_gtk.c
18441         * src/main.c
18442         * src/mainwindow.c
18443         * src/messageview.c
18444         * src/mh_gtk.c
18445         * src/prefs_themes.c
18446         * src/procmime.c
18447         * src/setup.c
18448         * src/summaryview.c
18449                 replace deprecated g_basename
18450
18451 2004-11-13 [paul]       0.9.12cvs146.6
18452
18453         * src/compose.c
18454         * src/imap.c
18455         * src/matcher_parser.h
18456         * src/matcher_parser_parse.y
18457         * src/prefs_filtering.c
18458         * src/prefs_filtering_action.c
18459         * src/prefs_themes.c
18460         * src/prefs_toolbar.c
18461         * src/common/utils.c
18462                 various small fixes/cleanups
18463
18464 2004-11-12 [colin]      0.9.12cvs146.5
18465
18466         * src/textview.c
18467                 Validate event's origin on visibility notify
18468                 Patch by Alfons.
18469
18470 2004-11-12 [paul]       0.9.12cvs146.4
18471
18472         * src/exporthtml.c
18473         * src/exportldif.c
18474         * src/imap.c
18475         * src/mh.c
18476         * src/mimeview.c
18477         * src/prefs_spelling.c
18478         * src/prefs_themes.c
18479                 replace deprecated g_dirname    
18480
18481 2004-11-12 [colin]      0.9.12cvs146.3
18482
18483         * src/textview.c
18484                 Some coding style fixes
18485
18486 2004-11-12 [colin]      0.9.12cvs146.2
18487
18488         * src/codeconv.c
18489                 We want to replace _all_ extended chars in
18490                 conv_unreadable_*, because any string containing
18491                 extended chars not parsing as UTF8 is 
18492                 undisplayed on gtk2.
18493
18494 2004-11-12 [paul]       0.9.12cvs146.1
18495
18496         * ChangeLog
18497         * ChangeLog.claws
18498         * ChangeLog.jp
18499         * NEWS
18500         * configure.ac
18501         * src/account.c
18502         * src/folderview.c
18503         * src/folderview.h
18504         * src/imap.c
18505         * src/imap_gtk.c
18506         * src/inc.c
18507         * src/mainwindow.c
18508         * src/mh_gtk.c
18509         * src/news_gtk.c
18510         * src/pop.c
18511         * src/prefs_account.c
18512         * src/prefs_account.h
18513         * src/prefs_ext_prog.c
18514         * src/procmime.c
18515         * src/procmime.h
18516         * src/procmsg.c
18517         * src/procmsg.h
18518         * src/summary_search.c
18519         * src/summaryview.c
18520         * src/textview.c
18521         * src/common/defs.h
18522         * src/common/utils.c
18523         * src/common/utils.h
18524         * src/gtk/menu.c
18525         * src/gtk/menu.h
18526                 sync with HEAD
18527
18528 2004-11-11 [colin]      0.9.12cvs144.2
18529
18530         * src/textview.c
18531                 Fix URI range selection (patch by Alfons)
18532
18533 2004-11-09 [colin]      0.9.12cvs144.1
18534
18535         * ChangeLog.claws
18536         * src/compose.c
18537         * src/folder.c
18538         * src/folder_item_prefs.c
18539         * src/prefs_account.c
18540         * src/prefs_account.h
18541         * src/plugins/pgpmime/pgpmime.c
18542                 Sync with HEAD
18543
18544 2004-11-08 [colin]      0.9.12cvs143.1
18545
18546         * src/summaryview.c
18547                 Sync with HEAD (optimize quicksearch)
18548
18549 2004-11-08 [colin]      0.9.12cvs142.2
18550
18551         * src/compose.c
18552                 Don't wrap when Edit/Auto wrapping is disabled
18553
18554 2004-11-08 [colin]      0.9.12cvs142.1
18555
18556         * src/textview.c
18557                 Sync with HEAD
18558
18559 2004-11-08 [colin]      0.9.12cvs141.1
18560
18561         * src/textview.c
18562                 Sync with HEAD (fix some mail URIs)
18563
18564 2004-11-08 [colin]      0.9.12cvs140.3
18565
18566         * src/textview.c
18567                 o Use text cursor instead of arrow when
18568                   not on a link
18569                 o Fix handling of contiguous links (as in
18570                   "colin@colino.net" <colin@colino.net>)
18571                   This one unveils a bug in get_email_part()
18572
18573 2004-11-07 [colin]      0.9.12cvs140.2
18574
18575         * src/textview.c
18576                 Fix memleak. Patch by Alfons.
18577
18578 2004-11-06 [colin]      0.9.12cvs140.1
18579
18580         * src/compose.c
18581                 Sync with HEAD (don't ask passphrase
18582                 when drafting)
18583
18584 2004-11-06 [paul]       0.9.12cvs139.2
18585
18586         * AUTHORS
18587         * src/textview.c
18588         * src/textview.h
18589                 textview URI handling. hovering over a 
18590                 link displays it in the status bar,
18591                 and changes the mouse pointer to a hand 
18592                 cursor. a link is activated with a single 
18593                 click. (Modified from the) patch by Jean-Yves 
18594                 Lefort <jylefort@users.sourceforge.net>
18595                 
18596
18597 2004-11-05 [colin]      0.9.12cvs139.1
18598
18599         * src/compose.c
18600         * src/procmime.c
18601                 Sync with HEAD again ^^
18602
18603 2004-11-05 [colin]      0.9.12cvs139.1
18604
18605         * src/compose.c
18606         * src/procmime.c
18607                 Sync with HEAD
18608
18609 2004-11-03 [paul]       0.9.12cvs138.1
18610
18611         * ChangeLog.claws
18612         * configure.ac
18613         * po/POTFILES.in
18614         * src/prefs_ext_prog.c
18615         * src/procmime.c
18616         * tools/kdeservicemenu/README
18617         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18618         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18619                 sync with HEAD
18620
18621 2004-11-01 [christoph]  0.9.12cvs136.2
18622
18623         * src/procmime.c
18624                 convert MIME parameters to UTF-8
18625
18626 2004-10-29 [colin]      0.9.12cvs136.1
18627
18628         * src/common/utils.c
18629                 Sync with HEAD (don't use '=' in mime boundary)
18630
18631 2004-10-29 [paul]       0.9.12cvs135.1
18632
18633         * configure.ac
18634         * doc/src/rfc2231.txt
18635         * src/procmime.c
18636         * src/common/quoted-printable.c
18637         * src/common/utils.c
18638         * src/common/utils.h
18639                 sync with HEAD
18640
18641 2004-10-27 [paul]       0.9.12cvs134.1
18642
18643         * configure.ac
18644         * src/main.c
18645         * src/procmime.c
18646         * src/plugins/pgpmime/pgpmime.c
18647                 sync with HEAD
18648
18649 2004-10-26 [paul]       0.9.12cvs132.3
18650
18651         * src/account.c
18652         * src/addressbook.c
18653         * src/addrgather.c
18654         * src/addrharvest.c
18655         * src/codeconv.c
18656         * src/compose.c
18657         * src/customheader.c
18658         * src/editaddress.c
18659         * src/editgroup.c
18660         * src/enriched.c
18661         * src/expldifdlg.c
18662         * src/exporthtml.c
18663         * src/exportldif.c
18664         * src/folder.c
18665         * src/foldersel.c
18666         * src/folderview.c
18667         * src/grouplistdialog.c
18668         * src/html.c
18669         * src/imap.c
18670         * src/jpilot.c
18671         * src/ldapserver.c
18672         * src/ldif.c
18673         * src/mimeview.c
18674         * src/news.c
18675         * src/news_gtk.c
18676         * src/pop.c
18677         * src/prefs_display_header.c
18678         * src/prefs_gtk.c
18679         * src/prefs_msg_colors.c
18680         * src/prefs_toolbar.c
18681         * src/procheader.c
18682         * src/procmime.c
18683         * src/summaryview.c
18684         * src/textview.c
18685         * src/toolbar.c
18686         * src/vcard.c
18687         * src/common/mgutils.c
18688         * src/common/nntp.c
18689         * src/common/smtp.c
18690         * src/common/template.c
18691         * src/common/utils.c
18692         * src/common/xmlprops.c
18693         * src/plugins/pgpmime/pgpmime.c
18694         * src/plugins/pgpmime/select-keys.c
18695         * src/plugins/pgpmime/sgpgme.c
18696                 replace deprecated g_strcasecmp(), g_strncasecmp(),
18697                 g_string_sprintfa(), gtk_notebook_current_page()
18698
18699 2004-10-26 [colin]      0.9.12cvs132.2
18700
18701         * src/prefs_folder_item.c
18702                 Fix default-account selection
18703
18704 2004-10-21 [colin]      0.9.12cvs133
18705
18706         * src/compose.c
18707                 Sync with HEAD (Remove extra separator in compose's Options)
18708         * src/textview.c
18709                 Set wrapping to char
18710
18711 2004-10-21 [paul]       0.9.12cvs131.2
18712
18713         * src/compose.c
18714         * src/sourcewindow.c
18715                 fix wrapping
18716                 fix window shrinking 
18717
18718 2004-10-21 [colin]      0.9.12cvs131.1
18719
18720         * ChangeLog.claws
18721         * src/compose.c
18722                 Sync with HEAD
18723
18724 2004-10-21 [paul]       0.9.12cvs130.2
18725
18726         * src/prefs_folder_item.c
18727                 sync with HEAD (Apply to subfolders)
18728
18729 2004-10-19 [colin]      0.9.12cvs130.1
18730
18731         * ChangeLog.claws
18732         * src/compose.c
18733         * src/common/utils.c
18734         * src/gtk/menu.c
18735                 Sync with HEAD
18736
18737 2004-10-19 [colin]      0.9.12cvs128.1
18738
18739         * src/addrbook.c
18740         * src/addrcache.c
18741         * src/addressbook.c
18742         * src/codeconv.c
18743         * src/compose.c
18744         * src/customheader.c
18745         * src/editaddress.c
18746         * src/editgroup.c
18747         * src/exporthtml.c
18748         * src/folder.c
18749         * src/folderview.c
18750         * src/imap.c
18751         * src/jpilot.c
18752         * src/main.c
18753         * src/matcher_parser_parse.y
18754         * src/mbox.c
18755         * src/pop.c
18756         * src/prefs_account.c
18757         * src/prefs_gtk.c
18758         * src/prefs_msg_colors.c
18759         * src/procheader.c
18760         * src/procmime.c
18761         * src/procmime.h
18762         * src/procmsg.c
18763         * src/summaryview.c
18764         * src/textview.c
18765         * src/common/base64.c
18766         * src/common/partial_download.c
18767         * src/common/socket.c
18768         * src/common/sylpheed.c
18769         * src/common/utils.c
18770         * src/common/utils.h
18771         * src/gtk/pluginwindow.c
18772         * src/gtk/quicksearch.c
18773         * src/plugins/clamav/clamav_plugin.c
18774         * src/plugins/clamav/clamav_plugin.h
18775         * src/plugins/clamav/clamav_plugin_gtk.c
18776         * src/plugins/pgpmime/passphrase.c
18777         * src/plugins/pgpmime/pgpmime.c
18778         * src/plugins/pgpmime/plugin.c
18779         * src/plugins/pgpmime/prefs_gpg.c
18780         * src/plugins/pgpmime/prefs_gpg.h
18781         * src/plugins/pgpmime/select-keys.c
18782         * src/plugins/pgpmime/sgpgme.c
18783         * src/plugins/spamassassin/libspamc.c
18784         * src/plugins/spamassassin/spamassassin.c
18785         * src/plugins/spamassassin/spamassassin.h
18786         * src/plugins/spamassassin/spamassassin_gtk.c
18787         * src/plugins/trayicon/trayicon.c
18788         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
18789                 Sync with HEAD
18790
18791 2004-10-14 [colin]      0.9.12cvs126.2
18792
18793         * src/codeconv.c
18794         * src/textview.c
18795                 Fix conv_unreadable_locale
18796
18797 2004-10-13 [colin]      0.9.12cvs126.1
18798
18799         * src/compose.c
18800                 Sync with HEAD (don't convert charset for 
18801                 drafted messages, minor cleanup)
18802
18803 2004-10-13 [colin]      0.9.12cvs125.1
18804
18805         * po/POTFILES.in
18806                 Sync with HEAD (POTFILES fix)
18807
18808 2004-10-12 [colin]      0.9.12cvs124.3
18809
18810         * src/compose.c
18811                 Fix encoding bug from latest sync
18812
18813 2004-10-12 [paul]       0.9.12cvs124.2
18814
18815         * src/plugins/pgpmime/prefs_gpg.c
18816         * src/plugins/pgpmime/prefs_gpg.h
18817                 forgotten in last commit        
18818
18819 2004-10-12 [paul]       0.9.12cvs124.1
18820
18821         * ChangeLog.claws
18822         * configure.ac
18823         * m4/spamassassin.m4
18824         * src/Makefile.am
18825         * src/account.c
18826         * src/compose.c
18827         * src/compose.h
18828         * src/crash.c
18829         * src/main.c
18830         * src/mimeview.c
18831         * src/passphrase.c
18832         * src/passphrase.h
18833         * src/prefs_account.c
18834         * src/prefs_account.h
18835         * src/prefs_common.c
18836         * src/privacy.c
18837         * src/privacy.h
18838         * src/procmime.c
18839         * src/procmime.h
18840         * src/procmsg.c
18841         * src/rfc2015.c
18842         * src/rfc2015.h
18843         * src/select-keys.c
18844         * src/select-keys.h
18845         * src/textview.c
18846         * src/common/utils.c
18847         * src/common/utils.h
18848         * src/gtk/about.c
18849         * src/plugins/pgpmime/Makefile.am
18850         * src/plugins/pgpmime/passphrase.c
18851         * src/plugins/pgpmime/passphrase.h
18852         * src/plugins/pgpmime/pgpmime.c
18853         * src/plugins/pgpmime/plugin.c
18854         * src/plugins/pgpmime/select-keys.c
18855         * src/plugins/pgpmime/select-keys.h
18856         * src/plugins/pgpmime/sgpgme.c
18857         * src/plugins/pgpmime/sgpgme.h
18858                 sync with HEAD
18859
18860 2004-10-04 [colin]      0.9.12cvs122.1
18861
18862         * src/mainwindow.c
18863         * src/messageview.c
18864         * src/messageview.h
18865         * src/textview.c
18866                 Sync with HEAD
18867
18868 2004-10-04 [colin]      0.9.12cvs121.1
18869
18870         * src/summaryview.c
18871                 Sync with HEAD
18872
18873 2004-10-04 [paul]       0.9.12cvs120.1
18874
18875         * configure.ac
18876                 sync with HEAD [don't try to build 
18877                 pgpmime plugin when gpgme is disabled]
18878
18879 2004-10-03 [colin]      0.9.12cvs119.3
18880
18881         * src/gtk/gtksctree.c
18882                 Lots of side effects. Put back as before 117.2.
18883         * src/summaryview.c
18884                 Fix bug #602
18885
18886 2004-10-03 [colin]      0.9.12cvs119.2
18887
18888         * src/gtk/gtksctree.c
18889                 Revert 608 fix that doesn't work that good
18890
18891 2004-10-02 [colin]      0.9.12cvs119.1
18892
18893         * src/mainwindow.c
18894         * src/messageview.c
18895         * src/prefs_common.h
18896         * src/procmime.c
18897         * src/procmime.h
18898         * src/textview.c
18899                 Sync with HEAD
18900         * src/gtk/gtksctree.c
18901                 Close bug #608
18902
18903 2004-10-01 [colin]      0.9.12cvs118.1
18904
18905         * src/mimeview.c
18906                 Sync with HEAD (better Save All fix)
18907
18908 2004-10-01 [colin]      0.9.12cvs117.2
18909
18910         * src/gtk/gtksctree.c
18911                 Faster on selection
18912
18913 2004-10-01 [colin]      0.9.12cvs117.1
18914
18915         * src/mimeview.c
18916                 Sync with HEAD (Save All: only attachments)
18917
18918 2004-10-01 [paul]       0.9.12cvs116.1
18919
18920         * ChangeLog.claws
18921         * configure.ac
18922         * src/account.c
18923         * src/prefs_common.c
18924         * src/gtk/colorlabel.c
18925                 sync with HEAD
18926
18927 2004-09-30 [colin]      0.9.12cvs115.1
18928
18929         * src/stock_pixmap.c
18930         * src/stock_pixmap.h
18931         * src/folderview.c
18932         * src/Makefile.am
18933         * src/pixmaps/read.xpm
18934                 Sync with HEAD (new pixmap)
18935
18936 2004-09-29 [colin]      0.9.12cvs114.1
18937
18938         * src/compose.c
18939                 Sync with HEAD
18940                 Fix focus handling in headers
18941
18942 2004-09-29 [paul]       0.9.12cvs113.1
18943
18944         * src/quote_fmt_parse.y
18945                 sync with HEAD
18946  
18947
18948 2004-09-28 [colin]      0.9.12cvs112.1
18949
18950         * src/folderview.c
18951         * src/mainwindow.c
18952                 Sync with HEAD
18953
18954 2004-09-28 [colin]      0.9.12cvs110.1
18955
18956         * src/folderview.c
18957                 Sync with HEAD (Contextual Empty trash menu)
18958
18959 2004-09-28 [colin]      0.9.12cvs108.1
18960
18961         * src/addressbook.c
18962                 Sync with HEAD (addressbook edit on double-click)
18963
18964 2004-09-28 [colin]      0.9.12cvs106.1
18965
18966         * src/inc.c
18967                 Sync with HEAD (folder_item freeze on inc)
18968
18969 2004-09-27 [colin]      0.9.12cvs105.1
18970
18971         * src/folderview.c
18972                 Sync with HEAD (right-align new and unread column)
18973
18974 2004-09-27 [colin]      0.9.12cvs104.1
18975
18976         * src/main.c
18977                 Sync with HEAD (revert 0.9.12cvs101)
18978
18979 2004-09-24 [colin]      0.9.12cvs103.2
18980
18981         * src/wizard.c
18982                 Fix gtk warnings and use domain part of the email address 
18983                 when domain detection fails (no dot in domain name)
18984
18985 2004-09-23 [colin]      0.9.12cvs103.1
18986
18987         * src/plugins/spamassassin/libspamc.c
18988         * src/plugins/spamassassin/libspamc.h
18989         * src/plugins/spamassassin/utils.c
18990         * src/plugins/spamassassin/utils.h
18991                 Sync with HEAD (Update spamassassin to 3.0)
18992
18993 2004-09-21 [colin]      0.9.12cvs102.3
18994
18995         * src/action.c
18996                 Add horizontal scrollbar in action io dialog as needed
18997                 Patch by Alfons.
18998
18999 2004-09-20 [colin]      0.9.12cvs102.2
19000
19001         * src/plugins/image_viewer/viewer.c
19002                 Remove imlib stuff
19003                 use gtk_pixmap_set when clearing
19004                 (would be better to use gtkImages, but causes size-allocate 
19005                 signals storm)
19006
19007 2004-09-17 [paul]       0.9.12cvs102.1
19008
19009         * ChangeLog
19010         * ChangeLog.claws
19011         * ChangeLog.jp
19012         * configure.ac
19013         * src/inc.c
19014                 sync with HEAD
19015
19016
19017 2004-09-17 [colin]      0.9.12cvs101.1
19018
19019         * ChangeLog.claws
19020         * src/main.c
19021                 Sync with HEAD (fix segs at exit)
19022
19023 2004-09-14 [colin]      0.9.12cvs99.5
19024
19025         * src/common/socket.c
19026         * AUTHORS
19027                 Fix send error on 64bit platforms
19028                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
19029
19030 2004-09-14 [colin]      0.9.12cvs99.4
19031
19032         * src/action.c
19033                 Fix action output with utf8 
19034                 Patch by Alfons.
19035
19036 2004-09-14 [colin]      0.9.12cvs99.3
19037
19038         * ChangeLog.claws
19039         * src/folder.c
19040                 Sync with HEAD
19041
19042 2004-09-09 [colin]      0.9.12cvs99.2
19043
19044         * src/action.c
19045                 Fix progress bar (displaying "Completed %v/%u")
19046                 Patch by Alfons.
19047
19048 2004-09-08 [colin]      0.9.12cvs99.1
19049
19050         * src/account.c
19051         * src/folder.c
19052         * src/procmsg.c
19053         * src/procmsg.h
19054         * src/plugins/pgpmime/pgpmime.c
19055                 Sync with HEAD
19056
19057 2004-09-08 [colin]      0.9.12cvs97.2
19058
19059         * src/summaryview.c
19060                 Don't select mails in collapsed threads 
19061                 when navigating with up/down
19062
19063 2004-09-07 [colin]      0.9.12cvs97.1
19064
19065         * src/inc.c
19066                 Sync with HEAD (meaningful error messages)
19067
19068 2004-09-06 [colin]      0.9.12cvs96.1
19069
19070         * src/toolbar.c
19071                 Sync with HEAD (fix Redirect graying out)
19072
19073 2004-09-06 [colin]      0.9.12cvs95.1
19074
19075         * src/summaryview.c
19076         * src/mimeview.c
19077                 Sync with HEAD (fix dropped URIs)
19078
19079 2004-09-06 [colin]      0.9.12cvs94.1
19080
19081         * src/addressbook.c
19082         * src/addressitem.h
19083         * src/addritem.c
19084         * src/addritem.h
19085                 Sync with HEAD (addressbook DnD)
19086
19087 2004-09-03 [colin]      0.9.12cvs93.1
19088
19089         * src/summaryview.c
19090                 Sync with HEAD (next/prev unread)
19091
19092 2004-09-03 [colin]      0.9.12cvs92.1
19093
19094         * src/prefs_common.c
19095         * src/prefs_common.h
19096         * src/summaryview.c
19097                 Sync with HEAD ('mark_as_read_delay' pref)
19098
19099 2004-09-02 [colin]      0.9.12cvs91.2
19100
19101         * src/common/xml.c
19102                 Fix leak
19103
19104 2004-09-02 [colin]      0.9.12cvs91.1
19105
19106         * src/gtk/menu.c
19107                 Sync with HEAD (menu accel don't work, but whatever)
19108
19109 2004-09-02 [colin]      0.9.12cvs90.1
19110
19111         * src/account.c
19112                 Sync with HEAD (fix bug 582)
19113
19114 2004-09-02 [colin]      0.9.12cvs89.1
19115
19116         * src/addrindex.c
19117                 Sync with HEAD (free deleted queries)
19118
19119 2004-09-02 [colin]      0.9.12cvs88.1
19120
19121         * src/ldapquery.c
19122                 Sync with HEAD (fix LDAP freezes)
19123
19124 2004-09-02 [colin]      0.9.12cvs87.1
19125
19126         * src/prefs_spelling.c
19127                 Sync with HEAD (add default dictionary)
19128
19129 2004-09-01 [colin]      0.9.12cvs86.1
19130
19131         * src/filtering.c
19132         * src/folderview.c
19133         * src/imap.c
19134         * src/prefs_matcher.c
19135         * src/stock_pixmap.c
19136         * src/summary_search.c
19137         * src/summaryview.c
19138         * src/wizard.c
19139         * src/wizard.h
19140                 Sync with HEAD (uninitialized vars fixes)
19141                 + gtk2 specific warning fixes
19142
19143 2004-08-31 [colin]      0.9.12cvs85.1
19144
19145         * src/folder.c
19146                 Sync with HEAD (Fix memory corruption due to 
19147                 uninitialized var)
19148
19149 2004-08-31 [colin]      0.9.12cvs84.4
19150
19151         * src/summary_search.c
19152                 Fix segfaults when searching in folders with broken headers
19153
19154 2004-08-31 [colin]      0.9.12cvs84.3
19155
19156         * src/compose.c
19157         * src/textview.c
19158                 Fix some more encoding/decoding issues
19159
19160 2004-08-30 [colin]      0.9.12cvs84.2
19161
19162         * src/mimeview.c
19163         * src/prefs_themes.c
19164         * src/gtk/filesel.c
19165         * src/gtk/filesel.h
19166                 Add a folder-mode selection (fixes mimeview's "Save all")
19167
19168 2004-08-29 [colin]      0.9.12cvs84.1
19169
19170         * src/mimeview.c
19171                 Sync with HEAD (don't escape saved filenames)
19172
19173 2004-08-27 [colin]      0.9.12cvs83.1
19174
19175         * ChangeLog
19176         * ChangeLog.claws
19177         * ChangeLog.jp
19178         * src/mh.c
19179         * src/procheader.c
19180         * src/procmsg.c
19181         * src/procmsg.h
19182         * src/common/utils.c
19183         * src/gtk/menu.h
19184         * po/
19185                 Sync with HEAD 0.9.12cvs83 (sync with main)
19186
19187 2004-08-26 [colin]      0.9.12cvs82.4
19188
19189         * src/codeconv.c
19190                 Fix strange stack corruption
19191                 Convert to utf8 after unmime, not before
19192
19193 2004-08-26 [colin]      0.9.12cvs82.3
19194
19195         * src/main.c
19196         * src/wizard.c
19197                 Fix account folders duplication
19198
19199 2004-08-25 [colin]      0.9.12cvs82.2
19200
19201         * src/wizard.c
19202                 Remove ports
19203                 Add SSL selection
19204                 Use login@server as account name
19205
19206 2004-08-25 [colin]      0.9.12cvs82.1
19207
19208         * src/plugins/pgpmime/pgpmime.c
19209                 Sync with HEAD (leak fix).
19210
19211 2004-08-25 [colin]      0.9.12cvs81.1
19212
19213         * src/plugins/pgpmime/pgpmime.c
19214         * src/plugins/pgpmime/sgpgme.c
19215         * src/plugins/pgpmime/sgpgme.h
19216                 Sync with HEAD (Handle combined messages).
19217
19218 2004-08-24 [colin]      0.9.12cvs80.3
19219
19220         * src/wizard.c
19221                 Fix full name, ports, and imap
19222
19223 2004-08-24 [colin]      0.9.12cvs80.2
19224
19225         * src/Makefile.am
19226         * src/main.c
19227         * src/setup.c
19228         * src/setup.h
19229         * src/stock_pixmap.c
19230         * src/stock_pixmap.h
19231         * src/wizard.c ** ADDED **
19232         * src/wizard.h ** ADDED ** 
19233         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
19234                 Add a setup wizard 
19235
19236 2004-08-24 [colin]      0.9.12cvs80.1
19237
19238         * src/folder.c
19239                 Sync with HEAD (set mimeflags on all messages)
19240
19241 2004-08-24 [colin]      0.9.12cvs79.3
19242
19243         * src/matcher_parser_lex.l
19244                 Fix 8bits strings not in utf8
19245
19246 2004-08-24 [colin]      0.9.12cvs79.2
19247
19248         * src/compose.c
19249                 Check conversion result before replacing buffer
19250
19251 2004-08-23 [colin]      0.9.12cvs79.1
19252
19253         * src/compose.c
19254                 Sync with HEAD (create message header in memory)
19255
19256 2004-08-23 [colin]      0.9.12cvs78.1
19257
19258         * src/rfc2015.c
19259         * src/rfc2015.h
19260                 Sync with HEAD (fix bug 197 again)
19261
19262 2004-08-23 [colin]      0.9.12cvs77.3
19263
19264         * src/compose.c
19265                 Fix again inline gpg signing (which outputs utf8
19266                 in gtk2). Not syncing this fix to HEAD as this 
19267                 code is meant to die.
19268
19269 2004-08-23 [colin]      0.9.12cvs77.2
19270
19271         * src/prefs_account.h
19272                 Remove useless include
19273
19274 2004-08-23 [colin]      0.9.12cvs77.1
19275
19276         * src/imap.c
19277         * po/es.po
19278         * po/fr.po
19279         * po/it.po
19280         * po/pl.po
19281         * po/pt_BR.po
19282         * po/sk.po
19283         * po/sr.po
19284                 Sync with HEAD (fix bug 577)
19285
19286 2004-08-22 [colin]      0.9.12cvs76.1
19287
19288         * src/plugins/trayicon/trayicon.c
19289                 Sync with HEAD (fix formatting bug)
19290
19291 2004-08-21 [colin]      0.9.12cvs74.2
19292
19293         * src/gtk/colorsel.c
19294                 Fix bug 564 (Folder color selection window exits on any
19295                 keypress)
19296
19297 2004-08-21 [colin]      0.9.12cvs74.1
19298
19299         * ChangeLog.claws
19300         * src/compose.c
19301         * src/summaryview.c
19302         * src/toolbar.c
19303                 Sync with HEAD (fix bug 576)
19304
19305 2004-08-21 [colin]      0.9.12cvs70.1
19306
19307         * src/compose.c
19308         * src/mainwindow.c
19309                 Sync with HEAD
19310                 
19311
19312 2004-08-21 [paul]       0.9.12cvs66.4
19313
19314         * src/mainwindow.c
19315         * src/messageview.c
19316         * src/gtk/menu.c
19317         * src/plugins/spamassassin/spamassassin_gtk.c
19318                 remove some deprecated gtk1 functions
19319
19320
19321 2004-08-21 [colin]      0.9.12cvs66.3
19322
19323         * src/compose.c
19324         * src/codeconv.c
19325                 Fix warnings
19326                 Remove encoding hacks
19327                 Fix bug 575 (Strange character messes up message)
19328                 Don't display conversion error when drafting
19329
19330 2004-08-21 [paul]       0.9.12cvs66.2
19331
19332         * src/prefs_account.c
19333                 fix GnuPG mode bugs
19334
19335
19336 2004-08-20 [colin]      0.9.12cvs66.1
19337
19338         * src/codeconv.c
19339                 Sync with HEAD 0.9.12cvs66
19340
19341 2004-08-20 [paul]
19342
19343         * src/plugins/pgpmime/plugin.c
19344                 modify PGP/MIME plugin's description
19345
19346 2004-08-17 [colin]      0.9.12cvs65.1
19347
19348         * src/common/ssl.c
19349         * src/plugins/pgpmime/plugin.c
19350                 Sync with HEAD
19351
19352 2004-08-14 [colin]      0.9.12cvs60.3
19353
19354         * src/plugins/trayicon/trayicon.c
19355                 Put back resize callback, on size-request signal
19356                 rather than size-allocate to avoid infinite 
19357                 callback loop
19358
19359 2004-08-13 [colin]      0.9.12cvs60.2
19360
19361         * src/common/defs.h
19362                 Cache versions have been fixed
19363
19364 2004-08-13 [colin]      0.9.12cvs60.1
19365
19366         * src/folderutils.c
19367                 Sync with HEAD
19368
19369 2004-08-12 [colin]      0.9.12cvs59.1
19370
19371         * src/plugins/trayicon/trayicon.c
19372                 Sync with HEAD
19373
19374 2004-08-12 [colin]      0.9.12cvs57.5
19375
19376         * sylpheed.desktop
19377         * configure.ac
19378         * src/Makefile.am
19379         * src/main.c
19380                 Add support for Freedesktop.org's startup notification
19381
19382 2004-08-11 [colin]      0.9.12cvs57.4
19383
19384         * src/textview.c
19385                 Fix off-by-one
19386
19387 2004-08-11 [colin]      0.9.12cvs57.3
19388
19389         * src/message_search.c
19390         * src/summary_search.c
19391                 Make searches case insensitive by default
19392         * src/textview.c
19393                 Fix case-insensitive search in message
19394
19395 2004-08-11 [colin]      0.9.12cvs57.2
19396
19397         * src/summary_search.c
19398                 Let case-sensitive be specified
19399
19400 2004-08-10 [colin]      0.9.12cvs55.4
19401
19402         * src/common/socket.c
19403                 Fix the possible race condition
19404
19405 2004-08-09 [paul]       0.9.12cvs55.3
19406
19407         * configure.ac
19408         * src/Makefile.am
19409         * src/common/Makefile.am
19410                 sync with HEAD
19411
19412
19413 2004-08-09 [paul]       0.9.12cvs55.2
19414
19415         * autogen.sh
19416         * po/poconv.sh
19417                 remove unneeded script
19418
19419         * configure.ac
19420                 add forgotten USE_LDAP_TLS (sync with HEAD)
19421
19422
19423 2004-08-09 [colin]      0.9.12cvs55.1
19424
19425         * src/main.c
19426         * src/common/ssl.c
19427         * src/common/sylpheed.c
19428         * src/common/sylpheed.h
19429                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
19430
19431 2004-08-09 [paul]       0.9.12cvs54.1
19432
19433         * ChangeLog
19434         * ChangeLog.claws
19435         * ChangeLog.jp
19436         * configure.ac
19437         * po/POTFILES.in
19438         * src/Makefile.am
19439         * src/folderutils.c
19440         * src/main.c
19441         * src/pgpmime.c
19442         * src/pgpmime.h
19443         * src/sgpgme.c
19444         * src/sgpgme.h
19445         * src/plugins/Makefile.am
19446         * src/plugins/pgpmime/.cvsignore
19447         * src/plugins/pgpmime/Makefile.am
19448         * src/plugins/pgpmime/pgpmime.c
19449         * src/plugins/pgpmime/pgpmime.h
19450         * src/plugins/pgpmime/plugin.c
19451         * src/plugins/pgpmime/sgpgme.c
19452         * src/plugins/pgpmime/sgpgme.h
19453                 sync with HEAD
19454
19455 2004-08-08 [paul]       0.9.12cvs51.1
19456
19457         * configure.ac
19458         * src/folder.c
19459                 sync with HEAD
19460
19461 2004-08-07 [colin]      0.9.12cvs50.1
19462
19463         * src/pop.c
19464         * src/common/partial_download.c
19465                 fix warnings (sync from HEAD)
19466
19467 2004-08-07 [colin]      0.9.12cvs48.1
19468
19469         * src/prefs_folder_item.c
19470                 sync with HEAD 0.9.12cvs48
19471
19472 2004-08-06 [colin]      0.9.12cvs47.1
19473
19474         * src/compose.c
19475                 Sync with HEAD
19476
19477 2004-08-06 [christoph]  0.9.12cvs46.2
19478
19479         * src/main.c
19480         * src/plugins/clamav/clamav_plugin_gtk.c
19481         * src/plugins/dillo_viewer/dillo_viewer.c
19482         * src/plugins/image_viewer/plugin.c
19483         * src/plugins/mathml_viewer/mathml_viewer.c
19484         * src/plugins/spamassassin/spamassassin_gtk.c
19485         * src/plugins/trayicon/trayicon.c
19486                 don't mix GTK1.2 plugin with GTK2 plugins
19487
19488 2004-08-06 [colin]      0.9.12cvs46.1
19489
19490         * ChangeLog
19491         * ChangeLog.claws
19492         * ChangeLog.jp
19493         * configure.ac
19494         * sylpheed-claws.pc.in
19495         * src/folder.c
19496         * src/imap.c
19497         * src/localfolder.c
19498         * src/messageview.c
19499         * src/mimeview.c
19500         * src/mimeview.h
19501         * src/msgcache.c
19502         * src/news.c
19503         * src/prefs_ext_prog.c
19504         * src/prefs_folder_item.c
19505         * src/prefs_fonts.c
19506         * src/prefs_msg_colors.c
19507         * src/prefs_spelling.c
19508         * src/prefs_themes.c
19509         * src/prefs_toolbar.c
19510         * src/prefs_wrapping.c
19511         * src/procmime.h
19512         * src/common/defs.h
19513         * src/common/nntp.c
19514         * src/common/session.c
19515         * src/common/session.h
19516         * src/common/socket.c
19517         * src/common/utils.h
19518         * src/common/xml.c
19519         * src/common/xml.h
19520         * src/gtk/prefswindow.c
19521         * src/gtk/prefswindow.h
19522         * src/plugins/clamav/clamav_plugin_gtk.c
19523         * src/plugins/dillo_viewer/dillo_prefs.c
19524         * src/plugins/image_viewer/viewerprefs.c
19525         * src/plugins/spamassassin/spamassassin_gtk.c
19526         * m4/openssl.m4 *** REMOVED ***
19527                 Sync with HEAD 0.9.12cvs46
19528
19529 2004-08-03 [paul]       0.9.12cvs40.2
19530
19531         * src/action.c
19532         * src/addressadd.c
19533         * src/addressbook.c
19534         * src/addrgather.c
19535         * src/browseldap.c
19536         * src/compose.c
19537         * src/crash.c
19538         * src/editaddress.c
19539         * src/editgroup.c
19540         * src/editldap_basedn.c
19541         * src/foldersel.c
19542         * src/importldif.c
19543         * src/mimeview.c
19544         * src/prefs_common.c
19545         * src/prefs_template.c
19546         * src/sourcewindow.c
19547         * src/summaryview.c
19548         * src/gtk/about.c
19549         * src/gtk/foldersort.c
19550         * src/gtk/logwindow.c
19551         * src/gtk/pluginwindow.c
19552         * src/gtk/prefswindow.c
19553                 change all gtk_scrolled_window_set_policy from 
19554                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
19555
19556 2004-08-02 [paul]       0.9.12cvs40.1
19557
19558         * AUTHORS
19559                 update translation team section
19560         * po/pt_BR.po
19561                 updated by Frederico Goncalves Guimaraes
19562                 <fggdebian@yahoo.com.br>
19563
19564 2004-07-31 [colin]      0.9.12cvs39.9
19565
19566         * src/exphtmldlg.c
19567                 Fix compilation
19568
19569 2004-07-31 [colin]      0.9.12cvs39.8
19570
19571         * src/exphtmldlg.c
19572                 Fix an alertpanel type
19573
19574 2004-07-30 [colin]      0.9.12cvs39.7
19575
19576         * src/alertpanel.c
19577                 Fix alertpanel_error_log's icon
19578
19579 2004-07-30 [colin]      0.9.12cvs39.6
19580
19581         * src/pop.c
19582                 Two of them should still be warnings
19583
19584 2004-07-30 [colin]      0.9.12cvs39.5
19585
19586         * src/pop.c
19587                 More warning -> error
19588 2004-07-29 [colin]      0.9.12cvs39.4
19589
19590         * src/pop.c
19591                 Warning -> error
19592
19593 2004-07-29 [colin]      0.9.12cvs39.3
19594
19595         * src/prefs_matcher.c
19596                 Fix segfault
19597
19598 2004-07-29 [colin]      0.9.12cvs39.2
19599
19600         * src/alertpanel.c
19601                 More nice-looking alertpanels
19602
19603 2004-07-29 [colin]      0.9.12cvs39.1
19604
19605         * src/messageview.c
19606                 sync with head
19607                 (inform user when partial mail is deleted on server)
19608
19609 2004-07-29 [colin]      0.9.12cvs38.1
19610
19611         * src/messageview.c
19612                 sync with head
19613
19614 2004-07-28 [paul]       0.9.12cvs37.7
19615
19616         * src/mainwindow.c
19617                 complete the replacement of deprecated gtk_progress_*
19618
19619 2004-07-28 [paul]       0.9.12cvs37.6
19620
19621         * src/action.c
19622         * src/inc.c
19623         * src/mainwindow.c
19624         * src/send_message.c
19625         * src/gtk/progressdialog.c
19626         * src/gtk/progressdialog.h
19627                 replace deprecated gtk_progress_*
19628
19629 2004-07-28 [paul]       0.9.12cvs37.5
19630
19631         * src/gtk/filesel.c
19632                 remove gtk_window_set_wmclass()
19633 2004-07-28 [paul]       0.9.12cvs37.4
19634
19635         * src/addressbook.c
19636         * src/compose.c
19637         * src/foldersel.c
19638         * src/mainwindow.c
19639         * src/messageview.c
19640         * src/sourcewindow.c
19641         * src/gtk/logwindow.c
19642                 remove gtk_window_set_wmclass()
19643                 
19644         * src/prefs_filtering.c
19645         * src/prefs_filtering_action.c
19646         * src/prefs_fonts.c
19647         * src/prefs_gtk.c
19648         * src/prefs_matcher.c
19649         * src/ssl_manager.c
19650         * src/gtk/prefswindow.c
19651                 replace gtk_window_position()
19652
19653 2004-07-28 [colin]      0.9.12cvs37.3
19654
19655         * src/alertpanel.c
19656         * src/alertpanel.h
19657                 Add a way to specify panel type for specific
19658                 panels (alertpanel())
19659         * src/account.c
19660         * src/addressbook.c
19661         * src/compose.c
19662         * src/expldifdlg.c
19663         * src/main.c
19664         * src/messageview.c
19665         * src/summaryview.c
19666         * src/textview.c
19667         * src/gtk/sslcertwindow.c
19668                 Fix alertpanel()s so that their icon match
19669                 their real type
19670
19671 2004-07-28 [paul]       0.9.12cvs37.2
19672
19673         * src/addr_compl.c
19674         * src/addressbook.c
19675         * src/alertpanel.c
19676         * src/compose.c
19677         * src/export.c
19678         * src/foldersel.c
19679         * src/folderview.c
19680         * src/grouplistdialog.c
19681         * src/import.c
19682         * src/mainwindow.c
19683         * src/message_search.c
19684         * src/messageview.c
19685         * src/passphrase.c
19686         * src/prefs_actions.c
19687         * src/prefs_common.c
19688         * src/prefs_customheader.c
19689         * src/prefs_display_header.c
19690         * src/prefs_filtering.c
19691         * src/prefs_filtering_action.c
19692         * src/prefs_gtk.c
19693         * src/prefs_matcher.c
19694         * src/prefs_msg_colors.c
19695         * src/prefs_summary_column.c
19696         * src/prefs_template.c
19697         * src/sourcewindow.c
19698         * src/ssl_manager.c
19699         * src/summary_search.c
19700         * src/gtk/colorsel.c
19701         * src/gtk/description_window.c
19702         * src/gtk/gtkaspell.c
19703         * src/gtk/inputdialog.c
19704         * src/gtk/logwindow.c
19705         * src/gtk/prefswindow.c
19706         * src/gtk/progressdialog.c
19707                 replace deprecated gtk_window_set_policy
19708
19709 2004-07-27 [colin]      0.9.12cvs37.1
19710
19711         * src/msgcache.c
19712                 More fixes (synced for head again)
19713
19714 2004-07-27 [colin]      0.9.12cvs35.3
19715
19716         * src/msgcache.c
19717                 Fix wrong test
19718
19719 2004-07-27 [colin]      0.9.12cvs35.2
19720
19721         * src/mimeview.c
19722                 Fix width a bit (by Paul)
19723         * src/alertpanel.c
19724         * src/alertpanel.h
19725                 Specialize icons, make alertpanel_message()
19726                 private
19727         * src/message_search.c
19728         * src/sgpgme.c
19729         * src/summary_search.c
19730                 Suit alertpanel changes
19731
19732 2004-07-27 [colin]      0.9.12cvs35.1
19733
19734         * src/alertpanel.c
19735                 Add an icon
19736         * src/passphrase.c
19737                 Add debug output - maybe someone will
19738                 want to look at the problem with Grab
19739                 Input :)
19740         Bump version as we're synced with HEAD
19741
19742 2004-07-26 [colin]      0.9.12cvs33.26
19743
19744         * src/pop.c
19745                 Fix uidl-file parsing when not in new
19746                 format
19747
19748 2004-07-26 [colin]      0.9.12cvs33.25
19749
19750         * src/gtk/menu.c
19751                 Move popup menu up if necessary (fixes 
19752                 account selector)
19753         * src/mainwindow.c
19754                 Set account selector's button height to
19755                 minimum
19756
19757 2004-07-26 [colin]      0.9.12cvs33.24
19758
19759         * src/alertpanel.c
19760                 Maybe fix 551 (Truncated font in alert window)
19761
19762 2004-07-26 [colin]      0.9.12cvs33.23
19763
19764         * po/de.po
19765         * po/es.po
19766         * po/fr.po
19767         * po/it.po
19768         * po/ja.po
19769         * po/pl.po
19770         * po/ru.po
19771         * po/sk.po
19772         * po/sr.po
19773         * po/zh_CN.po
19774                 Sync po files with HEAD
19775
19776 2004-07-26 [paul]       0.9.12cvs33.22
19777
19778         * src/compose.c
19779                 fix Bug 556 'Organisation-header is sent even if empty'
19780
19781 2004-07-24 [colin]      0.9.12cvs33.21
19782
19783         * src/compose.c
19784         * src/gtk/gtkaspell.c
19785         * src/gtk/gtkaspell.h
19786                 Fix speller accelerators (require hack)
19787
19788 2004-07-24 [colin]      0.9.12cvs33.20
19789
19790         * src/gtk/gtkaspell.c
19791                 Fix over-eager code deletion breaking
19792                 Check while typing
19793
19794 2004-07-24 [colin]      0.9.12cvs33.19
19795
19796         * src/browseldap.c
19797         * src/ldapctrl.c
19798         * src/ldapctrl.h
19799         * src/ldapserver.h
19800                 Sync ldap with HEAD
19801         (Fixes 546 LDAP completely broken)
19802
19803 2004-07-24 [colin]      0.9.12cvs33.18
19804
19805         * src/prefs_msg_colors.c
19806                 Fix prototype mismatch
19807         (Fixes 547 void function cannot return value)
19808
19809 2004-07-24 [colin]      0.9.12cvs33.17
19810
19811         * src/mainwindow.c
19812                 Fix sort going back to previous sort key
19813                 when changing sort direction
19814
19815 2004-07-24 [colin]      0.9.12cvs33.16
19816
19817         * src/compose.c
19818                 Fix space insertion when re-wrapping at 
19819                 cursor point
19820
19821 2004-07-24 [colin]      0.9.12cvs33.15
19822
19823         * src/gtk/gtkaspell.c
19824                 Don't change cursor position in insert-text
19825                 callback
19826         (Fixes 539 Word wrapping on input transposes letters)
19827
19828 2004-07-24 [colin]      0.9.12cvs33.14
19829
19830         * src/gtk/gtkaspell.c
19831                 Reencode non-ascii chars to dictionary's
19832                 encoding
19833         (Fixes 544 Spell check broken non english locale)
19834
19835 2004-07-24 [colin]      0.9.12cvs33.13
19836
19837         * src/summaryview.c
19838                 Fix Shift+Down, add Home/End/PgUp/PgDown
19839
19840 2004-07-21 [colin]      0.9.12cvs33.12
19841
19842         * src/prefs_common.c
19843                 Fix a gtk warning (Patch by Andrej Kacian)
19844
19845 2004-07-21 [colin]      0.9.12cvs33.11
19846
19847         * src/gtk/filesel.c
19848                 More check
19849
19850 2004-07-21 [colin]      0.9.12cvs33.10
19851
19852         * src/compose.c
19853         * src/crash.c
19854         * src/export.c
19855         * src/import.c
19856         * src/messageview.c
19857         * src/mimeview.c
19858         * src/prefs_spelling.c
19859         * src/prefs_themes.c
19860         * src/summaryview.c
19861         * src/gtk/filesel.c
19862         * src/gtk/filesel.h
19863         * src/gtk/pluginwindow.c
19864                 Untwist open/save mode guessing logic, make
19865                 it explicit
19866
19867 2004-07-20 [colin]      0.9.12cvs33.9
19868
19869         * src/codeconv.c
19870                 conv_encode_header: src_charset is UTF-8 on
19871                 gtk2
19872         * src/compose.c
19873                 Remove double encoding of the headers
19874
19875 2004-07-20 [colin]      0.9.12cvs33.8
19876
19877         * src/codeconv.c
19878                 Fix typo
19879
19880 2004-07-20 [colin]      0.9.12cvs33.7
19881
19882         * src/mainwindow.c
19883                 Set the separated messageview to the saved
19884                 size of Claws' messageview (Patch by Alfons)
19885                 Fix a callback prototype (me)
19886
19887 2004-07-20 [colin]      0.9.12cvs33.6
19888
19889         * src/codeconv.h
19890                 Forgot one hunk in 0.9.12cvs33.4
19891
19892 2004-07-19 [colin]      0.9.12cvs33.5
19893
19894         * src/action.c
19895                 Action output fix
19896                 Patch by Alfons
19897
19898 2004-07-19 [colin]      0.9.12cvs33.4
19899
19900         * src/compose.c
19901                 Fix outgoing charset bug in headers
19902         * src/codeconv.c
19903                 Clean for glib2 - Patch by Alfons
19904
19905 2004-07-19 [colin]      0.9.12cvs33.3
19906
19907         * src/statusbar.c
19908                 Remove grip from the statusbar
19909                 Patch by Alfons
19910
19911 2004-07-19 [colin]      0.9.12cvs33.2
19912
19913         * src/messageview.c
19914         * src/textview.c
19915                 Fix messageview remembering the previous
19916                 scroll position when loading a new message
19917                 Patch by Alfons
19918
19919 2004-07-19 [colin]      0.9.12cvs33.1
19920
19921         * src/folder.h
19922         * src/folderview.c
19923         * src/summaryview.c
19924                 Sync with HEAD
19925
19926 2004-07-18 [colin]      0.9.12cvs32.7
19927
19928         * configure.ac
19929                 Remove useless check for XIM - noticed
19930                 by Alfons
19931
19932 2004-07-18 [colin]      0.9.12cvs32.6
19933
19934         * src/summaryview.c
19935                 Remove non-modified and shift-modified
19936                 accelerators in summaryview's popup
19937                 menu, as that doesn't get catched by
19938                 the accel-activate signal catcher...
19939
19940 2004-07-18 [colin]      0.9.12cvs32.5
19941
19942         * src/prefs_common.c
19943                 Define sensible default prefs for 
19944                 wrapping
19945
19946 2004-07-18 [colin]      0.9.12cvs32.4
19947
19948         * src/compose.c
19949         * src/prefs_common.c
19950         * src/prefs_common.h
19951         * src/prefs_wrapping.c
19952                 Remove Smart Wrapping pref, which does
19953                 nothing on gtk2 branch
19954
19955 2004-07-18 [colin]      0.9.12cvs32.3
19956
19957         * src/sourcewindow.c
19958                 Proper utf8
19959
19960 2004-07-18 [colin]      0.9.12cvs32.2
19961
19962         * src/compose.c
19963                 Save attachment status when drafting
19964
19965 2004-07-18 [colin]      0.9.12cvs32.1
19966
19967         * src/gtk/filesel.c
19968                 Fix erratic folder selection in open mode
19969
19970 2004-07-18 [colin]      0.9.12cvs31.11
19971
19972         * src/pop.c
19973                 Don't let partial messages get deleted
19974                 even with "dowload all"
19975                 (0.9.12cvs31.8 fix extension)
19976 2004-07-18 [colin]      0.9.12cvs31.10
19977
19978         * src/gtk/logwindow.c
19979                 Fix log scrolling
19980
19981 2004-07-18 [colin]      0.9.12cvs31.9
19982
19983         * src/common/utils.c
19984                 Fix non-utf8 strings coming from commands
19985                 and files
19986
19987 2004-07-18 [colin]      0.9.12cvs31.8
19988
19989         * src/pop.c
19990                 Fix partial download bug with Download all
19991                 messages option
19992
19993 2004-07-18 [colin]      0.9.12cvs31.7
19994
19995         * src/textview.c
19996                 Fix bug introduced in 0.9.12cvs31.2
19997                 (blocked in select mode after double click)
19998
19999 2004-07-18 [colin]      0.9.12cvs31.6
20000
20001         * src/compose.c
20002         * src/gtk/menu.c
20003                 More glib-warning fixes
20004
20005 2004-07-18 [colin]      0.9.12cvs31.5
20006
20007         * src/compose.c
20008                 Fix trashing the primary clipboard when moving 
20009                 around with tab
20010         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
20011
20012 2004-07-18 [colin]      0.9.12cvs31.4
20013
20014         * src/codeconv.c
20015                 convert unencoded iso headers to utf8
20016         (Fix Bug 538 Unencoded local characters in subject make it 
20017          disappear)
20018
20019 2004-07-18 [colin]      0.9.12cvs31.3
20020
20021         * src/compose.c
20022                 Fix tab char handling in wrapping
20023         (Fix Bug 537 Line wrap problem - TAB character treated as 
20024          one character instead of 8)
20025
20026 2004-07-18 [colin]      0.9.12cvs31.2
20027
20028         * src/textview.c
20029                 return FALSE on GDK_MOTION_NOTIFY
20030         (Fix Bug 535 Hyperlinks/addresses are not selectable 
20031          (unable to highlight))
20032
20033 2004-07-18 [colin]      0.9.12cvs31.1
20034
20035         * src/folderview.c
20036                 Sync with 0.9.12cvs31
20037
20038 2004-07-18 [colin]      0.9.12cvs30.4
20039
20040         * src/compose.c
20041                 Also block text_inserted when inserting a file
20042
20043 2004-07-18 [colin]      0.9.12cvs30.3
20044
20045         * src/compose.c
20046                 Fix smart wrapping (block text_inserted handler
20047                 while putting quotation to avoid wrap on input,
20048                 don't join lines if next is sig separator)
20049
20050 2004-07-17 [colin]      0.9.12cvs30.2
20051
20052         * src/folderview.c
20053         * src/mainwindow.c
20054         * src/mimeview.c
20055         * src/summaryview.c
20056         * src/gtk/quicksearch.c
20057         * src/gtk/quicksearch.h
20058                 Block key events handlers *and* accels while
20059                 quicksearch is focused
20060         (Fixes Bug 534 quick-search bar not accepting certain letters)
20061
20062 2004-07-17 [colin]      0.9.12cvs30.1
20063
20064         * src/folder.h
20065         * src/folderview.c
20066         * src/summaryview.c
20067                 Sync with 0.9.12cvs30
20068
20069 2004-07-17 [colin]      0.9.12cvs28.2
20070
20071         * src/mimeview.c
20072         * src/procmime.c
20073         * src/summaryview.c
20074         * src/gtk/menu.c
20075                 Squash some compile and glib warnings
20076
20077 2004-07-17 [paul]       0.9.12cvs28.1
20078
20079         * src/mimeview.c
20080                 sync with 0.9.12cvs28 HEAD
20081
20082 2004-07-16 [paul]       0.9.12cvs26.1
20083         
20084         * src/gtk/quicksearch.c
20085         * src/account.c
20086         * src/account.h
20087         * src/compose.c
20088         * src/customheader.c
20089         * src/folder_item_prefs.c
20090         * src/main.c
20091         * src/mainwindow.c
20092         * src/messageview.c
20093         * src/mimeview.c
20094         * src/news.c
20095         * src/pgpmime.c
20096         * src/pop.c
20097         * src/pop.h
20098         * src/prefs_account.c
20099         * src/prefs_account.h
20100         * src/prefs_common.c
20101         * src/prefs_common.h
20102         * src/prefs_display_header.c
20103         * src/prefs_gtk.c
20104         * src/prefs_gtk.h
20105         * src/procheader.c
20106         * src/procmime.c
20107                 sync with 0.9.12cvs26 HEAD      
20108
20109 2004-07-15 [colin]      0.9.12cvs18.14
20110
20111         * src/folder.c
20112                 Disable GPG signature check during
20113                 folder move and scan
20114         (Closes Bug 521 Signature checking slows down Folder-Move)
20115
20116 2004-07-14 [colin]      0.9.12cvs18.13
20117
20118         * src/common/partial_download.c
20119                 update includes
20120
20121 2004-07-14 [colin]      0.9.12cvs18.12
20122
20123         * src/common/partial_download.c
20124         * src/common/partial_download.h
20125                 Move doc at top, add correct copyright
20126
20127 2004-07-14 [colin]      0.9.12cvs18.11
20128
20129         * src/folder.c
20130         * src/messageview.c
20131         * src/pop.c
20132         * src/pop.h
20133         * src/procmsg.c
20134         * src/summaryview.c
20135         * src/common/Makefile.am
20136         * src/common/partial_download.c ** NEW FILES **
20137         * src/common/partial_download.h ** NEW FILES **
20138                 Move partial-download related stuff to its
20139                 own file
20140
20141 2004-07-14 [colin]      0.9.12cvs18.10
20142
20143         * src/send_message.c
20144                 Fix smtp auth when user is null or empty
20145
20146 2004-07-13 [colin]      0.9.12cvs18.9
20147
20148         * src/gtk/quicksearch.c
20149                 Use alphabetic order
20150
20151 2004-07-13 [colin]      0.9.12cvs18.8
20152
20153         * src/pop.c
20154                 Be paranoid on the checks
20155
20156 2004-07-13 [colin]      0.9.12cvs18.7
20157
20158         * src/gtk/quicksearch.c
20159                 Fix Engrish once again
20160
20161 2004-07-13 [colin]      0.9.12cvs18.6
20162
20163         * src/procmsg.c
20164         * src/summaryview.c
20165                 Mark messages for deletion when they are about to
20166                 be removed from trash
20167
20168 2004-07-13 [colin]      0.9.12cvs18.5
20169
20170         * src/matcher.c
20171         * src/matcher.h
20172         * src/matcher_parser_parse.y
20173         * src/prefs_matcher.c
20174         * src/gtk/quicksearch.c
20175                 Add 'partial' ('p') match string to find partially
20176                 downloaded messages
20177
20178 2004-07-13 [colin]      0.9.12cvs18.4
20179
20180         * src/pop.c
20181                 Fix misplaced block
20182
20183 2004-07-13 [colin]      0.9.12cvs18.3
20184
20185         * src/pop.c
20186         * src/pop.h
20187         * src/messageview.c
20188                 Refactor API (to avoid passing 5+ params and code
20189                 duplication)
20190         * src/folder.c
20191         * src/msgcache.c
20192         * src/procheader.c
20193         * src/common/defs.h
20194                 Add planned_download to cache
20195                 Don't mess uidl file when moving partially downloaded
20196                 mails (they change folder, we should change it in the
20197                 uidl list too or we'll remove an incorrect message)
20198                 (this also helps removing hacks when changing 
20199                 planned_download in messageview.c)
20200
20201 2004-07-12 [colin]      0.9.12cvs18.2
20202
20203         * src/gtk/quicksearch.c
20204                 Fix missing status update in quicksearch
20205
20206 2004-07-12 [paul]       0.9.12cvs18.1
20207
20208         * po/POTFILES.in
20209         * src/Makefile.am
20210         * src/account.c
20211         * src/codeconv.c
20212         * src/compose.c
20213         * src/inc.c
20214         * src/main.c
20215         * src/prefs_common.c
20216         * src/procmsg.h
20217         * src/toolbar.c
20218         * src/prefs_msg_colors.[ch]     ** NEW FILES **
20219         * src/prefs_wrapping.[ch]       ** NEW FILES **
20220         * src/common/intl.h
20221         * src/common/utils.[ch]
20222         * src/gtk/quicksearch.[ch]
20223                 sync with 0.9.12cvs18 HEAD
20224
20225 2004-07-12 [colin]      0.9.11cvs17.25
20226
20227         * src/folder.c
20228         * src/folder.h
20229                 Remove unused function added by me in 0.9.11cvs17.10
20230
20231 2004-07-11 [colin]      0.9.11cvs17.24
20232
20233         * src/inc.c
20234         * src/messageview.c
20235         * src/pop.c
20236         * src/pop.h
20237                 Use folderitem and msgnum instead of filename to
20238                 know which mail to delete
20239                 Move old partial mail deletion to pop.c
20240
20241 2004-07-10 [colin]      0.9.11cvs17.23
20242
20243         * src/inc.c
20244                 Add debug
20245         * src/pop.c
20246         * src/pop.h
20247                 Don't re-use same enums for unrelated stuff: it's 
20248                 completely misleading !
20249                 Document a bit
20250
20251 2004-07-09 [colin]      0.9.11cvs17.22
20252
20253         * src/inc.c
20254                 Remove folder-type check and do
20255                 more tests to be sure everything's
20256                 ok
20257         * src/messageview.c
20258                 Punctuation update, remove useless
20259                 code, fix two warnings
20260         * src/noticeview.c
20261                 Layout cleaning, reset 2nd button
20262                 when specifying one
20263
20264 2004-07-09 [colin]      0.9.11cvs17.21
20265
20266         * src/messageview.c
20267         * src/pop.c
20268         * src/pop.h
20269                 Allow user to change his mind
20270                 and postpone decision (by
20271                 unmarking the mail)
20272
20273 2004-07-09 [colin]      0.9.11cvs17.20
20274
20275         * src/messageview.c
20276                 Fix bug with delete state
20277         * src/pop.c
20278         * src/pop.h
20279                 Fix buffer leak (fread doesn't 
20280                 terminate buffers with \0)
20281                 Refactoring (remove magic 
20282                 numbers)
20283
20284 2004-07-09 [colin]      0.9.11cvs17.19
20285
20286         * src/pop.c
20287                 Don't log "Skipping message" if 
20288                 we're going to TOP it two lines
20289                 later
20290
20291 2004-07-09 [colin]      0.9.11cvs17.18
20292
20293         * src/messageview.c
20294                 Fix Engrish
20295
20296 2004-07-09 [colin]      0.9.11cvs17.17
20297
20298         * src/pop.c
20299                 strlen checking...
20300         * src/messageview.c
20301                 refactoring a bit
20302
20303 2004-07-08 [colin]      0.9.11cvs17.16
20304
20305         * src/noticeview.c
20306         * src/noticeview.h
20307                 Add an optional second button
20308         * src/messageview.c
20309         * src/pop.c
20310         * src/pop.h
20311                 Don't delete partially received mails after a certain
20312                 time; rather, let the user decide.
20313
20314 2004-07-08 [colin]      0.9.11cvs17.15
20315
20316         * src/common/smtp.h
20317                 Sync with HEAD
20318
20319 2004-07-08 [colin]      0.9.11cvs17.14
20320
20321         * src/messageview.c
20322         * src/common/smtp.c
20323                 Use to_human_readable() for sizes
20324
20325 2004-07-08 [colin]      0.9.11cvs17.13
20326
20327         * src/inc.c
20328         * src/messageview.c
20329         * src/pop.c
20330         * src/pop.h
20331         * src/procmsg.c
20332                 Fix partial-downloading issues:
20333                         catch unsupported TOP
20334                         don't delete partially downloaded mails before 5 days
20335                         don't update existing with non-MH folders; that'll
20336                         make dups, but it's better than trashing the folder
20337                         free new msginfo parts
20338                 Fix indentation ;-)
20339
20340 2004-07-08 [colin]      0.9.11cvs17.12
20341
20342         * src/common/smtp.c
20343         * src/common/smtp.h
20344                 Sync smtp size verification with HEAD
20345
20346 2004-07-08 [colin]      0.9.11cvs17.11
20347
20348         * src/summaryview.c
20349         * src/prefs_common.c
20350         * src/prefs_common.h
20351         * src/gtk/quicksearch.c
20352         * src/gtk/quicksearch.h
20353                 Sync sticky pref with HEAD
20354
20355 2004-07-08 [colin]      0.9.11cvs17.10
20356
20357         * src/folder.c [1.213.2.6]
20358         * src/folder.h [1.87.2.6]
20359         * src/inc.c [1.149.2.7]
20360         * src/messageview.c [1.94.2.8]
20361         * src/procheader.c [1.47.2.6]
20362         * src/procmsg.c [1.150.2.4]
20363         * src/procmsg.h [1.60.2.5]
20364         * src/pop.c [1.56.2.4]
20365         * src/pop.h [1.17.2.3]
20366                 Let too big messages get downloaded, but truncated
20367                 Add a button to download them completely
20368                 
20369 2004-07-06 [colin]      0.9.11cvs17.9
20370
20371         * src/gtk/quicksearch.c [1.1.2.3]
20372                 Add a Clear button
20373         * commitHelper
20374         * PATCHSETS
20375                 Add a script to help with cvs
20376
20377 2004-07-03 [colin]      0.9.11cvs17.8
20378
20379         * src/plugins/imageviewer/viewer.c
20380                 fix imageviewer (which was staying on the first
20381                 displayed image)
20382
20383 2004-07-03 [colin]      0.9.11cvs17.7
20384
20385         Removed FIXME_GTK2 warnings
20386         * src/gtk/gtkutils.c
20387                 useless #warnings
20388         * src/gtk/menu.c
20389                 useless #warnings (no need to mess with menu rc)
20390         * src/gtk/menu.h
20391                 unused functions
20392         
20393
20394 2004-07-03 [colin]      0.9.11cvs17.6
20395
20396         Removed FIXME_GTK2 warnings
20397         * src/codeconv.c
20398                 useless #warnings (rewrite needed)
20399         * src/compose.c
20400                 useless #warnings (rewrite needed)
20401                 useless #warnings (gtk2 is like that)
20402                 useless #warnings (previously fixed)
20403         * src/main.c
20404                 useless #warnings (previously fixed)
20405         * src/message_search.c
20406                 useless #warnings (gtk2 is like that)
20407                 Made apparent that search is case-sensitive
20408         * src/mimeview.c
20409                 useless #warnings (rewrite needed)
20410                 useless #warnings (gtk2 is like that)
20411                 reimplemented real warnings
20412         * src/prefs_common.c
20413                 Removed block cursor option (not it gtk2)
20414         * src/prefs_gtk.c
20415                 useless #warnings (rewrite needed)
20416         * src/procheader.c
20417                 useless #warnings (rewrite needed)
20418         * src/sourcewindow.c
20419                 useless #warnings (incorrect placing)
20420         * src/summary_search.c
20421                 useless #warnings (gtk2 is like that)
20422                 Made apparent that search is case-sensitive
20423         * src/action.c
20424                 useless #warnings (gtk2 is like that)
20425         * src/textview.c
20426                 useless #warnings (rewrite needed)
20427         * src/toolbar.c
20428                 useless #warnings (rewrite needed)
20429
20430 2004-07-03 [colin]      0.9.11cvs17.5
20431
20432         * src/textview.c
20433                 Fix mismerge which broke URI opening
20434                 
20435 2004-07-01 [colin]      0.9.11cvs17.4
20436
20437         * src/gtk/filesel.c
20438                 Fill filename when saving
20439                 
20440 2004-06-27 [colin]      0.9.11cvs17.3
20441
20442         * src/gtk/filesel.[ch]
20443                 Use the new GTK file selector
20444                 Update prototype to match the reality: multiple file
20445                 selection is open-only          
20446         * src/compose.c
20447                 Match the new prototypes        
20448         * configure.ac
20449                 Match the new requirements (gtk 2.4.0)
20450                         
20451 2004-06-26 [colin]      0.9.11cvs17.2
20452
20453         * src/plugins/trayicon/trayicon.c
20454                 Remove useless signal handler on resize, which causes
20455                 an infinite "loop"
20456         
20457 2004-06-26 [colin]      0.9.11cvs17.1
20458         
20459         * tools/Makefile.am
20460                 remove launch_firebird and add nautilus2sylpheed.sh
20461         * src/quicksearch.c
20462           src/summaryview.c
20463                 Fix show/hide "Extended symbols" button problem
20464                 Fix apparition at startup
20465                 Fix const warnings
20466         * src/plugins/image_viewer/Makefile.am
20467                 Fix configure 
20468         * common/ssl.c
20469                 Re-enable certificate check, as it doesn't seem to
20470                 cause Xlib errors anymore
20471
20472 2004-06-25 [paul]       0.9.11cvs17
20473
20474         * sync with 0.9.11cvs17 HEAD
20475         
20476         NOTE: QuickSearch is broken
20477
20478 2004-06-07 [colin]      0.9.10claws67.10
20479         * src/plugins/trayicon/trayicon.c
20480           src/plugins/trayicon/libeggtrayicon/Makefile.am
20481           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20482                 Fix gettextization in trayicon plugin
20483
20484 2004-06-07 [colin]      0.9.10claws67.9
20485         
20486         * src/summaryview.c
20487           src/gtk/gtksctree.[ch]
20488                 Let Shift+{Up,Down} work in summaryview
20489                 (well, Down "works" and Up works)
20490                 Let the list scroll when using these keys
20491
20492 2004-06-06 [colin]      0.9.10claws67.8
20493
20494         * src/plugins/trayicon/trayicon.c
20495                 Fix pixmap update
20496
20497 2004-06-06 [colin]      0.9.10claws67.7
20498
20499         * src/addressbook.c
20500                 Fix signal handling causing system-wide focus grab
20501
20502 2004-05-25 [paul]       0.9.10claws67.6
20503
20504         * Makefile.am
20505           src/Makefile.am
20506                 clean up
20507
20508 2004-05-25 [paul]       0.9.10claws67.5
20509
20510         * replace deprecated gtk_signal... functions
20511
20512 2004-05-23 [colin]      0.9.10claws67.4
20513
20514         * src/compose.c
20515                 Fix wrapping
20516
20517 2004-05-22 [colin]      0.9.10claws67.3
20518
20519         * src/compose.c
20520                 Re-fix [Edited] in compose.c::compose_reedit()
20521
20522 2004-05-22 [colin]      0.9.10claws67.2
20523
20524         * src/procmime.c
20525                 Fix parsing of multiparts mails
20526
20527 2004-05-22 [colin]      0.9.10claws67.1
20528
20529         * src/summaryview.c
20530                 Fix quicksearch
20531
20532 2004-05-22 [paul]       0.9.10claws67
20533
20534         * sync with 0.9.10claws67 HEAD
20535
20536 2004-05-14 [alfons]
20537
20538         * src/procmime.h
20539                 add forgotton prototype
20540
20541 2004-05-10 [paul]       0.9.10claws57
20542
20543         * sync with 0.9.10claws57 HEAD
20544
20545 2004-05-05 [paul]       0.9.9.claws1
20546
20547         * ChangeLog-gtk2        ** REMOVED **
20548           ChangeLog-gtk2.claws  ** ADDED **
20549                 rename and adopt the normal claws format
20550                 
20551         * configure.ac
20552                 require gtkmathview >= 0.5
20553
20554         * ac/*                          ** REMOVED **
20555           ac/                           ** REMOVED **
20556           intl/Makefile.in              ** REMOVED **
20557           m4/                           ** ADDED **
20558           m4/missing                    ** ADDED **
20559           m4/missing/gdk-pixbuf.m4      ** ADDED **
20560           m4/missing/gettext.m4         ** ADDED **
20561           m4/missing/gpgme.m4           ** ADDED **
20562           m4/missing/imlib.m4           ** ADDED **
20563           m4/.cvsignore                 ** ADDED **
20564           m4/Makefile.am                ** ADDED **
20565           m4/README                     ** ADDED **
20566           m4/aclocal-include.m4         ** ADDED **
20567           m4/aspell.m4                  ** ADDED **
20568           m4/check-type.m4              ** ADDED **
20569           m4/gnupg-check-typedef.m4     ** ADDED **
20570           m4/openssl.m4                 ** ADDED **
20571           m4/spamassassin.m4            ** ADDED **
20572           po/ChangeLog                  ** REMOVED **
20573           po/Makefile.in.in             ** REMOVED **
20574           po/Rules-quot                 ** REMOVED **
20575           po/boldquot.sed               ** REMOVED **
20576           po/en@boldquot.header         ** REMOVED **
20577           po/en@quot.header             ** REMOVED **
20578           po/insert-header.sin          ** REMOVED **
20579           po/quot.sed                   ** REMOVED **
20580           po/remove-potcdate.sed        ** REMOVED **
20581           po/remove-potcdate.sin        ** REMOVED **
20582           po/stamp-po                   ** REMOVED **
20583           Makefile.am
20584           autogen.sh
20585           configure.ac
20586                 enable building with automake 1.8.x
20587                 add 'autopoint --force' to autogen.sh and remove all
20588                 auto-generated files, remove ac/ directory and use
20589                 m4/ directory instead
20590                 
20591         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20592                 fix gettextization
20593
20594 2004-02-28 Colin Leroy <colin@colino.net>
20595         * src/prefs_matcher.c
20596           src/prefs_filtering.c
20597           src/prefs_filtering_action.c
20598                 Fix non-editable GtkEntries
20599
20600 2004-02-22 Thorsten Maerz <torte@netztorte.de>
20601         * src/prefs_themes.c
20602                 utf8 conversion for theme info
20603
20604 2004-02-21 Thorsten Maerz <torte@netztorte.de>
20605         * sync 0.9.9claws
20606
20607 2004-02-14 Thorsten Maerz <torte@netztorte.de>
20608         * src/grouplistdialog.c
20609                 allow multiple selections without ctrl key
20610
20611 2004-02-09 Thorsten Maerz <torte@netztorte.de>
20612         * src/main.c
20613                 enable customizable accelerators
20614
20615 2004-02-08 Thorsten Maerz <torte@netztorte.de>
20616         * src/prefs_common.c
20617                 re-enable different font settings for gtk1/2
20618         * src/prefs_folder_item.c
20619                 fix folder prefs displayed wrong
20620         * src/textview.c
20621                 set 'sunken' shadow type
20622
20623 2004-02-07 Colin Leroy <colin@colino.net>
20624         * src/compose.c
20625                 Fix message being always [Edited]
20626                 Encode headers correctly (utf8 buf)
20627
20628 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20629         * src/socket.c
20630                 remove double g_source_attach()
20631                 (Thanks to Colin Leroy)
20632
20633 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20634         * src/gtk/gtksctree.c
20635                 Fix SSL certificate list not shown
20636         * src/mimeview.c
20637                 Fix clicks in mime tree
20638
20639 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20640         * src/common/socket.c
20641                 Fix SSL receive
20642         * src/compose.c
20643                 Fix clipboard menu hotkeys
20644
20645 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20646         * src/gtk/gtkaspell.[ch]
20647           src/compose.c
20648                 reimplement spellchecker
20649
20650 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20651         * src/gtk/filesel.c
20652                 crash when inserting file in compose window
20653                 (TODO: keep old selection on clicks)
20654         * src/main.c
20655                 use gtkrc-2.0 instead of gtkrc
20656
20657 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20658         * src/messageview.c
20659                 remove orphaned mimeview unref()
20660
20661 2004-01-20 Thorsten Maerz <torte@netztorte.de>
20662         * src/grouplistdialog.c
20663                 expand nodes containing subscribed groups
20664
20665 2004-01-19 Thorsten Maerz <torte@netztorte.de>
20666         * src/textview.c
20667                 textview: hide cursor, restore old click behaviour
20668
20669 2004-01-18 Thorsten Maerz <torte@netztorte.de>
20670         * src/textview.c
20671                 variable names messed up
20672
20673 2004-01-17 Colin Leroy <colin@colino.net>
20674         * src/addr_compl.c
20675                 Fix completion address too thin
20676         * src/compose.c
20677                 Fix tab-to-subject behaviour
20678         * src/summaryview.c
20679                 Implement key up & down in summaryview
20680
20681 2004-01-12 Thorsten Maerz <torte@netztorte.de>
20682
20683         * sync 098claws
20684
20685 2004-01-08 Thorsten Maerz <torte@netztorte.de>
20686         * configure.ac
20687           Makefile.am
20688           doc/.cvsignore
20689           doc/Makefile.am
20690                 faq, man, manual moved to doc/
20691         * ac/aspell.m4
20692           ac/check-type.m4
20693           ac/gnupg-check-typedef.m4
20694           ac/openssl.m4
20695           ac/spamassassin.m4
20696           ac/missing/gdk-pixbuf.m4
20697           ac/missing/gpgme.m4
20698           ac/missing/imlib.m4
20699                 fix automake warnings
20700
20701 2003-12-06 Colin Leroy <colin@colino.net>
20702         * src/summaryview.c
20703                 Fix quicksearch
20704
20705 2003-12-05 Colin Leroy <colin@colino.net>
20706         * src/summaryview.c
20707                 Fix going to next unread folder
20708
20709 2003-12-05 Colin Leroy <colin@colino.net>
20710         * src/crash.c
20711                 Fix gtk2 compilation
20712         * src/session.c
20713                 Remove iotag source handler at disconnection
20714         * src/socket.[ch] 
20715                 Remove source handler when closing socket 
20716                 (fixes another seg)
20717
20718 2003-12-04 Colin Leroy <colin@colino.net>
20719         * src/compose.c
20720           src/prefs_account.c
20721           src/prefs_common.c
20722                 Fix some dropdown menus
20723
20724 2003-12-04 Colin Leroy <colin@colino.net>
20725         * src/compose.c
20726                 Fix event handlers on header fields
20727         * src/common/socket.c
20728           src/common/session.c
20729                 Fix segfault with callback (SSL)
20730                 Fix end of session 
20731
20732 2003-10-06 Thorsten Maerz <torte@netztorte.de>
20733
20734         * Fix compile bug in src/compose.c
20735         * removed src/gtk/gtkstext.[ch]
20736
20737 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
20738
20739         * Convert character set and escape "text" attributes in toolbar setting
20740         files.
20741         * Fixed bug in button-press-event handling.
20742
20743 2003-09-16 Thorsten Maerz <torte@netztorte.de>
20744
20745         * Fixed bug in key-press-event handling.
20746
20747 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
20748
20749         * Enabled to compile tray-icon plugin (Ad-hoc).
20750         * Avoid hang up bug of icon list in mime view (Ad-hoc).
20751
20752 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
20753
20754         * Enabled to compile on sylpheed-claws.
20755         (tray-icon plugin still cannot compile yet.)
20756
20757 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
20758
20759         * Updated to 0.9.5.
20760
20761 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
20762
20763         * Updated to 0.9.4.
20764         * Ported monitoring SSL mechanism to GSource of GLib2
20765         (I don't confirm it)
20766         * Added _gtk2 suffix to key name of font preference to avoid
20767         ovverwriting preference of Gtk+-1.2 version.
20768
20769 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
20770
20771         * Updated to 0.9.2.
20772
20773 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
20774
20775         * Updated to 0.9.1.
20776         * Translate po files into UTF-8 when execute autogen.sh.
20777
20778 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
20779
20780         * Updated to 0.9.0.
20781
20782 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
20783
20784         * Plugged GError related memory leaks.
20785
20786 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
20787
20788         * Changed default size of fonts.
20789         * Enabled to set titile font size of warning dialog.
20790
20791 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
20792
20793         * Embed a sylpheed icon into executable binary on Windows.
20794
20795 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
20796
20797         * I forgot to traslate character set of element string in src/xml.c.
20798
20799 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
20800
20801         * Fixed detecting bind_textdomain_codeset in configure.in.
20802         * The bug in which "Example" of "Date fromat" preference isn't displayed
20803         correctly has been fixed.
20804
20805 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
20806
20807         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
20808           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
20809           glib-gettextize
20810           Removed intl directory.
20811           Translated po files into UTF-8.
20812           (Thanks! Ryuji Abe)
20813
20814 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
20815
20816         * The bug which doesn't unscape string in xml.c has been fixed.
20817
20818 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
20819
20820         * The bug which is failed to translate encoding of file name thorough
20821         file dialog has been fixed.
20822
20823 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
20824
20825         * Modified to translate file names which is used in inporting/expoting
20826         mbox feature and "Save as" feature into locale encoding.
20827         * Translate file names into locale encoding when "Attache file" and
20828         "Insert file".
20829         * Force set G_BROKEN_FILENAMES environment variable.
20830         * Other minor fixes.
20831
20832 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
20833
20834         * Modified to treat MH folder's name as locale encoding.
20835
20836 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
20837
20838         * The bug which clash on switching candidates of auto completion of
20839         addresses, cannot use auto completion in Japanesse is fixed
20840         (Thanks! Tokunaga-san)¡¥
20841
20842 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20843
20844         * The bug which cannot switch key accelerator preference has been fixed
20845         (Thanks! smbd-san)¡¥
20846
20847 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20848
20849         * version 0.8.11-gtk2-20030314
20850
20851 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20852
20853         * The bug in which character set conversion of filtering messages has
20854         been fixed.(Thanks! COCOA-san).
20855
20856 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
20857
20858         * Revived "Leave space on head" preference in "Message" category.
20859         * A bug which clash when put the cursor to end of buffer and execute
20860         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
20861
20862 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20863
20864         * version 0.8.11-gtk2-20030312
20865
20866 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20867
20868         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
20869         * Modified to use Pango's API directly for font preference.
20870         * Integrated GtkTextView of textview to one widget.
20871         * Set fonts of header title in textview by "header_title" tag.
20872         * Removed some deprecated codes.
20873
20874 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
20875
20876         * Updated to 0.8.11.
20877         * Merged cygwin patch(Thanks! Sakai-san).
20878
20879 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
20880
20881         * version 0.8.10-gtk2-20030309