a346c3ed9a78c3255eca39d02de4368561556262
[claws.git] / ChangeLog
1 2006-12-15 [wwp]        2.6.1cvs40
2
3         * src/wizard.c
4         * src/common/plugin.c
5         * src/common/plugin.h
6         * src/gtk/about.c
7         * src/plugins/bogofilter/bogofilter.c
8         * src/plugins/clamav/clamav_plugin.c
9         * src/plugins/demo/demo.c
10         * src/plugins/dillo_viewer/dillo_viewer.c
11         * src/plugins/pgpcore/plugin.c
12         * src/plugins/pgpinline/plugin.c
13         * src/plugins/pgpmime/plugin.c
14         * src/plugins/spamassassin/spamassassin.c
15         * src/plugins/trayicon/trayicon.c
16                 factorize some translatable strings (plugins-related),
17                 fix missing punctuation in several places,
18                 remove useless translatable \n in about.c,
19                 and factorize plugin init code w/ a new function
20                 check_plugin_version() in common/plugin.c.
21                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
22
23 2006-12-15 [wwp]        2.6.1cvs39
24
25         * src/plugins/bogofilter/bogofilter.c
26         * src/plugins/bogofilter/bogofilter_gtk.c
27                 flag whitelisted spams as spam, but don't filter it to the spam
28                 folder. Thanks to Colin.
29
30 2006-12-15 [ticho]      2.6.1cvs38
31
32         * src/plugins/bogofilter/bogofilter.c
33         * src/plugins/bogofilter/bogofilter.h
34         * src/plugins/bogofilter/bogofilter_gtk.c
35                 Add option to whitelist senders found in addressbook. Patch by colin.
36
37 2006-12-15 [paul]       2.6.1cvs37
38
39         * src/folderview.c
40                 add missing #include "log.h"
41
42 2006-12-15 [paul]       2.6.1cvs36
43
44         * src/plugins/bogofilter/bogofilter.c
45         * src/plugins/bogofilter/bogofilter.h
46         * src/plugins/bogofilter/bogofilter_gtk.c
47                 Add an option to allow inserting an
48                 X-Claws-Bogosity header (on MH folders
49                 only). Patch by Colin
50
51 2006-12-14 [colin]      2.6.1cvs35
52
53         * src/main.c
54                 "Yes" should be the default choice for
55                 migration configuration
56
57 2006-12-14 [paul]       2.6.1cvs34
58
59         * src/prefs_summaries.c
60         * manual/advanced.xml
61                 Unhide mark_as_read_delay
62
63 2006-12-14 [paul]       2.6.1cvs33
64
65         * src/messageview.c
66         * src/messageview.h
67         * src/mimeview.c
68         * src/mimeview.h
69         * src/summaryview.c
70         * src/textview.c
71         * src/textview.h
72                 Fix printing of selection
73                 Fix printing of message parts
74                 Fix printing of images
75         * src/gtk/gtksourceprintjob.c
76                 Fix page count when there are images
77
78 2006-12-14 [wwp]        2.6.1cvs32
79
80         * src/mainwindow.c
81         * src/summaryview.c
82         * src/summaryview.h
83         * src/gtk/quicksearch.c
84                 fix quicksearch 'magnify' button status when QS is closed
85                 using the Escape key, thanks to Colin.
86
87 2006-12-14 [wwp]        2.6.1cvs31
88
89         * src/mainwindow.c
90         * src/summaryview.c
91         * src/summaryview.h
92         * src/gtk/quicksearch.c
93                 fix quicksearch 'magnify' button status when QS is closed
94                 using the Escape key, thanks to Colin.
95
96 2006-12-13 [colin]      2.6.1cvs30
97
98         * src/ldapquery.c
99         * src/ldaputil.c
100                 Use the binary safe version of ldap_get_values,
101                 to make sure we manipulate null-terminated 
102                 strings. Maybe fixes bug 1075, 'claws mail 
103                 segfault when completing ldap adresses'
104         * src/syldap.c ** REMOVED **
105         * src/syldap.h ** REMOVED **
106                 Remove dead files
107
108 2006-12-13 [mones]      2.6.1cvs29
109
110         * po/es.po
111                 Fixed piped strings, fixed click translation
112
113 2006-12-13 [paul]       2.6.1cvs28
114
115         * src/main.c
116                 don't translate these strings
117
118 2006-12-13 [paul]       2.6.1cvs27
119
120         * po/en_GB.po
121                 updated
122
123 2006-12-13 [colin]      2.6.1cvs26
124
125         * src/main.c
126         * src/main.h
127                 Add claws_is_starting()
128
129 2006-12-13 [mones]      2.6.1cvs25
130
131         * manual/es/advanced.xml
132         * po/es.po
133                 Synced manual and updated translation
134
135 2006-12-12 [colin]      2.6.1cvs24
136
137         * src/wizard.c
138                 Add an option to use STARTTLS in the
139                 welcome wizard. Fixes bug 1080, 
140                 'Using SSL option in wizard for incoming 
141                 server does not activate SSL with STARTTLS'
142
143 2006-12-12 [colin]      2.6.1cvs23
144
145         * src/main.c
146                 Don't exit when there's an incomplete
147                 mailbox configured - leaves a chance 
148                 to fix a failing IMAP account. Exit
149                 if no mailbox at all is loaded (case
150                 of missing plugin).
151                 Completes bug 1077's fix (I was wrong
152                 in this bug's comment #3).
153
154 2006-12-12 [colin]      2.6.1cvs22
155
156         * src/gtk/menu.h
157                 Add another menu data type
158         * src/prefs_account.c
159                 Complete the completion of bug 1076
160                 (doesn't lose the pref on apply)
161
162 2006-12-12 [paul]       2.6.1cvs21
163
164         * src/prefs_account.c
165                 complete the fix of bug 1076
166                 also be more verbose with the text
167
168 2006-12-12 [paul]       2.6.1cvs20
169
170         * src/gtk/combobox.c
171                 fix compilation warning
172
173 2006-12-11 [colin]      2.6.1cvs19
174
175         * src/wizard.c
176                 Document :port in server entry tooltips
177
178 2006-12-11 [colin]      2.6.1cvs18
179
180         * src/main.c
181                 Fix compile
182
183 2006-12-11 [colin]      2.6.1cvs17
184
185         * src/main.c
186                 Add failing IMAP as a reason for no
187                 mailbox
188
189 2006-12-11 [colin]      2.6.1cvs16
190
191         * src/prefs_account.c
192                 Check for existence of inbox for local
193                 accounts too
194         * src/wizard.c
195                 Allow setting the port to use for servers
196                 by using the usual "server.example.com:port"
197                 syntax. Fixes bug 1077, 'sylpheed-claws does 
198                 not start when IMAP server is unavailable'
199
200 2006-12-11 [colin]      2.6.1cvs15
201
202         * src/prefs_account.c
203                 Prevent use of non-existing default inbox
204
205 2006-12-11 [colin]      2.6.1cvs14
206
207         * src/prefs_account.c
208                 Fix sensitivity. Fixes bug 1076, 'privacy 
209                 options are displayed even when pgp plugin 
210                 not loaded / available'
211
212 2006-12-09 [colin]      2.6.1cvs13
213
214         * manual/advanced.xml
215         * src/prefs_common.c
216         * src/prefs_common.h
217         * src/common/ssl_certificate.c
218                 Add a new hidden preference, 'unsafe_ssl_certs',
219                 which allows to store multiple certificates per
220                 server/port. This is disabled by default because
221                 it's less secure (presenting a new certificate
222                 instead of a changed one raises less alarms).
223                 This will cause Claws to ask about an unknown
224                 certificate for people who have used 2.6.1cvs8
225                 or greater.
226
227 2006-12-09 [colin]      2.6.1cvs12
228
229         * src/action.c
230                 Fix cache updating after action
231
232 2006-12-07 [wwp]        2.6.1cvs11
233
234         * src/compose.c
235                 fix email address comparison when replying to all
236                 (avoid replying to ourselves), thanks to Colin.
237
238 2006-12-06 [paul]       2.6.1cvs10
239
240         * src/addrharvest.c
241         * src/editldap.c
242         * src/expldifdlg.c
243         * src/news.c
244         * src/toolbar.c
245         * src/common/utils.c
246                 ...and more renaming
247                 Thanks to Colin
248
249 2006-12-06 [paul]       2.6.1cvs9
250
251         * src/compose.c
252         * src/messageview.c
253         * src/procheader.c
254         * src/procmime.c
255         * src/procmsg.c
256         * src/textview.c
257                 more renaming
258                 Thanks to Colin
259
260 2006-12-06 [colin]      2.6.1cvs8
261
262         * src/ssl_manager.c
263         * src/common/ssl_certificate.c
264         * src/common/ssl_certificate.h
265                 Handle multiple certificates per host/port
266
267 2006-12-06 [colin]      2.6.1cvs7
268
269         * src/etpan/imap-thread.c
270                 Fix certificate checking on IMAP
271
272 2006-12-06 [colin]      2.6.1cvs6
273
274         * src/folderview.c
275                 Fix bug 1072, 'Claws stops fetching newsgroups 
276                 from server when newsgroup got deleted': continue
277                 checking other groups
278
279 2006-12-05 [wwp]        2.6.1cvs5
280
281         * src/message_search.c
282         * src/summary_search.c
283         * src/gtk/combobox.c
284         * src/gtk/combobox.h
285         * src/gtk/gtkutils.c
286         * src/gtk/gtkutils.h
287                 make up and down arrow keys in modern gtk_combo_box_entry widgets
288                 behave like w/ old comboboxes (summary and message search only).
289
290 2006-12-05 [paul]       2.6.1cvs4
291
292         * src/wizard.c
293                 encode headers
294                 Thanks to Colin
295
296 2006-12-05 [paul]       2.6.1cvs3
297
298         * tools/README
299         * tools/textviewer.pl
300                 script updated and description added
301
302 2006-12-04 [colin]      2.6.1cvs2
303
304         * src/compose.c
305                 Run pre-send hook only when checking
306                 everything
307
308 2006-12-04 [paul]       2.6.1cvs1
309
310         * NEWS
311         * README
312         * RELEASE_NOTES
313         * configure.ac
314         * tools/README
315                 bump up version number following stable release
316
317 2006-12-04 [paul]       2.6.0cvs83
318
319         * README
320                 updates and corrections
321
322 2006-12-04 [colin]      2.6.0cvs82
323
324         * src/common/utils.c
325                 Probably fix bug 1066, 'Incorrect mailbox 
326                 size displayed'
327
328 2006-12-04 [colin]      2.6.0cvs81
329
330         * src/common/utils.c
331                 Trim tabs from mailcap file too.
332
333 2006-12-02 [paul]       2.6.0cvs80
334
335         * src/exphtmldlg.c
336                 fix broken GUI under certain languages
337         * src/expldifdlg.c
338                 put the Cancel button to the right
339
340 2006-12-01 [paul]       2.6.0cvs79
341
342         * tools/Makefile.am
343                 remove reference to removed file
344
345 2006-12-01 [wwp]        2.6.0cvs78
346
347         * src/addressbook.c
348         * src/editaddress.c
349                 remove forgotten debug statements.
350
351 2006-12-01 [wwp]        2.6.0cvs77
352
353         * manual/advanced.xml
354         * manual/fr/advanced.xml
355         * src/addressbook.c
356         * src/addressbook.h
357         * src/addressitem.h
358         * src/editaddress.c
359         * src/editaddress.h
360         * src/prefs_common.c
361         * src/prefs_common.h
362         * src/gtk/gtkutils.c
363         * src/gtk/gtkutils.h
364                 add a hidden option to allow embedding the editaddress (edit contact details)
365                 dialog into the addressbook's window. This doesn't change the default
366                 behaviour.
367
368 2006-12-01 [wwp]        2.6.0cvs76
369
370         * src/message_search.c
371         * src/summary_search.c
372                 fix more focus issues (don't set focus to combobox's entry widget when
373                 entry's value changed, if entry widget has focus already).
374
375 2006-12-01 [wwp]        2.6.0cvs75
376
377         * src/gtk/quicksearch.c
378                 revert last changes to the quicksearch gtk_combo_box, this needs more
379                 tuning and testing.
380
381 2006-12-01 [paul]       2.6.0cvs74
382
383         * tools/kdeservicemenu/README
384         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
385         * tools/kdeservicemenu/install.sh
386         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
387         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
388                 simplify this stuff, and in so doing,
389                 fix it. (possibly re-extend it again at
390                 a later date)
391
392 2006-12-01 [wwp]        2.6.0cvs73
393
394         * src/gtk/quicksearch.c
395                 adapt quicksearch code to use modern gtk_combo_box'es.
396
397 2006-12-01 [wwp]        2.6.0cvs72
398
399         * src/common/defs.h
400         * src/prefs_common.c
401         * src/prefs_common.h
402         * src/message_search.c
403         * src/summary_search.c
404         * src/gtk/combobox.c
405         * src/gtk/combobox.h
406                 add history combos to all message and summary search fields.
407
408 2006-12-01 [wwp]        2.6.0cvs71
409
410         * src/summaryview.c
411                 As the list may change while the mark as read delay
412                 runs, we can't rely on the 'row' pointer, which can
413                 be invalid when the timeout is called. As the mark
414                 as read is only done if the message is still selected,
415                 use summaryview->selected instead. Thanks to Colin.
416
417 2006-11-30 [paul]       2.6.0cvs70
418
419         * src/textview.c
420                 give emphasis to "Sylpheed-Claws"
421                 as well as "Claws Mail"
422
423 2006-11-30 [colin]      2.6.0cvs69
424
425         * src/wizard.c
426                 Put the SSL checkboxes in the receiving
427                 and sending server pages.
428
429 2006-11-29 [colin]      2.6.0cvs68
430
431         * src/gtk/gtkutils.c
432         * src/gtk/gtkvscrollbutton.c
433                 Revert some deprecated fixes - they seem to
434                 deprecate stuff as soon as a new one gets out.
435                 g_object_ref_sink needed glib-2.10.
436
437 2006-11-29 [colin]      2.6.0cvs67
438
439         * src/common/utils.c
440                 Create .mailcap if it doesn't exist
441
442 2006-11-29 [colin]      2.6.0cvs66
443
444         * src/compose.c
445                 Followup to cvs60: use original list
446                 of recipients if replying to a mail
447                 in Sent Drafts or Queue.
448
449 2006-11-27 [paul]       2.6.0cvs65
450
451         * src/image_viewer.c
452                 revert the last change for now (it's broken)
453
454 2006-11-27 [paul]       2.6.0cvs64
455
456         * Makefile.am
457         * configure.ac
458         * m4/aclocal-include.m4
459         * m4/check-type.m4
460         * src/Makefile.am
461         * src/addr_compl.c
462         * src/compose.c
463         * src/crash.c
464         * src/export.c
465         * src/exporthtml.c
466         * src/exportldif.c
467         * src/imap.c
468         * src/import.c
469         * src/main.c
470         * src/main.h
471         * src/matcher.c
472         * src/mimeview.c
473         * src/procmsg.c
474         * src/textview.c
475         * src/common/Makefile.am
476         * src/common/claws.c
477         * src/common/claws.h
478         * src/common/ssl.c
479         * src/common/sylpheed.c
480         * src/common/sylpheed.h
481         * src/etpan/Makefile.am
482         * src/gtk/Makefile.am
483         * src/gtk/claws-marshal.list
484         * src/gtk/filesel.c
485         * src/gtk/gtksctree.c
486         * src/gtk/quicksearch.c
487         * src/gtk/sylpheed-marshal.list
488         * src/plugins/bogofilter/bogofilter.c
489         * src/plugins/bogofilter/bogofilter_gtk.c
490         * src/plugins/clamav/clamav_plugin.c
491         * src/plugins/clamav/clamav_plugin_gtk.c
492         * src/plugins/demo/demo.c
493         * src/plugins/dillo_viewer/dillo_viewer.c
494         * src/plugins/pgpcore/Makefile.am
495         * src/plugins/pgpcore/claws.def
496         * src/plugins/pgpcore/pgp_viewer.c
497         * src/plugins/pgpcore/plugin.c
498         * src/plugins/pgpcore/sylpheed.def
499         * src/plugins/pgpinline/Makefile.am
500         * src/plugins/pgpinline/claws.def
501         * src/plugins/pgpinline/plugin.c
502         * src/plugins/pgpinline/sylpheed.def
503         * src/plugins/pgpmime/Makefile.am
504         * src/plugins/pgpmime/claws.def
505         * src/plugins/pgpmime/plugin.c
506         * src/plugins/pgpmime/sylpheed.def
507         * src/plugins/spamassassin/spamassassin.c
508         * src/plugins/spamassassin/spamassassin_gtk.c
509         * src/plugins/trayicon/trayicon.c
510                 yet more renaming
511                 remove deprecated gtk_tooltips_set_delay()
512
513 2006-11-26 [paul]       2.6.0cvs63
514
515         * src/expldifdlg.c
516         * src/folderview.c
517         * src/image_viewer.c
518         * src/mainwindow.c
519         * src/gtk/gtkutils.c
520         * src/gtk/gtkvscrollbutton.c
521         * src/gtk/prefswindow.c
522         * src/plugins/pgpcore/prefs_gpg.c
523                 replace more deprecated GTK+ functions
524
525 2006-11-26 [paul]       2.6.0cvs62
526
527         * src/addr_compl.c
528         * src/addressbook.c
529         * src/browseldap.c
530                 replace deprecated gtk_idle_... functions
531
532 2006-11-26 [paul]       2.6.0cvs61
533
534         * src/compose.c
535         * src/folderview.c
536         * src/inc.c
537         * src/summaryview.c
538         * src/gtk/gtkvscrollbutton.c
539         * src/gtk/quicksearch.c
540         * src/plugins/pgpcore/passphrase.c
541                 replace deprecated gtk_timeout_add and
542                 gtk_timeout_remove
543
544 2006-11-26 [paul]       2.6.0cvs60
545
546         * src/compose.c
547                 fix bug that caused the wrong recipient
548                 to be selected when replying to a msg
549                 which is From one of our accounts to
550                 another of our accounts
551
552 2006-11-25 [paul]       2.6.0cvs59
553
554         * src/summaryview.c
555                 don't change the From column title to
556                 To if the To column is visible
557
558 2006-11-24 [paul]       2.6.0cvs58
559
560         * src/compose.c
561                 fix bug 1069, 'Sent mails disappear, BCC
562                 or locking problem?'
563
564 2006-11-21 [wwp]        2.6.0cvs57
565
566         * src/compose.c
567                 fix spelling menu when replying (same as 2.3.1cvs39):
568                 discrepancy between context menu and top menu when
569                 folder's dictionary isn't the default one.
570
571 2006-11-19 [paul]       2.6.0cvs56
572
573         * src/summaryview.c
574                 obey always_show_msg option when
575                 marking as spam
576         * src/plugins/bogofilter/bogofilter.c
577                 fix typo
578
579 2006-11-18 [paul]       2.6.0cvs55
580
581         * AUTHORS
582         * README
583         * debian/copyright
584         * manual/ack.xml
585         * manual/es/ack.xml
586         * manual/fr/ack.xml
587         * manual/pl/ack.xml
588         * src/gtk/authors.h
589         * src/gtk/icon_legend.c
590         * src/gtk/icon_legend.h
591         * tools/OOo2claws-mail.pl
592         * tools/README
593         * tools/acroread2claws-mail.pl
594         * tools/claws.i18n.status.pl
595         * tools/filter_conv.pl
596         * tools/filter_conv_new.pl
597         * tools/freshmeat_search.pl
598         * tools/google_search.pl
599         * tools/kmail2claws-mail.pl
600         * tools/kmail2claws-mail_v2.pl
601         * tools/maildir2claws-mail.pl
602         * tools/make.themes.project
603         * tools/multiwebsearch.pl
604         * tools/outlook2claws-mail.pl
605         * tools/tb2claws-mail
606         * tools/kdeservicemenu/README
607         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
608                 update mine and wwp's email addresses in
609                 several places
610                 Patch by wwp
611         * src/prefs_compose_writing.c
612                 set sensitivity on 'new message format' frame
613
614 2006-11-17 [paul]       2.6.0cvs54
615
616         * src/gtk/about.c
617                 more reworking of the GUI
618                 Patch by Fabien Vantard
619
620 2006-11-16 [paul]       2.6.0cvs53
621
622         * src/gtk/about.c
623                 set a minimum size for the window, allow
624                 it to automatically expand as necessary
625
626 2006-11-16 [wwp]        2.6.0cvs52
627
628         * src/gtk/about.c
629                 better wrap of copyright info on some systems.
630
631 2006-11-16 [paul]       2.6.0cvs51
632
633         * src/gtk/about.c
634                 move the tech info from the upper panel
635                 to the Info tab
636                 use a gtk_text_view for the features tab
637
638 2006-11-16 [paul]       2.6.0cvs50
639
640         * po/Makevars
641                 update my email address
642         * src/addressbook.c
643         * src/compose.c
644         * src/imap_gtk.c
645         * src/mh_gtk.c
646         * src/news_gtk.c
647         * src/summaryview.c
648         * src/plugins/trayicon/trayicon.c
649                 don't offer simple menu separators
650                 for translation
651         * src/folderview.c
652                 add separator between 'mark all read'
653                 and 'search folder'
654
655 2006-11-15 [wwp]        2.6.0cvs49
656
657         * src/gtk/authors.h
658                 updated manuals authors.
659
660 2006-11-14 [paul]       2.6.0cvs48
661
662         * src/compose.c
663                 Fix Options/Reply mode after draft save
664
665 2006-11-14 [paul]       2.6.0cvs47
666
667         * src/Makefile.am
668                 Fix make DESTDIR=...
669         * src/mbox.c
670                 Optimise speed
671         * src/plugins/pgpinline/pgpinline.c
672                 Probably fix bug 1061
673
674 2006-11-14 [paul]       2.6.0cvs46
675
676         * po/Makevars
677                 enable Q_ macro
678         * src/Makefile.am
679         * src/stock_pixmap.c
680         * src/stock_pixmap.h
681         * src/gtk/about.c
682         * src/pixmaps/active.xpm
683         * src/pixmaps/inactive.xpm
684                 add a new page, 'Features', to the About dialog
685                 showing which features are compiled in and which
686                 are not
687
688 2006-11-14 [paul]       2.6.0cvs45
689
690         * po/ru.po
691                 updated by Pavlo Bohmat
692
693 2006-11-14 [colin]      2.6.0cvs44
694
695         * src/compose.c
696         * src/inc.c
697         * src/messageview.c
698         * src/news.c
699         * src/pop.c
700         * src/procmsg.c
701         * src/gtk/gtkaspell.c
702                 Fix 64-bit-related warnings
703         * src/ssl_manager.c
704                 Fix possible infinite loop
705         * src/plugins/pgpcore/sgpgme.c
706                 Remove useless check
707
708 2006-11-13 [colin]      2.6.0cvs43
709
710         * src/gtk/Makefile.am
711                 authors.h isn't generated
712
713 2006-11-13 [colin]      2.6.0cvs42
714
715         * src/plugins/pgpinline/pgpinline.c
716         * src/plugins/pgpmime/pgpmime.c
717                 Very probably fix bug 1061, 'crash on 
718                 opening signed email'. Another cast
719                 problem
720
721 2006-11-13 [colin]      2.6.0cvs41
722
723         * src/plugins/pgpcore/sgpgme.c
724                 Maybe fix bug 1061, 'crash on opening 
725                 signed email'
726
727 2006-11-13 [wwp]        2.6.0cvs40
728
729         * src/plugins/pgpinline/pgpinline.c
730                 fix candidate for bug #1057, thanks to Colin.
731
732 2006-11-13 [wwp]        2.6.0cvs39
733
734         * src/compose.c
735         * src/quote_fmt_parse.y
736                 fix bug 1052: current parser buffer was not always 
737                 allocated, ptr to this buffer could be returned as 
738                 NULL whereas no parser error has occurred. in 
739                 consequence, defining a template body as "%d" 
740                 (w/o the quotes) for the first time of the instance 
741                 of claws-mail, was reporting a parser error. make 
742                 sure that the buffer is always allocated, even to 
743                 an empty string.
744                 fix mis-unescaping in compose.:compose_quote_fmt(): 
745                 unescaping of the fmt string was always done 
746                 whereas it must be done *only* when receiving 
747                 quote format strings issued from the prefs 
748                 (compose new message, reply, forward, redirect 
749                 formats), *not* when applying templates.  in 
750                 consequences, applying templates w/ sequences 
751                 like \\|p{echo} were failing. make sure that 
752                 unescaping is done only when necessary.
753
754 2006-11-12 [colin]      2.6.0cvs38
755
756         * po/de.po
757                 Fix typo (s/KB/MB)
758
759 2006-11-12 [colin]      2.6.0cvs37
760
761         * src/plugins/pgpinline/pgpinline.c
762         * src/plugins/pgpmime/pgpmime.c
763                 Release GPG context at the latest 
764                 possible moment. Maybe fixes 
765                 bug 1057, 'crash on sending signed 
766                 message to a newsgroup'
767                 
768
769 2006-11-12 [colin]      2.6.0cvs36
770
771         * src/plugins/pgpcore/sgpgme.c
772                 Tell a bit more when gpg's status doesn't
773                 contain any signature
774
775 2006-11-12 [colin]      2.6.0cvs35
776
777         * src/compose.c
778                 Fix bug 1060, 'compilation error with 
779                 Irix's cc'
780
781 2006-11-12 [paul]       2.6.0cvs34
782
783         * doc/man/claws-mail.1
784         * src/prefs_gtk.c
785         * src/plugins/clamav/README
786         * src/plugins/spamassassin/README
787         * tools/README
788         * tools/freshmeat_search.pl
789         * tools/google_search.pl
790         * tools/multiwebsearch.pl
791                 more renaming
792         * src/plugins/trayicon/trayicon.c
793                 fix compiliation warning
794
795 2006-11-11 [colin]      2.6.0cvs33
796
797         * src/folderview.c
798                 Forbid drag and drop from/to different
799                 folders of type F_UNKNOWN
800
801 2006-11-11 [colin]      2.6.0cvs32
802
803         * src/plugins/pgpinline/pgpinline.c
804                 Fix typo in previous commit:
805                 - gpgme_new(&ctx);
806                 + if ((err = gpgme_new(&data->ctx)) ...)
807
808 2006-11-11 [colin]      2.6.0cvs31
809
810         * src/plugins/pgpinline/pgpinline.c
811         * src/plugins/pgpmime/pgpmime.c
812                 Check success after calling gpgme_new
813                 Maybe fixes bug 1057, 'crash on sending 
814                 signed message to a newsgroup'
815
816 2006-11-11 [colin]      2.6.0cvs30
817
818         * src/undo.c
819                 init undostruct to 0s (from
820                 valgrind log of bug 1057)
821
822 2006-11-10 [colin]      2.6.0cvs29
823
824         * src/mainwindow.c
825                 Set cursor to wait before filtering
826                 duplicates in all folders
827         * src/plugins/bogofilter/bogofilter.c
828         * src/plugins/bogofilter/bogofilter.h
829         * src/plugins/bogofilter/bogofilter_gtk.c
830                 Completely thread away the bogofilter
831                 filtering
832
833 2006-11-10 [mones]      2.6.0cvs28
834
835         * src/compose.c
836         * src/compose.h
837                 added COMPOSE_CHECK_BEFORE_SEND hook
838
839 2006-11-10 [paul]       2.6.0cvs27
840
841         * src/crash.c
842                 more renaming
843                 add libSM to get_compiled_in_features()
844         * src/main.c
845                 more renaming
846
847 2006-11-10 [colin]      2.6.0cvs26
848
849         * src/etpan/imap-thread.c
850                 Add a reference to libetpan's sasl engine
851                 so that sasl_done() doesn't get called by
852                 libetpan, and doesn't break openssl.
853                 Should fix bug 1053, 'SC fails to reestablish 
854                 a secure connection'
855                 Patch by Hoa
856
857 2006-11-10 [colin]      2.6.0cvs25
858
859         * manual/addrbook.xml
860         * manual/advanced.xml
861         * manual/faq.xml
862         * manual/intro.xml
863                 Some more renaming
864
865 2006-11-09 [colin]      2.6.0cvs24
866
867         * src/plugins/bogofilter/bogofilter_gtk.c
868                 Add comment about annoyance
869
870 2006-11-09 [colin]      2.6.0cvs23
871
872         * src/plugins/bogofilter/bogofilter.c
873         * src/plugins/bogofilter/bogofilter_gtk.c
874                 Prepare things needed to thread bogofilter
875                 filtering: separate bogo stuff and possible GUI
876                 stuff. 
877
878 2006-11-09 [colin]      2.6.0cvs22
879
880         * src/account.c
881         * src/compose.c
882                 Search for one of our accounts in Delivered-To
883                 (helps for auto-account selection when 
884                  replying/forwarding)
885         * src/folderview.c
886         * src/mainwindow.c
887         * src/mainwindow.h
888         * src/plugins/trayicon/trayicon.c
889                 Allow opening a new mail with any account from
890                 the contextual menu
891
892 2006-11-09 [wwp]        2.6.0cvs21
893
894         * src/compose.c
895         * src/prefs_common.c
896         * src/prefs_common.h
897         * src/prefs_compose_writing.c
898                 add a compose new message format (in prefs/compose/writing), it's a
899                 simple subject+body template to use when opening a new composition
900                 window. It's similar to the existent reply and forward formats.
901
902                 enhanced the template/format % symbols substitution mechanism to
903                 use current composition window information when % are used in
904                 the compose new message format or in templates applied to new
905                 messages (there were useless in that situations before). When
906                 applied to new messages, %d corresponds to the system time/date.
907
908 2006-11-09 [paul]       2.6.0cvs20
909
910         * src/gtk/authors.h
911                 fix last commit
912
913 2006-11-09 [paul]       2.6.0cvs19
914
915         * src/gtk/authors.h
916                 keep tje alphabetical order
917
918 2006-11-08 [colin]      2.6.0cvs18
919
920         * src/etpan/imap-thread.c
921                 Fix bug 1054, 'Slowness logging big 
922                 data chunks'
923
924 2006-11-08 [paul]       2.6.0cvs17
925
926         * tools/Makefile.am
927                 fix the renaming
928
929 2006-11-08 [paul]       2.6.0cvs16
930
931         * src/common/defs.h
932                 update BUGZILLA_URI
933
934 2006-11-08 [paul]       2.6.0cvs15
935
936         * tools/Makefile.am
937         * tools/OOo2claws-mail.pl
938         * tools/OOo2sylpheed.pl
939         * tools/README
940         * tools/acroread2claws-mail.pl
941         * tools/acroread2sylpheed.pl
942         * tools/kmail2claws-mail.pl
943         * tools/kmail2claws-mail_v2.pl
944         * tools/kmail2sylpheed.pl
945         * tools/kmail2sylpheed_v2.pl
946         * tools/maildir2claws-mail.pl
947         * tools/maildir2sylpheed.pl
948         * tools/nautilus2claws-mail.sh
949         * tools/nautilus2sylpheed.sh
950         * tools/outlook2claws-mail.pl
951         * tools/outlook2sylpheed.pl
952         * tools/tb2claws-mail
953         * tools/tb2sylpheed
954         * tools/tbird2claws.py
955         * tools/tbird2syl.py
956         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
957         * tools/kdeservicemenu/install.sh
958         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
959         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
960         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
961         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
962         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
963                 renamed (removed, added) tools files
964
965 2006-11-08 [paul]       2.6.0cvs14
966
967         * src/main.c
968         * src/common/defs.h
969                 Migrate sylpheedrc to clawsrc, and fix the standard
970                 plugins path in the process
971
972 2006-11-07 [colin]      2.6.0cvs13
973
974         * src/Makefile.am
975                 Symlink sylpheed-claws relative to 
976                 claws-mail
977
978 2006-11-07 [colin]      2.6.0cvs12
979
980         * src/compose.c
981                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
982
983 2006-11-07 [paul]       2.6.0cvs11
984
985         * src/gtk/about.c
986                 Fix a missed occurence of
987                 Sylpheed-Claws
988
989 2006-11-07 [paul]       2.6.0cvs10
990
991         * src/Makefile.am
992                 Fix symlink installation
993
994 2006-11-07 [paul]       2.6.0cvs9
995
996         * src/Makefile.am
997                 Symlink claws-mail to sylpheed-claws
998         * src/common/utils.c
999                 Fix migrating symlinks
1000         * src/etpan/imap-thread.c
1001                 check certificate only when there's
1002                 no error
1003
1004 2006-11-07 [paul]       2.6.0cvs8
1005
1006         * Makefile.am
1007                 Fix icon breakages with Gtk, which needs a 
1008                 cache updated to see them.
1009
1010 2006-11-07 [paul]       2.6.0cvs7
1011
1012         * .cvsignore
1013         * AUTHORS
1014         * COPYING
1015         * INSTALL
1016         * Makefile.am
1017         * NEWS
1018         * README
1019         * RELEASE_NOTES
1020         * autogen.sh
1021         * claws-mail-128x128.png
1022         * claws-mail-64x64.png
1023         * claws-mail.ico
1024         * claws-mail.pc.in
1025         * claws-mail.png
1026         * configure.ac
1027         * sylpheed-claws-128x128.png
1028         * sylpheed-claws-64x64.png
1029         * sylpheed-claws.desktop
1030         * sylpheed-claws.ico
1031         * sylpheed-claws.pc.in
1032         * sylpheed-claws.png
1033         * debian/README.Debian
1034         * debian/changelog
1035         * debian/claws-mail.desktop
1036         * debian/claws-mail.menu
1037         * debian/claws-mail.postinst.debhelper
1038         * debian/claws-mail.postrm.debhelper
1039         * debian/control
1040         * debian/copyright
1041         * debian/files
1042         * debian/rules
1043         * debian/sylpheed-claws.desktop
1044         * debian/sylpheed-claws.menu
1045         * debian/sylpheed-claws.postinst.debhelper
1046         * debian/sylpheed-claws.postrm.debhelper
1047         * doc/man/Makefile.am
1048         * doc/man/claws-mail.1
1049         * doc/man/sylpheed-claws.1
1050         * doc/src/ChangeLog.claws-pre0.8.0
1051         * manual/Makefile.am
1052         * manual/account.xml
1053         * manual/ack.xml
1054         * manual/addrbook.xml
1055         * manual/advanced.xml
1056         * manual/claws-mail-manual.xml
1057         * manual/faq.xml
1058         * manual/glossary.xml
1059         * manual/handling.xml
1060         * manual/intro.xml
1061         * manual/keyboard.xml
1062         * manual/plugins.xml
1063         * manual/starting.xml
1064         * manual/sylpheed-claws-manual.xml
1065         * manual/xml2pdf
1066         * manual/dist/.cvsignore
1067         * manual/dist/html/.cvsignore
1068         * manual/dist/html/Makefile.am
1069         * manual/dist/pdf/.cvsignore
1070         * manual/dist/pdf/Makefile.am
1071         * manual/dist/ps/.cvsignore
1072         * manual/dist/ps/Makefile.am
1073         * manual/dist/txt/.cvsignore
1074         * manual/dist/txt/Makefile.am
1075         * manual/es/Makefile.am
1076         * manual/es/advanced.xml
1077         * manual/es/claws-mail-manual.xml
1078         * manual/es/faq.xml
1079         * manual/es/glossary.xml
1080         * manual/es/handling.xml
1081         * manual/es/intro.xml
1082         * manual/es/plugins.xml
1083         * manual/es/sylpheed-claws-manual.xml
1084         * manual/es/dist/.cvsignore
1085         * manual/es/dist/html/.cvsignore
1086         * manual/es/dist/html/Makefile.am
1087         * manual/es/dist/pdf/.cvsignore
1088         * manual/es/dist/pdf/Makefile.am
1089         * manual/es/dist/ps/.cvsignore
1090         * manual/es/dist/ps/Makefile.am
1091         * manual/es/dist/txt/.cvsignore
1092         * manual/es/dist/txt/Makefile.am
1093         * manual/fr/Makefile.am
1094         * manual/fr/account.xml
1095         * manual/fr/ack.xml
1096         * manual/fr/addrbook.xml
1097         * manual/fr/advanced.xml
1098         * manual/fr/claws-mail-manual.xml
1099         * manual/fr/faq.xml
1100         * manual/fr/glossary.xml
1101         * manual/fr/handling.xml
1102         * manual/fr/intro.xml
1103         * manual/fr/keyboard.xml
1104         * manual/fr/plugins.xml
1105         * manual/fr/starting.xml
1106         * manual/fr/sylpheed-claws-manual.xml
1107         * manual/fr/dist/.cvsignore
1108         * manual/fr/dist/html/.cvsignore
1109         * manual/fr/dist/html/Makefile.am
1110         * manual/fr/dist/pdf/.cvsignore
1111         * manual/fr/dist/pdf/Makefile.am
1112         * manual/fr/dist/ps/.cvsignore
1113         * manual/fr/dist/ps/Makefile.am
1114         * manual/fr/dist/txt/.cvsignore
1115         * manual/fr/dist/txt/Makefile.am
1116         * manual/pl/Makefile.am
1117         * manual/pl/account.xml
1118         * manual/pl/ack.xml
1119         * manual/pl/addrbook.xml
1120         * manual/pl/advanced.xml
1121         * manual/pl/claws-mail-manual.xml
1122         * manual/pl/faq.xml
1123         * manual/pl/glossary.xml
1124         * manual/pl/handling.xml
1125         * manual/pl/intro.xml
1126         * manual/pl/keyboard.xml
1127         * manual/pl/plugins.xml
1128         * manual/pl/starting.xml
1129         * manual/pl/sylpheed-claws-manual.xml
1130         * manual/pl/dist/.cvsignore
1131         * manual/pl/dist/html/.cvsignore
1132         * manual/pl/dist/html/Makefile.am
1133         * manual/pl/dist/pdf/.cvsignore
1134         * manual/pl/dist/pdf/Makefile.am
1135         * manual/pl/dist/ps/.cvsignore
1136         * manual/pl/dist/ps/Makefile.am
1137         * manual/pl/dist/txt/.cvsignore
1138         * manual/pl/dist/txt/Makefile.am
1139         * po/.cvsignore
1140         * po/Makevars
1141         * src/.cvsignore
1142         * src/Makefile.am
1143         * src/account.c
1144         * src/account.h
1145         * src/action.c
1146         * src/action.h
1147         * src/adbookbase.h
1148         * src/addr_compl.c
1149         * src/addr_compl.h
1150         * src/addrbook.c
1151         * src/addrcache.c
1152         * src/addrcache.h
1153         * src/addrcindex.c
1154         * src/addrcindex.h
1155         * src/addrclip.c
1156         * src/addrclip.h
1157         * src/addrdefs.h
1158         * src/addressadd.c
1159         * src/addressadd.h
1160         * src/addressbook.c
1161         * src/addressbook.h
1162         * src/addressbook_foldersel.c
1163         * src/addressbook_foldersel.h
1164         * src/addrgather.c
1165         * src/addrgather.h
1166         * src/addrharvest.c
1167         * src/addrharvest.h
1168         * src/addrindex.c
1169         * src/addrindex.h
1170         * src/addritem.c
1171         * src/addritem.h
1172         * src/addrquery.c
1173         * src/addrquery.h
1174         * src/addrselect.c
1175         * src/addrselect.h
1176         * src/alertpanel.c
1177         * src/alertpanel.h
1178         * src/browseldap.c
1179         * src/browseldap.h
1180         * src/codeconv.c
1181         * src/codeconv.h
1182         * src/compose.c
1183         * src/crash.c
1184         * src/crash.h
1185         * src/customheader.c
1186         * src/customheader.h
1187         * src/displayheader.c
1188         * src/displayheader.h
1189         * src/editaddress.c
1190         * src/editaddress.h
1191         * src/editbook.c
1192         * src/editbook.h
1193         * src/editgroup.c
1194         * src/editgroup.h
1195         * src/editjpilot.c
1196         * src/editjpilot.h
1197         * src/editldap.c
1198         * src/editldap.h
1199         * src/editldap_basedn.c
1200         * src/editldap_basedn.h
1201         * src/editvcard.c
1202         * src/editvcard.h
1203         * src/exphtmldlg.c
1204         * src/exphtmldlg.h
1205         * src/expldifdlg.c
1206         * src/expldifdlg.h
1207         * src/export.c
1208         * src/exporthtml.c
1209         * src/exporthtml.h
1210         * src/exportldif.c
1211         * src/exportldif.h
1212         * src/filtering.c
1213         * src/filtering.h
1214         * src/folder.c
1215         * src/folder.h
1216         * src/folder_item_prefs.c
1217         * src/folder_item_prefs.h
1218         * src/foldersel.c
1219         * src/foldersel.h
1220         * src/folderutils.c
1221         * src/folderutils.h
1222         * src/folderview.c
1223         * src/folderview.h
1224         * src/grouplistdialog.c
1225         * src/grouplistdialog.h
1226         * src/html.c
1227         * src/html.h
1228         * src/image_viewer.c
1229         * src/image_viewer.h
1230         * src/imap.c
1231         * src/imap.h
1232         * src/imap_gtk.c
1233         * src/imap_gtk.h
1234         * src/import.c
1235         * src/import.h
1236         * src/importldif.c
1237         * src/importldif.h
1238         * src/importmutt.c
1239         * src/importmutt.h
1240         * src/importpine.c
1241         * src/importpine.h
1242         * src/inc.c
1243         * src/inc.h
1244         * src/jpilot.c
1245         * src/jpilot.h
1246         * src/ldapctrl.c
1247         * src/ldapctrl.h
1248         * src/ldaplocate.c
1249         * src/ldaplocate.h
1250         * src/ldapquery.c
1251         * src/ldapquery.h
1252         * src/ldapserver.c
1253         * src/ldapserver.h
1254         * src/ldaputil.c
1255         * src/ldaputil.h
1256         * src/ldif.c
1257         * src/ldif.h
1258         * src/localfolder.c
1259         * src/localfolder.h
1260         * src/main.c
1261         * src/main.h
1262         * src/mainwindow.c
1263         * src/mainwindow.h
1264         * src/manual.c
1265         * src/manual.h
1266         * src/matcher.c
1267         * src/matcher.h
1268         * src/matcher_parser.h
1269         * src/matcher_parser_lex.l
1270         * src/matcher_parser_parse.y
1271         * src/mbox.c
1272         * src/mbox.h
1273         * src/message_search.c
1274         * src/message_search.h
1275         * src/messageview.c
1276         * src/messageview.h
1277         * src/mh.c
1278         * src/mh.h
1279         * src/mh_gtk.c
1280         * src/mh_gtk.h
1281         * src/mimeview.c
1282         * src/mimeview.h
1283         * src/msgcache.c
1284         * src/msgcache.h
1285         * src/mutt.c
1286         * src/mutt.h
1287         * src/news.c
1288         * src/news.h
1289         * src/news_gtk.c
1290         * src/news_gtk.h
1291         * src/noticeview.c
1292         * src/noticeview.h
1293         * src/partial_download.c
1294         * src/partial_download.h
1295         * src/pine.c
1296         * src/pine.h
1297         * src/pop.c
1298         * src/pop.h
1299         * src/prefs_account.c
1300         * src/prefs_account.h
1301         * src/prefs_actions.c
1302         * src/prefs_actions.h
1303         * src/prefs_common.c
1304         * src/prefs_common.h
1305         * src/prefs_compose_writing.c
1306         * src/prefs_compose_writing.h
1307         * src/prefs_customheader.c
1308         * src/prefs_customheader.h
1309         * src/prefs_display_header.c
1310         * src/prefs_display_header.h
1311         * src/prefs_ext_prog.c
1312         * src/prefs_ext_prog.h
1313         * src/prefs_filtering.c
1314         * src/prefs_folder_column.c
1315         * src/prefs_folder_column.h
1316         * src/prefs_folder_item.c
1317         * src/prefs_folder_item.h
1318         * src/prefs_fonts.c
1319         * src/prefs_fonts.h
1320         * src/prefs_gtk.c
1321         * src/prefs_gtk.h
1322         * src/prefs_image_viewer.c
1323         * src/prefs_image_viewer.h
1324         * src/prefs_matcher.c
1325         * src/prefs_matcher.h
1326         * src/prefs_message.c
1327         * src/prefs_message.h
1328         * src/prefs_msg_colors.c
1329         * src/prefs_msg_colors.h
1330         * src/prefs_other.c
1331         * src/prefs_other.h
1332         * src/prefs_quote.c
1333         * src/prefs_quote.h
1334         * src/prefs_receive.c
1335         * src/prefs_receive.h
1336         * src/prefs_send.c
1337         * src/prefs_send.h
1338         * src/prefs_spelling.c
1339         * src/prefs_spelling.h
1340         * src/prefs_summaries.c
1341         * src/prefs_summaries.h
1342         * src/prefs_summary_column.c
1343         * src/prefs_summary_column.h
1344         * src/prefs_template.c
1345         * src/prefs_template.h
1346         * src/prefs_themes.c
1347         * src/prefs_themes.h
1348         * src/prefs_toolbar.c
1349         * src/prefs_toolbar.h
1350         * src/prefs_wrapping.c
1351         * src/prefs_wrapping.h
1352         * src/privacy.c
1353         * src/privacy.h
1354         * src/procheader.c
1355         * src/procheader.h
1356         * src/procmime.c
1357         * src/procmime.h
1358         * src/procmsg.c
1359         * src/procmsg.h
1360         * src/quote_fmt.c
1361         * src/quote_fmt_parse.y
1362         * src/recv.c
1363         * src/recv.h
1364         * src/remotefolder.c
1365         * src/remotefolder.h
1366         * src/send_message.c
1367         * src/send_message.h
1368         * src/setup.c
1369         * src/setup.h
1370         * src/sourcewindow.c
1371         * src/sourcewindow.h
1372         * src/ssl_manager.c
1373         * src/ssl_manager.h
1374         * src/statusbar.c
1375         * src/statusbar.h
1376         * src/stock_pixmap.c
1377         * src/stock_pixmap.h
1378         * src/summary_search.c
1379         * src/summary_search.h
1380         * src/summaryview.c
1381         * src/summaryview.h
1382         * src/syldap.c
1383         * src/syldap.h
1384         * src/textview.c
1385         * src/textview.h
1386         * src/toolbar.c
1387         * src/toolbar.h
1388         * src/undo.c
1389         * src/undo.h
1390         * src/unmime.c
1391         * src/unmime.h
1392         * src/vcard.c
1393         * src/vcard.h
1394         * src/wizard.c
1395         * src/wizard.h
1396         * src/common/base64.c
1397         * src/common/base64.h
1398         * src/common/defs.h
1399         * src/common/hooks.c
1400         * src/common/hooks.h
1401         * src/common/log.c
1402         * src/common/log.h
1403         * src/common/mgutils.c
1404         * src/common/mgutils.h
1405         * src/common/nntp.c
1406         * src/common/nntp.h
1407         * src/common/passcrypt.c
1408         * src/common/passcrypt.h.in
1409         * src/common/plugin.c
1410         * src/common/plugin.h
1411         * src/common/prefs.c
1412         * src/common/prefs.h
1413         * src/common/progressindicator.c
1414         * src/common/progressindicator.h
1415         * src/common/quoted-printable.c
1416         * src/common/quoted-printable.h
1417         * src/common/session.c
1418         * src/common/session.h
1419         * src/common/smtp.c
1420         * src/common/smtp.h
1421         * src/common/socket.c
1422         * src/common/socket.h
1423         * src/common/ssl.c
1424         * src/common/ssl.h
1425         * src/common/stringtable.c
1426         * src/common/stringtable.h
1427         * src/common/sylpheed.c
1428         * src/common/sylpheed.h
1429         * src/common/template.c
1430         * src/common/template.h
1431         * src/common/timing.h
1432         * src/common/utils.c
1433         * src/common/utils.h
1434         * src/common/version.h.in
1435         * src/common/xml.c
1436         * src/common/xml.h
1437         * src/common/xmlprops.c
1438         * src/common/xmlprops.h
1439         * src/gtk/about.c
1440         * src/gtk/colorlabel.c
1441         * src/gtk/colorlabel.h
1442         * src/gtk/colorsel.c
1443         * src/gtk/colorsel.h
1444         * src/gtk/combobox.c
1445         * src/gtk/combobox.h
1446         * src/gtk/description_window.c
1447         * src/gtk/description_window.h
1448         * src/gtk/filesel.c
1449         * src/gtk/filesel.h
1450         * src/gtk/foldersort.c
1451         * src/gtk/foldersort.h
1452         * src/gtk/gtkaspell.c
1453         * src/gtk/gtkaspell.h
1454         * src/gtk/gtksctree.c
1455         * src/gtk/gtkshruler.c
1456         * src/gtk/gtkshruler.h
1457         * src/gtk/gtkutils.c
1458         * src/gtk/gtkutils.h
1459         * src/gtk/icon_legend.c
1460         * src/gtk/icon_legend.h
1461         * src/gtk/logwindow.c
1462         * src/gtk/logwindow.h
1463         * src/gtk/manage_window.c
1464         * src/gtk/manage_window.h
1465         * src/gtk/pluginwindow.c
1466         * src/gtk/pluginwindow.h
1467         * src/gtk/prefswindow.c
1468         * src/gtk/prefswindow.h
1469         * src/gtk/quicksearch.c
1470         * src/gtk/quicksearch.h
1471         * src/pixmaps/claws-mail.xpm
1472         * src/pixmaps/claws-mail_icon.xpm
1473         * src/pixmaps/claws-mail_logo.xpm
1474         * src/pixmaps/sylpheed-claws.xpm
1475         * src/pixmaps/sylpheed-claws_icon.xpm
1476         * src/pixmaps/sylpheed-claws_logo.xpm
1477         * src/plugins/bogofilter/Makefile.am
1478         * src/plugins/bogofilter/bogofilter.c
1479         * src/plugins/bogofilter/bogofilter.h
1480         * src/plugins/bogofilter/bogofilter_gtk.c
1481         * src/plugins/clamav/Makefile.am
1482         * src/plugins/clamav/clamav_plugin.c
1483         * src/plugins/clamav/clamav_plugin.h
1484         * src/plugins/clamav/clamav_plugin_gtk.c
1485         * src/plugins/demo/Makefile.am
1486         * src/plugins/demo/demo.c
1487         * src/plugins/dillo_viewer/Makefile.am
1488         * src/plugins/dillo_viewer/README
1489         * src/plugins/dillo_viewer/dillo_prefs.c
1490         * src/plugins/dillo_viewer/dillo_prefs.h
1491         * src/plugins/dillo_viewer/dillo_viewer.c
1492         * src/plugins/pgpcore/Makefile.am
1493         * src/plugins/pgpcore/passphrase.c
1494         * src/plugins/pgpcore/passphrase.h
1495         * src/plugins/pgpcore/pgp_viewer.c
1496         * src/plugins/pgpcore/pgp_viewer.h
1497         * src/plugins/pgpcore/plugin.c
1498         * src/plugins/pgpcore/prefs_gpg.c
1499         * src/plugins/pgpcore/prefs_gpg.h
1500         * src/plugins/pgpcore/select-keys.c
1501         * src/plugins/pgpcore/select-keys.h
1502         * src/plugins/pgpcore/sgpgme.c
1503         * src/plugins/pgpcore/sgpgme.h
1504         * src/plugins/pgpcore/sylpheed.def
1505         * src/plugins/pgpcore/version.rc
1506         * src/plugins/pgpinline/Makefile.am
1507         * src/plugins/pgpinline/pgpinline.c
1508         * src/plugins/pgpinline/pgpinline.h
1509         * src/plugins/pgpinline/plugin.c
1510         * src/plugins/pgpinline/sylpheed.def
1511         * src/plugins/pgpinline/version.rc
1512         * src/plugins/pgpmime/Makefile.am
1513         * src/plugins/pgpmime/pgpmime.c
1514         * src/plugins/pgpmime/pgpmime.h
1515         * src/plugins/pgpmime/plugin.c
1516         * src/plugins/pgpmime/sylpheed.def
1517         * src/plugins/pgpmime/version.rc
1518         * src/plugins/spamassassin/Makefile.am
1519         * src/plugins/spamassassin/README
1520         * src/plugins/spamassassin/spamassassin.c
1521         * src/plugins/spamassassin/spamassassin.h
1522         * src/plugins/spamassassin/spamassassin_gtk.c
1523         * src/plugins/trayicon/Makefile.am
1524         * src/plugins/trayicon/trayicon.c
1525         * tools/OOo2sylpheed.pl
1526         * tools/README
1527         * tools/README.sylprint
1528         * tools/acroread2sylpheed.pl
1529         * tools/claws.i18n.status.pl
1530         * tools/filter_conv.pl
1531         * tools/filter_conv_new.pl
1532         * tools/freshmeat_search.pl
1533         * tools/google_search.pl
1534         * tools/kmail2sylpheed.pl
1535         * tools/kmail2sylpheed_v2.pl
1536         * tools/make.themes.project
1537         * tools/multiwebsearch.pl
1538         * tools/nautilus2sylpheed.sh
1539         * tools/outlook2sylpheed.pl
1540         * tools/sylprint.pl
1541         * tools/sylprint.rc
1542         * tools/tb2sylpheed
1543         * tools/textviewer.sh
1544         * tools/vcard2xml.py
1545         * tools/kdeservicemenu/README
1546         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1547         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1548         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1549                 Change name to Claws Mail. Announce to follow...
1550
1551 2006-11-06 [wwp]        2.6.0cvs6
1552
1553         * src/prefs_template.c
1554                 unify messages related to quote format/template errors (fix
1555                 capitalization), again.
1556
1557 2006-11-06 [wwp]        2.6.0cvs5
1558
1559         * src/prefs_quote.c
1560                 unify messages related to quote format/template errors.
1561
1562 2006-11-06 [wwp]        2.6.0cvs4
1563
1564         * src/prefs_msg_colors.c
1565                 more uses of Q_ macro for contextual translations, thanks
1566                 to Fabien (fzzzzz).
1567
1568 2006-11-06 [wwp]        2.6.0cvs3
1569
1570         * src/compose.c
1571         * src/common/utils.c
1572         * src/common/utils.h
1573                 show an alertpanel to make sure users are aware that sensitive
1574                 files are attached (it's file blacklist-based). This will fix
1575                 interaction w/ GoogleEarth for instance, thanks to Colin.
1576
1577 2006-11-06 [wwp]        2.6.0cvs2
1578
1579         * src/prefs_quote.c
1580         * src/prefs_template.c
1581         * src/prefs_template.h
1582                 check quote format when applying/closing prefs. For now this only
1583                 shows up an error dialog box, not preventing the user from using
1584                 a broken quote (reply, forwards) format.
1585
1586 2006-11-06 [wwp]        2.6.0cvs1
1587
1588         * src/prefs_template.c
1589                 fix missing checks of some template fields.
1590
1591 2006-11-06 [paul]       2.6.0
1592
1593         * NEWS
1594         * README
1595         * RELEASE_NOTES
1596                 2.6.0 released
1597
1598 2006-11-06 [paul]       2.5.6cvs22
1599
1600         * manual/advanced.xml
1601         * manual/es/advanced.xml
1602                 put 'respect_flowed_format' info in the correct
1603                 place
1604
1605 2006-11-06 [mones]      2.5.6cvs21
1606
1607         * po/es.po
1608                 Minor fixes for release
1609
1610 2006-11-06 [paul]       2.5.6cvs20
1611
1612         * po/cs.po
1613         * po/de.po
1614         * po/fr.po
1615         * po/it.po
1616         * po/nl.po
1617         * po/pt_BR.po
1618         * po/sk.po
1619         * po/sv.po
1620         * po/zh_CN.po
1621                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
1622                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
1623                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
1624                 Young
1625
1626 2006-11-02 [colin]      2.5.6cvs19
1627
1628         * src/imap.c
1629         * src/imap.h
1630         * src/prefs_account.c
1631         * src/etpan/imap-thread.c
1632                 Add GSSAPI support - fixes Debian bug #383274
1633
1634 2006-11-01 [colin]      2.5.6cvs18
1635
1636         * src/jpilot.c
1637                 Handle libpisock12 support. Probably
1638                 fixes bug 1046, 'jpilot AddressDB.pdb 
1639                 import fail'
1640
1641 2006-11-01 [colin]      2.5.6cvs17
1642
1643         * src/folderutils.c
1644                 debug_print() folderutils_mark_all_read()
1645
1646 2006-11-01 [colin]      2.5.6cvs16
1647
1648         * COPYING
1649                 Add missed files to the Apache exception
1650
1651 2006-10-31 [colin]      2.5.6cvs15
1652
1653         * src/folder.c
1654         * src/folder.h
1655                 Add a copy_private_data() func to FolderClasses
1656                 Doesn't break the feature freeze, because we 
1657                 won't use it (right now) in the core.
1658
1659 2006-10-31 [colin]      2.5.6cvs14
1660
1661         * COPYING
1662                 Allow linking with the Apache licensed files in
1663                 src/plugins/spamassassin. Hopefully fixes 
1664                 bug 1048, 'Spamassassin plugin license problem'
1665
1666 2006-10-31 [wwp]        2.5.6cvs13
1667
1668         * src/compose.c
1669                 fix and optimize trimming of leading linefeeds in body loop.
1670
1671 2006-10-31 [colin]      2.5.6cvs12
1672
1673         * src/etpan/imap-thread.c
1674         * src/imap.c
1675                 Make really sure to have NULL sets in case
1676                 of error
1677
1678 2006-10-30 [wwp]        2.5.6cvs11
1679
1680         * src/prefs_common.c
1681         * src/prefs_common.h
1682         * src/compose.c
1683                 fix broken storage of quote format template when it contains \-escape
1684                 sequences. The application of such sequences is also fixed now (\t
1685                 in quote format will be a real tab instead of a 't', for instance).
1686
1687 2006-10-27 [colin]      2.5.6cvs10
1688
1689         * src/compose.c
1690                 Probably fix bug 1045, 'sylpheed-claws 
1691                 doesn't remove the mail from the IMAP 
1692                 Queue folder after sending'. From
1693                 2.5.6cvs3-stable
1694
1695 2006-10-27 [colin]      2.5.6cvs9
1696
1697         * configure.ac
1698                 Require libetpan-0.48. I'm so annoying,
1699                 I know ;-)
1700
1701 2006-10-27 [colin]      2.5.6cvs8
1702
1703         * src/folder.c
1704         * src/imap.c
1705                 Probably fix bug 1044, 'sylpheed-claws 
1706                 segfaults while moving mails' - Fix relation
1707                 usage when moving to an IMAP mailbox from another
1708                 mailbox
1709
1710 2006-10-26 [paul]       2.5.6cvs7
1711
1712         * src/gtk/about.c
1713                 add libSM to compiled-in features
1714                 list
1715
1716 2006-10-24 [colin]      2.5.6cvs6
1717
1718         * src/textview.c
1719         * src/gtk/gtkutils.c
1720                 Fix crash when printing emails with an
1721                 xface
1722
1723 2006-10-24 [mones]      2.5.6cvs5
1724
1725         * manual/es/advanced.xml
1726                 Synchronize hidden option respect_flowed_format
1727         * po/es.po
1728                 Updated translation
1729
1730 2006-10-21 [paul]       2.5.6cvs4
1731
1732         * src/gtk/authors.h
1733         * src/plugins/pgpcore/pgp_viewer.c
1734         * src/plugins/pgpcore/sgpgme.c
1735                 fix building on BSDs
1736                 Thanks to Michael Hughes
1737                 <Sylpheed-Claws_user@thehugheslogcabin.net>
1738
1739 2006-10-20 [colin]      2.5.6cvs3
1740
1741         * configure.ac
1742                 Bump up libetpan requirement
1743                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
1744         * src/common/utils.c
1745         * src/common/utils.h
1746                 Add convenience get_file_mtime()
1747         * src/imap.c
1748         * src/etpan/imap-thread.c
1749         * src/etpan/imap-thread.h
1750                 Implement UIDPLUS support if the server
1751                 supports it - faster sending in this case
1752
1753 2006-10-19 [colin]      2.5.6cvs2
1754
1755         * src/gtk/quicksearch.c
1756                 Fix emptying in type-ahead+extended mode
1757         * src/mainwindow.c
1758         * src/mainwindow.h
1759                 Add a hook for offline state change
1760         * src/plugins/trayicon/trayicon.c
1761                 Use it to display offline icons
1762         * src/plugins/trayicon/Makefile.am
1763         * src/plugins/trayicon/newmail.offline.xpm
1764         * src/plugins/trayicon/newmarkedmail.offline.xpm
1765         * src/plugins/trayicon/nomail.offline.xpm
1766         * src/plugins/trayicon/unreadmail.offline.xpm
1767         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
1768                 Add the icons
1769
1770 2006-10-12 [paul]       2.5.6cvs1
1771
1772         * NEWS
1773         * README
1774         * configure.ac
1775                 Update version number following
1776                 stable release
1777
1778 2006-10-19 [colin]      2.5.5cvs18
1779
1780         * manual/handling.xml
1781                 Add type-ahead search
1782
1783 2006-10-18 [colin]      2.5.5cvs17
1784
1785         * src/gtk/quicksearch.c
1786                 Remove "save to history only if there's
1787                 no syntax error", it breaks for some 
1788                 reason which I'll investigate later.
1789
1790 2006-10-18 [colin]      2.5.5cvs16
1791
1792         * src/prefs_common.c
1793         * src/prefs_common.h
1794         * src/summaryview.c
1795         * src/gtk/quicksearch.c
1796         * src/gtk/quicksearch.h
1797                 Add a type-ahead option for fast searches
1798                 Patch by Fabien Vantard
1799
1800 2006-10-18 [colin]      2.5.5cvs15
1801
1802         * src/compose.c
1803         * src/compose.h
1804                 Add Options/Reply mode/ menu to be able to
1805                 change the recipients of a reply on the fly
1806
1807 2006-10-18 [colin]      2.5.5cvs14
1808
1809         * src/compose.c
1810                 Fix redirecting of our own sent mails
1811
1812 2006-10-17 [wwp]        2.5.5cvs13
1813
1814         * src/send_message.c
1815                 Fix duplicate error messages when sending, and missing
1816                 newline in such error messages.
1817
1818 2006-10-17 [colin]      2.5.5cvs12
1819
1820         * src/compose.c
1821                 Compare addresses case-insensitive
1822
1823 2006-10-17 [colin]      2.5.5cvs11
1824
1825         * src/plugins/pgpcore/sgpgme.c
1826                 Fix return status
1827
1828 2006-10-17 [colin]      2.5.5cvs10
1829
1830         * src/plugins/pgpcore/pgp_viewer.c
1831                 Fix return status
1832
1833 2006-10-17 [colin]      2.5.5cvs9
1834
1835         * src/quote_fmt.c
1836                 Fix a typo (thanks to Fabien)
1837
1838 2006-10-16 [colin]      2.5.5cvs8
1839
1840         * src/textview.c
1841                 Fix problem with quote-folding when emails
1842                 don't convert cleanly to UTF-8
1843
1844 2006-10-14 [colin]      2.5.5cvs7
1845
1846         * src/prefs_template.c
1847                 Reset fields when reopening
1848                 the window
1849
1850 2006-10-13 [paul]       2.5.5cvs6
1851
1852         * manual/advanced.xml
1853         * src/prefs_message.c
1854                 make 'respect_flowed_format' a hidden
1855                 option, and add a manual entry for it
1856                 Thanks to Colin
1857
1858 2006-10-12 [colin]      2.5.5cvs5
1859
1860         * src/codeconv.c
1861                 Revert part of 2.5.2cvs21:
1862                 Don't optimise by reusing the 
1863                 last iconv converter if possible:
1864                 it seems slightly broken in a 
1865                 very hard way to reproduce
1866
1867 2006-10-12 [colin]      2.5.5cvs4
1868
1869         * src/prefs_common.c
1870         * src/prefs_common.h
1871         * src/prefs_message.c
1872         * src/procmime.c
1873                 Fix bug 1035, 'Incorrect handling 
1874                 of flowed lines'. We now optionnaly
1875                 handle this format (preference is in
1876                 Message View/Text options section)
1877
1878 2006-10-12 [colin]      2.5.5cvs3
1879
1880         * po/POTFILES.in
1881                 Add new file
1882         * src/plugins/pgpcore/pgp_viewer.c
1883         * src/plugins/pgpcore/sgpgme.c
1884                 Don't try to import without asking
1885
1886 2006-10-12 [colin]      2.5.5cvs2
1887
1888         * src/compose.c
1889                 Fix bug 1036, 'Forwarding a mutlipart
1890                 mail with a "text/html" block to ms
1891                 outlook users leeds to freeze of
1892                 outlook'. Poor outlook users...
1893
1894 2006-10-12 [paul]       2.5.5cvs1
1895
1896         * NEWS
1897         * README
1898         * configure.ac
1899                 Update version number following
1900                 stable release
1901
1902 2006-10-11 [paul]       2.5.4cvs1
1903
1904         * NEWS
1905         * README
1906         * configure.ac
1907                 Update version number following
1908                 stable release
1909
1910 2006-10-11 [paul]       2.5.3cvs32
1911
1912         * src/textview.c
1913                 fix bug 1032, 'Segmentation fault when showing
1914                 message' (bug in quote folding)
1915                 Thanks to Colin
1916
1917 2006-10-10 [colin]      2.5.3cvs31
1918
1919         * src/quote_fmt.c
1920                 Rephrase english a bit
1921
1922 2006-10-10 [colin]      2.5.3cvs30
1923
1924         * src/prefs_compose_writing.c
1925                 Stop making the page larger than the window
1926
1927 2006-10-10 [wwp]        2.5.3cvs29
1928
1929         * src/compose.c
1930         * src/prefs_template.c
1931         * src/quote_fmt.c
1932         * src/quote_fmt.h
1933         * src/quote_fmt_lex.l
1934         * src/quote_fmt_parse.y
1935                 Extend the quote parser a bit: allow to get access to
1936                 basic (composing) account info.
1937
1938 2006-10-10 [colin]      2.5.3cvs28
1939
1940         * src/procheader.c
1941                 Fix this \t problem in subject
1942
1943 2006-10-09 [colin]      2.5.3cvs27
1944
1945         * src/main.c
1946         * src/prefs_gtk.c
1947                 Prepare cache a bit later
1948                 If section already exists, skip the new one 
1949                 (as previously); avoid writing the same block
1950                 twice - if we find a second block with the 
1951                 same id, skip it.
1952         * src/plugins/pgpcore/pgp_viewer.c
1953                 Set cursor to busy when retrieving a key
1954         * src/plugins/pgpcore/sgpgme.c
1955                 allow 5 seconds for gpg to export the key
1956                 
1957
1958 2006-10-09 [colin]      2.5.3cvs26
1959
1960         * configure.ac
1961         * src/msgcache.c
1962         * src/prefs_gtk.c
1963                 Check for existence of fgets_unlocked
1964                 and fwrite_unlocked
1965
1966 2006-10-09 [paul]       2.5.3cvs25
1967
1968         * src/prefs_summaries.c
1969                 replace strftime() with fast_strftime() and in
1970                 the consequence fix the bug in the display of
1971                 AM/PM in the 'Example' string
1972
1973 2006-10-09 [ticho]      2.5.3cvs24
1974
1975         * po/sk.po
1976                 Updated (and fixed up somewhat) Slovak translation.
1977
1978 2006-10-08 [colin]      2.5.3cvs23
1979
1980         * src/prefs_folder_item.c
1981                 Explain why prefs in the top-level folder
1982                 aren't retained, but are still useful
1983
1984 2006-10-08 [colin]      2.5.3cvs22
1985
1986         * src/prefs_gtk.c
1987                 Don't cache anything if caching fails
1988
1989 2006-10-08 [colin]      2.5.3cvs21
1990
1991         * src/common/utils.c
1992                 always include gi18n.h
1993
1994 2006-10-07 [colin]      2.5.3cvs20
1995
1996         * src/plugins/pgpcore/pgp_viewer.c
1997                 Kill gpg after 5 seconds wait
1998
1999 2006-10-07 [colin]      2.5.3cvs19
2000
2001         * src/plugins/pgpcore/pgp_viewer.c
2002         * src/plugins/pgpcore/pgp_viewer.h
2003                 Fix copyright
2004
2005 2006-10-07 [colin]      2.5.3cvs18
2006
2007         * src/plugins/pgpcore/pgp_viewer.c
2008         * src/plugins/pgpcore/pgp_viewer.h
2009                 Actually add the files to CVS
2010
2011 2006-10-07 [colin]      2.5.3cvs17
2012
2013         * src/plugins/pgpcore/sgpgme.c
2014                 Be sure not to crash on 'application/pgp-signature' that
2015                 are not application/pgp-signatures
2016
2017 2006-10-07 [colin]      2.5.3cvs16
2018
2019         * src/textview.c
2020         * src/textview.h
2021                 Make a bit more of the API available
2022         * src/plugins/pgpcore/Makefile.am
2023         * src/plugins/pgpcore/plugin.c
2024         * src/plugins/pgpcore/sgpgme.c
2025                 Add basic key import/export
2026
2027 2006-10-07 [colin]      2.5.3cvs15
2028
2029         * src/folderview.c
2030         * src/imap.c
2031         * src/prefs_account.c
2032         * src/wizard.c
2033                 Warn users *everywhere* if libetpan's not
2034                 linked in
2035
2036 2006-10-06 [mones]      2.5.3cvs14
2037
2038         * po/de.po
2039         * po/es.po
2040                 updated by Stephan Sachse and me
2041
2042 2006-10-06 [colin]      2.5.3cvs13
2043
2044         * src/main.c
2045         * src/common/sylpheed.c
2046                 Don't load common plugins if --exit is passed
2047         * src/prefs_gtk.c
2048         * src/prefs_gtk.h
2049                 Implement a cache to avoid reading the same
2050                 files over and over again at startup
2051
2052 2006-10-06 [colin]      2.5.3cvs12
2053
2054         * src/summaryview.c
2055         * src/gtk/quicksearch.c
2056                 Update display every 5k mails on fast searches
2057
2058 2006-10-06 [colin]      2.5.3cvs11
2059
2060         * src/textview.c
2061                 Don't do quote folding on HTML or ERTF.
2062                 May fix the Cygwin issues if they were
2063                 happening with HTML mails?
2064
2065 2006-10-05 [colin]      2.5.3cvs10
2066
2067         * src/prefs_gtk.c
2068                 Oops, forgot one
2069
2070 2006-10-05 [colin]      2.5.3cvs9
2071
2072         * src/prefs_gtk.c
2073                 Use unlocked_stdio here too
2074
2075 2006-10-05 [colin]      2.5.3cvs8
2076
2077         * src/folderview.c
2078                 Fix go to next * after preferences apply
2079         * src/msgcache.c
2080                 Do the fd lock/unlock ourselves instead of
2081                 letting the libc do it at each write 
2082
2083 2006-10-05 [colin]      2.5.3cvs7
2084
2085         * src/common/utils.c
2086                 Faster division, thanks to Jean Diraison
2087
2088 2006-10-05 [paul]       2.5.3cvs6
2089
2090         * src/common/utils.c
2091                 fix building with --disable-nls
2092
2093 2006-10-04 [colin]      2.5.3cvs5
2094
2095         * src/folder.c
2096                 Maybe fix a segfault
2097
2098 2006-10-04 [wwp]        2.5.3cvs4
2099
2100         * src/prefs_folder_item.c
2101                 Fine-tune layouts in folder item prefs. Suggested by
2102                 Fabien Vantard <fzzzzz@gmail.com>.
2103
2104 2006-10-04 [wwp]        2.5.3cvs3
2105
2106         * src/prefs_folder_item.c
2107                 Kill the clandestine passengers. You didn't see anything.
2108
2109 2006-10-04 [wwp]        2.5.3cvs2
2110
2111         * src/prefs_folder_item.c
2112                 Add a way to test the subject simplify regexp in
2113                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
2114                 w/ few layout changes.
2115
2116 2006-20-04 [paul]       2.5.3cvs1
2117
2118         * NEWS
2119         * README
2120         * configure.ac
2121                 Update version number following
2122                 stable release
2123
2124 2006-10-04 [colin]      2.5.2cvs42
2125
2126         * src/folder.c
2127         * src/folder.h
2128         * src/summaryview.c
2129                 Provide a way for folder classes to set their sort
2130                 type and key
2131
2132 2006-10-03 [colin]      2.5.2cvs41
2133
2134         * src/mh.c
2135                 Don't use strlen() to know if the
2136                 string's empty
2137
2138 2006-10-03 [colin]      2.5.2cvs40
2139
2140         * src/mh.c
2141                 Fix "check for new folders" with accentued folders
2142
2143 2006-10-03 [ticho]      2.5.2cvs39
2144
2145         * src/filtering.c
2146         * src/folder.c
2147         * src/inc.c
2148         * src/mbox.c
2149                 Colin's fix for "copy" filtering rules.
2150
2151 2006-10-02 [colin]      2.5.2cvs38
2152
2153         * src/folderview.c
2154                 Fix for double-click too
2155
2156 2006-10-02 [colin]      2.5.2cvs37
2157
2158         * src/folderview.c
2159                 correct fix for cvs36
2160
2161 2006-10-02 [colin]      2.5.2cvs36
2162
2163         * src/folderview.c
2164                 Fix 'goto next unread' after collapsing/expanding 
2165                 a node.
2166
2167 2006-10-02 [colin]      2.5.2cvs35
2168
2169         * src/summaryview.c
2170                 Fix double freeze/thaw
2171         * src/common/utils.c
2172         * src/common/utils.h
2173                 Reimplement strftime
2174         * src/procheader.c
2175                 Use it
2176
2177
2178 2006-10-02 [colin]      2.5.2cvs34
2179
2180         * src/mh.c
2181                 Time mh_write_sequences() - it's fast
2182         * src/summaryview.c
2183                 Init a variable to shut up gcc
2184
2185 2006-10-01 [colin]      2.5.2cvs33
2186
2187         * src/folder.c
2188         * src/mh.c
2189         * src/mh.h
2190         * src/msgcache.c
2191                 Add helper mh_set_mtime(), and set mtime to stat()'s result
2192                 Add fsync but disable it, it's slow as hell
2193
2194 2006-10-01 [colin]      2.5.2cvs32
2195
2196         * src/mh.c
2197         * src/msgcache.c
2198                 fflush() caches and mh_sequences before
2199                 fclose()ing
2200
2201 2006-10-01 [colin]      2.5.2cvs31
2202
2203         * src/msgcache.c
2204                 Don't ftruncate when not using mmap
2205
2206 2006-09-30 [colin]      2.5.2cvs30
2207
2208         * src/main.c
2209                 Write folder list *after* saving caches
2210
2211 2006-09-30 [colin]      2.5.2cvs29
2212
2213         * src/folder.c
2214         * src/mh.c
2215                 Debug forced mtime changes
2216
2217 2006-09-30 [colin]      2.5.2cvs28
2218
2219         * src/folder.c
2220         * src/main.c
2221                 Remove useless debug_print()s (code
2222                 well-tested)
2223
2224 2006-09-30 [colin]      2.5.2cvs27
2225
2226         * src/mh.c
2227                 Do stuff faster when writing mh_sequences
2228
2229 2006-09-30 [colin]      2.5.2cvs26
2230
2231         * src/mh.c
2232                 Don't let the writing of .mh_sequences, which
2233                 can change the folder's mtime, let us think
2234                 we need to scan.
2235
2236 2006-09-30 [colin]      2.5.2cvs25
2237
2238         * src/folder.c
2239                 Move a debug_print where it belongs 
2240                 (processing)
2241         * src/summaryview.c
2242                 Don't mess with a huge slow subject
2243                 table if we're not threading by
2244                 subject
2245
2246 2006-09-30 [colin]      2.5.2cvs24
2247
2248         * src/msgcache.c
2249                 Reenable mmaped reads (*not* writes!)
2250         * src/procmsg.c
2251                 Don't destroy and recreate hashtables just
2252                 for fun
2253         * src/common/utils.c
2254                 Remove useless reply prefixes (it's case
2255                 unsensitive)
2256
2257 2006-09-30 [wwp]        2.5.2cvs23
2258
2259         * tools/fix_date.sh
2260                 Fixed a minor bug in date value extraction, added a switch
2261                 to replace non RFC-compliant Date: value, added a switch
2262                 to use strict RFC matching patterns for dates.
2263
2264 2006-09-29 [colin]      2.5.2cvs22
2265
2266         * src/matcher_parser.h
2267         * src/matcher_parser_parse.y
2268         * src/prefs_filtering.c
2269         * src/statusbar.c
2270         * src/summary_search.c
2271         * src/summaryview.c
2272         * src/gtk/quicksearch.c
2273         * src/gtk/quicksearch.h
2274                 Optimise searches by setting different
2275                 refresh intervals (depending if the 
2276                 search is fast or not)
2277
2278 2006-09-29 [colin]      2.5.2cvs21
2279
2280         * src/codeconv.c
2281                 Optimise by reusing the last iconv converter
2282                 if possible
2283         * src/textview.c
2284                 Optimise a bit (the foldable quotes feature
2285                 still has an awful O(n^2) algo
2286
2287 2006-09-29 [colin]      2.5.2cvs20
2288
2289         * src/gtk/gtksctree.c
2290         * src/gtk/gtksctree.h
2291                 Optimise de-selection via up/down or
2292                 another key
2293
2294 2006-09-28 [colin]      2.5.2cvs19
2295
2296         * src/action.c
2297         * src/compose.c
2298         * src/folderview.c
2299         * src/mainwindow.c
2300         * src/messageview.c
2301         * src/summary_search.c
2302         * src/toolbar.c
2303                 Avoid using summaryview->ctree directly
2304
2305 2006-09-28 [colin]      2.5.2cvs18
2306
2307         * src/summaryview.c
2308         * src/summaryview.h
2309                 Add helpers to freeze/thaw/grab_focus
2310                 Factorize calls to freeze/thaw/grab_focus
2311                 
2312
2313 2006-09-28 [colin]      2.5.2cvs17
2314
2315         * src/main.c
2316                 More guards for the session management
2317
2318 2006-09-28 [colin]      2.5.2cvs16
2319
2320         * src/folderview.c
2321         * src/gtk/gtksctree.c
2322         * src/gtk/gtksctree.h
2323                 Make expanding not recursive in folderview
2324
2325 2006-09-28 [colin]      2.5.2cvs15
2326
2327         * src/addressbook.c
2328                 If nothing is selected in the list (right part)
2329                 and a group is selected in the tree (left part),
2330                 mail this group.
2331
2332 2006-09-28 [colin]      2.5.2cvs14
2333
2334         * src/Makefile.am
2335                 Actually use SM_LIBS
2336
2337 2006-09-28 [ticho]      2.5.2cvs13
2338
2339         * src/export.c
2340         * src/messageview.c
2341         * src/mimeview.c
2342         * src/news.c
2343         * src/pop.c
2344         * src/prefs_themes.c
2345         * src/procmsg.c
2346                 Small i18n string optimization.
2347         * src/send_message.c
2348         * src/summaryview.c
2349         * src/common/session.c
2350         * src/common/smtp.c
2351         * src/common/ssl_certificate.c
2352         * src/common/utils.c
2353                 Use "Couldn't" instead of "Can't" in UI messages,
2354                 where appropriate.
2355
2356 2006-09-28 [colin]      2.5.2cvs12
2357
2358         * configure.ac
2359                 Possibly fix link errors
2360
2361 2006-09-27 [wwp]        2.5.2cvs11
2362
2363         * src/gtk/authors.h
2364         * doc/man/sylpheed-claws.1
2365         * manual/ack.xml
2366         * manual/es/ack.xml
2367         * manual/fr/ack.xml
2368         * manual/pl/ack.xml
2369                 Updated authors info (me, myself and I).
2370
2371 2006-09-27 [colin]      2.5.2cvs10
2372
2373         * src/addressbook.c
2374                 Remove useless printf
2375
2376 2006-09-27 [wwp]        2.5.2cvs9
2377
2378         * src/editgroup.c
2379         * src/send_message.c
2380         * src/inc.c
2381         * src/prefs_common.c
2382         * src/prefs_common.h
2383         * src/gtk/progressdialog.c
2384                 remember more windows' sizes (send dialog, received dialog,
2385                 edit group in addressbook).
2386
2387 2006-09-27 [colin]      2.5.2cvs8
2388
2389         * configure.ac
2390         * src/main.c
2391         * src/mainwindow.h
2392                 Use libSM to communicate with the session
2393                 manager, so that we can know when the 
2394                 session ends, save our caches, and draft
2395                 our compose windows.
2396
2397 2006-09-27 [colin]      2.5.2cvs7
2398
2399         * src/addressbook.c
2400                 Fix issues:
2401                 o Allow Book and Group creation from the tree's
2402                   contextual menu
2403                 o Do not actually delete the contacts when 
2404                   deleting groups from the tree (duh!)
2405
2406 2006-09-27 [colin]      2.5.2cvs6
2407
2408         * src/compose.c
2409         * src/compose.h
2410         * src/mainwindow.c
2411         * src/textview.c
2412         * src/toolbar.c
2413                 o Allow passing an email address to 
2414                   compose_new_with_folderitem
2415                 o Update callers
2416                 o Use current folderitem when clicking
2417                   on a TextView mailto: link
2418                 o Fix a possible leak in TextView
2419
2420 2006-09-27 [colin]      2.5.2cvs5
2421
2422         * src/html.c
2423                 Use UTF-8 chars to replace HTML entities
2424
2425 2006-09-27 [colin]      2.5.2cvs4
2426
2427         * AUTHORS
2428         * src/prefs_account.c
2429         * src/gtk/authors.h
2430                 Fix bug #1024 (Array index out of
2431                 range in sylpheed-claws-2.5.2)
2432                 Patch by Ales Nosek <anosek@suse.cz>
2433
2434 2006-09-27 [colin]      2.5.2cvs3
2435
2436         * src/addr_compl.c
2437                 Actually do the test
2438
2439 2006-09-27 [colin]      2.5.2cvs2
2440
2441         * src/addr_compl.c
2442         * src/addr_compl.h
2443                 Allow completing with comma (in certain cases: vCalendar
2444                 for example doesn't support that)
2445                 Patch by Fabien Vantard
2446
2447 2006-09-26 [colin]      2.5.2cvs1
2448
2449         * src/Makefile.am
2450         * src/addr_compl.c
2451         * src/addr_compl.h
2452         * src/addrbook.c
2453         * src/addrbook.h
2454         * src/addressbook.c
2455         * src/addrindex.c
2456         * src/addrindex.h
2457         * src/compose.c
2458         * src/prefs_common.c
2459         * src/prefs_filtering_action.c
2460         * src/prefs_folder_item.c
2461         * src/prefs_template.c
2462         * src/stock_pixmap.c
2463         * src/stock_pixmap.h
2464         * src/pixmaps/addr_one.xpm
2465         * src/pixmaps/addr_two.xpm
2466                 Add auto-completion on groups
2467
2468 2006-09-26 [colin]      2.5.2
2469
2470         * NEWS
2471         * README
2472         * RELEASE_NOTES
2473                 2.5.2 released
2474
2475 2006-09-26 [colin]      2.5.1cvs5
2476
2477         * src/matcher.c
2478                 Fix condition
2479
2480 2006-09-26 [colin]      2.5.1cvs4
2481
2482         * src/mbox.c
2483                 Revert cvs1 (useless as the message is printed 
2484                 every 500 mails)
2485
2486 2006-09-26 [colin]      2.5.1cvs3
2487
2488         * src/partial_download.c
2489                 Fix crasher found by Alexsandar Urosevic
2490
2491 2006-09-26 [colin]      2.5.1cvs2
2492
2493         * src/summaryview.c
2494                 Fix bug #1023 (Sylpheed deletes too much messages)
2495
2496 2006-09-26 [ticho]      2.5.1cvs1
2497
2498         * src/mbox.c
2499                 Make use of gettext's multiple plurals for statusbar
2500                 progress message.
2501
2502 2006-09-25 [paul]       2.5.1
2503
2504         * NEWS
2505         * README
2506         * RELEASE_NOTES
2507                 2.5.1 released
2508
2509 2006-09-25 [colin]      2.5.0cvs3
2510
2511         * src/plugins/bogofilter/bogofilter.c
2512         * src/plugins/clamav/clamav_plugin.c
2513         * src/plugins/spamassassin/spamassassin.c
2514                 BogoFilter, Spamassassin: Fix double hook registering after
2515                 visiting preferences
2516                 Spamassassin, Clamav: Just set the mails to move instead of
2517                 doing the move - caller will move the things at once.
2518
2519 2006-09-25 [colin]      2.5.0cvs2
2520
2521         * src/imap.c
2522         * src/etpan/imap-thread.c
2523                 Use UID SEARCH ALL instead of UID 1:*
2524                 (braindead servers can't figure out that's
2525                 the same...)
2526
2527 2006-09-25 [wwp]        2.5.0cvs1
2528
2529         * src/message_search.c
2530                 Added the ability to stop a running search (in message body).
2531
2532 2006-09-25 [paul]       2.5.0
2533
2534         * NEWS
2535         * README
2536         * RELEASE_NOTES
2537                 2.5.0 released
2538
2539 2006-09-25 [paul]       2.4.0cvs214
2540
2541         * po/cs.po
2542         * po/de.po
2543         * po/fi.po
2544         * po/fr.po
2545         * po/nl.po
2546         * po/pt_BR.po
2547         * po/sk.po
2548         * po/sr.po
2549         * po/zh_CN.po
2550                 updated by Tim, Stephan Sachse, Flammie Pirinen,
2551                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
2552                 Ticho, Aleksander Urosevic, Ralgh Young
2553
2554 2006-09-24 [mones]      2.4.0cvs213
2555
2556         * po/es.po
2557                 Updated for release
2558
2559 2006-09-23 [colin]      2.4.0cvs212
2560
2561         * src/gtk/inputdialog.c
2562                 Fix [ ] remember this appearing in normal
2563                 input dialogs after it's been used by
2564                 mimeview.
2565         * src/folder.c
2566         * src/folderview.c
2567         * src/msgcache.c
2568         * src/procmsg.c
2569         * src/summaryview.c
2570         * src/textview.c
2571         * src/common/timing.h
2572                 Enable timings in debug mode and make it
2573                 look prettier.
2574
2575 2006-09-22 [colin]      2.4.0cvs211
2576
2577         * README
2578                 Revert test change
2579         * commitHelper
2580                 ping the correct URI
2581
2582 2006-09-22 [colin]      2.4.0cvs210
2583
2584         * README
2585                 Let's see if bug #1022 is fixed
2586
2587 2006-09-21 [colin]      2.4.0cvs209
2588
2589         * src/wizard.c
2590         * src/common/plugin.c
2591                 Prepare infra to load predefined plugins when
2592                 no configuration existed. Don't actually load
2593                 anything yet (feat. freeze)
2594
2595 2006-09-21 [wwp]        2.4.0cvs208
2596
2597         * manual/fr/faq.xml
2598                 Partial sync w/ 2.4.0cvs72:
2599                 wrap file and minor updates.
2600
2601 2006-09-21 [wwp]        2.4.0cvs207
2602
2603         * tools/fix_date.sh
2604                 several fixes and enhancements. A new --force switch has been
2605                 added to prevent overriding by default Date: header when
2606                 already existing.
2607
2608 2006-09-21 [paul]       2.4.0cvs206
2609
2610         * src/common/utils.c
2611                 add Chinese UTF8 Re prefix
2612
2613 2006-09-21 [wwp]        2.4.0cvs205
2614
2615         * tools/Makefile.am
2616                 Fics alfabettical order.
2617
2618 2006-09-21 [wwp]        2.4.0cvs204
2619
2620         * tools/fix_date.sh
2621         * tools/Makefile.am
2622                 Added an action tool to fix missing Date field in emails.
2623                 Updated Makefile.am to reflect those last two additions.
2624
2625 2006-09-21 [wwp]        2.4.0cvs203
2626
2627         * tools/uuooffice
2628                 Added a action tool to open uuencoded docs w/
2629                 OpenOffice (based on uudec method).
2630
2631 2006-09-21 [colin]      2.4.0cvs202
2632
2633         * src/compose.c
2634         * src/textview.c
2635                 Workaround possible GTK crash: remove selection 
2636                 clipboard before destroying widget, or GTK+-2.10
2637                 dies. Thanks to Hiro.
2638
2639 2006-09-20 [colin]      2.4.0cvs201
2640
2641         * src/compose.c
2642                 Fix free-after-use in some cases (when 
2643                 procmime_encode_content() frees mimeinfo->data.mem
2644                 and turns it to a temp file)
2645
2646 2006-09-20 [colin]      2.4.0cvs200
2647
2648         * src/folderview.c
2649         * src/summaryview.c
2650         * src/gtk/gtksctree.c
2651         * src/gtk/gtksctree.h
2652                 Add tooltips in the folderview and summaryview
2653                 (Doesn't break string freeze as they already
2654                 exist)
2655         * src/toolbar.c
2656                 Put the spam button in the default configuration
2657                 if compiled with bogo plugin too
2658
2659 2006-09-19 [colin]      2.4.0cvs199
2660
2661         * src/summaryview.c
2662         * src/summaryview.h
2663                 Update folder name label on folder rename
2664         * src/prefs_matcher.c
2665         * src/gtk/logwindow.h
2666                 Fix warnings
2667                 Patches by Fabien
2668
2669 2006-09-19 [wwp]        2.4.0cvs198
2670
2671         * src/summary_search.c
2672                 fix can't click forward/backward buttons in the
2673                 search messages.
2674
2675 2006-09-18 [paul]       2.4.0cvs197
2676
2677         * src/wizard.c
2678                 add missing bracket, capitalise the A of
2679                 'SpamAssassin'
2680
2681 2006-09-18 [paul]       2.4.0cvs196
2682
2683         * src/compose.c
2684                 fix bug 1012 'crashed upon sending mail
2685                 from compose window'
2686                 Thanks to Colin
2687
2688 2006-09-16 [colin]      2.4.0cvs195
2689
2690         * src/folderview.c
2691                 Fix "real-time" sorting by freezing/thawing
2692
2693 2006-09-16 [colin]      2.4.0cvs194
2694
2695         * manual/faq.xml
2696                 Fix the anti-spam entry a bit
2697
2698 2006-09-16 [colin]      2.4.0cvs193
2699
2700         * src/wizard.c
2701                 Make sure reviewers have no excuse when stating
2702                 Sylpheed-Claws doesn't have antispam capabilities.
2703
2704 2006-09-16 [colin]      2.4.0cvs192
2705
2706         * src/main.c
2707                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
2708                 as if the SIGPIPE comes from etpan's thread we could
2709                 trigger a GUI update from this thread.
2710
2711 2006-09-16 [colin]      2.4.0cvs191
2712
2713         * src/summaryview.c
2714                 Init all members of the struct
2715
2716 2006-09-16 [paul]       2.4.0cvs190
2717
2718         * src/account.c
2719                 improvements to the English
2720
2721 2006-09-15 [colin]      2.4.0cvs189
2722
2723         * src/summaryview.c
2724                 HIG order on dialog
2725
2726 2006-09-14 [colin]      2.4.0cvs188
2727
2728         * src/common/socket.c
2729         * src/common/socket.h
2730         * src/common/ssl.c
2731         * src/common/ssl_certificate.c
2732         * src/common/ssl_certificate.h
2733         * src/etpan/imap-thread.c
2734                 the get_fqdn() call done to get canonical name when
2735                 checking an SSL certificate is blocking, which is
2736                 sad as we just did a non-blocking lookup to connect.
2737                 Fix that by letting the fqdn available to the SockInfo,
2738                 and use that in ssl_certificate_check(). For IMAP,
2739                 we don't do it as the lookup's done by libetpan, but
2740                 it's less annoying as IMAP connections as much more
2741                 rare than POP3 connections.
2742
2743 2006-09-14 [paul]       2.4.0cvs187
2744
2745         * manual/advanced.xml
2746                 improvements to the English,
2747                 properly place the new hidden options
2748                 within the alphabetical order
2749         * src/gtk/pluginwindow.c
2750                 improvements to the English
2751
2752 2006-09-14 [colin]      2.4.0cvs186
2753
2754         * src/prefs_common.c
2755         * src/prefs_common.h
2756         * src/gtk/gtksctree.c
2757         * manual/advanced.xml
2758                 New hidden pref, stripes_color_offset, to change
2759                 the value added/substracted to normal bgcolor to
2760                 create the stripes in summaries
2761
2762 2006-09-13 [colin]      2.4.0cvs185
2763
2764         * src/gedit-print.c
2765         * src/messageview.c
2766         * src/messageview.h
2767         * src/summaryview.c
2768         * src/textview.c
2769                 Fix misc. printing issues: 
2770                 - Bad font for linkified headers
2771                 - Different font if the mail was displayed or not
2772                 - Factorize the thing
2773
2774 2006-09-13 [colin]      2.4.0cvs184
2775
2776         * src/common/ssl_certificate.c
2777                 Only get FQDN once when checking certificate
2778
2779 2006-09-13 [colin]      2.4.0cvs183
2780
2781         * src/account.c
2782         * src/gtk/pluginwindow.c
2783                 Misc. GUI fixes by Fabien
2784
2785 2006-09-13 [wwp]        2.4.0cvs182
2786
2787         * configure.ac
2788         * src/common/utils.h
2789         * src/common/utils.c
2790                 get rid of unused wide-char functions.
2791
2792 2006-09-13 [wwp]        2.4.0cvs181
2793
2794         * src/plugins/pgpinline/sylpheed.def
2795         * src/textview.c
2796                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
2797                 add privacy_reset_error to the .def file,
2798                 do not fork for an external textviewer.
2799
2800 2006-09-13 [wwp]        2.4.0cvs180
2801
2802         * src/prefs_common.c
2803                 fix broken font entry in prefs (patch issued by the gpg4win team,
2804                 probably by Marcus Brinkmann <marcus@g10code.de>).
2805
2806 2006-09-13 [colin]      2.4.0cvs179
2807
2808         * src/folder.h
2809                 Fix a warning in summaryview.c
2810         * src/mainwindow.c
2811         * src/summaryview.c
2812         * src/summaryview.h
2813                 Add missing Mark/* elements in the
2814                 main menu
2815
2816 2006-09-12 [colin]      2.4.0cvs178
2817
2818         * src/prefs_actions.c
2819         * src/prefs_filtering_action.c
2820         * src/prefs_matcher.c
2821                 Use (New) instead of New everywhere
2822
2823 2006-09-12 [wwp]        2.4.0cvs177
2824
2825         * manual/fr/addrbook.xml
2826         * manual/fr/handling.xml
2827                 updated some quotes in the fr manual to match the fr translation.
2828
2829 2006-09-12 [wwp]        2.4.0cvs176
2830
2831         * src/prefs_matcher.c
2832                 don't store translated string elements in matcher expressions.
2833                 Also fixed a misused of Q_().
2834
2835 2006-09-11 [wwp]        2.4.0cvs175
2836
2837         * src/plugins//bogofilter/bogofilter.c
2838         * src/plugins//clamav/clamav_plugin.c
2839         * src/plugins//demo/demo.c
2840         * src/plugins//dillo_viewer/dillo_viewer.c
2841         * src/plugins//pgpcore/plugin.c
2842         * src/plugins//pgpinline/plugin.c
2843         * src/plugins//pgpmime/plugin.c
2844         * src/plugins//spamassassin/spamassassin.c
2845                 gettext-ize more strings (mostly plugin error messages).
2846
2847 2006-09-11 [colin]      2.4.0cvs174
2848
2849         * src/alertpanel.c
2850                 Make maximum buffer size bigger to avoid
2851                 truncating translated messages. Patch by
2852                 Fabien
2853
2854 2006-09-11 [colin]      2.4.0cvs173
2855
2856         * src/etpan/imap-thread.c
2857                 Fix compilation on OpenBSD, thanks to 
2858                 Landry
2859
2860 2006-09-10 [wwp]        2.4.0cvs172
2861
2862         * manual/account.xml
2863         * manual/addrbook.xml
2864         * manual/handling.xml
2865         * manual/es/handling.xml
2866         * manual/fr/account.xml
2867         * manual/fr/addrbook.xml
2868         * manual/fr/handling.xml
2869                 documented addressbook matching (condition configuration):
2870                   addrbook.xml, en fr
2871                 documented per-account filtering rules (handling/filtering
2872                   section, account section):
2873                   account.xml, handling.xml, en fr
2874                 slightly updated the handling/searching section to tell few
2875                   words about the extended search ability:
2876                   handling.xml, en fr
2877                 added missing <quote></quotes> to Quick Search:
2878                   handling.xml, en fr es
2879                 fixed a typo (auomatically):
2880                   handling.xml, en
2881                 changes revisited by Paul.
2882
2883 2006-09-10 [paul]       2.4.0cvs171
2884
2885         * src/prefs_actions.c
2886         * src/prefs_filtering.c
2887         * src/prefs_template.c
2888                 adjustments to the gui
2889                 Patch by Fabien Vantard (slightly modified)
2890
2891 2006-09-10 [colin]      2.4.0cvs170
2892
2893         * src/summaryview.c
2894                 Check folderitem/summaryview consistency
2895                 (basically automates Update summary). Fixes
2896                 #1011 (wrong (negative) count on unread 
2897                 messages)
2898
2899 2006-09-10 [colin]      2.4.0cvs169
2900
2901         * src/gtk/gtksctree.c
2902                 Fix recursive expansion via mouse
2903         * src/plugins/bogofilter/bogofilter.c
2904                 Use normal filtering way of moving
2905                 messages (batching), possibly fixing
2906                 bug #1015 (Bogofilter plugin doubles 
2907                 new messages)
2908
2909 2006-09-09 [wwp]        2.4.0cvs168
2910
2911         * src/prefs_filtering.c
2912                 better place for this fix.
2913
2914 2006-09-09 [wwp]        2.4.0cvs167
2915
2916         * src/prefs_filtering.c
2917                 fix a minor bug when the enabled status of a filtering/processing
2918                 rule always got set to TRUE when replacing this rule. That still
2919                 make sense when adding a new rule, but now when replacing, we
2920                 don't override the value of 'enabled'.
2921                 Also renamed the func prefs_filtering_list_view_get_rule_name()
2922                 to prefs_filtering_list_view_get_info() as this function not only
2923                 returns the name, but also the account_id and the enabled status.
2924
2925 2006-09-09 [mones]      2.4.0cvs166
2926
2927         * manual/glossary.xml
2928         * manual/plugins.xml
2929                 Minor format corrections
2930         * manual/gpl.xml
2931                 Fix misplaced NO WARRANTY section
2932         * manual/es/advanced.xml
2933         * manual/es/faq.xml
2934         * manual/es/glossary.xml
2935         * manual/es/gpl.xml
2936         * manual/es/handling.xml
2937         * manual/es/plugins.xml
2938         * manual/es/starting.xml
2939                 Incorporate changes from English version
2940         * manual/fr/ack.xml
2941         * manual/pl/ack.xml
2942         * manual/es/ack.xml
2943                 Fix address, (add translation credits in es version)
2944         * po/es.po
2945                 Updated translation
2946
2947 2006-09-09 [wwp]        2.4.0cvs165
2948
2949         * src/prefs_filtering.c
2950                 fix a crash when opening filtering prefs, if matcherrc file contains
2951                 broken data (non-existing account id, which is theoretically not
2952                 possible).
2953
2954 2006-09-08 [colin]      2.4.0cvs164
2955
2956         * src/folder.c
2957                 Wrong assert, make it an if()
2958         * src/gtk/gtksctree.c
2959                 Fix bug #1013 (expand selected thread 
2960                 tree) - expanding is now recursive
2961
2962 2006-09-07 [wwp]        2.4.0cvs163
2963
2964         * src/prefs_matcher.c
2965                 make better sentences about addressbook matching in the
2966                 matcher prefs. This should make translators' work easier
2967                 too.
2968
2969 2006-09-07 [wwp]        2.4.0cvs162
2970
2971         * src/prefs_filtering.c
2972                 code simplification (get rid of dup var. assignment).
2973
2974 2006-09-07 [wwp]        2.4.0cvs161
2975
2976         * src/summaryview.c
2977                 use GTK_STOCK icons when possible, patch by Fabien Vantard
2978                 <fzzzzz@gmail.com>.
2979
2980 2006-09-07 [paul]       2.4.0cvs160
2981
2982         * src/mimeview.c
2983                 fix compilation warnings
2984                 Thanks to Colin
2985
2986 2006-09-07 [paul]       2.4.0cvs159
2987
2988         * src/mimeview.c
2989                 select the mimepart icon when
2990                 displaying as text
2991                 Thanks to Colin
2992
2993 2006-09-06 [paul]       2.4.0cvs158
2994
2995         * src/prefs_filtering.c
2996                 fix labels and table element spacing
2997                 Patch by Fabien Vantard
2998
2999 2006-09-06 [paul]
3000
3001         2.5.0-rc3 released
3002
3003 2006-09-06 [paul]       2.4.0cvs157
3004
3005         * manual/es/advanced.xml
3006                 fix typo
3007
3008 2006-09-06 [wwp]        2.4.0cvs156
3009
3010         * src/mainwindow.c
3011                 fix an dup launch issue when iconified, thanks to Colin.
3012
3013 2006-09-06 [wwp]        2.4.0cvs155
3014
3015         * src/gtk//gtksctree.h
3016                 oops, forgot that one!
3017
3018 2006-09-06 [wwp]        2.4.0cvs154
3019
3020         * manual/pl/advanced.xml
3021         * manual/advanced.xml
3022         * manual/es/advanced.xml
3023         * manual/fr/advanced.xml
3024         * src/prefs_customheader.c
3025         * src/prefs_filtering_action.c
3026         * src/foldersel.c
3027         * src/prefs_summaries.c
3028         * src/prefs_filtering.c
3029         * src/account.c
3030         * src/compose.c
3031         * src/prefs_summary_column.c
3032         * src/addr_compl.c
3033         * src/prefs_actions.c
3034         * src/prefs_folder_column.c
3035         * src/ssl_manager.c
3036         * src/prefs_template.c
3037         * src/prefs_display_header.c
3038         * src/prefs_common.h
3039         * src/prefs_matcher.c
3040         * src/prefs_common.c
3041         * src/prefs_toolbar.c
3042         * src/summaryview.c
3043         * src/folderview.c
3044         * src/gtk/gtksctree.c
3045         * src/gtk/pluginwindow.c
3046         * src/gtk/progressdialog.c
3047         * src/gtk/prefswindow.c
3048                 renamed hidden option enable_rules_hint to use_stripes_everywhere
3049                 to make its meaning more obvious (all versions of the manual reflect
3050                 the change).
3051                 added an extra hidden option use_stripes_in_summary to allow
3052                 discarding these stripes in mainwindow's folder and message lists;
3053                 en and fr manuals only are OK towards this.
3054
3055 2006-09-06 [colin]      2.4.0cvs153
3056
3057         * src/textview.c
3058                 Hide Sylpheed-Claws' internal queue headers
3059                 when showing all headers. They'll be present
3060                 only in Source window.
3061
3062 2006-09-05 [colin]      2.4.0cvs152
3063
3064         * src/plugins/trayicon/trayicon.c
3065                 Fix crash at exit - we have to disconnect
3066                 our handlers
3067         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3068                 Update eggtrayicon - patch adapted from a
3069                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
3070                 on Sylpheed's ML
3071
3072 2006-09-05 [colin]      2.4.0cvs151
3073
3074         * src/mainwindow.c
3075         * src/gtk/logwindow.c
3076                 Fix race condition when something writes
3077                 to the log too soon during init. Thanks
3078                 to Fabien Vantard
3079
3080 2006-09-05 [colin]      2.4.0cvs150
3081
3082         * src/mimeview.c
3083                 Don't select part on right-click either
3084
3085 2006-09-05 [paul]       2.4.0cvs149
3086
3087         * src/mimeview.c
3088                 completion of previous commit
3089                 Thanks to Colin
3090
3091 2006-09-05 [colin]      2.4.0cvs148
3092
3093         * src/mimeview.c
3094                 Don't force selection on middle-click, just open
3095
3096 2006-09-04 [colin]      2.4.0cvs147
3097
3098         * src/mimeview.c
3099                 Looks like gtk_notebook_set_current_page()
3100                 sometimes steals focus, and this annoys us
3101                 in MimeViewers as it renders navigation
3102                 keys useless. Take back focus after switching
3103                 pages.
3104
3105 2006-09-04 [colin]      2.4.0cvs146
3106
3107         * src/messageview.c
3108                 Set stop_loading when clicking on Next
3109                 during load. Don't add a callback to 
3110                 avoid over-complicating things.
3111
3112 2006-09-04 [colin]      2.4.0cvs145
3113
3114         * src/mimeview.c
3115         * src/messageview.c
3116                 Fix multiple loads in separate messageview
3117
3118 2006-09-04 [colin]      2.4.0cvs144
3119
3120         * src/summaryview.c
3121                 Let navigation keys be handled during 
3122                 load
3123
3124 2006-09-04 [colin]      2.4.0cvs143
3125
3126         * src/messageview.c
3127         * src/summaryview.c
3128         * src/textview.c
3129         * src/textview.h
3130                 Make loading of huge mails (lots of text and/or
3131                 images) cancellable, so the GUI doesn't block 
3132
3133 2006-09-04 [colin]      2.4.0cvs142
3134
3135         * src/plugins/trayicon/trayicon.c
3136                 Fix annoyance when removing a folder with 
3137                 unread mails: trayicon didn't update
3138
3139 2006-09-04 [paul]       2.4.0cvs141
3140
3141         * src/gtk/icon_legend.c
3142                 straighten up columns
3143                 Patch by Fabien Vantard
3144
3145 2006-09-04 [wwp]        2.4.0cvs140
3146
3147         * src/prefs_filtering.c
3148                 fix new line's account name in filtering prefs:
3149                 was "All", is now "(New)".
3150
3151 2006-09-04 [paul]       2.4.0cvs139
3152
3153         * tools/make.themes.project
3154                 use "AUTOMAKE_OPTIONS = dist-bzip2"
3155                 instead of homebrewed "make release"
3156
3157 2006-09-03 [colin]      2.4.0cvs138
3158
3159         * src/folderview.c
3160                 Fix bug #1007 (Wrong folder highlighted)
3161
3162 2006-09-03 [colin]      2.4.0cvs137
3163
3164         * src/compose.c
3165                 Don't set Newsgroup: header to a mail folder
3166                 path
3167
3168 2006-09-03 [paul]       2.4.0cvs136
3169
3170         * src/prefs_other.c
3171         * src/prefs_spelling.c
3172                 unify the gui
3173
3174 2006-09-03 [paul]       2.4.0cvs135
3175
3176         * src/prefs_summaries.c
3177                 correct menu item text in prefs_keybind_apply_clicked()
3178
3179 2006-09-03 [paul]       2.4.0cvs134
3180
3181         * manual/advanced.xml
3182                 some improvements to the descriptions
3183         * src/mainwindow.c
3184         * src/messageview.c
3185         * src/summaryview.c
3186         * src/gtk/menu.c
3187                 fix menu sensitivity issues
3188         * src/prefs_message.c
3189                 drop the useless word 'short'
3190         * src/prefs_other.c
3191                 add the word 'lines' indicating log length
3192                 is a measure of lines
3193         * src/textview.c
3194                 fix compilation warnings
3195
3196 2006-09-02 [colin]      2.4.0cvs133
3197
3198         * src/messageview.c
3199                 Display a special return-receipt message
3200                 if the message is from the user
3201         * src/summaryview.c
3202                 Fix missing freeze of the list when marking
3203                 all read and unthreading for exec. Thanks
3204                 to Stephan Sachse.
3205
3206 2006-09-02 [paul]       2.4.0cvs132
3207
3208         * src/mainwindow.c
3209         * src/prefs_message.c
3210         * src/summaryview.c
3211                 fix some english
3212
3213 2006-09-02 [wwp]        2.4.0cvs131
3214
3215         * src/prefs_filtering.c
3216                 added an account name column to the filtering rules
3217                 dialog.
3218
3219 2006-09-02 [colin]      2.4.0cvs130
3220
3221         * src/gtk/logwindow.c
3222         * src/gtk/logwindow.h
3223                 Block scrolling if we're not at the end
3224                 of the log
3225
3226 2006-09-02 [colin]      2.4.0cvs129
3227
3228         * src/folder.c
3229                 Make sure account-specific rules can't
3230                 be used in {pre-,post-,}processing
3231         * src/mainwindow.c
3232         * src/gtk/logwindow.c
3233         * src/gtk/logwindow.h
3234                 Jump to last error when clicking on the
3235                 warning icon
3236
3237 2006-09-02 [colin]      2.4.0cvs128
3238
3239         * src/imap.c
3240         * src/import.c
3241         * src/mainwindow.c
3242         * src/mainwindow.h
3243                 Fix warning icon
3244         * src/inc.c
3245         * src/mbox.c
3246         * src/mbox.h
3247                 Let proc_mbox know its account, for
3248                 account-specific rules
3249
3250 2006-09-01 [colin]      2.4.0cvs127
3251
3252         * src/codeconv.c
3253                 Don't uselessly use iconv to convert from
3254                 us-ascii
3255         * src/alertpanel.c
3256         * src/mainwindow.c
3257         * src/mainwindow.h
3258         * src/inc.c
3259                 Fix certain log cases, disable warning icon
3260                 for now, the correct way to display it when
3261                 necessary and only when necessary is probably
3262                 to do it manually rather than use error logs
3263         * src/etpan/imap-thread.c
3264                 Clean up UID logging a bit
3265         * src/gtk/logwindow.c
3266         * src/gtk/logwindow.h
3267                 Make logging faster when the window's closed
3268
3269 2006-09-01 [wwp]        2.4.0cvs126
3270
3271         * manual/fr/account.xml
3272                 reflect changes to the ref. manual (parts of cvs72):
3273                 fix tabnames and quotes.
3274
3275 2006-09-01 [wwp]        2.4.0cvs125
3276
3277         * manual/fr/plugins.xml
3278                 reflect changes to the reference manual (cvs42):
3279                 update IRC channel info.
3280
3281 2006-09-01 [wwp]        2.4.0cvs124
3282
3283         * commitHelper
3284                 use CVSEDITOR env. var. if set, according to `man cvs`.
3285
3286 2006-09-01 [wwp]        2.4.0cvs123
3287
3288         * manual/advanced.xml
3289                 better sentence again (thanks to Paul).
3290
3291 2006-09-01 [wwp]        2.4.0cvs122
3292
3293         * manual/advanced.xml
3294         fix definition of toolbar_detachable and rework a bit the one of
3295         enable_dotted_lines.
3296
3297 2006-09-01 [mones]      2.4.0cvs121
3298
3299         * manual/advanced.xml
3300                 Document enable_dotted_lines
3301
3302 2006-09-01 [paul]       2.4.0cvs120
3303
3304         * src/folderview.c
3305         * src/folderview.h
3306         * src/imap.c
3307         * src/mainwindow.c
3308         * src/summaryview.c
3309                 obey the 'When entering folder...' option
3310                 when using the /View/Go to/... menu items
3311                 Thanks to Colin
3312
3313 2006-08-31 [colin]      2.4.0cvs119
3314
3315         * src/folderview.c
3316                 Revert 2.4.0cvs116, wrong fix.
3317
3318 2006-08-31 [colin]      2.4.0cvs118
3319
3320         * src/gtk/gtksctree.c
3321                 Better state the various copyrights
3322
3323 2006-08-31 [colin]      2.4.0cvs117
3324
3325         * src/prefs_common.c
3326                 fix enable_dotted_lines
3327
3328 2006-08-31 [colin]      2.4.0cvs116
3329
3330         * src/folderview.c
3331                 Use pref "Always open on select" when going
3332                 to next unread folder
3333         * src/gtk/gtksctree.c
3334                 Fix link failure to _gtk_clist_create_cell_layout
3335                 on certain computers. (Why not mine, I wonder)
3336
3337 2006-08-31 [colin]      2.4.0cvs115
3338
3339         * src/procmsg.c
3340         * src/textview.c
3341         * src/plugins/bogofilter/bogofilter.c
3342         * src/plugins/spamassassin/spamassassin.c
3343                 Requalify some "errors" to warnings
3344         * src/mainwindow.c
3345         * src/mainwindow.h
3346         * src/statusbar.c
3347                 Add an icon in the statusbar to notify
3348                 of errors
3349         * src/gtk/gtksctree.c
3350         * src/folderview.c
3351         * src/summaryview.c
3352                 Make the GtkSCTree look more modern by
3353                 alternating background lines
3354         * src/prefs_common.c
3355         * src/prefs_common.h
3356                 Add a pref to let people have the old
3357                 way if they prefer
3358
3359
3360 2006-08-30 [colin]      2.4.0cvs114
3361
3362         * src/procmsg.c
3363         * src/procmsg.h
3364                 Provide a way to filter a list of
3365                 messages in an optimised manner, and
3366                 add a list-filtering hook
3367         * src/folder.c
3368         * src/inc.c
3369         * src/mbox.c
3370                 Use the list filtering
3371         * src/plugins/bogofilter/bogofilter.c
3372                 Use the list-filtering hook
3373                 Use -b (bulk) mode for more speed
3374                 when learning and filtering
3375         * src/etpan/imap-thread.c
3376                 Make log output shorter in UID SEARCH
3377
3378
3379 2006-08-30 [colin]      2.4.0cvs113
3380
3381         * src/plugins/bogofilter/bogofilter.c
3382                 Really fast mass learning - thanks to David
3383                 Relson for the options explanations :)
3384
3385 2006-08-30 [colin]      2.4.0cvs112
3386
3387         * src/msgcache.c
3388                 Fix compilation on FreeBSD. Thanks
3389                 to Michael Hugues
3390
3391 2006-08-29 [colin]      2.4.0cvs111
3392
3393         * src/folderview.c
3394                 Handle "popup_menu" signal (for popping the 
3395                 menu via the keyboard)
3396         * src/mimeview.c
3397         * src/mimeview.h
3398         * src/summaryview.c
3399         * src/textview.c
3400         * src/gtk/gtkutils.c
3401         * src/gtk/gtkutils.h
3402                 Factorize scrolling code, and add an API 
3403                 for MimeViewers to handle scroll orders
3404
3405 2006-08-29 [wwp]        2.4.0cvs110
3406
3407         * src/plugins//bogofilter/bogofilter.c
3408         * src/plugins//spamassassin/spamassassin.c
3409                 make the bogofilter/spamassassin filtering error dialogs at
3410         incorporation obey to the "don't popup error dialog on
3411         receive error" option. If disabled, feed the log window w/
3412         the error message.
3413
3414 2006-08-29 [paul]
3415
3416         2.5.0-rc2 released
3417
3418 2006-08-29 [paul]       2.4.0cvs109
3419
3420         * Makefile.am
3421                 remove 'make release', it's not needed
3422                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
3423
3424 2006-08-29 [paul]       2.4.0cvs108
3425
3426         * src/foldersel.c
3427         * src/summary_search.c
3428         * src/gtk/progressdialog.c
3429         * src/plugins/pgpcore/passphrase.c
3430                 replace deprecated gtk_window_set_policy()
3431
3432 2006-08-29 [colin]      2.4.0cvs107
3433
3434         * src/folder.c
3435                 Fix data loss when copy fails during a move:
3436                 only use fast remove_msgs if everything was
3437                 copied OK; else use slow remove_msg on the
3438                 mails that got copied only.
3439
3440 2006-08-28 [paul]       2.4.0cvs106
3441
3442         * src/mh.c
3443                 revert change in 2.4.0cvs104, it breaks
3444                 stuff
3445
3446 2006-08-28 [paul]       2.4.0cvs105
3447
3448         * src/plugins/spamassassin/spamassassin.c
3449                 english fix
3450
3451 2006-08-28 [paul]       2.4.0cvs104
3452
3453         * src/mh.c
3454                 fix data loss when moving to another
3455                 mailbox fails
3456         * src/prefs_spelling.c
3457                 improve the english
3458         * src/gtk/pluginwindow.c
3459                 improve the layout of the dialog text
3460         All thanks to Colin
3461
3462 2006-08-28 [paul]       2.4.0cvs103
3463
3464         * src/plugins/bogofilter/bogofilter.c
3465         * src/plugins/bogofilter/bogofilter_gtk.c
3466                 fix english up a bit, innit
3467
3468 2006-08-28 [paul]       2.4.0cvs102
3469
3470         * configure.ac
3471         * po/Makefile.in.in
3472         * po/Makevars
3473                 require autoconf 2.60, enabling building
3474                 with gettext 0.15 (gettext 0.14.x build still
3475                 possible). Replace Makefiles with versions
3476                 from gettext 0.15.
3477                 Remove configure options --with-localedir and
3478                 --with-mandir. The options that are provided
3479                 directly by autoconf 2.60 can be used instead:
3480                 --mandir --localedir
3481
3482 2006-08-27 [colin]      2.4.0cvs101
3483
3484         * src/plugins/bogofilter/Makefile.am
3485                 Fix make dist (no README)
3486
3487 2006-08-27 [colin]      2.4.0cvs100
3488
3489         * src/folder.c
3490                 Don't use F_UNKNOWN folders for any default
3491                 outbox/trash/etc
3492         * src/plugins/bogofilter/bogofilter.c
3493         * src/plugins/bogofilter/bogofilter.h
3494         * src/plugins/bogofilter/bogofilter_gtk.c
3495                 Add an option to specify the path to bogofilter
3496                 Use single-quotes to be able to learn in folders
3497                 with spaces in their names
3498                 Verify learning status
3499
3500 2006-08-27 [colin]      2.4.0cvs99
3501
3502         * manual/faq.xml
3503         * manual/plugins.xml
3504                 Document Bogofilter plugin
3505
3506 2006-08-27 [colin]      2.4.0cvs98
3507
3508         * src/compose.c
3509         * src/messageview.c
3510         * src/procmsg.c
3511         * src/procmsg.h
3512                 When possible, copy the queued mail to sent folder
3513                 instead of re-adding. Much faster on IMAP.
3514
3515 2006-08-27 [colin]      2.4.0cvs97
3516
3517         * src/msgcache.c
3518                 Disable mmaped caches - huge metadata loss
3519                 here after a power failure.
3520         * src/summaryview.c
3521                 Add quicksearch timing
3522         * src/common/plugin.c
3523         * src/common/plugin.h
3524                 Implement an interface to tell what plugins
3525                 provide. Prevent loading of similar plugins.
3526         * src/plugins/clamav/clamav_plugin.c
3527         * src/plugins/demo/demo.c
3528         * src/plugins/dillo_viewer/dillo_viewer.c
3529         * src/plugins/pgpcore/plugin.c
3530         * src/plugins/pgpinline/pgpinline.c
3531         * src/plugins/pgpmime/pgpmime.c
3532         * src/plugins/spamassassin/spamassassin.c
3533         * src/plugins/trayicon/trayicon.c
3534                 Implement plugin_provides()
3535
3536 2006-08-27 [colin]      2.4.0cvs96
3537
3538         * configure.ac
3539         * src/plugins/Makefile.am
3540         * src/plugins/bogofilter/.cvsignore
3541         * src/plugins/bogofilter/Makefile.am
3542         * src/plugins/bogofilter/bogofilter.c
3543         * src/plugins/bogofilter/bogofilter.h
3544         * src/plugins/bogofilter/bogofilter_gtk.c
3545                 New Bogofilter plugin, provides filtering and
3546                 learning. Spamassassin will go to extra plugins.
3547
3548 2006-08-26 [mones]      2.4.0cvs95
3549
3550         * manual/handling.xml
3551                 Fix subfolder path in the example (thanks to Paul) 
3552
3553 2006-08-26 [mones]      2.4.0cvs94
3554
3555         * manual/glossary.xml
3556                 2.2. + add ISP to the glossary
3557                 7.5. + Add UIDL to glossary
3558                 7.7. + Add TCP to glossary
3559         * manual/handling.xml
3560                 7.1. + Mentions GNU/Linux distribution, what about the non...
3561                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
3562                 7.3. + Mentions .bashrc, what about the non-bash ones? 
3563                 7.4. = Use appropriate quotation for commands
3564                 7.6. = change "" to <quote></quote>
3565         * manual/plugins.xml
3566                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
3567         * manual/starting.xml
3568                 2.1. + local mbox file: some examples of mbox file locations...
3569                 Also reformatted files requiring it
3570
3571 2006-08-26 [wwp]        2.4.0cvs93
3572
3573         * src/summary_search.c
3574                 disable find buttons while summary search is running.
3575
3576 2006-08-25 [colin]      2.4.0cvs92
3577
3578         * src/folder.c
3579         * src/folderutils.c
3580         * src/mh.c
3581         * src/procmsg.h
3582         * src/summaryview.c
3583                 Speed up MH moving, and add progressbar
3584                 for MH deletion
3585         * src/msgcache.c
3586                 Write cache files using mmap() too
3587
3588 2006-08-25 [wwp]        2.4.0cvs91
3589
3590         * src/summaryview.c
3591                 switch spam<->ham button when a message has been marked as spam or ham
3592                 and is still selected. Thanks to Colin.
3593
3594 2006-08-25 [paul]       2.4.0cvs90
3595
3596         * src/Makefile.am
3597         * src/stock_pixmap.c
3598         * src/stock_pixmap.h
3599         * src/summaryview.c
3600         * src/gtk/icon_legend.c
3601         * src/pixmaps/copied.xpm
3602         * src/pixmaps/moved.xpm
3603                 add icons for delayed execution marked for
3604                 copying, marked for moving
3605
3606 2006-08-25 [mones]      2.4.0cvs89
3607
3608         * manual/glossary.xml
3609                 Fix the other glossary items:
3610                 5.1. = Inmmediate execution -> <quote>immediate execution...
3611                 5.2. = Fix MBOX capitalization -> Mbox
3612                 5.3. + Improve Plugins def. w/ tech. ref.
3613                 5.4. = Quotation -> replace '>' by <quote>></quote>
3614                 5.5. - SMTP Server. -> remove dot
3615         * po/es.po
3616                 Updated translation
3617
3618 2006-08-25 [mones]      2.4.0cvs88
3619
3620         * manual/ack.xml
3621                 Reformatted, changed email address
3622         * manual/glossary.xml
3623                 Reformatted, fixed MANUAL-TODO items:
3624                 8.2. + add ROT-13 to glossary
3625                 8.4. + add URL to glossary
3626         * manual/es/advanced.xml
3627                 Fixed <literal>s
3628
3629 2006-08-25 [paul]       2.4.0cvs87
3630
3631         * src/gtk/icon_legend.c
3632                 add 'marked for deletion' icon
3633                 arrange icons by containing column
3634                 wrap long label text
3635
3636 2006-08-25 [colin]      2.4.0cvs86
3637
3638         * src/common/utils.c
3639         * src/common/utils.h
3640                 Add the sc_g_*list_bigger functions in
3641                 a place everyone can use it
3642         * src/summaryview.c
3643                 Only freeze/thaw the list when working
3644                 on the selection, if it's bigger than 1
3645         * src/gtk/gtksctree.c
3646                 Only freeze/thaw the list when unselec-
3647                 ting 'all' if ('all' != 1)
3648                 This avoids some flickering
3649
3650 2006-08-24 [colin]      2.4.0cvs85
3651
3652         * src/addressbook.c
3653                 Fix strange list selection
3654                 Fix random seg (Invalid read of freed memory)
3655
3656 2006-08-24 [colin]      2.4.0cvs84
3657
3658         * src/alertpanel.c
3659         * src/gtk/inputdialog.c
3660         * src/plugins/pgpcore/passphrase.c
3661                 Revert minimal width patch of 2.4.0cvs67,
3662                 as it is also a maximal width. Use 
3663                 gtk_window_set_default_size instead.
3664
3665 2006-08-24 [colin]      2.4.0cvs83
3666
3667         * src/msgcache.c
3668                 Write cache/mark to temp files before
3669                 overwriting old ones (avoids metadata
3670                 loss if writing the new files fail).
3671                 Use mmap() to read cache/mark file, as
3672                 this makes cache reading faster. Dis-
3673                 abled for big-endian machines until it
3674                 can be tested. (Big-endian users: set
3675                 msgcache_use_mmap = TRUE in the relevant
3676                 #if).
3677         * src/procmsg.h
3678                 Move rarely used fields of MsgInfo in 
3679                 another structure, which will only be
3680                 allocated if needed. Face, X-Face,
3681                 Return receipt headers and List-*
3682                 headers are moved. Mails having none
3683                 of these occupy 52 bytes less with
3684                 this patch, which makes 2.5MB of RAM
3685                 saved on a 50k folder).
3686         * src/headerview.c
3687         * src/mainwindow.c
3688         * src/messageview.c
3689         * src/partial_download.c
3690         * src/procheader.c
3691         * src/procmsg.c
3692         * src/textview.c
3693                 Follow this structure change.
3694
3695 2006-08-24 [wwp]        2.4.0cvs82
3696
3697         * manual/es/.cvsignore
3698         * manual/es/dist/.cvsignore
3699         * manual/es/dist/html/.cvsignore
3700         * manual/es/dist/pdf/.cvsignore
3701         * manual/es/dist/ps/.cvsignore
3702         * manual/es/dist/txt/.cvsignore
3703                 more (generated) files to ignore.
3704
3705 2006-08-24 [colin]      2.4.0cvs81
3706
3707         * src/folder.c
3708         * src/mh.c
3709                 Fix possible problems with local delivery. Check the folder doesn't
3710                 need scan before setting its mtime when saving cache (which can be
3711                 done long after the folder's been modified by an external process);
3712                 Check that the stored item's mtime didn't change in mh functions.
3713
3714 2006-08-24 [mones]      2.4.0cvs80
3715
3716         * manual/advanced.xml
3717                 Rewrapping, some fixes and MANUAL-TODO items:
3718                 8.1. = change "" to <quote></quote>
3719                 8.3. = quote menu items
3720                 8.5. - deploying -> new user ... ideally a new user (redundant)
3721
3722 2006-08-23 [colin]      2.4.0cvs79
3723
3724         * src/gtk/gtksctree.c
3725                 When selecting or deselecting range, only
3726                 freeze/thaw when selection is bigger than 10
3727
3728 2006-08-23 [colin]      2.4.0cvs78
3729
3730         * src/messageview.c
3731         * src/mimeview.c
3732         * src/mimeview.h
3733         * src/plugins/dillo_viewer/dillo_viewer.c
3734                 Provide an API for MimeViewer plugins to
3735                 return a text selection for replying
3736
3737 2006-08-23 [colin]      2.4.0cvs77
3738
3739         * src/image_viewer.c
3740         * src/textview.c
3741                 Use gtk_pixbuf_new_from_file_at_scale(), which
3742                 is faster than getting the pixbuf then resizing
3743                 it.
3744
3745 2006-08-23 [colin]      2.4.0cvs76
3746
3747         * src/procmime.c
3748                 UTF-8 should be sent Quoted-printable
3749
3750 2006-08-22 [colin]      2.4.0cvs75
3751
3752         * src/mh.c
3753                 Check if scan is required before touching
3754                 the folder (or it'll be required every time)
3755
3756 2006-08-22 [colin]      2.4.0cvs74
3757
3758         * configure.ac
3759                 Require libetpan 0.46 (crasher fix when built
3760                 against gnutls)
3761
3762 2006-08-22 [colin]      2.4.0cvs73
3763
3764         * src/folder.c
3765                 Set folder's mtime after writing its
3766                 cache
3767         * src/folderview.c
3768                 Add some timing
3769         * src/procmsg.c
3770                 Don't do useless stuff if we don't 
3771                 thread by subject
3772         * src/summaryview.c
3773                 Add some timing, don't deselect prior
3774                 to selecting (gtksctree does it itself),
3775                 remove crash avoidance hacks as it's been
3776                 properly fixed since a while
3777         * src/common/utils.c
3778                 Optimize to_human_readable(): _() is slow,
3779                 do it only once, and avoid %f format for KB
3780                 (the most common in a summaryview)
3781         * src/gtk/gtksctree.c
3782                 Don't uselessly freeze/thaw (fixes flicker
3783                 on next unread and friends), reduce number
3784                 of g_list_nth/g_list_position where possible
3785         * src/gtk/gtkutils.c
3786         * src/gtk/gtkutils.h
3787                 Reduce number of g_list_nth/g_list_position
3788                 where possible.
3789                 All of this makes loading as 70k folder 2.1
3790                 seconds instead of 3.2 (with hot FS caches).
3791                 (1.3 seconds without Date and Size columns...)
3792
3793 2006-08-22 [paul]       2.4.0cvs72
3794
3795         wrap documents and do some items from mones' MANUAL-TODO:
3796
3797         * manual/account.xml
3798                 4.1. = fix tabname references to <quote>tabname</quote>
3799                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
3800         * manual/faq.xml
3801                 1.1. = mentioned options don't match UI
3802                 Add information about the 'Never send Return Receipts'
3803                 option
3804         * manual/handling.xml
3805                 6.2. = Mentions Extended symbols button, but now is
3806                 named Information
3807                 6.3. = Mentions ... button, which is now Edit
3808
3809 2006-08-22 [colin]      2.4.0cvs71
3810
3811         * src/gtk/pluginwindow.c
3812                 Fix layout in verbose translations (such
3813                 as french)
3814
3815 2006-08-22 [paul]       2.4.0cvs70
3816
3817         * manual/Makefile.am
3818                 build manuals in alphabetical order
3819         * src/addressbook.c
3820         * src/prefs_themes.c
3821                 replace/remove deprecated symbols
3822         * src/gtk/gtkutils.c
3823                 fix a warning
3824         * src/gtk/pluginwindow.c
3825                 replace deprecated symbol
3826                 replace label text and move it
3827         * src/plugins/pgpcore/prefs_gpg.c
3828                 move the 'Generate...' button out of the
3829                 Sign Key frame, replace the English used
3830         * src/plugins/pgpcore/sgpgme.c
3831                 fixes to the English
3832
3833 2006-08-21 [colin]      2.4.0cvs69
3834
3835         * src/plugins/trayicon/trayicon.c
3836                 Add more strings for translation; patch
3837                 by Pawel
3838
3839 2006-08-21 [colin]      2.4.0cvs68
3840
3841         * src/compose.c
3842                 fix replied flag not set after drafting
3843         * src/matcher.c
3844                 fix body quicksearch in non-encoded bodies
3845                 containing '='
3846         * src/msgcache.c
3847                 Get rid of the g_malloc workaround for
3848                 corrupted caches, use g_try_malloc
3849
3850 2006-08-21 [colin]      2.4.0cvs67
3851
3852         * src/alertpanel.c
3853         * src/gtk/inputdialog.c
3854         * src/plugins/pgpcore/passphrase.c
3855                 Set minimal width to 375
3856         * src/mainwindow.c
3857                 Fix switching to offline, asking if it 
3858                 should be overriden for synchronising
3859         * src/mimeview.c
3860                 Don't offer to remember command on Open 
3861                 with for text parts, as the browser or 
3862                 text editor command isn't changed from 
3863                 there
3864
3865 2006-08-20 [paul]       2.4.0cvs66
3866
3867         * po/ko.po
3868         * po/zh_CN.po
3869                 fix plural form errors. revealed by stricter
3870                 checking of gettext 0.15
3871
3872 2006-08-18 [paul]       2.4.0cvs65
3873
3874         * src/stock_pixmap.c
3875                 fix the fix of 2.4.0cvs64
3876                 Thanks to Colin
3877
3878 2006-08-18 [paul]       2.4.0cvs64
3879
3880         * src/stock_pixmap.c
3881                 fix leaks
3882                 Thanks to Colin
3883
3884 2006-08-18 [paul]       2.4.0cvs63
3885
3886         * src/compose.c
3887         * src/procmsg.c
3888                 fix occasional IMAP bug where large msgs
3889                 were left in the queue folder after sending
3890                 Thanks to Colin
3891
3892 2006-08-18 [paul]       2.4.0cvs62
3893
3894         * src/folderview.c
3895                 freeze the summaryview while quicksearch results
3896                 are displayed
3897                 (fixes bug 456 'current message is hidden when the
3898                 view is refreshed and extended search is "unread 
3899                 messages"')
3900                 Thanks to Colin
3901         * src/textview.c
3902                 add missing #include "inputdialog.h"
3903         * src/common/utils.h
3904                 add missing mailcap_update_default() and improve
3905                 readability
3906
3907 2006-08-17 [colin]      2.4.0cvs61
3908
3909         * src/plugins/pgpcore/select-keys.c
3910                 Fix warnings :)
3911
3912 2006-08-17 [colin]      2.4.0cvs60
3913
3914         * src/compose.c
3915                 Don't continue queuing if Cancel is clicked
3916                 in select-keys
3917
3918 2006-08-17 [colin]      2.4.0cvs59
3919
3920         * src/plugins/pgpcore/select-keys.c
3921                 When encrypting, if only one key matches and it 
3922                 matches exactly, automatically use it.
3923
3924 2006-08-17 [colin]      2.4.0cvs58
3925
3926         * src/mimeview.c
3927         * src/prefs_common.c
3928         * src/prefs_common.h
3929         * src/prefs_ext_prog.c
3930         * src/textview.c
3931                 Fix issues with previous patch (text/html)
3932                 Remove outdated prefs
3933
3934 2006-08-17 [colin]      2.4.0cvs57
3935
3936         * src/imap.c
3937                 Add View Log button on auth error
3938         * src/procmsg.c
3939                 Fix encrypted mail marked as new when
3940                 saved in normal folders
3941         * src/plugins/pgpinline/pgpinline.c
3942                 Fix encrypt bug on IMAP
3943         * src/mimeview.c
3944         * src/common/utils.c
3945         * src/common/utils.h
3946         * src/gtk/inputdialog.c
3947         * src/gtk/inputdialog.h
3948                 Get rid of metamail stuff, simplify
3949                 opening, and allow remembering of user's
3950                 choices (by updating ~/.mailcap). There's
3951                 still to drop "Audio player" and "Image
3952                 viewer" preferences.
3953
3954 2006-08-17 [mones]      2.4.0cvs56
3955
3956         * manual/es/sylpheed-claws-manual.xml
3957                 fix DTD path
3958
3959 2006-08-17 [mones]      2.4.0cvs55
3960
3961         * configure.ac
3962         * manual/Makefile.am
3963         * manual/es/Makefile.am
3964         * manual/es/account.xml
3965         * manual/es/ack.xml
3966         * manual/es/addrbook.xml
3967         * manual/es/advanced.xml
3968         * manual/es/faq.xml
3969         * manual/es/glossary.xml
3970         * manual/es/gpl.xml
3971         * manual/es/handling.xml
3972         * manual/es/intro.xml
3973         * manual/es/keyboard.xml
3974         * manual/es/plugins.xml
3975         * manual/es/starting.xml
3976         * manual/es/sylpheed-claws-manual.xml
3977         * manual/es/dist/Makefile.am
3978         * manual/es/dist/html/Makefile.am
3979         * manual/es/dist/pdf/Makefile.am
3980         * manual/es/dist/ps/Makefile.am
3981         * manual/es/dist/txt/Makefile.am
3982                 Spanish translation for the manual
3983
3984 2006-08-16 [colin]      2.4.0cvs54
3985
3986         * src/compose.c
3987         * src/main.c
3988         * src/mainwindow.c
3989                 Fix send button sensitivity at startup
3990                 Set send menu sensitivity (patch by Fabien)
3991         * src/ssl_manager.c
3992                 Enable closing with esc (patch by Fabien)
3993         * src/gtk/foldersort.c
3994                 Enable closing with esc (patch by Fabien)
3995         * src/procmime.c
3996                 Optimisation (no need to copy to tempfile to
3997                 "decode" 7bit and 8bit)
3998         * src/summaryview.c
3999                 Fix cruft in swap_from case
4000         * src/textview.c
4001                 Fix missing last line in some mail cases 
4002                 (Fixes debian #381872)
4003         * src/plugins/pgpcore/prefs_gpg.c
4004         * src/plugins/pgpcore/sgpgme.c
4005         * src/plugins/pgpcore/sgpgme.h
4006                 Don't show "no key found" when user explicitely
4007                 wants to create a key
4008
4009 2006-08-16 [paul]       2.4.0cvs53
4010
4011         * configure.ac
4012         * src/account.c
4013         * src/addressbook.c
4014         * src/headerview.c
4015         * src/prefs_account.c
4016         * src/prefs_message.c
4017         * src/gtk/gtkutils.c
4018                 bump up minimum required versions of GTK+ and
4019                 GLIB to 2.6.0
4020
4021 2006-08-16 [paul]       2.4.0cvs52
4022
4023         * src/toolbar.c
4024                 workaround GTK+ Bug 351600 - 'Can't re-click
4025                 on button after sensitivity update'
4026                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
4027                 Thanks to Colin
4028
4029 2006-08-15 [colin]      2.4.0cvs51
4030
4031         * src/plugins/pgpcore/prefs_gpg.c
4032                 Set options sensitivity according to
4033                 key existence
4034         * src/plugins/pgpcore/sgpgme.c
4035                 Allow to create key with no passphrase
4036
4037 2006-08-14 [cleroy]     2.4.0cvs50
4038
4039         * src/gtk/pluginwindow.c
4040                 New layout (maybe to be changed?)
4041         * src/gtk/gtkutils.c
4042                 Fix a bit label_window
4043         * src/plugins/pgpcore/passphrase.c
4044         * src/plugins/pgpcore/passphrase.h
4045         * src/plugins/pgpcore/plugin.c
4046         * src/plugins/pgpcore/prefs_gpg.c
4047         * src/plugins/pgpcore/prefs_gpg.h
4048         * src/plugins/pgpcore/sgpgme.c
4049         * src/plugins/pgpcore/sgpgme.h
4050                 Allow to create a PGP private key via the GUI
4051
4052 2006-08-14 [wwp]        2.4.0cvs49
4053
4054         * src/addressbook_foldersel.c
4055                 fix strict ISO C90 compliance.
4056
4057 2006-08-14 [paul]       2.4.0cvs48
4058
4059         * src/gtk/prefswindow.c
4060                 re-set scrolled window on opening
4061                 Patch by Ticho
4062
4063 2006-08-14 [paul]
4064
4065         2.5.0-rc1 released
4066
4067 2006-08-14 [paul]       2.4.0cvs47
4068
4069         * src/prefs_display_header.c
4070                 re-enable user-defined Displayed Headers
4071
4072 2006-08-14 [paul]       2.4.0cvs46
4073
4074         * src/prefs_account.c
4075                 use GTK_STOCK_EDIT
4076
4077 2006-08-13 [colin]      2.4.0cvs45
4078
4079         * src/common/utils.c
4080                 Fix "a" in quote when the original message is empty,
4081                 by using \0 instead of 'a' to test writability of
4082                 temp files.
4083
4084 2006-08-13 [wwp]        2.4.0cvs44
4085
4086         * src/plugins/spamassassin/spamassassin.c
4087                 fix capitalization of "SpamAssassin" in some debug, log and
4088                 dialog messages.
4089
4090 2006-08-13 [paul]       2.4.0cvs43
4091
4092         * src/editldap.c
4093                 fix overlapping widgets
4094         * src/prefs_account.c
4095                 fix translation of protocol_names[]
4096                 fix label disappearing off the edge of the
4097                 visible area
4098
4099 2006-08-12 [paul]       2.4.0cvs42
4100
4101         * manual/plugins.xml
4102                 update IRC channel info before it gets forgotten
4103                 about
4104
4105 2006-08-11 [colin]      2.4.0cvs41
4106
4107         * src/compose.c
4108         * src/mainwindow.c
4109         * src/mainwindow.h
4110         * src/procmsg.c
4111         * src/procmsg.h
4112         * src/summaryview.c
4113         * src/toolbar.c
4114                 Grey out the Send button if
4115                 - Queue folders are empty, or
4116                 - We're sending already
4117
4118 2006-08-11 [wwp]        2.4.0cvs40
4119
4120         * src/main.c
4121                 fix a logic issue when quitting while a compose window is
4122                 still open, thanks to Colin.
4123
4124 2006-08-10 [colin]      2.4.0cvs39
4125
4126         * src/main.c
4127                 Fix default font size setting after wizard run
4128         * src/imap.c
4129         * src/etpan/imap-thread.c
4130         * src/etpan/imap-thread.h
4131                 Fix bug #999 (Timing out on TSL cert validation 
4132                 dialog makes ugly things happen). Also, STARTTLS
4133                 unconditionnaly if initial capabilities contain
4134                 LOGINDISABLED and STARTTLS.
4135
4136 2006-08-09 [colin]      2.4.0cvs38
4137
4138         * src/mainwindow.c
4139         * src/mainwindow.h
4140                 Fix Tools/Actions sensitivity when there are
4141                 no actions
4142
4143 2006-08-09 [colin]      2.4.0cvs37
4144
4145         * src/prefs_filtering.c
4146                 Warning fix, patch by Paul
4147         * src/messageview.c
4148         * src/prefs_actions.c
4149         * src/prefs_filtering_action.c
4150         * src/prefs_matcher.c
4151                 Uniformisation of "Info ..." to "Info..." (for
4152                 old gtk), patch by Fabien
4153         * src/plugins/clamav/clamav_plugin_gtk.c
4154                 Sensitivity fix by Fabien
4155
4156 2006-08-09 [colin]      2.4.0cvs36
4157
4158         * src/main.c
4159         * src/main.h
4160                 Add a function to know whether we're exiting
4161         * src/plugins/trayicon/trayicon.c
4162                 If exiting, don't do anything. Faster, and
4163                 avoids gtk_main_iteration reentracy causing
4164                 segfaults at exit
4165
4166 2006-08-09 [colin]      2.4.0cvs35
4167
4168         * src/messageview.c
4169         * src/mimeview.c
4170         * src/mimeview.h
4171                 Fix lack of part selection when automatically 
4172                 jumping to a specific part
4173         * src/msgcache.c
4174                 Little optimisation in cache reading
4175
4176 2006-08-09 [colin]      2.4.0cvs34
4177
4178         * src/compose.c
4179                 Fix crash setting the priority on reedit
4180                 (Accessing compose before creating it!)
4181
4182 2006-08-08 [colin]      2.4.0cvs33
4183
4184         * src/procmime.c
4185                 Fix bug #998 (last attachment is not accessible)
4186                 Bad RFC interpretation on multipart close-delimiters
4187         * src/mimeview.c
4188         * src/mimeview.h
4189         * src/gtk/gtkvscrollbutton.c
4190         * src/gtk/gtkvscrollbutton.h
4191                 Make attachments list wheel-scrollable
4192
4193 2006-08-07 [colin]      2.4.0cvs32
4194
4195         * src/gtk/gtkaspell.c
4196                 Fix bug #973 (Unicode punctation characters 
4197                 are not recognized as separators by the
4198                 spell checker); fix unsigned stuff
4199
4200 2006-08-07 [colin]      2.4.0cvs31
4201
4202         * src/compose.c
4203                 Fix bug #956 (DnD text with accents in compose 
4204                 text entry); fix gccc's signed/unsigned fuss
4205
4206 2006-08-06 [colin]      2.4.0cvs30
4207
4208         * src/main.c
4209                 Fix bug #979 (Plugin crashes when exiting 
4210                 sylpheed-claws) : handle exit request only 
4211                 once
4212
4213 2006-08-05 [colin]      2.4.0cvs29
4214
4215         * src/news.c
4216                 Just make sure we have a msgid.
4217
4218 2006-08-05 [colin]      2.4.0cvs28
4219
4220         * src/news.c
4221         * src/summaryview.c
4222                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
4223                 by reimplementing it
4224         * src/textview.c
4225                 Fix bug when hiding quotes with level > 3 and quote
4226                 colors are recycled
4227
4228 2006-08-04 [colin]      2.4.0cvs27
4229
4230         * src/compose.c
4231         * src/undo.c
4232         * src/undo.h
4233                 Fix a bit replace-by-pasting undo
4234         * src/mainwindow.c
4235         * src/messageview.c
4236                 Fix Fold quotes menu synchro in
4237                 mainwindow when it changes in 
4238                 messageview
4239         * src/textview.c
4240                 Fix right-click on quotes blocks
4241         * src/common/utils.c
4242                 Verify that the file created by
4243                 my_tmpfile() is writable. Fixes
4244                 bug #988 (very specific filesystem
4245                 issue)
4246         * src/plugins/pgpcore/sgpgme.c
4247                 Fix file descriptor leak
4248         * src/plugins/spamassassin/spamassassin.c
4249                 Warn once if spamd isn't reachable
4250
4251 2006-08-04 [colin]      2.4.0cvs26
4252
4253         * src/toolbar.c
4254                 i18n context patch by Fabien
4255
4256 2006-08-03 [colin]      2.4.0cvs25
4257
4258         * src/mainwindow.c
4259         * src/messageview.c
4260                 Rename "Hide quotes" to "Fold quotes"
4261         * src/textview.c
4262                 Don't use hand cursor on quotes. "all 
4263                 the bonuses of the feature and none of 
4264                 unwelcome side-effects"
4265
4266 2006-08-03 [colin]      2.4.0cvs24
4267
4268         * AUTHORS
4269         * sylpheed-claws.desktop
4270         * src/gtk/authors.h
4271                 Bring the desktop file to XDG compliance
4272                 Patch by Charles A. Edwards
4273
4274 2006-08-03 [colin]      2.4.0cvs23
4275
4276         * src/textview.c
4277                 Fix links offset when they are preceded
4278                 by accentued chars (g_utf8_strlen!)
4279         * src/mainwindow.c
4280                 Fix wrong status when starting offline
4281
4282
4283 2006-08-03 [wwp]        2.4.0cvs22
4284
4285         * src/prefs_common.h
4286                 ask what to do w/ filtering rules that belong to an account when
4287                 applying filtering rules manually from the main window (skip,
4288                 apply regardless of the account, use current account). This dialog
4289                 can be skipped and the last reply used.
4290                 (forgot that file)
4291
4292 2006-08-03 [wwp]        2.4.0cvs21
4293
4294         * src/filtering.c
4295         * src/filtering.h
4296         * src/prefs_common.c
4297         * src/summaryview.c
4298         * src/alertpanel.c
4299         * src/alertpanel.h
4300         * src/messageview.c
4301                 ask what to do w/ filtering rules that belong to an account when
4302                 applying filtering rules manually from the main window (skip,
4303                 apply regardless of the account, use current account). This dialog
4304                 can be skipped and the last reply used.
4305
4306
4307 2006-08-03 [colin]      2.4.0cvs20
4308
4309         * src/textview.c
4310                 Optimize previous patch
4311
4312 2006-08-03 [cleroy]     2.4.0cvs19
4313
4314         * src/textview.c
4315                 Fix quotes getting toggled back when the
4316                 mail has an even number of text parts
4317
4318 2006-08-02 [colin]      2.4.0cvs18
4319
4320         * src/messageview.c
4321                 Add Hide quotes menu
4322
4323 2006-08-02 [colin]      2.4.0cvs17
4324
4325         * src/mainwindow.c
4326         * src/prefs_common.c
4327         * src/textview.c
4328         * src/textview.h
4329         * src/gtk/about.c
4330                 Allow per-level quote hiding,
4331                 Allow toggling quotes by double-clicking them
4332                 Rename RemoteURI to ClickableText to reflect
4333                 the fact it's used for a variety of things
4334
4335 2006-08-02 [wwp]        2.4.0cvs16
4336
4337         * src/mainwindow.c
4338                 fix "View/Hide quotes" menu item status initialization.
4339
4340 2006-08-02 [wwp]        2.4.0cvs15
4341
4342         * src/matcher_parser_parse.y
4343                 remove a debug trace.
4344
4345 2006-08-02 [paul]       2.4.0cvs14
4346
4347         * src/plugins/pgpcore/passphrase.c
4348                 don't set initial dialog size
4349                 make it resizable
4350
4351 2006-08-02 [paul]       2.4.0cvs13
4352
4353         * src/noticeview.c
4354                 remove the rogue '/' character
4355
4356 2006-08-02 [paul]       2.4.0cvs12
4357
4358         * src/noticeview.c
4359                 allow buttons to resize as necessary
4360
4361 2006-08-01 [wwp]        2.4.0cvs11
4362
4363         * src/mbox.c
4364                 fix strict ISO C90 compliance.
4365
4366 2006-08-01 [wwp]        2.4.0cvs10
4367
4368         * tools/update-po
4369                 updated update-po tool to work w/ context-dependent translations.
4370                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
4371
4372 2006-08-01 [wwp]        2.4.0cvs9
4373
4374         * src/matcher.c
4375         * src/prefs_filtering.c
4376         * src/prefs_matcher.c
4377                 allow context-dependent translations for "All",
4378                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4379
4380 2006-07-31 [colin]      2.4.0cvs8
4381
4382         * AUTHORS
4383         * src/gtk/authors.h
4384                 Add Rafal to authors
4385
4386 2006-07-31 [colin]      2.4.0cvs7
4387
4388         * src/compose.c
4389         * src/mainwindow.c
4390         * src/messageview.h
4391         * src/prefs_common.c
4392         * src/prefs_common.h
4393         * src/textview.c
4394                 Add 'View/Hide quotes'. Patch based on a patch
4395                 by Rafal Weglarz
4396
4397 2006-07-31 [colin]      2.4.0cvs6
4398
4399         * src/action.c
4400                 Fix problem with "> stuff >" actions
4401
4402 2006-07-31 [paul]       2.4.0cvs5
4403
4404         * po/nb.po
4405                 updated by Geir Helland
4406
4407 2006-07-31 [wwp]        2.4.0cvs4
4408
4409         * src/mainwindow.c
4410         * src/summaryview.c
4411         * src/summaryview.h
4412                 add "View/Go to/Parent message" and "View/Go to/Last read message",
4413                 thanks to Colin.
4414
4415 2006-07-31 [wwp]        2.4.0cvs3
4416
4417         * src/Makefile.am
4418         * src/addr_compl.c
4419         * src/addr_compl.h
4420         * src/addressbook.c
4421         * src/addressbook.h
4422         * src/addressbook_foldersel.c
4423         * src/addressbook_foldersel.h
4424         * src/addrindex.c
4425         * src/addrindex.h
4426         * src/matcher.c
4427         * src/matcher.h
4428         * src/matcher_parser_lex.l
4429         * src/matcher_parser_parse.y
4430         * src/prefs_common.c
4431         * src/prefs_common.h
4432         * src/prefs_filtering.c
4433         * src/prefs_matcher.c
4434         * src/prefs_matcher.h
4435         * src/summaryview.c
4436                 introduce filtering against the address book. It's now possible to add
4437                 matched conditions to determine if any email address in a message matches
4438                 or doesn't match any or all books or folders in the address book.
4439
4440 2006-07-31 [wwp]        2.4.0cvs2
4441
4442         * src/account.c
4443         * src/filtering.c
4444         * src/filtering.h
4445         * src/folder.c
4446         * src/folderview.c
4447         * src/inc.c
4448         * src/mainwindow.c
4449         * src/matcher.c
4450         * src/matcher_parser_lex.l
4451         * src/matcher_parser_parse.y
4452         * src/mbox.c
4453         * src/prefs_filtering.c
4454         * src/prefs_filtering.h
4455         * src/procmsg.c
4456         * src/procmsg.h
4457         * src/summaryview.c
4458                 introduce per-account filtering rules. Each filtering rule can now be assigned
4459                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
4460                 when applying filtering rules manually, as all rules will apply - even the ones
4461                 assigned to an account. This issue will be addressed soon.
4462  
4463
4464
4465 2006-07-31 [wwp]        2.4.0cvs1
4466
4467         * src/quote_fmt.c
4468                 make more strings translatable.
4469
4470 2006-07-31 [paul]       2.4.0
4471
4472         2.4.0 released
4473
4474 2006-07-31 [paul]       2.3.1cvs91
4475
4476         * po/ca.po
4477                 updated by Miquel Oliete
4478
4479 2006-07-31 [paul]       2.3.1cvs90
4480
4481         * po/de.po
4482         * po/el.po
4483         * po/fr.po
4484         * po/it.po
4485         * po/pl.po
4486         * po/pt_BR.po
4487         * po/sr.po
4488         * po/zh_CN.po
4489                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
4490                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
4491                 Aleksandar Urosevic, and Ralgh Young
4492
4493 2006-07-31 [paul]       2.3.1cvs89
4494
4495         * src/account.c
4496         * src/main.c
4497         * src/mainwindow.c
4498         * src/mainwindow.h
4499                 Fix a race condition when, after an SC crash, rescanning
4500                 folders took more than 0.5 seconds
4501                 Thanks to Colin
4502
4503 2006-07-31 [paul]       2.3.1cvs88
4504
4505         * src/folderview.c
4506                 don't translate separator strings
4507
4508 2006-07-30 [mones]      2.3.1cvs87
4509
4510         * doc/man/sylpheed-claws.1
4511                 Fixed non-ASCII chars in Hoa's name
4512         * po/es.po
4513                 Updated for release
4514
4515 2006-07-27 [colin]      2.3.1cvs86
4516
4517         * src/textview.c
4518                 Don't include the leading \n in links
4519                 Patch by Fabien
4520
4521 2006-07-25 [colin]      2.3.1cvs85
4522
4523         * src/mainwindow.c
4524         * src/common/socket.h
4525         * src/etpan/imap-thread.c
4526                 Refresh resolvers before connecting
4527                 to IMAP servers, and after switching
4528                 to online. Thanks to Paul.
4529
4530 2006-07-18 [colin]
4531
4532         * 2.4.0-rc4 released
4533
4534 2006-07-17 [colin]      2.3.1cvs84
4535
4536         * src/inc.c
4537                 Show connection attempt in statusbar before
4538                 connecting (previously first message was
4539                 "Retrieving messages from ..." after the
4540                 connection succeeded.
4541
4542 2006-07-16 [wwp]        2.3.1cvs83
4543
4544         * sylpheed-claws.ico
4545                 Added .ico file (windows multi-size icon file, generated).
4546
4547 2006-07-12 [wwp]        2.3.1cvs82
4548
4549         * src/messageview.c
4550                 remove Message/Re-edit menu entry from messageview window,
4551                 as sent/draft/queued messages are opened in compose window when
4552                 re-edited and it's not possible to re-edit other msgs.
4553
4554 2006-07-12 [paul]       2.3.1cvs81
4555
4556         * AUTHORS
4557         * src/mainwindow.c
4558         * src/gtk/authors.h
4559                 check online state before resetting
4560                 mailcheck timer. Useful if some program
4561                 verifies connection state and updates
4562                 Claws.
4563                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
4564
4565 2006-07-12 [paul]       2.3.1cvs80
4566
4567         * sylpheed-claws-128x128.png
4568         * sylpheed-claws-64x64.png
4569         * sylpheed-claws.png
4570         * src/Makefile.am
4571         * src/main.c
4572         * src/prefs_toolbar.c
4573         * src/stock_pixmap.c
4574         * src/stock_pixmap.h
4575         * src/wizard.c
4576         * src/gtk/about.c
4577         * src/gtk/gtkutils.c
4578         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
4579         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
4580         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
4581         * src/pixmaps/sylpheed.xpm              ** REMOVED **
4582         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
4583         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
4584                 updated and renamed logo/icon files and related
4585                 logo by Jesper Schultz
4586
4587 2006-07-11 [paul]       2.3.1cvs79
4588
4589         * src/main.c
4590                 fix the labels a smidgin
4591
4592 2006-07-09 [colin]      2.3.1cvs78
4593
4594         * src/textview.c
4595                 Show errors in textviewer's command
4596                 Patch by H. Merijn Brand
4597
4598 2006-07-09 [colin]      2.3.1cvs77
4599
4600         * src/compose.c
4601                 Save FMID in drafts too
4602
4603 2006-07-08 [colin]      2.3.1cvs76
4604
4605         * src/compose.c
4606                 Svae RMID in drafted mails too
4607                 Save quote_fmt vars for whole mails,
4608                 don't reset at each quote_fmt_init:
4609                 allows to use the same |i{var} in
4610                 various template fields
4611         * src/prefs_template.c
4612         * src/quote_fmt.h
4613         * src/quote_fmt_parse.y
4614                 Same
4615
4616 2006-07-08 [colin]      2.3.1cvs75
4617
4618         * src/textview.c
4619                 Fix highlighting of attached parts URIs
4620
4621 2006-07-08 [colin]      2.3.1cvs74
4622
4623         * src/main.c
4624                 Prevent bug #981 (sc 2.3.1 segfaults with 
4625                 gtk+ 2.10) from being reported again:
4626                 if Sylpheed-Claws has been compiled against
4627                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
4628                 of if Sylpheed-Claws has been compiled against
4629                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
4630                 error out.
4631
4632 2006-07-07 [colin]      2.3.1cvs73
4633
4634         * src/prefs_actions.c
4635                 Fix label
4636
4637 2006-07-07 [colin]      2.3.1cvs72
4638
4639         * src/prefs_actions.c
4640                 Fix compile on gtk < 2.8. argh :)
4641
4642 2006-07-07 [paul]       2.3.1cvs71
4643
4644         * src/common/defs.h
4645                 update DONATE_URI
4646
4647 2006-07-07 [colin]      2.3.1cvs70
4648
4649         * po/POTFILES.in
4650         * src/quote_fmt.c
4651         * src/quote_fmt_lex.l
4652         * src/quote_fmt_parse.y
4653                 Add |i{var}, a way to insert user-entered
4654                 text in a template
4655
4656 2006-07-07 [colin]
4657
4658         * 2.4.0-rc3 released
4659
4660 2006-07-07 [colin]      2.3.1cvs69
4661
4662         * src/folder.c
4663                 Don't consider inboxes of UNKNOWN folder 
4664                 classes to be useable as default inboxes
4665
4666 2006-07-07 [paul]       2.3.1cvs68
4667
4668         * src/textview.c
4669                 add missing #include <errno.h>
4670                 Thanks to René J. Blokland
4671
4672 2006-07-07 [paul]       2.3.1cvs67
4673
4674         * src/action.c
4675                 Return now Closes dialog
4676         * src/mimeview.c
4677         * src/mimeview.h
4678         * src/textview.c
4679                 add contextual menu to mime parts listed
4680                 in the textview
4681                 Thanks to Colin
4682         * src/common/utils.c
4683                 reversal: ' is a valid character in URLs
4684
4685 2006-07-06 [colin]      2.3.1cvs66
4686
4687         * src/remotefolder.h
4688                 Forgotten in previous commit
4689
4690 2006-07-06 [colin]      2.3.1cvs65
4691
4692         * src/folder.c
4693                 Set summary update flag whenever
4694                 totals changed
4695         * src/imap.c
4696         * src/prefs_account.c
4697         * src/common/utils.h
4698         * src/etpan/imap-thread.c
4699                 Fix warnings, thanks to Fabien and
4700                 Ricardo
4701
4702 2006-07-06 [wwp]        2.3.1cvs64
4703
4704         * src/gtk/gtkutils.c
4705                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
4706
4707 2006-07-06 [wwp]        2.3.1cvs63
4708
4709         * src/account.c
4710         * src/addressbook.c
4711         * src/addressitem.h
4712         * src/folderview.c
4713         * src/mainwindow.c
4714         * src/manual.c
4715         * src/manual.h
4716         * src/message_search.c
4717         * src/prefs_actions.c
4718         * src/prefs_filtering.c
4719         * src/prefs_filtering.h
4720         * src/prefs_template.c
4721         * src/summary_search.c
4722         * src/summaryview.c
4723         * src/gtk/gtkutils.c
4724         * src/gtk/gtkutils.h
4725         * src/gtk/pluginwindow.c
4726                 add help buttons to some dialogs. Clicking such buttons opens a
4727                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
4728
4729 2006-07-06 [paul]       2.3.1cvs62
4730
4731         * src/textview.c
4732                 fix attachments contextual menu
4733                 Thanks to Colin
4734
4735 2006-07-05 [colin]      2.3.1cvs61
4736
4737         * src/textview.c
4738         * src/compose.c
4739                 Handle sftp:// links
4740
4741 2006-07-05 [paul]       2.3.1cvs60
4742
4743         * src/gtk/filesel.c
4744                 grab save button by default
4745                 Thanks to Colin
4746
4747 2006-07-05 [wwp]        2.3.1cvs59
4748
4749         * manual/xml2pdf
4750                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
4751
4752 2006-07-04 [colin]      2.3.1cvs58
4753
4754         * src/mimeview.c
4755         * src/textview.c
4756                 Use left click to select, middle click to open
4757                 on mimeparts links
4758         * src/common/utils.c
4759                 Fix segfault
4760
4761 2006-07-04 [colin]      2.3.1cvs57
4762
4763         * src/mainwindow.c
4764         * src/news.c
4765                 Warning fixes, thanks to Fabien
4766
4767 2006-07-04 [colin]      2.3.1cvs56
4768
4769         * src/mimeview.c
4770         * src/mimeview.h
4771         * src/textview.c
4772                 Allow parts to be selected via their text label
4773                 in textview
4774
4775 2006-07-04 [colin]      2.3.1cvs55
4776
4777         * src/folderview.c
4778                 Feedback when closing (for big folders)
4779         * src/prefs_actions.c
4780         * src/prefs_filtering.c
4781         * src/prefs_matcher.c
4782         * src/prefs_template.c
4783                 Fix default button when closing without
4784                 having saved
4785
4786 2006-07-04 [colin]      2.3.1cvs54
4787
4788         * src/news.c
4789                 Delete local file on deletion
4790
4791 2006-07-03 [colin]      2.3.1cvs53
4792
4793         * src/folderview.c
4794         * src/main.c
4795                 Don't freeze when rescanning after crash
4796
4797 2006-07-03 [wwp]        2.3.1cvs52
4798
4799         * src/compose.c
4800         * src/privacy.c
4801         * src/privacy.h
4802         * src/plugins/pgpinline/pgpinline.c
4803         * src/plugins/pgpmime/pgpmime.c
4804                 don't report an error when the user cancels the passphrase dialog.
4805
4806 2006-07-02 [colin]      2.3.1cvs51
4807
4808         * src/folderview.c
4809                 Open message when crossing folders with Space,
4810                 goto next unread and friends
4811
4812 2006-07-01 [colin]      2.3.1cvs50
4813
4814         * src/prefs_account.c
4815                 Typographic rules varying from language
4816                 to language (in french "Protocole :"),
4817                 we have to do that :)
4818
4819 2006-07-01 [ticho]      2.3.1cvs49
4820
4821         * src/prefs_account.c
4822                 Only use one temporary gchar* variable in
4823                 prefs_account_protocol_set_optmenu().
4824
4825 2006-07-01 [ticho]      2.3.1cvs48
4826
4827         * src/prefs_account.c
4828         * src/prefs_account.h
4829                 Use GtkLabel for existing account protocol name.
4830                 Created an array for protocol names and populate the
4831                 combobox from it in a for() cycle.
4832
4833 2006-06-30 [colin]      2.3.1cvs47
4834
4835         * src/compose.c
4836                 Block undo when changing signature (by changing
4837                 account)
4838
4839 2006-06-30 [paul]       2.3.1cvs46
4840
4841         * src/send_message.c
4842                 when editing From in the Compose window, use that address
4843                 in the Return-Path: header
4844                 Thanks to Colin
4845
4846 2006-06-30 [colin]      2.3.1cvs45
4847
4848         * src/compose.c
4849                 Fix signature replacement:
4850                 - when no newline before separator
4851                 - when reediting
4852
4853 2006-06-29 [colin]      2.3.1cvs44
4854
4855         * src/folderview.c
4856         * src/folderview.h
4857         * src/mainwindow.c
4858         * src/summaryview.c
4859                 Let 'View/Go to/Next marked' work like
4860                 Next new & Next unread: across folders
4861                 Change the select_on_entry pref to do
4862                 what we want when changing folder
4863         * src/common/utils.c
4864                 Fix single-quoted links 
4865
4866 2006-06-29 [colin]      2.3.1cvs43
4867
4868         * src/gtk/gtkaspell.c
4869                 "Sylpheed" and "Sylpheed-Claws" do exist !
4870
4871 2006-06-29 [colin]      2.3.1cvs42
4872
4873         * src/imap.c
4874                 Forgot to remove debug
4875
4876 2006-06-29 [colin]      2.3.1cvs41
4877
4878         * src/imap.c
4879         * src/imap.h
4880         * src/mainwindow.c
4881                 Disconnect from IMAP servers when going
4882                 offline. Fixes bug #978 (going to offline-mode 
4883                 won't close connections)
4884
4885 2006-06-29 [colin]      2.3.1cvs40
4886
4887         * src/main.c
4888                 Fix transient setting on failing plugins
4889                 Patch by Fabien
4890         * src/plugins/pgpcore/sgpgme.c
4891                 Only warn for OpenPGP. Most people don't
4892                 have CMS available.
4893
4894 2006-06-29 [colin]      2.3.1cvs39
4895
4896         * src/compose.c
4897                 Fix Spelling menu (discrepancy between context menu
4898                 and top menu when folder's dictionary isn't the 
4899                 default one)
4900         * src/plugins/pgpcore/sgpgme.c
4901                 More error reporting about why gpgme can fail
4902
4903 2006-06-29 [wwp]        2.3.1cvs38
4904
4905         * src/mainwindow.c
4906                 honor the display-header-pane setting even when the message view
4907                 is a separate window.
4908
4909 2006-06-29 [wwp]        2.3.1cvs37
4910
4911         * src/prefs_actions.c
4912                 forgot to commit that one (use of GTK_STOCK_INFO).
4913
4914 2006-06-29 [colin]      2.3.1cvs36
4915
4916         * src/imap.c
4917                 Better handling of login errors (ask the password
4918                 again once), alert in case of error. Fix three
4919                 signedness warnings.
4920
4921 2006-06-28 [wwp]        2.3.1cvs35
4922
4923         * src/prefs_template.c
4924         * src/prefs_matcher.c
4925         * src/prefs_filtering_action.c
4926         * src/prefs_quote.c
4927                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
4928                 patch by Fabien Vantard, slightly modified.
4929
4930 2006-06-28 [paul]
4931
4932         2.4.0-rc2 released
4933
4934 2006-06-28 [colin]      2.3.1cvs34
4935
4936         * src/prefs_account.c
4937                 Fix bug #977 (Can't add or edit imap accounts)
4938
4939 2006-06-28 [colin]      2.3.1cvs33
4940
4941         * src/mimeview.c
4942                 Fix previous
4943
4944 2006-06-28 [colin]      2.3.1cvs32
4945
4946         * src/mimeview.c
4947                 Save named inlined attachments with "Save all"
4948         * src/main.c
4949         * src/mbox.c
4950         * src/common/plugin.c
4951         * src/common/plugin.h
4952         * src/common/sylpheed.c
4953         * src/common/utils.c
4954         * src/plugins/pgpcore/sylpheed.def
4955         * src/plugins/pgpinline/sylpheed.def
4956         * src/plugins/pgpmime/sylpheed.def
4957                 Win32 compatibility patch, by
4958                 Werner Koch
4959
4960 2006-06-28 [wwp]        2.3.1cvs31
4961
4962         * src/imap.c
4963         * src/prefs_folder_item.c
4964                 less compilation warnings (thanks to Fabien Vantard), less typos.
4965
4966 2006-06-28 [paul]       2.3.1cvs30
4967
4968         * src/gtk/gtkutils.c
4969                 gtk_combo_box_set_focus_on_click() is only
4970                 available since gtk 2.6.0
4971
4972 2006-06-28 [paul]       2.3.1cvs29
4973
4974         * src/prefs_ext_prog.c
4975                 fix engrish and add a tooltip for the
4976                 'command for 'Display as text' option
4977
4978 2006-06-28 [paul]
4979
4980         2.4.0-rc1 released
4981
4982 2006-06-28 [paul]       2.3.1cvs28
4983
4984         * ChangeLog
4985         * tools/Makefile.am
4986                 include textviewer.pl in releases
4987
4988 2006-06-28 [paul]       2.3.1cvs27
4989
4990         * src/prefs_ext_prog.c
4991                 hide Print command option if libgnomeprint
4992                 support is present
4993
4994 2006-06-27 [colin]      2.3.1cvs26
4995
4996         * src/compose.c
4997                 Fix Esc handling in insert/attach dialog
4998                 Don't show this dialog if dragging something
4999                 else than text/uri-list
5000                 Thanks to Fabien Vantard
5001         * tools/textviewer.pl
5002                 Filter script to display stuff as text
5003                 by H. Merijn Brand
5004
5005 2006-06-27 [wwp]        2.3.1cvs25
5006
5007         * src/messageview.c
5008                 use the exact product name (message view title), patch
5009                 by Fabien Vantard.
5010
5011 2006-06-27 [ticho]      2.3.1cvs24
5012
5013         * src/prefs_account.c
5014         * src/prefs_common.c
5015         * src/prefs_common.h
5016         * src/prefs_ext_prog.c
5017         * src/textview.c
5018                 Add a preference (Preferences/External programs)
5019                 to allow "Display as text" to be done via a script
5020                 (patch by H.Merijn Brand).
5021                 Use GtkComboBox for protocol selection in account
5022                 preferences.
5023                 Only include current choice for existing accounts, and
5024                 insensitivize the combobox.
5025
5026 2006-06-27 [paul]       2.3.1cvs23
5027
5028         * src/mbox.c
5029                 fix crasher introduced in cvs21.
5030                 Thanks to Colin
5031
5032 2006-06-26 [colin]      2.3.1cvs22
5033
5034         * src/mbox.c
5035                 Fix double-frees when leaving folders
5036                 after exporting to mbox
5037
5038 2006-06-26 [colin]      2.3.1cvs21
5039
5040         * src/mbox.c
5041                 More feedback (and optimisation)
5042                 on import/export
5043         * src/common/utils.c
5044                 Fix case when looking for mail addresses
5045         * src/gtk/gtkutils.c
5046                 Extra check for (X-)Face
5047
5048 2006-06-25 [ticho]      2.3.1cvs20
5049
5050         * src/compose.c
5051         * src/exphtmldlg.c
5052         * src/gtk/gtkutils.c
5053         * src/gtk/gtkutils.h
5054                 Added second argument to gtkut_sc_combobox_create() to
5055                 control focus-on-click for the widget.
5056                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
5057
5058 2006-06-25 [ticho]      2.3.1cvs19
5059
5060         * src/compose.c
5061         * src/gtk/Makefile.am
5062         * src/gtk/combobox.c
5063         * src/gtk/combobox.h
5064         * src/gtk/gtkutils.c
5065         * src/gtk/gtkutils.h
5066                 Use GtkComboBox instead of deprecated GtkOptionMenu
5067                 for account selector in compose window and for encoding
5068                 selector in attachment properties.
5069                 Also factorise working with the new GtkComboBox somewhat.
5070
5071 2006-06-24 [paul]       2.3.1cvs18
5072
5073         * src/prefs_common.c
5074                 use the correct default value
5075
5076 2006-06-24 [paul]       2.3.1cvs17
5077
5078         * src/compose.c
5079         * src/prefs_common.c
5080         * src/prefs_common.h
5081         * src/prefs_compose_writing.c
5082                 enable setting of default action when
5083                 dnd'ing files in the compose window.
5084                 (Collaborative effort with wwp)
5085
5086 2006-06-23 [wwp]        2.3.1cvs16
5087
5088         * src/compose.c
5089                 i18n fix (thanks to Fabien Vantard)
5090
5091 2006-06-22 [colin]      2.3.1cvs15
5092
5093         * src/prefs_customheader.c
5094                 Don't use filters in custom headers' file 
5095                 selector. Remember, extensions mean nothing :)
5096
5097 2006-06-22 [paul]       2.3.1cvs14
5098
5099         * configure.ac
5100                 allow setting of man directory location
5101
5102 2006-06-22 [colin]      2.3.1cvs13
5103
5104         * src/mainwindow.c
5105                 Add 'View/Go to/Next unread folder'.
5106                 I missed that :)
5107
5108 2006-06-22 [colin]      2.3.1cvs12
5109
5110         * src/common/utils.c
5111                 Add some subject prefixes
5112                 Patch by Bjorn T Johansen <btj@havleik.no>
5113
5114 2006-06-22 [colin]      2.3.1cvs11
5115
5116         * manual/advanced.xml
5117                 Forgotten hidden pref
5118
5119 2006-06-21 [paul]       2.3.1cvs10
5120
5121         * src/prefs_account.c
5122                 complete the removal of 'Add date header' option
5123
5124 2006-06-21 [paul]       2.3.1cvs9
5125
5126         * src/account.c
5127         * src/compose.c
5128         * src/prefs_account.c
5129         * src/prefs_account.h
5130                 remove option to add date header - always
5131                 add date header
5132         * src/etpan/imap-thread.c
5133                 fix warnings (Thanks to Colin)
5134
5135 2006-06-21 [wwp]        2.3.1cvs8
5136
5137         * src/folder.c
5138                 set the attachment flag when inline text part are (file)named. This is more convenient
5139                 when receiving (for instance) inline source files or patches sent using thunderbird.
5140
5141 2006-06-21 [paul]       2.3.1cvs7
5142
5143         * src/inc.c
5144                 fix off-by-one count of current msg in
5145                 statusbar filtering progressbar
5146
5147 2006-06-21 [paul]       2.3.1cvs6
5148
5149         * src/folder.c
5150                 Show attachment icon even if the part is 'inline'
5151                 if the following conditions are met:
5152                 - content-type != 'text/plain'
5153                 - content-type != '*/pgp-signature'
5154                 - either 'name' or 'filename' parameter is not NULL
5155                 
5156                 Thanks to Colin
5157
5158 2006-06-21 [paul]       2.3.1cvs5
5159
5160         * src/messageview.c
5161         * src/prefs_common.c
5162         * src/prefs_common.h
5163         * src/prefs_other.c
5164                 add an option to 'Never send Return
5165                 Receipts'
5166                 Thanks to Colin
5167
5168 2006-06-20 [mones]      2.3.1cvs4
5169
5170         * po/es.po
5171                 updated
5172         * src/compose.c
5173                 typo fixed (space after comma)
5174         * tools/make.themes.project
5175                 remove exec mode from tarball files
5176
5177 2006-06-20 [colin]      2.3.1cvs3
5178
5179         * src/news.c
5180         * src/procheader.c
5181         * src/unmime.c
5182                 Better fix for \n's in headers (don't 
5183                 break Received: and others)
5184
5185 2006-06-20 [paul]       2.3.1cvs2
5186
5187         * src/alertpanel.c
5188         * src/textview.c
5189                 improve legibility of phishing attempt
5190                 dialog
5191
5192 2006-06-20 [paul]       2.3.1cvs1
5193
5194         * NEWS
5195         * README
5196         * configure.ac
5197                 Update version number following
5198                 stable release
5199
5200 2006-06-20 [colin]      2.3.0cvs26
5201
5202         * src/compose.c
5203                 When dragging a file to the text of the compose
5204                 window, ask whether we want to insert or attach
5205                 (I know lots of people who do that to attach)
5206
5207 2006-06-20 [colin]      2.3.0cvs25
5208
5209         * src/etpan/imap-thread.c
5210                 Fix threshold (the append command is often > 32 bytes)
5211
5212 2006-06-19 [colin]      2.3.0cvs24
5213
5214         * src/imap.c
5215         * src/etpan/imap-thread.c
5216                 Workaround Rockliffe IMAP server bug: replace
5217                 "x UID SEARCH (ANSWERED UID 1:*)" with
5218                 "x UID SEARCH ANSWERED"
5219                 (Rockliffe doesn't handle the parenthesis)
5220
5221 2006-06-19 [colin]      2.3.0cvs23
5222
5223         * src/compose.c
5224         * src/imap.c
5225         * src/etpan/imap-thread.c
5226                 Probably fix bug #972 (Freezes when adding 
5227                 an attachment to the message)
5228         * src/common/defs.h
5229                 Modernize Firefox cmd
5230
5231
5232 2006-06-18 [colin]      2.3.0cvs22
5233
5234         * src/prefs_customheader.c
5235                 Only allow correct filenames for various
5236                 custom headers
5237
5238 2006-06-18 [colin]      2.3.0cvs21
5239
5240         * src/prefs_customheader.c
5241                 Add a 'From File...' button in custom headers prefs, which
5242                 try to do the right thing: 
5243                 for normal headers, use file as plaintext,
5244                 for X-Face, calls compface,
5245                 for Face, encode to b64.
5246
5247 2006-06-17 [colin]      2.3.0cvs20
5248
5249         * src/mh.c
5250                 Warning fix
5251
5252 2006-06-16 [colin]      2.3.0cvs19
5253
5254         * src/summaryview.c
5255                 Recursive quicksearch: show message list
5256                 in current folder, *then* search children
5257                 in the background.
5258
5259 2006-06-16 [colin]      2.3.0cvs18
5260
5261         * src/main.c
5262                 Instead of ignoring SIGPIPE, save caches
5263                 when getting one. Will fix the fact that
5264                 hot caches are out-of-date when logging 
5265                 out of Xorg.
5266         * src/compose.c
5267         * src/prefs_compose_writing.c
5268                 Only save text (not attachments) when 
5269                 auto-saving to drafts
5270         * src/unmime.c
5271                 Always replace \n, \r and \t with spaces
5272                 in headers
5273         * manual/dist/html/Makefile.am
5274         * manual/dist/pdf/Makefile.am
5275         * manual/dist/ps/Makefile.am
5276         * manual/dist/txt/Makefile.am
5277         * manual/fr/dist/html/Makefile.am
5278         * manual/fr/dist/pdf/Makefile.am
5279         * manual/fr/dist/ps/Makefile.am
5280         * manual/fr/dist/txt/Makefile.am
5281         * manual/pl/dist/html/Makefile.am
5282         * manual/pl/dist/pdf/Makefile.am
5283         * manual/pl/dist/ps/Makefile.am
5284         * manual/pl/dist/txt/Makefile.am
5285                 Fix make clean removing pregenerated manuals
5286
5287
5288 2006-06-16 [colin]      2.3.0cvs17
5289
5290         * src/plugins/pgpcore/sgpgme.c
5291         * src/plugins/pgpmime/pgpmime.c
5292         * src/plugins/pgpinline/pgpinline.c
5293                 Better error reporting in setup_signers.
5294                 Don't fallback to default key if specified
5295                 key isn't found.
5296                 Don't allow signing if more than one secret
5297                 key matches the one specified in prefs.
5298
5299 2006-06-15 [colin]      2.3.0cvs16
5300
5301         * src/folderview.c
5302                 Add "Send queue" in the folder's contextual
5303                 menu
5304         * src/compose.c
5305         * src/messageview.c
5306         * src/privacy.c
5307         * src/privacy.h
5308         * src/procmime.c
5309         * src/procmsg.c
5310         * src/plugins/pgpcore/passphrase.c
5311         * src/plugins/pgpcore/sgpgme.c
5312         * src/plugins/pgpinline/pgpinline.c
5313         * src/plugins/pgpmime/pgpmime.c
5314                 Better error reporting
5315         * src/mbox.c
5316                 Probably fix bug #971 (2.2.3 cannot read mail 
5317                 from local mbox)
5318
5319
5320 2006-06-15 [mones]      2.3.0cvs15
5321
5322         * tools/make.themes.project
5323                 creates the themes project from the web page
5324
5325 2006-06-15 [colin]      2.3.0cvs14
5326
5327         * src/folder.c
5328                 Better fix (avoid losing the folder if scan_tree 
5329                 fails)
5330
5331 2006-06-15 [cleroy]     2.3.0cvs13
5332
5333         * src/folder.c
5334                 Probably fix Bug #969 (crash on rebuilding 
5335                 imap folder)
5336
5337 2006-06-14 [colin]      2.3.0cvs12
5338
5339         * manual/dtd/manual.xsl
5340         * manual/sylpheed-claws-manual.xml
5341         * manual/fr/sylpheed-claws-manual.xml
5342         * manual/pl/sylpheed-claws-manual.xml
5343                 Insert pagebreaks between sections
5344
5345 2006-06-14 [paul]       2.3.0cvs11
5346
5347         * configure.ac
5348                 better fix than 2.3.0cvs10
5349
5350 2006-06-14 [paul]       2.3.0cvs10
5351
5352         * configure.ac
5353                 fix setting of PACKAGE_DATA_DIR with newer autoconf
5354                 (backwards compatible)
5355
5356 2006-06-13 [colin]      2.3.0cvs9
5357
5358         * src/messageview.c
5359                 Fix sending of return receipt with the new queue folders
5360
5361 2006-06-13 [wwp]        2.3.0cvs8
5362
5363         * src/quote_fmt_lex.l
5364                 fix wrong tokens returned in quote_fmt lexer, query not().
5365
5366 2006-06-13 [wwp]        2.3.0cvs7
5367
5368         * src/folder.c
5369         * src/prefs_folder_item.c
5370                 allow changing folder type even when folder is not a top-level one,
5371                 thanks to Colin.
5372
5373 2006-06-12 [colin]      2.3.0cvs6
5374
5375         * src/folderview.c
5376                 Fix double-ask of "Do you want to mark all
5377                 as read"
5378
5379 2006-06-12 [colin]      2.3.0cvs5
5380
5381         * src/compose.c
5382         * src/compose.h
5383         * src/folder.c
5384         * src/folder.h
5385         * src/imap.c
5386         * src/inc.c
5387         * src/main.c
5388         * src/messageview.c
5389         * src/mh.c
5390         * src/prefs_folder_item.c
5391         * src/procheader.c
5392         * src/procmime.c
5393         * src/procmsg.c
5394         * src/procmsg.h
5395         * src/send_message.c
5396         * src/summaryview.c
5397         * src/toolbar.c
5398                 Apply bug #964's patch (Queue and drafts aren't normal)
5399                 The Drafts and Queue folder now contain RFC-822 files,
5400                 allowing to move and copy mails from and to these 
5401                 folders. Moving from Drafts to Queue will prepare the
5402                 mail for sending (PGP signature, encryption, etc).
5403                 This patch also rework sending errors handling to try
5404                 to be more helpful.
5405                 Also, allow redefining folder types via the GUI 
5406                 (Folder type in its Properties)
5407
5408 2006-06-12 [colin]      2.3.0cvs4
5409
5410         * src/summaryview.c
5411         * src/prefs_common.c
5412         * src/prefs_common.h
5413         * src/gedit-print.c
5414                 Allow to define a specific print font - patch
5415                 by Bernhard Walle <bernhard.walle@gmx.de>
5416         * src/prefs_fonts.c
5417         * manual/advanced.xml
5418         * manual/fr/advanced.xml
5419                 Add a hidden pref to allow deletion without
5420                 confirmation
5421
5422 2006-06-12 [wwp]        2.3.0cvs3
5423
5424         * .cvsignore
5425                 more files to ignore.
5426
5427 2006-06-12 [wwp]        2.3.0cvs2
5428
5429         * src/quote_fmt.c
5430         * src/quote_fmt_lex.l
5431         * src/quote_fmt_parse.y
5432                 extend the quote_fmt parser (templates and quotes):
5433                 - allow limited sub-expressions in |p{} and |f{} expressions,
5434                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
5435                 - implemented/fixed missing implementation of query_references and show_references,
5436                 - completed, fixed contents and format of the symbols help dialog,
5437                 - fix some compilation warnings.
5438
5439 2006-06-12 [wwp]        2.3.0cvs1
5440
5441         * manual/advanced.xml
5442         * manual/fr/advanced.xml
5443                 updates in the "templates" section of the manual (eng/fr):
5444                  - be more precise (both versions)
5445                  - completed to match the english reference (fr version)
5446                  - touchups (both versions)
5447
5448 2006-06-12 [paul]       2.3.0
5449
5450         2.3.0 released
5451
5452 2006-06-12 [paul]       2.2.3cvs14
5453
5454         * po/ca.po
5455         * po/cs.po
5456         * po/de.po
5457         * po/el.po
5458         * po/fr.po
5459         * po/it.po
5460         * po/pt_BR.po
5461         * po/sr.po
5462         * po/zh_CN.po
5463                 updated by Miquel Oliete, Tim, Stephan Sachse,
5464                 Stavros Giannouris, Fabien Vantard, Andrea
5465                 Spadaccini, Frederico Goncalves Guimaraes,
5466                 Aleksandar Urosevic, and Ralgh Young
5467
5468 2006-06-12 [colin]      2.2.3cvs13
5469
5470         * src/mbox.c
5471                 Add missing header
5472
5473 2006-06-11 [colin]      2.2.3cvs12
5474
5475         * src/msgcache.c
5476                 Verify that g_malloc() succeeded
5477
5478 2006-06-11 [colin]      2.2.3cvs11
5479
5480         * src/wizard.c
5481                 Add Face header to welcome mail
5482
5483 2006-06-10 [colin]      2.2.3cvs10
5484
5485         * src/textview.c
5486                 Revert previous (Forgot it changes the
5487                 margin on the whole mail)
5488
5489 2006-06-10 [colin]      2.2.3cvs9
5490
5491         * src/textview.c
5492                 Don't overlap long headers under (X-)Face
5493
5494 2006-06-10 [mones]      2.2.3cvs8
5495
5496         * manual/xml2pdf
5497                 allow generation of manual on systems lacking saxon binary
5498                 but with java and the saxon library installed
5499
5500         * po/es.po
5501                 updated for release
5502
5503 2006-06-09 [colin]      2.2.3cvs7
5504
5505         * src/summaryview.c
5506                 Fix leak when using Display Sender using Addressbook
5507
5508 2006-06-09 [colin]      2.2.3cvs6
5509
5510         * src/compose.c
5511         * src/folder.c
5512         * src/folderview.c
5513         * src/mimeview.c
5514         * src/summaryview.c
5515                 More leaks fixes
5516
5517 2006-06-09 [paul]       2.2.3cvs5
5518
5519         * AUTHORS
5520         * src/gtk/authors.h
5521         * tools/claws.i18n.status.pl
5522                 updated with new info
5523
5524 2006-06-09 [paul]       2.2.3cvs4
5525
5526         * README
5527                 updated
5528         * manual/ack.xml
5529                 add wwp to authors list
5530         * src/gtk/authors.h
5531                 update mine and Colin's addresses
5532
5533 2006-06-08 [colin]      2.2.3cvs3
5534
5535         * src/etpan/imap-thread.c
5536                 Fix leak on SSL cert check
5537
5538 2006-06-08 [colin]      2.2.3cvs2
5539
5540         * src/common/utils.c
5541                 Fix leak
5542
5543 2006-06-08 [paul]       2.2.3cvs1
5544
5545         * configure.ac
5546                 Update version number following
5547                 stable release
5548
5549 2006-06-07 [colin]      2.2.2cvs3
5550
5551         * src/msgcache.c
5552                 Fix catching cache read errors (guint instead of gint)
5553                 Prevent malloc'ing more than 8MB (means cache corruption)
5554
5555 2006-06-07 [paul]       2.2.2cvs2
5556
5557         * src/exporthtml.c
5558         * src/exportldif.c
5559         * src/mh.c
5560         * src/mutt.c
5561         * src/pine.c
5562         * src/common/utils.c
5563                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
5564                 obey $HOME'
5565                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
5566                 Thanks to Colin
5567
5568 2006-06-06 [paul]       2.2.2cvs1
5569
5570         * configure.ac
5571                 Update version number following
5572                 stable release
5573
5574 2006-06-06 [paul]       2.2.1cvs6
5575
5576         * src/matcher.c
5577                 fix  implicit declaration of
5578                 sylpheed_do_idle()
5579                 Patch by Fabien Vantard
5580
5581 2006-06-06 [paul]       2.2.1cvs5
5582
5583         * src/matcher.c
5584                 fix age_greater and age_lower so that they
5585                 mean what say and not '...or equal to'
5586                 Thanks to Colin
5587
5588 2006-06-06 [paul]       2.2.1cvs4
5589
5590         * src/textview.c
5591         * src/common/utils.c
5592                 fix URI check
5593                 Thanks to Colin
5594
5595 2006-06-05 [wwp]        2.2.1cvs3
5596
5597         * manual/fr/account.xml
5598                 minor language fixes (thanks to Fabien Vantard).
5599
5600 2006-06-05 [colin]      2.2.1cvs2
5601
5602         * src/prefs_folder_item.c
5603         * src/folderview.c
5604                 Allow recursive setting of properties 
5605                 for whole mailboxes
5606         * src/matcher.c
5607                 Don't freeze on 'test' filtering rule
5608
5609 2006-06-05 [colin]      2.2.1cvs1
5610
5611         * configure.ac
5612                 Update version number following
5613                 stable release
5614
5615 2006-06-04 [wwp]        2.2.0cvs82
5616
5617         * manual/glossary.xml
5618         * manual/account.xml
5619         * manual/fr/glossary.xml
5620         * manual/fr/account.xml
5621                 added glossary section and references/links related to the Face custom header.
5622
5623 2006-06-04 [colin]      2.2.0cvs81
5624
5625         * src/summaryview.c
5626                 Skip to next message on move with no
5627                 immediate execution
5628
5629 2006-06-04 [wwp]        2.2.0cvs80
5630
5631         * manual/xml2pdf
5632                 added sanity checks, exit when needed.
5633
5634 2006-06-03 [paul]       2.2.0cvs79
5635
5636         * src/prefs_receive.c
5637                 page name is now 'Receiving'
5638         * src/prefs_send.c
5639                 page name is now 'Sending'
5640
5641 2006-06-03 [colin]      2.2.0cvs78
5642
5643         * src/plugins/spamassassin/spamassassin_gtk.c
5644                 Autoswitch to Localhost if transport was previously
5645                 disabled. Else people had to check [] Enable, then
5646                 *reselect* transport.
5647
5648 2006-06-03 [colin]      2.2.0cvs77
5649
5650         * src/plugins/pgpinline/pgpinline.c
5651         * src/plugins/pgpmime/pgpmime.c
5652                 Check that gpg_data_release_and_get_mem 
5653                 didn't fail (now, why this happens...)
5654
5655 2006-06-03 [colin]      2.2.0cvs76
5656
5657         * src/mbox.c
5658                 Fix bug #962 (Manual and/or UI should 
5659                 warn about incompatible locking 
5660                 causing dataloss)
5661
5662 2006-06-02 [cleroy]     2.2.0cvs75
5663
5664         * src/filtering.c
5665         * src/folder.c
5666         * src/procmsg.c
5667         * src/summaryview.c
5668                 Fix a few leaks
5669
5670 2006-06-02 [colin]      2.2.0cvs74
5671
5672         * src/main.c
5673                 On exit, free caches after writing them
5674                 Shuts up some valgrind false positives
5675         * src/procmsg.c
5676         * src/send_message.c
5677                 Fix races when reusing existing SMTP connections
5678                 Fix inexistant session timeout
5679         * src/toolbar.c
5680                 Display alertpanel after all queues have
5681                 been processed, not after each
5682
5683 2006-06-02 [wwp]        2.2.0cvs73
5684
5685         * manual/fr/glossary.xml
5686         * manual/fr/ack.xml
5687         * manual/ack.xml
5688                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
5689
5690 2006-06-02 [wwp]        2.2.0cvs72
5691
5692         * manual/xml2pdf
5693         * manual/dist/pdf/Makefile.am
5694         * manual/dtd/manual.xsl
5695         * manual/fr/dist/pdf/Makefile.am
5696         * manual/pl/dist/pdf/Makefile.am
5697                 we changed the procedure to generate the .pdf version of the manual.
5698                 The procedure is more modern and the .pdf we get now has a valid index.
5699                 Here are the new pre-requisites:
5700
5701                 - JRE 1.x (1.4 here): there must be one from your distro
5702                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
5703                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
5704                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
5705
5706                 See my posts for further info about the installation of this toolchain:
5707
5708                 Date: Fri, 19 May 2006 19:40:06 +0200
5709                 From: wwp <subscript@free.fr>
5710                 To: sylpheed-claws-devel@lists.sourceforge.net
5711                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
5712
5713                 and
5714
5715                 Date: Wed, 24 May 2006 12:58:49 +0200
5716                 From: wwp <subscript@free.fr>
5717                 To: sylpheed-claws-devel@lists.sourceforge.net
5718                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
5719
5720 2006-06-01 [colin]      2.2.0cvs71
5721
5722         * src/compose.c
5723                 Better guards against IMAP races
5724         * src/main.c
5725         * src/prefs_common.c
5726         * src/prefs_common.h
5727         * src/common/ssl_certificate.c
5728         * src/etpan/imap-thread.c
5729         * src/etpan/imap-thread.h
5730         * src/gtk/sslcertwindow.c
5731                 New hidden option ssl_skip_cert_check to 
5732                 avoid dups of bug #959 (libetpan linked
5733                 against gnutls and gnutls buggy on 64bit)
5734                 Present expired warning only once per
5735                 session/server.
5736         * manual/advanced.xml
5737         * manual/fr/advanced.xml
5738                 Document new option
5739
5740 2006-06-01 [wwp]        2.2.0cvs70
5741
5742         * src/messageview.c
5743                 fix for bug #961 (return receipt dialog 
5744                 complains incorrectly about return-path 
5745                 email adress being different), thanks 
5746                 to Colin.
5747
5748 2006-05-31 [cleroy]     2.2.0cvs69
5749
5750         * src/common/ssl.c
5751                 Guard against NULLs, although this
5752                 should never be an issue
5753
5754 2006-05-31 [colin]      2.2.0cvs68
5755
5756         * src/filtering.c
5757                 Use g_slist_prepend
5758         * src/imap.c
5759                 Don't remove caches when destroying folder, it
5760                 could (should) be done at exit
5761         * src/inc.c
5762                 free processing cache after incorporation
5763         * src/etpan/imap-thread.c
5764                 Maybe fix bug #959 (Crash on moving to emails 
5765                 to a imap account per ssl with a expired 
5766                 certificate.)
5767
5768 2006-05-30 [colin]      2.2.0cvs67
5769
5770         * src/summaryview.c
5771                 Put back event flush when displaying message
5772                 It avoids reading a bunch of messages just
5773                 by hitting shift-n for too long ;)
5774
5775 2006-05-29 [colin]      2.2.0cvs66
5776
5777         * src/summaryview.c
5778                 Remove useless g_warnings
5779
5780 2006-05-29 [colin]      2.2.0cvs65
5781
5782         * src/imap.c
5783                 Fix g_slist_append()s for performance
5784
5785 2006-05-29 [colin]      2.2.0cvs64
5786
5787         * src/compose.c
5788         * src/common/utils.c
5789                 Fix extraneous tab at start of addresses
5790         * src/mainwindow.c
5791                 Fix warnings (thanks to Fabien)
5792                 Fix crash at exit when composing messages 
5793                 exist
5794         * src/pop.c
5795                 Fix progress bar when deleting expired mails
5796                 Thanks to Hiro
5797         * src/summaryview.c
5798         * src/gtk/gtksctree.c
5799                 Fix re-sorting slowness
5800
5801 2006-05-29 [paul]       2.2.0cvs63
5802
5803         * src/mh.c
5804                 fetch full message when moving mails
5805                 from another mailbox, (fixed data loss
5806                 when filtering from IMAP to MH, introduced
5807                 in 2.2.0cvs57).
5808                 Thanks to Colin
5809
5810 2006-05-29 [mones]      2.2.0cvs62
5811
5812         * src/gtk/gtksctree.c
5813                 Unselect faster (patch by Colin)        
5814
5815 2006-05-26 [colin]      2.2.0cvs61
5816
5817         * src/summaryview.c
5818                 Unplug MSGINFO_UPDATE callback on delete too.
5819
5820 2006-05-26 [colin]      2.2.0cvs60
5821
5822         * src/foldersel.c
5823                 Fix bold in folder selection window with glib2.10
5824                 thanks Hiro
5825
5826 2006-05-26 [colin]      2.2.0cvs59
5827
5828         * src/procheader.c
5829                 Convert date only if necessary (and don't
5830                 try to convert from utf8 to utf8, too)
5831         * src/summaryview.c
5832                 Only set column's text if the column's 
5833                 displayed
5834
5835 2006-05-26 [colin]      2.2.0cvs58
5836
5837         * src/summaryview.c
5838         * src/gtk/gtkutils.c
5839                 Fix useless warning
5840
5841 2006-05-26 [colin]      2.2.0cvs57
5842
5843         * src/mainwindow.c
5844                 Make summaryview selectable as long as 
5845                 no message has focus
5846         * src/mh.c
5847                 Faster deletion (by implementing mh_remove_msgs)
5848                 Faster copy (avoid using mh_fetch_msg just to get
5849                 the filename)
5850                 Faster move (using move_file instead of copy_file
5851                 if MSG_IS_MOVE)
5852                 No progressbar if total number of mails to cp/mv 
5853                 is less than 100
5854         * src/summaryview.c
5855                 Fix removal from subject_table when mail gets moved
5856                 Faster deletion (g_slist_prepend instead of append)
5857         * src/gtk/gtksctree.c
5858                 Remove useless code
5859
5860 2006-05-25 [colin]      2.2.0cvs56
5861
5862         * src/common/ssl_certificate.c
5863                 Fix leak in expired cert check
5864
5865 2006-05-25 [colin]      2.2.0cvs55
5866
5867         * src/mh.c
5868                 Disable flags syncing on .mh_sequences - it
5869                 is buggy and marks mails read under unknown
5870                 conditions.
5871
5872 2006-05-25 [paul]
5873
5874         * 2.3.0-rc4 released
5875
5876 2006-05-24 [colin]      2.2.0cvs54
5877
5878         attention cvs users: if you manage to crash
5879         Sylpheed-Claws while moving, copying or deleting
5880         mails, we *are* interested in stack traces and
5881         valgrind logs. It looks stable, but one never
5882         knows...
5883
5884         * src/folder.c
5885                 Add progressbar for cache updates
5886         * src/folderutils.c
5887                 Optimize Mark all read in the current
5888                 folder
5889         * src/mh.c
5890                 Add progressbar for copy/move
5891         * src/procmsg.c
5892                 Optimize O(n^2) in copy/move
5893         * src/summaryview.c
5894         * src/gtk/gtksctree.c
5895                 Optimize O(n^2) algos
5896         * src/common/timing.h
5897                 Display ms instead of us
5898
5899 2006-05-24 [wwp]        2.2.0cvs53
5900
5901         * manual/fr/advanced.xml
5902                 updates to the French manual.
5903
5904 2006-05-24 [wwp]        2.2.0cvs52
5905
5906         * src/common/utils.c
5907                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
5908
5909 2006-05-24 [wwp]        2.2.0cvs51
5910
5911         * src/folderutils.c
5912                 fixed "mark all read" in MH folders (thanks to Colin).
5913
5914 2006-05-24 [paul]       2.2.0cvs50
5915
5916         * doc/man/sylpheed-claws.1
5917                 updated the man page
5918
5919 2006-05-23 [colin]      2.2.0cvs49
5920
5921         * src/folderview.c
5922         * src/imap.c
5923         * src/inc.c
5924         * src/mbox.c
5925         * src/messageview.c
5926         * src/news.c
5927         * src/send_message.c
5928         * src/summaryview.c
5929         * src/gtk/sslcertwindow.c
5930                 alertpanel fixes, by Fabien
5931
5932 2006-05-23 [colin]      2.2.0cvs48
5933
5934         * src/folder.c
5935         * src/folderview.c
5936         * src/msgcache.c
5937         * src/summaryview.c
5938         * src/gtk/gtksctree.c
5939         * src/gtk/gtksctree.h
5940                 More timings
5941                 Fix slow loading problem, which was caused by the
5942                 use of some gtk_ctree funcs and their use of
5943                 g_list_position while gtk_ctree_(un)link'ing.
5944                 Reap more functions from gtkctree.c to be sure we
5945                 use our (fast) version instead of theirs.
5946         * src/mh.c
5947                 Fix copy of unread mails
5948
5949
5950 2006-05-22 [wwp]        2.2.0cvs47
5951
5952         * manual/fr/advanced.xml
5953                 updated.
5954
5955 2006-05-22 [colin]      2.2.0cvs46
5956
5957         * src/filtering.c
5958                 Fix possible infinite loop. 'copy' is not a 
5959                 final action, so when encountering a 'copy',
5960                 we have to check if a previous one was set
5961                 and do it. In the same way, if we encounter
5962                 a 'move' we have to perform a possibly 
5963                 pending 'copy'. This will slow down filtering
5964                 on IMAP if move+copy or multiple copy actions
5965                 are to be done, but handling it via the batch
5966                 would be really too convoluted.
5967
5968 2006-05-22 [wwp]        2.2.0cvs45
5969
5970         * manual/fr/advanced.xml
5971         * manual/fr/faq.xml
5972         * manual/fr/glossary.xml
5973         * manual/fr/handling.xml
5974         * manual/fr/intro.xml
5975         * manual/fr/plugins.xml
5976         * manual/fr/sylpheed-claws-manual.xml
5977                 sync w/ the english manual: updates URIs, documented mailing-list
5978                 support, better explanation about the enabled/disabled feature
5979                 in filtering/processing rules by Paul.
5980
5981 2006-05-21 [colin]      2.2.0cvs44
5982
5983         * src/summaryview.c
5984                 Don't expand after building threads, but during
5985
5986 2006-05-21 [colin]      2.2.0cvs43
5987
5988         * src/procmsg.c
5989         * src/summaryview.c
5990                 More timing possibilities... For next time I have 
5991                 to find out how the hell some 3GHz computer takes
5992                 one minute to open a 30k folder...
5993
5994 2006-05-21 [colin]      2.2.0cvs42
5995
5996         * manual/pl/advanced.xml
5997         * manual/pl/faq.xml
5998         * manual/pl/glossary.xml
5999         * manual/pl/handling.xml
6000         * manual/pl/intro.xml
6001         * manual/pl/plugins.xml
6002         * manual/pl/sylpheed-claws-manual.xml
6003                 Polish manual updated by Pawel
6004
6005 2006-05-20 [colin]
6006
6007         * 2.3.0-rc3 released
6008
6009 2006-05-20 [colin]      2.2.0cvs41
6010
6011         * src/imap.c
6012                 Fix -rc2 problems:
6013                 - remove cache of moved messages from original folder
6014                 - apply new flags to messages even if they aren't appliable
6015                   via IMAP.
6016
6017 2006-05-20 [colin]
6018
6019         * 2.3.0-rc2 released
6020
6021 2006-05-19 [colin]      2.2.0cvs40
6022
6023         * src/imap.c
6024                 Don't issue SELECT in imap_change_flags
6025                 before having checked that we indeed have
6026                 some flags to change. MSG_POSTFILTERED for
6027                 example can't be used on IMAP.
6028                 Fixes bug #955 (copying messages between 
6029                 imap folders is extremely slow), which was
6030                 a regression.
6031
6032 2006-05-19 [colin]      2.2.0cvs39
6033
6034         * src/folder.c
6035         * src/folder.h
6036         * src/folderview.c
6037                 Try to fix bug #830 (Some unread messages 
6038                 get marked read in IMAP inbox):
6039                 - Prevent scanning a folder if it's being 
6040                   opened via the GUI
6041                 - Postpone opening via the GUI of a folder
6042                   currently scanned.
6043
6044
6045 2006-05-19 [wwp]        2.2.0cvs38
6046
6047         * manual/advanced.xml
6048                 fix English+typo (thanks to Paul).
6049
6050 2006-05-19 [wwp]        2.2.0cvs37
6051
6052         * manual/advanced.xml
6053         * manual/fr/advanced.xml
6054         * src/gtk/logwindow.c
6055         * src/prefs_common.c
6056         * src/prefs_common.h
6057                 added hidden prefs to allow customization of colors used in
6058                 protocol log window (useful for dark gtk+ themes).
6059
6060 2006-05-19 [wwp]        2.2.0cvs36
6061
6062         * ChangeLog
6063                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
6064
6065 2006-05-19 [paul]       2.2.0cvs35
6066
6067         * src/textview.c
6068                 make Reply-To fully clickable
6069         * src/gtk/logwindow.c
6070                 more colouring (SMTP ESMTP)
6071         Both patches by Pawel Pekala
6072
6073 2006-05-19 [cleroy]     2.2.0cvs34
6074
6075         * src/mh.c
6076                 Don't update flags from current folder
6077                 Probably fixes bug #935 (Read Messages 
6078                 Revert to Being Marked as Unread)
6079
6080 2006-05-18 [colin]      2.2.0cvs33
6081
6082         * src/imap.c
6083                 Warning fix
6084         * src/compose.c
6085         * src/mainwindow.c
6086         * src/summaryview.c
6087         * src/toolbar.c
6088                 Allow replying to multiple emails
6089                 in multiple windows
6090         * src/mimeview.c
6091         * src/etpan/imap-thread.c
6092                 Leak fixes
6093
6094 2006-05-18 [paul]       2.2.0cvs32
6095
6096         * src/summaryview.c
6097                 keep Mailing-List menu refreshed
6098                 Thanks to Colin
6099
6100 2006-05-18 [paul]       2.2.0cvs31
6101
6102         * manual/advanced.xml
6103         * manual/faq.xml
6104         * manual/glossary.xml
6105         * manual/handling.xml
6106         * manual/intro.xml
6107         * manual/plugins.xml
6108         * manual/sylpheed-claws-manual.xml
6109                 update URLs
6110                 add info about mailing-list support
6111                 edit filtering info
6112         * src/wizard.c
6113         * src/common/defs.h
6114         * src/gtk/about.c
6115         * src/plugins/dillo_viewer/README
6116                 update URLs
6117
6118 2006-05-17 [wwp]        2.2.0cvs30
6119
6120         * manual/handling.xml
6121         * manual/fr/handling.xml
6122                 documented the ability to enabled/disable filtering/processing rules.
6123
6124 2006-05-17 [colin]      2.2.0cvs29
6125
6126         * src/main.c
6127                 Don't initialize g_thread subsystem if it's 
6128                 already done (thanks to Hiro)
6129         * src/mimeview.c
6130                 Fix saving of parts when there name can't be
6131                 converted from UTF-8.
6132
6133 2006-05-17 [paul]       2.2.0cvs28
6134
6135         * po/Makefile.in.in
6136                 fix config.status warning with autoconf 2.60
6137
6138 2006-05-17 [paul]       2.2.0cvs27
6139
6140         * po/POTFILES.in
6141                 add src/mbox.c
6142
6143 2006-05-17 [wwp]        2.2.0cvs26
6144
6145         * src/mainwindow.c
6146                 fix useless and potentially dangerous buffer walking (thanks to Colin).
6147
6148 2006-05-17 [wwp]        2.2.0cvs25
6149
6150         * src/plugins/demo/demo.c
6151                 updated product name in plugin demo (many plugins need to be
6152                 sync'ed w/ that change).
6153
6154 2006-05-17 [colin]      2.2.0cvs24
6155
6156         * src/mh.c
6157                 Fix leak
6158
6159 2006-05-16 [colin]      2.2.0cvs23
6160
6161         * src/mainwindow.c
6162                 Stupid me hit again. Fix cvs22.
6163
6164 2006-05-16 [colin]      2.2.0cvs22
6165
6166         * src/mainwindow.c
6167                 Fix bug #922 (sylpheed-claws crashed after 
6168                 pushing on Inbox folder)
6169
6170 2006-05-16 [colin]      2.2.0cvs21
6171
6172         * src/compose.c
6173                 Make From header be copy/paste/select-able
6174
6175 2006-05-16 [wwp]        2.2.0cvs20
6176
6177         * src/export.c
6178         * src/matcher.c
6179         * src/summaryview.c
6180         * src/etpan/imap-thread.c
6181                 fix some compiler warnings (thanks to Colin).
6182
6183 2006-05-16 [wwp]        2.2.0cvs19
6184
6185         * src/action.c
6186         * src/gedit-print.c
6187         * src/inc.c
6188         * src/mainwindow.c
6189         * src/mh.c
6190         * src/statusbar.c
6191         * src/send_message.c
6192         * src/summaryview.c
6193                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
6194
6195 2006-05-15 [colin]      2.2.0cvs18
6196
6197         * src/procmsg.c
6198                 Fix automatic rule creation with List-Post
6199
6200 2006-05-15 [paul]       2.2.0cvs17
6201
6202         * tools/filter_conv_new.pl
6203                 updated for rule enabling/disabling
6204                 claws version >= 2.3.x required
6205
6206 2006-05-15 [cleroy]     2.2.0cvs16
6207
6208         * src/main.c
6209                 Revert test
6210
6211 2006-05-15 [cleroy]     2.2.0cvs15
6212
6213         * src/main.c
6214                 test
6215
6216 2006-05-15 [wwp]        2.2.0cvs14
6217
6218         * manual/pl/.cvsignore
6219                 ignore generated files.
6220
6221 2006-05-14 [wwp]        2.3.0-rc1
6222
6223         * 2.3.0-rc1 released
6224
6225 2006-05-13 [wwp]        2.2.0cvs13
6226
6227         * src/filtering.c
6228         * src/filtering.h
6229         * src/matcher.c
6230         * src/matcher_parser_lex.l
6231         * src/matcher_parser_parse.y
6232         * src/prefs_filtering.c
6233                 new feature: provide the ability to disable filtering and processing
6234                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
6235                 adaptations.
6236
6237 2006-05-13 [colin]      2.2.0cvs12
6238
6239         * src/compose.c
6240                 Remove useless if (a) b; else b;
6241                 Thanks to wwp
6242
6243 2006-05-13 [wwp]        2.2.0cvs11
6244
6245         * src/export.c
6246         * src/import.c
6247         * src/mainwindow.c
6248         * src/mbox.c
6249         * src/summaryview.c
6250         * src/summaryview.h
6251                 no more silent failures (or at least less ones) when importing
6252                 or exporting from/to mbox. Also start importing/exporting if
6253                 the necessary info is set.
6254
6255 2006-05-13 [wwp]        2.2.0cvs10
6256
6257         * RELEASE_NOTES
6258                 restored up-to-date release notes.
6259
6260 2006-05-13 [paul]       2.2.0cvs9
6261
6262         * po/nl.po
6263         * po/ru.po
6264                 updated by Tim Dijkstra and Pavlo Bohmat
6265
6266 2006-05-12 [colin]      2.2.0cvs8
6267
6268         * src/gtk/quicksearch.c
6269                 Add "k" as shortcut for "colorlabel". Patch
6270                 by ath42@users.sf.net.
6271
6272 2006-05-12 [paul]       2.2.0cvs7
6273
6274         * src/prefs_common.h
6275         * src/prefs_summaries.c
6276         * src/summaryview.c
6277                 when entering a folder also allow
6278                 going directly to first Marked message
6279
6280 2006-05-12 [paul]       2.2.0cvs6
6281
6282         * src/summaryview.c
6283                 always obey 'confirm before marking all
6284                 mails read' option
6285
6286 2006-05-12 [paul]       2.2.0cvs5
6287
6288         * src/textview.c
6289                 make Sender fully clickable
6290
6291 2006-05-12 [colin]      2.2.0cvs4
6292
6293         * src/compose.c
6294         * src/compose.h
6295                 Let From be editable
6296         * src/main.c
6297         * src/mh.c
6298                 Full support of .mh_sequences' Unseen seq
6299
6300 2006-05-12 [colin]      2.2.0cvs3
6301
6302         * src/folder.c
6303         * src/mainwindow.c
6304         * src/mainwindow.h
6305         * src/messageview.c
6306         * src/prefs_spelling.c
6307         * src/procheader.c
6308         * src/procmsg.c
6309         * src/procmsg.h
6310         * src/summaryview.c
6311         * src/toolbar.c
6312         * src/toolbar.h
6313                 Add contextual menu on Compose toolbar
6314                 button. Fixes bug #944 (Automatic
6315                 addresses not applied when changing account
6316                 from compose window)
6317                 add Mailing List support
6318                 based on the old 0.6.5claws25 patch by
6319                 Melvin Hadasht, with finishing touches
6320                 by Colin
6321                 Fix "ignore thread" when mails are threaded by
6322                 subject (and weren't ignored although appearing
6323                 in the thread).
6324                 GUI rework.
6325                 Both patches by Pawel.
6326
6327 2006-05-08 [paul]       2.2.0cvs2
6328
6329         * src/mainwindow.c
6330         * src/mainwindow.h
6331         * src/messageview.c
6332         * src/procheader.c
6333         * src/procmsg.c
6334         * src/procmsg.h
6335         * src/summaryview.c
6336                 add Mailing List support
6337                 based on the old 0.6.5claws25 patch by 
6338                 Melvin Hadasht, with finishing touches
6339                 by Colin
6340
6341 2006-05-08 [colin]      2.2.0cvs1
6342
6343         * src/mainwindow.c
6344         * src/toolbar.c
6345         * src/toolbar.h
6346                 Add contextual menu on Compose toolbar 
6347                 button. Fixes bug #944 (Automatic 
6348                 addresses not applied when changing account 
6349                 from compose window)
6350
6351 2006-05-08 [paul]       2.2.0
6352
6353         2.2.0 released
6354
6355 2006-05-08 [paul]       2.1.1cvs51
6356
6357         * po/cs.po
6358         * po/de.po
6359         * po/en_GB.po
6360         * po/fi.po
6361         * po/fr.po
6362         * po/pt_BR.po
6363         * po/sr.po
6364         * po/zh_CN.po
6365                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6366                 Fabien Vantard, Frederico Goncalves Guimaraes,
6367                 Aleksandar Urosevic, and Ralgh Young
6368
6369 2006-05-12 [colin]      2.1.1cvs50
6370
6371         * po/cs.po
6372         * po/de.po
6373         * po/en_GB.po
6374         * po/es.po
6375         * po/fi.po
6376         * po/fr.po
6377         * po/pt_BR.po
6378         * po/sr.po
6379         * po/zh_CN.po
6380                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6381                 Fabien Vantard, Frederico Goncalves Guimaraes,
6382                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
6383
6384 2006-05-05 [colin]      2.1.1cvs49
6385
6386         * manual/Makefile.am
6387         * manual/pl/Makefile.am
6388         * manual/pl/account.xml
6389         * manual/pl/ack.xml
6390         * manual/pl/addrbook.xml
6391         * manual/pl/advanced.xml
6392         * manual/pl/faq.xml
6393         * manual/pl/glossary.xml
6394         * manual/pl/gpl.xml
6395         * manual/pl/handling.xml
6396         * manual/pl/intro.xml
6397         * manual/pl/keyboard.xml
6398         * manual/pl/plugins.xml
6399         * manual/pl/starting.xml
6400         * manual/pl/sylpheed-claws-manual.xml
6401         * manual/pl/dist/.cvsignore
6402         * manual/pl/dist/Makefile.am
6403         * manual/pl/dist/html/.cvsignore
6404         * manual/pl/dist/html/Makefile.am
6405         * manual/pl/dist/pdf/.cvsignore
6406         * manual/pl/dist/pdf/Makefile.am
6407         * manual/pl/dist/ps/.cvsignore
6408         * manual/pl/dist/ps/Makefile.am
6409         * manual/pl/dist/txt/.cvsignore
6410         * manual/pl/dist/txt/Makefile.am
6411                 Add the polish translation of the manual,
6412                 Authored by Pawel Pekala.
6413
6414 2006-05-05 [cleroy]     2.1.1cvs48
6415
6416         * src/main.c
6417                 Re-read matcherrc after loading plugins 
6418                 if some of them add folders.
6419
6420 2006-05-03 [colin]      2.1.1cvs47
6421
6422         * src/imap.c
6423                 I'm idiot
6424
6425 2006-05-03 [colin]      2.1.1cvs46
6426
6427         * src/imap.c
6428                 Be sure to have a session when
6429                 getting separator
6430
6431 2006-05-03 [colin]      2.1.1cvs45
6432
6433         * src/imap.c
6434         * src/imap.h
6435         * src/imap_gtk.c
6436                 Fix preventing renaming with namespace 
6437                 separator.
6438
6439 2006-05-01 [colin]      2.1.1cvs44
6440
6441         * src/action.c
6442                 Don't reload messageview when result of
6443                 action is piped.
6444
6445 2006-04-29 [colin]      2.1.1cvs43
6446
6447         * src/prefs_receive.c
6448         * src/plugins/spamassassin/spamassassin_gtk.c
6449         * src/plugins/clamav/clamav_plugin_gtk.c
6450                 GUI fixes by Pawel
6451
6452 2006-04-29 [colin]      2.1.1cvs42
6453
6454         * src/prefs_compose_writing.c
6455         * src/prefs_quote.c
6456                 Cleanups. Patch by Pawel
6457
6458 2006-04-28 [paul]       2.1.1cvs41
6459
6460         * src/matcher.c
6461                 fix returned quick search results when search
6462                 term contains an underscore.
6463                 Thanks to Colin
6464
6465 2006-04-28 [paul]       2.1.1cvs40
6466
6467         * src/prefs_message.c
6468         * src/prefs_receive.c
6469                 GUI cleanups
6470                 Patches by Pawel Pekala
6471
6472 2006-04-27 [colin]      2.1.1cvs39
6473
6474         * src/wizard.c
6475                 Differentiate subject Welcome from
6476                 window's title Welcome
6477
6478 2006-04-27 [paul]
6479
6480         2.2.0-rc1 released
6481
6482 2006-04-27 [paul]       2.1.1cvs38
6483
6484         * manual/advanced.xml
6485         * manual/fr/advanced.xml
6486                 add info about compose_no_markup hidden pref
6487
6488 2006-04-27 [paul]       2.1.1cvs37
6489
6490         * src/prefs_account.c
6491                 improve privacy labels
6492         * src/prefs_msg_colors.c
6493                 change some strings for translators' convenience
6494         * src/gtk/gtkutils.c
6495                 don't underline the link button text
6496
6497 2006-04-25 [colin]      2.1.1cvs36
6498
6499         * src/folder.c
6500                 Complete 2.1.1cvs33 (once more ;)
6501
6502 2006-04-25 [colin]      2.1.1cvs35
6503
6504         * src/editldap.c
6505                 Fix tooltip
6506
6507 2006-04-25 [cleroy]     2.1.1cvs34
6508
6509         * src/compose.c
6510         * src/gtk/gtkaspell.c
6511                 Fix crash on redirect (related to the return 
6512                 of the aspell menu in compose's toolbar)
6513         * src/prefs_msg_colors.c
6514                 Fix sensitivity widgets
6515         * src/image_viewer.c
6516         * src/gtk/pluginwindow.c
6517         * src/gtk/prefswindow.c
6518                 Change released signals to clicked (Fabien)
6519         * po/POTFILES.in
6520         * src/common/socket.c
6521         * src/plugins/spamassassin/spamassassin.c
6522                 Translate strings (Fabien)
6523
6524 2006-04-25 [paul]       2.1.1cvs33
6525
6526         * src/folder.c
6527         * src/folder.h
6528         * src/folderview.c
6529                 complete the fix of bug #912
6530                 Thanks to Colin
6531
6532 2006-04-25 [colin]      2.1.1cvs32
6533
6534         * src/news.c
6535                 Better progress bar
6536         * src/mimeview.c
6537         * src/summaryview.c
6538         * src/summaryview.h
6539                 Fix focus chain
6540                 Patches by Pawel Pekala
6541
6542 2006-04-24 [colin]      2.1.1cvs31
6543
6544         * src/compose.c
6545                 Fix compilation warnings (Fabien)
6546
6547 2006-04-24 [colin]      2.1.1cvs30
6548
6549         * src/addrindex.c
6550         * src/editldap.c
6551         * src/editldap_basedn.c
6552         * src/editldap_basedn.h
6553         * src/ldapctrl.c
6554         * src/ldapctrl.h
6555         * src/ldapquery.c
6556         * src/ldaputil.c
6557         * src/ldaputil.h
6558                 Fix bug #901 (LDAPS support)
6559
6560 2006-04-24 [colin]      2.1.1cvs29
6561
6562         * src/compose.c
6563                 Fix logic on error with send dialog on
6564         * src/imap.c
6565                 Fix compilation without libetpan, thanks
6566                 to Fabien
6567         * src/summaryview.c
6568                 Fix 'context-menu' key
6569
6570 2006-04-23 [colin]      2.1.1cvs28
6571
6572         * src/folder.c
6573                 Never free current's cache to free up 
6574                 memory. Fixes bug #912 (new count 
6575                 randomly set to message count)
6576
6577 2006-04-23 [colin]      2.1.1cvs27
6578
6579         * src/gtk/quicksearch.c
6580                 And remove printf...
6581
6582 2006-04-23 [colin]      2.1.1cvs26
6583
6584         * src/gtk/quicksearch.c
6585                 Fix replacing in quicksearch, and fix inserting
6586                 in the middle of the string. (introduced at 2.1.0cvs22)
6587
6588 2006-04-23 [colin]      2.1.1cvs25
6589
6590         * src/imap.c
6591                 Make sure uidnext is initialized in get_num_list
6592                 (not for stable, related to 2.1.1cvs8 and friends)
6593
6594 2006-04-23 [colin]      2.1.1cvs24
6595
6596         * src/imap.c
6597                 Output something when login is successful
6598                 too
6599
6600 2006-04-23 [colin]      2.1.1cvs23
6601
6602         * src/etpan/imap-thread.c
6603                 Better logging (line-per-line, hide data in fetch)
6604                 Fix a const warning
6605         * src/gtk/logwindow.c
6606         * src/gtk/logwindow.h
6607                 Better logging (color for input/output)
6608
6609 2006-04-21 [colin]      2.1.1cvs22
6610
6611         * src/gtk/quicksearch.c
6612                 On gtk+-2.8, use stock buttons in quicksearch
6613                 Based on a patch by Fabien and a design by Paul
6614
6615 2006-04-21 [colin]      2.1.1cvs21
6616
6617         * src/folderview.c
6618         * src/mainwindow.c
6619                 Fix occasional flicker in folderview
6620         * src/common/utils.c
6621                 Fix bug #943 (Incorrectly parsed email address 
6622                 list in short headers on message view and in 
6623                 printouts)
6624
6625 2006-04-20 [colin]      2.1.1cvs20
6626
6627         * src/imap.c
6628         * src/imap.h
6629         * src/prefs_account.c
6630                 Add ANONYMOUS auth for IMAP
6631
6632 2006-04-20 [paul]       2.1.1cvs19
6633
6634         * src/main.c
6635                 proper fix for 2.1.1cvs18
6636                 Thanks to Colin
6637
6638 2006-04-20 [paul]       2.1.1cvs18
6639
6640         * src/main.c
6641                 fix build warnings
6642
6643 2006-04-20 [paul]       2.1.1cvs17
6644
6645         * src/gtk/quicksearch.c
6646                 fix standard, non-extended Quick search,
6647                 was broken in 2.1.1cvs15.
6648                 Thanks to Colin.
6649
6650 2006-04-20 [colin]      2.1.1cvs16
6651
6652         * src/prefs_matcher.c
6653                 Fix values when reselecting a ~test
6654                 rule
6655
6656 2006-04-19 [colin]      2.1.1cvs15
6657
6658         * src/compose.c
6659         * src/compose.h
6660         * src/gtk/gtkaspell.c
6661         * src/gtk/gtkaspell.h
6662                 Put back Options menu in Spelling/
6663         * src/gtk/quicksearch.c
6664                 Don't search, and show error, if the
6665                 advanced search has a syntax error
6666
6667 2006-04-18 [colin]      2.1.1cvs14
6668
6669         * src/textview.c
6670                 Fix gdk warnings on set_cursor when textview
6671                 isn't visible
6672
6673 2006-04-18 [colin]      2.1.1cvs13
6674
6675         * src/gtk/gtksctree.c
6676                 Remove seemingly useless refresh that causes
6677                 flicker - watch this commit in case of 
6678                 problems before planned backport to stable
6679
6680 2006-04-18 [colin]      2.1.1cvs12
6681
6682         * src/imap.c
6683                 Factorize get/set_xml code
6684         * src/compose.c
6685         * src/prefs_account.c
6686         * src/prefs_account.h
6687         * src/procmsg.c
6688                 Add Encrypt to self option
6689
6690 2006-04-17 [colin]      2.1.1cvs11
6691
6692         * configure.ac
6693                 Fix search on encrpyt function on dragonfly
6694                 Patch by Jonathan Buschmann <jonthn@agmact.com>
6695
6696 2006-04-17 [colin]      2.1.1cvs10
6697
6698         * src/prefs_account.c
6699                 Be safe by default: remove mails from POP3
6700                 after 7 days, not immediately
6701
6702 2006-04-17 [colin]      2.1.1cvs9
6703
6704         * src/etpan/imap-thread.c
6705                 Fix build on DragonFly - patch by 
6706                 Jonathan Buschmann <jonthn@agmact.com>
6707
6708 2006-04-17 [colin]      2.1.1cvs8
6709
6710         * src/imap.c
6711                 Save uidnext between sessions
6712
6713 2006-04-17 [colin]      2.1.1cvs7
6714
6715         * src/imap.c
6716                 scan is required when uid validity changes
6717
6718 2006-04-17 [colin]      2.1.1cvs6
6719
6720         * src/folderview.c
6721                 Don't scan if not necessary, apart in current
6722                 folder and INBOX to fetch flags.
6723         * src/imap.c
6724                 Scan is necessary if unread count changes
6725
6726 2006-04-17 [colin]      2.1.1cvs5
6727
6728         * src/imap.c
6729                 ...But always fetch ANSWERED and DELETED flags for
6730                 INBOX, as filtering can happen on these flags.
6731
6732 2006-04-17 [colin]      2.1.1cvs4
6733
6734         * src/imap.c
6735                 Don't fetch REPLIED and DELETED flags when synchronising
6736                 flags with a closed folder. We only need UNSEEN and FLAGGED
6737                 to update the folderview.
6738
6739 2006-04-17 [colin]      2.1.1cvs3
6740
6741         * src/imap.c
6742                 Faster flag search when there are new mails 
6743                 in a folder. We can do a full search if the 
6744                 folder contains less messages than the new
6745                 list.
6746
6747 2006-04-17 [colin]      2.1.1cvs2
6748
6749         * po/cs.po
6750         * po/de.po
6751         * po/fr.po
6752         * po/nl.po
6753         * po/pt_BR.po
6754                 Update translations from stable branch
6755
6756 2006-04-17 [colin]      2.1.1cvs1
6757
6758         * configure.ac
6759                 Bump version to follow stable release
6760
6761 2006-04-16 [mones]      2.1.0cvs50
6762
6763         * po/es.po
6764                 Updated for release
6765
6766 2006-04-16 [colin]      2.1.0cvs49
6767
6768         * src/textview.c
6769                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
6770                 with gtk < 2.8. Thanks to Fabien Vantard.
6771
6772 2006-04-15 [colin]      2.1.0cvs48
6773
6774         * src/etpan/imap-thread.c
6775                 Fix bug #919 (libetpan: SEGV when connecting 
6776                 using command)
6777
6778 2006-04-14 [colin]      2.1.0cvs47
6779
6780         * src/main.c
6781                 Fix race on --select (should be done better)
6782
6783 2006-04-14 [wwp]        2.1.0cvs46
6784
6785         * src/send_message.c
6786                 enforce a check for domain in account prefs (a sending
6787                 error could be faced if domain was checked but no value set),
6788                 thanks to Colin.
6789
6790 2006-04-14 [colin]      2.1.0cvs45
6791
6792         * src/codeconv.c
6793                 when converting from unknown to unknown, if the
6794                 string is UTF8, don't convert it to the locale
6795                 (which breaks it)
6796
6797 2006-04-14 [colin]      2.1.0cvs44
6798
6799         * src/compose.c
6800                 Don't try to use ASCII for converting headers
6801                 (as done in body)
6802
6803 2006-04-14 [paul]       2.1.0cvs43
6804
6805         * src/crash.c
6806                 add locale/charset info to crash report
6807         * src/gtk/about.c
6808                 add wwp to doc team
6809                 replace 'e-mail' with preferred 'email'
6810         * src/gtk/authors.h
6811                 ensure contributors list is in alphabetical
6812                 order
6813
6814 2006-04-13 [colin]      2.1.0cvs42
6815
6816         * src/textview.c
6817                 Prevent gdk warnings
6818
6819 2006-04-13 [colin]      2.1.0cvs41
6820
6821         * src/common/ssl_certificate.c
6822         * src/common/ssl_certificate.h
6823         * src/gtk/sslcertwindow.c
6824                 Warn on expired certs, and display the expiration date
6825
6826 2006-04-13 [colin]      2.1.0cvs40
6827
6828         * src/plugins/spamassassin/spamassassin_gtk.c
6829                 Fix missing set_text on unix socket
6830
6831 2006-04-13 [wwp]        2.1.0cvs39
6832
6833         * manual/fr/advanced.xml
6834         * manual/fr/glossary.xml
6835                 applied new spam/ham/email lexicon (pourriel, courriel)
6836
6837 2006-04-13 [paul]       2.1.0cvs38
6838
6839         * src/plugins/pgpmime/plugin.c
6840                 remove the mention of S/MIME from the
6841                 description. This is now handled by the
6842                 S/MIME plugin.
6843
6844 2006-04-13 [paul]       2.1.0cvs37
6845
6846         * src/prefs_msg_colors.c
6847                 rework dialog
6848         * src/prefs_folder_item.c
6849         * src/prefs_spelling.c
6850                 add a tooltip to the colour selector buttons
6851
6852 2006-04-13 [wwp]        2.1.0cvs36
6853
6854         * manual/advanced.xml
6855         * manual/glossary.xml
6856         * manual/handling.xml
6857         * manual/keyboard.xml
6858         * manual/plugins.xml
6859         * manual/starting.xml
6860         * manual/fr/account.xml
6861         * manual/fr/ack.xml
6862         * manual/fr/addrbook.xml
6863         * manual/fr/advanced.xml
6864         * manual/fr/faq.xml
6865         * manual/fr/glossary.xml
6866         * manual/fr/gpl.xml
6867         * manual/fr/handling.xml
6868         * manual/fr/intro.xml
6869         * manual/fr/keyboard.xml
6870         * manual/fr/plugins.xml
6871         * manual/fr/starting.xml
6872         * manual/fr/sylpheed-claws-manual.xml
6873                 fixes to the manuals:
6874                  - summaryview -> Message List (same in French)
6875                  - translate key names
6876                  - fix French punctuation, use non-breakable spaces when
6877                    necessary, don't use &thinsp; which is not portable
6878                  - tell what maildir and mbox formats we support
6879
6880 2006-04-12 [wwp]        2.1.0cvs35
6881
6882         * src/prefs_toolbar.c
6883                 unified a replace button more,
6884                 patch by Fabien Vantard <fzzzzz@gmail.com>.
6885
6886 2006-04-12 [wwp]        2.1.0cvs34
6887
6888         * src/prefs_common.c
6889         * src/prefs_msg_colors.c
6890                 make default color labels translatable,
6891                 patch from Fabien Vantard <fzzzzz@gmail.com>,
6892                 thanks to Tim <timbrain@post.cz> for reporting.
6893
6894 2006-04-12 [wwp]        2.1.0cvs33
6895
6896         * manual/glossary.xml
6897         * manual/intro.xml
6898         * manual/plugins.xml
6899         * manual/starting.xml
6900         * manual/sylpheed-claws-manual.xml
6901         * manual/fr/.cvsignore
6902         * manual/fr/account.xml
6903         * manual/fr/ack.xml
6904         * manual/fr/addrbook.xml
6905         * manual/fr/advanced.xml
6906         * manual/fr/faq.xml
6907         * manual/fr/glossary.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                 various fixes: typos, missing .fr translations, punctuation,
6915                 capitalization, links, accents and some bad French more.
6916
6917 2006-04-12 [wwp]        2.1.0cvs32
6918
6919         * src/prefs_gtk.c
6920                 fix for bug #935: always store prefs files in UTF-8 (thanks
6921                 to Colin).
6922
6923 2006-04-11 [colin]      2.1.0cvs31
6924
6925         * src/compose.c
6926                 Fix inserting files not in utf8 when locale is utf8
6927
6928 2006-04-11 [colin]      2.1.0cvs30
6929
6930         * src/inc.c
6931                 Don't show error dialog when cancelling connection
6932                 Patch by Pawel
6933
6934 2006-04-11 [cleroy]     2.1.0cvs29
6935
6936         * src/compose.c
6937                 Implement multiple quote levels
6938         * src/prefs_common.c
6939                 Change a little bit the quote bgcolor for 2nd level
6940
6941 2006-04-11 [colin]      2.1.0cvs28
6942
6943         * src/gtk/about.c
6944                 Add locale and charset in the label
6945
6946 2006-04-10 [colin]      2.1.0cvs27
6947
6948         * src/compose.c
6949         * src/prefs_common.c
6950         * src/prefs_common.h
6951         * src/prefs_msg_colors.c
6952         * src/textview.c
6953                 Allow optional background color in quotes
6954                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
6955                 GTK+-2.8.x feature
6956
6957 2006-04-10 [colin]      2.1.0cvs26
6958
6959         * src/main.c
6960         * src/mainwindow.c
6961         * src/mainwindow.h
6962                 Implement --select
6963
6964 2006-04-10 [colin]      2.1.0cvs25
6965
6966         * manual/plugins.xml
6967         * manual/fr/plugins.xml
6968                 Document libcurl's proxy variables
6969
6970 2006-04-09 [colin]      2.1.0cvs24
6971
6972         * src/prefs_common.c
6973                 gettext() returns statically allocated stuff. We have
6974                 to strdup it in order to be able to free it.
6975
6976 2006-04-09 [colin]      2.1.0cvs23
6977
6978         * AUTHORS
6979         * src/gtk/authors.h
6980                 Add Alexei
6981
6982 2006-04-09 [colin]      2.1.0cvs22
6983
6984         * src/mainwindow.c
6985         * src/gtk/quicksearch.c
6986                 Fix bug #859 (problems with cyrilic input in 
6987                 search panel) - Patch by Alexey Illarionov 
6988                 <littlesavage@rambler.ru>
6989
6990 2006-04-09 [colin]      2.1.0cvs21
6991
6992         * src/prefs_customheader.c
6993                 I prefer removing then freeing rather than the contrary
6994                 (even if it doesn't change anything ;-)
6995         * src/prefs_account.c
6996                 Fix bug #933 (Crash re-entering the custom headers list 
6997                 dialog in accounts prefs)
6998                 The problem happened when cancelling the Account 
6999                 Preferences' dialogs - in which case we didn't do 
7000                 anything to the PrefsAccount * struct. In case of applying,
7001                 the old ac_prefs was replaced with the tmp_ac_prefs we were
7002                 working with in this dialog. The problem is that 
7003                 prefs_customheader.c, working on this tmp_ac_prefs, always
7004                 changes the ->customhdr_list pointer, even when cancelled. 
7005                 So in case of cancelling the prefs_account dialog, we still
7006                 have to update ->customhdr_list in the real account.
7007
7008 2006-04-08 [colin]      2.1.0cvs20
7009
7010         * manual/fr/glossary.xml
7011         * manual/fr/keyboard.xml
7012                 Forgot some headers :)
7013
7014 2006-04-08 [colin]      2.1.0cvs19
7015
7016         * manual/Makefile.am
7017         * manual/fr/Makefile.am
7018         * manual/fr/account.xml
7019         * manual/fr/ack.xml
7020         * manual/fr/addrbook.xml
7021         * manual/fr/advanced.xml
7022         * manual/fr/faq.xml
7023         * manual/fr/glossary.xml
7024         * manual/fr/gpl.xml
7025         * manual/fr/handling.xml
7026         * manual/fr/intro.xml
7027         * manual/fr/keyboard.xml
7028         * manual/fr/plugins.xml
7029         * manual/fr/starting.xml
7030         * manual/fr/sylpheed-claws-manual.xml
7031         * manual/fr/dist/.cvsignore
7032         * manual/fr/dist/Makefile.am
7033         * manual/fr/dist/html/.cvsignore
7034         * manual/fr/dist/html/Makefile.am
7035         * manual/fr/dist/pdf/.cvsignore
7036         * manual/fr/dist/pdf/Makefile.am
7037         * manual/fr/dist/ps/.cvsignore
7038         * manual/fr/dist/ps/Makefile.am
7039         * manual/fr/dist/txt/.cvsignore
7040         * manual/fr/dist/txt/Makefile.am
7041                 Add the french translation of the manual. Thanks to
7042                 Olivier Delhomme <olivier.delhomme@free.fr> for 
7043                 account.xml, ack.xml, addrbook.xml and advanced.xml
7044
7045 2006-04-08 [colin]      2.1.0cvs18
7046
7047         * manual/plugins.xml
7048         * manual/starting.xml
7049                 More fixes
7050
7051 2006-04-07 [colin]      2.1.0cvs17
7052
7053         * manual/faq.xml
7054         * manual/intro.xml
7055         * manual/keyboard.xml
7056                 Little fixes
7057
7058 2006-04-07 [colin]      2.1.0cvs16
7059
7060         * README
7061         * src/compose.c
7062         * src/prefs_common.c
7063         * src/prefs_common.h
7064                 Add hidden compose_no_markup pref
7065
7066 2006-04-07 [wwp]        2.1.0cvs15
7067
7068         * src/summary_search.c
7069         * .cvsignore
7070                 Bugfix: stop button was sticky when searching in an empty folder.
7071                 Applied curly brackets code style to the whole file (summary_search.c).
7072                 More files to ignore.
7073
7074 2006-04-07 [wwp]        2.1.0cvs14
7075
7076         * src/message_search.c
7077         * src/summary_search.c
7078                 changed default button when search bumps at file/folder
7079                 beginning or end, for convenience (thanks to Colin).
7080
7081 2006-04-07 [paul]       2.1.0cvs13
7082
7083         * src/plugins/dillo_viewer/dillo_prefs.c
7084                 avoid future potential for namespace collision
7085                 Patch by Colin
7086
7087 2006-04-06 [wwp]        2.1.0cvs12
7088
7089         * src/summary_search.c
7090                 Unify extended/advanced searches names (and thus factorize labels),
7091                 patch by Fabien Vantard <fzzzzz@gmail.com>.
7092
7093 2006-04-06 [wwp]        2.1.0cvs11
7094
7095         * src/folderview.c
7096         * src/prefs_themes.c
7097         * src/summaryview.c
7098                 Fixed some compilation warnings.
7099
7100 2006-04-06 [colin]      2.1.0cvs10
7101
7102         * manual/advanced.xml
7103                 Document the wizard template and how to deploy
7104                 Sylpheed-Claws effectively
7105
7106 2006-04-06 [colin]      2.1.0cvs9
7107
7108         * src/folderview.c
7109                 gettext patch to tell translators about _("#"),
7110                 by Maxim Britov
7111
7112 2006-04-06 [colin]      2.1.0cvs8
7113
7114         * src/textview.c
7115                 Fix invalid GtkTextBIter after clicking "Display as text"
7116
7117 2006-04-06 [mones]      2.1.0cvs7
7118
7119         * src/addr_compl.c
7120         * src/addrindex.c
7121         * src/addritem.c
7122         * src/codeconv.c
7123         * src/compose.c
7124         * src/filtering.c
7125         * src/folder.c
7126         * src/folder_item_prefs.c
7127         * src/folderview.c
7128         * src/localfolder.c
7129         * src/matcher.c
7130         * src/mimeview.c
7131         * src/prefs_msg_colors.c
7132         * src/prefs_spelling.c
7133         * src/prefs_themes.c
7134         * src/procmime.c
7135         * src/procmsg.c
7136         * src/stock_pixmap.c
7137         * src/summaryview.c
7138         * src/textview.c
7139         * src/toolbar.c
7140         * src/common/mgutils.c
7141         * src/common/prefs.c
7142         * src/common/ssl_certificate.c
7143         * src/gtk/colorlabel.c
7144         * src/gtk/quicksearch.c
7145         * src/plugins/pgpmime/pgpmime.c
7146         * src/plugins/spamassassin/spamassassin.c
7147                 Removed redundant NULL checks for g_free() calls.
7148                 Patch by Pawel Pekala.
7149
7150 2006-04-06 [mones]      2.1.0cvs6
7151
7152         * src/prefs_actions.c
7153         * src/prefs_filtering.c
7154         * src/prefs_filtering_action.c
7155         * src/prefs_matcher.c
7156         * src/prefs_template.c
7157         * src/gtk/gtkutils.c
7158         * src/gtk/gtkutils.h
7159                 Have a nice replace button. Patch by Pawel Pekala
7160
7161 2006-04-06 [colin]      2.1.0cvs5
7162
7163         * src/addressbook.c
7164                 Fix crash with empty columns
7165
7166 2006-04-05 [colin]      2.1.0cvs4
7167
7168         * src/wizard.c
7169         * src/prefs_gtk.c
7170                 Allow wizard customization with pre-filled values
7171
7172 2006-04-05 [colin]      2.1.0cvs3
7173
7174         * src/textview.c
7175         * src/mimeview.c
7176         * src/mimeview.h
7177                 Nicer messages in mimeview
7178
7179 2006-04-05 [colin]      2.1.0cvs2
7180
7181         * src/addressbook.c
7182         * src/prefs_summaries.c
7183                 i18n fix
7184
7185 2006-04-05 [colin]      2.1.0cvs1
7186
7187         * src/plugins/pgpcore/plugin.c
7188         * src/plugins/pgpcore/select-keys.c
7189         * src/plugins/pgpcore/select-keys.h
7190         * src/plugins/pgpcore/sgpgme.c
7191         * src/plugins/pgpcore/sgpgme.h
7192         * src/plugins/pgpinline/pgpinline.c
7193         * src/plugins/pgpinline/plugin.c
7194         * src/plugins/pgpmime/pgpmime.c
7195         * src/plugins/pgpmime/plugin.c
7196                 Factorize and generalize a bit 
7197                 Drop S/MIME signature verification from PGP/MIME
7198                 (adding it as another, more complete plugin)
7199
7200 2006-04-05 [paul]       2.1.0
7201
7202         2.1.0 released
7203
7204 2006-04-05 [paul]       2.0.0cvs186
7205
7206         * manual/advanced.xml
7207                 add info on colour labels
7208
7209 2006-04-05 [paul]       2.0.0cvs185
7210
7211         * po/bg.po
7212         * po/cs.po
7213         * po/de.po
7214         * po/el.po
7215         * po/en_GB.po
7216         * po/fi.po
7217         * po/fr.po
7218         * po/it.po
7219         * po/nl.po
7220         * po/pl.po
7221         * po/pt_BR.po
7222         * po/sr.po
7223         * po/zh_CN.po
7224                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
7225                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
7226                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
7227                 Guimaraes, Aleksandar Urosevic, Ralgh Young
7228         * src/gtk/authors.h
7229         * tools/claws.i18n.status.pl
7230                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
7231                 and new Czech translator, Tim <timbrain@post.cz>
7232
7233 2006-04-05 [mones]      2.0.0cvs184
7234
7235         * po/es.po
7236                 Updated translation
7237
7238 2006-04-05 [colin]      2.0.0cvs183
7239
7240         * src/gtk/quicksearch.c
7241                 Fix bug #929 (unnecessary reload in quick search bar)
7242
7243 2006-04-05 [colin]      2.0.0cvs182
7244
7245         * src/compose.c
7246                 Fix crash on Reply with no From:
7247                 Show signature and conversion error on queuing 
7248                 (but not sending)
7249         * src/mainwindow.c
7250         * src/summaryview.c
7251         * src/summaryview.h
7252                 Factorize threading code and make sure msginfo 
7253                 is not null when it comes from a GtkCTreeRow's 
7254                 data
7255         * src/gtk/gtkaspell.c
7256                 Check for necessary things
7257         * src/gtk/gtksctree.c
7258         * src/gtk/gtksctree.h
7259                 Reset anchor if necessary when removing node
7260
7261 2006-03-29 [colin]      2.0.0cvs181
7262
7263         * src/folderview.c
7264                 Warn for disabled IMAP accounts (due to lack of
7265                 libetpan). Breaks string-freeze - sorry - but it
7266                 is kind of important ;)
7267
7268 2006-03-28 [colin]      2.0.0cvs180
7269
7270         * src/gtk/gtkutils.c
7271         * src/gtk/gtkutils.h
7272                 Add a gtkut_get_link_btn() function that
7273                 creates a button which acts like an URI
7274         * src/prefs_themes.c
7275         * src/gtk/about.c
7276                 Use this function (factorizes codes)
7277         * src/common/defs.h
7278         * src/gtk/pluginwindow.c
7279                 Add a "Get more..." in the plugins window
7280
7281 2006-03-28 [colin]      2.0.0cvs179
7282
7283         * src/common/smtp.c
7284         * src/common/passcrypt.c
7285         * src/undo.c
7286                 Warning fixes. Patch by Pawel Pekala
7287
7288 2006-03-27 [colin]      2.0.0cvs178
7289
7290         * src/undo.c
7291                 Fix undoing by blocks with spaces
7292
7293 2006-03-27 [colin]      2.0.0cvs177
7294
7295         * src/textview.c
7296                 Set margin to 3px for headers
7297
7298 2006-03-27 [paul]
7299
7300         2.1.0-rc2 released
7301
7302 2006-03-27 [wwp]        2.0.0cvs176
7303
7304         * src/summaryview.c
7305                 don't reset quicksearch when updating the message list.
7306                 Thanks to Colin.
7307
7308 2006-03-26 [wwp]        2.0.0cvs175
7309
7310         * src/compose.c
7311                 use a unified border width ('other' tab in the compose window,
7312                 patch by Pawel Pekala).
7313
7314
7315 2006-03-26 [wwp]        2.0.0cvs174
7316
7317         * src/common/quoted-printable.c
7318         * src/addressbook.c
7319                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
7320
7321 2006-03-26 [colin]      2.0.0cvs173
7322
7323         * src/quote_fmt_parse.y
7324                 Fix non-UTF8 date formats messing up the whole quote a 
7325                 little bit
7326
7327 2006-03-26 [colin]      2.0.0cvs172
7328
7329         * src/procheader.c
7330                 Make sure the date is UTF8 valid, or try to make it
7331                 so. IncrediMail is really IncrediStupid.
7332         * src/compose.c
7333                 Fix possible conversions. 
7334                 
7335
7336 2006-03-26 [colin]      2.0.0cvs171
7337
7338         * src/matcher.c
7339                 Fix corner cases in body search. This is still a
7340                 hack... It seems impossible to make it good and 
7341                 reasonably fast at the same time.
7342
7343 2006-03-26 [colin]      2.0.0cvs170
7344
7345         * src/summaryview.c
7346                 I think I killed the twilight zone bug!
7347                 summary_select_node() flushes GTK events in order
7348                 to be able to center the view. But this also 
7349                 flushes keypresses like Ctrl-Alt-U, so this can
7350                 call summary_show from summary_select_node (itself
7351                 called from summary_show, etc.). And the summaryview
7352                 has to be unlocked in this function. So just locking
7353                 while processing GTK events, and bailing if locked, 
7354                 should fix it.
7355                 Fixes bug #927 (SIGSEGV during Update Summary)
7356
7357 2006-03-25 [colin]      2.0.0cvs169
7358
7359         * src/matcher.c
7360                 Fix search in QP-encoded bodies
7361                 Fix utf-8 searches in bodies encoded in the
7362                 locale's encoding
7363         * src/common/quoted-printable.c
7364         * src/common/quoted-printable.h
7365                 Add a decode function that doesn't overwrite
7366                 the original pointer
7367                 
7368
7369 2006-03-24 [colin]      2.0.0cvs168
7370
7371         * src/action.c
7372         * src/summaryview.c
7373         * src/summaryview.h
7374                 Update message cache after action
7375                 Patch by H. Merijn Brand
7376         * src/prefs_msg_colors.c
7377                 Factorize label 
7378                 Patch by Fabien Vantard
7379         * src/plugins/spamassassin/spamassassin_gtk.c
7380                 Remove useless translation
7381                 Patch by Fabien Vantard
7382
7383 2006-03-23 [colin]      2.0.0cvs167
7384
7385         * src/common/ssl.c
7386                 Let 30 seconds to SSL_connect
7387
7388 2006-03-23 [wwp]        2.0.0cvs166
7389
7390         * src/summaryview.c
7391         * src/gtk/description_window.c
7392                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
7393                 and headers are translated; adjust description windows' width to fit their
7394                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
7395
7396 2006-03-23 [paul]       2.0.0cvs165
7397
7398         * src/common/utils.c
7399                 fix highlighting of URIs containing "()"
7400                 (2.0.0cvs164's reversal fixed)
7401                 Thanks to Colin.
7402
7403 2006-03-23 [paul]       2.0.0cvs164
7404
7405         * src/common/utils.c
7406                 revert patch, (postponing a fix), at 2.0.0cvs120
7407                 as it breaks more URIs than it fixes.
7408                 Allow '-' to be a terminating character in a URI
7409
7410 2006-03-22 [colin]      2.0.0cvs163
7411
7412         * configure.ac
7413                 Require libetpan 0.45
7414                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
7415
7416 2006-03-22 [paul]       2.0.0cvs162
7417
7418         * src/editgroup.c
7419                 replace '<-' and '->' buttons with GTK_STOCK graphical
7420                 buttons
7421         * src/summary_search.c
7422                 don't offer '...' for translation
7423                 add a tooltip to advanced search '...' button
7424         * src/gtk/quicksearch.c
7425                 don't offer '...' for translation
7426
7427 2006-03-21 [colin]      2.0.0cvs161
7428
7429         * src/compose.c
7430                 Fix middle-click pasting (insert at click
7431                 position instead of cursor position, don't
7432                 remove existing selection and allow pasting
7433                 our own selection)
7434         * src/addressbook.c
7435                 "LDAP Server" -> "LDAP servers"
7436
7437 2006-03-21 [wwp]        2.0.0cvs160
7438
7439         * src/etpan/imap-thread.c
7440                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
7441
7442 2006-03-20 [colin]      2.0.0cvs159
7443
7444         * src/summaryview.c
7445                 Don't reload summaryview after an execute with no
7446                 move action
7447
7448 2006-03-19 [colin]      2.0.0cvs158
7449
7450         * src/addressbook.c
7451                 and put groups at the top, always
7452
7453 2006-03-19 [colin]      2.0.0cvs157
7454
7455         * src/addressbook.c
7456                 Order groups before names, as previously
7457
7458 2006-03-19 [colin]      2.0.0cvs156
7459
7460         * src/addressbook.c
7461                 - Sort case-unsensitive
7462                 - Put the sort arrow at opening too
7463
7464 2006-03-19 [wwp]        2.0.0cvs155
7465
7466         * src/addressbook.c
7467                 allow sorting by name/email/remarks, ensure that right-pane's contents
7468                 matches the left-pane selection (cleared when appropriate).
7469                 Patch by Pawel Pekala <c0rn@o2.pl>.
7470
7471 2006-03-18 [colin]      2.0.0cvs154
7472
7473         * src/textview.c
7474                 Fix text cursor ;)
7475
7476 2006-03-18 [colin]      2.0.0cvs153
7477
7478         * src/gtk/filesel.c
7479                 Make sure we hide the preview if we didn't get
7480                 a filename
7481
7482 2006-03-18 [colin]      2.0.0cvs152
7483
7484         * src/summaryview.c
7485                 Set cursor to watch for execution (fixes lack
7486                 of watch-cursor when dnd'ing hundreds of mails)
7487         * src/gtk/filesel.c
7488                 Check that mime type is 'image/*' before updating
7489                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
7490
7491 2006-03-18 [colin]      2.0.0cvs151
7492
7493         * src/mainwindow.c
7494         * src/textview.c
7495         * src/textview.h
7496                 Put a watch cursor in textview too when the mainwindow's
7497                 cursor in a watch
7498
7499 2006-03-18 [colin]      2.0.0cvs150
7500
7501         * src/folder.c
7502                 Change wrong asserts to simple tests
7503
7504 2006-03-17 [colin]      2.0.0cvs149
7505
7506         * src/mainwindow.c
7507         * src/mainwindow.h
7508         * src/prefs_msg_colors.c
7509         * src/summaryview.c
7510         * src/summaryview.h
7511         * src/gtk/colorlabel.c
7512         * src/gtk/colorlabel.h
7513                 Add a color label menu in the main menubar
7514                 Add (fixed) accels Ctrl-{0-7} to change the color
7515                 They have to be fixed because the menu's dynamic,
7516                 the items are complex widgets, hence we can't use
7517                 a GtkItemFactory.
7518
7519
7520 2006-03-17 [wwp]        2.0.0cvs148
7521
7522         * src/compose.c
7523                 rollback few lines from my previous commit (those lines come from
7524                 a pending patch, accidentally commited, even if neutral as they are
7525                 commented out).
7526
7527 2006-03-17 [wwp]        2.0.0cvs147
7528
7529         * src/compose.c
7530                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
7531                 applied code style/indentation to the modified function.
7532
7533 2006-03-17 [wwp]        2.0.0cvs146
7534
7535         * src/procmsg.c
7536         * src/compose.c
7537                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
7538
7539 2006-03-17 [paul]
7540
7541         2.1.0-rc1 released
7542
7543 2006-03-17 [paul]       2.0.0cvs145
7544
7545         * src/main.c
7546                 addressbook_read_file() was called twice
7547         * src/textview.c
7548                 X-Mailer highlighting
7549
7550 2006-03-16 [colin]      2.0.0cvs144
7551
7552         * src/sourcewindow.c
7553         * src/sourcewindow.h
7554                 And the last one, in source window.
7555
7556 2006-03-16 [colin]      2.0.0cvs143
7557
7558         * src/compose.c
7559         * src/compose.h
7560                 Fix the same stuff in compose
7561
7562 2006-03-16 [colin]      2.0.0cvs142
7563
7564         * src/messageview.c
7565                 Complete the previous messageview crash fix
7566
7567 2006-03-16 [colin]      2.0.0cvs141
7568
7569         * src/procmsg.h
7570         * src/procmsg.c
7571         * src/folder.c
7572                 Fix POSTPROCESSING hook
7573                 Patch by H. Merijn Brand
7574
7575         * src/procmime.c
7576         * src/procmime.h
7577                 Parse Content-Location
7578
7579         * src/toolbar.c
7580         * src/messageview.c
7581         * src/messageview.h
7582                 Don't crash when a top-level MessageView has
7583                 been closed on us. Same problematic than
7584                 yesterday's quicksearch issue.
7585
7586 2006-03-15 [colin]      2.0.0cvs140
7587
7588         * src/gtk/quicksearch.c
7589                 Fix a bitchy race we didn't think about when we
7590                 added quicksearch cancellation:
7591                 If the search is not on cached fields, for example
7592                 body_part matchcase "stuff"
7593                 the matcher code has to get the whole message. If
7594                 we're on IMAP, that can be slow, and in order to
7595                 be non-blocking, the IMAP code idle loop processes
7596                 gtk events too. So it is possible to cancel a
7597                 quicksearch while the matcher is getting the mail's
7598                 body. After matcher got its body, it will start to
7599                 iterate over the matcher list that the Quicksearch's
7600                 clear_search_cb() just freed via prepare_matcher().
7601                 SIGSEGV ensues.
7602                 The fix consists of guarding the matcherlist_match()
7603                 call with a boolean 'matching'. If we reset the
7604                 quicksearch while matching is TRUE, we don't free
7605                 the matcherlist anymore like we did, but we set
7606                 another new flag, deferred_free, to TRUE. Then,
7607                 in quicksearch_match(), just after returning from
7608                 matcherlist_match() and unsetting the matching flag,
7609                 we check the deferred_free flag and do the
7610                 prepare_matcher() (which does the matcherlist_free)
7611                 for real, so we free the matcherlist once it's not
7612                 used anymore.
7613                 As all of this runs via the glib main loop, we
7614                 luckily don't need a mutex.
7615         * src/summaryview.c
7616                 Also, show progress while searching.
7617
7618
7619 2006-03-14 [colin]      2.0.0cvs139
7620
7621         * src/alertpanel.c
7622                 Make alertpanel_is_open non-static
7623
7624 2006-03-14 [colin]      2.0.0cvs138
7625
7626         * src/prefs_spelling.c
7627                 Cleanups - Fabien Vantard
7628
7629 2006-03-14 [wwp]        2.0.0cvs137
7630
7631         * src/main.c
7632                 code style normalization (curly braces, indentation).
7633
7634 2006-03-14 [wwp]        2.0.0cvs137
7635
7636         * src/main.c
7637                 code style (braces, indentation)
7638
7639 2006-03-12 [paul]       2.0.0cvs136
7640
7641         * src/prefs_common.c
7642                 trans_hdr defaults to FALSE to be RFC-savvy
7643         * src/prefs_summaries.c
7644                 add a tooltip to the trans_hdr option
7645                 
7646
7647 2006-03-12 [paul]       2.0.0cvs135
7648
7649         * src/prefs_matcher.c
7650                 give a little more width to the combos
7651         * src/prefs_display_header.c
7652         * src/textview.c
7653                 translate headers if prefs_common.trans_hdr
7654                 is TRUE
7655
7656         Patches by Pawel Pekala
7657
7658 2006-03-12 [paul]       2.0.0cvs134
7659
7660         * src/plugins/clamav/clamav_plugin.c
7661         * src/plugins/dillo_viewer/dillo_viewer.c
7662         * src/plugins/pgpcore/plugin.c
7663         * src/plugins/pgpinline/plugin.c
7664         * src/plugins/pgpmime/plugin.c
7665         * src/plugins/spamassassin/spamassassin.c
7666                 update/add to descriptions
7667         * src/plugins/spamassassin/spamassassin_gtk.c
7668                 fixes to the english, remove superfluous
7669                 tooltips, clean up a little
7670
7671 2006-03-12 [paul]       2.0.0cvs133
7672
7673         * src/compose.c
7674                 fix Bug 924, 'Account combo box shows up wrong 
7675                 if & is in account name'
7676
7677 2006-03-11 [colin]      2.0.0cvs132
7678
7679         * src/summaryview.c
7680                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
7681                 messed up shift-selection because is slows down
7682                 moving around summaryview. thanks -users
7683
7684 2006-03-10 [colin]      2.0.0cvs131
7685
7686         * src/plugins/spamassassin/spamassassin_gtk.c
7687                 Put back Paul's engrish fixes
7688
7689 2006-03-10 [colin]      2.0.0cvs130
7690
7691         * src/plugins/spamassassin/spamassassin.c
7692         * src/plugins/spamassassin/spamassassin.h
7693         * src/plugins/spamassassin/spamassassin_gtk.c
7694                 Cleanup SA prefs page (more)
7695                 Patch by Fabien Vantard
7696
7697 2006-03-10 [paul]       2.0.0cvs129
7698
7699         * src/prefs_msg_colors.c
7700         * src/prefs_spelling.c
7701                 widget sensitivity
7702
7703 2006-03-09 [mones]      2.0.0cvs128
7704
7705         * po/es.po
7706                 Update for next RC
7707
7708 2006-03-09 [wwp]        2.0.0cvs127
7709
7710         * configure.ac
7711                 revert accidental commit (requirement for libetpan 0.43), this time
7712                 not in HEAD.
7713
7714 2006-03-09 [wwp]        2.0.0cvs125
7715
7716         * configure.ac
7717                 revert accidental commit (requirement for libetpan 0.43)
7718
7719 2006-03-09 [paul]       2.0.0cvs126
7720
7721         * src/prefs_receive.c
7722                 remove useless frame
7723                 replace 'incorporation' with 'receiving'
7724         * src/plugins/clamav/clamav_plugin_gtk.c
7725         * src/plugins/spamassassin/spamassassin_gtk.c
7726                 improve widget sensitivity
7727                 fix a bit his engrish
7728
7729 2006-03-09 [wwp]        2.0.0cvs125
7730
7731         * src/addressadd.c
7732         * src/foldersel.c
7733         * src/prefs_common.c
7734         * src/prefs_common.h
7735                 remember some more windows' sizes (add to addressbook and
7736                 select folder).
7737
7738 2006-03-09 [paul]       2.0.0cvs124
7739
7740         * src/plugins/pgpcore/prefs_gpg.c
7741                 normalise construction of dialogue
7742
7743 2006-03-09 [paul]       2.0.0cvs123
7744
7745         * src/plugins/trayicon/Makefile.am
7746                 add missing slash
7747
7748 2006-03-08 [colin]      2.0.0cvs122
7749
7750         * src/plugins/trayicon/Makefile.am
7751                 Fix build in separate dir 
7752                 Patch by Bamanzi <bamanzi@gmail.com>
7753
7754 2006-03-08 [colin]      2.0.0cvs121
7755
7756         * src/procmsg.c
7757                 Batch move and copies from summaryview with delayed execution
7758                 too
7759
7760 2006-03-07 [paul]       2.0.0cvs120
7761
7762         * src/common/utils.c
7763                 fix highlighting of URIs containing "()"
7764                 Patch by Pawel Pekala
7765
7766 2006-03-07 [paul]       2.0.0cvs119
7767
7768         * src/folder.c
7769         * src/folder.h
7770         * src/folderview.c
7771                 immediately do alphabetical resort when
7772                 changing a folder's name
7773                 Patch by Pawel Pekala
7774
7775 2006-03-07 [paul]       2.0.0cvs118
7776
7777         * src/news.c
7778         * src/news_gtk.c
7779                 when unsubscribing a newsgroup, remove the
7780                 folder and msgs in .sylpheed-claws/newscache
7781                 Patch by Pawel Pekala <c0rn@gazeta.pl>
7782
7783 2006-03-07 [paul]       2.0.0cvs117
7784
7785         * src/textview.c
7786                 fix wrong Fake URL Warning
7787                 Thanks to Hiro
7788
7789 2006-03-07 [colin]      2.0.0cvs116
7790
7791         * src/imap.c
7792                 Return immediately when password dialog was
7793                 cancelled
7794         * src/gtk/inputdialog.c
7795                 Allow empty strings for passwords
7796
7797
7798 2006-03-06 [colin]      2.0.0cvs115
7799
7800         * src/imap.c
7801                 Prevent double-timeouts when connection fails
7802
7803 2006-03-06 [colin]
7804
7805         2.0.1-rc1 released
7806
7807 2006-03-06 [colin]      2.0.0cvs114
7808
7809         * src/imap.c
7810                 Refresh session during potentially long
7811                 operations
7812
7813 2006-03-06 [wwp]        2.0.0cvs113
7814
7815         * src/prefs_msg_colors.h
7816                 forgot that one (custom color labels).
7817
7818 2006-03-06 [wwp]        2.0.0cvs112
7819
7820         * src/prefs_common.c
7821         * src/prefs_common.h
7822         * src/prefs_msg_colors.c
7823         * src/summaryview.c
7824         * src/summaryview.h
7825         * src/gtk/colorlabel.c
7826         * src/gtk/colorlabel.h
7827                 colors in messages list are now customizable. Color values and names can
7828                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
7829                 Thanks to Paul and Colin for their help with this longstanding patch!
7830
7831 2006-03-06 [wwp]        2.0.0cvs111
7832
7833         * src/textview.c
7834                 don't crash if (x)face is bad.
7835
7836 2006-03-05 [paul]       2.0.0cvs110
7837
7838         * AUTHORS
7839         * configure.ac
7840         * src/Makefile.am
7841         * src/common/Makefile.am
7842         * src/common/utils.h
7843         * src/etpan/imap-thread.c
7844         * src/gtk/authors.h
7845         * src/plugins/clamav/Makefile.am
7846         * src/plugins/demo/Makefile.am
7847         * src/plugins/dillo_viewer/Makefile.am
7848         * src/plugins/pgpcore/Makefile.am
7849         * src/plugins/pgpcore/passphrase.c
7850         * src/plugins/pgpinline/Makefile.am
7851         * src/plugins/pgpmime/Makefile.am
7852         * src/plugins/spamassassin/Makefile.am
7853         * src/plugins/trayicon/Makefile.am
7854                 fix builiding on cygwin
7855                 Patch by Ralgh Young <bamanzi@gmail.com>
7856
7857 2006-03-04 [wwp]        2.0.0cvs109
7858
7859         * manual/keyboard.xml
7860                 fix mixed up/down keys.
7861
7862 2006-03-04 [wwp]        2.0.0cvs108
7863
7864         * README
7865         * INSTALL
7866                 updated links to SpamAssassin.
7867
7868 2006-03-04 [wwp]        2.0.0cvs107
7869
7870         * manual/plugins.xml
7871         * src/plugins/spamassassin/README
7872                 updated SpamAssassin plugin docs to reflect new functional additions
7873                 (also fix/update/documents few technical stuff more, see the README).
7874
7875 2006-03-04 [wwp]        2.0.0cvs106
7876
7877         * src/prefs_message.c
7878                 normalized capitalization of message-prefs paths.
7879
7880 2006-03-04 [wwp]        2.0.0cvs105
7881
7882         * manual/advanced.xml
7883                 typo.
7884
7885 2006-03-03 [colin]      2.0.0cvs104
7886
7887         * src/plugins/clamav/clamav_plugin_gtk.c
7888                 Rework prefs page, patch by Fabien 
7889
7890 2006-03-03 [colin]      2.0.0cvs103
7891
7892         * src/plugins/clamav/clamav_plugin.c
7893                 Set error on all errors
7894
7895 2006-03-03 [colin]      2.0.0cvs102
7896
7897         * src/common/plugin.c
7898                 Initialize error to avoid crashing when a plugin fails
7899                 without setting error
7900
7901 2006-03-02 [wwp]        2.0.0cvs101
7902
7903         * configure.ac
7904                 fixed linker flags for libetpan support on Cygwin
7905                 (thanks to H.Merijn Brand).
7906
7907 2006-03-02 [wwp]        2.0.0cvs100
7908
7909         * src/addressbook.c
7910                 fix some AB error messages: one for punctuation and
7911                 one wrongly duplicate (thanks, maxbritov).
7912
7913 2006-03-02 [wwp]        2.0.0cvs99
7914
7915         * src/plugins/spamassassin/spamassassin.c
7916                 make sync calls to sa-learn/spamc to prevent
7917                 system (whatever local or client/server) overload.
7918
7919 2006-03-02 [colin]      2.0.0cvs98
7920
7921         * src/summaryview.c
7922                 Put the spam icon in the status column instead of the
7923                 mark one
7924
7925 2006-03-01 [colin]      2.0.0cvs97
7926
7927         * src/plugins/spamassassin/spamassassin.c
7928                 Fix segfault (g_file_set_contents fails for some 
7929                 reason and err==0x2f. Can't find out why with
7930                 valgrind, using working function :-)
7931
7932 2006-03-01 [colin]      2.0.0cvs96
7933
7934         * src/inc.c
7935                 Offline overriding: let 'No' be cached only 3 seconds
7936
7937 2006-03-01 [colin]      2.0.0cvs95
7938
7939         * src/addr_compl.c
7940         * src/addrbook.c
7941         * src/addressbook.c
7942         * src/addrindex.c
7943         * src/folder_item_prefs.c
7944         * src/headerview.c
7945         * src/imap.c
7946         * src/inc.c
7947         * src/ldif.c
7948         * src/mainwindow.c
7949         * src/mh.c
7950         * src/msgcache.c
7951         * src/prefs_common.h
7952         * src/prefs_msg_colors.c
7953         * src/procheader.c
7954         * src/procheader.h
7955         * src/procmime.c
7956         * src/procmsg.c
7957         * src/procmsg.h
7958         * src/send_message.h
7959         * src/simple-gettext.c
7960         * src/summaryview.c
7961         * src/summaryview.h
7962         * src/syldap.c
7963         * src/textview.c
7964         * src/undo.c
7965         * src/common/ssl_certificate.c
7966         * src/common/utils.c
7967         * src/gtk/colorsel.c
7968         * src/gtk/gtksctree.c
7969         * src/gtk/gtkshruler.c
7970         * src/plugins/trayicon/trayicon.c
7971                 #if 0 goes to /dev/null
7972
7973 2006-03-01 [colin]      2.0.0cvs94
7974
7975         * src/compose.c
7976         * src/imap.c
7977         * src/inc.c
7978         * src/inc.h
7979         * src/messageview.c
7980         * src/news.c
7981         * src/plugins/spamassassin/spamassassin.c
7982                 Allow to add information in the "working offline"
7983                 window
7984
7985 2006-03-01 [wwp]        2.0.0cvs93
7986
7987         * src/plugins/spamassassin/spamassassin.c
7988                 fixed spamc invocation: use a tricky temporary mini shell wrapper
7989                 'cause it seems that calling `spamc ... < inputfile` with
7990                 g_spawn_(a)sync simply.. erm doesn't work :-).
7991
7992 2006-03-01 [wwp]        2.0.0cvs92
7993
7994         * src/toolbar.c
7995         * src/toolbar.h
7996                 simplify the adding of spam/ham button to the messageview toolbar
7997                 (it gets more clear now that the same button will be "Mark as spam"
7998                 or "Mark as ham" according to the current message status,
7999                 thanks to Colin).
8000
8001 2006-03-01 [wwp]        2.0.0cvs91
8002
8003         * src/messageview.c
8004         * src/procmsg.c
8005         * src/procmsg.h
8006         * src/summaryview.c
8007         * src/plugins/spamassassin/spamassassin.c
8008         * src/plugins/spamassassin/spamassassin.h
8009                 make learner callbacks return a status (0 for ok),
8010                 handle it in main code to avoid setting flags when learning failed,
8011                 don't learn on TCP if offline in spamassassin,
8012                 thanks to Colin.
8013
8014                 
8015
8016 2006-03-01 [wwp]        2.0.0cvs90
8017
8018         * src/compose.c
8019                 some work around the compose window's account menu,
8020                 patch by Fabien Vantard.
8021
8022 2006-03-01 [wwp]        2.0.0cvs89
8023
8024         * src/plugins/spamassassin/spamassassin.c
8025                 fixed bad logics, was using spamc in local mode and sa-learn
8026                 in remote mode (thanks, Colin).
8027
8028 2006-03-01 [wwp]        2.0.0cvs88
8029
8030         * src/plugins/spamassassin/spamassassin.c
8031         * src/plugins/spamassassin/spamassassin.h
8032         * src/plugins/spamassassin/spamassassin_gtk.c
8033                 made processing of emails w/ sa-plugin an option (default is TRUE),
8034                 fixed Engrish some tooltips, capitalization of some debug messages
8035                 and warnings. The spamassassin plugin now provides two separate
8036                 services: process emails upon incorporation and spamd training.
8037                 Both services (un)register independently but use some common
8038                 plugin settings (transport settings, spam storage location).
8039
8040 2006-02-28 [wwp]        2.0.0cvs87
8041
8042         * src/plugins/spamassassin/spamassassin.c
8043                 fix async flag to spamc cmdline execution (batch exec should
8044                 be asynchronous).
8045
8046 2006-02-27 [wwp]        2.0.0cvs86
8047
8048         * src/plugins/spamassassin/spamassassin.c
8049         * src/plugins/spamassassin/spamassassin.h
8050         * src/plugins/spamassassin/spamassassin_gtk.c
8051                 - added the ability to learn a remote spamassassin server (spamd),
8052                 using spamc.
8053                 - added the spamassassin option 'username', that applies to all
8054                 spamassassin operations (filtering, learning, local or remote).
8055                 The default username is the current unix user (if left blank
8056                 from gtk prefs or config file).
8057                 - commented out some unused code (notebook widget), removed unused
8058                 layout (hbox1).
8059                 - make more widgets sensitive to the transport type.
8060
8061 2006-02-27 [colin]      2.0.0cvs85
8062
8063         * src/plugins/spamassassin/spamassassin.c
8064                 Fix sa-learn call when offline
8065
8066 2006-02-27 [colin]      2.0.0cvs84
8067
8068         * configure.ac
8069         * src/Makefile.am
8070         * src/mainwindow.c
8071         * src/mainwindow.h
8072         * src/messageview.c
8073         * src/messageview.h
8074         * src/prefs_toolbar.c
8075         * src/procmsg.c
8076         * src/stock_pixmap.c
8077         * src/stock_pixmap.h
8078         * src/summaryview.c
8079         * src/toolbar.c
8080         * src/toolbar.h
8081         * src/pixmaps/ham_btn.xpm
8082         * src/pixmaps/spam.xpm
8083         * src/pixmaps/spam_btn.xpm
8084         * src/plugins/spamassassin/spamassassin.c
8085                 Add button in toolbar for spam learning
8086                 Fix a few bugs from the last related commit
8087                 Revert 1.9.6cvs23 which messed up shift-selection
8088
8089 2006-02-24 [colin]      2.0.0cvs83
8090
8091         * src/procmsg.c
8092         * src/summaryview.c
8093         * src/summaryview.h
8094         * src/plugins/spamassassin/spamassassin.c
8095         * src/plugins/spamassassin/spamassassin.h
8096         * src/plugins/spamassassin/spamassassin_gtk.c
8097                 Unregister learner when spamassassin is either
8098                 disabled or over tcp
8099
8100 2006-02-24 [colin]      2.0.0cvs82
8101
8102         * src/Makefile.am
8103         * src/mainwindow.c
8104         * src/mainwindow.h
8105         * src/procmsg.c
8106         * src/procmsg.h
8107         * src/stock_pixmap.c
8108         * src/stock_pixmap.h
8109         * src/summaryview.c
8110         * src/summaryview.h
8111         * src/gtk/icon_legend.c
8112         * src/pixmaps/spam.xpm  ** NEW FILE **
8113         * src/plugins/spamassassin/spamassassin.c
8114         * src/plugins/spamassassin/spamassassin_gtk.c
8115                 Add spam learning interface (Mark/Mark as 
8116                 (spam|ham) menus)
8117
8118 2006-02-24 [wwp]        2.0.0cvs81
8119
8120         * src/compose.c
8121         * src/compose.h
8122         * src/filtering.c
8123                 hide compose window when sending message in batch mode
8124                 (filtering: forward and redirect). Also fixed a wrong
8125                 value returned when sending failed, neutral anyway.
8126                 (Colin, me) 
8127
8128 2006-02-24 [wwp]        2.0.0cvs80
8129
8130         * src/mainwindow.c
8131                 use GTK+'s stock quit button. Patch by Fabien Vantard.
8132
8133 2006-02-24 [paul]       2.0.0cvs79
8134
8135         * src/news.c
8136         * src/news.h
8137         * src/news_gtk.c
8138                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
8139                 Thanks to Colin
8140
8141 2006-02-23 [colin]      2.0.0cvs78
8142
8143         * src/alertpanel.c
8144                 Change OK to Close in alertpanel with View log
8145                 button; add accel to View log. Patch by Fabien
8146                 Vantard
8147
8148 2006-02-23 [wwp]        2.0.0cvs77
8149
8150         * src/compose.c
8151                 silly me, there were much more tests to perform, since toolbars can
8152                 really have down to 1 element only.
8153
8154 2006-02-23 [wwp]        2.0.0cvs76
8155
8156         * commitHelper
8157                 fixed indentation from my previous commit. Fallback to VISUAL if
8158                 EDITOR is not set (and to vi, at last resort).
8159
8160 2006-02-23 [wwp]        2.0.0cvs75
8161
8162         * commitHelper
8163                 improved error detection (Colin, me).
8164
8165 2006-02-23 [wwp]        2.0.0cvs74
8166
8167         * src/prefs_toolbar.c
8168                 simplify and fix prefs/toolbars layouting. Combos' contents can
8169                 now be really displayed.
8170
8171 2006-02-23 [wwp]        2.0.0cvs73
8172         simplifies and fix prefs/toolbars layouting. Combos' contents can now
8173         be really displayed.
8174
8175 2006-02-22 [wwp]        2.0.0cvs72
8176
8177         * src/compose.c
8178                 fix a typo in my previous commit (sorry!).
8179
8180 2006-02-22 [wwp]        2.0.0cvs71
8181
8182         * src/prefs_toolbar.c
8183                 fix a crash when adding separators to toolbars,
8184                 also fix some separator item information.
8185
8186 2006-02-22 [wwp]        2.0.0cvs70
8187
8188         * src/compose.c
8189                 fix a crash when redirecting (for instance) when compose window's
8190                 toolbar contents has been customized (when some buttons have been
8191                 removed in fact).
8192
8193 2006-02-21 [wwp]        2.0.0cvs69
8194
8195         * src/summaryview.c
8196         * src/gtk/pluginwindow.c
8197         * src/plugins/pgpcore/prefs_gpg.c
8198                 fix some compilation warnings (feat. remains of removed code).
8199
8200 2006-02-21 [wwp]        2.0.0cvs68
8201
8202         * src/gtk/gtkutils.c
8203                 fix two compilation issues, thanks to Stephan Sachse.
8204
8205 2006-02-20 [colin]      2.0.0cvs67
8206
8207         * src/mainwindow.c
8208                 Don't reselect displayed mail on refocus
8209                 This fixes actions misbehaving 
8210
8211 2006-02-20 [wwp]        2.0.0cvs66
8212
8213         * src/summaryview.c
8214         * src/gtk/gtksctree.c
8215         * src/gtk/gtkshruler.c
8216                 changed more runtime typecast checks.
8217
8218 2006-02-20 [wwp]        2.0.0cvs65
8219
8220         * src/summary_search.c
8221                 find all - summaryview refresh issue fixed, thanks to Colin.
8222
8223 2006-02-20 [wwp]        2.0.0cvs64
8224
8225         * src/gtk/gtkutils.c
8226                 better runtime typecast checks.
8227
8228 2006-02-20 [wwp]        2.0.0cvs63
8229
8230         * src/summary_search.c
8231                 enhancements to the summary search:
8232                         - add the ability to stop the running search
8233                           (upon ESC-key press, new Stop button or when Clear button is pressed)
8234                         - don't search if no criteria (From/To/Subject/Body) is set
8235                         - ensure that a busy mouse pointer is always shown when searching,
8236                           show it even a bit earlier
8237
8238 2006-02-19 [colin]      2.0.0cvs62
8239
8240         * src/compose.c
8241         * src/imap.c
8242         * src/etpan/imap-thread.c
8243         * src/etpan/imap-thread.h
8244                 (Future) IMAP speed improvement on sending
8245                 Will require a libetpan update
8246         * src/summaryview.c
8247         * src/gtk/quicksearch.c
8248                 Make quicksearch clearable while running.
8249
8250 2006-02-17 [colin]      2.0.0cvs61
8251
8252         * src/imap.c
8253         * src/etpan/imap-thread.c
8254         * src/etpan/imap-thread.h
8255                 Check for IMAP certificates
8256                 ** Requires libetpan-0.42-cvs4 
8257                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
8258
8259 2006-02-17 [colin]      2.0.0cvs60
8260
8261         * src/messageview.c
8262         * src/prefs_common.c
8263         * src/prefs_common.h
8264         * src/prefs_message.c
8265                 Add pref to display HTML-only mails with plugin, 
8266                 if possible (defaulting to FALSE of course).
8267
8268 2006-02-16 [colin]      2.0.0cvs59
8269
8270         * src/main.c
8271         * src/common/plugin.c
8272         * src/common/plugin.h
8273         * src/gtk/pluginwindow.c
8274                 Keep track of requested (but unloaded) plugins
8275                 in some error cases.
8276
8277 2006-02-16 [wwp]        2.0.0cvs58
8278
8279         * src/gtk/gtkaspell.c
8280         * src/gtk/gtkaspell.h
8281         * src/prefs_spelling.c
8282         * src/compose.c
8283         * src/prefs_common.c
8284         * src/prefs_common.h
8285                 implemented new optional spellchecker behaviour: re-check message when
8286                 dictionary got changed (from compose-window/context-menu/Change dictionary).
8287
8288 2006-02-16 [wwp]        2.0.0cvs57
8289
8290         * src/quote_fmt_parse.y
8291                 pclose popen'ed pipe.
8292
8293 2006-02-15 [colin]      2.0.0cvs56
8294
8295         * src/mimeview.c
8296         * src/mimeview.h
8297                 Let MimeViewers know which MimeView they
8298                 depend of.
8299         * src/summaryview.c
8300                 Swap From/To columns in Sent/Queue/Drafts
8301                 folders
8302         * src/etpan/imap-thread.c
8303                 Use mailstream_low_tls_open() for STARTTLS
8304                 instead of mailstream_low_ssl_open()
8305                 ** REQUIRES libetpan 0.42cvs3 **
8306
8307 2006-02-15 [wwp]        2.0.0cvs55
8308
8309         * src/compose.c
8310         * src/compose.h
8311         * src/message_search.c
8312         * src/message_search.h
8313         * src/textview.c
8314         * src/gtk/gtkutils.c
8315         * src/gtk/gtkutils.h
8316                 added the ability to Find text in the compose window (and a bit
8317                 of code factorization).
8318
8319 2006-02-15 [wwp]        2.0.0cvs54
8320
8321         * src/prefs_gtk.c
8322                 yet another one file was missing (fix for some widgets' sensitivity).
8323                 Thanks Colin!
8324
8325 2006-02-15 [wwp]        2.0.0cvs53
8326
8327         * src/prefs_gtk.h
8328                 oops forgot that file (fix for some widgets' sensitivity).
8329
8330 2006-02-15 [wwp]        2.0.0cvs52
8331
8332         * src/summary_search.c
8333                 implemented advanced summary search options (added the ability
8334                 to use matcher conditions in an advanced search mode).
8335
8336 2006-02-15 [wwp]        2.0.0cvs51
8337
8338         * src/plugins/pgpcore/prefs_gpg.c
8339         * src/prefs_account.c
8340                 fix some widget sensitivity, mostly around some labels in
8341                 account prefs.
8342
8343 2006-02-15 [paul]       2.0.0cvs50
8344
8345         * manual/advanced.xml
8346                 improve Templates info
8347                 written by wwp
8348
8349 2006-02-14 [colin]      2.0.0cvs49
8350
8351         * src/pixmaps/address_book.xpm
8352         * src/pixmaps/preferences.xpm
8353         * src/pixmaps/properties.xpm
8354                 Fix pixmap size - patch by Fabien Vantard
8355
8356 2006-02-13 [colin]      2.0.0cvs48
8357
8358         * src/procmime.c
8359                 Add missing fclose()s on error
8360         * src/textview.c
8361                 Remove unused code
8362         * src/common/utils.c
8363                 Fix temp files not being deleted on windows
8364         Patches by Thomas Gilgin
8365
8366 2006-02-13 [colin]      2.0.0cvs47
8367
8368         * src/mainwindow.c
8369                 Fix exit crash
8370
8371 2006-02-13 [wwp]        2.0.0cvs46
8372
8373         * src/plugins/pgpcore/prefs_gpg.c
8374                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
8375
8376 2006-02-12 [colin]      2.0.0cvs45
8377
8378         * src/folderview.c
8379         * src/main.c
8380         * src/mainwindow.c
8381                 Fix "stuff" when quitting
8382
8383 2006-02-12 [wwp]        2.0.0cvs44
8384
8385         * src/prefs_themes.c
8386                 fix typos in debug messages.
8387
8388 2006-02-11 [colin]      2.0.0cvs43
8389
8390         * src/summaryview.c
8391                 don't allow drag/drop from ourself
8392
8393 2006-02-10 [wwp]        2.0.0cvs42
8394
8395         * src/exporthtml.c
8396         * src/html.c
8397         * src/html.h
8398         * src/procmime.c
8399         * src/textview.c
8400                 renamed html_ prefixed functions and data structures to avoid
8401                 namespace clashes w/ other software (gtkhtml2 for instance).
8402                 Closes bug #907.
8403
8404
8405 2006-02-09 [colin]      2.0.0cvs41
8406
8407         * src/summaryview.c
8408                 Fix shitty logic messed up. Thanks Ticho for the hint!
8409
8410 2006-02-09 [wwp]        2.0.0cvs40
8411
8412         * src/gtk/about.c
8413         * src/compose.c
8414         * src/prefs_account.c
8415         * src/prefs_gtk.h
8416         * src/editaddress.c
8417                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
8418                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
8419                 Browse buttons in accounts prefs.
8420
8421 2006-02-09 [colin]      2.0.0cvs39
8422
8423         * src/matcher.c
8424                 Check for pointer before using its members
8425         * src/gtk/gtksourceprintjob.c
8426                 Fix a wrong warning
8427
8428 2006-02-09 [wwp]        2.0.0cvs38
8429
8430         * src/gtk/filesel.c
8431                 fix few compiler warnings (type mismatch).
8432
8433 2006-02-09 [paul]       2.0.0cvs37
8434
8435         * po/fr.po
8436                 updated by Fabien Vantard
8437
8438 2006-02-08 [colin]      2.0.0cvs36
8439
8440         * src/prefs_common.c
8441         * src/common/defs.h
8442         * src/common/plugin.c
8443                 allow windows and linux configurations to coexist
8444                 patch by Thomas Gilgin
8445
8446 2006-02-08 [colin]      2.0.0cvs35
8447
8448         * src/filtering.c
8449         * src/matcher.c
8450         * src/matcher.h
8451         * src/matcher_parser_parse.y
8452         * src/prefs_filtering_action.c
8453         * src/prefs_matcher.c
8454                 Add the "Ignore thread" filtering
8455                 action
8456
8457 2006-02-08 [colin]      2.0.0cvs34
8458
8459         * src/compose.c
8460         * src/procmime.c
8461         * src/procmime.h
8462                 Fix bug #905 (damaged attachment)
8463                 text files with raw \0's aren't really text files
8464         FOR_STABLE
8465
8466 2006-02-08 [colin]      2.0.0cvs33
8467
8468         * src/summaryview.c
8469                 Fix crasher introduced yesterday
8470
8471 2006-02-08 [wwp]        2.0.0cvs32
8472
8473         * src/compose.c
8474         * src/compose.h
8475                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
8476
8477 2006-02-08 [wwp]        2.0.0cvs31
8478
8479         * src/prefs_template.c
8480                 templates enhancement: allow address completion for Cc and Bcc fields
8481                 (it was currently possible for the To field only)
8482
8483 2006-02-08 [colin]      2.0.0cvs30
8484
8485         * src/compose.c
8486                 Don't unblock if not blocked
8487         FOR_STABLE
8488
8489 2006-02-07 [colin]      2.0.0cvs29
8490
8491         * src/action.c
8492                 Forgot to refresh summaryview
8493
8494 2006-02-07 [colin]      2.0.0cvs28
8495
8496         * src/action.c
8497                 Freeze/thaw message list and folder list while
8498                 processing %as{} actions 
8499         * src/compose.c
8500                 Fix auto-wrap disabling after a middle-click
8501                 paste - FOR_STABLE
8502
8503 2006-02-07 [paul]       2.0.0cvs27
8504
8505         * src/folder.c
8506                 fix freeing of uninitialised pointers
8507                 Thanks to Colin
8508
8509 2006-02-06 [colin]      2.0.0cvs26
8510
8511         * src/folder.c
8512                 Use g_slist_prepend in potentially big list
8513
8514 2006-02-06 [colin]      2.0.0cvs25
8515
8516         * src/folder.c
8517                 Completely skip processing if it doesn't 
8518                 exist (faster!)
8519
8520 2006-02-06 [colin]      2.0.0cvs24
8521
8522         * src/folder.c
8523         * src/summaryview.c
8524                 Batch filtering in summaryview (from Tools menu)
8525                 and pre/post//-processing too
8526
8527 2006-02-06 [colin]      2.0.0cvs23
8528
8529         * src/procmsg.h
8530         * src/filtering.c
8531                 Use a special field for batch filtering instead
8532                 of stepping on deferred execution's toes
8533
8534 2006-02-06 [colin]      2.0.0cvs22
8535
8536         * src/action.c
8537         * src/filtering.c
8538         * src/filtering.h
8539         * src/folder.c
8540         * src/summaryview.c
8541                 Fix filtering via menus and actions
8542
8543 2006-02-06 [colin]      2.0.0cvs21
8544
8545         * src/imap.c
8546                 Put the added file directly to cache if possible (will work
8547                 with next libetpan)
8548         * src/filtering.c
8549         * src/filtering.h
8550         * src/inc.c
8551         * src/folder.c
8552         * src/mbox.c
8553         * src/procmsg.h
8554                 Move and copy filtered messages by batches instead of one
8555                 by one - faster on IMAP
8556         * src/procmsg.c
8557                 Add a function that'll possibly be useful later
8558
8559 2006-02-06 [colin]      2.0.0cvs20
8560
8561         * src/addressbook.c
8562                 Use internal mime-type instead of text/plain for d'n'd
8563         * src/compose.c
8564                 Allow attaching files from mimeview's icon list via d'n'd
8565         * src/folderview.c
8566         * src/folderview.h
8567                 Use internal mime-type instead of text/plain for d'n'd
8568                 Don't try to selected opened folder if none is
8569                 Factorize d'n'd from other apps code
8570         * src/headerview.c
8571         * src/textview.c
8572         * src/gtk/gtkutils.c
8573         * src/gtk/gtkutils.h
8574                 Factorize Face/X-Face stuff
8575         * src/mimeview.c
8576                 Fix d'n'd to other apps
8577         * src/prefs_message.c
8578                 Let the XFace pref be usable without libcompface as it also
8579                 applies to Face
8580         * src/summaryview.c
8581                 Fix d'n'd to other apps
8582                 Factorize d'n'd from other apps code
8583
8584 2006-02-06 [wwp]        2.0.0cvs19
8585
8586         * po/it.po
8587                 Italian translation fixes by Andrea Spadaccini (no more confusion
8588                 between filtering and processing, and few changes in the About
8589                 dialog).
8590
8591
8592 2006-02-06 [mones]      2.0.0cvs18
8593
8594         * src/gtk/icon_legend.c
8595                 Improved descriptions allowing better translations
8596
8597 2006-02-05 [colin]      2.0.0cvs17
8598
8599         * src/imap.c
8600                 Add the f*cking missing expunge that caused imap_fetch_env
8601                 to fail after an add_msgs ! :-///
8602         * src/etpan/imap-thread.c
8603                 Add a bit of debug
8604         FOR_STABLE
8605
8606 2006-02-05 [colin]      2.0.0cvs16
8607
8608         * src/common/utils.c
8609                 Don't check for return-path (or we can't put
8610                 back non-sent mails)
8611
8612 2006-02-05 [colin]      2.0.0cvs15
8613
8614         * src/textview.c
8615                 Don't try to display Face header in textview
8616                 when teh headerview's active
8617
8618 2006-02-05 [colin]      2.0.0cvs14
8619
8620         * tools/tbird2syl.py
8621         * tools/Makefile.am
8622                 Add script to import Thunderbird mails
8623
8624 2006-02-05 [colin]      2.0.0cvs13
8625
8626         * src/headerview.c
8627         * src/procheader.c
8628         * src/procmsg.c
8629         * src/procmsg.h
8630         * src/textview.c
8631                 Show Face headers - patch partially by Klaus Flittner
8632
8633 2006-02-05 [colin]      2.0.0cvs12
8634
8635         * src/folderview.c
8636         * src/summaryview.c
8637         * src/common/utils.c
8638         * src/common/utils.h
8639                 Let dnd work from mime icons to summaryview
8640                 and to folderview too
8641                 Add a crude test to avoid trying to add files
8642                 drag'n'dropped when they're not mails
8643
8644 2006-02-04 [colin]      2.0.0cvs11
8645
8646         * src/summaryview.c
8647         * src/mimeview.c
8648                 Fix utf8 conversion
8649
8650 2006-02-04 [colin]      2.0.0cvs10
8651
8652         * src/compose.c
8653         * src/folderview.c
8654         * src/mimeview.c
8655         * src/summaryview.c
8656         * src/summaryview.h
8657                 Added various drag and drop capas:
8658                 From                    To
8659                 summaryview             other apps
8660                 mimeview icons          other apps
8661                 other apps              summaryview
8662                 other apps              folderview
8663
8664                 This shouldn't have broken the existing:
8665                 From                    To
8666                 summaryview             folderview
8667                 folderview              folderview
8668                 summaryview             compose's attachments
8669
8670         Tests welcomed.
8671
8672 2006-02-02 [paul]       2.0.0cvs9
8673
8674         * src/mainwindow.c
8675                 move global option 'Set displayed columns...' out
8676                 of folder option grouping.
8677                 fix sensitivity of 'harvest addresses'
8678         FOR_STABLE
8679
8680 2006-02-01 [colin]      2.0.0cvs8
8681
8682         * src/mimeview.c
8683                 Revert the alertpanel patch, it sucks (intrusive
8684                 and gets in the way of "open")
8685
8686 2006-02-01 [colin]      2.0.0cvs7
8687
8688         * src/compose.c
8689         * src/prefs_account.c
8690         * src/prefs_common.c
8691         * src/common/defs.h
8692         * src/common/utils.c
8693         * src/common/utils.h
8694                 Add ability to edit the signature file
8695                 from the account preferences, and use
8696                 a default for the text editor.
8697                 Patch by Fabien Vantard
8698
8699 2006-02-01 [colin]      2.0.0cvs6
8700
8701         * src/mimeview.c
8702                 Try to get mime type by extension if it is
8703                 application/octet-stream
8704                 Display a window with possible choices when
8705                 encountering unknown mime types
8706         * src/gtk/filesel.c
8707         * src/gtk/filesel.h
8708                 Add preview
8709                 Allow multiple selection in filtered filesel
8710                 (patch by Fabien Vantard)
8711         * src/gtk/pluginwindow.c
8712                 Use it (patch by Fabien Vantard)
8713
8714 2006-02-01 [paul]       2.0.0cvs5
8715
8716         * src/jpilot.c
8717                 fix crash on creating jpilot address book
8718                 Thanks to Colin - FOR_STABLE
8719         * src/prefs_summaries.c
8720         * src/prefs_wrapping.c
8721         * src/gtk/icon_legend.c
8722         * src/gtk/quicksearch.c
8723                 string fixes and additions
8724
8725 2006-02-01 [paul]       2.0.0cvs4
8726
8727         * src/compose.c
8728         * src/mainwindow.c
8729         * src/messageview.c
8730         * src/prefs_send.c
8731                 add Arabic encoding option
8732                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
8733
8734 2006-01-31 [colin]      2.0.0cvs3
8735
8736         * src/plugins/pgpcore/passphrase.c
8737                 Convert passphrase to locale encoding
8738         * src/compose.c
8739                 Fix drafting on IMAP. Crappy bug sneaked in
8740                 the release :-/
8741         FOR_STABLE
8742
8743 2006-01-30 [paul]       2.0.0cvs2
8744
8745         * src/gtk/icon_legend.c
8746                 show the new entries
8747
8748 2006-01-30 [colin]      2.0.0cvs1
8749
8750         * src/manual.c
8751                 Check for the file to be present before 
8752                 enabling the menu - FOR_STABLE
8753         * src/gtk/icon_legend.c
8754                 Add folders icons (not all of them, there
8755                 are too much, but the most intriguing ones)
8756
8757 2006-01-30 [paul]       2.0.0
8758
8759         version 2.0.0 released
8760
8761 2006-01-30 [paul]       1.9.100cvs200
8762
8763         * manual/faq.xml
8764         * manual/gpl.xml
8765         * manual/intro.xml
8766         * manual/starting.xml
8767         * manual/sylpheed-claws-manual.xml
8768                 fixes, additions
8769
8770 2006-01-29 [mones]      1.9.100cvs199
8771
8772         * manual/account.xml
8773         * manual/advanced.xml
8774         * manual/glossary.xml
8775                 Some typos fixed, added LDIF term to glossary
8776         * po/es.po
8777                 Fixed leading plus symbol
8778
8779 2006-01-29 [paul]       1.9.100cvs198
8780
8781         * po/fi.po
8782         * po/sk.po
8783                 updated by Tommi Pirinen and Andrej Kacian
8784
8785 2006-01-29 [paul]       1.9.100cvs197
8786
8787         * src/gtk/authors.h
8788                 remove duplicates
8789
8790 2006-01-29 [paul]       1.9.100cvs196
8791
8792         * AUTHORS
8793         * po/nl.po
8794         * src/gtk/authors.h
8795         * tools/claws.i18n.status.pl
8796                 nl translation updated by Tim Dijkstra
8797
8798 2006-01-29 [paul]       1.9.100cvs195
8799
8800         * po/sr.po
8801         * po/sv.po
8802                 updated by Aleksandar Urosevic and Anders Troback
8803
8804 2006-01-28 [colin]      1.9.100cvs194
8805
8806         * src/gtk/gtksourceprintjob.c
8807                 Don't fiddle with PangoLayout when we
8808                 have an image
8809
8810 2006-01-28 [paul]       1.9.100cvs193
8811
8812         * AUTHORS
8813         * po/el.po
8814         * po/zh_CN.po
8815         * src/gtk/authors.h
8816         * tools/claws.i18n.status.pl
8817                 updated translations submitted by Stavros Giannouris
8818                 and Ralgh Young
8819
8820 2006-01-27 [colin]      1.9.100cvs192
8821
8822         * src/summaryview.c
8823         * src/gtk/gtksourceprintjob.c
8824                 Add image printing 
8825                 (libgnomeprint only, of course)
8826
8827 2006-01-27 [paul]       1.9.100cvs191
8828
8829         * po/fr.po
8830         * po/it.po
8831                 updated by Fabien Vantard and Andrea Spadaccini
8832
8833 2006-01-26 [colin]      1.9.100cvs190
8834
8835         * manual/Makefile.am
8836         * configure.ac
8837                 Make building the manual optional 
8838                 (--disable-manual)
8839
8840 2006-01-26 [paul]       1.9.100cvs189
8841
8842         * manual/glossary.xml
8843         * manual/plugins.xml
8844                 edited
8845         * po/en_GB.po
8846                 updated
8847
8848 2006-01-26 [paul]       1.9.100cvs188
8849
8850         * src/prefs_display_header.c
8851         * src/prefs_folder_column.c
8852         * src/prefs_msg_colors.c
8853         * src/prefs_summaries.c
8854         * src/prefs_summary_column.c
8855                 HIGify
8856
8857 2006-01-25 [colin]      1.9.100cvs187
8858
8859         * src/imap.c
8860                 Don't allow moving/copying mails between
8861                 queue/drafts and non-queue/drafts folders
8862                 Fixes bug #897 (message header is resetted 
8863                 if one is copied to Drafts)
8864
8865 2006-01-25 [colin]      1.9.100cvs186
8866
8867         * src/folder.c
8868         * src/mainwindow.c
8869                 Fix subscribed folders not found
8870         * src/compose.c
8871                 Don't try to encode as original mail's charset
8872                 if it's ascii 
8873
8874 2006-01-25 [paul]       1.9.100cvs185
8875
8876         * AUTHORS
8877         * po/Makevars
8878                 updated
8879         * po/de.po
8880         * po/pl.po
8881         * po/pt_BR.po
8882         * po/sr.po
8883                 updates submitted by Stephan Sachse, Emilian Nowak
8884                 and Quar, Frederico Goncalves Guimaraes, and
8885                 Aleksandar Urosevic
8886                 Fix Bug 896, 'PT_BR locale broken'.
8887         * src/gtk/authors.h
8888                 updated
8889
8890 2006-01-24 [mones]      1.9.100cvs184
8891
8892         * manual/glossary.xml
8893                 All current terms finished. Reviewers welcome ;-)
8894         * manual/keyboard.xml
8895                 Fixed column width for pdf output.
8896         * po/es.po
8897                 Updated
8898
8899 2006-01-24 [paul]       1.9.100cvs183
8900
8901         * manual/glossary.xml
8902                 fix id name
8903         * manual/dist/html/Makefile.am
8904         * manual/dist/pdf/Makefile.am
8905         * manual/dist/ps/Makefile.am
8906         * manual/dist/txt/Makefile.am
8907                 fix make deps
8908                 Thanks to Colin
8909
8910 2006-01-24 [mones]      1.9.100cvs182
8911
8912         * manual/glossary.xml
8913                 Nearly finished, some terms missing.
8914
8915 2006-01-23 [paul]       1.9.100cvs181
8916
8917         * manual/dist/html/Makefile.am
8918         * manual/dist/pdf/Makefile.am
8919         * manual/dist/ps/Makefile.am
8920         * manual/dist/txt/Makefile.am
8921         * src/mainwindow.c
8922                 re-enable manual
8923                 Thanks to Colin
8924
8925 2006-01-22 [colin]      1.9.100cvs180
8926
8927         * src/compose.c
8928         * src/gtk/gtkaspell.c
8929                 Don't deselect stuff before right-clicking, with aspell.
8930                 (This prevented right-click Copy, for example).
8931                 Thanks to Clo!
8932
8933 2006-01-22 [paul]       1.9.100cvs179
8934
8935         * src/summary_search.c
8936                 don't fix the widget size as it causes problems
8937                 under localisation.
8938                 Thanks to Emilian Nowak
8939
8940 2006-01-21 [paul]       1.9.100cvs178
8941
8942         * src/prefs_themes.c
8943                 fix broken underlining of label text
8944                 with some translations
8945
8946 2006-01-21 [colin]      1.9.100cvs177
8947
8948         * po/fr.po
8949                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
8950
8951 2006-01-20 [colin]      1.9.100cvs176
8952
8953         * configure.ac
8954         * Makefile.am
8955         * manual/Makefile
8956         * manual/dist/html/.cvsignore
8957         * manual/dist/html/Makefile.am
8958         * manual/dist/pdf/.cvsignore
8959         * manual/dist/pdf/Makefile.am
8960         * manual/dist/ps/.cvsignore
8961         * manual/dist/ps/Makefile.am
8962         * manual/dist/txt/.cvsignore
8963         * manual/dist/txt/Makefile.am
8964                 Autotool-ize manual
8965
8966 2006-01-20 [paul]       1.9.100cvs175
8967
8968         * manual/handling.xml
8969                 make Filtering and Searching entries easier to find
8970         * manual/keyboard.xml
8971                 add the remaining default keybinds
8972         * src/prefs_summaries.c
8973                 update the default keybinds
8974
8975 2006-01-20 [paul]       1.9.100cvs174
8976
8977         * src/addressbook.c
8978         * src/addrgather.c
8979         * src/addrharvest.c
8980         * src/editaddress.c
8981         * src/editgroup.c
8982         * src/exphtmldlg.c
8983         * src/expldifdlg.c
8984         * src/exporthtml.c
8985         * src/exportldif.c
8986         * src/ldif.c
8987                 replace 'e-mail' with 'email'
8988         * src/summary_search.c
8989                 add mnemonic to "Find all" button
8990
8991 2006-01-20 [wwp]        1.9.100cvs173
8992
8993         * src/export.c
8994         * src/import.c
8995                 touched mbox import/export buttons for HIG-compliance
8996
8997 2006-01-19 [paul]       1.9.100cvs172
8998
8999         * manual/account.xml
9000         * manual/addrbook.xml
9001         * manual/advanced.xml
9002         * manual/faq.xml
9003         * manual/handling.xml
9004         * manual/intro.xml
9005         * manual/plugins.xml
9006         * manual/starting.xml
9007                 more editing
9008
9009 2006-01-19 [paul]       1.9.100cvs171
9010
9011         * src/toolbar.c
9012                 allow use of trash button while receiving
9013                 Thanks to Colin
9014
9015 2006-01-19 [wwp]        1.9.100cvs170
9016
9017         * src/gtk/quicksearch.c
9018         * src/compose.c
9019                 force text color to black when yellow background is set
9020
9021 2006-01-19 [colin]      1.9.100cvs169
9022
9023         * src/plugins/trayicon/trayicon.c
9024                 Gray out Get Mail when already getting mail
9025
9026 2006-01-18 [paul]       1.9.100cvs168
9027
9028         * src/compose.c
9029                 give widget yellow background was To is
9030                 set via folder prefs
9031         * src/gtk/quicksearch.c
9032                 give widget yellow background when quick
9033                 search is active.
9034                 Thanks to Colin
9035
9036 2006-01-18 [paul]       1.9.100cvs167
9037
9038         * doc/man/sylpheed-claws.1
9039                 add --subscribe option
9040
9041 2006-01-18 [paul]       1.9.100cvs166
9042
9043         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9044         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9045                 use %U instead of %F (%F is broken for user installed
9046                 files in kde 3.5)
9047
9048 2006-01-18 [colin]      1.9.100cvs165
9049
9050         * src/summaryview.c
9051                 Default to Yes in "No more * messages" dialogs
9052
9053 2006-01-17 [colin]      1.9.100cvs164
9054
9055         * src/compose.c
9056                 Possibly fix an invalid iterator causing
9057                 crash
9058
9059 2006-01-17 [colin]      1.9.100cvs163
9060
9061         * src/mimeview.c
9062                 Fix crash when the image disappears under the
9063                 image viewer
9064
9065 2006-01-16 [colin]      1.9.100cvs162
9066
9067         * src/compose.c
9068                 Fix reenabling autowrap
9069
9070 2006-01-16 [colin]      1.9.100cvs161
9071
9072         * src/compose.c
9073                 reset quote_len before getting quote_str
9074
9075 2006-01-16 [colin]      1.9.100cvs160
9076
9077         * src/account.c
9078         * src/account.h
9079         * src/folder.c
9080         * src/imap_gtk.c
9081         * src/mh_gtk.c
9082                 Fix bug #883 (default inbox does not track folder move)
9083
9084 2006-01-16 [colin]      1.9.100cvs159
9085
9086         * src/compose.c
9087         * src/plugins/pgpcore/passphrase.c
9088                 More buttons fixes
9089
9090 2006-01-16 [paul]       1.9.100cvs158
9091
9092         * src/prefs_actions.c
9093         * src/prefs_filtering_action.c
9094         * src/prefs_matcher.c
9095         * src/quote_fmt.c
9096         * src/gtk/description_window.c
9097         * src/gtk/description_window.h
9098         * src/gtk/quicksearch.c
9099                 description window cleanups
9100
9101 2006-01-15 [colin]      1.9.100cvs157
9102
9103         * src/addressbook.c
9104         * src/prefs_filtering.c
9105                 Same here
9106
9107 2006-01-15 [colin]      1.9.100cvs156
9108
9109         * src/folderview.c
9110         * src/mainwindow.c
9111                 Same for "Empty trash"
9112
9113 2006-01-15 [colin]      1.9.100cvs155
9114
9115         * src/inc.c
9116                 Override offline dialog had Yes by default
9117
9118 2006-01-15 [colin]      1.9.100cvs154
9119
9120         * src/summaryview.c
9121                 Delete selected messages? previously had Yes the default
9122
9123 2006-01-15 [colin]      1.9.100cvs153
9124
9125         * src/folder.c
9126         * src/folder.h
9127         * src/main.c
9128                 Check if a mailbox is loaded after all
9129                 plugins are loaded.
9130
9131 2006-01-15 [colin]      1.9.100cvs152
9132
9133         * src/folder.c
9134                 Don't start wizard when there are unloaded folders (will help
9135                 people with only mbox or maildir mailboxes)
9136
9137 2006-01-14 [colin]      1.9.100cvs151
9138
9139         * src/addressbook.c
9140         * src/expldifdlg.c
9141         * src/importldif.c
9142         * src/importmutt.c
9143         * src/importpine.c
9144         * src/mh_gtk.c
9145                 More HIG compliance and fixes
9146
9147 2006-01-14 [colin]      1.9.100cvs150
9148
9149         * src/prefs_filtering_action.c
9150         * src/foldersel.c
9151                 Two forgotten button order changes
9152
9153 2006-01-14 [colin]      1.9.100cvs149
9154
9155         * src/account.c
9156         * src/addressbook.c
9157         * src/compose.c
9158         * src/folderview.c
9159         * src/imap_gtk.c
9160         * src/mainwindow.c
9161         * src/mh_gtk.c
9162         * src/news_gtk.c
9163         * src/prefs_actions.c
9164         * src/prefs_customheader.c
9165         * src/prefs_filtering.c
9166         * src/prefs_matcher.c
9167         * src/prefs_template.c
9168         * src/ssl_manager.c
9169         * src/summaryview.c
9170         * src/textview.c
9171         * src/toolbar.c
9172                 All deletion confirmations are now "Cancel, Delete" 
9173                 instead of "No, Yes"
9174                 Clarified most of the other "No, Yes" to 
9175                 "Cancel, Descriptive_action"
9176                 Rechanged the "Entry not saved" alerts to have 
9177                 "Close, Continue editing"
9178
9179
9180 2006-01-14 [paul]
9181
9182         * 2.0.0-rc4 released
9183
9184 2006-01-14 [paul]       1.9.100cvs148
9185
9186         * src/account.c
9187         * src/addressadd.c
9188         * src/addressbook.c
9189         * src/compose.c
9190         * src/editaddress.c
9191         * src/editbook.c
9192         * src/editgroup.c
9193         * src/editjpilot.c
9194         * src/editldap.c
9195         * src/editvcard.c
9196         * src/exphtmldlg.c
9197         * src/expldifdlg.c
9198         * src/folderview.c
9199         * src/grouplistdialog.c
9200         * src/imap_gtk.c
9201         * src/importmutt.c
9202         * src/importpine.c
9203         * src/inc.c
9204         * src/main.c
9205         * src/mainwindow.c
9206         * src/message_search.c
9207         * src/messageview.c
9208         * src/mh_gtk.c
9209         * src/mimeview.c
9210         * src/news_gtk.c
9211         * src/prefs_actions.c
9212         * src/prefs_customheader.c
9213         * src/prefs_filtering.c
9214         * src/prefs_matcher.c
9215         * src/prefs_template.c
9216         * src/prefs_themes.c
9217         * src/ssl_manager.c
9218         * src/summary_search.c
9219         * src/summaryview.c
9220         * src/textview.c
9221         * src/toolbar.c
9222         * src/gtk/foldersort.c
9223         * src/gtk/gtkaspell.c
9224         * src/gtk/inputdialog.c
9225         * src/gtk/prefswindow.c
9226         * src/plugins/pgpcore/select-keys.c
9227         * src/plugins/trayicon/trayicon.c
9228                 HIG compliant button order
9229
9230 2006-01-14 [mones]      1.9.100cvs147
9231
9232         * po/es.po
9233                 Updated translation
9234
9235 2006-01-13 [paul]       1.9.100cvs146
9236
9237         * AUTHORS
9238         * ChangeLog
9239         * src/gtk/authors.h
9240                 add Joshua M. Kwan to contributors list
9241
9242 2006-01-13 [colin]      1.9.100cvs145
9243
9244         * src/gtk/quicksearch.c
9245                 Don't refocus quick search after executing (Esc or Enter)
9246                 Allows to '/'search something then move up/down in 
9247                 summaryview, and to Esc a search and be back in the 
9248                 summaryview
9249
9250 2006-01-13 [paul]       1.9.100cvs144
9251
9252         * src/plugins/pgpinline/pgpinline.c
9253                 support Content-Type 'application/pgp'
9254                 patch by Joshua M. Kwan <joshuak@users.sf.net>
9255
9256 2006-01-13 [paul]       1.9.100cvs143
9257
9258         * manual/account.xml
9259                 make mention of partial retrieval
9260                 thanks to Colin
9261
9262 2006-01-13 [paul]       1.9.100cvs142
9263
9264         * src/account.c
9265         * src/account.h
9266         * src/action.c
9267         * src/action.h
9268         * src/adbookbase.h
9269         * src/addr_compl.c
9270         * src/addr_compl.h
9271         * src/addrbook.c
9272         * src/addrcache.c
9273         * src/addrcache.h
9274         * src/addrcindex.c
9275         * src/addrcindex.h
9276         * src/addrclip.c
9277         * src/addrclip.h
9278         * src/addrdefs.h
9279         * src/addressadd.c
9280         * src/addressadd.h
9281         * src/addressbook.c
9282         * src/addressbook.h
9283         * src/addrgather.c
9284         * src/addrgather.h
9285         * src/addrharvest.c
9286         * src/addrharvest.h
9287         * src/addrindex.c
9288         * src/addrindex.h
9289         * src/addritem.c
9290         * src/addritem.h
9291         * src/addrquery.c
9292         * src/addrquery.h
9293         * src/addrselect.c
9294         * src/addrselect.h
9295         * src/alertpanel.c
9296         * src/alertpanel.h
9297         * src/browseldap.c
9298         * src/browseldap.h
9299         * src/codeconv.c
9300         * src/codeconv.h
9301         * src/compose.c
9302         * src/compose.h
9303         * src/customheader.c
9304         * src/customheader.h
9305         * src/displayheader.c
9306         * src/displayheader.h
9307         * src/editaddress.c
9308         * src/editaddress.h
9309         * src/editbook.c
9310         * src/editbook.h
9311         * src/editgroup.c
9312         * src/editgroup.h
9313         * src/editjpilot.c
9314         * src/editjpilot.h
9315         * src/editldap.c
9316         * src/editldap.h
9317         * src/editldap_basedn.c
9318         * src/editldap_basedn.h
9319         * src/editvcard.c
9320         * src/editvcard.h
9321         * src/exphtmldlg.c
9322         * src/exphtmldlg.h
9323         * src/expldifdlg.c
9324         * src/expldifdlg.h
9325         * src/export.h
9326         * src/exporthtml.c
9327         * src/exporthtml.h
9328         * src/exportldif.c
9329         * src/exportldif.h
9330         * src/filtering.c
9331         * src/filtering.h
9332         * src/folder.c
9333         * src/folder.h
9334         * src/folder_item_prefs.c
9335         * src/folder_item_prefs.h
9336         * src/foldersel.c
9337         * src/foldersel.h
9338         * src/folderutils.c
9339         * src/folderutils.h
9340         * src/folderview.c
9341         * src/folderview.h
9342         * src/grouplistdialog.c
9343         * src/grouplistdialog.h
9344         * src/headerview.c
9345         * src/html.c
9346         * src/html.h
9347         * src/image_viewer.c
9348         * src/image_viewer.h
9349         * src/imap.c
9350         * src/imap.h
9351         * src/imap_gtk.c
9352         * src/imap_gtk.h
9353         * src/import.h
9354         * src/importldif.c
9355         * src/importldif.h
9356         * src/importmutt.c
9357         * src/importmutt.h
9358         * src/importpine.c
9359         * src/importpine.h
9360         * src/inc.c
9361         * src/inc.h
9362         * src/jpilot.c
9363         * src/jpilot.h
9364         * src/ldapctrl.c
9365         * src/ldapctrl.h
9366         * src/ldaplocate.c
9367         * src/ldaplocate.h
9368         * src/ldapquery.c
9369         * src/ldapquery.h
9370         * src/ldapserver.c
9371         * src/ldapserver.h
9372         * src/ldaputil.c
9373         * src/ldaputil.h
9374         * src/ldif.c
9375         * src/ldif.h
9376         * src/main.c
9377         * src/main.h
9378         * src/mainwindow.c
9379         * src/mainwindow.h
9380         * src/manual.c
9381         * src/manual.h
9382         * src/mbox.c
9383         * src/mbox.h
9384         * src/message_search.c
9385         * src/message_search.h
9386         * src/messageview.c
9387         * src/messageview.h
9388         * src/mh.c
9389         * src/mh.h
9390         * src/mh_gtk.c
9391         * src/mh_gtk.h
9392         * src/mimeview.c
9393         * src/mimeview.h
9394         * src/msgcache.c
9395         * src/msgcache.h
9396         * src/mutt.c
9397         * src/mutt.h
9398         * src/news.c
9399         * src/news.h
9400         * src/news_gtk.c
9401         * src/news_gtk.h
9402         * src/partial_download.c
9403         * src/partial_download.h
9404         * src/pine.c
9405         * src/pine.h
9406         * src/pop.c
9407         * src/pop.h
9408         * src/prefs_account.c
9409         * src/prefs_account.h
9410         * src/prefs_actions.c
9411         * src/prefs_actions.h
9412         * src/prefs_common.c
9413         * src/prefs_common.h
9414         * src/prefs_compose_writing.c
9415         * src/prefs_compose_writing.h
9416         * src/prefs_customheader.c
9417         * src/prefs_customheader.h
9418         * src/prefs_display_header.c
9419         * src/prefs_display_header.h
9420         * src/prefs_filtering.c
9421         * src/prefs_filtering.h
9422         * src/prefs_filtering_action.c
9423         * src/prefs_filtering_action.h
9424         * src/prefs_folder_column.c
9425         * src/prefs_folder_column.h
9426         * src/prefs_folder_item.c
9427         * src/prefs_folder_item.h
9428         * src/prefs_fonts.c
9429         * src/prefs_fonts.h
9430         * src/prefs_gtk.c
9431         * src/prefs_gtk.h
9432         * src/prefs_image_viewer.c
9433         * src/prefs_image_viewer.h
9434         * src/prefs_matcher.c
9435         * src/prefs_matcher.h
9436         * src/prefs_message.c
9437         * src/prefs_msg_colors.c
9438         * src/prefs_msg_colors.h
9439         * src/prefs_other.c
9440         * src/prefs_quote.c
9441         * src/prefs_receive.c
9442         * src/prefs_send.c
9443         * src/prefs_spelling.c
9444         * src/prefs_spelling.h
9445         * src/prefs_summaries.c
9446         * src/prefs_summaries.h
9447         * src/prefs_summary_column.c
9448         * src/prefs_summary_column.h
9449         * src/prefs_template.c
9450         * src/prefs_template.h
9451         * src/prefs_themes.c
9452         * src/prefs_themes.h
9453         * src/prefs_toolbar.c
9454         * src/prefs_toolbar.h
9455         * src/prefs_wrapping.c
9456         * src/prefs_wrapping.h
9457         * src/privacy.c
9458         * src/privacy.h
9459         * src/procheader.c
9460         * src/procheader.h
9461         * src/procmime.c
9462         * src/procmime.h
9463         * src/procmsg.c
9464         * src/procmsg.h
9465         * src/quote_fmt.c
9466         * src/quote_fmt_parse.y
9467         * src/recv.c
9468         * src/recv.h
9469         * src/remotefolder.c
9470         * src/remotefolder.h
9471         * src/send_message.c
9472         * src/send_message.h
9473         * src/setup.c
9474         * src/setup.h
9475         * src/sourcewindow.c
9476         * src/sourcewindow.h
9477         * src/ssl_manager.c
9478         * src/ssl_manager.h
9479         * src/statusbar.c
9480         * src/statusbar.h
9481         * src/stock_pixmap.c
9482         * src/stock_pixmap.h
9483         * src/summary_search.c
9484         * src/summary_search.h
9485         * src/summaryview.c
9486         * src/summaryview.h
9487         * src/syldap.c
9488         * src/syldap.h
9489         * src/textview.c
9490         * src/textview.h
9491         * src/toolbar.c
9492         * src/toolbar.h
9493         * src/undo.c
9494         * src/undo.h
9495         * src/unmime.c
9496         * src/unmime.h
9497         * src/vcard.c
9498         * src/vcard.h
9499         * src/wizard.c
9500         * src/wizard.h
9501         * src/common/base64.c
9502         * src/common/base64.h
9503         * src/common/defs.h
9504         * src/common/hooks.c
9505         * src/common/hooks.h
9506         * src/common/log.c
9507         * src/common/log.h
9508         * src/common/mgutils.c
9509         * src/common/mgutils.h
9510         * src/common/nntp.c
9511         * src/common/nntp.h
9512         * src/common/passcrypt.c
9513         * src/common/passcrypt.h.in
9514         * src/common/plugin.c
9515         * src/common/plugin.h
9516         * src/common/prefs.c
9517         * src/common/prefs.h
9518         * src/common/progressindicator.c
9519         * src/common/progressindicator.h
9520         * src/common/quoted-printable.c
9521         * src/common/quoted-printable.h
9522         * src/common/session.c
9523         * src/common/session.h
9524         * src/common/smtp.c
9525         * src/common/smtp.h
9526         * src/common/socket.c
9527         * src/common/socket.h
9528         * src/common/ssl.c
9529         * src/common/ssl.h
9530         * src/common/ssl_certificate.c
9531         * src/common/ssl_certificate.h
9532         * src/common/stringtable.c
9533         * src/common/stringtable.h
9534         * src/common/sylpheed.c
9535         * src/common/sylpheed.h
9536         * src/common/template.c
9537         * src/common/template.h
9538         * src/common/timing.h
9539         * src/common/utils.c
9540         * src/common/utils.h
9541         * src/common/version.h.in
9542         * src/common/xml.c
9543         * src/common/xml.h
9544         * src/common/xmlprops.c
9545         * src/common/xmlprops.h
9546         * src/gtk/colorlabel.c
9547         * src/gtk/colorsel.c
9548         * src/gtk/colorsel.h
9549         * src/gtk/description_window.c
9550         * src/gtk/description_window.h
9551         * src/gtk/filesel.c
9552         * src/gtk/filesel.h
9553         * src/gtk/foldersort.c
9554         * src/gtk/foldersort.h
9555         * src/gtk/gtkutils.c
9556         * src/gtk/gtkutils.h
9557         * src/gtk/inputdialog.c
9558         * src/gtk/inputdialog.h
9559         * src/gtk/logwindow.c
9560         * src/gtk/logwindow.h
9561         * src/gtk/manage_window.c
9562         * src/gtk/manage_window.h
9563         * src/gtk/menu.c
9564         * src/gtk/menu.h
9565         * src/gtk/pluginwindow.c
9566         * src/gtk/pluginwindow.h
9567         * src/gtk/prefswindow.c
9568         * src/gtk/prefswindow.h
9569         * src/gtk/progressdialog.c
9570         * src/gtk/progressdialog.h
9571         * src/gtk/sslcertwindow.c
9572         * src/gtk/sslcertwindow.h
9573         * src/plugins/clamav/clamav_plugin.c
9574         * src/plugins/clamav/clamav_plugin.h
9575         * src/plugins/clamav/clamav_plugin_gtk.c
9576         * src/plugins/demo/demo.c
9577         * src/plugins/dillo_viewer/dillo_prefs.c
9578         * src/plugins/dillo_viewer/dillo_prefs.h
9579         * src/plugins/dillo_viewer/dillo_viewer.c
9580         * src/plugins/pgpcore/passphrase.c
9581         * src/plugins/pgpcore/passphrase.h
9582         * src/plugins/pgpcore/plugin.c
9583         * src/plugins/pgpcore/select-keys.c
9584         * src/plugins/pgpcore/select-keys.h
9585         * src/plugins/pgpcore/sgpgme.c
9586         * src/plugins/pgpcore/sgpgme.h
9587         * src/plugins/pgpinline/pgpinline.c
9588         * src/plugins/pgpinline/pgpinline.h
9589         * src/plugins/pgpinline/plugin.c
9590         * src/plugins/pgpmime/pgpmime.c
9591         * src/plugins/pgpmime/pgpmime.h
9592         * src/plugins/pgpmime/plugin.c
9593         * src/plugins/spamassassin/spamassassin.c
9594         * src/plugins/spamassassin/spamassassin.h
9595         * src/plugins/spamassassin/spamassassin_gtk.c
9596         * src/plugins/trayicon/trayicon.c
9597                 update copyright header
9598
9599 2006-01-13 [paul]       1.9.100cvs141
9600
9601         * src/account.c
9602         * src/export.c
9603         * src/import.c
9604         * src/mainwindow.c
9605         * src/prefs_account.c
9606         * src/prefs_display_header.c
9607         * src/prefs_receive.c
9608         * src/prefs_send.c
9609         * src/prefs_summaries.c
9610         * src/prefs_themes.c
9611         * src/prefs_toolbar.c
9612         * src/gtk/about.c
9613                 various cleanups
9614
9615 2006-01-12 [colin]      1.9.100cvs140
9616
9617         * src/folder.c
9618         * src/folder.h
9619         * src/main.c
9620                 Add --subscribe option
9621                 Let sylpheed-claws email@domain.com equivalent to --compose
9622                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
9623
9624 2006-01-12 [paul]       1.9.100cvs139
9625
9626         * src/mainwindow.c
9627                 append 'Change folder order' label with '...'
9628         * src/prefs_actions.c
9629                 allow reordering of actions list by dnd
9630         * src/gtk/foldersort.c
9631                 make the dialog nicer
9632
9633 2006-01-11 [colin]      1.9.100cvs138
9634
9635         * src/compose.c
9636                 Allow templates without text
9637
9638 2006-01-11 [paul]       1.9.100cvs137
9639
9640         * tools/README
9641         * tools/filter_conv_new.pl
9642                 add info to README
9643                 also check .sylpheed for filter.xml
9644                 be a bit informative to the user
9645
9646 2006-01-11 [colin]      1.9.100cvs136
9647
9648         * src/textview.c
9649                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
9650
9651 2006-01-10 [paul]       1.9.100cvs135
9652
9653         * tools/Makefile.am
9654         * tools/filter_conv_new.pl
9655                 add script to convert new style Sylpheed
9656                 filter rules (Sylpheed >= 0.9.99) to
9657                 Claws filtering rules
9658
9659 2006-01-10 [colin]      1.9.100cvs134
9660
9661         * src/compose.c
9662                 Fix broken line joins in certain conditions
9663                 (between two quoted lines: <enter><enter><up>
9664                  <type a wrapped sentence><go in the first line>
9665                  <insert more text><watch as line joining failed>)
9666
9667 2006-01-10 [paul]       1.9.100cvs133
9668
9669         * src/compose.c
9670                 don't report success in error dialog
9671                 thanks to Colin
9672         * src/common/utils.c
9673                 include some trailing punctuations as URI
9674                 thanks to Hiro
9675
9676 2006-01-10 [paul]       1.9.100cvs132
9677
9678         * src/mimeview.c
9679                 fix incompatible pointer type
9680                 warning
9681
9682 2006-01-10 [paul]       1.9.100cvs131
9683
9684         * src/compose.c
9685                 change Subject in window title
9686                 instantaneously
9687
9688 2006-01-09 [colin]      1.9.100cvs130
9689
9690         * src/addressbook.c
9691         * src/headerview.c
9692         * src/mainwindow.c
9693         * src/messageview.c
9694         * src/mimeview.c
9695         * src/noticeview.c
9696         * src/summaryview.c
9697                 Fix possible crashes on exit and in addressbook
9698
9699 2006-01-09 [paul]       1.9.100cvs129
9700
9701         * src/prefs_msg_colors.c
9702                 some cleanups that I forgot last time
9703
9704 2006-01-09 [paul]       1.9.100cvs128
9705
9706         * README
9707         * src/folderview.c
9708         * src/prefs_msg_colors.c
9709                 add previously hidden option, color_new, to
9710                 the gui
9711                 move the page to Display/
9712                 rework the gui
9713
9714 2006-01-09 [wwp]        1.9.100cvs127
9715
9716         * src/prefs_themes.c
9717                 made the prefs/display/themes layouts spacing less condensed
9718                 (and so they match other prefs/pages' look).
9719
9720 2006-01-09 [paul]       1.9.100cvs126
9721
9722         * src/compose.c
9723         * src/prefs_common.c
9724         * src/prefs_common.h
9725         * src/prefs_wrapping.c
9726                 remove 'wrap at send' option
9727
9728 2006-01-06 [colin]      1.9.100cvs125
9729
9730         * src/compose.c
9731                 Just make completely sure we don't insert "manual line breaks" 
9732                 when wrapping... 
9733
9734 2006-01-04 [paul]
9735
9736         * 2.0.0-rc3 released
9737
9738 2006-01-04 [paul]       1.9.100cvs124
9739
9740         * src/folderview.c
9741                 fix bug 882, 'quick scroll in folder list
9742                 displays wrong folder contents'
9743
9744 2006-01-04 [paul]       1.9.100cvs123
9745
9746         * src/plugins/pgpmime/pgpmime.c
9747                 better debug information when signing
9748                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
9749
9750 2006-01-03 [colin]      1.9.100cvs122
9751
9752         * configure.ac
9753                 We need to recheck for gpgme 1.0.0 after checking
9754                 for 1.1.1, because if 1.1.1 isn't available, 
9755                 GPGME_LIBS and friends are blanked out by the 
9756                 second check.
9757
9758 2006-01-03 [colin]      1.9.100cvs121
9759
9760         * src/common/prefs.c
9761                 Windows unlink-before rename fix
9762         * src/plugins/pgpcore/sgpgme.c
9763                 Add support for PKA info if available
9764                 Both patches by Werner Koch
9765
9766 2006-01-03 [paul]       1.9.100cvs120
9767
9768         * src/messageview.c
9769                 fix bug 884, 'Send receipt' button visible in queue
9770                 Thanks to Colin
9771
9772 2006-01-02 [colin]      1.9.100cvs119
9773
9774         * src/compose.c
9775         * src/imap.c
9776                 Fix autosave on IMAP and more generally try to
9777                 return the correct ID on a newly added IMAP message
9778
9779 2006-01-02 [paul]       1.9.100cvs118
9780
9781         * manual/keyboard.xml
9782                 edited
9783
9784 2006-01-01 [paul]       1.9.100cvs117
9785
9786         * src/gtk/authors.h
9787                 alphabetical order
9788
9789 2005-12-30 [colin]      1.9.100cvs116
9790
9791         * manual/advanced.xml
9792                 Explain Pre/Post-processing differences.
9793
9794 2005-12-30 [colin]      1.9.100cvs115
9795
9796         * src/mh.c
9797                 Implement copy_msgs for a little optimization
9798         * src/imap.c
9799                 Finish yesterday's fix
9800
9801 2005-12-29 [colin]      1.9.100cvs114
9802
9803         * src/imap.c
9804                 Fix occasional failure in fetching a mail over
9805                 IMAP
9806
9807 2005-12-29 [colin]      1.9.100cvs113
9808
9809         * src/compose.c
9810                 Don't remove a draft when sending it, if it is 
9811                 locked.
9812
9813 2005-12-28 [colin]      1.9.100cvs112
9814
9815         * src/summaryview.c
9816                 Fix leak for real
9817
9818 2005-12-28 [wwp]        1.9.100cvs111
9819
9820         * doc/faq/.cvsignore
9821         * doc/faq/de/.cvsignore
9822         * doc/faq/en/.cvsignore
9823         * doc/faq/es/.cvsignore
9824         * doc/faq/fr/.cvsignore
9825         * doc/faq/it/.cvsignore
9826         * doc/manual/.cvsignore
9827         * doc/manual/de/.cvsignore
9828         * doc/manual/en/.cvsignore
9829         * doc/manual/es/.cvsignore
9830         * doc/manual/fr/.cvsignore
9831         * doc/manual/ja/.cvsignore
9832         * src/plugins/mathml_viewer/.cvsignore
9833                 rollback revival of those files (my bad, sorry for the noise).
9834
9835 2005-12-28 [wwp]        1.9.100cvs110
9836
9837         * src/compose.c
9838                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
9839
9840 2005-12-28 [wwp]        1.9.100cvs109
9841
9842         * doc/faq/.cvsignore
9843         * doc/faq/de/.cvsignore
9844         * doc/faq/en/.cvsignore
9845         * doc/faq/es/.cvsignore
9846         * doc/faq/fr/.cvsignore
9847         * doc/faq/it/.cvsignore
9848         * doc/manual/.cvsignore
9849         * doc/manual/de/.cvsignore
9850         * doc/manual/en/.cvsignore
9851         * doc/manual/es/.cvsignore
9852         * doc/manual/fr/.cvsignore
9853         * doc/manual/ja/.cvsignore
9854         * src/plugins/mathml_viewer/.cvsignore
9855         * po/.cvsignore
9856                 more files to ignore.
9857
9858 2005-12-24 [colin]      1.9.100cvs108
9859
9860         * AUTHORS
9861         * src/gtk/authors.h
9862                 Update for Werner
9863
9864 2005-12-24 [colin]      1.9.100cvs107
9865
9866         * src/procmsg.c
9867                 Allow NULL src_msginfo in 
9868                 procmsg_msginfo_new_from_mimeinfo
9869
9870 2005-12-23 [paul]       1.9.100cvs106
9871
9872         * src/plugins/pgpinline/mypgpcore.def
9873                 add this forgotten file
9874
9875 2005-12-23 [colin]      1.9.100cvs105
9876
9877         * src/mainwindow.c
9878                 Fix missing break
9879
9880 2005-12-23 [colin]      1.9.100cvs104
9881
9882         * autogen.sh
9883         * src/folder.c
9884         * src/mh.c
9885         * src/common/plugin.c
9886         * src/common/socket.c
9887         * src/common/socket.h
9888         * src/common/utils.c
9889         * src/common/utils.h
9890         * src/gtk/pluginwindow.c
9891         * src/plugins/pgpcore/plugin.def
9892         * src/plugins/pgpcore/sylpheed.def
9893         * src/plugins/pgpinline/Makefile.am
9894         * src/plugins/pgpinline/plugin.def
9895         * src/plugins/pgpinline/sylpheed.def
9896         * src/plugins/pgpmime/plugin.def
9897         * src/plugins/pgpmime/sylpheed.def
9898                 Various w32 fixes by Werner Koch
9899
9900 2005-12-22 [paul]       1.9.100cvs103
9901
9902         * src/wizard.c
9903                 don't offer IMAP as 'server type' if
9904                 libetpan isn't built in
9905
9906 2005-12-22 [paul]       1.9.100cvs102
9907
9908         * AUTHORS
9909         * src/mainwindow.c
9910         * src/mainwindow.h
9911         * src/toolbar.c
9912         * src/gtk/authors.h
9913                 support GTK_TOOLBAR_BOTH_HORIZ (text
9914                 next to icon) Patch by Marien Zwart
9915                 marienz@users.sf.net
9916                 Also reword the text
9917
9918 2005-12-21 [colin]      1.9.100cvs101
9919
9920         * configure.ac
9921                 Fix DATADIRNAME
9922         * COPYING
9923                 Fix missing section and explicit the exception better
9924         * src/compose.c
9925                 Prevent mail from being lost without notice when an
9926                 SMTP error happens on trying to send an unmodified
9927                 drafted mail.
9928         * src/send_message.c
9929         * src/common/smtp.c
9930                 Fix password remembering when wrong, and add return
9931                 value checks where they should have been
9932         * src/plugins/pgpcore/sylpheed.def
9933         * src/plugins/pgpinline/sylpheed.def
9934         * src/plugins/pgpmime/sylpheed.def
9935                 Add a few symbols needed
9936
9937 2005-12-21 [paul]       1.9.100cvs100
9938
9939         * m4/codeset.m4
9940         * m4/glibc21.m4
9941         * m4/intdiv0.m4
9942         * m4/inttypes-pri.m4
9943         * m4/inttypes.m4
9944         * m4/inttypes_h.m4
9945         * m4/isc-posix.m4
9946         * m4/lcmessage.m4
9947         * m4/stdint_h.m4
9948         * m4/uintmax_t.m4
9949                 gettextization
9950                 thanks to Colin
9951
9952 2005-12-21 [paul]       1.9.100cvs99
9953
9954         * po/sv.po
9955                 fixed by Colin
9956
9957 2005-12-20 [paul]       1.9.100cvs98
9958
9959         * po/sv.po
9960                 updated by Anders Trobäck
9961
9962 2005-12-20 [colin]      1.9.100cvs97
9963
9964         * ABOUT-NLS
9965         * Makefile.am
9966         * autogen.sh
9967         * configure.ac
9968         * config/config.rpath
9969         * config/mkinstalldirs
9970         * m4/Makefile.am
9971         * m4/glibc2.m4
9972         * m4/gnupg.m4
9973         * m4/gpgme.m4
9974         * m4/intmax.m4
9975         * m4/longdouble.m4
9976         * m4/longlong.m4
9977         * m4/printf-posix.m4
9978         * m4/signed.m4
9979         * m4/size_max.m4
9980         * m4/ulonglong.m4
9981         * m4/wchar_t.m4
9982         * m4/wint_t.m4
9983         * m4/xsize.m4
9984         * po/Makefile.in.in
9985         * po/Makevars
9986         * po/bg.po
9987         * po/ca.po
9988         * po/cs.po
9989         * po/de.po
9990         * po/el.po
9991         * po/en_GB.po
9992         * po/es.po
9993         * po/fi.po
9994         * po/fr.po
9995         * po/hr.po
9996         * po/hu.po
9997         * po/it.po
9998         * po/ja.po
9999         * po/ko.po
10000         * po/nb.po
10001         * po/nl.po
10002         * po/pl.po
10003         * po/pt_BR.po
10004         * po/ru.po
10005         * po/sk.po
10006         * po/sr.po
10007         * po/stamp-po
10008         * po/sv.po
10009         * po/zh_CN.po
10010         * po/zh_TW.po
10011         * src/Makefile.am
10012         * src/codeconv.c
10013         * src/compose.c
10014         * src/exporthtml.c
10015         * src/exportldif.c
10016         * src/folder.c
10017         * src/main.c
10018         * src/manual.c
10019         * src/mh.c
10020         * src/mimeview.c
10021         * src/send_message.c
10022         * src/common/Makefile.am
10023         * src/common/fnmatch.c
10024         * src/common/fnmatch.h
10025         * src/common/fnmatch_loop.c
10026         * src/common/nntp.c
10027         * src/common/plugin.c
10028         * src/common/smtp.c
10029         * src/common/socket.c
10030         * src/common/string_match.c
10031         * src/common/sylpheed.c
10032         * src/common/utils.c
10033         * src/common/utils.h
10034         * src/common/w32_dirent.c
10035         * src/common/w32_reg.c
10036         * src/common/w32_signal.c
10037         * src/common/w32_stat.c
10038         * src/common/w32_stdio.c
10039         * src/common/w32_stdlib.c
10040         * src/common/w32_string.c
10041         * src/common/w32_time.c
10042         * src/common/w32_unistd.c
10043         * src/common/w32_wait.c
10044         * src/common/w32lib.h
10045         * src/etpan/Makefile.am
10046         * src/gtk/Makefile.am
10047         * src/plugins/clamav/Makefile.am
10048         * src/plugins/demo/Makefile.am
10049         * src/plugins/dillo_viewer/Makefile.am
10050         * src/plugins/pgpcore/Makefile.am
10051         * src/plugins/pgpcore/passphrase.c
10052         * src/plugins/pgpcore/plugin.def
10053         * src/plugins/pgpcore/sgpgme.c
10054         * src/plugins/pgpcore/sylpheed.def
10055         * src/plugins/pgpcore/version.rc
10056         * src/plugins/pgpinline/Makefile.am
10057         * src/plugins/pgpinline/plugin.def
10058         * src/plugins/pgpinline/sylpheed.def
10059         * src/plugins/pgpinline/version.rc
10060         * src/plugins/pgpmime/Makefile.am
10061         * src/plugins/pgpmime/mypgpcore.def
10062         * src/plugins/pgpmime/plugin.def
10063         * src/plugins/pgpmime/sylpheed.def
10064         * src/plugins/pgpmime/version.rc
10065         * src/plugins/spamassassin/Makefile.am
10066                 Very little ;-) patch from Werner Koch, providing
10067                 infrastructure for cross-compiling to Win32
10068
10069 2005-12-20 [paul]       1.9.100cvs96
10070
10071         * src/account.c
10072         * src/account.h
10073         * src/mainwindow.c
10074         * src/mainwindow.h
10075         * src/toolbar.c
10076         * src/toolbar.h
10077                 add a combo to the Get All button, allowing
10078                 quick retrieval from any account
10079                 Patch by Fabien Vantard, slightly modified
10080                 by Colin
10081         * src/gtk/about.c
10082                 i18n fix. Patch by Fabien Vantard
10083
10084 2005-12-19 [colin]      1.9.100cvs95
10085
10086         * src/compose.c
10087         * src/compose.h
10088                 Don't automatically join lines when they've 
10089                 been separated by the user and not automatically
10090
10091 2005-12-19 [paul]       1.9.100cvs94
10092
10093         * src/gtk/pluginwindow.c
10094                 i18n fix.
10095                 Patch by Fabien Vantard
10096
10097 2005-12-15 [paul]       1.9.100cvs93
10098
10099         * src/common/plugin.c
10100         * src/common/plugin.h
10101         * src/gtk/pluginwindow.c
10102         * src/plugins/clamav/clamav_plugin.c
10103         * src/plugins/demo/demo.c
10104         * src/plugins/dillo_viewer/dillo_viewer.c
10105         * src/plugins/pgpcore/plugin.c
10106         * src/plugins/pgpinline/plugin.c
10107         * src/plugins/pgpmime/plugin.c
10108         * src/plugins/spamassassin/spamassassin.c
10109         * src/plugins/trayicon/trayicon.c
10110                 add plugin_version()
10111
10112 2005-12-15 [colin]      1.9.100cvs92
10113
10114         * src/compose.c
10115                 Further fix bug #875
10116
10117 2005-12-15 [paul]       1.9.100cvs91
10118
10119         * src/gtk/filesel.c
10120                 fix attach_load_dir getting set to
10121                 PLUGINDIR on plugin load
10122
10123 2005-12-14 [mones]      1.9.100cvs90
10124
10125         * manual/ack.xml
10126         * manual/keyboard.xml
10127                 Initial draft and some shortcuts added
10128                 
10129         * po/es.po
10130                 Updated translation
10131
10132 2005-12-14 [colin]      1.9.100cvs89
10133
10134         * src/compose.c
10135         * src/imap.c
10136         * src/summaryview.c
10137         * src/gtk/gtkaspell.c
10138                 More leaks fixed
10139         * src/prefs_folder_item.c
10140                 Fix recursive prefs apply
10141
10142
10143 2005-12-14 [colin]      1.9.100cvs88
10144
10145         * src/compose.c
10146                 Fix bug #875 (Freeze On Inline Forward of 
10147                 Large Message)
10148
10149 2005-12-13 [colin]      1.9.100cvs87
10150
10151         * src/compose.c
10152                 Uniq-ify and sort the mimetypes list
10153                 Patch by Fabien Vantard
10154
10155 2005-12-13 [colin]      1.9.100cvs86
10156
10157         * src/imap.c
10158         * src/etpan/imap-thread.c
10159                 Fix leaks (patch by Hoa)
10160         * src/news.c
10161         * src/common/plugin.c
10162                 Fix leaks
10163
10164 2005-12-12 [colin]
10165
10166         * 2.0.0-rc2 released
10167
10168 2005-12-12 [colin]      1.9.100cvs85
10169
10170         * src/matcher.c
10171                 Fix a leak
10172
10173 2005-12-12 [wwp]        1.9.100cvs84
10174
10175         * src/gtk/icon_legend.c
10176                 fix misbehaviour and crash when closing the legend window
10177         using the Esc key (patch by Fabien Vantard).
10178
10179 2005-12-12 [paul]       1.9.100cvs83
10180
10181         * src/browseldap.c
10182         * src/foldersel.c
10183         * src/prefs_actions.c
10184         * src/prefs_filtering.c
10185         * src/prefs_matcher.c
10186         * src/prefs_spelling.glade      ** REMOVED **
10187         * src/prefs_template.c
10188         * src/gtk/foldersort.glade      ** REMOVED **
10189         * src/gtk/pluginwindow.c
10190         * src/gtk/pluginwindow.glade    ** REMOVED **
10191         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
10192                 cleanups
10193
10194 2005-12-11 [paul]       1.9.100cvs82
10195
10196         * src/gtk/filesel.c
10197                 fix attach_load_dir crasher (double free)
10198
10199 2005-12-09 [paul]       1.9.100cvs81
10200
10201         * po/POTFILES.in
10202         * src/mainwindow.c
10203         * src/gtk/Makefile.am
10204         * src/gtk/icon_legend.c
10205         * src/gtk/icon_legend.h
10206                 add icon legend
10207         * src/manual.c
10208                 cleanup
10209
10210 2005-12-09 [paul]       1.9.100cvs80
10211
10212         * src/plugins/pgpcore/passphrase.c
10213                 wrap the label in the dialog
10214
10215 2005-12-09 [colin]      1.9.100cvs79
10216
10217         * src/plugins/pgpcore/sgpgme.c
10218                 Display (untrusted) on not trusted signatures
10219                 Patch by Michal Èihaø <michal@cihar.com>
10220                 Closes bug #867 (Report also key trust)
10221
10222 2005-12-09 [colin]      1.9.100cvs78
10223
10224         * src/common/plugin.c
10225                 Update licence check, following Eben Moglen's advice
10226
10227 2005-12-08 [colin]      1.9.100cvs77
10228
10229         * src/folder.c
10230                 Fix the occasionnal item->cache != NULL 
10231                 assertion failure. 
10232
10233 2005-12-08 [colin]      1.9.100cvs76
10234
10235         * src/mimeview.c
10236         * src/plugins/pgpcore/sgpgme.c
10237                 Print key id when unable to check it
10238                 Closes bug #866 (Show key id when missing)
10239
10240 2005-12-08 [paul]       1.9.100cvs75
10241
10242         * src/prefs_common.c
10243         * src/prefs_common.h
10244         * src/gtk/filesel.c
10245                 remember load attachment dir
10246
10247 2005-12-07 [colin]      1.9.100cvs74
10248
10249         * src/prefs_toolbar.c
10250                 Gtk fixes, patch by Fabien Vantard
10251
10252 2005-12-07 [colin]      1.9.100cvs73
10253
10254         * src/action.c
10255         * src/compose.c
10256         * src/compose.h
10257                 Fix bug #839 (Quoted text isn't colored after 
10258                 executing an action)
10259         * src/common/plugin.c
10260                 Require plugins to declare their licence in plugin_licence()
10261                 Refuse to load non-GPL plugins as they'd be illegal (as 
10262                 derived works of Sylpheed-Claws, they must be GPL).
10263         * src/plugins/clamav/clamav_plugin.c
10264         * src/plugins/demo/demo.c
10265         * src/plugins/dillo_viewer/dillo_viewer.c
10266         * src/plugins/pgpcore/plugin.c
10267         * src/plugins/pgpinline/plugin.c
10268         * src/plugins/pgpmime/plugin.c
10269         * src/plugins/spamassassin/spamassassin.c
10270         * src/plugins/trayicon/trayicon.c
10271                 Add plugin_licence()
10272
10273 2005-12-07 [paul]       1.9.100cvs72
10274
10275         * configure.ac
10276         * src/mainwindow.c
10277         * src/manual.c
10278         * src/manual.h
10279         * src/common/defs.h
10280                 clean up after local FAQ removal and
10281                 temporary manual removal
10282
10283 2005-12-06 [colin]      1.9.100cvs71
10284
10285         * configure.ac
10286         * doc/Makefile.am
10287         * doc/faq/.cvsignore
10288         * doc/faq/Makefile.am
10289         * doc/faq/de/.cvsignore
10290         * doc/faq/de/Makefile.am
10291         * doc/faq/de/sylpheed-faq-1.html
10292         * doc/faq/de/sylpheed-faq-2.html
10293         * doc/faq/de/sylpheed-faq-3.html
10294         * doc/faq/de/sylpheed-faq.html
10295         * doc/faq/en/.cvsignore
10296         * doc/faq/en/Makefile.am
10297         * doc/faq/en/sylpheed-faq-1.html
10298         * doc/faq/en/sylpheed-faq-2.html
10299         * doc/faq/en/sylpheed-faq-3.html
10300         * doc/faq/en/sylpheed-faq-4.html
10301         * doc/faq/en/sylpheed-faq.html
10302         * doc/faq/es/.cvsignore
10303         * doc/faq/es/Makefile.am
10304         * doc/faq/es/sylpheed-faq-1.html
10305         * doc/faq/es/sylpheed-faq-2.html
10306         * doc/faq/es/sylpheed-faq-3.html
10307         * doc/faq/es/sylpheed-faq-4.html
10308         * doc/faq/es/sylpheed-faq.html
10309         * doc/faq/fr/.cvsignore
10310         * doc/faq/fr/Makefile.am
10311         * doc/faq/fr/sylpheed-faq-1.html
10312         * doc/faq/fr/sylpheed-faq-2.html
10313         * doc/faq/fr/sylpheed-faq-3.html
10314         * doc/faq/fr/sylpheed-faq.html
10315         * doc/faq/it/.cvsignore
10316         * doc/faq/it/Makefile.am
10317         * doc/faq/it/sylpheed-faq-1.html
10318         * doc/faq/it/sylpheed-faq-2.html
10319         * doc/faq/it/sylpheed-faq-3.html
10320         * doc/faq/it/sylpheed-faq.html
10321         * doc/manual/.cvsignore
10322         * doc/manual/Makefile.am
10323         * doc/manual/de/.cvsignore
10324         * doc/manual/de/Makefile.am
10325         * doc/manual/de/sylpheed-1.html
10326         * doc/manual/de/sylpheed-10.html
10327         * doc/manual/de/sylpheed-11.html
10328         * doc/manual/de/sylpheed-12.html
10329         * doc/manual/de/sylpheed-13.html
10330         * doc/manual/de/sylpheed-14.html
10331         * doc/manual/de/sylpheed-15.html
10332         * doc/manual/de/sylpheed-16.html
10333         * doc/manual/de/sylpheed-17.html
10334         * doc/manual/de/sylpheed-18.html
10335         * doc/manual/de/sylpheed-19.html
10336         * doc/manual/de/sylpheed-2.html
10337         * doc/manual/de/sylpheed-20.html
10338         * doc/manual/de/sylpheed-3.html
10339         * doc/manual/de/sylpheed-4.html
10340         * doc/manual/de/sylpheed-5.html
10341         * doc/manual/de/sylpheed-6.html
10342         * doc/manual/de/sylpheed-7.html
10343         * doc/manual/de/sylpheed-8.html
10344         * doc/manual/de/sylpheed-9.html
10345         * doc/manual/de/sylpheed.html
10346         * doc/manual/en/.cvsignore
10347         * doc/manual/en/Makefile.am
10348         * doc/manual/en/sylpheed-1.html
10349         * doc/manual/en/sylpheed-10.html
10350         * doc/manual/en/sylpheed-11.html
10351         * doc/manual/en/sylpheed-12.html
10352         * doc/manual/en/sylpheed-13.html
10353         * doc/manual/en/sylpheed-14.html
10354         * doc/manual/en/sylpheed-15.html
10355         * doc/manual/en/sylpheed-16.html
10356         * doc/manual/en/sylpheed-17.html
10357         * doc/manual/en/sylpheed-18.html
10358         * doc/manual/en/sylpheed-19.html
10359         * doc/manual/en/sylpheed-2.html
10360         * doc/manual/en/sylpheed-20.html
10361         * doc/manual/en/sylpheed-21.html
10362         * doc/manual/en/sylpheed-22.html
10363         * doc/manual/en/sylpheed-3.html
10364         * doc/manual/en/sylpheed-4.html
10365         * doc/manual/en/sylpheed-5.html
10366         * doc/manual/en/sylpheed-6.html
10367         * doc/manual/en/sylpheed-7.html
10368         * doc/manual/en/sylpheed-8.html
10369         * doc/manual/en/sylpheed-9.html
10370         * doc/manual/en/sylpheed.html
10371         * doc/manual/es/.cvsignore
10372         * doc/manual/es/Makefile.am
10373         * doc/manual/es/sylpheed-1.html
10374         * doc/manual/es/sylpheed-10.html
10375         * doc/manual/es/sylpheed-11.html
10376         * doc/manual/es/sylpheed-12.html
10377         * doc/manual/es/sylpheed-13.html
10378         * doc/manual/es/sylpheed-14.html
10379         * doc/manual/es/sylpheed-15.html
10380         * doc/manual/es/sylpheed-16.html
10381         * doc/manual/es/sylpheed-17.html
10382         * doc/manual/es/sylpheed-18.html
10383         * doc/manual/es/sylpheed-19.html
10384         * doc/manual/es/sylpheed-2.html
10385         * doc/manual/es/sylpheed-20.html
10386         * doc/manual/es/sylpheed-3.html
10387         * doc/manual/es/sylpheed-4.html
10388         * doc/manual/es/sylpheed-5.html
10389         * doc/manual/es/sylpheed-6.html
10390         * doc/manual/es/sylpheed-7.html
10391         * doc/manual/es/sylpheed-8.html
10392         * doc/manual/es/sylpheed-9.html
10393         * doc/manual/es/sylpheed.html
10394         * doc/manual/fr/.cvsignore
10395         * doc/manual/fr/Makefile.am
10396         * doc/manual/fr/sylpheed-1.html
10397         * doc/manual/fr/sylpheed-10.html
10398         * doc/manual/fr/sylpheed-11.html
10399         * doc/manual/fr/sylpheed-12.html
10400         * doc/manual/fr/sylpheed-13.html
10401         * doc/manual/fr/sylpheed-14.html
10402         * doc/manual/fr/sylpheed-15.html
10403         * doc/manual/fr/sylpheed-16.html
10404         * doc/manual/fr/sylpheed-17.html
10405         * doc/manual/fr/sylpheed-18.html
10406         * doc/manual/fr/sylpheed-19.html
10407         * doc/manual/fr/sylpheed-2.html
10408         * doc/manual/fr/sylpheed-20.html
10409         * doc/manual/fr/sylpheed-3.html
10410         * doc/manual/fr/sylpheed-4.html
10411         * doc/manual/fr/sylpheed-5.html
10412         * doc/manual/fr/sylpheed-6.html
10413         * doc/manual/fr/sylpheed-7.html
10414         * doc/manual/fr/sylpheed-8.html
10415         * doc/manual/fr/sylpheed-9.html
10416         * doc/manual/fr/sylpheed.html
10417         * doc/manual/ja/.cvsignore
10418         * doc/manual/ja/Makefile.am
10419         * doc/manual/ja/sylpheed-1.html
10420         * doc/manual/ja/sylpheed-10.html
10421         * doc/manual/ja/sylpheed-11.html
10422         * doc/manual/ja/sylpheed-12.html
10423         * doc/manual/ja/sylpheed-13.html
10424         * doc/manual/ja/sylpheed-14.html
10425         * doc/manual/ja/sylpheed-15.html
10426         * doc/manual/ja/sylpheed-16.html
10427         * doc/manual/ja/sylpheed-17.html
10428         * doc/manual/ja/sylpheed-18.html
10429         * doc/manual/ja/sylpheed-19.html
10430         * doc/manual/ja/sylpheed-2.html
10431         * doc/manual/ja/sylpheed-20.html
10432         * doc/manual/ja/sylpheed-3.html
10433         * doc/manual/ja/sylpheed-4.html
10434         * doc/manual/ja/sylpheed-5.html
10435         * doc/manual/ja/sylpheed-6.html
10436         * doc/manual/ja/sylpheed-7.html
10437         * doc/manual/ja/sylpheed-8.html
10438         * doc/manual/ja/sylpheed-9.html
10439         * doc/manual/ja/sylpheed.html
10440         * doc/manual/ja/sylpheed.sgml
10441         * src/mainwindow.c
10442                 Remove outdated manual and faq. Noisy, eh?
10443
10444 2005-12-06 [colin]      1.9.100cvs70
10445
10446         * src/compose.c
10447         * src/quote_fmt_parse.y
10448         * src/undo.c
10449         * src/undo.h
10450                 Allow %X to position cursor at 0 
10451                 (no %X = before signature)
10452                 Fix paste as quotation putting the cursor at 0
10453                 Fix undo offsets when pasting
10454                 Insert the quote_fmt at once instead of line 
10455                 by line
10456                 Fix [Edited] when starting to reply/forward
10457
10458 2005-12-06 [paul]       1.9.100cvs69
10459
10460         * src/plugins/clamav/clamav_plugin_gtk.c
10461                 add another tooltip
10462         * src/plugins/spamassassin/spamassassin_gtk.c
10463                 rework spamassassin_create_widget_func()
10464
10465 2005-12-05 [colin]      1.9.100cvs68
10466
10467         * po/POTFILES.in
10468                 Fix make release ;-)
10469
10470 2005-12-05 [colin]      1.9.100cvs67
10471
10472         * src/compose.c
10473         * src/compose.h
10474                 Fix cursor positioning (not obeying %X)
10475
10476 2005-12-05 [paul]       1.9.100cvs66
10477
10478         * src/plugins/dillo_viewer/dillo_prefs.c
10479                 fix compilation warning
10480
10481 2005-12-05 [paul]       1.9.100cvs65
10482
10483         * src/prefs_spelling.c
10484         * src/plugins/trayicon/trayicon.c
10485                 cleanups - remove unused stuff
10486
10487 2005-12-05 [paul]       1.9.100cvs64
10488
10489         * README
10490         * manual/plugins.xml
10491                 remove info about removed mathml_viewer plugin
10492
10493 2005-12-05 [paul]       1.9.100cvs63
10494
10495         * configure.ac
10496         * src/plugins/Makefile.am
10497         * src/plugins/mathml_viewer/.cvsignore
10498         * src/plugins/mathml_viewer/Makefile.am
10499         * src/plugins/mathml_viewer/mathml_viewer.c
10500                 remove unmaintained mathml_viewer plugin
10501
10502 2005-12-05 [paul]       1.9.100cvs62
10503
10504         * src/summaryview.c
10505                 obey prefs_common.always_show_msg when
10506                 moving a msg
10507                 Thanks to Colin
10508
10509 2005-12-05 [paul]       1.9.100cvs61
10510
10511         * src/compose.c
10512         * src/prefs_account.c
10513         * src/prefs_filtering.c
10514         * src/prefs_quote.c
10515         * src/prefs_spelling.c
10516         * src/prefs_toolbar.c
10517         * src/summaryview.c
10518         * src/gtk/gtkutils.c
10519         * src/gtk/quicksearch.c
10520         * src/plugins/dillo_viewer/dillo_prefs.c
10521                 dialog cleanups
10522
10523 2005-12-04 [paul]       1.9.100cvs60
10524
10525         * src/inc.c
10526         * src/prefs_account.c
10527         * src/prefs_account.h
10528                 allow a Local account to specify a
10529                 default inbox
10530                 (closes bug 843 'Inbox cannot be changed for local
10531                  mailboxes')
10532
10533 2005-12-04 [colin]      1.9.100cvs59
10534
10535         * src/plugins/trayicon/trayicon.c
10536                 Remove Get, rename Get All to Get Mail in order to
10537                 be consistent with the default main toolbar
10538
10539 2005-12-03 [colin]      1.9.100cvs58
10540
10541         * manual/gpl.xml
10542         * manual/sylpheed-claws-manual.xml
10543                 Add GPL appendix
10544
10545 2005-12-03 [paul]       1.9.100cvs57
10546
10547         * AUTHORS
10548         * po/sv.po
10549         * src/gtk/authors.h
10550                 new (partially complete) Swedish translation
10551                 by Anders Troback <sylpheed@troback.com>
10552
10553 2005-12-02 [paul]       1.9.100cvs56
10554
10555         * configure.ac
10556                 libetpan 0.41 required
10557
10558 2005-12-02 [paul]       1.9.100cvs55
10559
10560         * src/plugins/clamav/clamav_plugin.c
10561         * src/plugins/clamav/clamav_plugin.h
10562         * src/plugins/clamav/clamav_plugin_gtk.c
10563         * src/plugins/spamassassin/spamassassin.c
10564         * src/plugins/spamassassin/spamassassin.h
10565         * src/plugins/spamassassin/spamassassin_gtk.c
10566                 unregister prefs pages on unloading, thus
10567                 preventing a crash
10568                 (thanks to Colin for the hint)
10569
10570 2005-12-02 [wwp]        1.9.100cvs54
10571
10572         * src/quote_fmt.h
10573         * src/quote_fmt_parse.y
10574                 fix misuse of gboolean*, use gboolean instead
10575                 (thanks to Paul, Colin, for pointing out that scaring one)
10576
10577 2005-12-02 [paul]       1.9.100cvs53
10578
10579         * src/plugins/clamav/clamav_plugin.c
10580                 int no --> unsigned int no
10581         * src/plugins/clamav/clamav_plugin_gtk.c
10582                 rework config page
10583
10584 2005-12-02 [wwp]        1.9.100cvs52
10585
10586         * src/compose.c
10587         * src/prefs_template.c
10588         * src/quote_fmt.h
10589         * src/quote_fmt_parse.y
10590                 prevent from executing |f and |p templates commands when
10591                 adding or replacing templates in prefs (avoids annoying and
10592                 potentially dangerous behaviours)
10593
10594 2005-12-02 [paul]       1.9.100cvs51
10595
10596         * src/prefs_common.c
10597                 allow translation of some default values
10598                 Patch by Fabien Vantard
10599
10600 2005-12-02 [paul]       1.9.100cvs50
10601
10602         * src/codeconv.c
10603         * src/codeconv.h
10604         * src/prefs_common.c
10605         * src/prefs_common.h
10606         * src/prefs_message.c
10607         * src/textview.c
10608                 remove obsolete 'convert_mb_alnum' option
10609                 and related stuff
10610         * src/gtk/about.c
10611                 remove unused 'about_textview_visibility_notify'
10612
10613 2005-12-02 [paul]       1.9.100cvs49
10614
10615         * src/prefs_account.c
10616         * src/prefs_compose_writing.c
10617         * src/prefs_fonts.c
10618         * src/prefs_gtk.h
10619         * src/prefs_image_viewer.c
10620         * src/prefs_message.c
10621         * src/prefs_other.c
10622         * src/prefs_receive.c
10623         * src/prefs_send.c
10624         * src/prefs_spelling.c
10625         * src/prefs_summaries.c
10626         * src/prefs_wrapping.c
10627         * src/plugins/dillo_viewer/dillo_prefs.c
10628         * src/plugins/pgpcore/prefs_gpg.c
10629                 several cleanups to the prefs dialogs
10630                 (slightly modified) patch by Fabien Vantard
10631
10632 2005-12-02 [paul]       1.9.100cvs48
10633
10634         * src/main.c
10635                 --exit means exit
10636         * src/send_message.c
10637                 fix crash on send when connection fails
10638
10639         Thanks to Colin
10640
10641 2005-12-01 [colin]      1.9.100cvs47
10642
10643         * src/html.c
10644                 Translate &hellip; to "..."
10645
10646 2005-11-30 [colin]      1.9.100cvs46
10647
10648         * src/matcher.c
10649         * src/matcher.h
10650                 Optimize back yesterday's fix.
10651
10652 2005-11-30 [paul]       1.9.100cvs45
10653
10654         * manual/faq.xml
10655                 standardised
10656         * manual/intro.xml
10657                 written by Colin, edited by me
10658
10659 2005-11-29 [colin]      1.9.100cvs44
10660
10661         * src/matcher.c
10662                 Skip headers unconditionnaly in match_body if the
10663                 rule is not message or ~message
10664
10665 2005-11-29 [colin]      1.9.100cvs43
10666
10667         * src/matcher.c
10668                 Fix body_part and such, not skipping headers 
10669                 if the matchcriteria wasn't the first in the rule
10670
10671 2005-11-29 [colin]      1.9.100cvs42
10672
10673         * src/compose.c
10674                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
10675                 option missing from message view window)
10676                 Fix double text D'n'D with gtk-2.8
10677         * src/matcher.c
10678                 Fix ~message, ~headers_part, ~body_part rules
10679         * src/messageview.c
10680                 Add Windows-1252 (Closes bug #863)
10681                 Fix accels
10682         * src/gtk/gtkaspell.c
10683                 Properly destroy accels in all menus
10684
10685 2005-11-29 [mones]      1.9.100cvs41
10686
10687         * po/es.po
10688                 Updated.
10689
10690 2005-11-27 [colin]      1.9.100cvs40
10691
10692         * src/mh_gtk.c
10693                 "/Remove mailbox" -> "/Remove mailbox..."
10694
10695 2005-11-27 [paul]       1.9.100cvs39
10696
10697         * AUTHORS
10698         * po/de.po
10699         * src/gtk/authors.h
10700                 updated by new maintainer, Stephan Sachse
10701
10702 2005-11-27 [paul]       1.9.100cvs38
10703
10704         * manual/faq.xml
10705                 written by Colin, edited by me
10706
10707 2005-11-27 [paul]       1.9.100cvs37
10708
10709         * src/prefs_common.c
10710         * src/prefs_common.h
10711         * src/prefs_receive.c
10712         * src/prefs_summaries.c
10713                 move 'go to inbox after receiving new mail'
10714                 option from display/sumamaries to mail
10715                 handling/receive, and rework prefs_summaries
10716                 dialog a little
10717
10718 2005-11-25 [martin]     1.9.100cvs36
10719
10720         * po/de.po
10721             fixed windows-1252 translation;
10722             translated some new and fuzzy strings
10723
10724 2005-11-25 [paul]       1.9.100cvs35
10725
10726         * src/plugins/clamav/clamav_plugin.c
10727                 complete the update done in cvs34
10728
10729 2005-11-25 [paul]       1.9.100cvs34
10730
10731         * src/plugins/clamav/clamav_plugin.c
10732                 reflect upstream changes
10733
10734 2005-11-25 [paul]       1.9.100cvs33
10735
10736         * manual/ack.xml
10737         * manual/plugins.xml
10738         * manual/sylpheed-claws-manual.xml
10739                 written/updated by Colin, edited by me
10740         * tools/acroread2sylpheed.pl
10741                 update binary name
10742
10743 2005-11-24 [colin]      1.9.100cvs32
10744
10745         * src/compose.c
10746                 Fix bug #856 (reediting messages forgets Request
10747                 Return Receipt)
10748
10749 2005-11-24 [paul]       1.9.100cvs31
10750
10751         * manual/addrbook.xml
10752         * manual/starting.xml
10753                 written by Colin, proofread, edited, adapted by me
10754         * manual/advanced.xml
10755                 add some Actions examples
10756         * src/importldif.c
10757                 use a Save button instead of a Close button
10758         * src/wizard.c
10759                 indicate mandatory fields
10760                 fix page display
10761                 Thanks to Colin
10762
10763 2005-11-23 [colin]      1.9.100cvs30
10764
10765         * src/addressbook.c
10766                 Rename menu item, fix possible crash after
10767                 deletion of books
10768         * src/addrindex.c
10769                 Allow searching for '*' in ldap
10770         * src/browseldap.c
10771                 Fix "Browse Entry" (did anyone use it?)
10772         * src/wizard.c
10773                 Add guards for mandatory information
10774
10775 2005-11-23 [paul]       1.9.100cvs29
10776
10777         * manual/advanced.xml
10778                 corrections to the English
10779
10780 2005-11-23 [colin]      1.9.100cvs28
10781
10782         * src/mimeview.c
10783                 Fix possible crash at exit. After the call to
10784                 gtk_container_remove(), the Viewer's widget has no
10785                 more parent so gtk+ automatically frees it and its
10786                 sons. If destroy_viewer() then try to access it,
10787                 problems ensue.
10788
10789 2005-11-22 [colin]      1.9.100cvs27
10790
10791         * src/compose.c
10792         * src/gtk/gtkaspell.c
10793                 Fix right-clicking on a misspelled word
10794                 Fix More... in suggestions menu
10795
10796 2005-11-22 [wwp]        1.9.100cvs26
10797
10798         * src/prefs_template.c
10799                 templates works: re-sort templates list when adding or replacing,
10800                 prevent from adding or replacing when the template name is empty
10801
10802 2005-11-21 [colin]      1.9.100cvs25
10803
10804         * src/addressbook.c
10805                 Fix some addressbook suckage (dnd, select all)
10806         * src/compose.c
10807         * src/gtk/gtkaspell.c
10808         * src/gtk/gtkaspell.h
10809                 Make the spellchecker menu work with the 
10810                 GtkTextView one instead of overriding it
10811
10812 2005-11-20 [paul]       1.9.100cvs24
10813
10814         * manual/handling.xml
10815                 proofread and corrected
10816
10817 2005-11-20 [paul]       1.9.100cvs23
10818
10819         * manual/Makefile
10820                 generate html as one file
10821         * manual/advanced.xml
10822                 fix output generation
10823                 reformat hidden options list
10824         * manual/manual.xml     ** REMOVED **
10825         * manual/sylpheed-claws-manual.xml      ** ADDED **
10826                 renamed
10827
10828 2005-11-18 [colin]      1.9.100cvs22
10829
10830         * src/prefs_account.c
10831                 Fix layout in news and mbox accounts
10832         * manual/account.xml
10833         * manual/advanced.xml
10834                 New contents for Paul to check :)
10835
10836 2005-11-18 [wwp]        1.9.100cvs21
10837
10838         * src/gtk/quicksearch.c
10839                 don't update extended quicksearch buttons twice
10840
10841 2005-11-18 [paul]       1.9.100cvs20
10842
10843         * src/textview.c
10844                 complete 1.9.100cvs19
10845
10846 2005-11-18 [paul]       1.9.100cvs19
10847
10848         * src/compose.c
10849                 cosmetic improvements
10850         * src/textview.c
10851                 also list text/* attachments
10852
10853 2005-11-18 [colin]      1.9.100cvs18
10854
10855         * src/summaryview.c
10856                 Use column 0 instead of -1 in 
10857                 gtk_ctree_node_moveto, in a naive
10858                 hope it'll fix the gtk-related crashes
10859
10860 2005-11-18 [colin]      1.9.100cvs17
10861
10862         * src/gtk/inputdialog.c
10863                 Fix icon staying the first one
10864
10865 2005-11-17 [wwp]        1.9.100cvs16
10866                 fix possible problem showing some quicksearch buttons, and a bad
10867                 call to g_return_if_fail in a function that returns a value (both
10868                 fixes by Fabien Vantard)
10869
10870 2005-11-15 [wwp]        1.9.100cvs15
10871
10872         * src/gtk/quicksearch.c
10873                 added a tooltip to that obscure ... quicksearch button
10874
10875 2005-11-15 [wwp]        1.9.100cvs14
10876
10877         * src/gtk/quicksearch.c
10878                 add a quicksearch helper to filtering expression users: the ... button
10879                 raises the condition expr window. condition expressions set up w/ this
10880                 window are used by the quicksearch if the user closes it pressing OK.
10881
10882 2005-11-14 [paul]       1.9.100cvs13
10883
10884         * src/plugins/clamav/clamav_plugin.c
10885         * src/plugins/spamassassin/spamassassin.c
10886                 change plugin type following recent merging
10887
10888 2005-11-14 [wwp]        1.9.100cvs12
10889
10890         * src/folder.c
10891                 prevent from crashing when copying/moving message(s) from and
10892                 to the same folder
10893
10894 2005-11-14 [paul]       1.9.100cvs11
10895
10896         * src/plugins/clamav/Makefile.am
10897         * src/plugins/clamav/clamav_plugin.c
10898         * src/plugins/clamav/clamav_plugin.h
10899         * src/plugins/clamav/clamav_plugin_gtk.c
10900                 also merge clamav and clamav_gtk plugins
10901
10902 2005-11-13 [colin]      1.9.100cvs10
10903
10904         * configure.ac
10905         * src/plugins/spamassassin/Makefile.am
10906         * src/plugins/spamassassin/spamassassin.c
10907         * src/plugins/spamassassin/spamassassin.h
10908         * src/plugins/spamassassin/spamassassin_gtk.c
10909                 Merge spamassassin and spamassassin_gtk plugins,
10910                 and build it by default.
10911
10912 2005-11-12 [colin]      1.9.100cvs9
10913
10914         * src/etpan/imap-thread.c
10915                 Fix gcc warning
10916
10917 2005-11-12 [colin]      1.9.100cvs8
10918
10919         * src/procmime.c
10920                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
10921
10922 2005-11-10 [colin]      1.9.100cvs7
10923
10924         * src/main.c
10925                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
10926                 minimised state)
10927
10928 2005-11-10 [wwp]        1.9.100cvs6
10929
10930         * src/gtk/description_window.c
10931                 fix a crash when closing description windows using the WM's [X] button
10932
10933 2005-11-09 [colin]      1.9.100cvs5
10934
10935         * src/common/ssl.c
10936                 Update libetpan call to follow upstream
10937                 (yes, this requires libetpan-0.40cvs3)
10938
10939 2005-11-08 [colin]      1.9.100cvs4
10940
10941         * src/compose.c
10942         * src/textview.c
10943         * src/common/utils.c
10944         * src/common/utils.h
10945                 Enhance the email parser
10946
10947 2005-11-08 [colin]      1.9.100cvs3
10948
10949         * src/procmime.c
10950                 Fix what looks like an off-by-one (fixes 
10951                 attachments from the Bat)
10952
10953 2005-11-08 [wwp]        1.9.100cvs2
10954
10955         * src/main.c
10956                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
10957
10958 2005-11-08 [wwp]        1.9.100cvs1
10959
10960         * src/main.c
10961                 allow exiting Sylpheed-Claws from command-line
10962
10963 2005-11-08 [paul]       1.9.100
10964
10965         1.9.100 released
10966
10967 2005-11-07 [colin]      1.9.99cvs17
10968
10969         * src/addritem.c
10970         * src/ldif.c
10971                 Fix import of base-64 encoded items
10972
10973 2005-11-07 [colin]      1.9.99cvs16
10974
10975         * src/send_message.c
10976                 Fix bug #314 (Queue does not empty under certain 
10977                 circumstances)
10978
10979 2005-11-07 [paul]       1.9.99cvs15
10980
10981         * src/mutt.c
10982         * src/pine.c
10983                 fix buffer overflows
10984                 Thanks to Colin
10985
10986 2005-11-07 [paul]       1.9.99cvs14
10987
10988         * doc/man/Makefile.am
10989         * doc/man/sylpheed-claws.1      ** ADDED **
10990         * doc/man/sylpheed.1            ** DELETED **
10991                 rename and update the man file
10992
10993 2005-11-06 [colin]      1.9.99cvs13
10994
10995         * src/ldif.c
10996                 Fix ldif_get_line() that returned empty strings
10997                 (Didn't understand why). Also fix a possible
10998                 buffer overflow.
10999
11000 2005-11-06 [wwp]        1.9.99cvs12
11001
11002         * src/textview.c
11003         * src/gtk/about.c
11004         * src/gtk/gtkutils.c
11005         * src/gtk/gtkutils.h
11006                 fix a compilation warning,
11007                 make links sensitive in the about dialog
11008
11009 2005-11-04 [wwp]        1.9.99cvs11
11010
11011         * src/gtk/about.c
11012                 don't wrap or translate URIs, and a bit text format cleanup
11013
11014 2005-11-04 [wwp]        1.9.99cvs10
11015
11016         * src/gtk/about.c
11017                 better textview tagging implementation (no more use of marks for
11018                 postponed tagging)
11019
11020 2005-11-02 [colin]      1.9.99cvs9
11021
11022         * src/common/ssl.c
11023                 Forgot an ifdef
11024
11025 2005-11-02 [colin]      1.9.99cvs8
11026
11027         * configure.ac
11028                 Require libetpan-0.40 due to upstream fix
11029         * src/common/ssl.c
11030                 Tell libetpan not to call SSL_Library_Init,
11031                 as we do it ourselves.
11032
11033 2005-11-02 [colin]      1.9.99cvs7
11034
11035         * po/POTFILES.in
11036                 Add missing files (thanks to Fabien Vantard)
11037
11038 2005-11-02 [colin]      1.9.99cvs6
11039
11040         * src/summaryview.c
11041                 Fix totals when read messages are hidden or quicksearch
11042                 is on
11043         * src/ssl_manager.c
11044         * src/ssl_manager.h
11045         * src/common/ssl_certificate.c
11046         * src/common/ssl_certificate.h
11047         * src/gtk/sslcertwindow.c
11048         * src/gtk/sslcertwindow.h
11049                 Fix copyright on my stuff
11050
11051 2005-11-02 [wwp]        1.9.99cvs5
11052
11053         * src/prefs_themes.c
11054                 fix directory name checking (theme installation/removal),
11055                 made related error a bit more verbose
11056
11057 2005-11-02 [colin]      1.9.99cvs4
11058
11059         * src/summaryview.c
11060                 Fix typo (probably fixes bug #841 (Sort by the From 
11061                 field doesn't work)
11062
11063 2005-11-02 [paul]       1.9.99cvs3
11064
11065         * po/ko.po
11066         * po/nb.po
11067                 updated by SungHyun Nam, Geir Helland
11068         * src/wizard.c
11069                 fix typo in welcome message. spotted by
11070                 Andrea Spadaccini
11071
11072 2005-11-01 [colin]      1.9.99cvs2
11073
11074         * src/compose.c
11075                 Fix replying to ml wen confirming subscription
11076         * src/messageview.c
11077         * src/mimeview.c
11078         * src/mimeview.h
11079         * src/privacy.h
11080         * src/summaryview.c
11081                 Make key check non blocking
11082
11083 2005-10-31 [paul]       1.9.99cvs1
11084
11085         * tools/claws.i18n.status.pl
11086                 updated for ChangeLog
11087
11088 2005-10-31 [paul]       1.9.99
11089
11090         1.9.99 released
11091
11092 2005-10-31 [paul]       1.9.15cvs131
11093
11094         * .cvsignore
11095         * ChangeLog
11096         * ChangeLog.claws       ** REMOVED **
11097         * ChangeLog-gtk2.claws  ** REMOVED **
11098         * ChangeLog.gtk1        ** ADDED **
11099         * INSTALL
11100         * Makefile.am
11101         * NEWS
11102         * README
11103         * README.claws          ** REMOVED **
11104         * README.jp             ** REMOVED **
11105         * RELEASE_NOTES         ** ADDED **
11106         * RELEASE_NOTES.claws   ** REMOVED **
11107         * commitHelper
11108         * configure.ac
11109         * sylpheed.spec.in      ** REMOVED **
11110                 tidy up and update the default docs:
11111                 ChangeLog.claws is renamed ChangeLog.gtk1
11112                 ChangeLog-gtk2.claws is renamed ChangeLog
11113                 README.claws is renamed README
11114                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
11115
11116 2005-10-31 [paul]       1.9.15cvs130
11117
11118         * po/it.po
11119                 fix errors
11120
11121 2005-10-31 [paul]       1.9.15cvs129
11122
11123         * po/ca.po
11124         * po/de.po
11125         * po/en_GB.po
11126         * po/fr.po
11127         * po/it.po
11128         * po/pt_BR.po
11129         * po/sk.po
11130         * po/sr.po
11131         * po/zh_CN.po
11132                 updated by Miquel Oliete, Stephan Sachse and
11133                 Thomas Gilgin, me, Fabien Vantard, Andrea
11134                 Spadaccini, Frederico Goncalves Guimaraes,
11135                 Andrej Kacian, Aleksandar Urosevic, and
11136                 Ralgh Young.
11137
11138 2005-10-31 [mones]      1.9.15cvs128
11139
11140         * manual/faq.xml
11141                 More questions.
11142         
11143         * po/es.po
11144                 Updated for release.
11145
11146 2005-10-30 [colin]      1.9.15cvs127
11147
11148         * src/compose.c
11149                 Place cursor before rewrapping (fixes cursor
11150                 pos if quotation gets rewrapped)
11151
11152 2005-10-29 [paul]       1.9.15cvs126
11153
11154         * src/crash.c
11155         * src/foldersel.c
11156         * src/main.c
11157         * src/messageview.c
11158         * src/toolbar.c
11159         * src/gtk/authors.h
11160                 corrections to text items
11161
11162 2005-10-28 [colin]      1.9.15cvs125
11163
11164         * src/messageview.c
11165                 Make "hit 'C' to check sig" work from extern 
11166                 messageviews
11167
11168 2005-10-27 [colin]      1.9.15cvs124
11169
11170         * src/summaryview.c
11171                 Add a hack to avoid segfaulting when hammering 
11172                 on gtk's events
11173
11174 2005-10-27 [wwp]        1.9.15cvs123
11175
11176         * src/prefs_themes.c
11177                 sort list of themes names in themes prefs
11178
11179 2005-10-27 [paul]       1.9.15cvs122
11180
11181         * src/folder.c
11182         * src/prefs_account.c
11183                 fix building on Solaris
11184                 Patch by Alex Moore
11185
11186 2005-10-27 [wwp]        1.9.15cvs121
11187
11188         * src/summaryview.c
11189         * src/gtk/gtksctree.c
11190                 speed up unselecting messages in summary view (thanks to Colin)
11191
11192 2005-10-27 [paul]       1.9.15cvs120
11193
11194         * src/mainwindow.c
11195                 fix a compilation warning
11196         * src/summaryview.c
11197                 fix updating of 'n items selected' count
11198                 when deselecting
11199
11200 2005-10-27 [martin]     1.9.15cvs119
11201
11202         * src/action.c
11203                 ignore actions with a leading '/' in the action menu name
11204                 fixes a crash on menu creation
11205         * src/prefs_actions.c
11206                 do not allow a leading '/' in the action menu name
11207
11208 2005-10-27 [paul]       1.9.15cvs118
11209
11210         * src/main.c
11211                 fix compilation warning
11212
11213 2005-10-27 [paul]       1.9.15cvs117
11214
11215         * src/procmime.c
11216                 add #if HAVE_LOCALE_H
11217
11218 2005-10-27 [paul]       1.9.15cvs116
11219
11220         * src/plugins/clamav/clamav_plugin.c
11221         * src/plugins/dillo_viewer/dillo_viewer.c
11222         * src/plugins/mathml_viewer/mathml_viewer.c
11223         * src/plugins/pgpcore/plugin.c
11224         * src/plugins/pgpinline/plugin.c
11225         * src/plugins/pgpmime/plugin.c
11226         * src/plugins/spamassassin/spamassassin.c
11227         * src/plugins/trayicon/trayicon.c
11228                 plugin_init() : make error messages more
11229                 informative
11230
11231 2005-10-26 [wwp]        1.9.15cvs115
11232
11233         * src/prefs_matcher.c
11234                 enlarge boolean op widget width a bit (wasn't always showing text contents)
11235
11236 2005-10-26 [wwp]        1.9.15cvs114
11237
11238         * src/procmime.c
11239         * src/gtk/gtksctree.c
11240         * src/plugins/spamassassin/libspamc.c
11241         * src/plugins/spamassassin/spamassassin.c
11242                 fix some compilation warnings more
11243
11244 2005-10-26 [mones]      1.9.15cvs113
11245
11246         * po/es.po
11247                 Updated translation
11248
11249 2005-10-26 [paul]       1.9.15cvs112
11250
11251         * src/prefs_message.c
11252                 give all display_xface stuff the
11253                 #if HAVE_LIBCOMPFACE treatment, thus
11254                 preventing a crash
11255                 (Thanks to Wolfgang Enderlein)
11256
11257 2005-10-26 [colin]      1.9.15cvs111
11258
11259         * src/gedit-print.c
11260                 Fix date format
11261         * src/imap_gtk.c
11262         * src/news_gtk.c
11263                 Remove context menu items that should not be there
11264         * src/jpilot.c
11265                 Fix encoding
11266         * src/main.c
11267         * src/mainwindow.c
11268                 Don't show the mainwindow too soon
11269
11270 2005-10-26 [wwp]        1.9.15cvs110
11271
11272         * src/folder.c
11273         * src/manual.c
11274         * src/summaryview.c
11275                 fix uninitialized pointers in the folder updating hook
11276                 (thanks to Colin)
11277
11278 2005-10-25 [mones]      1.9.15cvs109
11279
11280         * manual/faq.xml
11281                 General information subsection completed. 
11282                 Removed archaic references.
11283                 
11284         * manual/Makefile
11285         * manual/dtd/manual.dsl
11286                 Added customization stylesheet for getting paragraphs
11287                 fully justified in PDF output (as suggested by Colin).
11288
11289 2005-10-25 [colin]      1.9.15cvs108
11290
11291         * src/compose.c
11292                 Fix a second leak
11293
11294 2005-10-25 [colin]      1.9.15cvs107
11295
11296         * src/addrbook.c
11297         * src/addrindex.c
11298                 Fix leak (xml_get_element() allocates memory)
11299         * src/compose.c
11300                 Fix leak + dead code (shame!)
11301         * src/procmime.c
11302                 Fix leak
11303
11304 2005-10-25 [colin]      1.9.15cvs106
11305
11306         * src/mimeview.c
11307                 Fix encoding issue in Save all and in 
11308                 overwrite-confirmation alertpanel
11309
11310 2005-10-25 [colin]      1.9.15cvs105
11311
11312         * src/common/socket.c
11313                 Fix a leak - Thanks to Christopher Aillon
11314                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
11315
11316 2005-10-25 [paul]       1.9.15cvs104
11317
11318         * src/wizard.c
11319                 Always guess servers from the right-hand
11320                 email part and guess username from the
11321                 left-hand part. (Thanks to Colin)
11322                 add an X-Face to the welcome message
11323
11324 2005-10-25 [paul]       1.9.15cvs103
11325
11326         * manual/handling.xml
11327                 written by Colin, edited by me
11328
11329 2005-10-25 [wwp]        1.9.15cvs102
11330
11331         * src/folderview.c
11332         * src/grouplistdialog.c
11333         * src/imap.c
11334         * src/noticeview.c
11335                 fix some compilation warnings
11336
11337 2005-10-24 [paul]
11338
11339         1.9.99-rc3 released
11340
11341 2005-10-24 [paul]       1.9.15cvs101
11342
11343         * src/gtk/about.c
11344                 fix window sizing
11345
11346 2005-10-24 [paul]       1.9.15cvs100
11347
11348         * src/pixmaps/offline.xpm
11349         * src/pixmaps/online.xpm
11350                 replace with last default versions
11351
11352 2005-10-24 [colin]      1.9.15cvs99
11353
11354         * src/imap.c
11355                 Fix bug when moving a folder
11356         * src/imap_gtk.c
11357         * src/mh_gtk.c
11358                 "Delete folder" pops up a window, so it 
11359                 should be suffixed with "..."
11360         * src/plugins/pgpcore/sgpgme.c
11361                 Include locale.h
11362
11363 2005-10-24 [mones]      1.9.15cvs98
11364
11365         * manual/Makefile
11366         * manual/account.xml
11367         * manual/ack.xml
11368         * manual/addrbook.xml
11369         * manual/advanced.xml
11370         * manual/faq.xml
11371         * manual/glossary.xml
11372         * manual/gpl.xml
11373         * manual/handling.xml
11374         * manual/intro.xml
11375         * manual/keyboard.xml
11376         * manual/manual.xml
11377         * manual/plugins.xml
11378         * manual/starting.xml
11379         * manual/dtd/sdocbook.dtd
11380                 Initial manual structure and some content.
11381
11382 2005-10-23 [wwp]        1.9.15cvs97
11383
11384         * src/gtk/about.c
11385                 fix a typo
11386
11387 2005-10-23 [wwp]        1.9.15cvs96
11388
11389         * src/gtk/about.c
11390         * src/gtk/authors.h
11391                 rework of the about window (main work by Paul), also featuring a few
11392                 fixes for typos and duplicate names
11393
11394 2005-10-23 [wwp]        1.9.15cvs95
11395
11396         * src/.cvsignore
11397                 Ignore the right binary name (sylpheed-claws now)
11398
11399 2005-10-23 [paul]       1.9.15cvs94
11400
11401         * src/compose.c
11402                 when using Folder Pref 'Default To for
11403                 replies' make the entry in the Compose
11404                 window bold
11405                 Patch by Fabien Vantard
11406
11407 2005-10-22 [colin]      1.9.15cvs93
11408
11409         * src/codeconv.c
11410                 Fix leak
11411
11412 2005-10-22 [colin]      1.9.15cvs92
11413
11414         * src/codeconv.c
11415                 try to convert using locale (apart utf8) if necessary
11416
11417 2005-10-22 [colin]      1.9.15cvs91
11418
11419         * src/pixmaps/new.xpm
11420         * src/pixmaps/unread.xpm
11421                 Make the unread envelope blue again and
11422                 saturate the new one a bit more.
11423
11424 2005-10-22 [colin]      1.9.15cvs90
11425
11426         * src/compose.c
11427                 When replying to a mail sent by one of our accounts,
11428                 use the original list of recipients. Let 'Reply All'
11429                 and 'Reply to sender' work like previously.
11430
11431 2005-10-21 [colin]      1.9.15cvs89
11432
11433         * src/prefs_filtering.c
11434                 Clear fields after add and replace
11435         * src/textview.c
11436                 Display xface differently (better)
11437         * src/plugins/pgpinline/pgpinline.c
11438                 Fix crappy encodings/recodings
11439
11440 2005-10-21 [paul]       1.9.15cvs88
11441
11442         * src/compose.c
11443         * src/prefs_folder_item.c
11444         * src/toolbar.c
11445                 fix news folder Folder Properties
11446                 (thanks to Colin)
11447         * src/folderview.c
11448                 update folderview after Themes change
11449                 keep selected folder selected
11450                 (thanks to Colin)
11451
11452 2005-10-21 [paul]       1.9.15cvs87
11453
11454         * tools/Makefile.am
11455         * tools/OOo2sylpheed.pl
11456         * tools/README
11457         * tools/README.sylprint
11458         * tools/asus_mailled.sh         ** REMOVED **
11459         * tools/filter_conv.pl
11460         * tools/freshmeat_search.pl
11461         * tools/google_search.pl
11462         * tools/gpg-sign-syl            ** REMOVED **
11463         * tools/kmail2sylpheed.pl
11464         * tools/kmail2sylpheed_v2.pl
11465         * tools/multiwebsearch.pl
11466         * tools/nautilus2sylpheed.sh
11467         * tools/newscache_clean.pl
11468         * tools/outlook2sylpheed.pl
11469         * tools/sylpheed-switcher       ** REMOVED **
11470         * tools/sylprint.pl
11471         * tools/sylprint.rc
11472         * tools/tb2sylpheed
11473         * tools/vcard2xml.py
11474         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11475                 update default config dir
11476                 update binary name (thanks to Fabien Vantard)
11477                 remove obsolete scripts
11478
11479 2005-10-21 [colin]      1.9.15cvs86
11480
11481         * src/inc.c
11482                 Fix possible leak and units. Based on a patch by
11483                 Fabien Vantard.
11484
11485 2005-10-20 [colin]      1.9.15cvs85
11486
11487         * src/textview.c
11488                 Clear xface when clearing textview
11489
11490 2005-10-20 [colin]      1.9.15cvs84
11491
11492         * configure.ac
11493         * src/folderview.c
11494         * src/headerview.c
11495         * src/main.c
11496         * src/prefs_common.c
11497         * src/prefs_common.h
11498         * src/prefs_message.c
11499         * src/textview.c
11500         * src/textview.h
11501         * src/common/defs.h
11502         * src/common/utils.c
11503         * src/common/utils.h
11504         * src/gtk/gtkutils.c
11505         * src/gtk/gtkutils.h
11506                 Migrate config to .sylpheed-claws (Automatically)
11507                 Add a way to get the Xface in the TextView
11508
11509 2005-10-20 [colin]      1.9.15cvs83
11510
11511         * src/gtk/Makefile.am
11512         * src/gtk/about.c
11513         * src/gtk/authors.h
11514                 Make the about dialog *grooovy*
11515
11516 2005-10-20 [colin]      1.9.15cvs82
11517
11518         * src/mimeview.c
11519                 Use "Open with" on double click if no command
11520                 was found
11521
11522 2005-10-20 [colin]      1.9.15cvs81
11523
11524         * src/imap.c
11525         * src/etpan/imap-thread.c
11526                 Fix possible crash.
11527
11528 2005-10-20 [paul]       1.9.15cvs80
11529
11530         * src/folder.c
11531                 don't show clipkey icon if the only
11532                 attachment is the signature
11533                 Patch by Colin
11534
11535 2005-10-20 [paul]       1.9.15cvs79
11536
11537         * AUTHORS
11538         * src/plugins/pgpmime/pgpmime.c
11539                 name the PGP/MIME signature 'signature.asc'
11540                 Patch by Andrew Nelson <freeandy@gmail.com>
11541
11542 2005-10-19 [colin]      1.9.15cvs78
11543
11544         * src/plugins/pgpmime/pgpmime.c
11545                 Oops, no need to double-check though
11546
11547 2005-10-19 [colin]      1.9.15cvs77
11548
11549         * src/plugins/pgpinline/pgpinline.c
11550         * src/plugins/pgpmime/pgpmime.c
11551                 Check that my_tmpfile() doesn't 
11552                 return NULL
11553
11554 2005-10-19 [colin]      1.9.15cvs76
11555
11556         * src/common/utils.c
11557                 Use shorter mime boundaries to avoid having
11558                 MTAs rewrapping our headers, breaking the
11559                 PGP signature in the process 
11560         * src/compose.c
11561         * src/plugins/pgpmime/pgpmime.c
11562                 Check for boundary uniqueness to be sure
11563                 it won't happen, instead of hoping for the
11564                 best
11565
11566 2005-10-19 [colin]      1.9.15cvs75
11567
11568         * sylpheed-claws.desktop
11569         * src/Makefile.am
11570         * src/main.c
11571                 Ship a sylpheed-claws binary instead
11572                 of a sylpheed one. Change the socket
11573                 name, too
11574         * src/folderview.c
11575                 Update folder only if it changed
11576         * src/wizard.c
11577                 Fix i18n in welcome mail, patch by
11578                 Fabien Vantard
11579
11580 2005-10-19 [paul]
11581
11582         1.9.99-rc2 released
11583
11584 2005-10-19 [paul]       1.9.15cvs74
11585
11586         * src/folder.c
11587         * src/folderview.c
11588                 fix summaryview update
11589                 Patch by Colin
11590
11591 2005-10-18 [colin]      1.9.15cvs73
11592
11593         * src/plugins/pgpcore/passphrase.c
11594                 Don't XGrabServer, and try a bit more to 
11595                 sync everything before grabbing mouse/keyboard
11596
11597 2005-10-18 [colin]      1.9.15cvs72
11598
11599         * src/Makefile.am
11600         * src/addressadd.c
11601         * src/addressbook.c
11602         * src/folderview.c
11603         * src/grouplistdialog.c
11604         * src/mimeview.c
11605         * src/stock_pixmap.c
11606         * src/stock_pixmap.h
11607         * src/summaryview.c
11608         * src/gtk/gtksctree.c
11609         * src/gtk/gtksctree.h
11610         * src/pixmaps/empty.xpm
11611                 Implement a wrapper call for gtk_ctree_set_node_info
11612                 and gtk_ctree_insert_node, that uses a 1x1 transparent
11613                 pixmap instead of a NULL one. This works around some
11614                 memory problems deep inside gtk, revealed by valgrind,
11615                 and fixes bug #834 (Pressing CTRl-D on a message marked 
11616                 as locked crashes sylpheed.), as well as, probably, 
11617                 wwp's 4th dimension problems that happen in gtk_ctree_*.
11618
11619 2005-10-17 [colin]      1.9.15cvs71
11620
11621         * src/mimeview.c
11622                 Provide visual feedback when checking
11623                 signature
11624
11625 2005-10-17 [colin]      1.9.15cvs70
11626
11627         * src/main.c
11628                 Keep the folder list frozen while checking caches...
11629
11630 2005-10-17 [colin]      1.9.15cvs69
11631
11632         * src/addr_compl.c
11633                 Fi bug #833 (Autocompleting from addressbook 
11634                 fails with extended chars)
11635         * src/imap.c
11636                 Fix 'adding messages' staying in statusbar
11637                 after an error
11638
11639 2005-10-17 [wwp]        1.9.15cvs68
11640
11641         * src/ssl_manager.c
11642                 Fix buttons' layout resizing when window size changes
11643
11644 2005-10-17 [wwp]        1.9.15cvs67
11645
11646         * src/account.c
11647         * src/prefs_account.c
11648         * src/prefs_common.c
11649         * src/prefs_common.h
11650         * src/prefs_folder_item.c
11651         * src/prefs_gtk.c
11652         * src/gtk/logwindow.c
11653         * src/gtk/pluginwindow.c
11654         * src/gtk/prefswindow.c
11655         * src/gtk/prefswindow.h
11656                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
11657
11658 2005-10-17 [paul]       1.9.15cvs66
11659
11660         * configure.ac
11661                 fix missing libetpan message
11662         * po/en_GB.po
11663                 updated
11664         * src/crash.c
11665         * src/manual.c
11666         * src/prefs_themes.c
11667         * src/common/defs.h
11668                 add some new URI defines, change some
11669                 others
11670         * src/wizard.c
11671                 make welcome message translatable
11672                 small improvements to english
11673                 other tweaks
11674         * src/gtk/menu.c
11675                 fix warnings
11676
11677 2005-10-17 [paul]       1.9.15cvs65
11678
11679         * src/summaryview.c
11680                 fix column titles
11681
11682 2005-10-16 [mones]      1.9.15cvs64
11683
11684         * po/es.po
11685                 Updated translation
11686
11687 2005-10-16 [colin]
11688
11689         1.9.99-rc1 released
11690
11691 2005-10-16 [colin]      1.9.15cvs63
11692
11693         * src/wizard.c
11694                 Fix whitespace
11695
11696 2005-10-16 [colin]      1.9.15cvs62
11697
11698         * src/toolbar.c
11699                 s/Get All/Get Mail/
11700         * src/wizard.c
11701                 Real welcome mail text, thanks Paul
11702
11703 2005-10-16 [colin]      1.9.15cvs61
11704
11705         * src/editldap.c
11706         * src/exporthtml.c
11707         * src/main.c
11708         * src/mainwindow.c
11709         * src/prefs_themes.c
11710         * src/prefs_toolbar.c
11711         * src/plugins/demo/demo.c
11712         * src/plugins/trayicon/trayicon.c
11713                 s/Sylpheed/Sylpheed-Claws/
11714
11715 2005-10-16 [colin]      1.9.15cvs60
11716
11717         * src/wizard.c
11718                 Add a welcome email in the first empty mailbox
11719         * src/prefs_common.c
11720                 Change one more default
11721
11722 2005-10-16 [colin]      1.9.15cvs59
11723
11724         * src/wizard.c
11725                 Remove printf
11726
11727 2005-10-16 [colin]      1.9.15cvs58
11728
11729         * src/toolbar.c
11730         * src/prefs_common.c
11731                 Change some defaults
11732
11733 2005-10-16 [colin]      1.9.15cvs57
11734
11735         * src/toolbar.c
11736         * src/prefs_common.c
11737                 Change some defaults
11738
11739 2005-10-16 [colin]      1.9.15cvs56
11740
11741         * src/wizard.c
11742                 By default, initialize fonts to have
11743                 the same size as normal GtkWidgets
11744
11745 2005-10-16 [colin]      1.9.15cvs55
11746
11747         * src/mimeview.c
11748                 Fix message a bit more
11749
11750 2005-10-16 [colin]      1.9.15cvs54
11751
11752         * src/addressbook.c
11753                 Second attempt at flicker fixing
11754
11755 2005-10-16 [colin]      1.9.15cvs53
11756
11757         * src/addressbook.c
11758                 Fix flicker
11759
11760 2005-10-16 [wwp]        1.9.15cvs52
11761
11762         * src/addressbook.c
11763         * src/editaddress.c
11764         * src/prefs_common.c
11765         * src/prefs_common.h
11766                 Remember window sizes (address book)
11767
11768 2005-10-16 [wwp]        1.9.15cvs51
11769
11770         * src/plugins/clamav/clamav_plugin_gtk.c
11771         * src/plugins/spamassassin/spamassassin_gtk.c
11772                 Fix compilation warnings (missing #include).
11773
11774 2005-10-16 [colin]      1.9.15cvs50
11775
11776         * src/mimeview.c
11777         * src/summaryview.c
11778         * src/textview.c
11779                 Make 'c' check signature, and forward
11780                 c, l, y, t from summaryview to mimeview
11781
11782 2005-10-16 [colin]      1.9.15cvs49
11783
11784         * src/addressbook.c
11785                 Put border around buttons
11786         * src/mainwindow.c
11787         * src/summaryview.c
11788                 Rework menus (Patch based on a patch
11789                 by Paul)
11790
11791 2005-10-15 [wwp]        1.9.15cvs48
11792
11793         * src/editjpilot.c
11794         * src/editldap.c
11795         * src/editvcard.c
11796         * src/exphtmldlg.c
11797         * src/expldifdlg.c
11798         * src/export.c
11799         * src/import.c
11800         * src/importldif.c
11801         * src/importmutt.c
11802         * src/importpine.c
11803         * src/prefs_account.c
11804         * src/prefs_spelling.c
11805         * src/gtk/gtkutils.c
11806         * src/gtk/gtkutils.h
11807         * src/plugins/clamav/clamav_plugin_gtk.c
11808         * src/plugins/spamassassin/spamassassin_gtk.c
11809                 use nicer browse-for-file/dir buttons than the "..." ones,
11810                 code factorizing more.
11811
11812 2005-10-14 [colin]      1.9.15cvs47
11813
11814         * src/mainwindow.c
11815                 set relief on the account switcher so that people see it
11816                 grey out Create processing rules when no message is selected
11817         * src/prefs_filtering.c
11818                 ask before closing if the rule has not been modified, even if
11819                 it's not valid
11820         * src/prefs_matcher.c
11821                 fix sensitivity when entering the dialog
11822         * src/gtk/inputdialog.c
11823                 display a better icon on password ask
11824         * src/plugins/pgpcore/passphrase.c
11825                 make the dialog look better
11826
11827 2005-10-14 [paul]       1.9.15cvs46
11828
11829         * src/folderview.c
11830                 indicate presense of marked msgs in
11831                 unexpanded subfolders
11832
11833 2005-10-14 [paul]       1.9.15cvs45
11834
11835         * src/prefs_actions.c
11836         * src/prefs_common.c
11837         * src/prefs_common.h
11838         * src/prefs_filtering_action.c
11839         * src/prefs_matcher.c
11840         * src/prefs_template.c
11841                 remember window sizes
11842                 fix Info button size
11843
11844         Patches by wwp
11845
11846 2005-10-13 [colin]      1.9.15cvs44
11847
11848         * src/mimeview.c
11849         * src/noticeview.c
11850         * src/noticeview.h
11851                 Add a tooltip on the icon (optional) 
11852                 Get rid of the signature buttons and only
11853                 use the icon+tooltip
11854
11855 2005-10-13 [colin]      1.9.15cvs43
11856
11857         * src/noticeview.c
11858         * src/noticeview.h
11859                 Add hand cursor for hovering over icon
11860
11861 2005-10-13 [colin]      1.9.15cvs42
11862
11863         * src/summaryview.c
11864                 Fix crash when quicksearch's hidden 
11865                 at startup
11866
11867 2005-10-13 [colin]      1.9.15cvs41
11868
11869         * src/compose.c
11870                 Set subject when forwarding multiple mails
11871                 Check that other recipient than the default Cc or Bcc
11872                 have been set before sending.
11873
11874 2005-10-13 [colin]      1.9.15cvs40
11875
11876         * src/imap.c
11877                 Batch per-folder
11878                 Introduce locking, but don't use it yet
11879
11880 2005-10-13 [colin]      1.9.15cvs39
11881
11882         * src/gtk/quicksearch.c
11883                 Reset quicksearch when hiding it
11884                 Make sticky a real pref
11885
11886 2005-10-13 [colin]      1.9.15cvs38
11887
11888         * src/summaryview.c
11889                 Faster prefs apply
11890
11891 2005-10-13 [colin]      1.9.15cvs37
11892
11893         * src/mimeview.c
11894         * src/noticeview.c
11895         * src/noticeview.h
11896         * src/plugins/pgpcore/sgpgme.c
11897                 Make privacy icon clickable
11898                 Move Trust field in Full info
11899                 When trust is less than full, don't display
11900                 a warning icon
11901
11902 2005-10-13 [colin]      1.9.15cvs36
11903
11904         * src/folder.c
11905                 Batch on flags sync
11906         * src/folderview.c
11907                 Revert speed hack which is dangerous in fact
11908                 Apply prefs faster
11909
11910 2005-10-13 [colin]      1.9.15cvs35
11911
11912         * src/folder_item_prefs.c
11913                 Fix pref corruption on folder move. Patch
11914                 by wwp
11915
11916 2005-10-13 [paul]       1.9.15cvs34
11917
11918         * src/export.c
11919         * src/import.c
11920                 fix typos in g_warnings
11921         * src/prefs_account.c
11922                 add a file selector for Signature file
11923
11924         Patches by wwp
11925
11926 2005-10-12 [colin]      1.9.15cvs33
11927
11928         * src/mimeview.c
11929                 Provide a quick way to go back from a
11930                 signature's full info to the email part
11931
11932 2005-10-12 [colin]      1.9.15cvs32
11933
11934         * src/compose.c
11935                 Remove old hack of encoding signed mails with base64.
11936                 QP works equally well.
11937
11938 2005-10-12 [colin]      1.9.15cvs31
11939
11940         * src/crash.c
11941                 Replace deprecated GtkText with GtkTextView
11942         * src/imap.c
11943                 Fix a logic bug about counts in imap_select
11944                 (previously un-triggered)
11945         * src/mainwindow.c
11946         * src/summaryview.c
11947         * src/news.c
11948                 Allow local deletion of news posts
11949         * src/mimeview.c
11950                 Show GPG noticeview on the message/rfc822 part
11951                 in addition to the text/plain one
11952         * src/prefs_image_viewer.c
11953           src/plugins/pgpcore/prefs_gpg.c
11954                 Polish (set the label as part of the checkbox)
11955         * src/wizard.c
11956                 Don't sit there doing nothing after destroying
11957                 the window - return err
11958
11959 2005-10-11 [colin]      1.9.15cvs30
11960
11961         * src/folderview.c
11962                 Apply processing rules before showing folders.
11963                 Early folder show (before flags sync) will only
11964                 be done when there are no processing rules (nor
11965                 pre- or post- ones)
11966         * src/imap.c
11967                 Fix stuff related to mail subdir, creation and 
11968                 deletion of folders 
11969         * src/imap_gtk.c
11970                 Don't allow creation of folders in NoInferior
11971                 folders, as it won't work
11972
11973 2005-10-10 [colin]      1.9.15cvs29
11974
11975         * src/compose.c
11976                 Reselect "None" Privacy system when selecting an
11977                 account with no privacy system defined
11978
11979 2005-10-10 [colin]      1.9.15cvs28
11980
11981         * src/mainwindow.c
11982                 Add Windows-1252 encoding
11983         * src/prefs_common.c
11984                 Rework some defaults:
11985                 - autosave to draft by default
11986                 - don't show header pane (it's already in the textview)
11987                 - Select first new or unread mail on entry
11988                 - Assume 'Yes' to change folder when there's no more
11989                   unread message
11990         * src/prefs_matcher.c
11991                 Fix a gtk assertion failure
11992         * src/gtk/colorlabel.c
11993                 Workaround bad repainting on selection
11994         * src/main.c
11995                 Freeze/thaw (a bit faster on ssh -X)
11996         * src/msgcache.c
11997                 Get rid of StrdupConverter that just adds an
11998                 extra strdup/free 
11999         * src/etpan/imap_thread.c
12000                 memset buf to 0
12001
12002 2005-10-10 [colin]      1.9.15cvs27
12003
12004         * src/export.c
12005         * src/import.c
12006                 Fix compile on gtk 2.4. Patch by wwp
12007
12008 2005-10-09 [colin]      1.9.15cvs26
12009
12010         * src/mainwindow.c
12011         * src/messageview.c
12012         * src/summaryview.c
12013                 Clarify forward menus. Patch by wwp
12014
12015 2005-10-09 [colin]      1.9.15cvs25
12016
12017         * src/compose.c
12018         * src/compose.h
12019                 Fix bug #829 (Non-working "Encrypt message by 
12020                 default when replying to an encrypted message")
12021
12022 2005-10-08 [colin]      1.9.15cvs24
12023
12024         * src/wizard.c
12025                 Fix bug #827 ("Welcome" setup wizard after a 
12026                 permission error gives up & forgets itself.)
12027
12028 2005-10-08 [colin]      1.9.15cvs23
12029
12030         * src/procmime.c
12031                 Fix bug #828 (Ignoring headers with spaces around = sign)
12032
12033 2005-10-08 [colin]      1.9.15cvs22
12034
12035         * src/export.c
12036                 Warning fix by wwp
12037
12038 2005-10-08 [colin]      1.9.15cvs21
12039
12040         * src/folder.c
12041         * src/folder.h
12042                 Add a processing_pending indicator, set on 
12043                 folder_item_open and cleared after 
12044                 folder_item_process_open
12045         * src/folderview.c
12046         * src/summaryview.c
12047                 wrap procmsg_msginfo_*_flags, and in the
12048                 wrapper check that there's no folder processing 
12049                 pending. If there is, defer the flags change until 
12050                 processing is done to avoid stepping over each
12051                 other's toes.
12052                 Freeze during processing, but not during scanning.
12053
12054 2005-10-07 [colin]      1.9.15cvs20
12055
12056         * src/plugins/pgpcore/passphrase.c
12057                 Fix bug #826 (X-Server hangs when 
12058                 right-clicking a PGP encrypted message)
12059
12060 2005-10-07 [paul]       1.9.15cvs19
12061
12062         * src/compose.c
12063                 fix compose_entries[]
12064                 patch by Fabien Vantard
12065
12066 2005-10-06 [colin]      1.9.15cvs18
12067
12068         * src/pixmaps/address.xpm
12069         * src/pixmaps/address_book.xpm
12070         * src/pixmaps/book.xpm
12071         * src/pixmaps/check_spelling.xpm
12072         * src/pixmaps/checkbox_off.xpm
12073         * src/pixmaps/checkbox_on.xpm
12074         * src/pixmaps/close.xpm
12075         * src/pixmaps/complete.xpm
12076         * src/pixmaps/continue.xpm
12077         * src/pixmaps/deleted.xpm
12078         * src/pixmaps/down_arrow.xpm
12079         * src/pixmaps/exec.xpm
12080         * src/pixmaps/forwarded.xpm
12081         * src/pixmaps/group.xpm
12082         * src/pixmaps/ignorethread.xpm
12083         * src/pixmaps/interface.xpm
12084         * src/pixmaps/jpilot.xpm
12085         * src/pixmaps/ldap.xpm
12086         * src/pixmaps/linewrap.xpm
12087         * src/pixmaps/linewrapcurrent.xpm
12088         * src/pixmaps/mail.xpm
12089         * src/pixmaps/mail_attach.xpm
12090         * src/pixmaps/mail_compose.xpm
12091         * src/pixmaps/mail_forward.xpm
12092         * src/pixmaps/mail_receive.xpm
12093         * src/pixmaps/mail_receive_all.xpm
12094         * src/pixmaps/mail_reply.xpm
12095         * src/pixmaps/mail_reply_to_all.xpm
12096         * src/pixmaps/mail_reply_to_author.xpm
12097         * src/pixmaps/mail_send.xpm
12098         * src/pixmaps/mail_send_queue.xpm
12099         * src/pixmaps/mime_application.xpm
12100         * src/pixmaps/mime_audio.xpm
12101         * src/pixmaps/mime_image.xpm
12102         * src/pixmaps/mime_message.xpm
12103         * src/pixmaps/mime_text_enriched.xpm
12104         * src/pixmaps/mime_text_html.xpm
12105         * src/pixmaps/mime_text_plain.xpm
12106         * src/pixmaps/mime_unknown.xpm
12107         * src/pixmaps/new.xpm
12108         * src/pixmaps/news_compose.xpm
12109         * src/pixmaps/offline.xpm
12110         * src/pixmaps/online.xpm
12111         * src/pixmaps/paste.xpm
12112         * src/pixmaps/preferences.xpm
12113         * src/pixmaps/privacy_emblem_encrypted.xpm
12114         * src/pixmaps/privacy_expired.xpm
12115         * src/pixmaps/privacy_failed.xpm
12116         * src/pixmaps/privacy_passed.xpm
12117         * src/pixmaps/privacy_signed.xpm
12118         * src/pixmaps/privacy_unknown.xpm
12119         * src/pixmaps/privacy_warn.xpm
12120         * src/pixmaps/properties.xpm
12121         * src/pixmaps/replied.xpm
12122         * src/pixmaps/search.xpm
12123         * src/pixmaps/unread.xpm
12124         * src/pixmaps/up_arrow.xpm
12125         * src/pixmaps/vcard.xpm
12126                 Modernize internal theme, with icons from the 
12127                 Gnomaws theme. Keep some of the old ones where
12128                 they were better.
12129
12130 2005-10-06 [colin]      1.9.15cvs17
12131
12132         * src/summaryview.c
12133                 Little optimisations + bugfix
12134         * src/toolbar.c
12135                 Remove default useless items - useless being defined
12136                 by the default relevant prefs
12137         * src/wizard.c
12138                 include config.h to make gettext work
12139         * src/prefs_themes.c
12140                 Fix selection of current theme in prefs
12141
12142 2005-10-06 [colin]      1.9.15cvs16
12143
12144         * src/prefs_common.c
12145         * src/prefs_common.h
12146         * src/prefs_summaries.c
12147         * src/folderview.c
12148                 Add a warning dialog on Mark all read 
12149                 (with pref to get rid of it)
12150
12151 2005-10-06 [paul]       1.9.15cvs15
12152
12153         * po/nb.po
12154         * po/pt_BR.po
12155                 updated by Geir Helland and Frederico
12156                 Goncalves Guimaraes
12157
12158 2005-10-05 [colin]      1.9.15cvs14
12159
12160         * src/folder.c
12161         * src/folder.h
12162         * src/folderview.c
12163         * src/folderview.h
12164         * src/imap_gtk.c
12165         * src/mh_gtk.c
12166         * src/mainwindow.c
12167         * src/setup.c
12168                 add a way to rescan without rebuilding
12169                 make moving a bit faster (less folders changes)
12170                 don't lock the tree on Get 
12171         * src/imap.c
12172                 Don't re-delete deleted messages before expunging
12173         * src/summaryview.c
12174                 Set batch mode when deleting mails
12175
12176 2005-10-05 [paul]       1.9.15cvs13
12177
12178         * src/mainwindow.c
12179         * src/mainwindow.h
12180                 fix disabled Execute menu item
12181         * src/toolbar.c
12182                 match the change in 1.9.15cvs10: use Compose
12183                 instead of News by default
12184
12185 2005-10-04 [colin]      1.9.15cvs12
12186
12187         * src/compose.c
12188                 When replying to an ML post with Reply-To set
12189                 to the poster's email, honor it (as before),
12190                 but also honor our user's request to reply to
12191                 the mailing list: set the ML address in the To
12192                 field and the Reply-To address in the Cc: 
12193                 field.
12194
12195 2005-10-04 [colin]      1.9.15cvs11
12196
12197         * src/plugins/trayicon/trayicon.c
12198                 Finish cosmetic change - thanks to wwp
12199
12200 2005-10-04 [colin]      1.9.15cvs10
12201
12202         * src/toolbar.c
12203                 Use Compose instead of Email by default.
12204                 Spotted by wwp.
12205
12206 2005-10-04 [colin]      1.9.15cvs9
12207
12208         * src/folder.c
12209         * src/folder.h
12210         * src/folderview.c
12211         * src/imap.c
12212         * src/etpan/imap-thread.c
12213         * src/etpan/imap-thread.h
12214                 Try to make IMAP faster, by simplifying SEARCH
12215                 commands, avoiding sending two STATUS in a row,
12216                 and deferring flags sync and processing just
12217                 after displaying the folder. 
12218                 This will update the SummaryView in certain
12219                 cases (new mails not already fetched, flags
12220                 changed from another client) but in a non-
12221                 blocking manner.
12222
12223 2005-10-04 [colin]      1.9.15cvs8
12224
12225         * src/plugins/trayicon/trayicon.c
12226                 Relabel "Offline" to "Work offline"
12227
12228 2005-10-04 [colin]      1.9.15cvs7
12229
12230         * src/export.c
12231         * src/import.c
12232         * src/mbox.c
12233                 Fix mbox import/export buglets
12234                 Patch by wwp
12235         * src/plugins/trayicon/trayicon.c
12236                 Add offline swithc
12237                 Patch by wwp
12238
12239 2005-10-04 [colin]      1.9.15cvs6
12240
12241         * src/folder.c
12242         * src/folderview.c
12243         * src/summaryview.c
12244                 Better fix (don't break mark all read) for cvs2
12245
12246 2005-10-03 [colin]      1.9.15cvs5
12247
12248         * src/folder.c
12249                 Use a sane sort by default
12250
12251 2005-10-03 [colin]      1.9.15cvs4
12252
12253         * src/inc.c
12254                 Add a 'Only once' button for overriding offline mode
12255         * src/prefs_account.c
12256         * src/wizard.c
12257                 Add Local mbox to the wizard
12258                 Add IMAP subdir to the wizard (or the wizard is useless
12259                 for such accounts, or even worse than useless)
12260                 Move IMAP subdir from Advanced to Receive tab, as it's
12261                 not that uncommon
12262
12263 2005-10-03 [colin]      1.9.15cvs3
12264
12265         * src/send_message.c
12266                 Forgot this one in cvs1
12267
12268 2005-10-03 [colin]      1.9.15cvs2
12269
12270         * src/folder.c
12271                 Faster close when leaving a folder with lots
12272                 of new mails. Idea by David Relson.
12273
12274 2005-10-03 [colin]      1.9.15cvs1
12275
12276         * src/compose.c
12277         * src/imap.c
12278         * src/inc.c
12279         * src/main.c
12280         * src/messageview.c
12281         * src/news.c
12282         * src/summaryview.c
12283         * src/gtk/sslcertwindow.c
12284         * src/plugins/trayicon/trayicon.c
12285                 Add accels to every AlertPanel. Patch by Fabien 
12286                 Vantard
12287
12288 2005-10-03 [paul]       1.9.15
12289
12290         1.9.15 released
12291
12292 2005-10-03 [paul]       1.9.14cvs68
12293
12294         * po/ca.po
12295         * po/de.po
12296         * po/es.po
12297         * po/fi.po
12298         * po/fr.po
12299         * po/sk.po
12300         * po/sr.po
12301         * po/zh_CN.po
12302                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12303                 Mones Lastra, Tommi Pirinen, Fabien vantard,
12304                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
12305
12306 2005-10-03 [paul]       1.9.14cvs67
12307
12308         * src/send_message.c
12309                 prevent hang on Cancel
12310                 patch by Colin
12311
12312 2005-10-03 [paul]       1.9.14cvs66
12313
12314         * src/main.c
12315                 fix crash in IMAP caused by discrepancy
12316                 between check_at_startup and offline mode
12317                 Patch by Colin
12318
12319 2005-10-01 [paul]       1.9.14cvs65
12320
12321         * src/inc.c
12322                 fix engrish
12323
12324 2005-10-01 [paul]       1.9.14cvs64
12325         * src/export.c
12326         * src/import.c
12327                 synchronise import_mbox() and export_mbox()
12328         * src/mbox.c
12329                 proc_mbox(): add alert if file cannot be opened
12330                 export_list_to_mbox(): test if dest file exists,
12331                 prompt user to overwrite if it does. add alert
12332                 if file cannot be created
12333                                                                 
12334         Patch by wwp
12335                                                                                                                 
12336
12337 2005-09-30 [paul]       1.9.14cvs63
12338
12339         * src/addressbook.c
12340                 Fix sensitivity of a menu
12341         * src/codeconv.c
12342                 Respect hidden pref for mails with no encoding
12343         * src/common/xml.c
12344                 Fix memory corruption
12345         * src/plugins/pgpcore/sgpgme.c
12346                 Fix segfault on incomplete sigs, and display
12347                 of S/Mime UIDs
12348
12349         Patches by Colin
12350
12351 2005-09-30 [colin]      1.9.14cvs62
12352
12353         * src/partial_download.c
12354                 Little logic fix in almost-dead code
12355         * src/pop.c
12356                 Fix partial download when there's no new mail
12357
12358 2005-09-29 [paul]       1.9.14cvs61
12359
12360         * src/plugins/pgpinline/pgpinline.c
12361                 fix bug 819, 'crash accessing sign message'
12362                 Patch by Colin
12363
12364 2005-09-28 [martin]     1.9.14cvs60
12365
12366         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12367                 fix bug #790 (Crash when restarting window manager (fluxbox))
12368
12369 2005-09-28 [paul]       1.9.14cvs59
12370
12371         * src/gtk/gtkaspell.c
12372                 fix off-by-one typo
12373
12374 2005-09-27 [colin]      1.9.14cvs58
12375
12376         * src/plugins/pgpcore/sgpgme.c
12377                 Report error when there's one, instead of
12378                 "Signature unchecked" 
12379
12380 2005-09-27 [colin]      1.9.14cvs57
12381
12382         * src/prefs_quote.c
12383                 Fix bug #816 (Weird quotation with spaces)
12384
12385 2005-09-27 [colin]      1.9.14cvs56
12386
12387         * src/codeconv.c
12388         * src/compose.c
12389         * src/compose.h
12390                 Put subject in compose's title
12391                 Fix Automatic encoding so that it's really automatic:
12392                 first try default locale's charset, then charset of the replied mail, 
12393                 then utf-8
12394                 Fix encoding of headers (must be in strict mode too)
12395
12396 2005-09-26 [colin]      1.9.14cvs55
12397
12398         * src/gtk/gtkaspell.c
12399                 Fix previous patch - don't color the space,
12400                 just uncolor it :)
12401
12402 2005-09-26 [colin]      1.9.14cvs54
12403
12404         * src/gtk/gtkaspell.c
12405                 Unmark space if possible
12406
12407 2005-09-26 [colin]      1.9.14cvs53
12408
12409         * src/imap.c
12410                 log_error instead of alertpanel according to the pref
12411         * src/etpan/imap-thread.c
12412                 Print connect status, copy only necessary size to 
12413                 logger
12414         * src/plugins/pgpmime/pgpmime.c
12415                 Handle S/Mime signatures (verification only). Patch based
12416                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
12417
12418 2005-09-26 [paul]       1.9.14cvs52
12419
12420         * src/common/passcrypt.c
12421                 this 'workaround' not necessary on NetBSD.
12422                 Thanks to Daniel Gustafson
12423
12424 2005-09-26 [paul]
12425
12426         1.9.15-rc4 released
12427
12428 2005-09-26 [paul]       1.9.14cvs51
12429
12430         * src/summaryview.c
12431                 Skip currently selected message when
12432                 looking for next new or unread message
12433                 in current folder. Patch by Colin
12434         * src/common/passcrypt.c
12435                 eliminate warnings on *BSD. Patch by
12436                 Daniel Gustafson
12437
12438 2005-09-26 [colin]      1.9.14cvs50
12439
12440         * src/procmsg.c
12441                 Call postfiltering hook anyway
12442
12443 2005-09-22 [colin]      1.9.14cvs49
12444
12445         * src/codeconv.c
12446         * src/codeconv.h
12447                 Add a strict mode that doesn't replace with _
12448         * src/compose.c
12449         * src/compose.h
12450                 Use strict conversion while sending
12451                 Fix race when drafting while sending (happens
12452                 on IMAP)
12453                 Fix d'n'd of messages from summaryview
12454         * src/prefs_common.c
12455         * src/prefs_common.h
12456                 add hidden utf8_instead_of_locale_for_broken_mail 
12457                 pref for people that preferred the default charset 
12458                 to be utf8 for broken mails
12459         * src/quote_fmt_parse.y
12460                 fix bug #815 (No quote insert if "From:" fied 
12461                 contained Russian letters)
12462         * src/summaryview.c
12463                 Fix d'n'd of messages to compose
12464
12465 2005-09-22 [paul]       1.9.14cvs48
12466
12467         * src/compose.c
12468                 fix bug where attachments Name entry
12469                 would display Path instead
12470
12471 2005-09-21 [paul]       1.9.14cvs47
12472
12473         * README
12474         * README.jp
12475         * configure.ac
12476         * config/config.rpath
12477         * doc/manual/en/sylpheed-20.html
12478         * doc/manual/es/sylpheed-20.html
12479         * po/bg.po
12480         * po/ca.po
12481         * po/de.po
12482         * po/es.po
12483         * po/fr.po
12484         * po/it.po
12485         * po/pt_BR.po
12486         * po/sk.po
12487         * po/zh_TW.po
12488         * src/account.c
12489         * src/account.h
12490         * src/action.c
12491         * src/action.h
12492         * src/adbookbase.h
12493         * src/addr_compl.c
12494         * src/addr_compl.h
12495         * src/addrbook.c
12496         * src/addrbook.h
12497         * src/addrcache.c
12498         * src/addrcache.h
12499         * src/addrcindex.c
12500         * src/addrcindex.h
12501         * src/addrclip.c
12502         * src/addrclip.h
12503         * src/addrdefs.h
12504         * src/addressadd.c
12505         * src/addressadd.h
12506         * src/addressbook.c
12507         * src/addressbook.h
12508         * src/addressitem.h
12509         * src/addrgather.c
12510         * src/addrgather.h
12511         * src/addrharvest.c
12512         * src/addrharvest.h
12513         * src/addrindex.c
12514         * src/addrindex.h
12515         * src/addritem.c
12516         * src/addritem.h
12517         * src/addrquery.c
12518         * src/addrquery.h
12519         * src/addrselect.c
12520         * src/addrselect.h
12521         * src/alertpanel.c
12522         * src/alertpanel.h
12523         * src/browseldap.c
12524         * src/browseldap.h
12525         * src/codeconv.c
12526         * src/codeconv.h
12527         * src/compose.c
12528         * src/compose.h
12529         * src/crash.c
12530         * src/crash.h
12531         * src/customheader.c
12532         * src/customheader.h
12533         * src/displayheader.c
12534         * src/displayheader.h
12535         * src/editaddress.c
12536         * src/editaddress.h
12537         * src/editbook.c
12538         * src/editbook.h
12539         * src/editgroup.c
12540         * src/editgroup.h
12541         * src/editjpilot.c
12542         * src/editjpilot.h
12543         * src/editldap.c
12544         * src/editldap.h
12545         * src/editldap_basedn.c
12546         * src/editldap_basedn.h
12547         * src/editvcard.c
12548         * src/editvcard.h
12549         * src/enriched.c
12550         * src/enriched.h
12551         * src/exphtmldlg.c
12552         * src/exphtmldlg.h
12553         * src/expldifdlg.c
12554         * src/expldifdlg.h
12555         * src/export.c
12556         * src/export.h
12557         * src/exporthtml.c
12558         * src/exporthtml.h
12559         * src/exportldif.c
12560         * src/exportldif.h
12561         * src/filtering.c
12562         * src/filtering.h
12563         * src/folder.c
12564         * src/folder.h
12565         * src/folder_item_prefs.c
12566         * src/folder_item_prefs.h
12567         * src/foldersel.c
12568         * src/foldersel.h
12569         * src/folderutils.c
12570         * src/folderutils.h
12571         * src/folderview.c
12572         * src/folderview.h
12573         * src/grouplistdialog.c
12574         * src/grouplistdialog.h
12575         * src/headerview.c
12576         * src/headerview.h
12577         * src/html.c
12578         * src/html.h
12579         * src/image_viewer.c
12580         * src/image_viewer.h
12581         * src/imap.c
12582         * src/imap.h
12583         * src/imap_gtk.c
12584         * src/imap_gtk.h
12585         * src/import.c
12586         * src/import.h
12587         * src/importldif.c
12588         * src/importldif.h
12589         * src/importmutt.c
12590         * src/importmutt.h
12591         * src/importpine.c
12592         * src/importpine.h
12593         * src/inc.c
12594         * src/inc.h
12595         * src/jpilot.c
12596         * src/jpilot.h
12597         * src/ldapctrl.c
12598         * src/ldapctrl.h
12599         * src/ldaplocate.c
12600         * src/ldaplocate.h
12601         * src/ldapquery.c
12602         * src/ldapquery.h
12603         * src/ldapserver.c
12604         * src/ldapserver.h
12605         * src/ldaputil.c
12606         * src/ldaputil.h
12607         * src/ldif.c
12608         * src/ldif.h
12609         * src/localfolder.c
12610         * src/localfolder.h
12611         * src/main.c
12612         * src/main.h
12613         * src/mainwindow.c
12614         * src/mainwindow.h
12615         * src/manual.c
12616         * src/manual.h
12617         * src/matcher.c
12618         * src/matcher.h
12619         * src/matcher_parser.h
12620         * src/matcher_parser_lex.l
12621         * src/matcher_parser_parse.y
12622         * src/mbox.c
12623         * src/mbox.h
12624         * src/message_search.c
12625         * src/message_search.h
12626         * src/messageview.c
12627         * src/messageview.h
12628         * src/mh.c
12629         * src/mh.h
12630         * src/mh_gtk.c
12631         * src/mh_gtk.h
12632         * src/mimeview.c
12633         * src/mimeview.h
12634         * src/msgcache.c
12635         * src/msgcache.h
12636         * src/mutt.c
12637         * src/mutt.h
12638         * src/news.c
12639         * src/news.h
12640         * src/news_gtk.c
12641         * src/news_gtk.h
12642         * src/noticeview.c
12643         * src/noticeview.h
12644         * src/partial_download.c
12645         * src/partial_download.h
12646         * src/pine.c
12647         * src/pine.h
12648         * src/pop.c
12649         * src/pop.h
12650         * src/prefs_account.c
12651         * src/prefs_account.h
12652         * src/prefs_actions.c
12653         * src/prefs_actions.h
12654         * src/prefs_common.c
12655         * src/prefs_common.h
12656         * src/prefs_compose_writing.c
12657         * src/prefs_compose_writing.h
12658         * src/prefs_customheader.c
12659         * src/prefs_customheader.h
12660         * src/prefs_display_header.c
12661         * src/prefs_display_header.h
12662         * src/prefs_ext_prog.c
12663         * src/prefs_ext_prog.h
12664         * src/prefs_filtering.c
12665         * src/prefs_filtering.h
12666         * src/prefs_filtering_action.c
12667         * src/prefs_filtering_action.h
12668         * src/prefs_folder_column.c
12669         * src/prefs_folder_column.h
12670         * src/prefs_folder_item.c
12671         * src/prefs_folder_item.h
12672         * src/prefs_fonts.c
12673         * src/prefs_fonts.h
12674         * src/prefs_gtk.c
12675         * src/prefs_gtk.h
12676         * src/prefs_image_viewer.c
12677         * src/prefs_image_viewer.h
12678         * src/prefs_matcher.c
12679         * src/prefs_matcher.h
12680         * src/prefs_message.c
12681         * src/prefs_message.h
12682         * src/prefs_msg_colors.c
12683         * src/prefs_msg_colors.h
12684         * src/prefs_other.c
12685         * src/prefs_other.h
12686         * src/prefs_quote.c
12687         * src/prefs_quote.h
12688         * src/prefs_receive.c
12689         * src/prefs_receive.h
12690         * src/prefs_send.c
12691         * src/prefs_send.h
12692         * src/prefs_spelling.c
12693         * src/prefs_spelling.h
12694         * src/prefs_summaries.c
12695         * src/prefs_summaries.h
12696         * src/prefs_summary_column.c
12697         * src/prefs_summary_column.h
12698         * src/prefs_template.c
12699         * src/prefs_template.h
12700         * src/prefs_themes.c
12701         * src/prefs_themes.h
12702         * src/prefs_toolbar.c
12703         * src/prefs_toolbar.h
12704         * src/prefs_wrapping.c
12705         * src/prefs_wrapping.h
12706         * src/privacy.c
12707         * src/privacy.h
12708         * src/procheader.c
12709         * src/procheader.h
12710         * src/procmime.c
12711         * src/procmime.h
12712         * src/procmsg.c
12713         * src/procmsg.h
12714         * src/quote_fmt.c
12715         * src/quote_fmt_parse.y
12716         * src/recv.c
12717         * src/recv.h
12718         * src/remotefolder.c
12719         * src/remotefolder.h
12720         * src/send_message.c
12721         * src/send_message.h
12722         * src/setup.c
12723         * src/setup.h
12724         * src/simple-gettext.c
12725         * src/sourcewindow.c
12726         * src/sourcewindow.h
12727         * src/ssl_manager.c
12728         * src/ssl_manager.h
12729         * src/statusbar.c
12730         * src/statusbar.h
12731         * src/stock_pixmap.c
12732         * src/stock_pixmap.h
12733         * src/summary_search.c
12734         * src/summary_search.h
12735         * src/summaryview.c
12736         * src/summaryview.h
12737         * src/syldap.c
12738         * src/syldap.h
12739         * src/textview.c
12740         * src/textview.h
12741         * src/toolbar.c
12742         * src/toolbar.h
12743         * src/undo.c
12744         * src/undo.h
12745         * src/unmime.c
12746         * src/unmime.h
12747         * src/vcard.c
12748         * src/vcard.h
12749         * src/wizard.c
12750         * src/wizard.h
12751         * src/common/base64.c
12752         * src/common/base64.h
12753         * src/common/defs.h
12754         * src/common/hooks.c
12755         * src/common/hooks.h
12756         * src/common/log.c
12757         * src/common/log.h
12758         * src/common/md5.c
12759         * src/common/md5.h
12760         * src/common/mgutils.c
12761         * src/common/mgutils.h
12762         * src/common/nntp.c
12763         * src/common/nntp.h
12764         * src/common/passcrypt.c
12765         * src/common/passcrypt.h.in
12766         * src/common/plugin.c
12767         * src/common/plugin.h
12768         * src/common/prefs.c
12769         * src/common/prefs.h
12770         * src/common/progressindicator.c
12771         * src/common/progressindicator.h
12772         * src/common/quoted-printable.c
12773         * src/common/quoted-printable.h
12774         * src/common/session.c
12775         * src/common/session.h
12776         * src/common/smtp.c
12777         * src/common/smtp.h
12778         * src/common/socket.c
12779         * src/common/socket.h
12780         * src/common/ssl.c
12781         * src/common/ssl.h
12782         * src/common/ssl_certificate.c
12783         * src/common/ssl_certificate.h
12784         * src/common/string_match.c
12785         * src/common/string_match.h
12786         * src/common/stringtable.c
12787         * src/common/sylpheed.c
12788         * src/common/sylpheed.h
12789         * src/common/template.c
12790         * src/common/template.h
12791         * src/common/timing.h
12792         * src/common/utils.c
12793         * src/common/utils.h
12794         * src/common/uuencode.c
12795         * src/common/uuencode.h
12796         * src/common/version.h.in
12797         * src/common/xml.c
12798         * src/common/xml.h
12799         * src/common/xmlprops.c
12800         * src/common/xmlprops.h
12801         * src/gtk/about.c
12802         * src/gtk/about.h
12803         * src/gtk/colorlabel.c
12804         * src/gtk/colorlabel.h
12805         * src/gtk/colorsel.c
12806         * src/gtk/colorsel.h
12807         * src/gtk/description_window.c
12808         * src/gtk/description_window.h
12809         * src/gtk/filesel.c
12810         * src/gtk/filesel.h
12811         * src/gtk/foldersort.c
12812         * src/gtk/foldersort.h
12813         * src/gtk/gtkutils.c
12814         * src/gtk/gtkutils.h
12815         * src/gtk/inputdialog.c
12816         * src/gtk/inputdialog.h
12817         * src/gtk/logwindow.c
12818         * src/gtk/logwindow.h
12819         * src/gtk/manage_window.c
12820         * src/gtk/manage_window.h
12821         * src/gtk/menu.c
12822         * src/gtk/menu.h
12823         * src/gtk/pluginwindow.c
12824         * src/gtk/pluginwindow.h
12825         * src/gtk/prefswindow.c
12826         * src/gtk/prefswindow.h
12827         * src/gtk/progressdialog.c
12828         * src/gtk/progressdialog.h
12829         * src/gtk/quicksearch.c
12830         * src/gtk/quicksearch.h
12831         * src/gtk/sslcertwindow.c
12832         * src/gtk/sslcertwindow.h
12833         * src/plugins/clamav/clamav_plugin.c
12834         * src/plugins/clamav/clamav_plugin.h
12835         * src/plugins/clamav/clamav_plugin_gtk.c
12836         * src/plugins/demo/demo.c
12837         * src/plugins/dillo_viewer/dillo_prefs.c
12838         * src/plugins/dillo_viewer/dillo_prefs.h
12839         * src/plugins/dillo_viewer/dillo_viewer.c
12840         * src/plugins/mathml_viewer/mathml_viewer.c
12841         * src/plugins/pgpcore/passphrase.c
12842         * src/plugins/pgpcore/passphrase.h
12843         * src/plugins/pgpcore/plugin.c
12844         * src/plugins/pgpcore/prefs_gpg.c
12845         * src/plugins/pgpcore/prefs_gpg.h
12846         * src/plugins/pgpcore/select-keys.c
12847         * src/plugins/pgpcore/select-keys.h
12848         * src/plugins/pgpcore/sgpgme.c
12849         * src/plugins/pgpcore/sgpgme.h
12850         * src/plugins/pgpinline/pgpinline.c
12851         * src/plugins/pgpinline/pgpinline.h
12852         * src/plugins/pgpinline/plugin.c
12853         * src/plugins/pgpmime/pgpmime.c
12854         * src/plugins/pgpmime/pgpmime.h
12855         * src/plugins/pgpmime/plugin.c
12856         * src/plugins/spamassassin/spamassassin.c
12857         * src/plugins/spamassassin/spamassassin.h
12858         * src/plugins/spamassassin/spamassassin_gtk.c
12859         * src/plugins/trayicon/trayicon.c
12860         * tools/OOo2sylpheed.pl
12861         * tools/acroread2sylpheed.pl
12862         * tools/asus_mailled.sh
12863         * tools/filter_conv.pl
12864         * tools/freshmeat_search.pl
12865         * tools/google_search.pl
12866         * tools/kmail2sylpheed.pl
12867         * tools/kmail2sylpheed_v2.pl
12868         * tools/maildir2sylpheed.pl
12869         * tools/multiwebsearch.pl
12870         * tools/newscache_clean.pl
12871         * tools/outlook2sylpheed.pl
12872         * tools/sylpheed-switcher
12873         * tools/update-po
12874         * tools/vcard2xml.py
12875         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
12876                 update FSF address
12877
12878 2005-09-21 [colin]      1.9.14cvs46
12879
12880         * src/gedit-print.c
12881         * src/procmsg.c
12882         * src/procmsg.h
12883         * src/textview.c
12884         * src/summaryview.c
12885                 Remove some printing hacks (deselection/reselection),
12886                 which by the way fix printing the currently 
12887                 displayed mime part (still only text)
12888                 Plus a little optimisation of summary_show
12889
12890
12891 2005-09-20 [colin]      1.9.14cvs45
12892
12893         * src/mainwindow.c
12894         * src/messageview.c
12895                 GUI fixups: add accels, set message
12896                 view title to displayed mail's subject
12897         * src/prefs_spelling.c
12898         * src/gtk/gtkaspell.c
12899                 GUI fixups: allow underlining misspelled
12900                 words instead of coloring them (a11y!)
12901
12902 2005-09-19 [colin]
12903
12904         1.9.15rc3 released
12905
12906 2005-09-19 [colin]      1.9.14cvs44
12907
12908         * src/compose.c
12909                 Fix draft message
12910         * src/gtk/gtkaspell.c
12911                 Fix wrong test ;-)
12912
12913 2005-09-19 [colin]      1.9.14cvs43
12914
12915         * src/addressbook.c
12916                 Fix sensitivity of Delete button
12917         * src/compose.c
12918                 Warn if the requested Privacy system
12919                 is not available
12920         * src/exphtmldlg.c
12921         * src/expldifdlg.c
12922         * src/importldif.c
12923         * src/importmutt.c
12924         * src/importpine.c
12925                 Fix crappy UI
12926         * src/
12927         * src/ssl.h
12928         * src/prefs_account.h
12929         * src/prefs_account.c
12930                 Save SSL prefs even in builds that have
12931                 SSL support disable
12932         * src/imap.c
12933         * src/inc.c
12934         * src/news.c
12935         * src/send_message.c
12936                 Warn if connection should be secure, but
12937                 SSL support isn't compiled in
12938         * src/gtkaspell.c
12939                 Fix word separation on UTF-8 systems
12940                 Fixes bug #812 (Strange inline spellchecking)
12941         * src/compose.c
12942                 Warn if the requested Privacy system
12943                 is not available
12944                 Factorize offline warning
12945         * src/imap.c
12946         * src/imap_gtk.c
12947         * src/imap_gtk.h
12948         * src/inc.h
12949         * src/news_gtk.c
12950         * src/news_gtk.h
12951         * src/messageview.c
12952                 Factorize offline warning
12953
12954 2005-09-19 [paul]
12955
12956         1.9.15-rc2 released
12957
12958 2005-09-18 [colin]      1.9.14cvs42
12959
12960         * src/codeconv.c
12961         * src/codeconv.h
12962         * src/procmime.c
12963                 Add a way to get locale's charset ignoring utf-8,
12964                 and use that as default encoding for broken mails
12965
12966 2005-09-18 [colin]      1.9.14cvs41
12967
12968         * src/gtk/logwindow.c
12969                 Translate string. Patch by Fabien Vantard
12970
12971 2005-09-18 [colin]      1.9.14cvs40
12972
12973         * configure.ac
12974                 Fix bug #803 (IMAP/SSL support breaks with 
12975                 GnuTLS libetpan 0.38)
12976
12977 2005-09-18 [colin]      1.9.14cvs39
12978
12979         * src/codeconv.c
12980         * src/compose.c
12981         * src/procmime.c
12982                 More charsets fixes. Fixes bug #806 (non
12983                 ascii characters in subject line)
12984
12985 2005-09-17 [paul]       1.9.14cvs38
12986
12987         * src/folderview.c
12988         * src/mainwindow.c
12989                 fix gcc-2.95 issues
12990                 Patch by Pawel Pekala
12991
12992 2005-09-17 [colin]      1.9.14cvs37
12993
12994         * src/addrindex.c
12995                 bugfix for NO-USE LDAP compilation, patch 
12996                 by Fabien Vantard
12997
12998 2005-09-17 [colin]      1.9.14cvs36
12999
13000         * src/prefs_actions.c
13001         * src/prefs_customheader.c
13002         * src/prefs_display_header.c
13003         * src/prefs_filtering_action.c
13004         * src/prefs_matcher.c
13005         * src/prefs_toolbar.c
13006                 Fix strange casts (less elegant but
13007                 works better)
13008
13009 2005-09-16 [colin]      1.9.14cvs35
13010
13011         * src/jpilot.c
13012                 Missed that one
13013
13014 2005-09-16 [colin]      1.9.14cvs34
13015
13016         * configure.ac
13017         * src/Makefile.am
13018         * src/addr_compl.c
13019         * src/addrindex.c
13020         * src/browseldap.c
13021         * src/editldap.c
13022         * src/ldaplocate.c
13023         * src/ldapquery.c
13024         * src/ldapquery.h
13025         * src/ldapserver.c
13026         * src/ldapserver.h
13027         * src/main.c
13028         * src/matcher_parser_parse.y
13029         * src/prefs_themes.c
13030         * src/etpan/Makefile.am
13031         * src/gtk/description_window.c
13032         * src/plugins/clamav/Makefile.am
13033         * src/plugins/clamav/clamav_plugin.c
13034         * src/plugins/dillo_viewer/Makefile.am
13035         * src/plugins/pgpcore/Makefile.am
13036         * src/plugins/pgpinline/Makefile.am
13037         * src/plugins/pgpmime/Makefile.am
13038         * src/plugins/trayicon/Makefile.am
13039                 Fix 100% cpu usage in address completion list
13040                 Fix little bugs (return with no values etc)
13041                 Fix all warnings (with common CFLAGS)
13042
13043 2005-09-15 [colin]      1.9.14cvs33
13044
13045         * src/addressbook.c
13046                 Fix bug where sometimes a group's email list is empty,
13047                 force its refresh (probably fixes "Re: how to create a 
13048                 distribution list")
13049         * src/ldapquery.c
13050                 Don't return to the callback in the main thread from the
13051                 fetch thread (or face segs!)
13052
13053 2005-09-15 [paul]       1.9.14cvs32
13054
13055         * src/prefs_matcher.c
13056                 forgotten in last commit
13057
13058 2005-09-15 [paul]       1.9.14cvs31
13059
13060         * src/prefs_actions.c
13061         * src/prefs_filtering_action.c
13062         * src/prefs_quote.c
13063         * src/quote_fmt.c
13064         * src/summaryview.c
13065         * src/gtk/description_window.c
13066         * src/gtk/description_window.h
13067         * src/gtk/quicksearch.c
13068                 allow interaction with the called
13069                 description window
13070                 Patch by Anders Hammar
13071
13072 2005-09-14 [paul]       1.9.14cvs30
13073
13074         * src/compose.c
13075                 fix a little annoyance when pasting with 3rd button 
13076                 with wrap_pastes=0 and wrap_input=1
13077                 Patch by Colin
13078
13079 2005-09-14 [paul]       1.9.14cvs29
13080
13081         * src/prefs_account.c
13082                 disable 'Filter messages on receiving' for
13083                 SMTP-only accounts
13084                 Patch  by Anders Hammar
13085
13086 2005-09-14 [paul]       1.9.14cvs28
13087
13088         * po/sk.po
13089                 fix crash
13090                 updated by Andrej Kacian
13091
13092 2005-09-14 [paul]
13093
13094         1.9.15-rc1 released
13095
13096 2005-09-14 [paul]       1.9.14cvs27
13097
13098         * po/es.po
13099                 updated by Ricardo Mones Lastra
13100         * src/compose.c
13101         * src/compose.h
13102                 associate no_wrap_tags to Compose windows
13103                 instead of using a static one
13104                 Patch by Colin
13105         * src/mbox.c
13106                 fix proc_mbox()
13107                 Patch by wwp
13108         * src/textview.c
13109                 remove unneeded printf()
13110
13111 2005-09-14 [paul]       1.9.14cvs26
13112
13113         * src/addrcache.c
13114         * src/codeconv.h
13115         * src/folder.h
13116         * src/mainwindow.h
13117         * src/mh.c
13118         * src/mimeview.h
13119         * src/partial_download.c
13120         * src/pop.c
13121         * src/prefs_account.c
13122         * src/prefs_account.h
13123         * src/prefs_actions.c
13124         * src/prefs_customheader.c
13125         * src/prefs_display_header.c
13126         * src/prefs_filtering_action.c
13127         * src/prefs_matcher.c
13128         * src/prefs_toolbar.c
13129         * src/privacy.h
13130         * src/procmime.c
13131         * src/procmime.h
13132         * src/procmsg.h
13133         * src/textview.c
13134         * src/undo.h
13135         * src/common/plugin.c
13136         * src/common/session.h
13137         * src/common/socket.c
13138         * src/common/socket.h
13139         * src/common/template.c
13140         * src/gtk/gtkaspell.c
13141         * src/gtk/quicksearch.h
13142         * src/plugins/pgpcore/passphrase.c
13143         * src/plugins/pgpcore/prefs_gpg.h
13144         * src/plugins/pgpcore/select-keys.c
13145         * src/plugins/pgpcore/select-keys.h
13146         * src/plugins/pgpcore/sgpgme.c
13147         * src/plugins/pgpinline/pgpinline.c
13148         * src/plugins/pgpmime/pgpmime.c
13149         * src/plugins/trayicon/trayicon.c
13150                 fix compilation warnings
13151                 Patch by Daniel Gustafson
13152
13153 2005-09-14 [paul]       1.9.14cvs25
13154
13155         * src/addressbook.c
13156                 add missing column header, and other small
13157                 bug fixes
13158                 Patch by Anders Hammar
13159
13160 2005-09-13 [colin]      1.9.14cvs24
13161
13162         * src/gtk/gtkaspell.c
13163                 Fix non-utf8 in menu
13164                 Fix little leaks
13165                 Nullify struct members after free()s
13166
13167 2005-09-13 [colin]      1.9.14cvs23
13168
13169         * src/compose.c
13170                 Test utf8 compliance before inserting to 
13171                 buffer, and try to convert if necessary
13172         * src/procmime.c
13173                 If no charset is present, use the locale 
13174                 one instead of us-ascii
13175         * src/procmsg.c
13176                 Add Sender, List-Post and To in the checked 
13177                 headers for automatic rules creation 
13178                 (thanks to wwp)
13179         * src/prefs_themes.c
13180         * src/gtk/gtkaspell.c
13181                 Remove deprecated functions. 
13182                 patch by Daniel Gustafson
13183
13184 2005-09-12 [colin]      1.9.14cvs22
13185
13186         * src/compose.c
13187                 Fix bug #448 (Scrolling/Redraw issue with 
13188                 address-fields in Header)
13189         * src/mainwindow.c
13190         * src/summaryview.c
13191         * src/summaryview.h
13192                 Fix loss of MSG_MARKED on move/copy
13193                 Fix bug #804 (Quicksearch togglebutton doesn't 
13194                 get depressed after '/' key is pressed)
13195
13196 2005-09-12 [paul]       1.9.14cvs21
13197
13198         * AUTHORS
13199         * src/gtk/logwindow.c
13200                 add 'Clear Log' to popup menu
13201                 Patch by Anders Hammar <anders.hammar@telia.com>
13202
13203 2005-09-12 [paul]       1.9.14cvs20
13204
13205         * src/compose.c
13206                 set correct sensitivity on attachments
13207                 popup menu
13208         * src/folder.c
13209                 fix typo
13210         * src/prefs_spelling.c
13211                 fix crash when no LANG env is set
13212         * src/common/xml.c
13213                 fix crash in wizard
13214                 don't use memeory after free
13215
13216         All patches by Daniel Gustafson
13217
13218 2005-09-12 [paul]       1.9.14cvs19
13219
13220         * src/prefs_themes.c
13221                 make theme info selectable
13222         * src/gtk/description_window.c
13223                 make window non-modal
13224         * tools/README
13225                 add details of asus_mailed.sh
13226         * tools/claws.i18n.status.pl
13227                 update for new zh_TW translator
13228                 widen the output
13229                 create alternate coloured lines
13230                 improve readability
13231
13232 2005-09-10 [colin]      1.9.14cvs18
13233
13234         * src/plugins/pgpcore/select-keys.c
13235                 Better order for the buttons
13236
13237 2005-09-10 [colin]      1.9.14cvs17
13238
13239         * src/compose.c
13240         * src/plugins/pgpcore/select-keys.c
13241         * src/plugins/pgpcore/select-keys.h
13242         * src/plugins/pgpcore/sgpgme.c
13243                 Add a "Don't encrypt" button to the key
13244                 selection dialog. Fixes bug #177 (There should be a 
13245                 'Don't encrypt button in the Select Keys dialog)
13246
13247 2005-09-10 [colin]      1.9.14cvs16
13248
13249         * src/compose.c
13250                 Fix bug #572 (%X option does not work with templates)
13251
13252 2005-09-10 [colin]      1.9.14cvs15
13253
13254         * src/toolbar.c 
13255                 Remove g_print
13256
13257 2005-09-10 [colin]      1.9.14cvs14
13258
13259         * src/imap.c
13260                 Fix a possible crash
13261
13262 2005-09-09 [colin]      1.9.14cvs13
13263
13264         * src/imap.c
13265         * src/etpan/imap-thread.c
13266         * src/etpan/imap-thread.h
13267                 Fix moving from queue or drafts to normal folders
13268                 Fix bug #794 (No way to delete without expunging)
13269                 Take flags unset by other mailers into account
13270                 Take deleted flag set by other mailers into account
13271                 Fix unsetting REPLIED flag
13272                 Fix crash when capabilities can't be retrieved
13273         * src/mainwindow.c
13274         * src/mainwindow.h
13275                 Add M_DELAYED_FLAGS condition, and let the user use
13276                 Execute in order to be able to expunge deleted mails,
13277                 even if he's not in delayed execute mode
13278         * src/prefs_spelling.c
13279                 Use 'en' dictionary by default if LANG is POSIX or C
13280         * src/gtk/prefswindow.c
13281                 Fix bug #767 (Preferences windows expanding) by making
13282                 the window a bit larger when the resolution is greater
13283                 than 640x480, and by putting the prefs in a
13284                 GtkScrolledWindow.
13285
13286 2005-09-09 [paul]       1.9.14cvs12
13287
13288         * AUTHORS
13289         * configure.ac
13290         * po/zh_TW.Big5.po      ** REMOVED **
13291         * po/zh_TW.po           ** ADDED **
13292                 updated by Wei-Lun Chao
13293
13294 2005-09-09 [paul]       1.9.14cvs11
13295
13296         * src/mainwindow.c
13297                 fix asserts
13298         * src/common/xml.c
13299                 delay memory allocation until file is
13300                 opened successfully
13301                 Patch by Daniel Gustafson
13302
13303 2005-09-09 [colin]      1.9.14cvs10
13304
13305         * src/imap.c
13306                 Add guards
13307
13308 2005-09-08 [colin]      1.9.14cvs9
13309
13310         * src/compose.c
13311                 Alert when we can't save draft
13312                 Fix various wrap/color issues
13313                 Add mid-click pasting respecting wrap_paste option
13314         * src/folder.c
13315         * src/folder.h
13316         * src/folder_item_prefs.c
13317         * src/folder_item_prefs.h
13318         * src/imap.c
13319         * src/imap_gtk.c
13320         * src/imap_gtk.h
13321         * src/main.c
13322         * src/mainwindow.c
13323         * src/mainwindow.h
13324         * src/news.c
13325         * src/news_gtk.c
13326         * src/news_gtk.h
13327         * src/prefs_folder_item.c
13328                 Fix the impossibility to synchronise folders for
13329                 offline use (IMAP and NNTP are concerned)
13330
13331 2005-09-08 [colin]      1.9.14cvs8
13332
13333         * configure.ac
13334                 Build LDAP and JPilot by default if available
13335         * src/textview.c
13336                 Fix use after free
13337
13338 2005-09-08 [paul]       1.9.14cvs7
13339
13340         * doc/manual/en/sylpheed-1.html
13341         * doc/manual/en/sylpheed-18.html
13342         * doc/manual/en/sylpheed-19.html
13343         * doc/manual/en/sylpheed-4.html
13344         * doc/manual/en/sylpheed-6.html
13345         * doc/manual/en/sylpheed.html
13346                 a few minor updates, plus include some
13347                 details about plugins and their requirements
13348         * src/mainwindow.c
13349                 minor changes to English in /View/Sort
13350
13351 2005-09-07 [colin]      1.9.14cvs6
13352
13353         * doc/manual/en/sylpheed-1.html
13354         * doc/manual/en/sylpheed-10.html
13355         * doc/manual/en/sylpheed-11.html
13356         * doc/manual/en/sylpheed-12.html
13357         * doc/manual/en/sylpheed-13.html
13358         * doc/manual/en/sylpheed-14.html
13359         * doc/manual/en/sylpheed-15.html
13360         * doc/manual/en/sylpheed-16.html
13361         * doc/manual/en/sylpheed-17.html
13362         * doc/manual/en/sylpheed-18.html
13363         * doc/manual/en/sylpheed-19.html
13364         * doc/manual/en/sylpheed-2.html
13365         * doc/manual/en/sylpheed-20.html
13366         * doc/manual/en/sylpheed-21.html
13367         * doc/manual/en/sylpheed-22.html
13368         * doc/manual/en/sylpheed-3.html
13369         * doc/manual/en/sylpheed-4.html
13370         * doc/manual/en/sylpheed-5.html
13371         * doc/manual/en/sylpheed-6.html
13372         * doc/manual/en/sylpheed-7.html
13373         * doc/manual/en/sylpheed-8.html
13374         * doc/manual/en/sylpheed-9.html
13375         * doc/manual/en/sylpheed.html
13376                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
13377
13378 2005-09-07 [colin]      1.9.14cvs5
13379
13380         * src/mainwindow.c
13381                 Make labels more to-the-point
13382
13383 2005-09-07 [colin]      1.9.14cvs4
13384
13385         * doc/manual/en/sylpheed-1.html
13386         * doc/manual/en/sylpheed-12.html
13387         * doc/manual/en/sylpheed-13.html
13388         * doc/manual/en/sylpheed-14.html
13389         * doc/manual/en/sylpheed-15.html
13390         * doc/manual/en/sylpheed-16.html
13391         * doc/manual/en/sylpheed-17.html
13392         * doc/manual/en/sylpheed-18.html
13393         * doc/manual/en/sylpheed-19.html
13394         * doc/manual/en/sylpheed-2.html
13395         * doc/manual/en/sylpheed-20.html
13396         * doc/manual/en/sylpheed-21.html
13397         * doc/manual/en/sylpheed-22.html
13398         * doc/manual/en/sylpheed-4.html
13399         * doc/manual/en/sylpheed-5.html
13400         * doc/manual/en/sylpheed-6.html
13401         * doc/manual/en/sylpheed-7.html
13402         * doc/manual/en/sylpheed-8.html
13403         * doc/manual/en/sylpheed-9.html
13404         * doc/manual/en/sylpheed.html
13405                 Update manual
13406
13407 2005-09-07 [colin]      1.9.14cvs3
13408
13409         * doc/faq/en/sylpheed-faq-1.html
13410         * doc/faq/en/sylpheed-faq-2.html
13411         * doc/faq/en/sylpheed-faq-3.html
13412         * doc/faq/en/sylpheed-faq.html
13413                 Update FAQ
13414
13415 2005-09-07 [colin]      1.9.14cvs2
13416
13417         * src/folderview.c
13418         * src/procmsg.c
13419         * src/summaryview.c
13420         * src/toolbar.c
13421                 Fix special subfolders:
13422                 - Inherit parent's icon
13423                 - sent contents of queues subfolders
13424                 - empty subfolders of trashes
13425         * src/mainwindow.c
13426                 Remove outdated manual and faq entries
13427         * src/common/utils.c
13428                 Add quotes around %s coming from mailcap
13429
13430 2005-09-07 [colin]      1.9.14cvs1
13431
13432         * src/compose.c
13433                 After saving draft, set modified to FALSE
13434         * src/mimeview.c
13435         * src/common/utils.c
13436         * src/common/utils.h
13437                 Try to open mime parts using what is 
13438                 indicated in ~/.mailcap or /etc/mailcap,
13439                 if possible.
13440
13441 2005-09-05 [paul]       1.9.14
13442
13443         1.9.14 released
13444
13445         * po/sk.po
13446                 updated by Andrej Kacian
13447
13448 2005-09-05 [paul]       1.9.13cvs83
13449
13450         * po/de.po
13451         * po/es.po
13452         * po/fi.po
13453         * po/fr.po
13454         * po/nb.po
13455         * po/pt_BR.po
13456         * po/sr.po
13457                 updated translations by Thomas Gilgin, Ricardo Mones
13458                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
13459                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
13460
13461 2005-09-04 [paul]       1.9.13cvs82
13462
13463         * src/compose.c
13464                 only warn about exceeded line length limit
13465                 on send
13466
13467 2005-09-04 [paul]       1.9.13cvs81
13468
13469         * src/compose.c
13470                 fix crash in 'line length exceeded' dialogue
13471
13472 2005-09-02 [paul]       1.9.13cvs80
13473
13474         * src/imap.c
13475                 fix bug 795, 'Connection lost IMAP'
13476                 and add statusbar prints
13477                 Patch by Colin
13478
13479 2005-09-02 [paul]       1.9.13cvs79
13480
13481         * src/compose.c
13482                 compose_wrap_paragraph() becomes
13483                 compose_beautify_paragraph()
13484                 Patch by Colin
13485
13486 2005-09-02 [colin]      1.9.13cvs78
13487
13488         * src/folderview.c
13489                 Micro-fix
13490
13491 2005-09-01 [colin]      1.9.13cvs77
13492
13493         * src/imap.c
13494                 Maybe fix bug #795 (Connection lost IMAP)
13495                 Don't try to send logout when we're disconnected.
13496         * src/summaryview.c
13497                 Include locked and marked emails in HRM
13498                 view. Fixes bug #800 (Locked messages no longer 
13499                 show up when hide read messages is used)
13500
13501 2005-09-01 [paul]       1.9.13cvs76
13502
13503         * src/prefs_common.c
13504                 fix bad cutting
13505
13506 2005-08-31 [colin]      1.9.13cvs75
13507
13508         * src/folderview.c
13509         * src/folderview.h
13510         * src/prefs_summaries.c
13511         * src/summaryview.c
13512                 Fix "go to next new", fix preference
13513                 (Open unread/next swapped)
13514
13515 2005-08-31 [paul]       1.9.13cvs74
13516
13517         * src/compose.c
13518         * src/folderview.c
13519         * src/headerview.c
13520         * src/headerview.h
13521         * src/mainwindow.c
13522         * src/prefs_common.c
13523         * src/prefs_common.h
13524         * src/prefs_fonts.c
13525         * src/summaryview.c
13526         * src/textview.c
13527         * src/common/defs.h
13528                 remove obsolete BOLD_FONT setting
13529                 fix font update in headerview and textview
13530                 headers after prefs change
13531                 Patch By Colin
13532
13533 2005-08-31 [paul]
13534
13535         1.9.14-rc4 released
13536
13537 2005-08-30 [colin]      1.9.13cvs73
13538
13539         * src/summaryview.c
13540                 When Hide read messages is selected and we
13541                 refresh the summaryview, don't remove the 
13542                 currently displayed message. Fixes bug #797
13543                 (Summary view reloads when new mail is 
13544                 downloaded in 1.9.14 rc)
13545
13546 2005-08-30 [colin]      1.9.13cvs72
13547
13548         * src/folderview.c
13549                 Fix flickering
13550         * src/mainwindow.c
13551                 Remove useless callback
13552         * src/mimeview.c
13553         * src/gtk/filesel.c
13554         * src/gtk/filesel.h
13555                 Add a filesel_select_file_save_folder() - used by Save All
13556
13557 2005-08-29 [paul]       1.9.13cvs71
13558
13559         * AUTHORS
13560         * src/matcher_parser_parse.y
13561         * src/etpan/imap-thread.c
13562                 fix building on FreeBSD
13563                 Patch by Daniel Gustafson <daniel@hobbit.se>
13564
13565 2005-08-29 [paul]       1.9.13cvs70
13566
13567         * src/plugins/pgpinline/pgpinline.c
13568                 only initialise sig result if it's been handled
13569                 Patch by Colin
13570
13571 2005-08-29 [paul]       1.9.13cvs69
13572         
13573         Patches by Colin:
13574
13575         * src/imap.c
13576         * src/common.utils.c
13577         * src/common/utils.h
13578                 optimisation
13579         * src/stock_pixmap.h
13580                 fix wrong icon reference
13581         * src/pixmaps/trash_btn.xpm
13582                 replace with nicer image
13583
13584 2005-08-28 [colin]      1.9.13cvs68
13585
13586         * src/Makefile.am
13587         * src/stock_pixmap.c
13588         * src/stock_pixmap.h
13589         * src/toolbar.c
13590         * src/pixmaps/trash_btn.xpm
13591                 Add a specific trash xpm for the button
13592
13593 2005-08-28 [colin]      1.9.13cvs67
13594
13595         * src/imap.c
13596                 Fix leak
13597
13598 2005-08-27 [colin]      1.9.13cvs66
13599
13600         * src/imap.c
13601         * src/procmime.c
13602                 Correctly fix "Problem with replies", fixes
13603                 pgpmime encryption too. 
13604
13605 2005-08-27 [colin]      1.9.13cvs65
13606
13607         * src/folder.c
13608         * src/procmsg.c
13609         * src/procmsg.h
13610         * src/summaryview.c
13611                 Fix bug #517 (messages removed from summaryview 
13612                 when moving fails)
13613
13614 2005-08-27 [colin]      1.9.13cvs64
13615
13616         * tools/Makefile.am
13617         * tools/asus_mailled.sh
13618                 Add a script to blink ASUS laptops' mail LED where there
13619                 is unread mail.
13620
13621 2005-08-27 [colin]      1.9.13cvs63
13622
13623         * src/imap.c
13624         * src/etpan/imap-thread.c
13625         * src/etpan/imap-thread.h
13626                 Implement automatic choosing of login method
13627                 Fixes bug #791
13628         * src/gtk/.cvsignore
13629                 Add sylpheed-marshal.[ch]
13630
13631 2005-08-27 [colin]      1.9.13cvs62
13632
13633         * src/common/utils.c
13634                 Fix confusing perror
13635
13636 2005-08-27 [colin]      1.9.13cvs61
13637
13638         * src/toolbar.c
13639         * src/toolbar.h
13640                 Remove A_DELETE, replace it with 
13641                 A_TRASH and A_DELETE_REAL. Automatically
13642                 rewrite config files to replace A_DELETE
13643                 with A_TRASH (no functionality change).
13644                 Fixes half of #794
13645
13646 2005-08-26 [colin]      1.9.13cvs60
13647
13648         * src/procmime.c
13649                 Previous "Problem with replies" fix brought other
13650                 problems, fixing them
13651
13652 2005-08-26 [colin]      1.9.13cvs59
13653
13654         * src/procmime.c
13655                 Fix "Problem with replies". This happened only
13656                 on IMAP...
13657         * src/procmsg.c
13658                 Factorize code a bit
13659         * src/compose.c
13660                 Speed improvement on very long messages (wrapping)
13661                 Fix signature color on Reedit and Redirect
13662                 On Reedit, don't attach pgp-signatures parts, but
13663                 set signing to On.
13664
13665 2005-08-24 [paul]       1.9.13cvs58
13666
13667         * src/compose.c
13668                 don't claim success when clicking
13669                 Cancel on the passphrase box.
13670                 Patch by Colin
13671
13672 2005-08-24 [paul]       1.9.13cvs57
13673
13674         * src/main.c
13675                 fix misplaced sylpheed.log
13676         * src/common/defs.h
13677                 define UIDL_DIR
13678
13679 2005-08-24 [paul]       1.9.13cvs56
13680
13681         * src/imap.c
13682         * src/etpan/imap-thread.c
13683         * src/etpan/imap-thread.h
13684                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
13685                 Patch by Colin
13686         * src/gtk/sylpheed-marshal.c    ** REMOVED **
13687         * src/gtk/sylpheed-marshal.h    ** REMOVED **
13688                 remove autogenerated files
13689         * tools/kdeservicemenu/README
13690         * tools/kdeservicemenu/install.sh
13691         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13692         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13693                 use Claws icon, use 'Sylpheed-Claws' in menu,
13694                 use kdialog, and other cleanups
13695
13696 2005-08-23 [paul]       1.9.13cvs55
13697
13698         * src/compose.c
13699                 fix paste/wrap crash
13700                 Patch by Colin
13701
13702 2005-08-23 [paul]       1.9.13cvs54
13703
13704         * src/main.c
13705                 fix crash recovery
13706                 Patch by Colin
13707
13708 2005-08-23 [paul]       1.9.13cvs53
13709
13710         * src/addressbook.c
13711         * src/editaddress.c
13712                 view all data of LDAP contacts
13713                 Patch by Colin
13714
13715 2005-08-23 [paul]       1.9.13cvs52
13716
13717         * src/addressbook.c
13718                 fix issues with the Search field
13719                 Patch by Colin
13720
13721 2005-08-22 [paul]       1.9.13cvs51
13722
13723         * src/folderview.c
13724                 put name of folder in processing dialog
13725                 title
13726         * src/prefs_folder_item.c
13727                 improve english usage
13728
13729 2005-08-22 [paul]       1.9.13cvs50
13730
13731         * src/filtering.c
13732         * src/filtering.h
13733         * src/matcher.c
13734         * src/matcher_parser_lex.l
13735         * src/matcher_parser_parse.y
13736         * src/prefs_filtering.c
13737                 add Filtering/Processing rule names feature.
13738                 (the incompatible old matcherrc is saved as
13739                 matcherrc.pre_names).
13740                 Patch by Colin
13741
13742 2005-08-22 [paul]       1.9.13cvs49
13743
13744         * src/procmsg.c
13745                 fix colour labelling
13746                 Patch by Colin
13747
13748 2005-08-22 [paul]       1.9.13cvs48
13749
13750         * src/textview.c
13751                 fix open_image_cb()
13752
13753 2005-08-22 [paul]       1.9.13cvs47
13754
13755         * src/imap.c
13756                 fix bug 789, 'SC crashes with imap (CVS ver)'
13757                 Patch by Colin
13758
13759 2005-08-22 [paul]       1.9.13cvs46
13760
13761         * src/mimeview.c
13762         * src/prefs_common.c
13763         * src/common/defs.h
13764                 define reused defaults in defs.h
13765         * src/textview.c
13766                 add 'Open image' to image popup menu
13767
13768 2005-08-21 [colin]      1.9.13cvs45
13769
13770         * src/summaryview.c
13771                 Fix bug #788 (Bogus "From" address displayed)
13772
13773 2005-08-20 [colin]      1.9.13cvs44
13774
13775         * src/folder.c
13776                 Fix buf #787 (multilevel delete causes SIGSEGV)
13777
13778 2005-08-19 [colin]      1.9.13cvs43
13779
13780         * src/inc.c
13781         * src/prefs_common.c
13782         * src/prefs_common.h
13783                 Add an hidden pref to allow modifying the
13784                 update stepping in incorporation.
13785                 Patch by wwp.
13786
13787 2005-08-19 [colin]      1.9.13cvs42
13788
13789         * src/compose.c
13790         * src/procmime.c
13791                 Workaround for broken MUAs: encode 
13792                 Content-type: name: as ASCII and 
13793                 Content-Disposition: filename: as
13794                 per rfc2231
13795         * src/prefs_account.c
13796                 Fix invisible-ness of SMTP SSL prefs
13797                 in NNTP accounts
13798
13799 2005-08-19 [paul]       1.9.13cvs41
13800
13801         * src/compose.c
13802         * src/prefs_common.c
13803         * src/prefs_common.h
13804         * src/prefs_wrapping.c
13805                 paste with or without wrapping.
13806                 patch by Colin
13807
13808 2005-08-19 [paul]       1.9.13cvs40
13809
13810         * src/prefs_common.c
13811         * src/prefs_common.h
13812         * src/summaryview.c
13813                 reintroduce enable_swap_from as a
13814                 hidden pref. patch by Colin
13815         * src/quote_fmt_parse.y
13816         * src/plugins/clamav/clamav_plugin.c
13817         * src/plugins/dillo_viewer/dillo_viewer.c
13818         * src/plugins/mathml_viewer/mathml_viewer.c
13819         * src/plugins/pgpcore/sgpgme.c
13820         * src/plugins/pgpinline/pgpinline.c
13821         * src/plugins/pgpmime/pgpmime.c
13822                 tidy up. patch by Colin
13823
13824 2005-08-19 [paul]       1.9.13cvs39
13825
13826         * configure.ac
13827                 complete cvs38's sync
13828         * src/editaddress.c
13829         * src/gedit-print.c
13830         * src/mutt.c
13831         * src/etpan/etpan-log.c
13832         * src/etpan/imap-thread.c
13833         * src/gtk/gtksourceprintjob.c
13834                 fix compilation warnings
13835                 (patch by Colin)
13836
13837 2005-08-19 [paul]       1.9.13cvs38
13838
13839         sync with main:
13840
13841         * src/account.c
13842         * src/action.c
13843         * src/addrbook.c
13844         * src/addrcache.c
13845         * src/addrharvest.c
13846         * src/addrindex.c
13847         * src/codeconv.c
13848         * src/compose.c
13849         * src/crash.c
13850         * src/exporthtml.c
13851         * src/exportldif.c
13852         * src/folder.c
13853         * src/image_viewer.c
13854         * src/inc.c
13855         * src/inc.h
13856         * src/jpilot.c
13857         * src/ldif.c
13858         * src/main.c
13859         * src/matcher.c
13860         * src/mbox.c
13861         * src/messageview.c
13862         * src/mh.c
13863         * src/mimeview.c
13864         * src/msgcache.c
13865         * src/mutt.c
13866         * src/news.c
13867         * src/partial_download.c
13868         * src/pine.c
13869         * src/pop.c
13870         * src/prefs_actions.c
13871         * src/prefs_common.c
13872         * src/prefs_customheader.c
13873         * src/prefs_display_header.c
13874         * src/prefs_gtk.c
13875         * src/prefs_themes.c
13876         * src/procheader.c
13877         * src/procmime.c
13878         * src/procmsg.c
13879         * src/recv.c
13880         * src/send_message.c
13881         * src/simple-gettext.c
13882         * src/sourcewindow.c
13883         * src/textview.c
13884         * src/vcard.c
13885         * src/common/defs.h
13886         * src/common/log.c
13887         * src/common/plugin.c
13888         * src/common/prefs.c
13889         * src/common/session.c
13890         * src/common/session.h
13891         * src/common/socket.c
13892         * src/common/socket.h
13893         * src/common/ssl_certificate.c
13894         * src/common/template.c
13895         * src/common/utils.c
13896         * src/common/utils.h
13897         * src/common/xml.c
13898         * src/gtk/about.c
13899         added wrappers for C library function that
13900                 take pathname arguments.
13901                 enabled compilation with MinGW.
13902                 use GDir instead of directly using opendir().
13903                 added rename_force().
13904
13905 2005-08-19 [paul]       1.9.13cvs37
13906         
13907         patches by Colin:
13908         * src/compose.c
13909                 fix privacy settings on re-editing
13910                 a sent message
13911         * src/jpilot.c
13912                 fix encoding bug
13913         * src/folder.c
13914         * src/procmsg.c
13915         * src/procmsg.h
13916         * src/summaryview.c
13917                 flag changing optimisation
13918
13919 2005-08-18 [martin]     1.9.13cvs36
13920
13921         * commitHelper
13922             added my login
13923         * src/addrcache.c
13924         * src/addrharvest.c
13925         * src/addrindex.c
13926         * src/compose.c
13927         * src/grouplistdialog.c
13928         * src/main.c
13929         * src/mainwindow.c
13930         * src/msgcache.c
13931         * src/mutt.c
13932         * src/pine.c
13933         * src/prefs_account.c
13934         * src/prefs_themes.c
13935         * src/stock_pixmap.c
13936         * src/summaryview.c
13937         * src/gtk/about.c
13938         * src/gtk/logwindow.c
13939             removed deprecated glib and gdk stuff
13940         * src/plugins/pgpcore/select-keys.c
13941             convert attributes from locale to utf8
13942
13943 2005-08-17 [paul]       1.9.13cvs35
13944
13945         * src/account.c
13946         * src/addressbook.c
13947                 use new GTK_STOCK_ icons if available
13948         * src/summaryview.c
13949         * src/gtk/gtksctree.c
13950         * src/gtk/gtksctree.h
13951                 faster range select. patch by Colin
13952
13953 2005-08-17 [paul]       1.9.13cvs34
13954
13955         patches by colin:
13956         * src/addressbook.c
13957         * src/addressitem.h
13958                 Add an edit button for contacts, fix selections
13959                 of gtksctree items
13960         * src/editaddress.c
13961                 Change labels, let Save be always possible in the
13962                 email and user atributes tabs
13963         * src/folderview.c
13964                 fix sort issues
13965         * src/summaryview.c
13966                 select next item instead of the displayed one
13967                 after deletion
13968
13969         * src/gtk/progressdialog.c
13970                 use prefs_common.enable_rules_hint
13971
13972 2005-08-13 [hoa]        1.9.13cvs33
13973
13974         * src/etpan/imap-thread.c
13975                 fixed build on Solaris.
13976
13977 2005-08-10 [colin]      1.9.13cvs32
13978
13979         * src/procmsg.c
13980                 Fix cvs31 (missing fclose before reading
13981                 the file)
13982
13983 2005-08-10 [colin]      1.9.13cvs31
13984
13985         * src/procmsg.c
13986                 Fix procmsg_msginfo_new_from_mimeinfo() when
13987                 the MimeInfo isn't stored in memory. This fixes
13988                 replying to an attached message.
13989
13990 2005-08-10 [colin]      1.9.13cvs30
13991
13992         * src/mainwindow.c
13993                 Fix slowness in account changing
13994
13995 2005-08-10 [colin]      1.9.13cvs29
13996
13997         * src/folder.c
13998         * src/folderutils.c
13999         * src/folderview.c
14000         * src/imap_gtk.c
14001         * src/mainwindow.c
14002         * src/mh_gtk.c
14003         * src/procmsg.c
14004         * src/summaryview.c
14005                 Optimize folder_has_parent_of_type
14006                 Prevent moving special sub-folders from contextual menus
14007                 Rework message a bit ("Empty all messages" -> "Delete all
14008                 messages")
14009                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
14010                 and "Deleted Items" folders)
14011
14012 2005-08-08 [colin]      1.9.13cvs28
14013
14014         * src/summaryview.c
14015         * src/prefs_summaries.c
14016                 Make "Select first unread|new" more flexible
14017                 (just prioritize new or unread)
14018
14019 2005-08-08 [colin]      1.9.13cvs27
14020
14021         * src/summaryview.c
14022                 If "select first new" is selected and there only
14023                 are unread messages, fallback to "select first
14024                 unread".
14025
14026 2005-08-08 [colin]      1.9.13cvs26
14027
14028         * src/folder.c
14029                 Fix shameful bugs (and bug #779)
14030
14031 2005-08-08 [colin]      1.9.13cvs25
14032
14033         * src/folder.c
14034         * src/folder.h
14035                 Cache parents' type to make folder_has_parent_of_type
14036                 faster
14037         * src/folderview.c
14038                 Forbid DnD of special sub-folders
14039         * src/procmsg.c
14040         * src/procmsg.h
14041                 Add MAIL_POSTFILTERING_HOOK
14042         * src/summaryview.c
14043                 Revert over-zealous deletion of the use_addr_book 
14044                 code
14045
14046 2005-08-07 [colin]      1.9.13cvs24
14047
14048         * src/folder.c
14049                 Fix big mistake (passing MsgInfo instead 
14050                 of FolderItem)
14051
14052 2005-08-07 [colin]      1.9.13cvs23
14053
14054         * src/compose.c
14055         * src/folder.c
14056         * src/folder.h
14057         * src/foldersel.c
14058         * src/folderutils.c
14059         * src/folderview.c
14060         * src/imap.c
14061         * src/mainwindow.c
14062         * src/messageview.c
14063         * src/mh.c
14064         * src/msgcache.c
14065         * src/procmime.c
14066         * src/summaryview.c
14067                 Make subfolders of Drafts, Queue, Outbox, Trash
14068                 work like their parents. 
14069                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
14070
14071 2005-08-07 [colin]      1.9.13cvs22
14072
14073         * src/addressbook.c
14074                 Fix bug #771 (Dragged contacts not saved)
14075
14076 2005-08-07 [paul]       1.9.13cvs21
14077
14078         * src/summaryview.c
14079                 fix bug 32 'Search Doesn't display results
14080                 if "Hide Read Messages" is chosen'
14081                 be more literal in interpreting 'Hide read
14082                 messages'
14083
14084 2005-08-07 [colin]      1.9.13cvs20
14085
14086         * src/folderview.c
14087                 Add debug
14088         * src/summaryview.c
14089                 Faster 'unthread_for_execution'
14090
14091 2005-08-06 [paul]       1.9.13cvs19
14092
14093         * src/mainwindow.c
14094                 add mnemonics to Set displayed columns
14095                 fix bug where msgview_visible option was
14096                 overwritten as TRUE on startup
14097
14098 2005-08-06 [paul]       1.9.13cvs18
14099
14100         * src/mainwindow.c
14101                 refer to 'displayed columns in folder/message
14102                 list' not 'displayed items in summary/message view'
14103         * src/prefs_display_header.c
14104                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
14105                 be consistent with similar dialogues
14106         * src/prefs_folder_column.c
14107         * src/prefs_summary_column.c
14108                 'columns' not 'items', and folder and message lists,
14109                 instead of folder and summary views;
14110                 Use 'Hidden columns' as list heading not 'Available
14111                 items';
14112                 move the 'Remove' button to the right hand side;
14113                 top-align the buttons;
14114                 remove unneeded vbox
14115         * src/prefs_summaries.c
14116                 put the 2 column prefs buttons in a frame to reduce
14117                 overall width; refer to columns not items &c.
14118
14119 2005-08-05 [colin]      1.9.13cvs17
14120
14121         * src/prefs_common.c
14122         * src/prefs_common.h
14123         * src/mainwindow.c
14124         * src/compose.c
14125         * src/messageview.c
14126                 Add an hidden toolbar_detachable pref, so
14127                 that I can get rid of these painful handles
14128                 in the toolbars. Defaults to TRUE to avoid
14129                 changing the GUI on unsuspecting people...
14130
14131 2005-08-05 [colin]      1.9.13cvs16
14132
14133         * src/Makefile.am
14134         * src/prefs_folder_column.c
14135         * src/prefs_folder_column.h
14136                 Add prefs for folder columns
14137         * src/folderview.c
14138         * src/folderview.h
14139         * src/mainwindow.c
14140         * src/mainwindow.h
14141         * src/prefs_common.c
14142         * src/prefs_common.h
14143         * src/prefs_summaries.c
14144                 Use them
14145         * src/prefs_summary_column.c
14146         * src/summaryview.c
14147         * src/summaryview.h
14148                 Add a To column
14149         * src/textview.c
14150         * src/common/utils.c
14151         * src/common/utils.h
14152                 Move uri colourisation functions
14153                 to utils
14154         * src/compose.c
14155                 Colourise URIs
14156         * src/imap.c
14157                 Fix bug with LIST where we'd try
14158                 to get Folder//////[...]/// 
14159
14160 2005-08-05 [paul]       1.9.13cvs15
14161
14162         * src/prefs_summaries.c
14163                 improve the English usage
14164         * src/summaryview.c
14165                 set font on column change
14166                 thanks to Colin
14167
14168 2005-08-05 [paul]       1.9.13cvs14
14169
14170         * src/prefs_common.c
14171         * src/prefs_common.h
14172         * src/prefs_summaries.c
14173         * src/summaryview.c
14174                 replace 'open_unread_on_enter' option with
14175                 'select_on_entry' option. opening/not opening
14176                 is now exclusively controlled by 'always_show_msg'
14177
14178 2005-08-04 [colin]      1.9.13cvs13
14179
14180         * src/compose.c
14181                 Remove dead code
14182                 Add colourisation of quotes and signatures
14183         * src/folderview.c
14184                 Fix possible crashes
14185         * src/messageview.c
14186                 Change an assert that is no problem
14187         * src/news.c
14188         * src/news_gtk.c
14189         * src/news_gtk.h
14190                 Fix offline mode
14191         * src/gtk/quicksearch.c
14192                 Fix a possible crash
14193
14194 2005-08-03 [colin]      1.9.13cvs12
14195
14196         * src/prefs_account.c
14197                 Fix bug #777 (Sylpheed crash in account configuration)
14198
14199 2005-08-03 [colin]      1.9.13cvs11
14200
14201         * src/addressbook.c
14202         * src/editaddress.c
14203         * src/editgroup.c
14204                 Fixing addressbook, round 2
14205         * src/textview.c
14206                 Fix emphasis color on rechecking 'Colorize messages'
14207
14208 2005-08-03 [paul]       1.9.13cvs10
14209
14210         sync with main
14211
14212         * src/addr_compl.c
14213         * src/compose.c
14214         * src/main.c
14215         * src/pop.c
14216         * src/prefs_account.c
14217         * src/procmime.c
14218         * src/procmsg.c
14219         * src/quote_fmt_parse.y
14220         * src/textview.c
14221         * src/common/quoted-printable.c
14222         * src/common/utils.c
14223         * src/common/utils.h
14224         * src/common/xml.c
14225                 replaced incorrect locale-independent
14226                 ctype functions with GLib's. Corrected
14227                 signedness mismatch.
14228         * src/headerview.c
14229                 headerview_create(): added spacing for vbox.
14230         * src/gtk/about.c
14231                 set focus to the OK button.
14232
14233 2005-08-03 [colin]      1.9.13cvs9
14234
14235         * src/folderview.c
14236                 Fix possible crash
14237
14238 2005-08-02 [colin]      1.9.13cvs8
14239
14240         * src/mainwindow.c
14241                 Fix cast
14242         * src/addressbook.c
14243         * src/addressitem.h
14244                 Fix a cast and more generally, try to make the
14245                 GUI more intuitive and consistent (round 1)
14246
14247 2005-08-02 [paul]       1.9.13cvs7
14248
14249         * src/folder.h
14250                 missing in 1.9.13cvs6
14251
14252 2005-08-02 [colin]      1.9.13cvs6
14253
14254         * src/folder.c
14255                 Fix one more leak
14256
14257 2005-08-02 [colin]      1.9.13cvs5
14258
14259         * src/folder.c
14260         * src/folderview.c
14261         * src/imap.c
14262         * src/main.c
14263         * src/mbox.c
14264         * src/procmsg.c
14265         * src/summaryview.c
14266                 Fix a number of folder_item_get_msg_list()-related
14267                 leaks (missing procmsg_msginfo_free()s)
14268
14269 2005-08-01 [colin]      1.9.13cvs4
14270
14271         * src/folderview.c
14272         * src/folderview.h
14273         * src/mainwindow.c
14274         * src/prefs_fonts.c
14275         * src/prefs_summaries.c
14276         * src/prefs_themes.c
14277         * src/summaryview.c
14278         * src/summaryview.h
14279         * src/textview.c
14280         * src/textview.h
14281                 Fix instant-apply of summary and folderview-related prefs
14282                 Fix erroneous g_free and alertpanels in prefs_theme
14283                 Add instant-apply for fonts
14284                 Defer applying of prefs a little bit so it's done only
14285                 once even if requested by multiples prefs pages
14286
14287 2005-08-01 [paul]       1.9.13cvs3
14288
14289         * src/main.c
14290                 fix bug 776 'S.C. crashes on close'
14291                 thanks to Colin
14292         * src/etpan/etpan-thread-manager-types.h
14293                 add missing include
14294                 thanks to Hoa
14295
14296 2005-07-25 [paul]       1.9.13cvs2
14297
14298         * src/summaryview.c
14299                 fix typos. spotted by Fabien Vantard
14300
14301 2005-07-24 [paul]       1.9.13cvs1
14302
14303         * doc/man/sylpheed.1
14304                 update man page, incorporating fix of
14305                 bug 769 'Typo in manpage'
14306         * src/etpan/imap-thread.c
14307                 fix NetBSD openssl dependencies. patch by
14308                 George Michaelson <ggm@apnic.net>
14309         * po/pt_BR.po
14310                 updated by Frederico Goncalves Guimaraes
14311
14312 2005-07-22 [paul]       1.9.13
14313
14314         1.9.13 release
14315
14316 2005-07-22 [paul]       1.9.12cvs91
14317
14318         * AUTHORS
14319         * INSTALL
14320         * README.claws
14321         * RELEASE_NOTES.claws
14322                 updated for release
14323         * configure.ac
14324         * po/nb.po
14325         * tools/claws.i18n.status.pl
14326                 add Norwegian translation. submiited by
14327                 Geir Helland <pjallabais@users.sourceforge.net>
14328         * po/ca.po
14329         * po/de.po
14330         * po/es.po
14331         * po/fi.po
14332         * po/fr.po
14333         * po/it.po
14334         * po/sk.po
14335         * po/sr.po
14336         * po/zh_CN.po
14337                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
14338                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
14339                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
14340                 Yang Guilong
14341         * src/plugins/clamav/clamav_plugin_gtk.c
14342         * src/plugins/spamassassin/spamassassin_gtk.c
14343                 replace outdated description strings
14344
14345 2005-07-21 [colin]      1.9.12cvs90
14346
14347         * src/folder.c
14348                 Set folder to batch mode when scanning it. Makes deletion
14349                 of unread mails on IMAP much faster (due to the UNREAD 
14350                 flag unsetting)
14351
14352 2005-07-21 [darko]      1.9.12cvs89
14353
14354         * configure.ac
14355                 link against libresolv if necessary (patch by Paul)
14356         * src/msgcache.c
14357                 use glib's portable macros to determine endianness
14358
14359 2005-07-21 [paul]       1.9.12cvs88
14360
14361         * src/crash.c
14362         * src/gtk/about.c
14363                 update compiled-in features list
14364
14365 2005-07-20 [colin]      1.9.12cvs87
14366
14367         * src/folder.c
14368         * src/textview.c
14369                 Gcc 2.9x compilation fixes, thanks to Darko
14370         * src/plugins/clamav/clamav_plugin.c
14371                 Little optimisation: load virus database only once
14372         * src/plugins/spamassassin/spamassassin.c
14373                 Big optimisation: filtering one mail took at least 1 second,
14374                 now it takes at least 50ms. Doesn't speed up spamassassin 
14375                 itself, but should already be much more tolerable.
14376
14377 2005-07-20 [colin]      1.9.12cvs86
14378
14379         * src/summaryview.c
14380                 Fix performance issue
14381
14382 2005-07-19 [colin]      1.9.12cvs85
14383
14384         * src/plugins/pgpinline/plugin.c
14385                 Fix warning
14386
14387 2005-07-19 [colin]      1.9.12cvs84
14388
14389         * configure.ac
14390         * src/plugins/Makefile.am
14391         * src/plugins/pgpinline/.cvsignore
14392         * src/plugins/pgpinline/Makefile.am
14393         * src/plugins/pgpinline/pgpinline.c
14394         * src/plugins/pgpinline/pgpinline.deps
14395         * src/plugins/pgpinline/pgpinline.h
14396         * src/plugins/pgpinline/plugin.c
14397                 Put pgpinline in the main tree
14398
14399 2005-07-19 [paul]       1.9.12cvs83
14400
14401         * src/prefs_actions.c
14402                 prevent '//' in menu names, which cause a crash
14403                 thanks to Colin
14404
14405 2005-07-19 [paul]       1.9.12cvs82
14406
14407         * configure.ac
14408                 be generally more informative in configure output.
14409                 OpenSSL: correction: '[ --enable-openssl ...' -> 
14410                 '[ --disable-openssl ...', as --enable-openssl is default
14411                 PGP/MIME: don't check for GPGME again, check for
14412                 pgpcore instead. Therefore prevent the possibility of
14413                 attempting to build pgpmime if pgpcore dependencies are
14414                 not met
14415                 ClamAV: use pkgconfig to check for lib
14416                 libgnomeprint: revert logic on inner test to match
14417                 everything else
14418         * src/plugins/pgpcore/sgpgme.c
14419                 add missing include
14420
14421 2005-07-19 [colin]      1.9.12cvs81
14422
14423         * src/summaryview.c
14424                 Fix slow thread rebuilding in particular
14425                 cases
14426
14427 2005-07-19 [paul]       1.9.12cvs80
14428
14429         * sylpheed-claws.desktop
14430                 fix typo, spotted by Stephan Sachse
14431         * src/account.c
14432                 replace GTK_STOCK_ADD with
14433                 GTK_STOCK_NEW button
14434
14435 2005-07-18 [colin]      1.9.12cvs79
14436
14437         * src/etpan/imap-thread.c
14438                 Fix return value (Thanks Hoa)
14439
14440 2005-07-18 [colin]      1.9.12cvs78
14441
14442         * src/imap.c
14443                 Allow empty passwords
14444                 Create drafts/queue/outbox if necessary
14445         * src/summaryview.c
14446                 Remove old code
14447         * src/etpan/imap-thread.c
14448                 Fix STARTTLS (Thanks to Hoa)
14449
14450 2005-07-18 [paul]       1.9.12cvs77
14451
14452         * ChangeLog-gtk2.jp
14453         * ChangeLog.jp
14454                 removed
14455         * Makefile.am
14456                 updated to reflect additions and removals
14457         * TODO
14458                 updated to be claws-specific
14459         * TODO-gtk2
14460         * TODO-gtk2.jp
14461         * TODO.jp
14462         * sylpheed-128x128.png
14463         * sylpheed-64x64.png
14464                 removed
14465         * sylpheed-claws-128x128.png
14466         * sylpheed-claws-64x64.png
14467         * sylpheed-claws.desktop
14468         * sylpheed-claws.png
14469                 added
14470         * sylpheed.desktop
14471         * sylpheed.png
14472                 removed
14473
14474 2005-07-17 [paul]       1.9.12cvs76
14475
14476         * src/account.c
14477         * src/addressbook.c
14478         * src/alertpanel.c
14479         * src/alertpanel.h
14480         * src/compose.c
14481         * src/exphtmldlg.c
14482         * src/expldifdlg.c
14483         * src/folderview.c
14484         * src/imap_gtk.c
14485         * src/inc.c
14486         * src/message_search.c
14487         * src/messageview.c
14488         * src/mh_gtk.c
14489         * src/news_gtk.c
14490         * src/prefs_actions.c
14491         * src/prefs_filtering.c
14492         * src/prefs_matcher.c
14493         * src/prefs_template.c
14494         * src/prefs_themes.c
14495         * src/ssl_manager.c
14496         * src/summary_search.c
14497         * src/textview.c
14498         * src/toolbar.c
14499         * src/gtk/sslcertwindow.c
14500         * src/plugins/pgpcore/sgpgme.c
14501                 rework alertpanels
14502
14503 2005-07-17 [colin]      1.9.12cvs75
14504
14505         * src/privacy.c
14506                 add a PrivacySystem accessor that checks that
14507                 the system cached in a MimeInfo's privacydata
14508                 is still registered. Use this accessor instead
14509                 of directly using data->system. Fixes crashes
14510                 after unloading pgp plugins.
14511
14512 2005-07-17 [colin]      1.9.12cvs74
14513
14514         * src/alertpanel.c
14515                 Change geometry hints to a simple default size.
14516                 Fixes the certs dialogs.
14517
14518 2005-07-17 [colin]      1.9.12cvs73
14519
14520         * src/gtk/sslcertwindow.c
14521                 Use a gtkExpander
14522
14523 2005-07-17 [colin]      1.9.12cvs72
14524
14525         * src/plugins/pgpcore/Makefile.am
14526         * src/plugins/pgpmime/Makefile.am
14527                 Add gpgme libs
14528
14529 2005-07-17 [paul]       1.9.12cvs71
14530
14531         * configure.ac
14532                 add --disable-gnomeprint option
14533                 modified version of patch by Marius Mauch
14534
14535 2005-07-17 [paul]       1.9.12cvs70
14536
14537         * src/common/defs.h
14538                 update urls
14539         * src/account.c
14540         * src/action.c
14541         * src/addressbook.c
14542         * src/compose.c
14543         * src/foldersel.c
14544         * src/folderview.c
14545         * src/html.c
14546         * src/imap_gtk.c
14547         * src/main.c
14548         * src/mainwindow.c
14549         * src/messageview.c
14550         * src/mh_gtk.c
14551         * src/mimeview.c
14552         * src/news_gtk.c
14553         * src/prefs_account.c
14554         * src/prefs_send.c
14555         * src/prefs_summaries.c
14556         * src/procmsg.c
14557         * src/summaryview.c
14558         * src/common/utils.c
14559         * src/common/xml.c
14560         * src/plugins/pgpcore/passphrase.c
14561         * src/plugins/pgpcore/select-keys.c
14562                 replace inappropriately used backticks
14563                 with single quotes
14564
14565 2005-07-16 [colin]      1.9.12cvs69
14566
14567         * src/image_viewer.c
14568                 Add extra paranoid checks
14569
14570 2005-07-16 [colin]      1.9.12cvs68
14571
14572         * src/plugins/pgpcore/prefs_gpg.c
14573                 Don't auto-check sigs by default, as it
14574                 can be really slow.
14575
14576 2005-07-16 [colin]      1.9.12cvs67
14577
14578         * src/plugins/pgpcore/sgpgme.c
14579                 Make messages a bit better.
14580
14581 2005-07-16 [colin]      1.9.12cvs66
14582
14583         * src/imap.c
14584                 Remove pseudo-log
14585         * src/etpan/imap-thread.c
14586                 Add real log
14587
14588 2005-07-16 [colin]      1.9.12cvs65
14589
14590         * src/main.c
14591         * src/prefs_other.c
14592                 And now, fix build with libetpan :-/
14593
14594 2005-07-15 [colin]      1.9.12cvs64
14595
14596         * src/prefs_other.c
14597                 Continue fixing build without libetpan.
14598
14599 2005-07-15 [colin]      1.9.12cvs63
14600
14601         * src/main.c
14602                 Fix build with --disable-libetpan
14603
14604 2005-07-15 [colin]      1.9.12cvs62
14605
14606         * configure.ac
14607                 Bump libetpan's version
14608
14609 2005-07-15 [colin]      1.9.12cvs61
14610
14611         * src/etpan/imap-thread.c
14612                 Actually stop logging :)
14613
14614 2005-07-15 [colin]      1.9.12cvs60
14615
14616         * src/addressbook.c
14617                 Fix dnd of multiple addresses.
14618
14619 2005-07-15 [hoa]        1.9.12cvs59
14620
14621         * src/etpan/imap-thread.c
14622             disable login of IMAP password in libetpan log file.
14623
14624 2005-07-15 [paul]       1.9.12cvs58
14625
14626         * src/account.c
14627                 don't automatically sort
14628                 do allow drag n drop
14629
14630 2005-07-15 [paul]       1.9.12cvs57
14631
14632         * src/account.c
14633         * src/ssl_manager.c
14634                 alphabetical listing
14635
14636 2005-07-15 [paul]       1.9.12cvs56
14637
14638         * src/gtk/pluginwindow.c
14639                 sort plugin list alphabetically
14640
14641 2005-07-15 [paul]       1.9.12cvs55
14642
14643         * src/prefs_spelling.c
14644         * src/prefs_wrapping.c
14645                 unify English usage
14646
14647 2005-07-15 [colin]      1.9.12cvs54
14648
14649         * src/wizard.c
14650                 Typo fix
14651
14652 2005-07-15 [paul]       1.9.12cvs53
14653
14654         * src/prefs_message.c
14655                 make 'show cursor' a hidden option
14656
14657 2005-07-14 [colin]      1.9.12cvs52
14658
14659         * src/plugins/spamassassin/Makefile.am
14660         * src/plugins/clamav/Makefile.am
14661                 Fix double EXTRA_DISTs
14662
14663 2005-07-14 [colin]      1.9.12cvs51
14664
14665         * src/plugins/clamav/Makefile.am
14666         * src/plugins/clamav/clamav_plugin_gtk.deps
14667         * src/plugins/spamassassin/Makefile.am
14668         * src/plugins/spamassassin/spamassassin_gtk.deps
14669                 Make $plugin_gtk depend on $plugin
14670
14671 2005-07-14 [hoa]        1.9.12cvs50
14672
14673         * src/etpan/imap-thread.c
14674                 enable debug log of libetpan when running with --debug
14675
14676 2005-07-14 [colin]      1.9.12cvs49
14677
14678         * configure.ac
14679         * src/common/Makefile.am
14680         * src/common/plugin.c
14681         * src/common/plugin.h
14682                 Add a little plugin dependancy system.
14683                 Plugins can ship a $plugin_name.deps file
14684                 (near them in PLUGINDIR) so that their
14685                 dependancies are loaded if possible.
14686         * src/plugins/Makefile.am
14687         * src/plugins/pgpcore/Makefile.am
14688         * src/plugins/pgpcore/passphrase.c
14689         * src/plugins/pgpcore/passphrase.h
14690         * src/plugins/pgpcore/plugin.c
14691         * src/plugins/pgpcore/prefs_gpg.c
14692         * src/plugins/pgpcore/prefs_gpg.h
14693         * src/plugins/pgpcore/select-keys.c
14694         * src/plugins/pgpcore/select-keys.h
14695         * src/plugins/pgpcore/sgpgme.c
14696         * src/plugins/pgpcore/sgpgme.h
14697                 Introduce pgpcore, used by pgpmime and
14698                 pgpinline
14699         * src/plugins/pgpmime/Makefile.am
14700         * src/plugins/pgpmime/passphrase.c
14701         * src/plugins/pgpmime/passphrase.h
14702         * src/plugins/pgpmime/pgpmime.c
14703         * src/plugins/pgpmime/pgpmime.deps
14704         * src/plugins/pgpmime/plugin.c
14705         * src/plugins/pgpmime/prefs_gpg.c
14706         * src/plugins/pgpmime/prefs_gpg.h
14707         * src/plugins/pgpmime/select-keys.c
14708         * src/plugins/pgpmime/select-keys.h
14709         * src/plugins/pgpmime/sgpgme.c
14710         * src/plugins/pgpmime/sgpgme.h
14711                 Remove the core from pgpmime and add the
14712                 dependancy to pgpcore.
14713
14714 2005-07-14 [paul]       1.9.12cvs48
14715
14716         * src/stock_pixmap.c
14717                 forgot this in last commit
14718
14719 2005-07-14 [paul]       1.9.12cvs47
14720
14721         * src/account.c
14722         * src/addressbook.c
14723                 add accelerators for the buttons (sync with main)
14724         * src/compose.c
14725         * src/compose.h
14726                 add accelerators for the buttons.
14727                 fix editing with external editor.
14728                 replace gdk_input_*() with GIOChannel;
14729                 (sync with main)
14730         * src/foldersel.c
14731                 display folder names with new/unread
14732                 representation (sync with main)
14733         * src/main.c
14734                 specify default window icon (sync with main)
14735         * src/prefs_common.c
14736                 use_addr_book default to FALSE
14737         * src/summaryview.c
14738         * src/textview.c
14739                 add accelerators for the buttons (sync with main)
14740         * src/gtk/menu.c
14741                 fix typos
14742         * src/pixmaps/sylpheed_icon.xpm
14743                 updated
14744
14745 2005-07-13 [paul]       1.9.12cvs46
14746
14747         * src/plugins/pgpmime/pgpmime.c
14748         * src/plugins/pgpmime/sgpgme.c
14749                 (temporarily) use deprecated gpgme_data_rewind()
14750                 while largefile support is not present
14751                 (as suggested by Colin)
14752
14753 2005-07-13 [paul]       1.9.12cvs45
14754
14755         * configure.ac
14756                 remove large file support (for now):
14757                 it breaks too many things
14758
14759 2005-07-13 [paul]       1.9.12cvs44
14760
14761         * configure.ac
14762                 add large file support
14763         * src/html.c
14764                 fix bug #763 where href attribute was not
14765                 the very first attribute of a link
14766                 patch by Thomas Gilgin
14767
14768 2005-07-13 [colin]      1.9.12cvs43
14769
14770         * src/gtk/pluginwindow.c
14771                 Little portability fix
14772
14773 2005-07-13 [colin]      1.9.12cvs42
14774
14775         * src/plugins/pgpmime/sgpgme.c
14776                 Fix crasher.
14777
14778 2005-07-13 [colin]      1.9.12cvs41
14779
14780         * src/plugins/pgpmime/pgpmime.c
14781         * src/plugins/pgpmime/sgpgme.c
14782                 Use gpgme_data_release_and_get_mem instead
14783                 of gpgme_data_read.
14784
14785 2005-07-13 [colin]      1.9.12cvs40
14786
14787         * configure.ac
14788         * src/plugins/pgpmime/passphrase.c
14789         * src/plugins/pgpmime/passphrase.h
14790         * src/plugins/pgpmime/pgpmime.c
14791         * src/plugins/pgpmime/plugin.c
14792         * src/plugins/pgpmime/select-keys.c
14793         * src/plugins/pgpmime/select-keys.h
14794         * src/plugins/pgpmime/sgpgme.c
14795         * src/plugins/pgpmime/sgpgme.h
14796                 Port pgpmime to gpgme-1.0.
14797
14798 2005-07-12 [paul]       1.9.12cvs39
14799
14800         * AUTHORS
14801         * src/toolbar.c
14802         * src/toolbar.h
14803                 add a 'Go to Prev' button to the toolbar.
14804                 correct tooltip text of go to buttons.
14805                 based on patch by Yang Guilong <bamanzi@gmail.com>
14806
14807 2005-07-12 [colin]      1.9.12cvs38
14808
14809         * src/statusbar.c
14810                 Fix progress bar showing stuff at startup.
14811
14812 2005-07-12 [paul]       1.9.12cvs37
14813
14814         * src/editjpilot.c
14815                 fix building with jpilot support
14816
14817 2005-07-11 [colin]      1.9.12cvs36
14818
14819         * src/inc.c
14820                 Add visual indication that filtering is running
14821         * src/textview.c
14822                 Make {}[] uri delimiters
14823         * src/summaryview.c
14824                 Remove useless (and slow) calls
14825
14826 2005-07-11 [paul]       1.9.12cvs35
14827
14828         * src/plugins/clamav/clamav_plugin_gtk.c
14829         * src/plugins/dillo_viewer/dillo_prefs.c
14830         * src/plugins/pgpmime/prefs_gpg.c
14831         * src/plugins/spamassassin/spamassassin_gtk.c
14832                 gather plugins prefs together under their
14833                 own 'Plugins' heading
14834
14835 2005-07-11 [paul]       1.9.12cvs34
14836
14837         sync with main
14838
14839         * src/account.c
14840                 account_delete(): modified alert dialog
14841         * src/editjpilot.c
14842         * src/editvcard.c
14843                 fixed a crash when cancelling file selection
14844                 dialog by Escape key. Made non-ascii filename
14845                 selectable.
14846         * src/prefs_template.c
14847                 prefs_template_window_create(): make scrolled
14848                 window policy AUTOMATIC
14849
14850 2005-07-10 [hoa]        1.9.12cvs33
14851
14852         * src/etpan/imap-thread.c
14853                 workaround for old Courier IMAP servers.
14854
14855 2005-07-10 [colin]      1.9.12cvs32
14856
14857         * src/folder.c
14858         * src/statusbar.c
14859         * src/statusbar.h
14860                 Add visual progress indicator on filtering/processing
14861                 Factorize the progress bar code
14862         * src/imap.c
14863         * src/imap.h
14864         * src/etpan/imap-thread.c
14865                 Add a reference counter to avoid destroying the Folder
14866                 while it's in use by another callback.
14867
14868 2005-07-09 [hoa]        1.9.12cvs31
14869
14870         * src/imap.c
14871         * src/etpan/imap-thread.c
14872                 fixed deadlock when removing IMAP account.
14873
14874 2005-07-08 [colin]      1.9.12cvs30
14875
14876         * src/textview.c
14877         * src/unmime.c
14878                 Fix again problems decoding broken headers
14879         * src/gtk/inputdialog.c
14880                 Fix local variable shadowing a global one
14881
14882 2005-07-08 [colin]      1.9.12cvs29
14883
14884         * src/msgcache.c
14885                 Make the cache/mark files platform-agnostic by writing
14886                 them in little-endian format. Reading them is also done
14887                 in little-endian format, of course; however, in order
14888                 to avoid trashing mark data on big-endian machines, the
14889                 files are, at first, read from the native format if the
14890                 little-endian one doesn't exist. This is easy to deter-
14891                 mine by trying to open a file with a swapped data_ver
14892                 and seeing if it's the wanted version.
14893                 Little-endian using users should see absolutely no
14894                 difference, Big-endian users may get a very little
14895                 performance drop due to byte-swapping.
14896                 Tested on i386 and ppc32. 
14897                 Fixes bug #159 (The index file, in the mailboxes, is 
14898                 hardware depending).
14899
14900                 To have the cache/mark files updated to the new little-
14901                 endian format, "Check for new messages" or even
14902                 "Rebuild folder tree" aren't enough. Files will be
14903                 updated as soon as a folder has been opened/closed.
14904                 To update everything, just select all folders by
14905                 selecting them one by one.
14906
14907 2005-07-07 [colin]      1.9.12cvs28
14908
14909         * src/imap.c
14910                 Remember the folder separator per IMAPFolder
14911                 instead of globally.
14912                 Revive the Session on noop; fixes bug #761
14913                 (mark a bunch of unread messages as read takes 
14914                 forever)
14915
14916 2005-07-07 [darko]      1.9.12cvs27
14917
14918         * src/common/template.c
14919                 Sort templates alphabetically
14920
14921 2005-07-06 [colin]      1.9.12cvs26
14922
14923         * src/imap.c
14924                 Try to use the correct separator in
14925                 most cases. Possibly fixes bug #759
14926                 (only creates the INBOX folder when 
14927                 setting up new IMAP account) and 
14928                 bug #760 (Can't retrieve messages)
14929
14930 2005-07-06 [colin]      1.9.12cvs25
14931
14932         * src/imap.c
14933                 Use real_path in status command. This will
14934                 help later, when namespaces will be used.
14935
14936 2005-07-06 [colin]      1.9.12cvs24
14937
14938         * configure.ac
14939         * src/account.c
14940         * src/folder.c
14941         * src/imap.c
14942         * src/etpan/etpan-log.c
14943         * src/etpan/etpan-thread-manager.c
14944         * src/etpan/imap-thread.c
14945                 Add a --disable-libetpan parameter. With this,
14946                 users that don't want IMAP4 support can avoid
14947                 the new dependancy (and have no IMAP support).
14948                 Users that have IMAP4 accounts and use this
14949                 parameter won't lose their configuration, their
14950                 IMAP accounts will just be invisible and not
14951                 used.
14952         * src/textview.c
14953                 Make the "Copy ..." contextual menu items 
14954                 copy to both the X clipboard and the gtk 
14955                 clipboard - as most other apps do.
14956         * src/gtk/about.c
14957                 Add a notice about OpenSSL usage, in order to
14958                 comply with OpenSSL's license (point 6):
14959                 http://www.openssl.org/source/license.html
14960
14961 2005-07-06 [colin]      1.9.12cvs23
14962
14963         * src/alertpanel.c
14964                 Fix a minimum size for alertpanels
14965         * src/compose.c
14966                 Show 'No space left on device' type errors
14967                 when queuing/sending
14968         * src/imap_gtk.c
14969         * src/mh_gtk.c
14970                 Rework folder's deletion message (remove 
14971                 extra \n)
14972
14973 2005-07-05 [colin]      1.9.12cvs22
14974
14975         * src/imap.c
14976                 Add an alertpanel on auth error
14977                 Add pseudo-log
14978                 Remove pthread-related stuff
14979
14980 2005-07-05 [colin]      1.9.12cvs21
14981
14982         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14983                 Fix crash on plugin reloading (with a hack)
14984
14985 2005-07-05 [colin]      1.9.12cvs20
14986
14987         * src/prefs_account.c
14988         * src/prefs_account.h
14989                 Fix typo
14990         * src/gtk/filesel.c
14991         * src/gtk/filesel.h
14992                 Add a way to filter the view
14993         * src/gtk/pluginwindow.c
14994                 Filter loadable stuff
14995         * src/plugins/pgpmime/prefs_gpg.c
14996                 Fix missing unregistration
14997         * .cvsignore
14998         * src/etpan/.cvsignore
14999         * src/plugins/spamassassin/.cvsignore
15000                 Add more stuff to cvs ignored files
15001
15002 2005-07-04 [colin]      1.9.12cvs19
15003
15004         * src/imap.c
15005                 Fix scan_required returning FALSE when it
15006                 shouldn't. Maybe fix #760 (Can't retrieve
15007                 messages)
15008
15009 2005-07-04 [colin]      1.9.12cvs18
15010
15011         * src/summaryview.c
15012                 Fix always_show_msg pref
15013
15014 2005-07-04 [paul]       1.9.12cvs17
15015
15016         sync with main (forgotten in last commit)
15017         
15018         * src/common/utils.c
15019         * src/common/utils.h
15020                 check_line_length(): new.
15021                 is_dir_exist()
15022                 is_file_entry_exist()
15023                 dirent_is_regular_file()
15024                 dirent_is_directory(): use g_file_test() instead of stat().
15025
15026 2005-07-04 [paul]       1.9.12cvs16
15027
15028         sync with main:
15029
15030         * src/compose.c
15031                 compose_write_to_file(): check for line
15032                 length limit and display warning if exceeds
15033         * src/jpilot.c
15034                 use get_home_dir() instead of g_get_home_dir()
15035         * src/procheader.c
15036                 removed warning about invalid date
15037         * src/vcard.c
15038                 use get_home_dir() instead of g_get_home_dir()
15039
15040 2005-07-04 [paul]       1.9.12cvs15
15041
15042         * src/stock_pixmap.c
15043                 fix new pixmap naming errors
15044                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
15045
15046 2005-07-04 [colin]      1.9.12cvs14
15047
15048         * src/imap.c
15049                 Fix debugging string with a warning
15050
15051 2005-07-04 [colin]      1.9.12cvs13
15052
15053         * configure.ac
15054                 Add a check for libetpan's version (>= 0.37)
15055
15056 2005-07-04 [hoa]        1.9.12cvs12
15057
15058         * commitHelper
15059         * src/imap.c
15060         * src/etpan/imap-thread.c
15061         * src/etpan/imap-thread.h
15062                 fixed IMAP implementation of check of mails.
15063
15064 2005-07-03 [hoa]        1.9.12cvs11
15065
15066         * src/etpan/Makefile.am
15067         * src/etpan/etpan-errors.h
15068         * src/etpan/etpan-log.[ch]
15069         * src/etpan/etpan-thread-manager-types.h
15070         * src/etpan/etpan-thread-manager.[ch]
15071         * src/etpan/imap-thread.[ch]
15072         * src/Makefile.am
15073         * src/imap.c
15074         * src/main.c
15075         * src/prefs_other.c
15076         * configure.ac
15077             merged imap branch.
15078             dependency on libetpan 0.37 is now added.
15079
15080 2005-07-01 [colin]      1.9.12cvs10
15081
15082         * src/Makefile.am
15083         * src/folder.c
15084         * src/folder.h
15085         * src/folderview.c
15086         * src/stock_pixmap.c
15087         * src/stock_pixmap.h
15088         * src/plugins/trayicon/trayicon.c
15089                 Add marked symbol on folders containing
15090                 marked messages
15091         * src/procmsg.c
15092         * src/procmsg.h
15093         * src/toolbar.c
15094         * src/prefs_common.c
15095         * src/prefs_common.h
15096         * src/prefs_send.c
15097                 Add an optional confirmation dialog on queue
15098                 sending. Patch by wwp.
15099         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
15100         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
15101         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
15102         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
15103         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
15104         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
15105         * src/pixmaps/inbox_mark.xpm            ** ADDED **
15106         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
15107         * src/pixmaps/outbox_mark.xpm           ** ADDED **
15108         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
15109         * src/pixmaps/trash_mark.xpm            ** ADDED **
15110                 New pixmaps
15111
15112 2005-07-01 [colin]      1.9.12cvs9
15113
15114         * src/summaryview.c
15115                 Fix a little threading bug
15116         * src/addrgather.c
15117         * src/mainwindow.c
15118                 A little bit of HIG normality never hurts
15119
15120 2005-07-01 [colin]      1.9.12cvs8
15121
15122         * src/compose.c
15123         * src/msgcache.c
15124         * src/pop.c
15125         * src/procmime.c
15126         * src/recv.c
15127         * src/common/log.c
15128         * src/common/template.c
15129         * src/common/utils.c
15130         * src/common/utils.h
15131                 Reverted the fwrite_atomic stuff. In fact
15132                 it is already atomic.
15133
15134 2005-06-30 [colin]      1.9.12cvs7
15135
15136         * src/common/utils.c
15137         * src/common/utils.h
15138                 Add an fwrite_atomic() function to make
15139                 sure we write everything: fwrite can make
15140                 short writes.
15141         * src/compose.c
15142         * src/msgcache.c
15143         * src/pop.c
15144         * src/procmime.c
15145         * src/recv.c
15146         * src/common/log.c
15147         * src/common/template.c
15148                 Use that (and fix swapping of size and nmemb).
15149                 Thanks to Rich Coe for the heads up.
15150
15151 2005-06-30 [colin]      1.9.12cvs6
15152
15153         * src/addressbook.c
15154                 Optimize addressbook opening 
15155
15156 2005-06-30 [colin]      1.9.12cvs5
15157
15158         * src/summaryview.c
15159                 Remove calls to summary_step after move/copy
15160
15161 2005-06-28 [paul]       1.9.12cvs4
15162
15163         * src/alertpanel.c
15164                 wrap and make the error msg selectable
15165
15166 2005-06-28 [paul]       1.9.12cvs3
15167
15168         * src/ssl_manager.c
15169                 replace the OK button with a Close button
15170         * src/gtk/foldersort.c
15171                 use GTK_STOCK_ icons/buttons
15172
15173 2005-06-28 [colin]      1.9.12cvs2
15174
15175         * src/gedit-print.c             ** ADDED **
15176         * src/gedit-print.h             ** ADDED **
15177         * src/gtk/gtksourceprintjob.c   ** ADDED **
15178         * src/gtk/gtksourceprintjob.h   ** ADDED **
15179                 I can't believe no one had enough time to tell
15180                 me I forgot the `cvs add`
15181
15182 2005-06-27 [colin]      1.9.12cvs1
15183
15184         * src/Makefile.am
15185         * src/gtk/Makefile.am
15186         * src/messageview.c
15187         * src/procmsg.c
15188         * src/summaryview.c
15189         * configure.ac
15190                 Add optional libgnomeprint-based printing
15191         * src/mainwindow.c
15192         * src/gtk/quicksearch.c
15193                 Add an Edit/Quick search menu item to show
15194                 and focus the quicksearch
15195
15196 2005-06-27 [paul]       1.9.12
15197
15198         1.9.12 release
15199
15200         * po/ca.po
15201         * po/de.po
15202         * po/es.po
15203         * po/fr.po
15204         * po/it.po
15205         * po/ko.po
15206         * po/pt_BR.po
15207         * po/sk.po
15208         * po/zh_CN.po
15209                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
15210                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
15211                 SungHyun Nam, Frederico Goncalves Guimaraes,
15212                 Andrej Kacian, and Yang Guilong
15213 2005-06-26 [colin]      1.9.11cvs106
15214
15215         * src/imap_gtk.c
15216                 Forgot one file for previous fix
15217
15218 2005-06-26 [colin]      1.9.11cvs105
15219
15220         * src/folder.c
15221         * src/imap.c
15222                 Fix problems with folder operations in no_select
15223                 imap folders. it applies only to mails, and 
15224                 creation/deletion/move/renaming of folders 
15225                 should be possible
15226
15227 2005-06-26 [paul]       1.9.11cvs104
15228
15229         * src/prefs_filtering.c
15230                 replace one more GTK_STOCK_REMOVE
15231                 with GTK_STOCK_DELETE
15232
15233 2005-06-25 [colin]      1.9.11cvs103
15234
15235         * src/imap.c
15236                 Optimize get_seq_set_from_seq_list
15237                 (Patch by Ricardo) 
15238
15239 2005-06-25 [colin]      1.9.11cvs102
15240
15241         * src/mh.c
15242                 If the directory exists, but not in the
15243                 correct encoding, rename it. This should
15244                 handle old-versions-induced bugs.
15245
15246 2005-06-25 [colin]      1.9.11cvs101
15247
15248         * src/mh.c
15249                 Fix path access with extended dir names
15250                 Fixes bug #589 (SC segfaults with wrong locale
15251                 settings)
15252
15253 2005-06-25 [colin]      1.9.11cvs100
15254
15255         * src/prefs_account.c
15256         * src/prefs_account.h
15257         * src/compose.c
15258                 Add an option to encrypt replies to
15259                 encrypted messages
15260
15261 2005-06-25 [colin]      1.9.11cvs99
15262
15263         * src/compose.c
15264         * src/quote_fmt_parse.y
15265                 ... And make it work with pgpinline.
15266
15267 2005-06-25 [colin]      1.9.11cvs98
15268
15269         * src/compose.c
15270         * src/procmime.c
15271         * src/procmime.h
15272         * src/quote_fmt_parse.y
15273                 o Make reedition of encrypted messages possible
15274                   (as long as it is encrypted to self too, no
15275                    magic there)
15276                 o Make replying with quote (and without selecting
15277                   text) possible for encrypted messages.
15278                 Closes bug #550 (Not possible to "reply with quote"
15279                 to gnupg encrypted messages)
15280
15281 2005-06-24 [paul]       1.9.11cvs97
15282
15283         * src/imap.c
15284                 add missing include
15285
15286 2005-06-24 [paul]       1.9.11cvs96
15287
15288         * src/editldap.c
15289                 made bind password entry invisible
15290                 (sync with main)
15291         * src/send_message.c
15292                 send_message_local(): check exit status
15293                 to detect errors (sync with main)
15294         * src/textview.c
15295                 use main's less ambiguous popup menu
15296                 wording
15297
15298 2005-06-24 [paul]       1.9.11cvs95
15299
15300         * src/prefs_actions.c
15301         * src/prefs_customheader.c
15302         * src/prefs_display_header.c
15303         * src/prefs_filtering_action.c
15304         * src/prefs_matcher.c
15305         * src/prefs_template.c
15306         * src/prefs_toolbar.c
15307                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
15308         * src/gtk/description_window.c
15309                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
15310
15311 2005-06-23 [colin]      1.9.11cvs94
15312
15313         * src/summaryview.c
15314                 Fix rough edges (be sure to call status_show whenever
15315                 necessary).
15316
15317 2005-06-23 [colin]      1.9.11cvs93
15318
15319         * src/summaryview.c
15320                 Optimize Select All
15321                 Before, in a 5K mails folder: 11s
15322                 After, in the same folder: 58000µs
15323                 The joys of locking... gtk_clist_select_all() fires a 
15324                 tree-select-row event for each selected row, which in 
15325                 summaryview, callbacks summary_selected which in turn,
15326                 calls summary_status_show, which walks the selected
15327                 rows. Hence, calling gtk_clist_select_all was 
15328                 exponential. Locking the summaryview makes 
15329                 summary_selected return early.
15330
15331 2005-06-23 [colin]      1.9.11cvs92
15332
15333         * src/imap.c
15334                 Move mutex at the important place to avoid
15335                 deadlocks
15336         * src/summaryview.c
15337                 Fix Del key deleting directly instead of
15338                 moving to trash
15339
15340 2005-06-22 [colin]      1.9.11cvs91
15341
15342         * src/plugins/spamassassin/libspamc.c
15343                 As we do spagetti code with assignations in multiple
15344                 places (see _message_read_raw where out = msg = raw),
15345                 let's be sure we don't free the same pointer twice.
15346                 Should fix bug #683 (Crash in libpam at 
15347                 message_cleanup).
15348
15349 2005-06-22 [colin]      1.9.11cvs90
15350
15351         * src/compose.c
15352         * src/messageview.c
15353         * src/toolbar.c
15354                 Make toolbar's delete use the move to trash stuff;
15355                 Add gtk_widget_realize to be sure pixmaps can get
15356                 created (that may fix an old worksforme bug which
15357                 I can't find back...)
15358
15359 2005-06-22 [colin]      1.9.11cvs89
15360
15361         * src/summaryview.c
15362         * src/summaryview.h
15363         * src/mainwindow.c
15364                 Rename "Message/Delete" to "Message/Move to trash"
15365                 Add "Message/Delete..." that directly destroys the
15366                 selected messages after asking for a confirmation.
15367
15368 2005-06-22 [colin]      1.9.11cvs88
15369
15370         * src/imap.c
15371                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
15372                 o Fix a deadlock (thanks Darko)
15373
15374 2005-06-22 [colin]      1.9.11cvs87
15375
15376         * src/gtk/foldersort.c
15377                 Add missing include for the i18n;
15378                 patch by Fabien Vantard
15379
15380 2005-06-21 [colin]      1.9.11cvs86
15381
15382         * src/folder.c
15383         * src/folderview.c
15384                 Respect the no_select flag
15385         * src/imap.c
15386                 Fix recursive deletion
15387         * src/imap_gtk.c
15388         * src/mh_gtk.c
15389                 Make the folder deletion's warning
15390                 more explicit
15391
15392 2005-06-21 [colin]      1.9.11cvs85
15393
15394         * src/textview.c
15395                 Prevent email addresses from spanning accross
15396                 lines - fixes bug # 646 (newline-chars in 
15397                 email addresses)
15398
15399 2005-06-20 [colin]      1.9.11cvs84
15400
15401         * src/folder.c
15402                 Be sure not to remove source if copy failed
15403
15404 2005-06-20 [colin]      1.9.11cvs83
15405
15406         * src/folderview.c
15407         * src/imap_gtk.c
15408                 remove summaryview's lock
15409         * src/imap.c
15410                 introduce threads to avoid problems when foreground tasks
15411                 interfere with background tasks
15412         * src/mh.c
15413                 prevent moving to drafts/queue
15414         * src/mimeview.c
15415                 fix leak
15416
15417 2005-06-19 [colin]      1.9.11cvs82
15418
15419         * src/imap_gtk.c
15420                 Remember that the user doesn't want to override
15421                 offline mode, for 3 seconds. It avoid presenting
15422                 him with N popups in a really short time.
15423
15424 2005-06-17 [colin]      1.9.11cvs81
15425
15426         * src/imap.c
15427                 Fix IMAP breaking on folders containing '('
15428                 (Probably won't be enough)
15429
15430 2005-06-17 [colin]      1.9.11cvs80
15431
15432         Forgotten files on 1.9.11cvs79
15433         * src/summaryview.c
15434                 Fix stepping when not immediately executing
15435         * src/imap.c
15436                 Really prevent UID FETCH 0
15437         * src/codeconv.c
15438                 Fix outgoing charset never set to utf-8
15439         * src/mh.c
15440                 Fix leak
15441
15442 2005-06-16 [colin]      1.9.11cvs79
15443
15444         * src/compose.c
15445                 Fix bug #707 (Dash splits rows)
15446                 Only wrap if we're on a line break position and
15447                 the previous one was a "white" (space) char.
15448                 Pango stuff is weird.
15449
15450 2005-06-16 [colin]      1.9.11cvs78
15451
15452         * src/imap_gtk.c
15453                 Lock summaryview while downloading messages
15454                 on user demand
15455         * src/procheader.c
15456         * src/unmime.c
15457         * src/common/utils.c
15458         * src/common/utils.h
15459                 Replace \r and \n with spaces in From and
15460                 Subject headers
15461
15462 2005-06-16 [paul]       1.9.11cvs77
15463
15464         * src/procmime.c
15465                 liberalise the mime parser
15466         * src/gtk/about.c
15467                 add text wrapping
15468
15469 2005-06-16 [paul]       1.9.11cvs76
15470
15471         * src/gtk/about.c
15472                 reworked
15473
15474 2005-06-15 [colin]      1.9.11cvs75
15475
15476         * src/compose.c
15477                 Finish header encoding fix
15478         * src/summaryview.c
15479                 Fix segfault
15480         * src/headerview.c
15481                 Fix compilation (Thanks Stephan
15482                 Sachse)
15483
15484 2005-06-15 [colin]      1.9.11cvs74
15485
15486         * Makefile.am
15487                 Install gnome2 stuff rather than gnome1, 
15488                 if both are present
15489         * src/codeconv.c
15490         * src/codeconv.h
15491         * src/compose.c
15492                 Fix headers encoding
15493         * src/folder.c
15494                 Visual progress when fetching all messages
15495         * src/folderview.c
15496         * src/summaryview.c
15497         * src/summaryview.h
15498                 Prevent changing current message while
15499                 incorporating
15500
15501 2005-06-15 [paul]       1.9.11cvs73
15502
15503         * src/gtk/gtkaspell.c
15504         * src/gtk/gtkaspell.h
15505                 fix build warnings
15506
15507 2005-06-15 [paul]       1.9.11cvs72
15508
15509         * src/prefs_filtering.c
15510                 allow reordering of filter rules by
15511                 drag n drop
15512
15513 2005-06-15 [paul]       1.9.11cvs71
15514
15515         * COPYING
15516                 updated
15517         * src/codeconv.c
15518                 replace deprecated function
15519         * src/inc.c
15520         * src/send_message.c
15521         * src/gtk/progressdialog.c
15522         * src/gtk/progressdialog.h
15523                 salvage and reuse parts of reverted sync
15524
15525 2005-06-15 [paul]       1.9.11cvs70
15526
15527         * src/inc.c
15528         * src/send_message.c
15529         * src/gtk/progressdialog.c
15530         * src/gtk/progressdialog.h
15531                 revert yesterday's sync with main
15532                 it contains deprecated functions
15533
15534 2005-06-15 [colin]      1.9.11cvs69
15535
15536         * src/headerview.c
15537                 Fix bug #670 (multi user to: will corrupt message 
15538                 headers display)
15539
15540 2005-06-15 [colin]      1.9.11cvs68
15541
15542         * src/compose.c
15543                 Fix bug #421 (Fix undo on wrapping)
15544
15545 2005-06-15 [colin]      1.9.11cvs67
15546
15547         * src/folder.c
15548                 Provide visual feedback while processing
15549                 folder's rules.
15550         * src/imap.c
15551                 Provide visual feedback while getting
15552                 short headers (for uncached messages)
15553
15554
15555 2005-06-14 [paul]       1.9.11cvs66
15556
15557         * src/account.c
15558                 change a couple stock icons
15559         * src/inc.c
15560         * src/send_message.c
15561         * src/gtk/progressdialog.c
15562         * src/gtk/progressdialog.h
15563                 sync main's GtkTreeView implementation
15564
15565 2005-06-14 [colin]      1.9.11cvs65
15566
15567         * src/imap.c
15568                 Various little fixes, mainly on error paths
15569
15570 2005-06-13 [colin]      1.9.11cvs64
15571
15572         * matcher.c
15573         * procmsg.c
15574         * procmsg.h
15575                 Add a way to fetch only headers. This speeds
15576                 up filtering on headers for IMAP. Fixes:
15577                 bug #481 extraneous imap commands slow down 
15578                         imap filtering
15579                 bug #522 Sylpheed downloads all messages 
15580                         when opening mailbox (IMAP)
15581                 bug #677 IMAP fetch is soooooooooooooo slow
15582         * src/folder.c
15583         * src/folder.h
15584                 Add a folder set_batch method so that
15585                 implementations can speed up flags changes
15586         * src/folderutils.c
15587         * src/summaryview.c
15588                 Use that in mark as (un)read and mark all read
15589                 Refix bug #679
15590         * src/imap.c
15591                 Implement set_batch - brings back deferred
15592                 flags in a less buggy manner. Fixes:
15593                 bug #729 IMAP immediate expunge of deleted messages
15594                 bug #191 remove list of messages with one command
15595                 Fix login with strange chars
15596                 Implement fetch_msg_full
15597                 Fix copy (wrong counts)
15598
15599 2005-06-12 [colin]      1.9.11cvs63
15600
15601         * src/folder.c
15602                 lock incorporation during long operations.
15603                 Avoids fucking up the IMAP socket.
15604
15605 2005-06-12 [colin]      1.9.11cvs62
15606
15607         * src/imap.c
15608                 Fix harmful typo
15609                 Factorize remove_all_msg
15610                 Thread-ize expunge
15611         * src/summaryview.c
15612                 Don't update partial-download status if unnecessary
15613         * src/folder.c
15614                 Use remove_msgs everywhere possible
15615
15616 2005-06-12 [colin]      1.9.11cvs61
15617
15618         * src/folder.c
15619         * src/folder.h
15620                 Add a remove_msgs function to remove a 
15621                 list of messages
15622         * src/imap.c
15623                 Implement that.
15624
15625 2005-06-12 [colin]      1.9.11cvs60
15626
15627         * src/imap.c
15628                 Remove flags-processing deferring... Too hard
15629                 to get it to work in all cases.
15630
15631 2005-06-11 [colin]      1.9.11cvs59
15632
15633         * src/imap.c
15634                 printf -> debug_print
15635
15636 2005-06-11 [colin]      1.9.11cvs58
15637
15638         * src/imap.c
15639                 o Fix build without USE_PTHREAD
15640                 o Factorize imap_open
15641                 o Alertpanel in case of impossible connection
15642                 o Alertpanel in case of impossible login
15643                 o Fix deferred flags processing to force a 
15644                   flush before adding some more flags to process,
15645                   but in another folder.
15646
15647 2005-06-10 [colin]      1.9.11cvs57
15648
15649         * src/imap.c
15650                 o Fix a format string error
15651                 o init ssl socket outside of the thread 
15652                   (it possibly invokes gtk calls)
15653         * src/procmime.c
15654                 o Put back the buffer to its necessary size
15655                 o Fix changing a file pointer without keeping
15656                   track of it (thanks Valgrind)
15657         * src/common/smtp.c
15658                 o Fix automatic STARTTLS if login should be done
15659                   and the server only allows it after starting TLS
15660         * src/gtk/gtkinputdialog.c
15661                 o Eat GDK_Return so that the combo popup doesn't 
15662                   appear when we press Enter to validate the combo
15663                   input dialog (as seen in the Open with... dialog)
15664
15665 2005-06-10 [colin]      1.9.11cvs56
15666
15667         * src/imap.c
15668                 o A bit less debug
15669                 o Fix a crash on deletion
15670                 o Threadize imap_select (it's called outside of 
15671                   threads)
15672                 o Defer treatment of DELETED flags
15673
15674
15675 2005-06-09 [colin]      1.9.11cvs55
15676
15677         * src/imap.c
15678                 Make sure we check imap_gtk_should_override(), which
15679                 potentially calls gtk stuff, before creating thread.
15680                 That way it should't be called via imap_get_session()
15681                 inside a thread.
15682
15683 2005-06-09 [colin]      1.9.11cvs54
15684
15685         * src/imap.c
15686                 o add a bit of status output
15687                 o remove some dead code
15688                 o threadize get_list_of_uids
15689                 o threadize imap_get_flags
15690                 o defer flag changing by 500ms so that they
15691                   can be batched
15692
15693
15694 2005-06-08 [colin]      1.9.11cvs53
15695
15696         * src/imap.c
15697                 Thread-ize imap_cmd_fetch
15698
15699 2005-06-08 [colin]      1.9.11cvs52
15700
15701         * src/main.c
15702                 Mmh, that broke POP3...
15703
15704 2005-06-08 [colin]      1.9.11cvs51
15705
15706         * src/main.c
15707                 Stabilize IMAP patch (thanks to Hoa)
15708
15709 2005-06-08 [colin]      1.9.11cvs50
15710
15711         * src/imap.c
15712                 Test patch to speed up imap. 
15713
15714 2005-06-08 [colin]      1.9.11cvs49
15715
15716         * src/imap_gtk.c
15717                 Warning fix
15718         * src/procmime.c
15719                 Apply patch from gentoo to use /usr/share/mime/globs if 
15720                 available, after un-breaking it
15721         * src/common/log.c
15722         * src/common/log.h
15723                 Use g_timeout for invoking hooks that possibly use gtk
15724                 calls. This should leave gtk calls in the main thread.
15725
15726 2005-06-08 [paul]       1.9.11cvs48
15727
15728         * src/codeconv.c
15729                 conv_get_outgoing_charset_str(): don't
15730                 use prefs_common setting
15731         * src/compose.c
15732         * src/compose.h
15733                 add /Options/Character encoding/... to
15734                 temporarily change the outgoing encoding
15735
15736         (belated sync with main)
15737
15738 2005-06-08 [paul]       1.9.11cvs47
15739
15740         * src/compose.c
15741                 correction to/completion of last
15742                 sync with main
15743
15744 2005-06-08 [paul]       1.9.11cvs46
15745
15746         sync with main:
15747         
15748         * src/codeconv.c
15749         * src/codeconv.h
15750                 always enabled Japanese auto-detection
15751                 if the first letters of locale string
15752                 is "ja"
15753         * src/compose.c
15754                 don't use "destroy" signal to destroy
15755                 Compose object (fix rare crashes on discard?)
15756         * src/mainwindow.c
15757         * src/messageview.c
15758         * src/prefs_send.c
15759                 added Hebrew encodings
15760         * src/sourcewindow.c
15761                 don't use "destroy" signal to destroy
15762                 objects
15763
15764 2005-06-07 [colin]      1.9.11cvs45
15765
15766         * src/summaryview.c
15767                 Add missing unlocks/locks
15768
15769 2005-06-07 [paul]       1.9.11cvs44
15770
15771         * src/summaryview.c
15772                 restore bug #749 fix
15773
15774 2005-06-06 [colin]      1.9.11cvs43
15775
15776         * src/summaryview.c
15777                 Fix selection bug when prefs_common.open_unread 
15778                 is FALSE
15779
15780 2005-06-06 [colin]      1.9.11cvs42
15781
15782         * src/common/md5.c
15783                 Fix a warning
15784         * src/summaryview.c
15785         * src/folderview.c
15786                 Factorize long operations beginning and end
15787                 (locking, freezing/thawing, cursor, ...)
15788                 Check selection->data member in selection-
15789                 related loops; this avoids dying an awful
15790                 death if the selection changes on us while
15791                 we're marking a whole IMAP folder unread, 
15792                 for example.
15793
15794 2005-06-06 [paul]       1.9.11cvs41
15795
15796         * src/textview.c
15797                 don't g_free() a static gchar buffer
15798
15799 2005-06-05 [colin]      1.9.11cvs40
15800
15801         * src/mainwindow.c
15802         * src/messageview.c
15803         * src/summaryview.c
15804                 Fix bug #749 (Show all headers should be
15805                 sticky as the GUI suggests)
15806
15807 2005-06-03 [paul]       1.9.11cvs39
15808
15809         * src/compose.c
15810                 don't allow editing of mail while sending.
15811                 patch by Colin
15812
15813 2005-06-03 [paul]       1.9.11cvs38
15814
15815         * src/folderview.c
15816                 add a freeze/thaw to speed up 'mark all read'
15817
15818 2005-06-03 [paul]       1.9.11cvs37
15819
15820         * src/prefs_message.c
15821                 reflect changes immediately
15822
15823 2005-06-02 [colin]      1.9.11cvs36
15824
15825         * po/POTFILES.in
15826                 Patch by Fabien Vantard.
15827
15828 2005-06-02 [colin]      1.9.11cvs35
15829
15830         * src/imap.c
15831                 Use a non-blocking imap_getline() if possible.
15832                 This should completely prevent the interface
15833                 from freezin on imap operations, although it
15834                 may do strange stuff in case of folder switching
15835                 while a big imap operation is taking place...
15836
15837                 In addition, fix a leak in the case thread
15838                 creation fails on connection.
15839
15840 2005-06-02 [colin]      1.9.11cvs34
15841
15842         * src/crash.c
15843         * src/prefs_common.h
15844                 Fix build (prefs_common_init() doesn't exist
15845                 anymore)
15846
15847 2005-06-02 [colin]      1.9.11cvs33
15848
15849         * src/prefs_account.c
15850                 Fix bug #245 (filtering rules broken when
15851                 renaming a remote account (imap4 or nntp)
15852
15853 2005-06-02 [colin]      1.9.11cvs32
15854
15855         * src/imap.c
15856                 Try to fix IMAP shortcomings: 
15857                 o Multithread imap_open()
15858                 o allow offline-mode overriding instead of
15859                   just returning NULL
15860         * src/imap_gtk.c
15861         * src/imap_gtk.h
15862                 Add a function to ask whether we want to
15863                 override offline-mode for 10 minutes (one-shot
15864                 asking was painful)
15865         * src/procheader.c
15866                 Fix segfault when imap parser isn't happy about
15867                 a missing {
15868
15869 2005-06-01 [colin]      1.9.11cvs31
15870
15871         * src/addrharvest.c
15872         * src/compose.c
15873         * src/mbox.c
15874         * src/mbox.h
15875         * src/mh.c
15876         * src/msgcache.c
15877         * src/send_message.c
15878         * src/setup.c
15879         * src/undo.c
15880         * src/common/hooks.c
15881         * src/common/prefs.c
15882         * src/common/template.c
15883         * src/common/utils.c
15884         * src/gtk/gtkutils.c
15885         * src/gtk/inputdialog.c
15886         * src/gtk/menu.c
15887         * src/gtk/pluginwindow.c
15888         * src/gtk/prefswindow.c
15889         * src/plugins/pgpmime/passphrase.c
15890         * src/plugins/pgpmime/prefs_gpg.c
15891                 More -Wall fixes
15892
15893         * src/common/Makefile.am
15894         * src/common/timing.h
15895                 Add basic timing code
15896
15897         * src/summaryview.c
15898                 Fix a bug with unread messages when 
15899                 re-sorting folders, and by the way
15900                 fix a big performance hit when 
15901                 re-sorting (10k mails: before 5s,
15902                 after .5s)
15903
15904         * src/prefs_compose_writing.c
15905         * src/prefs_compose_writing.h
15906         * src/prefs_message.c
15907         * src/prefs_message.h
15908         * src/prefs_other.c
15909         * src/prefs_other.h
15910         * src/prefs_quote.c
15911         * src/prefs_quote.h
15912         * src/prefs_receive.c
15913         * src/prefs_receive.h
15914         * src/prefs_send.c
15915         * src/prefs_send.h
15916         * src/prefs_summaries.c
15917         * src/prefs_summaries.h
15918                 Fix copyright banner
15919
15920 2005-06-01 [paul]       1.9.11cvs30
15921
15922         * po/fi.po
15923                 updated by Flammie Pirinen
15924         * src/procmime.c
15925                 fix 'Bad BASE64 content' output
15926
15927 2005-05-31 [colin]      1.9.11cvs29
15928
15929         * src/procmime.c
15930                 Oops, where did my hunk go.
15931
15932 2005-05-31 [colin]      1.9.11cvs28
15933
15934         * src/Makefile.am
15935         * src/account.c
15936         * src/action.c
15937         * src/addr_compl.c
15938         * src/addressbook.c
15939         * src/codeconv.c
15940         * src/compose.c
15941         * src/export.c
15942         * src/folder.c
15943         * src/folderview.c
15944         * src/image_viewer.c
15945         * src/main.c
15946         * src/mainwindow.c
15947         * src/messageview.c
15948         * src/mimeview.c
15949         * src/msgcache.c
15950         * src/prefs_account.c
15951         * src/prefs_actions.c
15952         * src/prefs_common.c
15953         * src/prefs_compose_writing.c
15954         * src/prefs_customheader.c
15955         * src/prefs_ext_prog.c
15956         * src/prefs_filtering.c
15957         * src/prefs_filtering_action.c
15958         * src/prefs_fonts.c
15959         * src/prefs_image_viewer.c
15960         * src/prefs_message.c
15961         * src/prefs_message.h
15962         * src/prefs_msg_colors.c
15963         * src/prefs_other.c
15964         * src/prefs_other.h
15965         * src/prefs_quote.c
15966         * src/prefs_receive.c
15967         * src/prefs_receive.h
15968         * src/prefs_send.c
15969         * src/prefs_send.h
15970         * src/prefs_spelling.c
15971         * src/prefs_summaries.c
15972         * src/prefs_summary_column.c
15973         * src/prefs_template.c
15974         * src/prefs_themes.c
15975         * src/prefs_toolbar.c
15976         * src/prefs_wrapping.c
15977         * src/procmime.c
15978         * src/procmsg.c
15979         * src/send_message.h
15980         * src/ssl_manager.c
15981         * src/summary_search.c
15982         * src/summaryview.c
15983         * src/textview.c
15984         * src/wizard.c
15985         * src/common/smtp.c
15986         * src/common/smtp.h
15987         * src/gtk/gtkutils.h
15988                 o Move the rest of Common prefs to new style
15989                 o Lots of -Wall warning fixes
15990                 o fix FIXME in cache memusage calculation
15991                 o Let return receipts be sent from any account
15992                 o Little cache optimisation (read)
15993                 o Fix bug #746 (don't treat commas as separators
15994                   when inside a quoted string)
15995
15996 2005-05-31 [paul]       1.9.11cvs27
15997
15998         * src/prefs_common.c
15999                 fix 'off-by-one' typo
16000
16001 2005-05-31 [paul]       1.9.11cvs26
16002
16003         * src/account.c
16004         * src/addr_compl.c
16005         * src/compose.c
16006         * src/foldersel.c
16007         * src/prefs_actions.c
16008         * src/prefs_common.c
16009         * src/prefs_common.h
16010         * src/prefs_customheader.c
16011         * src/prefs_display_header.c
16012         * src/prefs_filtering.c
16013         * src/prefs_filtering_action.c
16014         * src/prefs_matcher.c
16015         * src/prefs_summaries.c
16016         * src/prefs_summary_column.c
16017         * src/prefs_template.c
16018         * src/prefs_toolbar.c
16019         * src/ssl_manager.c
16020         * src/gtk/pluginwindow.c
16021         * src/gtk/prefswindow.c
16022         * src/gtk/progressdialog.c
16023                 add hidden prefs 'enable_rules_hint'
16024                 for gtk_tree_view_set_rules_hint()
16025                 (sync with main)
16026                 
16027
16028 2005-05-31 [colin]      1.9.11cvs25
16029
16030         * src/Makefile.am
16031         * src/main.c
16032         * src/prefs_common.c
16033         * src/prefs_summaries.c ** ADDED **
16034         * src/prefs_summaries.h ** ADDED **
16035                 Common/Display -> Display/Summaries
16036
16037 2005-05-31 [colin]      1.9.11cvs24
16038
16039         * src/Makefile.am
16040         * src/main.c
16041         * src/prefs_quote.c ** ADDED **
16042         * src/prefs_quote.h ** ADDED **
16043                 Move Common/Quote to Compose/Quoting
16044         * src/prefs_common.c
16045         * src/prefs_common.h
16046                 Remove old quote stuff, add
16047                 convenience functions for GtkTextView prefs
16048         * src/gtk/prefswindow.c
16049                 Set default height higher
16050
16051 2005-05-30 [colin]      1.9.11cvs23
16052
16053         * src/Makefile.am
16054         * src/main.c
16055         * src/prefs_common.c
16056         * src/prefs_compose_writing.c ** ADDED **
16057         * src/prefs_compose_writing.h ** ADDED **
16058                 Move Common/Compose prefs to Compose/Writing
16059
16060 2005-05-30 [colin]      1.9.11cvs22
16061
16062         * src/common/utils.c
16063                 Fix bug #651 (Confused Attract by Subject)
16064                 Patch by M. Benkmann <haferfrost@web.de>
16065         * AUTHORS
16066
16067 2005-05-30 [colin]      1.9.11cvs21
16068
16069         * src/compose.c
16070                 Fix concatenation of different headers of
16071                 the same type (bug #645)
16072         * src/prefs_folder_item.c
16073                 Fix bug #699 (setting color to black doesn't
16074                 work immediately)
16075         * src/procmime.c
16076                 Print out decoding error only once per
16077                 block
16078
16079 2005-05-30 [paul]       1.9.11cvs20
16080
16081         * src/common/template.c
16082                 fix Bcc
16083
16084 2005-05-30 [paul]       1.9.11cvs19
16085
16086         * doc/src/rfc2368.txt   **NEW FILE**
16087         * src/compose.c
16088                 compose_entries_set(): don't interpret Bcc
16089                 header field (conform to RFC 2368)
16090                 (sync with main)
16091
16092 2005-05-29 [colin]      1.9.11cvs18
16093
16094         * src/prefs_common.c
16095                 Let the default reply format respect
16096                 netiquette by cutting the signature.
16097
16098 2005-05-29 [colin]      1.9.11cvs17
16099
16100         * src/summaryview.c
16101                 Don't let always_show_msg override
16102                 open_unread_on_enter when opening a new
16103                 directory.
16104
16105 2005-05-27 [paul]       1.9.11cvs16
16106
16107         sync with main:
16108
16109         * src/main.c
16110                 app_will_exit(): cleanup tmp directory when exit
16111         * src/message_search.c
16112                 improved the interface and made code cleanup.
16113                 removed Clear button
16114         * src/send_message.c
16115                 send_message_local(): use GSpawn, and detect errors
16116         * src/summary_search.c
16117                 improved the interface and made code cleanup
16118         * src/textview.c
16119                 textview_write_link(): also skip non-ascii space
16120                  at the head of link strings (phishing check
16121                  didn't work at the case)
16122         * src/common/utils.c
16123                 get_command_output(): use g_spawn_command_line_sync()
16124                 instead of popen()
16125
16126 2005-05-26 [colin]      1.9.11cvs15
16127
16128         * src/folder.c
16129                 remove printf
16130
16131 2005-05-26 [colin]      1.9.11cvs14
16132
16133         * src/common/nntp.c
16134                 Fix nntp mode reader (bug #611)
16135                 Patch by Florian Mickler <florian@mickler.org>
16136
16137 2005-05-26 [colin]      1.9.11cvs13
16138
16139         * src/plugins/pgpmime/passphrase.c
16140                 Fix mouse grabbing (bug #557)
16141
16142 2005-05-26 [colin]      1.9.11cvs12
16143
16144         * src/prefs_themes.c
16145                 Fix g_warning (bug #541)
16146
16147 2005-05-26 [colin]      1.9.11cvs11
16148
16149         * src/prefs_actions.c
16150         * src/prefs_template.c
16151                 Fix bug #506 (no warning if action/template
16152                 is not saved)
16153         * src/common/template.c
16154                 Fix a possible crash
16155
16156 2005-05-26 [colin]      1.9.11cvs10
16157
16158         * src/folder.c
16159         * src/folderview.c
16160         * src/procmsg.c
16161         * src/summaryview.c
16162                 Forbid locked messages to be moved or
16163                 deleted. Locked messages in trashes 
16164                 still get deleted, for performance
16165                 reason (mh.c::mh_remove_all_msgs)
16166
16167 2005-05-25 [colin]      1.9.11cvs9
16168
16169         * src/procmime.c
16170                 Use correct encoding when sending mails
16171                 with attachments that have accentued 
16172                 chars in their name
16173
16174 2005-05-24 [colin]      1.9.11cvs8
16175
16176         * src/summaryview.c
16177                 Fix bug #688 f) read/unread marker not
16178                 changed on first click
16179                 Also, optimize summary_status_show()
16180                 calls
16181         * src/folder.c
16182         * src/inc.c
16183         * src/procmime.c
16184                 Fix bug #688 b) and c) wrt message
16185                 attachments and signature
16186         * src/stock_pixmap.c
16187         * src/stock_pixmap.h
16188         * src/stock_pixmap.c
16189         * src/stock_pixmap.h
16190         * src/Makefile.am
16191         * src/pixmaps/clip_gpg_signed.xpm
16192                 Add clip/signed icon
16193
16194 2005-05-24 [colin]      1.9.11cvs7
16195
16196         * src/folder_item_prefs.c
16197                 whitespace fix
16198
16199 2005-05-24 [colin]      1.9.11cvs6
16200
16201         * src/folderview.c
16202         * src/prefs_common.c
16203         * src/prefs_common.h
16204                 Add a confirmation to folder drag and drop
16205                 fixes bug #156
16206         * src/alertpanel.c
16207         * src/alertpanel.h
16208                 fix _with_disable parameters so that
16209                 the buttons labels are specifiable too
16210         * src/plugins/pgpmime/sgpgme.c
16211                 reflect said change
16212                 
16213
16214 2005-05-24 [colin]      1.9.11cvs5
16215
16216         * src/folderview.c
16217                 Uncollapse/collapse folders on double-click
16218                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
16219                 closes bug #108
16220
16221 2005-05-23 [colin]      1.9.11cvs4
16222
16223         * src/common/socket.c
16224                 Check another special SSL_peek() error.
16225                 Should help wrt bug #728
16226
16227 2005-05-23 [colin]      1.9.11cvs3
16228
16229         * src/plugins/pgpmime/pgpmime.c
16230                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
16231                 breaking menu accelerators and stuff. Users will have to
16232                 reselect "PGP MIME" instead of "PGP/MIME" in their 
16233                 account's privacy preferences if needed.
16234
16235 2005-05-22 [paul]
16236
16237         * tools/kdeservicemenu/install.sh
16238                 use kdesu to prompt for root password if doing
16239                 global install/uninstall
16240
16241 2005-05-20 [colin]      1.9.11cvs2
16242
16243         * src/procmsg.c
16244                 Fix another compilation error with gcc-2.9x
16245                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
16246         * src/send_message.c
16247                 Don't send QUIT if we aren't connected
16248
16249 2005-05-19 [colin]      1.9.11cvs1
16250
16251         * src/procmsg.c
16252                 Fix compilation with gcc 2.9x
16253
16254 2005-05-19 [paul]       1.9.11
16255
16256         1.9.11 released
16257
16258 2005-05-19 [paul]       1.9.9cvs14
16259
16260         * src/gtk/inputdialog.c
16261                 prevent gettext warning
16262
16263 2005-05-19 [paul]       1.9.9cvs13
16264
16265         * src/mainwindow.c
16266         * src/prefs_common.c
16267         * src/prefs_common.h
16268         * src/textview.c
16269         * src/textview.h
16270                 add an option to toggle cursor in message
16271                 view (sync with main)
16272
16273 2005-05-18 [colin]      1.9.9cvs12
16274
16275         * src/compose.c
16276                 Dereference freed pointer
16277         * src/gtk/gtkaspell.c
16278                 Fix duplication of dictionaries (is it an aspell issue?)
16279
16280 2005-05-18 [colin]      1.9.9cvs11
16281
16282         * src/gtk/inputdialog.c
16283         * src/gtk/gtkaspell.c
16284                 HIGuify dialogs
16285         * src/alertpanel.c
16286                 Remove a double call
16287
16288 2005-05-17 [colin]      1.9.9cvs10
16289
16290         * src/gtk/gtkaspell.c
16291                 Fix dialogs, Ctrl-Enter accel
16292
16293 2005-05-17 [colin]      1.9.9cvs9
16294
16295         * src/gtk/gtkaspell.c
16296                 Fix some accelerators, escape in replace-window
16297
16298 2005-05-16 [colin]      1.9.9cvs8
16299
16300         * src/gtk/gtkaspell.c
16301                 Revert last commit, it was a mistake.
16302
16303 2005-05-16 [colin]      1.9.9cvs7
16304
16305         * src/gtk/gtkaspell.c
16306                 Remove buggy code while we're at it. It's a 
16307                 dead code path anyway.
16308
16309 2005-05-16 [colin]      1.9.9cvs6
16310
16311         * src/gtk/gtkaspell.c
16312                 Missed some gtk_menu_popup where deactivate
16313                 signal should be handled. Should fix bug
16314                 #629 a bit more.
16315
16316 2005-05-16 [colin]      1.9.9cvs5
16317
16318         * src/gtk/gtkaspell.c
16319                 Remove debug printf()s
16320
16321 2005-05-16 [colin]      1.9.9cvs4
16322
16323         * src/gtk/gtkaspell.c
16324                 Fix a bit aspell problems
16325                 (see bug #629)
16326
16327 2005-05-13 [colin]      1.9.9cvs3
16328
16329         * src/folderview.c
16330                 Fix the + appearing even when no subfolders
16331                 have unread messages. Thanks to wwp for the
16332                 bug report.
16333
16334 2005-05-11 [paul]       1.9.9cvs2
16335
16336         * src/folderview.c
16337                 correction to 1.9.9cvs1, only colour folders that
16338                 have new msgs (not unread msgs)
16339
16340 2005-05-10 [colin]      1.9.9cvs1
16341
16342         * src/folderview.c
16343         * src/summaryview.c
16344                 Try to fix bolding bugs again.
16345
16346 2005-05-09 [paul]
16347
16348         * tools/claws.i18n.status.pl
16349                 add Ricardo Mones Lastra's script that has been providing
16350                 the i18n status page for many months
16351
16352 2005-05-09 [paul]       1.9.9
16353
16354         1.9.9 release
16355
16356 2005-05-09 [paul]       1.9.6cvs58
16357
16358         * AUTHORS
16359         * INSTALL
16360         * README.claws
16361                 updated
16362         * Makefile.am 
16363         * RELEASE_NOTES.claws
16364                 add release notes to cvs to simplify release
16365                 procedure
16366         * configure.ac
16367                 add ca and fi to ALL_LINGUAS
16368         * po/Makefile.in.in
16369                 workaround for missing Makevars
16370         * po/ca.po
16371         * po/fi.po
16372                 add new Catalan and Finnish translations
16373                 submitted by Miquel Oliete and Flammie Pirinen
16374         * po/de.po
16375         * po/es.po
16376         * po/fr.po
16377         * po/it.po
16378         * po/pl.po
16379         * po/ru.po
16380         * po/sk.po
16381         * po/sr.po
16382         * po/zh_CN.po
16383                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
16384                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
16385                 Urke MMI, and Hansom Young
16386         * src/main.c
16387                 Fix drafting when quitting. compose_draft() closes the
16388                 compose windows, which modifies the compose_list GSList.
16389                 We have to refresh this list after echo drafting to avoid a
16390                 segfault
16391         * src/partial_download.c
16392                 fix segfault on exit
16393
16394 2005-05-06 [paul]       1.9.6cvs57
16395
16396         * src/grouplistdialog.c
16397                 quick fix/workaround for unresizeable newsgroup
16398                 name column 
16399
16400 2005-05-06 [paul]       1.9.6cvs56
16401
16402         * src/inc.c
16403         * src/mainwindow.c
16404                 use gettext plural forms
16405         * src/imap_gtk.c
16406         * src/mh_gtk.c
16407         * src/toolbar.c
16408                 small improvement to english usage
16409
16410 2005-05-05 [thorsten]   1.9.6cvs55
16411
16412         * src/folder.c
16413                 fix possible crash
16414
16415 2005-05-05 [paul]       1.9.6cvs54
16416         
16417         sync with HEAD
16418
16419         * AUTHORS
16420         * src/compose.c
16421                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
16422                 patch by Tim Mann
16423
16424 2005-05-05 [paul]       1.9.6cvs53
16425
16426         * src/mainwindow.c
16427                 fix resizing of separate message and
16428                 folder views
16429
16430 2005-05-05 [paul]       1.9.6cvs52
16431
16432         * src/account.c
16433         * src/addrgather.c
16434         * src/browseldap.c
16435         * src/exphtmldlg.c
16436         * src/expldifdlg.c
16437         * src/importmutt.c
16438         * src/importpine.c
16439         * src/main.c
16440         * src/mainwindow.c
16441         * src/noticeview.c
16442         * src/prefs_filtering.c
16443         * src/prefs_filtering_action.c
16444         * src/prefs_matcher.c
16445         * src/prefs_spelling.c
16446         * src/prefs_toolbar.c
16447         * src/toolbar.c
16448         * src/wizard.c
16449         * src/gtk/description_window.c
16450         * src/gtk/gtkvscrollbutton.c
16451         * src/gtk/progressdialog.c
16452         * src/gtk/quicksearch.c
16453         * src/plugins/pgpmime/prefs_gpg.c
16454         * src/plugins/spamassassin/spamassassin_gtk.c
16455                 replace deprecated gtk_widget_set_usize
16456
16457 2005-05-04 [colin]      1.9.6cvs51
16458
16459         * src/common/utils.c
16460                 Fix crash when subst_for_filename is called
16461                 with a NULL parameter
16462
16463 2005-05-04 [colin]      1.9.6cvs50
16464
16465         * src/partial_download.c
16466         * src/pop.c
16467                 Escape login when writing uidl file
16468                 fixes bug #736
16469
16470 2005-05-03 [colin]      1.9.6cvs49
16471
16472         * src/procmime.c
16473                 Fix possible DOS in mime parser
16474                 (see bug #634)
16475
16476 2005-05-02 [colin]      1.9.6cvs48
16477
16478         * src/compose.c
16479                 Try to fix the copy/paste mess once again.
16480
16481
16482 2005-04-30 [colin]      1.9.6cvs47
16483
16484         * src/prefs_account.h
16485         * src/procmsg.c
16486         * src/send_message.c
16487         * src/common/smtp.c
16488         * src/common/smtp.h
16489                 Try to batch sending mails (per account) instead of
16490                 reconnecting to server every time.
16491
16492 2005-04-29 [colin]      1.9.6cvs46
16493
16494         * src/messageview.c
16495                 Fix window resizing that refused to size down
16496         * src/prefs_common.c
16497         * src/prefs_common.h
16498         * src/prefs_filtering.c
16499                 Save Filtering's window size
16500
16501 2005-04-21 [paul]       1.9.6cvs45
16502
16503         * ChangeLog-gtk2.claws
16504         * src/setup.c
16505                 correction to sync
16506
16507 2005-04-21 [paul]       1.9.6cvs44
16508
16509         sync with main:
16510
16511         * src/setup.c
16512         * src/statusbar.c
16513         * src/statusbar.h
16514                 use gtkut_widget_draw_now(). Improved performance
16515                 of the update of statusbar
16516         * src/textview.c
16517                 textview_smooth_scroll_do(): redraw it after scroll
16518                 is done (fixed incorrect display when a part of the
16519                 view is hidden).
16520         * src/gtk/gtkutils.c
16521         * src/gtk/gtkutils.h
16522                 gtkut_widget_draw_now(): use gdk_window_process_updates()
16523                 to force update of widgets.
16524                 Removed gtkut_widget_wait_for_draw() which had a big
16525                 overhead  because of waiting for all events processed 
16526
16527 2005-04-20 [paul]       1.9.6cvs43
16528
16529         * src/codeconv.c
16530                 complete 1.9.6cvs42's sync:
16531                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
16532
16533 2005-04-19 [paul]       1.9.6cvs42
16534
16535         sync with main:
16536
16537         * src/action.c
16538                 catch_output(): correctly select the insert text
16539                 (fix invalid iterator warnings).
16540         * src/codeconv.c
16541         * src/codeconv.h
16542         * src/mainwindow.c
16543         * src/messageview.c
16544         * src/prefs_common.c
16545                 support GBK encoding.
16546         * src/common/session.c
16547         * src/common/session.h
16548                 use separate buffer for large data to be sent,
16549                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
16550
16551 2005-04-18 [paul]       1.9.6cvs41
16552
16553         * src/jpilot.c
16554                 convert unsigned long into guint32
16555                 patch by Paul LeoNerd Evans 
16556
16557 2005-04-17 [colin]      1.9.6cvs40
16558
16559         * src/compose.c
16560                 Fix 'Request return receipt' from folder
16561                 properties (bug #708)
16562
16563 2005-04-17 [colin]      1.9.6cvs39
16564
16565         * src/mainwindow.c
16566                 Fix duplicate hotkeys in Mainwindow's menu
16567
16568 2005-04-17 [colin]      1.9.6cvs38
16569
16570         * src/folderview.c
16571                 Fix duplicate hotkeys in Folderview's contextual
16572                 menu
16573
16574 2005-04-15 [colin]      1.9.6cvs37
16575
16576         * src/summaryview.c
16577                 Fix 'Save as...' with non-ascii filenames
16578
16579 2005-04-15 [colin]      1.9.6cvs36
16580
16581         * src/plugins/pgpmime/pgpmime.c
16582                 Fix bus error on 64bit. Spotted by 
16583                 macallan1888@gmail.com
16584
16585 2005-04-15 [colin]      1.9.6cvs35
16586
16587         * src/prefs_account.c
16588                 Fix cvs34.
16589
16590 2005-04-12 [colin]      1.9.6cvs34
16591
16592         * src/prefs_account.c
16593                 Fix smtp auth type off-by-one. We forgot to
16594                 add PLAIN in the prefs-to-gui setter func and
16595                 as a result, the selected auth when opening
16596                 account prefs was not the correct one.
16597
16598 2005-04-12 [paul]       1.9.6cvs33
16599
16600         * src/inc.c
16601                 if the recv dialog is visible, Cancel only
16602                 cancels the current account
16603
16604
16605 2005-04-10 [colin]      1.9.6cvs32
16606
16607         * src/filtering.c
16608                 Copy score when copying FilteringActions
16609                 Fix bug #674
16610
16611 2005-04-10 [colin]      1.9.6cvs31
16612
16613         * src/inc.c
16614                 Make Message -> Receive -> Cancel cancel 
16615                 incorporation on all accounts. Fixes
16616                 bug #693
16617
16618 2005-04-10 [colin]      1.9.6cvs30
16619
16620         * src/prefs_account.c
16621                 Update Privacy checkbuttons status based
16622                 on the selected privacy system
16623         * src/compose.c
16624                 Always connect the "None" privacy system; the
16625                 static boolean was probably there to avoid
16626                 reconnecting twice in the same compose window,
16627                 but as the parent function is only called once
16628                 per compose, it's only a bug - as a static is
16629                 initialized once per application instance.
16630                 Also, don't uncheck Sign and Encrypt when
16631                 selecting None as privacy system; just ignore
16632                 them when sending/queuing.
16633                 Should fix bug #695
16634
16635 2005-04-08 [colin]      1.9.6cvs29
16636
16637         * src/account.c
16638         * src/prefs_account.c
16639         * src/prefs_account.h
16640                 Add account preference to queue message in a certain
16641                 folder.
16642
16643 2005-04-06 [colin]      1.9.6cvs28
16644
16645         * src/prefs_account.c
16646                 Update old inbox path syntax
16647
16648 2005-04-06 [paul]       1.9.6cvs27
16649
16650         sync with main:
16651
16652         * configure.ac
16653                 changed -traditional-cpp to -no-cpp-precomp for newer
16654                 Mac OS X support
16655         * src/foldersel.c
16656                 made column resize automatically
16657         * src/send_message.c
16658                 send_message_smtp(): consider EOF right after QUIT
16659                 successful (workaround for Gmail SMTP server)
16660         * src/common/socket.c
16661                 ssl_read(), ssl_peek(): check EOF which violates the
16662                 SSL protocol
16663         * src/gtk/colorlabel.c
16664                 removed warnings when displaying colorlabel menu
16665                 (don't use GtkAlignment)
16666
16667 2005-04-05 [paul]       1.9.6cvs26
16668
16669         * src/plugins/trayicon/trayicon.c
16670                 fix clipping of icon under KDE3 
16671
16672 2005-04-05 [paul]       1.9.6cvs25
16673
16674         * src/summaryview.c
16675                 hide display of threading
16676                 patch by Alfons
16677
16678 2005-04-04 [thorsten]   1.9.6cvs24
16679
16680         * src/mh.c
16681                 marks lost on filesystems with different stat() results on
16682                 summer-/wintertime
16683
16684 2005-04-03 [colin]      1.9.6cvs23
16685
16686         * src/summaryview.c
16687                 Don't handle up/down. Patch by Alfons
16688
16689 2005-04-02 [colin]      1.9.6cvs22
16690
16691         * src/summaryview.c
16692                 Make scrolling faster. Patch by Alfons.
16693
16694 2005-04-01 [colin]      1.9.6cvs21
16695
16696         * src/Makefile.am
16697         * src/stock_pixmap.c
16698         * src/pixmaps/dir-noselect.xpm ** REMOVED **
16699         * src/pixmaps/dir_noselect.xpm ** ADDED **
16700                 Fix pixmap name mismatch (Thanks Stephan Sachse)
16701
16702 2005-04-01 [colin]      1.9.6cvs20
16703
16704         * src/image_viewer.c
16705         * src/image_viewer.h
16706         * src/procmime.c
16707         * src/procmime.h
16708         * src/textview.c
16709         * src/textview.h
16710                 Implement inline image resizing and right-clicking
16711
16712 2005-04-01 [paul]       1.9.6cvs19
16713
16714         * AUTHORS
16715         * Makefile.am
16716         * configure.ac
16717                 check for gnome2
16718                 patch by Luca Cavalli <loopback<AT>slackit.org>
16719         * po/ru.po
16720                 updated by Pavlo Bohmat
16721
16722 2005-03-31 [colin]      1.9.6cvs18
16723
16724         * src/news.c
16725                 Fix parsing references
16726         * src/msgcache.c
16727                 don't put nulls in the references list
16728         * src/procheader.c
16729                 commit that forgotten file in 1.9.6cvs14
16730
16731 2005-03-31 [colin]      1.9.6cvs17
16732
16733         * src/compose.c
16734                 Fix joining of signature separator again. 
16735                 Maybe Hiro could put it in main too...
16736
16737 2005-03-31 [colin]      1.9.6cvs16
16738
16739         * src/Makefile.am
16740         * src/foldersel.c
16741         * src/stock_pixmap.c
16742         * src/stock_pixmap.h
16743         * src/pixmaps/dir-noselect.xpm
16744                 Update foldersel.c (sync from main, patch by Alfons)
16745
16746 2005-03-30 [colin]      1.9.6cvs15
16747
16748         * src/imap.c
16749                 Fix handling of imap folders containing [] in 
16750                 their name. Thanks to Nahuel Angelinetti for
16751                 the detailed bugreport.
16752
16753 2005-03-30 [colin]      1.9.6cvs14
16754
16755         * src/common/utils.h
16756         * src/common/utils.c
16757         * src/common/defs.h
16758         * src/matcher.c
16759         * src/msgcache.c
16760         * src/news.c
16761         * src/procmsg.c
16762         * src/procmsg.h
16763         * src/quote_fmt_parse.y
16764         * src/summaryview.c
16765                 Update references system. Patch by Alfons
16766
16767 2005-03-30 [colin]      1.9.6cvs13
16768
16769         * src/common/socket.c
16770                 Force the glibc to read resolv.conf again when 
16771                 it has changed. Should fix issues when changing
16772                 networks on a laptop and not restarting sylpheed. 
16773
16774 2005-03-30 [paul]       1.9.6cvs12
16775
16776         partial sync with main:
16777
16778         * src/action.c
16779                 create_io_dialog(): use user-defined text font
16780                 (thanks to Alfons), and modified its appearance.
16781         * src/addrgather.c
16782         * src/addrharvest.c
16783         * src/browseldap.c
16784                 replace old code
16785         * src/compose.c
16786                 don't join (presumably) itemized lines on line-wrapping
16787                 fixed wrapping of quote when auto-wrapping is enabled
16788                 compose_destroy(): destroy paned only if it's not
16789                 attached to window. Fixed memory leak of popup menu.
16790         * src/exphtmldlg.c
16791         * src/expldifdlg.c
16792                 replace old code
16793         * src/html.c
16794         * src/html.h
16795         * src/importmutt.c
16796         * src/importpine.c
16797                 replace old code
16798         * src/main.c
16799                 removed redundant code
16800         * src/mainwindow.c
16801                 changed 'Code set' (which is rather incorrect)
16802                 in the menu to 'Character encoding'
16803                 main_window_set_widgets(): request size first
16804                 to prevent window size becoming wrong
16805                 fixed remembering of the state of the visibility
16806                 of MessageView
16807         * src/messageview.c
16808                 changed 'Code set' (which is rather incorrect)
16809                 in the menu to 'Character encoding'
16810         * src/prefs_common.c
16811         * src/prefs_common.h
16812                 added an option whether to render HTML as text or not
16813                 added separators to outgoing encoding menu
16814         * src/procheader.c
16815                 procheader_scan_date_string(): support header
16816                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
16817         * src/summaryview.c
16818         * src/summaryview.h
16819                 minor code cleanup
16820         * src/textview.c
16821                 textview_show_html(): force output of newline
16822                 added an option whether to render HTML as text or not
16823         * src/common/utils.c
16824                 strncpy2(): optimized based on Alfons' code
16825         * src/gtk/gtkutils.c
16826         * src/gtk/gtkutils.h
16827                 removed non-used code
16828         * src/plugins/pgpmime/passphrase.c
16829                 partially fixed grab input of passphrase dialog
16830                 Confine pointer to window
16831
16832 2005-03-30 [colin]      1.9.6cvs11
16833
16834         * src/msgcache.c
16835         * src/msgcache.h
16836                 Read/write 32bit ints from cache & marks
16837                 From main.
16838
16839 2005-03-29 [paul]       1.9.6cvs10
16840
16841         * AUTHORS
16842         * ChangeLog.claws
16843         * src/compose.c
16844         * src/gtk/gtkaspell.c
16845                 sync with HEAD (don't pass NULL pointers) 
16846
16847 2005-03-24 [paul]
16848
16849         * tools/Makefile.am
16850         * tools/README
16851         * tools/acroread2sylpheed.pl
16852                 sync with HEAD (add script to send pdfs as
16853                 attachments from Adobe Reader 7)
16854
16855 2005-03-21 [paul]       1.9.6cvs9
16856
16857         * configure.ac
16858         * po/POTFILES.in
16859         * src/Makefile.am
16860         * src/crash.c
16861         * src/image_viewer.c ** ADDED **
16862         * src/image_viewer.h ** ADDED **
16863         * src/main.c
16864         * src/prefs_common.c
16865         * src/prefs_common.h
16866         * src/prefs_image_viewer.c ** ADDED **
16867         * src/prefs_image_viewer.h ** ADDED **
16868         * src/textview.c
16869         * src/gtk/about.c
16870         * src/pixmaps/sylpheed_logo.xpm
16871         * src/plugins/Makefile.am
16872         * src/plugins/image_viewer/.cvsignore ** REMOVED **
16873         * src/plugins/image_viewer/Makefile.am ** REMOVED **
16874         * src/plugins/image_viewer/plugin.c ** REMOVED **
16875         * src/plugins/image_viewer/viewer.c ** REMOVED **
16876         * src/plugins/image_viewer/viewer.glade ** REMOVED **
16877         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
16878         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
16879         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
16880         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
16881                 as gdk-pixbuf is now built-in
16882                 remove image_viewer plugin and put code back into
16883                 main codebase
16884                 implement inline image display (sync with main)
16885
16886                 replace logo with newer, nicer, larger version  
16887
16888 2005-03-21 [paul]       1.9.6cvs8
16889
16890         * src/gtk/about.c
16891                 cosmetic improvement
16892
16893 2005-03-21 [holger]     1.9.6cvs7
16894
16895         * src/plugins/spamassassin/spamassassin.c
16896                 Sync with HEAD
16897                 (unregister hook on failed plugin init)
16898
16899 2005-03-20 [colin]      1.9.6cvs6
16900
16901         * src/common/plugin.c
16902                 Check that plugin isn't already loaded
16903                 Patch by Alfons
16904
16905 2005-03-20 [thorsten]   1.9.6cvs5
16906
16907         * src/compose.c
16908                 use a more compatible syntax
16909
16910 2005-03-20 [thorsten]   1.9.6cvs4
16911
16912         * src/prefs_toolbar.c
16913                 fix crash when selecting toolbar item (uninitialized pointer)
16914
16915 2005-03-20 [thorsten]   1.9.6cvs3
16916
16917         * src/procmime.c
16918                 fix mimetype detection (referenced free()d string)
16919
16920 2005-03-20 [paul]       1.9.6cvs2
16921
16922         * src/compose.c
16923                 sync with HEAD (1.0.3cvs5)
16924                 neglect Reply-To header if empty
16925                 Patch by Alfons 
16926
16927 2005-03-19 [holger]     1.9.6cvs1
16928
16929         * src/summaryview.c
16930         * src/summaryview.h
16931                 Sync with HEAD
16932
16933 2005-03-18 [paul]       1.9.6
16934
16935         initial GTK2 release
16936
16937 2005-03-18 [paul]       1.0.3cvs3.1
16938
16939         * AUTHORS
16940         * ChangeLog.claws
16941         * configure.ac
16942         * src/gtk/about.c
16943         * src/pixmaps/sylpheed_logo.xpm
16944                 sync with HEAD
16945
16946 2005-03-18 [colin]      1.0.3cvs2.6
16947
16948         * src/summaryview.c
16949                 Remove call to summary_step in summary_copy_selected_to
16950                 Can't see its purpose, and this causes bug when copying
16951                 a message if the next one is unread: it reads it.
16952
16953 2005-03-18 [paul]       1.0.3cvs2.5
16954
16955         * src/foldersel.c
16956                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
16957
16958 2005-03-18 [paul]       1.0.3cvs2.4
16959
16960         * src/addrharvest.c
16961         * src/codeconv.c
16962         * src/codeconv.h
16963         * src/compose.c
16964         * src/news.c
16965         * src/procheader.c
16966         * src/procmime.c
16967         * src/unmime.c
16968         * src/unmime.h
16969                 fix buffer overflow, CAN-2005-0667, see
16970                 http://secunia.com/advisories/14491/
16971                 Patch by Alfons
16972
16973 2005-03-17 [colin]      1.0.3cvs2.3
16974
16975         * src/prefs_fonts.c
16976         * src/summaryview.c
16977                 Fix font bugs (both lists now officialy share 
16978                 the same font)
16979                 
16980
16981 2005-03-17 [paul]       1.0.3cvs2.2
16982
16983         * src/gtk/pluginwindow.c
16984                 make plugin descriptions uneditable
16985
16986 2005-03-11 [paul]       1.0.3cvs2.1
16987
16988         * ChangeLog.claws
16989         * configure.ac
16990         * po/POTFILES.in
16991         * src/plugins/trayicon/trayicon.c
16992                 sync with HEAD
16993                 add src/wizard.c to POTFILES.in
16994
16995 2005-03-11 [paul]       1.0.3cvs1.1
16996
16997         * ChangeLog
16998         * ChangeLog.claws
16999         * configure.ac
17000         * po/de.po
17001         * po/es.po
17002         * po/fr.po
17003         * po/it.po
17004         * po/pt_BR.po
17005         * po/ru.po
17006         * po/sk.po
17007         * po/sr.po
17008         * po/zh_CN.po
17009                 sync with HEAD
17010
17011 2005-03-04 [colin]      1.0.1cvs22.2
17012
17013         * src/compose.c
17014                 Fix signatures with accentued chars in it
17015
17016 2005-03-04 [colin]      1.0.1cvs22.1
17017
17018         * src/common/smtp.c
17019         * src/common/smtp.h
17020                 Don't use SIZE param in MAIL FROM: if server 
17021                 doesn't support it. Patch by Eugen Freiter
17022                 <eugen_f@users.sf.net>
17023
17024 2005-02-27 [paul]       1.0.1cvs20.1
17025
17026         * ChangeLog.claws
17027         * configure.ac
17028         * src/messageview.c
17029                 sync with HEAD
17030
17031 2005-02-27 [colin]      1.0.1cvs19.4
17032
17033         * src/procheader.c
17034         * src/procheader.h
17035                 Fix prototypes. Patch by Alfons
17036
17037 2005-02-27 [colin]      1.0.1cvs19.3
17038
17039         * src/compose.c
17040                 Don't auto-join the signature separator.
17041
17042 2005-02-26 [colin]      1.0.1cvs19.2
17043
17044         * src/summaryview.c
17045                 Fix 'mark all read' with collapsed threads.
17046                 Patch by Alfons.
17047
17048 2005-02-25 [paul]       1.0.1cvs19.1
17049
17050         * ChangeLog.claws
17051         * configure.ac
17052         * src/prefs_account.c
17053         * src/prefs_folder_item.c
17054         * src/gtk/prefswindow.c
17055         * src/gtk/prefswindow.h
17056                 sync with HEAD
17057
17058 2005-02-25 [paul]       1.0.1cvs15.12
17059
17060         * src/alertpanel.c
17061         * src/codeconv.c
17062         * src/compose.c
17063         * src/textview.c
17064         * src/gtk/gtkutils.c
17065         * src/gtk/gtkutils.h
17066         * src/gtk/logwindow.c
17067         * src/gtk/progressdialog.c
17068                 sync with main (revision 127)
17069                 and fix logwindow clipping
17070
17071 2005-02-24 [colin]      1.0.1cvs15.11
17072
17073         * src/plugins/pgpmime/passphrase.c
17074                 Disable input grabbing; it doesn't work yet.
17075
17076 2005-02-24 [colin]      1.0.1cvs15.10
17077
17078         * src/messageview.c
17079                 Don't send out receipts if offline. Ask.
17080
17081 2005-02-23 [colin]      1.0.1cvs15.9
17082
17083         * src/summaryview.c     
17084                 Fix expanding
17085
17086 2005-02-23 [colin]      1.0.1cvs15.8
17087
17088         * src/summaryview.c
17089                 Really fix Bug 568 by removing useless
17090                 calls. summary_thread_init() now called
17091                 in summary_sort(). This should please
17092                 Alfons as it should be faster than 
17093                 previously.
17094
17095 2005-02-23 [colin]      1.0.1cvs15.7
17096
17097         * src/compose.c
17098                 Encode parts as QP or B64 if signing
17099
17100 2005-02-23 [colin]      1.0.1cvs15.6
17101
17102         * src/compose.c
17103                 Fix Mimeinfo leakage (including tmp files)
17104         * src/procmsg.c
17105                 Fix tmp file leakage (spotted by Ivan Rayner)
17106
17107 2005-02-22 [colin]      1.0.1cvs15.5
17108
17109         * src/expldifdlg.c
17110                 Fix keyboard input. Patch by Alfons.
17111
17112 2005-02-21 [colin]      1.0.1cvs15.4
17113
17114         * src/compose.c
17115                 Fix Sign/Encrypt when unselecting privacy
17116                 system
17117         * src/prefs_common.c
17118                 Change default message font to Monospace
17119         * src/summaryview.c
17120                 More freezing during potentially large operations
17121
17122 2005-02-21 [paul]       1.0.1cvs15.3
17123
17124         * src/main.c
17125                 fix --help output
17126
17127 2005-02-21 [paul]       1.0.1cvs15.2
17128
17129         * po/Makefile.in.in
17130         * src/compose.c
17131         * src/summaryview.c
17132         * src/textview.c
17133         * src/common/utils.c
17134         * src/common/utils.h
17135                 sync with main (revision 117)
17136
17137 2005-02-20 [colin]      1.0.1cvs15.1
17138
17139         * src/common/defs.h
17140                 Change cache file to .sylpheed_claws_cache, as
17141                 suggested by Alfons. Allows people to switch
17142                 between Sylpheed and Sylpheed-Claws. it is
17143                 a good idea to "Check for new messages" at next
17144                 startup.
17145
17146
17147 2005-02-18 [colin]      1.0.1cvs14.1
17148
17149         * src/quote_fmt_lex.l
17150         * src/quote_fmt_parse.y
17151                 Fix parser initialisation. Patch by Ivan.
17152
17153 2005-02-18 [colin]      1.0.1cvs11.6
17154
17155         * src/folderview.c
17156                 Fix scrolldown (bug 662)
17157
17158 2005-02-17 [colin]      1.0.1cvs11.5
17159
17160         * src/codeconv.c
17161                 conv_filename_to_utf8: return clean 7bit instead
17162                 of broken utf8 if needed
17163         * src/mimeview.c
17164                 Fix display of parts with unclean 8bit names
17165
17166 2005-02-17 [paul]       1.0.1cvs11.4
17167
17168         * src/compose.c
17169         * src/exportldif.c
17170         * src/matcher_parser_parse.y
17171         * src/procmime.c
17172         * src/sourcewindow.c
17173         * src/common/Makefile.am
17174         * src/common/intl.h             ** REMOVED **
17175         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17176                 sync with main (revision 109)
17177                 and clean up
17178
17179 2005-02-16 [colin]      1.0.1cvs11.3
17180
17181         * src/summaryview.c
17182                 Fix collapsed thread not highlighting when new
17183                 messages in it (Bug 568) Patch by Stephan Sachse.
17184                 Fix messed up selection when reaching bounds (Bug 632)
17185         * src/prefs_themes.c
17186                 Fix theme installing (Bug 684)
17187
17188 2005-02-16 [colin]      1.0.1cvs11.2
17189
17190         * src/messageview.c
17191                 Fix messageview_select_all
17192
17193 2005-02-16 [colin]      1.0.1cvs11.1
17194
17195         * src/mh.c
17196                 Sync with HEAD (MH scan required function)
17197
17198 2005-02-15 [colin]      1.0.1cvs8.1
17199
17200         * src/mimeview.c
17201         * src/common/utils.c
17202                 Sync with HEAD (filename chars substitution)
17203
17204 2005-02-15 [colin]      1.0.1cvs7.3
17205
17206         * src/gtk/pluginwindow.c
17207                 Fix button spacing
17208
17209 2005-02-15 [colin]      1.0.1cvs7.2
17210
17211         * src/mimeview.c
17212                 Fix mime icons not reset across message when
17213                 scrolled down
17214
17215 2005-02-15 [colin]      1.0.1cvs7.1
17216
17217         * src/compose.c
17218         * src/procmime.c
17219                 Sync with HEAD (optimisation of cvs6)
17220
17221 2005-02-14 [colin]      1.0.1cvs6.1
17222
17223         * src/compose.c
17224         * src/procmime.c
17225                 Sync with HEAD (encode "From " at line beginning)
17226
17227 2005-02-14 [colin]      1.0.1cvs5.3
17228
17229         * src/compose.c
17230                 Fix wrapping with accentued chars.
17231
17232 2005-02-13 [colin]      1.0.1cvs5.2
17233
17234         * src/textview.c
17235                 Fix email informative part parsing with
17236                 accentued chars in it. ispunct() returns
17237                 true for them in utf8...
17238
17239 2005-02-12 [colin]      1.0.1cvs5.1
17240
17241         * src/filtering.c
17242                 Sync with HEAD (remove wrong use of compose after send)
17243
17244 2005-02-12 [paul]       1.0.1cvs4.5
17245
17246         * src/textview.c
17247                 remove unnecessary code (thanks to Alfons)
17248
17249 2005-02-12 [paul]       1.0.1cvs4.4
17250
17251         * src/textview.c
17252                 add 'Copy' to contextual menu on emails
17253
17254 2005-02-11 [colin]      1.0.1cvs4.3
17255
17256         * src/compose.c
17257                 revert 1.0.0cvs28.2, it doesn't work that well.
17258
17259 2005-02-11 [paul]       1.0.1cvs4.2
17260
17261         * po/Makefile.in.in
17262                 fix 'make release'
17263
17264 2005-02-10 [paul]       1.0.1cvs4.1
17265
17266         * ChangeLog
17267         * ChangeLog.claws
17268         * ChangeLog.jp
17269         * configure.ac
17270         * src/compose.c
17271                 sync with HEAD (sync with main)
17272
17273 2005-02-10 [paul]       1.0.1cvs3.2
17274
17275         * AUTHORS
17276         * Makefile.am
17277         * autogen.sh
17278         * configure.ac
17279         * config/mkinstalldirs
17280         * intl/.cvsignore
17281         * intl/ChangeLog
17282         * intl/VERSION
17283         * intl/bindtextdom.c
17284         * intl/config.charset
17285         * intl/dcgettext.c
17286         * intl/dcigettext.c
17287         * intl/dcngettext.c
17288         * intl/dgettext.c
17289         * intl/dngettext.c
17290         * intl/eval-plural.h
17291         * intl/explodename.c
17292         * intl/finddomain.c
17293         * intl/gettext.c
17294         * intl/gettextP.h
17295         * intl/gmo.h
17296         * intl/hash-string.h
17297         * intl/intl-compat.c
17298         * intl/l10nflist.c
17299         * intl/libgnuintl.h.in
17300         * intl/loadinfo.h
17301         * intl/loadmsgcat.c
17302         * intl/localcharset.c
17303         * intl/localcharset.h
17304         * intl/locale.alias
17305         * intl/localealias.c
17306         * intl/localename.c
17307         * intl/log.c
17308         * intl/ngettext.c
17309         * intl/os2compat.c
17310         * intl/os2compat.h
17311         * intl/osdep.c
17312         * intl/plural-exp.c
17313         * intl/plural-exp.h
17314         * intl/plural.c
17315         * intl/plural.y
17316         * intl/ref-add.sin
17317         * intl/ref-del.sin
17318         * intl/relocatable.c
17319         * intl/relocatable.h
17320         * intl/textdomain.c
17321         * m4/Makefile.am
17322         * po/Makefile.in.in
17323         * src/Makefile.am
17324         * src/account.c
17325         * src/action.c
17326         * src/addr_compl.c
17327         * src/addressadd.c
17328         * src/addressbook.c
17329         * src/addrgather.c
17330         * src/addrindex.c
17331         * src/alertpanel.c
17332         * src/browseldap.c
17333         * src/codeconv.c
17334         * src/codeconv.h
17335         * src/compose.c
17336         * src/compose.h
17337         * src/crash.c
17338         * src/editaddress.c
17339         * src/editbook.c
17340         * src/editgroup.c
17341         * src/editjpilot.c
17342         * src/editldap.c
17343         * src/editldap_basedn.c
17344         * src/editvcard.c
17345         * src/exphtmldlg.c
17346         * src/expldifdlg.c
17347         * src/export.c
17348         * src/exporthtml.c
17349         * src/filtering.c
17350         * src/folder.c
17351         * src/folder_item_prefs.c
17352         * src/foldersel.c
17353         * src/folderview.c
17354         * src/grouplistdialog.c
17355         * src/headerview.c
17356         * src/imap.c
17357         * src/imap_gtk.c
17358         * src/import.c
17359         * src/importldif.c
17360         * src/importmutt.c
17361         * src/importpine.c
17362         * src/inc.c
17363         * src/ldif.c
17364         * src/main.c
17365         * src/mainwindow.c
17366         * src/matcher.c
17367         * src/mbox.c
17368         * src/message_search.c
17369         * src/messageview.c
17370         * src/mh.c
17371         * src/mh_gtk.c
17372         * src/mimeview.c
17373         * src/msgcache.c
17374         * src/news.c
17375         * src/news_gtk.c
17376         * src/noticeview.c
17377         * src/partial_download.c
17378         * src/pop.c
17379         * src/prefs_account.c
17380         * src/prefs_actions.c
17381         * src/prefs_common.c
17382         * src/prefs_customheader.c
17383         * src/prefs_display_header.c
17384         * src/prefs_ext_prog.c
17385         * src/prefs_filtering.c
17386         * src/prefs_filtering_action.c
17387         * src/prefs_folder_item.c
17388         * src/prefs_fonts.c
17389         * src/prefs_gtk.c
17390         * src/prefs_matcher.c
17391         * src/prefs_msg_colors.c
17392         * src/prefs_spelling.c
17393         * src/prefs_summary_column.c
17394         * src/prefs_template.c
17395         * src/prefs_themes.c
17396         * src/prefs_toolbar.c
17397         * src/prefs_wrapping.c
17398         * src/privacy.c
17399         * src/procheader.c
17400         * src/procmime.c
17401         * src/procmsg.c
17402         * src/quote_fmt.c
17403         * src/recv.c
17404         * src/send_message.c
17405         * src/setup.c
17406         * src/sourcewindow.c
17407         * src/ssl_manager.c
17408         * src/statusbar.c
17409         * src/summary_search.c
17410         * src/summaryview.c
17411         * src/textview.c
17412         * src/toolbar.c
17413         * src/wizard.c
17414         * src/common/nntp.c
17415         * src/common/plugin.c
17416         * src/common/smtp.c
17417         * src/common/ssl.c
17418         * src/common/ssl_certificate.c
17419         * src/common/string_match.c
17420         * src/common/sylpheed.c
17421         * src/common/template.c
17422         * src/common/utils.c
17423         * src/gtk/about.c
17424         * src/gtk/colorlabel.c
17425         * src/gtk/description_window.c
17426         * src/gtk/filesel.c
17427         * src/gtk/foldersort.c
17428         * src/gtk/gtkaspell.c
17429         * src/gtk/gtkutils.c
17430         * src/gtk/inputdialog.c
17431         * src/gtk/logwindow.c
17432         * src/gtk/menu.c
17433         * src/gtk/pluginwindow.c
17434         * src/gtk/prefswindow.c
17435         * src/gtk/progressdialog.c
17436         * src/gtk/quicksearch.c
17437         * src/gtk/sslcertwindow.c
17438         * src/plugins/clamav/clamav_plugin.c
17439         * src/plugins/clamav/clamav_plugin_gtk.c
17440         * src/plugins/demo/demo.c
17441         * src/plugins/dillo_viewer/dillo_prefs.c
17442         * src/plugins/dillo_viewer/dillo_viewer.c
17443         * src/plugins/image_viewer/plugin.c
17444         * src/plugins/image_viewer/viewer.c
17445         * src/plugins/image_viewer/viewerprefs.c
17446         * src/plugins/mathml_viewer/mathml_viewer.c
17447         * src/plugins/pgpmime/passphrase.c
17448         * src/plugins/pgpmime/plugin.c
17449         * src/plugins/pgpmime/prefs_gpg.c
17450         * src/plugins/pgpmime/select-keys.c
17451         * src/plugins/pgpmime/sgpgme.c
17452         * src/plugins/spamassassin/spamassassin.c
17453         * src/plugins/spamassassin/spamassassin_gtk.c
17454         * src/plugins/trayicon/trayicon.c
17455                 sync with main (revision 104)
17456
17457 2005-02-10 [colin]      1.0.1cvs3.1
17458
17459         * src/mainwindow.c
17460                 Sync with HEAD (fix occasional crasher)
17461
17462 2005-02-10 [colin]      1.0.1cvs2.1
17463
17464         * src/messageview.c
17465                 Synw with HEAD (don't automatically display html)
17466
17467 2005-02-09 [colin]      1.0.1cvs1.3
17468
17469         * src/textview.c
17470         * src/textview.h
17471                 Add contextual menu on emails
17472
17473 2005-02-09 [colin]      1.0.1cvs1.2
17474
17475         * src/codeconv.c
17476                 Fix converting from broken headers and 
17477                 put back the _ in missing places
17478                 (feature broke with cvs24.2 sync, main 
17479                  possibly affected?)
17480
17481 2005-02-09 [colin]      1.0.1cvs1.1
17482
17483         * src/messageview.c
17484         * src/mimeview.c
17485         * src/mimeview.h
17486                 Sync with HEAD (display non text/plain mails with plugin)
17487
17488 2005-02-08 [colin]      1.0.1.1
17489
17490         * ChangeLog.claws
17491         * po/pt_BR.po
17492                 Sync with HEAD
17493         * configure.ac
17494                 Make default configuration directory 
17495                 be .sylpheed-gtk2
17496
17497 2005-02-08 [colin]      1.0.0cvs29.1
17498
17499         * po/de.po
17500         * po/es.po
17501         * po/fr.po
17502         * po/it.po
17503         * po/sk.po
17504         * po/sr.po
17505                 Sync translations with HEAD
17506
17507 2005-02-06 [colin]      1.0.0cvs28.3
17508
17509         * src/compose.c
17510                 Make compose a bit faster - patch by Alfons.
17511
17512 2005-02-06 [colin]      1.0.0cvs28.2
17513
17514         * src/compose.c
17515                 Make pasting via middle-click more reliable
17516
17517 2005-02-05 [paul]       1.0.0cvs28.1
17518
17519         * ChangeLog
17520         * ChangeLog.claws
17521         * ChangeLog.jp
17522         * configure.ac
17523         * src/compose.c
17524                 sync with HEAD
17525                 (fix bug 682 'redirect is broken'
17526
17527 2005-02-05 [torte]      1.0.0cvs27.1
17528
17529         * ChangeLog.claws
17530         * configure.ac
17531         * src/partial_download.c
17532                 Sync with HEAD (fix buf overflow)
17533
17534 2005-02-03 [colin]      1.0.0cvs26.1
17535
17536         * src/common/plugin.c
17537                 Sync with HEAD (avoid plugin mismatches)
17538
17539 2005-02-03 [paul]       1.0.0cvs25.3
17540
17541         * src/folderview.c
17542         * src/headerview.c
17543         * src/summaryview.c
17544         * src/textview.c
17545         * src/gtk/colorlabel.c
17546                 third and final part of initial sync with main-gtk2
17547
17548 2005-02-03 [paul]       1.0.0cvs25.2
17549
17550         * src/jpilot.c
17551                 fix building with jpilot support
17552
17553 2005-02-02 [colin]      1.0.0cvs25.1
17554
17555         * src/messageview.c
17556                 Sync with HEAD (fix dangerous typo)
17557
17558 2005-02-01 [colin]      1.0.0cvs24.3
17559
17560         * src/common/xml.c
17561                 Write file as advertised (UTF-8)
17562
17563 2005-02-01 [paul]       1.0.0cvs24.2
17564
17565         * src/addrbook.c
17566         * src/addrindex.c
17567         * src/alertpanel.h
17568         * src/codeconv.c
17569         * src/codeconv.h
17570         * src/compose.c
17571         * src/export.c
17572         * src/folder_item_prefs.c
17573         * src/html.c
17574         * src/imap.c
17575         * src/import.c
17576         * src/jpilot.c
17577         * src/mainwindow.c
17578         * src/matcher_parser_lex.l
17579         * src/messageview.c
17580         * src/mh.c
17581         * src/prefs_account.c
17582         * src/prefs_actions.c
17583         * src/prefs_common.c
17584         * src/prefs_gtk.c
17585         * src/prefs_gtk.h
17586         * src/prefs_themes.c
17587         * src/procheader.c
17588         * src/procmime.c
17589         * src/sourcewindow.c
17590         * src/statusbar.c
17591         * src/summaryview.c
17592         * src/textview.c
17593         * src/toolbar.c
17594         * src/unmime.c
17595         * src/common/template.c
17596         * src/common/utils.c
17597         * src/common/xml.c
17598         * src/common/xml.h
17599         * src/gtk/gtkaspell.c
17600         * src/plugins/clamav/clamav_plugin.c
17601         * src/plugins/dillo_viewer/dillo_prefs.c
17602         * src/plugins/image_viewer/viewerprefs.c
17603         * src/plugins/pgpmime/passphrase.c
17604         * src/plugins/pgpmime/prefs_gpg.c
17605         * src/plugins/pgpmime/select-keys.c
17606         * src/plugins/spamassassin/spamassassin.c
17607                 second part of initial sync with main-gtk2
17608                 (more to follow)
17609
17610 2005-01-31 [colin]      1.0.0cvs24.1
17611
17612         * src/compose.c
17613                 Sync with HEAD
17614
17615 2005-01-29 [paul]       1.0.0cvs23.2
17616
17617         * src/account.c
17618         * src/action.c
17619         * src/addressadd.c
17620         * src/addressbook.c
17621         * src/alertpanel.c
17622         * src/compose.c
17623         * src/editaddress.c
17624         * src/editbook.c
17625         * src/editgroup.c
17626         * src/editjpilot.c
17627         * src/editldap.c
17628         * src/editldap_basedn.c
17629         * src/editvcard.c
17630         * src/export.c
17631         * src/foldersel.c
17632         * src/grouplistdialog.c
17633         * src/import.c
17634         * src/importldif.c
17635         * src/inc.c
17636         * src/main.c
17637         * src/mainwindow.c
17638         * src/message_search.c
17639         * src/messageview.c
17640         * src/mimeview.c
17641         * src/prefs_actions.c
17642         * src/prefs_common.c
17643         * src/prefs_common.h
17644         * src/prefs_customheader.c
17645         * src/prefs_display_header.c
17646         * src/prefs_filtering.c
17647         * src/prefs_filtering_action.c
17648         * src/prefs_gtk.c
17649         * src/prefs_matcher.c
17650         * src/prefs_summary_column.c
17651         * src/prefs_template.c
17652         * src/sourcewindow.c
17653         * src/summary_search.c
17654         * src/summaryview.c
17655         * src/textview.c
17656         * src/gtk/about.c
17657         * src/gtk/description_window.c
17658         * src/gtk/gtkshruler.c
17659         * src/gtk/gtkutils.c
17660         * src/gtk/gtkutils.h
17661         * src/gtk/inputdialog.c
17662         * src/gtk/logwindow.c
17663         * src/gtk/prefswindow.c
17664         * src/gtk/progressdialog.c
17665         * src/gtk/progressdialog.h
17666                 first part of initial sync with main-gtk2
17667                 (more to follow)
17668
17669 2005-01-28 [colin]      1.0.0cvs23.1
17670
17671         * src/folderview.c
17672                 Sync with HEAD
17673
17674 2005-01-27 [colin]      1.0.0cvs21.1
17675
17676         * src/folder.c
17677         * src/folderview.c
17678                 Sync with HEAD
17679
17680 2005-01-27 [colin]      1.0.0cvs19.1
17681
17682         * src/procmime.c
17683                 Sync with HEAD
17684
17685 2005-01-27 [colin]      1.0.0cvs18.1
17686
17687         * src/messageview.c
17688         * src/summaryview.c
17689         * src/mainwindow.c
17690         * src/compose.c
17691         * src/compose.h
17692         * src/procmsg.c
17693         * src/procmsg.h
17694         * src/toolbar.c
17695                 Sync with HEAD
17696
17697 2005-01-26 [paul]       1.0.0cvs15.2
17698
17699         * src/compose.c
17700                 compose_entries_set(): convert subject and body to
17701                 utf8 if necessary. patch by Felix Eckhofer
17702
17703 2005-01-26 [paul]       1.0.0cvs15.1
17704
17705         * configure.ac
17706         * src/common/template.c
17707                 sync with HEAD (fix memory leak)
17708
17709 2005-01-25 [paul]       1.0.0cvs14.1
17710
17711         * configure.ac
17712         * src/compose.c
17713                 sync with HEAD
17714
17715 2005-01-24 [colin]      1.0.0cvs13.1
17716
17717         * src/summaryview.c
17718                 Sync with HEAD
17719
17720 2005-01-24 [paul]       1.0.0cvs12.1
17721
17722         * configure.ac
17723         * src/messageview.c
17724         * src/mh.c
17725         * src/common/utils.c
17726                 sync with HEAD
17727
17728 2005-01-24 [colin]      1.0.0cvs11.1
17729
17730         * src/procheader.c
17731                 Sync with HEAD
17732
17733 2005-01-24 [colin]      1.0.0cvs10.1
17734
17735         * src/folderview.c
17736                 Sync with HEAD
17737
17738 2005-01-23 [colin]      1.0.0cvs9.1
17739
17740         * src/crash.c
17741                 Sync with HEAD
17742
17743 2005-01-22 [colin]      1.0.0cvs8.1
17744
17745         * src/summaryview.c
17746         * src/gtk/quicksearch.c
17747                 Sync with HEAD
17748
17749 2005-01-21 [colin]      1.0.0cvs7.1
17750
17751         * src/summaryview.c
17752                 Sync with HEAD
17753
17754 2005-01-21 [colin]      1.0.0cvs6.1
17755
17756         * src/summaryview.c
17757                 Sync with HEAD
17758
17759 2005-01-21 [colin]      1.0.0cvs5.1
17760
17761         * src/gtk/quicksearch.c
17762         * src/prefs_common.c
17763         * src/prefs_common.h
17764                 Sync with HEAD (recurse option)
17765
17766 2005-01-21 [colin]      1.0.0cvs4.1
17767
17768         * src/folder.h
17769         * src/folderview.c
17770         * src/folderview.h
17771         * src/summaryview.c
17772         * src/gtk/quicksearch.c
17773         * src/gtk/quicksearch.h
17774                 Sync with HEAD (recursive quicksearch)
17775
17776 2005-01-20 [colin]      1.0.0cvs3.4
17777
17778         * src/ssl_manager.c
17779                 Remove useless code
17780
17781 2005-01-20 [colin]      1.0.0cvs3.3
17782
17783         * src/ssl_manager.c
17784                 Fix leak, thanks to Alfons.
17785
17786 2005-01-20 [colin]      1.0.0cvs3.2
17787
17788         * src/ssl_manager.c
17789                 Port SSL certificate window to GTK2.
17790
17791 2005-01-20 [paul]       1.0.0cvs3.1
17792
17793         * ChangeLog.claws
17794         * configure.ac
17795         * src/addrindex.c
17796         * src/addrindex.h
17797                 sync with HEAD
17798
17799 2005-01-19 [colin]      1.0.0cvs2.2
17800
17801         * src/plugins/trayicon/trayicon.c
17802                 Fix freeze with gtk-2.6, the easy way
17803                 (signal blocking helpless there...)
17804                 Closes bug #668.
17805
17806 2005-01-19 [colin]      1.0.0cvs2.1
17807
17808         * src/mbox.c
17809         * src/mbox.h
17810         * src/mainwindow.c
17811         * src/summaryview.c
17812         * src/summaryview.h
17813                 Sync with HEAD
17814
17815 2005-01-19 [paul]       1.0.0cvs1.1
17816
17817         * configure.ac
17818         * po/de.po
17819         * po/es.po
17820         * po/fr.po
17821         * po/hr.po
17822         * po/it.po
17823         * po/ja.po
17824         * po/ko.po
17825         * po/pt_BR.po
17826         * po/ru.po
17827         * po/sk.po
17828         * po/sr.po
17829                 sync with HEAD (update translations)
17830
17831 2005-01-18 [colin]      1.0.0cvs0.1
17832
17833         * src/foldersel.c
17834                 Specify search column - patch by Alfons
17835
17836 2005-01-18 [colin]      0.9.13cvs36.3
17837
17838         * src/prefs_toolbar.c
17839                 Change Delete to Remove
17840         * src/prefs_fonts.c
17841                 GTK2 version and leak fixes
17842         * src/prefs_actions.c
17843                 Add stock buttons.
17844                 All patches by Alfons
17845
17846 2005-01-17 [colin]      0.9.13cvs36.2
17847
17848         * src/compose.c
17849                 Fix DnD inserting twice. While at it,
17850                 add DnD support for text/plain in the
17851                 body, and add support in the headers.
17852
17853 2005-01-16 [colin]      0.9.13cvs36.1
17854
17855         * ChangeLog
17856         * ChangeLog.jp
17857         * ChangeLog.claws
17858                 Sync with HEAD (nothing applicable)
17859
17860 2005-01-16 [colin]      0.9.13cvs33.2
17861
17862         * src/prefs_toolbar.c
17863                 GTK2ize prefs_toolbar, by Alfons.
17864
17865 2005-01-14 [colin]      0.9.13cvs33.1
17866
17867         * src/html.c
17868         * src/msgcache.c
17869                 Sync with HEAD
17870
17871 2005-01-14 [colin]      0.9.13cvs32.1
17872
17873         * src/html.c
17874         * src/html.h
17875         * src/msgcache.c
17876         * AUTHORS
17877         * tools/calypso_convert.pl
17878                 Sync with HEAD
17879
17880 2005-01-08 [colin]      0.9.13cvs29.2
17881
17882         * src/prefs_filtering_action.c
17883         * src/prefs_filtering.c
17884                 2 more gtk2 patches by Alfons
17885
17886 2005-01-07 [paul]       0.9.13cvs29.1
17887
17888         * ChangeLog
17889         * ChangeLog.claws
17890         * ChangeLog.jp
17891         * configure.ac
17892         * src/pop.c
17893         * src/pop.h
17894                 sync with HEAD
17895
17896 2005-01-07 [colin]      0.9.13cvs28.3
17897
17898         * src/gtk/progressdialog.c
17899         * src/gtk/progressdialog.h
17900         * src/inc.c
17901         * src/send_message.c
17902                 GTK2 for the incorporation dialog. The CList isn't dead
17903                 yet, for a more smooth migration. Patch by Alfons.
17904
17905 2005-01-06 [colin]      0.9.13cvs28.2
17906
17907         * src/prefs_display_header.c
17908                 GTK2 conversion by Alfons
17909         * src/prefs_actions.c
17910         * src/prefs_matcher.c
17911                 Fix 2 leaks - patch by Alfons
17912
17913 2005-01-06 [colin]      0.9.13cvs28.1
17914
17915         * src/prefs_matcher.c
17916                 Sync with HEAD
17917
17918 2005-01-06 [colin]      0.9.13cvs27.4
17919
17920         * src/prefs_matcher.c
17921                 Fix double-free. Patch by Alfons
17922
17923 2005-01-06 [colin]      0.9.13cvs27.3
17924
17925         * src/prefs_matcher.c
17926                 GTK2 widgets + memleak
17927                 Patch by Alfons
17928
17929 2005-01-05 [colin]      0.9.13cvs27.2
17930
17931         * src/account.c
17932         * src/addr_compl.c
17933         * src/foldersel.c
17934         * src/stock_pixmap.c
17935         * src/stock_pixmap.h
17936                 3 more GTK2 patches by Alfons.
17937
17938 2005-01-04 [colin]      0.9.13cvs27.1
17939
17940         * src/folderview.c
17941         * src/imap_gtk.c
17942         * src/news_gtk.c
17943                 Sync with HEAD
17944
17945 2005-01-04 [colin]      0.9.13cvs25.9
17946
17947         * src/compose.c
17948                 Fix Show Ruler menuitem
17949         * src/prefs_template.c
17950                 Convert to GTK2
17951         * src/common/utils.c
17952                 Make auto pointer stuff handles NULLs
17953                 Patches by Alfons.
17954
17955 2005-01-04 [colin]      0.9.13cvs25.8
17956
17957         * src/compose.c
17958                 Move the attachment list to gtk2
17959                 Patch by Alfons.
17960
17961 2005-01-04 [colin]      0.9.13cvs25.7
17962
17963         * src/textview.c
17964                 Make some keys work again
17965                 Patch by SungHyun Nam <namsh@kldp.org>
17966
17967 2005-01-04 [colin]      0.9.13cvs25.6
17968
17969         * src/gtk/gtkshruler.c
17970                 Move the ruler to GTK2
17971                 Patch by Alfons
17972
17973 2005-01-03 [colin]      0.9.13cvs25.5
17974
17975         * src/compose.c
17976                 Fix my broken patch apply 
17977
17978 2005-01-03 [colin]      0.9.13cvs25.4
17979
17980         * src/common/utils.c
17981         * src/common/utils.h
17982         * src/gtk/prefswindow.c
17983                 Move auto pointer stuff to utils.c
17984                 Patch by Alfons again :)
17985
17986 2005-01-03 [colin]      0.9.13cvs25.3
17987
17988         * src/compose.c
17989         * src/prefs_gtk.c
17990         * src/prefs_template.c
17991         * src/textview.c
17992                 Empty text widgets with empty strings, not NULL char
17993                 Patch by SungHyun Nam <namsh@kldp_org>
17994
17995 2005-01-03 [colin]      0.9.13cvs25.2
17996
17997         * src/main.c
17998         * AUTHORS
17999                 Sync with HEAD
18000
18001 2005-01-03 [colin]      0.9.13cvs25.1
18002
18003         * src/pop.c
18004         * src/pop.h
18005                 Sync with HEAD
18006
18007 2005-01-03 [colin]      0.9.13cvs24.3
18008
18009         * src/account.c
18010                 Two patches from Alfons and Alex S Moore:
18011                 fix images, fix return value.
18012
18013 2005-01-01 [colin]      0.9.13cvs24.2
18014
18015         * src/prefs_actions.c
18016                 Fix over-zealous assertion. Patch by Alfons
18017
18018 2005-01-01 [colin]      0.9.13cvs24.1
18019
18020         * src/procmime.c
18021                 Sync with HEAD (leak fix)
18022
18023 2004-12-31 [colin]      0.9.13cvs23.2
18024
18025         * src/prefs_common.c
18026                 GTK2 widgets + stock buttons - patch by Alfons
18027
18028 2004-12-31 [paul]       0.9.13cvs23.1
18029
18030         * configure.ac
18031                 bump up EXTRA_VERSION to match (sync'ed) HEAD
18032         * src/gtk/pluginwindow.c
18033                 use GTK2 widgets and plug memory leaks,
18034                 patches by Alfons
18035
18036 2004-12-30 [colin]      0.9.13cvs22.4
18037
18038         * src/account.c
18039         * src/action.c
18040         * src/export.c
18041         * src/foldersel.c
18042         * src/import.c
18043         * src/message_search.c
18044         * src/prefs_actions.c
18045         * src/prefs_common.c
18046         * src/prefs_customheader.c
18047         * src/prefs_filtering.c
18048         * src/prefs_summary_column.c
18049         * src/summary_search.c
18050         * src/gtk/about.c
18051         * src/gtk/description_window.c
18052         * src/gtk/gtkutils.c
18053         * src/gtk/gtkutils.h
18054         * src/gtk/inputdialog.c
18055         * src/gtk/prefswindow.c
18056                 Use GTK2 stock buttons. Patches by Alfons.
18057
18058 2004-12-30 [colin]      0.9.13cvs22.3
18059
18060         * src/account.c
18061                 Sync with HEAD
18062         * src/prefs_actions.c
18063         * src/prefs_customheader.c
18064         * src/prefs_filtering.c
18065         * src/prefs_msg_colors.c
18066         * src/prefs_summary_column.c
18067         * src/gtk/prefswindow.c
18068                 Use GtkTreeView instead of deprecated 
18069                 widgets. Patches by Alfons.
18070
18071 2004-12-30 [paul]       0.9.13cvs22.2
18072
18073         * src/foldersel.c
18074                 use GTK 2 Tree View
18075                 patch by Alfons, with root folder sorting fix
18076                 by Stephan Sachse
18077
18078 2004-12-30 [paul]       0.9.13cvs22.1
18079
18080         * ChangeLog
18081         * ChangeLog.claws
18082         * ChangeLog.jp
18083         * NEWS
18084         * configure.ac
18085         * src/account.c
18086                 sync with HEAD
18087
18088 2004-12-22 [martin]     0.9.13cvs21.2
18089
18090         * src/action.c
18091                 free the command line after its use
18092
18093 2004-12-18 [paul]       0.9.13cvs21.1
18094
18095         * AUTHORS
18096         * ChangeLog
18097         * ChangeLog.claws
18098         * ChangeLog.jp
18099         * NEWS
18100         * configure.ac
18101         * src/action.c
18102         * src/compose.c
18103         * src/syldap.c
18104                 sync with HEAD
18105
18106 2004-12-17 [martin]     0.9.13cvs17.2
18107
18108         * src/action.c
18109                 convert actions input to locale
18110         * src/inc.c
18111                 convert notification command to locale
18112         * src/plugins/pgpmime/select-keys.c
18113                 convert attributes to utf8
18114
18115 2004-12-14 [colin]      0.9.13cvs17.1
18116
18117         * ChangeLog
18118         * ChangeLog.jp
18119         * ChangeLog.claws
18120         * src/action.c
18121         * src/common/utils.c
18122         * src/gtk/prefswindow.c
18123         * src/gtk/gtkutils.c
18124         * src/gtk/gtkutils.h
18125         * src/plugins/spamassassin/libspamc.c
18126                 Sync with HEAD
18127
18128 2004-12-13 [colin]      0.9.13cvs14.1
18129
18130         * src/quote_fmt_parse.y
18131                 Sync with HEAD
18132
18133 2004-12-10 [colin]      0.9.13cvs12.1
18134
18135         * src/prefs_themes.c
18136         * src/mainwindow.c
18137         * src/messageview.c
18138                 Sync with HEAD
18139
18140 2004-12-09 [colin]      0.9.13cvs10.1
18141
18142         * src/procmime.c
18143                 Sync with HEAD (fix B64 encoding from memory)
18144
18145 2004-12-08 [colin]      0.9.13cvs9.1
18146
18147         * src/gtk/colorlabel.c
18148                 Sync with HEAD
18149
18150 2004-12-08 [paul]       0.9.13cvs8.2
18151
18152         * src/gtk/pluginwindow.c
18153                 fix window resizing oddities
18154
18155 2004-12-08 [colin]      0.9.13cvs8.1
18156
18157         * src/quote_fmt_parse.y
18158                 Sync with HEAD
18159
18160 2004-12-08 [colin]      0.9.13cvs7.1
18161
18162         * src/matcher_parser_parse.y
18163         * src/msgcache.c
18164         * src/prefs_matcher.c
18165         * src/procheader.c
18166         * src/matcher.c
18167         * src/common/defs.h
18168         * po/sr.po
18169                 Sync with HEAD
18170
18171 2004-12-08 [colin]      0.9.13cvs6.1
18172
18173         * src/quote_fmt_parse.y
18174         * src/textview.c
18175                 Sync with HEAD
18176         * src/gtk/prefswindow.c
18177         * src/gtk/pluginwindow.c
18178                 Fix G_CALLBACKS protos (thanks to Alfons)
18179
18180 2004-12-07 [torte]      0.9.13cvs2.2
18181
18182         * src/procmime.c
18183                 [Bug 650] reply button causes crash
18184                 Thanks to David Relson and Christoph
18185
18186 2004-12-07 [colin]      0.9.13cvs2.1
18187
18188         * ChangeLog.claws
18189         * AUTHORS
18190         * po/sk.po
18191         * src/procmime.c
18192         * src/prefs_account.c
18193         * src/common/smtp.c
18194         * src/common/smtp.h
18195                 Sync with HEAD
18196
18197 2004-12-06 [colin]      0.9.12cvs187.1
18198
18199         * ChangeLog.claws
18200         * INSTALL
18201         * Makefile.am
18202         * README.claws
18203         * TODO.claws
18204         * configure.ac
18205         * po/bg.po
18206         * po/cs.po
18207         * po/el.po
18208         * po/en_GB.po
18209         * po/es.po
18210         * po/fr.po
18211         * po/hr.po
18212         * po/hu.po
18213         * po/it.po
18214         * po/ja.po
18215         * po/ko.po
18216         * po/nl.po
18217         * po/pl.po
18218         * po/pt_BR.po
18219         * po/ru.po
18220         * po/sk.po
18221         * po/sr.po
18222         * po/sv.po
18223         * po/zh_CN.po
18224         * po/zh_TW.Big5.po
18225         * src/compose.c
18226         * tools/Makefile.am
18227         * tools/README
18228         * tools/filter_conv.pl
18229         * tools/kdeservicemenu/README
18230         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18231         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18232                 Sync with HEAD
18233
18234 2004-12-04 [colin]      0.9.12cvs183.1
18235
18236         * src/compose.c
18237                 Sync with HEAD (compose window position saving)
18238
18239 2004-12-04 [paul]       0.9.12cvs182.3
18240
18241         * src/messageview.c
18242         * src/mimeview.c
18243         * src/prefs_customheader.c
18244         * src/gtk/quicksearch.c
18245                 replace some forgotten GTK_SIGNAL_FUNCs
18246
18247 2004-12-04 [paul]       0.9.12cvs182.2
18248
18249         * src/Makefile.am
18250                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
18251                 committed in error      
18252
18253 2004-12-04 [paul]       0.9.12cvs182.1
18254
18255         * ChangeLog
18256         * ChangeLog.claws
18257         * ChangeLog.jp
18258         * INSTALL
18259         * NEWS
18260         * README
18261         * README.jp
18262         * configure.ac
18263         * doc/manual/ja/Makefile.am
18264         * doc/manual/ja/sylpheed-1.html
18265         * doc/manual/ja/sylpheed-10.html
18266         * doc/manual/ja/sylpheed-11.html
18267         * doc/manual/ja/sylpheed-12.html
18268         * doc/manual/ja/sylpheed-13.html
18269         * doc/manual/ja/sylpheed-14.html
18270         * doc/manual/ja/sylpheed-15.html
18271         * doc/manual/ja/sylpheed-16.html
18272         * doc/manual/ja/sylpheed-17.html
18273         * doc/manual/ja/sylpheed-18.html
18274         * doc/manual/ja/sylpheed-19.html
18275         * doc/manual/ja/sylpheed-2.html
18276         * doc/manual/ja/sylpheed-20.html
18277         * doc/manual/ja/sylpheed-3.html
18278         * doc/manual/ja/sylpheed-4.html
18279         * doc/manual/ja/sylpheed-5.html
18280         * doc/manual/ja/sylpheed-6.html
18281         * doc/manual/ja/sylpheed-7.html
18282         * doc/manual/ja/sylpheed-8.html
18283         * doc/manual/ja/sylpheed-9.html
18284         * doc/manual/ja/sylpheed.html
18285         * doc/manual/ja/sylpheed.sgml
18286         * po/de.po
18287         * src/Makefile.am
18288         * src/compose.c
18289         * src/procmime.c
18290         * src/pixmaps/regular.xpm **REMOVED**
18291         * src/plugins/pgpmime/pgpmime.c
18292         * src/plugins/pgpmime/plugin.c
18293         * src/plugins/pgpmime/prefs_gpg.c
18294                 sync with HEAD
18295
18296 2004-12-03 [paul]       0.9.12cvs180.1
18297
18298         * ChangeLog
18299         * ChangeLog.claws
18300         * ChangeLog.jp
18301         * configure.ac
18302         * src/Makefile.am
18303         * src/pop.c
18304         * src/common/utils.c
18305         * src/common/utils.h
18306         * src/pixmaps/continue.xpm
18307         * src/pixmaps/dir_close.xpm
18308         * src/pixmaps/dir_open.xpm
18309         * src/pixmaps/drafts_close.xpm
18310         * src/pixmaps/drafts_open.xpm
18311         * src/pixmaps/folder.xpm **REMOVED**
18312         * src/pixmaps/group.xpm
18313         * src/pixmaps/unread.xpm
18314                 sync with HEAD
18315
18316 2004-12-02 [colin]      0.9.12cvs179.1
18317
18318         * src/compose.c
18319                 Sync with HEAD (non-duplicated reedition)
18320
18321 2004-12-02 [colin]      0.9.12cvs178.1
18322
18323         * src/compose.c
18324                 Sync with HEAD (linewrap_quote fix)
18325
18326 2004-12-01 [colin]      0.9.12cvs177.3
18327
18328         * src/addrharvest.c
18329                 Replace sizeof with strlen
18330
18331 2004-12-01 [paul]       0.9.12cvs177.2
18332
18333         * src/addrharvest.c
18334                 fix 'harvest addresses'
18335
18336 2004-11-30 [colin]      0.9.12cvs177.1
18337
18338         * src/gtk/prefswindow.c
18339         * src/gtk/pluginwindow.c
18340                 Sync with HEAD
18341
18342 2004-11-29 [colin]      0.9.12cvs176.1
18343
18344         * src/folderview.c
18345                 sync with HEAD (Fix disappearing separators in folderview's popup)
18346
18347 2004-11-29 [colin]      0.9.12cvs175.1
18348
18349         * src/procmime.c
18350                 Sync with head (another format fix)
18351
18352 2004-11-29 [colin]      0.9.12cvs174.1
18353
18354         * src/pop.c
18355                 Sync with HEAD (format string fix)
18356
18357 2004-11-26 [colin]      0.9.12cvs173.1
18358
18359         * src/common/smtp.c
18360         * src/common/smtp.h
18361                 Sync with HEAD
18362
18363 2004-11-24 [colin]      0.9.12cvs172.1
18364
18365         * src/plugins/pgpmime/pgpmime.c
18366                 Sync with HEAD
18367
18368 2004-11-24 [colin]      0.9.12cvs171.1
18369
18370         * src/plugins/pgpmime/pgpmime.c
18371                 Sync with head (gpgmectx leaks)
18372
18373 2004-11-24 [colin]      0.9.12cvs169.1
18374
18375         * src/plugins/pgpmime/plugin.c
18376         * src/plugins/trayicon/Makefile.am
18377         * src/plugins/trayicon/newmarkedmail.xpm
18378         * src/plugins/trayicon/trayicon.c
18379         * src/plugins/trayicon/unreadmarkedmail.xpm
18380                 Sync with HEAD
18381
18382 2004-11-23 [colin]      0.9.12cvs168.1
18383
18384         * src/partial_download.c
18385         * src/partial_download.h
18386         * src/plugins/pgpmime/plugin.c
18387                 Sync with HEAD
18388
18389 2004-11-23 [colin]      0.9.12cvs166.1
18390
18391         * src/Makefile.am
18392         * src/codeconv.c
18393         * src/compose.c
18394         * src/folderview.c
18395         * src/main.c
18396         * src/partial_download.c
18397         * src/partial_download.h
18398         * src/prefs_account.c
18399         * src/prefs_account.h
18400         * src/privacy.c
18401         * src/privacy.h
18402         * src/procmime.c
18403         * src/common/Makefile.am
18404         * src/common/base64.h
18405         * src/common/partial_download.c
18406         * src/common/partial_download.h
18407         * src/gtk/prefswindow.c
18408         * src/gtk/prefswindow.h
18409         * src/plugins/pgpmime/pgpmime.c
18410         * src/plugins/pgpmime/prefs_gpg.c
18411         * src/plugins/pgpmime/prefs_gpg.h
18412         * src/plugins/pgpmime/sgpgme.c
18413         * src/plugins/pgpmime/sgpgme.h
18414                 Sync with HEAD
18415
18416 2004-11-23 [colin]      0.9.12cvs163.1
18417
18418         * src/main.c
18419                 Sync with HEAD (cursor optimization)
18420
18421 2004-11-23 [colin]      0.9.12cvs162.1
18422
18423         * src/prefs_common.c
18424         * src/prefs_themes.c
18425         * src/procmsg.c
18426                 Sync with HEAD
18427
18428 2004-11-23 [colin]      0.9.12cvs158.9
18429
18430         * src/compose.c
18431                 Fix double-free when forwarding
18432         * src/msgcache.c
18433                 Fix leak on error path
18434                 
18435
18436 2004-11-23 [colin]      0.9.12cvs158.8
18437
18438         * src/compose.c
18439                 Fix possible double-free
18440                 Spotted by Alfons
18441
18442 2004-11-23 [colin]      0.9.12cvs158.7
18443
18444         * src/compose.c
18445                 Fix some signal handlers' prototypes
18446                 Spotted by Alfons
18447
18448 2004-11-22 [colin]      0.9.12cvs158.6
18449
18450         * src/compose.c
18451                 Remove unneeded code and duplicated
18452                 wrapping - patch by Alfons
18453
18454 2004-11-22 [colin]      0.9.12cvs158.5
18455
18456         * src/prefs_themes.c
18457                 Fix oversized selector
18458
18459 2004-11-22 [colin]      0.9.12cvs158.4
18460
18461         * src/compose.c
18462                 fix dump_text()
18463                 patch by Alfons
18464
18465 2004-11-19 [colin]      0.9.12cvs158.3
18466
18467         * src/textview.c
18468                 Add a context menu on links (open, copy)
18469
18470 2004-11-18 [paul]       0.9.12cvs158.2
18471
18472         * src/addrgather.c
18473         * src/exphtmldlg.c
18474         * src/expldifdlg.c
18475         * src/mimeview.c
18476         * src/prefs_common.c
18477         * src/plugins/image_viewer/viewer.c
18478         * src/plugins/spamassassin/spamassassin_gtk.c
18479                 replace deprecated gtk_notebook_set_page
18480                 and gtk_notebook_current_page
18481
18482 2004-11-18 [paul]       0.9.12cvs158.1
18483
18484         * configure.ac
18485         * src/compose.c
18486         * src/mainwindow.c
18487         * src/messageview.c
18488         * src/prefs_common.c
18489         * src/common/utils.c
18490         * src/common/utils.h
18491                 sync with HEAD
18492
18493 2004-11-17 [colin]      0.9.12cvs156.1
18494
18495         * src/prefs_account.c
18496         * src/prefs_account.h
18497         * src/procmsg.c
18498                 Sync with HEAD (add pref to store encrypted mails encrypted)
18499
18500 2004-11-17 [paul]       0.9.12cvs155.1
18501
18502         * ChangeLog
18503         * ChangeLog.claws
18504         * ChangeLog.jp
18505         * NEWS
18506         * configure.ac
18507         * src/compose.c
18508         * src/jpilot.c
18509         * src/privacy.c
18510         * src/procmime.c
18511         * src/procmime.h
18512         * src/procmsg.c
18513         * src/toolbar.c
18514         * src/pixmaps/error.xpm
18515                 sync with HEAD
18516
18517 2004-11-17 [colin]      0.9.12cvs151.1
18518
18519         * src/plugins/pgpmime/pgpmime.c
18520                 Sync with HEAD (remove debug printf)
18521
18522 2004-11-17 [colin]      0.9.12cvs150.1
18523
18524         * src/plugins/pgpmime/pgpmime.c
18525                 Sync with HEAD (off-by-one fix)
18526
18527 2004-11-17 [colin]      0.9.12cvs149.1
18528
18529         * src/procmsg.c
18530                 Sync with HEAD (coding style fixes)
18531
18532 2004-11-16 [colin]      0.9.12cvs148.1
18533
18534         * src/procmsg.c
18535                 Sync with head (Fix the fix)
18536
18537 2004-11-16 [colin]      0.9.12cvs147.1
18538
18539         * src/procmsg.c
18540                 Sync with Main (leak fix)
18541
18542 2004-11-16 [colin]      0.9.12cvs146.14
18543
18544         * src/compose.c
18545                 Remove useless chunk of code
18546                 Patch by Alfons
18547
18548 2004-11-15 [colin]      0.9.12cvs146.13
18549
18550         * src/compose.c
18551                 Fix drafting after insertion
18552                 Patch by Alfons
18553
18554 2004-11-15 [colin]      0.9.12cvs146.12
18555
18556         * src/compose.c
18557         * src/prefs_filtering.c
18558         * src/prefs_filtering_action.c
18559         * src/prefs_toolbar.c
18560                 Fix some const-correctness
18561
18562 2004-11-15 [colin]      0.9.12cvs146.11
18563
18564         * src/summaryview.c
18565         * src/prefs_themes.c
18566         * src/messageview.c
18567                 Fix some leaks
18568
18569 2004-11-15 [colin]      0.9.12cvs146.10
18570
18571         * src/codeconv.c
18572                 More unreadable locale fixes
18573
18574 2004-11-14 [colin]      0.9.12cvs146.9
18575
18576         * src/textview.c
18577                 Fix uri_security_check
18578                 Patch by Alfons
18579
18580 2004-11-13 [paul]       0.9.12cvs146.8
18581
18582         * src/folder.c
18583         * src/procmime.c
18584                 fix 2 bugs introduced in last commit
18585
18586 2004-11-13 [paul]       0.9.12cvs146.7
18587
18588         * src/compose.c
18589         * src/exporthtml.c
18590         * src/exportldif.c
18591         * src/folder.c
18592         * src/imap.c
18593         * src/imap_gtk.c
18594         * src/main.c
18595         * src/mainwindow.c
18596         * src/messageview.c
18597         * src/mh_gtk.c
18598         * src/prefs_themes.c
18599         * src/procmime.c
18600         * src/setup.c
18601         * src/summaryview.c
18602                 replace deprecated g_basename
18603
18604 2004-11-13 [paul]       0.9.12cvs146.6
18605
18606         * src/compose.c
18607         * src/imap.c
18608         * src/matcher_parser.h
18609         * src/matcher_parser_parse.y
18610         * src/prefs_filtering.c
18611         * src/prefs_filtering_action.c
18612         * src/prefs_themes.c
18613         * src/prefs_toolbar.c
18614         * src/common/utils.c
18615                 various small fixes/cleanups
18616
18617 2004-11-12 [colin]      0.9.12cvs146.5
18618
18619         * src/textview.c
18620                 Validate event's origin on visibility notify
18621                 Patch by Alfons.
18622
18623 2004-11-12 [paul]       0.9.12cvs146.4
18624
18625         * src/exporthtml.c
18626         * src/exportldif.c
18627         * src/imap.c
18628         * src/mh.c
18629         * src/mimeview.c
18630         * src/prefs_spelling.c
18631         * src/prefs_themes.c
18632                 replace deprecated g_dirname    
18633
18634 2004-11-12 [colin]      0.9.12cvs146.3
18635
18636         * src/textview.c
18637                 Some coding style fixes
18638
18639 2004-11-12 [colin]      0.9.12cvs146.2
18640
18641         * src/codeconv.c
18642                 We want to replace _all_ extended chars in
18643                 conv_unreadable_*, because any string containing
18644                 extended chars not parsing as UTF8 is 
18645                 undisplayed on gtk2.
18646
18647 2004-11-12 [paul]       0.9.12cvs146.1
18648
18649         * ChangeLog
18650         * ChangeLog.claws
18651         * ChangeLog.jp
18652         * NEWS
18653         * configure.ac
18654         * src/account.c
18655         * src/folderview.c
18656         * src/folderview.h
18657         * src/imap.c
18658         * src/imap_gtk.c
18659         * src/inc.c
18660         * src/mainwindow.c
18661         * src/mh_gtk.c
18662         * src/news_gtk.c
18663         * src/pop.c
18664         * src/prefs_account.c
18665         * src/prefs_account.h
18666         * src/prefs_ext_prog.c
18667         * src/procmime.c
18668         * src/procmime.h
18669         * src/procmsg.c
18670         * src/procmsg.h
18671         * src/summary_search.c
18672         * src/summaryview.c
18673         * src/textview.c
18674         * src/common/defs.h
18675         * src/common/utils.c
18676         * src/common/utils.h
18677         * src/gtk/menu.c
18678         * src/gtk/menu.h
18679                 sync with HEAD
18680
18681 2004-11-11 [colin]      0.9.12cvs144.2
18682
18683         * src/textview.c
18684                 Fix URI range selection (patch by Alfons)
18685
18686 2004-11-09 [colin]      0.9.12cvs144.1
18687
18688         * ChangeLog.claws
18689         * src/compose.c
18690         * src/folder.c
18691         * src/folder_item_prefs.c
18692         * src/prefs_account.c
18693         * src/prefs_account.h
18694         * src/plugins/pgpmime/pgpmime.c
18695                 Sync with HEAD
18696
18697 2004-11-08 [colin]      0.9.12cvs143.1
18698
18699         * src/summaryview.c
18700                 Sync with HEAD (optimize quicksearch)
18701
18702 2004-11-08 [colin]      0.9.12cvs142.2
18703
18704         * src/compose.c
18705                 Don't wrap when Edit/Auto wrapping is disabled
18706
18707 2004-11-08 [colin]      0.9.12cvs142.1
18708
18709         * src/textview.c
18710                 Sync with HEAD
18711
18712 2004-11-08 [colin]      0.9.12cvs141.1
18713
18714         * src/textview.c
18715                 Sync with HEAD (fix some mail URIs)
18716
18717 2004-11-08 [colin]      0.9.12cvs140.3
18718
18719         * src/textview.c
18720                 o Use text cursor instead of arrow when
18721                   not on a link
18722                 o Fix handling of contiguous links (as in
18723                   "colin@colino.net" <colin@colino.net>)
18724                   This one unveils a bug in get_email_part()
18725
18726 2004-11-07 [colin]      0.9.12cvs140.2
18727
18728         * src/textview.c
18729                 Fix memleak. Patch by Alfons.
18730
18731 2004-11-06 [colin]      0.9.12cvs140.1
18732
18733         * src/compose.c
18734                 Sync with HEAD (don't ask passphrase
18735                 when drafting)
18736
18737 2004-11-06 [paul]       0.9.12cvs139.2
18738
18739         * AUTHORS
18740         * src/textview.c
18741         * src/textview.h
18742                 textview URI handling. hovering over a 
18743                 link displays it in the status bar,
18744                 and changes the mouse pointer to a hand 
18745                 cursor. a link is activated with a single 
18746                 click. (Modified from the) patch by Jean-Yves 
18747                 Lefort <jylefort@users.sourceforge.net>
18748                 
18749
18750 2004-11-05 [colin]      0.9.12cvs139.1
18751
18752         * src/compose.c
18753         * src/procmime.c
18754                 Sync with HEAD again ^^
18755
18756 2004-11-05 [colin]      0.9.12cvs139.1
18757
18758         * src/compose.c
18759         * src/procmime.c
18760                 Sync with HEAD
18761
18762 2004-11-03 [paul]       0.9.12cvs138.1
18763
18764         * ChangeLog.claws
18765         * configure.ac
18766         * po/POTFILES.in
18767         * src/prefs_ext_prog.c
18768         * src/procmime.c
18769         * tools/kdeservicemenu/README
18770         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18771         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18772                 sync with HEAD
18773
18774 2004-11-01 [christoph]  0.9.12cvs136.2
18775
18776         * src/procmime.c
18777                 convert MIME parameters to UTF-8
18778
18779 2004-10-29 [colin]      0.9.12cvs136.1
18780
18781         * src/common/utils.c
18782                 Sync with HEAD (don't use '=' in mime boundary)
18783
18784 2004-10-29 [paul]       0.9.12cvs135.1
18785
18786         * configure.ac
18787         * doc/src/rfc2231.txt
18788         * src/procmime.c
18789         * src/common/quoted-printable.c
18790         * src/common/utils.c
18791         * src/common/utils.h
18792                 sync with HEAD
18793
18794 2004-10-27 [paul]       0.9.12cvs134.1
18795
18796         * configure.ac
18797         * src/main.c
18798         * src/procmime.c
18799         * src/plugins/pgpmime/pgpmime.c
18800                 sync with HEAD
18801
18802 2004-10-26 [paul]       0.9.12cvs132.3
18803
18804         * src/account.c
18805         * src/addressbook.c
18806         * src/addrgather.c
18807         * src/addrharvest.c
18808         * src/codeconv.c
18809         * src/compose.c
18810         * src/customheader.c
18811         * src/editaddress.c
18812         * src/editgroup.c
18813         * src/enriched.c
18814         * src/expldifdlg.c
18815         * src/exporthtml.c
18816         * src/exportldif.c
18817         * src/folder.c
18818         * src/foldersel.c
18819         * src/folderview.c
18820         * src/grouplistdialog.c
18821         * src/html.c
18822         * src/imap.c
18823         * src/jpilot.c
18824         * src/ldapserver.c
18825         * src/ldif.c
18826         * src/mimeview.c
18827         * src/news.c
18828         * src/news_gtk.c
18829         * src/pop.c
18830         * src/prefs_display_header.c
18831         * src/prefs_gtk.c
18832         * src/prefs_msg_colors.c
18833         * src/prefs_toolbar.c
18834         * src/procheader.c
18835         * src/procmime.c
18836         * src/summaryview.c
18837         * src/textview.c
18838         * src/toolbar.c
18839         * src/vcard.c
18840         * src/common/mgutils.c
18841         * src/common/nntp.c
18842         * src/common/smtp.c
18843         * src/common/template.c
18844         * src/common/utils.c
18845         * src/common/xmlprops.c
18846         * src/plugins/pgpmime/pgpmime.c
18847         * src/plugins/pgpmime/select-keys.c
18848         * src/plugins/pgpmime/sgpgme.c
18849                 replace deprecated g_strcasecmp(), g_strncasecmp(),
18850                 g_string_sprintfa(), gtk_notebook_current_page()
18851
18852 2004-10-26 [colin]      0.9.12cvs132.2
18853
18854         * src/prefs_folder_item.c
18855                 Fix default-account selection
18856
18857 2004-10-21 [colin]      0.9.12cvs133
18858
18859         * src/compose.c
18860                 Sync with HEAD (Remove extra separator in compose's Options)
18861         * src/textview.c
18862                 Set wrapping to char
18863
18864 2004-10-21 [paul]       0.9.12cvs131.2
18865
18866         * src/compose.c
18867         * src/sourcewindow.c
18868                 fix wrapping
18869                 fix window shrinking 
18870
18871 2004-10-21 [colin]      0.9.12cvs131.1
18872
18873         * ChangeLog.claws
18874         * src/compose.c
18875                 Sync with HEAD
18876
18877 2004-10-21 [paul]       0.9.12cvs130.2
18878
18879         * src/prefs_folder_item.c
18880                 sync with HEAD (Apply to subfolders)
18881
18882 2004-10-19 [colin]      0.9.12cvs130.1
18883
18884         * ChangeLog.claws
18885         * src/compose.c
18886         * src/common/utils.c
18887         * src/gtk/menu.c
18888                 Sync with HEAD
18889
18890 2004-10-19 [colin]      0.9.12cvs128.1
18891
18892         * src/addrbook.c
18893         * src/addrcache.c
18894         * src/addressbook.c
18895         * src/codeconv.c
18896         * src/compose.c
18897         * src/customheader.c
18898         * src/editaddress.c
18899         * src/editgroup.c
18900         * src/exporthtml.c
18901         * src/folder.c
18902         * src/folderview.c
18903         * src/imap.c
18904         * src/jpilot.c
18905         * src/main.c
18906         * src/matcher_parser_parse.y
18907         * src/mbox.c
18908         * src/pop.c
18909         * src/prefs_account.c
18910         * src/prefs_gtk.c
18911         * src/prefs_msg_colors.c
18912         * src/procheader.c
18913         * src/procmime.c
18914         * src/procmime.h
18915         * src/procmsg.c
18916         * src/summaryview.c
18917         * src/textview.c
18918         * src/common/base64.c
18919         * src/common/partial_download.c
18920         * src/common/socket.c
18921         * src/common/sylpheed.c
18922         * src/common/utils.c
18923         * src/common/utils.h
18924         * src/gtk/pluginwindow.c
18925         * src/gtk/quicksearch.c
18926         * src/plugins/clamav/clamav_plugin.c
18927         * src/plugins/clamav/clamav_plugin.h
18928         * src/plugins/clamav/clamav_plugin_gtk.c
18929         * src/plugins/pgpmime/passphrase.c
18930         * src/plugins/pgpmime/pgpmime.c
18931         * src/plugins/pgpmime/plugin.c
18932         * src/plugins/pgpmime/prefs_gpg.c
18933         * src/plugins/pgpmime/prefs_gpg.h
18934         * src/plugins/pgpmime/select-keys.c
18935         * src/plugins/pgpmime/sgpgme.c
18936         * src/plugins/spamassassin/libspamc.c
18937         * src/plugins/spamassassin/spamassassin.c
18938         * src/plugins/spamassassin/spamassassin.h
18939         * src/plugins/spamassassin/spamassassin_gtk.c
18940         * src/plugins/trayicon/trayicon.c
18941         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
18942                 Sync with HEAD
18943
18944 2004-10-14 [colin]      0.9.12cvs126.2
18945
18946         * src/codeconv.c
18947         * src/textview.c
18948                 Fix conv_unreadable_locale
18949
18950 2004-10-13 [colin]      0.9.12cvs126.1
18951
18952         * src/compose.c
18953                 Sync with HEAD (don't convert charset for 
18954                 drafted messages, minor cleanup)
18955
18956 2004-10-13 [colin]      0.9.12cvs125.1
18957
18958         * po/POTFILES.in
18959                 Sync with HEAD (POTFILES fix)
18960
18961 2004-10-12 [colin]      0.9.12cvs124.3
18962
18963         * src/compose.c
18964                 Fix encoding bug from latest sync
18965
18966 2004-10-12 [paul]       0.9.12cvs124.2
18967
18968         * src/plugins/pgpmime/prefs_gpg.c
18969         * src/plugins/pgpmime/prefs_gpg.h
18970                 forgotten in last commit        
18971
18972 2004-10-12 [paul]       0.9.12cvs124.1
18973
18974         * ChangeLog.claws
18975         * configure.ac
18976         * m4/spamassassin.m4
18977         * src/Makefile.am
18978         * src/account.c
18979         * src/compose.c
18980         * src/compose.h
18981         * src/crash.c
18982         * src/main.c
18983         * src/mimeview.c
18984         * src/passphrase.c
18985         * src/passphrase.h
18986         * src/prefs_account.c
18987         * src/prefs_account.h
18988         * src/prefs_common.c
18989         * src/privacy.c
18990         * src/privacy.h
18991         * src/procmime.c
18992         * src/procmime.h
18993         * src/procmsg.c
18994         * src/rfc2015.c
18995         * src/rfc2015.h
18996         * src/select-keys.c
18997         * src/select-keys.h
18998         * src/textview.c
18999         * src/common/utils.c
19000         * src/common/utils.h
19001         * src/gtk/about.c
19002         * src/plugins/pgpmime/Makefile.am
19003         * src/plugins/pgpmime/passphrase.c
19004         * src/plugins/pgpmime/passphrase.h
19005         * src/plugins/pgpmime/pgpmime.c
19006         * src/plugins/pgpmime/plugin.c
19007         * src/plugins/pgpmime/select-keys.c
19008         * src/plugins/pgpmime/select-keys.h
19009         * src/plugins/pgpmime/sgpgme.c
19010         * src/plugins/pgpmime/sgpgme.h
19011                 sync with HEAD
19012
19013 2004-10-04 [colin]      0.9.12cvs122.1
19014
19015         * src/mainwindow.c
19016         * src/messageview.c
19017         * src/messageview.h
19018         * src/textview.c
19019                 Sync with HEAD
19020
19021 2004-10-04 [colin]      0.9.12cvs121.1
19022
19023         * src/summaryview.c
19024                 Sync with HEAD
19025
19026 2004-10-04 [paul]       0.9.12cvs120.1
19027
19028         * configure.ac
19029                 sync with HEAD [don't try to build 
19030                 pgpmime plugin when gpgme is disabled]
19031
19032 2004-10-03 [colin]      0.9.12cvs119.3
19033
19034         * src/gtk/gtksctree.c
19035                 Lots of side effects. Put back as before 117.2.
19036         * src/summaryview.c
19037                 Fix bug #602
19038
19039 2004-10-03 [colin]      0.9.12cvs119.2
19040
19041         * src/gtk/gtksctree.c
19042                 Revert 608 fix that doesn't work that good
19043
19044 2004-10-02 [colin]      0.9.12cvs119.1
19045
19046         * src/mainwindow.c
19047         * src/messageview.c
19048         * src/prefs_common.h
19049         * src/procmime.c
19050         * src/procmime.h
19051         * src/textview.c
19052                 Sync with HEAD
19053         * src/gtk/gtksctree.c
19054                 Close bug #608
19055
19056 2004-10-01 [colin]      0.9.12cvs118.1
19057
19058         * src/mimeview.c
19059                 Sync with HEAD (better Save All fix)
19060
19061 2004-10-01 [colin]      0.9.12cvs117.2
19062
19063         * src/gtk/gtksctree.c
19064                 Faster on selection
19065
19066 2004-10-01 [colin]      0.9.12cvs117.1
19067
19068         * src/mimeview.c
19069                 Sync with HEAD (Save All: only attachments)
19070
19071 2004-10-01 [paul]       0.9.12cvs116.1
19072
19073         * ChangeLog.claws
19074         * configure.ac
19075         * src/account.c
19076         * src/prefs_common.c
19077         * src/gtk/colorlabel.c
19078                 sync with HEAD
19079
19080 2004-09-30 [colin]      0.9.12cvs115.1
19081
19082         * src/stock_pixmap.c
19083         * src/stock_pixmap.h
19084         * src/folderview.c
19085         * src/Makefile.am
19086         * src/pixmaps/read.xpm
19087                 Sync with HEAD (new pixmap)
19088
19089 2004-09-29 [colin]      0.9.12cvs114.1
19090
19091         * src/compose.c
19092                 Sync with HEAD
19093                 Fix focus handling in headers
19094
19095 2004-09-29 [paul]       0.9.12cvs113.1
19096
19097         * src/quote_fmt_parse.y
19098                 sync with HEAD
19099  
19100
19101 2004-09-28 [colin]      0.9.12cvs112.1
19102
19103         * src/folderview.c
19104         * src/mainwindow.c
19105                 Sync with HEAD
19106
19107 2004-09-28 [colin]      0.9.12cvs110.1
19108
19109         * src/folderview.c
19110                 Sync with HEAD (Contextual Empty trash menu)
19111
19112 2004-09-28 [colin]      0.9.12cvs108.1
19113
19114         * src/addressbook.c
19115                 Sync with HEAD (addressbook edit on double-click)
19116
19117 2004-09-28 [colin]      0.9.12cvs106.1
19118
19119         * src/inc.c
19120                 Sync with HEAD (folder_item freeze on inc)
19121
19122 2004-09-27 [colin]      0.9.12cvs105.1
19123
19124         * src/folderview.c
19125                 Sync with HEAD (right-align new and unread column)
19126
19127 2004-09-27 [colin]      0.9.12cvs104.1
19128
19129         * src/main.c
19130                 Sync with HEAD (revert 0.9.12cvs101)
19131
19132 2004-09-24 [colin]      0.9.12cvs103.2
19133
19134         * src/wizard.c
19135                 Fix gtk warnings and use domain part of the email address 
19136                 when domain detection fails (no dot in domain name)
19137
19138 2004-09-23 [colin]      0.9.12cvs103.1
19139
19140         * src/plugins/spamassassin/libspamc.c
19141         * src/plugins/spamassassin/libspamc.h
19142         * src/plugins/spamassassin/utils.c
19143         * src/plugins/spamassassin/utils.h
19144                 Sync with HEAD (Update spamassassin to 3.0)
19145
19146 2004-09-21 [colin]      0.9.12cvs102.3
19147
19148         * src/action.c
19149                 Add horizontal scrollbar in action io dialog as needed
19150                 Patch by Alfons.
19151
19152 2004-09-20 [colin]      0.9.12cvs102.2
19153
19154         * src/plugins/image_viewer/viewer.c
19155                 Remove imlib stuff
19156                 use gtk_pixmap_set when clearing
19157                 (would be better to use gtkImages, but causes size-allocate 
19158                 signals storm)
19159
19160 2004-09-17 [paul]       0.9.12cvs102.1
19161
19162         * ChangeLog
19163         * ChangeLog.claws
19164         * ChangeLog.jp
19165         * configure.ac
19166         * src/inc.c
19167                 sync with HEAD
19168
19169
19170 2004-09-17 [colin]      0.9.12cvs101.1
19171
19172         * ChangeLog.claws
19173         * src/main.c
19174                 Sync with HEAD (fix segs at exit)
19175
19176 2004-09-14 [colin]      0.9.12cvs99.5
19177
19178         * src/common/socket.c
19179         * AUTHORS
19180                 Fix send error on 64bit platforms
19181                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
19182
19183 2004-09-14 [colin]      0.9.12cvs99.4
19184
19185         * src/action.c
19186                 Fix action output with utf8 
19187                 Patch by Alfons.
19188
19189 2004-09-14 [colin]      0.9.12cvs99.3
19190
19191         * ChangeLog.claws
19192         * src/folder.c
19193                 Sync with HEAD
19194
19195 2004-09-09 [colin]      0.9.12cvs99.2
19196
19197         * src/action.c
19198                 Fix progress bar (displaying "Completed %v/%u")
19199                 Patch by Alfons.
19200
19201 2004-09-08 [colin]      0.9.12cvs99.1
19202
19203         * src/account.c
19204         * src/folder.c
19205         * src/procmsg.c
19206         * src/procmsg.h
19207         * src/plugins/pgpmime/pgpmime.c
19208                 Sync with HEAD
19209
19210 2004-09-08 [colin]      0.9.12cvs97.2
19211
19212         * src/summaryview.c
19213                 Don't select mails in collapsed threads 
19214                 when navigating with up/down
19215
19216 2004-09-07 [colin]      0.9.12cvs97.1
19217
19218         * src/inc.c
19219                 Sync with HEAD (meaningful error messages)
19220
19221 2004-09-06 [colin]      0.9.12cvs96.1
19222
19223         * src/toolbar.c
19224                 Sync with HEAD (fix Redirect graying out)
19225
19226 2004-09-06 [colin]      0.9.12cvs95.1
19227
19228         * src/summaryview.c
19229         * src/mimeview.c
19230                 Sync with HEAD (fix dropped URIs)
19231
19232 2004-09-06 [colin]      0.9.12cvs94.1
19233
19234         * src/addressbook.c
19235         * src/addressitem.h
19236         * src/addritem.c
19237         * src/addritem.h
19238                 Sync with HEAD (addressbook DnD)
19239
19240 2004-09-03 [colin]      0.9.12cvs93.1
19241
19242         * src/summaryview.c
19243                 Sync with HEAD (next/prev unread)
19244
19245 2004-09-03 [colin]      0.9.12cvs92.1
19246
19247         * src/prefs_common.c
19248         * src/prefs_common.h
19249         * src/summaryview.c
19250                 Sync with HEAD ('mark_as_read_delay' pref)
19251
19252 2004-09-02 [colin]      0.9.12cvs91.2
19253
19254         * src/common/xml.c
19255                 Fix leak
19256
19257 2004-09-02 [colin]      0.9.12cvs91.1
19258
19259         * src/gtk/menu.c
19260                 Sync with HEAD (menu accel don't work, but whatever)
19261
19262 2004-09-02 [colin]      0.9.12cvs90.1
19263
19264         * src/account.c
19265                 Sync with HEAD (fix bug 582)
19266
19267 2004-09-02 [colin]      0.9.12cvs89.1
19268
19269         * src/addrindex.c
19270                 Sync with HEAD (free deleted queries)
19271
19272 2004-09-02 [colin]      0.9.12cvs88.1
19273
19274         * src/ldapquery.c
19275                 Sync with HEAD (fix LDAP freezes)
19276
19277 2004-09-02 [colin]      0.9.12cvs87.1
19278
19279         * src/prefs_spelling.c
19280                 Sync with HEAD (add default dictionary)
19281
19282 2004-09-01 [colin]      0.9.12cvs86.1
19283
19284         * src/filtering.c
19285         * src/folderview.c
19286         * src/imap.c
19287         * src/prefs_matcher.c
19288         * src/stock_pixmap.c
19289         * src/summary_search.c
19290         * src/summaryview.c
19291         * src/wizard.c
19292         * src/wizard.h
19293                 Sync with HEAD (uninitialized vars fixes)
19294                 + gtk2 specific warning fixes
19295
19296 2004-08-31 [colin]      0.9.12cvs85.1
19297
19298         * src/folder.c
19299                 Sync with HEAD (Fix memory corruption due to 
19300                 uninitialized var)
19301
19302 2004-08-31 [colin]      0.9.12cvs84.4
19303
19304         * src/summary_search.c
19305                 Fix segfaults when searching in folders with broken headers
19306
19307 2004-08-31 [colin]      0.9.12cvs84.3
19308
19309         * src/compose.c
19310         * src/textview.c
19311                 Fix some more encoding/decoding issues
19312
19313 2004-08-30 [colin]      0.9.12cvs84.2
19314
19315         * src/mimeview.c
19316         * src/prefs_themes.c
19317         * src/gtk/filesel.c
19318         * src/gtk/filesel.h
19319                 Add a folder-mode selection (fixes mimeview's "Save all")
19320
19321 2004-08-29 [colin]      0.9.12cvs84.1
19322
19323         * src/mimeview.c
19324                 Sync with HEAD (don't escape saved filenames)
19325
19326 2004-08-27 [colin]      0.9.12cvs83.1
19327
19328         * ChangeLog
19329         * ChangeLog.claws
19330         * ChangeLog.jp
19331         * src/mh.c
19332         * src/procheader.c
19333         * src/procmsg.c
19334         * src/procmsg.h
19335         * src/common/utils.c
19336         * src/gtk/menu.h
19337         * po/
19338                 Sync with HEAD 0.9.12cvs83 (sync with main)
19339
19340 2004-08-26 [colin]      0.9.12cvs82.4
19341
19342         * src/codeconv.c
19343                 Fix strange stack corruption
19344                 Convert to utf8 after unmime, not before
19345
19346 2004-08-26 [colin]      0.9.12cvs82.3
19347
19348         * src/main.c
19349         * src/wizard.c
19350                 Fix account folders duplication
19351
19352 2004-08-25 [colin]      0.9.12cvs82.2
19353
19354         * src/wizard.c
19355                 Remove ports
19356                 Add SSL selection
19357                 Use login@server as account name
19358
19359 2004-08-25 [colin]      0.9.12cvs82.1
19360
19361         * src/plugins/pgpmime/pgpmime.c
19362                 Sync with HEAD (leak fix).
19363
19364 2004-08-25 [colin]      0.9.12cvs81.1
19365
19366         * src/plugins/pgpmime/pgpmime.c
19367         * src/plugins/pgpmime/sgpgme.c
19368         * src/plugins/pgpmime/sgpgme.h
19369                 Sync with HEAD (Handle combined messages).
19370
19371 2004-08-24 [colin]      0.9.12cvs80.3
19372
19373         * src/wizard.c
19374                 Fix full name, ports, and imap
19375
19376 2004-08-24 [colin]      0.9.12cvs80.2
19377
19378         * src/Makefile.am
19379         * src/main.c
19380         * src/setup.c
19381         * src/setup.h
19382         * src/stock_pixmap.c
19383         * src/stock_pixmap.h
19384         * src/wizard.c ** ADDED **
19385         * src/wizard.h ** ADDED ** 
19386         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
19387                 Add a setup wizard 
19388
19389 2004-08-24 [colin]      0.9.12cvs80.1
19390
19391         * src/folder.c
19392                 Sync with HEAD (set mimeflags on all messages)
19393
19394 2004-08-24 [colin]      0.9.12cvs79.3
19395
19396         * src/matcher_parser_lex.l
19397                 Fix 8bits strings not in utf8
19398
19399 2004-08-24 [colin]      0.9.12cvs79.2
19400
19401         * src/compose.c
19402                 Check conversion result before replacing buffer
19403
19404 2004-08-23 [colin]      0.9.12cvs79.1
19405
19406         * src/compose.c
19407                 Sync with HEAD (create message header in memory)
19408
19409 2004-08-23 [colin]      0.9.12cvs78.1
19410
19411         * src/rfc2015.c
19412         * src/rfc2015.h
19413                 Sync with HEAD (fix bug 197 again)
19414
19415 2004-08-23 [colin]      0.9.12cvs77.3
19416
19417         * src/compose.c
19418                 Fix again inline gpg signing (which outputs utf8
19419                 in gtk2). Not syncing this fix to HEAD as this 
19420                 code is meant to die.
19421
19422 2004-08-23 [colin]      0.9.12cvs77.2
19423
19424         * src/prefs_account.h
19425                 Remove useless include
19426
19427 2004-08-23 [colin]      0.9.12cvs77.1
19428
19429         * src/imap.c
19430         * po/es.po
19431         * po/fr.po
19432         * po/it.po
19433         * po/pl.po
19434         * po/pt_BR.po
19435         * po/sk.po
19436         * po/sr.po
19437                 Sync with HEAD (fix bug 577)
19438
19439 2004-08-22 [colin]      0.9.12cvs76.1
19440
19441         * src/plugins/trayicon/trayicon.c
19442                 Sync with HEAD (fix formatting bug)
19443
19444 2004-08-21 [colin]      0.9.12cvs74.2
19445
19446         * src/gtk/colorsel.c
19447                 Fix bug 564 (Folder color selection window exits on any
19448                 keypress)
19449
19450 2004-08-21 [colin]      0.9.12cvs74.1
19451
19452         * ChangeLog.claws
19453         * src/compose.c
19454         * src/summaryview.c
19455         * src/toolbar.c
19456                 Sync with HEAD (fix bug 576)
19457
19458 2004-08-21 [colin]      0.9.12cvs70.1
19459
19460         * src/compose.c
19461         * src/mainwindow.c
19462                 Sync with HEAD
19463                 
19464
19465 2004-08-21 [paul]       0.9.12cvs66.4
19466
19467         * src/mainwindow.c
19468         * src/messageview.c
19469         * src/gtk/menu.c
19470         * src/plugins/spamassassin/spamassassin_gtk.c
19471                 remove some deprecated gtk1 functions
19472
19473
19474 2004-08-21 [colin]      0.9.12cvs66.3
19475
19476         * src/compose.c
19477         * src/codeconv.c
19478                 Fix warnings
19479                 Remove encoding hacks
19480                 Fix bug 575 (Strange character messes up message)
19481                 Don't display conversion error when drafting
19482
19483 2004-08-21 [paul]       0.9.12cvs66.2
19484
19485         * src/prefs_account.c
19486                 fix GnuPG mode bugs
19487
19488
19489 2004-08-20 [colin]      0.9.12cvs66.1
19490
19491         * src/codeconv.c
19492                 Sync with HEAD 0.9.12cvs66
19493
19494 2004-08-20 [paul]
19495
19496         * src/plugins/pgpmime/plugin.c
19497                 modify PGP/MIME plugin's description
19498
19499 2004-08-17 [colin]      0.9.12cvs65.1
19500
19501         * src/common/ssl.c
19502         * src/plugins/pgpmime/plugin.c
19503                 Sync with HEAD
19504
19505 2004-08-14 [colin]      0.9.12cvs60.3
19506
19507         * src/plugins/trayicon/trayicon.c
19508                 Put back resize callback, on size-request signal
19509                 rather than size-allocate to avoid infinite 
19510                 callback loop
19511
19512 2004-08-13 [colin]      0.9.12cvs60.2
19513
19514         * src/common/defs.h
19515                 Cache versions have been fixed
19516
19517 2004-08-13 [colin]      0.9.12cvs60.1
19518
19519         * src/folderutils.c
19520                 Sync with HEAD
19521
19522 2004-08-12 [colin]      0.9.12cvs59.1
19523
19524         * src/plugins/trayicon/trayicon.c
19525                 Sync with HEAD
19526
19527 2004-08-12 [colin]      0.9.12cvs57.5
19528
19529         * sylpheed.desktop
19530         * configure.ac
19531         * src/Makefile.am
19532         * src/main.c
19533                 Add support for Freedesktop.org's startup notification
19534
19535 2004-08-11 [colin]      0.9.12cvs57.4
19536
19537         * src/textview.c
19538                 Fix off-by-one
19539
19540 2004-08-11 [colin]      0.9.12cvs57.3
19541
19542         * src/message_search.c
19543         * src/summary_search.c
19544                 Make searches case insensitive by default
19545         * src/textview.c
19546                 Fix case-insensitive search in message
19547
19548 2004-08-11 [colin]      0.9.12cvs57.2
19549
19550         * src/summary_search.c
19551                 Let case-sensitive be specified
19552
19553 2004-08-10 [colin]      0.9.12cvs55.4
19554
19555         * src/common/socket.c
19556                 Fix the possible race condition
19557
19558 2004-08-09 [paul]       0.9.12cvs55.3
19559
19560         * configure.ac
19561         * src/Makefile.am
19562         * src/common/Makefile.am
19563                 sync with HEAD
19564
19565
19566 2004-08-09 [paul]       0.9.12cvs55.2
19567
19568         * autogen.sh
19569         * po/poconv.sh
19570                 remove unneeded script
19571
19572         * configure.ac
19573                 add forgotten USE_LDAP_TLS (sync with HEAD)
19574
19575
19576 2004-08-09 [colin]      0.9.12cvs55.1
19577
19578         * src/main.c
19579         * src/common/ssl.c
19580         * src/common/sylpheed.c
19581         * src/common/sylpheed.h
19582                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
19583
19584 2004-08-09 [paul]       0.9.12cvs54.1
19585
19586         * ChangeLog
19587         * ChangeLog.claws
19588         * ChangeLog.jp
19589         * configure.ac
19590         * po/POTFILES.in
19591         * src/Makefile.am
19592         * src/folderutils.c
19593         * src/main.c
19594         * src/pgpmime.c
19595         * src/pgpmime.h
19596         * src/sgpgme.c
19597         * src/sgpgme.h
19598         * src/plugins/Makefile.am
19599         * src/plugins/pgpmime/.cvsignore
19600         * src/plugins/pgpmime/Makefile.am
19601         * src/plugins/pgpmime/pgpmime.c
19602         * src/plugins/pgpmime/pgpmime.h
19603         * src/plugins/pgpmime/plugin.c
19604         * src/plugins/pgpmime/sgpgme.c
19605         * src/plugins/pgpmime/sgpgme.h
19606                 sync with HEAD
19607
19608 2004-08-08 [paul]       0.9.12cvs51.1
19609
19610         * configure.ac
19611         * src/folder.c
19612                 sync with HEAD
19613
19614 2004-08-07 [colin]      0.9.12cvs50.1
19615
19616         * src/pop.c
19617         * src/common/partial_download.c
19618                 fix warnings (sync from HEAD)
19619
19620 2004-08-07 [colin]      0.9.12cvs48.1
19621
19622         * src/prefs_folder_item.c
19623                 sync with HEAD 0.9.12cvs48
19624
19625 2004-08-06 [colin]      0.9.12cvs47.1
19626
19627         * src/compose.c
19628                 Sync with HEAD
19629
19630 2004-08-06 [christoph]  0.9.12cvs46.2
19631
19632         * src/main.c
19633         * src/plugins/clamav/clamav_plugin_gtk.c
19634         * src/plugins/dillo_viewer/dillo_viewer.c
19635         * src/plugins/image_viewer/plugin.c
19636         * src/plugins/mathml_viewer/mathml_viewer.c
19637         * src/plugins/spamassassin/spamassassin_gtk.c
19638         * src/plugins/trayicon/trayicon.c
19639                 don't mix GTK1.2 plugin with GTK2 plugins
19640
19641 2004-08-06 [colin]      0.9.12cvs46.1
19642
19643         * ChangeLog
19644         * ChangeLog.claws
19645         * ChangeLog.jp
19646         * configure.ac
19647         * sylpheed-claws.pc.in
19648         * src/folder.c
19649         * src/imap.c
19650         * src/localfolder.c
19651         * src/messageview.c
19652         * src/mimeview.c
19653         * src/mimeview.h
19654         * src/msgcache.c
19655         * src/news.c
19656         * src/prefs_ext_prog.c
19657         * src/prefs_folder_item.c
19658         * src/prefs_fonts.c
19659         * src/prefs_msg_colors.c
19660         * src/prefs_spelling.c
19661         * src/prefs_themes.c
19662         * src/prefs_toolbar.c
19663         * src/prefs_wrapping.c
19664         * src/procmime.h
19665         * src/common/defs.h
19666         * src/common/nntp.c
19667         * src/common/session.c
19668         * src/common/session.h
19669         * src/common/socket.c
19670         * src/common/utils.h
19671         * src/common/xml.c
19672         * src/common/xml.h
19673         * src/gtk/prefswindow.c
19674         * src/gtk/prefswindow.h
19675         * src/plugins/clamav/clamav_plugin_gtk.c
19676         * src/plugins/dillo_viewer/dillo_prefs.c
19677         * src/plugins/image_viewer/viewerprefs.c
19678         * src/plugins/spamassassin/spamassassin_gtk.c
19679         * m4/openssl.m4 *** REMOVED ***
19680                 Sync with HEAD 0.9.12cvs46
19681
19682 2004-08-03 [paul]       0.9.12cvs40.2
19683
19684         * src/action.c
19685         * src/addressadd.c
19686         * src/addressbook.c
19687         * src/addrgather.c
19688         * src/browseldap.c
19689         * src/compose.c
19690         * src/crash.c
19691         * src/editaddress.c
19692         * src/editgroup.c
19693         * src/editldap_basedn.c
19694         * src/foldersel.c
19695         * src/importldif.c
19696         * src/mimeview.c
19697         * src/prefs_common.c
19698         * src/prefs_template.c
19699         * src/sourcewindow.c
19700         * src/summaryview.c
19701         * src/gtk/about.c
19702         * src/gtk/foldersort.c
19703         * src/gtk/logwindow.c
19704         * src/gtk/pluginwindow.c
19705         * src/gtk/prefswindow.c
19706                 change all gtk_scrolled_window_set_policy from 
19707                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
19708
19709 2004-08-02 [paul]       0.9.12cvs40.1
19710
19711         * AUTHORS
19712                 update translation team section
19713         * po/pt_BR.po
19714                 updated by Frederico Goncalves Guimaraes
19715                 <fggdebian@yahoo.com.br>
19716
19717 2004-07-31 [colin]      0.9.12cvs39.9
19718
19719         * src/exphtmldlg.c
19720                 Fix compilation
19721
19722 2004-07-31 [colin]      0.9.12cvs39.8
19723
19724         * src/exphtmldlg.c
19725                 Fix an alertpanel type
19726
19727 2004-07-30 [colin]      0.9.12cvs39.7
19728
19729         * src/alertpanel.c
19730                 Fix alertpanel_error_log's icon
19731
19732 2004-07-30 [colin]      0.9.12cvs39.6
19733
19734         * src/pop.c
19735                 Two of them should still be warnings
19736
19737 2004-07-30 [colin]      0.9.12cvs39.5
19738
19739         * src/pop.c
19740                 More warning -> error
19741 2004-07-29 [colin]      0.9.12cvs39.4
19742
19743         * src/pop.c
19744                 Warning -> error
19745
19746 2004-07-29 [colin]      0.9.12cvs39.3
19747
19748         * src/prefs_matcher.c
19749                 Fix segfault
19750
19751 2004-07-29 [colin]      0.9.12cvs39.2
19752
19753         * src/alertpanel.c
19754                 More nice-looking alertpanels
19755
19756 2004-07-29 [colin]      0.9.12cvs39.1
19757
19758         * src/messageview.c
19759                 sync with head
19760                 (inform user when partial mail is deleted on server)
19761
19762 2004-07-29 [colin]      0.9.12cvs38.1
19763
19764         * src/messageview.c
19765                 sync with head
19766
19767 2004-07-28 [paul]       0.9.12cvs37.7
19768
19769         * src/mainwindow.c
19770                 complete the replacement of deprecated gtk_progress_*
19771
19772 2004-07-28 [paul]       0.9.12cvs37.6
19773
19774         * src/action.c
19775         * src/inc.c
19776         * src/mainwindow.c
19777         * src/send_message.c
19778         * src/gtk/progressdialog.c
19779         * src/gtk/progressdialog.h
19780                 replace deprecated gtk_progress_*
19781
19782 2004-07-28 [paul]       0.9.12cvs37.5
19783
19784         * src/gtk/filesel.c
19785                 remove gtk_window_set_wmclass()
19786 2004-07-28 [paul]       0.9.12cvs37.4
19787
19788         * src/addressbook.c
19789         * src/compose.c
19790         * src/foldersel.c
19791         * src/mainwindow.c
19792         * src/messageview.c
19793         * src/sourcewindow.c
19794         * src/gtk/logwindow.c
19795                 remove gtk_window_set_wmclass()
19796                 
19797         * src/prefs_filtering.c
19798         * src/prefs_filtering_action.c
19799         * src/prefs_fonts.c
19800         * src/prefs_gtk.c
19801         * src/prefs_matcher.c
19802         * src/ssl_manager.c
19803         * src/gtk/prefswindow.c
19804                 replace gtk_window_position()
19805
19806 2004-07-28 [colin]      0.9.12cvs37.3
19807
19808         * src/alertpanel.c
19809         * src/alertpanel.h
19810                 Add a way to specify panel type for specific
19811                 panels (alertpanel())
19812         * src/account.c
19813         * src/addressbook.c
19814         * src/compose.c
19815         * src/expldifdlg.c
19816         * src/main.c
19817         * src/messageview.c
19818         * src/summaryview.c
19819         * src/textview.c
19820         * src/gtk/sslcertwindow.c
19821                 Fix alertpanel()s so that their icon match
19822                 their real type
19823
19824 2004-07-28 [paul]       0.9.12cvs37.2
19825
19826         * src/addr_compl.c
19827         * src/addressbook.c
19828         * src/alertpanel.c
19829         * src/compose.c
19830         * src/export.c
19831         * src/foldersel.c
19832         * src/folderview.c
19833         * src/grouplistdialog.c
19834         * src/import.c
19835         * src/mainwindow.c
19836         * src/message_search.c
19837         * src/messageview.c
19838         * src/passphrase.c
19839         * src/prefs_actions.c
19840         * src/prefs_common.c
19841         * src/prefs_customheader.c
19842         * src/prefs_display_header.c
19843         * src/prefs_filtering.c
19844         * src/prefs_filtering_action.c
19845         * src/prefs_gtk.c
19846         * src/prefs_matcher.c
19847         * src/prefs_msg_colors.c
19848         * src/prefs_summary_column.c
19849         * src/prefs_template.c
19850         * src/sourcewindow.c
19851         * src/ssl_manager.c
19852         * src/summary_search.c
19853         * src/gtk/colorsel.c
19854         * src/gtk/description_window.c
19855         * src/gtk/gtkaspell.c
19856         * src/gtk/inputdialog.c
19857         * src/gtk/logwindow.c
19858         * src/gtk/prefswindow.c
19859         * src/gtk/progressdialog.c
19860                 replace deprecated gtk_window_set_policy
19861
19862 2004-07-27 [colin]      0.9.12cvs37.1
19863
19864         * src/msgcache.c
19865                 More fixes (synced for head again)
19866
19867 2004-07-27 [colin]      0.9.12cvs35.3
19868
19869         * src/msgcache.c
19870                 Fix wrong test
19871
19872 2004-07-27 [colin]      0.9.12cvs35.2
19873
19874         * src/mimeview.c
19875                 Fix width a bit (by Paul)
19876         * src/alertpanel.c
19877         * src/alertpanel.h
19878                 Specialize icons, make alertpanel_message()
19879                 private
19880         * src/message_search.c
19881         * src/sgpgme.c
19882         * src/summary_search.c
19883                 Suit alertpanel changes
19884
19885 2004-07-27 [colin]      0.9.12cvs35.1
19886
19887         * src/alertpanel.c
19888                 Add an icon
19889         * src/passphrase.c
19890                 Add debug output - maybe someone will
19891                 want to look at the problem with Grab
19892                 Input :)
19893         Bump version as we're synced with HEAD
19894
19895 2004-07-26 [colin]      0.9.12cvs33.26
19896
19897         * src/pop.c
19898                 Fix uidl-file parsing when not in new
19899                 format
19900
19901 2004-07-26 [colin]      0.9.12cvs33.25
19902
19903         * src/gtk/menu.c
19904                 Move popup menu up if necessary (fixes 
19905                 account selector)
19906         * src/mainwindow.c
19907                 Set account selector's button height to
19908                 minimum
19909
19910 2004-07-26 [colin]      0.9.12cvs33.24
19911
19912         * src/alertpanel.c
19913                 Maybe fix 551 (Truncated font in alert window)
19914
19915 2004-07-26 [colin]      0.9.12cvs33.23
19916
19917         * po/de.po
19918         * po/es.po
19919         * po/fr.po
19920         * po/it.po
19921         * po/ja.po
19922         * po/pl.po
19923         * po/ru.po
19924         * po/sk.po
19925         * po/sr.po
19926         * po/zh_CN.po
19927                 Sync po files with HEAD
19928
19929 2004-07-26 [paul]       0.9.12cvs33.22
19930
19931         * src/compose.c
19932                 fix Bug 556 'Organisation-header is sent even if empty'
19933
19934 2004-07-24 [colin]      0.9.12cvs33.21
19935
19936         * src/compose.c
19937         * src/gtk/gtkaspell.c
19938         * src/gtk/gtkaspell.h
19939                 Fix speller accelerators (require hack)
19940
19941 2004-07-24 [colin]      0.9.12cvs33.20
19942
19943         * src/gtk/gtkaspell.c
19944                 Fix over-eager code deletion breaking
19945                 Check while typing
19946
19947 2004-07-24 [colin]      0.9.12cvs33.19
19948
19949         * src/browseldap.c
19950         * src/ldapctrl.c
19951         * src/ldapctrl.h
19952         * src/ldapserver.h
19953                 Sync ldap with HEAD
19954         (Fixes 546 LDAP completely broken)
19955
19956 2004-07-24 [colin]      0.9.12cvs33.18
19957
19958         * src/prefs_msg_colors.c
19959                 Fix prototype mismatch
19960         (Fixes 547 void function cannot return value)
19961
19962 2004-07-24 [colin]      0.9.12cvs33.17
19963
19964         * src/mainwindow.c
19965                 Fix sort going back to previous sort key
19966                 when changing sort direction
19967
19968 2004-07-24 [colin]      0.9.12cvs33.16
19969
19970         * src/compose.c
19971                 Fix space insertion when re-wrapping at 
19972                 cursor point
19973
19974 2004-07-24 [colin]      0.9.12cvs33.15
19975
19976         * src/gtk/gtkaspell.c
19977                 Don't change cursor position in insert-text
19978                 callback
19979         (Fixes 539 Word wrapping on input transposes letters)
19980
19981 2004-07-24 [colin]      0.9.12cvs33.14
19982
19983         * src/gtk/gtkaspell.c
19984                 Reencode non-ascii chars to dictionary's
19985                 encoding
19986         (Fixes 544 Spell check broken non english locale)
19987
19988 2004-07-24 [colin]      0.9.12cvs33.13
19989
19990         * src/summaryview.c
19991                 Fix Shift+Down, add Home/End/PgUp/PgDown
19992
19993 2004-07-21 [colin]      0.9.12cvs33.12
19994
19995         * src/prefs_common.c
19996                 Fix a gtk warning (Patch by Andrej Kacian)
19997
19998 2004-07-21 [colin]      0.9.12cvs33.11
19999
20000         * src/gtk/filesel.c
20001                 More check
20002
20003 2004-07-21 [colin]      0.9.12cvs33.10
20004
20005         * src/compose.c
20006         * src/crash.c
20007         * src/export.c
20008         * src/import.c
20009         * src/messageview.c
20010         * src/mimeview.c
20011         * src/prefs_spelling.c
20012         * src/prefs_themes.c
20013         * src/summaryview.c
20014         * src/gtk/filesel.c
20015         * src/gtk/filesel.h
20016         * src/gtk/pluginwindow.c
20017                 Untwist open/save mode guessing logic, make
20018                 it explicit
20019
20020 2004-07-20 [colin]      0.9.12cvs33.9
20021
20022         * src/codeconv.c
20023                 conv_encode_header: src_charset is UTF-8 on
20024                 gtk2
20025         * src/compose.c
20026                 Remove double encoding of the headers
20027
20028 2004-07-20 [colin]      0.9.12cvs33.8
20029
20030         * src/codeconv.c
20031                 Fix typo
20032
20033 2004-07-20 [colin]      0.9.12cvs33.7
20034
20035         * src/mainwindow.c
20036                 Set the separated messageview to the saved
20037                 size of Claws' messageview (Patch by Alfons)
20038                 Fix a callback prototype (me)
20039
20040 2004-07-20 [colin]      0.9.12cvs33.6
20041
20042         * src/codeconv.h
20043                 Forgot one hunk in 0.9.12cvs33.4
20044
20045 2004-07-19 [colin]      0.9.12cvs33.5
20046
20047         * src/action.c
20048                 Action output fix
20049                 Patch by Alfons
20050
20051 2004-07-19 [colin]      0.9.12cvs33.4
20052
20053         * src/compose.c
20054                 Fix outgoing charset bug in headers
20055         * src/codeconv.c
20056                 Clean for glib2 - Patch by Alfons
20057
20058 2004-07-19 [colin]      0.9.12cvs33.3
20059
20060         * src/statusbar.c
20061                 Remove grip from the statusbar
20062                 Patch by Alfons
20063
20064 2004-07-19 [colin]      0.9.12cvs33.2
20065
20066         * src/messageview.c
20067         * src/textview.c
20068                 Fix messageview remembering the previous
20069                 scroll position when loading a new message
20070                 Patch by Alfons
20071
20072 2004-07-19 [colin]      0.9.12cvs33.1
20073
20074         * src/folder.h
20075         * src/folderview.c
20076         * src/summaryview.c
20077                 Sync with HEAD
20078
20079 2004-07-18 [colin]      0.9.12cvs32.7
20080
20081         * configure.ac
20082                 Remove useless check for XIM - noticed
20083                 by Alfons
20084
20085 2004-07-18 [colin]      0.9.12cvs32.6
20086
20087         * src/summaryview.c
20088                 Remove non-modified and shift-modified
20089                 accelerators in summaryview's popup
20090                 menu, as that doesn't get catched by
20091                 the accel-activate signal catcher...
20092
20093 2004-07-18 [colin]      0.9.12cvs32.5
20094
20095         * src/prefs_common.c
20096                 Define sensible default prefs for 
20097                 wrapping
20098
20099 2004-07-18 [colin]      0.9.12cvs32.4
20100
20101         * src/compose.c
20102         * src/prefs_common.c
20103         * src/prefs_common.h
20104         * src/prefs_wrapping.c
20105                 Remove Smart Wrapping pref, which does
20106                 nothing on gtk2 branch
20107
20108 2004-07-18 [colin]      0.9.12cvs32.3
20109
20110         * src/sourcewindow.c
20111                 Proper utf8
20112
20113 2004-07-18 [colin]      0.9.12cvs32.2
20114
20115         * src/compose.c
20116                 Save attachment status when drafting
20117
20118 2004-07-18 [colin]      0.9.12cvs32.1
20119
20120         * src/gtk/filesel.c
20121                 Fix erratic folder selection in open mode
20122
20123 2004-07-18 [colin]      0.9.12cvs31.11
20124
20125         * src/pop.c
20126                 Don't let partial messages get deleted
20127                 even with "dowload all"
20128                 (0.9.12cvs31.8 fix extension)
20129 2004-07-18 [colin]      0.9.12cvs31.10
20130
20131         * src/gtk/logwindow.c
20132                 Fix log scrolling
20133
20134 2004-07-18 [colin]      0.9.12cvs31.9
20135
20136         * src/common/utils.c
20137                 Fix non-utf8 strings coming from commands
20138                 and files
20139
20140 2004-07-18 [colin]      0.9.12cvs31.8
20141
20142         * src/pop.c
20143                 Fix partial download bug with Download all
20144                 messages option
20145
20146 2004-07-18 [colin]      0.9.12cvs31.7
20147
20148         * src/textview.c
20149                 Fix bug introduced in 0.9.12cvs31.2
20150                 (blocked in select mode after double click)
20151
20152 2004-07-18 [colin]      0.9.12cvs31.6
20153
20154         * src/compose.c
20155         * src/gtk/menu.c
20156                 More glib-warning fixes
20157
20158 2004-07-18 [colin]      0.9.12cvs31.5
20159
20160         * src/compose.c
20161                 Fix trashing the primary clipboard when moving 
20162                 around with tab
20163         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
20164
20165 2004-07-18 [colin]      0.9.12cvs31.4
20166
20167         * src/codeconv.c
20168                 convert unencoded iso headers to utf8
20169         (Fix Bug 538 Unencoded local characters in subject make it 
20170          disappear)
20171
20172 2004-07-18 [colin]      0.9.12cvs31.3
20173
20174         * src/compose.c
20175                 Fix tab char handling in wrapping
20176         (Fix Bug 537 Line wrap problem - TAB character treated as 
20177          one character instead of 8)
20178
20179 2004-07-18 [colin]      0.9.12cvs31.2
20180
20181         * src/textview.c
20182                 return FALSE on GDK_MOTION_NOTIFY
20183         (Fix Bug 535 Hyperlinks/addresses are not selectable 
20184          (unable to highlight))
20185
20186 2004-07-18 [colin]      0.9.12cvs31.1
20187
20188         * src/folderview.c
20189                 Sync with 0.9.12cvs31
20190
20191 2004-07-18 [colin]      0.9.12cvs30.4
20192
20193         * src/compose.c
20194                 Also block text_inserted when inserting a file
20195
20196 2004-07-18 [colin]      0.9.12cvs30.3
20197
20198         * src/compose.c
20199                 Fix smart wrapping (block text_inserted handler
20200                 while putting quotation to avoid wrap on input,
20201                 don't join lines if next is sig separator)
20202
20203 2004-07-17 [colin]      0.9.12cvs30.2
20204
20205         * src/folderview.c
20206         * src/mainwindow.c
20207         * src/mimeview.c
20208         * src/summaryview.c
20209         * src/gtk/quicksearch.c
20210         * src/gtk/quicksearch.h
20211                 Block key events handlers *and* accels while
20212                 quicksearch is focused
20213         (Fixes Bug 534 quick-search bar not accepting certain letters)
20214
20215 2004-07-17 [colin]      0.9.12cvs30.1
20216
20217         * src/folder.h
20218         * src/folderview.c
20219         * src/summaryview.c
20220                 Sync with 0.9.12cvs30
20221
20222 2004-07-17 [colin]      0.9.12cvs28.2
20223
20224         * src/mimeview.c
20225         * src/procmime.c
20226         * src/summaryview.c
20227         * src/gtk/menu.c
20228                 Squash some compile and glib warnings
20229
20230 2004-07-17 [paul]       0.9.12cvs28.1
20231
20232         * src/mimeview.c
20233                 sync with 0.9.12cvs28 HEAD
20234
20235 2004-07-16 [paul]       0.9.12cvs26.1
20236         
20237         * src/gtk/quicksearch.c
20238         * src/account.c
20239         * src/account.h
20240         * src/compose.c
20241         * src/customheader.c
20242         * src/folder_item_prefs.c
20243         * src/main.c
20244         * src/mainwindow.c
20245         * src/messageview.c
20246         * src/mimeview.c
20247         * src/news.c
20248         * src/pgpmime.c
20249         * src/pop.c
20250         * src/pop.h
20251         * src/prefs_account.c
20252         * src/prefs_account.h
20253         * src/prefs_common.c
20254         * src/prefs_common.h
20255         * src/prefs_display_header.c
20256         * src/prefs_gtk.c
20257         * src/prefs_gtk.h
20258         * src/procheader.c
20259         * src/procmime.c
20260                 sync with 0.9.12cvs26 HEAD      
20261
20262 2004-07-15 [colin]      0.9.12cvs18.14
20263
20264         * src/folder.c
20265                 Disable GPG signature check during
20266                 folder move and scan
20267         (Closes Bug 521 Signature checking slows down Folder-Move)
20268
20269 2004-07-14 [colin]      0.9.12cvs18.13
20270
20271         * src/common/partial_download.c
20272                 update includes
20273
20274 2004-07-14 [colin]      0.9.12cvs18.12
20275
20276         * src/common/partial_download.c
20277         * src/common/partial_download.h
20278                 Move doc at top, add correct copyright
20279
20280 2004-07-14 [colin]      0.9.12cvs18.11
20281
20282         * src/folder.c
20283         * src/messageview.c
20284         * src/pop.c
20285         * src/pop.h
20286         * src/procmsg.c
20287         * src/summaryview.c
20288         * src/common/Makefile.am
20289         * src/common/partial_download.c ** NEW FILES **
20290         * src/common/partial_download.h ** NEW FILES **
20291                 Move partial-download related stuff to its
20292                 own file
20293
20294 2004-07-14 [colin]      0.9.12cvs18.10
20295
20296         * src/send_message.c
20297                 Fix smtp auth when user is null or empty
20298
20299 2004-07-13 [colin]      0.9.12cvs18.9
20300
20301         * src/gtk/quicksearch.c
20302                 Use alphabetic order
20303
20304 2004-07-13 [colin]      0.9.12cvs18.8
20305
20306         * src/pop.c
20307                 Be paranoid on the checks
20308
20309 2004-07-13 [colin]      0.9.12cvs18.7
20310
20311         * src/gtk/quicksearch.c
20312                 Fix Engrish once again
20313
20314 2004-07-13 [colin]      0.9.12cvs18.6
20315
20316         * src/procmsg.c
20317         * src/summaryview.c
20318                 Mark messages for deletion when they are about to
20319                 be removed from trash
20320
20321 2004-07-13 [colin]      0.9.12cvs18.5
20322
20323         * src/matcher.c
20324         * src/matcher.h
20325         * src/matcher_parser_parse.y
20326         * src/prefs_matcher.c
20327         * src/gtk/quicksearch.c
20328                 Add 'partial' ('p') match string to find partially
20329                 downloaded messages
20330
20331 2004-07-13 [colin]      0.9.12cvs18.4
20332
20333         * src/pop.c
20334                 Fix misplaced block
20335
20336 2004-07-13 [colin]      0.9.12cvs18.3
20337
20338         * src/pop.c
20339         * src/pop.h
20340         * src/messageview.c
20341                 Refactor API (to avoid passing 5+ params and code
20342                 duplication)
20343         * src/folder.c
20344         * src/msgcache.c
20345         * src/procheader.c
20346         * src/common/defs.h
20347                 Add planned_download to cache
20348                 Don't mess uidl file when moving partially downloaded
20349                 mails (they change folder, we should change it in the
20350                 uidl list too or we'll remove an incorrect message)
20351                 (this also helps removing hacks when changing 
20352                 planned_download in messageview.c)
20353
20354 2004-07-12 [colin]      0.9.12cvs18.2
20355
20356         * src/gtk/quicksearch.c
20357                 Fix missing status update in quicksearch
20358
20359 2004-07-12 [paul]       0.9.12cvs18.1
20360
20361         * po/POTFILES.in
20362         * src/Makefile.am
20363         * src/account.c
20364         * src/codeconv.c
20365         * src/compose.c
20366         * src/inc.c
20367         * src/main.c
20368         * src/prefs_common.c
20369         * src/procmsg.h
20370         * src/toolbar.c
20371         * src/prefs_msg_colors.[ch]     ** NEW FILES **
20372         * src/prefs_wrapping.[ch]       ** NEW FILES **
20373         * src/common/intl.h
20374         * src/common/utils.[ch]
20375         * src/gtk/quicksearch.[ch]
20376                 sync with 0.9.12cvs18 HEAD
20377
20378 2004-07-12 [colin]      0.9.11cvs17.25
20379
20380         * src/folder.c
20381         * src/folder.h
20382                 Remove unused function added by me in 0.9.11cvs17.10
20383
20384 2004-07-11 [colin]      0.9.11cvs17.24
20385
20386         * src/inc.c
20387         * src/messageview.c
20388         * src/pop.c
20389         * src/pop.h
20390                 Use folderitem and msgnum instead of filename to
20391                 know which mail to delete
20392                 Move old partial mail deletion to pop.c
20393
20394 2004-07-10 [colin]      0.9.11cvs17.23
20395
20396         * src/inc.c
20397                 Add debug
20398         * src/pop.c
20399         * src/pop.h
20400                 Don't re-use same enums for unrelated stuff: it's 
20401                 completely misleading !
20402                 Document a bit
20403
20404 2004-07-09 [colin]      0.9.11cvs17.22
20405
20406         * src/inc.c
20407                 Remove folder-type check and do
20408                 more tests to be sure everything's
20409                 ok
20410         * src/messageview.c
20411                 Punctuation update, remove useless
20412                 code, fix two warnings
20413         * src/noticeview.c
20414                 Layout cleaning, reset 2nd button
20415                 when specifying one
20416
20417 2004-07-09 [colin]      0.9.11cvs17.21
20418
20419         * src/messageview.c
20420         * src/pop.c
20421         * src/pop.h
20422                 Allow user to change his mind
20423                 and postpone decision (by
20424                 unmarking the mail)
20425
20426 2004-07-09 [colin]      0.9.11cvs17.20
20427
20428         * src/messageview.c
20429                 Fix bug with delete state
20430         * src/pop.c
20431         * src/pop.h
20432                 Fix buffer leak (fread doesn't 
20433                 terminate buffers with \0)
20434                 Refactoring (remove magic 
20435                 numbers)
20436
20437 2004-07-09 [colin]      0.9.11cvs17.19
20438
20439         * src/pop.c
20440                 Don't log "Skipping message" if 
20441                 we're going to TOP it two lines
20442                 later
20443
20444 2004-07-09 [colin]      0.9.11cvs17.18
20445
20446         * src/messageview.c
20447                 Fix Engrish
20448
20449 2004-07-09 [colin]      0.9.11cvs17.17
20450
20451         * src/pop.c
20452                 strlen checking...
20453         * src/messageview.c
20454                 refactoring a bit
20455
20456 2004-07-08 [colin]      0.9.11cvs17.16
20457
20458         * src/noticeview.c
20459         * src/noticeview.h
20460                 Add an optional second button
20461         * src/messageview.c
20462         * src/pop.c
20463         * src/pop.h
20464                 Don't delete partially received mails after a certain
20465                 time; rather, let the user decide.
20466
20467 2004-07-08 [colin]      0.9.11cvs17.15
20468
20469         * src/common/smtp.h
20470                 Sync with HEAD
20471
20472 2004-07-08 [colin]      0.9.11cvs17.14
20473
20474         * src/messageview.c
20475         * src/common/smtp.c
20476                 Use to_human_readable() for sizes
20477
20478 2004-07-08 [colin]      0.9.11cvs17.13
20479
20480         * src/inc.c
20481         * src/messageview.c
20482         * src/pop.c
20483         * src/pop.h
20484         * src/procmsg.c
20485                 Fix partial-downloading issues:
20486                         catch unsupported TOP
20487                         don't delete partially downloaded mails before 5 days
20488                         don't update existing with non-MH folders; that'll
20489                         make dups, but it's better than trashing the folder
20490                         free new msginfo parts
20491                 Fix indentation ;-)
20492
20493 2004-07-08 [colin]      0.9.11cvs17.12
20494
20495         * src/common/smtp.c
20496         * src/common/smtp.h
20497                 Sync smtp size verification with HEAD
20498
20499 2004-07-08 [colin]      0.9.11cvs17.11
20500
20501         * src/summaryview.c
20502         * src/prefs_common.c
20503         * src/prefs_common.h
20504         * src/gtk/quicksearch.c
20505         * src/gtk/quicksearch.h
20506                 Sync sticky pref with HEAD
20507
20508 2004-07-08 [colin]      0.9.11cvs17.10
20509
20510         * src/folder.c [1.213.2.6]
20511         * src/folder.h [1.87.2.6]
20512         * src/inc.c [1.149.2.7]
20513         * src/messageview.c [1.94.2.8]
20514         * src/procheader.c [1.47.2.6]
20515         * src/procmsg.c [1.150.2.4]
20516         * src/procmsg.h [1.60.2.5]
20517         * src/pop.c [1.56.2.4]
20518         * src/pop.h [1.17.2.3]
20519                 Let too big messages get downloaded, but truncated
20520                 Add a button to download them completely
20521                 
20522 2004-07-06 [colin]      0.9.11cvs17.9
20523
20524         * src/gtk/quicksearch.c [1.1.2.3]
20525                 Add a Clear button
20526         * commitHelper
20527         * PATCHSETS
20528                 Add a script to help with cvs
20529
20530 2004-07-03 [colin]      0.9.11cvs17.8
20531
20532         * src/plugins/imageviewer/viewer.c
20533                 fix imageviewer (which was staying on the first
20534                 displayed image)
20535
20536 2004-07-03 [colin]      0.9.11cvs17.7
20537
20538         Removed FIXME_GTK2 warnings
20539         * src/gtk/gtkutils.c
20540                 useless #warnings
20541         * src/gtk/menu.c
20542                 useless #warnings (no need to mess with menu rc)
20543         * src/gtk/menu.h
20544                 unused functions
20545         
20546
20547 2004-07-03 [colin]      0.9.11cvs17.6
20548
20549         Removed FIXME_GTK2 warnings
20550         * src/codeconv.c
20551                 useless #warnings (rewrite needed)
20552         * src/compose.c
20553                 useless #warnings (rewrite needed)
20554                 useless #warnings (gtk2 is like that)
20555                 useless #warnings (previously fixed)
20556         * src/main.c
20557                 useless #warnings (previously fixed)
20558         * src/message_search.c
20559                 useless #warnings (gtk2 is like that)
20560                 Made apparent that search is case-sensitive
20561         * src/mimeview.c
20562                 useless #warnings (rewrite needed)
20563                 useless #warnings (gtk2 is like that)
20564                 reimplemented real warnings
20565         * src/prefs_common.c
20566                 Removed block cursor option (not it gtk2)
20567         * src/prefs_gtk.c
20568                 useless #warnings (rewrite needed)
20569         * src/procheader.c
20570                 useless #warnings (rewrite needed)
20571         * src/sourcewindow.c
20572                 useless #warnings (incorrect placing)
20573         * src/summary_search.c
20574                 useless #warnings (gtk2 is like that)
20575                 Made apparent that search is case-sensitive
20576         * src/action.c
20577                 useless #warnings (gtk2 is like that)
20578         * src/textview.c
20579                 useless #warnings (rewrite needed)
20580         * src/toolbar.c
20581                 useless #warnings (rewrite needed)
20582
20583 2004-07-03 [colin]      0.9.11cvs17.5
20584
20585         * src/textview.c
20586                 Fix mismerge which broke URI opening
20587                 
20588 2004-07-01 [colin]      0.9.11cvs17.4
20589
20590         * src/gtk/filesel.c
20591                 Fill filename when saving
20592                 
20593 2004-06-27 [colin]      0.9.11cvs17.3
20594
20595         * src/gtk/filesel.[ch]
20596                 Use the new GTK file selector
20597                 Update prototype to match the reality: multiple file
20598                 selection is open-only          
20599         * src/compose.c
20600                 Match the new prototypes        
20601         * configure.ac
20602                 Match the new requirements (gtk 2.4.0)
20603                         
20604 2004-06-26 [colin]      0.9.11cvs17.2
20605
20606         * src/plugins/trayicon/trayicon.c
20607                 Remove useless signal handler on resize, which causes
20608                 an infinite "loop"
20609         
20610 2004-06-26 [colin]      0.9.11cvs17.1
20611         
20612         * tools/Makefile.am
20613                 remove launch_firebird and add nautilus2sylpheed.sh
20614         * src/quicksearch.c
20615           src/summaryview.c
20616                 Fix show/hide "Extended symbols" button problem
20617                 Fix apparition at startup
20618                 Fix const warnings
20619         * src/plugins/image_viewer/Makefile.am
20620                 Fix configure 
20621         * common/ssl.c
20622                 Re-enable certificate check, as it doesn't seem to
20623                 cause Xlib errors anymore
20624
20625 2004-06-25 [paul]       0.9.11cvs17
20626
20627         * sync with 0.9.11cvs17 HEAD
20628         
20629         NOTE: QuickSearch is broken
20630
20631 2004-06-07 [colin]      0.9.10claws67.10
20632         * src/plugins/trayicon/trayicon.c
20633           src/plugins/trayicon/libeggtrayicon/Makefile.am
20634           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20635                 Fix gettextization in trayicon plugin
20636
20637 2004-06-07 [colin]      0.9.10claws67.9
20638         
20639         * src/summaryview.c
20640           src/gtk/gtksctree.[ch]
20641                 Let Shift+{Up,Down} work in summaryview
20642                 (well, Down "works" and Up works)
20643                 Let the list scroll when using these keys
20644
20645 2004-06-06 [colin]      0.9.10claws67.8
20646
20647         * src/plugins/trayicon/trayicon.c
20648                 Fix pixmap update
20649
20650 2004-06-06 [colin]      0.9.10claws67.7
20651
20652         * src/addressbook.c
20653                 Fix signal handling causing system-wide focus grab
20654
20655 2004-05-25 [paul]       0.9.10claws67.6
20656
20657         * Makefile.am
20658           src/Makefile.am
20659                 clean up
20660
20661 2004-05-25 [paul]       0.9.10claws67.5
20662
20663         * replace deprecated gtk_signal... functions
20664
20665 2004-05-23 [colin]      0.9.10claws67.4
20666
20667         * src/compose.c
20668                 Fix wrapping
20669
20670 2004-05-22 [colin]      0.9.10claws67.3
20671
20672         * src/compose.c
20673                 Re-fix [Edited] in compose.c::compose_reedit()
20674
20675 2004-05-22 [colin]      0.9.10claws67.2
20676
20677         * src/procmime.c
20678                 Fix parsing of multiparts mails
20679
20680 2004-05-22 [colin]      0.9.10claws67.1
20681
20682         * src/summaryview.c
20683                 Fix quicksearch
20684
20685 2004-05-22 [paul]       0.9.10claws67
20686
20687         * sync with 0.9.10claws67 HEAD
20688
20689 2004-05-14 [alfons]
20690
20691         * src/procmime.h
20692                 add forgotton prototype
20693
20694 2004-05-10 [paul]       0.9.10claws57
20695
20696         * sync with 0.9.10claws57 HEAD
20697
20698 2004-05-05 [paul]       0.9.9.claws1
20699
20700         * ChangeLog-gtk2        ** REMOVED **
20701           ChangeLog-gtk2.claws  ** ADDED **
20702                 rename and adopt the normal claws format
20703                 
20704         * configure.ac
20705                 require gtkmathview >= 0.5
20706
20707         * ac/*                          ** REMOVED **
20708           ac/                           ** REMOVED **
20709           intl/Makefile.in              ** REMOVED **
20710           m4/                           ** ADDED **
20711           m4/missing                    ** ADDED **
20712           m4/missing/gdk-pixbuf.m4      ** ADDED **
20713           m4/missing/gettext.m4         ** ADDED **
20714           m4/missing/gpgme.m4           ** ADDED **
20715           m4/missing/imlib.m4           ** ADDED **
20716           m4/.cvsignore                 ** ADDED **
20717           m4/Makefile.am                ** ADDED **
20718           m4/README                     ** ADDED **
20719           m4/aclocal-include.m4         ** ADDED **
20720           m4/aspell.m4                  ** ADDED **
20721           m4/check-type.m4              ** ADDED **
20722           m4/gnupg-check-typedef.m4     ** ADDED **
20723           m4/openssl.m4                 ** ADDED **
20724           m4/spamassassin.m4            ** ADDED **
20725           po/ChangeLog                  ** REMOVED **
20726           po/Makefile.in.in             ** REMOVED **
20727           po/Rules-quot                 ** REMOVED **
20728           po/boldquot.sed               ** REMOVED **
20729           po/en@boldquot.header         ** REMOVED **
20730           po/en@quot.header             ** REMOVED **
20731           po/insert-header.sin          ** REMOVED **
20732           po/quot.sed                   ** REMOVED **
20733           po/remove-potcdate.sed        ** REMOVED **
20734           po/remove-potcdate.sin        ** REMOVED **
20735           po/stamp-po                   ** REMOVED **
20736           Makefile.am
20737           autogen.sh
20738           configure.ac
20739                 enable building with automake 1.8.x
20740                 add 'autopoint --force' to autogen.sh and remove all
20741                 auto-generated files, remove ac/ directory and use
20742                 m4/ directory instead
20743                 
20744         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20745                 fix gettextization
20746
20747 2004-02-28 Colin Leroy <colin@colino.net>
20748         * src/prefs_matcher.c
20749           src/prefs_filtering.c
20750           src/prefs_filtering_action.c
20751                 Fix non-editable GtkEntries
20752
20753 2004-02-22 Thorsten Maerz <torte@netztorte.de>
20754         * src/prefs_themes.c
20755                 utf8 conversion for theme info
20756
20757 2004-02-21 Thorsten Maerz <torte@netztorte.de>
20758         * sync 0.9.9claws
20759
20760 2004-02-14 Thorsten Maerz <torte@netztorte.de>
20761         * src/grouplistdialog.c
20762                 allow multiple selections without ctrl key
20763
20764 2004-02-09 Thorsten Maerz <torte@netztorte.de>
20765         * src/main.c
20766                 enable customizable accelerators
20767
20768 2004-02-08 Thorsten Maerz <torte@netztorte.de>
20769         * src/prefs_common.c
20770                 re-enable different font settings for gtk1/2
20771         * src/prefs_folder_item.c
20772                 fix folder prefs displayed wrong
20773         * src/textview.c
20774                 set 'sunken' shadow type
20775
20776 2004-02-07 Colin Leroy <colin@colino.net>
20777         * src/compose.c
20778                 Fix message being always [Edited]
20779                 Encode headers correctly (utf8 buf)
20780
20781 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20782         * src/socket.c
20783                 remove double g_source_attach()
20784                 (Thanks to Colin Leroy)
20785
20786 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20787         * src/gtk/gtksctree.c
20788                 Fix SSL certificate list not shown
20789         * src/mimeview.c
20790                 Fix clicks in mime tree
20791
20792 2004-01-27 Thorsten Maerz <torte@netztorte.de>
20793         * src/common/socket.c
20794                 Fix SSL receive
20795         * src/compose.c
20796                 Fix clipboard menu hotkeys
20797
20798 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20799         * src/gtk/gtkaspell.[ch]
20800           src/compose.c
20801                 reimplement spellchecker
20802
20803 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20804         * src/gtk/filesel.c
20805                 crash when inserting file in compose window
20806                 (TODO: keep old selection on clicks)
20807         * src/main.c
20808                 use gtkrc-2.0 instead of gtkrc
20809
20810 2004-01-25 Thorsten Maerz <torte@netztorte.de>
20811         * src/messageview.c
20812                 remove orphaned mimeview unref()
20813
20814 2004-01-20 Thorsten Maerz <torte@netztorte.de>
20815         * src/grouplistdialog.c
20816                 expand nodes containing subscribed groups
20817
20818 2004-01-19 Thorsten Maerz <torte@netztorte.de>
20819         * src/textview.c
20820                 textview: hide cursor, restore old click behaviour
20821
20822 2004-01-18 Thorsten Maerz <torte@netztorte.de>
20823         * src/textview.c
20824                 variable names messed up
20825
20826 2004-01-17 Colin Leroy <colin@colino.net>
20827         * src/addr_compl.c
20828                 Fix completion address too thin
20829         * src/compose.c
20830                 Fix tab-to-subject behaviour
20831         * src/summaryview.c
20832                 Implement key up & down in summaryview
20833
20834 2004-01-12 Thorsten Maerz <torte@netztorte.de>
20835
20836         * sync 098claws
20837
20838 2004-01-08 Thorsten Maerz <torte@netztorte.de>
20839         * configure.ac
20840           Makefile.am
20841           doc/.cvsignore
20842           doc/Makefile.am
20843                 faq, man, manual moved to doc/
20844         * ac/aspell.m4
20845           ac/check-type.m4
20846           ac/gnupg-check-typedef.m4
20847           ac/openssl.m4
20848           ac/spamassassin.m4
20849           ac/missing/gdk-pixbuf.m4
20850           ac/missing/gpgme.m4
20851           ac/missing/imlib.m4
20852                 fix automake warnings
20853
20854 2003-12-06 Colin Leroy <colin@colino.net>
20855         * src/summaryview.c
20856                 Fix quicksearch
20857
20858 2003-12-05 Colin Leroy <colin@colino.net>
20859         * src/summaryview.c
20860                 Fix going to next unread folder
20861
20862 2003-12-05 Colin Leroy <colin@colino.net>
20863         * src/crash.c
20864                 Fix gtk2 compilation
20865         * src/session.c
20866                 Remove iotag source handler at disconnection
20867         * src/socket.[ch] 
20868                 Remove source handler when closing socket 
20869                 (fixes another seg)
20870
20871 2003-12-04 Colin Leroy <colin@colino.net>
20872         * src/compose.c
20873           src/prefs_account.c
20874           src/prefs_common.c
20875                 Fix some dropdown menus
20876
20877 2003-12-04 Colin Leroy <colin@colino.net>
20878         * src/compose.c
20879                 Fix event handlers on header fields
20880         * src/common/socket.c
20881           src/common/session.c
20882                 Fix segfault with callback (SSL)
20883                 Fix end of session 
20884
20885 2003-10-06 Thorsten Maerz <torte@netztorte.de>
20886
20887         * Fix compile bug in src/compose.c
20888         * removed src/gtk/gtkstext.[ch]
20889
20890 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
20891
20892         * Convert character set and escape "text" attributes in toolbar setting
20893         files.
20894         * Fixed bug in button-press-event handling.
20895
20896 2003-09-16 Thorsten Maerz <torte@netztorte.de>
20897
20898         * Fixed bug in key-press-event handling.
20899
20900 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
20901
20902         * Enabled to compile tray-icon plugin (Ad-hoc).
20903         * Avoid hang up bug of icon list in mime view (Ad-hoc).
20904
20905 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
20906
20907         * Enabled to compile on sylpheed-claws.
20908         (tray-icon plugin still cannot compile yet.)
20909
20910 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
20911
20912         * Updated to 0.9.5.
20913
20914 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
20915
20916         * Updated to 0.9.4.
20917         * Ported monitoring SSL mechanism to GSource of GLib2
20918         (I don't confirm it)
20919         * Added _gtk2 suffix to key name of font preference to avoid
20920         ovverwriting preference of Gtk+-1.2 version.
20921
20922 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
20923
20924         * Updated to 0.9.2.
20925
20926 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
20927
20928         * Updated to 0.9.1.
20929         * Translate po files into UTF-8 when execute autogen.sh.
20930
20931 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
20932
20933         * Updated to 0.9.0.
20934
20935 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
20936
20937         * Plugged GError related memory leaks.
20938
20939 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
20940
20941         * Changed default size of fonts.
20942         * Enabled to set titile font size of warning dialog.
20943
20944 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
20945
20946         * Embed a sylpheed icon into executable binary on Windows.
20947
20948 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
20949
20950         * I forgot to traslate character set of element string in src/xml.c.
20951
20952 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
20953
20954         * Fixed detecting bind_textdomain_codeset in configure.in.
20955         * The bug in which "Example" of "Date fromat" preference isn't displayed
20956         correctly has been fixed.
20957
20958 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
20959
20960         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
20961           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
20962           glib-gettextize
20963           Removed intl directory.
20964           Translated po files into UTF-8.
20965           (Thanks! Ryuji Abe)
20966
20967 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
20968
20969         * The bug which doesn't unscape string in xml.c has been fixed.
20970
20971 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
20972
20973         * The bug which is failed to translate encoding of file name thorough
20974         file dialog has been fixed.
20975
20976 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
20977
20978         * Modified to translate file names which is used in inporting/expoting
20979         mbox feature and "Save as" feature into locale encoding.
20980         * Translate file names into locale encoding when "Attache file" and
20981         "Insert file".
20982         * Force set G_BROKEN_FILENAMES environment variable.
20983         * Other minor fixes.
20984
20985 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
20986
20987         * Modified to treat MH folder's name as locale encoding.
20988
20989 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
20990
20991         * The bug which clash on switching candidates of auto completion of
20992         addresses, cannot use auto completion in Japanesse is fixed
20993         (Thanks! Tokunaga-san)¡¥
20994
20995 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
20996
20997         * The bug which cannot switch key accelerator preference has been fixed
20998         (Thanks! smbd-san)¡¥
20999
21000 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
21001
21002         * version 0.8.11-gtk2-20030314
21003
21004 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
21005
21006         * The bug in which character set conversion of filtering messages has
21007         been fixed.(Thanks! COCOA-san).
21008
21009 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
21010
21011         * Revived "Leave space on head" preference in "Message" category.
21012         * A bug which clash when put the cursor to end of buffer and execute
21013         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
21014
21015 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
21016
21017         * version 0.8.11-gtk2-20030312
21018
21019 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
21020
21021         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
21022         * Modified to use Pango's API directly for font preference.
21023         * Integrated GtkTextView of textview to one widget.
21024         * Set fonts of header title in textview by "header_title" tag.
21025         * Removed some deprecated codes.
21026
21027 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
21028
21029         * Updated to 0.8.11.
21030         * Merged cygwin patch(Thanks! Sakai-san).
21031
21032 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
21033
21034         * version 0.8.10-gtk2-20030309