2006-12-27 [paul] 2.6.1cvs79
[claws.git] / ChangeLog
1 2006-12-27 [paul]       2.6.1cvs79
2
3         * src/imap_gtk.c
4         * src/mh_gtk.c
5                 Add Copy folder in the folder's contextual
6                 menu
7
8 2006-12-27 [wwp]        2.6.1cvs78
9
10         * src/imap.c
11                 Clean up session locking, thanks to Colin.
12
13 2006-12-26 [colin]      2.6.1cvs77
14
15         * src/statusbar.c
16                 Revert previous patch
17
18 2006-12-26 [colin]      2.6.1cvs76
19
20         * src/folder.c
21         * src/folderview.c
22         * src/imap.c
23         * src/statusbar.c
24         * src/etpan/imap-thread.c
25                 Fix previous commit warnings
26                 Make statusbar update every second if total < 20
27                 Make IMAP APPEND faster by simplifying log              
28
29 2006-12-26 [colin]      2.6.1cvs75
30
31         * src/folder.c
32         * src/folder.h
33         * src/folderview.c
34         * src/folderview.h
35         * src/imap_gtk.c
36         * src/mh_gtk.c
37                 Make it possible to copy folders accross
38                 mailboxes (this was an arbitrary limitation).
39                 Still make it impossible to move folders 
40                 accross mailboxes.
41
42 2006-12-26 [colin]      2.6.1cvs74
43
44         * src/etpan/imap-thread.c
45                 Fix bug 1081, 'claws-mail 
46                 segfaults when going offline 
47                 while it transfers mails via 
48                 imap'
49
50 2006-12-26 [colin]      2.6.1cvs73
51
52         * src/folder_item_prefs.c
53                 Don't forget alt dictionary when
54                 renaming/moving folders
55
56 2006-12-26 [wwp]        2.6.1cvs72
57
58         * src/folder_item_prefs.c
59                 Add missing defaults for per-folder alt dict
60                 (forgotten in 2.6.1cvs61).
61
62 2006-12-26 [colin]      2.6.1cvs71
63
64         * src/wizard.c
65                 Add tooltip to state that specifying
66                 full path to mailbox is possible
67
68 2006-12-26 [wwp]        2.6.1cvs70
69
70         * src/partial_download.c
71         * src/gtk/gtkvscrollbutton.c
72         * src/plugins/pgpinline/plugin.c
73                 Fix for few compiler warnings that matter.
74
75 2006-12-25 [colin]      2.6.1cvs69
76
77         * src/partial_download.c
78                 Fix marking for download or deletion
79                 when the header isn't the first
80         * src/gtk/logwindow.c
81                 Fix start of scrolling
82
83 2006-12-23 [paul]       2.6.1cvs68
84
85         * src/compose.c
86                 change last commit to use the 'academic'
87                 method instead. Thanks to wwp
88
89 2006-12-23 [paul]       2.6.1cvs67
90
91         * src/compose.c
92                 don't warn about empty subject when
93                 redirecting
94
95 2006-12-22 [colin]      2.6.1cvs66
96
97         * src/summary_search.c
98                 Fix previous patch
99
100 2006-12-22 [colin]      2.6.1cvs65
101
102         * src/gtk/gtkutils.c
103         * src/imap.c
104         * src/jpilot.c
105         * src/summary_search.c
106                 A few warning fixes
107
108 2006-12-23 [paul]       
109
110         2.7.0-rc2 released
111
112 2006-12-22 [colin]      2.6.1cvs64
113
114         * src/toolbar.c
115         * src/toolbar.h
116                 Add a combo to the learn spam button
117         * src/plugins/bogofilter/bogofilter.c
118         * src/plugins/bogofilter/bogofilter_gtk.c
119         * src/plugins/bogofilter/bogofilter.h
120                 Allow to store Unsure mails in a specific
121                 folder to make better teaching easier
122
123 2006-12-21 [wwp]        2.6.1cvs63
124
125         * src/compose.c
126         * src/prefs_common.c
127         * src/prefs_common.h
128         * src/prefs_spelling.c
129         * src/gtk/gtkaspell.c
130         * src/gtk/gtkaspell.h
131                 Allow spell-checking using both current and alternate dictionaries
132                 (thanks to Colin).
133
134 2006-12-21 [wwp]        2.6.1cvs62
135
136         * src/gtk/gtkaspell.c
137                 Apply recheck_when_changing_dict (highlight all mispelled words)
138                 when switching to alternate dictionary.
139
140 2006-12-21 [wwp]        2.6.1cvs61
141
142         * src/compose.c
143         * src/folder_item_prefs.h
144         * src/prefs_common.c
145         * src/prefs_common.h
146         * src/prefs_folder_item.c
147         * src/prefs_spelling.c
148         * src/gtk/gtkaspell.c
149         * src/gtk/gtkaspell.h
150                 Add global and per-folder prefs to set the default
151                 alternate dictionary.
152
153 2006-12-21 [colin]      2.6.1cvs60
154
155         * src/folder.c
156                 Look for folders by path in all folders
157         * src/html.c
158                 add &mdash;
159
160 2006-12-20 [colin]      2.6.1cvs59
161
162         * src/gtk/quicksearch.c
163                 Make sure in_typing is false when clearing
164
165 2006-12-20 [wwp]        2.6.1cvs58
166
167         * configure.ac
168                 change manual's target dir to be LFH-compliant (thanks to Colin).
169
170 2006-12-20 [wwp]        2.6.1cvs57
171
172         * src/prefs_common.c
173         * src/prefs_summaries.c
174                 i18n fix and factorize patch, thanks to Fabien.
175
176 2006-12-20 [paul]       2.6.1cvs56
177
178         * configure.ac
179                 last of the renaming (??)
180         * src/main.c
181                 correct --help info of --status-full
182         * src/plugins/bogofilter/bogofilter.c
183                 make FALSE default of whitelist_ab
184
185 2006-12-19 [colin]      2.6.1cvs55
186
187         * src/jpilot.c
188                 Same as before, without depending on
189                 pisock >= 0.12
190
191 2006-12-19 [colin]      2.6.1cvs54
192
193         * src/jpilot.c
194                 Fix bug 1059, 'Better jpilot charset 
195                 handling'. Use libpisync's charset conversion
196                 if possible
197
198 2006-12-19 [colin]      2.6.1cvs53
199
200         * po/fr.po
201                 Updated by Fabien
202
203 2006-12-19 [wwp]        2.6.1cvs52
204
205         * src/gtk/about.c
206                 Add missing #include (thanks to Colin).
207
208 2006-12-19 [wwp]        2.6.1cvs51
209
210         * src/prefs_receive.c
211                 Better spacing between widgets in prefs.
212
213 2006-12-18 [colin]      2.6.1cvs50
214
215         * src/imap.c
216                 Fix failure to get separator on LIST "" ""
217                 Try LIST "" "INBOX" too.
218
219 2006-12-18 [wwp]        2.6.1cvs49
220
221         * src/common/session.c
222                 Fix a compiler warning (thanks to Fabien).
223
224 2006-12-18 [wwp]        2.6.1cvs48
225
226         * src/compose.c
227         * src/prefs_quote.c
228                 Factorize some strings for translation (it's about error
229                 messages when applying or checking template/quote format).
230
231 2006-12-18 [colin]      2.6.1cvs47
232
233         * Makefile.am
234         * src/common/defs.h
235         * src/gtk/Makefile.am
236         * src/gtk/about.c
237                 Add a Release notes tab from the contents of
238                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
239
240 2006-12-17 [colin]      2.6.1cvs46
241
242         * src/mimeview.c
243         * src/textview.c
244         * src/gtk/filesel.c
245                 Correctly convert from/to UTF8/filename encoding
246                 when loading and saving files. Probably fixes
247                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
248                 for a file to attach and is blocked...'
249
250 2006-12-17 [colin]      2.6.1cvs45
251
252         * src/gtk/logwindow.c
253                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
254                 IMAP folder and is blocked on main thread': 
255                 make sure we put utf8 in the log.
256
257 2006-12-16 [colin]      2.6.1cvs44
258
259         * src/toolbar.c
260         * src/toolbar.h
261                 Fix bug 1055, 'Add the 'cancel receive' 
262                 in the available events for the toolbar buttons'
263
264 2006-12-16 [colin]      2.6.1cvs43
265
266         * po/POTFILES.in
267         * src/imap.c
268         * src/common/nntp.c
269         * src/common/session.c
270                 Log error when SSL handshakes fail. 
271                 Fixes bug 1082, 'incorrect / imprecise 
272                 error message when imap server provides 
273                 ssl only through STARTTLS but SSL is 
274                 selected'
275
276 2006-12-15 [wwp]        2.6.1cvs42
277
278         * src/plugins/bogofilter/bogofilter_gtk.c
279                 set proper sensitivity to widgets I've recently added.
280
281 2006-12-15 [colin]      
282
283         2.7.0-rc1 released
284
285 2006-12-15 [wwp]        2.6.1cvs41
286
287         * src/plugins/bogofilter/bogofilter.c
288         * src/plugins/bogofilter/bogofilter.h
289         * src/plugins/bogofilter/bogofilter_gtk.c
290                 bogofilter's whitelist can now use a subset of
291                 the addressbook (either a book, a subfolder of a book,
292                 or the whole addressbook by using "Any"). Re-used there
293                 some pref_matcher widgets and mechanisms to match a subset
294                 of the addressbook.
295
296 2006-12-15 [wwp]        2.6.1cvs40
297
298         * src/wizard.c
299         * src/common/plugin.c
300         * src/common/plugin.h
301         * src/gtk/about.c
302         * src/plugins/bogofilter/bogofilter.c
303         * src/plugins/clamav/clamav_plugin.c
304         * src/plugins/demo/demo.c
305         * src/plugins/dillo_viewer/dillo_viewer.c
306         * src/plugins/pgpcore/plugin.c
307         * src/plugins/pgpinline/plugin.c
308         * src/plugins/pgpmime/plugin.c
309         * src/plugins/spamassassin/spamassassin.c
310         * src/plugins/trayicon/trayicon.c
311                 factorize some translatable strings (plugins-related),
312                 fix missing punctuation in several places,
313                 remove useless translatable \n in about.c,
314                 and factorize plugin init code w/ a new function
315                 check_plugin_version() in common/plugin.c.
316                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
317
318 2006-12-15 [wwp]        2.6.1cvs39
319
320         * src/plugins/bogofilter/bogofilter.c
321         * src/plugins/bogofilter/bogofilter_gtk.c
322                 flag whitelisted spams as spam, but don't filter it to the spam
323                 folder. Thanks to Colin.
324
325 2006-12-15 [ticho]      2.6.1cvs38
326
327         * src/plugins/bogofilter/bogofilter.c
328         * src/plugins/bogofilter/bogofilter.h
329         * src/plugins/bogofilter/bogofilter_gtk.c
330                 Add option to whitelist senders found in addressbook. Patch by colin.
331
332 2006-12-15 [paul]       2.6.1cvs37
333
334         * src/folderview.c
335                 add missing #include "log.h"
336
337 2006-12-15 [paul]       2.6.1cvs36
338
339         * src/plugins/bogofilter/bogofilter.c
340         * src/plugins/bogofilter/bogofilter.h
341         * src/plugins/bogofilter/bogofilter_gtk.c
342                 Add an option to allow inserting an
343                 X-Claws-Bogosity header (on MH folders
344                 only). Patch by Colin
345
346 2006-12-14 [colin]      2.6.1cvs35
347
348         * src/main.c
349                 "Yes" should be the default choice for
350                 migration configuration
351
352 2006-12-14 [paul]       2.6.1cvs34
353
354         * src/prefs_summaries.c
355         * manual/advanced.xml
356                 Unhide mark_as_read_delay
357
358 2006-12-14 [paul]       2.6.1cvs33
359
360         * src/messageview.c
361         * src/messageview.h
362         * src/mimeview.c
363         * src/mimeview.h
364         * src/summaryview.c
365         * src/textview.c
366         * src/textview.h
367                 Fix printing of selection
368                 Fix printing of message parts
369                 Fix printing of images
370         * src/gtk/gtksourceprintjob.c
371                 Fix page count when there are images
372
373 2006-12-14 [wwp]        2.6.1cvs32
374
375         * src/mainwindow.c
376         * src/summaryview.c
377         * src/summaryview.h
378         * src/gtk/quicksearch.c
379                 fix quicksearch 'magnify' button status when QS is closed
380                 using the Escape key, thanks to Colin.
381
382 2006-12-14 [wwp]        2.6.1cvs31
383
384         * src/mainwindow.c
385         * src/summaryview.c
386         * src/summaryview.h
387         * src/gtk/quicksearch.c
388                 fix quicksearch 'magnify' button status when QS is closed
389                 using the Escape key, thanks to Colin.
390
391 2006-12-13 [colin]      2.6.1cvs30
392
393         * src/ldapquery.c
394         * src/ldaputil.c
395                 Use the binary safe version of ldap_get_values,
396                 to make sure we manipulate null-terminated 
397                 strings. Maybe fixes bug 1075, 'claws mail 
398                 segfault when completing ldap adresses'
399         * src/syldap.c ** REMOVED **
400         * src/syldap.h ** REMOVED **
401                 Remove dead files
402
403 2006-12-13 [mones]      2.6.1cvs29
404
405         * po/es.po
406                 Fixed piped strings, fixed click translation
407
408 2006-12-13 [paul]       2.6.1cvs28
409
410         * src/main.c
411                 don't translate these strings
412
413 2006-12-13 [paul]       2.6.1cvs27
414
415         * po/en_GB.po
416                 updated
417
418 2006-12-13 [colin]      2.6.1cvs26
419
420         * src/main.c
421         * src/main.h
422                 Add claws_is_starting()
423
424 2006-12-13 [mones]      2.6.1cvs25
425
426         * manual/es/advanced.xml
427         * po/es.po
428                 Synced manual and updated translation
429
430 2006-12-12 [colin]      2.6.1cvs24
431
432         * src/wizard.c
433                 Add an option to use STARTTLS in the
434                 welcome wizard. Fixes bug 1080, 
435                 'Using SSL option in wizard for incoming 
436                 server does not activate SSL with STARTTLS'
437
438 2006-12-12 [colin]      2.6.1cvs23
439
440         * src/main.c
441                 Don't exit when there's an incomplete
442                 mailbox configured - leaves a chance 
443                 to fix a failing IMAP account. Exit
444                 if no mailbox at all is loaded (case
445                 of missing plugin).
446                 Completes bug 1077's fix (I was wrong
447                 in this bug's comment #3).
448
449 2006-12-12 [colin]      2.6.1cvs22
450
451         * src/gtk/menu.h
452                 Add another menu data type
453         * src/prefs_account.c
454                 Complete the completion of bug 1076
455                 (doesn't lose the pref on apply)
456
457 2006-12-12 [paul]       2.6.1cvs21
458
459         * src/prefs_account.c
460                 complete the fix of bug 1076
461                 also be more verbose with the text
462
463 2006-12-12 [paul]       2.6.1cvs20
464
465         * src/gtk/combobox.c
466                 fix compilation warning
467
468 2006-12-11 [colin]      2.6.1cvs19
469
470         * src/wizard.c
471                 Document :port in server entry tooltips
472
473 2006-12-11 [colin]      2.6.1cvs18
474
475         * src/main.c
476                 Fix compile
477
478 2006-12-11 [colin]      2.6.1cvs17
479
480         * src/main.c
481                 Add failing IMAP as a reason for no
482                 mailbox
483
484 2006-12-11 [colin]      2.6.1cvs16
485
486         * src/prefs_account.c
487                 Check for existence of inbox for local
488                 accounts too
489         * src/wizard.c
490                 Allow setting the port to use for servers
491                 by using the usual "server.example.com:port"
492                 syntax. Fixes bug 1077, 'sylpheed-claws does 
493                 not start when IMAP server is unavailable'
494
495 2006-12-11 [colin]      2.6.1cvs15
496
497         * src/prefs_account.c
498                 Prevent use of non-existing default inbox
499
500 2006-12-11 [colin]      2.6.1cvs14
501
502         * src/prefs_account.c
503                 Fix sensitivity. Fixes bug 1076, 'privacy 
504                 options are displayed even when pgp plugin 
505                 not loaded / available'
506
507 2006-12-09 [colin]      2.6.1cvs13
508
509         * manual/advanced.xml
510         * src/prefs_common.c
511         * src/prefs_common.h
512         * src/common/ssl_certificate.c
513                 Add a new hidden preference, 'unsafe_ssl_certs',
514                 which allows to store multiple certificates per
515                 server/port. This is disabled by default because
516                 it's less secure (presenting a new certificate
517                 instead of a changed one raises less alarms).
518                 This will cause Claws to ask about an unknown
519                 certificate for people who have used 2.6.1cvs8
520                 or greater.
521
522 2006-12-09 [colin]      2.6.1cvs12
523
524         * src/action.c
525                 Fix cache updating after action
526
527 2006-12-07 [wwp]        2.6.1cvs11
528
529         * src/compose.c
530                 fix email address comparison when replying to all
531                 (avoid replying to ourselves), thanks to Colin.
532
533 2006-12-06 [paul]       2.6.1cvs10
534
535         * src/addrharvest.c
536         * src/editldap.c
537         * src/expldifdlg.c
538         * src/news.c
539         * src/toolbar.c
540         * src/common/utils.c
541                 ...and more renaming
542                 Thanks to Colin
543
544 2006-12-06 [paul]       2.6.1cvs9
545
546         * src/compose.c
547         * src/messageview.c
548         * src/procheader.c
549         * src/procmime.c
550         * src/procmsg.c
551         * src/textview.c
552                 more renaming
553                 Thanks to Colin
554
555 2006-12-06 [colin]      2.6.1cvs8
556
557         * src/ssl_manager.c
558         * src/common/ssl_certificate.c
559         * src/common/ssl_certificate.h
560                 Handle multiple certificates per host/port
561
562 2006-12-06 [colin]      2.6.1cvs7
563
564         * src/etpan/imap-thread.c
565                 Fix certificate checking on IMAP
566
567 2006-12-06 [colin]      2.6.1cvs6
568
569         * src/folderview.c
570                 Fix bug 1072, 'Claws stops fetching newsgroups 
571                 from server when newsgroup got deleted': continue
572                 checking other groups
573
574 2006-12-05 [wwp]        2.6.1cvs5
575
576         * src/message_search.c
577         * src/summary_search.c
578         * src/gtk/combobox.c
579         * src/gtk/combobox.h
580         * src/gtk/gtkutils.c
581         * src/gtk/gtkutils.h
582                 make up and down arrow keys in modern gtk_combo_box_entry widgets
583                 behave like w/ old comboboxes (summary and message search only).
584
585 2006-12-05 [paul]       2.6.1cvs4
586
587         * src/wizard.c
588                 encode headers
589                 Thanks to Colin
590
591 2006-12-05 [paul]       2.6.1cvs3
592
593         * tools/README
594         * tools/textviewer.pl
595                 script updated and description added
596
597 2006-12-04 [colin]      2.6.1cvs2
598
599         * src/compose.c
600                 Run pre-send hook only when checking
601                 everything
602
603 2006-12-04 [paul]       2.6.1cvs1
604
605         * NEWS
606         * README
607         * RELEASE_NOTES
608         * configure.ac
609         * tools/README
610                 bump up version number following stable release
611
612 2006-12-04 [paul]       2.6.0cvs83
613
614         * README
615                 updates and corrections
616
617 2006-12-04 [colin]      2.6.0cvs82
618
619         * src/common/utils.c
620                 Probably fix bug 1066, 'Incorrect mailbox 
621                 size displayed'
622
623 2006-12-04 [colin]      2.6.0cvs81
624
625         * src/common/utils.c
626                 Trim tabs from mailcap file too.
627
628 2006-12-02 [paul]       2.6.0cvs80
629
630         * src/exphtmldlg.c
631                 fix broken GUI under certain languages
632         * src/expldifdlg.c
633                 put the Cancel button to the right
634
635 2006-12-01 [paul]       2.6.0cvs79
636
637         * tools/Makefile.am
638                 remove reference to removed file
639
640 2006-12-01 [wwp]        2.6.0cvs78
641
642         * src/addressbook.c
643         * src/editaddress.c
644                 remove forgotten debug statements.
645
646 2006-12-01 [wwp]        2.6.0cvs77
647
648         * manual/advanced.xml
649         * manual/fr/advanced.xml
650         * src/addressbook.c
651         * src/addressbook.h
652         * src/addressitem.h
653         * src/editaddress.c
654         * src/editaddress.h
655         * src/prefs_common.c
656         * src/prefs_common.h
657         * src/gtk/gtkutils.c
658         * src/gtk/gtkutils.h
659                 add a hidden option to allow embedding the editaddress (edit contact details)
660                 dialog into the addressbook's window. This doesn't change the default
661                 behaviour.
662
663 2006-12-01 [wwp]        2.6.0cvs76
664
665         * src/message_search.c
666         * src/summary_search.c
667                 fix more focus issues (don't set focus to combobox's entry widget when
668                 entry's value changed, if entry widget has focus already).
669
670 2006-12-01 [wwp]        2.6.0cvs75
671
672         * src/gtk/quicksearch.c
673                 revert last changes to the quicksearch gtk_combo_box, this needs more
674                 tuning and testing.
675
676 2006-12-01 [paul]       2.6.0cvs74
677
678         * tools/kdeservicemenu/README
679         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
680         * tools/kdeservicemenu/install.sh
681         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
682         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
683                 simplify this stuff, and in so doing,
684                 fix it. (possibly re-extend it again at
685                 a later date)
686
687 2006-12-01 [wwp]        2.6.0cvs73
688
689         * src/gtk/quicksearch.c
690                 adapt quicksearch code to use modern gtk_combo_box'es.
691
692 2006-12-01 [wwp]        2.6.0cvs72
693
694         * src/common/defs.h
695         * src/prefs_common.c
696         * src/prefs_common.h
697         * src/message_search.c
698         * src/summary_search.c
699         * src/gtk/combobox.c
700         * src/gtk/combobox.h
701                 add history combos to all message and summary search fields.
702
703 2006-12-01 [wwp]        2.6.0cvs71
704
705         * src/summaryview.c
706                 As the list may change while the mark as read delay
707                 runs, we can't rely on the 'row' pointer, which can
708                 be invalid when the timeout is called. As the mark
709                 as read is only done if the message is still selected,
710                 use summaryview->selected instead. Thanks to Colin.
711
712 2006-11-30 [paul]       2.6.0cvs70
713
714         * src/textview.c
715                 give emphasis to "Sylpheed-Claws"
716                 as well as "Claws Mail"
717
718 2006-11-30 [colin]      2.6.0cvs69
719
720         * src/wizard.c
721                 Put the SSL checkboxes in the receiving
722                 and sending server pages.
723
724 2006-11-29 [colin]      2.6.0cvs68
725
726         * src/gtk/gtkutils.c
727         * src/gtk/gtkvscrollbutton.c
728                 Revert some deprecated fixes - they seem to
729                 deprecate stuff as soon as a new one gets out.
730                 g_object_ref_sink needed glib-2.10.
731
732 2006-11-29 [colin]      2.6.0cvs67
733
734         * src/common/utils.c
735                 Create .mailcap if it doesn't exist
736
737 2006-11-29 [colin]      2.6.0cvs66
738
739         * src/compose.c
740                 Followup to cvs60: use original list
741                 of recipients if replying to a mail
742                 in Sent Drafts or Queue.
743
744 2006-11-27 [paul]       2.6.0cvs65
745
746         * src/image_viewer.c
747                 revert the last change for now (it's broken)
748
749 2006-11-27 [paul]       2.6.0cvs64
750
751         * Makefile.am
752         * configure.ac
753         * m4/aclocal-include.m4
754         * m4/check-type.m4
755         * src/Makefile.am
756         * src/addr_compl.c
757         * src/compose.c
758         * src/crash.c
759         * src/export.c
760         * src/exporthtml.c
761         * src/exportldif.c
762         * src/imap.c
763         * src/import.c
764         * src/main.c
765         * src/main.h
766         * src/matcher.c
767         * src/mimeview.c
768         * src/procmsg.c
769         * src/textview.c
770         * src/common/Makefile.am
771         * src/common/claws.c
772         * src/common/claws.h
773         * src/common/ssl.c
774         * src/common/sylpheed.c
775         * src/common/sylpheed.h
776         * src/etpan/Makefile.am
777         * src/gtk/Makefile.am
778         * src/gtk/claws-marshal.list
779         * src/gtk/filesel.c
780         * src/gtk/gtksctree.c
781         * src/gtk/quicksearch.c
782         * src/gtk/sylpheed-marshal.list
783         * src/plugins/bogofilter/bogofilter.c
784         * src/plugins/bogofilter/bogofilter_gtk.c
785         * src/plugins/clamav/clamav_plugin.c
786         * src/plugins/clamav/clamav_plugin_gtk.c
787         * src/plugins/demo/demo.c
788         * src/plugins/dillo_viewer/dillo_viewer.c
789         * src/plugins/pgpcore/Makefile.am
790         * src/plugins/pgpcore/claws.def
791         * src/plugins/pgpcore/pgp_viewer.c
792         * src/plugins/pgpcore/plugin.c
793         * src/plugins/pgpcore/sylpheed.def
794         * src/plugins/pgpinline/Makefile.am
795         * src/plugins/pgpinline/claws.def
796         * src/plugins/pgpinline/plugin.c
797         * src/plugins/pgpinline/sylpheed.def
798         * src/plugins/pgpmime/Makefile.am
799         * src/plugins/pgpmime/claws.def
800         * src/plugins/pgpmime/plugin.c
801         * src/plugins/pgpmime/sylpheed.def
802         * src/plugins/spamassassin/spamassassin.c
803         * src/plugins/spamassassin/spamassassin_gtk.c
804         * src/plugins/trayicon/trayicon.c
805                 yet more renaming
806                 remove deprecated gtk_tooltips_set_delay()
807
808 2006-11-26 [paul]       2.6.0cvs63
809
810         * src/expldifdlg.c
811         * src/folderview.c
812         * src/image_viewer.c
813         * src/mainwindow.c
814         * src/gtk/gtkutils.c
815         * src/gtk/gtkvscrollbutton.c
816         * src/gtk/prefswindow.c
817         * src/plugins/pgpcore/prefs_gpg.c
818                 replace more deprecated GTK+ functions
819
820 2006-11-26 [paul]       2.6.0cvs62
821
822         * src/addr_compl.c
823         * src/addressbook.c
824         * src/browseldap.c
825                 replace deprecated gtk_idle_... functions
826
827 2006-11-26 [paul]       2.6.0cvs61
828
829         * src/compose.c
830         * src/folderview.c
831         * src/inc.c
832         * src/summaryview.c
833         * src/gtk/gtkvscrollbutton.c
834         * src/gtk/quicksearch.c
835         * src/plugins/pgpcore/passphrase.c
836                 replace deprecated gtk_timeout_add and
837                 gtk_timeout_remove
838
839 2006-11-26 [paul]       2.6.0cvs60
840
841         * src/compose.c
842                 fix bug that caused the wrong recipient
843                 to be selected when replying to a msg
844                 which is From one of our accounts to
845                 another of our accounts
846
847 2006-11-25 [paul]       2.6.0cvs59
848
849         * src/summaryview.c
850                 don't change the From column title to
851                 To if the To column is visible
852
853 2006-11-24 [paul]       2.6.0cvs58
854
855         * src/compose.c
856                 fix bug 1069, 'Sent mails disappear, BCC
857                 or locking problem?'
858
859 2006-11-21 [wwp]        2.6.0cvs57
860
861         * src/compose.c
862                 fix spelling menu when replying (same as 2.3.1cvs39):
863                 discrepancy between context menu and top menu when
864                 folder's dictionary isn't the default one.
865
866 2006-11-19 [paul]       2.6.0cvs56
867
868         * src/summaryview.c
869                 obey always_show_msg option when
870                 marking as spam
871         * src/plugins/bogofilter/bogofilter.c
872                 fix typo
873
874 2006-11-18 [paul]       2.6.0cvs55
875
876         * AUTHORS
877         * README
878         * debian/copyright
879         * manual/ack.xml
880         * manual/es/ack.xml
881         * manual/fr/ack.xml
882         * manual/pl/ack.xml
883         * src/gtk/authors.h
884         * src/gtk/icon_legend.c
885         * src/gtk/icon_legend.h
886         * tools/OOo2claws-mail.pl
887         * tools/README
888         * tools/acroread2claws-mail.pl
889         * tools/claws.i18n.status.pl
890         * tools/filter_conv.pl
891         * tools/filter_conv_new.pl
892         * tools/freshmeat_search.pl
893         * tools/google_search.pl
894         * tools/kmail2claws-mail.pl
895         * tools/kmail2claws-mail_v2.pl
896         * tools/maildir2claws-mail.pl
897         * tools/make.themes.project
898         * tools/multiwebsearch.pl
899         * tools/outlook2claws-mail.pl
900         * tools/tb2claws-mail
901         * tools/kdeservicemenu/README
902         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
903                 update mine and wwp's email addresses in
904                 several places
905                 Patch by wwp
906         * src/prefs_compose_writing.c
907                 set sensitivity on 'new message format' frame
908
909 2006-11-17 [paul]       2.6.0cvs54
910
911         * src/gtk/about.c
912                 more reworking of the GUI
913                 Patch by Fabien Vantard
914
915 2006-11-16 [paul]       2.6.0cvs53
916
917         * src/gtk/about.c
918                 set a minimum size for the window, allow
919                 it to automatically expand as necessary
920
921 2006-11-16 [wwp]        2.6.0cvs52
922
923         * src/gtk/about.c
924                 better wrap of copyright info on some systems.
925
926 2006-11-16 [paul]       2.6.0cvs51
927
928         * src/gtk/about.c
929                 move the tech info from the upper panel
930                 to the Info tab
931                 use a gtk_text_view for the features tab
932
933 2006-11-16 [paul]       2.6.0cvs50
934
935         * po/Makevars
936                 update my email address
937         * src/addressbook.c
938         * src/compose.c
939         * src/imap_gtk.c
940         * src/mh_gtk.c
941         * src/news_gtk.c
942         * src/summaryview.c
943         * src/plugins/trayicon/trayicon.c
944                 don't offer simple menu separators
945                 for translation
946         * src/folderview.c
947                 add separator between 'mark all read'
948                 and 'search folder'
949
950 2006-11-15 [wwp]        2.6.0cvs49
951
952         * src/gtk/authors.h
953                 updated manuals authors.
954
955 2006-11-14 [paul]       2.6.0cvs48
956
957         * src/compose.c
958                 Fix Options/Reply mode after draft save
959
960 2006-11-14 [paul]       2.6.0cvs47
961
962         * src/Makefile.am
963                 Fix make DESTDIR=...
964         * src/mbox.c
965                 Optimise speed
966         * src/plugins/pgpinline/pgpinline.c
967                 Probably fix bug 1061
968
969 2006-11-14 [paul]       2.6.0cvs46
970
971         * po/Makevars
972                 enable Q_ macro
973         * src/Makefile.am
974         * src/stock_pixmap.c
975         * src/stock_pixmap.h
976         * src/gtk/about.c
977         * src/pixmaps/active.xpm
978         * src/pixmaps/inactive.xpm
979                 add a new page, 'Features', to the About dialog
980                 showing which features are compiled in and which
981                 are not
982
983 2006-11-14 [paul]       2.6.0cvs45
984
985         * po/ru.po
986                 updated by Pavlo Bohmat
987
988 2006-11-14 [colin]      2.6.0cvs44
989
990         * src/compose.c
991         * src/inc.c
992         * src/messageview.c
993         * src/news.c
994         * src/pop.c
995         * src/procmsg.c
996         * src/gtk/gtkaspell.c
997                 Fix 64-bit-related warnings
998         * src/ssl_manager.c
999                 Fix possible infinite loop
1000         * src/plugins/pgpcore/sgpgme.c
1001                 Remove useless check
1002
1003 2006-11-13 [colin]      2.6.0cvs43
1004
1005         * src/gtk/Makefile.am
1006                 authors.h isn't generated
1007
1008 2006-11-13 [colin]      2.6.0cvs42
1009
1010         * src/plugins/pgpinline/pgpinline.c
1011         * src/plugins/pgpmime/pgpmime.c
1012                 Very probably fix bug 1061, 'crash on 
1013                 opening signed email'. Another cast
1014                 problem
1015
1016 2006-11-13 [colin]      2.6.0cvs41
1017
1018         * src/plugins/pgpcore/sgpgme.c
1019                 Maybe fix bug 1061, 'crash on opening 
1020                 signed email'
1021
1022 2006-11-13 [wwp]        2.6.0cvs40
1023
1024         * src/plugins/pgpinline/pgpinline.c
1025                 fix candidate for bug #1057, thanks to Colin.
1026
1027 2006-11-13 [wwp]        2.6.0cvs39
1028
1029         * src/compose.c
1030         * src/quote_fmt_parse.y
1031                 fix bug 1052: current parser buffer was not always 
1032                 allocated, ptr to this buffer could be returned as 
1033                 NULL whereas no parser error has occurred. in 
1034                 consequence, defining a template body as "%d" 
1035                 (w/o the quotes) for the first time of the instance 
1036                 of claws-mail, was reporting a parser error. make 
1037                 sure that the buffer is always allocated, even to 
1038                 an empty string.
1039                 fix mis-unescaping in compose.:compose_quote_fmt(): 
1040                 unescaping of the fmt string was always done 
1041                 whereas it must be done *only* when receiving 
1042                 quote format strings issued from the prefs 
1043                 (compose new message, reply, forward, redirect 
1044                 formats), *not* when applying templates.  in 
1045                 consequences, applying templates w/ sequences 
1046                 like \\|p{echo} were failing. make sure that 
1047                 unescaping is done only when necessary.
1048
1049 2006-11-12 [colin]      2.6.0cvs38
1050
1051         * po/de.po
1052                 Fix typo (s/KB/MB)
1053
1054 2006-11-12 [colin]      2.6.0cvs37
1055
1056         * src/plugins/pgpinline/pgpinline.c
1057         * src/plugins/pgpmime/pgpmime.c
1058                 Release GPG context at the latest 
1059                 possible moment. Maybe fixes 
1060                 bug 1057, 'crash on sending signed 
1061                 message to a newsgroup'
1062                 
1063
1064 2006-11-12 [colin]      2.6.0cvs36
1065
1066         * src/plugins/pgpcore/sgpgme.c
1067                 Tell a bit more when gpg's status doesn't
1068                 contain any signature
1069
1070 2006-11-12 [colin]      2.6.0cvs35
1071
1072         * src/compose.c
1073                 Fix bug 1060, 'compilation error with 
1074                 Irix's cc'
1075
1076 2006-11-12 [paul]       2.6.0cvs34
1077
1078         * doc/man/claws-mail.1
1079         * src/prefs_gtk.c
1080         * src/plugins/clamav/README
1081         * src/plugins/spamassassin/README
1082         * tools/README
1083         * tools/freshmeat_search.pl
1084         * tools/google_search.pl
1085         * tools/multiwebsearch.pl
1086                 more renaming
1087         * src/plugins/trayicon/trayicon.c
1088                 fix compiliation warning
1089
1090 2006-11-11 [colin]      2.6.0cvs33
1091
1092         * src/folderview.c
1093                 Forbid drag and drop from/to different
1094                 folders of type F_UNKNOWN
1095
1096 2006-11-11 [colin]      2.6.0cvs32
1097
1098         * src/plugins/pgpinline/pgpinline.c
1099                 Fix typo in previous commit:
1100                 - gpgme_new(&ctx);
1101                 + if ((err = gpgme_new(&data->ctx)) ...)
1102
1103 2006-11-11 [colin]      2.6.0cvs31
1104
1105         * src/plugins/pgpinline/pgpinline.c
1106         * src/plugins/pgpmime/pgpmime.c
1107                 Check success after calling gpgme_new
1108                 Maybe fixes bug 1057, 'crash on sending 
1109                 signed message to a newsgroup'
1110
1111 2006-11-11 [colin]      2.6.0cvs30
1112
1113         * src/undo.c
1114                 init undostruct to 0s (from
1115                 valgrind log of bug 1057)
1116
1117 2006-11-10 [colin]      2.6.0cvs29
1118
1119         * src/mainwindow.c
1120                 Set cursor to wait before filtering
1121                 duplicates in all folders
1122         * src/plugins/bogofilter/bogofilter.c
1123         * src/plugins/bogofilter/bogofilter.h
1124         * src/plugins/bogofilter/bogofilter_gtk.c
1125                 Completely thread away the bogofilter
1126                 filtering
1127
1128 2006-11-10 [mones]      2.6.0cvs28
1129
1130         * src/compose.c
1131         * src/compose.h
1132                 added COMPOSE_CHECK_BEFORE_SEND hook
1133
1134 2006-11-10 [paul]       2.6.0cvs27
1135
1136         * src/crash.c
1137                 more renaming
1138                 add libSM to get_compiled_in_features()
1139         * src/main.c
1140                 more renaming
1141
1142 2006-11-10 [colin]      2.6.0cvs26
1143
1144         * src/etpan/imap-thread.c
1145                 Add a reference to libetpan's sasl engine
1146                 so that sasl_done() doesn't get called by
1147                 libetpan, and doesn't break openssl.
1148                 Should fix bug 1053, 'SC fails to reestablish 
1149                 a secure connection'
1150                 Patch by Hoa
1151
1152 2006-11-10 [colin]      2.6.0cvs25
1153
1154         * manual/addrbook.xml
1155         * manual/advanced.xml
1156         * manual/faq.xml
1157         * manual/intro.xml
1158                 Some more renaming
1159
1160 2006-11-09 [colin]      2.6.0cvs24
1161
1162         * src/plugins/bogofilter/bogofilter_gtk.c
1163                 Add comment about annoyance
1164
1165 2006-11-09 [colin]      2.6.0cvs23
1166
1167         * src/plugins/bogofilter/bogofilter.c
1168         * src/plugins/bogofilter/bogofilter_gtk.c
1169                 Prepare things needed to thread bogofilter
1170                 filtering: separate bogo stuff and possible GUI
1171                 stuff. 
1172
1173 2006-11-09 [colin]      2.6.0cvs22
1174
1175         * src/account.c
1176         * src/compose.c
1177                 Search for one of our accounts in Delivered-To
1178                 (helps for auto-account selection when 
1179                  replying/forwarding)
1180         * src/folderview.c
1181         * src/mainwindow.c
1182         * src/mainwindow.h
1183         * src/plugins/trayicon/trayicon.c
1184                 Allow opening a new mail with any account from
1185                 the contextual menu
1186
1187 2006-11-09 [wwp]        2.6.0cvs21
1188
1189         * src/compose.c
1190         * src/prefs_common.c
1191         * src/prefs_common.h
1192         * src/prefs_compose_writing.c
1193                 add a compose new message format (in prefs/compose/writing), it's a
1194                 simple subject+body template to use when opening a new composition
1195                 window. It's similar to the existent reply and forward formats.
1196
1197                 enhanced the template/format % symbols substitution mechanism to
1198                 use current composition window information when % are used in
1199                 the compose new message format or in templates applied to new
1200                 messages (there were useless in that situations before). When
1201                 applied to new messages, %d corresponds to the system time/date.
1202
1203 2006-11-09 [paul]       2.6.0cvs20
1204
1205         * src/gtk/authors.h
1206                 fix last commit
1207
1208 2006-11-09 [paul]       2.6.0cvs19
1209
1210         * src/gtk/authors.h
1211                 keep tje alphabetical order
1212
1213 2006-11-08 [colin]      2.6.0cvs18
1214
1215         * src/etpan/imap-thread.c
1216                 Fix bug 1054, 'Slowness logging big 
1217                 data chunks'
1218
1219 2006-11-08 [paul]       2.6.0cvs17
1220
1221         * tools/Makefile.am
1222                 fix the renaming
1223
1224 2006-11-08 [paul]       2.6.0cvs16
1225
1226         * src/common/defs.h
1227                 update BUGZILLA_URI
1228
1229 2006-11-08 [paul]       2.6.0cvs15
1230
1231         * tools/Makefile.am
1232         * tools/OOo2claws-mail.pl
1233         * tools/OOo2sylpheed.pl
1234         * tools/README
1235         * tools/acroread2claws-mail.pl
1236         * tools/acroread2sylpheed.pl
1237         * tools/kmail2claws-mail.pl
1238         * tools/kmail2claws-mail_v2.pl
1239         * tools/kmail2sylpheed.pl
1240         * tools/kmail2sylpheed_v2.pl
1241         * tools/maildir2claws-mail.pl
1242         * tools/maildir2sylpheed.pl
1243         * tools/nautilus2claws-mail.sh
1244         * tools/nautilus2sylpheed.sh
1245         * tools/outlook2claws-mail.pl
1246         * tools/outlook2sylpheed.pl
1247         * tools/tb2claws-mail
1248         * tools/tb2sylpheed
1249         * tools/tbird2claws.py
1250         * tools/tbird2syl.py
1251         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1252         * tools/kdeservicemenu/install.sh
1253         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1254         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
1255         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
1256         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1257         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1258                 renamed (removed, added) tools files
1259
1260 2006-11-08 [paul]       2.6.0cvs14
1261
1262         * src/main.c
1263         * src/common/defs.h
1264                 Migrate sylpheedrc to clawsrc, and fix the standard
1265                 plugins path in the process
1266
1267 2006-11-07 [colin]      2.6.0cvs13
1268
1269         * src/Makefile.am
1270                 Symlink sylpheed-claws relative to 
1271                 claws-mail
1272
1273 2006-11-07 [colin]      2.6.0cvs12
1274
1275         * src/compose.c
1276                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
1277
1278 2006-11-07 [paul]       2.6.0cvs11
1279
1280         * src/gtk/about.c
1281                 Fix a missed occurence of
1282                 Sylpheed-Claws
1283
1284 2006-11-07 [paul]       2.6.0cvs10
1285
1286         * src/Makefile.am
1287                 Fix symlink installation
1288
1289 2006-11-07 [paul]       2.6.0cvs9
1290
1291         * src/Makefile.am
1292                 Symlink claws-mail to sylpheed-claws
1293         * src/common/utils.c
1294                 Fix migrating symlinks
1295         * src/etpan/imap-thread.c
1296                 check certificate only when there's
1297                 no error
1298
1299 2006-11-07 [paul]       2.6.0cvs8
1300
1301         * Makefile.am
1302                 Fix icon breakages with Gtk, which needs a 
1303                 cache updated to see them.
1304
1305 2006-11-07 [paul]       2.6.0cvs7
1306
1307         * .cvsignore
1308         * AUTHORS
1309         * COPYING
1310         * INSTALL
1311         * Makefile.am
1312         * NEWS
1313         * README
1314         * RELEASE_NOTES
1315         * autogen.sh
1316         * claws-mail-128x128.png
1317         * claws-mail-64x64.png
1318         * claws-mail.ico
1319         * claws-mail.pc.in
1320         * claws-mail.png
1321         * configure.ac
1322         * sylpheed-claws-128x128.png
1323         * sylpheed-claws-64x64.png
1324         * sylpheed-claws.desktop
1325         * sylpheed-claws.ico
1326         * sylpheed-claws.pc.in
1327         * sylpheed-claws.png
1328         * debian/README.Debian
1329         * debian/changelog
1330         * debian/claws-mail.desktop
1331         * debian/claws-mail.menu
1332         * debian/claws-mail.postinst.debhelper
1333         * debian/claws-mail.postrm.debhelper
1334         * debian/control
1335         * debian/copyright
1336         * debian/files
1337         * debian/rules
1338         * debian/sylpheed-claws.desktop
1339         * debian/sylpheed-claws.menu
1340         * debian/sylpheed-claws.postinst.debhelper
1341         * debian/sylpheed-claws.postrm.debhelper
1342         * doc/man/Makefile.am
1343         * doc/man/claws-mail.1
1344         * doc/man/sylpheed-claws.1
1345         * doc/src/ChangeLog.claws-pre0.8.0
1346         * manual/Makefile.am
1347         * manual/account.xml
1348         * manual/ack.xml
1349         * manual/addrbook.xml
1350         * manual/advanced.xml
1351         * manual/claws-mail-manual.xml
1352         * manual/faq.xml
1353         * manual/glossary.xml
1354         * manual/handling.xml
1355         * manual/intro.xml
1356         * manual/keyboard.xml
1357         * manual/plugins.xml
1358         * manual/starting.xml
1359         * manual/sylpheed-claws-manual.xml
1360         * manual/xml2pdf
1361         * manual/dist/.cvsignore
1362         * manual/dist/html/.cvsignore
1363         * manual/dist/html/Makefile.am
1364         * manual/dist/pdf/.cvsignore
1365         * manual/dist/pdf/Makefile.am
1366         * manual/dist/ps/.cvsignore
1367         * manual/dist/ps/Makefile.am
1368         * manual/dist/txt/.cvsignore
1369         * manual/dist/txt/Makefile.am
1370         * manual/es/Makefile.am
1371         * manual/es/advanced.xml
1372         * manual/es/claws-mail-manual.xml
1373         * manual/es/faq.xml
1374         * manual/es/glossary.xml
1375         * manual/es/handling.xml
1376         * manual/es/intro.xml
1377         * manual/es/plugins.xml
1378         * manual/es/sylpheed-claws-manual.xml
1379         * manual/es/dist/.cvsignore
1380         * manual/es/dist/html/.cvsignore
1381         * manual/es/dist/html/Makefile.am
1382         * manual/es/dist/pdf/.cvsignore
1383         * manual/es/dist/pdf/Makefile.am
1384         * manual/es/dist/ps/.cvsignore
1385         * manual/es/dist/ps/Makefile.am
1386         * manual/es/dist/txt/.cvsignore
1387         * manual/es/dist/txt/Makefile.am
1388         * manual/fr/Makefile.am
1389         * manual/fr/account.xml
1390         * manual/fr/ack.xml
1391         * manual/fr/addrbook.xml
1392         * manual/fr/advanced.xml
1393         * manual/fr/claws-mail-manual.xml
1394         * manual/fr/faq.xml
1395         * manual/fr/glossary.xml
1396         * manual/fr/handling.xml
1397         * manual/fr/intro.xml
1398         * manual/fr/keyboard.xml
1399         * manual/fr/plugins.xml
1400         * manual/fr/starting.xml
1401         * manual/fr/sylpheed-claws-manual.xml
1402         * manual/fr/dist/.cvsignore
1403         * manual/fr/dist/html/.cvsignore
1404         * manual/fr/dist/html/Makefile.am
1405         * manual/fr/dist/pdf/.cvsignore
1406         * manual/fr/dist/pdf/Makefile.am
1407         * manual/fr/dist/ps/.cvsignore
1408         * manual/fr/dist/ps/Makefile.am
1409         * manual/fr/dist/txt/.cvsignore
1410         * manual/fr/dist/txt/Makefile.am
1411         * manual/pl/Makefile.am
1412         * manual/pl/account.xml
1413         * manual/pl/ack.xml
1414         * manual/pl/addrbook.xml
1415         * manual/pl/advanced.xml
1416         * manual/pl/claws-mail-manual.xml
1417         * manual/pl/faq.xml
1418         * manual/pl/glossary.xml
1419         * manual/pl/handling.xml
1420         * manual/pl/intro.xml
1421         * manual/pl/keyboard.xml
1422         * manual/pl/plugins.xml
1423         * manual/pl/starting.xml
1424         * manual/pl/sylpheed-claws-manual.xml
1425         * manual/pl/dist/.cvsignore
1426         * manual/pl/dist/html/.cvsignore
1427         * manual/pl/dist/html/Makefile.am
1428         * manual/pl/dist/pdf/.cvsignore
1429         * manual/pl/dist/pdf/Makefile.am
1430         * manual/pl/dist/ps/.cvsignore
1431         * manual/pl/dist/ps/Makefile.am
1432         * manual/pl/dist/txt/.cvsignore
1433         * manual/pl/dist/txt/Makefile.am
1434         * po/.cvsignore
1435         * po/Makevars
1436         * src/.cvsignore
1437         * src/Makefile.am
1438         * src/account.c
1439         * src/account.h
1440         * src/action.c
1441         * src/action.h
1442         * src/adbookbase.h
1443         * src/addr_compl.c
1444         * src/addr_compl.h
1445         * src/addrbook.c
1446         * src/addrcache.c
1447         * src/addrcache.h
1448         * src/addrcindex.c
1449         * src/addrcindex.h
1450         * src/addrclip.c
1451         * src/addrclip.h
1452         * src/addrdefs.h
1453         * src/addressadd.c
1454         * src/addressadd.h
1455         * src/addressbook.c
1456         * src/addressbook.h
1457         * src/addressbook_foldersel.c
1458         * src/addressbook_foldersel.h
1459         * src/addrgather.c
1460         * src/addrgather.h
1461         * src/addrharvest.c
1462         * src/addrharvest.h
1463         * src/addrindex.c
1464         * src/addrindex.h
1465         * src/addritem.c
1466         * src/addritem.h
1467         * src/addrquery.c
1468         * src/addrquery.h
1469         * src/addrselect.c
1470         * src/addrselect.h
1471         * src/alertpanel.c
1472         * src/alertpanel.h
1473         * src/browseldap.c
1474         * src/browseldap.h
1475         * src/codeconv.c
1476         * src/codeconv.h
1477         * src/compose.c
1478         * src/crash.c
1479         * src/crash.h
1480         * src/customheader.c
1481         * src/customheader.h
1482         * src/displayheader.c
1483         * src/displayheader.h
1484         * src/editaddress.c
1485         * src/editaddress.h
1486         * src/editbook.c
1487         * src/editbook.h
1488         * src/editgroup.c
1489         * src/editgroup.h
1490         * src/editjpilot.c
1491         * src/editjpilot.h
1492         * src/editldap.c
1493         * src/editldap.h
1494         * src/editldap_basedn.c
1495         * src/editldap_basedn.h
1496         * src/editvcard.c
1497         * src/editvcard.h
1498         * src/exphtmldlg.c
1499         * src/exphtmldlg.h
1500         * src/expldifdlg.c
1501         * src/expldifdlg.h
1502         * src/export.c
1503         * src/exporthtml.c
1504         * src/exporthtml.h
1505         * src/exportldif.c
1506         * src/exportldif.h
1507         * src/filtering.c
1508         * src/filtering.h
1509         * src/folder.c
1510         * src/folder.h
1511         * src/folder_item_prefs.c
1512         * src/folder_item_prefs.h
1513         * src/foldersel.c
1514         * src/foldersel.h
1515         * src/folderutils.c
1516         * src/folderutils.h
1517         * src/folderview.c
1518         * src/folderview.h
1519         * src/grouplistdialog.c
1520         * src/grouplistdialog.h
1521         * src/html.c
1522         * src/html.h
1523         * src/image_viewer.c
1524         * src/image_viewer.h
1525         * src/imap.c
1526         * src/imap.h
1527         * src/imap_gtk.c
1528         * src/imap_gtk.h
1529         * src/import.c
1530         * src/import.h
1531         * src/importldif.c
1532         * src/importldif.h
1533         * src/importmutt.c
1534         * src/importmutt.h
1535         * src/importpine.c
1536         * src/importpine.h
1537         * src/inc.c
1538         * src/inc.h
1539         * src/jpilot.c
1540         * src/jpilot.h
1541         * src/ldapctrl.c
1542         * src/ldapctrl.h
1543         * src/ldaplocate.c
1544         * src/ldaplocate.h
1545         * src/ldapquery.c
1546         * src/ldapquery.h
1547         * src/ldapserver.c
1548         * src/ldapserver.h
1549         * src/ldaputil.c
1550         * src/ldaputil.h
1551         * src/ldif.c
1552         * src/ldif.h
1553         * src/localfolder.c
1554         * src/localfolder.h
1555         * src/main.c
1556         * src/main.h
1557         * src/mainwindow.c
1558         * src/mainwindow.h
1559         * src/manual.c
1560         * src/manual.h
1561         * src/matcher.c
1562         * src/matcher.h
1563         * src/matcher_parser.h
1564         * src/matcher_parser_lex.l
1565         * src/matcher_parser_parse.y
1566         * src/mbox.c
1567         * src/mbox.h
1568         * src/message_search.c
1569         * src/message_search.h
1570         * src/messageview.c
1571         * src/messageview.h
1572         * src/mh.c
1573         * src/mh.h
1574         * src/mh_gtk.c
1575         * src/mh_gtk.h
1576         * src/mimeview.c
1577         * src/mimeview.h
1578         * src/msgcache.c
1579         * src/msgcache.h
1580         * src/mutt.c
1581         * src/mutt.h
1582         * src/news.c
1583         * src/news.h
1584         * src/news_gtk.c
1585         * src/news_gtk.h
1586         * src/noticeview.c
1587         * src/noticeview.h
1588         * src/partial_download.c
1589         * src/partial_download.h
1590         * src/pine.c
1591         * src/pine.h
1592         * src/pop.c
1593         * src/pop.h
1594         * src/prefs_account.c
1595         * src/prefs_account.h
1596         * src/prefs_actions.c
1597         * src/prefs_actions.h
1598         * src/prefs_common.c
1599         * src/prefs_common.h
1600         * src/prefs_compose_writing.c
1601         * src/prefs_compose_writing.h
1602         * src/prefs_customheader.c
1603         * src/prefs_customheader.h
1604         * src/prefs_display_header.c
1605         * src/prefs_display_header.h
1606         * src/prefs_ext_prog.c
1607         * src/prefs_ext_prog.h
1608         * src/prefs_filtering.c
1609         * src/prefs_folder_column.c
1610         * src/prefs_folder_column.h
1611         * src/prefs_folder_item.c
1612         * src/prefs_folder_item.h
1613         * src/prefs_fonts.c
1614         * src/prefs_fonts.h
1615         * src/prefs_gtk.c
1616         * src/prefs_gtk.h
1617         * src/prefs_image_viewer.c
1618         * src/prefs_image_viewer.h
1619         * src/prefs_matcher.c
1620         * src/prefs_matcher.h
1621         * src/prefs_message.c
1622         * src/prefs_message.h
1623         * src/prefs_msg_colors.c
1624         * src/prefs_msg_colors.h
1625         * src/prefs_other.c
1626         * src/prefs_other.h
1627         * src/prefs_quote.c
1628         * src/prefs_quote.h
1629         * src/prefs_receive.c
1630         * src/prefs_receive.h
1631         * src/prefs_send.c
1632         * src/prefs_send.h
1633         * src/prefs_spelling.c
1634         * src/prefs_spelling.h
1635         * src/prefs_summaries.c
1636         * src/prefs_summaries.h
1637         * src/prefs_summary_column.c
1638         * src/prefs_summary_column.h
1639         * src/prefs_template.c
1640         * src/prefs_template.h
1641         * src/prefs_themes.c
1642         * src/prefs_themes.h
1643         * src/prefs_toolbar.c
1644         * src/prefs_toolbar.h
1645         * src/prefs_wrapping.c
1646         * src/prefs_wrapping.h
1647         * src/privacy.c
1648         * src/privacy.h
1649         * src/procheader.c
1650         * src/procheader.h
1651         * src/procmime.c
1652         * src/procmime.h
1653         * src/procmsg.c
1654         * src/procmsg.h
1655         * src/quote_fmt.c
1656         * src/quote_fmt_parse.y
1657         * src/recv.c
1658         * src/recv.h
1659         * src/remotefolder.c
1660         * src/remotefolder.h
1661         * src/send_message.c
1662         * src/send_message.h
1663         * src/setup.c
1664         * src/setup.h
1665         * src/sourcewindow.c
1666         * src/sourcewindow.h
1667         * src/ssl_manager.c
1668         * src/ssl_manager.h
1669         * src/statusbar.c
1670         * src/statusbar.h
1671         * src/stock_pixmap.c
1672         * src/stock_pixmap.h
1673         * src/summary_search.c
1674         * src/summary_search.h
1675         * src/summaryview.c
1676         * src/summaryview.h
1677         * src/syldap.c
1678         * src/syldap.h
1679         * src/textview.c
1680         * src/textview.h
1681         * src/toolbar.c
1682         * src/toolbar.h
1683         * src/undo.c
1684         * src/undo.h
1685         * src/unmime.c
1686         * src/unmime.h
1687         * src/vcard.c
1688         * src/vcard.h
1689         * src/wizard.c
1690         * src/wizard.h
1691         * src/common/base64.c
1692         * src/common/base64.h
1693         * src/common/defs.h
1694         * src/common/hooks.c
1695         * src/common/hooks.h
1696         * src/common/log.c
1697         * src/common/log.h
1698         * src/common/mgutils.c
1699         * src/common/mgutils.h
1700         * src/common/nntp.c
1701         * src/common/nntp.h
1702         * src/common/passcrypt.c
1703         * src/common/passcrypt.h.in
1704         * src/common/plugin.c
1705         * src/common/plugin.h
1706         * src/common/prefs.c
1707         * src/common/prefs.h
1708         * src/common/progressindicator.c
1709         * src/common/progressindicator.h
1710         * src/common/quoted-printable.c
1711         * src/common/quoted-printable.h
1712         * src/common/session.c
1713         * src/common/session.h
1714         * src/common/smtp.c
1715         * src/common/smtp.h
1716         * src/common/socket.c
1717         * src/common/socket.h
1718         * src/common/ssl.c
1719         * src/common/ssl.h
1720         * src/common/stringtable.c
1721         * src/common/stringtable.h
1722         * src/common/sylpheed.c
1723         * src/common/sylpheed.h
1724         * src/common/template.c
1725         * src/common/template.h
1726         * src/common/timing.h
1727         * src/common/utils.c
1728         * src/common/utils.h
1729         * src/common/version.h.in
1730         * src/common/xml.c
1731         * src/common/xml.h
1732         * src/common/xmlprops.c
1733         * src/common/xmlprops.h
1734         * src/gtk/about.c
1735         * src/gtk/colorlabel.c
1736         * src/gtk/colorlabel.h
1737         * src/gtk/colorsel.c
1738         * src/gtk/colorsel.h
1739         * src/gtk/combobox.c
1740         * src/gtk/combobox.h
1741         * src/gtk/description_window.c
1742         * src/gtk/description_window.h
1743         * src/gtk/filesel.c
1744         * src/gtk/filesel.h
1745         * src/gtk/foldersort.c
1746         * src/gtk/foldersort.h
1747         * src/gtk/gtkaspell.c
1748         * src/gtk/gtkaspell.h
1749         * src/gtk/gtksctree.c
1750         * src/gtk/gtkshruler.c
1751         * src/gtk/gtkshruler.h
1752         * src/gtk/gtkutils.c
1753         * src/gtk/gtkutils.h
1754         * src/gtk/icon_legend.c
1755         * src/gtk/icon_legend.h
1756         * src/gtk/logwindow.c
1757         * src/gtk/logwindow.h
1758         * src/gtk/manage_window.c
1759         * src/gtk/manage_window.h
1760         * src/gtk/pluginwindow.c
1761         * src/gtk/pluginwindow.h
1762         * src/gtk/prefswindow.c
1763         * src/gtk/prefswindow.h
1764         * src/gtk/quicksearch.c
1765         * src/gtk/quicksearch.h
1766         * src/pixmaps/claws-mail.xpm
1767         * src/pixmaps/claws-mail_icon.xpm
1768         * src/pixmaps/claws-mail_logo.xpm
1769         * src/pixmaps/sylpheed-claws.xpm
1770         * src/pixmaps/sylpheed-claws_icon.xpm
1771         * src/pixmaps/sylpheed-claws_logo.xpm
1772         * src/plugins/bogofilter/Makefile.am
1773         * src/plugins/bogofilter/bogofilter.c
1774         * src/plugins/bogofilter/bogofilter.h
1775         * src/plugins/bogofilter/bogofilter_gtk.c
1776         * src/plugins/clamav/Makefile.am
1777         * src/plugins/clamav/clamav_plugin.c
1778         * src/plugins/clamav/clamav_plugin.h
1779         * src/plugins/clamav/clamav_plugin_gtk.c
1780         * src/plugins/demo/Makefile.am
1781         * src/plugins/demo/demo.c
1782         * src/plugins/dillo_viewer/Makefile.am
1783         * src/plugins/dillo_viewer/README
1784         * src/plugins/dillo_viewer/dillo_prefs.c
1785         * src/plugins/dillo_viewer/dillo_prefs.h
1786         * src/plugins/dillo_viewer/dillo_viewer.c
1787         * src/plugins/pgpcore/Makefile.am
1788         * src/plugins/pgpcore/passphrase.c
1789         * src/plugins/pgpcore/passphrase.h
1790         * src/plugins/pgpcore/pgp_viewer.c
1791         * src/plugins/pgpcore/pgp_viewer.h
1792         * src/plugins/pgpcore/plugin.c
1793         * src/plugins/pgpcore/prefs_gpg.c
1794         * src/plugins/pgpcore/prefs_gpg.h
1795         * src/plugins/pgpcore/select-keys.c
1796         * src/plugins/pgpcore/select-keys.h
1797         * src/plugins/pgpcore/sgpgme.c
1798         * src/plugins/pgpcore/sgpgme.h
1799         * src/plugins/pgpcore/sylpheed.def
1800         * src/plugins/pgpcore/version.rc
1801         * src/plugins/pgpinline/Makefile.am
1802         * src/plugins/pgpinline/pgpinline.c
1803         * src/plugins/pgpinline/pgpinline.h
1804         * src/plugins/pgpinline/plugin.c
1805         * src/plugins/pgpinline/sylpheed.def
1806         * src/plugins/pgpinline/version.rc
1807         * src/plugins/pgpmime/Makefile.am
1808         * src/plugins/pgpmime/pgpmime.c
1809         * src/plugins/pgpmime/pgpmime.h
1810         * src/plugins/pgpmime/plugin.c
1811         * src/plugins/pgpmime/sylpheed.def
1812         * src/plugins/pgpmime/version.rc
1813         * src/plugins/spamassassin/Makefile.am
1814         * src/plugins/spamassassin/README
1815         * src/plugins/spamassassin/spamassassin.c
1816         * src/plugins/spamassassin/spamassassin.h
1817         * src/plugins/spamassassin/spamassassin_gtk.c
1818         * src/plugins/trayicon/Makefile.am
1819         * src/plugins/trayicon/trayicon.c
1820         * tools/OOo2sylpheed.pl
1821         * tools/README
1822         * tools/README.sylprint
1823         * tools/acroread2sylpheed.pl
1824         * tools/claws.i18n.status.pl
1825         * tools/filter_conv.pl
1826         * tools/filter_conv_new.pl
1827         * tools/freshmeat_search.pl
1828         * tools/google_search.pl
1829         * tools/kmail2sylpheed.pl
1830         * tools/kmail2sylpheed_v2.pl
1831         * tools/make.themes.project
1832         * tools/multiwebsearch.pl
1833         * tools/nautilus2sylpheed.sh
1834         * tools/outlook2sylpheed.pl
1835         * tools/sylprint.pl
1836         * tools/sylprint.rc
1837         * tools/tb2sylpheed
1838         * tools/textviewer.sh
1839         * tools/vcard2xml.py
1840         * tools/kdeservicemenu/README
1841         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1842         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1843         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1844                 Change name to Claws Mail. Announce to follow...
1845
1846 2006-11-06 [wwp]        2.6.0cvs6
1847
1848         * src/prefs_template.c
1849                 unify messages related to quote format/template errors (fix
1850                 capitalization), again.
1851
1852 2006-11-06 [wwp]        2.6.0cvs5
1853
1854         * src/prefs_quote.c
1855                 unify messages related to quote format/template errors.
1856
1857 2006-11-06 [wwp]        2.6.0cvs4
1858
1859         * src/prefs_msg_colors.c
1860                 more uses of Q_ macro for contextual translations, thanks
1861                 to Fabien (fzzzzz).
1862
1863 2006-11-06 [wwp]        2.6.0cvs3
1864
1865         * src/compose.c
1866         * src/common/utils.c
1867         * src/common/utils.h
1868                 show an alertpanel to make sure users are aware that sensitive
1869                 files are attached (it's file blacklist-based). This will fix
1870                 interaction w/ GoogleEarth for instance, thanks to Colin.
1871
1872 2006-11-06 [wwp]        2.6.0cvs2
1873
1874         * src/prefs_quote.c
1875         * src/prefs_template.c
1876         * src/prefs_template.h
1877                 check quote format when applying/closing prefs. For now this only
1878                 shows up an error dialog box, not preventing the user from using
1879                 a broken quote (reply, forwards) format.
1880
1881 2006-11-06 [wwp]        2.6.0cvs1
1882
1883         * src/prefs_template.c
1884                 fix missing checks of some template fields.
1885
1886 2006-11-06 [paul]       2.6.0
1887
1888         * NEWS
1889         * README
1890         * RELEASE_NOTES
1891                 2.6.0 released
1892
1893 2006-11-06 [paul]       2.5.6cvs22
1894
1895         * manual/advanced.xml
1896         * manual/es/advanced.xml
1897                 put 'respect_flowed_format' info in the correct
1898                 place
1899
1900 2006-11-06 [mones]      2.5.6cvs21
1901
1902         * po/es.po
1903                 Minor fixes for release
1904
1905 2006-11-06 [paul]       2.5.6cvs20
1906
1907         * po/cs.po
1908         * po/de.po
1909         * po/fr.po
1910         * po/it.po
1911         * po/nl.po
1912         * po/pt_BR.po
1913         * po/sk.po
1914         * po/sv.po
1915         * po/zh_CN.po
1916                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
1917                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
1918                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
1919                 Young
1920
1921 2006-11-02 [colin]      2.5.6cvs19
1922
1923         * src/imap.c
1924         * src/imap.h
1925         * src/prefs_account.c
1926         * src/etpan/imap-thread.c
1927                 Add GSSAPI support - fixes Debian bug #383274
1928
1929 2006-11-01 [colin]      2.5.6cvs18
1930
1931         * src/jpilot.c
1932                 Handle libpisock12 support. Probably
1933                 fixes bug 1046, 'jpilot AddressDB.pdb 
1934                 import fail'
1935
1936 2006-11-01 [colin]      2.5.6cvs17
1937
1938         * src/folderutils.c
1939                 debug_print() folderutils_mark_all_read()
1940
1941 2006-11-01 [colin]      2.5.6cvs16
1942
1943         * COPYING
1944                 Add missed files to the Apache exception
1945
1946 2006-10-31 [colin]      2.5.6cvs15
1947
1948         * src/folder.c
1949         * src/folder.h
1950                 Add a copy_private_data() func to FolderClasses
1951                 Doesn't break the feature freeze, because we 
1952                 won't use it (right now) in the core.
1953
1954 2006-10-31 [colin]      2.5.6cvs14
1955
1956         * COPYING
1957                 Allow linking with the Apache licensed files in
1958                 src/plugins/spamassassin. Hopefully fixes 
1959                 bug 1048, 'Spamassassin plugin license problem'
1960
1961 2006-10-31 [wwp]        2.5.6cvs13
1962
1963         * src/compose.c
1964                 fix and optimize trimming of leading linefeeds in body loop.
1965
1966 2006-10-31 [colin]      2.5.6cvs12
1967
1968         * src/etpan/imap-thread.c
1969         * src/imap.c
1970                 Make really sure to have NULL sets in case
1971                 of error
1972
1973 2006-10-30 [wwp]        2.5.6cvs11
1974
1975         * src/prefs_common.c
1976         * src/prefs_common.h
1977         * src/compose.c
1978                 fix broken storage of quote format template when it contains \-escape
1979                 sequences. The application of such sequences is also fixed now (\t
1980                 in quote format will be a real tab instead of a 't', for instance).
1981
1982 2006-10-27 [colin]      2.5.6cvs10
1983
1984         * src/compose.c
1985                 Probably fix bug 1045, 'sylpheed-claws 
1986                 doesn't remove the mail from the IMAP 
1987                 Queue folder after sending'. From
1988                 2.5.6cvs3-stable
1989
1990 2006-10-27 [colin]      2.5.6cvs9
1991
1992         * configure.ac
1993                 Require libetpan-0.48. I'm so annoying,
1994                 I know ;-)
1995
1996 2006-10-27 [colin]      2.5.6cvs8
1997
1998         * src/folder.c
1999         * src/imap.c
2000                 Probably fix bug 1044, 'sylpheed-claws 
2001                 segfaults while moving mails' - Fix relation
2002                 usage when moving to an IMAP mailbox from another
2003                 mailbox
2004
2005 2006-10-26 [paul]       2.5.6cvs7
2006
2007         * src/gtk/about.c
2008                 add libSM to compiled-in features
2009                 list
2010
2011 2006-10-24 [colin]      2.5.6cvs6
2012
2013         * src/textview.c
2014         * src/gtk/gtkutils.c
2015                 Fix crash when printing emails with an
2016                 xface
2017
2018 2006-10-24 [mones]      2.5.6cvs5
2019
2020         * manual/es/advanced.xml
2021                 Synchronize hidden option respect_flowed_format
2022         * po/es.po
2023                 Updated translation
2024
2025 2006-10-21 [paul]       2.5.6cvs4
2026
2027         * src/gtk/authors.h
2028         * src/plugins/pgpcore/pgp_viewer.c
2029         * src/plugins/pgpcore/sgpgme.c
2030                 fix building on BSDs
2031                 Thanks to Michael Hughes
2032                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2033
2034 2006-10-20 [colin]      2.5.6cvs3
2035
2036         * configure.ac
2037                 Bump up libetpan requirement
2038                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
2039         * src/common/utils.c
2040         * src/common/utils.h
2041                 Add convenience get_file_mtime()
2042         * src/imap.c
2043         * src/etpan/imap-thread.c
2044         * src/etpan/imap-thread.h
2045                 Implement UIDPLUS support if the server
2046                 supports it - faster sending in this case
2047
2048 2006-10-19 [colin]      2.5.6cvs2
2049
2050         * src/gtk/quicksearch.c
2051                 Fix emptying in type-ahead+extended mode
2052         * src/mainwindow.c
2053         * src/mainwindow.h
2054                 Add a hook for offline state change
2055         * src/plugins/trayicon/trayicon.c
2056                 Use it to display offline icons
2057         * src/plugins/trayicon/Makefile.am
2058         * src/plugins/trayicon/newmail.offline.xpm
2059         * src/plugins/trayicon/newmarkedmail.offline.xpm
2060         * src/plugins/trayicon/nomail.offline.xpm
2061         * src/plugins/trayicon/unreadmail.offline.xpm
2062         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
2063                 Add the icons
2064
2065 2006-10-12 [paul]       2.5.6cvs1
2066
2067         * NEWS
2068         * README
2069         * configure.ac
2070                 Update version number following
2071                 stable release
2072
2073 2006-10-19 [colin]      2.5.5cvs18
2074
2075         * manual/handling.xml
2076                 Add type-ahead search
2077
2078 2006-10-18 [colin]      2.5.5cvs17
2079
2080         * src/gtk/quicksearch.c
2081                 Remove "save to history only if there's
2082                 no syntax error", it breaks for some 
2083                 reason which I'll investigate later.
2084
2085 2006-10-18 [colin]      2.5.5cvs16
2086
2087         * src/prefs_common.c
2088         * src/prefs_common.h
2089         * src/summaryview.c
2090         * src/gtk/quicksearch.c
2091         * src/gtk/quicksearch.h
2092                 Add a type-ahead option for fast searches
2093                 Patch by Fabien Vantard
2094
2095 2006-10-18 [colin]      2.5.5cvs15
2096
2097         * src/compose.c
2098         * src/compose.h
2099                 Add Options/Reply mode/ menu to be able to
2100                 change the recipients of a reply on the fly
2101
2102 2006-10-18 [colin]      2.5.5cvs14
2103
2104         * src/compose.c
2105                 Fix redirecting of our own sent mails
2106
2107 2006-10-17 [wwp]        2.5.5cvs13
2108
2109         * src/send_message.c
2110                 Fix duplicate error messages when sending, and missing
2111                 newline in such error messages.
2112
2113 2006-10-17 [colin]      2.5.5cvs12
2114
2115         * src/compose.c
2116                 Compare addresses case-insensitive
2117
2118 2006-10-17 [colin]      2.5.5cvs11
2119
2120         * src/plugins/pgpcore/sgpgme.c
2121                 Fix return status
2122
2123 2006-10-17 [colin]      2.5.5cvs10
2124
2125         * src/plugins/pgpcore/pgp_viewer.c
2126                 Fix return status
2127
2128 2006-10-17 [colin]      2.5.5cvs9
2129
2130         * src/quote_fmt.c
2131                 Fix a typo (thanks to Fabien)
2132
2133 2006-10-16 [colin]      2.5.5cvs8
2134
2135         * src/textview.c
2136                 Fix problem with quote-folding when emails
2137                 don't convert cleanly to UTF-8
2138
2139 2006-10-14 [colin]      2.5.5cvs7
2140
2141         * src/prefs_template.c
2142                 Reset fields when reopening
2143                 the window
2144
2145 2006-10-13 [paul]       2.5.5cvs6
2146
2147         * manual/advanced.xml
2148         * src/prefs_message.c
2149                 make 'respect_flowed_format' a hidden
2150                 option, and add a manual entry for it
2151                 Thanks to Colin
2152
2153 2006-10-12 [colin]      2.5.5cvs5
2154
2155         * src/codeconv.c
2156                 Revert part of 2.5.2cvs21:
2157                 Don't optimise by reusing the 
2158                 last iconv converter if possible:
2159                 it seems slightly broken in a 
2160                 very hard way to reproduce
2161
2162 2006-10-12 [colin]      2.5.5cvs4
2163
2164         * src/prefs_common.c
2165         * src/prefs_common.h
2166         * src/prefs_message.c
2167         * src/procmime.c
2168                 Fix bug 1035, 'Incorrect handling 
2169                 of flowed lines'. We now optionnaly
2170                 handle this format (preference is in
2171                 Message View/Text options section)
2172
2173 2006-10-12 [colin]      2.5.5cvs3
2174
2175         * po/POTFILES.in
2176                 Add new file
2177         * src/plugins/pgpcore/pgp_viewer.c
2178         * src/plugins/pgpcore/sgpgme.c
2179                 Don't try to import without asking
2180
2181 2006-10-12 [colin]      2.5.5cvs2
2182
2183         * src/compose.c
2184                 Fix bug 1036, 'Forwarding a mutlipart
2185                 mail with a "text/html" block to ms
2186                 outlook users leeds to freeze of
2187                 outlook'. Poor outlook users...
2188
2189 2006-10-12 [paul]       2.5.5cvs1
2190
2191         * NEWS
2192         * README
2193         * configure.ac
2194                 Update version number following
2195                 stable release
2196
2197 2006-10-11 [paul]       2.5.4cvs1
2198
2199         * NEWS
2200         * README
2201         * configure.ac
2202                 Update version number following
2203                 stable release
2204
2205 2006-10-11 [paul]       2.5.3cvs32
2206
2207         * src/textview.c
2208                 fix bug 1032, 'Segmentation fault when showing
2209                 message' (bug in quote folding)
2210                 Thanks to Colin
2211
2212 2006-10-10 [colin]      2.5.3cvs31
2213
2214         * src/quote_fmt.c
2215                 Rephrase english a bit
2216
2217 2006-10-10 [colin]      2.5.3cvs30
2218
2219         * src/prefs_compose_writing.c
2220                 Stop making the page larger than the window
2221
2222 2006-10-10 [wwp]        2.5.3cvs29
2223
2224         * src/compose.c
2225         * src/prefs_template.c
2226         * src/quote_fmt.c
2227         * src/quote_fmt.h
2228         * src/quote_fmt_lex.l
2229         * src/quote_fmt_parse.y
2230                 Extend the quote parser a bit: allow to get access to
2231                 basic (composing) account info.
2232
2233 2006-10-10 [colin]      2.5.3cvs28
2234
2235         * src/procheader.c
2236                 Fix this \t problem in subject
2237
2238 2006-10-09 [colin]      2.5.3cvs27
2239
2240         * src/main.c
2241         * src/prefs_gtk.c
2242                 Prepare cache a bit later
2243                 If section already exists, skip the new one 
2244                 (as previously); avoid writing the same block
2245                 twice - if we find a second block with the 
2246                 same id, skip it.
2247         * src/plugins/pgpcore/pgp_viewer.c
2248                 Set cursor to busy when retrieving a key
2249         * src/plugins/pgpcore/sgpgme.c
2250                 allow 5 seconds for gpg to export the key
2251                 
2252
2253 2006-10-09 [colin]      2.5.3cvs26
2254
2255         * configure.ac
2256         * src/msgcache.c
2257         * src/prefs_gtk.c
2258                 Check for existence of fgets_unlocked
2259                 and fwrite_unlocked
2260
2261 2006-10-09 [paul]       2.5.3cvs25
2262
2263         * src/prefs_summaries.c
2264                 replace strftime() with fast_strftime() and in
2265                 the consequence fix the bug in the display of
2266                 AM/PM in the 'Example' string
2267
2268 2006-10-09 [ticho]      2.5.3cvs24
2269
2270         * po/sk.po
2271                 Updated (and fixed up somewhat) Slovak translation.
2272
2273 2006-10-08 [colin]      2.5.3cvs23
2274
2275         * src/prefs_folder_item.c
2276                 Explain why prefs in the top-level folder
2277                 aren't retained, but are still useful
2278
2279 2006-10-08 [colin]      2.5.3cvs22
2280
2281         * src/prefs_gtk.c
2282                 Don't cache anything if caching fails
2283
2284 2006-10-08 [colin]      2.5.3cvs21
2285
2286         * src/common/utils.c
2287                 always include gi18n.h
2288
2289 2006-10-07 [colin]      2.5.3cvs20
2290
2291         * src/plugins/pgpcore/pgp_viewer.c
2292                 Kill gpg after 5 seconds wait
2293
2294 2006-10-07 [colin]      2.5.3cvs19
2295
2296         * src/plugins/pgpcore/pgp_viewer.c
2297         * src/plugins/pgpcore/pgp_viewer.h
2298                 Fix copyright
2299
2300 2006-10-07 [colin]      2.5.3cvs18
2301
2302         * src/plugins/pgpcore/pgp_viewer.c
2303         * src/plugins/pgpcore/pgp_viewer.h
2304                 Actually add the files to CVS
2305
2306 2006-10-07 [colin]      2.5.3cvs17
2307
2308         * src/plugins/pgpcore/sgpgme.c
2309                 Be sure not to crash on 'application/pgp-signature' that
2310                 are not application/pgp-signatures
2311
2312 2006-10-07 [colin]      2.5.3cvs16
2313
2314         * src/textview.c
2315         * src/textview.h
2316                 Make a bit more of the API available
2317         * src/plugins/pgpcore/Makefile.am
2318         * src/plugins/pgpcore/plugin.c
2319         * src/plugins/pgpcore/sgpgme.c
2320                 Add basic key import/export
2321
2322 2006-10-07 [colin]      2.5.3cvs15
2323
2324         * src/folderview.c
2325         * src/imap.c
2326         * src/prefs_account.c
2327         * src/wizard.c
2328                 Warn users *everywhere* if libetpan's not
2329                 linked in
2330
2331 2006-10-06 [mones]      2.5.3cvs14
2332
2333         * po/de.po
2334         * po/es.po
2335                 updated by Stephan Sachse and me
2336
2337 2006-10-06 [colin]      2.5.3cvs13
2338
2339         * src/main.c
2340         * src/common/sylpheed.c
2341                 Don't load common plugins if --exit is passed
2342         * src/prefs_gtk.c
2343         * src/prefs_gtk.h
2344                 Implement a cache to avoid reading the same
2345                 files over and over again at startup
2346
2347 2006-10-06 [colin]      2.5.3cvs12
2348
2349         * src/summaryview.c
2350         * src/gtk/quicksearch.c
2351                 Update display every 5k mails on fast searches
2352
2353 2006-10-06 [colin]      2.5.3cvs11
2354
2355         * src/textview.c
2356                 Don't do quote folding on HTML or ERTF.
2357                 May fix the Cygwin issues if they were
2358                 happening with HTML mails?
2359
2360 2006-10-05 [colin]      2.5.3cvs10
2361
2362         * src/prefs_gtk.c
2363                 Oops, forgot one
2364
2365 2006-10-05 [colin]      2.5.3cvs9
2366
2367         * src/prefs_gtk.c
2368                 Use unlocked_stdio here too
2369
2370 2006-10-05 [colin]      2.5.3cvs8
2371
2372         * src/folderview.c
2373                 Fix go to next * after preferences apply
2374         * src/msgcache.c
2375                 Do the fd lock/unlock ourselves instead of
2376                 letting the libc do it at each write 
2377
2378 2006-10-05 [colin]      2.5.3cvs7
2379
2380         * src/common/utils.c
2381                 Faster division, thanks to Jean Diraison
2382
2383 2006-10-05 [paul]       2.5.3cvs6
2384
2385         * src/common/utils.c
2386                 fix building with --disable-nls
2387
2388 2006-10-04 [colin]      2.5.3cvs5
2389
2390         * src/folder.c
2391                 Maybe fix a segfault
2392
2393 2006-10-04 [wwp]        2.5.3cvs4
2394
2395         * src/prefs_folder_item.c
2396                 Fine-tune layouts in folder item prefs. Suggested by
2397                 Fabien Vantard <fzzzzz@gmail.com>.
2398
2399 2006-10-04 [wwp]        2.5.3cvs3
2400
2401         * src/prefs_folder_item.c
2402                 Kill the clandestine passengers. You didn't see anything.
2403
2404 2006-10-04 [wwp]        2.5.3cvs2
2405
2406         * src/prefs_folder_item.c
2407                 Add a way to test the subject simplify regexp in
2408                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
2409                 w/ few layout changes.
2410
2411 2006-20-04 [paul]       2.5.3cvs1
2412
2413         * NEWS
2414         * README
2415         * configure.ac
2416                 Update version number following
2417                 stable release
2418
2419 2006-10-04 [colin]      2.5.2cvs42
2420
2421         * src/folder.c
2422         * src/folder.h
2423         * src/summaryview.c
2424                 Provide a way for folder classes to set their sort
2425                 type and key
2426
2427 2006-10-03 [colin]      2.5.2cvs41
2428
2429         * src/mh.c
2430                 Don't use strlen() to know if the
2431                 string's empty
2432
2433 2006-10-03 [colin]      2.5.2cvs40
2434
2435         * src/mh.c
2436                 Fix "check for new folders" with accentued folders
2437
2438 2006-10-03 [ticho]      2.5.2cvs39
2439
2440         * src/filtering.c
2441         * src/folder.c
2442         * src/inc.c
2443         * src/mbox.c
2444                 Colin's fix for "copy" filtering rules.
2445
2446 2006-10-02 [colin]      2.5.2cvs38
2447
2448         * src/folderview.c
2449                 Fix for double-click too
2450
2451 2006-10-02 [colin]      2.5.2cvs37
2452
2453         * src/folderview.c
2454                 correct fix for cvs36
2455
2456 2006-10-02 [colin]      2.5.2cvs36
2457
2458         * src/folderview.c
2459                 Fix 'goto next unread' after collapsing/expanding 
2460                 a node.
2461
2462 2006-10-02 [colin]      2.5.2cvs35
2463
2464         * src/summaryview.c
2465                 Fix double freeze/thaw
2466         * src/common/utils.c
2467         * src/common/utils.h
2468                 Reimplement strftime
2469         * src/procheader.c
2470                 Use it
2471
2472
2473 2006-10-02 [colin]      2.5.2cvs34
2474
2475         * src/mh.c
2476                 Time mh_write_sequences() - it's fast
2477         * src/summaryview.c
2478                 Init a variable to shut up gcc
2479
2480 2006-10-01 [colin]      2.5.2cvs33
2481
2482         * src/folder.c
2483         * src/mh.c
2484         * src/mh.h
2485         * src/msgcache.c
2486                 Add helper mh_set_mtime(), and set mtime to stat()'s result
2487                 Add fsync but disable it, it's slow as hell
2488
2489 2006-10-01 [colin]      2.5.2cvs32
2490
2491         * src/mh.c
2492         * src/msgcache.c
2493                 fflush() caches and mh_sequences before
2494                 fclose()ing
2495
2496 2006-10-01 [colin]      2.5.2cvs31
2497
2498         * src/msgcache.c
2499                 Don't ftruncate when not using mmap
2500
2501 2006-09-30 [colin]      2.5.2cvs30
2502
2503         * src/main.c
2504                 Write folder list *after* saving caches
2505
2506 2006-09-30 [colin]      2.5.2cvs29
2507
2508         * src/folder.c
2509         * src/mh.c
2510                 Debug forced mtime changes
2511
2512 2006-09-30 [colin]      2.5.2cvs28
2513
2514         * src/folder.c
2515         * src/main.c
2516                 Remove useless debug_print()s (code
2517                 well-tested)
2518
2519 2006-09-30 [colin]      2.5.2cvs27
2520
2521         * src/mh.c
2522                 Do stuff faster when writing mh_sequences
2523
2524 2006-09-30 [colin]      2.5.2cvs26
2525
2526         * src/mh.c
2527                 Don't let the writing of .mh_sequences, which
2528                 can change the folder's mtime, let us think
2529                 we need to scan.
2530
2531 2006-09-30 [colin]      2.5.2cvs25
2532
2533         * src/folder.c
2534                 Move a debug_print where it belongs 
2535                 (processing)
2536         * src/summaryview.c
2537                 Don't mess with a huge slow subject
2538                 table if we're not threading by
2539                 subject
2540
2541 2006-09-30 [colin]      2.5.2cvs24
2542
2543         * src/msgcache.c
2544                 Reenable mmaped reads (*not* writes!)
2545         * src/procmsg.c
2546                 Don't destroy and recreate hashtables just
2547                 for fun
2548         * src/common/utils.c
2549                 Remove useless reply prefixes (it's case
2550                 unsensitive)
2551
2552 2006-09-30 [wwp]        2.5.2cvs23
2553
2554         * tools/fix_date.sh
2555                 Fixed a minor bug in date value extraction, added a switch
2556                 to replace non RFC-compliant Date: value, added a switch
2557                 to use strict RFC matching patterns for dates.
2558
2559 2006-09-29 [colin]      2.5.2cvs22
2560
2561         * src/matcher_parser.h
2562         * src/matcher_parser_parse.y
2563         * src/prefs_filtering.c
2564         * src/statusbar.c
2565         * src/summary_search.c
2566         * src/summaryview.c
2567         * src/gtk/quicksearch.c
2568         * src/gtk/quicksearch.h
2569                 Optimise searches by setting different
2570                 refresh intervals (depending if the 
2571                 search is fast or not)
2572
2573 2006-09-29 [colin]      2.5.2cvs21
2574
2575         * src/codeconv.c
2576                 Optimise by reusing the last iconv converter
2577                 if possible
2578         * src/textview.c
2579                 Optimise a bit (the foldable quotes feature
2580                 still has an awful O(n^2) algo
2581
2582 2006-09-29 [colin]      2.5.2cvs20
2583
2584         * src/gtk/gtksctree.c
2585         * src/gtk/gtksctree.h
2586                 Optimise de-selection via up/down or
2587                 another key
2588
2589 2006-09-28 [colin]      2.5.2cvs19
2590
2591         * src/action.c
2592         * src/compose.c
2593         * src/folderview.c
2594         * src/mainwindow.c
2595         * src/messageview.c
2596         * src/summary_search.c
2597         * src/toolbar.c
2598                 Avoid using summaryview->ctree directly
2599
2600 2006-09-28 [colin]      2.5.2cvs18
2601
2602         * src/summaryview.c
2603         * src/summaryview.h
2604                 Add helpers to freeze/thaw/grab_focus
2605                 Factorize calls to freeze/thaw/grab_focus
2606                 
2607
2608 2006-09-28 [colin]      2.5.2cvs17
2609
2610         * src/main.c
2611                 More guards for the session management
2612
2613 2006-09-28 [colin]      2.5.2cvs16
2614
2615         * src/folderview.c
2616         * src/gtk/gtksctree.c
2617         * src/gtk/gtksctree.h
2618                 Make expanding not recursive in folderview
2619
2620 2006-09-28 [colin]      2.5.2cvs15
2621
2622         * src/addressbook.c
2623                 If nothing is selected in the list (right part)
2624                 and a group is selected in the tree (left part),
2625                 mail this group.
2626
2627 2006-09-28 [colin]      2.5.2cvs14
2628
2629         * src/Makefile.am
2630                 Actually use SM_LIBS
2631
2632 2006-09-28 [ticho]      2.5.2cvs13
2633
2634         * src/export.c
2635         * src/messageview.c
2636         * src/mimeview.c
2637         * src/news.c
2638         * src/pop.c
2639         * src/prefs_themes.c
2640         * src/procmsg.c
2641                 Small i18n string optimization.
2642         * src/send_message.c
2643         * src/summaryview.c
2644         * src/common/session.c
2645         * src/common/smtp.c
2646         * src/common/ssl_certificate.c
2647         * src/common/utils.c
2648                 Use "Couldn't" instead of "Can't" in UI messages,
2649                 where appropriate.
2650
2651 2006-09-28 [colin]      2.5.2cvs12
2652
2653         * configure.ac
2654                 Possibly fix link errors
2655
2656 2006-09-27 [wwp]        2.5.2cvs11
2657
2658         * src/gtk/authors.h
2659         * doc/man/sylpheed-claws.1
2660         * manual/ack.xml
2661         * manual/es/ack.xml
2662         * manual/fr/ack.xml
2663         * manual/pl/ack.xml
2664                 Updated authors info (me, myself and I).
2665
2666 2006-09-27 [colin]      2.5.2cvs10
2667
2668         * src/addressbook.c
2669                 Remove useless printf
2670
2671 2006-09-27 [wwp]        2.5.2cvs9
2672
2673         * src/editgroup.c
2674         * src/send_message.c
2675         * src/inc.c
2676         * src/prefs_common.c
2677         * src/prefs_common.h
2678         * src/gtk/progressdialog.c
2679                 remember more windows' sizes (send dialog, received dialog,
2680                 edit group in addressbook).
2681
2682 2006-09-27 [colin]      2.5.2cvs8
2683
2684         * configure.ac
2685         * src/main.c
2686         * src/mainwindow.h
2687                 Use libSM to communicate with the session
2688                 manager, so that we can know when the 
2689                 session ends, save our caches, and draft
2690                 our compose windows.
2691
2692 2006-09-27 [colin]      2.5.2cvs7
2693
2694         * src/addressbook.c
2695                 Fix issues:
2696                 o Allow Book and Group creation from the tree's
2697                   contextual menu
2698                 o Do not actually delete the contacts when 
2699                   deleting groups from the tree (duh!)
2700
2701 2006-09-27 [colin]      2.5.2cvs6
2702
2703         * src/compose.c
2704         * src/compose.h
2705         * src/mainwindow.c
2706         * src/textview.c
2707         * src/toolbar.c
2708                 o Allow passing an email address to 
2709                   compose_new_with_folderitem
2710                 o Update callers
2711                 o Use current folderitem when clicking
2712                   on a TextView mailto: link
2713                 o Fix a possible leak in TextView
2714
2715 2006-09-27 [colin]      2.5.2cvs5
2716
2717         * src/html.c
2718                 Use UTF-8 chars to replace HTML entities
2719
2720 2006-09-27 [colin]      2.5.2cvs4
2721
2722         * AUTHORS
2723         * src/prefs_account.c
2724         * src/gtk/authors.h
2725                 Fix bug #1024 (Array index out of
2726                 range in sylpheed-claws-2.5.2)
2727                 Patch by Ales Nosek <anosek@suse.cz>
2728
2729 2006-09-27 [colin]      2.5.2cvs3
2730
2731         * src/addr_compl.c
2732                 Actually do the test
2733
2734 2006-09-27 [colin]      2.5.2cvs2
2735
2736         * src/addr_compl.c
2737         * src/addr_compl.h
2738                 Allow completing with comma (in certain cases: vCalendar
2739                 for example doesn't support that)
2740                 Patch by Fabien Vantard
2741
2742 2006-09-26 [colin]      2.5.2cvs1
2743
2744         * src/Makefile.am
2745         * src/addr_compl.c
2746         * src/addr_compl.h
2747         * src/addrbook.c
2748         * src/addrbook.h
2749         * src/addressbook.c
2750         * src/addrindex.c
2751         * src/addrindex.h
2752         * src/compose.c
2753         * src/prefs_common.c
2754         * src/prefs_filtering_action.c
2755         * src/prefs_folder_item.c
2756         * src/prefs_template.c
2757         * src/stock_pixmap.c
2758         * src/stock_pixmap.h
2759         * src/pixmaps/addr_one.xpm
2760         * src/pixmaps/addr_two.xpm
2761                 Add auto-completion on groups
2762
2763 2006-09-26 [colin]      2.5.2
2764
2765         * NEWS
2766         * README
2767         * RELEASE_NOTES
2768                 2.5.2 released
2769
2770 2006-09-26 [colin]      2.5.1cvs5
2771
2772         * src/matcher.c
2773                 Fix condition
2774
2775 2006-09-26 [colin]      2.5.1cvs4
2776
2777         * src/mbox.c
2778                 Revert cvs1 (useless as the message is printed 
2779                 every 500 mails)
2780
2781 2006-09-26 [colin]      2.5.1cvs3
2782
2783         * src/partial_download.c
2784                 Fix crasher found by Alexsandar Urosevic
2785
2786 2006-09-26 [colin]      2.5.1cvs2
2787
2788         * src/summaryview.c
2789                 Fix bug #1023 (Sylpheed deletes too much messages)
2790
2791 2006-09-26 [ticho]      2.5.1cvs1
2792
2793         * src/mbox.c
2794                 Make use of gettext's multiple plurals for statusbar
2795                 progress message.
2796
2797 2006-09-25 [paul]       2.5.1
2798
2799         * NEWS
2800         * README
2801         * RELEASE_NOTES
2802                 2.5.1 released
2803
2804 2006-09-25 [colin]      2.5.0cvs3
2805
2806         * src/plugins/bogofilter/bogofilter.c
2807         * src/plugins/clamav/clamav_plugin.c
2808         * src/plugins/spamassassin/spamassassin.c
2809                 BogoFilter, Spamassassin: Fix double hook registering after
2810                 visiting preferences
2811                 Spamassassin, Clamav: Just set the mails to move instead of
2812                 doing the move - caller will move the things at once.
2813
2814 2006-09-25 [colin]      2.5.0cvs2
2815
2816         * src/imap.c
2817         * src/etpan/imap-thread.c
2818                 Use UID SEARCH ALL instead of UID 1:*
2819                 (braindead servers can't figure out that's
2820                 the same...)
2821
2822 2006-09-25 [wwp]        2.5.0cvs1
2823
2824         * src/message_search.c
2825                 Added the ability to stop a running search (in message body).
2826
2827 2006-09-25 [paul]       2.5.0
2828
2829         * NEWS
2830         * README
2831         * RELEASE_NOTES
2832                 2.5.0 released
2833
2834 2006-09-25 [paul]       2.4.0cvs214
2835
2836         * po/cs.po
2837         * po/de.po
2838         * po/fi.po
2839         * po/fr.po
2840         * po/nl.po
2841         * po/pt_BR.po
2842         * po/sk.po
2843         * po/sr.po
2844         * po/zh_CN.po
2845                 updated by Tim, Stephan Sachse, Flammie Pirinen,
2846                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
2847                 Ticho, Aleksander Urosevic, Ralgh Young
2848
2849 2006-09-24 [mones]      2.4.0cvs213
2850
2851         * po/es.po
2852                 Updated for release
2853
2854 2006-09-23 [colin]      2.4.0cvs212
2855
2856         * src/gtk/inputdialog.c
2857                 Fix [ ] remember this appearing in normal
2858                 input dialogs after it's been used by
2859                 mimeview.
2860         * src/folder.c
2861         * src/folderview.c
2862         * src/msgcache.c
2863         * src/procmsg.c
2864         * src/summaryview.c
2865         * src/textview.c
2866         * src/common/timing.h
2867                 Enable timings in debug mode and make it
2868                 look prettier.
2869
2870 2006-09-22 [colin]      2.4.0cvs211
2871
2872         * README
2873                 Revert test change
2874         * commitHelper
2875                 ping the correct URI
2876
2877 2006-09-22 [colin]      2.4.0cvs210
2878
2879         * README
2880                 Let's see if bug #1022 is fixed
2881
2882 2006-09-21 [colin]      2.4.0cvs209
2883
2884         * src/wizard.c
2885         * src/common/plugin.c
2886                 Prepare infra to load predefined plugins when
2887                 no configuration existed. Don't actually load
2888                 anything yet (feat. freeze)
2889
2890 2006-09-21 [wwp]        2.4.0cvs208
2891
2892         * manual/fr/faq.xml
2893                 Partial sync w/ 2.4.0cvs72:
2894                 wrap file and minor updates.
2895
2896 2006-09-21 [wwp]        2.4.0cvs207
2897
2898         * tools/fix_date.sh
2899                 several fixes and enhancements. A new --force switch has been
2900                 added to prevent overriding by default Date: header when
2901                 already existing.
2902
2903 2006-09-21 [paul]       2.4.0cvs206
2904
2905         * src/common/utils.c
2906                 add Chinese UTF8 Re prefix
2907
2908 2006-09-21 [wwp]        2.4.0cvs205
2909
2910         * tools/Makefile.am
2911                 Fics alfabettical order.
2912
2913 2006-09-21 [wwp]        2.4.0cvs204
2914
2915         * tools/fix_date.sh
2916         * tools/Makefile.am
2917                 Added an action tool to fix missing Date field in emails.
2918                 Updated Makefile.am to reflect those last two additions.
2919
2920 2006-09-21 [wwp]        2.4.0cvs203
2921
2922         * tools/uuooffice
2923                 Added a action tool to open uuencoded docs w/
2924                 OpenOffice (based on uudec method).
2925
2926 2006-09-21 [colin]      2.4.0cvs202
2927
2928         * src/compose.c
2929         * src/textview.c
2930                 Workaround possible GTK crash: remove selection 
2931                 clipboard before destroying widget, or GTK+-2.10
2932                 dies. Thanks to Hiro.
2933
2934 2006-09-20 [colin]      2.4.0cvs201
2935
2936         * src/compose.c
2937                 Fix free-after-use in some cases (when 
2938                 procmime_encode_content() frees mimeinfo->data.mem
2939                 and turns it to a temp file)
2940
2941 2006-09-20 [colin]      2.4.0cvs200
2942
2943         * src/folderview.c
2944         * src/summaryview.c
2945         * src/gtk/gtksctree.c
2946         * src/gtk/gtksctree.h
2947                 Add tooltips in the folderview and summaryview
2948                 (Doesn't break string freeze as they already
2949                 exist)
2950         * src/toolbar.c
2951                 Put the spam button in the default configuration
2952                 if compiled with bogo plugin too
2953
2954 2006-09-19 [colin]      2.4.0cvs199
2955
2956         * src/summaryview.c
2957         * src/summaryview.h
2958                 Update folder name label on folder rename
2959         * src/prefs_matcher.c
2960         * src/gtk/logwindow.h
2961                 Fix warnings
2962                 Patches by Fabien
2963
2964 2006-09-19 [wwp]        2.4.0cvs198
2965
2966         * src/summary_search.c
2967                 fix can't click forward/backward buttons in the
2968                 search messages.
2969
2970 2006-09-18 [paul]       2.4.0cvs197
2971
2972         * src/wizard.c
2973                 add missing bracket, capitalise the A of
2974                 'SpamAssassin'
2975
2976 2006-09-18 [paul]       2.4.0cvs196
2977
2978         * src/compose.c
2979                 fix bug 1012 'crashed upon sending mail
2980                 from compose window'
2981                 Thanks to Colin
2982
2983 2006-09-16 [colin]      2.4.0cvs195
2984
2985         * src/folderview.c
2986                 Fix "real-time" sorting by freezing/thawing
2987
2988 2006-09-16 [colin]      2.4.0cvs194
2989
2990         * manual/faq.xml
2991                 Fix the anti-spam entry a bit
2992
2993 2006-09-16 [colin]      2.4.0cvs193
2994
2995         * src/wizard.c
2996                 Make sure reviewers have no excuse when stating
2997                 Sylpheed-Claws doesn't have antispam capabilities.
2998
2999 2006-09-16 [colin]      2.4.0cvs192
3000
3001         * src/main.c
3002                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
3003                 as if the SIGPIPE comes from etpan's thread we could
3004                 trigger a GUI update from this thread.
3005
3006 2006-09-16 [colin]      2.4.0cvs191
3007
3008         * src/summaryview.c
3009                 Init all members of the struct
3010
3011 2006-09-16 [paul]       2.4.0cvs190
3012
3013         * src/account.c
3014                 improvements to the English
3015
3016 2006-09-15 [colin]      2.4.0cvs189
3017
3018         * src/summaryview.c
3019                 HIG order on dialog
3020
3021 2006-09-14 [colin]      2.4.0cvs188
3022
3023         * src/common/socket.c
3024         * src/common/socket.h
3025         * src/common/ssl.c
3026         * src/common/ssl_certificate.c
3027         * src/common/ssl_certificate.h
3028         * src/etpan/imap-thread.c
3029                 the get_fqdn() call done to get canonical name when
3030                 checking an SSL certificate is blocking, which is
3031                 sad as we just did a non-blocking lookup to connect.
3032                 Fix that by letting the fqdn available to the SockInfo,
3033                 and use that in ssl_certificate_check(). For IMAP,
3034                 we don't do it as the lookup's done by libetpan, but
3035                 it's less annoying as IMAP connections as much more
3036                 rare than POP3 connections.
3037
3038 2006-09-14 [paul]       2.4.0cvs187
3039
3040         * manual/advanced.xml
3041                 improvements to the English,
3042                 properly place the new hidden options
3043                 within the alphabetical order
3044         * src/gtk/pluginwindow.c
3045                 improvements to the English
3046
3047 2006-09-14 [colin]      2.4.0cvs186
3048
3049         * src/prefs_common.c
3050         * src/prefs_common.h
3051         * src/gtk/gtksctree.c
3052         * manual/advanced.xml
3053                 New hidden pref, stripes_color_offset, to change
3054                 the value added/substracted to normal bgcolor to
3055                 create the stripes in summaries
3056
3057 2006-09-13 [colin]      2.4.0cvs185
3058
3059         * src/gedit-print.c
3060         * src/messageview.c
3061         * src/messageview.h
3062         * src/summaryview.c
3063         * src/textview.c
3064                 Fix misc. printing issues: 
3065                 - Bad font for linkified headers
3066                 - Different font if the mail was displayed or not
3067                 - Factorize the thing
3068
3069 2006-09-13 [colin]      2.4.0cvs184
3070
3071         * src/common/ssl_certificate.c
3072                 Only get FQDN once when checking certificate
3073
3074 2006-09-13 [colin]      2.4.0cvs183
3075
3076         * src/account.c
3077         * src/gtk/pluginwindow.c
3078                 Misc. GUI fixes by Fabien
3079
3080 2006-09-13 [wwp]        2.4.0cvs182
3081
3082         * configure.ac
3083         * src/common/utils.h
3084         * src/common/utils.c
3085                 get rid of unused wide-char functions.
3086
3087 2006-09-13 [wwp]        2.4.0cvs181
3088
3089         * src/plugins/pgpinline/sylpheed.def
3090         * src/textview.c
3091                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
3092                 add privacy_reset_error to the .def file,
3093                 do not fork for an external textviewer.
3094
3095 2006-09-13 [wwp]        2.4.0cvs180
3096
3097         * src/prefs_common.c
3098                 fix broken font entry in prefs (patch issued by the gpg4win team,
3099                 probably by Marcus Brinkmann <marcus@g10code.de>).
3100
3101 2006-09-13 [colin]      2.4.0cvs179
3102
3103         * src/folder.h
3104                 Fix a warning in summaryview.c
3105         * src/mainwindow.c
3106         * src/summaryview.c
3107         * src/summaryview.h
3108                 Add missing Mark/* elements in the
3109                 main menu
3110
3111 2006-09-12 [colin]      2.4.0cvs178
3112
3113         * src/prefs_actions.c
3114         * src/prefs_filtering_action.c
3115         * src/prefs_matcher.c
3116                 Use (New) instead of New everywhere
3117
3118 2006-09-12 [wwp]        2.4.0cvs177
3119
3120         * manual/fr/addrbook.xml
3121         * manual/fr/handling.xml
3122                 updated some quotes in the fr manual to match the fr translation.
3123
3124 2006-09-12 [wwp]        2.4.0cvs176
3125
3126         * src/prefs_matcher.c
3127                 don't store translated string elements in matcher expressions.
3128                 Also fixed a misused of Q_().
3129
3130 2006-09-11 [wwp]        2.4.0cvs175
3131
3132         * src/plugins//bogofilter/bogofilter.c
3133         * src/plugins//clamav/clamav_plugin.c
3134         * src/plugins//demo/demo.c
3135         * src/plugins//dillo_viewer/dillo_viewer.c
3136         * src/plugins//pgpcore/plugin.c
3137         * src/plugins//pgpinline/plugin.c
3138         * src/plugins//pgpmime/plugin.c
3139         * src/plugins//spamassassin/spamassassin.c
3140                 gettext-ize more strings (mostly plugin error messages).
3141
3142 2006-09-11 [colin]      2.4.0cvs174
3143
3144         * src/alertpanel.c
3145                 Make maximum buffer size bigger to avoid
3146                 truncating translated messages. Patch by
3147                 Fabien
3148
3149 2006-09-11 [colin]      2.4.0cvs173
3150
3151         * src/etpan/imap-thread.c
3152                 Fix compilation on OpenBSD, thanks to 
3153                 Landry
3154
3155 2006-09-10 [wwp]        2.4.0cvs172
3156
3157         * manual/account.xml
3158         * manual/addrbook.xml
3159         * manual/handling.xml
3160         * manual/es/handling.xml
3161         * manual/fr/account.xml
3162         * manual/fr/addrbook.xml
3163         * manual/fr/handling.xml
3164                 documented addressbook matching (condition configuration):
3165                   addrbook.xml, en fr
3166                 documented per-account filtering rules (handling/filtering
3167                   section, account section):
3168                   account.xml, handling.xml, en fr
3169                 slightly updated the handling/searching section to tell few
3170                   words about the extended search ability:
3171                   handling.xml, en fr
3172                 added missing <quote></quotes> to Quick Search:
3173                   handling.xml, en fr es
3174                 fixed a typo (auomatically):
3175                   handling.xml, en
3176                 changes revisited by Paul.
3177
3178 2006-09-10 [paul]       2.4.0cvs171
3179
3180         * src/prefs_actions.c
3181         * src/prefs_filtering.c
3182         * src/prefs_template.c
3183                 adjustments to the gui
3184                 Patch by Fabien Vantard (slightly modified)
3185
3186 2006-09-10 [colin]      2.4.0cvs170
3187
3188         * src/summaryview.c
3189                 Check folderitem/summaryview consistency
3190                 (basically automates Update summary). Fixes
3191                 #1011 (wrong (negative) count on unread 
3192                 messages)
3193
3194 2006-09-10 [colin]      2.4.0cvs169
3195
3196         * src/gtk/gtksctree.c
3197                 Fix recursive expansion via mouse
3198         * src/plugins/bogofilter/bogofilter.c
3199                 Use normal filtering way of moving
3200                 messages (batching), possibly fixing
3201                 bug #1015 (Bogofilter plugin doubles 
3202                 new messages)
3203
3204 2006-09-09 [wwp]        2.4.0cvs168
3205
3206         * src/prefs_filtering.c
3207                 better place for this fix.
3208
3209 2006-09-09 [wwp]        2.4.0cvs167
3210
3211         * src/prefs_filtering.c
3212                 fix a minor bug when the enabled status of a filtering/processing
3213                 rule always got set to TRUE when replacing this rule. That still
3214                 make sense when adding a new rule, but now when replacing, we
3215                 don't override the value of 'enabled'.
3216                 Also renamed the func prefs_filtering_list_view_get_rule_name()
3217                 to prefs_filtering_list_view_get_info() as this function not only
3218                 returns the name, but also the account_id and the enabled status.
3219
3220 2006-09-09 [mones]      2.4.0cvs166
3221
3222         * manual/glossary.xml
3223         * manual/plugins.xml
3224                 Minor format corrections
3225         * manual/gpl.xml
3226                 Fix misplaced NO WARRANTY section
3227         * manual/es/advanced.xml
3228         * manual/es/faq.xml
3229         * manual/es/glossary.xml
3230         * manual/es/gpl.xml
3231         * manual/es/handling.xml
3232         * manual/es/plugins.xml
3233         * manual/es/starting.xml
3234                 Incorporate changes from English version
3235         * manual/fr/ack.xml
3236         * manual/pl/ack.xml
3237         * manual/es/ack.xml
3238                 Fix address, (add translation credits in es version)
3239         * po/es.po
3240                 Updated translation
3241
3242 2006-09-09 [wwp]        2.4.0cvs165
3243
3244         * src/prefs_filtering.c
3245                 fix a crash when opening filtering prefs, if matcherrc file contains
3246                 broken data (non-existing account id, which is theoretically not
3247                 possible).
3248
3249 2006-09-08 [colin]      2.4.0cvs164
3250
3251         * src/folder.c
3252                 Wrong assert, make it an if()
3253         * src/gtk/gtksctree.c
3254                 Fix bug #1013 (expand selected thread 
3255                 tree) - expanding is now recursive
3256
3257 2006-09-07 [wwp]        2.4.0cvs163
3258
3259         * src/prefs_matcher.c
3260                 make better sentences about addressbook matching in the
3261                 matcher prefs. This should make translators' work easier
3262                 too.
3263
3264 2006-09-07 [wwp]        2.4.0cvs162
3265
3266         * src/prefs_filtering.c
3267                 code simplification (get rid of dup var. assignment).
3268
3269 2006-09-07 [wwp]        2.4.0cvs161
3270
3271         * src/summaryview.c
3272                 use GTK_STOCK icons when possible, patch by Fabien Vantard
3273                 <fzzzzz@gmail.com>.
3274
3275 2006-09-07 [paul]       2.4.0cvs160
3276
3277         * src/mimeview.c
3278                 fix compilation warnings
3279                 Thanks to Colin
3280
3281 2006-09-07 [paul]       2.4.0cvs159
3282
3283         * src/mimeview.c
3284                 select the mimepart icon when
3285                 displaying as text
3286                 Thanks to Colin
3287
3288 2006-09-06 [paul]       2.4.0cvs158
3289
3290         * src/prefs_filtering.c
3291                 fix labels and table element spacing
3292                 Patch by Fabien Vantard
3293
3294 2006-09-06 [paul]
3295
3296         2.5.0-rc3 released
3297
3298 2006-09-06 [paul]       2.4.0cvs157
3299
3300         * manual/es/advanced.xml
3301                 fix typo
3302
3303 2006-09-06 [wwp]        2.4.0cvs156
3304
3305         * src/mainwindow.c
3306                 fix an dup launch issue when iconified, thanks to Colin.
3307
3308 2006-09-06 [wwp]        2.4.0cvs155
3309
3310         * src/gtk//gtksctree.h
3311                 oops, forgot that one!
3312
3313 2006-09-06 [wwp]        2.4.0cvs154
3314
3315         * manual/pl/advanced.xml
3316         * manual/advanced.xml
3317         * manual/es/advanced.xml
3318         * manual/fr/advanced.xml
3319         * src/prefs_customheader.c
3320         * src/prefs_filtering_action.c
3321         * src/foldersel.c
3322         * src/prefs_summaries.c
3323         * src/prefs_filtering.c
3324         * src/account.c
3325         * src/compose.c
3326         * src/prefs_summary_column.c
3327         * src/addr_compl.c
3328         * src/prefs_actions.c
3329         * src/prefs_folder_column.c
3330         * src/ssl_manager.c
3331         * src/prefs_template.c
3332         * src/prefs_display_header.c
3333         * src/prefs_common.h
3334         * src/prefs_matcher.c
3335         * src/prefs_common.c
3336         * src/prefs_toolbar.c
3337         * src/summaryview.c
3338         * src/folderview.c
3339         * src/gtk/gtksctree.c
3340         * src/gtk/pluginwindow.c
3341         * src/gtk/progressdialog.c
3342         * src/gtk/prefswindow.c
3343                 renamed hidden option enable_rules_hint to use_stripes_everywhere
3344                 to make its meaning more obvious (all versions of the manual reflect
3345                 the change).
3346                 added an extra hidden option use_stripes_in_summary to allow
3347                 discarding these stripes in mainwindow's folder and message lists;
3348                 en and fr manuals only are OK towards this.
3349
3350 2006-09-06 [colin]      2.4.0cvs153
3351
3352         * src/textview.c
3353                 Hide Sylpheed-Claws' internal queue headers
3354                 when showing all headers. They'll be present
3355                 only in Source window.
3356
3357 2006-09-05 [colin]      2.4.0cvs152
3358
3359         * src/plugins/trayicon/trayicon.c
3360                 Fix crash at exit - we have to disconnect
3361                 our handlers
3362         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3363                 Update eggtrayicon - patch adapted from a
3364                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
3365                 on Sylpheed's ML
3366
3367 2006-09-05 [colin]      2.4.0cvs151
3368
3369         * src/mainwindow.c
3370         * src/gtk/logwindow.c
3371                 Fix race condition when something writes
3372                 to the log too soon during init. Thanks
3373                 to Fabien Vantard
3374
3375 2006-09-05 [colin]      2.4.0cvs150
3376
3377         * src/mimeview.c
3378                 Don't select part on right-click either
3379
3380 2006-09-05 [paul]       2.4.0cvs149
3381
3382         * src/mimeview.c
3383                 completion of previous commit
3384                 Thanks to Colin
3385
3386 2006-09-05 [colin]      2.4.0cvs148
3387
3388         * src/mimeview.c
3389                 Don't force selection on middle-click, just open
3390
3391 2006-09-04 [colin]      2.4.0cvs147
3392
3393         * src/mimeview.c
3394                 Looks like gtk_notebook_set_current_page()
3395                 sometimes steals focus, and this annoys us
3396                 in MimeViewers as it renders navigation
3397                 keys useless. Take back focus after switching
3398                 pages.
3399
3400 2006-09-04 [colin]      2.4.0cvs146
3401
3402         * src/messageview.c
3403                 Set stop_loading when clicking on Next
3404                 during load. Don't add a callback to 
3405                 avoid over-complicating things.
3406
3407 2006-09-04 [colin]      2.4.0cvs145
3408
3409         * src/mimeview.c
3410         * src/messageview.c
3411                 Fix multiple loads in separate messageview
3412
3413 2006-09-04 [colin]      2.4.0cvs144
3414
3415         * src/summaryview.c
3416                 Let navigation keys be handled during 
3417                 load
3418
3419 2006-09-04 [colin]      2.4.0cvs143
3420
3421         * src/messageview.c
3422         * src/summaryview.c
3423         * src/textview.c
3424         * src/textview.h
3425                 Make loading of huge mails (lots of text and/or
3426                 images) cancellable, so the GUI doesn't block 
3427
3428 2006-09-04 [colin]      2.4.0cvs142
3429
3430         * src/plugins/trayicon/trayicon.c
3431                 Fix annoyance when removing a folder with 
3432                 unread mails: trayicon didn't update
3433
3434 2006-09-04 [paul]       2.4.0cvs141
3435
3436         * src/gtk/icon_legend.c
3437                 straighten up columns
3438                 Patch by Fabien Vantard
3439
3440 2006-09-04 [wwp]        2.4.0cvs140
3441
3442         * src/prefs_filtering.c
3443                 fix new line's account name in filtering prefs:
3444                 was "All", is now "(New)".
3445
3446 2006-09-04 [paul]       2.4.0cvs139
3447
3448         * tools/make.themes.project
3449                 use "AUTOMAKE_OPTIONS = dist-bzip2"
3450                 instead of homebrewed "make release"
3451
3452 2006-09-03 [colin]      2.4.0cvs138
3453
3454         * src/folderview.c
3455                 Fix bug #1007 (Wrong folder highlighted)
3456
3457 2006-09-03 [colin]      2.4.0cvs137
3458
3459         * src/compose.c
3460                 Don't set Newsgroup: header to a mail folder
3461                 path
3462
3463 2006-09-03 [paul]       2.4.0cvs136
3464
3465         * src/prefs_other.c
3466         * src/prefs_spelling.c
3467                 unify the gui
3468
3469 2006-09-03 [paul]       2.4.0cvs135
3470
3471         * src/prefs_summaries.c
3472                 correct menu item text in prefs_keybind_apply_clicked()
3473
3474 2006-09-03 [paul]       2.4.0cvs134
3475
3476         * manual/advanced.xml
3477                 some improvements to the descriptions
3478         * src/mainwindow.c
3479         * src/messageview.c
3480         * src/summaryview.c
3481         * src/gtk/menu.c
3482                 fix menu sensitivity issues
3483         * src/prefs_message.c
3484                 drop the useless word 'short'
3485         * src/prefs_other.c
3486                 add the word 'lines' indicating log length
3487                 is a measure of lines
3488         * src/textview.c
3489                 fix compilation warnings
3490
3491 2006-09-02 [colin]      2.4.0cvs133
3492
3493         * src/messageview.c
3494                 Display a special return-receipt message
3495                 if the message is from the user
3496         * src/summaryview.c
3497                 Fix missing freeze of the list when marking
3498                 all read and unthreading for exec. Thanks
3499                 to Stephan Sachse.
3500
3501 2006-09-02 [paul]       2.4.0cvs132
3502
3503         * src/mainwindow.c
3504         * src/prefs_message.c
3505         * src/summaryview.c
3506                 fix some english
3507
3508 2006-09-02 [wwp]        2.4.0cvs131
3509
3510         * src/prefs_filtering.c
3511                 added an account name column to the filtering rules
3512                 dialog.
3513
3514 2006-09-02 [colin]      2.4.0cvs130
3515
3516         * src/gtk/logwindow.c
3517         * src/gtk/logwindow.h
3518                 Block scrolling if we're not at the end
3519                 of the log
3520
3521 2006-09-02 [colin]      2.4.0cvs129
3522
3523         * src/folder.c
3524                 Make sure account-specific rules can't
3525                 be used in {pre-,post-,}processing
3526         * src/mainwindow.c
3527         * src/gtk/logwindow.c
3528         * src/gtk/logwindow.h
3529                 Jump to last error when clicking on the
3530                 warning icon
3531
3532 2006-09-02 [colin]      2.4.0cvs128
3533
3534         * src/imap.c
3535         * src/import.c
3536         * src/mainwindow.c
3537         * src/mainwindow.h
3538                 Fix warning icon
3539         * src/inc.c
3540         * src/mbox.c
3541         * src/mbox.h
3542                 Let proc_mbox know its account, for
3543                 account-specific rules
3544
3545 2006-09-01 [colin]      2.4.0cvs127
3546
3547         * src/codeconv.c
3548                 Don't uselessly use iconv to convert from
3549                 us-ascii
3550         * src/alertpanel.c
3551         * src/mainwindow.c
3552         * src/mainwindow.h
3553         * src/inc.c
3554                 Fix certain log cases, disable warning icon
3555                 for now, the correct way to display it when
3556                 necessary and only when necessary is probably
3557                 to do it manually rather than use error logs
3558         * src/etpan/imap-thread.c
3559                 Clean up UID logging a bit
3560         * src/gtk/logwindow.c
3561         * src/gtk/logwindow.h
3562                 Make logging faster when the window's closed
3563
3564 2006-09-01 [wwp]        2.4.0cvs126
3565
3566         * manual/fr/account.xml
3567                 reflect changes to the ref. manual (parts of cvs72):
3568                 fix tabnames and quotes.
3569
3570 2006-09-01 [wwp]        2.4.0cvs125
3571
3572         * manual/fr/plugins.xml
3573                 reflect changes to the reference manual (cvs42):
3574                 update IRC channel info.
3575
3576 2006-09-01 [wwp]        2.4.0cvs124
3577
3578         * commitHelper
3579                 use CVSEDITOR env. var. if set, according to `man cvs`.
3580
3581 2006-09-01 [wwp]        2.4.0cvs123
3582
3583         * manual/advanced.xml
3584                 better sentence again (thanks to Paul).
3585
3586 2006-09-01 [wwp]        2.4.0cvs122
3587
3588         * manual/advanced.xml
3589         fix definition of toolbar_detachable and rework a bit the one of
3590         enable_dotted_lines.
3591
3592 2006-09-01 [mones]      2.4.0cvs121
3593
3594         * manual/advanced.xml
3595                 Document enable_dotted_lines
3596
3597 2006-09-01 [paul]       2.4.0cvs120
3598
3599         * src/folderview.c
3600         * src/folderview.h
3601         * src/imap.c
3602         * src/mainwindow.c
3603         * src/summaryview.c
3604                 obey the 'When entering folder...' option
3605                 when using the /View/Go to/... menu items
3606                 Thanks to Colin
3607
3608 2006-08-31 [colin]      2.4.0cvs119
3609
3610         * src/folderview.c
3611                 Revert 2.4.0cvs116, wrong fix.
3612
3613 2006-08-31 [colin]      2.4.0cvs118
3614
3615         * src/gtk/gtksctree.c
3616                 Better state the various copyrights
3617
3618 2006-08-31 [colin]      2.4.0cvs117
3619
3620         * src/prefs_common.c
3621                 fix enable_dotted_lines
3622
3623 2006-08-31 [colin]      2.4.0cvs116
3624
3625         * src/folderview.c
3626                 Use pref "Always open on select" when going
3627                 to next unread folder
3628         * src/gtk/gtksctree.c
3629                 Fix link failure to _gtk_clist_create_cell_layout
3630                 on certain computers. (Why not mine, I wonder)
3631
3632 2006-08-31 [colin]      2.4.0cvs115
3633
3634         * src/procmsg.c
3635         * src/textview.c
3636         * src/plugins/bogofilter/bogofilter.c
3637         * src/plugins/spamassassin/spamassassin.c
3638                 Requalify some "errors" to warnings
3639         * src/mainwindow.c
3640         * src/mainwindow.h
3641         * src/statusbar.c
3642                 Add an icon in the statusbar to notify
3643                 of errors
3644         * src/gtk/gtksctree.c
3645         * src/folderview.c
3646         * src/summaryview.c
3647                 Make the GtkSCTree look more modern by
3648                 alternating background lines
3649         * src/prefs_common.c
3650         * src/prefs_common.h
3651                 Add a pref to let people have the old
3652                 way if they prefer
3653
3654
3655 2006-08-30 [colin]      2.4.0cvs114
3656
3657         * src/procmsg.c
3658         * src/procmsg.h
3659                 Provide a way to filter a list of
3660                 messages in an optimised manner, and
3661                 add a list-filtering hook
3662         * src/folder.c
3663         * src/inc.c
3664         * src/mbox.c
3665                 Use the list filtering
3666         * src/plugins/bogofilter/bogofilter.c
3667                 Use the list-filtering hook
3668                 Use -b (bulk) mode for more speed
3669                 when learning and filtering
3670         * src/etpan/imap-thread.c
3671                 Make log output shorter in UID SEARCH
3672
3673
3674 2006-08-30 [colin]      2.4.0cvs113
3675
3676         * src/plugins/bogofilter/bogofilter.c
3677                 Really fast mass learning - thanks to David
3678                 Relson for the options explanations :)
3679
3680 2006-08-30 [colin]      2.4.0cvs112
3681
3682         * src/msgcache.c
3683                 Fix compilation on FreeBSD. Thanks
3684                 to Michael Hugues
3685
3686 2006-08-29 [colin]      2.4.0cvs111
3687
3688         * src/folderview.c
3689                 Handle "popup_menu" signal (for popping the 
3690                 menu via the keyboard)
3691         * src/mimeview.c
3692         * src/mimeview.h
3693         * src/summaryview.c
3694         * src/textview.c
3695         * src/gtk/gtkutils.c
3696         * src/gtk/gtkutils.h
3697                 Factorize scrolling code, and add an API 
3698                 for MimeViewers to handle scroll orders
3699
3700 2006-08-29 [wwp]        2.4.0cvs110
3701
3702         * src/plugins//bogofilter/bogofilter.c
3703         * src/plugins//spamassassin/spamassassin.c
3704                 make the bogofilter/spamassassin filtering error dialogs at
3705         incorporation obey to the "don't popup error dialog on
3706         receive error" option. If disabled, feed the log window w/
3707         the error message.
3708
3709 2006-08-29 [paul]
3710
3711         2.5.0-rc2 released
3712
3713 2006-08-29 [paul]       2.4.0cvs109
3714
3715         * Makefile.am
3716                 remove 'make release', it's not needed
3717                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
3718
3719 2006-08-29 [paul]       2.4.0cvs108
3720
3721         * src/foldersel.c
3722         * src/summary_search.c
3723         * src/gtk/progressdialog.c
3724         * src/plugins/pgpcore/passphrase.c
3725                 replace deprecated gtk_window_set_policy()
3726
3727 2006-08-29 [colin]      2.4.0cvs107
3728
3729         * src/folder.c
3730                 Fix data loss when copy fails during a move:
3731                 only use fast remove_msgs if everything was
3732                 copied OK; else use slow remove_msg on the
3733                 mails that got copied only.
3734
3735 2006-08-28 [paul]       2.4.0cvs106
3736
3737         * src/mh.c
3738                 revert change in 2.4.0cvs104, it breaks
3739                 stuff
3740
3741 2006-08-28 [paul]       2.4.0cvs105
3742
3743         * src/plugins/spamassassin/spamassassin.c
3744                 english fix
3745
3746 2006-08-28 [paul]       2.4.0cvs104
3747
3748         * src/mh.c
3749                 fix data loss when moving to another
3750                 mailbox fails
3751         * src/prefs_spelling.c
3752                 improve the english
3753         * src/gtk/pluginwindow.c
3754                 improve the layout of the dialog text
3755         All thanks to Colin
3756
3757 2006-08-28 [paul]       2.4.0cvs103
3758
3759         * src/plugins/bogofilter/bogofilter.c
3760         * src/plugins/bogofilter/bogofilter_gtk.c
3761                 fix english up a bit, innit
3762
3763 2006-08-28 [paul]       2.4.0cvs102
3764
3765         * configure.ac
3766         * po/Makefile.in.in
3767         * po/Makevars
3768                 require autoconf 2.60, enabling building
3769                 with gettext 0.15 (gettext 0.14.x build still
3770                 possible). Replace Makefiles with versions
3771                 from gettext 0.15.
3772                 Remove configure options --with-localedir and
3773                 --with-mandir. The options that are provided
3774                 directly by autoconf 2.60 can be used instead:
3775                 --mandir --localedir
3776
3777 2006-08-27 [colin]      2.4.0cvs101
3778
3779         * src/plugins/bogofilter/Makefile.am
3780                 Fix make dist (no README)
3781
3782 2006-08-27 [colin]      2.4.0cvs100
3783
3784         * src/folder.c
3785                 Don't use F_UNKNOWN folders for any default
3786                 outbox/trash/etc
3787         * src/plugins/bogofilter/bogofilter.c
3788         * src/plugins/bogofilter/bogofilter.h
3789         * src/plugins/bogofilter/bogofilter_gtk.c
3790                 Add an option to specify the path to bogofilter
3791                 Use single-quotes to be able to learn in folders
3792                 with spaces in their names
3793                 Verify learning status
3794
3795 2006-08-27 [colin]      2.4.0cvs99
3796
3797         * manual/faq.xml
3798         * manual/plugins.xml
3799                 Document Bogofilter plugin
3800
3801 2006-08-27 [colin]      2.4.0cvs98
3802
3803         * src/compose.c
3804         * src/messageview.c
3805         * src/procmsg.c
3806         * src/procmsg.h
3807                 When possible, copy the queued mail to sent folder
3808                 instead of re-adding. Much faster on IMAP.
3809
3810 2006-08-27 [colin]      2.4.0cvs97
3811
3812         * src/msgcache.c
3813                 Disable mmaped caches - huge metadata loss
3814                 here after a power failure.
3815         * src/summaryview.c
3816                 Add quicksearch timing
3817         * src/common/plugin.c
3818         * src/common/plugin.h
3819                 Implement an interface to tell what plugins
3820                 provide. Prevent loading of similar plugins.
3821         * src/plugins/clamav/clamav_plugin.c
3822         * src/plugins/demo/demo.c
3823         * src/plugins/dillo_viewer/dillo_viewer.c
3824         * src/plugins/pgpcore/plugin.c
3825         * src/plugins/pgpinline/pgpinline.c
3826         * src/plugins/pgpmime/pgpmime.c
3827         * src/plugins/spamassassin/spamassassin.c
3828         * src/plugins/trayicon/trayicon.c
3829                 Implement plugin_provides()
3830
3831 2006-08-27 [colin]      2.4.0cvs96
3832
3833         * configure.ac
3834         * src/plugins/Makefile.am
3835         * src/plugins/bogofilter/.cvsignore
3836         * src/plugins/bogofilter/Makefile.am
3837         * src/plugins/bogofilter/bogofilter.c
3838         * src/plugins/bogofilter/bogofilter.h
3839         * src/plugins/bogofilter/bogofilter_gtk.c
3840                 New Bogofilter plugin, provides filtering and
3841                 learning. Spamassassin will go to extra plugins.
3842
3843 2006-08-26 [mones]      2.4.0cvs95
3844
3845         * manual/handling.xml
3846                 Fix subfolder path in the example (thanks to Paul) 
3847
3848 2006-08-26 [mones]      2.4.0cvs94
3849
3850         * manual/glossary.xml
3851                 2.2. + add ISP to the glossary
3852                 7.5. + Add UIDL to glossary
3853                 7.7. + Add TCP to glossary
3854         * manual/handling.xml
3855                 7.1. + Mentions GNU/Linux distribution, what about the non...
3856                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
3857                 7.3. + Mentions .bashrc, what about the non-bash ones? 
3858                 7.4. = Use appropriate quotation for commands
3859                 7.6. = change "" to <quote></quote>
3860         * manual/plugins.xml
3861                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
3862         * manual/starting.xml
3863                 2.1. + local mbox file: some examples of mbox file locations...
3864                 Also reformatted files requiring it
3865
3866 2006-08-26 [wwp]        2.4.0cvs93
3867
3868         * src/summary_search.c
3869                 disable find buttons while summary search is running.
3870
3871 2006-08-25 [colin]      2.4.0cvs92
3872
3873         * src/folder.c
3874         * src/folderutils.c
3875         * src/mh.c
3876         * src/procmsg.h
3877         * src/summaryview.c
3878                 Speed up MH moving, and add progressbar
3879                 for MH deletion
3880         * src/msgcache.c
3881                 Write cache files using mmap() too
3882
3883 2006-08-25 [wwp]        2.4.0cvs91
3884
3885         * src/summaryview.c
3886                 switch spam<->ham button when a message has been marked as spam or ham
3887                 and is still selected. Thanks to Colin.
3888
3889 2006-08-25 [paul]       2.4.0cvs90
3890
3891         * src/Makefile.am
3892         * src/stock_pixmap.c
3893         * src/stock_pixmap.h
3894         * src/summaryview.c
3895         * src/gtk/icon_legend.c
3896         * src/pixmaps/copied.xpm
3897         * src/pixmaps/moved.xpm
3898                 add icons for delayed execution marked for
3899                 copying, marked for moving
3900
3901 2006-08-25 [mones]      2.4.0cvs89
3902
3903         * manual/glossary.xml
3904                 Fix the other glossary items:
3905                 5.1. = Inmmediate execution -> <quote>immediate execution...
3906                 5.2. = Fix MBOX capitalization -> Mbox
3907                 5.3. + Improve Plugins def. w/ tech. ref.
3908                 5.4. = Quotation -> replace '>' by <quote>></quote>
3909                 5.5. - SMTP Server. -> remove dot
3910         * po/es.po
3911                 Updated translation
3912
3913 2006-08-25 [mones]      2.4.0cvs88
3914
3915         * manual/ack.xml
3916                 Reformatted, changed email address
3917         * manual/glossary.xml
3918                 Reformatted, fixed MANUAL-TODO items:
3919                 8.2. + add ROT-13 to glossary
3920                 8.4. + add URL to glossary
3921         * manual/es/advanced.xml
3922                 Fixed <literal>s
3923
3924 2006-08-25 [paul]       2.4.0cvs87
3925
3926         * src/gtk/icon_legend.c
3927                 add 'marked for deletion' icon
3928                 arrange icons by containing column
3929                 wrap long label text
3930
3931 2006-08-25 [colin]      2.4.0cvs86
3932
3933         * src/common/utils.c
3934         * src/common/utils.h
3935                 Add the sc_g_*list_bigger functions in
3936                 a place everyone can use it
3937         * src/summaryview.c
3938                 Only freeze/thaw the list when working
3939                 on the selection, if it's bigger than 1
3940         * src/gtk/gtksctree.c
3941                 Only freeze/thaw the list when unselec-
3942                 ting 'all' if ('all' != 1)
3943                 This avoids some flickering
3944
3945 2006-08-24 [colin]      2.4.0cvs85
3946
3947         * src/addressbook.c
3948                 Fix strange list selection
3949                 Fix random seg (Invalid read of freed memory)
3950
3951 2006-08-24 [colin]      2.4.0cvs84
3952
3953         * src/alertpanel.c
3954         * src/gtk/inputdialog.c
3955         * src/plugins/pgpcore/passphrase.c
3956                 Revert minimal width patch of 2.4.0cvs67,
3957                 as it is also a maximal width. Use 
3958                 gtk_window_set_default_size instead.
3959
3960 2006-08-24 [colin]      2.4.0cvs83
3961
3962         * src/msgcache.c
3963                 Write cache/mark to temp files before
3964                 overwriting old ones (avoids metadata
3965                 loss if writing the new files fail).
3966                 Use mmap() to read cache/mark file, as
3967                 this makes cache reading faster. Dis-
3968                 abled for big-endian machines until it
3969                 can be tested. (Big-endian users: set
3970                 msgcache_use_mmap = TRUE in the relevant
3971                 #if).
3972         * src/procmsg.h
3973                 Move rarely used fields of MsgInfo in 
3974                 another structure, which will only be
3975                 allocated if needed. Face, X-Face,
3976                 Return receipt headers and List-*
3977                 headers are moved. Mails having none
3978                 of these occupy 52 bytes less with
3979                 this patch, which makes 2.5MB of RAM
3980                 saved on a 50k folder).
3981         * src/headerview.c
3982         * src/mainwindow.c
3983         * src/messageview.c
3984         * src/partial_download.c
3985         * src/procheader.c
3986         * src/procmsg.c
3987         * src/textview.c
3988                 Follow this structure change.
3989
3990 2006-08-24 [wwp]        2.4.0cvs82
3991
3992         * manual/es/.cvsignore
3993         * manual/es/dist/.cvsignore
3994         * manual/es/dist/html/.cvsignore
3995         * manual/es/dist/pdf/.cvsignore
3996         * manual/es/dist/ps/.cvsignore
3997         * manual/es/dist/txt/.cvsignore
3998                 more (generated) files to ignore.
3999
4000 2006-08-24 [colin]      2.4.0cvs81
4001
4002         * src/folder.c
4003         * src/mh.c
4004                 Fix possible problems with local delivery. Check the folder doesn't
4005                 need scan before setting its mtime when saving cache (which can be
4006                 done long after the folder's been modified by an external process);
4007                 Check that the stored item's mtime didn't change in mh functions.
4008
4009 2006-08-24 [mones]      2.4.0cvs80
4010
4011         * manual/advanced.xml
4012                 Rewrapping, some fixes and MANUAL-TODO items:
4013                 8.1. = change "" to <quote></quote>
4014                 8.3. = quote menu items
4015                 8.5. - deploying -> new user ... ideally a new user (redundant)
4016
4017 2006-08-23 [colin]      2.4.0cvs79
4018
4019         * src/gtk/gtksctree.c
4020                 When selecting or deselecting range, only
4021                 freeze/thaw when selection is bigger than 10
4022
4023 2006-08-23 [colin]      2.4.0cvs78
4024
4025         * src/messageview.c
4026         * src/mimeview.c
4027         * src/mimeview.h
4028         * src/plugins/dillo_viewer/dillo_viewer.c
4029                 Provide an API for MimeViewer plugins to
4030                 return a text selection for replying
4031
4032 2006-08-23 [colin]      2.4.0cvs77
4033
4034         * src/image_viewer.c
4035         * src/textview.c
4036                 Use gtk_pixbuf_new_from_file_at_scale(), which
4037                 is faster than getting the pixbuf then resizing
4038                 it.
4039
4040 2006-08-23 [colin]      2.4.0cvs76
4041
4042         * src/procmime.c
4043                 UTF-8 should be sent Quoted-printable
4044
4045 2006-08-22 [colin]      2.4.0cvs75
4046
4047         * src/mh.c
4048                 Check if scan is required before touching
4049                 the folder (or it'll be required every time)
4050
4051 2006-08-22 [colin]      2.4.0cvs74
4052
4053         * configure.ac
4054                 Require libetpan 0.46 (crasher fix when built
4055                 against gnutls)
4056
4057 2006-08-22 [colin]      2.4.0cvs73
4058
4059         * src/folder.c
4060                 Set folder's mtime after writing its
4061                 cache
4062         * src/folderview.c
4063                 Add some timing
4064         * src/procmsg.c
4065                 Don't do useless stuff if we don't 
4066                 thread by subject
4067         * src/summaryview.c
4068                 Add some timing, don't deselect prior
4069                 to selecting (gtksctree does it itself),
4070                 remove crash avoidance hacks as it's been
4071                 properly fixed since a while
4072         * src/common/utils.c
4073                 Optimize to_human_readable(): _() is slow,
4074                 do it only once, and avoid %f format for KB
4075                 (the most common in a summaryview)
4076         * src/gtk/gtksctree.c
4077                 Don't uselessly freeze/thaw (fixes flicker
4078                 on next unread and friends), reduce number
4079                 of g_list_nth/g_list_position where possible
4080         * src/gtk/gtkutils.c
4081         * src/gtk/gtkutils.h
4082                 Reduce number of g_list_nth/g_list_position
4083                 where possible.
4084                 All of this makes loading as 70k folder 2.1
4085                 seconds instead of 3.2 (with hot FS caches).
4086                 (1.3 seconds without Date and Size columns...)
4087
4088 2006-08-22 [paul]       2.4.0cvs72
4089
4090         wrap documents and do some items from mones' MANUAL-TODO:
4091
4092         * manual/account.xml
4093                 4.1. = fix tabname references to <quote>tabname</quote>
4094                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
4095         * manual/faq.xml
4096                 1.1. = mentioned options don't match UI
4097                 Add information about the 'Never send Return Receipts'
4098                 option
4099         * manual/handling.xml
4100                 6.2. = Mentions Extended symbols button, but now is
4101                 named Information
4102                 6.3. = Mentions ... button, which is now Edit
4103
4104 2006-08-22 [colin]      2.4.0cvs71
4105
4106         * src/gtk/pluginwindow.c
4107                 Fix layout in verbose translations (such
4108                 as french)
4109
4110 2006-08-22 [paul]       2.4.0cvs70
4111
4112         * manual/Makefile.am
4113                 build manuals in alphabetical order
4114         * src/addressbook.c
4115         * src/prefs_themes.c
4116                 replace/remove deprecated symbols
4117         * src/gtk/gtkutils.c
4118                 fix a warning
4119         * src/gtk/pluginwindow.c
4120                 replace deprecated symbol
4121                 replace label text and move it
4122         * src/plugins/pgpcore/prefs_gpg.c
4123                 move the 'Generate...' button out of the
4124                 Sign Key frame, replace the English used
4125         * src/plugins/pgpcore/sgpgme.c
4126                 fixes to the English
4127
4128 2006-08-21 [colin]      2.4.0cvs69
4129
4130         * src/plugins/trayicon/trayicon.c
4131                 Add more strings for translation; patch
4132                 by Pawel
4133
4134 2006-08-21 [colin]      2.4.0cvs68
4135
4136         * src/compose.c
4137                 fix replied flag not set after drafting
4138         * src/matcher.c
4139                 fix body quicksearch in non-encoded bodies
4140                 containing '='
4141         * src/msgcache.c
4142                 Get rid of the g_malloc workaround for
4143                 corrupted caches, use g_try_malloc
4144
4145 2006-08-21 [colin]      2.4.0cvs67
4146
4147         * src/alertpanel.c
4148         * src/gtk/inputdialog.c
4149         * src/plugins/pgpcore/passphrase.c
4150                 Set minimal width to 375
4151         * src/mainwindow.c
4152                 Fix switching to offline, asking if it 
4153                 should be overriden for synchronising
4154         * src/mimeview.c
4155                 Don't offer to remember command on Open 
4156                 with for text parts, as the browser or 
4157                 text editor command isn't changed from 
4158                 there
4159
4160 2006-08-20 [paul]       2.4.0cvs66
4161
4162         * po/ko.po
4163         * po/zh_CN.po
4164                 fix plural form errors. revealed by stricter
4165                 checking of gettext 0.15
4166
4167 2006-08-18 [paul]       2.4.0cvs65
4168
4169         * src/stock_pixmap.c
4170                 fix the fix of 2.4.0cvs64
4171                 Thanks to Colin
4172
4173 2006-08-18 [paul]       2.4.0cvs64
4174
4175         * src/stock_pixmap.c
4176                 fix leaks
4177                 Thanks to Colin
4178
4179 2006-08-18 [paul]       2.4.0cvs63
4180
4181         * src/compose.c
4182         * src/procmsg.c
4183                 fix occasional IMAP bug where large msgs
4184                 were left in the queue folder after sending
4185                 Thanks to Colin
4186
4187 2006-08-18 [paul]       2.4.0cvs62
4188
4189         * src/folderview.c
4190                 freeze the summaryview while quicksearch results
4191                 are displayed
4192                 (fixes bug 456 'current message is hidden when the
4193                 view is refreshed and extended search is "unread 
4194                 messages"')
4195                 Thanks to Colin
4196         * src/textview.c
4197                 add missing #include "inputdialog.h"
4198         * src/common/utils.h
4199                 add missing mailcap_update_default() and improve
4200                 readability
4201
4202 2006-08-17 [colin]      2.4.0cvs61
4203
4204         * src/plugins/pgpcore/select-keys.c
4205                 Fix warnings :)
4206
4207 2006-08-17 [colin]      2.4.0cvs60
4208
4209         * src/compose.c
4210                 Don't continue queuing if Cancel is clicked
4211                 in select-keys
4212
4213 2006-08-17 [colin]      2.4.0cvs59
4214
4215         * src/plugins/pgpcore/select-keys.c
4216                 When encrypting, if only one key matches and it 
4217                 matches exactly, automatically use it.
4218
4219 2006-08-17 [colin]      2.4.0cvs58
4220
4221         * src/mimeview.c
4222         * src/prefs_common.c
4223         * src/prefs_common.h
4224         * src/prefs_ext_prog.c
4225         * src/textview.c
4226                 Fix issues with previous patch (text/html)
4227                 Remove outdated prefs
4228
4229 2006-08-17 [colin]      2.4.0cvs57
4230
4231         * src/imap.c
4232                 Add View Log button on auth error
4233         * src/procmsg.c
4234                 Fix encrypted mail marked as new when
4235                 saved in normal folders
4236         * src/plugins/pgpinline/pgpinline.c
4237                 Fix encrypt bug on IMAP
4238         * src/mimeview.c
4239         * src/common/utils.c
4240         * src/common/utils.h
4241         * src/gtk/inputdialog.c
4242         * src/gtk/inputdialog.h
4243                 Get rid of metamail stuff, simplify
4244                 opening, and allow remembering of user's
4245                 choices (by updating ~/.mailcap). There's
4246                 still to drop "Audio player" and "Image
4247                 viewer" preferences.
4248
4249 2006-08-17 [mones]      2.4.0cvs56
4250
4251         * manual/es/sylpheed-claws-manual.xml
4252                 fix DTD path
4253
4254 2006-08-17 [mones]      2.4.0cvs55
4255
4256         * configure.ac
4257         * manual/Makefile.am
4258         * manual/es/Makefile.am
4259         * manual/es/account.xml
4260         * manual/es/ack.xml
4261         * manual/es/addrbook.xml
4262         * manual/es/advanced.xml
4263         * manual/es/faq.xml
4264         * manual/es/glossary.xml
4265         * manual/es/gpl.xml
4266         * manual/es/handling.xml
4267         * manual/es/intro.xml
4268         * manual/es/keyboard.xml
4269         * manual/es/plugins.xml
4270         * manual/es/starting.xml
4271         * manual/es/sylpheed-claws-manual.xml
4272         * manual/es/dist/Makefile.am
4273         * manual/es/dist/html/Makefile.am
4274         * manual/es/dist/pdf/Makefile.am
4275         * manual/es/dist/ps/Makefile.am
4276         * manual/es/dist/txt/Makefile.am
4277                 Spanish translation for the manual
4278
4279 2006-08-16 [colin]      2.4.0cvs54
4280
4281         * src/compose.c
4282         * src/main.c
4283         * src/mainwindow.c
4284                 Fix send button sensitivity at startup
4285                 Set send menu sensitivity (patch by Fabien)
4286         * src/ssl_manager.c
4287                 Enable closing with esc (patch by Fabien)
4288         * src/gtk/foldersort.c
4289                 Enable closing with esc (patch by Fabien)
4290         * src/procmime.c
4291                 Optimisation (no need to copy to tempfile to
4292                 "decode" 7bit and 8bit)
4293         * src/summaryview.c
4294                 Fix cruft in swap_from case
4295         * src/textview.c
4296                 Fix missing last line in some mail cases 
4297                 (Fixes debian #381872)
4298         * src/plugins/pgpcore/prefs_gpg.c
4299         * src/plugins/pgpcore/sgpgme.c
4300         * src/plugins/pgpcore/sgpgme.h
4301                 Don't show "no key found" when user explicitely
4302                 wants to create a key
4303
4304 2006-08-16 [paul]       2.4.0cvs53
4305
4306         * configure.ac
4307         * src/account.c
4308         * src/addressbook.c
4309         * src/headerview.c
4310         * src/prefs_account.c
4311         * src/prefs_message.c
4312         * src/gtk/gtkutils.c
4313                 bump up minimum required versions of GTK+ and
4314                 GLIB to 2.6.0
4315
4316 2006-08-16 [paul]       2.4.0cvs52
4317
4318         * src/toolbar.c
4319                 workaround GTK+ Bug 351600 - 'Can't re-click
4320                 on button after sensitivity update'
4321                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
4322                 Thanks to Colin
4323
4324 2006-08-15 [colin]      2.4.0cvs51
4325
4326         * src/plugins/pgpcore/prefs_gpg.c
4327                 Set options sensitivity according to
4328                 key existence
4329         * src/plugins/pgpcore/sgpgme.c
4330                 Allow to create key with no passphrase
4331
4332 2006-08-14 [cleroy]     2.4.0cvs50
4333
4334         * src/gtk/pluginwindow.c
4335                 New layout (maybe to be changed?)
4336         * src/gtk/gtkutils.c
4337                 Fix a bit label_window
4338         * src/plugins/pgpcore/passphrase.c
4339         * src/plugins/pgpcore/passphrase.h
4340         * src/plugins/pgpcore/plugin.c
4341         * src/plugins/pgpcore/prefs_gpg.c
4342         * src/plugins/pgpcore/prefs_gpg.h
4343         * src/plugins/pgpcore/sgpgme.c
4344         * src/plugins/pgpcore/sgpgme.h
4345                 Allow to create a PGP private key via the GUI
4346
4347 2006-08-14 [wwp]        2.4.0cvs49
4348
4349         * src/addressbook_foldersel.c
4350                 fix strict ISO C90 compliance.
4351
4352 2006-08-14 [paul]       2.4.0cvs48
4353
4354         * src/gtk/prefswindow.c
4355                 re-set scrolled window on opening
4356                 Patch by Ticho
4357
4358 2006-08-14 [paul]
4359
4360         2.5.0-rc1 released
4361
4362 2006-08-14 [paul]       2.4.0cvs47
4363
4364         * src/prefs_display_header.c
4365                 re-enable user-defined Displayed Headers
4366
4367 2006-08-14 [paul]       2.4.0cvs46
4368
4369         * src/prefs_account.c
4370                 use GTK_STOCK_EDIT
4371
4372 2006-08-13 [colin]      2.4.0cvs45
4373
4374         * src/common/utils.c
4375                 Fix "a" in quote when the original message is empty,
4376                 by using \0 instead of 'a' to test writability of
4377                 temp files.
4378
4379 2006-08-13 [wwp]        2.4.0cvs44
4380
4381         * src/plugins/spamassassin/spamassassin.c
4382                 fix capitalization of "SpamAssassin" in some debug, log and
4383                 dialog messages.
4384
4385 2006-08-13 [paul]       2.4.0cvs43
4386
4387         * src/editldap.c
4388                 fix overlapping widgets
4389         * src/prefs_account.c
4390                 fix translation of protocol_names[]
4391                 fix label disappearing off the edge of the
4392                 visible area
4393
4394 2006-08-12 [paul]       2.4.0cvs42
4395
4396         * manual/plugins.xml
4397                 update IRC channel info before it gets forgotten
4398                 about
4399
4400 2006-08-11 [colin]      2.4.0cvs41
4401
4402         * src/compose.c
4403         * src/mainwindow.c
4404         * src/mainwindow.h
4405         * src/procmsg.c
4406         * src/procmsg.h
4407         * src/summaryview.c
4408         * src/toolbar.c
4409                 Grey out the Send button if
4410                 - Queue folders are empty, or
4411                 - We're sending already
4412
4413 2006-08-11 [wwp]        2.4.0cvs40
4414
4415         * src/main.c
4416                 fix a logic issue when quitting while a compose window is
4417                 still open, thanks to Colin.
4418
4419 2006-08-10 [colin]      2.4.0cvs39
4420
4421         * src/main.c
4422                 Fix default font size setting after wizard run
4423         * src/imap.c
4424         * src/etpan/imap-thread.c
4425         * src/etpan/imap-thread.h
4426                 Fix bug #999 (Timing out on TSL cert validation 
4427                 dialog makes ugly things happen). Also, STARTTLS
4428                 unconditionnaly if initial capabilities contain
4429                 LOGINDISABLED and STARTTLS.
4430
4431 2006-08-09 [colin]      2.4.0cvs38
4432
4433         * src/mainwindow.c
4434         * src/mainwindow.h
4435                 Fix Tools/Actions sensitivity when there are
4436                 no actions
4437
4438 2006-08-09 [colin]      2.4.0cvs37
4439
4440         * src/prefs_filtering.c
4441                 Warning fix, patch by Paul
4442         * src/messageview.c
4443         * src/prefs_actions.c
4444         * src/prefs_filtering_action.c
4445         * src/prefs_matcher.c
4446                 Uniformisation of "Info ..." to "Info..." (for
4447                 old gtk), patch by Fabien
4448         * src/plugins/clamav/clamav_plugin_gtk.c
4449                 Sensitivity fix by Fabien
4450
4451 2006-08-09 [colin]      2.4.0cvs36
4452
4453         * src/main.c
4454         * src/main.h
4455                 Add a function to know whether we're exiting
4456         * src/plugins/trayicon/trayicon.c
4457                 If exiting, don't do anything. Faster, and
4458                 avoids gtk_main_iteration reentracy causing
4459                 segfaults at exit
4460
4461 2006-08-09 [colin]      2.4.0cvs35
4462
4463         * src/messageview.c
4464         * src/mimeview.c
4465         * src/mimeview.h
4466                 Fix lack of part selection when automatically 
4467                 jumping to a specific part
4468         * src/msgcache.c
4469                 Little optimisation in cache reading
4470
4471 2006-08-09 [colin]      2.4.0cvs34
4472
4473         * src/compose.c
4474                 Fix crash setting the priority on reedit
4475                 (Accessing compose before creating it!)
4476
4477 2006-08-08 [colin]      2.4.0cvs33
4478
4479         * src/procmime.c
4480                 Fix bug #998 (last attachment is not accessible)
4481                 Bad RFC interpretation on multipart close-delimiters
4482         * src/mimeview.c
4483         * src/mimeview.h
4484         * src/gtk/gtkvscrollbutton.c
4485         * src/gtk/gtkvscrollbutton.h
4486                 Make attachments list wheel-scrollable
4487
4488 2006-08-07 [colin]      2.4.0cvs32
4489
4490         * src/gtk/gtkaspell.c
4491                 Fix bug #973 (Unicode punctation characters 
4492                 are not recognized as separators by the
4493                 spell checker); fix unsigned stuff
4494
4495 2006-08-07 [colin]      2.4.0cvs31
4496
4497         * src/compose.c
4498                 Fix bug #956 (DnD text with accents in compose 
4499                 text entry); fix gccc's signed/unsigned fuss
4500
4501 2006-08-06 [colin]      2.4.0cvs30
4502
4503         * src/main.c
4504                 Fix bug #979 (Plugin crashes when exiting 
4505                 sylpheed-claws) : handle exit request only 
4506                 once
4507
4508 2006-08-05 [colin]      2.4.0cvs29
4509
4510         * src/news.c
4511                 Just make sure we have a msgid.
4512
4513 2006-08-05 [colin]      2.4.0cvs28
4514
4515         * src/news.c
4516         * src/summaryview.c
4517                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
4518                 by reimplementing it
4519         * src/textview.c
4520                 Fix bug when hiding quotes with level > 3 and quote
4521                 colors are recycled
4522
4523 2006-08-04 [colin]      2.4.0cvs27
4524
4525         * src/compose.c
4526         * src/undo.c
4527         * src/undo.h
4528                 Fix a bit replace-by-pasting undo
4529         * src/mainwindow.c
4530         * src/messageview.c
4531                 Fix Fold quotes menu synchro in
4532                 mainwindow when it changes in 
4533                 messageview
4534         * src/textview.c
4535                 Fix right-click on quotes blocks
4536         * src/common/utils.c
4537                 Verify that the file created by
4538                 my_tmpfile() is writable. Fixes
4539                 bug #988 (very specific filesystem
4540                 issue)
4541         * src/plugins/pgpcore/sgpgme.c
4542                 Fix file descriptor leak
4543         * src/plugins/spamassassin/spamassassin.c
4544                 Warn once if spamd isn't reachable
4545
4546 2006-08-04 [colin]      2.4.0cvs26
4547
4548         * src/toolbar.c
4549                 i18n context patch by Fabien
4550
4551 2006-08-03 [colin]      2.4.0cvs25
4552
4553         * src/mainwindow.c
4554         * src/messageview.c
4555                 Rename "Hide quotes" to "Fold quotes"
4556         * src/textview.c
4557                 Don't use hand cursor on quotes. "all 
4558                 the bonuses of the feature and none of 
4559                 unwelcome side-effects"
4560
4561 2006-08-03 [colin]      2.4.0cvs24
4562
4563         * AUTHORS
4564         * sylpheed-claws.desktop
4565         * src/gtk/authors.h
4566                 Bring the desktop file to XDG compliance
4567                 Patch by Charles A. Edwards
4568
4569 2006-08-03 [colin]      2.4.0cvs23
4570
4571         * src/textview.c
4572                 Fix links offset when they are preceded
4573                 by accentued chars (g_utf8_strlen!)
4574         * src/mainwindow.c
4575                 Fix wrong status when starting offline
4576
4577
4578 2006-08-03 [wwp]        2.4.0cvs22
4579
4580         * src/prefs_common.h
4581                 ask what to do w/ filtering rules that belong to an account when
4582                 applying filtering rules manually from the main window (skip,
4583                 apply regardless of the account, use current account). This dialog
4584                 can be skipped and the last reply used.
4585                 (forgot that file)
4586
4587 2006-08-03 [wwp]        2.4.0cvs21
4588
4589         * src/filtering.c
4590         * src/filtering.h
4591         * src/prefs_common.c
4592         * src/summaryview.c
4593         * src/alertpanel.c
4594         * src/alertpanel.h
4595         * src/messageview.c
4596                 ask what to do w/ filtering rules that belong to an account when
4597                 applying filtering rules manually from the main window (skip,
4598                 apply regardless of the account, use current account). This dialog
4599                 can be skipped and the last reply used.
4600
4601
4602 2006-08-03 [colin]      2.4.0cvs20
4603
4604         * src/textview.c
4605                 Optimize previous patch
4606
4607 2006-08-03 [cleroy]     2.4.0cvs19
4608
4609         * src/textview.c
4610                 Fix quotes getting toggled back when the
4611                 mail has an even number of text parts
4612
4613 2006-08-02 [colin]      2.4.0cvs18
4614
4615         * src/messageview.c
4616                 Add Hide quotes menu
4617
4618 2006-08-02 [colin]      2.4.0cvs17
4619
4620         * src/mainwindow.c
4621         * src/prefs_common.c
4622         * src/textview.c
4623         * src/textview.h
4624         * src/gtk/about.c
4625                 Allow per-level quote hiding,
4626                 Allow toggling quotes by double-clicking them
4627                 Rename RemoteURI to ClickableText to reflect
4628                 the fact it's used for a variety of things
4629
4630 2006-08-02 [wwp]        2.4.0cvs16
4631
4632         * src/mainwindow.c
4633                 fix "View/Hide quotes" menu item status initialization.
4634
4635 2006-08-02 [wwp]        2.4.0cvs15
4636
4637         * src/matcher_parser_parse.y
4638                 remove a debug trace.
4639
4640 2006-08-02 [paul]       2.4.0cvs14
4641
4642         * src/plugins/pgpcore/passphrase.c
4643                 don't set initial dialog size
4644                 make it resizable
4645
4646 2006-08-02 [paul]       2.4.0cvs13
4647
4648         * src/noticeview.c
4649                 remove the rogue '/' character
4650
4651 2006-08-02 [paul]       2.4.0cvs12
4652
4653         * src/noticeview.c
4654                 allow buttons to resize as necessary
4655
4656 2006-08-01 [wwp]        2.4.0cvs11
4657
4658         * src/mbox.c
4659                 fix strict ISO C90 compliance.
4660
4661 2006-08-01 [wwp]        2.4.0cvs10
4662
4663         * tools/update-po
4664                 updated update-po tool to work w/ context-dependent translations.
4665                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
4666
4667 2006-08-01 [wwp]        2.4.0cvs9
4668
4669         * src/matcher.c
4670         * src/prefs_filtering.c
4671         * src/prefs_matcher.c
4672                 allow context-dependent translations for "All",
4673                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4674
4675 2006-07-31 [colin]      2.4.0cvs8
4676
4677         * AUTHORS
4678         * src/gtk/authors.h
4679                 Add Rafal to authors
4680
4681 2006-07-31 [colin]      2.4.0cvs7
4682
4683         * src/compose.c
4684         * src/mainwindow.c
4685         * src/messageview.h
4686         * src/prefs_common.c
4687         * src/prefs_common.h
4688         * src/textview.c
4689                 Add 'View/Hide quotes'. Patch based on a patch
4690                 by Rafal Weglarz
4691
4692 2006-07-31 [colin]      2.4.0cvs6
4693
4694         * src/action.c
4695                 Fix problem with "> stuff >" actions
4696
4697 2006-07-31 [paul]       2.4.0cvs5
4698
4699         * po/nb.po
4700                 updated by Geir Helland
4701
4702 2006-07-31 [wwp]        2.4.0cvs4
4703
4704         * src/mainwindow.c
4705         * src/summaryview.c
4706         * src/summaryview.h
4707                 add "View/Go to/Parent message" and "View/Go to/Last read message",
4708                 thanks to Colin.
4709
4710 2006-07-31 [wwp]        2.4.0cvs3
4711
4712         * src/Makefile.am
4713         * src/addr_compl.c
4714         * src/addr_compl.h
4715         * src/addressbook.c
4716         * src/addressbook.h
4717         * src/addressbook_foldersel.c
4718         * src/addressbook_foldersel.h
4719         * src/addrindex.c
4720         * src/addrindex.h
4721         * src/matcher.c
4722         * src/matcher.h
4723         * src/matcher_parser_lex.l
4724         * src/matcher_parser_parse.y
4725         * src/prefs_common.c
4726         * src/prefs_common.h
4727         * src/prefs_filtering.c
4728         * src/prefs_matcher.c
4729         * src/prefs_matcher.h
4730         * src/summaryview.c
4731                 introduce filtering against the address book. It's now possible to add
4732                 matched conditions to determine if any email address in a message matches
4733                 or doesn't match any or all books or folders in the address book.
4734
4735 2006-07-31 [wwp]        2.4.0cvs2
4736
4737         * src/account.c
4738         * src/filtering.c
4739         * src/filtering.h
4740         * src/folder.c
4741         * src/folderview.c
4742         * src/inc.c
4743         * src/mainwindow.c
4744         * src/matcher.c
4745         * src/matcher_parser_lex.l
4746         * src/matcher_parser_parse.y
4747         * src/mbox.c
4748         * src/prefs_filtering.c
4749         * src/prefs_filtering.h
4750         * src/procmsg.c
4751         * src/procmsg.h
4752         * src/summaryview.c
4753                 introduce per-account filtering rules. Each filtering rule can now be assigned
4754                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
4755                 when applying filtering rules manually, as all rules will apply - even the ones
4756                 assigned to an account. This issue will be addressed soon.
4757  
4758
4759
4760 2006-07-31 [wwp]        2.4.0cvs1
4761
4762         * src/quote_fmt.c
4763                 make more strings translatable.
4764
4765 2006-07-31 [paul]       2.4.0
4766
4767         2.4.0 released
4768
4769 2006-07-31 [paul]       2.3.1cvs91
4770
4771         * po/ca.po
4772                 updated by Miquel Oliete
4773
4774 2006-07-31 [paul]       2.3.1cvs90
4775
4776         * po/de.po
4777         * po/el.po
4778         * po/fr.po
4779         * po/it.po
4780         * po/pl.po
4781         * po/pt_BR.po
4782         * po/sr.po
4783         * po/zh_CN.po
4784                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
4785                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
4786                 Aleksandar Urosevic, and Ralgh Young
4787
4788 2006-07-31 [paul]       2.3.1cvs89
4789
4790         * src/account.c
4791         * src/main.c
4792         * src/mainwindow.c
4793         * src/mainwindow.h
4794                 Fix a race condition when, after an SC crash, rescanning
4795                 folders took more than 0.5 seconds
4796                 Thanks to Colin
4797
4798 2006-07-31 [paul]       2.3.1cvs88
4799
4800         * src/folderview.c
4801                 don't translate separator strings
4802
4803 2006-07-30 [mones]      2.3.1cvs87
4804
4805         * doc/man/sylpheed-claws.1
4806                 Fixed non-ASCII chars in Hoa's name
4807         * po/es.po
4808                 Updated for release
4809
4810 2006-07-27 [colin]      2.3.1cvs86
4811
4812         * src/textview.c
4813                 Don't include the leading \n in links
4814                 Patch by Fabien
4815
4816 2006-07-25 [colin]      2.3.1cvs85
4817
4818         * src/mainwindow.c
4819         * src/common/socket.h
4820         * src/etpan/imap-thread.c
4821                 Refresh resolvers before connecting
4822                 to IMAP servers, and after switching
4823                 to online. Thanks to Paul.
4824
4825 2006-07-18 [colin]
4826
4827         * 2.4.0-rc4 released
4828
4829 2006-07-17 [colin]      2.3.1cvs84
4830
4831         * src/inc.c
4832                 Show connection attempt in statusbar before
4833                 connecting (previously first message was
4834                 "Retrieving messages from ..." after the
4835                 connection succeeded.
4836
4837 2006-07-16 [wwp]        2.3.1cvs83
4838
4839         * sylpheed-claws.ico
4840                 Added .ico file (windows multi-size icon file, generated).
4841
4842 2006-07-12 [wwp]        2.3.1cvs82
4843
4844         * src/messageview.c
4845                 remove Message/Re-edit menu entry from messageview window,
4846                 as sent/draft/queued messages are opened in compose window when
4847                 re-edited and it's not possible to re-edit other msgs.
4848
4849 2006-07-12 [paul]       2.3.1cvs81
4850
4851         * AUTHORS
4852         * src/mainwindow.c
4853         * src/gtk/authors.h
4854                 check online state before resetting
4855                 mailcheck timer. Useful if some program
4856                 verifies connection state and updates
4857                 Claws.
4858                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
4859
4860 2006-07-12 [paul]       2.3.1cvs80
4861
4862         * sylpheed-claws-128x128.png
4863         * sylpheed-claws-64x64.png
4864         * sylpheed-claws.png
4865         * src/Makefile.am
4866         * src/main.c
4867         * src/prefs_toolbar.c
4868         * src/stock_pixmap.c
4869         * src/stock_pixmap.h
4870         * src/wizard.c
4871         * src/gtk/about.c
4872         * src/gtk/gtkutils.c
4873         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
4874         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
4875         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
4876         * src/pixmaps/sylpheed.xpm              ** REMOVED **
4877         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
4878         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
4879                 updated and renamed logo/icon files and related
4880                 logo by Jesper Schultz
4881
4882 2006-07-11 [paul]       2.3.1cvs79
4883
4884         * src/main.c
4885                 fix the labels a smidgin
4886
4887 2006-07-09 [colin]      2.3.1cvs78
4888
4889         * src/textview.c
4890                 Show errors in textviewer's command
4891                 Patch by H. Merijn Brand
4892
4893 2006-07-09 [colin]      2.3.1cvs77
4894
4895         * src/compose.c
4896                 Save FMID in drafts too
4897
4898 2006-07-08 [colin]      2.3.1cvs76
4899
4900         * src/compose.c
4901                 Svae RMID in drafted mails too
4902                 Save quote_fmt vars for whole mails,
4903                 don't reset at each quote_fmt_init:
4904                 allows to use the same |i{var} in
4905                 various template fields
4906         * src/prefs_template.c
4907         * src/quote_fmt.h
4908         * src/quote_fmt_parse.y
4909                 Same
4910
4911 2006-07-08 [colin]      2.3.1cvs75
4912
4913         * src/textview.c
4914                 Fix highlighting of attached parts URIs
4915
4916 2006-07-08 [colin]      2.3.1cvs74
4917
4918         * src/main.c
4919                 Prevent bug #981 (sc 2.3.1 segfaults with 
4920                 gtk+ 2.10) from being reported again:
4921                 if Sylpheed-Claws has been compiled against
4922                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
4923                 of if Sylpheed-Claws has been compiled against
4924                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
4925                 error out.
4926
4927 2006-07-07 [colin]      2.3.1cvs73
4928
4929         * src/prefs_actions.c
4930                 Fix label
4931
4932 2006-07-07 [colin]      2.3.1cvs72
4933
4934         * src/prefs_actions.c
4935                 Fix compile on gtk < 2.8. argh :)
4936
4937 2006-07-07 [paul]       2.3.1cvs71
4938
4939         * src/common/defs.h
4940                 update DONATE_URI
4941
4942 2006-07-07 [colin]      2.3.1cvs70
4943
4944         * po/POTFILES.in
4945         * src/quote_fmt.c
4946         * src/quote_fmt_lex.l
4947         * src/quote_fmt_parse.y
4948                 Add |i{var}, a way to insert user-entered
4949                 text in a template
4950
4951 2006-07-07 [colin]
4952
4953         * 2.4.0-rc3 released
4954
4955 2006-07-07 [colin]      2.3.1cvs69
4956
4957         * src/folder.c
4958                 Don't consider inboxes of UNKNOWN folder 
4959                 classes to be useable as default inboxes
4960
4961 2006-07-07 [paul]       2.3.1cvs68
4962
4963         * src/textview.c
4964                 add missing #include <errno.h>
4965                 Thanks to René J. Blokland
4966
4967 2006-07-07 [paul]       2.3.1cvs67
4968
4969         * src/action.c
4970                 Return now Closes dialog
4971         * src/mimeview.c
4972         * src/mimeview.h
4973         * src/textview.c
4974                 add contextual menu to mime parts listed
4975                 in the textview
4976                 Thanks to Colin
4977         * src/common/utils.c
4978                 reversal: ' is a valid character in URLs
4979
4980 2006-07-06 [colin]      2.3.1cvs66
4981
4982         * src/remotefolder.h
4983                 Forgotten in previous commit
4984
4985 2006-07-06 [colin]      2.3.1cvs65
4986
4987         * src/folder.c
4988                 Set summary update flag whenever
4989                 totals changed
4990         * src/imap.c
4991         * src/prefs_account.c
4992         * src/common/utils.h
4993         * src/etpan/imap-thread.c
4994                 Fix warnings, thanks to Fabien and
4995                 Ricardo
4996
4997 2006-07-06 [wwp]        2.3.1cvs64
4998
4999         * src/gtk/gtkutils.c
5000                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
5001
5002 2006-07-06 [wwp]        2.3.1cvs63
5003
5004         * src/account.c
5005         * src/addressbook.c
5006         * src/addressitem.h
5007         * src/folderview.c
5008         * src/mainwindow.c
5009         * src/manual.c
5010         * src/manual.h
5011         * src/message_search.c
5012         * src/prefs_actions.c
5013         * src/prefs_filtering.c
5014         * src/prefs_filtering.h
5015         * src/prefs_template.c
5016         * src/summary_search.c
5017         * src/summaryview.c
5018         * src/gtk/gtkutils.c
5019         * src/gtk/gtkutils.h
5020         * src/gtk/pluginwindow.c
5021                 add help buttons to some dialogs. Clicking such buttons opens a
5022                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
5023
5024 2006-07-06 [paul]       2.3.1cvs62
5025
5026         * src/textview.c
5027                 fix attachments contextual menu
5028                 Thanks to Colin
5029
5030 2006-07-05 [colin]      2.3.1cvs61
5031
5032         * src/textview.c
5033         * src/compose.c
5034                 Handle sftp:// links
5035
5036 2006-07-05 [paul]       2.3.1cvs60
5037
5038         * src/gtk/filesel.c
5039                 grab save button by default
5040                 Thanks to Colin
5041
5042 2006-07-05 [wwp]        2.3.1cvs59
5043
5044         * manual/xml2pdf
5045                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
5046
5047 2006-07-04 [colin]      2.3.1cvs58
5048
5049         * src/mimeview.c
5050         * src/textview.c
5051                 Use left click to select, middle click to open
5052                 on mimeparts links
5053         * src/common/utils.c
5054                 Fix segfault
5055
5056 2006-07-04 [colin]      2.3.1cvs57
5057
5058         * src/mainwindow.c
5059         * src/news.c
5060                 Warning fixes, thanks to Fabien
5061
5062 2006-07-04 [colin]      2.3.1cvs56
5063
5064         * src/mimeview.c
5065         * src/mimeview.h
5066         * src/textview.c
5067                 Allow parts to be selected via their text label
5068                 in textview
5069
5070 2006-07-04 [colin]      2.3.1cvs55
5071
5072         * src/folderview.c
5073                 Feedback when closing (for big folders)
5074         * src/prefs_actions.c
5075         * src/prefs_filtering.c
5076         * src/prefs_matcher.c
5077         * src/prefs_template.c
5078                 Fix default button when closing without
5079                 having saved
5080
5081 2006-07-04 [colin]      2.3.1cvs54
5082
5083         * src/news.c
5084                 Delete local file on deletion
5085
5086 2006-07-03 [colin]      2.3.1cvs53
5087
5088         * src/folderview.c
5089         * src/main.c
5090                 Don't freeze when rescanning after crash
5091
5092 2006-07-03 [wwp]        2.3.1cvs52
5093
5094         * src/compose.c
5095         * src/privacy.c
5096         * src/privacy.h
5097         * src/plugins/pgpinline/pgpinline.c
5098         * src/plugins/pgpmime/pgpmime.c
5099                 don't report an error when the user cancels the passphrase dialog.
5100
5101 2006-07-02 [colin]      2.3.1cvs51
5102
5103         * src/folderview.c
5104                 Open message when crossing folders with Space,
5105                 goto next unread and friends
5106
5107 2006-07-01 [colin]      2.3.1cvs50
5108
5109         * src/prefs_account.c
5110                 Typographic rules varying from language
5111                 to language (in french "Protocole :"),
5112                 we have to do that :)
5113
5114 2006-07-01 [ticho]      2.3.1cvs49
5115
5116         * src/prefs_account.c
5117                 Only use one temporary gchar* variable in
5118                 prefs_account_protocol_set_optmenu().
5119
5120 2006-07-01 [ticho]      2.3.1cvs48
5121
5122         * src/prefs_account.c
5123         * src/prefs_account.h
5124                 Use GtkLabel for existing account protocol name.
5125                 Created an array for protocol names and populate the
5126                 combobox from it in a for() cycle.
5127
5128 2006-06-30 [colin]      2.3.1cvs47
5129
5130         * src/compose.c
5131                 Block undo when changing signature (by changing
5132                 account)
5133
5134 2006-06-30 [paul]       2.3.1cvs46
5135
5136         * src/send_message.c
5137                 when editing From in the Compose window, use that address
5138                 in the Return-Path: header
5139                 Thanks to Colin
5140
5141 2006-06-30 [colin]      2.3.1cvs45
5142
5143         * src/compose.c
5144                 Fix signature replacement:
5145                 - when no newline before separator
5146                 - when reediting
5147
5148 2006-06-29 [colin]      2.3.1cvs44
5149
5150         * src/folderview.c
5151         * src/folderview.h
5152         * src/mainwindow.c
5153         * src/summaryview.c
5154                 Let 'View/Go to/Next marked' work like
5155                 Next new & Next unread: across folders
5156                 Change the select_on_entry pref to do
5157                 what we want when changing folder
5158         * src/common/utils.c
5159                 Fix single-quoted links 
5160
5161 2006-06-29 [colin]      2.3.1cvs43
5162
5163         * src/gtk/gtkaspell.c
5164                 "Sylpheed" and "Sylpheed-Claws" do exist !
5165
5166 2006-06-29 [colin]      2.3.1cvs42
5167
5168         * src/imap.c
5169                 Forgot to remove debug
5170
5171 2006-06-29 [colin]      2.3.1cvs41
5172
5173         * src/imap.c
5174         * src/imap.h
5175         * src/mainwindow.c
5176                 Disconnect from IMAP servers when going
5177                 offline. Fixes bug #978 (going to offline-mode 
5178                 won't close connections)
5179
5180 2006-06-29 [colin]      2.3.1cvs40
5181
5182         * src/main.c
5183                 Fix transient setting on failing plugins
5184                 Patch by Fabien
5185         * src/plugins/pgpcore/sgpgme.c
5186                 Only warn for OpenPGP. Most people don't
5187                 have CMS available.
5188
5189 2006-06-29 [colin]      2.3.1cvs39
5190
5191         * src/compose.c
5192                 Fix Spelling menu (discrepancy between context menu
5193                 and top menu when folder's dictionary isn't the 
5194                 default one)
5195         * src/plugins/pgpcore/sgpgme.c
5196                 More error reporting about why gpgme can fail
5197
5198 2006-06-29 [wwp]        2.3.1cvs38
5199
5200         * src/mainwindow.c
5201                 honor the display-header-pane setting even when the message view
5202                 is a separate window.
5203
5204 2006-06-29 [wwp]        2.3.1cvs37
5205
5206         * src/prefs_actions.c
5207                 forgot to commit that one (use of GTK_STOCK_INFO).
5208
5209 2006-06-29 [colin]      2.3.1cvs36
5210
5211         * src/imap.c
5212                 Better handling of login errors (ask the password
5213                 again once), alert in case of error. Fix three
5214                 signedness warnings.
5215
5216 2006-06-28 [wwp]        2.3.1cvs35
5217
5218         * src/prefs_template.c
5219         * src/prefs_matcher.c
5220         * src/prefs_filtering_action.c
5221         * src/prefs_quote.c
5222                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
5223                 patch by Fabien Vantard, slightly modified.
5224
5225 2006-06-28 [paul]
5226
5227         2.4.0-rc2 released
5228
5229 2006-06-28 [colin]      2.3.1cvs34
5230
5231         * src/prefs_account.c
5232                 Fix bug #977 (Can't add or edit imap accounts)
5233
5234 2006-06-28 [colin]      2.3.1cvs33
5235
5236         * src/mimeview.c
5237                 Fix previous
5238
5239 2006-06-28 [colin]      2.3.1cvs32
5240
5241         * src/mimeview.c
5242                 Save named inlined attachments with "Save all"
5243         * src/main.c
5244         * src/mbox.c
5245         * src/common/plugin.c
5246         * src/common/plugin.h
5247         * src/common/sylpheed.c
5248         * src/common/utils.c
5249         * src/plugins/pgpcore/sylpheed.def
5250         * src/plugins/pgpinline/sylpheed.def
5251         * src/plugins/pgpmime/sylpheed.def
5252                 Win32 compatibility patch, by
5253                 Werner Koch
5254
5255 2006-06-28 [wwp]        2.3.1cvs31
5256
5257         * src/imap.c
5258         * src/prefs_folder_item.c
5259                 less compilation warnings (thanks to Fabien Vantard), less typos.
5260
5261 2006-06-28 [paul]       2.3.1cvs30
5262
5263         * src/gtk/gtkutils.c
5264                 gtk_combo_box_set_focus_on_click() is only
5265                 available since gtk 2.6.0
5266
5267 2006-06-28 [paul]       2.3.1cvs29
5268
5269         * src/prefs_ext_prog.c
5270                 fix engrish and add a tooltip for the
5271                 'command for 'Display as text' option
5272
5273 2006-06-28 [paul]
5274
5275         2.4.0-rc1 released
5276
5277 2006-06-28 [paul]       2.3.1cvs28
5278
5279         * ChangeLog
5280         * tools/Makefile.am
5281                 include textviewer.pl in releases
5282
5283 2006-06-28 [paul]       2.3.1cvs27
5284
5285         * src/prefs_ext_prog.c
5286                 hide Print command option if libgnomeprint
5287                 support is present
5288
5289 2006-06-27 [colin]      2.3.1cvs26
5290
5291         * src/compose.c
5292                 Fix Esc handling in insert/attach dialog
5293                 Don't show this dialog if dragging something
5294                 else than text/uri-list
5295                 Thanks to Fabien Vantard
5296         * tools/textviewer.pl
5297                 Filter script to display stuff as text
5298                 by H. Merijn Brand
5299
5300 2006-06-27 [wwp]        2.3.1cvs25
5301
5302         * src/messageview.c
5303                 use the exact product name (message view title), patch
5304                 by Fabien Vantard.
5305
5306 2006-06-27 [ticho]      2.3.1cvs24
5307
5308         * src/prefs_account.c
5309         * src/prefs_common.c
5310         * src/prefs_common.h
5311         * src/prefs_ext_prog.c
5312         * src/textview.c
5313                 Add a preference (Preferences/External programs)
5314                 to allow "Display as text" to be done via a script
5315                 (patch by H.Merijn Brand).
5316                 Use GtkComboBox for protocol selection in account
5317                 preferences.
5318                 Only include current choice for existing accounts, and
5319                 insensitivize the combobox.
5320
5321 2006-06-27 [paul]       2.3.1cvs23
5322
5323         * src/mbox.c
5324                 fix crasher introduced in cvs21.
5325                 Thanks to Colin
5326
5327 2006-06-26 [colin]      2.3.1cvs22
5328
5329         * src/mbox.c
5330                 Fix double-frees when leaving folders
5331                 after exporting to mbox
5332
5333 2006-06-26 [colin]      2.3.1cvs21
5334
5335         * src/mbox.c
5336                 More feedback (and optimisation)
5337                 on import/export
5338         * src/common/utils.c
5339                 Fix case when looking for mail addresses
5340         * src/gtk/gtkutils.c
5341                 Extra check for (X-)Face
5342
5343 2006-06-25 [ticho]      2.3.1cvs20
5344
5345         * src/compose.c
5346         * src/exphtmldlg.c
5347         * src/gtk/gtkutils.c
5348         * src/gtk/gtkutils.h
5349                 Added second argument to gtkut_sc_combobox_create() to
5350                 control focus-on-click for the widget.
5351                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
5352
5353 2006-06-25 [ticho]      2.3.1cvs19
5354
5355         * src/compose.c
5356         * src/gtk/Makefile.am
5357         * src/gtk/combobox.c
5358         * src/gtk/combobox.h
5359         * src/gtk/gtkutils.c
5360         * src/gtk/gtkutils.h
5361                 Use GtkComboBox instead of deprecated GtkOptionMenu
5362                 for account selector in compose window and for encoding
5363                 selector in attachment properties.
5364                 Also factorise working with the new GtkComboBox somewhat.
5365
5366 2006-06-24 [paul]       2.3.1cvs18
5367
5368         * src/prefs_common.c
5369                 use the correct default value
5370
5371 2006-06-24 [paul]       2.3.1cvs17
5372
5373         * src/compose.c
5374         * src/prefs_common.c
5375         * src/prefs_common.h
5376         * src/prefs_compose_writing.c
5377                 enable setting of default action when
5378                 dnd'ing files in the compose window.
5379                 (Collaborative effort with wwp)
5380
5381 2006-06-23 [wwp]        2.3.1cvs16
5382
5383         * src/compose.c
5384                 i18n fix (thanks to Fabien Vantard)
5385
5386 2006-06-22 [colin]      2.3.1cvs15
5387
5388         * src/prefs_customheader.c
5389                 Don't use filters in custom headers' file 
5390                 selector. Remember, extensions mean nothing :)
5391
5392 2006-06-22 [paul]       2.3.1cvs14
5393
5394         * configure.ac
5395                 allow setting of man directory location
5396
5397 2006-06-22 [colin]      2.3.1cvs13
5398
5399         * src/mainwindow.c
5400                 Add 'View/Go to/Next unread folder'.
5401                 I missed that :)
5402
5403 2006-06-22 [colin]      2.3.1cvs12
5404
5405         * src/common/utils.c
5406                 Add some subject prefixes
5407                 Patch by Bjorn T Johansen <btj@havleik.no>
5408
5409 2006-06-22 [colin]      2.3.1cvs11
5410
5411         * manual/advanced.xml
5412                 Forgotten hidden pref
5413
5414 2006-06-21 [paul]       2.3.1cvs10
5415
5416         * src/prefs_account.c
5417                 complete the removal of 'Add date header' option
5418
5419 2006-06-21 [paul]       2.3.1cvs9
5420
5421         * src/account.c
5422         * src/compose.c
5423         * src/prefs_account.c
5424         * src/prefs_account.h
5425                 remove option to add date header - always
5426                 add date header
5427         * src/etpan/imap-thread.c
5428                 fix warnings (Thanks to Colin)
5429
5430 2006-06-21 [wwp]        2.3.1cvs8
5431
5432         * src/folder.c
5433                 set the attachment flag when inline text part are (file)named. This is more convenient
5434                 when receiving (for instance) inline source files or patches sent using thunderbird.
5435
5436 2006-06-21 [paul]       2.3.1cvs7
5437
5438         * src/inc.c
5439                 fix off-by-one count of current msg in
5440                 statusbar filtering progressbar
5441
5442 2006-06-21 [paul]       2.3.1cvs6
5443
5444         * src/folder.c
5445                 Show attachment icon even if the part is 'inline'
5446                 if the following conditions are met:
5447                 - content-type != 'text/plain'
5448                 - content-type != '*/pgp-signature'
5449                 - either 'name' or 'filename' parameter is not NULL
5450                 
5451                 Thanks to Colin
5452
5453 2006-06-21 [paul]       2.3.1cvs5
5454
5455         * src/messageview.c
5456         * src/prefs_common.c
5457         * src/prefs_common.h
5458         * src/prefs_other.c
5459                 add an option to 'Never send Return
5460                 Receipts'
5461                 Thanks to Colin
5462
5463 2006-06-20 [mones]      2.3.1cvs4
5464
5465         * po/es.po
5466                 updated
5467         * src/compose.c
5468                 typo fixed (space after comma)
5469         * tools/make.themes.project
5470                 remove exec mode from tarball files
5471
5472 2006-06-20 [colin]      2.3.1cvs3
5473
5474         * src/news.c
5475         * src/procheader.c
5476         * src/unmime.c
5477                 Better fix for \n's in headers (don't 
5478                 break Received: and others)
5479
5480 2006-06-20 [paul]       2.3.1cvs2
5481
5482         * src/alertpanel.c
5483         * src/textview.c
5484                 improve legibility of phishing attempt
5485                 dialog
5486
5487 2006-06-20 [paul]       2.3.1cvs1
5488
5489         * NEWS
5490         * README
5491         * configure.ac
5492                 Update version number following
5493                 stable release
5494
5495 2006-06-20 [colin]      2.3.0cvs26
5496
5497         * src/compose.c
5498                 When dragging a file to the text of the compose
5499                 window, ask whether we want to insert or attach
5500                 (I know lots of people who do that to attach)
5501
5502 2006-06-20 [colin]      2.3.0cvs25
5503
5504         * src/etpan/imap-thread.c
5505                 Fix threshold (the append command is often > 32 bytes)
5506
5507 2006-06-19 [colin]      2.3.0cvs24
5508
5509         * src/imap.c
5510         * src/etpan/imap-thread.c
5511                 Workaround Rockliffe IMAP server bug: replace
5512                 "x UID SEARCH (ANSWERED UID 1:*)" with
5513                 "x UID SEARCH ANSWERED"
5514                 (Rockliffe doesn't handle the parenthesis)
5515
5516 2006-06-19 [colin]      2.3.0cvs23
5517
5518         * src/compose.c
5519         * src/imap.c
5520         * src/etpan/imap-thread.c
5521                 Probably fix bug #972 (Freezes when adding 
5522                 an attachment to the message)
5523         * src/common/defs.h
5524                 Modernize Firefox cmd
5525
5526
5527 2006-06-18 [colin]      2.3.0cvs22
5528
5529         * src/prefs_customheader.c
5530                 Only allow correct filenames for various
5531                 custom headers
5532
5533 2006-06-18 [colin]      2.3.0cvs21
5534
5535         * src/prefs_customheader.c
5536                 Add a 'From File...' button in custom headers prefs, which
5537                 try to do the right thing: 
5538                 for normal headers, use file as plaintext,
5539                 for X-Face, calls compface,
5540                 for Face, encode to b64.
5541
5542 2006-06-17 [colin]      2.3.0cvs20
5543
5544         * src/mh.c
5545                 Warning fix
5546
5547 2006-06-16 [colin]      2.3.0cvs19
5548
5549         * src/summaryview.c
5550                 Recursive quicksearch: show message list
5551                 in current folder, *then* search children
5552                 in the background.
5553
5554 2006-06-16 [colin]      2.3.0cvs18
5555
5556         * src/main.c
5557                 Instead of ignoring SIGPIPE, save caches
5558                 when getting one. Will fix the fact that
5559                 hot caches are out-of-date when logging 
5560                 out of Xorg.
5561         * src/compose.c
5562         * src/prefs_compose_writing.c
5563                 Only save text (not attachments) when 
5564                 auto-saving to drafts
5565         * src/unmime.c
5566                 Always replace \n, \r and \t with spaces
5567                 in headers
5568         * manual/dist/html/Makefile.am
5569         * manual/dist/pdf/Makefile.am
5570         * manual/dist/ps/Makefile.am
5571         * manual/dist/txt/Makefile.am
5572         * manual/fr/dist/html/Makefile.am
5573         * manual/fr/dist/pdf/Makefile.am
5574         * manual/fr/dist/ps/Makefile.am
5575         * manual/fr/dist/txt/Makefile.am
5576         * manual/pl/dist/html/Makefile.am
5577         * manual/pl/dist/pdf/Makefile.am
5578         * manual/pl/dist/ps/Makefile.am
5579         * manual/pl/dist/txt/Makefile.am
5580                 Fix make clean removing pregenerated manuals
5581
5582
5583 2006-06-16 [colin]      2.3.0cvs17
5584
5585         * src/plugins/pgpcore/sgpgme.c
5586         * src/plugins/pgpmime/pgpmime.c
5587         * src/plugins/pgpinline/pgpinline.c
5588                 Better error reporting in setup_signers.
5589                 Don't fallback to default key if specified
5590                 key isn't found.
5591                 Don't allow signing if more than one secret
5592                 key matches the one specified in prefs.
5593
5594 2006-06-15 [colin]      2.3.0cvs16
5595
5596         * src/folderview.c
5597                 Add "Send queue" in the folder's contextual
5598                 menu
5599         * src/compose.c
5600         * src/messageview.c
5601         * src/privacy.c
5602         * src/privacy.h
5603         * src/procmime.c
5604         * src/procmsg.c
5605         * src/plugins/pgpcore/passphrase.c
5606         * src/plugins/pgpcore/sgpgme.c
5607         * src/plugins/pgpinline/pgpinline.c
5608         * src/plugins/pgpmime/pgpmime.c
5609                 Better error reporting
5610         * src/mbox.c
5611                 Probably fix bug #971 (2.2.3 cannot read mail 
5612                 from local mbox)
5613
5614
5615 2006-06-15 [mones]      2.3.0cvs15
5616
5617         * tools/make.themes.project
5618                 creates the themes project from the web page
5619
5620 2006-06-15 [colin]      2.3.0cvs14
5621
5622         * src/folder.c
5623                 Better fix (avoid losing the folder if scan_tree 
5624                 fails)
5625
5626 2006-06-15 [cleroy]     2.3.0cvs13
5627
5628         * src/folder.c
5629                 Probably fix Bug #969 (crash on rebuilding 
5630                 imap folder)
5631
5632 2006-06-14 [colin]      2.3.0cvs12
5633
5634         * manual/dtd/manual.xsl
5635         * manual/sylpheed-claws-manual.xml
5636         * manual/fr/sylpheed-claws-manual.xml
5637         * manual/pl/sylpheed-claws-manual.xml
5638                 Insert pagebreaks between sections
5639
5640 2006-06-14 [paul]       2.3.0cvs11
5641
5642         * configure.ac
5643                 better fix than 2.3.0cvs10
5644
5645 2006-06-14 [paul]       2.3.0cvs10
5646
5647         * configure.ac
5648                 fix setting of PACKAGE_DATA_DIR with newer autoconf
5649                 (backwards compatible)
5650
5651 2006-06-13 [colin]      2.3.0cvs9
5652
5653         * src/messageview.c
5654                 Fix sending of return receipt with the new queue folders
5655
5656 2006-06-13 [wwp]        2.3.0cvs8
5657
5658         * src/quote_fmt_lex.l
5659                 fix wrong tokens returned in quote_fmt lexer, query not().
5660
5661 2006-06-13 [wwp]        2.3.0cvs7
5662
5663         * src/folder.c
5664         * src/prefs_folder_item.c
5665                 allow changing folder type even when folder is not a top-level one,
5666                 thanks to Colin.
5667
5668 2006-06-12 [colin]      2.3.0cvs6
5669
5670         * src/folderview.c
5671                 Fix double-ask of "Do you want to mark all
5672                 as read"
5673
5674 2006-06-12 [colin]      2.3.0cvs5
5675
5676         * src/compose.c
5677         * src/compose.h
5678         * src/folder.c
5679         * src/folder.h
5680         * src/imap.c
5681         * src/inc.c
5682         * src/main.c
5683         * src/messageview.c
5684         * src/mh.c
5685         * src/prefs_folder_item.c
5686         * src/procheader.c
5687         * src/procmime.c
5688         * src/procmsg.c
5689         * src/procmsg.h
5690         * src/send_message.c
5691         * src/summaryview.c
5692         * src/toolbar.c
5693                 Apply bug #964's patch (Queue and drafts aren't normal)
5694                 The Drafts and Queue folder now contain RFC-822 files,
5695                 allowing to move and copy mails from and to these 
5696                 folders. Moving from Drafts to Queue will prepare the
5697                 mail for sending (PGP signature, encryption, etc).
5698                 This patch also rework sending errors handling to try
5699                 to be more helpful.
5700                 Also, allow redefining folder types via the GUI 
5701                 (Folder type in its Properties)
5702
5703 2006-06-12 [colin]      2.3.0cvs4
5704
5705         * src/summaryview.c
5706         * src/prefs_common.c
5707         * src/prefs_common.h
5708         * src/gedit-print.c
5709                 Allow to define a specific print font - patch
5710                 by Bernhard Walle <bernhard.walle@gmx.de>
5711         * src/prefs_fonts.c
5712         * manual/advanced.xml
5713         * manual/fr/advanced.xml
5714                 Add a hidden pref to allow deletion without
5715                 confirmation
5716
5717 2006-06-12 [wwp]        2.3.0cvs3
5718
5719         * .cvsignore
5720                 more files to ignore.
5721
5722 2006-06-12 [wwp]        2.3.0cvs2
5723
5724         * src/quote_fmt.c
5725         * src/quote_fmt_lex.l
5726         * src/quote_fmt_parse.y
5727                 extend the quote_fmt parser (templates and quotes):
5728                 - allow limited sub-expressions in |p{} and |f{} expressions,
5729                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
5730                 - implemented/fixed missing implementation of query_references and show_references,
5731                 - completed, fixed contents and format of the symbols help dialog,
5732                 - fix some compilation warnings.
5733
5734 2006-06-12 [wwp]        2.3.0cvs1
5735
5736         * manual/advanced.xml
5737         * manual/fr/advanced.xml
5738                 updates in the "templates" section of the manual (eng/fr):
5739                  - be more precise (both versions)
5740                  - completed to match the english reference (fr version)
5741                  - touchups (both versions)
5742
5743 2006-06-12 [paul]       2.3.0
5744
5745         2.3.0 released
5746
5747 2006-06-12 [paul]       2.2.3cvs14
5748
5749         * po/ca.po
5750         * po/cs.po
5751         * po/de.po
5752         * po/el.po
5753         * po/fr.po
5754         * po/it.po
5755         * po/pt_BR.po
5756         * po/sr.po
5757         * po/zh_CN.po
5758                 updated by Miquel Oliete, Tim, Stephan Sachse,
5759                 Stavros Giannouris, Fabien Vantard, Andrea
5760                 Spadaccini, Frederico Goncalves Guimaraes,
5761                 Aleksandar Urosevic, and Ralgh Young
5762
5763 2006-06-12 [colin]      2.2.3cvs13
5764
5765         * src/mbox.c
5766                 Add missing header
5767
5768 2006-06-11 [colin]      2.2.3cvs12
5769
5770         * src/msgcache.c
5771                 Verify that g_malloc() succeeded
5772
5773 2006-06-11 [colin]      2.2.3cvs11
5774
5775         * src/wizard.c
5776                 Add Face header to welcome mail
5777
5778 2006-06-10 [colin]      2.2.3cvs10
5779
5780         * src/textview.c
5781                 Revert previous (Forgot it changes the
5782                 margin on the whole mail)
5783
5784 2006-06-10 [colin]      2.2.3cvs9
5785
5786         * src/textview.c
5787                 Don't overlap long headers under (X-)Face
5788
5789 2006-06-10 [mones]      2.2.3cvs8
5790
5791         * manual/xml2pdf
5792                 allow generation of manual on systems lacking saxon binary
5793                 but with java and the saxon library installed
5794
5795         * po/es.po
5796                 updated for release
5797
5798 2006-06-09 [colin]      2.2.3cvs7
5799
5800         * src/summaryview.c
5801                 Fix leak when using Display Sender using Addressbook
5802
5803 2006-06-09 [colin]      2.2.3cvs6
5804
5805         * src/compose.c
5806         * src/folder.c
5807         * src/folderview.c
5808         * src/mimeview.c
5809         * src/summaryview.c
5810                 More leaks fixes
5811
5812 2006-06-09 [paul]       2.2.3cvs5
5813
5814         * AUTHORS
5815         * src/gtk/authors.h
5816         * tools/claws.i18n.status.pl
5817                 updated with new info
5818
5819 2006-06-09 [paul]       2.2.3cvs4
5820
5821         * README
5822                 updated
5823         * manual/ack.xml
5824                 add wwp to authors list
5825         * src/gtk/authors.h
5826                 update mine and Colin's addresses
5827
5828 2006-06-08 [colin]      2.2.3cvs3
5829
5830         * src/etpan/imap-thread.c
5831                 Fix leak on SSL cert check
5832
5833 2006-06-08 [colin]      2.2.3cvs2
5834
5835         * src/common/utils.c
5836                 Fix leak
5837
5838 2006-06-08 [paul]       2.2.3cvs1
5839
5840         * configure.ac
5841                 Update version number following
5842                 stable release
5843
5844 2006-06-07 [colin]      2.2.2cvs3
5845
5846         * src/msgcache.c
5847                 Fix catching cache read errors (guint instead of gint)
5848                 Prevent malloc'ing more than 8MB (means cache corruption)
5849
5850 2006-06-07 [paul]       2.2.2cvs2
5851
5852         * src/exporthtml.c
5853         * src/exportldif.c
5854         * src/mh.c
5855         * src/mutt.c
5856         * src/pine.c
5857         * src/common/utils.c
5858                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
5859                 obey $HOME'
5860                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
5861                 Thanks to Colin
5862
5863 2006-06-06 [paul]       2.2.2cvs1
5864
5865         * configure.ac
5866                 Update version number following
5867                 stable release
5868
5869 2006-06-06 [paul]       2.2.1cvs6
5870
5871         * src/matcher.c
5872                 fix  implicit declaration of
5873                 sylpheed_do_idle()
5874                 Patch by Fabien Vantard
5875
5876 2006-06-06 [paul]       2.2.1cvs5
5877
5878         * src/matcher.c
5879                 fix age_greater and age_lower so that they
5880                 mean what say and not '...or equal to'
5881                 Thanks to Colin
5882
5883 2006-06-06 [paul]       2.2.1cvs4
5884
5885         * src/textview.c
5886         * src/common/utils.c
5887                 fix URI check
5888                 Thanks to Colin
5889
5890 2006-06-05 [wwp]        2.2.1cvs3
5891
5892         * manual/fr/account.xml
5893                 minor language fixes (thanks to Fabien Vantard).
5894
5895 2006-06-05 [colin]      2.2.1cvs2
5896
5897         * src/prefs_folder_item.c
5898         * src/folderview.c
5899                 Allow recursive setting of properties 
5900                 for whole mailboxes
5901         * src/matcher.c
5902                 Don't freeze on 'test' filtering rule
5903
5904 2006-06-05 [colin]      2.2.1cvs1
5905
5906         * configure.ac
5907                 Update version number following
5908                 stable release
5909
5910 2006-06-04 [wwp]        2.2.0cvs82
5911
5912         * manual/glossary.xml
5913         * manual/account.xml
5914         * manual/fr/glossary.xml
5915         * manual/fr/account.xml
5916                 added glossary section and references/links related to the Face custom header.
5917
5918 2006-06-04 [colin]      2.2.0cvs81
5919
5920         * src/summaryview.c
5921                 Skip to next message on move with no
5922                 immediate execution
5923
5924 2006-06-04 [wwp]        2.2.0cvs80
5925
5926         * manual/xml2pdf
5927                 added sanity checks, exit when needed.
5928
5929 2006-06-03 [paul]       2.2.0cvs79
5930
5931         * src/prefs_receive.c
5932                 page name is now 'Receiving'
5933         * src/prefs_send.c
5934                 page name is now 'Sending'
5935
5936 2006-06-03 [colin]      2.2.0cvs78
5937
5938         * src/plugins/spamassassin/spamassassin_gtk.c
5939                 Autoswitch to Localhost if transport was previously
5940                 disabled. Else people had to check [] Enable, then
5941                 *reselect* transport.
5942
5943 2006-06-03 [colin]      2.2.0cvs77
5944
5945         * src/plugins/pgpinline/pgpinline.c
5946         * src/plugins/pgpmime/pgpmime.c
5947                 Check that gpg_data_release_and_get_mem 
5948                 didn't fail (now, why this happens...)
5949
5950 2006-06-03 [colin]      2.2.0cvs76
5951
5952         * src/mbox.c
5953                 Fix bug #962 (Manual and/or UI should 
5954                 warn about incompatible locking 
5955                 causing dataloss)
5956
5957 2006-06-02 [cleroy]     2.2.0cvs75
5958
5959         * src/filtering.c
5960         * src/folder.c
5961         * src/procmsg.c
5962         * src/summaryview.c
5963                 Fix a few leaks
5964
5965 2006-06-02 [colin]      2.2.0cvs74
5966
5967         * src/main.c
5968                 On exit, free caches after writing them
5969                 Shuts up some valgrind false positives
5970         * src/procmsg.c
5971         * src/send_message.c
5972                 Fix races when reusing existing SMTP connections
5973                 Fix inexistant session timeout
5974         * src/toolbar.c
5975                 Display alertpanel after all queues have
5976                 been processed, not after each
5977
5978 2006-06-02 [wwp]        2.2.0cvs73
5979
5980         * manual/fr/glossary.xml
5981         * manual/fr/ack.xml
5982         * manual/ack.xml
5983                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
5984
5985 2006-06-02 [wwp]        2.2.0cvs72
5986
5987         * manual/xml2pdf
5988         * manual/dist/pdf/Makefile.am
5989         * manual/dtd/manual.xsl
5990         * manual/fr/dist/pdf/Makefile.am
5991         * manual/pl/dist/pdf/Makefile.am
5992                 we changed the procedure to generate the .pdf version of the manual.
5993                 The procedure is more modern and the .pdf we get now has a valid index.
5994                 Here are the new pre-requisites:
5995
5996                 - JRE 1.x (1.4 here): there must be one from your distro
5997                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
5998                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
5999                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
6000
6001                 See my posts for further info about the installation of this toolchain:
6002
6003                 Date: Fri, 19 May 2006 19:40:06 +0200
6004                 From: wwp <subscript@free.fr>
6005                 To: sylpheed-claws-devel@lists.sourceforge.net
6006                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
6007
6008                 and
6009
6010                 Date: Wed, 24 May 2006 12:58:49 +0200
6011                 From: wwp <subscript@free.fr>
6012                 To: sylpheed-claws-devel@lists.sourceforge.net
6013                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
6014
6015 2006-06-01 [colin]      2.2.0cvs71
6016
6017         * src/compose.c
6018                 Better guards against IMAP races
6019         * src/main.c
6020         * src/prefs_common.c
6021         * src/prefs_common.h
6022         * src/common/ssl_certificate.c
6023         * src/etpan/imap-thread.c
6024         * src/etpan/imap-thread.h
6025         * src/gtk/sslcertwindow.c
6026                 New hidden option ssl_skip_cert_check to 
6027                 avoid dups of bug #959 (libetpan linked
6028                 against gnutls and gnutls buggy on 64bit)
6029                 Present expired warning only once per
6030                 session/server.
6031         * manual/advanced.xml
6032         * manual/fr/advanced.xml
6033                 Document new option
6034
6035 2006-06-01 [wwp]        2.2.0cvs70
6036
6037         * src/messageview.c
6038                 fix for bug #961 (return receipt dialog 
6039                 complains incorrectly about return-path 
6040                 email adress being different), thanks 
6041                 to Colin.
6042
6043 2006-05-31 [cleroy]     2.2.0cvs69
6044
6045         * src/common/ssl.c
6046                 Guard against NULLs, although this
6047                 should never be an issue
6048
6049 2006-05-31 [colin]      2.2.0cvs68
6050
6051         * src/filtering.c
6052                 Use g_slist_prepend
6053         * src/imap.c
6054                 Don't remove caches when destroying folder, it
6055                 could (should) be done at exit
6056         * src/inc.c
6057                 free processing cache after incorporation
6058         * src/etpan/imap-thread.c
6059                 Maybe fix bug #959 (Crash on moving to emails 
6060                 to a imap account per ssl with a expired 
6061                 certificate.)
6062
6063 2006-05-30 [colin]      2.2.0cvs67
6064
6065         * src/summaryview.c
6066                 Put back event flush when displaying message
6067                 It avoids reading a bunch of messages just
6068                 by hitting shift-n for too long ;)
6069
6070 2006-05-29 [colin]      2.2.0cvs66
6071
6072         * src/summaryview.c
6073                 Remove useless g_warnings
6074
6075 2006-05-29 [colin]      2.2.0cvs65
6076
6077         * src/imap.c
6078                 Fix g_slist_append()s for performance
6079
6080 2006-05-29 [colin]      2.2.0cvs64
6081
6082         * src/compose.c
6083         * src/common/utils.c
6084                 Fix extraneous tab at start of addresses
6085         * src/mainwindow.c
6086                 Fix warnings (thanks to Fabien)
6087                 Fix crash at exit when composing messages 
6088                 exist
6089         * src/pop.c
6090                 Fix progress bar when deleting expired mails
6091                 Thanks to Hiro
6092         * src/summaryview.c
6093         * src/gtk/gtksctree.c
6094                 Fix re-sorting slowness
6095
6096 2006-05-29 [paul]       2.2.0cvs63
6097
6098         * src/mh.c
6099                 fetch full message when moving mails
6100                 from another mailbox, (fixed data loss
6101                 when filtering from IMAP to MH, introduced
6102                 in 2.2.0cvs57).
6103                 Thanks to Colin
6104
6105 2006-05-29 [mones]      2.2.0cvs62
6106
6107         * src/gtk/gtksctree.c
6108                 Unselect faster (patch by Colin)        
6109
6110 2006-05-26 [colin]      2.2.0cvs61
6111
6112         * src/summaryview.c
6113                 Unplug MSGINFO_UPDATE callback on delete too.
6114
6115 2006-05-26 [colin]      2.2.0cvs60
6116
6117         * src/foldersel.c
6118                 Fix bold in folder selection window with glib2.10
6119                 thanks Hiro
6120
6121 2006-05-26 [colin]      2.2.0cvs59
6122
6123         * src/procheader.c
6124                 Convert date only if necessary (and don't
6125                 try to convert from utf8 to utf8, too)
6126         * src/summaryview.c
6127                 Only set column's text if the column's 
6128                 displayed
6129
6130 2006-05-26 [colin]      2.2.0cvs58
6131
6132         * src/summaryview.c
6133         * src/gtk/gtkutils.c
6134                 Fix useless warning
6135
6136 2006-05-26 [colin]      2.2.0cvs57
6137
6138         * src/mainwindow.c
6139                 Make summaryview selectable as long as 
6140                 no message has focus
6141         * src/mh.c
6142                 Faster deletion (by implementing mh_remove_msgs)
6143                 Faster copy (avoid using mh_fetch_msg just to get
6144                 the filename)
6145                 Faster move (using move_file instead of copy_file
6146                 if MSG_IS_MOVE)
6147                 No progressbar if total number of mails to cp/mv 
6148                 is less than 100
6149         * src/summaryview.c
6150                 Fix removal from subject_table when mail gets moved
6151                 Faster deletion (g_slist_prepend instead of append)
6152         * src/gtk/gtksctree.c
6153                 Remove useless code
6154
6155 2006-05-25 [colin]      2.2.0cvs56
6156
6157         * src/common/ssl_certificate.c
6158                 Fix leak in expired cert check
6159
6160 2006-05-25 [colin]      2.2.0cvs55
6161
6162         * src/mh.c
6163                 Disable flags syncing on .mh_sequences - it
6164                 is buggy and marks mails read under unknown
6165                 conditions.
6166
6167 2006-05-25 [paul]
6168
6169         * 2.3.0-rc4 released
6170
6171 2006-05-24 [colin]      2.2.0cvs54
6172
6173         attention cvs users: if you manage to crash
6174         Sylpheed-Claws while moving, copying or deleting
6175         mails, we *are* interested in stack traces and
6176         valgrind logs. It looks stable, but one never
6177         knows...
6178
6179         * src/folder.c
6180                 Add progressbar for cache updates
6181         * src/folderutils.c
6182                 Optimize Mark all read in the current
6183                 folder
6184         * src/mh.c
6185                 Add progressbar for copy/move
6186         * src/procmsg.c
6187                 Optimize O(n^2) in copy/move
6188         * src/summaryview.c
6189         * src/gtk/gtksctree.c
6190                 Optimize O(n^2) algos
6191         * src/common/timing.h
6192                 Display ms instead of us
6193
6194 2006-05-24 [wwp]        2.2.0cvs53
6195
6196         * manual/fr/advanced.xml
6197                 updates to the French manual.
6198
6199 2006-05-24 [wwp]        2.2.0cvs52
6200
6201         * src/common/utils.c
6202                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
6203
6204 2006-05-24 [wwp]        2.2.0cvs51
6205
6206         * src/folderutils.c
6207                 fixed "mark all read" in MH folders (thanks to Colin).
6208
6209 2006-05-24 [paul]       2.2.0cvs50
6210
6211         * doc/man/sylpheed-claws.1
6212                 updated the man page
6213
6214 2006-05-23 [colin]      2.2.0cvs49
6215
6216         * src/folderview.c
6217         * src/imap.c
6218         * src/inc.c
6219         * src/mbox.c
6220         * src/messageview.c
6221         * src/news.c
6222         * src/send_message.c
6223         * src/summaryview.c
6224         * src/gtk/sslcertwindow.c
6225                 alertpanel fixes, by Fabien
6226
6227 2006-05-23 [colin]      2.2.0cvs48
6228
6229         * src/folder.c
6230         * src/folderview.c
6231         * src/msgcache.c
6232         * src/summaryview.c
6233         * src/gtk/gtksctree.c
6234         * src/gtk/gtksctree.h
6235                 More timings
6236                 Fix slow loading problem, which was caused by the
6237                 use of some gtk_ctree funcs and their use of
6238                 g_list_position while gtk_ctree_(un)link'ing.
6239                 Reap more functions from gtkctree.c to be sure we
6240                 use our (fast) version instead of theirs.
6241         * src/mh.c
6242                 Fix copy of unread mails
6243
6244
6245 2006-05-22 [wwp]        2.2.0cvs47
6246
6247         * manual/fr/advanced.xml
6248                 updated.
6249
6250 2006-05-22 [colin]      2.2.0cvs46
6251
6252         * src/filtering.c
6253                 Fix possible infinite loop. 'copy' is not a 
6254                 final action, so when encountering a 'copy',
6255                 we have to check if a previous one was set
6256                 and do it. In the same way, if we encounter
6257                 a 'move' we have to perform a possibly 
6258                 pending 'copy'. This will slow down filtering
6259                 on IMAP if move+copy or multiple copy actions
6260                 are to be done, but handling it via the batch
6261                 would be really too convoluted.
6262
6263 2006-05-22 [wwp]        2.2.0cvs45
6264
6265         * manual/fr/advanced.xml
6266         * manual/fr/faq.xml
6267         * manual/fr/glossary.xml
6268         * manual/fr/handling.xml
6269         * manual/fr/intro.xml
6270         * manual/fr/plugins.xml
6271         * manual/fr/sylpheed-claws-manual.xml
6272                 sync w/ the english manual: updates URIs, documented mailing-list
6273                 support, better explanation about the enabled/disabled feature
6274                 in filtering/processing rules by Paul.
6275
6276 2006-05-21 [colin]      2.2.0cvs44
6277
6278         * src/summaryview.c
6279                 Don't expand after building threads, but during
6280
6281 2006-05-21 [colin]      2.2.0cvs43
6282
6283         * src/procmsg.c
6284         * src/summaryview.c
6285                 More timing possibilities... For next time I have 
6286                 to find out how the hell some 3GHz computer takes
6287                 one minute to open a 30k folder...
6288
6289 2006-05-21 [colin]      2.2.0cvs42
6290
6291         * manual/pl/advanced.xml
6292         * manual/pl/faq.xml
6293         * manual/pl/glossary.xml
6294         * manual/pl/handling.xml
6295         * manual/pl/intro.xml
6296         * manual/pl/plugins.xml
6297         * manual/pl/sylpheed-claws-manual.xml
6298                 Polish manual updated by Pawel
6299
6300 2006-05-20 [colin]
6301
6302         * 2.3.0-rc3 released
6303
6304 2006-05-20 [colin]      2.2.0cvs41
6305
6306         * src/imap.c
6307                 Fix -rc2 problems:
6308                 - remove cache of moved messages from original folder
6309                 - apply new flags to messages even if they aren't appliable
6310                   via IMAP.
6311
6312 2006-05-20 [colin]
6313
6314         * 2.3.0-rc2 released
6315
6316 2006-05-19 [colin]      2.2.0cvs40
6317
6318         * src/imap.c
6319                 Don't issue SELECT in imap_change_flags
6320                 before having checked that we indeed have
6321                 some flags to change. MSG_POSTFILTERED for
6322                 example can't be used on IMAP.
6323                 Fixes bug #955 (copying messages between 
6324                 imap folders is extremely slow), which was
6325                 a regression.
6326
6327 2006-05-19 [colin]      2.2.0cvs39
6328
6329         * src/folder.c
6330         * src/folder.h
6331         * src/folderview.c
6332                 Try to fix bug #830 (Some unread messages 
6333                 get marked read in IMAP inbox):
6334                 - Prevent scanning a folder if it's being 
6335                   opened via the GUI
6336                 - Postpone opening via the GUI of a folder
6337                   currently scanned.
6338
6339
6340 2006-05-19 [wwp]        2.2.0cvs38
6341
6342         * manual/advanced.xml
6343                 fix English+typo (thanks to Paul).
6344
6345 2006-05-19 [wwp]        2.2.0cvs37
6346
6347         * manual/advanced.xml
6348         * manual/fr/advanced.xml
6349         * src/gtk/logwindow.c
6350         * src/prefs_common.c
6351         * src/prefs_common.h
6352                 added hidden prefs to allow customization of colors used in
6353                 protocol log window (useful for dark gtk+ themes).
6354
6355 2006-05-19 [wwp]        2.2.0cvs36
6356
6357         * ChangeLog
6358                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
6359
6360 2006-05-19 [paul]       2.2.0cvs35
6361
6362         * src/textview.c
6363                 make Reply-To fully clickable
6364         * src/gtk/logwindow.c
6365                 more colouring (SMTP ESMTP)
6366         Both patches by Pawel Pekala
6367
6368 2006-05-19 [cleroy]     2.2.0cvs34
6369
6370         * src/mh.c
6371                 Don't update flags from current folder
6372                 Probably fixes bug #935 (Read Messages 
6373                 Revert to Being Marked as Unread)
6374
6375 2006-05-18 [colin]      2.2.0cvs33
6376
6377         * src/imap.c
6378                 Warning fix
6379         * src/compose.c
6380         * src/mainwindow.c
6381         * src/summaryview.c
6382         * src/toolbar.c
6383                 Allow replying to multiple emails
6384                 in multiple windows
6385         * src/mimeview.c
6386         * src/etpan/imap-thread.c
6387                 Leak fixes
6388
6389 2006-05-18 [paul]       2.2.0cvs32
6390
6391         * src/summaryview.c
6392                 keep Mailing-List menu refreshed
6393                 Thanks to Colin
6394
6395 2006-05-18 [paul]       2.2.0cvs31
6396
6397         * manual/advanced.xml
6398         * manual/faq.xml
6399         * manual/glossary.xml
6400         * manual/handling.xml
6401         * manual/intro.xml
6402         * manual/plugins.xml
6403         * manual/sylpheed-claws-manual.xml
6404                 update URLs
6405                 add info about mailing-list support
6406                 edit filtering info
6407         * src/wizard.c
6408         * src/common/defs.h
6409         * src/gtk/about.c
6410         * src/plugins/dillo_viewer/README
6411                 update URLs
6412
6413 2006-05-17 [wwp]        2.2.0cvs30
6414
6415         * manual/handling.xml
6416         * manual/fr/handling.xml
6417                 documented the ability to enabled/disable filtering/processing rules.
6418
6419 2006-05-17 [colin]      2.2.0cvs29
6420
6421         * src/main.c
6422                 Don't initialize g_thread subsystem if it's 
6423                 already done (thanks to Hiro)
6424         * src/mimeview.c
6425                 Fix saving of parts when there name can't be
6426                 converted from UTF-8.
6427
6428 2006-05-17 [paul]       2.2.0cvs28
6429
6430         * po/Makefile.in.in
6431                 fix config.status warning with autoconf 2.60
6432
6433 2006-05-17 [paul]       2.2.0cvs27
6434
6435         * po/POTFILES.in
6436                 add src/mbox.c
6437
6438 2006-05-17 [wwp]        2.2.0cvs26
6439
6440         * src/mainwindow.c
6441                 fix useless and potentially dangerous buffer walking (thanks to Colin).
6442
6443 2006-05-17 [wwp]        2.2.0cvs25
6444
6445         * src/plugins/demo/demo.c
6446                 updated product name in plugin demo (many plugins need to be
6447                 sync'ed w/ that change).
6448
6449 2006-05-17 [colin]      2.2.0cvs24
6450
6451         * src/mh.c
6452                 Fix leak
6453
6454 2006-05-16 [colin]      2.2.0cvs23
6455
6456         * src/mainwindow.c
6457                 Stupid me hit again. Fix cvs22.
6458
6459 2006-05-16 [colin]      2.2.0cvs22
6460
6461         * src/mainwindow.c
6462                 Fix bug #922 (sylpheed-claws crashed after 
6463                 pushing on Inbox folder)
6464
6465 2006-05-16 [colin]      2.2.0cvs21
6466
6467         * src/compose.c
6468                 Make From header be copy/paste/select-able
6469
6470 2006-05-16 [wwp]        2.2.0cvs20
6471
6472         * src/export.c
6473         * src/matcher.c
6474         * src/summaryview.c
6475         * src/etpan/imap-thread.c
6476                 fix some compiler warnings (thanks to Colin).
6477
6478 2006-05-16 [wwp]        2.2.0cvs19
6479
6480         * src/action.c
6481         * src/gedit-print.c
6482         * src/inc.c
6483         * src/mainwindow.c
6484         * src/mh.c
6485         * src/statusbar.c
6486         * src/send_message.c
6487         * src/summaryview.c
6488                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
6489
6490 2006-05-15 [colin]      2.2.0cvs18
6491
6492         * src/procmsg.c
6493                 Fix automatic rule creation with List-Post
6494
6495 2006-05-15 [paul]       2.2.0cvs17
6496
6497         * tools/filter_conv_new.pl
6498                 updated for rule enabling/disabling
6499                 claws version >= 2.3.x required
6500
6501 2006-05-15 [cleroy]     2.2.0cvs16
6502
6503         * src/main.c
6504                 Revert test
6505
6506 2006-05-15 [cleroy]     2.2.0cvs15
6507
6508         * src/main.c
6509                 test
6510
6511 2006-05-15 [wwp]        2.2.0cvs14
6512
6513         * manual/pl/.cvsignore
6514                 ignore generated files.
6515
6516 2006-05-14 [wwp]        2.3.0-rc1
6517
6518         * 2.3.0-rc1 released
6519
6520 2006-05-13 [wwp]        2.2.0cvs13
6521
6522         * src/filtering.c
6523         * src/filtering.h
6524         * src/matcher.c
6525         * src/matcher_parser_lex.l
6526         * src/matcher_parser_parse.y
6527         * src/prefs_filtering.c
6528                 new feature: provide the ability to disable filtering and processing
6529                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
6530                 adaptations.
6531
6532 2006-05-13 [colin]      2.2.0cvs12
6533
6534         * src/compose.c
6535                 Remove useless if (a) b; else b;
6536                 Thanks to wwp
6537
6538 2006-05-13 [wwp]        2.2.0cvs11
6539
6540         * src/export.c
6541         * src/import.c
6542         * src/mainwindow.c
6543         * src/mbox.c
6544         * src/summaryview.c
6545         * src/summaryview.h
6546                 no more silent failures (or at least less ones) when importing
6547                 or exporting from/to mbox. Also start importing/exporting if
6548                 the necessary info is set.
6549
6550 2006-05-13 [wwp]        2.2.0cvs10
6551
6552         * RELEASE_NOTES
6553                 restored up-to-date release notes.
6554
6555 2006-05-13 [paul]       2.2.0cvs9
6556
6557         * po/nl.po
6558         * po/ru.po
6559                 updated by Tim Dijkstra and Pavlo Bohmat
6560
6561 2006-05-12 [colin]      2.2.0cvs8
6562
6563         * src/gtk/quicksearch.c
6564                 Add "k" as shortcut for "colorlabel". Patch
6565                 by ath42@users.sf.net.
6566
6567 2006-05-12 [paul]       2.2.0cvs7
6568
6569         * src/prefs_common.h
6570         * src/prefs_summaries.c
6571         * src/summaryview.c
6572                 when entering a folder also allow
6573                 going directly to first Marked message
6574
6575 2006-05-12 [paul]       2.2.0cvs6
6576
6577         * src/summaryview.c
6578                 always obey 'confirm before marking all
6579                 mails read' option
6580
6581 2006-05-12 [paul]       2.2.0cvs5
6582
6583         * src/textview.c
6584                 make Sender fully clickable
6585
6586 2006-05-12 [colin]      2.2.0cvs4
6587
6588         * src/compose.c
6589         * src/compose.h
6590                 Let From be editable
6591         * src/main.c
6592         * src/mh.c
6593                 Full support of .mh_sequences' Unseen seq
6594
6595 2006-05-12 [colin]      2.2.0cvs3
6596
6597         * src/folder.c
6598         * src/mainwindow.c
6599         * src/mainwindow.h
6600         * src/messageview.c
6601         * src/prefs_spelling.c
6602         * src/procheader.c
6603         * src/procmsg.c
6604         * src/procmsg.h
6605         * src/summaryview.c
6606         * src/toolbar.c
6607         * src/toolbar.h
6608                 Add contextual menu on Compose toolbar
6609                 button. Fixes bug #944 (Automatic
6610                 addresses not applied when changing account
6611                 from compose window)
6612                 add Mailing List support
6613                 based on the old 0.6.5claws25 patch by
6614                 Melvin Hadasht, with finishing touches
6615                 by Colin
6616                 Fix "ignore thread" when mails are threaded by
6617                 subject (and weren't ignored although appearing
6618                 in the thread).
6619                 GUI rework.
6620                 Both patches by Pawel.
6621
6622 2006-05-08 [paul]       2.2.0cvs2
6623
6624         * src/mainwindow.c
6625         * src/mainwindow.h
6626         * src/messageview.c
6627         * src/procheader.c
6628         * src/procmsg.c
6629         * src/procmsg.h
6630         * src/summaryview.c
6631                 add Mailing List support
6632                 based on the old 0.6.5claws25 patch by 
6633                 Melvin Hadasht, with finishing touches
6634                 by Colin
6635
6636 2006-05-08 [colin]      2.2.0cvs1
6637
6638         * src/mainwindow.c
6639         * src/toolbar.c
6640         * src/toolbar.h
6641                 Add contextual menu on Compose toolbar 
6642                 button. Fixes bug #944 (Automatic 
6643                 addresses not applied when changing account 
6644                 from compose window)
6645
6646 2006-05-08 [paul]       2.2.0
6647
6648         2.2.0 released
6649
6650 2006-05-08 [paul]       2.1.1cvs51
6651
6652         * po/cs.po
6653         * po/de.po
6654         * po/en_GB.po
6655         * po/fi.po
6656         * po/fr.po
6657         * po/pt_BR.po
6658         * po/sr.po
6659         * po/zh_CN.po
6660                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6661                 Fabien Vantard, Frederico Goncalves Guimaraes,
6662                 Aleksandar Urosevic, and Ralgh Young
6663
6664 2006-05-12 [colin]      2.1.1cvs50
6665
6666         * po/cs.po
6667         * po/de.po
6668         * po/en_GB.po
6669         * po/es.po
6670         * po/fi.po
6671         * po/fr.po
6672         * po/pt_BR.po
6673         * po/sr.po
6674         * po/zh_CN.po
6675                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6676                 Fabien Vantard, Frederico Goncalves Guimaraes,
6677                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
6678
6679 2006-05-05 [colin]      2.1.1cvs49
6680
6681         * manual/Makefile.am
6682         * manual/pl/Makefile.am
6683         * manual/pl/account.xml
6684         * manual/pl/ack.xml
6685         * manual/pl/addrbook.xml
6686         * manual/pl/advanced.xml
6687         * manual/pl/faq.xml
6688         * manual/pl/glossary.xml
6689         * manual/pl/gpl.xml
6690         * manual/pl/handling.xml
6691         * manual/pl/intro.xml
6692         * manual/pl/keyboard.xml
6693         * manual/pl/plugins.xml
6694         * manual/pl/starting.xml
6695         * manual/pl/sylpheed-claws-manual.xml
6696         * manual/pl/dist/.cvsignore
6697         * manual/pl/dist/Makefile.am
6698         * manual/pl/dist/html/.cvsignore
6699         * manual/pl/dist/html/Makefile.am
6700         * manual/pl/dist/pdf/.cvsignore
6701         * manual/pl/dist/pdf/Makefile.am
6702         * manual/pl/dist/ps/.cvsignore
6703         * manual/pl/dist/ps/Makefile.am
6704         * manual/pl/dist/txt/.cvsignore
6705         * manual/pl/dist/txt/Makefile.am
6706                 Add the polish translation of the manual,
6707                 Authored by Pawel Pekala.
6708
6709 2006-05-05 [cleroy]     2.1.1cvs48
6710
6711         * src/main.c
6712                 Re-read matcherrc after loading plugins 
6713                 if some of them add folders.
6714
6715 2006-05-03 [colin]      2.1.1cvs47
6716
6717         * src/imap.c
6718                 I'm idiot
6719
6720 2006-05-03 [colin]      2.1.1cvs46
6721
6722         * src/imap.c
6723                 Be sure to have a session when
6724                 getting separator
6725
6726 2006-05-03 [colin]      2.1.1cvs45
6727
6728         * src/imap.c
6729         * src/imap.h
6730         * src/imap_gtk.c
6731                 Fix preventing renaming with namespace 
6732                 separator.
6733
6734 2006-05-01 [colin]      2.1.1cvs44
6735
6736         * src/action.c
6737                 Don't reload messageview when result of
6738                 action is piped.
6739
6740 2006-04-29 [colin]      2.1.1cvs43
6741
6742         * src/prefs_receive.c
6743         * src/plugins/spamassassin/spamassassin_gtk.c
6744         * src/plugins/clamav/clamav_plugin_gtk.c
6745                 GUI fixes by Pawel
6746
6747 2006-04-29 [colin]      2.1.1cvs42
6748
6749         * src/prefs_compose_writing.c
6750         * src/prefs_quote.c
6751                 Cleanups. Patch by Pawel
6752
6753 2006-04-28 [paul]       2.1.1cvs41
6754
6755         * src/matcher.c
6756                 fix returned quick search results when search
6757                 term contains an underscore.
6758                 Thanks to Colin
6759
6760 2006-04-28 [paul]       2.1.1cvs40
6761
6762         * src/prefs_message.c
6763         * src/prefs_receive.c
6764                 GUI cleanups
6765                 Patches by Pawel Pekala
6766
6767 2006-04-27 [colin]      2.1.1cvs39
6768
6769         * src/wizard.c
6770                 Differentiate subject Welcome from
6771                 window's title Welcome
6772
6773 2006-04-27 [paul]
6774
6775         2.2.0-rc1 released
6776
6777 2006-04-27 [paul]       2.1.1cvs38
6778
6779         * manual/advanced.xml
6780         * manual/fr/advanced.xml
6781                 add info about compose_no_markup hidden pref
6782
6783 2006-04-27 [paul]       2.1.1cvs37
6784
6785         * src/prefs_account.c
6786                 improve privacy labels
6787         * src/prefs_msg_colors.c
6788                 change some strings for translators' convenience
6789         * src/gtk/gtkutils.c
6790                 don't underline the link button text
6791
6792 2006-04-25 [colin]      2.1.1cvs36
6793
6794         * src/folder.c
6795                 Complete 2.1.1cvs33 (once more ;)
6796
6797 2006-04-25 [colin]      2.1.1cvs35
6798
6799         * src/editldap.c
6800                 Fix tooltip
6801
6802 2006-04-25 [cleroy]     2.1.1cvs34
6803
6804         * src/compose.c
6805         * src/gtk/gtkaspell.c
6806                 Fix crash on redirect (related to the return 
6807                 of the aspell menu in compose's toolbar)
6808         * src/prefs_msg_colors.c
6809                 Fix sensitivity widgets
6810         * src/image_viewer.c
6811         * src/gtk/pluginwindow.c
6812         * src/gtk/prefswindow.c
6813                 Change released signals to clicked (Fabien)
6814         * po/POTFILES.in
6815         * src/common/socket.c
6816         * src/plugins/spamassassin/spamassassin.c
6817                 Translate strings (Fabien)
6818
6819 2006-04-25 [paul]       2.1.1cvs33
6820
6821         * src/folder.c
6822         * src/folder.h
6823         * src/folderview.c
6824                 complete the fix of bug #912
6825                 Thanks to Colin
6826
6827 2006-04-25 [colin]      2.1.1cvs32
6828
6829         * src/news.c
6830                 Better progress bar
6831         * src/mimeview.c
6832         * src/summaryview.c
6833         * src/summaryview.h
6834                 Fix focus chain
6835                 Patches by Pawel Pekala
6836
6837 2006-04-24 [colin]      2.1.1cvs31
6838
6839         * src/compose.c
6840                 Fix compilation warnings (Fabien)
6841
6842 2006-04-24 [colin]      2.1.1cvs30
6843
6844         * src/addrindex.c
6845         * src/editldap.c
6846         * src/editldap_basedn.c
6847         * src/editldap_basedn.h
6848         * src/ldapctrl.c
6849         * src/ldapctrl.h
6850         * src/ldapquery.c
6851         * src/ldaputil.c
6852         * src/ldaputil.h
6853                 Fix bug #901 (LDAPS support)
6854
6855 2006-04-24 [colin]      2.1.1cvs29
6856
6857         * src/compose.c
6858                 Fix logic on error with send dialog on
6859         * src/imap.c
6860                 Fix compilation without libetpan, thanks
6861                 to Fabien
6862         * src/summaryview.c
6863                 Fix 'context-menu' key
6864
6865 2006-04-23 [colin]      2.1.1cvs28
6866
6867         * src/folder.c
6868                 Never free current's cache to free up 
6869                 memory. Fixes bug #912 (new count 
6870                 randomly set to message count)
6871
6872 2006-04-23 [colin]      2.1.1cvs27
6873
6874         * src/gtk/quicksearch.c
6875                 And remove printf...
6876
6877 2006-04-23 [colin]      2.1.1cvs26
6878
6879         * src/gtk/quicksearch.c
6880                 Fix replacing in quicksearch, and fix inserting
6881                 in the middle of the string. (introduced at 2.1.0cvs22)
6882
6883 2006-04-23 [colin]      2.1.1cvs25
6884
6885         * src/imap.c
6886                 Make sure uidnext is initialized in get_num_list
6887                 (not for stable, related to 2.1.1cvs8 and friends)
6888
6889 2006-04-23 [colin]      2.1.1cvs24
6890
6891         * src/imap.c
6892                 Output something when login is successful
6893                 too
6894
6895 2006-04-23 [colin]      2.1.1cvs23
6896
6897         * src/etpan/imap-thread.c
6898                 Better logging (line-per-line, hide data in fetch)
6899                 Fix a const warning
6900         * src/gtk/logwindow.c
6901         * src/gtk/logwindow.h
6902                 Better logging (color for input/output)
6903
6904 2006-04-21 [colin]      2.1.1cvs22
6905
6906         * src/gtk/quicksearch.c
6907                 On gtk+-2.8, use stock buttons in quicksearch
6908                 Based on a patch by Fabien and a design by Paul
6909
6910 2006-04-21 [colin]      2.1.1cvs21
6911
6912         * src/folderview.c
6913         * src/mainwindow.c
6914                 Fix occasional flicker in folderview
6915         * src/common/utils.c
6916                 Fix bug #943 (Incorrectly parsed email address 
6917                 list in short headers on message view and in 
6918                 printouts)
6919
6920 2006-04-20 [colin]      2.1.1cvs20
6921
6922         * src/imap.c
6923         * src/imap.h
6924         * src/prefs_account.c
6925                 Add ANONYMOUS auth for IMAP
6926
6927 2006-04-20 [paul]       2.1.1cvs19
6928
6929         * src/main.c
6930                 proper fix for 2.1.1cvs18
6931                 Thanks to Colin
6932
6933 2006-04-20 [paul]       2.1.1cvs18
6934
6935         * src/main.c
6936                 fix build warnings
6937
6938 2006-04-20 [paul]       2.1.1cvs17
6939
6940         * src/gtk/quicksearch.c
6941                 fix standard, non-extended Quick search,
6942                 was broken in 2.1.1cvs15.
6943                 Thanks to Colin.
6944
6945 2006-04-20 [colin]      2.1.1cvs16
6946
6947         * src/prefs_matcher.c
6948                 Fix values when reselecting a ~test
6949                 rule
6950
6951 2006-04-19 [colin]      2.1.1cvs15
6952
6953         * src/compose.c
6954         * src/compose.h
6955         * src/gtk/gtkaspell.c
6956         * src/gtk/gtkaspell.h
6957                 Put back Options menu in Spelling/
6958         * src/gtk/quicksearch.c
6959                 Don't search, and show error, if the
6960                 advanced search has a syntax error
6961
6962 2006-04-18 [colin]      2.1.1cvs14
6963
6964         * src/textview.c
6965                 Fix gdk warnings on set_cursor when textview
6966                 isn't visible
6967
6968 2006-04-18 [colin]      2.1.1cvs13
6969
6970         * src/gtk/gtksctree.c
6971                 Remove seemingly useless refresh that causes
6972                 flicker - watch this commit in case of 
6973                 problems before planned backport to stable
6974
6975 2006-04-18 [colin]      2.1.1cvs12
6976
6977         * src/imap.c
6978                 Factorize get/set_xml code
6979         * src/compose.c
6980         * src/prefs_account.c
6981         * src/prefs_account.h
6982         * src/procmsg.c
6983                 Add Encrypt to self option
6984
6985 2006-04-17 [colin]      2.1.1cvs11
6986
6987         * configure.ac
6988                 Fix search on encrpyt function on dragonfly
6989                 Patch by Jonathan Buschmann <jonthn@agmact.com>
6990
6991 2006-04-17 [colin]      2.1.1cvs10
6992
6993         * src/prefs_account.c
6994                 Be safe by default: remove mails from POP3
6995                 after 7 days, not immediately
6996
6997 2006-04-17 [colin]      2.1.1cvs9
6998
6999         * src/etpan/imap-thread.c
7000                 Fix build on DragonFly - patch by 
7001                 Jonathan Buschmann <jonthn@agmact.com>
7002
7003 2006-04-17 [colin]      2.1.1cvs8
7004
7005         * src/imap.c
7006                 Save uidnext between sessions
7007
7008 2006-04-17 [colin]      2.1.1cvs7
7009
7010         * src/imap.c
7011                 scan is required when uid validity changes
7012
7013 2006-04-17 [colin]      2.1.1cvs6
7014
7015         * src/folderview.c
7016                 Don't scan if not necessary, apart in current
7017                 folder and INBOX to fetch flags.
7018         * src/imap.c
7019                 Scan is necessary if unread count changes
7020
7021 2006-04-17 [colin]      2.1.1cvs5
7022
7023         * src/imap.c
7024                 ...But always fetch ANSWERED and DELETED flags for
7025                 INBOX, as filtering can happen on these flags.
7026
7027 2006-04-17 [colin]      2.1.1cvs4
7028
7029         * src/imap.c
7030                 Don't fetch REPLIED and DELETED flags when synchronising
7031                 flags with a closed folder. We only need UNSEEN and FLAGGED
7032                 to update the folderview.
7033
7034 2006-04-17 [colin]      2.1.1cvs3
7035
7036         * src/imap.c
7037                 Faster flag search when there are new mails 
7038                 in a folder. We can do a full search if the 
7039                 folder contains less messages than the new
7040                 list.
7041
7042 2006-04-17 [colin]      2.1.1cvs2
7043
7044         * po/cs.po
7045         * po/de.po
7046         * po/fr.po
7047         * po/nl.po
7048         * po/pt_BR.po
7049                 Update translations from stable branch
7050
7051 2006-04-17 [colin]      2.1.1cvs1
7052
7053         * configure.ac
7054                 Bump version to follow stable release
7055
7056 2006-04-16 [mones]      2.1.0cvs50
7057
7058         * po/es.po
7059                 Updated for release
7060
7061 2006-04-16 [colin]      2.1.0cvs49
7062
7063         * src/textview.c
7064                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
7065                 with gtk < 2.8. Thanks to Fabien Vantard.
7066
7067 2006-04-15 [colin]      2.1.0cvs48
7068
7069         * src/etpan/imap-thread.c
7070                 Fix bug #919 (libetpan: SEGV when connecting 
7071                 using command)
7072
7073 2006-04-14 [colin]      2.1.0cvs47
7074
7075         * src/main.c
7076                 Fix race on --select (should be done better)
7077
7078 2006-04-14 [wwp]        2.1.0cvs46
7079
7080         * src/send_message.c
7081                 enforce a check for domain in account prefs (a sending
7082                 error could be faced if domain was checked but no value set),
7083                 thanks to Colin.
7084
7085 2006-04-14 [colin]      2.1.0cvs45
7086
7087         * src/codeconv.c
7088                 when converting from unknown to unknown, if the
7089                 string is UTF8, don't convert it to the locale
7090                 (which breaks it)
7091
7092 2006-04-14 [colin]      2.1.0cvs44
7093
7094         * src/compose.c
7095                 Don't try to use ASCII for converting headers
7096                 (as done in body)
7097
7098 2006-04-14 [paul]       2.1.0cvs43
7099
7100         * src/crash.c
7101                 add locale/charset info to crash report
7102         * src/gtk/about.c
7103                 add wwp to doc team
7104                 replace 'e-mail' with preferred 'email'
7105         * src/gtk/authors.h
7106                 ensure contributors list is in alphabetical
7107                 order
7108
7109 2006-04-13 [colin]      2.1.0cvs42
7110
7111         * src/textview.c
7112                 Prevent gdk warnings
7113
7114 2006-04-13 [colin]      2.1.0cvs41
7115
7116         * src/common/ssl_certificate.c
7117         * src/common/ssl_certificate.h
7118         * src/gtk/sslcertwindow.c
7119                 Warn on expired certs, and display the expiration date
7120
7121 2006-04-13 [colin]      2.1.0cvs40
7122
7123         * src/plugins/spamassassin/spamassassin_gtk.c
7124                 Fix missing set_text on unix socket
7125
7126 2006-04-13 [wwp]        2.1.0cvs39
7127
7128         * manual/fr/advanced.xml
7129         * manual/fr/glossary.xml
7130                 applied new spam/ham/email lexicon (pourriel, courriel)
7131
7132 2006-04-13 [paul]       2.1.0cvs38
7133
7134         * src/plugins/pgpmime/plugin.c
7135                 remove the mention of S/MIME from the
7136                 description. This is now handled by the
7137                 S/MIME plugin.
7138
7139 2006-04-13 [paul]       2.1.0cvs37
7140
7141         * src/prefs_msg_colors.c
7142                 rework dialog
7143         * src/prefs_folder_item.c
7144         * src/prefs_spelling.c
7145                 add a tooltip to the colour selector buttons
7146
7147 2006-04-13 [wwp]        2.1.0cvs36
7148
7149         * manual/advanced.xml
7150         * manual/glossary.xml
7151         * manual/handling.xml
7152         * manual/keyboard.xml
7153         * manual/plugins.xml
7154         * manual/starting.xml
7155         * manual/fr/account.xml
7156         * manual/fr/ack.xml
7157         * manual/fr/addrbook.xml
7158         * manual/fr/advanced.xml
7159         * manual/fr/faq.xml
7160         * manual/fr/glossary.xml
7161         * manual/fr/gpl.xml
7162         * manual/fr/handling.xml
7163         * manual/fr/intro.xml
7164         * manual/fr/keyboard.xml
7165         * manual/fr/plugins.xml
7166         * manual/fr/starting.xml
7167         * manual/fr/sylpheed-claws-manual.xml
7168                 fixes to the manuals:
7169                  - summaryview -> Message List (same in French)
7170                  - translate key names
7171                  - fix French punctuation, use non-breakable spaces when
7172                    necessary, don't use &thinsp; which is not portable
7173                  - tell what maildir and mbox formats we support
7174
7175 2006-04-12 [wwp]        2.1.0cvs35
7176
7177         * src/prefs_toolbar.c
7178                 unified a replace button more,
7179                 patch by Fabien Vantard <fzzzzz@gmail.com>.
7180
7181 2006-04-12 [wwp]        2.1.0cvs34
7182
7183         * src/prefs_common.c
7184         * src/prefs_msg_colors.c
7185                 make default color labels translatable,
7186                 patch from Fabien Vantard <fzzzzz@gmail.com>,
7187                 thanks to Tim <timbrain@post.cz> for reporting.
7188
7189 2006-04-12 [wwp]        2.1.0cvs33
7190
7191         * manual/glossary.xml
7192         * manual/intro.xml
7193         * manual/plugins.xml
7194         * manual/starting.xml
7195         * manual/sylpheed-claws-manual.xml
7196         * manual/fr/.cvsignore
7197         * manual/fr/account.xml
7198         * manual/fr/ack.xml
7199         * manual/fr/addrbook.xml
7200         * manual/fr/advanced.xml
7201         * manual/fr/faq.xml
7202         * manual/fr/glossary.xml
7203         * manual/fr/handling.xml
7204         * manual/fr/intro.xml
7205         * manual/fr/keyboard.xml
7206         * manual/fr/plugins.xml
7207         * manual/fr/starting.xml
7208         * manual/fr/sylpheed-claws-manual.xml
7209                 various fixes: typos, missing .fr translations, punctuation,
7210                 capitalization, links, accents and some bad French more.
7211
7212 2006-04-12 [wwp]        2.1.0cvs32
7213
7214         * src/prefs_gtk.c
7215                 fix for bug #935: always store prefs files in UTF-8 (thanks
7216                 to Colin).
7217
7218 2006-04-11 [colin]      2.1.0cvs31
7219
7220         * src/compose.c
7221                 Fix inserting files not in utf8 when locale is utf8
7222
7223 2006-04-11 [colin]      2.1.0cvs30
7224
7225         * src/inc.c
7226                 Don't show error dialog when cancelling connection
7227                 Patch by Pawel
7228
7229 2006-04-11 [cleroy]     2.1.0cvs29
7230
7231         * src/compose.c
7232                 Implement multiple quote levels
7233         * src/prefs_common.c
7234                 Change a little bit the quote bgcolor for 2nd level
7235
7236 2006-04-11 [colin]      2.1.0cvs28
7237
7238         * src/gtk/about.c
7239                 Add locale and charset in the label
7240
7241 2006-04-10 [colin]      2.1.0cvs27
7242
7243         * src/compose.c
7244         * src/prefs_common.c
7245         * src/prefs_common.h
7246         * src/prefs_msg_colors.c
7247         * src/textview.c
7248                 Allow optional background color in quotes
7249                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
7250                 GTK+-2.8.x feature
7251
7252 2006-04-10 [colin]      2.1.0cvs26
7253
7254         * src/main.c
7255         * src/mainwindow.c
7256         * src/mainwindow.h
7257                 Implement --select
7258
7259 2006-04-10 [colin]      2.1.0cvs25
7260
7261         * manual/plugins.xml
7262         * manual/fr/plugins.xml
7263                 Document libcurl's proxy variables
7264
7265 2006-04-09 [colin]      2.1.0cvs24
7266
7267         * src/prefs_common.c
7268                 gettext() returns statically allocated stuff. We have
7269                 to strdup it in order to be able to free it.
7270
7271 2006-04-09 [colin]      2.1.0cvs23
7272
7273         * AUTHORS
7274         * src/gtk/authors.h
7275                 Add Alexei
7276
7277 2006-04-09 [colin]      2.1.0cvs22
7278
7279         * src/mainwindow.c
7280         * src/gtk/quicksearch.c
7281                 Fix bug #859 (problems with cyrilic input in 
7282                 search panel) - Patch by Alexey Illarionov 
7283                 <littlesavage@rambler.ru>
7284
7285 2006-04-09 [colin]      2.1.0cvs21
7286
7287         * src/prefs_customheader.c
7288                 I prefer removing then freeing rather than the contrary
7289                 (even if it doesn't change anything ;-)
7290         * src/prefs_account.c
7291                 Fix bug #933 (Crash re-entering the custom headers list 
7292                 dialog in accounts prefs)
7293                 The problem happened when cancelling the Account 
7294                 Preferences' dialogs - in which case we didn't do 
7295                 anything to the PrefsAccount * struct. In case of applying,
7296                 the old ac_prefs was replaced with the tmp_ac_prefs we were
7297                 working with in this dialog. The problem is that 
7298                 prefs_customheader.c, working on this tmp_ac_prefs, always
7299                 changes the ->customhdr_list pointer, even when cancelled. 
7300                 So in case of cancelling the prefs_account dialog, we still
7301                 have to update ->customhdr_list in the real account.
7302
7303 2006-04-08 [colin]      2.1.0cvs20
7304
7305         * manual/fr/glossary.xml
7306         * manual/fr/keyboard.xml
7307                 Forgot some headers :)
7308
7309 2006-04-08 [colin]      2.1.0cvs19
7310
7311         * manual/Makefile.am
7312         * manual/fr/Makefile.am
7313         * manual/fr/account.xml
7314         * manual/fr/ack.xml
7315         * manual/fr/addrbook.xml
7316         * manual/fr/advanced.xml
7317         * manual/fr/faq.xml
7318         * manual/fr/glossary.xml
7319         * manual/fr/gpl.xml
7320         * manual/fr/handling.xml
7321         * manual/fr/intro.xml
7322         * manual/fr/keyboard.xml
7323         * manual/fr/plugins.xml
7324         * manual/fr/starting.xml
7325         * manual/fr/sylpheed-claws-manual.xml
7326         * manual/fr/dist/.cvsignore
7327         * manual/fr/dist/Makefile.am
7328         * manual/fr/dist/html/.cvsignore
7329         * manual/fr/dist/html/Makefile.am
7330         * manual/fr/dist/pdf/.cvsignore
7331         * manual/fr/dist/pdf/Makefile.am
7332         * manual/fr/dist/ps/.cvsignore
7333         * manual/fr/dist/ps/Makefile.am
7334         * manual/fr/dist/txt/.cvsignore
7335         * manual/fr/dist/txt/Makefile.am
7336                 Add the french translation of the manual. Thanks to
7337                 Olivier Delhomme <olivier.delhomme@free.fr> for 
7338                 account.xml, ack.xml, addrbook.xml and advanced.xml
7339
7340 2006-04-08 [colin]      2.1.0cvs18
7341
7342         * manual/plugins.xml
7343         * manual/starting.xml
7344                 More fixes
7345
7346 2006-04-07 [colin]      2.1.0cvs17
7347
7348         * manual/faq.xml
7349         * manual/intro.xml
7350         * manual/keyboard.xml
7351                 Little fixes
7352
7353 2006-04-07 [colin]      2.1.0cvs16
7354
7355         * README
7356         * src/compose.c
7357         * src/prefs_common.c
7358         * src/prefs_common.h
7359                 Add hidden compose_no_markup pref
7360
7361 2006-04-07 [wwp]        2.1.0cvs15
7362
7363         * src/summary_search.c
7364         * .cvsignore
7365                 Bugfix: stop button was sticky when searching in an empty folder.
7366                 Applied curly brackets code style to the whole file (summary_search.c).
7367                 More files to ignore.
7368
7369 2006-04-07 [wwp]        2.1.0cvs14
7370
7371         * src/message_search.c
7372         * src/summary_search.c
7373                 changed default button when search bumps at file/folder
7374                 beginning or end, for convenience (thanks to Colin).
7375
7376 2006-04-07 [paul]       2.1.0cvs13
7377
7378         * src/plugins/dillo_viewer/dillo_prefs.c
7379                 avoid future potential for namespace collision
7380                 Patch by Colin
7381
7382 2006-04-06 [wwp]        2.1.0cvs12
7383
7384         * src/summary_search.c
7385                 Unify extended/advanced searches names (and thus factorize labels),
7386                 patch by Fabien Vantard <fzzzzz@gmail.com>.
7387
7388 2006-04-06 [wwp]        2.1.0cvs11
7389
7390         * src/folderview.c
7391         * src/prefs_themes.c
7392         * src/summaryview.c
7393                 Fixed some compilation warnings.
7394
7395 2006-04-06 [colin]      2.1.0cvs10
7396
7397         * manual/advanced.xml
7398                 Document the wizard template and how to deploy
7399                 Sylpheed-Claws effectively
7400
7401 2006-04-06 [colin]      2.1.0cvs9
7402
7403         * src/folderview.c
7404                 gettext patch to tell translators about _("#"),
7405                 by Maxim Britov
7406
7407 2006-04-06 [colin]      2.1.0cvs8
7408
7409         * src/textview.c
7410                 Fix invalid GtkTextBIter after clicking "Display as text"
7411
7412 2006-04-06 [mones]      2.1.0cvs7
7413
7414         * src/addr_compl.c
7415         * src/addrindex.c
7416         * src/addritem.c
7417         * src/codeconv.c
7418         * src/compose.c
7419         * src/filtering.c
7420         * src/folder.c
7421         * src/folder_item_prefs.c
7422         * src/folderview.c
7423         * src/localfolder.c
7424         * src/matcher.c
7425         * src/mimeview.c
7426         * src/prefs_msg_colors.c
7427         * src/prefs_spelling.c
7428         * src/prefs_themes.c
7429         * src/procmime.c
7430         * src/procmsg.c
7431         * src/stock_pixmap.c
7432         * src/summaryview.c
7433         * src/textview.c
7434         * src/toolbar.c
7435         * src/common/mgutils.c
7436         * src/common/prefs.c
7437         * src/common/ssl_certificate.c
7438         * src/gtk/colorlabel.c
7439         * src/gtk/quicksearch.c
7440         * src/plugins/pgpmime/pgpmime.c
7441         * src/plugins/spamassassin/spamassassin.c
7442                 Removed redundant NULL checks for g_free() calls.
7443                 Patch by Pawel Pekala.
7444
7445 2006-04-06 [mones]      2.1.0cvs6
7446
7447         * src/prefs_actions.c
7448         * src/prefs_filtering.c
7449         * src/prefs_filtering_action.c
7450         * src/prefs_matcher.c
7451         * src/prefs_template.c
7452         * src/gtk/gtkutils.c
7453         * src/gtk/gtkutils.h
7454                 Have a nice replace button. Patch by Pawel Pekala
7455
7456 2006-04-06 [colin]      2.1.0cvs5
7457
7458         * src/addressbook.c
7459                 Fix crash with empty columns
7460
7461 2006-04-05 [colin]      2.1.0cvs4
7462
7463         * src/wizard.c
7464         * src/prefs_gtk.c
7465                 Allow wizard customization with pre-filled values
7466
7467 2006-04-05 [colin]      2.1.0cvs3
7468
7469         * src/textview.c
7470         * src/mimeview.c
7471         * src/mimeview.h
7472                 Nicer messages in mimeview
7473
7474 2006-04-05 [colin]      2.1.0cvs2
7475
7476         * src/addressbook.c
7477         * src/prefs_summaries.c
7478                 i18n fix
7479
7480 2006-04-05 [colin]      2.1.0cvs1
7481
7482         * src/plugins/pgpcore/plugin.c
7483         * src/plugins/pgpcore/select-keys.c
7484         * src/plugins/pgpcore/select-keys.h
7485         * src/plugins/pgpcore/sgpgme.c
7486         * src/plugins/pgpcore/sgpgme.h
7487         * src/plugins/pgpinline/pgpinline.c
7488         * src/plugins/pgpinline/plugin.c
7489         * src/plugins/pgpmime/pgpmime.c
7490         * src/plugins/pgpmime/plugin.c
7491                 Factorize and generalize a bit 
7492                 Drop S/MIME signature verification from PGP/MIME
7493                 (adding it as another, more complete plugin)
7494
7495 2006-04-05 [paul]       2.1.0
7496
7497         2.1.0 released
7498
7499 2006-04-05 [paul]       2.0.0cvs186
7500
7501         * manual/advanced.xml
7502                 add info on colour labels
7503
7504 2006-04-05 [paul]       2.0.0cvs185
7505
7506         * po/bg.po
7507         * po/cs.po
7508         * po/de.po
7509         * po/el.po
7510         * po/en_GB.po
7511         * po/fi.po
7512         * po/fr.po
7513         * po/it.po
7514         * po/nl.po
7515         * po/pl.po
7516         * po/pt_BR.po
7517         * po/sr.po
7518         * po/zh_CN.po
7519                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
7520                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
7521                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
7522                 Guimaraes, Aleksandar Urosevic, Ralgh Young
7523         * src/gtk/authors.h
7524         * tools/claws.i18n.status.pl
7525                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
7526                 and new Czech translator, Tim <timbrain@post.cz>
7527
7528 2006-04-05 [mones]      2.0.0cvs184
7529
7530         * po/es.po
7531                 Updated translation
7532
7533 2006-04-05 [colin]      2.0.0cvs183
7534
7535         * src/gtk/quicksearch.c
7536                 Fix bug #929 (unnecessary reload in quick search bar)
7537
7538 2006-04-05 [colin]      2.0.0cvs182
7539
7540         * src/compose.c
7541                 Fix crash on Reply with no From:
7542                 Show signature and conversion error on queuing 
7543                 (but not sending)
7544         * src/mainwindow.c
7545         * src/summaryview.c
7546         * src/summaryview.h
7547                 Factorize threading code and make sure msginfo 
7548                 is not null when it comes from a GtkCTreeRow's 
7549                 data
7550         * src/gtk/gtkaspell.c
7551                 Check for necessary things
7552         * src/gtk/gtksctree.c
7553         * src/gtk/gtksctree.h
7554                 Reset anchor if necessary when removing node
7555
7556 2006-03-29 [colin]      2.0.0cvs181
7557
7558         * src/folderview.c
7559                 Warn for disabled IMAP accounts (due to lack of
7560                 libetpan). Breaks string-freeze - sorry - but it
7561                 is kind of important ;)
7562
7563 2006-03-28 [colin]      2.0.0cvs180
7564
7565         * src/gtk/gtkutils.c
7566         * src/gtk/gtkutils.h
7567                 Add a gtkut_get_link_btn() function that
7568                 creates a button which acts like an URI
7569         * src/prefs_themes.c
7570         * src/gtk/about.c
7571                 Use this function (factorizes codes)
7572         * src/common/defs.h
7573         * src/gtk/pluginwindow.c
7574                 Add a "Get more..." in the plugins window
7575
7576 2006-03-28 [colin]      2.0.0cvs179
7577
7578         * src/common/smtp.c
7579         * src/common/passcrypt.c
7580         * src/undo.c
7581                 Warning fixes. Patch by Pawel Pekala
7582
7583 2006-03-27 [colin]      2.0.0cvs178
7584
7585         * src/undo.c
7586                 Fix undoing by blocks with spaces
7587
7588 2006-03-27 [colin]      2.0.0cvs177
7589
7590         * src/textview.c
7591                 Set margin to 3px for headers
7592
7593 2006-03-27 [paul]
7594
7595         2.1.0-rc2 released
7596
7597 2006-03-27 [wwp]        2.0.0cvs176
7598
7599         * src/summaryview.c
7600                 don't reset quicksearch when updating the message list.
7601                 Thanks to Colin.
7602
7603 2006-03-26 [wwp]        2.0.0cvs175
7604
7605         * src/compose.c
7606                 use a unified border width ('other' tab in the compose window,
7607                 patch by Pawel Pekala).
7608
7609
7610 2006-03-26 [wwp]        2.0.0cvs174
7611
7612         * src/common/quoted-printable.c
7613         * src/addressbook.c
7614                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
7615
7616 2006-03-26 [colin]      2.0.0cvs173
7617
7618         * src/quote_fmt_parse.y
7619                 Fix non-UTF8 date formats messing up the whole quote a 
7620                 little bit
7621
7622 2006-03-26 [colin]      2.0.0cvs172
7623
7624         * src/procheader.c
7625                 Make sure the date is UTF8 valid, or try to make it
7626                 so. IncrediMail is really IncrediStupid.
7627         * src/compose.c
7628                 Fix possible conversions. 
7629                 
7630
7631 2006-03-26 [colin]      2.0.0cvs171
7632
7633         * src/matcher.c
7634                 Fix corner cases in body search. This is still a
7635                 hack... It seems impossible to make it good and 
7636                 reasonably fast at the same time.
7637
7638 2006-03-26 [colin]      2.0.0cvs170
7639
7640         * src/summaryview.c
7641                 I think I killed the twilight zone bug!
7642                 summary_select_node() flushes GTK events in order
7643                 to be able to center the view. But this also 
7644                 flushes keypresses like Ctrl-Alt-U, so this can
7645                 call summary_show from summary_select_node (itself
7646                 called from summary_show, etc.). And the summaryview
7647                 has to be unlocked in this function. So just locking
7648                 while processing GTK events, and bailing if locked, 
7649                 should fix it.
7650                 Fixes bug #927 (SIGSEGV during Update Summary)
7651
7652 2006-03-25 [colin]      2.0.0cvs169
7653
7654         * src/matcher.c
7655                 Fix search in QP-encoded bodies
7656                 Fix utf-8 searches in bodies encoded in the
7657                 locale's encoding
7658         * src/common/quoted-printable.c
7659         * src/common/quoted-printable.h
7660                 Add a decode function that doesn't overwrite
7661                 the original pointer
7662                 
7663
7664 2006-03-24 [colin]      2.0.0cvs168
7665
7666         * src/action.c
7667         * src/summaryview.c
7668         * src/summaryview.h
7669                 Update message cache after action
7670                 Patch by H. Merijn Brand
7671         * src/prefs_msg_colors.c
7672                 Factorize label 
7673                 Patch by Fabien Vantard
7674         * src/plugins/spamassassin/spamassassin_gtk.c
7675                 Remove useless translation
7676                 Patch by Fabien Vantard
7677
7678 2006-03-23 [colin]      2.0.0cvs167
7679
7680         * src/common/ssl.c
7681                 Let 30 seconds to SSL_connect
7682
7683 2006-03-23 [wwp]        2.0.0cvs166
7684
7685         * src/summaryview.c
7686         * src/gtk/description_window.c
7687                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
7688                 and headers are translated; adjust description windows' width to fit their
7689                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
7690
7691 2006-03-23 [paul]       2.0.0cvs165
7692
7693         * src/common/utils.c
7694                 fix highlighting of URIs containing "()"
7695                 (2.0.0cvs164's reversal fixed)
7696                 Thanks to Colin.
7697
7698 2006-03-23 [paul]       2.0.0cvs164
7699
7700         * src/common/utils.c
7701                 revert patch, (postponing a fix), at 2.0.0cvs120
7702                 as it breaks more URIs than it fixes.
7703                 Allow '-' to be a terminating character in a URI
7704
7705 2006-03-22 [colin]      2.0.0cvs163
7706
7707         * configure.ac
7708                 Require libetpan 0.45
7709                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
7710
7711 2006-03-22 [paul]       2.0.0cvs162
7712
7713         * src/editgroup.c
7714                 replace '<-' and '->' buttons with GTK_STOCK graphical
7715                 buttons
7716         * src/summary_search.c
7717                 don't offer '...' for translation
7718                 add a tooltip to advanced search '...' button
7719         * src/gtk/quicksearch.c
7720                 don't offer '...' for translation
7721
7722 2006-03-21 [colin]      2.0.0cvs161
7723
7724         * src/compose.c
7725                 Fix middle-click pasting (insert at click
7726                 position instead of cursor position, don't
7727                 remove existing selection and allow pasting
7728                 our own selection)
7729         * src/addressbook.c
7730                 "LDAP Server" -> "LDAP servers"
7731
7732 2006-03-21 [wwp]        2.0.0cvs160
7733
7734         * src/etpan/imap-thread.c
7735                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
7736
7737 2006-03-20 [colin]      2.0.0cvs159
7738
7739         * src/summaryview.c
7740                 Don't reload summaryview after an execute with no
7741                 move action
7742
7743 2006-03-19 [colin]      2.0.0cvs158
7744
7745         * src/addressbook.c
7746                 and put groups at the top, always
7747
7748 2006-03-19 [colin]      2.0.0cvs157
7749
7750         * src/addressbook.c
7751                 Order groups before names, as previously
7752
7753 2006-03-19 [colin]      2.0.0cvs156
7754
7755         * src/addressbook.c
7756                 - Sort case-unsensitive
7757                 - Put the sort arrow at opening too
7758
7759 2006-03-19 [wwp]        2.0.0cvs155
7760
7761         * src/addressbook.c
7762                 allow sorting by name/email/remarks, ensure that right-pane's contents
7763                 matches the left-pane selection (cleared when appropriate).
7764                 Patch by Pawel Pekala <c0rn@o2.pl>.
7765
7766 2006-03-18 [colin]      2.0.0cvs154
7767
7768         * src/textview.c
7769                 Fix text cursor ;)
7770
7771 2006-03-18 [colin]      2.0.0cvs153
7772
7773         * src/gtk/filesel.c
7774                 Make sure we hide the preview if we didn't get
7775                 a filename
7776
7777 2006-03-18 [colin]      2.0.0cvs152
7778
7779         * src/summaryview.c
7780                 Set cursor to watch for execution (fixes lack
7781                 of watch-cursor when dnd'ing hundreds of mails)
7782         * src/gtk/filesel.c
7783                 Check that mime type is 'image/*' before updating
7784                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
7785
7786 2006-03-18 [colin]      2.0.0cvs151
7787
7788         * src/mainwindow.c
7789         * src/textview.c
7790         * src/textview.h
7791                 Put a watch cursor in textview too when the mainwindow's
7792                 cursor in a watch
7793
7794 2006-03-18 [colin]      2.0.0cvs150
7795
7796         * src/folder.c
7797                 Change wrong asserts to simple tests
7798
7799 2006-03-17 [colin]      2.0.0cvs149
7800
7801         * src/mainwindow.c
7802         * src/mainwindow.h
7803         * src/prefs_msg_colors.c
7804         * src/summaryview.c
7805         * src/summaryview.h
7806         * src/gtk/colorlabel.c
7807         * src/gtk/colorlabel.h
7808                 Add a color label menu in the main menubar
7809                 Add (fixed) accels Ctrl-{0-7} to change the color
7810                 They have to be fixed because the menu's dynamic,
7811                 the items are complex widgets, hence we can't use
7812                 a GtkItemFactory.
7813
7814
7815 2006-03-17 [wwp]        2.0.0cvs148
7816
7817         * src/compose.c
7818                 rollback few lines from my previous commit (those lines come from
7819                 a pending patch, accidentally commited, even if neutral as they are
7820                 commented out).
7821
7822 2006-03-17 [wwp]        2.0.0cvs147
7823
7824         * src/compose.c
7825                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
7826                 applied code style/indentation to the modified function.
7827
7828 2006-03-17 [wwp]        2.0.0cvs146
7829
7830         * src/procmsg.c
7831         * src/compose.c
7832                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
7833
7834 2006-03-17 [paul]
7835
7836         2.1.0-rc1 released
7837
7838 2006-03-17 [paul]       2.0.0cvs145
7839
7840         * src/main.c
7841                 addressbook_read_file() was called twice
7842         * src/textview.c
7843                 X-Mailer highlighting
7844
7845 2006-03-16 [colin]      2.0.0cvs144
7846
7847         * src/sourcewindow.c
7848         * src/sourcewindow.h
7849                 And the last one, in source window.
7850
7851 2006-03-16 [colin]      2.0.0cvs143
7852
7853         * src/compose.c
7854         * src/compose.h
7855                 Fix the same stuff in compose
7856
7857 2006-03-16 [colin]      2.0.0cvs142
7858
7859         * src/messageview.c
7860                 Complete the previous messageview crash fix
7861
7862 2006-03-16 [colin]      2.0.0cvs141
7863
7864         * src/procmsg.h
7865         * src/procmsg.c
7866         * src/folder.c
7867                 Fix POSTPROCESSING hook
7868                 Patch by H. Merijn Brand
7869
7870         * src/procmime.c
7871         * src/procmime.h
7872                 Parse Content-Location
7873
7874         * src/toolbar.c
7875         * src/messageview.c
7876         * src/messageview.h
7877                 Don't crash when a top-level MessageView has
7878                 been closed on us. Same problematic than
7879                 yesterday's quicksearch issue.
7880
7881 2006-03-15 [colin]      2.0.0cvs140
7882
7883         * src/gtk/quicksearch.c
7884                 Fix a bitchy race we didn't think about when we
7885                 added quicksearch cancellation:
7886                 If the search is not on cached fields, for example
7887                 body_part matchcase "stuff"
7888                 the matcher code has to get the whole message. If
7889                 we're on IMAP, that can be slow, and in order to
7890                 be non-blocking, the IMAP code idle loop processes
7891                 gtk events too. So it is possible to cancel a
7892                 quicksearch while the matcher is getting the mail's
7893                 body. After matcher got its body, it will start to
7894                 iterate over the matcher list that the Quicksearch's
7895                 clear_search_cb() just freed via prepare_matcher().
7896                 SIGSEGV ensues.
7897                 The fix consists of guarding the matcherlist_match()
7898                 call with a boolean 'matching'. If we reset the
7899                 quicksearch while matching is TRUE, we don't free
7900                 the matcherlist anymore like we did, but we set
7901                 another new flag, deferred_free, to TRUE. Then,
7902                 in quicksearch_match(), just after returning from
7903                 matcherlist_match() and unsetting the matching flag,
7904                 we check the deferred_free flag and do the
7905                 prepare_matcher() (which does the matcherlist_free)
7906                 for real, so we free the matcherlist once it's not
7907                 used anymore.
7908                 As all of this runs via the glib main loop, we
7909                 luckily don't need a mutex.
7910         * src/summaryview.c
7911                 Also, show progress while searching.
7912
7913
7914 2006-03-14 [colin]      2.0.0cvs139
7915
7916         * src/alertpanel.c
7917                 Make alertpanel_is_open non-static
7918
7919 2006-03-14 [colin]      2.0.0cvs138
7920
7921         * src/prefs_spelling.c
7922                 Cleanups - Fabien Vantard
7923
7924 2006-03-14 [wwp]        2.0.0cvs137
7925
7926         * src/main.c
7927                 code style normalization (curly braces, indentation).
7928
7929 2006-03-14 [wwp]        2.0.0cvs137
7930
7931         * src/main.c
7932                 code style (braces, indentation)
7933
7934 2006-03-12 [paul]       2.0.0cvs136
7935
7936         * src/prefs_common.c
7937                 trans_hdr defaults to FALSE to be RFC-savvy
7938         * src/prefs_summaries.c
7939                 add a tooltip to the trans_hdr option
7940                 
7941
7942 2006-03-12 [paul]       2.0.0cvs135
7943
7944         * src/prefs_matcher.c
7945                 give a little more width to the combos
7946         * src/prefs_display_header.c
7947         * src/textview.c
7948                 translate headers if prefs_common.trans_hdr
7949                 is TRUE
7950
7951         Patches by Pawel Pekala
7952
7953 2006-03-12 [paul]       2.0.0cvs134
7954
7955         * src/plugins/clamav/clamav_plugin.c
7956         * src/plugins/dillo_viewer/dillo_viewer.c
7957         * src/plugins/pgpcore/plugin.c
7958         * src/plugins/pgpinline/plugin.c
7959         * src/plugins/pgpmime/plugin.c
7960         * src/plugins/spamassassin/spamassassin.c
7961                 update/add to descriptions
7962         * src/plugins/spamassassin/spamassassin_gtk.c
7963                 fixes to the english, remove superfluous
7964                 tooltips, clean up a little
7965
7966 2006-03-12 [paul]       2.0.0cvs133
7967
7968         * src/compose.c
7969                 fix Bug 924, 'Account combo box shows up wrong 
7970                 if & is in account name'
7971
7972 2006-03-11 [colin]      2.0.0cvs132
7973
7974         * src/summaryview.c
7975                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
7976                 messed up shift-selection because is slows down
7977                 moving around summaryview. thanks -users
7978
7979 2006-03-10 [colin]      2.0.0cvs131
7980
7981         * src/plugins/spamassassin/spamassassin_gtk.c
7982                 Put back Paul's engrish fixes
7983
7984 2006-03-10 [colin]      2.0.0cvs130
7985
7986         * src/plugins/spamassassin/spamassassin.c
7987         * src/plugins/spamassassin/spamassassin.h
7988         * src/plugins/spamassassin/spamassassin_gtk.c
7989                 Cleanup SA prefs page (more)
7990                 Patch by Fabien Vantard
7991
7992 2006-03-10 [paul]       2.0.0cvs129
7993
7994         * src/prefs_msg_colors.c
7995         * src/prefs_spelling.c
7996                 widget sensitivity
7997
7998 2006-03-09 [mones]      2.0.0cvs128
7999
8000         * po/es.po
8001                 Update for next RC
8002
8003 2006-03-09 [wwp]        2.0.0cvs127
8004
8005         * configure.ac
8006                 revert accidental commit (requirement for libetpan 0.43), this time
8007                 not in HEAD.
8008
8009 2006-03-09 [wwp]        2.0.0cvs125
8010
8011         * configure.ac
8012                 revert accidental commit (requirement for libetpan 0.43)
8013
8014 2006-03-09 [paul]       2.0.0cvs126
8015
8016         * src/prefs_receive.c
8017                 remove useless frame
8018                 replace 'incorporation' with 'receiving'
8019         * src/plugins/clamav/clamav_plugin_gtk.c
8020         * src/plugins/spamassassin/spamassassin_gtk.c
8021                 improve widget sensitivity
8022                 fix a bit his engrish
8023
8024 2006-03-09 [wwp]        2.0.0cvs125
8025
8026         * src/addressadd.c
8027         * src/foldersel.c
8028         * src/prefs_common.c
8029         * src/prefs_common.h
8030                 remember some more windows' sizes (add to addressbook and
8031                 select folder).
8032
8033 2006-03-09 [paul]       2.0.0cvs124
8034
8035         * src/plugins/pgpcore/prefs_gpg.c
8036                 normalise construction of dialogue
8037
8038 2006-03-09 [paul]       2.0.0cvs123
8039
8040         * src/plugins/trayicon/Makefile.am
8041                 add missing slash
8042
8043 2006-03-08 [colin]      2.0.0cvs122
8044
8045         * src/plugins/trayicon/Makefile.am
8046                 Fix build in separate dir 
8047                 Patch by Bamanzi <bamanzi@gmail.com>
8048
8049 2006-03-08 [colin]      2.0.0cvs121
8050
8051         * src/procmsg.c
8052                 Batch move and copies from summaryview with delayed execution
8053                 too
8054
8055 2006-03-07 [paul]       2.0.0cvs120
8056
8057         * src/common/utils.c
8058                 fix highlighting of URIs containing "()"
8059                 Patch by Pawel Pekala
8060
8061 2006-03-07 [paul]       2.0.0cvs119
8062
8063         * src/folder.c
8064         * src/folder.h
8065         * src/folderview.c
8066                 immediately do alphabetical resort when
8067                 changing a folder's name
8068                 Patch by Pawel Pekala
8069
8070 2006-03-07 [paul]       2.0.0cvs118
8071
8072         * src/news.c
8073         * src/news_gtk.c
8074                 when unsubscribing a newsgroup, remove the
8075                 folder and msgs in .sylpheed-claws/newscache
8076                 Patch by Pawel Pekala <c0rn@gazeta.pl>
8077
8078 2006-03-07 [paul]       2.0.0cvs117
8079
8080         * src/textview.c
8081                 fix wrong Fake URL Warning
8082                 Thanks to Hiro
8083
8084 2006-03-07 [colin]      2.0.0cvs116
8085
8086         * src/imap.c
8087                 Return immediately when password dialog was
8088                 cancelled
8089         * src/gtk/inputdialog.c
8090                 Allow empty strings for passwords
8091
8092
8093 2006-03-06 [colin]      2.0.0cvs115
8094
8095         * src/imap.c
8096                 Prevent double-timeouts when connection fails
8097
8098 2006-03-06 [colin]
8099
8100         2.0.1-rc1 released
8101
8102 2006-03-06 [colin]      2.0.0cvs114
8103
8104         * src/imap.c
8105                 Refresh session during potentially long
8106                 operations
8107
8108 2006-03-06 [wwp]        2.0.0cvs113
8109
8110         * src/prefs_msg_colors.h
8111                 forgot that one (custom color labels).
8112
8113 2006-03-06 [wwp]        2.0.0cvs112
8114
8115         * src/prefs_common.c
8116         * src/prefs_common.h
8117         * src/prefs_msg_colors.c
8118         * src/summaryview.c
8119         * src/summaryview.h
8120         * src/gtk/colorlabel.c
8121         * src/gtk/colorlabel.h
8122                 colors in messages list are now customizable. Color values and names can
8123                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
8124                 Thanks to Paul and Colin for their help with this longstanding patch!
8125
8126 2006-03-06 [wwp]        2.0.0cvs111
8127
8128         * src/textview.c
8129                 don't crash if (x)face is bad.
8130
8131 2006-03-05 [paul]       2.0.0cvs110
8132
8133         * AUTHORS
8134         * configure.ac
8135         * src/Makefile.am
8136         * src/common/Makefile.am
8137         * src/common/utils.h
8138         * src/etpan/imap-thread.c
8139         * src/gtk/authors.h
8140         * src/plugins/clamav/Makefile.am
8141         * src/plugins/demo/Makefile.am
8142         * src/plugins/dillo_viewer/Makefile.am
8143         * src/plugins/pgpcore/Makefile.am
8144         * src/plugins/pgpcore/passphrase.c
8145         * src/plugins/pgpinline/Makefile.am
8146         * src/plugins/pgpmime/Makefile.am
8147         * src/plugins/spamassassin/Makefile.am
8148         * src/plugins/trayicon/Makefile.am
8149                 fix builiding on cygwin
8150                 Patch by Ralgh Young <bamanzi@gmail.com>
8151
8152 2006-03-04 [wwp]        2.0.0cvs109
8153
8154         * manual/keyboard.xml
8155                 fix mixed up/down keys.
8156
8157 2006-03-04 [wwp]        2.0.0cvs108
8158
8159         * README
8160         * INSTALL
8161                 updated links to SpamAssassin.
8162
8163 2006-03-04 [wwp]        2.0.0cvs107
8164
8165         * manual/plugins.xml
8166         * src/plugins/spamassassin/README
8167                 updated SpamAssassin plugin docs to reflect new functional additions
8168                 (also fix/update/documents few technical stuff more, see the README).
8169
8170 2006-03-04 [wwp]        2.0.0cvs106
8171
8172         * src/prefs_message.c
8173                 normalized capitalization of message-prefs paths.
8174
8175 2006-03-04 [wwp]        2.0.0cvs105
8176
8177         * manual/advanced.xml
8178                 typo.
8179
8180 2006-03-03 [colin]      2.0.0cvs104
8181
8182         * src/plugins/clamav/clamav_plugin_gtk.c
8183                 Rework prefs page, patch by Fabien 
8184
8185 2006-03-03 [colin]      2.0.0cvs103
8186
8187         * src/plugins/clamav/clamav_plugin.c
8188                 Set error on all errors
8189
8190 2006-03-03 [colin]      2.0.0cvs102
8191
8192         * src/common/plugin.c
8193                 Initialize error to avoid crashing when a plugin fails
8194                 without setting error
8195
8196 2006-03-02 [wwp]        2.0.0cvs101
8197
8198         * configure.ac
8199                 fixed linker flags for libetpan support on Cygwin
8200                 (thanks to H.Merijn Brand).
8201
8202 2006-03-02 [wwp]        2.0.0cvs100
8203
8204         * src/addressbook.c
8205                 fix some AB error messages: one for punctuation and
8206                 one wrongly duplicate (thanks, maxbritov).
8207
8208 2006-03-02 [wwp]        2.0.0cvs99
8209
8210         * src/plugins/spamassassin/spamassassin.c
8211                 make sync calls to sa-learn/spamc to prevent
8212                 system (whatever local or client/server) overload.
8213
8214 2006-03-02 [colin]      2.0.0cvs98
8215
8216         * src/summaryview.c
8217                 Put the spam icon in the status column instead of the
8218                 mark one
8219
8220 2006-03-01 [colin]      2.0.0cvs97
8221
8222         * src/plugins/spamassassin/spamassassin.c
8223                 Fix segfault (g_file_set_contents fails for some 
8224                 reason and err==0x2f. Can't find out why with
8225                 valgrind, using working function :-)
8226
8227 2006-03-01 [colin]      2.0.0cvs96
8228
8229         * src/inc.c
8230                 Offline overriding: let 'No' be cached only 3 seconds
8231
8232 2006-03-01 [colin]      2.0.0cvs95
8233
8234         * src/addr_compl.c
8235         * src/addrbook.c
8236         * src/addressbook.c
8237         * src/addrindex.c
8238         * src/folder_item_prefs.c
8239         * src/headerview.c
8240         * src/imap.c
8241         * src/inc.c
8242         * src/ldif.c
8243         * src/mainwindow.c
8244         * src/mh.c
8245         * src/msgcache.c
8246         * src/prefs_common.h
8247         * src/prefs_msg_colors.c
8248         * src/procheader.c
8249         * src/procheader.h
8250         * src/procmime.c
8251         * src/procmsg.c
8252         * src/procmsg.h
8253         * src/send_message.h
8254         * src/simple-gettext.c
8255         * src/summaryview.c
8256         * src/summaryview.h
8257         * src/syldap.c
8258         * src/textview.c
8259         * src/undo.c
8260         * src/common/ssl_certificate.c
8261         * src/common/utils.c
8262         * src/gtk/colorsel.c
8263         * src/gtk/gtksctree.c
8264         * src/gtk/gtkshruler.c
8265         * src/plugins/trayicon/trayicon.c
8266                 #if 0 goes to /dev/null
8267
8268 2006-03-01 [colin]      2.0.0cvs94
8269
8270         * src/compose.c
8271         * src/imap.c
8272         * src/inc.c
8273         * src/inc.h
8274         * src/messageview.c
8275         * src/news.c
8276         * src/plugins/spamassassin/spamassassin.c
8277                 Allow to add information in the "working offline"
8278                 window
8279
8280 2006-03-01 [wwp]        2.0.0cvs93
8281
8282         * src/plugins/spamassassin/spamassassin.c
8283                 fixed spamc invocation: use a tricky temporary mini shell wrapper
8284                 'cause it seems that calling `spamc ... < inputfile` with
8285                 g_spawn_(a)sync simply.. erm doesn't work :-).
8286
8287 2006-03-01 [wwp]        2.0.0cvs92
8288
8289         * src/toolbar.c
8290         * src/toolbar.h
8291                 simplify the adding of spam/ham button to the messageview toolbar
8292                 (it gets more clear now that the same button will be "Mark as spam"
8293                 or "Mark as ham" according to the current message status,
8294                 thanks to Colin).
8295
8296 2006-03-01 [wwp]        2.0.0cvs91
8297
8298         * src/messageview.c
8299         * src/procmsg.c
8300         * src/procmsg.h
8301         * src/summaryview.c
8302         * src/plugins/spamassassin/spamassassin.c
8303         * src/plugins/spamassassin/spamassassin.h
8304                 make learner callbacks return a status (0 for ok),
8305                 handle it in main code to avoid setting flags when learning failed,
8306                 don't learn on TCP if offline in spamassassin,
8307                 thanks to Colin.
8308
8309                 
8310
8311 2006-03-01 [wwp]        2.0.0cvs90
8312
8313         * src/compose.c
8314                 some work around the compose window's account menu,
8315                 patch by Fabien Vantard.
8316
8317 2006-03-01 [wwp]        2.0.0cvs89
8318
8319         * src/plugins/spamassassin/spamassassin.c
8320                 fixed bad logics, was using spamc in local mode and sa-learn
8321                 in remote mode (thanks, Colin).
8322
8323 2006-03-01 [wwp]        2.0.0cvs88
8324
8325         * src/plugins/spamassassin/spamassassin.c
8326         * src/plugins/spamassassin/spamassassin.h
8327         * src/plugins/spamassassin/spamassassin_gtk.c
8328                 made processing of emails w/ sa-plugin an option (default is TRUE),
8329                 fixed Engrish some tooltips, capitalization of some debug messages
8330                 and warnings. The spamassassin plugin now provides two separate
8331                 services: process emails upon incorporation and spamd training.
8332                 Both services (un)register independently but use some common
8333                 plugin settings (transport settings, spam storage location).
8334
8335 2006-02-28 [wwp]        2.0.0cvs87
8336
8337         * src/plugins/spamassassin/spamassassin.c
8338                 fix async flag to spamc cmdline execution (batch exec should
8339                 be asynchronous).
8340
8341 2006-02-27 [wwp]        2.0.0cvs86
8342
8343         * src/plugins/spamassassin/spamassassin.c
8344         * src/plugins/spamassassin/spamassassin.h
8345         * src/plugins/spamassassin/spamassassin_gtk.c
8346                 - added the ability to learn a remote spamassassin server (spamd),
8347                 using spamc.
8348                 - added the spamassassin option 'username', that applies to all
8349                 spamassassin operations (filtering, learning, local or remote).
8350                 The default username is the current unix user (if left blank
8351                 from gtk prefs or config file).
8352                 - commented out some unused code (notebook widget), removed unused
8353                 layout (hbox1).
8354                 - make more widgets sensitive to the transport type.
8355
8356 2006-02-27 [colin]      2.0.0cvs85
8357
8358         * src/plugins/spamassassin/spamassassin.c
8359                 Fix sa-learn call when offline
8360
8361 2006-02-27 [colin]      2.0.0cvs84
8362
8363         * configure.ac
8364         * src/Makefile.am
8365         * src/mainwindow.c
8366         * src/mainwindow.h
8367         * src/messageview.c
8368         * src/messageview.h
8369         * src/prefs_toolbar.c
8370         * src/procmsg.c
8371         * src/stock_pixmap.c
8372         * src/stock_pixmap.h
8373         * src/summaryview.c
8374         * src/toolbar.c
8375         * src/toolbar.h
8376         * src/pixmaps/ham_btn.xpm
8377         * src/pixmaps/spam.xpm
8378         * src/pixmaps/spam_btn.xpm
8379         * src/plugins/spamassassin/spamassassin.c
8380                 Add button in toolbar for spam learning
8381                 Fix a few bugs from the last related commit
8382                 Revert 1.9.6cvs23 which messed up shift-selection
8383
8384 2006-02-24 [colin]      2.0.0cvs83
8385
8386         * src/procmsg.c
8387         * src/summaryview.c
8388         * src/summaryview.h
8389         * src/plugins/spamassassin/spamassassin.c
8390         * src/plugins/spamassassin/spamassassin.h
8391         * src/plugins/spamassassin/spamassassin_gtk.c
8392                 Unregister learner when spamassassin is either
8393                 disabled or over tcp
8394
8395 2006-02-24 [colin]      2.0.0cvs82
8396
8397         * src/Makefile.am
8398         * src/mainwindow.c
8399         * src/mainwindow.h
8400         * src/procmsg.c
8401         * src/procmsg.h
8402         * src/stock_pixmap.c
8403         * src/stock_pixmap.h
8404         * src/summaryview.c
8405         * src/summaryview.h
8406         * src/gtk/icon_legend.c
8407         * src/pixmaps/spam.xpm  ** NEW FILE **
8408         * src/plugins/spamassassin/spamassassin.c
8409         * src/plugins/spamassassin/spamassassin_gtk.c
8410                 Add spam learning interface (Mark/Mark as 
8411                 (spam|ham) menus)
8412
8413 2006-02-24 [wwp]        2.0.0cvs81
8414
8415         * src/compose.c
8416         * src/compose.h
8417         * src/filtering.c
8418                 hide compose window when sending message in batch mode
8419                 (filtering: forward and redirect). Also fixed a wrong
8420                 value returned when sending failed, neutral anyway.
8421                 (Colin, me) 
8422
8423 2006-02-24 [wwp]        2.0.0cvs80
8424
8425         * src/mainwindow.c
8426                 use GTK+'s stock quit button. Patch by Fabien Vantard.
8427
8428 2006-02-24 [paul]       2.0.0cvs79
8429
8430         * src/news.c
8431         * src/news.h
8432         * src/news_gtk.c
8433                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
8434                 Thanks to Colin
8435
8436 2006-02-23 [colin]      2.0.0cvs78
8437
8438         * src/alertpanel.c
8439                 Change OK to Close in alertpanel with View log
8440                 button; add accel to View log. Patch by Fabien
8441                 Vantard
8442
8443 2006-02-23 [wwp]        2.0.0cvs77
8444
8445         * src/compose.c
8446                 silly me, there were much more tests to perform, since toolbars can
8447                 really have down to 1 element only.
8448
8449 2006-02-23 [wwp]        2.0.0cvs76
8450
8451         * commitHelper
8452                 fixed indentation from my previous commit. Fallback to VISUAL if
8453                 EDITOR is not set (and to vi, at last resort).
8454
8455 2006-02-23 [wwp]        2.0.0cvs75
8456
8457         * commitHelper
8458                 improved error detection (Colin, me).
8459
8460 2006-02-23 [wwp]        2.0.0cvs74
8461
8462         * src/prefs_toolbar.c
8463                 simplify and fix prefs/toolbars layouting. Combos' contents can
8464                 now be really displayed.
8465
8466 2006-02-23 [wwp]        2.0.0cvs73
8467         simplifies and fix prefs/toolbars layouting. Combos' contents can now
8468         be really displayed.
8469
8470 2006-02-22 [wwp]        2.0.0cvs72
8471
8472         * src/compose.c
8473                 fix a typo in my previous commit (sorry!).
8474
8475 2006-02-22 [wwp]        2.0.0cvs71
8476
8477         * src/prefs_toolbar.c
8478                 fix a crash when adding separators to toolbars,
8479                 also fix some separator item information.
8480
8481 2006-02-22 [wwp]        2.0.0cvs70
8482
8483         * src/compose.c
8484                 fix a crash when redirecting (for instance) when compose window's
8485                 toolbar contents has been customized (when some buttons have been
8486                 removed in fact).
8487
8488 2006-02-21 [wwp]        2.0.0cvs69
8489
8490         * src/summaryview.c
8491         * src/gtk/pluginwindow.c
8492         * src/plugins/pgpcore/prefs_gpg.c
8493                 fix some compilation warnings (feat. remains of removed code).
8494
8495 2006-02-21 [wwp]        2.0.0cvs68
8496
8497         * src/gtk/gtkutils.c
8498                 fix two compilation issues, thanks to Stephan Sachse.
8499
8500 2006-02-20 [colin]      2.0.0cvs67
8501
8502         * src/mainwindow.c
8503                 Don't reselect displayed mail on refocus
8504                 This fixes actions misbehaving 
8505
8506 2006-02-20 [wwp]        2.0.0cvs66
8507
8508         * src/summaryview.c
8509         * src/gtk/gtksctree.c
8510         * src/gtk/gtkshruler.c
8511                 changed more runtime typecast checks.
8512
8513 2006-02-20 [wwp]        2.0.0cvs65
8514
8515         * src/summary_search.c
8516                 find all - summaryview refresh issue fixed, thanks to Colin.
8517
8518 2006-02-20 [wwp]        2.0.0cvs64
8519
8520         * src/gtk/gtkutils.c
8521                 better runtime typecast checks.
8522
8523 2006-02-20 [wwp]        2.0.0cvs63
8524
8525         * src/summary_search.c
8526                 enhancements to the summary search:
8527                         - add the ability to stop the running search
8528                           (upon ESC-key press, new Stop button or when Clear button is pressed)
8529                         - don't search if no criteria (From/To/Subject/Body) is set
8530                         - ensure that a busy mouse pointer is always shown when searching,
8531                           show it even a bit earlier
8532
8533 2006-02-19 [colin]      2.0.0cvs62
8534
8535         * src/compose.c
8536         * src/imap.c
8537         * src/etpan/imap-thread.c
8538         * src/etpan/imap-thread.h
8539                 (Future) IMAP speed improvement on sending
8540                 Will require a libetpan update
8541         * src/summaryview.c
8542         * src/gtk/quicksearch.c
8543                 Make quicksearch clearable while running.
8544
8545 2006-02-17 [colin]      2.0.0cvs61
8546
8547         * src/imap.c
8548         * src/etpan/imap-thread.c
8549         * src/etpan/imap-thread.h
8550                 Check for IMAP certificates
8551                 ** Requires libetpan-0.42-cvs4 
8552                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
8553
8554 2006-02-17 [colin]      2.0.0cvs60
8555
8556         * src/messageview.c
8557         * src/prefs_common.c
8558         * src/prefs_common.h
8559         * src/prefs_message.c
8560                 Add pref to display HTML-only mails with plugin, 
8561                 if possible (defaulting to FALSE of course).
8562
8563 2006-02-16 [colin]      2.0.0cvs59
8564
8565         * src/main.c
8566         * src/common/plugin.c
8567         * src/common/plugin.h
8568         * src/gtk/pluginwindow.c
8569                 Keep track of requested (but unloaded) plugins
8570                 in some error cases.
8571
8572 2006-02-16 [wwp]        2.0.0cvs58
8573
8574         * src/gtk/gtkaspell.c
8575         * src/gtk/gtkaspell.h
8576         * src/prefs_spelling.c
8577         * src/compose.c
8578         * src/prefs_common.c
8579         * src/prefs_common.h
8580                 implemented new optional spellchecker behaviour: re-check message when
8581                 dictionary got changed (from compose-window/context-menu/Change dictionary).
8582
8583 2006-02-16 [wwp]        2.0.0cvs57
8584
8585         * src/quote_fmt_parse.y
8586                 pclose popen'ed pipe.
8587
8588 2006-02-15 [colin]      2.0.0cvs56
8589
8590         * src/mimeview.c
8591         * src/mimeview.h
8592                 Let MimeViewers know which MimeView they
8593                 depend of.
8594         * src/summaryview.c
8595                 Swap From/To columns in Sent/Queue/Drafts
8596                 folders
8597         * src/etpan/imap-thread.c
8598                 Use mailstream_low_tls_open() for STARTTLS
8599                 instead of mailstream_low_ssl_open()
8600                 ** REQUIRES libetpan 0.42cvs3 **
8601
8602 2006-02-15 [wwp]        2.0.0cvs55
8603
8604         * src/compose.c
8605         * src/compose.h
8606         * src/message_search.c
8607         * src/message_search.h
8608         * src/textview.c
8609         * src/gtk/gtkutils.c
8610         * src/gtk/gtkutils.h
8611                 added the ability to Find text in the compose window (and a bit
8612                 of code factorization).
8613
8614 2006-02-15 [wwp]        2.0.0cvs54
8615
8616         * src/prefs_gtk.c
8617                 yet another one file was missing (fix for some widgets' sensitivity).
8618                 Thanks Colin!
8619
8620 2006-02-15 [wwp]        2.0.0cvs53
8621
8622         * src/prefs_gtk.h
8623                 oops forgot that file (fix for some widgets' sensitivity).
8624
8625 2006-02-15 [wwp]        2.0.0cvs52
8626
8627         * src/summary_search.c
8628                 implemented advanced summary search options (added the ability
8629                 to use matcher conditions in an advanced search mode).
8630
8631 2006-02-15 [wwp]        2.0.0cvs51
8632
8633         * src/plugins/pgpcore/prefs_gpg.c
8634         * src/prefs_account.c
8635                 fix some widget sensitivity, mostly around some labels in
8636                 account prefs.
8637
8638 2006-02-15 [paul]       2.0.0cvs50
8639
8640         * manual/advanced.xml
8641                 improve Templates info
8642                 written by wwp
8643
8644 2006-02-14 [colin]      2.0.0cvs49
8645
8646         * src/pixmaps/address_book.xpm
8647         * src/pixmaps/preferences.xpm
8648         * src/pixmaps/properties.xpm
8649                 Fix pixmap size - patch by Fabien Vantard
8650
8651 2006-02-13 [colin]      2.0.0cvs48
8652
8653         * src/procmime.c
8654                 Add missing fclose()s on error
8655         * src/textview.c
8656                 Remove unused code
8657         * src/common/utils.c
8658                 Fix temp files not being deleted on windows
8659         Patches by Thomas Gilgin
8660
8661 2006-02-13 [colin]      2.0.0cvs47
8662
8663         * src/mainwindow.c
8664                 Fix exit crash
8665
8666 2006-02-13 [wwp]        2.0.0cvs46
8667
8668         * src/plugins/pgpcore/prefs_gpg.c
8669                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
8670
8671 2006-02-12 [colin]      2.0.0cvs45
8672
8673         * src/folderview.c
8674         * src/main.c
8675         * src/mainwindow.c
8676                 Fix "stuff" when quitting
8677
8678 2006-02-12 [wwp]        2.0.0cvs44
8679
8680         * src/prefs_themes.c
8681                 fix typos in debug messages.
8682
8683 2006-02-11 [colin]      2.0.0cvs43
8684
8685         * src/summaryview.c
8686                 don't allow drag/drop from ourself
8687
8688 2006-02-10 [wwp]        2.0.0cvs42
8689
8690         * src/exporthtml.c
8691         * src/html.c
8692         * src/html.h
8693         * src/procmime.c
8694         * src/textview.c
8695                 renamed html_ prefixed functions and data structures to avoid
8696                 namespace clashes w/ other software (gtkhtml2 for instance).
8697                 Closes bug #907.
8698
8699
8700 2006-02-09 [colin]      2.0.0cvs41
8701
8702         * src/summaryview.c
8703                 Fix shitty logic messed up. Thanks Ticho for the hint!
8704
8705 2006-02-09 [wwp]        2.0.0cvs40
8706
8707         * src/gtk/about.c
8708         * src/compose.c
8709         * src/prefs_account.c
8710         * src/prefs_gtk.h
8711         * src/editaddress.c
8712                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
8713                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
8714                 Browse buttons in accounts prefs.
8715
8716 2006-02-09 [colin]      2.0.0cvs39
8717
8718         * src/matcher.c
8719                 Check for pointer before using its members
8720         * src/gtk/gtksourceprintjob.c
8721                 Fix a wrong warning
8722
8723 2006-02-09 [wwp]        2.0.0cvs38
8724
8725         * src/gtk/filesel.c
8726                 fix few compiler warnings (type mismatch).
8727
8728 2006-02-09 [paul]       2.0.0cvs37
8729
8730         * po/fr.po
8731                 updated by Fabien Vantard
8732
8733 2006-02-08 [colin]      2.0.0cvs36
8734
8735         * src/prefs_common.c
8736         * src/common/defs.h
8737         * src/common/plugin.c
8738                 allow windows and linux configurations to coexist
8739                 patch by Thomas Gilgin
8740
8741 2006-02-08 [colin]      2.0.0cvs35
8742
8743         * src/filtering.c
8744         * src/matcher.c
8745         * src/matcher.h
8746         * src/matcher_parser_parse.y
8747         * src/prefs_filtering_action.c
8748         * src/prefs_matcher.c
8749                 Add the "Ignore thread" filtering
8750                 action
8751
8752 2006-02-08 [colin]      2.0.0cvs34
8753
8754         * src/compose.c
8755         * src/procmime.c
8756         * src/procmime.h
8757                 Fix bug #905 (damaged attachment)
8758                 text files with raw \0's aren't really text files
8759         FOR_STABLE
8760
8761 2006-02-08 [colin]      2.0.0cvs33
8762
8763         * src/summaryview.c
8764                 Fix crasher introduced yesterday
8765
8766 2006-02-08 [wwp]        2.0.0cvs32
8767
8768         * src/compose.c
8769         * src/compose.h
8770                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
8771
8772 2006-02-08 [wwp]        2.0.0cvs31
8773
8774         * src/prefs_template.c
8775                 templates enhancement: allow address completion for Cc and Bcc fields
8776                 (it was currently possible for the To field only)
8777
8778 2006-02-08 [colin]      2.0.0cvs30
8779
8780         * src/compose.c
8781                 Don't unblock if not blocked
8782         FOR_STABLE
8783
8784 2006-02-07 [colin]      2.0.0cvs29
8785
8786         * src/action.c
8787                 Forgot to refresh summaryview
8788
8789 2006-02-07 [colin]      2.0.0cvs28
8790
8791         * src/action.c
8792                 Freeze/thaw message list and folder list while
8793                 processing %as{} actions 
8794         * src/compose.c
8795                 Fix auto-wrap disabling after a middle-click
8796                 paste - FOR_STABLE
8797
8798 2006-02-07 [paul]       2.0.0cvs27
8799
8800         * src/folder.c
8801                 fix freeing of uninitialised pointers
8802                 Thanks to Colin
8803
8804 2006-02-06 [colin]      2.0.0cvs26
8805
8806         * src/folder.c
8807                 Use g_slist_prepend in potentially big list
8808
8809 2006-02-06 [colin]      2.0.0cvs25
8810
8811         * src/folder.c
8812                 Completely skip processing if it doesn't 
8813                 exist (faster!)
8814
8815 2006-02-06 [colin]      2.0.0cvs24
8816
8817         * src/folder.c
8818         * src/summaryview.c
8819                 Batch filtering in summaryview (from Tools menu)
8820                 and pre/post//-processing too
8821
8822 2006-02-06 [colin]      2.0.0cvs23
8823
8824         * src/procmsg.h
8825         * src/filtering.c
8826                 Use a special field for batch filtering instead
8827                 of stepping on deferred execution's toes
8828
8829 2006-02-06 [colin]      2.0.0cvs22
8830
8831         * src/action.c
8832         * src/filtering.c
8833         * src/filtering.h
8834         * src/folder.c
8835         * src/summaryview.c
8836                 Fix filtering via menus and actions
8837
8838 2006-02-06 [colin]      2.0.0cvs21
8839
8840         * src/imap.c
8841                 Put the added file directly to cache if possible (will work
8842                 with next libetpan)
8843         * src/filtering.c
8844         * src/filtering.h
8845         * src/inc.c
8846         * src/folder.c
8847         * src/mbox.c
8848         * src/procmsg.h
8849                 Move and copy filtered messages by batches instead of one
8850                 by one - faster on IMAP
8851         * src/procmsg.c
8852                 Add a function that'll possibly be useful later
8853
8854 2006-02-06 [colin]      2.0.0cvs20
8855
8856         * src/addressbook.c
8857                 Use internal mime-type instead of text/plain for d'n'd
8858         * src/compose.c
8859                 Allow attaching files from mimeview's icon list via d'n'd
8860         * src/folderview.c
8861         * src/folderview.h
8862                 Use internal mime-type instead of text/plain for d'n'd
8863                 Don't try to selected opened folder if none is
8864                 Factorize d'n'd from other apps code
8865         * src/headerview.c
8866         * src/textview.c
8867         * src/gtk/gtkutils.c
8868         * src/gtk/gtkutils.h
8869                 Factorize Face/X-Face stuff
8870         * src/mimeview.c
8871                 Fix d'n'd to other apps
8872         * src/prefs_message.c
8873                 Let the XFace pref be usable without libcompface as it also
8874                 applies to Face
8875         * src/summaryview.c
8876                 Fix d'n'd to other apps
8877                 Factorize d'n'd from other apps code
8878
8879 2006-02-06 [wwp]        2.0.0cvs19
8880
8881         * po/it.po
8882                 Italian translation fixes by Andrea Spadaccini (no more confusion
8883                 between filtering and processing, and few changes in the About
8884                 dialog).
8885
8886
8887 2006-02-06 [mones]      2.0.0cvs18
8888
8889         * src/gtk/icon_legend.c
8890                 Improved descriptions allowing better translations
8891
8892 2006-02-05 [colin]      2.0.0cvs17
8893
8894         * src/imap.c
8895                 Add the f*cking missing expunge that caused imap_fetch_env
8896                 to fail after an add_msgs ! :-///
8897         * src/etpan/imap-thread.c
8898                 Add a bit of debug
8899         FOR_STABLE
8900
8901 2006-02-05 [colin]      2.0.0cvs16
8902
8903         * src/common/utils.c
8904                 Don't check for return-path (or we can't put
8905                 back non-sent mails)
8906
8907 2006-02-05 [colin]      2.0.0cvs15
8908
8909         * src/textview.c
8910                 Don't try to display Face header in textview
8911                 when teh headerview's active
8912
8913 2006-02-05 [colin]      2.0.0cvs14
8914
8915         * tools/tbird2syl.py
8916         * tools/Makefile.am
8917                 Add script to import Thunderbird mails
8918
8919 2006-02-05 [colin]      2.0.0cvs13
8920
8921         * src/headerview.c
8922         * src/procheader.c
8923         * src/procmsg.c
8924         * src/procmsg.h
8925         * src/textview.c
8926                 Show Face headers - patch partially by Klaus Flittner
8927
8928 2006-02-05 [colin]      2.0.0cvs12
8929
8930         * src/folderview.c
8931         * src/summaryview.c
8932         * src/common/utils.c
8933         * src/common/utils.h
8934                 Let dnd work from mime icons to summaryview
8935                 and to folderview too
8936                 Add a crude test to avoid trying to add files
8937                 drag'n'dropped when they're not mails
8938
8939 2006-02-04 [colin]      2.0.0cvs11
8940
8941         * src/summaryview.c
8942         * src/mimeview.c
8943                 Fix utf8 conversion
8944
8945 2006-02-04 [colin]      2.0.0cvs10
8946
8947         * src/compose.c
8948         * src/folderview.c
8949         * src/mimeview.c
8950         * src/summaryview.c
8951         * src/summaryview.h
8952                 Added various drag and drop capas:
8953                 From                    To
8954                 summaryview             other apps
8955                 mimeview icons          other apps
8956                 other apps              summaryview
8957                 other apps              folderview
8958
8959                 This shouldn't have broken the existing:
8960                 From                    To
8961                 summaryview             folderview
8962                 folderview              folderview
8963                 summaryview             compose's attachments
8964
8965         Tests welcomed.
8966
8967 2006-02-02 [paul]       2.0.0cvs9
8968
8969         * src/mainwindow.c
8970                 move global option 'Set displayed columns...' out
8971                 of folder option grouping.
8972                 fix sensitivity of 'harvest addresses'
8973         FOR_STABLE
8974
8975 2006-02-01 [colin]      2.0.0cvs8
8976
8977         * src/mimeview.c
8978                 Revert the alertpanel patch, it sucks (intrusive
8979                 and gets in the way of "open")
8980
8981 2006-02-01 [colin]      2.0.0cvs7
8982
8983         * src/compose.c
8984         * src/prefs_account.c
8985         * src/prefs_common.c
8986         * src/common/defs.h
8987         * src/common/utils.c
8988         * src/common/utils.h
8989                 Add ability to edit the signature file
8990                 from the account preferences, and use
8991                 a default for the text editor.
8992                 Patch by Fabien Vantard
8993
8994 2006-02-01 [colin]      2.0.0cvs6
8995
8996         * src/mimeview.c
8997                 Try to get mime type by extension if it is
8998                 application/octet-stream
8999                 Display a window with possible choices when
9000                 encountering unknown mime types
9001         * src/gtk/filesel.c
9002         * src/gtk/filesel.h
9003                 Add preview
9004                 Allow multiple selection in filtered filesel
9005                 (patch by Fabien Vantard)
9006         * src/gtk/pluginwindow.c
9007                 Use it (patch by Fabien Vantard)
9008
9009 2006-02-01 [paul]       2.0.0cvs5
9010
9011         * src/jpilot.c
9012                 fix crash on creating jpilot address book
9013                 Thanks to Colin - FOR_STABLE
9014         * src/prefs_summaries.c
9015         * src/prefs_wrapping.c
9016         * src/gtk/icon_legend.c
9017         * src/gtk/quicksearch.c
9018                 string fixes and additions
9019
9020 2006-02-01 [paul]       2.0.0cvs4
9021
9022         * src/compose.c
9023         * src/mainwindow.c
9024         * src/messageview.c
9025         * src/prefs_send.c
9026                 add Arabic encoding option
9027                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
9028
9029 2006-01-31 [colin]      2.0.0cvs3
9030
9031         * src/plugins/pgpcore/passphrase.c
9032                 Convert passphrase to locale encoding
9033         * src/compose.c
9034                 Fix drafting on IMAP. Crappy bug sneaked in
9035                 the release :-/
9036         FOR_STABLE
9037
9038 2006-01-30 [paul]       2.0.0cvs2
9039
9040         * src/gtk/icon_legend.c
9041                 show the new entries
9042
9043 2006-01-30 [colin]      2.0.0cvs1
9044
9045         * src/manual.c
9046                 Check for the file to be present before 
9047                 enabling the menu - FOR_STABLE
9048         * src/gtk/icon_legend.c
9049                 Add folders icons (not all of them, there
9050                 are too much, but the most intriguing ones)
9051
9052 2006-01-30 [paul]       2.0.0
9053
9054         version 2.0.0 released
9055
9056 2006-01-30 [paul]       1.9.100cvs200
9057
9058         * manual/faq.xml
9059         * manual/gpl.xml
9060         * manual/intro.xml
9061         * manual/starting.xml
9062         * manual/sylpheed-claws-manual.xml
9063                 fixes, additions
9064
9065 2006-01-29 [mones]      1.9.100cvs199
9066
9067         * manual/account.xml
9068         * manual/advanced.xml
9069         * manual/glossary.xml
9070                 Some typos fixed, added LDIF term to glossary
9071         * po/es.po
9072                 Fixed leading plus symbol
9073
9074 2006-01-29 [paul]       1.9.100cvs198
9075
9076         * po/fi.po
9077         * po/sk.po
9078                 updated by Tommi Pirinen and Andrej Kacian
9079
9080 2006-01-29 [paul]       1.9.100cvs197
9081
9082         * src/gtk/authors.h
9083                 remove duplicates
9084
9085 2006-01-29 [paul]       1.9.100cvs196
9086
9087         * AUTHORS
9088         * po/nl.po
9089         * src/gtk/authors.h
9090         * tools/claws.i18n.status.pl
9091                 nl translation updated by Tim Dijkstra
9092
9093 2006-01-29 [paul]       1.9.100cvs195
9094
9095         * po/sr.po
9096         * po/sv.po
9097                 updated by Aleksandar Urosevic and Anders Troback
9098
9099 2006-01-28 [colin]      1.9.100cvs194
9100
9101         * src/gtk/gtksourceprintjob.c
9102                 Don't fiddle with PangoLayout when we
9103                 have an image
9104
9105 2006-01-28 [paul]       1.9.100cvs193
9106
9107         * AUTHORS
9108         * po/el.po
9109         * po/zh_CN.po
9110         * src/gtk/authors.h
9111         * tools/claws.i18n.status.pl
9112                 updated translations submitted by Stavros Giannouris
9113                 and Ralgh Young
9114
9115 2006-01-27 [colin]      1.9.100cvs192
9116
9117         * src/summaryview.c
9118         * src/gtk/gtksourceprintjob.c
9119                 Add image printing 
9120                 (libgnomeprint only, of course)
9121
9122 2006-01-27 [paul]       1.9.100cvs191
9123
9124         * po/fr.po
9125         * po/it.po
9126                 updated by Fabien Vantard and Andrea Spadaccini
9127
9128 2006-01-26 [colin]      1.9.100cvs190
9129
9130         * manual/Makefile.am
9131         * configure.ac
9132                 Make building the manual optional 
9133                 (--disable-manual)
9134
9135 2006-01-26 [paul]       1.9.100cvs189
9136
9137         * manual/glossary.xml
9138         * manual/plugins.xml
9139                 edited
9140         * po/en_GB.po
9141                 updated
9142
9143 2006-01-26 [paul]       1.9.100cvs188
9144
9145         * src/prefs_display_header.c
9146         * src/prefs_folder_column.c
9147         * src/prefs_msg_colors.c
9148         * src/prefs_summaries.c
9149         * src/prefs_summary_column.c
9150                 HIGify
9151
9152 2006-01-25 [colin]      1.9.100cvs187
9153
9154         * src/imap.c
9155                 Don't allow moving/copying mails between
9156                 queue/drafts and non-queue/drafts folders
9157                 Fixes bug #897 (message header is resetted 
9158                 if one is copied to Drafts)
9159
9160 2006-01-25 [colin]      1.9.100cvs186
9161
9162         * src/folder.c
9163         * src/mainwindow.c
9164                 Fix subscribed folders not found
9165         * src/compose.c
9166                 Don't try to encode as original mail's charset
9167                 if it's ascii 
9168
9169 2006-01-25 [paul]       1.9.100cvs185
9170
9171         * AUTHORS
9172         * po/Makevars
9173                 updated
9174         * po/de.po
9175         * po/pl.po
9176         * po/pt_BR.po
9177         * po/sr.po
9178                 updates submitted by Stephan Sachse, Emilian Nowak
9179                 and Quar, Frederico Goncalves Guimaraes, and
9180                 Aleksandar Urosevic
9181                 Fix Bug 896, 'PT_BR locale broken'.
9182         * src/gtk/authors.h
9183                 updated
9184
9185 2006-01-24 [mones]      1.9.100cvs184
9186
9187         * manual/glossary.xml
9188                 All current terms finished. Reviewers welcome ;-)
9189         * manual/keyboard.xml
9190                 Fixed column width for pdf output.
9191         * po/es.po
9192                 Updated
9193
9194 2006-01-24 [paul]       1.9.100cvs183
9195
9196         * manual/glossary.xml
9197                 fix id name
9198         * manual/dist/html/Makefile.am
9199         * manual/dist/pdf/Makefile.am
9200         * manual/dist/ps/Makefile.am
9201         * manual/dist/txt/Makefile.am
9202                 fix make deps
9203                 Thanks to Colin
9204
9205 2006-01-24 [mones]      1.9.100cvs182
9206
9207         * manual/glossary.xml
9208                 Nearly finished, some terms missing.
9209
9210 2006-01-23 [paul]       1.9.100cvs181
9211
9212         * manual/dist/html/Makefile.am
9213         * manual/dist/pdf/Makefile.am
9214         * manual/dist/ps/Makefile.am
9215         * manual/dist/txt/Makefile.am
9216         * src/mainwindow.c
9217                 re-enable manual
9218                 Thanks to Colin
9219
9220 2006-01-22 [colin]      1.9.100cvs180
9221
9222         * src/compose.c
9223         * src/gtk/gtkaspell.c
9224                 Don't deselect stuff before right-clicking, with aspell.
9225                 (This prevented right-click Copy, for example).
9226                 Thanks to Clo!
9227
9228 2006-01-22 [paul]       1.9.100cvs179
9229
9230         * src/summary_search.c
9231                 don't fix the widget size as it causes problems
9232                 under localisation.
9233                 Thanks to Emilian Nowak
9234
9235 2006-01-21 [paul]       1.9.100cvs178
9236
9237         * src/prefs_themes.c
9238                 fix broken underlining of label text
9239                 with some translations
9240
9241 2006-01-21 [colin]      1.9.100cvs177
9242
9243         * po/fr.po
9244                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
9245
9246 2006-01-20 [colin]      1.9.100cvs176
9247
9248         * configure.ac
9249         * Makefile.am
9250         * manual/Makefile
9251         * manual/dist/html/.cvsignore
9252         * manual/dist/html/Makefile.am
9253         * manual/dist/pdf/.cvsignore
9254         * manual/dist/pdf/Makefile.am
9255         * manual/dist/ps/.cvsignore
9256         * manual/dist/ps/Makefile.am
9257         * manual/dist/txt/.cvsignore
9258         * manual/dist/txt/Makefile.am
9259                 Autotool-ize manual
9260
9261 2006-01-20 [paul]       1.9.100cvs175
9262
9263         * manual/handling.xml
9264                 make Filtering and Searching entries easier to find
9265         * manual/keyboard.xml
9266                 add the remaining default keybinds
9267         * src/prefs_summaries.c
9268                 update the default keybinds
9269
9270 2006-01-20 [paul]       1.9.100cvs174
9271
9272         * src/addressbook.c
9273         * src/addrgather.c
9274         * src/addrharvest.c
9275         * src/editaddress.c
9276         * src/editgroup.c
9277         * src/exphtmldlg.c
9278         * src/expldifdlg.c
9279         * src/exporthtml.c
9280         * src/exportldif.c
9281         * src/ldif.c
9282                 replace 'e-mail' with 'email'
9283         * src/summary_search.c
9284                 add mnemonic to "Find all" button
9285
9286 2006-01-20 [wwp]        1.9.100cvs173
9287
9288         * src/export.c
9289         * src/import.c
9290                 touched mbox import/export buttons for HIG-compliance
9291
9292 2006-01-19 [paul]       1.9.100cvs172
9293
9294         * manual/account.xml
9295         * manual/addrbook.xml
9296         * manual/advanced.xml
9297         * manual/faq.xml
9298         * manual/handling.xml
9299         * manual/intro.xml
9300         * manual/plugins.xml
9301         * manual/starting.xml
9302                 more editing
9303
9304 2006-01-19 [paul]       1.9.100cvs171
9305
9306         * src/toolbar.c
9307                 allow use of trash button while receiving
9308                 Thanks to Colin
9309
9310 2006-01-19 [wwp]        1.9.100cvs170
9311
9312         * src/gtk/quicksearch.c
9313         * src/compose.c
9314                 force text color to black when yellow background is set
9315
9316 2006-01-19 [colin]      1.9.100cvs169
9317
9318         * src/plugins/trayicon/trayicon.c
9319                 Gray out Get Mail when already getting mail
9320
9321 2006-01-18 [paul]       1.9.100cvs168
9322
9323         * src/compose.c
9324                 give widget yellow background was To is
9325                 set via folder prefs
9326         * src/gtk/quicksearch.c
9327                 give widget yellow background when quick
9328                 search is active.
9329                 Thanks to Colin
9330
9331 2006-01-18 [paul]       1.9.100cvs167
9332
9333         * doc/man/sylpheed-claws.1
9334                 add --subscribe option
9335
9336 2006-01-18 [paul]       1.9.100cvs166
9337
9338         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9339         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9340                 use %U instead of %F (%F is broken for user installed
9341                 files in kde 3.5)
9342
9343 2006-01-18 [colin]      1.9.100cvs165
9344
9345         * src/summaryview.c
9346                 Default to Yes in "No more * messages" dialogs
9347
9348 2006-01-17 [colin]      1.9.100cvs164
9349
9350         * src/compose.c
9351                 Possibly fix an invalid iterator causing
9352                 crash
9353
9354 2006-01-17 [colin]      1.9.100cvs163
9355
9356         * src/mimeview.c
9357                 Fix crash when the image disappears under the
9358                 image viewer
9359
9360 2006-01-16 [colin]      1.9.100cvs162
9361
9362         * src/compose.c
9363                 Fix reenabling autowrap
9364
9365 2006-01-16 [colin]      1.9.100cvs161
9366
9367         * src/compose.c
9368                 reset quote_len before getting quote_str
9369
9370 2006-01-16 [colin]      1.9.100cvs160
9371
9372         * src/account.c
9373         * src/account.h
9374         * src/folder.c
9375         * src/imap_gtk.c
9376         * src/mh_gtk.c
9377                 Fix bug #883 (default inbox does not track folder move)
9378
9379 2006-01-16 [colin]      1.9.100cvs159
9380
9381         * src/compose.c
9382         * src/plugins/pgpcore/passphrase.c
9383                 More buttons fixes
9384
9385 2006-01-16 [paul]       1.9.100cvs158
9386
9387         * src/prefs_actions.c
9388         * src/prefs_filtering_action.c
9389         * src/prefs_matcher.c
9390         * src/quote_fmt.c
9391         * src/gtk/description_window.c
9392         * src/gtk/description_window.h
9393         * src/gtk/quicksearch.c
9394                 description window cleanups
9395
9396 2006-01-15 [colin]      1.9.100cvs157
9397
9398         * src/addressbook.c
9399         * src/prefs_filtering.c
9400                 Same here
9401
9402 2006-01-15 [colin]      1.9.100cvs156
9403
9404         * src/folderview.c
9405         * src/mainwindow.c
9406                 Same for "Empty trash"
9407
9408 2006-01-15 [colin]      1.9.100cvs155
9409
9410         * src/inc.c
9411                 Override offline dialog had Yes by default
9412
9413 2006-01-15 [colin]      1.9.100cvs154
9414
9415         * src/summaryview.c
9416                 Delete selected messages? previously had Yes the default
9417
9418 2006-01-15 [colin]      1.9.100cvs153
9419
9420         * src/folder.c
9421         * src/folder.h
9422         * src/main.c
9423                 Check if a mailbox is loaded after all
9424                 plugins are loaded.
9425
9426 2006-01-15 [colin]      1.9.100cvs152
9427
9428         * src/folder.c
9429                 Don't start wizard when there are unloaded folders (will help
9430                 people with only mbox or maildir mailboxes)
9431
9432 2006-01-14 [colin]      1.9.100cvs151
9433
9434         * src/addressbook.c
9435         * src/expldifdlg.c
9436         * src/importldif.c
9437         * src/importmutt.c
9438         * src/importpine.c
9439         * src/mh_gtk.c
9440                 More HIG compliance and fixes
9441
9442 2006-01-14 [colin]      1.9.100cvs150
9443
9444         * src/prefs_filtering_action.c
9445         * src/foldersel.c
9446                 Two forgotten button order changes
9447
9448 2006-01-14 [colin]      1.9.100cvs149
9449
9450         * src/account.c
9451         * src/addressbook.c
9452         * src/compose.c
9453         * src/folderview.c
9454         * src/imap_gtk.c
9455         * src/mainwindow.c
9456         * src/mh_gtk.c
9457         * src/news_gtk.c
9458         * src/prefs_actions.c
9459         * src/prefs_customheader.c
9460         * src/prefs_filtering.c
9461         * src/prefs_matcher.c
9462         * src/prefs_template.c
9463         * src/ssl_manager.c
9464         * src/summaryview.c
9465         * src/textview.c
9466         * src/toolbar.c
9467                 All deletion confirmations are now "Cancel, Delete" 
9468                 instead of "No, Yes"
9469                 Clarified most of the other "No, Yes" to 
9470                 "Cancel, Descriptive_action"
9471                 Rechanged the "Entry not saved" alerts to have 
9472                 "Close, Continue editing"
9473
9474
9475 2006-01-14 [paul]
9476
9477         * 2.0.0-rc4 released
9478
9479 2006-01-14 [paul]       1.9.100cvs148
9480
9481         * src/account.c
9482         * src/addressadd.c
9483         * src/addressbook.c
9484         * src/compose.c
9485         * src/editaddress.c
9486         * src/editbook.c
9487         * src/editgroup.c
9488         * src/editjpilot.c
9489         * src/editldap.c
9490         * src/editvcard.c
9491         * src/exphtmldlg.c
9492         * src/expldifdlg.c
9493         * src/folderview.c
9494         * src/grouplistdialog.c
9495         * src/imap_gtk.c
9496         * src/importmutt.c
9497         * src/importpine.c
9498         * src/inc.c
9499         * src/main.c
9500         * src/mainwindow.c
9501         * src/message_search.c
9502         * src/messageview.c
9503         * src/mh_gtk.c
9504         * src/mimeview.c
9505         * src/news_gtk.c
9506         * src/prefs_actions.c
9507         * src/prefs_customheader.c
9508         * src/prefs_filtering.c
9509         * src/prefs_matcher.c
9510         * src/prefs_template.c
9511         * src/prefs_themes.c
9512         * src/ssl_manager.c
9513         * src/summary_search.c
9514         * src/summaryview.c
9515         * src/textview.c
9516         * src/toolbar.c
9517         * src/gtk/foldersort.c
9518         * src/gtk/gtkaspell.c
9519         * src/gtk/inputdialog.c
9520         * src/gtk/prefswindow.c
9521         * src/plugins/pgpcore/select-keys.c
9522         * src/plugins/trayicon/trayicon.c
9523                 HIG compliant button order
9524
9525 2006-01-14 [mones]      1.9.100cvs147
9526
9527         * po/es.po
9528                 Updated translation
9529
9530 2006-01-13 [paul]       1.9.100cvs146
9531
9532         * AUTHORS
9533         * ChangeLog
9534         * src/gtk/authors.h
9535                 add Joshua M. Kwan to contributors list
9536
9537 2006-01-13 [colin]      1.9.100cvs145
9538
9539         * src/gtk/quicksearch.c
9540                 Don't refocus quick search after executing (Esc or Enter)
9541                 Allows to '/'search something then move up/down in 
9542                 summaryview, and to Esc a search and be back in the 
9543                 summaryview
9544
9545 2006-01-13 [paul]       1.9.100cvs144
9546
9547         * src/plugins/pgpinline/pgpinline.c
9548                 support Content-Type 'application/pgp'
9549                 patch by Joshua M. Kwan <joshuak@users.sf.net>
9550
9551 2006-01-13 [paul]       1.9.100cvs143
9552
9553         * manual/account.xml
9554                 make mention of partial retrieval
9555                 thanks to Colin
9556
9557 2006-01-13 [paul]       1.9.100cvs142
9558
9559         * src/account.c
9560         * src/account.h
9561         * src/action.c
9562         * src/action.h
9563         * src/adbookbase.h
9564         * src/addr_compl.c
9565         * src/addr_compl.h
9566         * src/addrbook.c
9567         * src/addrcache.c
9568         * src/addrcache.h
9569         * src/addrcindex.c
9570         * src/addrcindex.h
9571         * src/addrclip.c
9572         * src/addrclip.h
9573         * src/addrdefs.h
9574         * src/addressadd.c
9575         * src/addressadd.h
9576         * src/addressbook.c
9577         * src/addressbook.h
9578         * src/addrgather.c
9579         * src/addrgather.h
9580         * src/addrharvest.c
9581         * src/addrharvest.h
9582         * src/addrindex.c
9583         * src/addrindex.h
9584         * src/addritem.c
9585         * src/addritem.h
9586         * src/addrquery.c
9587         * src/addrquery.h
9588         * src/addrselect.c
9589         * src/addrselect.h
9590         * src/alertpanel.c
9591         * src/alertpanel.h
9592         * src/browseldap.c
9593         * src/browseldap.h
9594         * src/codeconv.c
9595         * src/codeconv.h
9596         * src/compose.c
9597         * src/compose.h
9598         * src/customheader.c
9599         * src/customheader.h
9600         * src/displayheader.c
9601         * src/displayheader.h
9602         * src/editaddress.c
9603         * src/editaddress.h
9604         * src/editbook.c
9605         * src/editbook.h
9606         * src/editgroup.c
9607         * src/editgroup.h
9608         * src/editjpilot.c
9609         * src/editjpilot.h
9610         * src/editldap.c
9611         * src/editldap.h
9612         * src/editldap_basedn.c
9613         * src/editldap_basedn.h
9614         * src/editvcard.c
9615         * src/editvcard.h
9616         * src/exphtmldlg.c
9617         * src/exphtmldlg.h
9618         * src/expldifdlg.c
9619         * src/expldifdlg.h
9620         * src/export.h
9621         * src/exporthtml.c
9622         * src/exporthtml.h
9623         * src/exportldif.c
9624         * src/exportldif.h
9625         * src/filtering.c
9626         * src/filtering.h
9627         * src/folder.c
9628         * src/folder.h
9629         * src/folder_item_prefs.c
9630         * src/folder_item_prefs.h
9631         * src/foldersel.c
9632         * src/foldersel.h
9633         * src/folderutils.c
9634         * src/folderutils.h
9635         * src/folderview.c
9636         * src/folderview.h
9637         * src/grouplistdialog.c
9638         * src/grouplistdialog.h
9639         * src/headerview.c
9640         * src/html.c
9641         * src/html.h
9642         * src/image_viewer.c
9643         * src/image_viewer.h
9644         * src/imap.c
9645         * src/imap.h
9646         * src/imap_gtk.c
9647         * src/imap_gtk.h
9648         * src/import.h
9649         * src/importldif.c
9650         * src/importldif.h
9651         * src/importmutt.c
9652         * src/importmutt.h
9653         * src/importpine.c
9654         * src/importpine.h
9655         * src/inc.c
9656         * src/inc.h
9657         * src/jpilot.c
9658         * src/jpilot.h
9659         * src/ldapctrl.c
9660         * src/ldapctrl.h
9661         * src/ldaplocate.c
9662         * src/ldaplocate.h
9663         * src/ldapquery.c
9664         * src/ldapquery.h
9665         * src/ldapserver.c
9666         * src/ldapserver.h
9667         * src/ldaputil.c
9668         * src/ldaputil.h
9669         * src/ldif.c
9670         * src/ldif.h
9671         * src/main.c
9672         * src/main.h
9673         * src/mainwindow.c
9674         * src/mainwindow.h
9675         * src/manual.c
9676         * src/manual.h
9677         * src/mbox.c
9678         * src/mbox.h
9679         * src/message_search.c
9680         * src/message_search.h
9681         * src/messageview.c
9682         * src/messageview.h
9683         * src/mh.c
9684         * src/mh.h
9685         * src/mh_gtk.c
9686         * src/mh_gtk.h
9687         * src/mimeview.c
9688         * src/mimeview.h
9689         * src/msgcache.c
9690         * src/msgcache.h
9691         * src/mutt.c
9692         * src/mutt.h
9693         * src/news.c
9694         * src/news.h
9695         * src/news_gtk.c
9696         * src/news_gtk.h
9697         * src/partial_download.c
9698         * src/partial_download.h
9699         * src/pine.c
9700         * src/pine.h
9701         * src/pop.c
9702         * src/pop.h
9703         * src/prefs_account.c
9704         * src/prefs_account.h
9705         * src/prefs_actions.c
9706         * src/prefs_actions.h
9707         * src/prefs_common.c
9708         * src/prefs_common.h
9709         * src/prefs_compose_writing.c
9710         * src/prefs_compose_writing.h
9711         * src/prefs_customheader.c
9712         * src/prefs_customheader.h
9713         * src/prefs_display_header.c
9714         * src/prefs_display_header.h
9715         * src/prefs_filtering.c
9716         * src/prefs_filtering.h
9717         * src/prefs_filtering_action.c
9718         * src/prefs_filtering_action.h
9719         * src/prefs_folder_column.c
9720         * src/prefs_folder_column.h
9721         * src/prefs_folder_item.c
9722         * src/prefs_folder_item.h
9723         * src/prefs_fonts.c
9724         * src/prefs_fonts.h
9725         * src/prefs_gtk.c
9726         * src/prefs_gtk.h
9727         * src/prefs_image_viewer.c
9728         * src/prefs_image_viewer.h
9729         * src/prefs_matcher.c
9730         * src/prefs_matcher.h
9731         * src/prefs_message.c
9732         * src/prefs_msg_colors.c
9733         * src/prefs_msg_colors.h
9734         * src/prefs_other.c
9735         * src/prefs_quote.c
9736         * src/prefs_receive.c
9737         * src/prefs_send.c
9738         * src/prefs_spelling.c
9739         * src/prefs_spelling.h
9740         * src/prefs_summaries.c
9741         * src/prefs_summaries.h
9742         * src/prefs_summary_column.c
9743         * src/prefs_summary_column.h
9744         * src/prefs_template.c
9745         * src/prefs_template.h
9746         * src/prefs_themes.c
9747         * src/prefs_themes.h
9748         * src/prefs_toolbar.c
9749         * src/prefs_toolbar.h
9750         * src/prefs_wrapping.c
9751         * src/prefs_wrapping.h
9752         * src/privacy.c
9753         * src/privacy.h
9754         * src/procheader.c
9755         * src/procheader.h
9756         * src/procmime.c
9757         * src/procmime.h
9758         * src/procmsg.c
9759         * src/procmsg.h
9760         * src/quote_fmt.c
9761         * src/quote_fmt_parse.y
9762         * src/recv.c
9763         * src/recv.h
9764         * src/remotefolder.c
9765         * src/remotefolder.h
9766         * src/send_message.c
9767         * src/send_message.h
9768         * src/setup.c
9769         * src/setup.h
9770         * src/sourcewindow.c
9771         * src/sourcewindow.h
9772         * src/ssl_manager.c
9773         * src/ssl_manager.h
9774         * src/statusbar.c
9775         * src/statusbar.h
9776         * src/stock_pixmap.c
9777         * src/stock_pixmap.h
9778         * src/summary_search.c
9779         * src/summary_search.h
9780         * src/summaryview.c
9781         * src/summaryview.h
9782         * src/syldap.c
9783         * src/syldap.h
9784         * src/textview.c
9785         * src/textview.h
9786         * src/toolbar.c
9787         * src/toolbar.h
9788         * src/undo.c
9789         * src/undo.h
9790         * src/unmime.c
9791         * src/unmime.h
9792         * src/vcard.c
9793         * src/vcard.h
9794         * src/wizard.c
9795         * src/wizard.h
9796         * src/common/base64.c
9797         * src/common/base64.h
9798         * src/common/defs.h
9799         * src/common/hooks.c
9800         * src/common/hooks.h
9801         * src/common/log.c
9802         * src/common/log.h
9803         * src/common/mgutils.c
9804         * src/common/mgutils.h
9805         * src/common/nntp.c
9806         * src/common/nntp.h
9807         * src/common/passcrypt.c
9808         * src/common/passcrypt.h.in
9809         * src/common/plugin.c
9810         * src/common/plugin.h
9811         * src/common/prefs.c
9812         * src/common/prefs.h
9813         * src/common/progressindicator.c
9814         * src/common/progressindicator.h
9815         * src/common/quoted-printable.c
9816         * src/common/quoted-printable.h
9817         * src/common/session.c
9818         * src/common/session.h
9819         * src/common/smtp.c
9820         * src/common/smtp.h
9821         * src/common/socket.c
9822         * src/common/socket.h
9823         * src/common/ssl.c
9824         * src/common/ssl.h
9825         * src/common/ssl_certificate.c
9826         * src/common/ssl_certificate.h
9827         * src/common/stringtable.c
9828         * src/common/stringtable.h
9829         * src/common/sylpheed.c
9830         * src/common/sylpheed.h
9831         * src/common/template.c
9832         * src/common/template.h
9833         * src/common/timing.h
9834         * src/common/utils.c
9835         * src/common/utils.h
9836         * src/common/version.h.in
9837         * src/common/xml.c
9838         * src/common/xml.h
9839         * src/common/xmlprops.c
9840         * src/common/xmlprops.h
9841         * src/gtk/colorlabel.c
9842         * src/gtk/colorsel.c
9843         * src/gtk/colorsel.h
9844         * src/gtk/description_window.c
9845         * src/gtk/description_window.h
9846         * src/gtk/filesel.c
9847         * src/gtk/filesel.h
9848         * src/gtk/foldersort.c
9849         * src/gtk/foldersort.h
9850         * src/gtk/gtkutils.c
9851         * src/gtk/gtkutils.h
9852         * src/gtk/inputdialog.c
9853         * src/gtk/inputdialog.h
9854         * src/gtk/logwindow.c
9855         * src/gtk/logwindow.h
9856         * src/gtk/manage_window.c
9857         * src/gtk/manage_window.h
9858         * src/gtk/menu.c
9859         * src/gtk/menu.h
9860         * src/gtk/pluginwindow.c
9861         * src/gtk/pluginwindow.h
9862         * src/gtk/prefswindow.c
9863         * src/gtk/prefswindow.h
9864         * src/gtk/progressdialog.c
9865         * src/gtk/progressdialog.h
9866         * src/gtk/sslcertwindow.c
9867         * src/gtk/sslcertwindow.h
9868         * src/plugins/clamav/clamav_plugin.c
9869         * src/plugins/clamav/clamav_plugin.h
9870         * src/plugins/clamav/clamav_plugin_gtk.c
9871         * src/plugins/demo/demo.c
9872         * src/plugins/dillo_viewer/dillo_prefs.c
9873         * src/plugins/dillo_viewer/dillo_prefs.h
9874         * src/plugins/dillo_viewer/dillo_viewer.c
9875         * src/plugins/pgpcore/passphrase.c
9876         * src/plugins/pgpcore/passphrase.h
9877         * src/plugins/pgpcore/plugin.c
9878         * src/plugins/pgpcore/select-keys.c
9879         * src/plugins/pgpcore/select-keys.h
9880         * src/plugins/pgpcore/sgpgme.c
9881         * src/plugins/pgpcore/sgpgme.h
9882         * src/plugins/pgpinline/pgpinline.c
9883         * src/plugins/pgpinline/pgpinline.h
9884         * src/plugins/pgpinline/plugin.c
9885         * src/plugins/pgpmime/pgpmime.c
9886         * src/plugins/pgpmime/pgpmime.h
9887         * src/plugins/pgpmime/plugin.c
9888         * src/plugins/spamassassin/spamassassin.c
9889         * src/plugins/spamassassin/spamassassin.h
9890         * src/plugins/spamassassin/spamassassin_gtk.c
9891         * src/plugins/trayicon/trayicon.c
9892                 update copyright header
9893
9894 2006-01-13 [paul]       1.9.100cvs141
9895
9896         * src/account.c
9897         * src/export.c
9898         * src/import.c
9899         * src/mainwindow.c
9900         * src/prefs_account.c
9901         * src/prefs_display_header.c
9902         * src/prefs_receive.c
9903         * src/prefs_send.c
9904         * src/prefs_summaries.c
9905         * src/prefs_themes.c
9906         * src/prefs_toolbar.c
9907         * src/gtk/about.c
9908                 various cleanups
9909
9910 2006-01-12 [colin]      1.9.100cvs140
9911
9912         * src/folder.c
9913         * src/folder.h
9914         * src/main.c
9915                 Add --subscribe option
9916                 Let sylpheed-claws email@domain.com equivalent to --compose
9917                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
9918
9919 2006-01-12 [paul]       1.9.100cvs139
9920
9921         * src/mainwindow.c
9922                 append 'Change folder order' label with '...'
9923         * src/prefs_actions.c
9924                 allow reordering of actions list by dnd
9925         * src/gtk/foldersort.c
9926                 make the dialog nicer
9927
9928 2006-01-11 [colin]      1.9.100cvs138
9929
9930         * src/compose.c
9931                 Allow templates without text
9932
9933 2006-01-11 [paul]       1.9.100cvs137
9934
9935         * tools/README
9936         * tools/filter_conv_new.pl
9937                 add info to README
9938                 also check .sylpheed for filter.xml
9939                 be a bit informative to the user
9940
9941 2006-01-11 [colin]      1.9.100cvs136
9942
9943         * src/textview.c
9944                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
9945
9946 2006-01-10 [paul]       1.9.100cvs135
9947
9948         * tools/Makefile.am
9949         * tools/filter_conv_new.pl
9950                 add script to convert new style Sylpheed
9951                 filter rules (Sylpheed >= 0.9.99) to
9952                 Claws filtering rules
9953
9954 2006-01-10 [colin]      1.9.100cvs134
9955
9956         * src/compose.c
9957                 Fix broken line joins in certain conditions
9958                 (between two quoted lines: <enter><enter><up>
9959                  <type a wrapped sentence><go in the first line>
9960                  <insert more text><watch as line joining failed>)
9961
9962 2006-01-10 [paul]       1.9.100cvs133
9963
9964         * src/compose.c
9965                 don't report success in error dialog
9966                 thanks to Colin
9967         * src/common/utils.c
9968                 include some trailing punctuations as URI
9969                 thanks to Hiro
9970
9971 2006-01-10 [paul]       1.9.100cvs132
9972
9973         * src/mimeview.c
9974                 fix incompatible pointer type
9975                 warning
9976
9977 2006-01-10 [paul]       1.9.100cvs131
9978
9979         * src/compose.c
9980                 change Subject in window title
9981                 instantaneously
9982
9983 2006-01-09 [colin]      1.9.100cvs130
9984
9985         * src/addressbook.c
9986         * src/headerview.c
9987         * src/mainwindow.c
9988         * src/messageview.c
9989         * src/mimeview.c
9990         * src/noticeview.c
9991         * src/summaryview.c
9992                 Fix possible crashes on exit and in addressbook
9993
9994 2006-01-09 [paul]       1.9.100cvs129
9995
9996         * src/prefs_msg_colors.c
9997                 some cleanups that I forgot last time
9998
9999 2006-01-09 [paul]       1.9.100cvs128
10000
10001         * README
10002         * src/folderview.c
10003         * src/prefs_msg_colors.c
10004                 add previously hidden option, color_new, to
10005                 the gui
10006                 move the page to Display/
10007                 rework the gui
10008
10009 2006-01-09 [wwp]        1.9.100cvs127
10010
10011         * src/prefs_themes.c
10012                 made the prefs/display/themes layouts spacing less condensed
10013                 (and so they match other prefs/pages' look).
10014
10015 2006-01-09 [paul]       1.9.100cvs126
10016
10017         * src/compose.c
10018         * src/prefs_common.c
10019         * src/prefs_common.h
10020         * src/prefs_wrapping.c
10021                 remove 'wrap at send' option
10022
10023 2006-01-06 [colin]      1.9.100cvs125
10024
10025         * src/compose.c
10026                 Just make completely sure we don't insert "manual line breaks" 
10027                 when wrapping... 
10028
10029 2006-01-04 [paul]
10030
10031         * 2.0.0-rc3 released
10032
10033 2006-01-04 [paul]       1.9.100cvs124
10034
10035         * src/folderview.c
10036                 fix bug 882, 'quick scroll in folder list
10037                 displays wrong folder contents'
10038
10039 2006-01-04 [paul]       1.9.100cvs123
10040
10041         * src/plugins/pgpmime/pgpmime.c
10042                 better debug information when signing
10043                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10044
10045 2006-01-03 [colin]      1.9.100cvs122
10046
10047         * configure.ac
10048                 We need to recheck for gpgme 1.0.0 after checking
10049                 for 1.1.1, because if 1.1.1 isn't available, 
10050                 GPGME_LIBS and friends are blanked out by the 
10051                 second check.
10052
10053 2006-01-03 [colin]      1.9.100cvs121
10054
10055         * src/common/prefs.c
10056                 Windows unlink-before rename fix
10057         * src/plugins/pgpcore/sgpgme.c
10058                 Add support for PKA info if available
10059                 Both patches by Werner Koch
10060
10061 2006-01-03 [paul]       1.9.100cvs120
10062
10063         * src/messageview.c
10064                 fix bug 884, 'Send receipt' button visible in queue
10065                 Thanks to Colin
10066
10067 2006-01-02 [colin]      1.9.100cvs119
10068
10069         * src/compose.c
10070         * src/imap.c
10071                 Fix autosave on IMAP and more generally try to
10072                 return the correct ID on a newly added IMAP message
10073
10074 2006-01-02 [paul]       1.9.100cvs118
10075
10076         * manual/keyboard.xml
10077                 edited
10078
10079 2006-01-01 [paul]       1.9.100cvs117
10080
10081         * src/gtk/authors.h
10082                 alphabetical order
10083
10084 2005-12-30 [colin]      1.9.100cvs116
10085
10086         * manual/advanced.xml
10087                 Explain Pre/Post-processing differences.
10088
10089 2005-12-30 [colin]      1.9.100cvs115
10090
10091         * src/mh.c
10092                 Implement copy_msgs for a little optimization
10093         * src/imap.c
10094                 Finish yesterday's fix
10095
10096 2005-12-29 [colin]      1.9.100cvs114
10097
10098         * src/imap.c
10099                 Fix occasional failure in fetching a mail over
10100                 IMAP
10101
10102 2005-12-29 [colin]      1.9.100cvs113
10103
10104         * src/compose.c
10105                 Don't remove a draft when sending it, if it is 
10106                 locked.
10107
10108 2005-12-28 [colin]      1.9.100cvs112
10109
10110         * src/summaryview.c
10111                 Fix leak for real
10112
10113 2005-12-28 [wwp]        1.9.100cvs111
10114
10115         * doc/faq/.cvsignore
10116         * doc/faq/de/.cvsignore
10117         * doc/faq/en/.cvsignore
10118         * doc/faq/es/.cvsignore
10119         * doc/faq/fr/.cvsignore
10120         * doc/faq/it/.cvsignore
10121         * doc/manual/.cvsignore
10122         * doc/manual/de/.cvsignore
10123         * doc/manual/en/.cvsignore
10124         * doc/manual/es/.cvsignore
10125         * doc/manual/fr/.cvsignore
10126         * doc/manual/ja/.cvsignore
10127         * src/plugins/mathml_viewer/.cvsignore
10128                 rollback revival of those files (my bad, sorry for the noise).
10129
10130 2005-12-28 [wwp]        1.9.100cvs110
10131
10132         * src/compose.c
10133                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
10134
10135 2005-12-28 [wwp]        1.9.100cvs109
10136
10137         * doc/faq/.cvsignore
10138         * doc/faq/de/.cvsignore
10139         * doc/faq/en/.cvsignore
10140         * doc/faq/es/.cvsignore
10141         * doc/faq/fr/.cvsignore
10142         * doc/faq/it/.cvsignore
10143         * doc/manual/.cvsignore
10144         * doc/manual/de/.cvsignore
10145         * doc/manual/en/.cvsignore
10146         * doc/manual/es/.cvsignore
10147         * doc/manual/fr/.cvsignore
10148         * doc/manual/ja/.cvsignore
10149         * src/plugins/mathml_viewer/.cvsignore
10150         * po/.cvsignore
10151                 more files to ignore.
10152
10153 2005-12-24 [colin]      1.9.100cvs108
10154
10155         * AUTHORS
10156         * src/gtk/authors.h
10157                 Update for Werner
10158
10159 2005-12-24 [colin]      1.9.100cvs107
10160
10161         * src/procmsg.c
10162                 Allow NULL src_msginfo in 
10163                 procmsg_msginfo_new_from_mimeinfo
10164
10165 2005-12-23 [paul]       1.9.100cvs106
10166
10167         * src/plugins/pgpinline/mypgpcore.def
10168                 add this forgotten file
10169
10170 2005-12-23 [colin]      1.9.100cvs105
10171
10172         * src/mainwindow.c
10173                 Fix missing break
10174
10175 2005-12-23 [colin]      1.9.100cvs104
10176
10177         * autogen.sh
10178         * src/folder.c
10179         * src/mh.c
10180         * src/common/plugin.c
10181         * src/common/socket.c
10182         * src/common/socket.h
10183         * src/common/utils.c
10184         * src/common/utils.h
10185         * src/gtk/pluginwindow.c
10186         * src/plugins/pgpcore/plugin.def
10187         * src/plugins/pgpcore/sylpheed.def
10188         * src/plugins/pgpinline/Makefile.am
10189         * src/plugins/pgpinline/plugin.def
10190         * src/plugins/pgpinline/sylpheed.def
10191         * src/plugins/pgpmime/plugin.def
10192         * src/plugins/pgpmime/sylpheed.def
10193                 Various w32 fixes by Werner Koch
10194
10195 2005-12-22 [paul]       1.9.100cvs103
10196
10197         * src/wizard.c
10198                 don't offer IMAP as 'server type' if
10199                 libetpan isn't built in
10200
10201 2005-12-22 [paul]       1.9.100cvs102
10202
10203         * AUTHORS
10204         * src/mainwindow.c
10205         * src/mainwindow.h
10206         * src/toolbar.c
10207         * src/gtk/authors.h
10208                 support GTK_TOOLBAR_BOTH_HORIZ (text
10209                 next to icon) Patch by Marien Zwart
10210                 marienz@users.sf.net
10211                 Also reword the text
10212
10213 2005-12-21 [colin]      1.9.100cvs101
10214
10215         * configure.ac
10216                 Fix DATADIRNAME
10217         * COPYING
10218                 Fix missing section and explicit the exception better
10219         * src/compose.c
10220                 Prevent mail from being lost without notice when an
10221                 SMTP error happens on trying to send an unmodified
10222                 drafted mail.
10223         * src/send_message.c
10224         * src/common/smtp.c
10225                 Fix password remembering when wrong, and add return
10226                 value checks where they should have been
10227         * src/plugins/pgpcore/sylpheed.def
10228         * src/plugins/pgpinline/sylpheed.def
10229         * src/plugins/pgpmime/sylpheed.def
10230                 Add a few symbols needed
10231
10232 2005-12-21 [paul]       1.9.100cvs100
10233
10234         * m4/codeset.m4
10235         * m4/glibc21.m4
10236         * m4/intdiv0.m4
10237         * m4/inttypes-pri.m4
10238         * m4/inttypes.m4
10239         * m4/inttypes_h.m4
10240         * m4/isc-posix.m4
10241         * m4/lcmessage.m4
10242         * m4/stdint_h.m4
10243         * m4/uintmax_t.m4
10244                 gettextization
10245                 thanks to Colin
10246
10247 2005-12-21 [paul]       1.9.100cvs99
10248
10249         * po/sv.po
10250                 fixed by Colin
10251
10252 2005-12-20 [paul]       1.9.100cvs98
10253
10254         * po/sv.po
10255                 updated by Anders Trobäck
10256
10257 2005-12-20 [colin]      1.9.100cvs97
10258
10259         * ABOUT-NLS
10260         * Makefile.am
10261         * autogen.sh
10262         * configure.ac
10263         * config/config.rpath
10264         * config/mkinstalldirs
10265         * m4/Makefile.am
10266         * m4/glibc2.m4
10267         * m4/gnupg.m4
10268         * m4/gpgme.m4
10269         * m4/intmax.m4
10270         * m4/longdouble.m4
10271         * m4/longlong.m4
10272         * m4/printf-posix.m4
10273         * m4/signed.m4
10274         * m4/size_max.m4
10275         * m4/ulonglong.m4
10276         * m4/wchar_t.m4
10277         * m4/wint_t.m4
10278         * m4/xsize.m4
10279         * po/Makefile.in.in
10280         * po/Makevars
10281         * po/bg.po
10282         * po/ca.po
10283         * po/cs.po
10284         * po/de.po
10285         * po/el.po
10286         * po/en_GB.po
10287         * po/es.po
10288         * po/fi.po
10289         * po/fr.po
10290         * po/hr.po
10291         * po/hu.po
10292         * po/it.po
10293         * po/ja.po
10294         * po/ko.po
10295         * po/nb.po
10296         * po/nl.po
10297         * po/pl.po
10298         * po/pt_BR.po
10299         * po/ru.po
10300         * po/sk.po
10301         * po/sr.po
10302         * po/stamp-po
10303         * po/sv.po
10304         * po/zh_CN.po
10305         * po/zh_TW.po
10306         * src/Makefile.am
10307         * src/codeconv.c
10308         * src/compose.c
10309         * src/exporthtml.c
10310         * src/exportldif.c
10311         * src/folder.c
10312         * src/main.c
10313         * src/manual.c
10314         * src/mh.c
10315         * src/mimeview.c
10316         * src/send_message.c
10317         * src/common/Makefile.am
10318         * src/common/fnmatch.c
10319         * src/common/fnmatch.h
10320         * src/common/fnmatch_loop.c
10321         * src/common/nntp.c
10322         * src/common/plugin.c
10323         * src/common/smtp.c
10324         * src/common/socket.c
10325         * src/common/string_match.c
10326         * src/common/sylpheed.c
10327         * src/common/utils.c
10328         * src/common/utils.h
10329         * src/common/w32_dirent.c
10330         * src/common/w32_reg.c
10331         * src/common/w32_signal.c
10332         * src/common/w32_stat.c
10333         * src/common/w32_stdio.c
10334         * src/common/w32_stdlib.c
10335         * src/common/w32_string.c
10336         * src/common/w32_time.c
10337         * src/common/w32_unistd.c
10338         * src/common/w32_wait.c
10339         * src/common/w32lib.h
10340         * src/etpan/Makefile.am
10341         * src/gtk/Makefile.am
10342         * src/plugins/clamav/Makefile.am
10343         * src/plugins/demo/Makefile.am
10344         * src/plugins/dillo_viewer/Makefile.am
10345         * src/plugins/pgpcore/Makefile.am
10346         * src/plugins/pgpcore/passphrase.c
10347         * src/plugins/pgpcore/plugin.def
10348         * src/plugins/pgpcore/sgpgme.c
10349         * src/plugins/pgpcore/sylpheed.def
10350         * src/plugins/pgpcore/version.rc
10351         * src/plugins/pgpinline/Makefile.am
10352         * src/plugins/pgpinline/plugin.def
10353         * src/plugins/pgpinline/sylpheed.def
10354         * src/plugins/pgpinline/version.rc
10355         * src/plugins/pgpmime/Makefile.am
10356         * src/plugins/pgpmime/mypgpcore.def
10357         * src/plugins/pgpmime/plugin.def
10358         * src/plugins/pgpmime/sylpheed.def
10359         * src/plugins/pgpmime/version.rc
10360         * src/plugins/spamassassin/Makefile.am
10361                 Very little ;-) patch from Werner Koch, providing
10362                 infrastructure for cross-compiling to Win32
10363
10364 2005-12-20 [paul]       1.9.100cvs96
10365
10366         * src/account.c
10367         * src/account.h
10368         * src/mainwindow.c
10369         * src/mainwindow.h
10370         * src/toolbar.c
10371         * src/toolbar.h
10372                 add a combo to the Get All button, allowing
10373                 quick retrieval from any account
10374                 Patch by Fabien Vantard, slightly modified
10375                 by Colin
10376         * src/gtk/about.c
10377                 i18n fix. Patch by Fabien Vantard
10378
10379 2005-12-19 [colin]      1.9.100cvs95
10380
10381         * src/compose.c
10382         * src/compose.h
10383                 Don't automatically join lines when they've 
10384                 been separated by the user and not automatically
10385
10386 2005-12-19 [paul]       1.9.100cvs94
10387
10388         * src/gtk/pluginwindow.c
10389                 i18n fix.
10390                 Patch by Fabien Vantard
10391
10392 2005-12-15 [paul]       1.9.100cvs93
10393
10394         * src/common/plugin.c
10395         * src/common/plugin.h
10396         * src/gtk/pluginwindow.c
10397         * src/plugins/clamav/clamav_plugin.c
10398         * src/plugins/demo/demo.c
10399         * src/plugins/dillo_viewer/dillo_viewer.c
10400         * src/plugins/pgpcore/plugin.c
10401         * src/plugins/pgpinline/plugin.c
10402         * src/plugins/pgpmime/plugin.c
10403         * src/plugins/spamassassin/spamassassin.c
10404         * src/plugins/trayicon/trayicon.c
10405                 add plugin_version()
10406
10407 2005-12-15 [colin]      1.9.100cvs92
10408
10409         * src/compose.c
10410                 Further fix bug #875
10411
10412 2005-12-15 [paul]       1.9.100cvs91
10413
10414         * src/gtk/filesel.c
10415                 fix attach_load_dir getting set to
10416                 PLUGINDIR on plugin load
10417
10418 2005-12-14 [mones]      1.9.100cvs90
10419
10420         * manual/ack.xml
10421         * manual/keyboard.xml
10422                 Initial draft and some shortcuts added
10423                 
10424         * po/es.po
10425                 Updated translation
10426
10427 2005-12-14 [colin]      1.9.100cvs89
10428
10429         * src/compose.c
10430         * src/imap.c
10431         * src/summaryview.c
10432         * src/gtk/gtkaspell.c
10433                 More leaks fixed
10434         * src/prefs_folder_item.c
10435                 Fix recursive prefs apply
10436
10437
10438 2005-12-14 [colin]      1.9.100cvs88
10439
10440         * src/compose.c
10441                 Fix bug #875 (Freeze On Inline Forward of 
10442                 Large Message)
10443
10444 2005-12-13 [colin]      1.9.100cvs87
10445
10446         * src/compose.c
10447                 Uniq-ify and sort the mimetypes list
10448                 Patch by Fabien Vantard
10449
10450 2005-12-13 [colin]      1.9.100cvs86
10451
10452         * src/imap.c
10453         * src/etpan/imap-thread.c
10454                 Fix leaks (patch by Hoa)
10455         * src/news.c
10456         * src/common/plugin.c
10457                 Fix leaks
10458
10459 2005-12-12 [colin]
10460
10461         * 2.0.0-rc2 released
10462
10463 2005-12-12 [colin]      1.9.100cvs85
10464
10465         * src/matcher.c
10466                 Fix a leak
10467
10468 2005-12-12 [wwp]        1.9.100cvs84
10469
10470         * src/gtk/icon_legend.c
10471                 fix misbehaviour and crash when closing the legend window
10472         using the Esc key (patch by Fabien Vantard).
10473
10474 2005-12-12 [paul]       1.9.100cvs83
10475
10476         * src/browseldap.c
10477         * src/foldersel.c
10478         * src/prefs_actions.c
10479         * src/prefs_filtering.c
10480         * src/prefs_matcher.c
10481         * src/prefs_spelling.glade      ** REMOVED **
10482         * src/prefs_template.c
10483         * src/gtk/foldersort.glade      ** REMOVED **
10484         * src/gtk/pluginwindow.c
10485         * src/gtk/pluginwindow.glade    ** REMOVED **
10486         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
10487                 cleanups
10488
10489 2005-12-11 [paul]       1.9.100cvs82
10490
10491         * src/gtk/filesel.c
10492                 fix attach_load_dir crasher (double free)
10493
10494 2005-12-09 [paul]       1.9.100cvs81
10495
10496         * po/POTFILES.in
10497         * src/mainwindow.c
10498         * src/gtk/Makefile.am
10499         * src/gtk/icon_legend.c
10500         * src/gtk/icon_legend.h
10501                 add icon legend
10502         * src/manual.c
10503                 cleanup
10504
10505 2005-12-09 [paul]       1.9.100cvs80
10506
10507         * src/plugins/pgpcore/passphrase.c
10508                 wrap the label in the dialog
10509
10510 2005-12-09 [colin]      1.9.100cvs79
10511
10512         * src/plugins/pgpcore/sgpgme.c
10513                 Display (untrusted) on not trusted signatures
10514                 Patch by Michal Èihaø <michal@cihar.com>
10515                 Closes bug #867 (Report also key trust)
10516
10517 2005-12-09 [colin]      1.9.100cvs78
10518
10519         * src/common/plugin.c
10520                 Update licence check, following Eben Moglen's advice
10521
10522 2005-12-08 [colin]      1.9.100cvs77
10523
10524         * src/folder.c
10525                 Fix the occasionnal item->cache != NULL 
10526                 assertion failure. 
10527
10528 2005-12-08 [colin]      1.9.100cvs76
10529
10530         * src/mimeview.c
10531         * src/plugins/pgpcore/sgpgme.c
10532                 Print key id when unable to check it
10533                 Closes bug #866 (Show key id when missing)
10534
10535 2005-12-08 [paul]       1.9.100cvs75
10536
10537         * src/prefs_common.c
10538         * src/prefs_common.h
10539         * src/gtk/filesel.c
10540                 remember load attachment dir
10541
10542 2005-12-07 [colin]      1.9.100cvs74
10543
10544         * src/prefs_toolbar.c
10545                 Gtk fixes, patch by Fabien Vantard
10546
10547 2005-12-07 [colin]      1.9.100cvs73
10548
10549         * src/action.c
10550         * src/compose.c
10551         * src/compose.h
10552                 Fix bug #839 (Quoted text isn't colored after 
10553                 executing an action)
10554         * src/common/plugin.c
10555                 Require plugins to declare their licence in plugin_licence()
10556                 Refuse to load non-GPL plugins as they'd be illegal (as 
10557                 derived works of Sylpheed-Claws, they must be GPL).
10558         * src/plugins/clamav/clamav_plugin.c
10559         * src/plugins/demo/demo.c
10560         * src/plugins/dillo_viewer/dillo_viewer.c
10561         * src/plugins/pgpcore/plugin.c
10562         * src/plugins/pgpinline/plugin.c
10563         * src/plugins/pgpmime/plugin.c
10564         * src/plugins/spamassassin/spamassassin.c
10565         * src/plugins/trayicon/trayicon.c
10566                 Add plugin_licence()
10567
10568 2005-12-07 [paul]       1.9.100cvs72
10569
10570         * configure.ac
10571         * src/mainwindow.c
10572         * src/manual.c
10573         * src/manual.h
10574         * src/common/defs.h
10575                 clean up after local FAQ removal and
10576                 temporary manual removal
10577
10578 2005-12-06 [colin]      1.9.100cvs71
10579
10580         * configure.ac
10581         * doc/Makefile.am
10582         * doc/faq/.cvsignore
10583         * doc/faq/Makefile.am
10584         * doc/faq/de/.cvsignore
10585         * doc/faq/de/Makefile.am
10586         * doc/faq/de/sylpheed-faq-1.html
10587         * doc/faq/de/sylpheed-faq-2.html
10588         * doc/faq/de/sylpheed-faq-3.html
10589         * doc/faq/de/sylpheed-faq.html
10590         * doc/faq/en/.cvsignore
10591         * doc/faq/en/Makefile.am
10592         * doc/faq/en/sylpheed-faq-1.html
10593         * doc/faq/en/sylpheed-faq-2.html
10594         * doc/faq/en/sylpheed-faq-3.html
10595         * doc/faq/en/sylpheed-faq-4.html
10596         * doc/faq/en/sylpheed-faq.html
10597         * doc/faq/es/.cvsignore
10598         * doc/faq/es/Makefile.am
10599         * doc/faq/es/sylpheed-faq-1.html
10600         * doc/faq/es/sylpheed-faq-2.html
10601         * doc/faq/es/sylpheed-faq-3.html
10602         * doc/faq/es/sylpheed-faq-4.html
10603         * doc/faq/es/sylpheed-faq.html
10604         * doc/faq/fr/.cvsignore
10605         * doc/faq/fr/Makefile.am
10606         * doc/faq/fr/sylpheed-faq-1.html
10607         * doc/faq/fr/sylpheed-faq-2.html
10608         * doc/faq/fr/sylpheed-faq-3.html
10609         * doc/faq/fr/sylpheed-faq.html
10610         * doc/faq/it/.cvsignore
10611         * doc/faq/it/Makefile.am
10612         * doc/faq/it/sylpheed-faq-1.html
10613         * doc/faq/it/sylpheed-faq-2.html
10614         * doc/faq/it/sylpheed-faq-3.html
10615         * doc/faq/it/sylpheed-faq.html
10616         * doc/manual/.cvsignore
10617         * doc/manual/Makefile.am
10618         * doc/manual/de/.cvsignore
10619         * doc/manual/de/Makefile.am
10620         * doc/manual/de/sylpheed-1.html
10621         * doc/manual/de/sylpheed-10.html
10622         * doc/manual/de/sylpheed-11.html
10623         * doc/manual/de/sylpheed-12.html
10624         * doc/manual/de/sylpheed-13.html
10625         * doc/manual/de/sylpheed-14.html
10626         * doc/manual/de/sylpheed-15.html
10627         * doc/manual/de/sylpheed-16.html
10628         * doc/manual/de/sylpheed-17.html
10629         * doc/manual/de/sylpheed-18.html
10630         * doc/manual/de/sylpheed-19.html
10631         * doc/manual/de/sylpheed-2.html
10632         * doc/manual/de/sylpheed-20.html
10633         * doc/manual/de/sylpheed-3.html
10634         * doc/manual/de/sylpheed-4.html
10635         * doc/manual/de/sylpheed-5.html
10636         * doc/manual/de/sylpheed-6.html
10637         * doc/manual/de/sylpheed-7.html
10638         * doc/manual/de/sylpheed-8.html
10639         * doc/manual/de/sylpheed-9.html
10640         * doc/manual/de/sylpheed.html
10641         * doc/manual/en/.cvsignore
10642         * doc/manual/en/Makefile.am
10643         * doc/manual/en/sylpheed-1.html
10644         * doc/manual/en/sylpheed-10.html
10645         * doc/manual/en/sylpheed-11.html
10646         * doc/manual/en/sylpheed-12.html
10647         * doc/manual/en/sylpheed-13.html
10648         * doc/manual/en/sylpheed-14.html
10649         * doc/manual/en/sylpheed-15.html
10650         * doc/manual/en/sylpheed-16.html
10651         * doc/manual/en/sylpheed-17.html
10652         * doc/manual/en/sylpheed-18.html
10653         * doc/manual/en/sylpheed-19.html
10654         * doc/manual/en/sylpheed-2.html
10655         * doc/manual/en/sylpheed-20.html
10656         * doc/manual/en/sylpheed-21.html
10657         * doc/manual/en/sylpheed-22.html
10658         * doc/manual/en/sylpheed-3.html
10659         * doc/manual/en/sylpheed-4.html
10660         * doc/manual/en/sylpheed-5.html
10661         * doc/manual/en/sylpheed-6.html
10662         * doc/manual/en/sylpheed-7.html
10663         * doc/manual/en/sylpheed-8.html
10664         * doc/manual/en/sylpheed-9.html
10665         * doc/manual/en/sylpheed.html
10666         * doc/manual/es/.cvsignore
10667         * doc/manual/es/Makefile.am
10668         * doc/manual/es/sylpheed-1.html
10669         * doc/manual/es/sylpheed-10.html
10670         * doc/manual/es/sylpheed-11.html
10671         * doc/manual/es/sylpheed-12.html
10672         * doc/manual/es/sylpheed-13.html
10673         * doc/manual/es/sylpheed-14.html
10674         * doc/manual/es/sylpheed-15.html
10675         * doc/manual/es/sylpheed-16.html
10676         * doc/manual/es/sylpheed-17.html
10677         * doc/manual/es/sylpheed-18.html
10678         * doc/manual/es/sylpheed-19.html
10679         * doc/manual/es/sylpheed-2.html
10680         * doc/manual/es/sylpheed-20.html
10681         * doc/manual/es/sylpheed-3.html
10682         * doc/manual/es/sylpheed-4.html
10683         * doc/manual/es/sylpheed-5.html
10684         * doc/manual/es/sylpheed-6.html
10685         * doc/manual/es/sylpheed-7.html
10686         * doc/manual/es/sylpheed-8.html
10687         * doc/manual/es/sylpheed-9.html
10688         * doc/manual/es/sylpheed.html
10689         * doc/manual/fr/.cvsignore
10690         * doc/manual/fr/Makefile.am
10691         * doc/manual/fr/sylpheed-1.html
10692         * doc/manual/fr/sylpheed-10.html
10693         * doc/manual/fr/sylpheed-11.html
10694         * doc/manual/fr/sylpheed-12.html
10695         * doc/manual/fr/sylpheed-13.html
10696         * doc/manual/fr/sylpheed-14.html
10697         * doc/manual/fr/sylpheed-15.html
10698         * doc/manual/fr/sylpheed-16.html
10699         * doc/manual/fr/sylpheed-17.html
10700         * doc/manual/fr/sylpheed-18.html
10701         * doc/manual/fr/sylpheed-19.html
10702         * doc/manual/fr/sylpheed-2.html
10703         * doc/manual/fr/sylpheed-20.html
10704         * doc/manual/fr/sylpheed-3.html
10705         * doc/manual/fr/sylpheed-4.html
10706         * doc/manual/fr/sylpheed-5.html
10707         * doc/manual/fr/sylpheed-6.html
10708         * doc/manual/fr/sylpheed-7.html
10709         * doc/manual/fr/sylpheed-8.html
10710         * doc/manual/fr/sylpheed-9.html
10711         * doc/manual/fr/sylpheed.html
10712         * doc/manual/ja/.cvsignore
10713         * doc/manual/ja/Makefile.am
10714         * doc/manual/ja/sylpheed-1.html
10715         * doc/manual/ja/sylpheed-10.html
10716         * doc/manual/ja/sylpheed-11.html
10717         * doc/manual/ja/sylpheed-12.html
10718         * doc/manual/ja/sylpheed-13.html
10719         * doc/manual/ja/sylpheed-14.html
10720         * doc/manual/ja/sylpheed-15.html
10721         * doc/manual/ja/sylpheed-16.html
10722         * doc/manual/ja/sylpheed-17.html
10723         * doc/manual/ja/sylpheed-18.html
10724         * doc/manual/ja/sylpheed-19.html
10725         * doc/manual/ja/sylpheed-2.html
10726         * doc/manual/ja/sylpheed-20.html
10727         * doc/manual/ja/sylpheed-3.html
10728         * doc/manual/ja/sylpheed-4.html
10729         * doc/manual/ja/sylpheed-5.html
10730         * doc/manual/ja/sylpheed-6.html
10731         * doc/manual/ja/sylpheed-7.html
10732         * doc/manual/ja/sylpheed-8.html
10733         * doc/manual/ja/sylpheed-9.html
10734         * doc/manual/ja/sylpheed.html
10735         * doc/manual/ja/sylpheed.sgml
10736         * src/mainwindow.c
10737                 Remove outdated manual and faq. Noisy, eh?
10738
10739 2005-12-06 [colin]      1.9.100cvs70
10740
10741         * src/compose.c
10742         * src/quote_fmt_parse.y
10743         * src/undo.c
10744         * src/undo.h
10745                 Allow %X to position cursor at 0 
10746                 (no %X = before signature)
10747                 Fix paste as quotation putting the cursor at 0
10748                 Fix undo offsets when pasting
10749                 Insert the quote_fmt at once instead of line 
10750                 by line
10751                 Fix [Edited] when starting to reply/forward
10752
10753 2005-12-06 [paul]       1.9.100cvs69
10754
10755         * src/plugins/clamav/clamav_plugin_gtk.c
10756                 add another tooltip
10757         * src/plugins/spamassassin/spamassassin_gtk.c
10758                 rework spamassassin_create_widget_func()
10759
10760 2005-12-05 [colin]      1.9.100cvs68
10761
10762         * po/POTFILES.in
10763                 Fix make release ;-)
10764
10765 2005-12-05 [colin]      1.9.100cvs67
10766
10767         * src/compose.c
10768         * src/compose.h
10769                 Fix cursor positioning (not obeying %X)
10770
10771 2005-12-05 [paul]       1.9.100cvs66
10772
10773         * src/plugins/dillo_viewer/dillo_prefs.c
10774                 fix compilation warning
10775
10776 2005-12-05 [paul]       1.9.100cvs65
10777
10778         * src/prefs_spelling.c
10779         * src/plugins/trayicon/trayicon.c
10780                 cleanups - remove unused stuff
10781
10782 2005-12-05 [paul]       1.9.100cvs64
10783
10784         * README
10785         * manual/plugins.xml
10786                 remove info about removed mathml_viewer plugin
10787
10788 2005-12-05 [paul]       1.9.100cvs63
10789
10790         * configure.ac
10791         * src/plugins/Makefile.am
10792         * src/plugins/mathml_viewer/.cvsignore
10793         * src/plugins/mathml_viewer/Makefile.am
10794         * src/plugins/mathml_viewer/mathml_viewer.c
10795                 remove unmaintained mathml_viewer plugin
10796
10797 2005-12-05 [paul]       1.9.100cvs62
10798
10799         * src/summaryview.c
10800                 obey prefs_common.always_show_msg when
10801                 moving a msg
10802                 Thanks to Colin
10803
10804 2005-12-05 [paul]       1.9.100cvs61
10805
10806         * src/compose.c
10807         * src/prefs_account.c
10808         * src/prefs_filtering.c
10809         * src/prefs_quote.c
10810         * src/prefs_spelling.c
10811         * src/prefs_toolbar.c
10812         * src/summaryview.c
10813         * src/gtk/gtkutils.c
10814         * src/gtk/quicksearch.c
10815         * src/plugins/dillo_viewer/dillo_prefs.c
10816                 dialog cleanups
10817
10818 2005-12-04 [paul]       1.9.100cvs60
10819
10820         * src/inc.c
10821         * src/prefs_account.c
10822         * src/prefs_account.h
10823                 allow a Local account to specify a
10824                 default inbox
10825                 (closes bug 843 'Inbox cannot be changed for local
10826                  mailboxes')
10827
10828 2005-12-04 [colin]      1.9.100cvs59
10829
10830         * src/plugins/trayicon/trayicon.c
10831                 Remove Get, rename Get All to Get Mail in order to
10832                 be consistent with the default main toolbar
10833
10834 2005-12-03 [colin]      1.9.100cvs58
10835
10836         * manual/gpl.xml
10837         * manual/sylpheed-claws-manual.xml
10838                 Add GPL appendix
10839
10840 2005-12-03 [paul]       1.9.100cvs57
10841
10842         * AUTHORS
10843         * po/sv.po
10844         * src/gtk/authors.h
10845                 new (partially complete) Swedish translation
10846                 by Anders Troback <sylpheed@troback.com>
10847
10848 2005-12-02 [paul]       1.9.100cvs56
10849
10850         * configure.ac
10851                 libetpan 0.41 required
10852
10853 2005-12-02 [paul]       1.9.100cvs55
10854
10855         * src/plugins/clamav/clamav_plugin.c
10856         * src/plugins/clamav/clamav_plugin.h
10857         * src/plugins/clamav/clamav_plugin_gtk.c
10858         * src/plugins/spamassassin/spamassassin.c
10859         * src/plugins/spamassassin/spamassassin.h
10860         * src/plugins/spamassassin/spamassassin_gtk.c
10861                 unregister prefs pages on unloading, thus
10862                 preventing a crash
10863                 (thanks to Colin for the hint)
10864
10865 2005-12-02 [wwp]        1.9.100cvs54
10866
10867         * src/quote_fmt.h
10868         * src/quote_fmt_parse.y
10869                 fix misuse of gboolean*, use gboolean instead
10870                 (thanks to Paul, Colin, for pointing out that scaring one)
10871
10872 2005-12-02 [paul]       1.9.100cvs53
10873
10874         * src/plugins/clamav/clamav_plugin.c
10875                 int no --> unsigned int no
10876         * src/plugins/clamav/clamav_plugin_gtk.c
10877                 rework config page
10878
10879 2005-12-02 [wwp]        1.9.100cvs52
10880
10881         * src/compose.c
10882         * src/prefs_template.c
10883         * src/quote_fmt.h
10884         * src/quote_fmt_parse.y
10885                 prevent from executing |f and |p templates commands when
10886                 adding or replacing templates in prefs (avoids annoying and
10887                 potentially dangerous behaviours)
10888
10889 2005-12-02 [paul]       1.9.100cvs51
10890
10891         * src/prefs_common.c
10892                 allow translation of some default values
10893                 Patch by Fabien Vantard
10894
10895 2005-12-02 [paul]       1.9.100cvs50
10896
10897         * src/codeconv.c
10898         * src/codeconv.h
10899         * src/prefs_common.c
10900         * src/prefs_common.h
10901         * src/prefs_message.c
10902         * src/textview.c
10903                 remove obsolete 'convert_mb_alnum' option
10904                 and related stuff
10905         * src/gtk/about.c
10906                 remove unused 'about_textview_visibility_notify'
10907
10908 2005-12-02 [paul]       1.9.100cvs49
10909
10910         * src/prefs_account.c
10911         * src/prefs_compose_writing.c
10912         * src/prefs_fonts.c
10913         * src/prefs_gtk.h
10914         * src/prefs_image_viewer.c
10915         * src/prefs_message.c
10916         * src/prefs_other.c
10917         * src/prefs_receive.c
10918         * src/prefs_send.c
10919         * src/prefs_spelling.c
10920         * src/prefs_summaries.c
10921         * src/prefs_wrapping.c
10922         * src/plugins/dillo_viewer/dillo_prefs.c
10923         * src/plugins/pgpcore/prefs_gpg.c
10924                 several cleanups to the prefs dialogs
10925                 (slightly modified) patch by Fabien Vantard
10926
10927 2005-12-02 [paul]       1.9.100cvs48
10928
10929         * src/main.c
10930                 --exit means exit
10931         * src/send_message.c
10932                 fix crash on send when connection fails
10933
10934         Thanks to Colin
10935
10936 2005-12-01 [colin]      1.9.100cvs47
10937
10938         * src/html.c
10939                 Translate &hellip; to "..."
10940
10941 2005-11-30 [colin]      1.9.100cvs46
10942
10943         * src/matcher.c
10944         * src/matcher.h
10945                 Optimize back yesterday's fix.
10946
10947 2005-11-30 [paul]       1.9.100cvs45
10948
10949         * manual/faq.xml
10950                 standardised
10951         * manual/intro.xml
10952                 written by Colin, edited by me
10953
10954 2005-11-29 [colin]      1.9.100cvs44
10955
10956         * src/matcher.c
10957                 Skip headers unconditionnaly in match_body if the
10958                 rule is not message or ~message
10959
10960 2005-11-29 [colin]      1.9.100cvs43
10961
10962         * src/matcher.c
10963                 Fix body_part and such, not skipping headers 
10964                 if the matchcriteria wasn't the first in the rule
10965
10966 2005-11-29 [colin]      1.9.100cvs42
10967
10968         * src/compose.c
10969                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
10970                 option missing from message view window)
10971                 Fix double text D'n'D with gtk-2.8
10972         * src/matcher.c
10973                 Fix ~message, ~headers_part, ~body_part rules
10974         * src/messageview.c
10975                 Add Windows-1252 (Closes bug #863)
10976                 Fix accels
10977         * src/gtk/gtkaspell.c
10978                 Properly destroy accels in all menus
10979
10980 2005-11-29 [mones]      1.9.100cvs41
10981
10982         * po/es.po
10983                 Updated.
10984
10985 2005-11-27 [colin]      1.9.100cvs40
10986
10987         * src/mh_gtk.c
10988                 "/Remove mailbox" -> "/Remove mailbox..."
10989
10990 2005-11-27 [paul]       1.9.100cvs39
10991
10992         * AUTHORS
10993         * po/de.po
10994         * src/gtk/authors.h
10995                 updated by new maintainer, Stephan Sachse
10996
10997 2005-11-27 [paul]       1.9.100cvs38
10998
10999         * manual/faq.xml
11000                 written by Colin, edited by me
11001
11002 2005-11-27 [paul]       1.9.100cvs37
11003
11004         * src/prefs_common.c
11005         * src/prefs_common.h
11006         * src/prefs_receive.c
11007         * src/prefs_summaries.c
11008                 move 'go to inbox after receiving new mail'
11009                 option from display/sumamaries to mail
11010                 handling/receive, and rework prefs_summaries
11011                 dialog a little
11012
11013 2005-11-25 [martin]     1.9.100cvs36
11014
11015         * po/de.po
11016             fixed windows-1252 translation;
11017             translated some new and fuzzy strings
11018
11019 2005-11-25 [paul]       1.9.100cvs35
11020
11021         * src/plugins/clamav/clamav_plugin.c
11022                 complete the update done in cvs34
11023
11024 2005-11-25 [paul]       1.9.100cvs34
11025
11026         * src/plugins/clamav/clamav_plugin.c
11027                 reflect upstream changes
11028
11029 2005-11-25 [paul]       1.9.100cvs33
11030
11031         * manual/ack.xml
11032         * manual/plugins.xml
11033         * manual/sylpheed-claws-manual.xml
11034                 written/updated by Colin, edited by me
11035         * tools/acroread2sylpheed.pl
11036                 update binary name
11037
11038 2005-11-24 [colin]      1.9.100cvs32
11039
11040         * src/compose.c
11041                 Fix bug #856 (reediting messages forgets Request
11042                 Return Receipt)
11043
11044 2005-11-24 [paul]       1.9.100cvs31
11045
11046         * manual/addrbook.xml
11047         * manual/starting.xml
11048                 written by Colin, proofread, edited, adapted by me
11049         * manual/advanced.xml
11050                 add some Actions examples
11051         * src/importldif.c
11052                 use a Save button instead of a Close button
11053         * src/wizard.c
11054                 indicate mandatory fields
11055                 fix page display
11056                 Thanks to Colin
11057
11058 2005-11-23 [colin]      1.9.100cvs30
11059
11060         * src/addressbook.c
11061                 Rename menu item, fix possible crash after
11062                 deletion of books
11063         * src/addrindex.c
11064                 Allow searching for '*' in ldap
11065         * src/browseldap.c
11066                 Fix "Browse Entry" (did anyone use it?)
11067         * src/wizard.c
11068                 Add guards for mandatory information
11069
11070 2005-11-23 [paul]       1.9.100cvs29
11071
11072         * manual/advanced.xml
11073                 corrections to the English
11074
11075 2005-11-23 [colin]      1.9.100cvs28
11076
11077         * src/mimeview.c
11078                 Fix possible crash at exit. After the call to
11079                 gtk_container_remove(), the Viewer's widget has no
11080                 more parent so gtk+ automatically frees it and its
11081                 sons. If destroy_viewer() then try to access it,
11082                 problems ensue.
11083
11084 2005-11-22 [colin]      1.9.100cvs27
11085
11086         * src/compose.c
11087         * src/gtk/gtkaspell.c
11088                 Fix right-clicking on a misspelled word
11089                 Fix More... in suggestions menu
11090
11091 2005-11-22 [wwp]        1.9.100cvs26
11092
11093         * src/prefs_template.c
11094                 templates works: re-sort templates list when adding or replacing,
11095                 prevent from adding or replacing when the template name is empty
11096
11097 2005-11-21 [colin]      1.9.100cvs25
11098
11099         * src/addressbook.c
11100                 Fix some addressbook suckage (dnd, select all)
11101         * src/compose.c
11102         * src/gtk/gtkaspell.c
11103         * src/gtk/gtkaspell.h
11104                 Make the spellchecker menu work with the 
11105                 GtkTextView one instead of overriding it
11106
11107 2005-11-20 [paul]       1.9.100cvs24
11108
11109         * manual/handling.xml
11110                 proofread and corrected
11111
11112 2005-11-20 [paul]       1.9.100cvs23
11113
11114         * manual/Makefile
11115                 generate html as one file
11116         * manual/advanced.xml
11117                 fix output generation
11118                 reformat hidden options list
11119         * manual/manual.xml     ** REMOVED **
11120         * manual/sylpheed-claws-manual.xml      ** ADDED **
11121                 renamed
11122
11123 2005-11-18 [colin]      1.9.100cvs22
11124
11125         * src/prefs_account.c
11126                 Fix layout in news and mbox accounts
11127         * manual/account.xml
11128         * manual/advanced.xml
11129                 New contents for Paul to check :)
11130
11131 2005-11-18 [wwp]        1.9.100cvs21
11132
11133         * src/gtk/quicksearch.c
11134                 don't update extended quicksearch buttons twice
11135
11136 2005-11-18 [paul]       1.9.100cvs20
11137
11138         * src/textview.c
11139                 complete 1.9.100cvs19
11140
11141 2005-11-18 [paul]       1.9.100cvs19
11142
11143         * src/compose.c
11144                 cosmetic improvements
11145         * src/textview.c
11146                 also list text/* attachments
11147
11148 2005-11-18 [colin]      1.9.100cvs18
11149
11150         * src/summaryview.c
11151                 Use column 0 instead of -1 in 
11152                 gtk_ctree_node_moveto, in a naive
11153                 hope it'll fix the gtk-related crashes
11154
11155 2005-11-18 [colin]      1.9.100cvs17
11156
11157         * src/gtk/inputdialog.c
11158                 Fix icon staying the first one
11159
11160 2005-11-17 [wwp]        1.9.100cvs16
11161                 fix possible problem showing some quicksearch buttons, and a bad
11162                 call to g_return_if_fail in a function that returns a value (both
11163                 fixes by Fabien Vantard)
11164
11165 2005-11-15 [wwp]        1.9.100cvs15
11166
11167         * src/gtk/quicksearch.c
11168                 added a tooltip to that obscure ... quicksearch button
11169
11170 2005-11-15 [wwp]        1.9.100cvs14
11171
11172         * src/gtk/quicksearch.c
11173                 add a quicksearch helper to filtering expression users: the ... button
11174                 raises the condition expr window. condition expressions set up w/ this
11175                 window are used by the quicksearch if the user closes it pressing OK.
11176
11177 2005-11-14 [paul]       1.9.100cvs13
11178
11179         * src/plugins/clamav/clamav_plugin.c
11180         * src/plugins/spamassassin/spamassassin.c
11181                 change plugin type following recent merging
11182
11183 2005-11-14 [wwp]        1.9.100cvs12
11184
11185         * src/folder.c
11186                 prevent from crashing when copying/moving message(s) from and
11187                 to the same folder
11188
11189 2005-11-14 [paul]       1.9.100cvs11
11190
11191         * src/plugins/clamav/Makefile.am
11192         * src/plugins/clamav/clamav_plugin.c
11193         * src/plugins/clamav/clamav_plugin.h
11194         * src/plugins/clamav/clamav_plugin_gtk.c
11195                 also merge clamav and clamav_gtk plugins
11196
11197 2005-11-13 [colin]      1.9.100cvs10
11198
11199         * configure.ac
11200         * src/plugins/spamassassin/Makefile.am
11201         * src/plugins/spamassassin/spamassassin.c
11202         * src/plugins/spamassassin/spamassassin.h
11203         * src/plugins/spamassassin/spamassassin_gtk.c
11204                 Merge spamassassin and spamassassin_gtk plugins,
11205                 and build it by default.
11206
11207 2005-11-12 [colin]      1.9.100cvs9
11208
11209         * src/etpan/imap-thread.c
11210                 Fix gcc warning
11211
11212 2005-11-12 [colin]      1.9.100cvs8
11213
11214         * src/procmime.c
11215                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
11216
11217 2005-11-10 [colin]      1.9.100cvs7
11218
11219         * src/main.c
11220                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
11221                 minimised state)
11222
11223 2005-11-10 [wwp]        1.9.100cvs6
11224
11225         * src/gtk/description_window.c
11226                 fix a crash when closing description windows using the WM's [X] button
11227
11228 2005-11-09 [colin]      1.9.100cvs5
11229
11230         * src/common/ssl.c
11231                 Update libetpan call to follow upstream
11232                 (yes, this requires libetpan-0.40cvs3)
11233
11234 2005-11-08 [colin]      1.9.100cvs4
11235
11236         * src/compose.c
11237         * src/textview.c
11238         * src/common/utils.c
11239         * src/common/utils.h
11240                 Enhance the email parser
11241
11242 2005-11-08 [colin]      1.9.100cvs3
11243
11244         * src/procmime.c
11245                 Fix what looks like an off-by-one (fixes 
11246                 attachments from the Bat)
11247
11248 2005-11-08 [wwp]        1.9.100cvs2
11249
11250         * src/main.c
11251                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
11252
11253 2005-11-08 [wwp]        1.9.100cvs1
11254
11255         * src/main.c
11256                 allow exiting Sylpheed-Claws from command-line
11257
11258 2005-11-08 [paul]       1.9.100
11259
11260         1.9.100 released
11261
11262 2005-11-07 [colin]      1.9.99cvs17
11263
11264         * src/addritem.c
11265         * src/ldif.c
11266                 Fix import of base-64 encoded items
11267
11268 2005-11-07 [colin]      1.9.99cvs16
11269
11270         * src/send_message.c
11271                 Fix bug #314 (Queue does not empty under certain 
11272                 circumstances)
11273
11274 2005-11-07 [paul]       1.9.99cvs15
11275
11276         * src/mutt.c
11277         * src/pine.c
11278                 fix buffer overflows
11279                 Thanks to Colin
11280
11281 2005-11-07 [paul]       1.9.99cvs14
11282
11283         * doc/man/Makefile.am
11284         * doc/man/sylpheed-claws.1      ** ADDED **
11285         * doc/man/sylpheed.1            ** DELETED **
11286                 rename and update the man file
11287
11288 2005-11-06 [colin]      1.9.99cvs13
11289
11290         * src/ldif.c
11291                 Fix ldif_get_line() that returned empty strings
11292                 (Didn't understand why). Also fix a possible
11293                 buffer overflow.
11294
11295 2005-11-06 [wwp]        1.9.99cvs12
11296
11297         * src/textview.c
11298         * src/gtk/about.c
11299         * src/gtk/gtkutils.c
11300         * src/gtk/gtkutils.h
11301                 fix a compilation warning,
11302                 make links sensitive in the about dialog
11303
11304 2005-11-04 [wwp]        1.9.99cvs11
11305
11306         * src/gtk/about.c
11307                 don't wrap or translate URIs, and a bit text format cleanup
11308
11309 2005-11-04 [wwp]        1.9.99cvs10
11310
11311         * src/gtk/about.c
11312                 better textview tagging implementation (no more use of marks for
11313                 postponed tagging)
11314
11315 2005-11-02 [colin]      1.9.99cvs9
11316
11317         * src/common/ssl.c
11318                 Forgot an ifdef
11319
11320 2005-11-02 [colin]      1.9.99cvs8
11321
11322         * configure.ac
11323                 Require libetpan-0.40 due to upstream fix
11324         * src/common/ssl.c
11325                 Tell libetpan not to call SSL_Library_Init,
11326                 as we do it ourselves.
11327
11328 2005-11-02 [colin]      1.9.99cvs7
11329
11330         * po/POTFILES.in
11331                 Add missing files (thanks to Fabien Vantard)
11332
11333 2005-11-02 [colin]      1.9.99cvs6
11334
11335         * src/summaryview.c
11336                 Fix totals when read messages are hidden or quicksearch
11337                 is on
11338         * src/ssl_manager.c
11339         * src/ssl_manager.h
11340         * src/common/ssl_certificate.c
11341         * src/common/ssl_certificate.h
11342         * src/gtk/sslcertwindow.c
11343         * src/gtk/sslcertwindow.h
11344                 Fix copyright on my stuff
11345
11346 2005-11-02 [wwp]        1.9.99cvs5
11347
11348         * src/prefs_themes.c
11349                 fix directory name checking (theme installation/removal),
11350                 made related error a bit more verbose
11351
11352 2005-11-02 [colin]      1.9.99cvs4
11353
11354         * src/summaryview.c
11355                 Fix typo (probably fixes bug #841 (Sort by the From 
11356                 field doesn't work)
11357
11358 2005-11-02 [paul]       1.9.99cvs3
11359
11360         * po/ko.po
11361         * po/nb.po
11362                 updated by SungHyun Nam, Geir Helland
11363         * src/wizard.c
11364                 fix typo in welcome message. spotted by
11365                 Andrea Spadaccini
11366
11367 2005-11-01 [colin]      1.9.99cvs2
11368
11369         * src/compose.c
11370                 Fix replying to ml wen confirming subscription
11371         * src/messageview.c
11372         * src/mimeview.c
11373         * src/mimeview.h
11374         * src/privacy.h
11375         * src/summaryview.c
11376                 Make key check non blocking
11377
11378 2005-10-31 [paul]       1.9.99cvs1
11379
11380         * tools/claws.i18n.status.pl
11381                 updated for ChangeLog
11382
11383 2005-10-31 [paul]       1.9.99
11384
11385         1.9.99 released
11386
11387 2005-10-31 [paul]       1.9.15cvs131
11388
11389         * .cvsignore
11390         * ChangeLog
11391         * ChangeLog.claws       ** REMOVED **
11392         * ChangeLog-gtk2.claws  ** REMOVED **
11393         * ChangeLog.gtk1        ** ADDED **
11394         * INSTALL
11395         * Makefile.am
11396         * NEWS
11397         * README
11398         * README.claws          ** REMOVED **
11399         * README.jp             ** REMOVED **
11400         * RELEASE_NOTES         ** ADDED **
11401         * RELEASE_NOTES.claws   ** REMOVED **
11402         * commitHelper
11403         * configure.ac
11404         * sylpheed.spec.in      ** REMOVED **
11405                 tidy up and update the default docs:
11406                 ChangeLog.claws is renamed ChangeLog.gtk1
11407                 ChangeLog-gtk2.claws is renamed ChangeLog
11408                 README.claws is renamed README
11409                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
11410
11411 2005-10-31 [paul]       1.9.15cvs130
11412
11413         * po/it.po
11414                 fix errors
11415
11416 2005-10-31 [paul]       1.9.15cvs129
11417
11418         * po/ca.po
11419         * po/de.po
11420         * po/en_GB.po
11421         * po/fr.po
11422         * po/it.po
11423         * po/pt_BR.po
11424         * po/sk.po
11425         * po/sr.po
11426         * po/zh_CN.po
11427                 updated by Miquel Oliete, Stephan Sachse and
11428                 Thomas Gilgin, me, Fabien Vantard, Andrea
11429                 Spadaccini, Frederico Goncalves Guimaraes,
11430                 Andrej Kacian, Aleksandar Urosevic, and
11431                 Ralgh Young.
11432
11433 2005-10-31 [mones]      1.9.15cvs128
11434
11435         * manual/faq.xml
11436                 More questions.
11437         
11438         * po/es.po
11439                 Updated for release.
11440
11441 2005-10-30 [colin]      1.9.15cvs127
11442
11443         * src/compose.c
11444                 Place cursor before rewrapping (fixes cursor
11445                 pos if quotation gets rewrapped)
11446
11447 2005-10-29 [paul]       1.9.15cvs126
11448
11449         * src/crash.c
11450         * src/foldersel.c
11451         * src/main.c
11452         * src/messageview.c
11453         * src/toolbar.c
11454         * src/gtk/authors.h
11455                 corrections to text items
11456
11457 2005-10-28 [colin]      1.9.15cvs125
11458
11459         * src/messageview.c
11460                 Make "hit 'C' to check sig" work from extern 
11461                 messageviews
11462
11463 2005-10-27 [colin]      1.9.15cvs124
11464
11465         * src/summaryview.c
11466                 Add a hack to avoid segfaulting when hammering 
11467                 on gtk's events
11468
11469 2005-10-27 [wwp]        1.9.15cvs123
11470
11471         * src/prefs_themes.c
11472                 sort list of themes names in themes prefs
11473
11474 2005-10-27 [paul]       1.9.15cvs122
11475
11476         * src/folder.c
11477         * src/prefs_account.c
11478                 fix building on Solaris
11479                 Patch by Alex Moore
11480
11481 2005-10-27 [wwp]        1.9.15cvs121
11482
11483         * src/summaryview.c
11484         * src/gtk/gtksctree.c
11485                 speed up unselecting messages in summary view (thanks to Colin)
11486
11487 2005-10-27 [paul]       1.9.15cvs120
11488
11489         * src/mainwindow.c
11490                 fix a compilation warning
11491         * src/summaryview.c
11492                 fix updating of 'n items selected' count
11493                 when deselecting
11494
11495 2005-10-27 [martin]     1.9.15cvs119
11496
11497         * src/action.c
11498                 ignore actions with a leading '/' in the action menu name
11499                 fixes a crash on menu creation
11500         * src/prefs_actions.c
11501                 do not allow a leading '/' in the action menu name
11502
11503 2005-10-27 [paul]       1.9.15cvs118
11504
11505         * src/main.c
11506                 fix compilation warning
11507
11508 2005-10-27 [paul]       1.9.15cvs117
11509
11510         * src/procmime.c
11511                 add #if HAVE_LOCALE_H
11512
11513 2005-10-27 [paul]       1.9.15cvs116
11514
11515         * src/plugins/clamav/clamav_plugin.c
11516         * src/plugins/dillo_viewer/dillo_viewer.c
11517         * src/plugins/mathml_viewer/mathml_viewer.c
11518         * src/plugins/pgpcore/plugin.c
11519         * src/plugins/pgpinline/plugin.c
11520         * src/plugins/pgpmime/plugin.c
11521         * src/plugins/spamassassin/spamassassin.c
11522         * src/plugins/trayicon/trayicon.c
11523                 plugin_init() : make error messages more
11524                 informative
11525
11526 2005-10-26 [wwp]        1.9.15cvs115
11527
11528         * src/prefs_matcher.c
11529                 enlarge boolean op widget width a bit (wasn't always showing text contents)
11530
11531 2005-10-26 [wwp]        1.9.15cvs114
11532
11533         * src/procmime.c
11534         * src/gtk/gtksctree.c
11535         * src/plugins/spamassassin/libspamc.c
11536         * src/plugins/spamassassin/spamassassin.c
11537                 fix some compilation warnings more
11538
11539 2005-10-26 [mones]      1.9.15cvs113
11540
11541         * po/es.po
11542                 Updated translation
11543
11544 2005-10-26 [paul]       1.9.15cvs112
11545
11546         * src/prefs_message.c
11547                 give all display_xface stuff the
11548                 #if HAVE_LIBCOMPFACE treatment, thus
11549                 preventing a crash
11550                 (Thanks to Wolfgang Enderlein)
11551
11552 2005-10-26 [colin]      1.9.15cvs111
11553
11554         * src/gedit-print.c
11555                 Fix date format
11556         * src/imap_gtk.c
11557         * src/news_gtk.c
11558                 Remove context menu items that should not be there
11559         * src/jpilot.c
11560                 Fix encoding
11561         * src/main.c
11562         * src/mainwindow.c
11563                 Don't show the mainwindow too soon
11564
11565 2005-10-26 [wwp]        1.9.15cvs110
11566
11567         * src/folder.c
11568         * src/manual.c
11569         * src/summaryview.c
11570                 fix uninitialized pointers in the folder updating hook
11571                 (thanks to Colin)
11572
11573 2005-10-25 [mones]      1.9.15cvs109
11574
11575         * manual/faq.xml
11576                 General information subsection completed. 
11577                 Removed archaic references.
11578                 
11579         * manual/Makefile
11580         * manual/dtd/manual.dsl
11581                 Added customization stylesheet for getting paragraphs
11582                 fully justified in PDF output (as suggested by Colin).
11583
11584 2005-10-25 [colin]      1.9.15cvs108
11585
11586         * src/compose.c
11587                 Fix a second leak
11588
11589 2005-10-25 [colin]      1.9.15cvs107
11590
11591         * src/addrbook.c
11592         * src/addrindex.c
11593                 Fix leak (xml_get_element() allocates memory)
11594         * src/compose.c
11595                 Fix leak + dead code (shame!)
11596         * src/procmime.c
11597                 Fix leak
11598
11599 2005-10-25 [colin]      1.9.15cvs106
11600
11601         * src/mimeview.c
11602                 Fix encoding issue in Save all and in 
11603                 overwrite-confirmation alertpanel
11604
11605 2005-10-25 [colin]      1.9.15cvs105
11606
11607         * src/common/socket.c
11608                 Fix a leak - Thanks to Christopher Aillon
11609                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
11610
11611 2005-10-25 [paul]       1.9.15cvs104
11612
11613         * src/wizard.c
11614                 Always guess servers from the right-hand
11615                 email part and guess username from the
11616                 left-hand part. (Thanks to Colin)
11617                 add an X-Face to the welcome message
11618
11619 2005-10-25 [paul]       1.9.15cvs103
11620
11621         * manual/handling.xml
11622                 written by Colin, edited by me
11623
11624 2005-10-25 [wwp]        1.9.15cvs102
11625
11626         * src/folderview.c
11627         * src/grouplistdialog.c
11628         * src/imap.c
11629         * src/noticeview.c
11630                 fix some compilation warnings
11631
11632 2005-10-24 [paul]
11633
11634         1.9.99-rc3 released
11635
11636 2005-10-24 [paul]       1.9.15cvs101
11637
11638         * src/gtk/about.c
11639                 fix window sizing
11640
11641 2005-10-24 [paul]       1.9.15cvs100
11642
11643         * src/pixmaps/offline.xpm
11644         * src/pixmaps/online.xpm
11645                 replace with last default versions
11646
11647 2005-10-24 [colin]      1.9.15cvs99
11648
11649         * src/imap.c
11650                 Fix bug when moving a folder
11651         * src/imap_gtk.c
11652         * src/mh_gtk.c
11653                 "Delete folder" pops up a window, so it 
11654                 should be suffixed with "..."
11655         * src/plugins/pgpcore/sgpgme.c
11656                 Include locale.h
11657
11658 2005-10-24 [mones]      1.9.15cvs98
11659
11660         * manual/Makefile
11661         * manual/account.xml
11662         * manual/ack.xml
11663         * manual/addrbook.xml
11664         * manual/advanced.xml
11665         * manual/faq.xml
11666         * manual/glossary.xml
11667         * manual/gpl.xml
11668         * manual/handling.xml
11669         * manual/intro.xml
11670         * manual/keyboard.xml
11671         * manual/manual.xml
11672         * manual/plugins.xml
11673         * manual/starting.xml
11674         * manual/dtd/sdocbook.dtd
11675                 Initial manual structure and some content.
11676
11677 2005-10-23 [wwp]        1.9.15cvs97
11678
11679         * src/gtk/about.c
11680                 fix a typo
11681
11682 2005-10-23 [wwp]        1.9.15cvs96
11683
11684         * src/gtk/about.c
11685         * src/gtk/authors.h
11686                 rework of the about window (main work by Paul), also featuring a few
11687                 fixes for typos and duplicate names
11688
11689 2005-10-23 [wwp]        1.9.15cvs95
11690
11691         * src/.cvsignore
11692                 Ignore the right binary name (sylpheed-claws now)
11693
11694 2005-10-23 [paul]       1.9.15cvs94
11695
11696         * src/compose.c
11697                 when using Folder Pref 'Default To for
11698                 replies' make the entry in the Compose
11699                 window bold
11700                 Patch by Fabien Vantard
11701
11702 2005-10-22 [colin]      1.9.15cvs93
11703
11704         * src/codeconv.c
11705                 Fix leak
11706
11707 2005-10-22 [colin]      1.9.15cvs92
11708
11709         * src/codeconv.c
11710                 try to convert using locale (apart utf8) if necessary
11711
11712 2005-10-22 [colin]      1.9.15cvs91
11713
11714         * src/pixmaps/new.xpm
11715         * src/pixmaps/unread.xpm
11716                 Make the unread envelope blue again and
11717                 saturate the new one a bit more.
11718
11719 2005-10-22 [colin]      1.9.15cvs90
11720
11721         * src/compose.c
11722                 When replying to a mail sent by one of our accounts,
11723                 use the original list of recipients. Let 'Reply All'
11724                 and 'Reply to sender' work like previously.
11725
11726 2005-10-21 [colin]      1.9.15cvs89
11727
11728         * src/prefs_filtering.c
11729                 Clear fields after add and replace
11730         * src/textview.c
11731                 Display xface differently (better)
11732         * src/plugins/pgpinline/pgpinline.c
11733                 Fix crappy encodings/recodings
11734
11735 2005-10-21 [paul]       1.9.15cvs88
11736
11737         * src/compose.c
11738         * src/prefs_folder_item.c
11739         * src/toolbar.c
11740                 fix news folder Folder Properties
11741                 (thanks to Colin)
11742         * src/folderview.c
11743                 update folderview after Themes change
11744                 keep selected folder selected
11745                 (thanks to Colin)
11746
11747 2005-10-21 [paul]       1.9.15cvs87
11748
11749         * tools/Makefile.am
11750         * tools/OOo2sylpheed.pl
11751         * tools/README
11752         * tools/README.sylprint
11753         * tools/asus_mailled.sh         ** REMOVED **
11754         * tools/filter_conv.pl
11755         * tools/freshmeat_search.pl
11756         * tools/google_search.pl
11757         * tools/gpg-sign-syl            ** REMOVED **
11758         * tools/kmail2sylpheed.pl
11759         * tools/kmail2sylpheed_v2.pl
11760         * tools/multiwebsearch.pl
11761         * tools/nautilus2sylpheed.sh
11762         * tools/newscache_clean.pl
11763         * tools/outlook2sylpheed.pl
11764         * tools/sylpheed-switcher       ** REMOVED **
11765         * tools/sylprint.pl
11766         * tools/sylprint.rc
11767         * tools/tb2sylpheed
11768         * tools/vcard2xml.py
11769         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11770                 update default config dir
11771                 update binary name (thanks to Fabien Vantard)
11772                 remove obsolete scripts
11773
11774 2005-10-21 [colin]      1.9.15cvs86
11775
11776         * src/inc.c
11777                 Fix possible leak and units. Based on a patch by
11778                 Fabien Vantard.
11779
11780 2005-10-20 [colin]      1.9.15cvs85
11781
11782         * src/textview.c
11783                 Clear xface when clearing textview
11784
11785 2005-10-20 [colin]      1.9.15cvs84
11786
11787         * configure.ac
11788         * src/folderview.c
11789         * src/headerview.c
11790         * src/main.c
11791         * src/prefs_common.c
11792         * src/prefs_common.h
11793         * src/prefs_message.c
11794         * src/textview.c
11795         * src/textview.h
11796         * src/common/defs.h
11797         * src/common/utils.c
11798         * src/common/utils.h
11799         * src/gtk/gtkutils.c
11800         * src/gtk/gtkutils.h
11801                 Migrate config to .sylpheed-claws (Automatically)
11802                 Add a way to get the Xface in the TextView
11803
11804 2005-10-20 [colin]      1.9.15cvs83
11805
11806         * src/gtk/Makefile.am
11807         * src/gtk/about.c
11808         * src/gtk/authors.h
11809                 Make the about dialog *grooovy*
11810
11811 2005-10-20 [colin]      1.9.15cvs82
11812
11813         * src/mimeview.c
11814                 Use "Open with" on double click if no command
11815                 was found
11816
11817 2005-10-20 [colin]      1.9.15cvs81
11818
11819         * src/imap.c
11820         * src/etpan/imap-thread.c
11821                 Fix possible crash.
11822
11823 2005-10-20 [paul]       1.9.15cvs80
11824
11825         * src/folder.c
11826                 don't show clipkey icon if the only
11827                 attachment is the signature
11828                 Patch by Colin
11829
11830 2005-10-20 [paul]       1.9.15cvs79
11831
11832         * AUTHORS
11833         * src/plugins/pgpmime/pgpmime.c
11834                 name the PGP/MIME signature 'signature.asc'
11835                 Patch by Andrew Nelson <freeandy@gmail.com>
11836
11837 2005-10-19 [colin]      1.9.15cvs78
11838
11839         * src/plugins/pgpmime/pgpmime.c
11840                 Oops, no need to double-check though
11841
11842 2005-10-19 [colin]      1.9.15cvs77
11843
11844         * src/plugins/pgpinline/pgpinline.c
11845         * src/plugins/pgpmime/pgpmime.c
11846                 Check that my_tmpfile() doesn't 
11847                 return NULL
11848
11849 2005-10-19 [colin]      1.9.15cvs76
11850
11851         * src/common/utils.c
11852                 Use shorter mime boundaries to avoid having
11853                 MTAs rewrapping our headers, breaking the
11854                 PGP signature in the process 
11855         * src/compose.c
11856         * src/plugins/pgpmime/pgpmime.c
11857                 Check for boundary uniqueness to be sure
11858                 it won't happen, instead of hoping for the
11859                 best
11860
11861 2005-10-19 [colin]      1.9.15cvs75
11862
11863         * sylpheed-claws.desktop
11864         * src/Makefile.am
11865         * src/main.c
11866                 Ship a sylpheed-claws binary instead
11867                 of a sylpheed one. Change the socket
11868                 name, too
11869         * src/folderview.c
11870                 Update folder only if it changed
11871         * src/wizard.c
11872                 Fix i18n in welcome mail, patch by
11873                 Fabien Vantard
11874
11875 2005-10-19 [paul]
11876
11877         1.9.99-rc2 released
11878
11879 2005-10-19 [paul]       1.9.15cvs74
11880
11881         * src/folder.c
11882         * src/folderview.c
11883                 fix summaryview update
11884                 Patch by Colin
11885
11886 2005-10-18 [colin]      1.9.15cvs73
11887
11888         * src/plugins/pgpcore/passphrase.c
11889                 Don't XGrabServer, and try a bit more to 
11890                 sync everything before grabbing mouse/keyboard
11891
11892 2005-10-18 [colin]      1.9.15cvs72
11893
11894         * src/Makefile.am
11895         * src/addressadd.c
11896         * src/addressbook.c
11897         * src/folderview.c
11898         * src/grouplistdialog.c
11899         * src/mimeview.c
11900         * src/stock_pixmap.c
11901         * src/stock_pixmap.h
11902         * src/summaryview.c
11903         * src/gtk/gtksctree.c
11904         * src/gtk/gtksctree.h
11905         * src/pixmaps/empty.xpm
11906                 Implement a wrapper call for gtk_ctree_set_node_info
11907                 and gtk_ctree_insert_node, that uses a 1x1 transparent
11908                 pixmap instead of a NULL one. This works around some
11909                 memory problems deep inside gtk, revealed by valgrind,
11910                 and fixes bug #834 (Pressing CTRl-D on a message marked 
11911                 as locked crashes sylpheed.), as well as, probably, 
11912                 wwp's 4th dimension problems that happen in gtk_ctree_*.
11913
11914 2005-10-17 [colin]      1.9.15cvs71
11915
11916         * src/mimeview.c
11917                 Provide visual feedback when checking
11918                 signature
11919
11920 2005-10-17 [colin]      1.9.15cvs70
11921
11922         * src/main.c
11923                 Keep the folder list frozen while checking caches...
11924
11925 2005-10-17 [colin]      1.9.15cvs69
11926
11927         * src/addr_compl.c
11928                 Fi bug #833 (Autocompleting from addressbook 
11929                 fails with extended chars)
11930         * src/imap.c
11931                 Fix 'adding messages' staying in statusbar
11932                 after an error
11933
11934 2005-10-17 [wwp]        1.9.15cvs68
11935
11936         * src/ssl_manager.c
11937                 Fix buttons' layout resizing when window size changes
11938
11939 2005-10-17 [wwp]        1.9.15cvs67
11940
11941         * src/account.c
11942         * src/prefs_account.c
11943         * src/prefs_common.c
11944         * src/prefs_common.h
11945         * src/prefs_folder_item.c
11946         * src/prefs_gtk.c
11947         * src/gtk/logwindow.c
11948         * src/gtk/pluginwindow.c
11949         * src/gtk/prefswindow.c
11950         * src/gtk/prefswindow.h
11951                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
11952
11953 2005-10-17 [paul]       1.9.15cvs66
11954
11955         * configure.ac
11956                 fix missing libetpan message
11957         * po/en_GB.po
11958                 updated
11959         * src/crash.c
11960         * src/manual.c
11961         * src/prefs_themes.c
11962         * src/common/defs.h
11963                 add some new URI defines, change some
11964                 others
11965         * src/wizard.c
11966                 make welcome message translatable
11967                 small improvements to english
11968                 other tweaks
11969         * src/gtk/menu.c
11970                 fix warnings
11971
11972 2005-10-17 [paul]       1.9.15cvs65
11973
11974         * src/summaryview.c
11975                 fix column titles
11976
11977 2005-10-16 [mones]      1.9.15cvs64
11978
11979         * po/es.po
11980                 Updated translation
11981
11982 2005-10-16 [colin]
11983
11984         1.9.99-rc1 released
11985
11986 2005-10-16 [colin]      1.9.15cvs63
11987
11988         * src/wizard.c
11989                 Fix whitespace
11990
11991 2005-10-16 [colin]      1.9.15cvs62
11992
11993         * src/toolbar.c
11994                 s/Get All/Get Mail/
11995         * src/wizard.c
11996                 Real welcome mail text, thanks Paul
11997
11998 2005-10-16 [colin]      1.9.15cvs61
11999
12000         * src/editldap.c
12001         * src/exporthtml.c
12002         * src/main.c
12003         * src/mainwindow.c
12004         * src/prefs_themes.c
12005         * src/prefs_toolbar.c
12006         * src/plugins/demo/demo.c
12007         * src/plugins/trayicon/trayicon.c
12008                 s/Sylpheed/Sylpheed-Claws/
12009
12010 2005-10-16 [colin]      1.9.15cvs60
12011
12012         * src/wizard.c
12013                 Add a welcome email in the first empty mailbox
12014         * src/prefs_common.c
12015                 Change one more default
12016
12017 2005-10-16 [colin]      1.9.15cvs59
12018
12019         * src/wizard.c
12020                 Remove printf
12021
12022 2005-10-16 [colin]      1.9.15cvs58
12023
12024         * src/toolbar.c
12025         * src/prefs_common.c
12026                 Change some defaults
12027
12028 2005-10-16 [colin]      1.9.15cvs57
12029
12030         * src/toolbar.c
12031         * src/prefs_common.c
12032                 Change some defaults
12033
12034 2005-10-16 [colin]      1.9.15cvs56
12035
12036         * src/wizard.c
12037                 By default, initialize fonts to have
12038                 the same size as normal GtkWidgets
12039
12040 2005-10-16 [colin]      1.9.15cvs55
12041
12042         * src/mimeview.c
12043                 Fix message a bit more
12044
12045 2005-10-16 [colin]      1.9.15cvs54
12046
12047         * src/addressbook.c
12048                 Second attempt at flicker fixing
12049
12050 2005-10-16 [colin]      1.9.15cvs53
12051
12052         * src/addressbook.c
12053                 Fix flicker
12054
12055 2005-10-16 [wwp]        1.9.15cvs52
12056
12057         * src/addressbook.c
12058         * src/editaddress.c
12059         * src/prefs_common.c
12060         * src/prefs_common.h
12061                 Remember window sizes (address book)
12062
12063 2005-10-16 [wwp]        1.9.15cvs51
12064
12065         * src/plugins/clamav/clamav_plugin_gtk.c
12066         * src/plugins/spamassassin/spamassassin_gtk.c
12067                 Fix compilation warnings (missing #include).
12068
12069 2005-10-16 [colin]      1.9.15cvs50
12070
12071         * src/mimeview.c
12072         * src/summaryview.c
12073         * src/textview.c
12074                 Make 'c' check signature, and forward
12075                 c, l, y, t from summaryview to mimeview
12076
12077 2005-10-16 [colin]      1.9.15cvs49
12078
12079         * src/addressbook.c
12080                 Put border around buttons
12081         * src/mainwindow.c
12082         * src/summaryview.c
12083                 Rework menus (Patch based on a patch
12084                 by Paul)
12085
12086 2005-10-15 [wwp]        1.9.15cvs48
12087
12088         * src/editjpilot.c
12089         * src/editldap.c
12090         * src/editvcard.c
12091         * src/exphtmldlg.c
12092         * src/expldifdlg.c
12093         * src/export.c
12094         * src/import.c
12095         * src/importldif.c
12096         * src/importmutt.c
12097         * src/importpine.c
12098         * src/prefs_account.c
12099         * src/prefs_spelling.c
12100         * src/gtk/gtkutils.c
12101         * src/gtk/gtkutils.h
12102         * src/plugins/clamav/clamav_plugin_gtk.c
12103         * src/plugins/spamassassin/spamassassin_gtk.c
12104                 use nicer browse-for-file/dir buttons than the "..." ones,
12105                 code factorizing more.
12106
12107 2005-10-14 [colin]      1.9.15cvs47
12108
12109         * src/mainwindow.c
12110                 set relief on the account switcher so that people see it
12111                 grey out Create processing rules when no message is selected
12112         * src/prefs_filtering.c
12113                 ask before closing if the rule has not been modified, even if
12114                 it's not valid
12115         * src/prefs_matcher.c
12116                 fix sensitivity when entering the dialog
12117         * src/gtk/inputdialog.c
12118                 display a better icon on password ask
12119         * src/plugins/pgpcore/passphrase.c
12120                 make the dialog look better
12121
12122 2005-10-14 [paul]       1.9.15cvs46
12123
12124         * src/folderview.c
12125                 indicate presense of marked msgs in
12126                 unexpanded subfolders
12127
12128 2005-10-14 [paul]       1.9.15cvs45
12129
12130         * src/prefs_actions.c
12131         * src/prefs_common.c
12132         * src/prefs_common.h
12133         * src/prefs_filtering_action.c
12134         * src/prefs_matcher.c
12135         * src/prefs_template.c
12136                 remember window sizes
12137                 fix Info button size
12138
12139         Patches by wwp
12140
12141 2005-10-13 [colin]      1.9.15cvs44
12142
12143         * src/mimeview.c
12144         * src/noticeview.c
12145         * src/noticeview.h
12146                 Add a tooltip on the icon (optional) 
12147                 Get rid of the signature buttons and only
12148                 use the icon+tooltip
12149
12150 2005-10-13 [colin]      1.9.15cvs43
12151
12152         * src/noticeview.c
12153         * src/noticeview.h
12154                 Add hand cursor for hovering over icon
12155
12156 2005-10-13 [colin]      1.9.15cvs42
12157
12158         * src/summaryview.c
12159                 Fix crash when quicksearch's hidden 
12160                 at startup
12161
12162 2005-10-13 [colin]      1.9.15cvs41
12163
12164         * src/compose.c
12165                 Set subject when forwarding multiple mails
12166                 Check that other recipient than the default Cc or Bcc
12167                 have been set before sending.
12168
12169 2005-10-13 [colin]      1.9.15cvs40
12170
12171         * src/imap.c
12172                 Batch per-folder
12173                 Introduce locking, but don't use it yet
12174
12175 2005-10-13 [colin]      1.9.15cvs39
12176
12177         * src/gtk/quicksearch.c
12178                 Reset quicksearch when hiding it
12179                 Make sticky a real pref
12180
12181 2005-10-13 [colin]      1.9.15cvs38
12182
12183         * src/summaryview.c
12184                 Faster prefs apply
12185
12186 2005-10-13 [colin]      1.9.15cvs37
12187
12188         * src/mimeview.c
12189         * src/noticeview.c
12190         * src/noticeview.h
12191         * src/plugins/pgpcore/sgpgme.c
12192                 Make privacy icon clickable
12193                 Move Trust field in Full info
12194                 When trust is less than full, don't display
12195                 a warning icon
12196
12197 2005-10-13 [colin]      1.9.15cvs36
12198
12199         * src/folder.c
12200                 Batch on flags sync
12201         * src/folderview.c
12202                 Revert speed hack which is dangerous in fact
12203                 Apply prefs faster
12204
12205 2005-10-13 [colin]      1.9.15cvs35
12206
12207         * src/folder_item_prefs.c
12208                 Fix pref corruption on folder move. Patch
12209                 by wwp
12210
12211 2005-10-13 [paul]       1.9.15cvs34
12212
12213         * src/export.c
12214         * src/import.c
12215                 fix typos in g_warnings
12216         * src/prefs_account.c
12217                 add a file selector for Signature file
12218
12219         Patches by wwp
12220
12221 2005-10-12 [colin]      1.9.15cvs33
12222
12223         * src/mimeview.c
12224                 Provide a quick way to go back from a
12225                 signature's full info to the email part
12226
12227 2005-10-12 [colin]      1.9.15cvs32
12228
12229         * src/compose.c
12230                 Remove old hack of encoding signed mails with base64.
12231                 QP works equally well.
12232
12233 2005-10-12 [colin]      1.9.15cvs31
12234
12235         * src/crash.c
12236                 Replace deprecated GtkText with GtkTextView
12237         * src/imap.c
12238                 Fix a logic bug about counts in imap_select
12239                 (previously un-triggered)
12240         * src/mainwindow.c
12241         * src/summaryview.c
12242         * src/news.c
12243                 Allow local deletion of news posts
12244         * src/mimeview.c
12245                 Show GPG noticeview on the message/rfc822 part
12246                 in addition to the text/plain one
12247         * src/prefs_image_viewer.c
12248           src/plugins/pgpcore/prefs_gpg.c
12249                 Polish (set the label as part of the checkbox)
12250         * src/wizard.c
12251                 Don't sit there doing nothing after destroying
12252                 the window - return err
12253
12254 2005-10-11 [colin]      1.9.15cvs30
12255
12256         * src/folderview.c
12257                 Apply processing rules before showing folders.
12258                 Early folder show (before flags sync) will only
12259                 be done when there are no processing rules (nor
12260                 pre- or post- ones)
12261         * src/imap.c
12262                 Fix stuff related to mail subdir, creation and 
12263                 deletion of folders 
12264         * src/imap_gtk.c
12265                 Don't allow creation of folders in NoInferior
12266                 folders, as it won't work
12267
12268 2005-10-10 [colin]      1.9.15cvs29
12269
12270         * src/compose.c
12271                 Reselect "None" Privacy system when selecting an
12272                 account with no privacy system defined
12273
12274 2005-10-10 [colin]      1.9.15cvs28
12275
12276         * src/mainwindow.c
12277                 Add Windows-1252 encoding
12278         * src/prefs_common.c
12279                 Rework some defaults:
12280                 - autosave to draft by default
12281                 - don't show header pane (it's already in the textview)
12282                 - Select first new or unread mail on entry
12283                 - Assume 'Yes' to change folder when there's no more
12284                   unread message
12285         * src/prefs_matcher.c
12286                 Fix a gtk assertion failure
12287         * src/gtk/colorlabel.c
12288                 Workaround bad repainting on selection
12289         * src/main.c
12290                 Freeze/thaw (a bit faster on ssh -X)
12291         * src/msgcache.c
12292                 Get rid of StrdupConverter that just adds an
12293                 extra strdup/free 
12294         * src/etpan/imap_thread.c
12295                 memset buf to 0
12296
12297 2005-10-10 [colin]      1.9.15cvs27
12298
12299         * src/export.c
12300         * src/import.c
12301                 Fix compile on gtk 2.4. Patch by wwp
12302
12303 2005-10-09 [colin]      1.9.15cvs26
12304
12305         * src/mainwindow.c
12306         * src/messageview.c
12307         * src/summaryview.c
12308                 Clarify forward menus. Patch by wwp
12309
12310 2005-10-09 [colin]      1.9.15cvs25
12311
12312         * src/compose.c
12313         * src/compose.h
12314                 Fix bug #829 (Non-working "Encrypt message by 
12315                 default when replying to an encrypted message")
12316
12317 2005-10-08 [colin]      1.9.15cvs24
12318
12319         * src/wizard.c
12320                 Fix bug #827 ("Welcome" setup wizard after a 
12321                 permission error gives up & forgets itself.)
12322
12323 2005-10-08 [colin]      1.9.15cvs23
12324
12325         * src/procmime.c
12326                 Fix bug #828 (Ignoring headers with spaces around = sign)
12327
12328 2005-10-08 [colin]      1.9.15cvs22
12329
12330         * src/export.c
12331                 Warning fix by wwp
12332
12333 2005-10-08 [colin]      1.9.15cvs21
12334
12335         * src/folder.c
12336         * src/folder.h
12337                 Add a processing_pending indicator, set on 
12338                 folder_item_open and cleared after 
12339                 folder_item_process_open
12340         * src/folderview.c
12341         * src/summaryview.c
12342                 wrap procmsg_msginfo_*_flags, and in the
12343                 wrapper check that there's no folder processing 
12344                 pending. If there is, defer the flags change until 
12345                 processing is done to avoid stepping over each
12346                 other's toes.
12347                 Freeze during processing, but not during scanning.
12348
12349 2005-10-07 [colin]      1.9.15cvs20
12350
12351         * src/plugins/pgpcore/passphrase.c
12352                 Fix bug #826 (X-Server hangs when 
12353                 right-clicking a PGP encrypted message)
12354
12355 2005-10-07 [paul]       1.9.15cvs19
12356
12357         * src/compose.c
12358                 fix compose_entries[]
12359                 patch by Fabien Vantard
12360
12361 2005-10-06 [colin]      1.9.15cvs18
12362
12363         * src/pixmaps/address.xpm
12364         * src/pixmaps/address_book.xpm
12365         * src/pixmaps/book.xpm
12366         * src/pixmaps/check_spelling.xpm
12367         * src/pixmaps/checkbox_off.xpm
12368         * src/pixmaps/checkbox_on.xpm
12369         * src/pixmaps/close.xpm
12370         * src/pixmaps/complete.xpm
12371         * src/pixmaps/continue.xpm
12372         * src/pixmaps/deleted.xpm
12373         * src/pixmaps/down_arrow.xpm
12374         * src/pixmaps/exec.xpm
12375         * src/pixmaps/forwarded.xpm
12376         * src/pixmaps/group.xpm
12377         * src/pixmaps/ignorethread.xpm
12378         * src/pixmaps/interface.xpm
12379         * src/pixmaps/jpilot.xpm
12380         * src/pixmaps/ldap.xpm
12381         * src/pixmaps/linewrap.xpm
12382         * src/pixmaps/linewrapcurrent.xpm
12383         * src/pixmaps/mail.xpm
12384         * src/pixmaps/mail_attach.xpm
12385         * src/pixmaps/mail_compose.xpm
12386         * src/pixmaps/mail_forward.xpm
12387         * src/pixmaps/mail_receive.xpm
12388         * src/pixmaps/mail_receive_all.xpm
12389         * src/pixmaps/mail_reply.xpm
12390         * src/pixmaps/mail_reply_to_all.xpm
12391         * src/pixmaps/mail_reply_to_author.xpm
12392         * src/pixmaps/mail_send.xpm
12393         * src/pixmaps/mail_send_queue.xpm
12394         * src/pixmaps/mime_application.xpm
12395         * src/pixmaps/mime_audio.xpm
12396         * src/pixmaps/mime_image.xpm
12397         * src/pixmaps/mime_message.xpm
12398         * src/pixmaps/mime_text_enriched.xpm
12399         * src/pixmaps/mime_text_html.xpm
12400         * src/pixmaps/mime_text_plain.xpm
12401         * src/pixmaps/mime_unknown.xpm
12402         * src/pixmaps/new.xpm
12403         * src/pixmaps/news_compose.xpm
12404         * src/pixmaps/offline.xpm
12405         * src/pixmaps/online.xpm
12406         * src/pixmaps/paste.xpm
12407         * src/pixmaps/preferences.xpm
12408         * src/pixmaps/privacy_emblem_encrypted.xpm
12409         * src/pixmaps/privacy_expired.xpm
12410         * src/pixmaps/privacy_failed.xpm
12411         * src/pixmaps/privacy_passed.xpm
12412         * src/pixmaps/privacy_signed.xpm
12413         * src/pixmaps/privacy_unknown.xpm
12414         * src/pixmaps/privacy_warn.xpm
12415         * src/pixmaps/properties.xpm
12416         * src/pixmaps/replied.xpm
12417         * src/pixmaps/search.xpm
12418         * src/pixmaps/unread.xpm
12419         * src/pixmaps/up_arrow.xpm
12420         * src/pixmaps/vcard.xpm
12421                 Modernize internal theme, with icons from the 
12422                 Gnomaws theme. Keep some of the old ones where
12423                 they were better.
12424
12425 2005-10-06 [colin]      1.9.15cvs17
12426
12427         * src/summaryview.c
12428                 Little optimisations + bugfix
12429         * src/toolbar.c
12430                 Remove default useless items - useless being defined
12431                 by the default relevant prefs
12432         * src/wizard.c
12433                 include config.h to make gettext work
12434         * src/prefs_themes.c
12435                 Fix selection of current theme in prefs
12436
12437 2005-10-06 [colin]      1.9.15cvs16
12438
12439         * src/prefs_common.c
12440         * src/prefs_common.h
12441         * src/prefs_summaries.c
12442         * src/folderview.c
12443                 Add a warning dialog on Mark all read 
12444                 (with pref to get rid of it)
12445
12446 2005-10-06 [paul]       1.9.15cvs15
12447
12448         * po/nb.po
12449         * po/pt_BR.po
12450                 updated by Geir Helland and Frederico
12451                 Goncalves Guimaraes
12452
12453 2005-10-05 [colin]      1.9.15cvs14
12454
12455         * src/folder.c
12456         * src/folder.h
12457         * src/folderview.c
12458         * src/folderview.h
12459         * src/imap_gtk.c
12460         * src/mh_gtk.c
12461         * src/mainwindow.c
12462         * src/setup.c
12463                 add a way to rescan without rebuilding
12464                 make moving a bit faster (less folders changes)
12465                 don't lock the tree on Get 
12466         * src/imap.c
12467                 Don't re-delete deleted messages before expunging
12468         * src/summaryview.c
12469                 Set batch mode when deleting mails
12470
12471 2005-10-05 [paul]       1.9.15cvs13
12472
12473         * src/mainwindow.c
12474         * src/mainwindow.h
12475                 fix disabled Execute menu item
12476         * src/toolbar.c
12477                 match the change in 1.9.15cvs10: use Compose
12478                 instead of News by default
12479
12480 2005-10-04 [colin]      1.9.15cvs12
12481
12482         * src/compose.c
12483                 When replying to an ML post with Reply-To set
12484                 to the poster's email, honor it (as before),
12485                 but also honor our user's request to reply to
12486                 the mailing list: set the ML address in the To
12487                 field and the Reply-To address in the Cc: 
12488                 field.
12489
12490 2005-10-04 [colin]      1.9.15cvs11
12491
12492         * src/plugins/trayicon/trayicon.c
12493                 Finish cosmetic change - thanks to wwp
12494
12495 2005-10-04 [colin]      1.9.15cvs10
12496
12497         * src/toolbar.c
12498                 Use Compose instead of Email by default.
12499                 Spotted by wwp.
12500
12501 2005-10-04 [colin]      1.9.15cvs9
12502
12503         * src/folder.c
12504         * src/folder.h
12505         * src/folderview.c
12506         * src/imap.c
12507         * src/etpan/imap-thread.c
12508         * src/etpan/imap-thread.h
12509                 Try to make IMAP faster, by simplifying SEARCH
12510                 commands, avoiding sending two STATUS in a row,
12511                 and deferring flags sync and processing just
12512                 after displaying the folder. 
12513                 This will update the SummaryView in certain
12514                 cases (new mails not already fetched, flags
12515                 changed from another client) but in a non-
12516                 blocking manner.
12517
12518 2005-10-04 [colin]      1.9.15cvs8
12519
12520         * src/plugins/trayicon/trayicon.c
12521                 Relabel "Offline" to "Work offline"
12522
12523 2005-10-04 [colin]      1.9.15cvs7
12524
12525         * src/export.c
12526         * src/import.c
12527         * src/mbox.c
12528                 Fix mbox import/export buglets
12529                 Patch by wwp
12530         * src/plugins/trayicon/trayicon.c
12531                 Add offline swithc
12532                 Patch by wwp
12533
12534 2005-10-04 [colin]      1.9.15cvs6
12535
12536         * src/folder.c
12537         * src/folderview.c
12538         * src/summaryview.c
12539                 Better fix (don't break mark all read) for cvs2
12540
12541 2005-10-03 [colin]      1.9.15cvs5
12542
12543         * src/folder.c
12544                 Use a sane sort by default
12545
12546 2005-10-03 [colin]      1.9.15cvs4
12547
12548         * src/inc.c
12549                 Add a 'Only once' button for overriding offline mode
12550         * src/prefs_account.c
12551         * src/wizard.c
12552                 Add Local mbox to the wizard
12553                 Add IMAP subdir to the wizard (or the wizard is useless
12554                 for such accounts, or even worse than useless)
12555                 Move IMAP subdir from Advanced to Receive tab, as it's
12556                 not that uncommon
12557
12558 2005-10-03 [colin]      1.9.15cvs3
12559
12560         * src/send_message.c
12561                 Forgot this one in cvs1
12562
12563 2005-10-03 [colin]      1.9.15cvs2
12564
12565         * src/folder.c
12566                 Faster close when leaving a folder with lots
12567                 of new mails. Idea by David Relson.
12568
12569 2005-10-03 [colin]      1.9.15cvs1
12570
12571         * src/compose.c
12572         * src/imap.c
12573         * src/inc.c
12574         * src/main.c
12575         * src/messageview.c
12576         * src/news.c
12577         * src/summaryview.c
12578         * src/gtk/sslcertwindow.c
12579         * src/plugins/trayicon/trayicon.c
12580                 Add accels to every AlertPanel. Patch by Fabien 
12581                 Vantard
12582
12583 2005-10-03 [paul]       1.9.15
12584
12585         1.9.15 released
12586
12587 2005-10-03 [paul]       1.9.14cvs68
12588
12589         * po/ca.po
12590         * po/de.po
12591         * po/es.po
12592         * po/fi.po
12593         * po/fr.po
12594         * po/sk.po
12595         * po/sr.po
12596         * po/zh_CN.po
12597                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12598                 Mones Lastra, Tommi Pirinen, Fabien vantard,
12599                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
12600
12601 2005-10-03 [paul]       1.9.14cvs67
12602
12603         * src/send_message.c
12604                 prevent hang on Cancel
12605                 patch by Colin
12606
12607 2005-10-03 [paul]       1.9.14cvs66
12608
12609         * src/main.c
12610                 fix crash in IMAP caused by discrepancy
12611                 between check_at_startup and offline mode
12612                 Patch by Colin
12613
12614 2005-10-01 [paul]       1.9.14cvs65
12615
12616         * src/inc.c
12617                 fix engrish
12618
12619 2005-10-01 [paul]       1.9.14cvs64
12620         * src/export.c
12621         * src/import.c
12622                 synchronise import_mbox() and export_mbox()
12623         * src/mbox.c
12624                 proc_mbox(): add alert if file cannot be opened
12625                 export_list_to_mbox(): test if dest file exists,
12626                 prompt user to overwrite if it does. add alert
12627                 if file cannot be created
12628                                                                 
12629         Patch by wwp
12630                                                                                                                 
12631
12632 2005-09-30 [paul]       1.9.14cvs63
12633
12634         * src/addressbook.c
12635                 Fix sensitivity of a menu
12636         * src/codeconv.c
12637                 Respect hidden pref for mails with no encoding
12638         * src/common/xml.c
12639                 Fix memory corruption
12640         * src/plugins/pgpcore/sgpgme.c
12641                 Fix segfault on incomplete sigs, and display
12642                 of S/Mime UIDs
12643
12644         Patches by Colin
12645
12646 2005-09-30 [colin]      1.9.14cvs62
12647
12648         * src/partial_download.c
12649                 Little logic fix in almost-dead code
12650         * src/pop.c
12651                 Fix partial download when there's no new mail
12652
12653 2005-09-29 [paul]       1.9.14cvs61
12654
12655         * src/plugins/pgpinline/pgpinline.c
12656                 fix bug 819, 'crash accessing sign message'
12657                 Patch by Colin
12658
12659 2005-09-28 [martin]     1.9.14cvs60
12660
12661         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12662                 fix bug #790 (Crash when restarting window manager (fluxbox))
12663
12664 2005-09-28 [paul]       1.9.14cvs59
12665
12666         * src/gtk/gtkaspell.c
12667                 fix off-by-one typo
12668
12669 2005-09-27 [colin]      1.9.14cvs58
12670
12671         * src/plugins/pgpcore/sgpgme.c
12672                 Report error when there's one, instead of
12673                 "Signature unchecked" 
12674
12675 2005-09-27 [colin]      1.9.14cvs57
12676
12677         * src/prefs_quote.c
12678                 Fix bug #816 (Weird quotation with spaces)
12679
12680 2005-09-27 [colin]      1.9.14cvs56
12681
12682         * src/codeconv.c
12683         * src/compose.c
12684         * src/compose.h
12685                 Put subject in compose's title
12686                 Fix Automatic encoding so that it's really automatic:
12687                 first try default locale's charset, then charset of the replied mail, 
12688                 then utf-8
12689                 Fix encoding of headers (must be in strict mode too)
12690
12691 2005-09-26 [colin]      1.9.14cvs55
12692
12693         * src/gtk/gtkaspell.c
12694                 Fix previous patch - don't color the space,
12695                 just uncolor it :)
12696
12697 2005-09-26 [colin]      1.9.14cvs54
12698
12699         * src/gtk/gtkaspell.c
12700                 Unmark space if possible
12701
12702 2005-09-26 [colin]      1.9.14cvs53
12703
12704         * src/imap.c
12705                 log_error instead of alertpanel according to the pref
12706         * src/etpan/imap-thread.c
12707                 Print connect status, copy only necessary size to 
12708                 logger
12709         * src/plugins/pgpmime/pgpmime.c
12710                 Handle S/Mime signatures (verification only). Patch based
12711                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
12712
12713 2005-09-26 [paul]       1.9.14cvs52
12714
12715         * src/common/passcrypt.c
12716                 this 'workaround' not necessary on NetBSD.
12717                 Thanks to Daniel Gustafson
12718
12719 2005-09-26 [paul]
12720
12721         1.9.15-rc4 released
12722
12723 2005-09-26 [paul]       1.9.14cvs51
12724
12725         * src/summaryview.c
12726                 Skip currently selected message when
12727                 looking for next new or unread message
12728                 in current folder. Patch by Colin
12729         * src/common/passcrypt.c
12730                 eliminate warnings on *BSD. Patch by
12731                 Daniel Gustafson
12732
12733 2005-09-26 [colin]      1.9.14cvs50
12734
12735         * src/procmsg.c
12736                 Call postfiltering hook anyway
12737
12738 2005-09-22 [colin]      1.9.14cvs49
12739
12740         * src/codeconv.c
12741         * src/codeconv.h
12742                 Add a strict mode that doesn't replace with _
12743         * src/compose.c
12744         * src/compose.h
12745                 Use strict conversion while sending
12746                 Fix race when drafting while sending (happens
12747                 on IMAP)
12748                 Fix d'n'd of messages from summaryview
12749         * src/prefs_common.c
12750         * src/prefs_common.h
12751                 add hidden utf8_instead_of_locale_for_broken_mail 
12752                 pref for people that preferred the default charset 
12753                 to be utf8 for broken mails
12754         * src/quote_fmt_parse.y
12755                 fix bug #815 (No quote insert if "From:" fied 
12756                 contained Russian letters)
12757         * src/summaryview.c
12758                 Fix d'n'd of messages to compose
12759
12760 2005-09-22 [paul]       1.9.14cvs48
12761
12762         * src/compose.c
12763                 fix bug where attachments Name entry
12764                 would display Path instead
12765
12766 2005-09-21 [paul]       1.9.14cvs47
12767
12768         * README
12769         * README.jp
12770         * configure.ac
12771         * config/config.rpath
12772         * doc/manual/en/sylpheed-20.html
12773         * doc/manual/es/sylpheed-20.html
12774         * po/bg.po
12775         * po/ca.po
12776         * po/de.po
12777         * po/es.po
12778         * po/fr.po
12779         * po/it.po
12780         * po/pt_BR.po
12781         * po/sk.po
12782         * po/zh_TW.po
12783         * src/account.c
12784         * src/account.h
12785         * src/action.c
12786         * src/action.h
12787         * src/adbookbase.h
12788         * src/addr_compl.c
12789         * src/addr_compl.h
12790         * src/addrbook.c
12791         * src/addrbook.h
12792         * src/addrcache.c
12793         * src/addrcache.h
12794         * src/addrcindex.c
12795         * src/addrcindex.h
12796         * src/addrclip.c
12797         * src/addrclip.h
12798         * src/addrdefs.h
12799         * src/addressadd.c
12800         * src/addressadd.h
12801         * src/addressbook.c
12802         * src/addressbook.h
12803         * src/addressitem.h
12804         * src/addrgather.c
12805         * src/addrgather.h
12806         * src/addrharvest.c
12807         * src/addrharvest.h
12808         * src/addrindex.c
12809         * src/addrindex.h
12810         * src/addritem.c
12811         * src/addritem.h
12812         * src/addrquery.c
12813         * src/addrquery.h
12814         * src/addrselect.c
12815         * src/addrselect.h
12816         * src/alertpanel.c
12817         * src/alertpanel.h
12818         * src/browseldap.c
12819         * src/browseldap.h
12820         * src/codeconv.c
12821         * src/codeconv.h
12822         * src/compose.c
12823         * src/compose.h
12824         * src/crash.c
12825         * src/crash.h
12826         * src/customheader.c
12827         * src/customheader.h
12828         * src/displayheader.c
12829         * src/displayheader.h
12830         * src/editaddress.c
12831         * src/editaddress.h
12832         * src/editbook.c
12833         * src/editbook.h
12834         * src/editgroup.c
12835         * src/editgroup.h
12836         * src/editjpilot.c
12837         * src/editjpilot.h
12838         * src/editldap.c
12839         * src/editldap.h
12840         * src/editldap_basedn.c
12841         * src/editldap_basedn.h
12842         * src/editvcard.c
12843         * src/editvcard.h
12844         * src/enriched.c
12845         * src/enriched.h
12846         * src/exphtmldlg.c
12847         * src/exphtmldlg.h
12848         * src/expldifdlg.c
12849         * src/expldifdlg.h
12850         * src/export.c
12851         * src/export.h
12852         * src/exporthtml.c
12853         * src/exporthtml.h
12854         * src/exportldif.c
12855         * src/exportldif.h
12856         * src/filtering.c
12857         * src/filtering.h
12858         * src/folder.c
12859         * src/folder.h
12860         * src/folder_item_prefs.c
12861         * src/folder_item_prefs.h
12862         * src/foldersel.c
12863         * src/foldersel.h
12864         * src/folderutils.c
12865         * src/folderutils.h
12866         * src/folderview.c
12867         * src/folderview.h
12868         * src/grouplistdialog.c
12869         * src/grouplistdialog.h
12870         * src/headerview.c
12871         * src/headerview.h
12872         * src/html.c
12873         * src/html.h
12874         * src/image_viewer.c
12875         * src/image_viewer.h
12876         * src/imap.c
12877         * src/imap.h
12878         * src/imap_gtk.c
12879         * src/imap_gtk.h
12880         * src/import.c
12881         * src/import.h
12882         * src/importldif.c
12883         * src/importldif.h
12884         * src/importmutt.c
12885         * src/importmutt.h
12886         * src/importpine.c
12887         * src/importpine.h
12888         * src/inc.c
12889         * src/inc.h
12890         * src/jpilot.c
12891         * src/jpilot.h
12892         * src/ldapctrl.c
12893         * src/ldapctrl.h
12894         * src/ldaplocate.c
12895         * src/ldaplocate.h
12896         * src/ldapquery.c
12897         * src/ldapquery.h
12898         * src/ldapserver.c
12899         * src/ldapserver.h
12900         * src/ldaputil.c
12901         * src/ldaputil.h
12902         * src/ldif.c
12903         * src/ldif.h
12904         * src/localfolder.c
12905         * src/localfolder.h
12906         * src/main.c
12907         * src/main.h
12908         * src/mainwindow.c
12909         * src/mainwindow.h
12910         * src/manual.c
12911         * src/manual.h
12912         * src/matcher.c
12913         * src/matcher.h
12914         * src/matcher_parser.h
12915         * src/matcher_parser_lex.l
12916         * src/matcher_parser_parse.y
12917         * src/mbox.c
12918         * src/mbox.h
12919         * src/message_search.c
12920         * src/message_search.h
12921         * src/messageview.c
12922         * src/messageview.h
12923         * src/mh.c
12924         * src/mh.h
12925         * src/mh_gtk.c
12926         * src/mh_gtk.h
12927         * src/mimeview.c
12928         * src/mimeview.h
12929         * src/msgcache.c
12930         * src/msgcache.h
12931         * src/mutt.c
12932         * src/mutt.h
12933         * src/news.c
12934         * src/news.h
12935         * src/news_gtk.c
12936         * src/news_gtk.h
12937         * src/noticeview.c
12938         * src/noticeview.h
12939         * src/partial_download.c
12940         * src/partial_download.h
12941         * src/pine.c
12942         * src/pine.h
12943         * src/pop.c
12944         * src/pop.h
12945         * src/prefs_account.c
12946         * src/prefs_account.h
12947         * src/prefs_actions.c
12948         * src/prefs_actions.h
12949         * src/prefs_common.c
12950         * src/prefs_common.h
12951         * src/prefs_compose_writing.c
12952         * src/prefs_compose_writing.h
12953         * src/prefs_customheader.c
12954         * src/prefs_customheader.h
12955         * src/prefs_display_header.c
12956         * src/prefs_display_header.h
12957         * src/prefs_ext_prog.c
12958         * src/prefs_ext_prog.h
12959         * src/prefs_filtering.c
12960         * src/prefs_filtering.h
12961         * src/prefs_filtering_action.c
12962         * src/prefs_filtering_action.h
12963         * src/prefs_folder_column.c
12964         * src/prefs_folder_column.h
12965         * src/prefs_folder_item.c
12966         * src/prefs_folder_item.h
12967         * src/prefs_fonts.c
12968         * src/prefs_fonts.h
12969         * src/prefs_gtk.c
12970         * src/prefs_gtk.h
12971         * src/prefs_image_viewer.c
12972         * src/prefs_image_viewer.h
12973         * src/prefs_matcher.c
12974         * src/prefs_matcher.h
12975         * src/prefs_message.c
12976         * src/prefs_message.h
12977         * src/prefs_msg_colors.c
12978         * src/prefs_msg_colors.h
12979         * src/prefs_other.c
12980         * src/prefs_other.h
12981         * src/prefs_quote.c
12982         * src/prefs_quote.h
12983         * src/prefs_receive.c
12984         * src/prefs_receive.h
12985         * src/prefs_send.c
12986         * src/prefs_send.h
12987         * src/prefs_spelling.c
12988         * src/prefs_spelling.h
12989         * src/prefs_summaries.c
12990         * src/prefs_summaries.h
12991         * src/prefs_summary_column.c
12992         * src/prefs_summary_column.h
12993         * src/prefs_template.c
12994         * src/prefs_template.h
12995         * src/prefs_themes.c
12996         * src/prefs_themes.h
12997         * src/prefs_toolbar.c
12998         * src/prefs_toolbar.h
12999         * src/prefs_wrapping.c
13000         * src/prefs_wrapping.h
13001         * src/privacy.c
13002         * src/privacy.h
13003         * src/procheader.c
13004         * src/procheader.h
13005         * src/procmime.c
13006         * src/procmime.h
13007         * src/procmsg.c
13008         * src/procmsg.h
13009         * src/quote_fmt.c
13010         * src/quote_fmt_parse.y
13011         * src/recv.c
13012         * src/recv.h
13013         * src/remotefolder.c
13014         * src/remotefolder.h
13015         * src/send_message.c
13016         * src/send_message.h
13017         * src/setup.c
13018         * src/setup.h
13019         * src/simple-gettext.c
13020         * src/sourcewindow.c
13021         * src/sourcewindow.h
13022         * src/ssl_manager.c
13023         * src/ssl_manager.h
13024         * src/statusbar.c
13025         * src/statusbar.h
13026         * src/stock_pixmap.c
13027         * src/stock_pixmap.h
13028         * src/summary_search.c
13029         * src/summary_search.h
13030         * src/summaryview.c
13031         * src/summaryview.h
13032         * src/syldap.c
13033         * src/syldap.h
13034         * src/textview.c
13035         * src/textview.h
13036         * src/toolbar.c
13037         * src/toolbar.h
13038         * src/undo.c
13039         * src/undo.h
13040         * src/unmime.c
13041         * src/unmime.h
13042         * src/vcard.c
13043         * src/vcard.h
13044         * src/wizard.c
13045         * src/wizard.h
13046         * src/common/base64.c
13047         * src/common/base64.h
13048         * src/common/defs.h
13049         * src/common/hooks.c
13050         * src/common/hooks.h
13051         * src/common/log.c
13052         * src/common/log.h
13053         * src/common/md5.c
13054         * src/common/md5.h
13055         * src/common/mgutils.c
13056         * src/common/mgutils.h
13057         * src/common/nntp.c
13058         * src/common/nntp.h
13059         * src/common/passcrypt.c
13060         * src/common/passcrypt.h.in
13061         * src/common/plugin.c
13062         * src/common/plugin.h
13063         * src/common/prefs.c
13064         * src/common/prefs.h
13065         * src/common/progressindicator.c
13066         * src/common/progressindicator.h
13067         * src/common/quoted-printable.c
13068         * src/common/quoted-printable.h
13069         * src/common/session.c
13070         * src/common/session.h
13071         * src/common/smtp.c
13072         * src/common/smtp.h
13073         * src/common/socket.c
13074         * src/common/socket.h
13075         * src/common/ssl.c
13076         * src/common/ssl.h
13077         * src/common/ssl_certificate.c
13078         * src/common/ssl_certificate.h
13079         * src/common/string_match.c
13080         * src/common/string_match.h
13081         * src/common/stringtable.c
13082         * src/common/sylpheed.c
13083         * src/common/sylpheed.h
13084         * src/common/template.c
13085         * src/common/template.h
13086         * src/common/timing.h
13087         * src/common/utils.c
13088         * src/common/utils.h
13089         * src/common/uuencode.c
13090         * src/common/uuencode.h
13091         * src/common/version.h.in
13092         * src/common/xml.c
13093         * src/common/xml.h
13094         * src/common/xmlprops.c
13095         * src/common/xmlprops.h
13096         * src/gtk/about.c
13097         * src/gtk/about.h
13098         * src/gtk/colorlabel.c
13099         * src/gtk/colorlabel.h
13100         * src/gtk/colorsel.c
13101         * src/gtk/colorsel.h
13102         * src/gtk/description_window.c
13103         * src/gtk/description_window.h
13104         * src/gtk/filesel.c
13105         * src/gtk/filesel.h
13106         * src/gtk/foldersort.c
13107         * src/gtk/foldersort.h
13108         * src/gtk/gtkutils.c
13109         * src/gtk/gtkutils.h
13110         * src/gtk/inputdialog.c
13111         * src/gtk/inputdialog.h
13112         * src/gtk/logwindow.c
13113         * src/gtk/logwindow.h
13114         * src/gtk/manage_window.c
13115         * src/gtk/manage_window.h
13116         * src/gtk/menu.c
13117         * src/gtk/menu.h
13118         * src/gtk/pluginwindow.c
13119         * src/gtk/pluginwindow.h
13120         * src/gtk/prefswindow.c
13121         * src/gtk/prefswindow.h
13122         * src/gtk/progressdialog.c
13123         * src/gtk/progressdialog.h
13124         * src/gtk/quicksearch.c
13125         * src/gtk/quicksearch.h
13126         * src/gtk/sslcertwindow.c
13127         * src/gtk/sslcertwindow.h
13128         * src/plugins/clamav/clamav_plugin.c
13129         * src/plugins/clamav/clamav_plugin.h
13130         * src/plugins/clamav/clamav_plugin_gtk.c
13131         * src/plugins/demo/demo.c
13132         * src/plugins/dillo_viewer/dillo_prefs.c
13133         * src/plugins/dillo_viewer/dillo_prefs.h
13134         * src/plugins/dillo_viewer/dillo_viewer.c
13135         * src/plugins/mathml_viewer/mathml_viewer.c
13136         * src/plugins/pgpcore/passphrase.c
13137         * src/plugins/pgpcore/passphrase.h
13138         * src/plugins/pgpcore/plugin.c
13139         * src/plugins/pgpcore/prefs_gpg.c
13140         * src/plugins/pgpcore/prefs_gpg.h
13141         * src/plugins/pgpcore/select-keys.c
13142         * src/plugins/pgpcore/select-keys.h
13143         * src/plugins/pgpcore/sgpgme.c
13144         * src/plugins/pgpcore/sgpgme.h
13145         * src/plugins/pgpinline/pgpinline.c
13146         * src/plugins/pgpinline/pgpinline.h
13147         * src/plugins/pgpinline/plugin.c
13148         * src/plugins/pgpmime/pgpmime.c
13149         * src/plugins/pgpmime/pgpmime.h
13150         * src/plugins/pgpmime/plugin.c
13151         * src/plugins/spamassassin/spamassassin.c
13152         * src/plugins/spamassassin/spamassassin.h
13153         * src/plugins/spamassassin/spamassassin_gtk.c
13154         * src/plugins/trayicon/trayicon.c
13155         * tools/OOo2sylpheed.pl
13156         * tools/acroread2sylpheed.pl
13157         * tools/asus_mailled.sh
13158         * tools/filter_conv.pl
13159         * tools/freshmeat_search.pl
13160         * tools/google_search.pl
13161         * tools/kmail2sylpheed.pl
13162         * tools/kmail2sylpheed_v2.pl
13163         * tools/maildir2sylpheed.pl
13164         * tools/multiwebsearch.pl
13165         * tools/newscache_clean.pl
13166         * tools/outlook2sylpheed.pl
13167         * tools/sylpheed-switcher
13168         * tools/update-po
13169         * tools/vcard2xml.py
13170         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
13171                 update FSF address
13172
13173 2005-09-21 [colin]      1.9.14cvs46
13174
13175         * src/gedit-print.c
13176         * src/procmsg.c
13177         * src/procmsg.h
13178         * src/textview.c
13179         * src/summaryview.c
13180                 Remove some printing hacks (deselection/reselection),
13181                 which by the way fix printing the currently 
13182                 displayed mime part (still only text)
13183                 Plus a little optimisation of summary_show
13184
13185
13186 2005-09-20 [colin]      1.9.14cvs45
13187
13188         * src/mainwindow.c
13189         * src/messageview.c
13190                 GUI fixups: add accels, set message
13191                 view title to displayed mail's subject
13192         * src/prefs_spelling.c
13193         * src/gtk/gtkaspell.c
13194                 GUI fixups: allow underlining misspelled
13195                 words instead of coloring them (a11y!)
13196
13197 2005-09-19 [colin]
13198
13199         1.9.15rc3 released
13200
13201 2005-09-19 [colin]      1.9.14cvs44
13202
13203         * src/compose.c
13204                 Fix draft message
13205         * src/gtk/gtkaspell.c
13206                 Fix wrong test ;-)
13207
13208 2005-09-19 [colin]      1.9.14cvs43
13209
13210         * src/addressbook.c
13211                 Fix sensitivity of Delete button
13212         * src/compose.c
13213                 Warn if the requested Privacy system
13214                 is not available
13215         * src/exphtmldlg.c
13216         * src/expldifdlg.c
13217         * src/importldif.c
13218         * src/importmutt.c
13219         * src/importpine.c
13220                 Fix crappy UI
13221         * src/
13222         * src/ssl.h
13223         * src/prefs_account.h
13224         * src/prefs_account.c
13225                 Save SSL prefs even in builds that have
13226                 SSL support disable
13227         * src/imap.c
13228         * src/inc.c
13229         * src/news.c
13230         * src/send_message.c
13231                 Warn if connection should be secure, but
13232                 SSL support isn't compiled in
13233         * src/gtkaspell.c
13234                 Fix word separation on UTF-8 systems
13235                 Fixes bug #812 (Strange inline spellchecking)
13236         * src/compose.c
13237                 Warn if the requested Privacy system
13238                 is not available
13239                 Factorize offline warning
13240         * src/imap.c
13241         * src/imap_gtk.c
13242         * src/imap_gtk.h
13243         * src/inc.h
13244         * src/news_gtk.c
13245         * src/news_gtk.h
13246         * src/messageview.c
13247                 Factorize offline warning
13248
13249 2005-09-19 [paul]
13250
13251         1.9.15-rc2 released
13252
13253 2005-09-18 [colin]      1.9.14cvs42
13254
13255         * src/codeconv.c
13256         * src/codeconv.h
13257         * src/procmime.c
13258                 Add a way to get locale's charset ignoring utf-8,
13259                 and use that as default encoding for broken mails
13260
13261 2005-09-18 [colin]      1.9.14cvs41
13262
13263         * src/gtk/logwindow.c
13264                 Translate string. Patch by Fabien Vantard
13265
13266 2005-09-18 [colin]      1.9.14cvs40
13267
13268         * configure.ac
13269                 Fix bug #803 (IMAP/SSL support breaks with 
13270                 GnuTLS libetpan 0.38)
13271
13272 2005-09-18 [colin]      1.9.14cvs39
13273
13274         * src/codeconv.c
13275         * src/compose.c
13276         * src/procmime.c
13277                 More charsets fixes. Fixes bug #806 (non
13278                 ascii characters in subject line)
13279
13280 2005-09-17 [paul]       1.9.14cvs38
13281
13282         * src/folderview.c
13283         * src/mainwindow.c
13284                 fix gcc-2.95 issues
13285                 Patch by Pawel Pekala
13286
13287 2005-09-17 [colin]      1.9.14cvs37
13288
13289         * src/addrindex.c
13290                 bugfix for NO-USE LDAP compilation, patch 
13291                 by Fabien Vantard
13292
13293 2005-09-17 [colin]      1.9.14cvs36
13294
13295         * src/prefs_actions.c
13296         * src/prefs_customheader.c
13297         * src/prefs_display_header.c
13298         * src/prefs_filtering_action.c
13299         * src/prefs_matcher.c
13300         * src/prefs_toolbar.c
13301                 Fix strange casts (less elegant but
13302                 works better)
13303
13304 2005-09-16 [colin]      1.9.14cvs35
13305
13306         * src/jpilot.c
13307                 Missed that one
13308
13309 2005-09-16 [colin]      1.9.14cvs34
13310
13311         * configure.ac
13312         * src/Makefile.am
13313         * src/addr_compl.c
13314         * src/addrindex.c
13315         * src/browseldap.c
13316         * src/editldap.c
13317         * src/ldaplocate.c
13318         * src/ldapquery.c
13319         * src/ldapquery.h
13320         * src/ldapserver.c
13321         * src/ldapserver.h
13322         * src/main.c
13323         * src/matcher_parser_parse.y
13324         * src/prefs_themes.c
13325         * src/etpan/Makefile.am
13326         * src/gtk/description_window.c
13327         * src/plugins/clamav/Makefile.am
13328         * src/plugins/clamav/clamav_plugin.c
13329         * src/plugins/dillo_viewer/Makefile.am
13330         * src/plugins/pgpcore/Makefile.am
13331         * src/plugins/pgpinline/Makefile.am
13332         * src/plugins/pgpmime/Makefile.am
13333         * src/plugins/trayicon/Makefile.am
13334                 Fix 100% cpu usage in address completion list
13335                 Fix little bugs (return with no values etc)
13336                 Fix all warnings (with common CFLAGS)
13337
13338 2005-09-15 [colin]      1.9.14cvs33
13339
13340         * src/addressbook.c
13341                 Fix bug where sometimes a group's email list is empty,
13342                 force its refresh (probably fixes "Re: how to create a 
13343                 distribution list")
13344         * src/ldapquery.c
13345                 Don't return to the callback in the main thread from the
13346                 fetch thread (or face segs!)
13347
13348 2005-09-15 [paul]       1.9.14cvs32
13349
13350         * src/prefs_matcher.c
13351                 forgotten in last commit
13352
13353 2005-09-15 [paul]       1.9.14cvs31
13354
13355         * src/prefs_actions.c
13356         * src/prefs_filtering_action.c
13357         * src/prefs_quote.c
13358         * src/quote_fmt.c
13359         * src/summaryview.c
13360         * src/gtk/description_window.c
13361         * src/gtk/description_window.h
13362         * src/gtk/quicksearch.c
13363                 allow interaction with the called
13364                 description window
13365                 Patch by Anders Hammar
13366
13367 2005-09-14 [paul]       1.9.14cvs30
13368
13369         * src/compose.c
13370                 fix a little annoyance when pasting with 3rd button 
13371                 with wrap_pastes=0 and wrap_input=1
13372                 Patch by Colin
13373
13374 2005-09-14 [paul]       1.9.14cvs29
13375
13376         * src/prefs_account.c
13377                 disable 'Filter messages on receiving' for
13378                 SMTP-only accounts
13379                 Patch  by Anders Hammar
13380
13381 2005-09-14 [paul]       1.9.14cvs28
13382
13383         * po/sk.po
13384                 fix crash
13385                 updated by Andrej Kacian
13386
13387 2005-09-14 [paul]
13388
13389         1.9.15-rc1 released
13390
13391 2005-09-14 [paul]       1.9.14cvs27
13392
13393         * po/es.po
13394                 updated by Ricardo Mones Lastra
13395         * src/compose.c
13396         * src/compose.h
13397                 associate no_wrap_tags to Compose windows
13398                 instead of using a static one
13399                 Patch by Colin
13400         * src/mbox.c
13401                 fix proc_mbox()
13402                 Patch by wwp
13403         * src/textview.c
13404                 remove unneeded printf()
13405
13406 2005-09-14 [paul]       1.9.14cvs26
13407
13408         * src/addrcache.c
13409         * src/codeconv.h
13410         * src/folder.h
13411         * src/mainwindow.h
13412         * src/mh.c
13413         * src/mimeview.h
13414         * src/partial_download.c
13415         * src/pop.c
13416         * src/prefs_account.c
13417         * src/prefs_account.h
13418         * src/prefs_actions.c
13419         * src/prefs_customheader.c
13420         * src/prefs_display_header.c
13421         * src/prefs_filtering_action.c
13422         * src/prefs_matcher.c
13423         * src/prefs_toolbar.c
13424         * src/privacy.h
13425         * src/procmime.c
13426         * src/procmime.h
13427         * src/procmsg.h
13428         * src/textview.c
13429         * src/undo.h
13430         * src/common/plugin.c
13431         * src/common/session.h
13432         * src/common/socket.c
13433         * src/common/socket.h
13434         * src/common/template.c
13435         * src/gtk/gtkaspell.c
13436         * src/gtk/quicksearch.h
13437         * src/plugins/pgpcore/passphrase.c
13438         * src/plugins/pgpcore/prefs_gpg.h
13439         * src/plugins/pgpcore/select-keys.c
13440         * src/plugins/pgpcore/select-keys.h
13441         * src/plugins/pgpcore/sgpgme.c
13442         * src/plugins/pgpinline/pgpinline.c
13443         * src/plugins/pgpmime/pgpmime.c
13444         * src/plugins/trayicon/trayicon.c
13445                 fix compilation warnings
13446                 Patch by Daniel Gustafson
13447
13448 2005-09-14 [paul]       1.9.14cvs25
13449
13450         * src/addressbook.c
13451                 add missing column header, and other small
13452                 bug fixes
13453                 Patch by Anders Hammar
13454
13455 2005-09-13 [colin]      1.9.14cvs24
13456
13457         * src/gtk/gtkaspell.c
13458                 Fix non-utf8 in menu
13459                 Fix little leaks
13460                 Nullify struct members after free()s
13461
13462 2005-09-13 [colin]      1.9.14cvs23
13463
13464         * src/compose.c
13465                 Test utf8 compliance before inserting to 
13466                 buffer, and try to convert if necessary
13467         * src/procmime.c
13468                 If no charset is present, use the locale 
13469                 one instead of us-ascii
13470         * src/procmsg.c
13471                 Add Sender, List-Post and To in the checked 
13472                 headers for automatic rules creation 
13473                 (thanks to wwp)
13474         * src/prefs_themes.c
13475         * src/gtk/gtkaspell.c
13476                 Remove deprecated functions. 
13477                 patch by Daniel Gustafson
13478
13479 2005-09-12 [colin]      1.9.14cvs22
13480
13481         * src/compose.c
13482                 Fix bug #448 (Scrolling/Redraw issue with 
13483                 address-fields in Header)
13484         * src/mainwindow.c
13485         * src/summaryview.c
13486         * src/summaryview.h
13487                 Fix loss of MSG_MARKED on move/copy
13488                 Fix bug #804 (Quicksearch togglebutton doesn't 
13489                 get depressed after '/' key is pressed)
13490
13491 2005-09-12 [paul]       1.9.14cvs21
13492
13493         * AUTHORS
13494         * src/gtk/logwindow.c
13495                 add 'Clear Log' to popup menu
13496                 Patch by Anders Hammar <anders.hammar@telia.com>
13497
13498 2005-09-12 [paul]       1.9.14cvs20
13499
13500         * src/compose.c
13501                 set correct sensitivity on attachments
13502                 popup menu
13503         * src/folder.c
13504                 fix typo
13505         * src/prefs_spelling.c
13506                 fix crash when no LANG env is set
13507         * src/common/xml.c
13508                 fix crash in wizard
13509                 don't use memeory after free
13510
13511         All patches by Daniel Gustafson
13512
13513 2005-09-12 [paul]       1.9.14cvs19
13514
13515         * src/prefs_themes.c
13516                 make theme info selectable
13517         * src/gtk/description_window.c
13518                 make window non-modal
13519         * tools/README
13520                 add details of asus_mailed.sh
13521         * tools/claws.i18n.status.pl
13522                 update for new zh_TW translator
13523                 widen the output
13524                 create alternate coloured lines
13525                 improve readability
13526
13527 2005-09-10 [colin]      1.9.14cvs18
13528
13529         * src/plugins/pgpcore/select-keys.c
13530                 Better order for the buttons
13531
13532 2005-09-10 [colin]      1.9.14cvs17
13533
13534         * src/compose.c
13535         * src/plugins/pgpcore/select-keys.c
13536         * src/plugins/pgpcore/select-keys.h
13537         * src/plugins/pgpcore/sgpgme.c
13538                 Add a "Don't encrypt" button to the key
13539                 selection dialog. Fixes bug #177 (There should be a 
13540                 'Don't encrypt button in the Select Keys dialog)
13541
13542 2005-09-10 [colin]      1.9.14cvs16
13543
13544         * src/compose.c
13545                 Fix bug #572 (%X option does not work with templates)
13546
13547 2005-09-10 [colin]      1.9.14cvs15
13548
13549         * src/toolbar.c 
13550                 Remove g_print
13551
13552 2005-09-10 [colin]      1.9.14cvs14
13553
13554         * src/imap.c
13555                 Fix a possible crash
13556
13557 2005-09-09 [colin]      1.9.14cvs13
13558
13559         * src/imap.c
13560         * src/etpan/imap-thread.c
13561         * src/etpan/imap-thread.h
13562                 Fix moving from queue or drafts to normal folders
13563                 Fix bug #794 (No way to delete without expunging)
13564                 Take flags unset by other mailers into account
13565                 Take deleted flag set by other mailers into account
13566                 Fix unsetting REPLIED flag
13567                 Fix crash when capabilities can't be retrieved
13568         * src/mainwindow.c
13569         * src/mainwindow.h
13570                 Add M_DELAYED_FLAGS condition, and let the user use
13571                 Execute in order to be able to expunge deleted mails,
13572                 even if he's not in delayed execute mode
13573         * src/prefs_spelling.c
13574                 Use 'en' dictionary by default if LANG is POSIX or C
13575         * src/gtk/prefswindow.c
13576                 Fix bug #767 (Preferences windows expanding) by making
13577                 the window a bit larger when the resolution is greater
13578                 than 640x480, and by putting the prefs in a
13579                 GtkScrolledWindow.
13580
13581 2005-09-09 [paul]       1.9.14cvs12
13582
13583         * AUTHORS
13584         * configure.ac
13585         * po/zh_TW.Big5.po      ** REMOVED **
13586         * po/zh_TW.po           ** ADDED **
13587                 updated by Wei-Lun Chao
13588
13589 2005-09-09 [paul]       1.9.14cvs11
13590
13591         * src/mainwindow.c
13592                 fix asserts
13593         * src/common/xml.c
13594                 delay memory allocation until file is
13595                 opened successfully
13596                 Patch by Daniel Gustafson
13597
13598 2005-09-09 [colin]      1.9.14cvs10
13599
13600         * src/imap.c
13601                 Add guards
13602
13603 2005-09-08 [colin]      1.9.14cvs9
13604
13605         * src/compose.c
13606                 Alert when we can't save draft
13607                 Fix various wrap/color issues
13608                 Add mid-click pasting respecting wrap_paste option
13609         * src/folder.c
13610         * src/folder.h
13611         * src/folder_item_prefs.c
13612         * src/folder_item_prefs.h
13613         * src/imap.c
13614         * src/imap_gtk.c
13615         * src/imap_gtk.h
13616         * src/main.c
13617         * src/mainwindow.c
13618         * src/mainwindow.h
13619         * src/news.c
13620         * src/news_gtk.c
13621         * src/news_gtk.h
13622         * src/prefs_folder_item.c
13623                 Fix the impossibility to synchronise folders for
13624                 offline use (IMAP and NNTP are concerned)
13625
13626 2005-09-08 [colin]      1.9.14cvs8
13627
13628         * configure.ac
13629                 Build LDAP and JPilot by default if available
13630         * src/textview.c
13631                 Fix use after free
13632
13633 2005-09-08 [paul]       1.9.14cvs7
13634
13635         * doc/manual/en/sylpheed-1.html
13636         * doc/manual/en/sylpheed-18.html
13637         * doc/manual/en/sylpheed-19.html
13638         * doc/manual/en/sylpheed-4.html
13639         * doc/manual/en/sylpheed-6.html
13640         * doc/manual/en/sylpheed.html
13641                 a few minor updates, plus include some
13642                 details about plugins and their requirements
13643         * src/mainwindow.c
13644                 minor changes to English in /View/Sort
13645
13646 2005-09-07 [colin]      1.9.14cvs6
13647
13648         * doc/manual/en/sylpheed-1.html
13649         * doc/manual/en/sylpheed-10.html
13650         * doc/manual/en/sylpheed-11.html
13651         * doc/manual/en/sylpheed-12.html
13652         * doc/manual/en/sylpheed-13.html
13653         * doc/manual/en/sylpheed-14.html
13654         * doc/manual/en/sylpheed-15.html
13655         * doc/manual/en/sylpheed-16.html
13656         * doc/manual/en/sylpheed-17.html
13657         * doc/manual/en/sylpheed-18.html
13658         * doc/manual/en/sylpheed-19.html
13659         * doc/manual/en/sylpheed-2.html
13660         * doc/manual/en/sylpheed-20.html
13661         * doc/manual/en/sylpheed-21.html
13662         * doc/manual/en/sylpheed-22.html
13663         * doc/manual/en/sylpheed-3.html
13664         * doc/manual/en/sylpheed-4.html
13665         * doc/manual/en/sylpheed-5.html
13666         * doc/manual/en/sylpheed-6.html
13667         * doc/manual/en/sylpheed-7.html
13668         * doc/manual/en/sylpheed-8.html
13669         * doc/manual/en/sylpheed-9.html
13670         * doc/manual/en/sylpheed.html
13671                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
13672
13673 2005-09-07 [colin]      1.9.14cvs5
13674
13675         * src/mainwindow.c
13676                 Make labels more to-the-point
13677
13678 2005-09-07 [colin]      1.9.14cvs4
13679
13680         * doc/manual/en/sylpheed-1.html
13681         * doc/manual/en/sylpheed-12.html
13682         * doc/manual/en/sylpheed-13.html
13683         * doc/manual/en/sylpheed-14.html
13684         * doc/manual/en/sylpheed-15.html
13685         * doc/manual/en/sylpheed-16.html
13686         * doc/manual/en/sylpheed-17.html
13687         * doc/manual/en/sylpheed-18.html
13688         * doc/manual/en/sylpheed-19.html
13689         * doc/manual/en/sylpheed-2.html
13690         * doc/manual/en/sylpheed-20.html
13691         * doc/manual/en/sylpheed-21.html
13692         * doc/manual/en/sylpheed-22.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                 Update manual
13701
13702 2005-09-07 [colin]      1.9.14cvs3
13703
13704         * doc/faq/en/sylpheed-faq-1.html
13705         * doc/faq/en/sylpheed-faq-2.html
13706         * doc/faq/en/sylpheed-faq-3.html
13707         * doc/faq/en/sylpheed-faq.html
13708                 Update FAQ
13709
13710 2005-09-07 [colin]      1.9.14cvs2
13711
13712         * src/folderview.c
13713         * src/procmsg.c
13714         * src/summaryview.c
13715         * src/toolbar.c
13716                 Fix special subfolders:
13717                 - Inherit parent's icon
13718                 - sent contents of queues subfolders
13719                 - empty subfolders of trashes
13720         * src/mainwindow.c
13721                 Remove outdated manual and faq entries
13722         * src/common/utils.c
13723                 Add quotes around %s coming from mailcap
13724
13725 2005-09-07 [colin]      1.9.14cvs1
13726
13727         * src/compose.c
13728                 After saving draft, set modified to FALSE
13729         * src/mimeview.c
13730         * src/common/utils.c
13731         * src/common/utils.h
13732                 Try to open mime parts using what is 
13733                 indicated in ~/.mailcap or /etc/mailcap,
13734                 if possible.
13735
13736 2005-09-05 [paul]       1.9.14
13737
13738         1.9.14 released
13739
13740         * po/sk.po
13741                 updated by Andrej Kacian
13742
13743 2005-09-05 [paul]       1.9.13cvs83
13744
13745         * po/de.po
13746         * po/es.po
13747         * po/fi.po
13748         * po/fr.po
13749         * po/nb.po
13750         * po/pt_BR.po
13751         * po/sr.po
13752                 updated translations by Thomas Gilgin, Ricardo Mones
13753                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
13754                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
13755
13756 2005-09-04 [paul]       1.9.13cvs82
13757
13758         * src/compose.c
13759                 only warn about exceeded line length limit
13760                 on send
13761
13762 2005-09-04 [paul]       1.9.13cvs81
13763
13764         * src/compose.c
13765                 fix crash in 'line length exceeded' dialogue
13766
13767 2005-09-02 [paul]       1.9.13cvs80
13768
13769         * src/imap.c
13770                 fix bug 795, 'Connection lost IMAP'
13771                 and add statusbar prints
13772                 Patch by Colin
13773
13774 2005-09-02 [paul]       1.9.13cvs79
13775
13776         * src/compose.c
13777                 compose_wrap_paragraph() becomes
13778                 compose_beautify_paragraph()
13779                 Patch by Colin
13780
13781 2005-09-02 [colin]      1.9.13cvs78
13782
13783         * src/folderview.c
13784                 Micro-fix
13785
13786 2005-09-01 [colin]      1.9.13cvs77
13787
13788         * src/imap.c
13789                 Maybe fix bug #795 (Connection lost IMAP)
13790                 Don't try to send logout when we're disconnected.
13791         * src/summaryview.c
13792                 Include locked and marked emails in HRM
13793                 view. Fixes bug #800 (Locked messages no longer 
13794                 show up when hide read messages is used)
13795
13796 2005-09-01 [paul]       1.9.13cvs76
13797
13798         * src/prefs_common.c
13799                 fix bad cutting
13800
13801 2005-08-31 [colin]      1.9.13cvs75
13802
13803         * src/folderview.c
13804         * src/folderview.h
13805         * src/prefs_summaries.c
13806         * src/summaryview.c
13807                 Fix "go to next new", fix preference
13808                 (Open unread/next swapped)
13809
13810 2005-08-31 [paul]       1.9.13cvs74
13811
13812         * src/compose.c
13813         * src/folderview.c
13814         * src/headerview.c
13815         * src/headerview.h
13816         * src/mainwindow.c
13817         * src/prefs_common.c
13818         * src/prefs_common.h
13819         * src/prefs_fonts.c
13820         * src/summaryview.c
13821         * src/textview.c
13822         * src/common/defs.h
13823                 remove obsolete BOLD_FONT setting
13824                 fix font update in headerview and textview
13825                 headers after prefs change
13826                 Patch By Colin
13827
13828 2005-08-31 [paul]
13829
13830         1.9.14-rc4 released
13831
13832 2005-08-30 [colin]      1.9.13cvs73
13833
13834         * src/summaryview.c
13835                 When Hide read messages is selected and we
13836                 refresh the summaryview, don't remove the 
13837                 currently displayed message. Fixes bug #797
13838                 (Summary view reloads when new mail is 
13839                 downloaded in 1.9.14 rc)
13840
13841 2005-08-30 [colin]      1.9.13cvs72
13842
13843         * src/folderview.c
13844                 Fix flickering
13845         * src/mainwindow.c
13846                 Remove useless callback
13847         * src/mimeview.c
13848         * src/gtk/filesel.c
13849         * src/gtk/filesel.h
13850                 Add a filesel_select_file_save_folder() - used by Save All
13851
13852 2005-08-29 [paul]       1.9.13cvs71
13853
13854         * AUTHORS
13855         * src/matcher_parser_parse.y
13856         * src/etpan/imap-thread.c
13857                 fix building on FreeBSD
13858                 Patch by Daniel Gustafson <daniel@hobbit.se>
13859
13860 2005-08-29 [paul]       1.9.13cvs70
13861
13862         * src/plugins/pgpinline/pgpinline.c
13863                 only initialise sig result if it's been handled
13864                 Patch by Colin
13865
13866 2005-08-29 [paul]       1.9.13cvs69
13867         
13868         Patches by Colin:
13869
13870         * src/imap.c
13871         * src/common.utils.c
13872         * src/common/utils.h
13873                 optimisation
13874         * src/stock_pixmap.h
13875                 fix wrong icon reference
13876         * src/pixmaps/trash_btn.xpm
13877                 replace with nicer image
13878
13879 2005-08-28 [colin]      1.9.13cvs68
13880
13881         * src/Makefile.am
13882         * src/stock_pixmap.c
13883         * src/stock_pixmap.h
13884         * src/toolbar.c
13885         * src/pixmaps/trash_btn.xpm
13886                 Add a specific trash xpm for the button
13887
13888 2005-08-28 [colin]      1.9.13cvs67
13889
13890         * src/imap.c
13891                 Fix leak
13892
13893 2005-08-27 [colin]      1.9.13cvs66
13894
13895         * src/imap.c
13896         * src/procmime.c
13897                 Correctly fix "Problem with replies", fixes
13898                 pgpmime encryption too. 
13899
13900 2005-08-27 [colin]      1.9.13cvs65
13901
13902         * src/folder.c
13903         * src/procmsg.c
13904         * src/procmsg.h
13905         * src/summaryview.c
13906                 Fix bug #517 (messages removed from summaryview 
13907                 when moving fails)
13908
13909 2005-08-27 [colin]      1.9.13cvs64
13910
13911         * tools/Makefile.am
13912         * tools/asus_mailled.sh
13913                 Add a script to blink ASUS laptops' mail LED where there
13914                 is unread mail.
13915
13916 2005-08-27 [colin]      1.9.13cvs63
13917
13918         * src/imap.c
13919         * src/etpan/imap-thread.c
13920         * src/etpan/imap-thread.h
13921                 Implement automatic choosing of login method
13922                 Fixes bug #791
13923         * src/gtk/.cvsignore
13924                 Add sylpheed-marshal.[ch]
13925
13926 2005-08-27 [colin]      1.9.13cvs62
13927
13928         * src/common/utils.c
13929                 Fix confusing perror
13930
13931 2005-08-27 [colin]      1.9.13cvs61
13932
13933         * src/toolbar.c
13934         * src/toolbar.h
13935                 Remove A_DELETE, replace it with 
13936                 A_TRASH and A_DELETE_REAL. Automatically
13937                 rewrite config files to replace A_DELETE
13938                 with A_TRASH (no functionality change).
13939                 Fixes half of #794
13940
13941 2005-08-26 [colin]      1.9.13cvs60
13942
13943         * src/procmime.c
13944                 Previous "Problem with replies" fix brought other
13945                 problems, fixing them
13946
13947 2005-08-26 [colin]      1.9.13cvs59
13948
13949         * src/procmime.c
13950                 Fix "Problem with replies". This happened only
13951                 on IMAP...
13952         * src/procmsg.c
13953                 Factorize code a bit
13954         * src/compose.c
13955                 Speed improvement on very long messages (wrapping)
13956                 Fix signature color on Reedit and Redirect
13957                 On Reedit, don't attach pgp-signatures parts, but
13958                 set signing to On.
13959
13960 2005-08-24 [paul]       1.9.13cvs58
13961
13962         * src/compose.c
13963                 don't claim success when clicking
13964                 Cancel on the passphrase box.
13965                 Patch by Colin
13966
13967 2005-08-24 [paul]       1.9.13cvs57
13968
13969         * src/main.c
13970                 fix misplaced sylpheed.log
13971         * src/common/defs.h
13972                 define UIDL_DIR
13973
13974 2005-08-24 [paul]       1.9.13cvs56
13975
13976         * src/imap.c
13977         * src/etpan/imap-thread.c
13978         * src/etpan/imap-thread.h
13979                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
13980                 Patch by Colin
13981         * src/gtk/sylpheed-marshal.c    ** REMOVED **
13982         * src/gtk/sylpheed-marshal.h    ** REMOVED **
13983                 remove autogenerated files
13984         * tools/kdeservicemenu/README
13985         * tools/kdeservicemenu/install.sh
13986         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
13987         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
13988                 use Claws icon, use 'Sylpheed-Claws' in menu,
13989                 use kdialog, and other cleanups
13990
13991 2005-08-23 [paul]       1.9.13cvs55
13992
13993         * src/compose.c
13994                 fix paste/wrap crash
13995                 Patch by Colin
13996
13997 2005-08-23 [paul]       1.9.13cvs54
13998
13999         * src/main.c
14000                 fix crash recovery
14001                 Patch by Colin
14002
14003 2005-08-23 [paul]       1.9.13cvs53
14004
14005         * src/addressbook.c
14006         * src/editaddress.c
14007                 view all data of LDAP contacts
14008                 Patch by Colin
14009
14010 2005-08-23 [paul]       1.9.13cvs52
14011
14012         * src/addressbook.c
14013                 fix issues with the Search field
14014                 Patch by Colin
14015
14016 2005-08-22 [paul]       1.9.13cvs51
14017
14018         * src/folderview.c
14019                 put name of folder in processing dialog
14020                 title
14021         * src/prefs_folder_item.c
14022                 improve english usage
14023
14024 2005-08-22 [paul]       1.9.13cvs50
14025
14026         * src/filtering.c
14027         * src/filtering.h
14028         * src/matcher.c
14029         * src/matcher_parser_lex.l
14030         * src/matcher_parser_parse.y
14031         * src/prefs_filtering.c
14032                 add Filtering/Processing rule names feature.
14033                 (the incompatible old matcherrc is saved as
14034                 matcherrc.pre_names).
14035                 Patch by Colin
14036
14037 2005-08-22 [paul]       1.9.13cvs49
14038
14039         * src/procmsg.c
14040                 fix colour labelling
14041                 Patch by Colin
14042
14043 2005-08-22 [paul]       1.9.13cvs48
14044
14045         * src/textview.c
14046                 fix open_image_cb()
14047
14048 2005-08-22 [paul]       1.9.13cvs47
14049
14050         * src/imap.c
14051                 fix bug 789, 'SC crashes with imap (CVS ver)'
14052                 Patch by Colin
14053
14054 2005-08-22 [paul]       1.9.13cvs46
14055
14056         * src/mimeview.c
14057         * src/prefs_common.c
14058         * src/common/defs.h
14059                 define reused defaults in defs.h
14060         * src/textview.c
14061                 add 'Open image' to image popup menu
14062
14063 2005-08-21 [colin]      1.9.13cvs45
14064
14065         * src/summaryview.c
14066                 Fix bug #788 (Bogus "From" address displayed)
14067
14068 2005-08-20 [colin]      1.9.13cvs44
14069
14070         * src/folder.c
14071                 Fix buf #787 (multilevel delete causes SIGSEGV)
14072
14073 2005-08-19 [colin]      1.9.13cvs43
14074
14075         * src/inc.c
14076         * src/prefs_common.c
14077         * src/prefs_common.h
14078                 Add an hidden pref to allow modifying the
14079                 update stepping in incorporation.
14080                 Patch by wwp.
14081
14082 2005-08-19 [colin]      1.9.13cvs42
14083
14084         * src/compose.c
14085         * src/procmime.c
14086                 Workaround for broken MUAs: encode 
14087                 Content-type: name: as ASCII and 
14088                 Content-Disposition: filename: as
14089                 per rfc2231
14090         * src/prefs_account.c
14091                 Fix invisible-ness of SMTP SSL prefs
14092                 in NNTP accounts
14093
14094 2005-08-19 [paul]       1.9.13cvs41
14095
14096         * src/compose.c
14097         * src/prefs_common.c
14098         * src/prefs_common.h
14099         * src/prefs_wrapping.c
14100                 paste with or without wrapping.
14101                 patch by Colin
14102
14103 2005-08-19 [paul]       1.9.13cvs40
14104
14105         * src/prefs_common.c
14106         * src/prefs_common.h
14107         * src/summaryview.c
14108                 reintroduce enable_swap_from as a
14109                 hidden pref. patch by Colin
14110         * src/quote_fmt_parse.y
14111         * src/plugins/clamav/clamav_plugin.c
14112         * src/plugins/dillo_viewer/dillo_viewer.c
14113         * src/plugins/mathml_viewer/mathml_viewer.c
14114         * src/plugins/pgpcore/sgpgme.c
14115         * src/plugins/pgpinline/pgpinline.c
14116         * src/plugins/pgpmime/pgpmime.c
14117                 tidy up. patch by Colin
14118
14119 2005-08-19 [paul]       1.9.13cvs39
14120
14121         * configure.ac
14122                 complete cvs38's sync
14123         * src/editaddress.c
14124         * src/gedit-print.c
14125         * src/mutt.c
14126         * src/etpan/etpan-log.c
14127         * src/etpan/imap-thread.c
14128         * src/gtk/gtksourceprintjob.c
14129                 fix compilation warnings
14130                 (patch by Colin)
14131
14132 2005-08-19 [paul]       1.9.13cvs38
14133
14134         sync with main:
14135
14136         * src/account.c
14137         * src/action.c
14138         * src/addrbook.c
14139         * src/addrcache.c
14140         * src/addrharvest.c
14141         * src/addrindex.c
14142         * src/codeconv.c
14143         * src/compose.c
14144         * src/crash.c
14145         * src/exporthtml.c
14146         * src/exportldif.c
14147         * src/folder.c
14148         * src/image_viewer.c
14149         * src/inc.c
14150         * src/inc.h
14151         * src/jpilot.c
14152         * src/ldif.c
14153         * src/main.c
14154         * src/matcher.c
14155         * src/mbox.c
14156         * src/messageview.c
14157         * src/mh.c
14158         * src/mimeview.c
14159         * src/msgcache.c
14160         * src/mutt.c
14161         * src/news.c
14162         * src/partial_download.c
14163         * src/pine.c
14164         * src/pop.c
14165         * src/prefs_actions.c
14166         * src/prefs_common.c
14167         * src/prefs_customheader.c
14168         * src/prefs_display_header.c
14169         * src/prefs_gtk.c
14170         * src/prefs_themes.c
14171         * src/procheader.c
14172         * src/procmime.c
14173         * src/procmsg.c
14174         * src/recv.c
14175         * src/send_message.c
14176         * src/simple-gettext.c
14177         * src/sourcewindow.c
14178         * src/textview.c
14179         * src/vcard.c
14180         * src/common/defs.h
14181         * src/common/log.c
14182         * src/common/plugin.c
14183         * src/common/prefs.c
14184         * src/common/session.c
14185         * src/common/session.h
14186         * src/common/socket.c
14187         * src/common/socket.h
14188         * src/common/ssl_certificate.c
14189         * src/common/template.c
14190         * src/common/utils.c
14191         * src/common/utils.h
14192         * src/common/xml.c
14193         * src/gtk/about.c
14194         added wrappers for C library function that
14195                 take pathname arguments.
14196                 enabled compilation with MinGW.
14197                 use GDir instead of directly using opendir().
14198                 added rename_force().
14199
14200 2005-08-19 [paul]       1.9.13cvs37
14201         
14202         patches by Colin:
14203         * src/compose.c
14204                 fix privacy settings on re-editing
14205                 a sent message
14206         * src/jpilot.c
14207                 fix encoding bug
14208         * src/folder.c
14209         * src/procmsg.c
14210         * src/procmsg.h
14211         * src/summaryview.c
14212                 flag changing optimisation
14213
14214 2005-08-18 [martin]     1.9.13cvs36
14215
14216         * commitHelper
14217             added my login
14218         * src/addrcache.c
14219         * src/addrharvest.c
14220         * src/addrindex.c
14221         * src/compose.c
14222         * src/grouplistdialog.c
14223         * src/main.c
14224         * src/mainwindow.c
14225         * src/msgcache.c
14226         * src/mutt.c
14227         * src/pine.c
14228         * src/prefs_account.c
14229         * src/prefs_themes.c
14230         * src/stock_pixmap.c
14231         * src/summaryview.c
14232         * src/gtk/about.c
14233         * src/gtk/logwindow.c
14234             removed deprecated glib and gdk stuff
14235         * src/plugins/pgpcore/select-keys.c
14236             convert attributes from locale to utf8
14237
14238 2005-08-17 [paul]       1.9.13cvs35
14239
14240         * src/account.c
14241         * src/addressbook.c
14242                 use new GTK_STOCK_ icons if available
14243         * src/summaryview.c
14244         * src/gtk/gtksctree.c
14245         * src/gtk/gtksctree.h
14246                 faster range select. patch by Colin
14247
14248 2005-08-17 [paul]       1.9.13cvs34
14249
14250         patches by colin:
14251         * src/addressbook.c
14252         * src/addressitem.h
14253                 Add an edit button for contacts, fix selections
14254                 of gtksctree items
14255         * src/editaddress.c
14256                 Change labels, let Save be always possible in the
14257                 email and user atributes tabs
14258         * src/folderview.c
14259                 fix sort issues
14260         * src/summaryview.c
14261                 select next item instead of the displayed one
14262                 after deletion
14263
14264         * src/gtk/progressdialog.c
14265                 use prefs_common.enable_rules_hint
14266
14267 2005-08-13 [hoa]        1.9.13cvs33
14268
14269         * src/etpan/imap-thread.c
14270                 fixed build on Solaris.
14271
14272 2005-08-10 [colin]      1.9.13cvs32
14273
14274         * src/procmsg.c
14275                 Fix cvs31 (missing fclose before reading
14276                 the file)
14277
14278 2005-08-10 [colin]      1.9.13cvs31
14279
14280         * src/procmsg.c
14281                 Fix procmsg_msginfo_new_from_mimeinfo() when
14282                 the MimeInfo isn't stored in memory. This fixes
14283                 replying to an attached message.
14284
14285 2005-08-10 [colin]      1.9.13cvs30
14286
14287         * src/mainwindow.c
14288                 Fix slowness in account changing
14289
14290 2005-08-10 [colin]      1.9.13cvs29
14291
14292         * src/folder.c
14293         * src/folderutils.c
14294         * src/folderview.c
14295         * src/imap_gtk.c
14296         * src/mainwindow.c
14297         * src/mh_gtk.c
14298         * src/procmsg.c
14299         * src/summaryview.c
14300                 Optimize folder_has_parent_of_type
14301                 Prevent moving special sub-folders from contextual menus
14302                 Rework message a bit ("Empty all messages" -> "Delete all
14303                 messages")
14304                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
14305                 and "Deleted Items" folders)
14306
14307 2005-08-08 [colin]      1.9.13cvs28
14308
14309         * src/summaryview.c
14310         * src/prefs_summaries.c
14311                 Make "Select first unread|new" more flexible
14312                 (just prioritize new or unread)
14313
14314 2005-08-08 [colin]      1.9.13cvs27
14315
14316         * src/summaryview.c
14317                 If "select first new" is selected and there only
14318                 are unread messages, fallback to "select first
14319                 unread".
14320
14321 2005-08-08 [colin]      1.9.13cvs26
14322
14323         * src/folder.c
14324                 Fix shameful bugs (and bug #779)
14325
14326 2005-08-08 [colin]      1.9.13cvs25
14327
14328         * src/folder.c
14329         * src/folder.h
14330                 Cache parents' type to make folder_has_parent_of_type
14331                 faster
14332         * src/folderview.c
14333                 Forbid DnD of special sub-folders
14334         * src/procmsg.c
14335         * src/procmsg.h
14336                 Add MAIL_POSTFILTERING_HOOK
14337         * src/summaryview.c
14338                 Revert over-zealous deletion of the use_addr_book 
14339                 code
14340
14341 2005-08-07 [colin]      1.9.13cvs24
14342
14343         * src/folder.c
14344                 Fix big mistake (passing MsgInfo instead 
14345                 of FolderItem)
14346
14347 2005-08-07 [colin]      1.9.13cvs23
14348
14349         * src/compose.c
14350         * src/folder.c
14351         * src/folder.h
14352         * src/foldersel.c
14353         * src/folderutils.c
14354         * src/folderview.c
14355         * src/imap.c
14356         * src/mainwindow.c
14357         * src/messageview.c
14358         * src/mh.c
14359         * src/msgcache.c
14360         * src/procmime.c
14361         * src/summaryview.c
14362                 Make subfolders of Drafts, Queue, Outbox, Trash
14363                 work like their parents. 
14364                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
14365
14366 2005-08-07 [colin]      1.9.13cvs22
14367
14368         * src/addressbook.c
14369                 Fix bug #771 (Dragged contacts not saved)
14370
14371 2005-08-07 [paul]       1.9.13cvs21
14372
14373         * src/summaryview.c
14374                 fix bug 32 'Search Doesn't display results
14375                 if "Hide Read Messages" is chosen'
14376                 be more literal in interpreting 'Hide read
14377                 messages'
14378
14379 2005-08-07 [colin]      1.9.13cvs20
14380
14381         * src/folderview.c
14382                 Add debug
14383         * src/summaryview.c
14384                 Faster 'unthread_for_execution'
14385
14386 2005-08-06 [paul]       1.9.13cvs19
14387
14388         * src/mainwindow.c
14389                 add mnemonics to Set displayed columns
14390                 fix bug where msgview_visible option was
14391                 overwritten as TRUE on startup
14392
14393 2005-08-06 [paul]       1.9.13cvs18
14394
14395         * src/mainwindow.c
14396                 refer to 'displayed columns in folder/message
14397                 list' not 'displayed items in summary/message view'
14398         * src/prefs_display_header.c
14399                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
14400                 be consistent with similar dialogues
14401         * src/prefs_folder_column.c
14402         * src/prefs_summary_column.c
14403                 'columns' not 'items', and folder and message lists,
14404                 instead of folder and summary views;
14405                 Use 'Hidden columns' as list heading not 'Available
14406                 items';
14407                 move the 'Remove' button to the right hand side;
14408                 top-align the buttons;
14409                 remove unneeded vbox
14410         * src/prefs_summaries.c
14411                 put the 2 column prefs buttons in a frame to reduce
14412                 overall width; refer to columns not items &c.
14413
14414 2005-08-05 [colin]      1.9.13cvs17
14415
14416         * src/prefs_common.c
14417         * src/prefs_common.h
14418         * src/mainwindow.c
14419         * src/compose.c
14420         * src/messageview.c
14421                 Add an hidden toolbar_detachable pref, so
14422                 that I can get rid of these painful handles
14423                 in the toolbars. Defaults to TRUE to avoid
14424                 changing the GUI on unsuspecting people...
14425
14426 2005-08-05 [colin]      1.9.13cvs16
14427
14428         * src/Makefile.am
14429         * src/prefs_folder_column.c
14430         * src/prefs_folder_column.h
14431                 Add prefs for folder columns
14432         * src/folderview.c
14433         * src/folderview.h
14434         * src/mainwindow.c
14435         * src/mainwindow.h
14436         * src/prefs_common.c
14437         * src/prefs_common.h
14438         * src/prefs_summaries.c
14439                 Use them
14440         * src/prefs_summary_column.c
14441         * src/summaryview.c
14442         * src/summaryview.h
14443                 Add a To column
14444         * src/textview.c
14445         * src/common/utils.c
14446         * src/common/utils.h
14447                 Move uri colourisation functions
14448                 to utils
14449         * src/compose.c
14450                 Colourise URIs
14451         * src/imap.c
14452                 Fix bug with LIST where we'd try
14453                 to get Folder//////[...]/// 
14454
14455 2005-08-05 [paul]       1.9.13cvs15
14456
14457         * src/prefs_summaries.c
14458                 improve the English usage
14459         * src/summaryview.c
14460                 set font on column change
14461                 thanks to Colin
14462
14463 2005-08-05 [paul]       1.9.13cvs14
14464
14465         * src/prefs_common.c
14466         * src/prefs_common.h
14467         * src/prefs_summaries.c
14468         * src/summaryview.c
14469                 replace 'open_unread_on_enter' option with
14470                 'select_on_entry' option. opening/not opening
14471                 is now exclusively controlled by 'always_show_msg'
14472
14473 2005-08-04 [colin]      1.9.13cvs13
14474
14475         * src/compose.c
14476                 Remove dead code
14477                 Add colourisation of quotes and signatures
14478         * src/folderview.c
14479                 Fix possible crashes
14480         * src/messageview.c
14481                 Change an assert that is no problem
14482         * src/news.c
14483         * src/news_gtk.c
14484         * src/news_gtk.h
14485                 Fix offline mode
14486         * src/gtk/quicksearch.c
14487                 Fix a possible crash
14488
14489 2005-08-03 [colin]      1.9.13cvs12
14490
14491         * src/prefs_account.c
14492                 Fix bug #777 (Sylpheed crash in account configuration)
14493
14494 2005-08-03 [colin]      1.9.13cvs11
14495
14496         * src/addressbook.c
14497         * src/editaddress.c
14498         * src/editgroup.c
14499                 Fixing addressbook, round 2
14500         * src/textview.c
14501                 Fix emphasis color on rechecking 'Colorize messages'
14502
14503 2005-08-03 [paul]       1.9.13cvs10
14504
14505         sync with main
14506
14507         * src/addr_compl.c
14508         * src/compose.c
14509         * src/main.c
14510         * src/pop.c
14511         * src/prefs_account.c
14512         * src/procmime.c
14513         * src/procmsg.c
14514         * src/quote_fmt_parse.y
14515         * src/textview.c
14516         * src/common/quoted-printable.c
14517         * src/common/utils.c
14518         * src/common/utils.h
14519         * src/common/xml.c
14520                 replaced incorrect locale-independent
14521                 ctype functions with GLib's. Corrected
14522                 signedness mismatch.
14523         * src/headerview.c
14524                 headerview_create(): added spacing for vbox.
14525         * src/gtk/about.c
14526                 set focus to the OK button.
14527
14528 2005-08-03 [colin]      1.9.13cvs9
14529
14530         * src/folderview.c
14531                 Fix possible crash
14532
14533 2005-08-02 [colin]      1.9.13cvs8
14534
14535         * src/mainwindow.c
14536                 Fix cast
14537         * src/addressbook.c
14538         * src/addressitem.h
14539                 Fix a cast and more generally, try to make the
14540                 GUI more intuitive and consistent (round 1)
14541
14542 2005-08-02 [paul]       1.9.13cvs7
14543
14544         * src/folder.h
14545                 missing in 1.9.13cvs6
14546
14547 2005-08-02 [colin]      1.9.13cvs6
14548
14549         * src/folder.c
14550                 Fix one more leak
14551
14552 2005-08-02 [colin]      1.9.13cvs5
14553
14554         * src/folder.c
14555         * src/folderview.c
14556         * src/imap.c
14557         * src/main.c
14558         * src/mbox.c
14559         * src/procmsg.c
14560         * src/summaryview.c
14561                 Fix a number of folder_item_get_msg_list()-related
14562                 leaks (missing procmsg_msginfo_free()s)
14563
14564 2005-08-01 [colin]      1.9.13cvs4
14565
14566         * src/folderview.c
14567         * src/folderview.h
14568         * src/mainwindow.c
14569         * src/prefs_fonts.c
14570         * src/prefs_summaries.c
14571         * src/prefs_themes.c
14572         * src/summaryview.c
14573         * src/summaryview.h
14574         * src/textview.c
14575         * src/textview.h
14576                 Fix instant-apply of summary and folderview-related prefs
14577                 Fix erroneous g_free and alertpanels in prefs_theme
14578                 Add instant-apply for fonts
14579                 Defer applying of prefs a little bit so it's done only
14580                 once even if requested by multiples prefs pages
14581
14582 2005-08-01 [paul]       1.9.13cvs3
14583
14584         * src/main.c
14585                 fix bug 776 'S.C. crashes on close'
14586                 thanks to Colin
14587         * src/etpan/etpan-thread-manager-types.h
14588                 add missing include
14589                 thanks to Hoa
14590
14591 2005-07-25 [paul]       1.9.13cvs2
14592
14593         * src/summaryview.c
14594                 fix typos. spotted by Fabien Vantard
14595
14596 2005-07-24 [paul]       1.9.13cvs1
14597
14598         * doc/man/sylpheed.1
14599                 update man page, incorporating fix of
14600                 bug 769 'Typo in manpage'
14601         * src/etpan/imap-thread.c
14602                 fix NetBSD openssl dependencies. patch by
14603                 George Michaelson <ggm@apnic.net>
14604         * po/pt_BR.po
14605                 updated by Frederico Goncalves Guimaraes
14606
14607 2005-07-22 [paul]       1.9.13
14608
14609         1.9.13 release
14610
14611 2005-07-22 [paul]       1.9.12cvs91
14612
14613         * AUTHORS
14614         * INSTALL
14615         * README.claws
14616         * RELEASE_NOTES.claws
14617                 updated for release
14618         * configure.ac
14619         * po/nb.po
14620         * tools/claws.i18n.status.pl
14621                 add Norwegian translation. submiited by
14622                 Geir Helland <pjallabais@users.sourceforge.net>
14623         * po/ca.po
14624         * po/de.po
14625         * po/es.po
14626         * po/fi.po
14627         * po/fr.po
14628         * po/it.po
14629         * po/sk.po
14630         * po/sr.po
14631         * po/zh_CN.po
14632                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
14633                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
14634                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
14635                 Yang Guilong
14636         * src/plugins/clamav/clamav_plugin_gtk.c
14637         * src/plugins/spamassassin/spamassassin_gtk.c
14638                 replace outdated description strings
14639
14640 2005-07-21 [colin]      1.9.12cvs90
14641
14642         * src/folder.c
14643                 Set folder to batch mode when scanning it. Makes deletion
14644                 of unread mails on IMAP much faster (due to the UNREAD 
14645                 flag unsetting)
14646
14647 2005-07-21 [darko]      1.9.12cvs89
14648
14649         * configure.ac
14650                 link against libresolv if necessary (patch by Paul)
14651         * src/msgcache.c
14652                 use glib's portable macros to determine endianness
14653
14654 2005-07-21 [paul]       1.9.12cvs88
14655
14656         * src/crash.c
14657         * src/gtk/about.c
14658                 update compiled-in features list
14659
14660 2005-07-20 [colin]      1.9.12cvs87
14661
14662         * src/folder.c
14663         * src/textview.c
14664                 Gcc 2.9x compilation fixes, thanks to Darko
14665         * src/plugins/clamav/clamav_plugin.c
14666                 Little optimisation: load virus database only once
14667         * src/plugins/spamassassin/spamassassin.c
14668                 Big optimisation: filtering one mail took at least 1 second,
14669                 now it takes at least 50ms. Doesn't speed up spamassassin 
14670                 itself, but should already be much more tolerable.
14671
14672 2005-07-20 [colin]      1.9.12cvs86
14673
14674         * src/summaryview.c
14675                 Fix performance issue
14676
14677 2005-07-19 [colin]      1.9.12cvs85
14678
14679         * src/plugins/pgpinline/plugin.c
14680                 Fix warning
14681
14682 2005-07-19 [colin]      1.9.12cvs84
14683
14684         * configure.ac
14685         * src/plugins/Makefile.am
14686         * src/plugins/pgpinline/.cvsignore
14687         * src/plugins/pgpinline/Makefile.am
14688         * src/plugins/pgpinline/pgpinline.c
14689         * src/plugins/pgpinline/pgpinline.deps
14690         * src/plugins/pgpinline/pgpinline.h
14691         * src/plugins/pgpinline/plugin.c
14692                 Put pgpinline in the main tree
14693
14694 2005-07-19 [paul]       1.9.12cvs83
14695
14696         * src/prefs_actions.c
14697                 prevent '//' in menu names, which cause a crash
14698                 thanks to Colin
14699
14700 2005-07-19 [paul]       1.9.12cvs82
14701
14702         * configure.ac
14703                 be generally more informative in configure output.
14704                 OpenSSL: correction: '[ --enable-openssl ...' -> 
14705                 '[ --disable-openssl ...', as --enable-openssl is default
14706                 PGP/MIME: don't check for GPGME again, check for
14707                 pgpcore instead. Therefore prevent the possibility of
14708                 attempting to build pgpmime if pgpcore dependencies are
14709                 not met
14710                 ClamAV: use pkgconfig to check for lib
14711                 libgnomeprint: revert logic on inner test to match
14712                 everything else
14713         * src/plugins/pgpcore/sgpgme.c
14714                 add missing include
14715
14716 2005-07-19 [colin]      1.9.12cvs81
14717
14718         * src/summaryview.c
14719                 Fix slow thread rebuilding in particular
14720                 cases
14721
14722 2005-07-19 [paul]       1.9.12cvs80
14723
14724         * sylpheed-claws.desktop
14725                 fix typo, spotted by Stephan Sachse
14726         * src/account.c
14727                 replace GTK_STOCK_ADD with
14728                 GTK_STOCK_NEW button
14729
14730 2005-07-18 [colin]      1.9.12cvs79
14731
14732         * src/etpan/imap-thread.c
14733                 Fix return value (Thanks Hoa)
14734
14735 2005-07-18 [colin]      1.9.12cvs78
14736
14737         * src/imap.c
14738                 Allow empty passwords
14739                 Create drafts/queue/outbox if necessary
14740         * src/summaryview.c
14741                 Remove old code
14742         * src/etpan/imap-thread.c
14743                 Fix STARTTLS (Thanks to Hoa)
14744
14745 2005-07-18 [paul]       1.9.12cvs77
14746
14747         * ChangeLog-gtk2.jp
14748         * ChangeLog.jp
14749                 removed
14750         * Makefile.am
14751                 updated to reflect additions and removals
14752         * TODO
14753                 updated to be claws-specific
14754         * TODO-gtk2
14755         * TODO-gtk2.jp
14756         * TODO.jp
14757         * sylpheed-128x128.png
14758         * sylpheed-64x64.png
14759                 removed
14760         * sylpheed-claws-128x128.png
14761         * sylpheed-claws-64x64.png
14762         * sylpheed-claws.desktop
14763         * sylpheed-claws.png
14764                 added
14765         * sylpheed.desktop
14766         * sylpheed.png
14767                 removed
14768
14769 2005-07-17 [paul]       1.9.12cvs76
14770
14771         * src/account.c
14772         * src/addressbook.c
14773         * src/alertpanel.c
14774         * src/alertpanel.h
14775         * src/compose.c
14776         * src/exphtmldlg.c
14777         * src/expldifdlg.c
14778         * src/folderview.c
14779         * src/imap_gtk.c
14780         * src/inc.c
14781         * src/message_search.c
14782         * src/messageview.c
14783         * src/mh_gtk.c
14784         * src/news_gtk.c
14785         * src/prefs_actions.c
14786         * src/prefs_filtering.c
14787         * src/prefs_matcher.c
14788         * src/prefs_template.c
14789         * src/prefs_themes.c
14790         * src/ssl_manager.c
14791         * src/summary_search.c
14792         * src/textview.c
14793         * src/toolbar.c
14794         * src/gtk/sslcertwindow.c
14795         * src/plugins/pgpcore/sgpgme.c
14796                 rework alertpanels
14797
14798 2005-07-17 [colin]      1.9.12cvs75
14799
14800         * src/privacy.c
14801                 add a PrivacySystem accessor that checks that
14802                 the system cached in a MimeInfo's privacydata
14803                 is still registered. Use this accessor instead
14804                 of directly using data->system. Fixes crashes
14805                 after unloading pgp plugins.
14806
14807 2005-07-17 [colin]      1.9.12cvs74
14808
14809         * src/alertpanel.c
14810                 Change geometry hints to a simple default size.
14811                 Fixes the certs dialogs.
14812
14813 2005-07-17 [colin]      1.9.12cvs73
14814
14815         * src/gtk/sslcertwindow.c
14816                 Use a gtkExpander
14817
14818 2005-07-17 [colin]      1.9.12cvs72
14819
14820         * src/plugins/pgpcore/Makefile.am
14821         * src/plugins/pgpmime/Makefile.am
14822                 Add gpgme libs
14823
14824 2005-07-17 [paul]       1.9.12cvs71
14825
14826         * configure.ac
14827                 add --disable-gnomeprint option
14828                 modified version of patch by Marius Mauch
14829
14830 2005-07-17 [paul]       1.9.12cvs70
14831
14832         * src/common/defs.h
14833                 update urls
14834         * src/account.c
14835         * src/action.c
14836         * src/addressbook.c
14837         * src/compose.c
14838         * src/foldersel.c
14839         * src/folderview.c
14840         * src/html.c
14841         * src/imap_gtk.c
14842         * src/main.c
14843         * src/mainwindow.c
14844         * src/messageview.c
14845         * src/mh_gtk.c
14846         * src/mimeview.c
14847         * src/news_gtk.c
14848         * src/prefs_account.c
14849         * src/prefs_send.c
14850         * src/prefs_summaries.c
14851         * src/procmsg.c
14852         * src/summaryview.c
14853         * src/common/utils.c
14854         * src/common/xml.c
14855         * src/plugins/pgpcore/passphrase.c
14856         * src/plugins/pgpcore/select-keys.c
14857                 replace inappropriately used backticks
14858                 with single quotes
14859
14860 2005-07-16 [colin]      1.9.12cvs69
14861
14862         * src/image_viewer.c
14863                 Add extra paranoid checks
14864
14865 2005-07-16 [colin]      1.9.12cvs68
14866
14867         * src/plugins/pgpcore/prefs_gpg.c
14868                 Don't auto-check sigs by default, as it
14869                 can be really slow.
14870
14871 2005-07-16 [colin]      1.9.12cvs67
14872
14873         * src/plugins/pgpcore/sgpgme.c
14874                 Make messages a bit better.
14875
14876 2005-07-16 [colin]      1.9.12cvs66
14877
14878         * src/imap.c
14879                 Remove pseudo-log
14880         * src/etpan/imap-thread.c
14881                 Add real log
14882
14883 2005-07-16 [colin]      1.9.12cvs65
14884
14885         * src/main.c
14886         * src/prefs_other.c
14887                 And now, fix build with libetpan :-/
14888
14889 2005-07-15 [colin]      1.9.12cvs64
14890
14891         * src/prefs_other.c
14892                 Continue fixing build without libetpan.
14893
14894 2005-07-15 [colin]      1.9.12cvs63
14895
14896         * src/main.c
14897                 Fix build with --disable-libetpan
14898
14899 2005-07-15 [colin]      1.9.12cvs62
14900
14901         * configure.ac
14902                 Bump libetpan's version
14903
14904 2005-07-15 [colin]      1.9.12cvs61
14905
14906         * src/etpan/imap-thread.c
14907                 Actually stop logging :)
14908
14909 2005-07-15 [colin]      1.9.12cvs60
14910
14911         * src/addressbook.c
14912                 Fix dnd of multiple addresses.
14913
14914 2005-07-15 [hoa]        1.9.12cvs59
14915
14916         * src/etpan/imap-thread.c
14917             disable login of IMAP password in libetpan log file.
14918
14919 2005-07-15 [paul]       1.9.12cvs58
14920
14921         * src/account.c
14922                 don't automatically sort
14923                 do allow drag n drop
14924
14925 2005-07-15 [paul]       1.9.12cvs57
14926
14927         * src/account.c
14928         * src/ssl_manager.c
14929                 alphabetical listing
14930
14931 2005-07-15 [paul]       1.9.12cvs56
14932
14933         * src/gtk/pluginwindow.c
14934                 sort plugin list alphabetically
14935
14936 2005-07-15 [paul]       1.9.12cvs55
14937
14938         * src/prefs_spelling.c
14939         * src/prefs_wrapping.c
14940                 unify English usage
14941
14942 2005-07-15 [colin]      1.9.12cvs54
14943
14944         * src/wizard.c
14945                 Typo fix
14946
14947 2005-07-15 [paul]       1.9.12cvs53
14948
14949         * src/prefs_message.c
14950                 make 'show cursor' a hidden option
14951
14952 2005-07-14 [colin]      1.9.12cvs52
14953
14954         * src/plugins/spamassassin/Makefile.am
14955         * src/plugins/clamav/Makefile.am
14956                 Fix double EXTRA_DISTs
14957
14958 2005-07-14 [colin]      1.9.12cvs51
14959
14960         * src/plugins/clamav/Makefile.am
14961         * src/plugins/clamav/clamav_plugin_gtk.deps
14962         * src/plugins/spamassassin/Makefile.am
14963         * src/plugins/spamassassin/spamassassin_gtk.deps
14964                 Make $plugin_gtk depend on $plugin
14965
14966 2005-07-14 [hoa]        1.9.12cvs50
14967
14968         * src/etpan/imap-thread.c
14969                 enable debug log of libetpan when running with --debug
14970
14971 2005-07-14 [colin]      1.9.12cvs49
14972
14973         * configure.ac
14974         * src/common/Makefile.am
14975         * src/common/plugin.c
14976         * src/common/plugin.h
14977                 Add a little plugin dependancy system.
14978                 Plugins can ship a $plugin_name.deps file
14979                 (near them in PLUGINDIR) so that their
14980                 dependancies are loaded if possible.
14981         * src/plugins/Makefile.am
14982         * src/plugins/pgpcore/Makefile.am
14983         * src/plugins/pgpcore/passphrase.c
14984         * src/plugins/pgpcore/passphrase.h
14985         * src/plugins/pgpcore/plugin.c
14986         * src/plugins/pgpcore/prefs_gpg.c
14987         * src/plugins/pgpcore/prefs_gpg.h
14988         * src/plugins/pgpcore/select-keys.c
14989         * src/plugins/pgpcore/select-keys.h
14990         * src/plugins/pgpcore/sgpgme.c
14991         * src/plugins/pgpcore/sgpgme.h
14992                 Introduce pgpcore, used by pgpmime and
14993                 pgpinline
14994         * src/plugins/pgpmime/Makefile.am
14995         * src/plugins/pgpmime/passphrase.c
14996         * src/plugins/pgpmime/passphrase.h
14997         * src/plugins/pgpmime/pgpmime.c
14998         * src/plugins/pgpmime/pgpmime.deps
14999         * src/plugins/pgpmime/plugin.c
15000         * src/plugins/pgpmime/prefs_gpg.c
15001         * src/plugins/pgpmime/prefs_gpg.h
15002         * src/plugins/pgpmime/select-keys.c
15003         * src/plugins/pgpmime/select-keys.h
15004         * src/plugins/pgpmime/sgpgme.c
15005         * src/plugins/pgpmime/sgpgme.h
15006                 Remove the core from pgpmime and add the
15007                 dependancy to pgpcore.
15008
15009 2005-07-14 [paul]       1.9.12cvs48
15010
15011         * src/stock_pixmap.c
15012                 forgot this in last commit
15013
15014 2005-07-14 [paul]       1.9.12cvs47
15015
15016         * src/account.c
15017         * src/addressbook.c
15018                 add accelerators for the buttons (sync with main)
15019         * src/compose.c
15020         * src/compose.h
15021                 add accelerators for the buttons.
15022                 fix editing with external editor.
15023                 replace gdk_input_*() with GIOChannel;
15024                 (sync with main)
15025         * src/foldersel.c
15026                 display folder names with new/unread
15027                 representation (sync with main)
15028         * src/main.c
15029                 specify default window icon (sync with main)
15030         * src/prefs_common.c
15031                 use_addr_book default to FALSE
15032         * src/summaryview.c
15033         * src/textview.c
15034                 add accelerators for the buttons (sync with main)
15035         * src/gtk/menu.c
15036                 fix typos
15037         * src/pixmaps/sylpheed_icon.xpm
15038                 updated
15039
15040 2005-07-13 [paul]       1.9.12cvs46
15041
15042         * src/plugins/pgpmime/pgpmime.c
15043         * src/plugins/pgpmime/sgpgme.c
15044                 (temporarily) use deprecated gpgme_data_rewind()
15045                 while largefile support is not present
15046                 (as suggested by Colin)
15047
15048 2005-07-13 [paul]       1.9.12cvs45
15049
15050         * configure.ac
15051                 remove large file support (for now):
15052                 it breaks too many things
15053
15054 2005-07-13 [paul]       1.9.12cvs44
15055
15056         * configure.ac
15057                 add large file support
15058         * src/html.c
15059                 fix bug #763 where href attribute was not
15060                 the very first attribute of a link
15061                 patch by Thomas Gilgin
15062
15063 2005-07-13 [colin]      1.9.12cvs43
15064
15065         * src/gtk/pluginwindow.c
15066                 Little portability fix
15067
15068 2005-07-13 [colin]      1.9.12cvs42
15069
15070         * src/plugins/pgpmime/sgpgme.c
15071                 Fix crasher.
15072
15073 2005-07-13 [colin]      1.9.12cvs41
15074
15075         * src/plugins/pgpmime/pgpmime.c
15076         * src/plugins/pgpmime/sgpgme.c
15077                 Use gpgme_data_release_and_get_mem instead
15078                 of gpgme_data_read.
15079
15080 2005-07-13 [colin]      1.9.12cvs40
15081
15082         * configure.ac
15083         * src/plugins/pgpmime/passphrase.c
15084         * src/plugins/pgpmime/passphrase.h
15085         * src/plugins/pgpmime/pgpmime.c
15086         * src/plugins/pgpmime/plugin.c
15087         * src/plugins/pgpmime/select-keys.c
15088         * src/plugins/pgpmime/select-keys.h
15089         * src/plugins/pgpmime/sgpgme.c
15090         * src/plugins/pgpmime/sgpgme.h
15091                 Port pgpmime to gpgme-1.0.
15092
15093 2005-07-12 [paul]       1.9.12cvs39
15094
15095         * AUTHORS
15096         * src/toolbar.c
15097         * src/toolbar.h
15098                 add a 'Go to Prev' button to the toolbar.
15099                 correct tooltip text of go to buttons.
15100                 based on patch by Yang Guilong <bamanzi@gmail.com>
15101
15102 2005-07-12 [colin]      1.9.12cvs38
15103
15104         * src/statusbar.c
15105                 Fix progress bar showing stuff at startup.
15106
15107 2005-07-12 [paul]       1.9.12cvs37
15108
15109         * src/editjpilot.c
15110                 fix building with jpilot support
15111
15112 2005-07-11 [colin]      1.9.12cvs36
15113
15114         * src/inc.c
15115                 Add visual indication that filtering is running
15116         * src/textview.c
15117                 Make {}[] uri delimiters
15118         * src/summaryview.c
15119                 Remove useless (and slow) calls
15120
15121 2005-07-11 [paul]       1.9.12cvs35
15122
15123         * src/plugins/clamav/clamav_plugin_gtk.c
15124         * src/plugins/dillo_viewer/dillo_prefs.c
15125         * src/plugins/pgpmime/prefs_gpg.c
15126         * src/plugins/spamassassin/spamassassin_gtk.c
15127                 gather plugins prefs together under their
15128                 own 'Plugins' heading
15129
15130 2005-07-11 [paul]       1.9.12cvs34
15131
15132         sync with main
15133
15134         * src/account.c
15135                 account_delete(): modified alert dialog
15136         * src/editjpilot.c
15137         * src/editvcard.c
15138                 fixed a crash when cancelling file selection
15139                 dialog by Escape key. Made non-ascii filename
15140                 selectable.
15141         * src/prefs_template.c
15142                 prefs_template_window_create(): make scrolled
15143                 window policy AUTOMATIC
15144
15145 2005-07-10 [hoa]        1.9.12cvs33
15146
15147         * src/etpan/imap-thread.c
15148                 workaround for old Courier IMAP servers.
15149
15150 2005-07-10 [colin]      1.9.12cvs32
15151
15152         * src/folder.c
15153         * src/statusbar.c
15154         * src/statusbar.h
15155                 Add visual progress indicator on filtering/processing
15156                 Factorize the progress bar code
15157         * src/imap.c
15158         * src/imap.h
15159         * src/etpan/imap-thread.c
15160                 Add a reference counter to avoid destroying the Folder
15161                 while it's in use by another callback.
15162
15163 2005-07-09 [hoa]        1.9.12cvs31
15164
15165         * src/imap.c
15166         * src/etpan/imap-thread.c
15167                 fixed deadlock when removing IMAP account.
15168
15169 2005-07-08 [colin]      1.9.12cvs30
15170
15171         * src/textview.c
15172         * src/unmime.c
15173                 Fix again problems decoding broken headers
15174         * src/gtk/inputdialog.c
15175                 Fix local variable shadowing a global one
15176
15177 2005-07-08 [colin]      1.9.12cvs29
15178
15179         * src/msgcache.c
15180                 Make the cache/mark files platform-agnostic by writing
15181                 them in little-endian format. Reading them is also done
15182                 in little-endian format, of course; however, in order
15183                 to avoid trashing mark data on big-endian machines, the
15184                 files are, at first, read from the native format if the
15185                 little-endian one doesn't exist. This is easy to deter-
15186                 mine by trying to open a file with a swapped data_ver
15187                 and seeing if it's the wanted version.
15188                 Little-endian using users should see absolutely no
15189                 difference, Big-endian users may get a very little
15190                 performance drop due to byte-swapping.
15191                 Tested on i386 and ppc32. 
15192                 Fixes bug #159 (The index file, in the mailboxes, is 
15193                 hardware depending).
15194
15195                 To have the cache/mark files updated to the new little-
15196                 endian format, "Check for new messages" or even
15197                 "Rebuild folder tree" aren't enough. Files will be
15198                 updated as soon as a folder has been opened/closed.
15199                 To update everything, just select all folders by
15200                 selecting them one by one.
15201
15202 2005-07-07 [colin]      1.9.12cvs28
15203
15204         * src/imap.c
15205                 Remember the folder separator per IMAPFolder
15206                 instead of globally.
15207                 Revive the Session on noop; fixes bug #761
15208                 (mark a bunch of unread messages as read takes 
15209                 forever)
15210
15211 2005-07-07 [darko]      1.9.12cvs27
15212
15213         * src/common/template.c
15214                 Sort templates alphabetically
15215
15216 2005-07-06 [colin]      1.9.12cvs26
15217
15218         * src/imap.c
15219                 Try to use the correct separator in
15220                 most cases. Possibly fixes bug #759
15221                 (only creates the INBOX folder when 
15222                 setting up new IMAP account) and 
15223                 bug #760 (Can't retrieve messages)
15224
15225 2005-07-06 [colin]      1.9.12cvs25
15226
15227         * src/imap.c
15228                 Use real_path in status command. This will
15229                 help later, when namespaces will be used.
15230
15231 2005-07-06 [colin]      1.9.12cvs24
15232
15233         * configure.ac
15234         * src/account.c
15235         * src/folder.c
15236         * src/imap.c
15237         * src/etpan/etpan-log.c
15238         * src/etpan/etpan-thread-manager.c
15239         * src/etpan/imap-thread.c
15240                 Add a --disable-libetpan parameter. With this,
15241                 users that don't want IMAP4 support can avoid
15242                 the new dependancy (and have no IMAP support).
15243                 Users that have IMAP4 accounts and use this
15244                 parameter won't lose their configuration, their
15245                 IMAP accounts will just be invisible and not
15246                 used.
15247         * src/textview.c
15248                 Make the "Copy ..." contextual menu items 
15249                 copy to both the X clipboard and the gtk 
15250                 clipboard - as most other apps do.
15251         * src/gtk/about.c
15252                 Add a notice about OpenSSL usage, in order to
15253                 comply with OpenSSL's license (point 6):
15254                 http://www.openssl.org/source/license.html
15255
15256 2005-07-06 [colin]      1.9.12cvs23
15257
15258         * src/alertpanel.c
15259                 Fix a minimum size for alertpanels
15260         * src/compose.c
15261                 Show 'No space left on device' type errors
15262                 when queuing/sending
15263         * src/imap_gtk.c
15264         * src/mh_gtk.c
15265                 Rework folder's deletion message (remove 
15266                 extra \n)
15267
15268 2005-07-05 [colin]      1.9.12cvs22
15269
15270         * src/imap.c
15271                 Add an alertpanel on auth error
15272                 Add pseudo-log
15273                 Remove pthread-related stuff
15274
15275 2005-07-05 [colin]      1.9.12cvs21
15276
15277         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15278                 Fix crash on plugin reloading (with a hack)
15279
15280 2005-07-05 [colin]      1.9.12cvs20
15281
15282         * src/prefs_account.c
15283         * src/prefs_account.h
15284                 Fix typo
15285         * src/gtk/filesel.c
15286         * src/gtk/filesel.h
15287                 Add a way to filter the view
15288         * src/gtk/pluginwindow.c
15289                 Filter loadable stuff
15290         * src/plugins/pgpmime/prefs_gpg.c
15291                 Fix missing unregistration
15292         * .cvsignore
15293         * src/etpan/.cvsignore
15294         * src/plugins/spamassassin/.cvsignore
15295                 Add more stuff to cvs ignored files
15296
15297 2005-07-04 [colin]      1.9.12cvs19
15298
15299         * src/imap.c
15300                 Fix scan_required returning FALSE when it
15301                 shouldn't. Maybe fix #760 (Can't retrieve
15302                 messages)
15303
15304 2005-07-04 [colin]      1.9.12cvs18
15305
15306         * src/summaryview.c
15307                 Fix always_show_msg pref
15308
15309 2005-07-04 [paul]       1.9.12cvs17
15310
15311         sync with main (forgotten in last commit)
15312         
15313         * src/common/utils.c
15314         * src/common/utils.h
15315                 check_line_length(): new.
15316                 is_dir_exist()
15317                 is_file_entry_exist()
15318                 dirent_is_regular_file()
15319                 dirent_is_directory(): use g_file_test() instead of stat().
15320
15321 2005-07-04 [paul]       1.9.12cvs16
15322
15323         sync with main:
15324
15325         * src/compose.c
15326                 compose_write_to_file(): check for line
15327                 length limit and display warning if exceeds
15328         * src/jpilot.c
15329                 use get_home_dir() instead of g_get_home_dir()
15330         * src/procheader.c
15331                 removed warning about invalid date
15332         * src/vcard.c
15333                 use get_home_dir() instead of g_get_home_dir()
15334
15335 2005-07-04 [paul]       1.9.12cvs15
15336
15337         * src/stock_pixmap.c
15338                 fix new pixmap naming errors
15339                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
15340
15341 2005-07-04 [colin]      1.9.12cvs14
15342
15343         * src/imap.c
15344                 Fix debugging string with a warning
15345
15346 2005-07-04 [colin]      1.9.12cvs13
15347
15348         * configure.ac
15349                 Add a check for libetpan's version (>= 0.37)
15350
15351 2005-07-04 [hoa]        1.9.12cvs12
15352
15353         * commitHelper
15354         * src/imap.c
15355         * src/etpan/imap-thread.c
15356         * src/etpan/imap-thread.h
15357                 fixed IMAP implementation of check of mails.
15358
15359 2005-07-03 [hoa]        1.9.12cvs11
15360
15361         * src/etpan/Makefile.am
15362         * src/etpan/etpan-errors.h
15363         * src/etpan/etpan-log.[ch]
15364         * src/etpan/etpan-thread-manager-types.h
15365         * src/etpan/etpan-thread-manager.[ch]
15366         * src/etpan/imap-thread.[ch]
15367         * src/Makefile.am
15368         * src/imap.c
15369         * src/main.c
15370         * src/prefs_other.c
15371         * configure.ac
15372             merged imap branch.
15373             dependency on libetpan 0.37 is now added.
15374
15375 2005-07-01 [colin]      1.9.12cvs10
15376
15377         * src/Makefile.am
15378         * src/folder.c
15379         * src/folder.h
15380         * src/folderview.c
15381         * src/stock_pixmap.c
15382         * src/stock_pixmap.h
15383         * src/plugins/trayicon/trayicon.c
15384                 Add marked symbol on folders containing
15385                 marked messages
15386         * src/procmsg.c
15387         * src/procmsg.h
15388         * src/toolbar.c
15389         * src/prefs_common.c
15390         * src/prefs_common.h
15391         * src/prefs_send.c
15392                 Add an optional confirmation dialog on queue
15393                 sending. Patch by wwp.
15394         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
15395         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
15396         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
15397         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
15398         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
15399         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
15400         * src/pixmaps/inbox_mark.xpm            ** ADDED **
15401         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
15402         * src/pixmaps/outbox_mark.xpm           ** ADDED **
15403         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
15404         * src/pixmaps/trash_mark.xpm            ** ADDED **
15405                 New pixmaps
15406
15407 2005-07-01 [colin]      1.9.12cvs9
15408
15409         * src/summaryview.c
15410                 Fix a little threading bug
15411         * src/addrgather.c
15412         * src/mainwindow.c
15413                 A little bit of HIG normality never hurts
15414
15415 2005-07-01 [colin]      1.9.12cvs8
15416
15417         * src/compose.c
15418         * src/msgcache.c
15419         * src/pop.c
15420         * src/procmime.c
15421         * src/recv.c
15422         * src/common/log.c
15423         * src/common/template.c
15424         * src/common/utils.c
15425         * src/common/utils.h
15426                 Reverted the fwrite_atomic stuff. In fact
15427                 it is already atomic.
15428
15429 2005-06-30 [colin]      1.9.12cvs7
15430
15431         * src/common/utils.c
15432         * src/common/utils.h
15433                 Add an fwrite_atomic() function to make
15434                 sure we write everything: fwrite can make
15435                 short writes.
15436         * src/compose.c
15437         * src/msgcache.c
15438         * src/pop.c
15439         * src/procmime.c
15440         * src/recv.c
15441         * src/common/log.c
15442         * src/common/template.c
15443                 Use that (and fix swapping of size and nmemb).
15444                 Thanks to Rich Coe for the heads up.
15445
15446 2005-06-30 [colin]      1.9.12cvs6
15447
15448         * src/addressbook.c
15449                 Optimize addressbook opening 
15450
15451 2005-06-30 [colin]      1.9.12cvs5
15452
15453         * src/summaryview.c
15454                 Remove calls to summary_step after move/copy
15455
15456 2005-06-28 [paul]       1.9.12cvs4
15457
15458         * src/alertpanel.c
15459                 wrap and make the error msg selectable
15460
15461 2005-06-28 [paul]       1.9.12cvs3
15462
15463         * src/ssl_manager.c
15464                 replace the OK button with a Close button
15465         * src/gtk/foldersort.c
15466                 use GTK_STOCK_ icons/buttons
15467
15468 2005-06-28 [colin]      1.9.12cvs2
15469
15470         * src/gedit-print.c             ** ADDED **
15471         * src/gedit-print.h             ** ADDED **
15472         * src/gtk/gtksourceprintjob.c   ** ADDED **
15473         * src/gtk/gtksourceprintjob.h   ** ADDED **
15474                 I can't believe no one had enough time to tell
15475                 me I forgot the `cvs add`
15476
15477 2005-06-27 [colin]      1.9.12cvs1
15478
15479         * src/Makefile.am
15480         * src/gtk/Makefile.am
15481         * src/messageview.c
15482         * src/procmsg.c
15483         * src/summaryview.c
15484         * configure.ac
15485                 Add optional libgnomeprint-based printing
15486         * src/mainwindow.c
15487         * src/gtk/quicksearch.c
15488                 Add an Edit/Quick search menu item to show
15489                 and focus the quicksearch
15490
15491 2005-06-27 [paul]       1.9.12
15492
15493         1.9.12 release
15494
15495         * po/ca.po
15496         * po/de.po
15497         * po/es.po
15498         * po/fr.po
15499         * po/it.po
15500         * po/ko.po
15501         * po/pt_BR.po
15502         * po/sk.po
15503         * po/zh_CN.po
15504                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
15505                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
15506                 SungHyun Nam, Frederico Goncalves Guimaraes,
15507                 Andrej Kacian, and Yang Guilong
15508 2005-06-26 [colin]      1.9.11cvs106
15509
15510         * src/imap_gtk.c
15511                 Forgot one file for previous fix
15512
15513 2005-06-26 [colin]      1.9.11cvs105
15514
15515         * src/folder.c
15516         * src/imap.c
15517                 Fix problems with folder operations in no_select
15518                 imap folders. it applies only to mails, and 
15519                 creation/deletion/move/renaming of folders 
15520                 should be possible
15521
15522 2005-06-26 [paul]       1.9.11cvs104
15523
15524         * src/prefs_filtering.c
15525                 replace one more GTK_STOCK_REMOVE
15526                 with GTK_STOCK_DELETE
15527
15528 2005-06-25 [colin]      1.9.11cvs103
15529
15530         * src/imap.c
15531                 Optimize get_seq_set_from_seq_list
15532                 (Patch by Ricardo) 
15533
15534 2005-06-25 [colin]      1.9.11cvs102
15535
15536         * src/mh.c
15537                 If the directory exists, but not in the
15538                 correct encoding, rename it. This should
15539                 handle old-versions-induced bugs.
15540
15541 2005-06-25 [colin]      1.9.11cvs101
15542
15543         * src/mh.c
15544                 Fix path access with extended dir names
15545                 Fixes bug #589 (SC segfaults with wrong locale
15546                 settings)
15547
15548 2005-06-25 [colin]      1.9.11cvs100
15549
15550         * src/prefs_account.c
15551         * src/prefs_account.h
15552         * src/compose.c
15553                 Add an option to encrypt replies to
15554                 encrypted messages
15555
15556 2005-06-25 [colin]      1.9.11cvs99
15557
15558         * src/compose.c
15559         * src/quote_fmt_parse.y
15560                 ... And make it work with pgpinline.
15561
15562 2005-06-25 [colin]      1.9.11cvs98
15563
15564         * src/compose.c
15565         * src/procmime.c
15566         * src/procmime.h
15567         * src/quote_fmt_parse.y
15568                 o Make reedition of encrypted messages possible
15569                   (as long as it is encrypted to self too, no
15570                    magic there)
15571                 o Make replying with quote (and without selecting
15572                   text) possible for encrypted messages.
15573                 Closes bug #550 (Not possible to "reply with quote"
15574                 to gnupg encrypted messages)
15575
15576 2005-06-24 [paul]       1.9.11cvs97
15577
15578         * src/imap.c
15579                 add missing include
15580
15581 2005-06-24 [paul]       1.9.11cvs96
15582
15583         * src/editldap.c
15584                 made bind password entry invisible
15585                 (sync with main)
15586         * src/send_message.c
15587                 send_message_local(): check exit status
15588                 to detect errors (sync with main)
15589         * src/textview.c
15590                 use main's less ambiguous popup menu
15591                 wording
15592
15593 2005-06-24 [paul]       1.9.11cvs95
15594
15595         * src/prefs_actions.c
15596         * src/prefs_customheader.c
15597         * src/prefs_display_header.c
15598         * src/prefs_filtering_action.c
15599         * src/prefs_matcher.c
15600         * src/prefs_template.c
15601         * src/prefs_toolbar.c
15602                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
15603         * src/gtk/description_window.c
15604                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
15605
15606 2005-06-23 [colin]      1.9.11cvs94
15607
15608         * src/summaryview.c
15609                 Fix rough edges (be sure to call status_show whenever
15610                 necessary).
15611
15612 2005-06-23 [colin]      1.9.11cvs93
15613
15614         * src/summaryview.c
15615                 Optimize Select All
15616                 Before, in a 5K mails folder: 11s
15617                 After, in the same folder: 58000µs
15618                 The joys of locking... gtk_clist_select_all() fires a 
15619                 tree-select-row event for each selected row, which in 
15620                 summaryview, callbacks summary_selected which in turn,
15621                 calls summary_status_show, which walks the selected
15622                 rows. Hence, calling gtk_clist_select_all was 
15623                 exponential. Locking the summaryview makes 
15624                 summary_selected return early.
15625
15626 2005-06-23 [colin]      1.9.11cvs92
15627
15628         * src/imap.c
15629                 Move mutex at the important place to avoid
15630                 deadlocks
15631         * src/summaryview.c
15632                 Fix Del key deleting directly instead of
15633                 moving to trash
15634
15635 2005-06-22 [colin]      1.9.11cvs91
15636
15637         * src/plugins/spamassassin/libspamc.c
15638                 As we do spagetti code with assignations in multiple
15639                 places (see _message_read_raw where out = msg = raw),
15640                 let's be sure we don't free the same pointer twice.
15641                 Should fix bug #683 (Crash in libpam at 
15642                 message_cleanup).
15643
15644 2005-06-22 [colin]      1.9.11cvs90
15645
15646         * src/compose.c
15647         * src/messageview.c
15648         * src/toolbar.c
15649                 Make toolbar's delete use the move to trash stuff;
15650                 Add gtk_widget_realize to be sure pixmaps can get
15651                 created (that may fix an old worksforme bug which
15652                 I can't find back...)
15653
15654 2005-06-22 [colin]      1.9.11cvs89
15655
15656         * src/summaryview.c
15657         * src/summaryview.h
15658         * src/mainwindow.c
15659                 Rename "Message/Delete" to "Message/Move to trash"
15660                 Add "Message/Delete..." that directly destroys the
15661                 selected messages after asking for a confirmation.
15662
15663 2005-06-22 [colin]      1.9.11cvs88
15664
15665         * src/imap.c
15666                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
15667                 o Fix a deadlock (thanks Darko)
15668
15669 2005-06-22 [colin]      1.9.11cvs87
15670
15671         * src/gtk/foldersort.c
15672                 Add missing include for the i18n;
15673                 patch by Fabien Vantard
15674
15675 2005-06-21 [colin]      1.9.11cvs86
15676
15677         * src/folder.c
15678         * src/folderview.c
15679                 Respect the no_select flag
15680         * src/imap.c
15681                 Fix recursive deletion
15682         * src/imap_gtk.c
15683         * src/mh_gtk.c
15684                 Make the folder deletion's warning
15685                 more explicit
15686
15687 2005-06-21 [colin]      1.9.11cvs85
15688
15689         * src/textview.c
15690                 Prevent email addresses from spanning accross
15691                 lines - fixes bug # 646 (newline-chars in 
15692                 email addresses)
15693
15694 2005-06-20 [colin]      1.9.11cvs84
15695
15696         * src/folder.c
15697                 Be sure not to remove source if copy failed
15698
15699 2005-06-20 [colin]      1.9.11cvs83
15700
15701         * src/folderview.c
15702         * src/imap_gtk.c
15703                 remove summaryview's lock
15704         * src/imap.c
15705                 introduce threads to avoid problems when foreground tasks
15706                 interfere with background tasks
15707         * src/mh.c
15708                 prevent moving to drafts/queue
15709         * src/mimeview.c
15710                 fix leak
15711
15712 2005-06-19 [colin]      1.9.11cvs82
15713
15714         * src/imap_gtk.c
15715                 Remember that the user doesn't want to override
15716                 offline mode, for 3 seconds. It avoid presenting
15717                 him with N popups in a really short time.
15718
15719 2005-06-17 [colin]      1.9.11cvs81
15720
15721         * src/imap.c
15722                 Fix IMAP breaking on folders containing '('
15723                 (Probably won't be enough)
15724
15725 2005-06-17 [colin]      1.9.11cvs80
15726
15727         Forgotten files on 1.9.11cvs79
15728         * src/summaryview.c
15729                 Fix stepping when not immediately executing
15730         * src/imap.c
15731                 Really prevent UID FETCH 0
15732         * src/codeconv.c
15733                 Fix outgoing charset never set to utf-8
15734         * src/mh.c
15735                 Fix leak
15736
15737 2005-06-16 [colin]      1.9.11cvs79
15738
15739         * src/compose.c
15740                 Fix bug #707 (Dash splits rows)
15741                 Only wrap if we're on a line break position and
15742                 the previous one was a "white" (space) char.
15743                 Pango stuff is weird.
15744
15745 2005-06-16 [colin]      1.9.11cvs78
15746
15747         * src/imap_gtk.c
15748                 Lock summaryview while downloading messages
15749                 on user demand
15750         * src/procheader.c
15751         * src/unmime.c
15752         * src/common/utils.c
15753         * src/common/utils.h
15754                 Replace \r and \n with spaces in From and
15755                 Subject headers
15756
15757 2005-06-16 [paul]       1.9.11cvs77
15758
15759         * src/procmime.c
15760                 liberalise the mime parser
15761         * src/gtk/about.c
15762                 add text wrapping
15763
15764 2005-06-16 [paul]       1.9.11cvs76
15765
15766         * src/gtk/about.c
15767                 reworked
15768
15769 2005-06-15 [colin]      1.9.11cvs75
15770
15771         * src/compose.c
15772                 Finish header encoding fix
15773         * src/summaryview.c
15774                 Fix segfault
15775         * src/headerview.c
15776                 Fix compilation (Thanks Stephan
15777                 Sachse)
15778
15779 2005-06-15 [colin]      1.9.11cvs74
15780
15781         * Makefile.am
15782                 Install gnome2 stuff rather than gnome1, 
15783                 if both are present
15784         * src/codeconv.c
15785         * src/codeconv.h
15786         * src/compose.c
15787                 Fix headers encoding
15788         * src/folder.c
15789                 Visual progress when fetching all messages
15790         * src/folderview.c
15791         * src/summaryview.c
15792         * src/summaryview.h
15793                 Prevent changing current message while
15794                 incorporating
15795
15796 2005-06-15 [paul]       1.9.11cvs73
15797
15798         * src/gtk/gtkaspell.c
15799         * src/gtk/gtkaspell.h
15800                 fix build warnings
15801
15802 2005-06-15 [paul]       1.9.11cvs72
15803
15804         * src/prefs_filtering.c
15805                 allow reordering of filter rules by
15806                 drag n drop
15807
15808 2005-06-15 [paul]       1.9.11cvs71
15809
15810         * COPYING
15811                 updated
15812         * src/codeconv.c
15813                 replace deprecated function
15814         * src/inc.c
15815         * src/send_message.c
15816         * src/gtk/progressdialog.c
15817         * src/gtk/progressdialog.h
15818                 salvage and reuse parts of reverted sync
15819
15820 2005-06-15 [paul]       1.9.11cvs70
15821
15822         * src/inc.c
15823         * src/send_message.c
15824         * src/gtk/progressdialog.c
15825         * src/gtk/progressdialog.h
15826                 revert yesterday's sync with main
15827                 it contains deprecated functions
15828
15829 2005-06-15 [colin]      1.9.11cvs69
15830
15831         * src/headerview.c
15832                 Fix bug #670 (multi user to: will corrupt message 
15833                 headers display)
15834
15835 2005-06-15 [colin]      1.9.11cvs68
15836
15837         * src/compose.c
15838                 Fix bug #421 (Fix undo on wrapping)
15839
15840 2005-06-15 [colin]      1.9.11cvs67
15841
15842         * src/folder.c
15843                 Provide visual feedback while processing
15844                 folder's rules.
15845         * src/imap.c
15846                 Provide visual feedback while getting
15847                 short headers (for uncached messages)
15848
15849
15850 2005-06-14 [paul]       1.9.11cvs66
15851
15852         * src/account.c
15853                 change a couple stock icons
15854         * src/inc.c
15855         * src/send_message.c
15856         * src/gtk/progressdialog.c
15857         * src/gtk/progressdialog.h
15858                 sync main's GtkTreeView implementation
15859
15860 2005-06-14 [colin]      1.9.11cvs65
15861
15862         * src/imap.c
15863                 Various little fixes, mainly on error paths
15864
15865 2005-06-13 [colin]      1.9.11cvs64
15866
15867         * matcher.c
15868         * procmsg.c
15869         * procmsg.h
15870                 Add a way to fetch only headers. This speeds
15871                 up filtering on headers for IMAP. Fixes:
15872                 bug #481 extraneous imap commands slow down 
15873                         imap filtering
15874                 bug #522 Sylpheed downloads all messages 
15875                         when opening mailbox (IMAP)
15876                 bug #677 IMAP fetch is soooooooooooooo slow
15877         * src/folder.c
15878         * src/folder.h
15879                 Add a folder set_batch method so that
15880                 implementations can speed up flags changes
15881         * src/folderutils.c
15882         * src/summaryview.c
15883                 Use that in mark as (un)read and mark all read
15884                 Refix bug #679
15885         * src/imap.c
15886                 Implement set_batch - brings back deferred
15887                 flags in a less buggy manner. Fixes:
15888                 bug #729 IMAP immediate expunge of deleted messages
15889                 bug #191 remove list of messages with one command
15890                 Fix login with strange chars
15891                 Implement fetch_msg_full
15892                 Fix copy (wrong counts)
15893
15894 2005-06-12 [colin]      1.9.11cvs63
15895
15896         * src/folder.c
15897                 lock incorporation during long operations.
15898                 Avoids fucking up the IMAP socket.
15899
15900 2005-06-12 [colin]      1.9.11cvs62
15901
15902         * src/imap.c
15903                 Fix harmful typo
15904                 Factorize remove_all_msg
15905                 Thread-ize expunge
15906         * src/summaryview.c
15907                 Don't update partial-download status if unnecessary
15908         * src/folder.c
15909                 Use remove_msgs everywhere possible
15910
15911 2005-06-12 [colin]      1.9.11cvs61
15912
15913         * src/folder.c
15914         * src/folder.h
15915                 Add a remove_msgs function to remove a 
15916                 list of messages
15917         * src/imap.c
15918                 Implement that.
15919
15920 2005-06-12 [colin]      1.9.11cvs60
15921
15922         * src/imap.c
15923                 Remove flags-processing deferring... Too hard
15924                 to get it to work in all cases.
15925
15926 2005-06-11 [colin]      1.9.11cvs59
15927
15928         * src/imap.c
15929                 printf -> debug_print
15930
15931 2005-06-11 [colin]      1.9.11cvs58
15932
15933         * src/imap.c
15934                 o Fix build without USE_PTHREAD
15935                 o Factorize imap_open
15936                 o Alertpanel in case of impossible connection
15937                 o Alertpanel in case of impossible login
15938                 o Fix deferred flags processing to force a 
15939                   flush before adding some more flags to process,
15940                   but in another folder.
15941
15942 2005-06-10 [colin]      1.9.11cvs57
15943
15944         * src/imap.c
15945                 o Fix a format string error
15946                 o init ssl socket outside of the thread 
15947                   (it possibly invokes gtk calls)
15948         * src/procmime.c
15949                 o Put back the buffer to its necessary size
15950                 o Fix changing a file pointer without keeping
15951                   track of it (thanks Valgrind)
15952         * src/common/smtp.c
15953                 o Fix automatic STARTTLS if login should be done
15954                   and the server only allows it after starting TLS
15955         * src/gtk/gtkinputdialog.c
15956                 o Eat GDK_Return so that the combo popup doesn't 
15957                   appear when we press Enter to validate the combo
15958                   input dialog (as seen in the Open with... dialog)
15959
15960 2005-06-10 [colin]      1.9.11cvs56
15961
15962         * src/imap.c
15963                 o A bit less debug
15964                 o Fix a crash on deletion
15965                 o Threadize imap_select (it's called outside of 
15966                   threads)
15967                 o Defer treatment of DELETED flags
15968
15969
15970 2005-06-09 [colin]      1.9.11cvs55
15971
15972         * src/imap.c
15973                 Make sure we check imap_gtk_should_override(), which
15974                 potentially calls gtk stuff, before creating thread.
15975                 That way it should't be called via imap_get_session()
15976                 inside a thread.
15977
15978 2005-06-09 [colin]      1.9.11cvs54
15979
15980         * src/imap.c
15981                 o add a bit of status output
15982                 o remove some dead code
15983                 o threadize get_list_of_uids
15984                 o threadize imap_get_flags
15985                 o defer flag changing by 500ms so that they
15986                   can be batched
15987
15988
15989 2005-06-08 [colin]      1.9.11cvs53
15990
15991         * src/imap.c
15992                 Thread-ize imap_cmd_fetch
15993
15994 2005-06-08 [colin]      1.9.11cvs52
15995
15996         * src/main.c
15997                 Mmh, that broke POP3...
15998
15999 2005-06-08 [colin]      1.9.11cvs51
16000
16001         * src/main.c
16002                 Stabilize IMAP patch (thanks to Hoa)
16003
16004 2005-06-08 [colin]      1.9.11cvs50
16005
16006         * src/imap.c
16007                 Test patch to speed up imap. 
16008
16009 2005-06-08 [colin]      1.9.11cvs49
16010
16011         * src/imap_gtk.c
16012                 Warning fix
16013         * src/procmime.c
16014                 Apply patch from gentoo to use /usr/share/mime/globs if 
16015                 available, after un-breaking it
16016         * src/common/log.c
16017         * src/common/log.h
16018                 Use g_timeout for invoking hooks that possibly use gtk
16019                 calls. This should leave gtk calls in the main thread.
16020
16021 2005-06-08 [paul]       1.9.11cvs48
16022
16023         * src/codeconv.c
16024                 conv_get_outgoing_charset_str(): don't
16025                 use prefs_common setting
16026         * src/compose.c
16027         * src/compose.h
16028                 add /Options/Character encoding/... to
16029                 temporarily change the outgoing encoding
16030
16031         (belated sync with main)
16032
16033 2005-06-08 [paul]       1.9.11cvs47
16034
16035         * src/compose.c
16036                 correction to/completion of last
16037                 sync with main
16038
16039 2005-06-08 [paul]       1.9.11cvs46
16040
16041         sync with main:
16042         
16043         * src/codeconv.c
16044         * src/codeconv.h
16045                 always enabled Japanese auto-detection
16046                 if the first letters of locale string
16047                 is "ja"
16048         * src/compose.c
16049                 don't use "destroy" signal to destroy
16050                 Compose object (fix rare crashes on discard?)
16051         * src/mainwindow.c
16052         * src/messageview.c
16053         * src/prefs_send.c
16054                 added Hebrew encodings
16055         * src/sourcewindow.c
16056                 don't use "destroy" signal to destroy
16057                 objects
16058
16059 2005-06-07 [colin]      1.9.11cvs45
16060
16061         * src/summaryview.c
16062                 Add missing unlocks/locks
16063
16064 2005-06-07 [paul]       1.9.11cvs44
16065
16066         * src/summaryview.c
16067                 restore bug #749 fix
16068
16069 2005-06-06 [colin]      1.9.11cvs43
16070
16071         * src/summaryview.c
16072                 Fix selection bug when prefs_common.open_unread 
16073                 is FALSE
16074
16075 2005-06-06 [colin]      1.9.11cvs42
16076
16077         * src/common/md5.c
16078                 Fix a warning
16079         * src/summaryview.c
16080         * src/folderview.c
16081                 Factorize long operations beginning and end
16082                 (locking, freezing/thawing, cursor, ...)
16083                 Check selection->data member in selection-
16084                 related loops; this avoids dying an awful
16085                 death if the selection changes on us while
16086                 we're marking a whole IMAP folder unread, 
16087                 for example.
16088
16089 2005-06-06 [paul]       1.9.11cvs41
16090
16091         * src/textview.c
16092                 don't g_free() a static gchar buffer
16093
16094 2005-06-05 [colin]      1.9.11cvs40
16095
16096         * src/mainwindow.c
16097         * src/messageview.c
16098         * src/summaryview.c
16099                 Fix bug #749 (Show all headers should be
16100                 sticky as the GUI suggests)
16101
16102 2005-06-03 [paul]       1.9.11cvs39
16103
16104         * src/compose.c
16105                 don't allow editing of mail while sending.
16106                 patch by Colin
16107
16108 2005-06-03 [paul]       1.9.11cvs38
16109
16110         * src/folderview.c
16111                 add a freeze/thaw to speed up 'mark all read'
16112
16113 2005-06-03 [paul]       1.9.11cvs37
16114
16115         * src/prefs_message.c
16116                 reflect changes immediately
16117
16118 2005-06-02 [colin]      1.9.11cvs36
16119
16120         * po/POTFILES.in
16121                 Patch by Fabien Vantard.
16122
16123 2005-06-02 [colin]      1.9.11cvs35
16124
16125         * src/imap.c
16126                 Use a non-blocking imap_getline() if possible.
16127                 This should completely prevent the interface
16128                 from freezin on imap operations, although it
16129                 may do strange stuff in case of folder switching
16130                 while a big imap operation is taking place...
16131
16132                 In addition, fix a leak in the case thread
16133                 creation fails on connection.
16134
16135 2005-06-02 [colin]      1.9.11cvs34
16136
16137         * src/crash.c
16138         * src/prefs_common.h
16139                 Fix build (prefs_common_init() doesn't exist
16140                 anymore)
16141
16142 2005-06-02 [colin]      1.9.11cvs33
16143
16144         * src/prefs_account.c
16145                 Fix bug #245 (filtering rules broken when
16146                 renaming a remote account (imap4 or nntp)
16147
16148 2005-06-02 [colin]      1.9.11cvs32
16149
16150         * src/imap.c
16151                 Try to fix IMAP shortcomings: 
16152                 o Multithread imap_open()
16153                 o allow offline-mode overriding instead of
16154                   just returning NULL
16155         * src/imap_gtk.c
16156         * src/imap_gtk.h
16157                 Add a function to ask whether we want to
16158                 override offline-mode for 10 minutes (one-shot
16159                 asking was painful)
16160         * src/procheader.c
16161                 Fix segfault when imap parser isn't happy about
16162                 a missing {
16163
16164 2005-06-01 [colin]      1.9.11cvs31
16165
16166         * src/addrharvest.c
16167         * src/compose.c
16168         * src/mbox.c
16169         * src/mbox.h
16170         * src/mh.c
16171         * src/msgcache.c
16172         * src/send_message.c
16173         * src/setup.c
16174         * src/undo.c
16175         * src/common/hooks.c
16176         * src/common/prefs.c
16177         * src/common/template.c
16178         * src/common/utils.c
16179         * src/gtk/gtkutils.c
16180         * src/gtk/inputdialog.c
16181         * src/gtk/menu.c
16182         * src/gtk/pluginwindow.c
16183         * src/gtk/prefswindow.c
16184         * src/plugins/pgpmime/passphrase.c
16185         * src/plugins/pgpmime/prefs_gpg.c
16186                 More -Wall fixes
16187
16188         * src/common/Makefile.am
16189         * src/common/timing.h
16190                 Add basic timing code
16191
16192         * src/summaryview.c
16193                 Fix a bug with unread messages when 
16194                 re-sorting folders, and by the way
16195                 fix a big performance hit when 
16196                 re-sorting (10k mails: before 5s,
16197                 after .5s)
16198
16199         * src/prefs_compose_writing.c
16200         * src/prefs_compose_writing.h
16201         * src/prefs_message.c
16202         * src/prefs_message.h
16203         * src/prefs_other.c
16204         * src/prefs_other.h
16205         * src/prefs_quote.c
16206         * src/prefs_quote.h
16207         * src/prefs_receive.c
16208         * src/prefs_receive.h
16209         * src/prefs_send.c
16210         * src/prefs_send.h
16211         * src/prefs_summaries.c
16212         * src/prefs_summaries.h
16213                 Fix copyright banner
16214
16215 2005-06-01 [paul]       1.9.11cvs30
16216
16217         * po/fi.po
16218                 updated by Flammie Pirinen
16219         * src/procmime.c
16220                 fix 'Bad BASE64 content' output
16221
16222 2005-05-31 [colin]      1.9.11cvs29
16223
16224         * src/procmime.c
16225                 Oops, where did my hunk go.
16226
16227 2005-05-31 [colin]      1.9.11cvs28
16228
16229         * src/Makefile.am
16230         * src/account.c
16231         * src/action.c
16232         * src/addr_compl.c
16233         * src/addressbook.c
16234         * src/codeconv.c
16235         * src/compose.c
16236         * src/export.c
16237         * src/folder.c
16238         * src/folderview.c
16239         * src/image_viewer.c
16240         * src/main.c
16241         * src/mainwindow.c
16242         * src/messageview.c
16243         * src/mimeview.c
16244         * src/msgcache.c
16245         * src/prefs_account.c
16246         * src/prefs_actions.c
16247         * src/prefs_common.c
16248         * src/prefs_compose_writing.c
16249         * src/prefs_customheader.c
16250         * src/prefs_ext_prog.c
16251         * src/prefs_filtering.c
16252         * src/prefs_filtering_action.c
16253         * src/prefs_fonts.c
16254         * src/prefs_image_viewer.c
16255         * src/prefs_message.c
16256         * src/prefs_message.h
16257         * src/prefs_msg_colors.c
16258         * src/prefs_other.c
16259         * src/prefs_other.h
16260         * src/prefs_quote.c
16261         * src/prefs_receive.c
16262         * src/prefs_receive.h
16263         * src/prefs_send.c
16264         * src/prefs_send.h
16265         * src/prefs_spelling.c
16266         * src/prefs_summaries.c
16267         * src/prefs_summary_column.c
16268         * src/prefs_template.c
16269         * src/prefs_themes.c
16270         * src/prefs_toolbar.c
16271         * src/prefs_wrapping.c
16272         * src/procmime.c
16273         * src/procmsg.c
16274         * src/send_message.h
16275         * src/ssl_manager.c
16276         * src/summary_search.c
16277         * src/summaryview.c
16278         * src/textview.c
16279         * src/wizard.c
16280         * src/common/smtp.c
16281         * src/common/smtp.h
16282         * src/gtk/gtkutils.h
16283                 o Move the rest of Common prefs to new style
16284                 o Lots of -Wall warning fixes
16285                 o fix FIXME in cache memusage calculation
16286                 o Let return receipts be sent from any account
16287                 o Little cache optimisation (read)
16288                 o Fix bug #746 (don't treat commas as separators
16289                   when inside a quoted string)
16290
16291 2005-05-31 [paul]       1.9.11cvs27
16292
16293         * src/prefs_common.c
16294                 fix 'off-by-one' typo
16295
16296 2005-05-31 [paul]       1.9.11cvs26
16297
16298         * src/account.c
16299         * src/addr_compl.c
16300         * src/compose.c
16301         * src/foldersel.c
16302         * src/prefs_actions.c
16303         * src/prefs_common.c
16304         * src/prefs_common.h
16305         * src/prefs_customheader.c
16306         * src/prefs_display_header.c
16307         * src/prefs_filtering.c
16308         * src/prefs_filtering_action.c
16309         * src/prefs_matcher.c
16310         * src/prefs_summaries.c
16311         * src/prefs_summary_column.c
16312         * src/prefs_template.c
16313         * src/prefs_toolbar.c
16314         * src/ssl_manager.c
16315         * src/gtk/pluginwindow.c
16316         * src/gtk/prefswindow.c
16317         * src/gtk/progressdialog.c
16318                 add hidden prefs 'enable_rules_hint'
16319                 for gtk_tree_view_set_rules_hint()
16320                 (sync with main)
16321                 
16322
16323 2005-05-31 [colin]      1.9.11cvs25
16324
16325         * src/Makefile.am
16326         * src/main.c
16327         * src/prefs_common.c
16328         * src/prefs_summaries.c ** ADDED **
16329         * src/prefs_summaries.h ** ADDED **
16330                 Common/Display -> Display/Summaries
16331
16332 2005-05-31 [colin]      1.9.11cvs24
16333
16334         * src/Makefile.am
16335         * src/main.c
16336         * src/prefs_quote.c ** ADDED **
16337         * src/prefs_quote.h ** ADDED **
16338                 Move Common/Quote to Compose/Quoting
16339         * src/prefs_common.c
16340         * src/prefs_common.h
16341                 Remove old quote stuff, add
16342                 convenience functions for GtkTextView prefs
16343         * src/gtk/prefswindow.c
16344                 Set default height higher
16345
16346 2005-05-30 [colin]      1.9.11cvs23
16347
16348         * src/Makefile.am
16349         * src/main.c
16350         * src/prefs_common.c
16351         * src/prefs_compose_writing.c ** ADDED **
16352         * src/prefs_compose_writing.h ** ADDED **
16353                 Move Common/Compose prefs to Compose/Writing
16354
16355 2005-05-30 [colin]      1.9.11cvs22
16356
16357         * src/common/utils.c
16358                 Fix bug #651 (Confused Attract by Subject)
16359                 Patch by M. Benkmann <haferfrost@web.de>
16360         * AUTHORS
16361
16362 2005-05-30 [colin]      1.9.11cvs21
16363
16364         * src/compose.c
16365                 Fix concatenation of different headers of
16366                 the same type (bug #645)
16367         * src/prefs_folder_item.c
16368                 Fix bug #699 (setting color to black doesn't
16369                 work immediately)
16370         * src/procmime.c
16371                 Print out decoding error only once per
16372                 block
16373
16374 2005-05-30 [paul]       1.9.11cvs20
16375
16376         * src/common/template.c
16377                 fix Bcc
16378
16379 2005-05-30 [paul]       1.9.11cvs19
16380
16381         * doc/src/rfc2368.txt   **NEW FILE**
16382         * src/compose.c
16383                 compose_entries_set(): don't interpret Bcc
16384                 header field (conform to RFC 2368)
16385                 (sync with main)
16386
16387 2005-05-29 [colin]      1.9.11cvs18
16388
16389         * src/prefs_common.c
16390                 Let the default reply format respect
16391                 netiquette by cutting the signature.
16392
16393 2005-05-29 [colin]      1.9.11cvs17
16394
16395         * src/summaryview.c
16396                 Don't let always_show_msg override
16397                 open_unread_on_enter when opening a new
16398                 directory.
16399
16400 2005-05-27 [paul]       1.9.11cvs16
16401
16402         sync with main:
16403
16404         * src/main.c
16405                 app_will_exit(): cleanup tmp directory when exit
16406         * src/message_search.c
16407                 improved the interface and made code cleanup.
16408                 removed Clear button
16409         * src/send_message.c
16410                 send_message_local(): use GSpawn, and detect errors
16411         * src/summary_search.c
16412                 improved the interface and made code cleanup
16413         * src/textview.c
16414                 textview_write_link(): also skip non-ascii space
16415                  at the head of link strings (phishing check
16416                  didn't work at the case)
16417         * src/common/utils.c
16418                 get_command_output(): use g_spawn_command_line_sync()
16419                 instead of popen()
16420
16421 2005-05-26 [colin]      1.9.11cvs15
16422
16423         * src/folder.c
16424                 remove printf
16425
16426 2005-05-26 [colin]      1.9.11cvs14
16427
16428         * src/common/nntp.c
16429                 Fix nntp mode reader (bug #611)
16430                 Patch by Florian Mickler <florian@mickler.org>
16431
16432 2005-05-26 [colin]      1.9.11cvs13
16433
16434         * src/plugins/pgpmime/passphrase.c
16435                 Fix mouse grabbing (bug #557)
16436
16437 2005-05-26 [colin]      1.9.11cvs12
16438
16439         * src/prefs_themes.c
16440                 Fix g_warning (bug #541)
16441
16442 2005-05-26 [colin]      1.9.11cvs11
16443
16444         * src/prefs_actions.c
16445         * src/prefs_template.c
16446                 Fix bug #506 (no warning if action/template
16447                 is not saved)
16448         * src/common/template.c
16449                 Fix a possible crash
16450
16451 2005-05-26 [colin]      1.9.11cvs10
16452
16453         * src/folder.c
16454         * src/folderview.c
16455         * src/procmsg.c
16456         * src/summaryview.c
16457                 Forbid locked messages to be moved or
16458                 deleted. Locked messages in trashes 
16459                 still get deleted, for performance
16460                 reason (mh.c::mh_remove_all_msgs)
16461
16462 2005-05-25 [colin]      1.9.11cvs9
16463
16464         * src/procmime.c
16465                 Use correct encoding when sending mails
16466                 with attachments that have accentued 
16467                 chars in their name
16468
16469 2005-05-24 [colin]      1.9.11cvs8
16470
16471         * src/summaryview.c
16472                 Fix bug #688 f) read/unread marker not
16473                 changed on first click
16474                 Also, optimize summary_status_show()
16475                 calls
16476         * src/folder.c
16477         * src/inc.c
16478         * src/procmime.c
16479                 Fix bug #688 b) and c) wrt message
16480                 attachments and signature
16481         * src/stock_pixmap.c
16482         * src/stock_pixmap.h
16483         * src/stock_pixmap.c
16484         * src/stock_pixmap.h
16485         * src/Makefile.am
16486         * src/pixmaps/clip_gpg_signed.xpm
16487                 Add clip/signed icon
16488
16489 2005-05-24 [colin]      1.9.11cvs7
16490
16491         * src/folder_item_prefs.c
16492                 whitespace fix
16493
16494 2005-05-24 [colin]      1.9.11cvs6
16495
16496         * src/folderview.c
16497         * src/prefs_common.c
16498         * src/prefs_common.h
16499                 Add a confirmation to folder drag and drop
16500                 fixes bug #156
16501         * src/alertpanel.c
16502         * src/alertpanel.h
16503                 fix _with_disable parameters so that
16504                 the buttons labels are specifiable too
16505         * src/plugins/pgpmime/sgpgme.c
16506                 reflect said change
16507                 
16508
16509 2005-05-24 [colin]      1.9.11cvs5
16510
16511         * src/folderview.c
16512                 Uncollapse/collapse folders on double-click
16513                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
16514                 closes bug #108
16515
16516 2005-05-23 [colin]      1.9.11cvs4
16517
16518         * src/common/socket.c
16519                 Check another special SSL_peek() error.
16520                 Should help wrt bug #728
16521
16522 2005-05-23 [colin]      1.9.11cvs3
16523
16524         * src/plugins/pgpmime/pgpmime.c
16525                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
16526                 breaking menu accelerators and stuff. Users will have to
16527                 reselect "PGP MIME" instead of "PGP/MIME" in their 
16528                 account's privacy preferences if needed.
16529
16530 2005-05-22 [paul]
16531
16532         * tools/kdeservicemenu/install.sh
16533                 use kdesu to prompt for root password if doing
16534                 global install/uninstall
16535
16536 2005-05-20 [colin]      1.9.11cvs2
16537
16538         * src/procmsg.c
16539                 Fix another compilation error with gcc-2.9x
16540                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
16541         * src/send_message.c
16542                 Don't send QUIT if we aren't connected
16543
16544 2005-05-19 [colin]      1.9.11cvs1
16545
16546         * src/procmsg.c
16547                 Fix compilation with gcc 2.9x
16548
16549 2005-05-19 [paul]       1.9.11
16550
16551         1.9.11 released
16552
16553 2005-05-19 [paul]       1.9.9cvs14
16554
16555         * src/gtk/inputdialog.c
16556                 prevent gettext warning
16557
16558 2005-05-19 [paul]       1.9.9cvs13
16559
16560         * src/mainwindow.c
16561         * src/prefs_common.c
16562         * src/prefs_common.h
16563         * src/textview.c
16564         * src/textview.h
16565                 add an option to toggle cursor in message
16566                 view (sync with main)
16567
16568 2005-05-18 [colin]      1.9.9cvs12
16569
16570         * src/compose.c
16571                 Dereference freed pointer
16572         * src/gtk/gtkaspell.c
16573                 Fix duplication of dictionaries (is it an aspell issue?)
16574
16575 2005-05-18 [colin]      1.9.9cvs11
16576
16577         * src/gtk/inputdialog.c
16578         * src/gtk/gtkaspell.c
16579                 HIGuify dialogs
16580         * src/alertpanel.c
16581                 Remove a double call
16582
16583 2005-05-17 [colin]      1.9.9cvs10
16584
16585         * src/gtk/gtkaspell.c
16586                 Fix dialogs, Ctrl-Enter accel
16587
16588 2005-05-17 [colin]      1.9.9cvs9
16589
16590         * src/gtk/gtkaspell.c
16591                 Fix some accelerators, escape in replace-window
16592
16593 2005-05-16 [colin]      1.9.9cvs8
16594
16595         * src/gtk/gtkaspell.c
16596                 Revert last commit, it was a mistake.
16597
16598 2005-05-16 [colin]      1.9.9cvs7
16599
16600         * src/gtk/gtkaspell.c
16601                 Remove buggy code while we're at it. It's a 
16602                 dead code path anyway.
16603
16604 2005-05-16 [colin]      1.9.9cvs6
16605
16606         * src/gtk/gtkaspell.c
16607                 Missed some gtk_menu_popup where deactivate
16608                 signal should be handled. Should fix bug
16609                 #629 a bit more.
16610
16611 2005-05-16 [colin]      1.9.9cvs5
16612
16613         * src/gtk/gtkaspell.c
16614                 Remove debug printf()s
16615
16616 2005-05-16 [colin]      1.9.9cvs4
16617
16618         * src/gtk/gtkaspell.c
16619                 Fix a bit aspell problems
16620                 (see bug #629)
16621
16622 2005-05-13 [colin]      1.9.9cvs3
16623
16624         * src/folderview.c
16625                 Fix the + appearing even when no subfolders
16626                 have unread messages. Thanks to wwp for the
16627                 bug report.
16628
16629 2005-05-11 [paul]       1.9.9cvs2
16630
16631         * src/folderview.c
16632                 correction to 1.9.9cvs1, only colour folders that
16633                 have new msgs (not unread msgs)
16634
16635 2005-05-10 [colin]      1.9.9cvs1
16636
16637         * src/folderview.c
16638         * src/summaryview.c
16639                 Try to fix bolding bugs again.
16640
16641 2005-05-09 [paul]
16642
16643         * tools/claws.i18n.status.pl
16644                 add Ricardo Mones Lastra's script that has been providing
16645                 the i18n status page for many months
16646
16647 2005-05-09 [paul]       1.9.9
16648
16649         1.9.9 release
16650
16651 2005-05-09 [paul]       1.9.6cvs58
16652
16653         * AUTHORS
16654         * INSTALL
16655         * README.claws
16656                 updated
16657         * Makefile.am 
16658         * RELEASE_NOTES.claws
16659                 add release notes to cvs to simplify release
16660                 procedure
16661         * configure.ac
16662                 add ca and fi to ALL_LINGUAS
16663         * po/Makefile.in.in
16664                 workaround for missing Makevars
16665         * po/ca.po
16666         * po/fi.po
16667                 add new Catalan and Finnish translations
16668                 submitted by Miquel Oliete and Flammie Pirinen
16669         * po/de.po
16670         * po/es.po
16671         * po/fr.po
16672         * po/it.po
16673         * po/pl.po
16674         * po/ru.po
16675         * po/sk.po
16676         * po/sr.po
16677         * po/zh_CN.po
16678                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
16679                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
16680                 Urke MMI, and Hansom Young
16681         * src/main.c
16682                 Fix drafting when quitting. compose_draft() closes the
16683                 compose windows, which modifies the compose_list GSList.
16684                 We have to refresh this list after echo drafting to avoid a
16685                 segfault
16686         * src/partial_download.c
16687                 fix segfault on exit
16688
16689 2005-05-06 [paul]       1.9.6cvs57
16690
16691         * src/grouplistdialog.c
16692                 quick fix/workaround for unresizeable newsgroup
16693                 name column 
16694
16695 2005-05-06 [paul]       1.9.6cvs56
16696
16697         * src/inc.c
16698         * src/mainwindow.c
16699                 use gettext plural forms
16700         * src/imap_gtk.c
16701         * src/mh_gtk.c
16702         * src/toolbar.c
16703                 small improvement to english usage
16704
16705 2005-05-05 [thorsten]   1.9.6cvs55
16706
16707         * src/folder.c
16708                 fix possible crash
16709
16710 2005-05-05 [paul]       1.9.6cvs54
16711         
16712         sync with HEAD
16713
16714         * AUTHORS
16715         * src/compose.c
16716                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
16717                 patch by Tim Mann
16718
16719 2005-05-05 [paul]       1.9.6cvs53
16720
16721         * src/mainwindow.c
16722                 fix resizing of separate message and
16723                 folder views
16724
16725 2005-05-05 [paul]       1.9.6cvs52
16726
16727         * src/account.c
16728         * src/addrgather.c
16729         * src/browseldap.c
16730         * src/exphtmldlg.c
16731         * src/expldifdlg.c
16732         * src/importmutt.c
16733         * src/importpine.c
16734         * src/main.c
16735         * src/mainwindow.c
16736         * src/noticeview.c
16737         * src/prefs_filtering.c
16738         * src/prefs_filtering_action.c
16739         * src/prefs_matcher.c
16740         * src/prefs_spelling.c
16741         * src/prefs_toolbar.c
16742         * src/toolbar.c
16743         * src/wizard.c
16744         * src/gtk/description_window.c
16745         * src/gtk/gtkvscrollbutton.c
16746         * src/gtk/progressdialog.c
16747         * src/gtk/quicksearch.c
16748         * src/plugins/pgpmime/prefs_gpg.c
16749         * src/plugins/spamassassin/spamassassin_gtk.c
16750                 replace deprecated gtk_widget_set_usize
16751
16752 2005-05-04 [colin]      1.9.6cvs51
16753
16754         * src/common/utils.c
16755                 Fix crash when subst_for_filename is called
16756                 with a NULL parameter
16757
16758 2005-05-04 [colin]      1.9.6cvs50
16759
16760         * src/partial_download.c
16761         * src/pop.c
16762                 Escape login when writing uidl file
16763                 fixes bug #736
16764
16765 2005-05-03 [colin]      1.9.6cvs49
16766
16767         * src/procmime.c
16768                 Fix possible DOS in mime parser
16769                 (see bug #634)
16770
16771 2005-05-02 [colin]      1.9.6cvs48
16772
16773         * src/compose.c
16774                 Try to fix the copy/paste mess once again.
16775
16776
16777 2005-04-30 [colin]      1.9.6cvs47
16778
16779         * src/prefs_account.h
16780         * src/procmsg.c
16781         * src/send_message.c
16782         * src/common/smtp.c
16783         * src/common/smtp.h
16784                 Try to batch sending mails (per account) instead of
16785                 reconnecting to server every time.
16786
16787 2005-04-29 [colin]      1.9.6cvs46
16788
16789         * src/messageview.c
16790                 Fix window resizing that refused to size down
16791         * src/prefs_common.c
16792         * src/prefs_common.h
16793         * src/prefs_filtering.c
16794                 Save Filtering's window size
16795
16796 2005-04-21 [paul]       1.9.6cvs45
16797
16798         * ChangeLog-gtk2.claws
16799         * src/setup.c
16800                 correction to sync
16801
16802 2005-04-21 [paul]       1.9.6cvs44
16803
16804         sync with main:
16805
16806         * src/setup.c
16807         * src/statusbar.c
16808         * src/statusbar.h
16809                 use gtkut_widget_draw_now(). Improved performance
16810                 of the update of statusbar
16811         * src/textview.c
16812                 textview_smooth_scroll_do(): redraw it after scroll
16813                 is done (fixed incorrect display when a part of the
16814                 view is hidden).
16815         * src/gtk/gtkutils.c
16816         * src/gtk/gtkutils.h
16817                 gtkut_widget_draw_now(): use gdk_window_process_updates()
16818                 to force update of widgets.
16819                 Removed gtkut_widget_wait_for_draw() which had a big
16820                 overhead  because of waiting for all events processed 
16821
16822 2005-04-20 [paul]       1.9.6cvs43
16823
16824         * src/codeconv.c
16825                 complete 1.9.6cvs42's sync:
16826                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
16827
16828 2005-04-19 [paul]       1.9.6cvs42
16829
16830         sync with main:
16831
16832         * src/action.c
16833                 catch_output(): correctly select the insert text
16834                 (fix invalid iterator warnings).
16835         * src/codeconv.c
16836         * src/codeconv.h
16837         * src/mainwindow.c
16838         * src/messageview.c
16839         * src/prefs_common.c
16840                 support GBK encoding.
16841         * src/common/session.c
16842         * src/common/session.h
16843                 use separate buffer for large data to be sent,
16844                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
16845
16846 2005-04-18 [paul]       1.9.6cvs41
16847
16848         * src/jpilot.c
16849                 convert unsigned long into guint32
16850                 patch by Paul LeoNerd Evans 
16851
16852 2005-04-17 [colin]      1.9.6cvs40
16853
16854         * src/compose.c
16855                 Fix 'Request return receipt' from folder
16856                 properties (bug #708)
16857
16858 2005-04-17 [colin]      1.9.6cvs39
16859
16860         * src/mainwindow.c
16861                 Fix duplicate hotkeys in Mainwindow's menu
16862
16863 2005-04-17 [colin]      1.9.6cvs38
16864
16865         * src/folderview.c
16866                 Fix duplicate hotkeys in Folderview's contextual
16867                 menu
16868
16869 2005-04-15 [colin]      1.9.6cvs37
16870
16871         * src/summaryview.c
16872                 Fix 'Save as...' with non-ascii filenames
16873
16874 2005-04-15 [colin]      1.9.6cvs36
16875
16876         * src/plugins/pgpmime/pgpmime.c
16877                 Fix bus error on 64bit. Spotted by 
16878                 macallan1888@gmail.com
16879
16880 2005-04-15 [colin]      1.9.6cvs35
16881
16882         * src/prefs_account.c
16883                 Fix cvs34.
16884
16885 2005-04-12 [colin]      1.9.6cvs34
16886
16887         * src/prefs_account.c
16888                 Fix smtp auth type off-by-one. We forgot to
16889                 add PLAIN in the prefs-to-gui setter func and
16890                 as a result, the selected auth when opening
16891                 account prefs was not the correct one.
16892
16893 2005-04-12 [paul]       1.9.6cvs33
16894
16895         * src/inc.c
16896                 if the recv dialog is visible, Cancel only
16897                 cancels the current account
16898
16899
16900 2005-04-10 [colin]      1.9.6cvs32
16901
16902         * src/filtering.c
16903                 Copy score when copying FilteringActions
16904                 Fix bug #674
16905
16906 2005-04-10 [colin]      1.9.6cvs31
16907
16908         * src/inc.c
16909                 Make Message -> Receive -> Cancel cancel 
16910                 incorporation on all accounts. Fixes
16911                 bug #693
16912
16913 2005-04-10 [colin]      1.9.6cvs30
16914
16915         * src/prefs_account.c
16916                 Update Privacy checkbuttons status based
16917                 on the selected privacy system
16918         * src/compose.c
16919                 Always connect the "None" privacy system; the
16920                 static boolean was probably there to avoid
16921                 reconnecting twice in the same compose window,
16922                 but as the parent function is only called once
16923                 per compose, it's only a bug - as a static is
16924                 initialized once per application instance.
16925                 Also, don't uncheck Sign and Encrypt when
16926                 selecting None as privacy system; just ignore
16927                 them when sending/queuing.
16928                 Should fix bug #695
16929
16930 2005-04-08 [colin]      1.9.6cvs29
16931
16932         * src/account.c
16933         * src/prefs_account.c
16934         * src/prefs_account.h
16935                 Add account preference to queue message in a certain
16936                 folder.
16937
16938 2005-04-06 [colin]      1.9.6cvs28
16939
16940         * src/prefs_account.c
16941                 Update old inbox path syntax
16942
16943 2005-04-06 [paul]       1.9.6cvs27
16944
16945         sync with main:
16946
16947         * configure.ac
16948                 changed -traditional-cpp to -no-cpp-precomp for newer
16949                 Mac OS X support
16950         * src/foldersel.c
16951                 made column resize automatically
16952         * src/send_message.c
16953                 send_message_smtp(): consider EOF right after QUIT
16954                 successful (workaround for Gmail SMTP server)
16955         * src/common/socket.c
16956                 ssl_read(), ssl_peek(): check EOF which violates the
16957                 SSL protocol
16958         * src/gtk/colorlabel.c
16959                 removed warnings when displaying colorlabel menu
16960                 (don't use GtkAlignment)
16961
16962 2005-04-05 [paul]       1.9.6cvs26
16963
16964         * src/plugins/trayicon/trayicon.c
16965                 fix clipping of icon under KDE3 
16966
16967 2005-04-05 [paul]       1.9.6cvs25
16968
16969         * src/summaryview.c
16970                 hide display of threading
16971                 patch by Alfons
16972
16973 2005-04-04 [thorsten]   1.9.6cvs24
16974
16975         * src/mh.c
16976                 marks lost on filesystems with different stat() results on
16977                 summer-/wintertime
16978
16979 2005-04-03 [colin]      1.9.6cvs23
16980
16981         * src/summaryview.c
16982                 Don't handle up/down. Patch by Alfons
16983
16984 2005-04-02 [colin]      1.9.6cvs22
16985
16986         * src/summaryview.c
16987                 Make scrolling faster. Patch by Alfons.
16988
16989 2005-04-01 [colin]      1.9.6cvs21
16990
16991         * src/Makefile.am
16992         * src/stock_pixmap.c
16993         * src/pixmaps/dir-noselect.xpm ** REMOVED **
16994         * src/pixmaps/dir_noselect.xpm ** ADDED **
16995                 Fix pixmap name mismatch (Thanks Stephan Sachse)
16996
16997 2005-04-01 [colin]      1.9.6cvs20
16998
16999         * src/image_viewer.c
17000         * src/image_viewer.h
17001         * src/procmime.c
17002         * src/procmime.h
17003         * src/textview.c
17004         * src/textview.h
17005                 Implement inline image resizing and right-clicking
17006
17007 2005-04-01 [paul]       1.9.6cvs19
17008
17009         * AUTHORS
17010         * Makefile.am
17011         * configure.ac
17012                 check for gnome2
17013                 patch by Luca Cavalli <loopback<AT>slackit.org>
17014         * po/ru.po
17015                 updated by Pavlo Bohmat
17016
17017 2005-03-31 [colin]      1.9.6cvs18
17018
17019         * src/news.c
17020                 Fix parsing references
17021         * src/msgcache.c
17022                 don't put nulls in the references list
17023         * src/procheader.c
17024                 commit that forgotten file in 1.9.6cvs14
17025
17026 2005-03-31 [colin]      1.9.6cvs17
17027
17028         * src/compose.c
17029                 Fix joining of signature separator again. 
17030                 Maybe Hiro could put it in main too...
17031
17032 2005-03-31 [colin]      1.9.6cvs16
17033
17034         * src/Makefile.am
17035         * src/foldersel.c
17036         * src/stock_pixmap.c
17037         * src/stock_pixmap.h
17038         * src/pixmaps/dir-noselect.xpm
17039                 Update foldersel.c (sync from main, patch by Alfons)
17040
17041 2005-03-30 [colin]      1.9.6cvs15
17042
17043         * src/imap.c
17044                 Fix handling of imap folders containing [] in 
17045                 their name. Thanks to Nahuel Angelinetti for
17046                 the detailed bugreport.
17047
17048 2005-03-30 [colin]      1.9.6cvs14
17049
17050         * src/common/utils.h
17051         * src/common/utils.c
17052         * src/common/defs.h
17053         * src/matcher.c
17054         * src/msgcache.c
17055         * src/news.c
17056         * src/procmsg.c
17057         * src/procmsg.h
17058         * src/quote_fmt_parse.y
17059         * src/summaryview.c
17060                 Update references system. Patch by Alfons
17061
17062 2005-03-30 [colin]      1.9.6cvs13
17063
17064         * src/common/socket.c
17065                 Force the glibc to read resolv.conf again when 
17066                 it has changed. Should fix issues when changing
17067                 networks on a laptop and not restarting sylpheed. 
17068
17069 2005-03-30 [paul]       1.9.6cvs12
17070
17071         partial sync with main:
17072
17073         * src/action.c
17074                 create_io_dialog(): use user-defined text font
17075                 (thanks to Alfons), and modified its appearance.
17076         * src/addrgather.c
17077         * src/addrharvest.c
17078         * src/browseldap.c
17079                 replace old code
17080         * src/compose.c
17081                 don't join (presumably) itemized lines on line-wrapping
17082                 fixed wrapping of quote when auto-wrapping is enabled
17083                 compose_destroy(): destroy paned only if it's not
17084                 attached to window. Fixed memory leak of popup menu.
17085         * src/exphtmldlg.c
17086         * src/expldifdlg.c
17087                 replace old code
17088         * src/html.c
17089         * src/html.h
17090         * src/importmutt.c
17091         * src/importpine.c
17092                 replace old code
17093         * src/main.c
17094                 removed redundant code
17095         * src/mainwindow.c
17096                 changed 'Code set' (which is rather incorrect)
17097                 in the menu to 'Character encoding'
17098                 main_window_set_widgets(): request size first
17099                 to prevent window size becoming wrong
17100                 fixed remembering of the state of the visibility
17101                 of MessageView
17102         * src/messageview.c
17103                 changed 'Code set' (which is rather incorrect)
17104                 in the menu to 'Character encoding'
17105         * src/prefs_common.c
17106         * src/prefs_common.h
17107                 added an option whether to render HTML as text or not
17108                 added separators to outgoing encoding menu
17109         * src/procheader.c
17110                 procheader_scan_date_string(): support header
17111                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
17112         * src/summaryview.c
17113         * src/summaryview.h
17114                 minor code cleanup
17115         * src/textview.c
17116                 textview_show_html(): force output of newline
17117                 added an option whether to render HTML as text or not
17118         * src/common/utils.c
17119                 strncpy2(): optimized based on Alfons' code
17120         * src/gtk/gtkutils.c
17121         * src/gtk/gtkutils.h
17122                 removed non-used code
17123         * src/plugins/pgpmime/passphrase.c
17124                 partially fixed grab input of passphrase dialog
17125                 Confine pointer to window
17126
17127 2005-03-30 [colin]      1.9.6cvs11
17128
17129         * src/msgcache.c
17130         * src/msgcache.h
17131                 Read/write 32bit ints from cache & marks
17132                 From main.
17133
17134 2005-03-29 [paul]       1.9.6cvs10
17135
17136         * AUTHORS
17137         * ChangeLog.claws
17138         * src/compose.c
17139         * src/gtk/gtkaspell.c
17140                 sync with HEAD (don't pass NULL pointers) 
17141
17142 2005-03-24 [paul]
17143
17144         * tools/Makefile.am
17145         * tools/README
17146         * tools/acroread2sylpheed.pl
17147                 sync with HEAD (add script to send pdfs as
17148                 attachments from Adobe Reader 7)
17149
17150 2005-03-21 [paul]       1.9.6cvs9
17151
17152         * configure.ac
17153         * po/POTFILES.in
17154         * src/Makefile.am
17155         * src/crash.c
17156         * src/image_viewer.c ** ADDED **
17157         * src/image_viewer.h ** ADDED **
17158         * src/main.c
17159         * src/prefs_common.c
17160         * src/prefs_common.h
17161         * src/prefs_image_viewer.c ** ADDED **
17162         * src/prefs_image_viewer.h ** ADDED **
17163         * src/textview.c
17164         * src/gtk/about.c
17165         * src/pixmaps/sylpheed_logo.xpm
17166         * src/plugins/Makefile.am
17167         * src/plugins/image_viewer/.cvsignore ** REMOVED **
17168         * src/plugins/image_viewer/Makefile.am ** REMOVED **
17169         * src/plugins/image_viewer/plugin.c ** REMOVED **
17170         * src/plugins/image_viewer/viewer.c ** REMOVED **
17171         * src/plugins/image_viewer/viewer.glade ** REMOVED **
17172         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
17173         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
17174         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
17175         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
17176                 as gdk-pixbuf is now built-in
17177                 remove image_viewer plugin and put code back into
17178                 main codebase
17179                 implement inline image display (sync with main)
17180
17181                 replace logo with newer, nicer, larger version  
17182
17183 2005-03-21 [paul]       1.9.6cvs8
17184
17185         * src/gtk/about.c
17186                 cosmetic improvement
17187
17188 2005-03-21 [holger]     1.9.6cvs7
17189
17190         * src/plugins/spamassassin/spamassassin.c
17191                 Sync with HEAD
17192                 (unregister hook on failed plugin init)
17193
17194 2005-03-20 [colin]      1.9.6cvs6
17195
17196         * src/common/plugin.c
17197                 Check that plugin isn't already loaded
17198                 Patch by Alfons
17199
17200 2005-03-20 [thorsten]   1.9.6cvs5
17201
17202         * src/compose.c
17203                 use a more compatible syntax
17204
17205 2005-03-20 [thorsten]   1.9.6cvs4
17206
17207         * src/prefs_toolbar.c
17208                 fix crash when selecting toolbar item (uninitialized pointer)
17209
17210 2005-03-20 [thorsten]   1.9.6cvs3
17211
17212         * src/procmime.c
17213                 fix mimetype detection (referenced free()d string)
17214
17215 2005-03-20 [paul]       1.9.6cvs2
17216
17217         * src/compose.c
17218                 sync with HEAD (1.0.3cvs5)
17219                 neglect Reply-To header if empty
17220                 Patch by Alfons 
17221
17222 2005-03-19 [holger]     1.9.6cvs1
17223
17224         * src/summaryview.c
17225         * src/summaryview.h
17226                 Sync with HEAD
17227
17228 2005-03-18 [paul]       1.9.6
17229
17230         initial GTK2 release
17231
17232 2005-03-18 [paul]       1.0.3cvs3.1
17233
17234         * AUTHORS
17235         * ChangeLog.claws
17236         * configure.ac
17237         * src/gtk/about.c
17238         * src/pixmaps/sylpheed_logo.xpm
17239                 sync with HEAD
17240
17241 2005-03-18 [colin]      1.0.3cvs2.6
17242
17243         * src/summaryview.c
17244                 Remove call to summary_step in summary_copy_selected_to
17245                 Can't see its purpose, and this causes bug when copying
17246                 a message if the next one is unread: it reads it.
17247
17248 2005-03-18 [paul]       1.0.3cvs2.5
17249
17250         * src/foldersel.c
17251                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
17252
17253 2005-03-18 [paul]       1.0.3cvs2.4
17254
17255         * src/addrharvest.c
17256         * src/codeconv.c
17257         * src/codeconv.h
17258         * src/compose.c
17259         * src/news.c
17260         * src/procheader.c
17261         * src/procmime.c
17262         * src/unmime.c
17263         * src/unmime.h
17264                 fix buffer overflow, CAN-2005-0667, see
17265                 http://secunia.com/advisories/14491/
17266                 Patch by Alfons
17267
17268 2005-03-17 [colin]      1.0.3cvs2.3
17269
17270         * src/prefs_fonts.c
17271         * src/summaryview.c
17272                 Fix font bugs (both lists now officialy share 
17273                 the same font)
17274                 
17275
17276 2005-03-17 [paul]       1.0.3cvs2.2
17277
17278         * src/gtk/pluginwindow.c
17279                 make plugin descriptions uneditable
17280
17281 2005-03-11 [paul]       1.0.3cvs2.1
17282
17283         * ChangeLog.claws
17284         * configure.ac
17285         * po/POTFILES.in
17286         * src/plugins/trayicon/trayicon.c
17287                 sync with HEAD
17288                 add src/wizard.c to POTFILES.in
17289
17290 2005-03-11 [paul]       1.0.3cvs1.1
17291
17292         * ChangeLog
17293         * ChangeLog.claws
17294         * configure.ac
17295         * po/de.po
17296         * po/es.po
17297         * po/fr.po
17298         * po/it.po
17299         * po/pt_BR.po
17300         * po/ru.po
17301         * po/sk.po
17302         * po/sr.po
17303         * po/zh_CN.po
17304                 sync with HEAD
17305
17306 2005-03-04 [colin]      1.0.1cvs22.2
17307
17308         * src/compose.c
17309                 Fix signatures with accentued chars in it
17310
17311 2005-03-04 [colin]      1.0.1cvs22.1
17312
17313         * src/common/smtp.c
17314         * src/common/smtp.h
17315                 Don't use SIZE param in MAIL FROM: if server 
17316                 doesn't support it. Patch by Eugen Freiter
17317                 <eugen_f@users.sf.net>
17318
17319 2005-02-27 [paul]       1.0.1cvs20.1
17320
17321         * ChangeLog.claws
17322         * configure.ac
17323         * src/messageview.c
17324                 sync with HEAD
17325
17326 2005-02-27 [colin]      1.0.1cvs19.4
17327
17328         * src/procheader.c
17329         * src/procheader.h
17330                 Fix prototypes. Patch by Alfons
17331
17332 2005-02-27 [colin]      1.0.1cvs19.3
17333
17334         * src/compose.c
17335                 Don't auto-join the signature separator.
17336
17337 2005-02-26 [colin]      1.0.1cvs19.2
17338
17339         * src/summaryview.c
17340                 Fix 'mark all read' with collapsed threads.
17341                 Patch by Alfons.
17342
17343 2005-02-25 [paul]       1.0.1cvs19.1
17344
17345         * ChangeLog.claws
17346         * configure.ac
17347         * src/prefs_account.c
17348         * src/prefs_folder_item.c
17349         * src/gtk/prefswindow.c
17350         * src/gtk/prefswindow.h
17351                 sync with HEAD
17352
17353 2005-02-25 [paul]       1.0.1cvs15.12
17354
17355         * src/alertpanel.c
17356         * src/codeconv.c
17357         * src/compose.c
17358         * src/textview.c
17359         * src/gtk/gtkutils.c
17360         * src/gtk/gtkutils.h
17361         * src/gtk/logwindow.c
17362         * src/gtk/progressdialog.c
17363                 sync with main (revision 127)
17364                 and fix logwindow clipping
17365
17366 2005-02-24 [colin]      1.0.1cvs15.11
17367
17368         * src/plugins/pgpmime/passphrase.c
17369                 Disable input grabbing; it doesn't work yet.
17370
17371 2005-02-24 [colin]      1.0.1cvs15.10
17372
17373         * src/messageview.c
17374                 Don't send out receipts if offline. Ask.
17375
17376 2005-02-23 [colin]      1.0.1cvs15.9
17377
17378         * src/summaryview.c     
17379                 Fix expanding
17380
17381 2005-02-23 [colin]      1.0.1cvs15.8
17382
17383         * src/summaryview.c
17384                 Really fix Bug 568 by removing useless
17385                 calls. summary_thread_init() now called
17386                 in summary_sort(). This should please
17387                 Alfons as it should be faster than 
17388                 previously.
17389
17390 2005-02-23 [colin]      1.0.1cvs15.7
17391
17392         * src/compose.c
17393                 Encode parts as QP or B64 if signing
17394
17395 2005-02-23 [colin]      1.0.1cvs15.6
17396
17397         * src/compose.c
17398                 Fix Mimeinfo leakage (including tmp files)
17399         * src/procmsg.c
17400                 Fix tmp file leakage (spotted by Ivan Rayner)
17401
17402 2005-02-22 [colin]      1.0.1cvs15.5
17403
17404         * src/expldifdlg.c
17405                 Fix keyboard input. Patch by Alfons.
17406
17407 2005-02-21 [colin]      1.0.1cvs15.4
17408
17409         * src/compose.c
17410                 Fix Sign/Encrypt when unselecting privacy
17411                 system
17412         * src/prefs_common.c
17413                 Change default message font to Monospace
17414         * src/summaryview.c
17415                 More freezing during potentially large operations
17416
17417 2005-02-21 [paul]       1.0.1cvs15.3
17418
17419         * src/main.c
17420                 fix --help output
17421
17422 2005-02-21 [paul]       1.0.1cvs15.2
17423
17424         * po/Makefile.in.in
17425         * src/compose.c
17426         * src/summaryview.c
17427         * src/textview.c
17428         * src/common/utils.c
17429         * src/common/utils.h
17430                 sync with main (revision 117)
17431
17432 2005-02-20 [colin]      1.0.1cvs15.1
17433
17434         * src/common/defs.h
17435                 Change cache file to .sylpheed_claws_cache, as
17436                 suggested by Alfons. Allows people to switch
17437                 between Sylpheed and Sylpheed-Claws. it is
17438                 a good idea to "Check for new messages" at next
17439                 startup.
17440
17441
17442 2005-02-18 [colin]      1.0.1cvs14.1
17443
17444         * src/quote_fmt_lex.l
17445         * src/quote_fmt_parse.y
17446                 Fix parser initialisation. Patch by Ivan.
17447
17448 2005-02-18 [colin]      1.0.1cvs11.6
17449
17450         * src/folderview.c
17451                 Fix scrolldown (bug 662)
17452
17453 2005-02-17 [colin]      1.0.1cvs11.5
17454
17455         * src/codeconv.c
17456                 conv_filename_to_utf8: return clean 7bit instead
17457                 of broken utf8 if needed
17458         * src/mimeview.c
17459                 Fix display of parts with unclean 8bit names
17460
17461 2005-02-17 [paul]       1.0.1cvs11.4
17462
17463         * src/compose.c
17464         * src/exportldif.c
17465         * src/matcher_parser_parse.y
17466         * src/procmime.c
17467         * src/sourcewindow.c
17468         * src/common/Makefile.am
17469         * src/common/intl.h             ** REMOVED **
17470         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17471                 sync with main (revision 109)
17472                 and clean up
17473
17474 2005-02-16 [colin]      1.0.1cvs11.3
17475
17476         * src/summaryview.c
17477                 Fix collapsed thread not highlighting when new
17478                 messages in it (Bug 568) Patch by Stephan Sachse.
17479                 Fix messed up selection when reaching bounds (Bug 632)
17480         * src/prefs_themes.c
17481                 Fix theme installing (Bug 684)
17482
17483 2005-02-16 [colin]      1.0.1cvs11.2
17484
17485         * src/messageview.c
17486                 Fix messageview_select_all
17487
17488 2005-02-16 [colin]      1.0.1cvs11.1
17489
17490         * src/mh.c
17491                 Sync with HEAD (MH scan required function)
17492
17493 2005-02-15 [colin]      1.0.1cvs8.1
17494
17495         * src/mimeview.c
17496         * src/common/utils.c
17497                 Sync with HEAD (filename chars substitution)
17498
17499 2005-02-15 [colin]      1.0.1cvs7.3
17500
17501         * src/gtk/pluginwindow.c
17502                 Fix button spacing
17503
17504 2005-02-15 [colin]      1.0.1cvs7.2
17505
17506         * src/mimeview.c
17507                 Fix mime icons not reset across message when
17508                 scrolled down
17509
17510 2005-02-15 [colin]      1.0.1cvs7.1
17511
17512         * src/compose.c
17513         * src/procmime.c
17514                 Sync with HEAD (optimisation of cvs6)
17515
17516 2005-02-14 [colin]      1.0.1cvs6.1
17517
17518         * src/compose.c
17519         * src/procmime.c
17520                 Sync with HEAD (encode "From " at line beginning)
17521
17522 2005-02-14 [colin]      1.0.1cvs5.3
17523
17524         * src/compose.c
17525                 Fix wrapping with accentued chars.
17526
17527 2005-02-13 [colin]      1.0.1cvs5.2
17528
17529         * src/textview.c
17530                 Fix email informative part parsing with
17531                 accentued chars in it. ispunct() returns
17532                 true for them in utf8...
17533
17534 2005-02-12 [colin]      1.0.1cvs5.1
17535
17536         * src/filtering.c
17537                 Sync with HEAD (remove wrong use of compose after send)
17538
17539 2005-02-12 [paul]       1.0.1cvs4.5
17540
17541         * src/textview.c
17542                 remove unnecessary code (thanks to Alfons)
17543
17544 2005-02-12 [paul]       1.0.1cvs4.4
17545
17546         * src/textview.c
17547                 add 'Copy' to contextual menu on emails
17548
17549 2005-02-11 [colin]      1.0.1cvs4.3
17550
17551         * src/compose.c
17552                 revert 1.0.0cvs28.2, it doesn't work that well.
17553
17554 2005-02-11 [paul]       1.0.1cvs4.2
17555
17556         * po/Makefile.in.in
17557                 fix 'make release'
17558
17559 2005-02-10 [paul]       1.0.1cvs4.1
17560
17561         * ChangeLog
17562         * ChangeLog.claws
17563         * ChangeLog.jp
17564         * configure.ac
17565         * src/compose.c
17566                 sync with HEAD (sync with main)
17567
17568 2005-02-10 [paul]       1.0.1cvs3.2
17569
17570         * AUTHORS
17571         * Makefile.am
17572         * autogen.sh
17573         * configure.ac
17574         * config/mkinstalldirs
17575         * intl/.cvsignore
17576         * intl/ChangeLog
17577         * intl/VERSION
17578         * intl/bindtextdom.c
17579         * intl/config.charset
17580         * intl/dcgettext.c
17581         * intl/dcigettext.c
17582         * intl/dcngettext.c
17583         * intl/dgettext.c
17584         * intl/dngettext.c
17585         * intl/eval-plural.h
17586         * intl/explodename.c
17587         * intl/finddomain.c
17588         * intl/gettext.c
17589         * intl/gettextP.h
17590         * intl/gmo.h
17591         * intl/hash-string.h
17592         * intl/intl-compat.c
17593         * intl/l10nflist.c
17594         * intl/libgnuintl.h.in
17595         * intl/loadinfo.h
17596         * intl/loadmsgcat.c
17597         * intl/localcharset.c
17598         * intl/localcharset.h
17599         * intl/locale.alias
17600         * intl/localealias.c
17601         * intl/localename.c
17602         * intl/log.c
17603         * intl/ngettext.c
17604         * intl/os2compat.c
17605         * intl/os2compat.h
17606         * intl/osdep.c
17607         * intl/plural-exp.c
17608         * intl/plural-exp.h
17609         * intl/plural.c
17610         * intl/plural.y
17611         * intl/ref-add.sin
17612         * intl/ref-del.sin
17613         * intl/relocatable.c
17614         * intl/relocatable.h
17615         * intl/textdomain.c
17616         * m4/Makefile.am
17617         * po/Makefile.in.in
17618         * src/Makefile.am
17619         * src/account.c
17620         * src/action.c
17621         * src/addr_compl.c
17622         * src/addressadd.c
17623         * src/addressbook.c
17624         * src/addrgather.c
17625         * src/addrindex.c
17626         * src/alertpanel.c
17627         * src/browseldap.c
17628         * src/codeconv.c
17629         * src/codeconv.h
17630         * src/compose.c
17631         * src/compose.h
17632         * src/crash.c
17633         * src/editaddress.c
17634         * src/editbook.c
17635         * src/editgroup.c
17636         * src/editjpilot.c
17637         * src/editldap.c
17638         * src/editldap_basedn.c
17639         * src/editvcard.c
17640         * src/exphtmldlg.c
17641         * src/expldifdlg.c
17642         * src/export.c
17643         * src/exporthtml.c
17644         * src/filtering.c
17645         * src/folder.c
17646         * src/folder_item_prefs.c
17647         * src/foldersel.c
17648         * src/folderview.c
17649         * src/grouplistdialog.c
17650         * src/headerview.c
17651         * src/imap.c
17652         * src/imap_gtk.c
17653         * src/import.c
17654         * src/importldif.c
17655         * src/importmutt.c
17656         * src/importpine.c
17657         * src/inc.c
17658         * src/ldif.c
17659         * src/main.c
17660         * src/mainwindow.c
17661         * src/matcher.c
17662         * src/mbox.c
17663         * src/message_search.c
17664         * src/messageview.c
17665         * src/mh.c
17666         * src/mh_gtk.c
17667         * src/mimeview.c
17668         * src/msgcache.c
17669         * src/news.c
17670         * src/news_gtk.c
17671         * src/noticeview.c
17672         * src/partial_download.c
17673         * src/pop.c
17674         * src/prefs_account.c
17675         * src/prefs_actions.c
17676         * src/prefs_common.c
17677         * src/prefs_customheader.c
17678         * src/prefs_display_header.c
17679         * src/prefs_ext_prog.c
17680         * src/prefs_filtering.c
17681         * src/prefs_filtering_action.c
17682         * src/prefs_folder_item.c
17683         * src/prefs_fonts.c
17684         * src/prefs_gtk.c
17685         * src/prefs_matcher.c
17686         * src/prefs_msg_colors.c
17687         * src/prefs_spelling.c
17688         * src/prefs_summary_column.c
17689         * src/prefs_template.c
17690         * src/prefs_themes.c
17691         * src/prefs_toolbar.c
17692         * src/prefs_wrapping.c
17693         * src/privacy.c
17694         * src/procheader.c
17695         * src/procmime.c
17696         * src/procmsg.c
17697         * src/quote_fmt.c
17698         * src/recv.c
17699         * src/send_message.c
17700         * src/setup.c
17701         * src/sourcewindow.c
17702         * src/ssl_manager.c
17703         * src/statusbar.c
17704         * src/summary_search.c
17705         * src/summaryview.c
17706         * src/textview.c
17707         * src/toolbar.c
17708         * src/wizard.c
17709         * src/common/nntp.c
17710         * src/common/plugin.c
17711         * src/common/smtp.c
17712         * src/common/ssl.c
17713         * src/common/ssl_certificate.c
17714         * src/common/string_match.c
17715         * src/common/sylpheed.c
17716         * src/common/template.c
17717         * src/common/utils.c
17718         * src/gtk/about.c
17719         * src/gtk/colorlabel.c
17720         * src/gtk/description_window.c
17721         * src/gtk/filesel.c
17722         * src/gtk/foldersort.c
17723         * src/gtk/gtkaspell.c
17724         * src/gtk/gtkutils.c
17725         * src/gtk/inputdialog.c
17726         * src/gtk/logwindow.c
17727         * src/gtk/menu.c
17728         * src/gtk/pluginwindow.c
17729         * src/gtk/prefswindow.c
17730         * src/gtk/progressdialog.c
17731         * src/gtk/quicksearch.c
17732         * src/gtk/sslcertwindow.c
17733         * src/plugins/clamav/clamav_plugin.c
17734         * src/plugins/clamav/clamav_plugin_gtk.c
17735         * src/plugins/demo/demo.c
17736         * src/plugins/dillo_viewer/dillo_prefs.c
17737         * src/plugins/dillo_viewer/dillo_viewer.c
17738         * src/plugins/image_viewer/plugin.c
17739         * src/plugins/image_viewer/viewer.c
17740         * src/plugins/image_viewer/viewerprefs.c
17741         * src/plugins/mathml_viewer/mathml_viewer.c
17742         * src/plugins/pgpmime/passphrase.c
17743         * src/plugins/pgpmime/plugin.c
17744         * src/plugins/pgpmime/prefs_gpg.c
17745         * src/plugins/pgpmime/select-keys.c
17746         * src/plugins/pgpmime/sgpgme.c
17747         * src/plugins/spamassassin/spamassassin.c
17748         * src/plugins/spamassassin/spamassassin_gtk.c
17749         * src/plugins/trayicon/trayicon.c
17750                 sync with main (revision 104)
17751
17752 2005-02-10 [colin]      1.0.1cvs3.1
17753
17754         * src/mainwindow.c
17755                 Sync with HEAD (fix occasional crasher)
17756
17757 2005-02-10 [colin]      1.0.1cvs2.1
17758
17759         * src/messageview.c
17760                 Synw with HEAD (don't automatically display html)
17761
17762 2005-02-09 [colin]      1.0.1cvs1.3
17763
17764         * src/textview.c
17765         * src/textview.h
17766                 Add contextual menu on emails
17767
17768 2005-02-09 [colin]      1.0.1cvs1.2
17769
17770         * src/codeconv.c
17771                 Fix converting from broken headers and 
17772                 put back the _ in missing places
17773                 (feature broke with cvs24.2 sync, main 
17774                  possibly affected?)
17775
17776 2005-02-09 [colin]      1.0.1cvs1.1
17777
17778         * src/messageview.c
17779         * src/mimeview.c
17780         * src/mimeview.h
17781                 Sync with HEAD (display non text/plain mails with plugin)
17782
17783 2005-02-08 [colin]      1.0.1.1
17784
17785         * ChangeLog.claws
17786         * po/pt_BR.po
17787                 Sync with HEAD
17788         * configure.ac
17789                 Make default configuration directory 
17790                 be .sylpheed-gtk2
17791
17792 2005-02-08 [colin]      1.0.0cvs29.1
17793
17794         * po/de.po
17795         * po/es.po
17796         * po/fr.po
17797         * po/it.po
17798         * po/sk.po
17799         * po/sr.po
17800                 Sync translations with HEAD
17801
17802 2005-02-06 [colin]      1.0.0cvs28.3
17803
17804         * src/compose.c
17805                 Make compose a bit faster - patch by Alfons.
17806
17807 2005-02-06 [colin]      1.0.0cvs28.2
17808
17809         * src/compose.c
17810                 Make pasting via middle-click more reliable
17811
17812 2005-02-05 [paul]       1.0.0cvs28.1
17813
17814         * ChangeLog
17815         * ChangeLog.claws
17816         * ChangeLog.jp
17817         * configure.ac
17818         * src/compose.c
17819                 sync with HEAD
17820                 (fix bug 682 'redirect is broken'
17821
17822 2005-02-05 [torte]      1.0.0cvs27.1
17823
17824         * ChangeLog.claws
17825         * configure.ac
17826         * src/partial_download.c
17827                 Sync with HEAD (fix buf overflow)
17828
17829 2005-02-03 [colin]      1.0.0cvs26.1
17830
17831         * src/common/plugin.c
17832                 Sync with HEAD (avoid plugin mismatches)
17833
17834 2005-02-03 [paul]       1.0.0cvs25.3
17835
17836         * src/folderview.c
17837         * src/headerview.c
17838         * src/summaryview.c
17839         * src/textview.c
17840         * src/gtk/colorlabel.c
17841                 third and final part of initial sync with main-gtk2
17842
17843 2005-02-03 [paul]       1.0.0cvs25.2
17844
17845         * src/jpilot.c
17846                 fix building with jpilot support
17847
17848 2005-02-02 [colin]      1.0.0cvs25.1
17849
17850         * src/messageview.c
17851                 Sync with HEAD (fix dangerous typo)
17852
17853 2005-02-01 [colin]      1.0.0cvs24.3
17854
17855         * src/common/xml.c
17856                 Write file as advertised (UTF-8)
17857
17858 2005-02-01 [paul]       1.0.0cvs24.2
17859
17860         * src/addrbook.c
17861         * src/addrindex.c
17862         * src/alertpanel.h
17863         * src/codeconv.c
17864         * src/codeconv.h
17865         * src/compose.c
17866         * src/export.c
17867         * src/folder_item_prefs.c
17868         * src/html.c
17869         * src/imap.c
17870         * src/import.c
17871         * src/jpilot.c
17872         * src/mainwindow.c
17873         * src/matcher_parser_lex.l
17874         * src/messageview.c
17875         * src/mh.c
17876         * src/prefs_account.c
17877         * src/prefs_actions.c
17878         * src/prefs_common.c
17879         * src/prefs_gtk.c
17880         * src/prefs_gtk.h
17881         * src/prefs_themes.c
17882         * src/procheader.c
17883         * src/procmime.c
17884         * src/sourcewindow.c
17885         * src/statusbar.c
17886         * src/summaryview.c
17887         * src/textview.c
17888         * src/toolbar.c
17889         * src/unmime.c
17890         * src/common/template.c
17891         * src/common/utils.c
17892         * src/common/xml.c
17893         * src/common/xml.h
17894         * src/gtk/gtkaspell.c
17895         * src/plugins/clamav/clamav_plugin.c
17896         * src/plugins/dillo_viewer/dillo_prefs.c
17897         * src/plugins/image_viewer/viewerprefs.c
17898         * src/plugins/pgpmime/passphrase.c
17899         * src/plugins/pgpmime/prefs_gpg.c
17900         * src/plugins/pgpmime/select-keys.c
17901         * src/plugins/spamassassin/spamassassin.c
17902                 second part of initial sync with main-gtk2
17903                 (more to follow)
17904
17905 2005-01-31 [colin]      1.0.0cvs24.1
17906
17907         * src/compose.c
17908                 Sync with HEAD
17909
17910 2005-01-29 [paul]       1.0.0cvs23.2
17911
17912         * src/account.c
17913         * src/action.c
17914         * src/addressadd.c
17915         * src/addressbook.c
17916         * src/alertpanel.c
17917         * src/compose.c
17918         * src/editaddress.c
17919         * src/editbook.c
17920         * src/editgroup.c
17921         * src/editjpilot.c
17922         * src/editldap.c
17923         * src/editldap_basedn.c
17924         * src/editvcard.c
17925         * src/export.c
17926         * src/foldersel.c
17927         * src/grouplistdialog.c
17928         * src/import.c
17929         * src/importldif.c
17930         * src/inc.c
17931         * src/main.c
17932         * src/mainwindow.c
17933         * src/message_search.c
17934         * src/messageview.c
17935         * src/mimeview.c
17936         * src/prefs_actions.c
17937         * src/prefs_common.c
17938         * src/prefs_common.h
17939         * src/prefs_customheader.c
17940         * src/prefs_display_header.c
17941         * src/prefs_filtering.c
17942         * src/prefs_filtering_action.c
17943         * src/prefs_gtk.c
17944         * src/prefs_matcher.c
17945         * src/prefs_summary_column.c
17946         * src/prefs_template.c
17947         * src/sourcewindow.c
17948         * src/summary_search.c
17949         * src/summaryview.c
17950         * src/textview.c
17951         * src/gtk/about.c
17952         * src/gtk/description_window.c
17953         * src/gtk/gtkshruler.c
17954         * src/gtk/gtkutils.c
17955         * src/gtk/gtkutils.h
17956         * src/gtk/inputdialog.c
17957         * src/gtk/logwindow.c
17958         * src/gtk/prefswindow.c
17959         * src/gtk/progressdialog.c
17960         * src/gtk/progressdialog.h
17961                 first part of initial sync with main-gtk2
17962                 (more to follow)
17963
17964 2005-01-28 [colin]      1.0.0cvs23.1
17965
17966         * src/folderview.c
17967                 Sync with HEAD
17968
17969 2005-01-27 [colin]      1.0.0cvs21.1
17970
17971         * src/folder.c
17972         * src/folderview.c
17973                 Sync with HEAD
17974
17975 2005-01-27 [colin]      1.0.0cvs19.1
17976
17977         * src/procmime.c
17978                 Sync with HEAD
17979
17980 2005-01-27 [colin]      1.0.0cvs18.1
17981
17982         * src/messageview.c
17983         * src/summaryview.c
17984         * src/mainwindow.c
17985         * src/compose.c
17986         * src/compose.h
17987         * src/procmsg.c
17988         * src/procmsg.h
17989         * src/toolbar.c
17990                 Sync with HEAD
17991
17992 2005-01-26 [paul]       1.0.0cvs15.2
17993
17994         * src/compose.c
17995                 compose_entries_set(): convert subject and body to
17996                 utf8 if necessary. patch by Felix Eckhofer
17997
17998 2005-01-26 [paul]       1.0.0cvs15.1
17999
18000         * configure.ac
18001         * src/common/template.c
18002                 sync with HEAD (fix memory leak)
18003
18004 2005-01-25 [paul]       1.0.0cvs14.1
18005
18006         * configure.ac
18007         * src/compose.c
18008                 sync with HEAD
18009
18010 2005-01-24 [colin]      1.0.0cvs13.1
18011
18012         * src/summaryview.c
18013                 Sync with HEAD
18014
18015 2005-01-24 [paul]       1.0.0cvs12.1
18016
18017         * configure.ac
18018         * src/messageview.c
18019         * src/mh.c
18020         * src/common/utils.c
18021                 sync with HEAD
18022
18023 2005-01-24 [colin]      1.0.0cvs11.1
18024
18025         * src/procheader.c
18026                 Sync with HEAD
18027
18028 2005-01-24 [colin]      1.0.0cvs10.1
18029
18030         * src/folderview.c
18031                 Sync with HEAD
18032
18033 2005-01-23 [colin]      1.0.0cvs9.1
18034
18035         * src/crash.c
18036                 Sync with HEAD
18037
18038 2005-01-22 [colin]      1.0.0cvs8.1
18039
18040         * src/summaryview.c
18041         * src/gtk/quicksearch.c
18042                 Sync with HEAD
18043
18044 2005-01-21 [colin]      1.0.0cvs7.1
18045
18046         * src/summaryview.c
18047                 Sync with HEAD
18048
18049 2005-01-21 [colin]      1.0.0cvs6.1
18050
18051         * src/summaryview.c
18052                 Sync with HEAD
18053
18054 2005-01-21 [colin]      1.0.0cvs5.1
18055
18056         * src/gtk/quicksearch.c
18057         * src/prefs_common.c
18058         * src/prefs_common.h
18059                 Sync with HEAD (recurse option)
18060
18061 2005-01-21 [colin]      1.0.0cvs4.1
18062
18063         * src/folder.h
18064         * src/folderview.c
18065         * src/folderview.h
18066         * src/summaryview.c
18067         * src/gtk/quicksearch.c
18068         * src/gtk/quicksearch.h
18069                 Sync with HEAD (recursive quicksearch)
18070
18071 2005-01-20 [colin]      1.0.0cvs3.4
18072
18073         * src/ssl_manager.c
18074                 Remove useless code
18075
18076 2005-01-20 [colin]      1.0.0cvs3.3
18077
18078         * src/ssl_manager.c
18079                 Fix leak, thanks to Alfons.
18080
18081 2005-01-20 [colin]      1.0.0cvs3.2
18082
18083         * src/ssl_manager.c
18084                 Port SSL certificate window to GTK2.
18085
18086 2005-01-20 [paul]       1.0.0cvs3.1
18087
18088         * ChangeLog.claws
18089         * configure.ac
18090         * src/addrindex.c
18091         * src/addrindex.h
18092                 sync with HEAD
18093
18094 2005-01-19 [colin]      1.0.0cvs2.2
18095
18096         * src/plugins/trayicon/trayicon.c
18097                 Fix freeze with gtk-2.6, the easy way
18098                 (signal blocking helpless there...)
18099                 Closes bug #668.
18100
18101 2005-01-19 [colin]      1.0.0cvs2.1
18102
18103         * src/mbox.c
18104         * src/mbox.h
18105         * src/mainwindow.c
18106         * src/summaryview.c
18107         * src/summaryview.h
18108                 Sync with HEAD
18109
18110 2005-01-19 [paul]       1.0.0cvs1.1
18111
18112         * configure.ac
18113         * po/de.po
18114         * po/es.po
18115         * po/fr.po
18116         * po/hr.po
18117         * po/it.po
18118         * po/ja.po
18119         * po/ko.po
18120         * po/pt_BR.po
18121         * po/ru.po
18122         * po/sk.po
18123         * po/sr.po
18124                 sync with HEAD (update translations)
18125
18126 2005-01-18 [colin]      1.0.0cvs0.1
18127
18128         * src/foldersel.c
18129                 Specify search column - patch by Alfons
18130
18131 2005-01-18 [colin]      0.9.13cvs36.3
18132
18133         * src/prefs_toolbar.c
18134                 Change Delete to Remove
18135         * src/prefs_fonts.c
18136                 GTK2 version and leak fixes
18137         * src/prefs_actions.c
18138                 Add stock buttons.
18139                 All patches by Alfons
18140
18141 2005-01-17 [colin]      0.9.13cvs36.2
18142
18143         * src/compose.c
18144                 Fix DnD inserting twice. While at it,
18145                 add DnD support for text/plain in the
18146                 body, and add support in the headers.
18147
18148 2005-01-16 [colin]      0.9.13cvs36.1
18149
18150         * ChangeLog
18151         * ChangeLog.jp
18152         * ChangeLog.claws
18153                 Sync with HEAD (nothing applicable)
18154
18155 2005-01-16 [colin]      0.9.13cvs33.2
18156
18157         * src/prefs_toolbar.c
18158                 GTK2ize prefs_toolbar, by Alfons.
18159
18160 2005-01-14 [colin]      0.9.13cvs33.1
18161
18162         * src/html.c
18163         * src/msgcache.c
18164                 Sync with HEAD
18165
18166 2005-01-14 [colin]      0.9.13cvs32.1
18167
18168         * src/html.c
18169         * src/html.h
18170         * src/msgcache.c
18171         * AUTHORS
18172         * tools/calypso_convert.pl
18173                 Sync with HEAD
18174
18175 2005-01-08 [colin]      0.9.13cvs29.2
18176
18177         * src/prefs_filtering_action.c
18178         * src/prefs_filtering.c
18179                 2 more gtk2 patches by Alfons
18180
18181 2005-01-07 [paul]       0.9.13cvs29.1
18182
18183         * ChangeLog
18184         * ChangeLog.claws
18185         * ChangeLog.jp
18186         * configure.ac
18187         * src/pop.c
18188         * src/pop.h
18189                 sync with HEAD
18190
18191 2005-01-07 [colin]      0.9.13cvs28.3
18192
18193         * src/gtk/progressdialog.c
18194         * src/gtk/progressdialog.h
18195         * src/inc.c
18196         * src/send_message.c
18197                 GTK2 for the incorporation dialog. The CList isn't dead
18198                 yet, for a more smooth migration. Patch by Alfons.
18199
18200 2005-01-06 [colin]      0.9.13cvs28.2
18201
18202         * src/prefs_display_header.c
18203                 GTK2 conversion by Alfons
18204         * src/prefs_actions.c
18205         * src/prefs_matcher.c
18206                 Fix 2 leaks - patch by Alfons
18207
18208 2005-01-06 [colin]      0.9.13cvs28.1
18209
18210         * src/prefs_matcher.c
18211                 Sync with HEAD
18212
18213 2005-01-06 [colin]      0.9.13cvs27.4
18214
18215         * src/prefs_matcher.c
18216                 Fix double-free. Patch by Alfons
18217
18218 2005-01-06 [colin]      0.9.13cvs27.3
18219
18220         * src/prefs_matcher.c
18221                 GTK2 widgets + memleak
18222                 Patch by Alfons
18223
18224 2005-01-05 [colin]      0.9.13cvs27.2
18225
18226         * src/account.c
18227         * src/addr_compl.c
18228         * src/foldersel.c
18229         * src/stock_pixmap.c
18230         * src/stock_pixmap.h
18231                 3 more GTK2 patches by Alfons.
18232
18233 2005-01-04 [colin]      0.9.13cvs27.1
18234
18235         * src/folderview.c
18236         * src/imap_gtk.c
18237         * src/news_gtk.c
18238                 Sync with HEAD
18239
18240 2005-01-04 [colin]      0.9.13cvs25.9
18241
18242         * src/compose.c
18243                 Fix Show Ruler menuitem
18244         * src/prefs_template.c
18245                 Convert to GTK2
18246         * src/common/utils.c
18247                 Make auto pointer stuff handles NULLs
18248                 Patches by Alfons.
18249
18250 2005-01-04 [colin]      0.9.13cvs25.8
18251
18252         * src/compose.c
18253                 Move the attachment list to gtk2
18254                 Patch by Alfons.
18255
18256 2005-01-04 [colin]      0.9.13cvs25.7
18257
18258         * src/textview.c
18259                 Make some keys work again
18260                 Patch by SungHyun Nam <namsh@kldp.org>
18261
18262 2005-01-04 [colin]      0.9.13cvs25.6
18263
18264         * src/gtk/gtkshruler.c
18265                 Move the ruler to GTK2
18266                 Patch by Alfons
18267
18268 2005-01-03 [colin]      0.9.13cvs25.5
18269
18270         * src/compose.c
18271                 Fix my broken patch apply 
18272
18273 2005-01-03 [colin]      0.9.13cvs25.4
18274
18275         * src/common/utils.c
18276         * src/common/utils.h
18277         * src/gtk/prefswindow.c
18278                 Move auto pointer stuff to utils.c
18279                 Patch by Alfons again :)
18280
18281 2005-01-03 [colin]      0.9.13cvs25.3
18282
18283         * src/compose.c
18284         * src/prefs_gtk.c
18285         * src/prefs_template.c
18286         * src/textview.c
18287                 Empty text widgets with empty strings, not NULL char
18288                 Patch by SungHyun Nam <namsh@kldp_org>
18289
18290 2005-01-03 [colin]      0.9.13cvs25.2
18291
18292         * src/main.c
18293         * AUTHORS
18294                 Sync with HEAD
18295
18296 2005-01-03 [colin]      0.9.13cvs25.1
18297
18298         * src/pop.c
18299         * src/pop.h
18300                 Sync with HEAD
18301
18302 2005-01-03 [colin]      0.9.13cvs24.3
18303
18304         * src/account.c
18305                 Two patches from Alfons and Alex S Moore:
18306                 fix images, fix return value.
18307
18308 2005-01-01 [colin]      0.9.13cvs24.2
18309
18310         * src/prefs_actions.c
18311                 Fix over-zealous assertion. Patch by Alfons
18312
18313 2005-01-01 [colin]      0.9.13cvs24.1
18314
18315         * src/procmime.c
18316                 Sync with HEAD (leak fix)
18317
18318 2004-12-31 [colin]      0.9.13cvs23.2
18319
18320         * src/prefs_common.c
18321                 GTK2 widgets + stock buttons - patch by Alfons
18322
18323 2004-12-31 [paul]       0.9.13cvs23.1
18324
18325         * configure.ac
18326                 bump up EXTRA_VERSION to match (sync'ed) HEAD
18327         * src/gtk/pluginwindow.c
18328                 use GTK2 widgets and plug memory leaks,
18329                 patches by Alfons
18330
18331 2004-12-30 [colin]      0.9.13cvs22.4
18332
18333         * src/account.c
18334         * src/action.c
18335         * src/export.c
18336         * src/foldersel.c
18337         * src/import.c
18338         * src/message_search.c
18339         * src/prefs_actions.c
18340         * src/prefs_common.c
18341         * src/prefs_customheader.c
18342         * src/prefs_filtering.c
18343         * src/prefs_summary_column.c
18344         * src/summary_search.c
18345         * src/gtk/about.c
18346         * src/gtk/description_window.c
18347         * src/gtk/gtkutils.c
18348         * src/gtk/gtkutils.h
18349         * src/gtk/inputdialog.c
18350         * src/gtk/prefswindow.c
18351                 Use GTK2 stock buttons. Patches by Alfons.
18352
18353 2004-12-30 [colin]      0.9.13cvs22.3
18354
18355         * src/account.c
18356                 Sync with HEAD
18357         * src/prefs_actions.c
18358         * src/prefs_customheader.c
18359         * src/prefs_filtering.c
18360         * src/prefs_msg_colors.c
18361         * src/prefs_summary_column.c
18362         * src/gtk/prefswindow.c
18363                 Use GtkTreeView instead of deprecated 
18364                 widgets. Patches by Alfons.
18365
18366 2004-12-30 [paul]       0.9.13cvs22.2
18367
18368         * src/foldersel.c
18369                 use GTK 2 Tree View
18370                 patch by Alfons, with root folder sorting fix
18371                 by Stephan Sachse
18372
18373 2004-12-30 [paul]       0.9.13cvs22.1
18374
18375         * ChangeLog
18376         * ChangeLog.claws
18377         * ChangeLog.jp
18378         * NEWS
18379         * configure.ac
18380         * src/account.c
18381                 sync with HEAD
18382
18383 2004-12-22 [martin]     0.9.13cvs21.2
18384
18385         * src/action.c
18386                 free the command line after its use
18387
18388 2004-12-18 [paul]       0.9.13cvs21.1
18389
18390         * AUTHORS
18391         * ChangeLog
18392         * ChangeLog.claws
18393         * ChangeLog.jp
18394         * NEWS
18395         * configure.ac
18396         * src/action.c
18397         * src/compose.c
18398         * src/syldap.c
18399                 sync with HEAD
18400
18401 2004-12-17 [martin]     0.9.13cvs17.2
18402
18403         * src/action.c
18404                 convert actions input to locale
18405         * src/inc.c
18406                 convert notification command to locale
18407         * src/plugins/pgpmime/select-keys.c
18408                 convert attributes to utf8
18409
18410 2004-12-14 [colin]      0.9.13cvs17.1
18411
18412         * ChangeLog
18413         * ChangeLog.jp
18414         * ChangeLog.claws
18415         * src/action.c
18416         * src/common/utils.c
18417         * src/gtk/prefswindow.c
18418         * src/gtk/gtkutils.c
18419         * src/gtk/gtkutils.h
18420         * src/plugins/spamassassin/libspamc.c
18421                 Sync with HEAD
18422
18423 2004-12-13 [colin]      0.9.13cvs14.1
18424
18425         * src/quote_fmt_parse.y
18426                 Sync with HEAD
18427
18428 2004-12-10 [colin]      0.9.13cvs12.1
18429
18430         * src/prefs_themes.c
18431         * src/mainwindow.c
18432         * src/messageview.c
18433                 Sync with HEAD
18434
18435 2004-12-09 [colin]      0.9.13cvs10.1
18436
18437         * src/procmime.c
18438                 Sync with HEAD (fix B64 encoding from memory)
18439
18440 2004-12-08 [colin]      0.9.13cvs9.1
18441
18442         * src/gtk/colorlabel.c
18443                 Sync with HEAD
18444
18445 2004-12-08 [paul]       0.9.13cvs8.2
18446
18447         * src/gtk/pluginwindow.c
18448                 fix window resizing oddities
18449
18450 2004-12-08 [colin]      0.9.13cvs8.1
18451
18452         * src/quote_fmt_parse.y
18453                 Sync with HEAD
18454
18455 2004-12-08 [colin]      0.9.13cvs7.1
18456
18457         * src/matcher_parser_parse.y
18458         * src/msgcache.c
18459         * src/prefs_matcher.c
18460         * src/procheader.c
18461         * src/matcher.c
18462         * src/common/defs.h
18463         * po/sr.po
18464                 Sync with HEAD
18465
18466 2004-12-08 [colin]      0.9.13cvs6.1
18467
18468         * src/quote_fmt_parse.y
18469         * src/textview.c
18470                 Sync with HEAD
18471         * src/gtk/prefswindow.c
18472         * src/gtk/pluginwindow.c
18473                 Fix G_CALLBACKS protos (thanks to Alfons)
18474
18475 2004-12-07 [torte]      0.9.13cvs2.2
18476
18477         * src/procmime.c
18478                 [Bug 650] reply button causes crash
18479                 Thanks to David Relson and Christoph
18480
18481 2004-12-07 [colin]      0.9.13cvs2.1
18482
18483         * ChangeLog.claws
18484         * AUTHORS
18485         * po/sk.po
18486         * src/procmime.c
18487         * src/prefs_account.c
18488         * src/common/smtp.c
18489         * src/common/smtp.h
18490                 Sync with HEAD
18491
18492 2004-12-06 [colin]      0.9.12cvs187.1
18493
18494         * ChangeLog.claws
18495         * INSTALL
18496         * Makefile.am
18497         * README.claws
18498         * TODO.claws
18499         * configure.ac
18500         * po/bg.po
18501         * po/cs.po
18502         * po/el.po
18503         * po/en_GB.po
18504         * po/es.po
18505         * po/fr.po
18506         * po/hr.po
18507         * po/hu.po
18508         * po/it.po
18509         * po/ja.po
18510         * po/ko.po
18511         * po/nl.po
18512         * po/pl.po
18513         * po/pt_BR.po
18514         * po/ru.po
18515         * po/sk.po
18516         * po/sr.po
18517         * po/sv.po
18518         * po/zh_CN.po
18519         * po/zh_TW.Big5.po
18520         * src/compose.c
18521         * tools/Makefile.am
18522         * tools/README
18523         * tools/filter_conv.pl
18524         * tools/kdeservicemenu/README
18525         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18526         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18527                 Sync with HEAD
18528
18529 2004-12-04 [colin]      0.9.12cvs183.1
18530
18531         * src/compose.c
18532                 Sync with HEAD (compose window position saving)
18533
18534 2004-12-04 [paul]       0.9.12cvs182.3
18535
18536         * src/messageview.c
18537         * src/mimeview.c
18538         * src/prefs_customheader.c
18539         * src/gtk/quicksearch.c
18540                 replace some forgotten GTK_SIGNAL_FUNCs
18541
18542 2004-12-04 [paul]       0.9.12cvs182.2
18543
18544         * src/Makefile.am
18545                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
18546                 committed in error      
18547
18548 2004-12-04 [paul]       0.9.12cvs182.1
18549
18550         * ChangeLog
18551         * ChangeLog.claws
18552         * ChangeLog.jp
18553         * INSTALL
18554         * NEWS
18555         * README
18556         * README.jp
18557         * configure.ac
18558         * doc/manual/ja/Makefile.am
18559         * doc/manual/ja/sylpheed-1.html
18560         * doc/manual/ja/sylpheed-10.html
18561         * doc/manual/ja/sylpheed-11.html
18562         * doc/manual/ja/sylpheed-12.html
18563         * doc/manual/ja/sylpheed-13.html
18564         * doc/manual/ja/sylpheed-14.html
18565         * doc/manual/ja/sylpheed-15.html
18566         * doc/manual/ja/sylpheed-16.html
18567         * doc/manual/ja/sylpheed-17.html
18568         * doc/manual/ja/sylpheed-18.html
18569         * doc/manual/ja/sylpheed-19.html
18570         * doc/manual/ja/sylpheed-2.html
18571         * doc/manual/ja/sylpheed-20.html
18572         * doc/manual/ja/sylpheed-3.html
18573         * doc/manual/ja/sylpheed-4.html
18574         * doc/manual/ja/sylpheed-5.html
18575         * doc/manual/ja/sylpheed-6.html
18576         * doc/manual/ja/sylpheed-7.html
18577         * doc/manual/ja/sylpheed-8.html
18578         * doc/manual/ja/sylpheed-9.html
18579         * doc/manual/ja/sylpheed.html
18580         * doc/manual/ja/sylpheed.sgml
18581         * po/de.po
18582         * src/Makefile.am
18583         * src/compose.c
18584         * src/procmime.c
18585         * src/pixmaps/regular.xpm **REMOVED**
18586         * src/plugins/pgpmime/pgpmime.c
18587         * src/plugins/pgpmime/plugin.c
18588         * src/plugins/pgpmime/prefs_gpg.c
18589                 sync with HEAD
18590
18591 2004-12-03 [paul]       0.9.12cvs180.1
18592
18593         * ChangeLog
18594         * ChangeLog.claws
18595         * ChangeLog.jp
18596         * configure.ac
18597         * src/Makefile.am
18598         * src/pop.c
18599         * src/common/utils.c
18600         * src/common/utils.h
18601         * src/pixmaps/continue.xpm
18602         * src/pixmaps/dir_close.xpm
18603         * src/pixmaps/dir_open.xpm
18604         * src/pixmaps/drafts_close.xpm
18605         * src/pixmaps/drafts_open.xpm
18606         * src/pixmaps/folder.xpm **REMOVED**
18607         * src/pixmaps/group.xpm
18608         * src/pixmaps/unread.xpm
18609                 sync with HEAD
18610
18611 2004-12-02 [colin]      0.9.12cvs179.1
18612
18613         * src/compose.c
18614                 Sync with HEAD (non-duplicated reedition)
18615
18616 2004-12-02 [colin]      0.9.12cvs178.1
18617
18618         * src/compose.c
18619                 Sync with HEAD (linewrap_quote fix)
18620
18621 2004-12-01 [colin]      0.9.12cvs177.3
18622
18623         * src/addrharvest.c
18624                 Replace sizeof with strlen
18625
18626 2004-12-01 [paul]       0.9.12cvs177.2
18627
18628         * src/addrharvest.c
18629                 fix 'harvest addresses'
18630
18631 2004-11-30 [colin]      0.9.12cvs177.1
18632
18633         * src/gtk/prefswindow.c
18634         * src/gtk/pluginwindow.c
18635                 Sync with HEAD
18636
18637 2004-11-29 [colin]      0.9.12cvs176.1
18638
18639         * src/folderview.c
18640                 sync with HEAD (Fix disappearing separators in folderview's popup)
18641
18642 2004-11-29 [colin]      0.9.12cvs175.1
18643
18644         * src/procmime.c
18645                 Sync with head (another format fix)
18646
18647 2004-11-29 [colin]      0.9.12cvs174.1
18648
18649         * src/pop.c
18650                 Sync with HEAD (format string fix)
18651
18652 2004-11-26 [colin]      0.9.12cvs173.1
18653
18654         * src/common/smtp.c
18655         * src/common/smtp.h
18656                 Sync with HEAD
18657
18658 2004-11-24 [colin]      0.9.12cvs172.1
18659
18660         * src/plugins/pgpmime/pgpmime.c
18661                 Sync with HEAD
18662
18663 2004-11-24 [colin]      0.9.12cvs171.1
18664
18665         * src/plugins/pgpmime/pgpmime.c
18666                 Sync with head (gpgmectx leaks)
18667
18668 2004-11-24 [colin]      0.9.12cvs169.1
18669
18670         * src/plugins/pgpmime/plugin.c
18671         * src/plugins/trayicon/Makefile.am
18672         * src/plugins/trayicon/newmarkedmail.xpm
18673         * src/plugins/trayicon/trayicon.c
18674         * src/plugins/trayicon/unreadmarkedmail.xpm
18675                 Sync with HEAD
18676
18677 2004-11-23 [colin]      0.9.12cvs168.1
18678
18679         * src/partial_download.c
18680         * src/partial_download.h
18681         * src/plugins/pgpmime/plugin.c
18682                 Sync with HEAD
18683
18684 2004-11-23 [colin]      0.9.12cvs166.1
18685
18686         * src/Makefile.am
18687         * src/codeconv.c
18688         * src/compose.c
18689         * src/folderview.c
18690         * src/main.c
18691         * src/partial_download.c
18692         * src/partial_download.h
18693         * src/prefs_account.c
18694         * src/prefs_account.h
18695         * src/privacy.c
18696         * src/privacy.h
18697         * src/procmime.c
18698         * src/common/Makefile.am
18699         * src/common/base64.h
18700         * src/common/partial_download.c
18701         * src/common/partial_download.h
18702         * src/gtk/prefswindow.c
18703         * src/gtk/prefswindow.h
18704         * src/plugins/pgpmime/pgpmime.c
18705         * src/plugins/pgpmime/prefs_gpg.c
18706         * src/plugins/pgpmime/prefs_gpg.h
18707         * src/plugins/pgpmime/sgpgme.c
18708         * src/plugins/pgpmime/sgpgme.h
18709                 Sync with HEAD
18710
18711 2004-11-23 [colin]      0.9.12cvs163.1
18712
18713         * src/main.c
18714                 Sync with HEAD (cursor optimization)
18715
18716 2004-11-23 [colin]      0.9.12cvs162.1
18717
18718         * src/prefs_common.c
18719         * src/prefs_themes.c
18720         * src/procmsg.c
18721                 Sync with HEAD
18722
18723 2004-11-23 [colin]      0.9.12cvs158.9
18724
18725         * src/compose.c
18726                 Fix double-free when forwarding
18727         * src/msgcache.c
18728                 Fix leak on error path
18729                 
18730
18731 2004-11-23 [colin]      0.9.12cvs158.8
18732
18733         * src/compose.c
18734                 Fix possible double-free
18735                 Spotted by Alfons
18736
18737 2004-11-23 [colin]      0.9.12cvs158.7
18738
18739         * src/compose.c
18740                 Fix some signal handlers' prototypes
18741                 Spotted by Alfons
18742
18743 2004-11-22 [colin]      0.9.12cvs158.6
18744
18745         * src/compose.c
18746                 Remove unneeded code and duplicated
18747                 wrapping - patch by Alfons
18748
18749 2004-11-22 [colin]      0.9.12cvs158.5
18750
18751         * src/prefs_themes.c
18752                 Fix oversized selector
18753
18754 2004-11-22 [colin]      0.9.12cvs158.4
18755
18756         * src/compose.c
18757                 fix dump_text()
18758                 patch by Alfons
18759
18760 2004-11-19 [colin]      0.9.12cvs158.3
18761
18762         * src/textview.c
18763                 Add a context menu on links (open, copy)
18764
18765 2004-11-18 [paul]       0.9.12cvs158.2
18766
18767         * src/addrgather.c
18768         * src/exphtmldlg.c
18769         * src/expldifdlg.c
18770         * src/mimeview.c
18771         * src/prefs_common.c
18772         * src/plugins/image_viewer/viewer.c
18773         * src/plugins/spamassassin/spamassassin_gtk.c
18774                 replace deprecated gtk_notebook_set_page
18775                 and gtk_notebook_current_page
18776
18777 2004-11-18 [paul]       0.9.12cvs158.1
18778
18779         * configure.ac
18780         * src/compose.c
18781         * src/mainwindow.c
18782         * src/messageview.c
18783         * src/prefs_common.c
18784         * src/common/utils.c
18785         * src/common/utils.h
18786                 sync with HEAD
18787
18788 2004-11-17 [colin]      0.9.12cvs156.1
18789
18790         * src/prefs_account.c
18791         * src/prefs_account.h
18792         * src/procmsg.c
18793                 Sync with HEAD (add pref to store encrypted mails encrypted)
18794
18795 2004-11-17 [paul]       0.9.12cvs155.1
18796
18797         * ChangeLog
18798         * ChangeLog.claws
18799         * ChangeLog.jp
18800         * NEWS
18801         * configure.ac
18802         * src/compose.c
18803         * src/jpilot.c
18804         * src/privacy.c
18805         * src/procmime.c
18806         * src/procmime.h
18807         * src/procmsg.c
18808         * src/toolbar.c
18809         * src/pixmaps/error.xpm
18810                 sync with HEAD
18811
18812 2004-11-17 [colin]      0.9.12cvs151.1
18813
18814         * src/plugins/pgpmime/pgpmime.c
18815                 Sync with HEAD (remove debug printf)
18816
18817 2004-11-17 [colin]      0.9.12cvs150.1
18818
18819         * src/plugins/pgpmime/pgpmime.c
18820                 Sync with HEAD (off-by-one fix)
18821
18822 2004-11-17 [colin]      0.9.12cvs149.1
18823
18824         * src/procmsg.c
18825                 Sync with HEAD (coding style fixes)
18826
18827 2004-11-16 [colin]      0.9.12cvs148.1
18828
18829         * src/procmsg.c
18830                 Sync with head (Fix the fix)
18831
18832 2004-11-16 [colin]      0.9.12cvs147.1
18833
18834         * src/procmsg.c
18835                 Sync with Main (leak fix)
18836
18837 2004-11-16 [colin]      0.9.12cvs146.14
18838
18839         * src/compose.c
18840                 Remove useless chunk of code
18841                 Patch by Alfons
18842
18843 2004-11-15 [colin]      0.9.12cvs146.13
18844
18845         * src/compose.c
18846                 Fix drafting after insertion
18847                 Patch by Alfons
18848
18849 2004-11-15 [colin]      0.9.12cvs146.12
18850
18851         * src/compose.c
18852         * src/prefs_filtering.c
18853         * src/prefs_filtering_action.c
18854         * src/prefs_toolbar.c
18855                 Fix some const-correctness
18856
18857 2004-11-15 [colin]      0.9.12cvs146.11
18858
18859         * src/summaryview.c
18860         * src/prefs_themes.c
18861         * src/messageview.c
18862                 Fix some leaks
18863
18864 2004-11-15 [colin]      0.9.12cvs146.10
18865
18866         * src/codeconv.c
18867                 More unreadable locale fixes
18868
18869 2004-11-14 [colin]      0.9.12cvs146.9
18870
18871         * src/textview.c
18872                 Fix uri_security_check
18873                 Patch by Alfons
18874
18875 2004-11-13 [paul]       0.9.12cvs146.8
18876
18877         * src/folder.c
18878         * src/procmime.c
18879                 fix 2 bugs introduced in last commit
18880
18881 2004-11-13 [paul]       0.9.12cvs146.7
18882
18883         * src/compose.c
18884         * src/exporthtml.c
18885         * src/exportldif.c
18886         * src/folder.c
18887         * src/imap.c
18888         * src/imap_gtk.c
18889         * src/main.c
18890         * src/mainwindow.c
18891         * src/messageview.c
18892         * src/mh_gtk.c
18893         * src/prefs_themes.c
18894         * src/procmime.c
18895         * src/setup.c
18896         * src/summaryview.c
18897                 replace deprecated g_basename
18898
18899 2004-11-13 [paul]       0.9.12cvs146.6
18900
18901         * src/compose.c
18902         * src/imap.c
18903         * src/matcher_parser.h
18904         * src/matcher_parser_parse.y
18905         * src/prefs_filtering.c
18906         * src/prefs_filtering_action.c
18907         * src/prefs_themes.c
18908         * src/prefs_toolbar.c
18909         * src/common/utils.c
18910                 various small fixes/cleanups
18911
18912 2004-11-12 [colin]      0.9.12cvs146.5
18913
18914         * src/textview.c
18915                 Validate event's origin on visibility notify
18916                 Patch by Alfons.
18917
18918 2004-11-12 [paul]       0.9.12cvs146.4
18919
18920         * src/exporthtml.c
18921         * src/exportldif.c
18922         * src/imap.c
18923         * src/mh.c
18924         * src/mimeview.c
18925         * src/prefs_spelling.c
18926         * src/prefs_themes.c
18927                 replace deprecated g_dirname    
18928
18929 2004-11-12 [colin]      0.9.12cvs146.3
18930
18931         * src/textview.c
18932                 Some coding style fixes
18933
18934 2004-11-12 [colin]      0.9.12cvs146.2
18935
18936         * src/codeconv.c
18937                 We want to replace _all_ extended chars in
18938                 conv_unreadable_*, because any string containing
18939                 extended chars not parsing as UTF8 is 
18940                 undisplayed on gtk2.
18941
18942 2004-11-12 [paul]       0.9.12cvs146.1
18943
18944         * ChangeLog
18945         * ChangeLog.claws
18946         * ChangeLog.jp
18947         * NEWS
18948         * configure.ac
18949         * src/account.c
18950         * src/folderview.c
18951         * src/folderview.h
18952         * src/imap.c
18953         * src/imap_gtk.c
18954         * src/inc.c
18955         * src/mainwindow.c
18956         * src/mh_gtk.c
18957         * src/news_gtk.c
18958         * src/pop.c
18959         * src/prefs_account.c
18960         * src/prefs_account.h
18961         * src/prefs_ext_prog.c
18962         * src/procmime.c
18963         * src/procmime.h
18964         * src/procmsg.c
18965         * src/procmsg.h
18966         * src/summary_search.c
18967         * src/summaryview.c
18968         * src/textview.c
18969         * src/common/defs.h
18970         * src/common/utils.c
18971         * src/common/utils.h
18972         * src/gtk/menu.c
18973         * src/gtk/menu.h
18974                 sync with HEAD
18975
18976 2004-11-11 [colin]      0.9.12cvs144.2
18977
18978         * src/textview.c
18979                 Fix URI range selection (patch by Alfons)
18980
18981 2004-11-09 [colin]      0.9.12cvs144.1
18982
18983         * ChangeLog.claws
18984         * src/compose.c
18985         * src/folder.c
18986         * src/folder_item_prefs.c
18987         * src/prefs_account.c
18988         * src/prefs_account.h
18989         * src/plugins/pgpmime/pgpmime.c
18990                 Sync with HEAD
18991
18992 2004-11-08 [colin]      0.9.12cvs143.1
18993
18994         * src/summaryview.c
18995                 Sync with HEAD (optimize quicksearch)
18996
18997 2004-11-08 [colin]      0.9.12cvs142.2
18998
18999         * src/compose.c
19000                 Don't wrap when Edit/Auto wrapping is disabled
19001
19002 2004-11-08 [colin]      0.9.12cvs142.1
19003
19004         * src/textview.c
19005                 Sync with HEAD
19006
19007 2004-11-08 [colin]      0.9.12cvs141.1
19008
19009         * src/textview.c
19010                 Sync with HEAD (fix some mail URIs)
19011
19012 2004-11-08 [colin]      0.9.12cvs140.3
19013
19014         * src/textview.c
19015                 o Use text cursor instead of arrow when
19016                   not on a link
19017                 o Fix handling of contiguous links (as in
19018                   "colin@colino.net" <colin@colino.net>)
19019                   This one unveils a bug in get_email_part()
19020
19021 2004-11-07 [colin]      0.9.12cvs140.2
19022
19023         * src/textview.c
19024                 Fix memleak. Patch by Alfons.
19025
19026 2004-11-06 [colin]      0.9.12cvs140.1
19027
19028         * src/compose.c
19029                 Sync with HEAD (don't ask passphrase
19030                 when drafting)
19031
19032 2004-11-06 [paul]       0.9.12cvs139.2
19033
19034         * AUTHORS
19035         * src/textview.c
19036         * src/textview.h
19037                 textview URI handling. hovering over a 
19038                 link displays it in the status bar,
19039                 and changes the mouse pointer to a hand 
19040                 cursor. a link is activated with a single 
19041                 click. (Modified from the) patch by Jean-Yves 
19042                 Lefort <jylefort@users.sourceforge.net>
19043                 
19044
19045 2004-11-05 [colin]      0.9.12cvs139.1
19046
19047         * src/compose.c
19048         * src/procmime.c
19049                 Sync with HEAD again ^^
19050
19051 2004-11-05 [colin]      0.9.12cvs139.1
19052
19053         * src/compose.c
19054         * src/procmime.c
19055                 Sync with HEAD
19056
19057 2004-11-03 [paul]       0.9.12cvs138.1
19058
19059         * ChangeLog.claws
19060         * configure.ac
19061         * po/POTFILES.in
19062         * src/prefs_ext_prog.c
19063         * src/procmime.c
19064         * tools/kdeservicemenu/README
19065         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
19066         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
19067                 sync with HEAD
19068
19069 2004-11-01 [christoph]  0.9.12cvs136.2
19070
19071         * src/procmime.c
19072                 convert MIME parameters to UTF-8
19073
19074 2004-10-29 [colin]      0.9.12cvs136.1
19075
19076         * src/common/utils.c
19077                 Sync with HEAD (don't use '=' in mime boundary)
19078
19079 2004-10-29 [paul]       0.9.12cvs135.1
19080
19081         * configure.ac
19082         * doc/src/rfc2231.txt
19083         * src/procmime.c
19084         * src/common/quoted-printable.c
19085         * src/common/utils.c
19086         * src/common/utils.h
19087                 sync with HEAD
19088
19089 2004-10-27 [paul]       0.9.12cvs134.1
19090
19091         * configure.ac
19092         * src/main.c
19093         * src/procmime.c
19094         * src/plugins/pgpmime/pgpmime.c
19095                 sync with HEAD
19096
19097 2004-10-26 [paul]       0.9.12cvs132.3
19098
19099         * src/account.c
19100         * src/addressbook.c
19101         * src/addrgather.c
19102         * src/addrharvest.c
19103         * src/codeconv.c
19104         * src/compose.c
19105         * src/customheader.c
19106         * src/editaddress.c
19107         * src/editgroup.c
19108         * src/enriched.c
19109         * src/expldifdlg.c
19110         * src/exporthtml.c
19111         * src/exportldif.c
19112         * src/folder.c
19113         * src/foldersel.c
19114         * src/folderview.c
19115         * src/grouplistdialog.c
19116         * src/html.c
19117         * src/imap.c
19118         * src/jpilot.c
19119         * src/ldapserver.c
19120         * src/ldif.c
19121         * src/mimeview.c
19122         * src/news.c
19123         * src/news_gtk.c
19124         * src/pop.c
19125         * src/prefs_display_header.c
19126         * src/prefs_gtk.c
19127         * src/prefs_msg_colors.c
19128         * src/prefs_toolbar.c
19129         * src/procheader.c
19130         * src/procmime.c
19131         * src/summaryview.c
19132         * src/textview.c
19133         * src/toolbar.c
19134         * src/vcard.c
19135         * src/common/mgutils.c
19136         * src/common/nntp.c
19137         * src/common/smtp.c
19138         * src/common/template.c
19139         * src/common/utils.c
19140         * src/common/xmlprops.c
19141         * src/plugins/pgpmime/pgpmime.c
19142         * src/plugins/pgpmime/select-keys.c
19143         * src/plugins/pgpmime/sgpgme.c
19144                 replace deprecated g_strcasecmp(), g_strncasecmp(),
19145                 g_string_sprintfa(), gtk_notebook_current_page()
19146
19147 2004-10-26 [colin]      0.9.12cvs132.2
19148
19149         * src/prefs_folder_item.c
19150                 Fix default-account selection
19151
19152 2004-10-21 [colin]      0.9.12cvs133
19153
19154         * src/compose.c
19155                 Sync with HEAD (Remove extra separator in compose's Options)
19156         * src/textview.c
19157                 Set wrapping to char
19158
19159 2004-10-21 [paul]       0.9.12cvs131.2
19160
19161         * src/compose.c
19162         * src/sourcewindow.c
19163                 fix wrapping
19164                 fix window shrinking 
19165
19166 2004-10-21 [colin]      0.9.12cvs131.1
19167
19168         * ChangeLog.claws
19169         * src/compose.c
19170                 Sync with HEAD
19171
19172 2004-10-21 [paul]       0.9.12cvs130.2
19173
19174         * src/prefs_folder_item.c
19175                 sync with HEAD (Apply to subfolders)
19176
19177 2004-10-19 [colin]      0.9.12cvs130.1
19178
19179         * ChangeLog.claws
19180         * src/compose.c
19181         * src/common/utils.c
19182         * src/gtk/menu.c
19183                 Sync with HEAD
19184
19185 2004-10-19 [colin]      0.9.12cvs128.1
19186
19187         * src/addrbook.c
19188         * src/addrcache.c
19189         * src/addressbook.c
19190         * src/codeconv.c
19191         * src/compose.c
19192         * src/customheader.c
19193         * src/editaddress.c
19194         * src/editgroup.c
19195         * src/exporthtml.c
19196         * src/folder.c
19197         * src/folderview.c
19198         * src/imap.c
19199         * src/jpilot.c
19200         * src/main.c
19201         * src/matcher_parser_parse.y
19202         * src/mbox.c
19203         * src/pop.c
19204         * src/prefs_account.c
19205         * src/prefs_gtk.c
19206         * src/prefs_msg_colors.c
19207         * src/procheader.c
19208         * src/procmime.c
19209         * src/procmime.h
19210         * src/procmsg.c
19211         * src/summaryview.c
19212         * src/textview.c
19213         * src/common/base64.c
19214         * src/common/partial_download.c
19215         * src/common/socket.c
19216         * src/common/sylpheed.c
19217         * src/common/utils.c
19218         * src/common/utils.h
19219         * src/gtk/pluginwindow.c
19220         * src/gtk/quicksearch.c
19221         * src/plugins/clamav/clamav_plugin.c
19222         * src/plugins/clamav/clamav_plugin.h
19223         * src/plugins/clamav/clamav_plugin_gtk.c
19224         * src/plugins/pgpmime/passphrase.c
19225         * src/plugins/pgpmime/pgpmime.c
19226         * src/plugins/pgpmime/plugin.c
19227         * src/plugins/pgpmime/prefs_gpg.c
19228         * src/plugins/pgpmime/prefs_gpg.h
19229         * src/plugins/pgpmime/select-keys.c
19230         * src/plugins/pgpmime/sgpgme.c
19231         * src/plugins/spamassassin/libspamc.c
19232         * src/plugins/spamassassin/spamassassin.c
19233         * src/plugins/spamassassin/spamassassin.h
19234         * src/plugins/spamassassin/spamassassin_gtk.c
19235         * src/plugins/trayicon/trayicon.c
19236         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
19237                 Sync with HEAD
19238
19239 2004-10-14 [colin]      0.9.12cvs126.2
19240
19241         * src/codeconv.c
19242         * src/textview.c
19243                 Fix conv_unreadable_locale
19244
19245 2004-10-13 [colin]      0.9.12cvs126.1
19246
19247         * src/compose.c
19248                 Sync with HEAD (don't convert charset for 
19249                 drafted messages, minor cleanup)
19250
19251 2004-10-13 [colin]      0.9.12cvs125.1
19252
19253         * po/POTFILES.in
19254                 Sync with HEAD (POTFILES fix)
19255
19256 2004-10-12 [colin]      0.9.12cvs124.3
19257
19258         * src/compose.c
19259                 Fix encoding bug from latest sync
19260
19261 2004-10-12 [paul]       0.9.12cvs124.2
19262
19263         * src/plugins/pgpmime/prefs_gpg.c
19264         * src/plugins/pgpmime/prefs_gpg.h
19265                 forgotten in last commit        
19266
19267 2004-10-12 [paul]       0.9.12cvs124.1
19268
19269         * ChangeLog.claws
19270         * configure.ac
19271         * m4/spamassassin.m4
19272         * src/Makefile.am
19273         * src/account.c
19274         * src/compose.c
19275         * src/compose.h
19276         * src/crash.c
19277         * src/main.c
19278         * src/mimeview.c
19279         * src/passphrase.c
19280         * src/passphrase.h
19281         * src/prefs_account.c
19282         * src/prefs_account.h
19283         * src/prefs_common.c
19284         * src/privacy.c
19285         * src/privacy.h
19286         * src/procmime.c
19287         * src/procmime.h
19288         * src/procmsg.c
19289         * src/rfc2015.c
19290         * src/rfc2015.h
19291         * src/select-keys.c
19292         * src/select-keys.h
19293         * src/textview.c
19294         * src/common/utils.c
19295         * src/common/utils.h
19296         * src/gtk/about.c
19297         * src/plugins/pgpmime/Makefile.am
19298         * src/plugins/pgpmime/passphrase.c
19299         * src/plugins/pgpmime/passphrase.h
19300         * src/plugins/pgpmime/pgpmime.c
19301         * src/plugins/pgpmime/plugin.c
19302         * src/plugins/pgpmime/select-keys.c
19303         * src/plugins/pgpmime/select-keys.h
19304         * src/plugins/pgpmime/sgpgme.c
19305         * src/plugins/pgpmime/sgpgme.h
19306                 sync with HEAD
19307
19308 2004-10-04 [colin]      0.9.12cvs122.1
19309
19310         * src/mainwindow.c
19311         * src/messageview.c
19312         * src/messageview.h
19313         * src/textview.c
19314                 Sync with HEAD
19315
19316 2004-10-04 [colin]      0.9.12cvs121.1
19317
19318         * src/summaryview.c
19319                 Sync with HEAD
19320
19321 2004-10-04 [paul]       0.9.12cvs120.1
19322
19323         * configure.ac
19324                 sync with HEAD [don't try to build 
19325                 pgpmime plugin when gpgme is disabled]
19326
19327 2004-10-03 [colin]      0.9.12cvs119.3
19328
19329         * src/gtk/gtksctree.c
19330                 Lots of side effects. Put back as before 117.2.
19331         * src/summaryview.c
19332                 Fix bug #602
19333
19334 2004-10-03 [colin]      0.9.12cvs119.2
19335
19336         * src/gtk/gtksctree.c
19337                 Revert 608 fix that doesn't work that good
19338
19339 2004-10-02 [colin]      0.9.12cvs119.1
19340
19341         * src/mainwindow.c
19342         * src/messageview.c
19343         * src/prefs_common.h
19344         * src/procmime.c
19345         * src/procmime.h
19346         * src/textview.c
19347                 Sync with HEAD
19348         * src/gtk/gtksctree.c
19349                 Close bug #608
19350
19351 2004-10-01 [colin]      0.9.12cvs118.1
19352
19353         * src/mimeview.c
19354                 Sync with HEAD (better Save All fix)
19355
19356 2004-10-01 [colin]      0.9.12cvs117.2
19357
19358         * src/gtk/gtksctree.c
19359                 Faster on selection
19360
19361 2004-10-01 [colin]      0.9.12cvs117.1
19362
19363         * src/mimeview.c
19364                 Sync with HEAD (Save All: only attachments)
19365
19366 2004-10-01 [paul]       0.9.12cvs116.1
19367
19368         * ChangeLog.claws
19369         * configure.ac
19370         * src/account.c
19371         * src/prefs_common.c
19372         * src/gtk/colorlabel.c
19373                 sync with HEAD
19374
19375 2004-09-30 [colin]      0.9.12cvs115.1
19376
19377         * src/stock_pixmap.c
19378         * src/stock_pixmap.h
19379         * src/folderview.c
19380         * src/Makefile.am
19381         * src/pixmaps/read.xpm
19382                 Sync with HEAD (new pixmap)
19383
19384 2004-09-29 [colin]      0.9.12cvs114.1
19385
19386         * src/compose.c
19387                 Sync with HEAD
19388                 Fix focus handling in headers
19389
19390 2004-09-29 [paul]       0.9.12cvs113.1
19391
19392         * src/quote_fmt_parse.y
19393                 sync with HEAD
19394  
19395
19396 2004-09-28 [colin]      0.9.12cvs112.1
19397
19398         * src/folderview.c
19399         * src/mainwindow.c
19400                 Sync with HEAD
19401
19402 2004-09-28 [colin]      0.9.12cvs110.1
19403
19404         * src/folderview.c
19405                 Sync with HEAD (Contextual Empty trash menu)
19406
19407 2004-09-28 [colin]      0.9.12cvs108.1
19408
19409         * src/addressbook.c
19410                 Sync with HEAD (addressbook edit on double-click)
19411
19412 2004-09-28 [colin]      0.9.12cvs106.1
19413
19414         * src/inc.c
19415                 Sync with HEAD (folder_item freeze on inc)
19416
19417 2004-09-27 [colin]      0.9.12cvs105.1
19418
19419         * src/folderview.c
19420                 Sync with HEAD (right-align new and unread column)
19421
19422 2004-09-27 [colin]      0.9.12cvs104.1
19423
19424         * src/main.c
19425                 Sync with HEAD (revert 0.9.12cvs101)
19426
19427 2004-09-24 [colin]      0.9.12cvs103.2
19428
19429         * src/wizard.c
19430                 Fix gtk warnings and use domain part of the email address 
19431                 when domain detection fails (no dot in domain name)
19432
19433 2004-09-23 [colin]      0.9.12cvs103.1
19434
19435         * src/plugins/spamassassin/libspamc.c
19436         * src/plugins/spamassassin/libspamc.h
19437         * src/plugins/spamassassin/utils.c
19438         * src/plugins/spamassassin/utils.h
19439                 Sync with HEAD (Update spamassassin to 3.0)
19440
19441 2004-09-21 [colin]      0.9.12cvs102.3
19442
19443         * src/action.c
19444                 Add horizontal scrollbar in action io dialog as needed
19445                 Patch by Alfons.
19446
19447 2004-09-20 [colin]      0.9.12cvs102.2
19448
19449         * src/plugins/image_viewer/viewer.c
19450                 Remove imlib stuff
19451                 use gtk_pixmap_set when clearing
19452                 (would be better to use gtkImages, but causes size-allocate 
19453                 signals storm)
19454
19455 2004-09-17 [paul]       0.9.12cvs102.1
19456
19457         * ChangeLog
19458         * ChangeLog.claws
19459         * ChangeLog.jp
19460         * configure.ac
19461         * src/inc.c
19462                 sync with HEAD
19463
19464
19465 2004-09-17 [colin]      0.9.12cvs101.1
19466
19467         * ChangeLog.claws
19468         * src/main.c
19469                 Sync with HEAD (fix segs at exit)
19470
19471 2004-09-14 [colin]      0.9.12cvs99.5
19472
19473         * src/common/socket.c
19474         * AUTHORS
19475                 Fix send error on 64bit platforms
19476                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
19477
19478 2004-09-14 [colin]      0.9.12cvs99.4
19479
19480         * src/action.c
19481                 Fix action output with utf8 
19482                 Patch by Alfons.
19483
19484 2004-09-14 [colin]      0.9.12cvs99.3
19485
19486         * ChangeLog.claws
19487         * src/folder.c
19488                 Sync with HEAD
19489
19490 2004-09-09 [colin]      0.9.12cvs99.2
19491
19492         * src/action.c
19493                 Fix progress bar (displaying "Completed %v/%u")
19494                 Patch by Alfons.
19495
19496 2004-09-08 [colin]      0.9.12cvs99.1
19497
19498         * src/account.c
19499         * src/folder.c
19500         * src/procmsg.c
19501         * src/procmsg.h
19502         * src/plugins/pgpmime/pgpmime.c
19503                 Sync with HEAD
19504
19505 2004-09-08 [colin]      0.9.12cvs97.2
19506
19507         * src/summaryview.c
19508                 Don't select mails in collapsed threads 
19509                 when navigating with up/down
19510
19511 2004-09-07 [colin]      0.9.12cvs97.1
19512
19513         * src/inc.c
19514                 Sync with HEAD (meaningful error messages)
19515
19516 2004-09-06 [colin]      0.9.12cvs96.1
19517
19518         * src/toolbar.c
19519                 Sync with HEAD (fix Redirect graying out)
19520
19521 2004-09-06 [colin]      0.9.12cvs95.1
19522
19523         * src/summaryview.c
19524         * src/mimeview.c
19525                 Sync with HEAD (fix dropped URIs)
19526
19527 2004-09-06 [colin]      0.9.12cvs94.1
19528
19529         * src/addressbook.c
19530         * src/addressitem.h
19531         * src/addritem.c
19532         * src/addritem.h
19533                 Sync with HEAD (addressbook DnD)
19534
19535 2004-09-03 [colin]      0.9.12cvs93.1
19536
19537         * src/summaryview.c
19538                 Sync with HEAD (next/prev unread)
19539
19540 2004-09-03 [colin]      0.9.12cvs92.1
19541
19542         * src/prefs_common.c
19543         * src/prefs_common.h
19544         * src/summaryview.c
19545                 Sync with HEAD ('mark_as_read_delay' pref)
19546
19547 2004-09-02 [colin]      0.9.12cvs91.2
19548
19549         * src/common/xml.c
19550                 Fix leak
19551
19552 2004-09-02 [colin]      0.9.12cvs91.1
19553
19554         * src/gtk/menu.c
19555                 Sync with HEAD (menu accel don't work, but whatever)
19556
19557 2004-09-02 [colin]      0.9.12cvs90.1
19558
19559         * src/account.c
19560                 Sync with HEAD (fix bug 582)
19561
19562 2004-09-02 [colin]      0.9.12cvs89.1
19563
19564         * src/addrindex.c
19565                 Sync with HEAD (free deleted queries)
19566
19567 2004-09-02 [colin]      0.9.12cvs88.1
19568
19569         * src/ldapquery.c
19570                 Sync with HEAD (fix LDAP freezes)
19571
19572 2004-09-02 [colin]      0.9.12cvs87.1
19573
19574         * src/prefs_spelling.c
19575                 Sync with HEAD (add default dictionary)
19576
19577 2004-09-01 [colin]      0.9.12cvs86.1
19578
19579         * src/filtering.c
19580         * src/folderview.c
19581         * src/imap.c
19582         * src/prefs_matcher.c
19583         * src/stock_pixmap.c
19584         * src/summary_search.c
19585         * src/summaryview.c
19586         * src/wizard.c
19587         * src/wizard.h
19588                 Sync with HEAD (uninitialized vars fixes)
19589                 + gtk2 specific warning fixes
19590
19591 2004-08-31 [colin]      0.9.12cvs85.1
19592
19593         * src/folder.c
19594                 Sync with HEAD (Fix memory corruption due to 
19595                 uninitialized var)
19596
19597 2004-08-31 [colin]      0.9.12cvs84.4
19598
19599         * src/summary_search.c
19600                 Fix segfaults when searching in folders with broken headers
19601
19602 2004-08-31 [colin]      0.9.12cvs84.3
19603
19604         * src/compose.c
19605         * src/textview.c
19606                 Fix some more encoding/decoding issues
19607
19608 2004-08-30 [colin]      0.9.12cvs84.2
19609
19610         * src/mimeview.c
19611         * src/prefs_themes.c
19612         * src/gtk/filesel.c
19613         * src/gtk/filesel.h
19614                 Add a folder-mode selection (fixes mimeview's "Save all")
19615
19616 2004-08-29 [colin]      0.9.12cvs84.1
19617
19618         * src/mimeview.c
19619                 Sync with HEAD (don't escape saved filenames)
19620
19621 2004-08-27 [colin]      0.9.12cvs83.1
19622
19623         * ChangeLog
19624         * ChangeLog.claws
19625         * ChangeLog.jp
19626         * src/mh.c
19627         * src/procheader.c
19628         * src/procmsg.c
19629         * src/procmsg.h
19630         * src/common/utils.c
19631         * src/gtk/menu.h
19632         * po/
19633                 Sync with HEAD 0.9.12cvs83 (sync with main)
19634
19635 2004-08-26 [colin]      0.9.12cvs82.4
19636
19637         * src/codeconv.c
19638                 Fix strange stack corruption
19639                 Convert to utf8 after unmime, not before
19640
19641 2004-08-26 [colin]      0.9.12cvs82.3
19642
19643         * src/main.c
19644         * src/wizard.c
19645                 Fix account folders duplication
19646
19647 2004-08-25 [colin]      0.9.12cvs82.2
19648
19649         * src/wizard.c
19650                 Remove ports
19651                 Add SSL selection
19652                 Use login@server as account name
19653
19654 2004-08-25 [colin]      0.9.12cvs82.1
19655
19656         * src/plugins/pgpmime/pgpmime.c
19657                 Sync with HEAD (leak fix).
19658
19659 2004-08-25 [colin]      0.9.12cvs81.1
19660
19661         * src/plugins/pgpmime/pgpmime.c
19662         * src/plugins/pgpmime/sgpgme.c
19663         * src/plugins/pgpmime/sgpgme.h
19664                 Sync with HEAD (Handle combined messages).
19665
19666 2004-08-24 [colin]      0.9.12cvs80.3
19667
19668         * src/wizard.c
19669                 Fix full name, ports, and imap
19670
19671 2004-08-24 [colin]      0.9.12cvs80.2
19672
19673         * src/Makefile.am
19674         * src/main.c
19675         * src/setup.c
19676         * src/setup.h
19677         * src/stock_pixmap.c
19678         * src/stock_pixmap.h
19679         * src/wizard.c ** ADDED **
19680         * src/wizard.h ** ADDED ** 
19681         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
19682                 Add a setup wizard 
19683
19684 2004-08-24 [colin]      0.9.12cvs80.1
19685
19686         * src/folder.c
19687                 Sync with HEAD (set mimeflags on all messages)
19688
19689 2004-08-24 [colin]      0.9.12cvs79.3
19690
19691         * src/matcher_parser_lex.l
19692                 Fix 8bits strings not in utf8
19693
19694 2004-08-24 [colin]      0.9.12cvs79.2
19695
19696         * src/compose.c
19697                 Check conversion result before replacing buffer
19698
19699 2004-08-23 [colin]      0.9.12cvs79.1
19700
19701         * src/compose.c
19702                 Sync with HEAD (create message header in memory)
19703
19704 2004-08-23 [colin]      0.9.12cvs78.1
19705
19706         * src/rfc2015.c
19707         * src/rfc2015.h
19708                 Sync with HEAD (fix bug 197 again)
19709
19710 2004-08-23 [colin]      0.9.12cvs77.3
19711
19712         * src/compose.c
19713                 Fix again inline gpg signing (which outputs utf8
19714                 in gtk2). Not syncing this fix to HEAD as this 
19715                 code is meant to die.
19716
19717 2004-08-23 [colin]      0.9.12cvs77.2
19718
19719         * src/prefs_account.h
19720                 Remove useless include
19721
19722 2004-08-23 [colin]      0.9.12cvs77.1
19723
19724         * src/imap.c
19725         * po/es.po
19726         * po/fr.po
19727         * po/it.po
19728         * po/pl.po
19729         * po/pt_BR.po
19730         * po/sk.po
19731         * po/sr.po
19732                 Sync with HEAD (fix bug 577)
19733
19734 2004-08-22 [colin]      0.9.12cvs76.1
19735
19736         * src/plugins/trayicon/trayicon.c
19737                 Sync with HEAD (fix formatting bug)
19738
19739 2004-08-21 [colin]      0.9.12cvs74.2
19740
19741         * src/gtk/colorsel.c
19742                 Fix bug 564 (Folder color selection window exits on any
19743                 keypress)
19744
19745 2004-08-21 [colin]      0.9.12cvs74.1
19746
19747         * ChangeLog.claws
19748         * src/compose.c
19749         * src/summaryview.c
19750         * src/toolbar.c
19751                 Sync with HEAD (fix bug 576)
19752
19753 2004-08-21 [colin]      0.9.12cvs70.1
19754
19755         * src/compose.c
19756         * src/mainwindow.c
19757                 Sync with HEAD
19758                 
19759
19760 2004-08-21 [paul]       0.9.12cvs66.4
19761
19762         * src/mainwindow.c
19763         * src/messageview.c
19764         * src/gtk/menu.c
19765         * src/plugins/spamassassin/spamassassin_gtk.c
19766                 remove some deprecated gtk1 functions
19767
19768
19769 2004-08-21 [colin]      0.9.12cvs66.3
19770
19771         * src/compose.c
19772         * src/codeconv.c
19773                 Fix warnings
19774                 Remove encoding hacks
19775                 Fix bug 575 (Strange character messes up message)
19776                 Don't display conversion error when drafting
19777
19778 2004-08-21 [paul]       0.9.12cvs66.2
19779
19780         * src/prefs_account.c
19781                 fix GnuPG mode bugs
19782
19783
19784 2004-08-20 [colin]      0.9.12cvs66.1
19785
19786         * src/codeconv.c
19787                 Sync with HEAD 0.9.12cvs66
19788
19789 2004-08-20 [paul]
19790
19791         * src/plugins/pgpmime/plugin.c
19792                 modify PGP/MIME plugin's description
19793
19794 2004-08-17 [colin]      0.9.12cvs65.1
19795
19796         * src/common/ssl.c
19797         * src/plugins/pgpmime/plugin.c
19798                 Sync with HEAD
19799
19800 2004-08-14 [colin]      0.9.12cvs60.3
19801
19802         * src/plugins/trayicon/trayicon.c
19803                 Put back resize callback, on size-request signal
19804                 rather than size-allocate to avoid infinite 
19805                 callback loop
19806
19807 2004-08-13 [colin]      0.9.12cvs60.2
19808
19809         * src/common/defs.h
19810                 Cache versions have been fixed
19811
19812 2004-08-13 [colin]      0.9.12cvs60.1
19813
19814         * src/folderutils.c
19815                 Sync with HEAD
19816
19817 2004-08-12 [colin]      0.9.12cvs59.1
19818
19819         * src/plugins/trayicon/trayicon.c
19820                 Sync with HEAD
19821
19822 2004-08-12 [colin]      0.9.12cvs57.5
19823
19824         * sylpheed.desktop
19825         * configure.ac
19826         * src/Makefile.am
19827         * src/main.c
19828                 Add support for Freedesktop.org's startup notification
19829
19830 2004-08-11 [colin]      0.9.12cvs57.4
19831
19832         * src/textview.c
19833                 Fix off-by-one
19834
19835 2004-08-11 [colin]      0.9.12cvs57.3
19836
19837         * src/message_search.c
19838         * src/summary_search.c
19839                 Make searches case insensitive by default
19840         * src/textview.c
19841                 Fix case-insensitive search in message
19842
19843 2004-08-11 [colin]      0.9.12cvs57.2
19844
19845         * src/summary_search.c
19846                 Let case-sensitive be specified
19847
19848 2004-08-10 [colin]      0.9.12cvs55.4
19849
19850         * src/common/socket.c
19851                 Fix the possible race condition
19852
19853 2004-08-09 [paul]       0.9.12cvs55.3
19854
19855         * configure.ac
19856         * src/Makefile.am
19857         * src/common/Makefile.am
19858                 sync with HEAD
19859
19860
19861 2004-08-09 [paul]       0.9.12cvs55.2
19862
19863         * autogen.sh
19864         * po/poconv.sh
19865                 remove unneeded script
19866
19867         * configure.ac
19868                 add forgotten USE_LDAP_TLS (sync with HEAD)
19869
19870
19871 2004-08-09 [colin]      0.9.12cvs55.1
19872
19873         * src/main.c
19874         * src/common/ssl.c
19875         * src/common/sylpheed.c
19876         * src/common/sylpheed.h
19877                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
19878
19879 2004-08-09 [paul]       0.9.12cvs54.1
19880
19881         * ChangeLog
19882         * ChangeLog.claws
19883         * ChangeLog.jp
19884         * configure.ac
19885         * po/POTFILES.in
19886         * src/Makefile.am
19887         * src/folderutils.c
19888         * src/main.c
19889         * src/pgpmime.c
19890         * src/pgpmime.h
19891         * src/sgpgme.c
19892         * src/sgpgme.h
19893         * src/plugins/Makefile.am
19894         * src/plugins/pgpmime/.cvsignore
19895         * src/plugins/pgpmime/Makefile.am
19896         * src/plugins/pgpmime/pgpmime.c
19897         * src/plugins/pgpmime/pgpmime.h
19898         * src/plugins/pgpmime/plugin.c
19899         * src/plugins/pgpmime/sgpgme.c
19900         * src/plugins/pgpmime/sgpgme.h
19901                 sync with HEAD
19902
19903 2004-08-08 [paul]       0.9.12cvs51.1
19904
19905         * configure.ac
19906         * src/folder.c
19907                 sync with HEAD
19908
19909 2004-08-07 [colin]      0.9.12cvs50.1
19910
19911         * src/pop.c
19912         * src/common/partial_download.c
19913                 fix warnings (sync from HEAD)
19914
19915 2004-08-07 [colin]      0.9.12cvs48.1
19916
19917         * src/prefs_folder_item.c
19918                 sync with HEAD 0.9.12cvs48
19919
19920 2004-08-06 [colin]      0.9.12cvs47.1
19921
19922         * src/compose.c
19923                 Sync with HEAD
19924
19925 2004-08-06 [christoph]  0.9.12cvs46.2
19926
19927         * src/main.c
19928         * src/plugins/clamav/clamav_plugin_gtk.c
19929         * src/plugins/dillo_viewer/dillo_viewer.c
19930         * src/plugins/image_viewer/plugin.c
19931         * src/plugins/mathml_viewer/mathml_viewer.c
19932         * src/plugins/spamassassin/spamassassin_gtk.c
19933         * src/plugins/trayicon/trayicon.c
19934                 don't mix GTK1.2 plugin with GTK2 plugins
19935
19936 2004-08-06 [colin]      0.9.12cvs46.1
19937
19938         * ChangeLog
19939         * ChangeLog.claws
19940         * ChangeLog.jp
19941         * configure.ac
19942         * sylpheed-claws.pc.in
19943         * src/folder.c
19944         * src/imap.c
19945         * src/localfolder.c
19946         * src/messageview.c
19947         * src/mimeview.c
19948         * src/mimeview.h
19949         * src/msgcache.c
19950         * src/news.c
19951         * src/prefs_ext_prog.c
19952         * src/prefs_folder_item.c
19953         * src/prefs_fonts.c
19954         * src/prefs_msg_colors.c
19955         * src/prefs_spelling.c
19956         * src/prefs_themes.c
19957         * src/prefs_toolbar.c
19958         * src/prefs_wrapping.c
19959         * src/procmime.h
19960         * src/common/defs.h
19961         * src/common/nntp.c
19962         * src/common/session.c
19963         * src/common/session.h
19964         * src/common/socket.c
19965         * src/common/utils.h
19966         * src/common/xml.c
19967         * src/common/xml.h
19968         * src/gtk/prefswindow.c
19969         * src/gtk/prefswindow.h
19970         * src/plugins/clamav/clamav_plugin_gtk.c
19971         * src/plugins/dillo_viewer/dillo_prefs.c
19972         * src/plugins/image_viewer/viewerprefs.c
19973         * src/plugins/spamassassin/spamassassin_gtk.c
19974         * m4/openssl.m4 *** REMOVED ***
19975                 Sync with HEAD 0.9.12cvs46
19976
19977 2004-08-03 [paul]       0.9.12cvs40.2
19978
19979         * src/action.c
19980         * src/addressadd.c
19981         * src/addressbook.c
19982         * src/addrgather.c
19983         * src/browseldap.c
19984         * src/compose.c
19985         * src/crash.c
19986         * src/editaddress.c
19987         * src/editgroup.c
19988         * src/editldap_basedn.c
19989         * src/foldersel.c
19990         * src/importldif.c
19991         * src/mimeview.c
19992         * src/prefs_common.c
19993         * src/prefs_template.c
19994         * src/sourcewindow.c
19995         * src/summaryview.c
19996         * src/gtk/about.c
19997         * src/gtk/foldersort.c
19998         * src/gtk/logwindow.c
19999         * src/gtk/pluginwindow.c
20000         * src/gtk/prefswindow.c
20001                 change all gtk_scrolled_window_set_policy from 
20002                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
20003
20004 2004-08-02 [paul]       0.9.12cvs40.1
20005
20006         * AUTHORS
20007                 update translation team section
20008         * po/pt_BR.po
20009                 updated by Frederico Goncalves Guimaraes
20010                 <fggdebian@yahoo.com.br>
20011
20012 2004-07-31 [colin]      0.9.12cvs39.9
20013
20014         * src/exphtmldlg.c
20015                 Fix compilation
20016
20017 2004-07-31 [colin]      0.9.12cvs39.8
20018
20019         * src/exphtmldlg.c
20020                 Fix an alertpanel type
20021
20022 2004-07-30 [colin]      0.9.12cvs39.7
20023
20024         * src/alertpanel.c
20025                 Fix alertpanel_error_log's icon
20026
20027 2004-07-30 [colin]      0.9.12cvs39.6
20028
20029         * src/pop.c
20030                 Two of them should still be warnings
20031
20032 2004-07-30 [colin]      0.9.12cvs39.5
20033
20034         * src/pop.c
20035                 More warning -> error
20036 2004-07-29 [colin]      0.9.12cvs39.4
20037
20038         * src/pop.c
20039                 Warning -> error
20040
20041 2004-07-29 [colin]      0.9.12cvs39.3
20042
20043         * src/prefs_matcher.c
20044                 Fix segfault
20045
20046 2004-07-29 [colin]      0.9.12cvs39.2
20047
20048         * src/alertpanel.c
20049                 More nice-looking alertpanels
20050
20051 2004-07-29 [colin]      0.9.12cvs39.1
20052
20053         * src/messageview.c
20054                 sync with head
20055                 (inform user when partial mail is deleted on server)
20056
20057 2004-07-29 [colin]      0.9.12cvs38.1
20058
20059         * src/messageview.c
20060                 sync with head
20061
20062 2004-07-28 [paul]       0.9.12cvs37.7
20063
20064         * src/mainwindow.c
20065                 complete the replacement of deprecated gtk_progress_*
20066
20067 2004-07-28 [paul]       0.9.12cvs37.6
20068
20069         * src/action.c
20070         * src/inc.c
20071         * src/mainwindow.c
20072         * src/send_message.c
20073         * src/gtk/progressdialog.c
20074         * src/gtk/progressdialog.h
20075                 replace deprecated gtk_progress_*
20076
20077 2004-07-28 [paul]       0.9.12cvs37.5
20078
20079         * src/gtk/filesel.c
20080                 remove gtk_window_set_wmclass()
20081 2004-07-28 [paul]       0.9.12cvs37.4
20082
20083         * src/addressbook.c
20084         * src/compose.c
20085         * src/foldersel.c
20086         * src/mainwindow.c
20087         * src/messageview.c
20088         * src/sourcewindow.c
20089         * src/gtk/logwindow.c
20090                 remove gtk_window_set_wmclass()
20091                 
20092         * src/prefs_filtering.c
20093         * src/prefs_filtering_action.c
20094         * src/prefs_fonts.c
20095         * src/prefs_gtk.c
20096         * src/prefs_matcher.c
20097         * src/ssl_manager.c
20098         * src/gtk/prefswindow.c
20099                 replace gtk_window_position()
20100
20101 2004-07-28 [colin]      0.9.12cvs37.3
20102
20103         * src/alertpanel.c
20104         * src/alertpanel.h
20105                 Add a way to specify panel type for specific
20106                 panels (alertpanel())
20107         * src/account.c
20108         * src/addressbook.c
20109         * src/compose.c
20110         * src/expldifdlg.c
20111         * src/main.c
20112         * src/messageview.c
20113         * src/summaryview.c
20114         * src/textview.c
20115         * src/gtk/sslcertwindow.c
20116                 Fix alertpanel()s so that their icon match
20117                 their real type
20118
20119 2004-07-28 [paul]       0.9.12cvs37.2
20120
20121         * src/addr_compl.c
20122         * src/addressbook.c
20123         * src/alertpanel.c
20124         * src/compose.c
20125         * src/export.c
20126         * src/foldersel.c
20127         * src/folderview.c
20128         * src/grouplistdialog.c
20129         * src/import.c
20130         * src/mainwindow.c
20131         * src/message_search.c
20132         * src/messageview.c
20133         * src/passphrase.c
20134         * src/prefs_actions.c
20135         * src/prefs_common.c
20136         * src/prefs_customheader.c
20137         * src/prefs_display_header.c
20138         * src/prefs_filtering.c
20139         * src/prefs_filtering_action.c
20140         * src/prefs_gtk.c
20141         * src/prefs_matcher.c
20142         * src/prefs_msg_colors.c
20143         * src/prefs_summary_column.c
20144         * src/prefs_template.c
20145         * src/sourcewindow.c
20146         * src/ssl_manager.c
20147         * src/summary_search.c
20148         * src/gtk/colorsel.c
20149         * src/gtk/description_window.c
20150         * src/gtk/gtkaspell.c
20151         * src/gtk/inputdialog.c
20152         * src/gtk/logwindow.c
20153         * src/gtk/prefswindow.c
20154         * src/gtk/progressdialog.c
20155                 replace deprecated gtk_window_set_policy
20156
20157 2004-07-27 [colin]      0.9.12cvs37.1
20158
20159         * src/msgcache.c
20160                 More fixes (synced for head again)
20161
20162 2004-07-27 [colin]      0.9.12cvs35.3
20163
20164         * src/msgcache.c
20165                 Fix wrong test
20166
20167 2004-07-27 [colin]      0.9.12cvs35.2
20168
20169         * src/mimeview.c
20170                 Fix width a bit (by Paul)
20171         * src/alertpanel.c
20172         * src/alertpanel.h
20173                 Specialize icons, make alertpanel_message()
20174                 private
20175         * src/message_search.c
20176         * src/sgpgme.c
20177         * src/summary_search.c
20178                 Suit alertpanel changes
20179
20180 2004-07-27 [colin]      0.9.12cvs35.1
20181
20182         * src/alertpanel.c
20183                 Add an icon
20184         * src/passphrase.c
20185                 Add debug output - maybe someone will
20186                 want to look at the problem with Grab
20187                 Input :)
20188         Bump version as we're synced with HEAD
20189
20190 2004-07-26 [colin]      0.9.12cvs33.26
20191
20192         * src/pop.c
20193                 Fix uidl-file parsing when not in new
20194                 format
20195
20196 2004-07-26 [colin]      0.9.12cvs33.25
20197
20198         * src/gtk/menu.c
20199                 Move popup menu up if necessary (fixes 
20200                 account selector)
20201         * src/mainwindow.c
20202                 Set account selector's button height to
20203                 minimum
20204
20205 2004-07-26 [colin]      0.9.12cvs33.24
20206
20207         * src/alertpanel.c
20208                 Maybe fix 551 (Truncated font in alert window)
20209
20210 2004-07-26 [colin]      0.9.12cvs33.23
20211
20212         * po/de.po
20213         * po/es.po
20214         * po/fr.po
20215         * po/it.po
20216         * po/ja.po
20217         * po/pl.po
20218         * po/ru.po
20219         * po/sk.po
20220         * po/sr.po
20221         * po/zh_CN.po
20222                 Sync po files with HEAD
20223
20224 2004-07-26 [paul]       0.9.12cvs33.22
20225
20226         * src/compose.c
20227                 fix Bug 556 'Organisation-header is sent even if empty'
20228
20229 2004-07-24 [colin]      0.9.12cvs33.21
20230
20231         * src/compose.c
20232         * src/gtk/gtkaspell.c
20233         * src/gtk/gtkaspell.h
20234                 Fix speller accelerators (require hack)
20235
20236 2004-07-24 [colin]      0.9.12cvs33.20
20237
20238         * src/gtk/gtkaspell.c
20239                 Fix over-eager code deletion breaking
20240                 Check while typing
20241
20242 2004-07-24 [colin]      0.9.12cvs33.19
20243
20244         * src/browseldap.c
20245         * src/ldapctrl.c
20246         * src/ldapctrl.h
20247         * src/ldapserver.h
20248                 Sync ldap with HEAD
20249         (Fixes 546 LDAP completely broken)
20250
20251 2004-07-24 [colin]      0.9.12cvs33.18
20252
20253         * src/prefs_msg_colors.c
20254                 Fix prototype mismatch
20255         (Fixes 547 void function cannot return value)
20256
20257 2004-07-24 [colin]      0.9.12cvs33.17
20258
20259         * src/mainwindow.c
20260                 Fix sort going back to previous sort key
20261                 when changing sort direction
20262
20263 2004-07-24 [colin]      0.9.12cvs33.16
20264
20265         * src/compose.c
20266                 Fix space insertion when re-wrapping at 
20267                 cursor point
20268
20269 2004-07-24 [colin]      0.9.12cvs33.15
20270
20271         * src/gtk/gtkaspell.c
20272                 Don't change cursor position in insert-text
20273                 callback
20274         (Fixes 539 Word wrapping on input transposes letters)
20275
20276 2004-07-24 [colin]      0.9.12cvs33.14
20277
20278         * src/gtk/gtkaspell.c
20279                 Reencode non-ascii chars to dictionary's
20280                 encoding
20281         (Fixes 544 Spell check broken non english locale)
20282
20283 2004-07-24 [colin]      0.9.12cvs33.13
20284
20285         * src/summaryview.c
20286                 Fix Shift+Down, add Home/End/PgUp/PgDown
20287
20288 2004-07-21 [colin]      0.9.12cvs33.12
20289
20290         * src/prefs_common.c
20291                 Fix a gtk warning (Patch by Andrej Kacian)
20292
20293 2004-07-21 [colin]      0.9.12cvs33.11
20294
20295         * src/gtk/filesel.c
20296                 More check
20297
20298 2004-07-21 [colin]      0.9.12cvs33.10
20299
20300         * src/compose.c
20301         * src/crash.c
20302         * src/export.c
20303         * src/import.c
20304         * src/messageview.c
20305         * src/mimeview.c
20306         * src/prefs_spelling.c
20307         * src/prefs_themes.c
20308         * src/summaryview.c
20309         * src/gtk/filesel.c
20310         * src/gtk/filesel.h
20311         * src/gtk/pluginwindow.c
20312                 Untwist open/save mode guessing logic, make
20313                 it explicit
20314
20315 2004-07-20 [colin]      0.9.12cvs33.9
20316
20317         * src/codeconv.c
20318                 conv_encode_header: src_charset is UTF-8 on
20319                 gtk2
20320         * src/compose.c
20321                 Remove double encoding of the headers
20322
20323 2004-07-20 [colin]      0.9.12cvs33.8
20324
20325         * src/codeconv.c
20326                 Fix typo
20327
20328 2004-07-20 [colin]      0.9.12cvs33.7
20329
20330         * src/mainwindow.c
20331                 Set the separated messageview to the saved
20332                 size of Claws' messageview (Patch by Alfons)
20333                 Fix a callback prototype (me)
20334
20335 2004-07-20 [colin]      0.9.12cvs33.6
20336
20337         * src/codeconv.h
20338                 Forgot one hunk in 0.9.12cvs33.4
20339
20340 2004-07-19 [colin]      0.9.12cvs33.5
20341
20342         * src/action.c
20343                 Action output fix
20344                 Patch by Alfons
20345
20346 2004-07-19 [colin]      0.9.12cvs33.4
20347
20348         * src/compose.c
20349                 Fix outgoing charset bug in headers
20350         * src/codeconv.c
20351                 Clean for glib2 - Patch by Alfons
20352
20353 2004-07-19 [colin]      0.9.12cvs33.3
20354
20355         * src/statusbar.c
20356                 Remove grip from the statusbar
20357                 Patch by Alfons
20358
20359 2004-07-19 [colin]      0.9.12cvs33.2
20360
20361         * src/messageview.c
20362         * src/textview.c
20363                 Fix messageview remembering the previous
20364                 scroll position when loading a new message
20365                 Patch by Alfons
20366
20367 2004-07-19 [colin]      0.9.12cvs33.1
20368
20369         * src/folder.h
20370         * src/folderview.c
20371         * src/summaryview.c
20372                 Sync with HEAD
20373
20374 2004-07-18 [colin]      0.9.12cvs32.7
20375
20376         * configure.ac
20377                 Remove useless check for XIM - noticed
20378                 by Alfons
20379
20380 2004-07-18 [colin]      0.9.12cvs32.6
20381
20382         * src/summaryview.c
20383                 Remove non-modified and shift-modified
20384                 accelerators in summaryview's popup
20385                 menu, as that doesn't get catched by
20386                 the accel-activate signal catcher...
20387
20388 2004-07-18 [colin]      0.9.12cvs32.5
20389
20390         * src/prefs_common.c
20391                 Define sensible default prefs for 
20392                 wrapping
20393
20394 2004-07-18 [colin]      0.9.12cvs32.4
20395
20396         * src/compose.c
20397         * src/prefs_common.c
20398         * src/prefs_common.h
20399         * src/prefs_wrapping.c
20400                 Remove Smart Wrapping pref, which does
20401                 nothing on gtk2 branch
20402
20403 2004-07-18 [colin]      0.9.12cvs32.3
20404
20405         * src/sourcewindow.c
20406                 Proper utf8
20407
20408 2004-07-18 [colin]      0.9.12cvs32.2
20409
20410         * src/compose.c
20411                 Save attachment status when drafting
20412
20413 2004-07-18 [colin]      0.9.12cvs32.1
20414
20415         * src/gtk/filesel.c
20416                 Fix erratic folder selection in open mode
20417
20418 2004-07-18 [colin]      0.9.12cvs31.11
20419
20420         * src/pop.c
20421                 Don't let partial messages get deleted
20422                 even with "dowload all"
20423                 (0.9.12cvs31.8 fix extension)
20424 2004-07-18 [colin]      0.9.12cvs31.10
20425
20426         * src/gtk/logwindow.c
20427                 Fix log scrolling
20428
20429 2004-07-18 [colin]      0.9.12cvs31.9
20430
20431         * src/common/utils.c
20432                 Fix non-utf8 strings coming from commands
20433                 and files
20434
20435 2004-07-18 [colin]      0.9.12cvs31.8
20436
20437         * src/pop.c
20438                 Fix partial download bug with Download all
20439                 messages option
20440
20441 2004-07-18 [colin]      0.9.12cvs31.7
20442
20443         * src/textview.c
20444                 Fix bug introduced in 0.9.12cvs31.2
20445                 (blocked in select mode after double click)
20446
20447 2004-07-18 [colin]      0.9.12cvs31.6
20448
20449         * src/compose.c
20450         * src/gtk/menu.c
20451                 More glib-warning fixes
20452
20453 2004-07-18 [colin]      0.9.12cvs31.5
20454
20455         * src/compose.c
20456                 Fix trashing the primary clipboard when moving 
20457                 around with tab
20458         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
20459
20460 2004-07-18 [colin]      0.9.12cvs31.4
20461
20462         * src/codeconv.c
20463                 convert unencoded iso headers to utf8
20464         (Fix Bug 538 Unencoded local characters in subject make it 
20465          disappear)
20466
20467 2004-07-18 [colin]      0.9.12cvs31.3
20468
20469         * src/compose.c
20470                 Fix tab char handling in wrapping
20471         (Fix Bug 537 Line wrap problem - TAB character treated as 
20472          one character instead of 8)
20473
20474 2004-07-18 [colin]      0.9.12cvs31.2
20475
20476         * src/textview.c
20477                 return FALSE on GDK_MOTION_NOTIFY
20478         (Fix Bug 535 Hyperlinks/addresses are not selectable 
20479          (unable to highlight))
20480
20481 2004-07-18 [colin]      0.9.12cvs31.1
20482
20483         * src/folderview.c
20484                 Sync with 0.9.12cvs31
20485
20486 2004-07-18 [colin]      0.9.12cvs30.4
20487
20488         * src/compose.c
20489                 Also block text_inserted when inserting a file
20490
20491 2004-07-18 [colin]      0.9.12cvs30.3
20492
20493         * src/compose.c
20494                 Fix smart wrapping (block text_inserted handler
20495                 while putting quotation to avoid wrap on input,
20496                 don't join lines if next is sig separator)
20497
20498 2004-07-17 [colin]      0.9.12cvs30.2
20499
20500         * src/folderview.c
20501         * src/mainwindow.c
20502         * src/mimeview.c
20503         * src/summaryview.c
20504         * src/gtk/quicksearch.c
20505         * src/gtk/quicksearch.h
20506                 Block key events handlers *and* accels while
20507                 quicksearch is focused
20508         (Fixes Bug 534 quick-search bar not accepting certain letters)
20509
20510 2004-07-17 [colin]      0.9.12cvs30.1
20511
20512         * src/folder.h
20513         * src/folderview.c
20514         * src/summaryview.c
20515                 Sync with 0.9.12cvs30
20516
20517 2004-07-17 [colin]      0.9.12cvs28.2
20518
20519         * src/mimeview.c
20520         * src/procmime.c
20521         * src/summaryview.c
20522         * src/gtk/menu.c
20523                 Squash some compile and glib warnings
20524
20525 2004-07-17 [paul]       0.9.12cvs28.1
20526
20527         * src/mimeview.c
20528                 sync with 0.9.12cvs28 HEAD
20529
20530 2004-07-16 [paul]       0.9.12cvs26.1
20531         
20532         * src/gtk/quicksearch.c
20533         * src/account.c
20534         * src/account.h
20535         * src/compose.c
20536         * src/customheader.c
20537         * src/folder_item_prefs.c
20538         * src/main.c
20539         * src/mainwindow.c
20540         * src/messageview.c
20541         * src/mimeview.c
20542         * src/news.c
20543         * src/pgpmime.c
20544         * src/pop.c
20545         * src/pop.h
20546         * src/prefs_account.c
20547         * src/prefs_account.h
20548         * src/prefs_common.c
20549         * src/prefs_common.h
20550         * src/prefs_display_header.c
20551         * src/prefs_gtk.c
20552         * src/prefs_gtk.h
20553         * src/procheader.c
20554         * src/procmime.c
20555                 sync with 0.9.12cvs26 HEAD      
20556
20557 2004-07-15 [colin]      0.9.12cvs18.14
20558
20559         * src/folder.c
20560                 Disable GPG signature check during
20561                 folder move and scan
20562         (Closes Bug 521 Signature checking slows down Folder-Move)
20563
20564 2004-07-14 [colin]      0.9.12cvs18.13
20565
20566         * src/common/partial_download.c
20567                 update includes
20568
20569 2004-07-14 [colin]      0.9.12cvs18.12
20570
20571         * src/common/partial_download.c
20572         * src/common/partial_download.h
20573                 Move doc at top, add correct copyright
20574
20575 2004-07-14 [colin]      0.9.12cvs18.11
20576
20577         * src/folder.c
20578         * src/messageview.c
20579         * src/pop.c
20580         * src/pop.h
20581         * src/procmsg.c
20582         * src/summaryview.c
20583         * src/common/Makefile.am
20584         * src/common/partial_download.c ** NEW FILES **
20585         * src/common/partial_download.h ** NEW FILES **
20586                 Move partial-download related stuff to its
20587                 own file
20588
20589 2004-07-14 [colin]      0.9.12cvs18.10
20590
20591         * src/send_message.c
20592                 Fix smtp auth when user is null or empty
20593
20594 2004-07-13 [colin]      0.9.12cvs18.9
20595
20596         * src/gtk/quicksearch.c
20597                 Use alphabetic order
20598
20599 2004-07-13 [colin]      0.9.12cvs18.8
20600
20601         * src/pop.c
20602                 Be paranoid on the checks
20603
20604 2004-07-13 [colin]      0.9.12cvs18.7
20605
20606         * src/gtk/quicksearch.c
20607                 Fix Engrish once again
20608
20609 2004-07-13 [colin]      0.9.12cvs18.6
20610
20611         * src/procmsg.c
20612         * src/summaryview.c
20613                 Mark messages for deletion when they are about to
20614                 be removed from trash
20615
20616 2004-07-13 [colin]      0.9.12cvs18.5
20617
20618         * src/matcher.c
20619         * src/matcher.h
20620         * src/matcher_parser_parse.y
20621         * src/prefs_matcher.c
20622         * src/gtk/quicksearch.c
20623                 Add 'partial' ('p') match string to find partially
20624                 downloaded messages
20625
20626 2004-07-13 [colin]      0.9.12cvs18.4
20627
20628         * src/pop.c
20629                 Fix misplaced block
20630
20631 2004-07-13 [colin]      0.9.12cvs18.3
20632
20633         * src/pop.c
20634         * src/pop.h
20635         * src/messageview.c
20636                 Refactor API (to avoid passing 5+ params and code
20637                 duplication)
20638         * src/folder.c
20639         * src/msgcache.c
20640         * src/procheader.c
20641         * src/common/defs.h
20642                 Add planned_download to cache
20643                 Don't mess uidl file when moving partially downloaded
20644                 mails (they change folder, we should change it in the
20645                 uidl list too or we'll remove an incorrect message)
20646                 (this also helps removing hacks when changing 
20647                 planned_download in messageview.c)
20648
20649 2004-07-12 [colin]      0.9.12cvs18.2
20650
20651         * src/gtk/quicksearch.c
20652                 Fix missing status update in quicksearch
20653
20654 2004-07-12 [paul]       0.9.12cvs18.1
20655
20656         * po/POTFILES.in
20657         * src/Makefile.am
20658         * src/account.c
20659         * src/codeconv.c
20660         * src/compose.c
20661         * src/inc.c
20662         * src/main.c
20663         * src/prefs_common.c
20664         * src/procmsg.h
20665         * src/toolbar.c
20666         * src/prefs_msg_colors.[ch]     ** NEW FILES **
20667         * src/prefs_wrapping.[ch]       ** NEW FILES **
20668         * src/common/intl.h
20669         * src/common/utils.[ch]
20670         * src/gtk/quicksearch.[ch]
20671                 sync with 0.9.12cvs18 HEAD
20672
20673 2004-07-12 [colin]      0.9.11cvs17.25
20674
20675         * src/folder.c
20676         * src/folder.h
20677                 Remove unused function added by me in 0.9.11cvs17.10
20678
20679 2004-07-11 [colin]      0.9.11cvs17.24
20680
20681         * src/inc.c
20682         * src/messageview.c
20683         * src/pop.c
20684         * src/pop.h
20685                 Use folderitem and msgnum instead of filename to
20686                 know which mail to delete
20687                 Move old partial mail deletion to pop.c
20688
20689 2004-07-10 [colin]      0.9.11cvs17.23
20690
20691         * src/inc.c
20692                 Add debug
20693         * src/pop.c
20694         * src/pop.h
20695                 Don't re-use same enums for unrelated stuff: it's 
20696                 completely misleading !
20697                 Document a bit
20698
20699 2004-07-09 [colin]      0.9.11cvs17.22
20700
20701         * src/inc.c
20702                 Remove folder-type check and do
20703                 more tests to be sure everything's
20704                 ok
20705         * src/messageview.c
20706                 Punctuation update, remove useless
20707                 code, fix two warnings
20708         * src/noticeview.c
20709                 Layout cleaning, reset 2nd button
20710                 when specifying one
20711
20712 2004-07-09 [colin]      0.9.11cvs17.21
20713
20714         * src/messageview.c
20715         * src/pop.c
20716         * src/pop.h
20717                 Allow user to change his mind
20718                 and postpone decision (by
20719                 unmarking the mail)
20720
20721 2004-07-09 [colin]      0.9.11cvs17.20
20722
20723         * src/messageview.c
20724                 Fix bug with delete state
20725         * src/pop.c
20726         * src/pop.h
20727                 Fix buffer leak (fread doesn't 
20728                 terminate buffers with \0)
20729                 Refactoring (remove magic 
20730                 numbers)
20731
20732 2004-07-09 [colin]      0.9.11cvs17.19
20733
20734         * src/pop.c
20735                 Don't log "Skipping message" if 
20736                 we're going to TOP it two lines
20737                 later
20738
20739 2004-07-09 [colin]      0.9.11cvs17.18
20740
20741         * src/messageview.c
20742                 Fix Engrish
20743
20744 2004-07-09 [colin]      0.9.11cvs17.17
20745
20746         * src/pop.c
20747                 strlen checking...
20748         * src/messageview.c
20749                 refactoring a bit
20750
20751 2004-07-08 [colin]      0.9.11cvs17.16
20752
20753         * src/noticeview.c
20754         * src/noticeview.h
20755                 Add an optional second button
20756         * src/messageview.c
20757         * src/pop.c
20758         * src/pop.h
20759                 Don't delete partially received mails after a certain
20760                 time; rather, let the user decide.
20761
20762 2004-07-08 [colin]      0.9.11cvs17.15
20763
20764         * src/common/smtp.h
20765                 Sync with HEAD
20766
20767 2004-07-08 [colin]      0.9.11cvs17.14
20768
20769         * src/messageview.c
20770         * src/common/smtp.c
20771                 Use to_human_readable() for sizes
20772
20773 2004-07-08 [colin]      0.9.11cvs17.13
20774
20775         * src/inc.c
20776         * src/messageview.c
20777         * src/pop.c
20778         * src/pop.h
20779         * src/procmsg.c
20780                 Fix partial-downloading issues:
20781                         catch unsupported TOP
20782                         don't delete partially downloaded mails before 5 days
20783                         don't update existing with non-MH folders; that'll
20784                         make dups, but it's better than trashing the folder
20785                         free new msginfo parts
20786                 Fix indentation ;-)
20787
20788 2004-07-08 [colin]      0.9.11cvs17.12
20789
20790         * src/common/smtp.c
20791         * src/common/smtp.h
20792                 Sync smtp size verification with HEAD
20793
20794 2004-07-08 [colin]      0.9.11cvs17.11
20795
20796         * src/summaryview.c
20797         * src/prefs_common.c
20798         * src/prefs_common.h
20799         * src/gtk/quicksearch.c
20800         * src/gtk/quicksearch.h
20801                 Sync sticky pref with HEAD
20802
20803 2004-07-08 [colin]      0.9.11cvs17.10
20804
20805         * src/folder.c [1.213.2.6]
20806         * src/folder.h [1.87.2.6]
20807         * src/inc.c [1.149.2.7]
20808         * src/messageview.c [1.94.2.8]
20809         * src/procheader.c [1.47.2.6]
20810         * src/procmsg.c [1.150.2.4]
20811         * src/procmsg.h [1.60.2.5]
20812         * src/pop.c [1.56.2.4]
20813         * src/pop.h [1.17.2.3]
20814                 Let too big messages get downloaded, but truncated
20815                 Add a button to download them completely
20816                 
20817 2004-07-06 [colin]      0.9.11cvs17.9
20818
20819         * src/gtk/quicksearch.c [1.1.2.3]
20820                 Add a Clear button
20821         * commitHelper
20822         * PATCHSETS
20823                 Add a script to help with cvs
20824
20825 2004-07-03 [colin]      0.9.11cvs17.8
20826
20827         * src/plugins/imageviewer/viewer.c
20828                 fix imageviewer (which was staying on the first
20829                 displayed image)
20830
20831 2004-07-03 [colin]      0.9.11cvs17.7
20832
20833         Removed FIXME_GTK2 warnings
20834         * src/gtk/gtkutils.c
20835                 useless #warnings
20836         * src/gtk/menu.c
20837                 useless #warnings (no need to mess with menu rc)
20838         * src/gtk/menu.h
20839                 unused functions
20840         
20841
20842 2004-07-03 [colin]      0.9.11cvs17.6
20843
20844         Removed FIXME_GTK2 warnings
20845         * src/codeconv.c
20846                 useless #warnings (rewrite needed)
20847         * src/compose.c
20848                 useless #warnings (rewrite needed)
20849                 useless #warnings (gtk2 is like that)
20850                 useless #warnings (previously fixed)
20851         * src/main.c
20852                 useless #warnings (previously fixed)
20853         * src/message_search.c
20854                 useless #warnings (gtk2 is like that)
20855                 Made apparent that search is case-sensitive
20856         * src/mimeview.c
20857                 useless #warnings (rewrite needed)
20858                 useless #warnings (gtk2 is like that)
20859                 reimplemented real warnings
20860         * src/prefs_common.c
20861                 Removed block cursor option (not it gtk2)
20862         * src/prefs_gtk.c
20863                 useless #warnings (rewrite needed)
20864         * src/procheader.c
20865                 useless #warnings (rewrite needed)
20866         * src/sourcewindow.c
20867                 useless #warnings (incorrect placing)
20868         * src/summary_search.c
20869                 useless #warnings (gtk2 is like that)
20870                 Made apparent that search is case-sensitive
20871         * src/action.c
20872                 useless #warnings (gtk2 is like that)
20873         * src/textview.c
20874                 useless #warnings (rewrite needed)
20875         * src/toolbar.c
20876                 useless #warnings (rewrite needed)
20877
20878 2004-07-03 [colin]      0.9.11cvs17.5
20879
20880         * src/textview.c
20881                 Fix mismerge which broke URI opening
20882                 
20883 2004-07-01 [colin]      0.9.11cvs17.4
20884
20885         * src/gtk/filesel.c
20886                 Fill filename when saving
20887                 
20888 2004-06-27 [colin]      0.9.11cvs17.3
20889
20890         * src/gtk/filesel.[ch]
20891                 Use the new GTK file selector
20892                 Update prototype to match the reality: multiple file
20893                 selection is open-only          
20894         * src/compose.c
20895                 Match the new prototypes        
20896         * configure.ac
20897                 Match the new requirements (gtk 2.4.0)
20898                         
20899 2004-06-26 [colin]      0.9.11cvs17.2
20900
20901         * src/plugins/trayicon/trayicon.c
20902                 Remove useless signal handler on resize, which causes
20903                 an infinite "loop"
20904         
20905 2004-06-26 [colin]      0.9.11cvs17.1
20906         
20907         * tools/Makefile.am
20908                 remove launch_firebird and add nautilus2sylpheed.sh
20909         * src/quicksearch.c
20910           src/summaryview.c
20911                 Fix show/hide "Extended symbols" button problem
20912                 Fix apparition at startup
20913                 Fix const warnings
20914         * src/plugins/image_viewer/Makefile.am
20915                 Fix configure 
20916         * common/ssl.c
20917                 Re-enable certificate check, as it doesn't seem to
20918                 cause Xlib errors anymore
20919
20920 2004-06-25 [paul]       0.9.11cvs17
20921
20922         * sync with 0.9.11cvs17 HEAD
20923         
20924         NOTE: QuickSearch is broken
20925
20926 2004-06-07 [colin]      0.9.10claws67.10
20927         * src/plugins/trayicon/trayicon.c
20928           src/plugins/trayicon/libeggtrayicon/Makefile.am
20929           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20930                 Fix gettextization in trayicon plugin
20931
20932 2004-06-07 [colin]      0.9.10claws67.9
20933         
20934         * src/summaryview.c
20935           src/gtk/gtksctree.[ch]
20936                 Let Shift+{Up,Down} work in summaryview
20937                 (well, Down "works" and Up works)
20938                 Let the list scroll when using these keys
20939
20940 2004-06-06 [colin]      0.9.10claws67.8
20941
20942         * src/plugins/trayicon/trayicon.c
20943                 Fix pixmap update
20944
20945 2004-06-06 [colin]      0.9.10claws67.7
20946
20947         * src/addressbook.c
20948                 Fix signal handling causing system-wide focus grab
20949
20950 2004-05-25 [paul]       0.9.10claws67.6
20951
20952         * Makefile.am
20953           src/Makefile.am
20954                 clean up
20955
20956 2004-05-25 [paul]       0.9.10claws67.5
20957
20958         * replace deprecated gtk_signal... functions
20959
20960 2004-05-23 [colin]      0.9.10claws67.4
20961
20962         * src/compose.c
20963                 Fix wrapping
20964
20965 2004-05-22 [colin]      0.9.10claws67.3
20966
20967         * src/compose.c
20968                 Re-fix [Edited] in compose.c::compose_reedit()
20969
20970 2004-05-22 [colin]      0.9.10claws67.2
20971
20972         * src/procmime.c
20973                 Fix parsing of multiparts mails
20974
20975 2004-05-22 [colin]      0.9.10claws67.1
20976
20977         * src/summaryview.c
20978                 Fix quicksearch
20979
20980 2004-05-22 [paul]       0.9.10claws67
20981
20982         * sync with 0.9.10claws67 HEAD
20983
20984 2004-05-14 [alfons]
20985
20986         * src/procmime.h
20987                 add forgotton prototype
20988
20989 2004-05-10 [paul]       0.9.10claws57
20990
20991         * sync with 0.9.10claws57 HEAD
20992
20993 2004-05-05 [paul]       0.9.9.claws1
20994
20995         * ChangeLog-gtk2        ** REMOVED **
20996           ChangeLog-gtk2.claws  ** ADDED **
20997                 rename and adopt the normal claws format
20998                 
20999         * configure.ac
21000                 require gtkmathview >= 0.5
21001
21002         * ac/*                          ** REMOVED **
21003           ac/                           ** REMOVED **
21004           intl/Makefile.in              ** REMOVED **
21005           m4/                           ** ADDED **
21006           m4/missing                    ** ADDED **
21007           m4/missing/gdk-pixbuf.m4      ** ADDED **
21008           m4/missing/gettext.m4         ** ADDED **
21009           m4/missing/gpgme.m4           ** ADDED **
21010           m4/missing/imlib.m4           ** ADDED **
21011           m4/.cvsignore                 ** ADDED **
21012           m4/Makefile.am                ** ADDED **
21013           m4/README                     ** ADDED **
21014           m4/aclocal-include.m4         ** ADDED **
21015           m4/aspell.m4                  ** ADDED **
21016           m4/check-type.m4              ** ADDED **
21017           m4/gnupg-check-typedef.m4     ** ADDED **
21018           m4/openssl.m4                 ** ADDED **
21019           m4/spamassassin.m4            ** ADDED **
21020           po/ChangeLog                  ** REMOVED **
21021           po/Makefile.in.in             ** REMOVED **
21022           po/Rules-quot                 ** REMOVED **
21023           po/boldquot.sed               ** REMOVED **
21024           po/en@boldquot.header         ** REMOVED **
21025           po/en@quot.header             ** REMOVED **
21026           po/insert-header.sin          ** REMOVED **
21027           po/quot.sed                   ** REMOVED **
21028           po/remove-potcdate.sed        ** REMOVED **
21029           po/remove-potcdate.sin        ** REMOVED **
21030           po/stamp-po                   ** REMOVED **
21031           Makefile.am
21032           autogen.sh
21033           configure.ac
21034                 enable building with automake 1.8.x
21035                 add 'autopoint --force' to autogen.sh and remove all
21036                 auto-generated files, remove ac/ directory and use
21037                 m4/ directory instead
21038                 
21039         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
21040                 fix gettextization
21041
21042 2004-02-28 Colin Leroy <colin@colino.net>
21043         * src/prefs_matcher.c
21044           src/prefs_filtering.c
21045           src/prefs_filtering_action.c
21046                 Fix non-editable GtkEntries
21047
21048 2004-02-22 Thorsten Maerz <torte@netztorte.de>
21049         * src/prefs_themes.c
21050                 utf8 conversion for theme info
21051
21052 2004-02-21 Thorsten Maerz <torte@netztorte.de>
21053         * sync 0.9.9claws
21054
21055 2004-02-14 Thorsten Maerz <torte@netztorte.de>
21056         * src/grouplistdialog.c
21057                 allow multiple selections without ctrl key
21058
21059 2004-02-09 Thorsten Maerz <torte@netztorte.de>
21060         * src/main.c
21061                 enable customizable accelerators
21062
21063 2004-02-08 Thorsten Maerz <torte@netztorte.de>
21064         * src/prefs_common.c
21065                 re-enable different font settings for gtk1/2
21066         * src/prefs_folder_item.c
21067                 fix folder prefs displayed wrong
21068         * src/textview.c
21069                 set 'sunken' shadow type
21070
21071 2004-02-07 Colin Leroy <colin@colino.net>
21072         * src/compose.c
21073                 Fix message being always [Edited]
21074                 Encode headers correctly (utf8 buf)
21075
21076 2004-01-27 Thorsten Maerz <torte@netztorte.de>
21077         * src/socket.c
21078                 remove double g_source_attach()
21079                 (Thanks to Colin Leroy)
21080
21081 2004-01-27 Thorsten Maerz <torte@netztorte.de>
21082         * src/gtk/gtksctree.c
21083                 Fix SSL certificate list not shown
21084         * src/mimeview.c
21085                 Fix clicks in mime tree
21086
21087 2004-01-27 Thorsten Maerz <torte@netztorte.de>
21088         * src/common/socket.c
21089                 Fix SSL receive
21090         * src/compose.c
21091                 Fix clipboard menu hotkeys
21092
21093 2004-01-25 Thorsten Maerz <torte@netztorte.de>
21094         * src/gtk/gtkaspell.[ch]
21095           src/compose.c
21096                 reimplement spellchecker
21097
21098 2004-01-25 Thorsten Maerz <torte@netztorte.de>
21099         * src/gtk/filesel.c
21100                 crash when inserting file in compose window
21101                 (TODO: keep old selection on clicks)
21102         * src/main.c
21103                 use gtkrc-2.0 instead of gtkrc
21104
21105 2004-01-25 Thorsten Maerz <torte@netztorte.de>
21106         * src/messageview.c
21107                 remove orphaned mimeview unref()
21108
21109 2004-01-20 Thorsten Maerz <torte@netztorte.de>
21110         * src/grouplistdialog.c
21111                 expand nodes containing subscribed groups
21112
21113 2004-01-19 Thorsten Maerz <torte@netztorte.de>
21114         * src/textview.c
21115                 textview: hide cursor, restore old click behaviour
21116
21117 2004-01-18 Thorsten Maerz <torte@netztorte.de>
21118         * src/textview.c
21119                 variable names messed up
21120
21121 2004-01-17 Colin Leroy <colin@colino.net>
21122         * src/addr_compl.c
21123                 Fix completion address too thin
21124         * src/compose.c
21125                 Fix tab-to-subject behaviour
21126         * src/summaryview.c
21127                 Implement key up & down in summaryview
21128
21129 2004-01-12 Thorsten Maerz <torte@netztorte.de>
21130
21131         * sync 098claws
21132
21133 2004-01-08 Thorsten Maerz <torte@netztorte.de>
21134         * configure.ac
21135           Makefile.am
21136           doc/.cvsignore
21137           doc/Makefile.am
21138                 faq, man, manual moved to doc/
21139         * ac/aspell.m4
21140           ac/check-type.m4
21141           ac/gnupg-check-typedef.m4
21142           ac/openssl.m4
21143           ac/spamassassin.m4
21144           ac/missing/gdk-pixbuf.m4
21145           ac/missing/gpgme.m4
21146           ac/missing/imlib.m4
21147                 fix automake warnings
21148
21149 2003-12-06 Colin Leroy <colin@colino.net>
21150         * src/summaryview.c
21151                 Fix quicksearch
21152
21153 2003-12-05 Colin Leroy <colin@colino.net>
21154         * src/summaryview.c
21155                 Fix going to next unread folder
21156
21157 2003-12-05 Colin Leroy <colin@colino.net>
21158         * src/crash.c
21159                 Fix gtk2 compilation
21160         * src/session.c
21161                 Remove iotag source handler at disconnection
21162         * src/socket.[ch] 
21163                 Remove source handler when closing socket 
21164                 (fixes another seg)
21165
21166 2003-12-04 Colin Leroy <colin@colino.net>
21167         * src/compose.c
21168           src/prefs_account.c
21169           src/prefs_common.c
21170                 Fix some dropdown menus
21171
21172 2003-12-04 Colin Leroy <colin@colino.net>
21173         * src/compose.c
21174                 Fix event handlers on header fields
21175         * src/common/socket.c
21176           src/common/session.c
21177                 Fix segfault with callback (SSL)
21178                 Fix end of session 
21179
21180 2003-10-06 Thorsten Maerz <torte@netztorte.de>
21181
21182         * Fix compile bug in src/compose.c
21183         * removed src/gtk/gtkstext.[ch]
21184
21185 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
21186
21187         * Convert character set and escape "text" attributes in toolbar setting
21188         files.
21189         * Fixed bug in button-press-event handling.
21190
21191 2003-09-16 Thorsten Maerz <torte@netztorte.de>
21192
21193         * Fixed bug in key-press-event handling.
21194
21195 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
21196
21197         * Enabled to compile tray-icon plugin (Ad-hoc).
21198         * Avoid hang up bug of icon list in mime view (Ad-hoc).
21199
21200 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
21201
21202         * Enabled to compile on sylpheed-claws.
21203         (tray-icon plugin still cannot compile yet.)
21204
21205 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
21206
21207         * Updated to 0.9.5.
21208
21209 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
21210
21211         * Updated to 0.9.4.
21212         * Ported monitoring SSL mechanism to GSource of GLib2
21213         (I don't confirm it)
21214         * Added _gtk2 suffix to key name of font preference to avoid
21215         ovverwriting preference of Gtk+-1.2 version.
21216
21217 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
21218
21219         * Updated to 0.9.2.
21220
21221 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
21222
21223         * Updated to 0.9.1.
21224         * Translate po files into UTF-8 when execute autogen.sh.
21225
21226 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
21227
21228         * Updated to 0.9.0.
21229
21230 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
21231
21232         * Plugged GError related memory leaks.
21233
21234 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
21235
21236         * Changed default size of fonts.
21237         * Enabled to set titile font size of warning dialog.
21238
21239 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
21240
21241         * Embed a sylpheed icon into executable binary on Windows.
21242
21243 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
21244
21245         * I forgot to traslate character set of element string in src/xml.c.
21246
21247 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
21248
21249         * Fixed detecting bind_textdomain_codeset in configure.in.
21250         * The bug in which "Example" of "Date fromat" preference isn't displayed
21251         correctly has been fixed.
21252
21253 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
21254
21255         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
21256           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
21257           glib-gettextize
21258           Removed intl directory.
21259           Translated po files into UTF-8.
21260           (Thanks! Ryuji Abe)
21261
21262 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
21263
21264         * The bug which doesn't unscape string in xml.c has been fixed.
21265
21266 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
21267
21268         * The bug which is failed to translate encoding of file name thorough
21269         file dialog has been fixed.
21270
21271 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
21272
21273         * Modified to translate file names which is used in inporting/expoting
21274         mbox feature and "Save as" feature into locale encoding.
21275         * Translate file names into locale encoding when "Attache file" and
21276         "Insert file".
21277         * Force set G_BROKEN_FILENAMES environment variable.
21278         * Other minor fixes.
21279
21280 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
21281
21282         * Modified to treat MH folder's name as locale encoding.
21283
21284 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
21285
21286         * The bug which clash on switching candidates of auto completion of
21287         addresses, cannot use auto completion in Japanesse is fixed
21288         (Thanks! Tokunaga-san)¡¥
21289
21290 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
21291
21292         * The bug which cannot switch key accelerator preference has been fixed
21293         (Thanks! smbd-san)¡¥
21294
21295 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
21296
21297         * version 0.8.11-gtk2-20030314
21298
21299 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
21300
21301         * The bug in which character set conversion of filtering messages has
21302         been fixed.(Thanks! COCOA-san).
21303
21304 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
21305
21306         * Revived "Leave space on head" preference in "Message" category.
21307         * A bug which clash when put the cursor to end of buffer and execute
21308         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
21309
21310 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
21311
21312         * version 0.8.11-gtk2-20030312
21313
21314 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
21315
21316         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
21317         * Modified to use Pango's API directly for font preference.
21318         * Integrated GtkTextView of textview to one widget.
21319         * Set fonts of header title in textview by "header_title" tag.
21320         * Removed some deprecated codes.
21321
21322 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
21323
21324         * Updated to 0.8.11.
21325         * Merged cygwin patch(Thanks! Sakai-san).
21326
21327 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
21328
21329         * version 0.8.10-gtk2-20030309