d841dbc5c8ace1d4c120c468f9358005b21bb27e
[claws.git] / ChangeLog
1 2006-12-13 [paul]       2.6.1cvs27
2
3         * po/en_GB.po
4                 updated
5
6 2006-12-13 [colin]      2.6.1cvs26
7
8         * src/main.c
9         * src/main.h
10                 Add claws_is_starting()
11
12 2006-12-13 [mones]      2.6.1cvs25
13
14         * manual/es/advanced.xml
15         * po/es.po
16                 Synced manual and updated translation
17
18 2006-12-12 [colin]      2.6.1cvs24
19
20         * src/wizard.c
21                 Add an option to use STARTTLS in the
22                 welcome wizard. Fixes bug 1080, 
23                 'Using SSL option in wizard for incoming 
24                 server does not activate SSL with STARTTLS'
25
26 2006-12-12 [colin]      2.6.1cvs23
27
28         * src/main.c
29                 Don't exit when there's an incomplete
30                 mailbox configured - leaves a chance 
31                 to fix a failing IMAP account. Exit
32                 if no mailbox at all is loaded (case
33                 of missing plugin).
34                 Completes bug 1077's fix (I was wrong
35                 in this bug's comment #3).
36
37 2006-12-12 [colin]      2.6.1cvs22
38
39         * src/gtk/menu.h
40                 Add another menu data type
41         * src/prefs_account.c
42                 Complete the completion of bug 1076
43                 (doesn't lose the pref on apply)
44
45 2006-12-12 [paul]       2.6.1cvs21
46
47         * src/prefs_account.c
48                 complete the fix of bug 1076
49                 also be more verbose with the text
50
51 2006-12-12 [paul]       2.6.1cvs20
52
53         * src/gtk/combobox.c
54                 fix compilation warning
55
56 2006-12-11 [colin]      2.6.1cvs19
57
58         * src/wizard.c
59                 Document :port in server entry tooltips
60
61 2006-12-11 [colin]      2.6.1cvs18
62
63         * src/main.c
64                 Fix compile
65
66 2006-12-11 [colin]      2.6.1cvs17
67
68         * src/main.c
69                 Add failing IMAP as a reason for no
70                 mailbox
71
72 2006-12-11 [colin]      2.6.1cvs16
73
74         * src/prefs_account.c
75                 Check for existence of inbox for local
76                 accounts too
77         * src/wizard.c
78                 Allow setting the port to use for servers
79                 by using the usual "server.example.com:port"
80                 syntax. Fixes bug 1077, 'sylpheed-claws does 
81                 not start when IMAP server is unavailable'
82
83 2006-12-11 [colin]      2.6.1cvs15
84
85         * src/prefs_account.c
86                 Prevent use of non-existing default inbox
87
88 2006-12-11 [colin]      2.6.1cvs14
89
90         * src/prefs_account.c
91                 Fix sensitivity. Fixes bug 1076, 'privacy 
92                 options are displayed even when pgp plugin 
93                 not loaded / available'
94
95 2006-12-09 [colin]      2.6.1cvs13
96
97         * manual/advanced.xml
98         * src/prefs_common.c
99         * src/prefs_common.h
100         * src/common/ssl_certificate.c
101                 Add a new hidden preference, 'unsafe_ssl_certs',
102                 which allows to store multiple certificates per
103                 server/port. This is disabled by default because
104                 it's less secure (presenting a new certificate
105                 instead of a changed one raises less alarms).
106                 This will cause Claws to ask about an unknown
107                 certificate for people who have used 2.6.1cvs8
108                 or greater.
109
110 2006-12-09 [colin]      2.6.1cvs12
111
112         * src/action.c
113                 Fix cache updating after action
114
115 2006-12-07 [wwp]        2.6.1cvs11
116
117         * src/compose.c
118                 fix email address comparison when replying to all
119                 (avoid replying to ourselves), thanks to Colin.
120
121 2006-12-06 [paul]       2.6.1cvs10
122
123         * src/addrharvest.c
124         * src/editldap.c
125         * src/expldifdlg.c
126         * src/news.c
127         * src/toolbar.c
128         * src/common/utils.c
129                 ...and more renaming
130                 Thanks to Colin
131
132 2006-12-06 [paul]       2.6.1cvs9
133
134         * src/compose.c
135         * src/messageview.c
136         * src/procheader.c
137         * src/procmime.c
138         * src/procmsg.c
139         * src/textview.c
140                 more renaming
141                 Thanks to Colin
142
143 2006-12-06 [colin]      2.6.1cvs8
144
145         * src/ssl_manager.c
146         * src/common/ssl_certificate.c
147         * src/common/ssl_certificate.h
148                 Handle multiple certificates per host/port
149
150 2006-12-06 [colin]      2.6.1cvs7
151
152         * src/etpan/imap-thread.c
153                 Fix certificate checking on IMAP
154
155 2006-12-06 [colin]      2.6.1cvs6
156
157         * src/folderview.c
158                 Fix bug 1072, 'Claws stops fetching newsgroups 
159                 from server when newsgroup got deleted': continue
160                 checking other groups
161
162 2006-12-05 [wwp]        2.6.1cvs5
163
164         * src/message_search.c
165         * src/summary_search.c
166         * src/gtk/combobox.c
167         * src/gtk/combobox.h
168         * src/gtk/gtkutils.c
169         * src/gtk/gtkutils.h
170                 make up and down arrow keys in modern gtk_combo_box_entry widgets
171                 behave like w/ old comboboxes (summary and message search only).
172
173 2006-12-05 [paul]       2.6.1cvs4
174
175         * src/wizard.c
176                 encode headers
177                 Thanks to Colin
178
179 2006-12-05 [paul]       2.6.1cvs3
180
181         * tools/README
182         * tools/textviewer.pl
183                 script updated and description added
184
185 2006-12-04 [colin]      2.6.1cvs2
186
187         * src/compose.c
188                 Run pre-send hook only when checking
189                 everything
190
191 2006-12-04 [paul]       2.6.1cvs1
192
193         * NEWS
194         * README
195         * RELEASE_NOTES
196         * configure.ac
197         * tools/README
198                 bump up version number following stable release
199
200 2006-12-04 [paul]       2.6.0cvs83
201
202         * README
203                 updates and corrections
204
205 2006-12-04 [colin]      2.6.0cvs82
206
207         * src/common/utils.c
208                 Probably fix bug 1066, 'Incorrect mailbox 
209                 size displayed'
210
211 2006-12-04 [colin]      2.6.0cvs81
212
213         * src/common/utils.c
214                 Trim tabs from mailcap file too.
215
216 2006-12-02 [paul]       2.6.0cvs80
217
218         * src/exphtmldlg.c
219                 fix broken GUI under certain languages
220         * src/expldifdlg.c
221                 put the Cancel button to the right
222
223 2006-12-01 [paul]       2.6.0cvs79
224
225         * tools/Makefile.am
226                 remove reference to removed file
227
228 2006-12-01 [wwp]        2.6.0cvs78
229
230         * src/addressbook.c
231         * src/editaddress.c
232                 remove forgotten debug statements.
233
234 2006-12-01 [wwp]        2.6.0cvs77
235
236         * manual/advanced.xml
237         * manual/fr/advanced.xml
238         * src/addressbook.c
239         * src/addressbook.h
240         * src/addressitem.h
241         * src/editaddress.c
242         * src/editaddress.h
243         * src/prefs_common.c
244         * src/prefs_common.h
245         * src/gtk/gtkutils.c
246         * src/gtk/gtkutils.h
247                 add a hidden option to allow embedding the editaddress (edit contact details)
248                 dialog into the addressbook's window. This doesn't change the default
249                 behaviour.
250
251 2006-12-01 [wwp]        2.6.0cvs76
252
253         * src/message_search.c
254         * src/summary_search.c
255                 fix more focus issues (don't set focus to combobox's entry widget when
256                 entry's value changed, if entry widget has focus already).
257
258 2006-12-01 [wwp]        2.6.0cvs75
259
260         * src/gtk/quicksearch.c
261                 revert last changes to the quicksearch gtk_combo_box, this needs more
262                 tuning and testing.
263
264 2006-12-01 [paul]       2.6.0cvs74
265
266         * tools/kdeservicemenu/README
267         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
268         * tools/kdeservicemenu/install.sh
269         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
270         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
271                 simplify this stuff, and in so doing,
272                 fix it. (possibly re-extend it again at
273                 a later date)
274
275 2006-12-01 [wwp]        2.6.0cvs73
276
277         * src/gtk/quicksearch.c
278                 adapt quicksearch code to use modern gtk_combo_box'es.
279
280 2006-12-01 [wwp]        2.6.0cvs72
281
282         * src/common/defs.h
283         * src/prefs_common.c
284         * src/prefs_common.h
285         * src/message_search.c
286         * src/summary_search.c
287         * src/gtk/combobox.c
288         * src/gtk/combobox.h
289                 add history combos to all message and summary search fields.
290
291 2006-12-01 [wwp]        2.6.0cvs71
292
293         * src/summaryview.c
294                 As the list may change while the mark as read delay
295                 runs, we can't rely on the 'row' pointer, which can
296                 be invalid when the timeout is called. As the mark
297                 as read is only done if the message is still selected,
298                 use summaryview->selected instead. Thanks to Colin.
299
300 2006-11-30 [paul]       2.6.0cvs70
301
302         * src/textview.c
303                 give emphasis to "Sylpheed-Claws"
304                 as well as "Claws Mail"
305
306 2006-11-30 [colin]      2.6.0cvs69
307
308         * src/wizard.c
309                 Put the SSL checkboxes in the receiving
310                 and sending server pages.
311
312 2006-11-29 [colin]      2.6.0cvs68
313
314         * src/gtk/gtkutils.c
315         * src/gtk/gtkvscrollbutton.c
316                 Revert some deprecated fixes - they seem to
317                 deprecate stuff as soon as a new one gets out.
318                 g_object_ref_sink needed glib-2.10.
319
320 2006-11-29 [colin]      2.6.0cvs67
321
322         * src/common/utils.c
323                 Create .mailcap if it doesn't exist
324
325 2006-11-29 [colin]      2.6.0cvs66
326
327         * src/compose.c
328                 Followup to cvs60: use original list
329                 of recipients if replying to a mail
330                 in Sent Drafts or Queue.
331
332 2006-11-27 [paul]       2.6.0cvs65
333
334         * src/image_viewer.c
335                 revert the last change for now (it's broken)
336
337 2006-11-27 [paul]       2.6.0cvs64
338
339         * Makefile.am
340         * configure.ac
341         * m4/aclocal-include.m4
342         * m4/check-type.m4
343         * src/Makefile.am
344         * src/addr_compl.c
345         * src/compose.c
346         * src/crash.c
347         * src/export.c
348         * src/exporthtml.c
349         * src/exportldif.c
350         * src/imap.c
351         * src/import.c
352         * src/main.c
353         * src/main.h
354         * src/matcher.c
355         * src/mimeview.c
356         * src/procmsg.c
357         * src/textview.c
358         * src/common/Makefile.am
359         * src/common/claws.c
360         * src/common/claws.h
361         * src/common/ssl.c
362         * src/common/sylpheed.c
363         * src/common/sylpheed.h
364         * src/etpan/Makefile.am
365         * src/gtk/Makefile.am
366         * src/gtk/claws-marshal.list
367         * src/gtk/filesel.c
368         * src/gtk/gtksctree.c
369         * src/gtk/quicksearch.c
370         * src/gtk/sylpheed-marshal.list
371         * src/plugins/bogofilter/bogofilter.c
372         * src/plugins/bogofilter/bogofilter_gtk.c
373         * src/plugins/clamav/clamav_plugin.c
374         * src/plugins/clamav/clamav_plugin_gtk.c
375         * src/plugins/demo/demo.c
376         * src/plugins/dillo_viewer/dillo_viewer.c
377         * src/plugins/pgpcore/Makefile.am
378         * src/plugins/pgpcore/claws.def
379         * src/plugins/pgpcore/pgp_viewer.c
380         * src/plugins/pgpcore/plugin.c
381         * src/plugins/pgpcore/sylpheed.def
382         * src/plugins/pgpinline/Makefile.am
383         * src/plugins/pgpinline/claws.def
384         * src/plugins/pgpinline/plugin.c
385         * src/plugins/pgpinline/sylpheed.def
386         * src/plugins/pgpmime/Makefile.am
387         * src/plugins/pgpmime/claws.def
388         * src/plugins/pgpmime/plugin.c
389         * src/plugins/pgpmime/sylpheed.def
390         * src/plugins/spamassassin/spamassassin.c
391         * src/plugins/spamassassin/spamassassin_gtk.c
392         * src/plugins/trayicon/trayicon.c
393                 yet more renaming
394                 remove deprecated gtk_tooltips_set_delay()
395
396 2006-11-26 [paul]       2.6.0cvs63
397
398         * src/expldifdlg.c
399         * src/folderview.c
400         * src/image_viewer.c
401         * src/mainwindow.c
402         * src/gtk/gtkutils.c
403         * src/gtk/gtkvscrollbutton.c
404         * src/gtk/prefswindow.c
405         * src/plugins/pgpcore/prefs_gpg.c
406                 replace more deprecated GTK+ functions
407
408 2006-11-26 [paul]       2.6.0cvs62
409
410         * src/addr_compl.c
411         * src/addressbook.c
412         * src/browseldap.c
413                 replace deprecated gtk_idle_... functions
414
415 2006-11-26 [paul]       2.6.0cvs61
416
417         * src/compose.c
418         * src/folderview.c
419         * src/inc.c
420         * src/summaryview.c
421         * src/gtk/gtkvscrollbutton.c
422         * src/gtk/quicksearch.c
423         * src/plugins/pgpcore/passphrase.c
424                 replace deprecated gtk_timeout_add and
425                 gtk_timeout_remove
426
427 2006-11-26 [paul]       2.6.0cvs60
428
429         * src/compose.c
430                 fix bug that caused the wrong recipient
431                 to be selected when replying to a msg
432                 which is From one of our accounts to
433                 another of our accounts
434
435 2006-11-25 [paul]       2.6.0cvs59
436
437         * src/summaryview.c
438                 don't change the From column title to
439                 To if the To column is visible
440
441 2006-11-24 [paul]       2.6.0cvs58
442
443         * src/compose.c
444                 fix bug 1069, 'Sent mails disappear, BCC
445                 or locking problem?'
446
447 2006-11-21 [wwp]        2.6.0cvs57
448
449         * src/compose.c
450                 fix spelling menu when replying (same as 2.3.1cvs39):
451                 discrepancy between context menu and top menu when
452                 folder's dictionary isn't the default one.
453
454 2006-11-19 [paul]       2.6.0cvs56
455
456         * src/summaryview.c
457                 obey always_show_msg option when
458                 marking as spam
459         * src/plugins/bogofilter/bogofilter.c
460                 fix typo
461
462 2006-11-18 [paul]       2.6.0cvs55
463
464         * AUTHORS
465         * README
466         * debian/copyright
467         * manual/ack.xml
468         * manual/es/ack.xml
469         * manual/fr/ack.xml
470         * manual/pl/ack.xml
471         * src/gtk/authors.h
472         * src/gtk/icon_legend.c
473         * src/gtk/icon_legend.h
474         * tools/OOo2claws-mail.pl
475         * tools/README
476         * tools/acroread2claws-mail.pl
477         * tools/claws.i18n.status.pl
478         * tools/filter_conv.pl
479         * tools/filter_conv_new.pl
480         * tools/freshmeat_search.pl
481         * tools/google_search.pl
482         * tools/kmail2claws-mail.pl
483         * tools/kmail2claws-mail_v2.pl
484         * tools/maildir2claws-mail.pl
485         * tools/make.themes.project
486         * tools/multiwebsearch.pl
487         * tools/outlook2claws-mail.pl
488         * tools/tb2claws-mail
489         * tools/kdeservicemenu/README
490         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
491                 update mine and wwp's email addresses in
492                 several places
493                 Patch by wwp
494         * src/prefs_compose_writing.c
495                 set sensitivity on 'new message format' frame
496
497 2006-11-17 [paul]       2.6.0cvs54
498
499         * src/gtk/about.c
500                 more reworking of the GUI
501                 Patch by Fabien Vantard
502
503 2006-11-16 [paul]       2.6.0cvs53
504
505         * src/gtk/about.c
506                 set a minimum size for the window, allow
507                 it to automatically expand as necessary
508
509 2006-11-16 [wwp]        2.6.0cvs52
510
511         * src/gtk/about.c
512                 better wrap of copyright info on some systems.
513
514 2006-11-16 [paul]       2.6.0cvs51
515
516         * src/gtk/about.c
517                 move the tech info from the upper panel
518                 to the Info tab
519                 use a gtk_text_view for the features tab
520
521 2006-11-16 [paul]       2.6.0cvs50
522
523         * po/Makevars
524                 update my email address
525         * src/addressbook.c
526         * src/compose.c
527         * src/imap_gtk.c
528         * src/mh_gtk.c
529         * src/news_gtk.c
530         * src/summaryview.c
531         * src/plugins/trayicon/trayicon.c
532                 don't offer simple menu separators
533                 for translation
534         * src/folderview.c
535                 add separator between 'mark all read'
536                 and 'search folder'
537
538 2006-11-15 [wwp]        2.6.0cvs49
539
540         * src/gtk/authors.h
541                 updated manuals authors.
542
543 2006-11-14 [paul]       2.6.0cvs48
544
545         * src/compose.c
546                 Fix Options/Reply mode after draft save
547
548 2006-11-14 [paul]       2.6.0cvs47
549
550         * src/Makefile.am
551                 Fix make DESTDIR=...
552         * src/mbox.c
553                 Optimise speed
554         * src/plugins/pgpinline/pgpinline.c
555                 Probably fix bug 1061
556
557 2006-11-14 [paul]       2.6.0cvs46
558
559         * po/Makevars
560                 enable Q_ macro
561         * src/Makefile.am
562         * src/stock_pixmap.c
563         * src/stock_pixmap.h
564         * src/gtk/about.c
565         * src/pixmaps/active.xpm
566         * src/pixmaps/inactive.xpm
567                 add a new page, 'Features', to the About dialog
568                 showing which features are compiled in and which
569                 are not
570
571 2006-11-14 [paul]       2.6.0cvs45
572
573         * po/ru.po
574                 updated by Pavlo Bohmat
575
576 2006-11-14 [colin]      2.6.0cvs44
577
578         * src/compose.c
579         * src/inc.c
580         * src/messageview.c
581         * src/news.c
582         * src/pop.c
583         * src/procmsg.c
584         * src/gtk/gtkaspell.c
585                 Fix 64-bit-related warnings
586         * src/ssl_manager.c
587                 Fix possible infinite loop
588         * src/plugins/pgpcore/sgpgme.c
589                 Remove useless check
590
591 2006-11-13 [colin]      2.6.0cvs43
592
593         * src/gtk/Makefile.am
594                 authors.h isn't generated
595
596 2006-11-13 [colin]      2.6.0cvs42
597
598         * src/plugins/pgpinline/pgpinline.c
599         * src/plugins/pgpmime/pgpmime.c
600                 Very probably fix bug 1061, 'crash on 
601                 opening signed email'. Another cast
602                 problem
603
604 2006-11-13 [colin]      2.6.0cvs41
605
606         * src/plugins/pgpcore/sgpgme.c
607                 Maybe fix bug 1061, 'crash on opening 
608                 signed email'
609
610 2006-11-13 [wwp]        2.6.0cvs40
611
612         * src/plugins/pgpinline/pgpinline.c
613                 fix candidate for bug #1057, thanks to Colin.
614
615 2006-11-13 [wwp]        2.6.0cvs39
616
617         * src/compose.c
618         * src/quote_fmt_parse.y
619                 fix bug 1052: current parser buffer was not always 
620                 allocated, ptr to this buffer could be returned as 
621                 NULL whereas no parser error has occurred. in 
622                 consequence, defining a template body as "%d" 
623                 (w/o the quotes) for the first time of the instance 
624                 of claws-mail, was reporting a parser error. make 
625                 sure that the buffer is always allocated, even to 
626                 an empty string.
627                 fix mis-unescaping in compose.:compose_quote_fmt(): 
628                 unescaping of the fmt string was always done 
629                 whereas it must be done *only* when receiving 
630                 quote format strings issued from the prefs 
631                 (compose new message, reply, forward, redirect 
632                 formats), *not* when applying templates.  in 
633                 consequences, applying templates w/ sequences 
634                 like \\|p{echo} were failing. make sure that 
635                 unescaping is done only when necessary.
636
637 2006-11-12 [colin]      2.6.0cvs38
638
639         * po/de.po
640                 Fix typo (s/KB/MB)
641
642 2006-11-12 [colin]      2.6.0cvs37
643
644         * src/plugins/pgpinline/pgpinline.c
645         * src/plugins/pgpmime/pgpmime.c
646                 Release GPG context at the latest 
647                 possible moment. Maybe fixes 
648                 bug 1057, 'crash on sending signed 
649                 message to a newsgroup'
650                 
651
652 2006-11-12 [colin]      2.6.0cvs36
653
654         * src/plugins/pgpcore/sgpgme.c
655                 Tell a bit more when gpg's status doesn't
656                 contain any signature
657
658 2006-11-12 [colin]      2.6.0cvs35
659
660         * src/compose.c
661                 Fix bug 1060, 'compilation error with 
662                 Irix's cc'
663
664 2006-11-12 [paul]       2.6.0cvs34
665
666         * doc/man/claws-mail.1
667         * src/prefs_gtk.c
668         * src/plugins/clamav/README
669         * src/plugins/spamassassin/README
670         * tools/README
671         * tools/freshmeat_search.pl
672         * tools/google_search.pl
673         * tools/multiwebsearch.pl
674                 more renaming
675         * src/plugins/trayicon/trayicon.c
676                 fix compiliation warning
677
678 2006-11-11 [colin]      2.6.0cvs33
679
680         * src/folderview.c
681                 Forbid drag and drop from/to different
682                 folders of type F_UNKNOWN
683
684 2006-11-11 [colin]      2.6.0cvs32
685
686         * src/plugins/pgpinline/pgpinline.c
687                 Fix typo in previous commit:
688                 - gpgme_new(&ctx);
689                 + if ((err = gpgme_new(&data->ctx)) ...)
690
691 2006-11-11 [colin]      2.6.0cvs31
692
693         * src/plugins/pgpinline/pgpinline.c
694         * src/plugins/pgpmime/pgpmime.c
695                 Check success after calling gpgme_new
696                 Maybe fixes bug 1057, 'crash on sending 
697                 signed message to a newsgroup'
698
699 2006-11-11 [colin]      2.6.0cvs30
700
701         * src/undo.c
702                 init undostruct to 0s (from
703                 valgrind log of bug 1057)
704
705 2006-11-10 [colin]      2.6.0cvs29
706
707         * src/mainwindow.c
708                 Set cursor to wait before filtering
709                 duplicates in all folders
710         * src/plugins/bogofilter/bogofilter.c
711         * src/plugins/bogofilter/bogofilter.h
712         * src/plugins/bogofilter/bogofilter_gtk.c
713                 Completely thread away the bogofilter
714                 filtering
715
716 2006-11-10 [mones]      2.6.0cvs28
717
718         * src/compose.c
719         * src/compose.h
720                 added COMPOSE_CHECK_BEFORE_SEND hook
721
722 2006-11-10 [paul]       2.6.0cvs27
723
724         * src/crash.c
725                 more renaming
726                 add libSM to get_compiled_in_features()
727         * src/main.c
728                 more renaming
729
730 2006-11-10 [colin]      2.6.0cvs26
731
732         * src/etpan/imap-thread.c
733                 Add a reference to libetpan's sasl engine
734                 so that sasl_done() doesn't get called by
735                 libetpan, and doesn't break openssl.
736                 Should fix bug 1053, 'SC fails to reestablish 
737                 a secure connection'
738                 Patch by Hoa
739
740 2006-11-10 [colin]      2.6.0cvs25
741
742         * manual/addrbook.xml
743         * manual/advanced.xml
744         * manual/faq.xml
745         * manual/intro.xml
746                 Some more renaming
747
748 2006-11-09 [colin]      2.6.0cvs24
749
750         * src/plugins/bogofilter/bogofilter_gtk.c
751                 Add comment about annoyance
752
753 2006-11-09 [colin]      2.6.0cvs23
754
755         * src/plugins/bogofilter/bogofilter.c
756         * src/plugins/bogofilter/bogofilter_gtk.c
757                 Prepare things needed to thread bogofilter
758                 filtering: separate bogo stuff and possible GUI
759                 stuff. 
760
761 2006-11-09 [colin]      2.6.0cvs22
762
763         * src/account.c
764         * src/compose.c
765                 Search for one of our accounts in Delivered-To
766                 (helps for auto-account selection when 
767                  replying/forwarding)
768         * src/folderview.c
769         * src/mainwindow.c
770         * src/mainwindow.h
771         * src/plugins/trayicon/trayicon.c
772                 Allow opening a new mail with any account from
773                 the contextual menu
774
775 2006-11-09 [wwp]        2.6.0cvs21
776
777         * src/compose.c
778         * src/prefs_common.c
779         * src/prefs_common.h
780         * src/prefs_compose_writing.c
781                 add a compose new message format (in prefs/compose/writing), it's a
782                 simple subject+body template to use when opening a new composition
783                 window. It's similar to the existent reply and forward formats.
784
785                 enhanced the template/format % symbols substitution mechanism to
786                 use current composition window information when % are used in
787                 the compose new message format or in templates applied to new
788                 messages (there were useless in that situations before). When
789                 applied to new messages, %d corresponds to the system time/date.
790
791 2006-11-09 [paul]       2.6.0cvs20
792
793         * src/gtk/authors.h
794                 fix last commit
795
796 2006-11-09 [paul]       2.6.0cvs19
797
798         * src/gtk/authors.h
799                 keep tje alphabetical order
800
801 2006-11-08 [colin]      2.6.0cvs18
802
803         * src/etpan/imap-thread.c
804                 Fix bug 1054, 'Slowness logging big 
805                 data chunks'
806
807 2006-11-08 [paul]       2.6.0cvs17
808
809         * tools/Makefile.am
810                 fix the renaming
811
812 2006-11-08 [paul]       2.6.0cvs16
813
814         * src/common/defs.h
815                 update BUGZILLA_URI
816
817 2006-11-08 [paul]       2.6.0cvs15
818
819         * tools/Makefile.am
820         * tools/OOo2claws-mail.pl
821         * tools/OOo2sylpheed.pl
822         * tools/README
823         * tools/acroread2claws-mail.pl
824         * tools/acroread2sylpheed.pl
825         * tools/kmail2claws-mail.pl
826         * tools/kmail2claws-mail_v2.pl
827         * tools/kmail2sylpheed.pl
828         * tools/kmail2sylpheed_v2.pl
829         * tools/maildir2claws-mail.pl
830         * tools/maildir2sylpheed.pl
831         * tools/nautilus2claws-mail.sh
832         * tools/nautilus2sylpheed.sh
833         * tools/outlook2claws-mail.pl
834         * tools/outlook2sylpheed.pl
835         * tools/tb2claws-mail
836         * tools/tb2sylpheed
837         * tools/tbird2claws.py
838         * tools/tbird2syl.py
839         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
840         * tools/kdeservicemenu/install.sh
841         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
842         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
843         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
844         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
845         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
846                 renamed (removed, added) tools files
847
848 2006-11-08 [paul]       2.6.0cvs14
849
850         * src/main.c
851         * src/common/defs.h
852                 Migrate sylpheedrc to clawsrc, and fix the standard
853                 plugins path in the process
854
855 2006-11-07 [colin]      2.6.0cvs13
856
857         * src/Makefile.am
858                 Symlink sylpheed-claws relative to 
859                 claws-mail
860
861 2006-11-07 [colin]      2.6.0cvs12
862
863         * src/compose.c
864                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
865
866 2006-11-07 [paul]       2.6.0cvs11
867
868         * src/gtk/about.c
869                 Fix a missed occurence of
870                 Sylpheed-Claws
871
872 2006-11-07 [paul]       2.6.0cvs10
873
874         * src/Makefile.am
875                 Fix symlink installation
876
877 2006-11-07 [paul]       2.6.0cvs9
878
879         * src/Makefile.am
880                 Symlink claws-mail to sylpheed-claws
881         * src/common/utils.c
882                 Fix migrating symlinks
883         * src/etpan/imap-thread.c
884                 check certificate only when there's
885                 no error
886
887 2006-11-07 [paul]       2.6.0cvs8
888
889         * Makefile.am
890                 Fix icon breakages with Gtk, which needs a 
891                 cache updated to see them.
892
893 2006-11-07 [paul]       2.6.0cvs7
894
895         * .cvsignore
896         * AUTHORS
897         * COPYING
898         * INSTALL
899         * Makefile.am
900         * NEWS
901         * README
902         * RELEASE_NOTES
903         * autogen.sh
904         * claws-mail-128x128.png
905         * claws-mail-64x64.png
906         * claws-mail.ico
907         * claws-mail.pc.in
908         * claws-mail.png
909         * configure.ac
910         * sylpheed-claws-128x128.png
911         * sylpheed-claws-64x64.png
912         * sylpheed-claws.desktop
913         * sylpheed-claws.ico
914         * sylpheed-claws.pc.in
915         * sylpheed-claws.png
916         * debian/README.Debian
917         * debian/changelog
918         * debian/claws-mail.desktop
919         * debian/claws-mail.menu
920         * debian/claws-mail.postinst.debhelper
921         * debian/claws-mail.postrm.debhelper
922         * debian/control
923         * debian/copyright
924         * debian/files
925         * debian/rules
926         * debian/sylpheed-claws.desktop
927         * debian/sylpheed-claws.menu
928         * debian/sylpheed-claws.postinst.debhelper
929         * debian/sylpheed-claws.postrm.debhelper
930         * doc/man/Makefile.am
931         * doc/man/claws-mail.1
932         * doc/man/sylpheed-claws.1
933         * doc/src/ChangeLog.claws-pre0.8.0
934         * manual/Makefile.am
935         * manual/account.xml
936         * manual/ack.xml
937         * manual/addrbook.xml
938         * manual/advanced.xml
939         * manual/claws-mail-manual.xml
940         * manual/faq.xml
941         * manual/glossary.xml
942         * manual/handling.xml
943         * manual/intro.xml
944         * manual/keyboard.xml
945         * manual/plugins.xml
946         * manual/starting.xml
947         * manual/sylpheed-claws-manual.xml
948         * manual/xml2pdf
949         * manual/dist/.cvsignore
950         * manual/dist/html/.cvsignore
951         * manual/dist/html/Makefile.am
952         * manual/dist/pdf/.cvsignore
953         * manual/dist/pdf/Makefile.am
954         * manual/dist/ps/.cvsignore
955         * manual/dist/ps/Makefile.am
956         * manual/dist/txt/.cvsignore
957         * manual/dist/txt/Makefile.am
958         * manual/es/Makefile.am
959         * manual/es/advanced.xml
960         * manual/es/claws-mail-manual.xml
961         * manual/es/faq.xml
962         * manual/es/glossary.xml
963         * manual/es/handling.xml
964         * manual/es/intro.xml
965         * manual/es/plugins.xml
966         * manual/es/sylpheed-claws-manual.xml
967         * manual/es/dist/.cvsignore
968         * manual/es/dist/html/.cvsignore
969         * manual/es/dist/html/Makefile.am
970         * manual/es/dist/pdf/.cvsignore
971         * manual/es/dist/pdf/Makefile.am
972         * manual/es/dist/ps/.cvsignore
973         * manual/es/dist/ps/Makefile.am
974         * manual/es/dist/txt/.cvsignore
975         * manual/es/dist/txt/Makefile.am
976         * manual/fr/Makefile.am
977         * manual/fr/account.xml
978         * manual/fr/ack.xml
979         * manual/fr/addrbook.xml
980         * manual/fr/advanced.xml
981         * manual/fr/claws-mail-manual.xml
982         * manual/fr/faq.xml
983         * manual/fr/glossary.xml
984         * manual/fr/handling.xml
985         * manual/fr/intro.xml
986         * manual/fr/keyboard.xml
987         * manual/fr/plugins.xml
988         * manual/fr/starting.xml
989         * manual/fr/sylpheed-claws-manual.xml
990         * manual/fr/dist/.cvsignore
991         * manual/fr/dist/html/.cvsignore
992         * manual/fr/dist/html/Makefile.am
993         * manual/fr/dist/pdf/.cvsignore
994         * manual/fr/dist/pdf/Makefile.am
995         * manual/fr/dist/ps/.cvsignore
996         * manual/fr/dist/ps/Makefile.am
997         * manual/fr/dist/txt/.cvsignore
998         * manual/fr/dist/txt/Makefile.am
999         * manual/pl/Makefile.am
1000         * manual/pl/account.xml
1001         * manual/pl/ack.xml
1002         * manual/pl/addrbook.xml
1003         * manual/pl/advanced.xml
1004         * manual/pl/claws-mail-manual.xml
1005         * manual/pl/faq.xml
1006         * manual/pl/glossary.xml
1007         * manual/pl/handling.xml
1008         * manual/pl/intro.xml
1009         * manual/pl/keyboard.xml
1010         * manual/pl/plugins.xml
1011         * manual/pl/starting.xml
1012         * manual/pl/sylpheed-claws-manual.xml
1013         * manual/pl/dist/.cvsignore
1014         * manual/pl/dist/html/.cvsignore
1015         * manual/pl/dist/html/Makefile.am
1016         * manual/pl/dist/pdf/.cvsignore
1017         * manual/pl/dist/pdf/Makefile.am
1018         * manual/pl/dist/ps/.cvsignore
1019         * manual/pl/dist/ps/Makefile.am
1020         * manual/pl/dist/txt/.cvsignore
1021         * manual/pl/dist/txt/Makefile.am
1022         * po/.cvsignore
1023         * po/Makevars
1024         * src/.cvsignore
1025         * src/Makefile.am
1026         * src/account.c
1027         * src/account.h
1028         * src/action.c
1029         * src/action.h
1030         * src/adbookbase.h
1031         * src/addr_compl.c
1032         * src/addr_compl.h
1033         * src/addrbook.c
1034         * src/addrcache.c
1035         * src/addrcache.h
1036         * src/addrcindex.c
1037         * src/addrcindex.h
1038         * src/addrclip.c
1039         * src/addrclip.h
1040         * src/addrdefs.h
1041         * src/addressadd.c
1042         * src/addressadd.h
1043         * src/addressbook.c
1044         * src/addressbook.h
1045         * src/addressbook_foldersel.c
1046         * src/addressbook_foldersel.h
1047         * src/addrgather.c
1048         * src/addrgather.h
1049         * src/addrharvest.c
1050         * src/addrharvest.h
1051         * src/addrindex.c
1052         * src/addrindex.h
1053         * src/addritem.c
1054         * src/addritem.h
1055         * src/addrquery.c
1056         * src/addrquery.h
1057         * src/addrselect.c
1058         * src/addrselect.h
1059         * src/alertpanel.c
1060         * src/alertpanel.h
1061         * src/browseldap.c
1062         * src/browseldap.h
1063         * src/codeconv.c
1064         * src/codeconv.h
1065         * src/compose.c
1066         * src/crash.c
1067         * src/crash.h
1068         * src/customheader.c
1069         * src/customheader.h
1070         * src/displayheader.c
1071         * src/displayheader.h
1072         * src/editaddress.c
1073         * src/editaddress.h
1074         * src/editbook.c
1075         * src/editbook.h
1076         * src/editgroup.c
1077         * src/editgroup.h
1078         * src/editjpilot.c
1079         * src/editjpilot.h
1080         * src/editldap.c
1081         * src/editldap.h
1082         * src/editldap_basedn.c
1083         * src/editldap_basedn.h
1084         * src/editvcard.c
1085         * src/editvcard.h
1086         * src/exphtmldlg.c
1087         * src/exphtmldlg.h
1088         * src/expldifdlg.c
1089         * src/expldifdlg.h
1090         * src/export.c
1091         * src/exporthtml.c
1092         * src/exporthtml.h
1093         * src/exportldif.c
1094         * src/exportldif.h
1095         * src/filtering.c
1096         * src/filtering.h
1097         * src/folder.c
1098         * src/folder.h
1099         * src/folder_item_prefs.c
1100         * src/folder_item_prefs.h
1101         * src/foldersel.c
1102         * src/foldersel.h
1103         * src/folderutils.c
1104         * src/folderutils.h
1105         * src/folderview.c
1106         * src/folderview.h
1107         * src/grouplistdialog.c
1108         * src/grouplistdialog.h
1109         * src/html.c
1110         * src/html.h
1111         * src/image_viewer.c
1112         * src/image_viewer.h
1113         * src/imap.c
1114         * src/imap.h
1115         * src/imap_gtk.c
1116         * src/imap_gtk.h
1117         * src/import.c
1118         * src/import.h
1119         * src/importldif.c
1120         * src/importldif.h
1121         * src/importmutt.c
1122         * src/importmutt.h
1123         * src/importpine.c
1124         * src/importpine.h
1125         * src/inc.c
1126         * src/inc.h
1127         * src/jpilot.c
1128         * src/jpilot.h
1129         * src/ldapctrl.c
1130         * src/ldapctrl.h
1131         * src/ldaplocate.c
1132         * src/ldaplocate.h
1133         * src/ldapquery.c
1134         * src/ldapquery.h
1135         * src/ldapserver.c
1136         * src/ldapserver.h
1137         * src/ldaputil.c
1138         * src/ldaputil.h
1139         * src/ldif.c
1140         * src/ldif.h
1141         * src/localfolder.c
1142         * src/localfolder.h
1143         * src/main.c
1144         * src/main.h
1145         * src/mainwindow.c
1146         * src/mainwindow.h
1147         * src/manual.c
1148         * src/manual.h
1149         * src/matcher.c
1150         * src/matcher.h
1151         * src/matcher_parser.h
1152         * src/matcher_parser_lex.l
1153         * src/matcher_parser_parse.y
1154         * src/mbox.c
1155         * src/mbox.h
1156         * src/message_search.c
1157         * src/message_search.h
1158         * src/messageview.c
1159         * src/messageview.h
1160         * src/mh.c
1161         * src/mh.h
1162         * src/mh_gtk.c
1163         * src/mh_gtk.h
1164         * src/mimeview.c
1165         * src/mimeview.h
1166         * src/msgcache.c
1167         * src/msgcache.h
1168         * src/mutt.c
1169         * src/mutt.h
1170         * src/news.c
1171         * src/news.h
1172         * src/news_gtk.c
1173         * src/news_gtk.h
1174         * src/noticeview.c
1175         * src/noticeview.h
1176         * src/partial_download.c
1177         * src/partial_download.h
1178         * src/pine.c
1179         * src/pine.h
1180         * src/pop.c
1181         * src/pop.h
1182         * src/prefs_account.c
1183         * src/prefs_account.h
1184         * src/prefs_actions.c
1185         * src/prefs_actions.h
1186         * src/prefs_common.c
1187         * src/prefs_common.h
1188         * src/prefs_compose_writing.c
1189         * src/prefs_compose_writing.h
1190         * src/prefs_customheader.c
1191         * src/prefs_customheader.h
1192         * src/prefs_display_header.c
1193         * src/prefs_display_header.h
1194         * src/prefs_ext_prog.c
1195         * src/prefs_ext_prog.h
1196         * src/prefs_filtering.c
1197         * src/prefs_folder_column.c
1198         * src/prefs_folder_column.h
1199         * src/prefs_folder_item.c
1200         * src/prefs_folder_item.h
1201         * src/prefs_fonts.c
1202         * src/prefs_fonts.h
1203         * src/prefs_gtk.c
1204         * src/prefs_gtk.h
1205         * src/prefs_image_viewer.c
1206         * src/prefs_image_viewer.h
1207         * src/prefs_matcher.c
1208         * src/prefs_matcher.h
1209         * src/prefs_message.c
1210         * src/prefs_message.h
1211         * src/prefs_msg_colors.c
1212         * src/prefs_msg_colors.h
1213         * src/prefs_other.c
1214         * src/prefs_other.h
1215         * src/prefs_quote.c
1216         * src/prefs_quote.h
1217         * src/prefs_receive.c
1218         * src/prefs_receive.h
1219         * src/prefs_send.c
1220         * src/prefs_send.h
1221         * src/prefs_spelling.c
1222         * src/prefs_spelling.h
1223         * src/prefs_summaries.c
1224         * src/prefs_summaries.h
1225         * src/prefs_summary_column.c
1226         * src/prefs_summary_column.h
1227         * src/prefs_template.c
1228         * src/prefs_template.h
1229         * src/prefs_themes.c
1230         * src/prefs_themes.h
1231         * src/prefs_toolbar.c
1232         * src/prefs_toolbar.h
1233         * src/prefs_wrapping.c
1234         * src/prefs_wrapping.h
1235         * src/privacy.c
1236         * src/privacy.h
1237         * src/procheader.c
1238         * src/procheader.h
1239         * src/procmime.c
1240         * src/procmime.h
1241         * src/procmsg.c
1242         * src/procmsg.h
1243         * src/quote_fmt.c
1244         * src/quote_fmt_parse.y
1245         * src/recv.c
1246         * src/recv.h
1247         * src/remotefolder.c
1248         * src/remotefolder.h
1249         * src/send_message.c
1250         * src/send_message.h
1251         * src/setup.c
1252         * src/setup.h
1253         * src/sourcewindow.c
1254         * src/sourcewindow.h
1255         * src/ssl_manager.c
1256         * src/ssl_manager.h
1257         * src/statusbar.c
1258         * src/statusbar.h
1259         * src/stock_pixmap.c
1260         * src/stock_pixmap.h
1261         * src/summary_search.c
1262         * src/summary_search.h
1263         * src/summaryview.c
1264         * src/summaryview.h
1265         * src/syldap.c
1266         * src/syldap.h
1267         * src/textview.c
1268         * src/textview.h
1269         * src/toolbar.c
1270         * src/toolbar.h
1271         * src/undo.c
1272         * src/undo.h
1273         * src/unmime.c
1274         * src/unmime.h
1275         * src/vcard.c
1276         * src/vcard.h
1277         * src/wizard.c
1278         * src/wizard.h
1279         * src/common/base64.c
1280         * src/common/base64.h
1281         * src/common/defs.h
1282         * src/common/hooks.c
1283         * src/common/hooks.h
1284         * src/common/log.c
1285         * src/common/log.h
1286         * src/common/mgutils.c
1287         * src/common/mgutils.h
1288         * src/common/nntp.c
1289         * src/common/nntp.h
1290         * src/common/passcrypt.c
1291         * src/common/passcrypt.h.in
1292         * src/common/plugin.c
1293         * src/common/plugin.h
1294         * src/common/prefs.c
1295         * src/common/prefs.h
1296         * src/common/progressindicator.c
1297         * src/common/progressindicator.h
1298         * src/common/quoted-printable.c
1299         * src/common/quoted-printable.h
1300         * src/common/session.c
1301         * src/common/session.h
1302         * src/common/smtp.c
1303         * src/common/smtp.h
1304         * src/common/socket.c
1305         * src/common/socket.h
1306         * src/common/ssl.c
1307         * src/common/ssl.h
1308         * src/common/stringtable.c
1309         * src/common/stringtable.h
1310         * src/common/sylpheed.c
1311         * src/common/sylpheed.h
1312         * src/common/template.c
1313         * src/common/template.h
1314         * src/common/timing.h
1315         * src/common/utils.c
1316         * src/common/utils.h
1317         * src/common/version.h.in
1318         * src/common/xml.c
1319         * src/common/xml.h
1320         * src/common/xmlprops.c
1321         * src/common/xmlprops.h
1322         * src/gtk/about.c
1323         * src/gtk/colorlabel.c
1324         * src/gtk/colorlabel.h
1325         * src/gtk/colorsel.c
1326         * src/gtk/colorsel.h
1327         * src/gtk/combobox.c
1328         * src/gtk/combobox.h
1329         * src/gtk/description_window.c
1330         * src/gtk/description_window.h
1331         * src/gtk/filesel.c
1332         * src/gtk/filesel.h
1333         * src/gtk/foldersort.c
1334         * src/gtk/foldersort.h
1335         * src/gtk/gtkaspell.c
1336         * src/gtk/gtkaspell.h
1337         * src/gtk/gtksctree.c
1338         * src/gtk/gtkshruler.c
1339         * src/gtk/gtkshruler.h
1340         * src/gtk/gtkutils.c
1341         * src/gtk/gtkutils.h
1342         * src/gtk/icon_legend.c
1343         * src/gtk/icon_legend.h
1344         * src/gtk/logwindow.c
1345         * src/gtk/logwindow.h
1346         * src/gtk/manage_window.c
1347         * src/gtk/manage_window.h
1348         * src/gtk/pluginwindow.c
1349         * src/gtk/pluginwindow.h
1350         * src/gtk/prefswindow.c
1351         * src/gtk/prefswindow.h
1352         * src/gtk/quicksearch.c
1353         * src/gtk/quicksearch.h
1354         * src/pixmaps/claws-mail.xpm
1355         * src/pixmaps/claws-mail_icon.xpm
1356         * src/pixmaps/claws-mail_logo.xpm
1357         * src/pixmaps/sylpheed-claws.xpm
1358         * src/pixmaps/sylpheed-claws_icon.xpm
1359         * src/pixmaps/sylpheed-claws_logo.xpm
1360         * src/plugins/bogofilter/Makefile.am
1361         * src/plugins/bogofilter/bogofilter.c
1362         * src/plugins/bogofilter/bogofilter.h
1363         * src/plugins/bogofilter/bogofilter_gtk.c
1364         * src/plugins/clamav/Makefile.am
1365         * src/plugins/clamav/clamav_plugin.c
1366         * src/plugins/clamav/clamav_plugin.h
1367         * src/plugins/clamav/clamav_plugin_gtk.c
1368         * src/plugins/demo/Makefile.am
1369         * src/plugins/demo/demo.c
1370         * src/plugins/dillo_viewer/Makefile.am
1371         * src/plugins/dillo_viewer/README
1372         * src/plugins/dillo_viewer/dillo_prefs.c
1373         * src/plugins/dillo_viewer/dillo_prefs.h
1374         * src/plugins/dillo_viewer/dillo_viewer.c
1375         * src/plugins/pgpcore/Makefile.am
1376         * src/plugins/pgpcore/passphrase.c
1377         * src/plugins/pgpcore/passphrase.h
1378         * src/plugins/pgpcore/pgp_viewer.c
1379         * src/plugins/pgpcore/pgp_viewer.h
1380         * src/plugins/pgpcore/plugin.c
1381         * src/plugins/pgpcore/prefs_gpg.c
1382         * src/plugins/pgpcore/prefs_gpg.h
1383         * src/plugins/pgpcore/select-keys.c
1384         * src/plugins/pgpcore/select-keys.h
1385         * src/plugins/pgpcore/sgpgme.c
1386         * src/plugins/pgpcore/sgpgme.h
1387         * src/plugins/pgpcore/sylpheed.def
1388         * src/plugins/pgpcore/version.rc
1389         * src/plugins/pgpinline/Makefile.am
1390         * src/plugins/pgpinline/pgpinline.c
1391         * src/plugins/pgpinline/pgpinline.h
1392         * src/plugins/pgpinline/plugin.c
1393         * src/plugins/pgpinline/sylpheed.def
1394         * src/plugins/pgpinline/version.rc
1395         * src/plugins/pgpmime/Makefile.am
1396         * src/plugins/pgpmime/pgpmime.c
1397         * src/plugins/pgpmime/pgpmime.h
1398         * src/plugins/pgpmime/plugin.c
1399         * src/plugins/pgpmime/sylpheed.def
1400         * src/plugins/pgpmime/version.rc
1401         * src/plugins/spamassassin/Makefile.am
1402         * src/plugins/spamassassin/README
1403         * src/plugins/spamassassin/spamassassin.c
1404         * src/plugins/spamassassin/spamassassin.h
1405         * src/plugins/spamassassin/spamassassin_gtk.c
1406         * src/plugins/trayicon/Makefile.am
1407         * src/plugins/trayicon/trayicon.c
1408         * tools/OOo2sylpheed.pl
1409         * tools/README
1410         * tools/README.sylprint
1411         * tools/acroread2sylpheed.pl
1412         * tools/claws.i18n.status.pl
1413         * tools/filter_conv.pl
1414         * tools/filter_conv_new.pl
1415         * tools/freshmeat_search.pl
1416         * tools/google_search.pl
1417         * tools/kmail2sylpheed.pl
1418         * tools/kmail2sylpheed_v2.pl
1419         * tools/make.themes.project
1420         * tools/multiwebsearch.pl
1421         * tools/nautilus2sylpheed.sh
1422         * tools/outlook2sylpheed.pl
1423         * tools/sylprint.pl
1424         * tools/sylprint.rc
1425         * tools/tb2sylpheed
1426         * tools/textviewer.sh
1427         * tools/vcard2xml.py
1428         * tools/kdeservicemenu/README
1429         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1430         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1431         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1432                 Change name to Claws Mail. Announce to follow...
1433
1434 2006-11-06 [wwp]        2.6.0cvs6
1435
1436         * src/prefs_template.c
1437                 unify messages related to quote format/template errors (fix
1438                 capitalization), again.
1439
1440 2006-11-06 [wwp]        2.6.0cvs5
1441
1442         * src/prefs_quote.c
1443                 unify messages related to quote format/template errors.
1444
1445 2006-11-06 [wwp]        2.6.0cvs4
1446
1447         * src/prefs_msg_colors.c
1448                 more uses of Q_ macro for contextual translations, thanks
1449                 to Fabien (fzzzzz).
1450
1451 2006-11-06 [wwp]        2.6.0cvs3
1452
1453         * src/compose.c
1454         * src/common/utils.c
1455         * src/common/utils.h
1456                 show an alertpanel to make sure users are aware that sensitive
1457                 files are attached (it's file blacklist-based). This will fix
1458                 interaction w/ GoogleEarth for instance, thanks to Colin.
1459
1460 2006-11-06 [wwp]        2.6.0cvs2
1461
1462         * src/prefs_quote.c
1463         * src/prefs_template.c
1464         * src/prefs_template.h
1465                 check quote format when applying/closing prefs. For now this only
1466                 shows up an error dialog box, not preventing the user from using
1467                 a broken quote (reply, forwards) format.
1468
1469 2006-11-06 [wwp]        2.6.0cvs1
1470
1471         * src/prefs_template.c
1472                 fix missing checks of some template fields.
1473
1474 2006-11-06 [paul]       2.6.0
1475
1476         * NEWS
1477         * README
1478         * RELEASE_NOTES
1479                 2.6.0 released
1480
1481 2006-11-06 [paul]       2.5.6cvs22
1482
1483         * manual/advanced.xml
1484         * manual/es/advanced.xml
1485                 put 'respect_flowed_format' info in the correct
1486                 place
1487
1488 2006-11-06 [mones]      2.5.6cvs21
1489
1490         * po/es.po
1491                 Minor fixes for release
1492
1493 2006-11-06 [paul]       2.5.6cvs20
1494
1495         * po/cs.po
1496         * po/de.po
1497         * po/fr.po
1498         * po/it.po
1499         * po/nl.po
1500         * po/pt_BR.po
1501         * po/sk.po
1502         * po/sv.po
1503         * po/zh_CN.po
1504                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
1505                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
1506                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
1507                 Young
1508
1509 2006-11-02 [colin]      2.5.6cvs19
1510
1511         * src/imap.c
1512         * src/imap.h
1513         * src/prefs_account.c
1514         * src/etpan/imap-thread.c
1515                 Add GSSAPI support - fixes Debian bug #383274
1516
1517 2006-11-01 [colin]      2.5.6cvs18
1518
1519         * src/jpilot.c
1520                 Handle libpisock12 support. Probably
1521                 fixes bug 1046, 'jpilot AddressDB.pdb 
1522                 import fail'
1523
1524 2006-11-01 [colin]      2.5.6cvs17
1525
1526         * src/folderutils.c
1527                 debug_print() folderutils_mark_all_read()
1528
1529 2006-11-01 [colin]      2.5.6cvs16
1530
1531         * COPYING
1532                 Add missed files to the Apache exception
1533
1534 2006-10-31 [colin]      2.5.6cvs15
1535
1536         * src/folder.c
1537         * src/folder.h
1538                 Add a copy_private_data() func to FolderClasses
1539                 Doesn't break the feature freeze, because we 
1540                 won't use it (right now) in the core.
1541
1542 2006-10-31 [colin]      2.5.6cvs14
1543
1544         * COPYING
1545                 Allow linking with the Apache licensed files in
1546                 src/plugins/spamassassin. Hopefully fixes 
1547                 bug 1048, 'Spamassassin plugin license problem'
1548
1549 2006-10-31 [wwp]        2.5.6cvs13
1550
1551         * src/compose.c
1552                 fix and optimize trimming of leading linefeeds in body loop.
1553
1554 2006-10-31 [colin]      2.5.6cvs12
1555
1556         * src/etpan/imap-thread.c
1557         * src/imap.c
1558                 Make really sure to have NULL sets in case
1559                 of error
1560
1561 2006-10-30 [wwp]        2.5.6cvs11
1562
1563         * src/prefs_common.c
1564         * src/prefs_common.h
1565         * src/compose.c
1566                 fix broken storage of quote format template when it contains \-escape
1567                 sequences. The application of such sequences is also fixed now (\t
1568                 in quote format will be a real tab instead of a 't', for instance).
1569
1570 2006-10-27 [colin]      2.5.6cvs10
1571
1572         * src/compose.c
1573                 Probably fix bug 1045, 'sylpheed-claws 
1574                 doesn't remove the mail from the IMAP 
1575                 Queue folder after sending'. From
1576                 2.5.6cvs3-stable
1577
1578 2006-10-27 [colin]      2.5.6cvs9
1579
1580         * configure.ac
1581                 Require libetpan-0.48. I'm so annoying,
1582                 I know ;-)
1583
1584 2006-10-27 [colin]      2.5.6cvs8
1585
1586         * src/folder.c
1587         * src/imap.c
1588                 Probably fix bug 1044, 'sylpheed-claws 
1589                 segfaults while moving mails' - Fix relation
1590                 usage when moving to an IMAP mailbox from another
1591                 mailbox
1592
1593 2006-10-26 [paul]       2.5.6cvs7
1594
1595         * src/gtk/about.c
1596                 add libSM to compiled-in features
1597                 list
1598
1599 2006-10-24 [colin]      2.5.6cvs6
1600
1601         * src/textview.c
1602         * src/gtk/gtkutils.c
1603                 Fix crash when printing emails with an
1604                 xface
1605
1606 2006-10-24 [mones]      2.5.6cvs5
1607
1608         * manual/es/advanced.xml
1609                 Synchronize hidden option respect_flowed_format
1610         * po/es.po
1611                 Updated translation
1612
1613 2006-10-21 [paul]       2.5.6cvs4
1614
1615         * src/gtk/authors.h
1616         * src/plugins/pgpcore/pgp_viewer.c
1617         * src/plugins/pgpcore/sgpgme.c
1618                 fix building on BSDs
1619                 Thanks to Michael Hughes
1620                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1621
1622 2006-10-20 [colin]      2.5.6cvs3
1623
1624         * configure.ac
1625                 Bump up libetpan requirement
1626                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
1627         * src/common/utils.c
1628         * src/common/utils.h
1629                 Add convenience get_file_mtime()
1630         * src/imap.c
1631         * src/etpan/imap-thread.c
1632         * src/etpan/imap-thread.h
1633                 Implement UIDPLUS support if the server
1634                 supports it - faster sending in this case
1635
1636 2006-10-19 [colin]      2.5.6cvs2
1637
1638         * src/gtk/quicksearch.c
1639                 Fix emptying in type-ahead+extended mode
1640         * src/mainwindow.c
1641         * src/mainwindow.h
1642                 Add a hook for offline state change
1643         * src/plugins/trayicon/trayicon.c
1644                 Use it to display offline icons
1645         * src/plugins/trayicon/Makefile.am
1646         * src/plugins/trayicon/newmail.offline.xpm
1647         * src/plugins/trayicon/newmarkedmail.offline.xpm
1648         * src/plugins/trayicon/nomail.offline.xpm
1649         * src/plugins/trayicon/unreadmail.offline.xpm
1650         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
1651                 Add the icons
1652
1653 2006-10-12 [paul]       2.5.6cvs1
1654
1655         * NEWS
1656         * README
1657         * configure.ac
1658                 Update version number following
1659                 stable release
1660
1661 2006-10-19 [colin]      2.5.5cvs18
1662
1663         * manual/handling.xml
1664                 Add type-ahead search
1665
1666 2006-10-18 [colin]      2.5.5cvs17
1667
1668         * src/gtk/quicksearch.c
1669                 Remove "save to history only if there's
1670                 no syntax error", it breaks for some 
1671                 reason which I'll investigate later.
1672
1673 2006-10-18 [colin]      2.5.5cvs16
1674
1675         * src/prefs_common.c
1676         * src/prefs_common.h
1677         * src/summaryview.c
1678         * src/gtk/quicksearch.c
1679         * src/gtk/quicksearch.h
1680                 Add a type-ahead option for fast searches
1681                 Patch by Fabien Vantard
1682
1683 2006-10-18 [colin]      2.5.5cvs15
1684
1685         * src/compose.c
1686         * src/compose.h
1687                 Add Options/Reply mode/ menu to be able to
1688                 change the recipients of a reply on the fly
1689
1690 2006-10-18 [colin]      2.5.5cvs14
1691
1692         * src/compose.c
1693                 Fix redirecting of our own sent mails
1694
1695 2006-10-17 [wwp]        2.5.5cvs13
1696
1697         * src/send_message.c
1698                 Fix duplicate error messages when sending, and missing
1699                 newline in such error messages.
1700
1701 2006-10-17 [colin]      2.5.5cvs12
1702
1703         * src/compose.c
1704                 Compare addresses case-insensitive
1705
1706 2006-10-17 [colin]      2.5.5cvs11
1707
1708         * src/plugins/pgpcore/sgpgme.c
1709                 Fix return status
1710
1711 2006-10-17 [colin]      2.5.5cvs10
1712
1713         * src/plugins/pgpcore/pgp_viewer.c
1714                 Fix return status
1715
1716 2006-10-17 [colin]      2.5.5cvs9
1717
1718         * src/quote_fmt.c
1719                 Fix a typo (thanks to Fabien)
1720
1721 2006-10-16 [colin]      2.5.5cvs8
1722
1723         * src/textview.c
1724                 Fix problem with quote-folding when emails
1725                 don't convert cleanly to UTF-8
1726
1727 2006-10-14 [colin]      2.5.5cvs7
1728
1729         * src/prefs_template.c
1730                 Reset fields when reopening
1731                 the window
1732
1733 2006-10-13 [paul]       2.5.5cvs6
1734
1735         * manual/advanced.xml
1736         * src/prefs_message.c
1737                 make 'respect_flowed_format' a hidden
1738                 option, and add a manual entry for it
1739                 Thanks to Colin
1740
1741 2006-10-12 [colin]      2.5.5cvs5
1742
1743         * src/codeconv.c
1744                 Revert part of 2.5.2cvs21:
1745                 Don't optimise by reusing the 
1746                 last iconv converter if possible:
1747                 it seems slightly broken in a 
1748                 very hard way to reproduce
1749
1750 2006-10-12 [colin]      2.5.5cvs4
1751
1752         * src/prefs_common.c
1753         * src/prefs_common.h
1754         * src/prefs_message.c
1755         * src/procmime.c
1756                 Fix bug 1035, 'Incorrect handling 
1757                 of flowed lines'. We now optionnaly
1758                 handle this format (preference is in
1759                 Message View/Text options section)
1760
1761 2006-10-12 [colin]      2.5.5cvs3
1762
1763         * po/POTFILES.in
1764                 Add new file
1765         * src/plugins/pgpcore/pgp_viewer.c
1766         * src/plugins/pgpcore/sgpgme.c
1767                 Don't try to import without asking
1768
1769 2006-10-12 [colin]      2.5.5cvs2
1770
1771         * src/compose.c
1772                 Fix bug 1036, 'Forwarding a mutlipart
1773                 mail with a "text/html" block to ms
1774                 outlook users leeds to freeze of
1775                 outlook'. Poor outlook users...
1776
1777 2006-10-12 [paul]       2.5.5cvs1
1778
1779         * NEWS
1780         * README
1781         * configure.ac
1782                 Update version number following
1783                 stable release
1784
1785 2006-10-11 [paul]       2.5.4cvs1
1786
1787         * NEWS
1788         * README
1789         * configure.ac
1790                 Update version number following
1791                 stable release
1792
1793 2006-10-11 [paul]       2.5.3cvs32
1794
1795         * src/textview.c
1796                 fix bug 1032, 'Segmentation fault when showing
1797                 message' (bug in quote folding)
1798                 Thanks to Colin
1799
1800 2006-10-10 [colin]      2.5.3cvs31
1801
1802         * src/quote_fmt.c
1803                 Rephrase english a bit
1804
1805 2006-10-10 [colin]      2.5.3cvs30
1806
1807         * src/prefs_compose_writing.c
1808                 Stop making the page larger than the window
1809
1810 2006-10-10 [wwp]        2.5.3cvs29
1811
1812         * src/compose.c
1813         * src/prefs_template.c
1814         * src/quote_fmt.c
1815         * src/quote_fmt.h
1816         * src/quote_fmt_lex.l
1817         * src/quote_fmt_parse.y
1818                 Extend the quote parser a bit: allow to get access to
1819                 basic (composing) account info.
1820
1821 2006-10-10 [colin]      2.5.3cvs28
1822
1823         * src/procheader.c
1824                 Fix this \t problem in subject
1825
1826 2006-10-09 [colin]      2.5.3cvs27
1827
1828         * src/main.c
1829         * src/prefs_gtk.c
1830                 Prepare cache a bit later
1831                 If section already exists, skip the new one 
1832                 (as previously); avoid writing the same block
1833                 twice - if we find a second block with the 
1834                 same id, skip it.
1835         * src/plugins/pgpcore/pgp_viewer.c
1836                 Set cursor to busy when retrieving a key
1837         * src/plugins/pgpcore/sgpgme.c
1838                 allow 5 seconds for gpg to export the key
1839                 
1840
1841 2006-10-09 [colin]      2.5.3cvs26
1842
1843         * configure.ac
1844         * src/msgcache.c
1845         * src/prefs_gtk.c
1846                 Check for existence of fgets_unlocked
1847                 and fwrite_unlocked
1848
1849 2006-10-09 [paul]       2.5.3cvs25
1850
1851         * src/prefs_summaries.c
1852                 replace strftime() with fast_strftime() and in
1853                 the consequence fix the bug in the display of
1854                 AM/PM in the 'Example' string
1855
1856 2006-10-09 [ticho]      2.5.3cvs24
1857
1858         * po/sk.po
1859                 Updated (and fixed up somewhat) Slovak translation.
1860
1861 2006-10-08 [colin]      2.5.3cvs23
1862
1863         * src/prefs_folder_item.c
1864                 Explain why prefs in the top-level folder
1865                 aren't retained, but are still useful
1866
1867 2006-10-08 [colin]      2.5.3cvs22
1868
1869         * src/prefs_gtk.c
1870                 Don't cache anything if caching fails
1871
1872 2006-10-08 [colin]      2.5.3cvs21
1873
1874         * src/common/utils.c
1875                 always include gi18n.h
1876
1877 2006-10-07 [colin]      2.5.3cvs20
1878
1879         * src/plugins/pgpcore/pgp_viewer.c
1880                 Kill gpg after 5 seconds wait
1881
1882 2006-10-07 [colin]      2.5.3cvs19
1883
1884         * src/plugins/pgpcore/pgp_viewer.c
1885         * src/plugins/pgpcore/pgp_viewer.h
1886                 Fix copyright
1887
1888 2006-10-07 [colin]      2.5.3cvs18
1889
1890         * src/plugins/pgpcore/pgp_viewer.c
1891         * src/plugins/pgpcore/pgp_viewer.h
1892                 Actually add the files to CVS
1893
1894 2006-10-07 [colin]      2.5.3cvs17
1895
1896         * src/plugins/pgpcore/sgpgme.c
1897                 Be sure not to crash on 'application/pgp-signature' that
1898                 are not application/pgp-signatures
1899
1900 2006-10-07 [colin]      2.5.3cvs16
1901
1902         * src/textview.c
1903         * src/textview.h
1904                 Make a bit more of the API available
1905         * src/plugins/pgpcore/Makefile.am
1906         * src/plugins/pgpcore/plugin.c
1907         * src/plugins/pgpcore/sgpgme.c
1908                 Add basic key import/export
1909
1910 2006-10-07 [colin]      2.5.3cvs15
1911
1912         * src/folderview.c
1913         * src/imap.c
1914         * src/prefs_account.c
1915         * src/wizard.c
1916                 Warn users *everywhere* if libetpan's not
1917                 linked in
1918
1919 2006-10-06 [mones]      2.5.3cvs14
1920
1921         * po/de.po
1922         * po/es.po
1923                 updated by Stephan Sachse and me
1924
1925 2006-10-06 [colin]      2.5.3cvs13
1926
1927         * src/main.c
1928         * src/common/sylpheed.c
1929                 Don't load common plugins if --exit is passed
1930         * src/prefs_gtk.c
1931         * src/prefs_gtk.h
1932                 Implement a cache to avoid reading the same
1933                 files over and over again at startup
1934
1935 2006-10-06 [colin]      2.5.3cvs12
1936
1937         * src/summaryview.c
1938         * src/gtk/quicksearch.c
1939                 Update display every 5k mails on fast searches
1940
1941 2006-10-06 [colin]      2.5.3cvs11
1942
1943         * src/textview.c
1944                 Don't do quote folding on HTML or ERTF.
1945                 May fix the Cygwin issues if they were
1946                 happening with HTML mails?
1947
1948 2006-10-05 [colin]      2.5.3cvs10
1949
1950         * src/prefs_gtk.c
1951                 Oops, forgot one
1952
1953 2006-10-05 [colin]      2.5.3cvs9
1954
1955         * src/prefs_gtk.c
1956                 Use unlocked_stdio here too
1957
1958 2006-10-05 [colin]      2.5.3cvs8
1959
1960         * src/folderview.c
1961                 Fix go to next * after preferences apply
1962         * src/msgcache.c
1963                 Do the fd lock/unlock ourselves instead of
1964                 letting the libc do it at each write 
1965
1966 2006-10-05 [colin]      2.5.3cvs7
1967
1968         * src/common/utils.c
1969                 Faster division, thanks to Jean Diraison
1970
1971 2006-10-05 [paul]       2.5.3cvs6
1972
1973         * src/common/utils.c
1974                 fix building with --disable-nls
1975
1976 2006-10-04 [colin]      2.5.3cvs5
1977
1978         * src/folder.c
1979                 Maybe fix a segfault
1980
1981 2006-10-04 [wwp]        2.5.3cvs4
1982
1983         * src/prefs_folder_item.c
1984                 Fine-tune layouts in folder item prefs. Suggested by
1985                 Fabien Vantard <fzzzzz@gmail.com>.
1986
1987 2006-10-04 [wwp]        2.5.3cvs3
1988
1989         * src/prefs_folder_item.c
1990                 Kill the clandestine passengers. You didn't see anything.
1991
1992 2006-10-04 [wwp]        2.5.3cvs2
1993
1994         * src/prefs_folder_item.c
1995                 Add a way to test the subject simplify regexp in
1996                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
1997                 w/ few layout changes.
1998
1999 2006-20-04 [paul]       2.5.3cvs1
2000
2001         * NEWS
2002         * README
2003         * configure.ac
2004                 Update version number following
2005                 stable release
2006
2007 2006-10-04 [colin]      2.5.2cvs42
2008
2009         * src/folder.c
2010         * src/folder.h
2011         * src/summaryview.c
2012                 Provide a way for folder classes to set their sort
2013                 type and key
2014
2015 2006-10-03 [colin]      2.5.2cvs41
2016
2017         * src/mh.c
2018                 Don't use strlen() to know if the
2019                 string's empty
2020
2021 2006-10-03 [colin]      2.5.2cvs40
2022
2023         * src/mh.c
2024                 Fix "check for new folders" with accentued folders
2025
2026 2006-10-03 [ticho]      2.5.2cvs39
2027
2028         * src/filtering.c
2029         * src/folder.c
2030         * src/inc.c
2031         * src/mbox.c
2032                 Colin's fix for "copy" filtering rules.
2033
2034 2006-10-02 [colin]      2.5.2cvs38
2035
2036         * src/folderview.c
2037                 Fix for double-click too
2038
2039 2006-10-02 [colin]      2.5.2cvs37
2040
2041         * src/folderview.c
2042                 correct fix for cvs36
2043
2044 2006-10-02 [colin]      2.5.2cvs36
2045
2046         * src/folderview.c
2047                 Fix 'goto next unread' after collapsing/expanding 
2048                 a node.
2049
2050 2006-10-02 [colin]      2.5.2cvs35
2051
2052         * src/summaryview.c
2053                 Fix double freeze/thaw
2054         * src/common/utils.c
2055         * src/common/utils.h
2056                 Reimplement strftime
2057         * src/procheader.c
2058                 Use it
2059
2060
2061 2006-10-02 [colin]      2.5.2cvs34
2062
2063         * src/mh.c
2064                 Time mh_write_sequences() - it's fast
2065         * src/summaryview.c
2066                 Init a variable to shut up gcc
2067
2068 2006-10-01 [colin]      2.5.2cvs33
2069
2070         * src/folder.c
2071         * src/mh.c
2072         * src/mh.h
2073         * src/msgcache.c
2074                 Add helper mh_set_mtime(), and set mtime to stat()'s result
2075                 Add fsync but disable it, it's slow as hell
2076
2077 2006-10-01 [colin]      2.5.2cvs32
2078
2079         * src/mh.c
2080         * src/msgcache.c
2081                 fflush() caches and mh_sequences before
2082                 fclose()ing
2083
2084 2006-10-01 [colin]      2.5.2cvs31
2085
2086         * src/msgcache.c
2087                 Don't ftruncate when not using mmap
2088
2089 2006-09-30 [colin]      2.5.2cvs30
2090
2091         * src/main.c
2092                 Write folder list *after* saving caches
2093
2094 2006-09-30 [colin]      2.5.2cvs29
2095
2096         * src/folder.c
2097         * src/mh.c
2098                 Debug forced mtime changes
2099
2100 2006-09-30 [colin]      2.5.2cvs28
2101
2102         * src/folder.c
2103         * src/main.c
2104                 Remove useless debug_print()s (code
2105                 well-tested)
2106
2107 2006-09-30 [colin]      2.5.2cvs27
2108
2109         * src/mh.c
2110                 Do stuff faster when writing mh_sequences
2111
2112 2006-09-30 [colin]      2.5.2cvs26
2113
2114         * src/mh.c
2115                 Don't let the writing of .mh_sequences, which
2116                 can change the folder's mtime, let us think
2117                 we need to scan.
2118
2119 2006-09-30 [colin]      2.5.2cvs25
2120
2121         * src/folder.c
2122                 Move a debug_print where it belongs 
2123                 (processing)
2124         * src/summaryview.c
2125                 Don't mess with a huge slow subject
2126                 table if we're not threading by
2127                 subject
2128
2129 2006-09-30 [colin]      2.5.2cvs24
2130
2131         * src/msgcache.c
2132                 Reenable mmaped reads (*not* writes!)
2133         * src/procmsg.c
2134                 Don't destroy and recreate hashtables just
2135                 for fun
2136         * src/common/utils.c
2137                 Remove useless reply prefixes (it's case
2138                 unsensitive)
2139
2140 2006-09-30 [wwp]        2.5.2cvs23
2141
2142         * tools/fix_date.sh
2143                 Fixed a minor bug in date value extraction, added a switch
2144                 to replace non RFC-compliant Date: value, added a switch
2145                 to use strict RFC matching patterns for dates.
2146
2147 2006-09-29 [colin]      2.5.2cvs22
2148
2149         * src/matcher_parser.h
2150         * src/matcher_parser_parse.y
2151         * src/prefs_filtering.c
2152         * src/statusbar.c
2153         * src/summary_search.c
2154         * src/summaryview.c
2155         * src/gtk/quicksearch.c
2156         * src/gtk/quicksearch.h
2157                 Optimise searches by setting different
2158                 refresh intervals (depending if the 
2159                 search is fast or not)
2160
2161 2006-09-29 [colin]      2.5.2cvs21
2162
2163         * src/codeconv.c
2164                 Optimise by reusing the last iconv converter
2165                 if possible
2166         * src/textview.c
2167                 Optimise a bit (the foldable quotes feature
2168                 still has an awful O(n^2) algo
2169
2170 2006-09-29 [colin]      2.5.2cvs20
2171
2172         * src/gtk/gtksctree.c
2173         * src/gtk/gtksctree.h
2174                 Optimise de-selection via up/down or
2175                 another key
2176
2177 2006-09-28 [colin]      2.5.2cvs19
2178
2179         * src/action.c
2180         * src/compose.c
2181         * src/folderview.c
2182         * src/mainwindow.c
2183         * src/messageview.c
2184         * src/summary_search.c
2185         * src/toolbar.c
2186                 Avoid using summaryview->ctree directly
2187
2188 2006-09-28 [colin]      2.5.2cvs18
2189
2190         * src/summaryview.c
2191         * src/summaryview.h
2192                 Add helpers to freeze/thaw/grab_focus
2193                 Factorize calls to freeze/thaw/grab_focus
2194                 
2195
2196 2006-09-28 [colin]      2.5.2cvs17
2197
2198         * src/main.c
2199                 More guards for the session management
2200
2201 2006-09-28 [colin]      2.5.2cvs16
2202
2203         * src/folderview.c
2204         * src/gtk/gtksctree.c
2205         * src/gtk/gtksctree.h
2206                 Make expanding not recursive in folderview
2207
2208 2006-09-28 [colin]      2.5.2cvs15
2209
2210         * src/addressbook.c
2211                 If nothing is selected in the list (right part)
2212                 and a group is selected in the tree (left part),
2213                 mail this group.
2214
2215 2006-09-28 [colin]      2.5.2cvs14
2216
2217         * src/Makefile.am
2218                 Actually use SM_LIBS
2219
2220 2006-09-28 [ticho]      2.5.2cvs13
2221
2222         * src/export.c
2223         * src/messageview.c
2224         * src/mimeview.c
2225         * src/news.c
2226         * src/pop.c
2227         * src/prefs_themes.c
2228         * src/procmsg.c
2229                 Small i18n string optimization.
2230         * src/send_message.c
2231         * src/summaryview.c
2232         * src/common/session.c
2233         * src/common/smtp.c
2234         * src/common/ssl_certificate.c
2235         * src/common/utils.c
2236                 Use "Couldn't" instead of "Can't" in UI messages,
2237                 where appropriate.
2238
2239 2006-09-28 [colin]      2.5.2cvs12
2240
2241         * configure.ac
2242                 Possibly fix link errors
2243
2244 2006-09-27 [wwp]        2.5.2cvs11
2245
2246         * src/gtk/authors.h
2247         * doc/man/sylpheed-claws.1
2248         * manual/ack.xml
2249         * manual/es/ack.xml
2250         * manual/fr/ack.xml
2251         * manual/pl/ack.xml
2252                 Updated authors info (me, myself and I).
2253
2254 2006-09-27 [colin]      2.5.2cvs10
2255
2256         * src/addressbook.c
2257                 Remove useless printf
2258
2259 2006-09-27 [wwp]        2.5.2cvs9
2260
2261         * src/editgroup.c
2262         * src/send_message.c
2263         * src/inc.c
2264         * src/prefs_common.c
2265         * src/prefs_common.h
2266         * src/gtk/progressdialog.c
2267                 remember more windows' sizes (send dialog, received dialog,
2268                 edit group in addressbook).
2269
2270 2006-09-27 [colin]      2.5.2cvs8
2271
2272         * configure.ac
2273         * src/main.c
2274         * src/mainwindow.h
2275                 Use libSM to communicate with the session
2276                 manager, so that we can know when the 
2277                 session ends, save our caches, and draft
2278                 our compose windows.
2279
2280 2006-09-27 [colin]      2.5.2cvs7
2281
2282         * src/addressbook.c
2283                 Fix issues:
2284                 o Allow Book and Group creation from the tree's
2285                   contextual menu
2286                 o Do not actually delete the contacts when 
2287                   deleting groups from the tree (duh!)
2288
2289 2006-09-27 [colin]      2.5.2cvs6
2290
2291         * src/compose.c
2292         * src/compose.h
2293         * src/mainwindow.c
2294         * src/textview.c
2295         * src/toolbar.c
2296                 o Allow passing an email address to 
2297                   compose_new_with_folderitem
2298                 o Update callers
2299                 o Use current folderitem when clicking
2300                   on a TextView mailto: link
2301                 o Fix a possible leak in TextView
2302
2303 2006-09-27 [colin]      2.5.2cvs5
2304
2305         * src/html.c
2306                 Use UTF-8 chars to replace HTML entities
2307
2308 2006-09-27 [colin]      2.5.2cvs4
2309
2310         * AUTHORS
2311         * src/prefs_account.c
2312         * src/gtk/authors.h
2313                 Fix bug #1024 (Array index out of
2314                 range in sylpheed-claws-2.5.2)
2315                 Patch by Ales Nosek <anosek@suse.cz>
2316
2317 2006-09-27 [colin]      2.5.2cvs3
2318
2319         * src/addr_compl.c
2320                 Actually do the test
2321
2322 2006-09-27 [colin]      2.5.2cvs2
2323
2324         * src/addr_compl.c
2325         * src/addr_compl.h
2326                 Allow completing with comma (in certain cases: vCalendar
2327                 for example doesn't support that)
2328                 Patch by Fabien Vantard
2329
2330 2006-09-26 [colin]      2.5.2cvs1
2331
2332         * src/Makefile.am
2333         * src/addr_compl.c
2334         * src/addr_compl.h
2335         * src/addrbook.c
2336         * src/addrbook.h
2337         * src/addressbook.c
2338         * src/addrindex.c
2339         * src/addrindex.h
2340         * src/compose.c
2341         * src/prefs_common.c
2342         * src/prefs_filtering_action.c
2343         * src/prefs_folder_item.c
2344         * src/prefs_template.c
2345         * src/stock_pixmap.c
2346         * src/stock_pixmap.h
2347         * src/pixmaps/addr_one.xpm
2348         * src/pixmaps/addr_two.xpm
2349                 Add auto-completion on groups
2350
2351 2006-09-26 [colin]      2.5.2
2352
2353         * NEWS
2354         * README
2355         * RELEASE_NOTES
2356                 2.5.2 released
2357
2358 2006-09-26 [colin]      2.5.1cvs5
2359
2360         * src/matcher.c
2361                 Fix condition
2362
2363 2006-09-26 [colin]      2.5.1cvs4
2364
2365         * src/mbox.c
2366                 Revert cvs1 (useless as the message is printed 
2367                 every 500 mails)
2368
2369 2006-09-26 [colin]      2.5.1cvs3
2370
2371         * src/partial_download.c
2372                 Fix crasher found by Alexsandar Urosevic
2373
2374 2006-09-26 [colin]      2.5.1cvs2
2375
2376         * src/summaryview.c
2377                 Fix bug #1023 (Sylpheed deletes too much messages)
2378
2379 2006-09-26 [ticho]      2.5.1cvs1
2380
2381         * src/mbox.c
2382                 Make use of gettext's multiple plurals for statusbar
2383                 progress message.
2384
2385 2006-09-25 [paul]       2.5.1
2386
2387         * NEWS
2388         * README
2389         * RELEASE_NOTES
2390                 2.5.1 released
2391
2392 2006-09-25 [colin]      2.5.0cvs3
2393
2394         * src/plugins/bogofilter/bogofilter.c
2395         * src/plugins/clamav/clamav_plugin.c
2396         * src/plugins/spamassassin/spamassassin.c
2397                 BogoFilter, Spamassassin: Fix double hook registering after
2398                 visiting preferences
2399                 Spamassassin, Clamav: Just set the mails to move instead of
2400                 doing the move - caller will move the things at once.
2401
2402 2006-09-25 [colin]      2.5.0cvs2
2403
2404         * src/imap.c
2405         * src/etpan/imap-thread.c
2406                 Use UID SEARCH ALL instead of UID 1:*
2407                 (braindead servers can't figure out that's
2408                 the same...)
2409
2410 2006-09-25 [wwp]        2.5.0cvs1
2411
2412         * src/message_search.c
2413                 Added the ability to stop a running search (in message body).
2414
2415 2006-09-25 [paul]       2.5.0
2416
2417         * NEWS
2418         * README
2419         * RELEASE_NOTES
2420                 2.5.0 released
2421
2422 2006-09-25 [paul]       2.4.0cvs214
2423
2424         * po/cs.po
2425         * po/de.po
2426         * po/fi.po
2427         * po/fr.po
2428         * po/nl.po
2429         * po/pt_BR.po
2430         * po/sk.po
2431         * po/sr.po
2432         * po/zh_CN.po
2433                 updated by Tim, Stephan Sachse, Flammie Pirinen,
2434                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
2435                 Ticho, Aleksander Urosevic, Ralgh Young
2436
2437 2006-09-24 [mones]      2.4.0cvs213
2438
2439         * po/es.po
2440                 Updated for release
2441
2442 2006-09-23 [colin]      2.4.0cvs212
2443
2444         * src/gtk/inputdialog.c
2445                 Fix [ ] remember this appearing in normal
2446                 input dialogs after it's been used by
2447                 mimeview.
2448         * src/folder.c
2449         * src/folderview.c
2450         * src/msgcache.c
2451         * src/procmsg.c
2452         * src/summaryview.c
2453         * src/textview.c
2454         * src/common/timing.h
2455                 Enable timings in debug mode and make it
2456                 look prettier.
2457
2458 2006-09-22 [colin]      2.4.0cvs211
2459
2460         * README
2461                 Revert test change
2462         * commitHelper
2463                 ping the correct URI
2464
2465 2006-09-22 [colin]      2.4.0cvs210
2466
2467         * README
2468                 Let's see if bug #1022 is fixed
2469
2470 2006-09-21 [colin]      2.4.0cvs209
2471
2472         * src/wizard.c
2473         * src/common/plugin.c
2474                 Prepare infra to load predefined plugins when
2475                 no configuration existed. Don't actually load
2476                 anything yet (feat. freeze)
2477
2478 2006-09-21 [wwp]        2.4.0cvs208
2479
2480         * manual/fr/faq.xml
2481                 Partial sync w/ 2.4.0cvs72:
2482                 wrap file and minor updates.
2483
2484 2006-09-21 [wwp]        2.4.0cvs207
2485
2486         * tools/fix_date.sh
2487                 several fixes and enhancements. A new --force switch has been
2488                 added to prevent overriding by default Date: header when
2489                 already existing.
2490
2491 2006-09-21 [paul]       2.4.0cvs206
2492
2493         * src/common/utils.c
2494                 add Chinese UTF8 Re prefix
2495
2496 2006-09-21 [wwp]        2.4.0cvs205
2497
2498         * tools/Makefile.am
2499                 Fics alfabettical order.
2500
2501 2006-09-21 [wwp]        2.4.0cvs204
2502
2503         * tools/fix_date.sh
2504         * tools/Makefile.am
2505                 Added an action tool to fix missing Date field in emails.
2506                 Updated Makefile.am to reflect those last two additions.
2507
2508 2006-09-21 [wwp]        2.4.0cvs203
2509
2510         * tools/uuooffice
2511                 Added a action tool to open uuencoded docs w/
2512                 OpenOffice (based on uudec method).
2513
2514 2006-09-21 [colin]      2.4.0cvs202
2515
2516         * src/compose.c
2517         * src/textview.c
2518                 Workaround possible GTK crash: remove selection 
2519                 clipboard before destroying widget, or GTK+-2.10
2520                 dies. Thanks to Hiro.
2521
2522 2006-09-20 [colin]      2.4.0cvs201
2523
2524         * src/compose.c
2525                 Fix free-after-use in some cases (when 
2526                 procmime_encode_content() frees mimeinfo->data.mem
2527                 and turns it to a temp file)
2528
2529 2006-09-20 [colin]      2.4.0cvs200
2530
2531         * src/folderview.c
2532         * src/summaryview.c
2533         * src/gtk/gtksctree.c
2534         * src/gtk/gtksctree.h
2535                 Add tooltips in the folderview and summaryview
2536                 (Doesn't break string freeze as they already
2537                 exist)
2538         * src/toolbar.c
2539                 Put the spam button in the default configuration
2540                 if compiled with bogo plugin too
2541
2542 2006-09-19 [colin]      2.4.0cvs199
2543
2544         * src/summaryview.c
2545         * src/summaryview.h
2546                 Update folder name label on folder rename
2547         * src/prefs_matcher.c
2548         * src/gtk/logwindow.h
2549                 Fix warnings
2550                 Patches by Fabien
2551
2552 2006-09-19 [wwp]        2.4.0cvs198
2553
2554         * src/summary_search.c
2555                 fix can't click forward/backward buttons in the
2556                 search messages.
2557
2558 2006-09-18 [paul]       2.4.0cvs197
2559
2560         * src/wizard.c
2561                 add missing bracket, capitalise the A of
2562                 'SpamAssassin'
2563
2564 2006-09-18 [paul]       2.4.0cvs196
2565
2566         * src/compose.c
2567                 fix bug 1012 'crashed upon sending mail
2568                 from compose window'
2569                 Thanks to Colin
2570
2571 2006-09-16 [colin]      2.4.0cvs195
2572
2573         * src/folderview.c
2574                 Fix "real-time" sorting by freezing/thawing
2575
2576 2006-09-16 [colin]      2.4.0cvs194
2577
2578         * manual/faq.xml
2579                 Fix the anti-spam entry a bit
2580
2581 2006-09-16 [colin]      2.4.0cvs193
2582
2583         * src/wizard.c
2584                 Make sure reviewers have no excuse when stating
2585                 Sylpheed-Claws doesn't have antispam capabilities.
2586
2587 2006-09-16 [colin]      2.4.0cvs192
2588
2589         * src/main.c
2590                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
2591                 as if the SIGPIPE comes from etpan's thread we could
2592                 trigger a GUI update from this thread.
2593
2594 2006-09-16 [colin]      2.4.0cvs191
2595
2596         * src/summaryview.c
2597                 Init all members of the struct
2598
2599 2006-09-16 [paul]       2.4.0cvs190
2600
2601         * src/account.c
2602                 improvements to the English
2603
2604 2006-09-15 [colin]      2.4.0cvs189
2605
2606         * src/summaryview.c
2607                 HIG order on dialog
2608
2609 2006-09-14 [colin]      2.4.0cvs188
2610
2611         * src/common/socket.c
2612         * src/common/socket.h
2613         * src/common/ssl.c
2614         * src/common/ssl_certificate.c
2615         * src/common/ssl_certificate.h
2616         * src/etpan/imap-thread.c
2617                 the get_fqdn() call done to get canonical name when
2618                 checking an SSL certificate is blocking, which is
2619                 sad as we just did a non-blocking lookup to connect.
2620                 Fix that by letting the fqdn available to the SockInfo,
2621                 and use that in ssl_certificate_check(). For IMAP,
2622                 we don't do it as the lookup's done by libetpan, but
2623                 it's less annoying as IMAP connections as much more
2624                 rare than POP3 connections.
2625
2626 2006-09-14 [paul]       2.4.0cvs187
2627
2628         * manual/advanced.xml
2629                 improvements to the English,
2630                 properly place the new hidden options
2631                 within the alphabetical order
2632         * src/gtk/pluginwindow.c
2633                 improvements to the English
2634
2635 2006-09-14 [colin]      2.4.0cvs186
2636
2637         * src/prefs_common.c
2638         * src/prefs_common.h
2639         * src/gtk/gtksctree.c
2640         * manual/advanced.xml
2641                 New hidden pref, stripes_color_offset, to change
2642                 the value added/substracted to normal bgcolor to
2643                 create the stripes in summaries
2644
2645 2006-09-13 [colin]      2.4.0cvs185
2646
2647         * src/gedit-print.c
2648         * src/messageview.c
2649         * src/messageview.h
2650         * src/summaryview.c
2651         * src/textview.c
2652                 Fix misc. printing issues: 
2653                 - Bad font for linkified headers
2654                 - Different font if the mail was displayed or not
2655                 - Factorize the thing
2656
2657 2006-09-13 [colin]      2.4.0cvs184
2658
2659         * src/common/ssl_certificate.c
2660                 Only get FQDN once when checking certificate
2661
2662 2006-09-13 [colin]      2.4.0cvs183
2663
2664         * src/account.c
2665         * src/gtk/pluginwindow.c
2666                 Misc. GUI fixes by Fabien
2667
2668 2006-09-13 [wwp]        2.4.0cvs182
2669
2670         * configure.ac
2671         * src/common/utils.h
2672         * src/common/utils.c
2673                 get rid of unused wide-char functions.
2674
2675 2006-09-13 [wwp]        2.4.0cvs181
2676
2677         * src/plugins/pgpinline/sylpheed.def
2678         * src/textview.c
2679                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
2680                 add privacy_reset_error to the .def file,
2681                 do not fork for an external textviewer.
2682
2683 2006-09-13 [wwp]        2.4.0cvs180
2684
2685         * src/prefs_common.c
2686                 fix broken font entry in prefs (patch issued by the gpg4win team,
2687                 probably by Marcus Brinkmann <marcus@g10code.de>).
2688
2689 2006-09-13 [colin]      2.4.0cvs179
2690
2691         * src/folder.h
2692                 Fix a warning in summaryview.c
2693         * src/mainwindow.c
2694         * src/summaryview.c
2695         * src/summaryview.h
2696                 Add missing Mark/* elements in the
2697                 main menu
2698
2699 2006-09-12 [colin]      2.4.0cvs178
2700
2701         * src/prefs_actions.c
2702         * src/prefs_filtering_action.c
2703         * src/prefs_matcher.c
2704                 Use (New) instead of New everywhere
2705
2706 2006-09-12 [wwp]        2.4.0cvs177
2707
2708         * manual/fr/addrbook.xml
2709         * manual/fr/handling.xml
2710                 updated some quotes in the fr manual to match the fr translation.
2711
2712 2006-09-12 [wwp]        2.4.0cvs176
2713
2714         * src/prefs_matcher.c
2715                 don't store translated string elements in matcher expressions.
2716                 Also fixed a misused of Q_().
2717
2718 2006-09-11 [wwp]        2.4.0cvs175
2719
2720         * src/plugins//bogofilter/bogofilter.c
2721         * src/plugins//clamav/clamav_plugin.c
2722         * src/plugins//demo/demo.c
2723         * src/plugins//dillo_viewer/dillo_viewer.c
2724         * src/plugins//pgpcore/plugin.c
2725         * src/plugins//pgpinline/plugin.c
2726         * src/plugins//pgpmime/plugin.c
2727         * src/plugins//spamassassin/spamassassin.c
2728                 gettext-ize more strings (mostly plugin error messages).
2729
2730 2006-09-11 [colin]      2.4.0cvs174
2731
2732         * src/alertpanel.c
2733                 Make maximum buffer size bigger to avoid
2734                 truncating translated messages. Patch by
2735                 Fabien
2736
2737 2006-09-11 [colin]      2.4.0cvs173
2738
2739         * src/etpan/imap-thread.c
2740                 Fix compilation on OpenBSD, thanks to 
2741                 Landry
2742
2743 2006-09-10 [wwp]        2.4.0cvs172
2744
2745         * manual/account.xml
2746         * manual/addrbook.xml
2747         * manual/handling.xml
2748         * manual/es/handling.xml
2749         * manual/fr/account.xml
2750         * manual/fr/addrbook.xml
2751         * manual/fr/handling.xml
2752                 documented addressbook matching (condition configuration):
2753                   addrbook.xml, en fr
2754                 documented per-account filtering rules (handling/filtering
2755                   section, account section):
2756                   account.xml, handling.xml, en fr
2757                 slightly updated the handling/searching section to tell few
2758                   words about the extended search ability:
2759                   handling.xml, en fr
2760                 added missing <quote></quotes> to Quick Search:
2761                   handling.xml, en fr es
2762                 fixed a typo (auomatically):
2763                   handling.xml, en
2764                 changes revisited by Paul.
2765
2766 2006-09-10 [paul]       2.4.0cvs171
2767
2768         * src/prefs_actions.c
2769         * src/prefs_filtering.c
2770         * src/prefs_template.c
2771                 adjustments to the gui
2772                 Patch by Fabien Vantard (slightly modified)
2773
2774 2006-09-10 [colin]      2.4.0cvs170
2775
2776         * src/summaryview.c
2777                 Check folderitem/summaryview consistency
2778                 (basically automates Update summary). Fixes
2779                 #1011 (wrong (negative) count on unread 
2780                 messages)
2781
2782 2006-09-10 [colin]      2.4.0cvs169
2783
2784         * src/gtk/gtksctree.c
2785                 Fix recursive expansion via mouse
2786         * src/plugins/bogofilter/bogofilter.c
2787                 Use normal filtering way of moving
2788                 messages (batching), possibly fixing
2789                 bug #1015 (Bogofilter plugin doubles 
2790                 new messages)
2791
2792 2006-09-09 [wwp]        2.4.0cvs168
2793
2794         * src/prefs_filtering.c
2795                 better place for this fix.
2796
2797 2006-09-09 [wwp]        2.4.0cvs167
2798
2799         * src/prefs_filtering.c
2800                 fix a minor bug when the enabled status of a filtering/processing
2801                 rule always got set to TRUE when replacing this rule. That still
2802                 make sense when adding a new rule, but now when replacing, we
2803                 don't override the value of 'enabled'.
2804                 Also renamed the func prefs_filtering_list_view_get_rule_name()
2805                 to prefs_filtering_list_view_get_info() as this function not only
2806                 returns the name, but also the account_id and the enabled status.
2807
2808 2006-09-09 [mones]      2.4.0cvs166
2809
2810         * manual/glossary.xml
2811         * manual/plugins.xml
2812                 Minor format corrections
2813         * manual/gpl.xml
2814                 Fix misplaced NO WARRANTY section
2815         * manual/es/advanced.xml
2816         * manual/es/faq.xml
2817         * manual/es/glossary.xml
2818         * manual/es/gpl.xml
2819         * manual/es/handling.xml
2820         * manual/es/plugins.xml
2821         * manual/es/starting.xml
2822                 Incorporate changes from English version
2823         * manual/fr/ack.xml
2824         * manual/pl/ack.xml
2825         * manual/es/ack.xml
2826                 Fix address, (add translation credits in es version)
2827         * po/es.po
2828                 Updated translation
2829
2830 2006-09-09 [wwp]        2.4.0cvs165
2831
2832         * src/prefs_filtering.c
2833                 fix a crash when opening filtering prefs, if matcherrc file contains
2834                 broken data (non-existing account id, which is theoretically not
2835                 possible).
2836
2837 2006-09-08 [colin]      2.4.0cvs164
2838
2839         * src/folder.c
2840                 Wrong assert, make it an if()
2841         * src/gtk/gtksctree.c
2842                 Fix bug #1013 (expand selected thread 
2843                 tree) - expanding is now recursive
2844
2845 2006-09-07 [wwp]        2.4.0cvs163
2846
2847         * src/prefs_matcher.c
2848                 make better sentences about addressbook matching in the
2849                 matcher prefs. This should make translators' work easier
2850                 too.
2851
2852 2006-09-07 [wwp]        2.4.0cvs162
2853
2854         * src/prefs_filtering.c
2855                 code simplification (get rid of dup var. assignment).
2856
2857 2006-09-07 [wwp]        2.4.0cvs161
2858
2859         * src/summaryview.c
2860                 use GTK_STOCK icons when possible, patch by Fabien Vantard
2861                 <fzzzzz@gmail.com>.
2862
2863 2006-09-07 [paul]       2.4.0cvs160
2864
2865         * src/mimeview.c
2866                 fix compilation warnings
2867                 Thanks to Colin
2868
2869 2006-09-07 [paul]       2.4.0cvs159
2870
2871         * src/mimeview.c
2872                 select the mimepart icon when
2873                 displaying as text
2874                 Thanks to Colin
2875
2876 2006-09-06 [paul]       2.4.0cvs158
2877
2878         * src/prefs_filtering.c
2879                 fix labels and table element spacing
2880                 Patch by Fabien Vantard
2881
2882 2006-09-06 [paul]
2883
2884         2.5.0-rc3 released
2885
2886 2006-09-06 [paul]       2.4.0cvs157
2887
2888         * manual/es/advanced.xml
2889                 fix typo
2890
2891 2006-09-06 [wwp]        2.4.0cvs156
2892
2893         * src/mainwindow.c
2894                 fix an dup launch issue when iconified, thanks to Colin.
2895
2896 2006-09-06 [wwp]        2.4.0cvs155
2897
2898         * src/gtk//gtksctree.h
2899                 oops, forgot that one!
2900
2901 2006-09-06 [wwp]        2.4.0cvs154
2902
2903         * manual/pl/advanced.xml
2904         * manual/advanced.xml
2905         * manual/es/advanced.xml
2906         * manual/fr/advanced.xml
2907         * src/prefs_customheader.c
2908         * src/prefs_filtering_action.c
2909         * src/foldersel.c
2910         * src/prefs_summaries.c
2911         * src/prefs_filtering.c
2912         * src/account.c
2913         * src/compose.c
2914         * src/prefs_summary_column.c
2915         * src/addr_compl.c
2916         * src/prefs_actions.c
2917         * src/prefs_folder_column.c
2918         * src/ssl_manager.c
2919         * src/prefs_template.c
2920         * src/prefs_display_header.c
2921         * src/prefs_common.h
2922         * src/prefs_matcher.c
2923         * src/prefs_common.c
2924         * src/prefs_toolbar.c
2925         * src/summaryview.c
2926         * src/folderview.c
2927         * src/gtk/gtksctree.c
2928         * src/gtk/pluginwindow.c
2929         * src/gtk/progressdialog.c
2930         * src/gtk/prefswindow.c
2931                 renamed hidden option enable_rules_hint to use_stripes_everywhere
2932                 to make its meaning more obvious (all versions of the manual reflect
2933                 the change).
2934                 added an extra hidden option use_stripes_in_summary to allow
2935                 discarding these stripes in mainwindow's folder and message lists;
2936                 en and fr manuals only are OK towards this.
2937
2938 2006-09-06 [colin]      2.4.0cvs153
2939
2940         * src/textview.c
2941                 Hide Sylpheed-Claws' internal queue headers
2942                 when showing all headers. They'll be present
2943                 only in Source window.
2944
2945 2006-09-05 [colin]      2.4.0cvs152
2946
2947         * src/plugins/trayicon/trayicon.c
2948                 Fix crash at exit - we have to disconnect
2949                 our handlers
2950         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
2951                 Update eggtrayicon - patch adapted from a
2952                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
2953                 on Sylpheed's ML
2954
2955 2006-09-05 [colin]      2.4.0cvs151
2956
2957         * src/mainwindow.c
2958         * src/gtk/logwindow.c
2959                 Fix race condition when something writes
2960                 to the log too soon during init. Thanks
2961                 to Fabien Vantard
2962
2963 2006-09-05 [colin]      2.4.0cvs150
2964
2965         * src/mimeview.c
2966                 Don't select part on right-click either
2967
2968 2006-09-05 [paul]       2.4.0cvs149
2969
2970         * src/mimeview.c
2971                 completion of previous commit
2972                 Thanks to Colin
2973
2974 2006-09-05 [colin]      2.4.0cvs148
2975
2976         * src/mimeview.c
2977                 Don't force selection on middle-click, just open
2978
2979 2006-09-04 [colin]      2.4.0cvs147
2980
2981         * src/mimeview.c
2982                 Looks like gtk_notebook_set_current_page()
2983                 sometimes steals focus, and this annoys us
2984                 in MimeViewers as it renders navigation
2985                 keys useless. Take back focus after switching
2986                 pages.
2987
2988 2006-09-04 [colin]      2.4.0cvs146
2989
2990         * src/messageview.c
2991                 Set stop_loading when clicking on Next
2992                 during load. Don't add a callback to 
2993                 avoid over-complicating things.
2994
2995 2006-09-04 [colin]      2.4.0cvs145
2996
2997         * src/mimeview.c
2998         * src/messageview.c
2999                 Fix multiple loads in separate messageview
3000
3001 2006-09-04 [colin]      2.4.0cvs144
3002
3003         * src/summaryview.c
3004                 Let navigation keys be handled during 
3005                 load
3006
3007 2006-09-04 [colin]      2.4.0cvs143
3008
3009         * src/messageview.c
3010         * src/summaryview.c
3011         * src/textview.c
3012         * src/textview.h
3013                 Make loading of huge mails (lots of text and/or
3014                 images) cancellable, so the GUI doesn't block 
3015
3016 2006-09-04 [colin]      2.4.0cvs142
3017
3018         * src/plugins/trayicon/trayicon.c
3019                 Fix annoyance when removing a folder with 
3020                 unread mails: trayicon didn't update
3021
3022 2006-09-04 [paul]       2.4.0cvs141
3023
3024         * src/gtk/icon_legend.c
3025                 straighten up columns
3026                 Patch by Fabien Vantard
3027
3028 2006-09-04 [wwp]        2.4.0cvs140
3029
3030         * src/prefs_filtering.c
3031                 fix new line's account name in filtering prefs:
3032                 was "All", is now "(New)".
3033
3034 2006-09-04 [paul]       2.4.0cvs139
3035
3036         * tools/make.themes.project
3037                 use "AUTOMAKE_OPTIONS = dist-bzip2"
3038                 instead of homebrewed "make release"
3039
3040 2006-09-03 [colin]      2.4.0cvs138
3041
3042         * src/folderview.c
3043                 Fix bug #1007 (Wrong folder highlighted)
3044
3045 2006-09-03 [colin]      2.4.0cvs137
3046
3047         * src/compose.c
3048                 Don't set Newsgroup: header to a mail folder
3049                 path
3050
3051 2006-09-03 [paul]       2.4.0cvs136
3052
3053         * src/prefs_other.c
3054         * src/prefs_spelling.c
3055                 unify the gui
3056
3057 2006-09-03 [paul]       2.4.0cvs135
3058
3059         * src/prefs_summaries.c
3060                 correct menu item text in prefs_keybind_apply_clicked()
3061
3062 2006-09-03 [paul]       2.4.0cvs134
3063
3064         * manual/advanced.xml
3065                 some improvements to the descriptions
3066         * src/mainwindow.c
3067         * src/messageview.c
3068         * src/summaryview.c
3069         * src/gtk/menu.c
3070                 fix menu sensitivity issues
3071         * src/prefs_message.c
3072                 drop the useless word 'short'
3073         * src/prefs_other.c
3074                 add the word 'lines' indicating log length
3075                 is a measure of lines
3076         * src/textview.c
3077                 fix compilation warnings
3078
3079 2006-09-02 [colin]      2.4.0cvs133
3080
3081         * src/messageview.c
3082                 Display a special return-receipt message
3083                 if the message is from the user
3084         * src/summaryview.c
3085                 Fix missing freeze of the list when marking
3086                 all read and unthreading for exec. Thanks
3087                 to Stephan Sachse.
3088
3089 2006-09-02 [paul]       2.4.0cvs132
3090
3091         * src/mainwindow.c
3092         * src/prefs_message.c
3093         * src/summaryview.c
3094                 fix some english
3095
3096 2006-09-02 [wwp]        2.4.0cvs131
3097
3098         * src/prefs_filtering.c
3099                 added an account name column to the filtering rules
3100                 dialog.
3101
3102 2006-09-02 [colin]      2.4.0cvs130
3103
3104         * src/gtk/logwindow.c
3105         * src/gtk/logwindow.h
3106                 Block scrolling if we're not at the end
3107                 of the log
3108
3109 2006-09-02 [colin]      2.4.0cvs129
3110
3111         * src/folder.c
3112                 Make sure account-specific rules can't
3113                 be used in {pre-,post-,}processing
3114         * src/mainwindow.c
3115         * src/gtk/logwindow.c
3116         * src/gtk/logwindow.h
3117                 Jump to last error when clicking on the
3118                 warning icon
3119
3120 2006-09-02 [colin]      2.4.0cvs128
3121
3122         * src/imap.c
3123         * src/import.c
3124         * src/mainwindow.c
3125         * src/mainwindow.h
3126                 Fix warning icon
3127         * src/inc.c
3128         * src/mbox.c
3129         * src/mbox.h
3130                 Let proc_mbox know its account, for
3131                 account-specific rules
3132
3133 2006-09-01 [colin]      2.4.0cvs127
3134
3135         * src/codeconv.c
3136                 Don't uselessly use iconv to convert from
3137                 us-ascii
3138         * src/alertpanel.c
3139         * src/mainwindow.c
3140         * src/mainwindow.h
3141         * src/inc.c
3142                 Fix certain log cases, disable warning icon
3143                 for now, the correct way to display it when
3144                 necessary and only when necessary is probably
3145                 to do it manually rather than use error logs
3146         * src/etpan/imap-thread.c
3147                 Clean up UID logging a bit
3148         * src/gtk/logwindow.c
3149         * src/gtk/logwindow.h
3150                 Make logging faster when the window's closed
3151
3152 2006-09-01 [wwp]        2.4.0cvs126
3153
3154         * manual/fr/account.xml
3155                 reflect changes to the ref. manual (parts of cvs72):
3156                 fix tabnames and quotes.
3157
3158 2006-09-01 [wwp]        2.4.0cvs125
3159
3160         * manual/fr/plugins.xml
3161                 reflect changes to the reference manual (cvs42):
3162                 update IRC channel info.
3163
3164 2006-09-01 [wwp]        2.4.0cvs124
3165
3166         * commitHelper
3167                 use CVSEDITOR env. var. if set, according to `man cvs`.
3168
3169 2006-09-01 [wwp]        2.4.0cvs123
3170
3171         * manual/advanced.xml
3172                 better sentence again (thanks to Paul).
3173
3174 2006-09-01 [wwp]        2.4.0cvs122
3175
3176         * manual/advanced.xml
3177         fix definition of toolbar_detachable and rework a bit the one of
3178         enable_dotted_lines.
3179
3180 2006-09-01 [mones]      2.4.0cvs121
3181
3182         * manual/advanced.xml
3183                 Document enable_dotted_lines
3184
3185 2006-09-01 [paul]       2.4.0cvs120
3186
3187         * src/folderview.c
3188         * src/folderview.h
3189         * src/imap.c
3190         * src/mainwindow.c
3191         * src/summaryview.c
3192                 obey the 'When entering folder...' option
3193                 when using the /View/Go to/... menu items
3194                 Thanks to Colin
3195
3196 2006-08-31 [colin]      2.4.0cvs119
3197
3198         * src/folderview.c
3199                 Revert 2.4.0cvs116, wrong fix.
3200
3201 2006-08-31 [colin]      2.4.0cvs118
3202
3203         * src/gtk/gtksctree.c
3204                 Better state the various copyrights
3205
3206 2006-08-31 [colin]      2.4.0cvs117
3207
3208         * src/prefs_common.c
3209                 fix enable_dotted_lines
3210
3211 2006-08-31 [colin]      2.4.0cvs116
3212
3213         * src/folderview.c
3214                 Use pref "Always open on select" when going
3215                 to next unread folder
3216         * src/gtk/gtksctree.c
3217                 Fix link failure to _gtk_clist_create_cell_layout
3218                 on certain computers. (Why not mine, I wonder)
3219
3220 2006-08-31 [colin]      2.4.0cvs115
3221
3222         * src/procmsg.c
3223         * src/textview.c
3224         * src/plugins/bogofilter/bogofilter.c
3225         * src/plugins/spamassassin/spamassassin.c
3226                 Requalify some "errors" to warnings
3227         * src/mainwindow.c
3228         * src/mainwindow.h
3229         * src/statusbar.c
3230                 Add an icon in the statusbar to notify
3231                 of errors
3232         * src/gtk/gtksctree.c
3233         * src/folderview.c
3234         * src/summaryview.c
3235                 Make the GtkSCTree look more modern by
3236                 alternating background lines
3237         * src/prefs_common.c
3238         * src/prefs_common.h
3239                 Add a pref to let people have the old
3240                 way if they prefer
3241
3242
3243 2006-08-30 [colin]      2.4.0cvs114
3244
3245         * src/procmsg.c
3246         * src/procmsg.h
3247                 Provide a way to filter a list of
3248                 messages in an optimised manner, and
3249                 add a list-filtering hook
3250         * src/folder.c
3251         * src/inc.c
3252         * src/mbox.c
3253                 Use the list filtering
3254         * src/plugins/bogofilter/bogofilter.c
3255                 Use the list-filtering hook
3256                 Use -b (bulk) mode for more speed
3257                 when learning and filtering
3258         * src/etpan/imap-thread.c
3259                 Make log output shorter in UID SEARCH
3260
3261
3262 2006-08-30 [colin]      2.4.0cvs113
3263
3264         * src/plugins/bogofilter/bogofilter.c
3265                 Really fast mass learning - thanks to David
3266                 Relson for the options explanations :)
3267
3268 2006-08-30 [colin]      2.4.0cvs112
3269
3270         * src/msgcache.c
3271                 Fix compilation on FreeBSD. Thanks
3272                 to Michael Hugues
3273
3274 2006-08-29 [colin]      2.4.0cvs111
3275
3276         * src/folderview.c
3277                 Handle "popup_menu" signal (for popping the 
3278                 menu via the keyboard)
3279         * src/mimeview.c
3280         * src/mimeview.h
3281         * src/summaryview.c
3282         * src/textview.c
3283         * src/gtk/gtkutils.c
3284         * src/gtk/gtkutils.h
3285                 Factorize scrolling code, and add an API 
3286                 for MimeViewers to handle scroll orders
3287
3288 2006-08-29 [wwp]        2.4.0cvs110
3289
3290         * src/plugins//bogofilter/bogofilter.c
3291         * src/plugins//spamassassin/spamassassin.c
3292                 make the bogofilter/spamassassin filtering error dialogs at
3293         incorporation obey to the "don't popup error dialog on
3294         receive error" option. If disabled, feed the log window w/
3295         the error message.
3296
3297 2006-08-29 [paul]
3298
3299         2.5.0-rc2 released
3300
3301 2006-08-29 [paul]       2.4.0cvs109
3302
3303         * Makefile.am
3304                 remove 'make release', it's not needed
3305                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
3306
3307 2006-08-29 [paul]       2.4.0cvs108
3308
3309         * src/foldersel.c
3310         * src/summary_search.c
3311         * src/gtk/progressdialog.c
3312         * src/plugins/pgpcore/passphrase.c
3313                 replace deprecated gtk_window_set_policy()
3314
3315 2006-08-29 [colin]      2.4.0cvs107
3316
3317         * src/folder.c
3318                 Fix data loss when copy fails during a move:
3319                 only use fast remove_msgs if everything was
3320                 copied OK; else use slow remove_msg on the
3321                 mails that got copied only.
3322
3323 2006-08-28 [paul]       2.4.0cvs106
3324
3325         * src/mh.c
3326                 revert change in 2.4.0cvs104, it breaks
3327                 stuff
3328
3329 2006-08-28 [paul]       2.4.0cvs105
3330
3331         * src/plugins/spamassassin/spamassassin.c
3332                 english fix
3333
3334 2006-08-28 [paul]       2.4.0cvs104
3335
3336         * src/mh.c
3337                 fix data loss when moving to another
3338                 mailbox fails
3339         * src/prefs_spelling.c
3340                 improve the english
3341         * src/gtk/pluginwindow.c
3342                 improve the layout of the dialog text
3343         All thanks to Colin
3344
3345 2006-08-28 [paul]       2.4.0cvs103
3346
3347         * src/plugins/bogofilter/bogofilter.c
3348         * src/plugins/bogofilter/bogofilter_gtk.c
3349                 fix english up a bit, innit
3350
3351 2006-08-28 [paul]       2.4.0cvs102
3352
3353         * configure.ac
3354         * po/Makefile.in.in
3355         * po/Makevars
3356                 require autoconf 2.60, enabling building
3357                 with gettext 0.15 (gettext 0.14.x build still
3358                 possible). Replace Makefiles with versions
3359                 from gettext 0.15.
3360                 Remove configure options --with-localedir and
3361                 --with-mandir. The options that are provided
3362                 directly by autoconf 2.60 can be used instead:
3363                 --mandir --localedir
3364
3365 2006-08-27 [colin]      2.4.0cvs101
3366
3367         * src/plugins/bogofilter/Makefile.am
3368                 Fix make dist (no README)
3369
3370 2006-08-27 [colin]      2.4.0cvs100
3371
3372         * src/folder.c
3373                 Don't use F_UNKNOWN folders for any default
3374                 outbox/trash/etc
3375         * src/plugins/bogofilter/bogofilter.c
3376         * src/plugins/bogofilter/bogofilter.h
3377         * src/plugins/bogofilter/bogofilter_gtk.c
3378                 Add an option to specify the path to bogofilter
3379                 Use single-quotes to be able to learn in folders
3380                 with spaces in their names
3381                 Verify learning status
3382
3383 2006-08-27 [colin]      2.4.0cvs99
3384
3385         * manual/faq.xml
3386         * manual/plugins.xml
3387                 Document Bogofilter plugin
3388
3389 2006-08-27 [colin]      2.4.0cvs98
3390
3391         * src/compose.c
3392         * src/messageview.c
3393         * src/procmsg.c
3394         * src/procmsg.h
3395                 When possible, copy the queued mail to sent folder
3396                 instead of re-adding. Much faster on IMAP.
3397
3398 2006-08-27 [colin]      2.4.0cvs97
3399
3400         * src/msgcache.c
3401                 Disable mmaped caches - huge metadata loss
3402                 here after a power failure.
3403         * src/summaryview.c
3404                 Add quicksearch timing
3405         * src/common/plugin.c
3406         * src/common/plugin.h
3407                 Implement an interface to tell what plugins
3408                 provide. Prevent loading of similar plugins.
3409         * src/plugins/clamav/clamav_plugin.c
3410         * src/plugins/demo/demo.c
3411         * src/plugins/dillo_viewer/dillo_viewer.c
3412         * src/plugins/pgpcore/plugin.c
3413         * src/plugins/pgpinline/pgpinline.c
3414         * src/plugins/pgpmime/pgpmime.c
3415         * src/plugins/spamassassin/spamassassin.c
3416         * src/plugins/trayicon/trayicon.c
3417                 Implement plugin_provides()
3418
3419 2006-08-27 [colin]      2.4.0cvs96
3420
3421         * configure.ac
3422         * src/plugins/Makefile.am
3423         * src/plugins/bogofilter/.cvsignore
3424         * src/plugins/bogofilter/Makefile.am
3425         * src/plugins/bogofilter/bogofilter.c
3426         * src/plugins/bogofilter/bogofilter.h
3427         * src/plugins/bogofilter/bogofilter_gtk.c
3428                 New Bogofilter plugin, provides filtering and
3429                 learning. Spamassassin will go to extra plugins.
3430
3431 2006-08-26 [mones]      2.4.0cvs95
3432
3433         * manual/handling.xml
3434                 Fix subfolder path in the example (thanks to Paul) 
3435
3436 2006-08-26 [mones]      2.4.0cvs94
3437
3438         * manual/glossary.xml
3439                 2.2. + add ISP to the glossary
3440                 7.5. + Add UIDL to glossary
3441                 7.7. + Add TCP to glossary
3442         * manual/handling.xml
3443                 7.1. + Mentions GNU/Linux distribution, what about the non...
3444                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
3445                 7.3. + Mentions .bashrc, what about the non-bash ones? 
3446                 7.4. = Use appropriate quotation for commands
3447                 7.6. = change "" to <quote></quote>
3448         * manual/plugins.xml
3449                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
3450         * manual/starting.xml
3451                 2.1. + local mbox file: some examples of mbox file locations...
3452                 Also reformatted files requiring it
3453
3454 2006-08-26 [wwp]        2.4.0cvs93
3455
3456         * src/summary_search.c
3457                 disable find buttons while summary search is running.
3458
3459 2006-08-25 [colin]      2.4.0cvs92
3460
3461         * src/folder.c
3462         * src/folderutils.c
3463         * src/mh.c
3464         * src/procmsg.h
3465         * src/summaryview.c
3466                 Speed up MH moving, and add progressbar
3467                 for MH deletion
3468         * src/msgcache.c
3469                 Write cache files using mmap() too
3470
3471 2006-08-25 [wwp]        2.4.0cvs91
3472
3473         * src/summaryview.c
3474                 switch spam<->ham button when a message has been marked as spam or ham
3475                 and is still selected. Thanks to Colin.
3476
3477 2006-08-25 [paul]       2.4.0cvs90
3478
3479         * src/Makefile.am
3480         * src/stock_pixmap.c
3481         * src/stock_pixmap.h
3482         * src/summaryview.c
3483         * src/gtk/icon_legend.c
3484         * src/pixmaps/copied.xpm
3485         * src/pixmaps/moved.xpm
3486                 add icons for delayed execution marked for
3487                 copying, marked for moving
3488
3489 2006-08-25 [mones]      2.4.0cvs89
3490
3491         * manual/glossary.xml
3492                 Fix the other glossary items:
3493                 5.1. = Inmmediate execution -> <quote>immediate execution...
3494                 5.2. = Fix MBOX capitalization -> Mbox
3495                 5.3. + Improve Plugins def. w/ tech. ref.
3496                 5.4. = Quotation -> replace '>' by <quote>></quote>
3497                 5.5. - SMTP Server. -> remove dot
3498         * po/es.po
3499                 Updated translation
3500
3501 2006-08-25 [mones]      2.4.0cvs88
3502
3503         * manual/ack.xml
3504                 Reformatted, changed email address
3505         * manual/glossary.xml
3506                 Reformatted, fixed MANUAL-TODO items:
3507                 8.2. + add ROT-13 to glossary
3508                 8.4. + add URL to glossary
3509         * manual/es/advanced.xml
3510                 Fixed <literal>s
3511
3512 2006-08-25 [paul]       2.4.0cvs87
3513
3514         * src/gtk/icon_legend.c
3515                 add 'marked for deletion' icon
3516                 arrange icons by containing column
3517                 wrap long label text
3518
3519 2006-08-25 [colin]      2.4.0cvs86
3520
3521         * src/common/utils.c
3522         * src/common/utils.h
3523                 Add the sc_g_*list_bigger functions in
3524                 a place everyone can use it
3525         * src/summaryview.c
3526                 Only freeze/thaw the list when working
3527                 on the selection, if it's bigger than 1
3528         * src/gtk/gtksctree.c
3529                 Only freeze/thaw the list when unselec-
3530                 ting 'all' if ('all' != 1)
3531                 This avoids some flickering
3532
3533 2006-08-24 [colin]      2.4.0cvs85
3534
3535         * src/addressbook.c
3536                 Fix strange list selection
3537                 Fix random seg (Invalid read of freed memory)
3538
3539 2006-08-24 [colin]      2.4.0cvs84
3540
3541         * src/alertpanel.c
3542         * src/gtk/inputdialog.c
3543         * src/plugins/pgpcore/passphrase.c
3544                 Revert minimal width patch of 2.4.0cvs67,
3545                 as it is also a maximal width. Use 
3546                 gtk_window_set_default_size instead.
3547
3548 2006-08-24 [colin]      2.4.0cvs83
3549
3550         * src/msgcache.c
3551                 Write cache/mark to temp files before
3552                 overwriting old ones (avoids metadata
3553                 loss if writing the new files fail).
3554                 Use mmap() to read cache/mark file, as
3555                 this makes cache reading faster. Dis-
3556                 abled for big-endian machines until it
3557                 can be tested. (Big-endian users: set
3558                 msgcache_use_mmap = TRUE in the relevant
3559                 #if).
3560         * src/procmsg.h
3561                 Move rarely used fields of MsgInfo in 
3562                 another structure, which will only be
3563                 allocated if needed. Face, X-Face,
3564                 Return receipt headers and List-*
3565                 headers are moved. Mails having none
3566                 of these occupy 52 bytes less with
3567                 this patch, which makes 2.5MB of RAM
3568                 saved on a 50k folder).
3569         * src/headerview.c
3570         * src/mainwindow.c
3571         * src/messageview.c
3572         * src/partial_download.c
3573         * src/procheader.c
3574         * src/procmsg.c
3575         * src/textview.c
3576                 Follow this structure change.
3577
3578 2006-08-24 [wwp]        2.4.0cvs82
3579
3580         * manual/es/.cvsignore
3581         * manual/es/dist/.cvsignore
3582         * manual/es/dist/html/.cvsignore
3583         * manual/es/dist/pdf/.cvsignore
3584         * manual/es/dist/ps/.cvsignore
3585         * manual/es/dist/txt/.cvsignore
3586                 more (generated) files to ignore.
3587
3588 2006-08-24 [colin]      2.4.0cvs81
3589
3590         * src/folder.c
3591         * src/mh.c
3592                 Fix possible problems with local delivery. Check the folder doesn't
3593                 need scan before setting its mtime when saving cache (which can be
3594                 done long after the folder's been modified by an external process);
3595                 Check that the stored item's mtime didn't change in mh functions.
3596
3597 2006-08-24 [mones]      2.4.0cvs80
3598
3599         * manual/advanced.xml
3600                 Rewrapping, some fixes and MANUAL-TODO items:
3601                 8.1. = change "" to <quote></quote>
3602                 8.3. = quote menu items
3603                 8.5. - deploying -> new user ... ideally a new user (redundant)
3604
3605 2006-08-23 [colin]      2.4.0cvs79
3606
3607         * src/gtk/gtksctree.c
3608                 When selecting or deselecting range, only
3609                 freeze/thaw when selection is bigger than 10
3610
3611 2006-08-23 [colin]      2.4.0cvs78
3612
3613         * src/messageview.c
3614         * src/mimeview.c
3615         * src/mimeview.h
3616         * src/plugins/dillo_viewer/dillo_viewer.c
3617                 Provide an API for MimeViewer plugins to
3618                 return a text selection for replying
3619
3620 2006-08-23 [colin]      2.4.0cvs77
3621
3622         * src/image_viewer.c
3623         * src/textview.c
3624                 Use gtk_pixbuf_new_from_file_at_scale(), which
3625                 is faster than getting the pixbuf then resizing
3626                 it.
3627
3628 2006-08-23 [colin]      2.4.0cvs76
3629
3630         * src/procmime.c
3631                 UTF-8 should be sent Quoted-printable
3632
3633 2006-08-22 [colin]      2.4.0cvs75
3634
3635         * src/mh.c
3636                 Check if scan is required before touching
3637                 the folder (or it'll be required every time)
3638
3639 2006-08-22 [colin]      2.4.0cvs74
3640
3641         * configure.ac
3642                 Require libetpan 0.46 (crasher fix when built
3643                 against gnutls)
3644
3645 2006-08-22 [colin]      2.4.0cvs73
3646
3647         * src/folder.c
3648                 Set folder's mtime after writing its
3649                 cache
3650         * src/folderview.c
3651                 Add some timing
3652         * src/procmsg.c
3653                 Don't do useless stuff if we don't 
3654                 thread by subject
3655         * src/summaryview.c
3656                 Add some timing, don't deselect prior
3657                 to selecting (gtksctree does it itself),
3658                 remove crash avoidance hacks as it's been
3659                 properly fixed since a while
3660         * src/common/utils.c
3661                 Optimize to_human_readable(): _() is slow,
3662                 do it only once, and avoid %f format for KB
3663                 (the most common in a summaryview)
3664         * src/gtk/gtksctree.c
3665                 Don't uselessly freeze/thaw (fixes flicker
3666                 on next unread and friends), reduce number
3667                 of g_list_nth/g_list_position where possible
3668         * src/gtk/gtkutils.c
3669         * src/gtk/gtkutils.h
3670                 Reduce number of g_list_nth/g_list_position
3671                 where possible.
3672                 All of this makes loading as 70k folder 2.1
3673                 seconds instead of 3.2 (with hot FS caches).
3674                 (1.3 seconds without Date and Size columns...)
3675
3676 2006-08-22 [paul]       2.4.0cvs72
3677
3678         wrap documents and do some items from mones' MANUAL-TODO:
3679
3680         * manual/account.xml
3681                 4.1. = fix tabname references to <quote>tabname</quote>
3682                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
3683         * manual/faq.xml
3684                 1.1. = mentioned options don't match UI
3685                 Add information about the 'Never send Return Receipts'
3686                 option
3687         * manual/handling.xml
3688                 6.2. = Mentions Extended symbols button, but now is
3689                 named Information
3690                 6.3. = Mentions ... button, which is now Edit
3691
3692 2006-08-22 [colin]      2.4.0cvs71
3693
3694         * src/gtk/pluginwindow.c
3695                 Fix layout in verbose translations (such
3696                 as french)
3697
3698 2006-08-22 [paul]       2.4.0cvs70
3699
3700         * manual/Makefile.am
3701                 build manuals in alphabetical order
3702         * src/addressbook.c
3703         * src/prefs_themes.c
3704                 replace/remove deprecated symbols
3705         * src/gtk/gtkutils.c
3706                 fix a warning
3707         * src/gtk/pluginwindow.c
3708                 replace deprecated symbol
3709                 replace label text and move it
3710         * src/plugins/pgpcore/prefs_gpg.c
3711                 move the 'Generate...' button out of the
3712                 Sign Key frame, replace the English used
3713         * src/plugins/pgpcore/sgpgme.c
3714                 fixes to the English
3715
3716 2006-08-21 [colin]      2.4.0cvs69
3717
3718         * src/plugins/trayicon/trayicon.c
3719                 Add more strings for translation; patch
3720                 by Pawel
3721
3722 2006-08-21 [colin]      2.4.0cvs68
3723
3724         * src/compose.c
3725                 fix replied flag not set after drafting
3726         * src/matcher.c
3727                 fix body quicksearch in non-encoded bodies
3728                 containing '='
3729         * src/msgcache.c
3730                 Get rid of the g_malloc workaround for
3731                 corrupted caches, use g_try_malloc
3732
3733 2006-08-21 [colin]      2.4.0cvs67
3734
3735         * src/alertpanel.c
3736         * src/gtk/inputdialog.c
3737         * src/plugins/pgpcore/passphrase.c
3738                 Set minimal width to 375
3739         * src/mainwindow.c
3740                 Fix switching to offline, asking if it 
3741                 should be overriden for synchronising
3742         * src/mimeview.c
3743                 Don't offer to remember command on Open 
3744                 with for text parts, as the browser or 
3745                 text editor command isn't changed from 
3746                 there
3747
3748 2006-08-20 [paul]       2.4.0cvs66
3749
3750         * po/ko.po
3751         * po/zh_CN.po
3752                 fix plural form errors. revealed by stricter
3753                 checking of gettext 0.15
3754
3755 2006-08-18 [paul]       2.4.0cvs65
3756
3757         * src/stock_pixmap.c
3758                 fix the fix of 2.4.0cvs64
3759                 Thanks to Colin
3760
3761 2006-08-18 [paul]       2.4.0cvs64
3762
3763         * src/stock_pixmap.c
3764                 fix leaks
3765                 Thanks to Colin
3766
3767 2006-08-18 [paul]       2.4.0cvs63
3768
3769         * src/compose.c
3770         * src/procmsg.c
3771                 fix occasional IMAP bug where large msgs
3772                 were left in the queue folder after sending
3773                 Thanks to Colin
3774
3775 2006-08-18 [paul]       2.4.0cvs62
3776
3777         * src/folderview.c
3778                 freeze the summaryview while quicksearch results
3779                 are displayed
3780                 (fixes bug 456 'current message is hidden when the
3781                 view is refreshed and extended search is "unread 
3782                 messages"')
3783                 Thanks to Colin
3784         * src/textview.c
3785                 add missing #include "inputdialog.h"
3786         * src/common/utils.h
3787                 add missing mailcap_update_default() and improve
3788                 readability
3789
3790 2006-08-17 [colin]      2.4.0cvs61
3791
3792         * src/plugins/pgpcore/select-keys.c
3793                 Fix warnings :)
3794
3795 2006-08-17 [colin]      2.4.0cvs60
3796
3797         * src/compose.c
3798                 Don't continue queuing if Cancel is clicked
3799                 in select-keys
3800
3801 2006-08-17 [colin]      2.4.0cvs59
3802
3803         * src/plugins/pgpcore/select-keys.c
3804                 When encrypting, if only one key matches and it 
3805                 matches exactly, automatically use it.
3806
3807 2006-08-17 [colin]      2.4.0cvs58
3808
3809         * src/mimeview.c
3810         * src/prefs_common.c
3811         * src/prefs_common.h
3812         * src/prefs_ext_prog.c
3813         * src/textview.c
3814                 Fix issues with previous patch (text/html)
3815                 Remove outdated prefs
3816
3817 2006-08-17 [colin]      2.4.0cvs57
3818
3819         * src/imap.c
3820                 Add View Log button on auth error
3821         * src/procmsg.c
3822                 Fix encrypted mail marked as new when
3823                 saved in normal folders
3824         * src/plugins/pgpinline/pgpinline.c
3825                 Fix encrypt bug on IMAP
3826         * src/mimeview.c
3827         * src/common/utils.c
3828         * src/common/utils.h
3829         * src/gtk/inputdialog.c
3830         * src/gtk/inputdialog.h
3831                 Get rid of metamail stuff, simplify
3832                 opening, and allow remembering of user's
3833                 choices (by updating ~/.mailcap). There's
3834                 still to drop "Audio player" and "Image
3835                 viewer" preferences.
3836
3837 2006-08-17 [mones]      2.4.0cvs56
3838
3839         * manual/es/sylpheed-claws-manual.xml
3840                 fix DTD path
3841
3842 2006-08-17 [mones]      2.4.0cvs55
3843
3844         * configure.ac
3845         * manual/Makefile.am
3846         * manual/es/Makefile.am
3847         * manual/es/account.xml
3848         * manual/es/ack.xml
3849         * manual/es/addrbook.xml
3850         * manual/es/advanced.xml
3851         * manual/es/faq.xml
3852         * manual/es/glossary.xml
3853         * manual/es/gpl.xml
3854         * manual/es/handling.xml
3855         * manual/es/intro.xml
3856         * manual/es/keyboard.xml
3857         * manual/es/plugins.xml
3858         * manual/es/starting.xml
3859         * manual/es/sylpheed-claws-manual.xml
3860         * manual/es/dist/Makefile.am
3861         * manual/es/dist/html/Makefile.am
3862         * manual/es/dist/pdf/Makefile.am
3863         * manual/es/dist/ps/Makefile.am
3864         * manual/es/dist/txt/Makefile.am
3865                 Spanish translation for the manual
3866
3867 2006-08-16 [colin]      2.4.0cvs54
3868
3869         * src/compose.c
3870         * src/main.c
3871         * src/mainwindow.c
3872                 Fix send button sensitivity at startup
3873                 Set send menu sensitivity (patch by Fabien)
3874         * src/ssl_manager.c
3875                 Enable closing with esc (patch by Fabien)
3876         * src/gtk/foldersort.c
3877                 Enable closing with esc (patch by Fabien)
3878         * src/procmime.c
3879                 Optimisation (no need to copy to tempfile to
3880                 "decode" 7bit and 8bit)
3881         * src/summaryview.c
3882                 Fix cruft in swap_from case
3883         * src/textview.c
3884                 Fix missing last line in some mail cases 
3885                 (Fixes debian #381872)
3886         * src/plugins/pgpcore/prefs_gpg.c
3887         * src/plugins/pgpcore/sgpgme.c
3888         * src/plugins/pgpcore/sgpgme.h
3889                 Don't show "no key found" when user explicitely
3890                 wants to create a key
3891
3892 2006-08-16 [paul]       2.4.0cvs53
3893
3894         * configure.ac
3895         * src/account.c
3896         * src/addressbook.c
3897         * src/headerview.c
3898         * src/prefs_account.c
3899         * src/prefs_message.c
3900         * src/gtk/gtkutils.c
3901                 bump up minimum required versions of GTK+ and
3902                 GLIB to 2.6.0
3903
3904 2006-08-16 [paul]       2.4.0cvs52
3905
3906         * src/toolbar.c
3907                 workaround GTK+ Bug 351600 - 'Can't re-click
3908                 on button after sensitivity update'
3909                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
3910                 Thanks to Colin
3911
3912 2006-08-15 [colin]      2.4.0cvs51
3913
3914         * src/plugins/pgpcore/prefs_gpg.c
3915                 Set options sensitivity according to
3916                 key existence
3917         * src/plugins/pgpcore/sgpgme.c
3918                 Allow to create key with no passphrase
3919
3920 2006-08-14 [cleroy]     2.4.0cvs50
3921
3922         * src/gtk/pluginwindow.c
3923                 New layout (maybe to be changed?)
3924         * src/gtk/gtkutils.c
3925                 Fix a bit label_window
3926         * src/plugins/pgpcore/passphrase.c
3927         * src/plugins/pgpcore/passphrase.h
3928         * src/plugins/pgpcore/plugin.c
3929         * src/plugins/pgpcore/prefs_gpg.c
3930         * src/plugins/pgpcore/prefs_gpg.h
3931         * src/plugins/pgpcore/sgpgme.c
3932         * src/plugins/pgpcore/sgpgme.h
3933                 Allow to create a PGP private key via the GUI
3934
3935 2006-08-14 [wwp]        2.4.0cvs49
3936
3937         * src/addressbook_foldersel.c
3938                 fix strict ISO C90 compliance.
3939
3940 2006-08-14 [paul]       2.4.0cvs48
3941
3942         * src/gtk/prefswindow.c
3943                 re-set scrolled window on opening
3944                 Patch by Ticho
3945
3946 2006-08-14 [paul]
3947
3948         2.5.0-rc1 released
3949
3950 2006-08-14 [paul]       2.4.0cvs47
3951
3952         * src/prefs_display_header.c
3953                 re-enable user-defined Displayed Headers
3954
3955 2006-08-14 [paul]       2.4.0cvs46
3956
3957         * src/prefs_account.c
3958                 use GTK_STOCK_EDIT
3959
3960 2006-08-13 [colin]      2.4.0cvs45
3961
3962         * src/common/utils.c
3963                 Fix "a" in quote when the original message is empty,
3964                 by using \0 instead of 'a' to test writability of
3965                 temp files.
3966
3967 2006-08-13 [wwp]        2.4.0cvs44
3968
3969         * src/plugins/spamassassin/spamassassin.c
3970                 fix capitalization of "SpamAssassin" in some debug, log and
3971                 dialog messages.
3972
3973 2006-08-13 [paul]       2.4.0cvs43
3974
3975         * src/editldap.c
3976                 fix overlapping widgets
3977         * src/prefs_account.c
3978                 fix translation of protocol_names[]
3979                 fix label disappearing off the edge of the
3980                 visible area
3981
3982 2006-08-12 [paul]       2.4.0cvs42
3983
3984         * manual/plugins.xml
3985                 update IRC channel info before it gets forgotten
3986                 about
3987
3988 2006-08-11 [colin]      2.4.0cvs41
3989
3990         * src/compose.c
3991         * src/mainwindow.c
3992         * src/mainwindow.h
3993         * src/procmsg.c
3994         * src/procmsg.h
3995         * src/summaryview.c
3996         * src/toolbar.c
3997                 Grey out the Send button if
3998                 - Queue folders are empty, or
3999                 - We're sending already
4000
4001 2006-08-11 [wwp]        2.4.0cvs40
4002
4003         * src/main.c
4004                 fix a logic issue when quitting while a compose window is
4005                 still open, thanks to Colin.
4006
4007 2006-08-10 [colin]      2.4.0cvs39
4008
4009         * src/main.c
4010                 Fix default font size setting after wizard run
4011         * src/imap.c
4012         * src/etpan/imap-thread.c
4013         * src/etpan/imap-thread.h
4014                 Fix bug #999 (Timing out on TSL cert validation 
4015                 dialog makes ugly things happen). Also, STARTTLS
4016                 unconditionnaly if initial capabilities contain
4017                 LOGINDISABLED and STARTTLS.
4018
4019 2006-08-09 [colin]      2.4.0cvs38
4020
4021         * src/mainwindow.c
4022         * src/mainwindow.h
4023                 Fix Tools/Actions sensitivity when there are
4024                 no actions
4025
4026 2006-08-09 [colin]      2.4.0cvs37
4027
4028         * src/prefs_filtering.c
4029                 Warning fix, patch by Paul
4030         * src/messageview.c
4031         * src/prefs_actions.c
4032         * src/prefs_filtering_action.c
4033         * src/prefs_matcher.c
4034                 Uniformisation of "Info ..." to "Info..." (for
4035                 old gtk), patch by Fabien
4036         * src/plugins/clamav/clamav_plugin_gtk.c
4037                 Sensitivity fix by Fabien
4038
4039 2006-08-09 [colin]      2.4.0cvs36
4040
4041         * src/main.c
4042         * src/main.h
4043                 Add a function to know whether we're exiting
4044         * src/plugins/trayicon/trayicon.c
4045                 If exiting, don't do anything. Faster, and
4046                 avoids gtk_main_iteration reentracy causing
4047                 segfaults at exit
4048
4049 2006-08-09 [colin]      2.4.0cvs35
4050
4051         * src/messageview.c
4052         * src/mimeview.c
4053         * src/mimeview.h
4054                 Fix lack of part selection when automatically 
4055                 jumping to a specific part
4056         * src/msgcache.c
4057                 Little optimisation in cache reading
4058
4059 2006-08-09 [colin]      2.4.0cvs34
4060
4061         * src/compose.c
4062                 Fix crash setting the priority on reedit
4063                 (Accessing compose before creating it!)
4064
4065 2006-08-08 [colin]      2.4.0cvs33
4066
4067         * src/procmime.c
4068                 Fix bug #998 (last attachment is not accessible)
4069                 Bad RFC interpretation on multipart close-delimiters
4070         * src/mimeview.c
4071         * src/mimeview.h
4072         * src/gtk/gtkvscrollbutton.c
4073         * src/gtk/gtkvscrollbutton.h
4074                 Make attachments list wheel-scrollable
4075
4076 2006-08-07 [colin]      2.4.0cvs32
4077
4078         * src/gtk/gtkaspell.c
4079                 Fix bug #973 (Unicode punctation characters 
4080                 are not recognized as separators by the
4081                 spell checker); fix unsigned stuff
4082
4083 2006-08-07 [colin]      2.4.0cvs31
4084
4085         * src/compose.c
4086                 Fix bug #956 (DnD text with accents in compose 
4087                 text entry); fix gccc's signed/unsigned fuss
4088
4089 2006-08-06 [colin]      2.4.0cvs30
4090
4091         * src/main.c
4092                 Fix bug #979 (Plugin crashes when exiting 
4093                 sylpheed-claws) : handle exit request only 
4094                 once
4095
4096 2006-08-05 [colin]      2.4.0cvs29
4097
4098         * src/news.c
4099                 Just make sure we have a msgid.
4100
4101 2006-08-05 [colin]      2.4.0cvs28
4102
4103         * src/news.c
4104         * src/summaryview.c
4105                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
4106                 by reimplementing it
4107         * src/textview.c
4108                 Fix bug when hiding quotes with level > 3 and quote
4109                 colors are recycled
4110
4111 2006-08-04 [colin]      2.4.0cvs27
4112
4113         * src/compose.c
4114         * src/undo.c
4115         * src/undo.h
4116                 Fix a bit replace-by-pasting undo
4117         * src/mainwindow.c
4118         * src/messageview.c
4119                 Fix Fold quotes menu synchro in
4120                 mainwindow when it changes in 
4121                 messageview
4122         * src/textview.c
4123                 Fix right-click on quotes blocks
4124         * src/common/utils.c
4125                 Verify that the file created by
4126                 my_tmpfile() is writable. Fixes
4127                 bug #988 (very specific filesystem
4128                 issue)
4129         * src/plugins/pgpcore/sgpgme.c
4130                 Fix file descriptor leak
4131         * src/plugins/spamassassin/spamassassin.c
4132                 Warn once if spamd isn't reachable
4133
4134 2006-08-04 [colin]      2.4.0cvs26
4135
4136         * src/toolbar.c
4137                 i18n context patch by Fabien
4138
4139 2006-08-03 [colin]      2.4.0cvs25
4140
4141         * src/mainwindow.c
4142         * src/messageview.c
4143                 Rename "Hide quotes" to "Fold quotes"
4144         * src/textview.c
4145                 Don't use hand cursor on quotes. "all 
4146                 the bonuses of the feature and none of 
4147                 unwelcome side-effects"
4148
4149 2006-08-03 [colin]      2.4.0cvs24
4150
4151         * AUTHORS
4152         * sylpheed-claws.desktop
4153         * src/gtk/authors.h
4154                 Bring the desktop file to XDG compliance
4155                 Patch by Charles A. Edwards
4156
4157 2006-08-03 [colin]      2.4.0cvs23
4158
4159         * src/textview.c
4160                 Fix links offset when they are preceded
4161                 by accentued chars (g_utf8_strlen!)
4162         * src/mainwindow.c
4163                 Fix wrong status when starting offline
4164
4165
4166 2006-08-03 [wwp]        2.4.0cvs22
4167
4168         * src/prefs_common.h
4169                 ask what to do w/ filtering rules that belong to an account when
4170                 applying filtering rules manually from the main window (skip,
4171                 apply regardless of the account, use current account). This dialog
4172                 can be skipped and the last reply used.
4173                 (forgot that file)
4174
4175 2006-08-03 [wwp]        2.4.0cvs21
4176
4177         * src/filtering.c
4178         * src/filtering.h
4179         * src/prefs_common.c
4180         * src/summaryview.c
4181         * src/alertpanel.c
4182         * src/alertpanel.h
4183         * src/messageview.c
4184                 ask what to do w/ filtering rules that belong to an account when
4185                 applying filtering rules manually from the main window (skip,
4186                 apply regardless of the account, use current account). This dialog
4187                 can be skipped and the last reply used.
4188
4189
4190 2006-08-03 [colin]      2.4.0cvs20
4191
4192         * src/textview.c
4193                 Optimize previous patch
4194
4195 2006-08-03 [cleroy]     2.4.0cvs19
4196
4197         * src/textview.c
4198                 Fix quotes getting toggled back when the
4199                 mail has an even number of text parts
4200
4201 2006-08-02 [colin]      2.4.0cvs18
4202
4203         * src/messageview.c
4204                 Add Hide quotes menu
4205
4206 2006-08-02 [colin]      2.4.0cvs17
4207
4208         * src/mainwindow.c
4209         * src/prefs_common.c
4210         * src/textview.c
4211         * src/textview.h
4212         * src/gtk/about.c
4213                 Allow per-level quote hiding,
4214                 Allow toggling quotes by double-clicking them
4215                 Rename RemoteURI to ClickableText to reflect
4216                 the fact it's used for a variety of things
4217
4218 2006-08-02 [wwp]        2.4.0cvs16
4219
4220         * src/mainwindow.c
4221                 fix "View/Hide quotes" menu item status initialization.
4222
4223 2006-08-02 [wwp]        2.4.0cvs15
4224
4225         * src/matcher_parser_parse.y
4226                 remove a debug trace.
4227
4228 2006-08-02 [paul]       2.4.0cvs14
4229
4230         * src/plugins/pgpcore/passphrase.c
4231                 don't set initial dialog size
4232                 make it resizable
4233
4234 2006-08-02 [paul]       2.4.0cvs13
4235
4236         * src/noticeview.c
4237                 remove the rogue '/' character
4238
4239 2006-08-02 [paul]       2.4.0cvs12
4240
4241         * src/noticeview.c
4242                 allow buttons to resize as necessary
4243
4244 2006-08-01 [wwp]        2.4.0cvs11
4245
4246         * src/mbox.c
4247                 fix strict ISO C90 compliance.
4248
4249 2006-08-01 [wwp]        2.4.0cvs10
4250
4251         * tools/update-po
4252                 updated update-po tool to work w/ context-dependent translations.
4253                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
4254
4255 2006-08-01 [wwp]        2.4.0cvs9
4256
4257         * src/matcher.c
4258         * src/prefs_filtering.c
4259         * src/prefs_matcher.c
4260                 allow context-dependent translations for "All",
4261                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4262
4263 2006-07-31 [colin]      2.4.0cvs8
4264
4265         * AUTHORS
4266         * src/gtk/authors.h
4267                 Add Rafal to authors
4268
4269 2006-07-31 [colin]      2.4.0cvs7
4270
4271         * src/compose.c
4272         * src/mainwindow.c
4273         * src/messageview.h
4274         * src/prefs_common.c
4275         * src/prefs_common.h
4276         * src/textview.c
4277                 Add 'View/Hide quotes'. Patch based on a patch
4278                 by Rafal Weglarz
4279
4280 2006-07-31 [colin]      2.4.0cvs6
4281
4282         * src/action.c
4283                 Fix problem with "> stuff >" actions
4284
4285 2006-07-31 [paul]       2.4.0cvs5
4286
4287         * po/nb.po
4288                 updated by Geir Helland
4289
4290 2006-07-31 [wwp]        2.4.0cvs4
4291
4292         * src/mainwindow.c
4293         * src/summaryview.c
4294         * src/summaryview.h
4295                 add "View/Go to/Parent message" and "View/Go to/Last read message",
4296                 thanks to Colin.
4297
4298 2006-07-31 [wwp]        2.4.0cvs3
4299
4300         * src/Makefile.am
4301         * src/addr_compl.c
4302         * src/addr_compl.h
4303         * src/addressbook.c
4304         * src/addressbook.h
4305         * src/addressbook_foldersel.c
4306         * src/addressbook_foldersel.h
4307         * src/addrindex.c
4308         * src/addrindex.h
4309         * src/matcher.c
4310         * src/matcher.h
4311         * src/matcher_parser_lex.l
4312         * src/matcher_parser_parse.y
4313         * src/prefs_common.c
4314         * src/prefs_common.h
4315         * src/prefs_filtering.c
4316         * src/prefs_matcher.c
4317         * src/prefs_matcher.h
4318         * src/summaryview.c
4319                 introduce filtering against the address book. It's now possible to add
4320                 matched conditions to determine if any email address in a message matches
4321                 or doesn't match any or all books or folders in the address book.
4322
4323 2006-07-31 [wwp]        2.4.0cvs2
4324
4325         * src/account.c
4326         * src/filtering.c
4327         * src/filtering.h
4328         * src/folder.c
4329         * src/folderview.c
4330         * src/inc.c
4331         * src/mainwindow.c
4332         * src/matcher.c
4333         * src/matcher_parser_lex.l
4334         * src/matcher_parser_parse.y
4335         * src/mbox.c
4336         * src/prefs_filtering.c
4337         * src/prefs_filtering.h
4338         * src/procmsg.c
4339         * src/procmsg.h
4340         * src/summaryview.c
4341                 introduce per-account filtering rules. Each filtering rule can now be assigned
4342                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
4343                 when applying filtering rules manually, as all rules will apply - even the ones
4344                 assigned to an account. This issue will be addressed soon.
4345  
4346
4347
4348 2006-07-31 [wwp]        2.4.0cvs1
4349
4350         * src/quote_fmt.c
4351                 make more strings translatable.
4352
4353 2006-07-31 [paul]       2.4.0
4354
4355         2.4.0 released
4356
4357 2006-07-31 [paul]       2.3.1cvs91
4358
4359         * po/ca.po
4360                 updated by Miquel Oliete
4361
4362 2006-07-31 [paul]       2.3.1cvs90
4363
4364         * po/de.po
4365         * po/el.po
4366         * po/fr.po
4367         * po/it.po
4368         * po/pl.po
4369         * po/pt_BR.po
4370         * po/sr.po
4371         * po/zh_CN.po
4372                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
4373                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
4374                 Aleksandar Urosevic, and Ralgh Young
4375
4376 2006-07-31 [paul]       2.3.1cvs89
4377
4378         * src/account.c
4379         * src/main.c
4380         * src/mainwindow.c
4381         * src/mainwindow.h
4382                 Fix a race condition when, after an SC crash, rescanning
4383                 folders took more than 0.5 seconds
4384                 Thanks to Colin
4385
4386 2006-07-31 [paul]       2.3.1cvs88
4387
4388         * src/folderview.c
4389                 don't translate separator strings
4390
4391 2006-07-30 [mones]      2.3.1cvs87
4392
4393         * doc/man/sylpheed-claws.1
4394                 Fixed non-ASCII chars in Hoa's name
4395         * po/es.po
4396                 Updated for release
4397
4398 2006-07-27 [colin]      2.3.1cvs86
4399
4400         * src/textview.c
4401                 Don't include the leading \n in links
4402                 Patch by Fabien
4403
4404 2006-07-25 [colin]      2.3.1cvs85
4405
4406         * src/mainwindow.c
4407         * src/common/socket.h
4408         * src/etpan/imap-thread.c
4409                 Refresh resolvers before connecting
4410                 to IMAP servers, and after switching
4411                 to online. Thanks to Paul.
4412
4413 2006-07-18 [colin]
4414
4415         * 2.4.0-rc4 released
4416
4417 2006-07-17 [colin]      2.3.1cvs84
4418
4419         * src/inc.c
4420                 Show connection attempt in statusbar before
4421                 connecting (previously first message was
4422                 "Retrieving messages from ..." after the
4423                 connection succeeded.
4424
4425 2006-07-16 [wwp]        2.3.1cvs83
4426
4427         * sylpheed-claws.ico
4428                 Added .ico file (windows multi-size icon file, generated).
4429
4430 2006-07-12 [wwp]        2.3.1cvs82
4431
4432         * src/messageview.c
4433                 remove Message/Re-edit menu entry from messageview window,
4434                 as sent/draft/queued messages are opened in compose window when
4435                 re-edited and it's not possible to re-edit other msgs.
4436
4437 2006-07-12 [paul]       2.3.1cvs81
4438
4439         * AUTHORS
4440         * src/mainwindow.c
4441         * src/gtk/authors.h
4442                 check online state before resetting
4443                 mailcheck timer. Useful if some program
4444                 verifies connection state and updates
4445                 Claws.
4446                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
4447
4448 2006-07-12 [paul]       2.3.1cvs80
4449
4450         * sylpheed-claws-128x128.png
4451         * sylpheed-claws-64x64.png
4452         * sylpheed-claws.png
4453         * src/Makefile.am
4454         * src/main.c
4455         * src/prefs_toolbar.c
4456         * src/stock_pixmap.c
4457         * src/stock_pixmap.h
4458         * src/wizard.c
4459         * src/gtk/about.c
4460         * src/gtk/gtkutils.c
4461         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
4462         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
4463         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
4464         * src/pixmaps/sylpheed.xpm              ** REMOVED **
4465         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
4466         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
4467                 updated and renamed logo/icon files and related
4468                 logo by Jesper Schultz
4469
4470 2006-07-11 [paul]       2.3.1cvs79
4471
4472         * src/main.c
4473                 fix the labels a smidgin
4474
4475 2006-07-09 [colin]      2.3.1cvs78
4476
4477         * src/textview.c
4478                 Show errors in textviewer's command
4479                 Patch by H. Merijn Brand
4480
4481 2006-07-09 [colin]      2.3.1cvs77
4482
4483         * src/compose.c
4484                 Save FMID in drafts too
4485
4486 2006-07-08 [colin]      2.3.1cvs76
4487
4488         * src/compose.c
4489                 Svae RMID in drafted mails too
4490                 Save quote_fmt vars for whole mails,
4491                 don't reset at each quote_fmt_init:
4492                 allows to use the same |i{var} in
4493                 various template fields
4494         * src/prefs_template.c
4495         * src/quote_fmt.h
4496         * src/quote_fmt_parse.y
4497                 Same
4498
4499 2006-07-08 [colin]      2.3.1cvs75
4500
4501         * src/textview.c
4502                 Fix highlighting of attached parts URIs
4503
4504 2006-07-08 [colin]      2.3.1cvs74
4505
4506         * src/main.c
4507                 Prevent bug #981 (sc 2.3.1 segfaults with 
4508                 gtk+ 2.10) from being reported again:
4509                 if Sylpheed-Claws has been compiled against
4510                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
4511                 of if Sylpheed-Claws has been compiled against
4512                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
4513                 error out.
4514
4515 2006-07-07 [colin]      2.3.1cvs73
4516
4517         * src/prefs_actions.c
4518                 Fix label
4519
4520 2006-07-07 [colin]      2.3.1cvs72
4521
4522         * src/prefs_actions.c
4523                 Fix compile on gtk < 2.8. argh :)
4524
4525 2006-07-07 [paul]       2.3.1cvs71
4526
4527         * src/common/defs.h
4528                 update DONATE_URI
4529
4530 2006-07-07 [colin]      2.3.1cvs70
4531
4532         * po/POTFILES.in
4533         * src/quote_fmt.c
4534         * src/quote_fmt_lex.l
4535         * src/quote_fmt_parse.y
4536                 Add |i{var}, a way to insert user-entered
4537                 text in a template
4538
4539 2006-07-07 [colin]
4540
4541         * 2.4.0-rc3 released
4542
4543 2006-07-07 [colin]      2.3.1cvs69
4544
4545         * src/folder.c
4546                 Don't consider inboxes of UNKNOWN folder 
4547                 classes to be useable as default inboxes
4548
4549 2006-07-07 [paul]       2.3.1cvs68
4550
4551         * src/textview.c
4552                 add missing #include <errno.h>
4553                 Thanks to René J. Blokland
4554
4555 2006-07-07 [paul]       2.3.1cvs67
4556
4557         * src/action.c
4558                 Return now Closes dialog
4559         * src/mimeview.c
4560         * src/mimeview.h
4561         * src/textview.c
4562                 add contextual menu to mime parts listed
4563                 in the textview
4564                 Thanks to Colin
4565         * src/common/utils.c
4566                 reversal: ' is a valid character in URLs
4567
4568 2006-07-06 [colin]      2.3.1cvs66
4569
4570         * src/remotefolder.h
4571                 Forgotten in previous commit
4572
4573 2006-07-06 [colin]      2.3.1cvs65
4574
4575         * src/folder.c
4576                 Set summary update flag whenever
4577                 totals changed
4578         * src/imap.c
4579         * src/prefs_account.c
4580         * src/common/utils.h
4581         * src/etpan/imap-thread.c
4582                 Fix warnings, thanks to Fabien and
4583                 Ricardo
4584
4585 2006-07-06 [wwp]        2.3.1cvs64
4586
4587         * src/gtk/gtkutils.c
4588                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
4589
4590 2006-07-06 [wwp]        2.3.1cvs63
4591
4592         * src/account.c
4593         * src/addressbook.c
4594         * src/addressitem.h
4595         * src/folderview.c
4596         * src/mainwindow.c
4597         * src/manual.c
4598         * src/manual.h
4599         * src/message_search.c
4600         * src/prefs_actions.c
4601         * src/prefs_filtering.c
4602         * src/prefs_filtering.h
4603         * src/prefs_template.c
4604         * src/summary_search.c
4605         * src/summaryview.c
4606         * src/gtk/gtkutils.c
4607         * src/gtk/gtkutils.h
4608         * src/gtk/pluginwindow.c
4609                 add help buttons to some dialogs. Clicking such buttons opens a
4610                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
4611
4612 2006-07-06 [paul]       2.3.1cvs62
4613
4614         * src/textview.c
4615                 fix attachments contextual menu
4616                 Thanks to Colin
4617
4618 2006-07-05 [colin]      2.3.1cvs61
4619
4620         * src/textview.c
4621         * src/compose.c
4622                 Handle sftp:// links
4623
4624 2006-07-05 [paul]       2.3.1cvs60
4625
4626         * src/gtk/filesel.c
4627                 grab save button by default
4628                 Thanks to Colin
4629
4630 2006-07-05 [wwp]        2.3.1cvs59
4631
4632         * manual/xml2pdf
4633                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
4634
4635 2006-07-04 [colin]      2.3.1cvs58
4636
4637         * src/mimeview.c
4638         * src/textview.c
4639                 Use left click to select, middle click to open
4640                 on mimeparts links
4641         * src/common/utils.c
4642                 Fix segfault
4643
4644 2006-07-04 [colin]      2.3.1cvs57
4645
4646         * src/mainwindow.c
4647         * src/news.c
4648                 Warning fixes, thanks to Fabien
4649
4650 2006-07-04 [colin]      2.3.1cvs56
4651
4652         * src/mimeview.c
4653         * src/mimeview.h
4654         * src/textview.c
4655                 Allow parts to be selected via their text label
4656                 in textview
4657
4658 2006-07-04 [colin]      2.3.1cvs55
4659
4660         * src/folderview.c
4661                 Feedback when closing (for big folders)
4662         * src/prefs_actions.c
4663         * src/prefs_filtering.c
4664         * src/prefs_matcher.c
4665         * src/prefs_template.c
4666                 Fix default button when closing without
4667                 having saved
4668
4669 2006-07-04 [colin]      2.3.1cvs54
4670
4671         * src/news.c
4672                 Delete local file on deletion
4673
4674 2006-07-03 [colin]      2.3.1cvs53
4675
4676         * src/folderview.c
4677         * src/main.c
4678                 Don't freeze when rescanning after crash
4679
4680 2006-07-03 [wwp]        2.3.1cvs52
4681
4682         * src/compose.c
4683         * src/privacy.c
4684         * src/privacy.h
4685         * src/plugins/pgpinline/pgpinline.c
4686         * src/plugins/pgpmime/pgpmime.c
4687                 don't report an error when the user cancels the passphrase dialog.
4688
4689 2006-07-02 [colin]      2.3.1cvs51
4690
4691         * src/folderview.c
4692                 Open message when crossing folders with Space,
4693                 goto next unread and friends
4694
4695 2006-07-01 [colin]      2.3.1cvs50
4696
4697         * src/prefs_account.c
4698                 Typographic rules varying from language
4699                 to language (in french "Protocole :"),
4700                 we have to do that :)
4701
4702 2006-07-01 [ticho]      2.3.1cvs49
4703
4704         * src/prefs_account.c
4705                 Only use one temporary gchar* variable in
4706                 prefs_account_protocol_set_optmenu().
4707
4708 2006-07-01 [ticho]      2.3.1cvs48
4709
4710         * src/prefs_account.c
4711         * src/prefs_account.h
4712                 Use GtkLabel for existing account protocol name.
4713                 Created an array for protocol names and populate the
4714                 combobox from it in a for() cycle.
4715
4716 2006-06-30 [colin]      2.3.1cvs47
4717
4718         * src/compose.c
4719                 Block undo when changing signature (by changing
4720                 account)
4721
4722 2006-06-30 [paul]       2.3.1cvs46
4723
4724         * src/send_message.c
4725                 when editing From in the Compose window, use that address
4726                 in the Return-Path: header
4727                 Thanks to Colin
4728
4729 2006-06-30 [colin]      2.3.1cvs45
4730
4731         * src/compose.c
4732                 Fix signature replacement:
4733                 - when no newline before separator
4734                 - when reediting
4735
4736 2006-06-29 [colin]      2.3.1cvs44
4737
4738         * src/folderview.c
4739         * src/folderview.h
4740         * src/mainwindow.c
4741         * src/summaryview.c
4742                 Let 'View/Go to/Next marked' work like
4743                 Next new & Next unread: across folders
4744                 Change the select_on_entry pref to do
4745                 what we want when changing folder
4746         * src/common/utils.c
4747                 Fix single-quoted links 
4748
4749 2006-06-29 [colin]      2.3.1cvs43
4750
4751         * src/gtk/gtkaspell.c
4752                 "Sylpheed" and "Sylpheed-Claws" do exist !
4753
4754 2006-06-29 [colin]      2.3.1cvs42
4755
4756         * src/imap.c
4757                 Forgot to remove debug
4758
4759 2006-06-29 [colin]      2.3.1cvs41
4760
4761         * src/imap.c
4762         * src/imap.h
4763         * src/mainwindow.c
4764                 Disconnect from IMAP servers when going
4765                 offline. Fixes bug #978 (going to offline-mode 
4766                 won't close connections)
4767
4768 2006-06-29 [colin]      2.3.1cvs40
4769
4770         * src/main.c
4771                 Fix transient setting on failing plugins
4772                 Patch by Fabien
4773         * src/plugins/pgpcore/sgpgme.c
4774                 Only warn for OpenPGP. Most people don't
4775                 have CMS available.
4776
4777 2006-06-29 [colin]      2.3.1cvs39
4778
4779         * src/compose.c
4780                 Fix Spelling menu (discrepancy between context menu
4781                 and top menu when folder's dictionary isn't the 
4782                 default one)
4783         * src/plugins/pgpcore/sgpgme.c
4784                 More error reporting about why gpgme can fail
4785
4786 2006-06-29 [wwp]        2.3.1cvs38
4787
4788         * src/mainwindow.c
4789                 honor the display-header-pane setting even when the message view
4790                 is a separate window.
4791
4792 2006-06-29 [wwp]        2.3.1cvs37
4793
4794         * src/prefs_actions.c
4795                 forgot to commit that one (use of GTK_STOCK_INFO).
4796
4797 2006-06-29 [colin]      2.3.1cvs36
4798
4799         * src/imap.c
4800                 Better handling of login errors (ask the password
4801                 again once), alert in case of error. Fix three
4802                 signedness warnings.
4803
4804 2006-06-28 [wwp]        2.3.1cvs35
4805
4806         * src/prefs_template.c
4807         * src/prefs_matcher.c
4808         * src/prefs_filtering_action.c
4809         * src/prefs_quote.c
4810                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
4811                 patch by Fabien Vantard, slightly modified.
4812
4813 2006-06-28 [paul]
4814
4815         2.4.0-rc2 released
4816
4817 2006-06-28 [colin]      2.3.1cvs34
4818
4819         * src/prefs_account.c
4820                 Fix bug #977 (Can't add or edit imap accounts)
4821
4822 2006-06-28 [colin]      2.3.1cvs33
4823
4824         * src/mimeview.c
4825                 Fix previous
4826
4827 2006-06-28 [colin]      2.3.1cvs32
4828
4829         * src/mimeview.c
4830                 Save named inlined attachments with "Save all"
4831         * src/main.c
4832         * src/mbox.c
4833         * src/common/plugin.c
4834         * src/common/plugin.h
4835         * src/common/sylpheed.c
4836         * src/common/utils.c
4837         * src/plugins/pgpcore/sylpheed.def
4838         * src/plugins/pgpinline/sylpheed.def
4839         * src/plugins/pgpmime/sylpheed.def
4840                 Win32 compatibility patch, by
4841                 Werner Koch
4842
4843 2006-06-28 [wwp]        2.3.1cvs31
4844
4845         * src/imap.c
4846         * src/prefs_folder_item.c
4847                 less compilation warnings (thanks to Fabien Vantard), less typos.
4848
4849 2006-06-28 [paul]       2.3.1cvs30
4850
4851         * src/gtk/gtkutils.c
4852                 gtk_combo_box_set_focus_on_click() is only
4853                 available since gtk 2.6.0
4854
4855 2006-06-28 [paul]       2.3.1cvs29
4856
4857         * src/prefs_ext_prog.c
4858                 fix engrish and add a tooltip for the
4859                 'command for 'Display as text' option
4860
4861 2006-06-28 [paul]
4862
4863         2.4.0-rc1 released
4864
4865 2006-06-28 [paul]       2.3.1cvs28
4866
4867         * ChangeLog
4868         * tools/Makefile.am
4869                 include textviewer.pl in releases
4870
4871 2006-06-28 [paul]       2.3.1cvs27
4872
4873         * src/prefs_ext_prog.c
4874                 hide Print command option if libgnomeprint
4875                 support is present
4876
4877 2006-06-27 [colin]      2.3.1cvs26
4878
4879         * src/compose.c
4880                 Fix Esc handling in insert/attach dialog
4881                 Don't show this dialog if dragging something
4882                 else than text/uri-list
4883                 Thanks to Fabien Vantard
4884         * tools/textviewer.pl
4885                 Filter script to display stuff as text
4886                 by H. Merijn Brand
4887
4888 2006-06-27 [wwp]        2.3.1cvs25
4889
4890         * src/messageview.c
4891                 use the exact product name (message view title), patch
4892                 by Fabien Vantard.
4893
4894 2006-06-27 [ticho]      2.3.1cvs24
4895
4896         * src/prefs_account.c
4897         * src/prefs_common.c
4898         * src/prefs_common.h
4899         * src/prefs_ext_prog.c
4900         * src/textview.c
4901                 Add a preference (Preferences/External programs)
4902                 to allow "Display as text" to be done via a script
4903                 (patch by H.Merijn Brand).
4904                 Use GtkComboBox for protocol selection in account
4905                 preferences.
4906                 Only include current choice for existing accounts, and
4907                 insensitivize the combobox.
4908
4909 2006-06-27 [paul]       2.3.1cvs23
4910
4911         * src/mbox.c
4912                 fix crasher introduced in cvs21.
4913                 Thanks to Colin
4914
4915 2006-06-26 [colin]      2.3.1cvs22
4916
4917         * src/mbox.c
4918                 Fix double-frees when leaving folders
4919                 after exporting to mbox
4920
4921 2006-06-26 [colin]      2.3.1cvs21
4922
4923         * src/mbox.c
4924                 More feedback (and optimisation)
4925                 on import/export
4926         * src/common/utils.c
4927                 Fix case when looking for mail addresses
4928         * src/gtk/gtkutils.c
4929                 Extra check for (X-)Face
4930
4931 2006-06-25 [ticho]      2.3.1cvs20
4932
4933         * src/compose.c
4934         * src/exphtmldlg.c
4935         * src/gtk/gtkutils.c
4936         * src/gtk/gtkutils.h
4937                 Added second argument to gtkut_sc_combobox_create() to
4938                 control focus-on-click for the widget.
4939                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
4940
4941 2006-06-25 [ticho]      2.3.1cvs19
4942
4943         * src/compose.c
4944         * src/gtk/Makefile.am
4945         * src/gtk/combobox.c
4946         * src/gtk/combobox.h
4947         * src/gtk/gtkutils.c
4948         * src/gtk/gtkutils.h
4949                 Use GtkComboBox instead of deprecated GtkOptionMenu
4950                 for account selector in compose window and for encoding
4951                 selector in attachment properties.
4952                 Also factorise working with the new GtkComboBox somewhat.
4953
4954 2006-06-24 [paul]       2.3.1cvs18
4955
4956         * src/prefs_common.c
4957                 use the correct default value
4958
4959 2006-06-24 [paul]       2.3.1cvs17
4960
4961         * src/compose.c
4962         * src/prefs_common.c
4963         * src/prefs_common.h
4964         * src/prefs_compose_writing.c
4965                 enable setting of default action when
4966                 dnd'ing files in the compose window.
4967                 (Collaborative effort with wwp)
4968
4969 2006-06-23 [wwp]        2.3.1cvs16
4970
4971         * src/compose.c
4972                 i18n fix (thanks to Fabien Vantard)
4973
4974 2006-06-22 [colin]      2.3.1cvs15
4975
4976         * src/prefs_customheader.c
4977                 Don't use filters in custom headers' file 
4978                 selector. Remember, extensions mean nothing :)
4979
4980 2006-06-22 [paul]       2.3.1cvs14
4981
4982         * configure.ac
4983                 allow setting of man directory location
4984
4985 2006-06-22 [colin]      2.3.1cvs13
4986
4987         * src/mainwindow.c
4988                 Add 'View/Go to/Next unread folder'.
4989                 I missed that :)
4990
4991 2006-06-22 [colin]      2.3.1cvs12
4992
4993         * src/common/utils.c
4994                 Add some subject prefixes
4995                 Patch by Bjorn T Johansen <btj@havleik.no>
4996
4997 2006-06-22 [colin]      2.3.1cvs11
4998
4999         * manual/advanced.xml
5000                 Forgotten hidden pref
5001
5002 2006-06-21 [paul]       2.3.1cvs10
5003
5004         * src/prefs_account.c
5005                 complete the removal of 'Add date header' option
5006
5007 2006-06-21 [paul]       2.3.1cvs9
5008
5009         * src/account.c
5010         * src/compose.c
5011         * src/prefs_account.c
5012         * src/prefs_account.h
5013                 remove option to add date header - always
5014                 add date header
5015         * src/etpan/imap-thread.c
5016                 fix warnings (Thanks to Colin)
5017
5018 2006-06-21 [wwp]        2.3.1cvs8
5019
5020         * src/folder.c
5021                 set the attachment flag when inline text part are (file)named. This is more convenient
5022                 when receiving (for instance) inline source files or patches sent using thunderbird.
5023
5024 2006-06-21 [paul]       2.3.1cvs7
5025
5026         * src/inc.c
5027                 fix off-by-one count of current msg in
5028                 statusbar filtering progressbar
5029
5030 2006-06-21 [paul]       2.3.1cvs6
5031
5032         * src/folder.c
5033                 Show attachment icon even if the part is 'inline'
5034                 if the following conditions are met:
5035                 - content-type != 'text/plain'
5036                 - content-type != '*/pgp-signature'
5037                 - either 'name' or 'filename' parameter is not NULL
5038                 
5039                 Thanks to Colin
5040
5041 2006-06-21 [paul]       2.3.1cvs5
5042
5043         * src/messageview.c
5044         * src/prefs_common.c
5045         * src/prefs_common.h
5046         * src/prefs_other.c
5047                 add an option to 'Never send Return
5048                 Receipts'
5049                 Thanks to Colin
5050
5051 2006-06-20 [mones]      2.3.1cvs4
5052
5053         * po/es.po
5054                 updated
5055         * src/compose.c
5056                 typo fixed (space after comma)
5057         * tools/make.themes.project
5058                 remove exec mode from tarball files
5059
5060 2006-06-20 [colin]      2.3.1cvs3
5061
5062         * src/news.c
5063         * src/procheader.c
5064         * src/unmime.c
5065                 Better fix for \n's in headers (don't 
5066                 break Received: and others)
5067
5068 2006-06-20 [paul]       2.3.1cvs2
5069
5070         * src/alertpanel.c
5071         * src/textview.c
5072                 improve legibility of phishing attempt
5073                 dialog
5074
5075 2006-06-20 [paul]       2.3.1cvs1
5076
5077         * NEWS
5078         * README
5079         * configure.ac
5080                 Update version number following
5081                 stable release
5082
5083 2006-06-20 [colin]      2.3.0cvs26
5084
5085         * src/compose.c
5086                 When dragging a file to the text of the compose
5087                 window, ask whether we want to insert or attach
5088                 (I know lots of people who do that to attach)
5089
5090 2006-06-20 [colin]      2.3.0cvs25
5091
5092         * src/etpan/imap-thread.c
5093                 Fix threshold (the append command is often > 32 bytes)
5094
5095 2006-06-19 [colin]      2.3.0cvs24
5096
5097         * src/imap.c
5098         * src/etpan/imap-thread.c
5099                 Workaround Rockliffe IMAP server bug: replace
5100                 "x UID SEARCH (ANSWERED UID 1:*)" with
5101                 "x UID SEARCH ANSWERED"
5102                 (Rockliffe doesn't handle the parenthesis)
5103
5104 2006-06-19 [colin]      2.3.0cvs23
5105
5106         * src/compose.c
5107         * src/imap.c
5108         * src/etpan/imap-thread.c
5109                 Probably fix bug #972 (Freezes when adding 
5110                 an attachment to the message)
5111         * src/common/defs.h
5112                 Modernize Firefox cmd
5113
5114
5115 2006-06-18 [colin]      2.3.0cvs22
5116
5117         * src/prefs_customheader.c
5118                 Only allow correct filenames for various
5119                 custom headers
5120
5121 2006-06-18 [colin]      2.3.0cvs21
5122
5123         * src/prefs_customheader.c
5124                 Add a 'From File...' button in custom headers prefs, which
5125                 try to do the right thing: 
5126                 for normal headers, use file as plaintext,
5127                 for X-Face, calls compface,
5128                 for Face, encode to b64.
5129
5130 2006-06-17 [colin]      2.3.0cvs20
5131
5132         * src/mh.c
5133                 Warning fix
5134
5135 2006-06-16 [colin]      2.3.0cvs19
5136
5137         * src/summaryview.c
5138                 Recursive quicksearch: show message list
5139                 in current folder, *then* search children
5140                 in the background.
5141
5142 2006-06-16 [colin]      2.3.0cvs18
5143
5144         * src/main.c
5145                 Instead of ignoring SIGPIPE, save caches
5146                 when getting one. Will fix the fact that
5147                 hot caches are out-of-date when logging 
5148                 out of Xorg.
5149         * src/compose.c
5150         * src/prefs_compose_writing.c
5151                 Only save text (not attachments) when 
5152                 auto-saving to drafts
5153         * src/unmime.c
5154                 Always replace \n, \r and \t with spaces
5155                 in headers
5156         * manual/dist/html/Makefile.am
5157         * manual/dist/pdf/Makefile.am
5158         * manual/dist/ps/Makefile.am
5159         * manual/dist/txt/Makefile.am
5160         * manual/fr/dist/html/Makefile.am
5161         * manual/fr/dist/pdf/Makefile.am
5162         * manual/fr/dist/ps/Makefile.am
5163         * manual/fr/dist/txt/Makefile.am
5164         * manual/pl/dist/html/Makefile.am
5165         * manual/pl/dist/pdf/Makefile.am
5166         * manual/pl/dist/ps/Makefile.am
5167         * manual/pl/dist/txt/Makefile.am
5168                 Fix make clean removing pregenerated manuals
5169
5170
5171 2006-06-16 [colin]      2.3.0cvs17
5172
5173         * src/plugins/pgpcore/sgpgme.c
5174         * src/plugins/pgpmime/pgpmime.c
5175         * src/plugins/pgpinline/pgpinline.c
5176                 Better error reporting in setup_signers.
5177                 Don't fallback to default key if specified
5178                 key isn't found.
5179                 Don't allow signing if more than one secret
5180                 key matches the one specified in prefs.
5181
5182 2006-06-15 [colin]      2.3.0cvs16
5183
5184         * src/folderview.c
5185                 Add "Send queue" in the folder's contextual
5186                 menu
5187         * src/compose.c
5188         * src/messageview.c
5189         * src/privacy.c
5190         * src/privacy.h
5191         * src/procmime.c
5192         * src/procmsg.c
5193         * src/plugins/pgpcore/passphrase.c
5194         * src/plugins/pgpcore/sgpgme.c
5195         * src/plugins/pgpinline/pgpinline.c
5196         * src/plugins/pgpmime/pgpmime.c
5197                 Better error reporting
5198         * src/mbox.c
5199                 Probably fix bug #971 (2.2.3 cannot read mail 
5200                 from local mbox)
5201
5202
5203 2006-06-15 [mones]      2.3.0cvs15
5204
5205         * tools/make.themes.project
5206                 creates the themes project from the web page
5207
5208 2006-06-15 [colin]      2.3.0cvs14
5209
5210         * src/folder.c
5211                 Better fix (avoid losing the folder if scan_tree 
5212                 fails)
5213
5214 2006-06-15 [cleroy]     2.3.0cvs13
5215
5216         * src/folder.c
5217                 Probably fix Bug #969 (crash on rebuilding 
5218                 imap folder)
5219
5220 2006-06-14 [colin]      2.3.0cvs12
5221
5222         * manual/dtd/manual.xsl
5223         * manual/sylpheed-claws-manual.xml
5224         * manual/fr/sylpheed-claws-manual.xml
5225         * manual/pl/sylpheed-claws-manual.xml
5226                 Insert pagebreaks between sections
5227
5228 2006-06-14 [paul]       2.3.0cvs11
5229
5230         * configure.ac
5231                 better fix than 2.3.0cvs10
5232
5233 2006-06-14 [paul]       2.3.0cvs10
5234
5235         * configure.ac
5236                 fix setting of PACKAGE_DATA_DIR with newer autoconf
5237                 (backwards compatible)
5238
5239 2006-06-13 [colin]      2.3.0cvs9
5240
5241         * src/messageview.c
5242                 Fix sending of return receipt with the new queue folders
5243
5244 2006-06-13 [wwp]        2.3.0cvs8
5245
5246         * src/quote_fmt_lex.l
5247                 fix wrong tokens returned in quote_fmt lexer, query not().
5248
5249 2006-06-13 [wwp]        2.3.0cvs7
5250
5251         * src/folder.c
5252         * src/prefs_folder_item.c
5253                 allow changing folder type even when folder is not a top-level one,
5254                 thanks to Colin.
5255
5256 2006-06-12 [colin]      2.3.0cvs6
5257
5258         * src/folderview.c
5259                 Fix double-ask of "Do you want to mark all
5260                 as read"
5261
5262 2006-06-12 [colin]      2.3.0cvs5
5263
5264         * src/compose.c
5265         * src/compose.h
5266         * src/folder.c
5267         * src/folder.h
5268         * src/imap.c
5269         * src/inc.c
5270         * src/main.c
5271         * src/messageview.c
5272         * src/mh.c
5273         * src/prefs_folder_item.c
5274         * src/procheader.c
5275         * src/procmime.c
5276         * src/procmsg.c
5277         * src/procmsg.h
5278         * src/send_message.c
5279         * src/summaryview.c
5280         * src/toolbar.c
5281                 Apply bug #964's patch (Queue and drafts aren't normal)
5282                 The Drafts and Queue folder now contain RFC-822 files,
5283                 allowing to move and copy mails from and to these 
5284                 folders. Moving from Drafts to Queue will prepare the
5285                 mail for sending (PGP signature, encryption, etc).
5286                 This patch also rework sending errors handling to try
5287                 to be more helpful.
5288                 Also, allow redefining folder types via the GUI 
5289                 (Folder type in its Properties)
5290
5291 2006-06-12 [colin]      2.3.0cvs4
5292
5293         * src/summaryview.c
5294         * src/prefs_common.c
5295         * src/prefs_common.h
5296         * src/gedit-print.c
5297                 Allow to define a specific print font - patch
5298                 by Bernhard Walle <bernhard.walle@gmx.de>
5299         * src/prefs_fonts.c
5300         * manual/advanced.xml
5301         * manual/fr/advanced.xml
5302                 Add a hidden pref to allow deletion without
5303                 confirmation
5304
5305 2006-06-12 [wwp]        2.3.0cvs3
5306
5307         * .cvsignore
5308                 more files to ignore.
5309
5310 2006-06-12 [wwp]        2.3.0cvs2
5311
5312         * src/quote_fmt.c
5313         * src/quote_fmt_lex.l
5314         * src/quote_fmt_parse.y
5315                 extend the quote_fmt parser (templates and quotes):
5316                 - allow limited sub-expressions in |p{} and |f{} expressions,
5317                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
5318                 - implemented/fixed missing implementation of query_references and show_references,
5319                 - completed, fixed contents and format of the symbols help dialog,
5320                 - fix some compilation warnings.
5321
5322 2006-06-12 [wwp]        2.3.0cvs1
5323
5324         * manual/advanced.xml
5325         * manual/fr/advanced.xml
5326                 updates in the "templates" section of the manual (eng/fr):
5327                  - be more precise (both versions)
5328                  - completed to match the english reference (fr version)
5329                  - touchups (both versions)
5330
5331 2006-06-12 [paul]       2.3.0
5332
5333         2.3.0 released
5334
5335 2006-06-12 [paul]       2.2.3cvs14
5336
5337         * po/ca.po
5338         * po/cs.po
5339         * po/de.po
5340         * po/el.po
5341         * po/fr.po
5342         * po/it.po
5343         * po/pt_BR.po
5344         * po/sr.po
5345         * po/zh_CN.po
5346                 updated by Miquel Oliete, Tim, Stephan Sachse,
5347                 Stavros Giannouris, Fabien Vantard, Andrea
5348                 Spadaccini, Frederico Goncalves Guimaraes,
5349                 Aleksandar Urosevic, and Ralgh Young
5350
5351 2006-06-12 [colin]      2.2.3cvs13
5352
5353         * src/mbox.c
5354                 Add missing header
5355
5356 2006-06-11 [colin]      2.2.3cvs12
5357
5358         * src/msgcache.c
5359                 Verify that g_malloc() succeeded
5360
5361 2006-06-11 [colin]      2.2.3cvs11
5362
5363         * src/wizard.c
5364                 Add Face header to welcome mail
5365
5366 2006-06-10 [colin]      2.2.3cvs10
5367
5368         * src/textview.c
5369                 Revert previous (Forgot it changes the
5370                 margin on the whole mail)
5371
5372 2006-06-10 [colin]      2.2.3cvs9
5373
5374         * src/textview.c
5375                 Don't overlap long headers under (X-)Face
5376
5377 2006-06-10 [mones]      2.2.3cvs8
5378
5379         * manual/xml2pdf
5380                 allow generation of manual on systems lacking saxon binary
5381                 but with java and the saxon library installed
5382
5383         * po/es.po
5384                 updated for release
5385
5386 2006-06-09 [colin]      2.2.3cvs7
5387
5388         * src/summaryview.c
5389                 Fix leak when using Display Sender using Addressbook
5390
5391 2006-06-09 [colin]      2.2.3cvs6
5392
5393         * src/compose.c
5394         * src/folder.c
5395         * src/folderview.c
5396         * src/mimeview.c
5397         * src/summaryview.c
5398                 More leaks fixes
5399
5400 2006-06-09 [paul]       2.2.3cvs5
5401
5402         * AUTHORS
5403         * src/gtk/authors.h
5404         * tools/claws.i18n.status.pl
5405                 updated with new info
5406
5407 2006-06-09 [paul]       2.2.3cvs4
5408
5409         * README
5410                 updated
5411         * manual/ack.xml
5412                 add wwp to authors list
5413         * src/gtk/authors.h
5414                 update mine and Colin's addresses
5415
5416 2006-06-08 [colin]      2.2.3cvs3
5417
5418         * src/etpan/imap-thread.c
5419                 Fix leak on SSL cert check
5420
5421 2006-06-08 [colin]      2.2.3cvs2
5422
5423         * src/common/utils.c
5424                 Fix leak
5425
5426 2006-06-08 [paul]       2.2.3cvs1
5427
5428         * configure.ac
5429                 Update version number following
5430                 stable release
5431
5432 2006-06-07 [colin]      2.2.2cvs3
5433
5434         * src/msgcache.c
5435                 Fix catching cache read errors (guint instead of gint)
5436                 Prevent malloc'ing more than 8MB (means cache corruption)
5437
5438 2006-06-07 [paul]       2.2.2cvs2
5439
5440         * src/exporthtml.c
5441         * src/exportldif.c
5442         * src/mh.c
5443         * src/mutt.c
5444         * src/pine.c
5445         * src/common/utils.c
5446                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
5447                 obey $HOME'
5448                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
5449                 Thanks to Colin
5450
5451 2006-06-06 [paul]       2.2.2cvs1
5452
5453         * configure.ac
5454                 Update version number following
5455                 stable release
5456
5457 2006-06-06 [paul]       2.2.1cvs6
5458
5459         * src/matcher.c
5460                 fix  implicit declaration of
5461                 sylpheed_do_idle()
5462                 Patch by Fabien Vantard
5463
5464 2006-06-06 [paul]       2.2.1cvs5
5465
5466         * src/matcher.c
5467                 fix age_greater and age_lower so that they
5468                 mean what say and not '...or equal to'
5469                 Thanks to Colin
5470
5471 2006-06-06 [paul]       2.2.1cvs4
5472
5473         * src/textview.c
5474         * src/common/utils.c
5475                 fix URI check
5476                 Thanks to Colin
5477
5478 2006-06-05 [wwp]        2.2.1cvs3
5479
5480         * manual/fr/account.xml
5481                 minor language fixes (thanks to Fabien Vantard).
5482
5483 2006-06-05 [colin]      2.2.1cvs2
5484
5485         * src/prefs_folder_item.c
5486         * src/folderview.c
5487                 Allow recursive setting of properties 
5488                 for whole mailboxes
5489         * src/matcher.c
5490                 Don't freeze on 'test' filtering rule
5491
5492 2006-06-05 [colin]      2.2.1cvs1
5493
5494         * configure.ac
5495                 Update version number following
5496                 stable release
5497
5498 2006-06-04 [wwp]        2.2.0cvs82
5499
5500         * manual/glossary.xml
5501         * manual/account.xml
5502         * manual/fr/glossary.xml
5503         * manual/fr/account.xml
5504                 added glossary section and references/links related to the Face custom header.
5505
5506 2006-06-04 [colin]      2.2.0cvs81
5507
5508         * src/summaryview.c
5509                 Skip to next message on move with no
5510                 immediate execution
5511
5512 2006-06-04 [wwp]        2.2.0cvs80
5513
5514         * manual/xml2pdf
5515                 added sanity checks, exit when needed.
5516
5517 2006-06-03 [paul]       2.2.0cvs79
5518
5519         * src/prefs_receive.c
5520                 page name is now 'Receiving'
5521         * src/prefs_send.c
5522                 page name is now 'Sending'
5523
5524 2006-06-03 [colin]      2.2.0cvs78
5525
5526         * src/plugins/spamassassin/spamassassin_gtk.c
5527                 Autoswitch to Localhost if transport was previously
5528                 disabled. Else people had to check [] Enable, then
5529                 *reselect* transport.
5530
5531 2006-06-03 [colin]      2.2.0cvs77
5532
5533         * src/plugins/pgpinline/pgpinline.c
5534         * src/plugins/pgpmime/pgpmime.c
5535                 Check that gpg_data_release_and_get_mem 
5536                 didn't fail (now, why this happens...)
5537
5538 2006-06-03 [colin]      2.2.0cvs76
5539
5540         * src/mbox.c
5541                 Fix bug #962 (Manual and/or UI should 
5542                 warn about incompatible locking 
5543                 causing dataloss)
5544
5545 2006-06-02 [cleroy]     2.2.0cvs75
5546
5547         * src/filtering.c
5548         * src/folder.c
5549         * src/procmsg.c
5550         * src/summaryview.c
5551                 Fix a few leaks
5552
5553 2006-06-02 [colin]      2.2.0cvs74
5554
5555         * src/main.c
5556                 On exit, free caches after writing them
5557                 Shuts up some valgrind false positives
5558         * src/procmsg.c
5559         * src/send_message.c
5560                 Fix races when reusing existing SMTP connections
5561                 Fix inexistant session timeout
5562         * src/toolbar.c
5563                 Display alertpanel after all queues have
5564                 been processed, not after each
5565
5566 2006-06-02 [wwp]        2.2.0cvs73
5567
5568         * manual/fr/glossary.xml
5569         * manual/fr/ack.xml
5570         * manual/ack.xml
5571                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
5572
5573 2006-06-02 [wwp]        2.2.0cvs72
5574
5575         * manual/xml2pdf
5576         * manual/dist/pdf/Makefile.am
5577         * manual/dtd/manual.xsl
5578         * manual/fr/dist/pdf/Makefile.am
5579         * manual/pl/dist/pdf/Makefile.am
5580                 we changed the procedure to generate the .pdf version of the manual.
5581                 The procedure is more modern and the .pdf we get now has a valid index.
5582                 Here are the new pre-requisites:
5583
5584                 - JRE 1.x (1.4 here): there must be one from your distro
5585                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
5586                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
5587                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
5588
5589                 See my posts for further info about the installation of this toolchain:
5590
5591                 Date: Fri, 19 May 2006 19:40:06 +0200
5592                 From: wwp <subscript@free.fr>
5593                 To: sylpheed-claws-devel@lists.sourceforge.net
5594                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
5595
5596                 and
5597
5598                 Date: Wed, 24 May 2006 12:58:49 +0200
5599                 From: wwp <subscript@free.fr>
5600                 To: sylpheed-claws-devel@lists.sourceforge.net
5601                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
5602
5603 2006-06-01 [colin]      2.2.0cvs71
5604
5605         * src/compose.c
5606                 Better guards against IMAP races
5607         * src/main.c
5608         * src/prefs_common.c
5609         * src/prefs_common.h
5610         * src/common/ssl_certificate.c
5611         * src/etpan/imap-thread.c
5612         * src/etpan/imap-thread.h
5613         * src/gtk/sslcertwindow.c
5614                 New hidden option ssl_skip_cert_check to 
5615                 avoid dups of bug #959 (libetpan linked
5616                 against gnutls and gnutls buggy on 64bit)
5617                 Present expired warning only once per
5618                 session/server.
5619         * manual/advanced.xml
5620         * manual/fr/advanced.xml
5621                 Document new option
5622
5623 2006-06-01 [wwp]        2.2.0cvs70
5624
5625         * src/messageview.c
5626                 fix for bug #961 (return receipt dialog 
5627                 complains incorrectly about return-path 
5628                 email adress being different), thanks 
5629                 to Colin.
5630
5631 2006-05-31 [cleroy]     2.2.0cvs69
5632
5633         * src/common/ssl.c
5634                 Guard against NULLs, although this
5635                 should never be an issue
5636
5637 2006-05-31 [colin]      2.2.0cvs68
5638
5639         * src/filtering.c
5640                 Use g_slist_prepend
5641         * src/imap.c
5642                 Don't remove caches when destroying folder, it
5643                 could (should) be done at exit
5644         * src/inc.c
5645                 free processing cache after incorporation
5646         * src/etpan/imap-thread.c
5647                 Maybe fix bug #959 (Crash on moving to emails 
5648                 to a imap account per ssl with a expired 
5649                 certificate.)
5650
5651 2006-05-30 [colin]      2.2.0cvs67
5652
5653         * src/summaryview.c
5654                 Put back event flush when displaying message
5655                 It avoids reading a bunch of messages just
5656                 by hitting shift-n for too long ;)
5657
5658 2006-05-29 [colin]      2.2.0cvs66
5659
5660         * src/summaryview.c
5661                 Remove useless g_warnings
5662
5663 2006-05-29 [colin]      2.2.0cvs65
5664
5665         * src/imap.c
5666                 Fix g_slist_append()s for performance
5667
5668 2006-05-29 [colin]      2.2.0cvs64
5669
5670         * src/compose.c
5671         * src/common/utils.c
5672                 Fix extraneous tab at start of addresses
5673         * src/mainwindow.c
5674                 Fix warnings (thanks to Fabien)
5675                 Fix crash at exit when composing messages 
5676                 exist
5677         * src/pop.c
5678                 Fix progress bar when deleting expired mails
5679                 Thanks to Hiro
5680         * src/summaryview.c
5681         * src/gtk/gtksctree.c
5682                 Fix re-sorting slowness
5683
5684 2006-05-29 [paul]       2.2.0cvs63
5685
5686         * src/mh.c
5687                 fetch full message when moving mails
5688                 from another mailbox, (fixed data loss
5689                 when filtering from IMAP to MH, introduced
5690                 in 2.2.0cvs57).
5691                 Thanks to Colin
5692
5693 2006-05-29 [mones]      2.2.0cvs62
5694
5695         * src/gtk/gtksctree.c
5696                 Unselect faster (patch by Colin)        
5697
5698 2006-05-26 [colin]      2.2.0cvs61
5699
5700         * src/summaryview.c
5701                 Unplug MSGINFO_UPDATE callback on delete too.
5702
5703 2006-05-26 [colin]      2.2.0cvs60
5704
5705         * src/foldersel.c
5706                 Fix bold in folder selection window with glib2.10
5707                 thanks Hiro
5708
5709 2006-05-26 [colin]      2.2.0cvs59
5710
5711         * src/procheader.c
5712                 Convert date only if necessary (and don't
5713                 try to convert from utf8 to utf8, too)
5714         * src/summaryview.c
5715                 Only set column's text if the column's 
5716                 displayed
5717
5718 2006-05-26 [colin]      2.2.0cvs58
5719
5720         * src/summaryview.c
5721         * src/gtk/gtkutils.c
5722                 Fix useless warning
5723
5724 2006-05-26 [colin]      2.2.0cvs57
5725
5726         * src/mainwindow.c
5727                 Make summaryview selectable as long as 
5728                 no message has focus
5729         * src/mh.c
5730                 Faster deletion (by implementing mh_remove_msgs)
5731                 Faster copy (avoid using mh_fetch_msg just to get
5732                 the filename)
5733                 Faster move (using move_file instead of copy_file
5734                 if MSG_IS_MOVE)
5735                 No progressbar if total number of mails to cp/mv 
5736                 is less than 100
5737         * src/summaryview.c
5738                 Fix removal from subject_table when mail gets moved
5739                 Faster deletion (g_slist_prepend instead of append)
5740         * src/gtk/gtksctree.c
5741                 Remove useless code
5742
5743 2006-05-25 [colin]      2.2.0cvs56
5744
5745         * src/common/ssl_certificate.c
5746                 Fix leak in expired cert check
5747
5748 2006-05-25 [colin]      2.2.0cvs55
5749
5750         * src/mh.c
5751                 Disable flags syncing on .mh_sequences - it
5752                 is buggy and marks mails read under unknown
5753                 conditions.
5754
5755 2006-05-25 [paul]
5756
5757         * 2.3.0-rc4 released
5758
5759 2006-05-24 [colin]      2.2.0cvs54
5760
5761         attention cvs users: if you manage to crash
5762         Sylpheed-Claws while moving, copying or deleting
5763         mails, we *are* interested in stack traces and
5764         valgrind logs. It looks stable, but one never
5765         knows...
5766
5767         * src/folder.c
5768                 Add progressbar for cache updates
5769         * src/folderutils.c
5770                 Optimize Mark all read in the current
5771                 folder
5772         * src/mh.c
5773                 Add progressbar for copy/move
5774         * src/procmsg.c
5775                 Optimize O(n^2) in copy/move
5776         * src/summaryview.c
5777         * src/gtk/gtksctree.c
5778                 Optimize O(n^2) algos
5779         * src/common/timing.h
5780                 Display ms instead of us
5781
5782 2006-05-24 [wwp]        2.2.0cvs53
5783
5784         * manual/fr/advanced.xml
5785                 updates to the French manual.
5786
5787 2006-05-24 [wwp]        2.2.0cvs52
5788
5789         * src/common/utils.c
5790                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
5791
5792 2006-05-24 [wwp]        2.2.0cvs51
5793
5794         * src/folderutils.c
5795                 fixed "mark all read" in MH folders (thanks to Colin).
5796
5797 2006-05-24 [paul]       2.2.0cvs50
5798
5799         * doc/man/sylpheed-claws.1
5800                 updated the man page
5801
5802 2006-05-23 [colin]      2.2.0cvs49
5803
5804         * src/folderview.c
5805         * src/imap.c
5806         * src/inc.c
5807         * src/mbox.c
5808         * src/messageview.c
5809         * src/news.c
5810         * src/send_message.c
5811         * src/summaryview.c
5812         * src/gtk/sslcertwindow.c
5813                 alertpanel fixes, by Fabien
5814
5815 2006-05-23 [colin]      2.2.0cvs48
5816
5817         * src/folder.c
5818         * src/folderview.c
5819         * src/msgcache.c
5820         * src/summaryview.c
5821         * src/gtk/gtksctree.c
5822         * src/gtk/gtksctree.h
5823                 More timings
5824                 Fix slow loading problem, which was caused by the
5825                 use of some gtk_ctree funcs and their use of
5826                 g_list_position while gtk_ctree_(un)link'ing.
5827                 Reap more functions from gtkctree.c to be sure we
5828                 use our (fast) version instead of theirs.
5829         * src/mh.c
5830                 Fix copy of unread mails
5831
5832
5833 2006-05-22 [wwp]        2.2.0cvs47
5834
5835         * manual/fr/advanced.xml
5836                 updated.
5837
5838 2006-05-22 [colin]      2.2.0cvs46
5839
5840         * src/filtering.c
5841                 Fix possible infinite loop. 'copy' is not a 
5842                 final action, so when encountering a 'copy',
5843                 we have to check if a previous one was set
5844                 and do it. In the same way, if we encounter
5845                 a 'move' we have to perform a possibly 
5846                 pending 'copy'. This will slow down filtering
5847                 on IMAP if move+copy or multiple copy actions
5848                 are to be done, but handling it via the batch
5849                 would be really too convoluted.
5850
5851 2006-05-22 [wwp]        2.2.0cvs45
5852
5853         * manual/fr/advanced.xml
5854         * manual/fr/faq.xml
5855         * manual/fr/glossary.xml
5856         * manual/fr/handling.xml
5857         * manual/fr/intro.xml
5858         * manual/fr/plugins.xml
5859         * manual/fr/sylpheed-claws-manual.xml
5860                 sync w/ the english manual: updates URIs, documented mailing-list
5861                 support, better explanation about the enabled/disabled feature
5862                 in filtering/processing rules by Paul.
5863
5864 2006-05-21 [colin]      2.2.0cvs44
5865
5866         * src/summaryview.c
5867                 Don't expand after building threads, but during
5868
5869 2006-05-21 [colin]      2.2.0cvs43
5870
5871         * src/procmsg.c
5872         * src/summaryview.c
5873                 More timing possibilities... For next time I have 
5874                 to find out how the hell some 3GHz computer takes
5875                 one minute to open a 30k folder...
5876
5877 2006-05-21 [colin]      2.2.0cvs42
5878
5879         * manual/pl/advanced.xml
5880         * manual/pl/faq.xml
5881         * manual/pl/glossary.xml
5882         * manual/pl/handling.xml
5883         * manual/pl/intro.xml
5884         * manual/pl/plugins.xml
5885         * manual/pl/sylpheed-claws-manual.xml
5886                 Polish manual updated by Pawel
5887
5888 2006-05-20 [colin]
5889
5890         * 2.3.0-rc3 released
5891
5892 2006-05-20 [colin]      2.2.0cvs41
5893
5894         * src/imap.c
5895                 Fix -rc2 problems:
5896                 - remove cache of moved messages from original folder
5897                 - apply new flags to messages even if they aren't appliable
5898                   via IMAP.
5899
5900 2006-05-20 [colin]
5901
5902         * 2.3.0-rc2 released
5903
5904 2006-05-19 [colin]      2.2.0cvs40
5905
5906         * src/imap.c
5907                 Don't issue SELECT in imap_change_flags
5908                 before having checked that we indeed have
5909                 some flags to change. MSG_POSTFILTERED for
5910                 example can't be used on IMAP.
5911                 Fixes bug #955 (copying messages between 
5912                 imap folders is extremely slow), which was
5913                 a regression.
5914
5915 2006-05-19 [colin]      2.2.0cvs39
5916
5917         * src/folder.c
5918         * src/folder.h
5919         * src/folderview.c
5920                 Try to fix bug #830 (Some unread messages 
5921                 get marked read in IMAP inbox):
5922                 - Prevent scanning a folder if it's being 
5923                   opened via the GUI
5924                 - Postpone opening via the GUI of a folder
5925                   currently scanned.
5926
5927
5928 2006-05-19 [wwp]        2.2.0cvs38
5929
5930         * manual/advanced.xml
5931                 fix English+typo (thanks to Paul).
5932
5933 2006-05-19 [wwp]        2.2.0cvs37
5934
5935         * manual/advanced.xml
5936         * manual/fr/advanced.xml
5937         * src/gtk/logwindow.c
5938         * src/prefs_common.c
5939         * src/prefs_common.h
5940                 added hidden prefs to allow customization of colors used in
5941                 protocol log window (useful for dark gtk+ themes).
5942
5943 2006-05-19 [wwp]        2.2.0cvs36
5944
5945         * ChangeLog
5946                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
5947
5948 2006-05-19 [paul]       2.2.0cvs35
5949
5950         * src/textview.c
5951                 make Reply-To fully clickable
5952         * src/gtk/logwindow.c
5953                 more colouring (SMTP ESMTP)
5954         Both patches by Pawel Pekala
5955
5956 2006-05-19 [cleroy]     2.2.0cvs34
5957
5958         * src/mh.c
5959                 Don't update flags from current folder
5960                 Probably fixes bug #935 (Read Messages 
5961                 Revert to Being Marked as Unread)
5962
5963 2006-05-18 [colin]      2.2.0cvs33
5964
5965         * src/imap.c
5966                 Warning fix
5967         * src/compose.c
5968         * src/mainwindow.c
5969         * src/summaryview.c
5970         * src/toolbar.c
5971                 Allow replying to multiple emails
5972                 in multiple windows
5973         * src/mimeview.c
5974         * src/etpan/imap-thread.c
5975                 Leak fixes
5976
5977 2006-05-18 [paul]       2.2.0cvs32
5978
5979         * src/summaryview.c
5980                 keep Mailing-List menu refreshed
5981                 Thanks to Colin
5982
5983 2006-05-18 [paul]       2.2.0cvs31
5984
5985         * manual/advanced.xml
5986         * manual/faq.xml
5987         * manual/glossary.xml
5988         * manual/handling.xml
5989         * manual/intro.xml
5990         * manual/plugins.xml
5991         * manual/sylpheed-claws-manual.xml
5992                 update URLs
5993                 add info about mailing-list support
5994                 edit filtering info
5995         * src/wizard.c
5996         * src/common/defs.h
5997         * src/gtk/about.c
5998         * src/plugins/dillo_viewer/README
5999                 update URLs
6000
6001 2006-05-17 [wwp]        2.2.0cvs30
6002
6003         * manual/handling.xml
6004         * manual/fr/handling.xml
6005                 documented the ability to enabled/disable filtering/processing rules.
6006
6007 2006-05-17 [colin]      2.2.0cvs29
6008
6009         * src/main.c
6010                 Don't initialize g_thread subsystem if it's 
6011                 already done (thanks to Hiro)
6012         * src/mimeview.c
6013                 Fix saving of parts when there name can't be
6014                 converted from UTF-8.
6015
6016 2006-05-17 [paul]       2.2.0cvs28
6017
6018         * po/Makefile.in.in
6019                 fix config.status warning with autoconf 2.60
6020
6021 2006-05-17 [paul]       2.2.0cvs27
6022
6023         * po/POTFILES.in
6024                 add src/mbox.c
6025
6026 2006-05-17 [wwp]        2.2.0cvs26
6027
6028         * src/mainwindow.c
6029                 fix useless and potentially dangerous buffer walking (thanks to Colin).
6030
6031 2006-05-17 [wwp]        2.2.0cvs25
6032
6033         * src/plugins/demo/demo.c
6034                 updated product name in plugin demo (many plugins need to be
6035                 sync'ed w/ that change).
6036
6037 2006-05-17 [colin]      2.2.0cvs24
6038
6039         * src/mh.c
6040                 Fix leak
6041
6042 2006-05-16 [colin]      2.2.0cvs23
6043
6044         * src/mainwindow.c
6045                 Stupid me hit again. Fix cvs22.
6046
6047 2006-05-16 [colin]      2.2.0cvs22
6048
6049         * src/mainwindow.c
6050                 Fix bug #922 (sylpheed-claws crashed after 
6051                 pushing on Inbox folder)
6052
6053 2006-05-16 [colin]      2.2.0cvs21
6054
6055         * src/compose.c
6056                 Make From header be copy/paste/select-able
6057
6058 2006-05-16 [wwp]        2.2.0cvs20
6059
6060         * src/export.c
6061         * src/matcher.c
6062         * src/summaryview.c
6063         * src/etpan/imap-thread.c
6064                 fix some compiler warnings (thanks to Colin).
6065
6066 2006-05-16 [wwp]        2.2.0cvs19
6067
6068         * src/action.c
6069         * src/gedit-print.c
6070         * src/inc.c
6071         * src/mainwindow.c
6072         * src/mh.c
6073         * src/statusbar.c
6074         * src/send_message.c
6075         * src/summaryview.c
6076                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
6077
6078 2006-05-15 [colin]      2.2.0cvs18
6079
6080         * src/procmsg.c
6081                 Fix automatic rule creation with List-Post
6082
6083 2006-05-15 [paul]       2.2.0cvs17
6084
6085         * tools/filter_conv_new.pl
6086                 updated for rule enabling/disabling
6087                 claws version >= 2.3.x required
6088
6089 2006-05-15 [cleroy]     2.2.0cvs16
6090
6091         * src/main.c
6092                 Revert test
6093
6094 2006-05-15 [cleroy]     2.2.0cvs15
6095
6096         * src/main.c
6097                 test
6098
6099 2006-05-15 [wwp]        2.2.0cvs14
6100
6101         * manual/pl/.cvsignore
6102                 ignore generated files.
6103
6104 2006-05-14 [wwp]        2.3.0-rc1
6105
6106         * 2.3.0-rc1 released
6107
6108 2006-05-13 [wwp]        2.2.0cvs13
6109
6110         * src/filtering.c
6111         * src/filtering.h
6112         * src/matcher.c
6113         * src/matcher_parser_lex.l
6114         * src/matcher_parser_parse.y
6115         * src/prefs_filtering.c
6116                 new feature: provide the ability to disable filtering and processing
6117                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
6118                 adaptations.
6119
6120 2006-05-13 [colin]      2.2.0cvs12
6121
6122         * src/compose.c
6123                 Remove useless if (a) b; else b;
6124                 Thanks to wwp
6125
6126 2006-05-13 [wwp]        2.2.0cvs11
6127
6128         * src/export.c
6129         * src/import.c
6130         * src/mainwindow.c
6131         * src/mbox.c
6132         * src/summaryview.c
6133         * src/summaryview.h
6134                 no more silent failures (or at least less ones) when importing
6135                 or exporting from/to mbox. Also start importing/exporting if
6136                 the necessary info is set.
6137
6138 2006-05-13 [wwp]        2.2.0cvs10
6139
6140         * RELEASE_NOTES
6141                 restored up-to-date release notes.
6142
6143 2006-05-13 [paul]       2.2.0cvs9
6144
6145         * po/nl.po
6146         * po/ru.po
6147                 updated by Tim Dijkstra and Pavlo Bohmat
6148
6149 2006-05-12 [colin]      2.2.0cvs8
6150
6151         * src/gtk/quicksearch.c
6152                 Add "k" as shortcut for "colorlabel". Patch
6153                 by ath42@users.sf.net.
6154
6155 2006-05-12 [paul]       2.2.0cvs7
6156
6157         * src/prefs_common.h
6158         * src/prefs_summaries.c
6159         * src/summaryview.c
6160                 when entering a folder also allow
6161                 going directly to first Marked message
6162
6163 2006-05-12 [paul]       2.2.0cvs6
6164
6165         * src/summaryview.c
6166                 always obey 'confirm before marking all
6167                 mails read' option
6168
6169 2006-05-12 [paul]       2.2.0cvs5
6170
6171         * src/textview.c
6172                 make Sender fully clickable
6173
6174 2006-05-12 [colin]      2.2.0cvs4
6175
6176         * src/compose.c
6177         * src/compose.h
6178                 Let From be editable
6179         * src/main.c
6180         * src/mh.c
6181                 Full support of .mh_sequences' Unseen seq
6182
6183 2006-05-12 [colin]      2.2.0cvs3
6184
6185         * src/folder.c
6186         * src/mainwindow.c
6187         * src/mainwindow.h
6188         * src/messageview.c
6189         * src/prefs_spelling.c
6190         * src/procheader.c
6191         * src/procmsg.c
6192         * src/procmsg.h
6193         * src/summaryview.c
6194         * src/toolbar.c
6195         * src/toolbar.h
6196                 Add contextual menu on Compose toolbar
6197                 button. Fixes bug #944 (Automatic
6198                 addresses not applied when changing account
6199                 from compose window)
6200                 add Mailing List support
6201                 based on the old 0.6.5claws25 patch by
6202                 Melvin Hadasht, with finishing touches
6203                 by Colin
6204                 Fix "ignore thread" when mails are threaded by
6205                 subject (and weren't ignored although appearing
6206                 in the thread).
6207                 GUI rework.
6208                 Both patches by Pawel.
6209
6210 2006-05-08 [paul]       2.2.0cvs2
6211
6212         * src/mainwindow.c
6213         * src/mainwindow.h
6214         * src/messageview.c
6215         * src/procheader.c
6216         * src/procmsg.c
6217         * src/procmsg.h
6218         * src/summaryview.c
6219                 add Mailing List support
6220                 based on the old 0.6.5claws25 patch by 
6221                 Melvin Hadasht, with finishing touches
6222                 by Colin
6223
6224 2006-05-08 [colin]      2.2.0cvs1
6225
6226         * src/mainwindow.c
6227         * src/toolbar.c
6228         * src/toolbar.h
6229                 Add contextual menu on Compose toolbar 
6230                 button. Fixes bug #944 (Automatic 
6231                 addresses not applied when changing account 
6232                 from compose window)
6233
6234 2006-05-08 [paul]       2.2.0
6235
6236         2.2.0 released
6237
6238 2006-05-08 [paul]       2.1.1cvs51
6239
6240         * po/cs.po
6241         * po/de.po
6242         * po/en_GB.po
6243         * po/fi.po
6244         * po/fr.po
6245         * po/pt_BR.po
6246         * po/sr.po
6247         * po/zh_CN.po
6248                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6249                 Fabien Vantard, Frederico Goncalves Guimaraes,
6250                 Aleksandar Urosevic, and Ralgh Young
6251
6252 2006-05-12 [colin]      2.1.1cvs50
6253
6254         * po/cs.po
6255         * po/de.po
6256         * po/en_GB.po
6257         * po/es.po
6258         * po/fi.po
6259         * po/fr.po
6260         * po/pt_BR.po
6261         * po/sr.po
6262         * po/zh_CN.po
6263                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6264                 Fabien Vantard, Frederico Goncalves Guimaraes,
6265                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
6266
6267 2006-05-05 [colin]      2.1.1cvs49
6268
6269         * manual/Makefile.am
6270         * manual/pl/Makefile.am
6271         * manual/pl/account.xml
6272         * manual/pl/ack.xml
6273         * manual/pl/addrbook.xml
6274         * manual/pl/advanced.xml
6275         * manual/pl/faq.xml
6276         * manual/pl/glossary.xml
6277         * manual/pl/gpl.xml
6278         * manual/pl/handling.xml
6279         * manual/pl/intro.xml
6280         * manual/pl/keyboard.xml
6281         * manual/pl/plugins.xml
6282         * manual/pl/starting.xml
6283         * manual/pl/sylpheed-claws-manual.xml
6284         * manual/pl/dist/.cvsignore
6285         * manual/pl/dist/Makefile.am
6286         * manual/pl/dist/html/.cvsignore
6287         * manual/pl/dist/html/Makefile.am
6288         * manual/pl/dist/pdf/.cvsignore
6289         * manual/pl/dist/pdf/Makefile.am
6290         * manual/pl/dist/ps/.cvsignore
6291         * manual/pl/dist/ps/Makefile.am
6292         * manual/pl/dist/txt/.cvsignore
6293         * manual/pl/dist/txt/Makefile.am
6294                 Add the polish translation of the manual,
6295                 Authored by Pawel Pekala.
6296
6297 2006-05-05 [cleroy]     2.1.1cvs48
6298
6299         * src/main.c
6300                 Re-read matcherrc after loading plugins 
6301                 if some of them add folders.
6302
6303 2006-05-03 [colin]      2.1.1cvs47
6304
6305         * src/imap.c
6306                 I'm idiot
6307
6308 2006-05-03 [colin]      2.1.1cvs46
6309
6310         * src/imap.c
6311                 Be sure to have a session when
6312                 getting separator
6313
6314 2006-05-03 [colin]      2.1.1cvs45
6315
6316         * src/imap.c
6317         * src/imap.h
6318         * src/imap_gtk.c
6319                 Fix preventing renaming with namespace 
6320                 separator.
6321
6322 2006-05-01 [colin]      2.1.1cvs44
6323
6324         * src/action.c
6325                 Don't reload messageview when result of
6326                 action is piped.
6327
6328 2006-04-29 [colin]      2.1.1cvs43
6329
6330         * src/prefs_receive.c
6331         * src/plugins/spamassassin/spamassassin_gtk.c
6332         * src/plugins/clamav/clamav_plugin_gtk.c
6333                 GUI fixes by Pawel
6334
6335 2006-04-29 [colin]      2.1.1cvs42
6336
6337         * src/prefs_compose_writing.c
6338         * src/prefs_quote.c
6339                 Cleanups. Patch by Pawel
6340
6341 2006-04-28 [paul]       2.1.1cvs41
6342
6343         * src/matcher.c
6344                 fix returned quick search results when search
6345                 term contains an underscore.
6346                 Thanks to Colin
6347
6348 2006-04-28 [paul]       2.1.1cvs40
6349
6350         * src/prefs_message.c
6351         * src/prefs_receive.c
6352                 GUI cleanups
6353                 Patches by Pawel Pekala
6354
6355 2006-04-27 [colin]      2.1.1cvs39
6356
6357         * src/wizard.c
6358                 Differentiate subject Welcome from
6359                 window's title Welcome
6360
6361 2006-04-27 [paul]
6362
6363         2.2.0-rc1 released
6364
6365 2006-04-27 [paul]       2.1.1cvs38
6366
6367         * manual/advanced.xml
6368         * manual/fr/advanced.xml
6369                 add info about compose_no_markup hidden pref
6370
6371 2006-04-27 [paul]       2.1.1cvs37
6372
6373         * src/prefs_account.c
6374                 improve privacy labels
6375         * src/prefs_msg_colors.c
6376                 change some strings for translators' convenience
6377         * src/gtk/gtkutils.c
6378                 don't underline the link button text
6379
6380 2006-04-25 [colin]      2.1.1cvs36
6381
6382         * src/folder.c
6383                 Complete 2.1.1cvs33 (once more ;)
6384
6385 2006-04-25 [colin]      2.1.1cvs35
6386
6387         * src/editldap.c
6388                 Fix tooltip
6389
6390 2006-04-25 [cleroy]     2.1.1cvs34
6391
6392         * src/compose.c
6393         * src/gtk/gtkaspell.c
6394                 Fix crash on redirect (related to the return 
6395                 of the aspell menu in compose's toolbar)
6396         * src/prefs_msg_colors.c
6397                 Fix sensitivity widgets
6398         * src/image_viewer.c
6399         * src/gtk/pluginwindow.c
6400         * src/gtk/prefswindow.c
6401                 Change released signals to clicked (Fabien)
6402         * po/POTFILES.in
6403         * src/common/socket.c
6404         * src/plugins/spamassassin/spamassassin.c
6405                 Translate strings (Fabien)
6406
6407 2006-04-25 [paul]       2.1.1cvs33
6408
6409         * src/folder.c
6410         * src/folder.h
6411         * src/folderview.c
6412                 complete the fix of bug #912
6413                 Thanks to Colin
6414
6415 2006-04-25 [colin]      2.1.1cvs32
6416
6417         * src/news.c
6418                 Better progress bar
6419         * src/mimeview.c
6420         * src/summaryview.c
6421         * src/summaryview.h
6422                 Fix focus chain
6423                 Patches by Pawel Pekala
6424
6425 2006-04-24 [colin]      2.1.1cvs31
6426
6427         * src/compose.c
6428                 Fix compilation warnings (Fabien)
6429
6430 2006-04-24 [colin]      2.1.1cvs30
6431
6432         * src/addrindex.c
6433         * src/editldap.c
6434         * src/editldap_basedn.c
6435         * src/editldap_basedn.h
6436         * src/ldapctrl.c
6437         * src/ldapctrl.h
6438         * src/ldapquery.c
6439         * src/ldaputil.c
6440         * src/ldaputil.h
6441                 Fix bug #901 (LDAPS support)
6442
6443 2006-04-24 [colin]      2.1.1cvs29
6444
6445         * src/compose.c
6446                 Fix logic on error with send dialog on
6447         * src/imap.c
6448                 Fix compilation without libetpan, thanks
6449                 to Fabien
6450         * src/summaryview.c
6451                 Fix 'context-menu' key
6452
6453 2006-04-23 [colin]      2.1.1cvs28
6454
6455         * src/folder.c
6456                 Never free current's cache to free up 
6457                 memory. Fixes bug #912 (new count 
6458                 randomly set to message count)
6459
6460 2006-04-23 [colin]      2.1.1cvs27
6461
6462         * src/gtk/quicksearch.c
6463                 And remove printf...
6464
6465 2006-04-23 [colin]      2.1.1cvs26
6466
6467         * src/gtk/quicksearch.c
6468                 Fix replacing in quicksearch, and fix inserting
6469                 in the middle of the string. (introduced at 2.1.0cvs22)
6470
6471 2006-04-23 [colin]      2.1.1cvs25
6472
6473         * src/imap.c
6474                 Make sure uidnext is initialized in get_num_list
6475                 (not for stable, related to 2.1.1cvs8 and friends)
6476
6477 2006-04-23 [colin]      2.1.1cvs24
6478
6479         * src/imap.c
6480                 Output something when login is successful
6481                 too
6482
6483 2006-04-23 [colin]      2.1.1cvs23
6484
6485         * src/etpan/imap-thread.c
6486                 Better logging (line-per-line, hide data in fetch)
6487                 Fix a const warning
6488         * src/gtk/logwindow.c
6489         * src/gtk/logwindow.h
6490                 Better logging (color for input/output)
6491
6492 2006-04-21 [colin]      2.1.1cvs22
6493
6494         * src/gtk/quicksearch.c
6495                 On gtk+-2.8, use stock buttons in quicksearch
6496                 Based on a patch by Fabien and a design by Paul
6497
6498 2006-04-21 [colin]      2.1.1cvs21
6499
6500         * src/folderview.c
6501         * src/mainwindow.c
6502                 Fix occasional flicker in folderview
6503         * src/common/utils.c
6504                 Fix bug #943 (Incorrectly parsed email address 
6505                 list in short headers on message view and in 
6506                 printouts)
6507
6508 2006-04-20 [colin]      2.1.1cvs20
6509
6510         * src/imap.c
6511         * src/imap.h
6512         * src/prefs_account.c
6513                 Add ANONYMOUS auth for IMAP
6514
6515 2006-04-20 [paul]       2.1.1cvs19
6516
6517         * src/main.c
6518                 proper fix for 2.1.1cvs18
6519                 Thanks to Colin
6520
6521 2006-04-20 [paul]       2.1.1cvs18
6522
6523         * src/main.c
6524                 fix build warnings
6525
6526 2006-04-20 [paul]       2.1.1cvs17
6527
6528         * src/gtk/quicksearch.c
6529                 fix standard, non-extended Quick search,
6530                 was broken in 2.1.1cvs15.
6531                 Thanks to Colin.
6532
6533 2006-04-20 [colin]      2.1.1cvs16
6534
6535         * src/prefs_matcher.c
6536                 Fix values when reselecting a ~test
6537                 rule
6538
6539 2006-04-19 [colin]      2.1.1cvs15
6540
6541         * src/compose.c
6542         * src/compose.h
6543         * src/gtk/gtkaspell.c
6544         * src/gtk/gtkaspell.h
6545                 Put back Options menu in Spelling/
6546         * src/gtk/quicksearch.c
6547                 Don't search, and show error, if the
6548                 advanced search has a syntax error
6549
6550 2006-04-18 [colin]      2.1.1cvs14
6551
6552         * src/textview.c
6553                 Fix gdk warnings on set_cursor when textview
6554                 isn't visible
6555
6556 2006-04-18 [colin]      2.1.1cvs13
6557
6558         * src/gtk/gtksctree.c
6559                 Remove seemingly useless refresh that causes
6560                 flicker - watch this commit in case of 
6561                 problems before planned backport to stable
6562
6563 2006-04-18 [colin]      2.1.1cvs12
6564
6565         * src/imap.c
6566                 Factorize get/set_xml code
6567         * src/compose.c
6568         * src/prefs_account.c
6569         * src/prefs_account.h
6570         * src/procmsg.c
6571                 Add Encrypt to self option
6572
6573 2006-04-17 [colin]      2.1.1cvs11
6574
6575         * configure.ac
6576                 Fix search on encrpyt function on dragonfly
6577                 Patch by Jonathan Buschmann <jonthn@agmact.com>
6578
6579 2006-04-17 [colin]      2.1.1cvs10
6580
6581         * src/prefs_account.c
6582                 Be safe by default: remove mails from POP3
6583                 after 7 days, not immediately
6584
6585 2006-04-17 [colin]      2.1.1cvs9
6586
6587         * src/etpan/imap-thread.c
6588                 Fix build on DragonFly - patch by 
6589                 Jonathan Buschmann <jonthn@agmact.com>
6590
6591 2006-04-17 [colin]      2.1.1cvs8
6592
6593         * src/imap.c
6594                 Save uidnext between sessions
6595
6596 2006-04-17 [colin]      2.1.1cvs7
6597
6598         * src/imap.c
6599                 scan is required when uid validity changes
6600
6601 2006-04-17 [colin]      2.1.1cvs6
6602
6603         * src/folderview.c
6604                 Don't scan if not necessary, apart in current
6605                 folder and INBOX to fetch flags.
6606         * src/imap.c
6607                 Scan is necessary if unread count changes
6608
6609 2006-04-17 [colin]      2.1.1cvs5
6610
6611         * src/imap.c
6612                 ...But always fetch ANSWERED and DELETED flags for
6613                 INBOX, as filtering can happen on these flags.
6614
6615 2006-04-17 [colin]      2.1.1cvs4
6616
6617         * src/imap.c
6618                 Don't fetch REPLIED and DELETED flags when synchronising
6619                 flags with a closed folder. We only need UNSEEN and FLAGGED
6620                 to update the folderview.
6621
6622 2006-04-17 [colin]      2.1.1cvs3
6623
6624         * src/imap.c
6625                 Faster flag search when there are new mails 
6626                 in a folder. We can do a full search if the 
6627                 folder contains less messages than the new
6628                 list.
6629
6630 2006-04-17 [colin]      2.1.1cvs2
6631
6632         * po/cs.po
6633         * po/de.po
6634         * po/fr.po
6635         * po/nl.po
6636         * po/pt_BR.po
6637                 Update translations from stable branch
6638
6639 2006-04-17 [colin]      2.1.1cvs1
6640
6641         * configure.ac
6642                 Bump version to follow stable release
6643
6644 2006-04-16 [mones]      2.1.0cvs50
6645
6646         * po/es.po
6647                 Updated for release
6648
6649 2006-04-16 [colin]      2.1.0cvs49
6650
6651         * src/textview.c
6652                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
6653                 with gtk < 2.8. Thanks to Fabien Vantard.
6654
6655 2006-04-15 [colin]      2.1.0cvs48
6656
6657         * src/etpan/imap-thread.c
6658                 Fix bug #919 (libetpan: SEGV when connecting 
6659                 using command)
6660
6661 2006-04-14 [colin]      2.1.0cvs47
6662
6663         * src/main.c
6664                 Fix race on --select (should be done better)
6665
6666 2006-04-14 [wwp]        2.1.0cvs46
6667
6668         * src/send_message.c
6669                 enforce a check for domain in account prefs (a sending
6670                 error could be faced if domain was checked but no value set),
6671                 thanks to Colin.
6672
6673 2006-04-14 [colin]      2.1.0cvs45
6674
6675         * src/codeconv.c
6676                 when converting from unknown to unknown, if the
6677                 string is UTF8, don't convert it to the locale
6678                 (which breaks it)
6679
6680 2006-04-14 [colin]      2.1.0cvs44
6681
6682         * src/compose.c
6683                 Don't try to use ASCII for converting headers
6684                 (as done in body)
6685
6686 2006-04-14 [paul]       2.1.0cvs43
6687
6688         * src/crash.c
6689                 add locale/charset info to crash report
6690         * src/gtk/about.c
6691                 add wwp to doc team
6692                 replace 'e-mail' with preferred 'email'
6693         * src/gtk/authors.h
6694                 ensure contributors list is in alphabetical
6695                 order
6696
6697 2006-04-13 [colin]      2.1.0cvs42
6698
6699         * src/textview.c
6700                 Prevent gdk warnings
6701
6702 2006-04-13 [colin]      2.1.0cvs41
6703
6704         * src/common/ssl_certificate.c
6705         * src/common/ssl_certificate.h
6706         * src/gtk/sslcertwindow.c
6707                 Warn on expired certs, and display the expiration date
6708
6709 2006-04-13 [colin]      2.1.0cvs40
6710
6711         * src/plugins/spamassassin/spamassassin_gtk.c
6712                 Fix missing set_text on unix socket
6713
6714 2006-04-13 [wwp]        2.1.0cvs39
6715
6716         * manual/fr/advanced.xml
6717         * manual/fr/glossary.xml
6718                 applied new spam/ham/email lexicon (pourriel, courriel)
6719
6720 2006-04-13 [paul]       2.1.0cvs38
6721
6722         * src/plugins/pgpmime/plugin.c
6723                 remove the mention of S/MIME from the
6724                 description. This is now handled by the
6725                 S/MIME plugin.
6726
6727 2006-04-13 [paul]       2.1.0cvs37
6728
6729         * src/prefs_msg_colors.c
6730                 rework dialog
6731         * src/prefs_folder_item.c
6732         * src/prefs_spelling.c
6733                 add a tooltip to the colour selector buttons
6734
6735 2006-04-13 [wwp]        2.1.0cvs36
6736
6737         * manual/advanced.xml
6738         * manual/glossary.xml
6739         * manual/handling.xml
6740         * manual/keyboard.xml
6741         * manual/plugins.xml
6742         * manual/starting.xml
6743         * manual/fr/account.xml
6744         * manual/fr/ack.xml
6745         * manual/fr/addrbook.xml
6746         * manual/fr/advanced.xml
6747         * manual/fr/faq.xml
6748         * manual/fr/glossary.xml
6749         * manual/fr/gpl.xml
6750         * manual/fr/handling.xml
6751         * manual/fr/intro.xml
6752         * manual/fr/keyboard.xml
6753         * manual/fr/plugins.xml
6754         * manual/fr/starting.xml
6755         * manual/fr/sylpheed-claws-manual.xml
6756                 fixes to the manuals:
6757                  - summaryview -> Message List (same in French)
6758                  - translate key names
6759                  - fix French punctuation, use non-breakable spaces when
6760                    necessary, don't use &thinsp; which is not portable
6761                  - tell what maildir and mbox formats we support
6762
6763 2006-04-12 [wwp]        2.1.0cvs35
6764
6765         * src/prefs_toolbar.c
6766                 unified a replace button more,
6767                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6768
6769 2006-04-12 [wwp]        2.1.0cvs34
6770
6771         * src/prefs_common.c
6772         * src/prefs_msg_colors.c
6773                 make default color labels translatable,
6774                 patch from Fabien Vantard <fzzzzz@gmail.com>,
6775                 thanks to Tim <timbrain@post.cz> for reporting.
6776
6777 2006-04-12 [wwp]        2.1.0cvs33
6778
6779         * manual/glossary.xml
6780         * manual/intro.xml
6781         * manual/plugins.xml
6782         * manual/starting.xml
6783         * manual/sylpheed-claws-manual.xml
6784         * manual/fr/.cvsignore
6785         * manual/fr/account.xml
6786         * manual/fr/ack.xml
6787         * manual/fr/addrbook.xml
6788         * manual/fr/advanced.xml
6789         * manual/fr/faq.xml
6790         * manual/fr/glossary.xml
6791         * manual/fr/handling.xml
6792         * manual/fr/intro.xml
6793         * manual/fr/keyboard.xml
6794         * manual/fr/plugins.xml
6795         * manual/fr/starting.xml
6796         * manual/fr/sylpheed-claws-manual.xml
6797                 various fixes: typos, missing .fr translations, punctuation,
6798                 capitalization, links, accents and some bad French more.
6799
6800 2006-04-12 [wwp]        2.1.0cvs32
6801
6802         * src/prefs_gtk.c
6803                 fix for bug #935: always store prefs files in UTF-8 (thanks
6804                 to Colin).
6805
6806 2006-04-11 [colin]      2.1.0cvs31
6807
6808         * src/compose.c
6809                 Fix inserting files not in utf8 when locale is utf8
6810
6811 2006-04-11 [colin]      2.1.0cvs30
6812
6813         * src/inc.c
6814                 Don't show error dialog when cancelling connection
6815                 Patch by Pawel
6816
6817 2006-04-11 [cleroy]     2.1.0cvs29
6818
6819         * src/compose.c
6820                 Implement multiple quote levels
6821         * src/prefs_common.c
6822                 Change a little bit the quote bgcolor for 2nd level
6823
6824 2006-04-11 [colin]      2.1.0cvs28
6825
6826         * src/gtk/about.c
6827                 Add locale and charset in the label
6828
6829 2006-04-10 [colin]      2.1.0cvs27
6830
6831         * src/compose.c
6832         * src/prefs_common.c
6833         * src/prefs_common.h
6834         * src/prefs_msg_colors.c
6835         * src/textview.c
6836                 Allow optional background color in quotes
6837                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
6838                 GTK+-2.8.x feature
6839
6840 2006-04-10 [colin]      2.1.0cvs26
6841
6842         * src/main.c
6843         * src/mainwindow.c
6844         * src/mainwindow.h
6845                 Implement --select
6846
6847 2006-04-10 [colin]      2.1.0cvs25
6848
6849         * manual/plugins.xml
6850         * manual/fr/plugins.xml
6851                 Document libcurl's proxy variables
6852
6853 2006-04-09 [colin]      2.1.0cvs24
6854
6855         * src/prefs_common.c
6856                 gettext() returns statically allocated stuff. We have
6857                 to strdup it in order to be able to free it.
6858
6859 2006-04-09 [colin]      2.1.0cvs23
6860
6861         * AUTHORS
6862         * src/gtk/authors.h
6863                 Add Alexei
6864
6865 2006-04-09 [colin]      2.1.0cvs22
6866
6867         * src/mainwindow.c
6868         * src/gtk/quicksearch.c
6869                 Fix bug #859 (problems with cyrilic input in 
6870                 search panel) - Patch by Alexey Illarionov 
6871                 <littlesavage@rambler.ru>
6872
6873 2006-04-09 [colin]      2.1.0cvs21
6874
6875         * src/prefs_customheader.c
6876                 I prefer removing then freeing rather than the contrary
6877                 (even if it doesn't change anything ;-)
6878         * src/prefs_account.c
6879                 Fix bug #933 (Crash re-entering the custom headers list 
6880                 dialog in accounts prefs)
6881                 The problem happened when cancelling the Account 
6882                 Preferences' dialogs - in which case we didn't do 
6883                 anything to the PrefsAccount * struct. In case of applying,
6884                 the old ac_prefs was replaced with the tmp_ac_prefs we were
6885                 working with in this dialog. The problem is that 
6886                 prefs_customheader.c, working on this tmp_ac_prefs, always
6887                 changes the ->customhdr_list pointer, even when cancelled. 
6888                 So in case of cancelling the prefs_account dialog, we still
6889                 have to update ->customhdr_list in the real account.
6890
6891 2006-04-08 [colin]      2.1.0cvs20
6892
6893         * manual/fr/glossary.xml
6894         * manual/fr/keyboard.xml
6895                 Forgot some headers :)
6896
6897 2006-04-08 [colin]      2.1.0cvs19
6898
6899         * manual/Makefile.am
6900         * manual/fr/Makefile.am
6901         * manual/fr/account.xml
6902         * manual/fr/ack.xml
6903         * manual/fr/addrbook.xml
6904         * manual/fr/advanced.xml
6905         * manual/fr/faq.xml
6906         * manual/fr/glossary.xml
6907         * manual/fr/gpl.xml
6908         * manual/fr/handling.xml
6909         * manual/fr/intro.xml
6910         * manual/fr/keyboard.xml
6911         * manual/fr/plugins.xml
6912         * manual/fr/starting.xml
6913         * manual/fr/sylpheed-claws-manual.xml
6914         * manual/fr/dist/.cvsignore
6915         * manual/fr/dist/Makefile.am
6916         * manual/fr/dist/html/.cvsignore
6917         * manual/fr/dist/html/Makefile.am
6918         * manual/fr/dist/pdf/.cvsignore
6919         * manual/fr/dist/pdf/Makefile.am
6920         * manual/fr/dist/ps/.cvsignore
6921         * manual/fr/dist/ps/Makefile.am
6922         * manual/fr/dist/txt/.cvsignore
6923         * manual/fr/dist/txt/Makefile.am
6924                 Add the french translation of the manual. Thanks to
6925                 Olivier Delhomme <olivier.delhomme@free.fr> for 
6926                 account.xml, ack.xml, addrbook.xml and advanced.xml
6927
6928 2006-04-08 [colin]      2.1.0cvs18
6929
6930         * manual/plugins.xml
6931         * manual/starting.xml
6932                 More fixes
6933
6934 2006-04-07 [colin]      2.1.0cvs17
6935
6936         * manual/faq.xml
6937         * manual/intro.xml
6938         * manual/keyboard.xml
6939                 Little fixes
6940
6941 2006-04-07 [colin]      2.1.0cvs16
6942
6943         * README
6944         * src/compose.c
6945         * src/prefs_common.c
6946         * src/prefs_common.h
6947                 Add hidden compose_no_markup pref
6948
6949 2006-04-07 [wwp]        2.1.0cvs15
6950
6951         * src/summary_search.c
6952         * .cvsignore
6953                 Bugfix: stop button was sticky when searching in an empty folder.
6954                 Applied curly brackets code style to the whole file (summary_search.c).
6955                 More files to ignore.
6956
6957 2006-04-07 [wwp]        2.1.0cvs14
6958
6959         * src/message_search.c
6960         * src/summary_search.c
6961                 changed default button when search bumps at file/folder
6962                 beginning or end, for convenience (thanks to Colin).
6963
6964 2006-04-07 [paul]       2.1.0cvs13
6965
6966         * src/plugins/dillo_viewer/dillo_prefs.c
6967                 avoid future potential for namespace collision
6968                 Patch by Colin
6969
6970 2006-04-06 [wwp]        2.1.0cvs12
6971
6972         * src/summary_search.c
6973                 Unify extended/advanced searches names (and thus factorize labels),
6974                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6975
6976 2006-04-06 [wwp]        2.1.0cvs11
6977
6978         * src/folderview.c
6979         * src/prefs_themes.c
6980         * src/summaryview.c
6981                 Fixed some compilation warnings.
6982
6983 2006-04-06 [colin]      2.1.0cvs10
6984
6985         * manual/advanced.xml
6986                 Document the wizard template and how to deploy
6987                 Sylpheed-Claws effectively
6988
6989 2006-04-06 [colin]      2.1.0cvs9
6990
6991         * src/folderview.c
6992                 gettext patch to tell translators about _("#"),
6993                 by Maxim Britov
6994
6995 2006-04-06 [colin]      2.1.0cvs8
6996
6997         * src/textview.c
6998                 Fix invalid GtkTextBIter after clicking "Display as text"
6999
7000 2006-04-06 [mones]      2.1.0cvs7
7001
7002         * src/addr_compl.c
7003         * src/addrindex.c
7004         * src/addritem.c
7005         * src/codeconv.c
7006         * src/compose.c
7007         * src/filtering.c
7008         * src/folder.c
7009         * src/folder_item_prefs.c
7010         * src/folderview.c
7011         * src/localfolder.c
7012         * src/matcher.c
7013         * src/mimeview.c
7014         * src/prefs_msg_colors.c
7015         * src/prefs_spelling.c
7016         * src/prefs_themes.c
7017         * src/procmime.c
7018         * src/procmsg.c
7019         * src/stock_pixmap.c
7020         * src/summaryview.c
7021         * src/textview.c
7022         * src/toolbar.c
7023         * src/common/mgutils.c
7024         * src/common/prefs.c
7025         * src/common/ssl_certificate.c
7026         * src/gtk/colorlabel.c
7027         * src/gtk/quicksearch.c
7028         * src/plugins/pgpmime/pgpmime.c
7029         * src/plugins/spamassassin/spamassassin.c
7030                 Removed redundant NULL checks for g_free() calls.
7031                 Patch by Pawel Pekala.
7032
7033 2006-04-06 [mones]      2.1.0cvs6
7034
7035         * src/prefs_actions.c
7036         * src/prefs_filtering.c
7037         * src/prefs_filtering_action.c
7038         * src/prefs_matcher.c
7039         * src/prefs_template.c
7040         * src/gtk/gtkutils.c
7041         * src/gtk/gtkutils.h
7042                 Have a nice replace button. Patch by Pawel Pekala
7043
7044 2006-04-06 [colin]      2.1.0cvs5
7045
7046         * src/addressbook.c
7047                 Fix crash with empty columns
7048
7049 2006-04-05 [colin]      2.1.0cvs4
7050
7051         * src/wizard.c
7052         * src/prefs_gtk.c
7053                 Allow wizard customization with pre-filled values
7054
7055 2006-04-05 [colin]      2.1.0cvs3
7056
7057         * src/textview.c
7058         * src/mimeview.c
7059         * src/mimeview.h
7060                 Nicer messages in mimeview
7061
7062 2006-04-05 [colin]      2.1.0cvs2
7063
7064         * src/addressbook.c
7065         * src/prefs_summaries.c
7066                 i18n fix
7067
7068 2006-04-05 [colin]      2.1.0cvs1
7069
7070         * src/plugins/pgpcore/plugin.c
7071         * src/plugins/pgpcore/select-keys.c
7072         * src/plugins/pgpcore/select-keys.h
7073         * src/plugins/pgpcore/sgpgme.c
7074         * src/plugins/pgpcore/sgpgme.h
7075         * src/plugins/pgpinline/pgpinline.c
7076         * src/plugins/pgpinline/plugin.c
7077         * src/plugins/pgpmime/pgpmime.c
7078         * src/plugins/pgpmime/plugin.c
7079                 Factorize and generalize a bit 
7080                 Drop S/MIME signature verification from PGP/MIME
7081                 (adding it as another, more complete plugin)
7082
7083 2006-04-05 [paul]       2.1.0
7084
7085         2.1.0 released
7086
7087 2006-04-05 [paul]       2.0.0cvs186
7088
7089         * manual/advanced.xml
7090                 add info on colour labels
7091
7092 2006-04-05 [paul]       2.0.0cvs185
7093
7094         * po/bg.po
7095         * po/cs.po
7096         * po/de.po
7097         * po/el.po
7098         * po/en_GB.po
7099         * po/fi.po
7100         * po/fr.po
7101         * po/it.po
7102         * po/nl.po
7103         * po/pl.po
7104         * po/pt_BR.po
7105         * po/sr.po
7106         * po/zh_CN.po
7107                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
7108                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
7109                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
7110                 Guimaraes, Aleksandar Urosevic, Ralgh Young
7111         * src/gtk/authors.h
7112         * tools/claws.i18n.status.pl
7113                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
7114                 and new Czech translator, Tim <timbrain@post.cz>
7115
7116 2006-04-05 [mones]      2.0.0cvs184
7117
7118         * po/es.po
7119                 Updated translation
7120
7121 2006-04-05 [colin]      2.0.0cvs183
7122
7123         * src/gtk/quicksearch.c
7124                 Fix bug #929 (unnecessary reload in quick search bar)
7125
7126 2006-04-05 [colin]      2.0.0cvs182
7127
7128         * src/compose.c
7129                 Fix crash on Reply with no From:
7130                 Show signature and conversion error on queuing 
7131                 (but not sending)
7132         * src/mainwindow.c
7133         * src/summaryview.c
7134         * src/summaryview.h
7135                 Factorize threading code and make sure msginfo 
7136                 is not null when it comes from a GtkCTreeRow's 
7137                 data
7138         * src/gtk/gtkaspell.c
7139                 Check for necessary things
7140         * src/gtk/gtksctree.c
7141         * src/gtk/gtksctree.h
7142                 Reset anchor if necessary when removing node
7143
7144 2006-03-29 [colin]      2.0.0cvs181
7145
7146         * src/folderview.c
7147                 Warn for disabled IMAP accounts (due to lack of
7148                 libetpan). Breaks string-freeze - sorry - but it
7149                 is kind of important ;)
7150
7151 2006-03-28 [colin]      2.0.0cvs180
7152
7153         * src/gtk/gtkutils.c
7154         * src/gtk/gtkutils.h
7155                 Add a gtkut_get_link_btn() function that
7156                 creates a button which acts like an URI
7157         * src/prefs_themes.c
7158         * src/gtk/about.c
7159                 Use this function (factorizes codes)
7160         * src/common/defs.h
7161         * src/gtk/pluginwindow.c
7162                 Add a "Get more..." in the plugins window
7163
7164 2006-03-28 [colin]      2.0.0cvs179
7165
7166         * src/common/smtp.c
7167         * src/common/passcrypt.c
7168         * src/undo.c
7169                 Warning fixes. Patch by Pawel Pekala
7170
7171 2006-03-27 [colin]      2.0.0cvs178
7172
7173         * src/undo.c
7174                 Fix undoing by blocks with spaces
7175
7176 2006-03-27 [colin]      2.0.0cvs177
7177
7178         * src/textview.c
7179                 Set margin to 3px for headers
7180
7181 2006-03-27 [paul]
7182
7183         2.1.0-rc2 released
7184
7185 2006-03-27 [wwp]        2.0.0cvs176
7186
7187         * src/summaryview.c
7188                 don't reset quicksearch when updating the message list.
7189                 Thanks to Colin.
7190
7191 2006-03-26 [wwp]        2.0.0cvs175
7192
7193         * src/compose.c
7194                 use a unified border width ('other' tab in the compose window,
7195                 patch by Pawel Pekala).
7196
7197
7198 2006-03-26 [wwp]        2.0.0cvs174
7199
7200         * src/common/quoted-printable.c
7201         * src/addressbook.c
7202                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
7203
7204 2006-03-26 [colin]      2.0.0cvs173
7205
7206         * src/quote_fmt_parse.y
7207                 Fix non-UTF8 date formats messing up the whole quote a 
7208                 little bit
7209
7210 2006-03-26 [colin]      2.0.0cvs172
7211
7212         * src/procheader.c
7213                 Make sure the date is UTF8 valid, or try to make it
7214                 so. IncrediMail is really IncrediStupid.
7215         * src/compose.c
7216                 Fix possible conversions. 
7217                 
7218
7219 2006-03-26 [colin]      2.0.0cvs171
7220
7221         * src/matcher.c
7222                 Fix corner cases in body search. This is still a
7223                 hack... It seems impossible to make it good and 
7224                 reasonably fast at the same time.
7225
7226 2006-03-26 [colin]      2.0.0cvs170
7227
7228         * src/summaryview.c
7229                 I think I killed the twilight zone bug!
7230                 summary_select_node() flushes GTK events in order
7231                 to be able to center the view. But this also 
7232                 flushes keypresses like Ctrl-Alt-U, so this can
7233                 call summary_show from summary_select_node (itself
7234                 called from summary_show, etc.). And the summaryview
7235                 has to be unlocked in this function. So just locking
7236                 while processing GTK events, and bailing if locked, 
7237                 should fix it.
7238                 Fixes bug #927 (SIGSEGV during Update Summary)
7239
7240 2006-03-25 [colin]      2.0.0cvs169
7241
7242         * src/matcher.c
7243                 Fix search in QP-encoded bodies
7244                 Fix utf-8 searches in bodies encoded in the
7245                 locale's encoding
7246         * src/common/quoted-printable.c
7247         * src/common/quoted-printable.h
7248                 Add a decode function that doesn't overwrite
7249                 the original pointer
7250                 
7251
7252 2006-03-24 [colin]      2.0.0cvs168
7253
7254         * src/action.c
7255         * src/summaryview.c
7256         * src/summaryview.h
7257                 Update message cache after action
7258                 Patch by H. Merijn Brand
7259         * src/prefs_msg_colors.c
7260                 Factorize label 
7261                 Patch by Fabien Vantard
7262         * src/plugins/spamassassin/spamassassin_gtk.c
7263                 Remove useless translation
7264                 Patch by Fabien Vantard
7265
7266 2006-03-23 [colin]      2.0.0cvs167
7267
7268         * src/common/ssl.c
7269                 Let 30 seconds to SSL_connect
7270
7271 2006-03-23 [wwp]        2.0.0cvs166
7272
7273         * src/summaryview.c
7274         * src/gtk/description_window.c
7275                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
7276                 and headers are translated; adjust description windows' width to fit their
7277                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
7278
7279 2006-03-23 [paul]       2.0.0cvs165
7280
7281         * src/common/utils.c
7282                 fix highlighting of URIs containing "()"
7283                 (2.0.0cvs164's reversal fixed)
7284                 Thanks to Colin.
7285
7286 2006-03-23 [paul]       2.0.0cvs164
7287
7288         * src/common/utils.c
7289                 revert patch, (postponing a fix), at 2.0.0cvs120
7290                 as it breaks more URIs than it fixes.
7291                 Allow '-' to be a terminating character in a URI
7292
7293 2006-03-22 [colin]      2.0.0cvs163
7294
7295         * configure.ac
7296                 Require libetpan 0.45
7297                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
7298
7299 2006-03-22 [paul]       2.0.0cvs162
7300
7301         * src/editgroup.c
7302                 replace '<-' and '->' buttons with GTK_STOCK graphical
7303                 buttons
7304         * src/summary_search.c
7305                 don't offer '...' for translation
7306                 add a tooltip to advanced search '...' button
7307         * src/gtk/quicksearch.c
7308                 don't offer '...' for translation
7309
7310 2006-03-21 [colin]      2.0.0cvs161
7311
7312         * src/compose.c
7313                 Fix middle-click pasting (insert at click
7314                 position instead of cursor position, don't
7315                 remove existing selection and allow pasting
7316                 our own selection)
7317         * src/addressbook.c
7318                 "LDAP Server" -> "LDAP servers"
7319
7320 2006-03-21 [wwp]        2.0.0cvs160
7321
7322         * src/etpan/imap-thread.c
7323                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
7324
7325 2006-03-20 [colin]      2.0.0cvs159
7326
7327         * src/summaryview.c
7328                 Don't reload summaryview after an execute with no
7329                 move action
7330
7331 2006-03-19 [colin]      2.0.0cvs158
7332
7333         * src/addressbook.c
7334                 and put groups at the top, always
7335
7336 2006-03-19 [colin]      2.0.0cvs157
7337
7338         * src/addressbook.c
7339                 Order groups before names, as previously
7340
7341 2006-03-19 [colin]      2.0.0cvs156
7342
7343         * src/addressbook.c
7344                 - Sort case-unsensitive
7345                 - Put the sort arrow at opening too
7346
7347 2006-03-19 [wwp]        2.0.0cvs155
7348
7349         * src/addressbook.c
7350                 allow sorting by name/email/remarks, ensure that right-pane's contents
7351                 matches the left-pane selection (cleared when appropriate).
7352                 Patch by Pawel Pekala <c0rn@o2.pl>.
7353
7354 2006-03-18 [colin]      2.0.0cvs154
7355
7356         * src/textview.c
7357                 Fix text cursor ;)
7358
7359 2006-03-18 [colin]      2.0.0cvs153
7360
7361         * src/gtk/filesel.c
7362                 Make sure we hide the preview if we didn't get
7363                 a filename
7364
7365 2006-03-18 [colin]      2.0.0cvs152
7366
7367         * src/summaryview.c
7368                 Set cursor to watch for execution (fixes lack
7369                 of watch-cursor when dnd'ing hundreds of mails)
7370         * src/gtk/filesel.c
7371                 Check that mime type is 'image/*' before updating
7372                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
7373
7374 2006-03-18 [colin]      2.0.0cvs151
7375
7376         * src/mainwindow.c
7377         * src/textview.c
7378         * src/textview.h
7379                 Put a watch cursor in textview too when the mainwindow's
7380                 cursor in a watch
7381
7382 2006-03-18 [colin]      2.0.0cvs150
7383
7384         * src/folder.c
7385                 Change wrong asserts to simple tests
7386
7387 2006-03-17 [colin]      2.0.0cvs149
7388
7389         * src/mainwindow.c
7390         * src/mainwindow.h
7391         * src/prefs_msg_colors.c
7392         * src/summaryview.c
7393         * src/summaryview.h
7394         * src/gtk/colorlabel.c
7395         * src/gtk/colorlabel.h
7396                 Add a color label menu in the main menubar
7397                 Add (fixed) accels Ctrl-{0-7} to change the color
7398                 They have to be fixed because the menu's dynamic,
7399                 the items are complex widgets, hence we can't use
7400                 a GtkItemFactory.
7401
7402
7403 2006-03-17 [wwp]        2.0.0cvs148
7404
7405         * src/compose.c
7406                 rollback few lines from my previous commit (those lines come from
7407                 a pending patch, accidentally commited, even if neutral as they are
7408                 commented out).
7409
7410 2006-03-17 [wwp]        2.0.0cvs147
7411
7412         * src/compose.c
7413                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
7414                 applied code style/indentation to the modified function.
7415
7416 2006-03-17 [wwp]        2.0.0cvs146
7417
7418         * src/procmsg.c
7419         * src/compose.c
7420                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
7421
7422 2006-03-17 [paul]
7423
7424         2.1.0-rc1 released
7425
7426 2006-03-17 [paul]       2.0.0cvs145
7427
7428         * src/main.c
7429                 addressbook_read_file() was called twice
7430         * src/textview.c
7431                 X-Mailer highlighting
7432
7433 2006-03-16 [colin]      2.0.0cvs144
7434
7435         * src/sourcewindow.c
7436         * src/sourcewindow.h
7437                 And the last one, in source window.
7438
7439 2006-03-16 [colin]      2.0.0cvs143
7440
7441         * src/compose.c
7442         * src/compose.h
7443                 Fix the same stuff in compose
7444
7445 2006-03-16 [colin]      2.0.0cvs142
7446
7447         * src/messageview.c
7448                 Complete the previous messageview crash fix
7449
7450 2006-03-16 [colin]      2.0.0cvs141
7451
7452         * src/procmsg.h
7453         * src/procmsg.c
7454         * src/folder.c
7455                 Fix POSTPROCESSING hook
7456                 Patch by H. Merijn Brand
7457
7458         * src/procmime.c
7459         * src/procmime.h
7460                 Parse Content-Location
7461
7462         * src/toolbar.c
7463         * src/messageview.c
7464         * src/messageview.h
7465                 Don't crash when a top-level MessageView has
7466                 been closed on us. Same problematic than
7467                 yesterday's quicksearch issue.
7468
7469 2006-03-15 [colin]      2.0.0cvs140
7470
7471         * src/gtk/quicksearch.c
7472                 Fix a bitchy race we didn't think about when we
7473                 added quicksearch cancellation:
7474                 If the search is not on cached fields, for example
7475                 body_part matchcase "stuff"
7476                 the matcher code has to get the whole message. If
7477                 we're on IMAP, that can be slow, and in order to
7478                 be non-blocking, the IMAP code idle loop processes
7479                 gtk events too. So it is possible to cancel a
7480                 quicksearch while the matcher is getting the mail's
7481                 body. After matcher got its body, it will start to
7482                 iterate over the matcher list that the Quicksearch's
7483                 clear_search_cb() just freed via prepare_matcher().
7484                 SIGSEGV ensues.
7485                 The fix consists of guarding the matcherlist_match()
7486                 call with a boolean 'matching'. If we reset the
7487                 quicksearch while matching is TRUE, we don't free
7488                 the matcherlist anymore like we did, but we set
7489                 another new flag, deferred_free, to TRUE. Then,
7490                 in quicksearch_match(), just after returning from
7491                 matcherlist_match() and unsetting the matching flag,
7492                 we check the deferred_free flag and do the
7493                 prepare_matcher() (which does the matcherlist_free)
7494                 for real, so we free the matcherlist once it's not
7495                 used anymore.
7496                 As all of this runs via the glib main loop, we
7497                 luckily don't need a mutex.
7498         * src/summaryview.c
7499                 Also, show progress while searching.
7500
7501
7502 2006-03-14 [colin]      2.0.0cvs139
7503
7504         * src/alertpanel.c
7505                 Make alertpanel_is_open non-static
7506
7507 2006-03-14 [colin]      2.0.0cvs138
7508
7509         * src/prefs_spelling.c
7510                 Cleanups - Fabien Vantard
7511
7512 2006-03-14 [wwp]        2.0.0cvs137
7513
7514         * src/main.c
7515                 code style normalization (curly braces, indentation).
7516
7517 2006-03-14 [wwp]        2.0.0cvs137
7518
7519         * src/main.c
7520                 code style (braces, indentation)
7521
7522 2006-03-12 [paul]       2.0.0cvs136
7523
7524         * src/prefs_common.c
7525                 trans_hdr defaults to FALSE to be RFC-savvy
7526         * src/prefs_summaries.c
7527                 add a tooltip to the trans_hdr option
7528                 
7529
7530 2006-03-12 [paul]       2.0.0cvs135
7531
7532         * src/prefs_matcher.c
7533                 give a little more width to the combos
7534         * src/prefs_display_header.c
7535         * src/textview.c
7536                 translate headers if prefs_common.trans_hdr
7537                 is TRUE
7538
7539         Patches by Pawel Pekala
7540
7541 2006-03-12 [paul]       2.0.0cvs134
7542
7543         * src/plugins/clamav/clamav_plugin.c
7544         * src/plugins/dillo_viewer/dillo_viewer.c
7545         * src/plugins/pgpcore/plugin.c
7546         * src/plugins/pgpinline/plugin.c
7547         * src/plugins/pgpmime/plugin.c
7548         * src/plugins/spamassassin/spamassassin.c
7549                 update/add to descriptions
7550         * src/plugins/spamassassin/spamassassin_gtk.c
7551                 fixes to the english, remove superfluous
7552                 tooltips, clean up a little
7553
7554 2006-03-12 [paul]       2.0.0cvs133
7555
7556         * src/compose.c
7557                 fix Bug 924, 'Account combo box shows up wrong 
7558                 if & is in account name'
7559
7560 2006-03-11 [colin]      2.0.0cvs132
7561
7562         * src/summaryview.c
7563                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
7564                 messed up shift-selection because is slows down
7565                 moving around summaryview. thanks -users
7566
7567 2006-03-10 [colin]      2.0.0cvs131
7568
7569         * src/plugins/spamassassin/spamassassin_gtk.c
7570                 Put back Paul's engrish fixes
7571
7572 2006-03-10 [colin]      2.0.0cvs130
7573
7574         * src/plugins/spamassassin/spamassassin.c
7575         * src/plugins/spamassassin/spamassassin.h
7576         * src/plugins/spamassassin/spamassassin_gtk.c
7577                 Cleanup SA prefs page (more)
7578                 Patch by Fabien Vantard
7579
7580 2006-03-10 [paul]       2.0.0cvs129
7581
7582         * src/prefs_msg_colors.c
7583         * src/prefs_spelling.c
7584                 widget sensitivity
7585
7586 2006-03-09 [mones]      2.0.0cvs128
7587
7588         * po/es.po
7589                 Update for next RC
7590
7591 2006-03-09 [wwp]        2.0.0cvs127
7592
7593         * configure.ac
7594                 revert accidental commit (requirement for libetpan 0.43), this time
7595                 not in HEAD.
7596
7597 2006-03-09 [wwp]        2.0.0cvs125
7598
7599         * configure.ac
7600                 revert accidental commit (requirement for libetpan 0.43)
7601
7602 2006-03-09 [paul]       2.0.0cvs126
7603
7604         * src/prefs_receive.c
7605                 remove useless frame
7606                 replace 'incorporation' with 'receiving'
7607         * src/plugins/clamav/clamav_plugin_gtk.c
7608         * src/plugins/spamassassin/spamassassin_gtk.c
7609                 improve widget sensitivity
7610                 fix a bit his engrish
7611
7612 2006-03-09 [wwp]        2.0.0cvs125
7613
7614         * src/addressadd.c
7615         * src/foldersel.c
7616         * src/prefs_common.c
7617         * src/prefs_common.h
7618                 remember some more windows' sizes (add to addressbook and
7619                 select folder).
7620
7621 2006-03-09 [paul]       2.0.0cvs124
7622
7623         * src/plugins/pgpcore/prefs_gpg.c
7624                 normalise construction of dialogue
7625
7626 2006-03-09 [paul]       2.0.0cvs123
7627
7628         * src/plugins/trayicon/Makefile.am
7629                 add missing slash
7630
7631 2006-03-08 [colin]      2.0.0cvs122
7632
7633         * src/plugins/trayicon/Makefile.am
7634                 Fix build in separate dir 
7635                 Patch by Bamanzi <bamanzi@gmail.com>
7636
7637 2006-03-08 [colin]      2.0.0cvs121
7638
7639         * src/procmsg.c
7640                 Batch move and copies from summaryview with delayed execution
7641                 too
7642
7643 2006-03-07 [paul]       2.0.0cvs120
7644
7645         * src/common/utils.c
7646                 fix highlighting of URIs containing "()"
7647                 Patch by Pawel Pekala
7648
7649 2006-03-07 [paul]       2.0.0cvs119
7650
7651         * src/folder.c
7652         * src/folder.h
7653         * src/folderview.c
7654                 immediately do alphabetical resort when
7655                 changing a folder's name
7656                 Patch by Pawel Pekala
7657
7658 2006-03-07 [paul]       2.0.0cvs118
7659
7660         * src/news.c
7661         * src/news_gtk.c
7662                 when unsubscribing a newsgroup, remove the
7663                 folder and msgs in .sylpheed-claws/newscache
7664                 Patch by Pawel Pekala <c0rn@gazeta.pl>
7665
7666 2006-03-07 [paul]       2.0.0cvs117
7667
7668         * src/textview.c
7669                 fix wrong Fake URL Warning
7670                 Thanks to Hiro
7671
7672 2006-03-07 [colin]      2.0.0cvs116
7673
7674         * src/imap.c
7675                 Return immediately when password dialog was
7676                 cancelled
7677         * src/gtk/inputdialog.c
7678                 Allow empty strings for passwords
7679
7680
7681 2006-03-06 [colin]      2.0.0cvs115
7682
7683         * src/imap.c
7684                 Prevent double-timeouts when connection fails
7685
7686 2006-03-06 [colin]
7687
7688         2.0.1-rc1 released
7689
7690 2006-03-06 [colin]      2.0.0cvs114
7691
7692         * src/imap.c
7693                 Refresh session during potentially long
7694                 operations
7695
7696 2006-03-06 [wwp]        2.0.0cvs113
7697
7698         * src/prefs_msg_colors.h
7699                 forgot that one (custom color labels).
7700
7701 2006-03-06 [wwp]        2.0.0cvs112
7702
7703         * src/prefs_common.c
7704         * src/prefs_common.h
7705         * src/prefs_msg_colors.c
7706         * src/summaryview.c
7707         * src/summaryview.h
7708         * src/gtk/colorlabel.c
7709         * src/gtk/colorlabel.h
7710                 colors in messages list are now customizable. Color values and names can
7711                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
7712                 Thanks to Paul and Colin for their help with this longstanding patch!
7713
7714 2006-03-06 [wwp]        2.0.0cvs111
7715
7716         * src/textview.c
7717                 don't crash if (x)face is bad.
7718
7719 2006-03-05 [paul]       2.0.0cvs110
7720
7721         * AUTHORS
7722         * configure.ac
7723         * src/Makefile.am
7724         * src/common/Makefile.am
7725         * src/common/utils.h
7726         * src/etpan/imap-thread.c
7727         * src/gtk/authors.h
7728         * src/plugins/clamav/Makefile.am
7729         * src/plugins/demo/Makefile.am
7730         * src/plugins/dillo_viewer/Makefile.am
7731         * src/plugins/pgpcore/Makefile.am
7732         * src/plugins/pgpcore/passphrase.c
7733         * src/plugins/pgpinline/Makefile.am
7734         * src/plugins/pgpmime/Makefile.am
7735         * src/plugins/spamassassin/Makefile.am
7736         * src/plugins/trayicon/Makefile.am
7737                 fix builiding on cygwin
7738                 Patch by Ralgh Young <bamanzi@gmail.com>
7739
7740 2006-03-04 [wwp]        2.0.0cvs109
7741
7742         * manual/keyboard.xml
7743                 fix mixed up/down keys.
7744
7745 2006-03-04 [wwp]        2.0.0cvs108
7746
7747         * README
7748         * INSTALL
7749                 updated links to SpamAssassin.
7750
7751 2006-03-04 [wwp]        2.0.0cvs107
7752
7753         * manual/plugins.xml
7754         * src/plugins/spamassassin/README
7755                 updated SpamAssassin plugin docs to reflect new functional additions
7756                 (also fix/update/documents few technical stuff more, see the README).
7757
7758 2006-03-04 [wwp]        2.0.0cvs106
7759
7760         * src/prefs_message.c
7761                 normalized capitalization of message-prefs paths.
7762
7763 2006-03-04 [wwp]        2.0.0cvs105
7764
7765         * manual/advanced.xml
7766                 typo.
7767
7768 2006-03-03 [colin]      2.0.0cvs104
7769
7770         * src/plugins/clamav/clamav_plugin_gtk.c
7771                 Rework prefs page, patch by Fabien 
7772
7773 2006-03-03 [colin]      2.0.0cvs103
7774
7775         * src/plugins/clamav/clamav_plugin.c
7776                 Set error on all errors
7777
7778 2006-03-03 [colin]      2.0.0cvs102
7779
7780         * src/common/plugin.c
7781                 Initialize error to avoid crashing when a plugin fails
7782                 without setting error
7783
7784 2006-03-02 [wwp]        2.0.0cvs101
7785
7786         * configure.ac
7787                 fixed linker flags for libetpan support on Cygwin
7788                 (thanks to H.Merijn Brand).
7789
7790 2006-03-02 [wwp]        2.0.0cvs100
7791
7792         * src/addressbook.c
7793                 fix some AB error messages: one for punctuation and
7794                 one wrongly duplicate (thanks, maxbritov).
7795
7796 2006-03-02 [wwp]        2.0.0cvs99
7797
7798         * src/plugins/spamassassin/spamassassin.c
7799                 make sync calls to sa-learn/spamc to prevent
7800                 system (whatever local or client/server) overload.
7801
7802 2006-03-02 [colin]      2.0.0cvs98
7803
7804         * src/summaryview.c
7805                 Put the spam icon in the status column instead of the
7806                 mark one
7807
7808 2006-03-01 [colin]      2.0.0cvs97
7809
7810         * src/plugins/spamassassin/spamassassin.c
7811                 Fix segfault (g_file_set_contents fails for some 
7812                 reason and err==0x2f. Can't find out why with
7813                 valgrind, using working function :-)
7814
7815 2006-03-01 [colin]      2.0.0cvs96
7816
7817         * src/inc.c
7818                 Offline overriding: let 'No' be cached only 3 seconds
7819
7820 2006-03-01 [colin]      2.0.0cvs95
7821
7822         * src/addr_compl.c
7823         * src/addrbook.c
7824         * src/addressbook.c
7825         * src/addrindex.c
7826         * src/folder_item_prefs.c
7827         * src/headerview.c
7828         * src/imap.c
7829         * src/inc.c
7830         * src/ldif.c
7831         * src/mainwindow.c
7832         * src/mh.c
7833         * src/msgcache.c
7834         * src/prefs_common.h
7835         * src/prefs_msg_colors.c
7836         * src/procheader.c
7837         * src/procheader.h
7838         * src/procmime.c
7839         * src/procmsg.c
7840         * src/procmsg.h
7841         * src/send_message.h
7842         * src/simple-gettext.c
7843         * src/summaryview.c
7844         * src/summaryview.h
7845         * src/syldap.c
7846         * src/textview.c
7847         * src/undo.c
7848         * src/common/ssl_certificate.c
7849         * src/common/utils.c
7850         * src/gtk/colorsel.c
7851         * src/gtk/gtksctree.c
7852         * src/gtk/gtkshruler.c
7853         * src/plugins/trayicon/trayicon.c
7854                 #if 0 goes to /dev/null
7855
7856 2006-03-01 [colin]      2.0.0cvs94
7857
7858         * src/compose.c
7859         * src/imap.c
7860         * src/inc.c
7861         * src/inc.h
7862         * src/messageview.c
7863         * src/news.c
7864         * src/plugins/spamassassin/spamassassin.c
7865                 Allow to add information in the "working offline"
7866                 window
7867
7868 2006-03-01 [wwp]        2.0.0cvs93
7869
7870         * src/plugins/spamassassin/spamassassin.c
7871                 fixed spamc invocation: use a tricky temporary mini shell wrapper
7872                 'cause it seems that calling `spamc ... < inputfile` with
7873                 g_spawn_(a)sync simply.. erm doesn't work :-).
7874
7875 2006-03-01 [wwp]        2.0.0cvs92
7876
7877         * src/toolbar.c
7878         * src/toolbar.h
7879                 simplify the adding of spam/ham button to the messageview toolbar
7880                 (it gets more clear now that the same button will be "Mark as spam"
7881                 or "Mark as ham" according to the current message status,
7882                 thanks to Colin).
7883
7884 2006-03-01 [wwp]        2.0.0cvs91
7885
7886         * src/messageview.c
7887         * src/procmsg.c
7888         * src/procmsg.h
7889         * src/summaryview.c
7890         * src/plugins/spamassassin/spamassassin.c
7891         * src/plugins/spamassassin/spamassassin.h
7892                 make learner callbacks return a status (0 for ok),
7893                 handle it in main code to avoid setting flags when learning failed,
7894                 don't learn on TCP if offline in spamassassin,
7895                 thanks to Colin.
7896
7897                 
7898
7899 2006-03-01 [wwp]        2.0.0cvs90
7900
7901         * src/compose.c
7902                 some work around the compose window's account menu,
7903                 patch by Fabien Vantard.
7904
7905 2006-03-01 [wwp]        2.0.0cvs89
7906
7907         * src/plugins/spamassassin/spamassassin.c
7908                 fixed bad logics, was using spamc in local mode and sa-learn
7909                 in remote mode (thanks, Colin).
7910
7911 2006-03-01 [wwp]        2.0.0cvs88
7912
7913         * src/plugins/spamassassin/spamassassin.c
7914         * src/plugins/spamassassin/spamassassin.h
7915         * src/plugins/spamassassin/spamassassin_gtk.c
7916                 made processing of emails w/ sa-plugin an option (default is TRUE),
7917                 fixed Engrish some tooltips, capitalization of some debug messages
7918                 and warnings. The spamassassin plugin now provides two separate
7919                 services: process emails upon incorporation and spamd training.
7920                 Both services (un)register independently but use some common
7921                 plugin settings (transport settings, spam storage location).
7922
7923 2006-02-28 [wwp]        2.0.0cvs87
7924
7925         * src/plugins/spamassassin/spamassassin.c
7926                 fix async flag to spamc cmdline execution (batch exec should
7927                 be asynchronous).
7928
7929 2006-02-27 [wwp]        2.0.0cvs86
7930
7931         * src/plugins/spamassassin/spamassassin.c
7932         * src/plugins/spamassassin/spamassassin.h
7933         * src/plugins/spamassassin/spamassassin_gtk.c
7934                 - added the ability to learn a remote spamassassin server (spamd),
7935                 using spamc.
7936                 - added the spamassassin option 'username', that applies to all
7937                 spamassassin operations (filtering, learning, local or remote).
7938                 The default username is the current unix user (if left blank
7939                 from gtk prefs or config file).
7940                 - commented out some unused code (notebook widget), removed unused
7941                 layout (hbox1).
7942                 - make more widgets sensitive to the transport type.
7943
7944 2006-02-27 [colin]      2.0.0cvs85
7945
7946         * src/plugins/spamassassin/spamassassin.c
7947                 Fix sa-learn call when offline
7948
7949 2006-02-27 [colin]      2.0.0cvs84
7950
7951         * configure.ac
7952         * src/Makefile.am
7953         * src/mainwindow.c
7954         * src/mainwindow.h
7955         * src/messageview.c
7956         * src/messageview.h
7957         * src/prefs_toolbar.c
7958         * src/procmsg.c
7959         * src/stock_pixmap.c
7960         * src/stock_pixmap.h
7961         * src/summaryview.c
7962         * src/toolbar.c
7963         * src/toolbar.h
7964         * src/pixmaps/ham_btn.xpm
7965         * src/pixmaps/spam.xpm
7966         * src/pixmaps/spam_btn.xpm
7967         * src/plugins/spamassassin/spamassassin.c
7968                 Add button in toolbar for spam learning
7969                 Fix a few bugs from the last related commit
7970                 Revert 1.9.6cvs23 which messed up shift-selection
7971
7972 2006-02-24 [colin]      2.0.0cvs83
7973
7974         * src/procmsg.c
7975         * src/summaryview.c
7976         * src/summaryview.h
7977         * src/plugins/spamassassin/spamassassin.c
7978         * src/plugins/spamassassin/spamassassin.h
7979         * src/plugins/spamassassin/spamassassin_gtk.c
7980                 Unregister learner when spamassassin is either
7981                 disabled or over tcp
7982
7983 2006-02-24 [colin]      2.0.0cvs82
7984
7985         * src/Makefile.am
7986         * src/mainwindow.c
7987         * src/mainwindow.h
7988         * src/procmsg.c
7989         * src/procmsg.h
7990         * src/stock_pixmap.c
7991         * src/stock_pixmap.h
7992         * src/summaryview.c
7993         * src/summaryview.h
7994         * src/gtk/icon_legend.c
7995         * src/pixmaps/spam.xpm  ** NEW FILE **
7996         * src/plugins/spamassassin/spamassassin.c
7997         * src/plugins/spamassassin/spamassassin_gtk.c
7998                 Add spam learning interface (Mark/Mark as 
7999                 (spam|ham) menus)
8000
8001 2006-02-24 [wwp]        2.0.0cvs81
8002
8003         * src/compose.c
8004         * src/compose.h
8005         * src/filtering.c
8006                 hide compose window when sending message in batch mode
8007                 (filtering: forward and redirect). Also fixed a wrong
8008                 value returned when sending failed, neutral anyway.
8009                 (Colin, me) 
8010
8011 2006-02-24 [wwp]        2.0.0cvs80
8012
8013         * src/mainwindow.c
8014                 use GTK+'s stock quit button. Patch by Fabien Vantard.
8015
8016 2006-02-24 [paul]       2.0.0cvs79
8017
8018         * src/news.c
8019         * src/news.h
8020         * src/news_gtk.c
8021                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
8022                 Thanks to Colin
8023
8024 2006-02-23 [colin]      2.0.0cvs78
8025
8026         * src/alertpanel.c
8027                 Change OK to Close in alertpanel with View log
8028                 button; add accel to View log. Patch by Fabien
8029                 Vantard
8030
8031 2006-02-23 [wwp]        2.0.0cvs77
8032
8033         * src/compose.c
8034                 silly me, there were much more tests to perform, since toolbars can
8035                 really have down to 1 element only.
8036
8037 2006-02-23 [wwp]        2.0.0cvs76
8038
8039         * commitHelper
8040                 fixed indentation from my previous commit. Fallback to VISUAL if
8041                 EDITOR is not set (and to vi, at last resort).
8042
8043 2006-02-23 [wwp]        2.0.0cvs75
8044
8045         * commitHelper
8046                 improved error detection (Colin, me).
8047
8048 2006-02-23 [wwp]        2.0.0cvs74
8049
8050         * src/prefs_toolbar.c
8051                 simplify and fix prefs/toolbars layouting. Combos' contents can
8052                 now be really displayed.
8053
8054 2006-02-23 [wwp]        2.0.0cvs73
8055         simplifies and fix prefs/toolbars layouting. Combos' contents can now
8056         be really displayed.
8057
8058 2006-02-22 [wwp]        2.0.0cvs72
8059
8060         * src/compose.c
8061                 fix a typo in my previous commit (sorry!).
8062
8063 2006-02-22 [wwp]        2.0.0cvs71
8064
8065         * src/prefs_toolbar.c
8066                 fix a crash when adding separators to toolbars,
8067                 also fix some separator item information.
8068
8069 2006-02-22 [wwp]        2.0.0cvs70
8070
8071         * src/compose.c
8072                 fix a crash when redirecting (for instance) when compose window's
8073                 toolbar contents has been customized (when some buttons have been
8074                 removed in fact).
8075
8076 2006-02-21 [wwp]        2.0.0cvs69
8077
8078         * src/summaryview.c
8079         * src/gtk/pluginwindow.c
8080         * src/plugins/pgpcore/prefs_gpg.c
8081                 fix some compilation warnings (feat. remains of removed code).
8082
8083 2006-02-21 [wwp]        2.0.0cvs68
8084
8085         * src/gtk/gtkutils.c
8086                 fix two compilation issues, thanks to Stephan Sachse.
8087
8088 2006-02-20 [colin]      2.0.0cvs67
8089
8090         * src/mainwindow.c
8091                 Don't reselect displayed mail on refocus
8092                 This fixes actions misbehaving 
8093
8094 2006-02-20 [wwp]        2.0.0cvs66
8095
8096         * src/summaryview.c
8097         * src/gtk/gtksctree.c
8098         * src/gtk/gtkshruler.c
8099                 changed more runtime typecast checks.
8100
8101 2006-02-20 [wwp]        2.0.0cvs65
8102
8103         * src/summary_search.c
8104                 find all - summaryview refresh issue fixed, thanks to Colin.
8105
8106 2006-02-20 [wwp]        2.0.0cvs64
8107
8108         * src/gtk/gtkutils.c
8109                 better runtime typecast checks.
8110
8111 2006-02-20 [wwp]        2.0.0cvs63
8112
8113         * src/summary_search.c
8114                 enhancements to the summary search:
8115                         - add the ability to stop the running search
8116                           (upon ESC-key press, new Stop button or when Clear button is pressed)
8117                         - don't search if no criteria (From/To/Subject/Body) is set
8118                         - ensure that a busy mouse pointer is always shown when searching,
8119                           show it even a bit earlier
8120
8121 2006-02-19 [colin]      2.0.0cvs62
8122
8123         * src/compose.c
8124         * src/imap.c
8125         * src/etpan/imap-thread.c
8126         * src/etpan/imap-thread.h
8127                 (Future) IMAP speed improvement on sending
8128                 Will require a libetpan update
8129         * src/summaryview.c
8130         * src/gtk/quicksearch.c
8131                 Make quicksearch clearable while running.
8132
8133 2006-02-17 [colin]      2.0.0cvs61
8134
8135         * src/imap.c
8136         * src/etpan/imap-thread.c
8137         * src/etpan/imap-thread.h
8138                 Check for IMAP certificates
8139                 ** Requires libetpan-0.42-cvs4 
8140                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
8141
8142 2006-02-17 [colin]      2.0.0cvs60
8143
8144         * src/messageview.c
8145         * src/prefs_common.c
8146         * src/prefs_common.h
8147         * src/prefs_message.c
8148                 Add pref to display HTML-only mails with plugin, 
8149                 if possible (defaulting to FALSE of course).
8150
8151 2006-02-16 [colin]      2.0.0cvs59
8152
8153         * src/main.c
8154         * src/common/plugin.c
8155         * src/common/plugin.h
8156         * src/gtk/pluginwindow.c
8157                 Keep track of requested (but unloaded) plugins
8158                 in some error cases.
8159
8160 2006-02-16 [wwp]        2.0.0cvs58
8161
8162         * src/gtk/gtkaspell.c
8163         * src/gtk/gtkaspell.h
8164         * src/prefs_spelling.c
8165         * src/compose.c
8166         * src/prefs_common.c
8167         * src/prefs_common.h
8168                 implemented new optional spellchecker behaviour: re-check message when
8169                 dictionary got changed (from compose-window/context-menu/Change dictionary).
8170
8171 2006-02-16 [wwp]        2.0.0cvs57
8172
8173         * src/quote_fmt_parse.y
8174                 pclose popen'ed pipe.
8175
8176 2006-02-15 [colin]      2.0.0cvs56
8177
8178         * src/mimeview.c
8179         * src/mimeview.h
8180                 Let MimeViewers know which MimeView they
8181                 depend of.
8182         * src/summaryview.c
8183                 Swap From/To columns in Sent/Queue/Drafts
8184                 folders
8185         * src/etpan/imap-thread.c
8186                 Use mailstream_low_tls_open() for STARTTLS
8187                 instead of mailstream_low_ssl_open()
8188                 ** REQUIRES libetpan 0.42cvs3 **
8189
8190 2006-02-15 [wwp]        2.0.0cvs55
8191
8192         * src/compose.c
8193         * src/compose.h
8194         * src/message_search.c
8195         * src/message_search.h
8196         * src/textview.c
8197         * src/gtk/gtkutils.c
8198         * src/gtk/gtkutils.h
8199                 added the ability to Find text in the compose window (and a bit
8200                 of code factorization).
8201
8202 2006-02-15 [wwp]        2.0.0cvs54
8203
8204         * src/prefs_gtk.c
8205                 yet another one file was missing (fix for some widgets' sensitivity).
8206                 Thanks Colin!
8207
8208 2006-02-15 [wwp]        2.0.0cvs53
8209
8210         * src/prefs_gtk.h
8211                 oops forgot that file (fix for some widgets' sensitivity).
8212
8213 2006-02-15 [wwp]        2.0.0cvs52
8214
8215         * src/summary_search.c
8216                 implemented advanced summary search options (added the ability
8217                 to use matcher conditions in an advanced search mode).
8218
8219 2006-02-15 [wwp]        2.0.0cvs51
8220
8221         * src/plugins/pgpcore/prefs_gpg.c
8222         * src/prefs_account.c
8223                 fix some widget sensitivity, mostly around some labels in
8224                 account prefs.
8225
8226 2006-02-15 [paul]       2.0.0cvs50
8227
8228         * manual/advanced.xml
8229                 improve Templates info
8230                 written by wwp
8231
8232 2006-02-14 [colin]      2.0.0cvs49
8233
8234         * src/pixmaps/address_book.xpm
8235         * src/pixmaps/preferences.xpm
8236         * src/pixmaps/properties.xpm
8237                 Fix pixmap size - patch by Fabien Vantard
8238
8239 2006-02-13 [colin]      2.0.0cvs48
8240
8241         * src/procmime.c
8242                 Add missing fclose()s on error
8243         * src/textview.c
8244                 Remove unused code
8245         * src/common/utils.c
8246                 Fix temp files not being deleted on windows
8247         Patches by Thomas Gilgin
8248
8249 2006-02-13 [colin]      2.0.0cvs47
8250
8251         * src/mainwindow.c
8252                 Fix exit crash
8253
8254 2006-02-13 [wwp]        2.0.0cvs46
8255
8256         * src/plugins/pgpcore/prefs_gpg.c
8257                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
8258
8259 2006-02-12 [colin]      2.0.0cvs45
8260
8261         * src/folderview.c
8262         * src/main.c
8263         * src/mainwindow.c
8264                 Fix "stuff" when quitting
8265
8266 2006-02-12 [wwp]        2.0.0cvs44
8267
8268         * src/prefs_themes.c
8269                 fix typos in debug messages.
8270
8271 2006-02-11 [colin]      2.0.0cvs43
8272
8273         * src/summaryview.c
8274                 don't allow drag/drop from ourself
8275
8276 2006-02-10 [wwp]        2.0.0cvs42
8277
8278         * src/exporthtml.c
8279         * src/html.c
8280         * src/html.h
8281         * src/procmime.c
8282         * src/textview.c
8283                 renamed html_ prefixed functions and data structures to avoid
8284                 namespace clashes w/ other software (gtkhtml2 for instance).
8285                 Closes bug #907.
8286
8287
8288 2006-02-09 [colin]      2.0.0cvs41
8289
8290         * src/summaryview.c
8291                 Fix shitty logic messed up. Thanks Ticho for the hint!
8292
8293 2006-02-09 [wwp]        2.0.0cvs40
8294
8295         * src/gtk/about.c
8296         * src/compose.c
8297         * src/prefs_account.c
8298         * src/prefs_gtk.h
8299         * src/editaddress.c
8300                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
8301                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
8302                 Browse buttons in accounts prefs.
8303
8304 2006-02-09 [colin]      2.0.0cvs39
8305
8306         * src/matcher.c
8307                 Check for pointer before using its members
8308         * src/gtk/gtksourceprintjob.c
8309                 Fix a wrong warning
8310
8311 2006-02-09 [wwp]        2.0.0cvs38
8312
8313         * src/gtk/filesel.c
8314                 fix few compiler warnings (type mismatch).
8315
8316 2006-02-09 [paul]       2.0.0cvs37
8317
8318         * po/fr.po
8319                 updated by Fabien Vantard
8320
8321 2006-02-08 [colin]      2.0.0cvs36
8322
8323         * src/prefs_common.c
8324         * src/common/defs.h
8325         * src/common/plugin.c
8326                 allow windows and linux configurations to coexist
8327                 patch by Thomas Gilgin
8328
8329 2006-02-08 [colin]      2.0.0cvs35
8330
8331         * src/filtering.c
8332         * src/matcher.c
8333         * src/matcher.h
8334         * src/matcher_parser_parse.y
8335         * src/prefs_filtering_action.c
8336         * src/prefs_matcher.c
8337                 Add the "Ignore thread" filtering
8338                 action
8339
8340 2006-02-08 [colin]      2.0.0cvs34
8341
8342         * src/compose.c
8343         * src/procmime.c
8344         * src/procmime.h
8345                 Fix bug #905 (damaged attachment)
8346                 text files with raw \0's aren't really text files
8347         FOR_STABLE
8348
8349 2006-02-08 [colin]      2.0.0cvs33
8350
8351         * src/summaryview.c
8352                 Fix crasher introduced yesterday
8353
8354 2006-02-08 [wwp]        2.0.0cvs32
8355
8356         * src/compose.c
8357         * src/compose.h
8358                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
8359
8360 2006-02-08 [wwp]        2.0.0cvs31
8361
8362         * src/prefs_template.c
8363                 templates enhancement: allow address completion for Cc and Bcc fields
8364                 (it was currently possible for the To field only)
8365
8366 2006-02-08 [colin]      2.0.0cvs30
8367
8368         * src/compose.c
8369                 Don't unblock if not blocked
8370         FOR_STABLE
8371
8372 2006-02-07 [colin]      2.0.0cvs29
8373
8374         * src/action.c
8375                 Forgot to refresh summaryview
8376
8377 2006-02-07 [colin]      2.0.0cvs28
8378
8379         * src/action.c
8380                 Freeze/thaw message list and folder list while
8381                 processing %as{} actions 
8382         * src/compose.c
8383                 Fix auto-wrap disabling after a middle-click
8384                 paste - FOR_STABLE
8385
8386 2006-02-07 [paul]       2.0.0cvs27
8387
8388         * src/folder.c
8389                 fix freeing of uninitialised pointers
8390                 Thanks to Colin
8391
8392 2006-02-06 [colin]      2.0.0cvs26
8393
8394         * src/folder.c
8395                 Use g_slist_prepend in potentially big list
8396
8397 2006-02-06 [colin]      2.0.0cvs25
8398
8399         * src/folder.c
8400                 Completely skip processing if it doesn't 
8401                 exist (faster!)
8402
8403 2006-02-06 [colin]      2.0.0cvs24
8404
8405         * src/folder.c
8406         * src/summaryview.c
8407                 Batch filtering in summaryview (from Tools menu)
8408                 and pre/post//-processing too
8409
8410 2006-02-06 [colin]      2.0.0cvs23
8411
8412         * src/procmsg.h
8413         * src/filtering.c
8414                 Use a special field for batch filtering instead
8415                 of stepping on deferred execution's toes
8416
8417 2006-02-06 [colin]      2.0.0cvs22
8418
8419         * src/action.c
8420         * src/filtering.c
8421         * src/filtering.h
8422         * src/folder.c
8423         * src/summaryview.c
8424                 Fix filtering via menus and actions
8425
8426 2006-02-06 [colin]      2.0.0cvs21
8427
8428         * src/imap.c
8429                 Put the added file directly to cache if possible (will work
8430                 with next libetpan)
8431         * src/filtering.c
8432         * src/filtering.h
8433         * src/inc.c
8434         * src/folder.c
8435         * src/mbox.c
8436         * src/procmsg.h
8437                 Move and copy filtered messages by batches instead of one
8438                 by one - faster on IMAP
8439         * src/procmsg.c
8440                 Add a function that'll possibly be useful later
8441
8442 2006-02-06 [colin]      2.0.0cvs20
8443
8444         * src/addressbook.c
8445                 Use internal mime-type instead of text/plain for d'n'd
8446         * src/compose.c
8447                 Allow attaching files from mimeview's icon list via d'n'd
8448         * src/folderview.c
8449         * src/folderview.h
8450                 Use internal mime-type instead of text/plain for d'n'd
8451                 Don't try to selected opened folder if none is
8452                 Factorize d'n'd from other apps code
8453         * src/headerview.c
8454         * src/textview.c
8455         * src/gtk/gtkutils.c
8456         * src/gtk/gtkutils.h
8457                 Factorize Face/X-Face stuff
8458         * src/mimeview.c
8459                 Fix d'n'd to other apps
8460         * src/prefs_message.c
8461                 Let the XFace pref be usable without libcompface as it also
8462                 applies to Face
8463         * src/summaryview.c
8464                 Fix d'n'd to other apps
8465                 Factorize d'n'd from other apps code
8466
8467 2006-02-06 [wwp]        2.0.0cvs19
8468
8469         * po/it.po
8470                 Italian translation fixes by Andrea Spadaccini (no more confusion
8471                 between filtering and processing, and few changes in the About
8472                 dialog).
8473
8474
8475 2006-02-06 [mones]      2.0.0cvs18
8476
8477         * src/gtk/icon_legend.c
8478                 Improved descriptions allowing better translations
8479
8480 2006-02-05 [colin]      2.0.0cvs17
8481
8482         * src/imap.c
8483                 Add the f*cking missing expunge that caused imap_fetch_env
8484                 to fail after an add_msgs ! :-///
8485         * src/etpan/imap-thread.c
8486                 Add a bit of debug
8487         FOR_STABLE
8488
8489 2006-02-05 [colin]      2.0.0cvs16
8490
8491         * src/common/utils.c
8492                 Don't check for return-path (or we can't put
8493                 back non-sent mails)
8494
8495 2006-02-05 [colin]      2.0.0cvs15
8496
8497         * src/textview.c
8498                 Don't try to display Face header in textview
8499                 when teh headerview's active
8500
8501 2006-02-05 [colin]      2.0.0cvs14
8502
8503         * tools/tbird2syl.py
8504         * tools/Makefile.am
8505                 Add script to import Thunderbird mails
8506
8507 2006-02-05 [colin]      2.0.0cvs13
8508
8509         * src/headerview.c
8510         * src/procheader.c
8511         * src/procmsg.c
8512         * src/procmsg.h
8513         * src/textview.c
8514                 Show Face headers - patch partially by Klaus Flittner
8515
8516 2006-02-05 [colin]      2.0.0cvs12
8517
8518         * src/folderview.c
8519         * src/summaryview.c
8520         * src/common/utils.c
8521         * src/common/utils.h
8522                 Let dnd work from mime icons to summaryview
8523                 and to folderview too
8524                 Add a crude test to avoid trying to add files
8525                 drag'n'dropped when they're not mails
8526
8527 2006-02-04 [colin]      2.0.0cvs11
8528
8529         * src/summaryview.c
8530         * src/mimeview.c
8531                 Fix utf8 conversion
8532
8533 2006-02-04 [colin]      2.0.0cvs10
8534
8535         * src/compose.c
8536         * src/folderview.c
8537         * src/mimeview.c
8538         * src/summaryview.c
8539         * src/summaryview.h
8540                 Added various drag and drop capas:
8541                 From                    To
8542                 summaryview             other apps
8543                 mimeview icons          other apps
8544                 other apps              summaryview
8545                 other apps              folderview
8546
8547                 This shouldn't have broken the existing:
8548                 From                    To
8549                 summaryview             folderview
8550                 folderview              folderview
8551                 summaryview             compose's attachments
8552
8553         Tests welcomed.
8554
8555 2006-02-02 [paul]       2.0.0cvs9
8556
8557         * src/mainwindow.c
8558                 move global option 'Set displayed columns...' out
8559                 of folder option grouping.
8560                 fix sensitivity of 'harvest addresses'
8561         FOR_STABLE
8562
8563 2006-02-01 [colin]      2.0.0cvs8
8564
8565         * src/mimeview.c
8566                 Revert the alertpanel patch, it sucks (intrusive
8567                 and gets in the way of "open")
8568
8569 2006-02-01 [colin]      2.0.0cvs7
8570
8571         * src/compose.c
8572         * src/prefs_account.c
8573         * src/prefs_common.c
8574         * src/common/defs.h
8575         * src/common/utils.c
8576         * src/common/utils.h
8577                 Add ability to edit the signature file
8578                 from the account preferences, and use
8579                 a default for the text editor.
8580                 Patch by Fabien Vantard
8581
8582 2006-02-01 [colin]      2.0.0cvs6
8583
8584         * src/mimeview.c
8585                 Try to get mime type by extension if it is
8586                 application/octet-stream
8587                 Display a window with possible choices when
8588                 encountering unknown mime types
8589         * src/gtk/filesel.c
8590         * src/gtk/filesel.h
8591                 Add preview
8592                 Allow multiple selection in filtered filesel
8593                 (patch by Fabien Vantard)
8594         * src/gtk/pluginwindow.c
8595                 Use it (patch by Fabien Vantard)
8596
8597 2006-02-01 [paul]       2.0.0cvs5
8598
8599         * src/jpilot.c
8600                 fix crash on creating jpilot address book
8601                 Thanks to Colin - FOR_STABLE
8602         * src/prefs_summaries.c
8603         * src/prefs_wrapping.c
8604         * src/gtk/icon_legend.c
8605         * src/gtk/quicksearch.c
8606                 string fixes and additions
8607
8608 2006-02-01 [paul]       2.0.0cvs4
8609
8610         * src/compose.c
8611         * src/mainwindow.c
8612         * src/messageview.c
8613         * src/prefs_send.c
8614                 add Arabic encoding option
8615                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
8616
8617 2006-01-31 [colin]      2.0.0cvs3
8618
8619         * src/plugins/pgpcore/passphrase.c
8620                 Convert passphrase to locale encoding
8621         * src/compose.c
8622                 Fix drafting on IMAP. Crappy bug sneaked in
8623                 the release :-/
8624         FOR_STABLE
8625
8626 2006-01-30 [paul]       2.0.0cvs2
8627
8628         * src/gtk/icon_legend.c
8629                 show the new entries
8630
8631 2006-01-30 [colin]      2.0.0cvs1
8632
8633         * src/manual.c
8634                 Check for the file to be present before 
8635                 enabling the menu - FOR_STABLE
8636         * src/gtk/icon_legend.c
8637                 Add folders icons (not all of them, there
8638                 are too much, but the most intriguing ones)
8639
8640 2006-01-30 [paul]       2.0.0
8641
8642         version 2.0.0 released
8643
8644 2006-01-30 [paul]       1.9.100cvs200
8645
8646         * manual/faq.xml
8647         * manual/gpl.xml
8648         * manual/intro.xml
8649         * manual/starting.xml
8650         * manual/sylpheed-claws-manual.xml
8651                 fixes, additions
8652
8653 2006-01-29 [mones]      1.9.100cvs199
8654
8655         * manual/account.xml
8656         * manual/advanced.xml
8657         * manual/glossary.xml
8658                 Some typos fixed, added LDIF term to glossary
8659         * po/es.po
8660                 Fixed leading plus symbol
8661
8662 2006-01-29 [paul]       1.9.100cvs198
8663
8664         * po/fi.po
8665         * po/sk.po
8666                 updated by Tommi Pirinen and Andrej Kacian
8667
8668 2006-01-29 [paul]       1.9.100cvs197
8669
8670         * src/gtk/authors.h
8671                 remove duplicates
8672
8673 2006-01-29 [paul]       1.9.100cvs196
8674
8675         * AUTHORS
8676         * po/nl.po
8677         * src/gtk/authors.h
8678         * tools/claws.i18n.status.pl
8679                 nl translation updated by Tim Dijkstra
8680
8681 2006-01-29 [paul]       1.9.100cvs195
8682
8683         * po/sr.po
8684         * po/sv.po
8685                 updated by Aleksandar Urosevic and Anders Troback
8686
8687 2006-01-28 [colin]      1.9.100cvs194
8688
8689         * src/gtk/gtksourceprintjob.c
8690                 Don't fiddle with PangoLayout when we
8691                 have an image
8692
8693 2006-01-28 [paul]       1.9.100cvs193
8694
8695         * AUTHORS
8696         * po/el.po
8697         * po/zh_CN.po
8698         * src/gtk/authors.h
8699         * tools/claws.i18n.status.pl
8700                 updated translations submitted by Stavros Giannouris
8701                 and Ralgh Young
8702
8703 2006-01-27 [colin]      1.9.100cvs192
8704
8705         * src/summaryview.c
8706         * src/gtk/gtksourceprintjob.c
8707                 Add image printing 
8708                 (libgnomeprint only, of course)
8709
8710 2006-01-27 [paul]       1.9.100cvs191
8711
8712         * po/fr.po
8713         * po/it.po
8714                 updated by Fabien Vantard and Andrea Spadaccini
8715
8716 2006-01-26 [colin]      1.9.100cvs190
8717
8718         * manual/Makefile.am
8719         * configure.ac
8720                 Make building the manual optional 
8721                 (--disable-manual)
8722
8723 2006-01-26 [paul]       1.9.100cvs189
8724
8725         * manual/glossary.xml
8726         * manual/plugins.xml
8727                 edited
8728         * po/en_GB.po
8729                 updated
8730
8731 2006-01-26 [paul]       1.9.100cvs188
8732
8733         * src/prefs_display_header.c
8734         * src/prefs_folder_column.c
8735         * src/prefs_msg_colors.c
8736         * src/prefs_summaries.c
8737         * src/prefs_summary_column.c
8738                 HIGify
8739
8740 2006-01-25 [colin]      1.9.100cvs187
8741
8742         * src/imap.c
8743                 Don't allow moving/copying mails between
8744                 queue/drafts and non-queue/drafts folders
8745                 Fixes bug #897 (message header is resetted 
8746                 if one is copied to Drafts)
8747
8748 2006-01-25 [colin]      1.9.100cvs186
8749
8750         * src/folder.c
8751         * src/mainwindow.c
8752                 Fix subscribed folders not found
8753         * src/compose.c
8754                 Don't try to encode as original mail's charset
8755                 if it's ascii 
8756
8757 2006-01-25 [paul]       1.9.100cvs185
8758
8759         * AUTHORS
8760         * po/Makevars
8761                 updated
8762         * po/de.po
8763         * po/pl.po
8764         * po/pt_BR.po
8765         * po/sr.po
8766                 updates submitted by Stephan Sachse, Emilian Nowak
8767                 and Quar, Frederico Goncalves Guimaraes, and
8768                 Aleksandar Urosevic
8769                 Fix Bug 896, 'PT_BR locale broken'.
8770         * src/gtk/authors.h
8771                 updated
8772
8773 2006-01-24 [mones]      1.9.100cvs184
8774
8775         * manual/glossary.xml
8776                 All current terms finished. Reviewers welcome ;-)
8777         * manual/keyboard.xml
8778                 Fixed column width for pdf output.
8779         * po/es.po
8780                 Updated
8781
8782 2006-01-24 [paul]       1.9.100cvs183
8783
8784         * manual/glossary.xml
8785                 fix id name
8786         * manual/dist/html/Makefile.am
8787         * manual/dist/pdf/Makefile.am
8788         * manual/dist/ps/Makefile.am
8789         * manual/dist/txt/Makefile.am
8790                 fix make deps
8791                 Thanks to Colin
8792
8793 2006-01-24 [mones]      1.9.100cvs182
8794
8795         * manual/glossary.xml
8796                 Nearly finished, some terms missing.
8797
8798 2006-01-23 [paul]       1.9.100cvs181
8799
8800         * manual/dist/html/Makefile.am
8801         * manual/dist/pdf/Makefile.am
8802         * manual/dist/ps/Makefile.am
8803         * manual/dist/txt/Makefile.am
8804         * src/mainwindow.c
8805                 re-enable manual
8806                 Thanks to Colin
8807
8808 2006-01-22 [colin]      1.9.100cvs180
8809
8810         * src/compose.c
8811         * src/gtk/gtkaspell.c
8812                 Don't deselect stuff before right-clicking, with aspell.
8813                 (This prevented right-click Copy, for example).
8814                 Thanks to Clo!
8815
8816 2006-01-22 [paul]       1.9.100cvs179
8817
8818         * src/summary_search.c
8819                 don't fix the widget size as it causes problems
8820                 under localisation.
8821                 Thanks to Emilian Nowak
8822
8823 2006-01-21 [paul]       1.9.100cvs178
8824
8825         * src/prefs_themes.c
8826                 fix broken underlining of label text
8827                 with some translations
8828
8829 2006-01-21 [colin]      1.9.100cvs177
8830
8831         * po/fr.po
8832                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
8833
8834 2006-01-20 [colin]      1.9.100cvs176
8835
8836         * configure.ac
8837         * Makefile.am
8838         * manual/Makefile
8839         * manual/dist/html/.cvsignore
8840         * manual/dist/html/Makefile.am
8841         * manual/dist/pdf/.cvsignore
8842         * manual/dist/pdf/Makefile.am
8843         * manual/dist/ps/.cvsignore
8844         * manual/dist/ps/Makefile.am
8845         * manual/dist/txt/.cvsignore
8846         * manual/dist/txt/Makefile.am
8847                 Autotool-ize manual
8848
8849 2006-01-20 [paul]       1.9.100cvs175
8850
8851         * manual/handling.xml
8852                 make Filtering and Searching entries easier to find
8853         * manual/keyboard.xml
8854                 add the remaining default keybinds
8855         * src/prefs_summaries.c
8856                 update the default keybinds
8857
8858 2006-01-20 [paul]       1.9.100cvs174
8859
8860         * src/addressbook.c
8861         * src/addrgather.c
8862         * src/addrharvest.c
8863         * src/editaddress.c
8864         * src/editgroup.c
8865         * src/exphtmldlg.c
8866         * src/expldifdlg.c
8867         * src/exporthtml.c
8868         * src/exportldif.c
8869         * src/ldif.c
8870                 replace 'e-mail' with 'email'
8871         * src/summary_search.c
8872                 add mnemonic to "Find all" button
8873
8874 2006-01-20 [wwp]        1.9.100cvs173
8875
8876         * src/export.c
8877         * src/import.c
8878                 touched mbox import/export buttons for HIG-compliance
8879
8880 2006-01-19 [paul]       1.9.100cvs172
8881
8882         * manual/account.xml
8883         * manual/addrbook.xml
8884         * manual/advanced.xml
8885         * manual/faq.xml
8886         * manual/handling.xml
8887         * manual/intro.xml
8888         * manual/plugins.xml
8889         * manual/starting.xml
8890                 more editing
8891
8892 2006-01-19 [paul]       1.9.100cvs171
8893
8894         * src/toolbar.c
8895                 allow use of trash button while receiving
8896                 Thanks to Colin
8897
8898 2006-01-19 [wwp]        1.9.100cvs170
8899
8900         * src/gtk/quicksearch.c
8901         * src/compose.c
8902                 force text color to black when yellow background is set
8903
8904 2006-01-19 [colin]      1.9.100cvs169
8905
8906         * src/plugins/trayicon/trayicon.c
8907                 Gray out Get Mail when already getting mail
8908
8909 2006-01-18 [paul]       1.9.100cvs168
8910
8911         * src/compose.c
8912                 give widget yellow background was To is
8913                 set via folder prefs
8914         * src/gtk/quicksearch.c
8915                 give widget yellow background when quick
8916                 search is active.
8917                 Thanks to Colin
8918
8919 2006-01-18 [paul]       1.9.100cvs167
8920
8921         * doc/man/sylpheed-claws.1
8922                 add --subscribe option
8923
8924 2006-01-18 [paul]       1.9.100cvs166
8925
8926         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
8927         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
8928                 use %U instead of %F (%F is broken for user installed
8929                 files in kde 3.5)
8930
8931 2006-01-18 [colin]      1.9.100cvs165
8932
8933         * src/summaryview.c
8934                 Default to Yes in "No more * messages" dialogs
8935
8936 2006-01-17 [colin]      1.9.100cvs164
8937
8938         * src/compose.c
8939                 Possibly fix an invalid iterator causing
8940                 crash
8941
8942 2006-01-17 [colin]      1.9.100cvs163
8943
8944         * src/mimeview.c
8945                 Fix crash when the image disappears under the
8946                 image viewer
8947
8948 2006-01-16 [colin]      1.9.100cvs162
8949
8950         * src/compose.c
8951                 Fix reenabling autowrap
8952
8953 2006-01-16 [colin]      1.9.100cvs161
8954
8955         * src/compose.c
8956                 reset quote_len before getting quote_str
8957
8958 2006-01-16 [colin]      1.9.100cvs160
8959
8960         * src/account.c
8961         * src/account.h
8962         * src/folder.c
8963         * src/imap_gtk.c
8964         * src/mh_gtk.c
8965                 Fix bug #883 (default inbox does not track folder move)
8966
8967 2006-01-16 [colin]      1.9.100cvs159
8968
8969         * src/compose.c
8970         * src/plugins/pgpcore/passphrase.c
8971                 More buttons fixes
8972
8973 2006-01-16 [paul]       1.9.100cvs158
8974
8975         * src/prefs_actions.c
8976         * src/prefs_filtering_action.c
8977         * src/prefs_matcher.c
8978         * src/quote_fmt.c
8979         * src/gtk/description_window.c
8980         * src/gtk/description_window.h
8981         * src/gtk/quicksearch.c
8982                 description window cleanups
8983
8984 2006-01-15 [colin]      1.9.100cvs157
8985
8986         * src/addressbook.c
8987         * src/prefs_filtering.c
8988                 Same here
8989
8990 2006-01-15 [colin]      1.9.100cvs156
8991
8992         * src/folderview.c
8993         * src/mainwindow.c
8994                 Same for "Empty trash"
8995
8996 2006-01-15 [colin]      1.9.100cvs155
8997
8998         * src/inc.c
8999                 Override offline dialog had Yes by default
9000
9001 2006-01-15 [colin]      1.9.100cvs154
9002
9003         * src/summaryview.c
9004                 Delete selected messages? previously had Yes the default
9005
9006 2006-01-15 [colin]      1.9.100cvs153
9007
9008         * src/folder.c
9009         * src/folder.h
9010         * src/main.c
9011                 Check if a mailbox is loaded after all
9012                 plugins are loaded.
9013
9014 2006-01-15 [colin]      1.9.100cvs152
9015
9016         * src/folder.c
9017                 Don't start wizard when there are unloaded folders (will help
9018                 people with only mbox or maildir mailboxes)
9019
9020 2006-01-14 [colin]      1.9.100cvs151
9021
9022         * src/addressbook.c
9023         * src/expldifdlg.c
9024         * src/importldif.c
9025         * src/importmutt.c
9026         * src/importpine.c
9027         * src/mh_gtk.c
9028                 More HIG compliance and fixes
9029
9030 2006-01-14 [colin]      1.9.100cvs150
9031
9032         * src/prefs_filtering_action.c
9033         * src/foldersel.c
9034                 Two forgotten button order changes
9035
9036 2006-01-14 [colin]      1.9.100cvs149
9037
9038         * src/account.c
9039         * src/addressbook.c
9040         * src/compose.c
9041         * src/folderview.c
9042         * src/imap_gtk.c
9043         * src/mainwindow.c
9044         * src/mh_gtk.c
9045         * src/news_gtk.c
9046         * src/prefs_actions.c
9047         * src/prefs_customheader.c
9048         * src/prefs_filtering.c
9049         * src/prefs_matcher.c
9050         * src/prefs_template.c
9051         * src/ssl_manager.c
9052         * src/summaryview.c
9053         * src/textview.c
9054         * src/toolbar.c
9055                 All deletion confirmations are now "Cancel, Delete" 
9056                 instead of "No, Yes"
9057                 Clarified most of the other "No, Yes" to 
9058                 "Cancel, Descriptive_action"
9059                 Rechanged the "Entry not saved" alerts to have 
9060                 "Close, Continue editing"
9061
9062
9063 2006-01-14 [paul]
9064
9065         * 2.0.0-rc4 released
9066
9067 2006-01-14 [paul]       1.9.100cvs148
9068
9069         * src/account.c
9070         * src/addressadd.c
9071         * src/addressbook.c
9072         * src/compose.c
9073         * src/editaddress.c
9074         * src/editbook.c
9075         * src/editgroup.c
9076         * src/editjpilot.c
9077         * src/editldap.c
9078         * src/editvcard.c
9079         * src/exphtmldlg.c
9080         * src/expldifdlg.c
9081         * src/folderview.c
9082         * src/grouplistdialog.c
9083         * src/imap_gtk.c
9084         * src/importmutt.c
9085         * src/importpine.c
9086         * src/inc.c
9087         * src/main.c
9088         * src/mainwindow.c
9089         * src/message_search.c
9090         * src/messageview.c
9091         * src/mh_gtk.c
9092         * src/mimeview.c
9093         * src/news_gtk.c
9094         * src/prefs_actions.c
9095         * src/prefs_customheader.c
9096         * src/prefs_filtering.c
9097         * src/prefs_matcher.c
9098         * src/prefs_template.c
9099         * src/prefs_themes.c
9100         * src/ssl_manager.c
9101         * src/summary_search.c
9102         * src/summaryview.c
9103         * src/textview.c
9104         * src/toolbar.c
9105         * src/gtk/foldersort.c
9106         * src/gtk/gtkaspell.c
9107         * src/gtk/inputdialog.c
9108         * src/gtk/prefswindow.c
9109         * src/plugins/pgpcore/select-keys.c
9110         * src/plugins/trayicon/trayicon.c
9111                 HIG compliant button order
9112
9113 2006-01-14 [mones]      1.9.100cvs147
9114
9115         * po/es.po
9116                 Updated translation
9117
9118 2006-01-13 [paul]       1.9.100cvs146
9119
9120         * AUTHORS
9121         * ChangeLog
9122         * src/gtk/authors.h
9123                 add Joshua M. Kwan to contributors list
9124
9125 2006-01-13 [colin]      1.9.100cvs145
9126
9127         * src/gtk/quicksearch.c
9128                 Don't refocus quick search after executing (Esc or Enter)
9129                 Allows to '/'search something then move up/down in 
9130                 summaryview, and to Esc a search and be back in the 
9131                 summaryview
9132
9133 2006-01-13 [paul]       1.9.100cvs144
9134
9135         * src/plugins/pgpinline/pgpinline.c
9136                 support Content-Type 'application/pgp'
9137                 patch by Joshua M. Kwan <joshuak@users.sf.net>
9138
9139 2006-01-13 [paul]       1.9.100cvs143
9140
9141         * manual/account.xml
9142                 make mention of partial retrieval
9143                 thanks to Colin
9144
9145 2006-01-13 [paul]       1.9.100cvs142
9146
9147         * src/account.c
9148         * src/account.h
9149         * src/action.c
9150         * src/action.h
9151         * src/adbookbase.h
9152         * src/addr_compl.c
9153         * src/addr_compl.h
9154         * src/addrbook.c
9155         * src/addrcache.c
9156         * src/addrcache.h
9157         * src/addrcindex.c
9158         * src/addrcindex.h
9159         * src/addrclip.c
9160         * src/addrclip.h
9161         * src/addrdefs.h
9162         * src/addressadd.c
9163         * src/addressadd.h
9164         * src/addressbook.c
9165         * src/addressbook.h
9166         * src/addrgather.c
9167         * src/addrgather.h
9168         * src/addrharvest.c
9169         * src/addrharvest.h
9170         * src/addrindex.c
9171         * src/addrindex.h
9172         * src/addritem.c
9173         * src/addritem.h
9174         * src/addrquery.c
9175         * src/addrquery.h
9176         * src/addrselect.c
9177         * src/addrselect.h
9178         * src/alertpanel.c
9179         * src/alertpanel.h
9180         * src/browseldap.c
9181         * src/browseldap.h
9182         * src/codeconv.c
9183         * src/codeconv.h
9184         * src/compose.c
9185         * src/compose.h
9186         * src/customheader.c
9187         * src/customheader.h
9188         * src/displayheader.c
9189         * src/displayheader.h
9190         * src/editaddress.c
9191         * src/editaddress.h
9192         * src/editbook.c
9193         * src/editbook.h
9194         * src/editgroup.c
9195         * src/editgroup.h
9196         * src/editjpilot.c
9197         * src/editjpilot.h
9198         * src/editldap.c
9199         * src/editldap.h
9200         * src/editldap_basedn.c
9201         * src/editldap_basedn.h
9202         * src/editvcard.c
9203         * src/editvcard.h
9204         * src/exphtmldlg.c
9205         * src/exphtmldlg.h
9206         * src/expldifdlg.c
9207         * src/expldifdlg.h
9208         * src/export.h
9209         * src/exporthtml.c
9210         * src/exporthtml.h
9211         * src/exportldif.c
9212         * src/exportldif.h
9213         * src/filtering.c
9214         * src/filtering.h
9215         * src/folder.c
9216         * src/folder.h
9217         * src/folder_item_prefs.c
9218         * src/folder_item_prefs.h
9219         * src/foldersel.c
9220         * src/foldersel.h
9221         * src/folderutils.c
9222         * src/folderutils.h
9223         * src/folderview.c
9224         * src/folderview.h
9225         * src/grouplistdialog.c
9226         * src/grouplistdialog.h
9227         * src/headerview.c
9228         * src/html.c
9229         * src/html.h
9230         * src/image_viewer.c
9231         * src/image_viewer.h
9232         * src/imap.c
9233         * src/imap.h
9234         * src/imap_gtk.c
9235         * src/imap_gtk.h
9236         * src/import.h
9237         * src/importldif.c
9238         * src/importldif.h
9239         * src/importmutt.c
9240         * src/importmutt.h
9241         * src/importpine.c
9242         * src/importpine.h
9243         * src/inc.c
9244         * src/inc.h
9245         * src/jpilot.c
9246         * src/jpilot.h
9247         * src/ldapctrl.c
9248         * src/ldapctrl.h
9249         * src/ldaplocate.c
9250         * src/ldaplocate.h
9251         * src/ldapquery.c
9252         * src/ldapquery.h
9253         * src/ldapserver.c
9254         * src/ldapserver.h
9255         * src/ldaputil.c
9256         * src/ldaputil.h
9257         * src/ldif.c
9258         * src/ldif.h
9259         * src/main.c
9260         * src/main.h
9261         * src/mainwindow.c
9262         * src/mainwindow.h
9263         * src/manual.c
9264         * src/manual.h
9265         * src/mbox.c
9266         * src/mbox.h
9267         * src/message_search.c
9268         * src/message_search.h
9269         * src/messageview.c
9270         * src/messageview.h
9271         * src/mh.c
9272         * src/mh.h
9273         * src/mh_gtk.c
9274         * src/mh_gtk.h
9275         * src/mimeview.c
9276         * src/mimeview.h
9277         * src/msgcache.c
9278         * src/msgcache.h
9279         * src/mutt.c
9280         * src/mutt.h
9281         * src/news.c
9282         * src/news.h
9283         * src/news_gtk.c
9284         * src/news_gtk.h
9285         * src/partial_download.c
9286         * src/partial_download.h
9287         * src/pine.c
9288         * src/pine.h
9289         * src/pop.c
9290         * src/pop.h
9291         * src/prefs_account.c
9292         * src/prefs_account.h
9293         * src/prefs_actions.c
9294         * src/prefs_actions.h
9295         * src/prefs_common.c
9296         * src/prefs_common.h
9297         * src/prefs_compose_writing.c
9298         * src/prefs_compose_writing.h
9299         * src/prefs_customheader.c
9300         * src/prefs_customheader.h
9301         * src/prefs_display_header.c
9302         * src/prefs_display_header.h
9303         * src/prefs_filtering.c
9304         * src/prefs_filtering.h
9305         * src/prefs_filtering_action.c
9306         * src/prefs_filtering_action.h
9307         * src/prefs_folder_column.c
9308         * src/prefs_folder_column.h
9309         * src/prefs_folder_item.c
9310         * src/prefs_folder_item.h
9311         * src/prefs_fonts.c
9312         * src/prefs_fonts.h
9313         * src/prefs_gtk.c
9314         * src/prefs_gtk.h
9315         * src/prefs_image_viewer.c
9316         * src/prefs_image_viewer.h
9317         * src/prefs_matcher.c
9318         * src/prefs_matcher.h
9319         * src/prefs_message.c
9320         * src/prefs_msg_colors.c
9321         * src/prefs_msg_colors.h
9322         * src/prefs_other.c
9323         * src/prefs_quote.c
9324         * src/prefs_receive.c
9325         * src/prefs_send.c
9326         * src/prefs_spelling.c
9327         * src/prefs_spelling.h
9328         * src/prefs_summaries.c
9329         * src/prefs_summaries.h
9330         * src/prefs_summary_column.c
9331         * src/prefs_summary_column.h
9332         * src/prefs_template.c
9333         * src/prefs_template.h
9334         * src/prefs_themes.c
9335         * src/prefs_themes.h
9336         * src/prefs_toolbar.c
9337         * src/prefs_toolbar.h
9338         * src/prefs_wrapping.c
9339         * src/prefs_wrapping.h
9340         * src/privacy.c
9341         * src/privacy.h
9342         * src/procheader.c
9343         * src/procheader.h
9344         * src/procmime.c
9345         * src/procmime.h
9346         * src/procmsg.c
9347         * src/procmsg.h
9348         * src/quote_fmt.c
9349         * src/quote_fmt_parse.y
9350         * src/recv.c
9351         * src/recv.h
9352         * src/remotefolder.c
9353         * src/remotefolder.h
9354         * src/send_message.c
9355         * src/send_message.h
9356         * src/setup.c
9357         * src/setup.h
9358         * src/sourcewindow.c
9359         * src/sourcewindow.h
9360         * src/ssl_manager.c
9361         * src/ssl_manager.h
9362         * src/statusbar.c
9363         * src/statusbar.h
9364         * src/stock_pixmap.c
9365         * src/stock_pixmap.h
9366         * src/summary_search.c
9367         * src/summary_search.h
9368         * src/summaryview.c
9369         * src/summaryview.h
9370         * src/syldap.c
9371         * src/syldap.h
9372         * src/textview.c
9373         * src/textview.h
9374         * src/toolbar.c
9375         * src/toolbar.h
9376         * src/undo.c
9377         * src/undo.h
9378         * src/unmime.c
9379         * src/unmime.h
9380         * src/vcard.c
9381         * src/vcard.h
9382         * src/wizard.c
9383         * src/wizard.h
9384         * src/common/base64.c
9385         * src/common/base64.h
9386         * src/common/defs.h
9387         * src/common/hooks.c
9388         * src/common/hooks.h
9389         * src/common/log.c
9390         * src/common/log.h
9391         * src/common/mgutils.c
9392         * src/common/mgutils.h
9393         * src/common/nntp.c
9394         * src/common/nntp.h
9395         * src/common/passcrypt.c
9396         * src/common/passcrypt.h.in
9397         * src/common/plugin.c
9398         * src/common/plugin.h
9399         * src/common/prefs.c
9400         * src/common/prefs.h
9401         * src/common/progressindicator.c
9402         * src/common/progressindicator.h
9403         * src/common/quoted-printable.c
9404         * src/common/quoted-printable.h
9405         * src/common/session.c
9406         * src/common/session.h
9407         * src/common/smtp.c
9408         * src/common/smtp.h
9409         * src/common/socket.c
9410         * src/common/socket.h
9411         * src/common/ssl.c
9412         * src/common/ssl.h
9413         * src/common/ssl_certificate.c
9414         * src/common/ssl_certificate.h
9415         * src/common/stringtable.c
9416         * src/common/stringtable.h
9417         * src/common/sylpheed.c
9418         * src/common/sylpheed.h
9419         * src/common/template.c
9420         * src/common/template.h
9421         * src/common/timing.h
9422         * src/common/utils.c
9423         * src/common/utils.h
9424         * src/common/version.h.in
9425         * src/common/xml.c
9426         * src/common/xml.h
9427         * src/common/xmlprops.c
9428         * src/common/xmlprops.h
9429         * src/gtk/colorlabel.c
9430         * src/gtk/colorsel.c
9431         * src/gtk/colorsel.h
9432         * src/gtk/description_window.c
9433         * src/gtk/description_window.h
9434         * src/gtk/filesel.c
9435         * src/gtk/filesel.h
9436         * src/gtk/foldersort.c
9437         * src/gtk/foldersort.h
9438         * src/gtk/gtkutils.c
9439         * src/gtk/gtkutils.h
9440         * src/gtk/inputdialog.c
9441         * src/gtk/inputdialog.h
9442         * src/gtk/logwindow.c
9443         * src/gtk/logwindow.h
9444         * src/gtk/manage_window.c
9445         * src/gtk/manage_window.h
9446         * src/gtk/menu.c
9447         * src/gtk/menu.h
9448         * src/gtk/pluginwindow.c
9449         * src/gtk/pluginwindow.h
9450         * src/gtk/prefswindow.c
9451         * src/gtk/prefswindow.h
9452         * src/gtk/progressdialog.c
9453         * src/gtk/progressdialog.h
9454         * src/gtk/sslcertwindow.c
9455         * src/gtk/sslcertwindow.h
9456         * src/plugins/clamav/clamav_plugin.c
9457         * src/plugins/clamav/clamav_plugin.h
9458         * src/plugins/clamav/clamav_plugin_gtk.c
9459         * src/plugins/demo/demo.c
9460         * src/plugins/dillo_viewer/dillo_prefs.c
9461         * src/plugins/dillo_viewer/dillo_prefs.h
9462         * src/plugins/dillo_viewer/dillo_viewer.c
9463         * src/plugins/pgpcore/passphrase.c
9464         * src/plugins/pgpcore/passphrase.h
9465         * src/plugins/pgpcore/plugin.c
9466         * src/plugins/pgpcore/select-keys.c
9467         * src/plugins/pgpcore/select-keys.h
9468         * src/plugins/pgpcore/sgpgme.c
9469         * src/plugins/pgpcore/sgpgme.h
9470         * src/plugins/pgpinline/pgpinline.c
9471         * src/plugins/pgpinline/pgpinline.h
9472         * src/plugins/pgpinline/plugin.c
9473         * src/plugins/pgpmime/pgpmime.c
9474         * src/plugins/pgpmime/pgpmime.h
9475         * src/plugins/pgpmime/plugin.c
9476         * src/plugins/spamassassin/spamassassin.c
9477         * src/plugins/spamassassin/spamassassin.h
9478         * src/plugins/spamassassin/spamassassin_gtk.c
9479         * src/plugins/trayicon/trayicon.c
9480                 update copyright header
9481
9482 2006-01-13 [paul]       1.9.100cvs141
9483
9484         * src/account.c
9485         * src/export.c
9486         * src/import.c
9487         * src/mainwindow.c
9488         * src/prefs_account.c
9489         * src/prefs_display_header.c
9490         * src/prefs_receive.c
9491         * src/prefs_send.c
9492         * src/prefs_summaries.c
9493         * src/prefs_themes.c
9494         * src/prefs_toolbar.c
9495         * src/gtk/about.c
9496                 various cleanups
9497
9498 2006-01-12 [colin]      1.9.100cvs140
9499
9500         * src/folder.c
9501         * src/folder.h
9502         * src/main.c
9503                 Add --subscribe option
9504                 Let sylpheed-claws email@domain.com equivalent to --compose
9505                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
9506
9507 2006-01-12 [paul]       1.9.100cvs139
9508
9509         * src/mainwindow.c
9510                 append 'Change folder order' label with '...'
9511         * src/prefs_actions.c
9512                 allow reordering of actions list by dnd
9513         * src/gtk/foldersort.c
9514                 make the dialog nicer
9515
9516 2006-01-11 [colin]      1.9.100cvs138
9517
9518         * src/compose.c
9519                 Allow templates without text
9520
9521 2006-01-11 [paul]       1.9.100cvs137
9522
9523         * tools/README
9524         * tools/filter_conv_new.pl
9525                 add info to README
9526                 also check .sylpheed for filter.xml
9527                 be a bit informative to the user
9528
9529 2006-01-11 [colin]      1.9.100cvs136
9530
9531         * src/textview.c
9532                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
9533
9534 2006-01-10 [paul]       1.9.100cvs135
9535
9536         * tools/Makefile.am
9537         * tools/filter_conv_new.pl
9538                 add script to convert new style Sylpheed
9539                 filter rules (Sylpheed >= 0.9.99) to
9540                 Claws filtering rules
9541
9542 2006-01-10 [colin]      1.9.100cvs134
9543
9544         * src/compose.c
9545                 Fix broken line joins in certain conditions
9546                 (between two quoted lines: <enter><enter><up>
9547                  <type a wrapped sentence><go in the first line>
9548                  <insert more text><watch as line joining failed>)
9549
9550 2006-01-10 [paul]       1.9.100cvs133
9551
9552         * src/compose.c
9553                 don't report success in error dialog
9554                 thanks to Colin
9555         * src/common/utils.c
9556                 include some trailing punctuations as URI
9557                 thanks to Hiro
9558
9559 2006-01-10 [paul]       1.9.100cvs132
9560
9561         * src/mimeview.c
9562                 fix incompatible pointer type
9563                 warning
9564
9565 2006-01-10 [paul]       1.9.100cvs131
9566
9567         * src/compose.c
9568                 change Subject in window title
9569                 instantaneously
9570
9571 2006-01-09 [colin]      1.9.100cvs130
9572
9573         * src/addressbook.c
9574         * src/headerview.c
9575         * src/mainwindow.c
9576         * src/messageview.c
9577         * src/mimeview.c
9578         * src/noticeview.c
9579         * src/summaryview.c
9580                 Fix possible crashes on exit and in addressbook
9581
9582 2006-01-09 [paul]       1.9.100cvs129
9583
9584         * src/prefs_msg_colors.c
9585                 some cleanups that I forgot last time
9586
9587 2006-01-09 [paul]       1.9.100cvs128
9588
9589         * README
9590         * src/folderview.c
9591         * src/prefs_msg_colors.c
9592                 add previously hidden option, color_new, to
9593                 the gui
9594                 move the page to Display/
9595                 rework the gui
9596
9597 2006-01-09 [wwp]        1.9.100cvs127
9598
9599         * src/prefs_themes.c
9600                 made the prefs/display/themes layouts spacing less condensed
9601                 (and so they match other prefs/pages' look).
9602
9603 2006-01-09 [paul]       1.9.100cvs126
9604
9605         * src/compose.c
9606         * src/prefs_common.c
9607         * src/prefs_common.h
9608         * src/prefs_wrapping.c
9609                 remove 'wrap at send' option
9610
9611 2006-01-06 [colin]      1.9.100cvs125
9612
9613         * src/compose.c
9614                 Just make completely sure we don't insert "manual line breaks" 
9615                 when wrapping... 
9616
9617 2006-01-04 [paul]
9618
9619         * 2.0.0-rc3 released
9620
9621 2006-01-04 [paul]       1.9.100cvs124
9622
9623         * src/folderview.c
9624                 fix bug 882, 'quick scroll in folder list
9625                 displays wrong folder contents'
9626
9627 2006-01-04 [paul]       1.9.100cvs123
9628
9629         * src/plugins/pgpmime/pgpmime.c
9630                 better debug information when signing
9631                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
9632
9633 2006-01-03 [colin]      1.9.100cvs122
9634
9635         * configure.ac
9636                 We need to recheck for gpgme 1.0.0 after checking
9637                 for 1.1.1, because if 1.1.1 isn't available, 
9638                 GPGME_LIBS and friends are blanked out by the 
9639                 second check.
9640
9641 2006-01-03 [colin]      1.9.100cvs121
9642
9643         * src/common/prefs.c
9644                 Windows unlink-before rename fix
9645         * src/plugins/pgpcore/sgpgme.c
9646                 Add support for PKA info if available
9647                 Both patches by Werner Koch
9648
9649 2006-01-03 [paul]       1.9.100cvs120
9650
9651         * src/messageview.c
9652                 fix bug 884, 'Send receipt' button visible in queue
9653                 Thanks to Colin
9654
9655 2006-01-02 [colin]      1.9.100cvs119
9656
9657         * src/compose.c
9658         * src/imap.c
9659                 Fix autosave on IMAP and more generally try to
9660                 return the correct ID on a newly added IMAP message
9661
9662 2006-01-02 [paul]       1.9.100cvs118
9663
9664         * manual/keyboard.xml
9665                 edited
9666
9667 2006-01-01 [paul]       1.9.100cvs117
9668
9669         * src/gtk/authors.h
9670                 alphabetical order
9671
9672 2005-12-30 [colin]      1.9.100cvs116
9673
9674         * manual/advanced.xml
9675                 Explain Pre/Post-processing differences.
9676
9677 2005-12-30 [colin]      1.9.100cvs115
9678
9679         * src/mh.c
9680                 Implement copy_msgs for a little optimization
9681         * src/imap.c
9682                 Finish yesterday's fix
9683
9684 2005-12-29 [colin]      1.9.100cvs114
9685
9686         * src/imap.c
9687                 Fix occasional failure in fetching a mail over
9688                 IMAP
9689
9690 2005-12-29 [colin]      1.9.100cvs113
9691
9692         * src/compose.c
9693                 Don't remove a draft when sending it, if it is 
9694                 locked.
9695
9696 2005-12-28 [colin]      1.9.100cvs112
9697
9698         * src/summaryview.c
9699                 Fix leak for real
9700
9701 2005-12-28 [wwp]        1.9.100cvs111
9702
9703         * doc/faq/.cvsignore
9704         * doc/faq/de/.cvsignore
9705         * doc/faq/en/.cvsignore
9706         * doc/faq/es/.cvsignore
9707         * doc/faq/fr/.cvsignore
9708         * doc/faq/it/.cvsignore
9709         * doc/manual/.cvsignore
9710         * doc/manual/de/.cvsignore
9711         * doc/manual/en/.cvsignore
9712         * doc/manual/es/.cvsignore
9713         * doc/manual/fr/.cvsignore
9714         * doc/manual/ja/.cvsignore
9715         * src/plugins/mathml_viewer/.cvsignore
9716                 rollback revival of those files (my bad, sorry for the noise).
9717
9718 2005-12-28 [wwp]        1.9.100cvs110
9719
9720         * src/compose.c
9721                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
9722
9723 2005-12-28 [wwp]        1.9.100cvs109
9724
9725         * doc/faq/.cvsignore
9726         * doc/faq/de/.cvsignore
9727         * doc/faq/en/.cvsignore
9728         * doc/faq/es/.cvsignore
9729         * doc/faq/fr/.cvsignore
9730         * doc/faq/it/.cvsignore
9731         * doc/manual/.cvsignore
9732         * doc/manual/de/.cvsignore
9733         * doc/manual/en/.cvsignore
9734         * doc/manual/es/.cvsignore
9735         * doc/manual/fr/.cvsignore
9736         * doc/manual/ja/.cvsignore
9737         * src/plugins/mathml_viewer/.cvsignore
9738         * po/.cvsignore
9739                 more files to ignore.
9740
9741 2005-12-24 [colin]      1.9.100cvs108
9742
9743         * AUTHORS
9744         * src/gtk/authors.h
9745                 Update for Werner
9746
9747 2005-12-24 [colin]      1.9.100cvs107
9748
9749         * src/procmsg.c
9750                 Allow NULL src_msginfo in 
9751                 procmsg_msginfo_new_from_mimeinfo
9752
9753 2005-12-23 [paul]       1.9.100cvs106
9754
9755         * src/plugins/pgpinline/mypgpcore.def
9756                 add this forgotten file
9757
9758 2005-12-23 [colin]      1.9.100cvs105
9759
9760         * src/mainwindow.c
9761                 Fix missing break
9762
9763 2005-12-23 [colin]      1.9.100cvs104
9764
9765         * autogen.sh
9766         * src/folder.c
9767         * src/mh.c
9768         * src/common/plugin.c
9769         * src/common/socket.c
9770         * src/common/socket.h
9771         * src/common/utils.c
9772         * src/common/utils.h
9773         * src/gtk/pluginwindow.c
9774         * src/plugins/pgpcore/plugin.def
9775         * src/plugins/pgpcore/sylpheed.def
9776         * src/plugins/pgpinline/Makefile.am
9777         * src/plugins/pgpinline/plugin.def
9778         * src/plugins/pgpinline/sylpheed.def
9779         * src/plugins/pgpmime/plugin.def
9780         * src/plugins/pgpmime/sylpheed.def
9781                 Various w32 fixes by Werner Koch
9782
9783 2005-12-22 [paul]       1.9.100cvs103
9784
9785         * src/wizard.c
9786                 don't offer IMAP as 'server type' if
9787                 libetpan isn't built in
9788
9789 2005-12-22 [paul]       1.9.100cvs102
9790
9791         * AUTHORS
9792         * src/mainwindow.c
9793         * src/mainwindow.h
9794         * src/toolbar.c
9795         * src/gtk/authors.h
9796                 support GTK_TOOLBAR_BOTH_HORIZ (text
9797                 next to icon) Patch by Marien Zwart
9798                 marienz@users.sf.net
9799                 Also reword the text
9800
9801 2005-12-21 [colin]      1.9.100cvs101
9802
9803         * configure.ac
9804                 Fix DATADIRNAME
9805         * COPYING
9806                 Fix missing section and explicit the exception better
9807         * src/compose.c
9808                 Prevent mail from being lost without notice when an
9809                 SMTP error happens on trying to send an unmodified
9810                 drafted mail.
9811         * src/send_message.c
9812         * src/common/smtp.c
9813                 Fix password remembering when wrong, and add return
9814                 value checks where they should have been
9815         * src/plugins/pgpcore/sylpheed.def
9816         * src/plugins/pgpinline/sylpheed.def
9817         * src/plugins/pgpmime/sylpheed.def
9818                 Add a few symbols needed
9819
9820 2005-12-21 [paul]       1.9.100cvs100
9821
9822         * m4/codeset.m4
9823         * m4/glibc21.m4
9824         * m4/intdiv0.m4
9825         * m4/inttypes-pri.m4
9826         * m4/inttypes.m4
9827         * m4/inttypes_h.m4
9828         * m4/isc-posix.m4
9829         * m4/lcmessage.m4
9830         * m4/stdint_h.m4
9831         * m4/uintmax_t.m4
9832                 gettextization
9833                 thanks to Colin
9834
9835 2005-12-21 [paul]       1.9.100cvs99
9836
9837         * po/sv.po
9838                 fixed by Colin
9839
9840 2005-12-20 [paul]       1.9.100cvs98
9841
9842         * po/sv.po
9843                 updated by Anders Trobäck
9844
9845 2005-12-20 [colin]      1.9.100cvs97
9846
9847         * ABOUT-NLS
9848         * Makefile.am
9849         * autogen.sh
9850         * configure.ac
9851         * config/config.rpath
9852         * config/mkinstalldirs
9853         * m4/Makefile.am
9854         * m4/glibc2.m4
9855         * m4/gnupg.m4
9856         * m4/gpgme.m4
9857         * m4/intmax.m4
9858         * m4/longdouble.m4
9859         * m4/longlong.m4
9860         * m4/printf-posix.m4
9861         * m4/signed.m4
9862         * m4/size_max.m4
9863         * m4/ulonglong.m4
9864         * m4/wchar_t.m4
9865         * m4/wint_t.m4
9866         * m4/xsize.m4
9867         * po/Makefile.in.in
9868         * po/Makevars
9869         * po/bg.po
9870         * po/ca.po
9871         * po/cs.po
9872         * po/de.po
9873         * po/el.po
9874         * po/en_GB.po
9875         * po/es.po
9876         * po/fi.po
9877         * po/fr.po
9878         * po/hr.po
9879         * po/hu.po
9880         * po/it.po
9881         * po/ja.po
9882         * po/ko.po
9883         * po/nb.po
9884         * po/nl.po
9885         * po/pl.po
9886         * po/pt_BR.po
9887         * po/ru.po
9888         * po/sk.po
9889         * po/sr.po
9890         * po/stamp-po
9891         * po/sv.po
9892         * po/zh_CN.po
9893         * po/zh_TW.po
9894         * src/Makefile.am
9895         * src/codeconv.c
9896         * src/compose.c
9897         * src/exporthtml.c
9898         * src/exportldif.c
9899         * src/folder.c
9900         * src/main.c
9901         * src/manual.c
9902         * src/mh.c
9903         * src/mimeview.c
9904         * src/send_message.c
9905         * src/common/Makefile.am
9906         * src/common/fnmatch.c
9907         * src/common/fnmatch.h
9908         * src/common/fnmatch_loop.c
9909         * src/common/nntp.c
9910         * src/common/plugin.c
9911         * src/common/smtp.c
9912         * src/common/socket.c
9913         * src/common/string_match.c
9914         * src/common/sylpheed.c
9915         * src/common/utils.c
9916         * src/common/utils.h
9917         * src/common/w32_dirent.c
9918         * src/common/w32_reg.c
9919         * src/common/w32_signal.c
9920         * src/common/w32_stat.c
9921         * src/common/w32_stdio.c
9922         * src/common/w32_stdlib.c
9923         * src/common/w32_string.c
9924         * src/common/w32_time.c
9925         * src/common/w32_unistd.c
9926         * src/common/w32_wait.c
9927         * src/common/w32lib.h
9928         * src/etpan/Makefile.am
9929         * src/gtk/Makefile.am
9930         * src/plugins/clamav/Makefile.am
9931         * src/plugins/demo/Makefile.am
9932         * src/plugins/dillo_viewer/Makefile.am
9933         * src/plugins/pgpcore/Makefile.am
9934         * src/plugins/pgpcore/passphrase.c
9935         * src/plugins/pgpcore/plugin.def
9936         * src/plugins/pgpcore/sgpgme.c
9937         * src/plugins/pgpcore/sylpheed.def
9938         * src/plugins/pgpcore/version.rc
9939         * src/plugins/pgpinline/Makefile.am
9940         * src/plugins/pgpinline/plugin.def
9941         * src/plugins/pgpinline/sylpheed.def
9942         * src/plugins/pgpinline/version.rc
9943         * src/plugins/pgpmime/Makefile.am
9944         * src/plugins/pgpmime/mypgpcore.def
9945         * src/plugins/pgpmime/plugin.def
9946         * src/plugins/pgpmime/sylpheed.def
9947         * src/plugins/pgpmime/version.rc
9948         * src/plugins/spamassassin/Makefile.am
9949                 Very little ;-) patch from Werner Koch, providing
9950                 infrastructure for cross-compiling to Win32
9951
9952 2005-12-20 [paul]       1.9.100cvs96
9953
9954         * src/account.c
9955         * src/account.h
9956         * src/mainwindow.c
9957         * src/mainwindow.h
9958         * src/toolbar.c
9959         * src/toolbar.h
9960                 add a combo to the Get All button, allowing
9961                 quick retrieval from any account
9962                 Patch by Fabien Vantard, slightly modified
9963                 by Colin
9964         * src/gtk/about.c
9965                 i18n fix. Patch by Fabien Vantard
9966
9967 2005-12-19 [colin]      1.9.100cvs95
9968
9969         * src/compose.c
9970         * src/compose.h
9971                 Don't automatically join lines when they've 
9972                 been separated by the user and not automatically
9973
9974 2005-12-19 [paul]       1.9.100cvs94
9975
9976         * src/gtk/pluginwindow.c
9977                 i18n fix.
9978                 Patch by Fabien Vantard
9979
9980 2005-12-15 [paul]       1.9.100cvs93
9981
9982         * src/common/plugin.c
9983         * src/common/plugin.h
9984         * src/gtk/pluginwindow.c
9985         * src/plugins/clamav/clamav_plugin.c
9986         * src/plugins/demo/demo.c
9987         * src/plugins/dillo_viewer/dillo_viewer.c
9988         * src/plugins/pgpcore/plugin.c
9989         * src/plugins/pgpinline/plugin.c
9990         * src/plugins/pgpmime/plugin.c
9991         * src/plugins/spamassassin/spamassassin.c
9992         * src/plugins/trayicon/trayicon.c
9993                 add plugin_version()
9994
9995 2005-12-15 [colin]      1.9.100cvs92
9996
9997         * src/compose.c
9998                 Further fix bug #875
9999
10000 2005-12-15 [paul]       1.9.100cvs91
10001
10002         * src/gtk/filesel.c
10003                 fix attach_load_dir getting set to
10004                 PLUGINDIR on plugin load
10005
10006 2005-12-14 [mones]      1.9.100cvs90
10007
10008         * manual/ack.xml
10009         * manual/keyboard.xml
10010                 Initial draft and some shortcuts added
10011                 
10012         * po/es.po
10013                 Updated translation
10014
10015 2005-12-14 [colin]      1.9.100cvs89
10016
10017         * src/compose.c
10018         * src/imap.c
10019         * src/summaryview.c
10020         * src/gtk/gtkaspell.c
10021                 More leaks fixed
10022         * src/prefs_folder_item.c
10023                 Fix recursive prefs apply
10024
10025
10026 2005-12-14 [colin]      1.9.100cvs88
10027
10028         * src/compose.c
10029                 Fix bug #875 (Freeze On Inline Forward of 
10030                 Large Message)
10031
10032 2005-12-13 [colin]      1.9.100cvs87
10033
10034         * src/compose.c
10035                 Uniq-ify and sort the mimetypes list
10036                 Patch by Fabien Vantard
10037
10038 2005-12-13 [colin]      1.9.100cvs86
10039
10040         * src/imap.c
10041         * src/etpan/imap-thread.c
10042                 Fix leaks (patch by Hoa)
10043         * src/news.c
10044         * src/common/plugin.c
10045                 Fix leaks
10046
10047 2005-12-12 [colin]
10048
10049         * 2.0.0-rc2 released
10050
10051 2005-12-12 [colin]      1.9.100cvs85
10052
10053         * src/matcher.c
10054                 Fix a leak
10055
10056 2005-12-12 [wwp]        1.9.100cvs84
10057
10058         * src/gtk/icon_legend.c
10059                 fix misbehaviour and crash when closing the legend window
10060         using the Esc key (patch by Fabien Vantard).
10061
10062 2005-12-12 [paul]       1.9.100cvs83
10063
10064         * src/browseldap.c
10065         * src/foldersel.c
10066         * src/prefs_actions.c
10067         * src/prefs_filtering.c
10068         * src/prefs_matcher.c
10069         * src/prefs_spelling.glade      ** REMOVED **
10070         * src/prefs_template.c
10071         * src/gtk/foldersort.glade      ** REMOVED **
10072         * src/gtk/pluginwindow.c
10073         * src/gtk/pluginwindow.glade    ** REMOVED **
10074         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
10075                 cleanups
10076
10077 2005-12-11 [paul]       1.9.100cvs82
10078
10079         * src/gtk/filesel.c
10080                 fix attach_load_dir crasher (double free)
10081
10082 2005-12-09 [paul]       1.9.100cvs81
10083
10084         * po/POTFILES.in
10085         * src/mainwindow.c
10086         * src/gtk/Makefile.am
10087         * src/gtk/icon_legend.c
10088         * src/gtk/icon_legend.h
10089                 add icon legend
10090         * src/manual.c
10091                 cleanup
10092
10093 2005-12-09 [paul]       1.9.100cvs80
10094
10095         * src/plugins/pgpcore/passphrase.c
10096                 wrap the label in the dialog
10097
10098 2005-12-09 [colin]      1.9.100cvs79
10099
10100         * src/plugins/pgpcore/sgpgme.c
10101                 Display (untrusted) on not trusted signatures
10102                 Patch by Michal Èihaø <michal@cihar.com>
10103                 Closes bug #867 (Report also key trust)
10104
10105 2005-12-09 [colin]      1.9.100cvs78
10106
10107         * src/common/plugin.c
10108                 Update licence check, following Eben Moglen's advice
10109
10110 2005-12-08 [colin]      1.9.100cvs77
10111
10112         * src/folder.c
10113                 Fix the occasionnal item->cache != NULL 
10114                 assertion failure. 
10115
10116 2005-12-08 [colin]      1.9.100cvs76
10117
10118         * src/mimeview.c
10119         * src/plugins/pgpcore/sgpgme.c
10120                 Print key id when unable to check it
10121                 Closes bug #866 (Show key id when missing)
10122
10123 2005-12-08 [paul]       1.9.100cvs75
10124
10125         * src/prefs_common.c
10126         * src/prefs_common.h
10127         * src/gtk/filesel.c
10128                 remember load attachment dir
10129
10130 2005-12-07 [colin]      1.9.100cvs74
10131
10132         * src/prefs_toolbar.c
10133                 Gtk fixes, patch by Fabien Vantard
10134
10135 2005-12-07 [colin]      1.9.100cvs73
10136
10137         * src/action.c
10138         * src/compose.c
10139         * src/compose.h
10140                 Fix bug #839 (Quoted text isn't colored after 
10141                 executing an action)
10142         * src/common/plugin.c
10143                 Require plugins to declare their licence in plugin_licence()
10144                 Refuse to load non-GPL plugins as they'd be illegal (as 
10145                 derived works of Sylpheed-Claws, they must be GPL).
10146         * src/plugins/clamav/clamav_plugin.c
10147         * src/plugins/demo/demo.c
10148         * src/plugins/dillo_viewer/dillo_viewer.c
10149         * src/plugins/pgpcore/plugin.c
10150         * src/plugins/pgpinline/plugin.c
10151         * src/plugins/pgpmime/plugin.c
10152         * src/plugins/spamassassin/spamassassin.c
10153         * src/plugins/trayicon/trayicon.c
10154                 Add plugin_licence()
10155
10156 2005-12-07 [paul]       1.9.100cvs72
10157
10158         * configure.ac
10159         * src/mainwindow.c
10160         * src/manual.c
10161         * src/manual.h
10162         * src/common/defs.h
10163                 clean up after local FAQ removal and
10164                 temporary manual removal
10165
10166 2005-12-06 [colin]      1.9.100cvs71
10167
10168         * configure.ac
10169         * doc/Makefile.am
10170         * doc/faq/.cvsignore
10171         * doc/faq/Makefile.am
10172         * doc/faq/de/.cvsignore
10173         * doc/faq/de/Makefile.am
10174         * doc/faq/de/sylpheed-faq-1.html
10175         * doc/faq/de/sylpheed-faq-2.html
10176         * doc/faq/de/sylpheed-faq-3.html
10177         * doc/faq/de/sylpheed-faq.html
10178         * doc/faq/en/.cvsignore
10179         * doc/faq/en/Makefile.am
10180         * doc/faq/en/sylpheed-faq-1.html
10181         * doc/faq/en/sylpheed-faq-2.html
10182         * doc/faq/en/sylpheed-faq-3.html
10183         * doc/faq/en/sylpheed-faq-4.html
10184         * doc/faq/en/sylpheed-faq.html
10185         * doc/faq/es/.cvsignore
10186         * doc/faq/es/Makefile.am
10187         * doc/faq/es/sylpheed-faq-1.html
10188         * doc/faq/es/sylpheed-faq-2.html
10189         * doc/faq/es/sylpheed-faq-3.html
10190         * doc/faq/es/sylpheed-faq-4.html
10191         * doc/faq/es/sylpheed-faq.html
10192         * doc/faq/fr/.cvsignore
10193         * doc/faq/fr/Makefile.am
10194         * doc/faq/fr/sylpheed-faq-1.html
10195         * doc/faq/fr/sylpheed-faq-2.html
10196         * doc/faq/fr/sylpheed-faq-3.html
10197         * doc/faq/fr/sylpheed-faq.html
10198         * doc/faq/it/.cvsignore
10199         * doc/faq/it/Makefile.am
10200         * doc/faq/it/sylpheed-faq-1.html
10201         * doc/faq/it/sylpheed-faq-2.html
10202         * doc/faq/it/sylpheed-faq-3.html
10203         * doc/faq/it/sylpheed-faq.html
10204         * doc/manual/.cvsignore
10205         * doc/manual/Makefile.am
10206         * doc/manual/de/.cvsignore
10207         * doc/manual/de/Makefile.am
10208         * doc/manual/de/sylpheed-1.html
10209         * doc/manual/de/sylpheed-10.html
10210         * doc/manual/de/sylpheed-11.html
10211         * doc/manual/de/sylpheed-12.html
10212         * doc/manual/de/sylpheed-13.html
10213         * doc/manual/de/sylpheed-14.html
10214         * doc/manual/de/sylpheed-15.html
10215         * doc/manual/de/sylpheed-16.html
10216         * doc/manual/de/sylpheed-17.html
10217         * doc/manual/de/sylpheed-18.html
10218         * doc/manual/de/sylpheed-19.html
10219         * doc/manual/de/sylpheed-2.html
10220         * doc/manual/de/sylpheed-20.html
10221         * doc/manual/de/sylpheed-3.html
10222         * doc/manual/de/sylpheed-4.html
10223         * doc/manual/de/sylpheed-5.html
10224         * doc/manual/de/sylpheed-6.html
10225         * doc/manual/de/sylpheed-7.html
10226         * doc/manual/de/sylpheed-8.html
10227         * doc/manual/de/sylpheed-9.html
10228         * doc/manual/de/sylpheed.html
10229         * doc/manual/en/.cvsignore
10230         * doc/manual/en/Makefile.am
10231         * doc/manual/en/sylpheed-1.html
10232         * doc/manual/en/sylpheed-10.html
10233         * doc/manual/en/sylpheed-11.html
10234         * doc/manual/en/sylpheed-12.html
10235         * doc/manual/en/sylpheed-13.html
10236         * doc/manual/en/sylpheed-14.html
10237         * doc/manual/en/sylpheed-15.html
10238         * doc/manual/en/sylpheed-16.html
10239         * doc/manual/en/sylpheed-17.html
10240         * doc/manual/en/sylpheed-18.html
10241         * doc/manual/en/sylpheed-19.html
10242         * doc/manual/en/sylpheed-2.html
10243         * doc/manual/en/sylpheed-20.html
10244         * doc/manual/en/sylpheed-21.html
10245         * doc/manual/en/sylpheed-22.html
10246         * doc/manual/en/sylpheed-3.html
10247         * doc/manual/en/sylpheed-4.html
10248         * doc/manual/en/sylpheed-5.html
10249         * doc/manual/en/sylpheed-6.html
10250         * doc/manual/en/sylpheed-7.html
10251         * doc/manual/en/sylpheed-8.html
10252         * doc/manual/en/sylpheed-9.html
10253         * doc/manual/en/sylpheed.html
10254         * doc/manual/es/.cvsignore
10255         * doc/manual/es/Makefile.am
10256         * doc/manual/es/sylpheed-1.html
10257         * doc/manual/es/sylpheed-10.html
10258         * doc/manual/es/sylpheed-11.html
10259         * doc/manual/es/sylpheed-12.html
10260         * doc/manual/es/sylpheed-13.html
10261         * doc/manual/es/sylpheed-14.html
10262         * doc/manual/es/sylpheed-15.html
10263         * doc/manual/es/sylpheed-16.html
10264         * doc/manual/es/sylpheed-17.html
10265         * doc/manual/es/sylpheed-18.html
10266         * doc/manual/es/sylpheed-19.html
10267         * doc/manual/es/sylpheed-2.html
10268         * doc/manual/es/sylpheed-20.html
10269         * doc/manual/es/sylpheed-3.html
10270         * doc/manual/es/sylpheed-4.html
10271         * doc/manual/es/sylpheed-5.html
10272         * doc/manual/es/sylpheed-6.html
10273         * doc/manual/es/sylpheed-7.html
10274         * doc/manual/es/sylpheed-8.html
10275         * doc/manual/es/sylpheed-9.html
10276         * doc/manual/es/sylpheed.html
10277         * doc/manual/fr/.cvsignore
10278         * doc/manual/fr/Makefile.am
10279         * doc/manual/fr/sylpheed-1.html
10280         * doc/manual/fr/sylpheed-10.html
10281         * doc/manual/fr/sylpheed-11.html
10282         * doc/manual/fr/sylpheed-12.html
10283         * doc/manual/fr/sylpheed-13.html
10284         * doc/manual/fr/sylpheed-14.html
10285         * doc/manual/fr/sylpheed-15.html
10286         * doc/manual/fr/sylpheed-16.html
10287         * doc/manual/fr/sylpheed-17.html
10288         * doc/manual/fr/sylpheed-18.html
10289         * doc/manual/fr/sylpheed-19.html
10290         * doc/manual/fr/sylpheed-2.html
10291         * doc/manual/fr/sylpheed-20.html
10292         * doc/manual/fr/sylpheed-3.html
10293         * doc/manual/fr/sylpheed-4.html
10294         * doc/manual/fr/sylpheed-5.html
10295         * doc/manual/fr/sylpheed-6.html
10296         * doc/manual/fr/sylpheed-7.html
10297         * doc/manual/fr/sylpheed-8.html
10298         * doc/manual/fr/sylpheed-9.html
10299         * doc/manual/fr/sylpheed.html
10300         * doc/manual/ja/.cvsignore
10301         * doc/manual/ja/Makefile.am
10302         * doc/manual/ja/sylpheed-1.html
10303         * doc/manual/ja/sylpheed-10.html
10304         * doc/manual/ja/sylpheed-11.html
10305         * doc/manual/ja/sylpheed-12.html
10306         * doc/manual/ja/sylpheed-13.html
10307         * doc/manual/ja/sylpheed-14.html
10308         * doc/manual/ja/sylpheed-15.html
10309         * doc/manual/ja/sylpheed-16.html
10310         * doc/manual/ja/sylpheed-17.html
10311         * doc/manual/ja/sylpheed-18.html
10312         * doc/manual/ja/sylpheed-19.html
10313         * doc/manual/ja/sylpheed-2.html
10314         * doc/manual/ja/sylpheed-20.html
10315         * doc/manual/ja/sylpheed-3.html
10316         * doc/manual/ja/sylpheed-4.html
10317         * doc/manual/ja/sylpheed-5.html
10318         * doc/manual/ja/sylpheed-6.html
10319         * doc/manual/ja/sylpheed-7.html
10320         * doc/manual/ja/sylpheed-8.html
10321         * doc/manual/ja/sylpheed-9.html
10322         * doc/manual/ja/sylpheed.html
10323         * doc/manual/ja/sylpheed.sgml
10324         * src/mainwindow.c
10325                 Remove outdated manual and faq. Noisy, eh?
10326
10327 2005-12-06 [colin]      1.9.100cvs70
10328
10329         * src/compose.c
10330         * src/quote_fmt_parse.y
10331         * src/undo.c
10332         * src/undo.h
10333                 Allow %X to position cursor at 0 
10334                 (no %X = before signature)
10335                 Fix paste as quotation putting the cursor at 0
10336                 Fix undo offsets when pasting
10337                 Insert the quote_fmt at once instead of line 
10338                 by line
10339                 Fix [Edited] when starting to reply/forward
10340
10341 2005-12-06 [paul]       1.9.100cvs69
10342
10343         * src/plugins/clamav/clamav_plugin_gtk.c
10344                 add another tooltip
10345         * src/plugins/spamassassin/spamassassin_gtk.c
10346                 rework spamassassin_create_widget_func()
10347
10348 2005-12-05 [colin]      1.9.100cvs68
10349
10350         * po/POTFILES.in
10351                 Fix make release ;-)
10352
10353 2005-12-05 [colin]      1.9.100cvs67
10354
10355         * src/compose.c
10356         * src/compose.h
10357                 Fix cursor positioning (not obeying %X)
10358
10359 2005-12-05 [paul]       1.9.100cvs66
10360
10361         * src/plugins/dillo_viewer/dillo_prefs.c
10362                 fix compilation warning
10363
10364 2005-12-05 [paul]       1.9.100cvs65
10365
10366         * src/prefs_spelling.c
10367         * src/plugins/trayicon/trayicon.c
10368                 cleanups - remove unused stuff
10369
10370 2005-12-05 [paul]       1.9.100cvs64
10371
10372         * README
10373         * manual/plugins.xml
10374                 remove info about removed mathml_viewer plugin
10375
10376 2005-12-05 [paul]       1.9.100cvs63
10377
10378         * configure.ac
10379         * src/plugins/Makefile.am
10380         * src/plugins/mathml_viewer/.cvsignore
10381         * src/plugins/mathml_viewer/Makefile.am
10382         * src/plugins/mathml_viewer/mathml_viewer.c
10383                 remove unmaintained mathml_viewer plugin
10384
10385 2005-12-05 [paul]       1.9.100cvs62
10386
10387         * src/summaryview.c
10388                 obey prefs_common.always_show_msg when
10389                 moving a msg
10390                 Thanks to Colin
10391
10392 2005-12-05 [paul]       1.9.100cvs61
10393
10394         * src/compose.c
10395         * src/prefs_account.c
10396         * src/prefs_filtering.c
10397         * src/prefs_quote.c
10398         * src/prefs_spelling.c
10399         * src/prefs_toolbar.c
10400         * src/summaryview.c
10401         * src/gtk/gtkutils.c
10402         * src/gtk/quicksearch.c
10403         * src/plugins/dillo_viewer/dillo_prefs.c
10404                 dialog cleanups
10405
10406 2005-12-04 [paul]       1.9.100cvs60
10407
10408         * src/inc.c
10409         * src/prefs_account.c
10410         * src/prefs_account.h
10411                 allow a Local account to specify a
10412                 default inbox
10413                 (closes bug 843 'Inbox cannot be changed for local
10414                  mailboxes')
10415
10416 2005-12-04 [colin]      1.9.100cvs59
10417
10418         * src/plugins/trayicon/trayicon.c
10419                 Remove Get, rename Get All to Get Mail in order to
10420                 be consistent with the default main toolbar
10421
10422 2005-12-03 [colin]      1.9.100cvs58
10423
10424         * manual/gpl.xml
10425         * manual/sylpheed-claws-manual.xml
10426                 Add GPL appendix
10427
10428 2005-12-03 [paul]       1.9.100cvs57
10429
10430         * AUTHORS
10431         * po/sv.po
10432         * src/gtk/authors.h
10433                 new (partially complete) Swedish translation
10434                 by Anders Troback <sylpheed@troback.com>
10435
10436 2005-12-02 [paul]       1.9.100cvs56
10437
10438         * configure.ac
10439                 libetpan 0.41 required
10440
10441 2005-12-02 [paul]       1.9.100cvs55
10442
10443         * src/plugins/clamav/clamav_plugin.c
10444         * src/plugins/clamav/clamav_plugin.h
10445         * src/plugins/clamav/clamav_plugin_gtk.c
10446         * src/plugins/spamassassin/spamassassin.c
10447         * src/plugins/spamassassin/spamassassin.h
10448         * src/plugins/spamassassin/spamassassin_gtk.c
10449                 unregister prefs pages on unloading, thus
10450                 preventing a crash
10451                 (thanks to Colin for the hint)
10452
10453 2005-12-02 [wwp]        1.9.100cvs54
10454
10455         * src/quote_fmt.h
10456         * src/quote_fmt_parse.y
10457                 fix misuse of gboolean*, use gboolean instead
10458                 (thanks to Paul, Colin, for pointing out that scaring one)
10459
10460 2005-12-02 [paul]       1.9.100cvs53
10461
10462         * src/plugins/clamav/clamav_plugin.c
10463                 int no --> unsigned int no
10464         * src/plugins/clamav/clamav_plugin_gtk.c
10465                 rework config page
10466
10467 2005-12-02 [wwp]        1.9.100cvs52
10468
10469         * src/compose.c
10470         * src/prefs_template.c
10471         * src/quote_fmt.h
10472         * src/quote_fmt_parse.y
10473                 prevent from executing |f and |p templates commands when
10474                 adding or replacing templates in prefs (avoids annoying and
10475                 potentially dangerous behaviours)
10476
10477 2005-12-02 [paul]       1.9.100cvs51
10478
10479         * src/prefs_common.c
10480                 allow translation of some default values
10481                 Patch by Fabien Vantard
10482
10483 2005-12-02 [paul]       1.9.100cvs50
10484
10485         * src/codeconv.c
10486         * src/codeconv.h
10487         * src/prefs_common.c
10488         * src/prefs_common.h
10489         * src/prefs_message.c
10490         * src/textview.c
10491                 remove obsolete 'convert_mb_alnum' option
10492                 and related stuff
10493         * src/gtk/about.c
10494                 remove unused 'about_textview_visibility_notify'
10495
10496 2005-12-02 [paul]       1.9.100cvs49
10497
10498         * src/prefs_account.c
10499         * src/prefs_compose_writing.c
10500         * src/prefs_fonts.c
10501         * src/prefs_gtk.h
10502         * src/prefs_image_viewer.c
10503         * src/prefs_message.c
10504         * src/prefs_other.c
10505         * src/prefs_receive.c
10506         * src/prefs_send.c
10507         * src/prefs_spelling.c
10508         * src/prefs_summaries.c
10509         * src/prefs_wrapping.c
10510         * src/plugins/dillo_viewer/dillo_prefs.c
10511         * src/plugins/pgpcore/prefs_gpg.c
10512                 several cleanups to the prefs dialogs
10513                 (slightly modified) patch by Fabien Vantard
10514
10515 2005-12-02 [paul]       1.9.100cvs48
10516
10517         * src/main.c
10518                 --exit means exit
10519         * src/send_message.c
10520                 fix crash on send when connection fails
10521
10522         Thanks to Colin
10523
10524 2005-12-01 [colin]      1.9.100cvs47
10525
10526         * src/html.c
10527                 Translate &hellip; to "..."
10528
10529 2005-11-30 [colin]      1.9.100cvs46
10530
10531         * src/matcher.c
10532         * src/matcher.h
10533                 Optimize back yesterday's fix.
10534
10535 2005-11-30 [paul]       1.9.100cvs45
10536
10537         * manual/faq.xml
10538                 standardised
10539         * manual/intro.xml
10540                 written by Colin, edited by me
10541
10542 2005-11-29 [colin]      1.9.100cvs44
10543
10544         * src/matcher.c
10545                 Skip headers unconditionnaly in match_body if the
10546                 rule is not message or ~message
10547
10548 2005-11-29 [colin]      1.9.100cvs43
10549
10550         * src/matcher.c
10551                 Fix body_part and such, not skipping headers 
10552                 if the matchcriteria wasn't the first in the rule
10553
10554 2005-11-29 [colin]      1.9.100cvs42
10555
10556         * src/compose.c
10557                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
10558                 option missing from message view window)
10559                 Fix double text D'n'D with gtk-2.8
10560         * src/matcher.c
10561                 Fix ~message, ~headers_part, ~body_part rules
10562         * src/messageview.c
10563                 Add Windows-1252 (Closes bug #863)
10564                 Fix accels
10565         * src/gtk/gtkaspell.c
10566                 Properly destroy accels in all menus
10567
10568 2005-11-29 [mones]      1.9.100cvs41
10569
10570         * po/es.po
10571                 Updated.
10572
10573 2005-11-27 [colin]      1.9.100cvs40
10574
10575         * src/mh_gtk.c
10576                 "/Remove mailbox" -> "/Remove mailbox..."
10577
10578 2005-11-27 [paul]       1.9.100cvs39
10579
10580         * AUTHORS
10581         * po/de.po
10582         * src/gtk/authors.h
10583                 updated by new maintainer, Stephan Sachse
10584
10585 2005-11-27 [paul]       1.9.100cvs38
10586
10587         * manual/faq.xml
10588                 written by Colin, edited by me
10589
10590 2005-11-27 [paul]       1.9.100cvs37
10591
10592         * src/prefs_common.c
10593         * src/prefs_common.h
10594         * src/prefs_receive.c
10595         * src/prefs_summaries.c
10596                 move 'go to inbox after receiving new mail'
10597                 option from display/sumamaries to mail
10598                 handling/receive, and rework prefs_summaries
10599                 dialog a little
10600
10601 2005-11-25 [martin]     1.9.100cvs36
10602
10603         * po/de.po
10604             fixed windows-1252 translation;
10605             translated some new and fuzzy strings
10606
10607 2005-11-25 [paul]       1.9.100cvs35
10608
10609         * src/plugins/clamav/clamav_plugin.c
10610                 complete the update done in cvs34
10611
10612 2005-11-25 [paul]       1.9.100cvs34
10613
10614         * src/plugins/clamav/clamav_plugin.c
10615                 reflect upstream changes
10616
10617 2005-11-25 [paul]       1.9.100cvs33
10618
10619         * manual/ack.xml
10620         * manual/plugins.xml
10621         * manual/sylpheed-claws-manual.xml
10622                 written/updated by Colin, edited by me
10623         * tools/acroread2sylpheed.pl
10624                 update binary name
10625
10626 2005-11-24 [colin]      1.9.100cvs32
10627
10628         * src/compose.c
10629                 Fix bug #856 (reediting messages forgets Request
10630                 Return Receipt)
10631
10632 2005-11-24 [paul]       1.9.100cvs31
10633
10634         * manual/addrbook.xml
10635         * manual/starting.xml
10636                 written by Colin, proofread, edited, adapted by me
10637         * manual/advanced.xml
10638                 add some Actions examples
10639         * src/importldif.c
10640                 use a Save button instead of a Close button
10641         * src/wizard.c
10642                 indicate mandatory fields
10643                 fix page display
10644                 Thanks to Colin
10645
10646 2005-11-23 [colin]      1.9.100cvs30
10647
10648         * src/addressbook.c
10649                 Rename menu item, fix possible crash after
10650                 deletion of books
10651         * src/addrindex.c
10652                 Allow searching for '*' in ldap
10653         * src/browseldap.c
10654                 Fix "Browse Entry" (did anyone use it?)
10655         * src/wizard.c
10656                 Add guards for mandatory information
10657
10658 2005-11-23 [paul]       1.9.100cvs29
10659
10660         * manual/advanced.xml
10661                 corrections to the English
10662
10663 2005-11-23 [colin]      1.9.100cvs28
10664
10665         * src/mimeview.c
10666                 Fix possible crash at exit. After the call to
10667                 gtk_container_remove(), the Viewer's widget has no
10668                 more parent so gtk+ automatically frees it and its
10669                 sons. If destroy_viewer() then try to access it,
10670                 problems ensue.
10671
10672 2005-11-22 [colin]      1.9.100cvs27
10673
10674         * src/compose.c
10675         * src/gtk/gtkaspell.c
10676                 Fix right-clicking on a misspelled word
10677                 Fix More... in suggestions menu
10678
10679 2005-11-22 [wwp]        1.9.100cvs26
10680
10681         * src/prefs_template.c
10682                 templates works: re-sort templates list when adding or replacing,
10683                 prevent from adding or replacing when the template name is empty
10684
10685 2005-11-21 [colin]      1.9.100cvs25
10686
10687         * src/addressbook.c
10688                 Fix some addressbook suckage (dnd, select all)
10689         * src/compose.c
10690         * src/gtk/gtkaspell.c
10691         * src/gtk/gtkaspell.h
10692                 Make the spellchecker menu work with the 
10693                 GtkTextView one instead of overriding it
10694
10695 2005-11-20 [paul]       1.9.100cvs24
10696
10697         * manual/handling.xml
10698                 proofread and corrected
10699
10700 2005-11-20 [paul]       1.9.100cvs23
10701
10702         * manual/Makefile
10703                 generate html as one file
10704         * manual/advanced.xml
10705                 fix output generation
10706                 reformat hidden options list
10707         * manual/manual.xml     ** REMOVED **
10708         * manual/sylpheed-claws-manual.xml      ** ADDED **
10709                 renamed
10710
10711 2005-11-18 [colin]      1.9.100cvs22
10712
10713         * src/prefs_account.c
10714                 Fix layout in news and mbox accounts
10715         * manual/account.xml
10716         * manual/advanced.xml
10717                 New contents for Paul to check :)
10718
10719 2005-11-18 [wwp]        1.9.100cvs21
10720
10721         * src/gtk/quicksearch.c
10722                 don't update extended quicksearch buttons twice
10723
10724 2005-11-18 [paul]       1.9.100cvs20
10725
10726         * src/textview.c
10727                 complete 1.9.100cvs19
10728
10729 2005-11-18 [paul]       1.9.100cvs19
10730
10731         * src/compose.c
10732                 cosmetic improvements
10733         * src/textview.c
10734                 also list text/* attachments
10735
10736 2005-11-18 [colin]      1.9.100cvs18
10737
10738         * src/summaryview.c
10739                 Use column 0 instead of -1 in 
10740                 gtk_ctree_node_moveto, in a naive
10741                 hope it'll fix the gtk-related crashes
10742
10743 2005-11-18 [colin]      1.9.100cvs17
10744
10745         * src/gtk/inputdialog.c
10746                 Fix icon staying the first one
10747
10748 2005-11-17 [wwp]        1.9.100cvs16
10749                 fix possible problem showing some quicksearch buttons, and a bad
10750                 call to g_return_if_fail in a function that returns a value (both
10751                 fixes by Fabien Vantard)
10752
10753 2005-11-15 [wwp]        1.9.100cvs15
10754
10755         * src/gtk/quicksearch.c
10756                 added a tooltip to that obscure ... quicksearch button
10757
10758 2005-11-15 [wwp]        1.9.100cvs14
10759
10760         * src/gtk/quicksearch.c
10761                 add a quicksearch helper to filtering expression users: the ... button
10762                 raises the condition expr window. condition expressions set up w/ this
10763                 window are used by the quicksearch if the user closes it pressing OK.
10764
10765 2005-11-14 [paul]       1.9.100cvs13
10766
10767         * src/plugins/clamav/clamav_plugin.c
10768         * src/plugins/spamassassin/spamassassin.c
10769                 change plugin type following recent merging
10770
10771 2005-11-14 [wwp]        1.9.100cvs12
10772
10773         * src/folder.c
10774                 prevent from crashing when copying/moving message(s) from and
10775                 to the same folder
10776
10777 2005-11-14 [paul]       1.9.100cvs11
10778
10779         * src/plugins/clamav/Makefile.am
10780         * src/plugins/clamav/clamav_plugin.c
10781         * src/plugins/clamav/clamav_plugin.h
10782         * src/plugins/clamav/clamav_plugin_gtk.c
10783                 also merge clamav and clamav_gtk plugins
10784
10785 2005-11-13 [colin]      1.9.100cvs10
10786
10787         * configure.ac
10788         * src/plugins/spamassassin/Makefile.am
10789         * src/plugins/spamassassin/spamassassin.c
10790         * src/plugins/spamassassin/spamassassin.h
10791         * src/plugins/spamassassin/spamassassin_gtk.c
10792                 Merge spamassassin and spamassassin_gtk plugins,
10793                 and build it by default.
10794
10795 2005-11-12 [colin]      1.9.100cvs9
10796
10797         * src/etpan/imap-thread.c
10798                 Fix gcc warning
10799
10800 2005-11-12 [colin]      1.9.100cvs8
10801
10802         * src/procmime.c
10803                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
10804
10805 2005-11-10 [colin]      1.9.100cvs7
10806
10807         * src/main.c
10808                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
10809                 minimised state)
10810
10811 2005-11-10 [wwp]        1.9.100cvs6
10812
10813         * src/gtk/description_window.c
10814                 fix a crash when closing description windows using the WM's [X] button
10815
10816 2005-11-09 [colin]      1.9.100cvs5
10817
10818         * src/common/ssl.c
10819                 Update libetpan call to follow upstream
10820                 (yes, this requires libetpan-0.40cvs3)
10821
10822 2005-11-08 [colin]      1.9.100cvs4
10823
10824         * src/compose.c
10825         * src/textview.c
10826         * src/common/utils.c
10827         * src/common/utils.h
10828                 Enhance the email parser
10829
10830 2005-11-08 [colin]      1.9.100cvs3
10831
10832         * src/procmime.c
10833                 Fix what looks like an off-by-one (fixes 
10834                 attachments from the Bat)
10835
10836 2005-11-08 [wwp]        1.9.100cvs2
10837
10838         * src/main.c
10839                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
10840
10841 2005-11-08 [wwp]        1.9.100cvs1
10842
10843         * src/main.c
10844                 allow exiting Sylpheed-Claws from command-line
10845
10846 2005-11-08 [paul]       1.9.100
10847
10848         1.9.100 released
10849
10850 2005-11-07 [colin]      1.9.99cvs17
10851
10852         * src/addritem.c
10853         * src/ldif.c
10854                 Fix import of base-64 encoded items
10855
10856 2005-11-07 [colin]      1.9.99cvs16
10857
10858         * src/send_message.c
10859                 Fix bug #314 (Queue does not empty under certain 
10860                 circumstances)
10861
10862 2005-11-07 [paul]       1.9.99cvs15
10863
10864         * src/mutt.c
10865         * src/pine.c
10866                 fix buffer overflows
10867                 Thanks to Colin
10868
10869 2005-11-07 [paul]       1.9.99cvs14
10870
10871         * doc/man/Makefile.am
10872         * doc/man/sylpheed-claws.1      ** ADDED **
10873         * doc/man/sylpheed.1            ** DELETED **
10874                 rename and update the man file
10875
10876 2005-11-06 [colin]      1.9.99cvs13
10877
10878         * src/ldif.c
10879                 Fix ldif_get_line() that returned empty strings
10880                 (Didn't understand why). Also fix a possible
10881                 buffer overflow.
10882
10883 2005-11-06 [wwp]        1.9.99cvs12
10884
10885         * src/textview.c
10886         * src/gtk/about.c
10887         * src/gtk/gtkutils.c
10888         * src/gtk/gtkutils.h
10889                 fix a compilation warning,
10890                 make links sensitive in the about dialog
10891
10892 2005-11-04 [wwp]        1.9.99cvs11
10893
10894         * src/gtk/about.c
10895                 don't wrap or translate URIs, and a bit text format cleanup
10896
10897 2005-11-04 [wwp]        1.9.99cvs10
10898
10899         * src/gtk/about.c
10900                 better textview tagging implementation (no more use of marks for
10901                 postponed tagging)
10902
10903 2005-11-02 [colin]      1.9.99cvs9
10904
10905         * src/common/ssl.c
10906                 Forgot an ifdef
10907
10908 2005-11-02 [colin]      1.9.99cvs8
10909
10910         * configure.ac
10911                 Require libetpan-0.40 due to upstream fix
10912         * src/common/ssl.c
10913                 Tell libetpan not to call SSL_Library_Init,
10914                 as we do it ourselves.
10915
10916 2005-11-02 [colin]      1.9.99cvs7
10917
10918         * po/POTFILES.in
10919                 Add missing files (thanks to Fabien Vantard)
10920
10921 2005-11-02 [colin]      1.9.99cvs6
10922
10923         * src/summaryview.c
10924                 Fix totals when read messages are hidden or quicksearch
10925                 is on
10926         * src/ssl_manager.c
10927         * src/ssl_manager.h
10928         * src/common/ssl_certificate.c
10929         * src/common/ssl_certificate.h
10930         * src/gtk/sslcertwindow.c
10931         * src/gtk/sslcertwindow.h
10932                 Fix copyright on my stuff
10933
10934 2005-11-02 [wwp]        1.9.99cvs5
10935
10936         * src/prefs_themes.c
10937                 fix directory name checking (theme installation/removal),
10938                 made related error a bit more verbose
10939
10940 2005-11-02 [colin]      1.9.99cvs4
10941
10942         * src/summaryview.c
10943                 Fix typo (probably fixes bug #841 (Sort by the From 
10944                 field doesn't work)
10945
10946 2005-11-02 [paul]       1.9.99cvs3
10947
10948         * po/ko.po
10949         * po/nb.po
10950                 updated by SungHyun Nam, Geir Helland
10951         * src/wizard.c
10952                 fix typo in welcome message. spotted by
10953                 Andrea Spadaccini
10954
10955 2005-11-01 [colin]      1.9.99cvs2
10956
10957         * src/compose.c
10958                 Fix replying to ml wen confirming subscription
10959         * src/messageview.c
10960         * src/mimeview.c
10961         * src/mimeview.h
10962         * src/privacy.h
10963         * src/summaryview.c
10964                 Make key check non blocking
10965
10966 2005-10-31 [paul]       1.9.99cvs1
10967
10968         * tools/claws.i18n.status.pl
10969                 updated for ChangeLog
10970
10971 2005-10-31 [paul]       1.9.99
10972
10973         1.9.99 released
10974
10975 2005-10-31 [paul]       1.9.15cvs131
10976
10977         * .cvsignore
10978         * ChangeLog
10979         * ChangeLog.claws       ** REMOVED **
10980         * ChangeLog-gtk2.claws  ** REMOVED **
10981         * ChangeLog.gtk1        ** ADDED **
10982         * INSTALL
10983         * Makefile.am
10984         * NEWS
10985         * README
10986         * README.claws          ** REMOVED **
10987         * README.jp             ** REMOVED **
10988         * RELEASE_NOTES         ** ADDED **
10989         * RELEASE_NOTES.claws   ** REMOVED **
10990         * commitHelper
10991         * configure.ac
10992         * sylpheed.spec.in      ** REMOVED **
10993                 tidy up and update the default docs:
10994                 ChangeLog.claws is renamed ChangeLog.gtk1
10995                 ChangeLog-gtk2.claws is renamed ChangeLog
10996                 README.claws is renamed README
10997                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
10998
10999 2005-10-31 [paul]       1.9.15cvs130
11000
11001         * po/it.po
11002                 fix errors
11003
11004 2005-10-31 [paul]       1.9.15cvs129
11005
11006         * po/ca.po
11007         * po/de.po
11008         * po/en_GB.po
11009         * po/fr.po
11010         * po/it.po
11011         * po/pt_BR.po
11012         * po/sk.po
11013         * po/sr.po
11014         * po/zh_CN.po
11015                 updated by Miquel Oliete, Stephan Sachse and
11016                 Thomas Gilgin, me, Fabien Vantard, Andrea
11017                 Spadaccini, Frederico Goncalves Guimaraes,
11018                 Andrej Kacian, Aleksandar Urosevic, and
11019                 Ralgh Young.
11020
11021 2005-10-31 [mones]      1.9.15cvs128
11022
11023         * manual/faq.xml
11024                 More questions.
11025         
11026         * po/es.po
11027                 Updated for release.
11028
11029 2005-10-30 [colin]      1.9.15cvs127
11030
11031         * src/compose.c
11032                 Place cursor before rewrapping (fixes cursor
11033                 pos if quotation gets rewrapped)
11034
11035 2005-10-29 [paul]       1.9.15cvs126
11036
11037         * src/crash.c
11038         * src/foldersel.c
11039         * src/main.c
11040         * src/messageview.c
11041         * src/toolbar.c
11042         * src/gtk/authors.h
11043                 corrections to text items
11044
11045 2005-10-28 [colin]      1.9.15cvs125
11046
11047         * src/messageview.c
11048                 Make "hit 'C' to check sig" work from extern 
11049                 messageviews
11050
11051 2005-10-27 [colin]      1.9.15cvs124
11052
11053         * src/summaryview.c
11054                 Add a hack to avoid segfaulting when hammering 
11055                 on gtk's events
11056
11057 2005-10-27 [wwp]        1.9.15cvs123
11058
11059         * src/prefs_themes.c
11060                 sort list of themes names in themes prefs
11061
11062 2005-10-27 [paul]       1.9.15cvs122
11063
11064         * src/folder.c
11065         * src/prefs_account.c
11066                 fix building on Solaris
11067                 Patch by Alex Moore
11068
11069 2005-10-27 [wwp]        1.9.15cvs121
11070
11071         * src/summaryview.c
11072         * src/gtk/gtksctree.c
11073                 speed up unselecting messages in summary view (thanks to Colin)
11074
11075 2005-10-27 [paul]       1.9.15cvs120
11076
11077         * src/mainwindow.c
11078                 fix a compilation warning
11079         * src/summaryview.c
11080                 fix updating of 'n items selected' count
11081                 when deselecting
11082
11083 2005-10-27 [martin]     1.9.15cvs119
11084
11085         * src/action.c
11086                 ignore actions with a leading '/' in the action menu name
11087                 fixes a crash on menu creation
11088         * src/prefs_actions.c
11089                 do not allow a leading '/' in the action menu name
11090
11091 2005-10-27 [paul]       1.9.15cvs118
11092
11093         * src/main.c
11094                 fix compilation warning
11095
11096 2005-10-27 [paul]       1.9.15cvs117
11097
11098         * src/procmime.c
11099                 add #if HAVE_LOCALE_H
11100
11101 2005-10-27 [paul]       1.9.15cvs116
11102
11103         * src/plugins/clamav/clamav_plugin.c
11104         * src/plugins/dillo_viewer/dillo_viewer.c
11105         * src/plugins/mathml_viewer/mathml_viewer.c
11106         * src/plugins/pgpcore/plugin.c
11107         * src/plugins/pgpinline/plugin.c
11108         * src/plugins/pgpmime/plugin.c
11109         * src/plugins/spamassassin/spamassassin.c
11110         * src/plugins/trayicon/trayicon.c
11111                 plugin_init() : make error messages more
11112                 informative
11113
11114 2005-10-26 [wwp]        1.9.15cvs115
11115
11116         * src/prefs_matcher.c
11117                 enlarge boolean op widget width a bit (wasn't always showing text contents)
11118
11119 2005-10-26 [wwp]        1.9.15cvs114
11120
11121         * src/procmime.c
11122         * src/gtk/gtksctree.c
11123         * src/plugins/spamassassin/libspamc.c
11124         * src/plugins/spamassassin/spamassassin.c
11125                 fix some compilation warnings more
11126
11127 2005-10-26 [mones]      1.9.15cvs113
11128
11129         * po/es.po
11130                 Updated translation
11131
11132 2005-10-26 [paul]       1.9.15cvs112
11133
11134         * src/prefs_message.c
11135                 give all display_xface stuff the
11136                 #if HAVE_LIBCOMPFACE treatment, thus
11137                 preventing a crash
11138                 (Thanks to Wolfgang Enderlein)
11139
11140 2005-10-26 [colin]      1.9.15cvs111
11141
11142         * src/gedit-print.c
11143                 Fix date format
11144         * src/imap_gtk.c
11145         * src/news_gtk.c
11146                 Remove context menu items that should not be there
11147         * src/jpilot.c
11148                 Fix encoding
11149         * src/main.c
11150         * src/mainwindow.c
11151                 Don't show the mainwindow too soon
11152
11153 2005-10-26 [wwp]        1.9.15cvs110
11154
11155         * src/folder.c
11156         * src/manual.c
11157         * src/summaryview.c
11158                 fix uninitialized pointers in the folder updating hook
11159                 (thanks to Colin)
11160
11161 2005-10-25 [mones]      1.9.15cvs109
11162
11163         * manual/faq.xml
11164                 General information subsection completed. 
11165                 Removed archaic references.
11166                 
11167         * manual/Makefile
11168         * manual/dtd/manual.dsl
11169                 Added customization stylesheet for getting paragraphs
11170                 fully justified in PDF output (as suggested by Colin).
11171
11172 2005-10-25 [colin]      1.9.15cvs108
11173
11174         * src/compose.c
11175                 Fix a second leak
11176
11177 2005-10-25 [colin]      1.9.15cvs107
11178
11179         * src/addrbook.c
11180         * src/addrindex.c
11181                 Fix leak (xml_get_element() allocates memory)
11182         * src/compose.c
11183                 Fix leak + dead code (shame!)
11184         * src/procmime.c
11185                 Fix leak
11186
11187 2005-10-25 [colin]      1.9.15cvs106
11188
11189         * src/mimeview.c
11190                 Fix encoding issue in Save all and in 
11191                 overwrite-confirmation alertpanel
11192
11193 2005-10-25 [colin]      1.9.15cvs105
11194
11195         * src/common/socket.c
11196                 Fix a leak - Thanks to Christopher Aillon
11197                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
11198
11199 2005-10-25 [paul]       1.9.15cvs104
11200
11201         * src/wizard.c
11202                 Always guess servers from the right-hand
11203                 email part and guess username from the
11204                 left-hand part. (Thanks to Colin)
11205                 add an X-Face to the welcome message
11206
11207 2005-10-25 [paul]       1.9.15cvs103
11208
11209         * manual/handling.xml
11210                 written by Colin, edited by me
11211
11212 2005-10-25 [wwp]        1.9.15cvs102
11213
11214         * src/folderview.c
11215         * src/grouplistdialog.c
11216         * src/imap.c
11217         * src/noticeview.c
11218                 fix some compilation warnings
11219
11220 2005-10-24 [paul]
11221
11222         1.9.99-rc3 released
11223
11224 2005-10-24 [paul]       1.9.15cvs101
11225
11226         * src/gtk/about.c
11227                 fix window sizing
11228
11229 2005-10-24 [paul]       1.9.15cvs100
11230
11231         * src/pixmaps/offline.xpm
11232         * src/pixmaps/online.xpm
11233                 replace with last default versions
11234
11235 2005-10-24 [colin]      1.9.15cvs99
11236
11237         * src/imap.c
11238                 Fix bug when moving a folder
11239         * src/imap_gtk.c
11240         * src/mh_gtk.c
11241                 "Delete folder" pops up a window, so it 
11242                 should be suffixed with "..."
11243         * src/plugins/pgpcore/sgpgme.c
11244                 Include locale.h
11245
11246 2005-10-24 [mones]      1.9.15cvs98
11247
11248         * manual/Makefile
11249         * manual/account.xml
11250         * manual/ack.xml
11251         * manual/addrbook.xml
11252         * manual/advanced.xml
11253         * manual/faq.xml
11254         * manual/glossary.xml
11255         * manual/gpl.xml
11256         * manual/handling.xml
11257         * manual/intro.xml
11258         * manual/keyboard.xml
11259         * manual/manual.xml
11260         * manual/plugins.xml
11261         * manual/starting.xml
11262         * manual/dtd/sdocbook.dtd
11263                 Initial manual structure and some content.
11264
11265 2005-10-23 [wwp]        1.9.15cvs97
11266
11267         * src/gtk/about.c
11268                 fix a typo
11269
11270 2005-10-23 [wwp]        1.9.15cvs96
11271
11272         * src/gtk/about.c
11273         * src/gtk/authors.h
11274                 rework of the about window (main work by Paul), also featuring a few
11275                 fixes for typos and duplicate names
11276
11277 2005-10-23 [wwp]        1.9.15cvs95
11278
11279         * src/.cvsignore
11280                 Ignore the right binary name (sylpheed-claws now)
11281
11282 2005-10-23 [paul]       1.9.15cvs94
11283
11284         * src/compose.c
11285                 when using Folder Pref 'Default To for
11286                 replies' make the entry in the Compose
11287                 window bold
11288                 Patch by Fabien Vantard
11289
11290 2005-10-22 [colin]      1.9.15cvs93
11291
11292         * src/codeconv.c
11293                 Fix leak
11294
11295 2005-10-22 [colin]      1.9.15cvs92
11296
11297         * src/codeconv.c
11298                 try to convert using locale (apart utf8) if necessary
11299
11300 2005-10-22 [colin]      1.9.15cvs91
11301
11302         * src/pixmaps/new.xpm
11303         * src/pixmaps/unread.xpm
11304                 Make the unread envelope blue again and
11305                 saturate the new one a bit more.
11306
11307 2005-10-22 [colin]      1.9.15cvs90
11308
11309         * src/compose.c
11310                 When replying to a mail sent by one of our accounts,
11311                 use the original list of recipients. Let 'Reply All'
11312                 and 'Reply to sender' work like previously.
11313
11314 2005-10-21 [colin]      1.9.15cvs89
11315
11316         * src/prefs_filtering.c
11317                 Clear fields after add and replace
11318         * src/textview.c
11319                 Display xface differently (better)
11320         * src/plugins/pgpinline/pgpinline.c
11321                 Fix crappy encodings/recodings
11322
11323 2005-10-21 [paul]       1.9.15cvs88
11324
11325         * src/compose.c
11326         * src/prefs_folder_item.c
11327         * src/toolbar.c
11328                 fix news folder Folder Properties
11329                 (thanks to Colin)
11330         * src/folderview.c
11331                 update folderview after Themes change
11332                 keep selected folder selected
11333                 (thanks to Colin)
11334
11335 2005-10-21 [paul]       1.9.15cvs87
11336
11337         * tools/Makefile.am
11338         * tools/OOo2sylpheed.pl
11339         * tools/README
11340         * tools/README.sylprint
11341         * tools/asus_mailled.sh         ** REMOVED **
11342         * tools/filter_conv.pl
11343         * tools/freshmeat_search.pl
11344         * tools/google_search.pl
11345         * tools/gpg-sign-syl            ** REMOVED **
11346         * tools/kmail2sylpheed.pl
11347         * tools/kmail2sylpheed_v2.pl
11348         * tools/multiwebsearch.pl
11349         * tools/nautilus2sylpheed.sh
11350         * tools/newscache_clean.pl
11351         * tools/outlook2sylpheed.pl
11352         * tools/sylpheed-switcher       ** REMOVED **
11353         * tools/sylprint.pl
11354         * tools/sylprint.rc
11355         * tools/tb2sylpheed
11356         * tools/vcard2xml.py
11357         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11358                 update default config dir
11359                 update binary name (thanks to Fabien Vantard)
11360                 remove obsolete scripts
11361
11362 2005-10-21 [colin]      1.9.15cvs86
11363
11364         * src/inc.c
11365                 Fix possible leak and units. Based on a patch by
11366                 Fabien Vantard.
11367
11368 2005-10-20 [colin]      1.9.15cvs85
11369
11370         * src/textview.c
11371                 Clear xface when clearing textview
11372
11373 2005-10-20 [colin]      1.9.15cvs84
11374
11375         * configure.ac
11376         * src/folderview.c
11377         * src/headerview.c
11378         * src/main.c
11379         * src/prefs_common.c
11380         * src/prefs_common.h
11381         * src/prefs_message.c
11382         * src/textview.c
11383         * src/textview.h
11384         * src/common/defs.h
11385         * src/common/utils.c
11386         * src/common/utils.h
11387         * src/gtk/gtkutils.c
11388         * src/gtk/gtkutils.h
11389                 Migrate config to .sylpheed-claws (Automatically)
11390                 Add a way to get the Xface in the TextView
11391
11392 2005-10-20 [colin]      1.9.15cvs83
11393
11394         * src/gtk/Makefile.am
11395         * src/gtk/about.c
11396         * src/gtk/authors.h
11397                 Make the about dialog *grooovy*
11398
11399 2005-10-20 [colin]      1.9.15cvs82
11400
11401         * src/mimeview.c
11402                 Use "Open with" on double click if no command
11403                 was found
11404
11405 2005-10-20 [colin]      1.9.15cvs81
11406
11407         * src/imap.c
11408         * src/etpan/imap-thread.c
11409                 Fix possible crash.
11410
11411 2005-10-20 [paul]       1.9.15cvs80
11412
11413         * src/folder.c
11414                 don't show clipkey icon if the only
11415                 attachment is the signature
11416                 Patch by Colin
11417
11418 2005-10-20 [paul]       1.9.15cvs79
11419
11420         * AUTHORS
11421         * src/plugins/pgpmime/pgpmime.c
11422                 name the PGP/MIME signature 'signature.asc'
11423                 Patch by Andrew Nelson <freeandy@gmail.com>
11424
11425 2005-10-19 [colin]      1.9.15cvs78
11426
11427         * src/plugins/pgpmime/pgpmime.c
11428                 Oops, no need to double-check though
11429
11430 2005-10-19 [colin]      1.9.15cvs77
11431
11432         * src/plugins/pgpinline/pgpinline.c
11433         * src/plugins/pgpmime/pgpmime.c
11434                 Check that my_tmpfile() doesn't 
11435                 return NULL
11436
11437 2005-10-19 [colin]      1.9.15cvs76
11438
11439         * src/common/utils.c
11440                 Use shorter mime boundaries to avoid having
11441                 MTAs rewrapping our headers, breaking the
11442                 PGP signature in the process 
11443         * src/compose.c
11444         * src/plugins/pgpmime/pgpmime.c
11445                 Check for boundary uniqueness to be sure
11446                 it won't happen, instead of hoping for the
11447                 best
11448
11449 2005-10-19 [colin]      1.9.15cvs75
11450
11451         * sylpheed-claws.desktop
11452         * src/Makefile.am
11453         * src/main.c
11454                 Ship a sylpheed-claws binary instead
11455                 of a sylpheed one. Change the socket
11456                 name, too
11457         * src/folderview.c
11458                 Update folder only if it changed
11459         * src/wizard.c
11460                 Fix i18n in welcome mail, patch by
11461                 Fabien Vantard
11462
11463 2005-10-19 [paul]
11464
11465         1.9.99-rc2 released
11466
11467 2005-10-19 [paul]       1.9.15cvs74
11468
11469         * src/folder.c
11470         * src/folderview.c
11471                 fix summaryview update
11472                 Patch by Colin
11473
11474 2005-10-18 [colin]      1.9.15cvs73
11475
11476         * src/plugins/pgpcore/passphrase.c
11477                 Don't XGrabServer, and try a bit more to 
11478                 sync everything before grabbing mouse/keyboard
11479
11480 2005-10-18 [colin]      1.9.15cvs72
11481
11482         * src/Makefile.am
11483         * src/addressadd.c
11484         * src/addressbook.c
11485         * src/folderview.c
11486         * src/grouplistdialog.c
11487         * src/mimeview.c
11488         * src/stock_pixmap.c
11489         * src/stock_pixmap.h
11490         * src/summaryview.c
11491         * src/gtk/gtksctree.c
11492         * src/gtk/gtksctree.h
11493         * src/pixmaps/empty.xpm
11494                 Implement a wrapper call for gtk_ctree_set_node_info
11495                 and gtk_ctree_insert_node, that uses a 1x1 transparent
11496                 pixmap instead of a NULL one. This works around some
11497                 memory problems deep inside gtk, revealed by valgrind,
11498                 and fixes bug #834 (Pressing CTRl-D on a message marked 
11499                 as locked crashes sylpheed.), as well as, probably, 
11500                 wwp's 4th dimension problems that happen in gtk_ctree_*.
11501
11502 2005-10-17 [colin]      1.9.15cvs71
11503
11504         * src/mimeview.c
11505                 Provide visual feedback when checking
11506                 signature
11507
11508 2005-10-17 [colin]      1.9.15cvs70
11509
11510         * src/main.c
11511                 Keep the folder list frozen while checking caches...
11512
11513 2005-10-17 [colin]      1.9.15cvs69
11514
11515         * src/addr_compl.c
11516                 Fi bug #833 (Autocompleting from addressbook 
11517                 fails with extended chars)
11518         * src/imap.c
11519                 Fix 'adding messages' staying in statusbar
11520                 after an error
11521
11522 2005-10-17 [wwp]        1.9.15cvs68
11523
11524         * src/ssl_manager.c
11525                 Fix buttons' layout resizing when window size changes
11526
11527 2005-10-17 [wwp]        1.9.15cvs67
11528
11529         * src/account.c
11530         * src/prefs_account.c
11531         * src/prefs_common.c
11532         * src/prefs_common.h
11533         * src/prefs_folder_item.c
11534         * src/prefs_gtk.c
11535         * src/gtk/logwindow.c
11536         * src/gtk/pluginwindow.c
11537         * src/gtk/prefswindow.c
11538         * src/gtk/prefswindow.h
11539                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
11540
11541 2005-10-17 [paul]       1.9.15cvs66
11542
11543         * configure.ac
11544                 fix missing libetpan message
11545         * po/en_GB.po
11546                 updated
11547         * src/crash.c
11548         * src/manual.c
11549         * src/prefs_themes.c
11550         * src/common/defs.h
11551                 add some new URI defines, change some
11552                 others
11553         * src/wizard.c
11554                 make welcome message translatable
11555                 small improvements to english
11556                 other tweaks
11557         * src/gtk/menu.c
11558                 fix warnings
11559
11560 2005-10-17 [paul]       1.9.15cvs65
11561
11562         * src/summaryview.c
11563                 fix column titles
11564
11565 2005-10-16 [mones]      1.9.15cvs64
11566
11567         * po/es.po
11568                 Updated translation
11569
11570 2005-10-16 [colin]
11571
11572         1.9.99-rc1 released
11573
11574 2005-10-16 [colin]      1.9.15cvs63
11575
11576         * src/wizard.c
11577                 Fix whitespace
11578
11579 2005-10-16 [colin]      1.9.15cvs62
11580
11581         * src/toolbar.c
11582                 s/Get All/Get Mail/
11583         * src/wizard.c
11584                 Real welcome mail text, thanks Paul
11585
11586 2005-10-16 [colin]      1.9.15cvs61
11587
11588         * src/editldap.c
11589         * src/exporthtml.c
11590         * src/main.c
11591         * src/mainwindow.c
11592         * src/prefs_themes.c
11593         * src/prefs_toolbar.c
11594         * src/plugins/demo/demo.c
11595         * src/plugins/trayicon/trayicon.c
11596                 s/Sylpheed/Sylpheed-Claws/
11597
11598 2005-10-16 [colin]      1.9.15cvs60
11599
11600         * src/wizard.c
11601                 Add a welcome email in the first empty mailbox
11602         * src/prefs_common.c
11603                 Change one more default
11604
11605 2005-10-16 [colin]      1.9.15cvs59
11606
11607         * src/wizard.c
11608                 Remove printf
11609
11610 2005-10-16 [colin]      1.9.15cvs58
11611
11612         * src/toolbar.c
11613         * src/prefs_common.c
11614                 Change some defaults
11615
11616 2005-10-16 [colin]      1.9.15cvs57
11617
11618         * src/toolbar.c
11619         * src/prefs_common.c
11620                 Change some defaults
11621
11622 2005-10-16 [colin]      1.9.15cvs56
11623
11624         * src/wizard.c
11625                 By default, initialize fonts to have
11626                 the same size as normal GtkWidgets
11627
11628 2005-10-16 [colin]      1.9.15cvs55
11629
11630         * src/mimeview.c
11631                 Fix message a bit more
11632
11633 2005-10-16 [colin]      1.9.15cvs54
11634
11635         * src/addressbook.c
11636                 Second attempt at flicker fixing
11637
11638 2005-10-16 [colin]      1.9.15cvs53
11639
11640         * src/addressbook.c
11641                 Fix flicker
11642
11643 2005-10-16 [wwp]        1.9.15cvs52
11644
11645         * src/addressbook.c
11646         * src/editaddress.c
11647         * src/prefs_common.c
11648         * src/prefs_common.h
11649                 Remember window sizes (address book)
11650
11651 2005-10-16 [wwp]        1.9.15cvs51
11652
11653         * src/plugins/clamav/clamav_plugin_gtk.c
11654         * src/plugins/spamassassin/spamassassin_gtk.c
11655                 Fix compilation warnings (missing #include).
11656
11657 2005-10-16 [colin]      1.9.15cvs50
11658
11659         * src/mimeview.c
11660         * src/summaryview.c
11661         * src/textview.c
11662                 Make 'c' check signature, and forward
11663                 c, l, y, t from summaryview to mimeview
11664
11665 2005-10-16 [colin]      1.9.15cvs49
11666
11667         * src/addressbook.c
11668                 Put border around buttons
11669         * src/mainwindow.c
11670         * src/summaryview.c
11671                 Rework menus (Patch based on a patch
11672                 by Paul)
11673
11674 2005-10-15 [wwp]        1.9.15cvs48
11675
11676         * src/editjpilot.c
11677         * src/editldap.c
11678         * src/editvcard.c
11679         * src/exphtmldlg.c
11680         * src/expldifdlg.c
11681         * src/export.c
11682         * src/import.c
11683         * src/importldif.c
11684         * src/importmutt.c
11685         * src/importpine.c
11686         * src/prefs_account.c
11687         * src/prefs_spelling.c
11688         * src/gtk/gtkutils.c
11689         * src/gtk/gtkutils.h
11690         * src/plugins/clamav/clamav_plugin_gtk.c
11691         * src/plugins/spamassassin/spamassassin_gtk.c
11692                 use nicer browse-for-file/dir buttons than the "..." ones,
11693                 code factorizing more.
11694
11695 2005-10-14 [colin]      1.9.15cvs47
11696
11697         * src/mainwindow.c
11698                 set relief on the account switcher so that people see it
11699                 grey out Create processing rules when no message is selected
11700         * src/prefs_filtering.c
11701                 ask before closing if the rule has not been modified, even if
11702                 it's not valid
11703         * src/prefs_matcher.c
11704                 fix sensitivity when entering the dialog
11705         * src/gtk/inputdialog.c
11706                 display a better icon on password ask
11707         * src/plugins/pgpcore/passphrase.c
11708                 make the dialog look better
11709
11710 2005-10-14 [paul]       1.9.15cvs46
11711
11712         * src/folderview.c
11713                 indicate presense of marked msgs in
11714                 unexpanded subfolders
11715
11716 2005-10-14 [paul]       1.9.15cvs45
11717
11718         * src/prefs_actions.c
11719         * src/prefs_common.c
11720         * src/prefs_common.h
11721         * src/prefs_filtering_action.c
11722         * src/prefs_matcher.c
11723         * src/prefs_template.c
11724                 remember window sizes
11725                 fix Info button size
11726
11727         Patches by wwp
11728
11729 2005-10-13 [colin]      1.9.15cvs44
11730
11731         * src/mimeview.c
11732         * src/noticeview.c
11733         * src/noticeview.h
11734                 Add a tooltip on the icon (optional) 
11735                 Get rid of the signature buttons and only
11736                 use the icon+tooltip
11737
11738 2005-10-13 [colin]      1.9.15cvs43
11739
11740         * src/noticeview.c
11741         * src/noticeview.h
11742                 Add hand cursor for hovering over icon
11743
11744 2005-10-13 [colin]      1.9.15cvs42
11745
11746         * src/summaryview.c
11747                 Fix crash when quicksearch's hidden 
11748                 at startup
11749
11750 2005-10-13 [colin]      1.9.15cvs41
11751
11752         * src/compose.c
11753                 Set subject when forwarding multiple mails
11754                 Check that other recipient than the default Cc or Bcc
11755                 have been set before sending.
11756
11757 2005-10-13 [colin]      1.9.15cvs40
11758
11759         * src/imap.c
11760                 Batch per-folder
11761                 Introduce locking, but don't use it yet
11762
11763 2005-10-13 [colin]      1.9.15cvs39
11764
11765         * src/gtk/quicksearch.c
11766                 Reset quicksearch when hiding it
11767                 Make sticky a real pref
11768
11769 2005-10-13 [colin]      1.9.15cvs38
11770
11771         * src/summaryview.c
11772                 Faster prefs apply
11773
11774 2005-10-13 [colin]      1.9.15cvs37
11775
11776         * src/mimeview.c
11777         * src/noticeview.c
11778         * src/noticeview.h
11779         * src/plugins/pgpcore/sgpgme.c
11780                 Make privacy icon clickable
11781                 Move Trust field in Full info
11782                 When trust is less than full, don't display
11783                 a warning icon
11784
11785 2005-10-13 [colin]      1.9.15cvs36
11786
11787         * src/folder.c
11788                 Batch on flags sync
11789         * src/folderview.c
11790                 Revert speed hack which is dangerous in fact
11791                 Apply prefs faster
11792
11793 2005-10-13 [colin]      1.9.15cvs35
11794
11795         * src/folder_item_prefs.c
11796                 Fix pref corruption on folder move. Patch
11797                 by wwp
11798
11799 2005-10-13 [paul]       1.9.15cvs34
11800
11801         * src/export.c
11802         * src/import.c
11803                 fix typos in g_warnings
11804         * src/prefs_account.c
11805                 add a file selector for Signature file
11806
11807         Patches by wwp
11808
11809 2005-10-12 [colin]      1.9.15cvs33
11810
11811         * src/mimeview.c
11812                 Provide a quick way to go back from a
11813                 signature's full info to the email part
11814
11815 2005-10-12 [colin]      1.9.15cvs32
11816
11817         * src/compose.c
11818                 Remove old hack of encoding signed mails with base64.
11819                 QP works equally well.
11820
11821 2005-10-12 [colin]      1.9.15cvs31
11822
11823         * src/crash.c
11824                 Replace deprecated GtkText with GtkTextView
11825         * src/imap.c
11826                 Fix a logic bug about counts in imap_select
11827                 (previously un-triggered)
11828         * src/mainwindow.c
11829         * src/summaryview.c
11830         * src/news.c
11831                 Allow local deletion of news posts
11832         * src/mimeview.c
11833                 Show GPG noticeview on the message/rfc822 part
11834                 in addition to the text/plain one
11835         * src/prefs_image_viewer.c
11836           src/plugins/pgpcore/prefs_gpg.c
11837                 Polish (set the label as part of the checkbox)
11838         * src/wizard.c
11839                 Don't sit there doing nothing after destroying
11840                 the window - return err
11841
11842 2005-10-11 [colin]      1.9.15cvs30
11843
11844         * src/folderview.c
11845                 Apply processing rules before showing folders.
11846                 Early folder show (before flags sync) will only
11847                 be done when there are no processing rules (nor
11848                 pre- or post- ones)
11849         * src/imap.c
11850                 Fix stuff related to mail subdir, creation and 
11851                 deletion of folders 
11852         * src/imap_gtk.c
11853                 Don't allow creation of folders in NoInferior
11854                 folders, as it won't work
11855
11856 2005-10-10 [colin]      1.9.15cvs29
11857
11858         * src/compose.c
11859                 Reselect "None" Privacy system when selecting an
11860                 account with no privacy system defined
11861
11862 2005-10-10 [colin]      1.9.15cvs28
11863
11864         * src/mainwindow.c
11865                 Add Windows-1252 encoding
11866         * src/prefs_common.c
11867                 Rework some defaults:
11868                 - autosave to draft by default
11869                 - don't show header pane (it's already in the textview)
11870                 - Select first new or unread mail on entry
11871                 - Assume 'Yes' to change folder when there's no more
11872                   unread message
11873         * src/prefs_matcher.c
11874                 Fix a gtk assertion failure
11875         * src/gtk/colorlabel.c
11876                 Workaround bad repainting on selection
11877         * src/main.c
11878                 Freeze/thaw (a bit faster on ssh -X)
11879         * src/msgcache.c
11880                 Get rid of StrdupConverter that just adds an
11881                 extra strdup/free 
11882         * src/etpan/imap_thread.c
11883                 memset buf to 0
11884
11885 2005-10-10 [colin]      1.9.15cvs27
11886
11887         * src/export.c
11888         * src/import.c
11889                 Fix compile on gtk 2.4. Patch by wwp
11890
11891 2005-10-09 [colin]      1.9.15cvs26
11892
11893         * src/mainwindow.c
11894         * src/messageview.c
11895         * src/summaryview.c
11896                 Clarify forward menus. Patch by wwp
11897
11898 2005-10-09 [colin]      1.9.15cvs25
11899
11900         * src/compose.c
11901         * src/compose.h
11902                 Fix bug #829 (Non-working "Encrypt message by 
11903                 default when replying to an encrypted message")
11904
11905 2005-10-08 [colin]      1.9.15cvs24
11906
11907         * src/wizard.c
11908                 Fix bug #827 ("Welcome" setup wizard after a 
11909                 permission error gives up & forgets itself.)
11910
11911 2005-10-08 [colin]      1.9.15cvs23
11912
11913         * src/procmime.c
11914                 Fix bug #828 (Ignoring headers with spaces around = sign)
11915
11916 2005-10-08 [colin]      1.9.15cvs22
11917
11918         * src/export.c
11919                 Warning fix by wwp
11920
11921 2005-10-08 [colin]      1.9.15cvs21
11922
11923         * src/folder.c
11924         * src/folder.h
11925                 Add a processing_pending indicator, set on 
11926                 folder_item_open and cleared after 
11927                 folder_item_process_open
11928         * src/folderview.c
11929         * src/summaryview.c
11930                 wrap procmsg_msginfo_*_flags, and in the
11931                 wrapper check that there's no folder processing 
11932                 pending. If there is, defer the flags change until 
11933                 processing is done to avoid stepping over each
11934                 other's toes.
11935                 Freeze during processing, but not during scanning.
11936
11937 2005-10-07 [colin]      1.9.15cvs20
11938
11939         * src/plugins/pgpcore/passphrase.c
11940                 Fix bug #826 (X-Server hangs when 
11941                 right-clicking a PGP encrypted message)
11942
11943 2005-10-07 [paul]       1.9.15cvs19
11944
11945         * src/compose.c
11946                 fix compose_entries[]
11947                 patch by Fabien Vantard
11948
11949 2005-10-06 [colin]      1.9.15cvs18
11950
11951         * src/pixmaps/address.xpm
11952         * src/pixmaps/address_book.xpm
11953         * src/pixmaps/book.xpm
11954         * src/pixmaps/check_spelling.xpm
11955         * src/pixmaps/checkbox_off.xpm
11956         * src/pixmaps/checkbox_on.xpm
11957         * src/pixmaps/close.xpm
11958         * src/pixmaps/complete.xpm
11959         * src/pixmaps/continue.xpm
11960         * src/pixmaps/deleted.xpm
11961         * src/pixmaps/down_arrow.xpm
11962         * src/pixmaps/exec.xpm
11963         * src/pixmaps/forwarded.xpm
11964         * src/pixmaps/group.xpm
11965         * src/pixmaps/ignorethread.xpm
11966         * src/pixmaps/interface.xpm
11967         * src/pixmaps/jpilot.xpm
11968         * src/pixmaps/ldap.xpm
11969         * src/pixmaps/linewrap.xpm
11970         * src/pixmaps/linewrapcurrent.xpm
11971         * src/pixmaps/mail.xpm
11972         * src/pixmaps/mail_attach.xpm
11973         * src/pixmaps/mail_compose.xpm
11974         * src/pixmaps/mail_forward.xpm
11975         * src/pixmaps/mail_receive.xpm
11976         * src/pixmaps/mail_receive_all.xpm
11977         * src/pixmaps/mail_reply.xpm
11978         * src/pixmaps/mail_reply_to_all.xpm
11979         * src/pixmaps/mail_reply_to_author.xpm
11980         * src/pixmaps/mail_send.xpm
11981         * src/pixmaps/mail_send_queue.xpm
11982         * src/pixmaps/mime_application.xpm
11983         * src/pixmaps/mime_audio.xpm
11984         * src/pixmaps/mime_image.xpm
11985         * src/pixmaps/mime_message.xpm
11986         * src/pixmaps/mime_text_enriched.xpm
11987         * src/pixmaps/mime_text_html.xpm
11988         * src/pixmaps/mime_text_plain.xpm
11989         * src/pixmaps/mime_unknown.xpm
11990         * src/pixmaps/new.xpm
11991         * src/pixmaps/news_compose.xpm
11992         * src/pixmaps/offline.xpm
11993         * src/pixmaps/online.xpm
11994         * src/pixmaps/paste.xpm
11995         * src/pixmaps/preferences.xpm
11996         * src/pixmaps/privacy_emblem_encrypted.xpm
11997         * src/pixmaps/privacy_expired.xpm
11998         * src/pixmaps/privacy_failed.xpm
11999         * src/pixmaps/privacy_passed.xpm
12000         * src/pixmaps/privacy_signed.xpm
12001         * src/pixmaps/privacy_unknown.xpm
12002         * src/pixmaps/privacy_warn.xpm
12003         * src/pixmaps/properties.xpm
12004         * src/pixmaps/replied.xpm
12005         * src/pixmaps/search.xpm
12006         * src/pixmaps/unread.xpm
12007         * src/pixmaps/up_arrow.xpm
12008         * src/pixmaps/vcard.xpm
12009                 Modernize internal theme, with icons from the 
12010                 Gnomaws theme. Keep some of the old ones where
12011                 they were better.
12012
12013 2005-10-06 [colin]      1.9.15cvs17
12014
12015         * src/summaryview.c
12016                 Little optimisations + bugfix
12017         * src/toolbar.c
12018                 Remove default useless items - useless being defined
12019                 by the default relevant prefs
12020         * src/wizard.c
12021                 include config.h to make gettext work
12022         * src/prefs_themes.c
12023                 Fix selection of current theme in prefs
12024
12025 2005-10-06 [colin]      1.9.15cvs16
12026
12027         * src/prefs_common.c
12028         * src/prefs_common.h
12029         * src/prefs_summaries.c
12030         * src/folderview.c
12031                 Add a warning dialog on Mark all read 
12032                 (with pref to get rid of it)
12033
12034 2005-10-06 [paul]       1.9.15cvs15
12035
12036         * po/nb.po
12037         * po/pt_BR.po
12038                 updated by Geir Helland and Frederico
12039                 Goncalves Guimaraes
12040
12041 2005-10-05 [colin]      1.9.15cvs14
12042
12043         * src/folder.c
12044         * src/folder.h
12045         * src/folderview.c
12046         * src/folderview.h
12047         * src/imap_gtk.c
12048         * src/mh_gtk.c
12049         * src/mainwindow.c
12050         * src/setup.c
12051                 add a way to rescan without rebuilding
12052                 make moving a bit faster (less folders changes)
12053                 don't lock the tree on Get 
12054         * src/imap.c
12055                 Don't re-delete deleted messages before expunging
12056         * src/summaryview.c
12057                 Set batch mode when deleting mails
12058
12059 2005-10-05 [paul]       1.9.15cvs13
12060
12061         * src/mainwindow.c
12062         * src/mainwindow.h
12063                 fix disabled Execute menu item
12064         * src/toolbar.c
12065                 match the change in 1.9.15cvs10: use Compose
12066                 instead of News by default
12067
12068 2005-10-04 [colin]      1.9.15cvs12
12069
12070         * src/compose.c
12071                 When replying to an ML post with Reply-To set
12072                 to the poster's email, honor it (as before),
12073                 but also honor our user's request to reply to
12074                 the mailing list: set the ML address in the To
12075                 field and the Reply-To address in the Cc: 
12076                 field.
12077
12078 2005-10-04 [colin]      1.9.15cvs11
12079
12080         * src/plugins/trayicon/trayicon.c
12081                 Finish cosmetic change - thanks to wwp
12082
12083 2005-10-04 [colin]      1.9.15cvs10
12084
12085         * src/toolbar.c
12086                 Use Compose instead of Email by default.
12087                 Spotted by wwp.
12088
12089 2005-10-04 [colin]      1.9.15cvs9
12090
12091         * src/folder.c
12092         * src/folder.h
12093         * src/folderview.c
12094         * src/imap.c
12095         * src/etpan/imap-thread.c
12096         * src/etpan/imap-thread.h
12097                 Try to make IMAP faster, by simplifying SEARCH
12098                 commands, avoiding sending two STATUS in a row,
12099                 and deferring flags sync and processing just
12100                 after displaying the folder. 
12101                 This will update the SummaryView in certain
12102                 cases (new mails not already fetched, flags
12103                 changed from another client) but in a non-
12104                 blocking manner.
12105
12106 2005-10-04 [colin]      1.9.15cvs8
12107
12108         * src/plugins/trayicon/trayicon.c
12109                 Relabel "Offline" to "Work offline"
12110
12111 2005-10-04 [colin]      1.9.15cvs7
12112
12113         * src/export.c
12114         * src/import.c
12115         * src/mbox.c
12116                 Fix mbox import/export buglets
12117                 Patch by wwp
12118         * src/plugins/trayicon/trayicon.c
12119                 Add offline swithc
12120                 Patch by wwp
12121
12122 2005-10-04 [colin]      1.9.15cvs6
12123
12124         * src/folder.c
12125         * src/folderview.c
12126         * src/summaryview.c
12127                 Better fix (don't break mark all read) for cvs2
12128
12129 2005-10-03 [colin]      1.9.15cvs5
12130
12131         * src/folder.c
12132                 Use a sane sort by default
12133
12134 2005-10-03 [colin]      1.9.15cvs4
12135
12136         * src/inc.c
12137                 Add a 'Only once' button for overriding offline mode
12138         * src/prefs_account.c
12139         * src/wizard.c
12140                 Add Local mbox to the wizard
12141                 Add IMAP subdir to the wizard (or the wizard is useless
12142                 for such accounts, or even worse than useless)
12143                 Move IMAP subdir from Advanced to Receive tab, as it's
12144                 not that uncommon
12145
12146 2005-10-03 [colin]      1.9.15cvs3
12147
12148         * src/send_message.c
12149                 Forgot this one in cvs1
12150
12151 2005-10-03 [colin]      1.9.15cvs2
12152
12153         * src/folder.c
12154                 Faster close when leaving a folder with lots
12155                 of new mails. Idea by David Relson.
12156
12157 2005-10-03 [colin]      1.9.15cvs1
12158
12159         * src/compose.c
12160         * src/imap.c
12161         * src/inc.c
12162         * src/main.c
12163         * src/messageview.c
12164         * src/news.c
12165         * src/summaryview.c
12166         * src/gtk/sslcertwindow.c
12167         * src/plugins/trayicon/trayicon.c
12168                 Add accels to every AlertPanel. Patch by Fabien 
12169                 Vantard
12170
12171 2005-10-03 [paul]       1.9.15
12172
12173         1.9.15 released
12174
12175 2005-10-03 [paul]       1.9.14cvs68
12176
12177         * po/ca.po
12178         * po/de.po
12179         * po/es.po
12180         * po/fi.po
12181         * po/fr.po
12182         * po/sk.po
12183         * po/sr.po
12184         * po/zh_CN.po
12185                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12186                 Mones Lastra, Tommi Pirinen, Fabien vantard,
12187                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
12188
12189 2005-10-03 [paul]       1.9.14cvs67
12190
12191         * src/send_message.c
12192                 prevent hang on Cancel
12193                 patch by Colin
12194
12195 2005-10-03 [paul]       1.9.14cvs66
12196
12197         * src/main.c
12198                 fix crash in IMAP caused by discrepancy
12199                 between check_at_startup and offline mode
12200                 Patch by Colin
12201
12202 2005-10-01 [paul]       1.9.14cvs65
12203
12204         * src/inc.c
12205                 fix engrish
12206
12207 2005-10-01 [paul]       1.9.14cvs64
12208         * src/export.c
12209         * src/import.c
12210                 synchronise import_mbox() and export_mbox()
12211         * src/mbox.c
12212                 proc_mbox(): add alert if file cannot be opened
12213                 export_list_to_mbox(): test if dest file exists,
12214                 prompt user to overwrite if it does. add alert
12215                 if file cannot be created
12216                                                                 
12217         Patch by wwp
12218                                                                                                                 
12219
12220 2005-09-30 [paul]       1.9.14cvs63
12221
12222         * src/addressbook.c
12223                 Fix sensitivity of a menu
12224         * src/codeconv.c
12225                 Respect hidden pref for mails with no encoding
12226         * src/common/xml.c
12227                 Fix memory corruption
12228         * src/plugins/pgpcore/sgpgme.c
12229                 Fix segfault on incomplete sigs, and display
12230                 of S/Mime UIDs
12231
12232         Patches by Colin
12233
12234 2005-09-30 [colin]      1.9.14cvs62
12235
12236         * src/partial_download.c
12237                 Little logic fix in almost-dead code
12238         * src/pop.c
12239                 Fix partial download when there's no new mail
12240
12241 2005-09-29 [paul]       1.9.14cvs61
12242
12243         * src/plugins/pgpinline/pgpinline.c
12244                 fix bug 819, 'crash accessing sign message'
12245                 Patch by Colin
12246
12247 2005-09-28 [martin]     1.9.14cvs60
12248
12249         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12250                 fix bug #790 (Crash when restarting window manager (fluxbox))
12251
12252 2005-09-28 [paul]       1.9.14cvs59
12253
12254         * src/gtk/gtkaspell.c
12255                 fix off-by-one typo
12256
12257 2005-09-27 [colin]      1.9.14cvs58
12258
12259         * src/plugins/pgpcore/sgpgme.c
12260                 Report error when there's one, instead of
12261                 "Signature unchecked" 
12262
12263 2005-09-27 [colin]      1.9.14cvs57
12264
12265         * src/prefs_quote.c
12266                 Fix bug #816 (Weird quotation with spaces)
12267
12268 2005-09-27 [colin]      1.9.14cvs56
12269
12270         * src/codeconv.c
12271         * src/compose.c
12272         * src/compose.h
12273                 Put subject in compose's title
12274                 Fix Automatic encoding so that it's really automatic:
12275                 first try default locale's charset, then charset of the replied mail, 
12276                 then utf-8
12277                 Fix encoding of headers (must be in strict mode too)
12278
12279 2005-09-26 [colin]      1.9.14cvs55
12280
12281         * src/gtk/gtkaspell.c
12282                 Fix previous patch - don't color the space,
12283                 just uncolor it :)
12284
12285 2005-09-26 [colin]      1.9.14cvs54
12286
12287         * src/gtk/gtkaspell.c
12288                 Unmark space if possible
12289
12290 2005-09-26 [colin]      1.9.14cvs53
12291
12292         * src/imap.c
12293                 log_error instead of alertpanel according to the pref
12294         * src/etpan/imap-thread.c
12295                 Print connect status, copy only necessary size to 
12296                 logger
12297         * src/plugins/pgpmime/pgpmime.c
12298                 Handle S/Mime signatures (verification only). Patch based
12299                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
12300
12301 2005-09-26 [paul]       1.9.14cvs52
12302
12303         * src/common/passcrypt.c
12304                 this 'workaround' not necessary on NetBSD.
12305                 Thanks to Daniel Gustafson
12306
12307 2005-09-26 [paul]
12308
12309         1.9.15-rc4 released
12310
12311 2005-09-26 [paul]       1.9.14cvs51
12312
12313         * src/summaryview.c
12314                 Skip currently selected message when
12315                 looking for next new or unread message
12316                 in current folder. Patch by Colin
12317         * src/common/passcrypt.c
12318                 eliminate warnings on *BSD. Patch by
12319                 Daniel Gustafson
12320
12321 2005-09-26 [colin]      1.9.14cvs50
12322
12323         * src/procmsg.c
12324                 Call postfiltering hook anyway
12325
12326 2005-09-22 [colin]      1.9.14cvs49
12327
12328         * src/codeconv.c
12329         * src/codeconv.h
12330                 Add a strict mode that doesn't replace with _
12331         * src/compose.c
12332         * src/compose.h
12333                 Use strict conversion while sending
12334                 Fix race when drafting while sending (happens
12335                 on IMAP)
12336                 Fix d'n'd of messages from summaryview
12337         * src/prefs_common.c
12338         * src/prefs_common.h
12339                 add hidden utf8_instead_of_locale_for_broken_mail 
12340                 pref for people that preferred the default charset 
12341                 to be utf8 for broken mails
12342         * src/quote_fmt_parse.y
12343                 fix bug #815 (No quote insert if "From:" fied 
12344                 contained Russian letters)
12345         * src/summaryview.c
12346                 Fix d'n'd of messages to compose
12347
12348 2005-09-22 [paul]       1.9.14cvs48
12349
12350         * src/compose.c
12351                 fix bug where attachments Name entry
12352                 would display Path instead
12353
12354 2005-09-21 [paul]       1.9.14cvs47
12355
12356         * README
12357         * README.jp
12358         * configure.ac
12359         * config/config.rpath
12360         * doc/manual/en/sylpheed-20.html
12361         * doc/manual/es/sylpheed-20.html
12362         * po/bg.po
12363         * po/ca.po
12364         * po/de.po
12365         * po/es.po
12366         * po/fr.po
12367         * po/it.po
12368         * po/pt_BR.po
12369         * po/sk.po
12370         * po/zh_TW.po
12371         * src/account.c
12372         * src/account.h
12373         * src/action.c
12374         * src/action.h
12375         * src/adbookbase.h
12376         * src/addr_compl.c
12377         * src/addr_compl.h
12378         * src/addrbook.c
12379         * src/addrbook.h
12380         * src/addrcache.c
12381         * src/addrcache.h
12382         * src/addrcindex.c
12383         * src/addrcindex.h
12384         * src/addrclip.c
12385         * src/addrclip.h
12386         * src/addrdefs.h
12387         * src/addressadd.c
12388         * src/addressadd.h
12389         * src/addressbook.c
12390         * src/addressbook.h
12391         * src/addressitem.h
12392         * src/addrgather.c
12393         * src/addrgather.h
12394         * src/addrharvest.c
12395         * src/addrharvest.h
12396         * src/addrindex.c
12397         * src/addrindex.h
12398         * src/addritem.c
12399         * src/addritem.h
12400         * src/addrquery.c
12401         * src/addrquery.h
12402         * src/addrselect.c
12403         * src/addrselect.h
12404         * src/alertpanel.c
12405         * src/alertpanel.h
12406         * src/browseldap.c
12407         * src/browseldap.h
12408         * src/codeconv.c
12409         * src/codeconv.h
12410         * src/compose.c
12411         * src/compose.h
12412         * src/crash.c
12413         * src/crash.h
12414         * src/customheader.c
12415         * src/customheader.h
12416         * src/displayheader.c
12417         * src/displayheader.h
12418         * src/editaddress.c
12419         * src/editaddress.h
12420         * src/editbook.c
12421         * src/editbook.h
12422         * src/editgroup.c
12423         * src/editgroup.h
12424         * src/editjpilot.c
12425         * src/editjpilot.h
12426         * src/editldap.c
12427         * src/editldap.h
12428         * src/editldap_basedn.c
12429         * src/editldap_basedn.h
12430         * src/editvcard.c
12431         * src/editvcard.h
12432         * src/enriched.c
12433         * src/enriched.h
12434         * src/exphtmldlg.c
12435         * src/exphtmldlg.h
12436         * src/expldifdlg.c
12437         * src/expldifdlg.h
12438         * src/export.c
12439         * src/export.h
12440         * src/exporthtml.c
12441         * src/exporthtml.h
12442         * src/exportldif.c
12443         * src/exportldif.h
12444         * src/filtering.c
12445         * src/filtering.h
12446         * src/folder.c
12447         * src/folder.h
12448         * src/folder_item_prefs.c
12449         * src/folder_item_prefs.h
12450         * src/foldersel.c
12451         * src/foldersel.h
12452         * src/folderutils.c
12453         * src/folderutils.h
12454         * src/folderview.c
12455         * src/folderview.h
12456         * src/grouplistdialog.c
12457         * src/grouplistdialog.h
12458         * src/headerview.c
12459         * src/headerview.h
12460         * src/html.c
12461         * src/html.h
12462         * src/image_viewer.c
12463         * src/image_viewer.h
12464         * src/imap.c
12465         * src/imap.h
12466         * src/imap_gtk.c
12467         * src/imap_gtk.h
12468         * src/import.c
12469         * src/import.h
12470         * src/importldif.c
12471         * src/importldif.h
12472         * src/importmutt.c
12473         * src/importmutt.h
12474         * src/importpine.c
12475         * src/importpine.h
12476         * src/inc.c
12477         * src/inc.h
12478         * src/jpilot.c
12479         * src/jpilot.h
12480         * src/ldapctrl.c
12481         * src/ldapctrl.h
12482         * src/ldaplocate.c
12483         * src/ldaplocate.h
12484         * src/ldapquery.c
12485         * src/ldapquery.h
12486         * src/ldapserver.c
12487         * src/ldapserver.h
12488         * src/ldaputil.c
12489         * src/ldaputil.h
12490         * src/ldif.c
12491         * src/ldif.h
12492         * src/localfolder.c
12493         * src/localfolder.h
12494         * src/main.c
12495         * src/main.h
12496         * src/mainwindow.c
12497         * src/mainwindow.h
12498         * src/manual.c
12499         * src/manual.h
12500         * src/matcher.c
12501         * src/matcher.h
12502         * src/matcher_parser.h
12503         * src/matcher_parser_lex.l
12504         * src/matcher_parser_parse.y
12505         * src/mbox.c
12506         * src/mbox.h
12507         * src/message_search.c
12508         * src/message_search.h
12509         * src/messageview.c
12510         * src/messageview.h
12511         * src/mh.c
12512         * src/mh.h
12513         * src/mh_gtk.c
12514         * src/mh_gtk.h
12515         * src/mimeview.c
12516         * src/mimeview.h
12517         * src/msgcache.c
12518         * src/msgcache.h
12519         * src/mutt.c
12520         * src/mutt.h
12521         * src/news.c
12522         * src/news.h
12523         * src/news_gtk.c
12524         * src/news_gtk.h
12525         * src/noticeview.c
12526         * src/noticeview.h
12527         * src/partial_download.c
12528         * src/partial_download.h
12529         * src/pine.c
12530         * src/pine.h
12531         * src/pop.c
12532         * src/pop.h
12533         * src/prefs_account.c
12534         * src/prefs_account.h
12535         * src/prefs_actions.c
12536         * src/prefs_actions.h
12537         * src/prefs_common.c
12538         * src/prefs_common.h
12539         * src/prefs_compose_writing.c
12540         * src/prefs_compose_writing.h
12541         * src/prefs_customheader.c
12542         * src/prefs_customheader.h
12543         * src/prefs_display_header.c
12544         * src/prefs_display_header.h
12545         * src/prefs_ext_prog.c
12546         * src/prefs_ext_prog.h
12547         * src/prefs_filtering.c
12548         * src/prefs_filtering.h
12549         * src/prefs_filtering_action.c
12550         * src/prefs_filtering_action.h
12551         * src/prefs_folder_column.c
12552         * src/prefs_folder_column.h
12553         * src/prefs_folder_item.c
12554         * src/prefs_folder_item.h
12555         * src/prefs_fonts.c
12556         * src/prefs_fonts.h
12557         * src/prefs_gtk.c
12558         * src/prefs_gtk.h
12559         * src/prefs_image_viewer.c
12560         * src/prefs_image_viewer.h
12561         * src/prefs_matcher.c
12562         * src/prefs_matcher.h
12563         * src/prefs_message.c
12564         * src/prefs_message.h
12565         * src/prefs_msg_colors.c
12566         * src/prefs_msg_colors.h
12567         * src/prefs_other.c
12568         * src/prefs_other.h
12569         * src/prefs_quote.c
12570         * src/prefs_quote.h
12571         * src/prefs_receive.c
12572         * src/prefs_receive.h
12573         * src/prefs_send.c
12574         * src/prefs_send.h
12575         * src/prefs_spelling.c
12576         * src/prefs_spelling.h
12577         * src/prefs_summaries.c
12578         * src/prefs_summaries.h
12579         * src/prefs_summary_column.c
12580         * src/prefs_summary_column.h
12581         * src/prefs_template.c
12582         * src/prefs_template.h
12583         * src/prefs_themes.c
12584         * src/prefs_themes.h
12585         * src/prefs_toolbar.c
12586         * src/prefs_toolbar.h
12587         * src/prefs_wrapping.c
12588         * src/prefs_wrapping.h
12589         * src/privacy.c
12590         * src/privacy.h
12591         * src/procheader.c
12592         * src/procheader.h
12593         * src/procmime.c
12594         * src/procmime.h
12595         * src/procmsg.c
12596         * src/procmsg.h
12597         * src/quote_fmt.c
12598         * src/quote_fmt_parse.y
12599         * src/recv.c
12600         * src/recv.h
12601         * src/remotefolder.c
12602         * src/remotefolder.h
12603         * src/send_message.c
12604         * src/send_message.h
12605         * src/setup.c
12606         * src/setup.h
12607         * src/simple-gettext.c
12608         * src/sourcewindow.c
12609         * src/sourcewindow.h
12610         * src/ssl_manager.c
12611         * src/ssl_manager.h
12612         * src/statusbar.c
12613         * src/statusbar.h
12614         * src/stock_pixmap.c
12615         * src/stock_pixmap.h
12616         * src/summary_search.c
12617         * src/summary_search.h
12618         * src/summaryview.c
12619         * src/summaryview.h
12620         * src/syldap.c
12621         * src/syldap.h
12622         * src/textview.c
12623         * src/textview.h
12624         * src/toolbar.c
12625         * src/toolbar.h
12626         * src/undo.c
12627         * src/undo.h
12628         * src/unmime.c
12629         * src/unmime.h
12630         * src/vcard.c
12631         * src/vcard.h
12632         * src/wizard.c
12633         * src/wizard.h
12634         * src/common/base64.c
12635         * src/common/base64.h
12636         * src/common/defs.h
12637         * src/common/hooks.c
12638         * src/common/hooks.h
12639         * src/common/log.c
12640         * src/common/log.h
12641         * src/common/md5.c
12642         * src/common/md5.h
12643         * src/common/mgutils.c
12644         * src/common/mgutils.h
12645         * src/common/nntp.c
12646         * src/common/nntp.h
12647         * src/common/passcrypt.c
12648         * src/common/passcrypt.h.in
12649         * src/common/plugin.c
12650         * src/common/plugin.h
12651         * src/common/prefs.c
12652         * src/common/prefs.h
12653         * src/common/progressindicator.c
12654         * src/common/progressindicator.h
12655         * src/common/quoted-printable.c
12656         * src/common/quoted-printable.h
12657         * src/common/session.c
12658         * src/common/session.h
12659         * src/common/smtp.c
12660         * src/common/smtp.h
12661         * src/common/socket.c
12662         * src/common/socket.h
12663         * src/common/ssl.c
12664         * src/common/ssl.h
12665         * src/common/ssl_certificate.c
12666         * src/common/ssl_certificate.h
12667         * src/common/string_match.c
12668         * src/common/string_match.h
12669         * src/common/stringtable.c
12670         * src/common/sylpheed.c
12671         * src/common/sylpheed.h
12672         * src/common/template.c
12673         * src/common/template.h
12674         * src/common/timing.h
12675         * src/common/utils.c
12676         * src/common/utils.h
12677         * src/common/uuencode.c
12678         * src/common/uuencode.h
12679         * src/common/version.h.in
12680         * src/common/xml.c
12681         * src/common/xml.h
12682         * src/common/xmlprops.c
12683         * src/common/xmlprops.h
12684         * src/gtk/about.c
12685         * src/gtk/about.h
12686         * src/gtk/colorlabel.c
12687         * src/gtk/colorlabel.h
12688         * src/gtk/colorsel.c
12689         * src/gtk/colorsel.h
12690         * src/gtk/description_window.c
12691         * src/gtk/description_window.h
12692         * src/gtk/filesel.c
12693         * src/gtk/filesel.h
12694         * src/gtk/foldersort.c
12695         * src/gtk/foldersort.h
12696         * src/gtk/gtkutils.c
12697         * src/gtk/gtkutils.h
12698         * src/gtk/inputdialog.c
12699         * src/gtk/inputdialog.h
12700         * src/gtk/logwindow.c
12701         * src/gtk/logwindow.h
12702         * src/gtk/manage_window.c
12703         * src/gtk/manage_window.h
12704         * src/gtk/menu.c
12705         * src/gtk/menu.h
12706         * src/gtk/pluginwindow.c
12707         * src/gtk/pluginwindow.h
12708         * src/gtk/prefswindow.c
12709         * src/gtk/prefswindow.h
12710         * src/gtk/progressdialog.c
12711         * src/gtk/progressdialog.h
12712         * src/gtk/quicksearch.c
12713         * src/gtk/quicksearch.h
12714         * src/gtk/sslcertwindow.c
12715         * src/gtk/sslcertwindow.h
12716         * src/plugins/clamav/clamav_plugin.c
12717         * src/plugins/clamav/clamav_plugin.h
12718         * src/plugins/clamav/clamav_plugin_gtk.c
12719         * src/plugins/demo/demo.c
12720         * src/plugins/dillo_viewer/dillo_prefs.c
12721         * src/plugins/dillo_viewer/dillo_prefs.h
12722         * src/plugins/dillo_viewer/dillo_viewer.c
12723         * src/plugins/mathml_viewer/mathml_viewer.c
12724         * src/plugins/pgpcore/passphrase.c
12725         * src/plugins/pgpcore/passphrase.h
12726         * src/plugins/pgpcore/plugin.c
12727         * src/plugins/pgpcore/prefs_gpg.c
12728         * src/plugins/pgpcore/prefs_gpg.h
12729         * src/plugins/pgpcore/select-keys.c
12730         * src/plugins/pgpcore/select-keys.h
12731         * src/plugins/pgpcore/sgpgme.c
12732         * src/plugins/pgpcore/sgpgme.h
12733         * src/plugins/pgpinline/pgpinline.c
12734         * src/plugins/pgpinline/pgpinline.h
12735         * src/plugins/pgpinline/plugin.c
12736         * src/plugins/pgpmime/pgpmime.c
12737         * src/plugins/pgpmime/pgpmime.h
12738         * src/plugins/pgpmime/plugin.c
12739         * src/plugins/spamassassin/spamassassin.c
12740         * src/plugins/spamassassin/spamassassin.h
12741         * src/plugins/spamassassin/spamassassin_gtk.c
12742         * src/plugins/trayicon/trayicon.c
12743         * tools/OOo2sylpheed.pl
12744         * tools/acroread2sylpheed.pl
12745         * tools/asus_mailled.sh
12746         * tools/filter_conv.pl
12747         * tools/freshmeat_search.pl
12748         * tools/google_search.pl
12749         * tools/kmail2sylpheed.pl
12750         * tools/kmail2sylpheed_v2.pl
12751         * tools/maildir2sylpheed.pl
12752         * tools/multiwebsearch.pl
12753         * tools/newscache_clean.pl
12754         * tools/outlook2sylpheed.pl
12755         * tools/sylpheed-switcher
12756         * tools/update-po
12757         * tools/vcard2xml.py
12758         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
12759                 update FSF address
12760
12761 2005-09-21 [colin]      1.9.14cvs46
12762
12763         * src/gedit-print.c
12764         * src/procmsg.c
12765         * src/procmsg.h
12766         * src/textview.c
12767         * src/summaryview.c
12768                 Remove some printing hacks (deselection/reselection),
12769                 which by the way fix printing the currently 
12770                 displayed mime part (still only text)
12771                 Plus a little optimisation of summary_show
12772
12773
12774 2005-09-20 [colin]      1.9.14cvs45
12775
12776         * src/mainwindow.c
12777         * src/messageview.c
12778                 GUI fixups: add accels, set message
12779                 view title to displayed mail's subject
12780         * src/prefs_spelling.c
12781         * src/gtk/gtkaspell.c
12782                 GUI fixups: allow underlining misspelled
12783                 words instead of coloring them (a11y!)
12784
12785 2005-09-19 [colin]
12786
12787         1.9.15rc3 released
12788
12789 2005-09-19 [colin]      1.9.14cvs44
12790
12791         * src/compose.c
12792                 Fix draft message
12793         * src/gtk/gtkaspell.c
12794                 Fix wrong test ;-)
12795
12796 2005-09-19 [colin]      1.9.14cvs43
12797
12798         * src/addressbook.c
12799                 Fix sensitivity of Delete button
12800         * src/compose.c
12801                 Warn if the requested Privacy system
12802                 is not available
12803         * src/exphtmldlg.c
12804         * src/expldifdlg.c
12805         * src/importldif.c
12806         * src/importmutt.c
12807         * src/importpine.c
12808                 Fix crappy UI
12809         * src/
12810         * src/ssl.h
12811         * src/prefs_account.h
12812         * src/prefs_account.c
12813                 Save SSL prefs even in builds that have
12814                 SSL support disable
12815         * src/imap.c
12816         * src/inc.c
12817         * src/news.c
12818         * src/send_message.c
12819                 Warn if connection should be secure, but
12820                 SSL support isn't compiled in
12821         * src/gtkaspell.c
12822                 Fix word separation on UTF-8 systems
12823                 Fixes bug #812 (Strange inline spellchecking)
12824         * src/compose.c
12825                 Warn if the requested Privacy system
12826                 is not available
12827                 Factorize offline warning
12828         * src/imap.c
12829         * src/imap_gtk.c
12830         * src/imap_gtk.h
12831         * src/inc.h
12832         * src/news_gtk.c
12833         * src/news_gtk.h
12834         * src/messageview.c
12835                 Factorize offline warning
12836
12837 2005-09-19 [paul]
12838
12839         1.9.15-rc2 released
12840
12841 2005-09-18 [colin]      1.9.14cvs42
12842
12843         * src/codeconv.c
12844         * src/codeconv.h
12845         * src/procmime.c
12846                 Add a way to get locale's charset ignoring utf-8,
12847                 and use that as default encoding for broken mails
12848
12849 2005-09-18 [colin]      1.9.14cvs41
12850
12851         * src/gtk/logwindow.c
12852                 Translate string. Patch by Fabien Vantard
12853
12854 2005-09-18 [colin]      1.9.14cvs40
12855
12856         * configure.ac
12857                 Fix bug #803 (IMAP/SSL support breaks with 
12858                 GnuTLS libetpan 0.38)
12859
12860 2005-09-18 [colin]      1.9.14cvs39
12861
12862         * src/codeconv.c
12863         * src/compose.c
12864         * src/procmime.c
12865                 More charsets fixes. Fixes bug #806 (non
12866                 ascii characters in subject line)
12867
12868 2005-09-17 [paul]       1.9.14cvs38
12869
12870         * src/folderview.c
12871         * src/mainwindow.c
12872                 fix gcc-2.95 issues
12873                 Patch by Pawel Pekala
12874
12875 2005-09-17 [colin]      1.9.14cvs37
12876
12877         * src/addrindex.c
12878                 bugfix for NO-USE LDAP compilation, patch 
12879                 by Fabien Vantard
12880
12881 2005-09-17 [colin]      1.9.14cvs36
12882
12883         * src/prefs_actions.c
12884         * src/prefs_customheader.c
12885         * src/prefs_display_header.c
12886         * src/prefs_filtering_action.c
12887         * src/prefs_matcher.c
12888         * src/prefs_toolbar.c
12889                 Fix strange casts (less elegant but
12890                 works better)
12891
12892 2005-09-16 [colin]      1.9.14cvs35
12893
12894         * src/jpilot.c
12895                 Missed that one
12896
12897 2005-09-16 [colin]      1.9.14cvs34
12898
12899         * configure.ac
12900         * src/Makefile.am
12901         * src/addr_compl.c
12902         * src/addrindex.c
12903         * src/browseldap.c
12904         * src/editldap.c
12905         * src/ldaplocate.c
12906         * src/ldapquery.c
12907         * src/ldapquery.h
12908         * src/ldapserver.c
12909         * src/ldapserver.h
12910         * src/main.c
12911         * src/matcher_parser_parse.y
12912         * src/prefs_themes.c
12913         * src/etpan/Makefile.am
12914         * src/gtk/description_window.c
12915         * src/plugins/clamav/Makefile.am
12916         * src/plugins/clamav/clamav_plugin.c
12917         * src/plugins/dillo_viewer/Makefile.am
12918         * src/plugins/pgpcore/Makefile.am
12919         * src/plugins/pgpinline/Makefile.am
12920         * src/plugins/pgpmime/Makefile.am
12921         * src/plugins/trayicon/Makefile.am
12922                 Fix 100% cpu usage in address completion list
12923                 Fix little bugs (return with no values etc)
12924                 Fix all warnings (with common CFLAGS)
12925
12926 2005-09-15 [colin]      1.9.14cvs33
12927
12928         * src/addressbook.c
12929                 Fix bug where sometimes a group's email list is empty,
12930                 force its refresh (probably fixes "Re: how to create a 
12931                 distribution list")
12932         * src/ldapquery.c
12933                 Don't return to the callback in the main thread from the
12934                 fetch thread (or face segs!)
12935
12936 2005-09-15 [paul]       1.9.14cvs32
12937
12938         * src/prefs_matcher.c
12939                 forgotten in last commit
12940
12941 2005-09-15 [paul]       1.9.14cvs31
12942
12943         * src/prefs_actions.c
12944         * src/prefs_filtering_action.c
12945         * src/prefs_quote.c
12946         * src/quote_fmt.c
12947         * src/summaryview.c
12948         * src/gtk/description_window.c
12949         * src/gtk/description_window.h
12950         * src/gtk/quicksearch.c
12951                 allow interaction with the called
12952                 description window
12953                 Patch by Anders Hammar
12954
12955 2005-09-14 [paul]       1.9.14cvs30
12956
12957         * src/compose.c
12958                 fix a little annoyance when pasting with 3rd button 
12959                 with wrap_pastes=0 and wrap_input=1
12960                 Patch by Colin
12961
12962 2005-09-14 [paul]       1.9.14cvs29
12963
12964         * src/prefs_account.c
12965                 disable 'Filter messages on receiving' for
12966                 SMTP-only accounts
12967                 Patch  by Anders Hammar
12968
12969 2005-09-14 [paul]       1.9.14cvs28
12970
12971         * po/sk.po
12972                 fix crash
12973                 updated by Andrej Kacian
12974
12975 2005-09-14 [paul]
12976
12977         1.9.15-rc1 released
12978
12979 2005-09-14 [paul]       1.9.14cvs27
12980
12981         * po/es.po
12982                 updated by Ricardo Mones Lastra
12983         * src/compose.c
12984         * src/compose.h
12985                 associate no_wrap_tags to Compose windows
12986                 instead of using a static one
12987                 Patch by Colin
12988         * src/mbox.c
12989                 fix proc_mbox()
12990                 Patch by wwp
12991         * src/textview.c
12992                 remove unneeded printf()
12993
12994 2005-09-14 [paul]       1.9.14cvs26
12995
12996         * src/addrcache.c
12997         * src/codeconv.h
12998         * src/folder.h
12999         * src/mainwindow.h
13000         * src/mh.c
13001         * src/mimeview.h
13002         * src/partial_download.c
13003         * src/pop.c
13004         * src/prefs_account.c
13005         * src/prefs_account.h
13006         * src/prefs_actions.c
13007         * src/prefs_customheader.c
13008         * src/prefs_display_header.c
13009         * src/prefs_filtering_action.c
13010         * src/prefs_matcher.c
13011         * src/prefs_toolbar.c
13012         * src/privacy.h
13013         * src/procmime.c
13014         * src/procmime.h
13015         * src/procmsg.h
13016         * src/textview.c
13017         * src/undo.h
13018         * src/common/plugin.c
13019         * src/common/session.h
13020         * src/common/socket.c
13021         * src/common/socket.h
13022         * src/common/template.c
13023         * src/gtk/gtkaspell.c
13024         * src/gtk/quicksearch.h
13025         * src/plugins/pgpcore/passphrase.c
13026         * src/plugins/pgpcore/prefs_gpg.h
13027         * src/plugins/pgpcore/select-keys.c
13028         * src/plugins/pgpcore/select-keys.h
13029         * src/plugins/pgpcore/sgpgme.c
13030         * src/plugins/pgpinline/pgpinline.c
13031         * src/plugins/pgpmime/pgpmime.c
13032         * src/plugins/trayicon/trayicon.c
13033                 fix compilation warnings
13034                 Patch by Daniel Gustafson
13035
13036 2005-09-14 [paul]       1.9.14cvs25
13037
13038         * src/addressbook.c
13039                 add missing column header, and other small
13040                 bug fixes
13041                 Patch by Anders Hammar
13042
13043 2005-09-13 [colin]      1.9.14cvs24
13044
13045         * src/gtk/gtkaspell.c
13046                 Fix non-utf8 in menu
13047                 Fix little leaks
13048                 Nullify struct members after free()s
13049
13050 2005-09-13 [colin]      1.9.14cvs23
13051
13052         * src/compose.c
13053                 Test utf8 compliance before inserting to 
13054                 buffer, and try to convert if necessary
13055         * src/procmime.c
13056                 If no charset is present, use the locale 
13057                 one instead of us-ascii
13058         * src/procmsg.c
13059                 Add Sender, List-Post and To in the checked 
13060                 headers for automatic rules creation 
13061                 (thanks to wwp)
13062         * src/prefs_themes.c
13063         * src/gtk/gtkaspell.c
13064                 Remove deprecated functions. 
13065                 patch by Daniel Gustafson
13066
13067 2005-09-12 [colin]      1.9.14cvs22
13068
13069         * src/compose.c
13070                 Fix bug #448 (Scrolling/Redraw issue with 
13071                 address-fields in Header)
13072         * src/mainwindow.c
13073         * src/summaryview.c
13074         * src/summaryview.h
13075                 Fix loss of MSG_MARKED on move/copy
13076                 Fix bug #804 (Quicksearch togglebutton doesn't 
13077                 get depressed after '/' key is pressed)
13078
13079 2005-09-12 [paul]       1.9.14cvs21
13080
13081         * AUTHORS
13082         * src/gtk/logwindow.c
13083                 add 'Clear Log' to popup menu
13084                 Patch by Anders Hammar <anders.hammar@telia.com>
13085
13086 2005-09-12 [paul]       1.9.14cvs20
13087
13088         * src/compose.c
13089                 set correct sensitivity on attachments
13090                 popup menu
13091         * src/folder.c
13092                 fix typo
13093         * src/prefs_spelling.c
13094                 fix crash when no LANG env is set
13095         * src/common/xml.c
13096                 fix crash in wizard
13097                 don't use memeory after free
13098
13099         All patches by Daniel Gustafson
13100
13101 2005-09-12 [paul]       1.9.14cvs19
13102
13103         * src/prefs_themes.c
13104                 make theme info selectable
13105         * src/gtk/description_window.c
13106                 make window non-modal
13107         * tools/README
13108                 add details of asus_mailed.sh
13109         * tools/claws.i18n.status.pl
13110                 update for new zh_TW translator
13111                 widen the output
13112                 create alternate coloured lines
13113                 improve readability
13114
13115 2005-09-10 [colin]      1.9.14cvs18
13116
13117         * src/plugins/pgpcore/select-keys.c
13118                 Better order for the buttons
13119
13120 2005-09-10 [colin]      1.9.14cvs17
13121
13122         * src/compose.c
13123         * src/plugins/pgpcore/select-keys.c
13124         * src/plugins/pgpcore/select-keys.h
13125         * src/plugins/pgpcore/sgpgme.c
13126                 Add a "Don't encrypt" button to the key
13127                 selection dialog. Fixes bug #177 (There should be a 
13128                 'Don't encrypt button in the Select Keys dialog)
13129
13130 2005-09-10 [colin]      1.9.14cvs16
13131
13132         * src/compose.c
13133                 Fix bug #572 (%X option does not work with templates)
13134
13135 2005-09-10 [colin]      1.9.14cvs15
13136
13137         * src/toolbar.c 
13138                 Remove g_print
13139
13140 2005-09-10 [colin]      1.9.14cvs14
13141
13142         * src/imap.c
13143                 Fix a possible crash
13144
13145 2005-09-09 [colin]      1.9.14cvs13
13146
13147         * src/imap.c
13148         * src/etpan/imap-thread.c
13149         * src/etpan/imap-thread.h
13150                 Fix moving from queue or drafts to normal folders
13151                 Fix bug #794 (No way to delete without expunging)
13152                 Take flags unset by other mailers into account
13153                 Take deleted flag set by other mailers into account
13154                 Fix unsetting REPLIED flag
13155                 Fix crash when capabilities can't be retrieved
13156         * src/mainwindow.c
13157         * src/mainwindow.h
13158                 Add M_DELAYED_FLAGS condition, and let the user use
13159                 Execute in order to be able to expunge deleted mails,
13160                 even if he's not in delayed execute mode
13161         * src/prefs_spelling.c
13162                 Use 'en' dictionary by default if LANG is POSIX or C
13163         * src/gtk/prefswindow.c
13164                 Fix bug #767 (Preferences windows expanding) by making
13165                 the window a bit larger when the resolution is greater
13166                 than 640x480, and by putting the prefs in a
13167                 GtkScrolledWindow.
13168
13169 2005-09-09 [paul]       1.9.14cvs12
13170
13171         * AUTHORS
13172         * configure.ac
13173         * po/zh_TW.Big5.po      ** REMOVED **
13174         * po/zh_TW.po           ** ADDED **
13175                 updated by Wei-Lun Chao
13176
13177 2005-09-09 [paul]       1.9.14cvs11
13178
13179         * src/mainwindow.c
13180                 fix asserts
13181         * src/common/xml.c
13182                 delay memory allocation until file is
13183                 opened successfully
13184                 Patch by Daniel Gustafson
13185
13186 2005-09-09 [colin]      1.9.14cvs10
13187
13188         * src/imap.c
13189                 Add guards
13190
13191 2005-09-08 [colin]      1.9.14cvs9
13192
13193         * src/compose.c
13194                 Alert when we can't save draft
13195                 Fix various wrap/color issues
13196                 Add mid-click pasting respecting wrap_paste option
13197         * src/folder.c
13198         * src/folder.h
13199         * src/folder_item_prefs.c
13200         * src/folder_item_prefs.h
13201         * src/imap.c
13202         * src/imap_gtk.c
13203         * src/imap_gtk.h
13204         * src/main.c
13205         * src/mainwindow.c
13206         * src/mainwindow.h
13207         * src/news.c
13208         * src/news_gtk.c
13209         * src/news_gtk.h
13210         * src/prefs_folder_item.c
13211                 Fix the impossibility to synchronise folders for
13212                 offline use (IMAP and NNTP are concerned)
13213
13214 2005-09-08 [colin]      1.9.14cvs8
13215
13216         * configure.ac
13217                 Build LDAP and JPilot by default if available
13218         * src/textview.c
13219                 Fix use after free
13220
13221 2005-09-08 [paul]       1.9.14cvs7
13222
13223         * doc/manual/en/sylpheed-1.html
13224         * doc/manual/en/sylpheed-18.html
13225         * doc/manual/en/sylpheed-19.html
13226         * doc/manual/en/sylpheed-4.html
13227         * doc/manual/en/sylpheed-6.html
13228         * doc/manual/en/sylpheed.html
13229                 a few minor updates, plus include some
13230                 details about plugins and their requirements
13231         * src/mainwindow.c
13232                 minor changes to English in /View/Sort
13233
13234 2005-09-07 [colin]      1.9.14cvs6
13235
13236         * doc/manual/en/sylpheed-1.html
13237         * doc/manual/en/sylpheed-10.html
13238         * doc/manual/en/sylpheed-11.html
13239         * doc/manual/en/sylpheed-12.html
13240         * doc/manual/en/sylpheed-13.html
13241         * doc/manual/en/sylpheed-14.html
13242         * doc/manual/en/sylpheed-15.html
13243         * doc/manual/en/sylpheed-16.html
13244         * doc/manual/en/sylpheed-17.html
13245         * doc/manual/en/sylpheed-18.html
13246         * doc/manual/en/sylpheed-19.html
13247         * doc/manual/en/sylpheed-2.html
13248         * doc/manual/en/sylpheed-20.html
13249         * doc/manual/en/sylpheed-21.html
13250         * doc/manual/en/sylpheed-22.html
13251         * doc/manual/en/sylpheed-3.html
13252         * doc/manual/en/sylpheed-4.html
13253         * doc/manual/en/sylpheed-5.html
13254         * doc/manual/en/sylpheed-6.html
13255         * doc/manual/en/sylpheed-7.html
13256         * doc/manual/en/sylpheed-8.html
13257         * doc/manual/en/sylpheed-9.html
13258         * doc/manual/en/sylpheed.html
13259                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
13260
13261 2005-09-07 [colin]      1.9.14cvs5
13262
13263         * src/mainwindow.c
13264                 Make labels more to-the-point
13265
13266 2005-09-07 [colin]      1.9.14cvs4
13267
13268         * doc/manual/en/sylpheed-1.html
13269         * doc/manual/en/sylpheed-12.html
13270         * doc/manual/en/sylpheed-13.html
13271         * doc/manual/en/sylpheed-14.html
13272         * doc/manual/en/sylpheed-15.html
13273         * doc/manual/en/sylpheed-16.html
13274         * doc/manual/en/sylpheed-17.html
13275         * doc/manual/en/sylpheed-18.html
13276         * doc/manual/en/sylpheed-19.html
13277         * doc/manual/en/sylpheed-2.html
13278         * doc/manual/en/sylpheed-20.html
13279         * doc/manual/en/sylpheed-21.html
13280         * doc/manual/en/sylpheed-22.html
13281         * doc/manual/en/sylpheed-4.html
13282         * doc/manual/en/sylpheed-5.html
13283         * doc/manual/en/sylpheed-6.html
13284         * doc/manual/en/sylpheed-7.html
13285         * doc/manual/en/sylpheed-8.html
13286         * doc/manual/en/sylpheed-9.html
13287         * doc/manual/en/sylpheed.html
13288                 Update manual
13289
13290 2005-09-07 [colin]      1.9.14cvs3
13291
13292         * doc/faq/en/sylpheed-faq-1.html
13293         * doc/faq/en/sylpheed-faq-2.html
13294         * doc/faq/en/sylpheed-faq-3.html
13295         * doc/faq/en/sylpheed-faq.html
13296                 Update FAQ
13297
13298 2005-09-07 [colin]      1.9.14cvs2
13299
13300         * src/folderview.c
13301         * src/procmsg.c
13302         * src/summaryview.c
13303         * src/toolbar.c
13304                 Fix special subfolders:
13305                 - Inherit parent's icon
13306                 - sent contents of queues subfolders
13307                 - empty subfolders of trashes
13308         * src/mainwindow.c
13309                 Remove outdated manual and faq entries
13310         * src/common/utils.c
13311                 Add quotes around %s coming from mailcap
13312
13313 2005-09-07 [colin]      1.9.14cvs1
13314
13315         * src/compose.c
13316                 After saving draft, set modified to FALSE
13317         * src/mimeview.c
13318         * src/common/utils.c
13319         * src/common/utils.h
13320                 Try to open mime parts using what is 
13321                 indicated in ~/.mailcap or /etc/mailcap,
13322                 if possible.
13323
13324 2005-09-05 [paul]       1.9.14
13325
13326         1.9.14 released
13327
13328         * po/sk.po
13329                 updated by Andrej Kacian
13330
13331 2005-09-05 [paul]       1.9.13cvs83
13332
13333         * po/de.po
13334         * po/es.po
13335         * po/fi.po
13336         * po/fr.po
13337         * po/nb.po
13338         * po/pt_BR.po
13339         * po/sr.po
13340                 updated translations by Thomas Gilgin, Ricardo Mones
13341                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
13342                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
13343
13344 2005-09-04 [paul]       1.9.13cvs82
13345
13346         * src/compose.c
13347                 only warn about exceeded line length limit
13348                 on send
13349
13350 2005-09-04 [paul]       1.9.13cvs81
13351
13352         * src/compose.c
13353                 fix crash in 'line length exceeded' dialogue
13354
13355 2005-09-02 [paul]       1.9.13cvs80
13356
13357         * src/imap.c
13358                 fix bug 795, 'Connection lost IMAP'
13359                 and add statusbar prints
13360                 Patch by Colin
13361
13362 2005-09-02 [paul]       1.9.13cvs79
13363
13364         * src/compose.c
13365                 compose_wrap_paragraph() becomes
13366                 compose_beautify_paragraph()
13367                 Patch by Colin
13368
13369 2005-09-02 [colin]      1.9.13cvs78
13370
13371         * src/folderview.c
13372                 Micro-fix
13373
13374 2005-09-01 [colin]      1.9.13cvs77
13375
13376         * src/imap.c
13377                 Maybe fix bug #795 (Connection lost IMAP)
13378                 Don't try to send logout when we're disconnected.
13379         * src/summaryview.c
13380                 Include locked and marked emails in HRM
13381                 view. Fixes bug #800 (Locked messages no longer 
13382                 show up when hide read messages is used)
13383
13384 2005-09-01 [paul]       1.9.13cvs76
13385
13386         * src/prefs_common.c
13387                 fix bad cutting
13388
13389 2005-08-31 [colin]      1.9.13cvs75
13390
13391         * src/folderview.c
13392         * src/folderview.h
13393         * src/prefs_summaries.c
13394         * src/summaryview.c
13395                 Fix "go to next new", fix preference
13396                 (Open unread/next swapped)
13397
13398 2005-08-31 [paul]       1.9.13cvs74
13399
13400         * src/compose.c
13401         * src/folderview.c
13402         * src/headerview.c
13403         * src/headerview.h
13404         * src/mainwindow.c
13405         * src/prefs_common.c
13406         * src/prefs_common.h
13407         * src/prefs_fonts.c
13408         * src/summaryview.c
13409         * src/textview.c
13410         * src/common/defs.h
13411                 remove obsolete BOLD_FONT setting
13412                 fix font update in headerview and textview
13413                 headers after prefs change
13414                 Patch By Colin
13415
13416 2005-08-31 [paul]
13417
13418         1.9.14-rc4 released
13419
13420 2005-08-30 [colin]      1.9.13cvs73
13421
13422         * src/summaryview.c
13423                 When Hide read messages is selected and we
13424                 refresh the summaryview, don't remove the 
13425                 currently displayed message. Fixes bug #797
13426                 (Summary view reloads when new mail is 
13427                 downloaded in 1.9.14 rc)
13428
13429 2005-08-30 [colin]      1.9.13cvs72
13430
13431         * src/folderview.c
13432                 Fix flickering
13433         * src/mainwindow.c
13434                 Remove useless callback
13435         * src/mimeview.c
13436         * src/gtk/filesel.c
13437         * src/gtk/filesel.h
13438                 Add a filesel_select_file_save_folder() - used by Save All
13439
13440 2005-08-29 [paul]       1.9.13cvs71
13441
13442         * AUTHORS
13443         * src/matcher_parser_parse.y
13444         * src/etpan/imap-thread.c
13445                 fix building on FreeBSD
13446                 Patch by Daniel Gustafson <daniel@hobbit.se>
13447
13448 2005-08-29 [paul]       1.9.13cvs70
13449
13450         * src/plugins/pgpinline/pgpinline.c
13451                 only initialise sig result if it's been handled
13452                 Patch by Colin
13453
13454 2005-08-29 [paul]       1.9.13cvs69
13455         
13456         Patches by Colin:
13457
13458         * src/imap.c
13459         * src/common.utils.c
13460         * src/common/utils.h
13461                 optimisation
13462         * src/stock_pixmap.h
13463                 fix wrong icon reference
13464         * src/pixmaps/trash_btn.xpm
13465                 replace with nicer image
13466
13467 2005-08-28 [colin]      1.9.13cvs68
13468
13469         * src/Makefile.am
13470         * src/stock_pixmap.c
13471         * src/stock_pixmap.h
13472         * src/toolbar.c
13473         * src/pixmaps/trash_btn.xpm
13474                 Add a specific trash xpm for the button
13475
13476 2005-08-28 [colin]      1.9.13cvs67
13477
13478         * src/imap.c
13479                 Fix leak
13480
13481 2005-08-27 [colin]      1.9.13cvs66
13482
13483         * src/imap.c
13484         * src/procmime.c
13485                 Correctly fix "Problem with replies", fixes
13486                 pgpmime encryption too. 
13487
13488 2005-08-27 [colin]      1.9.13cvs65
13489
13490         * src/folder.c
13491         * src/procmsg.c
13492         * src/procmsg.h
13493         * src/summaryview.c
13494                 Fix bug #517 (messages removed from summaryview 
13495                 when moving fails)
13496
13497 2005-08-27 [colin]      1.9.13cvs64
13498
13499         * tools/Makefile.am
13500         * tools/asus_mailled.sh
13501                 Add a script to blink ASUS laptops' mail LED where there
13502                 is unread mail.
13503
13504 2005-08-27 [colin]      1.9.13cvs63
13505
13506         * src/imap.c
13507         * src/etpan/imap-thread.c
13508         * src/etpan/imap-thread.h
13509                 Implement automatic choosing of login method
13510                 Fixes bug #791
13511         * src/gtk/.cvsignore
13512                 Add sylpheed-marshal.[ch]
13513
13514 2005-08-27 [colin]      1.9.13cvs62
13515
13516         * src/common/utils.c
13517                 Fix confusing perror
13518
13519 2005-08-27 [colin]      1.9.13cvs61
13520
13521         * src/toolbar.c
13522         * src/toolbar.h
13523                 Remove A_DELETE, replace it with 
13524                 A_TRASH and A_DELETE_REAL. Automatically
13525                 rewrite config files to replace A_DELETE
13526                 with A_TRASH (no functionality change).
13527                 Fixes half of #794
13528
13529 2005-08-26 [colin]      1.9.13cvs60
13530
13531         * src/procmime.c
13532                 Previous "Problem with replies" fix brought other
13533                 problems, fixing them
13534
13535 2005-08-26 [colin]      1.9.13cvs59
13536
13537         * src/procmime.c
13538                 Fix "Problem with replies". This happened only
13539                 on IMAP...
13540         * src/procmsg.c
13541                 Factorize code a bit
13542         * src/compose.c
13543                 Speed improvement on very long messages (wrapping)
13544                 Fix signature color on Reedit and Redirect
13545                 On Reedit, don't attach pgp-signatures parts, but
13546                 set signing to On.
13547
13548 2005-08-24 [paul]       1.9.13cvs58
13549
13550         * src/compose.c
13551                 don't claim success when clicking
13552                 Cancel on the passphrase box.
13553                 Patch by Colin
13554
13555 2005-08-24 [paul]       1.9.13cvs57
13556
13557         * src/main.c
13558                 fix misplaced sylpheed.log
13559         * src/common/defs.h
13560                 define UIDL_DIR
13561
13562 2005-08-24 [paul]       1.9.13cvs56
13563
13564         * src/imap.c
13565         * src/etpan/imap-thread.c
13566         * src/etpan/imap-thread.h
13567                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
13568                 Patch by Colin
13569         * src/gtk/sylpheed-marshal.c    ** REMOVED **
13570         * src/gtk/sylpheed-marshal.h    ** REMOVED **
13571                 remove autogenerated files
13572         * tools/kdeservicemenu/README
13573         * tools/kdeservicemenu/install.sh
13574         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13575         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13576                 use Claws icon, use 'Sylpheed-Claws' in menu,
13577                 use kdialog, and other cleanups
13578
13579 2005-08-23 [paul]       1.9.13cvs55
13580
13581         * src/compose.c
13582                 fix paste/wrap crash
13583                 Patch by Colin
13584
13585 2005-08-23 [paul]       1.9.13cvs54
13586
13587         * src/main.c
13588                 fix crash recovery
13589                 Patch by Colin
13590
13591 2005-08-23 [paul]       1.9.13cvs53
13592
13593         * src/addressbook.c
13594         * src/editaddress.c
13595                 view all data of LDAP contacts
13596                 Patch by Colin
13597
13598 2005-08-23 [paul]       1.9.13cvs52
13599
13600         * src/addressbook.c
13601                 fix issues with the Search field
13602                 Patch by Colin
13603
13604 2005-08-22 [paul]       1.9.13cvs51
13605
13606         * src/folderview.c
13607                 put name of folder in processing dialog
13608                 title
13609         * src/prefs_folder_item.c
13610                 improve english usage
13611
13612 2005-08-22 [paul]       1.9.13cvs50
13613
13614         * src/filtering.c
13615         * src/filtering.h
13616         * src/matcher.c
13617         * src/matcher_parser_lex.l
13618         * src/matcher_parser_parse.y
13619         * src/prefs_filtering.c
13620                 add Filtering/Processing rule names feature.
13621                 (the incompatible old matcherrc is saved as
13622                 matcherrc.pre_names).
13623                 Patch by Colin
13624
13625 2005-08-22 [paul]       1.9.13cvs49
13626
13627         * src/procmsg.c
13628                 fix colour labelling
13629                 Patch by Colin
13630
13631 2005-08-22 [paul]       1.9.13cvs48
13632
13633         * src/textview.c
13634                 fix open_image_cb()
13635
13636 2005-08-22 [paul]       1.9.13cvs47
13637
13638         * src/imap.c
13639                 fix bug 789, 'SC crashes with imap (CVS ver)'
13640                 Patch by Colin
13641
13642 2005-08-22 [paul]       1.9.13cvs46
13643
13644         * src/mimeview.c
13645         * src/prefs_common.c
13646         * src/common/defs.h
13647                 define reused defaults in defs.h
13648         * src/textview.c
13649                 add 'Open image' to image popup menu
13650
13651 2005-08-21 [colin]      1.9.13cvs45
13652
13653         * src/summaryview.c
13654                 Fix bug #788 (Bogus "From" address displayed)
13655
13656 2005-08-20 [colin]      1.9.13cvs44
13657
13658         * src/folder.c
13659                 Fix buf #787 (multilevel delete causes SIGSEGV)
13660
13661 2005-08-19 [colin]      1.9.13cvs43
13662
13663         * src/inc.c
13664         * src/prefs_common.c
13665         * src/prefs_common.h
13666                 Add an hidden pref to allow modifying the
13667                 update stepping in incorporation.
13668                 Patch by wwp.
13669
13670 2005-08-19 [colin]      1.9.13cvs42
13671
13672         * src/compose.c
13673         * src/procmime.c
13674                 Workaround for broken MUAs: encode 
13675                 Content-type: name: as ASCII and 
13676                 Content-Disposition: filename: as
13677                 per rfc2231
13678         * src/prefs_account.c
13679                 Fix invisible-ness of SMTP SSL prefs
13680                 in NNTP accounts
13681
13682 2005-08-19 [paul]       1.9.13cvs41
13683
13684         * src/compose.c
13685         * src/prefs_common.c
13686         * src/prefs_common.h
13687         * src/prefs_wrapping.c
13688                 paste with or without wrapping.
13689                 patch by Colin
13690
13691 2005-08-19 [paul]       1.9.13cvs40
13692
13693         * src/prefs_common.c
13694         * src/prefs_common.h
13695         * src/summaryview.c
13696                 reintroduce enable_swap_from as a
13697                 hidden pref. patch by Colin
13698         * src/quote_fmt_parse.y
13699         * src/plugins/clamav/clamav_plugin.c
13700         * src/plugins/dillo_viewer/dillo_viewer.c
13701         * src/plugins/mathml_viewer/mathml_viewer.c
13702         * src/plugins/pgpcore/sgpgme.c
13703         * src/plugins/pgpinline/pgpinline.c
13704         * src/plugins/pgpmime/pgpmime.c
13705                 tidy up. patch by Colin
13706
13707 2005-08-19 [paul]       1.9.13cvs39
13708
13709         * configure.ac
13710                 complete cvs38's sync
13711         * src/editaddress.c
13712         * src/gedit-print.c
13713         * src/mutt.c
13714         * src/etpan/etpan-log.c
13715         * src/etpan/imap-thread.c
13716         * src/gtk/gtksourceprintjob.c
13717                 fix compilation warnings
13718                 (patch by Colin)
13719
13720 2005-08-19 [paul]       1.9.13cvs38
13721
13722         sync with main:
13723
13724         * src/account.c
13725         * src/action.c
13726         * src/addrbook.c
13727         * src/addrcache.c
13728         * src/addrharvest.c
13729         * src/addrindex.c
13730         * src/codeconv.c
13731         * src/compose.c
13732         * src/crash.c
13733         * src/exporthtml.c
13734         * src/exportldif.c
13735         * src/folder.c
13736         * src/image_viewer.c
13737         * src/inc.c
13738         * src/inc.h
13739         * src/jpilot.c
13740         * src/ldif.c
13741         * src/main.c
13742         * src/matcher.c
13743         * src/mbox.c
13744         * src/messageview.c
13745         * src/mh.c
13746         * src/mimeview.c
13747         * src/msgcache.c
13748         * src/mutt.c
13749         * src/news.c
13750         * src/partial_download.c
13751         * src/pine.c
13752         * src/pop.c
13753         * src/prefs_actions.c
13754         * src/prefs_common.c
13755         * src/prefs_customheader.c
13756         * src/prefs_display_header.c
13757         * src/prefs_gtk.c
13758         * src/prefs_themes.c
13759         * src/procheader.c
13760         * src/procmime.c
13761         * src/procmsg.c
13762         * src/recv.c
13763         * src/send_message.c
13764         * src/simple-gettext.c
13765         * src/sourcewindow.c
13766         * src/textview.c
13767         * src/vcard.c
13768         * src/common/defs.h
13769         * src/common/log.c
13770         * src/common/plugin.c
13771         * src/common/prefs.c
13772         * src/common/session.c
13773         * src/common/session.h
13774         * src/common/socket.c
13775         * src/common/socket.h
13776         * src/common/ssl_certificate.c
13777         * src/common/template.c
13778         * src/common/utils.c
13779         * src/common/utils.h
13780         * src/common/xml.c
13781         * src/gtk/about.c
13782         added wrappers for C library function that
13783                 take pathname arguments.
13784                 enabled compilation with MinGW.
13785                 use GDir instead of directly using opendir().
13786                 added rename_force().
13787
13788 2005-08-19 [paul]       1.9.13cvs37
13789         
13790         patches by Colin:
13791         * src/compose.c
13792                 fix privacy settings on re-editing
13793                 a sent message
13794         * src/jpilot.c
13795                 fix encoding bug
13796         * src/folder.c
13797         * src/procmsg.c
13798         * src/procmsg.h
13799         * src/summaryview.c
13800                 flag changing optimisation
13801
13802 2005-08-18 [martin]     1.9.13cvs36
13803
13804         * commitHelper
13805             added my login
13806         * src/addrcache.c
13807         * src/addrharvest.c
13808         * src/addrindex.c
13809         * src/compose.c
13810         * src/grouplistdialog.c
13811         * src/main.c
13812         * src/mainwindow.c
13813         * src/msgcache.c
13814         * src/mutt.c
13815         * src/pine.c
13816         * src/prefs_account.c
13817         * src/prefs_themes.c
13818         * src/stock_pixmap.c
13819         * src/summaryview.c
13820         * src/gtk/about.c
13821         * src/gtk/logwindow.c
13822             removed deprecated glib and gdk stuff
13823         * src/plugins/pgpcore/select-keys.c
13824             convert attributes from locale to utf8
13825
13826 2005-08-17 [paul]       1.9.13cvs35
13827
13828         * src/account.c
13829         * src/addressbook.c
13830                 use new GTK_STOCK_ icons if available
13831         * src/summaryview.c
13832         * src/gtk/gtksctree.c
13833         * src/gtk/gtksctree.h
13834                 faster range select. patch by Colin
13835
13836 2005-08-17 [paul]       1.9.13cvs34
13837
13838         patches by colin:
13839         * src/addressbook.c
13840         * src/addressitem.h
13841                 Add an edit button for contacts, fix selections
13842                 of gtksctree items
13843         * src/editaddress.c
13844                 Change labels, let Save be always possible in the
13845                 email and user atributes tabs
13846         * src/folderview.c
13847                 fix sort issues
13848         * src/summaryview.c
13849                 select next item instead of the displayed one
13850                 after deletion
13851
13852         * src/gtk/progressdialog.c
13853                 use prefs_common.enable_rules_hint
13854
13855 2005-08-13 [hoa]        1.9.13cvs33
13856
13857         * src/etpan/imap-thread.c
13858                 fixed build on Solaris.
13859
13860 2005-08-10 [colin]      1.9.13cvs32
13861
13862         * src/procmsg.c
13863                 Fix cvs31 (missing fclose before reading
13864                 the file)
13865
13866 2005-08-10 [colin]      1.9.13cvs31
13867
13868         * src/procmsg.c
13869                 Fix procmsg_msginfo_new_from_mimeinfo() when
13870                 the MimeInfo isn't stored in memory. This fixes
13871                 replying to an attached message.
13872
13873 2005-08-10 [colin]      1.9.13cvs30
13874
13875         * src/mainwindow.c
13876                 Fix slowness in account changing
13877
13878 2005-08-10 [colin]      1.9.13cvs29
13879
13880         * src/folder.c
13881         * src/folderutils.c
13882         * src/folderview.c
13883         * src/imap_gtk.c
13884         * src/mainwindow.c
13885         * src/mh_gtk.c
13886         * src/procmsg.c
13887         * src/summaryview.c
13888                 Optimize folder_has_parent_of_type
13889                 Prevent moving special sub-folders from contextual menus
13890                 Rework message a bit ("Empty all messages" -> "Delete all
13891                 messages")
13892                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
13893                 and "Deleted Items" folders)
13894
13895 2005-08-08 [colin]      1.9.13cvs28
13896
13897         * src/summaryview.c
13898         * src/prefs_summaries.c
13899                 Make "Select first unread|new" more flexible
13900                 (just prioritize new or unread)
13901
13902 2005-08-08 [colin]      1.9.13cvs27
13903
13904         * src/summaryview.c
13905                 If "select first new" is selected and there only
13906                 are unread messages, fallback to "select first
13907                 unread".
13908
13909 2005-08-08 [colin]      1.9.13cvs26
13910
13911         * src/folder.c
13912                 Fix shameful bugs (and bug #779)
13913
13914 2005-08-08 [colin]      1.9.13cvs25
13915
13916         * src/folder.c
13917         * src/folder.h
13918                 Cache parents' type to make folder_has_parent_of_type
13919                 faster
13920         * src/folderview.c
13921                 Forbid DnD of special sub-folders
13922         * src/procmsg.c
13923         * src/procmsg.h
13924                 Add MAIL_POSTFILTERING_HOOK
13925         * src/summaryview.c
13926                 Revert over-zealous deletion of the use_addr_book 
13927                 code
13928
13929 2005-08-07 [colin]      1.9.13cvs24
13930
13931         * src/folder.c
13932                 Fix big mistake (passing MsgInfo instead 
13933                 of FolderItem)
13934
13935 2005-08-07 [colin]      1.9.13cvs23
13936
13937         * src/compose.c
13938         * src/folder.c
13939         * src/folder.h
13940         * src/foldersel.c
13941         * src/folderutils.c
13942         * src/folderview.c
13943         * src/imap.c
13944         * src/mainwindow.c
13945         * src/messageview.c
13946         * src/mh.c
13947         * src/msgcache.c
13948         * src/procmime.c
13949         * src/summaryview.c
13950                 Make subfolders of Drafts, Queue, Outbox, Trash
13951                 work like their parents. 
13952                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
13953
13954 2005-08-07 [colin]      1.9.13cvs22
13955
13956         * src/addressbook.c
13957                 Fix bug #771 (Dragged contacts not saved)
13958
13959 2005-08-07 [paul]       1.9.13cvs21
13960
13961         * src/summaryview.c
13962                 fix bug 32 'Search Doesn't display results
13963                 if "Hide Read Messages" is chosen'
13964                 be more literal in interpreting 'Hide read
13965                 messages'
13966
13967 2005-08-07 [colin]      1.9.13cvs20
13968
13969         * src/folderview.c
13970                 Add debug
13971         * src/summaryview.c
13972                 Faster 'unthread_for_execution'
13973
13974 2005-08-06 [paul]       1.9.13cvs19
13975
13976         * src/mainwindow.c
13977                 add mnemonics to Set displayed columns
13978                 fix bug where msgview_visible option was
13979                 overwritten as TRUE on startup
13980
13981 2005-08-06 [paul]       1.9.13cvs18
13982
13983         * src/mainwindow.c
13984                 refer to 'displayed columns in folder/message
13985                 list' not 'displayed items in summary/message view'
13986         * src/prefs_display_header.c
13987                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
13988                 be consistent with similar dialogues
13989         * src/prefs_folder_column.c
13990         * src/prefs_summary_column.c
13991                 'columns' not 'items', and folder and message lists,
13992                 instead of folder and summary views;
13993                 Use 'Hidden columns' as list heading not 'Available
13994                 items';
13995                 move the 'Remove' button to the right hand side;
13996                 top-align the buttons;
13997                 remove unneeded vbox
13998         * src/prefs_summaries.c
13999                 put the 2 column prefs buttons in a frame to reduce
14000                 overall width; refer to columns not items &c.
14001
14002 2005-08-05 [colin]      1.9.13cvs17
14003
14004         * src/prefs_common.c
14005         * src/prefs_common.h
14006         * src/mainwindow.c
14007         * src/compose.c
14008         * src/messageview.c
14009                 Add an hidden toolbar_detachable pref, so
14010                 that I can get rid of these painful handles
14011                 in the toolbars. Defaults to TRUE to avoid
14012                 changing the GUI on unsuspecting people...
14013
14014 2005-08-05 [colin]      1.9.13cvs16
14015
14016         * src/Makefile.am
14017         * src/prefs_folder_column.c
14018         * src/prefs_folder_column.h
14019                 Add prefs for folder columns
14020         * src/folderview.c
14021         * src/folderview.h
14022         * src/mainwindow.c
14023         * src/mainwindow.h
14024         * src/prefs_common.c
14025         * src/prefs_common.h
14026         * src/prefs_summaries.c
14027                 Use them
14028         * src/prefs_summary_column.c
14029         * src/summaryview.c
14030         * src/summaryview.h
14031                 Add a To column
14032         * src/textview.c
14033         * src/common/utils.c
14034         * src/common/utils.h
14035                 Move uri colourisation functions
14036                 to utils
14037         * src/compose.c
14038                 Colourise URIs
14039         * src/imap.c
14040                 Fix bug with LIST where we'd try
14041                 to get Folder//////[...]/// 
14042
14043 2005-08-05 [paul]       1.9.13cvs15
14044
14045         * src/prefs_summaries.c
14046                 improve the English usage
14047         * src/summaryview.c
14048                 set font on column change
14049                 thanks to Colin
14050
14051 2005-08-05 [paul]       1.9.13cvs14
14052
14053         * src/prefs_common.c
14054         * src/prefs_common.h
14055         * src/prefs_summaries.c
14056         * src/summaryview.c
14057                 replace 'open_unread_on_enter' option with
14058                 'select_on_entry' option. opening/not opening
14059                 is now exclusively controlled by 'always_show_msg'
14060
14061 2005-08-04 [colin]      1.9.13cvs13
14062
14063         * src/compose.c
14064                 Remove dead code
14065                 Add colourisation of quotes and signatures
14066         * src/folderview.c
14067                 Fix possible crashes
14068         * src/messageview.c
14069                 Change an assert that is no problem
14070         * src/news.c
14071         * src/news_gtk.c
14072         * src/news_gtk.h
14073                 Fix offline mode
14074         * src/gtk/quicksearch.c
14075                 Fix a possible crash
14076
14077 2005-08-03 [colin]      1.9.13cvs12
14078
14079         * src/prefs_account.c
14080                 Fix bug #777 (Sylpheed crash in account configuration)
14081
14082 2005-08-03 [colin]      1.9.13cvs11
14083
14084         * src/addressbook.c
14085         * src/editaddress.c
14086         * src/editgroup.c
14087                 Fixing addressbook, round 2
14088         * src/textview.c
14089                 Fix emphasis color on rechecking 'Colorize messages'
14090
14091 2005-08-03 [paul]       1.9.13cvs10
14092
14093         sync with main
14094
14095         * src/addr_compl.c
14096         * src/compose.c
14097         * src/main.c
14098         * src/pop.c
14099         * src/prefs_account.c
14100         * src/procmime.c
14101         * src/procmsg.c
14102         * src/quote_fmt_parse.y
14103         * src/textview.c
14104         * src/common/quoted-printable.c
14105         * src/common/utils.c
14106         * src/common/utils.h
14107         * src/common/xml.c
14108                 replaced incorrect locale-independent
14109                 ctype functions with GLib's. Corrected
14110                 signedness mismatch.
14111         * src/headerview.c
14112                 headerview_create(): added spacing for vbox.
14113         * src/gtk/about.c
14114                 set focus to the OK button.
14115
14116 2005-08-03 [colin]      1.9.13cvs9
14117
14118         * src/folderview.c
14119                 Fix possible crash
14120
14121 2005-08-02 [colin]      1.9.13cvs8
14122
14123         * src/mainwindow.c
14124                 Fix cast
14125         * src/addressbook.c
14126         * src/addressitem.h
14127                 Fix a cast and more generally, try to make the
14128                 GUI more intuitive and consistent (round 1)
14129
14130 2005-08-02 [paul]       1.9.13cvs7
14131
14132         * src/folder.h
14133                 missing in 1.9.13cvs6
14134
14135 2005-08-02 [colin]      1.9.13cvs6
14136
14137         * src/folder.c
14138                 Fix one more leak
14139
14140 2005-08-02 [colin]      1.9.13cvs5
14141
14142         * src/folder.c
14143         * src/folderview.c
14144         * src/imap.c
14145         * src/main.c
14146         * src/mbox.c
14147         * src/procmsg.c
14148         * src/summaryview.c
14149                 Fix a number of folder_item_get_msg_list()-related
14150                 leaks (missing procmsg_msginfo_free()s)
14151
14152 2005-08-01 [colin]      1.9.13cvs4
14153
14154         * src/folderview.c
14155         * src/folderview.h
14156         * src/mainwindow.c
14157         * src/prefs_fonts.c
14158         * src/prefs_summaries.c
14159         * src/prefs_themes.c
14160         * src/summaryview.c
14161         * src/summaryview.h
14162         * src/textview.c
14163         * src/textview.h
14164                 Fix instant-apply of summary and folderview-related prefs
14165                 Fix erroneous g_free and alertpanels in prefs_theme
14166                 Add instant-apply for fonts
14167                 Defer applying of prefs a little bit so it's done only
14168                 once even if requested by multiples prefs pages
14169
14170 2005-08-01 [paul]       1.9.13cvs3
14171
14172         * src/main.c
14173                 fix bug 776 'S.C. crashes on close'
14174                 thanks to Colin
14175         * src/etpan/etpan-thread-manager-types.h
14176                 add missing include
14177                 thanks to Hoa
14178
14179 2005-07-25 [paul]       1.9.13cvs2
14180
14181         * src/summaryview.c
14182                 fix typos. spotted by Fabien Vantard
14183
14184 2005-07-24 [paul]       1.9.13cvs1
14185
14186         * doc/man/sylpheed.1
14187                 update man page, incorporating fix of
14188                 bug 769 'Typo in manpage'
14189         * src/etpan/imap-thread.c
14190                 fix NetBSD openssl dependencies. patch by
14191                 George Michaelson <ggm@apnic.net>
14192         * po/pt_BR.po
14193                 updated by Frederico Goncalves Guimaraes
14194
14195 2005-07-22 [paul]       1.9.13
14196
14197         1.9.13 release
14198
14199 2005-07-22 [paul]       1.9.12cvs91
14200
14201         * AUTHORS
14202         * INSTALL
14203         * README.claws
14204         * RELEASE_NOTES.claws
14205                 updated for release
14206         * configure.ac
14207         * po/nb.po
14208         * tools/claws.i18n.status.pl
14209                 add Norwegian translation. submiited by
14210                 Geir Helland <pjallabais@users.sourceforge.net>
14211         * po/ca.po
14212         * po/de.po
14213         * po/es.po
14214         * po/fi.po
14215         * po/fr.po
14216         * po/it.po
14217         * po/sk.po
14218         * po/sr.po
14219         * po/zh_CN.po
14220                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
14221                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
14222                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
14223                 Yang Guilong
14224         * src/plugins/clamav/clamav_plugin_gtk.c
14225         * src/plugins/spamassassin/spamassassin_gtk.c
14226                 replace outdated description strings
14227
14228 2005-07-21 [colin]      1.9.12cvs90
14229
14230         * src/folder.c
14231                 Set folder to batch mode when scanning it. Makes deletion
14232                 of unread mails on IMAP much faster (due to the UNREAD 
14233                 flag unsetting)
14234
14235 2005-07-21 [darko]      1.9.12cvs89
14236
14237         * configure.ac
14238                 link against libresolv if necessary (patch by Paul)
14239         * src/msgcache.c
14240                 use glib's portable macros to determine endianness
14241
14242 2005-07-21 [paul]       1.9.12cvs88
14243
14244         * src/crash.c
14245         * src/gtk/about.c
14246                 update compiled-in features list
14247
14248 2005-07-20 [colin]      1.9.12cvs87
14249
14250         * src/folder.c
14251         * src/textview.c
14252                 Gcc 2.9x compilation fixes, thanks to Darko
14253         * src/plugins/clamav/clamav_plugin.c
14254                 Little optimisation: load virus database only once
14255         * src/plugins/spamassassin/spamassassin.c
14256                 Big optimisation: filtering one mail took at least 1 second,
14257                 now it takes at least 50ms. Doesn't speed up spamassassin 
14258                 itself, but should already be much more tolerable.
14259
14260 2005-07-20 [colin]      1.9.12cvs86
14261
14262         * src/summaryview.c
14263                 Fix performance issue
14264
14265 2005-07-19 [colin]      1.9.12cvs85
14266
14267         * src/plugins/pgpinline/plugin.c
14268                 Fix warning
14269
14270 2005-07-19 [colin]      1.9.12cvs84
14271
14272         * configure.ac
14273         * src/plugins/Makefile.am
14274         * src/plugins/pgpinline/.cvsignore
14275         * src/plugins/pgpinline/Makefile.am
14276         * src/plugins/pgpinline/pgpinline.c
14277         * src/plugins/pgpinline/pgpinline.deps
14278         * src/plugins/pgpinline/pgpinline.h
14279         * src/plugins/pgpinline/plugin.c
14280                 Put pgpinline in the main tree
14281
14282 2005-07-19 [paul]       1.9.12cvs83
14283
14284         * src/prefs_actions.c
14285                 prevent '//' in menu names, which cause a crash
14286                 thanks to Colin
14287
14288 2005-07-19 [paul]       1.9.12cvs82
14289
14290         * configure.ac
14291                 be generally more informative in configure output.
14292                 OpenSSL: correction: '[ --enable-openssl ...' -> 
14293                 '[ --disable-openssl ...', as --enable-openssl is default
14294                 PGP/MIME: don't check for GPGME again, check for
14295                 pgpcore instead. Therefore prevent the possibility of
14296                 attempting to build pgpmime if pgpcore dependencies are
14297                 not met
14298                 ClamAV: use pkgconfig to check for lib
14299                 libgnomeprint: revert logic on inner test to match
14300                 everything else
14301         * src/plugins/pgpcore/sgpgme.c
14302                 add missing include
14303
14304 2005-07-19 [colin]      1.9.12cvs81
14305
14306         * src/summaryview.c
14307                 Fix slow thread rebuilding in particular
14308                 cases
14309
14310 2005-07-19 [paul]       1.9.12cvs80
14311
14312         * sylpheed-claws.desktop
14313                 fix typo, spotted by Stephan Sachse
14314         * src/account.c
14315                 replace GTK_STOCK_ADD with
14316                 GTK_STOCK_NEW button
14317
14318 2005-07-18 [colin]      1.9.12cvs79
14319
14320         * src/etpan/imap-thread.c
14321                 Fix return value (Thanks Hoa)
14322
14323 2005-07-18 [colin]      1.9.12cvs78
14324
14325         * src/imap.c
14326                 Allow empty passwords
14327                 Create drafts/queue/outbox if necessary
14328         * src/summaryview.c
14329                 Remove old code
14330         * src/etpan/imap-thread.c
14331                 Fix STARTTLS (Thanks to Hoa)
14332
14333 2005-07-18 [paul]       1.9.12cvs77
14334
14335         * ChangeLog-gtk2.jp
14336         * ChangeLog.jp
14337                 removed
14338         * Makefile.am
14339                 updated to reflect additions and removals
14340         * TODO
14341                 updated to be claws-specific
14342         * TODO-gtk2
14343         * TODO-gtk2.jp
14344         * TODO.jp
14345         * sylpheed-128x128.png
14346         * sylpheed-64x64.png
14347                 removed
14348         * sylpheed-claws-128x128.png
14349         * sylpheed-claws-64x64.png
14350         * sylpheed-claws.desktop
14351         * sylpheed-claws.png
14352                 added
14353         * sylpheed.desktop
14354         * sylpheed.png
14355                 removed
14356
14357 2005-07-17 [paul]       1.9.12cvs76
14358
14359         * src/account.c
14360         * src/addressbook.c
14361         * src/alertpanel.c
14362         * src/alertpanel.h
14363         * src/compose.c
14364         * src/exphtmldlg.c
14365         * src/expldifdlg.c
14366         * src/folderview.c
14367         * src/imap_gtk.c
14368         * src/inc.c
14369         * src/message_search.c
14370         * src/messageview.c
14371         * src/mh_gtk.c
14372         * src/news_gtk.c
14373         * src/prefs_actions.c
14374         * src/prefs_filtering.c
14375         * src/prefs_matcher.c
14376         * src/prefs_template.c
14377         * src/prefs_themes.c
14378         * src/ssl_manager.c
14379         * src/summary_search.c
14380         * src/textview.c
14381         * src/toolbar.c
14382         * src/gtk/sslcertwindow.c
14383         * src/plugins/pgpcore/sgpgme.c
14384                 rework alertpanels
14385
14386 2005-07-17 [colin]      1.9.12cvs75
14387
14388         * src/privacy.c
14389                 add a PrivacySystem accessor that checks that
14390                 the system cached in a MimeInfo's privacydata
14391                 is still registered. Use this accessor instead
14392                 of directly using data->system. Fixes crashes
14393                 after unloading pgp plugins.
14394
14395 2005-07-17 [colin]      1.9.12cvs74
14396
14397         * src/alertpanel.c
14398                 Change geometry hints to a simple default size.
14399                 Fixes the certs dialogs.
14400
14401 2005-07-17 [colin]      1.9.12cvs73
14402
14403         * src/gtk/sslcertwindow.c
14404                 Use a gtkExpander
14405
14406 2005-07-17 [colin]      1.9.12cvs72
14407
14408         * src/plugins/pgpcore/Makefile.am
14409         * src/plugins/pgpmime/Makefile.am
14410                 Add gpgme libs
14411
14412 2005-07-17 [paul]       1.9.12cvs71
14413
14414         * configure.ac
14415                 add --disable-gnomeprint option
14416                 modified version of patch by Marius Mauch
14417
14418 2005-07-17 [paul]       1.9.12cvs70
14419
14420         * src/common/defs.h
14421                 update urls
14422         * src/account.c
14423         * src/action.c
14424         * src/addressbook.c
14425         * src/compose.c
14426         * src/foldersel.c
14427         * src/folderview.c
14428         * src/html.c
14429         * src/imap_gtk.c
14430         * src/main.c
14431         * src/mainwindow.c
14432         * src/messageview.c
14433         * src/mh_gtk.c
14434         * src/mimeview.c
14435         * src/news_gtk.c
14436         * src/prefs_account.c
14437         * src/prefs_send.c
14438         * src/prefs_summaries.c
14439         * src/procmsg.c
14440         * src/summaryview.c
14441         * src/common/utils.c
14442         * src/common/xml.c
14443         * src/plugins/pgpcore/passphrase.c
14444         * src/plugins/pgpcore/select-keys.c
14445                 replace inappropriately used backticks
14446                 with single quotes
14447
14448 2005-07-16 [colin]      1.9.12cvs69
14449
14450         * src/image_viewer.c
14451                 Add extra paranoid checks
14452
14453 2005-07-16 [colin]      1.9.12cvs68
14454
14455         * src/plugins/pgpcore/prefs_gpg.c
14456                 Don't auto-check sigs by default, as it
14457                 can be really slow.
14458
14459 2005-07-16 [colin]      1.9.12cvs67
14460
14461         * src/plugins/pgpcore/sgpgme.c
14462                 Make messages a bit better.
14463
14464 2005-07-16 [colin]      1.9.12cvs66
14465
14466         * src/imap.c
14467                 Remove pseudo-log
14468         * src/etpan/imap-thread.c
14469                 Add real log
14470
14471 2005-07-16 [colin]      1.9.12cvs65
14472
14473         * src/main.c
14474         * src/prefs_other.c
14475                 And now, fix build with libetpan :-/
14476
14477 2005-07-15 [colin]      1.9.12cvs64
14478
14479         * src/prefs_other.c
14480                 Continue fixing build without libetpan.
14481
14482 2005-07-15 [colin]      1.9.12cvs63
14483
14484         * src/main.c
14485                 Fix build with --disable-libetpan
14486
14487 2005-07-15 [colin]      1.9.12cvs62
14488
14489         * configure.ac
14490                 Bump libetpan's version
14491
14492 2005-07-15 [colin]      1.9.12cvs61
14493
14494         * src/etpan/imap-thread.c
14495                 Actually stop logging :)
14496
14497 2005-07-15 [colin]      1.9.12cvs60
14498
14499         * src/addressbook.c
14500                 Fix dnd of multiple addresses.
14501
14502 2005-07-15 [hoa]        1.9.12cvs59
14503
14504         * src/etpan/imap-thread.c
14505             disable login of IMAP password in libetpan log file.
14506
14507 2005-07-15 [paul]       1.9.12cvs58
14508
14509         * src/account.c
14510                 don't automatically sort
14511                 do allow drag n drop
14512
14513 2005-07-15 [paul]       1.9.12cvs57
14514
14515         * src/account.c
14516         * src/ssl_manager.c
14517                 alphabetical listing
14518
14519 2005-07-15 [paul]       1.9.12cvs56
14520
14521         * src/gtk/pluginwindow.c
14522                 sort plugin list alphabetically
14523
14524 2005-07-15 [paul]       1.9.12cvs55
14525
14526         * src/prefs_spelling.c
14527         * src/prefs_wrapping.c
14528                 unify English usage
14529
14530 2005-07-15 [colin]      1.9.12cvs54
14531
14532         * src/wizard.c
14533                 Typo fix
14534
14535 2005-07-15 [paul]       1.9.12cvs53
14536
14537         * src/prefs_message.c
14538                 make 'show cursor' a hidden option
14539
14540 2005-07-14 [colin]      1.9.12cvs52
14541
14542         * src/plugins/spamassassin/Makefile.am
14543         * src/plugins/clamav/Makefile.am
14544                 Fix double EXTRA_DISTs
14545
14546 2005-07-14 [colin]      1.9.12cvs51
14547
14548         * src/plugins/clamav/Makefile.am
14549         * src/plugins/clamav/clamav_plugin_gtk.deps
14550         * src/plugins/spamassassin/Makefile.am
14551         * src/plugins/spamassassin/spamassassin_gtk.deps
14552                 Make $plugin_gtk depend on $plugin
14553
14554 2005-07-14 [hoa]        1.9.12cvs50
14555
14556         * src/etpan/imap-thread.c
14557                 enable debug log of libetpan when running with --debug
14558
14559 2005-07-14 [colin]      1.9.12cvs49
14560
14561         * configure.ac
14562         * src/common/Makefile.am
14563         * src/common/plugin.c
14564         * src/common/plugin.h
14565                 Add a little plugin dependancy system.
14566                 Plugins can ship a $plugin_name.deps file
14567                 (near them in PLUGINDIR) so that their
14568                 dependancies are loaded if possible.
14569         * src/plugins/Makefile.am
14570         * src/plugins/pgpcore/Makefile.am
14571         * src/plugins/pgpcore/passphrase.c
14572         * src/plugins/pgpcore/passphrase.h
14573         * src/plugins/pgpcore/plugin.c
14574         * src/plugins/pgpcore/prefs_gpg.c
14575         * src/plugins/pgpcore/prefs_gpg.h
14576         * src/plugins/pgpcore/select-keys.c
14577         * src/plugins/pgpcore/select-keys.h
14578         * src/plugins/pgpcore/sgpgme.c
14579         * src/plugins/pgpcore/sgpgme.h
14580                 Introduce pgpcore, used by pgpmime and
14581                 pgpinline
14582         * src/plugins/pgpmime/Makefile.am
14583         * src/plugins/pgpmime/passphrase.c
14584         * src/plugins/pgpmime/passphrase.h
14585         * src/plugins/pgpmime/pgpmime.c
14586         * src/plugins/pgpmime/pgpmime.deps
14587         * src/plugins/pgpmime/plugin.c
14588         * src/plugins/pgpmime/prefs_gpg.c
14589         * src/plugins/pgpmime/prefs_gpg.h
14590         * src/plugins/pgpmime/select-keys.c
14591         * src/plugins/pgpmime/select-keys.h
14592         * src/plugins/pgpmime/sgpgme.c
14593         * src/plugins/pgpmime/sgpgme.h
14594                 Remove the core from pgpmime and add the
14595                 dependancy to pgpcore.
14596
14597 2005-07-14 [paul]       1.9.12cvs48
14598
14599         * src/stock_pixmap.c
14600                 forgot this in last commit
14601
14602 2005-07-14 [paul]       1.9.12cvs47
14603
14604         * src/account.c
14605         * src/addressbook.c
14606                 add accelerators for the buttons (sync with main)
14607         * src/compose.c
14608         * src/compose.h
14609                 add accelerators for the buttons.
14610                 fix editing with external editor.
14611                 replace gdk_input_*() with GIOChannel;
14612                 (sync with main)
14613         * src/foldersel.c
14614                 display folder names with new/unread
14615                 representation (sync with main)
14616         * src/main.c
14617                 specify default window icon (sync with main)
14618         * src/prefs_common.c
14619                 use_addr_book default to FALSE
14620         * src/summaryview.c
14621         * src/textview.c
14622                 add accelerators for the buttons (sync with main)
14623         * src/gtk/menu.c
14624                 fix typos
14625         * src/pixmaps/sylpheed_icon.xpm
14626                 updated
14627
14628 2005-07-13 [paul]       1.9.12cvs46
14629
14630         * src/plugins/pgpmime/pgpmime.c
14631         * src/plugins/pgpmime/sgpgme.c
14632                 (temporarily) use deprecated gpgme_data_rewind()
14633                 while largefile support is not present
14634                 (as suggested by Colin)
14635
14636 2005-07-13 [paul]       1.9.12cvs45
14637
14638         * configure.ac
14639                 remove large file support (for now):
14640                 it breaks too many things
14641
14642 2005-07-13 [paul]       1.9.12cvs44
14643
14644         * configure.ac
14645                 add large file support
14646         * src/html.c
14647                 fix bug #763 where href attribute was not
14648                 the very first attribute of a link
14649                 patch by Thomas Gilgin
14650
14651 2005-07-13 [colin]      1.9.12cvs43
14652
14653         * src/gtk/pluginwindow.c
14654                 Little portability fix
14655
14656 2005-07-13 [colin]      1.9.12cvs42
14657
14658         * src/plugins/pgpmime/sgpgme.c
14659                 Fix crasher.
14660
14661 2005-07-13 [colin]      1.9.12cvs41
14662
14663         * src/plugins/pgpmime/pgpmime.c
14664         * src/plugins/pgpmime/sgpgme.c
14665                 Use gpgme_data_release_and_get_mem instead
14666                 of gpgme_data_read.
14667
14668 2005-07-13 [colin]      1.9.12cvs40
14669
14670         * configure.ac
14671         * src/plugins/pgpmime/passphrase.c
14672         * src/plugins/pgpmime/passphrase.h
14673         * src/plugins/pgpmime/pgpmime.c
14674         * src/plugins/pgpmime/plugin.c
14675         * src/plugins/pgpmime/select-keys.c
14676         * src/plugins/pgpmime/select-keys.h
14677         * src/plugins/pgpmime/sgpgme.c
14678         * src/plugins/pgpmime/sgpgme.h
14679                 Port pgpmime to gpgme-1.0.
14680
14681 2005-07-12 [paul]       1.9.12cvs39
14682
14683         * AUTHORS
14684         * src/toolbar.c
14685         * src/toolbar.h
14686                 add a 'Go to Prev' button to the toolbar.
14687                 correct tooltip text of go to buttons.
14688                 based on patch by Yang Guilong <bamanzi@gmail.com>
14689
14690 2005-07-12 [colin]      1.9.12cvs38
14691
14692         * src/statusbar.c
14693                 Fix progress bar showing stuff at startup.
14694
14695 2005-07-12 [paul]       1.9.12cvs37
14696
14697         * src/editjpilot.c
14698                 fix building with jpilot support
14699
14700 2005-07-11 [colin]      1.9.12cvs36
14701
14702         * src/inc.c
14703                 Add visual indication that filtering is running
14704         * src/textview.c
14705                 Make {}[] uri delimiters
14706         * src/summaryview.c
14707                 Remove useless (and slow) calls
14708
14709 2005-07-11 [paul]       1.9.12cvs35
14710
14711         * src/plugins/clamav/clamav_plugin_gtk.c
14712         * src/plugins/dillo_viewer/dillo_prefs.c
14713         * src/plugins/pgpmime/prefs_gpg.c
14714         * src/plugins/spamassassin/spamassassin_gtk.c
14715                 gather plugins prefs together under their
14716                 own 'Plugins' heading
14717
14718 2005-07-11 [paul]       1.9.12cvs34
14719
14720         sync with main
14721
14722         * src/account.c
14723                 account_delete(): modified alert dialog
14724         * src/editjpilot.c
14725         * src/editvcard.c
14726                 fixed a crash when cancelling file selection
14727                 dialog by Escape key. Made non-ascii filename
14728                 selectable.
14729         * src/prefs_template.c
14730                 prefs_template_window_create(): make scrolled
14731                 window policy AUTOMATIC
14732
14733 2005-07-10 [hoa]        1.9.12cvs33
14734
14735         * src/etpan/imap-thread.c
14736                 workaround for old Courier IMAP servers.
14737
14738 2005-07-10 [colin]      1.9.12cvs32
14739
14740         * src/folder.c
14741         * src/statusbar.c
14742         * src/statusbar.h
14743                 Add visual progress indicator on filtering/processing
14744                 Factorize the progress bar code
14745         * src/imap.c
14746         * src/imap.h
14747         * src/etpan/imap-thread.c
14748                 Add a reference counter to avoid destroying the Folder
14749                 while it's in use by another callback.
14750
14751 2005-07-09 [hoa]        1.9.12cvs31
14752
14753         * src/imap.c
14754         * src/etpan/imap-thread.c
14755                 fixed deadlock when removing IMAP account.
14756
14757 2005-07-08 [colin]      1.9.12cvs30
14758
14759         * src/textview.c
14760         * src/unmime.c
14761                 Fix again problems decoding broken headers
14762         * src/gtk/inputdialog.c
14763                 Fix local variable shadowing a global one
14764
14765 2005-07-08 [colin]      1.9.12cvs29
14766
14767         * src/msgcache.c
14768                 Make the cache/mark files platform-agnostic by writing
14769                 them in little-endian format. Reading them is also done
14770                 in little-endian format, of course; however, in order
14771                 to avoid trashing mark data on big-endian machines, the
14772                 files are, at first, read from the native format if the
14773                 little-endian one doesn't exist. This is easy to deter-
14774                 mine by trying to open a file with a swapped data_ver
14775                 and seeing if it's the wanted version.
14776                 Little-endian using users should see absolutely no
14777                 difference, Big-endian users may get a very little
14778                 performance drop due to byte-swapping.
14779                 Tested on i386 and ppc32. 
14780                 Fixes bug #159 (The index file, in the mailboxes, is 
14781                 hardware depending).
14782
14783                 To have the cache/mark files updated to the new little-
14784                 endian format, "Check for new messages" or even
14785                 "Rebuild folder tree" aren't enough. Files will be
14786                 updated as soon as a folder has been opened/closed.
14787                 To update everything, just select all folders by
14788                 selecting them one by one.
14789
14790 2005-07-07 [colin]      1.9.12cvs28
14791
14792         * src/imap.c
14793                 Remember the folder separator per IMAPFolder
14794                 instead of globally.
14795                 Revive the Session on noop; fixes bug #761
14796                 (mark a bunch of unread messages as read takes 
14797                 forever)
14798
14799 2005-07-07 [darko]      1.9.12cvs27
14800
14801         * src/common/template.c
14802                 Sort templates alphabetically
14803
14804 2005-07-06 [colin]      1.9.12cvs26
14805
14806         * src/imap.c
14807                 Try to use the correct separator in
14808                 most cases. Possibly fixes bug #759
14809                 (only creates the INBOX folder when 
14810                 setting up new IMAP account) and 
14811                 bug #760 (Can't retrieve messages)
14812
14813 2005-07-06 [colin]      1.9.12cvs25
14814
14815         * src/imap.c
14816                 Use real_path in status command. This will
14817                 help later, when namespaces will be used.
14818
14819 2005-07-06 [colin]      1.9.12cvs24
14820
14821         * configure.ac
14822         * src/account.c
14823         * src/folder.c
14824         * src/imap.c
14825         * src/etpan/etpan-log.c
14826         * src/etpan/etpan-thread-manager.c
14827         * src/etpan/imap-thread.c
14828                 Add a --disable-libetpan parameter. With this,
14829                 users that don't want IMAP4 support can avoid
14830                 the new dependancy (and have no IMAP support).
14831                 Users that have IMAP4 accounts and use this
14832                 parameter won't lose their configuration, their
14833                 IMAP accounts will just be invisible and not
14834                 used.
14835         * src/textview.c
14836                 Make the "Copy ..." contextual menu items 
14837                 copy to both the X clipboard and the gtk 
14838                 clipboard - as most other apps do.
14839         * src/gtk/about.c
14840                 Add a notice about OpenSSL usage, in order to
14841                 comply with OpenSSL's license (point 6):
14842                 http://www.openssl.org/source/license.html
14843
14844 2005-07-06 [colin]      1.9.12cvs23
14845
14846         * src/alertpanel.c
14847                 Fix a minimum size for alertpanels
14848         * src/compose.c
14849                 Show 'No space left on device' type errors
14850                 when queuing/sending
14851         * src/imap_gtk.c
14852         * src/mh_gtk.c
14853                 Rework folder's deletion message (remove 
14854                 extra \n)
14855
14856 2005-07-05 [colin]      1.9.12cvs22
14857
14858         * src/imap.c
14859                 Add an alertpanel on auth error
14860                 Add pseudo-log
14861                 Remove pthread-related stuff
14862
14863 2005-07-05 [colin]      1.9.12cvs21
14864
14865         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14866                 Fix crash on plugin reloading (with a hack)
14867
14868 2005-07-05 [colin]      1.9.12cvs20
14869
14870         * src/prefs_account.c
14871         * src/prefs_account.h
14872                 Fix typo
14873         * src/gtk/filesel.c
14874         * src/gtk/filesel.h
14875                 Add a way to filter the view
14876         * src/gtk/pluginwindow.c
14877                 Filter loadable stuff
14878         * src/plugins/pgpmime/prefs_gpg.c
14879                 Fix missing unregistration
14880         * .cvsignore
14881         * src/etpan/.cvsignore
14882         * src/plugins/spamassassin/.cvsignore
14883                 Add more stuff to cvs ignored files
14884
14885 2005-07-04 [colin]      1.9.12cvs19
14886
14887         * src/imap.c
14888                 Fix scan_required returning FALSE when it
14889                 shouldn't. Maybe fix #760 (Can't retrieve
14890                 messages)
14891
14892 2005-07-04 [colin]      1.9.12cvs18
14893
14894         * src/summaryview.c
14895                 Fix always_show_msg pref
14896
14897 2005-07-04 [paul]       1.9.12cvs17
14898
14899         sync with main (forgotten in last commit)
14900         
14901         * src/common/utils.c
14902         * src/common/utils.h
14903                 check_line_length(): new.
14904                 is_dir_exist()
14905                 is_file_entry_exist()
14906                 dirent_is_regular_file()
14907                 dirent_is_directory(): use g_file_test() instead of stat().
14908
14909 2005-07-04 [paul]       1.9.12cvs16
14910
14911         sync with main:
14912
14913         * src/compose.c
14914                 compose_write_to_file(): check for line
14915                 length limit and display warning if exceeds
14916         * src/jpilot.c
14917                 use get_home_dir() instead of g_get_home_dir()
14918         * src/procheader.c
14919                 removed warning about invalid date
14920         * src/vcard.c
14921                 use get_home_dir() instead of g_get_home_dir()
14922
14923 2005-07-04 [paul]       1.9.12cvs15
14924
14925         * src/stock_pixmap.c
14926                 fix new pixmap naming errors
14927                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
14928
14929 2005-07-04 [colin]      1.9.12cvs14
14930
14931         * src/imap.c
14932                 Fix debugging string with a warning
14933
14934 2005-07-04 [colin]      1.9.12cvs13
14935
14936         * configure.ac
14937                 Add a check for libetpan's version (>= 0.37)
14938
14939 2005-07-04 [hoa]        1.9.12cvs12
14940
14941         * commitHelper
14942         * src/imap.c
14943         * src/etpan/imap-thread.c
14944         * src/etpan/imap-thread.h
14945                 fixed IMAP implementation of check of mails.
14946
14947 2005-07-03 [hoa]        1.9.12cvs11
14948
14949         * src/etpan/Makefile.am
14950         * src/etpan/etpan-errors.h
14951         * src/etpan/etpan-log.[ch]
14952         * src/etpan/etpan-thread-manager-types.h
14953         * src/etpan/etpan-thread-manager.[ch]
14954         * src/etpan/imap-thread.[ch]
14955         * src/Makefile.am
14956         * src/imap.c
14957         * src/main.c
14958         * src/prefs_other.c
14959         * configure.ac
14960             merged imap branch.
14961             dependency on libetpan 0.37 is now added.
14962
14963 2005-07-01 [colin]      1.9.12cvs10
14964
14965         * src/Makefile.am
14966         * src/folder.c
14967         * src/folder.h
14968         * src/folderview.c
14969         * src/stock_pixmap.c
14970         * src/stock_pixmap.h
14971         * src/plugins/trayicon/trayicon.c
14972                 Add marked symbol on folders containing
14973                 marked messages
14974         * src/procmsg.c
14975         * src/procmsg.h
14976         * src/toolbar.c
14977         * src/prefs_common.c
14978         * src/prefs_common.h
14979         * src/prefs_send.c
14980                 Add an optional confirmation dialog on queue
14981                 sending. Patch by wwp.
14982         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
14983         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
14984         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
14985         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
14986         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
14987         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
14988         * src/pixmaps/inbox_mark.xpm            ** ADDED **
14989         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
14990         * src/pixmaps/outbox_mark.xpm           ** ADDED **
14991         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
14992         * src/pixmaps/trash_mark.xpm            ** ADDED **
14993                 New pixmaps
14994
14995 2005-07-01 [colin]      1.9.12cvs9
14996
14997         * src/summaryview.c
14998                 Fix a little threading bug
14999         * src/addrgather.c
15000         * src/mainwindow.c
15001                 A little bit of HIG normality never hurts
15002
15003 2005-07-01 [colin]      1.9.12cvs8
15004
15005         * src/compose.c
15006         * src/msgcache.c
15007         * src/pop.c
15008         * src/procmime.c
15009         * src/recv.c
15010         * src/common/log.c
15011         * src/common/template.c
15012         * src/common/utils.c
15013         * src/common/utils.h
15014                 Reverted the fwrite_atomic stuff. In fact
15015                 it is already atomic.
15016
15017 2005-06-30 [colin]      1.9.12cvs7
15018
15019         * src/common/utils.c
15020         * src/common/utils.h
15021                 Add an fwrite_atomic() function to make
15022                 sure we write everything: fwrite can make
15023                 short writes.
15024         * src/compose.c
15025         * src/msgcache.c
15026         * src/pop.c
15027         * src/procmime.c
15028         * src/recv.c
15029         * src/common/log.c
15030         * src/common/template.c
15031                 Use that (and fix swapping of size and nmemb).
15032                 Thanks to Rich Coe for the heads up.
15033
15034 2005-06-30 [colin]      1.9.12cvs6
15035
15036         * src/addressbook.c
15037                 Optimize addressbook opening 
15038
15039 2005-06-30 [colin]      1.9.12cvs5
15040
15041         * src/summaryview.c
15042                 Remove calls to summary_step after move/copy
15043
15044 2005-06-28 [paul]       1.9.12cvs4
15045
15046         * src/alertpanel.c
15047                 wrap and make the error msg selectable
15048
15049 2005-06-28 [paul]       1.9.12cvs3
15050
15051         * src/ssl_manager.c
15052                 replace the OK button with a Close button
15053         * src/gtk/foldersort.c
15054                 use GTK_STOCK_ icons/buttons
15055
15056 2005-06-28 [colin]      1.9.12cvs2
15057
15058         * src/gedit-print.c             ** ADDED **
15059         * src/gedit-print.h             ** ADDED **
15060         * src/gtk/gtksourceprintjob.c   ** ADDED **
15061         * src/gtk/gtksourceprintjob.h   ** ADDED **
15062                 I can't believe no one had enough time to tell
15063                 me I forgot the `cvs add`
15064
15065 2005-06-27 [colin]      1.9.12cvs1
15066
15067         * src/Makefile.am
15068         * src/gtk/Makefile.am
15069         * src/messageview.c
15070         * src/procmsg.c
15071         * src/summaryview.c
15072         * configure.ac
15073                 Add optional libgnomeprint-based printing
15074         * src/mainwindow.c
15075         * src/gtk/quicksearch.c
15076                 Add an Edit/Quick search menu item to show
15077                 and focus the quicksearch
15078
15079 2005-06-27 [paul]       1.9.12
15080
15081         1.9.12 release
15082
15083         * po/ca.po
15084         * po/de.po
15085         * po/es.po
15086         * po/fr.po
15087         * po/it.po
15088         * po/ko.po
15089         * po/pt_BR.po
15090         * po/sk.po
15091         * po/zh_CN.po
15092                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
15093                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
15094                 SungHyun Nam, Frederico Goncalves Guimaraes,
15095                 Andrej Kacian, and Yang Guilong
15096 2005-06-26 [colin]      1.9.11cvs106
15097
15098         * src/imap_gtk.c
15099                 Forgot one file for previous fix
15100
15101 2005-06-26 [colin]      1.9.11cvs105
15102
15103         * src/folder.c
15104         * src/imap.c
15105                 Fix problems with folder operations in no_select
15106                 imap folders. it applies only to mails, and 
15107                 creation/deletion/move/renaming of folders 
15108                 should be possible
15109
15110 2005-06-26 [paul]       1.9.11cvs104
15111
15112         * src/prefs_filtering.c
15113                 replace one more GTK_STOCK_REMOVE
15114                 with GTK_STOCK_DELETE
15115
15116 2005-06-25 [colin]      1.9.11cvs103
15117
15118         * src/imap.c
15119                 Optimize get_seq_set_from_seq_list
15120                 (Patch by Ricardo) 
15121
15122 2005-06-25 [colin]      1.9.11cvs102
15123
15124         * src/mh.c
15125                 If the directory exists, but not in the
15126                 correct encoding, rename it. This should
15127                 handle old-versions-induced bugs.
15128
15129 2005-06-25 [colin]      1.9.11cvs101
15130
15131         * src/mh.c
15132                 Fix path access with extended dir names
15133                 Fixes bug #589 (SC segfaults with wrong locale
15134                 settings)
15135
15136 2005-06-25 [colin]      1.9.11cvs100
15137
15138         * src/prefs_account.c
15139         * src/prefs_account.h
15140         * src/compose.c
15141                 Add an option to encrypt replies to
15142                 encrypted messages
15143
15144 2005-06-25 [colin]      1.9.11cvs99
15145
15146         * src/compose.c
15147         * src/quote_fmt_parse.y
15148                 ... And make it work with pgpinline.
15149
15150 2005-06-25 [colin]      1.9.11cvs98
15151
15152         * src/compose.c
15153         * src/procmime.c
15154         * src/procmime.h
15155         * src/quote_fmt_parse.y
15156                 o Make reedition of encrypted messages possible
15157                   (as long as it is encrypted to self too, no
15158                    magic there)
15159                 o Make replying with quote (and without selecting
15160                   text) possible for encrypted messages.
15161                 Closes bug #550 (Not possible to "reply with quote"
15162                 to gnupg encrypted messages)
15163
15164 2005-06-24 [paul]       1.9.11cvs97
15165
15166         * src/imap.c
15167                 add missing include
15168
15169 2005-06-24 [paul]       1.9.11cvs96
15170
15171         * src/editldap.c
15172                 made bind password entry invisible
15173                 (sync with main)
15174         * src/send_message.c
15175                 send_message_local(): check exit status
15176                 to detect errors (sync with main)
15177         * src/textview.c
15178                 use main's less ambiguous popup menu
15179                 wording
15180
15181 2005-06-24 [paul]       1.9.11cvs95
15182
15183         * src/prefs_actions.c
15184         * src/prefs_customheader.c
15185         * src/prefs_display_header.c
15186         * src/prefs_filtering_action.c
15187         * src/prefs_matcher.c
15188         * src/prefs_template.c
15189         * src/prefs_toolbar.c
15190                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
15191         * src/gtk/description_window.c
15192                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
15193
15194 2005-06-23 [colin]      1.9.11cvs94
15195
15196         * src/summaryview.c
15197                 Fix rough edges (be sure to call status_show whenever
15198                 necessary).
15199
15200 2005-06-23 [colin]      1.9.11cvs93
15201
15202         * src/summaryview.c
15203                 Optimize Select All
15204                 Before, in a 5K mails folder: 11s
15205                 After, in the same folder: 58000µs
15206                 The joys of locking... gtk_clist_select_all() fires a 
15207                 tree-select-row event for each selected row, which in 
15208                 summaryview, callbacks summary_selected which in turn,
15209                 calls summary_status_show, which walks the selected
15210                 rows. Hence, calling gtk_clist_select_all was 
15211                 exponential. Locking the summaryview makes 
15212                 summary_selected return early.
15213
15214 2005-06-23 [colin]      1.9.11cvs92
15215
15216         * src/imap.c
15217                 Move mutex at the important place to avoid
15218                 deadlocks
15219         * src/summaryview.c
15220                 Fix Del key deleting directly instead of
15221                 moving to trash
15222
15223 2005-06-22 [colin]      1.9.11cvs91
15224
15225         * src/plugins/spamassassin/libspamc.c
15226                 As we do spagetti code with assignations in multiple
15227                 places (see _message_read_raw where out = msg = raw),
15228                 let's be sure we don't free the same pointer twice.
15229                 Should fix bug #683 (Crash in libpam at 
15230                 message_cleanup).
15231
15232 2005-06-22 [colin]      1.9.11cvs90
15233
15234         * src/compose.c
15235         * src/messageview.c
15236         * src/toolbar.c
15237                 Make toolbar's delete use the move to trash stuff;
15238                 Add gtk_widget_realize to be sure pixmaps can get
15239                 created (that may fix an old worksforme bug which
15240                 I can't find back...)
15241
15242 2005-06-22 [colin]      1.9.11cvs89
15243
15244         * src/summaryview.c
15245         * src/summaryview.h
15246         * src/mainwindow.c
15247                 Rename "Message/Delete" to "Message/Move to trash"
15248                 Add "Message/Delete..." that directly destroys the
15249                 selected messages after asking for a confirmation.
15250
15251 2005-06-22 [colin]      1.9.11cvs88
15252
15253         * src/imap.c
15254                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
15255                 o Fix a deadlock (thanks Darko)
15256
15257 2005-06-22 [colin]      1.9.11cvs87
15258
15259         * src/gtk/foldersort.c
15260                 Add missing include for the i18n;
15261                 patch by Fabien Vantard
15262
15263 2005-06-21 [colin]      1.9.11cvs86
15264
15265         * src/folder.c
15266         * src/folderview.c
15267                 Respect the no_select flag
15268         * src/imap.c
15269                 Fix recursive deletion
15270         * src/imap_gtk.c
15271         * src/mh_gtk.c
15272                 Make the folder deletion's warning
15273                 more explicit
15274
15275 2005-06-21 [colin]      1.9.11cvs85
15276
15277         * src/textview.c
15278                 Prevent email addresses from spanning accross
15279                 lines - fixes bug # 646 (newline-chars in 
15280                 email addresses)
15281
15282 2005-06-20 [colin]      1.9.11cvs84
15283
15284         * src/folder.c
15285                 Be sure not to remove source if copy failed
15286
15287 2005-06-20 [colin]      1.9.11cvs83
15288
15289         * src/folderview.c
15290         * src/imap_gtk.c
15291                 remove summaryview's lock
15292         * src/imap.c
15293                 introduce threads to avoid problems when foreground tasks
15294                 interfere with background tasks
15295         * src/mh.c
15296                 prevent moving to drafts/queue
15297         * src/mimeview.c
15298                 fix leak
15299
15300 2005-06-19 [colin]      1.9.11cvs82
15301
15302         * src/imap_gtk.c
15303                 Remember that the user doesn't want to override
15304                 offline mode, for 3 seconds. It avoid presenting
15305                 him with N popups in a really short time.
15306
15307 2005-06-17 [colin]      1.9.11cvs81
15308
15309         * src/imap.c
15310                 Fix IMAP breaking on folders containing '('
15311                 (Probably won't be enough)
15312
15313 2005-06-17 [colin]      1.9.11cvs80
15314
15315         Forgotten files on 1.9.11cvs79
15316         * src/summaryview.c
15317                 Fix stepping when not immediately executing
15318         * src/imap.c
15319                 Really prevent UID FETCH 0
15320         * src/codeconv.c
15321                 Fix outgoing charset never set to utf-8
15322         * src/mh.c
15323                 Fix leak
15324
15325 2005-06-16 [colin]      1.9.11cvs79
15326
15327         * src/compose.c
15328                 Fix bug #707 (Dash splits rows)
15329                 Only wrap if we're on a line break position and
15330                 the previous one was a "white" (space) char.
15331                 Pango stuff is weird.
15332
15333 2005-06-16 [colin]      1.9.11cvs78
15334
15335         * src/imap_gtk.c
15336                 Lock summaryview while downloading messages
15337                 on user demand
15338         * src/procheader.c
15339         * src/unmime.c
15340         * src/common/utils.c
15341         * src/common/utils.h
15342                 Replace \r and \n with spaces in From and
15343                 Subject headers
15344
15345 2005-06-16 [paul]       1.9.11cvs77
15346
15347         * src/procmime.c
15348                 liberalise the mime parser
15349         * src/gtk/about.c
15350                 add text wrapping
15351
15352 2005-06-16 [paul]       1.9.11cvs76
15353
15354         * src/gtk/about.c
15355                 reworked
15356
15357 2005-06-15 [colin]      1.9.11cvs75
15358
15359         * src/compose.c
15360                 Finish header encoding fix
15361         * src/summaryview.c
15362                 Fix segfault
15363         * src/headerview.c
15364                 Fix compilation (Thanks Stephan
15365                 Sachse)
15366
15367 2005-06-15 [colin]      1.9.11cvs74
15368
15369         * Makefile.am
15370                 Install gnome2 stuff rather than gnome1, 
15371                 if both are present
15372         * src/codeconv.c
15373         * src/codeconv.h
15374         * src/compose.c
15375                 Fix headers encoding
15376         * src/folder.c
15377                 Visual progress when fetching all messages
15378         * src/folderview.c
15379         * src/summaryview.c
15380         * src/summaryview.h
15381                 Prevent changing current message while
15382                 incorporating
15383
15384 2005-06-15 [paul]       1.9.11cvs73
15385
15386         * src/gtk/gtkaspell.c
15387         * src/gtk/gtkaspell.h
15388                 fix build warnings
15389
15390 2005-06-15 [paul]       1.9.11cvs72
15391
15392         * src/prefs_filtering.c
15393                 allow reordering of filter rules by
15394                 drag n drop
15395
15396 2005-06-15 [paul]       1.9.11cvs71
15397
15398         * COPYING
15399                 updated
15400         * src/codeconv.c
15401                 replace deprecated function
15402         * src/inc.c
15403         * src/send_message.c
15404         * src/gtk/progressdialog.c
15405         * src/gtk/progressdialog.h
15406                 salvage and reuse parts of reverted sync
15407
15408 2005-06-15 [paul]       1.9.11cvs70
15409
15410         * src/inc.c
15411         * src/send_message.c
15412         * src/gtk/progressdialog.c
15413         * src/gtk/progressdialog.h
15414                 revert yesterday's sync with main
15415                 it contains deprecated functions
15416
15417 2005-06-15 [colin]      1.9.11cvs69
15418
15419         * src/headerview.c
15420                 Fix bug #670 (multi user to: will corrupt message 
15421                 headers display)
15422
15423 2005-06-15 [colin]      1.9.11cvs68
15424
15425         * src/compose.c
15426                 Fix bug #421 (Fix undo on wrapping)
15427
15428 2005-06-15 [colin]      1.9.11cvs67
15429
15430         * src/folder.c
15431                 Provide visual feedback while processing
15432                 folder's rules.
15433         * src/imap.c
15434                 Provide visual feedback while getting
15435                 short headers (for uncached messages)
15436
15437
15438 2005-06-14 [paul]       1.9.11cvs66
15439
15440         * src/account.c
15441                 change a couple stock icons
15442         * src/inc.c
15443         * src/send_message.c
15444         * src/gtk/progressdialog.c
15445         * src/gtk/progressdialog.h
15446                 sync main's GtkTreeView implementation
15447
15448 2005-06-14 [colin]      1.9.11cvs65
15449
15450         * src/imap.c
15451                 Various little fixes, mainly on error paths
15452
15453 2005-06-13 [colin]      1.9.11cvs64
15454
15455         * matcher.c
15456         * procmsg.c
15457         * procmsg.h
15458                 Add a way to fetch only headers. This speeds
15459                 up filtering on headers for IMAP. Fixes:
15460                 bug #481 extraneous imap commands slow down 
15461                         imap filtering
15462                 bug #522 Sylpheed downloads all messages 
15463                         when opening mailbox (IMAP)
15464                 bug #677 IMAP fetch is soooooooooooooo slow
15465         * src/folder.c
15466         * src/folder.h
15467                 Add a folder set_batch method so that
15468                 implementations can speed up flags changes
15469         * src/folderutils.c
15470         * src/summaryview.c
15471                 Use that in mark as (un)read and mark all read
15472                 Refix bug #679
15473         * src/imap.c
15474                 Implement set_batch - brings back deferred
15475                 flags in a less buggy manner. Fixes:
15476                 bug #729 IMAP immediate expunge of deleted messages
15477                 bug #191 remove list of messages with one command
15478                 Fix login with strange chars
15479                 Implement fetch_msg_full
15480                 Fix copy (wrong counts)
15481
15482 2005-06-12 [colin]      1.9.11cvs63
15483
15484         * src/folder.c
15485                 lock incorporation during long operations.
15486                 Avoids fucking up the IMAP socket.
15487
15488 2005-06-12 [colin]      1.9.11cvs62
15489
15490         * src/imap.c
15491                 Fix harmful typo
15492                 Factorize remove_all_msg
15493                 Thread-ize expunge
15494         * src/summaryview.c
15495                 Don't update partial-download status if unnecessary
15496         * src/folder.c
15497                 Use remove_msgs everywhere possible
15498
15499 2005-06-12 [colin]      1.9.11cvs61
15500
15501         * src/folder.c
15502         * src/folder.h
15503                 Add a remove_msgs function to remove a 
15504                 list of messages
15505         * src/imap.c
15506                 Implement that.
15507
15508 2005-06-12 [colin]      1.9.11cvs60
15509
15510         * src/imap.c
15511                 Remove flags-processing deferring... Too hard
15512                 to get it to work in all cases.
15513
15514 2005-06-11 [colin]      1.9.11cvs59
15515
15516         * src/imap.c
15517                 printf -> debug_print
15518
15519 2005-06-11 [colin]      1.9.11cvs58
15520
15521         * src/imap.c
15522                 o Fix build without USE_PTHREAD
15523                 o Factorize imap_open
15524                 o Alertpanel in case of impossible connection
15525                 o Alertpanel in case of impossible login
15526                 o Fix deferred flags processing to force a 
15527                   flush before adding some more flags to process,
15528                   but in another folder.
15529
15530 2005-06-10 [colin]      1.9.11cvs57
15531
15532         * src/imap.c
15533                 o Fix a format string error
15534                 o init ssl socket outside of the thread 
15535                   (it possibly invokes gtk calls)
15536         * src/procmime.c
15537                 o Put back the buffer to its necessary size
15538                 o Fix changing a file pointer without keeping
15539                   track of it (thanks Valgrind)
15540         * src/common/smtp.c
15541                 o Fix automatic STARTTLS if login should be done
15542                   and the server only allows it after starting TLS
15543         * src/gtk/gtkinputdialog.c
15544                 o Eat GDK_Return so that the combo popup doesn't 
15545                   appear when we press Enter to validate the combo
15546                   input dialog (as seen in the Open with... dialog)
15547
15548 2005-06-10 [colin]      1.9.11cvs56
15549
15550         * src/imap.c
15551                 o A bit less debug
15552                 o Fix a crash on deletion
15553                 o Threadize imap_select (it's called outside of 
15554                   threads)
15555                 o Defer treatment of DELETED flags
15556
15557
15558 2005-06-09 [colin]      1.9.11cvs55
15559
15560         * src/imap.c
15561                 Make sure we check imap_gtk_should_override(), which
15562                 potentially calls gtk stuff, before creating thread.
15563                 That way it should't be called via imap_get_session()
15564                 inside a thread.
15565
15566 2005-06-09 [colin]      1.9.11cvs54
15567
15568         * src/imap.c
15569                 o add a bit of status output
15570                 o remove some dead code
15571                 o threadize get_list_of_uids
15572                 o threadize imap_get_flags
15573                 o defer flag changing by 500ms so that they
15574                   can be batched
15575
15576
15577 2005-06-08 [colin]      1.9.11cvs53
15578
15579         * src/imap.c
15580                 Thread-ize imap_cmd_fetch
15581
15582 2005-06-08 [colin]      1.9.11cvs52
15583
15584         * src/main.c
15585                 Mmh, that broke POP3...
15586
15587 2005-06-08 [colin]      1.9.11cvs51
15588
15589         * src/main.c
15590                 Stabilize IMAP patch (thanks to Hoa)
15591
15592 2005-06-08 [colin]      1.9.11cvs50
15593
15594         * src/imap.c
15595                 Test patch to speed up imap. 
15596
15597 2005-06-08 [colin]      1.9.11cvs49
15598
15599         * src/imap_gtk.c
15600                 Warning fix
15601         * src/procmime.c
15602                 Apply patch from gentoo to use /usr/share/mime/globs if 
15603                 available, after un-breaking it
15604         * src/common/log.c
15605         * src/common/log.h
15606                 Use g_timeout for invoking hooks that possibly use gtk
15607                 calls. This should leave gtk calls in the main thread.
15608
15609 2005-06-08 [paul]       1.9.11cvs48
15610
15611         * src/codeconv.c
15612                 conv_get_outgoing_charset_str(): don't
15613                 use prefs_common setting
15614         * src/compose.c
15615         * src/compose.h
15616                 add /Options/Character encoding/... to
15617                 temporarily change the outgoing encoding
15618
15619         (belated sync with main)
15620
15621 2005-06-08 [paul]       1.9.11cvs47
15622
15623         * src/compose.c
15624                 correction to/completion of last
15625                 sync with main
15626
15627 2005-06-08 [paul]       1.9.11cvs46
15628
15629         sync with main:
15630         
15631         * src/codeconv.c
15632         * src/codeconv.h
15633                 always enabled Japanese auto-detection
15634                 if the first letters of locale string
15635                 is "ja"
15636         * src/compose.c
15637                 don't use "destroy" signal to destroy
15638                 Compose object (fix rare crashes on discard?)
15639         * src/mainwindow.c
15640         * src/messageview.c
15641         * src/prefs_send.c
15642                 added Hebrew encodings
15643         * src/sourcewindow.c
15644                 don't use "destroy" signal to destroy
15645                 objects
15646
15647 2005-06-07 [colin]      1.9.11cvs45
15648
15649         * src/summaryview.c
15650                 Add missing unlocks/locks
15651
15652 2005-06-07 [paul]       1.9.11cvs44
15653
15654         * src/summaryview.c
15655                 restore bug #749 fix
15656
15657 2005-06-06 [colin]      1.9.11cvs43
15658
15659         * src/summaryview.c
15660                 Fix selection bug when prefs_common.open_unread 
15661                 is FALSE
15662
15663 2005-06-06 [colin]      1.9.11cvs42
15664
15665         * src/common/md5.c
15666                 Fix a warning
15667         * src/summaryview.c
15668         * src/folderview.c
15669                 Factorize long operations beginning and end
15670                 (locking, freezing/thawing, cursor, ...)
15671                 Check selection->data member in selection-
15672                 related loops; this avoids dying an awful
15673                 death if the selection changes on us while
15674                 we're marking a whole IMAP folder unread, 
15675                 for example.
15676
15677 2005-06-06 [paul]       1.9.11cvs41
15678
15679         * src/textview.c
15680                 don't g_free() a static gchar buffer
15681
15682 2005-06-05 [colin]      1.9.11cvs40
15683
15684         * src/mainwindow.c
15685         * src/messageview.c
15686         * src/summaryview.c
15687                 Fix bug #749 (Show all headers should be
15688                 sticky as the GUI suggests)
15689
15690 2005-06-03 [paul]       1.9.11cvs39
15691
15692         * src/compose.c
15693                 don't allow editing of mail while sending.
15694                 patch by Colin
15695
15696 2005-06-03 [paul]       1.9.11cvs38
15697
15698         * src/folderview.c
15699                 add a freeze/thaw to speed up 'mark all read'
15700
15701 2005-06-03 [paul]       1.9.11cvs37
15702
15703         * src/prefs_message.c
15704                 reflect changes immediately
15705
15706 2005-06-02 [colin]      1.9.11cvs36
15707
15708         * po/POTFILES.in
15709                 Patch by Fabien Vantard.
15710
15711 2005-06-02 [colin]      1.9.11cvs35
15712
15713         * src/imap.c
15714                 Use a non-blocking imap_getline() if possible.
15715                 This should completely prevent the interface
15716                 from freezin on imap operations, although it
15717                 may do strange stuff in case of folder switching
15718                 while a big imap operation is taking place...
15719
15720                 In addition, fix a leak in the case thread
15721                 creation fails on connection.
15722
15723 2005-06-02 [colin]      1.9.11cvs34
15724
15725         * src/crash.c
15726         * src/prefs_common.h
15727                 Fix build (prefs_common_init() doesn't exist
15728                 anymore)
15729
15730 2005-06-02 [colin]      1.9.11cvs33
15731
15732         * src/prefs_account.c
15733                 Fix bug #245 (filtering rules broken when
15734                 renaming a remote account (imap4 or nntp)
15735
15736 2005-06-02 [colin]      1.9.11cvs32
15737
15738         * src/imap.c
15739                 Try to fix IMAP shortcomings: 
15740                 o Multithread imap_open()
15741                 o allow offline-mode overriding instead of
15742                   just returning NULL
15743         * src/imap_gtk.c
15744         * src/imap_gtk.h
15745                 Add a function to ask whether we want to
15746                 override offline-mode for 10 minutes (one-shot
15747                 asking was painful)
15748         * src/procheader.c
15749                 Fix segfault when imap parser isn't happy about
15750                 a missing {
15751
15752 2005-06-01 [colin]      1.9.11cvs31
15753
15754         * src/addrharvest.c
15755         * src/compose.c
15756         * src/mbox.c
15757         * src/mbox.h
15758         * src/mh.c
15759         * src/msgcache.c
15760         * src/send_message.c
15761         * src/setup.c
15762         * src/undo.c
15763         * src/common/hooks.c
15764         * src/common/prefs.c
15765         * src/common/template.c
15766         * src/common/utils.c
15767         * src/gtk/gtkutils.c
15768         * src/gtk/inputdialog.c
15769         * src/gtk/menu.c
15770         * src/gtk/pluginwindow.c
15771         * src/gtk/prefswindow.c
15772         * src/plugins/pgpmime/passphrase.c
15773         * src/plugins/pgpmime/prefs_gpg.c
15774                 More -Wall fixes
15775
15776         * src/common/Makefile.am
15777         * src/common/timing.h
15778                 Add basic timing code
15779
15780         * src/summaryview.c
15781                 Fix a bug with unread messages when 
15782                 re-sorting folders, and by the way
15783                 fix a big performance hit when 
15784                 re-sorting (10k mails: before 5s,
15785                 after .5s)
15786
15787         * src/prefs_compose_writing.c
15788         * src/prefs_compose_writing.h
15789         * src/prefs_message.c
15790         * src/prefs_message.h
15791         * src/prefs_other.c
15792         * src/prefs_other.h
15793         * src/prefs_quote.c
15794         * src/prefs_quote.h
15795         * src/prefs_receive.c
15796         * src/prefs_receive.h
15797         * src/prefs_send.c
15798         * src/prefs_send.h
15799         * src/prefs_summaries.c
15800         * src/prefs_summaries.h
15801                 Fix copyright banner
15802
15803 2005-06-01 [paul]       1.9.11cvs30
15804
15805         * po/fi.po
15806                 updated by Flammie Pirinen
15807         * src/procmime.c
15808                 fix 'Bad BASE64 content' output
15809
15810 2005-05-31 [colin]      1.9.11cvs29
15811
15812         * src/procmime.c
15813                 Oops, where did my hunk go.
15814
15815 2005-05-31 [colin]      1.9.11cvs28
15816
15817         * src/Makefile.am
15818         * src/account.c
15819         * src/action.c
15820         * src/addr_compl.c
15821         * src/addressbook.c
15822         * src/codeconv.c
15823         * src/compose.c
15824         * src/export.c
15825         * src/folder.c
15826         * src/folderview.c
15827         * src/image_viewer.c
15828         * src/main.c
15829         * src/mainwindow.c
15830         * src/messageview.c
15831         * src/mimeview.c
15832         * src/msgcache.c
15833         * src/prefs_account.c
15834         * src/prefs_actions.c
15835         * src/prefs_common.c
15836         * src/prefs_compose_writing.c
15837         * src/prefs_customheader.c
15838         * src/prefs_ext_prog.c
15839         * src/prefs_filtering.c
15840         * src/prefs_filtering_action.c
15841         * src/prefs_fonts.c
15842         * src/prefs_image_viewer.c
15843         * src/prefs_message.c
15844         * src/prefs_message.h
15845         * src/prefs_msg_colors.c
15846         * src/prefs_other.c
15847         * src/prefs_other.h
15848         * src/prefs_quote.c
15849         * src/prefs_receive.c
15850         * src/prefs_receive.h
15851         * src/prefs_send.c
15852         * src/prefs_send.h
15853         * src/prefs_spelling.c
15854         * src/prefs_summaries.c
15855         * src/prefs_summary_column.c
15856         * src/prefs_template.c
15857         * src/prefs_themes.c
15858         * src/prefs_toolbar.c
15859         * src/prefs_wrapping.c
15860         * src/procmime.c
15861         * src/procmsg.c
15862         * src/send_message.h
15863         * src/ssl_manager.c
15864         * src/summary_search.c
15865         * src/summaryview.c
15866         * src/textview.c
15867         * src/wizard.c
15868         * src/common/smtp.c
15869         * src/common/smtp.h
15870         * src/gtk/gtkutils.h
15871                 o Move the rest of Common prefs to new style
15872                 o Lots of -Wall warning fixes
15873                 o fix FIXME in cache memusage calculation
15874                 o Let return receipts be sent from any account
15875                 o Little cache optimisation (read)
15876                 o Fix bug #746 (don't treat commas as separators
15877                   when inside a quoted string)
15878
15879 2005-05-31 [paul]       1.9.11cvs27
15880
15881         * src/prefs_common.c
15882                 fix 'off-by-one' typo
15883
15884 2005-05-31 [paul]       1.9.11cvs26
15885
15886         * src/account.c
15887         * src/addr_compl.c
15888         * src/compose.c
15889         * src/foldersel.c
15890         * src/prefs_actions.c
15891         * src/prefs_common.c
15892         * src/prefs_common.h
15893         * src/prefs_customheader.c
15894         * src/prefs_display_header.c
15895         * src/prefs_filtering.c
15896         * src/prefs_filtering_action.c
15897         * src/prefs_matcher.c
15898         * src/prefs_summaries.c
15899         * src/prefs_summary_column.c
15900         * src/prefs_template.c
15901         * src/prefs_toolbar.c
15902         * src/ssl_manager.c
15903         * src/gtk/pluginwindow.c
15904         * src/gtk/prefswindow.c
15905         * src/gtk/progressdialog.c
15906                 add hidden prefs 'enable_rules_hint'
15907                 for gtk_tree_view_set_rules_hint()
15908                 (sync with main)
15909                 
15910
15911 2005-05-31 [colin]      1.9.11cvs25
15912
15913         * src/Makefile.am
15914         * src/main.c
15915         * src/prefs_common.c
15916         * src/prefs_summaries.c ** ADDED **
15917         * src/prefs_summaries.h ** ADDED **
15918                 Common/Display -> Display/Summaries
15919
15920 2005-05-31 [colin]      1.9.11cvs24
15921
15922         * src/Makefile.am
15923         * src/main.c
15924         * src/prefs_quote.c ** ADDED **
15925         * src/prefs_quote.h ** ADDED **
15926                 Move Common/Quote to Compose/Quoting
15927         * src/prefs_common.c
15928         * src/prefs_common.h
15929                 Remove old quote stuff, add
15930                 convenience functions for GtkTextView prefs
15931         * src/gtk/prefswindow.c
15932                 Set default height higher
15933
15934 2005-05-30 [colin]      1.9.11cvs23
15935
15936         * src/Makefile.am
15937         * src/main.c
15938         * src/prefs_common.c
15939         * src/prefs_compose_writing.c ** ADDED **
15940         * src/prefs_compose_writing.h ** ADDED **
15941                 Move Common/Compose prefs to Compose/Writing
15942
15943 2005-05-30 [colin]      1.9.11cvs22
15944
15945         * src/common/utils.c
15946                 Fix bug #651 (Confused Attract by Subject)
15947                 Patch by M. Benkmann <haferfrost@web.de>
15948         * AUTHORS
15949
15950 2005-05-30 [colin]      1.9.11cvs21
15951
15952         * src/compose.c
15953                 Fix concatenation of different headers of
15954                 the same type (bug #645)
15955         * src/prefs_folder_item.c
15956                 Fix bug #699 (setting color to black doesn't
15957                 work immediately)
15958         * src/procmime.c
15959                 Print out decoding error only once per
15960                 block
15961
15962 2005-05-30 [paul]       1.9.11cvs20
15963
15964         * src/common/template.c
15965                 fix Bcc
15966
15967 2005-05-30 [paul]       1.9.11cvs19
15968
15969         * doc/src/rfc2368.txt   **NEW FILE**
15970         * src/compose.c
15971                 compose_entries_set(): don't interpret Bcc
15972                 header field (conform to RFC 2368)
15973                 (sync with main)
15974
15975 2005-05-29 [colin]      1.9.11cvs18
15976
15977         * src/prefs_common.c
15978                 Let the default reply format respect
15979                 netiquette by cutting the signature.
15980
15981 2005-05-29 [colin]      1.9.11cvs17
15982
15983         * src/summaryview.c
15984                 Don't let always_show_msg override
15985                 open_unread_on_enter when opening a new
15986                 directory.
15987
15988 2005-05-27 [paul]       1.9.11cvs16
15989
15990         sync with main:
15991
15992         * src/main.c
15993                 app_will_exit(): cleanup tmp directory when exit
15994         * src/message_search.c
15995                 improved the interface and made code cleanup.
15996                 removed Clear button
15997         * src/send_message.c
15998                 send_message_local(): use GSpawn, and detect errors
15999         * src/summary_search.c
16000                 improved the interface and made code cleanup
16001         * src/textview.c
16002                 textview_write_link(): also skip non-ascii space
16003                  at the head of link strings (phishing check
16004                  didn't work at the case)
16005         * src/common/utils.c
16006                 get_command_output(): use g_spawn_command_line_sync()
16007                 instead of popen()
16008
16009 2005-05-26 [colin]      1.9.11cvs15
16010
16011         * src/folder.c
16012                 remove printf
16013
16014 2005-05-26 [colin]      1.9.11cvs14
16015
16016         * src/common/nntp.c
16017                 Fix nntp mode reader (bug #611)
16018                 Patch by Florian Mickler <florian@mickler.org>
16019
16020 2005-05-26 [colin]      1.9.11cvs13
16021
16022         * src/plugins/pgpmime/passphrase.c
16023                 Fix mouse grabbing (bug #557)
16024
16025 2005-05-26 [colin]      1.9.11cvs12
16026
16027         * src/prefs_themes.c
16028                 Fix g_warning (bug #541)
16029
16030 2005-05-26 [colin]      1.9.11cvs11
16031
16032         * src/prefs_actions.c
16033         * src/prefs_template.c
16034                 Fix bug #506 (no warning if action/template
16035                 is not saved)
16036         * src/common/template.c
16037                 Fix a possible crash
16038
16039 2005-05-26 [colin]      1.9.11cvs10
16040
16041         * src/folder.c
16042         * src/folderview.c
16043         * src/procmsg.c
16044         * src/summaryview.c
16045                 Forbid locked messages to be moved or
16046                 deleted. Locked messages in trashes 
16047                 still get deleted, for performance
16048                 reason (mh.c::mh_remove_all_msgs)
16049
16050 2005-05-25 [colin]      1.9.11cvs9
16051
16052         * src/procmime.c
16053                 Use correct encoding when sending mails
16054                 with attachments that have accentued 
16055                 chars in their name
16056
16057 2005-05-24 [colin]      1.9.11cvs8
16058
16059         * src/summaryview.c
16060                 Fix bug #688 f) read/unread marker not
16061                 changed on first click
16062                 Also, optimize summary_status_show()
16063                 calls
16064         * src/folder.c
16065         * src/inc.c
16066         * src/procmime.c
16067                 Fix bug #688 b) and c) wrt message
16068                 attachments and signature
16069         * src/stock_pixmap.c
16070         * src/stock_pixmap.h
16071         * src/stock_pixmap.c
16072         * src/stock_pixmap.h
16073         * src/Makefile.am
16074         * src/pixmaps/clip_gpg_signed.xpm
16075                 Add clip/signed icon
16076
16077 2005-05-24 [colin]      1.9.11cvs7
16078
16079         * src/folder_item_prefs.c
16080                 whitespace fix
16081
16082 2005-05-24 [colin]      1.9.11cvs6
16083
16084         * src/folderview.c
16085         * src/prefs_common.c
16086         * src/prefs_common.h
16087                 Add a confirmation to folder drag and drop
16088                 fixes bug #156
16089         * src/alertpanel.c
16090         * src/alertpanel.h
16091                 fix _with_disable parameters so that
16092                 the buttons labels are specifiable too
16093         * src/plugins/pgpmime/sgpgme.c
16094                 reflect said change
16095                 
16096
16097 2005-05-24 [colin]      1.9.11cvs5
16098
16099         * src/folderview.c
16100                 Uncollapse/collapse folders on double-click
16101                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
16102                 closes bug #108
16103
16104 2005-05-23 [colin]      1.9.11cvs4
16105
16106         * src/common/socket.c
16107                 Check another special SSL_peek() error.
16108                 Should help wrt bug #728
16109
16110 2005-05-23 [colin]      1.9.11cvs3
16111
16112         * src/plugins/pgpmime/pgpmime.c
16113                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
16114                 breaking menu accelerators and stuff. Users will have to
16115                 reselect "PGP MIME" instead of "PGP/MIME" in their 
16116                 account's privacy preferences if needed.
16117
16118 2005-05-22 [paul]
16119
16120         * tools/kdeservicemenu/install.sh
16121                 use kdesu to prompt for root password if doing
16122                 global install/uninstall
16123
16124 2005-05-20 [colin]      1.9.11cvs2
16125
16126         * src/procmsg.c
16127                 Fix another compilation error with gcc-2.9x
16128                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
16129         * src/send_message.c
16130                 Don't send QUIT if we aren't connected
16131
16132 2005-05-19 [colin]      1.9.11cvs1
16133
16134         * src/procmsg.c
16135                 Fix compilation with gcc 2.9x
16136
16137 2005-05-19 [paul]       1.9.11
16138
16139         1.9.11 released
16140
16141 2005-05-19 [paul]       1.9.9cvs14
16142
16143         * src/gtk/inputdialog.c
16144                 prevent gettext warning
16145
16146 2005-05-19 [paul]       1.9.9cvs13
16147
16148         * src/mainwindow.c
16149         * src/prefs_common.c
16150         * src/prefs_common.h
16151         * src/textview.c
16152         * src/textview.h
16153                 add an option to toggle cursor in message
16154                 view (sync with main)
16155
16156 2005-05-18 [colin]      1.9.9cvs12
16157
16158         * src/compose.c
16159                 Dereference freed pointer
16160         * src/gtk/gtkaspell.c
16161                 Fix duplication of dictionaries (is it an aspell issue?)
16162
16163 2005-05-18 [colin]      1.9.9cvs11
16164
16165         * src/gtk/inputdialog.c
16166         * src/gtk/gtkaspell.c
16167                 HIGuify dialogs
16168         * src/alertpanel.c
16169                 Remove a double call
16170
16171 2005-05-17 [colin]      1.9.9cvs10
16172
16173         * src/gtk/gtkaspell.c
16174                 Fix dialogs, Ctrl-Enter accel
16175
16176 2005-05-17 [colin]      1.9.9cvs9
16177
16178         * src/gtk/gtkaspell.c
16179                 Fix some accelerators, escape in replace-window
16180
16181 2005-05-16 [colin]      1.9.9cvs8
16182
16183         * src/gtk/gtkaspell.c
16184                 Revert last commit, it was a mistake.
16185
16186 2005-05-16 [colin]      1.9.9cvs7
16187
16188         * src/gtk/gtkaspell.c
16189                 Remove buggy code while we're at it. It's a 
16190                 dead code path anyway.
16191
16192 2005-05-16 [colin]      1.9.9cvs6
16193
16194         * src/gtk/gtkaspell.c
16195                 Missed some gtk_menu_popup where deactivate
16196                 signal should be handled. Should fix bug
16197                 #629 a bit more.
16198
16199 2005-05-16 [colin]      1.9.9cvs5
16200
16201         * src/gtk/gtkaspell.c
16202                 Remove debug printf()s
16203
16204 2005-05-16 [colin]      1.9.9cvs4
16205
16206         * src/gtk/gtkaspell.c
16207                 Fix a bit aspell problems
16208                 (see bug #629)
16209
16210 2005-05-13 [colin]      1.9.9cvs3
16211
16212         * src/folderview.c
16213                 Fix the + appearing even when no subfolders
16214                 have unread messages. Thanks to wwp for the
16215                 bug report.
16216
16217 2005-05-11 [paul]       1.9.9cvs2
16218
16219         * src/folderview.c
16220                 correction to 1.9.9cvs1, only colour folders that
16221                 have new msgs (not unread msgs)
16222
16223 2005-05-10 [colin]      1.9.9cvs1
16224
16225         * src/folderview.c
16226         * src/summaryview.c
16227                 Try to fix bolding bugs again.
16228
16229 2005-05-09 [paul]
16230
16231         * tools/claws.i18n.status.pl
16232                 add Ricardo Mones Lastra's script that has been providing
16233                 the i18n status page for many months
16234
16235 2005-05-09 [paul]       1.9.9
16236
16237         1.9.9 release
16238
16239 2005-05-09 [paul]       1.9.6cvs58
16240
16241         * AUTHORS
16242         * INSTALL
16243         * README.claws
16244                 updated
16245         * Makefile.am 
16246         * RELEASE_NOTES.claws
16247                 add release notes to cvs to simplify release
16248                 procedure
16249         * configure.ac
16250                 add ca and fi to ALL_LINGUAS
16251         * po/Makefile.in.in
16252                 workaround for missing Makevars
16253         * po/ca.po
16254         * po/fi.po
16255                 add new Catalan and Finnish translations
16256                 submitted by Miquel Oliete and Flammie Pirinen
16257         * po/de.po
16258         * po/es.po
16259         * po/fr.po
16260         * po/it.po
16261         * po/pl.po
16262         * po/ru.po
16263         * po/sk.po
16264         * po/sr.po
16265         * po/zh_CN.po
16266                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
16267                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
16268                 Urke MMI, and Hansom Young
16269         * src/main.c
16270                 Fix drafting when quitting. compose_draft() closes the
16271                 compose windows, which modifies the compose_list GSList.
16272                 We have to refresh this list after echo drafting to avoid a
16273                 segfault
16274         * src/partial_download.c
16275                 fix segfault on exit
16276
16277 2005-05-06 [paul]       1.9.6cvs57
16278
16279         * src/grouplistdialog.c
16280                 quick fix/workaround for unresizeable newsgroup
16281                 name column 
16282
16283 2005-05-06 [paul]       1.9.6cvs56
16284
16285         * src/inc.c
16286         * src/mainwindow.c
16287                 use gettext plural forms
16288         * src/imap_gtk.c
16289         * src/mh_gtk.c
16290         * src/toolbar.c
16291                 small improvement to english usage
16292
16293 2005-05-05 [thorsten]   1.9.6cvs55
16294
16295         * src/folder.c
16296                 fix possible crash
16297
16298 2005-05-05 [paul]       1.9.6cvs54
16299         
16300         sync with HEAD
16301
16302         * AUTHORS
16303         * src/compose.c
16304                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
16305                 patch by Tim Mann
16306
16307 2005-05-05 [paul]       1.9.6cvs53
16308
16309         * src/mainwindow.c
16310                 fix resizing of separate message and
16311                 folder views
16312
16313 2005-05-05 [paul]       1.9.6cvs52
16314
16315         * src/account.c
16316         * src/addrgather.c
16317         * src/browseldap.c
16318         * src/exphtmldlg.c
16319         * src/expldifdlg.c
16320         * src/importmutt.c
16321         * src/importpine.c
16322         * src/main.c
16323         * src/mainwindow.c
16324         * src/noticeview.c
16325         * src/prefs_filtering.c
16326         * src/prefs_filtering_action.c
16327         * src/prefs_matcher.c
16328         * src/prefs_spelling.c
16329         * src/prefs_toolbar.c
16330         * src/toolbar.c
16331         * src/wizard.c
16332         * src/gtk/description_window.c
16333         * src/gtk/gtkvscrollbutton.c
16334         * src/gtk/progressdialog.c
16335         * src/gtk/quicksearch.c
16336         * src/plugins/pgpmime/prefs_gpg.c
16337         * src/plugins/spamassassin/spamassassin_gtk.c
16338                 replace deprecated gtk_widget_set_usize
16339
16340 2005-05-04 [colin]      1.9.6cvs51
16341
16342         * src/common/utils.c
16343                 Fix crash when subst_for_filename is called
16344                 with a NULL parameter
16345
16346 2005-05-04 [colin]      1.9.6cvs50
16347
16348         * src/partial_download.c
16349         * src/pop.c
16350                 Escape login when writing uidl file
16351                 fixes bug #736
16352
16353 2005-05-03 [colin]      1.9.6cvs49
16354
16355         * src/procmime.c
16356                 Fix possible DOS in mime parser
16357                 (see bug #634)
16358
16359 2005-05-02 [colin]      1.9.6cvs48
16360
16361         * src/compose.c
16362                 Try to fix the copy/paste mess once again.
16363
16364
16365 2005-04-30 [colin]      1.9.6cvs47
16366
16367         * src/prefs_account.h
16368         * src/procmsg.c
16369         * src/send_message.c
16370         * src/common/smtp.c
16371         * src/common/smtp.h
16372                 Try to batch sending mails (per account) instead of
16373                 reconnecting to server every time.
16374
16375 2005-04-29 [colin]      1.9.6cvs46
16376
16377         * src/messageview.c
16378                 Fix window resizing that refused to size down
16379         * src/prefs_common.c
16380         * src/prefs_common.h
16381         * src/prefs_filtering.c
16382                 Save Filtering's window size
16383
16384 2005-04-21 [paul]       1.9.6cvs45
16385
16386         * ChangeLog-gtk2.claws
16387         * src/setup.c
16388                 correction to sync
16389
16390 2005-04-21 [paul]       1.9.6cvs44
16391
16392         sync with main:
16393
16394         * src/setup.c
16395         * src/statusbar.c
16396         * src/statusbar.h
16397                 use gtkut_widget_draw_now(). Improved performance
16398                 of the update of statusbar
16399         * src/textview.c
16400                 textview_smooth_scroll_do(): redraw it after scroll
16401                 is done (fixed incorrect display when a part of the
16402                 view is hidden).
16403         * src/gtk/gtkutils.c
16404         * src/gtk/gtkutils.h
16405                 gtkut_widget_draw_now(): use gdk_window_process_updates()
16406                 to force update of widgets.
16407                 Removed gtkut_widget_wait_for_draw() which had a big
16408                 overhead  because of waiting for all events processed 
16409
16410 2005-04-20 [paul]       1.9.6cvs43
16411
16412         * src/codeconv.c
16413                 complete 1.9.6cvs42's sync:
16414                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
16415
16416 2005-04-19 [paul]       1.9.6cvs42
16417
16418         sync with main:
16419
16420         * src/action.c
16421                 catch_output(): correctly select the insert text
16422                 (fix invalid iterator warnings).
16423         * src/codeconv.c
16424         * src/codeconv.h
16425         * src/mainwindow.c
16426         * src/messageview.c
16427         * src/prefs_common.c
16428                 support GBK encoding.
16429         * src/common/session.c
16430         * src/common/session.h
16431                 use separate buffer for large data to be sent,
16432                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
16433
16434 2005-04-18 [paul]       1.9.6cvs41
16435
16436         * src/jpilot.c
16437                 convert unsigned long into guint32
16438                 patch by Paul LeoNerd Evans 
16439
16440 2005-04-17 [colin]      1.9.6cvs40
16441
16442         * src/compose.c
16443                 Fix 'Request return receipt' from folder
16444                 properties (bug #708)
16445
16446 2005-04-17 [colin]      1.9.6cvs39
16447
16448         * src/mainwindow.c
16449                 Fix duplicate hotkeys in Mainwindow's menu
16450
16451 2005-04-17 [colin]      1.9.6cvs38
16452
16453         * src/folderview.c
16454                 Fix duplicate hotkeys in Folderview's contextual
16455                 menu
16456
16457 2005-04-15 [colin]      1.9.6cvs37
16458
16459         * src/summaryview.c
16460                 Fix 'Save as...' with non-ascii filenames
16461
16462 2005-04-15 [colin]      1.9.6cvs36
16463
16464         * src/plugins/pgpmime/pgpmime.c
16465                 Fix bus error on 64bit. Spotted by 
16466                 macallan1888@gmail.com
16467
16468 2005-04-15 [colin]      1.9.6cvs35
16469
16470         * src/prefs_account.c
16471                 Fix cvs34.
16472
16473 2005-04-12 [colin]      1.9.6cvs34
16474
16475         * src/prefs_account.c
16476                 Fix smtp auth type off-by-one. We forgot to
16477                 add PLAIN in the prefs-to-gui setter func and
16478                 as a result, the selected auth when opening
16479                 account prefs was not the correct one.
16480
16481 2005-04-12 [paul]       1.9.6cvs33
16482
16483         * src/inc.c
16484                 if the recv dialog is visible, Cancel only
16485                 cancels the current account
16486
16487
16488 2005-04-10 [colin]      1.9.6cvs32
16489
16490         * src/filtering.c
16491                 Copy score when copying FilteringActions
16492                 Fix bug #674
16493
16494 2005-04-10 [colin]      1.9.6cvs31
16495
16496         * src/inc.c
16497                 Make Message -> Receive -> Cancel cancel 
16498                 incorporation on all accounts. Fixes
16499                 bug #693
16500
16501 2005-04-10 [colin]      1.9.6cvs30
16502
16503         * src/prefs_account.c
16504                 Update Privacy checkbuttons status based
16505                 on the selected privacy system
16506         * src/compose.c
16507                 Always connect the "None" privacy system; the
16508                 static boolean was probably there to avoid
16509                 reconnecting twice in the same compose window,
16510                 but as the parent function is only called once
16511                 per compose, it's only a bug - as a static is
16512                 initialized once per application instance.
16513                 Also, don't uncheck Sign and Encrypt when
16514                 selecting None as privacy system; just ignore
16515                 them when sending/queuing.
16516                 Should fix bug #695
16517
16518 2005-04-08 [colin]      1.9.6cvs29
16519
16520         * src/account.c
16521         * src/prefs_account.c
16522         * src/prefs_account.h
16523                 Add account preference to queue message in a certain
16524                 folder.
16525
16526 2005-04-06 [colin]      1.9.6cvs28
16527
16528         * src/prefs_account.c
16529                 Update old inbox path syntax
16530
16531 2005-04-06 [paul]       1.9.6cvs27
16532
16533         sync with main:
16534
16535         * configure.ac
16536                 changed -traditional-cpp to -no-cpp-precomp for newer
16537                 Mac OS X support
16538         * src/foldersel.c
16539                 made column resize automatically
16540         * src/send_message.c
16541                 send_message_smtp(): consider EOF right after QUIT
16542                 successful (workaround for Gmail SMTP server)
16543         * src/common/socket.c
16544                 ssl_read(), ssl_peek(): check EOF which violates the
16545                 SSL protocol
16546         * src/gtk/colorlabel.c
16547                 removed warnings when displaying colorlabel menu
16548                 (don't use GtkAlignment)
16549
16550 2005-04-05 [paul]       1.9.6cvs26
16551
16552         * src/plugins/trayicon/trayicon.c
16553                 fix clipping of icon under KDE3 
16554
16555 2005-04-05 [paul]       1.9.6cvs25
16556
16557         * src/summaryview.c
16558                 hide display of threading
16559                 patch by Alfons
16560
16561 2005-04-04 [thorsten]   1.9.6cvs24
16562
16563         * src/mh.c
16564                 marks lost on filesystems with different stat() results on
16565                 summer-/wintertime
16566
16567 2005-04-03 [colin]      1.9.6cvs23
16568
16569         * src/summaryview.c
16570                 Don't handle up/down. Patch by Alfons
16571
16572 2005-04-02 [colin]      1.9.6cvs22
16573
16574         * src/summaryview.c
16575                 Make scrolling faster. Patch by Alfons.
16576
16577 2005-04-01 [colin]      1.9.6cvs21
16578
16579         * src/Makefile.am
16580         * src/stock_pixmap.c
16581         * src/pixmaps/dir-noselect.xpm ** REMOVED **
16582         * src/pixmaps/dir_noselect.xpm ** ADDED **
16583                 Fix pixmap name mismatch (Thanks Stephan Sachse)
16584
16585 2005-04-01 [colin]      1.9.6cvs20
16586
16587         * src/image_viewer.c
16588         * src/image_viewer.h
16589         * src/procmime.c
16590         * src/procmime.h
16591         * src/textview.c
16592         * src/textview.h
16593                 Implement inline image resizing and right-clicking
16594
16595 2005-04-01 [paul]       1.9.6cvs19
16596
16597         * AUTHORS
16598         * Makefile.am
16599         * configure.ac
16600                 check for gnome2
16601                 patch by Luca Cavalli <loopback<AT>slackit.org>
16602         * po/ru.po
16603                 updated by Pavlo Bohmat
16604
16605 2005-03-31 [colin]      1.9.6cvs18
16606
16607         * src/news.c
16608                 Fix parsing references
16609         * src/msgcache.c
16610                 don't put nulls in the references list
16611         * src/procheader.c
16612                 commit that forgotten file in 1.9.6cvs14
16613
16614 2005-03-31 [colin]      1.9.6cvs17
16615
16616         * src/compose.c
16617                 Fix joining of signature separator again. 
16618                 Maybe Hiro could put it in main too...
16619
16620 2005-03-31 [colin]      1.9.6cvs16
16621
16622         * src/Makefile.am
16623         * src/foldersel.c
16624         * src/stock_pixmap.c
16625         * src/stock_pixmap.h
16626         * src/pixmaps/dir-noselect.xpm
16627                 Update foldersel.c (sync from main, patch by Alfons)
16628
16629 2005-03-30 [colin]      1.9.6cvs15
16630
16631         * src/imap.c
16632                 Fix handling of imap folders containing [] in 
16633                 their name. Thanks to Nahuel Angelinetti for
16634                 the detailed bugreport.
16635
16636 2005-03-30 [colin]      1.9.6cvs14
16637
16638         * src/common/utils.h
16639         * src/common/utils.c
16640         * src/common/defs.h
16641         * src/matcher.c
16642         * src/msgcache.c
16643         * src/news.c
16644         * src/procmsg.c
16645         * src/procmsg.h
16646         * src/quote_fmt_parse.y
16647         * src/summaryview.c
16648                 Update references system. Patch by Alfons
16649
16650 2005-03-30 [colin]      1.9.6cvs13
16651
16652         * src/common/socket.c
16653                 Force the glibc to read resolv.conf again when 
16654                 it has changed. Should fix issues when changing
16655                 networks on a laptop and not restarting sylpheed. 
16656
16657 2005-03-30 [paul]       1.9.6cvs12
16658
16659         partial sync with main:
16660
16661         * src/action.c
16662                 create_io_dialog(): use user-defined text font
16663                 (thanks to Alfons), and modified its appearance.
16664         * src/addrgather.c
16665         * src/addrharvest.c
16666         * src/browseldap.c
16667                 replace old code
16668         * src/compose.c
16669                 don't join (presumably) itemized lines on line-wrapping
16670                 fixed wrapping of quote when auto-wrapping is enabled
16671                 compose_destroy(): destroy paned only if it's not
16672                 attached to window. Fixed memory leak of popup menu.
16673         * src/exphtmldlg.c
16674         * src/expldifdlg.c
16675                 replace old code
16676         * src/html.c
16677         * src/html.h
16678         * src/importmutt.c
16679         * src/importpine.c
16680                 replace old code
16681         * src/main.c
16682                 removed redundant code
16683         * src/mainwindow.c
16684                 changed 'Code set' (which is rather incorrect)
16685                 in the menu to 'Character encoding'
16686                 main_window_set_widgets(): request size first
16687                 to prevent window size becoming wrong
16688                 fixed remembering of the state of the visibility
16689                 of MessageView
16690         * src/messageview.c
16691                 changed 'Code set' (which is rather incorrect)
16692                 in the menu to 'Character encoding'
16693         * src/prefs_common.c
16694         * src/prefs_common.h
16695                 added an option whether to render HTML as text or not
16696                 added separators to outgoing encoding menu
16697         * src/procheader.c
16698                 procheader_scan_date_string(): support header
16699                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
16700         * src/summaryview.c
16701         * src/summaryview.h
16702                 minor code cleanup
16703         * src/textview.c
16704                 textview_show_html(): force output of newline
16705                 added an option whether to render HTML as text or not
16706         * src/common/utils.c
16707                 strncpy2(): optimized based on Alfons' code
16708         * src/gtk/gtkutils.c
16709         * src/gtk/gtkutils.h
16710                 removed non-used code
16711         * src/plugins/pgpmime/passphrase.c
16712                 partially fixed grab input of passphrase dialog
16713                 Confine pointer to window
16714
16715 2005-03-30 [colin]      1.9.6cvs11
16716
16717         * src/msgcache.c
16718         * src/msgcache.h
16719                 Read/write 32bit ints from cache & marks
16720                 From main.
16721
16722 2005-03-29 [paul]       1.9.6cvs10
16723
16724         * AUTHORS
16725         * ChangeLog.claws
16726         * src/compose.c
16727         * src/gtk/gtkaspell.c
16728                 sync with HEAD (don't pass NULL pointers) 
16729
16730 2005-03-24 [paul]
16731
16732         * tools/Makefile.am
16733         * tools/README
16734         * tools/acroread2sylpheed.pl
16735                 sync with HEAD (add script to send pdfs as
16736                 attachments from Adobe Reader 7)
16737
16738 2005-03-21 [paul]       1.9.6cvs9
16739
16740         * configure.ac
16741         * po/POTFILES.in
16742         * src/Makefile.am
16743         * src/crash.c
16744         * src/image_viewer.c ** ADDED **
16745         * src/image_viewer.h ** ADDED **
16746         * src/main.c
16747         * src/prefs_common.c
16748         * src/prefs_common.h
16749         * src/prefs_image_viewer.c ** ADDED **
16750         * src/prefs_image_viewer.h ** ADDED **
16751         * src/textview.c
16752         * src/gtk/about.c
16753         * src/pixmaps/sylpheed_logo.xpm
16754         * src/plugins/Makefile.am
16755         * src/plugins/image_viewer/.cvsignore ** REMOVED **
16756         * src/plugins/image_viewer/Makefile.am ** REMOVED **
16757         * src/plugins/image_viewer/plugin.c ** REMOVED **
16758         * src/plugins/image_viewer/viewer.c ** REMOVED **
16759         * src/plugins/image_viewer/viewer.glade ** REMOVED **
16760         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
16761         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
16762         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
16763         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
16764                 as gdk-pixbuf is now built-in
16765                 remove image_viewer plugin and put code back into
16766                 main codebase
16767                 implement inline image display (sync with main)
16768
16769                 replace logo with newer, nicer, larger version  
16770
16771 2005-03-21 [paul]       1.9.6cvs8
16772
16773         * src/gtk/about.c
16774                 cosmetic improvement
16775
16776 2005-03-21 [holger]     1.9.6cvs7
16777
16778         * src/plugins/spamassassin/spamassassin.c
16779                 Sync with HEAD
16780                 (unregister hook on failed plugin init)
16781
16782 2005-03-20 [colin]      1.9.6cvs6
16783
16784         * src/common/plugin.c
16785                 Check that plugin isn't already loaded
16786                 Patch by Alfons
16787
16788 2005-03-20 [thorsten]   1.9.6cvs5
16789
16790         * src/compose.c
16791                 use a more compatible syntax
16792
16793 2005-03-20 [thorsten]   1.9.6cvs4
16794
16795         * src/prefs_toolbar.c
16796                 fix crash when selecting toolbar item (uninitialized pointer)
16797
16798 2005-03-20 [thorsten]   1.9.6cvs3
16799
16800         * src/procmime.c
16801                 fix mimetype detection (referenced free()d string)
16802
16803 2005-03-20 [paul]       1.9.6cvs2
16804
16805         * src/compose.c
16806                 sync with HEAD (1.0.3cvs5)
16807                 neglect Reply-To header if empty
16808                 Patch by Alfons 
16809
16810 2005-03-19 [holger]     1.9.6cvs1
16811
16812         * src/summaryview.c
16813         * src/summaryview.h
16814                 Sync with HEAD
16815
16816 2005-03-18 [paul]       1.9.6
16817
16818         initial GTK2 release
16819
16820 2005-03-18 [paul]       1.0.3cvs3.1
16821
16822         * AUTHORS
16823         * ChangeLog.claws
16824         * configure.ac
16825         * src/gtk/about.c
16826         * src/pixmaps/sylpheed_logo.xpm
16827                 sync with HEAD
16828
16829 2005-03-18 [colin]      1.0.3cvs2.6
16830
16831         * src/summaryview.c
16832                 Remove call to summary_step in summary_copy_selected_to
16833                 Can't see its purpose, and this causes bug when copying
16834                 a message if the next one is unread: it reads it.
16835
16836 2005-03-18 [paul]       1.0.3cvs2.5
16837
16838         * src/foldersel.c
16839                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
16840
16841 2005-03-18 [paul]       1.0.3cvs2.4
16842
16843         * src/addrharvest.c
16844         * src/codeconv.c
16845         * src/codeconv.h
16846         * src/compose.c
16847         * src/news.c
16848         * src/procheader.c
16849         * src/procmime.c
16850         * src/unmime.c
16851         * src/unmime.h
16852                 fix buffer overflow, CAN-2005-0667, see
16853                 http://secunia.com/advisories/14491/
16854                 Patch by Alfons
16855
16856 2005-03-17 [colin]      1.0.3cvs2.3
16857
16858         * src/prefs_fonts.c
16859         * src/summaryview.c
16860                 Fix font bugs (both lists now officialy share 
16861                 the same font)
16862                 
16863
16864 2005-03-17 [paul]       1.0.3cvs2.2
16865
16866         * src/gtk/pluginwindow.c
16867                 make plugin descriptions uneditable
16868
16869 2005-03-11 [paul]       1.0.3cvs2.1
16870
16871         * ChangeLog.claws
16872         * configure.ac
16873         * po/POTFILES.in
16874         * src/plugins/trayicon/trayicon.c
16875                 sync with HEAD
16876                 add src/wizard.c to POTFILES.in
16877
16878 2005-03-11 [paul]       1.0.3cvs1.1
16879
16880         * ChangeLog
16881         * ChangeLog.claws
16882         * configure.ac
16883         * po/de.po
16884         * po/es.po
16885         * po/fr.po
16886         * po/it.po
16887         * po/pt_BR.po
16888         * po/ru.po
16889         * po/sk.po
16890         * po/sr.po
16891         * po/zh_CN.po
16892                 sync with HEAD
16893
16894 2005-03-04 [colin]      1.0.1cvs22.2
16895
16896         * src/compose.c
16897                 Fix signatures with accentued chars in it
16898
16899 2005-03-04 [colin]      1.0.1cvs22.1
16900
16901         * src/common/smtp.c
16902         * src/common/smtp.h
16903                 Don't use SIZE param in MAIL FROM: if server 
16904                 doesn't support it. Patch by Eugen Freiter
16905                 <eugen_f@users.sf.net>
16906
16907 2005-02-27 [paul]       1.0.1cvs20.1
16908
16909         * ChangeLog.claws
16910         * configure.ac
16911         * src/messageview.c
16912                 sync with HEAD
16913
16914 2005-02-27 [colin]      1.0.1cvs19.4
16915
16916         * src/procheader.c
16917         * src/procheader.h
16918                 Fix prototypes. Patch by Alfons
16919
16920 2005-02-27 [colin]      1.0.1cvs19.3
16921
16922         * src/compose.c
16923                 Don't auto-join the signature separator.
16924
16925 2005-02-26 [colin]      1.0.1cvs19.2
16926
16927         * src/summaryview.c
16928                 Fix 'mark all read' with collapsed threads.
16929                 Patch by Alfons.
16930
16931 2005-02-25 [paul]       1.0.1cvs19.1
16932
16933         * ChangeLog.claws
16934         * configure.ac
16935         * src/prefs_account.c
16936         * src/prefs_folder_item.c
16937         * src/gtk/prefswindow.c
16938         * src/gtk/prefswindow.h
16939                 sync with HEAD
16940
16941 2005-02-25 [paul]       1.0.1cvs15.12
16942
16943         * src/alertpanel.c
16944         * src/codeconv.c
16945         * src/compose.c
16946         * src/textview.c
16947         * src/gtk/gtkutils.c
16948         * src/gtk/gtkutils.h
16949         * src/gtk/logwindow.c
16950         * src/gtk/progressdialog.c
16951                 sync with main (revision 127)
16952                 and fix logwindow clipping
16953
16954 2005-02-24 [colin]      1.0.1cvs15.11
16955
16956         * src/plugins/pgpmime/passphrase.c
16957                 Disable input grabbing; it doesn't work yet.
16958
16959 2005-02-24 [colin]      1.0.1cvs15.10
16960
16961         * src/messageview.c
16962                 Don't send out receipts if offline. Ask.
16963
16964 2005-02-23 [colin]      1.0.1cvs15.9
16965
16966         * src/summaryview.c     
16967                 Fix expanding
16968
16969 2005-02-23 [colin]      1.0.1cvs15.8
16970
16971         * src/summaryview.c
16972                 Really fix Bug 568 by removing useless
16973                 calls. summary_thread_init() now called
16974                 in summary_sort(). This should please
16975                 Alfons as it should be faster than 
16976                 previously.
16977
16978 2005-02-23 [colin]      1.0.1cvs15.7
16979
16980         * src/compose.c
16981                 Encode parts as QP or B64 if signing
16982
16983 2005-02-23 [colin]      1.0.1cvs15.6
16984
16985         * src/compose.c
16986                 Fix Mimeinfo leakage (including tmp files)
16987         * src/procmsg.c
16988                 Fix tmp file leakage (spotted by Ivan Rayner)
16989
16990 2005-02-22 [colin]      1.0.1cvs15.5
16991
16992         * src/expldifdlg.c
16993                 Fix keyboard input. Patch by Alfons.
16994
16995 2005-02-21 [colin]      1.0.1cvs15.4
16996
16997         * src/compose.c
16998                 Fix Sign/Encrypt when unselecting privacy
16999                 system
17000         * src/prefs_common.c
17001                 Change default message font to Monospace
17002         * src/summaryview.c
17003                 More freezing during potentially large operations
17004
17005 2005-02-21 [paul]       1.0.1cvs15.3
17006
17007         * src/main.c
17008                 fix --help output
17009
17010 2005-02-21 [paul]       1.0.1cvs15.2
17011
17012         * po/Makefile.in.in
17013         * src/compose.c
17014         * src/summaryview.c
17015         * src/textview.c
17016         * src/common/utils.c
17017         * src/common/utils.h
17018                 sync with main (revision 117)
17019
17020 2005-02-20 [colin]      1.0.1cvs15.1
17021
17022         * src/common/defs.h
17023                 Change cache file to .sylpheed_claws_cache, as
17024                 suggested by Alfons. Allows people to switch
17025                 between Sylpheed and Sylpheed-Claws. it is
17026                 a good idea to "Check for new messages" at next
17027                 startup.
17028
17029
17030 2005-02-18 [colin]      1.0.1cvs14.1
17031
17032         * src/quote_fmt_lex.l
17033         * src/quote_fmt_parse.y
17034                 Fix parser initialisation. Patch by Ivan.
17035
17036 2005-02-18 [colin]      1.0.1cvs11.6
17037
17038         * src/folderview.c
17039                 Fix scrolldown (bug 662)
17040
17041 2005-02-17 [colin]      1.0.1cvs11.5
17042
17043         * src/codeconv.c
17044                 conv_filename_to_utf8: return clean 7bit instead
17045                 of broken utf8 if needed
17046         * src/mimeview.c
17047                 Fix display of parts with unclean 8bit names
17048
17049 2005-02-17 [paul]       1.0.1cvs11.4
17050
17051         * src/compose.c
17052         * src/exportldif.c
17053         * src/matcher_parser_parse.y
17054         * src/procmime.c
17055         * src/sourcewindow.c
17056         * src/common/Makefile.am
17057         * src/common/intl.h             ** REMOVED **
17058         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17059                 sync with main (revision 109)
17060                 and clean up
17061
17062 2005-02-16 [colin]      1.0.1cvs11.3
17063
17064         * src/summaryview.c
17065                 Fix collapsed thread not highlighting when new
17066                 messages in it (Bug 568) Patch by Stephan Sachse.
17067                 Fix messed up selection when reaching bounds (Bug 632)
17068         * src/prefs_themes.c
17069                 Fix theme installing (Bug 684)
17070
17071 2005-02-16 [colin]      1.0.1cvs11.2
17072
17073         * src/messageview.c
17074                 Fix messageview_select_all
17075
17076 2005-02-16 [colin]      1.0.1cvs11.1
17077
17078         * src/mh.c
17079                 Sync with HEAD (MH scan required function)
17080
17081 2005-02-15 [colin]      1.0.1cvs8.1
17082
17083         * src/mimeview.c
17084         * src/common/utils.c
17085                 Sync with HEAD (filename chars substitution)
17086
17087 2005-02-15 [colin]      1.0.1cvs7.3
17088
17089         * src/gtk/pluginwindow.c
17090                 Fix button spacing
17091
17092 2005-02-15 [colin]      1.0.1cvs7.2
17093
17094         * src/mimeview.c
17095                 Fix mime icons not reset across message when
17096                 scrolled down
17097
17098 2005-02-15 [colin]      1.0.1cvs7.1
17099
17100         * src/compose.c
17101         * src/procmime.c
17102                 Sync with HEAD (optimisation of cvs6)
17103
17104 2005-02-14 [colin]      1.0.1cvs6.1
17105
17106         * src/compose.c
17107         * src/procmime.c
17108                 Sync with HEAD (encode "From " at line beginning)
17109
17110 2005-02-14 [colin]      1.0.1cvs5.3
17111
17112         * src/compose.c
17113                 Fix wrapping with accentued chars.
17114
17115 2005-02-13 [colin]      1.0.1cvs5.2
17116
17117         * src/textview.c
17118                 Fix email informative part parsing with
17119                 accentued chars in it. ispunct() returns
17120                 true for them in utf8...
17121
17122 2005-02-12 [colin]      1.0.1cvs5.1
17123
17124         * src/filtering.c
17125                 Sync with HEAD (remove wrong use of compose after send)
17126
17127 2005-02-12 [paul]       1.0.1cvs4.5
17128
17129         * src/textview.c
17130                 remove unnecessary code (thanks to Alfons)
17131
17132 2005-02-12 [paul]       1.0.1cvs4.4
17133
17134         * src/textview.c
17135                 add 'Copy' to contextual menu on emails
17136
17137 2005-02-11 [colin]      1.0.1cvs4.3
17138
17139         * src/compose.c
17140                 revert 1.0.0cvs28.2, it doesn't work that well.
17141
17142 2005-02-11 [paul]       1.0.1cvs4.2
17143
17144         * po/Makefile.in.in
17145                 fix 'make release'
17146
17147 2005-02-10 [paul]       1.0.1cvs4.1
17148
17149         * ChangeLog
17150         * ChangeLog.claws
17151         * ChangeLog.jp
17152         * configure.ac
17153         * src/compose.c
17154                 sync with HEAD (sync with main)
17155
17156 2005-02-10 [paul]       1.0.1cvs3.2
17157
17158         * AUTHORS
17159         * Makefile.am
17160         * autogen.sh
17161         * configure.ac
17162         * config/mkinstalldirs
17163         * intl/.cvsignore
17164         * intl/ChangeLog
17165         * intl/VERSION
17166         * intl/bindtextdom.c
17167         * intl/config.charset
17168         * intl/dcgettext.c
17169         * intl/dcigettext.c
17170         * intl/dcngettext.c
17171         * intl/dgettext.c
17172         * intl/dngettext.c
17173         * intl/eval-plural.h
17174         * intl/explodename.c
17175         * intl/finddomain.c
17176         * intl/gettext.c
17177         * intl/gettextP.h
17178         * intl/gmo.h
17179         * intl/hash-string.h
17180         * intl/intl-compat.c
17181         * intl/l10nflist.c
17182         * intl/libgnuintl.h.in
17183         * intl/loadinfo.h
17184         * intl/loadmsgcat.c
17185         * intl/localcharset.c
17186         * intl/localcharset.h
17187         * intl/locale.alias
17188         * intl/localealias.c
17189         * intl/localename.c
17190         * intl/log.c
17191         * intl/ngettext.c
17192         * intl/os2compat.c
17193         * intl/os2compat.h
17194         * intl/osdep.c
17195         * intl/plural-exp.c
17196         * intl/plural-exp.h
17197         * intl/plural.c
17198         * intl/plural.y
17199         * intl/ref-add.sin
17200         * intl/ref-del.sin
17201         * intl/relocatable.c
17202         * intl/relocatable.h
17203         * intl/textdomain.c
17204         * m4/Makefile.am
17205         * po/Makefile.in.in
17206         * src/Makefile.am
17207         * src/account.c
17208         * src/action.c
17209         * src/addr_compl.c
17210         * src/addressadd.c
17211         * src/addressbook.c
17212         * src/addrgather.c
17213         * src/addrindex.c
17214         * src/alertpanel.c
17215         * src/browseldap.c
17216         * src/codeconv.c
17217         * src/codeconv.h
17218         * src/compose.c
17219         * src/compose.h
17220         * src/crash.c
17221         * src/editaddress.c
17222         * src/editbook.c
17223         * src/editgroup.c
17224         * src/editjpilot.c
17225         * src/editldap.c
17226         * src/editldap_basedn.c
17227         * src/editvcard.c
17228         * src/exphtmldlg.c
17229         * src/expldifdlg.c
17230         * src/export.c
17231         * src/exporthtml.c
17232         * src/filtering.c
17233         * src/folder.c
17234         * src/folder_item_prefs.c
17235         * src/foldersel.c
17236         * src/folderview.c
17237         * src/grouplistdialog.c
17238         * src/headerview.c
17239         * src/imap.c
17240         * src/imap_gtk.c
17241         * src/import.c
17242         * src/importldif.c
17243         * src/importmutt.c
17244         * src/importpine.c
17245         * src/inc.c
17246         * src/ldif.c
17247         * src/main.c
17248         * src/mainwindow.c
17249         * src/matcher.c
17250         * src/mbox.c
17251         * src/message_search.c
17252         * src/messageview.c
17253         * src/mh.c
17254         * src/mh_gtk.c
17255         * src/mimeview.c
17256         * src/msgcache.c
17257         * src/news.c
17258         * src/news_gtk.c
17259         * src/noticeview.c
17260         * src/partial_download.c
17261         * src/pop.c
17262         * src/prefs_account.c
17263         * src/prefs_actions.c
17264         * src/prefs_common.c
17265         * src/prefs_customheader.c
17266         * src/prefs_display_header.c
17267         * src/prefs_ext_prog.c
17268         * src/prefs_filtering.c
17269         * src/prefs_filtering_action.c
17270         * src/prefs_folder_item.c
17271         * src/prefs_fonts.c
17272         * src/prefs_gtk.c
17273         * src/prefs_matcher.c
17274         * src/prefs_msg_colors.c
17275         * src/prefs_spelling.c
17276         * src/prefs_summary_column.c
17277         * src/prefs_template.c
17278         * src/prefs_themes.c
17279         * src/prefs_toolbar.c
17280         * src/prefs_wrapping.c
17281         * src/privacy.c
17282         * src/procheader.c
17283         * src/procmime.c
17284         * src/procmsg.c
17285         * src/quote_fmt.c
17286         * src/recv.c
17287         * src/send_message.c
17288         * src/setup.c
17289         * src/sourcewindow.c
17290         * src/ssl_manager.c
17291         * src/statusbar.c
17292         * src/summary_search.c
17293         * src/summaryview.c
17294         * src/textview.c
17295         * src/toolbar.c
17296         * src/wizard.c
17297         * src/common/nntp.c
17298         * src/common/plugin.c
17299         * src/common/smtp.c
17300         * src/common/ssl.c
17301         * src/common/ssl_certificate.c
17302         * src/common/string_match.c
17303         * src/common/sylpheed.c
17304         * src/common/template.c
17305         * src/common/utils.c
17306         * src/gtk/about.c
17307         * src/gtk/colorlabel.c
17308         * src/gtk/description_window.c
17309         * src/gtk/filesel.c
17310         * src/gtk/foldersort.c
17311         * src/gtk/gtkaspell.c
17312         * src/gtk/gtkutils.c
17313         * src/gtk/inputdialog.c
17314         * src/gtk/logwindow.c
17315         * src/gtk/menu.c
17316         * src/gtk/pluginwindow.c
17317         * src/gtk/prefswindow.c
17318         * src/gtk/progressdialog.c
17319         * src/gtk/quicksearch.c
17320         * src/gtk/sslcertwindow.c
17321         * src/plugins/clamav/clamav_plugin.c
17322         * src/plugins/clamav/clamav_plugin_gtk.c
17323         * src/plugins/demo/demo.c
17324         * src/plugins/dillo_viewer/dillo_prefs.c
17325         * src/plugins/dillo_viewer/dillo_viewer.c
17326         * src/plugins/image_viewer/plugin.c
17327         * src/plugins/image_viewer/viewer.c
17328         * src/plugins/image_viewer/viewerprefs.c
17329         * src/plugins/mathml_viewer/mathml_viewer.c
17330         * src/plugins/pgpmime/passphrase.c
17331         * src/plugins/pgpmime/plugin.c
17332         * src/plugins/pgpmime/prefs_gpg.c
17333         * src/plugins/pgpmime/select-keys.c
17334         * src/plugins/pgpmime/sgpgme.c
17335         * src/plugins/spamassassin/spamassassin.c
17336         * src/plugins/spamassassin/spamassassin_gtk.c
17337         * src/plugins/trayicon/trayicon.c
17338                 sync with main (revision 104)
17339
17340 2005-02-10 [colin]      1.0.1cvs3.1
17341
17342         * src/mainwindow.c
17343                 Sync with HEAD (fix occasional crasher)
17344
17345 2005-02-10 [colin]      1.0.1cvs2.1
17346
17347         * src/messageview.c
17348                 Synw with HEAD (don't automatically display html)
17349
17350 2005-02-09 [colin]      1.0.1cvs1.3
17351
17352         * src/textview.c
17353         * src/textview.h
17354                 Add contextual menu on emails
17355
17356 2005-02-09 [colin]      1.0.1cvs1.2
17357
17358         * src/codeconv.c
17359                 Fix converting from broken headers and 
17360                 put back the _ in missing places
17361                 (feature broke with cvs24.2 sync, main 
17362                  possibly affected?)
17363
17364 2005-02-09 [colin]      1.0.1cvs1.1
17365
17366         * src/messageview.c
17367         * src/mimeview.c
17368         * src/mimeview.h
17369                 Sync with HEAD (display non text/plain mails with plugin)
17370
17371 2005-02-08 [colin]      1.0.1.1
17372
17373         * ChangeLog.claws
17374         * po/pt_BR.po
17375                 Sync with HEAD
17376         * configure.ac
17377                 Make default configuration directory 
17378                 be .sylpheed-gtk2
17379
17380 2005-02-08 [colin]      1.0.0cvs29.1
17381
17382         * po/de.po
17383         * po/es.po
17384         * po/fr.po
17385         * po/it.po
17386         * po/sk.po
17387         * po/sr.po
17388                 Sync translations with HEAD
17389
17390 2005-02-06 [colin]      1.0.0cvs28.3
17391
17392         * src/compose.c
17393                 Make compose a bit faster - patch by Alfons.
17394
17395 2005-02-06 [colin]      1.0.0cvs28.2
17396
17397         * src/compose.c
17398                 Make pasting via middle-click more reliable
17399
17400 2005-02-05 [paul]       1.0.0cvs28.1
17401
17402         * ChangeLog
17403         * ChangeLog.claws
17404         * ChangeLog.jp
17405         * configure.ac
17406         * src/compose.c
17407                 sync with HEAD
17408                 (fix bug 682 'redirect is broken'
17409
17410 2005-02-05 [torte]      1.0.0cvs27.1
17411
17412         * ChangeLog.claws
17413         * configure.ac
17414         * src/partial_download.c
17415                 Sync with HEAD (fix buf overflow)
17416
17417 2005-02-03 [colin]      1.0.0cvs26.1
17418
17419         * src/common/plugin.c
17420                 Sync with HEAD (avoid plugin mismatches)
17421
17422 2005-02-03 [paul]       1.0.0cvs25.3
17423
17424         * src/folderview.c
17425         * src/headerview.c
17426         * src/summaryview.c
17427         * src/textview.c
17428         * src/gtk/colorlabel.c
17429                 third and final part of initial sync with main-gtk2
17430
17431 2005-02-03 [paul]       1.0.0cvs25.2
17432
17433         * src/jpilot.c
17434                 fix building with jpilot support
17435
17436 2005-02-02 [colin]      1.0.0cvs25.1
17437
17438         * src/messageview.c
17439                 Sync with HEAD (fix dangerous typo)
17440
17441 2005-02-01 [colin]      1.0.0cvs24.3
17442
17443         * src/common/xml.c
17444                 Write file as advertised (UTF-8)
17445
17446 2005-02-01 [paul]       1.0.0cvs24.2
17447
17448         * src/addrbook.c
17449         * src/addrindex.c
17450         * src/alertpanel.h
17451         * src/codeconv.c
17452         * src/codeconv.h
17453         * src/compose.c
17454         * src/export.c
17455         * src/folder_item_prefs.c
17456         * src/html.c
17457         * src/imap.c
17458         * src/import.c
17459         * src/jpilot.c
17460         * src/mainwindow.c
17461         * src/matcher_parser_lex.l
17462         * src/messageview.c
17463         * src/mh.c
17464         * src/prefs_account.c
17465         * src/prefs_actions.c
17466         * src/prefs_common.c
17467         * src/prefs_gtk.c
17468         * src/prefs_gtk.h
17469         * src/prefs_themes.c
17470         * src/procheader.c
17471         * src/procmime.c
17472         * src/sourcewindow.c
17473         * src/statusbar.c
17474         * src/summaryview.c
17475         * src/textview.c
17476         * src/toolbar.c
17477         * src/unmime.c
17478         * src/common/template.c
17479         * src/common/utils.c
17480         * src/common/xml.c
17481         * src/common/xml.h
17482         * src/gtk/gtkaspell.c
17483         * src/plugins/clamav/clamav_plugin.c
17484         * src/plugins/dillo_viewer/dillo_prefs.c
17485         * src/plugins/image_viewer/viewerprefs.c
17486         * src/plugins/pgpmime/passphrase.c
17487         * src/plugins/pgpmime/prefs_gpg.c
17488         * src/plugins/pgpmime/select-keys.c
17489         * src/plugins/spamassassin/spamassassin.c
17490                 second part of initial sync with main-gtk2
17491                 (more to follow)
17492
17493 2005-01-31 [colin]      1.0.0cvs24.1
17494
17495         * src/compose.c
17496                 Sync with HEAD
17497
17498 2005-01-29 [paul]       1.0.0cvs23.2
17499
17500         * src/account.c
17501         * src/action.c
17502         * src/addressadd.c
17503         * src/addressbook.c
17504         * src/alertpanel.c
17505         * src/compose.c
17506         * src/editaddress.c
17507         * src/editbook.c
17508         * src/editgroup.c
17509         * src/editjpilot.c
17510         * src/editldap.c
17511         * src/editldap_basedn.c
17512         * src/editvcard.c
17513         * src/export.c
17514         * src/foldersel.c
17515         * src/grouplistdialog.c
17516         * src/import.c
17517         * src/importldif.c
17518         * src/inc.c
17519         * src/main.c
17520         * src/mainwindow.c
17521         * src/message_search.c
17522         * src/messageview.c
17523         * src/mimeview.c
17524         * src/prefs_actions.c
17525         * src/prefs_common.c
17526         * src/prefs_common.h
17527         * src/prefs_customheader.c
17528         * src/prefs_display_header.c
17529         * src/prefs_filtering.c
17530         * src/prefs_filtering_action.c
17531         * src/prefs_gtk.c
17532         * src/prefs_matcher.c
17533         * src/prefs_summary_column.c
17534         * src/prefs_template.c
17535         * src/sourcewindow.c
17536         * src/summary_search.c
17537         * src/summaryview.c
17538         * src/textview.c
17539         * src/gtk/about.c
17540         * src/gtk/description_window.c
17541         * src/gtk/gtkshruler.c
17542         * src/gtk/gtkutils.c
17543         * src/gtk/gtkutils.h
17544         * src/gtk/inputdialog.c
17545         * src/gtk/logwindow.c
17546         * src/gtk/prefswindow.c
17547         * src/gtk/progressdialog.c
17548         * src/gtk/progressdialog.h
17549                 first part of initial sync with main-gtk2
17550                 (more to follow)
17551
17552 2005-01-28 [colin]      1.0.0cvs23.1
17553
17554         * src/folderview.c
17555                 Sync with HEAD
17556
17557 2005-01-27 [colin]      1.0.0cvs21.1
17558
17559         * src/folder.c
17560         * src/folderview.c
17561                 Sync with HEAD
17562
17563 2005-01-27 [colin]      1.0.0cvs19.1
17564
17565         * src/procmime.c
17566                 Sync with HEAD
17567
17568 2005-01-27 [colin]      1.0.0cvs18.1
17569
17570         * src/messageview.c
17571         * src/summaryview.c
17572         * src/mainwindow.c
17573         * src/compose.c
17574         * src/compose.h
17575         * src/procmsg.c
17576         * src/procmsg.h
17577         * src/toolbar.c
17578                 Sync with HEAD
17579
17580 2005-01-26 [paul]       1.0.0cvs15.2
17581
17582         * src/compose.c
17583                 compose_entries_set(): convert subject and body to
17584                 utf8 if necessary. patch by Felix Eckhofer
17585
17586 2005-01-26 [paul]       1.0.0cvs15.1
17587
17588         * configure.ac
17589         * src/common/template.c
17590                 sync with HEAD (fix memory leak)
17591
17592 2005-01-25 [paul]       1.0.0cvs14.1
17593
17594         * configure.ac
17595         * src/compose.c
17596                 sync with HEAD
17597
17598 2005-01-24 [colin]      1.0.0cvs13.1
17599
17600         * src/summaryview.c
17601                 Sync with HEAD
17602
17603 2005-01-24 [paul]       1.0.0cvs12.1
17604
17605         * configure.ac
17606         * src/messageview.c
17607         * src/mh.c
17608         * src/common/utils.c
17609                 sync with HEAD
17610
17611 2005-01-24 [colin]      1.0.0cvs11.1
17612
17613         * src/procheader.c
17614                 Sync with HEAD
17615
17616 2005-01-24 [colin]      1.0.0cvs10.1
17617
17618         * src/folderview.c
17619                 Sync with HEAD
17620
17621 2005-01-23 [colin]      1.0.0cvs9.1
17622
17623         * src/crash.c
17624                 Sync with HEAD
17625
17626 2005-01-22 [colin]      1.0.0cvs8.1
17627
17628         * src/summaryview.c
17629         * src/gtk/quicksearch.c
17630                 Sync with HEAD
17631
17632 2005-01-21 [colin]      1.0.0cvs7.1
17633
17634         * src/summaryview.c
17635                 Sync with HEAD
17636
17637 2005-01-21 [colin]      1.0.0cvs6.1
17638
17639         * src/summaryview.c
17640                 Sync with HEAD
17641
17642 2005-01-21 [colin]      1.0.0cvs5.1
17643
17644         * src/gtk/quicksearch.c
17645         * src/prefs_common.c
17646         * src/prefs_common.h
17647                 Sync with HEAD (recurse option)
17648
17649 2005-01-21 [colin]      1.0.0cvs4.1
17650
17651         * src/folder.h
17652         * src/folderview.c
17653         * src/folderview.h
17654         * src/summaryview.c
17655         * src/gtk/quicksearch.c
17656         * src/gtk/quicksearch.h
17657                 Sync with HEAD (recursive quicksearch)
17658
17659 2005-01-20 [colin]      1.0.0cvs3.4
17660
17661         * src/ssl_manager.c
17662                 Remove useless code
17663
17664 2005-01-20 [colin]      1.0.0cvs3.3
17665
17666         * src/ssl_manager.c
17667                 Fix leak, thanks to Alfons.
17668
17669 2005-01-20 [colin]      1.0.0cvs3.2
17670
17671         * src/ssl_manager.c
17672                 Port SSL certificate window to GTK2.
17673
17674 2005-01-20 [paul]       1.0.0cvs3.1
17675
17676         * ChangeLog.claws
17677         * configure.ac
17678         * src/addrindex.c
17679         * src/addrindex.h
17680                 sync with HEAD
17681
17682 2005-01-19 [colin]      1.0.0cvs2.2
17683
17684         * src/plugins/trayicon/trayicon.c
17685                 Fix freeze with gtk-2.6, the easy way
17686                 (signal blocking helpless there...)
17687                 Closes bug #668.
17688
17689 2005-01-19 [colin]      1.0.0cvs2.1
17690
17691         * src/mbox.c
17692         * src/mbox.h
17693         * src/mainwindow.c
17694         * src/summaryview.c
17695         * src/summaryview.h
17696                 Sync with HEAD
17697
17698 2005-01-19 [paul]       1.0.0cvs1.1
17699
17700         * configure.ac
17701         * po/de.po
17702         * po/es.po
17703         * po/fr.po
17704         * po/hr.po
17705         * po/it.po
17706         * po/ja.po
17707         * po/ko.po
17708         * po/pt_BR.po
17709         * po/ru.po
17710         * po/sk.po
17711         * po/sr.po
17712                 sync with HEAD (update translations)
17713
17714 2005-01-18 [colin]      1.0.0cvs0.1
17715
17716         * src/foldersel.c
17717                 Specify search column - patch by Alfons
17718
17719 2005-01-18 [colin]      0.9.13cvs36.3
17720
17721         * src/prefs_toolbar.c
17722                 Change Delete to Remove
17723         * src/prefs_fonts.c
17724                 GTK2 version and leak fixes
17725         * src/prefs_actions.c
17726                 Add stock buttons.
17727                 All patches by Alfons
17728
17729 2005-01-17 [colin]      0.9.13cvs36.2
17730
17731         * src/compose.c
17732                 Fix DnD inserting twice. While at it,
17733                 add DnD support for text/plain in the
17734                 body, and add support in the headers.
17735
17736 2005-01-16 [colin]      0.9.13cvs36.1
17737
17738         * ChangeLog
17739         * ChangeLog.jp
17740         * ChangeLog.claws
17741                 Sync with HEAD (nothing applicable)
17742
17743 2005-01-16 [colin]      0.9.13cvs33.2
17744
17745         * src/prefs_toolbar.c
17746                 GTK2ize prefs_toolbar, by Alfons.
17747
17748 2005-01-14 [colin]      0.9.13cvs33.1
17749
17750         * src/html.c
17751         * src/msgcache.c
17752                 Sync with HEAD
17753
17754 2005-01-14 [colin]      0.9.13cvs32.1
17755
17756         * src/html.c
17757         * src/html.h
17758         * src/msgcache.c
17759         * AUTHORS
17760         * tools/calypso_convert.pl
17761                 Sync with HEAD
17762
17763 2005-01-08 [colin]      0.9.13cvs29.2
17764
17765         * src/prefs_filtering_action.c
17766         * src/prefs_filtering.c
17767                 2 more gtk2 patches by Alfons
17768
17769 2005-01-07 [paul]       0.9.13cvs29.1
17770
17771         * ChangeLog
17772         * ChangeLog.claws
17773         * ChangeLog.jp
17774         * configure.ac
17775         * src/pop.c
17776         * src/pop.h
17777                 sync with HEAD
17778
17779 2005-01-07 [colin]      0.9.13cvs28.3
17780
17781         * src/gtk/progressdialog.c
17782         * src/gtk/progressdialog.h
17783         * src/inc.c
17784         * src/send_message.c
17785                 GTK2 for the incorporation dialog. The CList isn't dead
17786                 yet, for a more smooth migration. Patch by Alfons.
17787
17788 2005-01-06 [colin]      0.9.13cvs28.2
17789
17790         * src/prefs_display_header.c
17791                 GTK2 conversion by Alfons
17792         * src/prefs_actions.c
17793         * src/prefs_matcher.c
17794                 Fix 2 leaks - patch by Alfons
17795
17796 2005-01-06 [colin]      0.9.13cvs28.1
17797
17798         * src/prefs_matcher.c
17799                 Sync with HEAD
17800
17801 2005-01-06 [colin]      0.9.13cvs27.4
17802
17803         * src/prefs_matcher.c
17804                 Fix double-free. Patch by Alfons
17805
17806 2005-01-06 [colin]      0.9.13cvs27.3
17807
17808         * src/prefs_matcher.c
17809                 GTK2 widgets + memleak
17810                 Patch by Alfons
17811
17812 2005-01-05 [colin]      0.9.13cvs27.2
17813
17814         * src/account.c
17815         * src/addr_compl.c
17816         * src/foldersel.c
17817         * src/stock_pixmap.c
17818         * src/stock_pixmap.h
17819                 3 more GTK2 patches by Alfons.
17820
17821 2005-01-04 [colin]      0.9.13cvs27.1
17822
17823         * src/folderview.c
17824         * src/imap_gtk.c
17825         * src/news_gtk.c
17826                 Sync with HEAD
17827
17828 2005-01-04 [colin]      0.9.13cvs25.9
17829
17830         * src/compose.c
17831                 Fix Show Ruler menuitem
17832         * src/prefs_template.c
17833                 Convert to GTK2
17834         * src/common/utils.c
17835                 Make auto pointer stuff handles NULLs
17836                 Patches by Alfons.
17837
17838 2005-01-04 [colin]      0.9.13cvs25.8
17839
17840         * src/compose.c
17841                 Move the attachment list to gtk2
17842                 Patch by Alfons.
17843
17844 2005-01-04 [colin]      0.9.13cvs25.7
17845
17846         * src/textview.c
17847                 Make some keys work again
17848                 Patch by SungHyun Nam <namsh@kldp.org>
17849
17850 2005-01-04 [colin]      0.9.13cvs25.6
17851
17852         * src/gtk/gtkshruler.c
17853                 Move the ruler to GTK2
17854                 Patch by Alfons
17855
17856 2005-01-03 [colin]      0.9.13cvs25.5
17857
17858         * src/compose.c
17859                 Fix my broken patch apply 
17860
17861 2005-01-03 [colin]      0.9.13cvs25.4
17862
17863         * src/common/utils.c
17864         * src/common/utils.h
17865         * src/gtk/prefswindow.c
17866                 Move auto pointer stuff to utils.c
17867                 Patch by Alfons again :)
17868
17869 2005-01-03 [colin]      0.9.13cvs25.3
17870
17871         * src/compose.c
17872         * src/prefs_gtk.c
17873         * src/prefs_template.c
17874         * src/textview.c
17875                 Empty text widgets with empty strings, not NULL char
17876                 Patch by SungHyun Nam <namsh@kldp_org>
17877
17878 2005-01-03 [colin]      0.9.13cvs25.2
17879
17880         * src/main.c
17881         * AUTHORS
17882                 Sync with HEAD
17883
17884 2005-01-03 [colin]      0.9.13cvs25.1
17885
17886         * src/pop.c
17887         * src/pop.h
17888                 Sync with HEAD
17889
17890 2005-01-03 [colin]      0.9.13cvs24.3
17891
17892         * src/account.c
17893                 Two patches from Alfons and Alex S Moore:
17894                 fix images, fix return value.
17895
17896 2005-01-01 [colin]      0.9.13cvs24.2
17897
17898         * src/prefs_actions.c
17899                 Fix over-zealous assertion. Patch by Alfons
17900
17901 2005-01-01 [colin]      0.9.13cvs24.1
17902
17903         * src/procmime.c
17904                 Sync with HEAD (leak fix)
17905
17906 2004-12-31 [colin]      0.9.13cvs23.2
17907
17908         * src/prefs_common.c
17909                 GTK2 widgets + stock buttons - patch by Alfons
17910
17911 2004-12-31 [paul]       0.9.13cvs23.1
17912
17913         * configure.ac
17914                 bump up EXTRA_VERSION to match (sync'ed) HEAD
17915         * src/gtk/pluginwindow.c
17916                 use GTK2 widgets and plug memory leaks,
17917                 patches by Alfons
17918
17919 2004-12-30 [colin]      0.9.13cvs22.4
17920
17921         * src/account.c
17922         * src/action.c
17923         * src/export.c
17924         * src/foldersel.c
17925         * src/import.c
17926         * src/message_search.c
17927         * src/prefs_actions.c
17928         * src/prefs_common.c
17929         * src/prefs_customheader.c
17930         * src/prefs_filtering.c
17931         * src/prefs_summary_column.c
17932         * src/summary_search.c
17933         * src/gtk/about.c
17934         * src/gtk/description_window.c
17935         * src/gtk/gtkutils.c
17936         * src/gtk/gtkutils.h
17937         * src/gtk/inputdialog.c
17938         * src/gtk/prefswindow.c
17939                 Use GTK2 stock buttons. Patches by Alfons.
17940
17941 2004-12-30 [colin]      0.9.13cvs22.3
17942
17943         * src/account.c
17944                 Sync with HEAD
17945         * src/prefs_actions.c
17946         * src/prefs_customheader.c
17947         * src/prefs_filtering.c
17948         * src/prefs_msg_colors.c
17949         * src/prefs_summary_column.c
17950         * src/gtk/prefswindow.c
17951                 Use GtkTreeView instead of deprecated 
17952                 widgets. Patches by Alfons.
17953
17954 2004-12-30 [paul]       0.9.13cvs22.2
17955
17956         * src/foldersel.c
17957                 use GTK 2 Tree View
17958                 patch by Alfons, with root folder sorting fix
17959                 by Stephan Sachse
17960
17961 2004-12-30 [paul]       0.9.13cvs22.1
17962
17963         * ChangeLog
17964         * ChangeLog.claws
17965         * ChangeLog.jp
17966         * NEWS
17967         * configure.ac
17968         * src/account.c
17969                 sync with HEAD
17970
17971 2004-12-22 [martin]     0.9.13cvs21.2
17972
17973         * src/action.c
17974                 free the command line after its use
17975
17976 2004-12-18 [paul]       0.9.13cvs21.1
17977
17978         * AUTHORS
17979         * ChangeLog
17980         * ChangeLog.claws
17981         * ChangeLog.jp
17982         * NEWS
17983         * configure.ac
17984         * src/action.c
17985         * src/compose.c
17986         * src/syldap.c
17987                 sync with HEAD
17988
17989 2004-12-17 [martin]     0.9.13cvs17.2
17990
17991         * src/action.c
17992                 convert actions input to locale
17993         * src/inc.c
17994                 convert notification command to locale
17995         * src/plugins/pgpmime/select-keys.c
17996                 convert attributes to utf8
17997
17998 2004-12-14 [colin]      0.9.13cvs17.1
17999
18000         * ChangeLog
18001         * ChangeLog.jp
18002         * ChangeLog.claws
18003         * src/action.c
18004         * src/common/utils.c
18005         * src/gtk/prefswindow.c
18006         * src/gtk/gtkutils.c
18007         * src/gtk/gtkutils.h
18008         * src/plugins/spamassassin/libspamc.c
18009                 Sync with HEAD
18010
18011 2004-12-13 [colin]      0.9.13cvs14.1
18012
18013         * src/quote_fmt_parse.y
18014                 Sync with HEAD
18015
18016 2004-12-10 [colin]      0.9.13cvs12.1
18017
18018         * src/prefs_themes.c
18019         * src/mainwindow.c
18020         * src/messageview.c
18021                 Sync with HEAD
18022
18023 2004-12-09 [colin]      0.9.13cvs10.1
18024
18025         * src/procmime.c
18026                 Sync with HEAD (fix B64 encoding from memory)
18027
18028 2004-12-08 [colin]      0.9.13cvs9.1
18029
18030         * src/gtk/colorlabel.c
18031                 Sync with HEAD
18032
18033 2004-12-08 [paul]       0.9.13cvs8.2
18034
18035         * src/gtk/pluginwindow.c
18036                 fix window resizing oddities
18037
18038 2004-12-08 [colin]      0.9.13cvs8.1
18039
18040         * src/quote_fmt_parse.y
18041                 Sync with HEAD
18042
18043 2004-12-08 [colin]      0.9.13cvs7.1
18044
18045         * src/matcher_parser_parse.y
18046         * src/msgcache.c
18047         * src/prefs_matcher.c
18048         * src/procheader.c
18049         * src/matcher.c
18050         * src/common/defs.h
18051         * po/sr.po
18052                 Sync with HEAD
18053
18054 2004-12-08 [colin]      0.9.13cvs6.1
18055
18056         * src/quote_fmt_parse.y
18057         * src/textview.c
18058                 Sync with HEAD
18059         * src/gtk/prefswindow.c
18060         * src/gtk/pluginwindow.c
18061                 Fix G_CALLBACKS protos (thanks to Alfons)
18062
18063 2004-12-07 [torte]      0.9.13cvs2.2
18064
18065         * src/procmime.c
18066                 [Bug 650] reply button causes crash
18067                 Thanks to David Relson and Christoph
18068
18069 2004-12-07 [colin]      0.9.13cvs2.1
18070
18071         * ChangeLog.claws
18072         * AUTHORS
18073         * po/sk.po
18074         * src/procmime.c
18075         * src/prefs_account.c
18076         * src/common/smtp.c
18077         * src/common/smtp.h
18078                 Sync with HEAD
18079
18080 2004-12-06 [colin]      0.9.12cvs187.1
18081
18082         * ChangeLog.claws
18083         * INSTALL
18084         * Makefile.am
18085         * README.claws
18086         * TODO.claws
18087         * configure.ac
18088         * po/bg.po
18089         * po/cs.po
18090         * po/el.po
18091         * po/en_GB.po
18092         * po/es.po
18093         * po/fr.po
18094         * po/hr.po
18095         * po/hu.po
18096         * po/it.po
18097         * po/ja.po
18098         * po/ko.po
18099         * po/nl.po
18100         * po/pl.po
18101         * po/pt_BR.po
18102         * po/ru.po
18103         * po/sk.po
18104         * po/sr.po
18105         * po/sv.po
18106         * po/zh_CN.po
18107         * po/zh_TW.Big5.po
18108         * src/compose.c
18109         * tools/Makefile.am
18110         * tools/README
18111         * tools/filter_conv.pl
18112         * tools/kdeservicemenu/README
18113         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18114         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18115                 Sync with HEAD
18116
18117 2004-12-04 [colin]      0.9.12cvs183.1
18118
18119         * src/compose.c
18120                 Sync with HEAD (compose window position saving)
18121
18122 2004-12-04 [paul]       0.9.12cvs182.3
18123
18124         * src/messageview.c
18125         * src/mimeview.c
18126         * src/prefs_customheader.c
18127         * src/gtk/quicksearch.c
18128                 replace some forgotten GTK_SIGNAL_FUNCs
18129
18130 2004-12-04 [paul]       0.9.12cvs182.2
18131
18132         * src/Makefile.am
18133                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
18134                 committed in error      
18135
18136 2004-12-04 [paul]       0.9.12cvs182.1
18137
18138         * ChangeLog
18139         * ChangeLog.claws
18140         * ChangeLog.jp
18141         * INSTALL
18142         * NEWS
18143         * README
18144         * README.jp
18145         * configure.ac
18146         * doc/manual/ja/Makefile.am
18147         * doc/manual/ja/sylpheed-1.html
18148         * doc/manual/ja/sylpheed-10.html
18149         * doc/manual/ja/sylpheed-11.html
18150         * doc/manual/ja/sylpheed-12.html
18151         * doc/manual/ja/sylpheed-13.html
18152         * doc/manual/ja/sylpheed-14.html
18153         * doc/manual/ja/sylpheed-15.html
18154         * doc/manual/ja/sylpheed-16.html
18155         * doc/manual/ja/sylpheed-17.html
18156         * doc/manual/ja/sylpheed-18.html
18157         * doc/manual/ja/sylpheed-19.html
18158         * doc/manual/ja/sylpheed-2.html
18159         * doc/manual/ja/sylpheed-20.html
18160         * doc/manual/ja/sylpheed-3.html
18161         * doc/manual/ja/sylpheed-4.html
18162         * doc/manual/ja/sylpheed-5.html
18163         * doc/manual/ja/sylpheed-6.html
18164         * doc/manual/ja/sylpheed-7.html
18165         * doc/manual/ja/sylpheed-8.html
18166         * doc/manual/ja/sylpheed-9.html
18167         * doc/manual/ja/sylpheed.html
18168         * doc/manual/ja/sylpheed.sgml
18169         * po/de.po
18170         * src/Makefile.am
18171         * src/compose.c
18172         * src/procmime.c
18173         * src/pixmaps/regular.xpm **REMOVED**
18174         * src/plugins/pgpmime/pgpmime.c
18175         * src/plugins/pgpmime/plugin.c
18176         * src/plugins/pgpmime/prefs_gpg.c
18177                 sync with HEAD
18178
18179 2004-12-03 [paul]       0.9.12cvs180.1
18180
18181         * ChangeLog
18182         * ChangeLog.claws
18183         * ChangeLog.jp
18184         * configure.ac
18185         * src/Makefile.am
18186         * src/pop.c
18187         * src/common/utils.c
18188         * src/common/utils.h
18189         * src/pixmaps/continue.xpm
18190         * src/pixmaps/dir_close.xpm
18191         * src/pixmaps/dir_open.xpm
18192         * src/pixmaps/drafts_close.xpm
18193         * src/pixmaps/drafts_open.xpm
18194         * src/pixmaps/folder.xpm **REMOVED**
18195         * src/pixmaps/group.xpm
18196         * src/pixmaps/unread.xpm
18197                 sync with HEAD
18198
18199 2004-12-02 [colin]      0.9.12cvs179.1
18200
18201         * src/compose.c
18202                 Sync with HEAD (non-duplicated reedition)
18203
18204 2004-12-02 [colin]      0.9.12cvs178.1
18205
18206         * src/compose.c
18207                 Sync with HEAD (linewrap_quote fix)
18208
18209 2004-12-01 [colin]      0.9.12cvs177.3
18210
18211         * src/addrharvest.c
18212                 Replace sizeof with strlen
18213
18214 2004-12-01 [paul]       0.9.12cvs177.2
18215
18216         * src/addrharvest.c
18217                 fix 'harvest addresses'
18218
18219 2004-11-30 [colin]      0.9.12cvs177.1
18220
18221         * src/gtk/prefswindow.c
18222         * src/gtk/pluginwindow.c
18223                 Sync with HEAD
18224
18225 2004-11-29 [colin]      0.9.12cvs176.1
18226
18227         * src/folderview.c
18228                 sync with HEAD (Fix disappearing separators in folderview's popup)
18229
18230 2004-11-29 [colin]      0.9.12cvs175.1
18231
18232         * src/procmime.c
18233                 Sync with head (another format fix)
18234
18235 2004-11-29 [colin]      0.9.12cvs174.1
18236
18237         * src/pop.c
18238                 Sync with HEAD (format string fix)
18239
18240 2004-11-26 [colin]      0.9.12cvs173.1
18241
18242         * src/common/smtp.c
18243         * src/common/smtp.h
18244                 Sync with HEAD
18245
18246 2004-11-24 [colin]      0.9.12cvs172.1
18247
18248         * src/plugins/pgpmime/pgpmime.c
18249                 Sync with HEAD
18250
18251 2004-11-24 [colin]      0.9.12cvs171.1
18252
18253         * src/plugins/pgpmime/pgpmime.c
18254                 Sync with head (gpgmectx leaks)
18255
18256 2004-11-24 [colin]      0.9.12cvs169.1
18257
18258         * src/plugins/pgpmime/plugin.c
18259         * src/plugins/trayicon/Makefile.am
18260         * src/plugins/trayicon/newmarkedmail.xpm
18261         * src/plugins/trayicon/trayicon.c
18262         * src/plugins/trayicon/unreadmarkedmail.xpm
18263                 Sync with HEAD
18264
18265 2004-11-23 [colin]      0.9.12cvs168.1
18266
18267         * src/partial_download.c
18268         * src/partial_download.h
18269         * src/plugins/pgpmime/plugin.c
18270                 Sync with HEAD
18271
18272 2004-11-23 [colin]      0.9.12cvs166.1
18273
18274         * src/Makefile.am
18275         * src/codeconv.c
18276         * src/compose.c
18277         * src/folderview.c
18278         * src/main.c
18279         * src/partial_download.c
18280         * src/partial_download.h
18281         * src/prefs_account.c
18282         * src/prefs_account.h
18283         * src/privacy.c
18284         * src/privacy.h
18285         * src/procmime.c
18286         * src/common/Makefile.am
18287         * src/common/base64.h
18288         * src/common/partial_download.c
18289         * src/common/partial_download.h
18290         * src/gtk/prefswindow.c
18291         * src/gtk/prefswindow.h
18292         * src/plugins/pgpmime/pgpmime.c
18293         * src/plugins/pgpmime/prefs_gpg.c
18294         * src/plugins/pgpmime/prefs_gpg.h
18295         * src/plugins/pgpmime/sgpgme.c
18296         * src/plugins/pgpmime/sgpgme.h
18297                 Sync with HEAD
18298
18299 2004-11-23 [colin]      0.9.12cvs163.1
18300
18301         * src/main.c
18302                 Sync with HEAD (cursor optimization)
18303
18304 2004-11-23 [colin]      0.9.12cvs162.1
18305
18306         * src/prefs_common.c
18307         * src/prefs_themes.c
18308         * src/procmsg.c
18309                 Sync with HEAD
18310
18311 2004-11-23 [colin]      0.9.12cvs158.9
18312
18313         * src/compose.c
18314                 Fix double-free when forwarding
18315         * src/msgcache.c
18316                 Fix leak on error path
18317                 
18318
18319 2004-11-23 [colin]      0.9.12cvs158.8
18320
18321         * src/compose.c
18322                 Fix possible double-free
18323                 Spotted by Alfons
18324
18325 2004-11-23 [colin]      0.9.12cvs158.7
18326
18327         * src/compose.c
18328                 Fix some signal handlers' prototypes
18329                 Spotted by Alfons
18330
18331 2004-11-22 [colin]      0.9.12cvs158.6
18332
18333         * src/compose.c
18334                 Remove unneeded code and duplicated
18335                 wrapping - patch by Alfons
18336
18337 2004-11-22 [colin]      0.9.12cvs158.5
18338
18339         * src/prefs_themes.c
18340                 Fix oversized selector
18341
18342 2004-11-22 [colin]      0.9.12cvs158.4
18343
18344         * src/compose.c
18345                 fix dump_text()
18346                 patch by Alfons
18347
18348 2004-11-19 [colin]      0.9.12cvs158.3
18349
18350         * src/textview.c
18351                 Add a context menu on links (open, copy)
18352
18353 2004-11-18 [paul]       0.9.12cvs158.2
18354
18355         * src/addrgather.c
18356         * src/exphtmldlg.c
18357         * src/expldifdlg.c
18358         * src/mimeview.c
18359         * src/prefs_common.c
18360         * src/plugins/image_viewer/viewer.c
18361         * src/plugins/spamassassin/spamassassin_gtk.c
18362                 replace deprecated gtk_notebook_set_page
18363                 and gtk_notebook_current_page
18364
18365 2004-11-18 [paul]       0.9.12cvs158.1
18366
18367         * configure.ac
18368         * src/compose.c
18369         * src/mainwindow.c
18370         * src/messageview.c
18371         * src/prefs_common.c
18372         * src/common/utils.c
18373         * src/common/utils.h
18374                 sync with HEAD
18375
18376 2004-11-17 [colin]      0.9.12cvs156.1
18377
18378         * src/prefs_account.c
18379         * src/prefs_account.h
18380         * src/procmsg.c
18381                 Sync with HEAD (add pref to store encrypted mails encrypted)
18382
18383 2004-11-17 [paul]       0.9.12cvs155.1
18384
18385         * ChangeLog
18386         * ChangeLog.claws
18387         * ChangeLog.jp
18388         * NEWS
18389         * configure.ac
18390         * src/compose.c
18391         * src/jpilot.c
18392         * src/privacy.c
18393         * src/procmime.c
18394         * src/procmime.h
18395         * src/procmsg.c
18396         * src/toolbar.c
18397         * src/pixmaps/error.xpm
18398                 sync with HEAD
18399
18400 2004-11-17 [colin]      0.9.12cvs151.1
18401
18402         * src/plugins/pgpmime/pgpmime.c
18403                 Sync with HEAD (remove debug printf)
18404
18405 2004-11-17 [colin]      0.9.12cvs150.1
18406
18407         * src/plugins/pgpmime/pgpmime.c
18408                 Sync with HEAD (off-by-one fix)
18409
18410 2004-11-17 [colin]      0.9.12cvs149.1
18411
18412         * src/procmsg.c
18413                 Sync with HEAD (coding style fixes)
18414
18415 2004-11-16 [colin]      0.9.12cvs148.1
18416
18417         * src/procmsg.c
18418                 Sync with head (Fix the fix)
18419
18420 2004-11-16 [colin]      0.9.12cvs147.1
18421
18422         * src/procmsg.c
18423                 Sync with Main (leak fix)
18424
18425 2004-11-16 [colin]      0.9.12cvs146.14
18426
18427         * src/compose.c
18428                 Remove useless chunk of code
18429                 Patch by Alfons
18430
18431 2004-11-15 [colin]      0.9.12cvs146.13
18432
18433         * src/compose.c
18434                 Fix drafting after insertion
18435                 Patch by Alfons
18436
18437 2004-11-15 [colin]      0.9.12cvs146.12
18438
18439         * src/compose.c
18440         * src/prefs_filtering.c
18441         * src/prefs_filtering_action.c
18442         * src/prefs_toolbar.c
18443                 Fix some const-correctness
18444
18445 2004-11-15 [colin]      0.9.12cvs146.11
18446
18447         * src/summaryview.c
18448         * src/prefs_themes.c
18449         * src/messageview.c
18450                 Fix some leaks
18451
18452 2004-11-15 [colin]      0.9.12cvs146.10
18453
18454         * src/codeconv.c
18455                 More unreadable locale fixes
18456
18457 2004-11-14 [colin]      0.9.12cvs146.9
18458
18459         * src/textview.c
18460                 Fix uri_security_check
18461                 Patch by Alfons
18462
18463 2004-11-13 [paul]       0.9.12cvs146.8
18464
18465         * src/folder.c
18466         * src/procmime.c
18467                 fix 2 bugs introduced in last commit
18468
18469 2004-11-13 [paul]       0.9.12cvs146.7
18470
18471         * src/compose.c
18472         * src/exporthtml.c
18473         * src/exportldif.c
18474         * src/folder.c
18475         * src/imap.c
18476         * src/imap_gtk.c
18477         * src/main.c
18478         * src/mainwindow.c
18479         * src/messageview.c
18480         * src/mh_gtk.c
18481         * src/prefs_themes.c
18482         * src/procmime.c
18483         * src/setup.c
18484         * src/summaryview.c
18485                 replace deprecated g_basename
18486
18487 2004-11-13 [paul]       0.9.12cvs146.6
18488
18489         * src/compose.c
18490         * src/imap.c
18491         * src/matcher_parser.h
18492         * src/matcher_parser_parse.y
18493         * src/prefs_filtering.c
18494         * src/prefs_filtering_action.c
18495         * src/prefs_themes.c
18496         * src/prefs_toolbar.c
18497         * src/common/utils.c
18498                 various small fixes/cleanups
18499
18500 2004-11-12 [colin]      0.9.12cvs146.5
18501
18502         * src/textview.c
18503                 Validate event's origin on visibility notify
18504                 Patch by Alfons.
18505
18506 2004-11-12 [paul]       0.9.12cvs146.4
18507
18508         * src/exporthtml.c
18509         * src/exportldif.c
18510         * src/imap.c
18511         * src/mh.c
18512         * src/mimeview.c
18513         * src/prefs_spelling.c
18514         * src/prefs_themes.c
18515                 replace deprecated g_dirname    
18516
18517 2004-11-12 [colin]      0.9.12cvs146.3
18518
18519         * src/textview.c
18520                 Some coding style fixes
18521
18522 2004-11-12 [colin]      0.9.12cvs146.2
18523
18524         * src/codeconv.c
18525                 We want to replace _all_ extended chars in
18526                 conv_unreadable_*, because any string containing
18527                 extended chars not parsing as UTF8 is 
18528                 undisplayed on gtk2.
18529
18530 2004-11-12 [paul]       0.9.12cvs146.1
18531
18532         * ChangeLog
18533         * ChangeLog.claws
18534         * ChangeLog.jp
18535         * NEWS
18536         * configure.ac
18537         * src/account.c
18538         * src/folderview.c
18539         * src/folderview.h
18540         * src/imap.c
18541         * src/imap_gtk.c
18542         * src/inc.c
18543         * src/mainwindow.c
18544         * src/mh_gtk.c
18545         * src/news_gtk.c
18546         * src/pop.c
18547         * src/prefs_account.c
18548         * src/prefs_account.h
18549         * src/prefs_ext_prog.c
18550         * src/procmime.c
18551         * src/procmime.h
18552         * src/procmsg.c
18553         * src/procmsg.h
18554         * src/summary_search.c
18555         * src/summaryview.c
18556         * src/textview.c
18557         * src/common/defs.h
18558         * src/common/utils.c
18559         * src/common/utils.h
18560         * src/gtk/menu.c
18561         * src/gtk/menu.h
18562                 sync with HEAD
18563
18564 2004-11-11 [colin]      0.9.12cvs144.2
18565
18566         * src/textview.c
18567                 Fix URI range selection (patch by Alfons)
18568
18569 2004-11-09 [colin]      0.9.12cvs144.1
18570
18571         * ChangeLog.claws
18572         * src/compose.c
18573         * src/folder.c
18574         * src/folder_item_prefs.c
18575         * src/prefs_account.c
18576         * src/prefs_account.h
18577         * src/plugins/pgpmime/pgpmime.c
18578                 Sync with HEAD
18579
18580 2004-11-08 [colin]      0.9.12cvs143.1
18581
18582         * src/summaryview.c
18583                 Sync with HEAD (optimize quicksearch)
18584
18585 2004-11-08 [colin]      0.9.12cvs142.2
18586
18587         * src/compose.c
18588                 Don't wrap when Edit/Auto wrapping is disabled
18589
18590 2004-11-08 [colin]      0.9.12cvs142.1
18591
18592         * src/textview.c
18593                 Sync with HEAD
18594
18595 2004-11-08 [colin]      0.9.12cvs141.1
18596
18597         * src/textview.c
18598                 Sync with HEAD (fix some mail URIs)
18599
18600 2004-11-08 [colin]      0.9.12cvs140.3
18601
18602         * src/textview.c
18603                 o Use text cursor instead of arrow when
18604                   not on a link
18605                 o Fix handling of contiguous links (as in
18606                   "colin@colino.net" <colin@colino.net>)
18607                   This one unveils a bug in get_email_part()
18608
18609 2004-11-07 [colin]      0.9.12cvs140.2
18610
18611         * src/textview.c
18612                 Fix memleak. Patch by Alfons.
18613
18614 2004-11-06 [colin]      0.9.12cvs140.1
18615
18616         * src/compose.c
18617                 Sync with HEAD (don't ask passphrase
18618                 when drafting)
18619
18620 2004-11-06 [paul]       0.9.12cvs139.2
18621
18622         * AUTHORS
18623         * src/textview.c
18624         * src/textview.h
18625                 textview URI handling. hovering over a 
18626                 link displays it in the status bar,
18627                 and changes the mouse pointer to a hand 
18628                 cursor. a link is activated with a single 
18629                 click. (Modified from the) patch by Jean-Yves 
18630                 Lefort <jylefort@users.sourceforge.net>
18631                 
18632
18633 2004-11-05 [colin]      0.9.12cvs139.1
18634
18635         * src/compose.c
18636         * src/procmime.c
18637                 Sync with HEAD again ^^
18638
18639 2004-11-05 [colin]      0.9.12cvs139.1
18640
18641         * src/compose.c
18642         * src/procmime.c
18643                 Sync with HEAD
18644
18645 2004-11-03 [paul]       0.9.12cvs138.1
18646
18647         * ChangeLog.claws
18648         * configure.ac
18649         * po/POTFILES.in
18650         * src/prefs_ext_prog.c
18651         * src/procmime.c
18652         * tools/kdeservicemenu/README
18653         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18654         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18655                 sync with HEAD
18656
18657 2004-11-01 [christoph]  0.9.12cvs136.2
18658
18659         * src/procmime.c
18660                 convert MIME parameters to UTF-8
18661
18662 2004-10-29 [colin]      0.9.12cvs136.1
18663
18664         * src/common/utils.c
18665                 Sync with HEAD (don't use '=' in mime boundary)
18666
18667 2004-10-29 [paul]       0.9.12cvs135.1
18668
18669         * configure.ac
18670         * doc/src/rfc2231.txt
18671         * src/procmime.c
18672         * src/common/quoted-printable.c
18673         * src/common/utils.c
18674         * src/common/utils.h
18675                 sync with HEAD
18676
18677 2004-10-27 [paul]       0.9.12cvs134.1
18678
18679         * configure.ac
18680         * src/main.c
18681         * src/procmime.c
18682         * src/plugins/pgpmime/pgpmime.c
18683                 sync with HEAD
18684
18685 2004-10-26 [paul]       0.9.12cvs132.3
18686
18687         * src/account.c
18688         * src/addressbook.c
18689         * src/addrgather.c
18690         * src/addrharvest.c
18691         * src/codeconv.c
18692         * src/compose.c
18693         * src/customheader.c
18694         * src/editaddress.c
18695         * src/editgroup.c
18696         * src/enriched.c
18697         * src/expldifdlg.c
18698         * src/exporthtml.c
18699         * src/exportldif.c
18700         * src/folder.c
18701         * src/foldersel.c
18702         * src/folderview.c
18703         * src/grouplistdialog.c
18704         * src/html.c
18705         * src/imap.c
18706         * src/jpilot.c
18707         * src/ldapserver.c
18708         * src/ldif.c
18709         * src/mimeview.c
18710         * src/news.c
18711         * src/news_gtk.c
18712         * src/pop.c
18713         * src/prefs_display_header.c
18714         * src/prefs_gtk.c
18715         * src/prefs_msg_colors.c
18716         * src/prefs_toolbar.c
18717         * src/procheader.c
18718         * src/procmime.c
18719         * src/summaryview.c
18720         * src/textview.c
18721         * src/toolbar.c
18722         * src/vcard.c
18723         * src/common/mgutils.c
18724         * src/common/nntp.c
18725         * src/common/smtp.c
18726         * src/common/template.c
18727         * src/common/utils.c
18728         * src/common/xmlprops.c
18729         * src/plugins/pgpmime/pgpmime.c
18730         * src/plugins/pgpmime/select-keys.c
18731         * src/plugins/pgpmime/sgpgme.c
18732                 replace deprecated g_strcasecmp(), g_strncasecmp(),
18733                 g_string_sprintfa(), gtk_notebook_current_page()
18734
18735 2004-10-26 [colin]      0.9.12cvs132.2
18736
18737         * src/prefs_folder_item.c
18738                 Fix default-account selection
18739
18740 2004-10-21 [colin]      0.9.12cvs133
18741
18742         * src/compose.c
18743                 Sync with HEAD (Remove extra separator in compose's Options)
18744         * src/textview.c
18745                 Set wrapping to char
18746
18747 2004-10-21 [paul]       0.9.12cvs131.2
18748
18749         * src/compose.c
18750         * src/sourcewindow.c
18751                 fix wrapping
18752                 fix window shrinking 
18753
18754 2004-10-21 [colin]      0.9.12cvs131.1
18755
18756         * ChangeLog.claws
18757         * src/compose.c
18758                 Sync with HEAD
18759
18760 2004-10-21 [paul]       0.9.12cvs130.2
18761
18762         * src/prefs_folder_item.c
18763                 sync with HEAD (Apply to subfolders)
18764
18765 2004-10-19 [colin]      0.9.12cvs130.1
18766
18767         * ChangeLog.claws
18768         * src/compose.c
18769         * src/common/utils.c
18770         * src/gtk/menu.c
18771                 Sync with HEAD
18772
18773 2004-10-19 [colin]      0.9.12cvs128.1
18774
18775         * src/addrbook.c
18776         * src/addrcache.c
18777         * src/addressbook.c
18778         * src/codeconv.c
18779         * src/compose.c
18780         * src/customheader.c
18781         * src/editaddress.c
18782         * src/editgroup.c
18783         * src/exporthtml.c
18784         * src/folder.c
18785         * src/folderview.c
18786         * src/imap.c
18787         * src/jpilot.c
18788         * src/main.c
18789         * src/matcher_parser_parse.y
18790         * src/mbox.c
18791         * src/pop.c
18792         * src/prefs_account.c
18793         * src/prefs_gtk.c
18794         * src/prefs_msg_colors.c
18795         * src/procheader.c
18796         * src/procmime.c
18797         * src/procmime.h
18798         * src/procmsg.c
18799         * src/summaryview.c
18800         * src/textview.c
18801         * src/common/base64.c
18802         * src/common/partial_download.c
18803         * src/common/socket.c
18804         * src/common/sylpheed.c
18805         * src/common/utils.c
18806         * src/common/utils.h
18807         * src/gtk/pluginwindow.c
18808         * src/gtk/quicksearch.c
18809         * src/plugins/clamav/clamav_plugin.c
18810         * src/plugins/clamav/clamav_plugin.h
18811         * src/plugins/clamav/clamav_plugin_gtk.c
18812         * src/plugins/pgpmime/passphrase.c
18813         * src/plugins/pgpmime/pgpmime.c
18814         * src/plugins/pgpmime/plugin.c
18815         * src/plugins/pgpmime/prefs_gpg.c
18816         * src/plugins/pgpmime/prefs_gpg.h
18817         * src/plugins/pgpmime/select-keys.c
18818         * src/plugins/pgpmime/sgpgme.c
18819         * src/plugins/spamassassin/libspamc.c
18820         * src/plugins/spamassassin/spamassassin.c
18821         * src/plugins/spamassassin/spamassassin.h
18822         * src/plugins/spamassassin/spamassassin_gtk.c
18823         * src/plugins/trayicon/trayicon.c
18824         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
18825                 Sync with HEAD
18826
18827 2004-10-14 [colin]      0.9.12cvs126.2
18828
18829         * src/codeconv.c
18830         * src/textview.c
18831                 Fix conv_unreadable_locale
18832
18833 2004-10-13 [colin]      0.9.12cvs126.1
18834
18835         * src/compose.c
18836                 Sync with HEAD (don't convert charset for 
18837                 drafted messages, minor cleanup)
18838
18839 2004-10-13 [colin]      0.9.12cvs125.1
18840
18841         * po/POTFILES.in
18842                 Sync with HEAD (POTFILES fix)
18843
18844 2004-10-12 [colin]      0.9.12cvs124.3
18845
18846         * src/compose.c
18847                 Fix encoding bug from latest sync
18848
18849 2004-10-12 [paul]       0.9.12cvs124.2
18850
18851         * src/plugins/pgpmime/prefs_gpg.c
18852         * src/plugins/pgpmime/prefs_gpg.h
18853                 forgotten in last commit        
18854
18855 2004-10-12 [paul]       0.9.12cvs124.1
18856
18857         * ChangeLog.claws
18858         * configure.ac
18859         * m4/spamassassin.m4
18860         * src/Makefile.am
18861         * src/account.c
18862         * src/compose.c
18863         * src/compose.h
18864         * src/crash.c
18865         * src/main.c
18866         * src/mimeview.c
18867         * src/passphrase.c
18868         * src/passphrase.h
18869         * src/prefs_account.c
18870         * src/prefs_account.h
18871         * src/prefs_common.c
18872         * src/privacy.c
18873         * src/privacy.h
18874         * src/procmime.c
18875         * src/procmime.h
18876         * src/procmsg.c
18877         * src/rfc2015.c
18878         * src/rfc2015.h
18879         * src/select-keys.c
18880         * src/select-keys.h
18881         * src/textview.c
18882         * src/common/utils.c
18883         * src/common/utils.h
18884         * src/gtk/about.c
18885         * src/plugins/pgpmime/Makefile.am
18886         * src/plugins/pgpmime/passphrase.c
18887         * src/plugins/pgpmime/passphrase.h
18888         * src/plugins/pgpmime/pgpmime.c
18889         * src/plugins/pgpmime/plugin.c
18890         * src/plugins/pgpmime/select-keys.c
18891         * src/plugins/pgpmime/select-keys.h
18892         * src/plugins/pgpmime/sgpgme.c
18893         * src/plugins/pgpmime/sgpgme.h
18894                 sync with HEAD
18895
18896 2004-10-04 [colin]      0.9.12cvs122.1
18897
18898         * src/mainwindow.c
18899         * src/messageview.c
18900         * src/messageview.h
18901         * src/textview.c
18902                 Sync with HEAD
18903
18904 2004-10-04 [colin]      0.9.12cvs121.1
18905
18906         * src/summaryview.c
18907                 Sync with HEAD
18908
18909 2004-10-04 [paul]       0.9.12cvs120.1
18910
18911         * configure.ac
18912                 sync with HEAD [don't try to build 
18913                 pgpmime plugin when gpgme is disabled]
18914
18915 2004-10-03 [colin]      0.9.12cvs119.3
18916
18917         * src/gtk/gtksctree.c
18918                 Lots of side effects. Put back as before 117.2.
18919         * src/summaryview.c
18920                 Fix bug #602
18921
18922 2004-10-03 [colin]      0.9.12cvs119.2
18923
18924         * src/gtk/gtksctree.c
18925                 Revert 608 fix that doesn't work that good
18926
18927 2004-10-02 [colin]      0.9.12cvs119.1
18928
18929         * src/mainwindow.c
18930         * src/messageview.c
18931         * src/prefs_common.h
18932         * src/procmime.c
18933         * src/procmime.h
18934         * src/textview.c
18935                 Sync with HEAD
18936         * src/gtk/gtksctree.c
18937                 Close bug #608
18938
18939 2004-10-01 [colin]      0.9.12cvs118.1
18940
18941         * src/mimeview.c
18942                 Sync with HEAD (better Save All fix)
18943
18944 2004-10-01 [colin]      0.9.12cvs117.2
18945
18946         * src/gtk/gtksctree.c
18947                 Faster on selection
18948
18949 2004-10-01 [colin]      0.9.12cvs117.1
18950
18951         * src/mimeview.c
18952                 Sync with HEAD (Save All: only attachments)
18953
18954 2004-10-01 [paul]       0.9.12cvs116.1
18955
18956         * ChangeLog.claws
18957         * configure.ac
18958         * src/account.c
18959         * src/prefs_common.c
18960         * src/gtk/colorlabel.c
18961                 sync with HEAD
18962
18963 2004-09-30 [colin]      0.9.12cvs115.1
18964
18965         * src/stock_pixmap.c
18966         * src/stock_pixmap.h
18967         * src/folderview.c
18968         * src/Makefile.am
18969         * src/pixmaps/read.xpm
18970                 Sync with HEAD (new pixmap)
18971
18972 2004-09-29 [colin]      0.9.12cvs114.1
18973
18974         * src/compose.c
18975                 Sync with HEAD
18976                 Fix focus handling in headers
18977
18978 2004-09-29 [paul]       0.9.12cvs113.1
18979
18980         * src/quote_fmt_parse.y
18981                 sync with HEAD
18982  
18983
18984 2004-09-28 [colin]      0.9.12cvs112.1
18985
18986         * src/folderview.c
18987         * src/mainwindow.c
18988                 Sync with HEAD
18989
18990 2004-09-28 [colin]      0.9.12cvs110.1
18991
18992         * src/folderview.c
18993                 Sync with HEAD (Contextual Empty trash menu)
18994
18995 2004-09-28 [colin]      0.9.12cvs108.1
18996
18997         * src/addressbook.c
18998                 Sync with HEAD (addressbook edit on double-click)
18999
19000 2004-09-28 [colin]      0.9.12cvs106.1
19001
19002         * src/inc.c
19003                 Sync with HEAD (folder_item freeze on inc)
19004
19005 2004-09-27 [colin]      0.9.12cvs105.1
19006
19007         * src/folderview.c
19008                 Sync with HEAD (right-align new and unread column)
19009
19010 2004-09-27 [colin]      0.9.12cvs104.1
19011
19012         * src/main.c
19013                 Sync with HEAD (revert 0.9.12cvs101)
19014
19015 2004-09-24 [colin]      0.9.12cvs103.2
19016
19017         * src/wizard.c
19018                 Fix gtk warnings and use domain part of the email address 
19019                 when domain detection fails (no dot in domain name)
19020
19021 2004-09-23 [colin]      0.9.12cvs103.1
19022
19023         * src/plugins/spamassassin/libspamc.c
19024         * src/plugins/spamassassin/libspamc.h
19025         * src/plugins/spamassassin/utils.c
19026         * src/plugins/spamassassin/utils.h
19027                 Sync with HEAD (Update spamassassin to 3.0)
19028
19029 2004-09-21 [colin]      0.9.12cvs102.3
19030
19031         * src/action.c
19032                 Add horizontal scrollbar in action io dialog as needed
19033                 Patch by Alfons.
19034
19035 2004-09-20 [colin]      0.9.12cvs102.2
19036
19037         * src/plugins/image_viewer/viewer.c
19038                 Remove imlib stuff
19039                 use gtk_pixmap_set when clearing
19040                 (would be better to use gtkImages, but causes size-allocate 
19041                 signals storm)
19042
19043 2004-09-17 [paul]       0.9.12cvs102.1
19044
19045         * ChangeLog
19046         * ChangeLog.claws
19047         * ChangeLog.jp
19048         * configure.ac
19049         * src/inc.c
19050                 sync with HEAD
19051
19052
19053 2004-09-17 [colin]      0.9.12cvs101.1
19054
19055         * ChangeLog.claws
19056         * src/main.c
19057                 Sync with HEAD (fix segs at exit)
19058
19059 2004-09-14 [colin]      0.9.12cvs99.5
19060
19061         * src/common/socket.c
19062         * AUTHORS
19063                 Fix send error on 64bit platforms
19064                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
19065
19066 2004-09-14 [colin]      0.9.12cvs99.4
19067
19068         * src/action.c
19069                 Fix action output with utf8 
19070                 Patch by Alfons.
19071
19072 2004-09-14 [colin]      0.9.12cvs99.3
19073
19074         * ChangeLog.claws
19075         * src/folder.c
19076                 Sync with HEAD
19077
19078 2004-09-09 [colin]      0.9.12cvs99.2
19079
19080         * src/action.c
19081                 Fix progress bar (displaying "Completed %v/%u")
19082                 Patch by Alfons.
19083
19084 2004-09-08 [colin]      0.9.12cvs99.1
19085
19086         * src/account.c
19087         * src/folder.c
19088         * src/procmsg.c
19089         * src/procmsg.h
19090         * src/plugins/pgpmime/pgpmime.c
19091                 Sync with HEAD
19092
19093 2004-09-08 [colin]      0.9.12cvs97.2
19094
19095         * src/summaryview.c
19096                 Don't select mails in collapsed threads 
19097                 when navigating with up/down
19098
19099 2004-09-07 [colin]      0.9.12cvs97.1
19100
19101         * src/inc.c
19102                 Sync with HEAD (meaningful error messages)
19103
19104 2004-09-06 [colin]      0.9.12cvs96.1
19105
19106         * src/toolbar.c
19107                 Sync with HEAD (fix Redirect graying out)
19108
19109 2004-09-06 [colin]      0.9.12cvs95.1
19110
19111         * src/summaryview.c
19112         * src/mimeview.c
19113                 Sync with HEAD (fix dropped URIs)
19114
19115 2004-09-06 [colin]      0.9.12cvs94.1
19116
19117         * src/addressbook.c
19118         * src/addressitem.h
19119         * src/addritem.c
19120         * src/addritem.h
19121                 Sync with HEAD (addressbook DnD)
19122
19123 2004-09-03 [colin]      0.9.12cvs93.1
19124
19125         * src/summaryview.c
19126                 Sync with HEAD (next/prev unread)
19127
19128 2004-09-03 [colin]      0.9.12cvs92.1
19129
19130         * src/prefs_common.c
19131         * src/prefs_common.h
19132         * src/summaryview.c
19133                 Sync with HEAD ('mark_as_read_delay' pref)
19134
19135 2004-09-02 [colin]      0.9.12cvs91.2
19136
19137         * src/common/xml.c
19138                 Fix leak
19139
19140 2004-09-02 [colin]      0.9.12cvs91.1
19141
19142         * src/gtk/menu.c
19143                 Sync with HEAD (menu accel don't work, but whatever)
19144
19145 2004-09-02 [colin]      0.9.12cvs90.1
19146
19147         * src/account.c
19148                 Sync with HEAD (fix bug 582)
19149
19150 2004-09-02 [colin]      0.9.12cvs89.1
19151
19152         * src/addrindex.c
19153                 Sync with HEAD (free deleted queries)
19154
19155 2004-09-02 [colin]      0.9.12cvs88.1
19156
19157         * src/ldapquery.c
19158                 Sync with HEAD (fix LDAP freezes)
19159
19160 2004-09-02 [colin]      0.9.12cvs87.1
19161
19162         * src/prefs_spelling.c
19163                 Sync with HEAD (add default dictionary)
19164
19165 2004-09-01 [colin]      0.9.12cvs86.1
19166
19167         * src/filtering.c
19168         * src/folderview.c
19169         * src/imap.c
19170         * src/prefs_matcher.c
19171         * src/stock_pixmap.c
19172         * src/summary_search.c
19173         * src/summaryview.c
19174         * src/wizard.c
19175         * src/wizard.h
19176                 Sync with HEAD (uninitialized vars fixes)
19177                 + gtk2 specific warning fixes
19178
19179 2004-08-31 [colin]      0.9.12cvs85.1
19180
19181         * src/folder.c
19182                 Sync with HEAD (Fix memory corruption due to 
19183                 uninitialized var)
19184
19185 2004-08-31 [colin]      0.9.12cvs84.4
19186
19187         * src/summary_search.c
19188                 Fix segfaults when searching in folders with broken headers
19189
19190 2004-08-31 [colin]      0.9.12cvs84.3
19191
19192         * src/compose.c
19193         * src/textview.c
19194                 Fix some more encoding/decoding issues
19195
19196 2004-08-30 [colin]      0.9.12cvs84.2
19197
19198         * src/mimeview.c
19199         * src/prefs_themes.c
19200         * src/gtk/filesel.c
19201         * src/gtk/filesel.h
19202                 Add a folder-mode selection (fixes mimeview's "Save all")
19203
19204 2004-08-29 [colin]      0.9.12cvs84.1
19205
19206         * src/mimeview.c
19207                 Sync with HEAD (don't escape saved filenames)
19208
19209 2004-08-27 [colin]      0.9.12cvs83.1
19210
19211         * ChangeLog
19212         * ChangeLog.claws
19213         * ChangeLog.jp
19214         * src/mh.c
19215         * src/procheader.c
19216         * src/procmsg.c
19217         * src/procmsg.h
19218         * src/common/utils.c
19219         * src/gtk/menu.h
19220         * po/
19221                 Sync with HEAD 0.9.12cvs83 (sync with main)
19222
19223 2004-08-26 [colin]      0.9.12cvs82.4
19224
19225         * src/codeconv.c
19226                 Fix strange stack corruption
19227                 Convert to utf8 after unmime, not before
19228
19229 2004-08-26 [colin]      0.9.12cvs82.3
19230
19231         * src/main.c
19232         * src/wizard.c
19233                 Fix account folders duplication
19234
19235 2004-08-25 [colin]      0.9.12cvs82.2
19236
19237         * src/wizard.c
19238                 Remove ports
19239                 Add SSL selection
19240                 Use login@server as account name
19241
19242 2004-08-25 [colin]      0.9.12cvs82.1
19243
19244         * src/plugins/pgpmime/pgpmime.c
19245                 Sync with HEAD (leak fix).
19246
19247 2004-08-25 [colin]      0.9.12cvs81.1
19248
19249         * src/plugins/pgpmime/pgpmime.c
19250         * src/plugins/pgpmime/sgpgme.c
19251         * src/plugins/pgpmime/sgpgme.h
19252                 Sync with HEAD (Handle combined messages).
19253
19254 2004-08-24 [colin]      0.9.12cvs80.3
19255
19256         * src/wizard.c
19257                 Fix full name, ports, and imap
19258
19259 2004-08-24 [colin]      0.9.12cvs80.2
19260
19261         * src/Makefile.am
19262         * src/main.c
19263         * src/setup.c
19264         * src/setup.h
19265         * src/stock_pixmap.c
19266         * src/stock_pixmap.h
19267         * src/wizard.c ** ADDED **
19268         * src/wizard.h ** ADDED ** 
19269         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
19270                 Add a setup wizard 
19271
19272 2004-08-24 [colin]      0.9.12cvs80.1
19273
19274         * src/folder.c
19275                 Sync with HEAD (set mimeflags on all messages)
19276
19277 2004-08-24 [colin]      0.9.12cvs79.3
19278
19279         * src/matcher_parser_lex.l
19280                 Fix 8bits strings not in utf8
19281
19282 2004-08-24 [colin]      0.9.12cvs79.2
19283
19284         * src/compose.c
19285                 Check conversion result before replacing buffer
19286
19287 2004-08-23 [colin]      0.9.12cvs79.1
19288
19289         * src/compose.c
19290                 Sync with HEAD (create message header in memory)
19291
19292 2004-08-23 [colin]      0.9.12cvs78.1
19293
19294         * src/rfc2015.c
19295         * src/rfc2015.h
19296                 Sync with HEAD (fix bug 197 again)
19297
19298 2004-08-23 [colin]      0.9.12cvs77.3
19299
19300         * src/compose.c
19301                 Fix again inline gpg signing (which outputs utf8
19302                 in gtk2). Not syncing this fix to HEAD as this 
19303                 code is meant to die.
19304
19305 2004-08-23 [colin]      0.9.12cvs77.2
19306
19307         * src/prefs_account.h
19308                 Remove useless include
19309
19310 2004-08-23 [colin]      0.9.12cvs77.1
19311
19312         * src/imap.c
19313         * po/es.po
19314         * po/fr.po
19315         * po/it.po
19316         * po/pl.po
19317         * po/pt_BR.po
19318         * po/sk.po
19319         * po/sr.po
19320                 Sync with HEAD (fix bug 577)
19321
19322 2004-08-22 [colin]      0.9.12cvs76.1
19323
19324         * src/plugins/trayicon/trayicon.c
19325                 Sync with HEAD (fix formatting bug)
19326
19327 2004-08-21 [colin]      0.9.12cvs74.2
19328
19329         * src/gtk/colorsel.c
19330                 Fix bug 564 (Folder color selection window exits on any
19331                 keypress)
19332
19333 2004-08-21 [colin]      0.9.12cvs74.1
19334
19335         * ChangeLog.claws
19336         * src/compose.c
19337         * src/summaryview.c
19338         * src/toolbar.c
19339                 Sync with HEAD (fix bug 576)
19340
19341 2004-08-21 [colin]      0.9.12cvs70.1
19342
19343         * src/compose.c
19344         * src/mainwindow.c
19345                 Sync with HEAD
19346                 
19347
19348 2004-08-21 [paul]       0.9.12cvs66.4
19349
19350         * src/mainwindow.c
19351         * src/messageview.c
19352         * src/gtk/menu.c
19353         * src/plugins/spamassassin/spamassassin_gtk.c
19354                 remove some deprecated gtk1 functions
19355
19356
19357 2004-08-21 [colin]      0.9.12cvs66.3
19358
19359         * src/compose.c
19360         * src/codeconv.c
19361                 Fix warnings
19362                 Remove encoding hacks
19363                 Fix bug 575 (Strange character messes up message)
19364                 Don't display conversion error when drafting
19365
19366 2004-08-21 [paul]       0.9.12cvs66.2
19367
19368         * src/prefs_account.c
19369                 fix GnuPG mode bugs
19370
19371
19372 2004-08-20 [colin]      0.9.12cvs66.1
19373
19374         * src/codeconv.c
19375                 Sync with HEAD 0.9.12cvs66
19376
19377 2004-08-20 [paul]
19378
19379         * src/plugins/pgpmime/plugin.c
19380                 modify PGP/MIME plugin's description
19381
19382 2004-08-17 [colin]      0.9.12cvs65.1
19383
19384         * src/common/ssl.c
19385         * src/plugins/pgpmime/plugin.c
19386                 Sync with HEAD
19387
19388 2004-08-14 [colin]      0.9.12cvs60.3
19389
19390         * src/plugins/trayicon/trayicon.c
19391                 Put back resize callback, on size-request signal
19392                 rather than size-allocate to avoid infinite 
19393                 callback loop
19394
19395 2004-08-13 [colin]      0.9.12cvs60.2
19396
19397         * src/common/defs.h
19398                 Cache versions have been fixed
19399
19400 2004-08-13 [colin]      0.9.12cvs60.1
19401
19402         * src/folderutils.c
19403                 Sync with HEAD
19404
19405 2004-08-12 [colin]      0.9.12cvs59.1
19406
19407         * src/plugins/trayicon/trayicon.c
19408                 Sync with HEAD
19409
19410 2004-08-12 [colin]      0.9.12cvs57.5
19411
19412         * sylpheed.desktop
19413         * configure.ac
19414         * src/Makefile.am
19415         * src/main.c
19416                 Add support for Freedesktop.org's startup notification
19417
19418 2004-08-11 [colin]      0.9.12cvs57.4
19419
19420         * src/textview.c
19421                 Fix off-by-one
19422
19423 2004-08-11 [colin]      0.9.12cvs57.3
19424
19425         * src/message_search.c
19426         * src/summary_search.c
19427                 Make searches case insensitive by default
19428         * src/textview.c
19429                 Fix case-insensitive search in message
19430
19431 2004-08-11 [colin]      0.9.12cvs57.2
19432
19433         * src/summary_search.c
19434                 Let case-sensitive be specified
19435
19436 2004-08-10 [colin]      0.9.12cvs55.4
19437
19438         * src/common/socket.c
19439                 Fix the possible race condition
19440
19441 2004-08-09 [paul]       0.9.12cvs55.3
19442
19443         * configure.ac
19444         * src/Makefile.am
19445         * src/common/Makefile.am
19446                 sync with HEAD
19447
19448
19449 2004-08-09 [paul]       0.9.12cvs55.2
19450
19451         * autogen.sh
19452         * po/poconv.sh
19453                 remove unneeded script
19454
19455         * configure.ac
19456                 add forgotten USE_LDAP_TLS (sync with HEAD)
19457
19458
19459 2004-08-09 [colin]      0.9.12cvs55.1
19460
19461         * src/main.c
19462         * src/common/ssl.c
19463         * src/common/sylpheed.c
19464         * src/common/sylpheed.h
19465                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
19466
19467 2004-08-09 [paul]       0.9.12cvs54.1
19468
19469         * ChangeLog
19470         * ChangeLog.claws
19471         * ChangeLog.jp
19472         * configure.ac
19473         * po/POTFILES.in
19474         * src/Makefile.am
19475         * src/folderutils.c
19476         * src/main.c
19477         * src/pgpmime.c
19478         * src/pgpmime.h
19479         * src/sgpgme.c
19480         * src/sgpgme.h
19481         * src/plugins/Makefile.am
19482         * src/plugins/pgpmime/.cvsignore
19483         * src/plugins/pgpmime/Makefile.am
19484         * src/plugins/pgpmime/pgpmime.c
19485         * src/plugins/pgpmime/pgpmime.h
19486         * src/plugins/pgpmime/plugin.c
19487         * src/plugins/pgpmime/sgpgme.c
19488         * src/plugins/pgpmime/sgpgme.h
19489                 sync with HEAD
19490
19491 2004-08-08 [paul]       0.9.12cvs51.1
19492
19493         * configure.ac
19494         * src/folder.c
19495                 sync with HEAD
19496
19497 2004-08-07 [colin]      0.9.12cvs50.1
19498
19499         * src/pop.c
19500         * src/common/partial_download.c
19501                 fix warnings (sync from HEAD)
19502
19503 2004-08-07 [colin]      0.9.12cvs48.1
19504
19505         * src/prefs_folder_item.c
19506                 sync with HEAD 0.9.12cvs48
19507
19508 2004-08-06 [colin]      0.9.12cvs47.1
19509
19510         * src/compose.c
19511                 Sync with HEAD
19512
19513 2004-08-06 [christoph]  0.9.12cvs46.2
19514
19515         * src/main.c
19516         * src/plugins/clamav/clamav_plugin_gtk.c
19517         * src/plugins/dillo_viewer/dillo_viewer.c
19518         * src/plugins/image_viewer/plugin.c
19519         * src/plugins/mathml_viewer/mathml_viewer.c
19520         * src/plugins/spamassassin/spamassassin_gtk.c
19521         * src/plugins/trayicon/trayicon.c
19522                 don't mix GTK1.2 plugin with GTK2 plugins
19523
19524 2004-08-06 [colin]      0.9.12cvs46.1
19525
19526         * ChangeLog
19527         * ChangeLog.claws
19528         * ChangeLog.jp
19529         * configure.ac
19530         * sylpheed-claws.pc.in
19531         * src/folder.c
19532         * src/imap.c
19533         * src/localfolder.c
19534         * src/messageview.c
19535         * src/mimeview.c
19536         * src/mimeview.h
19537         * src/msgcache.c
19538         * src/news.c
19539         * src/prefs_ext_prog.c
19540         * src/prefs_folder_item.c
19541         * src/prefs_fonts.c
19542         * src/prefs_msg_colors.c
19543         * src/prefs_spelling.c
19544         * src/prefs_themes.c
19545         * src/prefs_toolbar.c
19546         * src/prefs_wrapping.c
19547         * src/procmime.h
19548         * src/common/defs.h
19549         * src/common/nntp.c
19550         * src/common/session.c
19551         * src/common/session.h
19552         * src/common/socket.c
19553         * src/common/utils.h
19554         * src/common/xml.c
19555         * src/common/xml.h
19556         * src/gtk/prefswindow.c
19557         * src/gtk/prefswindow.h
19558         * src/plugins/clamav/clamav_plugin_gtk.c
19559         * src/plugins/dillo_viewer/dillo_prefs.c
19560         * src/plugins/image_viewer/viewerprefs.c
19561         * src/plugins/spamassassin/spamassassin_gtk.c
19562         * m4/openssl.m4 *** REMOVED ***
19563                 Sync with HEAD 0.9.12cvs46
19564
19565 2004-08-03 [paul]       0.9.12cvs40.2
19566
19567         * src/action.c
19568         * src/addressadd.c
19569         * src/addressbook.c
19570         * src/addrgather.c
19571         * src/browseldap.c
19572         * src/compose.c
19573         * src/crash.c
19574         * src/editaddress.c
19575         * src/editgroup.c
19576         * src/editldap_basedn.c
19577         * src/foldersel.c
19578         * src/importldif.c
19579         * src/mimeview.c
19580         * src/prefs_common.c
19581         * src/prefs_template.c
19582         * src/sourcewindow.c
19583         * src/summaryview.c
19584         * src/gtk/about.c
19585         * src/gtk/foldersort.c
19586         * src/gtk/logwindow.c
19587         * src/gtk/pluginwindow.c
19588         * src/gtk/prefswindow.c
19589                 change all gtk_scrolled_window_set_policy from 
19590                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
19591
19592 2004-08-02 [paul]       0.9.12cvs40.1
19593
19594         * AUTHORS
19595                 update translation team section
19596         * po/pt_BR.po
19597                 updated by Frederico Goncalves Guimaraes
19598                 <fggdebian@yahoo.com.br>
19599
19600 2004-07-31 [colin]      0.9.12cvs39.9
19601
19602         * src/exphtmldlg.c
19603                 Fix compilation
19604
19605 2004-07-31 [colin]      0.9.12cvs39.8
19606
19607         * src/exphtmldlg.c
19608                 Fix an alertpanel type
19609
19610 2004-07-30 [colin]      0.9.12cvs39.7
19611
19612         * src/alertpanel.c
19613                 Fix alertpanel_error_log's icon
19614
19615 2004-07-30 [colin]      0.9.12cvs39.6
19616
19617         * src/pop.c
19618                 Two of them should still be warnings
19619
19620 2004-07-30 [colin]      0.9.12cvs39.5
19621
19622         * src/pop.c
19623                 More warning -> error
19624 2004-07-29 [colin]      0.9.12cvs39.4
19625
19626         * src/pop.c
19627                 Warning -> error
19628
19629 2004-07-29 [colin]      0.9.12cvs39.3
19630
19631         * src/prefs_matcher.c
19632                 Fix segfault
19633
19634 2004-07-29 [colin]      0.9.12cvs39.2
19635
19636         * src/alertpanel.c
19637                 More nice-looking alertpanels
19638
19639 2004-07-29 [colin]      0.9.12cvs39.1
19640
19641         * src/messageview.c
19642                 sync with head
19643                 (inform user when partial mail is deleted on server)
19644
19645 2004-07-29 [colin]      0.9.12cvs38.1
19646
19647         * src/messageview.c
19648                 sync with head
19649
19650 2004-07-28 [paul]       0.9.12cvs37.7
19651
19652         * src/mainwindow.c
19653                 complete the replacement of deprecated gtk_progress_*
19654
19655 2004-07-28 [paul]       0.9.12cvs37.6
19656
19657         * src/action.c
19658         * src/inc.c
19659         * src/mainwindow.c
19660         * src/send_message.c
19661         * src/gtk/progressdialog.c
19662         * src/gtk/progressdialog.h
19663                 replace deprecated gtk_progress_*
19664
19665 2004-07-28 [paul]       0.9.12cvs37.5
19666
19667         * src/gtk/filesel.c
19668                 remove gtk_window_set_wmclass()
19669 2004-07-28 [paul]       0.9.12cvs37.4
19670
19671         * src/addressbook.c
19672         * src/compose.c
19673         * src/foldersel.c
19674         * src/mainwindow.c
19675         * src/messageview.c
19676         * src/sourcewindow.c
19677         * src/gtk/logwindow.c
19678                 remove gtk_window_set_wmclass()
19679                 
19680         * src/prefs_filtering.c
19681         * src/prefs_filtering_action.c
19682         * src/prefs_fonts.c
19683         * src/prefs_gtk.c
19684         * src/prefs_matcher.c
19685         * src/ssl_manager.c
19686         * src/gtk/prefswindow.c
19687                 replace gtk_window_position()
19688
19689 2004-07-28 [colin]      0.9.12cvs37.3
19690
19691         * src/alertpanel.c
19692         * src/alertpanel.h
19693                 Add a way to specify panel type for specific
19694                 panels (alertpanel())
19695         * src/account.c
19696         * src/addressbook.c
19697         * src/compose.c
19698         * src/expldifdlg.c
19699         * src/main.c
19700         * src/messageview.c
19701         * src/summaryview.c
19702         * src/textview.c
19703         * src/gtk/sslcertwindow.c
19704                 Fix alertpanel()s so that their icon match
19705                 their real type
19706
19707 2004-07-28 [paul]       0.9.12cvs37.2
19708
19709         * src/addr_compl.c
19710         * src/addressbook.c
19711         * src/alertpanel.c
19712         * src/compose.c
19713         * src/export.c
19714         * src/foldersel.c
19715         * src/folderview.c
19716         * src/grouplistdialog.c
19717         * src/import.c
19718         * src/mainwindow.c
19719         * src/message_search.c
19720         * src/messageview.c
19721         * src/passphrase.c
19722         * src/prefs_actions.c
19723         * src/prefs_common.c
19724         * src/prefs_customheader.c
19725         * src/prefs_display_header.c
19726         * src/prefs_filtering.c
19727         * src/prefs_filtering_action.c
19728         * src/prefs_gtk.c
19729         * src/prefs_matcher.c
19730         * src/prefs_msg_colors.c
19731         * src/prefs_summary_column.c
19732         * src/prefs_template.c
19733         * src/sourcewindow.c
19734         * src/ssl_manager.c
19735         * src/summary_search.c
19736         * src/gtk/colorsel.c
19737         * src/gtk/description_window.c
19738         * src/gtk/gtkaspell.c
19739         * src/gtk/inputdialog.c
19740         * src/gtk/logwindow.c
19741         * src/gtk/prefswindow.c
19742         * src/gtk/progressdialog.c
19743                 replace deprecated gtk_window_set_policy
19744
19745 2004-07-27 [colin]      0.9.12cvs37.1
19746
19747         * src/msgcache.c
19748                 More fixes (synced for head again)
19749
19750 2004-07-27 [colin]      0.9.12cvs35.3
19751
19752         * src/msgcache.c
19753                 Fix wrong test
19754
19755 2004-07-27 [colin]      0.9.12cvs35.2
19756
19757         * src/mimeview.c
19758                 Fix width a bit (by Paul)
19759         * src/alertpanel.c
19760         * src/alertpanel.h
19761                 Specialize icons, make alertpanel_message()
19762                 private
19763         * src/message_search.c
19764         * src/sgpgme.c
19765         * src/summary_search.c
19766                 Suit alertpanel changes
19767
19768 2004-07-27 [colin]      0.9.12cvs35.1
19769
19770         * src/alertpanel.c
19771                 Add an icon
19772         * src/passphrase.c
19773                 Add debug output - maybe someone will
19774                 want to look at the problem with Grab
19775                 Input :)
19776         Bump version as we're synced with HEAD
19777
19778 2004-07-26 [colin]      0.9.12cvs33.26
19779
19780         * src/pop.c
19781                 Fix uidl-file parsing when not in new
19782                 format
19783
19784 2004-07-26 [colin]      0.9.12cvs33.25
19785
19786         * src/gtk/menu.c
19787                 Move popup menu up if necessary (fixes 
19788                 account selector)
19789         * src/mainwindow.c
19790                 Set account selector's button height to
19791                 minimum
19792
19793 2004-07-26 [colin]      0.9.12cvs33.24
19794
19795         * src/alertpanel.c
19796                 Maybe fix 551 (Truncated font in alert window)
19797
19798 2004-07-26 [colin]      0.9.12cvs33.23
19799
19800         * po/de.po
19801         * po/es.po
19802         * po/fr.po
19803         * po/it.po
19804         * po/ja.po
19805         * po/pl.po
19806         * po/ru.po
19807         * po/sk.po
19808         * po/sr.po
19809         * po/zh_CN.po
19810                 Sync po files with HEAD
19811
19812 2004-07-26 [paul]       0.9.12cvs33.22
19813
19814         * src/compose.c
19815                 fix Bug 556 'Organisation-header is sent even if empty'
19816
19817 2004-07-24 [colin]      0.9.12cvs33.21
19818
19819         * src/compose.c
19820         * src/gtk/gtkaspell.c
19821         * src/gtk/gtkaspell.h
19822                 Fix speller accelerators (require hack)
19823
19824 2004-07-24 [colin]      0.9.12cvs33.20
19825
19826         * src/gtk/gtkaspell.c
19827                 Fix over-eager code deletion breaking
19828                 Check while typing
19829
19830 2004-07-24 [colin]      0.9.12cvs33.19
19831
19832         * src/browseldap.c
19833         * src/ldapctrl.c
19834         * src/ldapctrl.h
19835         * src/ldapserver.h
19836                 Sync ldap with HEAD
19837         (Fixes 546 LDAP completely broken)
19838
19839 2004-07-24 [colin]      0.9.12cvs33.18
19840
19841         * src/prefs_msg_colors.c
19842                 Fix prototype mismatch
19843         (Fixes 547 void function cannot return value)
19844
19845 2004-07-24 [colin]      0.9.12cvs33.17
19846
19847         * src/mainwindow.c
19848                 Fix sort going back to previous sort key
19849                 when changing sort direction
19850
19851 2004-07-24 [colin]      0.9.12cvs33.16
19852
19853         * src/compose.c
19854                 Fix space insertion when re-wrapping at 
19855                 cursor point
19856
19857 2004-07-24 [colin]      0.9.12cvs33.15
19858
19859         * src/gtk/gtkaspell.c
19860                 Don't change cursor position in insert-text
19861                 callback
19862         (Fixes 539 Word wrapping on input transposes letters)
19863
19864 2004-07-24 [colin]      0.9.12cvs33.14
19865
19866         * src/gtk/gtkaspell.c
19867                 Reencode non-ascii chars to dictionary's
19868                 encoding
19869         (Fixes 544 Spell check broken non english locale)
19870
19871 2004-07-24 [colin]      0.9.12cvs33.13
19872
19873         * src/summaryview.c
19874                 Fix Shift+Down, add Home/End/PgUp/PgDown
19875
19876 2004-07-21 [colin]      0.9.12cvs33.12
19877
19878         * src/prefs_common.c
19879                 Fix a gtk warning (Patch by Andrej Kacian)
19880
19881 2004-07-21 [colin]      0.9.12cvs33.11
19882
19883         * src/gtk/filesel.c
19884                 More check
19885
19886 2004-07-21 [colin]      0.9.12cvs33.10
19887
19888         * src/compose.c
19889         * src/crash.c
19890         * src/export.c
19891         * src/import.c
19892         * src/messageview.c
19893         * src/mimeview.c
19894         * src/prefs_spelling.c
19895         * src/prefs_themes.c
19896         * src/summaryview.c
19897         * src/gtk/filesel.c
19898         * src/gtk/filesel.h
19899         * src/gtk/pluginwindow.c
19900                 Untwist open/save mode guessing logic, make
19901                 it explicit
19902
19903 2004-07-20 [colin]      0.9.12cvs33.9
19904
19905         * src/codeconv.c
19906                 conv_encode_header: src_charset is UTF-8 on
19907                 gtk2
19908         * src/compose.c
19909                 Remove double encoding of the headers
19910
19911 2004-07-20 [colin]      0.9.12cvs33.8
19912
19913         * src/codeconv.c
19914                 Fix typo
19915
19916 2004-07-20 [colin]      0.9.12cvs33.7
19917
19918         * src/mainwindow.c
19919                 Set the separated messageview to the saved
19920                 size of Claws' messageview (Patch by Alfons)
19921                 Fix a callback prototype (me)
19922
19923 2004-07-20 [colin]      0.9.12cvs33.6
19924
19925         * src/codeconv.h
19926                 Forgot one hunk in 0.9.12cvs33.4
19927
19928 2004-07-19 [colin]      0.9.12cvs33.5
19929
19930         * src/action.c
19931                 Action output fix
19932                 Patch by Alfons
19933
19934 2004-07-19 [colin]      0.9.12cvs33.4
19935
19936         * src/compose.c
19937                 Fix outgoing charset bug in headers
19938         * src/codeconv.c
19939                 Clean for glib2 - Patch by Alfons
19940
19941 2004-07-19 [colin]      0.9.12cvs33.3
19942
19943         * src/statusbar.c
19944                 Remove grip from the statusbar
19945                 Patch by Alfons
19946
19947 2004-07-19 [colin]      0.9.12cvs33.2
19948
19949         * src/messageview.c
19950         * src/textview.c
19951                 Fix messageview remembering the previous
19952                 scroll position when loading a new message
19953                 Patch by Alfons
19954
19955 2004-07-19 [colin]      0.9.12cvs33.1
19956
19957         * src/folder.h
19958         * src/folderview.c
19959         * src/summaryview.c
19960                 Sync with HEAD
19961
19962 2004-07-18 [colin]      0.9.12cvs32.7
19963
19964         * configure.ac
19965                 Remove useless check for XIM - noticed
19966                 by Alfons
19967
19968 2004-07-18 [colin]      0.9.12cvs32.6
19969
19970         * src/summaryview.c
19971                 Remove non-modified and shift-modified
19972                 accelerators in summaryview's popup
19973                 menu, as that doesn't get catched by
19974                 the accel-activate signal catcher...
19975
19976 2004-07-18 [colin]      0.9.12cvs32.5
19977
19978         * src/prefs_common.c
19979                 Define sensible default prefs for 
19980                 wrapping
19981
19982 2004-07-18 [colin]      0.9.12cvs32.4
19983
19984         * src/compose.c
19985         * src/prefs_common.c
19986         * src/prefs_common.h
19987         * src/prefs_wrapping.c
19988                 Remove Smart Wrapping pref, which does
19989                 nothing on gtk2 branch
19990
19991 2004-07-18 [colin]      0.9.12cvs32.3
19992
19993         * src/sourcewindow.c
19994                 Proper utf8
19995
19996 2004-07-18 [colin]      0.9.12cvs32.2
19997
19998         * src/compose.c
19999                 Save attachment status when drafting
20000
20001 2004-07-18 [colin]      0.9.12cvs32.1
20002
20003         * src/gtk/filesel.c
20004                 Fix erratic folder selection in open mode
20005
20006 2004-07-18 [colin]      0.9.12cvs31.11
20007
20008         * src/pop.c
20009                 Don't let partial messages get deleted
20010                 even with "dowload all"
20011                 (0.9.12cvs31.8 fix extension)
20012 2004-07-18 [colin]      0.9.12cvs31.10
20013
20014         * src/gtk/logwindow.c
20015                 Fix log scrolling
20016
20017 2004-07-18 [colin]      0.9.12cvs31.9
20018
20019         * src/common/utils.c
20020                 Fix non-utf8 strings coming from commands
20021                 and files
20022
20023 2004-07-18 [colin]      0.9.12cvs31.8
20024
20025         * src/pop.c
20026                 Fix partial download bug with Download all
20027                 messages option
20028
20029 2004-07-18 [colin]      0.9.12cvs31.7
20030
20031         * src/textview.c
20032                 Fix bug introduced in 0.9.12cvs31.2
20033                 (blocked in select mode after double click)
20034
20035 2004-07-18 [colin]      0.9.12cvs31.6
20036
20037         * src/compose.c
20038         * src/gtk/menu.c
20039                 More glib-warning fixes
20040
20041 2004-07-18 [colin]      0.9.12cvs31.5
20042
20043         * src/compose.c
20044                 Fix trashing the primary clipboard when moving 
20045                 around with tab
20046         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
20047
20048 2004-07-18 [colin]      0.9.12cvs31.4
20049
20050         * src/codeconv.c
20051                 convert unencoded iso headers to utf8
20052         (Fix Bug 538 Unencoded local characters in subject make it 
20053          disappear)
20054
20055 2004-07-18 [colin]      0.9.12cvs31.3
20056
20057         * src/compose.c
20058                 Fix tab char handling in wrapping
20059         (Fix Bug 537 Line wrap problem - TAB character treated as 
20060          one character instead of 8)
20061
20062 2004-07-18 [colin]      0.9.12cvs31.2
20063
20064         * src/textview.c
20065                 return FALSE on GDK_MOTION_NOTIFY
20066         (Fix Bug 535 Hyperlinks/addresses are not selectable 
20067          (unable to highlight))
20068
20069 2004-07-18 [colin]      0.9.12cvs31.1
20070
20071         * src/folderview.c
20072                 Sync with 0.9.12cvs31
20073
20074 2004-07-18 [colin]      0.9.12cvs30.4
20075
20076         * src/compose.c
20077                 Also block text_inserted when inserting a file
20078
20079 2004-07-18 [colin]      0.9.12cvs30.3
20080
20081         * src/compose.c
20082                 Fix smart wrapping (block text_inserted handler
20083                 while putting quotation to avoid wrap on input,
20084                 don't join lines if next is sig separator)
20085
20086 2004-07-17 [colin]      0.9.12cvs30.2
20087
20088         * src/folderview.c
20089         * src/mainwindow.c
20090         * src/mimeview.c
20091         * src/summaryview.c
20092         * src/gtk/quicksearch.c
20093         * src/gtk/quicksearch.h
20094                 Block key events handlers *and* accels while
20095                 quicksearch is focused
20096         (Fixes Bug 534 quick-search bar not accepting certain letters)
20097
20098 2004-07-17 [colin]      0.9.12cvs30.1
20099
20100         * src/folder.h
20101         * src/folderview.c
20102         * src/summaryview.c
20103                 Sync with 0.9.12cvs30
20104
20105 2004-07-17 [colin]      0.9.12cvs28.2
20106
20107         * src/mimeview.c
20108         * src/procmime.c
20109         * src/summaryview.c
20110         * src/gtk/menu.c
20111                 Squash some compile and glib warnings
20112
20113 2004-07-17 [paul]       0.9.12cvs28.1
20114
20115         * src/mimeview.c
20116                 sync with 0.9.12cvs28 HEAD
20117
20118 2004-07-16 [paul]       0.9.12cvs26.1
20119         
20120         * src/gtk/quicksearch.c
20121         * src/account.c
20122         * src/account.h
20123         * src/compose.c
20124         * src/customheader.c
20125         * src/folder_item_prefs.c
20126         * src/main.c
20127         * src/mainwindow.c
20128         * src/messageview.c
20129         * src/mimeview.c
20130         * src/news.c
20131         * src/pgpmime.c
20132         * src/pop.c
20133         * src/pop.h
20134         * src/prefs_account.c
20135         * src/prefs_account.h
20136         * src/prefs_common.c
20137         * src/prefs_common.h
20138         * src/prefs_display_header.c
20139         * src/prefs_gtk.c
20140         * src/prefs_gtk.h
20141         * src/procheader.c
20142         * src/procmime.c
20143                 sync with 0.9.12cvs26 HEAD      
20144
20145 2004-07-15 [colin]      0.9.12cvs18.14
20146
20147         * src/folder.c
20148                 Disable GPG signature check during
20149                 folder move and scan
20150         (Closes Bug 521 Signature checking slows down Folder-Move)
20151
20152 2004-07-14 [colin]      0.9.12cvs18.13
20153
20154         * src/common/partial_download.c
20155                 update includes
20156
20157 2004-07-14 [colin]      0.9.12cvs18.12
20158
20159         * src/common/partial_download.c
20160         * src/common/partial_download.h
20161                 Move doc at top, add correct copyright
20162
20163 2004-07-14 [colin]      0.9.12cvs18.11
20164
20165         * src/folder.c
20166         * src/messageview.c
20167         * src/pop.c
20168         * src/pop.h
20169         * src/procmsg.c
20170         * src/summaryview.c
20171         * src/common/Makefile.am
20172         * src/common/partial_download.c ** NEW FILES **
20173         * src/common/partial_download.h ** NEW FILES **
20174                 Move partial-download related stuff to its
20175                 own file
20176
20177 2004-07-14 [colin]      0.9.12cvs18.10
20178
20179         * src/send_message.c
20180                 Fix smtp auth when user is null or empty
20181
20182 2004-07-13 [colin]      0.9.12cvs18.9
20183
20184         * src/gtk/quicksearch.c
20185                 Use alphabetic order
20186
20187 2004-07-13 [colin]      0.9.12cvs18.8
20188
20189         * src/pop.c
20190                 Be paranoid on the checks
20191
20192 2004-07-13 [colin]      0.9.12cvs18.7
20193
20194         * src/gtk/quicksearch.c
20195                 Fix Engrish once again
20196
20197 2004-07-13 [colin]      0.9.12cvs18.6
20198
20199         * src/procmsg.c
20200         * src/summaryview.c
20201                 Mark messages for deletion when they are about to
20202                 be removed from trash
20203
20204 2004-07-13 [colin]      0.9.12cvs18.5
20205
20206         * src/matcher.c
20207         * src/matcher.h
20208         * src/matcher_parser_parse.y
20209         * src/prefs_matcher.c
20210         * src/gtk/quicksearch.c
20211                 Add 'partial' ('p') match string to find partially
20212                 downloaded messages
20213
20214 2004-07-13 [colin]      0.9.12cvs18.4
20215
20216         * src/pop.c
20217                 Fix misplaced block
20218
20219 2004-07-13 [colin]      0.9.12cvs18.3
20220
20221         * src/pop.c
20222         * src/pop.h
20223         * src/messageview.c
20224                 Refactor API (to avoid passing 5+ params and code
20225                 duplication)
20226         * src/folder.c
20227         * src/msgcache.c
20228         * src/procheader.c
20229         * src/common/defs.h
20230                 Add planned_download to cache
20231                 Don't mess uidl file when moving partially downloaded
20232                 mails (they change folder, we should change it in the
20233                 uidl list too or we'll remove an incorrect message)
20234                 (this also helps removing hacks when changing 
20235                 planned_download in messageview.c)
20236
20237 2004-07-12 [colin]      0.9.12cvs18.2
20238
20239         * src/gtk/quicksearch.c
20240                 Fix missing status update in quicksearch
20241
20242 2004-07-12 [paul]       0.9.12cvs18.1
20243
20244         * po/POTFILES.in
20245         * src/Makefile.am
20246         * src/account.c
20247         * src/codeconv.c
20248         * src/compose.c
20249         * src/inc.c
20250         * src/main.c
20251         * src/prefs_common.c
20252         * src/procmsg.h
20253         * src/toolbar.c
20254         * src/prefs_msg_colors.[ch]     ** NEW FILES **
20255         * src/prefs_wrapping.[ch]       ** NEW FILES **
20256         * src/common/intl.h
20257         * src/common/utils.[ch]
20258         * src/gtk/quicksearch.[ch]
20259                 sync with 0.9.12cvs18 HEAD
20260
20261 2004-07-12 [colin]      0.9.11cvs17.25
20262
20263         * src/folder.c
20264         * src/folder.h
20265                 Remove unused function added by me in 0.9.11cvs17.10
20266
20267 2004-07-11 [colin]      0.9.11cvs17.24
20268
20269         * src/inc.c
20270         * src/messageview.c
20271         * src/pop.c
20272         * src/pop.h
20273                 Use folderitem and msgnum instead of filename to
20274                 know which mail to delete
20275                 Move old partial mail deletion to pop.c
20276
20277 2004-07-10 [colin]      0.9.11cvs17.23
20278
20279         * src/inc.c
20280                 Add debug
20281         * src/pop.c
20282         * src/pop.h
20283                 Don't re-use same enums for unrelated stuff: it's 
20284                 completely misleading !
20285                 Document a bit
20286
20287 2004-07-09 [colin]      0.9.11cvs17.22
20288
20289         * src/inc.c
20290                 Remove folder-type check and do
20291                 more tests to be sure everything's
20292                 ok
20293         * src/messageview.c
20294                 Punctuation update, remove useless
20295                 code, fix two warnings
20296         * src/noticeview.c
20297                 Layout cleaning, reset 2nd button
20298                 when specifying one
20299
20300 2004-07-09 [colin]      0.9.11cvs17.21
20301
20302         * src/messageview.c
20303         * src/pop.c
20304         * src/pop.h
20305                 Allow user to change his mind
20306                 and postpone decision (by
20307                 unmarking the mail)
20308
20309 2004-07-09 [colin]      0.9.11cvs17.20
20310
20311         * src/messageview.c
20312                 Fix bug with delete state
20313         * src/pop.c
20314         * src/pop.h
20315                 Fix buffer leak (fread doesn't 
20316                 terminate buffers with \0)
20317                 Refactoring (remove magic 
20318                 numbers)
20319
20320 2004-07-09 [colin]      0.9.11cvs17.19
20321
20322         * src/pop.c
20323                 Don't log "Skipping message" if 
20324                 we're going to TOP it two lines
20325                 later
20326
20327 2004-07-09 [colin]      0.9.11cvs17.18
20328
20329         * src/messageview.c
20330                 Fix Engrish
20331
20332 2004-07-09 [colin]      0.9.11cvs17.17
20333
20334         * src/pop.c
20335                 strlen checking...
20336         * src/messageview.c
20337                 refactoring a bit
20338
20339 2004-07-08 [colin]      0.9.11cvs17.16
20340
20341         * src/noticeview.c
20342         * src/noticeview.h
20343                 Add an optional second button
20344         * src/messageview.c
20345         * src/pop.c
20346         * src/pop.h
20347                 Don't delete partially received mails after a certain
20348                 time; rather, let the user decide.
20349
20350 2004-07-08 [colin]      0.9.11cvs17.15
20351
20352         * src/common/smtp.h
20353                 Sync with HEAD
20354
20355 2004-07-08 [colin]      0.9.11cvs17.14
20356
20357         * src/messageview.c
20358         * src/common/smtp.c
20359                 Use to_human_readable() for sizes
20360
20361 2004-07-08 [colin]      0.9.11cvs17.13
20362
20363         * src/inc.c
20364         * src/messageview.c
20365         * src/pop.c
20366         * src/pop.h
20367         * src/procmsg.c
20368                 Fix partial-downloading issues:
20369                         catch unsupported TOP
20370                         don't delete partially downloaded mails before 5 days
20371                         don't update existing with non-MH folders; that'll
20372                         make dups, but it's better than trashing the folder
20373                         free new msginfo parts
20374                 Fix indentation ;-)
20375
20376 2004-07-08 [colin]      0.9.11cvs17.12
20377
20378         * src/common/smtp.c
20379         * src/common/smtp.h
20380                 Sync smtp size verification with HEAD
20381
20382 2004-07-08 [colin]      0.9.11cvs17.11
20383
20384         * src/summaryview.c
20385         * src/prefs_common.c
20386         * src/prefs_common.h
20387         * src/gtk/quicksearch.c
20388         * src/gtk/quicksearch.h
20389                 Sync sticky pref with HEAD
20390
20391 2004-07-08 [colin]      0.9.11cvs17.10
20392
20393         * src/folder.c [1.213.2.6]
20394         * src/folder.h [1.87.2.6]
20395         * src/inc.c [1.149.2.7]
20396         * src/messageview.c [1.94.2.8]
20397         * src/procheader.c [1.47.2.6]
20398         * src/procmsg.c [1.150.2.4]
20399         * src/procmsg.h [1.60.2.5]
20400         * src/pop.c [1.56.2.4]
20401         * src/pop.h [1.17.2.3]
20402                 Let too big messages get downloaded, but truncated
20403                 Add a button to download them completely
20404                 
20405 2004-07-06 [colin]      0.9.11cvs17.9
20406
20407         * src/gtk/quicksearch.c [1.1.2.3]
20408                 Add a Clear button
20409         * commitHelper
20410         * PATCHSETS
20411                 Add a script to help with cvs
20412
20413 2004-07-03 [colin]      0.9.11cvs17.8
20414
20415         * src/plugins/imageviewer/viewer.c
20416                 fix imageviewer (which was staying on the first
20417                 displayed image)
20418
20419 2004-07-03 [colin]      0.9.11cvs17.7
20420
20421         Removed FIXME_GTK2 warnings
20422         * src/gtk/gtkutils.c
20423                 useless #warnings
20424         * src/gtk/menu.c
20425                 useless #warnings (no need to mess with menu rc)
20426         * src/gtk/menu.h
20427                 unused functions
20428         
20429
20430 2004-07-03 [colin]      0.9.11cvs17.6
20431
20432         Removed FIXME_GTK2 warnings
20433         * src/codeconv.c
20434                 useless #warnings (rewrite needed)
20435         * src/compose.c
20436                 useless #warnings (rewrite needed)
20437                 useless #warnings (gtk2 is like that)
20438                 useless #warnings (previously fixed)
20439         * src/main.c
20440                 useless #warnings (previously fixed)
20441         * src/message_search.c
20442                 useless #warnings (gtk2 is like that)
20443                 Made apparent that search is case-sensitive
20444         * src/mimeview.c
20445                 useless #warnings (rewrite needed)
20446                 useless #warnings (gtk2 is like that)
20447                 reimplemented real warnings
20448         * src/prefs_common.c
20449                 Removed block cursor option (not it gtk2)
20450         * src/prefs_gtk.c
20451                 useless #warnings (rewrite needed)
20452         * src/procheader.c
20453                 useless #warnings (rewrite needed)
20454         * src/sourcewindow.c
20455                 useless #warnings (incorrect placing)
20456         * src/summary_search.c
20457                 useless #warnings (gtk2 is like that)
20458                 Made apparent that search is case-sensitive
20459         * src/action.c
20460                 useless #warnings (gtk2 is like that)
20461         * src/textview.c
20462                 useless #warnings (rewrite needed)
20463         * src/toolbar.c
20464                 useless #warnings (rewrite needed)
20465
20466 2004-07-03 [colin]      0.9.11cvs17.5
20467
20468         * src/textview.c
20469                 Fix mismerge which broke URI opening
20470                 
20471 2004-07-01 [colin]      0.9.11cvs17.4
20472
20473         * src/gtk/filesel.c
20474                 Fill filename when saving
20475                 
20476 2004-06-27 [colin]      0.9.11cvs17.3
20477
20478         * src/gtk/filesel.[ch]
20479                 Use the new GTK file selector
20480                 Update prototype to match the reality: multiple file
20481                 selection is open-only          
20482         * src/compose.c
20483                 Match the new prototypes        
20484         * configure.ac
20485                 Match the new requirements (gtk 2.4.0)
20486                         
20487 2004-06-26 [colin]      0.9.11cvs17.2
20488
20489         * src/plugins/trayicon/trayicon.c
20490                 Remove useless signal handler on resize, which causes
20491                 an infinite "loop"
20492         
20493 2004-06-26 [colin]      0.9.11cvs17.1
20494         
20495         * tools/Makefile.am
20496                 remove launch_firebird and add nautilus2sylpheed.sh
20497         * src/quicksearch.c
20498           src/summaryview.c
20499                 Fix show/hide "Extended symbols" button problem
20500                 Fix apparition at startup
20501                 Fix const warnings
20502         * src/plugins/image_viewer/Makefile.am
20503                 Fix configure 
20504         * common/ssl.c
20505                 Re-enable certificate check, as it doesn't seem to
20506                 cause Xlib errors anymore
20507
20508 2004-06-25 [paul]       0.9.11cvs17
20509
20510         * sync with 0.9.11cvs17 HEAD
20511         
20512         NOTE: QuickSearch is broken
20513
20514 2004-06-07 [colin]      0.9.10claws67.10
20515         * src/plugins/trayicon/trayicon.c
20516           src/plugins/trayicon/libeggtrayicon/Makefile.am
20517           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20518                 Fix gettextization in trayicon plugin
20519
20520 2004-06-07 [colin]      0.9.10claws67.9
20521         
20522         * src/summaryview.c
20523           src/gtk/gtksctree.[ch]
20524                 Let Shift+{Up,Down} work in summaryview
20525                 (well, Down "works" and Up works)
20526                 Let the list scroll when using these keys
20527
20528 2004-06-06 [colin]      0.9.10claws67.8
20529
20530         * src/plugins/trayicon/trayicon.c
20531                 Fix pixmap update
20532
20533 2004-06-06 [colin]      0.9.10claws67.7
20534
20535         * src/addressbook.c
20536                 Fix signal handling causing system-wide focus grab
20537
20538 2004-05-25 [paul]       0.9.10claws67.6
20539
20540         * Makefile.am
20541           src/Makefile.am
20542                 clean up
20543
20544 2004-05-25 [paul]       0.9.10claws67.5
20545
20546         * replace deprecated gtk_signal... functions
20547
20548 2004-05-23 [colin]      0.9.10claws67.4
20549
20550         * src/compose.c
20551                 Fix wrapping
20552
20553 2004-05-22 [colin]      0.9.10claws67.3
20554
20555         * src/compose.c
20556                 Re-fix [Edited] in compose.c::compose_reedit()
20557
20558 2004-05-22 [colin]      0.9.10claws67.2
20559
20560         * src/procmime.c
20561                 Fix parsing of multiparts mails
20562
20563 2004-05-22 [colin]      0.9.10claws67.1
20564
20565         * src/summaryview.c
20566                 Fix quicksearch
20567
20568 2004-05-22 [paul]       0.9.10claws67
20569
20570         * sync with 0.9.10claws67 HEAD
20571
20572 2004-05-14 [alfons]
20573
20574         * src/procmime.h
20575                 add forgotton prototype
20576
20577 2004-05-10 [paul]       0.9.10claws57
20578
20579         * sync with 0.9.10claws57 HEAD
20580
20581 2004-05-05 [paul]       0.9.9.claws1
20582
20583         * ChangeLog-gtk2        ** REMOVED **
20584           ChangeLog-gtk2.claws  ** ADDED **
20585                 rename and adopt the normal claws format
20586                 
20587         * configure.ac
20588                 require gtkmathview >= 0.5
20589
20590         * ac/*                          ** REMOVED **
20591           ac/                           ** REMOVED **
20592           intl/Makefile.in              ** REMOVED **
20593           m4/                           ** ADDED **
20594           m4/missing                    ** ADDED **
20595           m4/missing/gdk-pixbuf.m4      ** ADDED **
20596           m4/missing/gettext.m4         ** ADDED **
20597           m4/missing/gpgme.m4           ** ADDED **
20598           m4/missing/imlib.m4           ** ADDED **
20599           m4/.cvsignore                 ** ADDED **
20600           m4/Makefile.am                ** ADDED **
20601           m4/README                     ** ADDED **
20602           m4/aclocal-include.m4         ** ADDED **
20603           m4/aspell.m4                  ** ADDED **
20604           m4/check-type.m4              ** ADDED **
20605           m4/gnupg-check-typedef.m4     ** ADDED **
20606           m4/openssl.m4                 ** ADDED **
20607           m4/spamassassin.m4            ** ADDED **
20608           po/ChangeLog                  ** REMOVED **
20609           po/Makefile.in.in             ** REMOVED **
20610           po/Rules-quot                 ** REMOVED **
20611           po/boldquot.sed               ** REMOVED **
20612           po/en@boldquot.header         ** REMOVED **
20613           po/en@quot.header             ** REMOVED **
20614           po/insert-header.sin          ** REMOVED **
20615           po/quot.sed                   ** REMOVED **
20616           po/remove-potcdate.sed        ** REMOVED **
20617           po/remove-potcdate.sin        ** REMOVED **
20618           po/stamp-po                   ** REMOVED **
20619           Makefile.am
20620           autogen.sh
20621           configure.ac
20622                 enable building with automake 1.8.x
20623                 add 'autopoint --force' to autogen.sh and remove all
20624                 auto-generated files, remove ac/ directory and use
20625                 m4/ directory instead
20626                 
20627         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20628                 fix gettextization
20629
20630 2004-02-28 Colin Leroy <colin@colino.net>
20631         * src/prefs_matcher.c
20632           src/prefs_filtering.c
20633           src/prefs_filtering_action.c
20634                 Fix non-editable GtkEntries
20635
20636 2004-02-22 Thorsten Maerz <torte@netztorte.de>
20637         * src/prefs_themes.c
20638                 utf8 conversion for theme info
20639
20640 2004-02-21 Thorsten Maerz <torte@netztorte.de>
20641         * sync 0.9.9claws
20642
20643 2004-02-14 Thorsten Maerz <torte@netztorte.de>
20644         * src/grouplistdialog.c
20645                 allow multiple selections without ctrl key
20646
20647 2004-02-09 Thorsten Maerz <torte@netztorte.de>
20648         * src/main.c
20649                 enable customizable accelerators
20650
20651 2004-02-08 Thorsten Maerz <torte@netztorte.de>
20652         * src/prefs_common.c
20653                 re-enable different font settings for gtk1/2
20654         * src/prefs_folder_item.c
20655                 fix folder prefs displayed wrong
20656         * src/textview.c
20657                 set 'sunken' shadow type
20658
20659 2004-02-07 Colin Leroy <colin@colino.net>
20660         * src/compose.c
20661                 Fix message being always [Edited]
20662                 Encode headers correctly (utf8 buf)
20663
20664 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20665         * src/socket.c
20666                 remove double g_source_attach()
20667                 (Thanks to Colin Leroy)
20668
20669 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20670         * src/gtk/gtksctree.c
20671                 Fix SSL certificate list not shown
20672         * src/mimeview.c
20673                 Fix clicks in mime tree
20674
20675 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20676         * src/common/socket.c
20677                 Fix SSL receive
20678         * src/compose.c
20679                 Fix clipboard menu hotkeys
20680
20681 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20682         * src/gtk/gtkaspell.[ch]
20683           src/compose.c
20684                 reimplement spellchecker
20685
20686 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20687         * src/gtk/filesel.c
20688                 crash when inserting file in compose window
20689                 (TODO: keep old selection on clicks)
20690         * src/main.c
20691                 use gtkrc-2.0 instead of gtkrc
20692
20693 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20694         * src/messageview.c
20695                 remove orphaned mimeview unref()
20696
20697 2004-01-20 Thorsten Maerz <torte@netztorte.de>
20698         * src/grouplistdialog.c
20699                 expand nodes containing subscribed groups
20700
20701 2004-01-19 Thorsten Maerz <torte@netztorte.de>
20702         * src/textview.c
20703                 textview: hide cursor, restore old click behaviour
20704
20705 2004-01-18 Thorsten Maerz <torte@netztorte.de>
20706         * src/textview.c
20707                 variable names messed up
20708
20709 2004-01-17 Colin Leroy <colin@colino.net>
20710         * src/addr_compl.c
20711                 Fix completion address too thin
20712         * src/compose.c
20713                 Fix tab-to-subject behaviour
20714         * src/summaryview.c
20715                 Implement key up & down in summaryview
20716
20717 2004-01-12 Thorsten Maerz <torte@netztorte.de>
20718
20719         * sync 098claws
20720
20721 2004-01-08 Thorsten Maerz <torte@netztorte.de>
20722         * configure.ac
20723           Makefile.am
20724           doc/.cvsignore
20725           doc/Makefile.am
20726                 faq, man, manual moved to doc/
20727         * ac/aspell.m4
20728           ac/check-type.m4
20729           ac/gnupg-check-typedef.m4
20730           ac/openssl.m4
20731           ac/spamassassin.m4
20732           ac/missing/gdk-pixbuf.m4
20733           ac/missing/gpgme.m4
20734           ac/missing/imlib.m4
20735                 fix automake warnings
20736
20737 2003-12-06 Colin Leroy <colin@colino.net>
20738         * src/summaryview.c
20739                 Fix quicksearch
20740
20741 2003-12-05 Colin Leroy <colin@colino.net>
20742         * src/summaryview.c
20743                 Fix going to next unread folder
20744
20745 2003-12-05 Colin Leroy <colin@colino.net>
20746         * src/crash.c
20747                 Fix gtk2 compilation
20748         * src/session.c
20749                 Remove iotag source handler at disconnection
20750         * src/socket.[ch] 
20751                 Remove source handler when closing socket 
20752                 (fixes another seg)
20753
20754 2003-12-04 Colin Leroy <colin@colino.net>
20755         * src/compose.c
20756           src/prefs_account.c
20757           src/prefs_common.c
20758                 Fix some dropdown menus
20759
20760 2003-12-04 Colin Leroy <colin@colino.net>
20761         * src/compose.c
20762                 Fix event handlers on header fields
20763         * src/common/socket.c
20764           src/common/session.c
20765                 Fix segfault with callback (SSL)
20766                 Fix end of session 
20767
20768 2003-10-06 Thorsten Maerz <torte@netztorte.de>
20769
20770         * Fix compile bug in src/compose.c
20771         * removed src/gtk/gtkstext.[ch]
20772
20773 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
20774
20775         * Convert character set and escape "text" attributes in toolbar setting
20776         files.
20777         * Fixed bug in button-press-event handling.
20778
20779 2003-09-16 Thorsten Maerz <torte@netztorte.de>
20780
20781         * Fixed bug in key-press-event handling.
20782
20783 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
20784
20785         * Enabled to compile tray-icon plugin (Ad-hoc).
20786         * Avoid hang up bug of icon list in mime view (Ad-hoc).
20787
20788 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
20789
20790         * Enabled to compile on sylpheed-claws.
20791         (tray-icon plugin still cannot compile yet.)
20792
20793 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
20794
20795         * Updated to 0.9.5.
20796
20797 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
20798
20799         * Updated to 0.9.4.
20800         * Ported monitoring SSL mechanism to GSource of GLib2
20801         (I don't confirm it)
20802         * Added _gtk2 suffix to key name of font preference to avoid
20803         ovverwriting preference of Gtk+-1.2 version.
20804
20805 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
20806
20807         * Updated to 0.9.2.
20808
20809 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
20810
20811         * Updated to 0.9.1.
20812         * Translate po files into UTF-8 when execute autogen.sh.
20813
20814 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
20815
20816         * Updated to 0.9.0.
20817
20818 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
20819
20820         * Plugged GError related memory leaks.
20821
20822 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
20823
20824         * Changed default size of fonts.
20825         * Enabled to set titile font size of warning dialog.
20826
20827 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
20828
20829         * Embed a sylpheed icon into executable binary on Windows.
20830
20831 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
20832
20833         * I forgot to traslate character set of element string in src/xml.c.
20834
20835 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
20836
20837         * Fixed detecting bind_textdomain_codeset in configure.in.
20838         * The bug in which "Example" of "Date fromat" preference isn't displayed
20839         correctly has been fixed.
20840
20841 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
20842
20843         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
20844           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
20845           glib-gettextize
20846           Removed intl directory.
20847           Translated po files into UTF-8.
20848           (Thanks! Ryuji Abe)
20849
20850 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
20851
20852         * The bug which doesn't unscape string in xml.c has been fixed.
20853
20854 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
20855
20856         * The bug which is failed to translate encoding of file name thorough
20857         file dialog has been fixed.
20858
20859 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
20860
20861         * Modified to translate file names which is used in inporting/expoting
20862         mbox feature and "Save as" feature into locale encoding.
20863         * Translate file names into locale encoding when "Attache file" and
20864         "Insert file".
20865         * Force set G_BROKEN_FILENAMES environment variable.
20866         * Other minor fixes.
20867
20868 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
20869
20870         * Modified to treat MH folder's name as locale encoding.
20871
20872 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
20873
20874         * The bug which clash on switching candidates of auto completion of
20875         addresses, cannot use auto completion in Japanesse is fixed
20876         (Thanks! Tokunaga-san)¡¥
20877
20878 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20879
20880         * The bug which cannot switch key accelerator preference has been fixed
20881         (Thanks! smbd-san)¡¥
20882
20883 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20884
20885         * version 0.8.11-gtk2-20030314
20886
20887 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20888
20889         * The bug in which character set conversion of filtering messages has
20890         been fixed.(Thanks! COCOA-san).
20891
20892 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
20893
20894         * Revived "Leave space on head" preference in "Message" category.
20895         * A bug which clash when put the cursor to end of buffer and execute
20896         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
20897
20898 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20899
20900         * version 0.8.11-gtk2-20030312
20901
20902 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
20903
20904         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
20905         * Modified to use Pango's API directly for font preference.
20906         * Integrated GtkTextView of textview to one widget.
20907         * Set fonts of header title in textview by "header_title" tag.
20908         * Removed some deprecated codes.
20909
20910 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
20911
20912         * Updated to 0.8.11.
20913         * Merged cygwin patch(Thanks! Sakai-san).
20914
20915 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
20916
20917         * version 0.8.10-gtk2-20030309