91d7226f607b6d263b89168aa127756849b1fb41
[claws.git] / ChangeLog
1 2006-12-07 [wwp]        2.6.1cvs11
2
3         * src/compose.c
4                 fix email address comparison when replying to all
5                 (avoid replying to ourselves), thanks to Colin.
6
7 2006-12-06 [paul]       2.6.1cvs10
8
9         * src/addrharvest.c
10         * src/editldap.c
11         * src/expldifdlg.c
12         * src/news.c
13         * src/toolbar.c
14         * src/common/utils.c
15                 ...and more renaming
16                 Thanks to Colin
17
18 2006-12-06 [paul]       2.6.1cvs9
19
20         * src/compose.c
21         * src/messageview.c
22         * src/procheader.c
23         * src/procmime.c
24         * src/procmsg.c
25         * src/textview.c
26                 more renaming
27                 Thanks to Colin
28
29 2006-12-06 [colin]      2.6.1cvs8
30
31         * src/ssl_manager.c
32         * src/common/ssl_certificate.c
33         * src/common/ssl_certificate.h
34                 Handle multiple certificates per host/port
35
36 2006-12-06 [colin]      2.6.1cvs7
37
38         * src/etpan/imap-thread.c
39                 Fix certificate checking on IMAP
40
41 2006-12-06 [colin]      2.6.1cvs6
42
43         * src/folderview.c
44                 Fix bug 1072, 'Claws stops fetching newsgroups 
45                 from server when newsgroup got deleted': continue
46                 checking other groups
47
48 2006-12-05 [wwp]        2.6.1cvs5
49
50         * src/message_search.c
51         * src/summary_search.c
52         * src/gtk/combobox.c
53         * src/gtk/combobox.h
54         * src/gtk/gtkutils.c
55         * src/gtk/gtkutils.h
56                 make up and down arrow keys in modern gtk_combo_box_entry widgets
57                 behave like w/ old comboboxes (summary and message search only).
58
59 2006-12-05 [paul]       2.6.1cvs4
60
61         * src/wizard.c
62                 encode headers
63                 Thanks to Colin
64
65 2006-12-05 [paul]       2.6.1cvs3
66
67         * tools/README
68         * tools/textviewer.pl
69                 script updated and description added
70
71 2006-12-04 [colin]      2.6.1cvs2
72
73         * src/compose.c
74                 Run pre-send hook only when checking
75                 everything
76
77 2006-12-04 [paul]       2.6.1cvs1
78
79         * NEWS
80         * README
81         * RELEASE_NOTES
82         * configure.ac
83         * tools/README
84                 bump up version number following stable release
85
86 2006-12-04 [paul]       2.6.0cvs83
87
88         * README
89                 updates and corrections
90
91 2006-12-04 [colin]      2.6.0cvs82
92
93         * src/common/utils.c
94                 Probably fix bug 1066, 'Incorrect mailbox 
95                 size displayed'
96
97 2006-12-04 [colin]      2.6.0cvs81
98
99         * src/common/utils.c
100                 Trim tabs from mailcap file too.
101
102 2006-12-02 [paul]       2.6.0cvs80
103
104         * src/exphtmldlg.c
105                 fix broken GUI under certain languages
106         * src/expldifdlg.c
107                 put the Cancel button to the right
108
109 2006-12-01 [paul]       2.6.0cvs79
110
111         * tools/Makefile.am
112                 remove reference to removed file
113
114 2006-12-01 [wwp]        2.6.0cvs78
115
116         * src/addressbook.c
117         * src/editaddress.c
118                 remove forgotten debug statements.
119
120 2006-12-01 [wwp]        2.6.0cvs77
121
122         * manual/advanced.xml
123         * manual/fr/advanced.xml
124         * src/addressbook.c
125         * src/addressbook.h
126         * src/addressitem.h
127         * src/editaddress.c
128         * src/editaddress.h
129         * src/prefs_common.c
130         * src/prefs_common.h
131         * src/gtk/gtkutils.c
132         * src/gtk/gtkutils.h
133                 add a hidden option to allow embedding the editaddress (edit contact details)
134                 dialog into the addressbook's window. This doesn't change the default
135                 behaviour.
136
137 2006-12-01 [wwp]        2.6.0cvs76
138
139         * src/message_search.c
140         * src/summary_search.c
141                 fix more focus issues (don't set focus to combobox's entry widget when
142                 entry's value changed, if entry widget has focus already).
143
144 2006-12-01 [wwp]        2.6.0cvs75
145
146         * src/gtk/quicksearch.c
147                 revert last changes to the quicksearch gtk_combo_box, this needs more
148                 tuning and testing.
149
150 2006-12-01 [paul]       2.6.0cvs74
151
152         * tools/kdeservicemenu/README
153         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
154         * tools/kdeservicemenu/install.sh
155         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
156         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
157                 simplify this stuff, and in so doing,
158                 fix it. (possibly re-extend it again at
159                 a later date)
160
161 2006-12-01 [wwp]        2.6.0cvs73
162
163         * src/gtk/quicksearch.c
164                 adapt quicksearch code to use modern gtk_combo_box'es.
165
166 2006-12-01 [wwp]        2.6.0cvs72
167
168         * src/common/defs.h
169         * src/prefs_common.c
170         * src/prefs_common.h
171         * src/message_search.c
172         * src/summary_search.c
173         * src/gtk/combobox.c
174         * src/gtk/combobox.h
175                 add history combos to all message and summary search fields.
176
177 2006-12-01 [wwp]        2.6.0cvs71
178
179         * src/summaryview.c
180                 As the list may change while the mark as read delay
181                 runs, we can't rely on the 'row' pointer, which can
182                 be invalid when the timeout is called. As the mark
183                 as read is only done if the message is still selected,
184                 use summaryview->selected instead. Thanks to Colin.
185
186 2006-11-30 [paul]       2.6.0cvs70
187
188         * src/textview.c
189                 give emphasis to "Sylpheed-Claws"
190                 as well as "Claws Mail"
191
192 2006-11-30 [colin]      2.6.0cvs69
193
194         * src/wizard.c
195                 Put the SSL checkboxes in the receiving
196                 and sending server pages.
197
198 2006-11-29 [colin]      2.6.0cvs68
199
200         * src/gtk/gtkutils.c
201         * src/gtk/gtkvscrollbutton.c
202                 Revert some deprecated fixes - they seem to
203                 deprecate stuff as soon as a new one gets out.
204                 g_object_ref_sink needed glib-2.10.
205
206 2006-11-29 [colin]      2.6.0cvs67
207
208         * src/common/utils.c
209                 Create .mailcap if it doesn't exist
210
211 2006-11-29 [colin]      2.6.0cvs66
212
213         * src/compose.c
214                 Followup to cvs60: use original list
215                 of recipients if replying to a mail
216                 in Sent Drafts or Queue.
217
218 2006-11-27 [paul]       2.6.0cvs65
219
220         * src/image_viewer.c
221                 revert the last change for now (it's broken)
222
223 2006-11-27 [paul]       2.6.0cvs64
224
225         * Makefile.am
226         * configure.ac
227         * m4/aclocal-include.m4
228         * m4/check-type.m4
229         * src/Makefile.am
230         * src/addr_compl.c
231         * src/compose.c
232         * src/crash.c
233         * src/export.c
234         * src/exporthtml.c
235         * src/exportldif.c
236         * src/imap.c
237         * src/import.c
238         * src/main.c
239         * src/main.h
240         * src/matcher.c
241         * src/mimeview.c
242         * src/procmsg.c
243         * src/textview.c
244         * src/common/Makefile.am
245         * src/common/claws.c
246         * src/common/claws.h
247         * src/common/ssl.c
248         * src/common/sylpheed.c
249         * src/common/sylpheed.h
250         * src/etpan/Makefile.am
251         * src/gtk/Makefile.am
252         * src/gtk/claws-marshal.list
253         * src/gtk/filesel.c
254         * src/gtk/gtksctree.c
255         * src/gtk/quicksearch.c
256         * src/gtk/sylpheed-marshal.list
257         * src/plugins/bogofilter/bogofilter.c
258         * src/plugins/bogofilter/bogofilter_gtk.c
259         * src/plugins/clamav/clamav_plugin.c
260         * src/plugins/clamav/clamav_plugin_gtk.c
261         * src/plugins/demo/demo.c
262         * src/plugins/dillo_viewer/dillo_viewer.c
263         * src/plugins/pgpcore/Makefile.am
264         * src/plugins/pgpcore/claws.def
265         * src/plugins/pgpcore/pgp_viewer.c
266         * src/plugins/pgpcore/plugin.c
267         * src/plugins/pgpcore/sylpheed.def
268         * src/plugins/pgpinline/Makefile.am
269         * src/plugins/pgpinline/claws.def
270         * src/plugins/pgpinline/plugin.c
271         * src/plugins/pgpinline/sylpheed.def
272         * src/plugins/pgpmime/Makefile.am
273         * src/plugins/pgpmime/claws.def
274         * src/plugins/pgpmime/plugin.c
275         * src/plugins/pgpmime/sylpheed.def
276         * src/plugins/spamassassin/spamassassin.c
277         * src/plugins/spamassassin/spamassassin_gtk.c
278         * src/plugins/trayicon/trayicon.c
279                 yet more renaming
280                 remove deprecated gtk_tooltips_set_delay()
281
282 2006-11-26 [paul]       2.6.0cvs63
283
284         * src/expldifdlg.c
285         * src/folderview.c
286         * src/image_viewer.c
287         * src/mainwindow.c
288         * src/gtk/gtkutils.c
289         * src/gtk/gtkvscrollbutton.c
290         * src/gtk/prefswindow.c
291         * src/plugins/pgpcore/prefs_gpg.c
292                 replace more deprecated GTK+ functions
293
294 2006-11-26 [paul]       2.6.0cvs62
295
296         * src/addr_compl.c
297         * src/addressbook.c
298         * src/browseldap.c
299                 replace deprecated gtk_idle_... functions
300
301 2006-11-26 [paul]       2.6.0cvs61
302
303         * src/compose.c
304         * src/folderview.c
305         * src/inc.c
306         * src/summaryview.c
307         * src/gtk/gtkvscrollbutton.c
308         * src/gtk/quicksearch.c
309         * src/plugins/pgpcore/passphrase.c
310                 replace deprecated gtk_timeout_add and
311                 gtk_timeout_remove
312
313 2006-11-26 [paul]       2.6.0cvs60
314
315         * src/compose.c
316                 fix bug that caused the wrong recipient
317                 to be selected when replying to a msg
318                 which is From one of our accounts to
319                 another of our accounts
320
321 2006-11-25 [paul]       2.6.0cvs59
322
323         * src/summaryview.c
324                 don't change the From column title to
325                 To if the To column is visible
326
327 2006-11-24 [paul]       2.6.0cvs58
328
329         * src/compose.c
330                 fix bug 1069, 'Sent mails disappear, BCC
331                 or locking problem?'
332
333 2006-11-21 [wwp]        2.6.0cvs57
334
335         * src/compose.c
336                 fix spelling menu when replying (same as 2.3.1cvs39):
337                 discrepancy between context menu and top menu when
338                 folder's dictionary isn't the default one.
339
340 2006-11-19 [paul]       2.6.0cvs56
341
342         * src/summaryview.c
343                 obey always_show_msg option when
344                 marking as spam
345         * src/plugins/bogofilter/bogofilter.c
346                 fix typo
347
348 2006-11-18 [paul]       2.6.0cvs55
349
350         * AUTHORS
351         * README
352         * debian/copyright
353         * manual/ack.xml
354         * manual/es/ack.xml
355         * manual/fr/ack.xml
356         * manual/pl/ack.xml
357         * src/gtk/authors.h
358         * src/gtk/icon_legend.c
359         * src/gtk/icon_legend.h
360         * tools/OOo2claws-mail.pl
361         * tools/README
362         * tools/acroread2claws-mail.pl
363         * tools/claws.i18n.status.pl
364         * tools/filter_conv.pl
365         * tools/filter_conv_new.pl
366         * tools/freshmeat_search.pl
367         * tools/google_search.pl
368         * tools/kmail2claws-mail.pl
369         * tools/kmail2claws-mail_v2.pl
370         * tools/maildir2claws-mail.pl
371         * tools/make.themes.project
372         * tools/multiwebsearch.pl
373         * tools/outlook2claws-mail.pl
374         * tools/tb2claws-mail
375         * tools/kdeservicemenu/README
376         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
377                 update mine and wwp's email addresses in
378                 several places
379                 Patch by wwp
380         * src/prefs_compose_writing.c
381                 set sensitivity on 'new message format' frame
382
383 2006-11-17 [paul]       2.6.0cvs54
384
385         * src/gtk/about.c
386                 more reworking of the GUI
387                 Patch by Fabien Vantard
388
389 2006-11-16 [paul]       2.6.0cvs53
390
391         * src/gtk/about.c
392                 set a minimum size for the window, allow
393                 it to automatically expand as necessary
394
395 2006-11-16 [wwp]        2.6.0cvs52
396
397         * src/gtk/about.c
398                 better wrap of copyright info on some systems.
399
400 2006-11-16 [paul]       2.6.0cvs51
401
402         * src/gtk/about.c
403                 move the tech info from the upper panel
404                 to the Info tab
405                 use a gtk_text_view for the features tab
406
407 2006-11-16 [paul]       2.6.0cvs50
408
409         * po/Makevars
410                 update my email address
411         * src/addressbook.c
412         * src/compose.c
413         * src/imap_gtk.c
414         * src/mh_gtk.c
415         * src/news_gtk.c
416         * src/summaryview.c
417         * src/plugins/trayicon/trayicon.c
418                 don't offer simple menu separators
419                 for translation
420         * src/folderview.c
421                 add separator between 'mark all read'
422                 and 'search folder'
423
424 2006-11-15 [wwp]        2.6.0cvs49
425
426         * src/gtk/authors.h
427                 updated manuals authors.
428
429 2006-11-14 [paul]       2.6.0cvs48
430
431         * src/compose.c
432                 Fix Options/Reply mode after draft save
433
434 2006-11-14 [paul]       2.6.0cvs47
435
436         * src/Makefile.am
437                 Fix make DESTDIR=...
438         * src/mbox.c
439                 Optimise speed
440         * src/plugins/pgpinline/pgpinline.c
441                 Probably fix bug 1061
442
443 2006-11-14 [paul]       2.6.0cvs46
444
445         * po/Makevars
446                 enable Q_ macro
447         * src/Makefile.am
448         * src/stock_pixmap.c
449         * src/stock_pixmap.h
450         * src/gtk/about.c
451         * src/pixmaps/active.xpm
452         * src/pixmaps/inactive.xpm
453                 add a new page, 'Features', to the About dialog
454                 showing which features are compiled in and which
455                 are not
456
457 2006-11-14 [paul]       2.6.0cvs45
458
459         * po/ru.po
460                 updated by Pavlo Bohmat
461
462 2006-11-14 [colin]      2.6.0cvs44
463
464         * src/compose.c
465         * src/inc.c
466         * src/messageview.c
467         * src/news.c
468         * src/pop.c
469         * src/procmsg.c
470         * src/gtk/gtkaspell.c
471                 Fix 64-bit-related warnings
472         * src/ssl_manager.c
473                 Fix possible infinite loop
474         * src/plugins/pgpcore/sgpgme.c
475                 Remove useless check
476
477 2006-11-13 [colin]      2.6.0cvs43
478
479         * src/gtk/Makefile.am
480                 authors.h isn't generated
481
482 2006-11-13 [colin]      2.6.0cvs42
483
484         * src/plugins/pgpinline/pgpinline.c
485         * src/plugins/pgpmime/pgpmime.c
486                 Very probably fix bug 1061, 'crash on 
487                 opening signed email'. Another cast
488                 problem
489
490 2006-11-13 [colin]      2.6.0cvs41
491
492         * src/plugins/pgpcore/sgpgme.c
493                 Maybe fix bug 1061, 'crash on opening 
494                 signed email'
495
496 2006-11-13 [wwp]        2.6.0cvs40
497
498         * src/plugins/pgpinline/pgpinline.c
499                 fix candidate for bug #1057, thanks to Colin.
500
501 2006-11-13 [wwp]        2.6.0cvs39
502
503         * src/compose.c
504         * src/quote_fmt_parse.y
505                 fix bug 1052: current parser buffer was not always 
506                 allocated, ptr to this buffer could be returned as 
507                 NULL whereas no parser error has occurred. in 
508                 consequence, defining a template body as "%d" 
509                 (w/o the quotes) for the first time of the instance 
510                 of claws-mail, was reporting a parser error. make 
511                 sure that the buffer is always allocated, even to 
512                 an empty string.
513                 fix mis-unescaping in compose.:compose_quote_fmt(): 
514                 unescaping of the fmt string was always done 
515                 whereas it must be done *only* when receiving 
516                 quote format strings issued from the prefs 
517                 (compose new message, reply, forward, redirect 
518                 formats), *not* when applying templates.  in 
519                 consequences, applying templates w/ sequences 
520                 like \\|p{echo} were failing. make sure that 
521                 unescaping is done only when necessary.
522
523 2006-11-12 [colin]      2.6.0cvs38
524
525         * po/de.po
526                 Fix typo (s/KB/MB)
527
528 2006-11-12 [colin]      2.6.0cvs37
529
530         * src/plugins/pgpinline/pgpinline.c
531         * src/plugins/pgpmime/pgpmime.c
532                 Release GPG context at the latest 
533                 possible moment. Maybe fixes 
534                 bug 1057, 'crash on sending signed 
535                 message to a newsgroup'
536                 
537
538 2006-11-12 [colin]      2.6.0cvs36
539
540         * src/plugins/pgpcore/sgpgme.c
541                 Tell a bit more when gpg's status doesn't
542                 contain any signature
543
544 2006-11-12 [colin]      2.6.0cvs35
545
546         * src/compose.c
547                 Fix bug 1060, 'compilation error with 
548                 Irix's cc'
549
550 2006-11-12 [paul]       2.6.0cvs34
551
552         * doc/man/claws-mail.1
553         * src/prefs_gtk.c
554         * src/plugins/clamav/README
555         * src/plugins/spamassassin/README
556         * tools/README
557         * tools/freshmeat_search.pl
558         * tools/google_search.pl
559         * tools/multiwebsearch.pl
560                 more renaming
561         * src/plugins/trayicon/trayicon.c
562                 fix compiliation warning
563
564 2006-11-11 [colin]      2.6.0cvs33
565
566         * src/folderview.c
567                 Forbid drag and drop from/to different
568                 folders of type F_UNKNOWN
569
570 2006-11-11 [colin]      2.6.0cvs32
571
572         * src/plugins/pgpinline/pgpinline.c
573                 Fix typo in previous commit:
574                 - gpgme_new(&ctx);
575                 + if ((err = gpgme_new(&data->ctx)) ...)
576
577 2006-11-11 [colin]      2.6.0cvs31
578
579         * src/plugins/pgpinline/pgpinline.c
580         * src/plugins/pgpmime/pgpmime.c
581                 Check success after calling gpgme_new
582                 Maybe fixes bug 1057, 'crash on sending 
583                 signed message to a newsgroup'
584
585 2006-11-11 [colin]      2.6.0cvs30
586
587         * src/undo.c
588                 init undostruct to 0s (from
589                 valgrind log of bug 1057)
590
591 2006-11-10 [colin]      2.6.0cvs29
592
593         * src/mainwindow.c
594                 Set cursor to wait before filtering
595                 duplicates in all folders
596         * src/plugins/bogofilter/bogofilter.c
597         * src/plugins/bogofilter/bogofilter.h
598         * src/plugins/bogofilter/bogofilter_gtk.c
599                 Completely thread away the bogofilter
600                 filtering
601
602 2006-11-10 [mones]      2.6.0cvs28
603
604         * src/compose.c
605         * src/compose.h
606                 added COMPOSE_CHECK_BEFORE_SEND hook
607
608 2006-11-10 [paul]       2.6.0cvs27
609
610         * src/crash.c
611                 more renaming
612                 add libSM to get_compiled_in_features()
613         * src/main.c
614                 more renaming
615
616 2006-11-10 [colin]      2.6.0cvs26
617
618         * src/etpan/imap-thread.c
619                 Add a reference to libetpan's sasl engine
620                 so that sasl_done() doesn't get called by
621                 libetpan, and doesn't break openssl.
622                 Should fix bug 1053, 'SC fails to reestablish 
623                 a secure connection'
624                 Patch by Hoa
625
626 2006-11-10 [colin]      2.6.0cvs25
627
628         * manual/addrbook.xml
629         * manual/advanced.xml
630         * manual/faq.xml
631         * manual/intro.xml
632                 Some more renaming
633
634 2006-11-09 [colin]      2.6.0cvs24
635
636         * src/plugins/bogofilter/bogofilter_gtk.c
637                 Add comment about annoyance
638
639 2006-11-09 [colin]      2.6.0cvs23
640
641         * src/plugins/bogofilter/bogofilter.c
642         * src/plugins/bogofilter/bogofilter_gtk.c
643                 Prepare things needed to thread bogofilter
644                 filtering: separate bogo stuff and possible GUI
645                 stuff. 
646
647 2006-11-09 [colin]      2.6.0cvs22
648
649         * src/account.c
650         * src/compose.c
651                 Search for one of our accounts in Delivered-To
652                 (helps for auto-account selection when 
653                  replying/forwarding)
654         * src/folderview.c
655         * src/mainwindow.c
656         * src/mainwindow.h
657         * src/plugins/trayicon/trayicon.c
658                 Allow opening a new mail with any account from
659                 the contextual menu
660
661 2006-11-09 [wwp]        2.6.0cvs21
662
663         * src/compose.c
664         * src/prefs_common.c
665         * src/prefs_common.h
666         * src/prefs_compose_writing.c
667                 add a compose new message format (in prefs/compose/writing), it's a
668                 simple subject+body template to use when opening a new composition
669                 window. It's similar to the existent reply and forward formats.
670
671                 enhanced the template/format % symbols substitution mechanism to
672                 use current composition window information when % are used in
673                 the compose new message format or in templates applied to new
674                 messages (there were useless in that situations before). When
675                 applied to new messages, %d corresponds to the system time/date.
676
677 2006-11-09 [paul]       2.6.0cvs20
678
679         * src/gtk/authors.h
680                 fix last commit
681
682 2006-11-09 [paul]       2.6.0cvs19
683
684         * src/gtk/authors.h
685                 keep tje alphabetical order
686
687 2006-11-08 [colin]      2.6.0cvs18
688
689         * src/etpan/imap-thread.c
690                 Fix bug 1054, 'Slowness logging big 
691                 data chunks'
692
693 2006-11-08 [paul]       2.6.0cvs17
694
695         * tools/Makefile.am
696                 fix the renaming
697
698 2006-11-08 [paul]       2.6.0cvs16
699
700         * src/common/defs.h
701                 update BUGZILLA_URI
702
703 2006-11-08 [paul]       2.6.0cvs15
704
705         * tools/Makefile.am
706         * tools/OOo2claws-mail.pl
707         * tools/OOo2sylpheed.pl
708         * tools/README
709         * tools/acroread2claws-mail.pl
710         * tools/acroread2sylpheed.pl
711         * tools/kmail2claws-mail.pl
712         * tools/kmail2claws-mail_v2.pl
713         * tools/kmail2sylpheed.pl
714         * tools/kmail2sylpheed_v2.pl
715         * tools/maildir2claws-mail.pl
716         * tools/maildir2sylpheed.pl
717         * tools/nautilus2claws-mail.sh
718         * tools/nautilus2sylpheed.sh
719         * tools/outlook2claws-mail.pl
720         * tools/outlook2sylpheed.pl
721         * tools/tb2claws-mail
722         * tools/tb2sylpheed
723         * tools/tbird2claws.py
724         * tools/tbird2syl.py
725         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
726         * tools/kdeservicemenu/install.sh
727         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
728         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
729         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
730         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
731         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
732                 renamed (removed, added) tools files
733
734 2006-11-08 [paul]       2.6.0cvs14
735
736         * src/main.c
737         * src/common/defs.h
738                 Migrate sylpheedrc to clawsrc, and fix the standard
739                 plugins path in the process
740
741 2006-11-07 [colin]      2.6.0cvs13
742
743         * src/Makefile.am
744                 Symlink sylpheed-claws relative to 
745                 claws-mail
746
747 2006-11-07 [colin]      2.6.0cvs12
748
749         * src/compose.c
750                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
751
752 2006-11-07 [paul]       2.6.0cvs11
753
754         * src/gtk/about.c
755                 Fix a missed occurence of
756                 Sylpheed-Claws
757
758 2006-11-07 [paul]       2.6.0cvs10
759
760         * src/Makefile.am
761                 Fix symlink installation
762
763 2006-11-07 [paul]       2.6.0cvs9
764
765         * src/Makefile.am
766                 Symlink claws-mail to sylpheed-claws
767         * src/common/utils.c
768                 Fix migrating symlinks
769         * src/etpan/imap-thread.c
770                 check certificate only when there's
771                 no error
772
773 2006-11-07 [paul]       2.6.0cvs8
774
775         * Makefile.am
776                 Fix icon breakages with Gtk, which needs a 
777                 cache updated to see them.
778
779 2006-11-07 [paul]       2.6.0cvs7
780
781         * .cvsignore
782         * AUTHORS
783         * COPYING
784         * INSTALL
785         * Makefile.am
786         * NEWS
787         * README
788         * RELEASE_NOTES
789         * autogen.sh
790         * claws-mail-128x128.png
791         * claws-mail-64x64.png
792         * claws-mail.ico
793         * claws-mail.pc.in
794         * claws-mail.png
795         * configure.ac
796         * sylpheed-claws-128x128.png
797         * sylpheed-claws-64x64.png
798         * sylpheed-claws.desktop
799         * sylpheed-claws.ico
800         * sylpheed-claws.pc.in
801         * sylpheed-claws.png
802         * debian/README.Debian
803         * debian/changelog
804         * debian/claws-mail.desktop
805         * debian/claws-mail.menu
806         * debian/claws-mail.postinst.debhelper
807         * debian/claws-mail.postrm.debhelper
808         * debian/control
809         * debian/copyright
810         * debian/files
811         * debian/rules
812         * debian/sylpheed-claws.desktop
813         * debian/sylpheed-claws.menu
814         * debian/sylpheed-claws.postinst.debhelper
815         * debian/sylpheed-claws.postrm.debhelper
816         * doc/man/Makefile.am
817         * doc/man/claws-mail.1
818         * doc/man/sylpheed-claws.1
819         * doc/src/ChangeLog.claws-pre0.8.0
820         * manual/Makefile.am
821         * manual/account.xml
822         * manual/ack.xml
823         * manual/addrbook.xml
824         * manual/advanced.xml
825         * manual/claws-mail-manual.xml
826         * manual/faq.xml
827         * manual/glossary.xml
828         * manual/handling.xml
829         * manual/intro.xml
830         * manual/keyboard.xml
831         * manual/plugins.xml
832         * manual/starting.xml
833         * manual/sylpheed-claws-manual.xml
834         * manual/xml2pdf
835         * manual/dist/.cvsignore
836         * manual/dist/html/.cvsignore
837         * manual/dist/html/Makefile.am
838         * manual/dist/pdf/.cvsignore
839         * manual/dist/pdf/Makefile.am
840         * manual/dist/ps/.cvsignore
841         * manual/dist/ps/Makefile.am
842         * manual/dist/txt/.cvsignore
843         * manual/dist/txt/Makefile.am
844         * manual/es/Makefile.am
845         * manual/es/advanced.xml
846         * manual/es/claws-mail-manual.xml
847         * manual/es/faq.xml
848         * manual/es/glossary.xml
849         * manual/es/handling.xml
850         * manual/es/intro.xml
851         * manual/es/plugins.xml
852         * manual/es/sylpheed-claws-manual.xml
853         * manual/es/dist/.cvsignore
854         * manual/es/dist/html/.cvsignore
855         * manual/es/dist/html/Makefile.am
856         * manual/es/dist/pdf/.cvsignore
857         * manual/es/dist/pdf/Makefile.am
858         * manual/es/dist/ps/.cvsignore
859         * manual/es/dist/ps/Makefile.am
860         * manual/es/dist/txt/.cvsignore
861         * manual/es/dist/txt/Makefile.am
862         * manual/fr/Makefile.am
863         * manual/fr/account.xml
864         * manual/fr/ack.xml
865         * manual/fr/addrbook.xml
866         * manual/fr/advanced.xml
867         * manual/fr/claws-mail-manual.xml
868         * manual/fr/faq.xml
869         * manual/fr/glossary.xml
870         * manual/fr/handling.xml
871         * manual/fr/intro.xml
872         * manual/fr/keyboard.xml
873         * manual/fr/plugins.xml
874         * manual/fr/starting.xml
875         * manual/fr/sylpheed-claws-manual.xml
876         * manual/fr/dist/.cvsignore
877         * manual/fr/dist/html/.cvsignore
878         * manual/fr/dist/html/Makefile.am
879         * manual/fr/dist/pdf/.cvsignore
880         * manual/fr/dist/pdf/Makefile.am
881         * manual/fr/dist/ps/.cvsignore
882         * manual/fr/dist/ps/Makefile.am
883         * manual/fr/dist/txt/.cvsignore
884         * manual/fr/dist/txt/Makefile.am
885         * manual/pl/Makefile.am
886         * manual/pl/account.xml
887         * manual/pl/ack.xml
888         * manual/pl/addrbook.xml
889         * manual/pl/advanced.xml
890         * manual/pl/claws-mail-manual.xml
891         * manual/pl/faq.xml
892         * manual/pl/glossary.xml
893         * manual/pl/handling.xml
894         * manual/pl/intro.xml
895         * manual/pl/keyboard.xml
896         * manual/pl/plugins.xml
897         * manual/pl/starting.xml
898         * manual/pl/sylpheed-claws-manual.xml
899         * manual/pl/dist/.cvsignore
900         * manual/pl/dist/html/.cvsignore
901         * manual/pl/dist/html/Makefile.am
902         * manual/pl/dist/pdf/.cvsignore
903         * manual/pl/dist/pdf/Makefile.am
904         * manual/pl/dist/ps/.cvsignore
905         * manual/pl/dist/ps/Makefile.am
906         * manual/pl/dist/txt/.cvsignore
907         * manual/pl/dist/txt/Makefile.am
908         * po/.cvsignore
909         * po/Makevars
910         * src/.cvsignore
911         * src/Makefile.am
912         * src/account.c
913         * src/account.h
914         * src/action.c
915         * src/action.h
916         * src/adbookbase.h
917         * src/addr_compl.c
918         * src/addr_compl.h
919         * src/addrbook.c
920         * src/addrcache.c
921         * src/addrcache.h
922         * src/addrcindex.c
923         * src/addrcindex.h
924         * src/addrclip.c
925         * src/addrclip.h
926         * src/addrdefs.h
927         * src/addressadd.c
928         * src/addressadd.h
929         * src/addressbook.c
930         * src/addressbook.h
931         * src/addressbook_foldersel.c
932         * src/addressbook_foldersel.h
933         * src/addrgather.c
934         * src/addrgather.h
935         * src/addrharvest.c
936         * src/addrharvest.h
937         * src/addrindex.c
938         * src/addrindex.h
939         * src/addritem.c
940         * src/addritem.h
941         * src/addrquery.c
942         * src/addrquery.h
943         * src/addrselect.c
944         * src/addrselect.h
945         * src/alertpanel.c
946         * src/alertpanel.h
947         * src/browseldap.c
948         * src/browseldap.h
949         * src/codeconv.c
950         * src/codeconv.h
951         * src/compose.c
952         * src/crash.c
953         * src/crash.h
954         * src/customheader.c
955         * src/customheader.h
956         * src/displayheader.c
957         * src/displayheader.h
958         * src/editaddress.c
959         * src/editaddress.h
960         * src/editbook.c
961         * src/editbook.h
962         * src/editgroup.c
963         * src/editgroup.h
964         * src/editjpilot.c
965         * src/editjpilot.h
966         * src/editldap.c
967         * src/editldap.h
968         * src/editldap_basedn.c
969         * src/editldap_basedn.h
970         * src/editvcard.c
971         * src/editvcard.h
972         * src/exphtmldlg.c
973         * src/exphtmldlg.h
974         * src/expldifdlg.c
975         * src/expldifdlg.h
976         * src/export.c
977         * src/exporthtml.c
978         * src/exporthtml.h
979         * src/exportldif.c
980         * src/exportldif.h
981         * src/filtering.c
982         * src/filtering.h
983         * src/folder.c
984         * src/folder.h
985         * src/folder_item_prefs.c
986         * src/folder_item_prefs.h
987         * src/foldersel.c
988         * src/foldersel.h
989         * src/folderutils.c
990         * src/folderutils.h
991         * src/folderview.c
992         * src/folderview.h
993         * src/grouplistdialog.c
994         * src/grouplistdialog.h
995         * src/html.c
996         * src/html.h
997         * src/image_viewer.c
998         * src/image_viewer.h
999         * src/imap.c
1000         * src/imap.h
1001         * src/imap_gtk.c
1002         * src/imap_gtk.h
1003         * src/import.c
1004         * src/import.h
1005         * src/importldif.c
1006         * src/importldif.h
1007         * src/importmutt.c
1008         * src/importmutt.h
1009         * src/importpine.c
1010         * src/importpine.h
1011         * src/inc.c
1012         * src/inc.h
1013         * src/jpilot.c
1014         * src/jpilot.h
1015         * src/ldapctrl.c
1016         * src/ldapctrl.h
1017         * src/ldaplocate.c
1018         * src/ldaplocate.h
1019         * src/ldapquery.c
1020         * src/ldapquery.h
1021         * src/ldapserver.c
1022         * src/ldapserver.h
1023         * src/ldaputil.c
1024         * src/ldaputil.h
1025         * src/ldif.c
1026         * src/ldif.h
1027         * src/localfolder.c
1028         * src/localfolder.h
1029         * src/main.c
1030         * src/main.h
1031         * src/mainwindow.c
1032         * src/mainwindow.h
1033         * src/manual.c
1034         * src/manual.h
1035         * src/matcher.c
1036         * src/matcher.h
1037         * src/matcher_parser.h
1038         * src/matcher_parser_lex.l
1039         * src/matcher_parser_parse.y
1040         * src/mbox.c
1041         * src/mbox.h
1042         * src/message_search.c
1043         * src/message_search.h
1044         * src/messageview.c
1045         * src/messageview.h
1046         * src/mh.c
1047         * src/mh.h
1048         * src/mh_gtk.c
1049         * src/mh_gtk.h
1050         * src/mimeview.c
1051         * src/mimeview.h
1052         * src/msgcache.c
1053         * src/msgcache.h
1054         * src/mutt.c
1055         * src/mutt.h
1056         * src/news.c
1057         * src/news.h
1058         * src/news_gtk.c
1059         * src/news_gtk.h
1060         * src/noticeview.c
1061         * src/noticeview.h
1062         * src/partial_download.c
1063         * src/partial_download.h
1064         * src/pine.c
1065         * src/pine.h
1066         * src/pop.c
1067         * src/pop.h
1068         * src/prefs_account.c
1069         * src/prefs_account.h
1070         * src/prefs_actions.c
1071         * src/prefs_actions.h
1072         * src/prefs_common.c
1073         * src/prefs_common.h
1074         * src/prefs_compose_writing.c
1075         * src/prefs_compose_writing.h
1076         * src/prefs_customheader.c
1077         * src/prefs_customheader.h
1078         * src/prefs_display_header.c
1079         * src/prefs_display_header.h
1080         * src/prefs_ext_prog.c
1081         * src/prefs_ext_prog.h
1082         * src/prefs_filtering.c
1083         * src/prefs_folder_column.c
1084         * src/prefs_folder_column.h
1085         * src/prefs_folder_item.c
1086         * src/prefs_folder_item.h
1087         * src/prefs_fonts.c
1088         * src/prefs_fonts.h
1089         * src/prefs_gtk.c
1090         * src/prefs_gtk.h
1091         * src/prefs_image_viewer.c
1092         * src/prefs_image_viewer.h
1093         * src/prefs_matcher.c
1094         * src/prefs_matcher.h
1095         * src/prefs_message.c
1096         * src/prefs_message.h
1097         * src/prefs_msg_colors.c
1098         * src/prefs_msg_colors.h
1099         * src/prefs_other.c
1100         * src/prefs_other.h
1101         * src/prefs_quote.c
1102         * src/prefs_quote.h
1103         * src/prefs_receive.c
1104         * src/prefs_receive.h
1105         * src/prefs_send.c
1106         * src/prefs_send.h
1107         * src/prefs_spelling.c
1108         * src/prefs_spelling.h
1109         * src/prefs_summaries.c
1110         * src/prefs_summaries.h
1111         * src/prefs_summary_column.c
1112         * src/prefs_summary_column.h
1113         * src/prefs_template.c
1114         * src/prefs_template.h
1115         * src/prefs_themes.c
1116         * src/prefs_themes.h
1117         * src/prefs_toolbar.c
1118         * src/prefs_toolbar.h
1119         * src/prefs_wrapping.c
1120         * src/prefs_wrapping.h
1121         * src/privacy.c
1122         * src/privacy.h
1123         * src/procheader.c
1124         * src/procheader.h
1125         * src/procmime.c
1126         * src/procmime.h
1127         * src/procmsg.c
1128         * src/procmsg.h
1129         * src/quote_fmt.c
1130         * src/quote_fmt_parse.y
1131         * src/recv.c
1132         * src/recv.h
1133         * src/remotefolder.c
1134         * src/remotefolder.h
1135         * src/send_message.c
1136         * src/send_message.h
1137         * src/setup.c
1138         * src/setup.h
1139         * src/sourcewindow.c
1140         * src/sourcewindow.h
1141         * src/ssl_manager.c
1142         * src/ssl_manager.h
1143         * src/statusbar.c
1144         * src/statusbar.h
1145         * src/stock_pixmap.c
1146         * src/stock_pixmap.h
1147         * src/summary_search.c
1148         * src/summary_search.h
1149         * src/summaryview.c
1150         * src/summaryview.h
1151         * src/syldap.c
1152         * src/syldap.h
1153         * src/textview.c
1154         * src/textview.h
1155         * src/toolbar.c
1156         * src/toolbar.h
1157         * src/undo.c
1158         * src/undo.h
1159         * src/unmime.c
1160         * src/unmime.h
1161         * src/vcard.c
1162         * src/vcard.h
1163         * src/wizard.c
1164         * src/wizard.h
1165         * src/common/base64.c
1166         * src/common/base64.h
1167         * src/common/defs.h
1168         * src/common/hooks.c
1169         * src/common/hooks.h
1170         * src/common/log.c
1171         * src/common/log.h
1172         * src/common/mgutils.c
1173         * src/common/mgutils.h
1174         * src/common/nntp.c
1175         * src/common/nntp.h
1176         * src/common/passcrypt.c
1177         * src/common/passcrypt.h.in
1178         * src/common/plugin.c
1179         * src/common/plugin.h
1180         * src/common/prefs.c
1181         * src/common/prefs.h
1182         * src/common/progressindicator.c
1183         * src/common/progressindicator.h
1184         * src/common/quoted-printable.c
1185         * src/common/quoted-printable.h
1186         * src/common/session.c
1187         * src/common/session.h
1188         * src/common/smtp.c
1189         * src/common/smtp.h
1190         * src/common/socket.c
1191         * src/common/socket.h
1192         * src/common/ssl.c
1193         * src/common/ssl.h
1194         * src/common/stringtable.c
1195         * src/common/stringtable.h
1196         * src/common/sylpheed.c
1197         * src/common/sylpheed.h
1198         * src/common/template.c
1199         * src/common/template.h
1200         * src/common/timing.h
1201         * src/common/utils.c
1202         * src/common/utils.h
1203         * src/common/version.h.in
1204         * src/common/xml.c
1205         * src/common/xml.h
1206         * src/common/xmlprops.c
1207         * src/common/xmlprops.h
1208         * src/gtk/about.c
1209         * src/gtk/colorlabel.c
1210         * src/gtk/colorlabel.h
1211         * src/gtk/colorsel.c
1212         * src/gtk/colorsel.h
1213         * src/gtk/combobox.c
1214         * src/gtk/combobox.h
1215         * src/gtk/description_window.c
1216         * src/gtk/description_window.h
1217         * src/gtk/filesel.c
1218         * src/gtk/filesel.h
1219         * src/gtk/foldersort.c
1220         * src/gtk/foldersort.h
1221         * src/gtk/gtkaspell.c
1222         * src/gtk/gtkaspell.h
1223         * src/gtk/gtksctree.c
1224         * src/gtk/gtkshruler.c
1225         * src/gtk/gtkshruler.h
1226         * src/gtk/gtkutils.c
1227         * src/gtk/gtkutils.h
1228         * src/gtk/icon_legend.c
1229         * src/gtk/icon_legend.h
1230         * src/gtk/logwindow.c
1231         * src/gtk/logwindow.h
1232         * src/gtk/manage_window.c
1233         * src/gtk/manage_window.h
1234         * src/gtk/pluginwindow.c
1235         * src/gtk/pluginwindow.h
1236         * src/gtk/prefswindow.c
1237         * src/gtk/prefswindow.h
1238         * src/gtk/quicksearch.c
1239         * src/gtk/quicksearch.h
1240         * src/pixmaps/claws-mail.xpm
1241         * src/pixmaps/claws-mail_icon.xpm
1242         * src/pixmaps/claws-mail_logo.xpm
1243         * src/pixmaps/sylpheed-claws.xpm
1244         * src/pixmaps/sylpheed-claws_icon.xpm
1245         * src/pixmaps/sylpheed-claws_logo.xpm
1246         * src/plugins/bogofilter/Makefile.am
1247         * src/plugins/bogofilter/bogofilter.c
1248         * src/plugins/bogofilter/bogofilter.h
1249         * src/plugins/bogofilter/bogofilter_gtk.c
1250         * src/plugins/clamav/Makefile.am
1251         * src/plugins/clamav/clamav_plugin.c
1252         * src/plugins/clamav/clamav_plugin.h
1253         * src/plugins/clamav/clamav_plugin_gtk.c
1254         * src/plugins/demo/Makefile.am
1255         * src/plugins/demo/demo.c
1256         * src/plugins/dillo_viewer/Makefile.am
1257         * src/plugins/dillo_viewer/README
1258         * src/plugins/dillo_viewer/dillo_prefs.c
1259         * src/plugins/dillo_viewer/dillo_prefs.h
1260         * src/plugins/dillo_viewer/dillo_viewer.c
1261         * src/plugins/pgpcore/Makefile.am
1262         * src/plugins/pgpcore/passphrase.c
1263         * src/plugins/pgpcore/passphrase.h
1264         * src/plugins/pgpcore/pgp_viewer.c
1265         * src/plugins/pgpcore/pgp_viewer.h
1266         * src/plugins/pgpcore/plugin.c
1267         * src/plugins/pgpcore/prefs_gpg.c
1268         * src/plugins/pgpcore/prefs_gpg.h
1269         * src/plugins/pgpcore/select-keys.c
1270         * src/plugins/pgpcore/select-keys.h
1271         * src/plugins/pgpcore/sgpgme.c
1272         * src/plugins/pgpcore/sgpgme.h
1273         * src/plugins/pgpcore/sylpheed.def
1274         * src/plugins/pgpcore/version.rc
1275         * src/plugins/pgpinline/Makefile.am
1276         * src/plugins/pgpinline/pgpinline.c
1277         * src/plugins/pgpinline/pgpinline.h
1278         * src/plugins/pgpinline/plugin.c
1279         * src/plugins/pgpinline/sylpheed.def
1280         * src/plugins/pgpinline/version.rc
1281         * src/plugins/pgpmime/Makefile.am
1282         * src/plugins/pgpmime/pgpmime.c
1283         * src/plugins/pgpmime/pgpmime.h
1284         * src/plugins/pgpmime/plugin.c
1285         * src/plugins/pgpmime/sylpheed.def
1286         * src/plugins/pgpmime/version.rc
1287         * src/plugins/spamassassin/Makefile.am
1288         * src/plugins/spamassassin/README
1289         * src/plugins/spamassassin/spamassassin.c
1290         * src/plugins/spamassassin/spamassassin.h
1291         * src/plugins/spamassassin/spamassassin_gtk.c
1292         * src/plugins/trayicon/Makefile.am
1293         * src/plugins/trayicon/trayicon.c
1294         * tools/OOo2sylpheed.pl
1295         * tools/README
1296         * tools/README.sylprint
1297         * tools/acroread2sylpheed.pl
1298         * tools/claws.i18n.status.pl
1299         * tools/filter_conv.pl
1300         * tools/filter_conv_new.pl
1301         * tools/freshmeat_search.pl
1302         * tools/google_search.pl
1303         * tools/kmail2sylpheed.pl
1304         * tools/kmail2sylpheed_v2.pl
1305         * tools/make.themes.project
1306         * tools/multiwebsearch.pl
1307         * tools/nautilus2sylpheed.sh
1308         * tools/outlook2sylpheed.pl
1309         * tools/sylprint.pl
1310         * tools/sylprint.rc
1311         * tools/tb2sylpheed
1312         * tools/textviewer.sh
1313         * tools/vcard2xml.py
1314         * tools/kdeservicemenu/README
1315         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1316         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1317         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1318                 Change name to Claws Mail. Announce to follow...
1319
1320 2006-11-06 [wwp]        2.6.0cvs6
1321
1322         * src/prefs_template.c
1323                 unify messages related to quote format/template errors (fix
1324                 capitalization), again.
1325
1326 2006-11-06 [wwp]        2.6.0cvs5
1327
1328         * src/prefs_quote.c
1329                 unify messages related to quote format/template errors.
1330
1331 2006-11-06 [wwp]        2.6.0cvs4
1332
1333         * src/prefs_msg_colors.c
1334                 more uses of Q_ macro for contextual translations, thanks
1335                 to Fabien (fzzzzz).
1336
1337 2006-11-06 [wwp]        2.6.0cvs3
1338
1339         * src/compose.c
1340         * src/common/utils.c
1341         * src/common/utils.h
1342                 show an alertpanel to make sure users are aware that sensitive
1343                 files are attached (it's file blacklist-based). This will fix
1344                 interaction w/ GoogleEarth for instance, thanks to Colin.
1345
1346 2006-11-06 [wwp]        2.6.0cvs2
1347
1348         * src/prefs_quote.c
1349         * src/prefs_template.c
1350         * src/prefs_template.h
1351                 check quote format when applying/closing prefs. For now this only
1352                 shows up an error dialog box, not preventing the user from using
1353                 a broken quote (reply, forwards) format.
1354
1355 2006-11-06 [wwp]        2.6.0cvs1
1356
1357         * src/prefs_template.c
1358                 fix missing checks of some template fields.
1359
1360 2006-11-06 [paul]       2.6.0
1361
1362         * NEWS
1363         * README
1364         * RELEASE_NOTES
1365                 2.6.0 released
1366
1367 2006-11-06 [paul]       2.5.6cvs22
1368
1369         * manual/advanced.xml
1370         * manual/es/advanced.xml
1371                 put 'respect_flowed_format' info in the correct
1372                 place
1373
1374 2006-11-06 [mones]      2.5.6cvs21
1375
1376         * po/es.po
1377                 Minor fixes for release
1378
1379 2006-11-06 [paul]       2.5.6cvs20
1380
1381         * po/cs.po
1382         * po/de.po
1383         * po/fr.po
1384         * po/it.po
1385         * po/nl.po
1386         * po/pt_BR.po
1387         * po/sk.po
1388         * po/sv.po
1389         * po/zh_CN.po
1390                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
1391                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
1392                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
1393                 Young
1394
1395 2006-11-02 [colin]      2.5.6cvs19
1396
1397         * src/imap.c
1398         * src/imap.h
1399         * src/prefs_account.c
1400         * src/etpan/imap-thread.c
1401                 Add GSSAPI support - fixes Debian bug #383274
1402
1403 2006-11-01 [colin]      2.5.6cvs18
1404
1405         * src/jpilot.c
1406                 Handle libpisock12 support. Probably
1407                 fixes bug 1046, 'jpilot AddressDB.pdb 
1408                 import fail'
1409
1410 2006-11-01 [colin]      2.5.6cvs17
1411
1412         * src/folderutils.c
1413                 debug_print() folderutils_mark_all_read()
1414
1415 2006-11-01 [colin]      2.5.6cvs16
1416
1417         * COPYING
1418                 Add missed files to the Apache exception
1419
1420 2006-10-31 [colin]      2.5.6cvs15
1421
1422         * src/folder.c
1423         * src/folder.h
1424                 Add a copy_private_data() func to FolderClasses
1425                 Doesn't break the feature freeze, because we 
1426                 won't use it (right now) in the core.
1427
1428 2006-10-31 [colin]      2.5.6cvs14
1429
1430         * COPYING
1431                 Allow linking with the Apache licensed files in
1432                 src/plugins/spamassassin. Hopefully fixes 
1433                 bug 1048, 'Spamassassin plugin license problem'
1434
1435 2006-10-31 [wwp]        2.5.6cvs13
1436
1437         * src/compose.c
1438                 fix and optimize trimming of leading linefeeds in body loop.
1439
1440 2006-10-31 [colin]      2.5.6cvs12
1441
1442         * src/etpan/imap-thread.c
1443         * src/imap.c
1444                 Make really sure to have NULL sets in case
1445                 of error
1446
1447 2006-10-30 [wwp]        2.5.6cvs11
1448
1449         * src/prefs_common.c
1450         * src/prefs_common.h
1451         * src/compose.c
1452                 fix broken storage of quote format template when it contains \-escape
1453                 sequences. The application of such sequences is also fixed now (\t
1454                 in quote format will be a real tab instead of a 't', for instance).
1455
1456 2006-10-27 [colin]      2.5.6cvs10
1457
1458         * src/compose.c
1459                 Probably fix bug 1045, 'sylpheed-claws 
1460                 doesn't remove the mail from the IMAP 
1461                 Queue folder after sending'. From
1462                 2.5.6cvs3-stable
1463
1464 2006-10-27 [colin]      2.5.6cvs9
1465
1466         * configure.ac
1467                 Require libetpan-0.48. I'm so annoying,
1468                 I know ;-)
1469
1470 2006-10-27 [colin]      2.5.6cvs8
1471
1472         * src/folder.c
1473         * src/imap.c
1474                 Probably fix bug 1044, 'sylpheed-claws 
1475                 segfaults while moving mails' - Fix relation
1476                 usage when moving to an IMAP mailbox from another
1477                 mailbox
1478
1479 2006-10-26 [paul]       2.5.6cvs7
1480
1481         * src/gtk/about.c
1482                 add libSM to compiled-in features
1483                 list
1484
1485 2006-10-24 [colin]      2.5.6cvs6
1486
1487         * src/textview.c
1488         * src/gtk/gtkutils.c
1489                 Fix crash when printing emails with an
1490                 xface
1491
1492 2006-10-24 [mones]      2.5.6cvs5
1493
1494         * manual/es/advanced.xml
1495                 Synchronize hidden option respect_flowed_format
1496         * po/es.po
1497                 Updated translation
1498
1499 2006-10-21 [paul]       2.5.6cvs4
1500
1501         * src/gtk/authors.h
1502         * src/plugins/pgpcore/pgp_viewer.c
1503         * src/plugins/pgpcore/sgpgme.c
1504                 fix building on BSDs
1505                 Thanks to Michael Hughes
1506                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1507
1508 2006-10-20 [colin]      2.5.6cvs3
1509
1510         * configure.ac
1511                 Bump up libetpan requirement
1512                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
1513         * src/common/utils.c
1514         * src/common/utils.h
1515                 Add convenience get_file_mtime()
1516         * src/imap.c
1517         * src/etpan/imap-thread.c
1518         * src/etpan/imap-thread.h
1519                 Implement UIDPLUS support if the server
1520                 supports it - faster sending in this case
1521
1522 2006-10-19 [colin]      2.5.6cvs2
1523
1524         * src/gtk/quicksearch.c
1525                 Fix emptying in type-ahead+extended mode
1526         * src/mainwindow.c
1527         * src/mainwindow.h
1528                 Add a hook for offline state change
1529         * src/plugins/trayicon/trayicon.c
1530                 Use it to display offline icons
1531         * src/plugins/trayicon/Makefile.am
1532         * src/plugins/trayicon/newmail.offline.xpm
1533         * src/plugins/trayicon/newmarkedmail.offline.xpm
1534         * src/plugins/trayicon/nomail.offline.xpm
1535         * src/plugins/trayicon/unreadmail.offline.xpm
1536         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
1537                 Add the icons
1538
1539 2006-10-12 [paul]       2.5.6cvs1
1540
1541         * NEWS
1542         * README
1543         * configure.ac
1544                 Update version number following
1545                 stable release
1546
1547 2006-10-19 [colin]      2.5.5cvs18
1548
1549         * manual/handling.xml
1550                 Add type-ahead search
1551
1552 2006-10-18 [colin]      2.5.5cvs17
1553
1554         * src/gtk/quicksearch.c
1555                 Remove "save to history only if there's
1556                 no syntax error", it breaks for some 
1557                 reason which I'll investigate later.
1558
1559 2006-10-18 [colin]      2.5.5cvs16
1560
1561         * src/prefs_common.c
1562         * src/prefs_common.h
1563         * src/summaryview.c
1564         * src/gtk/quicksearch.c
1565         * src/gtk/quicksearch.h
1566                 Add a type-ahead option for fast searches
1567                 Patch by Fabien Vantard
1568
1569 2006-10-18 [colin]      2.5.5cvs15
1570
1571         * src/compose.c
1572         * src/compose.h
1573                 Add Options/Reply mode/ menu to be able to
1574                 change the recipients of a reply on the fly
1575
1576 2006-10-18 [colin]      2.5.5cvs14
1577
1578         * src/compose.c
1579                 Fix redirecting of our own sent mails
1580
1581 2006-10-17 [wwp]        2.5.5cvs13
1582
1583         * src/send_message.c
1584                 Fix duplicate error messages when sending, and missing
1585                 newline in such error messages.
1586
1587 2006-10-17 [colin]      2.5.5cvs12
1588
1589         * src/compose.c
1590                 Compare addresses case-insensitive
1591
1592 2006-10-17 [colin]      2.5.5cvs11
1593
1594         * src/plugins/pgpcore/sgpgme.c
1595                 Fix return status
1596
1597 2006-10-17 [colin]      2.5.5cvs10
1598
1599         * src/plugins/pgpcore/pgp_viewer.c
1600                 Fix return status
1601
1602 2006-10-17 [colin]      2.5.5cvs9
1603
1604         * src/quote_fmt.c
1605                 Fix a typo (thanks to Fabien)
1606
1607 2006-10-16 [colin]      2.5.5cvs8
1608
1609         * src/textview.c
1610                 Fix problem with quote-folding when emails
1611                 don't convert cleanly to UTF-8
1612
1613 2006-10-14 [colin]      2.5.5cvs7
1614
1615         * src/prefs_template.c
1616                 Reset fields when reopening
1617                 the window
1618
1619 2006-10-13 [paul]       2.5.5cvs6
1620
1621         * manual/advanced.xml
1622         * src/prefs_message.c
1623                 make 'respect_flowed_format' a hidden
1624                 option, and add a manual entry for it
1625                 Thanks to Colin
1626
1627 2006-10-12 [colin]      2.5.5cvs5
1628
1629         * src/codeconv.c
1630                 Revert part of 2.5.2cvs21:
1631                 Don't optimise by reusing the 
1632                 last iconv converter if possible:
1633                 it seems slightly broken in a 
1634                 very hard way to reproduce
1635
1636 2006-10-12 [colin]      2.5.5cvs4
1637
1638         * src/prefs_common.c
1639         * src/prefs_common.h
1640         * src/prefs_message.c
1641         * src/procmime.c
1642                 Fix bug 1035, 'Incorrect handling 
1643                 of flowed lines'. We now optionnaly
1644                 handle this format (preference is in
1645                 Message View/Text options section)
1646
1647 2006-10-12 [colin]      2.5.5cvs3
1648
1649         * po/POTFILES.in
1650                 Add new file
1651         * src/plugins/pgpcore/pgp_viewer.c
1652         * src/plugins/pgpcore/sgpgme.c
1653                 Don't try to import without asking
1654
1655 2006-10-12 [colin]      2.5.5cvs2
1656
1657         * src/compose.c
1658                 Fix bug 1036, 'Forwarding a mutlipart
1659                 mail with a "text/html" block to ms
1660                 outlook users leeds to freeze of
1661                 outlook'. Poor outlook users...
1662
1663 2006-10-12 [paul]       2.5.5cvs1
1664
1665         * NEWS
1666         * README
1667         * configure.ac
1668                 Update version number following
1669                 stable release
1670
1671 2006-10-11 [paul]       2.5.4cvs1
1672
1673         * NEWS
1674         * README
1675         * configure.ac
1676                 Update version number following
1677                 stable release
1678
1679 2006-10-11 [paul]       2.5.3cvs32
1680
1681         * src/textview.c
1682                 fix bug 1032, 'Segmentation fault when showing
1683                 message' (bug in quote folding)
1684                 Thanks to Colin
1685
1686 2006-10-10 [colin]      2.5.3cvs31
1687
1688         * src/quote_fmt.c
1689                 Rephrase english a bit
1690
1691 2006-10-10 [colin]      2.5.3cvs30
1692
1693         * src/prefs_compose_writing.c
1694                 Stop making the page larger than the window
1695
1696 2006-10-10 [wwp]        2.5.3cvs29
1697
1698         * src/compose.c
1699         * src/prefs_template.c
1700         * src/quote_fmt.c
1701         * src/quote_fmt.h
1702         * src/quote_fmt_lex.l
1703         * src/quote_fmt_parse.y
1704                 Extend the quote parser a bit: allow to get access to
1705                 basic (composing) account info.
1706
1707 2006-10-10 [colin]      2.5.3cvs28
1708
1709         * src/procheader.c
1710                 Fix this \t problem in subject
1711
1712 2006-10-09 [colin]      2.5.3cvs27
1713
1714         * src/main.c
1715         * src/prefs_gtk.c
1716                 Prepare cache a bit later
1717                 If section already exists, skip the new one 
1718                 (as previously); avoid writing the same block
1719                 twice - if we find a second block with the 
1720                 same id, skip it.
1721         * src/plugins/pgpcore/pgp_viewer.c
1722                 Set cursor to busy when retrieving a key
1723         * src/plugins/pgpcore/sgpgme.c
1724                 allow 5 seconds for gpg to export the key
1725                 
1726
1727 2006-10-09 [colin]      2.5.3cvs26
1728
1729         * configure.ac
1730         * src/msgcache.c
1731         * src/prefs_gtk.c
1732                 Check for existence of fgets_unlocked
1733                 and fwrite_unlocked
1734
1735 2006-10-09 [paul]       2.5.3cvs25
1736
1737         * src/prefs_summaries.c
1738                 replace strftime() with fast_strftime() and in
1739                 the consequence fix the bug in the display of
1740                 AM/PM in the 'Example' string
1741
1742 2006-10-09 [ticho]      2.5.3cvs24
1743
1744         * po/sk.po
1745                 Updated (and fixed up somewhat) Slovak translation.
1746
1747 2006-10-08 [colin]      2.5.3cvs23
1748
1749         * src/prefs_folder_item.c
1750                 Explain why prefs in the top-level folder
1751                 aren't retained, but are still useful
1752
1753 2006-10-08 [colin]      2.5.3cvs22
1754
1755         * src/prefs_gtk.c
1756                 Don't cache anything if caching fails
1757
1758 2006-10-08 [colin]      2.5.3cvs21
1759
1760         * src/common/utils.c
1761                 always include gi18n.h
1762
1763 2006-10-07 [colin]      2.5.3cvs20
1764
1765         * src/plugins/pgpcore/pgp_viewer.c
1766                 Kill gpg after 5 seconds wait
1767
1768 2006-10-07 [colin]      2.5.3cvs19
1769
1770         * src/plugins/pgpcore/pgp_viewer.c
1771         * src/plugins/pgpcore/pgp_viewer.h
1772                 Fix copyright
1773
1774 2006-10-07 [colin]      2.5.3cvs18
1775
1776         * src/plugins/pgpcore/pgp_viewer.c
1777         * src/plugins/pgpcore/pgp_viewer.h
1778                 Actually add the files to CVS
1779
1780 2006-10-07 [colin]      2.5.3cvs17
1781
1782         * src/plugins/pgpcore/sgpgme.c
1783                 Be sure not to crash on 'application/pgp-signature' that
1784                 are not application/pgp-signatures
1785
1786 2006-10-07 [colin]      2.5.3cvs16
1787
1788         * src/textview.c
1789         * src/textview.h
1790                 Make a bit more of the API available
1791         * src/plugins/pgpcore/Makefile.am
1792         * src/plugins/pgpcore/plugin.c
1793         * src/plugins/pgpcore/sgpgme.c
1794                 Add basic key import/export
1795
1796 2006-10-07 [colin]      2.5.3cvs15
1797
1798         * src/folderview.c
1799         * src/imap.c
1800         * src/prefs_account.c
1801         * src/wizard.c
1802                 Warn users *everywhere* if libetpan's not
1803                 linked in
1804
1805 2006-10-06 [mones]      2.5.3cvs14
1806
1807         * po/de.po
1808         * po/es.po
1809                 updated by Stephan Sachse and me
1810
1811 2006-10-06 [colin]      2.5.3cvs13
1812
1813         * src/main.c
1814         * src/common/sylpheed.c
1815                 Don't load common plugins if --exit is passed
1816         * src/prefs_gtk.c
1817         * src/prefs_gtk.h
1818                 Implement a cache to avoid reading the same
1819                 files over and over again at startup
1820
1821 2006-10-06 [colin]      2.5.3cvs12
1822
1823         * src/summaryview.c
1824         * src/gtk/quicksearch.c
1825                 Update display every 5k mails on fast searches
1826
1827 2006-10-06 [colin]      2.5.3cvs11
1828
1829         * src/textview.c
1830                 Don't do quote folding on HTML or ERTF.
1831                 May fix the Cygwin issues if they were
1832                 happening with HTML mails?
1833
1834 2006-10-05 [colin]      2.5.3cvs10
1835
1836         * src/prefs_gtk.c
1837                 Oops, forgot one
1838
1839 2006-10-05 [colin]      2.5.3cvs9
1840
1841         * src/prefs_gtk.c
1842                 Use unlocked_stdio here too
1843
1844 2006-10-05 [colin]      2.5.3cvs8
1845
1846         * src/folderview.c
1847                 Fix go to next * after preferences apply
1848         * src/msgcache.c
1849                 Do the fd lock/unlock ourselves instead of
1850                 letting the libc do it at each write 
1851
1852 2006-10-05 [colin]      2.5.3cvs7
1853
1854         * src/common/utils.c
1855                 Faster division, thanks to Jean Diraison
1856
1857 2006-10-05 [paul]       2.5.3cvs6
1858
1859         * src/common/utils.c
1860                 fix building with --disable-nls
1861
1862 2006-10-04 [colin]      2.5.3cvs5
1863
1864         * src/folder.c
1865                 Maybe fix a segfault
1866
1867 2006-10-04 [wwp]        2.5.3cvs4
1868
1869         * src/prefs_folder_item.c
1870                 Fine-tune layouts in folder item prefs. Suggested by
1871                 Fabien Vantard <fzzzzz@gmail.com>.
1872
1873 2006-10-04 [wwp]        2.5.3cvs3
1874
1875         * src/prefs_folder_item.c
1876                 Kill the clandestine passengers. You didn't see anything.
1877
1878 2006-10-04 [wwp]        2.5.3cvs2
1879
1880         * src/prefs_folder_item.c
1881                 Add a way to test the subject simplify regexp in
1882                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
1883                 w/ few layout changes.
1884
1885 2006-20-04 [paul]       2.5.3cvs1
1886
1887         * NEWS
1888         * README
1889         * configure.ac
1890                 Update version number following
1891                 stable release
1892
1893 2006-10-04 [colin]      2.5.2cvs42
1894
1895         * src/folder.c
1896         * src/folder.h
1897         * src/summaryview.c
1898                 Provide a way for folder classes to set their sort
1899                 type and key
1900
1901 2006-10-03 [colin]      2.5.2cvs41
1902
1903         * src/mh.c
1904                 Don't use strlen() to know if the
1905                 string's empty
1906
1907 2006-10-03 [colin]      2.5.2cvs40
1908
1909         * src/mh.c
1910                 Fix "check for new folders" with accentued folders
1911
1912 2006-10-03 [ticho]      2.5.2cvs39
1913
1914         * src/filtering.c
1915         * src/folder.c
1916         * src/inc.c
1917         * src/mbox.c
1918                 Colin's fix for "copy" filtering rules.
1919
1920 2006-10-02 [colin]      2.5.2cvs38
1921
1922         * src/folderview.c
1923                 Fix for double-click too
1924
1925 2006-10-02 [colin]      2.5.2cvs37
1926
1927         * src/folderview.c
1928                 correct fix for cvs36
1929
1930 2006-10-02 [colin]      2.5.2cvs36
1931
1932         * src/folderview.c
1933                 Fix 'goto next unread' after collapsing/expanding 
1934                 a node.
1935
1936 2006-10-02 [colin]      2.5.2cvs35
1937
1938         * src/summaryview.c
1939                 Fix double freeze/thaw
1940         * src/common/utils.c
1941         * src/common/utils.h
1942                 Reimplement strftime
1943         * src/procheader.c
1944                 Use it
1945
1946
1947 2006-10-02 [colin]      2.5.2cvs34
1948
1949         * src/mh.c
1950                 Time mh_write_sequences() - it's fast
1951         * src/summaryview.c
1952                 Init a variable to shut up gcc
1953
1954 2006-10-01 [colin]      2.5.2cvs33
1955
1956         * src/folder.c
1957         * src/mh.c
1958         * src/mh.h
1959         * src/msgcache.c
1960                 Add helper mh_set_mtime(), and set mtime to stat()'s result
1961                 Add fsync but disable it, it's slow as hell
1962
1963 2006-10-01 [colin]      2.5.2cvs32
1964
1965         * src/mh.c
1966         * src/msgcache.c
1967                 fflush() caches and mh_sequences before
1968                 fclose()ing
1969
1970 2006-10-01 [colin]      2.5.2cvs31
1971
1972         * src/msgcache.c
1973                 Don't ftruncate when not using mmap
1974
1975 2006-09-30 [colin]      2.5.2cvs30
1976
1977         * src/main.c
1978                 Write folder list *after* saving caches
1979
1980 2006-09-30 [colin]      2.5.2cvs29
1981
1982         * src/folder.c
1983         * src/mh.c
1984                 Debug forced mtime changes
1985
1986 2006-09-30 [colin]      2.5.2cvs28
1987
1988         * src/folder.c
1989         * src/main.c
1990                 Remove useless debug_print()s (code
1991                 well-tested)
1992
1993 2006-09-30 [colin]      2.5.2cvs27
1994
1995         * src/mh.c
1996                 Do stuff faster when writing mh_sequences
1997
1998 2006-09-30 [colin]      2.5.2cvs26
1999
2000         * src/mh.c
2001                 Don't let the writing of .mh_sequences, which
2002                 can change the folder's mtime, let us think
2003                 we need to scan.
2004
2005 2006-09-30 [colin]      2.5.2cvs25
2006
2007         * src/folder.c
2008                 Move a debug_print where it belongs 
2009                 (processing)
2010         * src/summaryview.c
2011                 Don't mess with a huge slow subject
2012                 table if we're not threading by
2013                 subject
2014
2015 2006-09-30 [colin]      2.5.2cvs24
2016
2017         * src/msgcache.c
2018                 Reenable mmaped reads (*not* writes!)
2019         * src/procmsg.c
2020                 Don't destroy and recreate hashtables just
2021                 for fun
2022         * src/common/utils.c
2023                 Remove useless reply prefixes (it's case
2024                 unsensitive)
2025
2026 2006-09-30 [wwp]        2.5.2cvs23
2027
2028         * tools/fix_date.sh
2029                 Fixed a minor bug in date value extraction, added a switch
2030                 to replace non RFC-compliant Date: value, added a switch
2031                 to use strict RFC matching patterns for dates.
2032
2033 2006-09-29 [colin]      2.5.2cvs22
2034
2035         * src/matcher_parser.h
2036         * src/matcher_parser_parse.y
2037         * src/prefs_filtering.c
2038         * src/statusbar.c
2039         * src/summary_search.c
2040         * src/summaryview.c
2041         * src/gtk/quicksearch.c
2042         * src/gtk/quicksearch.h
2043                 Optimise searches by setting different
2044                 refresh intervals (depending if the 
2045                 search is fast or not)
2046
2047 2006-09-29 [colin]      2.5.2cvs21
2048
2049         * src/codeconv.c
2050                 Optimise by reusing the last iconv converter
2051                 if possible
2052         * src/textview.c
2053                 Optimise a bit (the foldable quotes feature
2054                 still has an awful O(n^2) algo
2055
2056 2006-09-29 [colin]      2.5.2cvs20
2057
2058         * src/gtk/gtksctree.c
2059         * src/gtk/gtksctree.h
2060                 Optimise de-selection via up/down or
2061                 another key
2062
2063 2006-09-28 [colin]      2.5.2cvs19
2064
2065         * src/action.c
2066         * src/compose.c
2067         * src/folderview.c
2068         * src/mainwindow.c
2069         * src/messageview.c
2070         * src/summary_search.c
2071         * src/toolbar.c
2072                 Avoid using summaryview->ctree directly
2073
2074 2006-09-28 [colin]      2.5.2cvs18
2075
2076         * src/summaryview.c
2077         * src/summaryview.h
2078                 Add helpers to freeze/thaw/grab_focus
2079                 Factorize calls to freeze/thaw/grab_focus
2080                 
2081
2082 2006-09-28 [colin]      2.5.2cvs17
2083
2084         * src/main.c
2085                 More guards for the session management
2086
2087 2006-09-28 [colin]      2.5.2cvs16
2088
2089         * src/folderview.c
2090         * src/gtk/gtksctree.c
2091         * src/gtk/gtksctree.h
2092                 Make expanding not recursive in folderview
2093
2094 2006-09-28 [colin]      2.5.2cvs15
2095
2096         * src/addressbook.c
2097                 If nothing is selected in the list (right part)
2098                 and a group is selected in the tree (left part),
2099                 mail this group.
2100
2101 2006-09-28 [colin]      2.5.2cvs14
2102
2103         * src/Makefile.am
2104                 Actually use SM_LIBS
2105
2106 2006-09-28 [ticho]      2.5.2cvs13
2107
2108         * src/export.c
2109         * src/messageview.c
2110         * src/mimeview.c
2111         * src/news.c
2112         * src/pop.c
2113         * src/prefs_themes.c
2114         * src/procmsg.c
2115                 Small i18n string optimization.
2116         * src/send_message.c
2117         * src/summaryview.c
2118         * src/common/session.c
2119         * src/common/smtp.c
2120         * src/common/ssl_certificate.c
2121         * src/common/utils.c
2122                 Use "Couldn't" instead of "Can't" in UI messages,
2123                 where appropriate.
2124
2125 2006-09-28 [colin]      2.5.2cvs12
2126
2127         * configure.ac
2128                 Possibly fix link errors
2129
2130 2006-09-27 [wwp]        2.5.2cvs11
2131
2132         * src/gtk/authors.h
2133         * doc/man/sylpheed-claws.1
2134         * manual/ack.xml
2135         * manual/es/ack.xml
2136         * manual/fr/ack.xml
2137         * manual/pl/ack.xml
2138                 Updated authors info (me, myself and I).
2139
2140 2006-09-27 [colin]      2.5.2cvs10
2141
2142         * src/addressbook.c
2143                 Remove useless printf
2144
2145 2006-09-27 [wwp]        2.5.2cvs9
2146
2147         * src/editgroup.c
2148         * src/send_message.c
2149         * src/inc.c
2150         * src/prefs_common.c
2151         * src/prefs_common.h
2152         * src/gtk/progressdialog.c
2153                 remember more windows' sizes (send dialog, received dialog,
2154                 edit group in addressbook).
2155
2156 2006-09-27 [colin]      2.5.2cvs8
2157
2158         * configure.ac
2159         * src/main.c
2160         * src/mainwindow.h
2161                 Use libSM to communicate with the session
2162                 manager, so that we can know when the 
2163                 session ends, save our caches, and draft
2164                 our compose windows.
2165
2166 2006-09-27 [colin]      2.5.2cvs7
2167
2168         * src/addressbook.c
2169                 Fix issues:
2170                 o Allow Book and Group creation from the tree's
2171                   contextual menu
2172                 o Do not actually delete the contacts when 
2173                   deleting groups from the tree (duh!)
2174
2175 2006-09-27 [colin]      2.5.2cvs6
2176
2177         * src/compose.c
2178         * src/compose.h
2179         * src/mainwindow.c
2180         * src/textview.c
2181         * src/toolbar.c
2182                 o Allow passing an email address to 
2183                   compose_new_with_folderitem
2184                 o Update callers
2185                 o Use current folderitem when clicking
2186                   on a TextView mailto: link
2187                 o Fix a possible leak in TextView
2188
2189 2006-09-27 [colin]      2.5.2cvs5
2190
2191         * src/html.c
2192                 Use UTF-8 chars to replace HTML entities
2193
2194 2006-09-27 [colin]      2.5.2cvs4
2195
2196         * AUTHORS
2197         * src/prefs_account.c
2198         * src/gtk/authors.h
2199                 Fix bug #1024 (Array index out of
2200                 range in sylpheed-claws-2.5.2)
2201                 Patch by Ales Nosek <anosek@suse.cz>
2202
2203 2006-09-27 [colin]      2.5.2cvs3
2204
2205         * src/addr_compl.c
2206                 Actually do the test
2207
2208 2006-09-27 [colin]      2.5.2cvs2
2209
2210         * src/addr_compl.c
2211         * src/addr_compl.h
2212                 Allow completing with comma (in certain cases: vCalendar
2213                 for example doesn't support that)
2214                 Patch by Fabien Vantard
2215
2216 2006-09-26 [colin]      2.5.2cvs1
2217
2218         * src/Makefile.am
2219         * src/addr_compl.c
2220         * src/addr_compl.h
2221         * src/addrbook.c
2222         * src/addrbook.h
2223         * src/addressbook.c
2224         * src/addrindex.c
2225         * src/addrindex.h
2226         * src/compose.c
2227         * src/prefs_common.c
2228         * src/prefs_filtering_action.c
2229         * src/prefs_folder_item.c
2230         * src/prefs_template.c
2231         * src/stock_pixmap.c
2232         * src/stock_pixmap.h
2233         * src/pixmaps/addr_one.xpm
2234         * src/pixmaps/addr_two.xpm
2235                 Add auto-completion on groups
2236
2237 2006-09-26 [colin]      2.5.2
2238
2239         * NEWS
2240         * README
2241         * RELEASE_NOTES
2242                 2.5.2 released
2243
2244 2006-09-26 [colin]      2.5.1cvs5
2245
2246         * src/matcher.c
2247                 Fix condition
2248
2249 2006-09-26 [colin]      2.5.1cvs4
2250
2251         * src/mbox.c
2252                 Revert cvs1 (useless as the message is printed 
2253                 every 500 mails)
2254
2255 2006-09-26 [colin]      2.5.1cvs3
2256
2257         * src/partial_download.c
2258                 Fix crasher found by Alexsandar Urosevic
2259
2260 2006-09-26 [colin]      2.5.1cvs2
2261
2262         * src/summaryview.c
2263                 Fix bug #1023 (Sylpheed deletes too much messages)
2264
2265 2006-09-26 [ticho]      2.5.1cvs1
2266
2267         * src/mbox.c
2268                 Make use of gettext's multiple plurals for statusbar
2269                 progress message.
2270
2271 2006-09-25 [paul]       2.5.1
2272
2273         * NEWS
2274         * README
2275         * RELEASE_NOTES
2276                 2.5.1 released
2277
2278 2006-09-25 [colin]      2.5.0cvs3
2279
2280         * src/plugins/bogofilter/bogofilter.c
2281         * src/plugins/clamav/clamav_plugin.c
2282         * src/plugins/spamassassin/spamassassin.c
2283                 BogoFilter, Spamassassin: Fix double hook registering after
2284                 visiting preferences
2285                 Spamassassin, Clamav: Just set the mails to move instead of
2286                 doing the move - caller will move the things at once.
2287
2288 2006-09-25 [colin]      2.5.0cvs2
2289
2290         * src/imap.c
2291         * src/etpan/imap-thread.c
2292                 Use UID SEARCH ALL instead of UID 1:*
2293                 (braindead servers can't figure out that's
2294                 the same...)
2295
2296 2006-09-25 [wwp]        2.5.0cvs1
2297
2298         * src/message_search.c
2299                 Added the ability to stop a running search (in message body).
2300
2301 2006-09-25 [paul]       2.5.0
2302
2303         * NEWS
2304         * README
2305         * RELEASE_NOTES
2306                 2.5.0 released
2307
2308 2006-09-25 [paul]       2.4.0cvs214
2309
2310         * po/cs.po
2311         * po/de.po
2312         * po/fi.po
2313         * po/fr.po
2314         * po/nl.po
2315         * po/pt_BR.po
2316         * po/sk.po
2317         * po/sr.po
2318         * po/zh_CN.po
2319                 updated by Tim, Stephan Sachse, Flammie Pirinen,
2320                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
2321                 Ticho, Aleksander Urosevic, Ralgh Young
2322
2323 2006-09-24 [mones]      2.4.0cvs213
2324
2325         * po/es.po
2326                 Updated for release
2327
2328 2006-09-23 [colin]      2.4.0cvs212
2329
2330         * src/gtk/inputdialog.c
2331                 Fix [ ] remember this appearing in normal
2332                 input dialogs after it's been used by
2333                 mimeview.
2334         * src/folder.c
2335         * src/folderview.c
2336         * src/msgcache.c
2337         * src/procmsg.c
2338         * src/summaryview.c
2339         * src/textview.c
2340         * src/common/timing.h
2341                 Enable timings in debug mode and make it
2342                 look prettier.
2343
2344 2006-09-22 [colin]      2.4.0cvs211
2345
2346         * README
2347                 Revert test change
2348         * commitHelper
2349                 ping the correct URI
2350
2351 2006-09-22 [colin]      2.4.0cvs210
2352
2353         * README
2354                 Let's see if bug #1022 is fixed
2355
2356 2006-09-21 [colin]      2.4.0cvs209
2357
2358         * src/wizard.c
2359         * src/common/plugin.c
2360                 Prepare infra to load predefined plugins when
2361                 no configuration existed. Don't actually load
2362                 anything yet (feat. freeze)
2363
2364 2006-09-21 [wwp]        2.4.0cvs208
2365
2366         * manual/fr/faq.xml
2367                 Partial sync w/ 2.4.0cvs72:
2368                 wrap file and minor updates.
2369
2370 2006-09-21 [wwp]        2.4.0cvs207
2371
2372         * tools/fix_date.sh
2373                 several fixes and enhancements. A new --force switch has been
2374                 added to prevent overriding by default Date: header when
2375                 already existing.
2376
2377 2006-09-21 [paul]       2.4.0cvs206
2378
2379         * src/common/utils.c
2380                 add Chinese UTF8 Re prefix
2381
2382 2006-09-21 [wwp]        2.4.0cvs205
2383
2384         * tools/Makefile.am
2385                 Fics alfabettical order.
2386
2387 2006-09-21 [wwp]        2.4.0cvs204
2388
2389         * tools/fix_date.sh
2390         * tools/Makefile.am
2391                 Added an action tool to fix missing Date field in emails.
2392                 Updated Makefile.am to reflect those last two additions.
2393
2394 2006-09-21 [wwp]        2.4.0cvs203
2395
2396         * tools/uuooffice
2397                 Added a action tool to open uuencoded docs w/
2398                 OpenOffice (based on uudec method).
2399
2400 2006-09-21 [colin]      2.4.0cvs202
2401
2402         * src/compose.c
2403         * src/textview.c
2404                 Workaround possible GTK crash: remove selection 
2405                 clipboard before destroying widget, or GTK+-2.10
2406                 dies. Thanks to Hiro.
2407
2408 2006-09-20 [colin]      2.4.0cvs201
2409
2410         * src/compose.c
2411                 Fix free-after-use in some cases (when 
2412                 procmime_encode_content() frees mimeinfo->data.mem
2413                 and turns it to a temp file)
2414
2415 2006-09-20 [colin]      2.4.0cvs200
2416
2417         * src/folderview.c
2418         * src/summaryview.c
2419         * src/gtk/gtksctree.c
2420         * src/gtk/gtksctree.h
2421                 Add tooltips in the folderview and summaryview
2422                 (Doesn't break string freeze as they already
2423                 exist)
2424         * src/toolbar.c
2425                 Put the spam button in the default configuration
2426                 if compiled with bogo plugin too
2427
2428 2006-09-19 [colin]      2.4.0cvs199
2429
2430         * src/summaryview.c
2431         * src/summaryview.h
2432                 Update folder name label on folder rename
2433         * src/prefs_matcher.c
2434         * src/gtk/logwindow.h
2435                 Fix warnings
2436                 Patches by Fabien
2437
2438 2006-09-19 [wwp]        2.4.0cvs198
2439
2440         * src/summary_search.c
2441                 fix can't click forward/backward buttons in the
2442                 search messages.
2443
2444 2006-09-18 [paul]       2.4.0cvs197
2445
2446         * src/wizard.c
2447                 add missing bracket, capitalise the A of
2448                 'SpamAssassin'
2449
2450 2006-09-18 [paul]       2.4.0cvs196
2451
2452         * src/compose.c
2453                 fix bug 1012 'crashed upon sending mail
2454                 from compose window'
2455                 Thanks to Colin
2456
2457 2006-09-16 [colin]      2.4.0cvs195
2458
2459         * src/folderview.c
2460                 Fix "real-time" sorting by freezing/thawing
2461
2462 2006-09-16 [colin]      2.4.0cvs194
2463
2464         * manual/faq.xml
2465                 Fix the anti-spam entry a bit
2466
2467 2006-09-16 [colin]      2.4.0cvs193
2468
2469         * src/wizard.c
2470                 Make sure reviewers have no excuse when stating
2471                 Sylpheed-Claws doesn't have antispam capabilities.
2472
2473 2006-09-16 [colin]      2.4.0cvs192
2474
2475         * src/main.c
2476                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
2477                 as if the SIGPIPE comes from etpan's thread we could
2478                 trigger a GUI update from this thread.
2479
2480 2006-09-16 [colin]      2.4.0cvs191
2481
2482         * src/summaryview.c
2483                 Init all members of the struct
2484
2485 2006-09-16 [paul]       2.4.0cvs190
2486
2487         * src/account.c
2488                 improvements to the English
2489
2490 2006-09-15 [colin]      2.4.0cvs189
2491
2492         * src/summaryview.c
2493                 HIG order on dialog
2494
2495 2006-09-14 [colin]      2.4.0cvs188
2496
2497         * src/common/socket.c
2498         * src/common/socket.h
2499         * src/common/ssl.c
2500         * src/common/ssl_certificate.c
2501         * src/common/ssl_certificate.h
2502         * src/etpan/imap-thread.c
2503                 the get_fqdn() call done to get canonical name when
2504                 checking an SSL certificate is blocking, which is
2505                 sad as we just did a non-blocking lookup to connect.
2506                 Fix that by letting the fqdn available to the SockInfo,
2507                 and use that in ssl_certificate_check(). For IMAP,
2508                 we don't do it as the lookup's done by libetpan, but
2509                 it's less annoying as IMAP connections as much more
2510                 rare than POP3 connections.
2511
2512 2006-09-14 [paul]       2.4.0cvs187
2513
2514         * manual/advanced.xml
2515                 improvements to the English,
2516                 properly place the new hidden options
2517                 within the alphabetical order
2518         * src/gtk/pluginwindow.c
2519                 improvements to the English
2520
2521 2006-09-14 [colin]      2.4.0cvs186
2522
2523         * src/prefs_common.c
2524         * src/prefs_common.h
2525         * src/gtk/gtksctree.c
2526         * manual/advanced.xml
2527                 New hidden pref, stripes_color_offset, to change
2528                 the value added/substracted to normal bgcolor to
2529                 create the stripes in summaries
2530
2531 2006-09-13 [colin]      2.4.0cvs185
2532
2533         * src/gedit-print.c
2534         * src/messageview.c
2535         * src/messageview.h
2536         * src/summaryview.c
2537         * src/textview.c
2538                 Fix misc. printing issues: 
2539                 - Bad font for linkified headers
2540                 - Different font if the mail was displayed or not
2541                 - Factorize the thing
2542
2543 2006-09-13 [colin]      2.4.0cvs184
2544
2545         * src/common/ssl_certificate.c
2546                 Only get FQDN once when checking certificate
2547
2548 2006-09-13 [colin]      2.4.0cvs183
2549
2550         * src/account.c
2551         * src/gtk/pluginwindow.c
2552                 Misc. GUI fixes by Fabien
2553
2554 2006-09-13 [wwp]        2.4.0cvs182
2555
2556         * configure.ac
2557         * src/common/utils.h
2558         * src/common/utils.c
2559                 get rid of unused wide-char functions.
2560
2561 2006-09-13 [wwp]        2.4.0cvs181
2562
2563         * src/plugins/pgpinline/sylpheed.def
2564         * src/textview.c
2565                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
2566                 add privacy_reset_error to the .def file,
2567                 do not fork for an external textviewer.
2568
2569 2006-09-13 [wwp]        2.4.0cvs180
2570
2571         * src/prefs_common.c
2572                 fix broken font entry in prefs (patch issued by the gpg4win team,
2573                 probably by Marcus Brinkmann <marcus@g10code.de>).
2574
2575 2006-09-13 [colin]      2.4.0cvs179
2576
2577         * src/folder.h
2578                 Fix a warning in summaryview.c
2579         * src/mainwindow.c
2580         * src/summaryview.c
2581         * src/summaryview.h
2582                 Add missing Mark/* elements in the
2583                 main menu
2584
2585 2006-09-12 [colin]      2.4.0cvs178
2586
2587         * src/prefs_actions.c
2588         * src/prefs_filtering_action.c
2589         * src/prefs_matcher.c
2590                 Use (New) instead of New everywhere
2591
2592 2006-09-12 [wwp]        2.4.0cvs177
2593
2594         * manual/fr/addrbook.xml
2595         * manual/fr/handling.xml
2596                 updated some quotes in the fr manual to match the fr translation.
2597
2598 2006-09-12 [wwp]        2.4.0cvs176
2599
2600         * src/prefs_matcher.c
2601                 don't store translated string elements in matcher expressions.
2602                 Also fixed a misused of Q_().
2603
2604 2006-09-11 [wwp]        2.4.0cvs175
2605
2606         * src/plugins//bogofilter/bogofilter.c
2607         * src/plugins//clamav/clamav_plugin.c
2608         * src/plugins//demo/demo.c
2609         * src/plugins//dillo_viewer/dillo_viewer.c
2610         * src/plugins//pgpcore/plugin.c
2611         * src/plugins//pgpinline/plugin.c
2612         * src/plugins//pgpmime/plugin.c
2613         * src/plugins//spamassassin/spamassassin.c
2614                 gettext-ize more strings (mostly plugin error messages).
2615
2616 2006-09-11 [colin]      2.4.0cvs174
2617
2618         * src/alertpanel.c
2619                 Make maximum buffer size bigger to avoid
2620                 truncating translated messages. Patch by
2621                 Fabien
2622
2623 2006-09-11 [colin]      2.4.0cvs173
2624
2625         * src/etpan/imap-thread.c
2626                 Fix compilation on OpenBSD, thanks to 
2627                 Landry
2628
2629 2006-09-10 [wwp]        2.4.0cvs172
2630
2631         * manual/account.xml
2632         * manual/addrbook.xml
2633         * manual/handling.xml
2634         * manual/es/handling.xml
2635         * manual/fr/account.xml
2636         * manual/fr/addrbook.xml
2637         * manual/fr/handling.xml
2638                 documented addressbook matching (condition configuration):
2639                   addrbook.xml, en fr
2640                 documented per-account filtering rules (handling/filtering
2641                   section, account section):
2642                   account.xml, handling.xml, en fr
2643                 slightly updated the handling/searching section to tell few
2644                   words about the extended search ability:
2645                   handling.xml, en fr
2646                 added missing <quote></quotes> to Quick Search:
2647                   handling.xml, en fr es
2648                 fixed a typo (auomatically):
2649                   handling.xml, en
2650                 changes revisited by Paul.
2651
2652 2006-09-10 [paul]       2.4.0cvs171
2653
2654         * src/prefs_actions.c
2655         * src/prefs_filtering.c
2656         * src/prefs_template.c
2657                 adjustments to the gui
2658                 Patch by Fabien Vantard (slightly modified)
2659
2660 2006-09-10 [colin]      2.4.0cvs170
2661
2662         * src/summaryview.c
2663                 Check folderitem/summaryview consistency
2664                 (basically automates Update summary). Fixes
2665                 #1011 (wrong (negative) count on unread 
2666                 messages)
2667
2668 2006-09-10 [colin]      2.4.0cvs169
2669
2670         * src/gtk/gtksctree.c
2671                 Fix recursive expansion via mouse
2672         * src/plugins/bogofilter/bogofilter.c
2673                 Use normal filtering way of moving
2674                 messages (batching), possibly fixing
2675                 bug #1015 (Bogofilter plugin doubles 
2676                 new messages)
2677
2678 2006-09-09 [wwp]        2.4.0cvs168
2679
2680         * src/prefs_filtering.c
2681                 better place for this fix.
2682
2683 2006-09-09 [wwp]        2.4.0cvs167
2684
2685         * src/prefs_filtering.c
2686                 fix a minor bug when the enabled status of a filtering/processing
2687                 rule always got set to TRUE when replacing this rule. That still
2688                 make sense when adding a new rule, but now when replacing, we
2689                 don't override the value of 'enabled'.
2690                 Also renamed the func prefs_filtering_list_view_get_rule_name()
2691                 to prefs_filtering_list_view_get_info() as this function not only
2692                 returns the name, but also the account_id and the enabled status.
2693
2694 2006-09-09 [mones]      2.4.0cvs166
2695
2696         * manual/glossary.xml
2697         * manual/plugins.xml
2698                 Minor format corrections
2699         * manual/gpl.xml
2700                 Fix misplaced NO WARRANTY section
2701         * manual/es/advanced.xml
2702         * manual/es/faq.xml
2703         * manual/es/glossary.xml
2704         * manual/es/gpl.xml
2705         * manual/es/handling.xml
2706         * manual/es/plugins.xml
2707         * manual/es/starting.xml
2708                 Incorporate changes from English version
2709         * manual/fr/ack.xml
2710         * manual/pl/ack.xml
2711         * manual/es/ack.xml
2712                 Fix address, (add translation credits in es version)
2713         * po/es.po
2714                 Updated translation
2715
2716 2006-09-09 [wwp]        2.4.0cvs165
2717
2718         * src/prefs_filtering.c
2719                 fix a crash when opening filtering prefs, if matcherrc file contains
2720                 broken data (non-existing account id, which is theoretically not
2721                 possible).
2722
2723 2006-09-08 [colin]      2.4.0cvs164
2724
2725         * src/folder.c
2726                 Wrong assert, make it an if()
2727         * src/gtk/gtksctree.c
2728                 Fix bug #1013 (expand selected thread 
2729                 tree) - expanding is now recursive
2730
2731 2006-09-07 [wwp]        2.4.0cvs163
2732
2733         * src/prefs_matcher.c
2734                 make better sentences about addressbook matching in the
2735                 matcher prefs. This should make translators' work easier
2736                 too.
2737
2738 2006-09-07 [wwp]        2.4.0cvs162
2739
2740         * src/prefs_filtering.c
2741                 code simplification (get rid of dup var. assignment).
2742
2743 2006-09-07 [wwp]        2.4.0cvs161
2744
2745         * src/summaryview.c
2746                 use GTK_STOCK icons when possible, patch by Fabien Vantard
2747                 <fzzzzz@gmail.com>.
2748
2749 2006-09-07 [paul]       2.4.0cvs160
2750
2751         * src/mimeview.c
2752                 fix compilation warnings
2753                 Thanks to Colin
2754
2755 2006-09-07 [paul]       2.4.0cvs159
2756
2757         * src/mimeview.c
2758                 select the mimepart icon when
2759                 displaying as text
2760                 Thanks to Colin
2761
2762 2006-09-06 [paul]       2.4.0cvs158
2763
2764         * src/prefs_filtering.c
2765                 fix labels and table element spacing
2766                 Patch by Fabien Vantard
2767
2768 2006-09-06 [paul]
2769
2770         2.5.0-rc3 released
2771
2772 2006-09-06 [paul]       2.4.0cvs157
2773
2774         * manual/es/advanced.xml
2775                 fix typo
2776
2777 2006-09-06 [wwp]        2.4.0cvs156
2778
2779         * src/mainwindow.c
2780                 fix an dup launch issue when iconified, thanks to Colin.
2781
2782 2006-09-06 [wwp]        2.4.0cvs155
2783
2784         * src/gtk//gtksctree.h
2785                 oops, forgot that one!
2786
2787 2006-09-06 [wwp]        2.4.0cvs154
2788
2789         * manual/pl/advanced.xml
2790         * manual/advanced.xml
2791         * manual/es/advanced.xml
2792         * manual/fr/advanced.xml
2793         * src/prefs_customheader.c
2794         * src/prefs_filtering_action.c
2795         * src/foldersel.c
2796         * src/prefs_summaries.c
2797         * src/prefs_filtering.c
2798         * src/account.c
2799         * src/compose.c
2800         * src/prefs_summary_column.c
2801         * src/addr_compl.c
2802         * src/prefs_actions.c
2803         * src/prefs_folder_column.c
2804         * src/ssl_manager.c
2805         * src/prefs_template.c
2806         * src/prefs_display_header.c
2807         * src/prefs_common.h
2808         * src/prefs_matcher.c
2809         * src/prefs_common.c
2810         * src/prefs_toolbar.c
2811         * src/summaryview.c
2812         * src/folderview.c
2813         * src/gtk/gtksctree.c
2814         * src/gtk/pluginwindow.c
2815         * src/gtk/progressdialog.c
2816         * src/gtk/prefswindow.c
2817                 renamed hidden option enable_rules_hint to use_stripes_everywhere
2818                 to make its meaning more obvious (all versions of the manual reflect
2819                 the change).
2820                 added an extra hidden option use_stripes_in_summary to allow
2821                 discarding these stripes in mainwindow's folder and message lists;
2822                 en and fr manuals only are OK towards this.
2823
2824 2006-09-06 [colin]      2.4.0cvs153
2825
2826         * src/textview.c
2827                 Hide Sylpheed-Claws' internal queue headers
2828                 when showing all headers. They'll be present
2829                 only in Source window.
2830
2831 2006-09-05 [colin]      2.4.0cvs152
2832
2833         * src/plugins/trayicon/trayicon.c
2834                 Fix crash at exit - we have to disconnect
2835                 our handlers
2836         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2837                 Update eggtrayicon - patch adapted from a
2838                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
2839                 on Sylpheed's ML
2840
2841 2006-09-05 [colin]      2.4.0cvs151
2842
2843         * src/mainwindow.c
2844         * src/gtk/logwindow.c
2845                 Fix race condition when something writes
2846                 to the log too soon during init. Thanks
2847                 to Fabien Vantard
2848
2849 2006-09-05 [colin]      2.4.0cvs150
2850
2851         * src/mimeview.c
2852                 Don't select part on right-click either
2853
2854 2006-09-05 [paul]       2.4.0cvs149
2855
2856         * src/mimeview.c
2857                 completion of previous commit
2858                 Thanks to Colin
2859
2860 2006-09-05 [colin]      2.4.0cvs148
2861
2862         * src/mimeview.c
2863                 Don't force selection on middle-click, just open
2864
2865 2006-09-04 [colin]      2.4.0cvs147
2866
2867         * src/mimeview.c
2868                 Looks like gtk_notebook_set_current_page()
2869                 sometimes steals focus, and this annoys us
2870                 in MimeViewers as it renders navigation
2871                 keys useless. Take back focus after switching
2872                 pages.
2873
2874 2006-09-04 [colin]      2.4.0cvs146
2875
2876         * src/messageview.c
2877                 Set stop_loading when clicking on Next
2878                 during load. Don't add a callback to 
2879                 avoid over-complicating things.
2880
2881 2006-09-04 [colin]      2.4.0cvs145
2882
2883         * src/mimeview.c
2884         * src/messageview.c
2885                 Fix multiple loads in separate messageview
2886
2887 2006-09-04 [colin]      2.4.0cvs144
2888
2889         * src/summaryview.c
2890                 Let navigation keys be handled during 
2891                 load
2892
2893 2006-09-04 [colin]      2.4.0cvs143
2894
2895         * src/messageview.c
2896         * src/summaryview.c
2897         * src/textview.c
2898         * src/textview.h
2899                 Make loading of huge mails (lots of text and/or
2900                 images) cancellable, so the GUI doesn't block 
2901
2902 2006-09-04 [colin]      2.4.0cvs142
2903
2904         * src/plugins/trayicon/trayicon.c
2905                 Fix annoyance when removing a folder with 
2906                 unread mails: trayicon didn't update
2907
2908 2006-09-04 [paul]       2.4.0cvs141
2909
2910         * src/gtk/icon_legend.c
2911                 straighten up columns
2912                 Patch by Fabien Vantard
2913
2914 2006-09-04 [wwp]        2.4.0cvs140
2915
2916         * src/prefs_filtering.c
2917                 fix new line's account name in filtering prefs:
2918                 was "All", is now "(New)".
2919
2920 2006-09-04 [paul]       2.4.0cvs139
2921
2922         * tools/make.themes.project
2923                 use "AUTOMAKE_OPTIONS = dist-bzip2"
2924                 instead of homebrewed "make release"
2925
2926 2006-09-03 [colin]      2.4.0cvs138
2927
2928         * src/folderview.c
2929                 Fix bug #1007 (Wrong folder highlighted)
2930
2931 2006-09-03 [colin]      2.4.0cvs137
2932
2933         * src/compose.c
2934                 Don't set Newsgroup: header to a mail folder
2935                 path
2936
2937 2006-09-03 [paul]       2.4.0cvs136
2938
2939         * src/prefs_other.c
2940         * src/prefs_spelling.c
2941                 unify the gui
2942
2943 2006-09-03 [paul]       2.4.0cvs135
2944
2945         * src/prefs_summaries.c
2946                 correct menu item text in prefs_keybind_apply_clicked()
2947
2948 2006-09-03 [paul]       2.4.0cvs134
2949
2950         * manual/advanced.xml
2951                 some improvements to the descriptions
2952         * src/mainwindow.c
2953         * src/messageview.c
2954         * src/summaryview.c
2955         * src/gtk/menu.c
2956                 fix menu sensitivity issues
2957         * src/prefs_message.c
2958                 drop the useless word 'short'
2959         * src/prefs_other.c
2960                 add the word 'lines' indicating log length
2961                 is a measure of lines
2962         * src/textview.c
2963                 fix compilation warnings
2964
2965 2006-09-02 [colin]      2.4.0cvs133
2966
2967         * src/messageview.c
2968                 Display a special return-receipt message
2969                 if the message is from the user
2970         * src/summaryview.c
2971                 Fix missing freeze of the list when marking
2972                 all read and unthreading for exec. Thanks
2973                 to Stephan Sachse.
2974
2975 2006-09-02 [paul]       2.4.0cvs132
2976
2977         * src/mainwindow.c
2978         * src/prefs_message.c
2979         * src/summaryview.c
2980                 fix some english
2981
2982 2006-09-02 [wwp]        2.4.0cvs131
2983
2984         * src/prefs_filtering.c
2985                 added an account name column to the filtering rules
2986                 dialog.
2987
2988 2006-09-02 [colin]      2.4.0cvs130
2989
2990         * src/gtk/logwindow.c
2991         * src/gtk/logwindow.h
2992                 Block scrolling if we're not at the end
2993                 of the log
2994
2995 2006-09-02 [colin]      2.4.0cvs129
2996
2997         * src/folder.c
2998                 Make sure account-specific rules can't
2999                 be used in {pre-,post-,}processing
3000         * src/mainwindow.c
3001         * src/gtk/logwindow.c
3002         * src/gtk/logwindow.h
3003                 Jump to last error when clicking on the
3004                 warning icon
3005
3006 2006-09-02 [colin]      2.4.0cvs128
3007
3008         * src/imap.c
3009         * src/import.c
3010         * src/mainwindow.c
3011         * src/mainwindow.h
3012                 Fix warning icon
3013         * src/inc.c
3014         * src/mbox.c
3015         * src/mbox.h
3016                 Let proc_mbox know its account, for
3017                 account-specific rules
3018
3019 2006-09-01 [colin]      2.4.0cvs127
3020
3021         * src/codeconv.c
3022                 Don't uselessly use iconv to convert from
3023                 us-ascii
3024         * src/alertpanel.c
3025         * src/mainwindow.c
3026         * src/mainwindow.h
3027         * src/inc.c
3028                 Fix certain log cases, disable warning icon
3029                 for now, the correct way to display it when
3030                 necessary and only when necessary is probably
3031                 to do it manually rather than use error logs
3032         * src/etpan/imap-thread.c
3033                 Clean up UID logging a bit
3034         * src/gtk/logwindow.c
3035         * src/gtk/logwindow.h
3036                 Make logging faster when the window's closed
3037
3038 2006-09-01 [wwp]        2.4.0cvs126
3039
3040         * manual/fr/account.xml
3041                 reflect changes to the ref. manual (parts of cvs72):
3042                 fix tabnames and quotes.
3043
3044 2006-09-01 [wwp]        2.4.0cvs125
3045
3046         * manual/fr/plugins.xml
3047                 reflect changes to the reference manual (cvs42):
3048                 update IRC channel info.
3049
3050 2006-09-01 [wwp]        2.4.0cvs124
3051
3052         * commitHelper
3053                 use CVSEDITOR env. var. if set, according to `man cvs`.
3054
3055 2006-09-01 [wwp]        2.4.0cvs123
3056
3057         * manual/advanced.xml
3058                 better sentence again (thanks to Paul).
3059
3060 2006-09-01 [wwp]        2.4.0cvs122
3061
3062         * manual/advanced.xml
3063         fix definition of toolbar_detachable and rework a bit the one of
3064         enable_dotted_lines.
3065
3066 2006-09-01 [mones]      2.4.0cvs121
3067
3068         * manual/advanced.xml
3069                 Document enable_dotted_lines
3070
3071 2006-09-01 [paul]       2.4.0cvs120
3072
3073         * src/folderview.c
3074         * src/folderview.h
3075         * src/imap.c
3076         * src/mainwindow.c
3077         * src/summaryview.c
3078                 obey the 'When entering folder...' option
3079                 when using the /View/Go to/... menu items
3080                 Thanks to Colin
3081
3082 2006-08-31 [colin]      2.4.0cvs119
3083
3084         * src/folderview.c
3085                 Revert 2.4.0cvs116, wrong fix.
3086
3087 2006-08-31 [colin]      2.4.0cvs118
3088
3089         * src/gtk/gtksctree.c
3090                 Better state the various copyrights
3091
3092 2006-08-31 [colin]      2.4.0cvs117
3093
3094         * src/prefs_common.c
3095                 fix enable_dotted_lines
3096
3097 2006-08-31 [colin]      2.4.0cvs116
3098
3099         * src/folderview.c
3100                 Use pref "Always open on select" when going
3101                 to next unread folder
3102         * src/gtk/gtksctree.c
3103                 Fix link failure to _gtk_clist_create_cell_layout
3104                 on certain computers. (Why not mine, I wonder)
3105
3106 2006-08-31 [colin]      2.4.0cvs115
3107
3108         * src/procmsg.c
3109         * src/textview.c
3110         * src/plugins/bogofilter/bogofilter.c
3111         * src/plugins/spamassassin/spamassassin.c
3112                 Requalify some "errors" to warnings
3113         * src/mainwindow.c
3114         * src/mainwindow.h
3115         * src/statusbar.c
3116                 Add an icon in the statusbar to notify
3117                 of errors
3118         * src/gtk/gtksctree.c
3119         * src/folderview.c
3120         * src/summaryview.c
3121                 Make the GtkSCTree look more modern by
3122                 alternating background lines
3123         * src/prefs_common.c
3124         * src/prefs_common.h
3125                 Add a pref to let people have the old
3126                 way if they prefer
3127
3128
3129 2006-08-30 [colin]      2.4.0cvs114
3130
3131         * src/procmsg.c
3132         * src/procmsg.h
3133                 Provide a way to filter a list of
3134                 messages in an optimised manner, and
3135                 add a list-filtering hook
3136         * src/folder.c
3137         * src/inc.c
3138         * src/mbox.c
3139                 Use the list filtering
3140         * src/plugins/bogofilter/bogofilter.c
3141                 Use the list-filtering hook
3142                 Use -b (bulk) mode for more speed
3143                 when learning and filtering
3144         * src/etpan/imap-thread.c
3145                 Make log output shorter in UID SEARCH
3146
3147
3148 2006-08-30 [colin]      2.4.0cvs113
3149
3150         * src/plugins/bogofilter/bogofilter.c
3151                 Really fast mass learning - thanks to David
3152                 Relson for the options explanations :)
3153
3154 2006-08-30 [colin]      2.4.0cvs112
3155
3156         * src/msgcache.c
3157                 Fix compilation on FreeBSD. Thanks
3158                 to Michael Hugues
3159
3160 2006-08-29 [colin]      2.4.0cvs111
3161
3162         * src/folderview.c
3163                 Handle "popup_menu" signal (for popping the 
3164                 menu via the keyboard)
3165         * src/mimeview.c
3166         * src/mimeview.h
3167         * src/summaryview.c
3168         * src/textview.c
3169         * src/gtk/gtkutils.c
3170         * src/gtk/gtkutils.h
3171                 Factorize scrolling code, and add an API 
3172                 for MimeViewers to handle scroll orders
3173
3174 2006-08-29 [wwp]        2.4.0cvs110
3175
3176         * src/plugins//bogofilter/bogofilter.c
3177         * src/plugins//spamassassin/spamassassin.c
3178                 make the bogofilter/spamassassin filtering error dialogs at
3179         incorporation obey to the "don't popup error dialog on
3180         receive error" option. If disabled, feed the log window w/
3181         the error message.
3182
3183 2006-08-29 [paul]
3184
3185         2.5.0-rc2 released
3186
3187 2006-08-29 [paul]       2.4.0cvs109
3188
3189         * Makefile.am
3190                 remove 'make release', it's not needed
3191                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
3192
3193 2006-08-29 [paul]       2.4.0cvs108
3194
3195         * src/foldersel.c
3196         * src/summary_search.c
3197         * src/gtk/progressdialog.c
3198         * src/plugins/pgpcore/passphrase.c
3199                 replace deprecated gtk_window_set_policy()
3200
3201 2006-08-29 [colin]      2.4.0cvs107
3202
3203         * src/folder.c
3204                 Fix data loss when copy fails during a move:
3205                 only use fast remove_msgs if everything was
3206                 copied OK; else use slow remove_msg on the
3207                 mails that got copied only.
3208
3209 2006-08-28 [paul]       2.4.0cvs106
3210
3211         * src/mh.c
3212                 revert change in 2.4.0cvs104, it breaks
3213                 stuff
3214
3215 2006-08-28 [paul]       2.4.0cvs105
3216
3217         * src/plugins/spamassassin/spamassassin.c
3218                 english fix
3219
3220 2006-08-28 [paul]       2.4.0cvs104
3221
3222         * src/mh.c
3223                 fix data loss when moving to another
3224                 mailbox fails
3225         * src/prefs_spelling.c
3226                 improve the english
3227         * src/gtk/pluginwindow.c
3228                 improve the layout of the dialog text
3229         All thanks to Colin
3230
3231 2006-08-28 [paul]       2.4.0cvs103
3232
3233         * src/plugins/bogofilter/bogofilter.c
3234         * src/plugins/bogofilter/bogofilter_gtk.c
3235                 fix english up a bit, innit
3236
3237 2006-08-28 [paul]       2.4.0cvs102
3238
3239         * configure.ac
3240         * po/Makefile.in.in
3241         * po/Makevars
3242                 require autoconf 2.60, enabling building
3243                 with gettext 0.15 (gettext 0.14.x build still
3244                 possible). Replace Makefiles with versions
3245                 from gettext 0.15.
3246                 Remove configure options --with-localedir and
3247                 --with-mandir. The options that are provided
3248                 directly by autoconf 2.60 can be used instead:
3249                 --mandir --localedir
3250
3251 2006-08-27 [colin]      2.4.0cvs101
3252
3253         * src/plugins/bogofilter/Makefile.am
3254                 Fix make dist (no README)
3255
3256 2006-08-27 [colin]      2.4.0cvs100
3257
3258         * src/folder.c
3259                 Don't use F_UNKNOWN folders for any default
3260                 outbox/trash/etc
3261         * src/plugins/bogofilter/bogofilter.c
3262         * src/plugins/bogofilter/bogofilter.h
3263         * src/plugins/bogofilter/bogofilter_gtk.c
3264                 Add an option to specify the path to bogofilter
3265                 Use single-quotes to be able to learn in folders
3266                 with spaces in their names
3267                 Verify learning status
3268
3269 2006-08-27 [colin]      2.4.0cvs99
3270
3271         * manual/faq.xml
3272         * manual/plugins.xml
3273                 Document Bogofilter plugin
3274
3275 2006-08-27 [colin]      2.4.0cvs98
3276
3277         * src/compose.c
3278         * src/messageview.c
3279         * src/procmsg.c
3280         * src/procmsg.h
3281                 When possible, copy the queued mail to sent folder
3282                 instead of re-adding. Much faster on IMAP.
3283
3284 2006-08-27 [colin]      2.4.0cvs97
3285
3286         * src/msgcache.c
3287                 Disable mmaped caches - huge metadata loss
3288                 here after a power failure.
3289         * src/summaryview.c
3290                 Add quicksearch timing
3291         * src/common/plugin.c
3292         * src/common/plugin.h
3293                 Implement an interface to tell what plugins
3294                 provide. Prevent loading of similar plugins.
3295         * src/plugins/clamav/clamav_plugin.c
3296         * src/plugins/demo/demo.c
3297         * src/plugins/dillo_viewer/dillo_viewer.c
3298         * src/plugins/pgpcore/plugin.c
3299         * src/plugins/pgpinline/pgpinline.c
3300         * src/plugins/pgpmime/pgpmime.c
3301         * src/plugins/spamassassin/spamassassin.c
3302         * src/plugins/trayicon/trayicon.c
3303                 Implement plugin_provides()
3304
3305 2006-08-27 [colin]      2.4.0cvs96
3306
3307         * configure.ac
3308         * src/plugins/Makefile.am
3309         * src/plugins/bogofilter/.cvsignore
3310         * src/plugins/bogofilter/Makefile.am
3311         * src/plugins/bogofilter/bogofilter.c
3312         * src/plugins/bogofilter/bogofilter.h
3313         * src/plugins/bogofilter/bogofilter_gtk.c
3314                 New Bogofilter plugin, provides filtering and
3315                 learning. Spamassassin will go to extra plugins.
3316
3317 2006-08-26 [mones]      2.4.0cvs95
3318
3319         * manual/handling.xml
3320                 Fix subfolder path in the example (thanks to Paul) 
3321
3322 2006-08-26 [mones]      2.4.0cvs94
3323
3324         * manual/glossary.xml
3325                 2.2. + add ISP to the glossary
3326                 7.5. + Add UIDL to glossary
3327                 7.7. + Add TCP to glossary
3328         * manual/handling.xml
3329                 7.1. + Mentions GNU/Linux distribution, what about the non...
3330                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
3331                 7.3. + Mentions .bashrc, what about the non-bash ones? 
3332                 7.4. = Use appropriate quotation for commands
3333                 7.6. = change "" to <quote></quote>
3334         * manual/plugins.xml
3335                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
3336         * manual/starting.xml
3337                 2.1. + local mbox file: some examples of mbox file locations...
3338                 Also reformatted files requiring it
3339
3340 2006-08-26 [wwp]        2.4.0cvs93
3341
3342         * src/summary_search.c
3343                 disable find buttons while summary search is running.
3344
3345 2006-08-25 [colin]      2.4.0cvs92
3346
3347         * src/folder.c
3348         * src/folderutils.c
3349         * src/mh.c
3350         * src/procmsg.h
3351         * src/summaryview.c
3352                 Speed up MH moving, and add progressbar
3353                 for MH deletion
3354         * src/msgcache.c
3355                 Write cache files using mmap() too
3356
3357 2006-08-25 [wwp]        2.4.0cvs91
3358
3359         * src/summaryview.c
3360                 switch spam<->ham button when a message has been marked as spam or ham
3361                 and is still selected. Thanks to Colin.
3362
3363 2006-08-25 [paul]       2.4.0cvs90
3364
3365         * src/Makefile.am
3366         * src/stock_pixmap.c
3367         * src/stock_pixmap.h
3368         * src/summaryview.c
3369         * src/gtk/icon_legend.c
3370         * src/pixmaps/copied.xpm
3371         * src/pixmaps/moved.xpm
3372                 add icons for delayed execution marked for
3373                 copying, marked for moving
3374
3375 2006-08-25 [mones]      2.4.0cvs89
3376
3377         * manual/glossary.xml
3378                 Fix the other glossary items:
3379                 5.1. = Inmmediate execution -> <quote>immediate execution...
3380                 5.2. = Fix MBOX capitalization -> Mbox
3381                 5.3. + Improve Plugins def. w/ tech. ref.
3382                 5.4. = Quotation -> replace '>' by <quote>></quote>
3383                 5.5. - SMTP Server. -> remove dot
3384         * po/es.po
3385                 Updated translation
3386
3387 2006-08-25 [mones]      2.4.0cvs88
3388
3389         * manual/ack.xml
3390                 Reformatted, changed email address
3391         * manual/glossary.xml
3392                 Reformatted, fixed MANUAL-TODO items:
3393                 8.2. + add ROT-13 to glossary
3394                 8.4. + add URL to glossary
3395         * manual/es/advanced.xml
3396                 Fixed <literal>s
3397
3398 2006-08-25 [paul]       2.4.0cvs87
3399
3400         * src/gtk/icon_legend.c
3401                 add 'marked for deletion' icon
3402                 arrange icons by containing column
3403                 wrap long label text
3404
3405 2006-08-25 [colin]      2.4.0cvs86
3406
3407         * src/common/utils.c
3408         * src/common/utils.h
3409                 Add the sc_g_*list_bigger functions in
3410                 a place everyone can use it
3411         * src/summaryview.c
3412                 Only freeze/thaw the list when working
3413                 on the selection, if it's bigger than 1
3414         * src/gtk/gtksctree.c
3415                 Only freeze/thaw the list when unselec-
3416                 ting 'all' if ('all' != 1)
3417                 This avoids some flickering
3418
3419 2006-08-24 [colin]      2.4.0cvs85
3420
3421         * src/addressbook.c
3422                 Fix strange list selection
3423                 Fix random seg (Invalid read of freed memory)
3424
3425 2006-08-24 [colin]      2.4.0cvs84
3426
3427         * src/alertpanel.c
3428         * src/gtk/inputdialog.c
3429         * src/plugins/pgpcore/passphrase.c
3430                 Revert minimal width patch of 2.4.0cvs67,
3431                 as it is also a maximal width. Use 
3432                 gtk_window_set_default_size instead.
3433
3434 2006-08-24 [colin]      2.4.0cvs83
3435
3436         * src/msgcache.c
3437                 Write cache/mark to temp files before
3438                 overwriting old ones (avoids metadata
3439                 loss if writing the new files fail).
3440                 Use mmap() to read cache/mark file, as
3441                 this makes cache reading faster. Dis-
3442                 abled for big-endian machines until it
3443                 can be tested. (Big-endian users: set
3444                 msgcache_use_mmap = TRUE in the relevant
3445                 #if).
3446         * src/procmsg.h
3447                 Move rarely used fields of MsgInfo in 
3448                 another structure, which will only be
3449                 allocated if needed. Face, X-Face,
3450                 Return receipt headers and List-*
3451                 headers are moved. Mails having none
3452                 of these occupy 52 bytes less with
3453                 this patch, which makes 2.5MB of RAM
3454                 saved on a 50k folder).
3455         * src/headerview.c
3456         * src/mainwindow.c
3457         * src/messageview.c
3458         * src/partial_download.c
3459         * src/procheader.c
3460         * src/procmsg.c
3461         * src/textview.c
3462                 Follow this structure change.
3463
3464 2006-08-24 [wwp]        2.4.0cvs82
3465
3466         * manual/es/.cvsignore
3467         * manual/es/dist/.cvsignore
3468         * manual/es/dist/html/.cvsignore
3469         * manual/es/dist/pdf/.cvsignore
3470         * manual/es/dist/ps/.cvsignore
3471         * manual/es/dist/txt/.cvsignore
3472                 more (generated) files to ignore.
3473
3474 2006-08-24 [colin]      2.4.0cvs81
3475
3476         * src/folder.c
3477         * src/mh.c
3478                 Fix possible problems with local delivery. Check the folder doesn't
3479                 need scan before setting its mtime when saving cache (which can be
3480                 done long after the folder's been modified by an external process);
3481                 Check that the stored item's mtime didn't change in mh functions.
3482
3483 2006-08-24 [mones]      2.4.0cvs80
3484
3485         * manual/advanced.xml
3486                 Rewrapping, some fixes and MANUAL-TODO items:
3487                 8.1. = change "" to <quote></quote>
3488                 8.3. = quote menu items
3489                 8.5. - deploying -> new user ... ideally a new user (redundant)
3490
3491 2006-08-23 [colin]      2.4.0cvs79
3492
3493         * src/gtk/gtksctree.c
3494                 When selecting or deselecting range, only
3495                 freeze/thaw when selection is bigger than 10
3496
3497 2006-08-23 [colin]      2.4.0cvs78
3498
3499         * src/messageview.c
3500         * src/mimeview.c
3501         * src/mimeview.h
3502         * src/plugins/dillo_viewer/dillo_viewer.c
3503                 Provide an API for MimeViewer plugins to
3504                 return a text selection for replying
3505
3506 2006-08-23 [colin]      2.4.0cvs77
3507
3508         * src/image_viewer.c
3509         * src/textview.c
3510                 Use gtk_pixbuf_new_from_file_at_scale(), which
3511                 is faster than getting the pixbuf then resizing
3512                 it.
3513
3514 2006-08-23 [colin]      2.4.0cvs76
3515
3516         * src/procmime.c
3517                 UTF-8 should be sent Quoted-printable
3518
3519 2006-08-22 [colin]      2.4.0cvs75
3520
3521         * src/mh.c
3522                 Check if scan is required before touching
3523                 the folder (or it'll be required every time)
3524
3525 2006-08-22 [colin]      2.4.0cvs74
3526
3527         * configure.ac
3528                 Require libetpan 0.46 (crasher fix when built
3529                 against gnutls)
3530
3531 2006-08-22 [colin]      2.4.0cvs73
3532
3533         * src/folder.c
3534                 Set folder's mtime after writing its
3535                 cache
3536         * src/folderview.c
3537                 Add some timing
3538         * src/procmsg.c
3539                 Don't do useless stuff if we don't 
3540                 thread by subject
3541         * src/summaryview.c
3542                 Add some timing, don't deselect prior
3543                 to selecting (gtksctree does it itself),
3544                 remove crash avoidance hacks as it's been
3545                 properly fixed since a while
3546         * src/common/utils.c
3547                 Optimize to_human_readable(): _() is slow,
3548                 do it only once, and avoid %f format for KB
3549                 (the most common in a summaryview)
3550         * src/gtk/gtksctree.c
3551                 Don't uselessly freeze/thaw (fixes flicker
3552                 on next unread and friends), reduce number
3553                 of g_list_nth/g_list_position where possible
3554         * src/gtk/gtkutils.c
3555         * src/gtk/gtkutils.h
3556                 Reduce number of g_list_nth/g_list_position
3557                 where possible.
3558                 All of this makes loading as 70k folder 2.1
3559                 seconds instead of 3.2 (with hot FS caches).
3560                 (1.3 seconds without Date and Size columns...)
3561
3562 2006-08-22 [paul]       2.4.0cvs72
3563
3564         wrap documents and do some items from mones' MANUAL-TODO:
3565
3566         * manual/account.xml
3567                 4.1. = fix tabname references to <quote>tabname</quote>
3568                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
3569         * manual/faq.xml
3570                 1.1. = mentioned options don't match UI
3571                 Add information about the 'Never send Return Receipts'
3572                 option
3573         * manual/handling.xml
3574                 6.2. = Mentions Extended symbols button, but now is
3575                 named Information
3576                 6.3. = Mentions ... button, which is now Edit
3577
3578 2006-08-22 [colin]      2.4.0cvs71
3579
3580         * src/gtk/pluginwindow.c
3581                 Fix layout in verbose translations (such
3582                 as french)
3583
3584 2006-08-22 [paul]       2.4.0cvs70
3585
3586         * manual/Makefile.am
3587                 build manuals in alphabetical order
3588         * src/addressbook.c
3589         * src/prefs_themes.c
3590                 replace/remove deprecated symbols
3591         * src/gtk/gtkutils.c
3592                 fix a warning
3593         * src/gtk/pluginwindow.c
3594                 replace deprecated symbol
3595                 replace label text and move it
3596         * src/plugins/pgpcore/prefs_gpg.c
3597                 move the 'Generate...' button out of the
3598                 Sign Key frame, replace the English used
3599         * src/plugins/pgpcore/sgpgme.c
3600                 fixes to the English
3601
3602 2006-08-21 [colin]      2.4.0cvs69
3603
3604         * src/plugins/trayicon/trayicon.c
3605                 Add more strings for translation; patch
3606                 by Pawel
3607
3608 2006-08-21 [colin]      2.4.0cvs68
3609
3610         * src/compose.c
3611                 fix replied flag not set after drafting
3612         * src/matcher.c
3613                 fix body quicksearch in non-encoded bodies
3614                 containing '='
3615         * src/msgcache.c
3616                 Get rid of the g_malloc workaround for
3617                 corrupted caches, use g_try_malloc
3618
3619 2006-08-21 [colin]      2.4.0cvs67
3620
3621         * src/alertpanel.c
3622         * src/gtk/inputdialog.c
3623         * src/plugins/pgpcore/passphrase.c
3624                 Set minimal width to 375
3625         * src/mainwindow.c
3626                 Fix switching to offline, asking if it 
3627                 should be overriden for synchronising
3628         * src/mimeview.c
3629                 Don't offer to remember command on Open 
3630                 with for text parts, as the browser or 
3631                 text editor command isn't changed from 
3632                 there
3633
3634 2006-08-20 [paul]       2.4.0cvs66
3635
3636         * po/ko.po
3637         * po/zh_CN.po
3638                 fix plural form errors. revealed by stricter
3639                 checking of gettext 0.15
3640
3641 2006-08-18 [paul]       2.4.0cvs65
3642
3643         * src/stock_pixmap.c
3644                 fix the fix of 2.4.0cvs64
3645                 Thanks to Colin
3646
3647 2006-08-18 [paul]       2.4.0cvs64
3648
3649         * src/stock_pixmap.c
3650                 fix leaks
3651                 Thanks to Colin
3652
3653 2006-08-18 [paul]       2.4.0cvs63
3654
3655         * src/compose.c
3656         * src/procmsg.c
3657                 fix occasional IMAP bug where large msgs
3658                 were left in the queue folder after sending
3659                 Thanks to Colin
3660
3661 2006-08-18 [paul]       2.4.0cvs62
3662
3663         * src/folderview.c
3664                 freeze the summaryview while quicksearch results
3665                 are displayed
3666                 (fixes bug 456 'current message is hidden when the
3667                 view is refreshed and extended search is "unread 
3668                 messages"')
3669                 Thanks to Colin
3670         * src/textview.c
3671                 add missing #include "inputdialog.h"
3672         * src/common/utils.h
3673                 add missing mailcap_update_default() and improve
3674                 readability
3675
3676 2006-08-17 [colin]      2.4.0cvs61
3677
3678         * src/plugins/pgpcore/select-keys.c
3679                 Fix warnings :)
3680
3681 2006-08-17 [colin]      2.4.0cvs60
3682
3683         * src/compose.c
3684                 Don't continue queuing if Cancel is clicked
3685                 in select-keys
3686
3687 2006-08-17 [colin]      2.4.0cvs59
3688
3689         * src/plugins/pgpcore/select-keys.c
3690                 When encrypting, if only one key matches and it 
3691                 matches exactly, automatically use it.
3692
3693 2006-08-17 [colin]      2.4.0cvs58
3694
3695         * src/mimeview.c
3696         * src/prefs_common.c
3697         * src/prefs_common.h
3698         * src/prefs_ext_prog.c
3699         * src/textview.c
3700                 Fix issues with previous patch (text/html)
3701                 Remove outdated prefs
3702
3703 2006-08-17 [colin]      2.4.0cvs57
3704
3705         * src/imap.c
3706                 Add View Log button on auth error
3707         * src/procmsg.c
3708                 Fix encrypted mail marked as new when
3709                 saved in normal folders
3710         * src/plugins/pgpinline/pgpinline.c
3711                 Fix encrypt bug on IMAP
3712         * src/mimeview.c
3713         * src/common/utils.c
3714         * src/common/utils.h
3715         * src/gtk/inputdialog.c
3716         * src/gtk/inputdialog.h
3717                 Get rid of metamail stuff, simplify
3718                 opening, and allow remembering of user's
3719                 choices (by updating ~/.mailcap). There's
3720                 still to drop "Audio player" and "Image
3721                 viewer" preferences.
3722
3723 2006-08-17 [mones]      2.4.0cvs56
3724
3725         * manual/es/sylpheed-claws-manual.xml
3726                 fix DTD path
3727
3728 2006-08-17 [mones]      2.4.0cvs55
3729
3730         * configure.ac
3731         * manual/Makefile.am
3732         * manual/es/Makefile.am
3733         * manual/es/account.xml
3734         * manual/es/ack.xml
3735         * manual/es/addrbook.xml
3736         * manual/es/advanced.xml
3737         * manual/es/faq.xml
3738         * manual/es/glossary.xml
3739         * manual/es/gpl.xml
3740         * manual/es/handling.xml
3741         * manual/es/intro.xml
3742         * manual/es/keyboard.xml
3743         * manual/es/plugins.xml
3744         * manual/es/starting.xml
3745         * manual/es/sylpheed-claws-manual.xml
3746         * manual/es/dist/Makefile.am
3747         * manual/es/dist/html/Makefile.am
3748         * manual/es/dist/pdf/Makefile.am
3749         * manual/es/dist/ps/Makefile.am
3750         * manual/es/dist/txt/Makefile.am
3751                 Spanish translation for the manual
3752
3753 2006-08-16 [colin]      2.4.0cvs54
3754
3755         * src/compose.c
3756         * src/main.c
3757         * src/mainwindow.c
3758                 Fix send button sensitivity at startup
3759                 Set send menu sensitivity (patch by Fabien)
3760         * src/ssl_manager.c
3761                 Enable closing with esc (patch by Fabien)
3762         * src/gtk/foldersort.c
3763                 Enable closing with esc (patch by Fabien)
3764         * src/procmime.c
3765                 Optimisation (no need to copy to tempfile to
3766                 "decode" 7bit and 8bit)
3767         * src/summaryview.c
3768                 Fix cruft in swap_from case
3769         * src/textview.c
3770                 Fix missing last line in some mail cases 
3771                 (Fixes debian #381872)
3772         * src/plugins/pgpcore/prefs_gpg.c
3773         * src/plugins/pgpcore/sgpgme.c
3774         * src/plugins/pgpcore/sgpgme.h
3775                 Don't show "no key found" when user explicitely
3776                 wants to create a key
3777
3778 2006-08-16 [paul]       2.4.0cvs53
3779
3780         * configure.ac
3781         * src/account.c
3782         * src/addressbook.c
3783         * src/headerview.c
3784         * src/prefs_account.c
3785         * src/prefs_message.c
3786         * src/gtk/gtkutils.c
3787                 bump up minimum required versions of GTK+ and
3788                 GLIB to 2.6.0
3789
3790 2006-08-16 [paul]       2.4.0cvs52
3791
3792         * src/toolbar.c
3793                 workaround GTK+ Bug 351600 - 'Can't re-click
3794                 on button after sensitivity update'
3795                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
3796                 Thanks to Colin
3797
3798 2006-08-15 [colin]      2.4.0cvs51
3799
3800         * src/plugins/pgpcore/prefs_gpg.c
3801                 Set options sensitivity according to
3802                 key existence
3803         * src/plugins/pgpcore/sgpgme.c
3804                 Allow to create key with no passphrase
3805
3806 2006-08-14 [cleroy]     2.4.0cvs50
3807
3808         * src/gtk/pluginwindow.c
3809                 New layout (maybe to be changed?)
3810         * src/gtk/gtkutils.c
3811                 Fix a bit label_window
3812         * src/plugins/pgpcore/passphrase.c
3813         * src/plugins/pgpcore/passphrase.h
3814         * src/plugins/pgpcore/plugin.c
3815         * src/plugins/pgpcore/prefs_gpg.c
3816         * src/plugins/pgpcore/prefs_gpg.h
3817         * src/plugins/pgpcore/sgpgme.c
3818         * src/plugins/pgpcore/sgpgme.h
3819                 Allow to create a PGP private key via the GUI
3820
3821 2006-08-14 [wwp]        2.4.0cvs49
3822
3823         * src/addressbook_foldersel.c
3824                 fix strict ISO C90 compliance.
3825
3826 2006-08-14 [paul]       2.4.0cvs48
3827
3828         * src/gtk/prefswindow.c
3829                 re-set scrolled window on opening
3830                 Patch by Ticho
3831
3832 2006-08-14 [paul]
3833
3834         2.5.0-rc1 released
3835
3836 2006-08-14 [paul]       2.4.0cvs47
3837
3838         * src/prefs_display_header.c
3839                 re-enable user-defined Displayed Headers
3840
3841 2006-08-14 [paul]       2.4.0cvs46
3842
3843         * src/prefs_account.c
3844                 use GTK_STOCK_EDIT
3845
3846 2006-08-13 [colin]      2.4.0cvs45
3847
3848         * src/common/utils.c
3849                 Fix "a" in quote when the original message is empty,
3850                 by using \0 instead of 'a' to test writability of
3851                 temp files.
3852
3853 2006-08-13 [wwp]        2.4.0cvs44
3854
3855         * src/plugins/spamassassin/spamassassin.c
3856                 fix capitalization of "SpamAssassin" in some debug, log and
3857                 dialog messages.
3858
3859 2006-08-13 [paul]       2.4.0cvs43
3860
3861         * src/editldap.c
3862                 fix overlapping widgets
3863         * src/prefs_account.c
3864                 fix translation of protocol_names[]
3865                 fix label disappearing off the edge of the
3866                 visible area
3867
3868 2006-08-12 [paul]       2.4.0cvs42
3869
3870         * manual/plugins.xml
3871                 update IRC channel info before it gets forgotten
3872                 about
3873
3874 2006-08-11 [colin]      2.4.0cvs41
3875
3876         * src/compose.c
3877         * src/mainwindow.c
3878         * src/mainwindow.h
3879         * src/procmsg.c
3880         * src/procmsg.h
3881         * src/summaryview.c
3882         * src/toolbar.c
3883                 Grey out the Send button if
3884                 - Queue folders are empty, or
3885                 - We're sending already
3886
3887 2006-08-11 [wwp]        2.4.0cvs40
3888
3889         * src/main.c
3890                 fix a logic issue when quitting while a compose window is
3891                 still open, thanks to Colin.
3892
3893 2006-08-10 [colin]      2.4.0cvs39
3894
3895         * src/main.c
3896                 Fix default font size setting after wizard run
3897         * src/imap.c
3898         * src/etpan/imap-thread.c
3899         * src/etpan/imap-thread.h
3900                 Fix bug #999 (Timing out on TSL cert validation 
3901                 dialog makes ugly things happen). Also, STARTTLS
3902                 unconditionnaly if initial capabilities contain
3903                 LOGINDISABLED and STARTTLS.
3904
3905 2006-08-09 [colin]      2.4.0cvs38
3906
3907         * src/mainwindow.c
3908         * src/mainwindow.h
3909                 Fix Tools/Actions sensitivity when there are
3910                 no actions
3911
3912 2006-08-09 [colin]      2.4.0cvs37
3913
3914         * src/prefs_filtering.c
3915                 Warning fix, patch by Paul
3916         * src/messageview.c
3917         * src/prefs_actions.c
3918         * src/prefs_filtering_action.c
3919         * src/prefs_matcher.c
3920                 Uniformisation of "Info ..." to "Info..." (for
3921                 old gtk), patch by Fabien
3922         * src/plugins/clamav/clamav_plugin_gtk.c
3923                 Sensitivity fix by Fabien
3924
3925 2006-08-09 [colin]      2.4.0cvs36
3926
3927         * src/main.c
3928         * src/main.h
3929                 Add a function to know whether we're exiting
3930         * src/plugins/trayicon/trayicon.c
3931                 If exiting, don't do anything. Faster, and
3932                 avoids gtk_main_iteration reentracy causing
3933                 segfaults at exit
3934
3935 2006-08-09 [colin]      2.4.0cvs35
3936
3937         * src/messageview.c
3938         * src/mimeview.c
3939         * src/mimeview.h
3940                 Fix lack of part selection when automatically 
3941                 jumping to a specific part
3942         * src/msgcache.c
3943                 Little optimisation in cache reading
3944
3945 2006-08-09 [colin]      2.4.0cvs34
3946
3947         * src/compose.c
3948                 Fix crash setting the priority on reedit
3949                 (Accessing compose before creating it!)
3950
3951 2006-08-08 [colin]      2.4.0cvs33
3952
3953         * src/procmime.c
3954                 Fix bug #998 (last attachment is not accessible)
3955                 Bad RFC interpretation on multipart close-delimiters
3956         * src/mimeview.c
3957         * src/mimeview.h
3958         * src/gtk/gtkvscrollbutton.c
3959         * src/gtk/gtkvscrollbutton.h
3960                 Make attachments list wheel-scrollable
3961
3962 2006-08-07 [colin]      2.4.0cvs32
3963
3964         * src/gtk/gtkaspell.c
3965                 Fix bug #973 (Unicode punctation characters 
3966                 are not recognized as separators by the
3967                 spell checker); fix unsigned stuff
3968
3969 2006-08-07 [colin]      2.4.0cvs31
3970
3971         * src/compose.c
3972                 Fix bug #956 (DnD text with accents in compose 
3973                 text entry); fix gccc's signed/unsigned fuss
3974
3975 2006-08-06 [colin]      2.4.0cvs30
3976
3977         * src/main.c
3978                 Fix bug #979 (Plugin crashes when exiting 
3979                 sylpheed-claws) : handle exit request only 
3980                 once
3981
3982 2006-08-05 [colin]      2.4.0cvs29
3983
3984         * src/news.c
3985                 Just make sure we have a msgid.
3986
3987 2006-08-05 [colin]      2.4.0cvs28
3988
3989         * src/news.c
3990         * src/summaryview.c
3991                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
3992                 by reimplementing it
3993         * src/textview.c
3994                 Fix bug when hiding quotes with level > 3 and quote
3995                 colors are recycled
3996
3997 2006-08-04 [colin]      2.4.0cvs27
3998
3999         * src/compose.c
4000         * src/undo.c
4001         * src/undo.h
4002                 Fix a bit replace-by-pasting undo
4003         * src/mainwindow.c
4004         * src/messageview.c
4005                 Fix Fold quotes menu synchro in
4006                 mainwindow when it changes in 
4007                 messageview
4008         * src/textview.c
4009                 Fix right-click on quotes blocks
4010         * src/common/utils.c
4011                 Verify that the file created by
4012                 my_tmpfile() is writable. Fixes
4013                 bug #988 (very specific filesystem
4014                 issue)
4015         * src/plugins/pgpcore/sgpgme.c
4016                 Fix file descriptor leak
4017         * src/plugins/spamassassin/spamassassin.c
4018                 Warn once if spamd isn't reachable
4019
4020 2006-08-04 [colin]      2.4.0cvs26
4021
4022         * src/toolbar.c
4023                 i18n context patch by Fabien
4024
4025 2006-08-03 [colin]      2.4.0cvs25
4026
4027         * src/mainwindow.c
4028         * src/messageview.c
4029                 Rename "Hide quotes" to "Fold quotes"
4030         * src/textview.c
4031                 Don't use hand cursor on quotes. "all 
4032                 the bonuses of the feature and none of 
4033                 unwelcome side-effects"
4034
4035 2006-08-03 [colin]      2.4.0cvs24
4036
4037         * AUTHORS
4038         * sylpheed-claws.desktop
4039         * src/gtk/authors.h
4040                 Bring the desktop file to XDG compliance
4041                 Patch by Charles A. Edwards
4042
4043 2006-08-03 [colin]      2.4.0cvs23
4044
4045         * src/textview.c
4046                 Fix links offset when they are preceded
4047                 by accentued chars (g_utf8_strlen!)
4048         * src/mainwindow.c
4049                 Fix wrong status when starting offline
4050
4051
4052 2006-08-03 [wwp]        2.4.0cvs22
4053
4054         * src/prefs_common.h
4055                 ask what to do w/ filtering rules that belong to an account when
4056                 applying filtering rules manually from the main window (skip,
4057                 apply regardless of the account, use current account). This dialog
4058                 can be skipped and the last reply used.
4059                 (forgot that file)
4060
4061 2006-08-03 [wwp]        2.4.0cvs21
4062
4063         * src/filtering.c
4064         * src/filtering.h
4065         * src/prefs_common.c
4066         * src/summaryview.c
4067         * src/alertpanel.c
4068         * src/alertpanel.h
4069         * src/messageview.c
4070                 ask what to do w/ filtering rules that belong to an account when
4071                 applying filtering rules manually from the main window (skip,
4072                 apply regardless of the account, use current account). This dialog
4073                 can be skipped and the last reply used.
4074
4075
4076 2006-08-03 [colin]      2.4.0cvs20
4077
4078         * src/textview.c
4079                 Optimize previous patch
4080
4081 2006-08-03 [cleroy]     2.4.0cvs19
4082
4083         * src/textview.c
4084                 Fix quotes getting toggled back when the
4085                 mail has an even number of text parts
4086
4087 2006-08-02 [colin]      2.4.0cvs18
4088
4089         * src/messageview.c
4090                 Add Hide quotes menu
4091
4092 2006-08-02 [colin]      2.4.0cvs17
4093
4094         * src/mainwindow.c
4095         * src/prefs_common.c
4096         * src/textview.c
4097         * src/textview.h
4098         * src/gtk/about.c
4099                 Allow per-level quote hiding,
4100                 Allow toggling quotes by double-clicking them
4101                 Rename RemoteURI to ClickableText to reflect
4102                 the fact it's used for a variety of things
4103
4104 2006-08-02 [wwp]        2.4.0cvs16
4105
4106         * src/mainwindow.c
4107                 fix "View/Hide quotes" menu item status initialization.
4108
4109 2006-08-02 [wwp]        2.4.0cvs15
4110
4111         * src/matcher_parser_parse.y
4112                 remove a debug trace.
4113
4114 2006-08-02 [paul]       2.4.0cvs14
4115
4116         * src/plugins/pgpcore/passphrase.c
4117                 don't set initial dialog size
4118                 make it resizable
4119
4120 2006-08-02 [paul]       2.4.0cvs13
4121
4122         * src/noticeview.c
4123                 remove the rogue '/' character
4124
4125 2006-08-02 [paul]       2.4.0cvs12
4126
4127         * src/noticeview.c
4128                 allow buttons to resize as necessary
4129
4130 2006-08-01 [wwp]        2.4.0cvs11
4131
4132         * src/mbox.c
4133                 fix strict ISO C90 compliance.
4134
4135 2006-08-01 [wwp]        2.4.0cvs10
4136
4137         * tools/update-po
4138                 updated update-po tool to work w/ context-dependent translations.
4139                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
4140
4141 2006-08-01 [wwp]        2.4.0cvs9
4142
4143         * src/matcher.c
4144         * src/prefs_filtering.c
4145         * src/prefs_matcher.c
4146                 allow context-dependent translations for "All",
4147                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4148
4149 2006-07-31 [colin]      2.4.0cvs8
4150
4151         * AUTHORS
4152         * src/gtk/authors.h
4153                 Add Rafal to authors
4154
4155 2006-07-31 [colin]      2.4.0cvs7
4156
4157         * src/compose.c
4158         * src/mainwindow.c
4159         * src/messageview.h
4160         * src/prefs_common.c
4161         * src/prefs_common.h
4162         * src/textview.c
4163                 Add 'View/Hide quotes'. Patch based on a patch
4164                 by Rafal Weglarz
4165
4166 2006-07-31 [colin]      2.4.0cvs6
4167
4168         * src/action.c
4169                 Fix problem with "> stuff >" actions
4170
4171 2006-07-31 [paul]       2.4.0cvs5
4172
4173         * po/nb.po
4174                 updated by Geir Helland
4175
4176 2006-07-31 [wwp]        2.4.0cvs4
4177
4178         * src/mainwindow.c
4179         * src/summaryview.c
4180         * src/summaryview.h
4181                 add "View/Go to/Parent message" and "View/Go to/Last read message",
4182                 thanks to Colin.
4183
4184 2006-07-31 [wwp]        2.4.0cvs3
4185
4186         * src/Makefile.am
4187         * src/addr_compl.c
4188         * src/addr_compl.h
4189         * src/addressbook.c
4190         * src/addressbook.h
4191         * src/addressbook_foldersel.c
4192         * src/addressbook_foldersel.h
4193         * src/addrindex.c
4194         * src/addrindex.h
4195         * src/matcher.c
4196         * src/matcher.h
4197         * src/matcher_parser_lex.l
4198         * src/matcher_parser_parse.y
4199         * src/prefs_common.c
4200         * src/prefs_common.h
4201         * src/prefs_filtering.c
4202         * src/prefs_matcher.c
4203         * src/prefs_matcher.h
4204         * src/summaryview.c
4205                 introduce filtering against the address book. It's now possible to add
4206                 matched conditions to determine if any email address in a message matches
4207                 or doesn't match any or all books or folders in the address book.
4208
4209 2006-07-31 [wwp]        2.4.0cvs2
4210
4211         * src/account.c
4212         * src/filtering.c
4213         * src/filtering.h
4214         * src/folder.c
4215         * src/folderview.c
4216         * src/inc.c
4217         * src/mainwindow.c
4218         * src/matcher.c
4219         * src/matcher_parser_lex.l
4220         * src/matcher_parser_parse.y
4221         * src/mbox.c
4222         * src/prefs_filtering.c
4223         * src/prefs_filtering.h
4224         * src/procmsg.c
4225         * src/procmsg.h
4226         * src/summaryview.c
4227                 introduce per-account filtering rules. Each filtering rule can now be assigned
4228                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
4229                 when applying filtering rules manually, as all rules will apply - even the ones
4230                 assigned to an account. This issue will be addressed soon.
4231  
4232
4233
4234 2006-07-31 [wwp]        2.4.0cvs1
4235
4236         * src/quote_fmt.c
4237                 make more strings translatable.
4238
4239 2006-07-31 [paul]       2.4.0
4240
4241         2.4.0 released
4242
4243 2006-07-31 [paul]       2.3.1cvs91
4244
4245         * po/ca.po
4246                 updated by Miquel Oliete
4247
4248 2006-07-31 [paul]       2.3.1cvs90
4249
4250         * po/de.po
4251         * po/el.po
4252         * po/fr.po
4253         * po/it.po
4254         * po/pl.po
4255         * po/pt_BR.po
4256         * po/sr.po
4257         * po/zh_CN.po
4258                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
4259                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
4260                 Aleksandar Urosevic, and Ralgh Young
4261
4262 2006-07-31 [paul]       2.3.1cvs89
4263
4264         * src/account.c
4265         * src/main.c
4266         * src/mainwindow.c
4267         * src/mainwindow.h
4268                 Fix a race condition when, after an SC crash, rescanning
4269                 folders took more than 0.5 seconds
4270                 Thanks to Colin
4271
4272 2006-07-31 [paul]       2.3.1cvs88
4273
4274         * src/folderview.c
4275                 don't translate separator strings
4276
4277 2006-07-30 [mones]      2.3.1cvs87
4278
4279         * doc/man/sylpheed-claws.1
4280                 Fixed non-ASCII chars in Hoa's name
4281         * po/es.po
4282                 Updated for release
4283
4284 2006-07-27 [colin]      2.3.1cvs86
4285
4286         * src/textview.c
4287                 Don't include the leading \n in links
4288                 Patch by Fabien
4289
4290 2006-07-25 [colin]      2.3.1cvs85
4291
4292         * src/mainwindow.c
4293         * src/common/socket.h
4294         * src/etpan/imap-thread.c
4295                 Refresh resolvers before connecting
4296                 to IMAP servers, and after switching
4297                 to online. Thanks to Paul.
4298
4299 2006-07-18 [colin]
4300
4301         * 2.4.0-rc4 released
4302
4303 2006-07-17 [colin]      2.3.1cvs84
4304
4305         * src/inc.c
4306                 Show connection attempt in statusbar before
4307                 connecting (previously first message was
4308                 "Retrieving messages from ..." after the
4309                 connection succeeded.
4310
4311 2006-07-16 [wwp]        2.3.1cvs83
4312
4313         * sylpheed-claws.ico
4314                 Added .ico file (windows multi-size icon file, generated).
4315
4316 2006-07-12 [wwp]        2.3.1cvs82
4317
4318         * src/messageview.c
4319                 remove Message/Re-edit menu entry from messageview window,
4320                 as sent/draft/queued messages are opened in compose window when
4321                 re-edited and it's not possible to re-edit other msgs.
4322
4323 2006-07-12 [paul]       2.3.1cvs81
4324
4325         * AUTHORS
4326         * src/mainwindow.c
4327         * src/gtk/authors.h
4328                 check online state before resetting
4329                 mailcheck timer. Useful if some program
4330                 verifies connection state and updates
4331                 Claws.
4332                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
4333
4334 2006-07-12 [paul]       2.3.1cvs80
4335
4336         * sylpheed-claws-128x128.png
4337         * sylpheed-claws-64x64.png
4338         * sylpheed-claws.png
4339         * src/Makefile.am
4340         * src/main.c
4341         * src/prefs_toolbar.c
4342         * src/stock_pixmap.c
4343         * src/stock_pixmap.h
4344         * src/wizard.c
4345         * src/gtk/about.c
4346         * src/gtk/gtkutils.c
4347         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
4348         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
4349         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
4350         * src/pixmaps/sylpheed.xpm              ** REMOVED **
4351         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
4352         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
4353                 updated and renamed logo/icon files and related
4354                 logo by Jesper Schultz
4355
4356 2006-07-11 [paul]       2.3.1cvs79
4357
4358         * src/main.c
4359                 fix the labels a smidgin
4360
4361 2006-07-09 [colin]      2.3.1cvs78
4362
4363         * src/textview.c
4364                 Show errors in textviewer's command
4365                 Patch by H. Merijn Brand
4366
4367 2006-07-09 [colin]      2.3.1cvs77
4368
4369         * src/compose.c
4370                 Save FMID in drafts too
4371
4372 2006-07-08 [colin]      2.3.1cvs76
4373
4374         * src/compose.c
4375                 Svae RMID in drafted mails too
4376                 Save quote_fmt vars for whole mails,
4377                 don't reset at each quote_fmt_init:
4378                 allows to use the same |i{var} in
4379                 various template fields
4380         * src/prefs_template.c
4381         * src/quote_fmt.h
4382         * src/quote_fmt_parse.y
4383                 Same
4384
4385 2006-07-08 [colin]      2.3.1cvs75
4386
4387         * src/textview.c
4388                 Fix highlighting of attached parts URIs
4389
4390 2006-07-08 [colin]      2.3.1cvs74
4391
4392         * src/main.c
4393                 Prevent bug #981 (sc 2.3.1 segfaults with 
4394                 gtk+ 2.10) from being reported again:
4395                 if Sylpheed-Claws has been compiled against
4396                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
4397                 of if Sylpheed-Claws has been compiled against
4398                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
4399                 error out.
4400
4401 2006-07-07 [colin]      2.3.1cvs73
4402
4403         * src/prefs_actions.c
4404                 Fix label
4405
4406 2006-07-07 [colin]      2.3.1cvs72
4407
4408         * src/prefs_actions.c
4409                 Fix compile on gtk < 2.8. argh :)
4410
4411 2006-07-07 [paul]       2.3.1cvs71
4412
4413         * src/common/defs.h
4414                 update DONATE_URI
4415
4416 2006-07-07 [colin]      2.3.1cvs70
4417
4418         * po/POTFILES.in
4419         * src/quote_fmt.c
4420         * src/quote_fmt_lex.l
4421         * src/quote_fmt_parse.y
4422                 Add |i{var}, a way to insert user-entered
4423                 text in a template
4424
4425 2006-07-07 [colin]
4426
4427         * 2.4.0-rc3 released
4428
4429 2006-07-07 [colin]      2.3.1cvs69
4430
4431         * src/folder.c
4432                 Don't consider inboxes of UNKNOWN folder 
4433                 classes to be useable as default inboxes
4434
4435 2006-07-07 [paul]       2.3.1cvs68
4436
4437         * src/textview.c
4438                 add missing #include <errno.h>
4439                 Thanks to René J. Blokland
4440
4441 2006-07-07 [paul]       2.3.1cvs67
4442
4443         * src/action.c
4444                 Return now Closes dialog
4445         * src/mimeview.c
4446         * src/mimeview.h
4447         * src/textview.c
4448                 add contextual menu to mime parts listed
4449                 in the textview
4450                 Thanks to Colin
4451         * src/common/utils.c
4452                 reversal: ' is a valid character in URLs
4453
4454 2006-07-06 [colin]      2.3.1cvs66
4455
4456         * src/remotefolder.h
4457                 Forgotten in previous commit
4458
4459 2006-07-06 [colin]      2.3.1cvs65
4460
4461         * src/folder.c
4462                 Set summary update flag whenever
4463                 totals changed
4464         * src/imap.c
4465         * src/prefs_account.c
4466         * src/common/utils.h
4467         * src/etpan/imap-thread.c
4468                 Fix warnings, thanks to Fabien and
4469                 Ricardo
4470
4471 2006-07-06 [wwp]        2.3.1cvs64
4472
4473         * src/gtk/gtkutils.c
4474                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
4475
4476 2006-07-06 [wwp]        2.3.1cvs63
4477
4478         * src/account.c
4479         * src/addressbook.c
4480         * src/addressitem.h
4481         * src/folderview.c
4482         * src/mainwindow.c
4483         * src/manual.c
4484         * src/manual.h
4485         * src/message_search.c
4486         * src/prefs_actions.c
4487         * src/prefs_filtering.c
4488         * src/prefs_filtering.h
4489         * src/prefs_template.c
4490         * src/summary_search.c
4491         * src/summaryview.c
4492         * src/gtk/gtkutils.c
4493         * src/gtk/gtkutils.h
4494         * src/gtk/pluginwindow.c
4495                 add help buttons to some dialogs. Clicking such buttons opens a
4496                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
4497
4498 2006-07-06 [paul]       2.3.1cvs62
4499
4500         * src/textview.c
4501                 fix attachments contextual menu
4502                 Thanks to Colin
4503
4504 2006-07-05 [colin]      2.3.1cvs61
4505
4506         * src/textview.c
4507         * src/compose.c
4508                 Handle sftp:// links
4509
4510 2006-07-05 [paul]       2.3.1cvs60
4511
4512         * src/gtk/filesel.c
4513                 grab save button by default
4514                 Thanks to Colin
4515
4516 2006-07-05 [wwp]        2.3.1cvs59
4517
4518         * manual/xml2pdf
4519                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
4520
4521 2006-07-04 [colin]      2.3.1cvs58
4522
4523         * src/mimeview.c
4524         * src/textview.c
4525                 Use left click to select, middle click to open
4526                 on mimeparts links
4527         * src/common/utils.c
4528                 Fix segfault
4529
4530 2006-07-04 [colin]      2.3.1cvs57
4531
4532         * src/mainwindow.c
4533         * src/news.c
4534                 Warning fixes, thanks to Fabien
4535
4536 2006-07-04 [colin]      2.3.1cvs56
4537
4538         * src/mimeview.c
4539         * src/mimeview.h
4540         * src/textview.c
4541                 Allow parts to be selected via their text label
4542                 in textview
4543
4544 2006-07-04 [colin]      2.3.1cvs55
4545
4546         * src/folderview.c
4547                 Feedback when closing (for big folders)
4548         * src/prefs_actions.c
4549         * src/prefs_filtering.c
4550         * src/prefs_matcher.c
4551         * src/prefs_template.c
4552                 Fix default button when closing without
4553                 having saved
4554
4555 2006-07-04 [colin]      2.3.1cvs54
4556
4557         * src/news.c
4558                 Delete local file on deletion
4559
4560 2006-07-03 [colin]      2.3.1cvs53
4561
4562         * src/folderview.c
4563         * src/main.c
4564                 Don't freeze when rescanning after crash
4565
4566 2006-07-03 [wwp]        2.3.1cvs52
4567
4568         * src/compose.c
4569         * src/privacy.c
4570         * src/privacy.h
4571         * src/plugins/pgpinline/pgpinline.c
4572         * src/plugins/pgpmime/pgpmime.c
4573                 don't report an error when the user cancels the passphrase dialog.
4574
4575 2006-07-02 [colin]      2.3.1cvs51
4576
4577         * src/folderview.c
4578                 Open message when crossing folders with Space,
4579                 goto next unread and friends
4580
4581 2006-07-01 [colin]      2.3.1cvs50
4582
4583         * src/prefs_account.c
4584                 Typographic rules varying from language
4585                 to language (in french "Protocole :"),
4586                 we have to do that :)
4587
4588 2006-07-01 [ticho]      2.3.1cvs49
4589
4590         * src/prefs_account.c
4591                 Only use one temporary gchar* variable in
4592                 prefs_account_protocol_set_optmenu().
4593
4594 2006-07-01 [ticho]      2.3.1cvs48
4595
4596         * src/prefs_account.c
4597         * src/prefs_account.h
4598                 Use GtkLabel for existing account protocol name.
4599                 Created an array for protocol names and populate the
4600                 combobox from it in a for() cycle.
4601
4602 2006-06-30 [colin]      2.3.1cvs47
4603
4604         * src/compose.c
4605                 Block undo when changing signature (by changing
4606                 account)
4607
4608 2006-06-30 [paul]       2.3.1cvs46
4609
4610         * src/send_message.c
4611                 when editing From in the Compose window, use that address
4612                 in the Return-Path: header
4613                 Thanks to Colin
4614
4615 2006-06-30 [colin]      2.3.1cvs45
4616
4617         * src/compose.c
4618                 Fix signature replacement:
4619                 - when no newline before separator
4620                 - when reediting
4621
4622 2006-06-29 [colin]      2.3.1cvs44
4623
4624         * src/folderview.c
4625         * src/folderview.h
4626         * src/mainwindow.c
4627         * src/summaryview.c
4628                 Let 'View/Go to/Next marked' work like
4629                 Next new & Next unread: across folders
4630                 Change the select_on_entry pref to do
4631                 what we want when changing folder
4632         * src/common/utils.c
4633                 Fix single-quoted links 
4634
4635 2006-06-29 [colin]      2.3.1cvs43
4636
4637         * src/gtk/gtkaspell.c
4638                 "Sylpheed" and "Sylpheed-Claws" do exist !
4639
4640 2006-06-29 [colin]      2.3.1cvs42
4641
4642         * src/imap.c
4643                 Forgot to remove debug
4644
4645 2006-06-29 [colin]      2.3.1cvs41
4646
4647         * src/imap.c
4648         * src/imap.h
4649         * src/mainwindow.c
4650                 Disconnect from IMAP servers when going
4651                 offline. Fixes bug #978 (going to offline-mode 
4652                 won't close connections)
4653
4654 2006-06-29 [colin]      2.3.1cvs40
4655
4656         * src/main.c
4657                 Fix transient setting on failing plugins
4658                 Patch by Fabien
4659         * src/plugins/pgpcore/sgpgme.c
4660                 Only warn for OpenPGP. Most people don't
4661                 have CMS available.
4662
4663 2006-06-29 [colin]      2.3.1cvs39
4664
4665         * src/compose.c
4666                 Fix Spelling menu (discrepancy between context menu
4667                 and top menu when folder's dictionary isn't the 
4668                 default one)
4669         * src/plugins/pgpcore/sgpgme.c
4670                 More error reporting about why gpgme can fail
4671
4672 2006-06-29 [wwp]        2.3.1cvs38
4673
4674         * src/mainwindow.c
4675                 honor the display-header-pane setting even when the message view
4676                 is a separate window.
4677
4678 2006-06-29 [wwp]        2.3.1cvs37
4679
4680         * src/prefs_actions.c
4681                 forgot to commit that one (use of GTK_STOCK_INFO).
4682
4683 2006-06-29 [colin]      2.3.1cvs36
4684
4685         * src/imap.c
4686                 Better handling of login errors (ask the password
4687                 again once), alert in case of error. Fix three
4688                 signedness warnings.
4689
4690 2006-06-28 [wwp]        2.3.1cvs35
4691
4692         * src/prefs_template.c
4693         * src/prefs_matcher.c
4694         * src/prefs_filtering_action.c
4695         * src/prefs_quote.c
4696                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
4697                 patch by Fabien Vantard, slightly modified.
4698
4699 2006-06-28 [paul]
4700
4701         2.4.0-rc2 released
4702
4703 2006-06-28 [colin]      2.3.1cvs34
4704
4705         * src/prefs_account.c
4706                 Fix bug #977 (Can't add or edit imap accounts)
4707
4708 2006-06-28 [colin]      2.3.1cvs33
4709
4710         * src/mimeview.c
4711                 Fix previous
4712
4713 2006-06-28 [colin]      2.3.1cvs32
4714
4715         * src/mimeview.c
4716                 Save named inlined attachments with "Save all"
4717         * src/main.c
4718         * src/mbox.c
4719         * src/common/plugin.c
4720         * src/common/plugin.h
4721         * src/common/sylpheed.c
4722         * src/common/utils.c
4723         * src/plugins/pgpcore/sylpheed.def
4724         * src/plugins/pgpinline/sylpheed.def
4725         * src/plugins/pgpmime/sylpheed.def
4726                 Win32 compatibility patch, by
4727                 Werner Koch
4728
4729 2006-06-28 [wwp]        2.3.1cvs31
4730
4731         * src/imap.c
4732         * src/prefs_folder_item.c
4733                 less compilation warnings (thanks to Fabien Vantard), less typos.
4734
4735 2006-06-28 [paul]       2.3.1cvs30
4736
4737         * src/gtk/gtkutils.c
4738                 gtk_combo_box_set_focus_on_click() is only
4739                 available since gtk 2.6.0
4740
4741 2006-06-28 [paul]       2.3.1cvs29
4742
4743         * src/prefs_ext_prog.c
4744                 fix engrish and add a tooltip for the
4745                 'command for 'Display as text' option
4746
4747 2006-06-28 [paul]
4748
4749         2.4.0-rc1 released
4750
4751 2006-06-28 [paul]       2.3.1cvs28
4752
4753         * ChangeLog
4754         * tools/Makefile.am
4755                 include textviewer.pl in releases
4756
4757 2006-06-28 [paul]       2.3.1cvs27
4758
4759         * src/prefs_ext_prog.c
4760                 hide Print command option if libgnomeprint
4761                 support is present
4762
4763 2006-06-27 [colin]      2.3.1cvs26
4764
4765         * src/compose.c
4766                 Fix Esc handling in insert/attach dialog
4767                 Don't show this dialog if dragging something
4768                 else than text/uri-list
4769                 Thanks to Fabien Vantard
4770         * tools/textviewer.pl
4771                 Filter script to display stuff as text
4772                 by H. Merijn Brand
4773
4774 2006-06-27 [wwp]        2.3.1cvs25
4775
4776         * src/messageview.c
4777                 use the exact product name (message view title), patch
4778                 by Fabien Vantard.
4779
4780 2006-06-27 [ticho]      2.3.1cvs24
4781
4782         * src/prefs_account.c
4783         * src/prefs_common.c
4784         * src/prefs_common.h
4785         * src/prefs_ext_prog.c
4786         * src/textview.c
4787                 Add a preference (Preferences/External programs)
4788                 to allow "Display as text" to be done via a script
4789                 (patch by H.Merijn Brand).
4790                 Use GtkComboBox for protocol selection in account
4791                 preferences.
4792                 Only include current choice for existing accounts, and
4793                 insensitivize the combobox.
4794
4795 2006-06-27 [paul]       2.3.1cvs23
4796
4797         * src/mbox.c
4798                 fix crasher introduced in cvs21.
4799                 Thanks to Colin
4800
4801 2006-06-26 [colin]      2.3.1cvs22
4802
4803         * src/mbox.c
4804                 Fix double-frees when leaving folders
4805                 after exporting to mbox
4806
4807 2006-06-26 [colin]      2.3.1cvs21
4808
4809         * src/mbox.c
4810                 More feedback (and optimisation)
4811                 on import/export
4812         * src/common/utils.c
4813                 Fix case when looking for mail addresses
4814         * src/gtk/gtkutils.c
4815                 Extra check for (X-)Face
4816
4817 2006-06-25 [ticho]      2.3.1cvs20
4818
4819         * src/compose.c
4820         * src/exphtmldlg.c
4821         * src/gtk/gtkutils.c
4822         * src/gtk/gtkutils.h
4823                 Added second argument to gtkut_sc_combobox_create() to
4824                 control focus-on-click for the widget.
4825                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
4826
4827 2006-06-25 [ticho]      2.3.1cvs19
4828
4829         * src/compose.c
4830         * src/gtk/Makefile.am
4831         * src/gtk/combobox.c
4832         * src/gtk/combobox.h
4833         * src/gtk/gtkutils.c
4834         * src/gtk/gtkutils.h
4835                 Use GtkComboBox instead of deprecated GtkOptionMenu
4836                 for account selector in compose window and for encoding
4837                 selector in attachment properties.
4838                 Also factorise working with the new GtkComboBox somewhat.
4839
4840 2006-06-24 [paul]       2.3.1cvs18
4841
4842         * src/prefs_common.c
4843                 use the correct default value
4844
4845 2006-06-24 [paul]       2.3.1cvs17
4846
4847         * src/compose.c
4848         * src/prefs_common.c
4849         * src/prefs_common.h
4850         * src/prefs_compose_writing.c
4851                 enable setting of default action when
4852                 dnd'ing files in the compose window.
4853                 (Collaborative effort with wwp)
4854
4855 2006-06-23 [wwp]        2.3.1cvs16
4856
4857         * src/compose.c
4858                 i18n fix (thanks to Fabien Vantard)
4859
4860 2006-06-22 [colin]      2.3.1cvs15
4861
4862         * src/prefs_customheader.c
4863                 Don't use filters in custom headers' file 
4864                 selector. Remember, extensions mean nothing :)
4865
4866 2006-06-22 [paul]       2.3.1cvs14
4867
4868         * configure.ac
4869                 allow setting of man directory location
4870
4871 2006-06-22 [colin]      2.3.1cvs13
4872
4873         * src/mainwindow.c
4874                 Add 'View/Go to/Next unread folder'.
4875                 I missed that :)
4876
4877 2006-06-22 [colin]      2.3.1cvs12
4878
4879         * src/common/utils.c
4880                 Add some subject prefixes
4881                 Patch by Bjorn T Johansen <btj@havleik.no>
4882
4883 2006-06-22 [colin]      2.3.1cvs11
4884
4885         * manual/advanced.xml
4886                 Forgotten hidden pref
4887
4888 2006-06-21 [paul]       2.3.1cvs10
4889
4890         * src/prefs_account.c
4891                 complete the removal of 'Add date header' option
4892
4893 2006-06-21 [paul]       2.3.1cvs9
4894
4895         * src/account.c
4896         * src/compose.c
4897         * src/prefs_account.c
4898         * src/prefs_account.h
4899                 remove option to add date header - always
4900                 add date header
4901         * src/etpan/imap-thread.c
4902                 fix warnings (Thanks to Colin)
4903
4904 2006-06-21 [wwp]        2.3.1cvs8
4905
4906         * src/folder.c
4907                 set the attachment flag when inline text part are (file)named. This is more convenient
4908                 when receiving (for instance) inline source files or patches sent using thunderbird.
4909
4910 2006-06-21 [paul]       2.3.1cvs7
4911
4912         * src/inc.c
4913                 fix off-by-one count of current msg in
4914                 statusbar filtering progressbar
4915
4916 2006-06-21 [paul]       2.3.1cvs6
4917
4918         * src/folder.c
4919                 Show attachment icon even if the part is 'inline'
4920                 if the following conditions are met:
4921                 - content-type != 'text/plain'
4922                 - content-type != '*/pgp-signature'
4923                 - either 'name' or 'filename' parameter is not NULL
4924                 
4925                 Thanks to Colin
4926
4927 2006-06-21 [paul]       2.3.1cvs5
4928
4929         * src/messageview.c
4930         * src/prefs_common.c
4931         * src/prefs_common.h
4932         * src/prefs_other.c
4933                 add an option to 'Never send Return
4934                 Receipts'
4935                 Thanks to Colin
4936
4937 2006-06-20 [mones]      2.3.1cvs4
4938
4939         * po/es.po
4940                 updated
4941         * src/compose.c
4942                 typo fixed (space after comma)
4943         * tools/make.themes.project
4944                 remove exec mode from tarball files
4945
4946 2006-06-20 [colin]      2.3.1cvs3
4947
4948         * src/news.c
4949         * src/procheader.c
4950         * src/unmime.c
4951                 Better fix for \n's in headers (don't 
4952                 break Received: and others)
4953
4954 2006-06-20 [paul]       2.3.1cvs2
4955
4956         * src/alertpanel.c
4957         * src/textview.c
4958                 improve legibility of phishing attempt
4959                 dialog
4960
4961 2006-06-20 [paul]       2.3.1cvs1
4962
4963         * NEWS
4964         * README
4965         * configure.ac
4966                 Update version number following
4967                 stable release
4968
4969 2006-06-20 [colin]      2.3.0cvs26
4970
4971         * src/compose.c
4972                 When dragging a file to the text of the compose
4973                 window, ask whether we want to insert or attach
4974                 (I know lots of people who do that to attach)
4975
4976 2006-06-20 [colin]      2.3.0cvs25
4977
4978         * src/etpan/imap-thread.c
4979                 Fix threshold (the append command is often > 32 bytes)
4980
4981 2006-06-19 [colin]      2.3.0cvs24
4982
4983         * src/imap.c
4984         * src/etpan/imap-thread.c
4985                 Workaround Rockliffe IMAP server bug: replace
4986                 "x UID SEARCH (ANSWERED UID 1:*)" with
4987                 "x UID SEARCH ANSWERED"
4988                 (Rockliffe doesn't handle the parenthesis)
4989
4990 2006-06-19 [colin]      2.3.0cvs23
4991
4992         * src/compose.c
4993         * src/imap.c
4994         * src/etpan/imap-thread.c
4995                 Probably fix bug #972 (Freezes when adding 
4996                 an attachment to the message)
4997         * src/common/defs.h
4998                 Modernize Firefox cmd
4999
5000
5001 2006-06-18 [colin]      2.3.0cvs22
5002
5003         * src/prefs_customheader.c
5004                 Only allow correct filenames for various
5005                 custom headers
5006
5007 2006-06-18 [colin]      2.3.0cvs21
5008
5009         * src/prefs_customheader.c
5010                 Add a 'From File...' button in custom headers prefs, which
5011                 try to do the right thing: 
5012                 for normal headers, use file as plaintext,
5013                 for X-Face, calls compface,
5014                 for Face, encode to b64.
5015
5016 2006-06-17 [colin]      2.3.0cvs20
5017
5018         * src/mh.c
5019                 Warning fix
5020
5021 2006-06-16 [colin]      2.3.0cvs19
5022
5023         * src/summaryview.c
5024                 Recursive quicksearch: show message list
5025                 in current folder, *then* search children
5026                 in the background.
5027
5028 2006-06-16 [colin]      2.3.0cvs18
5029
5030         * src/main.c
5031                 Instead of ignoring SIGPIPE, save caches
5032                 when getting one. Will fix the fact that
5033                 hot caches are out-of-date when logging 
5034                 out of Xorg.
5035         * src/compose.c
5036         * src/prefs_compose_writing.c
5037                 Only save text (not attachments) when 
5038                 auto-saving to drafts
5039         * src/unmime.c
5040                 Always replace \n, \r and \t with spaces
5041                 in headers
5042         * manual/dist/html/Makefile.am
5043         * manual/dist/pdf/Makefile.am
5044         * manual/dist/ps/Makefile.am
5045         * manual/dist/txt/Makefile.am
5046         * manual/fr/dist/html/Makefile.am
5047         * manual/fr/dist/pdf/Makefile.am
5048         * manual/fr/dist/ps/Makefile.am
5049         * manual/fr/dist/txt/Makefile.am
5050         * manual/pl/dist/html/Makefile.am
5051         * manual/pl/dist/pdf/Makefile.am
5052         * manual/pl/dist/ps/Makefile.am
5053         * manual/pl/dist/txt/Makefile.am
5054                 Fix make clean removing pregenerated manuals
5055
5056
5057 2006-06-16 [colin]      2.3.0cvs17
5058
5059         * src/plugins/pgpcore/sgpgme.c
5060         * src/plugins/pgpmime/pgpmime.c
5061         * src/plugins/pgpinline/pgpinline.c
5062                 Better error reporting in setup_signers.
5063                 Don't fallback to default key if specified
5064                 key isn't found.
5065                 Don't allow signing if more than one secret
5066                 key matches the one specified in prefs.
5067
5068 2006-06-15 [colin]      2.3.0cvs16
5069
5070         * src/folderview.c
5071                 Add "Send queue" in the folder's contextual
5072                 menu
5073         * src/compose.c
5074         * src/messageview.c
5075         * src/privacy.c
5076         * src/privacy.h
5077         * src/procmime.c
5078         * src/procmsg.c
5079         * src/plugins/pgpcore/passphrase.c
5080         * src/plugins/pgpcore/sgpgme.c
5081         * src/plugins/pgpinline/pgpinline.c
5082         * src/plugins/pgpmime/pgpmime.c
5083                 Better error reporting
5084         * src/mbox.c
5085                 Probably fix bug #971 (2.2.3 cannot read mail 
5086                 from local mbox)
5087
5088
5089 2006-06-15 [mones]      2.3.0cvs15
5090
5091         * tools/make.themes.project
5092                 creates the themes project from the web page
5093
5094 2006-06-15 [colin]      2.3.0cvs14
5095
5096         * src/folder.c
5097                 Better fix (avoid losing the folder if scan_tree 
5098                 fails)
5099
5100 2006-06-15 [cleroy]     2.3.0cvs13
5101
5102         * src/folder.c
5103                 Probably fix Bug #969 (crash on rebuilding 
5104                 imap folder)
5105
5106 2006-06-14 [colin]      2.3.0cvs12
5107
5108         * manual/dtd/manual.xsl
5109         * manual/sylpheed-claws-manual.xml
5110         * manual/fr/sylpheed-claws-manual.xml
5111         * manual/pl/sylpheed-claws-manual.xml
5112                 Insert pagebreaks between sections
5113
5114 2006-06-14 [paul]       2.3.0cvs11
5115
5116         * configure.ac
5117                 better fix than 2.3.0cvs10
5118
5119 2006-06-14 [paul]       2.3.0cvs10
5120
5121         * configure.ac
5122                 fix setting of PACKAGE_DATA_DIR with newer autoconf
5123                 (backwards compatible)
5124
5125 2006-06-13 [colin]      2.3.0cvs9
5126
5127         * src/messageview.c
5128                 Fix sending of return receipt with the new queue folders
5129
5130 2006-06-13 [wwp]        2.3.0cvs8
5131
5132         * src/quote_fmt_lex.l
5133                 fix wrong tokens returned in quote_fmt lexer, query not().
5134
5135 2006-06-13 [wwp]        2.3.0cvs7
5136
5137         * src/folder.c
5138         * src/prefs_folder_item.c
5139                 allow changing folder type even when folder is not a top-level one,
5140                 thanks to Colin.
5141
5142 2006-06-12 [colin]      2.3.0cvs6
5143
5144         * src/folderview.c
5145                 Fix double-ask of "Do you want to mark all
5146                 as read"
5147
5148 2006-06-12 [colin]      2.3.0cvs5
5149
5150         * src/compose.c
5151         * src/compose.h
5152         * src/folder.c
5153         * src/folder.h
5154         * src/imap.c
5155         * src/inc.c
5156         * src/main.c
5157         * src/messageview.c
5158         * src/mh.c
5159         * src/prefs_folder_item.c
5160         * src/procheader.c
5161         * src/procmime.c
5162         * src/procmsg.c
5163         * src/procmsg.h
5164         * src/send_message.c
5165         * src/summaryview.c
5166         * src/toolbar.c
5167                 Apply bug #964's patch (Queue and drafts aren't normal)
5168                 The Drafts and Queue folder now contain RFC-822 files,
5169                 allowing to move and copy mails from and to these 
5170                 folders. Moving from Drafts to Queue will prepare the
5171                 mail for sending (PGP signature, encryption, etc).
5172                 This patch also rework sending errors handling to try
5173                 to be more helpful.
5174                 Also, allow redefining folder types via the GUI 
5175                 (Folder type in its Properties)
5176
5177 2006-06-12 [colin]      2.3.0cvs4
5178
5179         * src/summaryview.c
5180         * src/prefs_common.c
5181         * src/prefs_common.h
5182         * src/gedit-print.c
5183                 Allow to define a specific print font - patch
5184                 by Bernhard Walle <bernhard.walle@gmx.de>
5185         * src/prefs_fonts.c
5186         * manual/advanced.xml
5187         * manual/fr/advanced.xml
5188                 Add a hidden pref to allow deletion without
5189                 confirmation
5190
5191 2006-06-12 [wwp]        2.3.0cvs3
5192
5193         * .cvsignore
5194                 more files to ignore.
5195
5196 2006-06-12 [wwp]        2.3.0cvs2
5197
5198         * src/quote_fmt.c
5199         * src/quote_fmt_lex.l
5200         * src/quote_fmt_parse.y
5201                 extend the quote_fmt parser (templates and quotes):
5202                 - allow limited sub-expressions in |p{} and |f{} expressions,
5203                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
5204                 - implemented/fixed missing implementation of query_references and show_references,
5205                 - completed, fixed contents and format of the symbols help dialog,
5206                 - fix some compilation warnings.
5207
5208 2006-06-12 [wwp]        2.3.0cvs1
5209
5210         * manual/advanced.xml
5211         * manual/fr/advanced.xml
5212                 updates in the "templates" section of the manual (eng/fr):
5213                  - be more precise (both versions)
5214                  - completed to match the english reference (fr version)
5215                  - touchups (both versions)
5216
5217 2006-06-12 [paul]       2.3.0
5218
5219         2.3.0 released
5220
5221 2006-06-12 [paul]       2.2.3cvs14
5222
5223         * po/ca.po
5224         * po/cs.po
5225         * po/de.po
5226         * po/el.po
5227         * po/fr.po
5228         * po/it.po
5229         * po/pt_BR.po
5230         * po/sr.po
5231         * po/zh_CN.po
5232                 updated by Miquel Oliete, Tim, Stephan Sachse,
5233                 Stavros Giannouris, Fabien Vantard, Andrea
5234                 Spadaccini, Frederico Goncalves Guimaraes,
5235                 Aleksandar Urosevic, and Ralgh Young
5236
5237 2006-06-12 [colin]      2.2.3cvs13
5238
5239         * src/mbox.c
5240                 Add missing header
5241
5242 2006-06-11 [colin]      2.2.3cvs12
5243
5244         * src/msgcache.c
5245                 Verify that g_malloc() succeeded
5246
5247 2006-06-11 [colin]      2.2.3cvs11
5248
5249         * src/wizard.c
5250                 Add Face header to welcome mail
5251
5252 2006-06-10 [colin]      2.2.3cvs10
5253
5254         * src/textview.c
5255                 Revert previous (Forgot it changes the
5256                 margin on the whole mail)
5257
5258 2006-06-10 [colin]      2.2.3cvs9
5259
5260         * src/textview.c
5261                 Don't overlap long headers under (X-)Face
5262
5263 2006-06-10 [mones]      2.2.3cvs8
5264
5265         * manual/xml2pdf
5266                 allow generation of manual on systems lacking saxon binary
5267                 but with java and the saxon library installed
5268
5269         * po/es.po
5270                 updated for release
5271
5272 2006-06-09 [colin]      2.2.3cvs7
5273
5274         * src/summaryview.c
5275                 Fix leak when using Display Sender using Addressbook
5276
5277 2006-06-09 [colin]      2.2.3cvs6
5278
5279         * src/compose.c
5280         * src/folder.c
5281         * src/folderview.c
5282         * src/mimeview.c
5283         * src/summaryview.c
5284                 More leaks fixes
5285
5286 2006-06-09 [paul]       2.2.3cvs5
5287
5288         * AUTHORS
5289         * src/gtk/authors.h
5290         * tools/claws.i18n.status.pl
5291                 updated with new info
5292
5293 2006-06-09 [paul]       2.2.3cvs4
5294
5295         * README
5296                 updated
5297         * manual/ack.xml
5298                 add wwp to authors list
5299         * src/gtk/authors.h
5300                 update mine and Colin's addresses
5301
5302 2006-06-08 [colin]      2.2.3cvs3
5303
5304         * src/etpan/imap-thread.c
5305                 Fix leak on SSL cert check
5306
5307 2006-06-08 [colin]      2.2.3cvs2
5308
5309         * src/common/utils.c
5310                 Fix leak
5311
5312 2006-06-08 [paul]       2.2.3cvs1
5313
5314         * configure.ac
5315                 Update version number following
5316                 stable release
5317
5318 2006-06-07 [colin]      2.2.2cvs3
5319
5320         * src/msgcache.c
5321                 Fix catching cache read errors (guint instead of gint)
5322                 Prevent malloc'ing more than 8MB (means cache corruption)
5323
5324 2006-06-07 [paul]       2.2.2cvs2
5325
5326         * src/exporthtml.c
5327         * src/exportldif.c
5328         * src/mh.c
5329         * src/mutt.c
5330         * src/pine.c
5331         * src/common/utils.c
5332                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
5333                 obey $HOME'
5334                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
5335                 Thanks to Colin
5336
5337 2006-06-06 [paul]       2.2.2cvs1
5338
5339         * configure.ac
5340                 Update version number following
5341                 stable release
5342
5343 2006-06-06 [paul]       2.2.1cvs6
5344
5345         * src/matcher.c
5346                 fix  implicit declaration of
5347                 sylpheed_do_idle()
5348                 Patch by Fabien Vantard
5349
5350 2006-06-06 [paul]       2.2.1cvs5
5351
5352         * src/matcher.c
5353                 fix age_greater and age_lower so that they
5354                 mean what say and not '...or equal to'
5355                 Thanks to Colin
5356
5357 2006-06-06 [paul]       2.2.1cvs4
5358
5359         * src/textview.c
5360         * src/common/utils.c
5361                 fix URI check
5362                 Thanks to Colin
5363
5364 2006-06-05 [wwp]        2.2.1cvs3
5365
5366         * manual/fr/account.xml
5367                 minor language fixes (thanks to Fabien Vantard).
5368
5369 2006-06-05 [colin]      2.2.1cvs2
5370
5371         * src/prefs_folder_item.c
5372         * src/folderview.c
5373                 Allow recursive setting of properties 
5374                 for whole mailboxes
5375         * src/matcher.c
5376                 Don't freeze on 'test' filtering rule
5377
5378 2006-06-05 [colin]      2.2.1cvs1
5379
5380         * configure.ac
5381                 Update version number following
5382                 stable release
5383
5384 2006-06-04 [wwp]        2.2.0cvs82
5385
5386         * manual/glossary.xml
5387         * manual/account.xml
5388         * manual/fr/glossary.xml
5389         * manual/fr/account.xml
5390                 added glossary section and references/links related to the Face custom header.
5391
5392 2006-06-04 [colin]      2.2.0cvs81
5393
5394         * src/summaryview.c
5395                 Skip to next message on move with no
5396                 immediate execution
5397
5398 2006-06-04 [wwp]        2.2.0cvs80
5399
5400         * manual/xml2pdf
5401                 added sanity checks, exit when needed.
5402
5403 2006-06-03 [paul]       2.2.0cvs79
5404
5405         * src/prefs_receive.c
5406                 page name is now 'Receiving'
5407         * src/prefs_send.c
5408                 page name is now 'Sending'
5409
5410 2006-06-03 [colin]      2.2.0cvs78
5411
5412         * src/plugins/spamassassin/spamassassin_gtk.c
5413                 Autoswitch to Localhost if transport was previously
5414                 disabled. Else people had to check [] Enable, then
5415                 *reselect* transport.
5416
5417 2006-06-03 [colin]      2.2.0cvs77
5418
5419         * src/plugins/pgpinline/pgpinline.c
5420         * src/plugins/pgpmime/pgpmime.c
5421                 Check that gpg_data_release_and_get_mem 
5422                 didn't fail (now, why this happens...)
5423
5424 2006-06-03 [colin]      2.2.0cvs76
5425
5426         * src/mbox.c
5427                 Fix bug #962 (Manual and/or UI should 
5428                 warn about incompatible locking 
5429                 causing dataloss)
5430
5431 2006-06-02 [cleroy]     2.2.0cvs75
5432
5433         * src/filtering.c
5434         * src/folder.c
5435         * src/procmsg.c
5436         * src/summaryview.c
5437                 Fix a few leaks
5438
5439 2006-06-02 [colin]      2.2.0cvs74
5440
5441         * src/main.c
5442                 On exit, free caches after writing them
5443                 Shuts up some valgrind false positives
5444         * src/procmsg.c
5445         * src/send_message.c
5446                 Fix races when reusing existing SMTP connections
5447                 Fix inexistant session timeout
5448         * src/toolbar.c
5449                 Display alertpanel after all queues have
5450                 been processed, not after each
5451
5452 2006-06-02 [wwp]        2.2.0cvs73
5453
5454         * manual/fr/glossary.xml
5455         * manual/fr/ack.xml
5456         * manual/ack.xml
5457                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
5458
5459 2006-06-02 [wwp]        2.2.0cvs72
5460
5461         * manual/xml2pdf
5462         * manual/dist/pdf/Makefile.am
5463         * manual/dtd/manual.xsl
5464         * manual/fr/dist/pdf/Makefile.am
5465         * manual/pl/dist/pdf/Makefile.am
5466                 we changed the procedure to generate the .pdf version of the manual.
5467                 The procedure is more modern and the .pdf we get now has a valid index.
5468                 Here are the new pre-requisites:
5469
5470                 - JRE 1.x (1.4 here): there must be one from your distro
5471                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
5472                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
5473                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
5474
5475                 See my posts for further info about the installation of this toolchain:
5476
5477                 Date: Fri, 19 May 2006 19:40:06 +0200
5478                 From: wwp <subscript@free.fr>
5479                 To: sylpheed-claws-devel@lists.sourceforge.net
5480                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
5481
5482                 and
5483
5484                 Date: Wed, 24 May 2006 12:58:49 +0200
5485                 From: wwp <subscript@free.fr>
5486                 To: sylpheed-claws-devel@lists.sourceforge.net
5487                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
5488
5489 2006-06-01 [colin]      2.2.0cvs71
5490
5491         * src/compose.c
5492                 Better guards against IMAP races
5493         * src/main.c
5494         * src/prefs_common.c
5495         * src/prefs_common.h
5496         * src/common/ssl_certificate.c
5497         * src/etpan/imap-thread.c
5498         * src/etpan/imap-thread.h
5499         * src/gtk/sslcertwindow.c
5500                 New hidden option ssl_skip_cert_check to 
5501                 avoid dups of bug #959 (libetpan linked
5502                 against gnutls and gnutls buggy on 64bit)
5503                 Present expired warning only once per
5504                 session/server.
5505         * manual/advanced.xml
5506         * manual/fr/advanced.xml
5507                 Document new option
5508
5509 2006-06-01 [wwp]        2.2.0cvs70
5510
5511         * src/messageview.c
5512                 fix for bug #961 (return receipt dialog 
5513                 complains incorrectly about return-path 
5514                 email adress being different), thanks 
5515                 to Colin.
5516
5517 2006-05-31 [cleroy]     2.2.0cvs69
5518
5519         * src/common/ssl.c
5520                 Guard against NULLs, although this
5521                 should never be an issue
5522
5523 2006-05-31 [colin]      2.2.0cvs68
5524
5525         * src/filtering.c
5526                 Use g_slist_prepend
5527         * src/imap.c
5528                 Don't remove caches when destroying folder, it
5529                 could (should) be done at exit
5530         * src/inc.c
5531                 free processing cache after incorporation
5532         * src/etpan/imap-thread.c
5533                 Maybe fix bug #959 (Crash on moving to emails 
5534                 to a imap account per ssl with a expired 
5535                 certificate.)
5536
5537 2006-05-30 [colin]      2.2.0cvs67
5538
5539         * src/summaryview.c
5540                 Put back event flush when displaying message
5541                 It avoids reading a bunch of messages just
5542                 by hitting shift-n for too long ;)
5543
5544 2006-05-29 [colin]      2.2.0cvs66
5545
5546         * src/summaryview.c
5547                 Remove useless g_warnings
5548
5549 2006-05-29 [colin]      2.2.0cvs65
5550
5551         * src/imap.c
5552                 Fix g_slist_append()s for performance
5553
5554 2006-05-29 [colin]      2.2.0cvs64
5555
5556         * src/compose.c
5557         * src/common/utils.c
5558                 Fix extraneous tab at start of addresses
5559         * src/mainwindow.c
5560                 Fix warnings (thanks to Fabien)
5561                 Fix crash at exit when composing messages 
5562                 exist
5563         * src/pop.c
5564                 Fix progress bar when deleting expired mails
5565                 Thanks to Hiro
5566         * src/summaryview.c
5567         * src/gtk/gtksctree.c
5568                 Fix re-sorting slowness
5569
5570 2006-05-29 [paul]       2.2.0cvs63
5571
5572         * src/mh.c
5573                 fetch full message when moving mails
5574                 from another mailbox, (fixed data loss
5575                 when filtering from IMAP to MH, introduced
5576                 in 2.2.0cvs57).
5577                 Thanks to Colin
5578
5579 2006-05-29 [mones]      2.2.0cvs62
5580
5581         * src/gtk/gtksctree.c
5582                 Unselect faster (patch by Colin)        
5583
5584 2006-05-26 [colin]      2.2.0cvs61
5585
5586         * src/summaryview.c
5587                 Unplug MSGINFO_UPDATE callback on delete too.
5588
5589 2006-05-26 [colin]      2.2.0cvs60
5590
5591         * src/foldersel.c
5592                 Fix bold in folder selection window with glib2.10
5593                 thanks Hiro
5594
5595 2006-05-26 [colin]      2.2.0cvs59
5596
5597         * src/procheader.c
5598                 Convert date only if necessary (and don't
5599                 try to convert from utf8 to utf8, too)
5600         * src/summaryview.c
5601                 Only set column's text if the column's 
5602                 displayed
5603
5604 2006-05-26 [colin]      2.2.0cvs58
5605
5606         * src/summaryview.c
5607         * src/gtk/gtkutils.c
5608                 Fix useless warning
5609
5610 2006-05-26 [colin]      2.2.0cvs57
5611
5612         * src/mainwindow.c
5613                 Make summaryview selectable as long as 
5614                 no message has focus
5615         * src/mh.c
5616                 Faster deletion (by implementing mh_remove_msgs)
5617                 Faster copy (avoid using mh_fetch_msg just to get
5618                 the filename)
5619                 Faster move (using move_file instead of copy_file
5620                 if MSG_IS_MOVE)
5621                 No progressbar if total number of mails to cp/mv 
5622                 is less than 100
5623         * src/summaryview.c
5624                 Fix removal from subject_table when mail gets moved
5625                 Faster deletion (g_slist_prepend instead of append)
5626         * src/gtk/gtksctree.c
5627                 Remove useless code
5628
5629 2006-05-25 [colin]      2.2.0cvs56
5630
5631         * src/common/ssl_certificate.c
5632                 Fix leak in expired cert check
5633
5634 2006-05-25 [colin]      2.2.0cvs55
5635
5636         * src/mh.c
5637                 Disable flags syncing on .mh_sequences - it
5638                 is buggy and marks mails read under unknown
5639                 conditions.
5640
5641 2006-05-25 [paul]
5642
5643         * 2.3.0-rc4 released
5644
5645 2006-05-24 [colin]      2.2.0cvs54
5646
5647         attention cvs users: if you manage to crash
5648         Sylpheed-Claws while moving, copying or deleting
5649         mails, we *are* interested in stack traces and
5650         valgrind logs. It looks stable, but one never
5651         knows...
5652
5653         * src/folder.c
5654                 Add progressbar for cache updates
5655         * src/folderutils.c
5656                 Optimize Mark all read in the current
5657                 folder
5658         * src/mh.c
5659                 Add progressbar for copy/move
5660         * src/procmsg.c
5661                 Optimize O(n^2) in copy/move
5662         * src/summaryview.c
5663         * src/gtk/gtksctree.c
5664                 Optimize O(n^2) algos
5665         * src/common/timing.h
5666                 Display ms instead of us
5667
5668 2006-05-24 [wwp]        2.2.0cvs53
5669
5670         * manual/fr/advanced.xml
5671                 updates to the French manual.
5672
5673 2006-05-24 [wwp]        2.2.0cvs52
5674
5675         * src/common/utils.c
5676                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
5677
5678 2006-05-24 [wwp]        2.2.0cvs51
5679
5680         * src/folderutils.c
5681                 fixed "mark all read" in MH folders (thanks to Colin).
5682
5683 2006-05-24 [paul]       2.2.0cvs50
5684
5685         * doc/man/sylpheed-claws.1
5686                 updated the man page
5687
5688 2006-05-23 [colin]      2.2.0cvs49
5689
5690         * src/folderview.c
5691         * src/imap.c
5692         * src/inc.c
5693         * src/mbox.c
5694         * src/messageview.c
5695         * src/news.c
5696         * src/send_message.c
5697         * src/summaryview.c
5698         * src/gtk/sslcertwindow.c
5699                 alertpanel fixes, by Fabien
5700
5701 2006-05-23 [colin]      2.2.0cvs48
5702
5703         * src/folder.c
5704         * src/folderview.c
5705         * src/msgcache.c
5706         * src/summaryview.c
5707         * src/gtk/gtksctree.c
5708         * src/gtk/gtksctree.h
5709                 More timings
5710                 Fix slow loading problem, which was caused by the
5711                 use of some gtk_ctree funcs and their use of
5712                 g_list_position while gtk_ctree_(un)link'ing.
5713                 Reap more functions from gtkctree.c to be sure we
5714                 use our (fast) version instead of theirs.
5715         * src/mh.c
5716                 Fix copy of unread mails
5717
5718
5719 2006-05-22 [wwp]        2.2.0cvs47
5720
5721         * manual/fr/advanced.xml
5722                 updated.
5723
5724 2006-05-22 [colin]      2.2.0cvs46
5725
5726         * src/filtering.c
5727                 Fix possible infinite loop. 'copy' is not a 
5728                 final action, so when encountering a 'copy',
5729                 we have to check if a previous one was set
5730                 and do it. In the same way, if we encounter
5731                 a 'move' we have to perform a possibly 
5732                 pending 'copy'. This will slow down filtering
5733                 on IMAP if move+copy or multiple copy actions
5734                 are to be done, but handling it via the batch
5735                 would be really too convoluted.
5736
5737 2006-05-22 [wwp]        2.2.0cvs45
5738
5739         * manual/fr/advanced.xml
5740         * manual/fr/faq.xml
5741         * manual/fr/glossary.xml
5742         * manual/fr/handling.xml
5743         * manual/fr/intro.xml
5744         * manual/fr/plugins.xml
5745         * manual/fr/sylpheed-claws-manual.xml
5746                 sync w/ the english manual: updates URIs, documented mailing-list
5747                 support, better explanation about the enabled/disabled feature
5748                 in filtering/processing rules by Paul.
5749
5750 2006-05-21 [colin]      2.2.0cvs44
5751
5752         * src/summaryview.c
5753                 Don't expand after building threads, but during
5754
5755 2006-05-21 [colin]      2.2.0cvs43
5756
5757         * src/procmsg.c
5758         * src/summaryview.c
5759                 More timing possibilities... For next time I have 
5760                 to find out how the hell some 3GHz computer takes
5761                 one minute to open a 30k folder...
5762
5763 2006-05-21 [colin]      2.2.0cvs42
5764
5765         * manual/pl/advanced.xml
5766         * manual/pl/faq.xml
5767         * manual/pl/glossary.xml
5768         * manual/pl/handling.xml
5769         * manual/pl/intro.xml
5770         * manual/pl/plugins.xml
5771         * manual/pl/sylpheed-claws-manual.xml
5772                 Polish manual updated by Pawel
5773
5774 2006-05-20 [colin]
5775
5776         * 2.3.0-rc3 released
5777
5778 2006-05-20 [colin]      2.2.0cvs41
5779
5780         * src/imap.c
5781                 Fix -rc2 problems:
5782                 - remove cache of moved messages from original folder
5783                 - apply new flags to messages even if they aren't appliable
5784                   via IMAP.
5785
5786 2006-05-20 [colin]
5787
5788         * 2.3.0-rc2 released
5789
5790 2006-05-19 [colin]      2.2.0cvs40
5791
5792         * src/imap.c
5793                 Don't issue SELECT in imap_change_flags
5794                 before having checked that we indeed have
5795                 some flags to change. MSG_POSTFILTERED for
5796                 example can't be used on IMAP.
5797                 Fixes bug #955 (copying messages between 
5798                 imap folders is extremely slow), which was
5799                 a regression.
5800
5801 2006-05-19 [colin]      2.2.0cvs39
5802
5803         * src/folder.c
5804         * src/folder.h
5805         * src/folderview.c
5806                 Try to fix bug #830 (Some unread messages 
5807                 get marked read in IMAP inbox):
5808                 - Prevent scanning a folder if it's being 
5809                   opened via the GUI
5810                 - Postpone opening via the GUI of a folder
5811                   currently scanned.
5812
5813
5814 2006-05-19 [wwp]        2.2.0cvs38
5815
5816         * manual/advanced.xml
5817                 fix English+typo (thanks to Paul).
5818
5819 2006-05-19 [wwp]        2.2.0cvs37
5820
5821         * manual/advanced.xml
5822         * manual/fr/advanced.xml
5823         * src/gtk/logwindow.c
5824         * src/prefs_common.c
5825         * src/prefs_common.h
5826                 added hidden prefs to allow customization of colors used in
5827                 protocol log window (useful for dark gtk+ themes).
5828
5829 2006-05-19 [wwp]        2.2.0cvs36
5830
5831         * ChangeLog
5832                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
5833
5834 2006-05-19 [paul]       2.2.0cvs35
5835
5836         * src/textview.c
5837                 make Reply-To fully clickable
5838         * src/gtk/logwindow.c
5839                 more colouring (SMTP ESMTP)
5840         Both patches by Pawel Pekala
5841
5842 2006-05-19 [cleroy]     2.2.0cvs34
5843
5844         * src/mh.c
5845                 Don't update flags from current folder
5846                 Probably fixes bug #935 (Read Messages 
5847                 Revert to Being Marked as Unread)
5848
5849 2006-05-18 [colin]      2.2.0cvs33
5850
5851         * src/imap.c
5852                 Warning fix
5853         * src/compose.c
5854         * src/mainwindow.c
5855         * src/summaryview.c
5856         * src/toolbar.c
5857                 Allow replying to multiple emails
5858                 in multiple windows
5859         * src/mimeview.c
5860         * src/etpan/imap-thread.c
5861                 Leak fixes
5862
5863 2006-05-18 [paul]       2.2.0cvs32
5864
5865         * src/summaryview.c
5866                 keep Mailing-List menu refreshed
5867                 Thanks to Colin
5868
5869 2006-05-18 [paul]       2.2.0cvs31
5870
5871         * manual/advanced.xml
5872         * manual/faq.xml
5873         * manual/glossary.xml
5874         * manual/handling.xml
5875         * manual/intro.xml
5876         * manual/plugins.xml
5877         * manual/sylpheed-claws-manual.xml
5878                 update URLs
5879                 add info about mailing-list support
5880                 edit filtering info
5881         * src/wizard.c
5882         * src/common/defs.h
5883         * src/gtk/about.c
5884         * src/plugins/dillo_viewer/README
5885                 update URLs
5886
5887 2006-05-17 [wwp]        2.2.0cvs30
5888
5889         * manual/handling.xml
5890         * manual/fr/handling.xml
5891                 documented the ability to enabled/disable filtering/processing rules.
5892
5893 2006-05-17 [colin]      2.2.0cvs29
5894
5895         * src/main.c
5896                 Don't initialize g_thread subsystem if it's 
5897                 already done (thanks to Hiro)
5898         * src/mimeview.c
5899                 Fix saving of parts when there name can't be
5900                 converted from UTF-8.
5901
5902 2006-05-17 [paul]       2.2.0cvs28
5903
5904         * po/Makefile.in.in
5905                 fix config.status warning with autoconf 2.60
5906
5907 2006-05-17 [paul]       2.2.0cvs27
5908
5909         * po/POTFILES.in
5910                 add src/mbox.c
5911
5912 2006-05-17 [wwp]        2.2.0cvs26
5913
5914         * src/mainwindow.c
5915                 fix useless and potentially dangerous buffer walking (thanks to Colin).
5916
5917 2006-05-17 [wwp]        2.2.0cvs25
5918
5919         * src/plugins/demo/demo.c
5920                 updated product name in plugin demo (many plugins need to be
5921                 sync'ed w/ that change).
5922
5923 2006-05-17 [colin]      2.2.0cvs24
5924
5925         * src/mh.c
5926                 Fix leak
5927
5928 2006-05-16 [colin]      2.2.0cvs23
5929
5930         * src/mainwindow.c
5931                 Stupid me hit again. Fix cvs22.
5932
5933 2006-05-16 [colin]      2.2.0cvs22
5934
5935         * src/mainwindow.c
5936                 Fix bug #922 (sylpheed-claws crashed after 
5937                 pushing on Inbox folder)
5938
5939 2006-05-16 [colin]      2.2.0cvs21
5940
5941         * src/compose.c
5942                 Make From header be copy/paste/select-able
5943
5944 2006-05-16 [wwp]        2.2.0cvs20
5945
5946         * src/export.c
5947         * src/matcher.c
5948         * src/summaryview.c
5949         * src/etpan/imap-thread.c
5950                 fix some compiler warnings (thanks to Colin).
5951
5952 2006-05-16 [wwp]        2.2.0cvs19
5953
5954         * src/action.c
5955         * src/gedit-print.c
5956         * src/inc.c
5957         * src/mainwindow.c
5958         * src/mh.c
5959         * src/statusbar.c
5960         * src/send_message.c
5961         * src/summaryview.c
5962                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
5963
5964 2006-05-15 [colin]      2.2.0cvs18
5965
5966         * src/procmsg.c
5967                 Fix automatic rule creation with List-Post
5968
5969 2006-05-15 [paul]       2.2.0cvs17
5970
5971         * tools/filter_conv_new.pl
5972                 updated for rule enabling/disabling
5973                 claws version >= 2.3.x required
5974
5975 2006-05-15 [cleroy]     2.2.0cvs16
5976
5977         * src/main.c
5978                 Revert test
5979
5980 2006-05-15 [cleroy]     2.2.0cvs15
5981
5982         * src/main.c
5983                 test
5984
5985 2006-05-15 [wwp]        2.2.0cvs14
5986
5987         * manual/pl/.cvsignore
5988                 ignore generated files.
5989
5990 2006-05-14 [wwp]        2.3.0-rc1
5991
5992         * 2.3.0-rc1 released
5993
5994 2006-05-13 [wwp]        2.2.0cvs13
5995
5996         * src/filtering.c
5997         * src/filtering.h
5998         * src/matcher.c
5999         * src/matcher_parser_lex.l
6000         * src/matcher_parser_parse.y
6001         * src/prefs_filtering.c
6002                 new feature: provide the ability to disable filtering and processing
6003                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
6004                 adaptations.
6005
6006 2006-05-13 [colin]      2.2.0cvs12
6007
6008         * src/compose.c
6009                 Remove useless if (a) b; else b;
6010                 Thanks to wwp
6011
6012 2006-05-13 [wwp]        2.2.0cvs11
6013
6014         * src/export.c
6015         * src/import.c
6016         * src/mainwindow.c
6017         * src/mbox.c
6018         * src/summaryview.c
6019         * src/summaryview.h
6020                 no more silent failures (or at least less ones) when importing
6021                 or exporting from/to mbox. Also start importing/exporting if
6022                 the necessary info is set.
6023
6024 2006-05-13 [wwp]        2.2.0cvs10
6025
6026         * RELEASE_NOTES
6027                 restored up-to-date release notes.
6028
6029 2006-05-13 [paul]       2.2.0cvs9
6030
6031         * po/nl.po
6032         * po/ru.po
6033                 updated by Tim Dijkstra and Pavlo Bohmat
6034
6035 2006-05-12 [colin]      2.2.0cvs8
6036
6037         * src/gtk/quicksearch.c
6038                 Add "k" as shortcut for "colorlabel". Patch
6039                 by ath42@users.sf.net.
6040
6041 2006-05-12 [paul]       2.2.0cvs7
6042
6043         * src/prefs_common.h
6044         * src/prefs_summaries.c
6045         * src/summaryview.c
6046                 when entering a folder also allow
6047                 going directly to first Marked message
6048
6049 2006-05-12 [paul]       2.2.0cvs6
6050
6051         * src/summaryview.c
6052                 always obey 'confirm before marking all
6053                 mails read' option
6054
6055 2006-05-12 [paul]       2.2.0cvs5
6056
6057         * src/textview.c
6058                 make Sender fully clickable
6059
6060 2006-05-12 [colin]      2.2.0cvs4
6061
6062         * src/compose.c
6063         * src/compose.h
6064                 Let From be editable
6065         * src/main.c
6066         * src/mh.c
6067                 Full support of .mh_sequences' Unseen seq
6068
6069 2006-05-12 [colin]      2.2.0cvs3
6070
6071         * src/folder.c
6072         * src/mainwindow.c
6073         * src/mainwindow.h
6074         * src/messageview.c
6075         * src/prefs_spelling.c
6076         * src/procheader.c
6077         * src/procmsg.c
6078         * src/procmsg.h
6079         * src/summaryview.c
6080         * src/toolbar.c
6081         * src/toolbar.h
6082                 Add contextual menu on Compose toolbar
6083                 button. Fixes bug #944 (Automatic
6084                 addresses not applied when changing account
6085                 from compose window)
6086                 add Mailing List support
6087                 based on the old 0.6.5claws25 patch by
6088                 Melvin Hadasht, with finishing touches
6089                 by Colin
6090                 Fix "ignore thread" when mails are threaded by
6091                 subject (and weren't ignored although appearing
6092                 in the thread).
6093                 GUI rework.
6094                 Both patches by Pawel.
6095
6096 2006-05-08 [paul]       2.2.0cvs2
6097
6098         * src/mainwindow.c
6099         * src/mainwindow.h
6100         * src/messageview.c
6101         * src/procheader.c
6102         * src/procmsg.c
6103         * src/procmsg.h
6104         * src/summaryview.c
6105                 add Mailing List support
6106                 based on the old 0.6.5claws25 patch by 
6107                 Melvin Hadasht, with finishing touches
6108                 by Colin
6109
6110 2006-05-08 [colin]      2.2.0cvs1
6111
6112         * src/mainwindow.c
6113         * src/toolbar.c
6114         * src/toolbar.h
6115                 Add contextual menu on Compose toolbar 
6116                 button. Fixes bug #944 (Automatic 
6117                 addresses not applied when changing account 
6118                 from compose window)
6119
6120 2006-05-08 [paul]       2.2.0
6121
6122         2.2.0 released
6123
6124 2006-05-08 [paul]       2.1.1cvs51
6125
6126         * po/cs.po
6127         * po/de.po
6128         * po/en_GB.po
6129         * po/fi.po
6130         * po/fr.po
6131         * po/pt_BR.po
6132         * po/sr.po
6133         * po/zh_CN.po
6134                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6135                 Fabien Vantard, Frederico Goncalves Guimaraes,
6136                 Aleksandar Urosevic, and Ralgh Young
6137
6138 2006-05-12 [colin]      2.1.1cvs50
6139
6140         * po/cs.po
6141         * po/de.po
6142         * po/en_GB.po
6143         * po/es.po
6144         * po/fi.po
6145         * po/fr.po
6146         * po/pt_BR.po
6147         * po/sr.po
6148         * po/zh_CN.po
6149                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6150                 Fabien Vantard, Frederico Goncalves Guimaraes,
6151                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
6152
6153 2006-05-05 [colin]      2.1.1cvs49
6154
6155         * manual/Makefile.am
6156         * manual/pl/Makefile.am
6157         * manual/pl/account.xml
6158         * manual/pl/ack.xml
6159         * manual/pl/addrbook.xml
6160         * manual/pl/advanced.xml
6161         * manual/pl/faq.xml
6162         * manual/pl/glossary.xml
6163         * manual/pl/gpl.xml
6164         * manual/pl/handling.xml
6165         * manual/pl/intro.xml
6166         * manual/pl/keyboard.xml
6167         * manual/pl/plugins.xml
6168         * manual/pl/starting.xml
6169         * manual/pl/sylpheed-claws-manual.xml
6170         * manual/pl/dist/.cvsignore
6171         * manual/pl/dist/Makefile.am
6172         * manual/pl/dist/html/.cvsignore
6173         * manual/pl/dist/html/Makefile.am
6174         * manual/pl/dist/pdf/.cvsignore
6175         * manual/pl/dist/pdf/Makefile.am
6176         * manual/pl/dist/ps/.cvsignore
6177         * manual/pl/dist/ps/Makefile.am
6178         * manual/pl/dist/txt/.cvsignore
6179         * manual/pl/dist/txt/Makefile.am
6180                 Add the polish translation of the manual,
6181                 Authored by Pawel Pekala.
6182
6183 2006-05-05 [cleroy]     2.1.1cvs48
6184
6185         * src/main.c
6186                 Re-read matcherrc after loading plugins 
6187                 if some of them add folders.
6188
6189 2006-05-03 [colin]      2.1.1cvs47
6190
6191         * src/imap.c
6192                 I'm idiot
6193
6194 2006-05-03 [colin]      2.1.1cvs46
6195
6196         * src/imap.c
6197                 Be sure to have a session when
6198                 getting separator
6199
6200 2006-05-03 [colin]      2.1.1cvs45
6201
6202         * src/imap.c
6203         * src/imap.h
6204         * src/imap_gtk.c
6205                 Fix preventing renaming with namespace 
6206                 separator.
6207
6208 2006-05-01 [colin]      2.1.1cvs44
6209
6210         * src/action.c
6211                 Don't reload messageview when result of
6212                 action is piped.
6213
6214 2006-04-29 [colin]      2.1.1cvs43
6215
6216         * src/prefs_receive.c
6217         * src/plugins/spamassassin/spamassassin_gtk.c
6218         * src/plugins/clamav/clamav_plugin_gtk.c
6219                 GUI fixes by Pawel
6220
6221 2006-04-29 [colin]      2.1.1cvs42
6222
6223         * src/prefs_compose_writing.c
6224         * src/prefs_quote.c
6225                 Cleanups. Patch by Pawel
6226
6227 2006-04-28 [paul]       2.1.1cvs41
6228
6229         * src/matcher.c
6230                 fix returned quick search results when search
6231                 term contains an underscore.
6232                 Thanks to Colin
6233
6234 2006-04-28 [paul]       2.1.1cvs40
6235
6236         * src/prefs_message.c
6237         * src/prefs_receive.c
6238                 GUI cleanups
6239                 Patches by Pawel Pekala
6240
6241 2006-04-27 [colin]      2.1.1cvs39
6242
6243         * src/wizard.c
6244                 Differentiate subject Welcome from
6245                 window's title Welcome
6246
6247 2006-04-27 [paul]
6248
6249         2.2.0-rc1 released
6250
6251 2006-04-27 [paul]       2.1.1cvs38
6252
6253         * manual/advanced.xml
6254         * manual/fr/advanced.xml
6255                 add info about compose_no_markup hidden pref
6256
6257 2006-04-27 [paul]       2.1.1cvs37
6258
6259         * src/prefs_account.c
6260                 improve privacy labels
6261         * src/prefs_msg_colors.c
6262                 change some strings for translators' convenience
6263         * src/gtk/gtkutils.c
6264                 don't underline the link button text
6265
6266 2006-04-25 [colin]      2.1.1cvs36
6267
6268         * src/folder.c
6269                 Complete 2.1.1cvs33 (once more ;)
6270
6271 2006-04-25 [colin]      2.1.1cvs35
6272
6273         * src/editldap.c
6274                 Fix tooltip
6275
6276 2006-04-25 [cleroy]     2.1.1cvs34
6277
6278         * src/compose.c
6279         * src/gtk/gtkaspell.c
6280                 Fix crash on redirect (related to the return 
6281                 of the aspell menu in compose's toolbar)
6282         * src/prefs_msg_colors.c
6283                 Fix sensitivity widgets
6284         * src/image_viewer.c
6285         * src/gtk/pluginwindow.c
6286         * src/gtk/prefswindow.c
6287                 Change released signals to clicked (Fabien)
6288         * po/POTFILES.in
6289         * src/common/socket.c
6290         * src/plugins/spamassassin/spamassassin.c
6291                 Translate strings (Fabien)
6292
6293 2006-04-25 [paul]       2.1.1cvs33
6294
6295         * src/folder.c
6296         * src/folder.h
6297         * src/folderview.c
6298                 complete the fix of bug #912
6299                 Thanks to Colin
6300
6301 2006-04-25 [colin]      2.1.1cvs32
6302
6303         * src/news.c
6304                 Better progress bar
6305         * src/mimeview.c
6306         * src/summaryview.c
6307         * src/summaryview.h
6308                 Fix focus chain
6309                 Patches by Pawel Pekala
6310
6311 2006-04-24 [colin]      2.1.1cvs31
6312
6313         * src/compose.c
6314                 Fix compilation warnings (Fabien)
6315
6316 2006-04-24 [colin]      2.1.1cvs30
6317
6318         * src/addrindex.c
6319         * src/editldap.c
6320         * src/editldap_basedn.c
6321         * src/editldap_basedn.h
6322         * src/ldapctrl.c
6323         * src/ldapctrl.h
6324         * src/ldapquery.c
6325         * src/ldaputil.c
6326         * src/ldaputil.h
6327                 Fix bug #901 (LDAPS support)
6328
6329 2006-04-24 [colin]      2.1.1cvs29
6330
6331         * src/compose.c
6332                 Fix logic on error with send dialog on
6333         * src/imap.c
6334                 Fix compilation without libetpan, thanks
6335                 to Fabien
6336         * src/summaryview.c
6337                 Fix 'context-menu' key
6338
6339 2006-04-23 [colin]      2.1.1cvs28
6340
6341         * src/folder.c
6342                 Never free current's cache to free up 
6343                 memory. Fixes bug #912 (new count 
6344                 randomly set to message count)
6345
6346 2006-04-23 [colin]      2.1.1cvs27
6347
6348         * src/gtk/quicksearch.c
6349                 And remove printf...
6350
6351 2006-04-23 [colin]      2.1.1cvs26
6352
6353         * src/gtk/quicksearch.c
6354                 Fix replacing in quicksearch, and fix inserting
6355                 in the middle of the string. (introduced at 2.1.0cvs22)
6356
6357 2006-04-23 [colin]      2.1.1cvs25
6358
6359         * src/imap.c
6360                 Make sure uidnext is initialized in get_num_list
6361                 (not for stable, related to 2.1.1cvs8 and friends)
6362
6363 2006-04-23 [colin]      2.1.1cvs24
6364
6365         * src/imap.c
6366                 Output something when login is successful
6367                 too
6368
6369 2006-04-23 [colin]      2.1.1cvs23
6370
6371         * src/etpan/imap-thread.c
6372                 Better logging (line-per-line, hide data in fetch)
6373                 Fix a const warning
6374         * src/gtk/logwindow.c
6375         * src/gtk/logwindow.h
6376                 Better logging (color for input/output)
6377
6378 2006-04-21 [colin]      2.1.1cvs22
6379
6380         * src/gtk/quicksearch.c
6381                 On gtk+-2.8, use stock buttons in quicksearch
6382                 Based on a patch by Fabien and a design by Paul
6383
6384 2006-04-21 [colin]      2.1.1cvs21
6385
6386         * src/folderview.c
6387         * src/mainwindow.c
6388                 Fix occasional flicker in folderview
6389         * src/common/utils.c
6390                 Fix bug #943 (Incorrectly parsed email address 
6391                 list in short headers on message view and in 
6392                 printouts)
6393
6394 2006-04-20 [colin]      2.1.1cvs20
6395
6396         * src/imap.c
6397         * src/imap.h
6398         * src/prefs_account.c
6399                 Add ANONYMOUS auth for IMAP
6400
6401 2006-04-20 [paul]       2.1.1cvs19
6402
6403         * src/main.c
6404                 proper fix for 2.1.1cvs18
6405                 Thanks to Colin
6406
6407 2006-04-20 [paul]       2.1.1cvs18
6408
6409         * src/main.c
6410                 fix build warnings
6411
6412 2006-04-20 [paul]       2.1.1cvs17
6413
6414         * src/gtk/quicksearch.c
6415                 fix standard, non-extended Quick search,
6416                 was broken in 2.1.1cvs15.
6417                 Thanks to Colin.
6418
6419 2006-04-20 [colin]      2.1.1cvs16
6420
6421         * src/prefs_matcher.c
6422                 Fix values when reselecting a ~test
6423                 rule
6424
6425 2006-04-19 [colin]      2.1.1cvs15
6426
6427         * src/compose.c
6428         * src/compose.h
6429         * src/gtk/gtkaspell.c
6430         * src/gtk/gtkaspell.h
6431                 Put back Options menu in Spelling/
6432         * src/gtk/quicksearch.c
6433                 Don't search, and show error, if the
6434                 advanced search has a syntax error
6435
6436 2006-04-18 [colin]      2.1.1cvs14
6437
6438         * src/textview.c
6439                 Fix gdk warnings on set_cursor when textview
6440                 isn't visible
6441
6442 2006-04-18 [colin]      2.1.1cvs13
6443
6444         * src/gtk/gtksctree.c
6445                 Remove seemingly useless refresh that causes
6446                 flicker - watch this commit in case of 
6447                 problems before planned backport to stable
6448
6449 2006-04-18 [colin]      2.1.1cvs12
6450
6451         * src/imap.c
6452                 Factorize get/set_xml code
6453         * src/compose.c
6454         * src/prefs_account.c
6455         * src/prefs_account.h
6456         * src/procmsg.c
6457                 Add Encrypt to self option
6458
6459 2006-04-17 [colin]      2.1.1cvs11
6460
6461         * configure.ac
6462                 Fix search on encrpyt function on dragonfly
6463                 Patch by Jonathan Buschmann <jonthn@agmact.com>
6464
6465 2006-04-17 [colin]      2.1.1cvs10
6466
6467         * src/prefs_account.c
6468                 Be safe by default: remove mails from POP3
6469                 after 7 days, not immediately
6470
6471 2006-04-17 [colin]      2.1.1cvs9
6472
6473         * src/etpan/imap-thread.c
6474                 Fix build on DragonFly - patch by 
6475                 Jonathan Buschmann <jonthn@agmact.com>
6476
6477 2006-04-17 [colin]      2.1.1cvs8
6478
6479         * src/imap.c
6480                 Save uidnext between sessions
6481
6482 2006-04-17 [colin]      2.1.1cvs7
6483
6484         * src/imap.c
6485                 scan is required when uid validity changes
6486
6487 2006-04-17 [colin]      2.1.1cvs6
6488
6489         * src/folderview.c
6490                 Don't scan if not necessary, apart in current
6491                 folder and INBOX to fetch flags.
6492         * src/imap.c
6493                 Scan is necessary if unread count changes
6494
6495 2006-04-17 [colin]      2.1.1cvs5
6496
6497         * src/imap.c
6498                 ...But always fetch ANSWERED and DELETED flags for
6499                 INBOX, as filtering can happen on these flags.
6500
6501 2006-04-17 [colin]      2.1.1cvs4
6502
6503         * src/imap.c
6504                 Don't fetch REPLIED and DELETED flags when synchronising
6505                 flags with a closed folder. We only need UNSEEN and FLAGGED
6506                 to update the folderview.
6507
6508 2006-04-17 [colin]      2.1.1cvs3
6509
6510         * src/imap.c
6511                 Faster flag search when there are new mails 
6512                 in a folder. We can do a full search if the 
6513                 folder contains less messages than the new
6514                 list.
6515
6516 2006-04-17 [colin]      2.1.1cvs2
6517
6518         * po/cs.po
6519         * po/de.po
6520         * po/fr.po
6521         * po/nl.po
6522         * po/pt_BR.po
6523                 Update translations from stable branch
6524
6525 2006-04-17 [colin]      2.1.1cvs1
6526
6527         * configure.ac
6528                 Bump version to follow stable release
6529
6530 2006-04-16 [mones]      2.1.0cvs50
6531
6532         * po/es.po
6533                 Updated for release
6534
6535 2006-04-16 [colin]      2.1.0cvs49
6536
6537         * src/textview.c
6538                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
6539                 with gtk < 2.8. Thanks to Fabien Vantard.
6540
6541 2006-04-15 [colin]      2.1.0cvs48
6542
6543         * src/etpan/imap-thread.c
6544                 Fix bug #919 (libetpan: SEGV when connecting 
6545                 using command)
6546
6547 2006-04-14 [colin]      2.1.0cvs47
6548
6549         * src/main.c
6550                 Fix race on --select (should be done better)
6551
6552 2006-04-14 [wwp]        2.1.0cvs46
6553
6554         * src/send_message.c
6555                 enforce a check for domain in account prefs (a sending
6556                 error could be faced if domain was checked but no value set),
6557                 thanks to Colin.
6558
6559 2006-04-14 [colin]      2.1.0cvs45
6560
6561         * src/codeconv.c
6562                 when converting from unknown to unknown, if the
6563                 string is UTF8, don't convert it to the locale
6564                 (which breaks it)
6565
6566 2006-04-14 [colin]      2.1.0cvs44
6567
6568         * src/compose.c
6569                 Don't try to use ASCII for converting headers
6570                 (as done in body)
6571
6572 2006-04-14 [paul]       2.1.0cvs43
6573
6574         * src/crash.c
6575                 add locale/charset info to crash report
6576         * src/gtk/about.c
6577                 add wwp to doc team
6578                 replace 'e-mail' with preferred 'email'
6579         * src/gtk/authors.h
6580                 ensure contributors list is in alphabetical
6581                 order
6582
6583 2006-04-13 [colin]      2.1.0cvs42
6584
6585         * src/textview.c
6586                 Prevent gdk warnings
6587
6588 2006-04-13 [colin]      2.1.0cvs41
6589
6590         * src/common/ssl_certificate.c
6591         * src/common/ssl_certificate.h
6592         * src/gtk/sslcertwindow.c
6593                 Warn on expired certs, and display the expiration date
6594
6595 2006-04-13 [colin]      2.1.0cvs40
6596
6597         * src/plugins/spamassassin/spamassassin_gtk.c
6598                 Fix missing set_text on unix socket
6599
6600 2006-04-13 [wwp]        2.1.0cvs39
6601
6602         * manual/fr/advanced.xml
6603         * manual/fr/glossary.xml
6604                 applied new spam/ham/email lexicon (pourriel, courriel)
6605
6606 2006-04-13 [paul]       2.1.0cvs38
6607
6608         * src/plugins/pgpmime/plugin.c
6609                 remove the mention of S/MIME from the
6610                 description. This is now handled by the
6611                 S/MIME plugin.
6612
6613 2006-04-13 [paul]       2.1.0cvs37
6614
6615         * src/prefs_msg_colors.c
6616                 rework dialog
6617         * src/prefs_folder_item.c
6618         * src/prefs_spelling.c
6619                 add a tooltip to the colour selector buttons
6620
6621 2006-04-13 [wwp]        2.1.0cvs36
6622
6623         * manual/advanced.xml
6624         * manual/glossary.xml
6625         * manual/handling.xml
6626         * manual/keyboard.xml
6627         * manual/plugins.xml
6628         * manual/starting.xml
6629         * manual/fr/account.xml
6630         * manual/fr/ack.xml
6631         * manual/fr/addrbook.xml
6632         * manual/fr/advanced.xml
6633         * manual/fr/faq.xml
6634         * manual/fr/glossary.xml
6635         * manual/fr/gpl.xml
6636         * manual/fr/handling.xml
6637         * manual/fr/intro.xml
6638         * manual/fr/keyboard.xml
6639         * manual/fr/plugins.xml
6640         * manual/fr/starting.xml
6641         * manual/fr/sylpheed-claws-manual.xml
6642                 fixes to the manuals:
6643                  - summaryview -> Message List (same in French)
6644                  - translate key names
6645                  - fix French punctuation, use non-breakable spaces when
6646                    necessary, don't use &thinsp; which is not portable
6647                  - tell what maildir and mbox formats we support
6648
6649 2006-04-12 [wwp]        2.1.0cvs35
6650
6651         * src/prefs_toolbar.c
6652                 unified a replace button more,
6653                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6654
6655 2006-04-12 [wwp]        2.1.0cvs34
6656
6657         * src/prefs_common.c
6658         * src/prefs_msg_colors.c
6659                 make default color labels translatable,
6660                 patch from Fabien Vantard <fzzzzz@gmail.com>,
6661                 thanks to Tim <timbrain@post.cz> for reporting.
6662
6663 2006-04-12 [wwp]        2.1.0cvs33
6664
6665         * manual/glossary.xml
6666         * manual/intro.xml
6667         * manual/plugins.xml
6668         * manual/starting.xml
6669         * manual/sylpheed-claws-manual.xml
6670         * manual/fr/.cvsignore
6671         * manual/fr/account.xml
6672         * manual/fr/ack.xml
6673         * manual/fr/addrbook.xml
6674         * manual/fr/advanced.xml
6675         * manual/fr/faq.xml
6676         * manual/fr/glossary.xml
6677         * manual/fr/handling.xml
6678         * manual/fr/intro.xml
6679         * manual/fr/keyboard.xml
6680         * manual/fr/plugins.xml
6681         * manual/fr/starting.xml
6682         * manual/fr/sylpheed-claws-manual.xml
6683                 various fixes: typos, missing .fr translations, punctuation,
6684                 capitalization, links, accents and some bad French more.
6685
6686 2006-04-12 [wwp]        2.1.0cvs32
6687
6688         * src/prefs_gtk.c
6689                 fix for bug #935: always store prefs files in UTF-8 (thanks
6690                 to Colin).
6691
6692 2006-04-11 [colin]      2.1.0cvs31
6693
6694         * src/compose.c
6695                 Fix inserting files not in utf8 when locale is utf8
6696
6697 2006-04-11 [colin]      2.1.0cvs30
6698
6699         * src/inc.c
6700                 Don't show error dialog when cancelling connection
6701                 Patch by Pawel
6702
6703 2006-04-11 [cleroy]     2.1.0cvs29
6704
6705         * src/compose.c
6706                 Implement multiple quote levels
6707         * src/prefs_common.c
6708                 Change a little bit the quote bgcolor for 2nd level
6709
6710 2006-04-11 [colin]      2.1.0cvs28
6711
6712         * src/gtk/about.c
6713                 Add locale and charset in the label
6714
6715 2006-04-10 [colin]      2.1.0cvs27
6716
6717         * src/compose.c
6718         * src/prefs_common.c
6719         * src/prefs_common.h
6720         * src/prefs_msg_colors.c
6721         * src/textview.c
6722                 Allow optional background color in quotes
6723                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
6724                 GTK+-2.8.x feature
6725
6726 2006-04-10 [colin]      2.1.0cvs26
6727
6728         * src/main.c
6729         * src/mainwindow.c
6730         * src/mainwindow.h
6731                 Implement --select
6732
6733 2006-04-10 [colin]      2.1.0cvs25
6734
6735         * manual/plugins.xml
6736         * manual/fr/plugins.xml
6737                 Document libcurl's proxy variables
6738
6739 2006-04-09 [colin]      2.1.0cvs24
6740
6741         * src/prefs_common.c
6742                 gettext() returns statically allocated stuff. We have
6743                 to strdup it in order to be able to free it.
6744
6745 2006-04-09 [colin]      2.1.0cvs23
6746
6747         * AUTHORS
6748         * src/gtk/authors.h
6749                 Add Alexei
6750
6751 2006-04-09 [colin]      2.1.0cvs22
6752
6753         * src/mainwindow.c
6754         * src/gtk/quicksearch.c
6755                 Fix bug #859 (problems with cyrilic input in 
6756                 search panel) - Patch by Alexey Illarionov 
6757                 <littlesavage@rambler.ru>
6758
6759 2006-04-09 [colin]      2.1.0cvs21
6760
6761         * src/prefs_customheader.c
6762                 I prefer removing then freeing rather than the contrary
6763                 (even if it doesn't change anything ;-)
6764         * src/prefs_account.c
6765                 Fix bug #933 (Crash re-entering the custom headers list 
6766                 dialog in accounts prefs)
6767                 The problem happened when cancelling the Account 
6768                 Preferences' dialogs - in which case we didn't do 
6769                 anything to the PrefsAccount * struct. In case of applying,
6770                 the old ac_prefs was replaced with the tmp_ac_prefs we were
6771                 working with in this dialog. The problem is that 
6772                 prefs_customheader.c, working on this tmp_ac_prefs, always
6773                 changes the ->customhdr_list pointer, even when cancelled. 
6774                 So in case of cancelling the prefs_account dialog, we still
6775                 have to update ->customhdr_list in the real account.
6776
6777 2006-04-08 [colin]      2.1.0cvs20
6778
6779         * manual/fr/glossary.xml
6780         * manual/fr/keyboard.xml
6781                 Forgot some headers :)
6782
6783 2006-04-08 [colin]      2.1.0cvs19
6784
6785         * manual/Makefile.am
6786         * manual/fr/Makefile.am
6787         * manual/fr/account.xml
6788         * manual/fr/ack.xml
6789         * manual/fr/addrbook.xml
6790         * manual/fr/advanced.xml
6791         * manual/fr/faq.xml
6792         * manual/fr/glossary.xml
6793         * manual/fr/gpl.xml
6794         * manual/fr/handling.xml
6795         * manual/fr/intro.xml
6796         * manual/fr/keyboard.xml
6797         * manual/fr/plugins.xml
6798         * manual/fr/starting.xml
6799         * manual/fr/sylpheed-claws-manual.xml
6800         * manual/fr/dist/.cvsignore
6801         * manual/fr/dist/Makefile.am
6802         * manual/fr/dist/html/.cvsignore
6803         * manual/fr/dist/html/Makefile.am
6804         * manual/fr/dist/pdf/.cvsignore
6805         * manual/fr/dist/pdf/Makefile.am
6806         * manual/fr/dist/ps/.cvsignore
6807         * manual/fr/dist/ps/Makefile.am
6808         * manual/fr/dist/txt/.cvsignore
6809         * manual/fr/dist/txt/Makefile.am
6810                 Add the french translation of the manual. Thanks to
6811                 Olivier Delhomme <olivier.delhomme@free.fr> for 
6812                 account.xml, ack.xml, addrbook.xml and advanced.xml
6813
6814 2006-04-08 [colin]      2.1.0cvs18
6815
6816         * manual/plugins.xml
6817         * manual/starting.xml
6818                 More fixes
6819
6820 2006-04-07 [colin]      2.1.0cvs17
6821
6822         * manual/faq.xml
6823         * manual/intro.xml
6824         * manual/keyboard.xml
6825                 Little fixes
6826
6827 2006-04-07 [colin]      2.1.0cvs16
6828
6829         * README
6830         * src/compose.c
6831         * src/prefs_common.c
6832         * src/prefs_common.h
6833                 Add hidden compose_no_markup pref
6834
6835 2006-04-07 [wwp]        2.1.0cvs15
6836
6837         * src/summary_search.c
6838         * .cvsignore
6839                 Bugfix: stop button was sticky when searching in an empty folder.
6840                 Applied curly brackets code style to the whole file (summary_search.c).
6841                 More files to ignore.
6842
6843 2006-04-07 [wwp]        2.1.0cvs14
6844
6845         * src/message_search.c
6846         * src/summary_search.c
6847                 changed default button when search bumps at file/folder
6848                 beginning or end, for convenience (thanks to Colin).
6849
6850 2006-04-07 [paul]       2.1.0cvs13
6851
6852         * src/plugins/dillo_viewer/dillo_prefs.c
6853                 avoid future potential for namespace collision
6854                 Patch by Colin
6855
6856 2006-04-06 [wwp]        2.1.0cvs12
6857
6858         * src/summary_search.c
6859                 Unify extended/advanced searches names (and thus factorize labels),
6860                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6861
6862 2006-04-06 [wwp]        2.1.0cvs11
6863
6864         * src/folderview.c
6865         * src/prefs_themes.c
6866         * src/summaryview.c
6867                 Fixed some compilation warnings.
6868
6869 2006-04-06 [colin]      2.1.0cvs10
6870
6871         * manual/advanced.xml
6872                 Document the wizard template and how to deploy
6873                 Sylpheed-Claws effectively
6874
6875 2006-04-06 [colin]      2.1.0cvs9
6876
6877         * src/folderview.c
6878                 gettext patch to tell translators about _("#"),
6879                 by Maxim Britov
6880
6881 2006-04-06 [colin]      2.1.0cvs8
6882
6883         * src/textview.c
6884                 Fix invalid GtkTextBIter after clicking "Display as text"
6885
6886 2006-04-06 [mones]      2.1.0cvs7
6887
6888         * src/addr_compl.c
6889         * src/addrindex.c
6890         * src/addritem.c
6891         * src/codeconv.c
6892         * src/compose.c
6893         * src/filtering.c
6894         * src/folder.c
6895         * src/folder_item_prefs.c
6896         * src/folderview.c
6897         * src/localfolder.c
6898         * src/matcher.c
6899         * src/mimeview.c
6900         * src/prefs_msg_colors.c
6901         * src/prefs_spelling.c
6902         * src/prefs_themes.c
6903         * src/procmime.c
6904         * src/procmsg.c
6905         * src/stock_pixmap.c
6906         * src/summaryview.c
6907         * src/textview.c
6908         * src/toolbar.c
6909         * src/common/mgutils.c
6910         * src/common/prefs.c
6911         * src/common/ssl_certificate.c
6912         * src/gtk/colorlabel.c
6913         * src/gtk/quicksearch.c
6914         * src/plugins/pgpmime/pgpmime.c
6915         * src/plugins/spamassassin/spamassassin.c
6916                 Removed redundant NULL checks for g_free() calls.
6917                 Patch by Pawel Pekala.
6918
6919 2006-04-06 [mones]      2.1.0cvs6
6920
6921         * src/prefs_actions.c
6922         * src/prefs_filtering.c
6923         * src/prefs_filtering_action.c
6924         * src/prefs_matcher.c
6925         * src/prefs_template.c
6926         * src/gtk/gtkutils.c
6927         * src/gtk/gtkutils.h
6928                 Have a nice replace button. Patch by Pawel Pekala
6929
6930 2006-04-06 [colin]      2.1.0cvs5
6931
6932         * src/addressbook.c
6933                 Fix crash with empty columns
6934
6935 2006-04-05 [colin]      2.1.0cvs4
6936
6937         * src/wizard.c
6938         * src/prefs_gtk.c
6939                 Allow wizard customization with pre-filled values
6940
6941 2006-04-05 [colin]      2.1.0cvs3
6942
6943         * src/textview.c
6944         * src/mimeview.c
6945         * src/mimeview.h
6946                 Nicer messages in mimeview
6947
6948 2006-04-05 [colin]      2.1.0cvs2
6949
6950         * src/addressbook.c
6951         * src/prefs_summaries.c
6952                 i18n fix
6953
6954 2006-04-05 [colin]      2.1.0cvs1
6955
6956         * src/plugins/pgpcore/plugin.c
6957         * src/plugins/pgpcore/select-keys.c
6958         * src/plugins/pgpcore/select-keys.h
6959         * src/plugins/pgpcore/sgpgme.c
6960         * src/plugins/pgpcore/sgpgme.h
6961         * src/plugins/pgpinline/pgpinline.c
6962         * src/plugins/pgpinline/plugin.c
6963         * src/plugins/pgpmime/pgpmime.c
6964         * src/plugins/pgpmime/plugin.c
6965                 Factorize and generalize a bit 
6966                 Drop S/MIME signature verification from PGP/MIME
6967                 (adding it as another, more complete plugin)
6968
6969 2006-04-05 [paul]       2.1.0
6970
6971         2.1.0 released
6972
6973 2006-04-05 [paul]       2.0.0cvs186
6974
6975         * manual/advanced.xml
6976                 add info on colour labels
6977
6978 2006-04-05 [paul]       2.0.0cvs185
6979
6980         * po/bg.po
6981         * po/cs.po
6982         * po/de.po
6983         * po/el.po
6984         * po/en_GB.po
6985         * po/fi.po
6986         * po/fr.po
6987         * po/it.po
6988         * po/nl.po
6989         * po/pl.po
6990         * po/pt_BR.po
6991         * po/sr.po
6992         * po/zh_CN.po
6993                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
6994                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
6995                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
6996                 Guimaraes, Aleksandar Urosevic, Ralgh Young
6997         * src/gtk/authors.h
6998         * tools/claws.i18n.status.pl
6999                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
7000                 and new Czech translator, Tim <timbrain@post.cz>
7001
7002 2006-04-05 [mones]      2.0.0cvs184
7003
7004         * po/es.po
7005                 Updated translation
7006
7007 2006-04-05 [colin]      2.0.0cvs183
7008
7009         * src/gtk/quicksearch.c
7010                 Fix bug #929 (unnecessary reload in quick search bar)
7011
7012 2006-04-05 [colin]      2.0.0cvs182
7013
7014         * src/compose.c
7015                 Fix crash on Reply with no From:
7016                 Show signature and conversion error on queuing 
7017                 (but not sending)
7018         * src/mainwindow.c
7019         * src/summaryview.c
7020         * src/summaryview.h
7021                 Factorize threading code and make sure msginfo 
7022                 is not null when it comes from a GtkCTreeRow's 
7023                 data
7024         * src/gtk/gtkaspell.c
7025                 Check for necessary things
7026         * src/gtk/gtksctree.c
7027         * src/gtk/gtksctree.h
7028                 Reset anchor if necessary when removing node
7029
7030 2006-03-29 [colin]      2.0.0cvs181
7031
7032         * src/folderview.c
7033                 Warn for disabled IMAP accounts (due to lack of
7034                 libetpan). Breaks string-freeze - sorry - but it
7035                 is kind of important ;)
7036
7037 2006-03-28 [colin]      2.0.0cvs180
7038
7039         * src/gtk/gtkutils.c
7040         * src/gtk/gtkutils.h
7041                 Add a gtkut_get_link_btn() function that
7042                 creates a button which acts like an URI
7043         * src/prefs_themes.c
7044         * src/gtk/about.c
7045                 Use this function (factorizes codes)
7046         * src/common/defs.h
7047         * src/gtk/pluginwindow.c
7048                 Add a "Get more..." in the plugins window
7049
7050 2006-03-28 [colin]      2.0.0cvs179
7051
7052         * src/common/smtp.c
7053         * src/common/passcrypt.c
7054         * src/undo.c
7055                 Warning fixes. Patch by Pawel Pekala
7056
7057 2006-03-27 [colin]      2.0.0cvs178
7058
7059         * src/undo.c
7060                 Fix undoing by blocks with spaces
7061
7062 2006-03-27 [colin]      2.0.0cvs177
7063
7064         * src/textview.c
7065                 Set margin to 3px for headers
7066
7067 2006-03-27 [paul]
7068
7069         2.1.0-rc2 released
7070
7071 2006-03-27 [wwp]        2.0.0cvs176
7072
7073         * src/summaryview.c
7074                 don't reset quicksearch when updating the message list.
7075                 Thanks to Colin.
7076
7077 2006-03-26 [wwp]        2.0.0cvs175
7078
7079         * src/compose.c
7080                 use a unified border width ('other' tab in the compose window,
7081                 patch by Pawel Pekala).
7082
7083
7084 2006-03-26 [wwp]        2.0.0cvs174
7085
7086         * src/common/quoted-printable.c
7087         * src/addressbook.c
7088                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
7089
7090 2006-03-26 [colin]      2.0.0cvs173
7091
7092         * src/quote_fmt_parse.y
7093                 Fix non-UTF8 date formats messing up the whole quote a 
7094                 little bit
7095
7096 2006-03-26 [colin]      2.0.0cvs172
7097
7098         * src/procheader.c
7099                 Make sure the date is UTF8 valid, or try to make it
7100                 so. IncrediMail is really IncrediStupid.
7101         * src/compose.c
7102                 Fix possible conversions. 
7103                 
7104
7105 2006-03-26 [colin]      2.0.0cvs171
7106
7107         * src/matcher.c
7108                 Fix corner cases in body search. This is still a
7109                 hack... It seems impossible to make it good and 
7110                 reasonably fast at the same time.
7111
7112 2006-03-26 [colin]      2.0.0cvs170
7113
7114         * src/summaryview.c
7115                 I think I killed the twilight zone bug!
7116                 summary_select_node() flushes GTK events in order
7117                 to be able to center the view. But this also 
7118                 flushes keypresses like Ctrl-Alt-U, so this can
7119                 call summary_show from summary_select_node (itself
7120                 called from summary_show, etc.). And the summaryview
7121                 has to be unlocked in this function. So just locking
7122                 while processing GTK events, and bailing if locked, 
7123                 should fix it.
7124                 Fixes bug #927 (SIGSEGV during Update Summary)
7125
7126 2006-03-25 [colin]      2.0.0cvs169
7127
7128         * src/matcher.c
7129                 Fix search in QP-encoded bodies
7130                 Fix utf-8 searches in bodies encoded in the
7131                 locale's encoding
7132         * src/common/quoted-printable.c
7133         * src/common/quoted-printable.h
7134                 Add a decode function that doesn't overwrite
7135                 the original pointer
7136                 
7137
7138 2006-03-24 [colin]      2.0.0cvs168
7139
7140         * src/action.c
7141         * src/summaryview.c
7142         * src/summaryview.h
7143                 Update message cache after action
7144                 Patch by H. Merijn Brand
7145         * src/prefs_msg_colors.c
7146                 Factorize label 
7147                 Patch by Fabien Vantard
7148         * src/plugins/spamassassin/spamassassin_gtk.c
7149                 Remove useless translation
7150                 Patch by Fabien Vantard
7151
7152 2006-03-23 [colin]      2.0.0cvs167
7153
7154         * src/common/ssl.c
7155                 Let 30 seconds to SSL_connect
7156
7157 2006-03-23 [wwp]        2.0.0cvs166
7158
7159         * src/summaryview.c
7160         * src/gtk/description_window.c
7161                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
7162                 and headers are translated; adjust description windows' width to fit their
7163                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
7164
7165 2006-03-23 [paul]       2.0.0cvs165
7166
7167         * src/common/utils.c
7168                 fix highlighting of URIs containing "()"
7169                 (2.0.0cvs164's reversal fixed)
7170                 Thanks to Colin.
7171
7172 2006-03-23 [paul]       2.0.0cvs164
7173
7174         * src/common/utils.c
7175                 revert patch, (postponing a fix), at 2.0.0cvs120
7176                 as it breaks more URIs than it fixes.
7177                 Allow '-' to be a terminating character in a URI
7178
7179 2006-03-22 [colin]      2.0.0cvs163
7180
7181         * configure.ac
7182                 Require libetpan 0.45
7183                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
7184
7185 2006-03-22 [paul]       2.0.0cvs162
7186
7187         * src/editgroup.c
7188                 replace '<-' and '->' buttons with GTK_STOCK graphical
7189                 buttons
7190         * src/summary_search.c
7191                 don't offer '...' for translation
7192                 add a tooltip to advanced search '...' button
7193         * src/gtk/quicksearch.c
7194                 don't offer '...' for translation
7195
7196 2006-03-21 [colin]      2.0.0cvs161
7197
7198         * src/compose.c
7199                 Fix middle-click pasting (insert at click
7200                 position instead of cursor position, don't
7201                 remove existing selection and allow pasting
7202                 our own selection)
7203         * src/addressbook.c
7204                 "LDAP Server" -> "LDAP servers"
7205
7206 2006-03-21 [wwp]        2.0.0cvs160
7207
7208         * src/etpan/imap-thread.c
7209                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
7210
7211 2006-03-20 [colin]      2.0.0cvs159
7212
7213         * src/summaryview.c
7214                 Don't reload summaryview after an execute with no
7215                 move action
7216
7217 2006-03-19 [colin]      2.0.0cvs158
7218
7219         * src/addressbook.c
7220                 and put groups at the top, always
7221
7222 2006-03-19 [colin]      2.0.0cvs157
7223
7224         * src/addressbook.c
7225                 Order groups before names, as previously
7226
7227 2006-03-19 [colin]      2.0.0cvs156
7228
7229         * src/addressbook.c
7230                 - Sort case-unsensitive
7231                 - Put the sort arrow at opening too
7232
7233 2006-03-19 [wwp]        2.0.0cvs155
7234
7235         * src/addressbook.c
7236                 allow sorting by name/email/remarks, ensure that right-pane's contents
7237                 matches the left-pane selection (cleared when appropriate).
7238                 Patch by Pawel Pekala <c0rn@o2.pl>.
7239
7240 2006-03-18 [colin]      2.0.0cvs154
7241
7242         * src/textview.c
7243                 Fix text cursor ;)
7244
7245 2006-03-18 [colin]      2.0.0cvs153
7246
7247         * src/gtk/filesel.c
7248                 Make sure we hide the preview if we didn't get
7249                 a filename
7250
7251 2006-03-18 [colin]      2.0.0cvs152
7252
7253         * src/summaryview.c
7254                 Set cursor to watch for execution (fixes lack
7255                 of watch-cursor when dnd'ing hundreds of mails)
7256         * src/gtk/filesel.c
7257                 Check that mime type is 'image/*' before updating
7258                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
7259
7260 2006-03-18 [colin]      2.0.0cvs151
7261
7262         * src/mainwindow.c
7263         * src/textview.c
7264         * src/textview.h
7265                 Put a watch cursor in textview too when the mainwindow's
7266                 cursor in a watch
7267
7268 2006-03-18 [colin]      2.0.0cvs150
7269
7270         * src/folder.c
7271                 Change wrong asserts to simple tests
7272
7273 2006-03-17 [colin]      2.0.0cvs149
7274
7275         * src/mainwindow.c
7276         * src/mainwindow.h
7277         * src/prefs_msg_colors.c
7278         * src/summaryview.c
7279         * src/summaryview.h
7280         * src/gtk/colorlabel.c
7281         * src/gtk/colorlabel.h
7282                 Add a color label menu in the main menubar
7283                 Add (fixed) accels Ctrl-{0-7} to change the color
7284                 They have to be fixed because the menu's dynamic,
7285                 the items are complex widgets, hence we can't use
7286                 a GtkItemFactory.
7287
7288
7289 2006-03-17 [wwp]        2.0.0cvs148
7290
7291         * src/compose.c
7292                 rollback few lines from my previous commit (those lines come from
7293                 a pending patch, accidentally commited, even if neutral as they are
7294                 commented out).
7295
7296 2006-03-17 [wwp]        2.0.0cvs147
7297
7298         * src/compose.c
7299                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
7300                 applied code style/indentation to the modified function.
7301
7302 2006-03-17 [wwp]        2.0.0cvs146
7303
7304         * src/procmsg.c
7305         * src/compose.c
7306                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
7307
7308 2006-03-17 [paul]
7309
7310         2.1.0-rc1 released
7311
7312 2006-03-17 [paul]       2.0.0cvs145
7313
7314         * src/main.c
7315                 addressbook_read_file() was called twice
7316         * src/textview.c
7317                 X-Mailer highlighting
7318
7319 2006-03-16 [colin]      2.0.0cvs144
7320
7321         * src/sourcewindow.c
7322         * src/sourcewindow.h
7323                 And the last one, in source window.
7324
7325 2006-03-16 [colin]      2.0.0cvs143
7326
7327         * src/compose.c
7328         * src/compose.h
7329                 Fix the same stuff in compose
7330
7331 2006-03-16 [colin]      2.0.0cvs142
7332
7333         * src/messageview.c
7334                 Complete the previous messageview crash fix
7335
7336 2006-03-16 [colin]      2.0.0cvs141
7337
7338         * src/procmsg.h
7339         * src/procmsg.c
7340         * src/folder.c
7341                 Fix POSTPROCESSING hook
7342                 Patch by H. Merijn Brand
7343
7344         * src/procmime.c
7345         * src/procmime.h
7346                 Parse Content-Location
7347
7348         * src/toolbar.c
7349         * src/messageview.c
7350         * src/messageview.h
7351                 Don't crash when a top-level MessageView has
7352                 been closed on us. Same problematic than
7353                 yesterday's quicksearch issue.
7354
7355 2006-03-15 [colin]      2.0.0cvs140
7356
7357         * src/gtk/quicksearch.c
7358                 Fix a bitchy race we didn't think about when we
7359                 added quicksearch cancellation:
7360                 If the search is not on cached fields, for example
7361                 body_part matchcase "stuff"
7362                 the matcher code has to get the whole message. If
7363                 we're on IMAP, that can be slow, and in order to
7364                 be non-blocking, the IMAP code idle loop processes
7365                 gtk events too. So it is possible to cancel a
7366                 quicksearch while the matcher is getting the mail's
7367                 body. After matcher got its body, it will start to
7368                 iterate over the matcher list that the Quicksearch's
7369                 clear_search_cb() just freed via prepare_matcher().
7370                 SIGSEGV ensues.
7371                 The fix consists of guarding the matcherlist_match()
7372                 call with a boolean 'matching'. If we reset the
7373                 quicksearch while matching is TRUE, we don't free
7374                 the matcherlist anymore like we did, but we set
7375                 another new flag, deferred_free, to TRUE. Then,
7376                 in quicksearch_match(), just after returning from
7377                 matcherlist_match() and unsetting the matching flag,
7378                 we check the deferred_free flag and do the
7379                 prepare_matcher() (which does the matcherlist_free)
7380                 for real, so we free the matcherlist once it's not
7381                 used anymore.
7382                 As all of this runs via the glib main loop, we
7383                 luckily don't need a mutex.
7384         * src/summaryview.c
7385                 Also, show progress while searching.
7386
7387
7388 2006-03-14 [colin]      2.0.0cvs139
7389
7390         * src/alertpanel.c
7391                 Make alertpanel_is_open non-static
7392
7393 2006-03-14 [colin]      2.0.0cvs138
7394
7395         * src/prefs_spelling.c
7396                 Cleanups - Fabien Vantard
7397
7398 2006-03-14 [wwp]        2.0.0cvs137
7399
7400         * src/main.c
7401                 code style normalization (curly braces, indentation).
7402
7403 2006-03-14 [wwp]        2.0.0cvs137
7404
7405         * src/main.c
7406                 code style (braces, indentation)
7407
7408 2006-03-12 [paul]       2.0.0cvs136
7409
7410         * src/prefs_common.c
7411                 trans_hdr defaults to FALSE to be RFC-savvy
7412         * src/prefs_summaries.c
7413                 add a tooltip to the trans_hdr option
7414                 
7415
7416 2006-03-12 [paul]       2.0.0cvs135
7417
7418         * src/prefs_matcher.c
7419                 give a little more width to the combos
7420         * src/prefs_display_header.c
7421         * src/textview.c
7422                 translate headers if prefs_common.trans_hdr
7423                 is TRUE
7424
7425         Patches by Pawel Pekala
7426
7427 2006-03-12 [paul]       2.0.0cvs134
7428
7429         * src/plugins/clamav/clamav_plugin.c
7430         * src/plugins/dillo_viewer/dillo_viewer.c
7431         * src/plugins/pgpcore/plugin.c
7432         * src/plugins/pgpinline/plugin.c
7433         * src/plugins/pgpmime/plugin.c
7434         * src/plugins/spamassassin/spamassassin.c
7435                 update/add to descriptions
7436         * src/plugins/spamassassin/spamassassin_gtk.c
7437                 fixes to the english, remove superfluous
7438                 tooltips, clean up a little
7439
7440 2006-03-12 [paul]       2.0.0cvs133
7441
7442         * src/compose.c
7443                 fix Bug 924, 'Account combo box shows up wrong 
7444                 if & is in account name'
7445
7446 2006-03-11 [colin]      2.0.0cvs132
7447
7448         * src/summaryview.c
7449                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
7450                 messed up shift-selection because is slows down
7451                 moving around summaryview. thanks -users
7452
7453 2006-03-10 [colin]      2.0.0cvs131
7454
7455         * src/plugins/spamassassin/spamassassin_gtk.c
7456                 Put back Paul's engrish fixes
7457
7458 2006-03-10 [colin]      2.0.0cvs130
7459
7460         * src/plugins/spamassassin/spamassassin.c
7461         * src/plugins/spamassassin/spamassassin.h
7462         * src/plugins/spamassassin/spamassassin_gtk.c
7463                 Cleanup SA prefs page (more)
7464                 Patch by Fabien Vantard
7465
7466 2006-03-10 [paul]       2.0.0cvs129
7467
7468         * src/prefs_msg_colors.c
7469         * src/prefs_spelling.c
7470                 widget sensitivity
7471
7472 2006-03-09 [mones]      2.0.0cvs128
7473
7474         * po/es.po
7475                 Update for next RC
7476
7477 2006-03-09 [wwp]        2.0.0cvs127
7478
7479         * configure.ac
7480                 revert accidental commit (requirement for libetpan 0.43), this time
7481                 not in HEAD.
7482
7483 2006-03-09 [wwp]        2.0.0cvs125
7484
7485         * configure.ac
7486                 revert accidental commit (requirement for libetpan 0.43)
7487
7488 2006-03-09 [paul]       2.0.0cvs126
7489
7490         * src/prefs_receive.c
7491                 remove useless frame
7492                 replace 'incorporation' with 'receiving'
7493         * src/plugins/clamav/clamav_plugin_gtk.c
7494         * src/plugins/spamassassin/spamassassin_gtk.c
7495                 improve widget sensitivity
7496                 fix a bit his engrish
7497
7498 2006-03-09 [wwp]        2.0.0cvs125
7499
7500         * src/addressadd.c
7501         * src/foldersel.c
7502         * src/prefs_common.c
7503         * src/prefs_common.h
7504                 remember some more windows' sizes (add to addressbook and
7505                 select folder).
7506
7507 2006-03-09 [paul]       2.0.0cvs124
7508
7509         * src/plugins/pgpcore/prefs_gpg.c
7510                 normalise construction of dialogue
7511
7512 2006-03-09 [paul]       2.0.0cvs123
7513
7514         * src/plugins/trayicon/Makefile.am
7515                 add missing slash
7516
7517 2006-03-08 [colin]      2.0.0cvs122
7518
7519         * src/plugins/trayicon/Makefile.am
7520                 Fix build in separate dir 
7521                 Patch by Bamanzi <bamanzi@gmail.com>
7522
7523 2006-03-08 [colin]      2.0.0cvs121
7524
7525         * src/procmsg.c
7526                 Batch move and copies from summaryview with delayed execution
7527                 too
7528
7529 2006-03-07 [paul]       2.0.0cvs120
7530
7531         * src/common/utils.c
7532                 fix highlighting of URIs containing "()"
7533                 Patch by Pawel Pekala
7534
7535 2006-03-07 [paul]       2.0.0cvs119
7536
7537         * src/folder.c
7538         * src/folder.h
7539         * src/folderview.c
7540                 immediately do alphabetical resort when
7541                 changing a folder's name
7542                 Patch by Pawel Pekala
7543
7544 2006-03-07 [paul]       2.0.0cvs118
7545
7546         * src/news.c
7547         * src/news_gtk.c
7548                 when unsubscribing a newsgroup, remove the
7549                 folder and msgs in .sylpheed-claws/newscache
7550                 Patch by Pawel Pekala <c0rn@gazeta.pl>
7551
7552 2006-03-07 [paul]       2.0.0cvs117
7553
7554         * src/textview.c
7555                 fix wrong Fake URL Warning
7556                 Thanks to Hiro
7557
7558 2006-03-07 [colin]      2.0.0cvs116
7559
7560         * src/imap.c
7561                 Return immediately when password dialog was
7562                 cancelled
7563         * src/gtk/inputdialog.c
7564                 Allow empty strings for passwords
7565
7566
7567 2006-03-06 [colin]      2.0.0cvs115
7568
7569         * src/imap.c
7570                 Prevent double-timeouts when connection fails
7571
7572 2006-03-06 [colin]
7573
7574         2.0.1-rc1 released
7575
7576 2006-03-06 [colin]      2.0.0cvs114
7577
7578         * src/imap.c
7579                 Refresh session during potentially long
7580                 operations
7581
7582 2006-03-06 [wwp]        2.0.0cvs113
7583
7584         * src/prefs_msg_colors.h
7585                 forgot that one (custom color labels).
7586
7587 2006-03-06 [wwp]        2.0.0cvs112
7588
7589         * src/prefs_common.c
7590         * src/prefs_common.h
7591         * src/prefs_msg_colors.c
7592         * src/summaryview.c
7593         * src/summaryview.h
7594         * src/gtk/colorlabel.c
7595         * src/gtk/colorlabel.h
7596                 colors in messages list are now customizable. Color values and names can
7597                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
7598                 Thanks to Paul and Colin for their help with this longstanding patch!
7599
7600 2006-03-06 [wwp]        2.0.0cvs111
7601
7602         * src/textview.c
7603                 don't crash if (x)face is bad.
7604
7605 2006-03-05 [paul]       2.0.0cvs110
7606
7607         * AUTHORS
7608         * configure.ac
7609         * src/Makefile.am
7610         * src/common/Makefile.am
7611         * src/common/utils.h
7612         * src/etpan/imap-thread.c
7613         * src/gtk/authors.h
7614         * src/plugins/clamav/Makefile.am
7615         * src/plugins/demo/Makefile.am
7616         * src/plugins/dillo_viewer/Makefile.am
7617         * src/plugins/pgpcore/Makefile.am
7618         * src/plugins/pgpcore/passphrase.c
7619         * src/plugins/pgpinline/Makefile.am
7620         * src/plugins/pgpmime/Makefile.am
7621         * src/plugins/spamassassin/Makefile.am
7622         * src/plugins/trayicon/Makefile.am
7623                 fix builiding on cygwin
7624                 Patch by Ralgh Young <bamanzi@gmail.com>
7625
7626 2006-03-04 [wwp]        2.0.0cvs109
7627
7628         * manual/keyboard.xml
7629                 fix mixed up/down keys.
7630
7631 2006-03-04 [wwp]        2.0.0cvs108
7632
7633         * README
7634         * INSTALL
7635                 updated links to SpamAssassin.
7636
7637 2006-03-04 [wwp]        2.0.0cvs107
7638
7639         * manual/plugins.xml
7640         * src/plugins/spamassassin/README
7641                 updated SpamAssassin plugin docs to reflect new functional additions
7642                 (also fix/update/documents few technical stuff more, see the README).
7643
7644 2006-03-04 [wwp]        2.0.0cvs106
7645
7646         * src/prefs_message.c
7647                 normalized capitalization of message-prefs paths.
7648
7649 2006-03-04 [wwp]        2.0.0cvs105
7650
7651         * manual/advanced.xml
7652                 typo.
7653
7654 2006-03-03 [colin]      2.0.0cvs104
7655
7656         * src/plugins/clamav/clamav_plugin_gtk.c
7657                 Rework prefs page, patch by Fabien 
7658
7659 2006-03-03 [colin]      2.0.0cvs103
7660
7661         * src/plugins/clamav/clamav_plugin.c
7662                 Set error on all errors
7663
7664 2006-03-03 [colin]      2.0.0cvs102
7665
7666         * src/common/plugin.c
7667                 Initialize error to avoid crashing when a plugin fails
7668                 without setting error
7669
7670 2006-03-02 [wwp]        2.0.0cvs101
7671
7672         * configure.ac
7673                 fixed linker flags for libetpan support on Cygwin
7674                 (thanks to H.Merijn Brand).
7675
7676 2006-03-02 [wwp]        2.0.0cvs100
7677
7678         * src/addressbook.c
7679                 fix some AB error messages: one for punctuation and
7680                 one wrongly duplicate (thanks, maxbritov).
7681
7682 2006-03-02 [wwp]        2.0.0cvs99
7683
7684         * src/plugins/spamassassin/spamassassin.c
7685                 make sync calls to sa-learn/spamc to prevent
7686                 system (whatever local or client/server) overload.
7687
7688 2006-03-02 [colin]      2.0.0cvs98
7689
7690         * src/summaryview.c
7691                 Put the spam icon in the status column instead of the
7692                 mark one
7693
7694 2006-03-01 [colin]      2.0.0cvs97
7695
7696         * src/plugins/spamassassin/spamassassin.c
7697                 Fix segfault (g_file_set_contents fails for some 
7698                 reason and err==0x2f. Can't find out why with
7699                 valgrind, using working function :-)
7700
7701 2006-03-01 [colin]      2.0.0cvs96
7702
7703         * src/inc.c
7704                 Offline overriding: let 'No' be cached only 3 seconds
7705
7706 2006-03-01 [colin]      2.0.0cvs95
7707
7708         * src/addr_compl.c
7709         * src/addrbook.c
7710         * src/addressbook.c
7711         * src/addrindex.c
7712         * src/folder_item_prefs.c
7713         * src/headerview.c
7714         * src/imap.c
7715         * src/inc.c
7716         * src/ldif.c
7717         * src/mainwindow.c
7718         * src/mh.c
7719         * src/msgcache.c
7720         * src/prefs_common.h
7721         * src/prefs_msg_colors.c
7722         * src/procheader.c
7723         * src/procheader.h
7724         * src/procmime.c
7725         * src/procmsg.c
7726         * src/procmsg.h
7727         * src/send_message.h
7728         * src/simple-gettext.c
7729         * src/summaryview.c
7730         * src/summaryview.h
7731         * src/syldap.c
7732         * src/textview.c
7733         * src/undo.c
7734         * src/common/ssl_certificate.c
7735         * src/common/utils.c
7736         * src/gtk/colorsel.c
7737         * src/gtk/gtksctree.c
7738         * src/gtk/gtkshruler.c
7739         * src/plugins/trayicon/trayicon.c
7740                 #if 0 goes to /dev/null
7741
7742 2006-03-01 [colin]      2.0.0cvs94
7743
7744         * src/compose.c
7745         * src/imap.c
7746         * src/inc.c
7747         * src/inc.h
7748         * src/messageview.c
7749         * src/news.c
7750         * src/plugins/spamassassin/spamassassin.c
7751                 Allow to add information in the "working offline"
7752                 window
7753
7754 2006-03-01 [wwp]        2.0.0cvs93
7755
7756         * src/plugins/spamassassin/spamassassin.c
7757                 fixed spamc invocation: use a tricky temporary mini shell wrapper
7758                 'cause it seems that calling `spamc ... < inputfile` with
7759                 g_spawn_(a)sync simply.. erm doesn't work :-).
7760
7761 2006-03-01 [wwp]        2.0.0cvs92
7762
7763         * src/toolbar.c
7764         * src/toolbar.h
7765                 simplify the adding of spam/ham button to the messageview toolbar
7766                 (it gets more clear now that the same button will be "Mark as spam"
7767                 or "Mark as ham" according to the current message status,
7768                 thanks to Colin).
7769
7770 2006-03-01 [wwp]        2.0.0cvs91
7771
7772         * src/messageview.c
7773         * src/procmsg.c
7774         * src/procmsg.h
7775         * src/summaryview.c
7776         * src/plugins/spamassassin/spamassassin.c
7777         * src/plugins/spamassassin/spamassassin.h
7778                 make learner callbacks return a status (0 for ok),
7779                 handle it in main code to avoid setting flags when learning failed,
7780                 don't learn on TCP if offline in spamassassin,
7781                 thanks to Colin.
7782
7783                 
7784
7785 2006-03-01 [wwp]        2.0.0cvs90
7786
7787         * src/compose.c
7788                 some work around the compose window's account menu,
7789                 patch by Fabien Vantard.
7790
7791 2006-03-01 [wwp]        2.0.0cvs89
7792
7793         * src/plugins/spamassassin/spamassassin.c
7794                 fixed bad logics, was using spamc in local mode and sa-learn
7795                 in remote mode (thanks, Colin).
7796
7797 2006-03-01 [wwp]        2.0.0cvs88
7798
7799         * src/plugins/spamassassin/spamassassin.c
7800         * src/plugins/spamassassin/spamassassin.h
7801         * src/plugins/spamassassin/spamassassin_gtk.c
7802                 made processing of emails w/ sa-plugin an option (default is TRUE),
7803                 fixed Engrish some tooltips, capitalization of some debug messages
7804                 and warnings. The spamassassin plugin now provides two separate
7805                 services: process emails upon incorporation and spamd training.
7806                 Both services (un)register independently but use some common
7807                 plugin settings (transport settings, spam storage location).
7808
7809 2006-02-28 [wwp]        2.0.0cvs87
7810
7811         * src/plugins/spamassassin/spamassassin.c
7812                 fix async flag to spamc cmdline execution (batch exec should
7813                 be asynchronous).
7814
7815 2006-02-27 [wwp]        2.0.0cvs86
7816
7817         * src/plugins/spamassassin/spamassassin.c
7818         * src/plugins/spamassassin/spamassassin.h
7819         * src/plugins/spamassassin/spamassassin_gtk.c
7820                 - added the ability to learn a remote spamassassin server (spamd),
7821                 using spamc.
7822                 - added the spamassassin option 'username', that applies to all
7823                 spamassassin operations (filtering, learning, local or remote).
7824                 The default username is the current unix user (if left blank
7825                 from gtk prefs or config file).
7826                 - commented out some unused code (notebook widget), removed unused
7827                 layout (hbox1).
7828                 - make more widgets sensitive to the transport type.
7829
7830 2006-02-27 [colin]      2.0.0cvs85
7831
7832         * src/plugins/spamassassin/spamassassin.c
7833                 Fix sa-learn call when offline
7834
7835 2006-02-27 [colin]      2.0.0cvs84
7836
7837         * configure.ac
7838         * src/Makefile.am
7839         * src/mainwindow.c
7840         * src/mainwindow.h
7841         * src/messageview.c
7842         * src/messageview.h
7843         * src/prefs_toolbar.c
7844         * src/procmsg.c
7845         * src/stock_pixmap.c
7846         * src/stock_pixmap.h
7847         * src/summaryview.c
7848         * src/toolbar.c
7849         * src/toolbar.h
7850         * src/pixmaps/ham_btn.xpm
7851         * src/pixmaps/spam.xpm
7852         * src/pixmaps/spam_btn.xpm
7853         * src/plugins/spamassassin/spamassassin.c
7854                 Add button in toolbar for spam learning
7855                 Fix a few bugs from the last related commit
7856                 Revert 1.9.6cvs23 which messed up shift-selection
7857
7858 2006-02-24 [colin]      2.0.0cvs83
7859
7860         * src/procmsg.c
7861         * src/summaryview.c
7862         * src/summaryview.h
7863         * src/plugins/spamassassin/spamassassin.c
7864         * src/plugins/spamassassin/spamassassin.h
7865         * src/plugins/spamassassin/spamassassin_gtk.c
7866                 Unregister learner when spamassassin is either
7867                 disabled or over tcp
7868
7869 2006-02-24 [colin]      2.0.0cvs82
7870
7871         * src/Makefile.am
7872         * src/mainwindow.c
7873         * src/mainwindow.h
7874         * src/procmsg.c
7875         * src/procmsg.h
7876         * src/stock_pixmap.c
7877         * src/stock_pixmap.h
7878         * src/summaryview.c
7879         * src/summaryview.h
7880         * src/gtk/icon_legend.c
7881         * src/pixmaps/spam.xpm  ** NEW FILE **
7882         * src/plugins/spamassassin/spamassassin.c
7883         * src/plugins/spamassassin/spamassassin_gtk.c
7884                 Add spam learning interface (Mark/Mark as 
7885                 (spam|ham) menus)
7886
7887 2006-02-24 [wwp]        2.0.0cvs81
7888
7889         * src/compose.c
7890         * src/compose.h
7891         * src/filtering.c
7892                 hide compose window when sending message in batch mode
7893                 (filtering: forward and redirect). Also fixed a wrong
7894                 value returned when sending failed, neutral anyway.
7895                 (Colin, me) 
7896
7897 2006-02-24 [wwp]        2.0.0cvs80
7898
7899         * src/mainwindow.c
7900                 use GTK+'s stock quit button. Patch by Fabien Vantard.
7901
7902 2006-02-24 [paul]       2.0.0cvs79
7903
7904         * src/news.c
7905         * src/news.h
7906         * src/news_gtk.c
7907                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
7908                 Thanks to Colin
7909
7910 2006-02-23 [colin]      2.0.0cvs78
7911
7912         * src/alertpanel.c
7913                 Change OK to Close in alertpanel with View log
7914                 button; add accel to View log. Patch by Fabien
7915                 Vantard
7916
7917 2006-02-23 [wwp]        2.0.0cvs77
7918
7919         * src/compose.c
7920                 silly me, there were much more tests to perform, since toolbars can
7921                 really have down to 1 element only.
7922
7923 2006-02-23 [wwp]        2.0.0cvs76
7924
7925         * commitHelper
7926                 fixed indentation from my previous commit. Fallback to VISUAL if
7927                 EDITOR is not set (and to vi, at last resort).
7928
7929 2006-02-23 [wwp]        2.0.0cvs75
7930
7931         * commitHelper
7932                 improved error detection (Colin, me).
7933
7934 2006-02-23 [wwp]        2.0.0cvs74
7935
7936         * src/prefs_toolbar.c
7937                 simplify and fix prefs/toolbars layouting. Combos' contents can
7938                 now be really displayed.
7939
7940 2006-02-23 [wwp]        2.0.0cvs73
7941         simplifies and fix prefs/toolbars layouting. Combos' contents can now
7942         be really displayed.
7943
7944 2006-02-22 [wwp]        2.0.0cvs72
7945
7946         * src/compose.c
7947                 fix a typo in my previous commit (sorry!).
7948
7949 2006-02-22 [wwp]        2.0.0cvs71
7950
7951         * src/prefs_toolbar.c
7952                 fix a crash when adding separators to toolbars,
7953                 also fix some separator item information.
7954
7955 2006-02-22 [wwp]        2.0.0cvs70
7956
7957         * src/compose.c
7958                 fix a crash when redirecting (for instance) when compose window's
7959                 toolbar contents has been customized (when some buttons have been
7960                 removed in fact).
7961
7962 2006-02-21 [wwp]        2.0.0cvs69
7963
7964         * src/summaryview.c
7965         * src/gtk/pluginwindow.c
7966         * src/plugins/pgpcore/prefs_gpg.c
7967                 fix some compilation warnings (feat. remains of removed code).
7968
7969 2006-02-21 [wwp]        2.0.0cvs68
7970
7971         * src/gtk/gtkutils.c
7972                 fix two compilation issues, thanks to Stephan Sachse.
7973
7974 2006-02-20 [colin]      2.0.0cvs67
7975
7976         * src/mainwindow.c
7977                 Don't reselect displayed mail on refocus
7978                 This fixes actions misbehaving 
7979
7980 2006-02-20 [wwp]        2.0.0cvs66
7981
7982         * src/summaryview.c
7983         * src/gtk/gtksctree.c
7984         * src/gtk/gtkshruler.c
7985                 changed more runtime typecast checks.
7986
7987 2006-02-20 [wwp]        2.0.0cvs65
7988
7989         * src/summary_search.c
7990                 find all - summaryview refresh issue fixed, thanks to Colin.
7991
7992 2006-02-20 [wwp]        2.0.0cvs64
7993
7994         * src/gtk/gtkutils.c
7995                 better runtime typecast checks.
7996
7997 2006-02-20 [wwp]        2.0.0cvs63
7998
7999         * src/summary_search.c
8000                 enhancements to the summary search:
8001                         - add the ability to stop the running search
8002                           (upon ESC-key press, new Stop button or when Clear button is pressed)
8003                         - don't search if no criteria (From/To/Subject/Body) is set
8004                         - ensure that a busy mouse pointer is always shown when searching,
8005                           show it even a bit earlier
8006
8007 2006-02-19 [colin]      2.0.0cvs62
8008
8009         * src/compose.c
8010         * src/imap.c
8011         * src/etpan/imap-thread.c
8012         * src/etpan/imap-thread.h
8013                 (Future) IMAP speed improvement on sending
8014                 Will require a libetpan update
8015         * src/summaryview.c
8016         * src/gtk/quicksearch.c
8017                 Make quicksearch clearable while running.
8018
8019 2006-02-17 [colin]      2.0.0cvs61
8020
8021         * src/imap.c
8022         * src/etpan/imap-thread.c
8023         * src/etpan/imap-thread.h
8024                 Check for IMAP certificates
8025                 ** Requires libetpan-0.42-cvs4 
8026                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
8027
8028 2006-02-17 [colin]      2.0.0cvs60
8029
8030         * src/messageview.c
8031         * src/prefs_common.c
8032         * src/prefs_common.h
8033         * src/prefs_message.c
8034                 Add pref to display HTML-only mails with plugin, 
8035                 if possible (defaulting to FALSE of course).
8036
8037 2006-02-16 [colin]      2.0.0cvs59
8038
8039         * src/main.c
8040         * src/common/plugin.c
8041         * src/common/plugin.h
8042         * src/gtk/pluginwindow.c
8043                 Keep track of requested (but unloaded) plugins
8044                 in some error cases.
8045
8046 2006-02-16 [wwp]        2.0.0cvs58
8047
8048         * src/gtk/gtkaspell.c
8049         * src/gtk/gtkaspell.h
8050         * src/prefs_spelling.c
8051         * src/compose.c
8052         * src/prefs_common.c
8053         * src/prefs_common.h
8054                 implemented new optional spellchecker behaviour: re-check message when
8055                 dictionary got changed (from compose-window/context-menu/Change dictionary).
8056
8057 2006-02-16 [wwp]        2.0.0cvs57
8058
8059         * src/quote_fmt_parse.y
8060                 pclose popen'ed pipe.
8061
8062 2006-02-15 [colin]      2.0.0cvs56
8063
8064         * src/mimeview.c
8065         * src/mimeview.h
8066                 Let MimeViewers know which MimeView they
8067                 depend of.
8068         * src/summaryview.c
8069                 Swap From/To columns in Sent/Queue/Drafts
8070                 folders
8071         * src/etpan/imap-thread.c
8072                 Use mailstream_low_tls_open() for STARTTLS
8073                 instead of mailstream_low_ssl_open()
8074                 ** REQUIRES libetpan 0.42cvs3 **
8075
8076 2006-02-15 [wwp]        2.0.0cvs55
8077
8078         * src/compose.c
8079         * src/compose.h
8080         * src/message_search.c
8081         * src/message_search.h
8082         * src/textview.c
8083         * src/gtk/gtkutils.c
8084         * src/gtk/gtkutils.h
8085                 added the ability to Find text in the compose window (and a bit
8086                 of code factorization).
8087
8088 2006-02-15 [wwp]        2.0.0cvs54
8089
8090         * src/prefs_gtk.c
8091                 yet another one file was missing (fix for some widgets' sensitivity).
8092                 Thanks Colin!
8093
8094 2006-02-15 [wwp]        2.0.0cvs53
8095
8096         * src/prefs_gtk.h
8097                 oops forgot that file (fix for some widgets' sensitivity).
8098
8099 2006-02-15 [wwp]        2.0.0cvs52
8100
8101         * src/summary_search.c
8102                 implemented advanced summary search options (added the ability
8103                 to use matcher conditions in an advanced search mode).
8104
8105 2006-02-15 [wwp]        2.0.0cvs51
8106
8107         * src/plugins/pgpcore/prefs_gpg.c
8108         * src/prefs_account.c
8109                 fix some widget sensitivity, mostly around some labels in
8110                 account prefs.
8111
8112 2006-02-15 [paul]       2.0.0cvs50
8113
8114         * manual/advanced.xml
8115                 improve Templates info
8116                 written by wwp
8117
8118 2006-02-14 [colin]      2.0.0cvs49
8119
8120         * src/pixmaps/address_book.xpm
8121         * src/pixmaps/preferences.xpm
8122         * src/pixmaps/properties.xpm
8123                 Fix pixmap size - patch by Fabien Vantard
8124
8125 2006-02-13 [colin]      2.0.0cvs48
8126
8127         * src/procmime.c
8128                 Add missing fclose()s on error
8129         * src/textview.c
8130                 Remove unused code
8131         * src/common/utils.c
8132                 Fix temp files not being deleted on windows
8133         Patches by Thomas Gilgin
8134
8135 2006-02-13 [colin]      2.0.0cvs47
8136
8137         * src/mainwindow.c
8138                 Fix exit crash
8139
8140 2006-02-13 [wwp]        2.0.0cvs46
8141
8142         * src/plugins/pgpcore/prefs_gpg.c
8143                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
8144
8145 2006-02-12 [colin]      2.0.0cvs45
8146
8147         * src/folderview.c
8148         * src/main.c
8149         * src/mainwindow.c
8150                 Fix "stuff" when quitting
8151
8152 2006-02-12 [wwp]        2.0.0cvs44
8153
8154         * src/prefs_themes.c
8155                 fix typos in debug messages.
8156
8157 2006-02-11 [colin]      2.0.0cvs43
8158
8159         * src/summaryview.c
8160                 don't allow drag/drop from ourself
8161
8162 2006-02-10 [wwp]        2.0.0cvs42
8163
8164         * src/exporthtml.c
8165         * src/html.c
8166         * src/html.h
8167         * src/procmime.c
8168         * src/textview.c
8169                 renamed html_ prefixed functions and data structures to avoid
8170                 namespace clashes w/ other software (gtkhtml2 for instance).
8171                 Closes bug #907.
8172
8173
8174 2006-02-09 [colin]      2.0.0cvs41
8175
8176         * src/summaryview.c
8177                 Fix shitty logic messed up. Thanks Ticho for the hint!
8178
8179 2006-02-09 [wwp]        2.0.0cvs40
8180
8181         * src/gtk/about.c
8182         * src/compose.c
8183         * src/prefs_account.c
8184         * src/prefs_gtk.h
8185         * src/editaddress.c
8186                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
8187                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
8188                 Browse buttons in accounts prefs.
8189
8190 2006-02-09 [colin]      2.0.0cvs39
8191
8192         * src/matcher.c
8193                 Check for pointer before using its members
8194         * src/gtk/gtksourceprintjob.c
8195                 Fix a wrong warning
8196
8197 2006-02-09 [wwp]        2.0.0cvs38
8198
8199         * src/gtk/filesel.c
8200                 fix few compiler warnings (type mismatch).
8201
8202 2006-02-09 [paul]       2.0.0cvs37
8203
8204         * po/fr.po
8205                 updated by Fabien Vantard
8206
8207 2006-02-08 [colin]      2.0.0cvs36
8208
8209         * src/prefs_common.c
8210         * src/common/defs.h
8211         * src/common/plugin.c
8212                 allow windows and linux configurations to coexist
8213                 patch by Thomas Gilgin
8214
8215 2006-02-08 [colin]      2.0.0cvs35
8216
8217         * src/filtering.c
8218         * src/matcher.c
8219         * src/matcher.h
8220         * src/matcher_parser_parse.y
8221         * src/prefs_filtering_action.c
8222         * src/prefs_matcher.c
8223                 Add the "Ignore thread" filtering
8224                 action
8225
8226 2006-02-08 [colin]      2.0.0cvs34
8227
8228         * src/compose.c
8229         * src/procmime.c
8230         * src/procmime.h
8231                 Fix bug #905 (damaged attachment)
8232                 text files with raw \0's aren't really text files
8233         FOR_STABLE
8234
8235 2006-02-08 [colin]      2.0.0cvs33
8236
8237         * src/summaryview.c
8238                 Fix crasher introduced yesterday
8239
8240 2006-02-08 [wwp]        2.0.0cvs32
8241
8242         * src/compose.c
8243         * src/compose.h
8244                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
8245
8246 2006-02-08 [wwp]        2.0.0cvs31
8247
8248         * src/prefs_template.c
8249                 templates enhancement: allow address completion for Cc and Bcc fields
8250                 (it was currently possible for the To field only)
8251
8252 2006-02-08 [colin]      2.0.0cvs30
8253
8254         * src/compose.c
8255                 Don't unblock if not blocked
8256         FOR_STABLE
8257
8258 2006-02-07 [colin]      2.0.0cvs29
8259
8260         * src/action.c
8261                 Forgot to refresh summaryview
8262
8263 2006-02-07 [colin]      2.0.0cvs28
8264
8265         * src/action.c
8266                 Freeze/thaw message list and folder list while
8267                 processing %as{} actions 
8268         * src/compose.c
8269                 Fix auto-wrap disabling after a middle-click
8270                 paste - FOR_STABLE
8271
8272 2006-02-07 [paul]       2.0.0cvs27
8273
8274         * src/folder.c
8275                 fix freeing of uninitialised pointers
8276                 Thanks to Colin
8277
8278 2006-02-06 [colin]      2.0.0cvs26
8279
8280         * src/folder.c
8281                 Use g_slist_prepend in potentially big list
8282
8283 2006-02-06 [colin]      2.0.0cvs25
8284
8285         * src/folder.c
8286                 Completely skip processing if it doesn't 
8287                 exist (faster!)
8288
8289 2006-02-06 [colin]      2.0.0cvs24
8290
8291         * src/folder.c
8292         * src/summaryview.c
8293                 Batch filtering in summaryview (from Tools menu)
8294                 and pre/post//-processing too
8295
8296 2006-02-06 [colin]      2.0.0cvs23
8297
8298         * src/procmsg.h
8299         * src/filtering.c
8300                 Use a special field for batch filtering instead
8301                 of stepping on deferred execution's toes
8302
8303 2006-02-06 [colin]      2.0.0cvs22
8304
8305         * src/action.c
8306         * src/filtering.c
8307         * src/filtering.h
8308         * src/folder.c
8309         * src/summaryview.c
8310                 Fix filtering via menus and actions
8311
8312 2006-02-06 [colin]      2.0.0cvs21
8313
8314         * src/imap.c
8315                 Put the added file directly to cache if possible (will work
8316                 with next libetpan)
8317         * src/filtering.c
8318         * src/filtering.h
8319         * src/inc.c
8320         * src/folder.c
8321         * src/mbox.c
8322         * src/procmsg.h
8323                 Move and copy filtered messages by batches instead of one
8324                 by one - faster on IMAP
8325         * src/procmsg.c
8326                 Add a function that'll possibly be useful later
8327
8328 2006-02-06 [colin]      2.0.0cvs20
8329
8330         * src/addressbook.c
8331                 Use internal mime-type instead of text/plain for d'n'd
8332         * src/compose.c
8333                 Allow attaching files from mimeview's icon list via d'n'd
8334         * src/folderview.c
8335         * src/folderview.h
8336                 Use internal mime-type instead of text/plain for d'n'd
8337                 Don't try to selected opened folder if none is
8338                 Factorize d'n'd from other apps code
8339         * src/headerview.c
8340         * src/textview.c
8341         * src/gtk/gtkutils.c
8342         * src/gtk/gtkutils.h
8343                 Factorize Face/X-Face stuff
8344         * src/mimeview.c
8345                 Fix d'n'd to other apps
8346         * src/prefs_message.c
8347                 Let the XFace pref be usable without libcompface as it also
8348                 applies to Face
8349         * src/summaryview.c
8350                 Fix d'n'd to other apps
8351                 Factorize d'n'd from other apps code
8352
8353 2006-02-06 [wwp]        2.0.0cvs19
8354
8355         * po/it.po
8356                 Italian translation fixes by Andrea Spadaccini (no more confusion
8357                 between filtering and processing, and few changes in the About
8358                 dialog).
8359
8360
8361 2006-02-06 [mones]      2.0.0cvs18
8362
8363         * src/gtk/icon_legend.c
8364                 Improved descriptions allowing better translations
8365
8366 2006-02-05 [colin]      2.0.0cvs17
8367
8368         * src/imap.c
8369                 Add the f*cking missing expunge that caused imap_fetch_env
8370                 to fail after an add_msgs ! :-///
8371         * src/etpan/imap-thread.c
8372                 Add a bit of debug
8373         FOR_STABLE
8374
8375 2006-02-05 [colin]      2.0.0cvs16
8376
8377         * src/common/utils.c
8378                 Don't check for return-path (or we can't put
8379                 back non-sent mails)
8380
8381 2006-02-05 [colin]      2.0.0cvs15
8382
8383         * src/textview.c
8384                 Don't try to display Face header in textview
8385                 when teh headerview's active
8386
8387 2006-02-05 [colin]      2.0.0cvs14
8388
8389         * tools/tbird2syl.py
8390         * tools/Makefile.am
8391                 Add script to import Thunderbird mails
8392
8393 2006-02-05 [colin]      2.0.0cvs13
8394
8395         * src/headerview.c
8396         * src/procheader.c
8397         * src/procmsg.c
8398         * src/procmsg.h
8399         * src/textview.c
8400                 Show Face headers - patch partially by Klaus Flittner
8401
8402 2006-02-05 [colin]      2.0.0cvs12
8403
8404         * src/folderview.c
8405         * src/summaryview.c
8406         * src/common/utils.c
8407         * src/common/utils.h
8408                 Let dnd work from mime icons to summaryview
8409                 and to folderview too
8410                 Add a crude test to avoid trying to add files
8411                 drag'n'dropped when they're not mails
8412
8413 2006-02-04 [colin]      2.0.0cvs11
8414
8415         * src/summaryview.c
8416         * src/mimeview.c
8417                 Fix utf8 conversion
8418
8419 2006-02-04 [colin]      2.0.0cvs10
8420
8421         * src/compose.c
8422         * src/folderview.c
8423         * src/mimeview.c
8424         * src/summaryview.c
8425         * src/summaryview.h
8426                 Added various drag and drop capas:
8427                 From                    To
8428                 summaryview             other apps
8429                 mimeview icons          other apps
8430                 other apps              summaryview
8431                 other apps              folderview
8432
8433                 This shouldn't have broken the existing:
8434                 From                    To
8435                 summaryview             folderview
8436                 folderview              folderview
8437                 summaryview             compose's attachments
8438
8439         Tests welcomed.
8440
8441 2006-02-02 [paul]       2.0.0cvs9
8442
8443         * src/mainwindow.c
8444                 move global option 'Set displayed columns...' out
8445                 of folder option grouping.
8446                 fix sensitivity of 'harvest addresses'
8447         FOR_STABLE
8448
8449 2006-02-01 [colin]      2.0.0cvs8
8450
8451         * src/mimeview.c
8452                 Revert the alertpanel patch, it sucks (intrusive
8453                 and gets in the way of "open")
8454
8455 2006-02-01 [colin]      2.0.0cvs7
8456
8457         * src/compose.c
8458         * src/prefs_account.c
8459         * src/prefs_common.c
8460         * src/common/defs.h
8461         * src/common/utils.c
8462         * src/common/utils.h
8463                 Add ability to edit the signature file
8464                 from the account preferences, and use
8465                 a default for the text editor.
8466                 Patch by Fabien Vantard
8467
8468 2006-02-01 [colin]      2.0.0cvs6
8469
8470         * src/mimeview.c
8471                 Try to get mime type by extension if it is
8472                 application/octet-stream
8473                 Display a window with possible choices when
8474                 encountering unknown mime types
8475         * src/gtk/filesel.c
8476         * src/gtk/filesel.h
8477                 Add preview
8478                 Allow multiple selection in filtered filesel
8479                 (patch by Fabien Vantard)
8480         * src/gtk/pluginwindow.c
8481                 Use it (patch by Fabien Vantard)
8482
8483 2006-02-01 [paul]       2.0.0cvs5
8484
8485         * src/jpilot.c
8486                 fix crash on creating jpilot address book
8487                 Thanks to Colin - FOR_STABLE
8488         * src/prefs_summaries.c
8489         * src/prefs_wrapping.c
8490         * src/gtk/icon_legend.c
8491         * src/gtk/quicksearch.c
8492                 string fixes and additions
8493
8494 2006-02-01 [paul]       2.0.0cvs4
8495
8496         * src/compose.c
8497         * src/mainwindow.c
8498         * src/messageview.c
8499         * src/prefs_send.c
8500                 add Arabic encoding option
8501                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
8502
8503 2006-01-31 [colin]      2.0.0cvs3
8504
8505         * src/plugins/pgpcore/passphrase.c
8506                 Convert passphrase to locale encoding
8507         * src/compose.c
8508                 Fix drafting on IMAP. Crappy bug sneaked in
8509                 the release :-/
8510         FOR_STABLE
8511
8512 2006-01-30 [paul]       2.0.0cvs2
8513
8514         * src/gtk/icon_legend.c
8515                 show the new entries
8516
8517 2006-01-30 [colin]      2.0.0cvs1
8518
8519         * src/manual.c
8520                 Check for the file to be present before 
8521                 enabling the menu - FOR_STABLE
8522         * src/gtk/icon_legend.c
8523                 Add folders icons (not all of them, there
8524                 are too much, but the most intriguing ones)
8525
8526 2006-01-30 [paul]       2.0.0
8527
8528         version 2.0.0 released
8529
8530 2006-01-30 [paul]       1.9.100cvs200
8531
8532         * manual/faq.xml
8533         * manual/gpl.xml
8534         * manual/intro.xml
8535         * manual/starting.xml
8536         * manual/sylpheed-claws-manual.xml
8537                 fixes, additions
8538
8539 2006-01-29 [mones]      1.9.100cvs199
8540
8541         * manual/account.xml
8542         * manual/advanced.xml
8543         * manual/glossary.xml
8544                 Some typos fixed, added LDIF term to glossary
8545         * po/es.po
8546                 Fixed leading plus symbol
8547
8548 2006-01-29 [paul]       1.9.100cvs198
8549
8550         * po/fi.po
8551         * po/sk.po
8552                 updated by Tommi Pirinen and Andrej Kacian
8553
8554 2006-01-29 [paul]       1.9.100cvs197
8555
8556         * src/gtk/authors.h
8557                 remove duplicates
8558
8559 2006-01-29 [paul]       1.9.100cvs196
8560
8561         * AUTHORS
8562         * po/nl.po
8563         * src/gtk/authors.h
8564         * tools/claws.i18n.status.pl
8565                 nl translation updated by Tim Dijkstra
8566
8567 2006-01-29 [paul]       1.9.100cvs195
8568
8569         * po/sr.po
8570         * po/sv.po
8571                 updated by Aleksandar Urosevic and Anders Troback
8572
8573 2006-01-28 [colin]      1.9.100cvs194
8574
8575         * src/gtk/gtksourceprintjob.c
8576                 Don't fiddle with PangoLayout when we
8577                 have an image
8578
8579 2006-01-28 [paul]       1.9.100cvs193
8580
8581         * AUTHORS
8582         * po/el.po
8583         * po/zh_CN.po
8584         * src/gtk/authors.h
8585         * tools/claws.i18n.status.pl
8586                 updated translations submitted by Stavros Giannouris
8587                 and Ralgh Young
8588
8589 2006-01-27 [colin]      1.9.100cvs192
8590
8591         * src/summaryview.c
8592         * src/gtk/gtksourceprintjob.c
8593                 Add image printing 
8594                 (libgnomeprint only, of course)
8595
8596 2006-01-27 [paul]       1.9.100cvs191
8597
8598         * po/fr.po
8599         * po/it.po
8600                 updated by Fabien Vantard and Andrea Spadaccini
8601
8602 2006-01-26 [colin]      1.9.100cvs190
8603
8604         * manual/Makefile.am
8605         * configure.ac
8606                 Make building the manual optional 
8607                 (--disable-manual)
8608
8609 2006-01-26 [paul]       1.9.100cvs189
8610
8611         * manual/glossary.xml
8612         * manual/plugins.xml
8613                 edited
8614         * po/en_GB.po
8615                 updated
8616
8617 2006-01-26 [paul]       1.9.100cvs188
8618
8619         * src/prefs_display_header.c
8620         * src/prefs_folder_column.c
8621         * src/prefs_msg_colors.c
8622         * src/prefs_summaries.c
8623         * src/prefs_summary_column.c
8624                 HIGify
8625
8626 2006-01-25 [colin]      1.9.100cvs187
8627
8628         * src/imap.c
8629                 Don't allow moving/copying mails between
8630                 queue/drafts and non-queue/drafts folders
8631                 Fixes bug #897 (message header is resetted 
8632                 if one is copied to Drafts)
8633
8634 2006-01-25 [colin]      1.9.100cvs186
8635
8636         * src/folder.c
8637         * src/mainwindow.c
8638                 Fix subscribed folders not found
8639         * src/compose.c
8640                 Don't try to encode as original mail's charset
8641                 if it's ascii 
8642
8643 2006-01-25 [paul]       1.9.100cvs185
8644
8645         * AUTHORS
8646         * po/Makevars
8647                 updated
8648         * po/de.po
8649         * po/pl.po
8650         * po/pt_BR.po
8651         * po/sr.po
8652                 updates submitted by Stephan Sachse, Emilian Nowak
8653                 and Quar, Frederico Goncalves Guimaraes, and
8654                 Aleksandar Urosevic
8655                 Fix Bug 896, 'PT_BR locale broken'.
8656         * src/gtk/authors.h
8657                 updated
8658
8659 2006-01-24 [mones]      1.9.100cvs184
8660
8661         * manual/glossary.xml
8662                 All current terms finished. Reviewers welcome ;-)
8663         * manual/keyboard.xml
8664                 Fixed column width for pdf output.
8665         * po/es.po
8666                 Updated
8667
8668 2006-01-24 [paul]       1.9.100cvs183
8669
8670         * manual/glossary.xml
8671                 fix id name
8672         * manual/dist/html/Makefile.am
8673         * manual/dist/pdf/Makefile.am
8674         * manual/dist/ps/Makefile.am
8675         * manual/dist/txt/Makefile.am
8676                 fix make deps
8677                 Thanks to Colin
8678
8679 2006-01-24 [mones]      1.9.100cvs182
8680
8681         * manual/glossary.xml
8682                 Nearly finished, some terms missing.
8683
8684 2006-01-23 [paul]       1.9.100cvs181
8685
8686         * manual/dist/html/Makefile.am
8687         * manual/dist/pdf/Makefile.am
8688         * manual/dist/ps/Makefile.am
8689         * manual/dist/txt/Makefile.am
8690         * src/mainwindow.c
8691                 re-enable manual
8692                 Thanks to Colin
8693
8694 2006-01-22 [colin]      1.9.100cvs180
8695
8696         * src/compose.c
8697         * src/gtk/gtkaspell.c
8698                 Don't deselect stuff before right-clicking, with aspell.
8699                 (This prevented right-click Copy, for example).
8700                 Thanks to Clo!
8701
8702 2006-01-22 [paul]       1.9.100cvs179
8703
8704         * src/summary_search.c
8705                 don't fix the widget size as it causes problems
8706                 under localisation.
8707                 Thanks to Emilian Nowak
8708
8709 2006-01-21 [paul]       1.9.100cvs178
8710
8711         * src/prefs_themes.c
8712                 fix broken underlining of label text
8713                 with some translations
8714
8715 2006-01-21 [colin]      1.9.100cvs177
8716
8717         * po/fr.po
8718                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
8719
8720 2006-01-20 [colin]      1.9.100cvs176
8721
8722         * configure.ac
8723         * Makefile.am
8724         * manual/Makefile
8725         * manual/dist/html/.cvsignore
8726         * manual/dist/html/Makefile.am
8727         * manual/dist/pdf/.cvsignore
8728         * manual/dist/pdf/Makefile.am
8729         * manual/dist/ps/.cvsignore
8730         * manual/dist/ps/Makefile.am
8731         * manual/dist/txt/.cvsignore
8732         * manual/dist/txt/Makefile.am
8733                 Autotool-ize manual
8734
8735 2006-01-20 [paul]       1.9.100cvs175
8736
8737         * manual/handling.xml
8738                 make Filtering and Searching entries easier to find
8739         * manual/keyboard.xml
8740                 add the remaining default keybinds
8741         * src/prefs_summaries.c
8742                 update the default keybinds
8743
8744 2006-01-20 [paul]       1.9.100cvs174
8745
8746         * src/addressbook.c
8747         * src/addrgather.c
8748         * src/addrharvest.c
8749         * src/editaddress.c
8750         * src/editgroup.c
8751         * src/exphtmldlg.c
8752         * src/expldifdlg.c
8753         * src/exporthtml.c
8754         * src/exportldif.c
8755         * src/ldif.c
8756                 replace 'e-mail' with 'email'
8757         * src/summary_search.c
8758                 add mnemonic to "Find all" button
8759
8760 2006-01-20 [wwp]        1.9.100cvs173
8761
8762         * src/export.c
8763         * src/import.c
8764                 touched mbox import/export buttons for HIG-compliance
8765
8766 2006-01-19 [paul]       1.9.100cvs172
8767
8768         * manual/account.xml
8769         * manual/addrbook.xml
8770         * manual/advanced.xml
8771         * manual/faq.xml
8772         * manual/handling.xml
8773         * manual/intro.xml
8774         * manual/plugins.xml
8775         * manual/starting.xml
8776                 more editing
8777
8778 2006-01-19 [paul]       1.9.100cvs171
8779
8780         * src/toolbar.c
8781                 allow use of trash button while receiving
8782                 Thanks to Colin
8783
8784 2006-01-19 [wwp]        1.9.100cvs170
8785
8786         * src/gtk/quicksearch.c
8787         * src/compose.c
8788                 force text color to black when yellow background is set
8789
8790 2006-01-19 [colin]      1.9.100cvs169
8791
8792         * src/plugins/trayicon/trayicon.c
8793                 Gray out Get Mail when already getting mail
8794
8795 2006-01-18 [paul]       1.9.100cvs168
8796
8797         * src/compose.c
8798                 give widget yellow background was To is
8799                 set via folder prefs
8800         * src/gtk/quicksearch.c
8801                 give widget yellow background when quick
8802                 search is active.
8803                 Thanks to Colin
8804
8805 2006-01-18 [paul]       1.9.100cvs167
8806
8807         * doc/man/sylpheed-claws.1
8808                 add --subscribe option
8809
8810 2006-01-18 [paul]       1.9.100cvs166
8811
8812         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8813         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8814                 use %U instead of %F (%F is broken for user installed
8815                 files in kde 3.5)
8816
8817 2006-01-18 [colin]      1.9.100cvs165
8818
8819         * src/summaryview.c
8820                 Default to Yes in "No more * messages" dialogs
8821
8822 2006-01-17 [colin]      1.9.100cvs164
8823
8824         * src/compose.c
8825                 Possibly fix an invalid iterator causing
8826                 crash
8827
8828 2006-01-17 [colin]      1.9.100cvs163
8829
8830         * src/mimeview.c
8831                 Fix crash when the image disappears under the
8832                 image viewer
8833
8834 2006-01-16 [colin]      1.9.100cvs162
8835
8836         * src/compose.c
8837                 Fix reenabling autowrap
8838
8839 2006-01-16 [colin]      1.9.100cvs161
8840
8841         * src/compose.c
8842                 reset quote_len before getting quote_str
8843
8844 2006-01-16 [colin]      1.9.100cvs160
8845
8846         * src/account.c
8847         * src/account.h
8848         * src/folder.c
8849         * src/imap_gtk.c
8850         * src/mh_gtk.c
8851                 Fix bug #883 (default inbox does not track folder move)
8852
8853 2006-01-16 [colin]      1.9.100cvs159
8854
8855         * src/compose.c
8856         * src/plugins/pgpcore/passphrase.c
8857                 More buttons fixes
8858
8859 2006-01-16 [paul]       1.9.100cvs158
8860
8861         * src/prefs_actions.c
8862         * src/prefs_filtering_action.c
8863         * src/prefs_matcher.c
8864         * src/quote_fmt.c
8865         * src/gtk/description_window.c
8866         * src/gtk/description_window.h
8867         * src/gtk/quicksearch.c
8868                 description window cleanups
8869
8870 2006-01-15 [colin]      1.9.100cvs157
8871
8872         * src/addressbook.c
8873         * src/prefs_filtering.c
8874                 Same here
8875
8876 2006-01-15 [colin]      1.9.100cvs156
8877
8878         * src/folderview.c
8879         * src/mainwindow.c
8880                 Same for "Empty trash"
8881
8882 2006-01-15 [colin]      1.9.100cvs155
8883
8884         * src/inc.c
8885                 Override offline dialog had Yes by default
8886
8887 2006-01-15 [colin]      1.9.100cvs154
8888
8889         * src/summaryview.c
8890                 Delete selected messages? previously had Yes the default
8891
8892 2006-01-15 [colin]      1.9.100cvs153
8893
8894         * src/folder.c
8895         * src/folder.h
8896         * src/main.c
8897                 Check if a mailbox is loaded after all
8898                 plugins are loaded.
8899
8900 2006-01-15 [colin]      1.9.100cvs152
8901
8902         * src/folder.c
8903                 Don't start wizard when there are unloaded folders (will help
8904                 people with only mbox or maildir mailboxes)
8905
8906 2006-01-14 [colin]      1.9.100cvs151
8907
8908         * src/addressbook.c
8909         * src/expldifdlg.c
8910         * src/importldif.c
8911         * src/importmutt.c
8912         * src/importpine.c
8913         * src/mh_gtk.c
8914                 More HIG compliance and fixes
8915
8916 2006-01-14 [colin]      1.9.100cvs150
8917
8918         * src/prefs_filtering_action.c
8919         * src/foldersel.c
8920                 Two forgotten button order changes
8921
8922 2006-01-14 [colin]      1.9.100cvs149
8923
8924         * src/account.c
8925         * src/addressbook.c
8926         * src/compose.c
8927         * src/folderview.c
8928         * src/imap_gtk.c
8929         * src/mainwindow.c
8930         * src/mh_gtk.c
8931         * src/news_gtk.c
8932         * src/prefs_actions.c
8933         * src/prefs_customheader.c
8934         * src/prefs_filtering.c
8935         * src/prefs_matcher.c
8936         * src/prefs_template.c
8937         * src/ssl_manager.c
8938         * src/summaryview.c
8939         * src/textview.c
8940         * src/toolbar.c
8941                 All deletion confirmations are now "Cancel, Delete" 
8942                 instead of "No, Yes"
8943                 Clarified most of the other "No, Yes" to 
8944                 "Cancel, Descriptive_action"
8945                 Rechanged the "Entry not saved" alerts to have 
8946                 "Close, Continue editing"
8947
8948
8949 2006-01-14 [paul]
8950
8951         * 2.0.0-rc4 released
8952
8953 2006-01-14 [paul]       1.9.100cvs148
8954
8955         * src/account.c
8956         * src/addressadd.c
8957         * src/addressbook.c
8958         * src/compose.c
8959         * src/editaddress.c
8960         * src/editbook.c
8961         * src/editgroup.c
8962         * src/editjpilot.c
8963         * src/editldap.c
8964         * src/editvcard.c
8965         * src/exphtmldlg.c
8966         * src/expldifdlg.c
8967         * src/folderview.c
8968         * src/grouplistdialog.c
8969         * src/imap_gtk.c
8970         * src/importmutt.c
8971         * src/importpine.c
8972         * src/inc.c
8973         * src/main.c
8974         * src/mainwindow.c
8975         * src/message_search.c
8976         * src/messageview.c
8977         * src/mh_gtk.c
8978         * src/mimeview.c
8979         * src/news_gtk.c
8980         * src/prefs_actions.c
8981         * src/prefs_customheader.c
8982         * src/prefs_filtering.c
8983         * src/prefs_matcher.c
8984         * src/prefs_template.c
8985         * src/prefs_themes.c
8986         * src/ssl_manager.c
8987         * src/summary_search.c
8988         * src/summaryview.c
8989         * src/textview.c
8990         * src/toolbar.c
8991         * src/gtk/foldersort.c
8992         * src/gtk/gtkaspell.c
8993         * src/gtk/inputdialog.c
8994         * src/gtk/prefswindow.c
8995         * src/plugins/pgpcore/select-keys.c
8996         * src/plugins/trayicon/trayicon.c
8997                 HIG compliant button order
8998
8999 2006-01-14 [mones]      1.9.100cvs147
9000
9001         * po/es.po
9002                 Updated translation
9003
9004 2006-01-13 [paul]       1.9.100cvs146
9005
9006         * AUTHORS
9007         * ChangeLog
9008         * src/gtk/authors.h
9009                 add Joshua M. Kwan to contributors list
9010
9011 2006-01-13 [colin]      1.9.100cvs145
9012
9013         * src/gtk/quicksearch.c
9014                 Don't refocus quick search after executing (Esc or Enter)
9015                 Allows to '/'search something then move up/down in 
9016                 summaryview, and to Esc a search and be back in the 
9017                 summaryview
9018
9019 2006-01-13 [paul]       1.9.100cvs144
9020
9021         * src/plugins/pgpinline/pgpinline.c
9022                 support Content-Type 'application/pgp'
9023                 patch by Joshua M. Kwan <joshuak@users.sf.net>
9024
9025 2006-01-13 [paul]       1.9.100cvs143
9026
9027         * manual/account.xml
9028                 make mention of partial retrieval
9029                 thanks to Colin
9030
9031 2006-01-13 [paul]       1.9.100cvs142
9032
9033         * src/account.c
9034         * src/account.h
9035         * src/action.c
9036         * src/action.h
9037         * src/adbookbase.h
9038         * src/addr_compl.c
9039         * src/addr_compl.h
9040         * src/addrbook.c
9041         * src/addrcache.c
9042         * src/addrcache.h
9043         * src/addrcindex.c
9044         * src/addrcindex.h
9045         * src/addrclip.c
9046         * src/addrclip.h
9047         * src/addrdefs.h
9048         * src/addressadd.c
9049         * src/addressadd.h
9050         * src/addressbook.c
9051         * src/addressbook.h
9052         * src/addrgather.c
9053         * src/addrgather.h
9054         * src/addrharvest.c
9055         * src/addrharvest.h
9056         * src/addrindex.c
9057         * src/addrindex.h
9058         * src/addritem.c
9059         * src/addritem.h
9060         * src/addrquery.c
9061         * src/addrquery.h
9062         * src/addrselect.c
9063         * src/addrselect.h
9064         * src/alertpanel.c
9065         * src/alertpanel.h
9066         * src/browseldap.c
9067         * src/browseldap.h
9068         * src/codeconv.c
9069         * src/codeconv.h
9070         * src/compose.c
9071         * src/compose.h
9072         * src/customheader.c
9073         * src/customheader.h
9074         * src/displayheader.c
9075         * src/displayheader.h
9076         * src/editaddress.c
9077         * src/editaddress.h
9078         * src/editbook.c
9079         * src/editbook.h
9080         * src/editgroup.c
9081         * src/editgroup.h
9082         * src/editjpilot.c
9083         * src/editjpilot.h
9084         * src/editldap.c
9085         * src/editldap.h
9086         * src/editldap_basedn.c
9087         * src/editldap_basedn.h
9088         * src/editvcard.c
9089         * src/editvcard.h
9090         * src/exphtmldlg.c
9091         * src/exphtmldlg.h
9092         * src/expldifdlg.c
9093         * src/expldifdlg.h
9094         * src/export.h
9095         * src/exporthtml.c
9096         * src/exporthtml.h
9097         * src/exportldif.c
9098         * src/exportldif.h
9099         * src/filtering.c
9100         * src/filtering.h
9101         * src/folder.c
9102         * src/folder.h
9103         * src/folder_item_prefs.c
9104         * src/folder_item_prefs.h
9105         * src/foldersel.c
9106         * src/foldersel.h
9107         * src/folderutils.c
9108         * src/folderutils.h
9109         * src/folderview.c
9110         * src/folderview.h
9111         * src/grouplistdialog.c
9112         * src/grouplistdialog.h
9113         * src/headerview.c
9114         * src/html.c
9115         * src/html.h
9116         * src/image_viewer.c
9117         * src/image_viewer.h
9118         * src/imap.c
9119         * src/imap.h
9120         * src/imap_gtk.c
9121         * src/imap_gtk.h
9122         * src/import.h
9123         * src/importldif.c
9124         * src/importldif.h
9125         * src/importmutt.c
9126         * src/importmutt.h
9127         * src/importpine.c
9128         * src/importpine.h
9129         * src/inc.c
9130         * src/inc.h
9131         * src/jpilot.c
9132         * src/jpilot.h
9133         * src/ldapctrl.c
9134         * src/ldapctrl.h
9135         * src/ldaplocate.c
9136         * src/ldaplocate.h
9137         * src/ldapquery.c
9138         * src/ldapquery.h
9139         * src/ldapserver.c
9140         * src/ldapserver.h
9141         * src/ldaputil.c
9142         * src/ldaputil.h
9143         * src/ldif.c
9144         * src/ldif.h
9145         * src/main.c
9146         * src/main.h
9147         * src/mainwindow.c
9148         * src/mainwindow.h
9149         * src/manual.c
9150         * src/manual.h
9151         * src/mbox.c
9152         * src/mbox.h
9153         * src/message_search.c
9154         * src/message_search.h
9155         * src/messageview.c
9156         * src/messageview.h
9157         * src/mh.c
9158         * src/mh.h
9159         * src/mh_gtk.c
9160         * src/mh_gtk.h
9161         * src/mimeview.c
9162         * src/mimeview.h
9163         * src/msgcache.c
9164         * src/msgcache.h
9165         * src/mutt.c
9166         * src/mutt.h
9167         * src/news.c
9168         * src/news.h
9169         * src/news_gtk.c
9170         * src/news_gtk.h
9171         * src/partial_download.c
9172         * src/partial_download.h
9173         * src/pine.c
9174         * src/pine.h
9175         * src/pop.c
9176         * src/pop.h
9177         * src/prefs_account.c
9178         * src/prefs_account.h
9179         * src/prefs_actions.c
9180         * src/prefs_actions.h
9181         * src/prefs_common.c
9182         * src/prefs_common.h
9183         * src/prefs_compose_writing.c
9184         * src/prefs_compose_writing.h
9185         * src/prefs_customheader.c
9186         * src/prefs_customheader.h
9187         * src/prefs_display_header.c
9188         * src/prefs_display_header.h
9189         * src/prefs_filtering.c
9190         * src/prefs_filtering.h
9191         * src/prefs_filtering_action.c
9192         * src/prefs_filtering_action.h
9193         * src/prefs_folder_column.c
9194         * src/prefs_folder_column.h
9195         * src/prefs_folder_item.c
9196         * src/prefs_folder_item.h
9197         * src/prefs_fonts.c
9198         * src/prefs_fonts.h
9199         * src/prefs_gtk.c
9200         * src/prefs_gtk.h
9201         * src/prefs_image_viewer.c
9202         * src/prefs_image_viewer.h
9203         * src/prefs_matcher.c
9204         * src/prefs_matcher.h
9205         * src/prefs_message.c
9206         * src/prefs_msg_colors.c
9207         * src/prefs_msg_colors.h
9208         * src/prefs_other.c
9209         * src/prefs_quote.c
9210         * src/prefs_receive.c
9211         * src/prefs_send.c
9212         * src/prefs_spelling.c
9213         * src/prefs_spelling.h
9214         * src/prefs_summaries.c
9215         * src/prefs_summaries.h
9216         * src/prefs_summary_column.c
9217         * src/prefs_summary_column.h
9218         * src/prefs_template.c
9219         * src/prefs_template.h
9220         * src/prefs_themes.c
9221         * src/prefs_themes.h
9222         * src/prefs_toolbar.c
9223         * src/prefs_toolbar.h
9224         * src/prefs_wrapping.c
9225         * src/prefs_wrapping.h
9226         * src/privacy.c
9227         * src/privacy.h
9228         * src/procheader.c
9229         * src/procheader.h
9230         * src/procmime.c
9231         * src/procmime.h
9232         * src/procmsg.c
9233         * src/procmsg.h
9234         * src/quote_fmt.c
9235         * src/quote_fmt_parse.y
9236         * src/recv.c
9237         * src/recv.h
9238         * src/remotefolder.c
9239         * src/remotefolder.h
9240         * src/send_message.c
9241         * src/send_message.h
9242         * src/setup.c
9243         * src/setup.h
9244         * src/sourcewindow.c
9245         * src/sourcewindow.h
9246         * src/ssl_manager.c
9247         * src/ssl_manager.h
9248         * src/statusbar.c
9249         * src/statusbar.h
9250         * src/stock_pixmap.c
9251         * src/stock_pixmap.h
9252         * src/summary_search.c
9253         * src/summary_search.h
9254         * src/summaryview.c
9255         * src/summaryview.h
9256         * src/syldap.c
9257         * src/syldap.h
9258         * src/textview.c
9259         * src/textview.h
9260         * src/toolbar.c
9261         * src/toolbar.h
9262         * src/undo.c
9263         * src/undo.h
9264         * src/unmime.c
9265         * src/unmime.h
9266         * src/vcard.c
9267         * src/vcard.h
9268         * src/wizard.c
9269         * src/wizard.h
9270         * src/common/base64.c
9271         * src/common/base64.h
9272         * src/common/defs.h
9273         * src/common/hooks.c
9274         * src/common/hooks.h
9275         * src/common/log.c
9276         * src/common/log.h
9277         * src/common/mgutils.c
9278         * src/common/mgutils.h
9279         * src/common/nntp.c
9280         * src/common/nntp.h
9281         * src/common/passcrypt.c
9282         * src/common/passcrypt.h.in
9283         * src/common/plugin.c
9284         * src/common/plugin.h
9285         * src/common/prefs.c
9286         * src/common/prefs.h
9287         * src/common/progressindicator.c
9288         * src/common/progressindicator.h
9289         * src/common/quoted-printable.c
9290         * src/common/quoted-printable.h
9291         * src/common/session.c
9292         * src/common/session.h
9293         * src/common/smtp.c
9294         * src/common/smtp.h
9295         * src/common/socket.c
9296         * src/common/socket.h
9297         * src/common/ssl.c
9298         * src/common/ssl.h
9299         * src/common/ssl_certificate.c
9300         * src/common/ssl_certificate.h
9301         * src/common/stringtable.c
9302         * src/common/stringtable.h
9303         * src/common/sylpheed.c
9304         * src/common/sylpheed.h
9305         * src/common/template.c
9306         * src/common/template.h
9307         * src/common/timing.h
9308         * src/common/utils.c
9309         * src/common/utils.h
9310         * src/common/version.h.in
9311         * src/common/xml.c
9312         * src/common/xml.h
9313         * src/common/xmlprops.c
9314         * src/common/xmlprops.h
9315         * src/gtk/colorlabel.c
9316         * src/gtk/colorsel.c
9317         * src/gtk/colorsel.h
9318         * src/gtk/description_window.c
9319         * src/gtk/description_window.h
9320         * src/gtk/filesel.c
9321         * src/gtk/filesel.h
9322         * src/gtk/foldersort.c
9323         * src/gtk/foldersort.h
9324         * src/gtk/gtkutils.c
9325         * src/gtk/gtkutils.h
9326         * src/gtk/inputdialog.c
9327         * src/gtk/inputdialog.h
9328         * src/gtk/logwindow.c
9329         * src/gtk/logwindow.h
9330         * src/gtk/manage_window.c
9331         * src/gtk/manage_window.h
9332         * src/gtk/menu.c
9333         * src/gtk/menu.h
9334         * src/gtk/pluginwindow.c
9335         * src/gtk/pluginwindow.h
9336         * src/gtk/prefswindow.c
9337         * src/gtk/prefswindow.h
9338         * src/gtk/progressdialog.c
9339         * src/gtk/progressdialog.h
9340         * src/gtk/sslcertwindow.c
9341         * src/gtk/sslcertwindow.h
9342         * src/plugins/clamav/clamav_plugin.c
9343         * src/plugins/clamav/clamav_plugin.h
9344         * src/plugins/clamav/clamav_plugin_gtk.c
9345         * src/plugins/demo/demo.c
9346         * src/plugins/dillo_viewer/dillo_prefs.c
9347         * src/plugins/dillo_viewer/dillo_prefs.h
9348         * src/plugins/dillo_viewer/dillo_viewer.c
9349         * src/plugins/pgpcore/passphrase.c
9350         * src/plugins/pgpcore/passphrase.h
9351         * src/plugins/pgpcore/plugin.c
9352         * src/plugins/pgpcore/select-keys.c
9353         * src/plugins/pgpcore/select-keys.h
9354         * src/plugins/pgpcore/sgpgme.c
9355         * src/plugins/pgpcore/sgpgme.h
9356         * src/plugins/pgpinline/pgpinline.c
9357         * src/plugins/pgpinline/pgpinline.h
9358         * src/plugins/pgpinline/plugin.c
9359         * src/plugins/pgpmime/pgpmime.c
9360         * src/plugins/pgpmime/pgpmime.h
9361         * src/plugins/pgpmime/plugin.c
9362         * src/plugins/spamassassin/spamassassin.c
9363         * src/plugins/spamassassin/spamassassin.h
9364         * src/plugins/spamassassin/spamassassin_gtk.c
9365         * src/plugins/trayicon/trayicon.c
9366                 update copyright header
9367
9368 2006-01-13 [paul]       1.9.100cvs141
9369
9370         * src/account.c
9371         * src/export.c
9372         * src/import.c
9373         * src/mainwindow.c
9374         * src/prefs_account.c
9375         * src/prefs_display_header.c
9376         * src/prefs_receive.c
9377         * src/prefs_send.c
9378         * src/prefs_summaries.c
9379         * src/prefs_themes.c
9380         * src/prefs_toolbar.c
9381         * src/gtk/about.c
9382                 various cleanups
9383
9384 2006-01-12 [colin]      1.9.100cvs140
9385
9386         * src/folder.c
9387         * src/folder.h
9388         * src/main.c
9389                 Add --subscribe option
9390                 Let sylpheed-claws email@domain.com equivalent to --compose
9391                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
9392
9393 2006-01-12 [paul]       1.9.100cvs139
9394
9395         * src/mainwindow.c
9396                 append 'Change folder order' label with '...'
9397         * src/prefs_actions.c
9398                 allow reordering of actions list by dnd
9399         * src/gtk/foldersort.c
9400                 make the dialog nicer
9401
9402 2006-01-11 [colin]      1.9.100cvs138
9403
9404         * src/compose.c
9405                 Allow templates without text
9406
9407 2006-01-11 [paul]       1.9.100cvs137
9408
9409         * tools/README
9410         * tools/filter_conv_new.pl
9411                 add info to README
9412                 also check .sylpheed for filter.xml
9413                 be a bit informative to the user
9414
9415 2006-01-11 [colin]      1.9.100cvs136
9416
9417         * src/textview.c
9418                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
9419
9420 2006-01-10 [paul]       1.9.100cvs135
9421
9422         * tools/Makefile.am
9423         * tools/filter_conv_new.pl
9424                 add script to convert new style Sylpheed
9425                 filter rules (Sylpheed >= 0.9.99) to
9426                 Claws filtering rules
9427
9428 2006-01-10 [colin]      1.9.100cvs134
9429
9430         * src/compose.c
9431                 Fix broken line joins in certain conditions
9432                 (between two quoted lines: <enter><enter><up>
9433                  <type a wrapped sentence><go in the first line>
9434                  <insert more text><watch as line joining failed>)
9435
9436 2006-01-10 [paul]       1.9.100cvs133
9437
9438         * src/compose.c
9439                 don't report success in error dialog
9440                 thanks to Colin
9441         * src/common/utils.c
9442                 include some trailing punctuations as URI
9443                 thanks to Hiro
9444
9445 2006-01-10 [paul]       1.9.100cvs132
9446
9447         * src/mimeview.c
9448                 fix incompatible pointer type
9449                 warning
9450
9451 2006-01-10 [paul]       1.9.100cvs131
9452
9453         * src/compose.c
9454                 change Subject in window title
9455                 instantaneously
9456
9457 2006-01-09 [colin]      1.9.100cvs130
9458
9459         * src/addressbook.c
9460         * src/headerview.c
9461         * src/mainwindow.c
9462         * src/messageview.c
9463         * src/mimeview.c
9464         * src/noticeview.c
9465         * src/summaryview.c
9466                 Fix possible crashes on exit and in addressbook
9467
9468 2006-01-09 [paul]       1.9.100cvs129
9469
9470         * src/prefs_msg_colors.c
9471                 some cleanups that I forgot last time
9472
9473 2006-01-09 [paul]       1.9.100cvs128
9474
9475         * README
9476         * src/folderview.c
9477         * src/prefs_msg_colors.c
9478                 add previously hidden option, color_new, to
9479                 the gui
9480                 move the page to Display/
9481                 rework the gui
9482
9483 2006-01-09 [wwp]        1.9.100cvs127
9484
9485         * src/prefs_themes.c
9486                 made the prefs/display/themes layouts spacing less condensed
9487                 (and so they match other prefs/pages' look).
9488
9489 2006-01-09 [paul]       1.9.100cvs126
9490
9491         * src/compose.c
9492         * src/prefs_common.c
9493         * src/prefs_common.h
9494         * src/prefs_wrapping.c
9495                 remove 'wrap at send' option
9496
9497 2006-01-06 [colin]      1.9.100cvs125
9498
9499         * src/compose.c
9500                 Just make completely sure we don't insert "manual line breaks" 
9501                 when wrapping... 
9502
9503 2006-01-04 [paul]
9504
9505         * 2.0.0-rc3 released
9506
9507 2006-01-04 [paul]       1.9.100cvs124
9508
9509         * src/folderview.c
9510                 fix bug 882, 'quick scroll in folder list
9511                 displays wrong folder contents'
9512
9513 2006-01-04 [paul]       1.9.100cvs123
9514
9515         * src/plugins/pgpmime/pgpmime.c
9516                 better debug information when signing
9517                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
9518
9519 2006-01-03 [colin]      1.9.100cvs122
9520
9521         * configure.ac
9522                 We need to recheck for gpgme 1.0.0 after checking
9523                 for 1.1.1, because if 1.1.1 isn't available, 
9524                 GPGME_LIBS and friends are blanked out by the 
9525                 second check.
9526
9527 2006-01-03 [colin]      1.9.100cvs121
9528
9529         * src/common/prefs.c
9530                 Windows unlink-before rename fix
9531         * src/plugins/pgpcore/sgpgme.c
9532                 Add support for PKA info if available
9533                 Both patches by Werner Koch
9534
9535 2006-01-03 [paul]       1.9.100cvs120
9536
9537         * src/messageview.c
9538                 fix bug 884, 'Send receipt' button visible in queue
9539                 Thanks to Colin
9540
9541 2006-01-02 [colin]      1.9.100cvs119
9542
9543         * src/compose.c
9544         * src/imap.c
9545                 Fix autosave on IMAP and more generally try to
9546                 return the correct ID on a newly added IMAP message
9547
9548 2006-01-02 [paul]       1.9.100cvs118
9549
9550         * manual/keyboard.xml
9551                 edited
9552
9553 2006-01-01 [paul]       1.9.100cvs117
9554
9555         * src/gtk/authors.h
9556                 alphabetical order
9557
9558 2005-12-30 [colin]      1.9.100cvs116
9559
9560         * manual/advanced.xml
9561                 Explain Pre/Post-processing differences.
9562
9563 2005-12-30 [colin]      1.9.100cvs115
9564
9565         * src/mh.c
9566                 Implement copy_msgs for a little optimization
9567         * src/imap.c
9568                 Finish yesterday's fix
9569
9570 2005-12-29 [colin]      1.9.100cvs114
9571
9572         * src/imap.c
9573                 Fix occasional failure in fetching a mail over
9574                 IMAP
9575
9576 2005-12-29 [colin]      1.9.100cvs113
9577
9578         * src/compose.c
9579                 Don't remove a draft when sending it, if it is 
9580                 locked.
9581
9582 2005-12-28 [colin]      1.9.100cvs112
9583
9584         * src/summaryview.c
9585                 Fix leak for real
9586
9587 2005-12-28 [wwp]        1.9.100cvs111
9588
9589         * doc/faq/.cvsignore
9590         * doc/faq/de/.cvsignore
9591         * doc/faq/en/.cvsignore
9592         * doc/faq/es/.cvsignore
9593         * doc/faq/fr/.cvsignore
9594         * doc/faq/it/.cvsignore
9595         * doc/manual/.cvsignore
9596         * doc/manual/de/.cvsignore
9597         * doc/manual/en/.cvsignore
9598         * doc/manual/es/.cvsignore
9599         * doc/manual/fr/.cvsignore
9600         * doc/manual/ja/.cvsignore
9601         * src/plugins/mathml_viewer/.cvsignore
9602                 rollback revival of those files (my bad, sorry for the noise).
9603
9604 2005-12-28 [wwp]        1.9.100cvs110
9605
9606         * src/compose.c
9607                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
9608
9609 2005-12-28 [wwp]        1.9.100cvs109
9610
9611         * doc/faq/.cvsignore
9612         * doc/faq/de/.cvsignore
9613         * doc/faq/en/.cvsignore
9614         * doc/faq/es/.cvsignore
9615         * doc/faq/fr/.cvsignore
9616         * doc/faq/it/.cvsignore
9617         * doc/manual/.cvsignore
9618         * doc/manual/de/.cvsignore
9619         * doc/manual/en/.cvsignore
9620         * doc/manual/es/.cvsignore
9621         * doc/manual/fr/.cvsignore
9622         * doc/manual/ja/.cvsignore
9623         * src/plugins/mathml_viewer/.cvsignore
9624         * po/.cvsignore
9625                 more files to ignore.
9626
9627 2005-12-24 [colin]      1.9.100cvs108
9628
9629         * AUTHORS
9630         * src/gtk/authors.h
9631                 Update for Werner
9632
9633 2005-12-24 [colin]      1.9.100cvs107
9634
9635         * src/procmsg.c
9636                 Allow NULL src_msginfo in 
9637                 procmsg_msginfo_new_from_mimeinfo
9638
9639 2005-12-23 [paul]       1.9.100cvs106
9640
9641         * src/plugins/pgpinline/mypgpcore.def
9642                 add this forgotten file
9643
9644 2005-12-23 [colin]      1.9.100cvs105
9645
9646         * src/mainwindow.c
9647                 Fix missing break
9648
9649 2005-12-23 [colin]      1.9.100cvs104
9650
9651         * autogen.sh
9652         * src/folder.c
9653         * src/mh.c
9654         * src/common/plugin.c
9655         * src/common/socket.c
9656         * src/common/socket.h
9657         * src/common/utils.c
9658         * src/common/utils.h
9659         * src/gtk/pluginwindow.c
9660         * src/plugins/pgpcore/plugin.def
9661         * src/plugins/pgpcore/sylpheed.def
9662         * src/plugins/pgpinline/Makefile.am
9663         * src/plugins/pgpinline/plugin.def
9664         * src/plugins/pgpinline/sylpheed.def
9665         * src/plugins/pgpmime/plugin.def
9666         * src/plugins/pgpmime/sylpheed.def
9667                 Various w32 fixes by Werner Koch
9668
9669 2005-12-22 [paul]       1.9.100cvs103
9670
9671         * src/wizard.c
9672                 don't offer IMAP as 'server type' if
9673                 libetpan isn't built in
9674
9675 2005-12-22 [paul]       1.9.100cvs102
9676
9677         * AUTHORS
9678         * src/mainwindow.c
9679         * src/mainwindow.h
9680         * src/toolbar.c
9681         * src/gtk/authors.h
9682                 support GTK_TOOLBAR_BOTH_HORIZ (text
9683                 next to icon) Patch by Marien Zwart
9684                 marienz@users.sf.net
9685                 Also reword the text
9686
9687 2005-12-21 [colin]      1.9.100cvs101
9688
9689         * configure.ac
9690                 Fix DATADIRNAME
9691         * COPYING
9692                 Fix missing section and explicit the exception better
9693         * src/compose.c
9694                 Prevent mail from being lost without notice when an
9695                 SMTP error happens on trying to send an unmodified
9696                 drafted mail.
9697         * src/send_message.c
9698         * src/common/smtp.c
9699                 Fix password remembering when wrong, and add return
9700                 value checks where they should have been
9701         * src/plugins/pgpcore/sylpheed.def
9702         * src/plugins/pgpinline/sylpheed.def
9703         * src/plugins/pgpmime/sylpheed.def
9704                 Add a few symbols needed
9705
9706 2005-12-21 [paul]       1.9.100cvs100
9707
9708         * m4/codeset.m4
9709         * m4/glibc21.m4
9710         * m4/intdiv0.m4
9711         * m4/inttypes-pri.m4
9712         * m4/inttypes.m4
9713         * m4/inttypes_h.m4
9714         * m4/isc-posix.m4
9715         * m4/lcmessage.m4
9716         * m4/stdint_h.m4
9717         * m4/uintmax_t.m4
9718                 gettextization
9719                 thanks to Colin
9720
9721 2005-12-21 [paul]       1.9.100cvs99
9722
9723         * po/sv.po
9724                 fixed by Colin
9725
9726 2005-12-20 [paul]       1.9.100cvs98
9727
9728         * po/sv.po
9729                 updated by Anders Trobäck
9730
9731 2005-12-20 [colin]      1.9.100cvs97
9732
9733         * ABOUT-NLS
9734         * Makefile.am
9735         * autogen.sh
9736         * configure.ac
9737         * config/config.rpath
9738         * config/mkinstalldirs
9739         * m4/Makefile.am
9740         * m4/glibc2.m4
9741         * m4/gnupg.m4
9742         * m4/gpgme.m4
9743         * m4/intmax.m4
9744         * m4/longdouble.m4
9745         * m4/longlong.m4
9746         * m4/printf-posix.m4
9747         * m4/signed.m4
9748         * m4/size_max.m4
9749         * m4/ulonglong.m4
9750         * m4/wchar_t.m4
9751         * m4/wint_t.m4
9752         * m4/xsize.m4
9753         * po/Makefile.in.in
9754         * po/Makevars
9755         * po/bg.po
9756         * po/ca.po
9757         * po/cs.po
9758         * po/de.po
9759         * po/el.po
9760         * po/en_GB.po
9761         * po/es.po
9762         * po/fi.po
9763         * po/fr.po
9764         * po/hr.po
9765         * po/hu.po
9766         * po/it.po
9767         * po/ja.po
9768         * po/ko.po
9769         * po/nb.po
9770         * po/nl.po
9771         * po/pl.po
9772         * po/pt_BR.po
9773         * po/ru.po
9774         * po/sk.po
9775         * po/sr.po
9776         * po/stamp-po
9777         * po/sv.po
9778         * po/zh_CN.po
9779         * po/zh_TW.po
9780         * src/Makefile.am
9781         * src/codeconv.c
9782         * src/compose.c
9783         * src/exporthtml.c
9784         * src/exportldif.c
9785         * src/folder.c
9786         * src/main.c
9787         * src/manual.c
9788         * src/mh.c
9789         * src/mimeview.c
9790         * src/send_message.c
9791         * src/common/Makefile.am
9792         * src/common/fnmatch.c
9793         * src/common/fnmatch.h
9794         * src/common/fnmatch_loop.c
9795         * src/common/nntp.c
9796         * src/common/plugin.c
9797         * src/common/smtp.c
9798         * src/common/socket.c
9799         * src/common/string_match.c
9800         * src/common/sylpheed.c
9801         * src/common/utils.c
9802         * src/common/utils.h
9803         * src/common/w32_dirent.c
9804         * src/common/w32_reg.c
9805         * src/common/w32_signal.c
9806         * src/common/w32_stat.c
9807         * src/common/w32_stdio.c
9808         * src/common/w32_stdlib.c
9809         * src/common/w32_string.c
9810         * src/common/w32_time.c
9811         * src/common/w32_unistd.c
9812         * src/common/w32_wait.c
9813         * src/common/w32lib.h
9814         * src/etpan/Makefile.am
9815         * src/gtk/Makefile.am
9816         * src/plugins/clamav/Makefile.am
9817         * src/plugins/demo/Makefile.am
9818         * src/plugins/dillo_viewer/Makefile.am
9819         * src/plugins/pgpcore/Makefile.am
9820         * src/plugins/pgpcore/passphrase.c
9821         * src/plugins/pgpcore/plugin.def
9822         * src/plugins/pgpcore/sgpgme.c
9823         * src/plugins/pgpcore/sylpheed.def
9824         * src/plugins/pgpcore/version.rc
9825         * src/plugins/pgpinline/Makefile.am
9826         * src/plugins/pgpinline/plugin.def
9827         * src/plugins/pgpinline/sylpheed.def
9828         * src/plugins/pgpinline/version.rc
9829         * src/plugins/pgpmime/Makefile.am
9830         * src/plugins/pgpmime/mypgpcore.def
9831         * src/plugins/pgpmime/plugin.def
9832         * src/plugins/pgpmime/sylpheed.def
9833         * src/plugins/pgpmime/version.rc
9834         * src/plugins/spamassassin/Makefile.am
9835                 Very little ;-) patch from Werner Koch, providing
9836                 infrastructure for cross-compiling to Win32
9837
9838 2005-12-20 [paul]       1.9.100cvs96
9839
9840         * src/account.c
9841         * src/account.h
9842         * src/mainwindow.c
9843         * src/mainwindow.h
9844         * src/toolbar.c
9845         * src/toolbar.h
9846                 add a combo to the Get All button, allowing
9847                 quick retrieval from any account
9848                 Patch by Fabien Vantard, slightly modified
9849                 by Colin
9850         * src/gtk/about.c
9851                 i18n fix. Patch by Fabien Vantard
9852
9853 2005-12-19 [colin]      1.9.100cvs95
9854
9855         * src/compose.c
9856         * src/compose.h
9857                 Don't automatically join lines when they've 
9858                 been separated by the user and not automatically
9859
9860 2005-12-19 [paul]       1.9.100cvs94
9861
9862         * src/gtk/pluginwindow.c
9863                 i18n fix.
9864                 Patch by Fabien Vantard
9865
9866 2005-12-15 [paul]       1.9.100cvs93
9867
9868         * src/common/plugin.c
9869         * src/common/plugin.h
9870         * src/gtk/pluginwindow.c
9871         * src/plugins/clamav/clamav_plugin.c
9872         * src/plugins/demo/demo.c
9873         * src/plugins/dillo_viewer/dillo_viewer.c
9874         * src/plugins/pgpcore/plugin.c
9875         * src/plugins/pgpinline/plugin.c
9876         * src/plugins/pgpmime/plugin.c
9877         * src/plugins/spamassassin/spamassassin.c
9878         * src/plugins/trayicon/trayicon.c
9879                 add plugin_version()
9880
9881 2005-12-15 [colin]      1.9.100cvs92
9882
9883         * src/compose.c
9884                 Further fix bug #875
9885
9886 2005-12-15 [paul]       1.9.100cvs91
9887
9888         * src/gtk/filesel.c
9889                 fix attach_load_dir getting set to
9890                 PLUGINDIR on plugin load
9891
9892 2005-12-14 [mones]      1.9.100cvs90
9893
9894         * manual/ack.xml
9895         * manual/keyboard.xml
9896                 Initial draft and some shortcuts added
9897                 
9898         * po/es.po
9899                 Updated translation
9900
9901 2005-12-14 [colin]      1.9.100cvs89
9902
9903         * src/compose.c
9904         * src/imap.c
9905         * src/summaryview.c
9906         * src/gtk/gtkaspell.c
9907                 More leaks fixed
9908         * src/prefs_folder_item.c
9909                 Fix recursive prefs apply
9910
9911
9912 2005-12-14 [colin]      1.9.100cvs88
9913
9914         * src/compose.c
9915                 Fix bug #875 (Freeze On Inline Forward of 
9916                 Large Message)
9917
9918 2005-12-13 [colin]      1.9.100cvs87
9919
9920         * src/compose.c
9921                 Uniq-ify and sort the mimetypes list
9922                 Patch by Fabien Vantard
9923
9924 2005-12-13 [colin]      1.9.100cvs86
9925
9926         * src/imap.c
9927         * src/etpan/imap-thread.c
9928                 Fix leaks (patch by Hoa)
9929         * src/news.c
9930         * src/common/plugin.c
9931                 Fix leaks
9932
9933 2005-12-12 [colin]
9934
9935         * 2.0.0-rc2 released
9936
9937 2005-12-12 [colin]      1.9.100cvs85
9938
9939         * src/matcher.c
9940                 Fix a leak
9941
9942 2005-12-12 [wwp]        1.9.100cvs84
9943
9944         * src/gtk/icon_legend.c
9945                 fix misbehaviour and crash when closing the legend window
9946         using the Esc key (patch by Fabien Vantard).
9947
9948 2005-12-12 [paul]       1.9.100cvs83
9949
9950         * src/browseldap.c
9951         * src/foldersel.c
9952         * src/prefs_actions.c
9953         * src/prefs_filtering.c
9954         * src/prefs_matcher.c
9955         * src/prefs_spelling.glade      ** REMOVED **
9956         * src/prefs_template.c
9957         * src/gtk/foldersort.glade      ** REMOVED **
9958         * src/gtk/pluginwindow.c
9959         * src/gtk/pluginwindow.glade    ** REMOVED **
9960         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
9961                 cleanups
9962
9963 2005-12-11 [paul]       1.9.100cvs82
9964
9965         * src/gtk/filesel.c
9966                 fix attach_load_dir crasher (double free)
9967
9968 2005-12-09 [paul]       1.9.100cvs81
9969
9970         * po/POTFILES.in
9971         * src/mainwindow.c
9972         * src/gtk/Makefile.am
9973         * src/gtk/icon_legend.c
9974         * src/gtk/icon_legend.h
9975                 add icon legend
9976         * src/manual.c
9977                 cleanup
9978
9979 2005-12-09 [paul]       1.9.100cvs80
9980
9981         * src/plugins/pgpcore/passphrase.c
9982                 wrap the label in the dialog
9983
9984 2005-12-09 [colin]      1.9.100cvs79
9985
9986         * src/plugins/pgpcore/sgpgme.c
9987                 Display (untrusted) on not trusted signatures
9988                 Patch by Michal Èihaø <michal@cihar.com>
9989                 Closes bug #867 (Report also key trust)
9990
9991 2005-12-09 [colin]      1.9.100cvs78
9992
9993         * src/common/plugin.c
9994                 Update licence check, following Eben Moglen's advice
9995
9996 2005-12-08 [colin]      1.9.100cvs77
9997
9998         * src/folder.c
9999                 Fix the occasionnal item->cache != NULL 
10000                 assertion failure. 
10001
10002 2005-12-08 [colin]      1.9.100cvs76
10003
10004         * src/mimeview.c
10005         * src/plugins/pgpcore/sgpgme.c
10006                 Print key id when unable to check it
10007                 Closes bug #866 (Show key id when missing)
10008
10009 2005-12-08 [paul]       1.9.100cvs75
10010
10011         * src/prefs_common.c
10012         * src/prefs_common.h
10013         * src/gtk/filesel.c
10014                 remember load attachment dir
10015
10016 2005-12-07 [colin]      1.9.100cvs74
10017
10018         * src/prefs_toolbar.c
10019                 Gtk fixes, patch by Fabien Vantard
10020
10021 2005-12-07 [colin]      1.9.100cvs73
10022
10023         * src/action.c
10024         * src/compose.c
10025         * src/compose.h
10026                 Fix bug #839 (Quoted text isn't colored after 
10027                 executing an action)
10028         * src/common/plugin.c
10029                 Require plugins to declare their licence in plugin_licence()
10030                 Refuse to load non-GPL plugins as they'd be illegal (as 
10031                 derived works of Sylpheed-Claws, they must be GPL).
10032         * src/plugins/clamav/clamav_plugin.c
10033         * src/plugins/demo/demo.c
10034         * src/plugins/dillo_viewer/dillo_viewer.c
10035         * src/plugins/pgpcore/plugin.c
10036         * src/plugins/pgpinline/plugin.c
10037         * src/plugins/pgpmime/plugin.c
10038         * src/plugins/spamassassin/spamassassin.c
10039         * src/plugins/trayicon/trayicon.c
10040                 Add plugin_licence()
10041
10042 2005-12-07 [paul]       1.9.100cvs72
10043
10044         * configure.ac
10045         * src/mainwindow.c
10046         * src/manual.c
10047         * src/manual.h
10048         * src/common/defs.h
10049                 clean up after local FAQ removal and
10050                 temporary manual removal
10051
10052 2005-12-06 [colin]      1.9.100cvs71
10053
10054         * configure.ac
10055         * doc/Makefile.am
10056         * doc/faq/.cvsignore
10057         * doc/faq/Makefile.am
10058         * doc/faq/de/.cvsignore
10059         * doc/faq/de/Makefile.am
10060         * doc/faq/de/sylpheed-faq-1.html
10061         * doc/faq/de/sylpheed-faq-2.html
10062         * doc/faq/de/sylpheed-faq-3.html
10063         * doc/faq/de/sylpheed-faq.html
10064         * doc/faq/en/.cvsignore
10065         * doc/faq/en/Makefile.am
10066         * doc/faq/en/sylpheed-faq-1.html
10067         * doc/faq/en/sylpheed-faq-2.html
10068         * doc/faq/en/sylpheed-faq-3.html
10069         * doc/faq/en/sylpheed-faq-4.html
10070         * doc/faq/en/sylpheed-faq.html
10071         * doc/faq/es/.cvsignore
10072         * doc/faq/es/Makefile.am
10073         * doc/faq/es/sylpheed-faq-1.html
10074         * doc/faq/es/sylpheed-faq-2.html
10075         * doc/faq/es/sylpheed-faq-3.html
10076         * doc/faq/es/sylpheed-faq-4.html
10077         * doc/faq/es/sylpheed-faq.html
10078         * doc/faq/fr/.cvsignore
10079         * doc/faq/fr/Makefile.am
10080         * doc/faq/fr/sylpheed-faq-1.html
10081         * doc/faq/fr/sylpheed-faq-2.html
10082         * doc/faq/fr/sylpheed-faq-3.html
10083         * doc/faq/fr/sylpheed-faq.html
10084         * doc/faq/it/.cvsignore
10085         * doc/faq/it/Makefile.am
10086         * doc/faq/it/sylpheed-faq-1.html
10087         * doc/faq/it/sylpheed-faq-2.html
10088         * doc/faq/it/sylpheed-faq-3.html
10089         * doc/faq/it/sylpheed-faq.html
10090         * doc/manual/.cvsignore
10091         * doc/manual/Makefile.am
10092         * doc/manual/de/.cvsignore
10093         * doc/manual/de/Makefile.am
10094         * doc/manual/de/sylpheed-1.html
10095         * doc/manual/de/sylpheed-10.html
10096         * doc/manual/de/sylpheed-11.html
10097         * doc/manual/de/sylpheed-12.html
10098         * doc/manual/de/sylpheed-13.html
10099         * doc/manual/de/sylpheed-14.html
10100         * doc/manual/de/sylpheed-15.html
10101         * doc/manual/de/sylpheed-16.html
10102         * doc/manual/de/sylpheed-17.html
10103         * doc/manual/de/sylpheed-18.html
10104         * doc/manual/de/sylpheed-19.html
10105         * doc/manual/de/sylpheed-2.html
10106         * doc/manual/de/sylpheed-20.html
10107         * doc/manual/de/sylpheed-3.html
10108         * doc/manual/de/sylpheed-4.html
10109         * doc/manual/de/sylpheed-5.html
10110         * doc/manual/de/sylpheed-6.html
10111         * doc/manual/de/sylpheed-7.html
10112         * doc/manual/de/sylpheed-8.html
10113         * doc/manual/de/sylpheed-9.html
10114         * doc/manual/de/sylpheed.html
10115         * doc/manual/en/.cvsignore
10116         * doc/manual/en/Makefile.am
10117         * doc/manual/en/sylpheed-1.html
10118         * doc/manual/en/sylpheed-10.html
10119         * doc/manual/en/sylpheed-11.html
10120         * doc/manual/en/sylpheed-12.html
10121         * doc/manual/en/sylpheed-13.html
10122         * doc/manual/en/sylpheed-14.html
10123         * doc/manual/en/sylpheed-15.html
10124         * doc/manual/en/sylpheed-16.html
10125         * doc/manual/en/sylpheed-17.html
10126         * doc/manual/en/sylpheed-18.html
10127         * doc/manual/en/sylpheed-19.html
10128         * doc/manual/en/sylpheed-2.html
10129         * doc/manual/en/sylpheed-20.html
10130         * doc/manual/en/sylpheed-21.html
10131         * doc/manual/en/sylpheed-22.html
10132         * doc/manual/en/sylpheed-3.html
10133         * doc/manual/en/sylpheed-4.html
10134         * doc/manual/en/sylpheed-5.html
10135         * doc/manual/en/sylpheed-6.html
10136         * doc/manual/en/sylpheed-7.html
10137         * doc/manual/en/sylpheed-8.html
10138         * doc/manual/en/sylpheed-9.html
10139         * doc/manual/en/sylpheed.html
10140         * doc/manual/es/.cvsignore
10141         * doc/manual/es/Makefile.am
10142         * doc/manual/es/sylpheed-1.html
10143         * doc/manual/es/sylpheed-10.html
10144         * doc/manual/es/sylpheed-11.html
10145         * doc/manual/es/sylpheed-12.html
10146         * doc/manual/es/sylpheed-13.html
10147         * doc/manual/es/sylpheed-14.html
10148         * doc/manual/es/sylpheed-15.html
10149         * doc/manual/es/sylpheed-16.html
10150         * doc/manual/es/sylpheed-17.html
10151         * doc/manual/es/sylpheed-18.html
10152         * doc/manual/es/sylpheed-19.html
10153         * doc/manual/es/sylpheed-2.html
10154         * doc/manual/es/sylpheed-20.html
10155         * doc/manual/es/sylpheed-3.html
10156         * doc/manual/es/sylpheed-4.html
10157         * doc/manual/es/sylpheed-5.html
10158         * doc/manual/es/sylpheed-6.html
10159         * doc/manual/es/sylpheed-7.html
10160         * doc/manual/es/sylpheed-8.html
10161         * doc/manual/es/sylpheed-9.html
10162         * doc/manual/es/sylpheed.html
10163         * doc/manual/fr/.cvsignore
10164         * doc/manual/fr/Makefile.am
10165         * doc/manual/fr/sylpheed-1.html
10166         * doc/manual/fr/sylpheed-10.html
10167         * doc/manual/fr/sylpheed-11.html
10168         * doc/manual/fr/sylpheed-12.html
10169         * doc/manual/fr/sylpheed-13.html
10170         * doc/manual/fr/sylpheed-14.html
10171         * doc/manual/fr/sylpheed-15.html
10172         * doc/manual/fr/sylpheed-16.html
10173         * doc/manual/fr/sylpheed-17.html
10174         * doc/manual/fr/sylpheed-18.html
10175         * doc/manual/fr/sylpheed-19.html
10176         * doc/manual/fr/sylpheed-2.html
10177         * doc/manual/fr/sylpheed-20.html
10178         * doc/manual/fr/sylpheed-3.html
10179         * doc/manual/fr/sylpheed-4.html
10180         * doc/manual/fr/sylpheed-5.html
10181         * doc/manual/fr/sylpheed-6.html
10182         * doc/manual/fr/sylpheed-7.html
10183         * doc/manual/fr/sylpheed-8.html
10184         * doc/manual/fr/sylpheed-9.html
10185         * doc/manual/fr/sylpheed.html
10186         * doc/manual/ja/.cvsignore
10187         * doc/manual/ja/Makefile.am
10188         * doc/manual/ja/sylpheed-1.html
10189         * doc/manual/ja/sylpheed-10.html
10190         * doc/manual/ja/sylpheed-11.html
10191         * doc/manual/ja/sylpheed-12.html
10192         * doc/manual/ja/sylpheed-13.html
10193         * doc/manual/ja/sylpheed-14.html
10194         * doc/manual/ja/sylpheed-15.html
10195         * doc/manual/ja/sylpheed-16.html
10196         * doc/manual/ja/sylpheed-17.html
10197         * doc/manual/ja/sylpheed-18.html
10198         * doc/manual/ja/sylpheed-19.html
10199         * doc/manual/ja/sylpheed-2.html
10200         * doc/manual/ja/sylpheed-20.html
10201         * doc/manual/ja/sylpheed-3.html
10202         * doc/manual/ja/sylpheed-4.html
10203         * doc/manual/ja/sylpheed-5.html
10204         * doc/manual/ja/sylpheed-6.html
10205         * doc/manual/ja/sylpheed-7.html
10206         * doc/manual/ja/sylpheed-8.html
10207         * doc/manual/ja/sylpheed-9.html
10208         * doc/manual/ja/sylpheed.html
10209         * doc/manual/ja/sylpheed.sgml
10210         * src/mainwindow.c
10211                 Remove outdated manual and faq. Noisy, eh?
10212
10213 2005-12-06 [colin]      1.9.100cvs70
10214
10215         * src/compose.c
10216         * src/quote_fmt_parse.y
10217         * src/undo.c
10218         * src/undo.h
10219                 Allow %X to position cursor at 0 
10220                 (no %X = before signature)
10221                 Fix paste as quotation putting the cursor at 0
10222                 Fix undo offsets when pasting
10223                 Insert the quote_fmt at once instead of line 
10224                 by line
10225                 Fix [Edited] when starting to reply/forward
10226
10227 2005-12-06 [paul]       1.9.100cvs69
10228
10229         * src/plugins/clamav/clamav_plugin_gtk.c
10230                 add another tooltip
10231         * src/plugins/spamassassin/spamassassin_gtk.c
10232                 rework spamassassin_create_widget_func()
10233
10234 2005-12-05 [colin]      1.9.100cvs68
10235
10236         * po/POTFILES.in
10237                 Fix make release ;-)
10238
10239 2005-12-05 [colin]      1.9.100cvs67
10240
10241         * src/compose.c
10242         * src/compose.h
10243                 Fix cursor positioning (not obeying %X)
10244
10245 2005-12-05 [paul]       1.9.100cvs66
10246
10247         * src/plugins/dillo_viewer/dillo_prefs.c
10248                 fix compilation warning
10249
10250 2005-12-05 [paul]       1.9.100cvs65
10251
10252         * src/prefs_spelling.c
10253         * src/plugins/trayicon/trayicon.c
10254                 cleanups - remove unused stuff
10255
10256 2005-12-05 [paul]       1.9.100cvs64
10257
10258         * README
10259         * manual/plugins.xml
10260                 remove info about removed mathml_viewer plugin
10261
10262 2005-12-05 [paul]       1.9.100cvs63
10263
10264         * configure.ac
10265         * src/plugins/Makefile.am
10266         * src/plugins/mathml_viewer/.cvsignore
10267         * src/plugins/mathml_viewer/Makefile.am
10268         * src/plugins/mathml_viewer/mathml_viewer.c
10269                 remove unmaintained mathml_viewer plugin
10270
10271 2005-12-05 [paul]       1.9.100cvs62
10272
10273         * src/summaryview.c
10274                 obey prefs_common.always_show_msg when
10275                 moving a msg
10276                 Thanks to Colin
10277
10278 2005-12-05 [paul]       1.9.100cvs61
10279
10280         * src/compose.c
10281         * src/prefs_account.c
10282         * src/prefs_filtering.c
10283         * src/prefs_quote.c
10284         * src/prefs_spelling.c
10285         * src/prefs_toolbar.c
10286         * src/summaryview.c
10287         * src/gtk/gtkutils.c
10288         * src/gtk/quicksearch.c
10289         * src/plugins/dillo_viewer/dillo_prefs.c
10290                 dialog cleanups
10291
10292 2005-12-04 [paul]       1.9.100cvs60
10293
10294         * src/inc.c
10295         * src/prefs_account.c
10296         * src/prefs_account.h
10297                 allow a Local account to specify a
10298                 default inbox
10299                 (closes bug 843 'Inbox cannot be changed for local
10300                  mailboxes')
10301
10302 2005-12-04 [colin]      1.9.100cvs59
10303
10304         * src/plugins/trayicon/trayicon.c
10305                 Remove Get, rename Get All to Get Mail in order to
10306                 be consistent with the default main toolbar
10307
10308 2005-12-03 [colin]      1.9.100cvs58
10309
10310         * manual/gpl.xml
10311         * manual/sylpheed-claws-manual.xml
10312                 Add GPL appendix
10313
10314 2005-12-03 [paul]       1.9.100cvs57
10315
10316         * AUTHORS
10317         * po/sv.po
10318         * src/gtk/authors.h
10319                 new (partially complete) Swedish translation
10320                 by Anders Troback <sylpheed@troback.com>
10321
10322 2005-12-02 [paul]       1.9.100cvs56
10323
10324         * configure.ac
10325                 libetpan 0.41 required
10326
10327 2005-12-02 [paul]       1.9.100cvs55
10328
10329         * src/plugins/clamav/clamav_plugin.c
10330         * src/plugins/clamav/clamav_plugin.h
10331         * src/plugins/clamav/clamav_plugin_gtk.c
10332         * src/plugins/spamassassin/spamassassin.c
10333         * src/plugins/spamassassin/spamassassin.h
10334         * src/plugins/spamassassin/spamassassin_gtk.c
10335                 unregister prefs pages on unloading, thus
10336                 preventing a crash
10337                 (thanks to Colin for the hint)
10338
10339 2005-12-02 [wwp]        1.9.100cvs54
10340
10341         * src/quote_fmt.h
10342         * src/quote_fmt_parse.y
10343                 fix misuse of gboolean*, use gboolean instead
10344                 (thanks to Paul, Colin, for pointing out that scaring one)
10345
10346 2005-12-02 [paul]       1.9.100cvs53
10347
10348         * src/plugins/clamav/clamav_plugin.c
10349                 int no --> unsigned int no
10350         * src/plugins/clamav/clamav_plugin_gtk.c
10351                 rework config page
10352
10353 2005-12-02 [wwp]        1.9.100cvs52
10354
10355         * src/compose.c
10356         * src/prefs_template.c
10357         * src/quote_fmt.h
10358         * src/quote_fmt_parse.y
10359                 prevent from executing |f and |p templates commands when
10360                 adding or replacing templates in prefs (avoids annoying and
10361                 potentially dangerous behaviours)
10362
10363 2005-12-02 [paul]       1.9.100cvs51
10364
10365         * src/prefs_common.c
10366                 allow translation of some default values
10367                 Patch by Fabien Vantard
10368
10369 2005-12-02 [paul]       1.9.100cvs50
10370
10371         * src/codeconv.c
10372         * src/codeconv.h
10373         * src/prefs_common.c
10374         * src/prefs_common.h
10375         * src/prefs_message.c
10376         * src/textview.c
10377                 remove obsolete 'convert_mb_alnum' option
10378                 and related stuff
10379         * src/gtk/about.c
10380                 remove unused 'about_textview_visibility_notify'
10381
10382 2005-12-02 [paul]       1.9.100cvs49
10383
10384         * src/prefs_account.c
10385         * src/prefs_compose_writing.c
10386         * src/prefs_fonts.c
10387         * src/prefs_gtk.h
10388         * src/prefs_image_viewer.c
10389         * src/prefs_message.c
10390         * src/prefs_other.c
10391         * src/prefs_receive.c
10392         * src/prefs_send.c
10393         * src/prefs_spelling.c
10394         * src/prefs_summaries.c
10395         * src/prefs_wrapping.c
10396         * src/plugins/dillo_viewer/dillo_prefs.c
10397         * src/plugins/pgpcore/prefs_gpg.c
10398                 several cleanups to the prefs dialogs
10399                 (slightly modified) patch by Fabien Vantard
10400
10401 2005-12-02 [paul]       1.9.100cvs48
10402
10403         * src/main.c
10404                 --exit means exit
10405         * src/send_message.c
10406                 fix crash on send when connection fails
10407
10408         Thanks to Colin
10409
10410 2005-12-01 [colin]      1.9.100cvs47
10411
10412         * src/html.c
10413                 Translate &hellip; to "..."
10414
10415 2005-11-30 [colin]      1.9.100cvs46
10416
10417         * src/matcher.c
10418         * src/matcher.h
10419                 Optimize back yesterday's fix.
10420
10421 2005-11-30 [paul]       1.9.100cvs45
10422
10423         * manual/faq.xml
10424                 standardised
10425         * manual/intro.xml
10426                 written by Colin, edited by me
10427
10428 2005-11-29 [colin]      1.9.100cvs44
10429
10430         * src/matcher.c
10431                 Skip headers unconditionnaly in match_body if the
10432                 rule is not message or ~message
10433
10434 2005-11-29 [colin]      1.9.100cvs43
10435
10436         * src/matcher.c
10437                 Fix body_part and such, not skipping headers 
10438                 if the matchcriteria wasn't the first in the rule
10439
10440 2005-11-29 [colin]      1.9.100cvs42
10441
10442         * src/compose.c
10443                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
10444                 option missing from message view window)
10445                 Fix double text D'n'D with gtk-2.8
10446         * src/matcher.c
10447                 Fix ~message, ~headers_part, ~body_part rules
10448         * src/messageview.c
10449                 Add Windows-1252 (Closes bug #863)
10450                 Fix accels
10451         * src/gtk/gtkaspell.c
10452                 Properly destroy accels in all menus
10453
10454 2005-11-29 [mones]      1.9.100cvs41
10455
10456         * po/es.po
10457                 Updated.
10458
10459 2005-11-27 [colin]      1.9.100cvs40
10460
10461         * src/mh_gtk.c
10462                 "/Remove mailbox" -> "/Remove mailbox..."
10463
10464 2005-11-27 [paul]       1.9.100cvs39
10465
10466         * AUTHORS
10467         * po/de.po
10468         * src/gtk/authors.h
10469                 updated by new maintainer, Stephan Sachse
10470
10471 2005-11-27 [paul]       1.9.100cvs38
10472
10473         * manual/faq.xml
10474                 written by Colin, edited by me
10475
10476 2005-11-27 [paul]       1.9.100cvs37
10477
10478         * src/prefs_common.c
10479         * src/prefs_common.h
10480         * src/prefs_receive.c
10481         * src/prefs_summaries.c
10482                 move 'go to inbox after receiving new mail'
10483                 option from display/sumamaries to mail
10484                 handling/receive, and rework prefs_summaries
10485                 dialog a little
10486
10487 2005-11-25 [martin]     1.9.100cvs36
10488
10489         * po/de.po
10490             fixed windows-1252 translation;
10491             translated some new and fuzzy strings
10492
10493 2005-11-25 [paul]       1.9.100cvs35
10494
10495         * src/plugins/clamav/clamav_plugin.c
10496                 complete the update done in cvs34
10497
10498 2005-11-25 [paul]       1.9.100cvs34
10499
10500         * src/plugins/clamav/clamav_plugin.c
10501                 reflect upstream changes
10502
10503 2005-11-25 [paul]       1.9.100cvs33
10504
10505         * manual/ack.xml
10506         * manual/plugins.xml
10507         * manual/sylpheed-claws-manual.xml
10508                 written/updated by Colin, edited by me
10509         * tools/acroread2sylpheed.pl
10510                 update binary name
10511
10512 2005-11-24 [colin]      1.9.100cvs32
10513
10514         * src/compose.c
10515                 Fix bug #856 (reediting messages forgets Request
10516                 Return Receipt)
10517
10518 2005-11-24 [paul]       1.9.100cvs31
10519
10520         * manual/addrbook.xml
10521         * manual/starting.xml
10522                 written by Colin, proofread, edited, adapted by me
10523         * manual/advanced.xml
10524                 add some Actions examples
10525         * src/importldif.c
10526                 use a Save button instead of a Close button
10527         * src/wizard.c
10528                 indicate mandatory fields
10529                 fix page display
10530                 Thanks to Colin
10531
10532 2005-11-23 [colin]      1.9.100cvs30
10533
10534         * src/addressbook.c
10535                 Rename menu item, fix possible crash after
10536                 deletion of books
10537         * src/addrindex.c
10538                 Allow searching for '*' in ldap
10539         * src/browseldap.c
10540                 Fix "Browse Entry" (did anyone use it?)
10541         * src/wizard.c
10542                 Add guards for mandatory information
10543
10544 2005-11-23 [paul]       1.9.100cvs29
10545
10546         * manual/advanced.xml
10547                 corrections to the English
10548
10549 2005-11-23 [colin]      1.9.100cvs28
10550
10551         * src/mimeview.c
10552                 Fix possible crash at exit. After the call to
10553                 gtk_container_remove(), the Viewer's widget has no
10554                 more parent so gtk+ automatically frees it and its
10555                 sons. If destroy_viewer() then try to access it,
10556                 problems ensue.
10557
10558 2005-11-22 [colin]      1.9.100cvs27
10559
10560         * src/compose.c
10561         * src/gtk/gtkaspell.c
10562                 Fix right-clicking on a misspelled word
10563                 Fix More... in suggestions menu
10564
10565 2005-11-22 [wwp]        1.9.100cvs26
10566
10567         * src/prefs_template.c
10568                 templates works: re-sort templates list when adding or replacing,
10569                 prevent from adding or replacing when the template name is empty
10570
10571 2005-11-21 [colin]      1.9.100cvs25
10572
10573         * src/addressbook.c
10574                 Fix some addressbook suckage (dnd, select all)
10575         * src/compose.c
10576         * src/gtk/gtkaspell.c
10577         * src/gtk/gtkaspell.h
10578                 Make the spellchecker menu work with the 
10579                 GtkTextView one instead of overriding it
10580
10581 2005-11-20 [paul]       1.9.100cvs24
10582
10583         * manual/handling.xml
10584                 proofread and corrected
10585
10586 2005-11-20 [paul]       1.9.100cvs23
10587
10588         * manual/Makefile
10589                 generate html as one file
10590         * manual/advanced.xml
10591                 fix output generation
10592                 reformat hidden options list
10593         * manual/manual.xml     ** REMOVED **
10594         * manual/sylpheed-claws-manual.xml      ** ADDED **
10595                 renamed
10596
10597 2005-11-18 [colin]      1.9.100cvs22
10598
10599         * src/prefs_account.c
10600                 Fix layout in news and mbox accounts
10601         * manual/account.xml
10602         * manual/advanced.xml
10603                 New contents for Paul to check :)
10604
10605 2005-11-18 [wwp]        1.9.100cvs21
10606
10607         * src/gtk/quicksearch.c
10608                 don't update extended quicksearch buttons twice
10609
10610 2005-11-18 [paul]       1.9.100cvs20
10611
10612         * src/textview.c
10613                 complete 1.9.100cvs19
10614
10615 2005-11-18 [paul]       1.9.100cvs19
10616
10617         * src/compose.c
10618                 cosmetic improvements
10619         * src/textview.c
10620                 also list text/* attachments
10621
10622 2005-11-18 [colin]      1.9.100cvs18
10623
10624         * src/summaryview.c
10625                 Use column 0 instead of -1 in 
10626                 gtk_ctree_node_moveto, in a naive
10627                 hope it'll fix the gtk-related crashes
10628
10629 2005-11-18 [colin]      1.9.100cvs17
10630
10631         * src/gtk/inputdialog.c
10632                 Fix icon staying the first one
10633
10634 2005-11-17 [wwp]        1.9.100cvs16
10635                 fix possible problem showing some quicksearch buttons, and a bad
10636                 call to g_return_if_fail in a function that returns a value (both
10637                 fixes by Fabien Vantard)
10638
10639 2005-11-15 [wwp]        1.9.100cvs15
10640
10641         * src/gtk/quicksearch.c
10642                 added a tooltip to that obscure ... quicksearch button
10643
10644 2005-11-15 [wwp]        1.9.100cvs14
10645
10646         * src/gtk/quicksearch.c
10647                 add a quicksearch helper to filtering expression users: the ... button
10648                 raises the condition expr window. condition expressions set up w/ this
10649                 window are used by the quicksearch if the user closes it pressing OK.
10650
10651 2005-11-14 [paul]       1.9.100cvs13
10652
10653         * src/plugins/clamav/clamav_plugin.c
10654         * src/plugins/spamassassin/spamassassin.c
10655                 change plugin type following recent merging
10656
10657 2005-11-14 [wwp]        1.9.100cvs12
10658
10659         * src/folder.c
10660                 prevent from crashing when copying/moving message(s) from and
10661                 to the same folder
10662
10663 2005-11-14 [paul]       1.9.100cvs11
10664
10665         * src/plugins/clamav/Makefile.am
10666         * src/plugins/clamav/clamav_plugin.c
10667         * src/plugins/clamav/clamav_plugin.h
10668         * src/plugins/clamav/clamav_plugin_gtk.c
10669                 also merge clamav and clamav_gtk plugins
10670
10671 2005-11-13 [colin]      1.9.100cvs10
10672
10673         * configure.ac
10674         * src/plugins/spamassassin/Makefile.am
10675         * src/plugins/spamassassin/spamassassin.c
10676         * src/plugins/spamassassin/spamassassin.h
10677         * src/plugins/spamassassin/spamassassin_gtk.c
10678                 Merge spamassassin and spamassassin_gtk plugins,
10679                 and build it by default.
10680
10681 2005-11-12 [colin]      1.9.100cvs9
10682
10683         * src/etpan/imap-thread.c
10684                 Fix gcc warning
10685
10686 2005-11-12 [colin]      1.9.100cvs8
10687
10688         * src/procmime.c
10689                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
10690
10691 2005-11-10 [colin]      1.9.100cvs7
10692
10693         * src/main.c
10694                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
10695                 minimised state)
10696
10697 2005-11-10 [wwp]        1.9.100cvs6
10698
10699         * src/gtk/description_window.c
10700                 fix a crash when closing description windows using the WM's [X] button
10701
10702 2005-11-09 [colin]      1.9.100cvs5
10703
10704         * src/common/ssl.c
10705                 Update libetpan call to follow upstream
10706                 (yes, this requires libetpan-0.40cvs3)
10707
10708 2005-11-08 [colin]      1.9.100cvs4
10709
10710         * src/compose.c
10711         * src/textview.c
10712         * src/common/utils.c
10713         * src/common/utils.h
10714                 Enhance the email parser
10715
10716 2005-11-08 [colin]      1.9.100cvs3
10717
10718         * src/procmime.c
10719                 Fix what looks like an off-by-one (fixes 
10720                 attachments from the Bat)
10721
10722 2005-11-08 [wwp]        1.9.100cvs2
10723
10724         * src/main.c
10725                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
10726
10727 2005-11-08 [wwp]        1.9.100cvs1
10728
10729         * src/main.c
10730                 allow exiting Sylpheed-Claws from command-line
10731
10732 2005-11-08 [paul]       1.9.100
10733
10734         1.9.100 released
10735
10736 2005-11-07 [colin]      1.9.99cvs17
10737
10738         * src/addritem.c
10739         * src/ldif.c
10740                 Fix import of base-64 encoded items
10741
10742 2005-11-07 [colin]      1.9.99cvs16
10743
10744         * src/send_message.c
10745                 Fix bug #314 (Queue does not empty under certain 
10746                 circumstances)
10747
10748 2005-11-07 [paul]       1.9.99cvs15
10749
10750         * src/mutt.c
10751         * src/pine.c
10752                 fix buffer overflows
10753                 Thanks to Colin
10754
10755 2005-11-07 [paul]       1.9.99cvs14
10756
10757         * doc/man/Makefile.am
10758         * doc/man/sylpheed-claws.1      ** ADDED **
10759         * doc/man/sylpheed.1            ** DELETED **
10760                 rename and update the man file
10761
10762 2005-11-06 [colin]      1.9.99cvs13
10763
10764         * src/ldif.c
10765                 Fix ldif_get_line() that returned empty strings
10766                 (Didn't understand why). Also fix a possible
10767                 buffer overflow.
10768
10769 2005-11-06 [wwp]        1.9.99cvs12
10770
10771         * src/textview.c
10772         * src/gtk/about.c
10773         * src/gtk/gtkutils.c
10774         * src/gtk/gtkutils.h
10775                 fix a compilation warning,
10776                 make links sensitive in the about dialog
10777
10778 2005-11-04 [wwp]        1.9.99cvs11
10779
10780         * src/gtk/about.c
10781                 don't wrap or translate URIs, and a bit text format cleanup
10782
10783 2005-11-04 [wwp]        1.9.99cvs10
10784
10785         * src/gtk/about.c
10786                 better textview tagging implementation (no more use of marks for
10787                 postponed tagging)
10788
10789 2005-11-02 [colin]      1.9.99cvs9
10790
10791         * src/common/ssl.c
10792                 Forgot an ifdef
10793
10794 2005-11-02 [colin]      1.9.99cvs8
10795
10796         * configure.ac
10797                 Require libetpan-0.40 due to upstream fix
10798         * src/common/ssl.c
10799                 Tell libetpan not to call SSL_Library_Init,
10800                 as we do it ourselves.
10801
10802 2005-11-02 [colin]      1.9.99cvs7
10803
10804         * po/POTFILES.in
10805                 Add missing files (thanks to Fabien Vantard)
10806
10807 2005-11-02 [colin]      1.9.99cvs6
10808
10809         * src/summaryview.c
10810                 Fix totals when read messages are hidden or quicksearch
10811                 is on
10812         * src/ssl_manager.c
10813         * src/ssl_manager.h
10814         * src/common/ssl_certificate.c
10815         * src/common/ssl_certificate.h
10816         * src/gtk/sslcertwindow.c
10817         * src/gtk/sslcertwindow.h
10818                 Fix copyright on my stuff
10819
10820 2005-11-02 [wwp]        1.9.99cvs5
10821
10822         * src/prefs_themes.c
10823                 fix directory name checking (theme installation/removal),
10824                 made related error a bit more verbose
10825
10826 2005-11-02 [colin]      1.9.99cvs4
10827
10828         * src/summaryview.c
10829                 Fix typo (probably fixes bug #841 (Sort by the From 
10830                 field doesn't work)
10831
10832 2005-11-02 [paul]       1.9.99cvs3
10833
10834         * po/ko.po
10835         * po/nb.po
10836                 updated by SungHyun Nam, Geir Helland
10837         * src/wizard.c
10838                 fix typo in welcome message. spotted by
10839                 Andrea Spadaccini
10840
10841 2005-11-01 [colin]      1.9.99cvs2
10842
10843         * src/compose.c
10844                 Fix replying to ml wen confirming subscription
10845         * src/messageview.c
10846         * src/mimeview.c
10847         * src/mimeview.h
10848         * src/privacy.h
10849         * src/summaryview.c
10850                 Make key check non blocking
10851
10852 2005-10-31 [paul]       1.9.99cvs1
10853
10854         * tools/claws.i18n.status.pl
10855                 updated for ChangeLog
10856
10857 2005-10-31 [paul]       1.9.99
10858
10859         1.9.99 released
10860
10861 2005-10-31 [paul]       1.9.15cvs131
10862
10863         * .cvsignore
10864         * ChangeLog
10865         * ChangeLog.claws       ** REMOVED **
10866         * ChangeLog-gtk2.claws  ** REMOVED **
10867         * ChangeLog.gtk1        ** ADDED **
10868         * INSTALL
10869         * Makefile.am
10870         * NEWS
10871         * README
10872         * README.claws          ** REMOVED **
10873         * README.jp             ** REMOVED **
10874         * RELEASE_NOTES         ** ADDED **
10875         * RELEASE_NOTES.claws   ** REMOVED **
10876         * commitHelper
10877         * configure.ac
10878         * sylpheed.spec.in      ** REMOVED **
10879                 tidy up and update the default docs:
10880                 ChangeLog.claws is renamed ChangeLog.gtk1
10881                 ChangeLog-gtk2.claws is renamed ChangeLog
10882                 README.claws is renamed README
10883                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
10884
10885 2005-10-31 [paul]       1.9.15cvs130
10886
10887         * po/it.po
10888                 fix errors
10889
10890 2005-10-31 [paul]       1.9.15cvs129
10891
10892         * po/ca.po
10893         * po/de.po
10894         * po/en_GB.po
10895         * po/fr.po
10896         * po/it.po
10897         * po/pt_BR.po
10898         * po/sk.po
10899         * po/sr.po
10900         * po/zh_CN.po
10901                 updated by Miquel Oliete, Stephan Sachse and
10902                 Thomas Gilgin, me, Fabien Vantard, Andrea
10903                 Spadaccini, Frederico Goncalves Guimaraes,
10904                 Andrej Kacian, Aleksandar Urosevic, and
10905                 Ralgh Young.
10906
10907 2005-10-31 [mones]      1.9.15cvs128
10908
10909         * manual/faq.xml
10910                 More questions.
10911         
10912         * po/es.po
10913                 Updated for release.
10914
10915 2005-10-30 [colin]      1.9.15cvs127
10916
10917         * src/compose.c
10918                 Place cursor before rewrapping (fixes cursor
10919                 pos if quotation gets rewrapped)
10920
10921 2005-10-29 [paul]       1.9.15cvs126
10922
10923         * src/crash.c
10924         * src/foldersel.c
10925         * src/main.c
10926         * src/messageview.c
10927         * src/toolbar.c
10928         * src/gtk/authors.h
10929                 corrections to text items
10930
10931 2005-10-28 [colin]      1.9.15cvs125
10932
10933         * src/messageview.c
10934                 Make "hit 'C' to check sig" work from extern 
10935                 messageviews
10936
10937 2005-10-27 [colin]      1.9.15cvs124
10938
10939         * src/summaryview.c
10940                 Add a hack to avoid segfaulting when hammering 
10941                 on gtk's events
10942
10943 2005-10-27 [wwp]        1.9.15cvs123
10944
10945         * src/prefs_themes.c
10946                 sort list of themes names in themes prefs
10947
10948 2005-10-27 [paul]       1.9.15cvs122
10949
10950         * src/folder.c
10951         * src/prefs_account.c
10952                 fix building on Solaris
10953                 Patch by Alex Moore
10954
10955 2005-10-27 [wwp]        1.9.15cvs121
10956
10957         * src/summaryview.c
10958         * src/gtk/gtksctree.c
10959                 speed up unselecting messages in summary view (thanks to Colin)
10960
10961 2005-10-27 [paul]       1.9.15cvs120
10962
10963         * src/mainwindow.c
10964                 fix a compilation warning
10965         * src/summaryview.c
10966                 fix updating of 'n items selected' count
10967                 when deselecting
10968
10969 2005-10-27 [martin]     1.9.15cvs119
10970
10971         * src/action.c
10972                 ignore actions with a leading '/' in the action menu name
10973                 fixes a crash on menu creation
10974         * src/prefs_actions.c
10975                 do not allow a leading '/' in the action menu name
10976
10977 2005-10-27 [paul]       1.9.15cvs118
10978
10979         * src/main.c
10980                 fix compilation warning
10981
10982 2005-10-27 [paul]       1.9.15cvs117
10983
10984         * src/procmime.c
10985                 add #if HAVE_LOCALE_H
10986
10987 2005-10-27 [paul]       1.9.15cvs116
10988
10989         * src/plugins/clamav/clamav_plugin.c
10990         * src/plugins/dillo_viewer/dillo_viewer.c
10991         * src/plugins/mathml_viewer/mathml_viewer.c
10992         * src/plugins/pgpcore/plugin.c
10993         * src/plugins/pgpinline/plugin.c
10994         * src/plugins/pgpmime/plugin.c
10995         * src/plugins/spamassassin/spamassassin.c
10996         * src/plugins/trayicon/trayicon.c
10997                 plugin_init() : make error messages more
10998                 informative
10999
11000 2005-10-26 [wwp]        1.9.15cvs115
11001
11002         * src/prefs_matcher.c
11003                 enlarge boolean op widget width a bit (wasn't always showing text contents)
11004
11005 2005-10-26 [wwp]        1.9.15cvs114
11006
11007         * src/procmime.c
11008         * src/gtk/gtksctree.c
11009         * src/plugins/spamassassin/libspamc.c
11010         * src/plugins/spamassassin/spamassassin.c
11011                 fix some compilation warnings more
11012
11013 2005-10-26 [mones]      1.9.15cvs113
11014
11015         * po/es.po
11016                 Updated translation
11017
11018 2005-10-26 [paul]       1.9.15cvs112
11019
11020         * src/prefs_message.c
11021                 give all display_xface stuff the
11022                 #if HAVE_LIBCOMPFACE treatment, thus
11023                 preventing a crash
11024                 (Thanks to Wolfgang Enderlein)
11025
11026 2005-10-26 [colin]      1.9.15cvs111
11027
11028         * src/gedit-print.c
11029                 Fix date format
11030         * src/imap_gtk.c
11031         * src/news_gtk.c
11032                 Remove context menu items that should not be there
11033         * src/jpilot.c
11034                 Fix encoding
11035         * src/main.c
11036         * src/mainwindow.c
11037                 Don't show the mainwindow too soon
11038
11039 2005-10-26 [wwp]        1.9.15cvs110
11040
11041         * src/folder.c
11042         * src/manual.c
11043         * src/summaryview.c
11044                 fix uninitialized pointers in the folder updating hook
11045                 (thanks to Colin)
11046
11047 2005-10-25 [mones]      1.9.15cvs109
11048
11049         * manual/faq.xml
11050                 General information subsection completed. 
11051                 Removed archaic references.
11052                 
11053         * manual/Makefile
11054         * manual/dtd/manual.dsl
11055                 Added customization stylesheet for getting paragraphs
11056                 fully justified in PDF output (as suggested by Colin).
11057
11058 2005-10-25 [colin]      1.9.15cvs108
11059
11060         * src/compose.c
11061                 Fix a second leak
11062
11063 2005-10-25 [colin]      1.9.15cvs107
11064
11065         * src/addrbook.c
11066         * src/addrindex.c
11067                 Fix leak (xml_get_element() allocates memory)
11068         * src/compose.c
11069                 Fix leak + dead code (shame!)
11070         * src/procmime.c
11071                 Fix leak
11072
11073 2005-10-25 [colin]      1.9.15cvs106
11074
11075         * src/mimeview.c
11076                 Fix encoding issue in Save all and in 
11077                 overwrite-confirmation alertpanel
11078
11079 2005-10-25 [colin]      1.9.15cvs105
11080
11081         * src/common/socket.c
11082                 Fix a leak - Thanks to Christopher Aillon
11083                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
11084
11085 2005-10-25 [paul]       1.9.15cvs104
11086
11087         * src/wizard.c
11088                 Always guess servers from the right-hand
11089                 email part and guess username from the
11090                 left-hand part. (Thanks to Colin)
11091                 add an X-Face to the welcome message
11092
11093 2005-10-25 [paul]       1.9.15cvs103
11094
11095         * manual/handling.xml
11096                 written by Colin, edited by me
11097
11098 2005-10-25 [wwp]        1.9.15cvs102
11099
11100         * src/folderview.c
11101         * src/grouplistdialog.c
11102         * src/imap.c
11103         * src/noticeview.c
11104                 fix some compilation warnings
11105
11106 2005-10-24 [paul]
11107
11108         1.9.99-rc3 released
11109
11110 2005-10-24 [paul]       1.9.15cvs101
11111
11112         * src/gtk/about.c
11113                 fix window sizing
11114
11115 2005-10-24 [paul]       1.9.15cvs100
11116
11117         * src/pixmaps/offline.xpm
11118         * src/pixmaps/online.xpm
11119                 replace with last default versions
11120
11121 2005-10-24 [colin]      1.9.15cvs99
11122
11123         * src/imap.c
11124                 Fix bug when moving a folder
11125         * src/imap_gtk.c
11126         * src/mh_gtk.c
11127                 "Delete folder" pops up a window, so it 
11128                 should be suffixed with "..."
11129         * src/plugins/pgpcore/sgpgme.c
11130                 Include locale.h
11131
11132 2005-10-24 [mones]      1.9.15cvs98
11133
11134         * manual/Makefile
11135         * manual/account.xml
11136         * manual/ack.xml
11137         * manual/addrbook.xml
11138         * manual/advanced.xml
11139         * manual/faq.xml
11140         * manual/glossary.xml
11141         * manual/gpl.xml
11142         * manual/handling.xml
11143         * manual/intro.xml
11144         * manual/keyboard.xml
11145         * manual/manual.xml
11146         * manual/plugins.xml
11147         * manual/starting.xml
11148         * manual/dtd/sdocbook.dtd
11149                 Initial manual structure and some content.
11150
11151 2005-10-23 [wwp]        1.9.15cvs97
11152
11153         * src/gtk/about.c
11154                 fix a typo
11155
11156 2005-10-23 [wwp]        1.9.15cvs96
11157
11158         * src/gtk/about.c
11159         * src/gtk/authors.h
11160                 rework of the about window (main work by Paul), also featuring a few
11161                 fixes for typos and duplicate names
11162
11163 2005-10-23 [wwp]        1.9.15cvs95
11164
11165         * src/.cvsignore
11166                 Ignore the right binary name (sylpheed-claws now)
11167
11168 2005-10-23 [paul]       1.9.15cvs94
11169
11170         * src/compose.c
11171                 when using Folder Pref 'Default To for
11172                 replies' make the entry in the Compose
11173                 window bold
11174                 Patch by Fabien Vantard
11175
11176 2005-10-22 [colin]      1.9.15cvs93
11177
11178         * src/codeconv.c
11179                 Fix leak
11180
11181 2005-10-22 [colin]      1.9.15cvs92
11182
11183         * src/codeconv.c
11184                 try to convert using locale (apart utf8) if necessary
11185
11186 2005-10-22 [colin]      1.9.15cvs91
11187
11188         * src/pixmaps/new.xpm
11189         * src/pixmaps/unread.xpm
11190                 Make the unread envelope blue again and
11191                 saturate the new one a bit more.
11192
11193 2005-10-22 [colin]      1.9.15cvs90
11194
11195         * src/compose.c
11196                 When replying to a mail sent by one of our accounts,
11197                 use the original list of recipients. Let 'Reply All'
11198                 and 'Reply to sender' work like previously.
11199
11200 2005-10-21 [colin]      1.9.15cvs89
11201
11202         * src/prefs_filtering.c
11203                 Clear fields after add and replace
11204         * src/textview.c
11205                 Display xface differently (better)
11206         * src/plugins/pgpinline/pgpinline.c
11207                 Fix crappy encodings/recodings
11208
11209 2005-10-21 [paul]       1.9.15cvs88
11210
11211         * src/compose.c
11212         * src/prefs_folder_item.c
11213         * src/toolbar.c
11214                 fix news folder Folder Properties
11215                 (thanks to Colin)
11216         * src/folderview.c
11217                 update folderview after Themes change
11218                 keep selected folder selected
11219                 (thanks to Colin)
11220
11221 2005-10-21 [paul]       1.9.15cvs87
11222
11223         * tools/Makefile.am
11224         * tools/OOo2sylpheed.pl
11225         * tools/README
11226         * tools/README.sylprint
11227         * tools/asus_mailled.sh         ** REMOVED **
11228         * tools/filter_conv.pl
11229         * tools/freshmeat_search.pl
11230         * tools/google_search.pl
11231         * tools/gpg-sign-syl            ** REMOVED **
11232         * tools/kmail2sylpheed.pl
11233         * tools/kmail2sylpheed_v2.pl
11234         * tools/multiwebsearch.pl
11235         * tools/nautilus2sylpheed.sh
11236         * tools/newscache_clean.pl
11237         * tools/outlook2sylpheed.pl
11238         * tools/sylpheed-switcher       ** REMOVED **
11239         * tools/sylprint.pl
11240         * tools/sylprint.rc
11241         * tools/tb2sylpheed
11242         * tools/vcard2xml.py
11243         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11244                 update default config dir
11245                 update binary name (thanks to Fabien Vantard)
11246                 remove obsolete scripts
11247
11248 2005-10-21 [colin]      1.9.15cvs86
11249
11250         * src/inc.c
11251                 Fix possible leak and units. Based on a patch by
11252                 Fabien Vantard.
11253
11254 2005-10-20 [colin]      1.9.15cvs85
11255
11256         * src/textview.c
11257                 Clear xface when clearing textview
11258
11259 2005-10-20 [colin]      1.9.15cvs84
11260
11261         * configure.ac
11262         * src/folderview.c
11263         * src/headerview.c
11264         * src/main.c
11265         * src/prefs_common.c
11266         * src/prefs_common.h
11267         * src/prefs_message.c
11268         * src/textview.c
11269         * src/textview.h
11270         * src/common/defs.h
11271         * src/common/utils.c
11272         * src/common/utils.h
11273         * src/gtk/gtkutils.c
11274         * src/gtk/gtkutils.h
11275                 Migrate config to .sylpheed-claws (Automatically)
11276                 Add a way to get the Xface in the TextView
11277
11278 2005-10-20 [colin]      1.9.15cvs83
11279
11280         * src/gtk/Makefile.am
11281         * src/gtk/about.c
11282         * src/gtk/authors.h
11283                 Make the about dialog *grooovy*
11284
11285 2005-10-20 [colin]      1.9.15cvs82
11286
11287         * src/mimeview.c
11288                 Use "Open with" on double click if no command
11289                 was found
11290
11291 2005-10-20 [colin]      1.9.15cvs81
11292
11293         * src/imap.c
11294         * src/etpan/imap-thread.c
11295                 Fix possible crash.
11296
11297 2005-10-20 [paul]       1.9.15cvs80
11298
11299         * src/folder.c
11300                 don't show clipkey icon if the only
11301                 attachment is the signature
11302                 Patch by Colin
11303
11304 2005-10-20 [paul]       1.9.15cvs79
11305
11306         * AUTHORS
11307         * src/plugins/pgpmime/pgpmime.c
11308                 name the PGP/MIME signature 'signature.asc'
11309                 Patch by Andrew Nelson <freeandy@gmail.com>
11310
11311 2005-10-19 [colin]      1.9.15cvs78
11312
11313         * src/plugins/pgpmime/pgpmime.c
11314                 Oops, no need to double-check though
11315
11316 2005-10-19 [colin]      1.9.15cvs77
11317
11318         * src/plugins/pgpinline/pgpinline.c
11319         * src/plugins/pgpmime/pgpmime.c
11320                 Check that my_tmpfile() doesn't 
11321                 return NULL
11322
11323 2005-10-19 [colin]      1.9.15cvs76
11324
11325         * src/common/utils.c
11326                 Use shorter mime boundaries to avoid having
11327                 MTAs rewrapping our headers, breaking the
11328                 PGP signature in the process 
11329         * src/compose.c
11330         * src/plugins/pgpmime/pgpmime.c
11331                 Check for boundary uniqueness to be sure
11332                 it won't happen, instead of hoping for the
11333                 best
11334
11335 2005-10-19 [colin]      1.9.15cvs75
11336
11337         * sylpheed-claws.desktop
11338         * src/Makefile.am
11339         * src/main.c
11340                 Ship a sylpheed-claws binary instead
11341                 of a sylpheed one. Change the socket
11342                 name, too
11343         * src/folderview.c
11344                 Update folder only if it changed
11345         * src/wizard.c
11346                 Fix i18n in welcome mail, patch by
11347                 Fabien Vantard
11348
11349 2005-10-19 [paul]
11350
11351         1.9.99-rc2 released
11352
11353 2005-10-19 [paul]       1.9.15cvs74
11354
11355         * src/folder.c
11356         * src/folderview.c
11357                 fix summaryview update
11358                 Patch by Colin
11359
11360 2005-10-18 [colin]      1.9.15cvs73
11361
11362         * src/plugins/pgpcore/passphrase.c
11363                 Don't XGrabServer, and try a bit more to 
11364                 sync everything before grabbing mouse/keyboard
11365
11366 2005-10-18 [colin]      1.9.15cvs72
11367
11368         * src/Makefile.am
11369         * src/addressadd.c
11370         * src/addressbook.c
11371         * src/folderview.c
11372         * src/grouplistdialog.c
11373         * src/mimeview.c
11374         * src/stock_pixmap.c
11375         * src/stock_pixmap.h
11376         * src/summaryview.c
11377         * src/gtk/gtksctree.c
11378         * src/gtk/gtksctree.h
11379         * src/pixmaps/empty.xpm
11380                 Implement a wrapper call for gtk_ctree_set_node_info
11381                 and gtk_ctree_insert_node, that uses a 1x1 transparent
11382                 pixmap instead of a NULL one. This works around some
11383                 memory problems deep inside gtk, revealed by valgrind,
11384                 and fixes bug #834 (Pressing CTRl-D on a message marked 
11385                 as locked crashes sylpheed.), as well as, probably, 
11386                 wwp's 4th dimension problems that happen in gtk_ctree_*.
11387
11388 2005-10-17 [colin]      1.9.15cvs71
11389
11390         * src/mimeview.c
11391                 Provide visual feedback when checking
11392                 signature
11393
11394 2005-10-17 [colin]      1.9.15cvs70
11395
11396         * src/main.c
11397                 Keep the folder list frozen while checking caches...
11398
11399 2005-10-17 [colin]      1.9.15cvs69
11400
11401         * src/addr_compl.c
11402                 Fi bug #833 (Autocompleting from addressbook 
11403                 fails with extended chars)
11404         * src/imap.c
11405                 Fix 'adding messages' staying in statusbar
11406                 after an error
11407
11408 2005-10-17 [wwp]        1.9.15cvs68
11409
11410         * src/ssl_manager.c
11411                 Fix buttons' layout resizing when window size changes
11412
11413 2005-10-17 [wwp]        1.9.15cvs67
11414
11415         * src/account.c
11416         * src/prefs_account.c
11417         * src/prefs_common.c
11418         * src/prefs_common.h
11419         * src/prefs_folder_item.c
11420         * src/prefs_gtk.c
11421         * src/gtk/logwindow.c
11422         * src/gtk/pluginwindow.c
11423         * src/gtk/prefswindow.c
11424         * src/gtk/prefswindow.h
11425                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
11426
11427 2005-10-17 [paul]       1.9.15cvs66
11428
11429         * configure.ac
11430                 fix missing libetpan message
11431         * po/en_GB.po
11432                 updated
11433         * src/crash.c
11434         * src/manual.c
11435         * src/prefs_themes.c
11436         * src/common/defs.h
11437                 add some new URI defines, change some
11438                 others
11439         * src/wizard.c
11440                 make welcome message translatable
11441                 small improvements to english
11442                 other tweaks
11443         * src/gtk/menu.c
11444                 fix warnings
11445
11446 2005-10-17 [paul]       1.9.15cvs65
11447
11448         * src/summaryview.c
11449                 fix column titles
11450
11451 2005-10-16 [mones]      1.9.15cvs64
11452
11453         * po/es.po
11454                 Updated translation
11455
11456 2005-10-16 [colin]
11457
11458         1.9.99-rc1 released
11459
11460 2005-10-16 [colin]      1.9.15cvs63
11461
11462         * src/wizard.c
11463                 Fix whitespace
11464
11465 2005-10-16 [colin]      1.9.15cvs62
11466
11467         * src/toolbar.c
11468                 s/Get All/Get Mail/
11469         * src/wizard.c
11470                 Real welcome mail text, thanks Paul
11471
11472 2005-10-16 [colin]      1.9.15cvs61
11473
11474         * src/editldap.c
11475         * src/exporthtml.c
11476         * src/main.c
11477         * src/mainwindow.c
11478         * src/prefs_themes.c
11479         * src/prefs_toolbar.c
11480         * src/plugins/demo/demo.c
11481         * src/plugins/trayicon/trayicon.c
11482                 s/Sylpheed/Sylpheed-Claws/
11483
11484 2005-10-16 [colin]      1.9.15cvs60
11485
11486         * src/wizard.c
11487                 Add a welcome email in the first empty mailbox
11488         * src/prefs_common.c
11489                 Change one more default
11490
11491 2005-10-16 [colin]      1.9.15cvs59
11492
11493         * src/wizard.c
11494                 Remove printf
11495
11496 2005-10-16 [colin]      1.9.15cvs58
11497
11498         * src/toolbar.c
11499         * src/prefs_common.c
11500                 Change some defaults
11501
11502 2005-10-16 [colin]      1.9.15cvs57
11503
11504         * src/toolbar.c
11505         * src/prefs_common.c
11506                 Change some defaults
11507
11508 2005-10-16 [colin]      1.9.15cvs56
11509
11510         * src/wizard.c
11511                 By default, initialize fonts to have
11512                 the same size as normal GtkWidgets
11513
11514 2005-10-16 [colin]      1.9.15cvs55
11515
11516         * src/mimeview.c
11517                 Fix message a bit more
11518
11519 2005-10-16 [colin]      1.9.15cvs54
11520
11521         * src/addressbook.c
11522                 Second attempt at flicker fixing
11523
11524 2005-10-16 [colin]      1.9.15cvs53
11525
11526         * src/addressbook.c
11527                 Fix flicker
11528
11529 2005-10-16 [wwp]        1.9.15cvs52
11530
11531         * src/addressbook.c
11532         * src/editaddress.c
11533         * src/prefs_common.c
11534         * src/prefs_common.h
11535                 Remember window sizes (address book)
11536
11537 2005-10-16 [wwp]        1.9.15cvs51
11538
11539         * src/plugins/clamav/clamav_plugin_gtk.c
11540         * src/plugins/spamassassin/spamassassin_gtk.c
11541                 Fix compilation warnings (missing #include).
11542
11543 2005-10-16 [colin]      1.9.15cvs50
11544
11545         * src/mimeview.c
11546         * src/summaryview.c
11547         * src/textview.c
11548                 Make 'c' check signature, and forward
11549                 c, l, y, t from summaryview to mimeview
11550
11551 2005-10-16 [colin]      1.9.15cvs49
11552
11553         * src/addressbook.c
11554                 Put border around buttons
11555         * src/mainwindow.c
11556         * src/summaryview.c
11557                 Rework menus (Patch based on a patch
11558                 by Paul)
11559
11560 2005-10-15 [wwp]        1.9.15cvs48
11561
11562         * src/editjpilot.c
11563         * src/editldap.c
11564         * src/editvcard.c
11565         * src/exphtmldlg.c
11566         * src/expldifdlg.c
11567         * src/export.c
11568         * src/import.c
11569         * src/importldif.c
11570         * src/importmutt.c
11571         * src/importpine.c
11572         * src/prefs_account.c
11573         * src/prefs_spelling.c
11574         * src/gtk/gtkutils.c
11575         * src/gtk/gtkutils.h
11576         * src/plugins/clamav/clamav_plugin_gtk.c
11577         * src/plugins/spamassassin/spamassassin_gtk.c
11578                 use nicer browse-for-file/dir buttons than the "..." ones,
11579                 code factorizing more.
11580
11581 2005-10-14 [colin]      1.9.15cvs47
11582
11583         * src/mainwindow.c
11584                 set relief on the account switcher so that people see it
11585                 grey out Create processing rules when no message is selected
11586         * src/prefs_filtering.c
11587                 ask before closing if the rule has not been modified, even if
11588                 it's not valid
11589         * src/prefs_matcher.c
11590                 fix sensitivity when entering the dialog
11591         * src/gtk/inputdialog.c
11592                 display a better icon on password ask
11593         * src/plugins/pgpcore/passphrase.c
11594                 make the dialog look better
11595
11596 2005-10-14 [paul]       1.9.15cvs46
11597
11598         * src/folderview.c
11599                 indicate presense of marked msgs in
11600                 unexpanded subfolders
11601
11602 2005-10-14 [paul]       1.9.15cvs45
11603
11604         * src/prefs_actions.c
11605         * src/prefs_common.c
11606         * src/prefs_common.h
11607         * src/prefs_filtering_action.c
11608         * src/prefs_matcher.c
11609         * src/prefs_template.c
11610                 remember window sizes
11611                 fix Info button size
11612
11613         Patches by wwp
11614
11615 2005-10-13 [colin]      1.9.15cvs44
11616
11617         * src/mimeview.c
11618         * src/noticeview.c
11619         * src/noticeview.h
11620                 Add a tooltip on the icon (optional) 
11621                 Get rid of the signature buttons and only
11622                 use the icon+tooltip
11623
11624 2005-10-13 [colin]      1.9.15cvs43
11625
11626         * src/noticeview.c
11627         * src/noticeview.h
11628                 Add hand cursor for hovering over icon
11629
11630 2005-10-13 [colin]      1.9.15cvs42
11631
11632         * src/summaryview.c
11633                 Fix crash when quicksearch's hidden 
11634                 at startup
11635
11636 2005-10-13 [colin]      1.9.15cvs41
11637
11638         * src/compose.c
11639                 Set subject when forwarding multiple mails
11640                 Check that other recipient than the default Cc or Bcc
11641                 have been set before sending.
11642
11643 2005-10-13 [colin]      1.9.15cvs40
11644
11645         * src/imap.c
11646                 Batch per-folder
11647                 Introduce locking, but don't use it yet
11648
11649 2005-10-13 [colin]      1.9.15cvs39
11650
11651         * src/gtk/quicksearch.c
11652                 Reset quicksearch when hiding it
11653                 Make sticky a real pref
11654
11655 2005-10-13 [colin]      1.9.15cvs38
11656
11657         * src/summaryview.c
11658                 Faster prefs apply
11659
11660 2005-10-13 [colin]      1.9.15cvs37
11661
11662         * src/mimeview.c
11663         * src/noticeview.c
11664         * src/noticeview.h
11665         * src/plugins/pgpcore/sgpgme.c
11666                 Make privacy icon clickable
11667                 Move Trust field in Full info
11668                 When trust is less than full, don't display
11669                 a warning icon
11670
11671 2005-10-13 [colin]      1.9.15cvs36
11672
11673         * src/folder.c
11674                 Batch on flags sync
11675         * src/folderview.c
11676                 Revert speed hack which is dangerous in fact
11677                 Apply prefs faster
11678
11679 2005-10-13 [colin]      1.9.15cvs35
11680
11681         * src/folder_item_prefs.c
11682                 Fix pref corruption on folder move. Patch
11683                 by wwp
11684
11685 2005-10-13 [paul]       1.9.15cvs34
11686
11687         * src/export.c
11688         * src/import.c
11689                 fix typos in g_warnings
11690         * src/prefs_account.c
11691                 add a file selector for Signature file
11692
11693         Patches by wwp
11694
11695 2005-10-12 [colin]      1.9.15cvs33
11696
11697         * src/mimeview.c
11698                 Provide a quick way to go back from a
11699                 signature's full info to the email part
11700
11701 2005-10-12 [colin]      1.9.15cvs32
11702
11703         * src/compose.c
11704                 Remove old hack of encoding signed mails with base64.
11705                 QP works equally well.
11706
11707 2005-10-12 [colin]      1.9.15cvs31
11708
11709         * src/crash.c
11710                 Replace deprecated GtkText with GtkTextView
11711         * src/imap.c
11712                 Fix a logic bug about counts in imap_select
11713                 (previously un-triggered)
11714         * src/mainwindow.c
11715         * src/summaryview.c
11716         * src/news.c
11717                 Allow local deletion of news posts
11718         * src/mimeview.c
11719                 Show GPG noticeview on the message/rfc822 part
11720                 in addition to the text/plain one
11721         * src/prefs_image_viewer.c
11722           src/plugins/pgpcore/prefs_gpg.c
11723                 Polish (set the label as part of the checkbox)
11724         * src/wizard.c
11725                 Don't sit there doing nothing after destroying
11726                 the window - return err
11727
11728 2005-10-11 [colin]      1.9.15cvs30
11729
11730         * src/folderview.c
11731                 Apply processing rules before showing folders.
11732                 Early folder show (before flags sync) will only
11733                 be done when there are no processing rules (nor
11734                 pre- or post- ones)
11735         * src/imap.c
11736                 Fix stuff related to mail subdir, creation and 
11737                 deletion of folders 
11738         * src/imap_gtk.c
11739                 Don't allow creation of folders in NoInferior
11740                 folders, as it won't work
11741
11742 2005-10-10 [colin]      1.9.15cvs29
11743
11744         * src/compose.c
11745                 Reselect "None" Privacy system when selecting an
11746                 account with no privacy system defined
11747
11748 2005-10-10 [colin]      1.9.15cvs28
11749
11750         * src/mainwindow.c
11751                 Add Windows-1252 encoding
11752         * src/prefs_common.c
11753                 Rework some defaults:
11754                 - autosave to draft by default
11755                 - don't show header pane (it's already in the textview)
11756                 - Select first new or unread mail on entry
11757                 - Assume 'Yes' to change folder when there's no more
11758                   unread message
11759         * src/prefs_matcher.c
11760                 Fix a gtk assertion failure
11761         * src/gtk/colorlabel.c
11762                 Workaround bad repainting on selection
11763         * src/main.c
11764                 Freeze/thaw (a bit faster on ssh -X)
11765         * src/msgcache.c
11766                 Get rid of StrdupConverter that just adds an
11767                 extra strdup/free 
11768         * src/etpan/imap_thread.c
11769                 memset buf to 0
11770
11771 2005-10-10 [colin]      1.9.15cvs27
11772
11773         * src/export.c
11774         * src/import.c
11775                 Fix compile on gtk 2.4. Patch by wwp
11776
11777 2005-10-09 [colin]      1.9.15cvs26
11778
11779         * src/mainwindow.c
11780         * src/messageview.c
11781         * src/summaryview.c
11782                 Clarify forward menus. Patch by wwp
11783
11784 2005-10-09 [colin]      1.9.15cvs25
11785
11786         * src/compose.c
11787         * src/compose.h
11788                 Fix bug #829 (Non-working "Encrypt message by 
11789                 default when replying to an encrypted message")
11790
11791 2005-10-08 [colin]      1.9.15cvs24
11792
11793         * src/wizard.c
11794                 Fix bug #827 ("Welcome" setup wizard after a 
11795                 permission error gives up & forgets itself.)
11796
11797 2005-10-08 [colin]      1.9.15cvs23
11798
11799         * src/procmime.c
11800                 Fix bug #828 (Ignoring headers with spaces around = sign)
11801
11802 2005-10-08 [colin]      1.9.15cvs22
11803
11804         * src/export.c
11805                 Warning fix by wwp
11806
11807 2005-10-08 [colin]      1.9.15cvs21
11808
11809         * src/folder.c
11810         * src/folder.h
11811                 Add a processing_pending indicator, set on 
11812                 folder_item_open and cleared after 
11813                 folder_item_process_open
11814         * src/folderview.c
11815         * src/summaryview.c
11816                 wrap procmsg_msginfo_*_flags, and in the
11817                 wrapper check that there's no folder processing 
11818                 pending. If there is, defer the flags change until 
11819                 processing is done to avoid stepping over each
11820                 other's toes.
11821                 Freeze during processing, but not during scanning.
11822
11823 2005-10-07 [colin]      1.9.15cvs20
11824
11825         * src/plugins/pgpcore/passphrase.c
11826                 Fix bug #826 (X-Server hangs when 
11827                 right-clicking a PGP encrypted message)
11828
11829 2005-10-07 [paul]       1.9.15cvs19
11830
11831         * src/compose.c
11832                 fix compose_entries[]
11833                 patch by Fabien Vantard
11834
11835 2005-10-06 [colin]      1.9.15cvs18
11836
11837         * src/pixmaps/address.xpm
11838         * src/pixmaps/address_book.xpm
11839         * src/pixmaps/book.xpm
11840         * src/pixmaps/check_spelling.xpm
11841         * src/pixmaps/checkbox_off.xpm
11842         * src/pixmaps/checkbox_on.xpm
11843         * src/pixmaps/close.xpm
11844         * src/pixmaps/complete.xpm
11845         * src/pixmaps/continue.xpm
11846         * src/pixmaps/deleted.xpm
11847         * src/pixmaps/down_arrow.xpm
11848         * src/pixmaps/exec.xpm
11849         * src/pixmaps/forwarded.xpm
11850         * src/pixmaps/group.xpm
11851         * src/pixmaps/ignorethread.xpm
11852         * src/pixmaps/interface.xpm
11853         * src/pixmaps/jpilot.xpm
11854         * src/pixmaps/ldap.xpm
11855         * src/pixmaps/linewrap.xpm
11856         * src/pixmaps/linewrapcurrent.xpm
11857         * src/pixmaps/mail.xpm
11858         * src/pixmaps/mail_attach.xpm
11859         * src/pixmaps/mail_compose.xpm
11860         * src/pixmaps/mail_forward.xpm
11861         * src/pixmaps/mail_receive.xpm
11862         * src/pixmaps/mail_receive_all.xpm
11863         * src/pixmaps/mail_reply.xpm
11864         * src/pixmaps/mail_reply_to_all.xpm
11865         * src/pixmaps/mail_reply_to_author.xpm
11866         * src/pixmaps/mail_send.xpm
11867         * src/pixmaps/mail_send_queue.xpm
11868         * src/pixmaps/mime_application.xpm
11869         * src/pixmaps/mime_audio.xpm
11870         * src/pixmaps/mime_image.xpm
11871         * src/pixmaps/mime_message.xpm
11872         * src/pixmaps/mime_text_enriched.xpm
11873         * src/pixmaps/mime_text_html.xpm
11874         * src/pixmaps/mime_text_plain.xpm
11875         * src/pixmaps/mime_unknown.xpm
11876         * src/pixmaps/new.xpm
11877         * src/pixmaps/news_compose.xpm
11878         * src/pixmaps/offline.xpm
11879         * src/pixmaps/online.xpm
11880         * src/pixmaps/paste.xpm
11881         * src/pixmaps/preferences.xpm
11882         * src/pixmaps/privacy_emblem_encrypted.xpm
11883         * src/pixmaps/privacy_expired.xpm
11884         * src/pixmaps/privacy_failed.xpm
11885         * src/pixmaps/privacy_passed.xpm
11886         * src/pixmaps/privacy_signed.xpm
11887         * src/pixmaps/privacy_unknown.xpm
11888         * src/pixmaps/privacy_warn.xpm
11889         * src/pixmaps/properties.xpm
11890         * src/pixmaps/replied.xpm
11891         * src/pixmaps/search.xpm
11892         * src/pixmaps/unread.xpm
11893         * src/pixmaps/up_arrow.xpm
11894         * src/pixmaps/vcard.xpm
11895                 Modernize internal theme, with icons from the 
11896                 Gnomaws theme. Keep some of the old ones where
11897                 they were better.
11898
11899 2005-10-06 [colin]      1.9.15cvs17
11900
11901         * src/summaryview.c
11902                 Little optimisations + bugfix
11903         * src/toolbar.c
11904                 Remove default useless items - useless being defined
11905                 by the default relevant prefs
11906         * src/wizard.c
11907                 include config.h to make gettext work
11908         * src/prefs_themes.c
11909                 Fix selection of current theme in prefs
11910
11911 2005-10-06 [colin]      1.9.15cvs16
11912
11913         * src/prefs_common.c
11914         * src/prefs_common.h
11915         * src/prefs_summaries.c
11916         * src/folderview.c
11917                 Add a warning dialog on Mark all read 
11918                 (with pref to get rid of it)
11919
11920 2005-10-06 [paul]       1.9.15cvs15
11921
11922         * po/nb.po
11923         * po/pt_BR.po
11924                 updated by Geir Helland and Frederico
11925                 Goncalves Guimaraes
11926
11927 2005-10-05 [colin]      1.9.15cvs14
11928
11929         * src/folder.c
11930         * src/folder.h
11931         * src/folderview.c
11932         * src/folderview.h
11933         * src/imap_gtk.c
11934         * src/mh_gtk.c
11935         * src/mainwindow.c
11936         * src/setup.c
11937                 add a way to rescan without rebuilding
11938                 make moving a bit faster (less folders changes)
11939                 don't lock the tree on Get 
11940         * src/imap.c
11941                 Don't re-delete deleted messages before expunging
11942         * src/summaryview.c
11943                 Set batch mode when deleting mails
11944
11945 2005-10-05 [paul]       1.9.15cvs13
11946
11947         * src/mainwindow.c
11948         * src/mainwindow.h
11949                 fix disabled Execute menu item
11950         * src/toolbar.c
11951                 match the change in 1.9.15cvs10: use Compose
11952                 instead of News by default
11953
11954 2005-10-04 [colin]      1.9.15cvs12
11955
11956         * src/compose.c
11957                 When replying to an ML post with Reply-To set
11958                 to the poster's email, honor it (as before),
11959                 but also honor our user's request to reply to
11960                 the mailing list: set the ML address in the To
11961                 field and the Reply-To address in the Cc: 
11962                 field.
11963
11964 2005-10-04 [colin]      1.9.15cvs11
11965
11966         * src/plugins/trayicon/trayicon.c
11967                 Finish cosmetic change - thanks to wwp
11968
11969 2005-10-04 [colin]      1.9.15cvs10
11970
11971         * src/toolbar.c
11972                 Use Compose instead of Email by default.
11973                 Spotted by wwp.
11974
11975 2005-10-04 [colin]      1.9.15cvs9
11976
11977         * src/folder.c
11978         * src/folder.h
11979         * src/folderview.c
11980         * src/imap.c
11981         * src/etpan/imap-thread.c
11982         * src/etpan/imap-thread.h
11983                 Try to make IMAP faster, by simplifying SEARCH
11984                 commands, avoiding sending two STATUS in a row,
11985                 and deferring flags sync and processing just
11986                 after displaying the folder. 
11987                 This will update the SummaryView in certain
11988                 cases (new mails not already fetched, flags
11989                 changed from another client) but in a non-
11990                 blocking manner.
11991
11992 2005-10-04 [colin]      1.9.15cvs8
11993
11994         * src/plugins/trayicon/trayicon.c
11995                 Relabel "Offline" to "Work offline"
11996
11997 2005-10-04 [colin]      1.9.15cvs7
11998
11999         * src/export.c
12000         * src/import.c
12001         * src/mbox.c
12002                 Fix mbox import/export buglets
12003                 Patch by wwp
12004         * src/plugins/trayicon/trayicon.c
12005                 Add offline swithc
12006                 Patch by wwp
12007
12008 2005-10-04 [colin]      1.9.15cvs6
12009
12010         * src/folder.c
12011         * src/folderview.c
12012         * src/summaryview.c
12013                 Better fix (don't break mark all read) for cvs2
12014
12015 2005-10-03 [colin]      1.9.15cvs5
12016
12017         * src/folder.c
12018                 Use a sane sort by default
12019
12020 2005-10-03 [colin]      1.9.15cvs4
12021
12022         * src/inc.c
12023                 Add a 'Only once' button for overriding offline mode
12024         * src/prefs_account.c
12025         * src/wizard.c
12026                 Add Local mbox to the wizard
12027                 Add IMAP subdir to the wizard (or the wizard is useless
12028                 for such accounts, or even worse than useless)
12029                 Move IMAP subdir from Advanced to Receive tab, as it's
12030                 not that uncommon
12031
12032 2005-10-03 [colin]      1.9.15cvs3
12033
12034         * src/send_message.c
12035                 Forgot this one in cvs1
12036
12037 2005-10-03 [colin]      1.9.15cvs2
12038
12039         * src/folder.c
12040                 Faster close when leaving a folder with lots
12041                 of new mails. Idea by David Relson.
12042
12043 2005-10-03 [colin]      1.9.15cvs1
12044
12045         * src/compose.c
12046         * src/imap.c
12047         * src/inc.c
12048         * src/main.c
12049         * src/messageview.c
12050         * src/news.c
12051         * src/summaryview.c
12052         * src/gtk/sslcertwindow.c
12053         * src/plugins/trayicon/trayicon.c
12054                 Add accels to every AlertPanel. Patch by Fabien 
12055                 Vantard
12056
12057 2005-10-03 [paul]       1.9.15
12058
12059         1.9.15 released
12060
12061 2005-10-03 [paul]       1.9.14cvs68
12062
12063         * po/ca.po
12064         * po/de.po
12065         * po/es.po
12066         * po/fi.po
12067         * po/fr.po
12068         * po/sk.po
12069         * po/sr.po
12070         * po/zh_CN.po
12071                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12072                 Mones Lastra, Tommi Pirinen, Fabien vantard,
12073                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
12074
12075 2005-10-03 [paul]       1.9.14cvs67
12076
12077         * src/send_message.c
12078                 prevent hang on Cancel
12079                 patch by Colin
12080
12081 2005-10-03 [paul]       1.9.14cvs66
12082
12083         * src/main.c
12084                 fix crash in IMAP caused by discrepancy
12085                 between check_at_startup and offline mode
12086                 Patch by Colin
12087
12088 2005-10-01 [paul]       1.9.14cvs65
12089
12090         * src/inc.c
12091                 fix engrish
12092
12093 2005-10-01 [paul]       1.9.14cvs64
12094         * src/export.c
12095         * src/import.c
12096                 synchronise import_mbox() and export_mbox()
12097         * src/mbox.c
12098                 proc_mbox(): add alert if file cannot be opened
12099                 export_list_to_mbox(): test if dest file exists,
12100                 prompt user to overwrite if it does. add alert
12101                 if file cannot be created
12102                                                                 
12103         Patch by wwp
12104                                                                                                                 
12105
12106 2005-09-30 [paul]       1.9.14cvs63
12107
12108         * src/addressbook.c
12109                 Fix sensitivity of a menu
12110         * src/codeconv.c
12111                 Respect hidden pref for mails with no encoding
12112         * src/common/xml.c
12113                 Fix memory corruption
12114         * src/plugins/pgpcore/sgpgme.c
12115                 Fix segfault on incomplete sigs, and display
12116                 of S/Mime UIDs
12117
12118         Patches by Colin
12119
12120 2005-09-30 [colin]      1.9.14cvs62
12121
12122         * src/partial_download.c
12123                 Little logic fix in almost-dead code
12124         * src/pop.c
12125                 Fix partial download when there's no new mail
12126
12127 2005-09-29 [paul]       1.9.14cvs61
12128
12129         * src/plugins/pgpinline/pgpinline.c
12130                 fix bug 819, 'crash accessing sign message'
12131                 Patch by Colin
12132
12133 2005-09-28 [martin]     1.9.14cvs60
12134
12135         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12136                 fix bug #790 (Crash when restarting window manager (fluxbox))
12137
12138 2005-09-28 [paul]       1.9.14cvs59
12139
12140         * src/gtk/gtkaspell.c
12141                 fix off-by-one typo
12142
12143 2005-09-27 [colin]      1.9.14cvs58
12144
12145         * src/plugins/pgpcore/sgpgme.c
12146                 Report error when there's one, instead of
12147                 "Signature unchecked" 
12148
12149 2005-09-27 [colin]      1.9.14cvs57
12150
12151         * src/prefs_quote.c
12152                 Fix bug #816 (Weird quotation with spaces)
12153
12154 2005-09-27 [colin]      1.9.14cvs56
12155
12156         * src/codeconv.c
12157         * src/compose.c
12158         * src/compose.h
12159                 Put subject in compose's title
12160                 Fix Automatic encoding so that it's really automatic:
12161                 first try default locale's charset, then charset of the replied mail, 
12162                 then utf-8
12163                 Fix encoding of headers (must be in strict mode too)
12164
12165 2005-09-26 [colin]      1.9.14cvs55
12166
12167         * src/gtk/gtkaspell.c
12168                 Fix previous patch - don't color the space,
12169                 just uncolor it :)
12170
12171 2005-09-26 [colin]      1.9.14cvs54
12172
12173         * src/gtk/gtkaspell.c
12174                 Unmark space if possible
12175
12176 2005-09-26 [colin]      1.9.14cvs53
12177
12178         * src/imap.c
12179                 log_error instead of alertpanel according to the pref
12180         * src/etpan/imap-thread.c
12181                 Print connect status, copy only necessary size to 
12182                 logger
12183         * src/plugins/pgpmime/pgpmime.c
12184                 Handle S/Mime signatures (verification only). Patch based
12185                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
12186
12187 2005-09-26 [paul]       1.9.14cvs52
12188
12189         * src/common/passcrypt.c
12190                 this 'workaround' not necessary on NetBSD.
12191                 Thanks to Daniel Gustafson
12192
12193 2005-09-26 [paul]
12194
12195         1.9.15-rc4 released
12196
12197 2005-09-26 [paul]       1.9.14cvs51
12198
12199         * src/summaryview.c
12200                 Skip currently selected message when
12201                 looking for next new or unread message
12202                 in current folder. Patch by Colin
12203         * src/common/passcrypt.c
12204                 eliminate warnings on *BSD. Patch by
12205                 Daniel Gustafson
12206
12207 2005-09-26 [colin]      1.9.14cvs50
12208
12209         * src/procmsg.c
12210                 Call postfiltering hook anyway
12211
12212 2005-09-22 [colin]      1.9.14cvs49
12213
12214         * src/codeconv.c
12215         * src/codeconv.h
12216                 Add a strict mode that doesn't replace with _
12217         * src/compose.c
12218         * src/compose.h
12219                 Use strict conversion while sending
12220                 Fix race when drafting while sending (happens
12221                 on IMAP)
12222                 Fix d'n'd of messages from summaryview
12223         * src/prefs_common.c
12224         * src/prefs_common.h
12225                 add hidden utf8_instead_of_locale_for_broken_mail 
12226                 pref for people that preferred the default charset 
12227                 to be utf8 for broken mails
12228         * src/quote_fmt_parse.y
12229                 fix bug #815 (No quote insert if "From:" fied 
12230                 contained Russian letters)
12231         * src/summaryview.c
12232                 Fix d'n'd of messages to compose
12233
12234 2005-09-22 [paul]       1.9.14cvs48
12235
12236         * src/compose.c
12237                 fix bug where attachments Name entry
12238                 would display Path instead
12239
12240 2005-09-21 [paul]       1.9.14cvs47
12241
12242         * README
12243         * README.jp
12244         * configure.ac
12245         * config/config.rpath
12246         * doc/manual/en/sylpheed-20.html
12247         * doc/manual/es/sylpheed-20.html
12248         * po/bg.po
12249         * po/ca.po
12250         * po/de.po
12251         * po/es.po
12252         * po/fr.po
12253         * po/it.po
12254         * po/pt_BR.po
12255         * po/sk.po
12256         * po/zh_TW.po
12257         * src/account.c
12258         * src/account.h
12259         * src/action.c
12260         * src/action.h
12261         * src/adbookbase.h
12262         * src/addr_compl.c
12263         * src/addr_compl.h
12264         * src/addrbook.c
12265         * src/addrbook.h
12266         * src/addrcache.c
12267         * src/addrcache.h
12268         * src/addrcindex.c
12269         * src/addrcindex.h
12270         * src/addrclip.c
12271         * src/addrclip.h
12272         * src/addrdefs.h
12273         * src/addressadd.c
12274         * src/addressadd.h
12275         * src/addressbook.c
12276         * src/addressbook.h
12277         * src/addressitem.h
12278         * src/addrgather.c
12279         * src/addrgather.h
12280         * src/addrharvest.c
12281         * src/addrharvest.h
12282         * src/addrindex.c
12283         * src/addrindex.h
12284         * src/addritem.c
12285         * src/addritem.h
12286         * src/addrquery.c
12287         * src/addrquery.h
12288         * src/addrselect.c
12289         * src/addrselect.h
12290         * src/alertpanel.c
12291         * src/alertpanel.h
12292         * src/browseldap.c
12293         * src/browseldap.h
12294         * src/codeconv.c
12295         * src/codeconv.h
12296         * src/compose.c
12297         * src/compose.h
12298         * src/crash.c
12299         * src/crash.h
12300         * src/customheader.c
12301         * src/customheader.h
12302         * src/displayheader.c
12303         * src/displayheader.h
12304         * src/editaddress.c
12305         * src/editaddress.h
12306         * src/editbook.c
12307         * src/editbook.h
12308         * src/editgroup.c
12309         * src/editgroup.h
12310         * src/editjpilot.c
12311         * src/editjpilot.h
12312         * src/editldap.c
12313         * src/editldap.h
12314         * src/editldap_basedn.c
12315         * src/editldap_basedn.h
12316         * src/editvcard.c
12317         * src/editvcard.h
12318         * src/enriched.c
12319         * src/enriched.h
12320         * src/exphtmldlg.c
12321         * src/exphtmldlg.h
12322         * src/expldifdlg.c
12323         * src/expldifdlg.h
12324         * src/export.c
12325         * src/export.h
12326         * src/exporthtml.c
12327         * src/exporthtml.h
12328         * src/exportldif.c
12329         * src/exportldif.h
12330         * src/filtering.c
12331         * src/filtering.h
12332         * src/folder.c
12333         * src/folder.h
12334         * src/folder_item_prefs.c
12335         * src/folder_item_prefs.h
12336         * src/foldersel.c
12337         * src/foldersel.h
12338         * src/folderutils.c
12339         * src/folderutils.h
12340         * src/folderview.c
12341         * src/folderview.h
12342         * src/grouplistdialog.c
12343         * src/grouplistdialog.h
12344         * src/headerview.c
12345         * src/headerview.h
12346         * src/html.c
12347         * src/html.h
12348         * src/image_viewer.c
12349         * src/image_viewer.h
12350         * src/imap.c
12351         * src/imap.h
12352         * src/imap_gtk.c
12353         * src/imap_gtk.h
12354         * src/import.c
12355         * src/import.h
12356         * src/importldif.c
12357         * src/importldif.h
12358         * src/importmutt.c
12359         * src/importmutt.h
12360         * src/importpine.c
12361         * src/importpine.h
12362         * src/inc.c
12363         * src/inc.h
12364         * src/jpilot.c
12365         * src/jpilot.h
12366         * src/ldapctrl.c
12367         * src/ldapctrl.h
12368         * src/ldaplocate.c
12369         * src/ldaplocate.h
12370         * src/ldapquery.c
12371         * src/ldapquery.h
12372         * src/ldapserver.c
12373         * src/ldapserver.h
12374         * src/ldaputil.c
12375         * src/ldaputil.h
12376         * src/ldif.c
12377         * src/ldif.h
12378         * src/localfolder.c
12379         * src/localfolder.h
12380         * src/main.c
12381         * src/main.h
12382         * src/mainwindow.c
12383         * src/mainwindow.h
12384         * src/manual.c
12385         * src/manual.h
12386         * src/matcher.c
12387         * src/matcher.h
12388         * src/matcher_parser.h
12389         * src/matcher_parser_lex.l
12390         * src/matcher_parser_parse.y
12391         * src/mbox.c
12392         * src/mbox.h
12393         * src/message_search.c
12394         * src/message_search.h
12395         * src/messageview.c
12396         * src/messageview.h
12397         * src/mh.c
12398         * src/mh.h
12399         * src/mh_gtk.c
12400         * src/mh_gtk.h
12401         * src/mimeview.c
12402         * src/mimeview.h
12403         * src/msgcache.c
12404         * src/msgcache.h
12405         * src/mutt.c
12406         * src/mutt.h
12407         * src/news.c
12408         * src/news.h
12409         * src/news_gtk.c
12410         * src/news_gtk.h
12411         * src/noticeview.c
12412         * src/noticeview.h
12413         * src/partial_download.c
12414         * src/partial_download.h
12415         * src/pine.c
12416         * src/pine.h
12417         * src/pop.c
12418         * src/pop.h
12419         * src/prefs_account.c
12420         * src/prefs_account.h
12421         * src/prefs_actions.c
12422         * src/prefs_actions.h
12423         * src/prefs_common.c
12424         * src/prefs_common.h
12425         * src/prefs_compose_writing.c
12426         * src/prefs_compose_writing.h
12427         * src/prefs_customheader.c
12428         * src/prefs_customheader.h
12429         * src/prefs_display_header.c
12430         * src/prefs_display_header.h
12431         * src/prefs_ext_prog.c
12432         * src/prefs_ext_prog.h
12433         * src/prefs_filtering.c
12434         * src/prefs_filtering.h
12435         * src/prefs_filtering_action.c
12436         * src/prefs_filtering_action.h
12437         * src/prefs_folder_column.c
12438         * src/prefs_folder_column.h
12439         * src/prefs_folder_item.c
12440         * src/prefs_folder_item.h
12441         * src/prefs_fonts.c
12442         * src/prefs_fonts.h
12443         * src/prefs_gtk.c
12444         * src/prefs_gtk.h
12445         * src/prefs_image_viewer.c
12446         * src/prefs_image_viewer.h
12447         * src/prefs_matcher.c
12448         * src/prefs_matcher.h
12449         * src/prefs_message.c
12450         * src/prefs_message.h
12451         * src/prefs_msg_colors.c
12452         * src/prefs_msg_colors.h
12453         * src/prefs_other.c
12454         * src/prefs_other.h
12455         * src/prefs_quote.c
12456         * src/prefs_quote.h
12457         * src/prefs_receive.c
12458         * src/prefs_receive.h
12459         * src/prefs_send.c
12460         * src/prefs_send.h
12461         * src/prefs_spelling.c
12462         * src/prefs_spelling.h
12463         * src/prefs_summaries.c
12464         * src/prefs_summaries.h
12465         * src/prefs_summary_column.c
12466         * src/prefs_summary_column.h
12467         * src/prefs_template.c
12468         * src/prefs_template.h
12469         * src/prefs_themes.c
12470         * src/prefs_themes.h
12471         * src/prefs_toolbar.c
12472         * src/prefs_toolbar.h
12473         * src/prefs_wrapping.c
12474         * src/prefs_wrapping.h
12475         * src/privacy.c
12476         * src/privacy.h
12477         * src/procheader.c
12478         * src/procheader.h
12479         * src/procmime.c
12480         * src/procmime.h
12481         * src/procmsg.c
12482         * src/procmsg.h
12483         * src/quote_fmt.c
12484         * src/quote_fmt_parse.y
12485         * src/recv.c
12486         * src/recv.h
12487         * src/remotefolder.c
12488         * src/remotefolder.h
12489         * src/send_message.c
12490         * src/send_message.h
12491         * src/setup.c
12492         * src/setup.h
12493         * src/simple-gettext.c
12494         * src/sourcewindow.c
12495         * src/sourcewindow.h
12496         * src/ssl_manager.c
12497         * src/ssl_manager.h
12498         * src/statusbar.c
12499         * src/statusbar.h
12500         * src/stock_pixmap.c
12501         * src/stock_pixmap.h
12502         * src/summary_search.c
12503         * src/summary_search.h
12504         * src/summaryview.c
12505         * src/summaryview.h
12506         * src/syldap.c
12507         * src/syldap.h
12508         * src/textview.c
12509         * src/textview.h
12510         * src/toolbar.c
12511         * src/toolbar.h
12512         * src/undo.c
12513         * src/undo.h
12514         * src/unmime.c
12515         * src/unmime.h
12516         * src/vcard.c
12517         * src/vcard.h
12518         * src/wizard.c
12519         * src/wizard.h
12520         * src/common/base64.c
12521         * src/common/base64.h
12522         * src/common/defs.h
12523         * src/common/hooks.c
12524         * src/common/hooks.h
12525         * src/common/log.c
12526         * src/common/log.h
12527         * src/common/md5.c
12528         * src/common/md5.h
12529         * src/common/mgutils.c
12530         * src/common/mgutils.h
12531         * src/common/nntp.c
12532         * src/common/nntp.h
12533         * src/common/passcrypt.c
12534         * src/common/passcrypt.h.in
12535         * src/common/plugin.c
12536         * src/common/plugin.h
12537         * src/common/prefs.c
12538         * src/common/prefs.h
12539         * src/common/progressindicator.c
12540         * src/common/progressindicator.h
12541         * src/common/quoted-printable.c
12542         * src/common/quoted-printable.h
12543         * src/common/session.c
12544         * src/common/session.h
12545         * src/common/smtp.c
12546         * src/common/smtp.h
12547         * src/common/socket.c
12548         * src/common/socket.h
12549         * src/common/ssl.c
12550         * src/common/ssl.h
12551         * src/common/ssl_certificate.c
12552         * src/common/ssl_certificate.h
12553         * src/common/string_match.c
12554         * src/common/string_match.h
12555         * src/common/stringtable.c
12556         * src/common/sylpheed.c
12557         * src/common/sylpheed.h
12558         * src/common/template.c
12559         * src/common/template.h
12560         * src/common/timing.h
12561         * src/common/utils.c
12562         * src/common/utils.h
12563         * src/common/uuencode.c
12564         * src/common/uuencode.h
12565         * src/common/version.h.in
12566         * src/common/xml.c
12567         * src/common/xml.h
12568         * src/common/xmlprops.c
12569         * src/common/xmlprops.h
12570         * src/gtk/about.c
12571         * src/gtk/about.h
12572         * src/gtk/colorlabel.c
12573         * src/gtk/colorlabel.h
12574         * src/gtk/colorsel.c
12575         * src/gtk/colorsel.h
12576         * src/gtk/description_window.c
12577         * src/gtk/description_window.h
12578         * src/gtk/filesel.c
12579         * src/gtk/filesel.h
12580         * src/gtk/foldersort.c
12581         * src/gtk/foldersort.h
12582         * src/gtk/gtkutils.c
12583         * src/gtk/gtkutils.h
12584         * src/gtk/inputdialog.c
12585         * src/gtk/inputdialog.h
12586         * src/gtk/logwindow.c
12587         * src/gtk/logwindow.h
12588         * src/gtk/manage_window.c
12589         * src/gtk/manage_window.h
12590         * src/gtk/menu.c
12591         * src/gtk/menu.h
12592         * src/gtk/pluginwindow.c
12593         * src/gtk/pluginwindow.h
12594         * src/gtk/prefswindow.c
12595         * src/gtk/prefswindow.h
12596         * src/gtk/progressdialog.c
12597         * src/gtk/progressdialog.h
12598         * src/gtk/quicksearch.c
12599         * src/gtk/quicksearch.h
12600         * src/gtk/sslcertwindow.c
12601         * src/gtk/sslcertwindow.h
12602         * src/plugins/clamav/clamav_plugin.c
12603         * src/plugins/clamav/clamav_plugin.h
12604         * src/plugins/clamav/clamav_plugin_gtk.c
12605         * src/plugins/demo/demo.c
12606         * src/plugins/dillo_viewer/dillo_prefs.c
12607         * src/plugins/dillo_viewer/dillo_prefs.h
12608         * src/plugins/dillo_viewer/dillo_viewer.c
12609         * src/plugins/mathml_viewer/mathml_viewer.c
12610         * src/plugins/pgpcore/passphrase.c
12611         * src/plugins/pgpcore/passphrase.h
12612         * src/plugins/pgpcore/plugin.c
12613         * src/plugins/pgpcore/prefs_gpg.c
12614         * src/plugins/pgpcore/prefs_gpg.h
12615         * src/plugins/pgpcore/select-keys.c
12616         * src/plugins/pgpcore/select-keys.h
12617         * src/plugins/pgpcore/sgpgme.c
12618         * src/plugins/pgpcore/sgpgme.h
12619         * src/plugins/pgpinline/pgpinline.c
12620         * src/plugins/pgpinline/pgpinline.h
12621         * src/plugins/pgpinline/plugin.c
12622         * src/plugins/pgpmime/pgpmime.c
12623         * src/plugins/pgpmime/pgpmime.h
12624         * src/plugins/pgpmime/plugin.c
12625         * src/plugins/spamassassin/spamassassin.c
12626         * src/plugins/spamassassin/spamassassin.h
12627         * src/plugins/spamassassin/spamassassin_gtk.c
12628         * src/plugins/trayicon/trayicon.c
12629         * tools/OOo2sylpheed.pl
12630         * tools/acroread2sylpheed.pl
12631         * tools/asus_mailled.sh
12632         * tools/filter_conv.pl
12633         * tools/freshmeat_search.pl
12634         * tools/google_search.pl
12635         * tools/kmail2sylpheed.pl
12636         * tools/kmail2sylpheed_v2.pl
12637         * tools/maildir2sylpheed.pl
12638         * tools/multiwebsearch.pl
12639         * tools/newscache_clean.pl
12640         * tools/outlook2sylpheed.pl
12641         * tools/sylpheed-switcher
12642         * tools/update-po
12643         * tools/vcard2xml.py
12644         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
12645                 update FSF address
12646
12647 2005-09-21 [colin]      1.9.14cvs46
12648
12649         * src/gedit-print.c
12650         * src/procmsg.c
12651         * src/procmsg.h
12652         * src/textview.c
12653         * src/summaryview.c
12654                 Remove some printing hacks (deselection/reselection),
12655                 which by the way fix printing the currently 
12656                 displayed mime part (still only text)
12657                 Plus a little optimisation of summary_show
12658
12659
12660 2005-09-20 [colin]      1.9.14cvs45
12661
12662         * src/mainwindow.c
12663         * src/messageview.c
12664                 GUI fixups: add accels, set message
12665                 view title to displayed mail's subject
12666         * src/prefs_spelling.c
12667         * src/gtk/gtkaspell.c
12668                 GUI fixups: allow underlining misspelled
12669                 words instead of coloring them (a11y!)
12670
12671 2005-09-19 [colin]
12672
12673         1.9.15rc3 released
12674
12675 2005-09-19 [colin]      1.9.14cvs44
12676
12677         * src/compose.c
12678                 Fix draft message
12679         * src/gtk/gtkaspell.c
12680                 Fix wrong test ;-)
12681
12682 2005-09-19 [colin]      1.9.14cvs43
12683
12684         * src/addressbook.c
12685                 Fix sensitivity of Delete button
12686         * src/compose.c
12687                 Warn if the requested Privacy system
12688                 is not available
12689         * src/exphtmldlg.c
12690         * src/expldifdlg.c
12691         * src/importldif.c
12692         * src/importmutt.c
12693         * src/importpine.c
12694                 Fix crappy UI
12695         * src/
12696         * src/ssl.h
12697         * src/prefs_account.h
12698         * src/prefs_account.c
12699                 Save SSL prefs even in builds that have
12700                 SSL support disable
12701         * src/imap.c
12702         * src/inc.c
12703         * src/news.c
12704         * src/send_message.c
12705                 Warn if connection should be secure, but
12706                 SSL support isn't compiled in
12707         * src/gtkaspell.c
12708                 Fix word separation on UTF-8 systems
12709                 Fixes bug #812 (Strange inline spellchecking)
12710         * src/compose.c
12711                 Warn if the requested Privacy system
12712                 is not available
12713                 Factorize offline warning
12714         * src/imap.c
12715         * src/imap_gtk.c
12716         * src/imap_gtk.h
12717         * src/inc.h
12718         * src/news_gtk.c
12719         * src/news_gtk.h
12720         * src/messageview.c
12721                 Factorize offline warning
12722
12723 2005-09-19 [paul]
12724
12725         1.9.15-rc2 released
12726
12727 2005-09-18 [colin]      1.9.14cvs42
12728
12729         * src/codeconv.c
12730         * src/codeconv.h
12731         * src/procmime.c
12732                 Add a way to get locale's charset ignoring utf-8,
12733                 and use that as default encoding for broken mails
12734
12735 2005-09-18 [colin]      1.9.14cvs41
12736
12737         * src/gtk/logwindow.c
12738                 Translate string. Patch by Fabien Vantard
12739
12740 2005-09-18 [colin]      1.9.14cvs40
12741
12742         * configure.ac
12743                 Fix bug #803 (IMAP/SSL support breaks with 
12744                 GnuTLS libetpan 0.38)
12745
12746 2005-09-18 [colin]      1.9.14cvs39
12747
12748         * src/codeconv.c
12749         * src/compose.c
12750         * src/procmime.c
12751                 More charsets fixes. Fixes bug #806 (non
12752                 ascii characters in subject line)
12753
12754 2005-09-17 [paul]       1.9.14cvs38
12755
12756         * src/folderview.c
12757         * src/mainwindow.c
12758                 fix gcc-2.95 issues
12759                 Patch by Pawel Pekala
12760
12761 2005-09-17 [colin]      1.9.14cvs37
12762
12763         * src/addrindex.c
12764                 bugfix for NO-USE LDAP compilation, patch 
12765                 by Fabien Vantard
12766
12767 2005-09-17 [colin]      1.9.14cvs36
12768
12769         * src/prefs_actions.c
12770         * src/prefs_customheader.c
12771         * src/prefs_display_header.c
12772         * src/prefs_filtering_action.c
12773         * src/prefs_matcher.c
12774         * src/prefs_toolbar.c
12775                 Fix strange casts (less elegant but
12776                 works better)
12777
12778 2005-09-16 [colin]      1.9.14cvs35
12779
12780         * src/jpilot.c
12781                 Missed that one
12782
12783 2005-09-16 [colin]      1.9.14cvs34
12784
12785         * configure.ac
12786         * src/Makefile.am
12787         * src/addr_compl.c
12788         * src/addrindex.c
12789         * src/browseldap.c
12790         * src/editldap.c
12791         * src/ldaplocate.c
12792         * src/ldapquery.c
12793         * src/ldapquery.h
12794         * src/ldapserver.c
12795         * src/ldapserver.h
12796         * src/main.c
12797         * src/matcher_parser_parse.y
12798         * src/prefs_themes.c
12799         * src/etpan/Makefile.am
12800         * src/gtk/description_window.c
12801         * src/plugins/clamav/Makefile.am
12802         * src/plugins/clamav/clamav_plugin.c
12803         * src/plugins/dillo_viewer/Makefile.am
12804         * src/plugins/pgpcore/Makefile.am
12805         * src/plugins/pgpinline/Makefile.am
12806         * src/plugins/pgpmime/Makefile.am
12807         * src/plugins/trayicon/Makefile.am
12808                 Fix 100% cpu usage in address completion list
12809                 Fix little bugs (return with no values etc)
12810                 Fix all warnings (with common CFLAGS)
12811
12812 2005-09-15 [colin]      1.9.14cvs33
12813
12814         * src/addressbook.c
12815                 Fix bug where sometimes a group's email list is empty,
12816                 force its refresh (probably fixes "Re: how to create a 
12817                 distribution list")
12818         * src/ldapquery.c
12819                 Don't return to the callback in the main thread from the
12820                 fetch thread (or face segs!)
12821
12822 2005-09-15 [paul]       1.9.14cvs32
12823
12824         * src/prefs_matcher.c
12825                 forgotten in last commit
12826
12827 2005-09-15 [paul]       1.9.14cvs31
12828
12829         * src/prefs_actions.c
12830         * src/prefs_filtering_action.c
12831         * src/prefs_quote.c
12832         * src/quote_fmt.c
12833         * src/summaryview.c
12834         * src/gtk/description_window.c
12835         * src/gtk/description_window.h
12836         * src/gtk/quicksearch.c
12837                 allow interaction with the called
12838                 description window
12839                 Patch by Anders Hammar
12840
12841 2005-09-14 [paul]       1.9.14cvs30
12842
12843         * src/compose.c
12844                 fix a little annoyance when pasting with 3rd button 
12845                 with wrap_pastes=0 and wrap_input=1
12846                 Patch by Colin
12847
12848 2005-09-14 [paul]       1.9.14cvs29
12849
12850         * src/prefs_account.c
12851                 disable 'Filter messages on receiving' for
12852                 SMTP-only accounts
12853                 Patch  by Anders Hammar
12854
12855 2005-09-14 [paul]       1.9.14cvs28
12856
12857         * po/sk.po
12858                 fix crash
12859                 updated by Andrej Kacian
12860
12861 2005-09-14 [paul]
12862
12863         1.9.15-rc1 released
12864
12865 2005-09-14 [paul]       1.9.14cvs27
12866
12867         * po/es.po
12868                 updated by Ricardo Mones Lastra
12869         * src/compose.c
12870         * src/compose.h
12871                 associate no_wrap_tags to Compose windows
12872                 instead of using a static one
12873                 Patch by Colin
12874         * src/mbox.c
12875                 fix proc_mbox()
12876                 Patch by wwp
12877         * src/textview.c
12878                 remove unneeded printf()
12879
12880 2005-09-14 [paul]       1.9.14cvs26
12881
12882         * src/addrcache.c
12883         * src/codeconv.h
12884         * src/folder.h
12885         * src/mainwindow.h
12886         * src/mh.c
12887         * src/mimeview.h
12888         * src/partial_download.c
12889         * src/pop.c
12890         * src/prefs_account.c
12891         * src/prefs_account.h
12892         * src/prefs_actions.c
12893         * src/prefs_customheader.c
12894         * src/prefs_display_header.c
12895         * src/prefs_filtering_action.c
12896         * src/prefs_matcher.c
12897         * src/prefs_toolbar.c
12898         * src/privacy.h
12899         * src/procmime.c
12900         * src/procmime.h
12901         * src/procmsg.h
12902         * src/textview.c
12903         * src/undo.h
12904         * src/common/plugin.c
12905         * src/common/session.h
12906         * src/common/socket.c
12907         * src/common/socket.h
12908         * src/common/template.c
12909         * src/gtk/gtkaspell.c
12910         * src/gtk/quicksearch.h
12911         * src/plugins/pgpcore/passphrase.c
12912         * src/plugins/pgpcore/prefs_gpg.h
12913         * src/plugins/pgpcore/select-keys.c
12914         * src/plugins/pgpcore/select-keys.h
12915         * src/plugins/pgpcore/sgpgme.c
12916         * src/plugins/pgpinline/pgpinline.c
12917         * src/plugins/pgpmime/pgpmime.c
12918         * src/plugins/trayicon/trayicon.c
12919                 fix compilation warnings
12920                 Patch by Daniel Gustafson
12921
12922 2005-09-14 [paul]       1.9.14cvs25
12923
12924         * src/addressbook.c
12925                 add missing column header, and other small
12926                 bug fixes
12927                 Patch by Anders Hammar
12928
12929 2005-09-13 [colin]      1.9.14cvs24
12930
12931         * src/gtk/gtkaspell.c
12932                 Fix non-utf8 in menu
12933                 Fix little leaks
12934                 Nullify struct members after free()s
12935
12936 2005-09-13 [colin]      1.9.14cvs23
12937
12938         * src/compose.c
12939                 Test utf8 compliance before inserting to 
12940                 buffer, and try to convert if necessary
12941         * src/procmime.c
12942                 If no charset is present, use the locale 
12943                 one instead of us-ascii
12944         * src/procmsg.c
12945                 Add Sender, List-Post and To in the checked 
12946                 headers for automatic rules creation 
12947                 (thanks to wwp)
12948         * src/prefs_themes.c
12949         * src/gtk/gtkaspell.c
12950                 Remove deprecated functions. 
12951                 patch by Daniel Gustafson
12952
12953 2005-09-12 [colin]      1.9.14cvs22
12954
12955         * src/compose.c
12956                 Fix bug #448 (Scrolling/Redraw issue with 
12957                 address-fields in Header)
12958         * src/mainwindow.c
12959         * src/summaryview.c
12960         * src/summaryview.h
12961                 Fix loss of MSG_MARKED on move/copy
12962                 Fix bug #804 (Quicksearch togglebutton doesn't 
12963                 get depressed after '/' key is pressed)
12964
12965 2005-09-12 [paul]       1.9.14cvs21
12966
12967         * AUTHORS
12968         * src/gtk/logwindow.c
12969                 add 'Clear Log' to popup menu
12970                 Patch by Anders Hammar <anders.hammar@telia.com>
12971
12972 2005-09-12 [paul]       1.9.14cvs20
12973
12974         * src/compose.c
12975                 set correct sensitivity on attachments
12976                 popup menu
12977         * src/folder.c
12978                 fix typo
12979         * src/prefs_spelling.c
12980                 fix crash when no LANG env is set
12981         * src/common/xml.c
12982                 fix crash in wizard
12983                 don't use memeory after free
12984
12985         All patches by Daniel Gustafson
12986
12987 2005-09-12 [paul]       1.9.14cvs19
12988
12989         * src/prefs_themes.c
12990                 make theme info selectable
12991         * src/gtk/description_window.c
12992                 make window non-modal
12993         * tools/README
12994                 add details of asus_mailed.sh
12995         * tools/claws.i18n.status.pl
12996                 update for new zh_TW translator
12997                 widen the output
12998                 create alternate coloured lines
12999                 improve readability
13000
13001 2005-09-10 [colin]      1.9.14cvs18
13002
13003         * src/plugins/pgpcore/select-keys.c
13004                 Better order for the buttons
13005
13006 2005-09-10 [colin]      1.9.14cvs17
13007
13008         * src/compose.c
13009         * src/plugins/pgpcore/select-keys.c
13010         * src/plugins/pgpcore/select-keys.h
13011         * src/plugins/pgpcore/sgpgme.c
13012                 Add a "Don't encrypt" button to the key
13013                 selection dialog. Fixes bug #177 (There should be a 
13014                 'Don't encrypt button in the Select Keys dialog)
13015
13016 2005-09-10 [colin]      1.9.14cvs16
13017
13018         * src/compose.c
13019                 Fix bug #572 (%X option does not work with templates)
13020
13021 2005-09-10 [colin]      1.9.14cvs15
13022
13023         * src/toolbar.c 
13024                 Remove g_print
13025
13026 2005-09-10 [colin]      1.9.14cvs14
13027
13028         * src/imap.c
13029                 Fix a possible crash
13030
13031 2005-09-09 [colin]      1.9.14cvs13
13032
13033         * src/imap.c
13034         * src/etpan/imap-thread.c
13035         * src/etpan/imap-thread.h
13036                 Fix moving from queue or drafts to normal folders
13037                 Fix bug #794 (No way to delete without expunging)
13038                 Take flags unset by other mailers into account
13039                 Take deleted flag set by other mailers into account
13040                 Fix unsetting REPLIED flag
13041                 Fix crash when capabilities can't be retrieved
13042         * src/mainwindow.c
13043         * src/mainwindow.h
13044                 Add M_DELAYED_FLAGS condition, and let the user use
13045                 Execute in order to be able to expunge deleted mails,
13046                 even if he's not in delayed execute mode
13047         * src/prefs_spelling.c
13048                 Use 'en' dictionary by default if LANG is POSIX or C
13049         * src/gtk/prefswindow.c
13050                 Fix bug #767 (Preferences windows expanding) by making
13051                 the window a bit larger when the resolution is greater
13052                 than 640x480, and by putting the prefs in a
13053                 GtkScrolledWindow.
13054
13055 2005-09-09 [paul]       1.9.14cvs12
13056
13057         * AUTHORS
13058         * configure.ac
13059         * po/zh_TW.Big5.po      ** REMOVED **
13060         * po/zh_TW.po           ** ADDED **
13061                 updated by Wei-Lun Chao
13062
13063 2005-09-09 [paul]       1.9.14cvs11
13064
13065         * src/mainwindow.c
13066                 fix asserts
13067         * src/common/xml.c
13068                 delay memory allocation until file is
13069                 opened successfully
13070                 Patch by Daniel Gustafson
13071
13072 2005-09-09 [colin]      1.9.14cvs10
13073
13074         * src/imap.c
13075                 Add guards
13076
13077 2005-09-08 [colin]      1.9.14cvs9
13078
13079         * src/compose.c
13080                 Alert when we can't save draft
13081                 Fix various wrap/color issues
13082                 Add mid-click pasting respecting wrap_paste option
13083         * src/folder.c
13084         * src/folder.h
13085         * src/folder_item_prefs.c
13086         * src/folder_item_prefs.h
13087         * src/imap.c
13088         * src/imap_gtk.c
13089         * src/imap_gtk.h
13090         * src/main.c
13091         * src/mainwindow.c
13092         * src/mainwindow.h
13093         * src/news.c
13094         * src/news_gtk.c
13095         * src/news_gtk.h
13096         * src/prefs_folder_item.c
13097                 Fix the impossibility to synchronise folders for
13098                 offline use (IMAP and NNTP are concerned)
13099
13100 2005-09-08 [colin]      1.9.14cvs8
13101
13102         * configure.ac
13103                 Build LDAP and JPilot by default if available
13104         * src/textview.c
13105                 Fix use after free
13106
13107 2005-09-08 [paul]       1.9.14cvs7
13108
13109         * doc/manual/en/sylpheed-1.html
13110         * doc/manual/en/sylpheed-18.html
13111         * doc/manual/en/sylpheed-19.html
13112         * doc/manual/en/sylpheed-4.html
13113         * doc/manual/en/sylpheed-6.html
13114         * doc/manual/en/sylpheed.html
13115                 a few minor updates, plus include some
13116                 details about plugins and their requirements
13117         * src/mainwindow.c
13118                 minor changes to English in /View/Sort
13119
13120 2005-09-07 [colin]      1.9.14cvs6
13121
13122         * doc/manual/en/sylpheed-1.html
13123         * doc/manual/en/sylpheed-10.html
13124         * doc/manual/en/sylpheed-11.html
13125         * doc/manual/en/sylpheed-12.html
13126         * doc/manual/en/sylpheed-13.html
13127         * doc/manual/en/sylpheed-14.html
13128         * doc/manual/en/sylpheed-15.html
13129         * doc/manual/en/sylpheed-16.html
13130         * doc/manual/en/sylpheed-17.html
13131         * doc/manual/en/sylpheed-18.html
13132         * doc/manual/en/sylpheed-19.html
13133         * doc/manual/en/sylpheed-2.html
13134         * doc/manual/en/sylpheed-20.html
13135         * doc/manual/en/sylpheed-21.html
13136         * doc/manual/en/sylpheed-22.html
13137         * doc/manual/en/sylpheed-3.html
13138         * doc/manual/en/sylpheed-4.html
13139         * doc/manual/en/sylpheed-5.html
13140         * doc/manual/en/sylpheed-6.html
13141         * doc/manual/en/sylpheed-7.html
13142         * doc/manual/en/sylpheed-8.html
13143         * doc/manual/en/sylpheed-9.html
13144         * doc/manual/en/sylpheed.html
13145                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
13146
13147 2005-09-07 [colin]      1.9.14cvs5
13148
13149         * src/mainwindow.c
13150                 Make labels more to-the-point
13151
13152 2005-09-07 [colin]      1.9.14cvs4
13153
13154         * doc/manual/en/sylpheed-1.html
13155         * doc/manual/en/sylpheed-12.html
13156         * doc/manual/en/sylpheed-13.html
13157         * doc/manual/en/sylpheed-14.html
13158         * doc/manual/en/sylpheed-15.html
13159         * doc/manual/en/sylpheed-16.html
13160         * doc/manual/en/sylpheed-17.html
13161         * doc/manual/en/sylpheed-18.html
13162         * doc/manual/en/sylpheed-19.html
13163         * doc/manual/en/sylpheed-2.html
13164         * doc/manual/en/sylpheed-20.html
13165         * doc/manual/en/sylpheed-21.html
13166         * doc/manual/en/sylpheed-22.html
13167         * doc/manual/en/sylpheed-4.html
13168         * doc/manual/en/sylpheed-5.html
13169         * doc/manual/en/sylpheed-6.html
13170         * doc/manual/en/sylpheed-7.html
13171         * doc/manual/en/sylpheed-8.html
13172         * doc/manual/en/sylpheed-9.html
13173         * doc/manual/en/sylpheed.html
13174                 Update manual
13175
13176 2005-09-07 [colin]      1.9.14cvs3
13177
13178         * doc/faq/en/sylpheed-faq-1.html
13179         * doc/faq/en/sylpheed-faq-2.html
13180         * doc/faq/en/sylpheed-faq-3.html
13181         * doc/faq/en/sylpheed-faq.html
13182                 Update FAQ
13183
13184 2005-09-07 [colin]      1.9.14cvs2
13185
13186         * src/folderview.c
13187         * src/procmsg.c
13188         * src/summaryview.c
13189         * src/toolbar.c
13190                 Fix special subfolders:
13191                 - Inherit parent's icon
13192                 - sent contents of queues subfolders
13193                 - empty subfolders of trashes
13194         * src/mainwindow.c
13195                 Remove outdated manual and faq entries
13196         * src/common/utils.c
13197                 Add quotes around %s coming from mailcap
13198
13199 2005-09-07 [colin]      1.9.14cvs1
13200
13201         * src/compose.c
13202                 After saving draft, set modified to FALSE
13203         * src/mimeview.c
13204         * src/common/utils.c
13205         * src/common/utils.h
13206                 Try to open mime parts using what is 
13207                 indicated in ~/.mailcap or /etc/mailcap,
13208                 if possible.
13209
13210 2005-09-05 [paul]       1.9.14
13211
13212         1.9.14 released
13213
13214         * po/sk.po
13215                 updated by Andrej Kacian
13216
13217 2005-09-05 [paul]       1.9.13cvs83
13218
13219         * po/de.po
13220         * po/es.po
13221         * po/fi.po
13222         * po/fr.po
13223         * po/nb.po
13224         * po/pt_BR.po
13225         * po/sr.po
13226                 updated translations by Thomas Gilgin, Ricardo Mones
13227                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
13228                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
13229
13230 2005-09-04 [paul]       1.9.13cvs82
13231
13232         * src/compose.c
13233                 only warn about exceeded line length limit
13234                 on send
13235
13236 2005-09-04 [paul]       1.9.13cvs81
13237
13238         * src/compose.c
13239                 fix crash in 'line length exceeded' dialogue
13240
13241 2005-09-02 [paul]       1.9.13cvs80
13242
13243         * src/imap.c
13244                 fix bug 795, 'Connection lost IMAP'
13245                 and add statusbar prints
13246                 Patch by Colin
13247
13248 2005-09-02 [paul]       1.9.13cvs79
13249
13250         * src/compose.c
13251                 compose_wrap_paragraph() becomes
13252                 compose_beautify_paragraph()
13253                 Patch by Colin
13254
13255 2005-09-02 [colin]      1.9.13cvs78
13256
13257         * src/folderview.c
13258                 Micro-fix
13259
13260 2005-09-01 [colin]      1.9.13cvs77
13261
13262         * src/imap.c
13263                 Maybe fix bug #795 (Connection lost IMAP)
13264                 Don't try to send logout when we're disconnected.
13265         * src/summaryview.c
13266                 Include locked and marked emails in HRM
13267                 view. Fixes bug #800 (Locked messages no longer 
13268                 show up when hide read messages is used)
13269
13270 2005-09-01 [paul]       1.9.13cvs76
13271
13272         * src/prefs_common.c
13273                 fix bad cutting
13274
13275 2005-08-31 [colin]      1.9.13cvs75
13276
13277         * src/folderview.c
13278         * src/folderview.h
13279         * src/prefs_summaries.c
13280         * src/summaryview.c
13281                 Fix "go to next new", fix preference
13282                 (Open unread/next swapped)
13283
13284 2005-08-31 [paul]       1.9.13cvs74
13285
13286         * src/compose.c
13287         * src/folderview.c
13288         * src/headerview.c
13289         * src/headerview.h
13290         * src/mainwindow.c
13291         * src/prefs_common.c
13292         * src/prefs_common.h
13293         * src/prefs_fonts.c
13294         * src/summaryview.c
13295         * src/textview.c
13296         * src/common/defs.h
13297                 remove obsolete BOLD_FONT setting
13298                 fix font update in headerview and textview
13299                 headers after prefs change
13300                 Patch By Colin
13301
13302 2005-08-31 [paul]
13303
13304         1.9.14-rc4 released
13305
13306 2005-08-30 [colin]      1.9.13cvs73
13307
13308         * src/summaryview.c
13309                 When Hide read messages is selected and we
13310                 refresh the summaryview, don't remove the 
13311                 currently displayed message. Fixes bug #797
13312                 (Summary view reloads when new mail is 
13313                 downloaded in 1.9.14 rc)
13314
13315 2005-08-30 [colin]      1.9.13cvs72
13316
13317         * src/folderview.c
13318                 Fix flickering
13319         * src/mainwindow.c
13320                 Remove useless callback
13321         * src/mimeview.c
13322         * src/gtk/filesel.c
13323         * src/gtk/filesel.h
13324                 Add a filesel_select_file_save_folder() - used by Save All
13325
13326 2005-08-29 [paul]       1.9.13cvs71
13327
13328         * AUTHORS
13329         * src/matcher_parser_parse.y
13330         * src/etpan/imap-thread.c
13331                 fix building on FreeBSD
13332                 Patch by Daniel Gustafson <daniel@hobbit.se>
13333
13334 2005-08-29 [paul]       1.9.13cvs70
13335
13336         * src/plugins/pgpinline/pgpinline.c
13337                 only initialise sig result if it's been handled
13338                 Patch by Colin
13339
13340 2005-08-29 [paul]       1.9.13cvs69
13341         
13342         Patches by Colin:
13343
13344         * src/imap.c
13345         * src/common.utils.c
13346         * src/common/utils.h
13347                 optimisation
13348         * src/stock_pixmap.h
13349                 fix wrong icon reference
13350         * src/pixmaps/trash_btn.xpm
13351                 replace with nicer image
13352
13353 2005-08-28 [colin]      1.9.13cvs68
13354
13355         * src/Makefile.am
13356         * src/stock_pixmap.c
13357         * src/stock_pixmap.h
13358         * src/toolbar.c
13359         * src/pixmaps/trash_btn.xpm
13360                 Add a specific trash xpm for the button
13361
13362 2005-08-28 [colin]      1.9.13cvs67
13363
13364         * src/imap.c
13365                 Fix leak
13366
13367 2005-08-27 [colin]      1.9.13cvs66
13368
13369         * src/imap.c
13370         * src/procmime.c
13371                 Correctly fix "Problem with replies", fixes
13372                 pgpmime encryption too. 
13373
13374 2005-08-27 [colin]      1.9.13cvs65
13375
13376         * src/folder.c
13377         * src/procmsg.c
13378         * src/procmsg.h
13379         * src/summaryview.c
13380                 Fix bug #517 (messages removed from summaryview 
13381                 when moving fails)
13382
13383 2005-08-27 [colin]      1.9.13cvs64
13384
13385         * tools/Makefile.am
13386         * tools/asus_mailled.sh
13387                 Add a script to blink ASUS laptops' mail LED where there
13388                 is unread mail.
13389
13390 2005-08-27 [colin]      1.9.13cvs63
13391
13392         * src/imap.c
13393         * src/etpan/imap-thread.c
13394         * src/etpan/imap-thread.h
13395                 Implement automatic choosing of login method
13396                 Fixes bug #791
13397         * src/gtk/.cvsignore
13398                 Add sylpheed-marshal.[ch]
13399
13400 2005-08-27 [colin]      1.9.13cvs62
13401
13402         * src/common/utils.c
13403                 Fix confusing perror
13404
13405 2005-08-27 [colin]      1.9.13cvs61
13406
13407         * src/toolbar.c
13408         * src/toolbar.h
13409                 Remove A_DELETE, replace it with 
13410                 A_TRASH and A_DELETE_REAL. Automatically
13411                 rewrite config files to replace A_DELETE
13412                 with A_TRASH (no functionality change).
13413                 Fixes half of #794
13414
13415 2005-08-26 [colin]      1.9.13cvs60
13416
13417         * src/procmime.c
13418                 Previous "Problem with replies" fix brought other
13419                 problems, fixing them
13420
13421 2005-08-26 [colin]      1.9.13cvs59
13422
13423         * src/procmime.c
13424                 Fix "Problem with replies". This happened only
13425                 on IMAP...
13426         * src/procmsg.c
13427                 Factorize code a bit
13428         * src/compose.c
13429                 Speed improvement on very long messages (wrapping)
13430                 Fix signature color on Reedit and Redirect
13431                 On Reedit, don't attach pgp-signatures parts, but
13432                 set signing to On.
13433
13434 2005-08-24 [paul]       1.9.13cvs58
13435
13436         * src/compose.c
13437                 don't claim success when clicking
13438                 Cancel on the passphrase box.
13439                 Patch by Colin
13440
13441 2005-08-24 [paul]       1.9.13cvs57
13442
13443         * src/main.c
13444                 fix misplaced sylpheed.log
13445         * src/common/defs.h
13446                 define UIDL_DIR
13447
13448 2005-08-24 [paul]       1.9.13cvs56
13449
13450         * src/imap.c
13451         * src/etpan/imap-thread.c
13452         * src/etpan/imap-thread.h
13453                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
13454                 Patch by Colin
13455         * src/gtk/sylpheed-marshal.c    ** REMOVED **
13456         * src/gtk/sylpheed-marshal.h    ** REMOVED **
13457                 remove autogenerated files
13458         * tools/kdeservicemenu/README
13459         * tools/kdeservicemenu/install.sh
13460         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13461         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13462                 use Claws icon, use 'Sylpheed-Claws' in menu,
13463                 use kdialog, and other cleanups
13464
13465 2005-08-23 [paul]       1.9.13cvs55
13466
13467         * src/compose.c
13468                 fix paste/wrap crash
13469                 Patch by Colin
13470
13471 2005-08-23 [paul]       1.9.13cvs54
13472
13473         * src/main.c
13474                 fix crash recovery
13475                 Patch by Colin
13476
13477 2005-08-23 [paul]       1.9.13cvs53
13478
13479         * src/addressbook.c
13480         * src/editaddress.c
13481                 view all data of LDAP contacts
13482                 Patch by Colin
13483
13484 2005-08-23 [paul]       1.9.13cvs52
13485
13486         * src/addressbook.c
13487                 fix issues with the Search field
13488                 Patch by Colin
13489
13490 2005-08-22 [paul]       1.9.13cvs51
13491
13492         * src/folderview.c
13493                 put name of folder in processing dialog
13494                 title
13495         * src/prefs_folder_item.c
13496                 improve english usage
13497
13498 2005-08-22 [paul]       1.9.13cvs50
13499
13500         * src/filtering.c
13501         * src/filtering.h
13502         * src/matcher.c
13503         * src/matcher_parser_lex.l
13504         * src/matcher_parser_parse.y
13505         * src/prefs_filtering.c
13506                 add Filtering/Processing rule names feature.
13507                 (the incompatible old matcherrc is saved as
13508                 matcherrc.pre_names).
13509                 Patch by Colin
13510
13511 2005-08-22 [paul]       1.9.13cvs49
13512
13513         * src/procmsg.c
13514                 fix colour labelling
13515                 Patch by Colin
13516
13517 2005-08-22 [paul]       1.9.13cvs48
13518
13519         * src/textview.c
13520                 fix open_image_cb()
13521
13522 2005-08-22 [paul]       1.9.13cvs47
13523
13524         * src/imap.c
13525                 fix bug 789, 'SC crashes with imap (CVS ver)'
13526                 Patch by Colin
13527
13528 2005-08-22 [paul]       1.9.13cvs46
13529
13530         * src/mimeview.c
13531         * src/prefs_common.c
13532         * src/common/defs.h
13533                 define reused defaults in defs.h
13534         * src/textview.c
13535                 add 'Open image' to image popup menu
13536
13537 2005-08-21 [colin]      1.9.13cvs45
13538
13539         * src/summaryview.c
13540                 Fix bug #788 (Bogus "From" address displayed)
13541
13542 2005-08-20 [colin]      1.9.13cvs44
13543
13544         * src/folder.c
13545                 Fix buf #787 (multilevel delete causes SIGSEGV)
13546
13547 2005-08-19 [colin]      1.9.13cvs43
13548
13549         * src/inc.c
13550         * src/prefs_common.c
13551         * src/prefs_common.h
13552                 Add an hidden pref to allow modifying the
13553                 update stepping in incorporation.
13554                 Patch by wwp.
13555
13556 2005-08-19 [colin]      1.9.13cvs42
13557
13558         * src/compose.c
13559         * src/procmime.c
13560                 Workaround for broken MUAs: encode 
13561                 Content-type: name: as ASCII and 
13562                 Content-Disposition: filename: as
13563                 per rfc2231
13564         * src/prefs_account.c
13565                 Fix invisible-ness of SMTP SSL prefs
13566                 in NNTP accounts
13567
13568 2005-08-19 [paul]       1.9.13cvs41
13569
13570         * src/compose.c
13571         * src/prefs_common.c
13572         * src/prefs_common.h
13573         * src/prefs_wrapping.c
13574                 paste with or without wrapping.
13575                 patch by Colin
13576
13577 2005-08-19 [paul]       1.9.13cvs40
13578
13579         * src/prefs_common.c
13580         * src/prefs_common.h
13581         * src/summaryview.c
13582                 reintroduce enable_swap_from as a
13583                 hidden pref. patch by Colin
13584         * src/quote_fmt_parse.y
13585         * src/plugins/clamav/clamav_plugin.c
13586         * src/plugins/dillo_viewer/dillo_viewer.c
13587         * src/plugins/mathml_viewer/mathml_viewer.c
13588         * src/plugins/pgpcore/sgpgme.c
13589         * src/plugins/pgpinline/pgpinline.c
13590         * src/plugins/pgpmime/pgpmime.c
13591                 tidy up. patch by Colin
13592
13593 2005-08-19 [paul]       1.9.13cvs39
13594
13595         * configure.ac
13596                 complete cvs38's sync
13597         * src/editaddress.c
13598         * src/gedit-print.c
13599         * src/mutt.c
13600         * src/etpan/etpan-log.c
13601         * src/etpan/imap-thread.c
13602         * src/gtk/gtksourceprintjob.c
13603                 fix compilation warnings
13604                 (patch by Colin)
13605
13606 2005-08-19 [paul]       1.9.13cvs38
13607
13608         sync with main:
13609
13610         * src/account.c
13611         * src/action.c
13612         * src/addrbook.c
13613         * src/addrcache.c
13614         * src/addrharvest.c
13615         * src/addrindex.c
13616         * src/codeconv.c
13617         * src/compose.c
13618         * src/crash.c
13619         * src/exporthtml.c
13620         * src/exportldif.c
13621         * src/folder.c
13622         * src/image_viewer.c
13623         * src/inc.c
13624         * src/inc.h
13625         * src/jpilot.c
13626         * src/ldif.c
13627         * src/main.c
13628         * src/matcher.c
13629         * src/mbox.c
13630         * src/messageview.c
13631         * src/mh.c
13632         * src/mimeview.c
13633         * src/msgcache.c
13634         * src/mutt.c
13635         * src/news.c
13636         * src/partial_download.c
13637         * src/pine.c
13638         * src/pop.c
13639         * src/prefs_actions.c
13640         * src/prefs_common.c
13641         * src/prefs_customheader.c
13642         * src/prefs_display_header.c
13643         * src/prefs_gtk.c
13644         * src/prefs_themes.c
13645         * src/procheader.c
13646         * src/procmime.c
13647         * src/procmsg.c
13648         * src/recv.c
13649         * src/send_message.c
13650         * src/simple-gettext.c
13651         * src/sourcewindow.c
13652         * src/textview.c
13653         * src/vcard.c
13654         * src/common/defs.h
13655         * src/common/log.c
13656         * src/common/plugin.c
13657         * src/common/prefs.c
13658         * src/common/session.c
13659         * src/common/session.h
13660         * src/common/socket.c
13661         * src/common/socket.h
13662         * src/common/ssl_certificate.c
13663         * src/common/template.c
13664         * src/common/utils.c
13665         * src/common/utils.h
13666         * src/common/xml.c
13667         * src/gtk/about.c
13668         added wrappers for C library function that
13669                 take pathname arguments.
13670                 enabled compilation with MinGW.
13671                 use GDir instead of directly using opendir().
13672                 added rename_force().
13673
13674 2005-08-19 [paul]       1.9.13cvs37
13675         
13676         patches by Colin:
13677         * src/compose.c
13678                 fix privacy settings on re-editing
13679                 a sent message
13680         * src/jpilot.c
13681                 fix encoding bug
13682         * src/folder.c
13683         * src/procmsg.c
13684         * src/procmsg.h
13685         * src/summaryview.c
13686                 flag changing optimisation
13687
13688 2005-08-18 [martin]     1.9.13cvs36
13689
13690         * commitHelper
13691             added my login
13692         * src/addrcache.c
13693         * src/addrharvest.c
13694         * src/addrindex.c
13695         * src/compose.c
13696         * src/grouplistdialog.c
13697         * src/main.c
13698         * src/mainwindow.c
13699         * src/msgcache.c
13700         * src/mutt.c
13701         * src/pine.c
13702         * src/prefs_account.c
13703         * src/prefs_themes.c
13704         * src/stock_pixmap.c
13705         * src/summaryview.c
13706         * src/gtk/about.c
13707         * src/gtk/logwindow.c
13708             removed deprecated glib and gdk stuff
13709         * src/plugins/pgpcore/select-keys.c
13710             convert attributes from locale to utf8
13711
13712 2005-08-17 [paul]       1.9.13cvs35
13713
13714         * src/account.c
13715         * src/addressbook.c
13716                 use new GTK_STOCK_ icons if available
13717         * src/summaryview.c
13718         * src/gtk/gtksctree.c
13719         * src/gtk/gtksctree.h
13720                 faster range select. patch by Colin
13721
13722 2005-08-17 [paul]       1.9.13cvs34
13723
13724         patches by colin:
13725         * src/addressbook.c
13726         * src/addressitem.h
13727                 Add an edit button for contacts, fix selections
13728                 of gtksctree items
13729         * src/editaddress.c
13730                 Change labels, let Save be always possible in the
13731                 email and user atributes tabs
13732         * src/folderview.c
13733                 fix sort issues
13734         * src/summaryview.c
13735                 select next item instead of the displayed one
13736                 after deletion
13737
13738         * src/gtk/progressdialog.c
13739                 use prefs_common.enable_rules_hint
13740
13741 2005-08-13 [hoa]        1.9.13cvs33
13742
13743         * src/etpan/imap-thread.c
13744                 fixed build on Solaris.
13745
13746 2005-08-10 [colin]      1.9.13cvs32
13747
13748         * src/procmsg.c
13749                 Fix cvs31 (missing fclose before reading
13750                 the file)
13751
13752 2005-08-10 [colin]      1.9.13cvs31
13753
13754         * src/procmsg.c
13755                 Fix procmsg_msginfo_new_from_mimeinfo() when
13756                 the MimeInfo isn't stored in memory. This fixes
13757                 replying to an attached message.
13758
13759 2005-08-10 [colin]      1.9.13cvs30
13760
13761         * src/mainwindow.c
13762                 Fix slowness in account changing
13763
13764 2005-08-10 [colin]      1.9.13cvs29
13765
13766         * src/folder.c
13767         * src/folderutils.c
13768         * src/folderview.c
13769         * src/imap_gtk.c
13770         * src/mainwindow.c
13771         * src/mh_gtk.c
13772         * src/procmsg.c
13773         * src/summaryview.c
13774                 Optimize folder_has_parent_of_type
13775                 Prevent moving special sub-folders from contextual menus
13776                 Rework message a bit ("Empty all messages" -> "Delete all
13777                 messages")
13778                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
13779                 and "Deleted Items" folders)
13780
13781 2005-08-08 [colin]      1.9.13cvs28
13782
13783         * src/summaryview.c
13784         * src/prefs_summaries.c
13785                 Make "Select first unread|new" more flexible
13786                 (just prioritize new or unread)
13787
13788 2005-08-08 [colin]      1.9.13cvs27
13789
13790         * src/summaryview.c
13791                 If "select first new" is selected and there only
13792                 are unread messages, fallback to "select first
13793                 unread".
13794
13795 2005-08-08 [colin]      1.9.13cvs26
13796
13797         * src/folder.c
13798                 Fix shameful bugs (and bug #779)
13799
13800 2005-08-08 [colin]      1.9.13cvs25
13801
13802         * src/folder.c
13803         * src/folder.h
13804                 Cache parents' type to make folder_has_parent_of_type
13805                 faster
13806         * src/folderview.c
13807                 Forbid DnD of special sub-folders
13808         * src/procmsg.c
13809         * src/procmsg.h
13810                 Add MAIL_POSTFILTERING_HOOK
13811         * src/summaryview.c
13812                 Revert over-zealous deletion of the use_addr_book 
13813                 code
13814
13815 2005-08-07 [colin]      1.9.13cvs24
13816
13817         * src/folder.c
13818                 Fix big mistake (passing MsgInfo instead 
13819                 of FolderItem)
13820
13821 2005-08-07 [colin]      1.9.13cvs23
13822
13823         * src/compose.c
13824         * src/folder.c
13825         * src/folder.h
13826         * src/foldersel.c
13827         * src/folderutils.c
13828         * src/folderview.c
13829         * src/imap.c
13830         * src/mainwindow.c
13831         * src/messageview.c
13832         * src/mh.c
13833         * src/msgcache.c
13834         * src/procmime.c
13835         * src/summaryview.c
13836                 Make subfolders of Drafts, Queue, Outbox, Trash
13837                 work like their parents. 
13838                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
13839
13840 2005-08-07 [colin]      1.9.13cvs22
13841
13842         * src/addressbook.c
13843                 Fix bug #771 (Dragged contacts not saved)
13844
13845 2005-08-07 [paul]       1.9.13cvs21
13846
13847         * src/summaryview.c
13848                 fix bug 32 'Search Doesn't display results
13849                 if "Hide Read Messages" is chosen'
13850                 be more literal in interpreting 'Hide read
13851                 messages'
13852
13853 2005-08-07 [colin]      1.9.13cvs20
13854
13855         * src/folderview.c
13856                 Add debug
13857         * src/summaryview.c
13858                 Faster 'unthread_for_execution'
13859
13860 2005-08-06 [paul]       1.9.13cvs19
13861
13862         * src/mainwindow.c
13863                 add mnemonics to Set displayed columns
13864                 fix bug where msgview_visible option was
13865                 overwritten as TRUE on startup
13866
13867 2005-08-06 [paul]       1.9.13cvs18
13868
13869         * src/mainwindow.c
13870                 refer to 'displayed columns in folder/message
13871                 list' not 'displayed items in summary/message view'
13872         * src/prefs_display_header.c
13873                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
13874                 be consistent with similar dialogues
13875         * src/prefs_folder_column.c
13876         * src/prefs_summary_column.c
13877                 'columns' not 'items', and folder and message lists,
13878                 instead of folder and summary views;
13879                 Use 'Hidden columns' as list heading not 'Available
13880                 items';
13881                 move the 'Remove' button to the right hand side;
13882                 top-align the buttons;
13883                 remove unneeded vbox
13884         * src/prefs_summaries.c
13885                 put the 2 column prefs buttons in a frame to reduce
13886                 overall width; refer to columns not items &c.
13887
13888 2005-08-05 [colin]      1.9.13cvs17
13889
13890         * src/prefs_common.c
13891         * src/prefs_common.h
13892         * src/mainwindow.c
13893         * src/compose.c
13894         * src/messageview.c
13895                 Add an hidden toolbar_detachable pref, so
13896                 that I can get rid of these painful handles
13897                 in the toolbars. Defaults to TRUE to avoid
13898                 changing the GUI on unsuspecting people...
13899
13900 2005-08-05 [colin]      1.9.13cvs16
13901
13902         * src/Makefile.am
13903         * src/prefs_folder_column.c
13904         * src/prefs_folder_column.h
13905                 Add prefs for folder columns
13906         * src/folderview.c
13907         * src/folderview.h
13908         * src/mainwindow.c
13909         * src/mainwindow.h
13910         * src/prefs_common.c
13911         * src/prefs_common.h
13912         * src/prefs_summaries.c
13913                 Use them
13914         * src/prefs_summary_column.c
13915         * src/summaryview.c
13916         * src/summaryview.h
13917                 Add a To column
13918         * src/textview.c
13919         * src/common/utils.c
13920         * src/common/utils.h
13921                 Move uri colourisation functions
13922                 to utils
13923         * src/compose.c
13924                 Colourise URIs
13925         * src/imap.c
13926                 Fix bug with LIST where we'd try
13927                 to get Folder//////[...]/// 
13928
13929 2005-08-05 [paul]       1.9.13cvs15
13930
13931         * src/prefs_summaries.c
13932                 improve the English usage
13933         * src/summaryview.c
13934                 set font on column change
13935                 thanks to Colin
13936
13937 2005-08-05 [paul]       1.9.13cvs14
13938
13939         * src/prefs_common.c
13940         * src/prefs_common.h
13941         * src/prefs_summaries.c
13942         * src/summaryview.c
13943                 replace 'open_unread_on_enter' option with
13944                 'select_on_entry' option. opening/not opening
13945                 is now exclusively controlled by 'always_show_msg'
13946
13947 2005-08-04 [colin]      1.9.13cvs13
13948
13949         * src/compose.c
13950                 Remove dead code
13951                 Add colourisation of quotes and signatures
13952         * src/folderview.c
13953                 Fix possible crashes
13954         * src/messageview.c
13955                 Change an assert that is no problem
13956         * src/news.c
13957         * src/news_gtk.c
13958         * src/news_gtk.h
13959                 Fix offline mode
13960         * src/gtk/quicksearch.c
13961                 Fix a possible crash
13962
13963 2005-08-03 [colin]      1.9.13cvs12
13964
13965         * src/prefs_account.c
13966                 Fix bug #777 (Sylpheed crash in account configuration)
13967
13968 2005-08-03 [colin]      1.9.13cvs11
13969
13970         * src/addressbook.c
13971         * src/editaddress.c
13972         * src/editgroup.c
13973                 Fixing addressbook, round 2
13974         * src/textview.c
13975                 Fix emphasis color on rechecking 'Colorize messages'
13976
13977 2005-08-03 [paul]       1.9.13cvs10
13978
13979         sync with main
13980
13981         * src/addr_compl.c
13982         * src/compose.c
13983         * src/main.c
13984         * src/pop.c
13985         * src/prefs_account.c
13986         * src/procmime.c
13987         * src/procmsg.c
13988         * src/quote_fmt_parse.y
13989         * src/textview.c
13990         * src/common/quoted-printable.c
13991         * src/common/utils.c
13992         * src/common/utils.h
13993         * src/common/xml.c
13994                 replaced incorrect locale-independent
13995                 ctype functions with GLib's. Corrected
13996                 signedness mismatch.
13997         * src/headerview.c
13998                 headerview_create(): added spacing for vbox.
13999         * src/gtk/about.c
14000                 set focus to the OK button.
14001
14002 2005-08-03 [colin]      1.9.13cvs9
14003
14004         * src/folderview.c
14005                 Fix possible crash
14006
14007 2005-08-02 [colin]      1.9.13cvs8
14008
14009         * src/mainwindow.c
14010                 Fix cast
14011         * src/addressbook.c
14012         * src/addressitem.h
14013                 Fix a cast and more generally, try to make the
14014                 GUI more intuitive and consistent (round 1)
14015
14016 2005-08-02 [paul]       1.9.13cvs7
14017
14018         * src/folder.h
14019                 missing in 1.9.13cvs6
14020
14021 2005-08-02 [colin]      1.9.13cvs6
14022
14023         * src/folder.c
14024                 Fix one more leak
14025
14026 2005-08-02 [colin]      1.9.13cvs5
14027
14028         * src/folder.c
14029         * src/folderview.c
14030         * src/imap.c
14031         * src/main.c
14032         * src/mbox.c
14033         * src/procmsg.c
14034         * src/summaryview.c
14035                 Fix a number of folder_item_get_msg_list()-related
14036                 leaks (missing procmsg_msginfo_free()s)
14037
14038 2005-08-01 [colin]      1.9.13cvs4
14039
14040         * src/folderview.c
14041         * src/folderview.h
14042         * src/mainwindow.c
14043         * src/prefs_fonts.c
14044         * src/prefs_summaries.c
14045         * src/prefs_themes.c
14046         * src/summaryview.c
14047         * src/summaryview.h
14048         * src/textview.c
14049         * src/textview.h
14050                 Fix instant-apply of summary and folderview-related prefs
14051                 Fix erroneous g_free and alertpanels in prefs_theme
14052                 Add instant-apply for fonts
14053                 Defer applying of prefs a little bit so it's done only
14054                 once even if requested by multiples prefs pages
14055
14056 2005-08-01 [paul]       1.9.13cvs3
14057
14058         * src/main.c
14059                 fix bug 776 'S.C. crashes on close'
14060                 thanks to Colin
14061         * src/etpan/etpan-thread-manager-types.h
14062                 add missing include
14063                 thanks to Hoa
14064
14065 2005-07-25 [paul]       1.9.13cvs2
14066
14067         * src/summaryview.c
14068                 fix typos. spotted by Fabien Vantard
14069
14070 2005-07-24 [paul]       1.9.13cvs1
14071
14072         * doc/man/sylpheed.1
14073                 update man page, incorporating fix of
14074                 bug 769 'Typo in manpage'
14075         * src/etpan/imap-thread.c
14076                 fix NetBSD openssl dependencies. patch by
14077                 George Michaelson <ggm@apnic.net>
14078         * po/pt_BR.po
14079                 updated by Frederico Goncalves Guimaraes
14080
14081 2005-07-22 [paul]       1.9.13
14082
14083         1.9.13 release
14084
14085 2005-07-22 [paul]       1.9.12cvs91
14086
14087         * AUTHORS
14088         * INSTALL
14089         * README.claws
14090         * RELEASE_NOTES.claws
14091                 updated for release
14092         * configure.ac
14093         * po/nb.po
14094         * tools/claws.i18n.status.pl
14095                 add Norwegian translation. submiited by
14096                 Geir Helland <pjallabais@users.sourceforge.net>
14097         * po/ca.po
14098         * po/de.po
14099         * po/es.po
14100         * po/fi.po
14101         * po/fr.po
14102         * po/it.po
14103         * po/sk.po
14104         * po/sr.po
14105         * po/zh_CN.po
14106                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
14107                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
14108                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
14109                 Yang Guilong
14110         * src/plugins/clamav/clamav_plugin_gtk.c
14111         * src/plugins/spamassassin/spamassassin_gtk.c
14112                 replace outdated description strings
14113
14114 2005-07-21 [colin]      1.9.12cvs90
14115
14116         * src/folder.c
14117                 Set folder to batch mode when scanning it. Makes deletion
14118                 of unread mails on IMAP much faster (due to the UNREAD 
14119                 flag unsetting)
14120
14121 2005-07-21 [darko]      1.9.12cvs89
14122
14123         * configure.ac
14124                 link against libresolv if necessary (patch by Paul)
14125         * src/msgcache.c
14126                 use glib's portable macros to determine endianness
14127
14128 2005-07-21 [paul]       1.9.12cvs88
14129
14130         * src/crash.c
14131         * src/gtk/about.c
14132                 update compiled-in features list
14133
14134 2005-07-20 [colin]      1.9.12cvs87
14135
14136         * src/folder.c
14137         * src/textview.c
14138                 Gcc 2.9x compilation fixes, thanks to Darko
14139         * src/plugins/clamav/clamav_plugin.c
14140                 Little optimisation: load virus database only once
14141         * src/plugins/spamassassin/spamassassin.c
14142                 Big optimisation: filtering one mail took at least 1 second,
14143                 now it takes at least 50ms. Doesn't speed up spamassassin 
14144                 itself, but should already be much more tolerable.
14145
14146 2005-07-20 [colin]      1.9.12cvs86
14147
14148         * src/summaryview.c
14149                 Fix performance issue
14150
14151 2005-07-19 [colin]      1.9.12cvs85
14152
14153         * src/plugins/pgpinline/plugin.c
14154                 Fix warning
14155
14156 2005-07-19 [colin]      1.9.12cvs84
14157
14158         * configure.ac
14159         * src/plugins/Makefile.am
14160         * src/plugins/pgpinline/.cvsignore
14161         * src/plugins/pgpinline/Makefile.am
14162         * src/plugins/pgpinline/pgpinline.c
14163         * src/plugins/pgpinline/pgpinline.deps
14164         * src/plugins/pgpinline/pgpinline.h
14165         * src/plugins/pgpinline/plugin.c
14166                 Put pgpinline in the main tree
14167
14168 2005-07-19 [paul]       1.9.12cvs83
14169
14170         * src/prefs_actions.c
14171                 prevent '//' in menu names, which cause a crash
14172                 thanks to Colin
14173
14174 2005-07-19 [paul]       1.9.12cvs82
14175
14176         * configure.ac
14177                 be generally more informative in configure output.
14178                 OpenSSL: correction: '[ --enable-openssl ...' -> 
14179                 '[ --disable-openssl ...', as --enable-openssl is default
14180                 PGP/MIME: don't check for GPGME again, check for
14181                 pgpcore instead. Therefore prevent the possibility of
14182                 attempting to build pgpmime if pgpcore dependencies are
14183                 not met
14184                 ClamAV: use pkgconfig to check for lib
14185                 libgnomeprint: revert logic on inner test to match
14186                 everything else
14187         * src/plugins/pgpcore/sgpgme.c
14188                 add missing include
14189
14190 2005-07-19 [colin]      1.9.12cvs81
14191
14192         * src/summaryview.c
14193                 Fix slow thread rebuilding in particular
14194                 cases
14195
14196 2005-07-19 [paul]       1.9.12cvs80
14197
14198         * sylpheed-claws.desktop
14199                 fix typo, spotted by Stephan Sachse
14200         * src/account.c
14201                 replace GTK_STOCK_ADD with
14202                 GTK_STOCK_NEW button
14203
14204 2005-07-18 [colin]      1.9.12cvs79
14205
14206         * src/etpan/imap-thread.c
14207                 Fix return value (Thanks Hoa)
14208
14209 2005-07-18 [colin]      1.9.12cvs78
14210
14211         * src/imap.c
14212                 Allow empty passwords
14213                 Create drafts/queue/outbox if necessary
14214         * src/summaryview.c
14215                 Remove old code
14216         * src/etpan/imap-thread.c
14217                 Fix STARTTLS (Thanks to Hoa)
14218
14219 2005-07-18 [paul]       1.9.12cvs77
14220
14221         * ChangeLog-gtk2.jp
14222         * ChangeLog.jp
14223                 removed
14224         * Makefile.am
14225                 updated to reflect additions and removals
14226         * TODO
14227                 updated to be claws-specific
14228         * TODO-gtk2
14229         * TODO-gtk2.jp
14230         * TODO.jp
14231         * sylpheed-128x128.png
14232         * sylpheed-64x64.png
14233                 removed
14234         * sylpheed-claws-128x128.png
14235         * sylpheed-claws-64x64.png
14236         * sylpheed-claws.desktop
14237         * sylpheed-claws.png
14238                 added
14239         * sylpheed.desktop
14240         * sylpheed.png
14241                 removed
14242
14243 2005-07-17 [paul]       1.9.12cvs76
14244
14245         * src/account.c
14246         * src/addressbook.c
14247         * src/alertpanel.c
14248         * src/alertpanel.h
14249         * src/compose.c
14250         * src/exphtmldlg.c
14251         * src/expldifdlg.c
14252         * src/folderview.c
14253         * src/imap_gtk.c
14254         * src/inc.c
14255         * src/message_search.c
14256         * src/messageview.c
14257         * src/mh_gtk.c
14258         * src/news_gtk.c
14259         * src/prefs_actions.c
14260         * src/prefs_filtering.c
14261         * src/prefs_matcher.c
14262         * src/prefs_template.c
14263         * src/prefs_themes.c
14264         * src/ssl_manager.c
14265         * src/summary_search.c
14266         * src/textview.c
14267         * src/toolbar.c
14268         * src/gtk/sslcertwindow.c
14269         * src/plugins/pgpcore/sgpgme.c
14270                 rework alertpanels
14271
14272 2005-07-17 [colin]      1.9.12cvs75
14273
14274         * src/privacy.c
14275                 add a PrivacySystem accessor that checks that
14276                 the system cached in a MimeInfo's privacydata
14277                 is still registered. Use this accessor instead
14278                 of directly using data->system. Fixes crashes
14279                 after unloading pgp plugins.
14280
14281 2005-07-17 [colin]      1.9.12cvs74
14282
14283         * src/alertpanel.c
14284                 Change geometry hints to a simple default size.
14285                 Fixes the certs dialogs.
14286
14287 2005-07-17 [colin]      1.9.12cvs73
14288
14289         * src/gtk/sslcertwindow.c
14290                 Use a gtkExpander
14291
14292 2005-07-17 [colin]      1.9.12cvs72
14293
14294         * src/plugins/pgpcore/Makefile.am
14295         * src/plugins/pgpmime/Makefile.am
14296                 Add gpgme libs
14297
14298 2005-07-17 [paul]       1.9.12cvs71
14299
14300         * configure.ac
14301                 add --disable-gnomeprint option
14302                 modified version of patch by Marius Mauch
14303
14304 2005-07-17 [paul]       1.9.12cvs70
14305
14306         * src/common/defs.h
14307                 update urls
14308         * src/account.c
14309         * src/action.c
14310         * src/addressbook.c
14311         * src/compose.c
14312         * src/foldersel.c
14313         * src/folderview.c
14314         * src/html.c
14315         * src/imap_gtk.c
14316         * src/main.c
14317         * src/mainwindow.c
14318         * src/messageview.c
14319         * src/mh_gtk.c
14320         * src/mimeview.c
14321         * src/news_gtk.c
14322         * src/prefs_account.c
14323         * src/prefs_send.c
14324         * src/prefs_summaries.c
14325         * src/procmsg.c
14326         * src/summaryview.c
14327         * src/common/utils.c
14328         * src/common/xml.c
14329         * src/plugins/pgpcore/passphrase.c
14330         * src/plugins/pgpcore/select-keys.c
14331                 replace inappropriately used backticks
14332                 with single quotes
14333
14334 2005-07-16 [colin]      1.9.12cvs69
14335
14336         * src/image_viewer.c
14337                 Add extra paranoid checks
14338
14339 2005-07-16 [colin]      1.9.12cvs68
14340
14341         * src/plugins/pgpcore/prefs_gpg.c
14342                 Don't auto-check sigs by default, as it
14343                 can be really slow.
14344
14345 2005-07-16 [colin]      1.9.12cvs67
14346
14347         * src/plugins/pgpcore/sgpgme.c
14348                 Make messages a bit better.
14349
14350 2005-07-16 [colin]      1.9.12cvs66
14351
14352         * src/imap.c
14353                 Remove pseudo-log
14354         * src/etpan/imap-thread.c
14355                 Add real log
14356
14357 2005-07-16 [colin]      1.9.12cvs65
14358
14359         * src/main.c
14360         * src/prefs_other.c
14361                 And now, fix build with libetpan :-/
14362
14363 2005-07-15 [colin]      1.9.12cvs64
14364
14365         * src/prefs_other.c
14366                 Continue fixing build without libetpan.
14367
14368 2005-07-15 [colin]      1.9.12cvs63
14369
14370         * src/main.c
14371                 Fix build with --disable-libetpan
14372
14373 2005-07-15 [colin]      1.9.12cvs62
14374
14375         * configure.ac
14376                 Bump libetpan's version
14377
14378 2005-07-15 [colin]      1.9.12cvs61
14379
14380         * src/etpan/imap-thread.c
14381                 Actually stop logging :)
14382
14383 2005-07-15 [colin]      1.9.12cvs60
14384
14385         * src/addressbook.c
14386                 Fix dnd of multiple addresses.
14387
14388 2005-07-15 [hoa]        1.9.12cvs59
14389
14390         * src/etpan/imap-thread.c
14391             disable login of IMAP password in libetpan log file.
14392
14393 2005-07-15 [paul]       1.9.12cvs58
14394
14395         * src/account.c
14396                 don't automatically sort
14397                 do allow drag n drop
14398
14399 2005-07-15 [paul]       1.9.12cvs57
14400
14401         * src/account.c
14402         * src/ssl_manager.c
14403                 alphabetical listing
14404
14405 2005-07-15 [paul]       1.9.12cvs56
14406
14407         * src/gtk/pluginwindow.c
14408                 sort plugin list alphabetically
14409
14410 2005-07-15 [paul]       1.9.12cvs55
14411
14412         * src/prefs_spelling.c
14413         * src/prefs_wrapping.c
14414                 unify English usage
14415
14416 2005-07-15 [colin]      1.9.12cvs54
14417
14418         * src/wizard.c
14419                 Typo fix
14420
14421 2005-07-15 [paul]       1.9.12cvs53
14422
14423         * src/prefs_message.c
14424                 make 'show cursor' a hidden option
14425
14426 2005-07-14 [colin]      1.9.12cvs52
14427
14428         * src/plugins/spamassassin/Makefile.am
14429         * src/plugins/clamav/Makefile.am
14430                 Fix double EXTRA_DISTs
14431
14432 2005-07-14 [colin]      1.9.12cvs51
14433
14434         * src/plugins/clamav/Makefile.am
14435         * src/plugins/clamav/clamav_plugin_gtk.deps
14436         * src/plugins/spamassassin/Makefile.am
14437         * src/plugins/spamassassin/spamassassin_gtk.deps
14438                 Make $plugin_gtk depend on $plugin
14439
14440 2005-07-14 [hoa]        1.9.12cvs50
14441
14442         * src/etpan/imap-thread.c
14443                 enable debug log of libetpan when running with --debug
14444
14445 2005-07-14 [colin]      1.9.12cvs49
14446
14447         * configure.ac
14448         * src/common/Makefile.am
14449         * src/common/plugin.c
14450         * src/common/plugin.h
14451                 Add a little plugin dependancy system.
14452                 Plugins can ship a $plugin_name.deps file
14453                 (near them in PLUGINDIR) so that their
14454                 dependancies are loaded if possible.
14455         * src/plugins/Makefile.am
14456         * src/plugins/pgpcore/Makefile.am
14457         * src/plugins/pgpcore/passphrase.c
14458         * src/plugins/pgpcore/passphrase.h
14459         * src/plugins/pgpcore/plugin.c
14460         * src/plugins/pgpcore/prefs_gpg.c
14461         * src/plugins/pgpcore/prefs_gpg.h
14462         * src/plugins/pgpcore/select-keys.c
14463         * src/plugins/pgpcore/select-keys.h
14464         * src/plugins/pgpcore/sgpgme.c
14465         * src/plugins/pgpcore/sgpgme.h
14466                 Introduce pgpcore, used by pgpmime and
14467                 pgpinline
14468         * src/plugins/pgpmime/Makefile.am
14469         * src/plugins/pgpmime/passphrase.c
14470         * src/plugins/pgpmime/passphrase.h
14471         * src/plugins/pgpmime/pgpmime.c
14472         * src/plugins/pgpmime/pgpmime.deps
14473         * src/plugins/pgpmime/plugin.c
14474         * src/plugins/pgpmime/prefs_gpg.c
14475         * src/plugins/pgpmime/prefs_gpg.h
14476         * src/plugins/pgpmime/select-keys.c
14477         * src/plugins/pgpmime/select-keys.h
14478         * src/plugins/pgpmime/sgpgme.c
14479         * src/plugins/pgpmime/sgpgme.h
14480                 Remove the core from pgpmime and add the
14481                 dependancy to pgpcore.
14482
14483 2005-07-14 [paul]       1.9.12cvs48
14484
14485         * src/stock_pixmap.c
14486                 forgot this in last commit
14487
14488 2005-07-14 [paul]       1.9.12cvs47
14489
14490         * src/account.c
14491         * src/addressbook.c
14492                 add accelerators for the buttons (sync with main)
14493         * src/compose.c
14494         * src/compose.h
14495                 add accelerators for the buttons.
14496                 fix editing with external editor.
14497                 replace gdk_input_*() with GIOChannel;
14498                 (sync with main)
14499         * src/foldersel.c
14500                 display folder names with new/unread
14501                 representation (sync with main)
14502         * src/main.c
14503                 specify default window icon (sync with main)
14504         * src/prefs_common.c
14505                 use_addr_book default to FALSE
14506         * src/summaryview.c
14507         * src/textview.c
14508                 add accelerators for the buttons (sync with main)
14509         * src/gtk/menu.c
14510                 fix typos
14511         * src/pixmaps/sylpheed_icon.xpm
14512                 updated
14513
14514 2005-07-13 [paul]       1.9.12cvs46
14515
14516         * src/plugins/pgpmime/pgpmime.c
14517         * src/plugins/pgpmime/sgpgme.c
14518                 (temporarily) use deprecated gpgme_data_rewind()
14519                 while largefile support is not present
14520                 (as suggested by Colin)
14521
14522 2005-07-13 [paul]       1.9.12cvs45
14523
14524         * configure.ac
14525                 remove large file support (for now):
14526                 it breaks too many things
14527
14528 2005-07-13 [paul]       1.9.12cvs44
14529
14530         * configure.ac
14531                 add large file support
14532         * src/html.c
14533                 fix bug #763 where href attribute was not
14534                 the very first attribute of a link
14535                 patch by Thomas Gilgin
14536
14537 2005-07-13 [colin]      1.9.12cvs43
14538
14539         * src/gtk/pluginwindow.c
14540                 Little portability fix
14541
14542 2005-07-13 [colin]      1.9.12cvs42
14543
14544         * src/plugins/pgpmime/sgpgme.c
14545                 Fix crasher.
14546
14547 2005-07-13 [colin]      1.9.12cvs41
14548
14549         * src/plugins/pgpmime/pgpmime.c
14550         * src/plugins/pgpmime/sgpgme.c
14551                 Use gpgme_data_release_and_get_mem instead
14552                 of gpgme_data_read.
14553
14554 2005-07-13 [colin]      1.9.12cvs40
14555
14556         * configure.ac
14557         * src/plugins/pgpmime/passphrase.c
14558         * src/plugins/pgpmime/passphrase.h
14559         * src/plugins/pgpmime/pgpmime.c
14560         * src/plugins/pgpmime/plugin.c
14561         * src/plugins/pgpmime/select-keys.c
14562         * src/plugins/pgpmime/select-keys.h
14563         * src/plugins/pgpmime/sgpgme.c
14564         * src/plugins/pgpmime/sgpgme.h
14565                 Port pgpmime to gpgme-1.0.
14566
14567 2005-07-12 [paul]       1.9.12cvs39
14568
14569         * AUTHORS
14570         * src/toolbar.c
14571         * src/toolbar.h
14572                 add a 'Go to Prev' button to the toolbar.
14573                 correct tooltip text of go to buttons.
14574                 based on patch by Yang Guilong <bamanzi@gmail.com>
14575
14576 2005-07-12 [colin]      1.9.12cvs38
14577
14578         * src/statusbar.c
14579                 Fix progress bar showing stuff at startup.
14580
14581 2005-07-12 [paul]       1.9.12cvs37
14582
14583         * src/editjpilot.c
14584                 fix building with jpilot support
14585
14586 2005-07-11 [colin]      1.9.12cvs36
14587
14588         * src/inc.c
14589                 Add visual indication that filtering is running
14590         * src/textview.c
14591                 Make {}[] uri delimiters
14592         * src/summaryview.c
14593                 Remove useless (and slow) calls
14594
14595 2005-07-11 [paul]       1.9.12cvs35
14596
14597         * src/plugins/clamav/clamav_plugin_gtk.c
14598         * src/plugins/dillo_viewer/dillo_prefs.c
14599         * src/plugins/pgpmime/prefs_gpg.c
14600         * src/plugins/spamassassin/spamassassin_gtk.c
14601                 gather plugins prefs together under their
14602                 own 'Plugins' heading
14603
14604 2005-07-11 [paul]       1.9.12cvs34
14605
14606         sync with main
14607
14608         * src/account.c
14609                 account_delete(): modified alert dialog
14610         * src/editjpilot.c
14611         * src/editvcard.c
14612                 fixed a crash when cancelling file selection
14613                 dialog by Escape key. Made non-ascii filename
14614                 selectable.
14615         * src/prefs_template.c
14616                 prefs_template_window_create(): make scrolled
14617                 window policy AUTOMATIC
14618
14619 2005-07-10 [hoa]        1.9.12cvs33
14620
14621         * src/etpan/imap-thread.c
14622                 workaround for old Courier IMAP servers.
14623
14624 2005-07-10 [colin]      1.9.12cvs32
14625
14626         * src/folder.c
14627         * src/statusbar.c
14628         * src/statusbar.h
14629                 Add visual progress indicator on filtering/processing
14630                 Factorize the progress bar code
14631         * src/imap.c
14632         * src/imap.h
14633         * src/etpan/imap-thread.c
14634                 Add a reference counter to avoid destroying the Folder
14635                 while it's in use by another callback.
14636
14637 2005-07-09 [hoa]        1.9.12cvs31
14638
14639         * src/imap.c
14640         * src/etpan/imap-thread.c
14641                 fixed deadlock when removing IMAP account.
14642
14643 2005-07-08 [colin]      1.9.12cvs30
14644
14645         * src/textview.c
14646         * src/unmime.c
14647                 Fix again problems decoding broken headers
14648         * src/gtk/inputdialog.c
14649                 Fix local variable shadowing a global one
14650
14651 2005-07-08 [colin]      1.9.12cvs29
14652
14653         * src/msgcache.c
14654                 Make the cache/mark files platform-agnostic by writing
14655                 them in little-endian format. Reading them is also done
14656                 in little-endian format, of course; however, in order
14657                 to avoid trashing mark data on big-endian machines, the
14658                 files are, at first, read from the native format if the
14659                 little-endian one doesn't exist. This is easy to deter-
14660                 mine by trying to open a file with a swapped data_ver
14661                 and seeing if it's the wanted version.
14662                 Little-endian using users should see absolutely no
14663                 difference, Big-endian users may get a very little
14664                 performance drop due to byte-swapping.
14665                 Tested on i386 and ppc32. 
14666                 Fixes bug #159 (The index file, in the mailboxes, is 
14667                 hardware depending).
14668
14669                 To have the cache/mark files updated to the new little-
14670                 endian format, "Check for new messages" or even
14671                 "Rebuild folder tree" aren't enough. Files will be
14672                 updated as soon as a folder has been opened/closed.
14673                 To update everything, just select all folders by
14674                 selecting them one by one.
14675
14676 2005-07-07 [colin]      1.9.12cvs28
14677
14678         * src/imap.c
14679                 Remember the folder separator per IMAPFolder
14680                 instead of globally.
14681                 Revive the Session on noop; fixes bug #761
14682                 (mark a bunch of unread messages as read takes 
14683                 forever)
14684
14685 2005-07-07 [darko]      1.9.12cvs27
14686
14687         * src/common/template.c
14688                 Sort templates alphabetically
14689
14690 2005-07-06 [colin]      1.9.12cvs26
14691
14692         * src/imap.c
14693                 Try to use the correct separator in
14694                 most cases. Possibly fixes bug #759
14695                 (only creates the INBOX folder when 
14696                 setting up new IMAP account) and 
14697                 bug #760 (Can't retrieve messages)
14698
14699 2005-07-06 [colin]      1.9.12cvs25
14700
14701         * src/imap.c
14702                 Use real_path in status command. This will
14703                 help later, when namespaces will be used.
14704
14705 2005-07-06 [colin]      1.9.12cvs24
14706
14707         * configure.ac
14708         * src/account.c
14709         * src/folder.c
14710         * src/imap.c
14711         * src/etpan/etpan-log.c
14712         * src/etpan/etpan-thread-manager.c
14713         * src/etpan/imap-thread.c
14714                 Add a --disable-libetpan parameter. With this,
14715                 users that don't want IMAP4 support can avoid
14716                 the new dependancy (and have no IMAP support).
14717                 Users that have IMAP4 accounts and use this
14718                 parameter won't lose their configuration, their
14719                 IMAP accounts will just be invisible and not
14720                 used.
14721         * src/textview.c
14722                 Make the "Copy ..." contextual menu items 
14723                 copy to both the X clipboard and the gtk 
14724                 clipboard - as most other apps do.
14725         * src/gtk/about.c
14726                 Add a notice about OpenSSL usage, in order to
14727                 comply with OpenSSL's license (point 6):
14728                 http://www.openssl.org/source/license.html
14729
14730 2005-07-06 [colin]      1.9.12cvs23
14731
14732         * src/alertpanel.c
14733                 Fix a minimum size for alertpanels
14734         * src/compose.c
14735                 Show 'No space left on device' type errors
14736                 when queuing/sending
14737         * src/imap_gtk.c
14738         * src/mh_gtk.c
14739                 Rework folder's deletion message (remove 
14740                 extra \n)
14741
14742 2005-07-05 [colin]      1.9.12cvs22
14743
14744         * src/imap.c
14745                 Add an alertpanel on auth error
14746                 Add pseudo-log
14747                 Remove pthread-related stuff
14748
14749 2005-07-05 [colin]      1.9.12cvs21
14750
14751         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14752                 Fix crash on plugin reloading (with a hack)
14753
14754 2005-07-05 [colin]      1.9.12cvs20
14755
14756         * src/prefs_account.c
14757         * src/prefs_account.h
14758                 Fix typo
14759         * src/gtk/filesel.c
14760         * src/gtk/filesel.h
14761                 Add a way to filter the view
14762         * src/gtk/pluginwindow.c
14763                 Filter loadable stuff
14764         * src/plugins/pgpmime/prefs_gpg.c
14765                 Fix missing unregistration
14766         * .cvsignore
14767         * src/etpan/.cvsignore
14768         * src/plugins/spamassassin/.cvsignore
14769                 Add more stuff to cvs ignored files
14770
14771 2005-07-04 [colin]      1.9.12cvs19
14772
14773         * src/imap.c
14774                 Fix scan_required returning FALSE when it
14775                 shouldn't. Maybe fix #760 (Can't retrieve
14776                 messages)
14777
14778 2005-07-04 [colin]      1.9.12cvs18
14779
14780         * src/summaryview.c
14781                 Fix always_show_msg pref
14782
14783 2005-07-04 [paul]       1.9.12cvs17
14784
14785         sync with main (forgotten in last commit)
14786         
14787         * src/common/utils.c
14788         * src/common/utils.h
14789                 check_line_length(): new.
14790                 is_dir_exist()
14791                 is_file_entry_exist()
14792                 dirent_is_regular_file()
14793                 dirent_is_directory(): use g_file_test() instead of stat().
14794
14795 2005-07-04 [paul]       1.9.12cvs16
14796
14797         sync with main:
14798
14799         * src/compose.c
14800                 compose_write_to_file(): check for line
14801                 length limit and display warning if exceeds
14802         * src/jpilot.c
14803                 use get_home_dir() instead of g_get_home_dir()
14804         * src/procheader.c
14805                 removed warning about invalid date
14806         * src/vcard.c
14807                 use get_home_dir() instead of g_get_home_dir()
14808
14809 2005-07-04 [paul]       1.9.12cvs15
14810
14811         * src/stock_pixmap.c
14812                 fix new pixmap naming errors
14813                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
14814
14815 2005-07-04 [colin]      1.9.12cvs14
14816
14817         * src/imap.c
14818                 Fix debugging string with a warning
14819
14820 2005-07-04 [colin]      1.9.12cvs13
14821
14822         * configure.ac
14823                 Add a check for libetpan's version (>= 0.37)
14824
14825 2005-07-04 [hoa]        1.9.12cvs12
14826
14827         * commitHelper
14828         * src/imap.c
14829         * src/etpan/imap-thread.c
14830         * src/etpan/imap-thread.h
14831                 fixed IMAP implementation of check of mails.
14832
14833 2005-07-03 [hoa]        1.9.12cvs11
14834
14835         * src/etpan/Makefile.am
14836         * src/etpan/etpan-errors.h
14837         * src/etpan/etpan-log.[ch]
14838         * src/etpan/etpan-thread-manager-types.h
14839         * src/etpan/etpan-thread-manager.[ch]
14840         * src/etpan/imap-thread.[ch]
14841         * src/Makefile.am
14842         * src/imap.c
14843         * src/main.c
14844         * src/prefs_other.c
14845         * configure.ac
14846             merged imap branch.
14847             dependency on libetpan 0.37 is now added.
14848
14849 2005-07-01 [colin]      1.9.12cvs10
14850
14851         * src/Makefile.am
14852         * src/folder.c
14853         * src/folder.h
14854         * src/folderview.c
14855         * src/stock_pixmap.c
14856         * src/stock_pixmap.h
14857         * src/plugins/trayicon/trayicon.c
14858                 Add marked symbol on folders containing
14859                 marked messages
14860         * src/procmsg.c
14861         * src/procmsg.h
14862         * src/toolbar.c
14863         * src/prefs_common.c
14864         * src/prefs_common.h
14865         * src/prefs_send.c
14866                 Add an optional confirmation dialog on queue
14867                 sending. Patch by wwp.
14868         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
14869         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
14870         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
14871         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
14872         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
14873         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
14874         * src/pixmaps/inbox_mark.xpm            ** ADDED **
14875         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
14876         * src/pixmaps/outbox_mark.xpm           ** ADDED **
14877         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
14878         * src/pixmaps/trash_mark.xpm            ** ADDED **
14879                 New pixmaps
14880
14881 2005-07-01 [colin]      1.9.12cvs9
14882
14883         * src/summaryview.c
14884                 Fix a little threading bug
14885         * src/addrgather.c
14886         * src/mainwindow.c
14887                 A little bit of HIG normality never hurts
14888
14889 2005-07-01 [colin]      1.9.12cvs8
14890
14891         * src/compose.c
14892         * src/msgcache.c
14893         * src/pop.c
14894         * src/procmime.c
14895         * src/recv.c
14896         * src/common/log.c
14897         * src/common/template.c
14898         * src/common/utils.c
14899         * src/common/utils.h
14900                 Reverted the fwrite_atomic stuff. In fact
14901                 it is already atomic.
14902
14903 2005-06-30 [colin]      1.9.12cvs7
14904
14905         * src/common/utils.c
14906         * src/common/utils.h
14907                 Add an fwrite_atomic() function to make
14908                 sure we write everything: fwrite can make
14909                 short writes.
14910         * src/compose.c
14911         * src/msgcache.c
14912         * src/pop.c
14913         * src/procmime.c
14914         * src/recv.c
14915         * src/common/log.c
14916         * src/common/template.c
14917                 Use that (and fix swapping of size and nmemb).
14918                 Thanks to Rich Coe for the heads up.
14919
14920 2005-06-30 [colin]      1.9.12cvs6
14921
14922         * src/addressbook.c
14923                 Optimize addressbook opening 
14924
14925 2005-06-30 [colin]      1.9.12cvs5
14926
14927         * src/summaryview.c
14928                 Remove calls to summary_step after move/copy
14929
14930 2005-06-28 [paul]       1.9.12cvs4
14931
14932         * src/alertpanel.c
14933                 wrap and make the error msg selectable
14934
14935 2005-06-28 [paul]       1.9.12cvs3
14936
14937         * src/ssl_manager.c
14938                 replace the OK button with a Close button
14939         * src/gtk/foldersort.c
14940                 use GTK_STOCK_ icons/buttons
14941
14942 2005-06-28 [colin]      1.9.12cvs2
14943
14944         * src/gedit-print.c             ** ADDED **
14945         * src/gedit-print.h             ** ADDED **
14946         * src/gtk/gtksourceprintjob.c   ** ADDED **
14947         * src/gtk/gtksourceprintjob.h   ** ADDED **
14948                 I can't believe no one had enough time to tell
14949                 me I forgot the `cvs add`
14950
14951 2005-06-27 [colin]      1.9.12cvs1
14952
14953         * src/Makefile.am
14954         * src/gtk/Makefile.am
14955         * src/messageview.c
14956         * src/procmsg.c
14957         * src/summaryview.c
14958         * configure.ac
14959                 Add optional libgnomeprint-based printing
14960         * src/mainwindow.c
14961         * src/gtk/quicksearch.c
14962                 Add an Edit/Quick search menu item to show
14963                 and focus the quicksearch
14964
14965 2005-06-27 [paul]       1.9.12
14966
14967         1.9.12 release
14968
14969         * po/ca.po
14970         * po/de.po
14971         * po/es.po
14972         * po/fr.po
14973         * po/it.po
14974         * po/ko.po
14975         * po/pt_BR.po
14976         * po/sk.po
14977         * po/zh_CN.po
14978                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
14979                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
14980                 SungHyun Nam, Frederico Goncalves Guimaraes,
14981                 Andrej Kacian, and Yang Guilong
14982 2005-06-26 [colin]      1.9.11cvs106
14983
14984         * src/imap_gtk.c
14985                 Forgot one file for previous fix
14986
14987 2005-06-26 [colin]      1.9.11cvs105
14988
14989         * src/folder.c
14990         * src/imap.c
14991                 Fix problems with folder operations in no_select
14992                 imap folders. it applies only to mails, and 
14993                 creation/deletion/move/renaming of folders 
14994                 should be possible
14995
14996 2005-06-26 [paul]       1.9.11cvs104
14997
14998         * src/prefs_filtering.c
14999                 replace one more GTK_STOCK_REMOVE
15000                 with GTK_STOCK_DELETE
15001
15002 2005-06-25 [colin]      1.9.11cvs103
15003
15004         * src/imap.c
15005                 Optimize get_seq_set_from_seq_list
15006                 (Patch by Ricardo) 
15007
15008 2005-06-25 [colin]      1.9.11cvs102
15009
15010         * src/mh.c
15011                 If the directory exists, but not in the
15012                 correct encoding, rename it. This should
15013                 handle old-versions-induced bugs.
15014
15015 2005-06-25 [colin]      1.9.11cvs101
15016
15017         * src/mh.c
15018                 Fix path access with extended dir names
15019                 Fixes bug #589 (SC segfaults with wrong locale
15020                 settings)
15021
15022 2005-06-25 [colin]      1.9.11cvs100
15023
15024         * src/prefs_account.c
15025         * src/prefs_account.h
15026         * src/compose.c
15027                 Add an option to encrypt replies to
15028                 encrypted messages
15029
15030 2005-06-25 [colin]      1.9.11cvs99
15031
15032         * src/compose.c
15033         * src/quote_fmt_parse.y
15034                 ... And make it work with pgpinline.
15035
15036 2005-06-25 [colin]      1.9.11cvs98
15037
15038         * src/compose.c
15039         * src/procmime.c
15040         * src/procmime.h
15041         * src/quote_fmt_parse.y
15042                 o Make reedition of encrypted messages possible
15043                   (as long as it is encrypted to self too, no
15044                    magic there)
15045                 o Make replying with quote (and without selecting
15046                   text) possible for encrypted messages.
15047                 Closes bug #550 (Not possible to "reply with quote"
15048                 to gnupg encrypted messages)
15049
15050 2005-06-24 [paul]       1.9.11cvs97
15051
15052         * src/imap.c
15053                 add missing include
15054
15055 2005-06-24 [paul]       1.9.11cvs96
15056
15057         * src/editldap.c
15058                 made bind password entry invisible
15059                 (sync with main)
15060         * src/send_message.c
15061                 send_message_local(): check exit status
15062                 to detect errors (sync with main)
15063         * src/textview.c
15064                 use main's less ambiguous popup menu
15065                 wording
15066
15067 2005-06-24 [paul]       1.9.11cvs95
15068
15069         * src/prefs_actions.c
15070         * src/prefs_customheader.c
15071         * src/prefs_display_header.c
15072         * src/prefs_filtering_action.c
15073         * src/prefs_matcher.c
15074         * src/prefs_template.c
15075         * src/prefs_toolbar.c
15076                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
15077         * src/gtk/description_window.c
15078                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
15079
15080 2005-06-23 [colin]      1.9.11cvs94
15081
15082         * src/summaryview.c
15083                 Fix rough edges (be sure to call status_show whenever
15084                 necessary).
15085
15086 2005-06-23 [colin]      1.9.11cvs93
15087
15088         * src/summaryview.c
15089                 Optimize Select All
15090                 Before, in a 5K mails folder: 11s
15091                 After, in the same folder: 58000µs
15092                 The joys of locking... gtk_clist_select_all() fires a 
15093                 tree-select-row event for each selected row, which in 
15094                 summaryview, callbacks summary_selected which in turn,
15095                 calls summary_status_show, which walks the selected
15096                 rows. Hence, calling gtk_clist_select_all was 
15097                 exponential. Locking the summaryview makes 
15098                 summary_selected return early.
15099
15100 2005-06-23 [colin]      1.9.11cvs92
15101
15102         * src/imap.c
15103                 Move mutex at the important place to avoid
15104                 deadlocks
15105         * src/summaryview.c
15106                 Fix Del key deleting directly instead of
15107                 moving to trash
15108
15109 2005-06-22 [colin]      1.9.11cvs91
15110
15111         * src/plugins/spamassassin/libspamc.c
15112                 As we do spagetti code with assignations in multiple
15113                 places (see _message_read_raw where out = msg = raw),
15114                 let's be sure we don't free the same pointer twice.
15115                 Should fix bug #683 (Crash in libpam at 
15116                 message_cleanup).
15117
15118 2005-06-22 [colin]      1.9.11cvs90
15119
15120         * src/compose.c
15121         * src/messageview.c
15122         * src/toolbar.c
15123                 Make toolbar's delete use the move to trash stuff;
15124                 Add gtk_widget_realize to be sure pixmaps can get
15125                 created (that may fix an old worksforme bug which
15126                 I can't find back...)
15127
15128 2005-06-22 [colin]      1.9.11cvs89
15129
15130         * src/summaryview.c
15131         * src/summaryview.h
15132         * src/mainwindow.c
15133                 Rename "Message/Delete" to "Message/Move to trash"
15134                 Add "Message/Delete..." that directly destroys the
15135                 selected messages after asking for a confirmation.
15136
15137 2005-06-22 [colin]      1.9.11cvs88
15138
15139         * src/imap.c
15140                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
15141                 o Fix a deadlock (thanks Darko)
15142
15143 2005-06-22 [colin]      1.9.11cvs87
15144
15145         * src/gtk/foldersort.c
15146                 Add missing include for the i18n;
15147                 patch by Fabien Vantard
15148
15149 2005-06-21 [colin]      1.9.11cvs86
15150
15151         * src/folder.c
15152         * src/folderview.c
15153                 Respect the no_select flag
15154         * src/imap.c
15155                 Fix recursive deletion
15156         * src/imap_gtk.c
15157         * src/mh_gtk.c
15158                 Make the folder deletion's warning
15159                 more explicit
15160
15161 2005-06-21 [colin]      1.9.11cvs85
15162
15163         * src/textview.c
15164                 Prevent email addresses from spanning accross
15165                 lines - fixes bug # 646 (newline-chars in 
15166                 email addresses)
15167
15168 2005-06-20 [colin]      1.9.11cvs84
15169
15170         * src/folder.c
15171                 Be sure not to remove source if copy failed
15172
15173 2005-06-20 [colin]      1.9.11cvs83
15174
15175         * src/folderview.c
15176         * src/imap_gtk.c
15177                 remove summaryview's lock
15178         * src/imap.c
15179                 introduce threads to avoid problems when foreground tasks
15180                 interfere with background tasks
15181         * src/mh.c
15182                 prevent moving to drafts/queue
15183         * src/mimeview.c
15184                 fix leak
15185
15186 2005-06-19 [colin]      1.9.11cvs82
15187
15188         * src/imap_gtk.c
15189                 Remember that the user doesn't want to override
15190                 offline mode, for 3 seconds. It avoid presenting
15191                 him with N popups in a really short time.
15192
15193 2005-06-17 [colin]      1.9.11cvs81
15194
15195         * src/imap.c
15196                 Fix IMAP breaking on folders containing '('
15197                 (Probably won't be enough)
15198
15199 2005-06-17 [colin]      1.9.11cvs80
15200
15201         Forgotten files on 1.9.11cvs79
15202         * src/summaryview.c
15203                 Fix stepping when not immediately executing
15204         * src/imap.c
15205                 Really prevent UID FETCH 0
15206         * src/codeconv.c
15207                 Fix outgoing charset never set to utf-8
15208         * src/mh.c
15209                 Fix leak
15210
15211 2005-06-16 [colin]      1.9.11cvs79
15212
15213         * src/compose.c
15214                 Fix bug #707 (Dash splits rows)
15215                 Only wrap if we're on a line break position and
15216                 the previous one was a "white" (space) char.
15217                 Pango stuff is weird.
15218
15219 2005-06-16 [colin]      1.9.11cvs78
15220
15221         * src/imap_gtk.c
15222                 Lock summaryview while downloading messages
15223                 on user demand
15224         * src/procheader.c
15225         * src/unmime.c
15226         * src/common/utils.c
15227         * src/common/utils.h
15228                 Replace \r and \n with spaces in From and
15229                 Subject headers
15230
15231 2005-06-16 [paul]       1.9.11cvs77
15232
15233         * src/procmime.c
15234                 liberalise the mime parser
15235         * src/gtk/about.c
15236                 add text wrapping
15237
15238 2005-06-16 [paul]       1.9.11cvs76
15239
15240         * src/gtk/about.c
15241                 reworked
15242
15243 2005-06-15 [colin]      1.9.11cvs75
15244
15245         * src/compose.c
15246                 Finish header encoding fix
15247         * src/summaryview.c
15248                 Fix segfault
15249         * src/headerview.c
15250                 Fix compilation (Thanks Stephan
15251                 Sachse)
15252
15253 2005-06-15 [colin]      1.9.11cvs74
15254
15255         * Makefile.am
15256                 Install gnome2 stuff rather than gnome1, 
15257                 if both are present
15258         * src/codeconv.c
15259         * src/codeconv.h
15260         * src/compose.c
15261                 Fix headers encoding
15262         * src/folder.c
15263                 Visual progress when fetching all messages
15264         * src/folderview.c
15265         * src/summaryview.c
15266         * src/summaryview.h
15267                 Prevent changing current message while
15268                 incorporating
15269
15270 2005-06-15 [paul]       1.9.11cvs73
15271
15272         * src/gtk/gtkaspell.c
15273         * src/gtk/gtkaspell.h
15274                 fix build warnings
15275
15276 2005-06-15 [paul]       1.9.11cvs72
15277
15278         * src/prefs_filtering.c
15279                 allow reordering of filter rules by
15280                 drag n drop
15281
15282 2005-06-15 [paul]       1.9.11cvs71
15283
15284         * COPYING
15285                 updated
15286         * src/codeconv.c
15287                 replace deprecated function
15288         * src/inc.c
15289         * src/send_message.c
15290         * src/gtk/progressdialog.c
15291         * src/gtk/progressdialog.h
15292                 salvage and reuse parts of reverted sync
15293
15294 2005-06-15 [paul]       1.9.11cvs70
15295
15296         * src/inc.c
15297         * src/send_message.c
15298         * src/gtk/progressdialog.c
15299         * src/gtk/progressdialog.h
15300                 revert yesterday's sync with main
15301                 it contains deprecated functions
15302
15303 2005-06-15 [colin]      1.9.11cvs69
15304
15305         * src/headerview.c
15306                 Fix bug #670 (multi user to: will corrupt message 
15307                 headers display)
15308
15309 2005-06-15 [colin]      1.9.11cvs68
15310
15311         * src/compose.c
15312                 Fix bug #421 (Fix undo on wrapping)
15313
15314 2005-06-15 [colin]      1.9.11cvs67
15315
15316         * src/folder.c
15317                 Provide visual feedback while processing
15318                 folder's rules.
15319         * src/imap.c
15320                 Provide visual feedback while getting
15321                 short headers (for uncached messages)
15322
15323
15324 2005-06-14 [paul]       1.9.11cvs66
15325
15326         * src/account.c
15327                 change a couple stock icons
15328         * src/inc.c
15329         * src/send_message.c
15330         * src/gtk/progressdialog.c
15331         * src/gtk/progressdialog.h
15332                 sync main's GtkTreeView implementation
15333
15334 2005-06-14 [colin]      1.9.11cvs65
15335
15336         * src/imap.c
15337                 Various little fixes, mainly on error paths
15338
15339 2005-06-13 [colin]      1.9.11cvs64
15340
15341         * matcher.c
15342         * procmsg.c
15343         * procmsg.h
15344                 Add a way to fetch only headers. This speeds
15345                 up filtering on headers for IMAP. Fixes:
15346                 bug #481 extraneous imap commands slow down 
15347                         imap filtering
15348                 bug #522 Sylpheed downloads all messages 
15349                         when opening mailbox (IMAP)
15350                 bug #677 IMAP fetch is soooooooooooooo slow
15351         * src/folder.c
15352         * src/folder.h
15353                 Add a folder set_batch method so that
15354                 implementations can speed up flags changes
15355         * src/folderutils.c
15356         * src/summaryview.c
15357                 Use that in mark as (un)read and mark all read
15358                 Refix bug #679
15359         * src/imap.c
15360                 Implement set_batch - brings back deferred
15361                 flags in a less buggy manner. Fixes:
15362                 bug #729 IMAP immediate expunge of deleted messages
15363                 bug #191 remove list of messages with one command
15364                 Fix login with strange chars
15365                 Implement fetch_msg_full
15366                 Fix copy (wrong counts)
15367
15368 2005-06-12 [colin]      1.9.11cvs63
15369
15370         * src/folder.c
15371                 lock incorporation during long operations.
15372                 Avoids fucking up the IMAP socket.
15373
15374 2005-06-12 [colin]      1.9.11cvs62
15375
15376         * src/imap.c
15377                 Fix harmful typo
15378                 Factorize remove_all_msg
15379                 Thread-ize expunge
15380         * src/summaryview.c
15381                 Don't update partial-download status if unnecessary
15382         * src/folder.c
15383                 Use remove_msgs everywhere possible
15384
15385 2005-06-12 [colin]      1.9.11cvs61
15386
15387         * src/folder.c
15388         * src/folder.h
15389                 Add a remove_msgs function to remove a 
15390                 list of messages
15391         * src/imap.c
15392                 Implement that.
15393
15394 2005-06-12 [colin]      1.9.11cvs60
15395
15396         * src/imap.c
15397                 Remove flags-processing deferring... Too hard
15398                 to get it to work in all cases.
15399
15400 2005-06-11 [colin]      1.9.11cvs59
15401
15402         * src/imap.c
15403                 printf -> debug_print
15404
15405 2005-06-11 [colin]      1.9.11cvs58
15406
15407         * src/imap.c
15408                 o Fix build without USE_PTHREAD
15409                 o Factorize imap_open
15410                 o Alertpanel in case of impossible connection
15411                 o Alertpanel in case of impossible login
15412                 o Fix deferred flags processing to force a 
15413                   flush before adding some more flags to process,
15414                   but in another folder.
15415
15416 2005-06-10 [colin]      1.9.11cvs57
15417
15418         * src/imap.c
15419                 o Fix a format string error
15420                 o init ssl socket outside of the thread 
15421                   (it possibly invokes gtk calls)
15422         * src/procmime.c
15423                 o Put back the buffer to its necessary size
15424                 o Fix changing a file pointer without keeping
15425                   track of it (thanks Valgrind)
15426         * src/common/smtp.c
15427                 o Fix automatic STARTTLS if login should be done
15428                   and the server only allows it after starting TLS
15429         * src/gtk/gtkinputdialog.c
15430                 o Eat GDK_Return so that the combo popup doesn't 
15431                   appear when we press Enter to validate the combo
15432                   input dialog (as seen in the Open with... dialog)
15433
15434 2005-06-10 [colin]      1.9.11cvs56
15435
15436         * src/imap.c
15437                 o A bit less debug
15438                 o Fix a crash on deletion
15439                 o Threadize imap_select (it's called outside of 
15440                   threads)
15441                 o Defer treatment of DELETED flags
15442
15443
15444 2005-06-09 [colin]      1.9.11cvs55
15445
15446         * src/imap.c
15447                 Make sure we check imap_gtk_should_override(), which
15448                 potentially calls gtk stuff, before creating thread.
15449                 That way it should't be called via imap_get_session()
15450                 inside a thread.
15451
15452 2005-06-09 [colin]      1.9.11cvs54
15453
15454         * src/imap.c
15455                 o add a bit of status output
15456                 o remove some dead code
15457                 o threadize get_list_of_uids
15458                 o threadize imap_get_flags
15459                 o defer flag changing by 500ms so that they
15460                   can be batched
15461
15462
15463 2005-06-08 [colin]      1.9.11cvs53
15464
15465         * src/imap.c
15466                 Thread-ize imap_cmd_fetch
15467
15468 2005-06-08 [colin]      1.9.11cvs52
15469
15470         * src/main.c
15471                 Mmh, that broke POP3...
15472
15473 2005-06-08 [colin]      1.9.11cvs51
15474
15475         * src/main.c
15476                 Stabilize IMAP patch (thanks to Hoa)
15477
15478 2005-06-08 [colin]      1.9.11cvs50
15479
15480         * src/imap.c
15481                 Test patch to speed up imap. 
15482
15483 2005-06-08 [colin]      1.9.11cvs49
15484
15485         * src/imap_gtk.c
15486                 Warning fix
15487         * src/procmime.c
15488                 Apply patch from gentoo to use /usr/share/mime/globs if 
15489                 available, after un-breaking it
15490         * src/common/log.c
15491         * src/common/log.h
15492                 Use g_timeout for invoking hooks that possibly use gtk
15493                 calls. This should leave gtk calls in the main thread.
15494
15495 2005-06-08 [paul]       1.9.11cvs48
15496
15497         * src/codeconv.c
15498                 conv_get_outgoing_charset_str(): don't
15499                 use prefs_common setting
15500         * src/compose.c
15501         * src/compose.h
15502                 add /Options/Character encoding/... to
15503                 temporarily change the outgoing encoding
15504
15505         (belated sync with main)
15506
15507 2005-06-08 [paul]       1.9.11cvs47
15508
15509         * src/compose.c
15510                 correction to/completion of last
15511                 sync with main
15512
15513 2005-06-08 [paul]       1.9.11cvs46
15514
15515         sync with main:
15516         
15517         * src/codeconv.c
15518         * src/codeconv.h
15519                 always enabled Japanese auto-detection
15520                 if the first letters of locale string
15521                 is "ja"
15522         * src/compose.c
15523                 don't use "destroy" signal to destroy
15524                 Compose object (fix rare crashes on discard?)
15525         * src/mainwindow.c
15526         * src/messageview.c
15527         * src/prefs_send.c
15528                 added Hebrew encodings
15529         * src/sourcewindow.c
15530                 don't use "destroy" signal to destroy
15531                 objects
15532
15533 2005-06-07 [colin]      1.9.11cvs45
15534
15535         * src/summaryview.c
15536                 Add missing unlocks/locks
15537
15538 2005-06-07 [paul]       1.9.11cvs44
15539
15540         * src/summaryview.c
15541                 restore bug #749 fix
15542
15543 2005-06-06 [colin]      1.9.11cvs43
15544
15545         * src/summaryview.c
15546                 Fix selection bug when prefs_common.open_unread 
15547                 is FALSE
15548
15549 2005-06-06 [colin]      1.9.11cvs42
15550
15551         * src/common/md5.c
15552                 Fix a warning
15553         * src/summaryview.c
15554         * src/folderview.c
15555                 Factorize long operations beginning and end
15556                 (locking, freezing/thawing, cursor, ...)
15557                 Check selection->data member in selection-
15558                 related loops; this avoids dying an awful
15559                 death if the selection changes on us while
15560                 we're marking a whole IMAP folder unread, 
15561                 for example.
15562
15563 2005-06-06 [paul]       1.9.11cvs41
15564
15565         * src/textview.c
15566                 don't g_free() a static gchar buffer
15567
15568 2005-06-05 [colin]      1.9.11cvs40
15569
15570         * src/mainwindow.c
15571         * src/messageview.c
15572         * src/summaryview.c
15573                 Fix bug #749 (Show all headers should be
15574                 sticky as the GUI suggests)
15575
15576 2005-06-03 [paul]       1.9.11cvs39
15577
15578         * src/compose.c
15579                 don't allow editing of mail while sending.
15580                 patch by Colin
15581
15582 2005-06-03 [paul]       1.9.11cvs38
15583
15584         * src/folderview.c
15585                 add a freeze/thaw to speed up 'mark all read'
15586
15587 2005-06-03 [paul]       1.9.11cvs37
15588
15589         * src/prefs_message.c
15590                 reflect changes immediately
15591
15592 2005-06-02 [colin]      1.9.11cvs36
15593
15594         * po/POTFILES.in
15595                 Patch by Fabien Vantard.
15596
15597 2005-06-02 [colin]      1.9.11cvs35
15598
15599         * src/imap.c
15600                 Use a non-blocking imap_getline() if possible.
15601                 This should completely prevent the interface
15602                 from freezin on imap operations, although it
15603                 may do strange stuff in case of folder switching
15604                 while a big imap operation is taking place...
15605
15606                 In addition, fix a leak in the case thread
15607                 creation fails on connection.
15608
15609 2005-06-02 [colin]      1.9.11cvs34
15610
15611         * src/crash.c
15612         * src/prefs_common.h
15613                 Fix build (prefs_common_init() doesn't exist
15614                 anymore)
15615
15616 2005-06-02 [colin]      1.9.11cvs33
15617
15618         * src/prefs_account.c
15619                 Fix bug #245 (filtering rules broken when
15620                 renaming a remote account (imap4 or nntp)
15621
15622 2005-06-02 [colin]      1.9.11cvs32
15623
15624         * src/imap.c
15625                 Try to fix IMAP shortcomings: 
15626                 o Multithread imap_open()
15627                 o allow offline-mode overriding instead of
15628                   just returning NULL
15629         * src/imap_gtk.c
15630         * src/imap_gtk.h
15631                 Add a function to ask whether we want to
15632                 override offline-mode for 10 minutes (one-shot
15633                 asking was painful)
15634         * src/procheader.c
15635                 Fix segfault when imap parser isn't happy about
15636                 a missing {
15637
15638 2005-06-01 [colin]      1.9.11cvs31
15639
15640         * src/addrharvest.c
15641         * src/compose.c
15642         * src/mbox.c
15643         * src/mbox.h
15644         * src/mh.c
15645         * src/msgcache.c
15646         * src/send_message.c
15647         * src/setup.c
15648         * src/undo.c
15649         * src/common/hooks.c
15650         * src/common/prefs.c
15651         * src/common/template.c
15652         * src/common/utils.c
15653         * src/gtk/gtkutils.c
15654         * src/gtk/inputdialog.c
15655         * src/gtk/menu.c
15656         * src/gtk/pluginwindow.c
15657         * src/gtk/prefswindow.c
15658         * src/plugins/pgpmime/passphrase.c
15659         * src/plugins/pgpmime/prefs_gpg.c
15660                 More -Wall fixes
15661
15662         * src/common/Makefile.am
15663         * src/common/timing.h
15664                 Add basic timing code
15665
15666         * src/summaryview.c
15667                 Fix a bug with unread messages when 
15668                 re-sorting folders, and by the way
15669                 fix a big performance hit when 
15670                 re-sorting (10k mails: before 5s,
15671                 after .5s)
15672
15673         * src/prefs_compose_writing.c
15674         * src/prefs_compose_writing.h
15675         * src/prefs_message.c
15676         * src/prefs_message.h
15677         * src/prefs_other.c
15678         * src/prefs_other.h
15679         * src/prefs_quote.c
15680         * src/prefs_quote.h
15681         * src/prefs_receive.c
15682         * src/prefs_receive.h
15683         * src/prefs_send.c
15684         * src/prefs_send.h
15685         * src/prefs_summaries.c
15686         * src/prefs_summaries.h
15687                 Fix copyright banner
15688
15689 2005-06-01 [paul]       1.9.11cvs30
15690
15691         * po/fi.po
15692                 updated by Flammie Pirinen
15693         * src/procmime.c
15694                 fix 'Bad BASE64 content' output
15695
15696 2005-05-31 [colin]      1.9.11cvs29
15697
15698         * src/procmime.c
15699                 Oops, where did my hunk go.
15700
15701 2005-05-31 [colin]      1.9.11cvs28
15702
15703         * src/Makefile.am
15704         * src/account.c
15705         * src/action.c
15706         * src/addr_compl.c
15707         * src/addressbook.c
15708         * src/codeconv.c
15709         * src/compose.c
15710         * src/export.c
15711         * src/folder.c
15712         * src/folderview.c
15713         * src/image_viewer.c
15714         * src/main.c
15715         * src/mainwindow.c
15716         * src/messageview.c
15717         * src/mimeview.c
15718         * src/msgcache.c
15719         * src/prefs_account.c
15720         * src/prefs_actions.c
15721         * src/prefs_common.c
15722         * src/prefs_compose_writing.c
15723         * src/prefs_customheader.c
15724         * src/prefs_ext_prog.c
15725         * src/prefs_filtering.c
15726         * src/prefs_filtering_action.c
15727         * src/prefs_fonts.c
15728         * src/prefs_image_viewer.c
15729         * src/prefs_message.c
15730         * src/prefs_message.h
15731         * src/prefs_msg_colors.c
15732         * src/prefs_other.c
15733         * src/prefs_other.h
15734         * src/prefs_quote.c
15735         * src/prefs_receive.c
15736         * src/prefs_receive.h
15737         * src/prefs_send.c
15738         * src/prefs_send.h
15739         * src/prefs_spelling.c
15740         * src/prefs_summaries.c
15741         * src/prefs_summary_column.c
15742         * src/prefs_template.c
15743         * src/prefs_themes.c
15744         * src/prefs_toolbar.c
15745         * src/prefs_wrapping.c
15746         * src/procmime.c
15747         * src/procmsg.c
15748         * src/send_message.h
15749         * src/ssl_manager.c
15750         * src/summary_search.c
15751         * src/summaryview.c
15752         * src/textview.c
15753         * src/wizard.c
15754         * src/common/smtp.c
15755         * src/common/smtp.h
15756         * src/gtk/gtkutils.h
15757                 o Move the rest of Common prefs to new style
15758                 o Lots of -Wall warning fixes
15759                 o fix FIXME in cache memusage calculation
15760                 o Let return receipts be sent from any account
15761                 o Little cache optimisation (read)
15762                 o Fix bug #746 (don't treat commas as separators
15763                   when inside a quoted string)
15764
15765 2005-05-31 [paul]       1.9.11cvs27
15766
15767         * src/prefs_common.c
15768                 fix 'off-by-one' typo
15769
15770 2005-05-31 [paul]       1.9.11cvs26
15771
15772         * src/account.c
15773         * src/addr_compl.c
15774         * src/compose.c
15775         * src/foldersel.c
15776         * src/prefs_actions.c
15777         * src/prefs_common.c
15778         * src/prefs_common.h
15779         * src/prefs_customheader.c
15780         * src/prefs_display_header.c
15781         * src/prefs_filtering.c
15782         * src/prefs_filtering_action.c
15783         * src/prefs_matcher.c
15784         * src/prefs_summaries.c
15785         * src/prefs_summary_column.c
15786         * src/prefs_template.c
15787         * src/prefs_toolbar.c
15788         * src/ssl_manager.c
15789         * src/gtk/pluginwindow.c
15790         * src/gtk/prefswindow.c
15791         * src/gtk/progressdialog.c
15792                 add hidden prefs 'enable_rules_hint'
15793                 for gtk_tree_view_set_rules_hint()
15794                 (sync with main)
15795                 
15796
15797 2005-05-31 [colin]      1.9.11cvs25
15798
15799         * src/Makefile.am
15800         * src/main.c
15801         * src/prefs_common.c
15802         * src/prefs_summaries.c ** ADDED **
15803         * src/prefs_summaries.h ** ADDED **
15804                 Common/Display -> Display/Summaries
15805
15806 2005-05-31 [colin]      1.9.11cvs24
15807
15808         * src/Makefile.am
15809         * src/main.c
15810         * src/prefs_quote.c ** ADDED **
15811         * src/prefs_quote.h ** ADDED **
15812                 Move Common/Quote to Compose/Quoting
15813         * src/prefs_common.c
15814         * src/prefs_common.h
15815                 Remove old quote stuff, add
15816                 convenience functions for GtkTextView prefs
15817         * src/gtk/prefswindow.c
15818                 Set default height higher
15819
15820 2005-05-30 [colin]      1.9.11cvs23
15821
15822         * src/Makefile.am
15823         * src/main.c
15824         * src/prefs_common.c
15825         * src/prefs_compose_writing.c ** ADDED **
15826         * src/prefs_compose_writing.h ** ADDED **
15827                 Move Common/Compose prefs to Compose/Writing
15828
15829 2005-05-30 [colin]      1.9.11cvs22
15830
15831         * src/common/utils.c
15832                 Fix bug #651 (Confused Attract by Subject)
15833                 Patch by M. Benkmann <haferfrost@web.de>
15834         * AUTHORS
15835
15836 2005-05-30 [colin]      1.9.11cvs21
15837
15838         * src/compose.c
15839                 Fix concatenation of different headers of
15840                 the same type (bug #645)
15841         * src/prefs_folder_item.c
15842                 Fix bug #699 (setting color to black doesn't
15843                 work immediately)
15844         * src/procmime.c
15845                 Print out decoding error only once per
15846                 block
15847
15848 2005-05-30 [paul]       1.9.11cvs20
15849
15850         * src/common/template.c
15851                 fix Bcc
15852
15853 2005-05-30 [paul]       1.9.11cvs19
15854
15855         * doc/src/rfc2368.txt   **NEW FILE**
15856         * src/compose.c
15857                 compose_entries_set(): don't interpret Bcc
15858                 header field (conform to RFC 2368)
15859                 (sync with main)
15860
15861 2005-05-29 [colin]      1.9.11cvs18
15862
15863         * src/prefs_common.c
15864                 Let the default reply format respect
15865                 netiquette by cutting the signature.
15866
15867 2005-05-29 [colin]      1.9.11cvs17
15868
15869         * src/summaryview.c
15870                 Don't let always_show_msg override
15871                 open_unread_on_enter when opening a new
15872                 directory.
15873
15874 2005-05-27 [paul]       1.9.11cvs16
15875
15876         sync with main:
15877
15878         * src/main.c
15879                 app_will_exit(): cleanup tmp directory when exit
15880         * src/message_search.c
15881                 improved the interface and made code cleanup.
15882                 removed Clear button
15883         * src/send_message.c
15884                 send_message_local(): use GSpawn, and detect errors
15885         * src/summary_search.c
15886                 improved the interface and made code cleanup
15887         * src/textview.c
15888                 textview_write_link(): also skip non-ascii space
15889                  at the head of link strings (phishing check
15890                  didn't work at the case)
15891         * src/common/utils.c
15892                 get_command_output(): use g_spawn_command_line_sync()
15893                 instead of popen()
15894
15895 2005-05-26 [colin]      1.9.11cvs15
15896
15897         * src/folder.c
15898                 remove printf
15899
15900 2005-05-26 [colin]      1.9.11cvs14
15901
15902         * src/common/nntp.c
15903                 Fix nntp mode reader (bug #611)
15904                 Patch by Florian Mickler <florian@mickler.org>
15905
15906 2005-05-26 [colin]      1.9.11cvs13
15907
15908         * src/plugins/pgpmime/passphrase.c
15909                 Fix mouse grabbing (bug #557)
15910
15911 2005-05-26 [colin]      1.9.11cvs12
15912
15913         * src/prefs_themes.c
15914                 Fix g_warning (bug #541)
15915
15916 2005-05-26 [colin]      1.9.11cvs11
15917
15918         * src/prefs_actions.c
15919         * src/prefs_template.c
15920                 Fix bug #506 (no warning if action/template
15921                 is not saved)
15922         * src/common/template.c
15923                 Fix a possible crash
15924
15925 2005-05-26 [colin]      1.9.11cvs10
15926
15927         * src/folder.c
15928         * src/folderview.c
15929         * src/procmsg.c
15930         * src/summaryview.c
15931                 Forbid locked messages to be moved or
15932                 deleted. Locked messages in trashes 
15933                 still get deleted, for performance
15934                 reason (mh.c::mh_remove_all_msgs)
15935
15936 2005-05-25 [colin]      1.9.11cvs9
15937
15938         * src/procmime.c
15939                 Use correct encoding when sending mails
15940                 with attachments that have accentued 
15941                 chars in their name
15942
15943 2005-05-24 [colin]      1.9.11cvs8
15944
15945         * src/summaryview.c
15946                 Fix bug #688 f) read/unread marker not
15947                 changed on first click
15948                 Also, optimize summary_status_show()
15949                 calls
15950         * src/folder.c
15951         * src/inc.c
15952         * src/procmime.c
15953                 Fix bug #688 b) and c) wrt message
15954                 attachments and signature
15955         * src/stock_pixmap.c
15956         * src/stock_pixmap.h
15957         * src/stock_pixmap.c
15958         * src/stock_pixmap.h
15959         * src/Makefile.am
15960         * src/pixmaps/clip_gpg_signed.xpm
15961                 Add clip/signed icon
15962
15963 2005-05-24 [colin]      1.9.11cvs7
15964
15965         * src/folder_item_prefs.c
15966                 whitespace fix
15967
15968 2005-05-24 [colin]      1.9.11cvs6
15969
15970         * src/folderview.c
15971         * src/prefs_common.c
15972         * src/prefs_common.h
15973                 Add a confirmation to folder drag and drop
15974                 fixes bug #156
15975         * src/alertpanel.c
15976         * src/alertpanel.h
15977                 fix _with_disable parameters so that
15978                 the buttons labels are specifiable too
15979         * src/plugins/pgpmime/sgpgme.c
15980                 reflect said change
15981                 
15982
15983 2005-05-24 [colin]      1.9.11cvs5
15984
15985         * src/folderview.c
15986                 Uncollapse/collapse folders on double-click
15987                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
15988                 closes bug #108
15989
15990 2005-05-23 [colin]      1.9.11cvs4
15991
15992         * src/common/socket.c
15993                 Check another special SSL_peek() error.
15994                 Should help wrt bug #728
15995
15996 2005-05-23 [colin]      1.9.11cvs3
15997
15998         * src/plugins/pgpmime/pgpmime.c
15999                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
16000                 breaking menu accelerators and stuff. Users will have to
16001                 reselect "PGP MIME" instead of "PGP/MIME" in their 
16002                 account's privacy preferences if needed.
16003
16004 2005-05-22 [paul]
16005
16006         * tools/kdeservicemenu/install.sh
16007                 use kdesu to prompt for root password if doing
16008                 global install/uninstall
16009
16010 2005-05-20 [colin]      1.9.11cvs2
16011
16012         * src/procmsg.c
16013                 Fix another compilation error with gcc-2.9x
16014                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
16015         * src/send_message.c
16016                 Don't send QUIT if we aren't connected
16017
16018 2005-05-19 [colin]      1.9.11cvs1
16019
16020         * src/procmsg.c
16021                 Fix compilation with gcc 2.9x
16022
16023 2005-05-19 [paul]       1.9.11
16024
16025         1.9.11 released
16026
16027 2005-05-19 [paul]       1.9.9cvs14
16028
16029         * src/gtk/inputdialog.c
16030                 prevent gettext warning
16031
16032 2005-05-19 [paul]       1.9.9cvs13
16033
16034         * src/mainwindow.c
16035         * src/prefs_common.c
16036         * src/prefs_common.h
16037         * src/textview.c
16038         * src/textview.h
16039                 add an option to toggle cursor in message
16040                 view (sync with main)
16041
16042 2005-05-18 [colin]      1.9.9cvs12
16043
16044         * src/compose.c
16045                 Dereference freed pointer
16046         * src/gtk/gtkaspell.c
16047                 Fix duplication of dictionaries (is it an aspell issue?)
16048
16049 2005-05-18 [colin]      1.9.9cvs11
16050
16051         * src/gtk/inputdialog.c
16052         * src/gtk/gtkaspell.c
16053                 HIGuify dialogs
16054         * src/alertpanel.c
16055                 Remove a double call
16056
16057 2005-05-17 [colin]      1.9.9cvs10
16058
16059         * src/gtk/gtkaspell.c
16060                 Fix dialogs, Ctrl-Enter accel
16061
16062 2005-05-17 [colin]      1.9.9cvs9
16063
16064         * src/gtk/gtkaspell.c
16065                 Fix some accelerators, escape in replace-window
16066
16067 2005-05-16 [colin]      1.9.9cvs8
16068
16069         * src/gtk/gtkaspell.c
16070                 Revert last commit, it was a mistake.
16071
16072 2005-05-16 [colin]      1.9.9cvs7
16073
16074         * src/gtk/gtkaspell.c
16075                 Remove buggy code while we're at it. It's a 
16076                 dead code path anyway.
16077
16078 2005-05-16 [colin]      1.9.9cvs6
16079
16080         * src/gtk/gtkaspell.c
16081                 Missed some gtk_menu_popup where deactivate
16082                 signal should be handled. Should fix bug
16083                 #629 a bit more.
16084
16085 2005-05-16 [colin]      1.9.9cvs5
16086
16087         * src/gtk/gtkaspell.c
16088                 Remove debug printf()s
16089
16090 2005-05-16 [colin]      1.9.9cvs4
16091
16092         * src/gtk/gtkaspell.c
16093                 Fix a bit aspell problems
16094                 (see bug #629)
16095
16096 2005-05-13 [colin]      1.9.9cvs3
16097
16098         * src/folderview.c
16099                 Fix the + appearing even when no subfolders
16100                 have unread messages. Thanks to wwp for the
16101                 bug report.
16102
16103 2005-05-11 [paul]       1.9.9cvs2
16104
16105         * src/folderview.c
16106                 correction to 1.9.9cvs1, only colour folders that
16107                 have new msgs (not unread msgs)
16108
16109 2005-05-10 [colin]      1.9.9cvs1
16110
16111         * src/folderview.c
16112         * src/summaryview.c
16113                 Try to fix bolding bugs again.
16114
16115 2005-05-09 [paul]
16116
16117         * tools/claws.i18n.status.pl
16118                 add Ricardo Mones Lastra's script that has been providing
16119                 the i18n status page for many months
16120
16121 2005-05-09 [paul]       1.9.9
16122
16123         1.9.9 release
16124
16125 2005-05-09 [paul]       1.9.6cvs58
16126
16127         * AUTHORS
16128         * INSTALL
16129         * README.claws
16130                 updated
16131         * Makefile.am 
16132         * RELEASE_NOTES.claws
16133                 add release notes to cvs to simplify release
16134                 procedure
16135         * configure.ac
16136                 add ca and fi to ALL_LINGUAS
16137         * po/Makefile.in.in
16138                 workaround for missing Makevars
16139         * po/ca.po
16140         * po/fi.po
16141                 add new Catalan and Finnish translations
16142                 submitted by Miquel Oliete and Flammie Pirinen
16143         * po/de.po
16144         * po/es.po
16145         * po/fr.po
16146         * po/it.po
16147         * po/pl.po
16148         * po/ru.po
16149         * po/sk.po
16150         * po/sr.po
16151         * po/zh_CN.po
16152                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
16153                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
16154                 Urke MMI, and Hansom Young
16155         * src/main.c
16156                 Fix drafting when quitting. compose_draft() closes the
16157                 compose windows, which modifies the compose_list GSList.
16158                 We have to refresh this list after echo drafting to avoid a
16159                 segfault
16160         * src/partial_download.c
16161                 fix segfault on exit
16162
16163 2005-05-06 [paul]       1.9.6cvs57
16164
16165         * src/grouplistdialog.c
16166                 quick fix/workaround for unresizeable newsgroup
16167                 name column 
16168
16169 2005-05-06 [paul]       1.9.6cvs56
16170
16171         * src/inc.c
16172         * src/mainwindow.c
16173                 use gettext plural forms
16174         * src/imap_gtk.c
16175         * src/mh_gtk.c
16176         * src/toolbar.c
16177                 small improvement to english usage
16178
16179 2005-05-05 [thorsten]   1.9.6cvs55
16180
16181         * src/folder.c
16182                 fix possible crash
16183
16184 2005-05-05 [paul]       1.9.6cvs54
16185         
16186         sync with HEAD
16187
16188         * AUTHORS
16189         * src/compose.c
16190                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
16191                 patch by Tim Mann
16192
16193 2005-05-05 [paul]       1.9.6cvs53
16194
16195         * src/mainwindow.c
16196                 fix resizing of separate message and
16197                 folder views
16198
16199 2005-05-05 [paul]       1.9.6cvs52
16200
16201         * src/account.c
16202         * src/addrgather.c
16203         * src/browseldap.c
16204         * src/exphtmldlg.c
16205         * src/expldifdlg.c
16206         * src/importmutt.c
16207         * src/importpine.c
16208         * src/main.c
16209         * src/mainwindow.c
16210         * src/noticeview.c
16211         * src/prefs_filtering.c
16212         * src/prefs_filtering_action.c
16213         * src/prefs_matcher.c
16214         * src/prefs_spelling.c
16215         * src/prefs_toolbar.c
16216         * src/toolbar.c
16217         * src/wizard.c
16218         * src/gtk/description_window.c
16219         * src/gtk/gtkvscrollbutton.c
16220         * src/gtk/progressdialog.c
16221         * src/gtk/quicksearch.c
16222         * src/plugins/pgpmime/prefs_gpg.c
16223         * src/plugins/spamassassin/spamassassin_gtk.c
16224                 replace deprecated gtk_widget_set_usize
16225
16226 2005-05-04 [colin]      1.9.6cvs51
16227
16228         * src/common/utils.c
16229                 Fix crash when subst_for_filename is called
16230                 with a NULL parameter
16231
16232 2005-05-04 [colin]      1.9.6cvs50
16233
16234         * src/partial_download.c
16235         * src/pop.c
16236                 Escape login when writing uidl file
16237                 fixes bug #736
16238
16239 2005-05-03 [colin]      1.9.6cvs49
16240
16241         * src/procmime.c
16242                 Fix possible DOS in mime parser
16243                 (see bug #634)
16244
16245 2005-05-02 [colin]      1.9.6cvs48
16246
16247         * src/compose.c
16248                 Try to fix the copy/paste mess once again.
16249
16250
16251 2005-04-30 [colin]      1.9.6cvs47
16252
16253         * src/prefs_account.h
16254         * src/procmsg.c
16255         * src/send_message.c
16256         * src/common/smtp.c
16257         * src/common/smtp.h
16258                 Try to batch sending mails (per account) instead of
16259                 reconnecting to server every time.
16260
16261 2005-04-29 [colin]      1.9.6cvs46
16262
16263         * src/messageview.c
16264                 Fix window resizing that refused to size down
16265         * src/prefs_common.c
16266         * src/prefs_common.h
16267         * src/prefs_filtering.c
16268                 Save Filtering's window size
16269
16270 2005-04-21 [paul]       1.9.6cvs45
16271
16272         * ChangeLog-gtk2.claws
16273         * src/setup.c
16274                 correction to sync
16275
16276 2005-04-21 [paul]       1.9.6cvs44
16277
16278         sync with main:
16279
16280         * src/setup.c
16281         * src/statusbar.c
16282         * src/statusbar.h
16283                 use gtkut_widget_draw_now(). Improved performance
16284                 of the update of statusbar
16285         * src/textview.c
16286                 textview_smooth_scroll_do(): redraw it after scroll
16287                 is done (fixed incorrect display when a part of the
16288                 view is hidden).
16289         * src/gtk/gtkutils.c
16290         * src/gtk/gtkutils.h
16291                 gtkut_widget_draw_now(): use gdk_window_process_updates()
16292                 to force update of widgets.
16293                 Removed gtkut_widget_wait_for_draw() which had a big
16294                 overhead  because of waiting for all events processed 
16295
16296 2005-04-20 [paul]       1.9.6cvs43
16297
16298         * src/codeconv.c
16299                 complete 1.9.6cvs42's sync:
16300                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
16301
16302 2005-04-19 [paul]       1.9.6cvs42
16303
16304         sync with main:
16305
16306         * src/action.c
16307                 catch_output(): correctly select the insert text
16308                 (fix invalid iterator warnings).
16309         * src/codeconv.c
16310         * src/codeconv.h
16311         * src/mainwindow.c
16312         * src/messageview.c
16313         * src/prefs_common.c
16314                 support GBK encoding.
16315         * src/common/session.c
16316         * src/common/session.h
16317                 use separate buffer for large data to be sent,
16318                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
16319
16320 2005-04-18 [paul]       1.9.6cvs41
16321
16322         * src/jpilot.c
16323                 convert unsigned long into guint32
16324                 patch by Paul LeoNerd Evans 
16325
16326 2005-04-17 [colin]      1.9.6cvs40
16327
16328         * src/compose.c
16329                 Fix 'Request return receipt' from folder
16330                 properties (bug #708)
16331
16332 2005-04-17 [colin]      1.9.6cvs39
16333
16334         * src/mainwindow.c
16335                 Fix duplicate hotkeys in Mainwindow's menu
16336
16337 2005-04-17 [colin]      1.9.6cvs38
16338
16339         * src/folderview.c
16340                 Fix duplicate hotkeys in Folderview's contextual
16341                 menu
16342
16343 2005-04-15 [colin]      1.9.6cvs37
16344
16345         * src/summaryview.c
16346                 Fix 'Save as...' with non-ascii filenames
16347
16348 2005-04-15 [colin]      1.9.6cvs36
16349
16350         * src/plugins/pgpmime/pgpmime.c
16351                 Fix bus error on 64bit. Spotted by 
16352                 macallan1888@gmail.com
16353
16354 2005-04-15 [colin]      1.9.6cvs35
16355
16356         * src/prefs_account.c
16357                 Fix cvs34.
16358
16359 2005-04-12 [colin]      1.9.6cvs34
16360
16361         * src/prefs_account.c
16362                 Fix smtp auth type off-by-one. We forgot to
16363                 add PLAIN in the prefs-to-gui setter func and
16364                 as a result, the selected auth when opening
16365                 account prefs was not the correct one.
16366
16367 2005-04-12 [paul]       1.9.6cvs33
16368
16369         * src/inc.c
16370                 if the recv dialog is visible, Cancel only
16371                 cancels the current account
16372
16373
16374 2005-04-10 [colin]      1.9.6cvs32
16375
16376         * src/filtering.c
16377                 Copy score when copying FilteringActions
16378                 Fix bug #674
16379
16380 2005-04-10 [colin]      1.9.6cvs31
16381
16382         * src/inc.c
16383                 Make Message -> Receive -> Cancel cancel 
16384                 incorporation on all accounts. Fixes
16385                 bug #693
16386
16387 2005-04-10 [colin]      1.9.6cvs30
16388
16389         * src/prefs_account.c
16390                 Update Privacy checkbuttons status based
16391                 on the selected privacy system
16392         * src/compose.c
16393                 Always connect the "None" privacy system; the
16394                 static boolean was probably there to avoid
16395                 reconnecting twice in the same compose window,
16396                 but as the parent function is only called once
16397                 per compose, it's only a bug - as a static is
16398                 initialized once per application instance.
16399                 Also, don't uncheck Sign and Encrypt when
16400                 selecting None as privacy system; just ignore
16401                 them when sending/queuing.
16402                 Should fix bug #695
16403
16404 2005-04-08 [colin]      1.9.6cvs29
16405
16406         * src/account.c
16407         * src/prefs_account.c
16408         * src/prefs_account.h
16409                 Add account preference to queue message in a certain
16410                 folder.
16411
16412 2005-04-06 [colin]      1.9.6cvs28
16413
16414         * src/prefs_account.c
16415                 Update old inbox path syntax
16416
16417 2005-04-06 [paul]       1.9.6cvs27
16418
16419         sync with main:
16420
16421         * configure.ac
16422                 changed -traditional-cpp to -no-cpp-precomp for newer
16423                 Mac OS X support
16424         * src/foldersel.c
16425                 made column resize automatically
16426         * src/send_message.c
16427                 send_message_smtp(): consider EOF right after QUIT
16428                 successful (workaround for Gmail SMTP server)
16429         * src/common/socket.c
16430                 ssl_read(), ssl_peek(): check EOF which violates the
16431                 SSL protocol
16432         * src/gtk/colorlabel.c
16433                 removed warnings when displaying colorlabel menu
16434                 (don't use GtkAlignment)
16435
16436 2005-04-05 [paul]       1.9.6cvs26
16437
16438         * src/plugins/trayicon/trayicon.c
16439                 fix clipping of icon under KDE3 
16440
16441 2005-04-05 [paul]       1.9.6cvs25
16442
16443         * src/summaryview.c
16444                 hide display of threading
16445                 patch by Alfons
16446
16447 2005-04-04 [thorsten]   1.9.6cvs24
16448
16449         * src/mh.c
16450                 marks lost on filesystems with different stat() results on
16451                 summer-/wintertime
16452
16453 2005-04-03 [colin]      1.9.6cvs23
16454
16455         * src/summaryview.c
16456                 Don't handle up/down. Patch by Alfons
16457
16458 2005-04-02 [colin]      1.9.6cvs22
16459
16460         * src/summaryview.c
16461                 Make scrolling faster. Patch by Alfons.
16462
16463 2005-04-01 [colin]      1.9.6cvs21
16464
16465         * src/Makefile.am
16466         * src/stock_pixmap.c
16467         * src/pixmaps/dir-noselect.xpm ** REMOVED **
16468         * src/pixmaps/dir_noselect.xpm ** ADDED **
16469                 Fix pixmap name mismatch (Thanks Stephan Sachse)
16470
16471 2005-04-01 [colin]      1.9.6cvs20
16472
16473         * src/image_viewer.c
16474         * src/image_viewer.h
16475         * src/procmime.c
16476         * src/procmime.h
16477         * src/textview.c
16478         * src/textview.h
16479                 Implement inline image resizing and right-clicking
16480
16481 2005-04-01 [paul]       1.9.6cvs19
16482
16483         * AUTHORS
16484         * Makefile.am
16485         * configure.ac
16486                 check for gnome2
16487                 patch by Luca Cavalli <loopback<AT>slackit.org>
16488         * po/ru.po
16489                 updated by Pavlo Bohmat
16490
16491 2005-03-31 [colin]      1.9.6cvs18
16492
16493         * src/news.c
16494                 Fix parsing references
16495         * src/msgcache.c
16496                 don't put nulls in the references list
16497         * src/procheader.c
16498                 commit that forgotten file in 1.9.6cvs14
16499
16500 2005-03-31 [colin]      1.9.6cvs17
16501
16502         * src/compose.c
16503                 Fix joining of signature separator again. 
16504                 Maybe Hiro could put it in main too...
16505
16506 2005-03-31 [colin]      1.9.6cvs16
16507
16508         * src/Makefile.am
16509         * src/foldersel.c
16510         * src/stock_pixmap.c
16511         * src/stock_pixmap.h
16512         * src/pixmaps/dir-noselect.xpm
16513                 Update foldersel.c (sync from main, patch by Alfons)
16514
16515 2005-03-30 [colin]      1.9.6cvs15
16516
16517         * src/imap.c
16518                 Fix handling of imap folders containing [] in 
16519                 their name. Thanks to Nahuel Angelinetti for
16520                 the detailed bugreport.
16521
16522 2005-03-30 [colin]      1.9.6cvs14
16523
16524         * src/common/utils.h
16525         * src/common/utils.c
16526         * src/common/defs.h
16527         * src/matcher.c
16528         * src/msgcache.c
16529         * src/news.c
16530         * src/procmsg.c
16531         * src/procmsg.h
16532         * src/quote_fmt_parse.y
16533         * src/summaryview.c
16534                 Update references system. Patch by Alfons
16535
16536 2005-03-30 [colin]      1.9.6cvs13
16537
16538         * src/common/socket.c
16539                 Force the glibc to read resolv.conf again when 
16540                 it has changed. Should fix issues when changing
16541                 networks on a laptop and not restarting sylpheed. 
16542
16543 2005-03-30 [paul]       1.9.6cvs12
16544
16545         partial sync with main:
16546
16547         * src/action.c
16548                 create_io_dialog(): use user-defined text font
16549                 (thanks to Alfons), and modified its appearance.
16550         * src/addrgather.c
16551         * src/addrharvest.c
16552         * src/browseldap.c
16553                 replace old code
16554         * src/compose.c
16555                 don't join (presumably) itemized lines on line-wrapping
16556                 fixed wrapping of quote when auto-wrapping is enabled
16557                 compose_destroy(): destroy paned only if it's not
16558                 attached to window. Fixed memory leak of popup menu.
16559         * src/exphtmldlg.c
16560         * src/expldifdlg.c
16561                 replace old code
16562         * src/html.c
16563         * src/html.h
16564         * src/importmutt.c
16565         * src/importpine.c
16566                 replace old code
16567         * src/main.c
16568                 removed redundant code
16569         * src/mainwindow.c
16570                 changed 'Code set' (which is rather incorrect)
16571                 in the menu to 'Character encoding'
16572                 main_window_set_widgets(): request size first
16573                 to prevent window size becoming wrong
16574                 fixed remembering of the state of the visibility
16575                 of MessageView
16576         * src/messageview.c
16577                 changed 'Code set' (which is rather incorrect)
16578                 in the menu to 'Character encoding'
16579         * src/prefs_common.c
16580         * src/prefs_common.h
16581                 added an option whether to render HTML as text or not
16582                 added separators to outgoing encoding menu
16583         * src/procheader.c
16584                 procheader_scan_date_string(): support header
16585                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
16586         * src/summaryview.c
16587         * src/summaryview.h
16588                 minor code cleanup
16589         * src/textview.c
16590                 textview_show_html(): force output of newline
16591                 added an option whether to render HTML as text or not
16592         * src/common/utils.c
16593                 strncpy2(): optimized based on Alfons' code
16594         * src/gtk/gtkutils.c
16595         * src/gtk/gtkutils.h
16596                 removed non-used code
16597         * src/plugins/pgpmime/passphrase.c
16598                 partially fixed grab input of passphrase dialog
16599                 Confine pointer to window
16600
16601 2005-03-30 [colin]      1.9.6cvs11
16602
16603         * src/msgcache.c
16604         * src/msgcache.h
16605                 Read/write 32bit ints from cache & marks
16606                 From main.
16607
16608 2005-03-29 [paul]       1.9.6cvs10
16609
16610         * AUTHORS
16611         * ChangeLog.claws
16612         * src/compose.c
16613         * src/gtk/gtkaspell.c
16614                 sync with HEAD (don't pass NULL pointers) 
16615
16616 2005-03-24 [paul]
16617
16618         * tools/Makefile.am
16619         * tools/README
16620         * tools/acroread2sylpheed.pl
16621                 sync with HEAD (add script to send pdfs as
16622                 attachments from Adobe Reader 7)
16623
16624 2005-03-21 [paul]       1.9.6cvs9
16625
16626         * configure.ac
16627         * po/POTFILES.in
16628         * src/Makefile.am
16629         * src/crash.c
16630         * src/image_viewer.c ** ADDED **
16631         * src/image_viewer.h ** ADDED **
16632         * src/main.c
16633         * src/prefs_common.c
16634         * src/prefs_common.h
16635         * src/prefs_image_viewer.c ** ADDED **
16636         * src/prefs_image_viewer.h ** ADDED **
16637         * src/textview.c
16638         * src/gtk/about.c
16639         * src/pixmaps/sylpheed_logo.xpm
16640         * src/plugins/Makefile.am
16641         * src/plugins/image_viewer/.cvsignore ** REMOVED **
16642         * src/plugins/image_viewer/Makefile.am ** REMOVED **
16643         * src/plugins/image_viewer/plugin.c ** REMOVED **
16644         * src/plugins/image_viewer/viewer.c ** REMOVED **
16645         * src/plugins/image_viewer/viewer.glade ** REMOVED **
16646         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
16647         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
16648         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
16649         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
16650                 as gdk-pixbuf is now built-in
16651                 remove image_viewer plugin and put code back into
16652                 main codebase
16653                 implement inline image display (sync with main)
16654
16655                 replace logo with newer, nicer, larger version  
16656
16657 2005-03-21 [paul]       1.9.6cvs8
16658
16659         * src/gtk/about.c
16660                 cosmetic improvement
16661
16662 2005-03-21 [holger]     1.9.6cvs7
16663
16664         * src/plugins/spamassassin/spamassassin.c
16665                 Sync with HEAD
16666                 (unregister hook on failed plugin init)
16667
16668 2005-03-20 [colin]      1.9.6cvs6
16669
16670         * src/common/plugin.c
16671                 Check that plugin isn't already loaded
16672                 Patch by Alfons
16673
16674 2005-03-20 [thorsten]   1.9.6cvs5
16675
16676         * src/compose.c
16677                 use a more compatible syntax
16678
16679 2005-03-20 [thorsten]   1.9.6cvs4
16680
16681         * src/prefs_toolbar.c
16682                 fix crash when selecting toolbar item (uninitialized pointer)
16683
16684 2005-03-20 [thorsten]   1.9.6cvs3
16685
16686         * src/procmime.c
16687                 fix mimetype detection (referenced free()d string)
16688
16689 2005-03-20 [paul]       1.9.6cvs2
16690
16691         * src/compose.c
16692                 sync with HEAD (1.0.3cvs5)
16693                 neglect Reply-To header if empty
16694                 Patch by Alfons 
16695
16696 2005-03-19 [holger]     1.9.6cvs1
16697
16698         * src/summaryview.c
16699         * src/summaryview.h
16700                 Sync with HEAD
16701
16702 2005-03-18 [paul]       1.9.6
16703
16704         initial GTK2 release
16705
16706 2005-03-18 [paul]       1.0.3cvs3.1
16707
16708         * AUTHORS
16709         * ChangeLog.claws
16710         * configure.ac
16711         * src/gtk/about.c
16712         * src/pixmaps/sylpheed_logo.xpm
16713                 sync with HEAD
16714
16715 2005-03-18 [colin]      1.0.3cvs2.6
16716
16717         * src/summaryview.c
16718                 Remove call to summary_step in summary_copy_selected_to
16719                 Can't see its purpose, and this causes bug when copying
16720                 a message if the next one is unread: it reads it.
16721
16722 2005-03-18 [paul]       1.0.3cvs2.5
16723
16724         * src/foldersel.c
16725                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
16726
16727 2005-03-18 [paul]       1.0.3cvs2.4
16728
16729         * src/addrharvest.c
16730         * src/codeconv.c
16731         * src/codeconv.h
16732         * src/compose.c
16733         * src/news.c
16734         * src/procheader.c
16735         * src/procmime.c
16736         * src/unmime.c
16737         * src/unmime.h
16738                 fix buffer overflow, CAN-2005-0667, see
16739                 http://secunia.com/advisories/14491/
16740                 Patch by Alfons
16741
16742 2005-03-17 [colin]      1.0.3cvs2.3
16743
16744         * src/prefs_fonts.c
16745         * src/summaryview.c
16746                 Fix font bugs (both lists now officialy share 
16747                 the same font)
16748                 
16749
16750 2005-03-17 [paul]       1.0.3cvs2.2
16751
16752         * src/gtk/pluginwindow.c
16753                 make plugin descriptions uneditable
16754
16755 2005-03-11 [paul]       1.0.3cvs2.1
16756
16757         * ChangeLog.claws
16758         * configure.ac
16759         * po/POTFILES.in
16760         * src/plugins/trayicon/trayicon.c
16761                 sync with HEAD
16762                 add src/wizard.c to POTFILES.in
16763
16764 2005-03-11 [paul]       1.0.3cvs1.1
16765
16766         * ChangeLog
16767         * ChangeLog.claws
16768         * configure.ac
16769         * po/de.po
16770         * po/es.po
16771         * po/fr.po
16772         * po/it.po
16773         * po/pt_BR.po
16774         * po/ru.po
16775         * po/sk.po
16776         * po/sr.po
16777         * po/zh_CN.po
16778                 sync with HEAD
16779
16780 2005-03-04 [colin]      1.0.1cvs22.2
16781
16782         * src/compose.c
16783                 Fix signatures with accentued chars in it
16784
16785 2005-03-04 [colin]      1.0.1cvs22.1
16786
16787         * src/common/smtp.c
16788         * src/common/smtp.h
16789                 Don't use SIZE param in MAIL FROM: if server 
16790                 doesn't support it. Patch by Eugen Freiter
16791                 <eugen_f@users.sf.net>
16792
16793 2005-02-27 [paul]       1.0.1cvs20.1
16794
16795         * ChangeLog.claws
16796         * configure.ac
16797         * src/messageview.c
16798                 sync with HEAD
16799
16800 2005-02-27 [colin]      1.0.1cvs19.4
16801
16802         * src/procheader.c
16803         * src/procheader.h
16804                 Fix prototypes. Patch by Alfons
16805
16806 2005-02-27 [colin]      1.0.1cvs19.3
16807
16808         * src/compose.c
16809                 Don't auto-join the signature separator.
16810
16811 2005-02-26 [colin]      1.0.1cvs19.2
16812
16813         * src/summaryview.c
16814                 Fix 'mark all read' with collapsed threads.
16815                 Patch by Alfons.
16816
16817 2005-02-25 [paul]       1.0.1cvs19.1
16818
16819         * ChangeLog.claws
16820         * configure.ac
16821         * src/prefs_account.c
16822         * src/prefs_folder_item.c
16823         * src/gtk/prefswindow.c
16824         * src/gtk/prefswindow.h
16825                 sync with HEAD
16826
16827 2005-02-25 [paul]       1.0.1cvs15.12
16828
16829         * src/alertpanel.c
16830         * src/codeconv.c
16831         * src/compose.c
16832         * src/textview.c
16833         * src/gtk/gtkutils.c
16834         * src/gtk/gtkutils.h
16835         * src/gtk/logwindow.c
16836         * src/gtk/progressdialog.c
16837                 sync with main (revision 127)
16838                 and fix logwindow clipping
16839
16840 2005-02-24 [colin]      1.0.1cvs15.11
16841
16842         * src/plugins/pgpmime/passphrase.c
16843                 Disable input grabbing; it doesn't work yet.
16844
16845 2005-02-24 [colin]      1.0.1cvs15.10
16846
16847         * src/messageview.c
16848                 Don't send out receipts if offline. Ask.
16849
16850 2005-02-23 [colin]      1.0.1cvs15.9
16851
16852         * src/summaryview.c     
16853                 Fix expanding
16854
16855 2005-02-23 [colin]      1.0.1cvs15.8
16856
16857         * src/summaryview.c
16858                 Really fix Bug 568 by removing useless
16859                 calls. summary_thread_init() now called
16860                 in summary_sort(). This should please
16861                 Alfons as it should be faster than 
16862                 previously.
16863
16864 2005-02-23 [colin]      1.0.1cvs15.7
16865
16866         * src/compose.c
16867                 Encode parts as QP or B64 if signing
16868
16869 2005-02-23 [colin]      1.0.1cvs15.6
16870
16871         * src/compose.c
16872                 Fix Mimeinfo leakage (including tmp files)
16873         * src/procmsg.c
16874                 Fix tmp file leakage (spotted by Ivan Rayner)
16875
16876 2005-02-22 [colin]      1.0.1cvs15.5
16877
16878         * src/expldifdlg.c
16879                 Fix keyboard input. Patch by Alfons.
16880
16881 2005-02-21 [colin]      1.0.1cvs15.4
16882
16883         * src/compose.c
16884                 Fix Sign/Encrypt when unselecting privacy
16885                 system
16886         * src/prefs_common.c
16887                 Change default message font to Monospace
16888         * src/summaryview.c
16889                 More freezing during potentially large operations
16890
16891 2005-02-21 [paul]       1.0.1cvs15.3
16892
16893         * src/main.c
16894                 fix --help output
16895
16896 2005-02-21 [paul]       1.0.1cvs15.2
16897
16898         * po/Makefile.in.in
16899         * src/compose.c
16900         * src/summaryview.c
16901         * src/textview.c
16902         * src/common/utils.c
16903         * src/common/utils.h
16904                 sync with main (revision 117)
16905
16906 2005-02-20 [colin]      1.0.1cvs15.1
16907
16908         * src/common/defs.h
16909                 Change cache file to .sylpheed_claws_cache, as
16910                 suggested by Alfons. Allows people to switch
16911                 between Sylpheed and Sylpheed-Claws. it is
16912                 a good idea to "Check for new messages" at next
16913                 startup.
16914
16915
16916 2005-02-18 [colin]      1.0.1cvs14.1
16917
16918         * src/quote_fmt_lex.l
16919         * src/quote_fmt_parse.y
16920                 Fix parser initialisation. Patch by Ivan.
16921
16922 2005-02-18 [colin]      1.0.1cvs11.6
16923
16924         * src/folderview.c
16925                 Fix scrolldown (bug 662)
16926
16927 2005-02-17 [colin]      1.0.1cvs11.5
16928
16929         * src/codeconv.c
16930                 conv_filename_to_utf8: return clean 7bit instead
16931                 of broken utf8 if needed
16932         * src/mimeview.c
16933                 Fix display of parts with unclean 8bit names
16934
16935 2005-02-17 [paul]       1.0.1cvs11.4
16936
16937         * src/compose.c
16938         * src/exportldif.c
16939         * src/matcher_parser_parse.y
16940         * src/procmime.c
16941         * src/sourcewindow.c
16942         * src/common/Makefile.am
16943         * src/common/intl.h             ** REMOVED **
16944         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
16945                 sync with main (revision 109)
16946                 and clean up
16947
16948 2005-02-16 [colin]      1.0.1cvs11.3
16949
16950         * src/summaryview.c
16951                 Fix collapsed thread not highlighting when new
16952                 messages in it (Bug 568) Patch by Stephan Sachse.
16953                 Fix messed up selection when reaching bounds (Bug 632)
16954         * src/prefs_themes.c
16955                 Fix theme installing (Bug 684)
16956
16957 2005-02-16 [colin]      1.0.1cvs11.2
16958
16959         * src/messageview.c
16960                 Fix messageview_select_all
16961
16962 2005-02-16 [colin]      1.0.1cvs11.1
16963
16964         * src/mh.c
16965                 Sync with HEAD (MH scan required function)
16966
16967 2005-02-15 [colin]      1.0.1cvs8.1
16968
16969         * src/mimeview.c
16970         * src/common/utils.c
16971                 Sync with HEAD (filename chars substitution)
16972
16973 2005-02-15 [colin]      1.0.1cvs7.3
16974
16975         * src/gtk/pluginwindow.c
16976                 Fix button spacing
16977
16978 2005-02-15 [colin]      1.0.1cvs7.2
16979
16980         * src/mimeview.c
16981                 Fix mime icons not reset across message when
16982                 scrolled down
16983
16984 2005-02-15 [colin]      1.0.1cvs7.1
16985
16986         * src/compose.c
16987         * src/procmime.c
16988                 Sync with HEAD (optimisation of cvs6)
16989
16990 2005-02-14 [colin]      1.0.1cvs6.1
16991
16992         * src/compose.c
16993         * src/procmime.c
16994                 Sync with HEAD (encode "From " at line beginning)
16995
16996 2005-02-14 [colin]      1.0.1cvs5.3
16997
16998         * src/compose.c
16999                 Fix wrapping with accentued chars.
17000
17001 2005-02-13 [colin]      1.0.1cvs5.2
17002
17003         * src/textview.c
17004                 Fix email informative part parsing with
17005                 accentued chars in it. ispunct() returns
17006                 true for them in utf8...
17007
17008 2005-02-12 [colin]      1.0.1cvs5.1
17009
17010         * src/filtering.c
17011                 Sync with HEAD (remove wrong use of compose after send)
17012
17013 2005-02-12 [paul]       1.0.1cvs4.5
17014
17015         * src/textview.c
17016                 remove unnecessary code (thanks to Alfons)
17017
17018 2005-02-12 [paul]       1.0.1cvs4.4
17019
17020         * src/textview.c
17021                 add 'Copy' to contextual menu on emails
17022
17023 2005-02-11 [colin]      1.0.1cvs4.3
17024
17025         * src/compose.c
17026                 revert 1.0.0cvs28.2, it doesn't work that well.
17027
17028 2005-02-11 [paul]       1.0.1cvs4.2
17029
17030         * po/Makefile.in.in
17031                 fix 'make release'
17032
17033 2005-02-10 [paul]       1.0.1cvs4.1
17034
17035         * ChangeLog
17036         * ChangeLog.claws
17037         * ChangeLog.jp
17038         * configure.ac
17039         * src/compose.c
17040                 sync with HEAD (sync with main)
17041
17042 2005-02-10 [paul]       1.0.1cvs3.2
17043
17044         * AUTHORS
17045         * Makefile.am
17046         * autogen.sh
17047         * configure.ac
17048         * config/mkinstalldirs
17049         * intl/.cvsignore
17050         * intl/ChangeLog
17051         * intl/VERSION
17052         * intl/bindtextdom.c
17053         * intl/config.charset
17054         * intl/dcgettext.c
17055         * intl/dcigettext.c
17056         * intl/dcngettext.c
17057         * intl/dgettext.c
17058         * intl/dngettext.c
17059         * intl/eval-plural.h
17060         * intl/explodename.c
17061         * intl/finddomain.c
17062         * intl/gettext.c
17063         * intl/gettextP.h
17064         * intl/gmo.h
17065         * intl/hash-string.h
17066         * intl/intl-compat.c
17067         * intl/l10nflist.c
17068         * intl/libgnuintl.h.in
17069         * intl/loadinfo.h
17070         * intl/loadmsgcat.c
17071         * intl/localcharset.c
17072         * intl/localcharset.h
17073         * intl/locale.alias
17074         * intl/localealias.c
17075         * intl/localename.c
17076         * intl/log.c
17077         * intl/ngettext.c
17078         * intl/os2compat.c
17079         * intl/os2compat.h
17080         * intl/osdep.c
17081         * intl/plural-exp.c
17082         * intl/plural-exp.h
17083         * intl/plural.c
17084         * intl/plural.y
17085         * intl/ref-add.sin
17086         * intl/ref-del.sin
17087         * intl/relocatable.c
17088         * intl/relocatable.h
17089         * intl/textdomain.c
17090         * m4/Makefile.am
17091         * po/Makefile.in.in
17092         * src/Makefile.am
17093         * src/account.c
17094         * src/action.c
17095         * src/addr_compl.c
17096         * src/addressadd.c
17097         * src/addressbook.c
17098         * src/addrgather.c
17099         * src/addrindex.c
17100         * src/alertpanel.c
17101         * src/browseldap.c
17102         * src/codeconv.c
17103         * src/codeconv.h
17104         * src/compose.c
17105         * src/compose.h
17106         * src/crash.c
17107         * src/editaddress.c
17108         * src/editbook.c
17109         * src/editgroup.c
17110         * src/editjpilot.c
17111         * src/editldap.c
17112         * src/editldap_basedn.c
17113         * src/editvcard.c
17114         * src/exphtmldlg.c
17115         * src/expldifdlg.c
17116         * src/export.c
17117         * src/exporthtml.c
17118         * src/filtering.c
17119         * src/folder.c
17120         * src/folder_item_prefs.c
17121         * src/foldersel.c
17122         * src/folderview.c
17123         * src/grouplistdialog.c
17124         * src/headerview.c
17125         * src/imap.c
17126         * src/imap_gtk.c
17127         * src/import.c
17128         * src/importldif.c
17129         * src/importmutt.c
17130         * src/importpine.c
17131         * src/inc.c
17132         * src/ldif.c
17133         * src/main.c
17134         * src/mainwindow.c
17135         * src/matcher.c
17136         * src/mbox.c
17137         * src/message_search.c
17138         * src/messageview.c
17139         * src/mh.c
17140         * src/mh_gtk.c
17141         * src/mimeview.c
17142         * src/msgcache.c
17143         * src/news.c
17144         * src/news_gtk.c
17145         * src/noticeview.c
17146         * src/partial_download.c
17147         * src/pop.c
17148         * src/prefs_account.c
17149         * src/prefs_actions.c
17150         * src/prefs_common.c
17151         * src/prefs_customheader.c
17152         * src/prefs_display_header.c
17153         * src/prefs_ext_prog.c
17154         * src/prefs_filtering.c
17155         * src/prefs_filtering_action.c
17156         * src/prefs_folder_item.c
17157         * src/prefs_fonts.c
17158         * src/prefs_gtk.c
17159         * src/prefs_matcher.c
17160         * src/prefs_msg_colors.c
17161         * src/prefs_spelling.c
17162         * src/prefs_summary_column.c
17163         * src/prefs_template.c
17164         * src/prefs_themes.c
17165         * src/prefs_toolbar.c
17166         * src/prefs_wrapping.c
17167         * src/privacy.c
17168         * src/procheader.c
17169         * src/procmime.c
17170         * src/procmsg.c
17171         * src/quote_fmt.c
17172         * src/recv.c
17173         * src/send_message.c
17174         * src/setup.c
17175         * src/sourcewindow.c
17176         * src/ssl_manager.c
17177         * src/statusbar.c
17178         * src/summary_search.c
17179         * src/summaryview.c
17180         * src/textview.c
17181         * src/toolbar.c
17182         * src/wizard.c
17183         * src/common/nntp.c
17184         * src/common/plugin.c
17185         * src/common/smtp.c
17186         * src/common/ssl.c
17187         * src/common/ssl_certificate.c
17188         * src/common/string_match.c
17189         * src/common/sylpheed.c
17190         * src/common/template.c
17191         * src/common/utils.c
17192         * src/gtk/about.c
17193         * src/gtk/colorlabel.c
17194         * src/gtk/description_window.c
17195         * src/gtk/filesel.c
17196         * src/gtk/foldersort.c
17197         * src/gtk/gtkaspell.c
17198         * src/gtk/gtkutils.c
17199         * src/gtk/inputdialog.c
17200         * src/gtk/logwindow.c
17201         * src/gtk/menu.c
17202         * src/gtk/pluginwindow.c
17203         * src/gtk/prefswindow.c
17204         * src/gtk/progressdialog.c
17205         * src/gtk/quicksearch.c
17206         * src/gtk/sslcertwindow.c
17207         * src/plugins/clamav/clamav_plugin.c
17208         * src/plugins/clamav/clamav_plugin_gtk.c
17209         * src/plugins/demo/demo.c
17210         * src/plugins/dillo_viewer/dillo_prefs.c
17211         * src/plugins/dillo_viewer/dillo_viewer.c
17212         * src/plugins/image_viewer/plugin.c
17213         * src/plugins/image_viewer/viewer.c
17214         * src/plugins/image_viewer/viewerprefs.c
17215         * src/plugins/mathml_viewer/mathml_viewer.c
17216         * src/plugins/pgpmime/passphrase.c
17217         * src/plugins/pgpmime/plugin.c
17218         * src/plugins/pgpmime/prefs_gpg.c
17219         * src/plugins/pgpmime/select-keys.c
17220         * src/plugins/pgpmime/sgpgme.c
17221         * src/plugins/spamassassin/spamassassin.c
17222         * src/plugins/spamassassin/spamassassin_gtk.c
17223         * src/plugins/trayicon/trayicon.c
17224                 sync with main (revision 104)
17225
17226 2005-02-10 [colin]      1.0.1cvs3.1
17227
17228         * src/mainwindow.c
17229                 Sync with HEAD (fix occasional crasher)
17230
17231 2005-02-10 [colin]      1.0.1cvs2.1
17232
17233         * src/messageview.c
17234                 Synw with HEAD (don't automatically display html)
17235
17236 2005-02-09 [colin]      1.0.1cvs1.3
17237
17238         * src/textview.c
17239         * src/textview.h
17240                 Add contextual menu on emails
17241
17242 2005-02-09 [colin]      1.0.1cvs1.2
17243
17244         * src/codeconv.c
17245                 Fix converting from broken headers and 
17246                 put back the _ in missing places
17247                 (feature broke with cvs24.2 sync, main 
17248                  possibly affected?)
17249
17250 2005-02-09 [colin]      1.0.1cvs1.1
17251
17252         * src/messageview.c
17253         * src/mimeview.c
17254         * src/mimeview.h
17255                 Sync with HEAD (display non text/plain mails with plugin)
17256
17257 2005-02-08 [colin]      1.0.1.1
17258
17259         * ChangeLog.claws
17260         * po/pt_BR.po
17261                 Sync with HEAD
17262         * configure.ac
17263                 Make default configuration directory 
17264                 be .sylpheed-gtk2
17265
17266 2005-02-08 [colin]      1.0.0cvs29.1
17267
17268         * po/de.po
17269         * po/es.po
17270         * po/fr.po
17271         * po/it.po
17272         * po/sk.po
17273         * po/sr.po
17274                 Sync translations with HEAD
17275
17276 2005-02-06 [colin]      1.0.0cvs28.3
17277
17278         * src/compose.c
17279                 Make compose a bit faster - patch by Alfons.
17280
17281 2005-02-06 [colin]      1.0.0cvs28.2
17282
17283         * src/compose.c
17284                 Make pasting via middle-click more reliable
17285
17286 2005-02-05 [paul]       1.0.0cvs28.1
17287
17288         * ChangeLog
17289         * ChangeLog.claws
17290         * ChangeLog.jp
17291         * configure.ac
17292         * src/compose.c
17293                 sync with HEAD
17294                 (fix bug 682 'redirect is broken'
17295
17296 2005-02-05 [torte]      1.0.0cvs27.1
17297
17298         * ChangeLog.claws
17299         * configure.ac
17300         * src/partial_download.c
17301                 Sync with HEAD (fix buf overflow)
17302
17303 2005-02-03 [colin]      1.0.0cvs26.1
17304
17305         * src/common/plugin.c
17306                 Sync with HEAD (avoid plugin mismatches)
17307
17308 2005-02-03 [paul]       1.0.0cvs25.3
17309
17310         * src/folderview.c
17311         * src/headerview.c
17312         * src/summaryview.c
17313         * src/textview.c
17314         * src/gtk/colorlabel.c
17315                 third and final part of initial sync with main-gtk2
17316
17317 2005-02-03 [paul]       1.0.0cvs25.2
17318
17319         * src/jpilot.c
17320                 fix building with jpilot support
17321
17322 2005-02-02 [colin]      1.0.0cvs25.1
17323
17324         * src/messageview.c
17325                 Sync with HEAD (fix dangerous typo)
17326
17327 2005-02-01 [colin]      1.0.0cvs24.3
17328
17329         * src/common/xml.c
17330                 Write file as advertised (UTF-8)
17331
17332 2005-02-01 [paul]       1.0.0cvs24.2
17333
17334         * src/addrbook.c
17335         * src/addrindex.c
17336         * src/alertpanel.h
17337         * src/codeconv.c
17338         * src/codeconv.h
17339         * src/compose.c
17340         * src/export.c
17341         * src/folder_item_prefs.c
17342         * src/html.c
17343         * src/imap.c
17344         * src/import.c
17345         * src/jpilot.c
17346         * src/mainwindow.c
17347         * src/matcher_parser_lex.l
17348         * src/messageview.c
17349         * src/mh.c
17350         * src/prefs_account.c
17351         * src/prefs_actions.c
17352         * src/prefs_common.c
17353         * src/prefs_gtk.c
17354         * src/prefs_gtk.h
17355         * src/prefs_themes.c
17356         * src/procheader.c
17357         * src/procmime.c
17358         * src/sourcewindow.c
17359         * src/statusbar.c
17360         * src/summaryview.c
17361         * src/textview.c
17362         * src/toolbar.c
17363         * src/unmime.c
17364         * src/common/template.c
17365         * src/common/utils.c
17366         * src/common/xml.c
17367         * src/common/xml.h
17368         * src/gtk/gtkaspell.c
17369         * src/plugins/clamav/clamav_plugin.c
17370         * src/plugins/dillo_viewer/dillo_prefs.c
17371         * src/plugins/image_viewer/viewerprefs.c
17372         * src/plugins/pgpmime/passphrase.c
17373         * src/plugins/pgpmime/prefs_gpg.c
17374         * src/plugins/pgpmime/select-keys.c
17375         * src/plugins/spamassassin/spamassassin.c
17376                 second part of initial sync with main-gtk2
17377                 (more to follow)
17378
17379 2005-01-31 [colin]      1.0.0cvs24.1
17380
17381         * src/compose.c
17382                 Sync with HEAD
17383
17384 2005-01-29 [paul]       1.0.0cvs23.2
17385
17386         * src/account.c
17387         * src/action.c
17388         * src/addressadd.c
17389         * src/addressbook.c
17390         * src/alertpanel.c
17391         * src/compose.c
17392         * src/editaddress.c
17393         * src/editbook.c
17394         * src/editgroup.c
17395         * src/editjpilot.c
17396         * src/editldap.c
17397         * src/editldap_basedn.c
17398         * src/editvcard.c
17399         * src/export.c
17400         * src/foldersel.c
17401         * src/grouplistdialog.c
17402         * src/import.c
17403         * src/importldif.c
17404         * src/inc.c
17405         * src/main.c
17406         * src/mainwindow.c
17407         * src/message_search.c
17408         * src/messageview.c
17409         * src/mimeview.c
17410         * src/prefs_actions.c
17411         * src/prefs_common.c
17412         * src/prefs_common.h
17413         * src/prefs_customheader.c
17414         * src/prefs_display_header.c
17415         * src/prefs_filtering.c
17416         * src/prefs_filtering_action.c
17417         * src/prefs_gtk.c
17418         * src/prefs_matcher.c
17419         * src/prefs_summary_column.c
17420         * src/prefs_template.c
17421         * src/sourcewindow.c
17422         * src/summary_search.c
17423         * src/summaryview.c
17424         * src/textview.c
17425         * src/gtk/about.c
17426         * src/gtk/description_window.c
17427         * src/gtk/gtkshruler.c
17428         * src/gtk/gtkutils.c
17429         * src/gtk/gtkutils.h
17430         * src/gtk/inputdialog.c
17431         * src/gtk/logwindow.c
17432         * src/gtk/prefswindow.c
17433         * src/gtk/progressdialog.c
17434         * src/gtk/progressdialog.h
17435                 first part of initial sync with main-gtk2
17436                 (more to follow)
17437
17438 2005-01-28 [colin]      1.0.0cvs23.1
17439
17440         * src/folderview.c
17441                 Sync with HEAD
17442
17443 2005-01-27 [colin]      1.0.0cvs21.1
17444
17445         * src/folder.c
17446         * src/folderview.c
17447                 Sync with HEAD
17448
17449 2005-01-27 [colin]      1.0.0cvs19.1
17450
17451         * src/procmime.c
17452                 Sync with HEAD
17453
17454 2005-01-27 [colin]      1.0.0cvs18.1
17455
17456         * src/messageview.c
17457         * src/summaryview.c
17458         * src/mainwindow.c
17459         * src/compose.c
17460         * src/compose.h
17461         * src/procmsg.c
17462         * src/procmsg.h
17463         * src/toolbar.c
17464                 Sync with HEAD
17465
17466 2005-01-26 [paul]       1.0.0cvs15.2
17467
17468         * src/compose.c
17469                 compose_entries_set(): convert subject and body to
17470                 utf8 if necessary. patch by Felix Eckhofer
17471
17472 2005-01-26 [paul]       1.0.0cvs15.1
17473
17474         * configure.ac
17475         * src/common/template.c
17476                 sync with HEAD (fix memory leak)
17477
17478 2005-01-25 [paul]       1.0.0cvs14.1
17479
17480         * configure.ac
17481         * src/compose.c
17482                 sync with HEAD
17483
17484 2005-01-24 [colin]      1.0.0cvs13.1
17485
17486         * src/summaryview.c
17487                 Sync with HEAD
17488
17489 2005-01-24 [paul]       1.0.0cvs12.1
17490
17491         * configure.ac
17492         * src/messageview.c
17493         * src/mh.c
17494         * src/common/utils.c
17495                 sync with HEAD
17496
17497 2005-01-24 [colin]      1.0.0cvs11.1
17498
17499         * src/procheader.c
17500                 Sync with HEAD
17501
17502 2005-01-24 [colin]      1.0.0cvs10.1
17503
17504         * src/folderview.c
17505                 Sync with HEAD
17506
17507 2005-01-23 [colin]      1.0.0cvs9.1
17508
17509         * src/crash.c
17510                 Sync with HEAD
17511
17512 2005-01-22 [colin]      1.0.0cvs8.1
17513
17514         * src/summaryview.c
17515         * src/gtk/quicksearch.c
17516                 Sync with HEAD
17517
17518 2005-01-21 [colin]      1.0.0cvs7.1
17519
17520         * src/summaryview.c
17521                 Sync with HEAD
17522
17523 2005-01-21 [colin]      1.0.0cvs6.1
17524
17525         * src/summaryview.c
17526                 Sync with HEAD
17527
17528 2005-01-21 [colin]      1.0.0cvs5.1
17529
17530         * src/gtk/quicksearch.c
17531         * src/prefs_common.c
17532         * src/prefs_common.h
17533                 Sync with HEAD (recurse option)
17534
17535 2005-01-21 [colin]      1.0.0cvs4.1
17536
17537         * src/folder.h
17538         * src/folderview.c
17539         * src/folderview.h
17540         * src/summaryview.c
17541         * src/gtk/quicksearch.c
17542         * src/gtk/quicksearch.h
17543                 Sync with HEAD (recursive quicksearch)
17544
17545 2005-01-20 [colin]      1.0.0cvs3.4
17546
17547         * src/ssl_manager.c
17548                 Remove useless code
17549
17550 2005-01-20 [colin]      1.0.0cvs3.3
17551
17552         * src/ssl_manager.c
17553                 Fix leak, thanks to Alfons.
17554
17555 2005-01-20 [colin]      1.0.0cvs3.2
17556
17557         * src/ssl_manager.c
17558                 Port SSL certificate window to GTK2.
17559
17560 2005-01-20 [paul]       1.0.0cvs3.1
17561
17562         * ChangeLog.claws
17563         * configure.ac
17564         * src/addrindex.c
17565         * src/addrindex.h
17566                 sync with HEAD
17567
17568 2005-01-19 [colin]      1.0.0cvs2.2
17569
17570         * src/plugins/trayicon/trayicon.c
17571                 Fix freeze with gtk-2.6, the easy way
17572                 (signal blocking helpless there...)
17573                 Closes bug #668.
17574
17575 2005-01-19 [colin]      1.0.0cvs2.1
17576
17577         * src/mbox.c
17578         * src/mbox.h
17579         * src/mainwindow.c
17580         * src/summaryview.c
17581         * src/summaryview.h
17582                 Sync with HEAD
17583
17584 2005-01-19 [paul]       1.0.0cvs1.1
17585
17586         * configure.ac
17587         * po/de.po
17588         * po/es.po
17589         * po/fr.po
17590         * po/hr.po
17591         * po/it.po
17592         * po/ja.po
17593         * po/ko.po
17594         * po/pt_BR.po
17595         * po/ru.po
17596         * po/sk.po
17597         * po/sr.po
17598                 sync with HEAD (update translations)
17599
17600 2005-01-18 [colin]      1.0.0cvs0.1
17601
17602         * src/foldersel.c
17603                 Specify search column - patch by Alfons
17604
17605 2005-01-18 [colin]      0.9.13cvs36.3
17606
17607         * src/prefs_toolbar.c
17608                 Change Delete to Remove
17609         * src/prefs_fonts.c
17610                 GTK2 version and leak fixes
17611         * src/prefs_actions.c
17612                 Add stock buttons.
17613                 All patches by Alfons
17614
17615 2005-01-17 [colin]      0.9.13cvs36.2
17616
17617         * src/compose.c
17618                 Fix DnD inserting twice. While at it,
17619                 add DnD support for text/plain in the
17620                 body, and add support in the headers.
17621
17622 2005-01-16 [colin]      0.9.13cvs36.1
17623
17624         * ChangeLog
17625         * ChangeLog.jp
17626         * ChangeLog.claws
17627                 Sync with HEAD (nothing applicable)
17628
17629 2005-01-16 [colin]      0.9.13cvs33.2
17630
17631         * src/prefs_toolbar.c
17632                 GTK2ize prefs_toolbar, by Alfons.
17633
17634 2005-01-14 [colin]      0.9.13cvs33.1
17635
17636         * src/html.c
17637         * src/msgcache.c
17638                 Sync with HEAD
17639
17640 2005-01-14 [colin]      0.9.13cvs32.1
17641
17642         * src/html.c
17643         * src/html.h
17644         * src/msgcache.c
17645         * AUTHORS
17646         * tools/calypso_convert.pl
17647                 Sync with HEAD
17648
17649 2005-01-08 [colin]      0.9.13cvs29.2
17650
17651         * src/prefs_filtering_action.c
17652         * src/prefs_filtering.c
17653                 2 more gtk2 patches by Alfons
17654
17655 2005-01-07 [paul]       0.9.13cvs29.1
17656
17657         * ChangeLog
17658         * ChangeLog.claws
17659         * ChangeLog.jp
17660         * configure.ac
17661         * src/pop.c
17662         * src/pop.h
17663                 sync with HEAD
17664
17665 2005-01-07 [colin]      0.9.13cvs28.3
17666
17667         * src/gtk/progressdialog.c
17668         * src/gtk/progressdialog.h
17669         * src/inc.c
17670         * src/send_message.c
17671                 GTK2 for the incorporation dialog. The CList isn't dead
17672                 yet, for a more smooth migration. Patch by Alfons.
17673
17674 2005-01-06 [colin]      0.9.13cvs28.2
17675
17676         * src/prefs_display_header.c
17677                 GTK2 conversion by Alfons
17678         * src/prefs_actions.c
17679         * src/prefs_matcher.c
17680                 Fix 2 leaks - patch by Alfons
17681
17682 2005-01-06 [colin]      0.9.13cvs28.1
17683
17684         * src/prefs_matcher.c
17685                 Sync with HEAD
17686
17687 2005-01-06 [colin]      0.9.13cvs27.4
17688
17689         * src/prefs_matcher.c
17690                 Fix double-free. Patch by Alfons
17691
17692 2005-01-06 [colin]      0.9.13cvs27.3
17693
17694         * src/prefs_matcher.c
17695                 GTK2 widgets + memleak
17696                 Patch by Alfons
17697
17698 2005-01-05 [colin]      0.9.13cvs27.2
17699
17700         * src/account.c
17701         * src/addr_compl.c
17702         * src/foldersel.c
17703         * src/stock_pixmap.c
17704         * src/stock_pixmap.h
17705                 3 more GTK2 patches by Alfons.
17706
17707 2005-01-04 [colin]      0.9.13cvs27.1
17708
17709         * src/folderview.c
17710         * src/imap_gtk.c
17711         * src/news_gtk.c
17712                 Sync with HEAD
17713
17714 2005-01-04 [colin]      0.9.13cvs25.9
17715
17716         * src/compose.c
17717                 Fix Show Ruler menuitem
17718         * src/prefs_template.c
17719                 Convert to GTK2
17720         * src/common/utils.c
17721                 Make auto pointer stuff handles NULLs
17722                 Patches by Alfons.
17723
17724 2005-01-04 [colin]      0.9.13cvs25.8
17725
17726         * src/compose.c
17727                 Move the attachment list to gtk2
17728                 Patch by Alfons.
17729
17730 2005-01-04 [colin]      0.9.13cvs25.7
17731
17732         * src/textview.c
17733                 Make some keys work again
17734                 Patch by SungHyun Nam <namsh@kldp.org>
17735
17736 2005-01-04 [colin]      0.9.13cvs25.6
17737
17738         * src/gtk/gtkshruler.c
17739                 Move the ruler to GTK2
17740                 Patch by Alfons
17741
17742 2005-01-03 [colin]      0.9.13cvs25.5
17743
17744         * src/compose.c
17745                 Fix my broken patch apply 
17746
17747 2005-01-03 [colin]      0.9.13cvs25.4
17748
17749         * src/common/utils.c
17750         * src/common/utils.h
17751         * src/gtk/prefswindow.c
17752                 Move auto pointer stuff to utils.c
17753                 Patch by Alfons again :)
17754
17755 2005-01-03 [colin]      0.9.13cvs25.3
17756
17757         * src/compose.c
17758         * src/prefs_gtk.c
17759         * src/prefs_template.c
17760         * src/textview.c
17761                 Empty text widgets with empty strings, not NULL char
17762                 Patch by SungHyun Nam <namsh@kldp_org>
17763
17764 2005-01-03 [colin]      0.9.13cvs25.2
17765
17766         * src/main.c
17767         * AUTHORS
17768                 Sync with HEAD
17769
17770 2005-01-03 [colin]      0.9.13cvs25.1
17771
17772         * src/pop.c
17773         * src/pop.h
17774                 Sync with HEAD
17775
17776 2005-01-03 [colin]      0.9.13cvs24.3
17777
17778         * src/account.c
17779                 Two patches from Alfons and Alex S Moore:
17780                 fix images, fix return value.
17781
17782 2005-01-01 [colin]      0.9.13cvs24.2
17783
17784         * src/prefs_actions.c
17785                 Fix over-zealous assertion. Patch by Alfons
17786
17787 2005-01-01 [colin]      0.9.13cvs24.1
17788
17789         * src/procmime.c
17790                 Sync with HEAD (leak fix)
17791
17792 2004-12-31 [colin]      0.9.13cvs23.2
17793
17794         * src/prefs_common.c
17795                 GTK2 widgets + stock buttons - patch by Alfons
17796
17797 2004-12-31 [paul]       0.9.13cvs23.1
17798
17799         * configure.ac
17800                 bump up EXTRA_VERSION to match (sync'ed) HEAD
17801         * src/gtk/pluginwindow.c
17802                 use GTK2 widgets and plug memory leaks,
17803                 patches by Alfons
17804
17805 2004-12-30 [colin]      0.9.13cvs22.4
17806
17807         * src/account.c
17808         * src/action.c
17809         * src/export.c
17810         * src/foldersel.c
17811         * src/import.c
17812         * src/message_search.c
17813         * src/prefs_actions.c
17814         * src/prefs_common.c
17815         * src/prefs_customheader.c
17816         * src/prefs_filtering.c
17817         * src/prefs_summary_column.c
17818         * src/summary_search.c
17819         * src/gtk/about.c
17820         * src/gtk/description_window.c
17821         * src/gtk/gtkutils.c
17822         * src/gtk/gtkutils.h
17823         * src/gtk/inputdialog.c
17824         * src/gtk/prefswindow.c
17825                 Use GTK2 stock buttons. Patches by Alfons.
17826
17827 2004-12-30 [colin]      0.9.13cvs22.3
17828
17829         * src/account.c
17830                 Sync with HEAD
17831         * src/prefs_actions.c
17832         * src/prefs_customheader.c
17833         * src/prefs_filtering.c
17834         * src/prefs_msg_colors.c
17835         * src/prefs_summary_column.c
17836         * src/gtk/prefswindow.c
17837                 Use GtkTreeView instead of deprecated 
17838                 widgets. Patches by Alfons.
17839
17840 2004-12-30 [paul]       0.9.13cvs22.2
17841
17842         * src/foldersel.c
17843                 use GTK 2 Tree View
17844                 patch by Alfons, with root folder sorting fix
17845                 by Stephan Sachse
17846
17847 2004-12-30 [paul]       0.9.13cvs22.1
17848
17849         * ChangeLog
17850         * ChangeLog.claws
17851         * ChangeLog.jp
17852         * NEWS
17853         * configure.ac
17854         * src/account.c
17855                 sync with HEAD
17856
17857 2004-12-22 [martin]     0.9.13cvs21.2
17858
17859         * src/action.c
17860                 free the command line after its use
17861
17862 2004-12-18 [paul]       0.9.13cvs21.1
17863
17864         * AUTHORS
17865         * ChangeLog
17866         * ChangeLog.claws
17867         * ChangeLog.jp
17868         * NEWS
17869         * configure.ac
17870         * src/action.c
17871         * src/compose.c
17872         * src/syldap.c
17873                 sync with HEAD
17874
17875 2004-12-17 [martin]     0.9.13cvs17.2
17876
17877         * src/action.c
17878                 convert actions input to locale
17879         * src/inc.c
17880                 convert notification command to locale
17881         * src/plugins/pgpmime/select-keys.c
17882                 convert attributes to utf8
17883
17884 2004-12-14 [colin]      0.9.13cvs17.1
17885
17886         * ChangeLog
17887         * ChangeLog.jp
17888         * ChangeLog.claws
17889         * src/action.c
17890         * src/common/utils.c
17891         * src/gtk/prefswindow.c
17892         * src/gtk/gtkutils.c
17893         * src/gtk/gtkutils.h
17894         * src/plugins/spamassassin/libspamc.c
17895                 Sync with HEAD
17896
17897 2004-12-13 [colin]      0.9.13cvs14.1
17898
17899         * src/quote_fmt_parse.y
17900                 Sync with HEAD
17901
17902 2004-12-10 [colin]      0.9.13cvs12.1
17903
17904         * src/prefs_themes.c
17905         * src/mainwindow.c
17906         * src/messageview.c
17907                 Sync with HEAD
17908
17909 2004-12-09 [colin]      0.9.13cvs10.1
17910
17911         * src/procmime.c
17912                 Sync with HEAD (fix B64 encoding from memory)
17913
17914 2004-12-08 [colin]      0.9.13cvs9.1
17915
17916         * src/gtk/colorlabel.c
17917                 Sync with HEAD
17918
17919 2004-12-08 [paul]       0.9.13cvs8.2
17920
17921         * src/gtk/pluginwindow.c
17922                 fix window resizing oddities
17923
17924 2004-12-08 [colin]      0.9.13cvs8.1
17925
17926         * src/quote_fmt_parse.y
17927                 Sync with HEAD
17928
17929 2004-12-08 [colin]      0.9.13cvs7.1
17930
17931         * src/matcher_parser_parse.y
17932         * src/msgcache.c
17933         * src/prefs_matcher.c
17934         * src/procheader.c
17935         * src/matcher.c
17936         * src/common/defs.h
17937         * po/sr.po
17938                 Sync with HEAD
17939
17940 2004-12-08 [colin]      0.9.13cvs6.1
17941
17942         * src/quote_fmt_parse.y
17943         * src/textview.c
17944                 Sync with HEAD
17945         * src/gtk/prefswindow.c
17946         * src/gtk/pluginwindow.c
17947                 Fix G_CALLBACKS protos (thanks to Alfons)
17948
17949 2004-12-07 [torte]      0.9.13cvs2.2
17950
17951         * src/procmime.c
17952                 [Bug 650] reply button causes crash
17953                 Thanks to David Relson and Christoph
17954
17955 2004-12-07 [colin]      0.9.13cvs2.1
17956
17957         * ChangeLog.claws
17958         * AUTHORS
17959         * po/sk.po
17960         * src/procmime.c
17961         * src/prefs_account.c
17962         * src/common/smtp.c
17963         * src/common/smtp.h
17964                 Sync with HEAD
17965
17966 2004-12-06 [colin]      0.9.12cvs187.1
17967
17968         * ChangeLog.claws
17969         * INSTALL
17970         * Makefile.am
17971         * README.claws
17972         * TODO.claws
17973         * configure.ac
17974         * po/bg.po
17975         * po/cs.po
17976         * po/el.po
17977         * po/en_GB.po
17978         * po/es.po
17979         * po/fr.po
17980         * po/hr.po
17981         * po/hu.po
17982         * po/it.po
17983         * po/ja.po
17984         * po/ko.po
17985         * po/nl.po
17986         * po/pl.po
17987         * po/pt_BR.po
17988         * po/ru.po
17989         * po/sk.po
17990         * po/sr.po
17991         * po/sv.po
17992         * po/zh_CN.po
17993         * po/zh_TW.Big5.po
17994         * src/compose.c
17995         * tools/Makefile.am
17996         * tools/README
17997         * tools/filter_conv.pl
17998         * tools/kdeservicemenu/README
17999         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18000         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18001                 Sync with HEAD
18002
18003 2004-12-04 [colin]      0.9.12cvs183.1
18004
18005         * src/compose.c
18006                 Sync with HEAD (compose window position saving)
18007
18008 2004-12-04 [paul]       0.9.12cvs182.3
18009
18010         * src/messageview.c
18011         * src/mimeview.c
18012         * src/prefs_customheader.c
18013         * src/gtk/quicksearch.c
18014                 replace some forgotten GTK_SIGNAL_FUNCs
18015
18016 2004-12-04 [paul]       0.9.12cvs182.2
18017
18018         * src/Makefile.am
18019                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
18020                 committed in error      
18021
18022 2004-12-04 [paul]       0.9.12cvs182.1
18023
18024         * ChangeLog
18025         * ChangeLog.claws
18026         * ChangeLog.jp
18027         * INSTALL
18028         * NEWS
18029         * README
18030         * README.jp
18031         * configure.ac
18032         * doc/manual/ja/Makefile.am
18033         * doc/manual/ja/sylpheed-1.html
18034         * doc/manual/ja/sylpheed-10.html
18035         * doc/manual/ja/sylpheed-11.html
18036         * doc/manual/ja/sylpheed-12.html
18037         * doc/manual/ja/sylpheed-13.html
18038         * doc/manual/ja/sylpheed-14.html
18039         * doc/manual/ja/sylpheed-15.html
18040         * doc/manual/ja/sylpheed-16.html
18041         * doc/manual/ja/sylpheed-17.html
18042         * doc/manual/ja/sylpheed-18.html
18043         * doc/manual/ja/sylpheed-19.html
18044         * doc/manual/ja/sylpheed-2.html
18045         * doc/manual/ja/sylpheed-20.html
18046         * doc/manual/ja/sylpheed-3.html
18047         * doc/manual/ja/sylpheed-4.html
18048         * doc/manual/ja/sylpheed-5.html
18049         * doc/manual/ja/sylpheed-6.html
18050         * doc/manual/ja/sylpheed-7.html
18051         * doc/manual/ja/sylpheed-8.html
18052         * doc/manual/ja/sylpheed-9.html
18053         * doc/manual/ja/sylpheed.html
18054         * doc/manual/ja/sylpheed.sgml
18055         * po/de.po
18056         * src/Makefile.am
18057         * src/compose.c
18058         * src/procmime.c
18059         * src/pixmaps/regular.xpm **REMOVED**
18060         * src/plugins/pgpmime/pgpmime.c
18061         * src/plugins/pgpmime/plugin.c
18062         * src/plugins/pgpmime/prefs_gpg.c
18063                 sync with HEAD
18064
18065 2004-12-03 [paul]       0.9.12cvs180.1
18066
18067         * ChangeLog
18068         * ChangeLog.claws
18069         * ChangeLog.jp
18070         * configure.ac
18071         * src/Makefile.am
18072         * src/pop.c
18073         * src/common/utils.c
18074         * src/common/utils.h
18075         * src/pixmaps/continue.xpm
18076         * src/pixmaps/dir_close.xpm
18077         * src/pixmaps/dir_open.xpm
18078         * src/pixmaps/drafts_close.xpm
18079         * src/pixmaps/drafts_open.xpm
18080         * src/pixmaps/folder.xpm **REMOVED**
18081         * src/pixmaps/group.xpm
18082         * src/pixmaps/unread.xpm
18083                 sync with HEAD
18084
18085 2004-12-02 [colin]      0.9.12cvs179.1
18086
18087         * src/compose.c
18088                 Sync with HEAD (non-duplicated reedition)
18089
18090 2004-12-02 [colin]      0.9.12cvs178.1
18091
18092         * src/compose.c
18093                 Sync with HEAD (linewrap_quote fix)
18094
18095 2004-12-01 [colin]      0.9.12cvs177.3
18096
18097         * src/addrharvest.c
18098                 Replace sizeof with strlen
18099
18100 2004-12-01 [paul]       0.9.12cvs177.2
18101
18102         * src/addrharvest.c
18103                 fix 'harvest addresses'
18104
18105 2004-11-30 [colin]      0.9.12cvs177.1
18106
18107         * src/gtk/prefswindow.c
18108         * src/gtk/pluginwindow.c
18109                 Sync with HEAD
18110
18111 2004-11-29 [colin]      0.9.12cvs176.1
18112
18113         * src/folderview.c
18114                 sync with HEAD (Fix disappearing separators in folderview's popup)
18115
18116 2004-11-29 [colin]      0.9.12cvs175.1
18117
18118         * src/procmime.c
18119                 Sync with head (another format fix)
18120
18121 2004-11-29 [colin]      0.9.12cvs174.1
18122
18123         * src/pop.c
18124                 Sync with HEAD (format string fix)
18125
18126 2004-11-26 [colin]      0.9.12cvs173.1
18127
18128         * src/common/smtp.c
18129         * src/common/smtp.h
18130                 Sync with HEAD
18131
18132 2004-11-24 [colin]      0.9.12cvs172.1
18133
18134         * src/plugins/pgpmime/pgpmime.c
18135                 Sync with HEAD
18136
18137 2004-11-24 [colin]      0.9.12cvs171.1
18138
18139         * src/plugins/pgpmime/pgpmime.c
18140                 Sync with head (gpgmectx leaks)
18141
18142 2004-11-24 [colin]      0.9.12cvs169.1
18143
18144         * src/plugins/pgpmime/plugin.c
18145         * src/plugins/trayicon/Makefile.am
18146         * src/plugins/trayicon/newmarkedmail.xpm
18147         * src/plugins/trayicon/trayicon.c
18148         * src/plugins/trayicon/unreadmarkedmail.xpm
18149                 Sync with HEAD
18150
18151 2004-11-23 [colin]      0.9.12cvs168.1
18152
18153         * src/partial_download.c
18154         * src/partial_download.h
18155         * src/plugins/pgpmime/plugin.c
18156                 Sync with HEAD
18157
18158 2004-11-23 [colin]      0.9.12cvs166.1
18159
18160         * src/Makefile.am
18161         * src/codeconv.c
18162         * src/compose.c
18163         * src/folderview.c
18164         * src/main.c
18165         * src/partial_download.c
18166         * src/partial_download.h
18167         * src/prefs_account.c
18168         * src/prefs_account.h
18169         * src/privacy.c
18170         * src/privacy.h
18171         * src/procmime.c
18172         * src/common/Makefile.am
18173         * src/common/base64.h
18174         * src/common/partial_download.c
18175         * src/common/partial_download.h
18176         * src/gtk/prefswindow.c
18177         * src/gtk/prefswindow.h
18178         * src/plugins/pgpmime/pgpmime.c
18179         * src/plugins/pgpmime/prefs_gpg.c
18180         * src/plugins/pgpmime/prefs_gpg.h
18181         * src/plugins/pgpmime/sgpgme.c
18182         * src/plugins/pgpmime/sgpgme.h
18183                 Sync with HEAD
18184
18185 2004-11-23 [colin]      0.9.12cvs163.1
18186
18187         * src/main.c
18188                 Sync with HEAD (cursor optimization)
18189
18190 2004-11-23 [colin]      0.9.12cvs162.1
18191
18192         * src/prefs_common.c
18193         * src/prefs_themes.c
18194         * src/procmsg.c
18195                 Sync with HEAD
18196
18197 2004-11-23 [colin]      0.9.12cvs158.9
18198
18199         * src/compose.c
18200                 Fix double-free when forwarding
18201         * src/msgcache.c
18202                 Fix leak on error path
18203                 
18204
18205 2004-11-23 [colin]      0.9.12cvs158.8
18206
18207         * src/compose.c
18208                 Fix possible double-free
18209                 Spotted by Alfons
18210
18211 2004-11-23 [colin]      0.9.12cvs158.7
18212
18213         * src/compose.c
18214                 Fix some signal handlers' prototypes
18215                 Spotted by Alfons
18216
18217 2004-11-22 [colin]      0.9.12cvs158.6
18218
18219         * src/compose.c
18220                 Remove unneeded code and duplicated
18221                 wrapping - patch by Alfons
18222
18223 2004-11-22 [colin]      0.9.12cvs158.5
18224
18225         * src/prefs_themes.c
18226                 Fix oversized selector
18227
18228 2004-11-22 [colin]      0.9.12cvs158.4
18229
18230         * src/compose.c
18231                 fix dump_text()
18232                 patch by Alfons
18233
18234 2004-11-19 [colin]      0.9.12cvs158.3
18235
18236         * src/textview.c
18237                 Add a context menu on links (open, copy)
18238
18239 2004-11-18 [paul]       0.9.12cvs158.2
18240
18241         * src/addrgather.c
18242         * src/exphtmldlg.c
18243         * src/expldifdlg.c
18244         * src/mimeview.c
18245         * src/prefs_common.c
18246         * src/plugins/image_viewer/viewer.c
18247         * src/plugins/spamassassin/spamassassin_gtk.c
18248                 replace deprecated gtk_notebook_set_page
18249                 and gtk_notebook_current_page
18250
18251 2004-11-18 [paul]       0.9.12cvs158.1
18252
18253         * configure.ac
18254         * src/compose.c
18255         * src/mainwindow.c
18256         * src/messageview.c
18257         * src/prefs_common.c
18258         * src/common/utils.c
18259         * src/common/utils.h
18260                 sync with HEAD
18261
18262 2004-11-17 [colin]      0.9.12cvs156.1
18263
18264         * src/prefs_account.c
18265         * src/prefs_account.h
18266         * src/procmsg.c
18267                 Sync with HEAD (add pref to store encrypted mails encrypted)
18268
18269 2004-11-17 [paul]       0.9.12cvs155.1
18270
18271         * ChangeLog
18272         * ChangeLog.claws
18273         * ChangeLog.jp
18274         * NEWS
18275         * configure.ac
18276         * src/compose.c
18277         * src/jpilot.c
18278         * src/privacy.c
18279         * src/procmime.c
18280         * src/procmime.h
18281         * src/procmsg.c
18282         * src/toolbar.c
18283         * src/pixmaps/error.xpm
18284                 sync with HEAD
18285
18286 2004-11-17 [colin]      0.9.12cvs151.1
18287
18288         * src/plugins/pgpmime/pgpmime.c
18289                 Sync with HEAD (remove debug printf)
18290
18291 2004-11-17 [colin]      0.9.12cvs150.1
18292
18293         * src/plugins/pgpmime/pgpmime.c
18294                 Sync with HEAD (off-by-one fix)
18295
18296 2004-11-17 [colin]      0.9.12cvs149.1
18297
18298         * src/procmsg.c
18299                 Sync with HEAD (coding style fixes)
18300
18301 2004-11-16 [colin]      0.9.12cvs148.1
18302
18303         * src/procmsg.c
18304                 Sync with head (Fix the fix)
18305
18306 2004-11-16 [colin]      0.9.12cvs147.1
18307
18308         * src/procmsg.c
18309                 Sync with Main (leak fix)
18310
18311 2004-11-16 [colin]      0.9.12cvs146.14
18312
18313         * src/compose.c
18314                 Remove useless chunk of code
18315                 Patch by Alfons
18316
18317 2004-11-15 [colin]      0.9.12cvs146.13
18318
18319         * src/compose.c
18320                 Fix drafting after insertion
18321                 Patch by Alfons
18322
18323 2004-11-15 [colin]      0.9.12cvs146.12
18324
18325         * src/compose.c
18326         * src/prefs_filtering.c
18327         * src/prefs_filtering_action.c
18328         * src/prefs_toolbar.c
18329                 Fix some const-correctness
18330
18331 2004-11-15 [colin]      0.9.12cvs146.11
18332
18333         * src/summaryview.c
18334         * src/prefs_themes.c
18335         * src/messageview.c
18336                 Fix some leaks
18337
18338 2004-11-15 [colin]      0.9.12cvs146.10
18339
18340         * src/codeconv.c
18341                 More unreadable locale fixes
18342
18343 2004-11-14 [colin]      0.9.12cvs146.9
18344
18345         * src/textview.c
18346                 Fix uri_security_check
18347                 Patch by Alfons
18348
18349 2004-11-13 [paul]       0.9.12cvs146.8
18350
18351         * src/folder.c
18352         * src/procmime.c
18353                 fix 2 bugs introduced in last commit
18354
18355 2004-11-13 [paul]       0.9.12cvs146.7
18356
18357         * src/compose.c
18358         * src/exporthtml.c
18359         * src/exportldif.c
18360         * src/folder.c
18361         * src/imap.c
18362         * src/imap_gtk.c
18363         * src/main.c
18364         * src/mainwindow.c
18365         * src/messageview.c
18366         * src/mh_gtk.c
18367         * src/prefs_themes.c
18368         * src/procmime.c
18369         * src/setup.c
18370         * src/summaryview.c
18371                 replace deprecated g_basename
18372
18373 2004-11-13 [paul]       0.9.12cvs146.6
18374
18375         * src/compose.c
18376         * src/imap.c
18377         * src/matcher_parser.h
18378         * src/matcher_parser_parse.y
18379         * src/prefs_filtering.c
18380         * src/prefs_filtering_action.c
18381         * src/prefs_themes.c
18382         * src/prefs_toolbar.c
18383         * src/common/utils.c
18384                 various small fixes/cleanups
18385
18386 2004-11-12 [colin]      0.9.12cvs146.5
18387
18388         * src/textview.c
18389                 Validate event's origin on visibility notify
18390                 Patch by Alfons.
18391
18392 2004-11-12 [paul]       0.9.12cvs146.4
18393
18394         * src/exporthtml.c
18395         * src/exportldif.c
18396         * src/imap.c
18397         * src/mh.c
18398         * src/mimeview.c
18399         * src/prefs_spelling.c
18400         * src/prefs_themes.c
18401                 replace deprecated g_dirname    
18402
18403 2004-11-12 [colin]      0.9.12cvs146.3
18404
18405         * src/textview.c
18406                 Some coding style fixes
18407
18408 2004-11-12 [colin]      0.9.12cvs146.2
18409
18410         * src/codeconv.c
18411                 We want to replace _all_ extended chars in
18412                 conv_unreadable_*, because any string containing
18413                 extended chars not parsing as UTF8 is 
18414                 undisplayed on gtk2.
18415
18416 2004-11-12 [paul]       0.9.12cvs146.1
18417
18418         * ChangeLog
18419         * ChangeLog.claws
18420         * ChangeLog.jp
18421         * NEWS
18422         * configure.ac
18423         * src/account.c
18424         * src/folderview.c
18425         * src/folderview.h
18426         * src/imap.c
18427         * src/imap_gtk.c
18428         * src/inc.c
18429         * src/mainwindow.c
18430         * src/mh_gtk.c
18431         * src/news_gtk.c
18432         * src/pop.c
18433         * src/prefs_account.c
18434         * src/prefs_account.h
18435         * src/prefs_ext_prog.c
18436         * src/procmime.c
18437         * src/procmime.h
18438         * src/procmsg.c
18439         * src/procmsg.h
18440         * src/summary_search.c
18441         * src/summaryview.c
18442         * src/textview.c
18443         * src/common/defs.h
18444         * src/common/utils.c
18445         * src/common/utils.h
18446         * src/gtk/menu.c
18447         * src/gtk/menu.h
18448                 sync with HEAD
18449
18450 2004-11-11 [colin]      0.9.12cvs144.2
18451
18452         * src/textview.c
18453                 Fix URI range selection (patch by Alfons)
18454
18455 2004-11-09 [colin]      0.9.12cvs144.1
18456
18457         * ChangeLog.claws
18458         * src/compose.c
18459         * src/folder.c
18460         * src/folder_item_prefs.c
18461         * src/prefs_account.c
18462         * src/prefs_account.h
18463         * src/plugins/pgpmime/pgpmime.c
18464                 Sync with HEAD
18465
18466 2004-11-08 [colin]      0.9.12cvs143.1
18467
18468         * src/summaryview.c
18469                 Sync with HEAD (optimize quicksearch)
18470
18471 2004-11-08 [colin]      0.9.12cvs142.2
18472
18473         * src/compose.c
18474                 Don't wrap when Edit/Auto wrapping is disabled
18475
18476 2004-11-08 [colin]      0.9.12cvs142.1
18477
18478         * src/textview.c
18479                 Sync with HEAD
18480
18481 2004-11-08 [colin]      0.9.12cvs141.1
18482
18483         * src/textview.c
18484                 Sync with HEAD (fix some mail URIs)
18485
18486 2004-11-08 [colin]      0.9.12cvs140.3
18487
18488         * src/textview.c
18489                 o Use text cursor instead of arrow when
18490                   not on a link
18491                 o Fix handling of contiguous links (as in
18492                   "colin@colino.net" <colin@colino.net>)
18493                   This one unveils a bug in get_email_part()
18494
18495 2004-11-07 [colin]      0.9.12cvs140.2
18496
18497         * src/textview.c
18498                 Fix memleak. Patch by Alfons.
18499
18500 2004-11-06 [colin]      0.9.12cvs140.1
18501
18502         * src/compose.c
18503                 Sync with HEAD (don't ask passphrase
18504                 when drafting)
18505
18506 2004-11-06 [paul]       0.9.12cvs139.2
18507
18508         * AUTHORS
18509         * src/textview.c
18510         * src/textview.h
18511                 textview URI handling. hovering over a 
18512                 link displays it in the status bar,
18513                 and changes the mouse pointer to a hand 
18514                 cursor. a link is activated with a single 
18515                 click. (Modified from the) patch by Jean-Yves 
18516                 Lefort <jylefort@users.sourceforge.net>
18517                 
18518
18519 2004-11-05 [colin]      0.9.12cvs139.1
18520
18521         * src/compose.c
18522         * src/procmime.c
18523                 Sync with HEAD again ^^
18524
18525 2004-11-05 [colin]      0.9.12cvs139.1
18526
18527         * src/compose.c
18528         * src/procmime.c
18529                 Sync with HEAD
18530
18531 2004-11-03 [paul]       0.9.12cvs138.1
18532
18533         * ChangeLog.claws
18534         * configure.ac
18535         * po/POTFILES.in
18536         * src/prefs_ext_prog.c
18537         * src/procmime.c
18538         * tools/kdeservicemenu/README
18539         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18540         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18541                 sync with HEAD
18542
18543 2004-11-01 [christoph]  0.9.12cvs136.2
18544
18545         * src/procmime.c
18546                 convert MIME parameters to UTF-8
18547
18548 2004-10-29 [colin]      0.9.12cvs136.1
18549
18550         * src/common/utils.c
18551                 Sync with HEAD (don't use '=' in mime boundary)
18552
18553 2004-10-29 [paul]       0.9.12cvs135.1
18554
18555         * configure.ac
18556         * doc/src/rfc2231.txt
18557         * src/procmime.c
18558         * src/common/quoted-printable.c
18559         * src/common/utils.c
18560         * src/common/utils.h
18561                 sync with HEAD
18562
18563 2004-10-27 [paul]       0.9.12cvs134.1
18564
18565         * configure.ac
18566         * src/main.c
18567         * src/procmime.c
18568         * src/plugins/pgpmime/pgpmime.c
18569                 sync with HEAD
18570
18571 2004-10-26 [paul]       0.9.12cvs132.3
18572
18573         * src/account.c
18574         * src/addressbook.c
18575         * src/addrgather.c
18576         * src/addrharvest.c
18577         * src/codeconv.c
18578         * src/compose.c
18579         * src/customheader.c
18580         * src/editaddress.c
18581         * src/editgroup.c
18582         * src/enriched.c
18583         * src/expldifdlg.c
18584         * src/exporthtml.c
18585         * src/exportldif.c
18586         * src/folder.c
18587         * src/foldersel.c
18588         * src/folderview.c
18589         * src/grouplistdialog.c
18590         * src/html.c
18591         * src/imap.c
18592         * src/jpilot.c
18593         * src/ldapserver.c
18594         * src/ldif.c
18595         * src/mimeview.c
18596         * src/news.c
18597         * src/news_gtk.c
18598         * src/pop.c
18599         * src/prefs_display_header.c
18600         * src/prefs_gtk.c
18601         * src/prefs_msg_colors.c
18602         * src/prefs_toolbar.c
18603         * src/procheader.c
18604         * src/procmime.c
18605         * src/summaryview.c
18606         * src/textview.c
18607         * src/toolbar.c
18608         * src/vcard.c
18609         * src/common/mgutils.c
18610         * src/common/nntp.c
18611         * src/common/smtp.c
18612         * src/common/template.c
18613         * src/common/utils.c
18614         * src/common/xmlprops.c
18615         * src/plugins/pgpmime/pgpmime.c
18616         * src/plugins/pgpmime/select-keys.c
18617         * src/plugins/pgpmime/sgpgme.c
18618                 replace deprecated g_strcasecmp(), g_strncasecmp(),
18619                 g_string_sprintfa(), gtk_notebook_current_page()
18620
18621 2004-10-26 [colin]      0.9.12cvs132.2
18622
18623         * src/prefs_folder_item.c
18624                 Fix default-account selection
18625
18626 2004-10-21 [colin]      0.9.12cvs133
18627
18628         * src/compose.c
18629                 Sync with HEAD (Remove extra separator in compose's Options)
18630         * src/textview.c
18631                 Set wrapping to char
18632
18633 2004-10-21 [paul]       0.9.12cvs131.2
18634
18635         * src/compose.c
18636         * src/sourcewindow.c
18637                 fix wrapping
18638                 fix window shrinking 
18639
18640 2004-10-21 [colin]      0.9.12cvs131.1
18641
18642         * ChangeLog.claws
18643         * src/compose.c
18644                 Sync with HEAD
18645
18646 2004-10-21 [paul]       0.9.12cvs130.2
18647
18648         * src/prefs_folder_item.c
18649                 sync with HEAD (Apply to subfolders)
18650
18651 2004-10-19 [colin]      0.9.12cvs130.1
18652
18653         * ChangeLog.claws
18654         * src/compose.c
18655         * src/common/utils.c
18656         * src/gtk/menu.c
18657                 Sync with HEAD
18658
18659 2004-10-19 [colin]      0.9.12cvs128.1
18660
18661         * src/addrbook.c
18662         * src/addrcache.c
18663         * src/addressbook.c
18664         * src/codeconv.c
18665         * src/compose.c
18666         * src/customheader.c
18667         * src/editaddress.c
18668         * src/editgroup.c
18669         * src/exporthtml.c
18670         * src/folder.c
18671         * src/folderview.c
18672         * src/imap.c
18673         * src/jpilot.c
18674         * src/main.c
18675         * src/matcher_parser_parse.y
18676         * src/mbox.c
18677         * src/pop.c
18678         * src/prefs_account.c
18679         * src/prefs_gtk.c
18680         * src/prefs_msg_colors.c
18681         * src/procheader.c
18682         * src/procmime.c
18683         * src/procmime.h
18684         * src/procmsg.c
18685         * src/summaryview.c
18686         * src/textview.c
18687         * src/common/base64.c
18688         * src/common/partial_download.c
18689         * src/common/socket.c
18690         * src/common/sylpheed.c
18691         * src/common/utils.c
18692         * src/common/utils.h
18693         * src/gtk/pluginwindow.c
18694         * src/gtk/quicksearch.c
18695         * src/plugins/clamav/clamav_plugin.c
18696         * src/plugins/clamav/clamav_plugin.h
18697         * src/plugins/clamav/clamav_plugin_gtk.c
18698         * src/plugins/pgpmime/passphrase.c
18699         * src/plugins/pgpmime/pgpmime.c
18700         * src/plugins/pgpmime/plugin.c
18701         * src/plugins/pgpmime/prefs_gpg.c
18702         * src/plugins/pgpmime/prefs_gpg.h
18703         * src/plugins/pgpmime/select-keys.c
18704         * src/plugins/pgpmime/sgpgme.c
18705         * src/plugins/spamassassin/libspamc.c
18706         * src/plugins/spamassassin/spamassassin.c
18707         * src/plugins/spamassassin/spamassassin.h
18708         * src/plugins/spamassassin/spamassassin_gtk.c
18709         * src/plugins/trayicon/trayicon.c
18710         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
18711                 Sync with HEAD
18712
18713 2004-10-14 [colin]      0.9.12cvs126.2
18714
18715         * src/codeconv.c
18716         * src/textview.c
18717                 Fix conv_unreadable_locale
18718
18719 2004-10-13 [colin]      0.9.12cvs126.1
18720
18721         * src/compose.c
18722                 Sync with HEAD (don't convert charset for 
18723                 drafted messages, minor cleanup)
18724
18725 2004-10-13 [colin]      0.9.12cvs125.1
18726
18727         * po/POTFILES.in
18728                 Sync with HEAD (POTFILES fix)
18729
18730 2004-10-12 [colin]      0.9.12cvs124.3
18731
18732         * src/compose.c
18733                 Fix encoding bug from latest sync
18734
18735 2004-10-12 [paul]       0.9.12cvs124.2
18736
18737         * src/plugins/pgpmime/prefs_gpg.c
18738         * src/plugins/pgpmime/prefs_gpg.h
18739                 forgotten in last commit        
18740
18741 2004-10-12 [paul]       0.9.12cvs124.1
18742
18743         * ChangeLog.claws
18744         * configure.ac
18745         * m4/spamassassin.m4
18746         * src/Makefile.am
18747         * src/account.c
18748         * src/compose.c
18749         * src/compose.h
18750         * src/crash.c
18751         * src/main.c
18752         * src/mimeview.c
18753         * src/passphrase.c
18754         * src/passphrase.h
18755         * src/prefs_account.c
18756         * src/prefs_account.h
18757         * src/prefs_common.c
18758         * src/privacy.c
18759         * src/privacy.h
18760         * src/procmime.c
18761         * src/procmime.h
18762         * src/procmsg.c
18763         * src/rfc2015.c
18764         * src/rfc2015.h
18765         * src/select-keys.c
18766         * src/select-keys.h
18767         * src/textview.c
18768         * src/common/utils.c
18769         * src/common/utils.h
18770         * src/gtk/about.c
18771         * src/plugins/pgpmime/Makefile.am
18772         * src/plugins/pgpmime/passphrase.c
18773         * src/plugins/pgpmime/passphrase.h
18774         * src/plugins/pgpmime/pgpmime.c
18775         * src/plugins/pgpmime/plugin.c
18776         * src/plugins/pgpmime/select-keys.c
18777         * src/plugins/pgpmime/select-keys.h
18778         * src/plugins/pgpmime/sgpgme.c
18779         * src/plugins/pgpmime/sgpgme.h
18780                 sync with HEAD
18781
18782 2004-10-04 [colin]      0.9.12cvs122.1
18783
18784         * src/mainwindow.c
18785         * src/messageview.c
18786         * src/messageview.h
18787         * src/textview.c
18788                 Sync with HEAD
18789
18790 2004-10-04 [colin]      0.9.12cvs121.1
18791
18792         * src/summaryview.c
18793                 Sync with HEAD
18794
18795 2004-10-04 [paul]       0.9.12cvs120.1
18796
18797         * configure.ac
18798                 sync with HEAD [don't try to build 
18799                 pgpmime plugin when gpgme is disabled]
18800
18801 2004-10-03 [colin]      0.9.12cvs119.3
18802
18803         * src/gtk/gtksctree.c
18804                 Lots of side effects. Put back as before 117.2.
18805         * src/summaryview.c
18806                 Fix bug #602
18807
18808 2004-10-03 [colin]      0.9.12cvs119.2
18809
18810         * src/gtk/gtksctree.c
18811                 Revert 608 fix that doesn't work that good
18812
18813 2004-10-02 [colin]      0.9.12cvs119.1
18814
18815         * src/mainwindow.c
18816         * src/messageview.c
18817         * src/prefs_common.h
18818         * src/procmime.c
18819         * src/procmime.h
18820         * src/textview.c
18821                 Sync with HEAD
18822         * src/gtk/gtksctree.c
18823                 Close bug #608
18824
18825 2004-10-01 [colin]      0.9.12cvs118.1
18826
18827         * src/mimeview.c
18828                 Sync with HEAD (better Save All fix)
18829
18830 2004-10-01 [colin]      0.9.12cvs117.2
18831
18832         * src/gtk/gtksctree.c
18833                 Faster on selection
18834
18835 2004-10-01 [colin]      0.9.12cvs117.1
18836
18837         * src/mimeview.c
18838                 Sync with HEAD (Save All: only attachments)
18839
18840 2004-10-01 [paul]       0.9.12cvs116.1
18841
18842         * ChangeLog.claws
18843         * configure.ac
18844         * src/account.c
18845         * src/prefs_common.c
18846         * src/gtk/colorlabel.c
18847                 sync with HEAD
18848
18849 2004-09-30 [colin]      0.9.12cvs115.1
18850
18851         * src/stock_pixmap.c
18852         * src/stock_pixmap.h
18853         * src/folderview.c
18854         * src/Makefile.am
18855         * src/pixmaps/read.xpm
18856                 Sync with HEAD (new pixmap)
18857
18858 2004-09-29 [colin]      0.9.12cvs114.1
18859
18860         * src/compose.c
18861                 Sync with HEAD
18862                 Fix focus handling in headers
18863
18864 2004-09-29 [paul]       0.9.12cvs113.1
18865
18866         * src/quote_fmt_parse.y
18867                 sync with HEAD
18868  
18869
18870 2004-09-28 [colin]      0.9.12cvs112.1
18871
18872         * src/folderview.c
18873         * src/mainwindow.c
18874                 Sync with HEAD
18875
18876 2004-09-28 [colin]      0.9.12cvs110.1
18877
18878         * src/folderview.c
18879                 Sync with HEAD (Contextual Empty trash menu)
18880
18881 2004-09-28 [colin]      0.9.12cvs108.1
18882
18883         * src/addressbook.c
18884                 Sync with HEAD (addressbook edit on double-click)
18885
18886 2004-09-28 [colin]      0.9.12cvs106.1
18887
18888         * src/inc.c
18889                 Sync with HEAD (folder_item freeze on inc)
18890
18891 2004-09-27 [colin]      0.9.12cvs105.1
18892
18893         * src/folderview.c
18894                 Sync with HEAD (right-align new and unread column)
18895
18896 2004-09-27 [colin]      0.9.12cvs104.1
18897
18898         * src/main.c
18899                 Sync with HEAD (revert 0.9.12cvs101)
18900
18901 2004-09-24 [colin]      0.9.12cvs103.2
18902
18903         * src/wizard.c
18904                 Fix gtk warnings and use domain part of the email address 
18905                 when domain detection fails (no dot in domain name)
18906
18907 2004-09-23 [colin]      0.9.12cvs103.1
18908
18909         * src/plugins/spamassassin/libspamc.c
18910         * src/plugins/spamassassin/libspamc.h
18911         * src/plugins/spamassassin/utils.c
18912         * src/plugins/spamassassin/utils.h
18913                 Sync with HEAD (Update spamassassin to 3.0)
18914
18915 2004-09-21 [colin]      0.9.12cvs102.3
18916
18917         * src/action.c
18918                 Add horizontal scrollbar in action io dialog as needed
18919                 Patch by Alfons.
18920
18921 2004-09-20 [colin]      0.9.12cvs102.2
18922
18923         * src/plugins/image_viewer/viewer.c
18924                 Remove imlib stuff
18925                 use gtk_pixmap_set when clearing
18926                 (would be better to use gtkImages, but causes size-allocate 
18927                 signals storm)
18928
18929 2004-09-17 [paul]       0.9.12cvs102.1
18930
18931         * ChangeLog
18932         * ChangeLog.claws
18933         * ChangeLog.jp
18934         * configure.ac
18935         * src/inc.c
18936                 sync with HEAD
18937
18938
18939 2004-09-17 [colin]      0.9.12cvs101.1
18940
18941         * ChangeLog.claws
18942         * src/main.c
18943                 Sync with HEAD (fix segs at exit)
18944
18945 2004-09-14 [colin]      0.9.12cvs99.5
18946
18947         * src/common/socket.c
18948         * AUTHORS
18949                 Fix send error on 64bit platforms
18950                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
18951
18952 2004-09-14 [colin]      0.9.12cvs99.4
18953
18954         * src/action.c
18955                 Fix action output with utf8 
18956                 Patch by Alfons.
18957
18958 2004-09-14 [colin]      0.9.12cvs99.3
18959
18960         * ChangeLog.claws
18961         * src/folder.c
18962                 Sync with HEAD
18963
18964 2004-09-09 [colin]      0.9.12cvs99.2
18965
18966         * src/action.c
18967                 Fix progress bar (displaying "Completed %v/%u")
18968                 Patch by Alfons.
18969
18970 2004-09-08 [colin]      0.9.12cvs99.1
18971
18972         * src/account.c
18973         * src/folder.c
18974         * src/procmsg.c
18975         * src/procmsg.h
18976         * src/plugins/pgpmime/pgpmime.c
18977                 Sync with HEAD
18978
18979 2004-09-08 [colin]      0.9.12cvs97.2
18980
18981         * src/summaryview.c
18982                 Don't select mails in collapsed threads 
18983                 when navigating with up/down
18984
18985 2004-09-07 [colin]      0.9.12cvs97.1
18986
18987         * src/inc.c
18988                 Sync with HEAD (meaningful error messages)
18989
18990 2004-09-06 [colin]      0.9.12cvs96.1
18991
18992         * src/toolbar.c
18993                 Sync with HEAD (fix Redirect graying out)
18994
18995 2004-09-06 [colin]      0.9.12cvs95.1
18996
18997         * src/summaryview.c
18998         * src/mimeview.c
18999                 Sync with HEAD (fix dropped URIs)
19000
19001 2004-09-06 [colin]      0.9.12cvs94.1
19002
19003         * src/addressbook.c
19004         * src/addressitem.h
19005         * src/addritem.c
19006         * src/addritem.h
19007                 Sync with HEAD (addressbook DnD)
19008
19009 2004-09-03 [colin]      0.9.12cvs93.1
19010
19011         * src/summaryview.c
19012                 Sync with HEAD (next/prev unread)
19013
19014 2004-09-03 [colin]      0.9.12cvs92.1
19015
19016         * src/prefs_common.c
19017         * src/prefs_common.h
19018         * src/summaryview.c
19019                 Sync with HEAD ('mark_as_read_delay' pref)
19020
19021 2004-09-02 [colin]      0.9.12cvs91.2
19022
19023         * src/common/xml.c
19024                 Fix leak
19025
19026 2004-09-02 [colin]      0.9.12cvs91.1
19027
19028         * src/gtk/menu.c
19029                 Sync with HEAD (menu accel don't work, but whatever)
19030
19031 2004-09-02 [colin]      0.9.12cvs90.1
19032
19033         * src/account.c
19034                 Sync with HEAD (fix bug 582)
19035
19036 2004-09-02 [colin]      0.9.12cvs89.1
19037
19038         * src/addrindex.c
19039                 Sync with HEAD (free deleted queries)
19040
19041 2004-09-02 [colin]      0.9.12cvs88.1
19042
19043         * src/ldapquery.c
19044                 Sync with HEAD (fix LDAP freezes)
19045
19046 2004-09-02 [colin]      0.9.12cvs87.1
19047
19048         * src/prefs_spelling.c
19049                 Sync with HEAD (add default dictionary)
19050
19051 2004-09-01 [colin]      0.9.12cvs86.1
19052
19053         * src/filtering.c
19054         * src/folderview.c
19055         * src/imap.c
19056         * src/prefs_matcher.c
19057         * src/stock_pixmap.c
19058         * src/summary_search.c
19059         * src/summaryview.c
19060         * src/wizard.c
19061         * src/wizard.h
19062                 Sync with HEAD (uninitialized vars fixes)
19063                 + gtk2 specific warning fixes
19064
19065 2004-08-31 [colin]      0.9.12cvs85.1
19066
19067         * src/folder.c
19068                 Sync with HEAD (Fix memory corruption due to 
19069                 uninitialized var)
19070
19071 2004-08-31 [colin]      0.9.12cvs84.4
19072
19073         * src/summary_search.c
19074                 Fix segfaults when searching in folders with broken headers
19075
19076 2004-08-31 [colin]      0.9.12cvs84.3
19077
19078         * src/compose.c
19079         * src/textview.c
19080                 Fix some more encoding/decoding issues
19081
19082 2004-08-30 [colin]      0.9.12cvs84.2
19083
19084         * src/mimeview.c
19085         * src/prefs_themes.c
19086         * src/gtk/filesel.c
19087         * src/gtk/filesel.h
19088                 Add a folder-mode selection (fixes mimeview's "Save all")
19089
19090 2004-08-29 [colin]      0.9.12cvs84.1
19091
19092         * src/mimeview.c
19093                 Sync with HEAD (don't escape saved filenames)
19094
19095 2004-08-27 [colin]      0.9.12cvs83.1
19096
19097         * ChangeLog
19098         * ChangeLog.claws
19099         * ChangeLog.jp
19100         * src/mh.c
19101         * src/procheader.c
19102         * src/procmsg.c
19103         * src/procmsg.h
19104         * src/common/utils.c
19105         * src/gtk/menu.h
19106         * po/
19107                 Sync with HEAD 0.9.12cvs83 (sync with main)
19108
19109 2004-08-26 [colin]      0.9.12cvs82.4
19110
19111         * src/codeconv.c
19112                 Fix strange stack corruption
19113                 Convert to utf8 after unmime, not before
19114
19115 2004-08-26 [colin]      0.9.12cvs82.3
19116
19117         * src/main.c
19118         * src/wizard.c
19119                 Fix account folders duplication
19120
19121 2004-08-25 [colin]      0.9.12cvs82.2
19122
19123         * src/wizard.c
19124                 Remove ports
19125                 Add SSL selection
19126                 Use login@server as account name
19127
19128 2004-08-25 [colin]      0.9.12cvs82.1
19129
19130         * src/plugins/pgpmime/pgpmime.c
19131                 Sync with HEAD (leak fix).
19132
19133 2004-08-25 [colin]      0.9.12cvs81.1
19134
19135         * src/plugins/pgpmime/pgpmime.c
19136         * src/plugins/pgpmime/sgpgme.c
19137         * src/plugins/pgpmime/sgpgme.h
19138                 Sync with HEAD (Handle combined messages).
19139
19140 2004-08-24 [colin]      0.9.12cvs80.3
19141
19142         * src/wizard.c
19143                 Fix full name, ports, and imap
19144
19145 2004-08-24 [colin]      0.9.12cvs80.2
19146
19147         * src/Makefile.am
19148         * src/main.c
19149         * src/setup.c
19150         * src/setup.h
19151         * src/stock_pixmap.c
19152         * src/stock_pixmap.h
19153         * src/wizard.c ** ADDED **
19154         * src/wizard.h ** ADDED ** 
19155         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
19156                 Add a setup wizard 
19157
19158 2004-08-24 [colin]      0.9.12cvs80.1
19159
19160         * src/folder.c
19161                 Sync with HEAD (set mimeflags on all messages)
19162
19163 2004-08-24 [colin]      0.9.12cvs79.3
19164
19165         * src/matcher_parser_lex.l
19166                 Fix 8bits strings not in utf8
19167
19168 2004-08-24 [colin]      0.9.12cvs79.2
19169
19170         * src/compose.c
19171                 Check conversion result before replacing buffer
19172
19173 2004-08-23 [colin]      0.9.12cvs79.1
19174
19175         * src/compose.c
19176                 Sync with HEAD (create message header in memory)
19177
19178 2004-08-23 [colin]      0.9.12cvs78.1
19179
19180         * src/rfc2015.c
19181         * src/rfc2015.h
19182                 Sync with HEAD (fix bug 197 again)
19183
19184 2004-08-23 [colin]      0.9.12cvs77.3
19185
19186         * src/compose.c
19187                 Fix again inline gpg signing (which outputs utf8
19188                 in gtk2). Not syncing this fix to HEAD as this 
19189                 code is meant to die.
19190
19191 2004-08-23 [colin]      0.9.12cvs77.2
19192
19193         * src/prefs_account.h
19194                 Remove useless include
19195
19196 2004-08-23 [colin]      0.9.12cvs77.1
19197
19198         * src/imap.c
19199         * po/es.po
19200         * po/fr.po
19201         * po/it.po
19202         * po/pl.po
19203         * po/pt_BR.po
19204         * po/sk.po
19205         * po/sr.po
19206                 Sync with HEAD (fix bug 577)
19207
19208 2004-08-22 [colin]      0.9.12cvs76.1
19209
19210         * src/plugins/trayicon/trayicon.c
19211                 Sync with HEAD (fix formatting bug)
19212
19213 2004-08-21 [colin]      0.9.12cvs74.2
19214
19215         * src/gtk/colorsel.c
19216                 Fix bug 564 (Folder color selection window exits on any
19217                 keypress)
19218
19219 2004-08-21 [colin]      0.9.12cvs74.1
19220
19221         * ChangeLog.claws
19222         * src/compose.c
19223         * src/summaryview.c
19224         * src/toolbar.c
19225                 Sync with HEAD (fix bug 576)
19226
19227 2004-08-21 [colin]      0.9.12cvs70.1
19228
19229         * src/compose.c
19230         * src/mainwindow.c
19231                 Sync with HEAD
19232                 
19233
19234 2004-08-21 [paul]       0.9.12cvs66.4
19235
19236         * src/mainwindow.c
19237         * src/messageview.c
19238         * src/gtk/menu.c
19239         * src/plugins/spamassassin/spamassassin_gtk.c
19240                 remove some deprecated gtk1 functions
19241
19242
19243 2004-08-21 [colin]      0.9.12cvs66.3
19244
19245         * src/compose.c
19246         * src/codeconv.c
19247                 Fix warnings
19248                 Remove encoding hacks
19249                 Fix bug 575 (Strange character messes up message)
19250                 Don't display conversion error when drafting
19251
19252 2004-08-21 [paul]       0.9.12cvs66.2
19253
19254         * src/prefs_account.c
19255                 fix GnuPG mode bugs
19256
19257
19258 2004-08-20 [colin]      0.9.12cvs66.1
19259
19260         * src/codeconv.c
19261                 Sync with HEAD 0.9.12cvs66
19262
19263 2004-08-20 [paul]
19264
19265         * src/plugins/pgpmime/plugin.c
19266                 modify PGP/MIME plugin's description
19267
19268 2004-08-17 [colin]      0.9.12cvs65.1
19269
19270         * src/common/ssl.c
19271         * src/plugins/pgpmime/plugin.c
19272                 Sync with HEAD
19273
19274 2004-08-14 [colin]      0.9.12cvs60.3
19275
19276         * src/plugins/trayicon/trayicon.c
19277                 Put back resize callback, on size-request signal
19278                 rather than size-allocate to avoid infinite 
19279                 callback loop
19280
19281 2004-08-13 [colin]      0.9.12cvs60.2
19282
19283         * src/common/defs.h
19284                 Cache versions have been fixed
19285
19286 2004-08-13 [colin]      0.9.12cvs60.1
19287
19288         * src/folderutils.c
19289                 Sync with HEAD
19290
19291 2004-08-12 [colin]      0.9.12cvs59.1
19292
19293         * src/plugins/trayicon/trayicon.c
19294                 Sync with HEAD
19295
19296 2004-08-12 [colin]      0.9.12cvs57.5
19297
19298         * sylpheed.desktop
19299         * configure.ac
19300         * src/Makefile.am
19301         * src/main.c
19302                 Add support for Freedesktop.org's startup notification
19303
19304 2004-08-11 [colin]      0.9.12cvs57.4
19305
19306         * src/textview.c
19307                 Fix off-by-one
19308
19309 2004-08-11 [colin]      0.9.12cvs57.3
19310
19311         * src/message_search.c
19312         * src/summary_search.c
19313                 Make searches case insensitive by default
19314         * src/textview.c
19315                 Fix case-insensitive search in message
19316
19317 2004-08-11 [colin]      0.9.12cvs57.2
19318
19319         * src/summary_search.c
19320                 Let case-sensitive be specified
19321
19322 2004-08-10 [colin]      0.9.12cvs55.4
19323
19324         * src/common/socket.c
19325                 Fix the possible race condition
19326
19327 2004-08-09 [paul]       0.9.12cvs55.3
19328
19329         * configure.ac
19330         * src/Makefile.am
19331         * src/common/Makefile.am
19332                 sync with HEAD
19333
19334
19335 2004-08-09 [paul]       0.9.12cvs55.2
19336
19337         * autogen.sh
19338         * po/poconv.sh
19339                 remove unneeded script
19340
19341         * configure.ac
19342                 add forgotten USE_LDAP_TLS (sync with HEAD)
19343
19344
19345 2004-08-09 [colin]      0.9.12cvs55.1
19346
19347         * src/main.c
19348         * src/common/ssl.c
19349         * src/common/sylpheed.c
19350         * src/common/sylpheed.h
19351                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
19352
19353 2004-08-09 [paul]       0.9.12cvs54.1
19354
19355         * ChangeLog
19356         * ChangeLog.claws
19357         * ChangeLog.jp
19358         * configure.ac
19359         * po/POTFILES.in
19360         * src/Makefile.am
19361         * src/folderutils.c
19362         * src/main.c
19363         * src/pgpmime.c
19364         * src/pgpmime.h
19365         * src/sgpgme.c
19366         * src/sgpgme.h
19367         * src/plugins/Makefile.am
19368         * src/plugins/pgpmime/.cvsignore
19369         * src/plugins/pgpmime/Makefile.am
19370         * src/plugins/pgpmime/pgpmime.c
19371         * src/plugins/pgpmime/pgpmime.h
19372         * src/plugins/pgpmime/plugin.c
19373         * src/plugins/pgpmime/sgpgme.c
19374         * src/plugins/pgpmime/sgpgme.h
19375                 sync with HEAD
19376
19377 2004-08-08 [paul]       0.9.12cvs51.1
19378
19379         * configure.ac
19380         * src/folder.c
19381                 sync with HEAD
19382
19383 2004-08-07 [colin]      0.9.12cvs50.1
19384
19385         * src/pop.c
19386         * src/common/partial_download.c
19387                 fix warnings (sync from HEAD)
19388
19389 2004-08-07 [colin]      0.9.12cvs48.1
19390
19391         * src/prefs_folder_item.c
19392                 sync with HEAD 0.9.12cvs48
19393
19394 2004-08-06 [colin]      0.9.12cvs47.1
19395
19396         * src/compose.c
19397                 Sync with HEAD
19398
19399 2004-08-06 [christoph]  0.9.12cvs46.2
19400
19401         * src/main.c
19402         * src/plugins/clamav/clamav_plugin_gtk.c
19403         * src/plugins/dillo_viewer/dillo_viewer.c
19404         * src/plugins/image_viewer/plugin.c
19405         * src/plugins/mathml_viewer/mathml_viewer.c
19406         * src/plugins/spamassassin/spamassassin_gtk.c
19407         * src/plugins/trayicon/trayicon.c
19408                 don't mix GTK1.2 plugin with GTK2 plugins
19409
19410 2004-08-06 [colin]      0.9.12cvs46.1
19411
19412         * ChangeLog
19413         * ChangeLog.claws
19414         * ChangeLog.jp
19415         * configure.ac
19416         * sylpheed-claws.pc.in
19417         * src/folder.c
19418         * src/imap.c
19419         * src/localfolder.c
19420         * src/messageview.c
19421         * src/mimeview.c
19422         * src/mimeview.h
19423         * src/msgcache.c
19424         * src/news.c
19425         * src/prefs_ext_prog.c
19426         * src/prefs_folder_item.c
19427         * src/prefs_fonts.c
19428         * src/prefs_msg_colors.c
19429         * src/prefs_spelling.c
19430         * src/prefs_themes.c
19431         * src/prefs_toolbar.c
19432         * src/prefs_wrapping.c
19433         * src/procmime.h
19434         * src/common/defs.h
19435         * src/common/nntp.c
19436         * src/common/session.c
19437         * src/common/session.h
19438         * src/common/socket.c
19439         * src/common/utils.h
19440         * src/common/xml.c
19441         * src/common/xml.h
19442         * src/gtk/prefswindow.c
19443         * src/gtk/prefswindow.h
19444         * src/plugins/clamav/clamav_plugin_gtk.c
19445         * src/plugins/dillo_viewer/dillo_prefs.c
19446         * src/plugins/image_viewer/viewerprefs.c
19447         * src/plugins/spamassassin/spamassassin_gtk.c
19448         * m4/openssl.m4 *** REMOVED ***
19449                 Sync with HEAD 0.9.12cvs46
19450
19451 2004-08-03 [paul]       0.9.12cvs40.2
19452
19453         * src/action.c
19454         * src/addressadd.c
19455         * src/addressbook.c
19456         * src/addrgather.c
19457         * src/browseldap.c
19458         * src/compose.c
19459         * src/crash.c
19460         * src/editaddress.c
19461         * src/editgroup.c
19462         * src/editldap_basedn.c
19463         * src/foldersel.c
19464         * src/importldif.c
19465         * src/mimeview.c
19466         * src/prefs_common.c
19467         * src/prefs_template.c
19468         * src/sourcewindow.c
19469         * src/summaryview.c
19470         * src/gtk/about.c
19471         * src/gtk/foldersort.c
19472         * src/gtk/logwindow.c
19473         * src/gtk/pluginwindow.c
19474         * src/gtk/prefswindow.c
19475                 change all gtk_scrolled_window_set_policy from 
19476                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
19477
19478 2004-08-02 [paul]       0.9.12cvs40.1
19479
19480         * AUTHORS
19481                 update translation team section
19482         * po/pt_BR.po
19483                 updated by Frederico Goncalves Guimaraes
19484                 <fggdebian@yahoo.com.br>
19485
19486 2004-07-31 [colin]      0.9.12cvs39.9
19487
19488         * src/exphtmldlg.c
19489                 Fix compilation
19490
19491 2004-07-31 [colin]      0.9.12cvs39.8
19492
19493         * src/exphtmldlg.c
19494                 Fix an alertpanel type
19495
19496 2004-07-30 [colin]      0.9.12cvs39.7
19497
19498         * src/alertpanel.c
19499                 Fix alertpanel_error_log's icon
19500
19501 2004-07-30 [colin]      0.9.12cvs39.6
19502
19503         * src/pop.c
19504                 Two of them should still be warnings
19505
19506 2004-07-30 [colin]      0.9.12cvs39.5
19507
19508         * src/pop.c
19509                 More warning -> error
19510 2004-07-29 [colin]      0.9.12cvs39.4
19511
19512         * src/pop.c
19513                 Warning -> error
19514
19515 2004-07-29 [colin]      0.9.12cvs39.3
19516
19517         * src/prefs_matcher.c
19518                 Fix segfault
19519
19520 2004-07-29 [colin]      0.9.12cvs39.2
19521
19522         * src/alertpanel.c
19523                 More nice-looking alertpanels
19524
19525 2004-07-29 [colin]      0.9.12cvs39.1
19526
19527         * src/messageview.c
19528                 sync with head
19529                 (inform user when partial mail is deleted on server)
19530
19531 2004-07-29 [colin]      0.9.12cvs38.1
19532
19533         * src/messageview.c
19534                 sync with head
19535
19536 2004-07-28 [paul]       0.9.12cvs37.7
19537
19538         * src/mainwindow.c
19539                 complete the replacement of deprecated gtk_progress_*
19540
19541 2004-07-28 [paul]       0.9.12cvs37.6
19542
19543         * src/action.c
19544         * src/inc.c
19545         * src/mainwindow.c
19546         * src/send_message.c
19547         * src/gtk/progressdialog.c
19548         * src/gtk/progressdialog.h
19549                 replace deprecated gtk_progress_*
19550
19551 2004-07-28 [paul]       0.9.12cvs37.5
19552
19553         * src/gtk/filesel.c
19554                 remove gtk_window_set_wmclass()
19555 2004-07-28 [paul]       0.9.12cvs37.4
19556
19557         * src/addressbook.c
19558         * src/compose.c
19559         * src/foldersel.c
19560         * src/mainwindow.c
19561         * src/messageview.c
19562         * src/sourcewindow.c
19563         * src/gtk/logwindow.c
19564                 remove gtk_window_set_wmclass()
19565                 
19566         * src/prefs_filtering.c
19567         * src/prefs_filtering_action.c
19568         * src/prefs_fonts.c
19569         * src/prefs_gtk.c
19570         * src/prefs_matcher.c
19571         * src/ssl_manager.c
19572         * src/gtk/prefswindow.c
19573                 replace gtk_window_position()
19574
19575 2004-07-28 [colin]      0.9.12cvs37.3
19576
19577         * src/alertpanel.c
19578         * src/alertpanel.h
19579                 Add a way to specify panel type for specific
19580                 panels (alertpanel())
19581         * src/account.c
19582         * src/addressbook.c
19583         * src/compose.c
19584         * src/expldifdlg.c
19585         * src/main.c
19586         * src/messageview.c
19587         * src/summaryview.c
19588         * src/textview.c
19589         * src/gtk/sslcertwindow.c
19590                 Fix alertpanel()s so that their icon match
19591                 their real type
19592
19593 2004-07-28 [paul]       0.9.12cvs37.2
19594
19595         * src/addr_compl.c
19596         * src/addressbook.c
19597         * src/alertpanel.c
19598         * src/compose.c
19599         * src/export.c
19600         * src/foldersel.c
19601         * src/folderview.c
19602         * src/grouplistdialog.c
19603         * src/import.c
19604         * src/mainwindow.c
19605         * src/message_search.c
19606         * src/messageview.c
19607         * src/passphrase.c
19608         * src/prefs_actions.c
19609         * src/prefs_common.c
19610         * src/prefs_customheader.c
19611         * src/prefs_display_header.c
19612         * src/prefs_filtering.c
19613         * src/prefs_filtering_action.c
19614         * src/prefs_gtk.c
19615         * src/prefs_matcher.c
19616         * src/prefs_msg_colors.c
19617         * src/prefs_summary_column.c
19618         * src/prefs_template.c
19619         * src/sourcewindow.c
19620         * src/ssl_manager.c
19621         * src/summary_search.c
19622         * src/gtk/colorsel.c
19623         * src/gtk/description_window.c
19624         * src/gtk/gtkaspell.c
19625         * src/gtk/inputdialog.c
19626         * src/gtk/logwindow.c
19627         * src/gtk/prefswindow.c
19628         * src/gtk/progressdialog.c
19629                 replace deprecated gtk_window_set_policy
19630
19631 2004-07-27 [colin]      0.9.12cvs37.1
19632
19633         * src/msgcache.c
19634                 More fixes (synced for head again)
19635
19636 2004-07-27 [colin]      0.9.12cvs35.3
19637
19638         * src/msgcache.c
19639                 Fix wrong test
19640
19641 2004-07-27 [colin]      0.9.12cvs35.2
19642
19643         * src/mimeview.c
19644                 Fix width a bit (by Paul)
19645         * src/alertpanel.c
19646         * src/alertpanel.h
19647                 Specialize icons, make alertpanel_message()
19648                 private
19649         * src/message_search.c
19650         * src/sgpgme.c
19651         * src/summary_search.c
19652                 Suit alertpanel changes
19653
19654 2004-07-27 [colin]      0.9.12cvs35.1
19655
19656         * src/alertpanel.c
19657                 Add an icon
19658         * src/passphrase.c
19659                 Add debug output - maybe someone will
19660                 want to look at the problem with Grab
19661                 Input :)
19662         Bump version as we're synced with HEAD
19663
19664 2004-07-26 [colin]      0.9.12cvs33.26
19665
19666         * src/pop.c
19667                 Fix uidl-file parsing when not in new
19668                 format
19669
19670 2004-07-26 [colin]      0.9.12cvs33.25
19671
19672         * src/gtk/menu.c
19673                 Move popup menu up if necessary (fixes 
19674                 account selector)
19675         * src/mainwindow.c
19676                 Set account selector's button height to
19677                 minimum
19678
19679 2004-07-26 [colin]      0.9.12cvs33.24
19680
19681         * src/alertpanel.c
19682                 Maybe fix 551 (Truncated font in alert window)
19683
19684 2004-07-26 [colin]      0.9.12cvs33.23
19685
19686         * po/de.po
19687         * po/es.po
19688         * po/fr.po
19689         * po/it.po
19690         * po/ja.po
19691         * po/pl.po
19692         * po/ru.po
19693         * po/sk.po
19694         * po/sr.po
19695         * po/zh_CN.po
19696                 Sync po files with HEAD
19697
19698 2004-07-26 [paul]       0.9.12cvs33.22
19699
19700         * src/compose.c
19701                 fix Bug 556 'Organisation-header is sent even if empty'
19702
19703 2004-07-24 [colin]      0.9.12cvs33.21
19704
19705         * src/compose.c
19706         * src/gtk/gtkaspell.c
19707         * src/gtk/gtkaspell.h
19708                 Fix speller accelerators (require hack)
19709
19710 2004-07-24 [colin]      0.9.12cvs33.20
19711
19712         * src/gtk/gtkaspell.c
19713                 Fix over-eager code deletion breaking
19714                 Check while typing
19715
19716 2004-07-24 [colin]      0.9.12cvs33.19
19717
19718         * src/browseldap.c
19719         * src/ldapctrl.c
19720         * src/ldapctrl.h
19721         * src/ldapserver.h
19722                 Sync ldap with HEAD
19723         (Fixes 546 LDAP completely broken)
19724
19725 2004-07-24 [colin]      0.9.12cvs33.18
19726
19727         * src/prefs_msg_colors.c
19728                 Fix prototype mismatch
19729         (Fixes 547 void function cannot return value)
19730
19731 2004-07-24 [colin]      0.9.12cvs33.17
19732
19733         * src/mainwindow.c
19734                 Fix sort going back to previous sort key
19735                 when changing sort direction
19736
19737 2004-07-24 [colin]      0.9.12cvs33.16
19738
19739         * src/compose.c
19740                 Fix space insertion when re-wrapping at 
19741                 cursor point
19742
19743 2004-07-24 [colin]      0.9.12cvs33.15
19744
19745         * src/gtk/gtkaspell.c
19746                 Don't change cursor position in insert-text
19747                 callback
19748         (Fixes 539 Word wrapping on input transposes letters)
19749
19750 2004-07-24 [colin]      0.9.12cvs33.14
19751
19752         * src/gtk/gtkaspell.c
19753                 Reencode non-ascii chars to dictionary's
19754                 encoding
19755         (Fixes 544 Spell check broken non english locale)
19756
19757 2004-07-24 [colin]      0.9.12cvs33.13
19758
19759         * src/summaryview.c
19760                 Fix Shift+Down, add Home/End/PgUp/PgDown
19761
19762 2004-07-21 [colin]      0.9.12cvs33.12
19763
19764         * src/prefs_common.c
19765                 Fix a gtk warning (Patch by Andrej Kacian)
19766
19767 2004-07-21 [colin]      0.9.12cvs33.11
19768
19769         * src/gtk/filesel.c
19770                 More check
19771
19772 2004-07-21 [colin]      0.9.12cvs33.10
19773
19774         * src/compose.c
19775         * src/crash.c
19776         * src/export.c
19777         * src/import.c
19778         * src/messageview.c
19779         * src/mimeview.c
19780         * src/prefs_spelling.c
19781         * src/prefs_themes.c
19782         * src/summaryview.c
19783         * src/gtk/filesel.c
19784         * src/gtk/filesel.h
19785         * src/gtk/pluginwindow.c
19786                 Untwist open/save mode guessing logic, make
19787                 it explicit
19788
19789 2004-07-20 [colin]      0.9.12cvs33.9
19790
19791         * src/codeconv.c
19792                 conv_encode_header: src_charset is UTF-8 on
19793                 gtk2
19794         * src/compose.c
19795                 Remove double encoding of the headers
19796
19797 2004-07-20 [colin]      0.9.12cvs33.8
19798
19799         * src/codeconv.c
19800                 Fix typo
19801
19802 2004-07-20 [colin]      0.9.12cvs33.7
19803
19804         * src/mainwindow.c
19805                 Set the separated messageview to the saved
19806                 size of Claws' messageview (Patch by Alfons)
19807                 Fix a callback prototype (me)
19808
19809 2004-07-20 [colin]      0.9.12cvs33.6
19810
19811         * src/codeconv.h
19812                 Forgot one hunk in 0.9.12cvs33.4
19813
19814 2004-07-19 [colin]      0.9.12cvs33.5
19815
19816         * src/action.c
19817                 Action output fix
19818                 Patch by Alfons
19819
19820 2004-07-19 [colin]      0.9.12cvs33.4
19821
19822         * src/compose.c
19823                 Fix outgoing charset bug in headers
19824         * src/codeconv.c
19825                 Clean for glib2 - Patch by Alfons
19826
19827 2004-07-19 [colin]      0.9.12cvs33.3
19828
19829         * src/statusbar.c
19830                 Remove grip from the statusbar
19831                 Patch by Alfons
19832
19833 2004-07-19 [colin]      0.9.12cvs33.2
19834
19835         * src/messageview.c
19836         * src/textview.c
19837                 Fix messageview remembering the previous
19838                 scroll position when loading a new message
19839                 Patch by Alfons
19840
19841 2004-07-19 [colin]      0.9.12cvs33.1
19842
19843         * src/folder.h
19844         * src/folderview.c
19845         * src/summaryview.c
19846                 Sync with HEAD
19847
19848 2004-07-18 [colin]      0.9.12cvs32.7
19849
19850         * configure.ac
19851                 Remove useless check for XIM - noticed
19852                 by Alfons
19853
19854 2004-07-18 [colin]      0.9.12cvs32.6
19855
19856         * src/summaryview.c
19857                 Remove non-modified and shift-modified
19858                 accelerators in summaryview's popup
19859                 menu, as that doesn't get catched by
19860                 the accel-activate signal catcher...
19861
19862 2004-07-18 [colin]      0.9.12cvs32.5
19863
19864         * src/prefs_common.c
19865                 Define sensible default prefs for 
19866                 wrapping
19867
19868 2004-07-18 [colin]      0.9.12cvs32.4
19869
19870         * src/compose.c
19871         * src/prefs_common.c
19872         * src/prefs_common.h
19873         * src/prefs_wrapping.c
19874                 Remove Smart Wrapping pref, which does
19875                 nothing on gtk2 branch
19876
19877 2004-07-18 [colin]      0.9.12cvs32.3
19878
19879         * src/sourcewindow.c
19880                 Proper utf8
19881
19882 2004-07-18 [colin]      0.9.12cvs32.2
19883
19884         * src/compose.c
19885                 Save attachment status when drafting
19886
19887 2004-07-18 [colin]      0.9.12cvs32.1
19888
19889         * src/gtk/filesel.c
19890                 Fix erratic folder selection in open mode
19891
19892 2004-07-18 [colin]      0.9.12cvs31.11
19893
19894         * src/pop.c
19895                 Don't let partial messages get deleted
19896                 even with "dowload all"
19897                 (0.9.12cvs31.8 fix extension)
19898 2004-07-18 [colin]      0.9.12cvs31.10
19899
19900         * src/gtk/logwindow.c
19901                 Fix log scrolling
19902
19903 2004-07-18 [colin]      0.9.12cvs31.9
19904
19905         * src/common/utils.c
19906                 Fix non-utf8 strings coming from commands
19907                 and files
19908
19909 2004-07-18 [colin]      0.9.12cvs31.8
19910
19911         * src/pop.c
19912                 Fix partial download bug with Download all
19913                 messages option
19914
19915 2004-07-18 [colin]      0.9.12cvs31.7
19916
19917         * src/textview.c
19918                 Fix bug introduced in 0.9.12cvs31.2
19919                 (blocked in select mode after double click)
19920
19921 2004-07-18 [colin]      0.9.12cvs31.6
19922
19923         * src/compose.c
19924         * src/gtk/menu.c
19925                 More glib-warning fixes
19926
19927 2004-07-18 [colin]      0.9.12cvs31.5
19928
19929         * src/compose.c
19930                 Fix trashing the primary clipboard when moving 
19931                 around with tab
19932         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
19933
19934 2004-07-18 [colin]      0.9.12cvs31.4
19935
19936         * src/codeconv.c
19937                 convert unencoded iso headers to utf8
19938         (Fix Bug 538 Unencoded local characters in subject make it 
19939          disappear)
19940
19941 2004-07-18 [colin]      0.9.12cvs31.3
19942
19943         * src/compose.c
19944                 Fix tab char handling in wrapping
19945         (Fix Bug 537 Line wrap problem - TAB character treated as 
19946          one character instead of 8)
19947
19948 2004-07-18 [colin]      0.9.12cvs31.2
19949
19950         * src/textview.c
19951                 return FALSE on GDK_MOTION_NOTIFY
19952         (Fix Bug 535 Hyperlinks/addresses are not selectable 
19953          (unable to highlight))
19954
19955 2004-07-18 [colin]      0.9.12cvs31.1
19956
19957         * src/folderview.c
19958                 Sync with 0.9.12cvs31
19959
19960 2004-07-18 [colin]      0.9.12cvs30.4
19961
19962         * src/compose.c
19963                 Also block text_inserted when inserting a file
19964
19965 2004-07-18 [colin]      0.9.12cvs30.3
19966
19967         * src/compose.c
19968                 Fix smart wrapping (block text_inserted handler
19969                 while putting quotation to avoid wrap on input,
19970                 don't join lines if next is sig separator)
19971
19972 2004-07-17 [colin]      0.9.12cvs30.2
19973
19974         * src/folderview.c
19975         * src/mainwindow.c
19976         * src/mimeview.c
19977         * src/summaryview.c
19978         * src/gtk/quicksearch.c
19979         * src/gtk/quicksearch.h
19980                 Block key events handlers *and* accels while
19981                 quicksearch is focused
19982         (Fixes Bug 534 quick-search bar not accepting certain letters)
19983
19984 2004-07-17 [colin]      0.9.12cvs30.1
19985
19986         * src/folder.h
19987         * src/folderview.c
19988         * src/summaryview.c
19989                 Sync with 0.9.12cvs30
19990
19991 2004-07-17 [colin]      0.9.12cvs28.2
19992
19993         * src/mimeview.c
19994         * src/procmime.c
19995         * src/summaryview.c
19996         * src/gtk/menu.c
19997                 Squash some compile and glib warnings
19998
19999 2004-07-17 [paul]       0.9.12cvs28.1
20000
20001         * src/mimeview.c
20002                 sync with 0.9.12cvs28 HEAD
20003
20004 2004-07-16 [paul]       0.9.12cvs26.1
20005         
20006         * src/gtk/quicksearch.c
20007         * src/account.c
20008         * src/account.h
20009         * src/compose.c
20010         * src/customheader.c
20011         * src/folder_item_prefs.c
20012         * src/main.c
20013         * src/mainwindow.c
20014         * src/messageview.c
20015         * src/mimeview.c
20016         * src/news.c
20017         * src/pgpmime.c
20018         * src/pop.c
20019         * src/pop.h
20020         * src/prefs_account.c
20021         * src/prefs_account.h
20022         * src/prefs_common.c
20023         * src/prefs_common.h
20024         * src/prefs_display_header.c
20025         * src/prefs_gtk.c
20026         * src/prefs_gtk.h
20027         * src/procheader.c
20028         * src/procmime.c
20029                 sync with 0.9.12cvs26 HEAD      
20030
20031 2004-07-15 [colin]      0.9.12cvs18.14
20032
20033         * src/folder.c
20034                 Disable GPG signature check during
20035                 folder move and scan
20036         (Closes Bug 521 Signature checking slows down Folder-Move)
20037
20038 2004-07-14 [colin]      0.9.12cvs18.13
20039
20040         * src/common/partial_download.c
20041                 update includes
20042
20043 2004-07-14 [colin]      0.9.12cvs18.12
20044
20045         * src/common/partial_download.c
20046         * src/common/partial_download.h
20047                 Move doc at top, add correct copyright
20048
20049 2004-07-14 [colin]      0.9.12cvs18.11
20050
20051         * src/folder.c
20052         * src/messageview.c
20053         * src/pop.c
20054         * src/pop.h
20055         * src/procmsg.c
20056         * src/summaryview.c
20057         * src/common/Makefile.am
20058         * src/common/partial_download.c ** NEW FILES **
20059         * src/common/partial_download.h ** NEW FILES **
20060                 Move partial-download related stuff to its
20061                 own file
20062
20063 2004-07-14 [colin]      0.9.12cvs18.10
20064
20065         * src/send_message.c
20066                 Fix smtp auth when user is null or empty
20067
20068 2004-07-13 [colin]      0.9.12cvs18.9
20069
20070         * src/gtk/quicksearch.c
20071                 Use alphabetic order
20072
20073 2004-07-13 [colin]      0.9.12cvs18.8
20074
20075         * src/pop.c
20076                 Be paranoid on the checks
20077
20078 2004-07-13 [colin]      0.9.12cvs18.7
20079
20080         * src/gtk/quicksearch.c
20081                 Fix Engrish once again
20082
20083 2004-07-13 [colin]      0.9.12cvs18.6
20084
20085         * src/procmsg.c
20086         * src/summaryview.c
20087                 Mark messages for deletion when they are about to
20088                 be removed from trash
20089
20090 2004-07-13 [colin]      0.9.12cvs18.5
20091
20092         * src/matcher.c
20093         * src/matcher.h
20094         * src/matcher_parser_parse.y
20095         * src/prefs_matcher.c
20096         * src/gtk/quicksearch.c
20097                 Add 'partial' ('p') match string to find partially
20098                 downloaded messages
20099
20100 2004-07-13 [colin]      0.9.12cvs18.4
20101
20102         * src/pop.c
20103                 Fix misplaced block
20104
20105 2004-07-13 [colin]      0.9.12cvs18.3
20106
20107         * src/pop.c
20108         * src/pop.h
20109         * src/messageview.c
20110                 Refactor API (to avoid passing 5+ params and code
20111                 duplication)
20112         * src/folder.c
20113         * src/msgcache.c
20114         * src/procheader.c
20115         * src/common/defs.h
20116                 Add planned_download to cache
20117                 Don't mess uidl file when moving partially downloaded
20118                 mails (they change folder, we should change it in the
20119                 uidl list too or we'll remove an incorrect message)
20120                 (this also helps removing hacks when changing 
20121                 planned_download in messageview.c)
20122
20123 2004-07-12 [colin]      0.9.12cvs18.2
20124
20125         * src/gtk/quicksearch.c
20126                 Fix missing status update in quicksearch
20127
20128 2004-07-12 [paul]       0.9.12cvs18.1
20129
20130         * po/POTFILES.in
20131         * src/Makefile.am
20132         * src/account.c
20133         * src/codeconv.c
20134         * src/compose.c
20135         * src/inc.c
20136         * src/main.c
20137         * src/prefs_common.c
20138         * src/procmsg.h
20139         * src/toolbar.c
20140         * src/prefs_msg_colors.[ch]     ** NEW FILES **
20141         * src/prefs_wrapping.[ch]       ** NEW FILES **
20142         * src/common/intl.h
20143         * src/common/utils.[ch]
20144         * src/gtk/quicksearch.[ch]
20145                 sync with 0.9.12cvs18 HEAD
20146
20147 2004-07-12 [colin]      0.9.11cvs17.25
20148
20149         * src/folder.c
20150         * src/folder.h
20151                 Remove unused function added by me in 0.9.11cvs17.10
20152
20153 2004-07-11 [colin]      0.9.11cvs17.24
20154
20155         * src/inc.c
20156         * src/messageview.c
20157         * src/pop.c
20158         * src/pop.h
20159                 Use folderitem and msgnum instead of filename to
20160                 know which mail to delete
20161                 Move old partial mail deletion to pop.c
20162
20163 2004-07-10 [colin]      0.9.11cvs17.23
20164
20165         * src/inc.c
20166                 Add debug
20167         * src/pop.c
20168         * src/pop.h
20169                 Don't re-use same enums for unrelated stuff: it's 
20170                 completely misleading !
20171                 Document a bit
20172
20173 2004-07-09 [colin]      0.9.11cvs17.22
20174
20175         * src/inc.c
20176                 Remove folder-type check and do
20177                 more tests to be sure everything's
20178                 ok
20179         * src/messageview.c
20180                 Punctuation update, remove useless
20181                 code, fix two warnings
20182         * src/noticeview.c
20183                 Layout cleaning, reset 2nd button
20184                 when specifying one
20185
20186 2004-07-09 [colin]      0.9.11cvs17.21
20187
20188         * src/messageview.c
20189         * src/pop.c
20190         * src/pop.h
20191                 Allow user to change his mind
20192                 and postpone decision (by
20193                 unmarking the mail)
20194
20195 2004-07-09 [colin]      0.9.11cvs17.20
20196
20197         * src/messageview.c
20198                 Fix bug with delete state
20199         * src/pop.c
20200         * src/pop.h
20201                 Fix buffer leak (fread doesn't 
20202                 terminate buffers with \0)
20203                 Refactoring (remove magic 
20204                 numbers)
20205
20206 2004-07-09 [colin]      0.9.11cvs17.19
20207
20208         * src/pop.c
20209                 Don't log "Skipping message" if 
20210                 we're going to TOP it two lines
20211                 later
20212
20213 2004-07-09 [colin]      0.9.11cvs17.18
20214
20215         * src/messageview.c
20216                 Fix Engrish
20217
20218 2004-07-09 [colin]      0.9.11cvs17.17
20219
20220         * src/pop.c
20221                 strlen checking...
20222         * src/messageview.c
20223                 refactoring a bit
20224
20225 2004-07-08 [colin]      0.9.11cvs17.16
20226
20227         * src/noticeview.c
20228         * src/noticeview.h
20229                 Add an optional second button
20230         * src/messageview.c
20231         * src/pop.c
20232         * src/pop.h
20233                 Don't delete partially received mails after a certain
20234                 time; rather, let the user decide.
20235
20236 2004-07-08 [colin]      0.9.11cvs17.15
20237
20238         * src/common/smtp.h
20239                 Sync with HEAD
20240
20241 2004-07-08 [colin]      0.9.11cvs17.14
20242
20243         * src/messageview.c
20244         * src/common/smtp.c
20245                 Use to_human_readable() for sizes
20246
20247 2004-07-08 [colin]      0.9.11cvs17.13
20248
20249         * src/inc.c
20250         * src/messageview.c
20251         * src/pop.c
20252         * src/pop.h
20253         * src/procmsg.c
20254                 Fix partial-downloading issues:
20255                         catch unsupported TOP
20256                         don't delete partially downloaded mails before 5 days
20257                         don't update existing with non-MH folders; that'll
20258                         make dups, but it's better than trashing the folder
20259                         free new msginfo parts
20260                 Fix indentation ;-)
20261
20262 2004-07-08 [colin]      0.9.11cvs17.12
20263
20264         * src/common/smtp.c
20265         * src/common/smtp.h
20266                 Sync smtp size verification with HEAD
20267
20268 2004-07-08 [colin]      0.9.11cvs17.11
20269
20270         * src/summaryview.c
20271         * src/prefs_common.c
20272         * src/prefs_common.h
20273         * src/gtk/quicksearch.c
20274         * src/gtk/quicksearch.h
20275                 Sync sticky pref with HEAD
20276
20277 2004-07-08 [colin]      0.9.11cvs17.10
20278
20279         * src/folder.c [1.213.2.6]
20280         * src/folder.h [1.87.2.6]
20281         * src/inc.c [1.149.2.7]
20282         * src/messageview.c [1.94.2.8]
20283         * src/procheader.c [1.47.2.6]
20284         * src/procmsg.c [1.150.2.4]
20285         * src/procmsg.h [1.60.2.5]
20286         * src/pop.c [1.56.2.4]
20287         * src/pop.h [1.17.2.3]
20288                 Let too big messages get downloaded, but truncated
20289                 Add a button to download them completely
20290                 
20291 2004-07-06 [colin]      0.9.11cvs17.9
20292
20293         * src/gtk/quicksearch.c [1.1.2.3]
20294                 Add a Clear button
20295         * commitHelper
20296         * PATCHSETS
20297                 Add a script to help with cvs
20298
20299 2004-07-03 [colin]      0.9.11cvs17.8
20300
20301         * src/plugins/imageviewer/viewer.c
20302                 fix imageviewer (which was staying on the first
20303                 displayed image)
20304
20305 2004-07-03 [colin]      0.9.11cvs17.7
20306
20307         Removed FIXME_GTK2 warnings
20308         * src/gtk/gtkutils.c
20309                 useless #warnings
20310         * src/gtk/menu.c
20311                 useless #warnings (no need to mess with menu rc)
20312         * src/gtk/menu.h
20313                 unused functions
20314         
20315
20316 2004-07-03 [colin]      0.9.11cvs17.6
20317
20318         Removed FIXME_GTK2 warnings
20319         * src/codeconv.c
20320                 useless #warnings (rewrite needed)
20321         * src/compose.c
20322                 useless #warnings (rewrite needed)
20323                 useless #warnings (gtk2 is like that)
20324                 useless #warnings (previously fixed)
20325         * src/main.c
20326                 useless #warnings (previously fixed)
20327         * src/message_search.c
20328                 useless #warnings (gtk2 is like that)
20329                 Made apparent that search is case-sensitive
20330         * src/mimeview.c
20331                 useless #warnings (rewrite needed)
20332                 useless #warnings (gtk2 is like that)
20333                 reimplemented real warnings
20334         * src/prefs_common.c
20335                 Removed block cursor option (not it gtk2)
20336         * src/prefs_gtk.c
20337                 useless #warnings (rewrite needed)
20338         * src/procheader.c
20339                 useless #warnings (rewrite needed)
20340         * src/sourcewindow.c
20341                 useless #warnings (incorrect placing)
20342         * src/summary_search.c
20343                 useless #warnings (gtk2 is like that)
20344                 Made apparent that search is case-sensitive
20345         * src/action.c
20346                 useless #warnings (gtk2 is like that)
20347         * src/textview.c
20348                 useless #warnings (rewrite needed)
20349         * src/toolbar.c
20350                 useless #warnings (rewrite needed)
20351
20352 2004-07-03 [colin]      0.9.11cvs17.5
20353
20354         * src/textview.c
20355                 Fix mismerge which broke URI opening
20356                 
20357 2004-07-01 [colin]      0.9.11cvs17.4
20358
20359         * src/gtk/filesel.c
20360                 Fill filename when saving
20361                 
20362 2004-06-27 [colin]      0.9.11cvs17.3
20363
20364         * src/gtk/filesel.[ch]
20365                 Use the new GTK file selector
20366                 Update prototype to match the reality: multiple file
20367                 selection is open-only          
20368         * src/compose.c
20369                 Match the new prototypes        
20370         * configure.ac
20371                 Match the new requirements (gtk 2.4.0)
20372                         
20373 2004-06-26 [colin]      0.9.11cvs17.2
20374
20375         * src/plugins/trayicon/trayicon.c
20376                 Remove useless signal handler on resize, which causes
20377                 an infinite "loop"
20378         
20379 2004-06-26 [colin]      0.9.11cvs17.1
20380         
20381         * tools/Makefile.am
20382                 remove launch_firebird and add nautilus2sylpheed.sh
20383         * src/quicksearch.c
20384           src/summaryview.c
20385                 Fix show/hide "Extended symbols" button problem
20386                 Fix apparition at startup
20387                 Fix const warnings
20388         * src/plugins/image_viewer/Makefile.am
20389                 Fix configure 
20390         * common/ssl.c
20391                 Re-enable certificate check, as it doesn't seem to
20392                 cause Xlib errors anymore
20393
20394 2004-06-25 [paul]       0.9.11cvs17
20395
20396         * sync with 0.9.11cvs17 HEAD
20397         
20398         NOTE: QuickSearch is broken
20399
20400 2004-06-07 [colin]      0.9.10claws67.10
20401         * src/plugins/trayicon/trayicon.c
20402           src/plugins/trayicon/libeggtrayicon/Makefile.am
20403           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20404                 Fix gettextization in trayicon plugin
20405
20406 2004-06-07 [colin]      0.9.10claws67.9
20407         
20408         * src/summaryview.c
20409           src/gtk/gtksctree.[ch]
20410                 Let Shift+{Up,Down} work in summaryview
20411                 (well, Down "works" and Up works)
20412                 Let the list scroll when using these keys
20413
20414 2004-06-06 [colin]      0.9.10claws67.8
20415
20416         * src/plugins/trayicon/trayicon.c
20417                 Fix pixmap update
20418
20419 2004-06-06 [colin]      0.9.10claws67.7
20420
20421         * src/addressbook.c
20422                 Fix signal handling causing system-wide focus grab
20423
20424 2004-05-25 [paul]       0.9.10claws67.6
20425
20426         * Makefile.am
20427           src/Makefile.am
20428                 clean up
20429
20430 2004-05-25 [paul]       0.9.10claws67.5
20431
20432         * replace deprecated gtk_signal... functions
20433
20434 2004-05-23 [colin]      0.9.10claws67.4
20435
20436         * src/compose.c
20437                 Fix wrapping
20438
20439 2004-05-22 [colin]      0.9.10claws67.3
20440
20441         * src/compose.c
20442                 Re-fix [Edited] in compose.c::compose_reedit()
20443
20444 2004-05-22 [colin]      0.9.10claws67.2
20445
20446         * src/procmime.c
20447                 Fix parsing of multiparts mails
20448
20449 2004-05-22 [colin]      0.9.10claws67.1
20450
20451         * src/summaryview.c
20452                 Fix quicksearch
20453
20454 2004-05-22 [paul]       0.9.10claws67
20455
20456         * sync with 0.9.10claws67 HEAD
20457
20458 2004-05-14 [alfons]
20459
20460         * src/procmime.h
20461                 add forgotton prototype
20462
20463 2004-05-10 [paul]       0.9.10claws57
20464
20465         * sync with 0.9.10claws57 HEAD
20466
20467 2004-05-05 [paul]       0.9.9.claws1
20468
20469         * ChangeLog-gtk2        ** REMOVED **
20470           ChangeLog-gtk2.claws  ** ADDED **
20471                 rename and adopt the normal claws format
20472                 
20473         * configure.ac
20474                 require gtkmathview >= 0.5
20475
20476         * ac/*                          ** REMOVED **
20477           ac/                           ** REMOVED **
20478           intl/Makefile.in              ** REMOVED **
20479           m4/                           ** ADDED **
20480           m4/missing                    ** ADDED **
20481           m4/missing/gdk-pixbuf.m4      ** ADDED **
20482           m4/missing/gettext.m4         ** ADDED **
20483           m4/missing/gpgme.m4           ** ADDED **
20484           m4/missing/imlib.m4           ** ADDED **
20485           m4/.cvsignore                 ** ADDED **
20486           m4/Makefile.am                ** ADDED **
20487           m4/README                     ** ADDED **
20488           m4/aclocal-include.m4         ** ADDED **
20489           m4/aspell.m4                  ** ADDED **
20490           m4/check-type.m4              ** ADDED **
20491           m4/gnupg-check-typedef.m4     ** ADDED **
20492           m4/openssl.m4                 ** ADDED **
20493           m4/spamassassin.m4            ** ADDED **
20494           po/ChangeLog                  ** REMOVED **
20495           po/Makefile.in.in             ** REMOVED **
20496           po/Rules-quot                 ** REMOVED **
20497           po/boldquot.sed               ** REMOVED **
20498           po/en@boldquot.header         ** REMOVED **
20499           po/en@quot.header             ** REMOVED **
20500           po/insert-header.sin          ** REMOVED **
20501           po/quot.sed                   ** REMOVED **
20502           po/remove-potcdate.sed        ** REMOVED **
20503           po/remove-potcdate.sin        ** REMOVED **
20504           po/stamp-po                   ** REMOVED **
20505           Makefile.am
20506           autogen.sh
20507           configure.ac
20508                 enable building with automake 1.8.x
20509                 add 'autopoint --force' to autogen.sh and remove all
20510                 auto-generated files, remove ac/ directory and use
20511                 m4/ directory instead
20512                 
20513         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20514                 fix gettextization
20515
20516 2004-02-28 Colin Leroy <colin@colino.net>
20517         * src/prefs_matcher.c
20518           src/prefs_filtering.c
20519           src/prefs_filtering_action.c
20520                 Fix non-editable GtkEntries
20521
20522 2004-02-22 Thorsten Maerz <torte@netztorte.de>
20523         * src/prefs_themes.c
20524                 utf8 conversion for theme info
20525
20526 2004-02-21 Thorsten Maerz <torte@netztorte.de>
20527         * sync 0.9.9claws
20528
20529 2004-02-14 Thorsten Maerz <torte@netztorte.de>
20530         * src/grouplistdialog.c
20531                 allow multiple selections without ctrl key
20532
20533 2004-02-09 Thorsten Maerz <torte@netztorte.de>
20534         * src/main.c
20535                 enable customizable accelerators
20536
20537 2004-02-08 Thorsten Maerz <torte@netztorte.de>
20538         * src/prefs_common.c
20539                 re-enable different font settings for gtk1/2
20540         * src/prefs_folder_item.c
20541                 fix folder prefs displayed wrong
20542         * src/textview.c
20543                 set 'sunken' shadow type
20544
20545 2004-02-07 Colin Leroy <colin@colino.net>
20546         * src/compose.c
20547                 Fix message being always [Edited]
20548                 Encode headers correctly (utf8 buf)
20549
20550 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20551         * src/socket.c
20552                 remove double g_source_attach()
20553                 (Thanks to Colin Leroy)
20554
20555 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20556         * src/gtk/gtksctree.c
20557                 Fix SSL certificate list not shown
20558         * src/mimeview.c
20559                 Fix clicks in mime tree
20560
20561 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20562         * src/common/socket.c
20563                 Fix SSL receive
20564         * src/compose.c
20565                 Fix clipboard menu hotkeys
20566
20567 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20568         * src/gtk/gtkaspell.[ch]
20569           src/compose.c
20570                 reimplement spellchecker
20571
20572 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20573         * src/gtk/filesel.c
20574                 crash when inserting file in compose window
20575                 (TODO: keep old selection on clicks)
20576         * src/main.c
20577                 use gtkrc-2.0 instead of gtkrc
20578
20579 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20580         * src/messageview.c
20581                 remove orphaned mimeview unref()
20582
20583 2004-01-20 Thorsten Maerz <torte@netztorte.de>
20584         * src/grouplistdialog.c
20585                 expand nodes containing subscribed groups
20586
20587 2004-01-19 Thorsten Maerz <torte@netztorte.de>
20588         * src/textview.c
20589                 textview: hide cursor, restore old click behaviour
20590
20591 2004-01-18 Thorsten Maerz <torte@netztorte.de>
20592         * src/textview.c
20593                 variable names messed up
20594
20595 2004-01-17 Colin Leroy <colin@colino.net>
20596         * src/addr_compl.c
20597                 Fix completion address too thin
20598         * src/compose.c
20599                 Fix tab-to-subject behaviour
20600         * src/summaryview.c
20601                 Implement key up & down in summaryview
20602
20603 2004-01-12 Thorsten Maerz <torte@netztorte.de>
20604
20605         * sync 098claws
20606
20607 2004-01-08 Thorsten Maerz <torte@netztorte.de>
20608         * configure.ac
20609           Makefile.am
20610           doc/.cvsignore
20611           doc/Makefile.am
20612                 faq, man, manual moved to doc/
20613         * ac/aspell.m4
20614           ac/check-type.m4
20615           ac/gnupg-check-typedef.m4
20616           ac/openssl.m4
20617           ac/spamassassin.m4
20618           ac/missing/gdk-pixbuf.m4
20619           ac/missing/gpgme.m4
20620           ac/missing/imlib.m4
20621                 fix automake warnings
20622
20623 2003-12-06 Colin Leroy <colin@colino.net>
20624         * src/summaryview.c
20625                 Fix quicksearch
20626
20627 2003-12-05 Colin Leroy <colin@colino.net>
20628         * src/summaryview.c
20629                 Fix going to next unread folder
20630
20631 2003-12-05 Colin Leroy <colin@colino.net>
20632         * src/crash.c
20633                 Fix gtk2 compilation
20634         * src/session.c
20635                 Remove iotag source handler at disconnection
20636         * src/socket.[ch] 
20637                 Remove source handler when closing socket 
20638                 (fixes another seg)
20639
20640 2003-12-04 Colin Leroy <colin@colino.net>
20641         * src/compose.c
20642           src/prefs_account.c
20643           src/prefs_common.c
20644                 Fix some dropdown menus
20645
20646 2003-12-04 Colin Leroy <colin@colino.net>
20647         * src/compose.c
20648                 Fix event handlers on header fields
20649         * src/common/socket.c
20650           src/common/session.c
20651                 Fix segfault with callback (SSL)
20652                 Fix end of session 
20653
20654 2003-10-06 Thorsten Maerz <torte@netztorte.de>
20655
20656         * Fix compile bug in src/compose.c
20657         * removed src/gtk/gtkstext.[ch]
20658
20659 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
20660
20661         * Convert character set and escape "text" attributes in toolbar setting
20662         files.
20663         * Fixed bug in button-press-event handling.
20664
20665 2003-09-16 Thorsten Maerz <torte@netztorte.de>
20666
20667         * Fixed bug in key-press-event handling.
20668
20669 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
20670
20671         * Enabled to compile tray-icon plugin (Ad-hoc).
20672         * Avoid hang up bug of icon list in mime view (Ad-hoc).
20673
20674 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
20675
20676         * Enabled to compile on sylpheed-claws.
20677         (tray-icon plugin still cannot compile yet.)
20678
20679 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
20680
20681         * Updated to 0.9.5.
20682
20683 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
20684
20685         * Updated to 0.9.4.
20686         * Ported monitoring SSL mechanism to GSource of GLib2
20687         (I don't confirm it)
20688         * Added _gtk2 suffix to key name of font preference to avoid
20689         ovverwriting preference of Gtk+-1.2 version.
20690
20691 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
20692
20693         * Updated to 0.9.2.
20694
20695 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
20696
20697         * Updated to 0.9.1.
20698         * Translate po files into UTF-8 when execute autogen.sh.
20699
20700 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
20701
20702         * Updated to 0.9.0.
20703
20704 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
20705
20706         * Plugged GError related memory leaks.
20707
20708 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
20709
20710         * Changed default size of fonts.
20711         * Enabled to set titile font size of warning dialog.
20712
20713 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
20714
20715         * Embed a sylpheed icon into executable binary on Windows.
20716
20717 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
20718
20719         * I forgot to traslate character set of element string in src/xml.c.
20720
20721 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
20722
20723         * Fixed detecting bind_textdomain_codeset in configure.in.
20724         * The bug in which "Example" of "Date fromat" preference isn't displayed
20725         correctly has been fixed.
20726
20727 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
20728
20729         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
20730           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
20731           glib-gettextize
20732           Removed intl directory.
20733           Translated po files into UTF-8.
20734           (Thanks! Ryuji Abe)
20735
20736 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
20737
20738         * The bug which doesn't unscape string in xml.c has been fixed.
20739
20740 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
20741
20742         * The bug which is failed to translate encoding of file name thorough
20743         file dialog has been fixed.
20744
20745 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
20746
20747         * Modified to translate file names which is used in inporting/expoting
20748         mbox feature and "Save as" feature into locale encoding.
20749         * Translate file names into locale encoding when "Attache file" and
20750         "Insert file".
20751         * Force set G_BROKEN_FILENAMES environment variable.
20752         * Other minor fixes.
20753
20754 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
20755
20756         * Modified to treat MH folder's name as locale encoding.
20757
20758 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
20759
20760         * The bug which clash on switching candidates of auto completion of
20761         addresses, cannot use auto completion in Japanesse is fixed
20762         (Thanks! Tokunaga-san)¡¥
20763
20764 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20765
20766         * The bug which cannot switch key accelerator preference has been fixed
20767         (Thanks! smbd-san)¡¥
20768
20769 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20770
20771         * version 0.8.11-gtk2-20030314
20772
20773 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20774
20775         * The bug in which character set conversion of filtering messages has
20776         been fixed.(Thanks! COCOA-san).
20777
20778 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
20779
20780         * Revived "Leave space on head" preference in "Message" category.
20781         * A bug which clash when put the cursor to end of buffer and execute
20782         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
20783
20784 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20785
20786         * version 0.8.11-gtk2-20030312
20787
20788 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20789
20790         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
20791         * Modified to use Pango's API directly for font preference.
20792         * Integrated GtkTextView of textview to one widget.
20793         * Set fonts of header title in textview by "header_title" tag.
20794         * Removed some deprecated codes.
20795
20796 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
20797
20798         * Updated to 0.8.11.
20799         * Merged cygwin patch(Thanks! Sakai-san).
20800
20801 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
20802
20803         * version 0.8.10-gtk2-20030309