2006-12-28 [wwp] 2.6.1cvs83
[claws.git] / ChangeLog
1 2006-12-28 [wwp]        2.6.1cvs83
2
3         * src/prefs_folder_item.c
4                 Fix coloring of "simplify subject regexp" (folder prefs),
5                 which might be left to red whereas the regexp gets empty.
6
7 2006-12-28 [wwp]        2.6.1cvs82
8
9         * src/prefs_common.c
10         * src/prefs_common.h
11         * src/addressbook.c
12         * src/addressitem.h
13                 Save addressbook mainwindow's horizontal and vertical splitter position.
14
15 2006-12-27 [wwp]        2.6.1cvs81
16
17         * src/gtk/gtkaspell.c
18         * src/gtk/gtkaspell.h
19         * src/compose.c
20                 Fix assignment of compose's default and alternate dictionary from
21                 account or folder settings. Now gtkaspell_change_dict does rotate
22                 dicts only when it's called from a menu cb.
23
24 2006-12-27 [wwp]        2.6.1cvs80
25
26         * src/folder_item_prefs.c
27                 Fix randomly initialized default-alt-dictionary (folder prefs),
28                 complete 2.6.1cvs72.
29
30 2006-12-27 [paul]       2.6.1cvs79
31
32         * src/imap_gtk.c
33         * src/mh_gtk.c
34                 Add Copy folder in the folder's contextual
35                 menu
36
37 2006-12-27 [wwp]        2.6.1cvs78
38
39         * src/imap.c
40                 Clean up session locking, thanks to Colin.
41
42 2006-12-26 [colin]      2.6.1cvs77
43
44         * src/statusbar.c
45                 Revert previous patch
46
47 2006-12-26 [colin]      2.6.1cvs76
48
49         * src/folder.c
50         * src/folderview.c
51         * src/imap.c
52         * src/statusbar.c
53         * src/etpan/imap-thread.c
54                 Fix previous commit warnings
55                 Make statusbar update every second if total < 20
56                 Make IMAP APPEND faster by simplifying log              
57
58 2006-12-26 [colin]      2.6.1cvs75
59
60         * src/folder.c
61         * src/folder.h
62         * src/folderview.c
63         * src/folderview.h
64         * src/imap_gtk.c
65         * src/mh_gtk.c
66                 Make it possible to copy folders accross
67                 mailboxes (this was an arbitrary limitation).
68                 Still make it impossible to move folders 
69                 accross mailboxes.
70
71 2006-12-26 [colin]      2.6.1cvs74
72
73         * src/etpan/imap-thread.c
74                 Fix bug 1081, 'claws-mail 
75                 segfaults when going offline 
76                 while it transfers mails via 
77                 imap'
78
79 2006-12-26 [colin]      2.6.1cvs73
80
81         * src/folder_item_prefs.c
82                 Don't forget alt dictionary when
83                 renaming/moving folders
84
85 2006-12-26 [wwp]        2.6.1cvs72
86
87         * src/folder_item_prefs.c
88                 Add missing defaults for per-folder alt dict
89                 (forgotten in 2.6.1cvs61).
90
91 2006-12-26 [colin]      2.6.1cvs71
92
93         * src/wizard.c
94                 Add tooltip to state that specifying
95                 full path to mailbox is possible
96
97 2006-12-26 [wwp]        2.6.1cvs70
98
99         * src/partial_download.c
100         * src/gtk/gtkvscrollbutton.c
101         * src/plugins/pgpinline/plugin.c
102                 Fix for few compiler warnings that matter.
103
104 2006-12-25 [colin]      2.6.1cvs69
105
106         * src/partial_download.c
107                 Fix marking for download or deletion
108                 when the header isn't the first
109         * src/gtk/logwindow.c
110                 Fix start of scrolling
111
112 2006-12-23 [paul]       2.6.1cvs68
113
114         * src/compose.c
115                 change last commit to use the 'academic'
116                 method instead. Thanks to wwp
117
118 2006-12-23 [paul]       2.6.1cvs67
119
120         * src/compose.c
121                 don't warn about empty subject when
122                 redirecting
123
124 2006-12-22 [colin]      2.6.1cvs66
125
126         * src/summary_search.c
127                 Fix previous patch
128
129 2006-12-22 [colin]      2.6.1cvs65
130
131         * src/gtk/gtkutils.c
132         * src/imap.c
133         * src/jpilot.c
134         * src/summary_search.c
135                 A few warning fixes
136
137 2006-12-23 [paul]       
138
139         2.7.0-rc2 released
140
141 2006-12-22 [colin]      2.6.1cvs64
142
143         * src/toolbar.c
144         * src/toolbar.h
145                 Add a combo to the learn spam button
146         * src/plugins/bogofilter/bogofilter.c
147         * src/plugins/bogofilter/bogofilter_gtk.c
148         * src/plugins/bogofilter/bogofilter.h
149                 Allow to store Unsure mails in a specific
150                 folder to make better teaching easier
151
152 2006-12-21 [wwp]        2.6.1cvs63
153
154         * src/compose.c
155         * src/prefs_common.c
156         * src/prefs_common.h
157         * src/prefs_spelling.c
158         * src/gtk/gtkaspell.c
159         * src/gtk/gtkaspell.h
160                 Allow spell-checking using both current and alternate dictionaries
161                 (thanks to Colin).
162
163 2006-12-21 [wwp]        2.6.1cvs62
164
165         * src/gtk/gtkaspell.c
166                 Apply recheck_when_changing_dict (highlight all mispelled words)
167                 when switching to alternate dictionary.
168
169 2006-12-21 [wwp]        2.6.1cvs61
170
171         * src/compose.c
172         * src/folder_item_prefs.h
173         * src/prefs_common.c
174         * src/prefs_common.h
175         * src/prefs_folder_item.c
176         * src/prefs_spelling.c
177         * src/gtk/gtkaspell.c
178         * src/gtk/gtkaspell.h
179                 Add global and per-folder prefs to set the default
180                 alternate dictionary.
181
182 2006-12-21 [colin]      2.6.1cvs60
183
184         * src/folder.c
185                 Look for folders by path in all folders
186         * src/html.c
187                 add &mdash;
188
189 2006-12-20 [colin]      2.6.1cvs59
190
191         * src/gtk/quicksearch.c
192                 Make sure in_typing is false when clearing
193
194 2006-12-20 [wwp]        2.6.1cvs58
195
196         * configure.ac
197                 change manual's target dir to be LFH-compliant (thanks to Colin).
198
199 2006-12-20 [wwp]        2.6.1cvs57
200
201         * src/prefs_common.c
202         * src/prefs_summaries.c
203                 i18n fix and factorize patch, thanks to Fabien.
204
205 2006-12-20 [paul]       2.6.1cvs56
206
207         * configure.ac
208                 last of the renaming (??)
209         * src/main.c
210                 correct --help info of --status-full
211         * src/plugins/bogofilter/bogofilter.c
212                 make FALSE default of whitelist_ab
213
214 2006-12-19 [colin]      2.6.1cvs55
215
216         * src/jpilot.c
217                 Same as before, without depending on
218                 pisock >= 0.12
219
220 2006-12-19 [colin]      2.6.1cvs54
221
222         * src/jpilot.c
223                 Fix bug 1059, 'Better jpilot charset 
224                 handling'. Use libpisync's charset conversion
225                 if possible
226
227 2006-12-19 [colin]      2.6.1cvs53
228
229         * po/fr.po
230                 Updated by Fabien
231
232 2006-12-19 [wwp]        2.6.1cvs52
233
234         * src/gtk/about.c
235                 Add missing #include (thanks to Colin).
236
237 2006-12-19 [wwp]        2.6.1cvs51
238
239         * src/prefs_receive.c
240                 Better spacing between widgets in prefs.
241
242 2006-12-18 [colin]      2.6.1cvs50
243
244         * src/imap.c
245                 Fix failure to get separator on LIST "" ""
246                 Try LIST "" "INBOX" too.
247
248 2006-12-18 [wwp]        2.6.1cvs49
249
250         * src/common/session.c
251                 Fix a compiler warning (thanks to Fabien).
252
253 2006-12-18 [wwp]        2.6.1cvs48
254
255         * src/compose.c
256         * src/prefs_quote.c
257                 Factorize some strings for translation (it's about error
258                 messages when applying or checking template/quote format).
259
260 2006-12-18 [colin]      2.6.1cvs47
261
262         * Makefile.am
263         * src/common/defs.h
264         * src/gtk/Makefile.am
265         * src/gtk/about.c
266                 Add a Release notes tab from the contents of
267                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
268
269 2006-12-17 [colin]      2.6.1cvs46
270
271         * src/mimeview.c
272         * src/textview.c
273         * src/gtk/filesel.c
274                 Correctly convert from/to UTF8/filename encoding
275                 when loading and saving files. Probably fixes
276                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
277                 for a file to attach and is blocked...'
278
279 2006-12-17 [colin]      2.6.1cvs45
280
281         * src/gtk/logwindow.c
282                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
283                 IMAP folder and is blocked on main thread': 
284                 make sure we put utf8 in the log.
285
286 2006-12-16 [colin]      2.6.1cvs44
287
288         * src/toolbar.c
289         * src/toolbar.h
290                 Fix bug 1055, 'Add the 'cancel receive' 
291                 in the available events for the toolbar buttons'
292
293 2006-12-16 [colin]      2.6.1cvs43
294
295         * po/POTFILES.in
296         * src/imap.c
297         * src/common/nntp.c
298         * src/common/session.c
299                 Log error when SSL handshakes fail. 
300                 Fixes bug 1082, 'incorrect / imprecise 
301                 error message when imap server provides 
302                 ssl only through STARTTLS but SSL is 
303                 selected'
304
305 2006-12-15 [wwp]        2.6.1cvs42
306
307         * src/plugins/bogofilter/bogofilter_gtk.c
308                 set proper sensitivity to widgets I've recently added.
309
310 2006-12-15 [colin]      
311
312         2.7.0-rc1 released
313
314 2006-12-15 [wwp]        2.6.1cvs41
315
316         * src/plugins/bogofilter/bogofilter.c
317         * src/plugins/bogofilter/bogofilter.h
318         * src/plugins/bogofilter/bogofilter_gtk.c
319                 bogofilter's whitelist can now use a subset of
320                 the addressbook (either a book, a subfolder of a book,
321                 or the whole addressbook by using "Any"). Re-used there
322                 some pref_matcher widgets and mechanisms to match a subset
323                 of the addressbook.
324
325 2006-12-15 [wwp]        2.6.1cvs40
326
327         * src/wizard.c
328         * src/common/plugin.c
329         * src/common/plugin.h
330         * src/gtk/about.c
331         * src/plugins/bogofilter/bogofilter.c
332         * src/plugins/clamav/clamav_plugin.c
333         * src/plugins/demo/demo.c
334         * src/plugins/dillo_viewer/dillo_viewer.c
335         * src/plugins/pgpcore/plugin.c
336         * src/plugins/pgpinline/plugin.c
337         * src/plugins/pgpmime/plugin.c
338         * src/plugins/spamassassin/spamassassin.c
339         * src/plugins/trayicon/trayicon.c
340                 factorize some translatable strings (plugins-related),
341                 fix missing punctuation in several places,
342                 remove useless translatable \n in about.c,
343                 and factorize plugin init code w/ a new function
344                 check_plugin_version() in common/plugin.c.
345                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
346
347 2006-12-15 [wwp]        2.6.1cvs39
348
349         * src/plugins/bogofilter/bogofilter.c
350         * src/plugins/bogofilter/bogofilter_gtk.c
351                 flag whitelisted spams as spam, but don't filter it to the spam
352                 folder. Thanks to Colin.
353
354 2006-12-15 [ticho]      2.6.1cvs38
355
356         * src/plugins/bogofilter/bogofilter.c
357         * src/plugins/bogofilter/bogofilter.h
358         * src/plugins/bogofilter/bogofilter_gtk.c
359                 Add option to whitelist senders found in addressbook. Patch by colin.
360
361 2006-12-15 [paul]       2.6.1cvs37
362
363         * src/folderview.c
364                 add missing #include "log.h"
365
366 2006-12-15 [paul]       2.6.1cvs36
367
368         * src/plugins/bogofilter/bogofilter.c
369         * src/plugins/bogofilter/bogofilter.h
370         * src/plugins/bogofilter/bogofilter_gtk.c
371                 Add an option to allow inserting an
372                 X-Claws-Bogosity header (on MH folders
373                 only). Patch by Colin
374
375 2006-12-14 [colin]      2.6.1cvs35
376
377         * src/main.c
378                 "Yes" should be the default choice for
379                 migration configuration
380
381 2006-12-14 [paul]       2.6.1cvs34
382
383         * src/prefs_summaries.c
384         * manual/advanced.xml
385                 Unhide mark_as_read_delay
386
387 2006-12-14 [paul]       2.6.1cvs33
388
389         * src/messageview.c
390         * src/messageview.h
391         * src/mimeview.c
392         * src/mimeview.h
393         * src/summaryview.c
394         * src/textview.c
395         * src/textview.h
396                 Fix printing of selection
397                 Fix printing of message parts
398                 Fix printing of images
399         * src/gtk/gtksourceprintjob.c
400                 Fix page count when there are images
401
402 2006-12-14 [wwp]        2.6.1cvs32
403
404         * src/mainwindow.c
405         * src/summaryview.c
406         * src/summaryview.h
407         * src/gtk/quicksearch.c
408                 fix quicksearch 'magnify' button status when QS is closed
409                 using the Escape key, thanks to Colin.
410
411 2006-12-14 [wwp]        2.6.1cvs31
412
413         * src/mainwindow.c
414         * src/summaryview.c
415         * src/summaryview.h
416         * src/gtk/quicksearch.c
417                 fix quicksearch 'magnify' button status when QS is closed
418                 using the Escape key, thanks to Colin.
419
420 2006-12-13 [colin]      2.6.1cvs30
421
422         * src/ldapquery.c
423         * src/ldaputil.c
424                 Use the binary safe version of ldap_get_values,
425                 to make sure we manipulate null-terminated 
426                 strings. Maybe fixes bug 1075, 'claws mail 
427                 segfault when completing ldap adresses'
428         * src/syldap.c ** REMOVED **
429         * src/syldap.h ** REMOVED **
430                 Remove dead files
431
432 2006-12-13 [mones]      2.6.1cvs29
433
434         * po/es.po
435                 Fixed piped strings, fixed click translation
436
437 2006-12-13 [paul]       2.6.1cvs28
438
439         * src/main.c
440                 don't translate these strings
441
442 2006-12-13 [paul]       2.6.1cvs27
443
444         * po/en_GB.po
445                 updated
446
447 2006-12-13 [colin]      2.6.1cvs26
448
449         * src/main.c
450         * src/main.h
451                 Add claws_is_starting()
452
453 2006-12-13 [mones]      2.6.1cvs25
454
455         * manual/es/advanced.xml
456         * po/es.po
457                 Synced manual and updated translation
458
459 2006-12-12 [colin]      2.6.1cvs24
460
461         * src/wizard.c
462                 Add an option to use STARTTLS in the
463                 welcome wizard. Fixes bug 1080, 
464                 'Using SSL option in wizard for incoming 
465                 server does not activate SSL with STARTTLS'
466
467 2006-12-12 [colin]      2.6.1cvs23
468
469         * src/main.c
470                 Don't exit when there's an incomplete
471                 mailbox configured - leaves a chance 
472                 to fix a failing IMAP account. Exit
473                 if no mailbox at all is loaded (case
474                 of missing plugin).
475                 Completes bug 1077's fix (I was wrong
476                 in this bug's comment #3).
477
478 2006-12-12 [colin]      2.6.1cvs22
479
480         * src/gtk/menu.h
481                 Add another menu data type
482         * src/prefs_account.c
483                 Complete the completion of bug 1076
484                 (doesn't lose the pref on apply)
485
486 2006-12-12 [paul]       2.6.1cvs21
487
488         * src/prefs_account.c
489                 complete the fix of bug 1076
490                 also be more verbose with the text
491
492 2006-12-12 [paul]       2.6.1cvs20
493
494         * src/gtk/combobox.c
495                 fix compilation warning
496
497 2006-12-11 [colin]      2.6.1cvs19
498
499         * src/wizard.c
500                 Document :port in server entry tooltips
501
502 2006-12-11 [colin]      2.6.1cvs18
503
504         * src/main.c
505                 Fix compile
506
507 2006-12-11 [colin]      2.6.1cvs17
508
509         * src/main.c
510                 Add failing IMAP as a reason for no
511                 mailbox
512
513 2006-12-11 [colin]      2.6.1cvs16
514
515         * src/prefs_account.c
516                 Check for existence of inbox for local
517                 accounts too
518         * src/wizard.c
519                 Allow setting the port to use for servers
520                 by using the usual "server.example.com:port"
521                 syntax. Fixes bug 1077, 'sylpheed-claws does 
522                 not start when IMAP server is unavailable'
523
524 2006-12-11 [colin]      2.6.1cvs15
525
526         * src/prefs_account.c
527                 Prevent use of non-existing default inbox
528
529 2006-12-11 [colin]      2.6.1cvs14
530
531         * src/prefs_account.c
532                 Fix sensitivity. Fixes bug 1076, 'privacy 
533                 options are displayed even when pgp plugin 
534                 not loaded / available'
535
536 2006-12-09 [colin]      2.6.1cvs13
537
538         * manual/advanced.xml
539         * src/prefs_common.c
540         * src/prefs_common.h
541         * src/common/ssl_certificate.c
542                 Add a new hidden preference, 'unsafe_ssl_certs',
543                 which allows to store multiple certificates per
544                 server/port. This is disabled by default because
545                 it's less secure (presenting a new certificate
546                 instead of a changed one raises less alarms).
547                 This will cause Claws to ask about an unknown
548                 certificate for people who have used 2.6.1cvs8
549                 or greater.
550
551 2006-12-09 [colin]      2.6.1cvs12
552
553         * src/action.c
554                 Fix cache updating after action
555
556 2006-12-07 [wwp]        2.6.1cvs11
557
558         * src/compose.c
559                 fix email address comparison when replying to all
560                 (avoid replying to ourselves), thanks to Colin.
561
562 2006-12-06 [paul]       2.6.1cvs10
563
564         * src/addrharvest.c
565         * src/editldap.c
566         * src/expldifdlg.c
567         * src/news.c
568         * src/toolbar.c
569         * src/common/utils.c
570                 ...and more renaming
571                 Thanks to Colin
572
573 2006-12-06 [paul]       2.6.1cvs9
574
575         * src/compose.c
576         * src/messageview.c
577         * src/procheader.c
578         * src/procmime.c
579         * src/procmsg.c
580         * src/textview.c
581                 more renaming
582                 Thanks to Colin
583
584 2006-12-06 [colin]      2.6.1cvs8
585
586         * src/ssl_manager.c
587         * src/common/ssl_certificate.c
588         * src/common/ssl_certificate.h
589                 Handle multiple certificates per host/port
590
591 2006-12-06 [colin]      2.6.1cvs7
592
593         * src/etpan/imap-thread.c
594                 Fix certificate checking on IMAP
595
596 2006-12-06 [colin]      2.6.1cvs6
597
598         * src/folderview.c
599                 Fix bug 1072, 'Claws stops fetching newsgroups 
600                 from server when newsgroup got deleted': continue
601                 checking other groups
602
603 2006-12-05 [wwp]        2.6.1cvs5
604
605         * src/message_search.c
606         * src/summary_search.c
607         * src/gtk/combobox.c
608         * src/gtk/combobox.h
609         * src/gtk/gtkutils.c
610         * src/gtk/gtkutils.h
611                 make up and down arrow keys in modern gtk_combo_box_entry widgets
612                 behave like w/ old comboboxes (summary and message search only).
613
614 2006-12-05 [paul]       2.6.1cvs4
615
616         * src/wizard.c
617                 encode headers
618                 Thanks to Colin
619
620 2006-12-05 [paul]       2.6.1cvs3
621
622         * tools/README
623         * tools/textviewer.pl
624                 script updated and description added
625
626 2006-12-04 [colin]      2.6.1cvs2
627
628         * src/compose.c
629                 Run pre-send hook only when checking
630                 everything
631
632 2006-12-04 [paul]       2.6.1cvs1
633
634         * NEWS
635         * README
636         * RELEASE_NOTES
637         * configure.ac
638         * tools/README
639                 bump up version number following stable release
640
641 2006-12-04 [paul]       2.6.0cvs83
642
643         * README
644                 updates and corrections
645
646 2006-12-04 [colin]      2.6.0cvs82
647
648         * src/common/utils.c
649                 Probably fix bug 1066, 'Incorrect mailbox 
650                 size displayed'
651
652 2006-12-04 [colin]      2.6.0cvs81
653
654         * src/common/utils.c
655                 Trim tabs from mailcap file too.
656
657 2006-12-02 [paul]       2.6.0cvs80
658
659         * src/exphtmldlg.c
660                 fix broken GUI under certain languages
661         * src/expldifdlg.c
662                 put the Cancel button to the right
663
664 2006-12-01 [paul]       2.6.0cvs79
665
666         * tools/Makefile.am
667                 remove reference to removed file
668
669 2006-12-01 [wwp]        2.6.0cvs78
670
671         * src/addressbook.c
672         * src/editaddress.c
673                 remove forgotten debug statements.
674
675 2006-12-01 [wwp]        2.6.0cvs77
676
677         * manual/advanced.xml
678         * manual/fr/advanced.xml
679         * src/addressbook.c
680         * src/addressbook.h
681         * src/addressitem.h
682         * src/editaddress.c
683         * src/editaddress.h
684         * src/prefs_common.c
685         * src/prefs_common.h
686         * src/gtk/gtkutils.c
687         * src/gtk/gtkutils.h
688                 add a hidden option to allow embedding the editaddress (edit contact details)
689                 dialog into the addressbook's window. This doesn't change the default
690                 behaviour.
691
692 2006-12-01 [wwp]        2.6.0cvs76
693
694         * src/message_search.c
695         * src/summary_search.c
696                 fix more focus issues (don't set focus to combobox's entry widget when
697                 entry's value changed, if entry widget has focus already).
698
699 2006-12-01 [wwp]        2.6.0cvs75
700
701         * src/gtk/quicksearch.c
702                 revert last changes to the quicksearch gtk_combo_box, this needs more
703                 tuning and testing.
704
705 2006-12-01 [paul]       2.6.0cvs74
706
707         * tools/kdeservicemenu/README
708         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
709         * tools/kdeservicemenu/install.sh
710         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
711         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
712                 simplify this stuff, and in so doing,
713                 fix it. (possibly re-extend it again at
714                 a later date)
715
716 2006-12-01 [wwp]        2.6.0cvs73
717
718         * src/gtk/quicksearch.c
719                 adapt quicksearch code to use modern gtk_combo_box'es.
720
721 2006-12-01 [wwp]        2.6.0cvs72
722
723         * src/common/defs.h
724         * src/prefs_common.c
725         * src/prefs_common.h
726         * src/message_search.c
727         * src/summary_search.c
728         * src/gtk/combobox.c
729         * src/gtk/combobox.h
730                 add history combos to all message and summary search fields.
731
732 2006-12-01 [wwp]        2.6.0cvs71
733
734         * src/summaryview.c
735                 As the list may change while the mark as read delay
736                 runs, we can't rely on the 'row' pointer, which can
737                 be invalid when the timeout is called. As the mark
738                 as read is only done if the message is still selected,
739                 use summaryview->selected instead. Thanks to Colin.
740
741 2006-11-30 [paul]       2.6.0cvs70
742
743         * src/textview.c
744                 give emphasis to "Sylpheed-Claws"
745                 as well as "Claws Mail"
746
747 2006-11-30 [colin]      2.6.0cvs69
748
749         * src/wizard.c
750                 Put the SSL checkboxes in the receiving
751                 and sending server pages.
752
753 2006-11-29 [colin]      2.6.0cvs68
754
755         * src/gtk/gtkutils.c
756         * src/gtk/gtkvscrollbutton.c
757                 Revert some deprecated fixes - they seem to
758                 deprecate stuff as soon as a new one gets out.
759                 g_object_ref_sink needed glib-2.10.
760
761 2006-11-29 [colin]      2.6.0cvs67
762
763         * src/common/utils.c
764                 Create .mailcap if it doesn't exist
765
766 2006-11-29 [colin]      2.6.0cvs66
767
768         * src/compose.c
769                 Followup to cvs60: use original list
770                 of recipients if replying to a mail
771                 in Sent Drafts or Queue.
772
773 2006-11-27 [paul]       2.6.0cvs65
774
775         * src/image_viewer.c
776                 revert the last change for now (it's broken)
777
778 2006-11-27 [paul]       2.6.0cvs64
779
780         * Makefile.am
781         * configure.ac
782         * m4/aclocal-include.m4
783         * m4/check-type.m4
784         * src/Makefile.am
785         * src/addr_compl.c
786         * src/compose.c
787         * src/crash.c
788         * src/export.c
789         * src/exporthtml.c
790         * src/exportldif.c
791         * src/imap.c
792         * src/import.c
793         * src/main.c
794         * src/main.h
795         * src/matcher.c
796         * src/mimeview.c
797         * src/procmsg.c
798         * src/textview.c
799         * src/common/Makefile.am
800         * src/common/claws.c
801         * src/common/claws.h
802         * src/common/ssl.c
803         * src/common/sylpheed.c
804         * src/common/sylpheed.h
805         * src/etpan/Makefile.am
806         * src/gtk/Makefile.am
807         * src/gtk/claws-marshal.list
808         * src/gtk/filesel.c
809         * src/gtk/gtksctree.c
810         * src/gtk/quicksearch.c
811         * src/gtk/sylpheed-marshal.list
812         * src/plugins/bogofilter/bogofilter.c
813         * src/plugins/bogofilter/bogofilter_gtk.c
814         * src/plugins/clamav/clamav_plugin.c
815         * src/plugins/clamav/clamav_plugin_gtk.c
816         * src/plugins/demo/demo.c
817         * src/plugins/dillo_viewer/dillo_viewer.c
818         * src/plugins/pgpcore/Makefile.am
819         * src/plugins/pgpcore/claws.def
820         * src/plugins/pgpcore/pgp_viewer.c
821         * src/plugins/pgpcore/plugin.c
822         * src/plugins/pgpcore/sylpheed.def
823         * src/plugins/pgpinline/Makefile.am
824         * src/plugins/pgpinline/claws.def
825         * src/plugins/pgpinline/plugin.c
826         * src/plugins/pgpinline/sylpheed.def
827         * src/plugins/pgpmime/Makefile.am
828         * src/plugins/pgpmime/claws.def
829         * src/plugins/pgpmime/plugin.c
830         * src/plugins/pgpmime/sylpheed.def
831         * src/plugins/spamassassin/spamassassin.c
832         * src/plugins/spamassassin/spamassassin_gtk.c
833         * src/plugins/trayicon/trayicon.c
834                 yet more renaming
835                 remove deprecated gtk_tooltips_set_delay()
836
837 2006-11-26 [paul]       2.6.0cvs63
838
839         * src/expldifdlg.c
840         * src/folderview.c
841         * src/image_viewer.c
842         * src/mainwindow.c
843         * src/gtk/gtkutils.c
844         * src/gtk/gtkvscrollbutton.c
845         * src/gtk/prefswindow.c
846         * src/plugins/pgpcore/prefs_gpg.c
847                 replace more deprecated GTK+ functions
848
849 2006-11-26 [paul]       2.6.0cvs62
850
851         * src/addr_compl.c
852         * src/addressbook.c
853         * src/browseldap.c
854                 replace deprecated gtk_idle_... functions
855
856 2006-11-26 [paul]       2.6.0cvs61
857
858         * src/compose.c
859         * src/folderview.c
860         * src/inc.c
861         * src/summaryview.c
862         * src/gtk/gtkvscrollbutton.c
863         * src/gtk/quicksearch.c
864         * src/plugins/pgpcore/passphrase.c
865                 replace deprecated gtk_timeout_add and
866                 gtk_timeout_remove
867
868 2006-11-26 [paul]       2.6.0cvs60
869
870         * src/compose.c
871                 fix bug that caused the wrong recipient
872                 to be selected when replying to a msg
873                 which is From one of our accounts to
874                 another of our accounts
875
876 2006-11-25 [paul]       2.6.0cvs59
877
878         * src/summaryview.c
879                 don't change the From column title to
880                 To if the To column is visible
881
882 2006-11-24 [paul]       2.6.0cvs58
883
884         * src/compose.c
885                 fix bug 1069, 'Sent mails disappear, BCC
886                 or locking problem?'
887
888 2006-11-21 [wwp]        2.6.0cvs57
889
890         * src/compose.c
891                 fix spelling menu when replying (same as 2.3.1cvs39):
892                 discrepancy between context menu and top menu when
893                 folder's dictionary isn't the default one.
894
895 2006-11-19 [paul]       2.6.0cvs56
896
897         * src/summaryview.c
898                 obey always_show_msg option when
899                 marking as spam
900         * src/plugins/bogofilter/bogofilter.c
901                 fix typo
902
903 2006-11-18 [paul]       2.6.0cvs55
904
905         * AUTHORS
906         * README
907         * debian/copyright
908         * manual/ack.xml
909         * manual/es/ack.xml
910         * manual/fr/ack.xml
911         * manual/pl/ack.xml
912         * src/gtk/authors.h
913         * src/gtk/icon_legend.c
914         * src/gtk/icon_legend.h
915         * tools/OOo2claws-mail.pl
916         * tools/README
917         * tools/acroread2claws-mail.pl
918         * tools/claws.i18n.status.pl
919         * tools/filter_conv.pl
920         * tools/filter_conv_new.pl
921         * tools/freshmeat_search.pl
922         * tools/google_search.pl
923         * tools/kmail2claws-mail.pl
924         * tools/kmail2claws-mail_v2.pl
925         * tools/maildir2claws-mail.pl
926         * tools/make.themes.project
927         * tools/multiwebsearch.pl
928         * tools/outlook2claws-mail.pl
929         * tools/tb2claws-mail
930         * tools/kdeservicemenu/README
931         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
932                 update mine and wwp's email addresses in
933                 several places
934                 Patch by wwp
935         * src/prefs_compose_writing.c
936                 set sensitivity on 'new message format' frame
937
938 2006-11-17 [paul]       2.6.0cvs54
939
940         * src/gtk/about.c
941                 more reworking of the GUI
942                 Patch by Fabien Vantard
943
944 2006-11-16 [paul]       2.6.0cvs53
945
946         * src/gtk/about.c
947                 set a minimum size for the window, allow
948                 it to automatically expand as necessary
949
950 2006-11-16 [wwp]        2.6.0cvs52
951
952         * src/gtk/about.c
953                 better wrap of copyright info on some systems.
954
955 2006-11-16 [paul]       2.6.0cvs51
956
957         * src/gtk/about.c
958                 move the tech info from the upper panel
959                 to the Info tab
960                 use a gtk_text_view for the features tab
961
962 2006-11-16 [paul]       2.6.0cvs50
963
964         * po/Makevars
965                 update my email address
966         * src/addressbook.c
967         * src/compose.c
968         * src/imap_gtk.c
969         * src/mh_gtk.c
970         * src/news_gtk.c
971         * src/summaryview.c
972         * src/plugins/trayicon/trayicon.c
973                 don't offer simple menu separators
974                 for translation
975         * src/folderview.c
976                 add separator between 'mark all read'
977                 and 'search folder'
978
979 2006-11-15 [wwp]        2.6.0cvs49
980
981         * src/gtk/authors.h
982                 updated manuals authors.
983
984 2006-11-14 [paul]       2.6.0cvs48
985
986         * src/compose.c
987                 Fix Options/Reply mode after draft save
988
989 2006-11-14 [paul]       2.6.0cvs47
990
991         * src/Makefile.am
992                 Fix make DESTDIR=...
993         * src/mbox.c
994                 Optimise speed
995         * src/plugins/pgpinline/pgpinline.c
996                 Probably fix bug 1061
997
998 2006-11-14 [paul]       2.6.0cvs46
999
1000         * po/Makevars
1001                 enable Q_ macro
1002         * src/Makefile.am
1003         * src/stock_pixmap.c
1004         * src/stock_pixmap.h
1005         * src/gtk/about.c
1006         * src/pixmaps/active.xpm
1007         * src/pixmaps/inactive.xpm
1008                 add a new page, 'Features', to the About dialog
1009                 showing which features are compiled in and which
1010                 are not
1011
1012 2006-11-14 [paul]       2.6.0cvs45
1013
1014         * po/ru.po
1015                 updated by Pavlo Bohmat
1016
1017 2006-11-14 [colin]      2.6.0cvs44
1018
1019         * src/compose.c
1020         * src/inc.c
1021         * src/messageview.c
1022         * src/news.c
1023         * src/pop.c
1024         * src/procmsg.c
1025         * src/gtk/gtkaspell.c
1026                 Fix 64-bit-related warnings
1027         * src/ssl_manager.c
1028                 Fix possible infinite loop
1029         * src/plugins/pgpcore/sgpgme.c
1030                 Remove useless check
1031
1032 2006-11-13 [colin]      2.6.0cvs43
1033
1034         * src/gtk/Makefile.am
1035                 authors.h isn't generated
1036
1037 2006-11-13 [colin]      2.6.0cvs42
1038
1039         * src/plugins/pgpinline/pgpinline.c
1040         * src/plugins/pgpmime/pgpmime.c
1041                 Very probably fix bug 1061, 'crash on 
1042                 opening signed email'. Another cast
1043                 problem
1044
1045 2006-11-13 [colin]      2.6.0cvs41
1046
1047         * src/plugins/pgpcore/sgpgme.c
1048                 Maybe fix bug 1061, 'crash on opening 
1049                 signed email'
1050
1051 2006-11-13 [wwp]        2.6.0cvs40
1052
1053         * src/plugins/pgpinline/pgpinline.c
1054                 fix candidate for bug #1057, thanks to Colin.
1055
1056 2006-11-13 [wwp]        2.6.0cvs39
1057
1058         * src/compose.c
1059         * src/quote_fmt_parse.y
1060                 fix bug 1052: current parser buffer was not always 
1061                 allocated, ptr to this buffer could be returned as 
1062                 NULL whereas no parser error has occurred. in 
1063                 consequence, defining a template body as "%d" 
1064                 (w/o the quotes) for the first time of the instance 
1065                 of claws-mail, was reporting a parser error. make 
1066                 sure that the buffer is always allocated, even to 
1067                 an empty string.
1068                 fix mis-unescaping in compose.:compose_quote_fmt(): 
1069                 unescaping of the fmt string was always done 
1070                 whereas it must be done *only* when receiving 
1071                 quote format strings issued from the prefs 
1072                 (compose new message, reply, forward, redirect 
1073                 formats), *not* when applying templates.  in 
1074                 consequences, applying templates w/ sequences 
1075                 like \\|p{echo} were failing. make sure that 
1076                 unescaping is done only when necessary.
1077
1078 2006-11-12 [colin]      2.6.0cvs38
1079
1080         * po/de.po
1081                 Fix typo (s/KB/MB)
1082
1083 2006-11-12 [colin]      2.6.0cvs37
1084
1085         * src/plugins/pgpinline/pgpinline.c
1086         * src/plugins/pgpmime/pgpmime.c
1087                 Release GPG context at the latest 
1088                 possible moment. Maybe fixes 
1089                 bug 1057, 'crash on sending signed 
1090                 message to a newsgroup'
1091                 
1092
1093 2006-11-12 [colin]      2.6.0cvs36
1094
1095         * src/plugins/pgpcore/sgpgme.c
1096                 Tell a bit more when gpg's status doesn't
1097                 contain any signature
1098
1099 2006-11-12 [colin]      2.6.0cvs35
1100
1101         * src/compose.c
1102                 Fix bug 1060, 'compilation error with 
1103                 Irix's cc'
1104
1105 2006-11-12 [paul]       2.6.0cvs34
1106
1107         * doc/man/claws-mail.1
1108         * src/prefs_gtk.c
1109         * src/plugins/clamav/README
1110         * src/plugins/spamassassin/README
1111         * tools/README
1112         * tools/freshmeat_search.pl
1113         * tools/google_search.pl
1114         * tools/multiwebsearch.pl
1115                 more renaming
1116         * src/plugins/trayicon/trayicon.c
1117                 fix compiliation warning
1118
1119 2006-11-11 [colin]      2.6.0cvs33
1120
1121         * src/folderview.c
1122                 Forbid drag and drop from/to different
1123                 folders of type F_UNKNOWN
1124
1125 2006-11-11 [colin]      2.6.0cvs32
1126
1127         * src/plugins/pgpinline/pgpinline.c
1128                 Fix typo in previous commit:
1129                 - gpgme_new(&ctx);
1130                 + if ((err = gpgme_new(&data->ctx)) ...)
1131
1132 2006-11-11 [colin]      2.6.0cvs31
1133
1134         * src/plugins/pgpinline/pgpinline.c
1135         * src/plugins/pgpmime/pgpmime.c
1136                 Check success after calling gpgme_new
1137                 Maybe fixes bug 1057, 'crash on sending 
1138                 signed message to a newsgroup'
1139
1140 2006-11-11 [colin]      2.6.0cvs30
1141
1142         * src/undo.c
1143                 init undostruct to 0s (from
1144                 valgrind log of bug 1057)
1145
1146 2006-11-10 [colin]      2.6.0cvs29
1147
1148         * src/mainwindow.c
1149                 Set cursor to wait before filtering
1150                 duplicates in all folders
1151         * src/plugins/bogofilter/bogofilter.c
1152         * src/plugins/bogofilter/bogofilter.h
1153         * src/plugins/bogofilter/bogofilter_gtk.c
1154                 Completely thread away the bogofilter
1155                 filtering
1156
1157 2006-11-10 [mones]      2.6.0cvs28
1158
1159         * src/compose.c
1160         * src/compose.h
1161                 added COMPOSE_CHECK_BEFORE_SEND hook
1162
1163 2006-11-10 [paul]       2.6.0cvs27
1164
1165         * src/crash.c
1166                 more renaming
1167                 add libSM to get_compiled_in_features()
1168         * src/main.c
1169                 more renaming
1170
1171 2006-11-10 [colin]      2.6.0cvs26
1172
1173         * src/etpan/imap-thread.c
1174                 Add a reference to libetpan's sasl engine
1175                 so that sasl_done() doesn't get called by
1176                 libetpan, and doesn't break openssl.
1177                 Should fix bug 1053, 'SC fails to reestablish 
1178                 a secure connection'
1179                 Patch by Hoa
1180
1181 2006-11-10 [colin]      2.6.0cvs25
1182
1183         * manual/addrbook.xml
1184         * manual/advanced.xml
1185         * manual/faq.xml
1186         * manual/intro.xml
1187                 Some more renaming
1188
1189 2006-11-09 [colin]      2.6.0cvs24
1190
1191         * src/plugins/bogofilter/bogofilter_gtk.c
1192                 Add comment about annoyance
1193
1194 2006-11-09 [colin]      2.6.0cvs23
1195
1196         * src/plugins/bogofilter/bogofilter.c
1197         * src/plugins/bogofilter/bogofilter_gtk.c
1198                 Prepare things needed to thread bogofilter
1199                 filtering: separate bogo stuff and possible GUI
1200                 stuff. 
1201
1202 2006-11-09 [colin]      2.6.0cvs22
1203
1204         * src/account.c
1205         * src/compose.c
1206                 Search for one of our accounts in Delivered-To
1207                 (helps for auto-account selection when 
1208                  replying/forwarding)
1209         * src/folderview.c
1210         * src/mainwindow.c
1211         * src/mainwindow.h
1212         * src/plugins/trayicon/trayicon.c
1213                 Allow opening a new mail with any account from
1214                 the contextual menu
1215
1216 2006-11-09 [wwp]        2.6.0cvs21
1217
1218         * src/compose.c
1219         * src/prefs_common.c
1220         * src/prefs_common.h
1221         * src/prefs_compose_writing.c
1222                 add a compose new message format (in prefs/compose/writing), it's a
1223                 simple subject+body template to use when opening a new composition
1224                 window. It's similar to the existent reply and forward formats.
1225
1226                 enhanced the template/format % symbols substitution mechanism to
1227                 use current composition window information when % are used in
1228                 the compose new message format or in templates applied to new
1229                 messages (there were useless in that situations before). When
1230                 applied to new messages, %d corresponds to the system time/date.
1231
1232 2006-11-09 [paul]       2.6.0cvs20
1233
1234         * src/gtk/authors.h
1235                 fix last commit
1236
1237 2006-11-09 [paul]       2.6.0cvs19
1238
1239         * src/gtk/authors.h
1240                 keep tje alphabetical order
1241
1242 2006-11-08 [colin]      2.6.0cvs18
1243
1244         * src/etpan/imap-thread.c
1245                 Fix bug 1054, 'Slowness logging big 
1246                 data chunks'
1247
1248 2006-11-08 [paul]       2.6.0cvs17
1249
1250         * tools/Makefile.am
1251                 fix the renaming
1252
1253 2006-11-08 [paul]       2.6.0cvs16
1254
1255         * src/common/defs.h
1256                 update BUGZILLA_URI
1257
1258 2006-11-08 [paul]       2.6.0cvs15
1259
1260         * tools/Makefile.am
1261         * tools/OOo2claws-mail.pl
1262         * tools/OOo2sylpheed.pl
1263         * tools/README
1264         * tools/acroread2claws-mail.pl
1265         * tools/acroread2sylpheed.pl
1266         * tools/kmail2claws-mail.pl
1267         * tools/kmail2claws-mail_v2.pl
1268         * tools/kmail2sylpheed.pl
1269         * tools/kmail2sylpheed_v2.pl
1270         * tools/maildir2claws-mail.pl
1271         * tools/maildir2sylpheed.pl
1272         * tools/nautilus2claws-mail.sh
1273         * tools/nautilus2sylpheed.sh
1274         * tools/outlook2claws-mail.pl
1275         * tools/outlook2sylpheed.pl
1276         * tools/tb2claws-mail
1277         * tools/tb2sylpheed
1278         * tools/tbird2claws.py
1279         * tools/tbird2syl.py
1280         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1281         * tools/kdeservicemenu/install.sh
1282         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1283         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
1284         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
1285         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1286         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1287                 renamed (removed, added) tools files
1288
1289 2006-11-08 [paul]       2.6.0cvs14
1290
1291         * src/main.c
1292         * src/common/defs.h
1293                 Migrate sylpheedrc to clawsrc, and fix the standard
1294                 plugins path in the process
1295
1296 2006-11-07 [colin]      2.6.0cvs13
1297
1298         * src/Makefile.am
1299                 Symlink sylpheed-claws relative to 
1300                 claws-mail
1301
1302 2006-11-07 [colin]      2.6.0cvs12
1303
1304         * src/compose.c
1305                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
1306
1307 2006-11-07 [paul]       2.6.0cvs11
1308
1309         * src/gtk/about.c
1310                 Fix a missed occurence of
1311                 Sylpheed-Claws
1312
1313 2006-11-07 [paul]       2.6.0cvs10
1314
1315         * src/Makefile.am
1316                 Fix symlink installation
1317
1318 2006-11-07 [paul]       2.6.0cvs9
1319
1320         * src/Makefile.am
1321                 Symlink claws-mail to sylpheed-claws
1322         * src/common/utils.c
1323                 Fix migrating symlinks
1324         * src/etpan/imap-thread.c
1325                 check certificate only when there's
1326                 no error
1327
1328 2006-11-07 [paul]       2.6.0cvs8
1329
1330         * Makefile.am
1331                 Fix icon breakages with Gtk, which needs a 
1332                 cache updated to see them.
1333
1334 2006-11-07 [paul]       2.6.0cvs7
1335
1336         * .cvsignore
1337         * AUTHORS
1338         * COPYING
1339         * INSTALL
1340         * Makefile.am
1341         * NEWS
1342         * README
1343         * RELEASE_NOTES
1344         * autogen.sh
1345         * claws-mail-128x128.png
1346         * claws-mail-64x64.png
1347         * claws-mail.ico
1348         * claws-mail.pc.in
1349         * claws-mail.png
1350         * configure.ac
1351         * sylpheed-claws-128x128.png
1352         * sylpheed-claws-64x64.png
1353         * sylpheed-claws.desktop
1354         * sylpheed-claws.ico
1355         * sylpheed-claws.pc.in
1356         * sylpheed-claws.png
1357         * debian/README.Debian
1358         * debian/changelog
1359         * debian/claws-mail.desktop
1360         * debian/claws-mail.menu
1361         * debian/claws-mail.postinst.debhelper
1362         * debian/claws-mail.postrm.debhelper
1363         * debian/control
1364         * debian/copyright
1365         * debian/files
1366         * debian/rules
1367         * debian/sylpheed-claws.desktop
1368         * debian/sylpheed-claws.menu
1369         * debian/sylpheed-claws.postinst.debhelper
1370         * debian/sylpheed-claws.postrm.debhelper
1371         * doc/man/Makefile.am
1372         * doc/man/claws-mail.1
1373         * doc/man/sylpheed-claws.1
1374         * doc/src/ChangeLog.claws-pre0.8.0
1375         * manual/Makefile.am
1376         * manual/account.xml
1377         * manual/ack.xml
1378         * manual/addrbook.xml
1379         * manual/advanced.xml
1380         * manual/claws-mail-manual.xml
1381         * manual/faq.xml
1382         * manual/glossary.xml
1383         * manual/handling.xml
1384         * manual/intro.xml
1385         * manual/keyboard.xml
1386         * manual/plugins.xml
1387         * manual/starting.xml
1388         * manual/sylpheed-claws-manual.xml
1389         * manual/xml2pdf
1390         * manual/dist/.cvsignore
1391         * manual/dist/html/.cvsignore
1392         * manual/dist/html/Makefile.am
1393         * manual/dist/pdf/.cvsignore
1394         * manual/dist/pdf/Makefile.am
1395         * manual/dist/ps/.cvsignore
1396         * manual/dist/ps/Makefile.am
1397         * manual/dist/txt/.cvsignore
1398         * manual/dist/txt/Makefile.am
1399         * manual/es/Makefile.am
1400         * manual/es/advanced.xml
1401         * manual/es/claws-mail-manual.xml
1402         * manual/es/faq.xml
1403         * manual/es/glossary.xml
1404         * manual/es/handling.xml
1405         * manual/es/intro.xml
1406         * manual/es/plugins.xml
1407         * manual/es/sylpheed-claws-manual.xml
1408         * manual/es/dist/.cvsignore
1409         * manual/es/dist/html/.cvsignore
1410         * manual/es/dist/html/Makefile.am
1411         * manual/es/dist/pdf/.cvsignore
1412         * manual/es/dist/pdf/Makefile.am
1413         * manual/es/dist/ps/.cvsignore
1414         * manual/es/dist/ps/Makefile.am
1415         * manual/es/dist/txt/.cvsignore
1416         * manual/es/dist/txt/Makefile.am
1417         * manual/fr/Makefile.am
1418         * manual/fr/account.xml
1419         * manual/fr/ack.xml
1420         * manual/fr/addrbook.xml
1421         * manual/fr/advanced.xml
1422         * manual/fr/claws-mail-manual.xml
1423         * manual/fr/faq.xml
1424         * manual/fr/glossary.xml
1425         * manual/fr/handling.xml
1426         * manual/fr/intro.xml
1427         * manual/fr/keyboard.xml
1428         * manual/fr/plugins.xml
1429         * manual/fr/starting.xml
1430         * manual/fr/sylpheed-claws-manual.xml
1431         * manual/fr/dist/.cvsignore
1432         * manual/fr/dist/html/.cvsignore
1433         * manual/fr/dist/html/Makefile.am
1434         * manual/fr/dist/pdf/.cvsignore
1435         * manual/fr/dist/pdf/Makefile.am
1436         * manual/fr/dist/ps/.cvsignore
1437         * manual/fr/dist/ps/Makefile.am
1438         * manual/fr/dist/txt/.cvsignore
1439         * manual/fr/dist/txt/Makefile.am
1440         * manual/pl/Makefile.am
1441         * manual/pl/account.xml
1442         * manual/pl/ack.xml
1443         * manual/pl/addrbook.xml
1444         * manual/pl/advanced.xml
1445         * manual/pl/claws-mail-manual.xml
1446         * manual/pl/faq.xml
1447         * manual/pl/glossary.xml
1448         * manual/pl/handling.xml
1449         * manual/pl/intro.xml
1450         * manual/pl/keyboard.xml
1451         * manual/pl/plugins.xml
1452         * manual/pl/starting.xml
1453         * manual/pl/sylpheed-claws-manual.xml
1454         * manual/pl/dist/.cvsignore
1455         * manual/pl/dist/html/.cvsignore
1456         * manual/pl/dist/html/Makefile.am
1457         * manual/pl/dist/pdf/.cvsignore
1458         * manual/pl/dist/pdf/Makefile.am
1459         * manual/pl/dist/ps/.cvsignore
1460         * manual/pl/dist/ps/Makefile.am
1461         * manual/pl/dist/txt/.cvsignore
1462         * manual/pl/dist/txt/Makefile.am
1463         * po/.cvsignore
1464         * po/Makevars
1465         * src/.cvsignore
1466         * src/Makefile.am
1467         * src/account.c
1468         * src/account.h
1469         * src/action.c
1470         * src/action.h
1471         * src/adbookbase.h
1472         * src/addr_compl.c
1473         * src/addr_compl.h
1474         * src/addrbook.c
1475         * src/addrcache.c
1476         * src/addrcache.h
1477         * src/addrcindex.c
1478         * src/addrcindex.h
1479         * src/addrclip.c
1480         * src/addrclip.h
1481         * src/addrdefs.h
1482         * src/addressadd.c
1483         * src/addressadd.h
1484         * src/addressbook.c
1485         * src/addressbook.h
1486         * src/addressbook_foldersel.c
1487         * src/addressbook_foldersel.h
1488         * src/addrgather.c
1489         * src/addrgather.h
1490         * src/addrharvest.c
1491         * src/addrharvest.h
1492         * src/addrindex.c
1493         * src/addrindex.h
1494         * src/addritem.c
1495         * src/addritem.h
1496         * src/addrquery.c
1497         * src/addrquery.h
1498         * src/addrselect.c
1499         * src/addrselect.h
1500         * src/alertpanel.c
1501         * src/alertpanel.h
1502         * src/browseldap.c
1503         * src/browseldap.h
1504         * src/codeconv.c
1505         * src/codeconv.h
1506         * src/compose.c
1507         * src/crash.c
1508         * src/crash.h
1509         * src/customheader.c
1510         * src/customheader.h
1511         * src/displayheader.c
1512         * src/displayheader.h
1513         * src/editaddress.c
1514         * src/editaddress.h
1515         * src/editbook.c
1516         * src/editbook.h
1517         * src/editgroup.c
1518         * src/editgroup.h
1519         * src/editjpilot.c
1520         * src/editjpilot.h
1521         * src/editldap.c
1522         * src/editldap.h
1523         * src/editldap_basedn.c
1524         * src/editldap_basedn.h
1525         * src/editvcard.c
1526         * src/editvcard.h
1527         * src/exphtmldlg.c
1528         * src/exphtmldlg.h
1529         * src/expldifdlg.c
1530         * src/expldifdlg.h
1531         * src/export.c
1532         * src/exporthtml.c
1533         * src/exporthtml.h
1534         * src/exportldif.c
1535         * src/exportldif.h
1536         * src/filtering.c
1537         * src/filtering.h
1538         * src/folder.c
1539         * src/folder.h
1540         * src/folder_item_prefs.c
1541         * src/folder_item_prefs.h
1542         * src/foldersel.c
1543         * src/foldersel.h
1544         * src/folderutils.c
1545         * src/folderutils.h
1546         * src/folderview.c
1547         * src/folderview.h
1548         * src/grouplistdialog.c
1549         * src/grouplistdialog.h
1550         * src/html.c
1551         * src/html.h
1552         * src/image_viewer.c
1553         * src/image_viewer.h
1554         * src/imap.c
1555         * src/imap.h
1556         * src/imap_gtk.c
1557         * src/imap_gtk.h
1558         * src/import.c
1559         * src/import.h
1560         * src/importldif.c
1561         * src/importldif.h
1562         * src/importmutt.c
1563         * src/importmutt.h
1564         * src/importpine.c
1565         * src/importpine.h
1566         * src/inc.c
1567         * src/inc.h
1568         * src/jpilot.c
1569         * src/jpilot.h
1570         * src/ldapctrl.c
1571         * src/ldapctrl.h
1572         * src/ldaplocate.c
1573         * src/ldaplocate.h
1574         * src/ldapquery.c
1575         * src/ldapquery.h
1576         * src/ldapserver.c
1577         * src/ldapserver.h
1578         * src/ldaputil.c
1579         * src/ldaputil.h
1580         * src/ldif.c
1581         * src/ldif.h
1582         * src/localfolder.c
1583         * src/localfolder.h
1584         * src/main.c
1585         * src/main.h
1586         * src/mainwindow.c
1587         * src/mainwindow.h
1588         * src/manual.c
1589         * src/manual.h
1590         * src/matcher.c
1591         * src/matcher.h
1592         * src/matcher_parser.h
1593         * src/matcher_parser_lex.l
1594         * src/matcher_parser_parse.y
1595         * src/mbox.c
1596         * src/mbox.h
1597         * src/message_search.c
1598         * src/message_search.h
1599         * src/messageview.c
1600         * src/messageview.h
1601         * src/mh.c
1602         * src/mh.h
1603         * src/mh_gtk.c
1604         * src/mh_gtk.h
1605         * src/mimeview.c
1606         * src/mimeview.h
1607         * src/msgcache.c
1608         * src/msgcache.h
1609         * src/mutt.c
1610         * src/mutt.h
1611         * src/news.c
1612         * src/news.h
1613         * src/news_gtk.c
1614         * src/news_gtk.h
1615         * src/noticeview.c
1616         * src/noticeview.h
1617         * src/partial_download.c
1618         * src/partial_download.h
1619         * src/pine.c
1620         * src/pine.h
1621         * src/pop.c
1622         * src/pop.h
1623         * src/prefs_account.c
1624         * src/prefs_account.h
1625         * src/prefs_actions.c
1626         * src/prefs_actions.h
1627         * src/prefs_common.c
1628         * src/prefs_common.h
1629         * src/prefs_compose_writing.c
1630         * src/prefs_compose_writing.h
1631         * src/prefs_customheader.c
1632         * src/prefs_customheader.h
1633         * src/prefs_display_header.c
1634         * src/prefs_display_header.h
1635         * src/prefs_ext_prog.c
1636         * src/prefs_ext_prog.h
1637         * src/prefs_filtering.c
1638         * src/prefs_folder_column.c
1639         * src/prefs_folder_column.h
1640         * src/prefs_folder_item.c
1641         * src/prefs_folder_item.h
1642         * src/prefs_fonts.c
1643         * src/prefs_fonts.h
1644         * src/prefs_gtk.c
1645         * src/prefs_gtk.h
1646         * src/prefs_image_viewer.c
1647         * src/prefs_image_viewer.h
1648         * src/prefs_matcher.c
1649         * src/prefs_matcher.h
1650         * src/prefs_message.c
1651         * src/prefs_message.h
1652         * src/prefs_msg_colors.c
1653         * src/prefs_msg_colors.h
1654         * src/prefs_other.c
1655         * src/prefs_other.h
1656         * src/prefs_quote.c
1657         * src/prefs_quote.h
1658         * src/prefs_receive.c
1659         * src/prefs_receive.h
1660         * src/prefs_send.c
1661         * src/prefs_send.h
1662         * src/prefs_spelling.c
1663         * src/prefs_spelling.h
1664         * src/prefs_summaries.c
1665         * src/prefs_summaries.h
1666         * src/prefs_summary_column.c
1667         * src/prefs_summary_column.h
1668         * src/prefs_template.c
1669         * src/prefs_template.h
1670         * src/prefs_themes.c
1671         * src/prefs_themes.h
1672         * src/prefs_toolbar.c
1673         * src/prefs_toolbar.h
1674         * src/prefs_wrapping.c
1675         * src/prefs_wrapping.h
1676         * src/privacy.c
1677         * src/privacy.h
1678         * src/procheader.c
1679         * src/procheader.h
1680         * src/procmime.c
1681         * src/procmime.h
1682         * src/procmsg.c
1683         * src/procmsg.h
1684         * src/quote_fmt.c
1685         * src/quote_fmt_parse.y
1686         * src/recv.c
1687         * src/recv.h
1688         * src/remotefolder.c
1689         * src/remotefolder.h
1690         * src/send_message.c
1691         * src/send_message.h
1692         * src/setup.c
1693         * src/setup.h
1694         * src/sourcewindow.c
1695         * src/sourcewindow.h
1696         * src/ssl_manager.c
1697         * src/ssl_manager.h
1698         * src/statusbar.c
1699         * src/statusbar.h
1700         * src/stock_pixmap.c
1701         * src/stock_pixmap.h
1702         * src/summary_search.c
1703         * src/summary_search.h
1704         * src/summaryview.c
1705         * src/summaryview.h
1706         * src/syldap.c
1707         * src/syldap.h
1708         * src/textview.c
1709         * src/textview.h
1710         * src/toolbar.c
1711         * src/toolbar.h
1712         * src/undo.c
1713         * src/undo.h
1714         * src/unmime.c
1715         * src/unmime.h
1716         * src/vcard.c
1717         * src/vcard.h
1718         * src/wizard.c
1719         * src/wizard.h
1720         * src/common/base64.c
1721         * src/common/base64.h
1722         * src/common/defs.h
1723         * src/common/hooks.c
1724         * src/common/hooks.h
1725         * src/common/log.c
1726         * src/common/log.h
1727         * src/common/mgutils.c
1728         * src/common/mgutils.h
1729         * src/common/nntp.c
1730         * src/common/nntp.h
1731         * src/common/passcrypt.c
1732         * src/common/passcrypt.h.in
1733         * src/common/plugin.c
1734         * src/common/plugin.h
1735         * src/common/prefs.c
1736         * src/common/prefs.h
1737         * src/common/progressindicator.c
1738         * src/common/progressindicator.h
1739         * src/common/quoted-printable.c
1740         * src/common/quoted-printable.h
1741         * src/common/session.c
1742         * src/common/session.h
1743         * src/common/smtp.c
1744         * src/common/smtp.h
1745         * src/common/socket.c
1746         * src/common/socket.h
1747         * src/common/ssl.c
1748         * src/common/ssl.h
1749         * src/common/stringtable.c
1750         * src/common/stringtable.h
1751         * src/common/sylpheed.c
1752         * src/common/sylpheed.h
1753         * src/common/template.c
1754         * src/common/template.h
1755         * src/common/timing.h
1756         * src/common/utils.c
1757         * src/common/utils.h
1758         * src/common/version.h.in
1759         * src/common/xml.c
1760         * src/common/xml.h
1761         * src/common/xmlprops.c
1762         * src/common/xmlprops.h
1763         * src/gtk/about.c
1764         * src/gtk/colorlabel.c
1765         * src/gtk/colorlabel.h
1766         * src/gtk/colorsel.c
1767         * src/gtk/colorsel.h
1768         * src/gtk/combobox.c
1769         * src/gtk/combobox.h
1770         * src/gtk/description_window.c
1771         * src/gtk/description_window.h
1772         * src/gtk/filesel.c
1773         * src/gtk/filesel.h
1774         * src/gtk/foldersort.c
1775         * src/gtk/foldersort.h
1776         * src/gtk/gtkaspell.c
1777         * src/gtk/gtkaspell.h
1778         * src/gtk/gtksctree.c
1779         * src/gtk/gtkshruler.c
1780         * src/gtk/gtkshruler.h
1781         * src/gtk/gtkutils.c
1782         * src/gtk/gtkutils.h
1783         * src/gtk/icon_legend.c
1784         * src/gtk/icon_legend.h
1785         * src/gtk/logwindow.c
1786         * src/gtk/logwindow.h
1787         * src/gtk/manage_window.c
1788         * src/gtk/manage_window.h
1789         * src/gtk/pluginwindow.c
1790         * src/gtk/pluginwindow.h
1791         * src/gtk/prefswindow.c
1792         * src/gtk/prefswindow.h
1793         * src/gtk/quicksearch.c
1794         * src/gtk/quicksearch.h
1795         * src/pixmaps/claws-mail.xpm
1796         * src/pixmaps/claws-mail_icon.xpm
1797         * src/pixmaps/claws-mail_logo.xpm
1798         * src/pixmaps/sylpheed-claws.xpm
1799         * src/pixmaps/sylpheed-claws_icon.xpm
1800         * src/pixmaps/sylpheed-claws_logo.xpm
1801         * src/plugins/bogofilter/Makefile.am
1802         * src/plugins/bogofilter/bogofilter.c
1803         * src/plugins/bogofilter/bogofilter.h
1804         * src/plugins/bogofilter/bogofilter_gtk.c
1805         * src/plugins/clamav/Makefile.am
1806         * src/plugins/clamav/clamav_plugin.c
1807         * src/plugins/clamav/clamav_plugin.h
1808         * src/plugins/clamav/clamav_plugin_gtk.c
1809         * src/plugins/demo/Makefile.am
1810         * src/plugins/demo/demo.c
1811         * src/plugins/dillo_viewer/Makefile.am
1812         * src/plugins/dillo_viewer/README
1813         * src/plugins/dillo_viewer/dillo_prefs.c
1814         * src/plugins/dillo_viewer/dillo_prefs.h
1815         * src/plugins/dillo_viewer/dillo_viewer.c
1816         * src/plugins/pgpcore/Makefile.am
1817         * src/plugins/pgpcore/passphrase.c
1818         * src/plugins/pgpcore/passphrase.h
1819         * src/plugins/pgpcore/pgp_viewer.c
1820         * src/plugins/pgpcore/pgp_viewer.h
1821         * src/plugins/pgpcore/plugin.c
1822         * src/plugins/pgpcore/prefs_gpg.c
1823         * src/plugins/pgpcore/prefs_gpg.h
1824         * src/plugins/pgpcore/select-keys.c
1825         * src/plugins/pgpcore/select-keys.h
1826         * src/plugins/pgpcore/sgpgme.c
1827         * src/plugins/pgpcore/sgpgme.h
1828         * src/plugins/pgpcore/sylpheed.def
1829         * src/plugins/pgpcore/version.rc
1830         * src/plugins/pgpinline/Makefile.am
1831         * src/plugins/pgpinline/pgpinline.c
1832         * src/plugins/pgpinline/pgpinline.h
1833         * src/plugins/pgpinline/plugin.c
1834         * src/plugins/pgpinline/sylpheed.def
1835         * src/plugins/pgpinline/version.rc
1836         * src/plugins/pgpmime/Makefile.am
1837         * src/plugins/pgpmime/pgpmime.c
1838         * src/plugins/pgpmime/pgpmime.h
1839         * src/plugins/pgpmime/plugin.c
1840         * src/plugins/pgpmime/sylpheed.def
1841         * src/plugins/pgpmime/version.rc
1842         * src/plugins/spamassassin/Makefile.am
1843         * src/plugins/spamassassin/README
1844         * src/plugins/spamassassin/spamassassin.c
1845         * src/plugins/spamassassin/spamassassin.h
1846         * src/plugins/spamassassin/spamassassin_gtk.c
1847         * src/plugins/trayicon/Makefile.am
1848         * src/plugins/trayicon/trayicon.c
1849         * tools/OOo2sylpheed.pl
1850         * tools/README
1851         * tools/README.sylprint
1852         * tools/acroread2sylpheed.pl
1853         * tools/claws.i18n.status.pl
1854         * tools/filter_conv.pl
1855         * tools/filter_conv_new.pl
1856         * tools/freshmeat_search.pl
1857         * tools/google_search.pl
1858         * tools/kmail2sylpheed.pl
1859         * tools/kmail2sylpheed_v2.pl
1860         * tools/make.themes.project
1861         * tools/multiwebsearch.pl
1862         * tools/nautilus2sylpheed.sh
1863         * tools/outlook2sylpheed.pl
1864         * tools/sylprint.pl
1865         * tools/sylprint.rc
1866         * tools/tb2sylpheed
1867         * tools/textviewer.sh
1868         * tools/vcard2xml.py
1869         * tools/kdeservicemenu/README
1870         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1871         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1872         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1873                 Change name to Claws Mail. Announce to follow...
1874
1875 2006-11-06 [wwp]        2.6.0cvs6
1876
1877         * src/prefs_template.c
1878                 unify messages related to quote format/template errors (fix
1879                 capitalization), again.
1880
1881 2006-11-06 [wwp]        2.6.0cvs5
1882
1883         * src/prefs_quote.c
1884                 unify messages related to quote format/template errors.
1885
1886 2006-11-06 [wwp]        2.6.0cvs4
1887
1888         * src/prefs_msg_colors.c
1889                 more uses of Q_ macro for contextual translations, thanks
1890                 to Fabien (fzzzzz).
1891
1892 2006-11-06 [wwp]        2.6.0cvs3
1893
1894         * src/compose.c
1895         * src/common/utils.c
1896         * src/common/utils.h
1897                 show an alertpanel to make sure users are aware that sensitive
1898                 files are attached (it's file blacklist-based). This will fix
1899                 interaction w/ GoogleEarth for instance, thanks to Colin.
1900
1901 2006-11-06 [wwp]        2.6.0cvs2
1902
1903         * src/prefs_quote.c
1904         * src/prefs_template.c
1905         * src/prefs_template.h
1906                 check quote format when applying/closing prefs. For now this only
1907                 shows up an error dialog box, not preventing the user from using
1908                 a broken quote (reply, forwards) format.
1909
1910 2006-11-06 [wwp]        2.6.0cvs1
1911
1912         * src/prefs_template.c
1913                 fix missing checks of some template fields.
1914
1915 2006-11-06 [paul]       2.6.0
1916
1917         * NEWS
1918         * README
1919         * RELEASE_NOTES
1920                 2.6.0 released
1921
1922 2006-11-06 [paul]       2.5.6cvs22
1923
1924         * manual/advanced.xml
1925         * manual/es/advanced.xml
1926                 put 'respect_flowed_format' info in the correct
1927                 place
1928
1929 2006-11-06 [mones]      2.5.6cvs21
1930
1931         * po/es.po
1932                 Minor fixes for release
1933
1934 2006-11-06 [paul]       2.5.6cvs20
1935
1936         * po/cs.po
1937         * po/de.po
1938         * po/fr.po
1939         * po/it.po
1940         * po/nl.po
1941         * po/pt_BR.po
1942         * po/sk.po
1943         * po/sv.po
1944         * po/zh_CN.po
1945                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
1946                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
1947                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
1948                 Young
1949
1950 2006-11-02 [colin]      2.5.6cvs19
1951
1952         * src/imap.c
1953         * src/imap.h
1954         * src/prefs_account.c
1955         * src/etpan/imap-thread.c
1956                 Add GSSAPI support - fixes Debian bug #383274
1957
1958 2006-11-01 [colin]      2.5.6cvs18
1959
1960         * src/jpilot.c
1961                 Handle libpisock12 support. Probably
1962                 fixes bug 1046, 'jpilot AddressDB.pdb 
1963                 import fail'
1964
1965 2006-11-01 [colin]      2.5.6cvs17
1966
1967         * src/folderutils.c
1968                 debug_print() folderutils_mark_all_read()
1969
1970 2006-11-01 [colin]      2.5.6cvs16
1971
1972         * COPYING
1973                 Add missed files to the Apache exception
1974
1975 2006-10-31 [colin]      2.5.6cvs15
1976
1977         * src/folder.c
1978         * src/folder.h
1979                 Add a copy_private_data() func to FolderClasses
1980                 Doesn't break the feature freeze, because we 
1981                 won't use it (right now) in the core.
1982
1983 2006-10-31 [colin]      2.5.6cvs14
1984
1985         * COPYING
1986                 Allow linking with the Apache licensed files in
1987                 src/plugins/spamassassin. Hopefully fixes 
1988                 bug 1048, 'Spamassassin plugin license problem'
1989
1990 2006-10-31 [wwp]        2.5.6cvs13
1991
1992         * src/compose.c
1993                 fix and optimize trimming of leading linefeeds in body loop.
1994
1995 2006-10-31 [colin]      2.5.6cvs12
1996
1997         * src/etpan/imap-thread.c
1998         * src/imap.c
1999                 Make really sure to have NULL sets in case
2000                 of error
2001
2002 2006-10-30 [wwp]        2.5.6cvs11
2003
2004         * src/prefs_common.c
2005         * src/prefs_common.h
2006         * src/compose.c
2007                 fix broken storage of quote format template when it contains \-escape
2008                 sequences. The application of such sequences is also fixed now (\t
2009                 in quote format will be a real tab instead of a 't', for instance).
2010
2011 2006-10-27 [colin]      2.5.6cvs10
2012
2013         * src/compose.c
2014                 Probably fix bug 1045, 'sylpheed-claws 
2015                 doesn't remove the mail from the IMAP 
2016                 Queue folder after sending'. From
2017                 2.5.6cvs3-stable
2018
2019 2006-10-27 [colin]      2.5.6cvs9
2020
2021         * configure.ac
2022                 Require libetpan-0.48. I'm so annoying,
2023                 I know ;-)
2024
2025 2006-10-27 [colin]      2.5.6cvs8
2026
2027         * src/folder.c
2028         * src/imap.c
2029                 Probably fix bug 1044, 'sylpheed-claws 
2030                 segfaults while moving mails' - Fix relation
2031                 usage when moving to an IMAP mailbox from another
2032                 mailbox
2033
2034 2006-10-26 [paul]       2.5.6cvs7
2035
2036         * src/gtk/about.c
2037                 add libSM to compiled-in features
2038                 list
2039
2040 2006-10-24 [colin]      2.5.6cvs6
2041
2042         * src/textview.c
2043         * src/gtk/gtkutils.c
2044                 Fix crash when printing emails with an
2045                 xface
2046
2047 2006-10-24 [mones]      2.5.6cvs5
2048
2049         * manual/es/advanced.xml
2050                 Synchronize hidden option respect_flowed_format
2051         * po/es.po
2052                 Updated translation
2053
2054 2006-10-21 [paul]       2.5.6cvs4
2055
2056         * src/gtk/authors.h
2057         * src/plugins/pgpcore/pgp_viewer.c
2058         * src/plugins/pgpcore/sgpgme.c
2059                 fix building on BSDs
2060                 Thanks to Michael Hughes
2061                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2062
2063 2006-10-20 [colin]      2.5.6cvs3
2064
2065         * configure.ac
2066                 Bump up libetpan requirement
2067                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
2068         * src/common/utils.c
2069         * src/common/utils.h
2070                 Add convenience get_file_mtime()
2071         * src/imap.c
2072         * src/etpan/imap-thread.c
2073         * src/etpan/imap-thread.h
2074                 Implement UIDPLUS support if the server
2075                 supports it - faster sending in this case
2076
2077 2006-10-19 [colin]      2.5.6cvs2
2078
2079         * src/gtk/quicksearch.c
2080                 Fix emptying in type-ahead+extended mode
2081         * src/mainwindow.c
2082         * src/mainwindow.h
2083                 Add a hook for offline state change
2084         * src/plugins/trayicon/trayicon.c
2085                 Use it to display offline icons
2086         * src/plugins/trayicon/Makefile.am
2087         * src/plugins/trayicon/newmail.offline.xpm
2088         * src/plugins/trayicon/newmarkedmail.offline.xpm
2089         * src/plugins/trayicon/nomail.offline.xpm
2090         * src/plugins/trayicon/unreadmail.offline.xpm
2091         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
2092                 Add the icons
2093
2094 2006-10-12 [paul]       2.5.6cvs1
2095
2096         * NEWS
2097         * README
2098         * configure.ac
2099                 Update version number following
2100                 stable release
2101
2102 2006-10-19 [colin]      2.5.5cvs18
2103
2104         * manual/handling.xml
2105                 Add type-ahead search
2106
2107 2006-10-18 [colin]      2.5.5cvs17
2108
2109         * src/gtk/quicksearch.c
2110                 Remove "save to history only if there's
2111                 no syntax error", it breaks for some 
2112                 reason which I'll investigate later.
2113
2114 2006-10-18 [colin]      2.5.5cvs16
2115
2116         * src/prefs_common.c
2117         * src/prefs_common.h
2118         * src/summaryview.c
2119         * src/gtk/quicksearch.c
2120         * src/gtk/quicksearch.h
2121                 Add a type-ahead option for fast searches
2122                 Patch by Fabien Vantard
2123
2124 2006-10-18 [colin]      2.5.5cvs15
2125
2126         * src/compose.c
2127         * src/compose.h
2128                 Add Options/Reply mode/ menu to be able to
2129                 change the recipients of a reply on the fly
2130
2131 2006-10-18 [colin]      2.5.5cvs14
2132
2133         * src/compose.c
2134                 Fix redirecting of our own sent mails
2135
2136 2006-10-17 [wwp]        2.5.5cvs13
2137
2138         * src/send_message.c
2139                 Fix duplicate error messages when sending, and missing
2140                 newline in such error messages.
2141
2142 2006-10-17 [colin]      2.5.5cvs12
2143
2144         * src/compose.c
2145                 Compare addresses case-insensitive
2146
2147 2006-10-17 [colin]      2.5.5cvs11
2148
2149         * src/plugins/pgpcore/sgpgme.c
2150                 Fix return status
2151
2152 2006-10-17 [colin]      2.5.5cvs10
2153
2154         * src/plugins/pgpcore/pgp_viewer.c
2155                 Fix return status
2156
2157 2006-10-17 [colin]      2.5.5cvs9
2158
2159         * src/quote_fmt.c
2160                 Fix a typo (thanks to Fabien)
2161
2162 2006-10-16 [colin]      2.5.5cvs8
2163
2164         * src/textview.c
2165                 Fix problem with quote-folding when emails
2166                 don't convert cleanly to UTF-8
2167
2168 2006-10-14 [colin]      2.5.5cvs7
2169
2170         * src/prefs_template.c
2171                 Reset fields when reopening
2172                 the window
2173
2174 2006-10-13 [paul]       2.5.5cvs6
2175
2176         * manual/advanced.xml
2177         * src/prefs_message.c
2178                 make 'respect_flowed_format' a hidden
2179                 option, and add a manual entry for it
2180                 Thanks to Colin
2181
2182 2006-10-12 [colin]      2.5.5cvs5
2183
2184         * src/codeconv.c
2185                 Revert part of 2.5.2cvs21:
2186                 Don't optimise by reusing the 
2187                 last iconv converter if possible:
2188                 it seems slightly broken in a 
2189                 very hard way to reproduce
2190
2191 2006-10-12 [colin]      2.5.5cvs4
2192
2193         * src/prefs_common.c
2194         * src/prefs_common.h
2195         * src/prefs_message.c
2196         * src/procmime.c
2197                 Fix bug 1035, 'Incorrect handling 
2198                 of flowed lines'. We now optionnaly
2199                 handle this format (preference is in
2200                 Message View/Text options section)
2201
2202 2006-10-12 [colin]      2.5.5cvs3
2203
2204         * po/POTFILES.in
2205                 Add new file
2206         * src/plugins/pgpcore/pgp_viewer.c
2207         * src/plugins/pgpcore/sgpgme.c
2208                 Don't try to import without asking
2209
2210 2006-10-12 [colin]      2.5.5cvs2
2211
2212         * src/compose.c
2213                 Fix bug 1036, 'Forwarding a mutlipart
2214                 mail with a "text/html" block to ms
2215                 outlook users leeds to freeze of
2216                 outlook'. Poor outlook users...
2217
2218 2006-10-12 [paul]       2.5.5cvs1
2219
2220         * NEWS
2221         * README
2222         * configure.ac
2223                 Update version number following
2224                 stable release
2225
2226 2006-10-11 [paul]       2.5.4cvs1
2227
2228         * NEWS
2229         * README
2230         * configure.ac
2231                 Update version number following
2232                 stable release
2233
2234 2006-10-11 [paul]       2.5.3cvs32
2235
2236         * src/textview.c
2237                 fix bug 1032, 'Segmentation fault when showing
2238                 message' (bug in quote folding)
2239                 Thanks to Colin
2240
2241 2006-10-10 [colin]      2.5.3cvs31
2242
2243         * src/quote_fmt.c
2244                 Rephrase english a bit
2245
2246 2006-10-10 [colin]      2.5.3cvs30
2247
2248         * src/prefs_compose_writing.c
2249                 Stop making the page larger than the window
2250
2251 2006-10-10 [wwp]        2.5.3cvs29
2252
2253         * src/compose.c
2254         * src/prefs_template.c
2255         * src/quote_fmt.c
2256         * src/quote_fmt.h
2257         * src/quote_fmt_lex.l
2258         * src/quote_fmt_parse.y
2259                 Extend the quote parser a bit: allow to get access to
2260                 basic (composing) account info.
2261
2262 2006-10-10 [colin]      2.5.3cvs28
2263
2264         * src/procheader.c
2265                 Fix this \t problem in subject
2266
2267 2006-10-09 [colin]      2.5.3cvs27
2268
2269         * src/main.c
2270         * src/prefs_gtk.c
2271                 Prepare cache a bit later
2272                 If section already exists, skip the new one 
2273                 (as previously); avoid writing the same block
2274                 twice - if we find a second block with the 
2275                 same id, skip it.
2276         * src/plugins/pgpcore/pgp_viewer.c
2277                 Set cursor to busy when retrieving a key
2278         * src/plugins/pgpcore/sgpgme.c
2279                 allow 5 seconds for gpg to export the key
2280                 
2281
2282 2006-10-09 [colin]      2.5.3cvs26
2283
2284         * configure.ac
2285         * src/msgcache.c
2286         * src/prefs_gtk.c
2287                 Check for existence of fgets_unlocked
2288                 and fwrite_unlocked
2289
2290 2006-10-09 [paul]       2.5.3cvs25
2291
2292         * src/prefs_summaries.c
2293                 replace strftime() with fast_strftime() and in
2294                 the consequence fix the bug in the display of
2295                 AM/PM in the 'Example' string
2296
2297 2006-10-09 [ticho]      2.5.3cvs24
2298
2299         * po/sk.po
2300                 Updated (and fixed up somewhat) Slovak translation.
2301
2302 2006-10-08 [colin]      2.5.3cvs23
2303
2304         * src/prefs_folder_item.c
2305                 Explain why prefs in the top-level folder
2306                 aren't retained, but are still useful
2307
2308 2006-10-08 [colin]      2.5.3cvs22
2309
2310         * src/prefs_gtk.c
2311                 Don't cache anything if caching fails
2312
2313 2006-10-08 [colin]      2.5.3cvs21
2314
2315         * src/common/utils.c
2316                 always include gi18n.h
2317
2318 2006-10-07 [colin]      2.5.3cvs20
2319
2320         * src/plugins/pgpcore/pgp_viewer.c
2321                 Kill gpg after 5 seconds wait
2322
2323 2006-10-07 [colin]      2.5.3cvs19
2324
2325         * src/plugins/pgpcore/pgp_viewer.c
2326         * src/plugins/pgpcore/pgp_viewer.h
2327                 Fix copyright
2328
2329 2006-10-07 [colin]      2.5.3cvs18
2330
2331         * src/plugins/pgpcore/pgp_viewer.c
2332         * src/plugins/pgpcore/pgp_viewer.h
2333                 Actually add the files to CVS
2334
2335 2006-10-07 [colin]      2.5.3cvs17
2336
2337         * src/plugins/pgpcore/sgpgme.c
2338                 Be sure not to crash on 'application/pgp-signature' that
2339                 are not application/pgp-signatures
2340
2341 2006-10-07 [colin]      2.5.3cvs16
2342
2343         * src/textview.c
2344         * src/textview.h
2345                 Make a bit more of the API available
2346         * src/plugins/pgpcore/Makefile.am
2347         * src/plugins/pgpcore/plugin.c
2348         * src/plugins/pgpcore/sgpgme.c
2349                 Add basic key import/export
2350
2351 2006-10-07 [colin]      2.5.3cvs15
2352
2353         * src/folderview.c
2354         * src/imap.c
2355         * src/prefs_account.c
2356         * src/wizard.c
2357                 Warn users *everywhere* if libetpan's not
2358                 linked in
2359
2360 2006-10-06 [mones]      2.5.3cvs14
2361
2362         * po/de.po
2363         * po/es.po
2364                 updated by Stephan Sachse and me
2365
2366 2006-10-06 [colin]      2.5.3cvs13
2367
2368         * src/main.c
2369         * src/common/sylpheed.c
2370                 Don't load common plugins if --exit is passed
2371         * src/prefs_gtk.c
2372         * src/prefs_gtk.h
2373                 Implement a cache to avoid reading the same
2374                 files over and over again at startup
2375
2376 2006-10-06 [colin]      2.5.3cvs12
2377
2378         * src/summaryview.c
2379         * src/gtk/quicksearch.c
2380                 Update display every 5k mails on fast searches
2381
2382 2006-10-06 [colin]      2.5.3cvs11
2383
2384         * src/textview.c
2385                 Don't do quote folding on HTML or ERTF.
2386                 May fix the Cygwin issues if they were
2387                 happening with HTML mails?
2388
2389 2006-10-05 [colin]      2.5.3cvs10
2390
2391         * src/prefs_gtk.c
2392                 Oops, forgot one
2393
2394 2006-10-05 [colin]      2.5.3cvs9
2395
2396         * src/prefs_gtk.c
2397                 Use unlocked_stdio here too
2398
2399 2006-10-05 [colin]      2.5.3cvs8
2400
2401         * src/folderview.c
2402                 Fix go to next * after preferences apply
2403         * src/msgcache.c
2404                 Do the fd lock/unlock ourselves instead of
2405                 letting the libc do it at each write 
2406
2407 2006-10-05 [colin]      2.5.3cvs7
2408
2409         * src/common/utils.c
2410                 Faster division, thanks to Jean Diraison
2411
2412 2006-10-05 [paul]       2.5.3cvs6
2413
2414         * src/common/utils.c
2415                 fix building with --disable-nls
2416
2417 2006-10-04 [colin]      2.5.3cvs5
2418
2419         * src/folder.c
2420                 Maybe fix a segfault
2421
2422 2006-10-04 [wwp]        2.5.3cvs4
2423
2424         * src/prefs_folder_item.c
2425                 Fine-tune layouts in folder item prefs. Suggested by
2426                 Fabien Vantard <fzzzzz@gmail.com>.
2427
2428 2006-10-04 [wwp]        2.5.3cvs3
2429
2430         * src/prefs_folder_item.c
2431                 Kill the clandestine passengers. You didn't see anything.
2432
2433 2006-10-04 [wwp]        2.5.3cvs2
2434
2435         * src/prefs_folder_item.c
2436                 Add a way to test the subject simplify regexp in
2437                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
2438                 w/ few layout changes.
2439
2440 2006-20-04 [paul]       2.5.3cvs1
2441
2442         * NEWS
2443         * README
2444         * configure.ac
2445                 Update version number following
2446                 stable release
2447
2448 2006-10-04 [colin]      2.5.2cvs42
2449
2450         * src/folder.c
2451         * src/folder.h
2452         * src/summaryview.c
2453                 Provide a way for folder classes to set their sort
2454                 type and key
2455
2456 2006-10-03 [colin]      2.5.2cvs41
2457
2458         * src/mh.c
2459                 Don't use strlen() to know if the
2460                 string's empty
2461
2462 2006-10-03 [colin]      2.5.2cvs40
2463
2464         * src/mh.c
2465                 Fix "check for new folders" with accentued folders
2466
2467 2006-10-03 [ticho]      2.5.2cvs39
2468
2469         * src/filtering.c
2470         * src/folder.c
2471         * src/inc.c
2472         * src/mbox.c
2473                 Colin's fix for "copy" filtering rules.
2474
2475 2006-10-02 [colin]      2.5.2cvs38
2476
2477         * src/folderview.c
2478                 Fix for double-click too
2479
2480 2006-10-02 [colin]      2.5.2cvs37
2481
2482         * src/folderview.c
2483                 correct fix for cvs36
2484
2485 2006-10-02 [colin]      2.5.2cvs36
2486
2487         * src/folderview.c
2488                 Fix 'goto next unread' after collapsing/expanding 
2489                 a node.
2490
2491 2006-10-02 [colin]      2.5.2cvs35
2492
2493         * src/summaryview.c
2494                 Fix double freeze/thaw
2495         * src/common/utils.c
2496         * src/common/utils.h
2497                 Reimplement strftime
2498         * src/procheader.c
2499                 Use it
2500
2501
2502 2006-10-02 [colin]      2.5.2cvs34
2503
2504         * src/mh.c
2505                 Time mh_write_sequences() - it's fast
2506         * src/summaryview.c
2507                 Init a variable to shut up gcc
2508
2509 2006-10-01 [colin]      2.5.2cvs33
2510
2511         * src/folder.c
2512         * src/mh.c
2513         * src/mh.h
2514         * src/msgcache.c
2515                 Add helper mh_set_mtime(), and set mtime to stat()'s result
2516                 Add fsync but disable it, it's slow as hell
2517
2518 2006-10-01 [colin]      2.5.2cvs32
2519
2520         * src/mh.c
2521         * src/msgcache.c
2522                 fflush() caches and mh_sequences before
2523                 fclose()ing
2524
2525 2006-10-01 [colin]      2.5.2cvs31
2526
2527         * src/msgcache.c
2528                 Don't ftruncate when not using mmap
2529
2530 2006-09-30 [colin]      2.5.2cvs30
2531
2532         * src/main.c
2533                 Write folder list *after* saving caches
2534
2535 2006-09-30 [colin]      2.5.2cvs29
2536
2537         * src/folder.c
2538         * src/mh.c
2539                 Debug forced mtime changes
2540
2541 2006-09-30 [colin]      2.5.2cvs28
2542
2543         * src/folder.c
2544         * src/main.c
2545                 Remove useless debug_print()s (code
2546                 well-tested)
2547
2548 2006-09-30 [colin]      2.5.2cvs27
2549
2550         * src/mh.c
2551                 Do stuff faster when writing mh_sequences
2552
2553 2006-09-30 [colin]      2.5.2cvs26
2554
2555         * src/mh.c
2556                 Don't let the writing of .mh_sequences, which
2557                 can change the folder's mtime, let us think
2558                 we need to scan.
2559
2560 2006-09-30 [colin]      2.5.2cvs25
2561
2562         * src/folder.c
2563                 Move a debug_print where it belongs 
2564                 (processing)
2565         * src/summaryview.c
2566                 Don't mess with a huge slow subject
2567                 table if we're not threading by
2568                 subject
2569
2570 2006-09-30 [colin]      2.5.2cvs24
2571
2572         * src/msgcache.c
2573                 Reenable mmaped reads (*not* writes!)
2574         * src/procmsg.c
2575                 Don't destroy and recreate hashtables just
2576                 for fun
2577         * src/common/utils.c
2578                 Remove useless reply prefixes (it's case
2579                 unsensitive)
2580
2581 2006-09-30 [wwp]        2.5.2cvs23
2582
2583         * tools/fix_date.sh
2584                 Fixed a minor bug in date value extraction, added a switch
2585                 to replace non RFC-compliant Date: value, added a switch
2586                 to use strict RFC matching patterns for dates.
2587
2588 2006-09-29 [colin]      2.5.2cvs22
2589
2590         * src/matcher_parser.h
2591         * src/matcher_parser_parse.y
2592         * src/prefs_filtering.c
2593         * src/statusbar.c
2594         * src/summary_search.c
2595         * src/summaryview.c
2596         * src/gtk/quicksearch.c
2597         * src/gtk/quicksearch.h
2598                 Optimise searches by setting different
2599                 refresh intervals (depending if the 
2600                 search is fast or not)
2601
2602 2006-09-29 [colin]      2.5.2cvs21
2603
2604         * src/codeconv.c
2605                 Optimise by reusing the last iconv converter
2606                 if possible
2607         * src/textview.c
2608                 Optimise a bit (the foldable quotes feature
2609                 still has an awful O(n^2) algo
2610
2611 2006-09-29 [colin]      2.5.2cvs20
2612
2613         * src/gtk/gtksctree.c
2614         * src/gtk/gtksctree.h
2615                 Optimise de-selection via up/down or
2616                 another key
2617
2618 2006-09-28 [colin]      2.5.2cvs19
2619
2620         * src/action.c
2621         * src/compose.c
2622         * src/folderview.c
2623         * src/mainwindow.c
2624         * src/messageview.c
2625         * src/summary_search.c
2626         * src/toolbar.c
2627                 Avoid using summaryview->ctree directly
2628
2629 2006-09-28 [colin]      2.5.2cvs18
2630
2631         * src/summaryview.c
2632         * src/summaryview.h
2633                 Add helpers to freeze/thaw/grab_focus
2634                 Factorize calls to freeze/thaw/grab_focus
2635                 
2636
2637 2006-09-28 [colin]      2.5.2cvs17
2638
2639         * src/main.c
2640                 More guards for the session management
2641
2642 2006-09-28 [colin]      2.5.2cvs16
2643
2644         * src/folderview.c
2645         * src/gtk/gtksctree.c
2646         * src/gtk/gtksctree.h
2647                 Make expanding not recursive in folderview
2648
2649 2006-09-28 [colin]      2.5.2cvs15
2650
2651         * src/addressbook.c
2652                 If nothing is selected in the list (right part)
2653                 and a group is selected in the tree (left part),
2654                 mail this group.
2655
2656 2006-09-28 [colin]      2.5.2cvs14
2657
2658         * src/Makefile.am
2659                 Actually use SM_LIBS
2660
2661 2006-09-28 [ticho]      2.5.2cvs13
2662
2663         * src/export.c
2664         * src/messageview.c
2665         * src/mimeview.c
2666         * src/news.c
2667         * src/pop.c
2668         * src/prefs_themes.c
2669         * src/procmsg.c
2670                 Small i18n string optimization.
2671         * src/send_message.c
2672         * src/summaryview.c
2673         * src/common/session.c
2674         * src/common/smtp.c
2675         * src/common/ssl_certificate.c
2676         * src/common/utils.c
2677                 Use "Couldn't" instead of "Can't" in UI messages,
2678                 where appropriate.
2679
2680 2006-09-28 [colin]      2.5.2cvs12
2681
2682         * configure.ac
2683                 Possibly fix link errors
2684
2685 2006-09-27 [wwp]        2.5.2cvs11
2686
2687         * src/gtk/authors.h
2688         * doc/man/sylpheed-claws.1
2689         * manual/ack.xml
2690         * manual/es/ack.xml
2691         * manual/fr/ack.xml
2692         * manual/pl/ack.xml
2693                 Updated authors info (me, myself and I).
2694
2695 2006-09-27 [colin]      2.5.2cvs10
2696
2697         * src/addressbook.c
2698                 Remove useless printf
2699
2700 2006-09-27 [wwp]        2.5.2cvs9
2701
2702         * src/editgroup.c
2703         * src/send_message.c
2704         * src/inc.c
2705         * src/prefs_common.c
2706         * src/prefs_common.h
2707         * src/gtk/progressdialog.c
2708                 remember more windows' sizes (send dialog, received dialog,
2709                 edit group in addressbook).
2710
2711 2006-09-27 [colin]      2.5.2cvs8
2712
2713         * configure.ac
2714         * src/main.c
2715         * src/mainwindow.h
2716                 Use libSM to communicate with the session
2717                 manager, so that we can know when the 
2718                 session ends, save our caches, and draft
2719                 our compose windows.
2720
2721 2006-09-27 [colin]      2.5.2cvs7
2722
2723         * src/addressbook.c
2724                 Fix issues:
2725                 o Allow Book and Group creation from the tree's
2726                   contextual menu
2727                 o Do not actually delete the contacts when 
2728                   deleting groups from the tree (duh!)
2729
2730 2006-09-27 [colin]      2.5.2cvs6
2731
2732         * src/compose.c
2733         * src/compose.h
2734         * src/mainwindow.c
2735         * src/textview.c
2736         * src/toolbar.c
2737                 o Allow passing an email address to 
2738                   compose_new_with_folderitem
2739                 o Update callers
2740                 o Use current folderitem when clicking
2741                   on a TextView mailto: link
2742                 o Fix a possible leak in TextView
2743
2744 2006-09-27 [colin]      2.5.2cvs5
2745
2746         * src/html.c
2747                 Use UTF-8 chars to replace HTML entities
2748
2749 2006-09-27 [colin]      2.5.2cvs4
2750
2751         * AUTHORS
2752         * src/prefs_account.c
2753         * src/gtk/authors.h
2754                 Fix bug #1024 (Array index out of
2755                 range in sylpheed-claws-2.5.2)
2756                 Patch by Ales Nosek <anosek@suse.cz>
2757
2758 2006-09-27 [colin]      2.5.2cvs3
2759
2760         * src/addr_compl.c
2761                 Actually do the test
2762
2763 2006-09-27 [colin]      2.5.2cvs2
2764
2765         * src/addr_compl.c
2766         * src/addr_compl.h
2767                 Allow completing with comma (in certain cases: vCalendar
2768                 for example doesn't support that)
2769                 Patch by Fabien Vantard
2770
2771 2006-09-26 [colin]      2.5.2cvs1
2772
2773         * src/Makefile.am
2774         * src/addr_compl.c
2775         * src/addr_compl.h
2776         * src/addrbook.c
2777         * src/addrbook.h
2778         * src/addressbook.c
2779         * src/addrindex.c
2780         * src/addrindex.h
2781         * src/compose.c
2782         * src/prefs_common.c
2783         * src/prefs_filtering_action.c
2784         * src/prefs_folder_item.c
2785         * src/prefs_template.c
2786         * src/stock_pixmap.c
2787         * src/stock_pixmap.h
2788         * src/pixmaps/addr_one.xpm
2789         * src/pixmaps/addr_two.xpm
2790                 Add auto-completion on groups
2791
2792 2006-09-26 [colin]      2.5.2
2793
2794         * NEWS
2795         * README
2796         * RELEASE_NOTES
2797                 2.5.2 released
2798
2799 2006-09-26 [colin]      2.5.1cvs5
2800
2801         * src/matcher.c
2802                 Fix condition
2803
2804 2006-09-26 [colin]      2.5.1cvs4
2805
2806         * src/mbox.c
2807                 Revert cvs1 (useless as the message is printed 
2808                 every 500 mails)
2809
2810 2006-09-26 [colin]      2.5.1cvs3
2811
2812         * src/partial_download.c
2813                 Fix crasher found by Alexsandar Urosevic
2814
2815 2006-09-26 [colin]      2.5.1cvs2
2816
2817         * src/summaryview.c
2818                 Fix bug #1023 (Sylpheed deletes too much messages)
2819
2820 2006-09-26 [ticho]      2.5.1cvs1
2821
2822         * src/mbox.c
2823                 Make use of gettext's multiple plurals for statusbar
2824                 progress message.
2825
2826 2006-09-25 [paul]       2.5.1
2827
2828         * NEWS
2829         * README
2830         * RELEASE_NOTES
2831                 2.5.1 released
2832
2833 2006-09-25 [colin]      2.5.0cvs3
2834
2835         * src/plugins/bogofilter/bogofilter.c
2836         * src/plugins/clamav/clamav_plugin.c
2837         * src/plugins/spamassassin/spamassassin.c
2838                 BogoFilter, Spamassassin: Fix double hook registering after
2839                 visiting preferences
2840                 Spamassassin, Clamav: Just set the mails to move instead of
2841                 doing the move - caller will move the things at once.
2842
2843 2006-09-25 [colin]      2.5.0cvs2
2844
2845         * src/imap.c
2846         * src/etpan/imap-thread.c
2847                 Use UID SEARCH ALL instead of UID 1:*
2848                 (braindead servers can't figure out that's
2849                 the same...)
2850
2851 2006-09-25 [wwp]        2.5.0cvs1
2852
2853         * src/message_search.c
2854                 Added the ability to stop a running search (in message body).
2855
2856 2006-09-25 [paul]       2.5.0
2857
2858         * NEWS
2859         * README
2860         * RELEASE_NOTES
2861                 2.5.0 released
2862
2863 2006-09-25 [paul]       2.4.0cvs214
2864
2865         * po/cs.po
2866         * po/de.po
2867         * po/fi.po
2868         * po/fr.po
2869         * po/nl.po
2870         * po/pt_BR.po
2871         * po/sk.po
2872         * po/sr.po
2873         * po/zh_CN.po
2874                 updated by Tim, Stephan Sachse, Flammie Pirinen,
2875                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
2876                 Ticho, Aleksander Urosevic, Ralgh Young
2877
2878 2006-09-24 [mones]      2.4.0cvs213
2879
2880         * po/es.po
2881                 Updated for release
2882
2883 2006-09-23 [colin]      2.4.0cvs212
2884
2885         * src/gtk/inputdialog.c
2886                 Fix [ ] remember this appearing in normal
2887                 input dialogs after it's been used by
2888                 mimeview.
2889         * src/folder.c
2890         * src/folderview.c
2891         * src/msgcache.c
2892         * src/procmsg.c
2893         * src/summaryview.c
2894         * src/textview.c
2895         * src/common/timing.h
2896                 Enable timings in debug mode and make it
2897                 look prettier.
2898
2899 2006-09-22 [colin]      2.4.0cvs211
2900
2901         * README
2902                 Revert test change
2903         * commitHelper
2904                 ping the correct URI
2905
2906 2006-09-22 [colin]      2.4.0cvs210
2907
2908         * README
2909                 Let's see if bug #1022 is fixed
2910
2911 2006-09-21 [colin]      2.4.0cvs209
2912
2913         * src/wizard.c
2914         * src/common/plugin.c
2915                 Prepare infra to load predefined plugins when
2916                 no configuration existed. Don't actually load
2917                 anything yet (feat. freeze)
2918
2919 2006-09-21 [wwp]        2.4.0cvs208
2920
2921         * manual/fr/faq.xml
2922                 Partial sync w/ 2.4.0cvs72:
2923                 wrap file and minor updates.
2924
2925 2006-09-21 [wwp]        2.4.0cvs207
2926
2927         * tools/fix_date.sh
2928                 several fixes and enhancements. A new --force switch has been
2929                 added to prevent overriding by default Date: header when
2930                 already existing.
2931
2932 2006-09-21 [paul]       2.4.0cvs206
2933
2934         * src/common/utils.c
2935                 add Chinese UTF8 Re prefix
2936
2937 2006-09-21 [wwp]        2.4.0cvs205
2938
2939         * tools/Makefile.am
2940                 Fics alfabettical order.
2941
2942 2006-09-21 [wwp]        2.4.0cvs204
2943
2944         * tools/fix_date.sh
2945         * tools/Makefile.am
2946                 Added an action tool to fix missing Date field in emails.
2947                 Updated Makefile.am to reflect those last two additions.
2948
2949 2006-09-21 [wwp]        2.4.0cvs203
2950
2951         * tools/uuooffice
2952                 Added a action tool to open uuencoded docs w/
2953                 OpenOffice (based on uudec method).
2954
2955 2006-09-21 [colin]      2.4.0cvs202
2956
2957         * src/compose.c
2958         * src/textview.c
2959                 Workaround possible GTK crash: remove selection 
2960                 clipboard before destroying widget, or GTK+-2.10
2961                 dies. Thanks to Hiro.
2962
2963 2006-09-20 [colin]      2.4.0cvs201
2964
2965         * src/compose.c
2966                 Fix free-after-use in some cases (when 
2967                 procmime_encode_content() frees mimeinfo->data.mem
2968                 and turns it to a temp file)
2969
2970 2006-09-20 [colin]      2.4.0cvs200
2971
2972         * src/folderview.c
2973         * src/summaryview.c
2974         * src/gtk/gtksctree.c
2975         * src/gtk/gtksctree.h
2976                 Add tooltips in the folderview and summaryview
2977                 (Doesn't break string freeze as they already
2978                 exist)
2979         * src/toolbar.c
2980                 Put the spam button in the default configuration
2981                 if compiled with bogo plugin too
2982
2983 2006-09-19 [colin]      2.4.0cvs199
2984
2985         * src/summaryview.c
2986         * src/summaryview.h
2987                 Update folder name label on folder rename
2988         * src/prefs_matcher.c
2989         * src/gtk/logwindow.h
2990                 Fix warnings
2991                 Patches by Fabien
2992
2993 2006-09-19 [wwp]        2.4.0cvs198
2994
2995         * src/summary_search.c
2996                 fix can't click forward/backward buttons in the
2997                 search messages.
2998
2999 2006-09-18 [paul]       2.4.0cvs197
3000
3001         * src/wizard.c
3002                 add missing bracket, capitalise the A of
3003                 'SpamAssassin'
3004
3005 2006-09-18 [paul]       2.4.0cvs196
3006
3007         * src/compose.c
3008                 fix bug 1012 'crashed upon sending mail
3009                 from compose window'
3010                 Thanks to Colin
3011
3012 2006-09-16 [colin]      2.4.0cvs195
3013
3014         * src/folderview.c
3015                 Fix "real-time" sorting by freezing/thawing
3016
3017 2006-09-16 [colin]      2.4.0cvs194
3018
3019         * manual/faq.xml
3020                 Fix the anti-spam entry a bit
3021
3022 2006-09-16 [colin]      2.4.0cvs193
3023
3024         * src/wizard.c
3025                 Make sure reviewers have no excuse when stating
3026                 Sylpheed-Claws doesn't have antispam capabilities.
3027
3028 2006-09-16 [colin]      2.4.0cvs192
3029
3030         * src/main.c
3031                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
3032                 as if the SIGPIPE comes from etpan's thread we could
3033                 trigger a GUI update from this thread.
3034
3035 2006-09-16 [colin]      2.4.0cvs191
3036
3037         * src/summaryview.c
3038                 Init all members of the struct
3039
3040 2006-09-16 [paul]       2.4.0cvs190
3041
3042         * src/account.c
3043                 improvements to the English
3044
3045 2006-09-15 [colin]      2.4.0cvs189
3046
3047         * src/summaryview.c
3048                 HIG order on dialog
3049
3050 2006-09-14 [colin]      2.4.0cvs188
3051
3052         * src/common/socket.c
3053         * src/common/socket.h
3054         * src/common/ssl.c
3055         * src/common/ssl_certificate.c
3056         * src/common/ssl_certificate.h
3057         * src/etpan/imap-thread.c
3058                 the get_fqdn() call done to get canonical name when
3059                 checking an SSL certificate is blocking, which is
3060                 sad as we just did a non-blocking lookup to connect.
3061                 Fix that by letting the fqdn available to the SockInfo,
3062                 and use that in ssl_certificate_check(). For IMAP,
3063                 we don't do it as the lookup's done by libetpan, but
3064                 it's less annoying as IMAP connections as much more
3065                 rare than POP3 connections.
3066
3067 2006-09-14 [paul]       2.4.0cvs187
3068
3069         * manual/advanced.xml
3070                 improvements to the English,
3071                 properly place the new hidden options
3072                 within the alphabetical order
3073         * src/gtk/pluginwindow.c
3074                 improvements to the English
3075
3076 2006-09-14 [colin]      2.4.0cvs186
3077
3078         * src/prefs_common.c
3079         * src/prefs_common.h
3080         * src/gtk/gtksctree.c
3081         * manual/advanced.xml
3082                 New hidden pref, stripes_color_offset, to change
3083                 the value added/substracted to normal bgcolor to
3084                 create the stripes in summaries
3085
3086 2006-09-13 [colin]      2.4.0cvs185
3087
3088         * src/gedit-print.c
3089         * src/messageview.c
3090         * src/messageview.h
3091         * src/summaryview.c
3092         * src/textview.c
3093                 Fix misc. printing issues: 
3094                 - Bad font for linkified headers
3095                 - Different font if the mail was displayed or not
3096                 - Factorize the thing
3097
3098 2006-09-13 [colin]      2.4.0cvs184
3099
3100         * src/common/ssl_certificate.c
3101                 Only get FQDN once when checking certificate
3102
3103 2006-09-13 [colin]      2.4.0cvs183
3104
3105         * src/account.c
3106         * src/gtk/pluginwindow.c
3107                 Misc. GUI fixes by Fabien
3108
3109 2006-09-13 [wwp]        2.4.0cvs182
3110
3111         * configure.ac
3112         * src/common/utils.h
3113         * src/common/utils.c
3114                 get rid of unused wide-char functions.
3115
3116 2006-09-13 [wwp]        2.4.0cvs181
3117
3118         * src/plugins/pgpinline/sylpheed.def
3119         * src/textview.c
3120                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
3121                 add privacy_reset_error to the .def file,
3122                 do not fork for an external textviewer.
3123
3124 2006-09-13 [wwp]        2.4.0cvs180
3125
3126         * src/prefs_common.c
3127                 fix broken font entry in prefs (patch issued by the gpg4win team,
3128                 probably by Marcus Brinkmann <marcus@g10code.de>).
3129
3130 2006-09-13 [colin]      2.4.0cvs179
3131
3132         * src/folder.h
3133                 Fix a warning in summaryview.c
3134         * src/mainwindow.c
3135         * src/summaryview.c
3136         * src/summaryview.h
3137                 Add missing Mark/* elements in the
3138                 main menu
3139
3140 2006-09-12 [colin]      2.4.0cvs178
3141
3142         * src/prefs_actions.c
3143         * src/prefs_filtering_action.c
3144         * src/prefs_matcher.c
3145                 Use (New) instead of New everywhere
3146
3147 2006-09-12 [wwp]        2.4.0cvs177
3148
3149         * manual/fr/addrbook.xml
3150         * manual/fr/handling.xml
3151                 updated some quotes in the fr manual to match the fr translation.
3152
3153 2006-09-12 [wwp]        2.4.0cvs176
3154
3155         * src/prefs_matcher.c
3156                 don't store translated string elements in matcher expressions.
3157                 Also fixed a misused of Q_().
3158
3159 2006-09-11 [wwp]        2.4.0cvs175
3160
3161         * src/plugins//bogofilter/bogofilter.c
3162         * src/plugins//clamav/clamav_plugin.c
3163         * src/plugins//demo/demo.c
3164         * src/plugins//dillo_viewer/dillo_viewer.c
3165         * src/plugins//pgpcore/plugin.c
3166         * src/plugins//pgpinline/plugin.c
3167         * src/plugins//pgpmime/plugin.c
3168         * src/plugins//spamassassin/spamassassin.c
3169                 gettext-ize more strings (mostly plugin error messages).
3170
3171 2006-09-11 [colin]      2.4.0cvs174
3172
3173         * src/alertpanel.c
3174                 Make maximum buffer size bigger to avoid
3175                 truncating translated messages. Patch by
3176                 Fabien
3177
3178 2006-09-11 [colin]      2.4.0cvs173
3179
3180         * src/etpan/imap-thread.c
3181                 Fix compilation on OpenBSD, thanks to 
3182                 Landry
3183
3184 2006-09-10 [wwp]        2.4.0cvs172
3185
3186         * manual/account.xml
3187         * manual/addrbook.xml
3188         * manual/handling.xml
3189         * manual/es/handling.xml
3190         * manual/fr/account.xml
3191         * manual/fr/addrbook.xml
3192         * manual/fr/handling.xml
3193                 documented addressbook matching (condition configuration):
3194                   addrbook.xml, en fr
3195                 documented per-account filtering rules (handling/filtering
3196                   section, account section):
3197                   account.xml, handling.xml, en fr
3198                 slightly updated the handling/searching section to tell few
3199                   words about the extended search ability:
3200                   handling.xml, en fr
3201                 added missing <quote></quotes> to Quick Search:
3202                   handling.xml, en fr es
3203                 fixed a typo (auomatically):
3204                   handling.xml, en
3205                 changes revisited by Paul.
3206
3207 2006-09-10 [paul]       2.4.0cvs171
3208
3209         * src/prefs_actions.c
3210         * src/prefs_filtering.c
3211         * src/prefs_template.c
3212                 adjustments to the gui
3213                 Patch by Fabien Vantard (slightly modified)
3214
3215 2006-09-10 [colin]      2.4.0cvs170
3216
3217         * src/summaryview.c
3218                 Check folderitem/summaryview consistency
3219                 (basically automates Update summary). Fixes
3220                 #1011 (wrong (negative) count on unread 
3221                 messages)
3222
3223 2006-09-10 [colin]      2.4.0cvs169
3224
3225         * src/gtk/gtksctree.c
3226                 Fix recursive expansion via mouse
3227         * src/plugins/bogofilter/bogofilter.c
3228                 Use normal filtering way of moving
3229                 messages (batching), possibly fixing
3230                 bug #1015 (Bogofilter plugin doubles 
3231                 new messages)
3232
3233 2006-09-09 [wwp]        2.4.0cvs168
3234
3235         * src/prefs_filtering.c
3236                 better place for this fix.
3237
3238 2006-09-09 [wwp]        2.4.0cvs167
3239
3240         * src/prefs_filtering.c
3241                 fix a minor bug when the enabled status of a filtering/processing
3242                 rule always got set to TRUE when replacing this rule. That still
3243                 make sense when adding a new rule, but now when replacing, we
3244                 don't override the value of 'enabled'.
3245                 Also renamed the func prefs_filtering_list_view_get_rule_name()
3246                 to prefs_filtering_list_view_get_info() as this function not only
3247                 returns the name, but also the account_id and the enabled status.
3248
3249 2006-09-09 [mones]      2.4.0cvs166
3250
3251         * manual/glossary.xml
3252         * manual/plugins.xml
3253                 Minor format corrections
3254         * manual/gpl.xml
3255                 Fix misplaced NO WARRANTY section
3256         * manual/es/advanced.xml
3257         * manual/es/faq.xml
3258         * manual/es/glossary.xml
3259         * manual/es/gpl.xml
3260         * manual/es/handling.xml
3261         * manual/es/plugins.xml
3262         * manual/es/starting.xml
3263                 Incorporate changes from English version
3264         * manual/fr/ack.xml
3265         * manual/pl/ack.xml
3266         * manual/es/ack.xml
3267                 Fix address, (add translation credits in es version)
3268         * po/es.po
3269                 Updated translation
3270
3271 2006-09-09 [wwp]        2.4.0cvs165
3272
3273         * src/prefs_filtering.c
3274                 fix a crash when opening filtering prefs, if matcherrc file contains
3275                 broken data (non-existing account id, which is theoretically not
3276                 possible).
3277
3278 2006-09-08 [colin]      2.4.0cvs164
3279
3280         * src/folder.c
3281                 Wrong assert, make it an if()
3282         * src/gtk/gtksctree.c
3283                 Fix bug #1013 (expand selected thread 
3284                 tree) - expanding is now recursive
3285
3286 2006-09-07 [wwp]        2.4.0cvs163
3287
3288         * src/prefs_matcher.c
3289                 make better sentences about addressbook matching in the
3290                 matcher prefs. This should make translators' work easier
3291                 too.
3292
3293 2006-09-07 [wwp]        2.4.0cvs162
3294
3295         * src/prefs_filtering.c
3296                 code simplification (get rid of dup var. assignment).
3297
3298 2006-09-07 [wwp]        2.4.0cvs161
3299
3300         * src/summaryview.c
3301                 use GTK_STOCK icons when possible, patch by Fabien Vantard
3302                 <fzzzzz@gmail.com>.
3303
3304 2006-09-07 [paul]       2.4.0cvs160
3305
3306         * src/mimeview.c
3307                 fix compilation warnings
3308                 Thanks to Colin
3309
3310 2006-09-07 [paul]       2.4.0cvs159
3311
3312         * src/mimeview.c
3313                 select the mimepart icon when
3314                 displaying as text
3315                 Thanks to Colin
3316
3317 2006-09-06 [paul]       2.4.0cvs158
3318
3319         * src/prefs_filtering.c
3320                 fix labels and table element spacing
3321                 Patch by Fabien Vantard
3322
3323 2006-09-06 [paul]
3324
3325         2.5.0-rc3 released
3326
3327 2006-09-06 [paul]       2.4.0cvs157
3328
3329         * manual/es/advanced.xml
3330                 fix typo
3331
3332 2006-09-06 [wwp]        2.4.0cvs156
3333
3334         * src/mainwindow.c
3335                 fix an dup launch issue when iconified, thanks to Colin.
3336
3337 2006-09-06 [wwp]        2.4.0cvs155
3338
3339         * src/gtk//gtksctree.h
3340                 oops, forgot that one!
3341
3342 2006-09-06 [wwp]        2.4.0cvs154
3343
3344         * manual/pl/advanced.xml
3345         * manual/advanced.xml
3346         * manual/es/advanced.xml
3347         * manual/fr/advanced.xml
3348         * src/prefs_customheader.c
3349         * src/prefs_filtering_action.c
3350         * src/foldersel.c
3351         * src/prefs_summaries.c
3352         * src/prefs_filtering.c
3353         * src/account.c
3354         * src/compose.c
3355         * src/prefs_summary_column.c
3356         * src/addr_compl.c
3357         * src/prefs_actions.c
3358         * src/prefs_folder_column.c
3359         * src/ssl_manager.c
3360         * src/prefs_template.c
3361         * src/prefs_display_header.c
3362         * src/prefs_common.h
3363         * src/prefs_matcher.c
3364         * src/prefs_common.c
3365         * src/prefs_toolbar.c
3366         * src/summaryview.c
3367         * src/folderview.c
3368         * src/gtk/gtksctree.c
3369         * src/gtk/pluginwindow.c
3370         * src/gtk/progressdialog.c
3371         * src/gtk/prefswindow.c
3372                 renamed hidden option enable_rules_hint to use_stripes_everywhere
3373                 to make its meaning more obvious (all versions of the manual reflect
3374                 the change).
3375                 added an extra hidden option use_stripes_in_summary to allow
3376                 discarding these stripes in mainwindow's folder and message lists;
3377                 en and fr manuals only are OK towards this.
3378
3379 2006-09-06 [colin]      2.4.0cvs153
3380
3381         * src/textview.c
3382                 Hide Sylpheed-Claws' internal queue headers
3383                 when showing all headers. They'll be present
3384                 only in Source window.
3385
3386 2006-09-05 [colin]      2.4.0cvs152
3387
3388         * src/plugins/trayicon/trayicon.c
3389                 Fix crash at exit - we have to disconnect
3390                 our handlers
3391         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3392                 Update eggtrayicon - patch adapted from a
3393                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
3394                 on Sylpheed's ML
3395
3396 2006-09-05 [colin]      2.4.0cvs151
3397
3398         * src/mainwindow.c
3399         * src/gtk/logwindow.c
3400                 Fix race condition when something writes
3401                 to the log too soon during init. Thanks
3402                 to Fabien Vantard
3403
3404 2006-09-05 [colin]      2.4.0cvs150
3405
3406         * src/mimeview.c
3407                 Don't select part on right-click either
3408
3409 2006-09-05 [paul]       2.4.0cvs149
3410
3411         * src/mimeview.c
3412                 completion of previous commit
3413                 Thanks to Colin
3414
3415 2006-09-05 [colin]      2.4.0cvs148
3416
3417         * src/mimeview.c
3418                 Don't force selection on middle-click, just open
3419
3420 2006-09-04 [colin]      2.4.0cvs147
3421
3422         * src/mimeview.c
3423                 Looks like gtk_notebook_set_current_page()
3424                 sometimes steals focus, and this annoys us
3425                 in MimeViewers as it renders navigation
3426                 keys useless. Take back focus after switching
3427                 pages.
3428
3429 2006-09-04 [colin]      2.4.0cvs146
3430
3431         * src/messageview.c
3432                 Set stop_loading when clicking on Next
3433                 during load. Don't add a callback to 
3434                 avoid over-complicating things.
3435
3436 2006-09-04 [colin]      2.4.0cvs145
3437
3438         * src/mimeview.c
3439         * src/messageview.c
3440                 Fix multiple loads in separate messageview
3441
3442 2006-09-04 [colin]      2.4.0cvs144
3443
3444         * src/summaryview.c
3445                 Let navigation keys be handled during 
3446                 load
3447
3448 2006-09-04 [colin]      2.4.0cvs143
3449
3450         * src/messageview.c
3451         * src/summaryview.c
3452         * src/textview.c
3453         * src/textview.h
3454                 Make loading of huge mails (lots of text and/or
3455                 images) cancellable, so the GUI doesn't block 
3456
3457 2006-09-04 [colin]      2.4.0cvs142
3458
3459         * src/plugins/trayicon/trayicon.c
3460                 Fix annoyance when removing a folder with 
3461                 unread mails: trayicon didn't update
3462
3463 2006-09-04 [paul]       2.4.0cvs141
3464
3465         * src/gtk/icon_legend.c
3466                 straighten up columns
3467                 Patch by Fabien Vantard
3468
3469 2006-09-04 [wwp]        2.4.0cvs140
3470
3471         * src/prefs_filtering.c
3472                 fix new line's account name in filtering prefs:
3473                 was "All", is now "(New)".
3474
3475 2006-09-04 [paul]       2.4.0cvs139
3476
3477         * tools/make.themes.project
3478                 use "AUTOMAKE_OPTIONS = dist-bzip2"
3479                 instead of homebrewed "make release"
3480
3481 2006-09-03 [colin]      2.4.0cvs138
3482
3483         * src/folderview.c
3484                 Fix bug #1007 (Wrong folder highlighted)
3485
3486 2006-09-03 [colin]      2.4.0cvs137
3487
3488         * src/compose.c
3489                 Don't set Newsgroup: header to a mail folder
3490                 path
3491
3492 2006-09-03 [paul]       2.4.0cvs136
3493
3494         * src/prefs_other.c
3495         * src/prefs_spelling.c
3496                 unify the gui
3497
3498 2006-09-03 [paul]       2.4.0cvs135
3499
3500         * src/prefs_summaries.c
3501                 correct menu item text in prefs_keybind_apply_clicked()
3502
3503 2006-09-03 [paul]       2.4.0cvs134
3504
3505         * manual/advanced.xml
3506                 some improvements to the descriptions
3507         * src/mainwindow.c
3508         * src/messageview.c
3509         * src/summaryview.c
3510         * src/gtk/menu.c
3511                 fix menu sensitivity issues
3512         * src/prefs_message.c
3513                 drop the useless word 'short'
3514         * src/prefs_other.c
3515                 add the word 'lines' indicating log length
3516                 is a measure of lines
3517         * src/textview.c
3518                 fix compilation warnings
3519
3520 2006-09-02 [colin]      2.4.0cvs133
3521
3522         * src/messageview.c
3523                 Display a special return-receipt message
3524                 if the message is from the user
3525         * src/summaryview.c
3526                 Fix missing freeze of the list when marking
3527                 all read and unthreading for exec. Thanks
3528                 to Stephan Sachse.
3529
3530 2006-09-02 [paul]       2.4.0cvs132
3531
3532         * src/mainwindow.c
3533         * src/prefs_message.c
3534         * src/summaryview.c
3535                 fix some english
3536
3537 2006-09-02 [wwp]        2.4.0cvs131
3538
3539         * src/prefs_filtering.c
3540                 added an account name column to the filtering rules
3541                 dialog.
3542
3543 2006-09-02 [colin]      2.4.0cvs130
3544
3545         * src/gtk/logwindow.c
3546         * src/gtk/logwindow.h
3547                 Block scrolling if we're not at the end
3548                 of the log
3549
3550 2006-09-02 [colin]      2.4.0cvs129
3551
3552         * src/folder.c
3553                 Make sure account-specific rules can't
3554                 be used in {pre-,post-,}processing
3555         * src/mainwindow.c
3556         * src/gtk/logwindow.c
3557         * src/gtk/logwindow.h
3558                 Jump to last error when clicking on the
3559                 warning icon
3560
3561 2006-09-02 [colin]      2.4.0cvs128
3562
3563         * src/imap.c
3564         * src/import.c
3565         * src/mainwindow.c
3566         * src/mainwindow.h
3567                 Fix warning icon
3568         * src/inc.c
3569         * src/mbox.c
3570         * src/mbox.h
3571                 Let proc_mbox know its account, for
3572                 account-specific rules
3573
3574 2006-09-01 [colin]      2.4.0cvs127
3575
3576         * src/codeconv.c
3577                 Don't uselessly use iconv to convert from
3578                 us-ascii
3579         * src/alertpanel.c
3580         * src/mainwindow.c
3581         * src/mainwindow.h
3582         * src/inc.c
3583                 Fix certain log cases, disable warning icon
3584                 for now, the correct way to display it when
3585                 necessary and only when necessary is probably
3586                 to do it manually rather than use error logs
3587         * src/etpan/imap-thread.c
3588                 Clean up UID logging a bit
3589         * src/gtk/logwindow.c
3590         * src/gtk/logwindow.h
3591                 Make logging faster when the window's closed
3592
3593 2006-09-01 [wwp]        2.4.0cvs126
3594
3595         * manual/fr/account.xml
3596                 reflect changes to the ref. manual (parts of cvs72):
3597                 fix tabnames and quotes.
3598
3599 2006-09-01 [wwp]        2.4.0cvs125
3600
3601         * manual/fr/plugins.xml
3602                 reflect changes to the reference manual (cvs42):
3603                 update IRC channel info.
3604
3605 2006-09-01 [wwp]        2.4.0cvs124
3606
3607         * commitHelper
3608                 use CVSEDITOR env. var. if set, according to `man cvs`.
3609
3610 2006-09-01 [wwp]        2.4.0cvs123
3611
3612         * manual/advanced.xml
3613                 better sentence again (thanks to Paul).
3614
3615 2006-09-01 [wwp]        2.4.0cvs122
3616
3617         * manual/advanced.xml
3618         fix definition of toolbar_detachable and rework a bit the one of
3619         enable_dotted_lines.
3620
3621 2006-09-01 [mones]      2.4.0cvs121
3622
3623         * manual/advanced.xml
3624                 Document enable_dotted_lines
3625
3626 2006-09-01 [paul]       2.4.0cvs120
3627
3628         * src/folderview.c
3629         * src/folderview.h
3630         * src/imap.c
3631         * src/mainwindow.c
3632         * src/summaryview.c
3633                 obey the 'When entering folder...' option
3634                 when using the /View/Go to/... menu items
3635                 Thanks to Colin
3636
3637 2006-08-31 [colin]      2.4.0cvs119
3638
3639         * src/folderview.c
3640                 Revert 2.4.0cvs116, wrong fix.
3641
3642 2006-08-31 [colin]      2.4.0cvs118
3643
3644         * src/gtk/gtksctree.c
3645                 Better state the various copyrights
3646
3647 2006-08-31 [colin]      2.4.0cvs117
3648
3649         * src/prefs_common.c
3650                 fix enable_dotted_lines
3651
3652 2006-08-31 [colin]      2.4.0cvs116
3653
3654         * src/folderview.c
3655                 Use pref "Always open on select" when going
3656                 to next unread folder
3657         * src/gtk/gtksctree.c
3658                 Fix link failure to _gtk_clist_create_cell_layout
3659                 on certain computers. (Why not mine, I wonder)
3660
3661 2006-08-31 [colin]      2.4.0cvs115
3662
3663         * src/procmsg.c
3664         * src/textview.c
3665         * src/plugins/bogofilter/bogofilter.c
3666         * src/plugins/spamassassin/spamassassin.c
3667                 Requalify some "errors" to warnings
3668         * src/mainwindow.c
3669         * src/mainwindow.h
3670         * src/statusbar.c
3671                 Add an icon in the statusbar to notify
3672                 of errors
3673         * src/gtk/gtksctree.c
3674         * src/folderview.c
3675         * src/summaryview.c
3676                 Make the GtkSCTree look more modern by
3677                 alternating background lines
3678         * src/prefs_common.c
3679         * src/prefs_common.h
3680                 Add a pref to let people have the old
3681                 way if they prefer
3682
3683
3684 2006-08-30 [colin]      2.4.0cvs114
3685
3686         * src/procmsg.c
3687         * src/procmsg.h
3688                 Provide a way to filter a list of
3689                 messages in an optimised manner, and
3690                 add a list-filtering hook
3691         * src/folder.c
3692         * src/inc.c
3693         * src/mbox.c
3694                 Use the list filtering
3695         * src/plugins/bogofilter/bogofilter.c
3696                 Use the list-filtering hook
3697                 Use -b (bulk) mode for more speed
3698                 when learning and filtering
3699         * src/etpan/imap-thread.c
3700                 Make log output shorter in UID SEARCH
3701
3702
3703 2006-08-30 [colin]      2.4.0cvs113
3704
3705         * src/plugins/bogofilter/bogofilter.c
3706                 Really fast mass learning - thanks to David
3707                 Relson for the options explanations :)
3708
3709 2006-08-30 [colin]      2.4.0cvs112
3710
3711         * src/msgcache.c
3712                 Fix compilation on FreeBSD. Thanks
3713                 to Michael Hugues
3714
3715 2006-08-29 [colin]      2.4.0cvs111
3716
3717         * src/folderview.c
3718                 Handle "popup_menu" signal (for popping the 
3719                 menu via the keyboard)
3720         * src/mimeview.c
3721         * src/mimeview.h
3722         * src/summaryview.c
3723         * src/textview.c
3724         * src/gtk/gtkutils.c
3725         * src/gtk/gtkutils.h
3726                 Factorize scrolling code, and add an API 
3727                 for MimeViewers to handle scroll orders
3728
3729 2006-08-29 [wwp]        2.4.0cvs110
3730
3731         * src/plugins//bogofilter/bogofilter.c
3732         * src/plugins//spamassassin/spamassassin.c
3733                 make the bogofilter/spamassassin filtering error dialogs at
3734         incorporation obey to the "don't popup error dialog on
3735         receive error" option. If disabled, feed the log window w/
3736         the error message.
3737
3738 2006-08-29 [paul]
3739
3740         2.5.0-rc2 released
3741
3742 2006-08-29 [paul]       2.4.0cvs109
3743
3744         * Makefile.am
3745                 remove 'make release', it's not needed
3746                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
3747
3748 2006-08-29 [paul]       2.4.0cvs108
3749
3750         * src/foldersel.c
3751         * src/summary_search.c
3752         * src/gtk/progressdialog.c
3753         * src/plugins/pgpcore/passphrase.c
3754                 replace deprecated gtk_window_set_policy()
3755
3756 2006-08-29 [colin]      2.4.0cvs107
3757
3758         * src/folder.c
3759                 Fix data loss when copy fails during a move:
3760                 only use fast remove_msgs if everything was
3761                 copied OK; else use slow remove_msg on the
3762                 mails that got copied only.
3763
3764 2006-08-28 [paul]       2.4.0cvs106
3765
3766         * src/mh.c
3767                 revert change in 2.4.0cvs104, it breaks
3768                 stuff
3769
3770 2006-08-28 [paul]       2.4.0cvs105
3771
3772         * src/plugins/spamassassin/spamassassin.c
3773                 english fix
3774
3775 2006-08-28 [paul]       2.4.0cvs104
3776
3777         * src/mh.c
3778                 fix data loss when moving to another
3779                 mailbox fails
3780         * src/prefs_spelling.c
3781                 improve the english
3782         * src/gtk/pluginwindow.c
3783                 improve the layout of the dialog text
3784         All thanks to Colin
3785
3786 2006-08-28 [paul]       2.4.0cvs103
3787
3788         * src/plugins/bogofilter/bogofilter.c
3789         * src/plugins/bogofilter/bogofilter_gtk.c
3790                 fix english up a bit, innit
3791
3792 2006-08-28 [paul]       2.4.0cvs102
3793
3794         * configure.ac
3795         * po/Makefile.in.in
3796         * po/Makevars
3797                 require autoconf 2.60, enabling building
3798                 with gettext 0.15 (gettext 0.14.x build still
3799                 possible). Replace Makefiles with versions
3800                 from gettext 0.15.
3801                 Remove configure options --with-localedir and
3802                 --with-mandir. The options that are provided
3803                 directly by autoconf 2.60 can be used instead:
3804                 --mandir --localedir
3805
3806 2006-08-27 [colin]      2.4.0cvs101
3807
3808         * src/plugins/bogofilter/Makefile.am
3809                 Fix make dist (no README)
3810
3811 2006-08-27 [colin]      2.4.0cvs100
3812
3813         * src/folder.c
3814                 Don't use F_UNKNOWN folders for any default
3815                 outbox/trash/etc
3816         * src/plugins/bogofilter/bogofilter.c
3817         * src/plugins/bogofilter/bogofilter.h
3818         * src/plugins/bogofilter/bogofilter_gtk.c
3819                 Add an option to specify the path to bogofilter
3820                 Use single-quotes to be able to learn in folders
3821                 with spaces in their names
3822                 Verify learning status
3823
3824 2006-08-27 [colin]      2.4.0cvs99
3825
3826         * manual/faq.xml
3827         * manual/plugins.xml
3828                 Document Bogofilter plugin
3829
3830 2006-08-27 [colin]      2.4.0cvs98
3831
3832         * src/compose.c
3833         * src/messageview.c
3834         * src/procmsg.c
3835         * src/procmsg.h
3836                 When possible, copy the queued mail to sent folder
3837                 instead of re-adding. Much faster on IMAP.
3838
3839 2006-08-27 [colin]      2.4.0cvs97
3840
3841         * src/msgcache.c
3842                 Disable mmaped caches - huge metadata loss
3843                 here after a power failure.
3844         * src/summaryview.c
3845                 Add quicksearch timing
3846         * src/common/plugin.c
3847         * src/common/plugin.h
3848                 Implement an interface to tell what plugins
3849                 provide. Prevent loading of similar plugins.
3850         * src/plugins/clamav/clamav_plugin.c
3851         * src/plugins/demo/demo.c
3852         * src/plugins/dillo_viewer/dillo_viewer.c
3853         * src/plugins/pgpcore/plugin.c
3854         * src/plugins/pgpinline/pgpinline.c
3855         * src/plugins/pgpmime/pgpmime.c
3856         * src/plugins/spamassassin/spamassassin.c
3857         * src/plugins/trayicon/trayicon.c
3858                 Implement plugin_provides()
3859
3860 2006-08-27 [colin]      2.4.0cvs96
3861
3862         * configure.ac
3863         * src/plugins/Makefile.am
3864         * src/plugins/bogofilter/.cvsignore
3865         * src/plugins/bogofilter/Makefile.am
3866         * src/plugins/bogofilter/bogofilter.c
3867         * src/plugins/bogofilter/bogofilter.h
3868         * src/plugins/bogofilter/bogofilter_gtk.c
3869                 New Bogofilter plugin, provides filtering and
3870                 learning. Spamassassin will go to extra plugins.
3871
3872 2006-08-26 [mones]      2.4.0cvs95
3873
3874         * manual/handling.xml
3875                 Fix subfolder path in the example (thanks to Paul) 
3876
3877 2006-08-26 [mones]      2.4.0cvs94
3878
3879         * manual/glossary.xml
3880                 2.2. + add ISP to the glossary
3881                 7.5. + Add UIDL to glossary
3882                 7.7. + Add TCP to glossary
3883         * manual/handling.xml
3884                 7.1. + Mentions GNU/Linux distribution, what about the non...
3885                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
3886                 7.3. + Mentions .bashrc, what about the non-bash ones? 
3887                 7.4. = Use appropriate quotation for commands
3888                 7.6. = change "" to <quote></quote>
3889         * manual/plugins.xml
3890                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
3891         * manual/starting.xml
3892                 2.1. + local mbox file: some examples of mbox file locations...
3893                 Also reformatted files requiring it
3894
3895 2006-08-26 [wwp]        2.4.0cvs93
3896
3897         * src/summary_search.c
3898                 disable find buttons while summary search is running.
3899
3900 2006-08-25 [colin]      2.4.0cvs92
3901
3902         * src/folder.c
3903         * src/folderutils.c
3904         * src/mh.c
3905         * src/procmsg.h
3906         * src/summaryview.c
3907                 Speed up MH moving, and add progressbar
3908                 for MH deletion
3909         * src/msgcache.c
3910                 Write cache files using mmap() too
3911
3912 2006-08-25 [wwp]        2.4.0cvs91
3913
3914         * src/summaryview.c
3915                 switch spam<->ham button when a message has been marked as spam or ham
3916                 and is still selected. Thanks to Colin.
3917
3918 2006-08-25 [paul]       2.4.0cvs90
3919
3920         * src/Makefile.am
3921         * src/stock_pixmap.c
3922         * src/stock_pixmap.h
3923         * src/summaryview.c
3924         * src/gtk/icon_legend.c
3925         * src/pixmaps/copied.xpm
3926         * src/pixmaps/moved.xpm
3927                 add icons for delayed execution marked for
3928                 copying, marked for moving
3929
3930 2006-08-25 [mones]      2.4.0cvs89
3931
3932         * manual/glossary.xml
3933                 Fix the other glossary items:
3934                 5.1. = Inmmediate execution -> <quote>immediate execution...
3935                 5.2. = Fix MBOX capitalization -> Mbox
3936                 5.3. + Improve Plugins def. w/ tech. ref.
3937                 5.4. = Quotation -> replace '>' by <quote>></quote>
3938                 5.5. - SMTP Server. -> remove dot
3939         * po/es.po
3940                 Updated translation
3941
3942 2006-08-25 [mones]      2.4.0cvs88
3943
3944         * manual/ack.xml
3945                 Reformatted, changed email address
3946         * manual/glossary.xml
3947                 Reformatted, fixed MANUAL-TODO items:
3948                 8.2. + add ROT-13 to glossary
3949                 8.4. + add URL to glossary
3950         * manual/es/advanced.xml
3951                 Fixed <literal>s
3952
3953 2006-08-25 [paul]       2.4.0cvs87
3954
3955         * src/gtk/icon_legend.c
3956                 add 'marked for deletion' icon
3957                 arrange icons by containing column
3958                 wrap long label text
3959
3960 2006-08-25 [colin]      2.4.0cvs86
3961
3962         * src/common/utils.c
3963         * src/common/utils.h
3964                 Add the sc_g_*list_bigger functions in
3965                 a place everyone can use it
3966         * src/summaryview.c
3967                 Only freeze/thaw the list when working
3968                 on the selection, if it's bigger than 1
3969         * src/gtk/gtksctree.c
3970                 Only freeze/thaw the list when unselec-
3971                 ting 'all' if ('all' != 1)
3972                 This avoids some flickering
3973
3974 2006-08-24 [colin]      2.4.0cvs85
3975
3976         * src/addressbook.c
3977                 Fix strange list selection
3978                 Fix random seg (Invalid read of freed memory)
3979
3980 2006-08-24 [colin]      2.4.0cvs84
3981
3982         * src/alertpanel.c
3983         * src/gtk/inputdialog.c
3984         * src/plugins/pgpcore/passphrase.c
3985                 Revert minimal width patch of 2.4.0cvs67,
3986                 as it is also a maximal width. Use 
3987                 gtk_window_set_default_size instead.
3988
3989 2006-08-24 [colin]      2.4.0cvs83
3990
3991         * src/msgcache.c
3992                 Write cache/mark to temp files before
3993                 overwriting old ones (avoids metadata
3994                 loss if writing the new files fail).
3995                 Use mmap() to read cache/mark file, as
3996                 this makes cache reading faster. Dis-
3997                 abled for big-endian machines until it
3998                 can be tested. (Big-endian users: set
3999                 msgcache_use_mmap = TRUE in the relevant
4000                 #if).
4001         * src/procmsg.h
4002                 Move rarely used fields of MsgInfo in 
4003                 another structure, which will only be
4004                 allocated if needed. Face, X-Face,
4005                 Return receipt headers and List-*
4006                 headers are moved. Mails having none
4007                 of these occupy 52 bytes less with
4008                 this patch, which makes 2.5MB of RAM
4009                 saved on a 50k folder).
4010         * src/headerview.c
4011         * src/mainwindow.c
4012         * src/messageview.c
4013         * src/partial_download.c
4014         * src/procheader.c
4015         * src/procmsg.c
4016         * src/textview.c
4017                 Follow this structure change.
4018
4019 2006-08-24 [wwp]        2.4.0cvs82
4020
4021         * manual/es/.cvsignore
4022         * manual/es/dist/.cvsignore
4023         * manual/es/dist/html/.cvsignore
4024         * manual/es/dist/pdf/.cvsignore
4025         * manual/es/dist/ps/.cvsignore
4026         * manual/es/dist/txt/.cvsignore
4027                 more (generated) files to ignore.
4028
4029 2006-08-24 [colin]      2.4.0cvs81
4030
4031         * src/folder.c
4032         * src/mh.c
4033                 Fix possible problems with local delivery. Check the folder doesn't
4034                 need scan before setting its mtime when saving cache (which can be
4035                 done long after the folder's been modified by an external process);
4036                 Check that the stored item's mtime didn't change in mh functions.
4037
4038 2006-08-24 [mones]      2.4.0cvs80
4039
4040         * manual/advanced.xml
4041                 Rewrapping, some fixes and MANUAL-TODO items:
4042                 8.1. = change "" to <quote></quote>
4043                 8.3. = quote menu items
4044                 8.5. - deploying -> new user ... ideally a new user (redundant)
4045
4046 2006-08-23 [colin]      2.4.0cvs79
4047
4048         * src/gtk/gtksctree.c
4049                 When selecting or deselecting range, only
4050                 freeze/thaw when selection is bigger than 10
4051
4052 2006-08-23 [colin]      2.4.0cvs78
4053
4054         * src/messageview.c
4055         * src/mimeview.c
4056         * src/mimeview.h
4057         * src/plugins/dillo_viewer/dillo_viewer.c
4058                 Provide an API for MimeViewer plugins to
4059                 return a text selection for replying
4060
4061 2006-08-23 [colin]      2.4.0cvs77
4062
4063         * src/image_viewer.c
4064         * src/textview.c
4065                 Use gtk_pixbuf_new_from_file_at_scale(), which
4066                 is faster than getting the pixbuf then resizing
4067                 it.
4068
4069 2006-08-23 [colin]      2.4.0cvs76
4070
4071         * src/procmime.c
4072                 UTF-8 should be sent Quoted-printable
4073
4074 2006-08-22 [colin]      2.4.0cvs75
4075
4076         * src/mh.c
4077                 Check if scan is required before touching
4078                 the folder (or it'll be required every time)
4079
4080 2006-08-22 [colin]      2.4.0cvs74
4081
4082         * configure.ac
4083                 Require libetpan 0.46 (crasher fix when built
4084                 against gnutls)
4085
4086 2006-08-22 [colin]      2.4.0cvs73
4087
4088         * src/folder.c
4089                 Set folder's mtime after writing its
4090                 cache
4091         * src/folderview.c
4092                 Add some timing
4093         * src/procmsg.c
4094                 Don't do useless stuff if we don't 
4095                 thread by subject
4096         * src/summaryview.c
4097                 Add some timing, don't deselect prior
4098                 to selecting (gtksctree does it itself),
4099                 remove crash avoidance hacks as it's been
4100                 properly fixed since a while
4101         * src/common/utils.c
4102                 Optimize to_human_readable(): _() is slow,
4103                 do it only once, and avoid %f format for KB
4104                 (the most common in a summaryview)
4105         * src/gtk/gtksctree.c
4106                 Don't uselessly freeze/thaw (fixes flicker
4107                 on next unread and friends), reduce number
4108                 of g_list_nth/g_list_position where possible
4109         * src/gtk/gtkutils.c
4110         * src/gtk/gtkutils.h
4111                 Reduce number of g_list_nth/g_list_position
4112                 where possible.
4113                 All of this makes loading as 70k folder 2.1
4114                 seconds instead of 3.2 (with hot FS caches).
4115                 (1.3 seconds without Date and Size columns...)
4116
4117 2006-08-22 [paul]       2.4.0cvs72
4118
4119         wrap documents and do some items from mones' MANUAL-TODO:
4120
4121         * manual/account.xml
4122                 4.1. = fix tabname references to <quote>tabname</quote>
4123                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
4124         * manual/faq.xml
4125                 1.1. = mentioned options don't match UI
4126                 Add information about the 'Never send Return Receipts'
4127                 option
4128         * manual/handling.xml
4129                 6.2. = Mentions Extended symbols button, but now is
4130                 named Information
4131                 6.3. = Mentions ... button, which is now Edit
4132
4133 2006-08-22 [colin]      2.4.0cvs71
4134
4135         * src/gtk/pluginwindow.c
4136                 Fix layout in verbose translations (such
4137                 as french)
4138
4139 2006-08-22 [paul]       2.4.0cvs70
4140
4141         * manual/Makefile.am
4142                 build manuals in alphabetical order
4143         * src/addressbook.c
4144         * src/prefs_themes.c
4145                 replace/remove deprecated symbols
4146         * src/gtk/gtkutils.c
4147                 fix a warning
4148         * src/gtk/pluginwindow.c
4149                 replace deprecated symbol
4150                 replace label text and move it
4151         * src/plugins/pgpcore/prefs_gpg.c
4152                 move the 'Generate...' button out of the
4153                 Sign Key frame, replace the English used
4154         * src/plugins/pgpcore/sgpgme.c
4155                 fixes to the English
4156
4157 2006-08-21 [colin]      2.4.0cvs69
4158
4159         * src/plugins/trayicon/trayicon.c
4160                 Add more strings for translation; patch
4161                 by Pawel
4162
4163 2006-08-21 [colin]      2.4.0cvs68
4164
4165         * src/compose.c
4166                 fix replied flag not set after drafting
4167         * src/matcher.c
4168                 fix body quicksearch in non-encoded bodies
4169                 containing '='
4170         * src/msgcache.c
4171                 Get rid of the g_malloc workaround for
4172                 corrupted caches, use g_try_malloc
4173
4174 2006-08-21 [colin]      2.4.0cvs67
4175
4176         * src/alertpanel.c
4177         * src/gtk/inputdialog.c
4178         * src/plugins/pgpcore/passphrase.c
4179                 Set minimal width to 375
4180         * src/mainwindow.c
4181                 Fix switching to offline, asking if it 
4182                 should be overriden for synchronising
4183         * src/mimeview.c
4184                 Don't offer to remember command on Open 
4185                 with for text parts, as the browser or 
4186                 text editor command isn't changed from 
4187                 there
4188
4189 2006-08-20 [paul]       2.4.0cvs66
4190
4191         * po/ko.po
4192         * po/zh_CN.po
4193                 fix plural form errors. revealed by stricter
4194                 checking of gettext 0.15
4195
4196 2006-08-18 [paul]       2.4.0cvs65
4197
4198         * src/stock_pixmap.c
4199                 fix the fix of 2.4.0cvs64
4200                 Thanks to Colin
4201
4202 2006-08-18 [paul]       2.4.0cvs64
4203
4204         * src/stock_pixmap.c
4205                 fix leaks
4206                 Thanks to Colin
4207
4208 2006-08-18 [paul]       2.4.0cvs63
4209
4210         * src/compose.c
4211         * src/procmsg.c
4212                 fix occasional IMAP bug where large msgs
4213                 were left in the queue folder after sending
4214                 Thanks to Colin
4215
4216 2006-08-18 [paul]       2.4.0cvs62
4217
4218         * src/folderview.c
4219                 freeze the summaryview while quicksearch results
4220                 are displayed
4221                 (fixes bug 456 'current message is hidden when the
4222                 view is refreshed and extended search is "unread 
4223                 messages"')
4224                 Thanks to Colin
4225         * src/textview.c
4226                 add missing #include "inputdialog.h"
4227         * src/common/utils.h
4228                 add missing mailcap_update_default() and improve
4229                 readability
4230
4231 2006-08-17 [colin]      2.4.0cvs61
4232
4233         * src/plugins/pgpcore/select-keys.c
4234                 Fix warnings :)
4235
4236 2006-08-17 [colin]      2.4.0cvs60
4237
4238         * src/compose.c
4239                 Don't continue queuing if Cancel is clicked
4240                 in select-keys
4241
4242 2006-08-17 [colin]      2.4.0cvs59
4243
4244         * src/plugins/pgpcore/select-keys.c
4245                 When encrypting, if only one key matches and it 
4246                 matches exactly, automatically use it.
4247
4248 2006-08-17 [colin]      2.4.0cvs58
4249
4250         * src/mimeview.c
4251         * src/prefs_common.c
4252         * src/prefs_common.h
4253         * src/prefs_ext_prog.c
4254         * src/textview.c
4255                 Fix issues with previous patch (text/html)
4256                 Remove outdated prefs
4257
4258 2006-08-17 [colin]      2.4.0cvs57
4259
4260         * src/imap.c
4261                 Add View Log button on auth error
4262         * src/procmsg.c
4263                 Fix encrypted mail marked as new when
4264                 saved in normal folders
4265         * src/plugins/pgpinline/pgpinline.c
4266                 Fix encrypt bug on IMAP
4267         * src/mimeview.c
4268         * src/common/utils.c
4269         * src/common/utils.h
4270         * src/gtk/inputdialog.c
4271         * src/gtk/inputdialog.h
4272                 Get rid of metamail stuff, simplify
4273                 opening, and allow remembering of user's
4274                 choices (by updating ~/.mailcap). There's
4275                 still to drop "Audio player" and "Image
4276                 viewer" preferences.
4277
4278 2006-08-17 [mones]      2.4.0cvs56
4279
4280         * manual/es/sylpheed-claws-manual.xml
4281                 fix DTD path
4282
4283 2006-08-17 [mones]      2.4.0cvs55
4284
4285         * configure.ac
4286         * manual/Makefile.am
4287         * manual/es/Makefile.am
4288         * manual/es/account.xml
4289         * manual/es/ack.xml
4290         * manual/es/addrbook.xml
4291         * manual/es/advanced.xml
4292         * manual/es/faq.xml
4293         * manual/es/glossary.xml
4294         * manual/es/gpl.xml
4295         * manual/es/handling.xml
4296         * manual/es/intro.xml
4297         * manual/es/keyboard.xml
4298         * manual/es/plugins.xml
4299         * manual/es/starting.xml
4300         * manual/es/sylpheed-claws-manual.xml
4301         * manual/es/dist/Makefile.am
4302         * manual/es/dist/html/Makefile.am
4303         * manual/es/dist/pdf/Makefile.am
4304         * manual/es/dist/ps/Makefile.am
4305         * manual/es/dist/txt/Makefile.am
4306                 Spanish translation for the manual
4307
4308 2006-08-16 [colin]      2.4.0cvs54
4309
4310         * src/compose.c
4311         * src/main.c
4312         * src/mainwindow.c
4313                 Fix send button sensitivity at startup
4314                 Set send menu sensitivity (patch by Fabien)
4315         * src/ssl_manager.c
4316                 Enable closing with esc (patch by Fabien)
4317         * src/gtk/foldersort.c
4318                 Enable closing with esc (patch by Fabien)
4319         * src/procmime.c
4320                 Optimisation (no need to copy to tempfile to
4321                 "decode" 7bit and 8bit)
4322         * src/summaryview.c
4323                 Fix cruft in swap_from case
4324         * src/textview.c
4325                 Fix missing last line in some mail cases 
4326                 (Fixes debian #381872)
4327         * src/plugins/pgpcore/prefs_gpg.c
4328         * src/plugins/pgpcore/sgpgme.c
4329         * src/plugins/pgpcore/sgpgme.h
4330                 Don't show "no key found" when user explicitely
4331                 wants to create a key
4332
4333 2006-08-16 [paul]       2.4.0cvs53
4334
4335         * configure.ac
4336         * src/account.c
4337         * src/addressbook.c
4338         * src/headerview.c
4339         * src/prefs_account.c
4340         * src/prefs_message.c
4341         * src/gtk/gtkutils.c
4342                 bump up minimum required versions of GTK+ and
4343                 GLIB to 2.6.0
4344
4345 2006-08-16 [paul]       2.4.0cvs52
4346
4347         * src/toolbar.c
4348                 workaround GTK+ Bug 351600 - 'Can't re-click
4349                 on button after sensitivity update'
4350                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
4351                 Thanks to Colin
4352
4353 2006-08-15 [colin]      2.4.0cvs51
4354
4355         * src/plugins/pgpcore/prefs_gpg.c
4356                 Set options sensitivity according to
4357                 key existence
4358         * src/plugins/pgpcore/sgpgme.c
4359                 Allow to create key with no passphrase
4360
4361 2006-08-14 [cleroy]     2.4.0cvs50
4362
4363         * src/gtk/pluginwindow.c
4364                 New layout (maybe to be changed?)
4365         * src/gtk/gtkutils.c
4366                 Fix a bit label_window
4367         * src/plugins/pgpcore/passphrase.c
4368         * src/plugins/pgpcore/passphrase.h
4369         * src/plugins/pgpcore/plugin.c
4370         * src/plugins/pgpcore/prefs_gpg.c
4371         * src/plugins/pgpcore/prefs_gpg.h
4372         * src/plugins/pgpcore/sgpgme.c
4373         * src/plugins/pgpcore/sgpgme.h
4374                 Allow to create a PGP private key via the GUI
4375
4376 2006-08-14 [wwp]        2.4.0cvs49
4377
4378         * src/addressbook_foldersel.c
4379                 fix strict ISO C90 compliance.
4380
4381 2006-08-14 [paul]       2.4.0cvs48
4382
4383         * src/gtk/prefswindow.c
4384                 re-set scrolled window on opening
4385                 Patch by Ticho
4386
4387 2006-08-14 [paul]
4388
4389         2.5.0-rc1 released
4390
4391 2006-08-14 [paul]       2.4.0cvs47
4392
4393         * src/prefs_display_header.c
4394                 re-enable user-defined Displayed Headers
4395
4396 2006-08-14 [paul]       2.4.0cvs46
4397
4398         * src/prefs_account.c
4399                 use GTK_STOCK_EDIT
4400
4401 2006-08-13 [colin]      2.4.0cvs45
4402
4403         * src/common/utils.c
4404                 Fix "a" in quote when the original message is empty,
4405                 by using \0 instead of 'a' to test writability of
4406                 temp files.
4407
4408 2006-08-13 [wwp]        2.4.0cvs44
4409
4410         * src/plugins/spamassassin/spamassassin.c
4411                 fix capitalization of "SpamAssassin" in some debug, log and
4412                 dialog messages.
4413
4414 2006-08-13 [paul]       2.4.0cvs43
4415
4416         * src/editldap.c
4417                 fix overlapping widgets
4418         * src/prefs_account.c
4419                 fix translation of protocol_names[]
4420                 fix label disappearing off the edge of the
4421                 visible area
4422
4423 2006-08-12 [paul]       2.4.0cvs42
4424
4425         * manual/plugins.xml
4426                 update IRC channel info before it gets forgotten
4427                 about
4428
4429 2006-08-11 [colin]      2.4.0cvs41
4430
4431         * src/compose.c
4432         * src/mainwindow.c
4433         * src/mainwindow.h
4434         * src/procmsg.c
4435         * src/procmsg.h
4436         * src/summaryview.c
4437         * src/toolbar.c
4438                 Grey out the Send button if
4439                 - Queue folders are empty, or
4440                 - We're sending already
4441
4442 2006-08-11 [wwp]        2.4.0cvs40
4443
4444         * src/main.c
4445                 fix a logic issue when quitting while a compose window is
4446                 still open, thanks to Colin.
4447
4448 2006-08-10 [colin]      2.4.0cvs39
4449
4450         * src/main.c
4451                 Fix default font size setting after wizard run
4452         * src/imap.c
4453         * src/etpan/imap-thread.c
4454         * src/etpan/imap-thread.h
4455                 Fix bug #999 (Timing out on TSL cert validation 
4456                 dialog makes ugly things happen). Also, STARTTLS
4457                 unconditionnaly if initial capabilities contain
4458                 LOGINDISABLED and STARTTLS.
4459
4460 2006-08-09 [colin]      2.4.0cvs38
4461
4462         * src/mainwindow.c
4463         * src/mainwindow.h
4464                 Fix Tools/Actions sensitivity when there are
4465                 no actions
4466
4467 2006-08-09 [colin]      2.4.0cvs37
4468
4469         * src/prefs_filtering.c
4470                 Warning fix, patch by Paul
4471         * src/messageview.c
4472         * src/prefs_actions.c
4473         * src/prefs_filtering_action.c
4474         * src/prefs_matcher.c
4475                 Uniformisation of "Info ..." to "Info..." (for
4476                 old gtk), patch by Fabien
4477         * src/plugins/clamav/clamav_plugin_gtk.c
4478                 Sensitivity fix by Fabien
4479
4480 2006-08-09 [colin]      2.4.0cvs36
4481
4482         * src/main.c
4483         * src/main.h
4484                 Add a function to know whether we're exiting
4485         * src/plugins/trayicon/trayicon.c
4486                 If exiting, don't do anything. Faster, and
4487                 avoids gtk_main_iteration reentracy causing
4488                 segfaults at exit
4489
4490 2006-08-09 [colin]      2.4.0cvs35
4491
4492         * src/messageview.c
4493         * src/mimeview.c
4494         * src/mimeview.h
4495                 Fix lack of part selection when automatically 
4496                 jumping to a specific part
4497         * src/msgcache.c
4498                 Little optimisation in cache reading
4499
4500 2006-08-09 [colin]      2.4.0cvs34
4501
4502         * src/compose.c
4503                 Fix crash setting the priority on reedit
4504                 (Accessing compose before creating it!)
4505
4506 2006-08-08 [colin]      2.4.0cvs33
4507
4508         * src/procmime.c
4509                 Fix bug #998 (last attachment is not accessible)
4510                 Bad RFC interpretation on multipart close-delimiters
4511         * src/mimeview.c
4512         * src/mimeview.h
4513         * src/gtk/gtkvscrollbutton.c
4514         * src/gtk/gtkvscrollbutton.h
4515                 Make attachments list wheel-scrollable
4516
4517 2006-08-07 [colin]      2.4.0cvs32
4518
4519         * src/gtk/gtkaspell.c
4520                 Fix bug #973 (Unicode punctation characters 
4521                 are not recognized as separators by the
4522                 spell checker); fix unsigned stuff
4523
4524 2006-08-07 [colin]      2.4.0cvs31
4525
4526         * src/compose.c
4527                 Fix bug #956 (DnD text with accents in compose 
4528                 text entry); fix gccc's signed/unsigned fuss
4529
4530 2006-08-06 [colin]      2.4.0cvs30
4531
4532         * src/main.c
4533                 Fix bug #979 (Plugin crashes when exiting 
4534                 sylpheed-claws) : handle exit request only 
4535                 once
4536
4537 2006-08-05 [colin]      2.4.0cvs29
4538
4539         * src/news.c
4540                 Just make sure we have a msgid.
4541
4542 2006-08-05 [colin]      2.4.0cvs28
4543
4544         * src/news.c
4545         * src/summaryview.c
4546                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
4547                 by reimplementing it
4548         * src/textview.c
4549                 Fix bug when hiding quotes with level > 3 and quote
4550                 colors are recycled
4551
4552 2006-08-04 [colin]      2.4.0cvs27
4553
4554         * src/compose.c
4555         * src/undo.c
4556         * src/undo.h
4557                 Fix a bit replace-by-pasting undo
4558         * src/mainwindow.c
4559         * src/messageview.c
4560                 Fix Fold quotes menu synchro in
4561                 mainwindow when it changes in 
4562                 messageview
4563         * src/textview.c
4564                 Fix right-click on quotes blocks
4565         * src/common/utils.c
4566                 Verify that the file created by
4567                 my_tmpfile() is writable. Fixes
4568                 bug #988 (very specific filesystem
4569                 issue)
4570         * src/plugins/pgpcore/sgpgme.c
4571                 Fix file descriptor leak
4572         * src/plugins/spamassassin/spamassassin.c
4573                 Warn once if spamd isn't reachable
4574
4575 2006-08-04 [colin]      2.4.0cvs26
4576
4577         * src/toolbar.c
4578                 i18n context patch by Fabien
4579
4580 2006-08-03 [colin]      2.4.0cvs25
4581
4582         * src/mainwindow.c
4583         * src/messageview.c
4584                 Rename "Hide quotes" to "Fold quotes"
4585         * src/textview.c
4586                 Don't use hand cursor on quotes. "all 
4587                 the bonuses of the feature and none of 
4588                 unwelcome side-effects"
4589
4590 2006-08-03 [colin]      2.4.0cvs24
4591
4592         * AUTHORS
4593         * sylpheed-claws.desktop
4594         * src/gtk/authors.h
4595                 Bring the desktop file to XDG compliance
4596                 Patch by Charles A. Edwards
4597
4598 2006-08-03 [colin]      2.4.0cvs23
4599
4600         * src/textview.c
4601                 Fix links offset when they are preceded
4602                 by accentued chars (g_utf8_strlen!)
4603         * src/mainwindow.c
4604                 Fix wrong status when starting offline
4605
4606
4607 2006-08-03 [wwp]        2.4.0cvs22
4608
4609         * src/prefs_common.h
4610                 ask what to do w/ filtering rules that belong to an account when
4611                 applying filtering rules manually from the main window (skip,
4612                 apply regardless of the account, use current account). This dialog
4613                 can be skipped and the last reply used.
4614                 (forgot that file)
4615
4616 2006-08-03 [wwp]        2.4.0cvs21
4617
4618         * src/filtering.c
4619         * src/filtering.h
4620         * src/prefs_common.c
4621         * src/summaryview.c
4622         * src/alertpanel.c
4623         * src/alertpanel.h
4624         * src/messageview.c
4625                 ask what to do w/ filtering rules that belong to an account when
4626                 applying filtering rules manually from the main window (skip,
4627                 apply regardless of the account, use current account). This dialog
4628                 can be skipped and the last reply used.
4629
4630
4631 2006-08-03 [colin]      2.4.0cvs20
4632
4633         * src/textview.c
4634                 Optimize previous patch
4635
4636 2006-08-03 [cleroy]     2.4.0cvs19
4637
4638         * src/textview.c
4639                 Fix quotes getting toggled back when the
4640                 mail has an even number of text parts
4641
4642 2006-08-02 [colin]      2.4.0cvs18
4643
4644         * src/messageview.c
4645                 Add Hide quotes menu
4646
4647 2006-08-02 [colin]      2.4.0cvs17
4648
4649         * src/mainwindow.c
4650         * src/prefs_common.c
4651         * src/textview.c
4652         * src/textview.h
4653         * src/gtk/about.c
4654                 Allow per-level quote hiding,
4655                 Allow toggling quotes by double-clicking them
4656                 Rename RemoteURI to ClickableText to reflect
4657                 the fact it's used for a variety of things
4658
4659 2006-08-02 [wwp]        2.4.0cvs16
4660
4661         * src/mainwindow.c
4662                 fix "View/Hide quotes" menu item status initialization.
4663
4664 2006-08-02 [wwp]        2.4.0cvs15
4665
4666         * src/matcher_parser_parse.y
4667                 remove a debug trace.
4668
4669 2006-08-02 [paul]       2.4.0cvs14
4670
4671         * src/plugins/pgpcore/passphrase.c
4672                 don't set initial dialog size
4673                 make it resizable
4674
4675 2006-08-02 [paul]       2.4.0cvs13
4676
4677         * src/noticeview.c
4678                 remove the rogue '/' character
4679
4680 2006-08-02 [paul]       2.4.0cvs12
4681
4682         * src/noticeview.c
4683                 allow buttons to resize as necessary
4684
4685 2006-08-01 [wwp]        2.4.0cvs11
4686
4687         * src/mbox.c
4688                 fix strict ISO C90 compliance.
4689
4690 2006-08-01 [wwp]        2.4.0cvs10
4691
4692         * tools/update-po
4693                 updated update-po tool to work w/ context-dependent translations.
4694                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
4695
4696 2006-08-01 [wwp]        2.4.0cvs9
4697
4698         * src/matcher.c
4699         * src/prefs_filtering.c
4700         * src/prefs_matcher.c
4701                 allow context-dependent translations for "All",
4702                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4703
4704 2006-07-31 [colin]      2.4.0cvs8
4705
4706         * AUTHORS
4707         * src/gtk/authors.h
4708                 Add Rafal to authors
4709
4710 2006-07-31 [colin]      2.4.0cvs7
4711
4712         * src/compose.c
4713         * src/mainwindow.c
4714         * src/messageview.h
4715         * src/prefs_common.c
4716         * src/prefs_common.h
4717         * src/textview.c
4718                 Add 'View/Hide quotes'. Patch based on a patch
4719                 by Rafal Weglarz
4720
4721 2006-07-31 [colin]      2.4.0cvs6
4722
4723         * src/action.c
4724                 Fix problem with "> stuff >" actions
4725
4726 2006-07-31 [paul]       2.4.0cvs5
4727
4728         * po/nb.po
4729                 updated by Geir Helland
4730
4731 2006-07-31 [wwp]        2.4.0cvs4
4732
4733         * src/mainwindow.c
4734         * src/summaryview.c
4735         * src/summaryview.h
4736                 add "View/Go to/Parent message" and "View/Go to/Last read message",
4737                 thanks to Colin.
4738
4739 2006-07-31 [wwp]        2.4.0cvs3
4740
4741         * src/Makefile.am
4742         * src/addr_compl.c
4743         * src/addr_compl.h
4744         * src/addressbook.c
4745         * src/addressbook.h
4746         * src/addressbook_foldersel.c
4747         * src/addressbook_foldersel.h
4748         * src/addrindex.c
4749         * src/addrindex.h
4750         * src/matcher.c
4751         * src/matcher.h
4752         * src/matcher_parser_lex.l
4753         * src/matcher_parser_parse.y
4754         * src/prefs_common.c
4755         * src/prefs_common.h
4756         * src/prefs_filtering.c
4757         * src/prefs_matcher.c
4758         * src/prefs_matcher.h
4759         * src/summaryview.c
4760                 introduce filtering against the address book. It's now possible to add
4761                 matched conditions to determine if any email address in a message matches
4762                 or doesn't match any or all books or folders in the address book.
4763
4764 2006-07-31 [wwp]        2.4.0cvs2
4765
4766         * src/account.c
4767         * src/filtering.c
4768         * src/filtering.h
4769         * src/folder.c
4770         * src/folderview.c
4771         * src/inc.c
4772         * src/mainwindow.c
4773         * src/matcher.c
4774         * src/matcher_parser_lex.l
4775         * src/matcher_parser_parse.y
4776         * src/mbox.c
4777         * src/prefs_filtering.c
4778         * src/prefs_filtering.h
4779         * src/procmsg.c
4780         * src/procmsg.h
4781         * src/summaryview.c
4782                 introduce per-account filtering rules. Each filtering rule can now be assigned
4783                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
4784                 when applying filtering rules manually, as all rules will apply - even the ones
4785                 assigned to an account. This issue will be addressed soon.
4786  
4787
4788
4789 2006-07-31 [wwp]        2.4.0cvs1
4790
4791         * src/quote_fmt.c
4792                 make more strings translatable.
4793
4794 2006-07-31 [paul]       2.4.0
4795
4796         2.4.0 released
4797
4798 2006-07-31 [paul]       2.3.1cvs91
4799
4800         * po/ca.po
4801                 updated by Miquel Oliete
4802
4803 2006-07-31 [paul]       2.3.1cvs90
4804
4805         * po/de.po
4806         * po/el.po
4807         * po/fr.po
4808         * po/it.po
4809         * po/pl.po
4810         * po/pt_BR.po
4811         * po/sr.po
4812         * po/zh_CN.po
4813                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
4814                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
4815                 Aleksandar Urosevic, and Ralgh Young
4816
4817 2006-07-31 [paul]       2.3.1cvs89
4818
4819         * src/account.c
4820         * src/main.c
4821         * src/mainwindow.c
4822         * src/mainwindow.h
4823                 Fix a race condition when, after an SC crash, rescanning
4824                 folders took more than 0.5 seconds
4825                 Thanks to Colin
4826
4827 2006-07-31 [paul]       2.3.1cvs88
4828
4829         * src/folderview.c
4830                 don't translate separator strings
4831
4832 2006-07-30 [mones]      2.3.1cvs87
4833
4834         * doc/man/sylpheed-claws.1
4835                 Fixed non-ASCII chars in Hoa's name
4836         * po/es.po
4837                 Updated for release
4838
4839 2006-07-27 [colin]      2.3.1cvs86
4840
4841         * src/textview.c
4842                 Don't include the leading \n in links
4843                 Patch by Fabien
4844
4845 2006-07-25 [colin]      2.3.1cvs85
4846
4847         * src/mainwindow.c
4848         * src/common/socket.h
4849         * src/etpan/imap-thread.c
4850                 Refresh resolvers before connecting
4851                 to IMAP servers, and after switching
4852                 to online. Thanks to Paul.
4853
4854 2006-07-18 [colin]
4855
4856         * 2.4.0-rc4 released
4857
4858 2006-07-17 [colin]      2.3.1cvs84
4859
4860         * src/inc.c
4861                 Show connection attempt in statusbar before
4862                 connecting (previously first message was
4863                 "Retrieving messages from ..." after the
4864                 connection succeeded.
4865
4866 2006-07-16 [wwp]        2.3.1cvs83
4867
4868         * sylpheed-claws.ico
4869                 Added .ico file (windows multi-size icon file, generated).
4870
4871 2006-07-12 [wwp]        2.3.1cvs82
4872
4873         * src/messageview.c
4874                 remove Message/Re-edit menu entry from messageview window,
4875                 as sent/draft/queued messages are opened in compose window when
4876                 re-edited and it's not possible to re-edit other msgs.
4877
4878 2006-07-12 [paul]       2.3.1cvs81
4879
4880         * AUTHORS
4881         * src/mainwindow.c
4882         * src/gtk/authors.h
4883                 check online state before resetting
4884                 mailcheck timer. Useful if some program
4885                 verifies connection state and updates
4886                 Claws.
4887                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
4888
4889 2006-07-12 [paul]       2.3.1cvs80
4890
4891         * sylpheed-claws-128x128.png
4892         * sylpheed-claws-64x64.png
4893         * sylpheed-claws.png
4894         * src/Makefile.am
4895         * src/main.c
4896         * src/prefs_toolbar.c
4897         * src/stock_pixmap.c
4898         * src/stock_pixmap.h
4899         * src/wizard.c
4900         * src/gtk/about.c
4901         * src/gtk/gtkutils.c
4902         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
4903         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
4904         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
4905         * src/pixmaps/sylpheed.xpm              ** REMOVED **
4906         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
4907         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
4908                 updated and renamed logo/icon files and related
4909                 logo by Jesper Schultz
4910
4911 2006-07-11 [paul]       2.3.1cvs79
4912
4913         * src/main.c
4914                 fix the labels a smidgin
4915
4916 2006-07-09 [colin]      2.3.1cvs78
4917
4918         * src/textview.c
4919                 Show errors in textviewer's command
4920                 Patch by H. Merijn Brand
4921
4922 2006-07-09 [colin]      2.3.1cvs77
4923
4924         * src/compose.c
4925                 Save FMID in drafts too
4926
4927 2006-07-08 [colin]      2.3.1cvs76
4928
4929         * src/compose.c
4930                 Svae RMID in drafted mails too
4931                 Save quote_fmt vars for whole mails,
4932                 don't reset at each quote_fmt_init:
4933                 allows to use the same |i{var} in
4934                 various template fields
4935         * src/prefs_template.c
4936         * src/quote_fmt.h
4937         * src/quote_fmt_parse.y
4938                 Same
4939
4940 2006-07-08 [colin]      2.3.1cvs75
4941
4942         * src/textview.c
4943                 Fix highlighting of attached parts URIs
4944
4945 2006-07-08 [colin]      2.3.1cvs74
4946
4947         * src/main.c
4948                 Prevent bug #981 (sc 2.3.1 segfaults with 
4949                 gtk+ 2.10) from being reported again:
4950                 if Sylpheed-Claws has been compiled against
4951                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
4952                 of if Sylpheed-Claws has been compiled against
4953                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
4954                 error out.
4955
4956 2006-07-07 [colin]      2.3.1cvs73
4957
4958         * src/prefs_actions.c
4959                 Fix label
4960
4961 2006-07-07 [colin]      2.3.1cvs72
4962
4963         * src/prefs_actions.c
4964                 Fix compile on gtk < 2.8. argh :)
4965
4966 2006-07-07 [paul]       2.3.1cvs71
4967
4968         * src/common/defs.h
4969                 update DONATE_URI
4970
4971 2006-07-07 [colin]      2.3.1cvs70
4972
4973         * po/POTFILES.in
4974         * src/quote_fmt.c
4975         * src/quote_fmt_lex.l
4976         * src/quote_fmt_parse.y
4977                 Add |i{var}, a way to insert user-entered
4978                 text in a template
4979
4980 2006-07-07 [colin]
4981
4982         * 2.4.0-rc3 released
4983
4984 2006-07-07 [colin]      2.3.1cvs69
4985
4986         * src/folder.c
4987                 Don't consider inboxes of UNKNOWN folder 
4988                 classes to be useable as default inboxes
4989
4990 2006-07-07 [paul]       2.3.1cvs68
4991
4992         * src/textview.c
4993                 add missing #include <errno.h>
4994                 Thanks to René J. Blokland
4995
4996 2006-07-07 [paul]       2.3.1cvs67
4997
4998         * src/action.c
4999                 Return now Closes dialog
5000         * src/mimeview.c
5001         * src/mimeview.h
5002         * src/textview.c
5003                 add contextual menu to mime parts listed
5004                 in the textview
5005                 Thanks to Colin
5006         * src/common/utils.c
5007                 reversal: ' is a valid character in URLs
5008
5009 2006-07-06 [colin]      2.3.1cvs66
5010
5011         * src/remotefolder.h
5012                 Forgotten in previous commit
5013
5014 2006-07-06 [colin]      2.3.1cvs65
5015
5016         * src/folder.c
5017                 Set summary update flag whenever
5018                 totals changed
5019         * src/imap.c
5020         * src/prefs_account.c
5021         * src/common/utils.h
5022         * src/etpan/imap-thread.c
5023                 Fix warnings, thanks to Fabien and
5024                 Ricardo
5025
5026 2006-07-06 [wwp]        2.3.1cvs64
5027
5028         * src/gtk/gtkutils.c
5029                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
5030
5031 2006-07-06 [wwp]        2.3.1cvs63
5032
5033         * src/account.c
5034         * src/addressbook.c
5035         * src/addressitem.h
5036         * src/folderview.c
5037         * src/mainwindow.c
5038         * src/manual.c
5039         * src/manual.h
5040         * src/message_search.c
5041         * src/prefs_actions.c
5042         * src/prefs_filtering.c
5043         * src/prefs_filtering.h
5044         * src/prefs_template.c
5045         * src/summary_search.c
5046         * src/summaryview.c
5047         * src/gtk/gtkutils.c
5048         * src/gtk/gtkutils.h
5049         * src/gtk/pluginwindow.c
5050                 add help buttons to some dialogs. Clicking such buttons opens a
5051                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
5052
5053 2006-07-06 [paul]       2.3.1cvs62
5054
5055         * src/textview.c
5056                 fix attachments contextual menu
5057                 Thanks to Colin
5058
5059 2006-07-05 [colin]      2.3.1cvs61
5060
5061         * src/textview.c
5062         * src/compose.c
5063                 Handle sftp:// links
5064
5065 2006-07-05 [paul]       2.3.1cvs60
5066
5067         * src/gtk/filesel.c
5068                 grab save button by default
5069                 Thanks to Colin
5070
5071 2006-07-05 [wwp]        2.3.1cvs59
5072
5073         * manual/xml2pdf
5074                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
5075
5076 2006-07-04 [colin]      2.3.1cvs58
5077
5078         * src/mimeview.c
5079         * src/textview.c
5080                 Use left click to select, middle click to open
5081                 on mimeparts links
5082         * src/common/utils.c
5083                 Fix segfault
5084
5085 2006-07-04 [colin]      2.3.1cvs57
5086
5087         * src/mainwindow.c
5088         * src/news.c
5089                 Warning fixes, thanks to Fabien
5090
5091 2006-07-04 [colin]      2.3.1cvs56
5092
5093         * src/mimeview.c
5094         * src/mimeview.h
5095         * src/textview.c
5096                 Allow parts to be selected via their text label
5097                 in textview
5098
5099 2006-07-04 [colin]      2.3.1cvs55
5100
5101         * src/folderview.c
5102                 Feedback when closing (for big folders)
5103         * src/prefs_actions.c
5104         * src/prefs_filtering.c
5105         * src/prefs_matcher.c
5106         * src/prefs_template.c
5107                 Fix default button when closing without
5108                 having saved
5109
5110 2006-07-04 [colin]      2.3.1cvs54
5111
5112         * src/news.c
5113                 Delete local file on deletion
5114
5115 2006-07-03 [colin]      2.3.1cvs53
5116
5117         * src/folderview.c
5118         * src/main.c
5119                 Don't freeze when rescanning after crash
5120
5121 2006-07-03 [wwp]        2.3.1cvs52
5122
5123         * src/compose.c
5124         * src/privacy.c
5125         * src/privacy.h
5126         * src/plugins/pgpinline/pgpinline.c
5127         * src/plugins/pgpmime/pgpmime.c
5128                 don't report an error when the user cancels the passphrase dialog.
5129
5130 2006-07-02 [colin]      2.3.1cvs51
5131
5132         * src/folderview.c
5133                 Open message when crossing folders with Space,
5134                 goto next unread and friends
5135
5136 2006-07-01 [colin]      2.3.1cvs50
5137
5138         * src/prefs_account.c
5139                 Typographic rules varying from language
5140                 to language (in french "Protocole :"),
5141                 we have to do that :)
5142
5143 2006-07-01 [ticho]      2.3.1cvs49
5144
5145         * src/prefs_account.c
5146                 Only use one temporary gchar* variable in
5147                 prefs_account_protocol_set_optmenu().
5148
5149 2006-07-01 [ticho]      2.3.1cvs48
5150
5151         * src/prefs_account.c
5152         * src/prefs_account.h
5153                 Use GtkLabel for existing account protocol name.
5154                 Created an array for protocol names and populate the
5155                 combobox from it in a for() cycle.
5156
5157 2006-06-30 [colin]      2.3.1cvs47
5158
5159         * src/compose.c
5160                 Block undo when changing signature (by changing
5161                 account)
5162
5163 2006-06-30 [paul]       2.3.1cvs46
5164
5165         * src/send_message.c
5166                 when editing From in the Compose window, use that address
5167                 in the Return-Path: header
5168                 Thanks to Colin
5169
5170 2006-06-30 [colin]      2.3.1cvs45
5171
5172         * src/compose.c
5173                 Fix signature replacement:
5174                 - when no newline before separator
5175                 - when reediting
5176
5177 2006-06-29 [colin]      2.3.1cvs44
5178
5179         * src/folderview.c
5180         * src/folderview.h
5181         * src/mainwindow.c
5182         * src/summaryview.c
5183                 Let 'View/Go to/Next marked' work like
5184                 Next new & Next unread: across folders
5185                 Change the select_on_entry pref to do
5186                 what we want when changing folder
5187         * src/common/utils.c
5188                 Fix single-quoted links 
5189
5190 2006-06-29 [colin]      2.3.1cvs43
5191
5192         * src/gtk/gtkaspell.c
5193                 "Sylpheed" and "Sylpheed-Claws" do exist !
5194
5195 2006-06-29 [colin]      2.3.1cvs42
5196
5197         * src/imap.c
5198                 Forgot to remove debug
5199
5200 2006-06-29 [colin]      2.3.1cvs41
5201
5202         * src/imap.c
5203         * src/imap.h
5204         * src/mainwindow.c
5205                 Disconnect from IMAP servers when going
5206                 offline. Fixes bug #978 (going to offline-mode 
5207                 won't close connections)
5208
5209 2006-06-29 [colin]      2.3.1cvs40
5210
5211         * src/main.c
5212                 Fix transient setting on failing plugins
5213                 Patch by Fabien
5214         * src/plugins/pgpcore/sgpgme.c
5215                 Only warn for OpenPGP. Most people don't
5216                 have CMS available.
5217
5218 2006-06-29 [colin]      2.3.1cvs39
5219
5220         * src/compose.c
5221                 Fix Spelling menu (discrepancy between context menu
5222                 and top menu when folder's dictionary isn't the 
5223                 default one)
5224         * src/plugins/pgpcore/sgpgme.c
5225                 More error reporting about why gpgme can fail
5226
5227 2006-06-29 [wwp]        2.3.1cvs38
5228
5229         * src/mainwindow.c
5230                 honor the display-header-pane setting even when the message view
5231                 is a separate window.
5232
5233 2006-06-29 [wwp]        2.3.1cvs37
5234
5235         * src/prefs_actions.c
5236                 forgot to commit that one (use of GTK_STOCK_INFO).
5237
5238 2006-06-29 [colin]      2.3.1cvs36
5239
5240         * src/imap.c
5241                 Better handling of login errors (ask the password
5242                 again once), alert in case of error. Fix three
5243                 signedness warnings.
5244
5245 2006-06-28 [wwp]        2.3.1cvs35
5246
5247         * src/prefs_template.c
5248         * src/prefs_matcher.c
5249         * src/prefs_filtering_action.c
5250         * src/prefs_quote.c
5251                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
5252                 patch by Fabien Vantard, slightly modified.
5253
5254 2006-06-28 [paul]
5255
5256         2.4.0-rc2 released
5257
5258 2006-06-28 [colin]      2.3.1cvs34
5259
5260         * src/prefs_account.c
5261                 Fix bug #977 (Can't add or edit imap accounts)
5262
5263 2006-06-28 [colin]      2.3.1cvs33
5264
5265         * src/mimeview.c
5266                 Fix previous
5267
5268 2006-06-28 [colin]      2.3.1cvs32
5269
5270         * src/mimeview.c
5271                 Save named inlined attachments with "Save all"
5272         * src/main.c
5273         * src/mbox.c
5274         * src/common/plugin.c
5275         * src/common/plugin.h
5276         * src/common/sylpheed.c
5277         * src/common/utils.c
5278         * src/plugins/pgpcore/sylpheed.def
5279         * src/plugins/pgpinline/sylpheed.def
5280         * src/plugins/pgpmime/sylpheed.def
5281                 Win32 compatibility patch, by
5282                 Werner Koch
5283
5284 2006-06-28 [wwp]        2.3.1cvs31
5285
5286         * src/imap.c
5287         * src/prefs_folder_item.c
5288                 less compilation warnings (thanks to Fabien Vantard), less typos.
5289
5290 2006-06-28 [paul]       2.3.1cvs30
5291
5292         * src/gtk/gtkutils.c
5293                 gtk_combo_box_set_focus_on_click() is only
5294                 available since gtk 2.6.0
5295
5296 2006-06-28 [paul]       2.3.1cvs29
5297
5298         * src/prefs_ext_prog.c
5299                 fix engrish and add a tooltip for the
5300                 'command for 'Display as text' option
5301
5302 2006-06-28 [paul]
5303
5304         2.4.0-rc1 released
5305
5306 2006-06-28 [paul]       2.3.1cvs28
5307
5308         * ChangeLog
5309         * tools/Makefile.am
5310                 include textviewer.pl in releases
5311
5312 2006-06-28 [paul]       2.3.1cvs27
5313
5314         * src/prefs_ext_prog.c
5315                 hide Print command option if libgnomeprint
5316                 support is present
5317
5318 2006-06-27 [colin]      2.3.1cvs26
5319
5320         * src/compose.c
5321                 Fix Esc handling in insert/attach dialog
5322                 Don't show this dialog if dragging something
5323                 else than text/uri-list
5324                 Thanks to Fabien Vantard
5325         * tools/textviewer.pl
5326                 Filter script to display stuff as text
5327                 by H. Merijn Brand
5328
5329 2006-06-27 [wwp]        2.3.1cvs25
5330
5331         * src/messageview.c
5332                 use the exact product name (message view title), patch
5333                 by Fabien Vantard.
5334
5335 2006-06-27 [ticho]      2.3.1cvs24
5336
5337         * src/prefs_account.c
5338         * src/prefs_common.c
5339         * src/prefs_common.h
5340         * src/prefs_ext_prog.c
5341         * src/textview.c
5342                 Add a preference (Preferences/External programs)
5343                 to allow "Display as text" to be done via a script
5344                 (patch by H.Merijn Brand).
5345                 Use GtkComboBox for protocol selection in account
5346                 preferences.
5347                 Only include current choice for existing accounts, and
5348                 insensitivize the combobox.
5349
5350 2006-06-27 [paul]       2.3.1cvs23
5351
5352         * src/mbox.c
5353                 fix crasher introduced in cvs21.
5354                 Thanks to Colin
5355
5356 2006-06-26 [colin]      2.3.1cvs22
5357
5358         * src/mbox.c
5359                 Fix double-frees when leaving folders
5360                 after exporting to mbox
5361
5362 2006-06-26 [colin]      2.3.1cvs21
5363
5364         * src/mbox.c
5365                 More feedback (and optimisation)
5366                 on import/export
5367         * src/common/utils.c
5368                 Fix case when looking for mail addresses
5369         * src/gtk/gtkutils.c
5370                 Extra check for (X-)Face
5371
5372 2006-06-25 [ticho]      2.3.1cvs20
5373
5374         * src/compose.c
5375         * src/exphtmldlg.c
5376         * src/gtk/gtkutils.c
5377         * src/gtk/gtkutils.h
5378                 Added second argument to gtkut_sc_combobox_create() to
5379                 control focus-on-click for the widget.
5380                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
5381
5382 2006-06-25 [ticho]      2.3.1cvs19
5383
5384         * src/compose.c
5385         * src/gtk/Makefile.am
5386         * src/gtk/combobox.c
5387         * src/gtk/combobox.h
5388         * src/gtk/gtkutils.c
5389         * src/gtk/gtkutils.h
5390                 Use GtkComboBox instead of deprecated GtkOptionMenu
5391                 for account selector in compose window and for encoding
5392                 selector in attachment properties.
5393                 Also factorise working with the new GtkComboBox somewhat.
5394
5395 2006-06-24 [paul]       2.3.1cvs18
5396
5397         * src/prefs_common.c
5398                 use the correct default value
5399
5400 2006-06-24 [paul]       2.3.1cvs17
5401
5402         * src/compose.c
5403         * src/prefs_common.c
5404         * src/prefs_common.h
5405         * src/prefs_compose_writing.c
5406                 enable setting of default action when
5407                 dnd'ing files in the compose window.
5408                 (Collaborative effort with wwp)
5409
5410 2006-06-23 [wwp]        2.3.1cvs16
5411
5412         * src/compose.c
5413                 i18n fix (thanks to Fabien Vantard)
5414
5415 2006-06-22 [colin]      2.3.1cvs15
5416
5417         * src/prefs_customheader.c
5418                 Don't use filters in custom headers' file 
5419                 selector. Remember, extensions mean nothing :)
5420
5421 2006-06-22 [paul]       2.3.1cvs14
5422
5423         * configure.ac
5424                 allow setting of man directory location
5425
5426 2006-06-22 [colin]      2.3.1cvs13
5427
5428         * src/mainwindow.c
5429                 Add 'View/Go to/Next unread folder'.
5430                 I missed that :)
5431
5432 2006-06-22 [colin]      2.3.1cvs12
5433
5434         * src/common/utils.c
5435                 Add some subject prefixes
5436                 Patch by Bjorn T Johansen <btj@havleik.no>
5437
5438 2006-06-22 [colin]      2.3.1cvs11
5439
5440         * manual/advanced.xml
5441                 Forgotten hidden pref
5442
5443 2006-06-21 [paul]       2.3.1cvs10
5444
5445         * src/prefs_account.c
5446                 complete the removal of 'Add date header' option
5447
5448 2006-06-21 [paul]       2.3.1cvs9
5449
5450         * src/account.c
5451         * src/compose.c
5452         * src/prefs_account.c
5453         * src/prefs_account.h
5454                 remove option to add date header - always
5455                 add date header
5456         * src/etpan/imap-thread.c
5457                 fix warnings (Thanks to Colin)
5458
5459 2006-06-21 [wwp]        2.3.1cvs8
5460
5461         * src/folder.c
5462                 set the attachment flag when inline text part are (file)named. This is more convenient
5463                 when receiving (for instance) inline source files or patches sent using thunderbird.
5464
5465 2006-06-21 [paul]       2.3.1cvs7
5466
5467         * src/inc.c
5468                 fix off-by-one count of current msg in
5469                 statusbar filtering progressbar
5470
5471 2006-06-21 [paul]       2.3.1cvs6
5472
5473         * src/folder.c
5474                 Show attachment icon even if the part is 'inline'
5475                 if the following conditions are met:
5476                 - content-type != 'text/plain'
5477                 - content-type != '*/pgp-signature'
5478                 - either 'name' or 'filename' parameter is not NULL
5479                 
5480                 Thanks to Colin
5481
5482 2006-06-21 [paul]       2.3.1cvs5
5483
5484         * src/messageview.c
5485         * src/prefs_common.c
5486         * src/prefs_common.h
5487         * src/prefs_other.c
5488                 add an option to 'Never send Return
5489                 Receipts'
5490                 Thanks to Colin
5491
5492 2006-06-20 [mones]      2.3.1cvs4
5493
5494         * po/es.po
5495                 updated
5496         * src/compose.c
5497                 typo fixed (space after comma)
5498         * tools/make.themes.project
5499                 remove exec mode from tarball files
5500
5501 2006-06-20 [colin]      2.3.1cvs3
5502
5503         * src/news.c
5504         * src/procheader.c
5505         * src/unmime.c
5506                 Better fix for \n's in headers (don't 
5507                 break Received: and others)
5508
5509 2006-06-20 [paul]       2.3.1cvs2
5510
5511         * src/alertpanel.c
5512         * src/textview.c
5513                 improve legibility of phishing attempt
5514                 dialog
5515
5516 2006-06-20 [paul]       2.3.1cvs1
5517
5518         * NEWS
5519         * README
5520         * configure.ac
5521                 Update version number following
5522                 stable release
5523
5524 2006-06-20 [colin]      2.3.0cvs26
5525
5526         * src/compose.c
5527                 When dragging a file to the text of the compose
5528                 window, ask whether we want to insert or attach
5529                 (I know lots of people who do that to attach)
5530
5531 2006-06-20 [colin]      2.3.0cvs25
5532
5533         * src/etpan/imap-thread.c
5534                 Fix threshold (the append command is often > 32 bytes)
5535
5536 2006-06-19 [colin]      2.3.0cvs24
5537
5538         * src/imap.c
5539         * src/etpan/imap-thread.c
5540                 Workaround Rockliffe IMAP server bug: replace
5541                 "x UID SEARCH (ANSWERED UID 1:*)" with
5542                 "x UID SEARCH ANSWERED"
5543                 (Rockliffe doesn't handle the parenthesis)
5544
5545 2006-06-19 [colin]      2.3.0cvs23
5546
5547         * src/compose.c
5548         * src/imap.c
5549         * src/etpan/imap-thread.c
5550                 Probably fix bug #972 (Freezes when adding 
5551                 an attachment to the message)
5552         * src/common/defs.h
5553                 Modernize Firefox cmd
5554
5555
5556 2006-06-18 [colin]      2.3.0cvs22
5557
5558         * src/prefs_customheader.c
5559                 Only allow correct filenames for various
5560                 custom headers
5561
5562 2006-06-18 [colin]      2.3.0cvs21
5563
5564         * src/prefs_customheader.c
5565                 Add a 'From File...' button in custom headers prefs, which
5566                 try to do the right thing: 
5567                 for normal headers, use file as plaintext,
5568                 for X-Face, calls compface,
5569                 for Face, encode to b64.
5570
5571 2006-06-17 [colin]      2.3.0cvs20
5572
5573         * src/mh.c
5574                 Warning fix
5575
5576 2006-06-16 [colin]      2.3.0cvs19
5577
5578         * src/summaryview.c
5579                 Recursive quicksearch: show message list
5580                 in current folder, *then* search children
5581                 in the background.
5582
5583 2006-06-16 [colin]      2.3.0cvs18
5584
5585         * src/main.c
5586                 Instead of ignoring SIGPIPE, save caches
5587                 when getting one. Will fix the fact that
5588                 hot caches are out-of-date when logging 
5589                 out of Xorg.
5590         * src/compose.c
5591         * src/prefs_compose_writing.c
5592                 Only save text (not attachments) when 
5593                 auto-saving to drafts
5594         * src/unmime.c
5595                 Always replace \n, \r and \t with spaces
5596                 in headers
5597         * manual/dist/html/Makefile.am
5598         * manual/dist/pdf/Makefile.am
5599         * manual/dist/ps/Makefile.am
5600         * manual/dist/txt/Makefile.am
5601         * manual/fr/dist/html/Makefile.am
5602         * manual/fr/dist/pdf/Makefile.am
5603         * manual/fr/dist/ps/Makefile.am
5604         * manual/fr/dist/txt/Makefile.am
5605         * manual/pl/dist/html/Makefile.am
5606         * manual/pl/dist/pdf/Makefile.am
5607         * manual/pl/dist/ps/Makefile.am
5608         * manual/pl/dist/txt/Makefile.am
5609                 Fix make clean removing pregenerated manuals
5610
5611
5612 2006-06-16 [colin]      2.3.0cvs17
5613
5614         * src/plugins/pgpcore/sgpgme.c
5615         * src/plugins/pgpmime/pgpmime.c
5616         * src/plugins/pgpinline/pgpinline.c
5617                 Better error reporting in setup_signers.
5618                 Don't fallback to default key if specified
5619                 key isn't found.
5620                 Don't allow signing if more than one secret
5621                 key matches the one specified in prefs.
5622
5623 2006-06-15 [colin]      2.3.0cvs16
5624
5625         * src/folderview.c
5626                 Add "Send queue" in the folder's contextual
5627                 menu
5628         * src/compose.c
5629         * src/messageview.c
5630         * src/privacy.c
5631         * src/privacy.h
5632         * src/procmime.c
5633         * src/procmsg.c
5634         * src/plugins/pgpcore/passphrase.c
5635         * src/plugins/pgpcore/sgpgme.c
5636         * src/plugins/pgpinline/pgpinline.c
5637         * src/plugins/pgpmime/pgpmime.c
5638                 Better error reporting
5639         * src/mbox.c
5640                 Probably fix bug #971 (2.2.3 cannot read mail 
5641                 from local mbox)
5642
5643
5644 2006-06-15 [mones]      2.3.0cvs15
5645
5646         * tools/make.themes.project
5647                 creates the themes project from the web page
5648
5649 2006-06-15 [colin]      2.3.0cvs14
5650
5651         * src/folder.c
5652                 Better fix (avoid losing the folder if scan_tree 
5653                 fails)
5654
5655 2006-06-15 [cleroy]     2.3.0cvs13
5656
5657         * src/folder.c
5658                 Probably fix Bug #969 (crash on rebuilding 
5659                 imap folder)
5660
5661 2006-06-14 [colin]      2.3.0cvs12
5662
5663         * manual/dtd/manual.xsl
5664         * manual/sylpheed-claws-manual.xml
5665         * manual/fr/sylpheed-claws-manual.xml
5666         * manual/pl/sylpheed-claws-manual.xml
5667                 Insert pagebreaks between sections
5668
5669 2006-06-14 [paul]       2.3.0cvs11
5670
5671         * configure.ac
5672                 better fix than 2.3.0cvs10
5673
5674 2006-06-14 [paul]       2.3.0cvs10
5675
5676         * configure.ac
5677                 fix setting of PACKAGE_DATA_DIR with newer autoconf
5678                 (backwards compatible)
5679
5680 2006-06-13 [colin]      2.3.0cvs9
5681
5682         * src/messageview.c
5683                 Fix sending of return receipt with the new queue folders
5684
5685 2006-06-13 [wwp]        2.3.0cvs8
5686
5687         * src/quote_fmt_lex.l
5688                 fix wrong tokens returned in quote_fmt lexer, query not().
5689
5690 2006-06-13 [wwp]        2.3.0cvs7
5691
5692         * src/folder.c
5693         * src/prefs_folder_item.c
5694                 allow changing folder type even when folder is not a top-level one,
5695                 thanks to Colin.
5696
5697 2006-06-12 [colin]      2.3.0cvs6
5698
5699         * src/folderview.c
5700                 Fix double-ask of "Do you want to mark all
5701                 as read"
5702
5703 2006-06-12 [colin]      2.3.0cvs5
5704
5705         * src/compose.c
5706         * src/compose.h
5707         * src/folder.c
5708         * src/folder.h
5709         * src/imap.c
5710         * src/inc.c
5711         * src/main.c
5712         * src/messageview.c
5713         * src/mh.c
5714         * src/prefs_folder_item.c
5715         * src/procheader.c
5716         * src/procmime.c
5717         * src/procmsg.c
5718         * src/procmsg.h
5719         * src/send_message.c
5720         * src/summaryview.c
5721         * src/toolbar.c
5722                 Apply bug #964's patch (Queue and drafts aren't normal)
5723                 The Drafts and Queue folder now contain RFC-822 files,
5724                 allowing to move and copy mails from and to these 
5725                 folders. Moving from Drafts to Queue will prepare the
5726                 mail for sending (PGP signature, encryption, etc).
5727                 This patch also rework sending errors handling to try
5728                 to be more helpful.
5729                 Also, allow redefining folder types via the GUI 
5730                 (Folder type in its Properties)
5731
5732 2006-06-12 [colin]      2.3.0cvs4
5733
5734         * src/summaryview.c
5735         * src/prefs_common.c
5736         * src/prefs_common.h
5737         * src/gedit-print.c
5738                 Allow to define a specific print font - patch
5739                 by Bernhard Walle <bernhard.walle@gmx.de>
5740         * src/prefs_fonts.c
5741         * manual/advanced.xml
5742         * manual/fr/advanced.xml
5743                 Add a hidden pref to allow deletion without
5744                 confirmation
5745
5746 2006-06-12 [wwp]        2.3.0cvs3
5747
5748         * .cvsignore
5749                 more files to ignore.
5750
5751 2006-06-12 [wwp]        2.3.0cvs2
5752
5753         * src/quote_fmt.c
5754         * src/quote_fmt_lex.l
5755         * src/quote_fmt_parse.y
5756                 extend the quote_fmt parser (templates and quotes):
5757                 - allow limited sub-expressions in |p{} and |f{} expressions,
5758                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
5759                 - implemented/fixed missing implementation of query_references and show_references,
5760                 - completed, fixed contents and format of the symbols help dialog,
5761                 - fix some compilation warnings.
5762
5763 2006-06-12 [wwp]        2.3.0cvs1
5764
5765         * manual/advanced.xml
5766         * manual/fr/advanced.xml
5767                 updates in the "templates" section of the manual (eng/fr):
5768                  - be more precise (both versions)
5769                  - completed to match the english reference (fr version)
5770                  - touchups (both versions)
5771
5772 2006-06-12 [paul]       2.3.0
5773
5774         2.3.0 released
5775
5776 2006-06-12 [paul]       2.2.3cvs14
5777
5778         * po/ca.po
5779         * po/cs.po
5780         * po/de.po
5781         * po/el.po
5782         * po/fr.po
5783         * po/it.po
5784         * po/pt_BR.po
5785         * po/sr.po
5786         * po/zh_CN.po
5787                 updated by Miquel Oliete, Tim, Stephan Sachse,
5788                 Stavros Giannouris, Fabien Vantard, Andrea
5789                 Spadaccini, Frederico Goncalves Guimaraes,
5790                 Aleksandar Urosevic, and Ralgh Young
5791
5792 2006-06-12 [colin]      2.2.3cvs13
5793
5794         * src/mbox.c
5795                 Add missing header
5796
5797 2006-06-11 [colin]      2.2.3cvs12
5798
5799         * src/msgcache.c
5800                 Verify that g_malloc() succeeded
5801
5802 2006-06-11 [colin]      2.2.3cvs11
5803
5804         * src/wizard.c
5805                 Add Face header to welcome mail
5806
5807 2006-06-10 [colin]      2.2.3cvs10
5808
5809         * src/textview.c
5810                 Revert previous (Forgot it changes the
5811                 margin on the whole mail)
5812
5813 2006-06-10 [colin]      2.2.3cvs9
5814
5815         * src/textview.c
5816                 Don't overlap long headers under (X-)Face
5817
5818 2006-06-10 [mones]      2.2.3cvs8
5819
5820         * manual/xml2pdf
5821                 allow generation of manual on systems lacking saxon binary
5822                 but with java and the saxon library installed
5823
5824         * po/es.po
5825                 updated for release
5826
5827 2006-06-09 [colin]      2.2.3cvs7
5828
5829         * src/summaryview.c
5830                 Fix leak when using Display Sender using Addressbook
5831
5832 2006-06-09 [colin]      2.2.3cvs6
5833
5834         * src/compose.c
5835         * src/folder.c
5836         * src/folderview.c
5837         * src/mimeview.c
5838         * src/summaryview.c
5839                 More leaks fixes
5840
5841 2006-06-09 [paul]       2.2.3cvs5
5842
5843         * AUTHORS
5844         * src/gtk/authors.h
5845         * tools/claws.i18n.status.pl
5846                 updated with new info
5847
5848 2006-06-09 [paul]       2.2.3cvs4
5849
5850         * README
5851                 updated
5852         * manual/ack.xml
5853                 add wwp to authors list
5854         * src/gtk/authors.h
5855                 update mine and Colin's addresses
5856
5857 2006-06-08 [colin]      2.2.3cvs3
5858
5859         * src/etpan/imap-thread.c
5860                 Fix leak on SSL cert check
5861
5862 2006-06-08 [colin]      2.2.3cvs2
5863
5864         * src/common/utils.c
5865                 Fix leak
5866
5867 2006-06-08 [paul]       2.2.3cvs1
5868
5869         * configure.ac
5870                 Update version number following
5871                 stable release
5872
5873 2006-06-07 [colin]      2.2.2cvs3
5874
5875         * src/msgcache.c
5876                 Fix catching cache read errors (guint instead of gint)
5877                 Prevent malloc'ing more than 8MB (means cache corruption)
5878
5879 2006-06-07 [paul]       2.2.2cvs2
5880
5881         * src/exporthtml.c
5882         * src/exportldif.c
5883         * src/mh.c
5884         * src/mutt.c
5885         * src/pine.c
5886         * src/common/utils.c
5887                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
5888                 obey $HOME'
5889                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
5890                 Thanks to Colin
5891
5892 2006-06-06 [paul]       2.2.2cvs1
5893
5894         * configure.ac
5895                 Update version number following
5896                 stable release
5897
5898 2006-06-06 [paul]       2.2.1cvs6
5899
5900         * src/matcher.c
5901                 fix  implicit declaration of
5902                 sylpheed_do_idle()
5903                 Patch by Fabien Vantard
5904
5905 2006-06-06 [paul]       2.2.1cvs5
5906
5907         * src/matcher.c
5908                 fix age_greater and age_lower so that they
5909                 mean what say and not '...or equal to'
5910                 Thanks to Colin
5911
5912 2006-06-06 [paul]       2.2.1cvs4
5913
5914         * src/textview.c
5915         * src/common/utils.c
5916                 fix URI check
5917                 Thanks to Colin
5918
5919 2006-06-05 [wwp]        2.2.1cvs3
5920
5921         * manual/fr/account.xml
5922                 minor language fixes (thanks to Fabien Vantard).
5923
5924 2006-06-05 [colin]      2.2.1cvs2
5925
5926         * src/prefs_folder_item.c
5927         * src/folderview.c
5928                 Allow recursive setting of properties 
5929                 for whole mailboxes
5930         * src/matcher.c
5931                 Don't freeze on 'test' filtering rule
5932
5933 2006-06-05 [colin]      2.2.1cvs1
5934
5935         * configure.ac
5936                 Update version number following
5937                 stable release
5938
5939 2006-06-04 [wwp]        2.2.0cvs82
5940
5941         * manual/glossary.xml
5942         * manual/account.xml
5943         * manual/fr/glossary.xml
5944         * manual/fr/account.xml
5945                 added glossary section and references/links related to the Face custom header.
5946
5947 2006-06-04 [colin]      2.2.0cvs81
5948
5949         * src/summaryview.c
5950                 Skip to next message on move with no
5951                 immediate execution
5952
5953 2006-06-04 [wwp]        2.2.0cvs80
5954
5955         * manual/xml2pdf
5956                 added sanity checks, exit when needed.
5957
5958 2006-06-03 [paul]       2.2.0cvs79
5959
5960         * src/prefs_receive.c
5961                 page name is now 'Receiving'
5962         * src/prefs_send.c
5963                 page name is now 'Sending'
5964
5965 2006-06-03 [colin]      2.2.0cvs78
5966
5967         * src/plugins/spamassassin/spamassassin_gtk.c
5968                 Autoswitch to Localhost if transport was previously
5969                 disabled. Else people had to check [] Enable, then
5970                 *reselect* transport.
5971
5972 2006-06-03 [colin]      2.2.0cvs77
5973
5974         * src/plugins/pgpinline/pgpinline.c
5975         * src/plugins/pgpmime/pgpmime.c
5976                 Check that gpg_data_release_and_get_mem 
5977                 didn't fail (now, why this happens...)
5978
5979 2006-06-03 [colin]      2.2.0cvs76
5980
5981         * src/mbox.c
5982                 Fix bug #962 (Manual and/or UI should 
5983                 warn about incompatible locking 
5984                 causing dataloss)
5985
5986 2006-06-02 [cleroy]     2.2.0cvs75
5987
5988         * src/filtering.c
5989         * src/folder.c
5990         * src/procmsg.c
5991         * src/summaryview.c
5992                 Fix a few leaks
5993
5994 2006-06-02 [colin]      2.2.0cvs74
5995
5996         * src/main.c
5997                 On exit, free caches after writing them
5998                 Shuts up some valgrind false positives
5999         * src/procmsg.c
6000         * src/send_message.c
6001                 Fix races when reusing existing SMTP connections
6002                 Fix inexistant session timeout
6003         * src/toolbar.c
6004                 Display alertpanel after all queues have
6005                 been processed, not after each
6006
6007 2006-06-02 [wwp]        2.2.0cvs73
6008
6009         * manual/fr/glossary.xml
6010         * manual/fr/ack.xml
6011         * manual/ack.xml
6012                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
6013
6014 2006-06-02 [wwp]        2.2.0cvs72
6015
6016         * manual/xml2pdf
6017         * manual/dist/pdf/Makefile.am
6018         * manual/dtd/manual.xsl
6019         * manual/fr/dist/pdf/Makefile.am
6020         * manual/pl/dist/pdf/Makefile.am
6021                 we changed the procedure to generate the .pdf version of the manual.
6022                 The procedure is more modern and the .pdf we get now has a valid index.
6023                 Here are the new pre-requisites:
6024
6025                 - JRE 1.x (1.4 here): there must be one from your distro
6026                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
6027                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
6028                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
6029
6030                 See my posts for further info about the installation of this toolchain:
6031
6032                 Date: Fri, 19 May 2006 19:40:06 +0200
6033                 From: wwp <subscript@free.fr>
6034                 To: sylpheed-claws-devel@lists.sourceforge.net
6035                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
6036
6037                 and
6038
6039                 Date: Wed, 24 May 2006 12:58:49 +0200
6040                 From: wwp <subscript@free.fr>
6041                 To: sylpheed-claws-devel@lists.sourceforge.net
6042                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
6043
6044 2006-06-01 [colin]      2.2.0cvs71
6045
6046         * src/compose.c
6047                 Better guards against IMAP races
6048         * src/main.c
6049         * src/prefs_common.c
6050         * src/prefs_common.h
6051         * src/common/ssl_certificate.c
6052         * src/etpan/imap-thread.c
6053         * src/etpan/imap-thread.h
6054         * src/gtk/sslcertwindow.c
6055                 New hidden option ssl_skip_cert_check to 
6056                 avoid dups of bug #959 (libetpan linked
6057                 against gnutls and gnutls buggy on 64bit)
6058                 Present expired warning only once per
6059                 session/server.
6060         * manual/advanced.xml
6061         * manual/fr/advanced.xml
6062                 Document new option
6063
6064 2006-06-01 [wwp]        2.2.0cvs70
6065
6066         * src/messageview.c
6067                 fix for bug #961 (return receipt dialog 
6068                 complains incorrectly about return-path 
6069                 email adress being different), thanks 
6070                 to Colin.
6071
6072 2006-05-31 [cleroy]     2.2.0cvs69
6073
6074         * src/common/ssl.c
6075                 Guard against NULLs, although this
6076                 should never be an issue
6077
6078 2006-05-31 [colin]      2.2.0cvs68
6079
6080         * src/filtering.c
6081                 Use g_slist_prepend
6082         * src/imap.c
6083                 Don't remove caches when destroying folder, it
6084                 could (should) be done at exit
6085         * src/inc.c
6086                 free processing cache after incorporation
6087         * src/etpan/imap-thread.c
6088                 Maybe fix bug #959 (Crash on moving to emails 
6089                 to a imap account per ssl with a expired 
6090                 certificate.)
6091
6092 2006-05-30 [colin]      2.2.0cvs67
6093
6094         * src/summaryview.c
6095                 Put back event flush when displaying message
6096                 It avoids reading a bunch of messages just
6097                 by hitting shift-n for too long ;)
6098
6099 2006-05-29 [colin]      2.2.0cvs66
6100
6101         * src/summaryview.c
6102                 Remove useless g_warnings
6103
6104 2006-05-29 [colin]      2.2.0cvs65
6105
6106         * src/imap.c
6107                 Fix g_slist_append()s for performance
6108
6109 2006-05-29 [colin]      2.2.0cvs64
6110
6111         * src/compose.c
6112         * src/common/utils.c
6113                 Fix extraneous tab at start of addresses
6114         * src/mainwindow.c
6115                 Fix warnings (thanks to Fabien)
6116                 Fix crash at exit when composing messages 
6117                 exist
6118         * src/pop.c
6119                 Fix progress bar when deleting expired mails
6120                 Thanks to Hiro
6121         * src/summaryview.c
6122         * src/gtk/gtksctree.c
6123                 Fix re-sorting slowness
6124
6125 2006-05-29 [paul]       2.2.0cvs63
6126
6127         * src/mh.c
6128                 fetch full message when moving mails
6129                 from another mailbox, (fixed data loss
6130                 when filtering from IMAP to MH, introduced
6131                 in 2.2.0cvs57).
6132                 Thanks to Colin
6133
6134 2006-05-29 [mones]      2.2.0cvs62
6135
6136         * src/gtk/gtksctree.c
6137                 Unselect faster (patch by Colin)        
6138
6139 2006-05-26 [colin]      2.2.0cvs61
6140
6141         * src/summaryview.c
6142                 Unplug MSGINFO_UPDATE callback on delete too.
6143
6144 2006-05-26 [colin]      2.2.0cvs60
6145
6146         * src/foldersel.c
6147                 Fix bold in folder selection window with glib2.10
6148                 thanks Hiro
6149
6150 2006-05-26 [colin]      2.2.0cvs59
6151
6152         * src/procheader.c
6153                 Convert date only if necessary (and don't
6154                 try to convert from utf8 to utf8, too)
6155         * src/summaryview.c
6156                 Only set column's text if the column's 
6157                 displayed
6158
6159 2006-05-26 [colin]      2.2.0cvs58
6160
6161         * src/summaryview.c
6162         * src/gtk/gtkutils.c
6163                 Fix useless warning
6164
6165 2006-05-26 [colin]      2.2.0cvs57
6166
6167         * src/mainwindow.c
6168                 Make summaryview selectable as long as 
6169                 no message has focus
6170         * src/mh.c
6171                 Faster deletion (by implementing mh_remove_msgs)
6172                 Faster copy (avoid using mh_fetch_msg just to get
6173                 the filename)
6174                 Faster move (using move_file instead of copy_file
6175                 if MSG_IS_MOVE)
6176                 No progressbar if total number of mails to cp/mv 
6177                 is less than 100
6178         * src/summaryview.c
6179                 Fix removal from subject_table when mail gets moved
6180                 Faster deletion (g_slist_prepend instead of append)
6181         * src/gtk/gtksctree.c
6182                 Remove useless code
6183
6184 2006-05-25 [colin]      2.2.0cvs56
6185
6186         * src/common/ssl_certificate.c
6187                 Fix leak in expired cert check
6188
6189 2006-05-25 [colin]      2.2.0cvs55
6190
6191         * src/mh.c
6192                 Disable flags syncing on .mh_sequences - it
6193                 is buggy and marks mails read under unknown
6194                 conditions.
6195
6196 2006-05-25 [paul]
6197
6198         * 2.3.0-rc4 released
6199
6200 2006-05-24 [colin]      2.2.0cvs54
6201
6202         attention cvs users: if you manage to crash
6203         Sylpheed-Claws while moving, copying or deleting
6204         mails, we *are* interested in stack traces and
6205         valgrind logs. It looks stable, but one never
6206         knows...
6207
6208         * src/folder.c
6209                 Add progressbar for cache updates
6210         * src/folderutils.c
6211                 Optimize Mark all read in the current
6212                 folder
6213         * src/mh.c
6214                 Add progressbar for copy/move
6215         * src/procmsg.c
6216                 Optimize O(n^2) in copy/move
6217         * src/summaryview.c
6218         * src/gtk/gtksctree.c
6219                 Optimize O(n^2) algos
6220         * src/common/timing.h
6221                 Display ms instead of us
6222
6223 2006-05-24 [wwp]        2.2.0cvs53
6224
6225         * manual/fr/advanced.xml
6226                 updates to the French manual.
6227
6228 2006-05-24 [wwp]        2.2.0cvs52
6229
6230         * src/common/utils.c
6231                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
6232
6233 2006-05-24 [wwp]        2.2.0cvs51
6234
6235         * src/folderutils.c
6236                 fixed "mark all read" in MH folders (thanks to Colin).
6237
6238 2006-05-24 [paul]       2.2.0cvs50
6239
6240         * doc/man/sylpheed-claws.1
6241                 updated the man page
6242
6243 2006-05-23 [colin]      2.2.0cvs49
6244
6245         * src/folderview.c
6246         * src/imap.c
6247         * src/inc.c
6248         * src/mbox.c
6249         * src/messageview.c
6250         * src/news.c
6251         * src/send_message.c
6252         * src/summaryview.c
6253         * src/gtk/sslcertwindow.c
6254                 alertpanel fixes, by Fabien
6255
6256 2006-05-23 [colin]      2.2.0cvs48
6257
6258         * src/folder.c
6259         * src/folderview.c
6260         * src/msgcache.c
6261         * src/summaryview.c
6262         * src/gtk/gtksctree.c
6263         * src/gtk/gtksctree.h
6264                 More timings
6265                 Fix slow loading problem, which was caused by the
6266                 use of some gtk_ctree funcs and their use of
6267                 g_list_position while gtk_ctree_(un)link'ing.
6268                 Reap more functions from gtkctree.c to be sure we
6269                 use our (fast) version instead of theirs.
6270         * src/mh.c
6271                 Fix copy of unread mails
6272
6273
6274 2006-05-22 [wwp]        2.2.0cvs47
6275
6276         * manual/fr/advanced.xml
6277                 updated.
6278
6279 2006-05-22 [colin]      2.2.0cvs46
6280
6281         * src/filtering.c
6282                 Fix possible infinite loop. 'copy' is not a 
6283                 final action, so when encountering a 'copy',
6284                 we have to check if a previous one was set
6285                 and do it. In the same way, if we encounter
6286                 a 'move' we have to perform a possibly 
6287                 pending 'copy'. This will slow down filtering
6288                 on IMAP if move+copy or multiple copy actions
6289                 are to be done, but handling it via the batch
6290                 would be really too convoluted.
6291
6292 2006-05-22 [wwp]        2.2.0cvs45
6293
6294         * manual/fr/advanced.xml
6295         * manual/fr/faq.xml
6296         * manual/fr/glossary.xml
6297         * manual/fr/handling.xml
6298         * manual/fr/intro.xml
6299         * manual/fr/plugins.xml
6300         * manual/fr/sylpheed-claws-manual.xml
6301                 sync w/ the english manual: updates URIs, documented mailing-list
6302                 support, better explanation about the enabled/disabled feature
6303                 in filtering/processing rules by Paul.
6304
6305 2006-05-21 [colin]      2.2.0cvs44
6306
6307         * src/summaryview.c
6308                 Don't expand after building threads, but during
6309
6310 2006-05-21 [colin]      2.2.0cvs43
6311
6312         * src/procmsg.c
6313         * src/summaryview.c
6314                 More timing possibilities... For next time I have 
6315                 to find out how the hell some 3GHz computer takes
6316                 one minute to open a 30k folder...
6317
6318 2006-05-21 [colin]      2.2.0cvs42
6319
6320         * manual/pl/advanced.xml
6321         * manual/pl/faq.xml
6322         * manual/pl/glossary.xml
6323         * manual/pl/handling.xml
6324         * manual/pl/intro.xml
6325         * manual/pl/plugins.xml
6326         * manual/pl/sylpheed-claws-manual.xml
6327                 Polish manual updated by Pawel
6328
6329 2006-05-20 [colin]
6330
6331         * 2.3.0-rc3 released
6332
6333 2006-05-20 [colin]      2.2.0cvs41
6334
6335         * src/imap.c
6336                 Fix -rc2 problems:
6337                 - remove cache of moved messages from original folder
6338                 - apply new flags to messages even if they aren't appliable
6339                   via IMAP.
6340
6341 2006-05-20 [colin]
6342
6343         * 2.3.0-rc2 released
6344
6345 2006-05-19 [colin]      2.2.0cvs40
6346
6347         * src/imap.c
6348                 Don't issue SELECT in imap_change_flags
6349                 before having checked that we indeed have
6350                 some flags to change. MSG_POSTFILTERED for
6351                 example can't be used on IMAP.
6352                 Fixes bug #955 (copying messages between 
6353                 imap folders is extremely slow), which was
6354                 a regression.
6355
6356 2006-05-19 [colin]      2.2.0cvs39
6357
6358         * src/folder.c
6359         * src/folder.h
6360         * src/folderview.c
6361                 Try to fix bug #830 (Some unread messages 
6362                 get marked read in IMAP inbox):
6363                 - Prevent scanning a folder if it's being 
6364                   opened via the GUI
6365                 - Postpone opening via the GUI of a folder
6366                   currently scanned.
6367
6368
6369 2006-05-19 [wwp]        2.2.0cvs38
6370
6371         * manual/advanced.xml
6372                 fix English+typo (thanks to Paul).
6373
6374 2006-05-19 [wwp]        2.2.0cvs37
6375
6376         * manual/advanced.xml
6377         * manual/fr/advanced.xml
6378         * src/gtk/logwindow.c
6379         * src/prefs_common.c
6380         * src/prefs_common.h
6381                 added hidden prefs to allow customization of colors used in
6382                 protocol log window (useful for dark gtk+ themes).
6383
6384 2006-05-19 [wwp]        2.2.0cvs36
6385
6386         * ChangeLog
6387                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
6388
6389 2006-05-19 [paul]       2.2.0cvs35
6390
6391         * src/textview.c
6392                 make Reply-To fully clickable
6393         * src/gtk/logwindow.c
6394                 more colouring (SMTP ESMTP)
6395         Both patches by Pawel Pekala
6396
6397 2006-05-19 [cleroy]     2.2.0cvs34
6398
6399         * src/mh.c
6400                 Don't update flags from current folder
6401                 Probably fixes bug #935 (Read Messages 
6402                 Revert to Being Marked as Unread)
6403
6404 2006-05-18 [colin]      2.2.0cvs33
6405
6406         * src/imap.c
6407                 Warning fix
6408         * src/compose.c
6409         * src/mainwindow.c
6410         * src/summaryview.c
6411         * src/toolbar.c
6412                 Allow replying to multiple emails
6413                 in multiple windows
6414         * src/mimeview.c
6415         * src/etpan/imap-thread.c
6416                 Leak fixes
6417
6418 2006-05-18 [paul]       2.2.0cvs32
6419
6420         * src/summaryview.c
6421                 keep Mailing-List menu refreshed
6422                 Thanks to Colin
6423
6424 2006-05-18 [paul]       2.2.0cvs31
6425
6426         * manual/advanced.xml
6427         * manual/faq.xml
6428         * manual/glossary.xml
6429         * manual/handling.xml
6430         * manual/intro.xml
6431         * manual/plugins.xml
6432         * manual/sylpheed-claws-manual.xml
6433                 update URLs
6434                 add info about mailing-list support
6435                 edit filtering info
6436         * src/wizard.c
6437         * src/common/defs.h
6438         * src/gtk/about.c
6439         * src/plugins/dillo_viewer/README
6440                 update URLs
6441
6442 2006-05-17 [wwp]        2.2.0cvs30
6443
6444         * manual/handling.xml
6445         * manual/fr/handling.xml
6446                 documented the ability to enabled/disable filtering/processing rules.
6447
6448 2006-05-17 [colin]      2.2.0cvs29
6449
6450         * src/main.c
6451                 Don't initialize g_thread subsystem if it's 
6452                 already done (thanks to Hiro)
6453         * src/mimeview.c
6454                 Fix saving of parts when there name can't be
6455                 converted from UTF-8.
6456
6457 2006-05-17 [paul]       2.2.0cvs28
6458
6459         * po/Makefile.in.in
6460                 fix config.status warning with autoconf 2.60
6461
6462 2006-05-17 [paul]       2.2.0cvs27
6463
6464         * po/POTFILES.in
6465                 add src/mbox.c
6466
6467 2006-05-17 [wwp]        2.2.0cvs26
6468
6469         * src/mainwindow.c
6470                 fix useless and potentially dangerous buffer walking (thanks to Colin).
6471
6472 2006-05-17 [wwp]        2.2.0cvs25
6473
6474         * src/plugins/demo/demo.c
6475                 updated product name in plugin demo (many plugins need to be
6476                 sync'ed w/ that change).
6477
6478 2006-05-17 [colin]      2.2.0cvs24
6479
6480         * src/mh.c
6481                 Fix leak
6482
6483 2006-05-16 [colin]      2.2.0cvs23
6484
6485         * src/mainwindow.c
6486                 Stupid me hit again. Fix cvs22.
6487
6488 2006-05-16 [colin]      2.2.0cvs22
6489
6490         * src/mainwindow.c
6491                 Fix bug #922 (sylpheed-claws crashed after 
6492                 pushing on Inbox folder)
6493
6494 2006-05-16 [colin]      2.2.0cvs21
6495
6496         * src/compose.c
6497                 Make From header be copy/paste/select-able
6498
6499 2006-05-16 [wwp]        2.2.0cvs20
6500
6501         * src/export.c
6502         * src/matcher.c
6503         * src/summaryview.c
6504         * src/etpan/imap-thread.c
6505                 fix some compiler warnings (thanks to Colin).
6506
6507 2006-05-16 [wwp]        2.2.0cvs19
6508
6509         * src/action.c
6510         * src/gedit-print.c
6511         * src/inc.c
6512         * src/mainwindow.c
6513         * src/mh.c
6514         * src/statusbar.c
6515         * src/send_message.c
6516         * src/summaryview.c
6517                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
6518
6519 2006-05-15 [colin]      2.2.0cvs18
6520
6521         * src/procmsg.c
6522                 Fix automatic rule creation with List-Post
6523
6524 2006-05-15 [paul]       2.2.0cvs17
6525
6526         * tools/filter_conv_new.pl
6527                 updated for rule enabling/disabling
6528                 claws version >= 2.3.x required
6529
6530 2006-05-15 [cleroy]     2.2.0cvs16
6531
6532         * src/main.c
6533                 Revert test
6534
6535 2006-05-15 [cleroy]     2.2.0cvs15
6536
6537         * src/main.c
6538                 test
6539
6540 2006-05-15 [wwp]        2.2.0cvs14
6541
6542         * manual/pl/.cvsignore
6543                 ignore generated files.
6544
6545 2006-05-14 [wwp]        2.3.0-rc1
6546
6547         * 2.3.0-rc1 released
6548
6549 2006-05-13 [wwp]        2.2.0cvs13
6550
6551         * src/filtering.c
6552         * src/filtering.h
6553         * src/matcher.c
6554         * src/matcher_parser_lex.l
6555         * src/matcher_parser_parse.y
6556         * src/prefs_filtering.c
6557                 new feature: provide the ability to disable filtering and processing
6558                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
6559                 adaptations.
6560
6561 2006-05-13 [colin]      2.2.0cvs12
6562
6563         * src/compose.c
6564                 Remove useless if (a) b; else b;
6565                 Thanks to wwp
6566
6567 2006-05-13 [wwp]        2.2.0cvs11
6568
6569         * src/export.c
6570         * src/import.c
6571         * src/mainwindow.c
6572         * src/mbox.c
6573         * src/summaryview.c
6574         * src/summaryview.h
6575                 no more silent failures (or at least less ones) when importing
6576                 or exporting from/to mbox. Also start importing/exporting if
6577                 the necessary info is set.
6578
6579 2006-05-13 [wwp]        2.2.0cvs10
6580
6581         * RELEASE_NOTES
6582                 restored up-to-date release notes.
6583
6584 2006-05-13 [paul]       2.2.0cvs9
6585
6586         * po/nl.po
6587         * po/ru.po
6588                 updated by Tim Dijkstra and Pavlo Bohmat
6589
6590 2006-05-12 [colin]      2.2.0cvs8
6591
6592         * src/gtk/quicksearch.c
6593                 Add "k" as shortcut for "colorlabel". Patch
6594                 by ath42@users.sf.net.
6595
6596 2006-05-12 [paul]       2.2.0cvs7
6597
6598         * src/prefs_common.h
6599         * src/prefs_summaries.c
6600         * src/summaryview.c
6601                 when entering a folder also allow
6602                 going directly to first Marked message
6603
6604 2006-05-12 [paul]       2.2.0cvs6
6605
6606         * src/summaryview.c
6607                 always obey 'confirm before marking all
6608                 mails read' option
6609
6610 2006-05-12 [paul]       2.2.0cvs5
6611
6612         * src/textview.c
6613                 make Sender fully clickable
6614
6615 2006-05-12 [colin]      2.2.0cvs4
6616
6617         * src/compose.c
6618         * src/compose.h
6619                 Let From be editable
6620         * src/main.c
6621         * src/mh.c
6622                 Full support of .mh_sequences' Unseen seq
6623
6624 2006-05-12 [colin]      2.2.0cvs3
6625
6626         * src/folder.c
6627         * src/mainwindow.c
6628         * src/mainwindow.h
6629         * src/messageview.c
6630         * src/prefs_spelling.c
6631         * src/procheader.c
6632         * src/procmsg.c
6633         * src/procmsg.h
6634         * src/summaryview.c
6635         * src/toolbar.c
6636         * src/toolbar.h
6637                 Add contextual menu on Compose toolbar
6638                 button. Fixes bug #944 (Automatic
6639                 addresses not applied when changing account
6640                 from compose window)
6641                 add Mailing List support
6642                 based on the old 0.6.5claws25 patch by
6643                 Melvin Hadasht, with finishing touches
6644                 by Colin
6645                 Fix "ignore thread" when mails are threaded by
6646                 subject (and weren't ignored although appearing
6647                 in the thread).
6648                 GUI rework.
6649                 Both patches by Pawel.
6650
6651 2006-05-08 [paul]       2.2.0cvs2
6652
6653         * src/mainwindow.c
6654         * src/mainwindow.h
6655         * src/messageview.c
6656         * src/procheader.c
6657         * src/procmsg.c
6658         * src/procmsg.h
6659         * src/summaryview.c
6660                 add Mailing List support
6661                 based on the old 0.6.5claws25 patch by 
6662                 Melvin Hadasht, with finishing touches
6663                 by Colin
6664
6665 2006-05-08 [colin]      2.2.0cvs1
6666
6667         * src/mainwindow.c
6668         * src/toolbar.c
6669         * src/toolbar.h
6670                 Add contextual menu on Compose toolbar 
6671                 button. Fixes bug #944 (Automatic 
6672                 addresses not applied when changing account 
6673                 from compose window)
6674
6675 2006-05-08 [paul]       2.2.0
6676
6677         2.2.0 released
6678
6679 2006-05-08 [paul]       2.1.1cvs51
6680
6681         * po/cs.po
6682         * po/de.po
6683         * po/en_GB.po
6684         * po/fi.po
6685         * po/fr.po
6686         * po/pt_BR.po
6687         * po/sr.po
6688         * po/zh_CN.po
6689                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6690                 Fabien Vantard, Frederico Goncalves Guimaraes,
6691                 Aleksandar Urosevic, and Ralgh Young
6692
6693 2006-05-12 [colin]      2.1.1cvs50
6694
6695         * po/cs.po
6696         * po/de.po
6697         * po/en_GB.po
6698         * po/es.po
6699         * po/fi.po
6700         * po/fr.po
6701         * po/pt_BR.po
6702         * po/sr.po
6703         * po/zh_CN.po
6704                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6705                 Fabien Vantard, Frederico Goncalves Guimaraes,
6706                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
6707
6708 2006-05-05 [colin]      2.1.1cvs49
6709
6710         * manual/Makefile.am
6711         * manual/pl/Makefile.am
6712         * manual/pl/account.xml
6713         * manual/pl/ack.xml
6714         * manual/pl/addrbook.xml
6715         * manual/pl/advanced.xml
6716         * manual/pl/faq.xml
6717         * manual/pl/glossary.xml
6718         * manual/pl/gpl.xml
6719         * manual/pl/handling.xml
6720         * manual/pl/intro.xml
6721         * manual/pl/keyboard.xml
6722         * manual/pl/plugins.xml
6723         * manual/pl/starting.xml
6724         * manual/pl/sylpheed-claws-manual.xml
6725         * manual/pl/dist/.cvsignore
6726         * manual/pl/dist/Makefile.am
6727         * manual/pl/dist/html/.cvsignore
6728         * manual/pl/dist/html/Makefile.am
6729         * manual/pl/dist/pdf/.cvsignore
6730         * manual/pl/dist/pdf/Makefile.am
6731         * manual/pl/dist/ps/.cvsignore
6732         * manual/pl/dist/ps/Makefile.am
6733         * manual/pl/dist/txt/.cvsignore
6734         * manual/pl/dist/txt/Makefile.am
6735                 Add the polish translation of the manual,
6736                 Authored by Pawel Pekala.
6737
6738 2006-05-05 [cleroy]     2.1.1cvs48
6739
6740         * src/main.c
6741                 Re-read matcherrc after loading plugins 
6742                 if some of them add folders.
6743
6744 2006-05-03 [colin]      2.1.1cvs47
6745
6746         * src/imap.c
6747                 I'm idiot
6748
6749 2006-05-03 [colin]      2.1.1cvs46
6750
6751         * src/imap.c
6752                 Be sure to have a session when
6753                 getting separator
6754
6755 2006-05-03 [colin]      2.1.1cvs45
6756
6757         * src/imap.c
6758         * src/imap.h
6759         * src/imap_gtk.c
6760                 Fix preventing renaming with namespace 
6761                 separator.
6762
6763 2006-05-01 [colin]      2.1.1cvs44
6764
6765         * src/action.c
6766                 Don't reload messageview when result of
6767                 action is piped.
6768
6769 2006-04-29 [colin]      2.1.1cvs43
6770
6771         * src/prefs_receive.c
6772         * src/plugins/spamassassin/spamassassin_gtk.c
6773         * src/plugins/clamav/clamav_plugin_gtk.c
6774                 GUI fixes by Pawel
6775
6776 2006-04-29 [colin]      2.1.1cvs42
6777
6778         * src/prefs_compose_writing.c
6779         * src/prefs_quote.c
6780                 Cleanups. Patch by Pawel
6781
6782 2006-04-28 [paul]       2.1.1cvs41
6783
6784         * src/matcher.c
6785                 fix returned quick search results when search
6786                 term contains an underscore.
6787                 Thanks to Colin
6788
6789 2006-04-28 [paul]       2.1.1cvs40
6790
6791         * src/prefs_message.c
6792         * src/prefs_receive.c
6793                 GUI cleanups
6794                 Patches by Pawel Pekala
6795
6796 2006-04-27 [colin]      2.1.1cvs39
6797
6798         * src/wizard.c
6799                 Differentiate subject Welcome from
6800                 window's title Welcome
6801
6802 2006-04-27 [paul]
6803
6804         2.2.0-rc1 released
6805
6806 2006-04-27 [paul]       2.1.1cvs38
6807
6808         * manual/advanced.xml
6809         * manual/fr/advanced.xml
6810                 add info about compose_no_markup hidden pref
6811
6812 2006-04-27 [paul]       2.1.1cvs37
6813
6814         * src/prefs_account.c
6815                 improve privacy labels
6816         * src/prefs_msg_colors.c
6817                 change some strings for translators' convenience
6818         * src/gtk/gtkutils.c
6819                 don't underline the link button text
6820
6821 2006-04-25 [colin]      2.1.1cvs36
6822
6823         * src/folder.c
6824                 Complete 2.1.1cvs33 (once more ;)
6825
6826 2006-04-25 [colin]      2.1.1cvs35
6827
6828         * src/editldap.c
6829                 Fix tooltip
6830
6831 2006-04-25 [cleroy]     2.1.1cvs34
6832
6833         * src/compose.c
6834         * src/gtk/gtkaspell.c
6835                 Fix crash on redirect (related to the return 
6836                 of the aspell menu in compose's toolbar)
6837         * src/prefs_msg_colors.c
6838                 Fix sensitivity widgets
6839         * src/image_viewer.c
6840         * src/gtk/pluginwindow.c
6841         * src/gtk/prefswindow.c
6842                 Change released signals to clicked (Fabien)
6843         * po/POTFILES.in
6844         * src/common/socket.c
6845         * src/plugins/spamassassin/spamassassin.c
6846                 Translate strings (Fabien)
6847
6848 2006-04-25 [paul]       2.1.1cvs33
6849
6850         * src/folder.c
6851         * src/folder.h
6852         * src/folderview.c
6853                 complete the fix of bug #912
6854                 Thanks to Colin
6855
6856 2006-04-25 [colin]      2.1.1cvs32
6857
6858         * src/news.c
6859                 Better progress bar
6860         * src/mimeview.c
6861         * src/summaryview.c
6862         * src/summaryview.h
6863                 Fix focus chain
6864                 Patches by Pawel Pekala
6865
6866 2006-04-24 [colin]      2.1.1cvs31
6867
6868         * src/compose.c
6869                 Fix compilation warnings (Fabien)
6870
6871 2006-04-24 [colin]      2.1.1cvs30
6872
6873         * src/addrindex.c
6874         * src/editldap.c
6875         * src/editldap_basedn.c
6876         * src/editldap_basedn.h
6877         * src/ldapctrl.c
6878         * src/ldapctrl.h
6879         * src/ldapquery.c
6880         * src/ldaputil.c
6881         * src/ldaputil.h
6882                 Fix bug #901 (LDAPS support)
6883
6884 2006-04-24 [colin]      2.1.1cvs29
6885
6886         * src/compose.c
6887                 Fix logic on error with send dialog on
6888         * src/imap.c
6889                 Fix compilation without libetpan, thanks
6890                 to Fabien
6891         * src/summaryview.c
6892                 Fix 'context-menu' key
6893
6894 2006-04-23 [colin]      2.1.1cvs28
6895
6896         * src/folder.c
6897                 Never free current's cache to free up 
6898                 memory. Fixes bug #912 (new count 
6899                 randomly set to message count)
6900
6901 2006-04-23 [colin]      2.1.1cvs27
6902
6903         * src/gtk/quicksearch.c
6904                 And remove printf...
6905
6906 2006-04-23 [colin]      2.1.1cvs26
6907
6908         * src/gtk/quicksearch.c
6909                 Fix replacing in quicksearch, and fix inserting
6910                 in the middle of the string. (introduced at 2.1.0cvs22)
6911
6912 2006-04-23 [colin]      2.1.1cvs25
6913
6914         * src/imap.c
6915                 Make sure uidnext is initialized in get_num_list
6916                 (not for stable, related to 2.1.1cvs8 and friends)
6917
6918 2006-04-23 [colin]      2.1.1cvs24
6919
6920         * src/imap.c
6921                 Output something when login is successful
6922                 too
6923
6924 2006-04-23 [colin]      2.1.1cvs23
6925
6926         * src/etpan/imap-thread.c
6927                 Better logging (line-per-line, hide data in fetch)
6928                 Fix a const warning
6929         * src/gtk/logwindow.c
6930         * src/gtk/logwindow.h
6931                 Better logging (color for input/output)
6932
6933 2006-04-21 [colin]      2.1.1cvs22
6934
6935         * src/gtk/quicksearch.c
6936                 On gtk+-2.8, use stock buttons in quicksearch
6937                 Based on a patch by Fabien and a design by Paul
6938
6939 2006-04-21 [colin]      2.1.1cvs21
6940
6941         * src/folderview.c
6942         * src/mainwindow.c
6943                 Fix occasional flicker in folderview
6944         * src/common/utils.c
6945                 Fix bug #943 (Incorrectly parsed email address 
6946                 list in short headers on message view and in 
6947                 printouts)
6948
6949 2006-04-20 [colin]      2.1.1cvs20
6950
6951         * src/imap.c
6952         * src/imap.h
6953         * src/prefs_account.c
6954                 Add ANONYMOUS auth for IMAP
6955
6956 2006-04-20 [paul]       2.1.1cvs19
6957
6958         * src/main.c
6959                 proper fix for 2.1.1cvs18
6960                 Thanks to Colin
6961
6962 2006-04-20 [paul]       2.1.1cvs18
6963
6964         * src/main.c
6965                 fix build warnings
6966
6967 2006-04-20 [paul]       2.1.1cvs17
6968
6969         * src/gtk/quicksearch.c
6970                 fix standard, non-extended Quick search,
6971                 was broken in 2.1.1cvs15.
6972                 Thanks to Colin.
6973
6974 2006-04-20 [colin]      2.1.1cvs16
6975
6976         * src/prefs_matcher.c
6977                 Fix values when reselecting a ~test
6978                 rule
6979
6980 2006-04-19 [colin]      2.1.1cvs15
6981
6982         * src/compose.c
6983         * src/compose.h
6984         * src/gtk/gtkaspell.c
6985         * src/gtk/gtkaspell.h
6986                 Put back Options menu in Spelling/
6987         * src/gtk/quicksearch.c
6988                 Don't search, and show error, if the
6989                 advanced search has a syntax error
6990
6991 2006-04-18 [colin]      2.1.1cvs14
6992
6993         * src/textview.c
6994                 Fix gdk warnings on set_cursor when textview
6995                 isn't visible
6996
6997 2006-04-18 [colin]      2.1.1cvs13
6998
6999         * src/gtk/gtksctree.c
7000                 Remove seemingly useless refresh that causes
7001                 flicker - watch this commit in case of 
7002                 problems before planned backport to stable
7003
7004 2006-04-18 [colin]      2.1.1cvs12
7005
7006         * src/imap.c
7007                 Factorize get/set_xml code
7008         * src/compose.c
7009         * src/prefs_account.c
7010         * src/prefs_account.h
7011         * src/procmsg.c
7012                 Add Encrypt to self option
7013
7014 2006-04-17 [colin]      2.1.1cvs11
7015
7016         * configure.ac
7017                 Fix search on encrpyt function on dragonfly
7018                 Patch by Jonathan Buschmann <jonthn@agmact.com>
7019
7020 2006-04-17 [colin]      2.1.1cvs10
7021
7022         * src/prefs_account.c
7023                 Be safe by default: remove mails from POP3
7024                 after 7 days, not immediately
7025
7026 2006-04-17 [colin]      2.1.1cvs9
7027
7028         * src/etpan/imap-thread.c
7029                 Fix build on DragonFly - patch by 
7030                 Jonathan Buschmann <jonthn@agmact.com>
7031
7032 2006-04-17 [colin]      2.1.1cvs8
7033
7034         * src/imap.c
7035                 Save uidnext between sessions
7036
7037 2006-04-17 [colin]      2.1.1cvs7
7038
7039         * src/imap.c
7040                 scan is required when uid validity changes
7041
7042 2006-04-17 [colin]      2.1.1cvs6
7043
7044         * src/folderview.c
7045                 Don't scan if not necessary, apart in current
7046                 folder and INBOX to fetch flags.
7047         * src/imap.c
7048                 Scan is necessary if unread count changes
7049
7050 2006-04-17 [colin]      2.1.1cvs5
7051
7052         * src/imap.c
7053                 ...But always fetch ANSWERED and DELETED flags for
7054                 INBOX, as filtering can happen on these flags.
7055
7056 2006-04-17 [colin]      2.1.1cvs4
7057
7058         * src/imap.c
7059                 Don't fetch REPLIED and DELETED flags when synchronising
7060                 flags with a closed folder. We only need UNSEEN and FLAGGED
7061                 to update the folderview.
7062
7063 2006-04-17 [colin]      2.1.1cvs3
7064
7065         * src/imap.c
7066                 Faster flag search when there are new mails 
7067                 in a folder. We can do a full search if the 
7068                 folder contains less messages than the new
7069                 list.
7070
7071 2006-04-17 [colin]      2.1.1cvs2
7072
7073         * po/cs.po
7074         * po/de.po
7075         * po/fr.po
7076         * po/nl.po
7077         * po/pt_BR.po
7078                 Update translations from stable branch
7079
7080 2006-04-17 [colin]      2.1.1cvs1
7081
7082         * configure.ac
7083                 Bump version to follow stable release
7084
7085 2006-04-16 [mones]      2.1.0cvs50
7086
7087         * po/es.po
7088                 Updated for release
7089
7090 2006-04-16 [colin]      2.1.0cvs49
7091
7092         * src/textview.c
7093                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
7094                 with gtk < 2.8. Thanks to Fabien Vantard.
7095
7096 2006-04-15 [colin]      2.1.0cvs48
7097
7098         * src/etpan/imap-thread.c
7099                 Fix bug #919 (libetpan: SEGV when connecting 
7100                 using command)
7101
7102 2006-04-14 [colin]      2.1.0cvs47
7103
7104         * src/main.c
7105                 Fix race on --select (should be done better)
7106
7107 2006-04-14 [wwp]        2.1.0cvs46
7108
7109         * src/send_message.c
7110                 enforce a check for domain in account prefs (a sending
7111                 error could be faced if domain was checked but no value set),
7112                 thanks to Colin.
7113
7114 2006-04-14 [colin]      2.1.0cvs45
7115
7116         * src/codeconv.c
7117                 when converting from unknown to unknown, if the
7118                 string is UTF8, don't convert it to the locale
7119                 (which breaks it)
7120
7121 2006-04-14 [colin]      2.1.0cvs44
7122
7123         * src/compose.c
7124                 Don't try to use ASCII for converting headers
7125                 (as done in body)
7126
7127 2006-04-14 [paul]       2.1.0cvs43
7128
7129         * src/crash.c
7130                 add locale/charset info to crash report
7131         * src/gtk/about.c
7132                 add wwp to doc team
7133                 replace 'e-mail' with preferred 'email'
7134         * src/gtk/authors.h
7135                 ensure contributors list is in alphabetical
7136                 order
7137
7138 2006-04-13 [colin]      2.1.0cvs42
7139
7140         * src/textview.c
7141                 Prevent gdk warnings
7142
7143 2006-04-13 [colin]      2.1.0cvs41
7144
7145         * src/common/ssl_certificate.c
7146         * src/common/ssl_certificate.h
7147         * src/gtk/sslcertwindow.c
7148                 Warn on expired certs, and display the expiration date
7149
7150 2006-04-13 [colin]      2.1.0cvs40
7151
7152         * src/plugins/spamassassin/spamassassin_gtk.c
7153                 Fix missing set_text on unix socket
7154
7155 2006-04-13 [wwp]        2.1.0cvs39
7156
7157         * manual/fr/advanced.xml
7158         * manual/fr/glossary.xml
7159                 applied new spam/ham/email lexicon (pourriel, courriel)
7160
7161 2006-04-13 [paul]       2.1.0cvs38
7162
7163         * src/plugins/pgpmime/plugin.c
7164                 remove the mention of S/MIME from the
7165                 description. This is now handled by the
7166                 S/MIME plugin.
7167
7168 2006-04-13 [paul]       2.1.0cvs37
7169
7170         * src/prefs_msg_colors.c
7171                 rework dialog
7172         * src/prefs_folder_item.c
7173         * src/prefs_spelling.c
7174                 add a tooltip to the colour selector buttons
7175
7176 2006-04-13 [wwp]        2.1.0cvs36
7177
7178         * manual/advanced.xml
7179         * manual/glossary.xml
7180         * manual/handling.xml
7181         * manual/keyboard.xml
7182         * manual/plugins.xml
7183         * manual/starting.xml
7184         * manual/fr/account.xml
7185         * manual/fr/ack.xml
7186         * manual/fr/addrbook.xml
7187         * manual/fr/advanced.xml
7188         * manual/fr/faq.xml
7189         * manual/fr/glossary.xml
7190         * manual/fr/gpl.xml
7191         * manual/fr/handling.xml
7192         * manual/fr/intro.xml
7193         * manual/fr/keyboard.xml
7194         * manual/fr/plugins.xml
7195         * manual/fr/starting.xml
7196         * manual/fr/sylpheed-claws-manual.xml
7197                 fixes to the manuals:
7198                  - summaryview -> Message List (same in French)
7199                  - translate key names
7200                  - fix French punctuation, use non-breakable spaces when
7201                    necessary, don't use &thinsp; which is not portable
7202                  - tell what maildir and mbox formats we support
7203
7204 2006-04-12 [wwp]        2.1.0cvs35
7205
7206         * src/prefs_toolbar.c
7207                 unified a replace button more,
7208                 patch by Fabien Vantard <fzzzzz@gmail.com>.
7209
7210 2006-04-12 [wwp]        2.1.0cvs34
7211
7212         * src/prefs_common.c
7213         * src/prefs_msg_colors.c
7214                 make default color labels translatable,
7215                 patch from Fabien Vantard <fzzzzz@gmail.com>,
7216                 thanks to Tim <timbrain@post.cz> for reporting.
7217
7218 2006-04-12 [wwp]        2.1.0cvs33
7219
7220         * manual/glossary.xml
7221         * manual/intro.xml
7222         * manual/plugins.xml
7223         * manual/starting.xml
7224         * manual/sylpheed-claws-manual.xml
7225         * manual/fr/.cvsignore
7226         * manual/fr/account.xml
7227         * manual/fr/ack.xml
7228         * manual/fr/addrbook.xml
7229         * manual/fr/advanced.xml
7230         * manual/fr/faq.xml
7231         * manual/fr/glossary.xml
7232         * manual/fr/handling.xml
7233         * manual/fr/intro.xml
7234         * manual/fr/keyboard.xml
7235         * manual/fr/plugins.xml
7236         * manual/fr/starting.xml
7237         * manual/fr/sylpheed-claws-manual.xml
7238                 various fixes: typos, missing .fr translations, punctuation,
7239                 capitalization, links, accents and some bad French more.
7240
7241 2006-04-12 [wwp]        2.1.0cvs32
7242
7243         * src/prefs_gtk.c
7244                 fix for bug #935: always store prefs files in UTF-8 (thanks
7245                 to Colin).
7246
7247 2006-04-11 [colin]      2.1.0cvs31
7248
7249         * src/compose.c
7250                 Fix inserting files not in utf8 when locale is utf8
7251
7252 2006-04-11 [colin]      2.1.0cvs30
7253
7254         * src/inc.c
7255                 Don't show error dialog when cancelling connection
7256                 Patch by Pawel
7257
7258 2006-04-11 [cleroy]     2.1.0cvs29
7259
7260         * src/compose.c
7261                 Implement multiple quote levels
7262         * src/prefs_common.c
7263                 Change a little bit the quote bgcolor for 2nd level
7264
7265 2006-04-11 [colin]      2.1.0cvs28
7266
7267         * src/gtk/about.c
7268                 Add locale and charset in the label
7269
7270 2006-04-10 [colin]      2.1.0cvs27
7271
7272         * src/compose.c
7273         * src/prefs_common.c
7274         * src/prefs_common.h
7275         * src/prefs_msg_colors.c
7276         * src/textview.c
7277                 Allow optional background color in quotes
7278                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
7279                 GTK+-2.8.x feature
7280
7281 2006-04-10 [colin]      2.1.0cvs26
7282
7283         * src/main.c
7284         * src/mainwindow.c
7285         * src/mainwindow.h
7286                 Implement --select
7287
7288 2006-04-10 [colin]      2.1.0cvs25
7289
7290         * manual/plugins.xml
7291         * manual/fr/plugins.xml
7292                 Document libcurl's proxy variables
7293
7294 2006-04-09 [colin]      2.1.0cvs24
7295
7296         * src/prefs_common.c
7297                 gettext() returns statically allocated stuff. We have
7298                 to strdup it in order to be able to free it.
7299
7300 2006-04-09 [colin]      2.1.0cvs23
7301
7302         * AUTHORS
7303         * src/gtk/authors.h
7304                 Add Alexei
7305
7306 2006-04-09 [colin]      2.1.0cvs22
7307
7308         * src/mainwindow.c
7309         * src/gtk/quicksearch.c
7310                 Fix bug #859 (problems with cyrilic input in 
7311                 search panel) - Patch by Alexey Illarionov 
7312                 <littlesavage@rambler.ru>
7313
7314 2006-04-09 [colin]      2.1.0cvs21
7315
7316         * src/prefs_customheader.c
7317                 I prefer removing then freeing rather than the contrary
7318                 (even if it doesn't change anything ;-)
7319         * src/prefs_account.c
7320                 Fix bug #933 (Crash re-entering the custom headers list 
7321                 dialog in accounts prefs)
7322                 The problem happened when cancelling the Account 
7323                 Preferences' dialogs - in which case we didn't do 
7324                 anything to the PrefsAccount * struct. In case of applying,
7325                 the old ac_prefs was replaced with the tmp_ac_prefs we were
7326                 working with in this dialog. The problem is that 
7327                 prefs_customheader.c, working on this tmp_ac_prefs, always
7328                 changes the ->customhdr_list pointer, even when cancelled. 
7329                 So in case of cancelling the prefs_account dialog, we still
7330                 have to update ->customhdr_list in the real account.
7331
7332 2006-04-08 [colin]      2.1.0cvs20
7333
7334         * manual/fr/glossary.xml
7335         * manual/fr/keyboard.xml
7336                 Forgot some headers :)
7337
7338 2006-04-08 [colin]      2.1.0cvs19
7339
7340         * manual/Makefile.am
7341         * manual/fr/Makefile.am
7342         * manual/fr/account.xml
7343         * manual/fr/ack.xml
7344         * manual/fr/addrbook.xml
7345         * manual/fr/advanced.xml
7346         * manual/fr/faq.xml
7347         * manual/fr/glossary.xml
7348         * manual/fr/gpl.xml
7349         * manual/fr/handling.xml
7350         * manual/fr/intro.xml
7351         * manual/fr/keyboard.xml
7352         * manual/fr/plugins.xml
7353         * manual/fr/starting.xml
7354         * manual/fr/sylpheed-claws-manual.xml
7355         * manual/fr/dist/.cvsignore
7356         * manual/fr/dist/Makefile.am
7357         * manual/fr/dist/html/.cvsignore
7358         * manual/fr/dist/html/Makefile.am
7359         * manual/fr/dist/pdf/.cvsignore
7360         * manual/fr/dist/pdf/Makefile.am
7361         * manual/fr/dist/ps/.cvsignore
7362         * manual/fr/dist/ps/Makefile.am
7363         * manual/fr/dist/txt/.cvsignore
7364         * manual/fr/dist/txt/Makefile.am
7365                 Add the french translation of the manual. Thanks to
7366                 Olivier Delhomme <olivier.delhomme@free.fr> for 
7367                 account.xml, ack.xml, addrbook.xml and advanced.xml
7368
7369 2006-04-08 [colin]      2.1.0cvs18
7370
7371         * manual/plugins.xml
7372         * manual/starting.xml
7373                 More fixes
7374
7375 2006-04-07 [colin]      2.1.0cvs17
7376
7377         * manual/faq.xml
7378         * manual/intro.xml
7379         * manual/keyboard.xml
7380                 Little fixes
7381
7382 2006-04-07 [colin]      2.1.0cvs16
7383
7384         * README
7385         * src/compose.c
7386         * src/prefs_common.c
7387         * src/prefs_common.h
7388                 Add hidden compose_no_markup pref
7389
7390 2006-04-07 [wwp]        2.1.0cvs15
7391
7392         * src/summary_search.c
7393         * .cvsignore
7394                 Bugfix: stop button was sticky when searching in an empty folder.
7395                 Applied curly brackets code style to the whole file (summary_search.c).
7396                 More files to ignore.
7397
7398 2006-04-07 [wwp]        2.1.0cvs14
7399
7400         * src/message_search.c
7401         * src/summary_search.c
7402                 changed default button when search bumps at file/folder
7403                 beginning or end, for convenience (thanks to Colin).
7404
7405 2006-04-07 [paul]       2.1.0cvs13
7406
7407         * src/plugins/dillo_viewer/dillo_prefs.c
7408                 avoid future potential for namespace collision
7409                 Patch by Colin
7410
7411 2006-04-06 [wwp]        2.1.0cvs12
7412
7413         * src/summary_search.c
7414                 Unify extended/advanced searches names (and thus factorize labels),
7415                 patch by Fabien Vantard <fzzzzz@gmail.com>.
7416
7417 2006-04-06 [wwp]        2.1.0cvs11
7418
7419         * src/folderview.c
7420         * src/prefs_themes.c
7421         * src/summaryview.c
7422                 Fixed some compilation warnings.
7423
7424 2006-04-06 [colin]      2.1.0cvs10
7425
7426         * manual/advanced.xml
7427                 Document the wizard template and how to deploy
7428                 Sylpheed-Claws effectively
7429
7430 2006-04-06 [colin]      2.1.0cvs9
7431
7432         * src/folderview.c
7433                 gettext patch to tell translators about _("#"),
7434                 by Maxim Britov
7435
7436 2006-04-06 [colin]      2.1.0cvs8
7437
7438         * src/textview.c
7439                 Fix invalid GtkTextBIter after clicking "Display as text"
7440
7441 2006-04-06 [mones]      2.1.0cvs7
7442
7443         * src/addr_compl.c
7444         * src/addrindex.c
7445         * src/addritem.c
7446         * src/codeconv.c
7447         * src/compose.c
7448         * src/filtering.c
7449         * src/folder.c
7450         * src/folder_item_prefs.c
7451         * src/folderview.c
7452         * src/localfolder.c
7453         * src/matcher.c
7454         * src/mimeview.c
7455         * src/prefs_msg_colors.c
7456         * src/prefs_spelling.c
7457         * src/prefs_themes.c
7458         * src/procmime.c
7459         * src/procmsg.c
7460         * src/stock_pixmap.c
7461         * src/summaryview.c
7462         * src/textview.c
7463         * src/toolbar.c
7464         * src/common/mgutils.c
7465         * src/common/prefs.c
7466         * src/common/ssl_certificate.c
7467         * src/gtk/colorlabel.c
7468         * src/gtk/quicksearch.c
7469         * src/plugins/pgpmime/pgpmime.c
7470         * src/plugins/spamassassin/spamassassin.c
7471                 Removed redundant NULL checks for g_free() calls.
7472                 Patch by Pawel Pekala.
7473
7474 2006-04-06 [mones]      2.1.0cvs6
7475
7476         * src/prefs_actions.c
7477         * src/prefs_filtering.c
7478         * src/prefs_filtering_action.c
7479         * src/prefs_matcher.c
7480         * src/prefs_template.c
7481         * src/gtk/gtkutils.c
7482         * src/gtk/gtkutils.h
7483                 Have a nice replace button. Patch by Pawel Pekala
7484
7485 2006-04-06 [colin]      2.1.0cvs5
7486
7487         * src/addressbook.c
7488                 Fix crash with empty columns
7489
7490 2006-04-05 [colin]      2.1.0cvs4
7491
7492         * src/wizard.c
7493         * src/prefs_gtk.c
7494                 Allow wizard customization with pre-filled values
7495
7496 2006-04-05 [colin]      2.1.0cvs3
7497
7498         * src/textview.c
7499         * src/mimeview.c
7500         * src/mimeview.h
7501                 Nicer messages in mimeview
7502
7503 2006-04-05 [colin]      2.1.0cvs2
7504
7505         * src/addressbook.c
7506         * src/prefs_summaries.c
7507                 i18n fix
7508
7509 2006-04-05 [colin]      2.1.0cvs1
7510
7511         * src/plugins/pgpcore/plugin.c
7512         * src/plugins/pgpcore/select-keys.c
7513         * src/plugins/pgpcore/select-keys.h
7514         * src/plugins/pgpcore/sgpgme.c
7515         * src/plugins/pgpcore/sgpgme.h
7516         * src/plugins/pgpinline/pgpinline.c
7517         * src/plugins/pgpinline/plugin.c
7518         * src/plugins/pgpmime/pgpmime.c
7519         * src/plugins/pgpmime/plugin.c
7520                 Factorize and generalize a bit 
7521                 Drop S/MIME signature verification from PGP/MIME
7522                 (adding it as another, more complete plugin)
7523
7524 2006-04-05 [paul]       2.1.0
7525
7526         2.1.0 released
7527
7528 2006-04-05 [paul]       2.0.0cvs186
7529
7530         * manual/advanced.xml
7531                 add info on colour labels
7532
7533 2006-04-05 [paul]       2.0.0cvs185
7534
7535         * po/bg.po
7536         * po/cs.po
7537         * po/de.po
7538         * po/el.po
7539         * po/en_GB.po
7540         * po/fi.po
7541         * po/fr.po
7542         * po/it.po
7543         * po/nl.po
7544         * po/pl.po
7545         * po/pt_BR.po
7546         * po/sr.po
7547         * po/zh_CN.po
7548                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
7549                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
7550                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
7551                 Guimaraes, Aleksandar Urosevic, Ralgh Young
7552         * src/gtk/authors.h
7553         * tools/claws.i18n.status.pl
7554                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
7555                 and new Czech translator, Tim <timbrain@post.cz>
7556
7557 2006-04-05 [mones]      2.0.0cvs184
7558
7559         * po/es.po
7560                 Updated translation
7561
7562 2006-04-05 [colin]      2.0.0cvs183
7563
7564         * src/gtk/quicksearch.c
7565                 Fix bug #929 (unnecessary reload in quick search bar)
7566
7567 2006-04-05 [colin]      2.0.0cvs182
7568
7569         * src/compose.c
7570                 Fix crash on Reply with no From:
7571                 Show signature and conversion error on queuing 
7572                 (but not sending)
7573         * src/mainwindow.c
7574         * src/summaryview.c
7575         * src/summaryview.h
7576                 Factorize threading code and make sure msginfo 
7577                 is not null when it comes from a GtkCTreeRow's 
7578                 data
7579         * src/gtk/gtkaspell.c
7580                 Check for necessary things
7581         * src/gtk/gtksctree.c
7582         * src/gtk/gtksctree.h
7583                 Reset anchor if necessary when removing node
7584
7585 2006-03-29 [colin]      2.0.0cvs181
7586
7587         * src/folderview.c
7588                 Warn for disabled IMAP accounts (due to lack of
7589                 libetpan). Breaks string-freeze - sorry - but it
7590                 is kind of important ;)
7591
7592 2006-03-28 [colin]      2.0.0cvs180
7593
7594         * src/gtk/gtkutils.c
7595         * src/gtk/gtkutils.h
7596                 Add a gtkut_get_link_btn() function that
7597                 creates a button which acts like an URI
7598         * src/prefs_themes.c
7599         * src/gtk/about.c
7600                 Use this function (factorizes codes)
7601         * src/common/defs.h
7602         * src/gtk/pluginwindow.c
7603                 Add a "Get more..." in the plugins window
7604
7605 2006-03-28 [colin]      2.0.0cvs179
7606
7607         * src/common/smtp.c
7608         * src/common/passcrypt.c
7609         * src/undo.c
7610                 Warning fixes. Patch by Pawel Pekala
7611
7612 2006-03-27 [colin]      2.0.0cvs178
7613
7614         * src/undo.c
7615                 Fix undoing by blocks with spaces
7616
7617 2006-03-27 [colin]      2.0.0cvs177
7618
7619         * src/textview.c
7620                 Set margin to 3px for headers
7621
7622 2006-03-27 [paul]
7623
7624         2.1.0-rc2 released
7625
7626 2006-03-27 [wwp]        2.0.0cvs176
7627
7628         * src/summaryview.c
7629                 don't reset quicksearch when updating the message list.
7630                 Thanks to Colin.
7631
7632 2006-03-26 [wwp]        2.0.0cvs175
7633
7634         * src/compose.c
7635                 use a unified border width ('other' tab in the compose window,
7636                 patch by Pawel Pekala).
7637
7638
7639 2006-03-26 [wwp]        2.0.0cvs174
7640
7641         * src/common/quoted-printable.c
7642         * src/addressbook.c
7643                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
7644
7645 2006-03-26 [colin]      2.0.0cvs173
7646
7647         * src/quote_fmt_parse.y
7648                 Fix non-UTF8 date formats messing up the whole quote a 
7649                 little bit
7650
7651 2006-03-26 [colin]      2.0.0cvs172
7652
7653         * src/procheader.c
7654                 Make sure the date is UTF8 valid, or try to make it
7655                 so. IncrediMail is really IncrediStupid.
7656         * src/compose.c
7657                 Fix possible conversions. 
7658                 
7659
7660 2006-03-26 [colin]      2.0.0cvs171
7661
7662         * src/matcher.c
7663                 Fix corner cases in body search. This is still a
7664                 hack... It seems impossible to make it good and 
7665                 reasonably fast at the same time.
7666
7667 2006-03-26 [colin]      2.0.0cvs170
7668
7669         * src/summaryview.c
7670                 I think I killed the twilight zone bug!
7671                 summary_select_node() flushes GTK events in order
7672                 to be able to center the view. But this also 
7673                 flushes keypresses like Ctrl-Alt-U, so this can
7674                 call summary_show from summary_select_node (itself
7675                 called from summary_show, etc.). And the summaryview
7676                 has to be unlocked in this function. So just locking
7677                 while processing GTK events, and bailing if locked, 
7678                 should fix it.
7679                 Fixes bug #927 (SIGSEGV during Update Summary)
7680
7681 2006-03-25 [colin]      2.0.0cvs169
7682
7683         * src/matcher.c
7684                 Fix search in QP-encoded bodies
7685                 Fix utf-8 searches in bodies encoded in the
7686                 locale's encoding
7687         * src/common/quoted-printable.c
7688         * src/common/quoted-printable.h
7689                 Add a decode function that doesn't overwrite
7690                 the original pointer
7691                 
7692
7693 2006-03-24 [colin]      2.0.0cvs168
7694
7695         * src/action.c
7696         * src/summaryview.c
7697         * src/summaryview.h
7698                 Update message cache after action
7699                 Patch by H. Merijn Brand
7700         * src/prefs_msg_colors.c
7701                 Factorize label 
7702                 Patch by Fabien Vantard
7703         * src/plugins/spamassassin/spamassassin_gtk.c
7704                 Remove useless translation
7705                 Patch by Fabien Vantard
7706
7707 2006-03-23 [colin]      2.0.0cvs167
7708
7709         * src/common/ssl.c
7710                 Let 30 seconds to SSL_connect
7711
7712 2006-03-23 [wwp]        2.0.0cvs166
7713
7714         * src/summaryview.c
7715         * src/gtk/description_window.c
7716                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
7717                 and headers are translated; adjust description windows' width to fit their
7718                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
7719
7720 2006-03-23 [paul]       2.0.0cvs165
7721
7722         * src/common/utils.c
7723                 fix highlighting of URIs containing "()"
7724                 (2.0.0cvs164's reversal fixed)
7725                 Thanks to Colin.
7726
7727 2006-03-23 [paul]       2.0.0cvs164
7728
7729         * src/common/utils.c
7730                 revert patch, (postponing a fix), at 2.0.0cvs120
7731                 as it breaks more URIs than it fixes.
7732                 Allow '-' to be a terminating character in a URI
7733
7734 2006-03-22 [colin]      2.0.0cvs163
7735
7736         * configure.ac
7737                 Require libetpan 0.45
7738                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
7739
7740 2006-03-22 [paul]       2.0.0cvs162
7741
7742         * src/editgroup.c
7743                 replace '<-' and '->' buttons with GTK_STOCK graphical
7744                 buttons
7745         * src/summary_search.c
7746                 don't offer '...' for translation
7747                 add a tooltip to advanced search '...' button
7748         * src/gtk/quicksearch.c
7749                 don't offer '...' for translation
7750
7751 2006-03-21 [colin]      2.0.0cvs161
7752
7753         * src/compose.c
7754                 Fix middle-click pasting (insert at click
7755                 position instead of cursor position, don't
7756                 remove existing selection and allow pasting
7757                 our own selection)
7758         * src/addressbook.c
7759                 "LDAP Server" -> "LDAP servers"
7760
7761 2006-03-21 [wwp]        2.0.0cvs160
7762
7763         * src/etpan/imap-thread.c
7764                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
7765
7766 2006-03-20 [colin]      2.0.0cvs159
7767
7768         * src/summaryview.c
7769                 Don't reload summaryview after an execute with no
7770                 move action
7771
7772 2006-03-19 [colin]      2.0.0cvs158
7773
7774         * src/addressbook.c
7775                 and put groups at the top, always
7776
7777 2006-03-19 [colin]      2.0.0cvs157
7778
7779         * src/addressbook.c
7780                 Order groups before names, as previously
7781
7782 2006-03-19 [colin]      2.0.0cvs156
7783
7784         * src/addressbook.c
7785                 - Sort case-unsensitive
7786                 - Put the sort arrow at opening too
7787
7788 2006-03-19 [wwp]        2.0.0cvs155
7789
7790         * src/addressbook.c
7791                 allow sorting by name/email/remarks, ensure that right-pane's contents
7792                 matches the left-pane selection (cleared when appropriate).
7793                 Patch by Pawel Pekala <c0rn@o2.pl>.
7794
7795 2006-03-18 [colin]      2.0.0cvs154
7796
7797         * src/textview.c
7798                 Fix text cursor ;)
7799
7800 2006-03-18 [colin]      2.0.0cvs153
7801
7802         * src/gtk/filesel.c
7803                 Make sure we hide the preview if we didn't get
7804                 a filename
7805
7806 2006-03-18 [colin]      2.0.0cvs152
7807
7808         * src/summaryview.c
7809                 Set cursor to watch for execution (fixes lack
7810                 of watch-cursor when dnd'ing hundreds of mails)
7811         * src/gtk/filesel.c
7812                 Check that mime type is 'image/*' before updating
7813                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
7814
7815 2006-03-18 [colin]      2.0.0cvs151
7816
7817         * src/mainwindow.c
7818         * src/textview.c
7819         * src/textview.h
7820                 Put a watch cursor in textview too when the mainwindow's
7821                 cursor in a watch
7822
7823 2006-03-18 [colin]      2.0.0cvs150
7824
7825         * src/folder.c
7826                 Change wrong asserts to simple tests
7827
7828 2006-03-17 [colin]      2.0.0cvs149
7829
7830         * src/mainwindow.c
7831         * src/mainwindow.h
7832         * src/prefs_msg_colors.c
7833         * src/summaryview.c
7834         * src/summaryview.h
7835         * src/gtk/colorlabel.c
7836         * src/gtk/colorlabel.h
7837                 Add a color label menu in the main menubar
7838                 Add (fixed) accels Ctrl-{0-7} to change the color
7839                 They have to be fixed because the menu's dynamic,
7840                 the items are complex widgets, hence we can't use
7841                 a GtkItemFactory.
7842
7843
7844 2006-03-17 [wwp]        2.0.0cvs148
7845
7846         * src/compose.c
7847                 rollback few lines from my previous commit (those lines come from
7848                 a pending patch, accidentally commited, even if neutral as they are
7849                 commented out).
7850
7851 2006-03-17 [wwp]        2.0.0cvs147
7852
7853         * src/compose.c
7854                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
7855                 applied code style/indentation to the modified function.
7856
7857 2006-03-17 [wwp]        2.0.0cvs146
7858
7859         * src/procmsg.c
7860         * src/compose.c
7861                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
7862
7863 2006-03-17 [paul]
7864
7865         2.1.0-rc1 released
7866
7867 2006-03-17 [paul]       2.0.0cvs145
7868
7869         * src/main.c
7870                 addressbook_read_file() was called twice
7871         * src/textview.c
7872                 X-Mailer highlighting
7873
7874 2006-03-16 [colin]      2.0.0cvs144
7875
7876         * src/sourcewindow.c
7877         * src/sourcewindow.h
7878                 And the last one, in source window.
7879
7880 2006-03-16 [colin]      2.0.0cvs143
7881
7882         * src/compose.c
7883         * src/compose.h
7884                 Fix the same stuff in compose
7885
7886 2006-03-16 [colin]      2.0.0cvs142
7887
7888         * src/messageview.c
7889                 Complete the previous messageview crash fix
7890
7891 2006-03-16 [colin]      2.0.0cvs141
7892
7893         * src/procmsg.h
7894         * src/procmsg.c
7895         * src/folder.c
7896                 Fix POSTPROCESSING hook
7897                 Patch by H. Merijn Brand
7898
7899         * src/procmime.c
7900         * src/procmime.h
7901                 Parse Content-Location
7902
7903         * src/toolbar.c
7904         * src/messageview.c
7905         * src/messageview.h
7906                 Don't crash when a top-level MessageView has
7907                 been closed on us. Same problematic than
7908                 yesterday's quicksearch issue.
7909
7910 2006-03-15 [colin]      2.0.0cvs140
7911
7912         * src/gtk/quicksearch.c
7913                 Fix a bitchy race we didn't think about when we
7914                 added quicksearch cancellation:
7915                 If the search is not on cached fields, for example
7916                 body_part matchcase "stuff"
7917                 the matcher code has to get the whole message. If
7918                 we're on IMAP, that can be slow, and in order to
7919                 be non-blocking, the IMAP code idle loop processes
7920                 gtk events too. So it is possible to cancel a
7921                 quicksearch while the matcher is getting the mail's
7922                 body. After matcher got its body, it will start to
7923                 iterate over the matcher list that the Quicksearch's
7924                 clear_search_cb() just freed via prepare_matcher().
7925                 SIGSEGV ensues.
7926                 The fix consists of guarding the matcherlist_match()
7927                 call with a boolean 'matching'. If we reset the
7928                 quicksearch while matching is TRUE, we don't free
7929                 the matcherlist anymore like we did, but we set
7930                 another new flag, deferred_free, to TRUE. Then,
7931                 in quicksearch_match(), just after returning from
7932                 matcherlist_match() and unsetting the matching flag,
7933                 we check the deferred_free flag and do the
7934                 prepare_matcher() (which does the matcherlist_free)
7935                 for real, so we free the matcherlist once it's not
7936                 used anymore.
7937                 As all of this runs via the glib main loop, we
7938                 luckily don't need a mutex.
7939         * src/summaryview.c
7940                 Also, show progress while searching.
7941
7942
7943 2006-03-14 [colin]      2.0.0cvs139
7944
7945         * src/alertpanel.c
7946                 Make alertpanel_is_open non-static
7947
7948 2006-03-14 [colin]      2.0.0cvs138
7949
7950         * src/prefs_spelling.c
7951                 Cleanups - Fabien Vantard
7952
7953 2006-03-14 [wwp]        2.0.0cvs137
7954
7955         * src/main.c
7956                 code style normalization (curly braces, indentation).
7957
7958 2006-03-14 [wwp]        2.0.0cvs137
7959
7960         * src/main.c
7961                 code style (braces, indentation)
7962
7963 2006-03-12 [paul]       2.0.0cvs136
7964
7965         * src/prefs_common.c
7966                 trans_hdr defaults to FALSE to be RFC-savvy
7967         * src/prefs_summaries.c
7968                 add a tooltip to the trans_hdr option
7969                 
7970
7971 2006-03-12 [paul]       2.0.0cvs135
7972
7973         * src/prefs_matcher.c
7974                 give a little more width to the combos
7975         * src/prefs_display_header.c
7976         * src/textview.c
7977                 translate headers if prefs_common.trans_hdr
7978                 is TRUE
7979
7980         Patches by Pawel Pekala
7981
7982 2006-03-12 [paul]       2.0.0cvs134
7983
7984         * src/plugins/clamav/clamav_plugin.c
7985         * src/plugins/dillo_viewer/dillo_viewer.c
7986         * src/plugins/pgpcore/plugin.c
7987         * src/plugins/pgpinline/plugin.c
7988         * src/plugins/pgpmime/plugin.c
7989         * src/plugins/spamassassin/spamassassin.c
7990                 update/add to descriptions
7991         * src/plugins/spamassassin/spamassassin_gtk.c
7992                 fixes to the english, remove superfluous
7993                 tooltips, clean up a little
7994
7995 2006-03-12 [paul]       2.0.0cvs133
7996
7997         * src/compose.c
7998                 fix Bug 924, 'Account combo box shows up wrong 
7999                 if & is in account name'
8000
8001 2006-03-11 [colin]      2.0.0cvs132
8002
8003         * src/summaryview.c
8004                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
8005                 messed up shift-selection because is slows down
8006                 moving around summaryview. thanks -users
8007
8008 2006-03-10 [colin]      2.0.0cvs131
8009
8010         * src/plugins/spamassassin/spamassassin_gtk.c
8011                 Put back Paul's engrish fixes
8012
8013 2006-03-10 [colin]      2.0.0cvs130
8014
8015         * src/plugins/spamassassin/spamassassin.c
8016         * src/plugins/spamassassin/spamassassin.h
8017         * src/plugins/spamassassin/spamassassin_gtk.c
8018                 Cleanup SA prefs page (more)
8019                 Patch by Fabien Vantard
8020
8021 2006-03-10 [paul]       2.0.0cvs129
8022
8023         * src/prefs_msg_colors.c
8024         * src/prefs_spelling.c
8025                 widget sensitivity
8026
8027 2006-03-09 [mones]      2.0.0cvs128
8028
8029         * po/es.po
8030                 Update for next RC
8031
8032 2006-03-09 [wwp]        2.0.0cvs127
8033
8034         * configure.ac
8035                 revert accidental commit (requirement for libetpan 0.43), this time
8036                 not in HEAD.
8037
8038 2006-03-09 [wwp]        2.0.0cvs125
8039
8040         * configure.ac
8041                 revert accidental commit (requirement for libetpan 0.43)
8042
8043 2006-03-09 [paul]       2.0.0cvs126
8044
8045         * src/prefs_receive.c
8046                 remove useless frame
8047                 replace 'incorporation' with 'receiving'
8048         * src/plugins/clamav/clamav_plugin_gtk.c
8049         * src/plugins/spamassassin/spamassassin_gtk.c
8050                 improve widget sensitivity
8051                 fix a bit his engrish
8052
8053 2006-03-09 [wwp]        2.0.0cvs125
8054
8055         * src/addressadd.c
8056         * src/foldersel.c
8057         * src/prefs_common.c
8058         * src/prefs_common.h
8059                 remember some more windows' sizes (add to addressbook and
8060                 select folder).
8061
8062 2006-03-09 [paul]       2.0.0cvs124
8063
8064         * src/plugins/pgpcore/prefs_gpg.c
8065                 normalise construction of dialogue
8066
8067 2006-03-09 [paul]       2.0.0cvs123
8068
8069         * src/plugins/trayicon/Makefile.am
8070                 add missing slash
8071
8072 2006-03-08 [colin]      2.0.0cvs122
8073
8074         * src/plugins/trayicon/Makefile.am
8075                 Fix build in separate dir 
8076                 Patch by Bamanzi <bamanzi@gmail.com>
8077
8078 2006-03-08 [colin]      2.0.0cvs121
8079
8080         * src/procmsg.c
8081                 Batch move and copies from summaryview with delayed execution
8082                 too
8083
8084 2006-03-07 [paul]       2.0.0cvs120
8085
8086         * src/common/utils.c
8087                 fix highlighting of URIs containing "()"
8088                 Patch by Pawel Pekala
8089
8090 2006-03-07 [paul]       2.0.0cvs119
8091
8092         * src/folder.c
8093         * src/folder.h
8094         * src/folderview.c
8095                 immediately do alphabetical resort when
8096                 changing a folder's name
8097                 Patch by Pawel Pekala
8098
8099 2006-03-07 [paul]       2.0.0cvs118
8100
8101         * src/news.c
8102         * src/news_gtk.c
8103                 when unsubscribing a newsgroup, remove the
8104                 folder and msgs in .sylpheed-claws/newscache
8105                 Patch by Pawel Pekala <c0rn@gazeta.pl>
8106
8107 2006-03-07 [paul]       2.0.0cvs117
8108
8109         * src/textview.c
8110                 fix wrong Fake URL Warning
8111                 Thanks to Hiro
8112
8113 2006-03-07 [colin]      2.0.0cvs116
8114
8115         * src/imap.c
8116                 Return immediately when password dialog was
8117                 cancelled
8118         * src/gtk/inputdialog.c
8119                 Allow empty strings for passwords
8120
8121
8122 2006-03-06 [colin]      2.0.0cvs115
8123
8124         * src/imap.c
8125                 Prevent double-timeouts when connection fails
8126
8127 2006-03-06 [colin]
8128
8129         2.0.1-rc1 released
8130
8131 2006-03-06 [colin]      2.0.0cvs114
8132
8133         * src/imap.c
8134                 Refresh session during potentially long
8135                 operations
8136
8137 2006-03-06 [wwp]        2.0.0cvs113
8138
8139         * src/prefs_msg_colors.h
8140                 forgot that one (custom color labels).
8141
8142 2006-03-06 [wwp]        2.0.0cvs112
8143
8144         * src/prefs_common.c
8145         * src/prefs_common.h
8146         * src/prefs_msg_colors.c
8147         * src/summaryview.c
8148         * src/summaryview.h
8149         * src/gtk/colorlabel.c
8150         * src/gtk/colorlabel.h
8151                 colors in messages list are now customizable. Color values and names can
8152                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
8153                 Thanks to Paul and Colin for their help with this longstanding patch!
8154
8155 2006-03-06 [wwp]        2.0.0cvs111
8156
8157         * src/textview.c
8158                 don't crash if (x)face is bad.
8159
8160 2006-03-05 [paul]       2.0.0cvs110
8161
8162         * AUTHORS
8163         * configure.ac
8164         * src/Makefile.am
8165         * src/common/Makefile.am
8166         * src/common/utils.h
8167         * src/etpan/imap-thread.c
8168         * src/gtk/authors.h
8169         * src/plugins/clamav/Makefile.am
8170         * src/plugins/demo/Makefile.am
8171         * src/plugins/dillo_viewer/Makefile.am
8172         * src/plugins/pgpcore/Makefile.am
8173         * src/plugins/pgpcore/passphrase.c
8174         * src/plugins/pgpinline/Makefile.am
8175         * src/plugins/pgpmime/Makefile.am
8176         * src/plugins/spamassassin/Makefile.am
8177         * src/plugins/trayicon/Makefile.am
8178                 fix builiding on cygwin
8179                 Patch by Ralgh Young <bamanzi@gmail.com>
8180
8181 2006-03-04 [wwp]        2.0.0cvs109
8182
8183         * manual/keyboard.xml
8184                 fix mixed up/down keys.
8185
8186 2006-03-04 [wwp]        2.0.0cvs108
8187
8188         * README
8189         * INSTALL
8190                 updated links to SpamAssassin.
8191
8192 2006-03-04 [wwp]        2.0.0cvs107
8193
8194         * manual/plugins.xml
8195         * src/plugins/spamassassin/README
8196                 updated SpamAssassin plugin docs to reflect new functional additions
8197                 (also fix/update/documents few technical stuff more, see the README).
8198
8199 2006-03-04 [wwp]        2.0.0cvs106
8200
8201         * src/prefs_message.c
8202                 normalized capitalization of message-prefs paths.
8203
8204 2006-03-04 [wwp]        2.0.0cvs105
8205
8206         * manual/advanced.xml
8207                 typo.
8208
8209 2006-03-03 [colin]      2.0.0cvs104
8210
8211         * src/plugins/clamav/clamav_plugin_gtk.c
8212                 Rework prefs page, patch by Fabien 
8213
8214 2006-03-03 [colin]      2.0.0cvs103
8215
8216         * src/plugins/clamav/clamav_plugin.c
8217                 Set error on all errors
8218
8219 2006-03-03 [colin]      2.0.0cvs102
8220
8221         * src/common/plugin.c
8222                 Initialize error to avoid crashing when a plugin fails
8223                 without setting error
8224
8225 2006-03-02 [wwp]        2.0.0cvs101
8226
8227         * configure.ac
8228                 fixed linker flags for libetpan support on Cygwin
8229                 (thanks to H.Merijn Brand).
8230
8231 2006-03-02 [wwp]        2.0.0cvs100
8232
8233         * src/addressbook.c
8234                 fix some AB error messages: one for punctuation and
8235                 one wrongly duplicate (thanks, maxbritov).
8236
8237 2006-03-02 [wwp]        2.0.0cvs99
8238
8239         * src/plugins/spamassassin/spamassassin.c
8240                 make sync calls to sa-learn/spamc to prevent
8241                 system (whatever local or client/server) overload.
8242
8243 2006-03-02 [colin]      2.0.0cvs98
8244
8245         * src/summaryview.c
8246                 Put the spam icon in the status column instead of the
8247                 mark one
8248
8249 2006-03-01 [colin]      2.0.0cvs97
8250
8251         * src/plugins/spamassassin/spamassassin.c
8252                 Fix segfault (g_file_set_contents fails for some 
8253                 reason and err==0x2f. Can't find out why with
8254                 valgrind, using working function :-)
8255
8256 2006-03-01 [colin]      2.0.0cvs96
8257
8258         * src/inc.c
8259                 Offline overriding: let 'No' be cached only 3 seconds
8260
8261 2006-03-01 [colin]      2.0.0cvs95
8262
8263         * src/addr_compl.c
8264         * src/addrbook.c
8265         * src/addressbook.c
8266         * src/addrindex.c
8267         * src/folder_item_prefs.c
8268         * src/headerview.c
8269         * src/imap.c
8270         * src/inc.c
8271         * src/ldif.c
8272         * src/mainwindow.c
8273         * src/mh.c
8274         * src/msgcache.c
8275         * src/prefs_common.h
8276         * src/prefs_msg_colors.c
8277         * src/procheader.c
8278         * src/procheader.h
8279         * src/procmime.c
8280         * src/procmsg.c
8281         * src/procmsg.h
8282         * src/send_message.h
8283         * src/simple-gettext.c
8284         * src/summaryview.c
8285         * src/summaryview.h
8286         * src/syldap.c
8287         * src/textview.c
8288         * src/undo.c
8289         * src/common/ssl_certificate.c
8290         * src/common/utils.c
8291         * src/gtk/colorsel.c
8292         * src/gtk/gtksctree.c
8293         * src/gtk/gtkshruler.c
8294         * src/plugins/trayicon/trayicon.c
8295                 #if 0 goes to /dev/null
8296
8297 2006-03-01 [colin]      2.0.0cvs94
8298
8299         * src/compose.c
8300         * src/imap.c
8301         * src/inc.c
8302         * src/inc.h
8303         * src/messageview.c
8304         * src/news.c
8305         * src/plugins/spamassassin/spamassassin.c
8306                 Allow to add information in the "working offline"
8307                 window
8308
8309 2006-03-01 [wwp]        2.0.0cvs93
8310
8311         * src/plugins/spamassassin/spamassassin.c
8312                 fixed spamc invocation: use a tricky temporary mini shell wrapper
8313                 'cause it seems that calling `spamc ... < inputfile` with
8314                 g_spawn_(a)sync simply.. erm doesn't work :-).
8315
8316 2006-03-01 [wwp]        2.0.0cvs92
8317
8318         * src/toolbar.c
8319         * src/toolbar.h
8320                 simplify the adding of spam/ham button to the messageview toolbar
8321                 (it gets more clear now that the same button will be "Mark as spam"
8322                 or "Mark as ham" according to the current message status,
8323                 thanks to Colin).
8324
8325 2006-03-01 [wwp]        2.0.0cvs91
8326
8327         * src/messageview.c
8328         * src/procmsg.c
8329         * src/procmsg.h
8330         * src/summaryview.c
8331         * src/plugins/spamassassin/spamassassin.c
8332         * src/plugins/spamassassin/spamassassin.h
8333                 make learner callbacks return a status (0 for ok),
8334                 handle it in main code to avoid setting flags when learning failed,
8335                 don't learn on TCP if offline in spamassassin,
8336                 thanks to Colin.
8337
8338                 
8339
8340 2006-03-01 [wwp]        2.0.0cvs90
8341
8342         * src/compose.c
8343                 some work around the compose window's account menu,
8344                 patch by Fabien Vantard.
8345
8346 2006-03-01 [wwp]        2.0.0cvs89
8347
8348         * src/plugins/spamassassin/spamassassin.c
8349                 fixed bad logics, was using spamc in local mode and sa-learn
8350                 in remote mode (thanks, Colin).
8351
8352 2006-03-01 [wwp]        2.0.0cvs88
8353
8354         * src/plugins/spamassassin/spamassassin.c
8355         * src/plugins/spamassassin/spamassassin.h
8356         * src/plugins/spamassassin/spamassassin_gtk.c
8357                 made processing of emails w/ sa-plugin an option (default is TRUE),
8358                 fixed Engrish some tooltips, capitalization of some debug messages
8359                 and warnings. The spamassassin plugin now provides two separate
8360                 services: process emails upon incorporation and spamd training.
8361                 Both services (un)register independently but use some common
8362                 plugin settings (transport settings, spam storage location).
8363
8364 2006-02-28 [wwp]        2.0.0cvs87
8365
8366         * src/plugins/spamassassin/spamassassin.c
8367                 fix async flag to spamc cmdline execution (batch exec should
8368                 be asynchronous).
8369
8370 2006-02-27 [wwp]        2.0.0cvs86
8371
8372         * src/plugins/spamassassin/spamassassin.c
8373         * src/plugins/spamassassin/spamassassin.h
8374         * src/plugins/spamassassin/spamassassin_gtk.c
8375                 - added the ability to learn a remote spamassassin server (spamd),
8376                 using spamc.
8377                 - added the spamassassin option 'username', that applies to all
8378                 spamassassin operations (filtering, learning, local or remote).
8379                 The default username is the current unix user (if left blank
8380                 from gtk prefs or config file).
8381                 - commented out some unused code (notebook widget), removed unused
8382                 layout (hbox1).
8383                 - make more widgets sensitive to the transport type.
8384
8385 2006-02-27 [colin]      2.0.0cvs85
8386
8387         * src/plugins/spamassassin/spamassassin.c
8388                 Fix sa-learn call when offline
8389
8390 2006-02-27 [colin]      2.0.0cvs84
8391
8392         * configure.ac
8393         * src/Makefile.am
8394         * src/mainwindow.c
8395         * src/mainwindow.h
8396         * src/messageview.c
8397         * src/messageview.h
8398         * src/prefs_toolbar.c
8399         * src/procmsg.c
8400         * src/stock_pixmap.c
8401         * src/stock_pixmap.h
8402         * src/summaryview.c
8403         * src/toolbar.c
8404         * src/toolbar.h
8405         * src/pixmaps/ham_btn.xpm
8406         * src/pixmaps/spam.xpm
8407         * src/pixmaps/spam_btn.xpm
8408         * src/plugins/spamassassin/spamassassin.c
8409                 Add button in toolbar for spam learning
8410                 Fix a few bugs from the last related commit
8411                 Revert 1.9.6cvs23 which messed up shift-selection
8412
8413 2006-02-24 [colin]      2.0.0cvs83
8414
8415         * src/procmsg.c
8416         * src/summaryview.c
8417         * src/summaryview.h
8418         * src/plugins/spamassassin/spamassassin.c
8419         * src/plugins/spamassassin/spamassassin.h
8420         * src/plugins/spamassassin/spamassassin_gtk.c
8421                 Unregister learner when spamassassin is either
8422                 disabled or over tcp
8423
8424 2006-02-24 [colin]      2.0.0cvs82
8425
8426         * src/Makefile.am
8427         * src/mainwindow.c
8428         * src/mainwindow.h
8429         * src/procmsg.c
8430         * src/procmsg.h
8431         * src/stock_pixmap.c
8432         * src/stock_pixmap.h
8433         * src/summaryview.c
8434         * src/summaryview.h
8435         * src/gtk/icon_legend.c
8436         * src/pixmaps/spam.xpm  ** NEW FILE **
8437         * src/plugins/spamassassin/spamassassin.c
8438         * src/plugins/spamassassin/spamassassin_gtk.c
8439                 Add spam learning interface (Mark/Mark as 
8440                 (spam|ham) menus)
8441
8442 2006-02-24 [wwp]        2.0.0cvs81
8443
8444         * src/compose.c
8445         * src/compose.h
8446         * src/filtering.c
8447                 hide compose window when sending message in batch mode
8448                 (filtering: forward and redirect). Also fixed a wrong
8449                 value returned when sending failed, neutral anyway.
8450                 (Colin, me) 
8451
8452 2006-02-24 [wwp]        2.0.0cvs80
8453
8454         * src/mainwindow.c
8455                 use GTK+'s stock quit button. Patch by Fabien Vantard.
8456
8457 2006-02-24 [paul]       2.0.0cvs79
8458
8459         * src/news.c
8460         * src/news.h
8461         * src/news_gtk.c
8462                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
8463                 Thanks to Colin
8464
8465 2006-02-23 [colin]      2.0.0cvs78
8466
8467         * src/alertpanel.c
8468                 Change OK to Close in alertpanel with View log
8469                 button; add accel to View log. Patch by Fabien
8470                 Vantard
8471
8472 2006-02-23 [wwp]        2.0.0cvs77
8473
8474         * src/compose.c
8475                 silly me, there were much more tests to perform, since toolbars can
8476                 really have down to 1 element only.
8477
8478 2006-02-23 [wwp]        2.0.0cvs76
8479
8480         * commitHelper
8481                 fixed indentation from my previous commit. Fallback to VISUAL if
8482                 EDITOR is not set (and to vi, at last resort).
8483
8484 2006-02-23 [wwp]        2.0.0cvs75
8485
8486         * commitHelper
8487                 improved error detection (Colin, me).
8488
8489 2006-02-23 [wwp]        2.0.0cvs74
8490
8491         * src/prefs_toolbar.c
8492                 simplify and fix prefs/toolbars layouting. Combos' contents can
8493                 now be really displayed.
8494
8495 2006-02-23 [wwp]        2.0.0cvs73
8496         simplifies and fix prefs/toolbars layouting. Combos' contents can now
8497         be really displayed.
8498
8499 2006-02-22 [wwp]        2.0.0cvs72
8500
8501         * src/compose.c
8502                 fix a typo in my previous commit (sorry!).
8503
8504 2006-02-22 [wwp]        2.0.0cvs71
8505
8506         * src/prefs_toolbar.c
8507                 fix a crash when adding separators to toolbars,
8508                 also fix some separator item information.
8509
8510 2006-02-22 [wwp]        2.0.0cvs70
8511
8512         * src/compose.c
8513                 fix a crash when redirecting (for instance) when compose window's
8514                 toolbar contents has been customized (when some buttons have been
8515                 removed in fact).
8516
8517 2006-02-21 [wwp]        2.0.0cvs69
8518
8519         * src/summaryview.c
8520         * src/gtk/pluginwindow.c
8521         * src/plugins/pgpcore/prefs_gpg.c
8522                 fix some compilation warnings (feat. remains of removed code).
8523
8524 2006-02-21 [wwp]        2.0.0cvs68
8525
8526         * src/gtk/gtkutils.c
8527                 fix two compilation issues, thanks to Stephan Sachse.
8528
8529 2006-02-20 [colin]      2.0.0cvs67
8530
8531         * src/mainwindow.c
8532                 Don't reselect displayed mail on refocus
8533                 This fixes actions misbehaving 
8534
8535 2006-02-20 [wwp]        2.0.0cvs66
8536
8537         * src/summaryview.c
8538         * src/gtk/gtksctree.c
8539         * src/gtk/gtkshruler.c
8540                 changed more runtime typecast checks.
8541
8542 2006-02-20 [wwp]        2.0.0cvs65
8543
8544         * src/summary_search.c
8545                 find all - summaryview refresh issue fixed, thanks to Colin.
8546
8547 2006-02-20 [wwp]        2.0.0cvs64
8548
8549         * src/gtk/gtkutils.c
8550                 better runtime typecast checks.
8551
8552 2006-02-20 [wwp]        2.0.0cvs63
8553
8554         * src/summary_search.c
8555                 enhancements to the summary search:
8556                         - add the ability to stop the running search
8557                           (upon ESC-key press, new Stop button or when Clear button is pressed)
8558                         - don't search if no criteria (From/To/Subject/Body) is set
8559                         - ensure that a busy mouse pointer is always shown when searching,
8560                           show it even a bit earlier
8561
8562 2006-02-19 [colin]      2.0.0cvs62
8563
8564         * src/compose.c
8565         * src/imap.c
8566         * src/etpan/imap-thread.c
8567         * src/etpan/imap-thread.h
8568                 (Future) IMAP speed improvement on sending
8569                 Will require a libetpan update
8570         * src/summaryview.c
8571         * src/gtk/quicksearch.c
8572                 Make quicksearch clearable while running.
8573
8574 2006-02-17 [colin]      2.0.0cvs61
8575
8576         * src/imap.c
8577         * src/etpan/imap-thread.c
8578         * src/etpan/imap-thread.h
8579                 Check for IMAP certificates
8580                 ** Requires libetpan-0.42-cvs4 
8581                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
8582
8583 2006-02-17 [colin]      2.0.0cvs60
8584
8585         * src/messageview.c
8586         * src/prefs_common.c
8587         * src/prefs_common.h
8588         * src/prefs_message.c
8589                 Add pref to display HTML-only mails with plugin, 
8590                 if possible (defaulting to FALSE of course).
8591
8592 2006-02-16 [colin]      2.0.0cvs59
8593
8594         * src/main.c
8595         * src/common/plugin.c
8596         * src/common/plugin.h
8597         * src/gtk/pluginwindow.c
8598                 Keep track of requested (but unloaded) plugins
8599                 in some error cases.
8600
8601 2006-02-16 [wwp]        2.0.0cvs58
8602
8603         * src/gtk/gtkaspell.c
8604         * src/gtk/gtkaspell.h
8605         * src/prefs_spelling.c
8606         * src/compose.c
8607         * src/prefs_common.c
8608         * src/prefs_common.h
8609                 implemented new optional spellchecker behaviour: re-check message when
8610                 dictionary got changed (from compose-window/context-menu/Change dictionary).
8611
8612 2006-02-16 [wwp]        2.0.0cvs57
8613
8614         * src/quote_fmt_parse.y
8615                 pclose popen'ed pipe.
8616
8617 2006-02-15 [colin]      2.0.0cvs56
8618
8619         * src/mimeview.c
8620         * src/mimeview.h
8621                 Let MimeViewers know which MimeView they
8622                 depend of.
8623         * src/summaryview.c
8624                 Swap From/To columns in Sent/Queue/Drafts
8625                 folders
8626         * src/etpan/imap-thread.c
8627                 Use mailstream_low_tls_open() for STARTTLS
8628                 instead of mailstream_low_ssl_open()
8629                 ** REQUIRES libetpan 0.42cvs3 **
8630
8631 2006-02-15 [wwp]        2.0.0cvs55
8632
8633         * src/compose.c
8634         * src/compose.h
8635         * src/message_search.c
8636         * src/message_search.h
8637         * src/textview.c
8638         * src/gtk/gtkutils.c
8639         * src/gtk/gtkutils.h
8640                 added the ability to Find text in the compose window (and a bit
8641                 of code factorization).
8642
8643 2006-02-15 [wwp]        2.0.0cvs54
8644
8645         * src/prefs_gtk.c
8646                 yet another one file was missing (fix for some widgets' sensitivity).
8647                 Thanks Colin!
8648
8649 2006-02-15 [wwp]        2.0.0cvs53
8650
8651         * src/prefs_gtk.h
8652                 oops forgot that file (fix for some widgets' sensitivity).
8653
8654 2006-02-15 [wwp]        2.0.0cvs52
8655
8656         * src/summary_search.c
8657                 implemented advanced summary search options (added the ability
8658                 to use matcher conditions in an advanced search mode).
8659
8660 2006-02-15 [wwp]        2.0.0cvs51
8661
8662         * src/plugins/pgpcore/prefs_gpg.c
8663         * src/prefs_account.c
8664                 fix some widget sensitivity, mostly around some labels in
8665                 account prefs.
8666
8667 2006-02-15 [paul]       2.0.0cvs50
8668
8669         * manual/advanced.xml
8670                 improve Templates info
8671                 written by wwp
8672
8673 2006-02-14 [colin]      2.0.0cvs49
8674
8675         * src/pixmaps/address_book.xpm
8676         * src/pixmaps/preferences.xpm
8677         * src/pixmaps/properties.xpm
8678                 Fix pixmap size - patch by Fabien Vantard
8679
8680 2006-02-13 [colin]      2.0.0cvs48
8681
8682         * src/procmime.c
8683                 Add missing fclose()s on error
8684         * src/textview.c
8685                 Remove unused code
8686         * src/common/utils.c
8687                 Fix temp files not being deleted on windows
8688         Patches by Thomas Gilgin
8689
8690 2006-02-13 [colin]      2.0.0cvs47
8691
8692         * src/mainwindow.c
8693                 Fix exit crash
8694
8695 2006-02-13 [wwp]        2.0.0cvs46
8696
8697         * src/plugins/pgpcore/prefs_gpg.c
8698                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
8699
8700 2006-02-12 [colin]      2.0.0cvs45
8701
8702         * src/folderview.c
8703         * src/main.c
8704         * src/mainwindow.c
8705                 Fix "stuff" when quitting
8706
8707 2006-02-12 [wwp]        2.0.0cvs44
8708
8709         * src/prefs_themes.c
8710                 fix typos in debug messages.
8711
8712 2006-02-11 [colin]      2.0.0cvs43
8713
8714         * src/summaryview.c
8715                 don't allow drag/drop from ourself
8716
8717 2006-02-10 [wwp]        2.0.0cvs42
8718
8719         * src/exporthtml.c
8720         * src/html.c
8721         * src/html.h
8722         * src/procmime.c
8723         * src/textview.c
8724                 renamed html_ prefixed functions and data structures to avoid
8725                 namespace clashes w/ other software (gtkhtml2 for instance).
8726                 Closes bug #907.
8727
8728
8729 2006-02-09 [colin]      2.0.0cvs41
8730
8731         * src/summaryview.c
8732                 Fix shitty logic messed up. Thanks Ticho for the hint!
8733
8734 2006-02-09 [wwp]        2.0.0cvs40
8735
8736         * src/gtk/about.c
8737         * src/compose.c
8738         * src/prefs_account.c
8739         * src/prefs_gtk.h
8740         * src/editaddress.c
8741                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
8742                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
8743                 Browse buttons in accounts prefs.
8744
8745 2006-02-09 [colin]      2.0.0cvs39
8746
8747         * src/matcher.c
8748                 Check for pointer before using its members
8749         * src/gtk/gtksourceprintjob.c
8750                 Fix a wrong warning
8751
8752 2006-02-09 [wwp]        2.0.0cvs38
8753
8754         * src/gtk/filesel.c
8755                 fix few compiler warnings (type mismatch).
8756
8757 2006-02-09 [paul]       2.0.0cvs37
8758
8759         * po/fr.po
8760                 updated by Fabien Vantard
8761
8762 2006-02-08 [colin]      2.0.0cvs36
8763
8764         * src/prefs_common.c
8765         * src/common/defs.h
8766         * src/common/plugin.c
8767                 allow windows and linux configurations to coexist
8768                 patch by Thomas Gilgin
8769
8770 2006-02-08 [colin]      2.0.0cvs35
8771
8772         * src/filtering.c
8773         * src/matcher.c
8774         * src/matcher.h
8775         * src/matcher_parser_parse.y
8776         * src/prefs_filtering_action.c
8777         * src/prefs_matcher.c
8778                 Add the "Ignore thread" filtering
8779                 action
8780
8781 2006-02-08 [colin]      2.0.0cvs34
8782
8783         * src/compose.c
8784         * src/procmime.c
8785         * src/procmime.h
8786                 Fix bug #905 (damaged attachment)
8787                 text files with raw \0's aren't really text files
8788         FOR_STABLE
8789
8790 2006-02-08 [colin]      2.0.0cvs33
8791
8792         * src/summaryview.c
8793                 Fix crasher introduced yesterday
8794
8795 2006-02-08 [wwp]        2.0.0cvs32
8796
8797         * src/compose.c
8798         * src/compose.h
8799                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
8800
8801 2006-02-08 [wwp]        2.0.0cvs31
8802
8803         * src/prefs_template.c
8804                 templates enhancement: allow address completion for Cc and Bcc fields
8805                 (it was currently possible for the To field only)
8806
8807 2006-02-08 [colin]      2.0.0cvs30
8808
8809         * src/compose.c
8810                 Don't unblock if not blocked
8811         FOR_STABLE
8812
8813 2006-02-07 [colin]      2.0.0cvs29
8814
8815         * src/action.c
8816                 Forgot to refresh summaryview
8817
8818 2006-02-07 [colin]      2.0.0cvs28
8819
8820         * src/action.c
8821                 Freeze/thaw message list and folder list while
8822                 processing %as{} actions 
8823         * src/compose.c
8824                 Fix auto-wrap disabling after a middle-click
8825                 paste - FOR_STABLE
8826
8827 2006-02-07 [paul]       2.0.0cvs27
8828
8829         * src/folder.c
8830                 fix freeing of uninitialised pointers
8831                 Thanks to Colin
8832
8833 2006-02-06 [colin]      2.0.0cvs26
8834
8835         * src/folder.c
8836                 Use g_slist_prepend in potentially big list
8837
8838 2006-02-06 [colin]      2.0.0cvs25
8839
8840         * src/folder.c
8841                 Completely skip processing if it doesn't 
8842                 exist (faster!)
8843
8844 2006-02-06 [colin]      2.0.0cvs24
8845
8846         * src/folder.c
8847         * src/summaryview.c
8848                 Batch filtering in summaryview (from Tools menu)
8849                 and pre/post//-processing too
8850
8851 2006-02-06 [colin]      2.0.0cvs23
8852
8853         * src/procmsg.h
8854         * src/filtering.c
8855                 Use a special field for batch filtering instead
8856                 of stepping on deferred execution's toes
8857
8858 2006-02-06 [colin]      2.0.0cvs22
8859
8860         * src/action.c
8861         * src/filtering.c
8862         * src/filtering.h
8863         * src/folder.c
8864         * src/summaryview.c
8865                 Fix filtering via menus and actions
8866
8867 2006-02-06 [colin]      2.0.0cvs21
8868
8869         * src/imap.c
8870                 Put the added file directly to cache if possible (will work
8871                 with next libetpan)
8872         * src/filtering.c
8873         * src/filtering.h
8874         * src/inc.c
8875         * src/folder.c
8876         * src/mbox.c
8877         * src/procmsg.h
8878                 Move and copy filtered messages by batches instead of one
8879                 by one - faster on IMAP
8880         * src/procmsg.c
8881                 Add a function that'll possibly be useful later
8882
8883 2006-02-06 [colin]      2.0.0cvs20
8884
8885         * src/addressbook.c
8886                 Use internal mime-type instead of text/plain for d'n'd
8887         * src/compose.c
8888                 Allow attaching files from mimeview's icon list via d'n'd
8889         * src/folderview.c
8890         * src/folderview.h
8891                 Use internal mime-type instead of text/plain for d'n'd
8892                 Don't try to selected opened folder if none is
8893                 Factorize d'n'd from other apps code
8894         * src/headerview.c
8895         * src/textview.c
8896         * src/gtk/gtkutils.c
8897         * src/gtk/gtkutils.h
8898                 Factorize Face/X-Face stuff
8899         * src/mimeview.c
8900                 Fix d'n'd to other apps
8901         * src/prefs_message.c
8902                 Let the XFace pref be usable without libcompface as it also
8903                 applies to Face
8904         * src/summaryview.c
8905                 Fix d'n'd to other apps
8906                 Factorize d'n'd from other apps code
8907
8908 2006-02-06 [wwp]        2.0.0cvs19
8909
8910         * po/it.po
8911                 Italian translation fixes by Andrea Spadaccini (no more confusion
8912                 between filtering and processing, and few changes in the About
8913                 dialog).
8914
8915
8916 2006-02-06 [mones]      2.0.0cvs18
8917
8918         * src/gtk/icon_legend.c
8919                 Improved descriptions allowing better translations
8920
8921 2006-02-05 [colin]      2.0.0cvs17
8922
8923         * src/imap.c
8924                 Add the f*cking missing expunge that caused imap_fetch_env
8925                 to fail after an add_msgs ! :-///
8926         * src/etpan/imap-thread.c
8927                 Add a bit of debug
8928         FOR_STABLE
8929
8930 2006-02-05 [colin]      2.0.0cvs16
8931
8932         * src/common/utils.c
8933                 Don't check for return-path (or we can't put
8934                 back non-sent mails)
8935
8936 2006-02-05 [colin]      2.0.0cvs15
8937
8938         * src/textview.c
8939                 Don't try to display Face header in textview
8940                 when teh headerview's active
8941
8942 2006-02-05 [colin]      2.0.0cvs14
8943
8944         * tools/tbird2syl.py
8945         * tools/Makefile.am
8946                 Add script to import Thunderbird mails
8947
8948 2006-02-05 [colin]      2.0.0cvs13
8949
8950         * src/headerview.c
8951         * src/procheader.c
8952         * src/procmsg.c
8953         * src/procmsg.h
8954         * src/textview.c
8955                 Show Face headers - patch partially by Klaus Flittner
8956
8957 2006-02-05 [colin]      2.0.0cvs12
8958
8959         * src/folderview.c
8960         * src/summaryview.c
8961         * src/common/utils.c
8962         * src/common/utils.h
8963                 Let dnd work from mime icons to summaryview
8964                 and to folderview too
8965                 Add a crude test to avoid trying to add files
8966                 drag'n'dropped when they're not mails
8967
8968 2006-02-04 [colin]      2.0.0cvs11
8969
8970         * src/summaryview.c
8971         * src/mimeview.c
8972                 Fix utf8 conversion
8973
8974 2006-02-04 [colin]      2.0.0cvs10
8975
8976         * src/compose.c
8977         * src/folderview.c
8978         * src/mimeview.c
8979         * src/summaryview.c
8980         * src/summaryview.h
8981                 Added various drag and drop capas:
8982                 From                    To
8983                 summaryview             other apps
8984                 mimeview icons          other apps
8985                 other apps              summaryview
8986                 other apps              folderview
8987
8988                 This shouldn't have broken the existing:
8989                 From                    To
8990                 summaryview             folderview
8991                 folderview              folderview
8992                 summaryview             compose's attachments
8993
8994         Tests welcomed.
8995
8996 2006-02-02 [paul]       2.0.0cvs9
8997
8998         * src/mainwindow.c
8999                 move global option 'Set displayed columns...' out
9000                 of folder option grouping.
9001                 fix sensitivity of 'harvest addresses'
9002         FOR_STABLE
9003
9004 2006-02-01 [colin]      2.0.0cvs8
9005
9006         * src/mimeview.c
9007                 Revert the alertpanel patch, it sucks (intrusive
9008                 and gets in the way of "open")
9009
9010 2006-02-01 [colin]      2.0.0cvs7
9011
9012         * src/compose.c
9013         * src/prefs_account.c
9014         * src/prefs_common.c
9015         * src/common/defs.h
9016         * src/common/utils.c
9017         * src/common/utils.h
9018                 Add ability to edit the signature file
9019                 from the account preferences, and use
9020                 a default for the text editor.
9021                 Patch by Fabien Vantard
9022
9023 2006-02-01 [colin]      2.0.0cvs6
9024
9025         * src/mimeview.c
9026                 Try to get mime type by extension if it is
9027                 application/octet-stream
9028                 Display a window with possible choices when
9029                 encountering unknown mime types
9030         * src/gtk/filesel.c
9031         * src/gtk/filesel.h
9032                 Add preview
9033                 Allow multiple selection in filtered filesel
9034                 (patch by Fabien Vantard)
9035         * src/gtk/pluginwindow.c
9036                 Use it (patch by Fabien Vantard)
9037
9038 2006-02-01 [paul]       2.0.0cvs5
9039
9040         * src/jpilot.c
9041                 fix crash on creating jpilot address book
9042                 Thanks to Colin - FOR_STABLE
9043         * src/prefs_summaries.c
9044         * src/prefs_wrapping.c
9045         * src/gtk/icon_legend.c
9046         * src/gtk/quicksearch.c
9047                 string fixes and additions
9048
9049 2006-02-01 [paul]       2.0.0cvs4
9050
9051         * src/compose.c
9052         * src/mainwindow.c
9053         * src/messageview.c
9054         * src/prefs_send.c
9055                 add Arabic encoding option
9056                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
9057
9058 2006-01-31 [colin]      2.0.0cvs3
9059
9060         * src/plugins/pgpcore/passphrase.c
9061                 Convert passphrase to locale encoding
9062         * src/compose.c
9063                 Fix drafting on IMAP. Crappy bug sneaked in
9064                 the release :-/
9065         FOR_STABLE
9066
9067 2006-01-30 [paul]       2.0.0cvs2
9068
9069         * src/gtk/icon_legend.c
9070                 show the new entries
9071
9072 2006-01-30 [colin]      2.0.0cvs1
9073
9074         * src/manual.c
9075                 Check for the file to be present before 
9076                 enabling the menu - FOR_STABLE
9077         * src/gtk/icon_legend.c
9078                 Add folders icons (not all of them, there
9079                 are too much, but the most intriguing ones)
9080
9081 2006-01-30 [paul]       2.0.0
9082
9083         version 2.0.0 released
9084
9085 2006-01-30 [paul]       1.9.100cvs200
9086
9087         * manual/faq.xml
9088         * manual/gpl.xml
9089         * manual/intro.xml
9090         * manual/starting.xml
9091         * manual/sylpheed-claws-manual.xml
9092                 fixes, additions
9093
9094 2006-01-29 [mones]      1.9.100cvs199
9095
9096         * manual/account.xml
9097         * manual/advanced.xml
9098         * manual/glossary.xml
9099                 Some typos fixed, added LDIF term to glossary
9100         * po/es.po
9101                 Fixed leading plus symbol
9102
9103 2006-01-29 [paul]       1.9.100cvs198
9104
9105         * po/fi.po
9106         * po/sk.po
9107                 updated by Tommi Pirinen and Andrej Kacian
9108
9109 2006-01-29 [paul]       1.9.100cvs197
9110
9111         * src/gtk/authors.h
9112                 remove duplicates
9113
9114 2006-01-29 [paul]       1.9.100cvs196
9115
9116         * AUTHORS
9117         * po/nl.po
9118         * src/gtk/authors.h
9119         * tools/claws.i18n.status.pl
9120                 nl translation updated by Tim Dijkstra
9121
9122 2006-01-29 [paul]       1.9.100cvs195
9123
9124         * po/sr.po
9125         * po/sv.po
9126                 updated by Aleksandar Urosevic and Anders Troback
9127
9128 2006-01-28 [colin]      1.9.100cvs194
9129
9130         * src/gtk/gtksourceprintjob.c
9131                 Don't fiddle with PangoLayout when we
9132                 have an image
9133
9134 2006-01-28 [paul]       1.9.100cvs193
9135
9136         * AUTHORS
9137         * po/el.po
9138         * po/zh_CN.po
9139         * src/gtk/authors.h
9140         * tools/claws.i18n.status.pl
9141                 updated translations submitted by Stavros Giannouris
9142                 and Ralgh Young
9143
9144 2006-01-27 [colin]      1.9.100cvs192
9145
9146         * src/summaryview.c
9147         * src/gtk/gtksourceprintjob.c
9148                 Add image printing 
9149                 (libgnomeprint only, of course)
9150
9151 2006-01-27 [paul]       1.9.100cvs191
9152
9153         * po/fr.po
9154         * po/it.po
9155                 updated by Fabien Vantard and Andrea Spadaccini
9156
9157 2006-01-26 [colin]      1.9.100cvs190
9158
9159         * manual/Makefile.am
9160         * configure.ac
9161                 Make building the manual optional 
9162                 (--disable-manual)
9163
9164 2006-01-26 [paul]       1.9.100cvs189
9165
9166         * manual/glossary.xml
9167         * manual/plugins.xml
9168                 edited
9169         * po/en_GB.po
9170                 updated
9171
9172 2006-01-26 [paul]       1.9.100cvs188
9173
9174         * src/prefs_display_header.c
9175         * src/prefs_folder_column.c
9176         * src/prefs_msg_colors.c
9177         * src/prefs_summaries.c
9178         * src/prefs_summary_column.c
9179                 HIGify
9180
9181 2006-01-25 [colin]      1.9.100cvs187
9182
9183         * src/imap.c
9184                 Don't allow moving/copying mails between
9185                 queue/drafts and non-queue/drafts folders
9186                 Fixes bug #897 (message header is resetted 
9187                 if one is copied to Drafts)
9188
9189 2006-01-25 [colin]      1.9.100cvs186
9190
9191         * src/folder.c
9192         * src/mainwindow.c
9193                 Fix subscribed folders not found
9194         * src/compose.c
9195                 Don't try to encode as original mail's charset
9196                 if it's ascii 
9197
9198 2006-01-25 [paul]       1.9.100cvs185
9199
9200         * AUTHORS
9201         * po/Makevars
9202                 updated
9203         * po/de.po
9204         * po/pl.po
9205         * po/pt_BR.po
9206         * po/sr.po
9207                 updates submitted by Stephan Sachse, Emilian Nowak
9208                 and Quar, Frederico Goncalves Guimaraes, and
9209                 Aleksandar Urosevic
9210                 Fix Bug 896, 'PT_BR locale broken'.
9211         * src/gtk/authors.h
9212                 updated
9213
9214 2006-01-24 [mones]      1.9.100cvs184
9215
9216         * manual/glossary.xml
9217                 All current terms finished. Reviewers welcome ;-)
9218         * manual/keyboard.xml
9219                 Fixed column width for pdf output.
9220         * po/es.po
9221                 Updated
9222
9223 2006-01-24 [paul]       1.9.100cvs183
9224
9225         * manual/glossary.xml
9226                 fix id name
9227         * manual/dist/html/Makefile.am
9228         * manual/dist/pdf/Makefile.am
9229         * manual/dist/ps/Makefile.am
9230         * manual/dist/txt/Makefile.am
9231                 fix make deps
9232                 Thanks to Colin
9233
9234 2006-01-24 [mones]      1.9.100cvs182
9235
9236         * manual/glossary.xml
9237                 Nearly finished, some terms missing.
9238
9239 2006-01-23 [paul]       1.9.100cvs181
9240
9241         * manual/dist/html/Makefile.am
9242         * manual/dist/pdf/Makefile.am
9243         * manual/dist/ps/Makefile.am
9244         * manual/dist/txt/Makefile.am
9245         * src/mainwindow.c
9246                 re-enable manual
9247                 Thanks to Colin
9248
9249 2006-01-22 [colin]      1.9.100cvs180
9250
9251         * src/compose.c
9252         * src/gtk/gtkaspell.c
9253                 Don't deselect stuff before right-clicking, with aspell.
9254                 (This prevented right-click Copy, for example).
9255                 Thanks to Clo!
9256
9257 2006-01-22 [paul]       1.9.100cvs179
9258
9259         * src/summary_search.c
9260                 don't fix the widget size as it causes problems
9261                 under localisation.
9262                 Thanks to Emilian Nowak
9263
9264 2006-01-21 [paul]       1.9.100cvs178
9265
9266         * src/prefs_themes.c
9267                 fix broken underlining of label text
9268                 with some translations
9269
9270 2006-01-21 [colin]      1.9.100cvs177
9271
9272         * po/fr.po
9273                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
9274
9275 2006-01-20 [colin]      1.9.100cvs176
9276
9277         * configure.ac
9278         * Makefile.am
9279         * manual/Makefile
9280         * manual/dist/html/.cvsignore
9281         * manual/dist/html/Makefile.am
9282         * manual/dist/pdf/.cvsignore
9283         * manual/dist/pdf/Makefile.am
9284         * manual/dist/ps/.cvsignore
9285         * manual/dist/ps/Makefile.am
9286         * manual/dist/txt/.cvsignore
9287         * manual/dist/txt/Makefile.am
9288                 Autotool-ize manual
9289
9290 2006-01-20 [paul]       1.9.100cvs175
9291
9292         * manual/handling.xml
9293                 make Filtering and Searching entries easier to find
9294         * manual/keyboard.xml
9295                 add the remaining default keybinds
9296         * src/prefs_summaries.c
9297                 update the default keybinds
9298
9299 2006-01-20 [paul]       1.9.100cvs174
9300
9301         * src/addressbook.c
9302         * src/addrgather.c
9303         * src/addrharvest.c
9304         * src/editaddress.c
9305         * src/editgroup.c
9306         * src/exphtmldlg.c
9307         * src/expldifdlg.c
9308         * src/exporthtml.c
9309         * src/exportldif.c
9310         * src/ldif.c
9311                 replace 'e-mail' with 'email'
9312         * src/summary_search.c
9313                 add mnemonic to "Find all" button
9314
9315 2006-01-20 [wwp]        1.9.100cvs173
9316
9317         * src/export.c
9318         * src/import.c
9319                 touched mbox import/export buttons for HIG-compliance
9320
9321 2006-01-19 [paul]       1.9.100cvs172
9322
9323         * manual/account.xml
9324         * manual/addrbook.xml
9325         * manual/advanced.xml
9326         * manual/faq.xml
9327         * manual/handling.xml
9328         * manual/intro.xml
9329         * manual/plugins.xml
9330         * manual/starting.xml
9331                 more editing
9332
9333 2006-01-19 [paul]       1.9.100cvs171
9334
9335         * src/toolbar.c
9336                 allow use of trash button while receiving
9337                 Thanks to Colin
9338
9339 2006-01-19 [wwp]        1.9.100cvs170
9340
9341         * src/gtk/quicksearch.c
9342         * src/compose.c
9343                 force text color to black when yellow background is set
9344
9345 2006-01-19 [colin]      1.9.100cvs169
9346
9347         * src/plugins/trayicon/trayicon.c
9348                 Gray out Get Mail when already getting mail
9349
9350 2006-01-18 [paul]       1.9.100cvs168
9351
9352         * src/compose.c
9353                 give widget yellow background was To is
9354                 set via folder prefs
9355         * src/gtk/quicksearch.c
9356                 give widget yellow background when quick
9357                 search is active.
9358                 Thanks to Colin
9359
9360 2006-01-18 [paul]       1.9.100cvs167
9361
9362         * doc/man/sylpheed-claws.1
9363                 add --subscribe option
9364
9365 2006-01-18 [paul]       1.9.100cvs166
9366
9367         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9368         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9369                 use %U instead of %F (%F is broken for user installed
9370                 files in kde 3.5)
9371
9372 2006-01-18 [colin]      1.9.100cvs165
9373
9374         * src/summaryview.c
9375                 Default to Yes in "No more * messages" dialogs
9376
9377 2006-01-17 [colin]      1.9.100cvs164
9378
9379         * src/compose.c
9380                 Possibly fix an invalid iterator causing
9381                 crash
9382
9383 2006-01-17 [colin]      1.9.100cvs163
9384
9385         * src/mimeview.c
9386                 Fix crash when the image disappears under the
9387                 image viewer
9388
9389 2006-01-16 [colin]      1.9.100cvs162
9390
9391         * src/compose.c
9392                 Fix reenabling autowrap
9393
9394 2006-01-16 [colin]      1.9.100cvs161
9395
9396         * src/compose.c
9397                 reset quote_len before getting quote_str
9398
9399 2006-01-16 [colin]      1.9.100cvs160
9400
9401         * src/account.c
9402         * src/account.h
9403         * src/folder.c
9404         * src/imap_gtk.c
9405         * src/mh_gtk.c
9406                 Fix bug #883 (default inbox does not track folder move)
9407
9408 2006-01-16 [colin]      1.9.100cvs159
9409
9410         * src/compose.c
9411         * src/plugins/pgpcore/passphrase.c
9412                 More buttons fixes
9413
9414 2006-01-16 [paul]       1.9.100cvs158
9415
9416         * src/prefs_actions.c
9417         * src/prefs_filtering_action.c
9418         * src/prefs_matcher.c
9419         * src/quote_fmt.c
9420         * src/gtk/description_window.c
9421         * src/gtk/description_window.h
9422         * src/gtk/quicksearch.c
9423                 description window cleanups
9424
9425 2006-01-15 [colin]      1.9.100cvs157
9426
9427         * src/addressbook.c
9428         * src/prefs_filtering.c
9429                 Same here
9430
9431 2006-01-15 [colin]      1.9.100cvs156
9432
9433         * src/folderview.c
9434         * src/mainwindow.c
9435                 Same for "Empty trash"
9436
9437 2006-01-15 [colin]      1.9.100cvs155
9438
9439         * src/inc.c
9440                 Override offline dialog had Yes by default
9441
9442 2006-01-15 [colin]      1.9.100cvs154
9443
9444         * src/summaryview.c
9445                 Delete selected messages? previously had Yes the default
9446
9447 2006-01-15 [colin]      1.9.100cvs153
9448
9449         * src/folder.c
9450         * src/folder.h
9451         * src/main.c
9452                 Check if a mailbox is loaded after all
9453                 plugins are loaded.
9454
9455 2006-01-15 [colin]      1.9.100cvs152
9456
9457         * src/folder.c
9458                 Don't start wizard when there are unloaded folders (will help
9459                 people with only mbox or maildir mailboxes)
9460
9461 2006-01-14 [colin]      1.9.100cvs151
9462
9463         * src/addressbook.c
9464         * src/expldifdlg.c
9465         * src/importldif.c
9466         * src/importmutt.c
9467         * src/importpine.c
9468         * src/mh_gtk.c
9469                 More HIG compliance and fixes
9470
9471 2006-01-14 [colin]      1.9.100cvs150
9472
9473         * src/prefs_filtering_action.c
9474         * src/foldersel.c
9475                 Two forgotten button order changes
9476
9477 2006-01-14 [colin]      1.9.100cvs149
9478
9479         * src/account.c
9480         * src/addressbook.c
9481         * src/compose.c
9482         * src/folderview.c
9483         * src/imap_gtk.c
9484         * src/mainwindow.c
9485         * src/mh_gtk.c
9486         * src/news_gtk.c
9487         * src/prefs_actions.c
9488         * src/prefs_customheader.c
9489         * src/prefs_filtering.c
9490         * src/prefs_matcher.c
9491         * src/prefs_template.c
9492         * src/ssl_manager.c
9493         * src/summaryview.c
9494         * src/textview.c
9495         * src/toolbar.c
9496                 All deletion confirmations are now "Cancel, Delete" 
9497                 instead of "No, Yes"
9498                 Clarified most of the other "No, Yes" to 
9499                 "Cancel, Descriptive_action"
9500                 Rechanged the "Entry not saved" alerts to have 
9501                 "Close, Continue editing"
9502
9503
9504 2006-01-14 [paul]
9505
9506         * 2.0.0-rc4 released
9507
9508 2006-01-14 [paul]       1.9.100cvs148
9509
9510         * src/account.c
9511         * src/addressadd.c
9512         * src/addressbook.c
9513         * src/compose.c
9514         * src/editaddress.c
9515         * src/editbook.c
9516         * src/editgroup.c
9517         * src/editjpilot.c
9518         * src/editldap.c
9519         * src/editvcard.c
9520         * src/exphtmldlg.c
9521         * src/expldifdlg.c
9522         * src/folderview.c
9523         * src/grouplistdialog.c
9524         * src/imap_gtk.c
9525         * src/importmutt.c
9526         * src/importpine.c
9527         * src/inc.c
9528         * src/main.c
9529         * src/mainwindow.c
9530         * src/message_search.c
9531         * src/messageview.c
9532         * src/mh_gtk.c
9533         * src/mimeview.c
9534         * src/news_gtk.c
9535         * src/prefs_actions.c
9536         * src/prefs_customheader.c
9537         * src/prefs_filtering.c
9538         * src/prefs_matcher.c
9539         * src/prefs_template.c
9540         * src/prefs_themes.c
9541         * src/ssl_manager.c
9542         * src/summary_search.c
9543         * src/summaryview.c
9544         * src/textview.c
9545         * src/toolbar.c
9546         * src/gtk/foldersort.c
9547         * src/gtk/gtkaspell.c
9548         * src/gtk/inputdialog.c
9549         * src/gtk/prefswindow.c
9550         * src/plugins/pgpcore/select-keys.c
9551         * src/plugins/trayicon/trayicon.c
9552                 HIG compliant button order
9553
9554 2006-01-14 [mones]      1.9.100cvs147
9555
9556         * po/es.po
9557                 Updated translation
9558
9559 2006-01-13 [paul]       1.9.100cvs146
9560
9561         * AUTHORS
9562         * ChangeLog
9563         * src/gtk/authors.h
9564                 add Joshua M. Kwan to contributors list
9565
9566 2006-01-13 [colin]      1.9.100cvs145
9567
9568         * src/gtk/quicksearch.c
9569                 Don't refocus quick search after executing (Esc or Enter)
9570                 Allows to '/'search something then move up/down in 
9571                 summaryview, and to Esc a search and be back in the 
9572                 summaryview
9573
9574 2006-01-13 [paul]       1.9.100cvs144
9575
9576         * src/plugins/pgpinline/pgpinline.c
9577                 support Content-Type 'application/pgp'
9578                 patch by Joshua M. Kwan <joshuak@users.sf.net>
9579
9580 2006-01-13 [paul]       1.9.100cvs143
9581
9582         * manual/account.xml
9583                 make mention of partial retrieval
9584                 thanks to Colin
9585
9586 2006-01-13 [paul]       1.9.100cvs142
9587
9588         * src/account.c
9589         * src/account.h
9590         * src/action.c
9591         * src/action.h
9592         * src/adbookbase.h
9593         * src/addr_compl.c
9594         * src/addr_compl.h
9595         * src/addrbook.c
9596         * src/addrcache.c
9597         * src/addrcache.h
9598         * src/addrcindex.c
9599         * src/addrcindex.h
9600         * src/addrclip.c
9601         * src/addrclip.h
9602         * src/addrdefs.h
9603         * src/addressadd.c
9604         * src/addressadd.h
9605         * src/addressbook.c
9606         * src/addressbook.h
9607         * src/addrgather.c
9608         * src/addrgather.h
9609         * src/addrharvest.c
9610         * src/addrharvest.h
9611         * src/addrindex.c
9612         * src/addrindex.h
9613         * src/addritem.c
9614         * src/addritem.h
9615         * src/addrquery.c
9616         * src/addrquery.h
9617         * src/addrselect.c
9618         * src/addrselect.h
9619         * src/alertpanel.c
9620         * src/alertpanel.h
9621         * src/browseldap.c
9622         * src/browseldap.h
9623         * src/codeconv.c
9624         * src/codeconv.h
9625         * src/compose.c
9626         * src/compose.h
9627         * src/customheader.c
9628         * src/customheader.h
9629         * src/displayheader.c
9630         * src/displayheader.h
9631         * src/editaddress.c
9632         * src/editaddress.h
9633         * src/editbook.c
9634         * src/editbook.h
9635         * src/editgroup.c
9636         * src/editgroup.h
9637         * src/editjpilot.c
9638         * src/editjpilot.h
9639         * src/editldap.c
9640         * src/editldap.h
9641         * src/editldap_basedn.c
9642         * src/editldap_basedn.h
9643         * src/editvcard.c
9644         * src/editvcard.h
9645         * src/exphtmldlg.c
9646         * src/exphtmldlg.h
9647         * src/expldifdlg.c
9648         * src/expldifdlg.h
9649         * src/export.h
9650         * src/exporthtml.c
9651         * src/exporthtml.h
9652         * src/exportldif.c
9653         * src/exportldif.h
9654         * src/filtering.c
9655         * src/filtering.h
9656         * src/folder.c
9657         * src/folder.h
9658         * src/folder_item_prefs.c
9659         * src/folder_item_prefs.h
9660         * src/foldersel.c
9661         * src/foldersel.h
9662         * src/folderutils.c
9663         * src/folderutils.h
9664         * src/folderview.c
9665         * src/folderview.h
9666         * src/grouplistdialog.c
9667         * src/grouplistdialog.h
9668         * src/headerview.c
9669         * src/html.c
9670         * src/html.h
9671         * src/image_viewer.c
9672         * src/image_viewer.h
9673         * src/imap.c
9674         * src/imap.h
9675         * src/imap_gtk.c
9676         * src/imap_gtk.h
9677         * src/import.h
9678         * src/importldif.c
9679         * src/importldif.h
9680         * src/importmutt.c
9681         * src/importmutt.h
9682         * src/importpine.c
9683         * src/importpine.h
9684         * src/inc.c
9685         * src/inc.h
9686         * src/jpilot.c
9687         * src/jpilot.h
9688         * src/ldapctrl.c
9689         * src/ldapctrl.h
9690         * src/ldaplocate.c
9691         * src/ldaplocate.h
9692         * src/ldapquery.c
9693         * src/ldapquery.h
9694         * src/ldapserver.c
9695         * src/ldapserver.h
9696         * src/ldaputil.c
9697         * src/ldaputil.h
9698         * src/ldif.c
9699         * src/ldif.h
9700         * src/main.c
9701         * src/main.h
9702         * src/mainwindow.c
9703         * src/mainwindow.h
9704         * src/manual.c
9705         * src/manual.h
9706         * src/mbox.c
9707         * src/mbox.h
9708         * src/message_search.c
9709         * src/message_search.h
9710         * src/messageview.c
9711         * src/messageview.h
9712         * src/mh.c
9713         * src/mh.h
9714         * src/mh_gtk.c
9715         * src/mh_gtk.h
9716         * src/mimeview.c
9717         * src/mimeview.h
9718         * src/msgcache.c
9719         * src/msgcache.h
9720         * src/mutt.c
9721         * src/mutt.h
9722         * src/news.c
9723         * src/news.h
9724         * src/news_gtk.c
9725         * src/news_gtk.h
9726         * src/partial_download.c
9727         * src/partial_download.h
9728         * src/pine.c
9729         * src/pine.h
9730         * src/pop.c
9731         * src/pop.h
9732         * src/prefs_account.c
9733         * src/prefs_account.h
9734         * src/prefs_actions.c
9735         * src/prefs_actions.h
9736         * src/prefs_common.c
9737         * src/prefs_common.h
9738         * src/prefs_compose_writing.c
9739         * src/prefs_compose_writing.h
9740         * src/prefs_customheader.c
9741         * src/prefs_customheader.h
9742         * src/prefs_display_header.c
9743         * src/prefs_display_header.h
9744         * src/prefs_filtering.c
9745         * src/prefs_filtering.h
9746         * src/prefs_filtering_action.c
9747         * src/prefs_filtering_action.h
9748         * src/prefs_folder_column.c
9749         * src/prefs_folder_column.h
9750         * src/prefs_folder_item.c
9751         * src/prefs_folder_item.h
9752         * src/prefs_fonts.c
9753         * src/prefs_fonts.h
9754         * src/prefs_gtk.c
9755         * src/prefs_gtk.h
9756         * src/prefs_image_viewer.c
9757         * src/prefs_image_viewer.h
9758         * src/prefs_matcher.c
9759         * src/prefs_matcher.h
9760         * src/prefs_message.c
9761         * src/prefs_msg_colors.c
9762         * src/prefs_msg_colors.h
9763         * src/prefs_other.c
9764         * src/prefs_quote.c
9765         * src/prefs_receive.c
9766         * src/prefs_send.c
9767         * src/prefs_spelling.c
9768         * src/prefs_spelling.h
9769         * src/prefs_summaries.c
9770         * src/prefs_summaries.h
9771         * src/prefs_summary_column.c
9772         * src/prefs_summary_column.h
9773         * src/prefs_template.c
9774         * src/prefs_template.h
9775         * src/prefs_themes.c
9776         * src/prefs_themes.h
9777         * src/prefs_toolbar.c
9778         * src/prefs_toolbar.h
9779         * src/prefs_wrapping.c
9780         * src/prefs_wrapping.h
9781         * src/privacy.c
9782         * src/privacy.h
9783         * src/procheader.c
9784         * src/procheader.h
9785         * src/procmime.c
9786         * src/procmime.h
9787         * src/procmsg.c
9788         * src/procmsg.h
9789         * src/quote_fmt.c
9790         * src/quote_fmt_parse.y
9791         * src/recv.c
9792         * src/recv.h
9793         * src/remotefolder.c
9794         * src/remotefolder.h
9795         * src/send_message.c
9796         * src/send_message.h
9797         * src/setup.c
9798         * src/setup.h
9799         * src/sourcewindow.c
9800         * src/sourcewindow.h
9801         * src/ssl_manager.c
9802         * src/ssl_manager.h
9803         * src/statusbar.c
9804         * src/statusbar.h
9805         * src/stock_pixmap.c
9806         * src/stock_pixmap.h
9807         * src/summary_search.c
9808         * src/summary_search.h
9809         * src/summaryview.c
9810         * src/summaryview.h
9811         * src/syldap.c
9812         * src/syldap.h
9813         * src/textview.c
9814         * src/textview.h
9815         * src/toolbar.c
9816         * src/toolbar.h
9817         * src/undo.c
9818         * src/undo.h
9819         * src/unmime.c
9820         * src/unmime.h
9821         * src/vcard.c
9822         * src/vcard.h
9823         * src/wizard.c
9824         * src/wizard.h
9825         * src/common/base64.c
9826         * src/common/base64.h
9827         * src/common/defs.h
9828         * src/common/hooks.c
9829         * src/common/hooks.h
9830         * src/common/log.c
9831         * src/common/log.h
9832         * src/common/mgutils.c
9833         * src/common/mgutils.h
9834         * src/common/nntp.c
9835         * src/common/nntp.h
9836         * src/common/passcrypt.c
9837         * src/common/passcrypt.h.in
9838         * src/common/plugin.c
9839         * src/common/plugin.h
9840         * src/common/prefs.c
9841         * src/common/prefs.h
9842         * src/common/progressindicator.c
9843         * src/common/progressindicator.h
9844         * src/common/quoted-printable.c
9845         * src/common/quoted-printable.h
9846         * src/common/session.c
9847         * src/common/session.h
9848         * src/common/smtp.c
9849         * src/common/smtp.h
9850         * src/common/socket.c
9851         * src/common/socket.h
9852         * src/common/ssl.c
9853         * src/common/ssl.h
9854         * src/common/ssl_certificate.c
9855         * src/common/ssl_certificate.h
9856         * src/common/stringtable.c
9857         * src/common/stringtable.h
9858         * src/common/sylpheed.c
9859         * src/common/sylpheed.h
9860         * src/common/template.c
9861         * src/common/template.h
9862         * src/common/timing.h
9863         * src/common/utils.c
9864         * src/common/utils.h
9865         * src/common/version.h.in
9866         * src/common/xml.c
9867         * src/common/xml.h
9868         * src/common/xmlprops.c
9869         * src/common/xmlprops.h
9870         * src/gtk/colorlabel.c
9871         * src/gtk/colorsel.c
9872         * src/gtk/colorsel.h
9873         * src/gtk/description_window.c
9874         * src/gtk/description_window.h
9875         * src/gtk/filesel.c
9876         * src/gtk/filesel.h
9877         * src/gtk/foldersort.c
9878         * src/gtk/foldersort.h
9879         * src/gtk/gtkutils.c
9880         * src/gtk/gtkutils.h
9881         * src/gtk/inputdialog.c
9882         * src/gtk/inputdialog.h
9883         * src/gtk/logwindow.c
9884         * src/gtk/logwindow.h
9885         * src/gtk/manage_window.c
9886         * src/gtk/manage_window.h
9887         * src/gtk/menu.c
9888         * src/gtk/menu.h
9889         * src/gtk/pluginwindow.c
9890         * src/gtk/pluginwindow.h
9891         * src/gtk/prefswindow.c
9892         * src/gtk/prefswindow.h
9893         * src/gtk/progressdialog.c
9894         * src/gtk/progressdialog.h
9895         * src/gtk/sslcertwindow.c
9896         * src/gtk/sslcertwindow.h
9897         * src/plugins/clamav/clamav_plugin.c
9898         * src/plugins/clamav/clamav_plugin.h
9899         * src/plugins/clamav/clamav_plugin_gtk.c
9900         * src/plugins/demo/demo.c
9901         * src/plugins/dillo_viewer/dillo_prefs.c
9902         * src/plugins/dillo_viewer/dillo_prefs.h
9903         * src/plugins/dillo_viewer/dillo_viewer.c
9904         * src/plugins/pgpcore/passphrase.c
9905         * src/plugins/pgpcore/passphrase.h
9906         * src/plugins/pgpcore/plugin.c
9907         * src/plugins/pgpcore/select-keys.c
9908         * src/plugins/pgpcore/select-keys.h
9909         * src/plugins/pgpcore/sgpgme.c
9910         * src/plugins/pgpcore/sgpgme.h
9911         * src/plugins/pgpinline/pgpinline.c
9912         * src/plugins/pgpinline/pgpinline.h
9913         * src/plugins/pgpinline/plugin.c
9914         * src/plugins/pgpmime/pgpmime.c
9915         * src/plugins/pgpmime/pgpmime.h
9916         * src/plugins/pgpmime/plugin.c
9917         * src/plugins/spamassassin/spamassassin.c
9918         * src/plugins/spamassassin/spamassassin.h
9919         * src/plugins/spamassassin/spamassassin_gtk.c
9920         * src/plugins/trayicon/trayicon.c
9921                 update copyright header
9922
9923 2006-01-13 [paul]       1.9.100cvs141
9924
9925         * src/account.c
9926         * src/export.c
9927         * src/import.c
9928         * src/mainwindow.c
9929         * src/prefs_account.c
9930         * src/prefs_display_header.c
9931         * src/prefs_receive.c
9932         * src/prefs_send.c
9933         * src/prefs_summaries.c
9934         * src/prefs_themes.c
9935         * src/prefs_toolbar.c
9936         * src/gtk/about.c
9937                 various cleanups
9938
9939 2006-01-12 [colin]      1.9.100cvs140
9940
9941         * src/folder.c
9942         * src/folder.h
9943         * src/main.c
9944                 Add --subscribe option
9945                 Let sylpheed-claws email@domain.com equivalent to --compose
9946                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
9947
9948 2006-01-12 [paul]       1.9.100cvs139
9949
9950         * src/mainwindow.c
9951                 append 'Change folder order' label with '...'
9952         * src/prefs_actions.c
9953                 allow reordering of actions list by dnd
9954         * src/gtk/foldersort.c
9955                 make the dialog nicer
9956
9957 2006-01-11 [colin]      1.9.100cvs138
9958
9959         * src/compose.c
9960                 Allow templates without text
9961
9962 2006-01-11 [paul]       1.9.100cvs137
9963
9964         * tools/README
9965         * tools/filter_conv_new.pl
9966                 add info to README
9967                 also check .sylpheed for filter.xml
9968                 be a bit informative to the user
9969
9970 2006-01-11 [colin]      1.9.100cvs136
9971
9972         * src/textview.c
9973                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
9974
9975 2006-01-10 [paul]       1.9.100cvs135
9976
9977         * tools/Makefile.am
9978         * tools/filter_conv_new.pl
9979                 add script to convert new style Sylpheed
9980                 filter rules (Sylpheed >= 0.9.99) to
9981                 Claws filtering rules
9982
9983 2006-01-10 [colin]      1.9.100cvs134
9984
9985         * src/compose.c
9986                 Fix broken line joins in certain conditions
9987                 (between two quoted lines: <enter><enter><up>
9988                  <type a wrapped sentence><go in the first line>
9989                  <insert more text><watch as line joining failed>)
9990
9991 2006-01-10 [paul]       1.9.100cvs133
9992
9993         * src/compose.c
9994                 don't report success in error dialog
9995                 thanks to Colin
9996         * src/common/utils.c
9997                 include some trailing punctuations as URI
9998                 thanks to Hiro
9999
10000 2006-01-10 [paul]       1.9.100cvs132
10001
10002         * src/mimeview.c
10003                 fix incompatible pointer type
10004                 warning
10005
10006 2006-01-10 [paul]       1.9.100cvs131
10007
10008         * src/compose.c
10009                 change Subject in window title
10010                 instantaneously
10011
10012 2006-01-09 [colin]      1.9.100cvs130
10013
10014         * src/addressbook.c
10015         * src/headerview.c
10016         * src/mainwindow.c
10017         * src/messageview.c
10018         * src/mimeview.c
10019         * src/noticeview.c
10020         * src/summaryview.c
10021                 Fix possible crashes on exit and in addressbook
10022
10023 2006-01-09 [paul]       1.9.100cvs129
10024
10025         * src/prefs_msg_colors.c
10026                 some cleanups that I forgot last time
10027
10028 2006-01-09 [paul]       1.9.100cvs128
10029
10030         * README
10031         * src/folderview.c
10032         * src/prefs_msg_colors.c
10033                 add previously hidden option, color_new, to
10034                 the gui
10035                 move the page to Display/
10036                 rework the gui
10037
10038 2006-01-09 [wwp]        1.9.100cvs127
10039
10040         * src/prefs_themes.c
10041                 made the prefs/display/themes layouts spacing less condensed
10042                 (and so they match other prefs/pages' look).
10043
10044 2006-01-09 [paul]       1.9.100cvs126
10045
10046         * src/compose.c
10047         * src/prefs_common.c
10048         * src/prefs_common.h
10049         * src/prefs_wrapping.c
10050                 remove 'wrap at send' option
10051
10052 2006-01-06 [colin]      1.9.100cvs125
10053
10054         * src/compose.c
10055                 Just make completely sure we don't insert "manual line breaks" 
10056                 when wrapping... 
10057
10058 2006-01-04 [paul]
10059
10060         * 2.0.0-rc3 released
10061
10062 2006-01-04 [paul]       1.9.100cvs124
10063
10064         * src/folderview.c
10065                 fix bug 882, 'quick scroll in folder list
10066                 displays wrong folder contents'
10067
10068 2006-01-04 [paul]       1.9.100cvs123
10069
10070         * src/plugins/pgpmime/pgpmime.c
10071                 better debug information when signing
10072                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10073
10074 2006-01-03 [colin]      1.9.100cvs122
10075
10076         * configure.ac
10077                 We need to recheck for gpgme 1.0.0 after checking
10078                 for 1.1.1, because if 1.1.1 isn't available, 
10079                 GPGME_LIBS and friends are blanked out by the 
10080                 second check.
10081
10082 2006-01-03 [colin]      1.9.100cvs121
10083
10084         * src/common/prefs.c
10085                 Windows unlink-before rename fix
10086         * src/plugins/pgpcore/sgpgme.c
10087                 Add support for PKA info if available
10088                 Both patches by Werner Koch
10089
10090 2006-01-03 [paul]       1.9.100cvs120
10091
10092         * src/messageview.c
10093                 fix bug 884, 'Send receipt' button visible in queue
10094                 Thanks to Colin
10095
10096 2006-01-02 [colin]      1.9.100cvs119
10097
10098         * src/compose.c
10099         * src/imap.c
10100                 Fix autosave on IMAP and more generally try to
10101                 return the correct ID on a newly added IMAP message
10102
10103 2006-01-02 [paul]       1.9.100cvs118
10104
10105         * manual/keyboard.xml
10106                 edited
10107
10108 2006-01-01 [paul]       1.9.100cvs117
10109
10110         * src/gtk/authors.h
10111                 alphabetical order
10112
10113 2005-12-30 [colin]      1.9.100cvs116
10114
10115         * manual/advanced.xml
10116                 Explain Pre/Post-processing differences.
10117
10118 2005-12-30 [colin]      1.9.100cvs115
10119
10120         * src/mh.c
10121                 Implement copy_msgs for a little optimization
10122         * src/imap.c
10123                 Finish yesterday's fix
10124
10125 2005-12-29 [colin]      1.9.100cvs114
10126
10127         * src/imap.c
10128                 Fix occasional failure in fetching a mail over
10129                 IMAP
10130
10131 2005-12-29 [colin]      1.9.100cvs113
10132
10133         * src/compose.c
10134                 Don't remove a draft when sending it, if it is 
10135                 locked.
10136
10137 2005-12-28 [colin]      1.9.100cvs112
10138
10139         * src/summaryview.c
10140                 Fix leak for real
10141
10142 2005-12-28 [wwp]        1.9.100cvs111
10143
10144         * doc/faq/.cvsignore
10145         * doc/faq/de/.cvsignore
10146         * doc/faq/en/.cvsignore
10147         * doc/faq/es/.cvsignore
10148         * doc/faq/fr/.cvsignore
10149         * doc/faq/it/.cvsignore
10150         * doc/manual/.cvsignore
10151         * doc/manual/de/.cvsignore
10152         * doc/manual/en/.cvsignore
10153         * doc/manual/es/.cvsignore
10154         * doc/manual/fr/.cvsignore
10155         * doc/manual/ja/.cvsignore
10156         * src/plugins/mathml_viewer/.cvsignore
10157                 rollback revival of those files (my bad, sorry for the noise).
10158
10159 2005-12-28 [wwp]        1.9.100cvs110
10160
10161         * src/compose.c
10162                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
10163
10164 2005-12-28 [wwp]        1.9.100cvs109
10165
10166         * doc/faq/.cvsignore
10167         * doc/faq/de/.cvsignore
10168         * doc/faq/en/.cvsignore
10169         * doc/faq/es/.cvsignore
10170         * doc/faq/fr/.cvsignore
10171         * doc/faq/it/.cvsignore
10172         * doc/manual/.cvsignore
10173         * doc/manual/de/.cvsignore
10174         * doc/manual/en/.cvsignore
10175         * doc/manual/es/.cvsignore
10176         * doc/manual/fr/.cvsignore
10177         * doc/manual/ja/.cvsignore
10178         * src/plugins/mathml_viewer/.cvsignore
10179         * po/.cvsignore
10180                 more files to ignore.
10181
10182 2005-12-24 [colin]      1.9.100cvs108
10183
10184         * AUTHORS
10185         * src/gtk/authors.h
10186                 Update for Werner
10187
10188 2005-12-24 [colin]      1.9.100cvs107
10189
10190         * src/procmsg.c
10191                 Allow NULL src_msginfo in 
10192                 procmsg_msginfo_new_from_mimeinfo
10193
10194 2005-12-23 [paul]       1.9.100cvs106
10195
10196         * src/plugins/pgpinline/mypgpcore.def
10197                 add this forgotten file
10198
10199 2005-12-23 [colin]      1.9.100cvs105
10200
10201         * src/mainwindow.c
10202                 Fix missing break
10203
10204 2005-12-23 [colin]      1.9.100cvs104
10205
10206         * autogen.sh
10207         * src/folder.c
10208         * src/mh.c
10209         * src/common/plugin.c
10210         * src/common/socket.c
10211         * src/common/socket.h
10212         * src/common/utils.c
10213         * src/common/utils.h
10214         * src/gtk/pluginwindow.c
10215         * src/plugins/pgpcore/plugin.def
10216         * src/plugins/pgpcore/sylpheed.def
10217         * src/plugins/pgpinline/Makefile.am
10218         * src/plugins/pgpinline/plugin.def
10219         * src/plugins/pgpinline/sylpheed.def
10220         * src/plugins/pgpmime/plugin.def
10221         * src/plugins/pgpmime/sylpheed.def
10222                 Various w32 fixes by Werner Koch
10223
10224 2005-12-22 [paul]       1.9.100cvs103
10225
10226         * src/wizard.c
10227                 don't offer IMAP as 'server type' if
10228                 libetpan isn't built in
10229
10230 2005-12-22 [paul]       1.9.100cvs102
10231
10232         * AUTHORS
10233         * src/mainwindow.c
10234         * src/mainwindow.h
10235         * src/toolbar.c
10236         * src/gtk/authors.h
10237                 support GTK_TOOLBAR_BOTH_HORIZ (text
10238                 next to icon) Patch by Marien Zwart
10239                 marienz@users.sf.net
10240                 Also reword the text
10241
10242 2005-12-21 [colin]      1.9.100cvs101
10243
10244         * configure.ac
10245                 Fix DATADIRNAME
10246         * COPYING
10247                 Fix missing section and explicit the exception better
10248         * src/compose.c
10249                 Prevent mail from being lost without notice when an
10250                 SMTP error happens on trying to send an unmodified
10251                 drafted mail.
10252         * src/send_message.c
10253         * src/common/smtp.c
10254                 Fix password remembering when wrong, and add return
10255                 value checks where they should have been
10256         * src/plugins/pgpcore/sylpheed.def
10257         * src/plugins/pgpinline/sylpheed.def
10258         * src/plugins/pgpmime/sylpheed.def
10259                 Add a few symbols needed
10260
10261 2005-12-21 [paul]       1.9.100cvs100
10262
10263         * m4/codeset.m4
10264         * m4/glibc21.m4
10265         * m4/intdiv0.m4
10266         * m4/inttypes-pri.m4
10267         * m4/inttypes.m4
10268         * m4/inttypes_h.m4
10269         * m4/isc-posix.m4
10270         * m4/lcmessage.m4
10271         * m4/stdint_h.m4
10272         * m4/uintmax_t.m4
10273                 gettextization
10274                 thanks to Colin
10275
10276 2005-12-21 [paul]       1.9.100cvs99
10277
10278         * po/sv.po
10279                 fixed by Colin
10280
10281 2005-12-20 [paul]       1.9.100cvs98
10282
10283         * po/sv.po
10284                 updated by Anders Trobäck
10285
10286 2005-12-20 [colin]      1.9.100cvs97
10287
10288         * ABOUT-NLS
10289         * Makefile.am
10290         * autogen.sh
10291         * configure.ac
10292         * config/config.rpath
10293         * config/mkinstalldirs
10294         * m4/Makefile.am
10295         * m4/glibc2.m4
10296         * m4/gnupg.m4
10297         * m4/gpgme.m4
10298         * m4/intmax.m4
10299         * m4/longdouble.m4
10300         * m4/longlong.m4
10301         * m4/printf-posix.m4
10302         * m4/signed.m4
10303         * m4/size_max.m4
10304         * m4/ulonglong.m4
10305         * m4/wchar_t.m4
10306         * m4/wint_t.m4
10307         * m4/xsize.m4
10308         * po/Makefile.in.in
10309         * po/Makevars
10310         * po/bg.po
10311         * po/ca.po
10312         * po/cs.po
10313         * po/de.po
10314         * po/el.po
10315         * po/en_GB.po
10316         * po/es.po
10317         * po/fi.po
10318         * po/fr.po
10319         * po/hr.po
10320         * po/hu.po
10321         * po/it.po
10322         * po/ja.po
10323         * po/ko.po
10324         * po/nb.po
10325         * po/nl.po
10326         * po/pl.po
10327         * po/pt_BR.po
10328         * po/ru.po
10329         * po/sk.po
10330         * po/sr.po
10331         * po/stamp-po
10332         * po/sv.po
10333         * po/zh_CN.po
10334         * po/zh_TW.po
10335         * src/Makefile.am
10336         * src/codeconv.c
10337         * src/compose.c
10338         * src/exporthtml.c
10339         * src/exportldif.c
10340         * src/folder.c
10341         * src/main.c
10342         * src/manual.c
10343         * src/mh.c
10344         * src/mimeview.c
10345         * src/send_message.c
10346         * src/common/Makefile.am
10347         * src/common/fnmatch.c
10348         * src/common/fnmatch.h
10349         * src/common/fnmatch_loop.c
10350         * src/common/nntp.c
10351         * src/common/plugin.c
10352         * src/common/smtp.c
10353         * src/common/socket.c
10354         * src/common/string_match.c
10355         * src/common/sylpheed.c
10356         * src/common/utils.c
10357         * src/common/utils.h
10358         * src/common/w32_dirent.c
10359         * src/common/w32_reg.c
10360         * src/common/w32_signal.c
10361         * src/common/w32_stat.c
10362         * src/common/w32_stdio.c
10363         * src/common/w32_stdlib.c
10364         * src/common/w32_string.c
10365         * src/common/w32_time.c
10366         * src/common/w32_unistd.c
10367         * src/common/w32_wait.c
10368         * src/common/w32lib.h
10369         * src/etpan/Makefile.am
10370         * src/gtk/Makefile.am
10371         * src/plugins/clamav/Makefile.am
10372         * src/plugins/demo/Makefile.am
10373         * src/plugins/dillo_viewer/Makefile.am
10374         * src/plugins/pgpcore/Makefile.am
10375         * src/plugins/pgpcore/passphrase.c
10376         * src/plugins/pgpcore/plugin.def
10377         * src/plugins/pgpcore/sgpgme.c
10378         * src/plugins/pgpcore/sylpheed.def
10379         * src/plugins/pgpcore/version.rc
10380         * src/plugins/pgpinline/Makefile.am
10381         * src/plugins/pgpinline/plugin.def
10382         * src/plugins/pgpinline/sylpheed.def
10383         * src/plugins/pgpinline/version.rc
10384         * src/plugins/pgpmime/Makefile.am
10385         * src/plugins/pgpmime/mypgpcore.def
10386         * src/plugins/pgpmime/plugin.def
10387         * src/plugins/pgpmime/sylpheed.def
10388         * src/plugins/pgpmime/version.rc
10389         * src/plugins/spamassassin/Makefile.am
10390                 Very little ;-) patch from Werner Koch, providing
10391                 infrastructure for cross-compiling to Win32
10392
10393 2005-12-20 [paul]       1.9.100cvs96
10394
10395         * src/account.c
10396         * src/account.h
10397         * src/mainwindow.c
10398         * src/mainwindow.h
10399         * src/toolbar.c
10400         * src/toolbar.h
10401                 add a combo to the Get All button, allowing
10402                 quick retrieval from any account
10403                 Patch by Fabien Vantard, slightly modified
10404                 by Colin
10405         * src/gtk/about.c
10406                 i18n fix. Patch by Fabien Vantard
10407
10408 2005-12-19 [colin]      1.9.100cvs95
10409
10410         * src/compose.c
10411         * src/compose.h
10412                 Don't automatically join lines when they've 
10413                 been separated by the user and not automatically
10414
10415 2005-12-19 [paul]       1.9.100cvs94
10416
10417         * src/gtk/pluginwindow.c
10418                 i18n fix.
10419                 Patch by Fabien Vantard
10420
10421 2005-12-15 [paul]       1.9.100cvs93
10422
10423         * src/common/plugin.c
10424         * src/common/plugin.h
10425         * src/gtk/pluginwindow.c
10426         * src/plugins/clamav/clamav_plugin.c
10427         * src/plugins/demo/demo.c
10428         * src/plugins/dillo_viewer/dillo_viewer.c
10429         * src/plugins/pgpcore/plugin.c
10430         * src/plugins/pgpinline/plugin.c
10431         * src/plugins/pgpmime/plugin.c
10432         * src/plugins/spamassassin/spamassassin.c
10433         * src/plugins/trayicon/trayicon.c
10434                 add plugin_version()
10435
10436 2005-12-15 [colin]      1.9.100cvs92
10437
10438         * src/compose.c
10439                 Further fix bug #875
10440
10441 2005-12-15 [paul]       1.9.100cvs91
10442
10443         * src/gtk/filesel.c
10444                 fix attach_load_dir getting set to
10445                 PLUGINDIR on plugin load
10446
10447 2005-12-14 [mones]      1.9.100cvs90
10448
10449         * manual/ack.xml
10450         * manual/keyboard.xml
10451                 Initial draft and some shortcuts added
10452                 
10453         * po/es.po
10454                 Updated translation
10455
10456 2005-12-14 [colin]      1.9.100cvs89
10457
10458         * src/compose.c
10459         * src/imap.c
10460         * src/summaryview.c
10461         * src/gtk/gtkaspell.c
10462                 More leaks fixed
10463         * src/prefs_folder_item.c
10464                 Fix recursive prefs apply
10465
10466
10467 2005-12-14 [colin]      1.9.100cvs88
10468
10469         * src/compose.c
10470                 Fix bug #875 (Freeze On Inline Forward of 
10471                 Large Message)
10472
10473 2005-12-13 [colin]      1.9.100cvs87
10474
10475         * src/compose.c
10476                 Uniq-ify and sort the mimetypes list
10477                 Patch by Fabien Vantard
10478
10479 2005-12-13 [colin]      1.9.100cvs86
10480
10481         * src/imap.c
10482         * src/etpan/imap-thread.c
10483                 Fix leaks (patch by Hoa)
10484         * src/news.c
10485         * src/common/plugin.c
10486                 Fix leaks
10487
10488 2005-12-12 [colin]
10489
10490         * 2.0.0-rc2 released
10491
10492 2005-12-12 [colin]      1.9.100cvs85
10493
10494         * src/matcher.c
10495                 Fix a leak
10496
10497 2005-12-12 [wwp]        1.9.100cvs84
10498
10499         * src/gtk/icon_legend.c
10500                 fix misbehaviour and crash when closing the legend window
10501         using the Esc key (patch by Fabien Vantard).
10502
10503 2005-12-12 [paul]       1.9.100cvs83
10504
10505         * src/browseldap.c
10506         * src/foldersel.c
10507         * src/prefs_actions.c
10508         * src/prefs_filtering.c
10509         * src/prefs_matcher.c
10510         * src/prefs_spelling.glade      ** REMOVED **
10511         * src/prefs_template.c
10512         * src/gtk/foldersort.glade      ** REMOVED **
10513         * src/gtk/pluginwindow.c
10514         * src/gtk/pluginwindow.glade    ** REMOVED **
10515         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
10516                 cleanups
10517
10518 2005-12-11 [paul]       1.9.100cvs82
10519
10520         * src/gtk/filesel.c
10521                 fix attach_load_dir crasher (double free)
10522
10523 2005-12-09 [paul]       1.9.100cvs81
10524
10525         * po/POTFILES.in
10526         * src/mainwindow.c
10527         * src/gtk/Makefile.am
10528         * src/gtk/icon_legend.c
10529         * src/gtk/icon_legend.h
10530                 add icon legend
10531         * src/manual.c
10532                 cleanup
10533
10534 2005-12-09 [paul]       1.9.100cvs80
10535
10536         * src/plugins/pgpcore/passphrase.c
10537                 wrap the label in the dialog
10538
10539 2005-12-09 [colin]      1.9.100cvs79
10540
10541         * src/plugins/pgpcore/sgpgme.c
10542                 Display (untrusted) on not trusted signatures
10543                 Patch by Michal Èihaø <michal@cihar.com>
10544                 Closes bug #867 (Report also key trust)
10545
10546 2005-12-09 [colin]      1.9.100cvs78
10547
10548         * src/common/plugin.c
10549                 Update licence check, following Eben Moglen's advice
10550
10551 2005-12-08 [colin]      1.9.100cvs77
10552
10553         * src/folder.c
10554                 Fix the occasionnal item->cache != NULL 
10555                 assertion failure. 
10556
10557 2005-12-08 [colin]      1.9.100cvs76
10558
10559         * src/mimeview.c
10560         * src/plugins/pgpcore/sgpgme.c
10561                 Print key id when unable to check it
10562                 Closes bug #866 (Show key id when missing)
10563
10564 2005-12-08 [paul]       1.9.100cvs75
10565
10566         * src/prefs_common.c
10567         * src/prefs_common.h
10568         * src/gtk/filesel.c
10569                 remember load attachment dir
10570
10571 2005-12-07 [colin]      1.9.100cvs74
10572
10573         * src/prefs_toolbar.c
10574                 Gtk fixes, patch by Fabien Vantard
10575
10576 2005-12-07 [colin]      1.9.100cvs73
10577
10578         * src/action.c
10579         * src/compose.c
10580         * src/compose.h
10581                 Fix bug #839 (Quoted text isn't colored after 
10582                 executing an action)
10583         * src/common/plugin.c
10584                 Require plugins to declare their licence in plugin_licence()
10585                 Refuse to load non-GPL plugins as they'd be illegal (as 
10586                 derived works of Sylpheed-Claws, they must be GPL).
10587         * src/plugins/clamav/clamav_plugin.c
10588         * src/plugins/demo/demo.c
10589         * src/plugins/dillo_viewer/dillo_viewer.c
10590         * src/plugins/pgpcore/plugin.c
10591         * src/plugins/pgpinline/plugin.c
10592         * src/plugins/pgpmime/plugin.c
10593         * src/plugins/spamassassin/spamassassin.c
10594         * src/plugins/trayicon/trayicon.c
10595                 Add plugin_licence()
10596
10597 2005-12-07 [paul]       1.9.100cvs72
10598
10599         * configure.ac
10600         * src/mainwindow.c
10601         * src/manual.c
10602         * src/manual.h
10603         * src/common/defs.h
10604                 clean up after local FAQ removal and
10605                 temporary manual removal
10606
10607 2005-12-06 [colin]      1.9.100cvs71
10608
10609         * configure.ac
10610         * doc/Makefile.am
10611         * doc/faq/.cvsignore
10612         * doc/faq/Makefile.am
10613         * doc/faq/de/.cvsignore
10614         * doc/faq/de/Makefile.am
10615         * doc/faq/de/sylpheed-faq-1.html
10616         * doc/faq/de/sylpheed-faq-2.html
10617         * doc/faq/de/sylpheed-faq-3.html
10618         * doc/faq/de/sylpheed-faq.html
10619         * doc/faq/en/.cvsignore
10620         * doc/faq/en/Makefile.am
10621         * doc/faq/en/sylpheed-faq-1.html
10622         * doc/faq/en/sylpheed-faq-2.html
10623         * doc/faq/en/sylpheed-faq-3.html
10624         * doc/faq/en/sylpheed-faq-4.html
10625         * doc/faq/en/sylpheed-faq.html
10626         * doc/faq/es/.cvsignore
10627         * doc/faq/es/Makefile.am
10628         * doc/faq/es/sylpheed-faq-1.html
10629         * doc/faq/es/sylpheed-faq-2.html
10630         * doc/faq/es/sylpheed-faq-3.html
10631         * doc/faq/es/sylpheed-faq-4.html
10632         * doc/faq/es/sylpheed-faq.html
10633         * doc/faq/fr/.cvsignore
10634         * doc/faq/fr/Makefile.am
10635         * doc/faq/fr/sylpheed-faq-1.html
10636         * doc/faq/fr/sylpheed-faq-2.html
10637         * doc/faq/fr/sylpheed-faq-3.html
10638         * doc/faq/fr/sylpheed-faq.html
10639         * doc/faq/it/.cvsignore
10640         * doc/faq/it/Makefile.am
10641         * doc/faq/it/sylpheed-faq-1.html
10642         * doc/faq/it/sylpheed-faq-2.html
10643         * doc/faq/it/sylpheed-faq-3.html
10644         * doc/faq/it/sylpheed-faq.html
10645         * doc/manual/.cvsignore
10646         * doc/manual/Makefile.am
10647         * doc/manual/de/.cvsignore
10648         * doc/manual/de/Makefile.am
10649         * doc/manual/de/sylpheed-1.html
10650         * doc/manual/de/sylpheed-10.html
10651         * doc/manual/de/sylpheed-11.html
10652         * doc/manual/de/sylpheed-12.html
10653         * doc/manual/de/sylpheed-13.html
10654         * doc/manual/de/sylpheed-14.html
10655         * doc/manual/de/sylpheed-15.html
10656         * doc/manual/de/sylpheed-16.html
10657         * doc/manual/de/sylpheed-17.html
10658         * doc/manual/de/sylpheed-18.html
10659         * doc/manual/de/sylpheed-19.html
10660         * doc/manual/de/sylpheed-2.html
10661         * doc/manual/de/sylpheed-20.html
10662         * doc/manual/de/sylpheed-3.html
10663         * doc/manual/de/sylpheed-4.html
10664         * doc/manual/de/sylpheed-5.html
10665         * doc/manual/de/sylpheed-6.html
10666         * doc/manual/de/sylpheed-7.html
10667         * doc/manual/de/sylpheed-8.html
10668         * doc/manual/de/sylpheed-9.html
10669         * doc/manual/de/sylpheed.html
10670         * doc/manual/en/.cvsignore
10671         * doc/manual/en/Makefile.am
10672         * doc/manual/en/sylpheed-1.html
10673         * doc/manual/en/sylpheed-10.html
10674         * doc/manual/en/sylpheed-11.html
10675         * doc/manual/en/sylpheed-12.html
10676         * doc/manual/en/sylpheed-13.html
10677         * doc/manual/en/sylpheed-14.html
10678         * doc/manual/en/sylpheed-15.html
10679         * doc/manual/en/sylpheed-16.html
10680         * doc/manual/en/sylpheed-17.html
10681         * doc/manual/en/sylpheed-18.html
10682         * doc/manual/en/sylpheed-19.html
10683         * doc/manual/en/sylpheed-2.html
10684         * doc/manual/en/sylpheed-20.html
10685         * doc/manual/en/sylpheed-21.html
10686         * doc/manual/en/sylpheed-22.html
10687         * doc/manual/en/sylpheed-3.html
10688         * doc/manual/en/sylpheed-4.html
10689         * doc/manual/en/sylpheed-5.html
10690         * doc/manual/en/sylpheed-6.html
10691         * doc/manual/en/sylpheed-7.html
10692         * doc/manual/en/sylpheed-8.html
10693         * doc/manual/en/sylpheed-9.html
10694         * doc/manual/en/sylpheed.html
10695         * doc/manual/es/.cvsignore
10696         * doc/manual/es/Makefile.am
10697         * doc/manual/es/sylpheed-1.html
10698         * doc/manual/es/sylpheed-10.html
10699         * doc/manual/es/sylpheed-11.html
10700         * doc/manual/es/sylpheed-12.html
10701         * doc/manual/es/sylpheed-13.html
10702         * doc/manual/es/sylpheed-14.html
10703         * doc/manual/es/sylpheed-15.html
10704         * doc/manual/es/sylpheed-16.html
10705         * doc/manual/es/sylpheed-17.html
10706         * doc/manual/es/sylpheed-18.html
10707         * doc/manual/es/sylpheed-19.html
10708         * doc/manual/es/sylpheed-2.html
10709         * doc/manual/es/sylpheed-20.html
10710         * doc/manual/es/sylpheed-3.html
10711         * doc/manual/es/sylpheed-4.html
10712         * doc/manual/es/sylpheed-5.html
10713         * doc/manual/es/sylpheed-6.html
10714         * doc/manual/es/sylpheed-7.html
10715         * doc/manual/es/sylpheed-8.html
10716         * doc/manual/es/sylpheed-9.html
10717         * doc/manual/es/sylpheed.html
10718         * doc/manual/fr/.cvsignore
10719         * doc/manual/fr/Makefile.am
10720         * doc/manual/fr/sylpheed-1.html
10721         * doc/manual/fr/sylpheed-10.html
10722         * doc/manual/fr/sylpheed-11.html
10723         * doc/manual/fr/sylpheed-12.html
10724         * doc/manual/fr/sylpheed-13.html
10725         * doc/manual/fr/sylpheed-14.html
10726         * doc/manual/fr/sylpheed-15.html
10727         * doc/manual/fr/sylpheed-16.html
10728         * doc/manual/fr/sylpheed-17.html
10729         * doc/manual/fr/sylpheed-18.html
10730         * doc/manual/fr/sylpheed-19.html
10731         * doc/manual/fr/sylpheed-2.html
10732         * doc/manual/fr/sylpheed-20.html
10733         * doc/manual/fr/sylpheed-3.html
10734         * doc/manual/fr/sylpheed-4.html
10735         * doc/manual/fr/sylpheed-5.html
10736         * doc/manual/fr/sylpheed-6.html
10737         * doc/manual/fr/sylpheed-7.html
10738         * doc/manual/fr/sylpheed-8.html
10739         * doc/manual/fr/sylpheed-9.html
10740         * doc/manual/fr/sylpheed.html
10741         * doc/manual/ja/.cvsignore
10742         * doc/manual/ja/Makefile.am
10743         * doc/manual/ja/sylpheed-1.html
10744         * doc/manual/ja/sylpheed-10.html
10745         * doc/manual/ja/sylpheed-11.html
10746         * doc/manual/ja/sylpheed-12.html
10747         * doc/manual/ja/sylpheed-13.html
10748         * doc/manual/ja/sylpheed-14.html
10749         * doc/manual/ja/sylpheed-15.html
10750         * doc/manual/ja/sylpheed-16.html
10751         * doc/manual/ja/sylpheed-17.html
10752         * doc/manual/ja/sylpheed-18.html
10753         * doc/manual/ja/sylpheed-19.html
10754         * doc/manual/ja/sylpheed-2.html
10755         * doc/manual/ja/sylpheed-20.html
10756         * doc/manual/ja/sylpheed-3.html
10757         * doc/manual/ja/sylpheed-4.html
10758         * doc/manual/ja/sylpheed-5.html
10759         * doc/manual/ja/sylpheed-6.html
10760         * doc/manual/ja/sylpheed-7.html
10761         * doc/manual/ja/sylpheed-8.html
10762         * doc/manual/ja/sylpheed-9.html
10763         * doc/manual/ja/sylpheed.html
10764         * doc/manual/ja/sylpheed.sgml
10765         * src/mainwindow.c
10766                 Remove outdated manual and faq. Noisy, eh?
10767
10768 2005-12-06 [colin]      1.9.100cvs70
10769
10770         * src/compose.c
10771         * src/quote_fmt_parse.y
10772         * src/undo.c
10773         * src/undo.h
10774                 Allow %X to position cursor at 0 
10775                 (no %X = before signature)
10776                 Fix paste as quotation putting the cursor at 0
10777                 Fix undo offsets when pasting
10778                 Insert the quote_fmt at once instead of line 
10779                 by line
10780                 Fix [Edited] when starting to reply/forward
10781
10782 2005-12-06 [paul]       1.9.100cvs69
10783
10784         * src/plugins/clamav/clamav_plugin_gtk.c
10785                 add another tooltip
10786         * src/plugins/spamassassin/spamassassin_gtk.c
10787                 rework spamassassin_create_widget_func()
10788
10789 2005-12-05 [colin]      1.9.100cvs68
10790
10791         * po/POTFILES.in
10792                 Fix make release ;-)
10793
10794 2005-12-05 [colin]      1.9.100cvs67
10795
10796         * src/compose.c
10797         * src/compose.h
10798                 Fix cursor positioning (not obeying %X)
10799
10800 2005-12-05 [paul]       1.9.100cvs66
10801
10802         * src/plugins/dillo_viewer/dillo_prefs.c
10803                 fix compilation warning
10804
10805 2005-12-05 [paul]       1.9.100cvs65
10806
10807         * src/prefs_spelling.c
10808         * src/plugins/trayicon/trayicon.c
10809                 cleanups - remove unused stuff
10810
10811 2005-12-05 [paul]       1.9.100cvs64
10812
10813         * README
10814         * manual/plugins.xml
10815                 remove info about removed mathml_viewer plugin
10816
10817 2005-12-05 [paul]       1.9.100cvs63
10818
10819         * configure.ac
10820         * src/plugins/Makefile.am
10821         * src/plugins/mathml_viewer/.cvsignore
10822         * src/plugins/mathml_viewer/Makefile.am
10823         * src/plugins/mathml_viewer/mathml_viewer.c
10824                 remove unmaintained mathml_viewer plugin
10825
10826 2005-12-05 [paul]       1.9.100cvs62
10827
10828         * src/summaryview.c
10829                 obey prefs_common.always_show_msg when
10830                 moving a msg
10831                 Thanks to Colin
10832
10833 2005-12-05 [paul]       1.9.100cvs61
10834
10835         * src/compose.c
10836         * src/prefs_account.c
10837         * src/prefs_filtering.c
10838         * src/prefs_quote.c
10839         * src/prefs_spelling.c
10840         * src/prefs_toolbar.c
10841         * src/summaryview.c
10842         * src/gtk/gtkutils.c
10843         * src/gtk/quicksearch.c
10844         * src/plugins/dillo_viewer/dillo_prefs.c
10845                 dialog cleanups
10846
10847 2005-12-04 [paul]       1.9.100cvs60
10848
10849         * src/inc.c
10850         * src/prefs_account.c
10851         * src/prefs_account.h
10852                 allow a Local account to specify a
10853                 default inbox
10854                 (closes bug 843 'Inbox cannot be changed for local
10855                  mailboxes')
10856
10857 2005-12-04 [colin]      1.9.100cvs59
10858
10859         * src/plugins/trayicon/trayicon.c
10860                 Remove Get, rename Get All to Get Mail in order to
10861                 be consistent with the default main toolbar
10862
10863 2005-12-03 [colin]      1.9.100cvs58
10864
10865         * manual/gpl.xml
10866         * manual/sylpheed-claws-manual.xml
10867                 Add GPL appendix
10868
10869 2005-12-03 [paul]       1.9.100cvs57
10870
10871         * AUTHORS
10872         * po/sv.po
10873         * src/gtk/authors.h
10874                 new (partially complete) Swedish translation
10875                 by Anders Troback <sylpheed@troback.com>
10876
10877 2005-12-02 [paul]       1.9.100cvs56
10878
10879         * configure.ac
10880                 libetpan 0.41 required
10881
10882 2005-12-02 [paul]       1.9.100cvs55
10883
10884         * src/plugins/clamav/clamav_plugin.c
10885         * src/plugins/clamav/clamav_plugin.h
10886         * src/plugins/clamav/clamav_plugin_gtk.c
10887         * src/plugins/spamassassin/spamassassin.c
10888         * src/plugins/spamassassin/spamassassin.h
10889         * src/plugins/spamassassin/spamassassin_gtk.c
10890                 unregister prefs pages on unloading, thus
10891                 preventing a crash
10892                 (thanks to Colin for the hint)
10893
10894 2005-12-02 [wwp]        1.9.100cvs54
10895
10896         * src/quote_fmt.h
10897         * src/quote_fmt_parse.y
10898                 fix misuse of gboolean*, use gboolean instead
10899                 (thanks to Paul, Colin, for pointing out that scaring one)
10900
10901 2005-12-02 [paul]       1.9.100cvs53
10902
10903         * src/plugins/clamav/clamav_plugin.c
10904                 int no --> unsigned int no
10905         * src/plugins/clamav/clamav_plugin_gtk.c
10906                 rework config page
10907
10908 2005-12-02 [wwp]        1.9.100cvs52
10909
10910         * src/compose.c
10911         * src/prefs_template.c
10912         * src/quote_fmt.h
10913         * src/quote_fmt_parse.y
10914                 prevent from executing |f and |p templates commands when
10915                 adding or replacing templates in prefs (avoids annoying and
10916                 potentially dangerous behaviours)
10917
10918 2005-12-02 [paul]       1.9.100cvs51
10919
10920         * src/prefs_common.c
10921                 allow translation of some default values
10922                 Patch by Fabien Vantard
10923
10924 2005-12-02 [paul]       1.9.100cvs50
10925
10926         * src/codeconv.c
10927         * src/codeconv.h
10928         * src/prefs_common.c
10929         * src/prefs_common.h
10930         * src/prefs_message.c
10931         * src/textview.c
10932                 remove obsolete 'convert_mb_alnum' option
10933                 and related stuff
10934         * src/gtk/about.c
10935                 remove unused 'about_textview_visibility_notify'
10936
10937 2005-12-02 [paul]       1.9.100cvs49
10938
10939         * src/prefs_account.c
10940         * src/prefs_compose_writing.c
10941         * src/prefs_fonts.c
10942         * src/prefs_gtk.h
10943         * src/prefs_image_viewer.c
10944         * src/prefs_message.c
10945         * src/prefs_other.c
10946         * src/prefs_receive.c
10947         * src/prefs_send.c
10948         * src/prefs_spelling.c
10949         * src/prefs_summaries.c
10950         * src/prefs_wrapping.c
10951         * src/plugins/dillo_viewer/dillo_prefs.c
10952         * src/plugins/pgpcore/prefs_gpg.c
10953                 several cleanups to the prefs dialogs
10954                 (slightly modified) patch by Fabien Vantard
10955
10956 2005-12-02 [paul]       1.9.100cvs48
10957
10958         * src/main.c
10959                 --exit means exit
10960         * src/send_message.c
10961                 fix crash on send when connection fails
10962
10963         Thanks to Colin
10964
10965 2005-12-01 [colin]      1.9.100cvs47
10966
10967         * src/html.c
10968                 Translate &hellip; to "..."
10969
10970 2005-11-30 [colin]      1.9.100cvs46
10971
10972         * src/matcher.c
10973         * src/matcher.h
10974                 Optimize back yesterday's fix.
10975
10976 2005-11-30 [paul]       1.9.100cvs45
10977
10978         * manual/faq.xml
10979                 standardised
10980         * manual/intro.xml
10981                 written by Colin, edited by me
10982
10983 2005-11-29 [colin]      1.9.100cvs44
10984
10985         * src/matcher.c
10986                 Skip headers unconditionnaly in match_body if the
10987                 rule is not message or ~message
10988
10989 2005-11-29 [colin]      1.9.100cvs43
10990
10991         * src/matcher.c
10992                 Fix body_part and such, not skipping headers 
10993                 if the matchcriteria wasn't the first in the rule
10994
10995 2005-11-29 [colin]      1.9.100cvs42
10996
10997         * src/compose.c
10998                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
10999                 option missing from message view window)
11000                 Fix double text D'n'D with gtk-2.8
11001         * src/matcher.c
11002                 Fix ~message, ~headers_part, ~body_part rules
11003         * src/messageview.c
11004                 Add Windows-1252 (Closes bug #863)
11005                 Fix accels
11006         * src/gtk/gtkaspell.c
11007                 Properly destroy accels in all menus
11008
11009 2005-11-29 [mones]      1.9.100cvs41
11010
11011         * po/es.po
11012                 Updated.
11013
11014 2005-11-27 [colin]      1.9.100cvs40
11015
11016         * src/mh_gtk.c
11017                 "/Remove mailbox" -> "/Remove mailbox..."
11018
11019 2005-11-27 [paul]       1.9.100cvs39
11020
11021         * AUTHORS
11022         * po/de.po
11023         * src/gtk/authors.h
11024                 updated by new maintainer, Stephan Sachse
11025
11026 2005-11-27 [paul]       1.9.100cvs38
11027
11028         * manual/faq.xml
11029                 written by Colin, edited by me
11030
11031 2005-11-27 [paul]       1.9.100cvs37
11032
11033         * src/prefs_common.c
11034         * src/prefs_common.h
11035         * src/prefs_receive.c
11036         * src/prefs_summaries.c
11037                 move 'go to inbox after receiving new mail'
11038                 option from display/sumamaries to mail
11039                 handling/receive, and rework prefs_summaries
11040                 dialog a little
11041
11042 2005-11-25 [martin]     1.9.100cvs36
11043
11044         * po/de.po
11045             fixed windows-1252 translation;
11046             translated some new and fuzzy strings
11047
11048 2005-11-25 [paul]       1.9.100cvs35
11049
11050         * src/plugins/clamav/clamav_plugin.c
11051                 complete the update done in cvs34
11052
11053 2005-11-25 [paul]       1.9.100cvs34
11054
11055         * src/plugins/clamav/clamav_plugin.c
11056                 reflect upstream changes
11057
11058 2005-11-25 [paul]       1.9.100cvs33
11059
11060         * manual/ack.xml
11061         * manual/plugins.xml
11062         * manual/sylpheed-claws-manual.xml
11063                 written/updated by Colin, edited by me
11064         * tools/acroread2sylpheed.pl
11065                 update binary name
11066
11067 2005-11-24 [colin]      1.9.100cvs32
11068
11069         * src/compose.c
11070                 Fix bug #856 (reediting messages forgets Request
11071                 Return Receipt)
11072
11073 2005-11-24 [paul]       1.9.100cvs31
11074
11075         * manual/addrbook.xml
11076         * manual/starting.xml
11077                 written by Colin, proofread, edited, adapted by me
11078         * manual/advanced.xml
11079                 add some Actions examples
11080         * src/importldif.c
11081                 use a Save button instead of a Close button
11082         * src/wizard.c
11083                 indicate mandatory fields
11084                 fix page display
11085                 Thanks to Colin
11086
11087 2005-11-23 [colin]      1.9.100cvs30
11088
11089         * src/addressbook.c
11090                 Rename menu item, fix possible crash after
11091                 deletion of books
11092         * src/addrindex.c
11093                 Allow searching for '*' in ldap
11094         * src/browseldap.c
11095                 Fix "Browse Entry" (did anyone use it?)
11096         * src/wizard.c
11097                 Add guards for mandatory information
11098
11099 2005-11-23 [paul]       1.9.100cvs29
11100
11101         * manual/advanced.xml
11102                 corrections to the English
11103
11104 2005-11-23 [colin]      1.9.100cvs28
11105
11106         * src/mimeview.c
11107                 Fix possible crash at exit. After the call to
11108                 gtk_container_remove(), the Viewer's widget has no
11109                 more parent so gtk+ automatically frees it and its
11110                 sons. If destroy_viewer() then try to access it,
11111                 problems ensue.
11112
11113 2005-11-22 [colin]      1.9.100cvs27
11114
11115         * src/compose.c
11116         * src/gtk/gtkaspell.c
11117                 Fix right-clicking on a misspelled word
11118                 Fix More... in suggestions menu
11119
11120 2005-11-22 [wwp]        1.9.100cvs26
11121
11122         * src/prefs_template.c
11123                 templates works: re-sort templates list when adding or replacing,
11124                 prevent from adding or replacing when the template name is empty
11125
11126 2005-11-21 [colin]      1.9.100cvs25
11127
11128         * src/addressbook.c
11129                 Fix some addressbook suckage (dnd, select all)
11130         * src/compose.c
11131         * src/gtk/gtkaspell.c
11132         * src/gtk/gtkaspell.h
11133                 Make the spellchecker menu work with the 
11134                 GtkTextView one instead of overriding it
11135
11136 2005-11-20 [paul]       1.9.100cvs24
11137
11138         * manual/handling.xml
11139                 proofread and corrected
11140
11141 2005-11-20 [paul]       1.9.100cvs23
11142
11143         * manual/Makefile
11144                 generate html as one file
11145         * manual/advanced.xml
11146                 fix output generation
11147                 reformat hidden options list
11148         * manual/manual.xml     ** REMOVED **
11149         * manual/sylpheed-claws-manual.xml      ** ADDED **
11150                 renamed
11151
11152 2005-11-18 [colin]      1.9.100cvs22
11153
11154         * src/prefs_account.c
11155                 Fix layout in news and mbox accounts
11156         * manual/account.xml
11157         * manual/advanced.xml
11158                 New contents for Paul to check :)
11159
11160 2005-11-18 [wwp]        1.9.100cvs21
11161
11162         * src/gtk/quicksearch.c
11163                 don't update extended quicksearch buttons twice
11164
11165 2005-11-18 [paul]       1.9.100cvs20
11166
11167         * src/textview.c
11168                 complete 1.9.100cvs19
11169
11170 2005-11-18 [paul]       1.9.100cvs19
11171
11172         * src/compose.c
11173                 cosmetic improvements
11174         * src/textview.c
11175                 also list text/* attachments
11176
11177 2005-11-18 [colin]      1.9.100cvs18
11178
11179         * src/summaryview.c
11180                 Use column 0 instead of -1 in 
11181                 gtk_ctree_node_moveto, in a naive
11182                 hope it'll fix the gtk-related crashes
11183
11184 2005-11-18 [colin]      1.9.100cvs17
11185
11186         * src/gtk/inputdialog.c
11187                 Fix icon staying the first one
11188
11189 2005-11-17 [wwp]        1.9.100cvs16
11190                 fix possible problem showing some quicksearch buttons, and a bad
11191                 call to g_return_if_fail in a function that returns a value (both
11192                 fixes by Fabien Vantard)
11193
11194 2005-11-15 [wwp]        1.9.100cvs15
11195
11196         * src/gtk/quicksearch.c
11197                 added a tooltip to that obscure ... quicksearch button
11198
11199 2005-11-15 [wwp]        1.9.100cvs14
11200
11201         * src/gtk/quicksearch.c
11202                 add a quicksearch helper to filtering expression users: the ... button
11203                 raises the condition expr window. condition expressions set up w/ this
11204                 window are used by the quicksearch if the user closes it pressing OK.
11205
11206 2005-11-14 [paul]       1.9.100cvs13
11207
11208         * src/plugins/clamav/clamav_plugin.c
11209         * src/plugins/spamassassin/spamassassin.c
11210                 change plugin type following recent merging
11211
11212 2005-11-14 [wwp]        1.9.100cvs12
11213
11214         * src/folder.c
11215                 prevent from crashing when copying/moving message(s) from and
11216                 to the same folder
11217
11218 2005-11-14 [paul]       1.9.100cvs11
11219
11220         * src/plugins/clamav/Makefile.am
11221         * src/plugins/clamav/clamav_plugin.c
11222         * src/plugins/clamav/clamav_plugin.h
11223         * src/plugins/clamav/clamav_plugin_gtk.c
11224                 also merge clamav and clamav_gtk plugins
11225
11226 2005-11-13 [colin]      1.9.100cvs10
11227
11228         * configure.ac
11229         * src/plugins/spamassassin/Makefile.am
11230         * src/plugins/spamassassin/spamassassin.c
11231         * src/plugins/spamassassin/spamassassin.h
11232         * src/plugins/spamassassin/spamassassin_gtk.c
11233                 Merge spamassassin and spamassassin_gtk plugins,
11234                 and build it by default.
11235
11236 2005-11-12 [colin]      1.9.100cvs9
11237
11238         * src/etpan/imap-thread.c
11239                 Fix gcc warning
11240
11241 2005-11-12 [colin]      1.9.100cvs8
11242
11243         * src/procmime.c
11244                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
11245
11246 2005-11-10 [colin]      1.9.100cvs7
11247
11248         * src/main.c
11249                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
11250                 minimised state)
11251
11252 2005-11-10 [wwp]        1.9.100cvs6
11253
11254         * src/gtk/description_window.c
11255                 fix a crash when closing description windows using the WM's [X] button
11256
11257 2005-11-09 [colin]      1.9.100cvs5
11258
11259         * src/common/ssl.c
11260                 Update libetpan call to follow upstream
11261                 (yes, this requires libetpan-0.40cvs3)
11262
11263 2005-11-08 [colin]      1.9.100cvs4
11264
11265         * src/compose.c
11266         * src/textview.c
11267         * src/common/utils.c
11268         * src/common/utils.h
11269                 Enhance the email parser
11270
11271 2005-11-08 [colin]      1.9.100cvs3
11272
11273         * src/procmime.c
11274                 Fix what looks like an off-by-one (fixes 
11275                 attachments from the Bat)
11276
11277 2005-11-08 [wwp]        1.9.100cvs2
11278
11279         * src/main.c
11280                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
11281
11282 2005-11-08 [wwp]        1.9.100cvs1
11283
11284         * src/main.c
11285                 allow exiting Sylpheed-Claws from command-line
11286
11287 2005-11-08 [paul]       1.9.100
11288
11289         1.9.100 released
11290
11291 2005-11-07 [colin]      1.9.99cvs17
11292
11293         * src/addritem.c
11294         * src/ldif.c
11295                 Fix import of base-64 encoded items
11296
11297 2005-11-07 [colin]      1.9.99cvs16
11298
11299         * src/send_message.c
11300                 Fix bug #314 (Queue does not empty under certain 
11301                 circumstances)
11302
11303 2005-11-07 [paul]       1.9.99cvs15
11304
11305         * src/mutt.c
11306         * src/pine.c
11307                 fix buffer overflows
11308                 Thanks to Colin
11309
11310 2005-11-07 [paul]       1.9.99cvs14
11311
11312         * doc/man/Makefile.am
11313         * doc/man/sylpheed-claws.1      ** ADDED **
11314         * doc/man/sylpheed.1            ** DELETED **
11315                 rename and update the man file
11316
11317 2005-11-06 [colin]      1.9.99cvs13
11318
11319         * src/ldif.c
11320                 Fix ldif_get_line() that returned empty strings
11321                 (Didn't understand why). Also fix a possible
11322                 buffer overflow.
11323
11324 2005-11-06 [wwp]        1.9.99cvs12
11325
11326         * src/textview.c
11327         * src/gtk/about.c
11328         * src/gtk/gtkutils.c
11329         * src/gtk/gtkutils.h
11330                 fix a compilation warning,
11331                 make links sensitive in the about dialog
11332
11333 2005-11-04 [wwp]        1.9.99cvs11
11334
11335         * src/gtk/about.c
11336                 don't wrap or translate URIs, and a bit text format cleanup
11337
11338 2005-11-04 [wwp]        1.9.99cvs10
11339
11340         * src/gtk/about.c
11341                 better textview tagging implementation (no more use of marks for
11342                 postponed tagging)
11343
11344 2005-11-02 [colin]      1.9.99cvs9
11345
11346         * src/common/ssl.c
11347                 Forgot an ifdef
11348
11349 2005-11-02 [colin]      1.9.99cvs8
11350
11351         * configure.ac
11352                 Require libetpan-0.40 due to upstream fix
11353         * src/common/ssl.c
11354                 Tell libetpan not to call SSL_Library_Init,
11355                 as we do it ourselves.
11356
11357 2005-11-02 [colin]      1.9.99cvs7
11358
11359         * po/POTFILES.in
11360                 Add missing files (thanks to Fabien Vantard)
11361
11362 2005-11-02 [colin]      1.9.99cvs6
11363
11364         * src/summaryview.c
11365                 Fix totals when read messages are hidden or quicksearch
11366                 is on
11367         * src/ssl_manager.c
11368         * src/ssl_manager.h
11369         * src/common/ssl_certificate.c
11370         * src/common/ssl_certificate.h
11371         * src/gtk/sslcertwindow.c
11372         * src/gtk/sslcertwindow.h
11373                 Fix copyright on my stuff
11374
11375 2005-11-02 [wwp]        1.9.99cvs5
11376
11377         * src/prefs_themes.c
11378                 fix directory name checking (theme installation/removal),
11379                 made related error a bit more verbose
11380
11381 2005-11-02 [colin]      1.9.99cvs4
11382
11383         * src/summaryview.c
11384                 Fix typo (probably fixes bug #841 (Sort by the From 
11385                 field doesn't work)
11386
11387 2005-11-02 [paul]       1.9.99cvs3
11388
11389         * po/ko.po
11390         * po/nb.po
11391                 updated by SungHyun Nam, Geir Helland
11392         * src/wizard.c
11393                 fix typo in welcome message. spotted by
11394                 Andrea Spadaccini
11395
11396 2005-11-01 [colin]      1.9.99cvs2
11397
11398         * src/compose.c
11399                 Fix replying to ml wen confirming subscription
11400         * src/messageview.c
11401         * src/mimeview.c
11402         * src/mimeview.h
11403         * src/privacy.h
11404         * src/summaryview.c
11405                 Make key check non blocking
11406
11407 2005-10-31 [paul]       1.9.99cvs1
11408
11409         * tools/claws.i18n.status.pl
11410                 updated for ChangeLog
11411
11412 2005-10-31 [paul]       1.9.99
11413
11414         1.9.99 released
11415
11416 2005-10-31 [paul]       1.9.15cvs131
11417
11418         * .cvsignore
11419         * ChangeLog
11420         * ChangeLog.claws       ** REMOVED **
11421         * ChangeLog-gtk2.claws  ** REMOVED **
11422         * ChangeLog.gtk1        ** ADDED **
11423         * INSTALL
11424         * Makefile.am
11425         * NEWS
11426         * README
11427         * README.claws          ** REMOVED **
11428         * README.jp             ** REMOVED **
11429         * RELEASE_NOTES         ** ADDED **
11430         * RELEASE_NOTES.claws   ** REMOVED **
11431         * commitHelper
11432         * configure.ac
11433         * sylpheed.spec.in      ** REMOVED **
11434                 tidy up and update the default docs:
11435                 ChangeLog.claws is renamed ChangeLog.gtk1
11436                 ChangeLog-gtk2.claws is renamed ChangeLog
11437                 README.claws is renamed README
11438                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
11439
11440 2005-10-31 [paul]       1.9.15cvs130
11441
11442         * po/it.po
11443                 fix errors
11444
11445 2005-10-31 [paul]       1.9.15cvs129
11446
11447         * po/ca.po
11448         * po/de.po
11449         * po/en_GB.po
11450         * po/fr.po
11451         * po/it.po
11452         * po/pt_BR.po
11453         * po/sk.po
11454         * po/sr.po
11455         * po/zh_CN.po
11456                 updated by Miquel Oliete, Stephan Sachse and
11457                 Thomas Gilgin, me, Fabien Vantard, Andrea
11458                 Spadaccini, Frederico Goncalves Guimaraes,
11459                 Andrej Kacian, Aleksandar Urosevic, and
11460                 Ralgh Young.
11461
11462 2005-10-31 [mones]      1.9.15cvs128
11463
11464         * manual/faq.xml
11465                 More questions.
11466         
11467         * po/es.po
11468                 Updated for release.
11469
11470 2005-10-30 [colin]      1.9.15cvs127
11471
11472         * src/compose.c
11473                 Place cursor before rewrapping (fixes cursor
11474                 pos if quotation gets rewrapped)
11475
11476 2005-10-29 [paul]       1.9.15cvs126
11477
11478         * src/crash.c
11479         * src/foldersel.c
11480         * src/main.c
11481         * src/messageview.c
11482         * src/toolbar.c
11483         * src/gtk/authors.h
11484                 corrections to text items
11485
11486 2005-10-28 [colin]      1.9.15cvs125
11487
11488         * src/messageview.c
11489                 Make "hit 'C' to check sig" work from extern 
11490                 messageviews
11491
11492 2005-10-27 [colin]      1.9.15cvs124
11493
11494         * src/summaryview.c
11495                 Add a hack to avoid segfaulting when hammering 
11496                 on gtk's events
11497
11498 2005-10-27 [wwp]        1.9.15cvs123
11499
11500         * src/prefs_themes.c
11501                 sort list of themes names in themes prefs
11502
11503 2005-10-27 [paul]       1.9.15cvs122
11504
11505         * src/folder.c
11506         * src/prefs_account.c
11507                 fix building on Solaris
11508                 Patch by Alex Moore
11509
11510 2005-10-27 [wwp]        1.9.15cvs121
11511
11512         * src/summaryview.c
11513         * src/gtk/gtksctree.c
11514                 speed up unselecting messages in summary view (thanks to Colin)
11515
11516 2005-10-27 [paul]       1.9.15cvs120
11517
11518         * src/mainwindow.c
11519                 fix a compilation warning
11520         * src/summaryview.c
11521                 fix updating of 'n items selected' count
11522                 when deselecting
11523
11524 2005-10-27 [martin]     1.9.15cvs119
11525
11526         * src/action.c
11527                 ignore actions with a leading '/' in the action menu name
11528                 fixes a crash on menu creation
11529         * src/prefs_actions.c
11530                 do not allow a leading '/' in the action menu name
11531
11532 2005-10-27 [paul]       1.9.15cvs118
11533
11534         * src/main.c
11535                 fix compilation warning
11536
11537 2005-10-27 [paul]       1.9.15cvs117
11538
11539         * src/procmime.c
11540                 add #if HAVE_LOCALE_H
11541
11542 2005-10-27 [paul]       1.9.15cvs116
11543
11544         * src/plugins/clamav/clamav_plugin.c
11545         * src/plugins/dillo_viewer/dillo_viewer.c
11546         * src/plugins/mathml_viewer/mathml_viewer.c
11547         * src/plugins/pgpcore/plugin.c
11548         * src/plugins/pgpinline/plugin.c
11549         * src/plugins/pgpmime/plugin.c
11550         * src/plugins/spamassassin/spamassassin.c
11551         * src/plugins/trayicon/trayicon.c
11552                 plugin_init() : make error messages more
11553                 informative
11554
11555 2005-10-26 [wwp]        1.9.15cvs115
11556
11557         * src/prefs_matcher.c
11558                 enlarge boolean op widget width a bit (wasn't always showing text contents)
11559
11560 2005-10-26 [wwp]        1.9.15cvs114
11561
11562         * src/procmime.c
11563         * src/gtk/gtksctree.c
11564         * src/plugins/spamassassin/libspamc.c
11565         * src/plugins/spamassassin/spamassassin.c
11566                 fix some compilation warnings more
11567
11568 2005-10-26 [mones]      1.9.15cvs113
11569
11570         * po/es.po
11571                 Updated translation
11572
11573 2005-10-26 [paul]       1.9.15cvs112
11574
11575         * src/prefs_message.c
11576                 give all display_xface stuff the
11577                 #if HAVE_LIBCOMPFACE treatment, thus
11578                 preventing a crash
11579                 (Thanks to Wolfgang Enderlein)
11580
11581 2005-10-26 [colin]      1.9.15cvs111
11582
11583         * src/gedit-print.c
11584                 Fix date format
11585         * src/imap_gtk.c
11586         * src/news_gtk.c
11587                 Remove context menu items that should not be there
11588         * src/jpilot.c
11589                 Fix encoding
11590         * src/main.c
11591         * src/mainwindow.c
11592                 Don't show the mainwindow too soon
11593
11594 2005-10-26 [wwp]        1.9.15cvs110
11595
11596         * src/folder.c
11597         * src/manual.c
11598         * src/summaryview.c
11599                 fix uninitialized pointers in the folder updating hook
11600                 (thanks to Colin)
11601
11602 2005-10-25 [mones]      1.9.15cvs109
11603
11604         * manual/faq.xml
11605                 General information subsection completed. 
11606                 Removed archaic references.
11607                 
11608         * manual/Makefile
11609         * manual/dtd/manual.dsl
11610                 Added customization stylesheet for getting paragraphs
11611                 fully justified in PDF output (as suggested by Colin).
11612
11613 2005-10-25 [colin]      1.9.15cvs108
11614
11615         * src/compose.c
11616                 Fix a second leak
11617
11618 2005-10-25 [colin]      1.9.15cvs107
11619
11620         * src/addrbook.c
11621         * src/addrindex.c
11622                 Fix leak (xml_get_element() allocates memory)
11623         * src/compose.c
11624                 Fix leak + dead code (shame!)
11625         * src/procmime.c
11626                 Fix leak
11627
11628 2005-10-25 [colin]      1.9.15cvs106
11629
11630         * src/mimeview.c
11631                 Fix encoding issue in Save all and in 
11632                 overwrite-confirmation alertpanel
11633
11634 2005-10-25 [colin]      1.9.15cvs105
11635
11636         * src/common/socket.c
11637                 Fix a leak - Thanks to Christopher Aillon
11638                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
11639
11640 2005-10-25 [paul]       1.9.15cvs104
11641
11642         * src/wizard.c
11643                 Always guess servers from the right-hand
11644                 email part and guess username from the
11645                 left-hand part. (Thanks to Colin)
11646                 add an X-Face to the welcome message
11647
11648 2005-10-25 [paul]       1.9.15cvs103
11649
11650         * manual/handling.xml
11651                 written by Colin, edited by me
11652
11653 2005-10-25 [wwp]        1.9.15cvs102
11654
11655         * src/folderview.c
11656         * src/grouplistdialog.c
11657         * src/imap.c
11658         * src/noticeview.c
11659                 fix some compilation warnings
11660
11661 2005-10-24 [paul]
11662
11663         1.9.99-rc3 released
11664
11665 2005-10-24 [paul]       1.9.15cvs101
11666
11667         * src/gtk/about.c
11668                 fix window sizing
11669
11670 2005-10-24 [paul]       1.9.15cvs100
11671
11672         * src/pixmaps/offline.xpm
11673         * src/pixmaps/online.xpm
11674                 replace with last default versions
11675
11676 2005-10-24 [colin]      1.9.15cvs99
11677
11678         * src/imap.c
11679                 Fix bug when moving a folder
11680         * src/imap_gtk.c
11681         * src/mh_gtk.c
11682                 "Delete folder" pops up a window, so it 
11683                 should be suffixed with "..."
11684         * src/plugins/pgpcore/sgpgme.c
11685                 Include locale.h
11686
11687 2005-10-24 [mones]      1.9.15cvs98
11688
11689         * manual/Makefile
11690         * manual/account.xml
11691         * manual/ack.xml
11692         * manual/addrbook.xml
11693         * manual/advanced.xml
11694         * manual/faq.xml
11695         * manual/glossary.xml
11696         * manual/gpl.xml
11697         * manual/handling.xml
11698         * manual/intro.xml
11699         * manual/keyboard.xml
11700         * manual/manual.xml
11701         * manual/plugins.xml
11702         * manual/starting.xml
11703         * manual/dtd/sdocbook.dtd
11704                 Initial manual structure and some content.
11705
11706 2005-10-23 [wwp]        1.9.15cvs97
11707
11708         * src/gtk/about.c
11709                 fix a typo
11710
11711 2005-10-23 [wwp]        1.9.15cvs96
11712
11713         * src/gtk/about.c
11714         * src/gtk/authors.h
11715                 rework of the about window (main work by Paul), also featuring a few
11716                 fixes for typos and duplicate names
11717
11718 2005-10-23 [wwp]        1.9.15cvs95
11719
11720         * src/.cvsignore
11721                 Ignore the right binary name (sylpheed-claws now)
11722
11723 2005-10-23 [paul]       1.9.15cvs94
11724
11725         * src/compose.c
11726                 when using Folder Pref 'Default To for
11727                 replies' make the entry in the Compose
11728                 window bold
11729                 Patch by Fabien Vantard
11730
11731 2005-10-22 [colin]      1.9.15cvs93
11732
11733         * src/codeconv.c
11734                 Fix leak
11735
11736 2005-10-22 [colin]      1.9.15cvs92
11737
11738         * src/codeconv.c
11739                 try to convert using locale (apart utf8) if necessary
11740
11741 2005-10-22 [colin]      1.9.15cvs91
11742
11743         * src/pixmaps/new.xpm
11744         * src/pixmaps/unread.xpm
11745                 Make the unread envelope blue again and
11746                 saturate the new one a bit more.
11747
11748 2005-10-22 [colin]      1.9.15cvs90
11749
11750         * src/compose.c
11751                 When replying to a mail sent by one of our accounts,
11752                 use the original list of recipients. Let 'Reply All'
11753                 and 'Reply to sender' work like previously.
11754
11755 2005-10-21 [colin]      1.9.15cvs89
11756
11757         * src/prefs_filtering.c
11758                 Clear fields after add and replace
11759         * src/textview.c
11760                 Display xface differently (better)
11761         * src/plugins/pgpinline/pgpinline.c
11762                 Fix crappy encodings/recodings
11763
11764 2005-10-21 [paul]       1.9.15cvs88
11765
11766         * src/compose.c
11767         * src/prefs_folder_item.c
11768         * src/toolbar.c
11769                 fix news folder Folder Properties
11770                 (thanks to Colin)
11771         * src/folderview.c
11772                 update folderview after Themes change
11773                 keep selected folder selected
11774                 (thanks to Colin)
11775
11776 2005-10-21 [paul]       1.9.15cvs87
11777
11778         * tools/Makefile.am
11779         * tools/OOo2sylpheed.pl
11780         * tools/README
11781         * tools/README.sylprint
11782         * tools/asus_mailled.sh         ** REMOVED **
11783         * tools/filter_conv.pl
11784         * tools/freshmeat_search.pl
11785         * tools/google_search.pl
11786         * tools/gpg-sign-syl            ** REMOVED **
11787         * tools/kmail2sylpheed.pl
11788         * tools/kmail2sylpheed_v2.pl
11789         * tools/multiwebsearch.pl
11790         * tools/nautilus2sylpheed.sh
11791         * tools/newscache_clean.pl
11792         * tools/outlook2sylpheed.pl
11793         * tools/sylpheed-switcher       ** REMOVED **
11794         * tools/sylprint.pl
11795         * tools/sylprint.rc
11796         * tools/tb2sylpheed
11797         * tools/vcard2xml.py
11798         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11799                 update default config dir
11800                 update binary name (thanks to Fabien Vantard)
11801                 remove obsolete scripts
11802
11803 2005-10-21 [colin]      1.9.15cvs86
11804
11805         * src/inc.c
11806                 Fix possible leak and units. Based on a patch by
11807                 Fabien Vantard.
11808
11809 2005-10-20 [colin]      1.9.15cvs85
11810
11811         * src/textview.c
11812                 Clear xface when clearing textview
11813
11814 2005-10-20 [colin]      1.9.15cvs84
11815
11816         * configure.ac
11817         * src/folderview.c
11818         * src/headerview.c
11819         * src/main.c
11820         * src/prefs_common.c
11821         * src/prefs_common.h
11822         * src/prefs_message.c
11823         * src/textview.c
11824         * src/textview.h
11825         * src/common/defs.h
11826         * src/common/utils.c
11827         * src/common/utils.h
11828         * src/gtk/gtkutils.c
11829         * src/gtk/gtkutils.h
11830                 Migrate config to .sylpheed-claws (Automatically)
11831                 Add a way to get the Xface in the TextView
11832
11833 2005-10-20 [colin]      1.9.15cvs83
11834
11835         * src/gtk/Makefile.am
11836         * src/gtk/about.c
11837         * src/gtk/authors.h
11838                 Make the about dialog *grooovy*
11839
11840 2005-10-20 [colin]      1.9.15cvs82
11841
11842         * src/mimeview.c
11843                 Use "Open with" on double click if no command
11844                 was found
11845
11846 2005-10-20 [colin]      1.9.15cvs81
11847
11848         * src/imap.c
11849         * src/etpan/imap-thread.c
11850                 Fix possible crash.
11851
11852 2005-10-20 [paul]       1.9.15cvs80
11853
11854         * src/folder.c
11855                 don't show clipkey icon if the only
11856                 attachment is the signature
11857                 Patch by Colin
11858
11859 2005-10-20 [paul]       1.9.15cvs79
11860
11861         * AUTHORS
11862         * src/plugins/pgpmime/pgpmime.c
11863                 name the PGP/MIME signature 'signature.asc'
11864                 Patch by Andrew Nelson <freeandy@gmail.com>
11865
11866 2005-10-19 [colin]      1.9.15cvs78
11867
11868         * src/plugins/pgpmime/pgpmime.c
11869                 Oops, no need to double-check though
11870
11871 2005-10-19 [colin]      1.9.15cvs77
11872
11873         * src/plugins/pgpinline/pgpinline.c
11874         * src/plugins/pgpmime/pgpmime.c
11875                 Check that my_tmpfile() doesn't 
11876                 return NULL
11877
11878 2005-10-19 [colin]      1.9.15cvs76
11879
11880         * src/common/utils.c
11881                 Use shorter mime boundaries to avoid having
11882                 MTAs rewrapping our headers, breaking the
11883                 PGP signature in the process 
11884         * src/compose.c
11885         * src/plugins/pgpmime/pgpmime.c
11886                 Check for boundary uniqueness to be sure
11887                 it won't happen, instead of hoping for the
11888                 best
11889
11890 2005-10-19 [colin]      1.9.15cvs75
11891
11892         * sylpheed-claws.desktop
11893         * src/Makefile.am
11894         * src/main.c
11895                 Ship a sylpheed-claws binary instead
11896                 of a sylpheed one. Change the socket
11897                 name, too
11898         * src/folderview.c
11899                 Update folder only if it changed
11900         * src/wizard.c
11901                 Fix i18n in welcome mail, patch by
11902                 Fabien Vantard
11903
11904 2005-10-19 [paul]
11905
11906         1.9.99-rc2 released
11907
11908 2005-10-19 [paul]       1.9.15cvs74
11909
11910         * src/folder.c
11911         * src/folderview.c
11912                 fix summaryview update
11913                 Patch by Colin
11914
11915 2005-10-18 [colin]      1.9.15cvs73
11916
11917         * src/plugins/pgpcore/passphrase.c
11918                 Don't XGrabServer, and try a bit more to 
11919                 sync everything before grabbing mouse/keyboard
11920
11921 2005-10-18 [colin]      1.9.15cvs72
11922
11923         * src/Makefile.am
11924         * src/addressadd.c
11925         * src/addressbook.c
11926         * src/folderview.c
11927         * src/grouplistdialog.c
11928         * src/mimeview.c
11929         * src/stock_pixmap.c
11930         * src/stock_pixmap.h
11931         * src/summaryview.c
11932         * src/gtk/gtksctree.c
11933         * src/gtk/gtksctree.h
11934         * src/pixmaps/empty.xpm
11935                 Implement a wrapper call for gtk_ctree_set_node_info
11936                 and gtk_ctree_insert_node, that uses a 1x1 transparent
11937                 pixmap instead of a NULL one. This works around some
11938                 memory problems deep inside gtk, revealed by valgrind,
11939                 and fixes bug #834 (Pressing CTRl-D on a message marked 
11940                 as locked crashes sylpheed.), as well as, probably, 
11941                 wwp's 4th dimension problems that happen in gtk_ctree_*.
11942
11943 2005-10-17 [colin]      1.9.15cvs71
11944
11945         * src/mimeview.c
11946                 Provide visual feedback when checking
11947                 signature
11948
11949 2005-10-17 [colin]      1.9.15cvs70
11950
11951         * src/main.c
11952                 Keep the folder list frozen while checking caches...
11953
11954 2005-10-17 [colin]      1.9.15cvs69
11955
11956         * src/addr_compl.c
11957                 Fi bug #833 (Autocompleting from addressbook 
11958                 fails with extended chars)
11959         * src/imap.c
11960                 Fix 'adding messages' staying in statusbar
11961                 after an error
11962
11963 2005-10-17 [wwp]        1.9.15cvs68
11964
11965         * src/ssl_manager.c
11966                 Fix buttons' layout resizing when window size changes
11967
11968 2005-10-17 [wwp]        1.9.15cvs67
11969
11970         * src/account.c
11971         * src/prefs_account.c
11972         * src/prefs_common.c
11973         * src/prefs_common.h
11974         * src/prefs_folder_item.c
11975         * src/prefs_gtk.c
11976         * src/gtk/logwindow.c
11977         * src/gtk/pluginwindow.c
11978         * src/gtk/prefswindow.c
11979         * src/gtk/prefswindow.h
11980                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
11981
11982 2005-10-17 [paul]       1.9.15cvs66
11983
11984         * configure.ac
11985                 fix missing libetpan message
11986         * po/en_GB.po
11987                 updated
11988         * src/crash.c
11989         * src/manual.c
11990         * src/prefs_themes.c
11991         * src/common/defs.h
11992                 add some new URI defines, change some
11993                 others
11994         * src/wizard.c
11995                 make welcome message translatable
11996                 small improvements to english
11997                 other tweaks
11998         * src/gtk/menu.c
11999                 fix warnings
12000
12001 2005-10-17 [paul]       1.9.15cvs65
12002
12003         * src/summaryview.c
12004                 fix column titles
12005
12006 2005-10-16 [mones]      1.9.15cvs64
12007
12008         * po/es.po
12009                 Updated translation
12010
12011 2005-10-16 [colin]
12012
12013         1.9.99-rc1 released
12014
12015 2005-10-16 [colin]      1.9.15cvs63
12016
12017         * src/wizard.c
12018                 Fix whitespace
12019
12020 2005-10-16 [colin]      1.9.15cvs62
12021
12022         * src/toolbar.c
12023                 s/Get All/Get Mail/
12024         * src/wizard.c
12025                 Real welcome mail text, thanks Paul
12026
12027 2005-10-16 [colin]      1.9.15cvs61
12028
12029         * src/editldap.c
12030         * src/exporthtml.c
12031         * src/main.c
12032         * src/mainwindow.c
12033         * src/prefs_themes.c
12034         * src/prefs_toolbar.c
12035         * src/plugins/demo/demo.c
12036         * src/plugins/trayicon/trayicon.c
12037                 s/Sylpheed/Sylpheed-Claws/
12038
12039 2005-10-16 [colin]      1.9.15cvs60
12040
12041         * src/wizard.c
12042                 Add a welcome email in the first empty mailbox
12043         * src/prefs_common.c
12044                 Change one more default
12045
12046 2005-10-16 [colin]      1.9.15cvs59
12047
12048         * src/wizard.c
12049                 Remove printf
12050
12051 2005-10-16 [colin]      1.9.15cvs58
12052
12053         * src/toolbar.c
12054         * src/prefs_common.c
12055                 Change some defaults
12056
12057 2005-10-16 [colin]      1.9.15cvs57
12058
12059         * src/toolbar.c
12060         * src/prefs_common.c
12061                 Change some defaults
12062
12063 2005-10-16 [colin]      1.9.15cvs56
12064
12065         * src/wizard.c
12066                 By default, initialize fonts to have
12067                 the same size as normal GtkWidgets
12068
12069 2005-10-16 [colin]      1.9.15cvs55
12070
12071         * src/mimeview.c
12072                 Fix message a bit more
12073
12074 2005-10-16 [colin]      1.9.15cvs54
12075
12076         * src/addressbook.c
12077                 Second attempt at flicker fixing
12078
12079 2005-10-16 [colin]      1.9.15cvs53
12080
12081         * src/addressbook.c
12082                 Fix flicker
12083
12084 2005-10-16 [wwp]        1.9.15cvs52
12085
12086         * src/addressbook.c
12087         * src/editaddress.c
12088         * src/prefs_common.c
12089         * src/prefs_common.h
12090                 Remember window sizes (address book)
12091
12092 2005-10-16 [wwp]        1.9.15cvs51
12093
12094         * src/plugins/clamav/clamav_plugin_gtk.c
12095         * src/plugins/spamassassin/spamassassin_gtk.c
12096                 Fix compilation warnings (missing #include).
12097
12098 2005-10-16 [colin]      1.9.15cvs50
12099
12100         * src/mimeview.c
12101         * src/summaryview.c
12102         * src/textview.c
12103                 Make 'c' check signature, and forward
12104                 c, l, y, t from summaryview to mimeview
12105
12106 2005-10-16 [colin]      1.9.15cvs49
12107
12108         * src/addressbook.c
12109                 Put border around buttons
12110         * src/mainwindow.c
12111         * src/summaryview.c
12112                 Rework menus (Patch based on a patch
12113                 by Paul)
12114
12115 2005-10-15 [wwp]        1.9.15cvs48
12116
12117         * src/editjpilot.c
12118         * src/editldap.c
12119         * src/editvcard.c
12120         * src/exphtmldlg.c
12121         * src/expldifdlg.c
12122         * src/export.c
12123         * src/import.c
12124         * src/importldif.c
12125         * src/importmutt.c
12126         * src/importpine.c
12127         * src/prefs_account.c
12128         * src/prefs_spelling.c
12129         * src/gtk/gtkutils.c
12130         * src/gtk/gtkutils.h
12131         * src/plugins/clamav/clamav_plugin_gtk.c
12132         * src/plugins/spamassassin/spamassassin_gtk.c
12133                 use nicer browse-for-file/dir buttons than the "..." ones,
12134                 code factorizing more.
12135
12136 2005-10-14 [colin]      1.9.15cvs47
12137
12138         * src/mainwindow.c
12139                 set relief on the account switcher so that people see it
12140                 grey out Create processing rules when no message is selected
12141         * src/prefs_filtering.c
12142                 ask before closing if the rule has not been modified, even if
12143                 it's not valid
12144         * src/prefs_matcher.c
12145                 fix sensitivity when entering the dialog
12146         * src/gtk/inputdialog.c
12147                 display a better icon on password ask
12148         * src/plugins/pgpcore/passphrase.c
12149                 make the dialog look better
12150
12151 2005-10-14 [paul]       1.9.15cvs46
12152
12153         * src/folderview.c
12154                 indicate presense of marked msgs in
12155                 unexpanded subfolders
12156
12157 2005-10-14 [paul]       1.9.15cvs45
12158
12159         * src/prefs_actions.c
12160         * src/prefs_common.c
12161         * src/prefs_common.h
12162         * src/prefs_filtering_action.c
12163         * src/prefs_matcher.c
12164         * src/prefs_template.c
12165                 remember window sizes
12166                 fix Info button size
12167
12168         Patches by wwp
12169
12170 2005-10-13 [colin]      1.9.15cvs44
12171
12172         * src/mimeview.c
12173         * src/noticeview.c
12174         * src/noticeview.h
12175                 Add a tooltip on the icon (optional) 
12176                 Get rid of the signature buttons and only
12177                 use the icon+tooltip
12178
12179 2005-10-13 [colin]      1.9.15cvs43
12180
12181         * src/noticeview.c
12182         * src/noticeview.h
12183                 Add hand cursor for hovering over icon
12184
12185 2005-10-13 [colin]      1.9.15cvs42
12186
12187         * src/summaryview.c
12188                 Fix crash when quicksearch's hidden 
12189                 at startup
12190
12191 2005-10-13 [colin]      1.9.15cvs41
12192
12193         * src/compose.c
12194                 Set subject when forwarding multiple mails
12195                 Check that other recipient than the default Cc or Bcc
12196                 have been set before sending.
12197
12198 2005-10-13 [colin]      1.9.15cvs40
12199
12200         * src/imap.c
12201                 Batch per-folder
12202                 Introduce locking, but don't use it yet
12203
12204 2005-10-13 [colin]      1.9.15cvs39
12205
12206         * src/gtk/quicksearch.c
12207                 Reset quicksearch when hiding it
12208                 Make sticky a real pref
12209
12210 2005-10-13 [colin]      1.9.15cvs38
12211
12212         * src/summaryview.c
12213                 Faster prefs apply
12214
12215 2005-10-13 [colin]      1.9.15cvs37
12216
12217         * src/mimeview.c
12218         * src/noticeview.c
12219         * src/noticeview.h
12220         * src/plugins/pgpcore/sgpgme.c
12221                 Make privacy icon clickable
12222                 Move Trust field in Full info
12223                 When trust is less than full, don't display
12224                 a warning icon
12225
12226 2005-10-13 [colin]      1.9.15cvs36
12227
12228         * src/folder.c
12229                 Batch on flags sync
12230         * src/folderview.c
12231                 Revert speed hack which is dangerous in fact
12232                 Apply prefs faster
12233
12234 2005-10-13 [colin]      1.9.15cvs35
12235
12236         * src/folder_item_prefs.c
12237                 Fix pref corruption on folder move. Patch
12238                 by wwp
12239
12240 2005-10-13 [paul]       1.9.15cvs34
12241
12242         * src/export.c
12243         * src/import.c
12244                 fix typos in g_warnings
12245         * src/prefs_account.c
12246                 add a file selector for Signature file
12247
12248         Patches by wwp
12249
12250 2005-10-12 [colin]      1.9.15cvs33
12251
12252         * src/mimeview.c
12253                 Provide a quick way to go back from a
12254                 signature's full info to the email part
12255
12256 2005-10-12 [colin]      1.9.15cvs32
12257
12258         * src/compose.c
12259                 Remove old hack of encoding signed mails with base64.
12260                 QP works equally well.
12261
12262 2005-10-12 [colin]      1.9.15cvs31
12263
12264         * src/crash.c
12265                 Replace deprecated GtkText with GtkTextView
12266         * src/imap.c
12267                 Fix a logic bug about counts in imap_select
12268                 (previously un-triggered)
12269         * src/mainwindow.c
12270         * src/summaryview.c
12271         * src/news.c
12272                 Allow local deletion of news posts
12273         * src/mimeview.c
12274                 Show GPG noticeview on the message/rfc822 part
12275                 in addition to the text/plain one
12276         * src/prefs_image_viewer.c
12277           src/plugins/pgpcore/prefs_gpg.c
12278                 Polish (set the label as part of the checkbox)
12279         * src/wizard.c
12280                 Don't sit there doing nothing after destroying
12281                 the window - return err
12282
12283 2005-10-11 [colin]      1.9.15cvs30
12284
12285         * src/folderview.c
12286                 Apply processing rules before showing folders.
12287                 Early folder show (before flags sync) will only
12288                 be done when there are no processing rules (nor
12289                 pre- or post- ones)
12290         * src/imap.c
12291                 Fix stuff related to mail subdir, creation and 
12292                 deletion of folders 
12293         * src/imap_gtk.c
12294                 Don't allow creation of folders in NoInferior
12295                 folders, as it won't work
12296
12297 2005-10-10 [colin]      1.9.15cvs29
12298
12299         * src/compose.c
12300                 Reselect "None" Privacy system when selecting an
12301                 account with no privacy system defined
12302
12303 2005-10-10 [colin]      1.9.15cvs28
12304
12305         * src/mainwindow.c
12306                 Add Windows-1252 encoding
12307         * src/prefs_common.c
12308                 Rework some defaults:
12309                 - autosave to draft by default
12310                 - don't show header pane (it's already in the textview)
12311                 - Select first new or unread mail on entry
12312                 - Assume 'Yes' to change folder when there's no more
12313                   unread message
12314         * src/prefs_matcher.c
12315                 Fix a gtk assertion failure
12316         * src/gtk/colorlabel.c
12317                 Workaround bad repainting on selection
12318         * src/main.c
12319                 Freeze/thaw (a bit faster on ssh -X)
12320         * src/msgcache.c
12321                 Get rid of StrdupConverter that just adds an
12322                 extra strdup/free 
12323         * src/etpan/imap_thread.c
12324                 memset buf to 0
12325
12326 2005-10-10 [colin]      1.9.15cvs27
12327
12328         * src/export.c
12329         * src/import.c
12330                 Fix compile on gtk 2.4. Patch by wwp
12331
12332 2005-10-09 [colin]      1.9.15cvs26
12333
12334         * src/mainwindow.c
12335         * src/messageview.c
12336         * src/summaryview.c
12337                 Clarify forward menus. Patch by wwp
12338
12339 2005-10-09 [colin]      1.9.15cvs25
12340
12341         * src/compose.c
12342         * src/compose.h
12343                 Fix bug #829 (Non-working "Encrypt message by 
12344                 default when replying to an encrypted message")
12345
12346 2005-10-08 [colin]      1.9.15cvs24
12347
12348         * src/wizard.c
12349                 Fix bug #827 ("Welcome" setup wizard after a 
12350                 permission error gives up & forgets itself.)
12351
12352 2005-10-08 [colin]      1.9.15cvs23
12353
12354         * src/procmime.c
12355                 Fix bug #828 (Ignoring headers with spaces around = sign)
12356
12357 2005-10-08 [colin]      1.9.15cvs22
12358
12359         * src/export.c
12360                 Warning fix by wwp
12361
12362 2005-10-08 [colin]      1.9.15cvs21
12363
12364         * src/folder.c
12365         * src/folder.h
12366                 Add a processing_pending indicator, set on 
12367                 folder_item_open and cleared after 
12368                 folder_item_process_open
12369         * src/folderview.c
12370         * src/summaryview.c
12371                 wrap procmsg_msginfo_*_flags, and in the
12372                 wrapper check that there's no folder processing 
12373                 pending. If there is, defer the flags change until 
12374                 processing is done to avoid stepping over each
12375                 other's toes.
12376                 Freeze during processing, but not during scanning.
12377
12378 2005-10-07 [colin]      1.9.15cvs20
12379
12380         * src/plugins/pgpcore/passphrase.c
12381                 Fix bug #826 (X-Server hangs when 
12382                 right-clicking a PGP encrypted message)
12383
12384 2005-10-07 [paul]       1.9.15cvs19
12385
12386         * src/compose.c
12387                 fix compose_entries[]
12388                 patch by Fabien Vantard
12389
12390 2005-10-06 [colin]      1.9.15cvs18
12391
12392         * src/pixmaps/address.xpm
12393         * src/pixmaps/address_book.xpm
12394         * src/pixmaps/book.xpm
12395         * src/pixmaps/check_spelling.xpm
12396         * src/pixmaps/checkbox_off.xpm
12397         * src/pixmaps/checkbox_on.xpm
12398         * src/pixmaps/close.xpm
12399         * src/pixmaps/complete.xpm
12400         * src/pixmaps/continue.xpm
12401         * src/pixmaps/deleted.xpm
12402         * src/pixmaps/down_arrow.xpm
12403         * src/pixmaps/exec.xpm
12404         * src/pixmaps/forwarded.xpm
12405         * src/pixmaps/group.xpm
12406         * src/pixmaps/ignorethread.xpm
12407         * src/pixmaps/interface.xpm
12408         * src/pixmaps/jpilot.xpm
12409         * src/pixmaps/ldap.xpm
12410         * src/pixmaps/linewrap.xpm
12411         * src/pixmaps/linewrapcurrent.xpm
12412         * src/pixmaps/mail.xpm
12413         * src/pixmaps/mail_attach.xpm
12414         * src/pixmaps/mail_compose.xpm
12415         * src/pixmaps/mail_forward.xpm
12416         * src/pixmaps/mail_receive.xpm
12417         * src/pixmaps/mail_receive_all.xpm
12418         * src/pixmaps/mail_reply.xpm
12419         * src/pixmaps/mail_reply_to_all.xpm
12420         * src/pixmaps/mail_reply_to_author.xpm
12421         * src/pixmaps/mail_send.xpm
12422         * src/pixmaps/mail_send_queue.xpm
12423         * src/pixmaps/mime_application.xpm
12424         * src/pixmaps/mime_audio.xpm
12425         * src/pixmaps/mime_image.xpm
12426         * src/pixmaps/mime_message.xpm
12427         * src/pixmaps/mime_text_enriched.xpm
12428         * src/pixmaps/mime_text_html.xpm
12429         * src/pixmaps/mime_text_plain.xpm
12430         * src/pixmaps/mime_unknown.xpm
12431         * src/pixmaps/new.xpm
12432         * src/pixmaps/news_compose.xpm
12433         * src/pixmaps/offline.xpm
12434         * src/pixmaps/online.xpm
12435         * src/pixmaps/paste.xpm
12436         * src/pixmaps/preferences.xpm
12437         * src/pixmaps/privacy_emblem_encrypted.xpm
12438         * src/pixmaps/privacy_expired.xpm
12439         * src/pixmaps/privacy_failed.xpm
12440         * src/pixmaps/privacy_passed.xpm
12441         * src/pixmaps/privacy_signed.xpm
12442         * src/pixmaps/privacy_unknown.xpm
12443         * src/pixmaps/privacy_warn.xpm
12444         * src/pixmaps/properties.xpm
12445         * src/pixmaps/replied.xpm
12446         * src/pixmaps/search.xpm
12447         * src/pixmaps/unread.xpm
12448         * src/pixmaps/up_arrow.xpm
12449         * src/pixmaps/vcard.xpm
12450                 Modernize internal theme, with icons from the 
12451                 Gnomaws theme. Keep some of the old ones where
12452                 they were better.
12453
12454 2005-10-06 [colin]      1.9.15cvs17
12455
12456         * src/summaryview.c
12457                 Little optimisations + bugfix
12458         * src/toolbar.c
12459                 Remove default useless items - useless being defined
12460                 by the default relevant prefs
12461         * src/wizard.c
12462                 include config.h to make gettext work
12463         * src/prefs_themes.c
12464                 Fix selection of current theme in prefs
12465
12466 2005-10-06 [colin]      1.9.15cvs16
12467
12468         * src/prefs_common.c
12469         * src/prefs_common.h
12470         * src/prefs_summaries.c
12471         * src/folderview.c
12472                 Add a warning dialog on Mark all read 
12473                 (with pref to get rid of it)
12474
12475 2005-10-06 [paul]       1.9.15cvs15
12476
12477         * po/nb.po
12478         * po/pt_BR.po
12479                 updated by Geir Helland and Frederico
12480                 Goncalves Guimaraes
12481
12482 2005-10-05 [colin]      1.9.15cvs14
12483
12484         * src/folder.c
12485         * src/folder.h
12486         * src/folderview.c
12487         * src/folderview.h
12488         * src/imap_gtk.c
12489         * src/mh_gtk.c
12490         * src/mainwindow.c
12491         * src/setup.c
12492                 add a way to rescan without rebuilding
12493                 make moving a bit faster (less folders changes)
12494                 don't lock the tree on Get 
12495         * src/imap.c
12496                 Don't re-delete deleted messages before expunging
12497         * src/summaryview.c
12498                 Set batch mode when deleting mails
12499
12500 2005-10-05 [paul]       1.9.15cvs13
12501
12502         * src/mainwindow.c
12503         * src/mainwindow.h
12504                 fix disabled Execute menu item
12505         * src/toolbar.c
12506                 match the change in 1.9.15cvs10: use Compose
12507                 instead of News by default
12508
12509 2005-10-04 [colin]      1.9.15cvs12
12510
12511         * src/compose.c
12512                 When replying to an ML post with Reply-To set
12513                 to the poster's email, honor it (as before),
12514                 but also honor our user's request to reply to
12515                 the mailing list: set the ML address in the To
12516                 field and the Reply-To address in the Cc: 
12517                 field.
12518
12519 2005-10-04 [colin]      1.9.15cvs11
12520
12521         * src/plugins/trayicon/trayicon.c
12522                 Finish cosmetic change - thanks to wwp
12523
12524 2005-10-04 [colin]      1.9.15cvs10
12525
12526         * src/toolbar.c
12527                 Use Compose instead of Email by default.
12528                 Spotted by wwp.
12529
12530 2005-10-04 [colin]      1.9.15cvs9
12531
12532         * src/folder.c
12533         * src/folder.h
12534         * src/folderview.c
12535         * src/imap.c
12536         * src/etpan/imap-thread.c
12537         * src/etpan/imap-thread.h
12538                 Try to make IMAP faster, by simplifying SEARCH
12539                 commands, avoiding sending two STATUS in a row,
12540                 and deferring flags sync and processing just
12541                 after displaying the folder. 
12542                 This will update the SummaryView in certain
12543                 cases (new mails not already fetched, flags
12544                 changed from another client) but in a non-
12545                 blocking manner.
12546
12547 2005-10-04 [colin]      1.9.15cvs8
12548
12549         * src/plugins/trayicon/trayicon.c
12550                 Relabel "Offline" to "Work offline"
12551
12552 2005-10-04 [colin]      1.9.15cvs7
12553
12554         * src/export.c
12555         * src/import.c
12556         * src/mbox.c
12557                 Fix mbox import/export buglets
12558                 Patch by wwp
12559         * src/plugins/trayicon/trayicon.c
12560                 Add offline swithc
12561                 Patch by wwp
12562
12563 2005-10-04 [colin]      1.9.15cvs6
12564
12565         * src/folder.c
12566         * src/folderview.c
12567         * src/summaryview.c
12568                 Better fix (don't break mark all read) for cvs2
12569
12570 2005-10-03 [colin]      1.9.15cvs5
12571
12572         * src/folder.c
12573                 Use a sane sort by default
12574
12575 2005-10-03 [colin]      1.9.15cvs4
12576
12577         * src/inc.c
12578                 Add a 'Only once' button for overriding offline mode
12579         * src/prefs_account.c
12580         * src/wizard.c
12581                 Add Local mbox to the wizard
12582                 Add IMAP subdir to the wizard (or the wizard is useless
12583                 for such accounts, or even worse than useless)
12584                 Move IMAP subdir from Advanced to Receive tab, as it's
12585                 not that uncommon
12586
12587 2005-10-03 [colin]      1.9.15cvs3
12588
12589         * src/send_message.c
12590                 Forgot this one in cvs1
12591
12592 2005-10-03 [colin]      1.9.15cvs2
12593
12594         * src/folder.c
12595                 Faster close when leaving a folder with lots
12596                 of new mails. Idea by David Relson.
12597
12598 2005-10-03 [colin]      1.9.15cvs1
12599
12600         * src/compose.c
12601         * src/imap.c
12602         * src/inc.c
12603         * src/main.c
12604         * src/messageview.c
12605         * src/news.c
12606         * src/summaryview.c
12607         * src/gtk/sslcertwindow.c
12608         * src/plugins/trayicon/trayicon.c
12609                 Add accels to every AlertPanel. Patch by Fabien 
12610                 Vantard
12611
12612 2005-10-03 [paul]       1.9.15
12613
12614         1.9.15 released
12615
12616 2005-10-03 [paul]       1.9.14cvs68
12617
12618         * po/ca.po
12619         * po/de.po
12620         * po/es.po
12621         * po/fi.po
12622         * po/fr.po
12623         * po/sk.po
12624         * po/sr.po
12625         * po/zh_CN.po
12626                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12627                 Mones Lastra, Tommi Pirinen, Fabien vantard,
12628                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
12629
12630 2005-10-03 [paul]       1.9.14cvs67
12631
12632         * src/send_message.c
12633                 prevent hang on Cancel
12634                 patch by Colin
12635
12636 2005-10-03 [paul]       1.9.14cvs66
12637
12638         * src/main.c
12639                 fix crash in IMAP caused by discrepancy
12640                 between check_at_startup and offline mode
12641                 Patch by Colin
12642
12643 2005-10-01 [paul]       1.9.14cvs65
12644
12645         * src/inc.c
12646                 fix engrish
12647
12648 2005-10-01 [paul]       1.9.14cvs64
12649         * src/export.c
12650         * src/import.c
12651                 synchronise import_mbox() and export_mbox()
12652         * src/mbox.c
12653                 proc_mbox(): add alert if file cannot be opened
12654                 export_list_to_mbox(): test if dest file exists,
12655                 prompt user to overwrite if it does. add alert
12656                 if file cannot be created
12657                                                                 
12658         Patch by wwp
12659                                                                                                                 
12660
12661 2005-09-30 [paul]       1.9.14cvs63
12662
12663         * src/addressbook.c
12664                 Fix sensitivity of a menu
12665         * src/codeconv.c
12666                 Respect hidden pref for mails with no encoding
12667         * src/common/xml.c
12668                 Fix memory corruption
12669         * src/plugins/pgpcore/sgpgme.c
12670                 Fix segfault on incomplete sigs, and display
12671                 of S/Mime UIDs
12672
12673         Patches by Colin
12674
12675 2005-09-30 [colin]      1.9.14cvs62
12676
12677         * src/partial_download.c
12678                 Little logic fix in almost-dead code
12679         * src/pop.c
12680                 Fix partial download when there's no new mail
12681
12682 2005-09-29 [paul]       1.9.14cvs61
12683
12684         * src/plugins/pgpinline/pgpinline.c
12685                 fix bug 819, 'crash accessing sign message'
12686                 Patch by Colin
12687
12688 2005-09-28 [martin]     1.9.14cvs60
12689
12690         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12691                 fix bug #790 (Crash when restarting window manager (fluxbox))
12692
12693 2005-09-28 [paul]       1.9.14cvs59
12694
12695         * src/gtk/gtkaspell.c
12696                 fix off-by-one typo
12697
12698 2005-09-27 [colin]      1.9.14cvs58
12699
12700         * src/plugins/pgpcore/sgpgme.c
12701                 Report error when there's one, instead of
12702                 "Signature unchecked" 
12703
12704 2005-09-27 [colin]      1.9.14cvs57
12705
12706         * src/prefs_quote.c
12707                 Fix bug #816 (Weird quotation with spaces)
12708
12709 2005-09-27 [colin]      1.9.14cvs56
12710
12711         * src/codeconv.c
12712         * src/compose.c
12713         * src/compose.h
12714                 Put subject in compose's title
12715                 Fix Automatic encoding so that it's really automatic:
12716                 first try default locale's charset, then charset of the replied mail, 
12717                 then utf-8
12718                 Fix encoding of headers (must be in strict mode too)
12719
12720 2005-09-26 [colin]      1.9.14cvs55
12721
12722         * src/gtk/gtkaspell.c
12723                 Fix previous patch - don't color the space,
12724                 just uncolor it :)
12725
12726 2005-09-26 [colin]      1.9.14cvs54
12727
12728         * src/gtk/gtkaspell.c
12729                 Unmark space if possible
12730
12731 2005-09-26 [colin]      1.9.14cvs53
12732
12733         * src/imap.c
12734                 log_error instead of alertpanel according to the pref
12735         * src/etpan/imap-thread.c
12736                 Print connect status, copy only necessary size to 
12737                 logger
12738         * src/plugins/pgpmime/pgpmime.c
12739                 Handle S/Mime signatures (verification only). Patch based
12740                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
12741
12742 2005-09-26 [paul]       1.9.14cvs52
12743
12744         * src/common/passcrypt.c
12745                 this 'workaround' not necessary on NetBSD.
12746                 Thanks to Daniel Gustafson
12747
12748 2005-09-26 [paul]
12749
12750         1.9.15-rc4 released
12751
12752 2005-09-26 [paul]       1.9.14cvs51
12753
12754         * src/summaryview.c
12755                 Skip currently selected message when
12756                 looking for next new or unread message
12757                 in current folder. Patch by Colin
12758         * src/common/passcrypt.c
12759                 eliminate warnings on *BSD. Patch by
12760                 Daniel Gustafson
12761
12762 2005-09-26 [colin]      1.9.14cvs50
12763
12764         * src/procmsg.c
12765                 Call postfiltering hook anyway
12766
12767 2005-09-22 [colin]      1.9.14cvs49
12768
12769         * src/codeconv.c
12770         * src/codeconv.h
12771                 Add a strict mode that doesn't replace with _
12772         * src/compose.c
12773         * src/compose.h
12774                 Use strict conversion while sending
12775                 Fix race when drafting while sending (happens
12776                 on IMAP)
12777                 Fix d'n'd of messages from summaryview
12778         * src/prefs_common.c
12779         * src/prefs_common.h
12780                 add hidden utf8_instead_of_locale_for_broken_mail 
12781                 pref for people that preferred the default charset 
12782                 to be utf8 for broken mails
12783         * src/quote_fmt_parse.y
12784                 fix bug #815 (No quote insert if "From:" fied 
12785                 contained Russian letters)
12786         * src/summaryview.c
12787                 Fix d'n'd of messages to compose
12788
12789 2005-09-22 [paul]       1.9.14cvs48
12790
12791         * src/compose.c
12792                 fix bug where attachments Name entry
12793                 would display Path instead
12794
12795 2005-09-21 [paul]       1.9.14cvs47
12796
12797         * README
12798         * README.jp
12799         * configure.ac
12800         * config/config.rpath
12801         * doc/manual/en/sylpheed-20.html
12802         * doc/manual/es/sylpheed-20.html
12803         * po/bg.po
12804         * po/ca.po
12805         * po/de.po
12806         * po/es.po
12807         * po/fr.po
12808         * po/it.po
12809         * po/pt_BR.po
12810         * po/sk.po
12811         * po/zh_TW.po
12812         * src/account.c
12813         * src/account.h
12814         * src/action.c
12815         * src/action.h
12816         * src/adbookbase.h
12817         * src/addr_compl.c
12818         * src/addr_compl.h
12819         * src/addrbook.c
12820         * src/addrbook.h
12821         * src/addrcache.c
12822         * src/addrcache.h
12823         * src/addrcindex.c
12824         * src/addrcindex.h
12825         * src/addrclip.c
12826         * src/addrclip.h
12827         * src/addrdefs.h
12828         * src/addressadd.c
12829         * src/addressadd.h
12830         * src/addressbook.c
12831         * src/addressbook.h
12832         * src/addressitem.h
12833         * src/addrgather.c
12834         * src/addrgather.h
12835         * src/addrharvest.c
12836         * src/addrharvest.h
12837         * src/addrindex.c
12838         * src/addrindex.h
12839         * src/addritem.c
12840         * src/addritem.h
12841         * src/addrquery.c
12842         * src/addrquery.h
12843         * src/addrselect.c
12844         * src/addrselect.h
12845         * src/alertpanel.c
12846         * src/alertpanel.h
12847         * src/browseldap.c
12848         * src/browseldap.h
12849         * src/codeconv.c
12850         * src/codeconv.h
12851         * src/compose.c
12852         * src/compose.h
12853         * src/crash.c
12854         * src/crash.h
12855         * src/customheader.c
12856         * src/customheader.h
12857         * src/displayheader.c
12858         * src/displayheader.h
12859         * src/editaddress.c
12860         * src/editaddress.h
12861         * src/editbook.c
12862         * src/editbook.h
12863         * src/editgroup.c
12864         * src/editgroup.h
12865         * src/editjpilot.c
12866         * src/editjpilot.h
12867         * src/editldap.c
12868         * src/editldap.h
12869         * src/editldap_basedn.c
12870         * src/editldap_basedn.h
12871         * src/editvcard.c
12872         * src/editvcard.h
12873         * src/enriched.c
12874         * src/enriched.h
12875         * src/exphtmldlg.c
12876         * src/exphtmldlg.h
12877         * src/expldifdlg.c
12878         * src/expldifdlg.h
12879         * src/export.c
12880         * src/export.h
12881         * src/exporthtml.c
12882         * src/exporthtml.h
12883         * src/exportldif.c
12884         * src/exportldif.h
12885         * src/filtering.c
12886         * src/filtering.h
12887         * src/folder.c
12888         * src/folder.h
12889         * src/folder_item_prefs.c
12890         * src/folder_item_prefs.h
12891         * src/foldersel.c
12892         * src/foldersel.h
12893         * src/folderutils.c
12894         * src/folderutils.h
12895         * src/folderview.c
12896         * src/folderview.h
12897         * src/grouplistdialog.c
12898         * src/grouplistdialog.h
12899         * src/headerview.c
12900         * src/headerview.h
12901         * src/html.c
12902         * src/html.h
12903         * src/image_viewer.c
12904         * src/image_viewer.h
12905         * src/imap.c
12906         * src/imap.h
12907         * src/imap_gtk.c
12908         * src/imap_gtk.h
12909         * src/import.c
12910         * src/import.h
12911         * src/importldif.c
12912         * src/importldif.h
12913         * src/importmutt.c
12914         * src/importmutt.h
12915         * src/importpine.c
12916         * src/importpine.h
12917         * src/inc.c
12918         * src/inc.h
12919         * src/jpilot.c
12920         * src/jpilot.h
12921         * src/ldapctrl.c
12922         * src/ldapctrl.h
12923         * src/ldaplocate.c
12924         * src/ldaplocate.h
12925         * src/ldapquery.c
12926         * src/ldapquery.h
12927         * src/ldapserver.c
12928         * src/ldapserver.h
12929         * src/ldaputil.c
12930         * src/ldaputil.h
12931         * src/ldif.c
12932         * src/ldif.h
12933         * src/localfolder.c
12934         * src/localfolder.h
12935         * src/main.c
12936         * src/main.h
12937         * src/mainwindow.c
12938         * src/mainwindow.h
12939         * src/manual.c
12940         * src/manual.h
12941         * src/matcher.c
12942         * src/matcher.h
12943         * src/matcher_parser.h
12944         * src/matcher_parser_lex.l
12945         * src/matcher_parser_parse.y
12946         * src/mbox.c
12947         * src/mbox.h
12948         * src/message_search.c
12949         * src/message_search.h
12950         * src/messageview.c
12951         * src/messageview.h
12952         * src/mh.c
12953         * src/mh.h
12954         * src/mh_gtk.c
12955         * src/mh_gtk.h
12956         * src/mimeview.c
12957         * src/mimeview.h
12958         * src/msgcache.c
12959         * src/msgcache.h
12960         * src/mutt.c
12961         * src/mutt.h
12962         * src/news.c
12963         * src/news.h
12964         * src/news_gtk.c
12965         * src/news_gtk.h
12966         * src/noticeview.c
12967         * src/noticeview.h
12968         * src/partial_download.c
12969         * src/partial_download.h
12970         * src/pine.c
12971         * src/pine.h
12972         * src/pop.c
12973         * src/pop.h
12974         * src/prefs_account.c
12975         * src/prefs_account.h
12976         * src/prefs_actions.c
12977         * src/prefs_actions.h
12978         * src/prefs_common.c
12979         * src/prefs_common.h
12980         * src/prefs_compose_writing.c
12981         * src/prefs_compose_writing.h
12982         * src/prefs_customheader.c
12983         * src/prefs_customheader.h
12984         * src/prefs_display_header.c
12985         * src/prefs_display_header.h
12986         * src/prefs_ext_prog.c
12987         * src/prefs_ext_prog.h
12988         * src/prefs_filtering.c
12989         * src/prefs_filtering.h
12990         * src/prefs_filtering_action.c
12991         * src/prefs_filtering_action.h
12992         * src/prefs_folder_column.c
12993         * src/prefs_folder_column.h
12994         * src/prefs_folder_item.c
12995         * src/prefs_folder_item.h
12996         * src/prefs_fonts.c
12997         * src/prefs_fonts.h
12998         * src/prefs_gtk.c
12999         * src/prefs_gtk.h
13000         * src/prefs_image_viewer.c
13001         * src/prefs_image_viewer.h
13002         * src/prefs_matcher.c
13003         * src/prefs_matcher.h
13004         * src/prefs_message.c
13005         * src/prefs_message.h
13006         * src/prefs_msg_colors.c
13007         * src/prefs_msg_colors.h
13008         * src/prefs_other.c
13009         * src/prefs_other.h
13010         * src/prefs_quote.c
13011         * src/prefs_quote.h
13012         * src/prefs_receive.c
13013         * src/prefs_receive.h
13014         * src/prefs_send.c
13015         * src/prefs_send.h
13016         * src/prefs_spelling.c
13017         * src/prefs_spelling.h
13018         * src/prefs_summaries.c
13019         * src/prefs_summaries.h
13020         * src/prefs_summary_column.c
13021         * src/prefs_summary_column.h
13022         * src/prefs_template.c
13023         * src/prefs_template.h
13024         * src/prefs_themes.c
13025         * src/prefs_themes.h
13026         * src/prefs_toolbar.c
13027         * src/prefs_toolbar.h
13028         * src/prefs_wrapping.c
13029         * src/prefs_wrapping.h
13030         * src/privacy.c
13031         * src/privacy.h
13032         * src/procheader.c
13033         * src/procheader.h
13034         * src/procmime.c
13035         * src/procmime.h
13036         * src/procmsg.c
13037         * src/procmsg.h
13038         * src/quote_fmt.c
13039         * src/quote_fmt_parse.y
13040         * src/recv.c
13041         * src/recv.h
13042         * src/remotefolder.c
13043         * src/remotefolder.h
13044         * src/send_message.c
13045         * src/send_message.h
13046         * src/setup.c
13047         * src/setup.h
13048         * src/simple-gettext.c
13049         * src/sourcewindow.c
13050         * src/sourcewindow.h
13051         * src/ssl_manager.c
13052         * src/ssl_manager.h
13053         * src/statusbar.c
13054         * src/statusbar.h
13055         * src/stock_pixmap.c
13056         * src/stock_pixmap.h
13057         * src/summary_search.c
13058         * src/summary_search.h
13059         * src/summaryview.c
13060         * src/summaryview.h
13061         * src/syldap.c
13062         * src/syldap.h
13063         * src/textview.c
13064         * src/textview.h
13065         * src/toolbar.c
13066         * src/toolbar.h
13067         * src/undo.c
13068         * src/undo.h
13069         * src/unmime.c
13070         * src/unmime.h
13071         * src/vcard.c
13072         * src/vcard.h
13073         * src/wizard.c
13074         * src/wizard.h
13075         * src/common/base64.c
13076         * src/common/base64.h
13077         * src/common/defs.h
13078         * src/common/hooks.c
13079         * src/common/hooks.h
13080         * src/common/log.c
13081         * src/common/log.h
13082         * src/common/md5.c
13083         * src/common/md5.h
13084         * src/common/mgutils.c
13085         * src/common/mgutils.h
13086         * src/common/nntp.c
13087         * src/common/nntp.h
13088         * src/common/passcrypt.c
13089         * src/common/passcrypt.h.in
13090         * src/common/plugin.c
13091         * src/common/plugin.h
13092         * src/common/prefs.c
13093         * src/common/prefs.h
13094         * src/common/progressindicator.c
13095         * src/common/progressindicator.h
13096         * src/common/quoted-printable.c
13097         * src/common/quoted-printable.h
13098         * src/common/session.c
13099         * src/common/session.h
13100         * src/common/smtp.c
13101         * src/common/smtp.h
13102         * src/common/socket.c
13103         * src/common/socket.h
13104         * src/common/ssl.c
13105         * src/common/ssl.h
13106         * src/common/ssl_certificate.c
13107         * src/common/ssl_certificate.h
13108         * src/common/string_match.c
13109         * src/common/string_match.h
13110         * src/common/stringtable.c
13111         * src/common/sylpheed.c
13112         * src/common/sylpheed.h
13113         * src/common/template.c
13114         * src/common/template.h
13115         * src/common/timing.h
13116         * src/common/utils.c
13117         * src/common/utils.h
13118         * src/common/uuencode.c
13119         * src/common/uuencode.h
13120         * src/common/version.h.in
13121         * src/common/xml.c
13122         * src/common/xml.h
13123         * src/common/xmlprops.c
13124         * src/common/xmlprops.h
13125         * src/gtk/about.c
13126         * src/gtk/about.h
13127         * src/gtk/colorlabel.c
13128         * src/gtk/colorlabel.h
13129         * src/gtk/colorsel.c
13130         * src/gtk/colorsel.h
13131         * src/gtk/description_window.c
13132         * src/gtk/description_window.h
13133         * src/gtk/filesel.c
13134         * src/gtk/filesel.h
13135         * src/gtk/foldersort.c
13136         * src/gtk/foldersort.h
13137         * src/gtk/gtkutils.c
13138         * src/gtk/gtkutils.h
13139         * src/gtk/inputdialog.c
13140         * src/gtk/inputdialog.h
13141         * src/gtk/logwindow.c
13142         * src/gtk/logwindow.h
13143         * src/gtk/manage_window.c
13144         * src/gtk/manage_window.h
13145         * src/gtk/menu.c
13146         * src/gtk/menu.h
13147         * src/gtk/pluginwindow.c
13148         * src/gtk/pluginwindow.h
13149         * src/gtk/prefswindow.c
13150         * src/gtk/prefswindow.h
13151         * src/gtk/progressdialog.c
13152         * src/gtk/progressdialog.h
13153         * src/gtk/quicksearch.c
13154         * src/gtk/quicksearch.h
13155         * src/gtk/sslcertwindow.c
13156         * src/gtk/sslcertwindow.h
13157         * src/plugins/clamav/clamav_plugin.c
13158         * src/plugins/clamav/clamav_plugin.h
13159         * src/plugins/clamav/clamav_plugin_gtk.c
13160         * src/plugins/demo/demo.c
13161         * src/plugins/dillo_viewer/dillo_prefs.c
13162         * src/plugins/dillo_viewer/dillo_prefs.h
13163         * src/plugins/dillo_viewer/dillo_viewer.c
13164         * src/plugins/mathml_viewer/mathml_viewer.c
13165         * src/plugins/pgpcore/passphrase.c
13166         * src/plugins/pgpcore/passphrase.h
13167         * src/plugins/pgpcore/plugin.c
13168         * src/plugins/pgpcore/prefs_gpg.c
13169         * src/plugins/pgpcore/prefs_gpg.h
13170         * src/plugins/pgpcore/select-keys.c
13171         * src/plugins/pgpcore/select-keys.h
13172         * src/plugins/pgpcore/sgpgme.c
13173         * src/plugins/pgpcore/sgpgme.h
13174         * src/plugins/pgpinline/pgpinline.c
13175         * src/plugins/pgpinline/pgpinline.h
13176         * src/plugins/pgpinline/plugin.c
13177         * src/plugins/pgpmime/pgpmime.c
13178         * src/plugins/pgpmime/pgpmime.h
13179         * src/plugins/pgpmime/plugin.c
13180         * src/plugins/spamassassin/spamassassin.c
13181         * src/plugins/spamassassin/spamassassin.h
13182         * src/plugins/spamassassin/spamassassin_gtk.c
13183         * src/plugins/trayicon/trayicon.c
13184         * tools/OOo2sylpheed.pl
13185         * tools/acroread2sylpheed.pl
13186         * tools/asus_mailled.sh
13187         * tools/filter_conv.pl
13188         * tools/freshmeat_search.pl
13189         * tools/google_search.pl
13190         * tools/kmail2sylpheed.pl
13191         * tools/kmail2sylpheed_v2.pl
13192         * tools/maildir2sylpheed.pl
13193         * tools/multiwebsearch.pl
13194         * tools/newscache_clean.pl
13195         * tools/outlook2sylpheed.pl
13196         * tools/sylpheed-switcher
13197         * tools/update-po
13198         * tools/vcard2xml.py
13199         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
13200                 update FSF address
13201
13202 2005-09-21 [colin]      1.9.14cvs46
13203
13204         * src/gedit-print.c
13205         * src/procmsg.c
13206         * src/procmsg.h
13207         * src/textview.c
13208         * src/summaryview.c
13209                 Remove some printing hacks (deselection/reselection),
13210                 which by the way fix printing the currently 
13211                 displayed mime part (still only text)
13212                 Plus a little optimisation of summary_show
13213
13214
13215 2005-09-20 [colin]      1.9.14cvs45
13216
13217         * src/mainwindow.c
13218         * src/messageview.c
13219                 GUI fixups: add accels, set message
13220                 view title to displayed mail's subject
13221         * src/prefs_spelling.c
13222         * src/gtk/gtkaspell.c
13223                 GUI fixups: allow underlining misspelled
13224                 words instead of coloring them (a11y!)
13225
13226 2005-09-19 [colin]
13227
13228         1.9.15rc3 released
13229
13230 2005-09-19 [colin]      1.9.14cvs44
13231
13232         * src/compose.c
13233                 Fix draft message
13234         * src/gtk/gtkaspell.c
13235                 Fix wrong test ;-)
13236
13237 2005-09-19 [colin]      1.9.14cvs43
13238
13239         * src/addressbook.c
13240                 Fix sensitivity of Delete button
13241         * src/compose.c
13242                 Warn if the requested Privacy system
13243                 is not available
13244         * src/exphtmldlg.c
13245         * src/expldifdlg.c
13246         * src/importldif.c
13247         * src/importmutt.c
13248         * src/importpine.c
13249                 Fix crappy UI
13250         * src/
13251         * src/ssl.h
13252         * src/prefs_account.h
13253         * src/prefs_account.c
13254                 Save SSL prefs even in builds that have
13255                 SSL support disable
13256         * src/imap.c
13257         * src/inc.c
13258         * src/news.c
13259         * src/send_message.c
13260                 Warn if connection should be secure, but
13261                 SSL support isn't compiled in
13262         * src/gtkaspell.c
13263                 Fix word separation on UTF-8 systems
13264                 Fixes bug #812 (Strange inline spellchecking)
13265         * src/compose.c
13266                 Warn if the requested Privacy system
13267                 is not available
13268                 Factorize offline warning
13269         * src/imap.c
13270         * src/imap_gtk.c
13271         * src/imap_gtk.h
13272         * src/inc.h
13273         * src/news_gtk.c
13274         * src/news_gtk.h
13275         * src/messageview.c
13276                 Factorize offline warning
13277
13278 2005-09-19 [paul]
13279
13280         1.9.15-rc2 released
13281
13282 2005-09-18 [colin]      1.9.14cvs42
13283
13284         * src/codeconv.c
13285         * src/codeconv.h
13286         * src/procmime.c
13287                 Add a way to get locale's charset ignoring utf-8,
13288                 and use that as default encoding for broken mails
13289
13290 2005-09-18 [colin]      1.9.14cvs41
13291
13292         * src/gtk/logwindow.c
13293                 Translate string. Patch by Fabien Vantard
13294
13295 2005-09-18 [colin]      1.9.14cvs40
13296
13297         * configure.ac
13298                 Fix bug #803 (IMAP/SSL support breaks with 
13299                 GnuTLS libetpan 0.38)
13300
13301 2005-09-18 [colin]      1.9.14cvs39
13302
13303         * src/codeconv.c
13304         * src/compose.c
13305         * src/procmime.c
13306                 More charsets fixes. Fixes bug #806 (non
13307                 ascii characters in subject line)
13308
13309 2005-09-17 [paul]       1.9.14cvs38
13310
13311         * src/folderview.c
13312         * src/mainwindow.c
13313                 fix gcc-2.95 issues
13314                 Patch by Pawel Pekala
13315
13316 2005-09-17 [colin]      1.9.14cvs37
13317
13318         * src/addrindex.c
13319                 bugfix for NO-USE LDAP compilation, patch 
13320                 by Fabien Vantard
13321
13322 2005-09-17 [colin]      1.9.14cvs36
13323
13324         * src/prefs_actions.c
13325         * src/prefs_customheader.c
13326         * src/prefs_display_header.c
13327         * src/prefs_filtering_action.c
13328         * src/prefs_matcher.c
13329         * src/prefs_toolbar.c
13330                 Fix strange casts (less elegant but
13331                 works better)
13332
13333 2005-09-16 [colin]      1.9.14cvs35
13334
13335         * src/jpilot.c
13336                 Missed that one
13337
13338 2005-09-16 [colin]      1.9.14cvs34
13339
13340         * configure.ac
13341         * src/Makefile.am
13342         * src/addr_compl.c
13343         * src/addrindex.c
13344         * src/browseldap.c
13345         * src/editldap.c
13346         * src/ldaplocate.c
13347         * src/ldapquery.c
13348         * src/ldapquery.h
13349         * src/ldapserver.c
13350         * src/ldapserver.h
13351         * src/main.c
13352         * src/matcher_parser_parse.y
13353         * src/prefs_themes.c
13354         * src/etpan/Makefile.am
13355         * src/gtk/description_window.c
13356         * src/plugins/clamav/Makefile.am
13357         * src/plugins/clamav/clamav_plugin.c
13358         * src/plugins/dillo_viewer/Makefile.am
13359         * src/plugins/pgpcore/Makefile.am
13360         * src/plugins/pgpinline/Makefile.am
13361         * src/plugins/pgpmime/Makefile.am
13362         * src/plugins/trayicon/Makefile.am
13363                 Fix 100% cpu usage in address completion list
13364                 Fix little bugs (return with no values etc)
13365                 Fix all warnings (with common CFLAGS)
13366
13367 2005-09-15 [colin]      1.9.14cvs33
13368
13369         * src/addressbook.c
13370                 Fix bug where sometimes a group's email list is empty,
13371                 force its refresh (probably fixes "Re: how to create a 
13372                 distribution list")
13373         * src/ldapquery.c
13374                 Don't return to the callback in the main thread from the
13375                 fetch thread (or face segs!)
13376
13377 2005-09-15 [paul]       1.9.14cvs32
13378
13379         * src/prefs_matcher.c
13380                 forgotten in last commit
13381
13382 2005-09-15 [paul]       1.9.14cvs31
13383
13384         * src/prefs_actions.c
13385         * src/prefs_filtering_action.c
13386         * src/prefs_quote.c
13387         * src/quote_fmt.c
13388         * src/summaryview.c
13389         * src/gtk/description_window.c
13390         * src/gtk/description_window.h
13391         * src/gtk/quicksearch.c
13392                 allow interaction with the called
13393                 description window
13394                 Patch by Anders Hammar
13395
13396 2005-09-14 [paul]       1.9.14cvs30
13397
13398         * src/compose.c
13399                 fix a little annoyance when pasting with 3rd button 
13400                 with wrap_pastes=0 and wrap_input=1
13401                 Patch by Colin
13402
13403 2005-09-14 [paul]       1.9.14cvs29
13404
13405         * src/prefs_account.c
13406                 disable 'Filter messages on receiving' for
13407                 SMTP-only accounts
13408                 Patch  by Anders Hammar
13409
13410 2005-09-14 [paul]       1.9.14cvs28
13411
13412         * po/sk.po
13413                 fix crash
13414                 updated by Andrej Kacian
13415
13416 2005-09-14 [paul]
13417
13418         1.9.15-rc1 released
13419
13420 2005-09-14 [paul]       1.9.14cvs27
13421
13422         * po/es.po
13423                 updated by Ricardo Mones Lastra
13424         * src/compose.c
13425         * src/compose.h
13426                 associate no_wrap_tags to Compose windows
13427                 instead of using a static one
13428                 Patch by Colin
13429         * src/mbox.c
13430                 fix proc_mbox()
13431                 Patch by wwp
13432         * src/textview.c
13433                 remove unneeded printf()
13434
13435 2005-09-14 [paul]       1.9.14cvs26
13436
13437         * src/addrcache.c
13438         * src/codeconv.h
13439         * src/folder.h
13440         * src/mainwindow.h
13441         * src/mh.c
13442         * src/mimeview.h
13443         * src/partial_download.c
13444         * src/pop.c
13445         * src/prefs_account.c
13446         * src/prefs_account.h
13447         * src/prefs_actions.c
13448         * src/prefs_customheader.c
13449         * src/prefs_display_header.c
13450         * src/prefs_filtering_action.c
13451         * src/prefs_matcher.c
13452         * src/prefs_toolbar.c
13453         * src/privacy.h
13454         * src/procmime.c
13455         * src/procmime.h
13456         * src/procmsg.h
13457         * src/textview.c
13458         * src/undo.h
13459         * src/common/plugin.c
13460         * src/common/session.h
13461         * src/common/socket.c
13462         * src/common/socket.h
13463         * src/common/template.c
13464         * src/gtk/gtkaspell.c
13465         * src/gtk/quicksearch.h
13466         * src/plugins/pgpcore/passphrase.c
13467         * src/plugins/pgpcore/prefs_gpg.h
13468         * src/plugins/pgpcore/select-keys.c
13469         * src/plugins/pgpcore/select-keys.h
13470         * src/plugins/pgpcore/sgpgme.c
13471         * src/plugins/pgpinline/pgpinline.c
13472         * src/plugins/pgpmime/pgpmime.c
13473         * src/plugins/trayicon/trayicon.c
13474                 fix compilation warnings
13475                 Patch by Daniel Gustafson
13476
13477 2005-09-14 [paul]       1.9.14cvs25
13478
13479         * src/addressbook.c
13480                 add missing column header, and other small
13481                 bug fixes
13482                 Patch by Anders Hammar
13483
13484 2005-09-13 [colin]      1.9.14cvs24
13485
13486         * src/gtk/gtkaspell.c
13487                 Fix non-utf8 in menu
13488                 Fix little leaks
13489                 Nullify struct members after free()s
13490
13491 2005-09-13 [colin]      1.9.14cvs23
13492
13493         * src/compose.c
13494                 Test utf8 compliance before inserting to 
13495                 buffer, and try to convert if necessary
13496         * src/procmime.c
13497                 If no charset is present, use the locale 
13498                 one instead of us-ascii
13499         * src/procmsg.c
13500                 Add Sender, List-Post and To in the checked 
13501                 headers for automatic rules creation 
13502                 (thanks to wwp)
13503         * src/prefs_themes.c
13504         * src/gtk/gtkaspell.c
13505                 Remove deprecated functions. 
13506                 patch by Daniel Gustafson
13507
13508 2005-09-12 [colin]      1.9.14cvs22
13509
13510         * src/compose.c
13511                 Fix bug #448 (Scrolling/Redraw issue with 
13512                 address-fields in Header)
13513         * src/mainwindow.c
13514         * src/summaryview.c
13515         * src/summaryview.h
13516                 Fix loss of MSG_MARKED on move/copy
13517                 Fix bug #804 (Quicksearch togglebutton doesn't 
13518                 get depressed after '/' key is pressed)
13519
13520 2005-09-12 [paul]       1.9.14cvs21
13521
13522         * AUTHORS
13523         * src/gtk/logwindow.c
13524                 add 'Clear Log' to popup menu
13525                 Patch by Anders Hammar <anders.hammar@telia.com>
13526
13527 2005-09-12 [paul]       1.9.14cvs20
13528
13529         * src/compose.c
13530                 set correct sensitivity on attachments
13531                 popup menu
13532         * src/folder.c
13533                 fix typo
13534         * src/prefs_spelling.c
13535                 fix crash when no LANG env is set
13536         * src/common/xml.c
13537                 fix crash in wizard
13538                 don't use memeory after free
13539
13540         All patches by Daniel Gustafson
13541
13542 2005-09-12 [paul]       1.9.14cvs19
13543
13544         * src/prefs_themes.c
13545                 make theme info selectable
13546         * src/gtk/description_window.c
13547                 make window non-modal
13548         * tools/README
13549                 add details of asus_mailed.sh
13550         * tools/claws.i18n.status.pl
13551                 update for new zh_TW translator
13552                 widen the output
13553                 create alternate coloured lines
13554                 improve readability
13555
13556 2005-09-10 [colin]      1.9.14cvs18
13557
13558         * src/plugins/pgpcore/select-keys.c
13559                 Better order for the buttons
13560
13561 2005-09-10 [colin]      1.9.14cvs17
13562
13563         * src/compose.c
13564         * src/plugins/pgpcore/select-keys.c
13565         * src/plugins/pgpcore/select-keys.h
13566         * src/plugins/pgpcore/sgpgme.c
13567                 Add a "Don't encrypt" button to the key
13568                 selection dialog. Fixes bug #177 (There should be a 
13569                 'Don't encrypt button in the Select Keys dialog)
13570
13571 2005-09-10 [colin]      1.9.14cvs16
13572
13573         * src/compose.c
13574                 Fix bug #572 (%X option does not work with templates)
13575
13576 2005-09-10 [colin]      1.9.14cvs15
13577
13578         * src/toolbar.c 
13579                 Remove g_print
13580
13581 2005-09-10 [colin]      1.9.14cvs14
13582
13583         * src/imap.c
13584                 Fix a possible crash
13585
13586 2005-09-09 [colin]      1.9.14cvs13
13587
13588         * src/imap.c
13589         * src/etpan/imap-thread.c
13590         * src/etpan/imap-thread.h
13591                 Fix moving from queue or drafts to normal folders
13592                 Fix bug #794 (No way to delete without expunging)
13593                 Take flags unset by other mailers into account
13594                 Take deleted flag set by other mailers into account
13595                 Fix unsetting REPLIED flag
13596                 Fix crash when capabilities can't be retrieved
13597         * src/mainwindow.c
13598         * src/mainwindow.h
13599                 Add M_DELAYED_FLAGS condition, and let the user use
13600                 Execute in order to be able to expunge deleted mails,
13601                 even if he's not in delayed execute mode
13602         * src/prefs_spelling.c
13603                 Use 'en' dictionary by default if LANG is POSIX or C
13604         * src/gtk/prefswindow.c
13605                 Fix bug #767 (Preferences windows expanding) by making
13606                 the window a bit larger when the resolution is greater
13607                 than 640x480, and by putting the prefs in a
13608                 GtkScrolledWindow.
13609
13610 2005-09-09 [paul]       1.9.14cvs12
13611
13612         * AUTHORS
13613         * configure.ac
13614         * po/zh_TW.Big5.po      ** REMOVED **
13615         * po/zh_TW.po           ** ADDED **
13616                 updated by Wei-Lun Chao
13617
13618 2005-09-09 [paul]       1.9.14cvs11
13619
13620         * src/mainwindow.c
13621                 fix asserts
13622         * src/common/xml.c
13623                 delay memory allocation until file is
13624                 opened successfully
13625                 Patch by Daniel Gustafson
13626
13627 2005-09-09 [colin]      1.9.14cvs10
13628
13629         * src/imap.c
13630                 Add guards
13631
13632 2005-09-08 [colin]      1.9.14cvs9
13633
13634         * src/compose.c
13635                 Alert when we can't save draft
13636                 Fix various wrap/color issues
13637                 Add mid-click pasting respecting wrap_paste option
13638         * src/folder.c
13639         * src/folder.h
13640         * src/folder_item_prefs.c
13641         * src/folder_item_prefs.h
13642         * src/imap.c
13643         * src/imap_gtk.c
13644         * src/imap_gtk.h
13645         * src/main.c
13646         * src/mainwindow.c
13647         * src/mainwindow.h
13648         * src/news.c
13649         * src/news_gtk.c
13650         * src/news_gtk.h
13651         * src/prefs_folder_item.c
13652                 Fix the impossibility to synchronise folders for
13653                 offline use (IMAP and NNTP are concerned)
13654
13655 2005-09-08 [colin]      1.9.14cvs8
13656
13657         * configure.ac
13658                 Build LDAP and JPilot by default if available
13659         * src/textview.c
13660                 Fix use after free
13661
13662 2005-09-08 [paul]       1.9.14cvs7
13663
13664         * doc/manual/en/sylpheed-1.html
13665         * doc/manual/en/sylpheed-18.html
13666         * doc/manual/en/sylpheed-19.html
13667         * doc/manual/en/sylpheed-4.html
13668         * doc/manual/en/sylpheed-6.html
13669         * doc/manual/en/sylpheed.html
13670                 a few minor updates, plus include some
13671                 details about plugins and their requirements
13672         * src/mainwindow.c
13673                 minor changes to English in /View/Sort
13674
13675 2005-09-07 [colin]      1.9.14cvs6
13676
13677         * doc/manual/en/sylpheed-1.html
13678         * doc/manual/en/sylpheed-10.html
13679         * doc/manual/en/sylpheed-11.html
13680         * doc/manual/en/sylpheed-12.html
13681         * doc/manual/en/sylpheed-13.html
13682         * doc/manual/en/sylpheed-14.html
13683         * doc/manual/en/sylpheed-15.html
13684         * doc/manual/en/sylpheed-16.html
13685         * doc/manual/en/sylpheed-17.html
13686         * doc/manual/en/sylpheed-18.html
13687         * doc/manual/en/sylpheed-19.html
13688         * doc/manual/en/sylpheed-2.html
13689         * doc/manual/en/sylpheed-20.html
13690         * doc/manual/en/sylpheed-21.html
13691         * doc/manual/en/sylpheed-22.html
13692         * doc/manual/en/sylpheed-3.html
13693         * doc/manual/en/sylpheed-4.html
13694         * doc/manual/en/sylpheed-5.html
13695         * doc/manual/en/sylpheed-6.html
13696         * doc/manual/en/sylpheed-7.html
13697         * doc/manual/en/sylpheed-8.html
13698         * doc/manual/en/sylpheed-9.html
13699         * doc/manual/en/sylpheed.html
13700                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
13701
13702 2005-09-07 [colin]      1.9.14cvs5
13703
13704         * src/mainwindow.c
13705                 Make labels more to-the-point
13706
13707 2005-09-07 [colin]      1.9.14cvs4
13708
13709         * doc/manual/en/sylpheed-1.html
13710         * doc/manual/en/sylpheed-12.html
13711         * doc/manual/en/sylpheed-13.html
13712         * doc/manual/en/sylpheed-14.html
13713         * doc/manual/en/sylpheed-15.html
13714         * doc/manual/en/sylpheed-16.html
13715         * doc/manual/en/sylpheed-17.html
13716         * doc/manual/en/sylpheed-18.html
13717         * doc/manual/en/sylpheed-19.html
13718         * doc/manual/en/sylpheed-2.html
13719         * doc/manual/en/sylpheed-20.html
13720         * doc/manual/en/sylpheed-21.html
13721         * doc/manual/en/sylpheed-22.html
13722         * doc/manual/en/sylpheed-4.html
13723         * doc/manual/en/sylpheed-5.html
13724         * doc/manual/en/sylpheed-6.html
13725         * doc/manual/en/sylpheed-7.html
13726         * doc/manual/en/sylpheed-8.html
13727         * doc/manual/en/sylpheed-9.html
13728         * doc/manual/en/sylpheed.html
13729                 Update manual
13730
13731 2005-09-07 [colin]      1.9.14cvs3
13732
13733         * doc/faq/en/sylpheed-faq-1.html
13734         * doc/faq/en/sylpheed-faq-2.html
13735         * doc/faq/en/sylpheed-faq-3.html
13736         * doc/faq/en/sylpheed-faq.html
13737                 Update FAQ
13738
13739 2005-09-07 [colin]      1.9.14cvs2
13740
13741         * src/folderview.c
13742         * src/procmsg.c
13743         * src/summaryview.c
13744         * src/toolbar.c
13745                 Fix special subfolders:
13746                 - Inherit parent's icon
13747                 - sent contents of queues subfolders
13748                 - empty subfolders of trashes
13749         * src/mainwindow.c
13750                 Remove outdated manual and faq entries
13751         * src/common/utils.c
13752                 Add quotes around %s coming from mailcap
13753
13754 2005-09-07 [colin]      1.9.14cvs1
13755
13756         * src/compose.c
13757                 After saving draft, set modified to FALSE
13758         * src/mimeview.c
13759         * src/common/utils.c
13760         * src/common/utils.h
13761                 Try to open mime parts using what is 
13762                 indicated in ~/.mailcap or /etc/mailcap,
13763                 if possible.
13764
13765 2005-09-05 [paul]       1.9.14
13766
13767         1.9.14 released
13768
13769         * po/sk.po
13770                 updated by Andrej Kacian
13771
13772 2005-09-05 [paul]       1.9.13cvs83
13773
13774         * po/de.po
13775         * po/es.po
13776         * po/fi.po
13777         * po/fr.po
13778         * po/nb.po
13779         * po/pt_BR.po
13780         * po/sr.po
13781                 updated translations by Thomas Gilgin, Ricardo Mones
13782                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
13783                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
13784
13785 2005-09-04 [paul]       1.9.13cvs82
13786
13787         * src/compose.c
13788                 only warn about exceeded line length limit
13789                 on send
13790
13791 2005-09-04 [paul]       1.9.13cvs81
13792
13793         * src/compose.c
13794                 fix crash in 'line length exceeded' dialogue
13795
13796 2005-09-02 [paul]       1.9.13cvs80
13797
13798         * src/imap.c
13799                 fix bug 795, 'Connection lost IMAP'
13800                 and add statusbar prints
13801                 Patch by Colin
13802
13803 2005-09-02 [paul]       1.9.13cvs79
13804
13805         * src/compose.c
13806                 compose_wrap_paragraph() becomes
13807                 compose_beautify_paragraph()
13808                 Patch by Colin
13809
13810 2005-09-02 [colin]      1.9.13cvs78
13811
13812         * src/folderview.c
13813                 Micro-fix
13814
13815 2005-09-01 [colin]      1.9.13cvs77
13816
13817         * src/imap.c
13818                 Maybe fix bug #795 (Connection lost IMAP)
13819                 Don't try to send logout when we're disconnected.
13820         * src/summaryview.c
13821                 Include locked and marked emails in HRM
13822                 view. Fixes bug #800 (Locked messages no longer 
13823                 show up when hide read messages is used)
13824
13825 2005-09-01 [paul]       1.9.13cvs76
13826
13827         * src/prefs_common.c
13828                 fix bad cutting
13829
13830 2005-08-31 [colin]      1.9.13cvs75
13831
13832         * src/folderview.c
13833         * src/folderview.h
13834         * src/prefs_summaries.c
13835         * src/summaryview.c
13836                 Fix "go to next new", fix preference
13837                 (Open unread/next swapped)
13838
13839 2005-08-31 [paul]       1.9.13cvs74
13840
13841         * src/compose.c
13842         * src/folderview.c
13843         * src/headerview.c
13844         * src/headerview.h
13845         * src/mainwindow.c
13846         * src/prefs_common.c
13847         * src/prefs_common.h
13848         * src/prefs_fonts.c
13849         * src/summaryview.c
13850         * src/textview.c
13851         * src/common/defs.h
13852                 remove obsolete BOLD_FONT setting
13853                 fix font update in headerview and textview
13854                 headers after prefs change
13855                 Patch By Colin
13856
13857 2005-08-31 [paul]
13858
13859         1.9.14-rc4 released
13860
13861 2005-08-30 [colin]      1.9.13cvs73
13862
13863         * src/summaryview.c
13864                 When Hide read messages is selected and we
13865                 refresh the summaryview, don't remove the 
13866                 currently displayed message. Fixes bug #797
13867                 (Summary view reloads when new mail is 
13868                 downloaded in 1.9.14 rc)
13869
13870 2005-08-30 [colin]      1.9.13cvs72
13871
13872         * src/folderview.c
13873                 Fix flickering
13874         * src/mainwindow.c
13875                 Remove useless callback
13876         * src/mimeview.c
13877         * src/gtk/filesel.c
13878         * src/gtk/filesel.h
13879                 Add a filesel_select_file_save_folder() - used by Save All
13880
13881 2005-08-29 [paul]       1.9.13cvs71
13882
13883         * AUTHORS
13884         * src/matcher_parser_parse.y
13885         * src/etpan/imap-thread.c
13886                 fix building on FreeBSD
13887                 Patch by Daniel Gustafson <daniel@hobbit.se>
13888
13889 2005-08-29 [paul]       1.9.13cvs70
13890
13891         * src/plugins/pgpinline/pgpinline.c
13892                 only initialise sig result if it's been handled
13893                 Patch by Colin
13894
13895 2005-08-29 [paul]       1.9.13cvs69
13896         
13897         Patches by Colin:
13898
13899         * src/imap.c
13900         * src/common.utils.c
13901         * src/common/utils.h
13902                 optimisation
13903         * src/stock_pixmap.h
13904                 fix wrong icon reference
13905         * src/pixmaps/trash_btn.xpm
13906                 replace with nicer image
13907
13908 2005-08-28 [colin]      1.9.13cvs68
13909
13910         * src/Makefile.am
13911         * src/stock_pixmap.c
13912         * src/stock_pixmap.h
13913         * src/toolbar.c
13914         * src/pixmaps/trash_btn.xpm
13915                 Add a specific trash xpm for the button
13916
13917 2005-08-28 [colin]      1.9.13cvs67
13918
13919         * src/imap.c
13920                 Fix leak
13921
13922 2005-08-27 [colin]      1.9.13cvs66
13923
13924         * src/imap.c
13925         * src/procmime.c
13926                 Correctly fix "Problem with replies", fixes
13927                 pgpmime encryption too. 
13928
13929 2005-08-27 [colin]      1.9.13cvs65
13930
13931         * src/folder.c
13932         * src/procmsg.c
13933         * src/procmsg.h
13934         * src/summaryview.c
13935                 Fix bug #517 (messages removed from summaryview 
13936                 when moving fails)
13937
13938 2005-08-27 [colin]      1.9.13cvs64
13939
13940         * tools/Makefile.am
13941         * tools/asus_mailled.sh
13942                 Add a script to blink ASUS laptops' mail LED where there
13943                 is unread mail.
13944
13945 2005-08-27 [colin]      1.9.13cvs63
13946
13947         * src/imap.c
13948         * src/etpan/imap-thread.c
13949         * src/etpan/imap-thread.h
13950                 Implement automatic choosing of login method
13951                 Fixes bug #791
13952         * src/gtk/.cvsignore
13953                 Add sylpheed-marshal.[ch]
13954
13955 2005-08-27 [colin]      1.9.13cvs62
13956
13957         * src/common/utils.c
13958                 Fix confusing perror
13959
13960 2005-08-27 [colin]      1.9.13cvs61
13961
13962         * src/toolbar.c
13963         * src/toolbar.h
13964                 Remove A_DELETE, replace it with 
13965                 A_TRASH and A_DELETE_REAL. Automatically
13966                 rewrite config files to replace A_DELETE
13967                 with A_TRASH (no functionality change).
13968                 Fixes half of #794
13969
13970 2005-08-26 [colin]      1.9.13cvs60
13971
13972         * src/procmime.c
13973                 Previous "Problem with replies" fix brought other
13974                 problems, fixing them
13975
13976 2005-08-26 [colin]      1.9.13cvs59
13977
13978         * src/procmime.c
13979                 Fix "Problem with replies". This happened only
13980                 on IMAP...
13981         * src/procmsg.c
13982                 Factorize code a bit
13983         * src/compose.c
13984                 Speed improvement on very long messages (wrapping)
13985                 Fix signature color on Reedit and Redirect
13986                 On Reedit, don't attach pgp-signatures parts, but
13987                 set signing to On.
13988
13989 2005-08-24 [paul]       1.9.13cvs58
13990
13991         * src/compose.c
13992                 don't claim success when clicking
13993                 Cancel on the passphrase box.
13994                 Patch by Colin
13995
13996 2005-08-24 [paul]       1.9.13cvs57
13997
13998         * src/main.c
13999                 fix misplaced sylpheed.log
14000         * src/common/defs.h
14001                 define UIDL_DIR
14002
14003 2005-08-24 [paul]       1.9.13cvs56
14004
14005         * src/imap.c
14006         * src/etpan/imap-thread.c
14007         * src/etpan/imap-thread.h
14008                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
14009                 Patch by Colin
14010         * src/gtk/sylpheed-marshal.c    ** REMOVED **
14011         * src/gtk/sylpheed-marshal.h    ** REMOVED **
14012                 remove autogenerated files
14013         * tools/kdeservicemenu/README
14014         * tools/kdeservicemenu/install.sh
14015         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14016         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14017                 use Claws icon, use 'Sylpheed-Claws' in menu,
14018                 use kdialog, and other cleanups
14019
14020 2005-08-23 [paul]       1.9.13cvs55
14021
14022         * src/compose.c
14023                 fix paste/wrap crash
14024                 Patch by Colin
14025
14026 2005-08-23 [paul]       1.9.13cvs54
14027
14028         * src/main.c
14029                 fix crash recovery
14030                 Patch by Colin
14031
14032 2005-08-23 [paul]       1.9.13cvs53
14033
14034         * src/addressbook.c
14035         * src/editaddress.c
14036                 view all data of LDAP contacts
14037                 Patch by Colin
14038
14039 2005-08-23 [paul]       1.9.13cvs52
14040
14041         * src/addressbook.c
14042                 fix issues with the Search field
14043                 Patch by Colin
14044
14045 2005-08-22 [paul]       1.9.13cvs51
14046
14047         * src/folderview.c
14048                 put name of folder in processing dialog
14049                 title
14050         * src/prefs_folder_item.c
14051                 improve english usage
14052
14053 2005-08-22 [paul]       1.9.13cvs50
14054
14055         * src/filtering.c
14056         * src/filtering.h
14057         * src/matcher.c
14058         * src/matcher_parser_lex.l
14059         * src/matcher_parser_parse.y
14060         * src/prefs_filtering.c
14061                 add Filtering/Processing rule names feature.
14062                 (the incompatible old matcherrc is saved as
14063                 matcherrc.pre_names).
14064                 Patch by Colin
14065
14066 2005-08-22 [paul]       1.9.13cvs49
14067
14068         * src/procmsg.c
14069                 fix colour labelling
14070                 Patch by Colin
14071
14072 2005-08-22 [paul]       1.9.13cvs48
14073
14074         * src/textview.c
14075                 fix open_image_cb()
14076
14077 2005-08-22 [paul]       1.9.13cvs47
14078
14079         * src/imap.c
14080                 fix bug 789, 'SC crashes with imap (CVS ver)'
14081                 Patch by Colin
14082
14083 2005-08-22 [paul]       1.9.13cvs46
14084
14085         * src/mimeview.c
14086         * src/prefs_common.c
14087         * src/common/defs.h
14088                 define reused defaults in defs.h
14089         * src/textview.c
14090                 add 'Open image' to image popup menu
14091
14092 2005-08-21 [colin]      1.9.13cvs45
14093
14094         * src/summaryview.c
14095                 Fix bug #788 (Bogus "From" address displayed)
14096
14097 2005-08-20 [colin]      1.9.13cvs44
14098
14099         * src/folder.c
14100                 Fix buf #787 (multilevel delete causes SIGSEGV)
14101
14102 2005-08-19 [colin]      1.9.13cvs43
14103
14104         * src/inc.c
14105         * src/prefs_common.c
14106         * src/prefs_common.h
14107                 Add an hidden pref to allow modifying the
14108                 update stepping in incorporation.
14109                 Patch by wwp.
14110
14111 2005-08-19 [colin]      1.9.13cvs42
14112
14113         * src/compose.c
14114         * src/procmime.c
14115                 Workaround for broken MUAs: encode 
14116                 Content-type: name: as ASCII and 
14117                 Content-Disposition: filename: as
14118                 per rfc2231
14119         * src/prefs_account.c
14120                 Fix invisible-ness of SMTP SSL prefs
14121                 in NNTP accounts
14122
14123 2005-08-19 [paul]       1.9.13cvs41
14124
14125         * src/compose.c
14126         * src/prefs_common.c
14127         * src/prefs_common.h
14128         * src/prefs_wrapping.c
14129                 paste with or without wrapping.
14130                 patch by Colin
14131
14132 2005-08-19 [paul]       1.9.13cvs40
14133
14134         * src/prefs_common.c
14135         * src/prefs_common.h
14136         * src/summaryview.c
14137                 reintroduce enable_swap_from as a
14138                 hidden pref. patch by Colin
14139         * src/quote_fmt_parse.y
14140         * src/plugins/clamav/clamav_plugin.c
14141         * src/plugins/dillo_viewer/dillo_viewer.c
14142         * src/plugins/mathml_viewer/mathml_viewer.c
14143         * src/plugins/pgpcore/sgpgme.c
14144         * src/plugins/pgpinline/pgpinline.c
14145         * src/plugins/pgpmime/pgpmime.c
14146                 tidy up. patch by Colin
14147
14148 2005-08-19 [paul]       1.9.13cvs39
14149
14150         * configure.ac
14151                 complete cvs38's sync
14152         * src/editaddress.c
14153         * src/gedit-print.c
14154         * src/mutt.c
14155         * src/etpan/etpan-log.c
14156         * src/etpan/imap-thread.c
14157         * src/gtk/gtksourceprintjob.c
14158                 fix compilation warnings
14159                 (patch by Colin)
14160
14161 2005-08-19 [paul]       1.9.13cvs38
14162
14163         sync with main:
14164
14165         * src/account.c
14166         * src/action.c
14167         * src/addrbook.c
14168         * src/addrcache.c
14169         * src/addrharvest.c
14170         * src/addrindex.c
14171         * src/codeconv.c
14172         * src/compose.c
14173         * src/crash.c
14174         * src/exporthtml.c
14175         * src/exportldif.c
14176         * src/folder.c
14177         * src/image_viewer.c
14178         * src/inc.c
14179         * src/inc.h
14180         * src/jpilot.c
14181         * src/ldif.c
14182         * src/main.c
14183         * src/matcher.c
14184         * src/mbox.c
14185         * src/messageview.c
14186         * src/mh.c
14187         * src/mimeview.c
14188         * src/msgcache.c
14189         * src/mutt.c
14190         * src/news.c
14191         * src/partial_download.c
14192         * src/pine.c
14193         * src/pop.c
14194         * src/prefs_actions.c
14195         * src/prefs_common.c
14196         * src/prefs_customheader.c
14197         * src/prefs_display_header.c
14198         * src/prefs_gtk.c
14199         * src/prefs_themes.c
14200         * src/procheader.c
14201         * src/procmime.c
14202         * src/procmsg.c
14203         * src/recv.c
14204         * src/send_message.c
14205         * src/simple-gettext.c
14206         * src/sourcewindow.c
14207         * src/textview.c
14208         * src/vcard.c
14209         * src/common/defs.h
14210         * src/common/log.c
14211         * src/common/plugin.c
14212         * src/common/prefs.c
14213         * src/common/session.c
14214         * src/common/session.h
14215         * src/common/socket.c
14216         * src/common/socket.h
14217         * src/common/ssl_certificate.c
14218         * src/common/template.c
14219         * src/common/utils.c
14220         * src/common/utils.h
14221         * src/common/xml.c
14222         * src/gtk/about.c
14223         added wrappers for C library function that
14224                 take pathname arguments.
14225                 enabled compilation with MinGW.
14226                 use GDir instead of directly using opendir().
14227                 added rename_force().
14228
14229 2005-08-19 [paul]       1.9.13cvs37
14230         
14231         patches by Colin:
14232         * src/compose.c
14233                 fix privacy settings on re-editing
14234                 a sent message
14235         * src/jpilot.c
14236                 fix encoding bug
14237         * src/folder.c
14238         * src/procmsg.c
14239         * src/procmsg.h
14240         * src/summaryview.c
14241                 flag changing optimisation
14242
14243 2005-08-18 [martin]     1.9.13cvs36
14244
14245         * commitHelper
14246             added my login
14247         * src/addrcache.c
14248         * src/addrharvest.c
14249         * src/addrindex.c
14250         * src/compose.c
14251         * src/grouplistdialog.c
14252         * src/main.c
14253         * src/mainwindow.c
14254         * src/msgcache.c
14255         * src/mutt.c
14256         * src/pine.c
14257         * src/prefs_account.c
14258         * src/prefs_themes.c
14259         * src/stock_pixmap.c
14260         * src/summaryview.c
14261         * src/gtk/about.c
14262         * src/gtk/logwindow.c
14263             removed deprecated glib and gdk stuff
14264         * src/plugins/pgpcore/select-keys.c
14265             convert attributes from locale to utf8
14266
14267 2005-08-17 [paul]       1.9.13cvs35
14268
14269         * src/account.c
14270         * src/addressbook.c
14271                 use new GTK_STOCK_ icons if available
14272         * src/summaryview.c
14273         * src/gtk/gtksctree.c
14274         * src/gtk/gtksctree.h
14275                 faster range select. patch by Colin
14276
14277 2005-08-17 [paul]       1.9.13cvs34
14278
14279         patches by colin:
14280         * src/addressbook.c
14281         * src/addressitem.h
14282                 Add an edit button for contacts, fix selections
14283                 of gtksctree items
14284         * src/editaddress.c
14285                 Change labels, let Save be always possible in the
14286                 email and user atributes tabs
14287         * src/folderview.c
14288                 fix sort issues
14289         * src/summaryview.c
14290                 select next item instead of the displayed one
14291                 after deletion
14292
14293         * src/gtk/progressdialog.c
14294                 use prefs_common.enable_rules_hint
14295
14296 2005-08-13 [hoa]        1.9.13cvs33
14297
14298         * src/etpan/imap-thread.c
14299                 fixed build on Solaris.
14300
14301 2005-08-10 [colin]      1.9.13cvs32
14302
14303         * src/procmsg.c
14304                 Fix cvs31 (missing fclose before reading
14305                 the file)
14306
14307 2005-08-10 [colin]      1.9.13cvs31
14308
14309         * src/procmsg.c
14310                 Fix procmsg_msginfo_new_from_mimeinfo() when
14311                 the MimeInfo isn't stored in memory. This fixes
14312                 replying to an attached message.
14313
14314 2005-08-10 [colin]      1.9.13cvs30
14315
14316         * src/mainwindow.c
14317                 Fix slowness in account changing
14318
14319 2005-08-10 [colin]      1.9.13cvs29
14320
14321         * src/folder.c
14322         * src/folderutils.c
14323         * src/folderview.c
14324         * src/imap_gtk.c
14325         * src/mainwindow.c
14326         * src/mh_gtk.c
14327         * src/procmsg.c
14328         * src/summaryview.c
14329                 Optimize folder_has_parent_of_type
14330                 Prevent moving special sub-folders from contextual menus
14331                 Rework message a bit ("Empty all messages" -> "Delete all
14332                 messages")
14333                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
14334                 and "Deleted Items" folders)
14335
14336 2005-08-08 [colin]      1.9.13cvs28
14337
14338         * src/summaryview.c
14339         * src/prefs_summaries.c
14340                 Make "Select first unread|new" more flexible
14341                 (just prioritize new or unread)
14342
14343 2005-08-08 [colin]      1.9.13cvs27
14344
14345         * src/summaryview.c
14346                 If "select first new" is selected and there only
14347                 are unread messages, fallback to "select first
14348                 unread".
14349
14350 2005-08-08 [colin]      1.9.13cvs26
14351
14352         * src/folder.c
14353                 Fix shameful bugs (and bug #779)
14354
14355 2005-08-08 [colin]      1.9.13cvs25
14356
14357         * src/folder.c
14358         * src/folder.h
14359                 Cache parents' type to make folder_has_parent_of_type
14360                 faster
14361         * src/folderview.c
14362                 Forbid DnD of special sub-folders
14363         * src/procmsg.c
14364         * src/procmsg.h
14365                 Add MAIL_POSTFILTERING_HOOK
14366         * src/summaryview.c
14367                 Revert over-zealous deletion of the use_addr_book 
14368                 code
14369
14370 2005-08-07 [colin]      1.9.13cvs24
14371
14372         * src/folder.c
14373                 Fix big mistake (passing MsgInfo instead 
14374                 of FolderItem)
14375
14376 2005-08-07 [colin]      1.9.13cvs23
14377
14378         * src/compose.c
14379         * src/folder.c
14380         * src/folder.h
14381         * src/foldersel.c
14382         * src/folderutils.c
14383         * src/folderview.c
14384         * src/imap.c
14385         * src/mainwindow.c
14386         * src/messageview.c
14387         * src/mh.c
14388         * src/msgcache.c
14389         * src/procmime.c
14390         * src/summaryview.c
14391                 Make subfolders of Drafts, Queue, Outbox, Trash
14392                 work like their parents. 
14393                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
14394
14395 2005-08-07 [colin]      1.9.13cvs22
14396
14397         * src/addressbook.c
14398                 Fix bug #771 (Dragged contacts not saved)
14399
14400 2005-08-07 [paul]       1.9.13cvs21
14401
14402         * src/summaryview.c
14403                 fix bug 32 'Search Doesn't display results
14404                 if "Hide Read Messages" is chosen'
14405                 be more literal in interpreting 'Hide read
14406                 messages'
14407
14408 2005-08-07 [colin]      1.9.13cvs20
14409
14410         * src/folderview.c
14411                 Add debug
14412         * src/summaryview.c
14413                 Faster 'unthread_for_execution'
14414
14415 2005-08-06 [paul]       1.9.13cvs19
14416
14417         * src/mainwindow.c
14418                 add mnemonics to Set displayed columns
14419                 fix bug where msgview_visible option was
14420                 overwritten as TRUE on startup
14421
14422 2005-08-06 [paul]       1.9.13cvs18
14423
14424         * src/mainwindow.c
14425                 refer to 'displayed columns in folder/message
14426                 list' not 'displayed items in summary/message view'
14427         * src/prefs_display_header.c
14428                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
14429                 be consistent with similar dialogues
14430         * src/prefs_folder_column.c
14431         * src/prefs_summary_column.c
14432                 'columns' not 'items', and folder and message lists,
14433                 instead of folder and summary views;
14434                 Use 'Hidden columns' as list heading not 'Available
14435                 items';
14436                 move the 'Remove' button to the right hand side;
14437                 top-align the buttons;
14438                 remove unneeded vbox
14439         * src/prefs_summaries.c
14440                 put the 2 column prefs buttons in a frame to reduce
14441                 overall width; refer to columns not items &c.
14442
14443 2005-08-05 [colin]      1.9.13cvs17
14444
14445         * src/prefs_common.c
14446         * src/prefs_common.h
14447         * src/mainwindow.c
14448         * src/compose.c
14449         * src/messageview.c
14450                 Add an hidden toolbar_detachable pref, so
14451                 that I can get rid of these painful handles
14452                 in the toolbars. Defaults to TRUE to avoid
14453                 changing the GUI on unsuspecting people...
14454
14455 2005-08-05 [colin]      1.9.13cvs16
14456
14457         * src/Makefile.am
14458         * src/prefs_folder_column.c
14459         * src/prefs_folder_column.h
14460                 Add prefs for folder columns
14461         * src/folderview.c
14462         * src/folderview.h
14463         * src/mainwindow.c
14464         * src/mainwindow.h
14465         * src/prefs_common.c
14466         * src/prefs_common.h
14467         * src/prefs_summaries.c
14468                 Use them
14469         * src/prefs_summary_column.c
14470         * src/summaryview.c
14471         * src/summaryview.h
14472                 Add a To column
14473         * src/textview.c
14474         * src/common/utils.c
14475         * src/common/utils.h
14476                 Move uri colourisation functions
14477                 to utils
14478         * src/compose.c
14479                 Colourise URIs
14480         * src/imap.c
14481                 Fix bug with LIST where we'd try
14482                 to get Folder//////[...]/// 
14483
14484 2005-08-05 [paul]       1.9.13cvs15
14485
14486         * src/prefs_summaries.c
14487                 improve the English usage
14488         * src/summaryview.c
14489                 set font on column change
14490                 thanks to Colin
14491
14492 2005-08-05 [paul]       1.9.13cvs14
14493
14494         * src/prefs_common.c
14495         * src/prefs_common.h
14496         * src/prefs_summaries.c
14497         * src/summaryview.c
14498                 replace 'open_unread_on_enter' option with
14499                 'select_on_entry' option. opening/not opening
14500                 is now exclusively controlled by 'always_show_msg'
14501
14502 2005-08-04 [colin]      1.9.13cvs13
14503
14504         * src/compose.c
14505                 Remove dead code
14506                 Add colourisation of quotes and signatures
14507         * src/folderview.c
14508                 Fix possible crashes
14509         * src/messageview.c
14510                 Change an assert that is no problem
14511         * src/news.c
14512         * src/news_gtk.c
14513         * src/news_gtk.h
14514                 Fix offline mode
14515         * src/gtk/quicksearch.c
14516                 Fix a possible crash
14517
14518 2005-08-03 [colin]      1.9.13cvs12
14519
14520         * src/prefs_account.c
14521                 Fix bug #777 (Sylpheed crash in account configuration)
14522
14523 2005-08-03 [colin]      1.9.13cvs11
14524
14525         * src/addressbook.c
14526         * src/editaddress.c
14527         * src/editgroup.c
14528                 Fixing addressbook, round 2
14529         * src/textview.c
14530                 Fix emphasis color on rechecking 'Colorize messages'
14531
14532 2005-08-03 [paul]       1.9.13cvs10
14533
14534         sync with main
14535
14536         * src/addr_compl.c
14537         * src/compose.c
14538         * src/main.c
14539         * src/pop.c
14540         * src/prefs_account.c
14541         * src/procmime.c
14542         * src/procmsg.c
14543         * src/quote_fmt_parse.y
14544         * src/textview.c
14545         * src/common/quoted-printable.c
14546         * src/common/utils.c
14547         * src/common/utils.h
14548         * src/common/xml.c
14549                 replaced incorrect locale-independent
14550                 ctype functions with GLib's. Corrected
14551                 signedness mismatch.
14552         * src/headerview.c
14553                 headerview_create(): added spacing for vbox.
14554         * src/gtk/about.c
14555                 set focus to the OK button.
14556
14557 2005-08-03 [colin]      1.9.13cvs9
14558
14559         * src/folderview.c
14560                 Fix possible crash
14561
14562 2005-08-02 [colin]      1.9.13cvs8
14563
14564         * src/mainwindow.c
14565                 Fix cast
14566         * src/addressbook.c
14567         * src/addressitem.h
14568                 Fix a cast and more generally, try to make the
14569                 GUI more intuitive and consistent (round 1)
14570
14571 2005-08-02 [paul]       1.9.13cvs7
14572
14573         * src/folder.h
14574                 missing in 1.9.13cvs6
14575
14576 2005-08-02 [colin]      1.9.13cvs6
14577
14578         * src/folder.c
14579                 Fix one more leak
14580
14581 2005-08-02 [colin]      1.9.13cvs5
14582
14583         * src/folder.c
14584         * src/folderview.c
14585         * src/imap.c
14586         * src/main.c
14587         * src/mbox.c
14588         * src/procmsg.c
14589         * src/summaryview.c
14590                 Fix a number of folder_item_get_msg_list()-related
14591                 leaks (missing procmsg_msginfo_free()s)
14592
14593 2005-08-01 [colin]      1.9.13cvs4
14594
14595         * src/folderview.c
14596         * src/folderview.h
14597         * src/mainwindow.c
14598         * src/prefs_fonts.c
14599         * src/prefs_summaries.c
14600         * src/prefs_themes.c
14601         * src/summaryview.c
14602         * src/summaryview.h
14603         * src/textview.c
14604         * src/textview.h
14605                 Fix instant-apply of summary and folderview-related prefs
14606                 Fix erroneous g_free and alertpanels in prefs_theme
14607                 Add instant-apply for fonts
14608                 Defer applying of prefs a little bit so it's done only
14609                 once even if requested by multiples prefs pages
14610
14611 2005-08-01 [paul]       1.9.13cvs3
14612
14613         * src/main.c
14614                 fix bug 776 'S.C. crashes on close'
14615                 thanks to Colin
14616         * src/etpan/etpan-thread-manager-types.h
14617                 add missing include
14618                 thanks to Hoa
14619
14620 2005-07-25 [paul]       1.9.13cvs2
14621
14622         * src/summaryview.c
14623                 fix typos. spotted by Fabien Vantard
14624
14625 2005-07-24 [paul]       1.9.13cvs1
14626
14627         * doc/man/sylpheed.1
14628                 update man page, incorporating fix of
14629                 bug 769 'Typo in manpage'
14630         * src/etpan/imap-thread.c
14631                 fix NetBSD openssl dependencies. patch by
14632                 George Michaelson <ggm@apnic.net>
14633         * po/pt_BR.po
14634                 updated by Frederico Goncalves Guimaraes
14635
14636 2005-07-22 [paul]       1.9.13
14637
14638         1.9.13 release
14639
14640 2005-07-22 [paul]       1.9.12cvs91
14641
14642         * AUTHORS
14643         * INSTALL
14644         * README.claws
14645         * RELEASE_NOTES.claws
14646                 updated for release
14647         * configure.ac
14648         * po/nb.po
14649         * tools/claws.i18n.status.pl
14650                 add Norwegian translation. submiited by
14651                 Geir Helland <pjallabais@users.sourceforge.net>
14652         * po/ca.po
14653         * po/de.po
14654         * po/es.po
14655         * po/fi.po
14656         * po/fr.po
14657         * po/it.po
14658         * po/sk.po
14659         * po/sr.po
14660         * po/zh_CN.po
14661                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
14662                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
14663                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
14664                 Yang Guilong
14665         * src/plugins/clamav/clamav_plugin_gtk.c
14666         * src/plugins/spamassassin/spamassassin_gtk.c
14667                 replace outdated description strings
14668
14669 2005-07-21 [colin]      1.9.12cvs90
14670
14671         * src/folder.c
14672                 Set folder to batch mode when scanning it. Makes deletion
14673                 of unread mails on IMAP much faster (due to the UNREAD 
14674                 flag unsetting)
14675
14676 2005-07-21 [darko]      1.9.12cvs89
14677
14678         * configure.ac
14679                 link against libresolv if necessary (patch by Paul)
14680         * src/msgcache.c
14681                 use glib's portable macros to determine endianness
14682
14683 2005-07-21 [paul]       1.9.12cvs88
14684
14685         * src/crash.c
14686         * src/gtk/about.c
14687                 update compiled-in features list
14688
14689 2005-07-20 [colin]      1.9.12cvs87
14690
14691         * src/folder.c
14692         * src/textview.c
14693                 Gcc 2.9x compilation fixes, thanks to Darko
14694         * src/plugins/clamav/clamav_plugin.c
14695                 Little optimisation: load virus database only once
14696         * src/plugins/spamassassin/spamassassin.c
14697                 Big optimisation: filtering one mail took at least 1 second,
14698                 now it takes at least 50ms. Doesn't speed up spamassassin 
14699                 itself, but should already be much more tolerable.
14700
14701 2005-07-20 [colin]      1.9.12cvs86
14702
14703         * src/summaryview.c
14704                 Fix performance issue
14705
14706 2005-07-19 [colin]      1.9.12cvs85
14707
14708         * src/plugins/pgpinline/plugin.c
14709                 Fix warning
14710
14711 2005-07-19 [colin]      1.9.12cvs84
14712
14713         * configure.ac
14714         * src/plugins/Makefile.am
14715         * src/plugins/pgpinline/.cvsignore
14716         * src/plugins/pgpinline/Makefile.am
14717         * src/plugins/pgpinline/pgpinline.c
14718         * src/plugins/pgpinline/pgpinline.deps
14719         * src/plugins/pgpinline/pgpinline.h
14720         * src/plugins/pgpinline/plugin.c
14721                 Put pgpinline in the main tree
14722
14723 2005-07-19 [paul]       1.9.12cvs83
14724
14725         * src/prefs_actions.c
14726                 prevent '//' in menu names, which cause a crash
14727                 thanks to Colin
14728
14729 2005-07-19 [paul]       1.9.12cvs82
14730
14731         * configure.ac
14732                 be generally more informative in configure output.
14733                 OpenSSL: correction: '[ --enable-openssl ...' -> 
14734                 '[ --disable-openssl ...', as --enable-openssl is default
14735                 PGP/MIME: don't check for GPGME again, check for
14736                 pgpcore instead. Therefore prevent the possibility of
14737                 attempting to build pgpmime if pgpcore dependencies are
14738                 not met
14739                 ClamAV: use pkgconfig to check for lib
14740                 libgnomeprint: revert logic on inner test to match
14741                 everything else
14742         * src/plugins/pgpcore/sgpgme.c
14743                 add missing include
14744
14745 2005-07-19 [colin]      1.9.12cvs81
14746
14747         * src/summaryview.c
14748                 Fix slow thread rebuilding in particular
14749                 cases
14750
14751 2005-07-19 [paul]       1.9.12cvs80
14752
14753         * sylpheed-claws.desktop
14754                 fix typo, spotted by Stephan Sachse
14755         * src/account.c
14756                 replace GTK_STOCK_ADD with
14757                 GTK_STOCK_NEW button
14758
14759 2005-07-18 [colin]      1.9.12cvs79
14760
14761         * src/etpan/imap-thread.c
14762                 Fix return value (Thanks Hoa)
14763
14764 2005-07-18 [colin]      1.9.12cvs78
14765
14766         * src/imap.c
14767                 Allow empty passwords
14768                 Create drafts/queue/outbox if necessary
14769         * src/summaryview.c
14770                 Remove old code
14771         * src/etpan/imap-thread.c
14772                 Fix STARTTLS (Thanks to Hoa)
14773
14774 2005-07-18 [paul]       1.9.12cvs77
14775
14776         * ChangeLog-gtk2.jp
14777         * ChangeLog.jp
14778                 removed
14779         * Makefile.am
14780                 updated to reflect additions and removals
14781         * TODO
14782                 updated to be claws-specific
14783         * TODO-gtk2
14784         * TODO-gtk2.jp
14785         * TODO.jp
14786         * sylpheed-128x128.png
14787         * sylpheed-64x64.png
14788                 removed
14789         * sylpheed-claws-128x128.png
14790         * sylpheed-claws-64x64.png
14791         * sylpheed-claws.desktop
14792         * sylpheed-claws.png
14793                 added
14794         * sylpheed.desktop
14795         * sylpheed.png
14796                 removed
14797
14798 2005-07-17 [paul]       1.9.12cvs76
14799
14800         * src/account.c
14801         * src/addressbook.c
14802         * src/alertpanel.c
14803         * src/alertpanel.h
14804         * src/compose.c
14805         * src/exphtmldlg.c
14806         * src/expldifdlg.c
14807         * src/folderview.c
14808         * src/imap_gtk.c
14809         * src/inc.c
14810         * src/message_search.c
14811         * src/messageview.c
14812         * src/mh_gtk.c
14813         * src/news_gtk.c
14814         * src/prefs_actions.c
14815         * src/prefs_filtering.c
14816         * src/prefs_matcher.c
14817         * src/prefs_template.c
14818         * src/prefs_themes.c
14819         * src/ssl_manager.c
14820         * src/summary_search.c
14821         * src/textview.c
14822         * src/toolbar.c
14823         * src/gtk/sslcertwindow.c
14824         * src/plugins/pgpcore/sgpgme.c
14825                 rework alertpanels
14826
14827 2005-07-17 [colin]      1.9.12cvs75
14828
14829         * src/privacy.c
14830                 add a PrivacySystem accessor that checks that
14831                 the system cached in a MimeInfo's privacydata
14832                 is still registered. Use this accessor instead
14833                 of directly using data->system. Fixes crashes
14834                 after unloading pgp plugins.
14835
14836 2005-07-17 [colin]      1.9.12cvs74
14837
14838         * src/alertpanel.c
14839                 Change geometry hints to a simple default size.
14840                 Fixes the certs dialogs.
14841
14842 2005-07-17 [colin]      1.9.12cvs73
14843
14844         * src/gtk/sslcertwindow.c
14845                 Use a gtkExpander
14846
14847 2005-07-17 [colin]      1.9.12cvs72
14848
14849         * src/plugins/pgpcore/Makefile.am
14850         * src/plugins/pgpmime/Makefile.am
14851                 Add gpgme libs
14852
14853 2005-07-17 [paul]       1.9.12cvs71
14854
14855         * configure.ac
14856                 add --disable-gnomeprint option
14857                 modified version of patch by Marius Mauch
14858
14859 2005-07-17 [paul]       1.9.12cvs70
14860
14861         * src/common/defs.h
14862                 update urls
14863         * src/account.c
14864         * src/action.c
14865         * src/addressbook.c
14866         * src/compose.c
14867         * src/foldersel.c
14868         * src/folderview.c
14869         * src/html.c
14870         * src/imap_gtk.c
14871         * src/main.c
14872         * src/mainwindow.c
14873         * src/messageview.c
14874         * src/mh_gtk.c
14875         * src/mimeview.c
14876         * src/news_gtk.c
14877         * src/prefs_account.c
14878         * src/prefs_send.c
14879         * src/prefs_summaries.c
14880         * src/procmsg.c
14881         * src/summaryview.c
14882         * src/common/utils.c
14883         * src/common/xml.c
14884         * src/plugins/pgpcore/passphrase.c
14885         * src/plugins/pgpcore/select-keys.c
14886                 replace inappropriately used backticks
14887                 with single quotes
14888
14889 2005-07-16 [colin]      1.9.12cvs69
14890
14891         * src/image_viewer.c
14892                 Add extra paranoid checks
14893
14894 2005-07-16 [colin]      1.9.12cvs68
14895
14896         * src/plugins/pgpcore/prefs_gpg.c
14897                 Don't auto-check sigs by default, as it
14898                 can be really slow.
14899
14900 2005-07-16 [colin]      1.9.12cvs67
14901
14902         * src/plugins/pgpcore/sgpgme.c
14903                 Make messages a bit better.
14904
14905 2005-07-16 [colin]      1.9.12cvs66
14906
14907         * src/imap.c
14908                 Remove pseudo-log
14909         * src/etpan/imap-thread.c
14910                 Add real log
14911
14912 2005-07-16 [colin]      1.9.12cvs65
14913
14914         * src/main.c
14915         * src/prefs_other.c
14916                 And now, fix build with libetpan :-/
14917
14918 2005-07-15 [colin]      1.9.12cvs64
14919
14920         * src/prefs_other.c
14921                 Continue fixing build without libetpan.
14922
14923 2005-07-15 [colin]      1.9.12cvs63
14924
14925         * src/main.c
14926                 Fix build with --disable-libetpan
14927
14928 2005-07-15 [colin]      1.9.12cvs62
14929
14930         * configure.ac
14931                 Bump libetpan's version
14932
14933 2005-07-15 [colin]      1.9.12cvs61
14934
14935         * src/etpan/imap-thread.c
14936                 Actually stop logging :)
14937
14938 2005-07-15 [colin]      1.9.12cvs60
14939
14940         * src/addressbook.c
14941                 Fix dnd of multiple addresses.
14942
14943 2005-07-15 [hoa]        1.9.12cvs59
14944
14945         * src/etpan/imap-thread.c
14946             disable login of IMAP password in libetpan log file.
14947
14948 2005-07-15 [paul]       1.9.12cvs58
14949
14950         * src/account.c
14951                 don't automatically sort
14952                 do allow drag n drop
14953
14954 2005-07-15 [paul]       1.9.12cvs57
14955
14956         * src/account.c
14957         * src/ssl_manager.c
14958                 alphabetical listing
14959
14960 2005-07-15 [paul]       1.9.12cvs56
14961
14962         * src/gtk/pluginwindow.c
14963                 sort plugin list alphabetically
14964
14965 2005-07-15 [paul]       1.9.12cvs55
14966
14967         * src/prefs_spelling.c
14968         * src/prefs_wrapping.c
14969                 unify English usage
14970
14971 2005-07-15 [colin]      1.9.12cvs54
14972
14973         * src/wizard.c
14974                 Typo fix
14975
14976 2005-07-15 [paul]       1.9.12cvs53
14977
14978         * src/prefs_message.c
14979                 make 'show cursor' a hidden option
14980
14981 2005-07-14 [colin]      1.9.12cvs52
14982
14983         * src/plugins/spamassassin/Makefile.am
14984         * src/plugins/clamav/Makefile.am
14985                 Fix double EXTRA_DISTs
14986
14987 2005-07-14 [colin]      1.9.12cvs51
14988
14989         * src/plugins/clamav/Makefile.am
14990         * src/plugins/clamav/clamav_plugin_gtk.deps
14991         * src/plugins/spamassassin/Makefile.am
14992         * src/plugins/spamassassin/spamassassin_gtk.deps
14993                 Make $plugin_gtk depend on $plugin
14994
14995 2005-07-14 [hoa]        1.9.12cvs50
14996
14997         * src/etpan/imap-thread.c
14998                 enable debug log of libetpan when running with --debug
14999
15000 2005-07-14 [colin]      1.9.12cvs49
15001
15002         * configure.ac
15003         * src/common/Makefile.am
15004         * src/common/plugin.c
15005         * src/common/plugin.h
15006                 Add a little plugin dependancy system.
15007                 Plugins can ship a $plugin_name.deps file
15008                 (near them in PLUGINDIR) so that their
15009                 dependancies are loaded if possible.
15010         * src/plugins/Makefile.am
15011         * src/plugins/pgpcore/Makefile.am
15012         * src/plugins/pgpcore/passphrase.c
15013         * src/plugins/pgpcore/passphrase.h
15014         * src/plugins/pgpcore/plugin.c
15015         * src/plugins/pgpcore/prefs_gpg.c
15016         * src/plugins/pgpcore/prefs_gpg.h
15017         * src/plugins/pgpcore/select-keys.c
15018         * src/plugins/pgpcore/select-keys.h
15019         * src/plugins/pgpcore/sgpgme.c
15020         * src/plugins/pgpcore/sgpgme.h
15021                 Introduce pgpcore, used by pgpmime and
15022                 pgpinline
15023         * src/plugins/pgpmime/Makefile.am
15024         * src/plugins/pgpmime/passphrase.c
15025         * src/plugins/pgpmime/passphrase.h
15026         * src/plugins/pgpmime/pgpmime.c
15027         * src/plugins/pgpmime/pgpmime.deps
15028         * src/plugins/pgpmime/plugin.c
15029         * src/plugins/pgpmime/prefs_gpg.c
15030         * src/plugins/pgpmime/prefs_gpg.h
15031         * src/plugins/pgpmime/select-keys.c
15032         * src/plugins/pgpmime/select-keys.h
15033         * src/plugins/pgpmime/sgpgme.c
15034         * src/plugins/pgpmime/sgpgme.h
15035                 Remove the core from pgpmime and add the
15036                 dependancy to pgpcore.
15037
15038 2005-07-14 [paul]       1.9.12cvs48
15039
15040         * src/stock_pixmap.c
15041                 forgot this in last commit
15042
15043 2005-07-14 [paul]       1.9.12cvs47
15044
15045         * src/account.c
15046         * src/addressbook.c
15047                 add accelerators for the buttons (sync with main)
15048         * src/compose.c
15049         * src/compose.h
15050                 add accelerators for the buttons.
15051                 fix editing with external editor.
15052                 replace gdk_input_*() with GIOChannel;
15053                 (sync with main)
15054         * src/foldersel.c
15055                 display folder names with new/unread
15056                 representation (sync with main)
15057         * src/main.c
15058                 specify default window icon (sync with main)
15059         * src/prefs_common.c
15060                 use_addr_book default to FALSE
15061         * src/summaryview.c
15062         * src/textview.c
15063                 add accelerators for the buttons (sync with main)
15064         * src/gtk/menu.c
15065                 fix typos
15066         * src/pixmaps/sylpheed_icon.xpm
15067                 updated
15068
15069 2005-07-13 [paul]       1.9.12cvs46
15070
15071         * src/plugins/pgpmime/pgpmime.c
15072         * src/plugins/pgpmime/sgpgme.c
15073                 (temporarily) use deprecated gpgme_data_rewind()
15074                 while largefile support is not present
15075                 (as suggested by Colin)
15076
15077 2005-07-13 [paul]       1.9.12cvs45
15078
15079         * configure.ac
15080                 remove large file support (for now):
15081                 it breaks too many things
15082
15083 2005-07-13 [paul]       1.9.12cvs44
15084
15085         * configure.ac
15086                 add large file support
15087         * src/html.c
15088                 fix bug #763 where href attribute was not
15089                 the very first attribute of a link
15090                 patch by Thomas Gilgin
15091
15092 2005-07-13 [colin]      1.9.12cvs43
15093
15094         * src/gtk/pluginwindow.c
15095                 Little portability fix
15096
15097 2005-07-13 [colin]      1.9.12cvs42
15098
15099         * src/plugins/pgpmime/sgpgme.c
15100                 Fix crasher.
15101
15102 2005-07-13 [colin]      1.9.12cvs41
15103
15104         * src/plugins/pgpmime/pgpmime.c
15105         * src/plugins/pgpmime/sgpgme.c
15106                 Use gpgme_data_release_and_get_mem instead
15107                 of gpgme_data_read.
15108
15109 2005-07-13 [colin]      1.9.12cvs40
15110
15111         * configure.ac
15112         * src/plugins/pgpmime/passphrase.c
15113         * src/plugins/pgpmime/passphrase.h
15114         * src/plugins/pgpmime/pgpmime.c
15115         * src/plugins/pgpmime/plugin.c
15116         * src/plugins/pgpmime/select-keys.c
15117         * src/plugins/pgpmime/select-keys.h
15118         * src/plugins/pgpmime/sgpgme.c
15119         * src/plugins/pgpmime/sgpgme.h
15120                 Port pgpmime to gpgme-1.0.
15121
15122 2005-07-12 [paul]       1.9.12cvs39
15123
15124         * AUTHORS
15125         * src/toolbar.c
15126         * src/toolbar.h
15127                 add a 'Go to Prev' button to the toolbar.
15128                 correct tooltip text of go to buttons.
15129                 based on patch by Yang Guilong <bamanzi@gmail.com>
15130
15131 2005-07-12 [colin]      1.9.12cvs38
15132
15133         * src/statusbar.c
15134                 Fix progress bar showing stuff at startup.
15135
15136 2005-07-12 [paul]       1.9.12cvs37
15137
15138         * src/editjpilot.c
15139                 fix building with jpilot support
15140
15141 2005-07-11 [colin]      1.9.12cvs36
15142
15143         * src/inc.c
15144                 Add visual indication that filtering is running
15145         * src/textview.c
15146                 Make {}[] uri delimiters
15147         * src/summaryview.c
15148                 Remove useless (and slow) calls
15149
15150 2005-07-11 [paul]       1.9.12cvs35
15151
15152         * src/plugins/clamav/clamav_plugin_gtk.c
15153         * src/plugins/dillo_viewer/dillo_prefs.c
15154         * src/plugins/pgpmime/prefs_gpg.c
15155         * src/plugins/spamassassin/spamassassin_gtk.c
15156                 gather plugins prefs together under their
15157                 own 'Plugins' heading
15158
15159 2005-07-11 [paul]       1.9.12cvs34
15160
15161         sync with main
15162
15163         * src/account.c
15164                 account_delete(): modified alert dialog
15165         * src/editjpilot.c
15166         * src/editvcard.c
15167                 fixed a crash when cancelling file selection
15168                 dialog by Escape key. Made non-ascii filename
15169                 selectable.
15170         * src/prefs_template.c
15171                 prefs_template_window_create(): make scrolled
15172                 window policy AUTOMATIC
15173
15174 2005-07-10 [hoa]        1.9.12cvs33
15175
15176         * src/etpan/imap-thread.c
15177                 workaround for old Courier IMAP servers.
15178
15179 2005-07-10 [colin]      1.9.12cvs32
15180
15181         * src/folder.c
15182         * src/statusbar.c
15183         * src/statusbar.h
15184                 Add visual progress indicator on filtering/processing
15185                 Factorize the progress bar code
15186         * src/imap.c
15187         * src/imap.h
15188         * src/etpan/imap-thread.c
15189                 Add a reference counter to avoid destroying the Folder
15190                 while it's in use by another callback.
15191
15192 2005-07-09 [hoa]        1.9.12cvs31
15193
15194         * src/imap.c
15195         * src/etpan/imap-thread.c
15196                 fixed deadlock when removing IMAP account.
15197
15198 2005-07-08 [colin]      1.9.12cvs30
15199
15200         * src/textview.c
15201         * src/unmime.c
15202                 Fix again problems decoding broken headers
15203         * src/gtk/inputdialog.c
15204                 Fix local variable shadowing a global one
15205
15206 2005-07-08 [colin]      1.9.12cvs29
15207
15208         * src/msgcache.c
15209                 Make the cache/mark files platform-agnostic by writing
15210                 them in little-endian format. Reading them is also done
15211                 in little-endian format, of course; however, in order
15212                 to avoid trashing mark data on big-endian machines, the
15213                 files are, at first, read from the native format if the
15214                 little-endian one doesn't exist. This is easy to deter-
15215                 mine by trying to open a file with a swapped data_ver
15216                 and seeing if it's the wanted version.
15217                 Little-endian using users should see absolutely no
15218                 difference, Big-endian users may get a very little
15219                 performance drop due to byte-swapping.
15220                 Tested on i386 and ppc32. 
15221                 Fixes bug #159 (The index file, in the mailboxes, is 
15222                 hardware depending).
15223
15224                 To have the cache/mark files updated to the new little-
15225                 endian format, "Check for new messages" or even
15226                 "Rebuild folder tree" aren't enough. Files will be
15227                 updated as soon as a folder has been opened/closed.
15228                 To update everything, just select all folders by
15229                 selecting them one by one.
15230
15231 2005-07-07 [colin]      1.9.12cvs28
15232
15233         * src/imap.c
15234                 Remember the folder separator per IMAPFolder
15235                 instead of globally.
15236                 Revive the Session on noop; fixes bug #761
15237                 (mark a bunch of unread messages as read takes 
15238                 forever)
15239
15240 2005-07-07 [darko]      1.9.12cvs27
15241
15242         * src/common/template.c
15243                 Sort templates alphabetically
15244
15245 2005-07-06 [colin]      1.9.12cvs26
15246
15247         * src/imap.c
15248                 Try to use the correct separator in
15249                 most cases. Possibly fixes bug #759
15250                 (only creates the INBOX folder when 
15251                 setting up new IMAP account) and 
15252                 bug #760 (Can't retrieve messages)
15253
15254 2005-07-06 [colin]      1.9.12cvs25
15255
15256         * src/imap.c
15257                 Use real_path in status command. This will
15258                 help later, when namespaces will be used.
15259
15260 2005-07-06 [colin]      1.9.12cvs24
15261
15262         * configure.ac
15263         * src/account.c
15264         * src/folder.c
15265         * src/imap.c
15266         * src/etpan/etpan-log.c
15267         * src/etpan/etpan-thread-manager.c
15268         * src/etpan/imap-thread.c
15269                 Add a --disable-libetpan parameter. With this,
15270                 users that don't want IMAP4 support can avoid
15271                 the new dependancy (and have no IMAP support).
15272                 Users that have IMAP4 accounts and use this
15273                 parameter won't lose their configuration, their
15274                 IMAP accounts will just be invisible and not
15275                 used.
15276         * src/textview.c
15277                 Make the "Copy ..." contextual menu items 
15278                 copy to both the X clipboard and the gtk 
15279                 clipboard - as most other apps do.
15280         * src/gtk/about.c
15281                 Add a notice about OpenSSL usage, in order to
15282                 comply with OpenSSL's license (point 6):
15283                 http://www.openssl.org/source/license.html
15284
15285 2005-07-06 [colin]      1.9.12cvs23
15286
15287         * src/alertpanel.c
15288                 Fix a minimum size for alertpanels
15289         * src/compose.c
15290                 Show 'No space left on device' type errors
15291                 when queuing/sending
15292         * src/imap_gtk.c
15293         * src/mh_gtk.c
15294                 Rework folder's deletion message (remove 
15295                 extra \n)
15296
15297 2005-07-05 [colin]      1.9.12cvs22
15298
15299         * src/imap.c
15300                 Add an alertpanel on auth error
15301                 Add pseudo-log
15302                 Remove pthread-related stuff
15303
15304 2005-07-05 [colin]      1.9.12cvs21
15305
15306         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15307                 Fix crash on plugin reloading (with a hack)
15308
15309 2005-07-05 [colin]      1.9.12cvs20
15310
15311         * src/prefs_account.c
15312         * src/prefs_account.h
15313                 Fix typo
15314         * src/gtk/filesel.c
15315         * src/gtk/filesel.h
15316                 Add a way to filter the view
15317         * src/gtk/pluginwindow.c
15318                 Filter loadable stuff
15319         * src/plugins/pgpmime/prefs_gpg.c
15320                 Fix missing unregistration
15321         * .cvsignore
15322         * src/etpan/.cvsignore
15323         * src/plugins/spamassassin/.cvsignore
15324                 Add more stuff to cvs ignored files
15325
15326 2005-07-04 [colin]      1.9.12cvs19
15327
15328         * src/imap.c
15329                 Fix scan_required returning FALSE when it
15330                 shouldn't. Maybe fix #760 (Can't retrieve
15331                 messages)
15332
15333 2005-07-04 [colin]      1.9.12cvs18
15334
15335         * src/summaryview.c
15336                 Fix always_show_msg pref
15337
15338 2005-07-04 [paul]       1.9.12cvs17
15339
15340         sync with main (forgotten in last commit)
15341         
15342         * src/common/utils.c
15343         * src/common/utils.h
15344                 check_line_length(): new.
15345                 is_dir_exist()
15346                 is_file_entry_exist()
15347                 dirent_is_regular_file()
15348                 dirent_is_directory(): use g_file_test() instead of stat().
15349
15350 2005-07-04 [paul]       1.9.12cvs16
15351
15352         sync with main:
15353
15354         * src/compose.c
15355                 compose_write_to_file(): check for line
15356                 length limit and display warning if exceeds
15357         * src/jpilot.c
15358                 use get_home_dir() instead of g_get_home_dir()
15359         * src/procheader.c
15360                 removed warning about invalid date
15361         * src/vcard.c
15362                 use get_home_dir() instead of g_get_home_dir()
15363
15364 2005-07-04 [paul]       1.9.12cvs15
15365
15366         * src/stock_pixmap.c
15367                 fix new pixmap naming errors
15368                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
15369
15370 2005-07-04 [colin]      1.9.12cvs14
15371
15372         * src/imap.c
15373                 Fix debugging string with a warning
15374
15375 2005-07-04 [colin]      1.9.12cvs13
15376
15377         * configure.ac
15378                 Add a check for libetpan's version (>= 0.37)
15379
15380 2005-07-04 [hoa]        1.9.12cvs12
15381
15382         * commitHelper
15383         * src/imap.c
15384         * src/etpan/imap-thread.c
15385         * src/etpan/imap-thread.h
15386                 fixed IMAP implementation of check of mails.
15387
15388 2005-07-03 [hoa]        1.9.12cvs11
15389
15390         * src/etpan/Makefile.am
15391         * src/etpan/etpan-errors.h
15392         * src/etpan/etpan-log.[ch]
15393         * src/etpan/etpan-thread-manager-types.h
15394         * src/etpan/etpan-thread-manager.[ch]
15395         * src/etpan/imap-thread.[ch]
15396         * src/Makefile.am
15397         * src/imap.c
15398         * src/main.c
15399         * src/prefs_other.c
15400         * configure.ac
15401             merged imap branch.
15402             dependency on libetpan 0.37 is now added.
15403
15404 2005-07-01 [colin]      1.9.12cvs10
15405
15406         * src/Makefile.am
15407         * src/folder.c
15408         * src/folder.h
15409         * src/folderview.c
15410         * src/stock_pixmap.c
15411         * src/stock_pixmap.h
15412         * src/plugins/trayicon/trayicon.c
15413                 Add marked symbol on folders containing
15414                 marked messages
15415         * src/procmsg.c
15416         * src/procmsg.h
15417         * src/toolbar.c
15418         * src/prefs_common.c
15419         * src/prefs_common.h
15420         * src/prefs_send.c
15421                 Add an optional confirmation dialog on queue
15422                 sending. Patch by wwp.
15423         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
15424         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
15425         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
15426         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
15427         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
15428         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
15429         * src/pixmaps/inbox_mark.xpm            ** ADDED **
15430         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
15431         * src/pixmaps/outbox_mark.xpm           ** ADDED **
15432         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
15433         * src/pixmaps/trash_mark.xpm            ** ADDED **
15434                 New pixmaps
15435
15436 2005-07-01 [colin]      1.9.12cvs9
15437
15438         * src/summaryview.c
15439                 Fix a little threading bug
15440         * src/addrgather.c
15441         * src/mainwindow.c
15442                 A little bit of HIG normality never hurts
15443
15444 2005-07-01 [colin]      1.9.12cvs8
15445
15446         * src/compose.c
15447         * src/msgcache.c
15448         * src/pop.c
15449         * src/procmime.c
15450         * src/recv.c
15451         * src/common/log.c
15452         * src/common/template.c
15453         * src/common/utils.c
15454         * src/common/utils.h
15455                 Reverted the fwrite_atomic stuff. In fact
15456                 it is already atomic.
15457
15458 2005-06-30 [colin]      1.9.12cvs7
15459
15460         * src/common/utils.c
15461         * src/common/utils.h
15462                 Add an fwrite_atomic() function to make
15463                 sure we write everything: fwrite can make
15464                 short writes.
15465         * src/compose.c
15466         * src/msgcache.c
15467         * src/pop.c
15468         * src/procmime.c
15469         * src/recv.c
15470         * src/common/log.c
15471         * src/common/template.c
15472                 Use that (and fix swapping of size and nmemb).
15473                 Thanks to Rich Coe for the heads up.
15474
15475 2005-06-30 [colin]      1.9.12cvs6
15476
15477         * src/addressbook.c
15478                 Optimize addressbook opening 
15479
15480 2005-06-30 [colin]      1.9.12cvs5
15481
15482         * src/summaryview.c
15483                 Remove calls to summary_step after move/copy
15484
15485 2005-06-28 [paul]       1.9.12cvs4
15486
15487         * src/alertpanel.c
15488                 wrap and make the error msg selectable
15489
15490 2005-06-28 [paul]       1.9.12cvs3
15491
15492         * src/ssl_manager.c
15493                 replace the OK button with a Close button
15494         * src/gtk/foldersort.c
15495                 use GTK_STOCK_ icons/buttons
15496
15497 2005-06-28 [colin]      1.9.12cvs2
15498
15499         * src/gedit-print.c             ** ADDED **
15500         * src/gedit-print.h             ** ADDED **
15501         * src/gtk/gtksourceprintjob.c   ** ADDED **
15502         * src/gtk/gtksourceprintjob.h   ** ADDED **
15503                 I can't believe no one had enough time to tell
15504                 me I forgot the `cvs add`
15505
15506 2005-06-27 [colin]      1.9.12cvs1
15507
15508         * src/Makefile.am
15509         * src/gtk/Makefile.am
15510         * src/messageview.c
15511         * src/procmsg.c
15512         * src/summaryview.c
15513         * configure.ac
15514                 Add optional libgnomeprint-based printing
15515         * src/mainwindow.c
15516         * src/gtk/quicksearch.c
15517                 Add an Edit/Quick search menu item to show
15518                 and focus the quicksearch
15519
15520 2005-06-27 [paul]       1.9.12
15521
15522         1.9.12 release
15523
15524         * po/ca.po
15525         * po/de.po
15526         * po/es.po
15527         * po/fr.po
15528         * po/it.po
15529         * po/ko.po
15530         * po/pt_BR.po
15531         * po/sk.po
15532         * po/zh_CN.po
15533                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
15534                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
15535                 SungHyun Nam, Frederico Goncalves Guimaraes,
15536                 Andrej Kacian, and Yang Guilong
15537 2005-06-26 [colin]      1.9.11cvs106
15538
15539         * src/imap_gtk.c
15540                 Forgot one file for previous fix
15541
15542 2005-06-26 [colin]      1.9.11cvs105
15543
15544         * src/folder.c
15545         * src/imap.c
15546                 Fix problems with folder operations in no_select
15547                 imap folders. it applies only to mails, and 
15548                 creation/deletion/move/renaming of folders 
15549                 should be possible
15550
15551 2005-06-26 [paul]       1.9.11cvs104
15552
15553         * src/prefs_filtering.c
15554                 replace one more GTK_STOCK_REMOVE
15555                 with GTK_STOCK_DELETE
15556
15557 2005-06-25 [colin]      1.9.11cvs103
15558
15559         * src/imap.c
15560                 Optimize get_seq_set_from_seq_list
15561                 (Patch by Ricardo) 
15562
15563 2005-06-25 [colin]      1.9.11cvs102
15564
15565         * src/mh.c
15566                 If the directory exists, but not in the
15567                 correct encoding, rename it. This should
15568                 handle old-versions-induced bugs.
15569
15570 2005-06-25 [colin]      1.9.11cvs101
15571
15572         * src/mh.c
15573                 Fix path access with extended dir names
15574                 Fixes bug #589 (SC segfaults with wrong locale
15575                 settings)
15576
15577 2005-06-25 [colin]      1.9.11cvs100
15578
15579         * src/prefs_account.c
15580         * src/prefs_account.h
15581         * src/compose.c
15582                 Add an option to encrypt replies to
15583                 encrypted messages
15584
15585 2005-06-25 [colin]      1.9.11cvs99
15586
15587         * src/compose.c
15588         * src/quote_fmt_parse.y
15589                 ... And make it work with pgpinline.
15590
15591 2005-06-25 [colin]      1.9.11cvs98
15592
15593         * src/compose.c
15594         * src/procmime.c
15595         * src/procmime.h
15596         * src/quote_fmt_parse.y
15597                 o Make reedition of encrypted messages possible
15598                   (as long as it is encrypted to self too, no
15599                    magic there)
15600                 o Make replying with quote (and without selecting
15601                   text) possible for encrypted messages.
15602                 Closes bug #550 (Not possible to "reply with quote"
15603                 to gnupg encrypted messages)
15604
15605 2005-06-24 [paul]       1.9.11cvs97
15606
15607         * src/imap.c
15608                 add missing include
15609
15610 2005-06-24 [paul]       1.9.11cvs96
15611
15612         * src/editldap.c
15613                 made bind password entry invisible
15614                 (sync with main)
15615         * src/send_message.c
15616                 send_message_local(): check exit status
15617                 to detect errors (sync with main)
15618         * src/textview.c
15619                 use main's less ambiguous popup menu
15620                 wording
15621
15622 2005-06-24 [paul]       1.9.11cvs95
15623
15624         * src/prefs_actions.c
15625         * src/prefs_customheader.c
15626         * src/prefs_display_header.c
15627         * src/prefs_filtering_action.c
15628         * src/prefs_matcher.c
15629         * src/prefs_template.c
15630         * src/prefs_toolbar.c
15631                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
15632         * src/gtk/description_window.c
15633                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
15634
15635 2005-06-23 [colin]      1.9.11cvs94
15636
15637         * src/summaryview.c
15638                 Fix rough edges (be sure to call status_show whenever
15639                 necessary).
15640
15641 2005-06-23 [colin]      1.9.11cvs93
15642
15643         * src/summaryview.c
15644                 Optimize Select All
15645                 Before, in a 5K mails folder: 11s
15646                 After, in the same folder: 58000µs
15647                 The joys of locking... gtk_clist_select_all() fires a 
15648                 tree-select-row event for each selected row, which in 
15649                 summaryview, callbacks summary_selected which in turn,
15650                 calls summary_status_show, which walks the selected
15651                 rows. Hence, calling gtk_clist_select_all was 
15652                 exponential. Locking the summaryview makes 
15653                 summary_selected return early.
15654
15655 2005-06-23 [colin]      1.9.11cvs92
15656
15657         * src/imap.c
15658                 Move mutex at the important place to avoid
15659                 deadlocks
15660         * src/summaryview.c
15661                 Fix Del key deleting directly instead of
15662                 moving to trash
15663
15664 2005-06-22 [colin]      1.9.11cvs91
15665
15666         * src/plugins/spamassassin/libspamc.c
15667                 As we do spagetti code with assignations in multiple
15668                 places (see _message_read_raw where out = msg = raw),
15669                 let's be sure we don't free the same pointer twice.
15670                 Should fix bug #683 (Crash in libpam at 
15671                 message_cleanup).
15672
15673 2005-06-22 [colin]      1.9.11cvs90
15674
15675         * src/compose.c
15676         * src/messageview.c
15677         * src/toolbar.c
15678                 Make toolbar's delete use the move to trash stuff;
15679                 Add gtk_widget_realize to be sure pixmaps can get
15680                 created (that may fix an old worksforme bug which
15681                 I can't find back...)
15682
15683 2005-06-22 [colin]      1.9.11cvs89
15684
15685         * src/summaryview.c
15686         * src/summaryview.h
15687         * src/mainwindow.c
15688                 Rename "Message/Delete" to "Message/Move to trash"
15689                 Add "Message/Delete..." that directly destroys the
15690                 selected messages after asking for a confirmation.
15691
15692 2005-06-22 [colin]      1.9.11cvs88
15693
15694         * src/imap.c
15695                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
15696                 o Fix a deadlock (thanks Darko)
15697
15698 2005-06-22 [colin]      1.9.11cvs87
15699
15700         * src/gtk/foldersort.c
15701                 Add missing include for the i18n;
15702                 patch by Fabien Vantard
15703
15704 2005-06-21 [colin]      1.9.11cvs86
15705
15706         * src/folder.c
15707         * src/folderview.c
15708                 Respect the no_select flag
15709         * src/imap.c
15710                 Fix recursive deletion
15711         * src/imap_gtk.c
15712         * src/mh_gtk.c
15713                 Make the folder deletion's warning
15714                 more explicit
15715
15716 2005-06-21 [colin]      1.9.11cvs85
15717
15718         * src/textview.c
15719                 Prevent email addresses from spanning accross
15720                 lines - fixes bug # 646 (newline-chars in 
15721                 email addresses)
15722
15723 2005-06-20 [colin]      1.9.11cvs84
15724
15725         * src/folder.c
15726                 Be sure not to remove source if copy failed
15727
15728 2005-06-20 [colin]      1.9.11cvs83
15729
15730         * src/folderview.c
15731         * src/imap_gtk.c
15732                 remove summaryview's lock
15733         * src/imap.c
15734                 introduce threads to avoid problems when foreground tasks
15735                 interfere with background tasks
15736         * src/mh.c
15737                 prevent moving to drafts/queue
15738         * src/mimeview.c
15739                 fix leak
15740
15741 2005-06-19 [colin]      1.9.11cvs82
15742
15743         * src/imap_gtk.c
15744                 Remember that the user doesn't want to override
15745                 offline mode, for 3 seconds. It avoid presenting
15746                 him with N popups in a really short time.
15747
15748 2005-06-17 [colin]      1.9.11cvs81
15749
15750         * src/imap.c
15751                 Fix IMAP breaking on folders containing '('
15752                 (Probably won't be enough)
15753
15754 2005-06-17 [colin]      1.9.11cvs80
15755
15756         Forgotten files on 1.9.11cvs79
15757         * src/summaryview.c
15758                 Fix stepping when not immediately executing
15759         * src/imap.c
15760                 Really prevent UID FETCH 0
15761         * src/codeconv.c
15762                 Fix outgoing charset never set to utf-8
15763         * src/mh.c
15764                 Fix leak
15765
15766 2005-06-16 [colin]      1.9.11cvs79
15767
15768         * src/compose.c
15769                 Fix bug #707 (Dash splits rows)
15770                 Only wrap if we're on a line break position and
15771                 the previous one was a "white" (space) char.
15772                 Pango stuff is weird.
15773
15774 2005-06-16 [colin]      1.9.11cvs78
15775
15776         * src/imap_gtk.c
15777                 Lock summaryview while downloading messages
15778                 on user demand
15779         * src/procheader.c
15780         * src/unmime.c
15781         * src/common/utils.c
15782         * src/common/utils.h
15783                 Replace \r and \n with spaces in From and
15784                 Subject headers
15785
15786 2005-06-16 [paul]       1.9.11cvs77
15787
15788         * src/procmime.c
15789                 liberalise the mime parser
15790         * src/gtk/about.c
15791                 add text wrapping
15792
15793 2005-06-16 [paul]       1.9.11cvs76
15794
15795         * src/gtk/about.c
15796                 reworked
15797
15798 2005-06-15 [colin]      1.9.11cvs75
15799
15800         * src/compose.c
15801                 Finish header encoding fix
15802         * src/summaryview.c
15803                 Fix segfault
15804         * src/headerview.c
15805                 Fix compilation (Thanks Stephan
15806                 Sachse)
15807
15808 2005-06-15 [colin]      1.9.11cvs74
15809
15810         * Makefile.am
15811                 Install gnome2 stuff rather than gnome1, 
15812                 if both are present
15813         * src/codeconv.c
15814         * src/codeconv.h
15815         * src/compose.c
15816                 Fix headers encoding
15817         * src/folder.c
15818                 Visual progress when fetching all messages
15819         * src/folderview.c
15820         * src/summaryview.c
15821         * src/summaryview.h
15822                 Prevent changing current message while
15823                 incorporating
15824
15825 2005-06-15 [paul]       1.9.11cvs73
15826
15827         * src/gtk/gtkaspell.c
15828         * src/gtk/gtkaspell.h
15829                 fix build warnings
15830
15831 2005-06-15 [paul]       1.9.11cvs72
15832
15833         * src/prefs_filtering.c
15834                 allow reordering of filter rules by
15835                 drag n drop
15836
15837 2005-06-15 [paul]       1.9.11cvs71
15838
15839         * COPYING
15840                 updated
15841         * src/codeconv.c
15842                 replace deprecated function
15843         * src/inc.c
15844         * src/send_message.c
15845         * src/gtk/progressdialog.c
15846         * src/gtk/progressdialog.h
15847                 salvage and reuse parts of reverted sync
15848
15849 2005-06-15 [paul]       1.9.11cvs70
15850
15851         * src/inc.c
15852         * src/send_message.c
15853         * src/gtk/progressdialog.c
15854         * src/gtk/progressdialog.h
15855                 revert yesterday's sync with main
15856                 it contains deprecated functions
15857
15858 2005-06-15 [colin]      1.9.11cvs69
15859
15860         * src/headerview.c
15861                 Fix bug #670 (multi user to: will corrupt message 
15862                 headers display)
15863
15864 2005-06-15 [colin]      1.9.11cvs68
15865
15866         * src/compose.c
15867                 Fix bug #421 (Fix undo on wrapping)
15868
15869 2005-06-15 [colin]      1.9.11cvs67
15870
15871         * src/folder.c
15872                 Provide visual feedback while processing
15873                 folder's rules.
15874         * src/imap.c
15875                 Provide visual feedback while getting
15876                 short headers (for uncached messages)
15877
15878
15879 2005-06-14 [paul]       1.9.11cvs66
15880
15881         * src/account.c
15882                 change a couple stock icons
15883         * src/inc.c
15884         * src/send_message.c
15885         * src/gtk/progressdialog.c
15886         * src/gtk/progressdialog.h
15887                 sync main's GtkTreeView implementation
15888
15889 2005-06-14 [colin]      1.9.11cvs65
15890
15891         * src/imap.c
15892                 Various little fixes, mainly on error paths
15893
15894 2005-06-13 [colin]      1.9.11cvs64
15895
15896         * matcher.c
15897         * procmsg.c
15898         * procmsg.h
15899                 Add a way to fetch only headers. This speeds
15900                 up filtering on headers for IMAP. Fixes:
15901                 bug #481 extraneous imap commands slow down 
15902                         imap filtering
15903                 bug #522 Sylpheed downloads all messages 
15904                         when opening mailbox (IMAP)
15905                 bug #677 IMAP fetch is soooooooooooooo slow
15906         * src/folder.c
15907         * src/folder.h
15908                 Add a folder set_batch method so that
15909                 implementations can speed up flags changes
15910         * src/folderutils.c
15911         * src/summaryview.c
15912                 Use that in mark as (un)read and mark all read
15913                 Refix bug #679
15914         * src/imap.c
15915                 Implement set_batch - brings back deferred
15916                 flags in a less buggy manner. Fixes:
15917                 bug #729 IMAP immediate expunge of deleted messages
15918                 bug #191 remove list of messages with one command
15919                 Fix login with strange chars
15920                 Implement fetch_msg_full
15921                 Fix copy (wrong counts)
15922
15923 2005-06-12 [colin]      1.9.11cvs63
15924
15925         * src/folder.c
15926                 lock incorporation during long operations.
15927                 Avoids fucking up the IMAP socket.
15928
15929 2005-06-12 [colin]      1.9.11cvs62
15930
15931         * src/imap.c
15932                 Fix harmful typo
15933                 Factorize remove_all_msg
15934                 Thread-ize expunge
15935         * src/summaryview.c
15936                 Don't update partial-download status if unnecessary
15937         * src/folder.c
15938                 Use remove_msgs everywhere possible
15939
15940 2005-06-12 [colin]      1.9.11cvs61
15941
15942         * src/folder.c
15943         * src/folder.h
15944                 Add a remove_msgs function to remove a 
15945                 list of messages
15946         * src/imap.c
15947                 Implement that.
15948
15949 2005-06-12 [colin]      1.9.11cvs60
15950
15951         * src/imap.c
15952                 Remove flags-processing deferring... Too hard
15953                 to get it to work in all cases.
15954
15955 2005-06-11 [colin]      1.9.11cvs59
15956
15957         * src/imap.c
15958                 printf -> debug_print
15959
15960 2005-06-11 [colin]      1.9.11cvs58
15961
15962         * src/imap.c
15963                 o Fix build without USE_PTHREAD
15964                 o Factorize imap_open
15965                 o Alertpanel in case of impossible connection
15966                 o Alertpanel in case of impossible login
15967                 o Fix deferred flags processing to force a 
15968                   flush before adding some more flags to process,
15969                   but in another folder.
15970
15971 2005-06-10 [colin]      1.9.11cvs57
15972
15973         * src/imap.c
15974                 o Fix a format string error
15975                 o init ssl socket outside of the thread 
15976                   (it possibly invokes gtk calls)
15977         * src/procmime.c
15978                 o Put back the buffer to its necessary size
15979                 o Fix changing a file pointer without keeping
15980                   track of it (thanks Valgrind)
15981         * src/common/smtp.c
15982                 o Fix automatic STARTTLS if login should be done
15983                   and the server only allows it after starting TLS
15984         * src/gtk/gtkinputdialog.c
15985                 o Eat GDK_Return so that the combo popup doesn't 
15986                   appear when we press Enter to validate the combo
15987                   input dialog (as seen in the Open with... dialog)
15988
15989 2005-06-10 [colin]      1.9.11cvs56
15990
15991         * src/imap.c
15992                 o A bit less debug
15993                 o Fix a crash on deletion
15994                 o Threadize imap_select (it's called outside of 
15995                   threads)
15996                 o Defer treatment of DELETED flags
15997
15998
15999 2005-06-09 [colin]      1.9.11cvs55
16000
16001         * src/imap.c
16002                 Make sure we check imap_gtk_should_override(), which
16003                 potentially calls gtk stuff, before creating thread.
16004                 That way it should't be called via imap_get_session()
16005                 inside a thread.
16006
16007 2005-06-09 [colin]      1.9.11cvs54
16008
16009         * src/imap.c
16010                 o add a bit of status output
16011                 o remove some dead code
16012                 o threadize get_list_of_uids
16013                 o threadize imap_get_flags
16014                 o defer flag changing by 500ms so that they
16015                   can be batched
16016
16017
16018 2005-06-08 [colin]      1.9.11cvs53
16019
16020         * src/imap.c
16021                 Thread-ize imap_cmd_fetch
16022
16023 2005-06-08 [colin]      1.9.11cvs52
16024
16025         * src/main.c
16026                 Mmh, that broke POP3...
16027
16028 2005-06-08 [colin]      1.9.11cvs51
16029
16030         * src/main.c
16031                 Stabilize IMAP patch (thanks to Hoa)
16032
16033 2005-06-08 [colin]      1.9.11cvs50
16034
16035         * src/imap.c
16036                 Test patch to speed up imap. 
16037
16038 2005-06-08 [colin]      1.9.11cvs49
16039
16040         * src/imap_gtk.c
16041                 Warning fix
16042         * src/procmime.c
16043                 Apply patch from gentoo to use /usr/share/mime/globs if 
16044                 available, after un-breaking it
16045         * src/common/log.c
16046         * src/common/log.h
16047                 Use g_timeout for invoking hooks that possibly use gtk
16048                 calls. This should leave gtk calls in the main thread.
16049
16050 2005-06-08 [paul]       1.9.11cvs48
16051
16052         * src/codeconv.c
16053                 conv_get_outgoing_charset_str(): don't
16054                 use prefs_common setting
16055         * src/compose.c
16056         * src/compose.h
16057                 add /Options/Character encoding/... to
16058                 temporarily change the outgoing encoding
16059
16060         (belated sync with main)
16061
16062 2005-06-08 [paul]       1.9.11cvs47
16063
16064         * src/compose.c
16065                 correction to/completion of last
16066                 sync with main
16067
16068 2005-06-08 [paul]       1.9.11cvs46
16069
16070         sync with main:
16071         
16072         * src/codeconv.c
16073         * src/codeconv.h
16074                 always enabled Japanese auto-detection
16075                 if the first letters of locale string
16076                 is "ja"
16077         * src/compose.c
16078                 don't use "destroy" signal to destroy
16079                 Compose object (fix rare crashes on discard?)
16080         * src/mainwindow.c
16081         * src/messageview.c
16082         * src/prefs_send.c
16083                 added Hebrew encodings
16084         * src/sourcewindow.c
16085                 don't use "destroy" signal to destroy
16086                 objects
16087
16088 2005-06-07 [colin]      1.9.11cvs45
16089
16090         * src/summaryview.c
16091                 Add missing unlocks/locks
16092
16093 2005-06-07 [paul]       1.9.11cvs44
16094
16095         * src/summaryview.c
16096                 restore bug #749 fix
16097
16098 2005-06-06 [colin]      1.9.11cvs43
16099
16100         * src/summaryview.c
16101                 Fix selection bug when prefs_common.open_unread 
16102                 is FALSE
16103
16104 2005-06-06 [colin]      1.9.11cvs42
16105
16106         * src/common/md5.c
16107                 Fix a warning
16108         * src/summaryview.c
16109         * src/folderview.c
16110                 Factorize long operations beginning and end
16111                 (locking, freezing/thawing, cursor, ...)
16112                 Check selection->data member in selection-
16113                 related loops; this avoids dying an awful
16114                 death if the selection changes on us while
16115                 we're marking a whole IMAP folder unread, 
16116                 for example.
16117
16118 2005-06-06 [paul]       1.9.11cvs41
16119
16120         * src/textview.c
16121                 don't g_free() a static gchar buffer
16122
16123 2005-06-05 [colin]      1.9.11cvs40
16124
16125         * src/mainwindow.c
16126         * src/messageview.c
16127         * src/summaryview.c
16128                 Fix bug #749 (Show all headers should be
16129                 sticky as the GUI suggests)
16130
16131 2005-06-03 [paul]       1.9.11cvs39
16132
16133         * src/compose.c
16134                 don't allow editing of mail while sending.
16135                 patch by Colin
16136
16137 2005-06-03 [paul]       1.9.11cvs38
16138
16139         * src/folderview.c
16140                 add a freeze/thaw to speed up 'mark all read'
16141
16142 2005-06-03 [paul]       1.9.11cvs37
16143
16144         * src/prefs_message.c
16145                 reflect changes immediately
16146
16147 2005-06-02 [colin]      1.9.11cvs36
16148
16149         * po/POTFILES.in
16150                 Patch by Fabien Vantard.
16151
16152 2005-06-02 [colin]      1.9.11cvs35
16153
16154         * src/imap.c
16155                 Use a non-blocking imap_getline() if possible.
16156                 This should completely prevent the interface
16157                 from freezin on imap operations, although it
16158                 may do strange stuff in case of folder switching
16159                 while a big imap operation is taking place...
16160
16161                 In addition, fix a leak in the case thread
16162                 creation fails on connection.
16163
16164 2005-06-02 [colin]      1.9.11cvs34
16165
16166         * src/crash.c
16167         * src/prefs_common.h
16168                 Fix build (prefs_common_init() doesn't exist
16169                 anymore)
16170
16171 2005-06-02 [colin]      1.9.11cvs33
16172
16173         * src/prefs_account.c
16174                 Fix bug #245 (filtering rules broken when
16175                 renaming a remote account (imap4 or nntp)
16176
16177 2005-06-02 [colin]      1.9.11cvs32
16178
16179         * src/imap.c
16180                 Try to fix IMAP shortcomings: 
16181                 o Multithread imap_open()
16182                 o allow offline-mode overriding instead of
16183                   just returning NULL
16184         * src/imap_gtk.c
16185         * src/imap_gtk.h
16186                 Add a function to ask whether we want to
16187                 override offline-mode for 10 minutes (one-shot
16188                 asking was painful)
16189         * src/procheader.c
16190                 Fix segfault when imap parser isn't happy about
16191                 a missing {
16192
16193 2005-06-01 [colin]      1.9.11cvs31
16194
16195         * src/addrharvest.c
16196         * src/compose.c
16197         * src/mbox.c
16198         * src/mbox.h
16199         * src/mh.c
16200         * src/msgcache.c
16201         * src/send_message.c
16202         * src/setup.c
16203         * src/undo.c
16204         * src/common/hooks.c
16205         * src/common/prefs.c
16206         * src/common/template.c
16207         * src/common/utils.c
16208         * src/gtk/gtkutils.c
16209         * src/gtk/inputdialog.c
16210         * src/gtk/menu.c
16211         * src/gtk/pluginwindow.c
16212         * src/gtk/prefswindow.c
16213         * src/plugins/pgpmime/passphrase.c
16214         * src/plugins/pgpmime/prefs_gpg.c
16215                 More -Wall fixes
16216
16217         * src/common/Makefile.am
16218         * src/common/timing.h
16219                 Add basic timing code
16220
16221         * src/summaryview.c
16222                 Fix a bug with unread messages when 
16223                 re-sorting folders, and by the way
16224                 fix a big performance hit when 
16225                 re-sorting (10k mails: before 5s,
16226                 after .5s)
16227
16228         * src/prefs_compose_writing.c
16229         * src/prefs_compose_writing.h
16230         * src/prefs_message.c
16231         * src/prefs_message.h
16232         * src/prefs_other.c
16233         * src/prefs_other.h
16234         * src/prefs_quote.c
16235         * src/prefs_quote.h
16236         * src/prefs_receive.c
16237         * src/prefs_receive.h
16238         * src/prefs_send.c
16239         * src/prefs_send.h
16240         * src/prefs_summaries.c
16241         * src/prefs_summaries.h
16242                 Fix copyright banner
16243
16244 2005-06-01 [paul]       1.9.11cvs30
16245
16246         * po/fi.po
16247                 updated by Flammie Pirinen
16248         * src/procmime.c
16249                 fix 'Bad BASE64 content' output
16250
16251 2005-05-31 [colin]      1.9.11cvs29
16252
16253         * src/procmime.c
16254                 Oops, where did my hunk go.
16255
16256 2005-05-31 [colin]      1.9.11cvs28
16257
16258         * src/Makefile.am
16259         * src/account.c
16260         * src/action.c
16261         * src/addr_compl.c
16262         * src/addressbook.c
16263         * src/codeconv.c
16264         * src/compose.c
16265         * src/export.c
16266         * src/folder.c
16267         * src/folderview.c
16268         * src/image_viewer.c
16269         * src/main.c
16270         * src/mainwindow.c
16271         * src/messageview.c
16272         * src/mimeview.c
16273         * src/msgcache.c
16274         * src/prefs_account.c
16275         * src/prefs_actions.c
16276         * src/prefs_common.c
16277         * src/prefs_compose_writing.c
16278         * src/prefs_customheader.c
16279         * src/prefs_ext_prog.c
16280         * src/prefs_filtering.c
16281         * src/prefs_filtering_action.c
16282         * src/prefs_fonts.c
16283         * src/prefs_image_viewer.c
16284         * src/prefs_message.c
16285         * src/prefs_message.h
16286         * src/prefs_msg_colors.c
16287         * src/prefs_other.c
16288         * src/prefs_other.h
16289         * src/prefs_quote.c
16290         * src/prefs_receive.c
16291         * src/prefs_receive.h
16292         * src/prefs_send.c
16293         * src/prefs_send.h
16294         * src/prefs_spelling.c
16295         * src/prefs_summaries.c
16296         * src/prefs_summary_column.c
16297         * src/prefs_template.c
16298         * src/prefs_themes.c
16299         * src/prefs_toolbar.c
16300         * src/prefs_wrapping.c
16301         * src/procmime.c
16302         * src/procmsg.c
16303         * src/send_message.h
16304         * src/ssl_manager.c
16305         * src/summary_search.c
16306         * src/summaryview.c
16307         * src/textview.c
16308         * src/wizard.c
16309         * src/common/smtp.c
16310         * src/common/smtp.h
16311         * src/gtk/gtkutils.h
16312                 o Move the rest of Common prefs to new style
16313                 o Lots of -Wall warning fixes
16314                 o fix FIXME in cache memusage calculation
16315                 o Let return receipts be sent from any account
16316                 o Little cache optimisation (read)
16317                 o Fix bug #746 (don't treat commas as separators
16318                   when inside a quoted string)
16319
16320 2005-05-31 [paul]       1.9.11cvs27
16321
16322         * src/prefs_common.c
16323                 fix 'off-by-one' typo
16324
16325 2005-05-31 [paul]       1.9.11cvs26
16326
16327         * src/account.c
16328         * src/addr_compl.c
16329         * src/compose.c
16330         * src/foldersel.c
16331         * src/prefs_actions.c
16332         * src/prefs_common.c
16333         * src/prefs_common.h
16334         * src/prefs_customheader.c
16335         * src/prefs_display_header.c
16336         * src/prefs_filtering.c
16337         * src/prefs_filtering_action.c
16338         * src/prefs_matcher.c
16339         * src/prefs_summaries.c
16340         * src/prefs_summary_column.c
16341         * src/prefs_template.c
16342         * src/prefs_toolbar.c
16343         * src/ssl_manager.c
16344         * src/gtk/pluginwindow.c
16345         * src/gtk/prefswindow.c
16346         * src/gtk/progressdialog.c
16347                 add hidden prefs 'enable_rules_hint'
16348                 for gtk_tree_view_set_rules_hint()
16349                 (sync with main)
16350                 
16351
16352 2005-05-31 [colin]      1.9.11cvs25
16353
16354         * src/Makefile.am
16355         * src/main.c
16356         * src/prefs_common.c
16357         * src/prefs_summaries.c ** ADDED **
16358         * src/prefs_summaries.h ** ADDED **
16359                 Common/Display -> Display/Summaries
16360
16361 2005-05-31 [colin]      1.9.11cvs24
16362
16363         * src/Makefile.am
16364         * src/main.c
16365         * src/prefs_quote.c ** ADDED **
16366         * src/prefs_quote.h ** ADDED **
16367                 Move Common/Quote to Compose/Quoting
16368         * src/prefs_common.c
16369         * src/prefs_common.h
16370                 Remove old quote stuff, add
16371                 convenience functions for GtkTextView prefs
16372         * src/gtk/prefswindow.c
16373                 Set default height higher
16374
16375 2005-05-30 [colin]      1.9.11cvs23
16376
16377         * src/Makefile.am
16378         * src/main.c
16379         * src/prefs_common.c
16380         * src/prefs_compose_writing.c ** ADDED **
16381         * src/prefs_compose_writing.h ** ADDED **
16382                 Move Common/Compose prefs to Compose/Writing
16383
16384 2005-05-30 [colin]      1.9.11cvs22
16385
16386         * src/common/utils.c
16387                 Fix bug #651 (Confused Attract by Subject)
16388                 Patch by M. Benkmann <haferfrost@web.de>
16389         * AUTHORS
16390
16391 2005-05-30 [colin]      1.9.11cvs21
16392
16393         * src/compose.c
16394                 Fix concatenation of different headers of
16395                 the same type (bug #645)
16396         * src/prefs_folder_item.c
16397                 Fix bug #699 (setting color to black doesn't
16398                 work immediately)
16399         * src/procmime.c
16400                 Print out decoding error only once per
16401                 block
16402
16403 2005-05-30 [paul]       1.9.11cvs20
16404
16405         * src/common/template.c
16406                 fix Bcc
16407
16408 2005-05-30 [paul]       1.9.11cvs19
16409
16410         * doc/src/rfc2368.txt   **NEW FILE**
16411         * src/compose.c
16412                 compose_entries_set(): don't interpret Bcc
16413                 header field (conform to RFC 2368)
16414                 (sync with main)
16415
16416 2005-05-29 [colin]      1.9.11cvs18
16417
16418         * src/prefs_common.c
16419                 Let the default reply format respect
16420                 netiquette by cutting the signature.
16421
16422 2005-05-29 [colin]      1.9.11cvs17
16423
16424         * src/summaryview.c
16425                 Don't let always_show_msg override
16426                 open_unread_on_enter when opening a new
16427                 directory.
16428
16429 2005-05-27 [paul]       1.9.11cvs16
16430
16431         sync with main:
16432
16433         * src/main.c
16434                 app_will_exit(): cleanup tmp directory when exit
16435         * src/message_search.c
16436                 improved the interface and made code cleanup.
16437                 removed Clear button
16438         * src/send_message.c
16439                 send_message_local(): use GSpawn, and detect errors
16440         * src/summary_search.c
16441                 improved the interface and made code cleanup
16442         * src/textview.c
16443                 textview_write_link(): also skip non-ascii space
16444                  at the head of link strings (phishing check
16445                  didn't work at the case)
16446         * src/common/utils.c
16447                 get_command_output(): use g_spawn_command_line_sync()
16448                 instead of popen()
16449
16450 2005-05-26 [colin]      1.9.11cvs15
16451
16452         * src/folder.c
16453                 remove printf
16454
16455 2005-05-26 [colin]      1.9.11cvs14
16456
16457         * src/common/nntp.c
16458                 Fix nntp mode reader (bug #611)
16459                 Patch by Florian Mickler <florian@mickler.org>
16460
16461 2005-05-26 [colin]      1.9.11cvs13
16462
16463         * src/plugins/pgpmime/passphrase.c
16464                 Fix mouse grabbing (bug #557)
16465
16466 2005-05-26 [colin]      1.9.11cvs12
16467
16468         * src/prefs_themes.c
16469                 Fix g_warning (bug #541)
16470
16471 2005-05-26 [colin]      1.9.11cvs11
16472
16473         * src/prefs_actions.c
16474         * src/prefs_template.c
16475                 Fix bug #506 (no warning if action/template
16476                 is not saved)
16477         * src/common/template.c
16478                 Fix a possible crash
16479
16480 2005-05-26 [colin]      1.9.11cvs10
16481
16482         * src/folder.c
16483         * src/folderview.c
16484         * src/procmsg.c
16485         * src/summaryview.c
16486                 Forbid locked messages to be moved or
16487                 deleted. Locked messages in trashes 
16488                 still get deleted, for performance
16489                 reason (mh.c::mh_remove_all_msgs)
16490
16491 2005-05-25 [colin]      1.9.11cvs9
16492
16493         * src/procmime.c
16494                 Use correct encoding when sending mails
16495                 with attachments that have accentued 
16496                 chars in their name
16497
16498 2005-05-24 [colin]      1.9.11cvs8
16499
16500         * src/summaryview.c
16501                 Fix bug #688 f) read/unread marker not
16502                 changed on first click
16503                 Also, optimize summary_status_show()
16504                 calls
16505         * src/folder.c
16506         * src/inc.c
16507         * src/procmime.c
16508                 Fix bug #688 b) and c) wrt message
16509                 attachments and signature
16510         * src/stock_pixmap.c
16511         * src/stock_pixmap.h
16512         * src/stock_pixmap.c
16513         * src/stock_pixmap.h
16514         * src/Makefile.am
16515         * src/pixmaps/clip_gpg_signed.xpm
16516                 Add clip/signed icon
16517
16518 2005-05-24 [colin]      1.9.11cvs7
16519
16520         * src/folder_item_prefs.c
16521                 whitespace fix
16522
16523 2005-05-24 [colin]      1.9.11cvs6
16524
16525         * src/folderview.c
16526         * src/prefs_common.c
16527         * src/prefs_common.h
16528                 Add a confirmation to folder drag and drop
16529                 fixes bug #156
16530         * src/alertpanel.c
16531         * src/alertpanel.h
16532                 fix _with_disable parameters so that
16533                 the buttons labels are specifiable too
16534         * src/plugins/pgpmime/sgpgme.c
16535                 reflect said change
16536                 
16537
16538 2005-05-24 [colin]      1.9.11cvs5
16539
16540         * src/folderview.c
16541                 Uncollapse/collapse folders on double-click
16542                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
16543                 closes bug #108
16544
16545 2005-05-23 [colin]      1.9.11cvs4
16546
16547         * src/common/socket.c
16548                 Check another special SSL_peek() error.
16549                 Should help wrt bug #728
16550
16551 2005-05-23 [colin]      1.9.11cvs3
16552
16553         * src/plugins/pgpmime/pgpmime.c
16554                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
16555                 breaking menu accelerators and stuff. Users will have to
16556                 reselect "PGP MIME" instead of "PGP/MIME" in their 
16557                 account's privacy preferences if needed.
16558
16559 2005-05-22 [paul]
16560
16561         * tools/kdeservicemenu/install.sh
16562                 use kdesu to prompt for root password if doing
16563                 global install/uninstall
16564
16565 2005-05-20 [colin]      1.9.11cvs2
16566
16567         * src/procmsg.c
16568                 Fix another compilation error with gcc-2.9x
16569                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
16570         * src/send_message.c
16571                 Don't send QUIT if we aren't connected
16572
16573 2005-05-19 [colin]      1.9.11cvs1
16574
16575         * src/procmsg.c
16576                 Fix compilation with gcc 2.9x
16577
16578 2005-05-19 [paul]       1.9.11
16579
16580         1.9.11 released
16581
16582 2005-05-19 [paul]       1.9.9cvs14
16583
16584         * src/gtk/inputdialog.c
16585                 prevent gettext warning
16586
16587 2005-05-19 [paul]       1.9.9cvs13
16588
16589         * src/mainwindow.c
16590         * src/prefs_common.c
16591         * src/prefs_common.h
16592         * src/textview.c
16593         * src/textview.h
16594                 add an option to toggle cursor in message
16595                 view (sync with main)
16596
16597 2005-05-18 [colin]      1.9.9cvs12
16598
16599         * src/compose.c
16600                 Dereference freed pointer
16601         * src/gtk/gtkaspell.c
16602                 Fix duplication of dictionaries (is it an aspell issue?)
16603
16604 2005-05-18 [colin]      1.9.9cvs11
16605
16606         * src/gtk/inputdialog.c
16607         * src/gtk/gtkaspell.c
16608                 HIGuify dialogs
16609         * src/alertpanel.c
16610                 Remove a double call
16611
16612 2005-05-17 [colin]      1.9.9cvs10
16613
16614         * src/gtk/gtkaspell.c
16615                 Fix dialogs, Ctrl-Enter accel
16616
16617 2005-05-17 [colin]      1.9.9cvs9
16618
16619         * src/gtk/gtkaspell.c
16620                 Fix some accelerators, escape in replace-window
16621
16622 2005-05-16 [colin]      1.9.9cvs8
16623
16624         * src/gtk/gtkaspell.c
16625                 Revert last commit, it was a mistake.
16626
16627 2005-05-16 [colin]      1.9.9cvs7
16628
16629         * src/gtk/gtkaspell.c
16630                 Remove buggy code while we're at it. It's a 
16631                 dead code path anyway.
16632
16633 2005-05-16 [colin]      1.9.9cvs6
16634
16635         * src/gtk/gtkaspell.c
16636                 Missed some gtk_menu_popup where deactivate
16637                 signal should be handled. Should fix bug
16638                 #629 a bit more.
16639
16640 2005-05-16 [colin]      1.9.9cvs5
16641
16642         * src/gtk/gtkaspell.c
16643                 Remove debug printf()s
16644
16645 2005-05-16 [colin]      1.9.9cvs4
16646
16647         * src/gtk/gtkaspell.c
16648                 Fix a bit aspell problems
16649                 (see bug #629)
16650
16651 2005-05-13 [colin]      1.9.9cvs3
16652
16653         * src/folderview.c
16654                 Fix the + appearing even when no subfolders
16655                 have unread messages. Thanks to wwp for the
16656                 bug report.
16657
16658 2005-05-11 [paul]       1.9.9cvs2
16659
16660         * src/folderview.c
16661                 correction to 1.9.9cvs1, only colour folders that
16662                 have new msgs (not unread msgs)
16663
16664 2005-05-10 [colin]      1.9.9cvs1
16665
16666         * src/folderview.c
16667         * src/summaryview.c
16668                 Try to fix bolding bugs again.
16669
16670 2005-05-09 [paul]
16671
16672         * tools/claws.i18n.status.pl
16673                 add Ricardo Mones Lastra's script that has been providing
16674                 the i18n status page for many months
16675
16676 2005-05-09 [paul]       1.9.9
16677
16678         1.9.9 release
16679
16680 2005-05-09 [paul]       1.9.6cvs58
16681
16682         * AUTHORS
16683         * INSTALL
16684         * README.claws
16685                 updated
16686         * Makefile.am 
16687         * RELEASE_NOTES.claws
16688                 add release notes to cvs to simplify release
16689                 procedure
16690         * configure.ac
16691                 add ca and fi to ALL_LINGUAS
16692         * po/Makefile.in.in
16693                 workaround for missing Makevars
16694         * po/ca.po
16695         * po/fi.po
16696                 add new Catalan and Finnish translations
16697                 submitted by Miquel Oliete and Flammie Pirinen
16698         * po/de.po
16699         * po/es.po
16700         * po/fr.po
16701         * po/it.po
16702         * po/pl.po
16703         * po/ru.po
16704         * po/sk.po
16705         * po/sr.po
16706         * po/zh_CN.po
16707                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
16708                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
16709                 Urke MMI, and Hansom Young
16710         * src/main.c
16711                 Fix drafting when quitting. compose_draft() closes the
16712                 compose windows, which modifies the compose_list GSList.
16713                 We have to refresh this list after echo drafting to avoid a
16714                 segfault
16715         * src/partial_download.c
16716                 fix segfault on exit
16717
16718 2005-05-06 [paul]       1.9.6cvs57
16719
16720         * src/grouplistdialog.c
16721                 quick fix/workaround for unresizeable newsgroup
16722                 name column 
16723
16724 2005-05-06 [paul]       1.9.6cvs56
16725
16726         * src/inc.c
16727         * src/mainwindow.c
16728                 use gettext plural forms
16729         * src/imap_gtk.c
16730         * src/mh_gtk.c
16731         * src/toolbar.c
16732                 small improvement to english usage
16733
16734 2005-05-05 [thorsten]   1.9.6cvs55
16735
16736         * src/folder.c
16737                 fix possible crash
16738
16739 2005-05-05 [paul]       1.9.6cvs54
16740         
16741         sync with HEAD
16742
16743         * AUTHORS
16744         * src/compose.c
16745                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
16746                 patch by Tim Mann
16747
16748 2005-05-05 [paul]       1.9.6cvs53
16749
16750         * src/mainwindow.c
16751                 fix resizing of separate message and
16752                 folder views
16753
16754 2005-05-05 [paul]       1.9.6cvs52
16755
16756         * src/account.c
16757         * src/addrgather.c
16758         * src/browseldap.c
16759         * src/exphtmldlg.c
16760         * src/expldifdlg.c
16761         * src/importmutt.c
16762         * src/importpine.c
16763         * src/main.c
16764         * src/mainwindow.c
16765         * src/noticeview.c
16766         * src/prefs_filtering.c
16767         * src/prefs_filtering_action.c
16768         * src/prefs_matcher.c
16769         * src/prefs_spelling.c
16770         * src/prefs_toolbar.c
16771         * src/toolbar.c
16772         * src/wizard.c
16773         * src/gtk/description_window.c
16774         * src/gtk/gtkvscrollbutton.c
16775         * src/gtk/progressdialog.c
16776         * src/gtk/quicksearch.c
16777         * src/plugins/pgpmime/prefs_gpg.c
16778         * src/plugins/spamassassin/spamassassin_gtk.c
16779                 replace deprecated gtk_widget_set_usize
16780
16781 2005-05-04 [colin]      1.9.6cvs51
16782
16783         * src/common/utils.c
16784                 Fix crash when subst_for_filename is called
16785                 with a NULL parameter
16786
16787 2005-05-04 [colin]      1.9.6cvs50
16788
16789         * src/partial_download.c
16790         * src/pop.c
16791                 Escape login when writing uidl file
16792                 fixes bug #736
16793
16794 2005-05-03 [colin]      1.9.6cvs49
16795
16796         * src/procmime.c
16797                 Fix possible DOS in mime parser
16798                 (see bug #634)
16799
16800 2005-05-02 [colin]      1.9.6cvs48
16801
16802         * src/compose.c
16803                 Try to fix the copy/paste mess once again.
16804
16805
16806 2005-04-30 [colin]      1.9.6cvs47
16807
16808         * src/prefs_account.h
16809         * src/procmsg.c
16810         * src/send_message.c
16811         * src/common/smtp.c
16812         * src/common/smtp.h
16813                 Try to batch sending mails (per account) instead of
16814                 reconnecting to server every time.
16815
16816 2005-04-29 [colin]      1.9.6cvs46
16817
16818         * src/messageview.c
16819                 Fix window resizing that refused to size down
16820         * src/prefs_common.c
16821         * src/prefs_common.h
16822         * src/prefs_filtering.c
16823                 Save Filtering's window size
16824
16825 2005-04-21 [paul]       1.9.6cvs45
16826
16827         * ChangeLog-gtk2.claws
16828         * src/setup.c
16829                 correction to sync
16830
16831 2005-04-21 [paul]       1.9.6cvs44
16832
16833         sync with main:
16834
16835         * src/setup.c
16836         * src/statusbar.c
16837         * src/statusbar.h
16838                 use gtkut_widget_draw_now(). Improved performance
16839                 of the update of statusbar
16840         * src/textview.c
16841                 textview_smooth_scroll_do(): redraw it after scroll
16842                 is done (fixed incorrect display when a part of the
16843                 view is hidden).
16844         * src/gtk/gtkutils.c
16845         * src/gtk/gtkutils.h
16846                 gtkut_widget_draw_now(): use gdk_window_process_updates()
16847                 to force update of widgets.
16848                 Removed gtkut_widget_wait_for_draw() which had a big
16849                 overhead  because of waiting for all events processed 
16850
16851 2005-04-20 [paul]       1.9.6cvs43
16852
16853         * src/codeconv.c
16854                 complete 1.9.6cvs42's sync:
16855                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
16856
16857 2005-04-19 [paul]       1.9.6cvs42
16858
16859         sync with main:
16860
16861         * src/action.c
16862                 catch_output(): correctly select the insert text
16863                 (fix invalid iterator warnings).
16864         * src/codeconv.c
16865         * src/codeconv.h
16866         * src/mainwindow.c
16867         * src/messageview.c
16868         * src/prefs_common.c
16869                 support GBK encoding.
16870         * src/common/session.c
16871         * src/common/session.h
16872                 use separate buffer for large data to be sent,
16873                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
16874
16875 2005-04-18 [paul]       1.9.6cvs41
16876
16877         * src/jpilot.c
16878                 convert unsigned long into guint32
16879                 patch by Paul LeoNerd Evans 
16880
16881 2005-04-17 [colin]      1.9.6cvs40
16882
16883         * src/compose.c
16884                 Fix 'Request return receipt' from folder
16885                 properties (bug #708)
16886
16887 2005-04-17 [colin]      1.9.6cvs39
16888
16889         * src/mainwindow.c
16890                 Fix duplicate hotkeys in Mainwindow's menu
16891
16892 2005-04-17 [colin]      1.9.6cvs38
16893
16894         * src/folderview.c
16895                 Fix duplicate hotkeys in Folderview's contextual
16896                 menu
16897
16898 2005-04-15 [colin]      1.9.6cvs37
16899
16900         * src/summaryview.c
16901                 Fix 'Save as...' with non-ascii filenames
16902
16903 2005-04-15 [colin]      1.9.6cvs36
16904
16905         * src/plugins/pgpmime/pgpmime.c
16906                 Fix bus error on 64bit. Spotted by 
16907                 macallan1888@gmail.com
16908
16909 2005-04-15 [colin]      1.9.6cvs35
16910
16911         * src/prefs_account.c
16912                 Fix cvs34.
16913
16914 2005-04-12 [colin]      1.9.6cvs34
16915
16916         * src/prefs_account.c
16917                 Fix smtp auth type off-by-one. We forgot to
16918                 add PLAIN in the prefs-to-gui setter func and
16919                 as a result, the selected auth when opening
16920                 account prefs was not the correct one.
16921
16922 2005-04-12 [paul]       1.9.6cvs33
16923
16924         * src/inc.c
16925                 if the recv dialog is visible, Cancel only
16926                 cancels the current account
16927
16928
16929 2005-04-10 [colin]      1.9.6cvs32
16930
16931         * src/filtering.c
16932                 Copy score when copying FilteringActions
16933                 Fix bug #674
16934
16935 2005-04-10 [colin]      1.9.6cvs31
16936
16937         * src/inc.c
16938                 Make Message -> Receive -> Cancel cancel 
16939                 incorporation on all accounts. Fixes
16940                 bug #693
16941
16942 2005-04-10 [colin]      1.9.6cvs30
16943
16944         * src/prefs_account.c
16945                 Update Privacy checkbuttons status based
16946                 on the selected privacy system
16947         * src/compose.c
16948                 Always connect the "None" privacy system; the
16949                 static boolean was probably there to avoid
16950                 reconnecting twice in the same compose window,
16951                 but as the parent function is only called once
16952                 per compose, it's only a bug - as a static is
16953                 initialized once per application instance.
16954                 Also, don't uncheck Sign and Encrypt when
16955                 selecting None as privacy system; just ignore
16956                 them when sending/queuing.
16957                 Should fix bug #695
16958
16959 2005-04-08 [colin]      1.9.6cvs29
16960
16961         * src/account.c
16962         * src/prefs_account.c
16963         * src/prefs_account.h
16964                 Add account preference to queue message in a certain
16965                 folder.
16966
16967 2005-04-06 [colin]      1.9.6cvs28
16968
16969         * src/prefs_account.c
16970                 Update old inbox path syntax
16971
16972 2005-04-06 [paul]       1.9.6cvs27
16973
16974         sync with main:
16975
16976         * configure.ac
16977                 changed -traditional-cpp to -no-cpp-precomp for newer
16978                 Mac OS X support
16979         * src/foldersel.c
16980                 made column resize automatically
16981         * src/send_message.c
16982                 send_message_smtp(): consider EOF right after QUIT
16983                 successful (workaround for Gmail SMTP server)
16984         * src/common/socket.c
16985                 ssl_read(), ssl_peek(): check EOF which violates the
16986                 SSL protocol
16987         * src/gtk/colorlabel.c
16988                 removed warnings when displaying colorlabel menu
16989                 (don't use GtkAlignment)
16990
16991 2005-04-05 [paul]       1.9.6cvs26
16992
16993         * src/plugins/trayicon/trayicon.c
16994                 fix clipping of icon under KDE3 
16995
16996 2005-04-05 [paul]       1.9.6cvs25
16997
16998         * src/summaryview.c
16999                 hide display of threading
17000                 patch by Alfons
17001
17002 2005-04-04 [thorsten]   1.9.6cvs24
17003
17004         * src/mh.c
17005                 marks lost on filesystems with different stat() results on
17006                 summer-/wintertime
17007
17008 2005-04-03 [colin]      1.9.6cvs23
17009
17010         * src/summaryview.c
17011                 Don't handle up/down. Patch by Alfons
17012
17013 2005-04-02 [colin]      1.9.6cvs22
17014
17015         * src/summaryview.c
17016                 Make scrolling faster. Patch by Alfons.
17017
17018 2005-04-01 [colin]      1.9.6cvs21
17019
17020         * src/Makefile.am
17021         * src/stock_pixmap.c
17022         * src/pixmaps/dir-noselect.xpm ** REMOVED **
17023         * src/pixmaps/dir_noselect.xpm ** ADDED **
17024                 Fix pixmap name mismatch (Thanks Stephan Sachse)
17025
17026 2005-04-01 [colin]      1.9.6cvs20
17027
17028         * src/image_viewer.c
17029         * src/image_viewer.h
17030         * src/procmime.c
17031         * src/procmime.h
17032         * src/textview.c
17033         * src/textview.h
17034                 Implement inline image resizing and right-clicking
17035
17036 2005-04-01 [paul]       1.9.6cvs19
17037
17038         * AUTHORS
17039         * Makefile.am
17040         * configure.ac
17041                 check for gnome2
17042                 patch by Luca Cavalli <loopback<AT>slackit.org>
17043         * po/ru.po
17044                 updated by Pavlo Bohmat
17045
17046 2005-03-31 [colin]      1.9.6cvs18
17047
17048         * src/news.c
17049                 Fix parsing references
17050         * src/msgcache.c
17051                 don't put nulls in the references list
17052         * src/procheader.c
17053                 commit that forgotten file in 1.9.6cvs14
17054
17055 2005-03-31 [colin]      1.9.6cvs17
17056
17057         * src/compose.c
17058                 Fix joining of signature separator again. 
17059                 Maybe Hiro could put it in main too...
17060
17061 2005-03-31 [colin]      1.9.6cvs16
17062
17063         * src/Makefile.am
17064         * src/foldersel.c
17065         * src/stock_pixmap.c
17066         * src/stock_pixmap.h
17067         * src/pixmaps/dir-noselect.xpm
17068                 Update foldersel.c (sync from main, patch by Alfons)
17069
17070 2005-03-30 [colin]      1.9.6cvs15
17071
17072         * src/imap.c
17073                 Fix handling of imap folders containing [] in 
17074                 their name. Thanks to Nahuel Angelinetti for
17075                 the detailed bugreport.
17076
17077 2005-03-30 [colin]      1.9.6cvs14
17078
17079         * src/common/utils.h
17080         * src/common/utils.c
17081         * src/common/defs.h
17082         * src/matcher.c
17083         * src/msgcache.c
17084         * src/news.c
17085         * src/procmsg.c
17086         * src/procmsg.h
17087         * src/quote_fmt_parse.y
17088         * src/summaryview.c
17089                 Update references system. Patch by Alfons
17090
17091 2005-03-30 [colin]      1.9.6cvs13
17092
17093         * src/common/socket.c
17094                 Force the glibc to read resolv.conf again when 
17095                 it has changed. Should fix issues when changing
17096                 networks on a laptop and not restarting sylpheed. 
17097
17098 2005-03-30 [paul]       1.9.6cvs12
17099
17100         partial sync with main:
17101
17102         * src/action.c
17103                 create_io_dialog(): use user-defined text font
17104                 (thanks to Alfons), and modified its appearance.
17105         * src/addrgather.c
17106         * src/addrharvest.c
17107         * src/browseldap.c
17108                 replace old code
17109         * src/compose.c
17110                 don't join (presumably) itemized lines on line-wrapping
17111                 fixed wrapping of quote when auto-wrapping is enabled
17112                 compose_destroy(): destroy paned only if it's not
17113                 attached to window. Fixed memory leak of popup menu.
17114         * src/exphtmldlg.c
17115         * src/expldifdlg.c
17116                 replace old code
17117         * src/html.c
17118         * src/html.h
17119         * src/importmutt.c
17120         * src/importpine.c
17121                 replace old code
17122         * src/main.c
17123                 removed redundant code
17124         * src/mainwindow.c
17125                 changed 'Code set' (which is rather incorrect)
17126                 in the menu to 'Character encoding'
17127                 main_window_set_widgets(): request size first
17128                 to prevent window size becoming wrong
17129                 fixed remembering of the state of the visibility
17130                 of MessageView
17131         * src/messageview.c
17132                 changed 'Code set' (which is rather incorrect)
17133                 in the menu to 'Character encoding'
17134         * src/prefs_common.c
17135         * src/prefs_common.h
17136                 added an option whether to render HTML as text or not
17137                 added separators to outgoing encoding menu
17138         * src/procheader.c
17139                 procheader_scan_date_string(): support header
17140                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
17141         * src/summaryview.c
17142         * src/summaryview.h
17143                 minor code cleanup
17144         * src/textview.c
17145                 textview_show_html(): force output of newline
17146                 added an option whether to render HTML as text or not
17147         * src/common/utils.c
17148                 strncpy2(): optimized based on Alfons' code
17149         * src/gtk/gtkutils.c
17150         * src/gtk/gtkutils.h
17151                 removed non-used code
17152         * src/plugins/pgpmime/passphrase.c
17153                 partially fixed grab input of passphrase dialog
17154                 Confine pointer to window
17155
17156 2005-03-30 [colin]      1.9.6cvs11
17157
17158         * src/msgcache.c
17159         * src/msgcache.h
17160                 Read/write 32bit ints from cache & marks
17161                 From main.
17162
17163 2005-03-29 [paul]       1.9.6cvs10
17164
17165         * AUTHORS
17166         * ChangeLog.claws
17167         * src/compose.c
17168         * src/gtk/gtkaspell.c
17169                 sync with HEAD (don't pass NULL pointers) 
17170
17171 2005-03-24 [paul]
17172
17173         * tools/Makefile.am
17174         * tools/README
17175         * tools/acroread2sylpheed.pl
17176                 sync with HEAD (add script to send pdfs as
17177                 attachments from Adobe Reader 7)
17178
17179 2005-03-21 [paul]       1.9.6cvs9
17180
17181         * configure.ac
17182         * po/POTFILES.in
17183         * src/Makefile.am
17184         * src/crash.c
17185         * src/image_viewer.c ** ADDED **
17186         * src/image_viewer.h ** ADDED **
17187         * src/main.c
17188         * src/prefs_common.c
17189         * src/prefs_common.h
17190         * src/prefs_image_viewer.c ** ADDED **
17191         * src/prefs_image_viewer.h ** ADDED **
17192         * src/textview.c
17193         * src/gtk/about.c
17194         * src/pixmaps/sylpheed_logo.xpm
17195         * src/plugins/Makefile.am
17196         * src/plugins/image_viewer/.cvsignore ** REMOVED **
17197         * src/plugins/image_viewer/Makefile.am ** REMOVED **
17198         * src/plugins/image_viewer/plugin.c ** REMOVED **
17199         * src/plugins/image_viewer/viewer.c ** REMOVED **
17200         * src/plugins/image_viewer/viewer.glade ** REMOVED **
17201         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
17202         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
17203         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
17204         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
17205                 as gdk-pixbuf is now built-in
17206                 remove image_viewer plugin and put code back into
17207                 main codebase
17208                 implement inline image display (sync with main)
17209
17210                 replace logo with newer, nicer, larger version  
17211
17212 2005-03-21 [paul]       1.9.6cvs8
17213
17214         * src/gtk/about.c
17215                 cosmetic improvement
17216
17217 2005-03-21 [holger]     1.9.6cvs7
17218
17219         * src/plugins/spamassassin/spamassassin.c
17220                 Sync with HEAD
17221                 (unregister hook on failed plugin init)
17222
17223 2005-03-20 [colin]      1.9.6cvs6
17224
17225         * src/common/plugin.c
17226                 Check that plugin isn't already loaded
17227                 Patch by Alfons
17228
17229 2005-03-20 [thorsten]   1.9.6cvs5
17230
17231         * src/compose.c
17232                 use a more compatible syntax
17233
17234 2005-03-20 [thorsten]   1.9.6cvs4
17235
17236         * src/prefs_toolbar.c
17237                 fix crash when selecting toolbar item (uninitialized pointer)
17238
17239 2005-03-20 [thorsten]   1.9.6cvs3
17240
17241         * src/procmime.c
17242                 fix mimetype detection (referenced free()d string)
17243
17244 2005-03-20 [paul]       1.9.6cvs2
17245
17246         * src/compose.c
17247                 sync with HEAD (1.0.3cvs5)
17248                 neglect Reply-To header if empty
17249                 Patch by Alfons 
17250
17251 2005-03-19 [holger]     1.9.6cvs1
17252
17253         * src/summaryview.c
17254         * src/summaryview.h
17255                 Sync with HEAD
17256
17257 2005-03-18 [paul]       1.9.6
17258
17259         initial GTK2 release
17260
17261 2005-03-18 [paul]       1.0.3cvs3.1
17262
17263         * AUTHORS
17264         * ChangeLog.claws
17265         * configure.ac
17266         * src/gtk/about.c
17267         * src/pixmaps/sylpheed_logo.xpm
17268                 sync with HEAD
17269
17270 2005-03-18 [colin]      1.0.3cvs2.6
17271
17272         * src/summaryview.c
17273                 Remove call to summary_step in summary_copy_selected_to
17274                 Can't see its purpose, and this causes bug when copying
17275                 a message if the next one is unread: it reads it.
17276
17277 2005-03-18 [paul]       1.0.3cvs2.5
17278
17279         * src/foldersel.c
17280                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
17281
17282 2005-03-18 [paul]       1.0.3cvs2.4
17283
17284         * src/addrharvest.c
17285         * src/codeconv.c
17286         * src/codeconv.h
17287         * src/compose.c
17288         * src/news.c
17289         * src/procheader.c
17290         * src/procmime.c
17291         * src/unmime.c
17292         * src/unmime.h
17293                 fix buffer overflow, CAN-2005-0667, see
17294                 http://secunia.com/advisories/14491/
17295                 Patch by Alfons
17296
17297 2005-03-17 [colin]      1.0.3cvs2.3
17298
17299         * src/prefs_fonts.c
17300         * src/summaryview.c
17301                 Fix font bugs (both lists now officialy share 
17302                 the same font)
17303                 
17304
17305 2005-03-17 [paul]       1.0.3cvs2.2
17306
17307         * src/gtk/pluginwindow.c
17308                 make plugin descriptions uneditable
17309
17310 2005-03-11 [paul]       1.0.3cvs2.1
17311
17312         * ChangeLog.claws
17313         * configure.ac
17314         * po/POTFILES.in
17315         * src/plugins/trayicon/trayicon.c
17316                 sync with HEAD
17317                 add src/wizard.c to POTFILES.in
17318
17319 2005-03-11 [paul]       1.0.3cvs1.1
17320
17321         * ChangeLog
17322         * ChangeLog.claws
17323         * configure.ac
17324         * po/de.po
17325         * po/es.po
17326         * po/fr.po
17327         * po/it.po
17328         * po/pt_BR.po
17329         * po/ru.po
17330         * po/sk.po
17331         * po/sr.po
17332         * po/zh_CN.po
17333                 sync with HEAD
17334
17335 2005-03-04 [colin]      1.0.1cvs22.2
17336
17337         * src/compose.c
17338                 Fix signatures with accentued chars in it
17339
17340 2005-03-04 [colin]      1.0.1cvs22.1
17341
17342         * src/common/smtp.c
17343         * src/common/smtp.h
17344                 Don't use SIZE param in MAIL FROM: if server 
17345                 doesn't support it. Patch by Eugen Freiter
17346                 <eugen_f@users.sf.net>
17347
17348 2005-02-27 [paul]       1.0.1cvs20.1
17349
17350         * ChangeLog.claws
17351         * configure.ac
17352         * src/messageview.c
17353                 sync with HEAD
17354
17355 2005-02-27 [colin]      1.0.1cvs19.4
17356
17357         * src/procheader.c
17358         * src/procheader.h
17359                 Fix prototypes. Patch by Alfons
17360
17361 2005-02-27 [colin]      1.0.1cvs19.3
17362
17363         * src/compose.c
17364                 Don't auto-join the signature separator.
17365
17366 2005-02-26 [colin]      1.0.1cvs19.2
17367
17368         * src/summaryview.c
17369                 Fix 'mark all read' with collapsed threads.
17370                 Patch by Alfons.
17371
17372 2005-02-25 [paul]       1.0.1cvs19.1
17373
17374         * ChangeLog.claws
17375         * configure.ac
17376         * src/prefs_account.c
17377         * src/prefs_folder_item.c
17378         * src/gtk/prefswindow.c
17379         * src/gtk/prefswindow.h
17380                 sync with HEAD
17381
17382 2005-02-25 [paul]       1.0.1cvs15.12
17383
17384         * src/alertpanel.c
17385         * src/codeconv.c
17386         * src/compose.c
17387         * src/textview.c
17388         * src/gtk/gtkutils.c
17389         * src/gtk/gtkutils.h
17390         * src/gtk/logwindow.c
17391         * src/gtk/progressdialog.c
17392                 sync with main (revision 127)
17393                 and fix logwindow clipping
17394
17395 2005-02-24 [colin]      1.0.1cvs15.11
17396
17397         * src/plugins/pgpmime/passphrase.c
17398                 Disable input grabbing; it doesn't work yet.
17399
17400 2005-02-24 [colin]      1.0.1cvs15.10
17401
17402         * src/messageview.c
17403                 Don't send out receipts if offline. Ask.
17404
17405 2005-02-23 [colin]      1.0.1cvs15.9
17406
17407         * src/summaryview.c     
17408                 Fix expanding
17409
17410 2005-02-23 [colin]      1.0.1cvs15.8
17411
17412         * src/summaryview.c
17413                 Really fix Bug 568 by removing useless
17414                 calls. summary_thread_init() now called
17415                 in summary_sort(). This should please
17416                 Alfons as it should be faster than 
17417                 previously.
17418
17419 2005-02-23 [colin]      1.0.1cvs15.7
17420
17421         * src/compose.c
17422                 Encode parts as QP or B64 if signing
17423
17424 2005-02-23 [colin]      1.0.1cvs15.6
17425
17426         * src/compose.c
17427                 Fix Mimeinfo leakage (including tmp files)
17428         * src/procmsg.c
17429                 Fix tmp file leakage (spotted by Ivan Rayner)
17430
17431 2005-02-22 [colin]      1.0.1cvs15.5
17432
17433         * src/expldifdlg.c
17434                 Fix keyboard input. Patch by Alfons.
17435
17436 2005-02-21 [colin]      1.0.1cvs15.4
17437
17438         * src/compose.c
17439                 Fix Sign/Encrypt when unselecting privacy
17440                 system
17441         * src/prefs_common.c
17442                 Change default message font to Monospace
17443         * src/summaryview.c
17444                 More freezing during potentially large operations
17445
17446 2005-02-21 [paul]       1.0.1cvs15.3
17447
17448         * src/main.c
17449                 fix --help output
17450
17451 2005-02-21 [paul]       1.0.1cvs15.2
17452
17453         * po/Makefile.in.in
17454         * src/compose.c
17455         * src/summaryview.c
17456         * src/textview.c
17457         * src/common/utils.c
17458         * src/common/utils.h
17459                 sync with main (revision 117)
17460
17461 2005-02-20 [colin]      1.0.1cvs15.1
17462
17463         * src/common/defs.h
17464                 Change cache file to .sylpheed_claws_cache, as
17465                 suggested by Alfons. Allows people to switch
17466                 between Sylpheed and Sylpheed-Claws. it is
17467                 a good idea to "Check for new messages" at next
17468                 startup.
17469
17470
17471 2005-02-18 [colin]      1.0.1cvs14.1
17472
17473         * src/quote_fmt_lex.l
17474         * src/quote_fmt_parse.y
17475                 Fix parser initialisation. Patch by Ivan.
17476
17477 2005-02-18 [colin]      1.0.1cvs11.6
17478
17479         * src/folderview.c
17480                 Fix scrolldown (bug 662)
17481
17482 2005-02-17 [colin]      1.0.1cvs11.5
17483
17484         * src/codeconv.c
17485                 conv_filename_to_utf8: return clean 7bit instead
17486                 of broken utf8 if needed
17487         * src/mimeview.c
17488                 Fix display of parts with unclean 8bit names
17489
17490 2005-02-17 [paul]       1.0.1cvs11.4
17491
17492         * src/compose.c
17493         * src/exportldif.c
17494         * src/matcher_parser_parse.y
17495         * src/procmime.c
17496         * src/sourcewindow.c
17497         * src/common/Makefile.am
17498         * src/common/intl.h             ** REMOVED **
17499         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17500                 sync with main (revision 109)
17501                 and clean up
17502
17503 2005-02-16 [colin]      1.0.1cvs11.3
17504
17505         * src/summaryview.c
17506                 Fix collapsed thread not highlighting when new
17507                 messages in it (Bug 568) Patch by Stephan Sachse.
17508                 Fix messed up selection when reaching bounds (Bug 632)
17509         * src/prefs_themes.c
17510                 Fix theme installing (Bug 684)
17511
17512 2005-02-16 [colin]      1.0.1cvs11.2
17513
17514         * src/messageview.c
17515                 Fix messageview_select_all
17516
17517 2005-02-16 [colin]      1.0.1cvs11.1
17518
17519         * src/mh.c
17520                 Sync with HEAD (MH scan required function)
17521
17522 2005-02-15 [colin]      1.0.1cvs8.1
17523
17524         * src/mimeview.c
17525         * src/common/utils.c
17526                 Sync with HEAD (filename chars substitution)
17527
17528 2005-02-15 [colin]      1.0.1cvs7.3
17529
17530         * src/gtk/pluginwindow.c
17531                 Fix button spacing
17532
17533 2005-02-15 [colin]      1.0.1cvs7.2
17534
17535         * src/mimeview.c
17536                 Fix mime icons not reset across message when
17537                 scrolled down
17538
17539 2005-02-15 [colin]      1.0.1cvs7.1
17540
17541         * src/compose.c
17542         * src/procmime.c
17543                 Sync with HEAD (optimisation of cvs6)
17544
17545 2005-02-14 [colin]      1.0.1cvs6.1
17546
17547         * src/compose.c
17548         * src/procmime.c
17549                 Sync with HEAD (encode "From " at line beginning)
17550
17551 2005-02-14 [colin]      1.0.1cvs5.3
17552
17553         * src/compose.c
17554                 Fix wrapping with accentued chars.
17555
17556 2005-02-13 [colin]      1.0.1cvs5.2
17557
17558         * src/textview.c
17559                 Fix email informative part parsing with
17560                 accentued chars in it. ispunct() returns
17561                 true for them in utf8...
17562
17563 2005-02-12 [colin]      1.0.1cvs5.1
17564
17565         * src/filtering.c
17566                 Sync with HEAD (remove wrong use of compose after send)
17567
17568 2005-02-12 [paul]       1.0.1cvs4.5
17569
17570         * src/textview.c
17571                 remove unnecessary code (thanks to Alfons)
17572
17573 2005-02-12 [paul]       1.0.1cvs4.4
17574
17575         * src/textview.c
17576                 add 'Copy' to contextual menu on emails
17577
17578 2005-02-11 [colin]      1.0.1cvs4.3
17579
17580         * src/compose.c
17581                 revert 1.0.0cvs28.2, it doesn't work that well.
17582
17583 2005-02-11 [paul]       1.0.1cvs4.2
17584
17585         * po/Makefile.in.in
17586                 fix 'make release'
17587
17588 2005-02-10 [paul]       1.0.1cvs4.1
17589
17590         * ChangeLog
17591         * ChangeLog.claws
17592         * ChangeLog.jp
17593         * configure.ac
17594         * src/compose.c
17595                 sync with HEAD (sync with main)
17596
17597 2005-02-10 [paul]       1.0.1cvs3.2
17598
17599         * AUTHORS
17600         * Makefile.am
17601         * autogen.sh
17602         * configure.ac
17603         * config/mkinstalldirs
17604         * intl/.cvsignore
17605         * intl/ChangeLog
17606         * intl/VERSION
17607         * intl/bindtextdom.c
17608         * intl/config.charset
17609         * intl/dcgettext.c
17610         * intl/dcigettext.c
17611         * intl/dcngettext.c
17612         * intl/dgettext.c
17613         * intl/dngettext.c
17614         * intl/eval-plural.h
17615         * intl/explodename.c
17616         * intl/finddomain.c
17617         * intl/gettext.c
17618         * intl/gettextP.h
17619         * intl/gmo.h
17620         * intl/hash-string.h
17621         * intl/intl-compat.c
17622         * intl/l10nflist.c
17623         * intl/libgnuintl.h.in
17624         * intl/loadinfo.h
17625         * intl/loadmsgcat.c
17626         * intl/localcharset.c
17627         * intl/localcharset.h
17628         * intl/locale.alias
17629         * intl/localealias.c
17630         * intl/localename.c
17631         * intl/log.c
17632         * intl/ngettext.c
17633         * intl/os2compat.c
17634         * intl/os2compat.h
17635         * intl/osdep.c
17636         * intl/plural-exp.c
17637         * intl/plural-exp.h
17638         * intl/plural.c
17639         * intl/plural.y
17640         * intl/ref-add.sin
17641         * intl/ref-del.sin
17642         * intl/relocatable.c
17643         * intl/relocatable.h
17644         * intl/textdomain.c
17645         * m4/Makefile.am
17646         * po/Makefile.in.in
17647         * src/Makefile.am
17648         * src/account.c
17649         * src/action.c
17650         * src/addr_compl.c
17651         * src/addressadd.c
17652         * src/addressbook.c
17653         * src/addrgather.c
17654         * src/addrindex.c
17655         * src/alertpanel.c
17656         * src/browseldap.c
17657         * src/codeconv.c
17658         * src/codeconv.h
17659         * src/compose.c
17660         * src/compose.h
17661         * src/crash.c
17662         * src/editaddress.c
17663         * src/editbook.c
17664         * src/editgroup.c
17665         * src/editjpilot.c
17666         * src/editldap.c
17667         * src/editldap_basedn.c
17668         * src/editvcard.c
17669         * src/exphtmldlg.c
17670         * src/expldifdlg.c
17671         * src/export.c
17672         * src/exporthtml.c
17673         * src/filtering.c
17674         * src/folder.c
17675         * src/folder_item_prefs.c
17676         * src/foldersel.c
17677         * src/folderview.c
17678         * src/grouplistdialog.c
17679         * src/headerview.c
17680         * src/imap.c
17681         * src/imap_gtk.c
17682         * src/import.c
17683         * src/importldif.c
17684         * src/importmutt.c
17685         * src/importpine.c
17686         * src/inc.c
17687         * src/ldif.c
17688         * src/main.c
17689         * src/mainwindow.c
17690         * src/matcher.c
17691         * src/mbox.c
17692         * src/message_search.c
17693         * src/messageview.c
17694         * src/mh.c
17695         * src/mh_gtk.c
17696         * src/mimeview.c
17697         * src/msgcache.c
17698         * src/news.c
17699         * src/news_gtk.c
17700         * src/noticeview.c
17701         * src/partial_download.c
17702         * src/pop.c
17703         * src/prefs_account.c
17704         * src/prefs_actions.c
17705         * src/prefs_common.c
17706         * src/prefs_customheader.c
17707         * src/prefs_display_header.c
17708         * src/prefs_ext_prog.c
17709         * src/prefs_filtering.c
17710         * src/prefs_filtering_action.c
17711         * src/prefs_folder_item.c
17712         * src/prefs_fonts.c
17713         * src/prefs_gtk.c
17714         * src/prefs_matcher.c
17715         * src/prefs_msg_colors.c
17716         * src/prefs_spelling.c
17717         * src/prefs_summary_column.c
17718         * src/prefs_template.c
17719         * src/prefs_themes.c
17720         * src/prefs_toolbar.c
17721         * src/prefs_wrapping.c
17722         * src/privacy.c
17723         * src/procheader.c
17724         * src/procmime.c
17725         * src/procmsg.c
17726         * src/quote_fmt.c
17727         * src/recv.c
17728         * src/send_message.c
17729         * src/setup.c
17730         * src/sourcewindow.c
17731         * src/ssl_manager.c
17732         * src/statusbar.c
17733         * src/summary_search.c
17734         * src/summaryview.c
17735         * src/textview.c
17736         * src/toolbar.c
17737         * src/wizard.c
17738         * src/common/nntp.c
17739         * src/common/plugin.c
17740         * src/common/smtp.c
17741         * src/common/ssl.c
17742         * src/common/ssl_certificate.c
17743         * src/common/string_match.c
17744         * src/common/sylpheed.c
17745         * src/common/template.c
17746         * src/common/utils.c
17747         * src/gtk/about.c
17748         * src/gtk/colorlabel.c
17749         * src/gtk/description_window.c
17750         * src/gtk/filesel.c
17751         * src/gtk/foldersort.c
17752         * src/gtk/gtkaspell.c
17753         * src/gtk/gtkutils.c
17754         * src/gtk/inputdialog.c
17755         * src/gtk/logwindow.c
17756         * src/gtk/menu.c
17757         * src/gtk/pluginwindow.c
17758         * src/gtk/prefswindow.c
17759         * src/gtk/progressdialog.c
17760         * src/gtk/quicksearch.c
17761         * src/gtk/sslcertwindow.c
17762         * src/plugins/clamav/clamav_plugin.c
17763         * src/plugins/clamav/clamav_plugin_gtk.c
17764         * src/plugins/demo/demo.c
17765         * src/plugins/dillo_viewer/dillo_prefs.c
17766         * src/plugins/dillo_viewer/dillo_viewer.c
17767         * src/plugins/image_viewer/plugin.c
17768         * src/plugins/image_viewer/viewer.c
17769         * src/plugins/image_viewer/viewerprefs.c
17770         * src/plugins/mathml_viewer/mathml_viewer.c
17771         * src/plugins/pgpmime/passphrase.c
17772         * src/plugins/pgpmime/plugin.c
17773         * src/plugins/pgpmime/prefs_gpg.c
17774         * src/plugins/pgpmime/select-keys.c
17775         * src/plugins/pgpmime/sgpgme.c
17776         * src/plugins/spamassassin/spamassassin.c
17777         * src/plugins/spamassassin/spamassassin_gtk.c
17778         * src/plugins/trayicon/trayicon.c
17779                 sync with main (revision 104)
17780
17781 2005-02-10 [colin]      1.0.1cvs3.1
17782
17783         * src/mainwindow.c
17784                 Sync with HEAD (fix occasional crasher)
17785
17786 2005-02-10 [colin]      1.0.1cvs2.1
17787
17788         * src/messageview.c
17789                 Synw with HEAD (don't automatically display html)
17790
17791 2005-02-09 [colin]      1.0.1cvs1.3
17792
17793         * src/textview.c
17794         * src/textview.h
17795                 Add contextual menu on emails
17796
17797 2005-02-09 [colin]      1.0.1cvs1.2
17798
17799         * src/codeconv.c
17800                 Fix converting from broken headers and 
17801                 put back the _ in missing places
17802                 (feature broke with cvs24.2 sync, main 
17803                  possibly affected?)
17804
17805 2005-02-09 [colin]      1.0.1cvs1.1
17806
17807         * src/messageview.c
17808         * src/mimeview.c
17809         * src/mimeview.h
17810                 Sync with HEAD (display non text/plain mails with plugin)
17811
17812 2005-02-08 [colin]      1.0.1.1
17813
17814         * ChangeLog.claws
17815         * po/pt_BR.po
17816                 Sync with HEAD
17817         * configure.ac
17818                 Make default configuration directory 
17819                 be .sylpheed-gtk2
17820
17821 2005-02-08 [colin]      1.0.0cvs29.1
17822
17823         * po/de.po
17824         * po/es.po
17825         * po/fr.po
17826         * po/it.po
17827         * po/sk.po
17828         * po/sr.po
17829                 Sync translations with HEAD
17830
17831 2005-02-06 [colin]      1.0.0cvs28.3
17832
17833         * src/compose.c
17834                 Make compose a bit faster - patch by Alfons.
17835
17836 2005-02-06 [colin]      1.0.0cvs28.2
17837
17838         * src/compose.c
17839                 Make pasting via middle-click more reliable
17840
17841 2005-02-05 [paul]       1.0.0cvs28.1
17842
17843         * ChangeLog
17844         * ChangeLog.claws
17845         * ChangeLog.jp
17846         * configure.ac
17847         * src/compose.c
17848                 sync with HEAD
17849                 (fix bug 682 'redirect is broken'
17850
17851 2005-02-05 [torte]      1.0.0cvs27.1
17852
17853         * ChangeLog.claws
17854         * configure.ac
17855         * src/partial_download.c
17856                 Sync with HEAD (fix buf overflow)
17857
17858 2005-02-03 [colin]      1.0.0cvs26.1
17859
17860         * src/common/plugin.c
17861                 Sync with HEAD (avoid plugin mismatches)
17862
17863 2005-02-03 [paul]       1.0.0cvs25.3
17864
17865         * src/folderview.c
17866         * src/headerview.c
17867         * src/summaryview.c
17868         * src/textview.c
17869         * src/gtk/colorlabel.c
17870                 third and final part of initial sync with main-gtk2
17871
17872 2005-02-03 [paul]       1.0.0cvs25.2
17873
17874         * src/jpilot.c
17875                 fix building with jpilot support
17876
17877 2005-02-02 [colin]      1.0.0cvs25.1
17878
17879         * src/messageview.c
17880                 Sync with HEAD (fix dangerous typo)
17881
17882 2005-02-01 [colin]      1.0.0cvs24.3
17883
17884         * src/common/xml.c
17885                 Write file as advertised (UTF-8)
17886
17887 2005-02-01 [paul]       1.0.0cvs24.2
17888
17889         * src/addrbook.c
17890         * src/addrindex.c
17891         * src/alertpanel.h
17892         * src/codeconv.c
17893         * src/codeconv.h
17894         * src/compose.c
17895         * src/export.c
17896         * src/folder_item_prefs.c
17897         * src/html.c
17898         * src/imap.c
17899         * src/import.c
17900         * src/jpilot.c
17901         * src/mainwindow.c
17902         * src/matcher_parser_lex.l
17903         * src/messageview.c
17904         * src/mh.c
17905         * src/prefs_account.c
17906         * src/prefs_actions.c
17907         * src/prefs_common.c
17908         * src/prefs_gtk.c
17909         * src/prefs_gtk.h
17910         * src/prefs_themes.c
17911         * src/procheader.c
17912         * src/procmime.c
17913         * src/sourcewindow.c
17914         * src/statusbar.c
17915         * src/summaryview.c
17916         * src/textview.c
17917         * src/toolbar.c
17918         * src/unmime.c
17919         * src/common/template.c
17920         * src/common/utils.c
17921         * src/common/xml.c
17922         * src/common/xml.h
17923         * src/gtk/gtkaspell.c
17924         * src/plugins/clamav/clamav_plugin.c
17925         * src/plugins/dillo_viewer/dillo_prefs.c
17926         * src/plugins/image_viewer/viewerprefs.c
17927         * src/plugins/pgpmime/passphrase.c
17928         * src/plugins/pgpmime/prefs_gpg.c
17929         * src/plugins/pgpmime/select-keys.c
17930         * src/plugins/spamassassin/spamassassin.c
17931                 second part of initial sync with main-gtk2
17932                 (more to follow)
17933
17934 2005-01-31 [colin]      1.0.0cvs24.1
17935
17936         * src/compose.c
17937                 Sync with HEAD
17938
17939 2005-01-29 [paul]       1.0.0cvs23.2
17940
17941         * src/account.c
17942         * src/action.c
17943         * src/addressadd.c
17944         * src/addressbook.c
17945         * src/alertpanel.c
17946         * src/compose.c
17947         * src/editaddress.c
17948         * src/editbook.c
17949         * src/editgroup.c
17950         * src/editjpilot.c
17951         * src/editldap.c
17952         * src/editldap_basedn.c
17953         * src/editvcard.c
17954         * src/export.c
17955         * src/foldersel.c
17956         * src/grouplistdialog.c
17957         * src/import.c
17958         * src/importldif.c
17959         * src/inc.c
17960         * src/main.c
17961         * src/mainwindow.c
17962         * src/message_search.c
17963         * src/messageview.c
17964         * src/mimeview.c
17965         * src/prefs_actions.c
17966         * src/prefs_common.c
17967         * src/prefs_common.h
17968         * src/prefs_customheader.c
17969         * src/prefs_display_header.c
17970         * src/prefs_filtering.c
17971         * src/prefs_filtering_action.c
17972         * src/prefs_gtk.c
17973         * src/prefs_matcher.c
17974         * src/prefs_summary_column.c
17975         * src/prefs_template.c
17976         * src/sourcewindow.c
17977         * src/summary_search.c
17978         * src/summaryview.c
17979         * src/textview.c
17980         * src/gtk/about.c
17981         * src/gtk/description_window.c
17982         * src/gtk/gtkshruler.c
17983         * src/gtk/gtkutils.c
17984         * src/gtk/gtkutils.h
17985         * src/gtk/inputdialog.c
17986         * src/gtk/logwindow.c
17987         * src/gtk/prefswindow.c
17988         * src/gtk/progressdialog.c
17989         * src/gtk/progressdialog.h
17990                 first part of initial sync with main-gtk2
17991                 (more to follow)
17992
17993 2005-01-28 [colin]      1.0.0cvs23.1
17994
17995         * src/folderview.c
17996                 Sync with HEAD
17997
17998 2005-01-27 [colin]      1.0.0cvs21.1
17999
18000         * src/folder.c
18001         * src/folderview.c
18002                 Sync with HEAD
18003
18004 2005-01-27 [colin]      1.0.0cvs19.1
18005
18006         * src/procmime.c
18007                 Sync with HEAD
18008
18009 2005-01-27 [colin]      1.0.0cvs18.1
18010
18011         * src/messageview.c
18012         * src/summaryview.c
18013         * src/mainwindow.c
18014         * src/compose.c
18015         * src/compose.h
18016         * src/procmsg.c
18017         * src/procmsg.h
18018         * src/toolbar.c
18019                 Sync with HEAD
18020
18021 2005-01-26 [paul]       1.0.0cvs15.2
18022
18023         * src/compose.c
18024                 compose_entries_set(): convert subject and body to
18025                 utf8 if necessary. patch by Felix Eckhofer
18026
18027 2005-01-26 [paul]       1.0.0cvs15.1
18028
18029         * configure.ac
18030         * src/common/template.c
18031                 sync with HEAD (fix memory leak)
18032
18033 2005-01-25 [paul]       1.0.0cvs14.1
18034
18035         * configure.ac
18036         * src/compose.c
18037                 sync with HEAD
18038
18039 2005-01-24 [colin]      1.0.0cvs13.1
18040
18041         * src/summaryview.c
18042                 Sync with HEAD
18043
18044 2005-01-24 [paul]       1.0.0cvs12.1
18045
18046         * configure.ac
18047         * src/messageview.c
18048         * src/mh.c
18049         * src/common/utils.c
18050                 sync with HEAD
18051
18052 2005-01-24 [colin]      1.0.0cvs11.1
18053
18054         * src/procheader.c
18055                 Sync with HEAD
18056
18057 2005-01-24 [colin]      1.0.0cvs10.1
18058
18059         * src/folderview.c
18060                 Sync with HEAD
18061
18062 2005-01-23 [colin]      1.0.0cvs9.1
18063
18064         * src/crash.c
18065                 Sync with HEAD
18066
18067 2005-01-22 [colin]      1.0.0cvs8.1
18068
18069         * src/summaryview.c
18070         * src/gtk/quicksearch.c
18071                 Sync with HEAD
18072
18073 2005-01-21 [colin]      1.0.0cvs7.1
18074
18075         * src/summaryview.c
18076                 Sync with HEAD
18077
18078 2005-01-21 [colin]      1.0.0cvs6.1
18079
18080         * src/summaryview.c
18081                 Sync with HEAD
18082
18083 2005-01-21 [colin]      1.0.0cvs5.1
18084
18085         * src/gtk/quicksearch.c
18086         * src/prefs_common.c
18087         * src/prefs_common.h
18088                 Sync with HEAD (recurse option)
18089
18090 2005-01-21 [colin]      1.0.0cvs4.1
18091
18092         * src/folder.h
18093         * src/folderview.c
18094         * src/folderview.h
18095         * src/summaryview.c
18096         * src/gtk/quicksearch.c
18097         * src/gtk/quicksearch.h
18098                 Sync with HEAD (recursive quicksearch)
18099
18100 2005-01-20 [colin]      1.0.0cvs3.4
18101
18102         * src/ssl_manager.c
18103                 Remove useless code
18104
18105 2005-01-20 [colin]      1.0.0cvs3.3
18106
18107         * src/ssl_manager.c
18108                 Fix leak, thanks to Alfons.
18109
18110 2005-01-20 [colin]      1.0.0cvs3.2
18111
18112         * src/ssl_manager.c
18113                 Port SSL certificate window to GTK2.
18114
18115 2005-01-20 [paul]       1.0.0cvs3.1
18116
18117         * ChangeLog.claws
18118         * configure.ac
18119         * src/addrindex.c
18120         * src/addrindex.h
18121                 sync with HEAD
18122
18123 2005-01-19 [colin]      1.0.0cvs2.2
18124
18125         * src/plugins/trayicon/trayicon.c
18126                 Fix freeze with gtk-2.6, the easy way
18127                 (signal blocking helpless there...)
18128                 Closes bug #668.
18129
18130 2005-01-19 [colin]      1.0.0cvs2.1
18131
18132         * src/mbox.c
18133         * src/mbox.h
18134         * src/mainwindow.c
18135         * src/summaryview.c
18136         * src/summaryview.h
18137                 Sync with HEAD
18138
18139 2005-01-19 [paul]       1.0.0cvs1.1
18140
18141         * configure.ac
18142         * po/de.po
18143         * po/es.po
18144         * po/fr.po
18145         * po/hr.po
18146         * po/it.po
18147         * po/ja.po
18148         * po/ko.po
18149         * po/pt_BR.po
18150         * po/ru.po
18151         * po/sk.po
18152         * po/sr.po
18153                 sync with HEAD (update translations)
18154
18155 2005-01-18 [colin]      1.0.0cvs0.1
18156
18157         * src/foldersel.c
18158                 Specify search column - patch by Alfons
18159
18160 2005-01-18 [colin]      0.9.13cvs36.3
18161
18162         * src/prefs_toolbar.c
18163                 Change Delete to Remove
18164         * src/prefs_fonts.c
18165                 GTK2 version and leak fixes
18166         * src/prefs_actions.c
18167                 Add stock buttons.
18168                 All patches by Alfons
18169
18170 2005-01-17 [colin]      0.9.13cvs36.2
18171
18172         * src/compose.c
18173                 Fix DnD inserting twice. While at it,
18174                 add DnD support for text/plain in the
18175                 body, and add support in the headers.
18176
18177 2005-01-16 [colin]      0.9.13cvs36.1
18178
18179         * ChangeLog
18180         * ChangeLog.jp
18181         * ChangeLog.claws
18182                 Sync with HEAD (nothing applicable)
18183
18184 2005-01-16 [colin]      0.9.13cvs33.2
18185
18186         * src/prefs_toolbar.c
18187                 GTK2ize prefs_toolbar, by Alfons.
18188
18189 2005-01-14 [colin]      0.9.13cvs33.1
18190
18191         * src/html.c
18192         * src/msgcache.c
18193                 Sync with HEAD
18194
18195 2005-01-14 [colin]      0.9.13cvs32.1
18196
18197         * src/html.c
18198         * src/html.h
18199         * src/msgcache.c
18200         * AUTHORS
18201         * tools/calypso_convert.pl
18202                 Sync with HEAD
18203
18204 2005-01-08 [colin]      0.9.13cvs29.2
18205
18206         * src/prefs_filtering_action.c
18207         * src/prefs_filtering.c
18208                 2 more gtk2 patches by Alfons
18209
18210 2005-01-07 [paul]       0.9.13cvs29.1
18211
18212         * ChangeLog
18213         * ChangeLog.claws
18214         * ChangeLog.jp
18215         * configure.ac
18216         * src/pop.c
18217         * src/pop.h
18218                 sync with HEAD
18219
18220 2005-01-07 [colin]      0.9.13cvs28.3
18221
18222         * src/gtk/progressdialog.c
18223         * src/gtk/progressdialog.h
18224         * src/inc.c
18225         * src/send_message.c
18226                 GTK2 for the incorporation dialog. The CList isn't dead
18227                 yet, for a more smooth migration. Patch by Alfons.
18228
18229 2005-01-06 [colin]      0.9.13cvs28.2
18230
18231         * src/prefs_display_header.c
18232                 GTK2 conversion by Alfons
18233         * src/prefs_actions.c
18234         * src/prefs_matcher.c
18235                 Fix 2 leaks - patch by Alfons
18236
18237 2005-01-06 [colin]      0.9.13cvs28.1
18238
18239         * src/prefs_matcher.c
18240                 Sync with HEAD
18241
18242 2005-01-06 [colin]      0.9.13cvs27.4
18243
18244         * src/prefs_matcher.c
18245                 Fix double-free. Patch by Alfons
18246
18247 2005-01-06 [colin]      0.9.13cvs27.3
18248
18249         * src/prefs_matcher.c
18250                 GTK2 widgets + memleak
18251                 Patch by Alfons
18252
18253 2005-01-05 [colin]      0.9.13cvs27.2
18254
18255         * src/account.c
18256         * src/addr_compl.c
18257         * src/foldersel.c
18258         * src/stock_pixmap.c
18259         * src/stock_pixmap.h
18260                 3 more GTK2 patches by Alfons.
18261
18262 2005-01-04 [colin]      0.9.13cvs27.1
18263
18264         * src/folderview.c
18265         * src/imap_gtk.c
18266         * src/news_gtk.c
18267                 Sync with HEAD
18268
18269 2005-01-04 [colin]      0.9.13cvs25.9
18270
18271         * src/compose.c
18272                 Fix Show Ruler menuitem
18273         * src/prefs_template.c
18274                 Convert to GTK2
18275         * src/common/utils.c
18276                 Make auto pointer stuff handles NULLs
18277                 Patches by Alfons.
18278
18279 2005-01-04 [colin]      0.9.13cvs25.8
18280
18281         * src/compose.c
18282                 Move the attachment list to gtk2
18283                 Patch by Alfons.
18284
18285 2005-01-04 [colin]      0.9.13cvs25.7
18286
18287         * src/textview.c
18288                 Make some keys work again
18289                 Patch by SungHyun Nam <namsh@kldp.org>
18290
18291 2005-01-04 [colin]      0.9.13cvs25.6
18292
18293         * src/gtk/gtkshruler.c
18294                 Move the ruler to GTK2
18295                 Patch by Alfons
18296
18297 2005-01-03 [colin]      0.9.13cvs25.5
18298
18299         * src/compose.c
18300                 Fix my broken patch apply 
18301
18302 2005-01-03 [colin]      0.9.13cvs25.4
18303
18304         * src/common/utils.c
18305         * src/common/utils.h
18306         * src/gtk/prefswindow.c
18307                 Move auto pointer stuff to utils.c
18308                 Patch by Alfons again :)
18309
18310 2005-01-03 [colin]      0.9.13cvs25.3
18311
18312         * src/compose.c
18313         * src/prefs_gtk.c
18314         * src/prefs_template.c
18315         * src/textview.c
18316                 Empty text widgets with empty strings, not NULL char
18317                 Patch by SungHyun Nam <namsh@kldp_org>
18318
18319 2005-01-03 [colin]      0.9.13cvs25.2
18320
18321         * src/main.c
18322         * AUTHORS
18323                 Sync with HEAD
18324
18325 2005-01-03 [colin]      0.9.13cvs25.1
18326
18327         * src/pop.c
18328         * src/pop.h
18329                 Sync with HEAD
18330
18331 2005-01-03 [colin]      0.9.13cvs24.3
18332
18333         * src/account.c
18334                 Two patches from Alfons and Alex S Moore:
18335                 fix images, fix return value.
18336
18337 2005-01-01 [colin]      0.9.13cvs24.2
18338
18339         * src/prefs_actions.c
18340                 Fix over-zealous assertion. Patch by Alfons
18341
18342 2005-01-01 [colin]      0.9.13cvs24.1
18343
18344         * src/procmime.c
18345                 Sync with HEAD (leak fix)
18346
18347 2004-12-31 [colin]      0.9.13cvs23.2
18348
18349         * src/prefs_common.c
18350                 GTK2 widgets + stock buttons - patch by Alfons
18351
18352 2004-12-31 [paul]       0.9.13cvs23.1
18353
18354         * configure.ac
18355                 bump up EXTRA_VERSION to match (sync'ed) HEAD
18356         * src/gtk/pluginwindow.c
18357                 use GTK2 widgets and plug memory leaks,
18358                 patches by Alfons
18359
18360 2004-12-30 [colin]      0.9.13cvs22.4
18361
18362         * src/account.c
18363         * src/action.c
18364         * src/export.c
18365         * src/foldersel.c
18366         * src/import.c
18367         * src/message_search.c
18368         * src/prefs_actions.c
18369         * src/prefs_common.c
18370         * src/prefs_customheader.c
18371         * src/prefs_filtering.c
18372         * src/prefs_summary_column.c
18373         * src/summary_search.c
18374         * src/gtk/about.c
18375         * src/gtk/description_window.c
18376         * src/gtk/gtkutils.c
18377         * src/gtk/gtkutils.h
18378         * src/gtk/inputdialog.c
18379         * src/gtk/prefswindow.c
18380                 Use GTK2 stock buttons. Patches by Alfons.
18381
18382 2004-12-30 [colin]      0.9.13cvs22.3
18383
18384         * src/account.c
18385                 Sync with HEAD
18386         * src/prefs_actions.c
18387         * src/prefs_customheader.c
18388         * src/prefs_filtering.c
18389         * src/prefs_msg_colors.c
18390         * src/prefs_summary_column.c
18391         * src/gtk/prefswindow.c
18392                 Use GtkTreeView instead of deprecated 
18393                 widgets. Patches by Alfons.
18394
18395 2004-12-30 [paul]       0.9.13cvs22.2
18396
18397         * src/foldersel.c
18398                 use GTK 2 Tree View
18399                 patch by Alfons, with root folder sorting fix
18400                 by Stephan Sachse
18401
18402 2004-12-30 [paul]       0.9.13cvs22.1
18403
18404         * ChangeLog
18405         * ChangeLog.claws
18406         * ChangeLog.jp
18407         * NEWS
18408         * configure.ac
18409         * src/account.c
18410                 sync with HEAD
18411
18412 2004-12-22 [martin]     0.9.13cvs21.2
18413
18414         * src/action.c
18415                 free the command line after its use
18416
18417 2004-12-18 [paul]       0.9.13cvs21.1
18418
18419         * AUTHORS
18420         * ChangeLog
18421         * ChangeLog.claws
18422         * ChangeLog.jp
18423         * NEWS
18424         * configure.ac
18425         * src/action.c
18426         * src/compose.c
18427         * src/syldap.c
18428                 sync with HEAD
18429
18430 2004-12-17 [martin]     0.9.13cvs17.2
18431
18432         * src/action.c
18433                 convert actions input to locale
18434         * src/inc.c
18435                 convert notification command to locale
18436         * src/plugins/pgpmime/select-keys.c
18437                 convert attributes to utf8
18438
18439 2004-12-14 [colin]      0.9.13cvs17.1
18440
18441         * ChangeLog
18442         * ChangeLog.jp
18443         * ChangeLog.claws
18444         * src/action.c
18445         * src/common/utils.c
18446         * src/gtk/prefswindow.c
18447         * src/gtk/gtkutils.c
18448         * src/gtk/gtkutils.h
18449         * src/plugins/spamassassin/libspamc.c
18450                 Sync with HEAD
18451
18452 2004-12-13 [colin]      0.9.13cvs14.1
18453
18454         * src/quote_fmt_parse.y
18455                 Sync with HEAD
18456
18457 2004-12-10 [colin]      0.9.13cvs12.1
18458
18459         * src/prefs_themes.c
18460         * src/mainwindow.c
18461         * src/messageview.c
18462                 Sync with HEAD
18463
18464 2004-12-09 [colin]      0.9.13cvs10.1
18465
18466         * src/procmime.c
18467                 Sync with HEAD (fix B64 encoding from memory)
18468
18469 2004-12-08 [colin]      0.9.13cvs9.1
18470
18471         * src/gtk/colorlabel.c
18472                 Sync with HEAD
18473
18474 2004-12-08 [paul]       0.9.13cvs8.2
18475
18476         * src/gtk/pluginwindow.c
18477                 fix window resizing oddities
18478
18479 2004-12-08 [colin]      0.9.13cvs8.1
18480
18481         * src/quote_fmt_parse.y
18482                 Sync with HEAD
18483
18484 2004-12-08 [colin]      0.9.13cvs7.1
18485
18486         * src/matcher_parser_parse.y
18487         * src/msgcache.c
18488         * src/prefs_matcher.c
18489         * src/procheader.c
18490         * src/matcher.c
18491         * src/common/defs.h
18492         * po/sr.po
18493                 Sync with HEAD
18494
18495 2004-12-08 [colin]      0.9.13cvs6.1
18496
18497         * src/quote_fmt_parse.y
18498         * src/textview.c
18499                 Sync with HEAD
18500         * src/gtk/prefswindow.c
18501         * src/gtk/pluginwindow.c
18502                 Fix G_CALLBACKS protos (thanks to Alfons)
18503
18504 2004-12-07 [torte]      0.9.13cvs2.2
18505
18506         * src/procmime.c
18507                 [Bug 650] reply button causes crash
18508                 Thanks to David Relson and Christoph
18509
18510 2004-12-07 [colin]      0.9.13cvs2.1
18511
18512         * ChangeLog.claws
18513         * AUTHORS
18514         * po/sk.po
18515         * src/procmime.c
18516         * src/prefs_account.c
18517         * src/common/smtp.c
18518         * src/common/smtp.h
18519                 Sync with HEAD
18520
18521 2004-12-06 [colin]      0.9.12cvs187.1
18522
18523         * ChangeLog.claws
18524         * INSTALL
18525         * Makefile.am
18526         * README.claws
18527         * TODO.claws
18528         * configure.ac
18529         * po/bg.po
18530         * po/cs.po
18531         * po/el.po
18532         * po/en_GB.po
18533         * po/es.po
18534         * po/fr.po
18535         * po/hr.po
18536         * po/hu.po
18537         * po/it.po
18538         * po/ja.po
18539         * po/ko.po
18540         * po/nl.po
18541         * po/pl.po
18542         * po/pt_BR.po
18543         * po/ru.po
18544         * po/sk.po
18545         * po/sr.po
18546         * po/sv.po
18547         * po/zh_CN.po
18548         * po/zh_TW.Big5.po
18549         * src/compose.c
18550         * tools/Makefile.am
18551         * tools/README
18552         * tools/filter_conv.pl
18553         * tools/kdeservicemenu/README
18554         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18555         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18556                 Sync with HEAD
18557
18558 2004-12-04 [colin]      0.9.12cvs183.1
18559
18560         * src/compose.c
18561                 Sync with HEAD (compose window position saving)
18562
18563 2004-12-04 [paul]       0.9.12cvs182.3
18564
18565         * src/messageview.c
18566         * src/mimeview.c
18567         * src/prefs_customheader.c
18568         * src/gtk/quicksearch.c
18569                 replace some forgotten GTK_SIGNAL_FUNCs
18570
18571 2004-12-04 [paul]       0.9.12cvs182.2
18572
18573         * src/Makefile.am
18574                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
18575                 committed in error      
18576
18577 2004-12-04 [paul]       0.9.12cvs182.1
18578
18579         * ChangeLog
18580         * ChangeLog.claws
18581         * ChangeLog.jp
18582         * INSTALL
18583         * NEWS
18584         * README
18585         * README.jp
18586         * configure.ac
18587         * doc/manual/ja/Makefile.am
18588         * doc/manual/ja/sylpheed-1.html
18589         * doc/manual/ja/sylpheed-10.html
18590         * doc/manual/ja/sylpheed-11.html
18591         * doc/manual/ja/sylpheed-12.html
18592         * doc/manual/ja/sylpheed-13.html
18593         * doc/manual/ja/sylpheed-14.html
18594         * doc/manual/ja/sylpheed-15.html
18595         * doc/manual/ja/sylpheed-16.html
18596         * doc/manual/ja/sylpheed-17.html
18597         * doc/manual/ja/sylpheed-18.html
18598         * doc/manual/ja/sylpheed-19.html
18599         * doc/manual/ja/sylpheed-2.html
18600         * doc/manual/ja/sylpheed-20.html
18601         * doc/manual/ja/sylpheed-3.html
18602         * doc/manual/ja/sylpheed-4.html
18603         * doc/manual/ja/sylpheed-5.html
18604         * doc/manual/ja/sylpheed-6.html
18605         * doc/manual/ja/sylpheed-7.html
18606         * doc/manual/ja/sylpheed-8.html
18607         * doc/manual/ja/sylpheed-9.html
18608         * doc/manual/ja/sylpheed.html
18609         * doc/manual/ja/sylpheed.sgml
18610         * po/de.po
18611         * src/Makefile.am
18612         * src/compose.c
18613         * src/procmime.c
18614         * src/pixmaps/regular.xpm **REMOVED**
18615         * src/plugins/pgpmime/pgpmime.c
18616         * src/plugins/pgpmime/plugin.c
18617         * src/plugins/pgpmime/prefs_gpg.c
18618                 sync with HEAD
18619
18620 2004-12-03 [paul]       0.9.12cvs180.1
18621
18622         * ChangeLog
18623         * ChangeLog.claws
18624         * ChangeLog.jp
18625         * configure.ac
18626         * src/Makefile.am
18627         * src/pop.c
18628         * src/common/utils.c
18629         * src/common/utils.h
18630         * src/pixmaps/continue.xpm
18631         * src/pixmaps/dir_close.xpm
18632         * src/pixmaps/dir_open.xpm
18633         * src/pixmaps/drafts_close.xpm
18634         * src/pixmaps/drafts_open.xpm
18635         * src/pixmaps/folder.xpm **REMOVED**
18636         * src/pixmaps/group.xpm
18637         * src/pixmaps/unread.xpm
18638                 sync with HEAD
18639
18640 2004-12-02 [colin]      0.9.12cvs179.1
18641
18642         * src/compose.c
18643                 Sync with HEAD (non-duplicated reedition)
18644
18645 2004-12-02 [colin]      0.9.12cvs178.1
18646
18647         * src/compose.c
18648                 Sync with HEAD (linewrap_quote fix)
18649
18650 2004-12-01 [colin]      0.9.12cvs177.3
18651
18652         * src/addrharvest.c
18653                 Replace sizeof with strlen
18654
18655 2004-12-01 [paul]       0.9.12cvs177.2
18656
18657         * src/addrharvest.c
18658                 fix 'harvest addresses'
18659
18660 2004-11-30 [colin]      0.9.12cvs177.1
18661
18662         * src/gtk/prefswindow.c
18663         * src/gtk/pluginwindow.c
18664                 Sync with HEAD
18665
18666 2004-11-29 [colin]      0.9.12cvs176.1
18667
18668         * src/folderview.c
18669                 sync with HEAD (Fix disappearing separators in folderview's popup)
18670
18671 2004-11-29 [colin]      0.9.12cvs175.1
18672
18673         * src/procmime.c
18674                 Sync with head (another format fix)
18675
18676 2004-11-29 [colin]      0.9.12cvs174.1
18677
18678         * src/pop.c
18679                 Sync with HEAD (format string fix)
18680
18681 2004-11-26 [colin]      0.9.12cvs173.1
18682
18683         * src/common/smtp.c
18684         * src/common/smtp.h
18685                 Sync with HEAD
18686
18687 2004-11-24 [colin]      0.9.12cvs172.1
18688
18689         * src/plugins/pgpmime/pgpmime.c
18690                 Sync with HEAD
18691
18692 2004-11-24 [colin]      0.9.12cvs171.1
18693
18694         * src/plugins/pgpmime/pgpmime.c
18695                 Sync with head (gpgmectx leaks)
18696
18697 2004-11-24 [colin]      0.9.12cvs169.1
18698
18699         * src/plugins/pgpmime/plugin.c
18700         * src/plugins/trayicon/Makefile.am
18701         * src/plugins/trayicon/newmarkedmail.xpm
18702         * src/plugins/trayicon/trayicon.c
18703         * src/plugins/trayicon/unreadmarkedmail.xpm
18704                 Sync with HEAD
18705
18706 2004-11-23 [colin]      0.9.12cvs168.1
18707
18708         * src/partial_download.c
18709         * src/partial_download.h
18710         * src/plugins/pgpmime/plugin.c
18711                 Sync with HEAD
18712
18713 2004-11-23 [colin]      0.9.12cvs166.1
18714
18715         * src/Makefile.am
18716         * src/codeconv.c
18717         * src/compose.c
18718         * src/folderview.c
18719         * src/main.c
18720         * src/partial_download.c
18721         * src/partial_download.h
18722         * src/prefs_account.c
18723         * src/prefs_account.h
18724         * src/privacy.c
18725         * src/privacy.h
18726         * src/procmime.c
18727         * src/common/Makefile.am
18728         * src/common/base64.h
18729         * src/common/partial_download.c
18730         * src/common/partial_download.h
18731         * src/gtk/prefswindow.c
18732         * src/gtk/prefswindow.h
18733         * src/plugins/pgpmime/pgpmime.c
18734         * src/plugins/pgpmime/prefs_gpg.c
18735         * src/plugins/pgpmime/prefs_gpg.h
18736         * src/plugins/pgpmime/sgpgme.c
18737         * src/plugins/pgpmime/sgpgme.h
18738                 Sync with HEAD
18739
18740 2004-11-23 [colin]      0.9.12cvs163.1
18741
18742         * src/main.c
18743                 Sync with HEAD (cursor optimization)
18744
18745 2004-11-23 [colin]      0.9.12cvs162.1
18746
18747         * src/prefs_common.c
18748         * src/prefs_themes.c
18749         * src/procmsg.c
18750                 Sync with HEAD
18751
18752 2004-11-23 [colin]      0.9.12cvs158.9
18753
18754         * src/compose.c
18755                 Fix double-free when forwarding
18756         * src/msgcache.c
18757                 Fix leak on error path
18758                 
18759
18760 2004-11-23 [colin]      0.9.12cvs158.8
18761
18762         * src/compose.c
18763                 Fix possible double-free
18764                 Spotted by Alfons
18765
18766 2004-11-23 [colin]      0.9.12cvs158.7
18767
18768         * src/compose.c
18769                 Fix some signal handlers' prototypes
18770                 Spotted by Alfons
18771
18772 2004-11-22 [colin]      0.9.12cvs158.6
18773
18774         * src/compose.c
18775                 Remove unneeded code and duplicated
18776                 wrapping - patch by Alfons
18777
18778 2004-11-22 [colin]      0.9.12cvs158.5
18779
18780         * src/prefs_themes.c
18781                 Fix oversized selector
18782
18783 2004-11-22 [colin]      0.9.12cvs158.4
18784
18785         * src/compose.c
18786                 fix dump_text()
18787                 patch by Alfons
18788
18789 2004-11-19 [colin]      0.9.12cvs158.3
18790
18791         * src/textview.c
18792                 Add a context menu on links (open, copy)
18793
18794 2004-11-18 [paul]       0.9.12cvs158.2
18795
18796         * src/addrgather.c
18797         * src/exphtmldlg.c
18798         * src/expldifdlg.c
18799         * src/mimeview.c
18800         * src/prefs_common.c
18801         * src/plugins/image_viewer/viewer.c
18802         * src/plugins/spamassassin/spamassassin_gtk.c
18803                 replace deprecated gtk_notebook_set_page
18804                 and gtk_notebook_current_page
18805
18806 2004-11-18 [paul]       0.9.12cvs158.1
18807
18808         * configure.ac
18809         * src/compose.c
18810         * src/mainwindow.c
18811         * src/messageview.c
18812         * src/prefs_common.c
18813         * src/common/utils.c
18814         * src/common/utils.h
18815                 sync with HEAD
18816
18817 2004-11-17 [colin]      0.9.12cvs156.1
18818
18819         * src/prefs_account.c
18820         * src/prefs_account.h
18821         * src/procmsg.c
18822                 Sync with HEAD (add pref to store encrypted mails encrypted)
18823
18824 2004-11-17 [paul]       0.9.12cvs155.1
18825
18826         * ChangeLog
18827         * ChangeLog.claws
18828         * ChangeLog.jp
18829         * NEWS
18830         * configure.ac
18831         * src/compose.c
18832         * src/jpilot.c
18833         * src/privacy.c
18834         * src/procmime.c
18835         * src/procmime.h
18836         * src/procmsg.c
18837         * src/toolbar.c
18838         * src/pixmaps/error.xpm
18839                 sync with HEAD
18840
18841 2004-11-17 [colin]      0.9.12cvs151.1
18842
18843         * src/plugins/pgpmime/pgpmime.c
18844                 Sync with HEAD (remove debug printf)
18845
18846 2004-11-17 [colin]      0.9.12cvs150.1
18847
18848         * src/plugins/pgpmime/pgpmime.c
18849                 Sync with HEAD (off-by-one fix)
18850
18851 2004-11-17 [colin]      0.9.12cvs149.1
18852
18853         * src/procmsg.c
18854                 Sync with HEAD (coding style fixes)
18855
18856 2004-11-16 [colin]      0.9.12cvs148.1
18857
18858         * src/procmsg.c
18859                 Sync with head (Fix the fix)
18860
18861 2004-11-16 [colin]      0.9.12cvs147.1
18862
18863         * src/procmsg.c
18864                 Sync with Main (leak fix)
18865
18866 2004-11-16 [colin]      0.9.12cvs146.14
18867
18868         * src/compose.c
18869                 Remove useless chunk of code
18870                 Patch by Alfons
18871
18872 2004-11-15 [colin]      0.9.12cvs146.13
18873
18874         * src/compose.c
18875                 Fix drafting after insertion
18876                 Patch by Alfons
18877
18878 2004-11-15 [colin]      0.9.12cvs146.12
18879
18880         * src/compose.c
18881         * src/prefs_filtering.c
18882         * src/prefs_filtering_action.c
18883         * src/prefs_toolbar.c
18884                 Fix some const-correctness
18885
18886 2004-11-15 [colin]      0.9.12cvs146.11
18887
18888         * src/summaryview.c
18889         * src/prefs_themes.c
18890         * src/messageview.c
18891                 Fix some leaks
18892
18893 2004-11-15 [colin]      0.9.12cvs146.10
18894
18895         * src/codeconv.c
18896                 More unreadable locale fixes
18897
18898 2004-11-14 [colin]      0.9.12cvs146.9
18899
18900         * src/textview.c
18901                 Fix uri_security_check
18902                 Patch by Alfons
18903
18904 2004-11-13 [paul]       0.9.12cvs146.8
18905
18906         * src/folder.c
18907         * src/procmime.c
18908                 fix 2 bugs introduced in last commit
18909
18910 2004-11-13 [paul]       0.9.12cvs146.7
18911
18912         * src/compose.c
18913         * src/exporthtml.c
18914         * src/exportldif.c
18915         * src/folder.c
18916         * src/imap.c
18917         * src/imap_gtk.c
18918         * src/main.c
18919         * src/mainwindow.c
18920         * src/messageview.c
18921         * src/mh_gtk.c
18922         * src/prefs_themes.c
18923         * src/procmime.c
18924         * src/setup.c
18925         * src/summaryview.c
18926                 replace deprecated g_basename
18927
18928 2004-11-13 [paul]       0.9.12cvs146.6
18929
18930         * src/compose.c
18931         * src/imap.c
18932         * src/matcher_parser.h
18933         * src/matcher_parser_parse.y
18934         * src/prefs_filtering.c
18935         * src/prefs_filtering_action.c
18936         * src/prefs_themes.c
18937         * src/prefs_toolbar.c
18938         * src/common/utils.c
18939                 various small fixes/cleanups
18940
18941 2004-11-12 [colin]      0.9.12cvs146.5
18942
18943         * src/textview.c
18944                 Validate event's origin on visibility notify
18945                 Patch by Alfons.
18946
18947 2004-11-12 [paul]       0.9.12cvs146.4
18948
18949         * src/exporthtml.c
18950         * src/exportldif.c
18951         * src/imap.c
18952         * src/mh.c
18953         * src/mimeview.c
18954         * src/prefs_spelling.c
18955         * src/prefs_themes.c
18956                 replace deprecated g_dirname    
18957
18958 2004-11-12 [colin]      0.9.12cvs146.3
18959
18960         * src/textview.c
18961                 Some coding style fixes
18962
18963 2004-11-12 [colin]      0.9.12cvs146.2
18964
18965         * src/codeconv.c
18966                 We want to replace _all_ extended chars in
18967                 conv_unreadable_*, because any string containing
18968                 extended chars not parsing as UTF8 is 
18969                 undisplayed on gtk2.
18970
18971 2004-11-12 [paul]       0.9.12cvs146.1
18972
18973         * ChangeLog
18974         * ChangeLog.claws
18975         * ChangeLog.jp
18976         * NEWS
18977         * configure.ac
18978         * src/account.c
18979         * src/folderview.c
18980         * src/folderview.h
18981         * src/imap.c
18982         * src/imap_gtk.c
18983         * src/inc.c
18984         * src/mainwindow.c
18985         * src/mh_gtk.c
18986         * src/news_gtk.c
18987         * src/pop.c
18988         * src/prefs_account.c
18989         * src/prefs_account.h
18990         * src/prefs_ext_prog.c
18991         * src/procmime.c
18992         * src/procmime.h
18993         * src/procmsg.c
18994         * src/procmsg.h
18995         * src/summary_search.c
18996         * src/summaryview.c
18997         * src/textview.c
18998         * src/common/defs.h
18999         * src/common/utils.c
19000         * src/common/utils.h
19001         * src/gtk/menu.c
19002         * src/gtk/menu.h
19003                 sync with HEAD
19004
19005 2004-11-11 [colin]      0.9.12cvs144.2
19006
19007         * src/textview.c
19008                 Fix URI range selection (patch by Alfons)
19009
19010 2004-11-09 [colin]      0.9.12cvs144.1
19011
19012         * ChangeLog.claws
19013         * src/compose.c
19014         * src/folder.c
19015         * src/folder_item_prefs.c
19016         * src/prefs_account.c
19017         * src/prefs_account.h
19018         * src/plugins/pgpmime/pgpmime.c
19019                 Sync with HEAD
19020
19021 2004-11-08 [colin]      0.9.12cvs143.1
19022
19023         * src/summaryview.c
19024                 Sync with HEAD (optimize quicksearch)
19025
19026 2004-11-08 [colin]      0.9.12cvs142.2
19027
19028         * src/compose.c
19029                 Don't wrap when Edit/Auto wrapping is disabled
19030
19031 2004-11-08 [colin]      0.9.12cvs142.1
19032
19033         * src/textview.c
19034                 Sync with HEAD
19035
19036 2004-11-08 [colin]      0.9.12cvs141.1
19037
19038         * src/textview.c
19039                 Sync with HEAD (fix some mail URIs)
19040
19041 2004-11-08 [colin]      0.9.12cvs140.3
19042
19043         * src/textview.c
19044                 o Use text cursor instead of arrow when
19045                   not on a link
19046                 o Fix handling of contiguous links (as in
19047                   "colin@colino.net" <colin@colino.net>)
19048                   This one unveils a bug in get_email_part()
19049
19050 2004-11-07 [colin]      0.9.12cvs140.2
19051
19052         * src/textview.c
19053                 Fix memleak. Patch by Alfons.
19054
19055 2004-11-06 [colin]      0.9.12cvs140.1
19056
19057         * src/compose.c
19058                 Sync with HEAD (don't ask passphrase
19059                 when drafting)
19060
19061 2004-11-06 [paul]       0.9.12cvs139.2
19062
19063         * AUTHORS
19064         * src/textview.c
19065         * src/textview.h
19066                 textview URI handling. hovering over a 
19067                 link displays it in the status bar,
19068                 and changes the mouse pointer to a hand 
19069                 cursor. a link is activated with a single 
19070                 click. (Modified from the) patch by Jean-Yves 
19071                 Lefort <jylefort@users.sourceforge.net>
19072                 
19073
19074 2004-11-05 [colin]      0.9.12cvs139.1
19075
19076         * src/compose.c
19077         * src/procmime.c
19078                 Sync with HEAD again ^^
19079
19080 2004-11-05 [colin]      0.9.12cvs139.1
19081
19082         * src/compose.c
19083         * src/procmime.c
19084                 Sync with HEAD
19085
19086 2004-11-03 [paul]       0.9.12cvs138.1
19087
19088         * ChangeLog.claws
19089         * configure.ac
19090         * po/POTFILES.in
19091         * src/prefs_ext_prog.c
19092         * src/procmime.c
19093         * tools/kdeservicemenu/README
19094         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
19095         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
19096                 sync with HEAD
19097
19098 2004-11-01 [christoph]  0.9.12cvs136.2
19099
19100         * src/procmime.c
19101                 convert MIME parameters to UTF-8
19102
19103 2004-10-29 [colin]      0.9.12cvs136.1
19104
19105         * src/common/utils.c
19106                 Sync with HEAD (don't use '=' in mime boundary)
19107
19108 2004-10-29 [paul]       0.9.12cvs135.1
19109
19110         * configure.ac
19111         * doc/src/rfc2231.txt
19112         * src/procmime.c
19113         * src/common/quoted-printable.c
19114         * src/common/utils.c
19115         * src/common/utils.h
19116                 sync with HEAD
19117
19118 2004-10-27 [paul]       0.9.12cvs134.1
19119
19120         * configure.ac
19121         * src/main.c
19122         * src/procmime.c
19123         * src/plugins/pgpmime/pgpmime.c
19124                 sync with HEAD
19125
19126 2004-10-26 [paul]       0.9.12cvs132.3
19127
19128         * src/account.c
19129         * src/addressbook.c
19130         * src/addrgather.c
19131         * src/addrharvest.c
19132         * src/codeconv.c
19133         * src/compose.c
19134         * src/customheader.c
19135         * src/editaddress.c
19136         * src/editgroup.c
19137         * src/enriched.c
19138         * src/expldifdlg.c
19139         * src/exporthtml.c
19140         * src/exportldif.c
19141         * src/folder.c
19142         * src/foldersel.c
19143         * src/folderview.c
19144         * src/grouplistdialog.c
19145         * src/html.c
19146         * src/imap.c
19147         * src/jpilot.c
19148         * src/ldapserver.c
19149         * src/ldif.c
19150         * src/mimeview.c
19151         * src/news.c
19152         * src/news_gtk.c
19153         * src/pop.c
19154         * src/prefs_display_header.c
19155         * src/prefs_gtk.c
19156         * src/prefs_msg_colors.c
19157         * src/prefs_toolbar.c
19158         * src/procheader.c
19159         * src/procmime.c
19160         * src/summaryview.c
19161         * src/textview.c
19162         * src/toolbar.c
19163         * src/vcard.c
19164         * src/common/mgutils.c
19165         * src/common/nntp.c
19166         * src/common/smtp.c
19167         * src/common/template.c
19168         * src/common/utils.c
19169         * src/common/xmlprops.c
19170         * src/plugins/pgpmime/pgpmime.c
19171         * src/plugins/pgpmime/select-keys.c
19172         * src/plugins/pgpmime/sgpgme.c
19173                 replace deprecated g_strcasecmp(), g_strncasecmp(),
19174                 g_string_sprintfa(), gtk_notebook_current_page()
19175
19176 2004-10-26 [colin]      0.9.12cvs132.2
19177
19178         * src/prefs_folder_item.c
19179                 Fix default-account selection
19180
19181 2004-10-21 [colin]      0.9.12cvs133
19182
19183         * src/compose.c
19184                 Sync with HEAD (Remove extra separator in compose's Options)
19185         * src/textview.c
19186                 Set wrapping to char
19187
19188 2004-10-21 [paul]       0.9.12cvs131.2
19189
19190         * src/compose.c
19191         * src/sourcewindow.c
19192                 fix wrapping
19193                 fix window shrinking 
19194
19195 2004-10-21 [colin]      0.9.12cvs131.1
19196
19197         * ChangeLog.claws
19198         * src/compose.c
19199                 Sync with HEAD
19200
19201 2004-10-21 [paul]       0.9.12cvs130.2
19202
19203         * src/prefs_folder_item.c
19204                 sync with HEAD (Apply to subfolders)
19205
19206 2004-10-19 [colin]      0.9.12cvs130.1
19207
19208         * ChangeLog.claws
19209         * src/compose.c
19210         * src/common/utils.c
19211         * src/gtk/menu.c
19212                 Sync with HEAD
19213
19214 2004-10-19 [colin]      0.9.12cvs128.1
19215
19216         * src/addrbook.c
19217         * src/addrcache.c
19218         * src/addressbook.c
19219         * src/codeconv.c
19220         * src/compose.c
19221         * src/customheader.c
19222         * src/editaddress.c
19223         * src/editgroup.c
19224         * src/exporthtml.c
19225         * src/folder.c
19226         * src/folderview.c
19227         * src/imap.c
19228         * src/jpilot.c
19229         * src/main.c
19230         * src/matcher_parser_parse.y
19231         * src/mbox.c
19232         * src/pop.c
19233         * src/prefs_account.c
19234         * src/prefs_gtk.c
19235         * src/prefs_msg_colors.c
19236         * src/procheader.c
19237         * src/procmime.c
19238         * src/procmime.h
19239         * src/procmsg.c
19240         * src/summaryview.c
19241         * src/textview.c
19242         * src/common/base64.c
19243         * src/common/partial_download.c
19244         * src/common/socket.c
19245         * src/common/sylpheed.c
19246         * src/common/utils.c
19247         * src/common/utils.h
19248         * src/gtk/pluginwindow.c
19249         * src/gtk/quicksearch.c
19250         * src/plugins/clamav/clamav_plugin.c
19251         * src/plugins/clamav/clamav_plugin.h
19252         * src/plugins/clamav/clamav_plugin_gtk.c
19253         * src/plugins/pgpmime/passphrase.c
19254         * src/plugins/pgpmime/pgpmime.c
19255         * src/plugins/pgpmime/plugin.c
19256         * src/plugins/pgpmime/prefs_gpg.c
19257         * src/plugins/pgpmime/prefs_gpg.h
19258         * src/plugins/pgpmime/select-keys.c
19259         * src/plugins/pgpmime/sgpgme.c
19260         * src/plugins/spamassassin/libspamc.c
19261         * src/plugins/spamassassin/spamassassin.c
19262         * src/plugins/spamassassin/spamassassin.h
19263         * src/plugins/spamassassin/spamassassin_gtk.c
19264         * src/plugins/trayicon/trayicon.c
19265         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
19266                 Sync with HEAD
19267
19268 2004-10-14 [colin]      0.9.12cvs126.2
19269
19270         * src/codeconv.c
19271         * src/textview.c
19272                 Fix conv_unreadable_locale
19273
19274 2004-10-13 [colin]      0.9.12cvs126.1
19275
19276         * src/compose.c
19277                 Sync with HEAD (don't convert charset for 
19278                 drafted messages, minor cleanup)
19279
19280 2004-10-13 [colin]      0.9.12cvs125.1
19281
19282         * po/POTFILES.in
19283                 Sync with HEAD (POTFILES fix)
19284
19285 2004-10-12 [colin]      0.9.12cvs124.3
19286
19287         * src/compose.c
19288                 Fix encoding bug from latest sync
19289
19290 2004-10-12 [paul]       0.9.12cvs124.2
19291
19292         * src/plugins/pgpmime/prefs_gpg.c
19293         * src/plugins/pgpmime/prefs_gpg.h
19294                 forgotten in last commit        
19295
19296 2004-10-12 [paul]       0.9.12cvs124.1
19297
19298         * ChangeLog.claws
19299         * configure.ac
19300         * m4/spamassassin.m4
19301         * src/Makefile.am
19302         * src/account.c
19303         * src/compose.c
19304         * src/compose.h
19305         * src/crash.c
19306         * src/main.c
19307         * src/mimeview.c
19308         * src/passphrase.c
19309         * src/passphrase.h
19310         * src/prefs_account.c
19311         * src/prefs_account.h
19312         * src/prefs_common.c
19313         * src/privacy.c
19314         * src/privacy.h
19315         * src/procmime.c
19316         * src/procmime.h
19317         * src/procmsg.c
19318         * src/rfc2015.c
19319         * src/rfc2015.h
19320         * src/select-keys.c
19321         * src/select-keys.h
19322         * src/textview.c
19323         * src/common/utils.c
19324         * src/common/utils.h
19325         * src/gtk/about.c
19326         * src/plugins/pgpmime/Makefile.am
19327         * src/plugins/pgpmime/passphrase.c
19328         * src/plugins/pgpmime/passphrase.h
19329         * src/plugins/pgpmime/pgpmime.c
19330         * src/plugins/pgpmime/plugin.c
19331         * src/plugins/pgpmime/select-keys.c
19332         * src/plugins/pgpmime/select-keys.h
19333         * src/plugins/pgpmime/sgpgme.c
19334         * src/plugins/pgpmime/sgpgme.h
19335                 sync with HEAD
19336
19337 2004-10-04 [colin]      0.9.12cvs122.1
19338
19339         * src/mainwindow.c
19340         * src/messageview.c
19341         * src/messageview.h
19342         * src/textview.c
19343                 Sync with HEAD
19344
19345 2004-10-04 [colin]      0.9.12cvs121.1
19346
19347         * src/summaryview.c
19348                 Sync with HEAD
19349
19350 2004-10-04 [paul]       0.9.12cvs120.1
19351
19352         * configure.ac
19353                 sync with HEAD [don't try to build 
19354                 pgpmime plugin when gpgme is disabled]
19355
19356 2004-10-03 [colin]      0.9.12cvs119.3
19357
19358         * src/gtk/gtksctree.c
19359                 Lots of side effects. Put back as before 117.2.
19360         * src/summaryview.c
19361                 Fix bug #602
19362
19363 2004-10-03 [colin]      0.9.12cvs119.2
19364
19365         * src/gtk/gtksctree.c
19366                 Revert 608 fix that doesn't work that good
19367
19368 2004-10-02 [colin]      0.9.12cvs119.1
19369
19370         * src/mainwindow.c
19371         * src/messageview.c
19372         * src/prefs_common.h
19373         * src/procmime.c
19374         * src/procmime.h
19375         * src/textview.c
19376                 Sync with HEAD
19377         * src/gtk/gtksctree.c
19378                 Close bug #608
19379
19380 2004-10-01 [colin]      0.9.12cvs118.1
19381
19382         * src/mimeview.c
19383                 Sync with HEAD (better Save All fix)
19384
19385 2004-10-01 [colin]      0.9.12cvs117.2
19386
19387         * src/gtk/gtksctree.c
19388                 Faster on selection
19389
19390 2004-10-01 [colin]      0.9.12cvs117.1
19391
19392         * src/mimeview.c
19393                 Sync with HEAD (Save All: only attachments)
19394
19395 2004-10-01 [paul]       0.9.12cvs116.1
19396
19397         * ChangeLog.claws
19398         * configure.ac
19399         * src/account.c
19400         * src/prefs_common.c
19401         * src/gtk/colorlabel.c
19402                 sync with HEAD
19403
19404 2004-09-30 [colin]      0.9.12cvs115.1
19405
19406         * src/stock_pixmap.c
19407         * src/stock_pixmap.h
19408         * src/folderview.c
19409         * src/Makefile.am
19410         * src/pixmaps/read.xpm
19411                 Sync with HEAD (new pixmap)
19412
19413 2004-09-29 [colin]      0.9.12cvs114.1
19414
19415         * src/compose.c
19416                 Sync with HEAD
19417                 Fix focus handling in headers
19418
19419 2004-09-29 [paul]       0.9.12cvs113.1
19420
19421         * src/quote_fmt_parse.y
19422                 sync with HEAD
19423  
19424
19425 2004-09-28 [colin]      0.9.12cvs112.1
19426
19427         * src/folderview.c
19428         * src/mainwindow.c
19429                 Sync with HEAD
19430
19431 2004-09-28 [colin]      0.9.12cvs110.1
19432
19433         * src/folderview.c
19434                 Sync with HEAD (Contextual Empty trash menu)
19435
19436 2004-09-28 [colin]      0.9.12cvs108.1
19437
19438         * src/addressbook.c
19439                 Sync with HEAD (addressbook edit on double-click)
19440
19441 2004-09-28 [colin]      0.9.12cvs106.1
19442
19443         * src/inc.c
19444                 Sync with HEAD (folder_item freeze on inc)
19445
19446 2004-09-27 [colin]      0.9.12cvs105.1
19447
19448         * src/folderview.c
19449                 Sync with HEAD (right-align new and unread column)
19450
19451 2004-09-27 [colin]      0.9.12cvs104.1
19452
19453         * src/main.c
19454                 Sync with HEAD (revert 0.9.12cvs101)
19455
19456 2004-09-24 [colin]      0.9.12cvs103.2
19457
19458         * src/wizard.c
19459                 Fix gtk warnings and use domain part of the email address 
19460                 when domain detection fails (no dot in domain name)
19461
19462 2004-09-23 [colin]      0.9.12cvs103.1
19463
19464         * src/plugins/spamassassin/libspamc.c
19465         * src/plugins/spamassassin/libspamc.h
19466         * src/plugins/spamassassin/utils.c
19467         * src/plugins/spamassassin/utils.h
19468                 Sync with HEAD (Update spamassassin to 3.0)
19469
19470 2004-09-21 [colin]      0.9.12cvs102.3
19471
19472         * src/action.c
19473                 Add horizontal scrollbar in action io dialog as needed
19474                 Patch by Alfons.
19475
19476 2004-09-20 [colin]      0.9.12cvs102.2
19477
19478         * src/plugins/image_viewer/viewer.c
19479                 Remove imlib stuff
19480                 use gtk_pixmap_set when clearing
19481                 (would be better to use gtkImages, but causes size-allocate 
19482                 signals storm)
19483
19484 2004-09-17 [paul]       0.9.12cvs102.1
19485
19486         * ChangeLog
19487         * ChangeLog.claws
19488         * ChangeLog.jp
19489         * configure.ac
19490         * src/inc.c
19491                 sync with HEAD
19492
19493
19494 2004-09-17 [colin]      0.9.12cvs101.1
19495
19496         * ChangeLog.claws
19497         * src/main.c
19498                 Sync with HEAD (fix segs at exit)
19499
19500 2004-09-14 [colin]      0.9.12cvs99.5
19501
19502         * src/common/socket.c
19503         * AUTHORS
19504                 Fix send error on 64bit platforms
19505                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
19506
19507 2004-09-14 [colin]      0.9.12cvs99.4
19508
19509         * src/action.c
19510                 Fix action output with utf8 
19511                 Patch by Alfons.
19512
19513 2004-09-14 [colin]      0.9.12cvs99.3
19514
19515         * ChangeLog.claws
19516         * src/folder.c
19517                 Sync with HEAD
19518
19519 2004-09-09 [colin]      0.9.12cvs99.2
19520
19521         * src/action.c
19522                 Fix progress bar (displaying "Completed %v/%u")
19523                 Patch by Alfons.
19524
19525 2004-09-08 [colin]      0.9.12cvs99.1
19526
19527         * src/account.c
19528         * src/folder.c
19529         * src/procmsg.c
19530         * src/procmsg.h
19531         * src/plugins/pgpmime/pgpmime.c
19532                 Sync with HEAD
19533
19534 2004-09-08 [colin]      0.9.12cvs97.2
19535
19536         * src/summaryview.c
19537                 Don't select mails in collapsed threads 
19538                 when navigating with up/down
19539
19540 2004-09-07 [colin]      0.9.12cvs97.1
19541
19542         * src/inc.c
19543                 Sync with HEAD (meaningful error messages)
19544
19545 2004-09-06 [colin]      0.9.12cvs96.1
19546
19547         * src/toolbar.c
19548                 Sync with HEAD (fix Redirect graying out)
19549
19550 2004-09-06 [colin]      0.9.12cvs95.1
19551
19552         * src/summaryview.c
19553         * src/mimeview.c
19554                 Sync with HEAD (fix dropped URIs)
19555
19556 2004-09-06 [colin]      0.9.12cvs94.1
19557
19558         * src/addressbook.c
19559         * src/addressitem.h
19560         * src/addritem.c
19561         * src/addritem.h
19562                 Sync with HEAD (addressbook DnD)
19563
19564 2004-09-03 [colin]      0.9.12cvs93.1
19565
19566         * src/summaryview.c
19567                 Sync with HEAD (next/prev unread)
19568
19569 2004-09-03 [colin]      0.9.12cvs92.1
19570
19571         * src/prefs_common.c
19572         * src/prefs_common.h
19573         * src/summaryview.c
19574                 Sync with HEAD ('mark_as_read_delay' pref)
19575
19576 2004-09-02 [colin]      0.9.12cvs91.2
19577
19578         * src/common/xml.c
19579                 Fix leak
19580
19581 2004-09-02 [colin]      0.9.12cvs91.1
19582
19583         * src/gtk/menu.c
19584                 Sync with HEAD (menu accel don't work, but whatever)
19585
19586 2004-09-02 [colin]      0.9.12cvs90.1
19587
19588         * src/account.c
19589                 Sync with HEAD (fix bug 582)
19590
19591 2004-09-02 [colin]      0.9.12cvs89.1
19592
19593         * src/addrindex.c
19594                 Sync with HEAD (free deleted queries)
19595
19596 2004-09-02 [colin]      0.9.12cvs88.1
19597
19598         * src/ldapquery.c
19599                 Sync with HEAD (fix LDAP freezes)
19600
19601 2004-09-02 [colin]      0.9.12cvs87.1
19602
19603         * src/prefs_spelling.c
19604                 Sync with HEAD (add default dictionary)
19605
19606 2004-09-01 [colin]      0.9.12cvs86.1
19607
19608         * src/filtering.c
19609         * src/folderview.c
19610         * src/imap.c
19611         * src/prefs_matcher.c
19612         * src/stock_pixmap.c
19613         * src/summary_search.c
19614         * src/summaryview.c
19615         * src/wizard.c
19616         * src/wizard.h
19617                 Sync with HEAD (uninitialized vars fixes)
19618                 + gtk2 specific warning fixes
19619
19620 2004-08-31 [colin]      0.9.12cvs85.1
19621
19622         * src/folder.c
19623                 Sync with HEAD (Fix memory corruption due to 
19624                 uninitialized var)
19625
19626 2004-08-31 [colin]      0.9.12cvs84.4
19627
19628         * src/summary_search.c
19629                 Fix segfaults when searching in folders with broken headers
19630
19631 2004-08-31 [colin]      0.9.12cvs84.3
19632
19633         * src/compose.c
19634         * src/textview.c
19635                 Fix some more encoding/decoding issues
19636
19637 2004-08-30 [colin]      0.9.12cvs84.2
19638
19639         * src/mimeview.c
19640         * src/prefs_themes.c
19641         * src/gtk/filesel.c
19642         * src/gtk/filesel.h
19643                 Add a folder-mode selection (fixes mimeview's "Save all")
19644
19645 2004-08-29 [colin]      0.9.12cvs84.1
19646
19647         * src/mimeview.c
19648                 Sync with HEAD (don't escape saved filenames)
19649
19650 2004-08-27 [colin]      0.9.12cvs83.1
19651
19652         * ChangeLog
19653         * ChangeLog.claws
19654         * ChangeLog.jp
19655         * src/mh.c
19656         * src/procheader.c
19657         * src/procmsg.c
19658         * src/procmsg.h
19659         * src/common/utils.c
19660         * src/gtk/menu.h
19661         * po/
19662                 Sync with HEAD 0.9.12cvs83 (sync with main)
19663
19664 2004-08-26 [colin]      0.9.12cvs82.4
19665
19666         * src/codeconv.c
19667                 Fix strange stack corruption
19668                 Convert to utf8 after unmime, not before
19669
19670 2004-08-26 [colin]      0.9.12cvs82.3
19671
19672         * src/main.c
19673         * src/wizard.c
19674                 Fix account folders duplication
19675
19676 2004-08-25 [colin]      0.9.12cvs82.2
19677
19678         * src/wizard.c
19679                 Remove ports
19680                 Add SSL selection
19681                 Use login@server as account name
19682
19683 2004-08-25 [colin]      0.9.12cvs82.1
19684
19685         * src/plugins/pgpmime/pgpmime.c
19686                 Sync with HEAD (leak fix).
19687
19688 2004-08-25 [colin]      0.9.12cvs81.1
19689
19690         * src/plugins/pgpmime/pgpmime.c
19691         * src/plugins/pgpmime/sgpgme.c
19692         * src/plugins/pgpmime/sgpgme.h
19693                 Sync with HEAD (Handle combined messages).
19694
19695 2004-08-24 [colin]      0.9.12cvs80.3
19696
19697         * src/wizard.c
19698                 Fix full name, ports, and imap
19699
19700 2004-08-24 [colin]      0.9.12cvs80.2
19701
19702         * src/Makefile.am
19703         * src/main.c
19704         * src/setup.c
19705         * src/setup.h
19706         * src/stock_pixmap.c
19707         * src/stock_pixmap.h
19708         * src/wizard.c ** ADDED **
19709         * src/wizard.h ** ADDED ** 
19710         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
19711                 Add a setup wizard 
19712
19713 2004-08-24 [colin]      0.9.12cvs80.1
19714
19715         * src/folder.c
19716                 Sync with HEAD (set mimeflags on all messages)
19717
19718 2004-08-24 [colin]      0.9.12cvs79.3
19719
19720         * src/matcher_parser_lex.l
19721                 Fix 8bits strings not in utf8
19722
19723 2004-08-24 [colin]      0.9.12cvs79.2
19724
19725         * src/compose.c
19726                 Check conversion result before replacing buffer
19727
19728 2004-08-23 [colin]      0.9.12cvs79.1
19729
19730         * src/compose.c
19731                 Sync with HEAD (create message header in memory)
19732
19733 2004-08-23 [colin]      0.9.12cvs78.1
19734
19735         * src/rfc2015.c
19736         * src/rfc2015.h
19737                 Sync with HEAD (fix bug 197 again)
19738
19739 2004-08-23 [colin]      0.9.12cvs77.3
19740
19741         * src/compose.c
19742                 Fix again inline gpg signing (which outputs utf8
19743                 in gtk2). Not syncing this fix to HEAD as this 
19744                 code is meant to die.
19745
19746 2004-08-23 [colin]      0.9.12cvs77.2
19747
19748         * src/prefs_account.h
19749                 Remove useless include
19750
19751 2004-08-23 [colin]      0.9.12cvs77.1
19752
19753         * src/imap.c
19754         * po/es.po
19755         * po/fr.po
19756         * po/it.po
19757         * po/pl.po
19758         * po/pt_BR.po
19759         * po/sk.po
19760         * po/sr.po
19761                 Sync with HEAD (fix bug 577)
19762
19763 2004-08-22 [colin]      0.9.12cvs76.1
19764
19765         * src/plugins/trayicon/trayicon.c
19766                 Sync with HEAD (fix formatting bug)
19767
19768 2004-08-21 [colin]      0.9.12cvs74.2
19769
19770         * src/gtk/colorsel.c
19771                 Fix bug 564 (Folder color selection window exits on any
19772                 keypress)
19773
19774 2004-08-21 [colin]      0.9.12cvs74.1
19775
19776         * ChangeLog.claws
19777         * src/compose.c
19778         * src/summaryview.c
19779         * src/toolbar.c
19780                 Sync with HEAD (fix bug 576)
19781
19782 2004-08-21 [colin]      0.9.12cvs70.1
19783
19784         * src/compose.c
19785         * src/mainwindow.c
19786                 Sync with HEAD
19787                 
19788
19789 2004-08-21 [paul]       0.9.12cvs66.4
19790
19791         * src/mainwindow.c
19792         * src/messageview.c
19793         * src/gtk/menu.c
19794         * src/plugins/spamassassin/spamassassin_gtk.c
19795                 remove some deprecated gtk1 functions
19796
19797
19798 2004-08-21 [colin]      0.9.12cvs66.3
19799
19800         * src/compose.c
19801         * src/codeconv.c
19802                 Fix warnings
19803                 Remove encoding hacks
19804                 Fix bug 575 (Strange character messes up message)
19805                 Don't display conversion error when drafting
19806
19807 2004-08-21 [paul]       0.9.12cvs66.2
19808
19809         * src/prefs_account.c
19810                 fix GnuPG mode bugs
19811
19812
19813 2004-08-20 [colin]      0.9.12cvs66.1
19814
19815         * src/codeconv.c
19816                 Sync with HEAD 0.9.12cvs66
19817
19818 2004-08-20 [paul]
19819
19820         * src/plugins/pgpmime/plugin.c
19821                 modify PGP/MIME plugin's description
19822
19823 2004-08-17 [colin]      0.9.12cvs65.1
19824
19825         * src/common/ssl.c
19826         * src/plugins/pgpmime/plugin.c
19827                 Sync with HEAD
19828
19829 2004-08-14 [colin]      0.9.12cvs60.3
19830
19831         * src/plugins/trayicon/trayicon.c
19832                 Put back resize callback, on size-request signal
19833                 rather than size-allocate to avoid infinite 
19834                 callback loop
19835
19836 2004-08-13 [colin]      0.9.12cvs60.2
19837
19838         * src/common/defs.h
19839                 Cache versions have been fixed
19840
19841 2004-08-13 [colin]      0.9.12cvs60.1
19842
19843         * src/folderutils.c
19844                 Sync with HEAD
19845
19846 2004-08-12 [colin]      0.9.12cvs59.1
19847
19848         * src/plugins/trayicon/trayicon.c
19849                 Sync with HEAD
19850
19851 2004-08-12 [colin]      0.9.12cvs57.5
19852
19853         * sylpheed.desktop
19854         * configure.ac
19855         * src/Makefile.am
19856         * src/main.c
19857                 Add support for Freedesktop.org's startup notification
19858
19859 2004-08-11 [colin]      0.9.12cvs57.4
19860
19861         * src/textview.c
19862                 Fix off-by-one
19863
19864 2004-08-11 [colin]      0.9.12cvs57.3
19865
19866         * src/message_search.c
19867         * src/summary_search.c
19868                 Make searches case insensitive by default
19869         * src/textview.c
19870                 Fix case-insensitive search in message
19871
19872 2004-08-11 [colin]      0.9.12cvs57.2
19873
19874         * src/summary_search.c
19875                 Let case-sensitive be specified
19876
19877 2004-08-10 [colin]      0.9.12cvs55.4
19878
19879         * src/common/socket.c
19880                 Fix the possible race condition
19881
19882 2004-08-09 [paul]       0.9.12cvs55.3
19883
19884         * configure.ac
19885         * src/Makefile.am
19886         * src/common/Makefile.am
19887                 sync with HEAD
19888
19889
19890 2004-08-09 [paul]       0.9.12cvs55.2
19891
19892         * autogen.sh
19893         * po/poconv.sh
19894                 remove unneeded script
19895
19896         * configure.ac
19897                 add forgotten USE_LDAP_TLS (sync with HEAD)
19898
19899
19900 2004-08-09 [colin]      0.9.12cvs55.1
19901
19902         * src/main.c
19903         * src/common/ssl.c
19904         * src/common/sylpheed.c
19905         * src/common/sylpheed.h
19906                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
19907
19908 2004-08-09 [paul]       0.9.12cvs54.1
19909
19910         * ChangeLog
19911         * ChangeLog.claws
19912         * ChangeLog.jp
19913         * configure.ac
19914         * po/POTFILES.in
19915         * src/Makefile.am
19916         * src/folderutils.c
19917         * src/main.c
19918         * src/pgpmime.c
19919         * src/pgpmime.h
19920         * src/sgpgme.c
19921         * src/sgpgme.h
19922         * src/plugins/Makefile.am
19923         * src/plugins/pgpmime/.cvsignore
19924         * src/plugins/pgpmime/Makefile.am
19925         * src/plugins/pgpmime/pgpmime.c
19926         * src/plugins/pgpmime/pgpmime.h
19927         * src/plugins/pgpmime/plugin.c
19928         * src/plugins/pgpmime/sgpgme.c
19929         * src/plugins/pgpmime/sgpgme.h
19930                 sync with HEAD
19931
19932 2004-08-08 [paul]       0.9.12cvs51.1
19933
19934         * configure.ac
19935         * src/folder.c
19936                 sync with HEAD
19937
19938 2004-08-07 [colin]      0.9.12cvs50.1
19939
19940         * src/pop.c
19941         * src/common/partial_download.c
19942                 fix warnings (sync from HEAD)
19943
19944 2004-08-07 [colin]      0.9.12cvs48.1
19945
19946         * src/prefs_folder_item.c
19947                 sync with HEAD 0.9.12cvs48
19948
19949 2004-08-06 [colin]      0.9.12cvs47.1
19950
19951         * src/compose.c
19952                 Sync with HEAD
19953
19954 2004-08-06 [christoph]  0.9.12cvs46.2
19955
19956         * src/main.c
19957         * src/plugins/clamav/clamav_plugin_gtk.c
19958         * src/plugins/dillo_viewer/dillo_viewer.c
19959         * src/plugins/image_viewer/plugin.c
19960         * src/plugins/mathml_viewer/mathml_viewer.c
19961         * src/plugins/spamassassin/spamassassin_gtk.c
19962         * src/plugins/trayicon/trayicon.c
19963                 don't mix GTK1.2 plugin with GTK2 plugins
19964
19965 2004-08-06 [colin]      0.9.12cvs46.1
19966
19967         * ChangeLog
19968         * ChangeLog.claws
19969         * ChangeLog.jp
19970         * configure.ac
19971         * sylpheed-claws.pc.in
19972         * src/folder.c
19973         * src/imap.c
19974         * src/localfolder.c
19975         * src/messageview.c
19976         * src/mimeview.c
19977         * src/mimeview.h
19978         * src/msgcache.c
19979         * src/news.c
19980         * src/prefs_ext_prog.c
19981         * src/prefs_folder_item.c
19982         * src/prefs_fonts.c
19983         * src/prefs_msg_colors.c
19984         * src/prefs_spelling.c
19985         * src/prefs_themes.c
19986         * src/prefs_toolbar.c
19987         * src/prefs_wrapping.c
19988         * src/procmime.h
19989         * src/common/defs.h
19990         * src/common/nntp.c
19991         * src/common/session.c
19992         * src/common/session.h
19993         * src/common/socket.c
19994         * src/common/utils.h
19995         * src/common/xml.c
19996         * src/common/xml.h
19997         * src/gtk/prefswindow.c
19998         * src/gtk/prefswindow.h
19999         * src/plugins/clamav/clamav_plugin_gtk.c
20000         * src/plugins/dillo_viewer/dillo_prefs.c
20001         * src/plugins/image_viewer/viewerprefs.c
20002         * src/plugins/spamassassin/spamassassin_gtk.c
20003         * m4/openssl.m4 *** REMOVED ***
20004                 Sync with HEAD 0.9.12cvs46
20005
20006 2004-08-03 [paul]       0.9.12cvs40.2
20007
20008         * src/action.c
20009         * src/addressadd.c
20010         * src/addressbook.c
20011         * src/addrgather.c
20012         * src/browseldap.c
20013         * src/compose.c
20014         * src/crash.c
20015         * src/editaddress.c
20016         * src/editgroup.c
20017         * src/editldap_basedn.c
20018         * src/foldersel.c
20019         * src/importldif.c
20020         * src/mimeview.c
20021         * src/prefs_common.c
20022         * src/prefs_template.c
20023         * src/sourcewindow.c
20024         * src/summaryview.c
20025         * src/gtk/about.c
20026         * src/gtk/foldersort.c
20027         * src/gtk/logwindow.c
20028         * src/gtk/pluginwindow.c
20029         * src/gtk/prefswindow.c
20030                 change all gtk_scrolled_window_set_policy from 
20031                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
20032
20033 2004-08-02 [paul]       0.9.12cvs40.1
20034
20035         * AUTHORS
20036                 update translation team section
20037         * po/pt_BR.po
20038                 updated by Frederico Goncalves Guimaraes
20039                 <fggdebian@yahoo.com.br>
20040
20041 2004-07-31 [colin]      0.9.12cvs39.9
20042
20043         * src/exphtmldlg.c
20044                 Fix compilation
20045
20046 2004-07-31 [colin]      0.9.12cvs39.8
20047
20048         * src/exphtmldlg.c
20049                 Fix an alertpanel type
20050
20051 2004-07-30 [colin]      0.9.12cvs39.7
20052
20053         * src/alertpanel.c
20054                 Fix alertpanel_error_log's icon
20055
20056 2004-07-30 [colin]      0.9.12cvs39.6
20057
20058         * src/pop.c
20059                 Two of them should still be warnings
20060
20061 2004-07-30 [colin]      0.9.12cvs39.5
20062
20063         * src/pop.c
20064                 More warning -> error
20065 2004-07-29 [colin]      0.9.12cvs39.4
20066
20067         * src/pop.c
20068                 Warning -> error
20069
20070 2004-07-29 [colin]      0.9.12cvs39.3
20071
20072         * src/prefs_matcher.c
20073                 Fix segfault
20074
20075 2004-07-29 [colin]      0.9.12cvs39.2
20076
20077         * src/alertpanel.c
20078                 More nice-looking alertpanels
20079
20080 2004-07-29 [colin]      0.9.12cvs39.1
20081
20082         * src/messageview.c
20083                 sync with head
20084                 (inform user when partial mail is deleted on server)
20085
20086 2004-07-29 [colin]      0.9.12cvs38.1
20087
20088         * src/messageview.c
20089                 sync with head
20090
20091 2004-07-28 [paul]       0.9.12cvs37.7
20092
20093         * src/mainwindow.c
20094                 complete the replacement of deprecated gtk_progress_*
20095
20096 2004-07-28 [paul]       0.9.12cvs37.6
20097
20098         * src/action.c
20099         * src/inc.c
20100         * src/mainwindow.c
20101         * src/send_message.c
20102         * src/gtk/progressdialog.c
20103         * src/gtk/progressdialog.h
20104                 replace deprecated gtk_progress_*
20105
20106 2004-07-28 [paul]       0.9.12cvs37.5
20107
20108         * src/gtk/filesel.c
20109                 remove gtk_window_set_wmclass()
20110 2004-07-28 [paul]       0.9.12cvs37.4
20111
20112         * src/addressbook.c
20113         * src/compose.c
20114         * src/foldersel.c
20115         * src/mainwindow.c
20116         * src/messageview.c
20117         * src/sourcewindow.c
20118         * src/gtk/logwindow.c
20119                 remove gtk_window_set_wmclass()
20120                 
20121         * src/prefs_filtering.c
20122         * src/prefs_filtering_action.c
20123         * src/prefs_fonts.c
20124         * src/prefs_gtk.c
20125         * src/prefs_matcher.c
20126         * src/ssl_manager.c
20127         * src/gtk/prefswindow.c
20128                 replace gtk_window_position()
20129
20130 2004-07-28 [colin]      0.9.12cvs37.3
20131
20132         * src/alertpanel.c
20133         * src/alertpanel.h
20134                 Add a way to specify panel type for specific
20135                 panels (alertpanel())
20136         * src/account.c
20137         * src/addressbook.c
20138         * src/compose.c
20139         * src/expldifdlg.c
20140         * src/main.c
20141         * src/messageview.c
20142         * src/summaryview.c
20143         * src/textview.c
20144         * src/gtk/sslcertwindow.c
20145                 Fix alertpanel()s so that their icon match
20146                 their real type
20147
20148 2004-07-28 [paul]       0.9.12cvs37.2
20149
20150         * src/addr_compl.c
20151         * src/addressbook.c
20152         * src/alertpanel.c
20153         * src/compose.c
20154         * src/export.c
20155         * src/foldersel.c
20156         * src/folderview.c
20157         * src/grouplistdialog.c
20158         * src/import.c
20159         * src/mainwindow.c
20160         * src/message_search.c
20161         * src/messageview.c
20162         * src/passphrase.c
20163         * src/prefs_actions.c
20164         * src/prefs_common.c
20165         * src/prefs_customheader.c
20166         * src/prefs_display_header.c
20167         * src/prefs_filtering.c
20168         * src/prefs_filtering_action.c
20169         * src/prefs_gtk.c
20170         * src/prefs_matcher.c
20171         * src/prefs_msg_colors.c
20172         * src/prefs_summary_column.c
20173         * src/prefs_template.c
20174         * src/sourcewindow.c
20175         * src/ssl_manager.c
20176         * src/summary_search.c
20177         * src/gtk/colorsel.c
20178         * src/gtk/description_window.c
20179         * src/gtk/gtkaspell.c
20180         * src/gtk/inputdialog.c
20181         * src/gtk/logwindow.c
20182         * src/gtk/prefswindow.c
20183         * src/gtk/progressdialog.c
20184                 replace deprecated gtk_window_set_policy
20185
20186 2004-07-27 [colin]      0.9.12cvs37.1
20187
20188         * src/msgcache.c
20189                 More fixes (synced for head again)
20190
20191 2004-07-27 [colin]      0.9.12cvs35.3
20192
20193         * src/msgcache.c
20194                 Fix wrong test
20195
20196 2004-07-27 [colin]      0.9.12cvs35.2
20197
20198         * src/mimeview.c
20199                 Fix width a bit (by Paul)
20200         * src/alertpanel.c
20201         * src/alertpanel.h
20202                 Specialize icons, make alertpanel_message()
20203                 private
20204         * src/message_search.c
20205         * src/sgpgme.c
20206         * src/summary_search.c
20207                 Suit alertpanel changes
20208
20209 2004-07-27 [colin]      0.9.12cvs35.1
20210
20211         * src/alertpanel.c
20212                 Add an icon
20213         * src/passphrase.c
20214                 Add debug output - maybe someone will
20215                 want to look at the problem with Grab
20216                 Input :)
20217         Bump version as we're synced with HEAD
20218
20219 2004-07-26 [colin]      0.9.12cvs33.26
20220
20221         * src/pop.c
20222                 Fix uidl-file parsing when not in new
20223                 format
20224
20225 2004-07-26 [colin]      0.9.12cvs33.25
20226
20227         * src/gtk/menu.c
20228                 Move popup menu up if necessary (fixes 
20229                 account selector)
20230         * src/mainwindow.c
20231                 Set account selector's button height to
20232                 minimum
20233
20234 2004-07-26 [colin]      0.9.12cvs33.24
20235
20236         * src/alertpanel.c
20237                 Maybe fix 551 (Truncated font in alert window)
20238
20239 2004-07-26 [colin]      0.9.12cvs33.23
20240
20241         * po/de.po
20242         * po/es.po
20243         * po/fr.po
20244         * po/it.po
20245         * po/ja.po
20246         * po/pl.po
20247         * po/ru.po
20248         * po/sk.po
20249         * po/sr.po
20250         * po/zh_CN.po
20251                 Sync po files with HEAD
20252
20253 2004-07-26 [paul]       0.9.12cvs33.22
20254
20255         * src/compose.c
20256                 fix Bug 556 'Organisation-header is sent even if empty'
20257
20258 2004-07-24 [colin]      0.9.12cvs33.21
20259
20260         * src/compose.c
20261         * src/gtk/gtkaspell.c
20262         * src/gtk/gtkaspell.h
20263                 Fix speller accelerators (require hack)
20264
20265 2004-07-24 [colin]      0.9.12cvs33.20
20266
20267         * src/gtk/gtkaspell.c
20268                 Fix over-eager code deletion breaking
20269                 Check while typing
20270
20271 2004-07-24 [colin]      0.9.12cvs33.19
20272
20273         * src/browseldap.c
20274         * src/ldapctrl.c
20275         * src/ldapctrl.h
20276         * src/ldapserver.h
20277                 Sync ldap with HEAD
20278         (Fixes 546 LDAP completely broken)
20279
20280 2004-07-24 [colin]      0.9.12cvs33.18
20281
20282         * src/prefs_msg_colors.c
20283                 Fix prototype mismatch
20284         (Fixes 547 void function cannot return value)
20285
20286 2004-07-24 [colin]      0.9.12cvs33.17
20287
20288         * src/mainwindow.c
20289                 Fix sort going back to previous sort key
20290                 when changing sort direction
20291
20292 2004-07-24 [colin]      0.9.12cvs33.16
20293
20294         * src/compose.c
20295                 Fix space insertion when re-wrapping at 
20296                 cursor point
20297
20298 2004-07-24 [colin]      0.9.12cvs33.15
20299
20300         * src/gtk/gtkaspell.c
20301                 Don't change cursor position in insert-text
20302                 callback
20303         (Fixes 539 Word wrapping on input transposes letters)
20304
20305 2004-07-24 [colin]      0.9.12cvs33.14
20306
20307         * src/gtk/gtkaspell.c
20308                 Reencode non-ascii chars to dictionary's
20309                 encoding
20310         (Fixes 544 Spell check broken non english locale)
20311
20312 2004-07-24 [colin]      0.9.12cvs33.13
20313
20314         * src/summaryview.c
20315                 Fix Shift+Down, add Home/End/PgUp/PgDown
20316
20317 2004-07-21 [colin]      0.9.12cvs33.12
20318
20319         * src/prefs_common.c
20320                 Fix a gtk warning (Patch by Andrej Kacian)
20321
20322 2004-07-21 [colin]      0.9.12cvs33.11
20323
20324         * src/gtk/filesel.c
20325                 More check
20326
20327 2004-07-21 [colin]      0.9.12cvs33.10
20328
20329         * src/compose.c
20330         * src/crash.c
20331         * src/export.c
20332         * src/import.c
20333         * src/messageview.c
20334         * src/mimeview.c
20335         * src/prefs_spelling.c
20336         * src/prefs_themes.c
20337         * src/summaryview.c
20338         * src/gtk/filesel.c
20339         * src/gtk/filesel.h
20340         * src/gtk/pluginwindow.c
20341                 Untwist open/save mode guessing logic, make
20342                 it explicit
20343
20344 2004-07-20 [colin]      0.9.12cvs33.9
20345
20346         * src/codeconv.c
20347                 conv_encode_header: src_charset is UTF-8 on
20348                 gtk2
20349         * src/compose.c
20350                 Remove double encoding of the headers
20351
20352 2004-07-20 [colin]      0.9.12cvs33.8
20353
20354         * src/codeconv.c
20355                 Fix typo
20356
20357 2004-07-20 [colin]      0.9.12cvs33.7
20358
20359         * src/mainwindow.c
20360                 Set the separated messageview to the saved
20361                 size of Claws' messageview (Patch by Alfons)
20362                 Fix a callback prototype (me)
20363
20364 2004-07-20 [colin]      0.9.12cvs33.6
20365
20366         * src/codeconv.h
20367                 Forgot one hunk in 0.9.12cvs33.4
20368
20369 2004-07-19 [colin]      0.9.12cvs33.5
20370
20371         * src/action.c
20372                 Action output fix
20373                 Patch by Alfons
20374
20375 2004-07-19 [colin]      0.9.12cvs33.4
20376
20377         * src/compose.c
20378                 Fix outgoing charset bug in headers
20379         * src/codeconv.c
20380                 Clean for glib2 - Patch by Alfons
20381
20382 2004-07-19 [colin]      0.9.12cvs33.3
20383
20384         * src/statusbar.c
20385                 Remove grip from the statusbar
20386                 Patch by Alfons
20387
20388 2004-07-19 [colin]      0.9.12cvs33.2
20389
20390         * src/messageview.c
20391         * src/textview.c
20392                 Fix messageview remembering the previous
20393                 scroll position when loading a new message
20394                 Patch by Alfons
20395
20396 2004-07-19 [colin]      0.9.12cvs33.1
20397
20398         * src/folder.h
20399         * src/folderview.c
20400         * src/summaryview.c
20401                 Sync with HEAD
20402
20403 2004-07-18 [colin]      0.9.12cvs32.7
20404
20405         * configure.ac
20406                 Remove useless check for XIM - noticed
20407                 by Alfons
20408
20409 2004-07-18 [colin]      0.9.12cvs32.6
20410
20411         * src/summaryview.c
20412                 Remove non-modified and shift-modified
20413                 accelerators in summaryview's popup
20414                 menu, as that doesn't get catched by
20415                 the accel-activate signal catcher...
20416
20417 2004-07-18 [colin]      0.9.12cvs32.5
20418
20419         * src/prefs_common.c
20420                 Define sensible default prefs for 
20421                 wrapping
20422
20423 2004-07-18 [colin]      0.9.12cvs32.4
20424
20425         * src/compose.c
20426         * src/prefs_common.c
20427         * src/prefs_common.h
20428         * src/prefs_wrapping.c
20429                 Remove Smart Wrapping pref, which does
20430                 nothing on gtk2 branch
20431
20432 2004-07-18 [colin]      0.9.12cvs32.3
20433
20434         * src/sourcewindow.c
20435                 Proper utf8
20436
20437 2004-07-18 [colin]      0.9.12cvs32.2
20438
20439         * src/compose.c
20440                 Save attachment status when drafting
20441
20442 2004-07-18 [colin]      0.9.12cvs32.1
20443
20444         * src/gtk/filesel.c
20445                 Fix erratic folder selection in open mode
20446
20447 2004-07-18 [colin]      0.9.12cvs31.11
20448
20449         * src/pop.c
20450                 Don't let partial messages get deleted
20451                 even with "dowload all"
20452                 (0.9.12cvs31.8 fix extension)
20453 2004-07-18 [colin]      0.9.12cvs31.10
20454
20455         * src/gtk/logwindow.c
20456                 Fix log scrolling
20457
20458 2004-07-18 [colin]      0.9.12cvs31.9
20459
20460         * src/common/utils.c
20461                 Fix non-utf8 strings coming from commands
20462                 and files
20463
20464 2004-07-18 [colin]      0.9.12cvs31.8
20465
20466         * src/pop.c
20467                 Fix partial download bug with Download all
20468                 messages option
20469
20470 2004-07-18 [colin]      0.9.12cvs31.7
20471
20472         * src/textview.c
20473                 Fix bug introduced in 0.9.12cvs31.2
20474                 (blocked in select mode after double click)
20475
20476 2004-07-18 [colin]      0.9.12cvs31.6
20477
20478         * src/compose.c
20479         * src/gtk/menu.c
20480                 More glib-warning fixes
20481
20482 2004-07-18 [colin]      0.9.12cvs31.5
20483
20484         * src/compose.c
20485                 Fix trashing the primary clipboard when moving 
20486                 around with tab
20487         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
20488
20489 2004-07-18 [colin]      0.9.12cvs31.4
20490
20491         * src/codeconv.c
20492                 convert unencoded iso headers to utf8
20493         (Fix Bug 538 Unencoded local characters in subject make it 
20494          disappear)
20495
20496 2004-07-18 [colin]      0.9.12cvs31.3
20497
20498         * src/compose.c
20499                 Fix tab char handling in wrapping
20500         (Fix Bug 537 Line wrap problem - TAB character treated as 
20501          one character instead of 8)
20502
20503 2004-07-18 [colin]      0.9.12cvs31.2
20504
20505         * src/textview.c
20506                 return FALSE on GDK_MOTION_NOTIFY
20507         (Fix Bug 535 Hyperlinks/addresses are not selectable 
20508          (unable to highlight))
20509
20510 2004-07-18 [colin]      0.9.12cvs31.1
20511
20512         * src/folderview.c
20513                 Sync with 0.9.12cvs31
20514
20515 2004-07-18 [colin]      0.9.12cvs30.4
20516
20517         * src/compose.c
20518                 Also block text_inserted when inserting a file
20519
20520 2004-07-18 [colin]      0.9.12cvs30.3
20521
20522         * src/compose.c
20523                 Fix smart wrapping (block text_inserted handler
20524                 while putting quotation to avoid wrap on input,
20525                 don't join lines if next is sig separator)
20526
20527 2004-07-17 [colin]      0.9.12cvs30.2
20528
20529         * src/folderview.c
20530         * src/mainwindow.c
20531         * src/mimeview.c
20532         * src/summaryview.c
20533         * src/gtk/quicksearch.c
20534         * src/gtk/quicksearch.h
20535                 Block key events handlers *and* accels while
20536                 quicksearch is focused
20537         (Fixes Bug 534 quick-search bar not accepting certain letters)
20538
20539 2004-07-17 [colin]      0.9.12cvs30.1
20540
20541         * src/folder.h
20542         * src/folderview.c
20543         * src/summaryview.c
20544                 Sync with 0.9.12cvs30
20545
20546 2004-07-17 [colin]      0.9.12cvs28.2
20547
20548         * src/mimeview.c
20549         * src/procmime.c
20550         * src/summaryview.c
20551         * src/gtk/menu.c
20552                 Squash some compile and glib warnings
20553
20554 2004-07-17 [paul]       0.9.12cvs28.1
20555
20556         * src/mimeview.c
20557                 sync with 0.9.12cvs28 HEAD
20558
20559 2004-07-16 [paul]       0.9.12cvs26.1
20560         
20561         * src/gtk/quicksearch.c
20562         * src/account.c
20563         * src/account.h
20564         * src/compose.c
20565         * src/customheader.c
20566         * src/folder_item_prefs.c
20567         * src/main.c
20568         * src/mainwindow.c
20569         * src/messageview.c
20570         * src/mimeview.c
20571         * src/news.c
20572         * src/pgpmime.c
20573         * src/pop.c
20574         * src/pop.h
20575         * src/prefs_account.c
20576         * src/prefs_account.h
20577         * src/prefs_common.c
20578         * src/prefs_common.h
20579         * src/prefs_display_header.c
20580         * src/prefs_gtk.c
20581         * src/prefs_gtk.h
20582         * src/procheader.c
20583         * src/procmime.c
20584                 sync with 0.9.12cvs26 HEAD      
20585
20586 2004-07-15 [colin]      0.9.12cvs18.14
20587
20588         * src/folder.c
20589                 Disable GPG signature check during
20590                 folder move and scan
20591         (Closes Bug 521 Signature checking slows down Folder-Move)
20592
20593 2004-07-14 [colin]      0.9.12cvs18.13
20594
20595         * src/common/partial_download.c
20596                 update includes
20597
20598 2004-07-14 [colin]      0.9.12cvs18.12
20599
20600         * src/common/partial_download.c
20601         * src/common/partial_download.h
20602                 Move doc at top, add correct copyright
20603
20604 2004-07-14 [colin]      0.9.12cvs18.11
20605
20606         * src/folder.c
20607         * src/messageview.c
20608         * src/pop.c
20609         * src/pop.h
20610         * src/procmsg.c
20611         * src/summaryview.c
20612         * src/common/Makefile.am
20613         * src/common/partial_download.c ** NEW FILES **
20614         * src/common/partial_download.h ** NEW FILES **
20615                 Move partial-download related stuff to its
20616                 own file
20617
20618 2004-07-14 [colin]      0.9.12cvs18.10
20619
20620         * src/send_message.c
20621                 Fix smtp auth when user is null or empty
20622
20623 2004-07-13 [colin]      0.9.12cvs18.9
20624
20625         * src/gtk/quicksearch.c
20626                 Use alphabetic order
20627
20628 2004-07-13 [colin]      0.9.12cvs18.8
20629
20630         * src/pop.c
20631                 Be paranoid on the checks
20632
20633 2004-07-13 [colin]      0.9.12cvs18.7
20634
20635         * src/gtk/quicksearch.c
20636                 Fix Engrish once again
20637
20638 2004-07-13 [colin]      0.9.12cvs18.6
20639
20640         * src/procmsg.c
20641         * src/summaryview.c
20642                 Mark messages for deletion when they are about to
20643                 be removed from trash
20644
20645 2004-07-13 [colin]      0.9.12cvs18.5
20646
20647         * src/matcher.c
20648         * src/matcher.h
20649         * src/matcher_parser_parse.y
20650         * src/prefs_matcher.c
20651         * src/gtk/quicksearch.c
20652                 Add 'partial' ('p') match string to find partially
20653                 downloaded messages
20654
20655 2004-07-13 [colin]      0.9.12cvs18.4
20656
20657         * src/pop.c
20658                 Fix misplaced block
20659
20660 2004-07-13 [colin]      0.9.12cvs18.3
20661
20662         * src/pop.c
20663         * src/pop.h
20664         * src/messageview.c
20665                 Refactor API (to avoid passing 5+ params and code
20666                 duplication)
20667         * src/folder.c
20668         * src/msgcache.c
20669         * src/procheader.c
20670         * src/common/defs.h
20671                 Add planned_download to cache
20672                 Don't mess uidl file when moving partially downloaded
20673                 mails (they change folder, we should change it in the
20674                 uidl list too or we'll remove an incorrect message)
20675                 (this also helps removing hacks when changing 
20676                 planned_download in messageview.c)
20677
20678 2004-07-12 [colin]      0.9.12cvs18.2
20679
20680         * src/gtk/quicksearch.c
20681                 Fix missing status update in quicksearch
20682
20683 2004-07-12 [paul]       0.9.12cvs18.1
20684
20685         * po/POTFILES.in
20686         * src/Makefile.am
20687         * src/account.c
20688         * src/codeconv.c
20689         * src/compose.c
20690         * src/inc.c
20691         * src/main.c
20692         * src/prefs_common.c
20693         * src/procmsg.h
20694         * src/toolbar.c
20695         * src/prefs_msg_colors.[ch]     ** NEW FILES **
20696         * src/prefs_wrapping.[ch]       ** NEW FILES **
20697         * src/common/intl.h
20698         * src/common/utils.[ch]
20699         * src/gtk/quicksearch.[ch]
20700                 sync with 0.9.12cvs18 HEAD
20701
20702 2004-07-12 [colin]      0.9.11cvs17.25
20703
20704         * src/folder.c
20705         * src/folder.h
20706                 Remove unused function added by me in 0.9.11cvs17.10
20707
20708 2004-07-11 [colin]      0.9.11cvs17.24
20709
20710         * src/inc.c
20711         * src/messageview.c
20712         * src/pop.c
20713         * src/pop.h
20714                 Use folderitem and msgnum instead of filename to
20715                 know which mail to delete
20716                 Move old partial mail deletion to pop.c
20717
20718 2004-07-10 [colin]      0.9.11cvs17.23
20719
20720         * src/inc.c
20721                 Add debug
20722         * src/pop.c
20723         * src/pop.h
20724                 Don't re-use same enums for unrelated stuff: it's 
20725                 completely misleading !
20726                 Document a bit
20727
20728 2004-07-09 [colin]      0.9.11cvs17.22
20729
20730         * src/inc.c
20731                 Remove folder-type check and do
20732                 more tests to be sure everything's
20733                 ok
20734         * src/messageview.c
20735                 Punctuation update, remove useless
20736                 code, fix two warnings
20737         * src/noticeview.c
20738                 Layout cleaning, reset 2nd button
20739                 when specifying one
20740
20741 2004-07-09 [colin]      0.9.11cvs17.21
20742
20743         * src/messageview.c
20744         * src/pop.c
20745         * src/pop.h
20746                 Allow user to change his mind
20747                 and postpone decision (by
20748                 unmarking the mail)
20749
20750 2004-07-09 [colin]      0.9.11cvs17.20
20751
20752         * src/messageview.c
20753                 Fix bug with delete state
20754         * src/pop.c
20755         * src/pop.h
20756                 Fix buffer leak (fread doesn't 
20757                 terminate buffers with \0)
20758                 Refactoring (remove magic 
20759                 numbers)
20760
20761 2004-07-09 [colin]      0.9.11cvs17.19
20762
20763         * src/pop.c
20764                 Don't log "Skipping message" if 
20765                 we're going to TOP it two lines
20766                 later
20767
20768 2004-07-09 [colin]      0.9.11cvs17.18
20769
20770         * src/messageview.c
20771                 Fix Engrish
20772
20773 2004-07-09 [colin]      0.9.11cvs17.17
20774
20775         * src/pop.c
20776                 strlen checking...
20777         * src/messageview.c
20778                 refactoring a bit
20779
20780 2004-07-08 [colin]      0.9.11cvs17.16
20781
20782         * src/noticeview.c
20783         * src/noticeview.h
20784                 Add an optional second button
20785         * src/messageview.c
20786         * src/pop.c
20787         * src/pop.h
20788                 Don't delete partially received mails after a certain
20789                 time; rather, let the user decide.
20790
20791 2004-07-08 [colin]      0.9.11cvs17.15
20792
20793         * src/common/smtp.h
20794                 Sync with HEAD
20795
20796 2004-07-08 [colin]      0.9.11cvs17.14
20797
20798         * src/messageview.c
20799         * src/common/smtp.c
20800                 Use to_human_readable() for sizes
20801
20802 2004-07-08 [colin]      0.9.11cvs17.13
20803
20804         * src/inc.c
20805         * src/messageview.c
20806         * src/pop.c
20807         * src/pop.h
20808         * src/procmsg.c
20809                 Fix partial-downloading issues:
20810                         catch unsupported TOP
20811                         don't delete partially downloaded mails before 5 days
20812                         don't update existing with non-MH folders; that'll
20813                         make dups, but it's better than trashing the folder
20814                         free new msginfo parts
20815                 Fix indentation ;-)
20816
20817 2004-07-08 [colin]      0.9.11cvs17.12
20818
20819         * src/common/smtp.c
20820         * src/common/smtp.h
20821                 Sync smtp size verification with HEAD
20822
20823 2004-07-08 [colin]      0.9.11cvs17.11
20824
20825         * src/summaryview.c
20826         * src/prefs_common.c
20827         * src/prefs_common.h
20828         * src/gtk/quicksearch.c
20829         * src/gtk/quicksearch.h
20830                 Sync sticky pref with HEAD
20831
20832 2004-07-08 [colin]      0.9.11cvs17.10
20833
20834         * src/folder.c [1.213.2.6]
20835         * src/folder.h [1.87.2.6]
20836         * src/inc.c [1.149.2.7]
20837         * src/messageview.c [1.94.2.8]
20838         * src/procheader.c [1.47.2.6]
20839         * src/procmsg.c [1.150.2.4]
20840         * src/procmsg.h [1.60.2.5]
20841         * src/pop.c [1.56.2.4]
20842         * src/pop.h [1.17.2.3]
20843                 Let too big messages get downloaded, but truncated
20844                 Add a button to download them completely
20845                 
20846 2004-07-06 [colin]      0.9.11cvs17.9
20847
20848         * src/gtk/quicksearch.c [1.1.2.3]
20849                 Add a Clear button
20850         * commitHelper
20851         * PATCHSETS
20852                 Add a script to help with cvs
20853
20854 2004-07-03 [colin]      0.9.11cvs17.8
20855
20856         * src/plugins/imageviewer/viewer.c
20857                 fix imageviewer (which was staying on the first
20858                 displayed image)
20859
20860 2004-07-03 [colin]      0.9.11cvs17.7
20861
20862         Removed FIXME_GTK2 warnings
20863         * src/gtk/gtkutils.c
20864                 useless #warnings
20865         * src/gtk/menu.c
20866                 useless #warnings (no need to mess with menu rc)
20867         * src/gtk/menu.h
20868                 unused functions
20869         
20870
20871 2004-07-03 [colin]      0.9.11cvs17.6
20872
20873         Removed FIXME_GTK2 warnings
20874         * src/codeconv.c
20875                 useless #warnings (rewrite needed)
20876         * src/compose.c
20877                 useless #warnings (rewrite needed)
20878                 useless #warnings (gtk2 is like that)
20879                 useless #warnings (previously fixed)
20880         * src/main.c
20881                 useless #warnings (previously fixed)
20882         * src/message_search.c
20883                 useless #warnings (gtk2 is like that)
20884                 Made apparent that search is case-sensitive
20885         * src/mimeview.c
20886                 useless #warnings (rewrite needed)
20887                 useless #warnings (gtk2 is like that)
20888                 reimplemented real warnings
20889         * src/prefs_common.c
20890                 Removed block cursor option (not it gtk2)
20891         * src/prefs_gtk.c
20892                 useless #warnings (rewrite needed)
20893         * src/procheader.c
20894                 useless #warnings (rewrite needed)
20895         * src/sourcewindow.c
20896                 useless #warnings (incorrect placing)
20897         * src/summary_search.c
20898                 useless #warnings (gtk2 is like that)
20899                 Made apparent that search is case-sensitive
20900         * src/action.c
20901                 useless #warnings (gtk2 is like that)
20902         * src/textview.c
20903                 useless #warnings (rewrite needed)
20904         * src/toolbar.c
20905                 useless #warnings (rewrite needed)
20906
20907 2004-07-03 [colin]      0.9.11cvs17.5
20908
20909         * src/textview.c
20910                 Fix mismerge which broke URI opening
20911                 
20912 2004-07-01 [colin]      0.9.11cvs17.4
20913
20914         * src/gtk/filesel.c
20915                 Fill filename when saving
20916                 
20917 2004-06-27 [colin]      0.9.11cvs17.3
20918
20919         * src/gtk/filesel.[ch]
20920                 Use the new GTK file selector
20921                 Update prototype to match the reality: multiple file
20922                 selection is open-only          
20923         * src/compose.c
20924                 Match the new prototypes        
20925         * configure.ac
20926                 Match the new requirements (gtk 2.4.0)
20927                         
20928 2004-06-26 [colin]      0.9.11cvs17.2
20929
20930         * src/plugins/trayicon/trayicon.c
20931                 Remove useless signal handler on resize, which causes
20932                 an infinite "loop"
20933         
20934 2004-06-26 [colin]      0.9.11cvs17.1
20935         
20936         * tools/Makefile.am
20937                 remove launch_firebird and add nautilus2sylpheed.sh
20938         * src/quicksearch.c
20939           src/summaryview.c
20940                 Fix show/hide "Extended symbols" button problem
20941                 Fix apparition at startup
20942                 Fix const warnings
20943         * src/plugins/image_viewer/Makefile.am
20944                 Fix configure 
20945         * common/ssl.c
20946                 Re-enable certificate check, as it doesn't seem to
20947                 cause Xlib errors anymore
20948
20949 2004-06-25 [paul]       0.9.11cvs17
20950
20951         * sync with 0.9.11cvs17 HEAD
20952         
20953         NOTE: QuickSearch is broken
20954
20955 2004-06-07 [colin]      0.9.10claws67.10
20956         * src/plugins/trayicon/trayicon.c
20957           src/plugins/trayicon/libeggtrayicon/Makefile.am
20958           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20959                 Fix gettextization in trayicon plugin
20960
20961 2004-06-07 [colin]      0.9.10claws67.9
20962         
20963         * src/summaryview.c
20964           src/gtk/gtksctree.[ch]
20965                 Let Shift+{Up,Down} work in summaryview
20966                 (well, Down "works" and Up works)
20967                 Let the list scroll when using these keys
20968
20969 2004-06-06 [colin]      0.9.10claws67.8
20970
20971         * src/plugins/trayicon/trayicon.c
20972                 Fix pixmap update
20973
20974 2004-06-06 [colin]      0.9.10claws67.7
20975
20976         * src/addressbook.c
20977                 Fix signal handling causing system-wide focus grab
20978
20979 2004-05-25 [paul]       0.9.10claws67.6
20980
20981         * Makefile.am
20982           src/Makefile.am
20983                 clean up
20984
20985 2004-05-25 [paul]       0.9.10claws67.5
20986
20987         * replace deprecated gtk_signal... functions
20988
20989 2004-05-23 [colin]      0.9.10claws67.4
20990
20991         * src/compose.c
20992                 Fix wrapping
20993
20994 2004-05-22 [colin]      0.9.10claws67.3
20995
20996         * src/compose.c
20997                 Re-fix [Edited] in compose.c::compose_reedit()
20998
20999 2004-05-22 [colin]      0.9.10claws67.2
21000
21001         * src/procmime.c
21002                 Fix parsing of multiparts mails
21003
21004 2004-05-22 [colin]      0.9.10claws67.1
21005
21006         * src/summaryview.c
21007                 Fix quicksearch
21008
21009 2004-05-22 [paul]       0.9.10claws67
21010
21011         * sync with 0.9.10claws67 HEAD
21012
21013 2004-05-14 [alfons]
21014
21015         * src/procmime.h
21016                 add forgotton prototype
21017
21018 2004-05-10 [paul]       0.9.10claws57
21019
21020         * sync with 0.9.10claws57 HEAD
21021
21022 2004-05-05 [paul]       0.9.9.claws1
21023
21024         * ChangeLog-gtk2        ** REMOVED **
21025           ChangeLog-gtk2.claws  ** ADDED **
21026                 rename and adopt the normal claws format
21027                 
21028         * configure.ac
21029                 require gtkmathview >= 0.5
21030
21031         * ac/*                          ** REMOVED **
21032           ac/                           ** REMOVED **
21033           intl/Makefile.in              ** REMOVED **
21034           m4/                           ** ADDED **
21035           m4/missing                    ** ADDED **
21036           m4/missing/gdk-pixbuf.m4      ** ADDED **
21037           m4/missing/gettext.m4         ** ADDED **
21038           m4/missing/gpgme.m4           ** ADDED **
21039           m4/missing/imlib.m4           ** ADDED **
21040           m4/.cvsignore                 ** ADDED **
21041           m4/Makefile.am                ** ADDED **
21042           m4/README                     ** ADDED **
21043           m4/aclocal-include.m4         ** ADDED **
21044           m4/aspell.m4                  ** ADDED **
21045           m4/check-type.m4              ** ADDED **
21046           m4/gnupg-check-typedef.m4     ** ADDED **
21047           m4/openssl.m4                 ** ADDED **
21048           m4/spamassassin.m4            ** ADDED **
21049           po/ChangeLog                  ** REMOVED **
21050           po/Makefile.in.in             ** REMOVED **
21051           po/Rules-quot                 ** REMOVED **
21052           po/boldquot.sed               ** REMOVED **
21053           po/en@boldquot.header         ** REMOVED **
21054           po/en@quot.header             ** REMOVED **
21055           po/insert-header.sin          ** REMOVED **
21056           po/quot.sed                   ** REMOVED **
21057           po/remove-potcdate.sed        ** REMOVED **
21058           po/remove-potcdate.sin        ** REMOVED **
21059           po/stamp-po                   ** REMOVED **
21060           Makefile.am
21061           autogen.sh
21062           configure.ac
21063                 enable building with automake 1.8.x
21064                 add 'autopoint --force' to autogen.sh and remove all
21065                 auto-generated files, remove ac/ directory and use
21066                 m4/ directory instead
21067                 
21068         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
21069                 fix gettextization
21070
21071 2004-02-28 Colin Leroy <colin@colino.net>
21072         * src/prefs_matcher.c
21073           src/prefs_filtering.c
21074           src/prefs_filtering_action.c
21075                 Fix non-editable GtkEntries
21076
21077 2004-02-22 Thorsten Maerz <torte@netztorte.de>
21078         * src/prefs_themes.c
21079                 utf8 conversion for theme info
21080
21081 2004-02-21 Thorsten Maerz <torte@netztorte.de>
21082         * sync 0.9.9claws
21083
21084 2004-02-14 Thorsten Maerz <torte@netztorte.de>
21085         * src/grouplistdialog.c
21086                 allow multiple selections without ctrl key
21087
21088 2004-02-09 Thorsten Maerz <torte@netztorte.de>
21089         * src/main.c
21090                 enable customizable accelerators
21091
21092 2004-02-08 Thorsten Maerz <torte@netztorte.de>
21093         * src/prefs_common.c
21094                 re-enable different font settings for gtk1/2
21095         * src/prefs_folder_item.c
21096                 fix folder prefs displayed wrong
21097         * src/textview.c
21098                 set 'sunken' shadow type
21099
21100 2004-02-07 Colin Leroy <colin@colino.net>
21101         * src/compose.c
21102                 Fix message being always [Edited]
21103                 Encode headers correctly (utf8 buf)
21104
21105 2004-01-27 Thorsten Maerz <torte@netztorte.de>
21106         * src/socket.c
21107                 remove double g_source_attach()
21108                 (Thanks to Colin Leroy)
21109
21110 2004-01-27 Thorsten Maerz <torte@netztorte.de>
21111         * src/gtk/gtksctree.c
21112                 Fix SSL certificate list not shown
21113         * src/mimeview.c
21114                 Fix clicks in mime tree
21115
21116 2004-01-27 Thorsten Maerz <torte@netztorte.de>
21117         * src/common/socket.c
21118                 Fix SSL receive
21119         * src/compose.c
21120                 Fix clipboard menu hotkeys
21121
21122 2004-01-25 Thorsten Maerz <torte@netztorte.de>
21123         * src/gtk/gtkaspell.[ch]
21124           src/compose.c
21125                 reimplement spellchecker
21126
21127 2004-01-25 Thorsten Maerz <torte@netztorte.de>
21128         * src/gtk/filesel.c
21129                 crash when inserting file in compose window
21130                 (TODO: keep old selection on clicks)
21131         * src/main.c
21132                 use gtkrc-2.0 instead of gtkrc
21133
21134 2004-01-25 Thorsten Maerz <torte@netztorte.de>
21135         * src/messageview.c
21136                 remove orphaned mimeview unref()
21137
21138 2004-01-20 Thorsten Maerz <torte@netztorte.de>
21139         * src/grouplistdialog.c
21140                 expand nodes containing subscribed groups
21141
21142 2004-01-19 Thorsten Maerz <torte@netztorte.de>
21143         * src/textview.c
21144                 textview: hide cursor, restore old click behaviour
21145
21146 2004-01-18 Thorsten Maerz <torte@netztorte.de>
21147         * src/textview.c
21148                 variable names messed up
21149
21150 2004-01-17 Colin Leroy <colin@colino.net>
21151         * src/addr_compl.c
21152                 Fix completion address too thin
21153         * src/compose.c
21154                 Fix tab-to-subject behaviour
21155         * src/summaryview.c
21156                 Implement key up & down in summaryview
21157
21158 2004-01-12 Thorsten Maerz <torte@netztorte.de>
21159
21160         * sync 098claws
21161
21162 2004-01-08 Thorsten Maerz <torte@netztorte.de>
21163         * configure.ac
21164           Makefile.am
21165           doc/.cvsignore
21166           doc/Makefile.am
21167                 faq, man, manual moved to doc/
21168         * ac/aspell.m4
21169           ac/check-type.m4
21170           ac/gnupg-check-typedef.m4
21171           ac/openssl.m4
21172           ac/spamassassin.m4
21173           ac/missing/gdk-pixbuf.m4
21174           ac/missing/gpgme.m4
21175           ac/missing/imlib.m4
21176                 fix automake warnings
21177
21178 2003-12-06 Colin Leroy <colin@colino.net>
21179         * src/summaryview.c
21180                 Fix quicksearch
21181
21182 2003-12-05 Colin Leroy <colin@colino.net>
21183         * src/summaryview.c
21184                 Fix going to next unread folder
21185
21186 2003-12-05 Colin Leroy <colin@colino.net>
21187         * src/crash.c
21188                 Fix gtk2 compilation
21189         * src/session.c
21190                 Remove iotag source handler at disconnection
21191         * src/socket.[ch] 
21192                 Remove source handler when closing socket 
21193                 (fixes another seg)
21194
21195 2003-12-04 Colin Leroy <colin@colino.net>
21196         * src/compose.c
21197           src/prefs_account.c
21198           src/prefs_common.c
21199                 Fix some dropdown menus
21200
21201 2003-12-04 Colin Leroy <colin@colino.net>
21202         * src/compose.c
21203                 Fix event handlers on header fields
21204         * src/common/socket.c
21205           src/common/session.c
21206                 Fix segfault with callback (SSL)
21207                 Fix end of session 
21208
21209 2003-10-06 Thorsten Maerz <torte@netztorte.de>
21210
21211         * Fix compile bug in src/compose.c
21212         * removed src/gtk/gtkstext.[ch]
21213
21214 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
21215
21216         * Convert character set and escape "text" attributes in toolbar setting
21217         files.
21218         * Fixed bug in button-press-event handling.
21219
21220 2003-09-16 Thorsten Maerz <torte@netztorte.de>
21221
21222         * Fixed bug in key-press-event handling.
21223
21224 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
21225
21226         * Enabled to compile tray-icon plugin (Ad-hoc).
21227         * Avoid hang up bug of icon list in mime view (Ad-hoc).
21228
21229 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
21230
21231         * Enabled to compile on sylpheed-claws.
21232         (tray-icon plugin still cannot compile yet.)
21233
21234 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
21235
21236         * Updated to 0.9.5.
21237
21238 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
21239
21240         * Updated to 0.9.4.
21241         * Ported monitoring SSL mechanism to GSource of GLib2
21242         (I don't confirm it)
21243         * Added _gtk2 suffix to key name of font preference to avoid
21244         ovverwriting preference of Gtk+-1.2 version.
21245
21246 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
21247
21248         * Updated to 0.9.2.
21249
21250 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
21251
21252         * Updated to 0.9.1.
21253         * Translate po files into UTF-8 when execute autogen.sh.
21254
21255 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
21256
21257         * Updated to 0.9.0.
21258
21259 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
21260
21261         * Plugged GError related memory leaks.
21262
21263 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
21264
21265         * Changed default size of fonts.
21266         * Enabled to set titile font size of warning dialog.
21267
21268 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
21269
21270         * Embed a sylpheed icon into executable binary on Windows.
21271
21272 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
21273
21274         * I forgot to traslate character set of element string in src/xml.c.
21275
21276 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
21277
21278         * Fixed detecting bind_textdomain_codeset in configure.in.
21279         * The bug in which "Example" of "Date fromat" preference isn't displayed
21280         correctly has been fixed.
21281
21282 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
21283
21284         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
21285           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
21286           glib-gettextize
21287           Removed intl directory.
21288           Translated po files into UTF-8.
21289           (Thanks! Ryuji Abe)
21290
21291 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
21292
21293         * The bug which doesn't unscape string in xml.c has been fixed.
21294
21295 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
21296
21297         * The bug which is failed to translate encoding of file name thorough
21298         file dialog has been fixed.
21299
21300 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
21301
21302         * Modified to translate file names which is used in inporting/expoting
21303         mbox feature and "Save as" feature into locale encoding.
21304         * Translate file names into locale encoding when "Attache file" and
21305         "Insert file".
21306         * Force set G_BROKEN_FILENAMES environment variable.
21307         * Other minor fixes.
21308
21309 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
21310
21311         * Modified to treat MH folder's name as locale encoding.
21312
21313 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
21314
21315         * The bug which clash on switching candidates of auto completion of
21316         addresses, cannot use auto completion in Japanesse is fixed
21317         (Thanks! Tokunaga-san)¡¥
21318
21319 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
21320
21321         * The bug which cannot switch key accelerator preference has been fixed
21322         (Thanks! smbd-san)¡¥
21323
21324 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
21325
21326         * version 0.8.11-gtk2-20030314
21327
21328 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
21329
21330         * The bug in which character set conversion of filtering messages has
21331         been fixed.(Thanks! COCOA-san).
21332
21333 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
21334
21335         * Revived "Leave space on head" preference in "Message" category.
21336         * A bug which clash when put the cursor to end of buffer and execute
21337         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
21338
21339 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
21340
21341         * version 0.8.11-gtk2-20030312
21342
21343 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
21344
21345         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
21346         * Modified to use Pango's API directly for font preference.
21347         * Integrated GtkTextView of textview to one widget.
21348         * Set fonts of header title in textview by "header_title" tag.
21349         * Removed some deprecated codes.
21350
21351 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
21352
21353         * Updated to 0.8.11.
21354         * Merged cygwin patch(Thanks! Sakai-san).
21355
21356 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
21357
21358         * version 0.8.10-gtk2-20030309