8068a4098dd306b616747c9e6b57a721be19eb2a
[claws.git] / ChangeLog
1 2006-12-28 [wwp]        2.6.1cvs82
2
3         * src/prefs_common.c
4         * src/prefs_common.h
5         * src/addressbook.c
6         * src/addressitem.h
7                 Save addressbook mainwindow's horizontal and vertical splitter position.
8
9 2006-12-27 [wwp]        2.6.1cvs81
10
11         * src/gtk/gtkaspell.c
12         * src/gtk/gtkaspell.h
13         * src/compose.c
14                 Fix assignment of compose's default and alternate dictionary from
15                 account or folder settings. Now gtkaspell_change_dict does rotate
16                 dicts only when it's called from a menu cb.
17
18 2006-12-27 [wwp]        2.6.1cvs80
19
20         * src/folder_item_prefs.c
21                 Fix randomly initialized default-alt-dictionary (folder prefs),
22                 complete 2.6.1cvs72.
23
24 2006-12-27 [paul]       2.6.1cvs79
25
26         * src/imap_gtk.c
27         * src/mh_gtk.c
28                 Add Copy folder in the folder's contextual
29                 menu
30
31 2006-12-27 [wwp]        2.6.1cvs78
32
33         * src/imap.c
34                 Clean up session locking, thanks to Colin.
35
36 2006-12-26 [colin]      2.6.1cvs77
37
38         * src/statusbar.c
39                 Revert previous patch
40
41 2006-12-26 [colin]      2.6.1cvs76
42
43         * src/folder.c
44         * src/folderview.c
45         * src/imap.c
46         * src/statusbar.c
47         * src/etpan/imap-thread.c
48                 Fix previous commit warnings
49                 Make statusbar update every second if total < 20
50                 Make IMAP APPEND faster by simplifying log              
51
52 2006-12-26 [colin]      2.6.1cvs75
53
54         * src/folder.c
55         * src/folder.h
56         * src/folderview.c
57         * src/folderview.h
58         * src/imap_gtk.c
59         * src/mh_gtk.c
60                 Make it possible to copy folders accross
61                 mailboxes (this was an arbitrary limitation).
62                 Still make it impossible to move folders 
63                 accross mailboxes.
64
65 2006-12-26 [colin]      2.6.1cvs74
66
67         * src/etpan/imap-thread.c
68                 Fix bug 1081, 'claws-mail 
69                 segfaults when going offline 
70                 while it transfers mails via 
71                 imap'
72
73 2006-12-26 [colin]      2.6.1cvs73
74
75         * src/folder_item_prefs.c
76                 Don't forget alt dictionary when
77                 renaming/moving folders
78
79 2006-12-26 [wwp]        2.6.1cvs72
80
81         * src/folder_item_prefs.c
82                 Add missing defaults for per-folder alt dict
83                 (forgotten in 2.6.1cvs61).
84
85 2006-12-26 [colin]      2.6.1cvs71
86
87         * src/wizard.c
88                 Add tooltip to state that specifying
89                 full path to mailbox is possible
90
91 2006-12-26 [wwp]        2.6.1cvs70
92
93         * src/partial_download.c
94         * src/gtk/gtkvscrollbutton.c
95         * src/plugins/pgpinline/plugin.c
96                 Fix for few compiler warnings that matter.
97
98 2006-12-25 [colin]      2.6.1cvs69
99
100         * src/partial_download.c
101                 Fix marking for download or deletion
102                 when the header isn't the first
103         * src/gtk/logwindow.c
104                 Fix start of scrolling
105
106 2006-12-23 [paul]       2.6.1cvs68
107
108         * src/compose.c
109                 change last commit to use the 'academic'
110                 method instead. Thanks to wwp
111
112 2006-12-23 [paul]       2.6.1cvs67
113
114         * src/compose.c
115                 don't warn about empty subject when
116                 redirecting
117
118 2006-12-22 [colin]      2.6.1cvs66
119
120         * src/summary_search.c
121                 Fix previous patch
122
123 2006-12-22 [colin]      2.6.1cvs65
124
125         * src/gtk/gtkutils.c
126         * src/imap.c
127         * src/jpilot.c
128         * src/summary_search.c
129                 A few warning fixes
130
131 2006-12-23 [paul]       
132
133         2.7.0-rc2 released
134
135 2006-12-22 [colin]      2.6.1cvs64
136
137         * src/toolbar.c
138         * src/toolbar.h
139                 Add a combo to the learn spam button
140         * src/plugins/bogofilter/bogofilter.c
141         * src/plugins/bogofilter/bogofilter_gtk.c
142         * src/plugins/bogofilter/bogofilter.h
143                 Allow to store Unsure mails in a specific
144                 folder to make better teaching easier
145
146 2006-12-21 [wwp]        2.6.1cvs63
147
148         * src/compose.c
149         * src/prefs_common.c
150         * src/prefs_common.h
151         * src/prefs_spelling.c
152         * src/gtk/gtkaspell.c
153         * src/gtk/gtkaspell.h
154                 Allow spell-checking using both current and alternate dictionaries
155                 (thanks to Colin).
156
157 2006-12-21 [wwp]        2.6.1cvs62
158
159         * src/gtk/gtkaspell.c
160                 Apply recheck_when_changing_dict (highlight all mispelled words)
161                 when switching to alternate dictionary.
162
163 2006-12-21 [wwp]        2.6.1cvs61
164
165         * src/compose.c
166         * src/folder_item_prefs.h
167         * src/prefs_common.c
168         * src/prefs_common.h
169         * src/prefs_folder_item.c
170         * src/prefs_spelling.c
171         * src/gtk/gtkaspell.c
172         * src/gtk/gtkaspell.h
173                 Add global and per-folder prefs to set the default
174                 alternate dictionary.
175
176 2006-12-21 [colin]      2.6.1cvs60
177
178         * src/folder.c
179                 Look for folders by path in all folders
180         * src/html.c
181                 add &mdash;
182
183 2006-12-20 [colin]      2.6.1cvs59
184
185         * src/gtk/quicksearch.c
186                 Make sure in_typing is false when clearing
187
188 2006-12-20 [wwp]        2.6.1cvs58
189
190         * configure.ac
191                 change manual's target dir to be LFH-compliant (thanks to Colin).
192
193 2006-12-20 [wwp]        2.6.1cvs57
194
195         * src/prefs_common.c
196         * src/prefs_summaries.c
197                 i18n fix and factorize patch, thanks to Fabien.
198
199 2006-12-20 [paul]       2.6.1cvs56
200
201         * configure.ac
202                 last of the renaming (??)
203         * src/main.c
204                 correct --help info of --status-full
205         * src/plugins/bogofilter/bogofilter.c
206                 make FALSE default of whitelist_ab
207
208 2006-12-19 [colin]      2.6.1cvs55
209
210         * src/jpilot.c
211                 Same as before, without depending on
212                 pisock >= 0.12
213
214 2006-12-19 [colin]      2.6.1cvs54
215
216         * src/jpilot.c
217                 Fix bug 1059, 'Better jpilot charset 
218                 handling'. Use libpisync's charset conversion
219                 if possible
220
221 2006-12-19 [colin]      2.6.1cvs53
222
223         * po/fr.po
224                 Updated by Fabien
225
226 2006-12-19 [wwp]        2.6.1cvs52
227
228         * src/gtk/about.c
229                 Add missing #include (thanks to Colin).
230
231 2006-12-19 [wwp]        2.6.1cvs51
232
233         * src/prefs_receive.c
234                 Better spacing between widgets in prefs.
235
236 2006-12-18 [colin]      2.6.1cvs50
237
238         * src/imap.c
239                 Fix failure to get separator on LIST "" ""
240                 Try LIST "" "INBOX" too.
241
242 2006-12-18 [wwp]        2.6.1cvs49
243
244         * src/common/session.c
245                 Fix a compiler warning (thanks to Fabien).
246
247 2006-12-18 [wwp]        2.6.1cvs48
248
249         * src/compose.c
250         * src/prefs_quote.c
251                 Factorize some strings for translation (it's about error
252                 messages when applying or checking template/quote format).
253
254 2006-12-18 [colin]      2.6.1cvs47
255
256         * Makefile.am
257         * src/common/defs.h
258         * src/gtk/Makefile.am
259         * src/gtk/about.c
260                 Add a Release notes tab from the contents of
261                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
262
263 2006-12-17 [colin]      2.6.1cvs46
264
265         * src/mimeview.c
266         * src/textview.c
267         * src/gtk/filesel.c
268                 Correctly convert from/to UTF8/filename encoding
269                 when loading and saving files. Probably fixes
270                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
271                 for a file to attach and is blocked...'
272
273 2006-12-17 [colin]      2.6.1cvs45
274
275         * src/gtk/logwindow.c
276                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
277                 IMAP folder and is blocked on main thread': 
278                 make sure we put utf8 in the log.
279
280 2006-12-16 [colin]      2.6.1cvs44
281
282         * src/toolbar.c
283         * src/toolbar.h
284                 Fix bug 1055, 'Add the 'cancel receive' 
285                 in the available events for the toolbar buttons'
286
287 2006-12-16 [colin]      2.6.1cvs43
288
289         * po/POTFILES.in
290         * src/imap.c
291         * src/common/nntp.c
292         * src/common/session.c
293                 Log error when SSL handshakes fail. 
294                 Fixes bug 1082, 'incorrect / imprecise 
295                 error message when imap server provides 
296                 ssl only through STARTTLS but SSL is 
297                 selected'
298
299 2006-12-15 [wwp]        2.6.1cvs42
300
301         * src/plugins/bogofilter/bogofilter_gtk.c
302                 set proper sensitivity to widgets I've recently added.
303
304 2006-12-15 [colin]      
305
306         2.7.0-rc1 released
307
308 2006-12-15 [wwp]        2.6.1cvs41
309
310         * src/plugins/bogofilter/bogofilter.c
311         * src/plugins/bogofilter/bogofilter.h
312         * src/plugins/bogofilter/bogofilter_gtk.c
313                 bogofilter's whitelist can now use a subset of
314                 the addressbook (either a book, a subfolder of a book,
315                 or the whole addressbook by using "Any"). Re-used there
316                 some pref_matcher widgets and mechanisms to match a subset
317                 of the addressbook.
318
319 2006-12-15 [wwp]        2.6.1cvs40
320
321         * src/wizard.c
322         * src/common/plugin.c
323         * src/common/plugin.h
324         * src/gtk/about.c
325         * src/plugins/bogofilter/bogofilter.c
326         * src/plugins/clamav/clamav_plugin.c
327         * src/plugins/demo/demo.c
328         * src/plugins/dillo_viewer/dillo_viewer.c
329         * src/plugins/pgpcore/plugin.c
330         * src/plugins/pgpinline/plugin.c
331         * src/plugins/pgpmime/plugin.c
332         * src/plugins/spamassassin/spamassassin.c
333         * src/plugins/trayicon/trayicon.c
334                 factorize some translatable strings (plugins-related),
335                 fix missing punctuation in several places,
336                 remove useless translatable \n in about.c,
337                 and factorize plugin init code w/ a new function
338                 check_plugin_version() in common/plugin.c.
339                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
340
341 2006-12-15 [wwp]        2.6.1cvs39
342
343         * src/plugins/bogofilter/bogofilter.c
344         * src/plugins/bogofilter/bogofilter_gtk.c
345                 flag whitelisted spams as spam, but don't filter it to the spam
346                 folder. Thanks to Colin.
347
348 2006-12-15 [ticho]      2.6.1cvs38
349
350         * src/plugins/bogofilter/bogofilter.c
351         * src/plugins/bogofilter/bogofilter.h
352         * src/plugins/bogofilter/bogofilter_gtk.c
353                 Add option to whitelist senders found in addressbook. Patch by colin.
354
355 2006-12-15 [paul]       2.6.1cvs37
356
357         * src/folderview.c
358                 add missing #include "log.h"
359
360 2006-12-15 [paul]       2.6.1cvs36
361
362         * src/plugins/bogofilter/bogofilter.c
363         * src/plugins/bogofilter/bogofilter.h
364         * src/plugins/bogofilter/bogofilter_gtk.c
365                 Add an option to allow inserting an
366                 X-Claws-Bogosity header (on MH folders
367                 only). Patch by Colin
368
369 2006-12-14 [colin]      2.6.1cvs35
370
371         * src/main.c
372                 "Yes" should be the default choice for
373                 migration configuration
374
375 2006-12-14 [paul]       2.6.1cvs34
376
377         * src/prefs_summaries.c
378         * manual/advanced.xml
379                 Unhide mark_as_read_delay
380
381 2006-12-14 [paul]       2.6.1cvs33
382
383         * src/messageview.c
384         * src/messageview.h
385         * src/mimeview.c
386         * src/mimeview.h
387         * src/summaryview.c
388         * src/textview.c
389         * src/textview.h
390                 Fix printing of selection
391                 Fix printing of message parts
392                 Fix printing of images
393         * src/gtk/gtksourceprintjob.c
394                 Fix page count when there are images
395
396 2006-12-14 [wwp]        2.6.1cvs32
397
398         * src/mainwindow.c
399         * src/summaryview.c
400         * src/summaryview.h
401         * src/gtk/quicksearch.c
402                 fix quicksearch 'magnify' button status when QS is closed
403                 using the Escape key, thanks to Colin.
404
405 2006-12-14 [wwp]        2.6.1cvs31
406
407         * src/mainwindow.c
408         * src/summaryview.c
409         * src/summaryview.h
410         * src/gtk/quicksearch.c
411                 fix quicksearch 'magnify' button status when QS is closed
412                 using the Escape key, thanks to Colin.
413
414 2006-12-13 [colin]      2.6.1cvs30
415
416         * src/ldapquery.c
417         * src/ldaputil.c
418                 Use the binary safe version of ldap_get_values,
419                 to make sure we manipulate null-terminated 
420                 strings. Maybe fixes bug 1075, 'claws mail 
421                 segfault when completing ldap adresses'
422         * src/syldap.c ** REMOVED **
423         * src/syldap.h ** REMOVED **
424                 Remove dead files
425
426 2006-12-13 [mones]      2.6.1cvs29
427
428         * po/es.po
429                 Fixed piped strings, fixed click translation
430
431 2006-12-13 [paul]       2.6.1cvs28
432
433         * src/main.c
434                 don't translate these strings
435
436 2006-12-13 [paul]       2.6.1cvs27
437
438         * po/en_GB.po
439                 updated
440
441 2006-12-13 [colin]      2.6.1cvs26
442
443         * src/main.c
444         * src/main.h
445                 Add claws_is_starting()
446
447 2006-12-13 [mones]      2.6.1cvs25
448
449         * manual/es/advanced.xml
450         * po/es.po
451                 Synced manual and updated translation
452
453 2006-12-12 [colin]      2.6.1cvs24
454
455         * src/wizard.c
456                 Add an option to use STARTTLS in the
457                 welcome wizard. Fixes bug 1080, 
458                 'Using SSL option in wizard for incoming 
459                 server does not activate SSL with STARTTLS'
460
461 2006-12-12 [colin]      2.6.1cvs23
462
463         * src/main.c
464                 Don't exit when there's an incomplete
465                 mailbox configured - leaves a chance 
466                 to fix a failing IMAP account. Exit
467                 if no mailbox at all is loaded (case
468                 of missing plugin).
469                 Completes bug 1077's fix (I was wrong
470                 in this bug's comment #3).
471
472 2006-12-12 [colin]      2.6.1cvs22
473
474         * src/gtk/menu.h
475                 Add another menu data type
476         * src/prefs_account.c
477                 Complete the completion of bug 1076
478                 (doesn't lose the pref on apply)
479
480 2006-12-12 [paul]       2.6.1cvs21
481
482         * src/prefs_account.c
483                 complete the fix of bug 1076
484                 also be more verbose with the text
485
486 2006-12-12 [paul]       2.6.1cvs20
487
488         * src/gtk/combobox.c
489                 fix compilation warning
490
491 2006-12-11 [colin]      2.6.1cvs19
492
493         * src/wizard.c
494                 Document :port in server entry tooltips
495
496 2006-12-11 [colin]      2.6.1cvs18
497
498         * src/main.c
499                 Fix compile
500
501 2006-12-11 [colin]      2.6.1cvs17
502
503         * src/main.c
504                 Add failing IMAP as a reason for no
505                 mailbox
506
507 2006-12-11 [colin]      2.6.1cvs16
508
509         * src/prefs_account.c
510                 Check for existence of inbox for local
511                 accounts too
512         * src/wizard.c
513                 Allow setting the port to use for servers
514                 by using the usual "server.example.com:port"
515                 syntax. Fixes bug 1077, 'sylpheed-claws does 
516                 not start when IMAP server is unavailable'
517
518 2006-12-11 [colin]      2.6.1cvs15
519
520         * src/prefs_account.c
521                 Prevent use of non-existing default inbox
522
523 2006-12-11 [colin]      2.6.1cvs14
524
525         * src/prefs_account.c
526                 Fix sensitivity. Fixes bug 1076, 'privacy 
527                 options are displayed even when pgp plugin 
528                 not loaded / available'
529
530 2006-12-09 [colin]      2.6.1cvs13
531
532         * manual/advanced.xml
533         * src/prefs_common.c
534         * src/prefs_common.h
535         * src/common/ssl_certificate.c
536                 Add a new hidden preference, 'unsafe_ssl_certs',
537                 which allows to store multiple certificates per
538                 server/port. This is disabled by default because
539                 it's less secure (presenting a new certificate
540                 instead of a changed one raises less alarms).
541                 This will cause Claws to ask about an unknown
542                 certificate for people who have used 2.6.1cvs8
543                 or greater.
544
545 2006-12-09 [colin]      2.6.1cvs12
546
547         * src/action.c
548                 Fix cache updating after action
549
550 2006-12-07 [wwp]        2.6.1cvs11
551
552         * src/compose.c
553                 fix email address comparison when replying to all
554                 (avoid replying to ourselves), thanks to Colin.
555
556 2006-12-06 [paul]       2.6.1cvs10
557
558         * src/addrharvest.c
559         * src/editldap.c
560         * src/expldifdlg.c
561         * src/news.c
562         * src/toolbar.c
563         * src/common/utils.c
564                 ...and more renaming
565                 Thanks to Colin
566
567 2006-12-06 [paul]       2.6.1cvs9
568
569         * src/compose.c
570         * src/messageview.c
571         * src/procheader.c
572         * src/procmime.c
573         * src/procmsg.c
574         * src/textview.c
575                 more renaming
576                 Thanks to Colin
577
578 2006-12-06 [colin]      2.6.1cvs8
579
580         * src/ssl_manager.c
581         * src/common/ssl_certificate.c
582         * src/common/ssl_certificate.h
583                 Handle multiple certificates per host/port
584
585 2006-12-06 [colin]      2.6.1cvs7
586
587         * src/etpan/imap-thread.c
588                 Fix certificate checking on IMAP
589
590 2006-12-06 [colin]      2.6.1cvs6
591
592         * src/folderview.c
593                 Fix bug 1072, 'Claws stops fetching newsgroups 
594                 from server when newsgroup got deleted': continue
595                 checking other groups
596
597 2006-12-05 [wwp]        2.6.1cvs5
598
599         * src/message_search.c
600         * src/summary_search.c
601         * src/gtk/combobox.c
602         * src/gtk/combobox.h
603         * src/gtk/gtkutils.c
604         * src/gtk/gtkutils.h
605                 make up and down arrow keys in modern gtk_combo_box_entry widgets
606                 behave like w/ old comboboxes (summary and message search only).
607
608 2006-12-05 [paul]       2.6.1cvs4
609
610         * src/wizard.c
611                 encode headers
612                 Thanks to Colin
613
614 2006-12-05 [paul]       2.6.1cvs3
615
616         * tools/README
617         * tools/textviewer.pl
618                 script updated and description added
619
620 2006-12-04 [colin]      2.6.1cvs2
621
622         * src/compose.c
623                 Run pre-send hook only when checking
624                 everything
625
626 2006-12-04 [paul]       2.6.1cvs1
627
628         * NEWS
629         * README
630         * RELEASE_NOTES
631         * configure.ac
632         * tools/README
633                 bump up version number following stable release
634
635 2006-12-04 [paul]       2.6.0cvs83
636
637         * README
638                 updates and corrections
639
640 2006-12-04 [colin]      2.6.0cvs82
641
642         * src/common/utils.c
643                 Probably fix bug 1066, 'Incorrect mailbox 
644                 size displayed'
645
646 2006-12-04 [colin]      2.6.0cvs81
647
648         * src/common/utils.c
649                 Trim tabs from mailcap file too.
650
651 2006-12-02 [paul]       2.6.0cvs80
652
653         * src/exphtmldlg.c
654                 fix broken GUI under certain languages
655         * src/expldifdlg.c
656                 put the Cancel button to the right
657
658 2006-12-01 [paul]       2.6.0cvs79
659
660         * tools/Makefile.am
661                 remove reference to removed file
662
663 2006-12-01 [wwp]        2.6.0cvs78
664
665         * src/addressbook.c
666         * src/editaddress.c
667                 remove forgotten debug statements.
668
669 2006-12-01 [wwp]        2.6.0cvs77
670
671         * manual/advanced.xml
672         * manual/fr/advanced.xml
673         * src/addressbook.c
674         * src/addressbook.h
675         * src/addressitem.h
676         * src/editaddress.c
677         * src/editaddress.h
678         * src/prefs_common.c
679         * src/prefs_common.h
680         * src/gtk/gtkutils.c
681         * src/gtk/gtkutils.h
682                 add a hidden option to allow embedding the editaddress (edit contact details)
683                 dialog into the addressbook's window. This doesn't change the default
684                 behaviour.
685
686 2006-12-01 [wwp]        2.6.0cvs76
687
688         * src/message_search.c
689         * src/summary_search.c
690                 fix more focus issues (don't set focus to combobox's entry widget when
691                 entry's value changed, if entry widget has focus already).
692
693 2006-12-01 [wwp]        2.6.0cvs75
694
695         * src/gtk/quicksearch.c
696                 revert last changes to the quicksearch gtk_combo_box, this needs more
697                 tuning and testing.
698
699 2006-12-01 [paul]       2.6.0cvs74
700
701         * tools/kdeservicemenu/README
702         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
703         * tools/kdeservicemenu/install.sh
704         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
705         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
706                 simplify this stuff, and in so doing,
707                 fix it. (possibly re-extend it again at
708                 a later date)
709
710 2006-12-01 [wwp]        2.6.0cvs73
711
712         * src/gtk/quicksearch.c
713                 adapt quicksearch code to use modern gtk_combo_box'es.
714
715 2006-12-01 [wwp]        2.6.0cvs72
716
717         * src/common/defs.h
718         * src/prefs_common.c
719         * src/prefs_common.h
720         * src/message_search.c
721         * src/summary_search.c
722         * src/gtk/combobox.c
723         * src/gtk/combobox.h
724                 add history combos to all message and summary search fields.
725
726 2006-12-01 [wwp]        2.6.0cvs71
727
728         * src/summaryview.c
729                 As the list may change while the mark as read delay
730                 runs, we can't rely on the 'row' pointer, which can
731                 be invalid when the timeout is called. As the mark
732                 as read is only done if the message is still selected,
733                 use summaryview->selected instead. Thanks to Colin.
734
735 2006-11-30 [paul]       2.6.0cvs70
736
737         * src/textview.c
738                 give emphasis to "Sylpheed-Claws"
739                 as well as "Claws Mail"
740
741 2006-11-30 [colin]      2.6.0cvs69
742
743         * src/wizard.c
744                 Put the SSL checkboxes in the receiving
745                 and sending server pages.
746
747 2006-11-29 [colin]      2.6.0cvs68
748
749         * src/gtk/gtkutils.c
750         * src/gtk/gtkvscrollbutton.c
751                 Revert some deprecated fixes - they seem to
752                 deprecate stuff as soon as a new one gets out.
753                 g_object_ref_sink needed glib-2.10.
754
755 2006-11-29 [colin]      2.6.0cvs67
756
757         * src/common/utils.c
758                 Create .mailcap if it doesn't exist
759
760 2006-11-29 [colin]      2.6.0cvs66
761
762         * src/compose.c
763                 Followup to cvs60: use original list
764                 of recipients if replying to a mail
765                 in Sent Drafts or Queue.
766
767 2006-11-27 [paul]       2.6.0cvs65
768
769         * src/image_viewer.c
770                 revert the last change for now (it's broken)
771
772 2006-11-27 [paul]       2.6.0cvs64
773
774         * Makefile.am
775         * configure.ac
776         * m4/aclocal-include.m4
777         * m4/check-type.m4
778         * src/Makefile.am
779         * src/addr_compl.c
780         * src/compose.c
781         * src/crash.c
782         * src/export.c
783         * src/exporthtml.c
784         * src/exportldif.c
785         * src/imap.c
786         * src/import.c
787         * src/main.c
788         * src/main.h
789         * src/matcher.c
790         * src/mimeview.c
791         * src/procmsg.c
792         * src/textview.c
793         * src/common/Makefile.am
794         * src/common/claws.c
795         * src/common/claws.h
796         * src/common/ssl.c
797         * src/common/sylpheed.c
798         * src/common/sylpheed.h
799         * src/etpan/Makefile.am
800         * src/gtk/Makefile.am
801         * src/gtk/claws-marshal.list
802         * src/gtk/filesel.c
803         * src/gtk/gtksctree.c
804         * src/gtk/quicksearch.c
805         * src/gtk/sylpheed-marshal.list
806         * src/plugins/bogofilter/bogofilter.c
807         * src/plugins/bogofilter/bogofilter_gtk.c
808         * src/plugins/clamav/clamav_plugin.c
809         * src/plugins/clamav/clamav_plugin_gtk.c
810         * src/plugins/demo/demo.c
811         * src/plugins/dillo_viewer/dillo_viewer.c
812         * src/plugins/pgpcore/Makefile.am
813         * src/plugins/pgpcore/claws.def
814         * src/plugins/pgpcore/pgp_viewer.c
815         * src/plugins/pgpcore/plugin.c
816         * src/plugins/pgpcore/sylpheed.def
817         * src/plugins/pgpinline/Makefile.am
818         * src/plugins/pgpinline/claws.def
819         * src/plugins/pgpinline/plugin.c
820         * src/plugins/pgpinline/sylpheed.def
821         * src/plugins/pgpmime/Makefile.am
822         * src/plugins/pgpmime/claws.def
823         * src/plugins/pgpmime/plugin.c
824         * src/plugins/pgpmime/sylpheed.def
825         * src/plugins/spamassassin/spamassassin.c
826         * src/plugins/spamassassin/spamassassin_gtk.c
827         * src/plugins/trayicon/trayicon.c
828                 yet more renaming
829                 remove deprecated gtk_tooltips_set_delay()
830
831 2006-11-26 [paul]       2.6.0cvs63
832
833         * src/expldifdlg.c
834         * src/folderview.c
835         * src/image_viewer.c
836         * src/mainwindow.c
837         * src/gtk/gtkutils.c
838         * src/gtk/gtkvscrollbutton.c
839         * src/gtk/prefswindow.c
840         * src/plugins/pgpcore/prefs_gpg.c
841                 replace more deprecated GTK+ functions
842
843 2006-11-26 [paul]       2.6.0cvs62
844
845         * src/addr_compl.c
846         * src/addressbook.c
847         * src/browseldap.c
848                 replace deprecated gtk_idle_... functions
849
850 2006-11-26 [paul]       2.6.0cvs61
851
852         * src/compose.c
853         * src/folderview.c
854         * src/inc.c
855         * src/summaryview.c
856         * src/gtk/gtkvscrollbutton.c
857         * src/gtk/quicksearch.c
858         * src/plugins/pgpcore/passphrase.c
859                 replace deprecated gtk_timeout_add and
860                 gtk_timeout_remove
861
862 2006-11-26 [paul]       2.6.0cvs60
863
864         * src/compose.c
865                 fix bug that caused the wrong recipient
866                 to be selected when replying to a msg
867                 which is From one of our accounts to
868                 another of our accounts
869
870 2006-11-25 [paul]       2.6.0cvs59
871
872         * src/summaryview.c
873                 don't change the From column title to
874                 To if the To column is visible
875
876 2006-11-24 [paul]       2.6.0cvs58
877
878         * src/compose.c
879                 fix bug 1069, 'Sent mails disappear, BCC
880                 or locking problem?'
881
882 2006-11-21 [wwp]        2.6.0cvs57
883
884         * src/compose.c
885                 fix spelling menu when replying (same as 2.3.1cvs39):
886                 discrepancy between context menu and top menu when
887                 folder's dictionary isn't the default one.
888
889 2006-11-19 [paul]       2.6.0cvs56
890
891         * src/summaryview.c
892                 obey always_show_msg option when
893                 marking as spam
894         * src/plugins/bogofilter/bogofilter.c
895                 fix typo
896
897 2006-11-18 [paul]       2.6.0cvs55
898
899         * AUTHORS
900         * README
901         * debian/copyright
902         * manual/ack.xml
903         * manual/es/ack.xml
904         * manual/fr/ack.xml
905         * manual/pl/ack.xml
906         * src/gtk/authors.h
907         * src/gtk/icon_legend.c
908         * src/gtk/icon_legend.h
909         * tools/OOo2claws-mail.pl
910         * tools/README
911         * tools/acroread2claws-mail.pl
912         * tools/claws.i18n.status.pl
913         * tools/filter_conv.pl
914         * tools/filter_conv_new.pl
915         * tools/freshmeat_search.pl
916         * tools/google_search.pl
917         * tools/kmail2claws-mail.pl
918         * tools/kmail2claws-mail_v2.pl
919         * tools/maildir2claws-mail.pl
920         * tools/make.themes.project
921         * tools/multiwebsearch.pl
922         * tools/outlook2claws-mail.pl
923         * tools/tb2claws-mail
924         * tools/kdeservicemenu/README
925         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
926                 update mine and wwp's email addresses in
927                 several places
928                 Patch by wwp
929         * src/prefs_compose_writing.c
930                 set sensitivity on 'new message format' frame
931
932 2006-11-17 [paul]       2.6.0cvs54
933
934         * src/gtk/about.c
935                 more reworking of the GUI
936                 Patch by Fabien Vantard
937
938 2006-11-16 [paul]       2.6.0cvs53
939
940         * src/gtk/about.c
941                 set a minimum size for the window, allow
942                 it to automatically expand as necessary
943
944 2006-11-16 [wwp]        2.6.0cvs52
945
946         * src/gtk/about.c
947                 better wrap of copyright info on some systems.
948
949 2006-11-16 [paul]       2.6.0cvs51
950
951         * src/gtk/about.c
952                 move the tech info from the upper panel
953                 to the Info tab
954                 use a gtk_text_view for the features tab
955
956 2006-11-16 [paul]       2.6.0cvs50
957
958         * po/Makevars
959                 update my email address
960         * src/addressbook.c
961         * src/compose.c
962         * src/imap_gtk.c
963         * src/mh_gtk.c
964         * src/news_gtk.c
965         * src/summaryview.c
966         * src/plugins/trayicon/trayicon.c
967                 don't offer simple menu separators
968                 for translation
969         * src/folderview.c
970                 add separator between 'mark all read'
971                 and 'search folder'
972
973 2006-11-15 [wwp]        2.6.0cvs49
974
975         * src/gtk/authors.h
976                 updated manuals authors.
977
978 2006-11-14 [paul]       2.6.0cvs48
979
980         * src/compose.c
981                 Fix Options/Reply mode after draft save
982
983 2006-11-14 [paul]       2.6.0cvs47
984
985         * src/Makefile.am
986                 Fix make DESTDIR=...
987         * src/mbox.c
988                 Optimise speed
989         * src/plugins/pgpinline/pgpinline.c
990                 Probably fix bug 1061
991
992 2006-11-14 [paul]       2.6.0cvs46
993
994         * po/Makevars
995                 enable Q_ macro
996         * src/Makefile.am
997         * src/stock_pixmap.c
998         * src/stock_pixmap.h
999         * src/gtk/about.c
1000         * src/pixmaps/active.xpm
1001         * src/pixmaps/inactive.xpm
1002                 add a new page, 'Features', to the About dialog
1003                 showing which features are compiled in and which
1004                 are not
1005
1006 2006-11-14 [paul]       2.6.0cvs45
1007
1008         * po/ru.po
1009                 updated by Pavlo Bohmat
1010
1011 2006-11-14 [colin]      2.6.0cvs44
1012
1013         * src/compose.c
1014         * src/inc.c
1015         * src/messageview.c
1016         * src/news.c
1017         * src/pop.c
1018         * src/procmsg.c
1019         * src/gtk/gtkaspell.c
1020                 Fix 64-bit-related warnings
1021         * src/ssl_manager.c
1022                 Fix possible infinite loop
1023         * src/plugins/pgpcore/sgpgme.c
1024                 Remove useless check
1025
1026 2006-11-13 [colin]      2.6.0cvs43
1027
1028         * src/gtk/Makefile.am
1029                 authors.h isn't generated
1030
1031 2006-11-13 [colin]      2.6.0cvs42
1032
1033         * src/plugins/pgpinline/pgpinline.c
1034         * src/plugins/pgpmime/pgpmime.c
1035                 Very probably fix bug 1061, 'crash on 
1036                 opening signed email'. Another cast
1037                 problem
1038
1039 2006-11-13 [colin]      2.6.0cvs41
1040
1041         * src/plugins/pgpcore/sgpgme.c
1042                 Maybe fix bug 1061, 'crash on opening 
1043                 signed email'
1044
1045 2006-11-13 [wwp]        2.6.0cvs40
1046
1047         * src/plugins/pgpinline/pgpinline.c
1048                 fix candidate for bug #1057, thanks to Colin.
1049
1050 2006-11-13 [wwp]        2.6.0cvs39
1051
1052         * src/compose.c
1053         * src/quote_fmt_parse.y
1054                 fix bug 1052: current parser buffer was not always 
1055                 allocated, ptr to this buffer could be returned as 
1056                 NULL whereas no parser error has occurred. in 
1057                 consequence, defining a template body as "%d" 
1058                 (w/o the quotes) for the first time of the instance 
1059                 of claws-mail, was reporting a parser error. make 
1060                 sure that the buffer is always allocated, even to 
1061                 an empty string.
1062                 fix mis-unescaping in compose.:compose_quote_fmt(): 
1063                 unescaping of the fmt string was always done 
1064                 whereas it must be done *only* when receiving 
1065                 quote format strings issued from the prefs 
1066                 (compose new message, reply, forward, redirect 
1067                 formats), *not* when applying templates.  in 
1068                 consequences, applying templates w/ sequences 
1069                 like \\|p{echo} were failing. make sure that 
1070                 unescaping is done only when necessary.
1071
1072 2006-11-12 [colin]      2.6.0cvs38
1073
1074         * po/de.po
1075                 Fix typo (s/KB/MB)
1076
1077 2006-11-12 [colin]      2.6.0cvs37
1078
1079         * src/plugins/pgpinline/pgpinline.c
1080         * src/plugins/pgpmime/pgpmime.c
1081                 Release GPG context at the latest 
1082                 possible moment. Maybe fixes 
1083                 bug 1057, 'crash on sending signed 
1084                 message to a newsgroup'
1085                 
1086
1087 2006-11-12 [colin]      2.6.0cvs36
1088
1089         * src/plugins/pgpcore/sgpgme.c
1090                 Tell a bit more when gpg's status doesn't
1091                 contain any signature
1092
1093 2006-11-12 [colin]      2.6.0cvs35
1094
1095         * src/compose.c
1096                 Fix bug 1060, 'compilation error with 
1097                 Irix's cc'
1098
1099 2006-11-12 [paul]       2.6.0cvs34
1100
1101         * doc/man/claws-mail.1
1102         * src/prefs_gtk.c
1103         * src/plugins/clamav/README
1104         * src/plugins/spamassassin/README
1105         * tools/README
1106         * tools/freshmeat_search.pl
1107         * tools/google_search.pl
1108         * tools/multiwebsearch.pl
1109                 more renaming
1110         * src/plugins/trayicon/trayicon.c
1111                 fix compiliation warning
1112
1113 2006-11-11 [colin]      2.6.0cvs33
1114
1115         * src/folderview.c
1116                 Forbid drag and drop from/to different
1117                 folders of type F_UNKNOWN
1118
1119 2006-11-11 [colin]      2.6.0cvs32
1120
1121         * src/plugins/pgpinline/pgpinline.c
1122                 Fix typo in previous commit:
1123                 - gpgme_new(&ctx);
1124                 + if ((err = gpgme_new(&data->ctx)) ...)
1125
1126 2006-11-11 [colin]      2.6.0cvs31
1127
1128         * src/plugins/pgpinline/pgpinline.c
1129         * src/plugins/pgpmime/pgpmime.c
1130                 Check success after calling gpgme_new
1131                 Maybe fixes bug 1057, 'crash on sending 
1132                 signed message to a newsgroup'
1133
1134 2006-11-11 [colin]      2.6.0cvs30
1135
1136         * src/undo.c
1137                 init undostruct to 0s (from
1138                 valgrind log of bug 1057)
1139
1140 2006-11-10 [colin]      2.6.0cvs29
1141
1142         * src/mainwindow.c
1143                 Set cursor to wait before filtering
1144                 duplicates in all folders
1145         * src/plugins/bogofilter/bogofilter.c
1146         * src/plugins/bogofilter/bogofilter.h
1147         * src/plugins/bogofilter/bogofilter_gtk.c
1148                 Completely thread away the bogofilter
1149                 filtering
1150
1151 2006-11-10 [mones]      2.6.0cvs28
1152
1153         * src/compose.c
1154         * src/compose.h
1155                 added COMPOSE_CHECK_BEFORE_SEND hook
1156
1157 2006-11-10 [paul]       2.6.0cvs27
1158
1159         * src/crash.c
1160                 more renaming
1161                 add libSM to get_compiled_in_features()
1162         * src/main.c
1163                 more renaming
1164
1165 2006-11-10 [colin]      2.6.0cvs26
1166
1167         * src/etpan/imap-thread.c
1168                 Add a reference to libetpan's sasl engine
1169                 so that sasl_done() doesn't get called by
1170                 libetpan, and doesn't break openssl.
1171                 Should fix bug 1053, 'SC fails to reestablish 
1172                 a secure connection'
1173                 Patch by Hoa
1174
1175 2006-11-10 [colin]      2.6.0cvs25
1176
1177         * manual/addrbook.xml
1178         * manual/advanced.xml
1179         * manual/faq.xml
1180         * manual/intro.xml
1181                 Some more renaming
1182
1183 2006-11-09 [colin]      2.6.0cvs24
1184
1185         * src/plugins/bogofilter/bogofilter_gtk.c
1186                 Add comment about annoyance
1187
1188 2006-11-09 [colin]      2.6.0cvs23
1189
1190         * src/plugins/bogofilter/bogofilter.c
1191         * src/plugins/bogofilter/bogofilter_gtk.c
1192                 Prepare things needed to thread bogofilter
1193                 filtering: separate bogo stuff and possible GUI
1194                 stuff. 
1195
1196 2006-11-09 [colin]      2.6.0cvs22
1197
1198         * src/account.c
1199         * src/compose.c
1200                 Search for one of our accounts in Delivered-To
1201                 (helps for auto-account selection when 
1202                  replying/forwarding)
1203         * src/folderview.c
1204         * src/mainwindow.c
1205         * src/mainwindow.h
1206         * src/plugins/trayicon/trayicon.c
1207                 Allow opening a new mail with any account from
1208                 the contextual menu
1209
1210 2006-11-09 [wwp]        2.6.0cvs21
1211
1212         * src/compose.c
1213         * src/prefs_common.c
1214         * src/prefs_common.h
1215         * src/prefs_compose_writing.c
1216                 add a compose new message format (in prefs/compose/writing), it's a
1217                 simple subject+body template to use when opening a new composition
1218                 window. It's similar to the existent reply and forward formats.
1219
1220                 enhanced the template/format % symbols substitution mechanism to
1221                 use current composition window information when % are used in
1222                 the compose new message format or in templates applied to new
1223                 messages (there were useless in that situations before). When
1224                 applied to new messages, %d corresponds to the system time/date.
1225
1226 2006-11-09 [paul]       2.6.0cvs20
1227
1228         * src/gtk/authors.h
1229                 fix last commit
1230
1231 2006-11-09 [paul]       2.6.0cvs19
1232
1233         * src/gtk/authors.h
1234                 keep tje alphabetical order
1235
1236 2006-11-08 [colin]      2.6.0cvs18
1237
1238         * src/etpan/imap-thread.c
1239                 Fix bug 1054, 'Slowness logging big 
1240                 data chunks'
1241
1242 2006-11-08 [paul]       2.6.0cvs17
1243
1244         * tools/Makefile.am
1245                 fix the renaming
1246
1247 2006-11-08 [paul]       2.6.0cvs16
1248
1249         * src/common/defs.h
1250                 update BUGZILLA_URI
1251
1252 2006-11-08 [paul]       2.6.0cvs15
1253
1254         * tools/Makefile.am
1255         * tools/OOo2claws-mail.pl
1256         * tools/OOo2sylpheed.pl
1257         * tools/README
1258         * tools/acroread2claws-mail.pl
1259         * tools/acroread2sylpheed.pl
1260         * tools/kmail2claws-mail.pl
1261         * tools/kmail2claws-mail_v2.pl
1262         * tools/kmail2sylpheed.pl
1263         * tools/kmail2sylpheed_v2.pl
1264         * tools/maildir2claws-mail.pl
1265         * tools/maildir2sylpheed.pl
1266         * tools/nautilus2claws-mail.sh
1267         * tools/nautilus2sylpheed.sh
1268         * tools/outlook2claws-mail.pl
1269         * tools/outlook2sylpheed.pl
1270         * tools/tb2claws-mail
1271         * tools/tb2sylpheed
1272         * tools/tbird2claws.py
1273         * tools/tbird2syl.py
1274         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1275         * tools/kdeservicemenu/install.sh
1276         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1277         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
1278         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
1279         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1280         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1281                 renamed (removed, added) tools files
1282
1283 2006-11-08 [paul]       2.6.0cvs14
1284
1285         * src/main.c
1286         * src/common/defs.h
1287                 Migrate sylpheedrc to clawsrc, and fix the standard
1288                 plugins path in the process
1289
1290 2006-11-07 [colin]      2.6.0cvs13
1291
1292         * src/Makefile.am
1293                 Symlink sylpheed-claws relative to 
1294                 claws-mail
1295
1296 2006-11-07 [colin]      2.6.0cvs12
1297
1298         * src/compose.c
1299                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
1300
1301 2006-11-07 [paul]       2.6.0cvs11
1302
1303         * src/gtk/about.c
1304                 Fix a missed occurence of
1305                 Sylpheed-Claws
1306
1307 2006-11-07 [paul]       2.6.0cvs10
1308
1309         * src/Makefile.am
1310                 Fix symlink installation
1311
1312 2006-11-07 [paul]       2.6.0cvs9
1313
1314         * src/Makefile.am
1315                 Symlink claws-mail to sylpheed-claws
1316         * src/common/utils.c
1317                 Fix migrating symlinks
1318         * src/etpan/imap-thread.c
1319                 check certificate only when there's
1320                 no error
1321
1322 2006-11-07 [paul]       2.6.0cvs8
1323
1324         * Makefile.am
1325                 Fix icon breakages with Gtk, which needs a 
1326                 cache updated to see them.
1327
1328 2006-11-07 [paul]       2.6.0cvs7
1329
1330         * .cvsignore
1331         * AUTHORS
1332         * COPYING
1333         * INSTALL
1334         * Makefile.am
1335         * NEWS
1336         * README
1337         * RELEASE_NOTES
1338         * autogen.sh
1339         * claws-mail-128x128.png
1340         * claws-mail-64x64.png
1341         * claws-mail.ico
1342         * claws-mail.pc.in
1343         * claws-mail.png
1344         * configure.ac
1345         * sylpheed-claws-128x128.png
1346         * sylpheed-claws-64x64.png
1347         * sylpheed-claws.desktop
1348         * sylpheed-claws.ico
1349         * sylpheed-claws.pc.in
1350         * sylpheed-claws.png
1351         * debian/README.Debian
1352         * debian/changelog
1353         * debian/claws-mail.desktop
1354         * debian/claws-mail.menu
1355         * debian/claws-mail.postinst.debhelper
1356         * debian/claws-mail.postrm.debhelper
1357         * debian/control
1358         * debian/copyright
1359         * debian/files
1360         * debian/rules
1361         * debian/sylpheed-claws.desktop
1362         * debian/sylpheed-claws.menu
1363         * debian/sylpheed-claws.postinst.debhelper
1364         * debian/sylpheed-claws.postrm.debhelper
1365         * doc/man/Makefile.am
1366         * doc/man/claws-mail.1
1367         * doc/man/sylpheed-claws.1
1368         * doc/src/ChangeLog.claws-pre0.8.0
1369         * manual/Makefile.am
1370         * manual/account.xml
1371         * manual/ack.xml
1372         * manual/addrbook.xml
1373         * manual/advanced.xml
1374         * manual/claws-mail-manual.xml
1375         * manual/faq.xml
1376         * manual/glossary.xml
1377         * manual/handling.xml
1378         * manual/intro.xml
1379         * manual/keyboard.xml
1380         * manual/plugins.xml
1381         * manual/starting.xml
1382         * manual/sylpheed-claws-manual.xml
1383         * manual/xml2pdf
1384         * manual/dist/.cvsignore
1385         * manual/dist/html/.cvsignore
1386         * manual/dist/html/Makefile.am
1387         * manual/dist/pdf/.cvsignore
1388         * manual/dist/pdf/Makefile.am
1389         * manual/dist/ps/.cvsignore
1390         * manual/dist/ps/Makefile.am
1391         * manual/dist/txt/.cvsignore
1392         * manual/dist/txt/Makefile.am
1393         * manual/es/Makefile.am
1394         * manual/es/advanced.xml
1395         * manual/es/claws-mail-manual.xml
1396         * manual/es/faq.xml
1397         * manual/es/glossary.xml
1398         * manual/es/handling.xml
1399         * manual/es/intro.xml
1400         * manual/es/plugins.xml
1401         * manual/es/sylpheed-claws-manual.xml
1402         * manual/es/dist/.cvsignore
1403         * manual/es/dist/html/.cvsignore
1404         * manual/es/dist/html/Makefile.am
1405         * manual/es/dist/pdf/.cvsignore
1406         * manual/es/dist/pdf/Makefile.am
1407         * manual/es/dist/ps/.cvsignore
1408         * manual/es/dist/ps/Makefile.am
1409         * manual/es/dist/txt/.cvsignore
1410         * manual/es/dist/txt/Makefile.am
1411         * manual/fr/Makefile.am
1412         * manual/fr/account.xml
1413         * manual/fr/ack.xml
1414         * manual/fr/addrbook.xml
1415         * manual/fr/advanced.xml
1416         * manual/fr/claws-mail-manual.xml
1417         * manual/fr/faq.xml
1418         * manual/fr/glossary.xml
1419         * manual/fr/handling.xml
1420         * manual/fr/intro.xml
1421         * manual/fr/keyboard.xml
1422         * manual/fr/plugins.xml
1423         * manual/fr/starting.xml
1424         * manual/fr/sylpheed-claws-manual.xml
1425         * manual/fr/dist/.cvsignore
1426         * manual/fr/dist/html/.cvsignore
1427         * manual/fr/dist/html/Makefile.am
1428         * manual/fr/dist/pdf/.cvsignore
1429         * manual/fr/dist/pdf/Makefile.am
1430         * manual/fr/dist/ps/.cvsignore
1431         * manual/fr/dist/ps/Makefile.am
1432         * manual/fr/dist/txt/.cvsignore
1433         * manual/fr/dist/txt/Makefile.am
1434         * manual/pl/Makefile.am
1435         * manual/pl/account.xml
1436         * manual/pl/ack.xml
1437         * manual/pl/addrbook.xml
1438         * manual/pl/advanced.xml
1439         * manual/pl/claws-mail-manual.xml
1440         * manual/pl/faq.xml
1441         * manual/pl/glossary.xml
1442         * manual/pl/handling.xml
1443         * manual/pl/intro.xml
1444         * manual/pl/keyboard.xml
1445         * manual/pl/plugins.xml
1446         * manual/pl/starting.xml
1447         * manual/pl/sylpheed-claws-manual.xml
1448         * manual/pl/dist/.cvsignore
1449         * manual/pl/dist/html/.cvsignore
1450         * manual/pl/dist/html/Makefile.am
1451         * manual/pl/dist/pdf/.cvsignore
1452         * manual/pl/dist/pdf/Makefile.am
1453         * manual/pl/dist/ps/.cvsignore
1454         * manual/pl/dist/ps/Makefile.am
1455         * manual/pl/dist/txt/.cvsignore
1456         * manual/pl/dist/txt/Makefile.am
1457         * po/.cvsignore
1458         * po/Makevars
1459         * src/.cvsignore
1460         * src/Makefile.am
1461         * src/account.c
1462         * src/account.h
1463         * src/action.c
1464         * src/action.h
1465         * src/adbookbase.h
1466         * src/addr_compl.c
1467         * src/addr_compl.h
1468         * src/addrbook.c
1469         * src/addrcache.c
1470         * src/addrcache.h
1471         * src/addrcindex.c
1472         * src/addrcindex.h
1473         * src/addrclip.c
1474         * src/addrclip.h
1475         * src/addrdefs.h
1476         * src/addressadd.c
1477         * src/addressadd.h
1478         * src/addressbook.c
1479         * src/addressbook.h
1480         * src/addressbook_foldersel.c
1481         * src/addressbook_foldersel.h
1482         * src/addrgather.c
1483         * src/addrgather.h
1484         * src/addrharvest.c
1485         * src/addrharvest.h
1486         * src/addrindex.c
1487         * src/addrindex.h
1488         * src/addritem.c
1489         * src/addritem.h
1490         * src/addrquery.c
1491         * src/addrquery.h
1492         * src/addrselect.c
1493         * src/addrselect.h
1494         * src/alertpanel.c
1495         * src/alertpanel.h
1496         * src/browseldap.c
1497         * src/browseldap.h
1498         * src/codeconv.c
1499         * src/codeconv.h
1500         * src/compose.c
1501         * src/crash.c
1502         * src/crash.h
1503         * src/customheader.c
1504         * src/customheader.h
1505         * src/displayheader.c
1506         * src/displayheader.h
1507         * src/editaddress.c
1508         * src/editaddress.h
1509         * src/editbook.c
1510         * src/editbook.h
1511         * src/editgroup.c
1512         * src/editgroup.h
1513         * src/editjpilot.c
1514         * src/editjpilot.h
1515         * src/editldap.c
1516         * src/editldap.h
1517         * src/editldap_basedn.c
1518         * src/editldap_basedn.h
1519         * src/editvcard.c
1520         * src/editvcard.h
1521         * src/exphtmldlg.c
1522         * src/exphtmldlg.h
1523         * src/expldifdlg.c
1524         * src/expldifdlg.h
1525         * src/export.c
1526         * src/exporthtml.c
1527         * src/exporthtml.h
1528         * src/exportldif.c
1529         * src/exportldif.h
1530         * src/filtering.c
1531         * src/filtering.h
1532         * src/folder.c
1533         * src/folder.h
1534         * src/folder_item_prefs.c
1535         * src/folder_item_prefs.h
1536         * src/foldersel.c
1537         * src/foldersel.h
1538         * src/folderutils.c
1539         * src/folderutils.h
1540         * src/folderview.c
1541         * src/folderview.h
1542         * src/grouplistdialog.c
1543         * src/grouplistdialog.h
1544         * src/html.c
1545         * src/html.h
1546         * src/image_viewer.c
1547         * src/image_viewer.h
1548         * src/imap.c
1549         * src/imap.h
1550         * src/imap_gtk.c
1551         * src/imap_gtk.h
1552         * src/import.c
1553         * src/import.h
1554         * src/importldif.c
1555         * src/importldif.h
1556         * src/importmutt.c
1557         * src/importmutt.h
1558         * src/importpine.c
1559         * src/importpine.h
1560         * src/inc.c
1561         * src/inc.h
1562         * src/jpilot.c
1563         * src/jpilot.h
1564         * src/ldapctrl.c
1565         * src/ldapctrl.h
1566         * src/ldaplocate.c
1567         * src/ldaplocate.h
1568         * src/ldapquery.c
1569         * src/ldapquery.h
1570         * src/ldapserver.c
1571         * src/ldapserver.h
1572         * src/ldaputil.c
1573         * src/ldaputil.h
1574         * src/ldif.c
1575         * src/ldif.h
1576         * src/localfolder.c
1577         * src/localfolder.h
1578         * src/main.c
1579         * src/main.h
1580         * src/mainwindow.c
1581         * src/mainwindow.h
1582         * src/manual.c
1583         * src/manual.h
1584         * src/matcher.c
1585         * src/matcher.h
1586         * src/matcher_parser.h
1587         * src/matcher_parser_lex.l
1588         * src/matcher_parser_parse.y
1589         * src/mbox.c
1590         * src/mbox.h
1591         * src/message_search.c
1592         * src/message_search.h
1593         * src/messageview.c
1594         * src/messageview.h
1595         * src/mh.c
1596         * src/mh.h
1597         * src/mh_gtk.c
1598         * src/mh_gtk.h
1599         * src/mimeview.c
1600         * src/mimeview.h
1601         * src/msgcache.c
1602         * src/msgcache.h
1603         * src/mutt.c
1604         * src/mutt.h
1605         * src/news.c
1606         * src/news.h
1607         * src/news_gtk.c
1608         * src/news_gtk.h
1609         * src/noticeview.c
1610         * src/noticeview.h
1611         * src/partial_download.c
1612         * src/partial_download.h
1613         * src/pine.c
1614         * src/pine.h
1615         * src/pop.c
1616         * src/pop.h
1617         * src/prefs_account.c
1618         * src/prefs_account.h
1619         * src/prefs_actions.c
1620         * src/prefs_actions.h
1621         * src/prefs_common.c
1622         * src/prefs_common.h
1623         * src/prefs_compose_writing.c
1624         * src/prefs_compose_writing.h
1625         * src/prefs_customheader.c
1626         * src/prefs_customheader.h
1627         * src/prefs_display_header.c
1628         * src/prefs_display_header.h
1629         * src/prefs_ext_prog.c
1630         * src/prefs_ext_prog.h
1631         * src/prefs_filtering.c
1632         * src/prefs_folder_column.c
1633         * src/prefs_folder_column.h
1634         * src/prefs_folder_item.c
1635         * src/prefs_folder_item.h
1636         * src/prefs_fonts.c
1637         * src/prefs_fonts.h
1638         * src/prefs_gtk.c
1639         * src/prefs_gtk.h
1640         * src/prefs_image_viewer.c
1641         * src/prefs_image_viewer.h
1642         * src/prefs_matcher.c
1643         * src/prefs_matcher.h
1644         * src/prefs_message.c
1645         * src/prefs_message.h
1646         * src/prefs_msg_colors.c
1647         * src/prefs_msg_colors.h
1648         * src/prefs_other.c
1649         * src/prefs_other.h
1650         * src/prefs_quote.c
1651         * src/prefs_quote.h
1652         * src/prefs_receive.c
1653         * src/prefs_receive.h
1654         * src/prefs_send.c
1655         * src/prefs_send.h
1656         * src/prefs_spelling.c
1657         * src/prefs_spelling.h
1658         * src/prefs_summaries.c
1659         * src/prefs_summaries.h
1660         * src/prefs_summary_column.c
1661         * src/prefs_summary_column.h
1662         * src/prefs_template.c
1663         * src/prefs_template.h
1664         * src/prefs_themes.c
1665         * src/prefs_themes.h
1666         * src/prefs_toolbar.c
1667         * src/prefs_toolbar.h
1668         * src/prefs_wrapping.c
1669         * src/prefs_wrapping.h
1670         * src/privacy.c
1671         * src/privacy.h
1672         * src/procheader.c
1673         * src/procheader.h
1674         * src/procmime.c
1675         * src/procmime.h
1676         * src/procmsg.c
1677         * src/procmsg.h
1678         * src/quote_fmt.c
1679         * src/quote_fmt_parse.y
1680         * src/recv.c
1681         * src/recv.h
1682         * src/remotefolder.c
1683         * src/remotefolder.h
1684         * src/send_message.c
1685         * src/send_message.h
1686         * src/setup.c
1687         * src/setup.h
1688         * src/sourcewindow.c
1689         * src/sourcewindow.h
1690         * src/ssl_manager.c
1691         * src/ssl_manager.h
1692         * src/statusbar.c
1693         * src/statusbar.h
1694         * src/stock_pixmap.c
1695         * src/stock_pixmap.h
1696         * src/summary_search.c
1697         * src/summary_search.h
1698         * src/summaryview.c
1699         * src/summaryview.h
1700         * src/syldap.c
1701         * src/syldap.h
1702         * src/textview.c
1703         * src/textview.h
1704         * src/toolbar.c
1705         * src/toolbar.h
1706         * src/undo.c
1707         * src/undo.h
1708         * src/unmime.c
1709         * src/unmime.h
1710         * src/vcard.c
1711         * src/vcard.h
1712         * src/wizard.c
1713         * src/wizard.h
1714         * src/common/base64.c
1715         * src/common/base64.h
1716         * src/common/defs.h
1717         * src/common/hooks.c
1718         * src/common/hooks.h
1719         * src/common/log.c
1720         * src/common/log.h
1721         * src/common/mgutils.c
1722         * src/common/mgutils.h
1723         * src/common/nntp.c
1724         * src/common/nntp.h
1725         * src/common/passcrypt.c
1726         * src/common/passcrypt.h.in
1727         * src/common/plugin.c
1728         * src/common/plugin.h
1729         * src/common/prefs.c
1730         * src/common/prefs.h
1731         * src/common/progressindicator.c
1732         * src/common/progressindicator.h
1733         * src/common/quoted-printable.c
1734         * src/common/quoted-printable.h
1735         * src/common/session.c
1736         * src/common/session.h
1737         * src/common/smtp.c
1738         * src/common/smtp.h
1739         * src/common/socket.c
1740         * src/common/socket.h
1741         * src/common/ssl.c
1742         * src/common/ssl.h
1743         * src/common/stringtable.c
1744         * src/common/stringtable.h
1745         * src/common/sylpheed.c
1746         * src/common/sylpheed.h
1747         * src/common/template.c
1748         * src/common/template.h
1749         * src/common/timing.h
1750         * src/common/utils.c
1751         * src/common/utils.h
1752         * src/common/version.h.in
1753         * src/common/xml.c
1754         * src/common/xml.h
1755         * src/common/xmlprops.c
1756         * src/common/xmlprops.h
1757         * src/gtk/about.c
1758         * src/gtk/colorlabel.c
1759         * src/gtk/colorlabel.h
1760         * src/gtk/colorsel.c
1761         * src/gtk/colorsel.h
1762         * src/gtk/combobox.c
1763         * src/gtk/combobox.h
1764         * src/gtk/description_window.c
1765         * src/gtk/description_window.h
1766         * src/gtk/filesel.c
1767         * src/gtk/filesel.h
1768         * src/gtk/foldersort.c
1769         * src/gtk/foldersort.h
1770         * src/gtk/gtkaspell.c
1771         * src/gtk/gtkaspell.h
1772         * src/gtk/gtksctree.c
1773         * src/gtk/gtkshruler.c
1774         * src/gtk/gtkshruler.h
1775         * src/gtk/gtkutils.c
1776         * src/gtk/gtkutils.h
1777         * src/gtk/icon_legend.c
1778         * src/gtk/icon_legend.h
1779         * src/gtk/logwindow.c
1780         * src/gtk/logwindow.h
1781         * src/gtk/manage_window.c
1782         * src/gtk/manage_window.h
1783         * src/gtk/pluginwindow.c
1784         * src/gtk/pluginwindow.h
1785         * src/gtk/prefswindow.c
1786         * src/gtk/prefswindow.h
1787         * src/gtk/quicksearch.c
1788         * src/gtk/quicksearch.h
1789         * src/pixmaps/claws-mail.xpm
1790         * src/pixmaps/claws-mail_icon.xpm
1791         * src/pixmaps/claws-mail_logo.xpm
1792         * src/pixmaps/sylpheed-claws.xpm
1793         * src/pixmaps/sylpheed-claws_icon.xpm
1794         * src/pixmaps/sylpheed-claws_logo.xpm
1795         * src/plugins/bogofilter/Makefile.am
1796         * src/plugins/bogofilter/bogofilter.c
1797         * src/plugins/bogofilter/bogofilter.h
1798         * src/plugins/bogofilter/bogofilter_gtk.c
1799         * src/plugins/clamav/Makefile.am
1800         * src/plugins/clamav/clamav_plugin.c
1801         * src/plugins/clamav/clamav_plugin.h
1802         * src/plugins/clamav/clamav_plugin_gtk.c
1803         * src/plugins/demo/Makefile.am
1804         * src/plugins/demo/demo.c
1805         * src/plugins/dillo_viewer/Makefile.am
1806         * src/plugins/dillo_viewer/README
1807         * src/plugins/dillo_viewer/dillo_prefs.c
1808         * src/plugins/dillo_viewer/dillo_prefs.h
1809         * src/plugins/dillo_viewer/dillo_viewer.c
1810         * src/plugins/pgpcore/Makefile.am
1811         * src/plugins/pgpcore/passphrase.c
1812         * src/plugins/pgpcore/passphrase.h
1813         * src/plugins/pgpcore/pgp_viewer.c
1814         * src/plugins/pgpcore/pgp_viewer.h
1815         * src/plugins/pgpcore/plugin.c
1816         * src/plugins/pgpcore/prefs_gpg.c
1817         * src/plugins/pgpcore/prefs_gpg.h
1818         * src/plugins/pgpcore/select-keys.c
1819         * src/plugins/pgpcore/select-keys.h
1820         * src/plugins/pgpcore/sgpgme.c
1821         * src/plugins/pgpcore/sgpgme.h
1822         * src/plugins/pgpcore/sylpheed.def
1823         * src/plugins/pgpcore/version.rc
1824         * src/plugins/pgpinline/Makefile.am
1825         * src/plugins/pgpinline/pgpinline.c
1826         * src/plugins/pgpinline/pgpinline.h
1827         * src/plugins/pgpinline/plugin.c
1828         * src/plugins/pgpinline/sylpheed.def
1829         * src/plugins/pgpinline/version.rc
1830         * src/plugins/pgpmime/Makefile.am
1831         * src/plugins/pgpmime/pgpmime.c
1832         * src/plugins/pgpmime/pgpmime.h
1833         * src/plugins/pgpmime/plugin.c
1834         * src/plugins/pgpmime/sylpheed.def
1835         * src/plugins/pgpmime/version.rc
1836         * src/plugins/spamassassin/Makefile.am
1837         * src/plugins/spamassassin/README
1838         * src/plugins/spamassassin/spamassassin.c
1839         * src/plugins/spamassassin/spamassassin.h
1840         * src/plugins/spamassassin/spamassassin_gtk.c
1841         * src/plugins/trayicon/Makefile.am
1842         * src/plugins/trayicon/trayicon.c
1843         * tools/OOo2sylpheed.pl
1844         * tools/README
1845         * tools/README.sylprint
1846         * tools/acroread2sylpheed.pl
1847         * tools/claws.i18n.status.pl
1848         * tools/filter_conv.pl
1849         * tools/filter_conv_new.pl
1850         * tools/freshmeat_search.pl
1851         * tools/google_search.pl
1852         * tools/kmail2sylpheed.pl
1853         * tools/kmail2sylpheed_v2.pl
1854         * tools/make.themes.project
1855         * tools/multiwebsearch.pl
1856         * tools/nautilus2sylpheed.sh
1857         * tools/outlook2sylpheed.pl
1858         * tools/sylprint.pl
1859         * tools/sylprint.rc
1860         * tools/tb2sylpheed
1861         * tools/textviewer.sh
1862         * tools/vcard2xml.py
1863         * tools/kdeservicemenu/README
1864         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1865         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1866         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1867                 Change name to Claws Mail. Announce to follow...
1868
1869 2006-11-06 [wwp]        2.6.0cvs6
1870
1871         * src/prefs_template.c
1872                 unify messages related to quote format/template errors (fix
1873                 capitalization), again.
1874
1875 2006-11-06 [wwp]        2.6.0cvs5
1876
1877         * src/prefs_quote.c
1878                 unify messages related to quote format/template errors.
1879
1880 2006-11-06 [wwp]        2.6.0cvs4
1881
1882         * src/prefs_msg_colors.c
1883                 more uses of Q_ macro for contextual translations, thanks
1884                 to Fabien (fzzzzz).
1885
1886 2006-11-06 [wwp]        2.6.0cvs3
1887
1888         * src/compose.c
1889         * src/common/utils.c
1890         * src/common/utils.h
1891                 show an alertpanel to make sure users are aware that sensitive
1892                 files are attached (it's file blacklist-based). This will fix
1893                 interaction w/ GoogleEarth for instance, thanks to Colin.
1894
1895 2006-11-06 [wwp]        2.6.0cvs2
1896
1897         * src/prefs_quote.c
1898         * src/prefs_template.c
1899         * src/prefs_template.h
1900                 check quote format when applying/closing prefs. For now this only
1901                 shows up an error dialog box, not preventing the user from using
1902                 a broken quote (reply, forwards) format.
1903
1904 2006-11-06 [wwp]        2.6.0cvs1
1905
1906         * src/prefs_template.c
1907                 fix missing checks of some template fields.
1908
1909 2006-11-06 [paul]       2.6.0
1910
1911         * NEWS
1912         * README
1913         * RELEASE_NOTES
1914                 2.6.0 released
1915
1916 2006-11-06 [paul]       2.5.6cvs22
1917
1918         * manual/advanced.xml
1919         * manual/es/advanced.xml
1920                 put 'respect_flowed_format' info in the correct
1921                 place
1922
1923 2006-11-06 [mones]      2.5.6cvs21
1924
1925         * po/es.po
1926                 Minor fixes for release
1927
1928 2006-11-06 [paul]       2.5.6cvs20
1929
1930         * po/cs.po
1931         * po/de.po
1932         * po/fr.po
1933         * po/it.po
1934         * po/nl.po
1935         * po/pt_BR.po
1936         * po/sk.po
1937         * po/sv.po
1938         * po/zh_CN.po
1939                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
1940                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
1941                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
1942                 Young
1943
1944 2006-11-02 [colin]      2.5.6cvs19
1945
1946         * src/imap.c
1947         * src/imap.h
1948         * src/prefs_account.c
1949         * src/etpan/imap-thread.c
1950                 Add GSSAPI support - fixes Debian bug #383274
1951
1952 2006-11-01 [colin]      2.5.6cvs18
1953
1954         * src/jpilot.c
1955                 Handle libpisock12 support. Probably
1956                 fixes bug 1046, 'jpilot AddressDB.pdb 
1957                 import fail'
1958
1959 2006-11-01 [colin]      2.5.6cvs17
1960
1961         * src/folderutils.c
1962                 debug_print() folderutils_mark_all_read()
1963
1964 2006-11-01 [colin]      2.5.6cvs16
1965
1966         * COPYING
1967                 Add missed files to the Apache exception
1968
1969 2006-10-31 [colin]      2.5.6cvs15
1970
1971         * src/folder.c
1972         * src/folder.h
1973                 Add a copy_private_data() func to FolderClasses
1974                 Doesn't break the feature freeze, because we 
1975                 won't use it (right now) in the core.
1976
1977 2006-10-31 [colin]      2.5.6cvs14
1978
1979         * COPYING
1980                 Allow linking with the Apache licensed files in
1981                 src/plugins/spamassassin. Hopefully fixes 
1982                 bug 1048, 'Spamassassin plugin license problem'
1983
1984 2006-10-31 [wwp]        2.5.6cvs13
1985
1986         * src/compose.c
1987                 fix and optimize trimming of leading linefeeds in body loop.
1988
1989 2006-10-31 [colin]      2.5.6cvs12
1990
1991         * src/etpan/imap-thread.c
1992         * src/imap.c
1993                 Make really sure to have NULL sets in case
1994                 of error
1995
1996 2006-10-30 [wwp]        2.5.6cvs11
1997
1998         * src/prefs_common.c
1999         * src/prefs_common.h
2000         * src/compose.c
2001                 fix broken storage of quote format template when it contains \-escape
2002                 sequences. The application of such sequences is also fixed now (\t
2003                 in quote format will be a real tab instead of a 't', for instance).
2004
2005 2006-10-27 [colin]      2.5.6cvs10
2006
2007         * src/compose.c
2008                 Probably fix bug 1045, 'sylpheed-claws 
2009                 doesn't remove the mail from the IMAP 
2010                 Queue folder after sending'. From
2011                 2.5.6cvs3-stable
2012
2013 2006-10-27 [colin]      2.5.6cvs9
2014
2015         * configure.ac
2016                 Require libetpan-0.48. I'm so annoying,
2017                 I know ;-)
2018
2019 2006-10-27 [colin]      2.5.6cvs8
2020
2021         * src/folder.c
2022         * src/imap.c
2023                 Probably fix bug 1044, 'sylpheed-claws 
2024                 segfaults while moving mails' - Fix relation
2025                 usage when moving to an IMAP mailbox from another
2026                 mailbox
2027
2028 2006-10-26 [paul]       2.5.6cvs7
2029
2030         * src/gtk/about.c
2031                 add libSM to compiled-in features
2032                 list
2033
2034 2006-10-24 [colin]      2.5.6cvs6
2035
2036         * src/textview.c
2037         * src/gtk/gtkutils.c
2038                 Fix crash when printing emails with an
2039                 xface
2040
2041 2006-10-24 [mones]      2.5.6cvs5
2042
2043         * manual/es/advanced.xml
2044                 Synchronize hidden option respect_flowed_format
2045         * po/es.po
2046                 Updated translation
2047
2048 2006-10-21 [paul]       2.5.6cvs4
2049
2050         * src/gtk/authors.h
2051         * src/plugins/pgpcore/pgp_viewer.c
2052         * src/plugins/pgpcore/sgpgme.c
2053                 fix building on BSDs
2054                 Thanks to Michael Hughes
2055                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2056
2057 2006-10-20 [colin]      2.5.6cvs3
2058
2059         * configure.ac
2060                 Bump up libetpan requirement
2061                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
2062         * src/common/utils.c
2063         * src/common/utils.h
2064                 Add convenience get_file_mtime()
2065         * src/imap.c
2066         * src/etpan/imap-thread.c
2067         * src/etpan/imap-thread.h
2068                 Implement UIDPLUS support if the server
2069                 supports it - faster sending in this case
2070
2071 2006-10-19 [colin]      2.5.6cvs2
2072
2073         * src/gtk/quicksearch.c
2074                 Fix emptying in type-ahead+extended mode
2075         * src/mainwindow.c
2076         * src/mainwindow.h
2077                 Add a hook for offline state change
2078         * src/plugins/trayicon/trayicon.c
2079                 Use it to display offline icons
2080         * src/plugins/trayicon/Makefile.am
2081         * src/plugins/trayicon/newmail.offline.xpm
2082         * src/plugins/trayicon/newmarkedmail.offline.xpm
2083         * src/plugins/trayicon/nomail.offline.xpm
2084         * src/plugins/trayicon/unreadmail.offline.xpm
2085         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
2086                 Add the icons
2087
2088 2006-10-12 [paul]       2.5.6cvs1
2089
2090         * NEWS
2091         * README
2092         * configure.ac
2093                 Update version number following
2094                 stable release
2095
2096 2006-10-19 [colin]      2.5.5cvs18
2097
2098         * manual/handling.xml
2099                 Add type-ahead search
2100
2101 2006-10-18 [colin]      2.5.5cvs17
2102
2103         * src/gtk/quicksearch.c
2104                 Remove "save to history only if there's
2105                 no syntax error", it breaks for some 
2106                 reason which I'll investigate later.
2107
2108 2006-10-18 [colin]      2.5.5cvs16
2109
2110         * src/prefs_common.c
2111         * src/prefs_common.h
2112         * src/summaryview.c
2113         * src/gtk/quicksearch.c
2114         * src/gtk/quicksearch.h
2115                 Add a type-ahead option for fast searches
2116                 Patch by Fabien Vantard
2117
2118 2006-10-18 [colin]      2.5.5cvs15
2119
2120         * src/compose.c
2121         * src/compose.h
2122                 Add Options/Reply mode/ menu to be able to
2123                 change the recipients of a reply on the fly
2124
2125 2006-10-18 [colin]      2.5.5cvs14
2126
2127         * src/compose.c
2128                 Fix redirecting of our own sent mails
2129
2130 2006-10-17 [wwp]        2.5.5cvs13
2131
2132         * src/send_message.c
2133                 Fix duplicate error messages when sending, and missing
2134                 newline in such error messages.
2135
2136 2006-10-17 [colin]      2.5.5cvs12
2137
2138         * src/compose.c
2139                 Compare addresses case-insensitive
2140
2141 2006-10-17 [colin]      2.5.5cvs11
2142
2143         * src/plugins/pgpcore/sgpgme.c
2144                 Fix return status
2145
2146 2006-10-17 [colin]      2.5.5cvs10
2147
2148         * src/plugins/pgpcore/pgp_viewer.c
2149                 Fix return status
2150
2151 2006-10-17 [colin]      2.5.5cvs9
2152
2153         * src/quote_fmt.c
2154                 Fix a typo (thanks to Fabien)
2155
2156 2006-10-16 [colin]      2.5.5cvs8
2157
2158         * src/textview.c
2159                 Fix problem with quote-folding when emails
2160                 don't convert cleanly to UTF-8
2161
2162 2006-10-14 [colin]      2.5.5cvs7
2163
2164         * src/prefs_template.c
2165                 Reset fields when reopening
2166                 the window
2167
2168 2006-10-13 [paul]       2.5.5cvs6
2169
2170         * manual/advanced.xml
2171         * src/prefs_message.c
2172                 make 'respect_flowed_format' a hidden
2173                 option, and add a manual entry for it
2174                 Thanks to Colin
2175
2176 2006-10-12 [colin]      2.5.5cvs5
2177
2178         * src/codeconv.c
2179                 Revert part of 2.5.2cvs21:
2180                 Don't optimise by reusing the 
2181                 last iconv converter if possible:
2182                 it seems slightly broken in a 
2183                 very hard way to reproduce
2184
2185 2006-10-12 [colin]      2.5.5cvs4
2186
2187         * src/prefs_common.c
2188         * src/prefs_common.h
2189         * src/prefs_message.c
2190         * src/procmime.c
2191                 Fix bug 1035, 'Incorrect handling 
2192                 of flowed lines'. We now optionnaly
2193                 handle this format (preference is in
2194                 Message View/Text options section)
2195
2196 2006-10-12 [colin]      2.5.5cvs3
2197
2198         * po/POTFILES.in
2199                 Add new file
2200         * src/plugins/pgpcore/pgp_viewer.c
2201         * src/plugins/pgpcore/sgpgme.c
2202                 Don't try to import without asking
2203
2204 2006-10-12 [colin]      2.5.5cvs2
2205
2206         * src/compose.c
2207                 Fix bug 1036, 'Forwarding a mutlipart
2208                 mail with a "text/html" block to ms
2209                 outlook users leeds to freeze of
2210                 outlook'. Poor outlook users...
2211
2212 2006-10-12 [paul]       2.5.5cvs1
2213
2214         * NEWS
2215         * README
2216         * configure.ac
2217                 Update version number following
2218                 stable release
2219
2220 2006-10-11 [paul]       2.5.4cvs1
2221
2222         * NEWS
2223         * README
2224         * configure.ac
2225                 Update version number following
2226                 stable release
2227
2228 2006-10-11 [paul]       2.5.3cvs32
2229
2230         * src/textview.c
2231                 fix bug 1032, 'Segmentation fault when showing
2232                 message' (bug in quote folding)
2233                 Thanks to Colin
2234
2235 2006-10-10 [colin]      2.5.3cvs31
2236
2237         * src/quote_fmt.c
2238                 Rephrase english a bit
2239
2240 2006-10-10 [colin]      2.5.3cvs30
2241
2242         * src/prefs_compose_writing.c
2243                 Stop making the page larger than the window
2244
2245 2006-10-10 [wwp]        2.5.3cvs29
2246
2247         * src/compose.c
2248         * src/prefs_template.c
2249         * src/quote_fmt.c
2250         * src/quote_fmt.h
2251         * src/quote_fmt_lex.l
2252         * src/quote_fmt_parse.y
2253                 Extend the quote parser a bit: allow to get access to
2254                 basic (composing) account info.
2255
2256 2006-10-10 [colin]      2.5.3cvs28
2257
2258         * src/procheader.c
2259                 Fix this \t problem in subject
2260
2261 2006-10-09 [colin]      2.5.3cvs27
2262
2263         * src/main.c
2264         * src/prefs_gtk.c
2265                 Prepare cache a bit later
2266                 If section already exists, skip the new one 
2267                 (as previously); avoid writing the same block
2268                 twice - if we find a second block with the 
2269                 same id, skip it.
2270         * src/plugins/pgpcore/pgp_viewer.c
2271                 Set cursor to busy when retrieving a key
2272         * src/plugins/pgpcore/sgpgme.c
2273                 allow 5 seconds for gpg to export the key
2274                 
2275
2276 2006-10-09 [colin]      2.5.3cvs26
2277
2278         * configure.ac
2279         * src/msgcache.c
2280         * src/prefs_gtk.c
2281                 Check for existence of fgets_unlocked
2282                 and fwrite_unlocked
2283
2284 2006-10-09 [paul]       2.5.3cvs25
2285
2286         * src/prefs_summaries.c
2287                 replace strftime() with fast_strftime() and in
2288                 the consequence fix the bug in the display of
2289                 AM/PM in the 'Example' string
2290
2291 2006-10-09 [ticho]      2.5.3cvs24
2292
2293         * po/sk.po
2294                 Updated (and fixed up somewhat) Slovak translation.
2295
2296 2006-10-08 [colin]      2.5.3cvs23
2297
2298         * src/prefs_folder_item.c
2299                 Explain why prefs in the top-level folder
2300                 aren't retained, but are still useful
2301
2302 2006-10-08 [colin]      2.5.3cvs22
2303
2304         * src/prefs_gtk.c
2305                 Don't cache anything if caching fails
2306
2307 2006-10-08 [colin]      2.5.3cvs21
2308
2309         * src/common/utils.c
2310                 always include gi18n.h
2311
2312 2006-10-07 [colin]      2.5.3cvs20
2313
2314         * src/plugins/pgpcore/pgp_viewer.c
2315                 Kill gpg after 5 seconds wait
2316
2317 2006-10-07 [colin]      2.5.3cvs19
2318
2319         * src/plugins/pgpcore/pgp_viewer.c
2320         * src/plugins/pgpcore/pgp_viewer.h
2321                 Fix copyright
2322
2323 2006-10-07 [colin]      2.5.3cvs18
2324
2325         * src/plugins/pgpcore/pgp_viewer.c
2326         * src/plugins/pgpcore/pgp_viewer.h
2327                 Actually add the files to CVS
2328
2329 2006-10-07 [colin]      2.5.3cvs17
2330
2331         * src/plugins/pgpcore/sgpgme.c
2332                 Be sure not to crash on 'application/pgp-signature' that
2333                 are not application/pgp-signatures
2334
2335 2006-10-07 [colin]      2.5.3cvs16
2336
2337         * src/textview.c
2338         * src/textview.h
2339                 Make a bit more of the API available
2340         * src/plugins/pgpcore/Makefile.am
2341         * src/plugins/pgpcore/plugin.c
2342         * src/plugins/pgpcore/sgpgme.c
2343                 Add basic key import/export
2344
2345 2006-10-07 [colin]      2.5.3cvs15
2346
2347         * src/folderview.c
2348         * src/imap.c
2349         * src/prefs_account.c
2350         * src/wizard.c
2351                 Warn users *everywhere* if libetpan's not
2352                 linked in
2353
2354 2006-10-06 [mones]      2.5.3cvs14
2355
2356         * po/de.po
2357         * po/es.po
2358                 updated by Stephan Sachse and me
2359
2360 2006-10-06 [colin]      2.5.3cvs13
2361
2362         * src/main.c
2363         * src/common/sylpheed.c
2364                 Don't load common plugins if --exit is passed
2365         * src/prefs_gtk.c
2366         * src/prefs_gtk.h
2367                 Implement a cache to avoid reading the same
2368                 files over and over again at startup
2369
2370 2006-10-06 [colin]      2.5.3cvs12
2371
2372         * src/summaryview.c
2373         * src/gtk/quicksearch.c
2374                 Update display every 5k mails on fast searches
2375
2376 2006-10-06 [colin]      2.5.3cvs11
2377
2378         * src/textview.c
2379                 Don't do quote folding on HTML or ERTF.
2380                 May fix the Cygwin issues if they were
2381                 happening with HTML mails?
2382
2383 2006-10-05 [colin]      2.5.3cvs10
2384
2385         * src/prefs_gtk.c
2386                 Oops, forgot one
2387
2388 2006-10-05 [colin]      2.5.3cvs9
2389
2390         * src/prefs_gtk.c
2391                 Use unlocked_stdio here too
2392
2393 2006-10-05 [colin]      2.5.3cvs8
2394
2395         * src/folderview.c
2396                 Fix go to next * after preferences apply
2397         * src/msgcache.c
2398                 Do the fd lock/unlock ourselves instead of
2399                 letting the libc do it at each write 
2400
2401 2006-10-05 [colin]      2.5.3cvs7
2402
2403         * src/common/utils.c
2404                 Faster division, thanks to Jean Diraison
2405
2406 2006-10-05 [paul]       2.5.3cvs6
2407
2408         * src/common/utils.c
2409                 fix building with --disable-nls
2410
2411 2006-10-04 [colin]      2.5.3cvs5
2412
2413         * src/folder.c
2414                 Maybe fix a segfault
2415
2416 2006-10-04 [wwp]        2.5.3cvs4
2417
2418         * src/prefs_folder_item.c
2419                 Fine-tune layouts in folder item prefs. Suggested by
2420                 Fabien Vantard <fzzzzz@gmail.com>.
2421
2422 2006-10-04 [wwp]        2.5.3cvs3
2423
2424         * src/prefs_folder_item.c
2425                 Kill the clandestine passengers. You didn't see anything.
2426
2427 2006-10-04 [wwp]        2.5.3cvs2
2428
2429         * src/prefs_folder_item.c
2430                 Add a way to test the subject simplify regexp in
2431                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
2432                 w/ few layout changes.
2433
2434 2006-20-04 [paul]       2.5.3cvs1
2435
2436         * NEWS
2437         * README
2438         * configure.ac
2439                 Update version number following
2440                 stable release
2441
2442 2006-10-04 [colin]      2.5.2cvs42
2443
2444         * src/folder.c
2445         * src/folder.h
2446         * src/summaryview.c
2447                 Provide a way for folder classes to set their sort
2448                 type and key
2449
2450 2006-10-03 [colin]      2.5.2cvs41
2451
2452         * src/mh.c
2453                 Don't use strlen() to know if the
2454                 string's empty
2455
2456 2006-10-03 [colin]      2.5.2cvs40
2457
2458         * src/mh.c
2459                 Fix "check for new folders" with accentued folders
2460
2461 2006-10-03 [ticho]      2.5.2cvs39
2462
2463         * src/filtering.c
2464         * src/folder.c
2465         * src/inc.c
2466         * src/mbox.c
2467                 Colin's fix for "copy" filtering rules.
2468
2469 2006-10-02 [colin]      2.5.2cvs38
2470
2471         * src/folderview.c
2472                 Fix for double-click too
2473
2474 2006-10-02 [colin]      2.5.2cvs37
2475
2476         * src/folderview.c
2477                 correct fix for cvs36
2478
2479 2006-10-02 [colin]      2.5.2cvs36
2480
2481         * src/folderview.c
2482                 Fix 'goto next unread' after collapsing/expanding 
2483                 a node.
2484
2485 2006-10-02 [colin]      2.5.2cvs35
2486
2487         * src/summaryview.c
2488                 Fix double freeze/thaw
2489         * src/common/utils.c
2490         * src/common/utils.h
2491                 Reimplement strftime
2492         * src/procheader.c
2493                 Use it
2494
2495
2496 2006-10-02 [colin]      2.5.2cvs34
2497
2498         * src/mh.c
2499                 Time mh_write_sequences() - it's fast
2500         * src/summaryview.c
2501                 Init a variable to shut up gcc
2502
2503 2006-10-01 [colin]      2.5.2cvs33
2504
2505         * src/folder.c
2506         * src/mh.c
2507         * src/mh.h
2508         * src/msgcache.c
2509                 Add helper mh_set_mtime(), and set mtime to stat()'s result
2510                 Add fsync but disable it, it's slow as hell
2511
2512 2006-10-01 [colin]      2.5.2cvs32
2513
2514         * src/mh.c
2515         * src/msgcache.c
2516                 fflush() caches and mh_sequences before
2517                 fclose()ing
2518
2519 2006-10-01 [colin]      2.5.2cvs31
2520
2521         * src/msgcache.c
2522                 Don't ftruncate when not using mmap
2523
2524 2006-09-30 [colin]      2.5.2cvs30
2525
2526         * src/main.c
2527                 Write folder list *after* saving caches
2528
2529 2006-09-30 [colin]      2.5.2cvs29
2530
2531         * src/folder.c
2532         * src/mh.c
2533                 Debug forced mtime changes
2534
2535 2006-09-30 [colin]      2.5.2cvs28
2536
2537         * src/folder.c
2538         * src/main.c
2539                 Remove useless debug_print()s (code
2540                 well-tested)
2541
2542 2006-09-30 [colin]      2.5.2cvs27
2543
2544         * src/mh.c
2545                 Do stuff faster when writing mh_sequences
2546
2547 2006-09-30 [colin]      2.5.2cvs26
2548
2549         * src/mh.c
2550                 Don't let the writing of .mh_sequences, which
2551                 can change the folder's mtime, let us think
2552                 we need to scan.
2553
2554 2006-09-30 [colin]      2.5.2cvs25
2555
2556         * src/folder.c
2557                 Move a debug_print where it belongs 
2558                 (processing)
2559         * src/summaryview.c
2560                 Don't mess with a huge slow subject
2561                 table if we're not threading by
2562                 subject
2563
2564 2006-09-30 [colin]      2.5.2cvs24
2565
2566         * src/msgcache.c
2567                 Reenable mmaped reads (*not* writes!)
2568         * src/procmsg.c
2569                 Don't destroy and recreate hashtables just
2570                 for fun
2571         * src/common/utils.c
2572                 Remove useless reply prefixes (it's case
2573                 unsensitive)
2574
2575 2006-09-30 [wwp]        2.5.2cvs23
2576
2577         * tools/fix_date.sh
2578                 Fixed a minor bug in date value extraction, added a switch
2579                 to replace non RFC-compliant Date: value, added a switch
2580                 to use strict RFC matching patterns for dates.
2581
2582 2006-09-29 [colin]      2.5.2cvs22
2583
2584         * src/matcher_parser.h
2585         * src/matcher_parser_parse.y
2586         * src/prefs_filtering.c
2587         * src/statusbar.c
2588         * src/summary_search.c
2589         * src/summaryview.c
2590         * src/gtk/quicksearch.c
2591         * src/gtk/quicksearch.h
2592                 Optimise searches by setting different
2593                 refresh intervals (depending if the 
2594                 search is fast or not)
2595
2596 2006-09-29 [colin]      2.5.2cvs21
2597
2598         * src/codeconv.c
2599                 Optimise by reusing the last iconv converter
2600                 if possible
2601         * src/textview.c
2602                 Optimise a bit (the foldable quotes feature
2603                 still has an awful O(n^2) algo
2604
2605 2006-09-29 [colin]      2.5.2cvs20
2606
2607         * src/gtk/gtksctree.c
2608         * src/gtk/gtksctree.h
2609                 Optimise de-selection via up/down or
2610                 another key
2611
2612 2006-09-28 [colin]      2.5.2cvs19
2613
2614         * src/action.c
2615         * src/compose.c
2616         * src/folderview.c
2617         * src/mainwindow.c
2618         * src/messageview.c
2619         * src/summary_search.c
2620         * src/toolbar.c
2621                 Avoid using summaryview->ctree directly
2622
2623 2006-09-28 [colin]      2.5.2cvs18
2624
2625         * src/summaryview.c
2626         * src/summaryview.h
2627                 Add helpers to freeze/thaw/grab_focus
2628                 Factorize calls to freeze/thaw/grab_focus
2629                 
2630
2631 2006-09-28 [colin]      2.5.2cvs17
2632
2633         * src/main.c
2634                 More guards for the session management
2635
2636 2006-09-28 [colin]      2.5.2cvs16
2637
2638         * src/folderview.c
2639         * src/gtk/gtksctree.c
2640         * src/gtk/gtksctree.h
2641                 Make expanding not recursive in folderview
2642
2643 2006-09-28 [colin]      2.5.2cvs15
2644
2645         * src/addressbook.c
2646                 If nothing is selected in the list (right part)
2647                 and a group is selected in the tree (left part),
2648                 mail this group.
2649
2650 2006-09-28 [colin]      2.5.2cvs14
2651
2652         * src/Makefile.am
2653                 Actually use SM_LIBS
2654
2655 2006-09-28 [ticho]      2.5.2cvs13
2656
2657         * src/export.c
2658         * src/messageview.c
2659         * src/mimeview.c
2660         * src/news.c
2661         * src/pop.c
2662         * src/prefs_themes.c
2663         * src/procmsg.c
2664                 Small i18n string optimization.
2665         * src/send_message.c
2666         * src/summaryview.c
2667         * src/common/session.c
2668         * src/common/smtp.c
2669         * src/common/ssl_certificate.c
2670         * src/common/utils.c
2671                 Use "Couldn't" instead of "Can't" in UI messages,
2672                 where appropriate.
2673
2674 2006-09-28 [colin]      2.5.2cvs12
2675
2676         * configure.ac
2677                 Possibly fix link errors
2678
2679 2006-09-27 [wwp]        2.5.2cvs11
2680
2681         * src/gtk/authors.h
2682         * doc/man/sylpheed-claws.1
2683         * manual/ack.xml
2684         * manual/es/ack.xml
2685         * manual/fr/ack.xml
2686         * manual/pl/ack.xml
2687                 Updated authors info (me, myself and I).
2688
2689 2006-09-27 [colin]      2.5.2cvs10
2690
2691         * src/addressbook.c
2692                 Remove useless printf
2693
2694 2006-09-27 [wwp]        2.5.2cvs9
2695
2696         * src/editgroup.c
2697         * src/send_message.c
2698         * src/inc.c
2699         * src/prefs_common.c
2700         * src/prefs_common.h
2701         * src/gtk/progressdialog.c
2702                 remember more windows' sizes (send dialog, received dialog,
2703                 edit group in addressbook).
2704
2705 2006-09-27 [colin]      2.5.2cvs8
2706
2707         * configure.ac
2708         * src/main.c
2709         * src/mainwindow.h
2710                 Use libSM to communicate with the session
2711                 manager, so that we can know when the 
2712                 session ends, save our caches, and draft
2713                 our compose windows.
2714
2715 2006-09-27 [colin]      2.5.2cvs7
2716
2717         * src/addressbook.c
2718                 Fix issues:
2719                 o Allow Book and Group creation from the tree's
2720                   contextual menu
2721                 o Do not actually delete the contacts when 
2722                   deleting groups from the tree (duh!)
2723
2724 2006-09-27 [colin]      2.5.2cvs6
2725
2726         * src/compose.c
2727         * src/compose.h
2728         * src/mainwindow.c
2729         * src/textview.c
2730         * src/toolbar.c
2731                 o Allow passing an email address to 
2732                   compose_new_with_folderitem
2733                 o Update callers
2734                 o Use current folderitem when clicking
2735                   on a TextView mailto: link
2736                 o Fix a possible leak in TextView
2737
2738 2006-09-27 [colin]      2.5.2cvs5
2739
2740         * src/html.c
2741                 Use UTF-8 chars to replace HTML entities
2742
2743 2006-09-27 [colin]      2.5.2cvs4
2744
2745         * AUTHORS
2746         * src/prefs_account.c
2747         * src/gtk/authors.h
2748                 Fix bug #1024 (Array index out of
2749                 range in sylpheed-claws-2.5.2)
2750                 Patch by Ales Nosek <anosek@suse.cz>
2751
2752 2006-09-27 [colin]      2.5.2cvs3
2753
2754         * src/addr_compl.c
2755                 Actually do the test
2756
2757 2006-09-27 [colin]      2.5.2cvs2
2758
2759         * src/addr_compl.c
2760         * src/addr_compl.h
2761                 Allow completing with comma (in certain cases: vCalendar
2762                 for example doesn't support that)
2763                 Patch by Fabien Vantard
2764
2765 2006-09-26 [colin]      2.5.2cvs1
2766
2767         * src/Makefile.am
2768         * src/addr_compl.c
2769         * src/addr_compl.h
2770         * src/addrbook.c
2771         * src/addrbook.h
2772         * src/addressbook.c
2773         * src/addrindex.c
2774         * src/addrindex.h
2775         * src/compose.c
2776         * src/prefs_common.c
2777         * src/prefs_filtering_action.c
2778         * src/prefs_folder_item.c
2779         * src/prefs_template.c
2780         * src/stock_pixmap.c
2781         * src/stock_pixmap.h
2782         * src/pixmaps/addr_one.xpm
2783         * src/pixmaps/addr_two.xpm
2784                 Add auto-completion on groups
2785
2786 2006-09-26 [colin]      2.5.2
2787
2788         * NEWS
2789         * README
2790         * RELEASE_NOTES
2791                 2.5.2 released
2792
2793 2006-09-26 [colin]      2.5.1cvs5
2794
2795         * src/matcher.c
2796                 Fix condition
2797
2798 2006-09-26 [colin]      2.5.1cvs4
2799
2800         * src/mbox.c
2801                 Revert cvs1 (useless as the message is printed 
2802                 every 500 mails)
2803
2804 2006-09-26 [colin]      2.5.1cvs3
2805
2806         * src/partial_download.c
2807                 Fix crasher found by Alexsandar Urosevic
2808
2809 2006-09-26 [colin]      2.5.1cvs2
2810
2811         * src/summaryview.c
2812                 Fix bug #1023 (Sylpheed deletes too much messages)
2813
2814 2006-09-26 [ticho]      2.5.1cvs1
2815
2816         * src/mbox.c
2817                 Make use of gettext's multiple plurals for statusbar
2818                 progress message.
2819
2820 2006-09-25 [paul]       2.5.1
2821
2822         * NEWS
2823         * README
2824         * RELEASE_NOTES
2825                 2.5.1 released
2826
2827 2006-09-25 [colin]      2.5.0cvs3
2828
2829         * src/plugins/bogofilter/bogofilter.c
2830         * src/plugins/clamav/clamav_plugin.c
2831         * src/plugins/spamassassin/spamassassin.c
2832                 BogoFilter, Spamassassin: Fix double hook registering after
2833                 visiting preferences
2834                 Spamassassin, Clamav: Just set the mails to move instead of
2835                 doing the move - caller will move the things at once.
2836
2837 2006-09-25 [colin]      2.5.0cvs2
2838
2839         * src/imap.c
2840         * src/etpan/imap-thread.c
2841                 Use UID SEARCH ALL instead of UID 1:*
2842                 (braindead servers can't figure out that's
2843                 the same...)
2844
2845 2006-09-25 [wwp]        2.5.0cvs1
2846
2847         * src/message_search.c
2848                 Added the ability to stop a running search (in message body).
2849
2850 2006-09-25 [paul]       2.5.0
2851
2852         * NEWS
2853         * README
2854         * RELEASE_NOTES
2855                 2.5.0 released
2856
2857 2006-09-25 [paul]       2.4.0cvs214
2858
2859         * po/cs.po
2860         * po/de.po
2861         * po/fi.po
2862         * po/fr.po
2863         * po/nl.po
2864         * po/pt_BR.po
2865         * po/sk.po
2866         * po/sr.po
2867         * po/zh_CN.po
2868                 updated by Tim, Stephan Sachse, Flammie Pirinen,
2869                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
2870                 Ticho, Aleksander Urosevic, Ralgh Young
2871
2872 2006-09-24 [mones]      2.4.0cvs213
2873
2874         * po/es.po
2875                 Updated for release
2876
2877 2006-09-23 [colin]      2.4.0cvs212
2878
2879         * src/gtk/inputdialog.c
2880                 Fix [ ] remember this appearing in normal
2881                 input dialogs after it's been used by
2882                 mimeview.
2883         * src/folder.c
2884         * src/folderview.c
2885         * src/msgcache.c
2886         * src/procmsg.c
2887         * src/summaryview.c
2888         * src/textview.c
2889         * src/common/timing.h
2890                 Enable timings in debug mode and make it
2891                 look prettier.
2892
2893 2006-09-22 [colin]      2.4.0cvs211
2894
2895         * README
2896                 Revert test change
2897         * commitHelper
2898                 ping the correct URI
2899
2900 2006-09-22 [colin]      2.4.0cvs210
2901
2902         * README
2903                 Let's see if bug #1022 is fixed
2904
2905 2006-09-21 [colin]      2.4.0cvs209
2906
2907         * src/wizard.c
2908         * src/common/plugin.c
2909                 Prepare infra to load predefined plugins when
2910                 no configuration existed. Don't actually load
2911                 anything yet (feat. freeze)
2912
2913 2006-09-21 [wwp]        2.4.0cvs208
2914
2915         * manual/fr/faq.xml
2916                 Partial sync w/ 2.4.0cvs72:
2917                 wrap file and minor updates.
2918
2919 2006-09-21 [wwp]        2.4.0cvs207
2920
2921         * tools/fix_date.sh
2922                 several fixes and enhancements. A new --force switch has been
2923                 added to prevent overriding by default Date: header when
2924                 already existing.
2925
2926 2006-09-21 [paul]       2.4.0cvs206
2927
2928         * src/common/utils.c
2929                 add Chinese UTF8 Re prefix
2930
2931 2006-09-21 [wwp]        2.4.0cvs205
2932
2933         * tools/Makefile.am
2934                 Fics alfabettical order.
2935
2936 2006-09-21 [wwp]        2.4.0cvs204
2937
2938         * tools/fix_date.sh
2939         * tools/Makefile.am
2940                 Added an action tool to fix missing Date field in emails.
2941                 Updated Makefile.am to reflect those last two additions.
2942
2943 2006-09-21 [wwp]        2.4.0cvs203
2944
2945         * tools/uuooffice
2946                 Added a action tool to open uuencoded docs w/
2947                 OpenOffice (based on uudec method).
2948
2949 2006-09-21 [colin]      2.4.0cvs202
2950
2951         * src/compose.c
2952         * src/textview.c
2953                 Workaround possible GTK crash: remove selection 
2954                 clipboard before destroying widget, or GTK+-2.10
2955                 dies. Thanks to Hiro.
2956
2957 2006-09-20 [colin]      2.4.0cvs201
2958
2959         * src/compose.c
2960                 Fix free-after-use in some cases (when 
2961                 procmime_encode_content() frees mimeinfo->data.mem
2962                 and turns it to a temp file)
2963
2964 2006-09-20 [colin]      2.4.0cvs200
2965
2966         * src/folderview.c
2967         * src/summaryview.c
2968         * src/gtk/gtksctree.c
2969         * src/gtk/gtksctree.h
2970                 Add tooltips in the folderview and summaryview
2971                 (Doesn't break string freeze as they already
2972                 exist)
2973         * src/toolbar.c
2974                 Put the spam button in the default configuration
2975                 if compiled with bogo plugin too
2976
2977 2006-09-19 [colin]      2.4.0cvs199
2978
2979         * src/summaryview.c
2980         * src/summaryview.h
2981                 Update folder name label on folder rename
2982         * src/prefs_matcher.c
2983         * src/gtk/logwindow.h
2984                 Fix warnings
2985                 Patches by Fabien
2986
2987 2006-09-19 [wwp]        2.4.0cvs198
2988
2989         * src/summary_search.c
2990                 fix can't click forward/backward buttons in the
2991                 search messages.
2992
2993 2006-09-18 [paul]       2.4.0cvs197
2994
2995         * src/wizard.c
2996                 add missing bracket, capitalise the A of
2997                 'SpamAssassin'
2998
2999 2006-09-18 [paul]       2.4.0cvs196
3000
3001         * src/compose.c
3002                 fix bug 1012 'crashed upon sending mail
3003                 from compose window'
3004                 Thanks to Colin
3005
3006 2006-09-16 [colin]      2.4.0cvs195
3007
3008         * src/folderview.c
3009                 Fix "real-time" sorting by freezing/thawing
3010
3011 2006-09-16 [colin]      2.4.0cvs194
3012
3013         * manual/faq.xml
3014                 Fix the anti-spam entry a bit
3015
3016 2006-09-16 [colin]      2.4.0cvs193
3017
3018         * src/wizard.c
3019                 Make sure reviewers have no excuse when stating
3020                 Sylpheed-Claws doesn't have antispam capabilities.
3021
3022 2006-09-16 [colin]      2.4.0cvs192
3023
3024         * src/main.c
3025                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
3026                 as if the SIGPIPE comes from etpan's thread we could
3027                 trigger a GUI update from this thread.
3028
3029 2006-09-16 [colin]      2.4.0cvs191
3030
3031         * src/summaryview.c
3032                 Init all members of the struct
3033
3034 2006-09-16 [paul]       2.4.0cvs190
3035
3036         * src/account.c
3037                 improvements to the English
3038
3039 2006-09-15 [colin]      2.4.0cvs189
3040
3041         * src/summaryview.c
3042                 HIG order on dialog
3043
3044 2006-09-14 [colin]      2.4.0cvs188
3045
3046         * src/common/socket.c
3047         * src/common/socket.h
3048         * src/common/ssl.c
3049         * src/common/ssl_certificate.c
3050         * src/common/ssl_certificate.h
3051         * src/etpan/imap-thread.c
3052                 the get_fqdn() call done to get canonical name when
3053                 checking an SSL certificate is blocking, which is
3054                 sad as we just did a non-blocking lookup to connect.
3055                 Fix that by letting the fqdn available to the SockInfo,
3056                 and use that in ssl_certificate_check(). For IMAP,
3057                 we don't do it as the lookup's done by libetpan, but
3058                 it's less annoying as IMAP connections as much more
3059                 rare than POP3 connections.
3060
3061 2006-09-14 [paul]       2.4.0cvs187
3062
3063         * manual/advanced.xml
3064                 improvements to the English,
3065                 properly place the new hidden options
3066                 within the alphabetical order
3067         * src/gtk/pluginwindow.c
3068                 improvements to the English
3069
3070 2006-09-14 [colin]      2.4.0cvs186
3071
3072         * src/prefs_common.c
3073         * src/prefs_common.h
3074         * src/gtk/gtksctree.c
3075         * manual/advanced.xml
3076                 New hidden pref, stripes_color_offset, to change
3077                 the value added/substracted to normal bgcolor to
3078                 create the stripes in summaries
3079
3080 2006-09-13 [colin]      2.4.0cvs185
3081
3082         * src/gedit-print.c
3083         * src/messageview.c
3084         * src/messageview.h
3085         * src/summaryview.c
3086         * src/textview.c
3087                 Fix misc. printing issues: 
3088                 - Bad font for linkified headers
3089                 - Different font if the mail was displayed or not
3090                 - Factorize the thing
3091
3092 2006-09-13 [colin]      2.4.0cvs184
3093
3094         * src/common/ssl_certificate.c
3095                 Only get FQDN once when checking certificate
3096
3097 2006-09-13 [colin]      2.4.0cvs183
3098
3099         * src/account.c
3100         * src/gtk/pluginwindow.c
3101                 Misc. GUI fixes by Fabien
3102
3103 2006-09-13 [wwp]        2.4.0cvs182
3104
3105         * configure.ac
3106         * src/common/utils.h
3107         * src/common/utils.c
3108                 get rid of unused wide-char functions.
3109
3110 2006-09-13 [wwp]        2.4.0cvs181
3111
3112         * src/plugins/pgpinline/sylpheed.def
3113         * src/textview.c
3114                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
3115                 add privacy_reset_error to the .def file,
3116                 do not fork for an external textviewer.
3117
3118 2006-09-13 [wwp]        2.4.0cvs180
3119
3120         * src/prefs_common.c
3121                 fix broken font entry in prefs (patch issued by the gpg4win team,
3122                 probably by Marcus Brinkmann <marcus@g10code.de>).
3123
3124 2006-09-13 [colin]      2.4.0cvs179
3125
3126         * src/folder.h
3127                 Fix a warning in summaryview.c
3128         * src/mainwindow.c
3129         * src/summaryview.c
3130         * src/summaryview.h
3131                 Add missing Mark/* elements in the
3132                 main menu
3133
3134 2006-09-12 [colin]      2.4.0cvs178
3135
3136         * src/prefs_actions.c
3137         * src/prefs_filtering_action.c
3138         * src/prefs_matcher.c
3139                 Use (New) instead of New everywhere
3140
3141 2006-09-12 [wwp]        2.4.0cvs177
3142
3143         * manual/fr/addrbook.xml
3144         * manual/fr/handling.xml
3145                 updated some quotes in the fr manual to match the fr translation.
3146
3147 2006-09-12 [wwp]        2.4.0cvs176
3148
3149         * src/prefs_matcher.c
3150                 don't store translated string elements in matcher expressions.
3151                 Also fixed a misused of Q_().
3152
3153 2006-09-11 [wwp]        2.4.0cvs175
3154
3155         * src/plugins//bogofilter/bogofilter.c
3156         * src/plugins//clamav/clamav_plugin.c
3157         * src/plugins//demo/demo.c
3158         * src/plugins//dillo_viewer/dillo_viewer.c
3159         * src/plugins//pgpcore/plugin.c
3160         * src/plugins//pgpinline/plugin.c
3161         * src/plugins//pgpmime/plugin.c
3162         * src/plugins//spamassassin/spamassassin.c
3163                 gettext-ize more strings (mostly plugin error messages).
3164
3165 2006-09-11 [colin]      2.4.0cvs174
3166
3167         * src/alertpanel.c
3168                 Make maximum buffer size bigger to avoid
3169                 truncating translated messages. Patch by
3170                 Fabien
3171
3172 2006-09-11 [colin]      2.4.0cvs173
3173
3174         * src/etpan/imap-thread.c
3175                 Fix compilation on OpenBSD, thanks to 
3176                 Landry
3177
3178 2006-09-10 [wwp]        2.4.0cvs172
3179
3180         * manual/account.xml
3181         * manual/addrbook.xml
3182         * manual/handling.xml
3183         * manual/es/handling.xml
3184         * manual/fr/account.xml
3185         * manual/fr/addrbook.xml
3186         * manual/fr/handling.xml
3187                 documented addressbook matching (condition configuration):
3188                   addrbook.xml, en fr
3189                 documented per-account filtering rules (handling/filtering
3190                   section, account section):
3191                   account.xml, handling.xml, en fr
3192                 slightly updated the handling/searching section to tell few
3193                   words about the extended search ability:
3194                   handling.xml, en fr
3195                 added missing <quote></quotes> to Quick Search:
3196                   handling.xml, en fr es
3197                 fixed a typo (auomatically):
3198                   handling.xml, en
3199                 changes revisited by Paul.
3200
3201 2006-09-10 [paul]       2.4.0cvs171
3202
3203         * src/prefs_actions.c
3204         * src/prefs_filtering.c
3205         * src/prefs_template.c
3206                 adjustments to the gui
3207                 Patch by Fabien Vantard (slightly modified)
3208
3209 2006-09-10 [colin]      2.4.0cvs170
3210
3211         * src/summaryview.c
3212                 Check folderitem/summaryview consistency
3213                 (basically automates Update summary). Fixes
3214                 #1011 (wrong (negative) count on unread 
3215                 messages)
3216
3217 2006-09-10 [colin]      2.4.0cvs169
3218
3219         * src/gtk/gtksctree.c
3220                 Fix recursive expansion via mouse
3221         * src/plugins/bogofilter/bogofilter.c
3222                 Use normal filtering way of moving
3223                 messages (batching), possibly fixing
3224                 bug #1015 (Bogofilter plugin doubles 
3225                 new messages)
3226
3227 2006-09-09 [wwp]        2.4.0cvs168
3228
3229         * src/prefs_filtering.c
3230                 better place for this fix.
3231
3232 2006-09-09 [wwp]        2.4.0cvs167
3233
3234         * src/prefs_filtering.c
3235                 fix a minor bug when the enabled status of a filtering/processing
3236                 rule always got set to TRUE when replacing this rule. That still
3237                 make sense when adding a new rule, but now when replacing, we
3238                 don't override the value of 'enabled'.
3239                 Also renamed the func prefs_filtering_list_view_get_rule_name()
3240                 to prefs_filtering_list_view_get_info() as this function not only
3241                 returns the name, but also the account_id and the enabled status.
3242
3243 2006-09-09 [mones]      2.4.0cvs166
3244
3245         * manual/glossary.xml
3246         * manual/plugins.xml
3247                 Minor format corrections
3248         * manual/gpl.xml
3249                 Fix misplaced NO WARRANTY section
3250         * manual/es/advanced.xml
3251         * manual/es/faq.xml
3252         * manual/es/glossary.xml
3253         * manual/es/gpl.xml
3254         * manual/es/handling.xml
3255         * manual/es/plugins.xml
3256         * manual/es/starting.xml
3257                 Incorporate changes from English version
3258         * manual/fr/ack.xml
3259         * manual/pl/ack.xml
3260         * manual/es/ack.xml
3261                 Fix address, (add translation credits in es version)
3262         * po/es.po
3263                 Updated translation
3264
3265 2006-09-09 [wwp]        2.4.0cvs165
3266
3267         * src/prefs_filtering.c
3268                 fix a crash when opening filtering prefs, if matcherrc file contains
3269                 broken data (non-existing account id, which is theoretically not
3270                 possible).
3271
3272 2006-09-08 [colin]      2.4.0cvs164
3273
3274         * src/folder.c
3275                 Wrong assert, make it an if()
3276         * src/gtk/gtksctree.c
3277                 Fix bug #1013 (expand selected thread 
3278                 tree) - expanding is now recursive
3279
3280 2006-09-07 [wwp]        2.4.0cvs163
3281
3282         * src/prefs_matcher.c
3283                 make better sentences about addressbook matching in the
3284                 matcher prefs. This should make translators' work easier
3285                 too.
3286
3287 2006-09-07 [wwp]        2.4.0cvs162
3288
3289         * src/prefs_filtering.c
3290                 code simplification (get rid of dup var. assignment).
3291
3292 2006-09-07 [wwp]        2.4.0cvs161
3293
3294         * src/summaryview.c
3295                 use GTK_STOCK icons when possible, patch by Fabien Vantard
3296                 <fzzzzz@gmail.com>.
3297
3298 2006-09-07 [paul]       2.4.0cvs160
3299
3300         * src/mimeview.c
3301                 fix compilation warnings
3302                 Thanks to Colin
3303
3304 2006-09-07 [paul]       2.4.0cvs159
3305
3306         * src/mimeview.c
3307                 select the mimepart icon when
3308                 displaying as text
3309                 Thanks to Colin
3310
3311 2006-09-06 [paul]       2.4.0cvs158
3312
3313         * src/prefs_filtering.c
3314                 fix labels and table element spacing
3315                 Patch by Fabien Vantard
3316
3317 2006-09-06 [paul]
3318
3319         2.5.0-rc3 released
3320
3321 2006-09-06 [paul]       2.4.0cvs157
3322
3323         * manual/es/advanced.xml
3324                 fix typo
3325
3326 2006-09-06 [wwp]        2.4.0cvs156
3327
3328         * src/mainwindow.c
3329                 fix an dup launch issue when iconified, thanks to Colin.
3330
3331 2006-09-06 [wwp]        2.4.0cvs155
3332
3333         * src/gtk//gtksctree.h
3334                 oops, forgot that one!
3335
3336 2006-09-06 [wwp]        2.4.0cvs154
3337
3338         * manual/pl/advanced.xml
3339         * manual/advanced.xml
3340         * manual/es/advanced.xml
3341         * manual/fr/advanced.xml
3342         * src/prefs_customheader.c
3343         * src/prefs_filtering_action.c
3344         * src/foldersel.c
3345         * src/prefs_summaries.c
3346         * src/prefs_filtering.c
3347         * src/account.c
3348         * src/compose.c
3349         * src/prefs_summary_column.c
3350         * src/addr_compl.c
3351         * src/prefs_actions.c
3352         * src/prefs_folder_column.c
3353         * src/ssl_manager.c
3354         * src/prefs_template.c
3355         * src/prefs_display_header.c
3356         * src/prefs_common.h
3357         * src/prefs_matcher.c
3358         * src/prefs_common.c
3359         * src/prefs_toolbar.c
3360         * src/summaryview.c
3361         * src/folderview.c
3362         * src/gtk/gtksctree.c
3363         * src/gtk/pluginwindow.c
3364         * src/gtk/progressdialog.c
3365         * src/gtk/prefswindow.c
3366                 renamed hidden option enable_rules_hint to use_stripes_everywhere
3367                 to make its meaning more obvious (all versions of the manual reflect
3368                 the change).
3369                 added an extra hidden option use_stripes_in_summary to allow
3370                 discarding these stripes in mainwindow's folder and message lists;
3371                 en and fr manuals only are OK towards this.
3372
3373 2006-09-06 [colin]      2.4.0cvs153
3374
3375         * src/textview.c
3376                 Hide Sylpheed-Claws' internal queue headers
3377                 when showing all headers. They'll be present
3378                 only in Source window.
3379
3380 2006-09-05 [colin]      2.4.0cvs152
3381
3382         * src/plugins/trayicon/trayicon.c
3383                 Fix crash at exit - we have to disconnect
3384                 our handlers
3385         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3386                 Update eggtrayicon - patch adapted from a
3387                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
3388                 on Sylpheed's ML
3389
3390 2006-09-05 [colin]      2.4.0cvs151
3391
3392         * src/mainwindow.c
3393         * src/gtk/logwindow.c
3394                 Fix race condition when something writes
3395                 to the log too soon during init. Thanks
3396                 to Fabien Vantard
3397
3398 2006-09-05 [colin]      2.4.0cvs150
3399
3400         * src/mimeview.c
3401                 Don't select part on right-click either
3402
3403 2006-09-05 [paul]       2.4.0cvs149
3404
3405         * src/mimeview.c
3406                 completion of previous commit
3407                 Thanks to Colin
3408
3409 2006-09-05 [colin]      2.4.0cvs148
3410
3411         * src/mimeview.c
3412                 Don't force selection on middle-click, just open
3413
3414 2006-09-04 [colin]      2.4.0cvs147
3415
3416         * src/mimeview.c
3417                 Looks like gtk_notebook_set_current_page()
3418                 sometimes steals focus, and this annoys us
3419                 in MimeViewers as it renders navigation
3420                 keys useless. Take back focus after switching
3421                 pages.
3422
3423 2006-09-04 [colin]      2.4.0cvs146
3424
3425         * src/messageview.c
3426                 Set stop_loading when clicking on Next
3427                 during load. Don't add a callback to 
3428                 avoid over-complicating things.
3429
3430 2006-09-04 [colin]      2.4.0cvs145
3431
3432         * src/mimeview.c
3433         * src/messageview.c
3434                 Fix multiple loads in separate messageview
3435
3436 2006-09-04 [colin]      2.4.0cvs144
3437
3438         * src/summaryview.c
3439                 Let navigation keys be handled during 
3440                 load
3441
3442 2006-09-04 [colin]      2.4.0cvs143
3443
3444         * src/messageview.c
3445         * src/summaryview.c
3446         * src/textview.c
3447         * src/textview.h
3448                 Make loading of huge mails (lots of text and/or
3449                 images) cancellable, so the GUI doesn't block 
3450
3451 2006-09-04 [colin]      2.4.0cvs142
3452
3453         * src/plugins/trayicon/trayicon.c
3454                 Fix annoyance when removing a folder with 
3455                 unread mails: trayicon didn't update
3456
3457 2006-09-04 [paul]       2.4.0cvs141
3458
3459         * src/gtk/icon_legend.c
3460                 straighten up columns
3461                 Patch by Fabien Vantard
3462
3463 2006-09-04 [wwp]        2.4.0cvs140
3464
3465         * src/prefs_filtering.c
3466                 fix new line's account name in filtering prefs:
3467                 was "All", is now "(New)".
3468
3469 2006-09-04 [paul]       2.4.0cvs139
3470
3471         * tools/make.themes.project
3472                 use "AUTOMAKE_OPTIONS = dist-bzip2"
3473                 instead of homebrewed "make release"
3474
3475 2006-09-03 [colin]      2.4.0cvs138
3476
3477         * src/folderview.c
3478                 Fix bug #1007 (Wrong folder highlighted)
3479
3480 2006-09-03 [colin]      2.4.0cvs137
3481
3482         * src/compose.c
3483                 Don't set Newsgroup: header to a mail folder
3484                 path
3485
3486 2006-09-03 [paul]       2.4.0cvs136
3487
3488         * src/prefs_other.c
3489         * src/prefs_spelling.c
3490                 unify the gui
3491
3492 2006-09-03 [paul]       2.4.0cvs135
3493
3494         * src/prefs_summaries.c
3495                 correct menu item text in prefs_keybind_apply_clicked()
3496
3497 2006-09-03 [paul]       2.4.0cvs134
3498
3499         * manual/advanced.xml
3500                 some improvements to the descriptions
3501         * src/mainwindow.c
3502         * src/messageview.c
3503         * src/summaryview.c
3504         * src/gtk/menu.c
3505                 fix menu sensitivity issues
3506         * src/prefs_message.c
3507                 drop the useless word 'short'
3508         * src/prefs_other.c
3509                 add the word 'lines' indicating log length
3510                 is a measure of lines
3511         * src/textview.c
3512                 fix compilation warnings
3513
3514 2006-09-02 [colin]      2.4.0cvs133
3515
3516         * src/messageview.c
3517                 Display a special return-receipt message
3518                 if the message is from the user
3519         * src/summaryview.c
3520                 Fix missing freeze of the list when marking
3521                 all read and unthreading for exec. Thanks
3522                 to Stephan Sachse.
3523
3524 2006-09-02 [paul]       2.4.0cvs132
3525
3526         * src/mainwindow.c
3527         * src/prefs_message.c
3528         * src/summaryview.c
3529                 fix some english
3530
3531 2006-09-02 [wwp]        2.4.0cvs131
3532
3533         * src/prefs_filtering.c
3534                 added an account name column to the filtering rules
3535                 dialog.
3536
3537 2006-09-02 [colin]      2.4.0cvs130
3538
3539         * src/gtk/logwindow.c
3540         * src/gtk/logwindow.h
3541                 Block scrolling if we're not at the end
3542                 of the log
3543
3544 2006-09-02 [colin]      2.4.0cvs129
3545
3546         * src/folder.c
3547                 Make sure account-specific rules can't
3548                 be used in {pre-,post-,}processing
3549         * src/mainwindow.c
3550         * src/gtk/logwindow.c
3551         * src/gtk/logwindow.h
3552                 Jump to last error when clicking on the
3553                 warning icon
3554
3555 2006-09-02 [colin]      2.4.0cvs128
3556
3557         * src/imap.c
3558         * src/import.c
3559         * src/mainwindow.c
3560         * src/mainwindow.h
3561                 Fix warning icon
3562         * src/inc.c
3563         * src/mbox.c
3564         * src/mbox.h
3565                 Let proc_mbox know its account, for
3566                 account-specific rules
3567
3568 2006-09-01 [colin]      2.4.0cvs127
3569
3570         * src/codeconv.c
3571                 Don't uselessly use iconv to convert from
3572                 us-ascii
3573         * src/alertpanel.c
3574         * src/mainwindow.c
3575         * src/mainwindow.h
3576         * src/inc.c
3577                 Fix certain log cases, disable warning icon
3578                 for now, the correct way to display it when
3579                 necessary and only when necessary is probably
3580                 to do it manually rather than use error logs
3581         * src/etpan/imap-thread.c
3582                 Clean up UID logging a bit
3583         * src/gtk/logwindow.c
3584         * src/gtk/logwindow.h
3585                 Make logging faster when the window's closed
3586
3587 2006-09-01 [wwp]        2.4.0cvs126
3588
3589         * manual/fr/account.xml
3590                 reflect changes to the ref. manual (parts of cvs72):
3591                 fix tabnames and quotes.
3592
3593 2006-09-01 [wwp]        2.4.0cvs125
3594
3595         * manual/fr/plugins.xml
3596                 reflect changes to the reference manual (cvs42):
3597                 update IRC channel info.
3598
3599 2006-09-01 [wwp]        2.4.0cvs124
3600
3601         * commitHelper
3602                 use CVSEDITOR env. var. if set, according to `man cvs`.
3603
3604 2006-09-01 [wwp]        2.4.0cvs123
3605
3606         * manual/advanced.xml
3607                 better sentence again (thanks to Paul).
3608
3609 2006-09-01 [wwp]        2.4.0cvs122
3610
3611         * manual/advanced.xml
3612         fix definition of toolbar_detachable and rework a bit the one of
3613         enable_dotted_lines.
3614
3615 2006-09-01 [mones]      2.4.0cvs121
3616
3617         * manual/advanced.xml
3618                 Document enable_dotted_lines
3619
3620 2006-09-01 [paul]       2.4.0cvs120
3621
3622         * src/folderview.c
3623         * src/folderview.h
3624         * src/imap.c
3625         * src/mainwindow.c
3626         * src/summaryview.c
3627                 obey the 'When entering folder...' option
3628                 when using the /View/Go to/... menu items
3629                 Thanks to Colin
3630
3631 2006-08-31 [colin]      2.4.0cvs119
3632
3633         * src/folderview.c
3634                 Revert 2.4.0cvs116, wrong fix.
3635
3636 2006-08-31 [colin]      2.4.0cvs118
3637
3638         * src/gtk/gtksctree.c
3639                 Better state the various copyrights
3640
3641 2006-08-31 [colin]      2.4.0cvs117
3642
3643         * src/prefs_common.c
3644                 fix enable_dotted_lines
3645
3646 2006-08-31 [colin]      2.4.0cvs116
3647
3648         * src/folderview.c
3649                 Use pref "Always open on select" when going
3650                 to next unread folder
3651         * src/gtk/gtksctree.c
3652                 Fix link failure to _gtk_clist_create_cell_layout
3653                 on certain computers. (Why not mine, I wonder)
3654
3655 2006-08-31 [colin]      2.4.0cvs115
3656
3657         * src/procmsg.c
3658         * src/textview.c
3659         * src/plugins/bogofilter/bogofilter.c
3660         * src/plugins/spamassassin/spamassassin.c
3661                 Requalify some "errors" to warnings
3662         * src/mainwindow.c
3663         * src/mainwindow.h
3664         * src/statusbar.c
3665                 Add an icon in the statusbar to notify
3666                 of errors
3667         * src/gtk/gtksctree.c
3668         * src/folderview.c
3669         * src/summaryview.c
3670                 Make the GtkSCTree look more modern by
3671                 alternating background lines
3672         * src/prefs_common.c
3673         * src/prefs_common.h
3674                 Add a pref to let people have the old
3675                 way if they prefer
3676
3677
3678 2006-08-30 [colin]      2.4.0cvs114
3679
3680         * src/procmsg.c
3681         * src/procmsg.h
3682                 Provide a way to filter a list of
3683                 messages in an optimised manner, and
3684                 add a list-filtering hook
3685         * src/folder.c
3686         * src/inc.c
3687         * src/mbox.c
3688                 Use the list filtering
3689         * src/plugins/bogofilter/bogofilter.c
3690                 Use the list-filtering hook
3691                 Use -b (bulk) mode for more speed
3692                 when learning and filtering
3693         * src/etpan/imap-thread.c
3694                 Make log output shorter in UID SEARCH
3695
3696
3697 2006-08-30 [colin]      2.4.0cvs113
3698
3699         * src/plugins/bogofilter/bogofilter.c
3700                 Really fast mass learning - thanks to David
3701                 Relson for the options explanations :)
3702
3703 2006-08-30 [colin]      2.4.0cvs112
3704
3705         * src/msgcache.c
3706                 Fix compilation on FreeBSD. Thanks
3707                 to Michael Hugues
3708
3709 2006-08-29 [colin]      2.4.0cvs111
3710
3711         * src/folderview.c
3712                 Handle "popup_menu" signal (for popping the 
3713                 menu via the keyboard)
3714         * src/mimeview.c
3715         * src/mimeview.h
3716         * src/summaryview.c
3717         * src/textview.c
3718         * src/gtk/gtkutils.c
3719         * src/gtk/gtkutils.h
3720                 Factorize scrolling code, and add an API 
3721                 for MimeViewers to handle scroll orders
3722
3723 2006-08-29 [wwp]        2.4.0cvs110
3724
3725         * src/plugins//bogofilter/bogofilter.c
3726         * src/plugins//spamassassin/spamassassin.c
3727                 make the bogofilter/spamassassin filtering error dialogs at
3728         incorporation obey to the "don't popup error dialog on
3729         receive error" option. If disabled, feed the log window w/
3730         the error message.
3731
3732 2006-08-29 [paul]
3733
3734         2.5.0-rc2 released
3735
3736 2006-08-29 [paul]       2.4.0cvs109
3737
3738         * Makefile.am
3739                 remove 'make release', it's not needed
3740                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
3741
3742 2006-08-29 [paul]       2.4.0cvs108
3743
3744         * src/foldersel.c
3745         * src/summary_search.c
3746         * src/gtk/progressdialog.c
3747         * src/plugins/pgpcore/passphrase.c
3748                 replace deprecated gtk_window_set_policy()
3749
3750 2006-08-29 [colin]      2.4.0cvs107
3751
3752         * src/folder.c
3753                 Fix data loss when copy fails during a move:
3754                 only use fast remove_msgs if everything was
3755                 copied OK; else use slow remove_msg on the
3756                 mails that got copied only.
3757
3758 2006-08-28 [paul]       2.4.0cvs106
3759
3760         * src/mh.c
3761                 revert change in 2.4.0cvs104, it breaks
3762                 stuff
3763
3764 2006-08-28 [paul]       2.4.0cvs105
3765
3766         * src/plugins/spamassassin/spamassassin.c
3767                 english fix
3768
3769 2006-08-28 [paul]       2.4.0cvs104
3770
3771         * src/mh.c
3772                 fix data loss when moving to another
3773                 mailbox fails
3774         * src/prefs_spelling.c
3775                 improve the english
3776         * src/gtk/pluginwindow.c
3777                 improve the layout of the dialog text
3778         All thanks to Colin
3779
3780 2006-08-28 [paul]       2.4.0cvs103
3781
3782         * src/plugins/bogofilter/bogofilter.c
3783         * src/plugins/bogofilter/bogofilter_gtk.c
3784                 fix english up a bit, innit
3785
3786 2006-08-28 [paul]       2.4.0cvs102
3787
3788         * configure.ac
3789         * po/Makefile.in.in
3790         * po/Makevars
3791                 require autoconf 2.60, enabling building
3792                 with gettext 0.15 (gettext 0.14.x build still
3793                 possible). Replace Makefiles with versions
3794                 from gettext 0.15.
3795                 Remove configure options --with-localedir and
3796                 --with-mandir. The options that are provided
3797                 directly by autoconf 2.60 can be used instead:
3798                 --mandir --localedir
3799
3800 2006-08-27 [colin]      2.4.0cvs101
3801
3802         * src/plugins/bogofilter/Makefile.am
3803                 Fix make dist (no README)
3804
3805 2006-08-27 [colin]      2.4.0cvs100
3806
3807         * src/folder.c
3808                 Don't use F_UNKNOWN folders for any default
3809                 outbox/trash/etc
3810         * src/plugins/bogofilter/bogofilter.c
3811         * src/plugins/bogofilter/bogofilter.h
3812         * src/plugins/bogofilter/bogofilter_gtk.c
3813                 Add an option to specify the path to bogofilter
3814                 Use single-quotes to be able to learn in folders
3815                 with spaces in their names
3816                 Verify learning status
3817
3818 2006-08-27 [colin]      2.4.0cvs99
3819
3820         * manual/faq.xml
3821         * manual/plugins.xml
3822                 Document Bogofilter plugin
3823
3824 2006-08-27 [colin]      2.4.0cvs98
3825
3826         * src/compose.c
3827         * src/messageview.c
3828         * src/procmsg.c
3829         * src/procmsg.h
3830                 When possible, copy the queued mail to sent folder
3831                 instead of re-adding. Much faster on IMAP.
3832
3833 2006-08-27 [colin]      2.4.0cvs97
3834
3835         * src/msgcache.c
3836                 Disable mmaped caches - huge metadata loss
3837                 here after a power failure.
3838         * src/summaryview.c
3839                 Add quicksearch timing
3840         * src/common/plugin.c
3841         * src/common/plugin.h
3842                 Implement an interface to tell what plugins
3843                 provide. Prevent loading of similar plugins.
3844         * src/plugins/clamav/clamav_plugin.c
3845         * src/plugins/demo/demo.c
3846         * src/plugins/dillo_viewer/dillo_viewer.c
3847         * src/plugins/pgpcore/plugin.c
3848         * src/plugins/pgpinline/pgpinline.c
3849         * src/plugins/pgpmime/pgpmime.c
3850         * src/plugins/spamassassin/spamassassin.c
3851         * src/plugins/trayicon/trayicon.c
3852                 Implement plugin_provides()
3853
3854 2006-08-27 [colin]      2.4.0cvs96
3855
3856         * configure.ac
3857         * src/plugins/Makefile.am
3858         * src/plugins/bogofilter/.cvsignore
3859         * src/plugins/bogofilter/Makefile.am
3860         * src/plugins/bogofilter/bogofilter.c
3861         * src/plugins/bogofilter/bogofilter.h
3862         * src/plugins/bogofilter/bogofilter_gtk.c
3863                 New Bogofilter plugin, provides filtering and
3864                 learning. Spamassassin will go to extra plugins.
3865
3866 2006-08-26 [mones]      2.4.0cvs95
3867
3868         * manual/handling.xml
3869                 Fix subfolder path in the example (thanks to Paul) 
3870
3871 2006-08-26 [mones]      2.4.0cvs94
3872
3873         * manual/glossary.xml
3874                 2.2. + add ISP to the glossary
3875                 7.5. + Add UIDL to glossary
3876                 7.7. + Add TCP to glossary
3877         * manual/handling.xml
3878                 7.1. + Mentions GNU/Linux distribution, what about the non...
3879                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
3880                 7.3. + Mentions .bashrc, what about the non-bash ones? 
3881                 7.4. = Use appropriate quotation for commands
3882                 7.6. = change "" to <quote></quote>
3883         * manual/plugins.xml
3884                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
3885         * manual/starting.xml
3886                 2.1. + local mbox file: some examples of mbox file locations...
3887                 Also reformatted files requiring it
3888
3889 2006-08-26 [wwp]        2.4.0cvs93
3890
3891         * src/summary_search.c
3892                 disable find buttons while summary search is running.
3893
3894 2006-08-25 [colin]      2.4.0cvs92
3895
3896         * src/folder.c
3897         * src/folderutils.c
3898         * src/mh.c
3899         * src/procmsg.h
3900         * src/summaryview.c
3901                 Speed up MH moving, and add progressbar
3902                 for MH deletion
3903         * src/msgcache.c
3904                 Write cache files using mmap() too
3905
3906 2006-08-25 [wwp]        2.4.0cvs91
3907
3908         * src/summaryview.c
3909                 switch spam<->ham button when a message has been marked as spam or ham
3910                 and is still selected. Thanks to Colin.
3911
3912 2006-08-25 [paul]       2.4.0cvs90
3913
3914         * src/Makefile.am
3915         * src/stock_pixmap.c
3916         * src/stock_pixmap.h
3917         * src/summaryview.c
3918         * src/gtk/icon_legend.c
3919         * src/pixmaps/copied.xpm
3920         * src/pixmaps/moved.xpm
3921                 add icons for delayed execution marked for
3922                 copying, marked for moving
3923
3924 2006-08-25 [mones]      2.4.0cvs89
3925
3926         * manual/glossary.xml
3927                 Fix the other glossary items:
3928                 5.1. = Inmmediate execution -> <quote>immediate execution...
3929                 5.2. = Fix MBOX capitalization -> Mbox
3930                 5.3. + Improve Plugins def. w/ tech. ref.
3931                 5.4. = Quotation -> replace '>' by <quote>></quote>
3932                 5.5. - SMTP Server. -> remove dot
3933         * po/es.po
3934                 Updated translation
3935
3936 2006-08-25 [mones]      2.4.0cvs88
3937
3938         * manual/ack.xml
3939                 Reformatted, changed email address
3940         * manual/glossary.xml
3941                 Reformatted, fixed MANUAL-TODO items:
3942                 8.2. + add ROT-13 to glossary
3943                 8.4. + add URL to glossary
3944         * manual/es/advanced.xml
3945                 Fixed <literal>s
3946
3947 2006-08-25 [paul]       2.4.0cvs87
3948
3949         * src/gtk/icon_legend.c
3950                 add 'marked for deletion' icon
3951                 arrange icons by containing column
3952                 wrap long label text
3953
3954 2006-08-25 [colin]      2.4.0cvs86
3955
3956         * src/common/utils.c
3957         * src/common/utils.h
3958                 Add the sc_g_*list_bigger functions in
3959                 a place everyone can use it
3960         * src/summaryview.c
3961                 Only freeze/thaw the list when working
3962                 on the selection, if it's bigger than 1
3963         * src/gtk/gtksctree.c
3964                 Only freeze/thaw the list when unselec-
3965                 ting 'all' if ('all' != 1)
3966                 This avoids some flickering
3967
3968 2006-08-24 [colin]      2.4.0cvs85
3969
3970         * src/addressbook.c
3971                 Fix strange list selection
3972                 Fix random seg (Invalid read of freed memory)
3973
3974 2006-08-24 [colin]      2.4.0cvs84
3975
3976         * src/alertpanel.c
3977         * src/gtk/inputdialog.c
3978         * src/plugins/pgpcore/passphrase.c
3979                 Revert minimal width patch of 2.4.0cvs67,
3980                 as it is also a maximal width. Use 
3981                 gtk_window_set_default_size instead.
3982
3983 2006-08-24 [colin]      2.4.0cvs83
3984
3985         * src/msgcache.c
3986                 Write cache/mark to temp files before
3987                 overwriting old ones (avoids metadata
3988                 loss if writing the new files fail).
3989                 Use mmap() to read cache/mark file, as
3990                 this makes cache reading faster. Dis-
3991                 abled for big-endian machines until it
3992                 can be tested. (Big-endian users: set
3993                 msgcache_use_mmap = TRUE in the relevant
3994                 #if).
3995         * src/procmsg.h
3996                 Move rarely used fields of MsgInfo in 
3997                 another structure, which will only be
3998                 allocated if needed. Face, X-Face,
3999                 Return receipt headers and List-*
4000                 headers are moved. Mails having none
4001                 of these occupy 52 bytes less with
4002                 this patch, which makes 2.5MB of RAM
4003                 saved on a 50k folder).
4004         * src/headerview.c
4005         * src/mainwindow.c
4006         * src/messageview.c
4007         * src/partial_download.c
4008         * src/procheader.c
4009         * src/procmsg.c
4010         * src/textview.c
4011                 Follow this structure change.
4012
4013 2006-08-24 [wwp]        2.4.0cvs82
4014
4015         * manual/es/.cvsignore
4016         * manual/es/dist/.cvsignore
4017         * manual/es/dist/html/.cvsignore
4018         * manual/es/dist/pdf/.cvsignore
4019         * manual/es/dist/ps/.cvsignore
4020         * manual/es/dist/txt/.cvsignore
4021                 more (generated) files to ignore.
4022
4023 2006-08-24 [colin]      2.4.0cvs81
4024
4025         * src/folder.c
4026         * src/mh.c
4027                 Fix possible problems with local delivery. Check the folder doesn't
4028                 need scan before setting its mtime when saving cache (which can be
4029                 done long after the folder's been modified by an external process);
4030                 Check that the stored item's mtime didn't change in mh functions.
4031
4032 2006-08-24 [mones]      2.4.0cvs80
4033
4034         * manual/advanced.xml
4035                 Rewrapping, some fixes and MANUAL-TODO items:
4036                 8.1. = change "" to <quote></quote>
4037                 8.3. = quote menu items
4038                 8.5. - deploying -> new user ... ideally a new user (redundant)
4039
4040 2006-08-23 [colin]      2.4.0cvs79
4041
4042         * src/gtk/gtksctree.c
4043                 When selecting or deselecting range, only
4044                 freeze/thaw when selection is bigger than 10
4045
4046 2006-08-23 [colin]      2.4.0cvs78
4047
4048         * src/messageview.c
4049         * src/mimeview.c
4050         * src/mimeview.h
4051         * src/plugins/dillo_viewer/dillo_viewer.c
4052                 Provide an API for MimeViewer plugins to
4053                 return a text selection for replying
4054
4055 2006-08-23 [colin]      2.4.0cvs77
4056
4057         * src/image_viewer.c
4058         * src/textview.c
4059                 Use gtk_pixbuf_new_from_file_at_scale(), which
4060                 is faster than getting the pixbuf then resizing
4061                 it.
4062
4063 2006-08-23 [colin]      2.4.0cvs76
4064
4065         * src/procmime.c
4066                 UTF-8 should be sent Quoted-printable
4067
4068 2006-08-22 [colin]      2.4.0cvs75
4069
4070         * src/mh.c
4071                 Check if scan is required before touching
4072                 the folder (or it'll be required every time)
4073
4074 2006-08-22 [colin]      2.4.0cvs74
4075
4076         * configure.ac
4077                 Require libetpan 0.46 (crasher fix when built
4078                 against gnutls)
4079
4080 2006-08-22 [colin]      2.4.0cvs73
4081
4082         * src/folder.c
4083                 Set folder's mtime after writing its
4084                 cache
4085         * src/folderview.c
4086                 Add some timing
4087         * src/procmsg.c
4088                 Don't do useless stuff if we don't 
4089                 thread by subject
4090         * src/summaryview.c
4091                 Add some timing, don't deselect prior
4092                 to selecting (gtksctree does it itself),
4093                 remove crash avoidance hacks as it's been
4094                 properly fixed since a while
4095         * src/common/utils.c
4096                 Optimize to_human_readable(): _() is slow,
4097                 do it only once, and avoid %f format for KB
4098                 (the most common in a summaryview)
4099         * src/gtk/gtksctree.c
4100                 Don't uselessly freeze/thaw (fixes flicker
4101                 on next unread and friends), reduce number
4102                 of g_list_nth/g_list_position where possible
4103         * src/gtk/gtkutils.c
4104         * src/gtk/gtkutils.h
4105                 Reduce number of g_list_nth/g_list_position
4106                 where possible.
4107                 All of this makes loading as 70k folder 2.1
4108                 seconds instead of 3.2 (with hot FS caches).
4109                 (1.3 seconds without Date and Size columns...)
4110
4111 2006-08-22 [paul]       2.4.0cvs72
4112
4113         wrap documents and do some items from mones' MANUAL-TODO:
4114
4115         * manual/account.xml
4116                 4.1. = fix tabname references to <quote>tabname</quote>
4117                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
4118         * manual/faq.xml
4119                 1.1. = mentioned options don't match UI
4120                 Add information about the 'Never send Return Receipts'
4121                 option
4122         * manual/handling.xml
4123                 6.2. = Mentions Extended symbols button, but now is
4124                 named Information
4125                 6.3. = Mentions ... button, which is now Edit
4126
4127 2006-08-22 [colin]      2.4.0cvs71
4128
4129         * src/gtk/pluginwindow.c
4130                 Fix layout in verbose translations (such
4131                 as french)
4132
4133 2006-08-22 [paul]       2.4.0cvs70
4134
4135         * manual/Makefile.am
4136                 build manuals in alphabetical order
4137         * src/addressbook.c
4138         * src/prefs_themes.c
4139                 replace/remove deprecated symbols
4140         * src/gtk/gtkutils.c
4141                 fix a warning
4142         * src/gtk/pluginwindow.c
4143                 replace deprecated symbol
4144                 replace label text and move it
4145         * src/plugins/pgpcore/prefs_gpg.c
4146                 move the 'Generate...' button out of the
4147                 Sign Key frame, replace the English used
4148         * src/plugins/pgpcore/sgpgme.c
4149                 fixes to the English
4150
4151 2006-08-21 [colin]      2.4.0cvs69
4152
4153         * src/plugins/trayicon/trayicon.c
4154                 Add more strings for translation; patch
4155                 by Pawel
4156
4157 2006-08-21 [colin]      2.4.0cvs68
4158
4159         * src/compose.c
4160                 fix replied flag not set after drafting
4161         * src/matcher.c
4162                 fix body quicksearch in non-encoded bodies
4163                 containing '='
4164         * src/msgcache.c
4165                 Get rid of the g_malloc workaround for
4166                 corrupted caches, use g_try_malloc
4167
4168 2006-08-21 [colin]      2.4.0cvs67
4169
4170         * src/alertpanel.c
4171         * src/gtk/inputdialog.c
4172         * src/plugins/pgpcore/passphrase.c
4173                 Set minimal width to 375
4174         * src/mainwindow.c
4175                 Fix switching to offline, asking if it 
4176                 should be overriden for synchronising
4177         * src/mimeview.c
4178                 Don't offer to remember command on Open 
4179                 with for text parts, as the browser or 
4180                 text editor command isn't changed from 
4181                 there
4182
4183 2006-08-20 [paul]       2.4.0cvs66
4184
4185         * po/ko.po
4186         * po/zh_CN.po
4187                 fix plural form errors. revealed by stricter
4188                 checking of gettext 0.15
4189
4190 2006-08-18 [paul]       2.4.0cvs65
4191
4192         * src/stock_pixmap.c
4193                 fix the fix of 2.4.0cvs64
4194                 Thanks to Colin
4195
4196 2006-08-18 [paul]       2.4.0cvs64
4197
4198         * src/stock_pixmap.c
4199                 fix leaks
4200                 Thanks to Colin
4201
4202 2006-08-18 [paul]       2.4.0cvs63
4203
4204         * src/compose.c
4205         * src/procmsg.c
4206                 fix occasional IMAP bug where large msgs
4207                 were left in the queue folder after sending
4208                 Thanks to Colin
4209
4210 2006-08-18 [paul]       2.4.0cvs62
4211
4212         * src/folderview.c
4213                 freeze the summaryview while quicksearch results
4214                 are displayed
4215                 (fixes bug 456 'current message is hidden when the
4216                 view is refreshed and extended search is "unread 
4217                 messages"')
4218                 Thanks to Colin
4219         * src/textview.c
4220                 add missing #include "inputdialog.h"
4221         * src/common/utils.h
4222                 add missing mailcap_update_default() and improve
4223                 readability
4224
4225 2006-08-17 [colin]      2.4.0cvs61
4226
4227         * src/plugins/pgpcore/select-keys.c
4228                 Fix warnings :)
4229
4230 2006-08-17 [colin]      2.4.0cvs60
4231
4232         * src/compose.c
4233                 Don't continue queuing if Cancel is clicked
4234                 in select-keys
4235
4236 2006-08-17 [colin]      2.4.0cvs59
4237
4238         * src/plugins/pgpcore/select-keys.c
4239                 When encrypting, if only one key matches and it 
4240                 matches exactly, automatically use it.
4241
4242 2006-08-17 [colin]      2.4.0cvs58
4243
4244         * src/mimeview.c
4245         * src/prefs_common.c
4246         * src/prefs_common.h
4247         * src/prefs_ext_prog.c
4248         * src/textview.c
4249                 Fix issues with previous patch (text/html)
4250                 Remove outdated prefs
4251
4252 2006-08-17 [colin]      2.4.0cvs57
4253
4254         * src/imap.c
4255                 Add View Log button on auth error
4256         * src/procmsg.c
4257                 Fix encrypted mail marked as new when
4258                 saved in normal folders
4259         * src/plugins/pgpinline/pgpinline.c
4260                 Fix encrypt bug on IMAP
4261         * src/mimeview.c
4262         * src/common/utils.c
4263         * src/common/utils.h
4264         * src/gtk/inputdialog.c
4265         * src/gtk/inputdialog.h
4266                 Get rid of metamail stuff, simplify
4267                 opening, and allow remembering of user's
4268                 choices (by updating ~/.mailcap). There's
4269                 still to drop "Audio player" and "Image
4270                 viewer" preferences.
4271
4272 2006-08-17 [mones]      2.4.0cvs56
4273
4274         * manual/es/sylpheed-claws-manual.xml
4275                 fix DTD path
4276
4277 2006-08-17 [mones]      2.4.0cvs55
4278
4279         * configure.ac
4280         * manual/Makefile.am
4281         * manual/es/Makefile.am
4282         * manual/es/account.xml
4283         * manual/es/ack.xml
4284         * manual/es/addrbook.xml
4285         * manual/es/advanced.xml
4286         * manual/es/faq.xml
4287         * manual/es/glossary.xml
4288         * manual/es/gpl.xml
4289         * manual/es/handling.xml
4290         * manual/es/intro.xml
4291         * manual/es/keyboard.xml
4292         * manual/es/plugins.xml
4293         * manual/es/starting.xml
4294         * manual/es/sylpheed-claws-manual.xml
4295         * manual/es/dist/Makefile.am
4296         * manual/es/dist/html/Makefile.am
4297         * manual/es/dist/pdf/Makefile.am
4298         * manual/es/dist/ps/Makefile.am
4299         * manual/es/dist/txt/Makefile.am
4300                 Spanish translation for the manual
4301
4302 2006-08-16 [colin]      2.4.0cvs54
4303
4304         * src/compose.c
4305         * src/main.c
4306         * src/mainwindow.c
4307                 Fix send button sensitivity at startup
4308                 Set send menu sensitivity (patch by Fabien)
4309         * src/ssl_manager.c
4310                 Enable closing with esc (patch by Fabien)
4311         * src/gtk/foldersort.c
4312                 Enable closing with esc (patch by Fabien)
4313         * src/procmime.c
4314                 Optimisation (no need to copy to tempfile to
4315                 "decode" 7bit and 8bit)
4316         * src/summaryview.c
4317                 Fix cruft in swap_from case
4318         * src/textview.c
4319                 Fix missing last line in some mail cases 
4320                 (Fixes debian #381872)
4321         * src/plugins/pgpcore/prefs_gpg.c
4322         * src/plugins/pgpcore/sgpgme.c
4323         * src/plugins/pgpcore/sgpgme.h
4324                 Don't show "no key found" when user explicitely
4325                 wants to create a key
4326
4327 2006-08-16 [paul]       2.4.0cvs53
4328
4329         * configure.ac
4330         * src/account.c
4331         * src/addressbook.c
4332         * src/headerview.c
4333         * src/prefs_account.c
4334         * src/prefs_message.c
4335         * src/gtk/gtkutils.c
4336                 bump up minimum required versions of GTK+ and
4337                 GLIB to 2.6.0
4338
4339 2006-08-16 [paul]       2.4.0cvs52
4340
4341         * src/toolbar.c
4342                 workaround GTK+ Bug 351600 - 'Can't re-click
4343                 on button after sensitivity update'
4344                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
4345                 Thanks to Colin
4346
4347 2006-08-15 [colin]      2.4.0cvs51
4348
4349         * src/plugins/pgpcore/prefs_gpg.c
4350                 Set options sensitivity according to
4351                 key existence
4352         * src/plugins/pgpcore/sgpgme.c
4353                 Allow to create key with no passphrase
4354
4355 2006-08-14 [cleroy]     2.4.0cvs50
4356
4357         * src/gtk/pluginwindow.c
4358                 New layout (maybe to be changed?)
4359         * src/gtk/gtkutils.c
4360                 Fix a bit label_window
4361         * src/plugins/pgpcore/passphrase.c
4362         * src/plugins/pgpcore/passphrase.h
4363         * src/plugins/pgpcore/plugin.c
4364         * src/plugins/pgpcore/prefs_gpg.c
4365         * src/plugins/pgpcore/prefs_gpg.h
4366         * src/plugins/pgpcore/sgpgme.c
4367         * src/plugins/pgpcore/sgpgme.h
4368                 Allow to create a PGP private key via the GUI
4369
4370 2006-08-14 [wwp]        2.4.0cvs49
4371
4372         * src/addressbook_foldersel.c
4373                 fix strict ISO C90 compliance.
4374
4375 2006-08-14 [paul]       2.4.0cvs48
4376
4377         * src/gtk/prefswindow.c
4378                 re-set scrolled window on opening
4379                 Patch by Ticho
4380
4381 2006-08-14 [paul]
4382
4383         2.5.0-rc1 released
4384
4385 2006-08-14 [paul]       2.4.0cvs47
4386
4387         * src/prefs_display_header.c
4388                 re-enable user-defined Displayed Headers
4389
4390 2006-08-14 [paul]       2.4.0cvs46
4391
4392         * src/prefs_account.c
4393                 use GTK_STOCK_EDIT
4394
4395 2006-08-13 [colin]      2.4.0cvs45
4396
4397         * src/common/utils.c
4398                 Fix "a" in quote when the original message is empty,
4399                 by using \0 instead of 'a' to test writability of
4400                 temp files.
4401
4402 2006-08-13 [wwp]        2.4.0cvs44
4403
4404         * src/plugins/spamassassin/spamassassin.c
4405                 fix capitalization of "SpamAssassin" in some debug, log and
4406                 dialog messages.
4407
4408 2006-08-13 [paul]       2.4.0cvs43
4409
4410         * src/editldap.c
4411                 fix overlapping widgets
4412         * src/prefs_account.c
4413                 fix translation of protocol_names[]
4414                 fix label disappearing off the edge of the
4415                 visible area
4416
4417 2006-08-12 [paul]       2.4.0cvs42
4418
4419         * manual/plugins.xml
4420                 update IRC channel info before it gets forgotten
4421                 about
4422
4423 2006-08-11 [colin]      2.4.0cvs41
4424
4425         * src/compose.c
4426         * src/mainwindow.c
4427         * src/mainwindow.h
4428         * src/procmsg.c
4429         * src/procmsg.h
4430         * src/summaryview.c
4431         * src/toolbar.c
4432                 Grey out the Send button if
4433                 - Queue folders are empty, or
4434                 - We're sending already
4435
4436 2006-08-11 [wwp]        2.4.0cvs40
4437
4438         * src/main.c
4439                 fix a logic issue when quitting while a compose window is
4440                 still open, thanks to Colin.
4441
4442 2006-08-10 [colin]      2.4.0cvs39
4443
4444         * src/main.c
4445                 Fix default font size setting after wizard run
4446         * src/imap.c
4447         * src/etpan/imap-thread.c
4448         * src/etpan/imap-thread.h
4449                 Fix bug #999 (Timing out on TSL cert validation 
4450                 dialog makes ugly things happen). Also, STARTTLS
4451                 unconditionnaly if initial capabilities contain
4452                 LOGINDISABLED and STARTTLS.
4453
4454 2006-08-09 [colin]      2.4.0cvs38
4455
4456         * src/mainwindow.c
4457         * src/mainwindow.h
4458                 Fix Tools/Actions sensitivity when there are
4459                 no actions
4460
4461 2006-08-09 [colin]      2.4.0cvs37
4462
4463         * src/prefs_filtering.c
4464                 Warning fix, patch by Paul
4465         * src/messageview.c
4466         * src/prefs_actions.c
4467         * src/prefs_filtering_action.c
4468         * src/prefs_matcher.c
4469                 Uniformisation of "Info ..." to "Info..." (for
4470                 old gtk), patch by Fabien
4471         * src/plugins/clamav/clamav_plugin_gtk.c
4472                 Sensitivity fix by Fabien
4473
4474 2006-08-09 [colin]      2.4.0cvs36
4475
4476         * src/main.c
4477         * src/main.h
4478                 Add a function to know whether we're exiting
4479         * src/plugins/trayicon/trayicon.c
4480                 If exiting, don't do anything. Faster, and
4481                 avoids gtk_main_iteration reentracy causing
4482                 segfaults at exit
4483
4484 2006-08-09 [colin]      2.4.0cvs35
4485
4486         * src/messageview.c
4487         * src/mimeview.c
4488         * src/mimeview.h
4489                 Fix lack of part selection when automatically 
4490                 jumping to a specific part
4491         * src/msgcache.c
4492                 Little optimisation in cache reading
4493
4494 2006-08-09 [colin]      2.4.0cvs34
4495
4496         * src/compose.c
4497                 Fix crash setting the priority on reedit
4498                 (Accessing compose before creating it!)
4499
4500 2006-08-08 [colin]      2.4.0cvs33
4501
4502         * src/procmime.c
4503                 Fix bug #998 (last attachment is not accessible)
4504                 Bad RFC interpretation on multipart close-delimiters
4505         * src/mimeview.c
4506         * src/mimeview.h
4507         * src/gtk/gtkvscrollbutton.c
4508         * src/gtk/gtkvscrollbutton.h
4509                 Make attachments list wheel-scrollable
4510
4511 2006-08-07 [colin]      2.4.0cvs32
4512
4513         * src/gtk/gtkaspell.c
4514                 Fix bug #973 (Unicode punctation characters 
4515                 are not recognized as separators by the
4516                 spell checker); fix unsigned stuff
4517
4518 2006-08-07 [colin]      2.4.0cvs31
4519
4520         * src/compose.c
4521                 Fix bug #956 (DnD text with accents in compose 
4522                 text entry); fix gccc's signed/unsigned fuss
4523
4524 2006-08-06 [colin]      2.4.0cvs30
4525
4526         * src/main.c
4527                 Fix bug #979 (Plugin crashes when exiting 
4528                 sylpheed-claws) : handle exit request only 
4529                 once
4530
4531 2006-08-05 [colin]      2.4.0cvs29
4532
4533         * src/news.c
4534                 Just make sure we have a msgid.
4535
4536 2006-08-05 [colin]      2.4.0cvs28
4537
4538         * src/news.c
4539         * src/summaryview.c
4540                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
4541                 by reimplementing it
4542         * src/textview.c
4543                 Fix bug when hiding quotes with level > 3 and quote
4544                 colors are recycled
4545
4546 2006-08-04 [colin]      2.4.0cvs27
4547
4548         * src/compose.c
4549         * src/undo.c
4550         * src/undo.h
4551                 Fix a bit replace-by-pasting undo
4552         * src/mainwindow.c
4553         * src/messageview.c
4554                 Fix Fold quotes menu synchro in
4555                 mainwindow when it changes in 
4556                 messageview
4557         * src/textview.c
4558                 Fix right-click on quotes blocks
4559         * src/common/utils.c
4560                 Verify that the file created by
4561                 my_tmpfile() is writable. Fixes
4562                 bug #988 (very specific filesystem
4563                 issue)
4564         * src/plugins/pgpcore/sgpgme.c
4565                 Fix file descriptor leak
4566         * src/plugins/spamassassin/spamassassin.c
4567                 Warn once if spamd isn't reachable
4568
4569 2006-08-04 [colin]      2.4.0cvs26
4570
4571         * src/toolbar.c
4572                 i18n context patch by Fabien
4573
4574 2006-08-03 [colin]      2.4.0cvs25
4575
4576         * src/mainwindow.c
4577         * src/messageview.c
4578                 Rename "Hide quotes" to "Fold quotes"
4579         * src/textview.c
4580                 Don't use hand cursor on quotes. "all 
4581                 the bonuses of the feature and none of 
4582                 unwelcome side-effects"
4583
4584 2006-08-03 [colin]      2.4.0cvs24
4585
4586         * AUTHORS
4587         * sylpheed-claws.desktop
4588         * src/gtk/authors.h
4589                 Bring the desktop file to XDG compliance
4590                 Patch by Charles A. Edwards
4591
4592 2006-08-03 [colin]      2.4.0cvs23
4593
4594         * src/textview.c
4595                 Fix links offset when they are preceded
4596                 by accentued chars (g_utf8_strlen!)
4597         * src/mainwindow.c
4598                 Fix wrong status when starting offline
4599
4600
4601 2006-08-03 [wwp]        2.4.0cvs22
4602
4603         * src/prefs_common.h
4604                 ask what to do w/ filtering rules that belong to an account when
4605                 applying filtering rules manually from the main window (skip,
4606                 apply regardless of the account, use current account). This dialog
4607                 can be skipped and the last reply used.
4608                 (forgot that file)
4609
4610 2006-08-03 [wwp]        2.4.0cvs21
4611
4612         * src/filtering.c
4613         * src/filtering.h
4614         * src/prefs_common.c
4615         * src/summaryview.c
4616         * src/alertpanel.c
4617         * src/alertpanel.h
4618         * src/messageview.c
4619                 ask what to do w/ filtering rules that belong to an account when
4620                 applying filtering rules manually from the main window (skip,
4621                 apply regardless of the account, use current account). This dialog
4622                 can be skipped and the last reply used.
4623
4624
4625 2006-08-03 [colin]      2.4.0cvs20
4626
4627         * src/textview.c
4628                 Optimize previous patch
4629
4630 2006-08-03 [cleroy]     2.4.0cvs19
4631
4632         * src/textview.c
4633                 Fix quotes getting toggled back when the
4634                 mail has an even number of text parts
4635
4636 2006-08-02 [colin]      2.4.0cvs18
4637
4638         * src/messageview.c
4639                 Add Hide quotes menu
4640
4641 2006-08-02 [colin]      2.4.0cvs17
4642
4643         * src/mainwindow.c
4644         * src/prefs_common.c
4645         * src/textview.c
4646         * src/textview.h
4647         * src/gtk/about.c
4648                 Allow per-level quote hiding,
4649                 Allow toggling quotes by double-clicking them
4650                 Rename RemoteURI to ClickableText to reflect
4651                 the fact it's used for a variety of things
4652
4653 2006-08-02 [wwp]        2.4.0cvs16
4654
4655         * src/mainwindow.c
4656                 fix "View/Hide quotes" menu item status initialization.
4657
4658 2006-08-02 [wwp]        2.4.0cvs15
4659
4660         * src/matcher_parser_parse.y
4661                 remove a debug trace.
4662
4663 2006-08-02 [paul]       2.4.0cvs14
4664
4665         * src/plugins/pgpcore/passphrase.c
4666                 don't set initial dialog size
4667                 make it resizable
4668
4669 2006-08-02 [paul]       2.4.0cvs13
4670
4671         * src/noticeview.c
4672                 remove the rogue '/' character
4673
4674 2006-08-02 [paul]       2.4.0cvs12
4675
4676         * src/noticeview.c
4677                 allow buttons to resize as necessary
4678
4679 2006-08-01 [wwp]        2.4.0cvs11
4680
4681         * src/mbox.c
4682                 fix strict ISO C90 compliance.
4683
4684 2006-08-01 [wwp]        2.4.0cvs10
4685
4686         * tools/update-po
4687                 updated update-po tool to work w/ context-dependent translations.
4688                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
4689
4690 2006-08-01 [wwp]        2.4.0cvs9
4691
4692         * src/matcher.c
4693         * src/prefs_filtering.c
4694         * src/prefs_matcher.c
4695                 allow context-dependent translations for "All",
4696                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4697
4698 2006-07-31 [colin]      2.4.0cvs8
4699
4700         * AUTHORS
4701         * src/gtk/authors.h
4702                 Add Rafal to authors
4703
4704 2006-07-31 [colin]      2.4.0cvs7
4705
4706         * src/compose.c
4707         * src/mainwindow.c
4708         * src/messageview.h
4709         * src/prefs_common.c
4710         * src/prefs_common.h
4711         * src/textview.c
4712                 Add 'View/Hide quotes'. Patch based on a patch
4713                 by Rafal Weglarz
4714
4715 2006-07-31 [colin]      2.4.0cvs6
4716
4717         * src/action.c
4718                 Fix problem with "> stuff >" actions
4719
4720 2006-07-31 [paul]       2.4.0cvs5
4721
4722         * po/nb.po
4723                 updated by Geir Helland
4724
4725 2006-07-31 [wwp]        2.4.0cvs4
4726
4727         * src/mainwindow.c
4728         * src/summaryview.c
4729         * src/summaryview.h
4730                 add "View/Go to/Parent message" and "View/Go to/Last read message",
4731                 thanks to Colin.
4732
4733 2006-07-31 [wwp]        2.4.0cvs3
4734
4735         * src/Makefile.am
4736         * src/addr_compl.c
4737         * src/addr_compl.h
4738         * src/addressbook.c
4739         * src/addressbook.h
4740         * src/addressbook_foldersel.c
4741         * src/addressbook_foldersel.h
4742         * src/addrindex.c
4743         * src/addrindex.h
4744         * src/matcher.c
4745         * src/matcher.h
4746         * src/matcher_parser_lex.l
4747         * src/matcher_parser_parse.y
4748         * src/prefs_common.c
4749         * src/prefs_common.h
4750         * src/prefs_filtering.c
4751         * src/prefs_matcher.c
4752         * src/prefs_matcher.h
4753         * src/summaryview.c
4754                 introduce filtering against the address book. It's now possible to add
4755                 matched conditions to determine if any email address in a message matches
4756                 or doesn't match any or all books or folders in the address book.
4757
4758 2006-07-31 [wwp]        2.4.0cvs2
4759
4760         * src/account.c
4761         * src/filtering.c
4762         * src/filtering.h
4763         * src/folder.c
4764         * src/folderview.c
4765         * src/inc.c
4766         * src/mainwindow.c
4767         * src/matcher.c
4768         * src/matcher_parser_lex.l
4769         * src/matcher_parser_parse.y
4770         * src/mbox.c
4771         * src/prefs_filtering.c
4772         * src/prefs_filtering.h
4773         * src/procmsg.c
4774         * src/procmsg.h
4775         * src/summaryview.c
4776                 introduce per-account filtering rules. Each filtering rule can now be assigned
4777                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
4778                 when applying filtering rules manually, as all rules will apply - even the ones
4779                 assigned to an account. This issue will be addressed soon.
4780  
4781
4782
4783 2006-07-31 [wwp]        2.4.0cvs1
4784
4785         * src/quote_fmt.c
4786                 make more strings translatable.
4787
4788 2006-07-31 [paul]       2.4.0
4789
4790         2.4.0 released
4791
4792 2006-07-31 [paul]       2.3.1cvs91
4793
4794         * po/ca.po
4795                 updated by Miquel Oliete
4796
4797 2006-07-31 [paul]       2.3.1cvs90
4798
4799         * po/de.po
4800         * po/el.po
4801         * po/fr.po
4802         * po/it.po
4803         * po/pl.po
4804         * po/pt_BR.po
4805         * po/sr.po
4806         * po/zh_CN.po
4807                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
4808                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
4809                 Aleksandar Urosevic, and Ralgh Young
4810
4811 2006-07-31 [paul]       2.3.1cvs89
4812
4813         * src/account.c
4814         * src/main.c
4815         * src/mainwindow.c
4816         * src/mainwindow.h
4817                 Fix a race condition when, after an SC crash, rescanning
4818                 folders took more than 0.5 seconds
4819                 Thanks to Colin
4820
4821 2006-07-31 [paul]       2.3.1cvs88
4822
4823         * src/folderview.c
4824                 don't translate separator strings
4825
4826 2006-07-30 [mones]      2.3.1cvs87
4827
4828         * doc/man/sylpheed-claws.1
4829                 Fixed non-ASCII chars in Hoa's name
4830         * po/es.po
4831                 Updated for release
4832
4833 2006-07-27 [colin]      2.3.1cvs86
4834
4835         * src/textview.c
4836                 Don't include the leading \n in links
4837                 Patch by Fabien
4838
4839 2006-07-25 [colin]      2.3.1cvs85
4840
4841         * src/mainwindow.c
4842         * src/common/socket.h
4843         * src/etpan/imap-thread.c
4844                 Refresh resolvers before connecting
4845                 to IMAP servers, and after switching
4846                 to online. Thanks to Paul.
4847
4848 2006-07-18 [colin]
4849
4850         * 2.4.0-rc4 released
4851
4852 2006-07-17 [colin]      2.3.1cvs84
4853
4854         * src/inc.c
4855                 Show connection attempt in statusbar before
4856                 connecting (previously first message was
4857                 "Retrieving messages from ..." after the
4858                 connection succeeded.
4859
4860 2006-07-16 [wwp]        2.3.1cvs83
4861
4862         * sylpheed-claws.ico
4863                 Added .ico file (windows multi-size icon file, generated).
4864
4865 2006-07-12 [wwp]        2.3.1cvs82
4866
4867         * src/messageview.c
4868                 remove Message/Re-edit menu entry from messageview window,
4869                 as sent/draft/queued messages are opened in compose window when
4870                 re-edited and it's not possible to re-edit other msgs.
4871
4872 2006-07-12 [paul]       2.3.1cvs81
4873
4874         * AUTHORS
4875         * src/mainwindow.c
4876         * src/gtk/authors.h
4877                 check online state before resetting
4878                 mailcheck timer. Useful if some program
4879                 verifies connection state and updates
4880                 Claws.
4881                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
4882
4883 2006-07-12 [paul]       2.3.1cvs80
4884
4885         * sylpheed-claws-128x128.png
4886         * sylpheed-claws-64x64.png
4887         * sylpheed-claws.png
4888         * src/Makefile.am
4889         * src/main.c
4890         * src/prefs_toolbar.c
4891         * src/stock_pixmap.c
4892         * src/stock_pixmap.h
4893         * src/wizard.c
4894         * src/gtk/about.c
4895         * src/gtk/gtkutils.c
4896         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
4897         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
4898         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
4899         * src/pixmaps/sylpheed.xpm              ** REMOVED **
4900         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
4901         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
4902                 updated and renamed logo/icon files and related
4903                 logo by Jesper Schultz
4904
4905 2006-07-11 [paul]       2.3.1cvs79
4906
4907         * src/main.c
4908                 fix the labels a smidgin
4909
4910 2006-07-09 [colin]      2.3.1cvs78
4911
4912         * src/textview.c
4913                 Show errors in textviewer's command
4914                 Patch by H. Merijn Brand
4915
4916 2006-07-09 [colin]      2.3.1cvs77
4917
4918         * src/compose.c
4919                 Save FMID in drafts too
4920
4921 2006-07-08 [colin]      2.3.1cvs76
4922
4923         * src/compose.c
4924                 Svae RMID in drafted mails too
4925                 Save quote_fmt vars for whole mails,
4926                 don't reset at each quote_fmt_init:
4927                 allows to use the same |i{var} in
4928                 various template fields
4929         * src/prefs_template.c
4930         * src/quote_fmt.h
4931         * src/quote_fmt_parse.y
4932                 Same
4933
4934 2006-07-08 [colin]      2.3.1cvs75
4935
4936         * src/textview.c
4937                 Fix highlighting of attached parts URIs
4938
4939 2006-07-08 [colin]      2.3.1cvs74
4940
4941         * src/main.c
4942                 Prevent bug #981 (sc 2.3.1 segfaults with 
4943                 gtk+ 2.10) from being reported again:
4944                 if Sylpheed-Claws has been compiled against
4945                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
4946                 of if Sylpheed-Claws has been compiled against
4947                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
4948                 error out.
4949
4950 2006-07-07 [colin]      2.3.1cvs73
4951
4952         * src/prefs_actions.c
4953                 Fix label
4954
4955 2006-07-07 [colin]      2.3.1cvs72
4956
4957         * src/prefs_actions.c
4958                 Fix compile on gtk < 2.8. argh :)
4959
4960 2006-07-07 [paul]       2.3.1cvs71
4961
4962         * src/common/defs.h
4963                 update DONATE_URI
4964
4965 2006-07-07 [colin]      2.3.1cvs70
4966
4967         * po/POTFILES.in
4968         * src/quote_fmt.c
4969         * src/quote_fmt_lex.l
4970         * src/quote_fmt_parse.y
4971                 Add |i{var}, a way to insert user-entered
4972                 text in a template
4973
4974 2006-07-07 [colin]
4975
4976         * 2.4.0-rc3 released
4977
4978 2006-07-07 [colin]      2.3.1cvs69
4979
4980         * src/folder.c
4981                 Don't consider inboxes of UNKNOWN folder 
4982                 classes to be useable as default inboxes
4983
4984 2006-07-07 [paul]       2.3.1cvs68
4985
4986         * src/textview.c
4987                 add missing #include <errno.h>
4988                 Thanks to René J. Blokland
4989
4990 2006-07-07 [paul]       2.3.1cvs67
4991
4992         * src/action.c
4993                 Return now Closes dialog
4994         * src/mimeview.c
4995         * src/mimeview.h
4996         * src/textview.c
4997                 add contextual menu to mime parts listed
4998                 in the textview
4999                 Thanks to Colin
5000         * src/common/utils.c
5001                 reversal: ' is a valid character in URLs
5002
5003 2006-07-06 [colin]      2.3.1cvs66
5004
5005         * src/remotefolder.h
5006                 Forgotten in previous commit
5007
5008 2006-07-06 [colin]      2.3.1cvs65
5009
5010         * src/folder.c
5011                 Set summary update flag whenever
5012                 totals changed
5013         * src/imap.c
5014         * src/prefs_account.c
5015         * src/common/utils.h
5016         * src/etpan/imap-thread.c
5017                 Fix warnings, thanks to Fabien and
5018                 Ricardo
5019
5020 2006-07-06 [wwp]        2.3.1cvs64
5021
5022         * src/gtk/gtkutils.c
5023                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
5024
5025 2006-07-06 [wwp]        2.3.1cvs63
5026
5027         * src/account.c
5028         * src/addressbook.c
5029         * src/addressitem.h
5030         * src/folderview.c
5031         * src/mainwindow.c
5032         * src/manual.c
5033         * src/manual.h
5034         * src/message_search.c
5035         * src/prefs_actions.c
5036         * src/prefs_filtering.c
5037         * src/prefs_filtering.h
5038         * src/prefs_template.c
5039         * src/summary_search.c
5040         * src/summaryview.c
5041         * src/gtk/gtkutils.c
5042         * src/gtk/gtkutils.h
5043         * src/gtk/pluginwindow.c
5044                 add help buttons to some dialogs. Clicking such buttons opens a
5045                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
5046
5047 2006-07-06 [paul]       2.3.1cvs62
5048
5049         * src/textview.c
5050                 fix attachments contextual menu
5051                 Thanks to Colin
5052
5053 2006-07-05 [colin]      2.3.1cvs61
5054
5055         * src/textview.c
5056         * src/compose.c
5057                 Handle sftp:// links
5058
5059 2006-07-05 [paul]       2.3.1cvs60
5060
5061         * src/gtk/filesel.c
5062                 grab save button by default
5063                 Thanks to Colin
5064
5065 2006-07-05 [wwp]        2.3.1cvs59
5066
5067         * manual/xml2pdf
5068                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
5069
5070 2006-07-04 [colin]      2.3.1cvs58
5071
5072         * src/mimeview.c
5073         * src/textview.c
5074                 Use left click to select, middle click to open
5075                 on mimeparts links
5076         * src/common/utils.c
5077                 Fix segfault
5078
5079 2006-07-04 [colin]      2.3.1cvs57
5080
5081         * src/mainwindow.c
5082         * src/news.c
5083                 Warning fixes, thanks to Fabien
5084
5085 2006-07-04 [colin]      2.3.1cvs56
5086
5087         * src/mimeview.c
5088         * src/mimeview.h
5089         * src/textview.c
5090                 Allow parts to be selected via their text label
5091                 in textview
5092
5093 2006-07-04 [colin]      2.3.1cvs55
5094
5095         * src/folderview.c
5096                 Feedback when closing (for big folders)
5097         * src/prefs_actions.c
5098         * src/prefs_filtering.c
5099         * src/prefs_matcher.c
5100         * src/prefs_template.c
5101                 Fix default button when closing without
5102                 having saved
5103
5104 2006-07-04 [colin]      2.3.1cvs54
5105
5106         * src/news.c
5107                 Delete local file on deletion
5108
5109 2006-07-03 [colin]      2.3.1cvs53
5110
5111         * src/folderview.c
5112         * src/main.c
5113                 Don't freeze when rescanning after crash
5114
5115 2006-07-03 [wwp]        2.3.1cvs52
5116
5117         * src/compose.c
5118         * src/privacy.c
5119         * src/privacy.h
5120         * src/plugins/pgpinline/pgpinline.c
5121         * src/plugins/pgpmime/pgpmime.c
5122                 don't report an error when the user cancels the passphrase dialog.
5123
5124 2006-07-02 [colin]      2.3.1cvs51
5125
5126         * src/folderview.c
5127                 Open message when crossing folders with Space,
5128                 goto next unread and friends
5129
5130 2006-07-01 [colin]      2.3.1cvs50
5131
5132         * src/prefs_account.c
5133                 Typographic rules varying from language
5134                 to language (in french "Protocole :"),
5135                 we have to do that :)
5136
5137 2006-07-01 [ticho]      2.3.1cvs49
5138
5139         * src/prefs_account.c
5140                 Only use one temporary gchar* variable in
5141                 prefs_account_protocol_set_optmenu().
5142
5143 2006-07-01 [ticho]      2.3.1cvs48
5144
5145         * src/prefs_account.c
5146         * src/prefs_account.h
5147                 Use GtkLabel for existing account protocol name.
5148                 Created an array for protocol names and populate the
5149                 combobox from it in a for() cycle.
5150
5151 2006-06-30 [colin]      2.3.1cvs47
5152
5153         * src/compose.c
5154                 Block undo when changing signature (by changing
5155                 account)
5156
5157 2006-06-30 [paul]       2.3.1cvs46
5158
5159         * src/send_message.c
5160                 when editing From in the Compose window, use that address
5161                 in the Return-Path: header
5162                 Thanks to Colin
5163
5164 2006-06-30 [colin]      2.3.1cvs45
5165
5166         * src/compose.c
5167                 Fix signature replacement:
5168                 - when no newline before separator
5169                 - when reediting
5170
5171 2006-06-29 [colin]      2.3.1cvs44
5172
5173         * src/folderview.c
5174         * src/folderview.h
5175         * src/mainwindow.c
5176         * src/summaryview.c
5177                 Let 'View/Go to/Next marked' work like
5178                 Next new & Next unread: across folders
5179                 Change the select_on_entry pref to do
5180                 what we want when changing folder
5181         * src/common/utils.c
5182                 Fix single-quoted links 
5183
5184 2006-06-29 [colin]      2.3.1cvs43
5185
5186         * src/gtk/gtkaspell.c
5187                 "Sylpheed" and "Sylpheed-Claws" do exist !
5188
5189 2006-06-29 [colin]      2.3.1cvs42
5190
5191         * src/imap.c
5192                 Forgot to remove debug
5193
5194 2006-06-29 [colin]      2.3.1cvs41
5195
5196         * src/imap.c
5197         * src/imap.h
5198         * src/mainwindow.c
5199                 Disconnect from IMAP servers when going
5200                 offline. Fixes bug #978 (going to offline-mode 
5201                 won't close connections)
5202
5203 2006-06-29 [colin]      2.3.1cvs40
5204
5205         * src/main.c
5206                 Fix transient setting on failing plugins
5207                 Patch by Fabien
5208         * src/plugins/pgpcore/sgpgme.c
5209                 Only warn for OpenPGP. Most people don't
5210                 have CMS available.
5211
5212 2006-06-29 [colin]      2.3.1cvs39
5213
5214         * src/compose.c
5215                 Fix Spelling menu (discrepancy between context menu
5216                 and top menu when folder's dictionary isn't the 
5217                 default one)
5218         * src/plugins/pgpcore/sgpgme.c
5219                 More error reporting about why gpgme can fail
5220
5221 2006-06-29 [wwp]        2.3.1cvs38
5222
5223         * src/mainwindow.c
5224                 honor the display-header-pane setting even when the message view
5225                 is a separate window.
5226
5227 2006-06-29 [wwp]        2.3.1cvs37
5228
5229         * src/prefs_actions.c
5230                 forgot to commit that one (use of GTK_STOCK_INFO).
5231
5232 2006-06-29 [colin]      2.3.1cvs36
5233
5234         * src/imap.c
5235                 Better handling of login errors (ask the password
5236                 again once), alert in case of error. Fix three
5237                 signedness warnings.
5238
5239 2006-06-28 [wwp]        2.3.1cvs35
5240
5241         * src/prefs_template.c
5242         * src/prefs_matcher.c
5243         * src/prefs_filtering_action.c
5244         * src/prefs_quote.c
5245                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
5246                 patch by Fabien Vantard, slightly modified.
5247
5248 2006-06-28 [paul]
5249
5250         2.4.0-rc2 released
5251
5252 2006-06-28 [colin]      2.3.1cvs34
5253
5254         * src/prefs_account.c
5255                 Fix bug #977 (Can't add or edit imap accounts)
5256
5257 2006-06-28 [colin]      2.3.1cvs33
5258
5259         * src/mimeview.c
5260                 Fix previous
5261
5262 2006-06-28 [colin]      2.3.1cvs32
5263
5264         * src/mimeview.c
5265                 Save named inlined attachments with "Save all"
5266         * src/main.c
5267         * src/mbox.c
5268         * src/common/plugin.c
5269         * src/common/plugin.h
5270         * src/common/sylpheed.c
5271         * src/common/utils.c
5272         * src/plugins/pgpcore/sylpheed.def
5273         * src/plugins/pgpinline/sylpheed.def
5274         * src/plugins/pgpmime/sylpheed.def
5275                 Win32 compatibility patch, by
5276                 Werner Koch
5277
5278 2006-06-28 [wwp]        2.3.1cvs31
5279
5280         * src/imap.c
5281         * src/prefs_folder_item.c
5282                 less compilation warnings (thanks to Fabien Vantard), less typos.
5283
5284 2006-06-28 [paul]       2.3.1cvs30
5285
5286         * src/gtk/gtkutils.c
5287                 gtk_combo_box_set_focus_on_click() is only
5288                 available since gtk 2.6.0
5289
5290 2006-06-28 [paul]       2.3.1cvs29
5291
5292         * src/prefs_ext_prog.c
5293                 fix engrish and add a tooltip for the
5294                 'command for 'Display as text' option
5295
5296 2006-06-28 [paul]
5297
5298         2.4.0-rc1 released
5299
5300 2006-06-28 [paul]       2.3.1cvs28
5301
5302         * ChangeLog
5303         * tools/Makefile.am
5304                 include textviewer.pl in releases
5305
5306 2006-06-28 [paul]       2.3.1cvs27
5307
5308         * src/prefs_ext_prog.c
5309                 hide Print command option if libgnomeprint
5310                 support is present
5311
5312 2006-06-27 [colin]      2.3.1cvs26
5313
5314         * src/compose.c
5315                 Fix Esc handling in insert/attach dialog
5316                 Don't show this dialog if dragging something
5317                 else than text/uri-list
5318                 Thanks to Fabien Vantard
5319         * tools/textviewer.pl
5320                 Filter script to display stuff as text
5321                 by H. Merijn Brand
5322
5323 2006-06-27 [wwp]        2.3.1cvs25
5324
5325         * src/messageview.c
5326                 use the exact product name (message view title), patch
5327                 by Fabien Vantard.
5328
5329 2006-06-27 [ticho]      2.3.1cvs24
5330
5331         * src/prefs_account.c
5332         * src/prefs_common.c
5333         * src/prefs_common.h
5334         * src/prefs_ext_prog.c
5335         * src/textview.c
5336                 Add a preference (Preferences/External programs)
5337                 to allow "Display as text" to be done via a script
5338                 (patch by H.Merijn Brand).
5339                 Use GtkComboBox for protocol selection in account
5340                 preferences.
5341                 Only include current choice for existing accounts, and
5342                 insensitivize the combobox.
5343
5344 2006-06-27 [paul]       2.3.1cvs23
5345
5346         * src/mbox.c
5347                 fix crasher introduced in cvs21.
5348                 Thanks to Colin
5349
5350 2006-06-26 [colin]      2.3.1cvs22
5351
5352         * src/mbox.c
5353                 Fix double-frees when leaving folders
5354                 after exporting to mbox
5355
5356 2006-06-26 [colin]      2.3.1cvs21
5357
5358         * src/mbox.c
5359                 More feedback (and optimisation)
5360                 on import/export
5361         * src/common/utils.c
5362                 Fix case when looking for mail addresses
5363         * src/gtk/gtkutils.c
5364                 Extra check for (X-)Face
5365
5366 2006-06-25 [ticho]      2.3.1cvs20
5367
5368         * src/compose.c
5369         * src/exphtmldlg.c
5370         * src/gtk/gtkutils.c
5371         * src/gtk/gtkutils.h
5372                 Added second argument to gtkut_sc_combobox_create() to
5373                 control focus-on-click for the widget.
5374                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
5375
5376 2006-06-25 [ticho]      2.3.1cvs19
5377
5378         * src/compose.c
5379         * src/gtk/Makefile.am
5380         * src/gtk/combobox.c
5381         * src/gtk/combobox.h
5382         * src/gtk/gtkutils.c
5383         * src/gtk/gtkutils.h
5384                 Use GtkComboBox instead of deprecated GtkOptionMenu
5385                 for account selector in compose window and for encoding
5386                 selector in attachment properties.
5387                 Also factorise working with the new GtkComboBox somewhat.
5388
5389 2006-06-24 [paul]       2.3.1cvs18
5390
5391         * src/prefs_common.c
5392                 use the correct default value
5393
5394 2006-06-24 [paul]       2.3.1cvs17
5395
5396         * src/compose.c
5397         * src/prefs_common.c
5398         * src/prefs_common.h
5399         * src/prefs_compose_writing.c
5400                 enable setting of default action when
5401                 dnd'ing files in the compose window.
5402                 (Collaborative effort with wwp)
5403
5404 2006-06-23 [wwp]        2.3.1cvs16
5405
5406         * src/compose.c
5407                 i18n fix (thanks to Fabien Vantard)
5408
5409 2006-06-22 [colin]      2.3.1cvs15
5410
5411         * src/prefs_customheader.c
5412                 Don't use filters in custom headers' file 
5413                 selector. Remember, extensions mean nothing :)
5414
5415 2006-06-22 [paul]       2.3.1cvs14
5416
5417         * configure.ac
5418                 allow setting of man directory location
5419
5420 2006-06-22 [colin]      2.3.1cvs13
5421
5422         * src/mainwindow.c
5423                 Add 'View/Go to/Next unread folder'.
5424                 I missed that :)
5425
5426 2006-06-22 [colin]      2.3.1cvs12
5427
5428         * src/common/utils.c
5429                 Add some subject prefixes
5430                 Patch by Bjorn T Johansen <btj@havleik.no>
5431
5432 2006-06-22 [colin]      2.3.1cvs11
5433
5434         * manual/advanced.xml
5435                 Forgotten hidden pref
5436
5437 2006-06-21 [paul]       2.3.1cvs10
5438
5439         * src/prefs_account.c
5440                 complete the removal of 'Add date header' option
5441
5442 2006-06-21 [paul]       2.3.1cvs9
5443
5444         * src/account.c
5445         * src/compose.c
5446         * src/prefs_account.c
5447         * src/prefs_account.h
5448                 remove option to add date header - always
5449                 add date header
5450         * src/etpan/imap-thread.c
5451                 fix warnings (Thanks to Colin)
5452
5453 2006-06-21 [wwp]        2.3.1cvs8
5454
5455         * src/folder.c
5456                 set the attachment flag when inline text part are (file)named. This is more convenient
5457                 when receiving (for instance) inline source files or patches sent using thunderbird.
5458
5459 2006-06-21 [paul]       2.3.1cvs7
5460
5461         * src/inc.c
5462                 fix off-by-one count of current msg in
5463                 statusbar filtering progressbar
5464
5465 2006-06-21 [paul]       2.3.1cvs6
5466
5467         * src/folder.c
5468                 Show attachment icon even if the part is 'inline'
5469                 if the following conditions are met:
5470                 - content-type != 'text/plain'
5471                 - content-type != '*/pgp-signature'
5472                 - either 'name' or 'filename' parameter is not NULL
5473                 
5474                 Thanks to Colin
5475
5476 2006-06-21 [paul]       2.3.1cvs5
5477
5478         * src/messageview.c
5479         * src/prefs_common.c
5480         * src/prefs_common.h
5481         * src/prefs_other.c
5482                 add an option to 'Never send Return
5483                 Receipts'
5484                 Thanks to Colin
5485
5486 2006-06-20 [mones]      2.3.1cvs4
5487
5488         * po/es.po
5489                 updated
5490         * src/compose.c
5491                 typo fixed (space after comma)
5492         * tools/make.themes.project
5493                 remove exec mode from tarball files
5494
5495 2006-06-20 [colin]      2.3.1cvs3
5496
5497         * src/news.c
5498         * src/procheader.c
5499         * src/unmime.c
5500                 Better fix for \n's in headers (don't 
5501                 break Received: and others)
5502
5503 2006-06-20 [paul]       2.3.1cvs2
5504
5505         * src/alertpanel.c
5506         * src/textview.c
5507                 improve legibility of phishing attempt
5508                 dialog
5509
5510 2006-06-20 [paul]       2.3.1cvs1
5511
5512         * NEWS
5513         * README
5514         * configure.ac
5515                 Update version number following
5516                 stable release
5517
5518 2006-06-20 [colin]      2.3.0cvs26
5519
5520         * src/compose.c
5521                 When dragging a file to the text of the compose
5522                 window, ask whether we want to insert or attach
5523                 (I know lots of people who do that to attach)
5524
5525 2006-06-20 [colin]      2.3.0cvs25
5526
5527         * src/etpan/imap-thread.c
5528                 Fix threshold (the append command is often > 32 bytes)
5529
5530 2006-06-19 [colin]      2.3.0cvs24
5531
5532         * src/imap.c
5533         * src/etpan/imap-thread.c
5534                 Workaround Rockliffe IMAP server bug: replace
5535                 "x UID SEARCH (ANSWERED UID 1:*)" with
5536                 "x UID SEARCH ANSWERED"
5537                 (Rockliffe doesn't handle the parenthesis)
5538
5539 2006-06-19 [colin]      2.3.0cvs23
5540
5541         * src/compose.c
5542         * src/imap.c
5543         * src/etpan/imap-thread.c
5544                 Probably fix bug #972 (Freezes when adding 
5545                 an attachment to the message)
5546         * src/common/defs.h
5547                 Modernize Firefox cmd
5548
5549
5550 2006-06-18 [colin]      2.3.0cvs22
5551
5552         * src/prefs_customheader.c
5553                 Only allow correct filenames for various
5554                 custom headers
5555
5556 2006-06-18 [colin]      2.3.0cvs21
5557
5558         * src/prefs_customheader.c
5559                 Add a 'From File...' button in custom headers prefs, which
5560                 try to do the right thing: 
5561                 for normal headers, use file as plaintext,
5562                 for X-Face, calls compface,
5563                 for Face, encode to b64.
5564
5565 2006-06-17 [colin]      2.3.0cvs20
5566
5567         * src/mh.c
5568                 Warning fix
5569
5570 2006-06-16 [colin]      2.3.0cvs19
5571
5572         * src/summaryview.c
5573                 Recursive quicksearch: show message list
5574                 in current folder, *then* search children
5575                 in the background.
5576
5577 2006-06-16 [colin]      2.3.0cvs18
5578
5579         * src/main.c
5580                 Instead of ignoring SIGPIPE, save caches
5581                 when getting one. Will fix the fact that
5582                 hot caches are out-of-date when logging 
5583                 out of Xorg.
5584         * src/compose.c
5585         * src/prefs_compose_writing.c
5586                 Only save text (not attachments) when 
5587                 auto-saving to drafts
5588         * src/unmime.c
5589                 Always replace \n, \r and \t with spaces
5590                 in headers
5591         * manual/dist/html/Makefile.am
5592         * manual/dist/pdf/Makefile.am
5593         * manual/dist/ps/Makefile.am
5594         * manual/dist/txt/Makefile.am
5595         * manual/fr/dist/html/Makefile.am
5596         * manual/fr/dist/pdf/Makefile.am
5597         * manual/fr/dist/ps/Makefile.am
5598         * manual/fr/dist/txt/Makefile.am
5599         * manual/pl/dist/html/Makefile.am
5600         * manual/pl/dist/pdf/Makefile.am
5601         * manual/pl/dist/ps/Makefile.am
5602         * manual/pl/dist/txt/Makefile.am
5603                 Fix make clean removing pregenerated manuals
5604
5605
5606 2006-06-16 [colin]      2.3.0cvs17
5607
5608         * src/plugins/pgpcore/sgpgme.c
5609         * src/plugins/pgpmime/pgpmime.c
5610         * src/plugins/pgpinline/pgpinline.c
5611                 Better error reporting in setup_signers.
5612                 Don't fallback to default key if specified
5613                 key isn't found.
5614                 Don't allow signing if more than one secret
5615                 key matches the one specified in prefs.
5616
5617 2006-06-15 [colin]      2.3.0cvs16
5618
5619         * src/folderview.c
5620                 Add "Send queue" in the folder's contextual
5621                 menu
5622         * src/compose.c
5623         * src/messageview.c
5624         * src/privacy.c
5625         * src/privacy.h
5626         * src/procmime.c
5627         * src/procmsg.c
5628         * src/plugins/pgpcore/passphrase.c
5629         * src/plugins/pgpcore/sgpgme.c
5630         * src/plugins/pgpinline/pgpinline.c
5631         * src/plugins/pgpmime/pgpmime.c
5632                 Better error reporting
5633         * src/mbox.c
5634                 Probably fix bug #971 (2.2.3 cannot read mail 
5635                 from local mbox)
5636
5637
5638 2006-06-15 [mones]      2.3.0cvs15
5639
5640         * tools/make.themes.project
5641                 creates the themes project from the web page
5642
5643 2006-06-15 [colin]      2.3.0cvs14
5644
5645         * src/folder.c
5646                 Better fix (avoid losing the folder if scan_tree 
5647                 fails)
5648
5649 2006-06-15 [cleroy]     2.3.0cvs13
5650
5651         * src/folder.c
5652                 Probably fix Bug #969 (crash on rebuilding 
5653                 imap folder)
5654
5655 2006-06-14 [colin]      2.3.0cvs12
5656
5657         * manual/dtd/manual.xsl
5658         * manual/sylpheed-claws-manual.xml
5659         * manual/fr/sylpheed-claws-manual.xml
5660         * manual/pl/sylpheed-claws-manual.xml
5661                 Insert pagebreaks between sections
5662
5663 2006-06-14 [paul]       2.3.0cvs11
5664
5665         * configure.ac
5666                 better fix than 2.3.0cvs10
5667
5668 2006-06-14 [paul]       2.3.0cvs10
5669
5670         * configure.ac
5671                 fix setting of PACKAGE_DATA_DIR with newer autoconf
5672                 (backwards compatible)
5673
5674 2006-06-13 [colin]      2.3.0cvs9
5675
5676         * src/messageview.c
5677                 Fix sending of return receipt with the new queue folders
5678
5679 2006-06-13 [wwp]        2.3.0cvs8
5680
5681         * src/quote_fmt_lex.l
5682                 fix wrong tokens returned in quote_fmt lexer, query not().
5683
5684 2006-06-13 [wwp]        2.3.0cvs7
5685
5686         * src/folder.c
5687         * src/prefs_folder_item.c
5688                 allow changing folder type even when folder is not a top-level one,
5689                 thanks to Colin.
5690
5691 2006-06-12 [colin]      2.3.0cvs6
5692
5693         * src/folderview.c
5694                 Fix double-ask of "Do you want to mark all
5695                 as read"
5696
5697 2006-06-12 [colin]      2.3.0cvs5
5698
5699         * src/compose.c
5700         * src/compose.h
5701         * src/folder.c
5702         * src/folder.h
5703         * src/imap.c
5704         * src/inc.c
5705         * src/main.c
5706         * src/messageview.c
5707         * src/mh.c
5708         * src/prefs_folder_item.c
5709         * src/procheader.c
5710         * src/procmime.c
5711         * src/procmsg.c
5712         * src/procmsg.h
5713         * src/send_message.c
5714         * src/summaryview.c
5715         * src/toolbar.c
5716                 Apply bug #964's patch (Queue and drafts aren't normal)
5717                 The Drafts and Queue folder now contain RFC-822 files,
5718                 allowing to move and copy mails from and to these 
5719                 folders. Moving from Drafts to Queue will prepare the
5720                 mail for sending (PGP signature, encryption, etc).
5721                 This patch also rework sending errors handling to try
5722                 to be more helpful.
5723                 Also, allow redefining folder types via the GUI 
5724                 (Folder type in its Properties)
5725
5726 2006-06-12 [colin]      2.3.0cvs4
5727
5728         * src/summaryview.c
5729         * src/prefs_common.c
5730         * src/prefs_common.h
5731         * src/gedit-print.c
5732                 Allow to define a specific print font - patch
5733                 by Bernhard Walle <bernhard.walle@gmx.de>
5734         * src/prefs_fonts.c
5735         * manual/advanced.xml
5736         * manual/fr/advanced.xml
5737                 Add a hidden pref to allow deletion without
5738                 confirmation
5739
5740 2006-06-12 [wwp]        2.3.0cvs3
5741
5742         * .cvsignore
5743                 more files to ignore.
5744
5745 2006-06-12 [wwp]        2.3.0cvs2
5746
5747         * src/quote_fmt.c
5748         * src/quote_fmt_lex.l
5749         * src/quote_fmt_parse.y
5750                 extend the quote_fmt parser (templates and quotes):
5751                 - allow limited sub-expressions in |p{} and |f{} expressions,
5752                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
5753                 - implemented/fixed missing implementation of query_references and show_references,
5754                 - completed, fixed contents and format of the symbols help dialog,
5755                 - fix some compilation warnings.
5756
5757 2006-06-12 [wwp]        2.3.0cvs1
5758
5759         * manual/advanced.xml
5760         * manual/fr/advanced.xml
5761                 updates in the "templates" section of the manual (eng/fr):
5762                  - be more precise (both versions)
5763                  - completed to match the english reference (fr version)
5764                  - touchups (both versions)
5765
5766 2006-06-12 [paul]       2.3.0
5767
5768         2.3.0 released
5769
5770 2006-06-12 [paul]       2.2.3cvs14
5771
5772         * po/ca.po
5773         * po/cs.po
5774         * po/de.po
5775         * po/el.po
5776         * po/fr.po
5777         * po/it.po
5778         * po/pt_BR.po
5779         * po/sr.po
5780         * po/zh_CN.po
5781                 updated by Miquel Oliete, Tim, Stephan Sachse,
5782                 Stavros Giannouris, Fabien Vantard, Andrea
5783                 Spadaccini, Frederico Goncalves Guimaraes,
5784                 Aleksandar Urosevic, and Ralgh Young
5785
5786 2006-06-12 [colin]      2.2.3cvs13
5787
5788         * src/mbox.c
5789                 Add missing header
5790
5791 2006-06-11 [colin]      2.2.3cvs12
5792
5793         * src/msgcache.c
5794                 Verify that g_malloc() succeeded
5795
5796 2006-06-11 [colin]      2.2.3cvs11
5797
5798         * src/wizard.c
5799                 Add Face header to welcome mail
5800
5801 2006-06-10 [colin]      2.2.3cvs10
5802
5803         * src/textview.c
5804                 Revert previous (Forgot it changes the
5805                 margin on the whole mail)
5806
5807 2006-06-10 [colin]      2.2.3cvs9
5808
5809         * src/textview.c
5810                 Don't overlap long headers under (X-)Face
5811
5812 2006-06-10 [mones]      2.2.3cvs8
5813
5814         * manual/xml2pdf
5815                 allow generation of manual on systems lacking saxon binary
5816                 but with java and the saxon library installed
5817
5818         * po/es.po
5819                 updated for release
5820
5821 2006-06-09 [colin]      2.2.3cvs7
5822
5823         * src/summaryview.c
5824                 Fix leak when using Display Sender using Addressbook
5825
5826 2006-06-09 [colin]      2.2.3cvs6
5827
5828         * src/compose.c
5829         * src/folder.c
5830         * src/folderview.c
5831         * src/mimeview.c
5832         * src/summaryview.c
5833                 More leaks fixes
5834
5835 2006-06-09 [paul]       2.2.3cvs5
5836
5837         * AUTHORS
5838         * src/gtk/authors.h
5839         * tools/claws.i18n.status.pl
5840                 updated with new info
5841
5842 2006-06-09 [paul]       2.2.3cvs4
5843
5844         * README
5845                 updated
5846         * manual/ack.xml
5847                 add wwp to authors list
5848         * src/gtk/authors.h
5849                 update mine and Colin's addresses
5850
5851 2006-06-08 [colin]      2.2.3cvs3
5852
5853         * src/etpan/imap-thread.c
5854                 Fix leak on SSL cert check
5855
5856 2006-06-08 [colin]      2.2.3cvs2
5857
5858         * src/common/utils.c
5859                 Fix leak
5860
5861 2006-06-08 [paul]       2.2.3cvs1
5862
5863         * configure.ac
5864                 Update version number following
5865                 stable release
5866
5867 2006-06-07 [colin]      2.2.2cvs3
5868
5869         * src/msgcache.c
5870                 Fix catching cache read errors (guint instead of gint)
5871                 Prevent malloc'ing more than 8MB (means cache corruption)
5872
5873 2006-06-07 [paul]       2.2.2cvs2
5874
5875         * src/exporthtml.c
5876         * src/exportldif.c
5877         * src/mh.c
5878         * src/mutt.c
5879         * src/pine.c
5880         * src/common/utils.c
5881                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
5882                 obey $HOME'
5883                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
5884                 Thanks to Colin
5885
5886 2006-06-06 [paul]       2.2.2cvs1
5887
5888         * configure.ac
5889                 Update version number following
5890                 stable release
5891
5892 2006-06-06 [paul]       2.2.1cvs6
5893
5894         * src/matcher.c
5895                 fix  implicit declaration of
5896                 sylpheed_do_idle()
5897                 Patch by Fabien Vantard
5898
5899 2006-06-06 [paul]       2.2.1cvs5
5900
5901         * src/matcher.c
5902                 fix age_greater and age_lower so that they
5903                 mean what say and not '...or equal to'
5904                 Thanks to Colin
5905
5906 2006-06-06 [paul]       2.2.1cvs4
5907
5908         * src/textview.c
5909         * src/common/utils.c
5910                 fix URI check
5911                 Thanks to Colin
5912
5913 2006-06-05 [wwp]        2.2.1cvs3
5914
5915         * manual/fr/account.xml
5916                 minor language fixes (thanks to Fabien Vantard).
5917
5918 2006-06-05 [colin]      2.2.1cvs2
5919
5920         * src/prefs_folder_item.c
5921         * src/folderview.c
5922                 Allow recursive setting of properties 
5923                 for whole mailboxes
5924         * src/matcher.c
5925                 Don't freeze on 'test' filtering rule
5926
5927 2006-06-05 [colin]      2.2.1cvs1
5928
5929         * configure.ac
5930                 Update version number following
5931                 stable release
5932
5933 2006-06-04 [wwp]        2.2.0cvs82
5934
5935         * manual/glossary.xml
5936         * manual/account.xml
5937         * manual/fr/glossary.xml
5938         * manual/fr/account.xml
5939                 added glossary section and references/links related to the Face custom header.
5940
5941 2006-06-04 [colin]      2.2.0cvs81
5942
5943         * src/summaryview.c
5944                 Skip to next message on move with no
5945                 immediate execution
5946
5947 2006-06-04 [wwp]        2.2.0cvs80
5948
5949         * manual/xml2pdf
5950                 added sanity checks, exit when needed.
5951
5952 2006-06-03 [paul]       2.2.0cvs79
5953
5954         * src/prefs_receive.c
5955                 page name is now 'Receiving'
5956         * src/prefs_send.c
5957                 page name is now 'Sending'
5958
5959 2006-06-03 [colin]      2.2.0cvs78
5960
5961         * src/plugins/spamassassin/spamassassin_gtk.c
5962                 Autoswitch to Localhost if transport was previously
5963                 disabled. Else people had to check [] Enable, then
5964                 *reselect* transport.
5965
5966 2006-06-03 [colin]      2.2.0cvs77
5967
5968         * src/plugins/pgpinline/pgpinline.c
5969         * src/plugins/pgpmime/pgpmime.c
5970                 Check that gpg_data_release_and_get_mem 
5971                 didn't fail (now, why this happens...)
5972
5973 2006-06-03 [colin]      2.2.0cvs76
5974
5975         * src/mbox.c
5976                 Fix bug #962 (Manual and/or UI should 
5977                 warn about incompatible locking 
5978                 causing dataloss)
5979
5980 2006-06-02 [cleroy]     2.2.0cvs75
5981
5982         * src/filtering.c
5983         * src/folder.c
5984         * src/procmsg.c
5985         * src/summaryview.c
5986                 Fix a few leaks
5987
5988 2006-06-02 [colin]      2.2.0cvs74
5989
5990         * src/main.c
5991                 On exit, free caches after writing them
5992                 Shuts up some valgrind false positives
5993         * src/procmsg.c
5994         * src/send_message.c
5995                 Fix races when reusing existing SMTP connections
5996                 Fix inexistant session timeout
5997         * src/toolbar.c
5998                 Display alertpanel after all queues have
5999                 been processed, not after each
6000
6001 2006-06-02 [wwp]        2.2.0cvs73
6002
6003         * manual/fr/glossary.xml
6004         * manual/fr/ack.xml
6005         * manual/ack.xml
6006                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
6007
6008 2006-06-02 [wwp]        2.2.0cvs72
6009
6010         * manual/xml2pdf
6011         * manual/dist/pdf/Makefile.am
6012         * manual/dtd/manual.xsl
6013         * manual/fr/dist/pdf/Makefile.am
6014         * manual/pl/dist/pdf/Makefile.am
6015                 we changed the procedure to generate the .pdf version of the manual.
6016                 The procedure is more modern and the .pdf we get now has a valid index.
6017                 Here are the new pre-requisites:
6018
6019                 - JRE 1.x (1.4 here): there must be one from your distro
6020                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
6021                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
6022                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
6023
6024                 See my posts for further info about the installation of this toolchain:
6025
6026                 Date: Fri, 19 May 2006 19:40:06 +0200
6027                 From: wwp <subscript@free.fr>
6028                 To: sylpheed-claws-devel@lists.sourceforge.net
6029                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
6030
6031                 and
6032
6033                 Date: Wed, 24 May 2006 12:58:49 +0200
6034                 From: wwp <subscript@free.fr>
6035                 To: sylpheed-claws-devel@lists.sourceforge.net
6036                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
6037
6038 2006-06-01 [colin]      2.2.0cvs71
6039
6040         * src/compose.c
6041                 Better guards against IMAP races
6042         * src/main.c
6043         * src/prefs_common.c
6044         * src/prefs_common.h
6045         * src/common/ssl_certificate.c
6046         * src/etpan/imap-thread.c
6047         * src/etpan/imap-thread.h
6048         * src/gtk/sslcertwindow.c
6049                 New hidden option ssl_skip_cert_check to 
6050                 avoid dups of bug #959 (libetpan linked
6051                 against gnutls and gnutls buggy on 64bit)
6052                 Present expired warning only once per
6053                 session/server.
6054         * manual/advanced.xml
6055         * manual/fr/advanced.xml
6056                 Document new option
6057
6058 2006-06-01 [wwp]        2.2.0cvs70
6059
6060         * src/messageview.c
6061                 fix for bug #961 (return receipt dialog 
6062                 complains incorrectly about return-path 
6063                 email adress being different), thanks 
6064                 to Colin.
6065
6066 2006-05-31 [cleroy]     2.2.0cvs69
6067
6068         * src/common/ssl.c
6069                 Guard against NULLs, although this
6070                 should never be an issue
6071
6072 2006-05-31 [colin]      2.2.0cvs68
6073
6074         * src/filtering.c
6075                 Use g_slist_prepend
6076         * src/imap.c
6077                 Don't remove caches when destroying folder, it
6078                 could (should) be done at exit
6079         * src/inc.c
6080                 free processing cache after incorporation
6081         * src/etpan/imap-thread.c
6082                 Maybe fix bug #959 (Crash on moving to emails 
6083                 to a imap account per ssl with a expired 
6084                 certificate.)
6085
6086 2006-05-30 [colin]      2.2.0cvs67
6087
6088         * src/summaryview.c
6089                 Put back event flush when displaying message
6090                 It avoids reading a bunch of messages just
6091                 by hitting shift-n for too long ;)
6092
6093 2006-05-29 [colin]      2.2.0cvs66
6094
6095         * src/summaryview.c
6096                 Remove useless g_warnings
6097
6098 2006-05-29 [colin]      2.2.0cvs65
6099
6100         * src/imap.c
6101                 Fix g_slist_append()s for performance
6102
6103 2006-05-29 [colin]      2.2.0cvs64
6104
6105         * src/compose.c
6106         * src/common/utils.c
6107                 Fix extraneous tab at start of addresses
6108         * src/mainwindow.c
6109                 Fix warnings (thanks to Fabien)
6110                 Fix crash at exit when composing messages 
6111                 exist
6112         * src/pop.c
6113                 Fix progress bar when deleting expired mails
6114                 Thanks to Hiro
6115         * src/summaryview.c
6116         * src/gtk/gtksctree.c
6117                 Fix re-sorting slowness
6118
6119 2006-05-29 [paul]       2.2.0cvs63
6120
6121         * src/mh.c
6122                 fetch full message when moving mails
6123                 from another mailbox, (fixed data loss
6124                 when filtering from IMAP to MH, introduced
6125                 in 2.2.0cvs57).
6126                 Thanks to Colin
6127
6128 2006-05-29 [mones]      2.2.0cvs62
6129
6130         * src/gtk/gtksctree.c
6131                 Unselect faster (patch by Colin)        
6132
6133 2006-05-26 [colin]      2.2.0cvs61
6134
6135         * src/summaryview.c
6136                 Unplug MSGINFO_UPDATE callback on delete too.
6137
6138 2006-05-26 [colin]      2.2.0cvs60
6139
6140         * src/foldersel.c
6141                 Fix bold in folder selection window with glib2.10
6142                 thanks Hiro
6143
6144 2006-05-26 [colin]      2.2.0cvs59
6145
6146         * src/procheader.c
6147                 Convert date only if necessary (and don't
6148                 try to convert from utf8 to utf8, too)
6149         * src/summaryview.c
6150                 Only set column's text if the column's 
6151                 displayed
6152
6153 2006-05-26 [colin]      2.2.0cvs58
6154
6155         * src/summaryview.c
6156         * src/gtk/gtkutils.c
6157                 Fix useless warning
6158
6159 2006-05-26 [colin]      2.2.0cvs57
6160
6161         * src/mainwindow.c
6162                 Make summaryview selectable as long as 
6163                 no message has focus
6164         * src/mh.c
6165                 Faster deletion (by implementing mh_remove_msgs)
6166                 Faster copy (avoid using mh_fetch_msg just to get
6167                 the filename)
6168                 Faster move (using move_file instead of copy_file
6169                 if MSG_IS_MOVE)
6170                 No progressbar if total number of mails to cp/mv 
6171                 is less than 100
6172         * src/summaryview.c
6173                 Fix removal from subject_table when mail gets moved
6174                 Faster deletion (g_slist_prepend instead of append)
6175         * src/gtk/gtksctree.c
6176                 Remove useless code
6177
6178 2006-05-25 [colin]      2.2.0cvs56
6179
6180         * src/common/ssl_certificate.c
6181                 Fix leak in expired cert check
6182
6183 2006-05-25 [colin]      2.2.0cvs55
6184
6185         * src/mh.c
6186                 Disable flags syncing on .mh_sequences - it
6187                 is buggy and marks mails read under unknown
6188                 conditions.
6189
6190 2006-05-25 [paul]
6191
6192         * 2.3.0-rc4 released
6193
6194 2006-05-24 [colin]      2.2.0cvs54
6195
6196         attention cvs users: if you manage to crash
6197         Sylpheed-Claws while moving, copying or deleting
6198         mails, we *are* interested in stack traces and
6199         valgrind logs. It looks stable, but one never
6200         knows...
6201
6202         * src/folder.c
6203                 Add progressbar for cache updates
6204         * src/folderutils.c
6205                 Optimize Mark all read in the current
6206                 folder
6207         * src/mh.c
6208                 Add progressbar for copy/move
6209         * src/procmsg.c
6210                 Optimize O(n^2) in copy/move
6211         * src/summaryview.c
6212         * src/gtk/gtksctree.c
6213                 Optimize O(n^2) algos
6214         * src/common/timing.h
6215                 Display ms instead of us
6216
6217 2006-05-24 [wwp]        2.2.0cvs53
6218
6219         * manual/fr/advanced.xml
6220                 updates to the French manual.
6221
6222 2006-05-24 [wwp]        2.2.0cvs52
6223
6224         * src/common/utils.c
6225                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
6226
6227 2006-05-24 [wwp]        2.2.0cvs51
6228
6229         * src/folderutils.c
6230                 fixed "mark all read" in MH folders (thanks to Colin).
6231
6232 2006-05-24 [paul]       2.2.0cvs50
6233
6234         * doc/man/sylpheed-claws.1
6235                 updated the man page
6236
6237 2006-05-23 [colin]      2.2.0cvs49
6238
6239         * src/folderview.c
6240         * src/imap.c
6241         * src/inc.c
6242         * src/mbox.c
6243         * src/messageview.c
6244         * src/news.c
6245         * src/send_message.c
6246         * src/summaryview.c
6247         * src/gtk/sslcertwindow.c
6248                 alertpanel fixes, by Fabien
6249
6250 2006-05-23 [colin]      2.2.0cvs48
6251
6252         * src/folder.c
6253         * src/folderview.c
6254         * src/msgcache.c
6255         * src/summaryview.c
6256         * src/gtk/gtksctree.c
6257         * src/gtk/gtksctree.h
6258                 More timings
6259                 Fix slow loading problem, which was caused by the
6260                 use of some gtk_ctree funcs and their use of
6261                 g_list_position while gtk_ctree_(un)link'ing.
6262                 Reap more functions from gtkctree.c to be sure we
6263                 use our (fast) version instead of theirs.
6264         * src/mh.c
6265                 Fix copy of unread mails
6266
6267
6268 2006-05-22 [wwp]        2.2.0cvs47
6269
6270         * manual/fr/advanced.xml
6271                 updated.
6272
6273 2006-05-22 [colin]      2.2.0cvs46
6274
6275         * src/filtering.c
6276                 Fix possible infinite loop. 'copy' is not a 
6277                 final action, so when encountering a 'copy',
6278                 we have to check if a previous one was set
6279                 and do it. In the same way, if we encounter
6280                 a 'move' we have to perform a possibly 
6281                 pending 'copy'. This will slow down filtering
6282                 on IMAP if move+copy or multiple copy actions
6283                 are to be done, but handling it via the batch
6284                 would be really too convoluted.
6285
6286 2006-05-22 [wwp]        2.2.0cvs45
6287
6288         * manual/fr/advanced.xml
6289         * manual/fr/faq.xml
6290         * manual/fr/glossary.xml
6291         * manual/fr/handling.xml
6292         * manual/fr/intro.xml
6293         * manual/fr/plugins.xml
6294         * manual/fr/sylpheed-claws-manual.xml
6295                 sync w/ the english manual: updates URIs, documented mailing-list
6296                 support, better explanation about the enabled/disabled feature
6297                 in filtering/processing rules by Paul.
6298
6299 2006-05-21 [colin]      2.2.0cvs44
6300
6301         * src/summaryview.c
6302                 Don't expand after building threads, but during
6303
6304 2006-05-21 [colin]      2.2.0cvs43
6305
6306         * src/procmsg.c
6307         * src/summaryview.c
6308                 More timing possibilities... For next time I have 
6309                 to find out how the hell some 3GHz computer takes
6310                 one minute to open a 30k folder...
6311
6312 2006-05-21 [colin]      2.2.0cvs42
6313
6314         * manual/pl/advanced.xml
6315         * manual/pl/faq.xml
6316         * manual/pl/glossary.xml
6317         * manual/pl/handling.xml
6318         * manual/pl/intro.xml
6319         * manual/pl/plugins.xml
6320         * manual/pl/sylpheed-claws-manual.xml
6321                 Polish manual updated by Pawel
6322
6323 2006-05-20 [colin]
6324
6325         * 2.3.0-rc3 released
6326
6327 2006-05-20 [colin]      2.2.0cvs41
6328
6329         * src/imap.c
6330                 Fix -rc2 problems:
6331                 - remove cache of moved messages from original folder
6332                 - apply new flags to messages even if they aren't appliable
6333                   via IMAP.
6334
6335 2006-05-20 [colin]
6336
6337         * 2.3.0-rc2 released
6338
6339 2006-05-19 [colin]      2.2.0cvs40
6340
6341         * src/imap.c
6342                 Don't issue SELECT in imap_change_flags
6343                 before having checked that we indeed have
6344                 some flags to change. MSG_POSTFILTERED for
6345                 example can't be used on IMAP.
6346                 Fixes bug #955 (copying messages between 
6347                 imap folders is extremely slow), which was
6348                 a regression.
6349
6350 2006-05-19 [colin]      2.2.0cvs39
6351
6352         * src/folder.c
6353         * src/folder.h
6354         * src/folderview.c
6355                 Try to fix bug #830 (Some unread messages 
6356                 get marked read in IMAP inbox):
6357                 - Prevent scanning a folder if it's being 
6358                   opened via the GUI
6359                 - Postpone opening via the GUI of a folder
6360                   currently scanned.
6361
6362
6363 2006-05-19 [wwp]        2.2.0cvs38
6364
6365         * manual/advanced.xml
6366                 fix English+typo (thanks to Paul).
6367
6368 2006-05-19 [wwp]        2.2.0cvs37
6369
6370         * manual/advanced.xml
6371         * manual/fr/advanced.xml
6372         * src/gtk/logwindow.c
6373         * src/prefs_common.c
6374         * src/prefs_common.h
6375                 added hidden prefs to allow customization of colors used in
6376                 protocol log window (useful for dark gtk+ themes).
6377
6378 2006-05-19 [wwp]        2.2.0cvs36
6379
6380         * ChangeLog
6381                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
6382
6383 2006-05-19 [paul]       2.2.0cvs35
6384
6385         * src/textview.c
6386                 make Reply-To fully clickable
6387         * src/gtk/logwindow.c
6388                 more colouring (SMTP ESMTP)
6389         Both patches by Pawel Pekala
6390
6391 2006-05-19 [cleroy]     2.2.0cvs34
6392
6393         * src/mh.c
6394                 Don't update flags from current folder
6395                 Probably fixes bug #935 (Read Messages 
6396                 Revert to Being Marked as Unread)
6397
6398 2006-05-18 [colin]      2.2.0cvs33
6399
6400         * src/imap.c
6401                 Warning fix
6402         * src/compose.c
6403         * src/mainwindow.c
6404         * src/summaryview.c
6405         * src/toolbar.c
6406                 Allow replying to multiple emails
6407                 in multiple windows
6408         * src/mimeview.c
6409         * src/etpan/imap-thread.c
6410                 Leak fixes
6411
6412 2006-05-18 [paul]       2.2.0cvs32
6413
6414         * src/summaryview.c
6415                 keep Mailing-List menu refreshed
6416                 Thanks to Colin
6417
6418 2006-05-18 [paul]       2.2.0cvs31
6419
6420         * manual/advanced.xml
6421         * manual/faq.xml
6422         * manual/glossary.xml
6423         * manual/handling.xml
6424         * manual/intro.xml
6425         * manual/plugins.xml
6426         * manual/sylpheed-claws-manual.xml
6427                 update URLs
6428                 add info about mailing-list support
6429                 edit filtering info
6430         * src/wizard.c
6431         * src/common/defs.h
6432         * src/gtk/about.c
6433         * src/plugins/dillo_viewer/README
6434                 update URLs
6435
6436 2006-05-17 [wwp]        2.2.0cvs30
6437
6438         * manual/handling.xml
6439         * manual/fr/handling.xml
6440                 documented the ability to enabled/disable filtering/processing rules.
6441
6442 2006-05-17 [colin]      2.2.0cvs29
6443
6444         * src/main.c
6445                 Don't initialize g_thread subsystem if it's 
6446                 already done (thanks to Hiro)
6447         * src/mimeview.c
6448                 Fix saving of parts when there name can't be
6449                 converted from UTF-8.
6450
6451 2006-05-17 [paul]       2.2.0cvs28
6452
6453         * po/Makefile.in.in
6454                 fix config.status warning with autoconf 2.60
6455
6456 2006-05-17 [paul]       2.2.0cvs27
6457
6458         * po/POTFILES.in
6459                 add src/mbox.c
6460
6461 2006-05-17 [wwp]        2.2.0cvs26
6462
6463         * src/mainwindow.c
6464                 fix useless and potentially dangerous buffer walking (thanks to Colin).
6465
6466 2006-05-17 [wwp]        2.2.0cvs25
6467
6468         * src/plugins/demo/demo.c
6469                 updated product name in plugin demo (many plugins need to be
6470                 sync'ed w/ that change).
6471
6472 2006-05-17 [colin]      2.2.0cvs24
6473
6474         * src/mh.c
6475                 Fix leak
6476
6477 2006-05-16 [colin]      2.2.0cvs23
6478
6479         * src/mainwindow.c
6480                 Stupid me hit again. Fix cvs22.
6481
6482 2006-05-16 [colin]      2.2.0cvs22
6483
6484         * src/mainwindow.c
6485                 Fix bug #922 (sylpheed-claws crashed after 
6486                 pushing on Inbox folder)
6487
6488 2006-05-16 [colin]      2.2.0cvs21
6489
6490         * src/compose.c
6491                 Make From header be copy/paste/select-able
6492
6493 2006-05-16 [wwp]        2.2.0cvs20
6494
6495         * src/export.c
6496         * src/matcher.c
6497         * src/summaryview.c
6498         * src/etpan/imap-thread.c
6499                 fix some compiler warnings (thanks to Colin).
6500
6501 2006-05-16 [wwp]        2.2.0cvs19
6502
6503         * src/action.c
6504         * src/gedit-print.c
6505         * src/inc.c
6506         * src/mainwindow.c
6507         * src/mh.c
6508         * src/statusbar.c
6509         * src/send_message.c
6510         * src/summaryview.c
6511                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
6512
6513 2006-05-15 [colin]      2.2.0cvs18
6514
6515         * src/procmsg.c
6516                 Fix automatic rule creation with List-Post
6517
6518 2006-05-15 [paul]       2.2.0cvs17
6519
6520         * tools/filter_conv_new.pl
6521                 updated for rule enabling/disabling
6522                 claws version >= 2.3.x required
6523
6524 2006-05-15 [cleroy]     2.2.0cvs16
6525
6526         * src/main.c
6527                 Revert test
6528
6529 2006-05-15 [cleroy]     2.2.0cvs15
6530
6531         * src/main.c
6532                 test
6533
6534 2006-05-15 [wwp]        2.2.0cvs14
6535
6536         * manual/pl/.cvsignore
6537                 ignore generated files.
6538
6539 2006-05-14 [wwp]        2.3.0-rc1
6540
6541         * 2.3.0-rc1 released
6542
6543 2006-05-13 [wwp]        2.2.0cvs13
6544
6545         * src/filtering.c
6546         * src/filtering.h
6547         * src/matcher.c
6548         * src/matcher_parser_lex.l
6549         * src/matcher_parser_parse.y
6550         * src/prefs_filtering.c
6551                 new feature: provide the ability to disable filtering and processing
6552                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
6553                 adaptations.
6554
6555 2006-05-13 [colin]      2.2.0cvs12
6556
6557         * src/compose.c
6558                 Remove useless if (a) b; else b;
6559                 Thanks to wwp
6560
6561 2006-05-13 [wwp]        2.2.0cvs11
6562
6563         * src/export.c
6564         * src/import.c
6565         * src/mainwindow.c
6566         * src/mbox.c
6567         * src/summaryview.c
6568         * src/summaryview.h
6569                 no more silent failures (or at least less ones) when importing
6570                 or exporting from/to mbox. Also start importing/exporting if
6571                 the necessary info is set.
6572
6573 2006-05-13 [wwp]        2.2.0cvs10
6574
6575         * RELEASE_NOTES
6576                 restored up-to-date release notes.
6577
6578 2006-05-13 [paul]       2.2.0cvs9
6579
6580         * po/nl.po
6581         * po/ru.po
6582                 updated by Tim Dijkstra and Pavlo Bohmat
6583
6584 2006-05-12 [colin]      2.2.0cvs8
6585
6586         * src/gtk/quicksearch.c
6587                 Add "k" as shortcut for "colorlabel". Patch
6588                 by ath42@users.sf.net.
6589
6590 2006-05-12 [paul]       2.2.0cvs7
6591
6592         * src/prefs_common.h
6593         * src/prefs_summaries.c
6594         * src/summaryview.c
6595                 when entering a folder also allow
6596                 going directly to first Marked message
6597
6598 2006-05-12 [paul]       2.2.0cvs6
6599
6600         * src/summaryview.c
6601                 always obey 'confirm before marking all
6602                 mails read' option
6603
6604 2006-05-12 [paul]       2.2.0cvs5
6605
6606         * src/textview.c
6607                 make Sender fully clickable
6608
6609 2006-05-12 [colin]      2.2.0cvs4
6610
6611         * src/compose.c
6612         * src/compose.h
6613                 Let From be editable
6614         * src/main.c
6615         * src/mh.c
6616                 Full support of .mh_sequences' Unseen seq
6617
6618 2006-05-12 [colin]      2.2.0cvs3
6619
6620         * src/folder.c
6621         * src/mainwindow.c
6622         * src/mainwindow.h
6623         * src/messageview.c
6624         * src/prefs_spelling.c
6625         * src/procheader.c
6626         * src/procmsg.c
6627         * src/procmsg.h
6628         * src/summaryview.c
6629         * src/toolbar.c
6630         * src/toolbar.h
6631                 Add contextual menu on Compose toolbar
6632                 button. Fixes bug #944 (Automatic
6633                 addresses not applied when changing account
6634                 from compose window)
6635                 add Mailing List support
6636                 based on the old 0.6.5claws25 patch by
6637                 Melvin Hadasht, with finishing touches
6638                 by Colin
6639                 Fix "ignore thread" when mails are threaded by
6640                 subject (and weren't ignored although appearing
6641                 in the thread).
6642                 GUI rework.
6643                 Both patches by Pawel.
6644
6645 2006-05-08 [paul]       2.2.0cvs2
6646
6647         * src/mainwindow.c
6648         * src/mainwindow.h
6649         * src/messageview.c
6650         * src/procheader.c
6651         * src/procmsg.c
6652         * src/procmsg.h
6653         * src/summaryview.c
6654                 add Mailing List support
6655                 based on the old 0.6.5claws25 patch by 
6656                 Melvin Hadasht, with finishing touches
6657                 by Colin
6658
6659 2006-05-08 [colin]      2.2.0cvs1
6660
6661         * src/mainwindow.c
6662         * src/toolbar.c
6663         * src/toolbar.h
6664                 Add contextual menu on Compose toolbar 
6665                 button. Fixes bug #944 (Automatic 
6666                 addresses not applied when changing account 
6667                 from compose window)
6668
6669 2006-05-08 [paul]       2.2.0
6670
6671         2.2.0 released
6672
6673 2006-05-08 [paul]       2.1.1cvs51
6674
6675         * po/cs.po
6676         * po/de.po
6677         * po/en_GB.po
6678         * po/fi.po
6679         * po/fr.po
6680         * po/pt_BR.po
6681         * po/sr.po
6682         * po/zh_CN.po
6683                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6684                 Fabien Vantard, Frederico Goncalves Guimaraes,
6685                 Aleksandar Urosevic, and Ralgh Young
6686
6687 2006-05-12 [colin]      2.1.1cvs50
6688
6689         * po/cs.po
6690         * po/de.po
6691         * po/en_GB.po
6692         * po/es.po
6693         * po/fi.po
6694         * po/fr.po
6695         * po/pt_BR.po
6696         * po/sr.po
6697         * po/zh_CN.po
6698                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6699                 Fabien Vantard, Frederico Goncalves Guimaraes,
6700                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
6701
6702 2006-05-05 [colin]      2.1.1cvs49
6703
6704         * manual/Makefile.am
6705         * manual/pl/Makefile.am
6706         * manual/pl/account.xml
6707         * manual/pl/ack.xml
6708         * manual/pl/addrbook.xml
6709         * manual/pl/advanced.xml
6710         * manual/pl/faq.xml
6711         * manual/pl/glossary.xml
6712         * manual/pl/gpl.xml
6713         * manual/pl/handling.xml
6714         * manual/pl/intro.xml
6715         * manual/pl/keyboard.xml
6716         * manual/pl/plugins.xml
6717         * manual/pl/starting.xml
6718         * manual/pl/sylpheed-claws-manual.xml
6719         * manual/pl/dist/.cvsignore
6720         * manual/pl/dist/Makefile.am
6721         * manual/pl/dist/html/.cvsignore
6722         * manual/pl/dist/html/Makefile.am
6723         * manual/pl/dist/pdf/.cvsignore
6724         * manual/pl/dist/pdf/Makefile.am
6725         * manual/pl/dist/ps/.cvsignore
6726         * manual/pl/dist/ps/Makefile.am
6727         * manual/pl/dist/txt/.cvsignore
6728         * manual/pl/dist/txt/Makefile.am
6729                 Add the polish translation of the manual,
6730                 Authored by Pawel Pekala.
6731
6732 2006-05-05 [cleroy]     2.1.1cvs48
6733
6734         * src/main.c
6735                 Re-read matcherrc after loading plugins 
6736                 if some of them add folders.
6737
6738 2006-05-03 [colin]      2.1.1cvs47
6739
6740         * src/imap.c
6741                 I'm idiot
6742
6743 2006-05-03 [colin]      2.1.1cvs46
6744
6745         * src/imap.c
6746                 Be sure to have a session when
6747                 getting separator
6748
6749 2006-05-03 [colin]      2.1.1cvs45
6750
6751         * src/imap.c
6752         * src/imap.h
6753         * src/imap_gtk.c
6754                 Fix preventing renaming with namespace 
6755                 separator.
6756
6757 2006-05-01 [colin]      2.1.1cvs44
6758
6759         * src/action.c
6760                 Don't reload messageview when result of
6761                 action is piped.
6762
6763 2006-04-29 [colin]      2.1.1cvs43
6764
6765         * src/prefs_receive.c
6766         * src/plugins/spamassassin/spamassassin_gtk.c
6767         * src/plugins/clamav/clamav_plugin_gtk.c
6768                 GUI fixes by Pawel
6769
6770 2006-04-29 [colin]      2.1.1cvs42
6771
6772         * src/prefs_compose_writing.c
6773         * src/prefs_quote.c
6774                 Cleanups. Patch by Pawel
6775
6776 2006-04-28 [paul]       2.1.1cvs41
6777
6778         * src/matcher.c
6779                 fix returned quick search results when search
6780                 term contains an underscore.
6781                 Thanks to Colin
6782
6783 2006-04-28 [paul]       2.1.1cvs40
6784
6785         * src/prefs_message.c
6786         * src/prefs_receive.c
6787                 GUI cleanups
6788                 Patches by Pawel Pekala
6789
6790 2006-04-27 [colin]      2.1.1cvs39
6791
6792         * src/wizard.c
6793                 Differentiate subject Welcome from
6794                 window's title Welcome
6795
6796 2006-04-27 [paul]
6797
6798         2.2.0-rc1 released
6799
6800 2006-04-27 [paul]       2.1.1cvs38
6801
6802         * manual/advanced.xml
6803         * manual/fr/advanced.xml
6804                 add info about compose_no_markup hidden pref
6805
6806 2006-04-27 [paul]       2.1.1cvs37
6807
6808         * src/prefs_account.c
6809                 improve privacy labels
6810         * src/prefs_msg_colors.c
6811                 change some strings for translators' convenience
6812         * src/gtk/gtkutils.c
6813                 don't underline the link button text
6814
6815 2006-04-25 [colin]      2.1.1cvs36
6816
6817         * src/folder.c
6818                 Complete 2.1.1cvs33 (once more ;)
6819
6820 2006-04-25 [colin]      2.1.1cvs35
6821
6822         * src/editldap.c
6823                 Fix tooltip
6824
6825 2006-04-25 [cleroy]     2.1.1cvs34
6826
6827         * src/compose.c
6828         * src/gtk/gtkaspell.c
6829                 Fix crash on redirect (related to the return 
6830                 of the aspell menu in compose's toolbar)
6831         * src/prefs_msg_colors.c
6832                 Fix sensitivity widgets
6833         * src/image_viewer.c
6834         * src/gtk/pluginwindow.c
6835         * src/gtk/prefswindow.c
6836                 Change released signals to clicked (Fabien)
6837         * po/POTFILES.in
6838         * src/common/socket.c
6839         * src/plugins/spamassassin/spamassassin.c
6840                 Translate strings (Fabien)
6841
6842 2006-04-25 [paul]       2.1.1cvs33
6843
6844         * src/folder.c
6845         * src/folder.h
6846         * src/folderview.c
6847                 complete the fix of bug #912
6848                 Thanks to Colin
6849
6850 2006-04-25 [colin]      2.1.1cvs32
6851
6852         * src/news.c
6853                 Better progress bar
6854         * src/mimeview.c
6855         * src/summaryview.c
6856         * src/summaryview.h
6857                 Fix focus chain
6858                 Patches by Pawel Pekala
6859
6860 2006-04-24 [colin]      2.1.1cvs31
6861
6862         * src/compose.c
6863                 Fix compilation warnings (Fabien)
6864
6865 2006-04-24 [colin]      2.1.1cvs30
6866
6867         * src/addrindex.c
6868         * src/editldap.c
6869         * src/editldap_basedn.c
6870         * src/editldap_basedn.h
6871         * src/ldapctrl.c
6872         * src/ldapctrl.h
6873         * src/ldapquery.c
6874         * src/ldaputil.c
6875         * src/ldaputil.h
6876                 Fix bug #901 (LDAPS support)
6877
6878 2006-04-24 [colin]      2.1.1cvs29
6879
6880         * src/compose.c
6881                 Fix logic on error with send dialog on
6882         * src/imap.c
6883                 Fix compilation without libetpan, thanks
6884                 to Fabien
6885         * src/summaryview.c
6886                 Fix 'context-menu' key
6887
6888 2006-04-23 [colin]      2.1.1cvs28
6889
6890         * src/folder.c
6891                 Never free current's cache to free up 
6892                 memory. Fixes bug #912 (new count 
6893                 randomly set to message count)
6894
6895 2006-04-23 [colin]      2.1.1cvs27
6896
6897         * src/gtk/quicksearch.c
6898                 And remove printf...
6899
6900 2006-04-23 [colin]      2.1.1cvs26
6901
6902         * src/gtk/quicksearch.c
6903                 Fix replacing in quicksearch, and fix inserting
6904                 in the middle of the string. (introduced at 2.1.0cvs22)
6905
6906 2006-04-23 [colin]      2.1.1cvs25
6907
6908         * src/imap.c
6909                 Make sure uidnext is initialized in get_num_list
6910                 (not for stable, related to 2.1.1cvs8 and friends)
6911
6912 2006-04-23 [colin]      2.1.1cvs24
6913
6914         * src/imap.c
6915                 Output something when login is successful
6916                 too
6917
6918 2006-04-23 [colin]      2.1.1cvs23
6919
6920         * src/etpan/imap-thread.c
6921                 Better logging (line-per-line, hide data in fetch)
6922                 Fix a const warning
6923         * src/gtk/logwindow.c
6924         * src/gtk/logwindow.h
6925                 Better logging (color for input/output)
6926
6927 2006-04-21 [colin]      2.1.1cvs22
6928
6929         * src/gtk/quicksearch.c
6930                 On gtk+-2.8, use stock buttons in quicksearch
6931                 Based on a patch by Fabien and a design by Paul
6932
6933 2006-04-21 [colin]      2.1.1cvs21
6934
6935         * src/folderview.c
6936         * src/mainwindow.c
6937                 Fix occasional flicker in folderview
6938         * src/common/utils.c
6939                 Fix bug #943 (Incorrectly parsed email address 
6940                 list in short headers on message view and in 
6941                 printouts)
6942
6943 2006-04-20 [colin]      2.1.1cvs20
6944
6945         * src/imap.c
6946         * src/imap.h
6947         * src/prefs_account.c
6948                 Add ANONYMOUS auth for IMAP
6949
6950 2006-04-20 [paul]       2.1.1cvs19
6951
6952         * src/main.c
6953                 proper fix for 2.1.1cvs18
6954                 Thanks to Colin
6955
6956 2006-04-20 [paul]       2.1.1cvs18
6957
6958         * src/main.c
6959                 fix build warnings
6960
6961 2006-04-20 [paul]       2.1.1cvs17
6962
6963         * src/gtk/quicksearch.c
6964                 fix standard, non-extended Quick search,
6965                 was broken in 2.1.1cvs15.
6966                 Thanks to Colin.
6967
6968 2006-04-20 [colin]      2.1.1cvs16
6969
6970         * src/prefs_matcher.c
6971                 Fix values when reselecting a ~test
6972                 rule
6973
6974 2006-04-19 [colin]      2.1.1cvs15
6975
6976         * src/compose.c
6977         * src/compose.h
6978         * src/gtk/gtkaspell.c
6979         * src/gtk/gtkaspell.h
6980                 Put back Options menu in Spelling/
6981         * src/gtk/quicksearch.c
6982                 Don't search, and show error, if the
6983                 advanced search has a syntax error
6984
6985 2006-04-18 [colin]      2.1.1cvs14
6986
6987         * src/textview.c
6988                 Fix gdk warnings on set_cursor when textview
6989                 isn't visible
6990
6991 2006-04-18 [colin]      2.1.1cvs13
6992
6993         * src/gtk/gtksctree.c
6994                 Remove seemingly useless refresh that causes
6995                 flicker - watch this commit in case of 
6996                 problems before planned backport to stable
6997
6998 2006-04-18 [colin]      2.1.1cvs12
6999
7000         * src/imap.c
7001                 Factorize get/set_xml code
7002         * src/compose.c
7003         * src/prefs_account.c
7004         * src/prefs_account.h
7005         * src/procmsg.c
7006                 Add Encrypt to self option
7007
7008 2006-04-17 [colin]      2.1.1cvs11
7009
7010         * configure.ac
7011                 Fix search on encrpyt function on dragonfly
7012                 Patch by Jonathan Buschmann <jonthn@agmact.com>
7013
7014 2006-04-17 [colin]      2.1.1cvs10
7015
7016         * src/prefs_account.c
7017                 Be safe by default: remove mails from POP3
7018                 after 7 days, not immediately
7019
7020 2006-04-17 [colin]      2.1.1cvs9
7021
7022         * src/etpan/imap-thread.c
7023                 Fix build on DragonFly - patch by 
7024                 Jonathan Buschmann <jonthn@agmact.com>
7025
7026 2006-04-17 [colin]      2.1.1cvs8
7027
7028         * src/imap.c
7029                 Save uidnext between sessions
7030
7031 2006-04-17 [colin]      2.1.1cvs7
7032
7033         * src/imap.c
7034                 scan is required when uid validity changes
7035
7036 2006-04-17 [colin]      2.1.1cvs6
7037
7038         * src/folderview.c
7039                 Don't scan if not necessary, apart in current
7040                 folder and INBOX to fetch flags.
7041         * src/imap.c
7042                 Scan is necessary if unread count changes
7043
7044 2006-04-17 [colin]      2.1.1cvs5
7045
7046         * src/imap.c
7047                 ...But always fetch ANSWERED and DELETED flags for
7048                 INBOX, as filtering can happen on these flags.
7049
7050 2006-04-17 [colin]      2.1.1cvs4
7051
7052         * src/imap.c
7053                 Don't fetch REPLIED and DELETED flags when synchronising
7054                 flags with a closed folder. We only need UNSEEN and FLAGGED
7055                 to update the folderview.
7056
7057 2006-04-17 [colin]      2.1.1cvs3
7058
7059         * src/imap.c
7060                 Faster flag search when there are new mails 
7061                 in a folder. We can do a full search if the 
7062                 folder contains less messages than the new
7063                 list.
7064
7065 2006-04-17 [colin]      2.1.1cvs2
7066
7067         * po/cs.po
7068         * po/de.po
7069         * po/fr.po
7070         * po/nl.po
7071         * po/pt_BR.po
7072                 Update translations from stable branch
7073
7074 2006-04-17 [colin]      2.1.1cvs1
7075
7076         * configure.ac
7077                 Bump version to follow stable release
7078
7079 2006-04-16 [mones]      2.1.0cvs50
7080
7081         * po/es.po
7082                 Updated for release
7083
7084 2006-04-16 [colin]      2.1.0cvs49
7085
7086         * src/textview.c
7087                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
7088                 with gtk < 2.8. Thanks to Fabien Vantard.
7089
7090 2006-04-15 [colin]      2.1.0cvs48
7091
7092         * src/etpan/imap-thread.c
7093                 Fix bug #919 (libetpan: SEGV when connecting 
7094                 using command)
7095
7096 2006-04-14 [colin]      2.1.0cvs47
7097
7098         * src/main.c
7099                 Fix race on --select (should be done better)
7100
7101 2006-04-14 [wwp]        2.1.0cvs46
7102
7103         * src/send_message.c
7104                 enforce a check for domain in account prefs (a sending
7105                 error could be faced if domain was checked but no value set),
7106                 thanks to Colin.
7107
7108 2006-04-14 [colin]      2.1.0cvs45
7109
7110         * src/codeconv.c
7111                 when converting from unknown to unknown, if the
7112                 string is UTF8, don't convert it to the locale
7113                 (which breaks it)
7114
7115 2006-04-14 [colin]      2.1.0cvs44
7116
7117         * src/compose.c
7118                 Don't try to use ASCII for converting headers
7119                 (as done in body)
7120
7121 2006-04-14 [paul]       2.1.0cvs43
7122
7123         * src/crash.c
7124                 add locale/charset info to crash report
7125         * src/gtk/about.c
7126                 add wwp to doc team
7127                 replace 'e-mail' with preferred 'email'
7128         * src/gtk/authors.h
7129                 ensure contributors list is in alphabetical
7130                 order
7131
7132 2006-04-13 [colin]      2.1.0cvs42
7133
7134         * src/textview.c
7135                 Prevent gdk warnings
7136
7137 2006-04-13 [colin]      2.1.0cvs41
7138
7139         * src/common/ssl_certificate.c
7140         * src/common/ssl_certificate.h
7141         * src/gtk/sslcertwindow.c
7142                 Warn on expired certs, and display the expiration date
7143
7144 2006-04-13 [colin]      2.1.0cvs40
7145
7146         * src/plugins/spamassassin/spamassassin_gtk.c
7147                 Fix missing set_text on unix socket
7148
7149 2006-04-13 [wwp]        2.1.0cvs39
7150
7151         * manual/fr/advanced.xml
7152         * manual/fr/glossary.xml
7153                 applied new spam/ham/email lexicon (pourriel, courriel)
7154
7155 2006-04-13 [paul]       2.1.0cvs38
7156
7157         * src/plugins/pgpmime/plugin.c
7158                 remove the mention of S/MIME from the
7159                 description. This is now handled by the
7160                 S/MIME plugin.
7161
7162 2006-04-13 [paul]       2.1.0cvs37
7163
7164         * src/prefs_msg_colors.c
7165                 rework dialog
7166         * src/prefs_folder_item.c
7167         * src/prefs_spelling.c
7168                 add a tooltip to the colour selector buttons
7169
7170 2006-04-13 [wwp]        2.1.0cvs36
7171
7172         * manual/advanced.xml
7173         * manual/glossary.xml
7174         * manual/handling.xml
7175         * manual/keyboard.xml
7176         * manual/plugins.xml
7177         * manual/starting.xml
7178         * manual/fr/account.xml
7179         * manual/fr/ack.xml
7180         * manual/fr/addrbook.xml
7181         * manual/fr/advanced.xml
7182         * manual/fr/faq.xml
7183         * manual/fr/glossary.xml
7184         * manual/fr/gpl.xml
7185         * manual/fr/handling.xml
7186         * manual/fr/intro.xml
7187         * manual/fr/keyboard.xml
7188         * manual/fr/plugins.xml
7189         * manual/fr/starting.xml
7190         * manual/fr/sylpheed-claws-manual.xml
7191                 fixes to the manuals:
7192                  - summaryview -> Message List (same in French)
7193                  - translate key names
7194                  - fix French punctuation, use non-breakable spaces when
7195                    necessary, don't use &thinsp; which is not portable
7196                  - tell what maildir and mbox formats we support
7197
7198 2006-04-12 [wwp]        2.1.0cvs35
7199
7200         * src/prefs_toolbar.c
7201                 unified a replace button more,
7202                 patch by Fabien Vantard <fzzzzz@gmail.com>.
7203
7204 2006-04-12 [wwp]        2.1.0cvs34
7205
7206         * src/prefs_common.c
7207         * src/prefs_msg_colors.c
7208                 make default color labels translatable,
7209                 patch from Fabien Vantard <fzzzzz@gmail.com>,
7210                 thanks to Tim <timbrain@post.cz> for reporting.
7211
7212 2006-04-12 [wwp]        2.1.0cvs33
7213
7214         * manual/glossary.xml
7215         * manual/intro.xml
7216         * manual/plugins.xml
7217         * manual/starting.xml
7218         * manual/sylpheed-claws-manual.xml
7219         * manual/fr/.cvsignore
7220         * manual/fr/account.xml
7221         * manual/fr/ack.xml
7222         * manual/fr/addrbook.xml
7223         * manual/fr/advanced.xml
7224         * manual/fr/faq.xml
7225         * manual/fr/glossary.xml
7226         * manual/fr/handling.xml
7227         * manual/fr/intro.xml
7228         * manual/fr/keyboard.xml
7229         * manual/fr/plugins.xml
7230         * manual/fr/starting.xml
7231         * manual/fr/sylpheed-claws-manual.xml
7232                 various fixes: typos, missing .fr translations, punctuation,
7233                 capitalization, links, accents and some bad French more.
7234
7235 2006-04-12 [wwp]        2.1.0cvs32
7236
7237         * src/prefs_gtk.c
7238                 fix for bug #935: always store prefs files in UTF-8 (thanks
7239                 to Colin).
7240
7241 2006-04-11 [colin]      2.1.0cvs31
7242
7243         * src/compose.c
7244                 Fix inserting files not in utf8 when locale is utf8
7245
7246 2006-04-11 [colin]      2.1.0cvs30
7247
7248         * src/inc.c
7249                 Don't show error dialog when cancelling connection
7250                 Patch by Pawel
7251
7252 2006-04-11 [cleroy]     2.1.0cvs29
7253
7254         * src/compose.c
7255                 Implement multiple quote levels
7256         * src/prefs_common.c
7257                 Change a little bit the quote bgcolor for 2nd level
7258
7259 2006-04-11 [colin]      2.1.0cvs28
7260
7261         * src/gtk/about.c
7262                 Add locale and charset in the label
7263
7264 2006-04-10 [colin]      2.1.0cvs27
7265
7266         * src/compose.c
7267         * src/prefs_common.c
7268         * src/prefs_common.h
7269         * src/prefs_msg_colors.c
7270         * src/textview.c
7271                 Allow optional background color in quotes
7272                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
7273                 GTK+-2.8.x feature
7274
7275 2006-04-10 [colin]      2.1.0cvs26
7276
7277         * src/main.c
7278         * src/mainwindow.c
7279         * src/mainwindow.h
7280                 Implement --select
7281
7282 2006-04-10 [colin]      2.1.0cvs25
7283
7284         * manual/plugins.xml
7285         * manual/fr/plugins.xml
7286                 Document libcurl's proxy variables
7287
7288 2006-04-09 [colin]      2.1.0cvs24
7289
7290         * src/prefs_common.c
7291                 gettext() returns statically allocated stuff. We have
7292                 to strdup it in order to be able to free it.
7293
7294 2006-04-09 [colin]      2.1.0cvs23
7295
7296         * AUTHORS
7297         * src/gtk/authors.h
7298                 Add Alexei
7299
7300 2006-04-09 [colin]      2.1.0cvs22
7301
7302         * src/mainwindow.c
7303         * src/gtk/quicksearch.c
7304                 Fix bug #859 (problems with cyrilic input in 
7305                 search panel) - Patch by Alexey Illarionov 
7306                 <littlesavage@rambler.ru>
7307
7308 2006-04-09 [colin]      2.1.0cvs21
7309
7310         * src/prefs_customheader.c
7311                 I prefer removing then freeing rather than the contrary
7312                 (even if it doesn't change anything ;-)
7313         * src/prefs_account.c
7314                 Fix bug #933 (Crash re-entering the custom headers list 
7315                 dialog in accounts prefs)
7316                 The problem happened when cancelling the Account 
7317                 Preferences' dialogs - in which case we didn't do 
7318                 anything to the PrefsAccount * struct. In case of applying,
7319                 the old ac_prefs was replaced with the tmp_ac_prefs we were
7320                 working with in this dialog. The problem is that 
7321                 prefs_customheader.c, working on this tmp_ac_prefs, always
7322                 changes the ->customhdr_list pointer, even when cancelled. 
7323                 So in case of cancelling the prefs_account dialog, we still
7324                 have to update ->customhdr_list in the real account.
7325
7326 2006-04-08 [colin]      2.1.0cvs20
7327
7328         * manual/fr/glossary.xml
7329         * manual/fr/keyboard.xml
7330                 Forgot some headers :)
7331
7332 2006-04-08 [colin]      2.1.0cvs19
7333
7334         * manual/Makefile.am
7335         * manual/fr/Makefile.am
7336         * manual/fr/account.xml
7337         * manual/fr/ack.xml
7338         * manual/fr/addrbook.xml
7339         * manual/fr/advanced.xml
7340         * manual/fr/faq.xml
7341         * manual/fr/glossary.xml
7342         * manual/fr/gpl.xml
7343         * manual/fr/handling.xml
7344         * manual/fr/intro.xml
7345         * manual/fr/keyboard.xml
7346         * manual/fr/plugins.xml
7347         * manual/fr/starting.xml
7348         * manual/fr/sylpheed-claws-manual.xml
7349         * manual/fr/dist/.cvsignore
7350         * manual/fr/dist/Makefile.am
7351         * manual/fr/dist/html/.cvsignore
7352         * manual/fr/dist/html/Makefile.am
7353         * manual/fr/dist/pdf/.cvsignore
7354         * manual/fr/dist/pdf/Makefile.am
7355         * manual/fr/dist/ps/.cvsignore
7356         * manual/fr/dist/ps/Makefile.am
7357         * manual/fr/dist/txt/.cvsignore
7358         * manual/fr/dist/txt/Makefile.am
7359                 Add the french translation of the manual. Thanks to
7360                 Olivier Delhomme <olivier.delhomme@free.fr> for 
7361                 account.xml, ack.xml, addrbook.xml and advanced.xml
7362
7363 2006-04-08 [colin]      2.1.0cvs18
7364
7365         * manual/plugins.xml
7366         * manual/starting.xml
7367                 More fixes
7368
7369 2006-04-07 [colin]      2.1.0cvs17
7370
7371         * manual/faq.xml
7372         * manual/intro.xml
7373         * manual/keyboard.xml
7374                 Little fixes
7375
7376 2006-04-07 [colin]      2.1.0cvs16
7377
7378         * README
7379         * src/compose.c
7380         * src/prefs_common.c
7381         * src/prefs_common.h
7382                 Add hidden compose_no_markup pref
7383
7384 2006-04-07 [wwp]        2.1.0cvs15
7385
7386         * src/summary_search.c
7387         * .cvsignore
7388                 Bugfix: stop button was sticky when searching in an empty folder.
7389                 Applied curly brackets code style to the whole file (summary_search.c).
7390                 More files to ignore.
7391
7392 2006-04-07 [wwp]        2.1.0cvs14
7393
7394         * src/message_search.c
7395         * src/summary_search.c
7396                 changed default button when search bumps at file/folder
7397                 beginning or end, for convenience (thanks to Colin).
7398
7399 2006-04-07 [paul]       2.1.0cvs13
7400
7401         * src/plugins/dillo_viewer/dillo_prefs.c
7402                 avoid future potential for namespace collision
7403                 Patch by Colin
7404
7405 2006-04-06 [wwp]        2.1.0cvs12
7406
7407         * src/summary_search.c
7408                 Unify extended/advanced searches names (and thus factorize labels),
7409                 patch by Fabien Vantard <fzzzzz@gmail.com>.
7410
7411 2006-04-06 [wwp]        2.1.0cvs11
7412
7413         * src/folderview.c
7414         * src/prefs_themes.c
7415         * src/summaryview.c
7416                 Fixed some compilation warnings.
7417
7418 2006-04-06 [colin]      2.1.0cvs10
7419
7420         * manual/advanced.xml
7421                 Document the wizard template and how to deploy
7422                 Sylpheed-Claws effectively
7423
7424 2006-04-06 [colin]      2.1.0cvs9
7425
7426         * src/folderview.c
7427                 gettext patch to tell translators about _("#"),
7428                 by Maxim Britov
7429
7430 2006-04-06 [colin]      2.1.0cvs8
7431
7432         * src/textview.c
7433                 Fix invalid GtkTextBIter after clicking "Display as text"
7434
7435 2006-04-06 [mones]      2.1.0cvs7
7436
7437         * src/addr_compl.c
7438         * src/addrindex.c
7439         * src/addritem.c
7440         * src/codeconv.c
7441         * src/compose.c
7442         * src/filtering.c
7443         * src/folder.c
7444         * src/folder_item_prefs.c
7445         * src/folderview.c
7446         * src/localfolder.c
7447         * src/matcher.c
7448         * src/mimeview.c
7449         * src/prefs_msg_colors.c
7450         * src/prefs_spelling.c
7451         * src/prefs_themes.c
7452         * src/procmime.c
7453         * src/procmsg.c
7454         * src/stock_pixmap.c
7455         * src/summaryview.c
7456         * src/textview.c
7457         * src/toolbar.c
7458         * src/common/mgutils.c
7459         * src/common/prefs.c
7460         * src/common/ssl_certificate.c
7461         * src/gtk/colorlabel.c
7462         * src/gtk/quicksearch.c
7463         * src/plugins/pgpmime/pgpmime.c
7464         * src/plugins/spamassassin/spamassassin.c
7465                 Removed redundant NULL checks for g_free() calls.
7466                 Patch by Pawel Pekala.
7467
7468 2006-04-06 [mones]      2.1.0cvs6
7469
7470         * src/prefs_actions.c
7471         * src/prefs_filtering.c
7472         * src/prefs_filtering_action.c
7473         * src/prefs_matcher.c
7474         * src/prefs_template.c
7475         * src/gtk/gtkutils.c
7476         * src/gtk/gtkutils.h
7477                 Have a nice replace button. Patch by Pawel Pekala
7478
7479 2006-04-06 [colin]      2.1.0cvs5
7480
7481         * src/addressbook.c
7482                 Fix crash with empty columns
7483
7484 2006-04-05 [colin]      2.1.0cvs4
7485
7486         * src/wizard.c
7487         * src/prefs_gtk.c
7488                 Allow wizard customization with pre-filled values
7489
7490 2006-04-05 [colin]      2.1.0cvs3
7491
7492         * src/textview.c
7493         * src/mimeview.c
7494         * src/mimeview.h
7495                 Nicer messages in mimeview
7496
7497 2006-04-05 [colin]      2.1.0cvs2
7498
7499         * src/addressbook.c
7500         * src/prefs_summaries.c
7501                 i18n fix
7502
7503 2006-04-05 [colin]      2.1.0cvs1
7504
7505         * src/plugins/pgpcore/plugin.c
7506         * src/plugins/pgpcore/select-keys.c
7507         * src/plugins/pgpcore/select-keys.h
7508         * src/plugins/pgpcore/sgpgme.c
7509         * src/plugins/pgpcore/sgpgme.h
7510         * src/plugins/pgpinline/pgpinline.c
7511         * src/plugins/pgpinline/plugin.c
7512         * src/plugins/pgpmime/pgpmime.c
7513         * src/plugins/pgpmime/plugin.c
7514                 Factorize and generalize a bit 
7515                 Drop S/MIME signature verification from PGP/MIME
7516                 (adding it as another, more complete plugin)
7517
7518 2006-04-05 [paul]       2.1.0
7519
7520         2.1.0 released
7521
7522 2006-04-05 [paul]       2.0.0cvs186
7523
7524         * manual/advanced.xml
7525                 add info on colour labels
7526
7527 2006-04-05 [paul]       2.0.0cvs185
7528
7529         * po/bg.po
7530         * po/cs.po
7531         * po/de.po
7532         * po/el.po
7533         * po/en_GB.po
7534         * po/fi.po
7535         * po/fr.po
7536         * po/it.po
7537         * po/nl.po
7538         * po/pl.po
7539         * po/pt_BR.po
7540         * po/sr.po
7541         * po/zh_CN.po
7542                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
7543                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
7544                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
7545                 Guimaraes, Aleksandar Urosevic, Ralgh Young
7546         * src/gtk/authors.h
7547         * tools/claws.i18n.status.pl
7548                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
7549                 and new Czech translator, Tim <timbrain@post.cz>
7550
7551 2006-04-05 [mones]      2.0.0cvs184
7552
7553         * po/es.po
7554                 Updated translation
7555
7556 2006-04-05 [colin]      2.0.0cvs183
7557
7558         * src/gtk/quicksearch.c
7559                 Fix bug #929 (unnecessary reload in quick search bar)
7560
7561 2006-04-05 [colin]      2.0.0cvs182
7562
7563         * src/compose.c
7564                 Fix crash on Reply with no From:
7565                 Show signature and conversion error on queuing 
7566                 (but not sending)
7567         * src/mainwindow.c
7568         * src/summaryview.c
7569         * src/summaryview.h
7570                 Factorize threading code and make sure msginfo 
7571                 is not null when it comes from a GtkCTreeRow's 
7572                 data
7573         * src/gtk/gtkaspell.c
7574                 Check for necessary things
7575         * src/gtk/gtksctree.c
7576         * src/gtk/gtksctree.h
7577                 Reset anchor if necessary when removing node
7578
7579 2006-03-29 [colin]      2.0.0cvs181
7580
7581         * src/folderview.c
7582                 Warn for disabled IMAP accounts (due to lack of
7583                 libetpan). Breaks string-freeze - sorry - but it
7584                 is kind of important ;)
7585
7586 2006-03-28 [colin]      2.0.0cvs180
7587
7588         * src/gtk/gtkutils.c
7589         * src/gtk/gtkutils.h
7590                 Add a gtkut_get_link_btn() function that
7591                 creates a button which acts like an URI
7592         * src/prefs_themes.c
7593         * src/gtk/about.c
7594                 Use this function (factorizes codes)
7595         * src/common/defs.h
7596         * src/gtk/pluginwindow.c
7597                 Add a "Get more..." in the plugins window
7598
7599 2006-03-28 [colin]      2.0.0cvs179
7600
7601         * src/common/smtp.c
7602         * src/common/passcrypt.c
7603         * src/undo.c
7604                 Warning fixes. Patch by Pawel Pekala
7605
7606 2006-03-27 [colin]      2.0.0cvs178
7607
7608         * src/undo.c
7609                 Fix undoing by blocks with spaces
7610
7611 2006-03-27 [colin]      2.0.0cvs177
7612
7613         * src/textview.c
7614                 Set margin to 3px for headers
7615
7616 2006-03-27 [paul]
7617
7618         2.1.0-rc2 released
7619
7620 2006-03-27 [wwp]        2.0.0cvs176
7621
7622         * src/summaryview.c
7623                 don't reset quicksearch when updating the message list.
7624                 Thanks to Colin.
7625
7626 2006-03-26 [wwp]        2.0.0cvs175
7627
7628         * src/compose.c
7629                 use a unified border width ('other' tab in the compose window,
7630                 patch by Pawel Pekala).
7631
7632
7633 2006-03-26 [wwp]        2.0.0cvs174
7634
7635         * src/common/quoted-printable.c
7636         * src/addressbook.c
7637                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
7638
7639 2006-03-26 [colin]      2.0.0cvs173
7640
7641         * src/quote_fmt_parse.y
7642                 Fix non-UTF8 date formats messing up the whole quote a 
7643                 little bit
7644
7645 2006-03-26 [colin]      2.0.0cvs172
7646
7647         * src/procheader.c
7648                 Make sure the date is UTF8 valid, or try to make it
7649                 so. IncrediMail is really IncrediStupid.
7650         * src/compose.c
7651                 Fix possible conversions. 
7652                 
7653
7654 2006-03-26 [colin]      2.0.0cvs171
7655
7656         * src/matcher.c
7657                 Fix corner cases in body search. This is still a
7658                 hack... It seems impossible to make it good and 
7659                 reasonably fast at the same time.
7660
7661 2006-03-26 [colin]      2.0.0cvs170
7662
7663         * src/summaryview.c
7664                 I think I killed the twilight zone bug!
7665                 summary_select_node() flushes GTK events in order
7666                 to be able to center the view. But this also 
7667                 flushes keypresses like Ctrl-Alt-U, so this can
7668                 call summary_show from summary_select_node (itself
7669                 called from summary_show, etc.). And the summaryview
7670                 has to be unlocked in this function. So just locking
7671                 while processing GTK events, and bailing if locked, 
7672                 should fix it.
7673                 Fixes bug #927 (SIGSEGV during Update Summary)
7674
7675 2006-03-25 [colin]      2.0.0cvs169
7676
7677         * src/matcher.c
7678                 Fix search in QP-encoded bodies
7679                 Fix utf-8 searches in bodies encoded in the
7680                 locale's encoding
7681         * src/common/quoted-printable.c
7682         * src/common/quoted-printable.h
7683                 Add a decode function that doesn't overwrite
7684                 the original pointer
7685                 
7686
7687 2006-03-24 [colin]      2.0.0cvs168
7688
7689         * src/action.c
7690         * src/summaryview.c
7691         * src/summaryview.h
7692                 Update message cache after action
7693                 Patch by H. Merijn Brand
7694         * src/prefs_msg_colors.c
7695                 Factorize label 
7696                 Patch by Fabien Vantard
7697         * src/plugins/spamassassin/spamassassin_gtk.c
7698                 Remove useless translation
7699                 Patch by Fabien Vantard
7700
7701 2006-03-23 [colin]      2.0.0cvs167
7702
7703         * src/common/ssl.c
7704                 Let 30 seconds to SSL_connect
7705
7706 2006-03-23 [wwp]        2.0.0cvs166
7707
7708         * src/summaryview.c
7709         * src/gtk/description_window.c
7710                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
7711                 and headers are translated; adjust description windows' width to fit their
7712                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
7713
7714 2006-03-23 [paul]       2.0.0cvs165
7715
7716         * src/common/utils.c
7717                 fix highlighting of URIs containing "()"
7718                 (2.0.0cvs164's reversal fixed)
7719                 Thanks to Colin.
7720
7721 2006-03-23 [paul]       2.0.0cvs164
7722
7723         * src/common/utils.c
7724                 revert patch, (postponing a fix), at 2.0.0cvs120
7725                 as it breaks more URIs than it fixes.
7726                 Allow '-' to be a terminating character in a URI
7727
7728 2006-03-22 [colin]      2.0.0cvs163
7729
7730         * configure.ac
7731                 Require libetpan 0.45
7732                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
7733
7734 2006-03-22 [paul]       2.0.0cvs162
7735
7736         * src/editgroup.c
7737                 replace '<-' and '->' buttons with GTK_STOCK graphical
7738                 buttons
7739         * src/summary_search.c
7740                 don't offer '...' for translation
7741                 add a tooltip to advanced search '...' button
7742         * src/gtk/quicksearch.c
7743                 don't offer '...' for translation
7744
7745 2006-03-21 [colin]      2.0.0cvs161
7746
7747         * src/compose.c
7748                 Fix middle-click pasting (insert at click
7749                 position instead of cursor position, don't
7750                 remove existing selection and allow pasting
7751                 our own selection)
7752         * src/addressbook.c
7753                 "LDAP Server" -> "LDAP servers"
7754
7755 2006-03-21 [wwp]        2.0.0cvs160
7756
7757         * src/etpan/imap-thread.c
7758                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
7759
7760 2006-03-20 [colin]      2.0.0cvs159
7761
7762         * src/summaryview.c
7763                 Don't reload summaryview after an execute with no
7764                 move action
7765
7766 2006-03-19 [colin]      2.0.0cvs158
7767
7768         * src/addressbook.c
7769                 and put groups at the top, always
7770
7771 2006-03-19 [colin]      2.0.0cvs157
7772
7773         * src/addressbook.c
7774                 Order groups before names, as previously
7775
7776 2006-03-19 [colin]      2.0.0cvs156
7777
7778         * src/addressbook.c
7779                 - Sort case-unsensitive
7780                 - Put the sort arrow at opening too
7781
7782 2006-03-19 [wwp]        2.0.0cvs155
7783
7784         * src/addressbook.c
7785                 allow sorting by name/email/remarks, ensure that right-pane's contents
7786                 matches the left-pane selection (cleared when appropriate).
7787                 Patch by Pawel Pekala <c0rn@o2.pl>.
7788
7789 2006-03-18 [colin]      2.0.0cvs154
7790
7791         * src/textview.c
7792                 Fix text cursor ;)
7793
7794 2006-03-18 [colin]      2.0.0cvs153
7795
7796         * src/gtk/filesel.c
7797                 Make sure we hide the preview if we didn't get
7798                 a filename
7799
7800 2006-03-18 [colin]      2.0.0cvs152
7801
7802         * src/summaryview.c
7803                 Set cursor to watch for execution (fixes lack
7804                 of watch-cursor when dnd'ing hundreds of mails)
7805         * src/gtk/filesel.c
7806                 Check that mime type is 'image/*' before updating
7807                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
7808
7809 2006-03-18 [colin]      2.0.0cvs151
7810
7811         * src/mainwindow.c
7812         * src/textview.c
7813         * src/textview.h
7814                 Put a watch cursor in textview too when the mainwindow's
7815                 cursor in a watch
7816
7817 2006-03-18 [colin]      2.0.0cvs150
7818
7819         * src/folder.c
7820                 Change wrong asserts to simple tests
7821
7822 2006-03-17 [colin]      2.0.0cvs149
7823
7824         * src/mainwindow.c
7825         * src/mainwindow.h
7826         * src/prefs_msg_colors.c
7827         * src/summaryview.c
7828         * src/summaryview.h
7829         * src/gtk/colorlabel.c
7830         * src/gtk/colorlabel.h
7831                 Add a color label menu in the main menubar
7832                 Add (fixed) accels Ctrl-{0-7} to change the color
7833                 They have to be fixed because the menu's dynamic,
7834                 the items are complex widgets, hence we can't use
7835                 a GtkItemFactory.
7836
7837
7838 2006-03-17 [wwp]        2.0.0cvs148
7839
7840         * src/compose.c
7841                 rollback few lines from my previous commit (those lines come from
7842                 a pending patch, accidentally commited, even if neutral as they are
7843                 commented out).
7844
7845 2006-03-17 [wwp]        2.0.0cvs147
7846
7847         * src/compose.c
7848                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
7849                 applied code style/indentation to the modified function.
7850
7851 2006-03-17 [wwp]        2.0.0cvs146
7852
7853         * src/procmsg.c
7854         * src/compose.c
7855                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
7856
7857 2006-03-17 [paul]
7858
7859         2.1.0-rc1 released
7860
7861 2006-03-17 [paul]       2.0.0cvs145
7862
7863         * src/main.c
7864                 addressbook_read_file() was called twice
7865         * src/textview.c
7866                 X-Mailer highlighting
7867
7868 2006-03-16 [colin]      2.0.0cvs144
7869
7870         * src/sourcewindow.c
7871         * src/sourcewindow.h
7872                 And the last one, in source window.
7873
7874 2006-03-16 [colin]      2.0.0cvs143
7875
7876         * src/compose.c
7877         * src/compose.h
7878                 Fix the same stuff in compose
7879
7880 2006-03-16 [colin]      2.0.0cvs142
7881
7882         * src/messageview.c
7883                 Complete the previous messageview crash fix
7884
7885 2006-03-16 [colin]      2.0.0cvs141
7886
7887         * src/procmsg.h
7888         * src/procmsg.c
7889         * src/folder.c
7890                 Fix POSTPROCESSING hook
7891                 Patch by H. Merijn Brand
7892
7893         * src/procmime.c
7894         * src/procmime.h
7895                 Parse Content-Location
7896
7897         * src/toolbar.c
7898         * src/messageview.c
7899         * src/messageview.h
7900                 Don't crash when a top-level MessageView has
7901                 been closed on us. Same problematic than
7902                 yesterday's quicksearch issue.
7903
7904 2006-03-15 [colin]      2.0.0cvs140
7905
7906         * src/gtk/quicksearch.c
7907                 Fix a bitchy race we didn't think about when we
7908                 added quicksearch cancellation:
7909                 If the search is not on cached fields, for example
7910                 body_part matchcase "stuff"
7911                 the matcher code has to get the whole message. If
7912                 we're on IMAP, that can be slow, and in order to
7913                 be non-blocking, the IMAP code idle loop processes
7914                 gtk events too. So it is possible to cancel a
7915                 quicksearch while the matcher is getting the mail's
7916                 body. After matcher got its body, it will start to
7917                 iterate over the matcher list that the Quicksearch's
7918                 clear_search_cb() just freed via prepare_matcher().
7919                 SIGSEGV ensues.
7920                 The fix consists of guarding the matcherlist_match()
7921                 call with a boolean 'matching'. If we reset the
7922                 quicksearch while matching is TRUE, we don't free
7923                 the matcherlist anymore like we did, but we set
7924                 another new flag, deferred_free, to TRUE. Then,
7925                 in quicksearch_match(), just after returning from
7926                 matcherlist_match() and unsetting the matching flag,
7927                 we check the deferred_free flag and do the
7928                 prepare_matcher() (which does the matcherlist_free)
7929                 for real, so we free the matcherlist once it's not
7930                 used anymore.
7931                 As all of this runs via the glib main loop, we
7932                 luckily don't need a mutex.
7933         * src/summaryview.c
7934                 Also, show progress while searching.
7935
7936
7937 2006-03-14 [colin]      2.0.0cvs139
7938
7939         * src/alertpanel.c
7940                 Make alertpanel_is_open non-static
7941
7942 2006-03-14 [colin]      2.0.0cvs138
7943
7944         * src/prefs_spelling.c
7945                 Cleanups - Fabien Vantard
7946
7947 2006-03-14 [wwp]        2.0.0cvs137
7948
7949         * src/main.c
7950                 code style normalization (curly braces, indentation).
7951
7952 2006-03-14 [wwp]        2.0.0cvs137
7953
7954         * src/main.c
7955                 code style (braces, indentation)
7956
7957 2006-03-12 [paul]       2.0.0cvs136
7958
7959         * src/prefs_common.c
7960                 trans_hdr defaults to FALSE to be RFC-savvy
7961         * src/prefs_summaries.c
7962                 add a tooltip to the trans_hdr option
7963                 
7964
7965 2006-03-12 [paul]       2.0.0cvs135
7966
7967         * src/prefs_matcher.c
7968                 give a little more width to the combos
7969         * src/prefs_display_header.c
7970         * src/textview.c
7971                 translate headers if prefs_common.trans_hdr
7972                 is TRUE
7973
7974         Patches by Pawel Pekala
7975
7976 2006-03-12 [paul]       2.0.0cvs134
7977
7978         * src/plugins/clamav/clamav_plugin.c
7979         * src/plugins/dillo_viewer/dillo_viewer.c
7980         * src/plugins/pgpcore/plugin.c
7981         * src/plugins/pgpinline/plugin.c
7982         * src/plugins/pgpmime/plugin.c
7983         * src/plugins/spamassassin/spamassassin.c
7984                 update/add to descriptions
7985         * src/plugins/spamassassin/spamassassin_gtk.c
7986                 fixes to the english, remove superfluous
7987                 tooltips, clean up a little
7988
7989 2006-03-12 [paul]       2.0.0cvs133
7990
7991         * src/compose.c
7992                 fix Bug 924, 'Account combo box shows up wrong 
7993                 if & is in account name'
7994
7995 2006-03-11 [colin]      2.0.0cvs132
7996
7997         * src/summaryview.c
7998                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
7999                 messed up shift-selection because is slows down
8000                 moving around summaryview. thanks -users
8001
8002 2006-03-10 [colin]      2.0.0cvs131
8003
8004         * src/plugins/spamassassin/spamassassin_gtk.c
8005                 Put back Paul's engrish fixes
8006
8007 2006-03-10 [colin]      2.0.0cvs130
8008
8009         * src/plugins/spamassassin/spamassassin.c
8010         * src/plugins/spamassassin/spamassassin.h
8011         * src/plugins/spamassassin/spamassassin_gtk.c
8012                 Cleanup SA prefs page (more)
8013                 Patch by Fabien Vantard
8014
8015 2006-03-10 [paul]       2.0.0cvs129
8016
8017         * src/prefs_msg_colors.c
8018         * src/prefs_spelling.c
8019                 widget sensitivity
8020
8021 2006-03-09 [mones]      2.0.0cvs128
8022
8023         * po/es.po
8024                 Update for next RC
8025
8026 2006-03-09 [wwp]        2.0.0cvs127
8027
8028         * configure.ac
8029                 revert accidental commit (requirement for libetpan 0.43), this time
8030                 not in HEAD.
8031
8032 2006-03-09 [wwp]        2.0.0cvs125
8033
8034         * configure.ac
8035                 revert accidental commit (requirement for libetpan 0.43)
8036
8037 2006-03-09 [paul]       2.0.0cvs126
8038
8039         * src/prefs_receive.c
8040                 remove useless frame
8041                 replace 'incorporation' with 'receiving'
8042         * src/plugins/clamav/clamav_plugin_gtk.c
8043         * src/plugins/spamassassin/spamassassin_gtk.c
8044                 improve widget sensitivity
8045                 fix a bit his engrish
8046
8047 2006-03-09 [wwp]        2.0.0cvs125
8048
8049         * src/addressadd.c
8050         * src/foldersel.c
8051         * src/prefs_common.c
8052         * src/prefs_common.h
8053                 remember some more windows' sizes (add to addressbook and
8054                 select folder).
8055
8056 2006-03-09 [paul]       2.0.0cvs124
8057
8058         * src/plugins/pgpcore/prefs_gpg.c
8059                 normalise construction of dialogue
8060
8061 2006-03-09 [paul]       2.0.0cvs123
8062
8063         * src/plugins/trayicon/Makefile.am
8064                 add missing slash
8065
8066 2006-03-08 [colin]      2.0.0cvs122
8067
8068         * src/plugins/trayicon/Makefile.am
8069                 Fix build in separate dir 
8070                 Patch by Bamanzi <bamanzi@gmail.com>
8071
8072 2006-03-08 [colin]      2.0.0cvs121
8073
8074         * src/procmsg.c
8075                 Batch move and copies from summaryview with delayed execution
8076                 too
8077
8078 2006-03-07 [paul]       2.0.0cvs120
8079
8080         * src/common/utils.c
8081                 fix highlighting of URIs containing "()"
8082                 Patch by Pawel Pekala
8083
8084 2006-03-07 [paul]       2.0.0cvs119
8085
8086         * src/folder.c
8087         * src/folder.h
8088         * src/folderview.c
8089                 immediately do alphabetical resort when
8090                 changing a folder's name
8091                 Patch by Pawel Pekala
8092
8093 2006-03-07 [paul]       2.0.0cvs118
8094
8095         * src/news.c
8096         * src/news_gtk.c
8097                 when unsubscribing a newsgroup, remove the
8098                 folder and msgs in .sylpheed-claws/newscache
8099                 Patch by Pawel Pekala <c0rn@gazeta.pl>
8100
8101 2006-03-07 [paul]       2.0.0cvs117
8102
8103         * src/textview.c
8104                 fix wrong Fake URL Warning
8105                 Thanks to Hiro
8106
8107 2006-03-07 [colin]      2.0.0cvs116
8108
8109         * src/imap.c
8110                 Return immediately when password dialog was
8111                 cancelled
8112         * src/gtk/inputdialog.c
8113                 Allow empty strings for passwords
8114
8115
8116 2006-03-06 [colin]      2.0.0cvs115
8117
8118         * src/imap.c
8119                 Prevent double-timeouts when connection fails
8120
8121 2006-03-06 [colin]
8122
8123         2.0.1-rc1 released
8124
8125 2006-03-06 [colin]      2.0.0cvs114
8126
8127         * src/imap.c
8128                 Refresh session during potentially long
8129                 operations
8130
8131 2006-03-06 [wwp]        2.0.0cvs113
8132
8133         * src/prefs_msg_colors.h
8134                 forgot that one (custom color labels).
8135
8136 2006-03-06 [wwp]        2.0.0cvs112
8137
8138         * src/prefs_common.c
8139         * src/prefs_common.h
8140         * src/prefs_msg_colors.c
8141         * src/summaryview.c
8142         * src/summaryview.h
8143         * src/gtk/colorlabel.c
8144         * src/gtk/colorlabel.h
8145                 colors in messages list are now customizable. Color values and names can
8146                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
8147                 Thanks to Paul and Colin for their help with this longstanding patch!
8148
8149 2006-03-06 [wwp]        2.0.0cvs111
8150
8151         * src/textview.c
8152                 don't crash if (x)face is bad.
8153
8154 2006-03-05 [paul]       2.0.0cvs110
8155
8156         * AUTHORS
8157         * configure.ac
8158         * src/Makefile.am
8159         * src/common/Makefile.am
8160         * src/common/utils.h
8161         * src/etpan/imap-thread.c
8162         * src/gtk/authors.h
8163         * src/plugins/clamav/Makefile.am
8164         * src/plugins/demo/Makefile.am
8165         * src/plugins/dillo_viewer/Makefile.am
8166         * src/plugins/pgpcore/Makefile.am
8167         * src/plugins/pgpcore/passphrase.c
8168         * src/plugins/pgpinline/Makefile.am
8169         * src/plugins/pgpmime/Makefile.am
8170         * src/plugins/spamassassin/Makefile.am
8171         * src/plugins/trayicon/Makefile.am
8172                 fix builiding on cygwin
8173                 Patch by Ralgh Young <bamanzi@gmail.com>
8174
8175 2006-03-04 [wwp]        2.0.0cvs109
8176
8177         * manual/keyboard.xml
8178                 fix mixed up/down keys.
8179
8180 2006-03-04 [wwp]        2.0.0cvs108
8181
8182         * README
8183         * INSTALL
8184                 updated links to SpamAssassin.
8185
8186 2006-03-04 [wwp]        2.0.0cvs107
8187
8188         * manual/plugins.xml
8189         * src/plugins/spamassassin/README
8190                 updated SpamAssassin plugin docs to reflect new functional additions
8191                 (also fix/update/documents few technical stuff more, see the README).
8192
8193 2006-03-04 [wwp]        2.0.0cvs106
8194
8195         * src/prefs_message.c
8196                 normalized capitalization of message-prefs paths.
8197
8198 2006-03-04 [wwp]        2.0.0cvs105
8199
8200         * manual/advanced.xml
8201                 typo.
8202
8203 2006-03-03 [colin]      2.0.0cvs104
8204
8205         * src/plugins/clamav/clamav_plugin_gtk.c
8206                 Rework prefs page, patch by Fabien 
8207
8208 2006-03-03 [colin]      2.0.0cvs103
8209
8210         * src/plugins/clamav/clamav_plugin.c
8211                 Set error on all errors
8212
8213 2006-03-03 [colin]      2.0.0cvs102
8214
8215         * src/common/plugin.c
8216                 Initialize error to avoid crashing when a plugin fails
8217                 without setting error
8218
8219 2006-03-02 [wwp]        2.0.0cvs101
8220
8221         * configure.ac
8222                 fixed linker flags for libetpan support on Cygwin
8223                 (thanks to H.Merijn Brand).
8224
8225 2006-03-02 [wwp]        2.0.0cvs100
8226
8227         * src/addressbook.c
8228                 fix some AB error messages: one for punctuation and
8229                 one wrongly duplicate (thanks, maxbritov).
8230
8231 2006-03-02 [wwp]        2.0.0cvs99
8232
8233         * src/plugins/spamassassin/spamassassin.c
8234                 make sync calls to sa-learn/spamc to prevent
8235                 system (whatever local or client/server) overload.
8236
8237 2006-03-02 [colin]      2.0.0cvs98
8238
8239         * src/summaryview.c
8240                 Put the spam icon in the status column instead of the
8241                 mark one
8242
8243 2006-03-01 [colin]      2.0.0cvs97
8244
8245         * src/plugins/spamassassin/spamassassin.c
8246                 Fix segfault (g_file_set_contents fails for some 
8247                 reason and err==0x2f. Can't find out why with
8248                 valgrind, using working function :-)
8249
8250 2006-03-01 [colin]      2.0.0cvs96
8251
8252         * src/inc.c
8253                 Offline overriding: let 'No' be cached only 3 seconds
8254
8255 2006-03-01 [colin]      2.0.0cvs95
8256
8257         * src/addr_compl.c
8258         * src/addrbook.c
8259         * src/addressbook.c
8260         * src/addrindex.c
8261         * src/folder_item_prefs.c
8262         * src/headerview.c
8263         * src/imap.c
8264         * src/inc.c
8265         * src/ldif.c
8266         * src/mainwindow.c
8267         * src/mh.c
8268         * src/msgcache.c
8269         * src/prefs_common.h
8270         * src/prefs_msg_colors.c
8271         * src/procheader.c
8272         * src/procheader.h
8273         * src/procmime.c
8274         * src/procmsg.c
8275         * src/procmsg.h
8276         * src/send_message.h
8277         * src/simple-gettext.c
8278         * src/summaryview.c
8279         * src/summaryview.h
8280         * src/syldap.c
8281         * src/textview.c
8282         * src/undo.c
8283         * src/common/ssl_certificate.c
8284         * src/common/utils.c
8285         * src/gtk/colorsel.c
8286         * src/gtk/gtksctree.c
8287         * src/gtk/gtkshruler.c
8288         * src/plugins/trayicon/trayicon.c
8289                 #if 0 goes to /dev/null
8290
8291 2006-03-01 [colin]      2.0.0cvs94
8292
8293         * src/compose.c
8294         * src/imap.c
8295         * src/inc.c
8296         * src/inc.h
8297         * src/messageview.c
8298         * src/news.c
8299         * src/plugins/spamassassin/spamassassin.c
8300                 Allow to add information in the "working offline"
8301                 window
8302
8303 2006-03-01 [wwp]        2.0.0cvs93
8304
8305         * src/plugins/spamassassin/spamassassin.c
8306                 fixed spamc invocation: use a tricky temporary mini shell wrapper
8307                 'cause it seems that calling `spamc ... < inputfile` with
8308                 g_spawn_(a)sync simply.. erm doesn't work :-).
8309
8310 2006-03-01 [wwp]        2.0.0cvs92
8311
8312         * src/toolbar.c
8313         * src/toolbar.h
8314                 simplify the adding of spam/ham button to the messageview toolbar
8315                 (it gets more clear now that the same button will be "Mark as spam"
8316                 or "Mark as ham" according to the current message status,
8317                 thanks to Colin).
8318
8319 2006-03-01 [wwp]        2.0.0cvs91
8320
8321         * src/messageview.c
8322         * src/procmsg.c
8323         * src/procmsg.h
8324         * src/summaryview.c
8325         * src/plugins/spamassassin/spamassassin.c
8326         * src/plugins/spamassassin/spamassassin.h
8327                 make learner callbacks return a status (0 for ok),
8328                 handle it in main code to avoid setting flags when learning failed,
8329                 don't learn on TCP if offline in spamassassin,
8330                 thanks to Colin.
8331
8332                 
8333
8334 2006-03-01 [wwp]        2.0.0cvs90
8335
8336         * src/compose.c
8337                 some work around the compose window's account menu,
8338                 patch by Fabien Vantard.
8339
8340 2006-03-01 [wwp]        2.0.0cvs89
8341
8342         * src/plugins/spamassassin/spamassassin.c
8343                 fixed bad logics, was using spamc in local mode and sa-learn
8344                 in remote mode (thanks, Colin).
8345
8346 2006-03-01 [wwp]        2.0.0cvs88
8347
8348         * src/plugins/spamassassin/spamassassin.c
8349         * src/plugins/spamassassin/spamassassin.h
8350         * src/plugins/spamassassin/spamassassin_gtk.c
8351                 made processing of emails w/ sa-plugin an option (default is TRUE),
8352                 fixed Engrish some tooltips, capitalization of some debug messages
8353                 and warnings. The spamassassin plugin now provides two separate
8354                 services: process emails upon incorporation and spamd training.
8355                 Both services (un)register independently but use some common
8356                 plugin settings (transport settings, spam storage location).
8357
8358 2006-02-28 [wwp]        2.0.0cvs87
8359
8360         * src/plugins/spamassassin/spamassassin.c
8361                 fix async flag to spamc cmdline execution (batch exec should
8362                 be asynchronous).
8363
8364 2006-02-27 [wwp]        2.0.0cvs86
8365
8366         * src/plugins/spamassassin/spamassassin.c
8367         * src/plugins/spamassassin/spamassassin.h
8368         * src/plugins/spamassassin/spamassassin_gtk.c
8369                 - added the ability to learn a remote spamassassin server (spamd),
8370                 using spamc.
8371                 - added the spamassassin option 'username', that applies to all
8372                 spamassassin operations (filtering, learning, local or remote).
8373                 The default username is the current unix user (if left blank
8374                 from gtk prefs or config file).
8375                 - commented out some unused code (notebook widget), removed unused
8376                 layout (hbox1).
8377                 - make more widgets sensitive to the transport type.
8378
8379 2006-02-27 [colin]      2.0.0cvs85
8380
8381         * src/plugins/spamassassin/spamassassin.c
8382                 Fix sa-learn call when offline
8383
8384 2006-02-27 [colin]      2.0.0cvs84
8385
8386         * configure.ac
8387         * src/Makefile.am
8388         * src/mainwindow.c
8389         * src/mainwindow.h
8390         * src/messageview.c
8391         * src/messageview.h
8392         * src/prefs_toolbar.c
8393         * src/procmsg.c
8394         * src/stock_pixmap.c
8395         * src/stock_pixmap.h
8396         * src/summaryview.c
8397         * src/toolbar.c
8398         * src/toolbar.h
8399         * src/pixmaps/ham_btn.xpm
8400         * src/pixmaps/spam.xpm
8401         * src/pixmaps/spam_btn.xpm
8402         * src/plugins/spamassassin/spamassassin.c
8403                 Add button in toolbar for spam learning
8404                 Fix a few bugs from the last related commit
8405                 Revert 1.9.6cvs23 which messed up shift-selection
8406
8407 2006-02-24 [colin]      2.0.0cvs83
8408
8409         * src/procmsg.c
8410         * src/summaryview.c
8411         * src/summaryview.h
8412         * src/plugins/spamassassin/spamassassin.c
8413         * src/plugins/spamassassin/spamassassin.h
8414         * src/plugins/spamassassin/spamassassin_gtk.c
8415                 Unregister learner when spamassassin is either
8416                 disabled or over tcp
8417
8418 2006-02-24 [colin]      2.0.0cvs82
8419
8420         * src/Makefile.am
8421         * src/mainwindow.c
8422         * src/mainwindow.h
8423         * src/procmsg.c
8424         * src/procmsg.h
8425         * src/stock_pixmap.c
8426         * src/stock_pixmap.h
8427         * src/summaryview.c
8428         * src/summaryview.h
8429         * src/gtk/icon_legend.c
8430         * src/pixmaps/spam.xpm  ** NEW FILE **
8431         * src/plugins/spamassassin/spamassassin.c
8432         * src/plugins/spamassassin/spamassassin_gtk.c
8433                 Add spam learning interface (Mark/Mark as 
8434                 (spam|ham) menus)
8435
8436 2006-02-24 [wwp]        2.0.0cvs81
8437
8438         * src/compose.c
8439         * src/compose.h
8440         * src/filtering.c
8441                 hide compose window when sending message in batch mode
8442                 (filtering: forward and redirect). Also fixed a wrong
8443                 value returned when sending failed, neutral anyway.
8444                 (Colin, me) 
8445
8446 2006-02-24 [wwp]        2.0.0cvs80
8447
8448         * src/mainwindow.c
8449                 use GTK+'s stock quit button. Patch by Fabien Vantard.
8450
8451 2006-02-24 [paul]       2.0.0cvs79
8452
8453         * src/news.c
8454         * src/news.h
8455         * src/news_gtk.c
8456                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
8457                 Thanks to Colin
8458
8459 2006-02-23 [colin]      2.0.0cvs78
8460
8461         * src/alertpanel.c
8462                 Change OK to Close in alertpanel with View log
8463                 button; add accel to View log. Patch by Fabien
8464                 Vantard
8465
8466 2006-02-23 [wwp]        2.0.0cvs77
8467
8468         * src/compose.c
8469                 silly me, there were much more tests to perform, since toolbars can
8470                 really have down to 1 element only.
8471
8472 2006-02-23 [wwp]        2.0.0cvs76
8473
8474         * commitHelper
8475                 fixed indentation from my previous commit. Fallback to VISUAL if
8476                 EDITOR is not set (and to vi, at last resort).
8477
8478 2006-02-23 [wwp]        2.0.0cvs75
8479
8480         * commitHelper
8481                 improved error detection (Colin, me).
8482
8483 2006-02-23 [wwp]        2.0.0cvs74
8484
8485         * src/prefs_toolbar.c
8486                 simplify and fix prefs/toolbars layouting. Combos' contents can
8487                 now be really displayed.
8488
8489 2006-02-23 [wwp]        2.0.0cvs73
8490         simplifies and fix prefs/toolbars layouting. Combos' contents can now
8491         be really displayed.
8492
8493 2006-02-22 [wwp]        2.0.0cvs72
8494
8495         * src/compose.c
8496                 fix a typo in my previous commit (sorry!).
8497
8498 2006-02-22 [wwp]        2.0.0cvs71
8499
8500         * src/prefs_toolbar.c
8501                 fix a crash when adding separators to toolbars,
8502                 also fix some separator item information.
8503
8504 2006-02-22 [wwp]        2.0.0cvs70
8505
8506         * src/compose.c
8507                 fix a crash when redirecting (for instance) when compose window's
8508                 toolbar contents has been customized (when some buttons have been
8509                 removed in fact).
8510
8511 2006-02-21 [wwp]        2.0.0cvs69
8512
8513         * src/summaryview.c
8514         * src/gtk/pluginwindow.c
8515         * src/plugins/pgpcore/prefs_gpg.c
8516                 fix some compilation warnings (feat. remains of removed code).
8517
8518 2006-02-21 [wwp]        2.0.0cvs68
8519
8520         * src/gtk/gtkutils.c
8521                 fix two compilation issues, thanks to Stephan Sachse.
8522
8523 2006-02-20 [colin]      2.0.0cvs67
8524
8525         * src/mainwindow.c
8526                 Don't reselect displayed mail on refocus
8527                 This fixes actions misbehaving 
8528
8529 2006-02-20 [wwp]        2.0.0cvs66
8530
8531         * src/summaryview.c
8532         * src/gtk/gtksctree.c
8533         * src/gtk/gtkshruler.c
8534                 changed more runtime typecast checks.
8535
8536 2006-02-20 [wwp]        2.0.0cvs65
8537
8538         * src/summary_search.c
8539                 find all - summaryview refresh issue fixed, thanks to Colin.
8540
8541 2006-02-20 [wwp]        2.0.0cvs64
8542
8543         * src/gtk/gtkutils.c
8544                 better runtime typecast checks.
8545
8546 2006-02-20 [wwp]        2.0.0cvs63
8547
8548         * src/summary_search.c
8549                 enhancements to the summary search:
8550                         - add the ability to stop the running search
8551                           (upon ESC-key press, new Stop button or when Clear button is pressed)
8552                         - don't search if no criteria (From/To/Subject/Body) is set
8553                         - ensure that a busy mouse pointer is always shown when searching,
8554                           show it even a bit earlier
8555
8556 2006-02-19 [colin]      2.0.0cvs62
8557
8558         * src/compose.c
8559         * src/imap.c
8560         * src/etpan/imap-thread.c
8561         * src/etpan/imap-thread.h
8562                 (Future) IMAP speed improvement on sending
8563                 Will require a libetpan update
8564         * src/summaryview.c
8565         * src/gtk/quicksearch.c
8566                 Make quicksearch clearable while running.
8567
8568 2006-02-17 [colin]      2.0.0cvs61
8569
8570         * src/imap.c
8571         * src/etpan/imap-thread.c
8572         * src/etpan/imap-thread.h
8573                 Check for IMAP certificates
8574                 ** Requires libetpan-0.42-cvs4 
8575                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
8576
8577 2006-02-17 [colin]      2.0.0cvs60
8578
8579         * src/messageview.c
8580         * src/prefs_common.c
8581         * src/prefs_common.h
8582         * src/prefs_message.c
8583                 Add pref to display HTML-only mails with plugin, 
8584                 if possible (defaulting to FALSE of course).
8585
8586 2006-02-16 [colin]      2.0.0cvs59
8587
8588         * src/main.c
8589         * src/common/plugin.c
8590         * src/common/plugin.h
8591         * src/gtk/pluginwindow.c
8592                 Keep track of requested (but unloaded) plugins
8593                 in some error cases.
8594
8595 2006-02-16 [wwp]        2.0.0cvs58
8596
8597         * src/gtk/gtkaspell.c
8598         * src/gtk/gtkaspell.h
8599         * src/prefs_spelling.c
8600         * src/compose.c
8601         * src/prefs_common.c
8602         * src/prefs_common.h
8603                 implemented new optional spellchecker behaviour: re-check message when
8604                 dictionary got changed (from compose-window/context-menu/Change dictionary).
8605
8606 2006-02-16 [wwp]        2.0.0cvs57
8607
8608         * src/quote_fmt_parse.y
8609                 pclose popen'ed pipe.
8610
8611 2006-02-15 [colin]      2.0.0cvs56
8612
8613         * src/mimeview.c
8614         * src/mimeview.h
8615                 Let MimeViewers know which MimeView they
8616                 depend of.
8617         * src/summaryview.c
8618                 Swap From/To columns in Sent/Queue/Drafts
8619                 folders
8620         * src/etpan/imap-thread.c
8621                 Use mailstream_low_tls_open() for STARTTLS
8622                 instead of mailstream_low_ssl_open()
8623                 ** REQUIRES libetpan 0.42cvs3 **
8624
8625 2006-02-15 [wwp]        2.0.0cvs55
8626
8627         * src/compose.c
8628         * src/compose.h
8629         * src/message_search.c
8630         * src/message_search.h
8631         * src/textview.c
8632         * src/gtk/gtkutils.c
8633         * src/gtk/gtkutils.h
8634                 added the ability to Find text in the compose window (and a bit
8635                 of code factorization).
8636
8637 2006-02-15 [wwp]        2.0.0cvs54
8638
8639         * src/prefs_gtk.c
8640                 yet another one file was missing (fix for some widgets' sensitivity).
8641                 Thanks Colin!
8642
8643 2006-02-15 [wwp]        2.0.0cvs53
8644
8645         * src/prefs_gtk.h
8646                 oops forgot that file (fix for some widgets' sensitivity).
8647
8648 2006-02-15 [wwp]        2.0.0cvs52
8649
8650         * src/summary_search.c
8651                 implemented advanced summary search options (added the ability
8652                 to use matcher conditions in an advanced search mode).
8653
8654 2006-02-15 [wwp]        2.0.0cvs51
8655
8656         * src/plugins/pgpcore/prefs_gpg.c
8657         * src/prefs_account.c
8658                 fix some widget sensitivity, mostly around some labels in
8659                 account prefs.
8660
8661 2006-02-15 [paul]       2.0.0cvs50
8662
8663         * manual/advanced.xml
8664                 improve Templates info
8665                 written by wwp
8666
8667 2006-02-14 [colin]      2.0.0cvs49
8668
8669         * src/pixmaps/address_book.xpm
8670         * src/pixmaps/preferences.xpm
8671         * src/pixmaps/properties.xpm
8672                 Fix pixmap size - patch by Fabien Vantard
8673
8674 2006-02-13 [colin]      2.0.0cvs48
8675
8676         * src/procmime.c
8677                 Add missing fclose()s on error
8678         * src/textview.c
8679                 Remove unused code
8680         * src/common/utils.c
8681                 Fix temp files not being deleted on windows
8682         Patches by Thomas Gilgin
8683
8684 2006-02-13 [colin]      2.0.0cvs47
8685
8686         * src/mainwindow.c
8687                 Fix exit crash
8688
8689 2006-02-13 [wwp]        2.0.0cvs46
8690
8691         * src/plugins/pgpcore/prefs_gpg.c
8692                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
8693
8694 2006-02-12 [colin]      2.0.0cvs45
8695
8696         * src/folderview.c
8697         * src/main.c
8698         * src/mainwindow.c
8699                 Fix "stuff" when quitting
8700
8701 2006-02-12 [wwp]        2.0.0cvs44
8702
8703         * src/prefs_themes.c
8704                 fix typos in debug messages.
8705
8706 2006-02-11 [colin]      2.0.0cvs43
8707
8708         * src/summaryview.c
8709                 don't allow drag/drop from ourself
8710
8711 2006-02-10 [wwp]        2.0.0cvs42
8712
8713         * src/exporthtml.c
8714         * src/html.c
8715         * src/html.h
8716         * src/procmime.c
8717         * src/textview.c
8718                 renamed html_ prefixed functions and data structures to avoid
8719                 namespace clashes w/ other software (gtkhtml2 for instance).
8720                 Closes bug #907.
8721
8722
8723 2006-02-09 [colin]      2.0.0cvs41
8724
8725         * src/summaryview.c
8726                 Fix shitty logic messed up. Thanks Ticho for the hint!
8727
8728 2006-02-09 [wwp]        2.0.0cvs40
8729
8730         * src/gtk/about.c
8731         * src/compose.c
8732         * src/prefs_account.c
8733         * src/prefs_gtk.h
8734         * src/editaddress.c
8735                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
8736                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
8737                 Browse buttons in accounts prefs.
8738
8739 2006-02-09 [colin]      2.0.0cvs39
8740
8741         * src/matcher.c
8742                 Check for pointer before using its members
8743         * src/gtk/gtksourceprintjob.c
8744                 Fix a wrong warning
8745
8746 2006-02-09 [wwp]        2.0.0cvs38
8747
8748         * src/gtk/filesel.c
8749                 fix few compiler warnings (type mismatch).
8750
8751 2006-02-09 [paul]       2.0.0cvs37
8752
8753         * po/fr.po
8754                 updated by Fabien Vantard
8755
8756 2006-02-08 [colin]      2.0.0cvs36
8757
8758         * src/prefs_common.c
8759         * src/common/defs.h
8760         * src/common/plugin.c
8761                 allow windows and linux configurations to coexist
8762                 patch by Thomas Gilgin
8763
8764 2006-02-08 [colin]      2.0.0cvs35
8765
8766         * src/filtering.c
8767         * src/matcher.c
8768         * src/matcher.h
8769         * src/matcher_parser_parse.y
8770         * src/prefs_filtering_action.c
8771         * src/prefs_matcher.c
8772                 Add the "Ignore thread" filtering
8773                 action
8774
8775 2006-02-08 [colin]      2.0.0cvs34
8776
8777         * src/compose.c
8778         * src/procmime.c
8779         * src/procmime.h
8780                 Fix bug #905 (damaged attachment)
8781                 text files with raw \0's aren't really text files
8782         FOR_STABLE
8783
8784 2006-02-08 [colin]      2.0.0cvs33
8785
8786         * src/summaryview.c
8787                 Fix crasher introduced yesterday
8788
8789 2006-02-08 [wwp]        2.0.0cvs32
8790
8791         * src/compose.c
8792         * src/compose.h
8793                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
8794
8795 2006-02-08 [wwp]        2.0.0cvs31
8796
8797         * src/prefs_template.c
8798                 templates enhancement: allow address completion for Cc and Bcc fields
8799                 (it was currently possible for the To field only)
8800
8801 2006-02-08 [colin]      2.0.0cvs30
8802
8803         * src/compose.c
8804                 Don't unblock if not blocked
8805         FOR_STABLE
8806
8807 2006-02-07 [colin]      2.0.0cvs29
8808
8809         * src/action.c
8810                 Forgot to refresh summaryview
8811
8812 2006-02-07 [colin]      2.0.0cvs28
8813
8814         * src/action.c
8815                 Freeze/thaw message list and folder list while
8816                 processing %as{} actions 
8817         * src/compose.c
8818                 Fix auto-wrap disabling after a middle-click
8819                 paste - FOR_STABLE
8820
8821 2006-02-07 [paul]       2.0.0cvs27
8822
8823         * src/folder.c
8824                 fix freeing of uninitialised pointers
8825                 Thanks to Colin
8826
8827 2006-02-06 [colin]      2.0.0cvs26
8828
8829         * src/folder.c
8830                 Use g_slist_prepend in potentially big list
8831
8832 2006-02-06 [colin]      2.0.0cvs25
8833
8834         * src/folder.c
8835                 Completely skip processing if it doesn't 
8836                 exist (faster!)
8837
8838 2006-02-06 [colin]      2.0.0cvs24
8839
8840         * src/folder.c
8841         * src/summaryview.c
8842                 Batch filtering in summaryview (from Tools menu)
8843                 and pre/post//-processing too
8844
8845 2006-02-06 [colin]      2.0.0cvs23
8846
8847         * src/procmsg.h
8848         * src/filtering.c
8849                 Use a special field for batch filtering instead
8850                 of stepping on deferred execution's toes
8851
8852 2006-02-06 [colin]      2.0.0cvs22
8853
8854         * src/action.c
8855         * src/filtering.c
8856         * src/filtering.h
8857         * src/folder.c
8858         * src/summaryview.c
8859                 Fix filtering via menus and actions
8860
8861 2006-02-06 [colin]      2.0.0cvs21
8862
8863         * src/imap.c
8864                 Put the added file directly to cache if possible (will work
8865                 with next libetpan)
8866         * src/filtering.c
8867         * src/filtering.h
8868         * src/inc.c
8869         * src/folder.c
8870         * src/mbox.c
8871         * src/procmsg.h
8872                 Move and copy filtered messages by batches instead of one
8873                 by one - faster on IMAP
8874         * src/procmsg.c
8875                 Add a function that'll possibly be useful later
8876
8877 2006-02-06 [colin]      2.0.0cvs20
8878
8879         * src/addressbook.c
8880                 Use internal mime-type instead of text/plain for d'n'd
8881         * src/compose.c
8882                 Allow attaching files from mimeview's icon list via d'n'd
8883         * src/folderview.c
8884         * src/folderview.h
8885                 Use internal mime-type instead of text/plain for d'n'd
8886                 Don't try to selected opened folder if none is
8887                 Factorize d'n'd from other apps code
8888         * src/headerview.c
8889         * src/textview.c
8890         * src/gtk/gtkutils.c
8891         * src/gtk/gtkutils.h
8892                 Factorize Face/X-Face stuff
8893         * src/mimeview.c
8894                 Fix d'n'd to other apps
8895         * src/prefs_message.c
8896                 Let the XFace pref be usable without libcompface as it also
8897                 applies to Face
8898         * src/summaryview.c
8899                 Fix d'n'd to other apps
8900                 Factorize d'n'd from other apps code
8901
8902 2006-02-06 [wwp]        2.0.0cvs19
8903
8904         * po/it.po
8905                 Italian translation fixes by Andrea Spadaccini (no more confusion
8906                 between filtering and processing, and few changes in the About
8907                 dialog).
8908
8909
8910 2006-02-06 [mones]      2.0.0cvs18
8911
8912         * src/gtk/icon_legend.c
8913                 Improved descriptions allowing better translations
8914
8915 2006-02-05 [colin]      2.0.0cvs17
8916
8917         * src/imap.c
8918                 Add the f*cking missing expunge that caused imap_fetch_env
8919                 to fail after an add_msgs ! :-///
8920         * src/etpan/imap-thread.c
8921                 Add a bit of debug
8922         FOR_STABLE
8923
8924 2006-02-05 [colin]      2.0.0cvs16
8925
8926         * src/common/utils.c
8927                 Don't check for return-path (or we can't put
8928                 back non-sent mails)
8929
8930 2006-02-05 [colin]      2.0.0cvs15
8931
8932         * src/textview.c
8933                 Don't try to display Face header in textview
8934                 when teh headerview's active
8935
8936 2006-02-05 [colin]      2.0.0cvs14
8937
8938         * tools/tbird2syl.py
8939         * tools/Makefile.am
8940                 Add script to import Thunderbird mails
8941
8942 2006-02-05 [colin]      2.0.0cvs13
8943
8944         * src/headerview.c
8945         * src/procheader.c
8946         * src/procmsg.c
8947         * src/procmsg.h
8948         * src/textview.c
8949                 Show Face headers - patch partially by Klaus Flittner
8950
8951 2006-02-05 [colin]      2.0.0cvs12
8952
8953         * src/folderview.c
8954         * src/summaryview.c
8955         * src/common/utils.c
8956         * src/common/utils.h
8957                 Let dnd work from mime icons to summaryview
8958                 and to folderview too
8959                 Add a crude test to avoid trying to add files
8960                 drag'n'dropped when they're not mails
8961
8962 2006-02-04 [colin]      2.0.0cvs11
8963
8964         * src/summaryview.c
8965         * src/mimeview.c
8966                 Fix utf8 conversion
8967
8968 2006-02-04 [colin]      2.0.0cvs10
8969
8970         * src/compose.c
8971         * src/folderview.c
8972         * src/mimeview.c
8973         * src/summaryview.c
8974         * src/summaryview.h
8975                 Added various drag and drop capas:
8976                 From                    To
8977                 summaryview             other apps
8978                 mimeview icons          other apps
8979                 other apps              summaryview
8980                 other apps              folderview
8981
8982                 This shouldn't have broken the existing:
8983                 From                    To
8984                 summaryview             folderview
8985                 folderview              folderview
8986                 summaryview             compose's attachments
8987
8988         Tests welcomed.
8989
8990 2006-02-02 [paul]       2.0.0cvs9
8991
8992         * src/mainwindow.c
8993                 move global option 'Set displayed columns...' out
8994                 of folder option grouping.
8995                 fix sensitivity of 'harvest addresses'
8996         FOR_STABLE
8997
8998 2006-02-01 [colin]      2.0.0cvs8
8999
9000         * src/mimeview.c
9001                 Revert the alertpanel patch, it sucks (intrusive
9002                 and gets in the way of "open")
9003
9004 2006-02-01 [colin]      2.0.0cvs7
9005
9006         * src/compose.c
9007         * src/prefs_account.c
9008         * src/prefs_common.c
9009         * src/common/defs.h
9010         * src/common/utils.c
9011         * src/common/utils.h
9012                 Add ability to edit the signature file
9013                 from the account preferences, and use
9014                 a default for the text editor.
9015                 Patch by Fabien Vantard
9016
9017 2006-02-01 [colin]      2.0.0cvs6
9018
9019         * src/mimeview.c
9020                 Try to get mime type by extension if it is
9021                 application/octet-stream
9022                 Display a window with possible choices when
9023                 encountering unknown mime types
9024         * src/gtk/filesel.c
9025         * src/gtk/filesel.h
9026                 Add preview
9027                 Allow multiple selection in filtered filesel
9028                 (patch by Fabien Vantard)
9029         * src/gtk/pluginwindow.c
9030                 Use it (patch by Fabien Vantard)
9031
9032 2006-02-01 [paul]       2.0.0cvs5
9033
9034         * src/jpilot.c
9035                 fix crash on creating jpilot address book
9036                 Thanks to Colin - FOR_STABLE
9037         * src/prefs_summaries.c
9038         * src/prefs_wrapping.c
9039         * src/gtk/icon_legend.c
9040         * src/gtk/quicksearch.c
9041                 string fixes and additions
9042
9043 2006-02-01 [paul]       2.0.0cvs4
9044
9045         * src/compose.c
9046         * src/mainwindow.c
9047         * src/messageview.c
9048         * src/prefs_send.c
9049                 add Arabic encoding option
9050                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
9051
9052 2006-01-31 [colin]      2.0.0cvs3
9053
9054         * src/plugins/pgpcore/passphrase.c
9055                 Convert passphrase to locale encoding
9056         * src/compose.c
9057                 Fix drafting on IMAP. Crappy bug sneaked in
9058                 the release :-/
9059         FOR_STABLE
9060
9061 2006-01-30 [paul]       2.0.0cvs2
9062
9063         * src/gtk/icon_legend.c
9064                 show the new entries
9065
9066 2006-01-30 [colin]      2.0.0cvs1
9067
9068         * src/manual.c
9069                 Check for the file to be present before 
9070                 enabling the menu - FOR_STABLE
9071         * src/gtk/icon_legend.c
9072                 Add folders icons (not all of them, there
9073                 are too much, but the most intriguing ones)
9074
9075 2006-01-30 [paul]       2.0.0
9076
9077         version 2.0.0 released
9078
9079 2006-01-30 [paul]       1.9.100cvs200
9080
9081         * manual/faq.xml
9082         * manual/gpl.xml
9083         * manual/intro.xml
9084         * manual/starting.xml
9085         * manual/sylpheed-claws-manual.xml
9086                 fixes, additions
9087
9088 2006-01-29 [mones]      1.9.100cvs199
9089
9090         * manual/account.xml
9091         * manual/advanced.xml
9092         * manual/glossary.xml
9093                 Some typos fixed, added LDIF term to glossary
9094         * po/es.po
9095                 Fixed leading plus symbol
9096
9097 2006-01-29 [paul]       1.9.100cvs198
9098
9099         * po/fi.po
9100         * po/sk.po
9101                 updated by Tommi Pirinen and Andrej Kacian
9102
9103 2006-01-29 [paul]       1.9.100cvs197
9104
9105         * src/gtk/authors.h
9106                 remove duplicates
9107
9108 2006-01-29 [paul]       1.9.100cvs196
9109
9110         * AUTHORS
9111         * po/nl.po
9112         * src/gtk/authors.h
9113         * tools/claws.i18n.status.pl
9114                 nl translation updated by Tim Dijkstra
9115
9116 2006-01-29 [paul]       1.9.100cvs195
9117
9118         * po/sr.po
9119         * po/sv.po
9120                 updated by Aleksandar Urosevic and Anders Troback
9121
9122 2006-01-28 [colin]      1.9.100cvs194
9123
9124         * src/gtk/gtksourceprintjob.c
9125                 Don't fiddle with PangoLayout when we
9126                 have an image
9127
9128 2006-01-28 [paul]       1.9.100cvs193
9129
9130         * AUTHORS
9131         * po/el.po
9132         * po/zh_CN.po
9133         * src/gtk/authors.h
9134         * tools/claws.i18n.status.pl
9135                 updated translations submitted by Stavros Giannouris
9136                 and Ralgh Young
9137
9138 2006-01-27 [colin]      1.9.100cvs192
9139
9140         * src/summaryview.c
9141         * src/gtk/gtksourceprintjob.c
9142                 Add image printing 
9143                 (libgnomeprint only, of course)
9144
9145 2006-01-27 [paul]       1.9.100cvs191
9146
9147         * po/fr.po
9148         * po/it.po
9149                 updated by Fabien Vantard and Andrea Spadaccini
9150
9151 2006-01-26 [colin]      1.9.100cvs190
9152
9153         * manual/Makefile.am
9154         * configure.ac
9155                 Make building the manual optional 
9156                 (--disable-manual)
9157
9158 2006-01-26 [paul]       1.9.100cvs189
9159
9160         * manual/glossary.xml
9161         * manual/plugins.xml
9162                 edited
9163         * po/en_GB.po
9164                 updated
9165
9166 2006-01-26 [paul]       1.9.100cvs188
9167
9168         * src/prefs_display_header.c
9169         * src/prefs_folder_column.c
9170         * src/prefs_msg_colors.c
9171         * src/prefs_summaries.c
9172         * src/prefs_summary_column.c
9173                 HIGify
9174
9175 2006-01-25 [colin]      1.9.100cvs187
9176
9177         * src/imap.c
9178                 Don't allow moving/copying mails between
9179                 queue/drafts and non-queue/drafts folders
9180                 Fixes bug #897 (message header is resetted 
9181                 if one is copied to Drafts)
9182
9183 2006-01-25 [colin]      1.9.100cvs186
9184
9185         * src/folder.c
9186         * src/mainwindow.c
9187                 Fix subscribed folders not found
9188         * src/compose.c
9189                 Don't try to encode as original mail's charset
9190                 if it's ascii 
9191
9192 2006-01-25 [paul]       1.9.100cvs185
9193
9194         * AUTHORS
9195         * po/Makevars
9196                 updated
9197         * po/de.po
9198         * po/pl.po
9199         * po/pt_BR.po
9200         * po/sr.po
9201                 updates submitted by Stephan Sachse, Emilian Nowak
9202                 and Quar, Frederico Goncalves Guimaraes, and
9203                 Aleksandar Urosevic
9204                 Fix Bug 896, 'PT_BR locale broken'.
9205         * src/gtk/authors.h
9206                 updated
9207
9208 2006-01-24 [mones]      1.9.100cvs184
9209
9210         * manual/glossary.xml
9211                 All current terms finished. Reviewers welcome ;-)
9212         * manual/keyboard.xml
9213                 Fixed column width for pdf output.
9214         * po/es.po
9215                 Updated
9216
9217 2006-01-24 [paul]       1.9.100cvs183
9218
9219         * manual/glossary.xml
9220                 fix id name
9221         * manual/dist/html/Makefile.am
9222         * manual/dist/pdf/Makefile.am
9223         * manual/dist/ps/Makefile.am
9224         * manual/dist/txt/Makefile.am
9225                 fix make deps
9226                 Thanks to Colin
9227
9228 2006-01-24 [mones]      1.9.100cvs182
9229
9230         * manual/glossary.xml
9231                 Nearly finished, some terms missing.
9232
9233 2006-01-23 [paul]       1.9.100cvs181
9234
9235         * manual/dist/html/Makefile.am
9236         * manual/dist/pdf/Makefile.am
9237         * manual/dist/ps/Makefile.am
9238         * manual/dist/txt/Makefile.am
9239         * src/mainwindow.c
9240                 re-enable manual
9241                 Thanks to Colin
9242
9243 2006-01-22 [colin]      1.9.100cvs180
9244
9245         * src/compose.c
9246         * src/gtk/gtkaspell.c
9247                 Don't deselect stuff before right-clicking, with aspell.
9248                 (This prevented right-click Copy, for example).
9249                 Thanks to Clo!
9250
9251 2006-01-22 [paul]       1.9.100cvs179
9252
9253         * src/summary_search.c
9254                 don't fix the widget size as it causes problems
9255                 under localisation.
9256                 Thanks to Emilian Nowak
9257
9258 2006-01-21 [paul]       1.9.100cvs178
9259
9260         * src/prefs_themes.c
9261                 fix broken underlining of label text
9262                 with some translations
9263
9264 2006-01-21 [colin]      1.9.100cvs177
9265
9266         * po/fr.po
9267                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
9268
9269 2006-01-20 [colin]      1.9.100cvs176
9270
9271         * configure.ac
9272         * Makefile.am
9273         * manual/Makefile
9274         * manual/dist/html/.cvsignore
9275         * manual/dist/html/Makefile.am
9276         * manual/dist/pdf/.cvsignore
9277         * manual/dist/pdf/Makefile.am
9278         * manual/dist/ps/.cvsignore
9279         * manual/dist/ps/Makefile.am
9280         * manual/dist/txt/.cvsignore
9281         * manual/dist/txt/Makefile.am
9282                 Autotool-ize manual
9283
9284 2006-01-20 [paul]       1.9.100cvs175
9285
9286         * manual/handling.xml
9287                 make Filtering and Searching entries easier to find
9288         * manual/keyboard.xml
9289                 add the remaining default keybinds
9290         * src/prefs_summaries.c
9291                 update the default keybinds
9292
9293 2006-01-20 [paul]       1.9.100cvs174
9294
9295         * src/addressbook.c
9296         * src/addrgather.c
9297         * src/addrharvest.c
9298         * src/editaddress.c
9299         * src/editgroup.c
9300         * src/exphtmldlg.c
9301         * src/expldifdlg.c
9302         * src/exporthtml.c
9303         * src/exportldif.c
9304         * src/ldif.c
9305                 replace 'e-mail' with 'email'
9306         * src/summary_search.c
9307                 add mnemonic to "Find all" button
9308
9309 2006-01-20 [wwp]        1.9.100cvs173
9310
9311         * src/export.c
9312         * src/import.c
9313                 touched mbox import/export buttons for HIG-compliance
9314
9315 2006-01-19 [paul]       1.9.100cvs172
9316
9317         * manual/account.xml
9318         * manual/addrbook.xml
9319         * manual/advanced.xml
9320         * manual/faq.xml
9321         * manual/handling.xml
9322         * manual/intro.xml
9323         * manual/plugins.xml
9324         * manual/starting.xml
9325                 more editing
9326
9327 2006-01-19 [paul]       1.9.100cvs171
9328
9329         * src/toolbar.c
9330                 allow use of trash button while receiving
9331                 Thanks to Colin
9332
9333 2006-01-19 [wwp]        1.9.100cvs170
9334
9335         * src/gtk/quicksearch.c
9336         * src/compose.c
9337                 force text color to black when yellow background is set
9338
9339 2006-01-19 [colin]      1.9.100cvs169
9340
9341         * src/plugins/trayicon/trayicon.c
9342                 Gray out Get Mail when already getting mail
9343
9344 2006-01-18 [paul]       1.9.100cvs168
9345
9346         * src/compose.c
9347                 give widget yellow background was To is
9348                 set via folder prefs
9349         * src/gtk/quicksearch.c
9350                 give widget yellow background when quick
9351                 search is active.
9352                 Thanks to Colin
9353
9354 2006-01-18 [paul]       1.9.100cvs167
9355
9356         * doc/man/sylpheed-claws.1
9357                 add --subscribe option
9358
9359 2006-01-18 [paul]       1.9.100cvs166
9360
9361         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9362         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9363                 use %U instead of %F (%F is broken for user installed
9364                 files in kde 3.5)
9365
9366 2006-01-18 [colin]      1.9.100cvs165
9367
9368         * src/summaryview.c
9369                 Default to Yes in "No more * messages" dialogs
9370
9371 2006-01-17 [colin]      1.9.100cvs164
9372
9373         * src/compose.c
9374                 Possibly fix an invalid iterator causing
9375                 crash
9376
9377 2006-01-17 [colin]      1.9.100cvs163
9378
9379         * src/mimeview.c
9380                 Fix crash when the image disappears under the
9381                 image viewer
9382
9383 2006-01-16 [colin]      1.9.100cvs162
9384
9385         * src/compose.c
9386                 Fix reenabling autowrap
9387
9388 2006-01-16 [colin]      1.9.100cvs161
9389
9390         * src/compose.c
9391                 reset quote_len before getting quote_str
9392
9393 2006-01-16 [colin]      1.9.100cvs160
9394
9395         * src/account.c
9396         * src/account.h
9397         * src/folder.c
9398         * src/imap_gtk.c
9399         * src/mh_gtk.c
9400                 Fix bug #883 (default inbox does not track folder move)
9401
9402 2006-01-16 [colin]      1.9.100cvs159
9403
9404         * src/compose.c
9405         * src/plugins/pgpcore/passphrase.c
9406                 More buttons fixes
9407
9408 2006-01-16 [paul]       1.9.100cvs158
9409
9410         * src/prefs_actions.c
9411         * src/prefs_filtering_action.c
9412         * src/prefs_matcher.c
9413         * src/quote_fmt.c
9414         * src/gtk/description_window.c
9415         * src/gtk/description_window.h
9416         * src/gtk/quicksearch.c
9417                 description window cleanups
9418
9419 2006-01-15 [colin]      1.9.100cvs157
9420
9421         * src/addressbook.c
9422         * src/prefs_filtering.c
9423                 Same here
9424
9425 2006-01-15 [colin]      1.9.100cvs156
9426
9427         * src/folderview.c
9428         * src/mainwindow.c
9429                 Same for "Empty trash"
9430
9431 2006-01-15 [colin]      1.9.100cvs155
9432
9433         * src/inc.c
9434                 Override offline dialog had Yes by default
9435
9436 2006-01-15 [colin]      1.9.100cvs154
9437
9438         * src/summaryview.c
9439                 Delete selected messages? previously had Yes the default
9440
9441 2006-01-15 [colin]      1.9.100cvs153
9442
9443         * src/folder.c
9444         * src/folder.h
9445         * src/main.c
9446                 Check if a mailbox is loaded after all
9447                 plugins are loaded.
9448
9449 2006-01-15 [colin]      1.9.100cvs152
9450
9451         * src/folder.c
9452                 Don't start wizard when there are unloaded folders (will help
9453                 people with only mbox or maildir mailboxes)
9454
9455 2006-01-14 [colin]      1.9.100cvs151
9456
9457         * src/addressbook.c
9458         * src/expldifdlg.c
9459         * src/importldif.c
9460         * src/importmutt.c
9461         * src/importpine.c
9462         * src/mh_gtk.c
9463                 More HIG compliance and fixes
9464
9465 2006-01-14 [colin]      1.9.100cvs150
9466
9467         * src/prefs_filtering_action.c
9468         * src/foldersel.c
9469                 Two forgotten button order changes
9470
9471 2006-01-14 [colin]      1.9.100cvs149
9472
9473         * src/account.c
9474         * src/addressbook.c
9475         * src/compose.c
9476         * src/folderview.c
9477         * src/imap_gtk.c
9478         * src/mainwindow.c
9479         * src/mh_gtk.c
9480         * src/news_gtk.c
9481         * src/prefs_actions.c
9482         * src/prefs_customheader.c
9483         * src/prefs_filtering.c
9484         * src/prefs_matcher.c
9485         * src/prefs_template.c
9486         * src/ssl_manager.c
9487         * src/summaryview.c
9488         * src/textview.c
9489         * src/toolbar.c
9490                 All deletion confirmations are now "Cancel, Delete" 
9491                 instead of "No, Yes"
9492                 Clarified most of the other "No, Yes" to 
9493                 "Cancel, Descriptive_action"
9494                 Rechanged the "Entry not saved" alerts to have 
9495                 "Close, Continue editing"
9496
9497
9498 2006-01-14 [paul]
9499
9500         * 2.0.0-rc4 released
9501
9502 2006-01-14 [paul]       1.9.100cvs148
9503
9504         * src/account.c
9505         * src/addressadd.c
9506         * src/addressbook.c
9507         * src/compose.c
9508         * src/editaddress.c
9509         * src/editbook.c
9510         * src/editgroup.c
9511         * src/editjpilot.c
9512         * src/editldap.c
9513         * src/editvcard.c
9514         * src/exphtmldlg.c
9515         * src/expldifdlg.c
9516         * src/folderview.c
9517         * src/grouplistdialog.c
9518         * src/imap_gtk.c
9519         * src/importmutt.c
9520         * src/importpine.c
9521         * src/inc.c
9522         * src/main.c
9523         * src/mainwindow.c
9524         * src/message_search.c
9525         * src/messageview.c
9526         * src/mh_gtk.c
9527         * src/mimeview.c
9528         * src/news_gtk.c
9529         * src/prefs_actions.c
9530         * src/prefs_customheader.c
9531         * src/prefs_filtering.c
9532         * src/prefs_matcher.c
9533         * src/prefs_template.c
9534         * src/prefs_themes.c
9535         * src/ssl_manager.c
9536         * src/summary_search.c
9537         * src/summaryview.c
9538         * src/textview.c
9539         * src/toolbar.c
9540         * src/gtk/foldersort.c
9541         * src/gtk/gtkaspell.c
9542         * src/gtk/inputdialog.c
9543         * src/gtk/prefswindow.c
9544         * src/plugins/pgpcore/select-keys.c
9545         * src/plugins/trayicon/trayicon.c
9546                 HIG compliant button order
9547
9548 2006-01-14 [mones]      1.9.100cvs147
9549
9550         * po/es.po
9551                 Updated translation
9552
9553 2006-01-13 [paul]       1.9.100cvs146
9554
9555         * AUTHORS
9556         * ChangeLog
9557         * src/gtk/authors.h
9558                 add Joshua M. Kwan to contributors list
9559
9560 2006-01-13 [colin]      1.9.100cvs145
9561
9562         * src/gtk/quicksearch.c
9563                 Don't refocus quick search after executing (Esc or Enter)
9564                 Allows to '/'search something then move up/down in 
9565                 summaryview, and to Esc a search and be back in the 
9566                 summaryview
9567
9568 2006-01-13 [paul]       1.9.100cvs144
9569
9570         * src/plugins/pgpinline/pgpinline.c
9571                 support Content-Type 'application/pgp'
9572                 patch by Joshua M. Kwan <joshuak@users.sf.net>
9573
9574 2006-01-13 [paul]       1.9.100cvs143
9575
9576         * manual/account.xml
9577                 make mention of partial retrieval
9578                 thanks to Colin
9579
9580 2006-01-13 [paul]       1.9.100cvs142
9581
9582         * src/account.c
9583         * src/account.h
9584         * src/action.c
9585         * src/action.h
9586         * src/adbookbase.h
9587         * src/addr_compl.c
9588         * src/addr_compl.h
9589         * src/addrbook.c
9590         * src/addrcache.c
9591         * src/addrcache.h
9592         * src/addrcindex.c
9593         * src/addrcindex.h
9594         * src/addrclip.c
9595         * src/addrclip.h
9596         * src/addrdefs.h
9597         * src/addressadd.c
9598         * src/addressadd.h
9599         * src/addressbook.c
9600         * src/addressbook.h
9601         * src/addrgather.c
9602         * src/addrgather.h
9603         * src/addrharvest.c
9604         * src/addrharvest.h
9605         * src/addrindex.c
9606         * src/addrindex.h
9607         * src/addritem.c
9608         * src/addritem.h
9609         * src/addrquery.c
9610         * src/addrquery.h
9611         * src/addrselect.c
9612         * src/addrselect.h
9613         * src/alertpanel.c
9614         * src/alertpanel.h
9615         * src/browseldap.c
9616         * src/browseldap.h
9617         * src/codeconv.c
9618         * src/codeconv.h
9619         * src/compose.c
9620         * src/compose.h
9621         * src/customheader.c
9622         * src/customheader.h
9623         * src/displayheader.c
9624         * src/displayheader.h
9625         * src/editaddress.c
9626         * src/editaddress.h
9627         * src/editbook.c
9628         * src/editbook.h
9629         * src/editgroup.c
9630         * src/editgroup.h
9631         * src/editjpilot.c
9632         * src/editjpilot.h
9633         * src/editldap.c
9634         * src/editldap.h
9635         * src/editldap_basedn.c
9636         * src/editldap_basedn.h
9637         * src/editvcard.c
9638         * src/editvcard.h
9639         * src/exphtmldlg.c
9640         * src/exphtmldlg.h
9641         * src/expldifdlg.c
9642         * src/expldifdlg.h
9643         * src/export.h
9644         * src/exporthtml.c
9645         * src/exporthtml.h
9646         * src/exportldif.c
9647         * src/exportldif.h
9648         * src/filtering.c
9649         * src/filtering.h
9650         * src/folder.c
9651         * src/folder.h
9652         * src/folder_item_prefs.c
9653         * src/folder_item_prefs.h
9654         * src/foldersel.c
9655         * src/foldersel.h
9656         * src/folderutils.c
9657         * src/folderutils.h
9658         * src/folderview.c
9659         * src/folderview.h
9660         * src/grouplistdialog.c
9661         * src/grouplistdialog.h
9662         * src/headerview.c
9663         * src/html.c
9664         * src/html.h
9665         * src/image_viewer.c
9666         * src/image_viewer.h
9667         * src/imap.c
9668         * src/imap.h
9669         * src/imap_gtk.c
9670         * src/imap_gtk.h
9671         * src/import.h
9672         * src/importldif.c
9673         * src/importldif.h
9674         * src/importmutt.c
9675         * src/importmutt.h
9676         * src/importpine.c
9677         * src/importpine.h
9678         * src/inc.c
9679         * src/inc.h
9680         * src/jpilot.c
9681         * src/jpilot.h
9682         * src/ldapctrl.c
9683         * src/ldapctrl.h
9684         * src/ldaplocate.c
9685         * src/ldaplocate.h
9686         * src/ldapquery.c
9687         * src/ldapquery.h
9688         * src/ldapserver.c
9689         * src/ldapserver.h
9690         * src/ldaputil.c
9691         * src/ldaputil.h
9692         * src/ldif.c
9693         * src/ldif.h
9694         * src/main.c
9695         * src/main.h
9696         * src/mainwindow.c
9697         * src/mainwindow.h
9698         * src/manual.c
9699         * src/manual.h
9700         * src/mbox.c
9701         * src/mbox.h
9702         * src/message_search.c
9703         * src/message_search.h
9704         * src/messageview.c
9705         * src/messageview.h
9706         * src/mh.c
9707         * src/mh.h
9708         * src/mh_gtk.c
9709         * src/mh_gtk.h
9710         * src/mimeview.c
9711         * src/mimeview.h
9712         * src/msgcache.c
9713         * src/msgcache.h
9714         * src/mutt.c
9715         * src/mutt.h
9716         * src/news.c
9717         * src/news.h
9718         * src/news_gtk.c
9719         * src/news_gtk.h
9720         * src/partial_download.c
9721         * src/partial_download.h
9722         * src/pine.c
9723         * src/pine.h
9724         * src/pop.c
9725         * src/pop.h
9726         * src/prefs_account.c
9727         * src/prefs_account.h
9728         * src/prefs_actions.c
9729         * src/prefs_actions.h
9730         * src/prefs_common.c
9731         * src/prefs_common.h
9732         * src/prefs_compose_writing.c
9733         * src/prefs_compose_writing.h
9734         * src/prefs_customheader.c
9735         * src/prefs_customheader.h
9736         * src/prefs_display_header.c
9737         * src/prefs_display_header.h
9738         * src/prefs_filtering.c
9739         * src/prefs_filtering.h
9740         * src/prefs_filtering_action.c
9741         * src/prefs_filtering_action.h
9742         * src/prefs_folder_column.c
9743         * src/prefs_folder_column.h
9744         * src/prefs_folder_item.c
9745         * src/prefs_folder_item.h
9746         * src/prefs_fonts.c
9747         * src/prefs_fonts.h
9748         * src/prefs_gtk.c
9749         * src/prefs_gtk.h
9750         * src/prefs_image_viewer.c
9751         * src/prefs_image_viewer.h
9752         * src/prefs_matcher.c
9753         * src/prefs_matcher.h
9754         * src/prefs_message.c
9755         * src/prefs_msg_colors.c
9756         * src/prefs_msg_colors.h
9757         * src/prefs_other.c
9758         * src/prefs_quote.c
9759         * src/prefs_receive.c
9760         * src/prefs_send.c
9761         * src/prefs_spelling.c
9762         * src/prefs_spelling.h
9763         * src/prefs_summaries.c
9764         * src/prefs_summaries.h
9765         * src/prefs_summary_column.c
9766         * src/prefs_summary_column.h
9767         * src/prefs_template.c
9768         * src/prefs_template.h
9769         * src/prefs_themes.c
9770         * src/prefs_themes.h
9771         * src/prefs_toolbar.c
9772         * src/prefs_toolbar.h
9773         * src/prefs_wrapping.c
9774         * src/prefs_wrapping.h
9775         * src/privacy.c
9776         * src/privacy.h
9777         * src/procheader.c
9778         * src/procheader.h
9779         * src/procmime.c
9780         * src/procmime.h
9781         * src/procmsg.c
9782         * src/procmsg.h
9783         * src/quote_fmt.c
9784         * src/quote_fmt_parse.y
9785         * src/recv.c
9786         * src/recv.h
9787         * src/remotefolder.c
9788         * src/remotefolder.h
9789         * src/send_message.c
9790         * src/send_message.h
9791         * src/setup.c
9792         * src/setup.h
9793         * src/sourcewindow.c
9794         * src/sourcewindow.h
9795         * src/ssl_manager.c
9796         * src/ssl_manager.h
9797         * src/statusbar.c
9798         * src/statusbar.h
9799         * src/stock_pixmap.c
9800         * src/stock_pixmap.h
9801         * src/summary_search.c
9802         * src/summary_search.h
9803         * src/summaryview.c
9804         * src/summaryview.h
9805         * src/syldap.c
9806         * src/syldap.h
9807         * src/textview.c
9808         * src/textview.h
9809         * src/toolbar.c
9810         * src/toolbar.h
9811         * src/undo.c
9812         * src/undo.h
9813         * src/unmime.c
9814         * src/unmime.h
9815         * src/vcard.c
9816         * src/vcard.h
9817         * src/wizard.c
9818         * src/wizard.h
9819         * src/common/base64.c
9820         * src/common/base64.h
9821         * src/common/defs.h
9822         * src/common/hooks.c
9823         * src/common/hooks.h
9824         * src/common/log.c
9825         * src/common/log.h
9826         * src/common/mgutils.c
9827         * src/common/mgutils.h
9828         * src/common/nntp.c
9829         * src/common/nntp.h
9830         * src/common/passcrypt.c
9831         * src/common/passcrypt.h.in
9832         * src/common/plugin.c
9833         * src/common/plugin.h
9834         * src/common/prefs.c
9835         * src/common/prefs.h
9836         * src/common/progressindicator.c
9837         * src/common/progressindicator.h
9838         * src/common/quoted-printable.c
9839         * src/common/quoted-printable.h
9840         * src/common/session.c
9841         * src/common/session.h
9842         * src/common/smtp.c
9843         * src/common/smtp.h
9844         * src/common/socket.c
9845         * src/common/socket.h
9846         * src/common/ssl.c
9847         * src/common/ssl.h
9848         * src/common/ssl_certificate.c
9849         * src/common/ssl_certificate.h
9850         * src/common/stringtable.c
9851         * src/common/stringtable.h
9852         * src/common/sylpheed.c
9853         * src/common/sylpheed.h
9854         * src/common/template.c
9855         * src/common/template.h
9856         * src/common/timing.h
9857         * src/common/utils.c
9858         * src/common/utils.h
9859         * src/common/version.h.in
9860         * src/common/xml.c
9861         * src/common/xml.h
9862         * src/common/xmlprops.c
9863         * src/common/xmlprops.h
9864         * src/gtk/colorlabel.c
9865         * src/gtk/colorsel.c
9866         * src/gtk/colorsel.h
9867         * src/gtk/description_window.c
9868         * src/gtk/description_window.h
9869         * src/gtk/filesel.c
9870         * src/gtk/filesel.h
9871         * src/gtk/foldersort.c
9872         * src/gtk/foldersort.h
9873         * src/gtk/gtkutils.c
9874         * src/gtk/gtkutils.h
9875         * src/gtk/inputdialog.c
9876         * src/gtk/inputdialog.h
9877         * src/gtk/logwindow.c
9878         * src/gtk/logwindow.h
9879         * src/gtk/manage_window.c
9880         * src/gtk/manage_window.h
9881         * src/gtk/menu.c
9882         * src/gtk/menu.h
9883         * src/gtk/pluginwindow.c
9884         * src/gtk/pluginwindow.h
9885         * src/gtk/prefswindow.c
9886         * src/gtk/prefswindow.h
9887         * src/gtk/progressdialog.c
9888         * src/gtk/progressdialog.h
9889         * src/gtk/sslcertwindow.c
9890         * src/gtk/sslcertwindow.h
9891         * src/plugins/clamav/clamav_plugin.c
9892         * src/plugins/clamav/clamav_plugin.h
9893         * src/plugins/clamav/clamav_plugin_gtk.c
9894         * src/plugins/demo/demo.c
9895         * src/plugins/dillo_viewer/dillo_prefs.c
9896         * src/plugins/dillo_viewer/dillo_prefs.h
9897         * src/plugins/dillo_viewer/dillo_viewer.c
9898         * src/plugins/pgpcore/passphrase.c
9899         * src/plugins/pgpcore/passphrase.h
9900         * src/plugins/pgpcore/plugin.c
9901         * src/plugins/pgpcore/select-keys.c
9902         * src/plugins/pgpcore/select-keys.h
9903         * src/plugins/pgpcore/sgpgme.c
9904         * src/plugins/pgpcore/sgpgme.h
9905         * src/plugins/pgpinline/pgpinline.c
9906         * src/plugins/pgpinline/pgpinline.h
9907         * src/plugins/pgpinline/plugin.c
9908         * src/plugins/pgpmime/pgpmime.c
9909         * src/plugins/pgpmime/pgpmime.h
9910         * src/plugins/pgpmime/plugin.c
9911         * src/plugins/spamassassin/spamassassin.c
9912         * src/plugins/spamassassin/spamassassin.h
9913         * src/plugins/spamassassin/spamassassin_gtk.c
9914         * src/plugins/trayicon/trayicon.c
9915                 update copyright header
9916
9917 2006-01-13 [paul]       1.9.100cvs141
9918
9919         * src/account.c
9920         * src/export.c
9921         * src/import.c
9922         * src/mainwindow.c
9923         * src/prefs_account.c
9924         * src/prefs_display_header.c
9925         * src/prefs_receive.c
9926         * src/prefs_send.c
9927         * src/prefs_summaries.c
9928         * src/prefs_themes.c
9929         * src/prefs_toolbar.c
9930         * src/gtk/about.c
9931                 various cleanups
9932
9933 2006-01-12 [colin]      1.9.100cvs140
9934
9935         * src/folder.c
9936         * src/folder.h
9937         * src/main.c
9938                 Add --subscribe option
9939                 Let sylpheed-claws email@domain.com equivalent to --compose
9940                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
9941
9942 2006-01-12 [paul]       1.9.100cvs139
9943
9944         * src/mainwindow.c
9945                 append 'Change folder order' label with '...'
9946         * src/prefs_actions.c
9947                 allow reordering of actions list by dnd
9948         * src/gtk/foldersort.c
9949                 make the dialog nicer
9950
9951 2006-01-11 [colin]      1.9.100cvs138
9952
9953         * src/compose.c
9954                 Allow templates without text
9955
9956 2006-01-11 [paul]       1.9.100cvs137
9957
9958         * tools/README
9959         * tools/filter_conv_new.pl
9960                 add info to README
9961                 also check .sylpheed for filter.xml
9962                 be a bit informative to the user
9963
9964 2006-01-11 [colin]      1.9.100cvs136
9965
9966         * src/textview.c
9967                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
9968
9969 2006-01-10 [paul]       1.9.100cvs135
9970
9971         * tools/Makefile.am
9972         * tools/filter_conv_new.pl
9973                 add script to convert new style Sylpheed
9974                 filter rules (Sylpheed >= 0.9.99) to
9975                 Claws filtering rules
9976
9977 2006-01-10 [colin]      1.9.100cvs134
9978
9979         * src/compose.c
9980                 Fix broken line joins in certain conditions
9981                 (between two quoted lines: <enter><enter><up>
9982                  <type a wrapped sentence><go in the first line>
9983                  <insert more text><watch as line joining failed>)
9984
9985 2006-01-10 [paul]       1.9.100cvs133
9986
9987         * src/compose.c
9988                 don't report success in error dialog
9989                 thanks to Colin
9990         * src/common/utils.c
9991                 include some trailing punctuations as URI
9992                 thanks to Hiro
9993
9994 2006-01-10 [paul]       1.9.100cvs132
9995
9996         * src/mimeview.c
9997                 fix incompatible pointer type
9998                 warning
9999
10000 2006-01-10 [paul]       1.9.100cvs131
10001
10002         * src/compose.c
10003                 change Subject in window title
10004                 instantaneously
10005
10006 2006-01-09 [colin]      1.9.100cvs130
10007
10008         * src/addressbook.c
10009         * src/headerview.c
10010         * src/mainwindow.c
10011         * src/messageview.c
10012         * src/mimeview.c
10013         * src/noticeview.c
10014         * src/summaryview.c
10015                 Fix possible crashes on exit and in addressbook
10016
10017 2006-01-09 [paul]       1.9.100cvs129
10018
10019         * src/prefs_msg_colors.c
10020                 some cleanups that I forgot last time
10021
10022 2006-01-09 [paul]       1.9.100cvs128
10023
10024         * README
10025         * src/folderview.c
10026         * src/prefs_msg_colors.c
10027                 add previously hidden option, color_new, to
10028                 the gui
10029                 move the page to Display/
10030                 rework the gui
10031
10032 2006-01-09 [wwp]        1.9.100cvs127
10033
10034         * src/prefs_themes.c
10035                 made the prefs/display/themes layouts spacing less condensed
10036                 (and so they match other prefs/pages' look).
10037
10038 2006-01-09 [paul]       1.9.100cvs126
10039
10040         * src/compose.c
10041         * src/prefs_common.c
10042         * src/prefs_common.h
10043         * src/prefs_wrapping.c
10044                 remove 'wrap at send' option
10045
10046 2006-01-06 [colin]      1.9.100cvs125
10047
10048         * src/compose.c
10049                 Just make completely sure we don't insert "manual line breaks" 
10050                 when wrapping... 
10051
10052 2006-01-04 [paul]
10053
10054         * 2.0.0-rc3 released
10055
10056 2006-01-04 [paul]       1.9.100cvs124
10057
10058         * src/folderview.c
10059                 fix bug 882, 'quick scroll in folder list
10060                 displays wrong folder contents'
10061
10062 2006-01-04 [paul]       1.9.100cvs123
10063
10064         * src/plugins/pgpmime/pgpmime.c
10065                 better debug information when signing
10066                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10067
10068 2006-01-03 [colin]      1.9.100cvs122
10069
10070         * configure.ac
10071                 We need to recheck for gpgme 1.0.0 after checking
10072                 for 1.1.1, because if 1.1.1 isn't available, 
10073                 GPGME_LIBS and friends are blanked out by the 
10074                 second check.
10075
10076 2006-01-03 [colin]      1.9.100cvs121
10077
10078         * src/common/prefs.c
10079                 Windows unlink-before rename fix
10080         * src/plugins/pgpcore/sgpgme.c
10081                 Add support for PKA info if available
10082                 Both patches by Werner Koch
10083
10084 2006-01-03 [paul]       1.9.100cvs120
10085
10086         * src/messageview.c
10087                 fix bug 884, 'Send receipt' button visible in queue
10088                 Thanks to Colin
10089
10090 2006-01-02 [colin]      1.9.100cvs119
10091
10092         * src/compose.c
10093         * src/imap.c
10094                 Fix autosave on IMAP and more generally try to
10095                 return the correct ID on a newly added IMAP message
10096
10097 2006-01-02 [paul]       1.9.100cvs118
10098
10099         * manual/keyboard.xml
10100                 edited
10101
10102 2006-01-01 [paul]       1.9.100cvs117
10103
10104         * src/gtk/authors.h
10105                 alphabetical order
10106
10107 2005-12-30 [colin]      1.9.100cvs116
10108
10109         * manual/advanced.xml
10110                 Explain Pre/Post-processing differences.
10111
10112 2005-12-30 [colin]      1.9.100cvs115
10113
10114         * src/mh.c
10115                 Implement copy_msgs for a little optimization
10116         * src/imap.c
10117                 Finish yesterday's fix
10118
10119 2005-12-29 [colin]      1.9.100cvs114
10120
10121         * src/imap.c
10122                 Fix occasional failure in fetching a mail over
10123                 IMAP
10124
10125 2005-12-29 [colin]      1.9.100cvs113
10126
10127         * src/compose.c
10128                 Don't remove a draft when sending it, if it is 
10129                 locked.
10130
10131 2005-12-28 [colin]      1.9.100cvs112
10132
10133         * src/summaryview.c
10134                 Fix leak for real
10135
10136 2005-12-28 [wwp]        1.9.100cvs111
10137
10138         * doc/faq/.cvsignore
10139         * doc/faq/de/.cvsignore
10140         * doc/faq/en/.cvsignore
10141         * doc/faq/es/.cvsignore
10142         * doc/faq/fr/.cvsignore
10143         * doc/faq/it/.cvsignore
10144         * doc/manual/.cvsignore
10145         * doc/manual/de/.cvsignore
10146         * doc/manual/en/.cvsignore
10147         * doc/manual/es/.cvsignore
10148         * doc/manual/fr/.cvsignore
10149         * doc/manual/ja/.cvsignore
10150         * src/plugins/mathml_viewer/.cvsignore
10151                 rollback revival of those files (my bad, sorry for the noise).
10152
10153 2005-12-28 [wwp]        1.9.100cvs110
10154
10155         * src/compose.c
10156                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
10157
10158 2005-12-28 [wwp]        1.9.100cvs109
10159
10160         * doc/faq/.cvsignore
10161         * doc/faq/de/.cvsignore
10162         * doc/faq/en/.cvsignore
10163         * doc/faq/es/.cvsignore
10164         * doc/faq/fr/.cvsignore
10165         * doc/faq/it/.cvsignore
10166         * doc/manual/.cvsignore
10167         * doc/manual/de/.cvsignore
10168         * doc/manual/en/.cvsignore
10169         * doc/manual/es/.cvsignore
10170         * doc/manual/fr/.cvsignore
10171         * doc/manual/ja/.cvsignore
10172         * src/plugins/mathml_viewer/.cvsignore
10173         * po/.cvsignore
10174                 more files to ignore.
10175
10176 2005-12-24 [colin]      1.9.100cvs108
10177
10178         * AUTHORS
10179         * src/gtk/authors.h
10180                 Update for Werner
10181
10182 2005-12-24 [colin]      1.9.100cvs107
10183
10184         * src/procmsg.c
10185                 Allow NULL src_msginfo in 
10186                 procmsg_msginfo_new_from_mimeinfo
10187
10188 2005-12-23 [paul]       1.9.100cvs106
10189
10190         * src/plugins/pgpinline/mypgpcore.def
10191                 add this forgotten file
10192
10193 2005-12-23 [colin]      1.9.100cvs105
10194
10195         * src/mainwindow.c
10196                 Fix missing break
10197
10198 2005-12-23 [colin]      1.9.100cvs104
10199
10200         * autogen.sh
10201         * src/folder.c
10202         * src/mh.c
10203         * src/common/plugin.c
10204         * src/common/socket.c
10205         * src/common/socket.h
10206         * src/common/utils.c
10207         * src/common/utils.h
10208         * src/gtk/pluginwindow.c
10209         * src/plugins/pgpcore/plugin.def
10210         * src/plugins/pgpcore/sylpheed.def
10211         * src/plugins/pgpinline/Makefile.am
10212         * src/plugins/pgpinline/plugin.def
10213         * src/plugins/pgpinline/sylpheed.def
10214         * src/plugins/pgpmime/plugin.def
10215         * src/plugins/pgpmime/sylpheed.def
10216                 Various w32 fixes by Werner Koch
10217
10218 2005-12-22 [paul]       1.9.100cvs103
10219
10220         * src/wizard.c
10221                 don't offer IMAP as 'server type' if
10222                 libetpan isn't built in
10223
10224 2005-12-22 [paul]       1.9.100cvs102
10225
10226         * AUTHORS
10227         * src/mainwindow.c
10228         * src/mainwindow.h
10229         * src/toolbar.c
10230         * src/gtk/authors.h
10231                 support GTK_TOOLBAR_BOTH_HORIZ (text
10232                 next to icon) Patch by Marien Zwart
10233                 marienz@users.sf.net
10234                 Also reword the text
10235
10236 2005-12-21 [colin]      1.9.100cvs101
10237
10238         * configure.ac
10239                 Fix DATADIRNAME
10240         * COPYING
10241                 Fix missing section and explicit the exception better
10242         * src/compose.c
10243                 Prevent mail from being lost without notice when an
10244                 SMTP error happens on trying to send an unmodified
10245                 drafted mail.
10246         * src/send_message.c
10247         * src/common/smtp.c
10248                 Fix password remembering when wrong, and add return
10249                 value checks where they should have been
10250         * src/plugins/pgpcore/sylpheed.def
10251         * src/plugins/pgpinline/sylpheed.def
10252         * src/plugins/pgpmime/sylpheed.def
10253                 Add a few symbols needed
10254
10255 2005-12-21 [paul]       1.9.100cvs100
10256
10257         * m4/codeset.m4
10258         * m4/glibc21.m4
10259         * m4/intdiv0.m4
10260         * m4/inttypes-pri.m4
10261         * m4/inttypes.m4
10262         * m4/inttypes_h.m4
10263         * m4/isc-posix.m4
10264         * m4/lcmessage.m4
10265         * m4/stdint_h.m4
10266         * m4/uintmax_t.m4
10267                 gettextization
10268                 thanks to Colin
10269
10270 2005-12-21 [paul]       1.9.100cvs99
10271
10272         * po/sv.po
10273                 fixed by Colin
10274
10275 2005-12-20 [paul]       1.9.100cvs98
10276
10277         * po/sv.po
10278                 updated by Anders Trobäck
10279
10280 2005-12-20 [colin]      1.9.100cvs97
10281
10282         * ABOUT-NLS
10283         * Makefile.am
10284         * autogen.sh
10285         * configure.ac
10286         * config/config.rpath
10287         * config/mkinstalldirs
10288         * m4/Makefile.am
10289         * m4/glibc2.m4
10290         * m4/gnupg.m4
10291         * m4/gpgme.m4
10292         * m4/intmax.m4
10293         * m4/longdouble.m4
10294         * m4/longlong.m4
10295         * m4/printf-posix.m4
10296         * m4/signed.m4
10297         * m4/size_max.m4
10298         * m4/ulonglong.m4
10299         * m4/wchar_t.m4
10300         * m4/wint_t.m4
10301         * m4/xsize.m4
10302         * po/Makefile.in.in
10303         * po/Makevars
10304         * po/bg.po
10305         * po/ca.po
10306         * po/cs.po
10307         * po/de.po
10308         * po/el.po
10309         * po/en_GB.po
10310         * po/es.po
10311         * po/fi.po
10312         * po/fr.po
10313         * po/hr.po
10314         * po/hu.po
10315         * po/it.po
10316         * po/ja.po
10317         * po/ko.po
10318         * po/nb.po
10319         * po/nl.po
10320         * po/pl.po
10321         * po/pt_BR.po
10322         * po/ru.po
10323         * po/sk.po
10324         * po/sr.po
10325         * po/stamp-po
10326         * po/sv.po
10327         * po/zh_CN.po
10328         * po/zh_TW.po
10329         * src/Makefile.am
10330         * src/codeconv.c
10331         * src/compose.c
10332         * src/exporthtml.c
10333         * src/exportldif.c
10334         * src/folder.c
10335         * src/main.c
10336         * src/manual.c
10337         * src/mh.c
10338         * src/mimeview.c
10339         * src/send_message.c
10340         * src/common/Makefile.am
10341         * src/common/fnmatch.c
10342         * src/common/fnmatch.h
10343         * src/common/fnmatch_loop.c
10344         * src/common/nntp.c
10345         * src/common/plugin.c
10346         * src/common/smtp.c
10347         * src/common/socket.c
10348         * src/common/string_match.c
10349         * src/common/sylpheed.c
10350         * src/common/utils.c
10351         * src/common/utils.h
10352         * src/common/w32_dirent.c
10353         * src/common/w32_reg.c
10354         * src/common/w32_signal.c
10355         * src/common/w32_stat.c
10356         * src/common/w32_stdio.c
10357         * src/common/w32_stdlib.c
10358         * src/common/w32_string.c
10359         * src/common/w32_time.c
10360         * src/common/w32_unistd.c
10361         * src/common/w32_wait.c
10362         * src/common/w32lib.h
10363         * src/etpan/Makefile.am
10364         * src/gtk/Makefile.am
10365         * src/plugins/clamav/Makefile.am
10366         * src/plugins/demo/Makefile.am
10367         * src/plugins/dillo_viewer/Makefile.am
10368         * src/plugins/pgpcore/Makefile.am
10369         * src/plugins/pgpcore/passphrase.c
10370         * src/plugins/pgpcore/plugin.def
10371         * src/plugins/pgpcore/sgpgme.c
10372         * src/plugins/pgpcore/sylpheed.def
10373         * src/plugins/pgpcore/version.rc
10374         * src/plugins/pgpinline/Makefile.am
10375         * src/plugins/pgpinline/plugin.def
10376         * src/plugins/pgpinline/sylpheed.def
10377         * src/plugins/pgpinline/version.rc
10378         * src/plugins/pgpmime/Makefile.am
10379         * src/plugins/pgpmime/mypgpcore.def
10380         * src/plugins/pgpmime/plugin.def
10381         * src/plugins/pgpmime/sylpheed.def
10382         * src/plugins/pgpmime/version.rc
10383         * src/plugins/spamassassin/Makefile.am
10384                 Very little ;-) patch from Werner Koch, providing
10385                 infrastructure for cross-compiling to Win32
10386
10387 2005-12-20 [paul]       1.9.100cvs96
10388
10389         * src/account.c
10390         * src/account.h
10391         * src/mainwindow.c
10392         * src/mainwindow.h
10393         * src/toolbar.c
10394         * src/toolbar.h
10395                 add a combo to the Get All button, allowing
10396                 quick retrieval from any account
10397                 Patch by Fabien Vantard, slightly modified
10398                 by Colin
10399         * src/gtk/about.c
10400                 i18n fix. Patch by Fabien Vantard
10401
10402 2005-12-19 [colin]      1.9.100cvs95
10403
10404         * src/compose.c
10405         * src/compose.h
10406                 Don't automatically join lines when they've 
10407                 been separated by the user and not automatically
10408
10409 2005-12-19 [paul]       1.9.100cvs94
10410
10411         * src/gtk/pluginwindow.c
10412                 i18n fix.
10413                 Patch by Fabien Vantard
10414
10415 2005-12-15 [paul]       1.9.100cvs93
10416
10417         * src/common/plugin.c
10418         * src/common/plugin.h
10419         * src/gtk/pluginwindow.c
10420         * src/plugins/clamav/clamav_plugin.c
10421         * src/plugins/demo/demo.c
10422         * src/plugins/dillo_viewer/dillo_viewer.c
10423         * src/plugins/pgpcore/plugin.c
10424         * src/plugins/pgpinline/plugin.c
10425         * src/plugins/pgpmime/plugin.c
10426         * src/plugins/spamassassin/spamassassin.c
10427         * src/plugins/trayicon/trayicon.c
10428                 add plugin_version()
10429
10430 2005-12-15 [colin]      1.9.100cvs92
10431
10432         * src/compose.c
10433                 Further fix bug #875
10434
10435 2005-12-15 [paul]       1.9.100cvs91
10436
10437         * src/gtk/filesel.c
10438                 fix attach_load_dir getting set to
10439                 PLUGINDIR on plugin load
10440
10441 2005-12-14 [mones]      1.9.100cvs90
10442
10443         * manual/ack.xml
10444         * manual/keyboard.xml
10445                 Initial draft and some shortcuts added
10446                 
10447         * po/es.po
10448                 Updated translation
10449
10450 2005-12-14 [colin]      1.9.100cvs89
10451
10452         * src/compose.c
10453         * src/imap.c
10454         * src/summaryview.c
10455         * src/gtk/gtkaspell.c
10456                 More leaks fixed
10457         * src/prefs_folder_item.c
10458                 Fix recursive prefs apply
10459
10460
10461 2005-12-14 [colin]      1.9.100cvs88
10462
10463         * src/compose.c
10464                 Fix bug #875 (Freeze On Inline Forward of 
10465                 Large Message)
10466
10467 2005-12-13 [colin]      1.9.100cvs87
10468
10469         * src/compose.c
10470                 Uniq-ify and sort the mimetypes list
10471                 Patch by Fabien Vantard
10472
10473 2005-12-13 [colin]      1.9.100cvs86
10474
10475         * src/imap.c
10476         * src/etpan/imap-thread.c
10477                 Fix leaks (patch by Hoa)
10478         * src/news.c
10479         * src/common/plugin.c
10480                 Fix leaks
10481
10482 2005-12-12 [colin]
10483
10484         * 2.0.0-rc2 released
10485
10486 2005-12-12 [colin]      1.9.100cvs85
10487
10488         * src/matcher.c
10489                 Fix a leak
10490
10491 2005-12-12 [wwp]        1.9.100cvs84
10492
10493         * src/gtk/icon_legend.c
10494                 fix misbehaviour and crash when closing the legend window
10495         using the Esc key (patch by Fabien Vantard).
10496
10497 2005-12-12 [paul]       1.9.100cvs83
10498
10499         * src/browseldap.c
10500         * src/foldersel.c
10501         * src/prefs_actions.c
10502         * src/prefs_filtering.c
10503         * src/prefs_matcher.c
10504         * src/prefs_spelling.glade      ** REMOVED **
10505         * src/prefs_template.c
10506         * src/gtk/foldersort.glade      ** REMOVED **
10507         * src/gtk/pluginwindow.c
10508         * src/gtk/pluginwindow.glade    ** REMOVED **
10509         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
10510                 cleanups
10511
10512 2005-12-11 [paul]       1.9.100cvs82
10513
10514         * src/gtk/filesel.c
10515                 fix attach_load_dir crasher (double free)
10516
10517 2005-12-09 [paul]       1.9.100cvs81
10518
10519         * po/POTFILES.in
10520         * src/mainwindow.c
10521         * src/gtk/Makefile.am
10522         * src/gtk/icon_legend.c
10523         * src/gtk/icon_legend.h
10524                 add icon legend
10525         * src/manual.c
10526                 cleanup
10527
10528 2005-12-09 [paul]       1.9.100cvs80
10529
10530         * src/plugins/pgpcore/passphrase.c
10531                 wrap the label in the dialog
10532
10533 2005-12-09 [colin]      1.9.100cvs79
10534
10535         * src/plugins/pgpcore/sgpgme.c
10536                 Display (untrusted) on not trusted signatures
10537                 Patch by Michal Èihaø <michal@cihar.com>
10538                 Closes bug #867 (Report also key trust)
10539
10540 2005-12-09 [colin]      1.9.100cvs78
10541
10542         * src/common/plugin.c
10543                 Update licence check, following Eben Moglen's advice
10544
10545 2005-12-08 [colin]      1.9.100cvs77
10546
10547         * src/folder.c
10548                 Fix the occasionnal item->cache != NULL 
10549                 assertion failure. 
10550
10551 2005-12-08 [colin]      1.9.100cvs76
10552
10553         * src/mimeview.c
10554         * src/plugins/pgpcore/sgpgme.c
10555                 Print key id when unable to check it
10556                 Closes bug #866 (Show key id when missing)
10557
10558 2005-12-08 [paul]       1.9.100cvs75
10559
10560         * src/prefs_common.c
10561         * src/prefs_common.h
10562         * src/gtk/filesel.c
10563                 remember load attachment dir
10564
10565 2005-12-07 [colin]      1.9.100cvs74
10566
10567         * src/prefs_toolbar.c
10568                 Gtk fixes, patch by Fabien Vantard
10569
10570 2005-12-07 [colin]      1.9.100cvs73
10571
10572         * src/action.c
10573         * src/compose.c
10574         * src/compose.h
10575                 Fix bug #839 (Quoted text isn't colored after 
10576                 executing an action)
10577         * src/common/plugin.c
10578                 Require plugins to declare their licence in plugin_licence()
10579                 Refuse to load non-GPL plugins as they'd be illegal (as 
10580                 derived works of Sylpheed-Claws, they must be GPL).
10581         * src/plugins/clamav/clamav_plugin.c
10582         * src/plugins/demo/demo.c
10583         * src/plugins/dillo_viewer/dillo_viewer.c
10584         * src/plugins/pgpcore/plugin.c
10585         * src/plugins/pgpinline/plugin.c
10586         * src/plugins/pgpmime/plugin.c
10587         * src/plugins/spamassassin/spamassassin.c
10588         * src/plugins/trayicon/trayicon.c
10589                 Add plugin_licence()
10590
10591 2005-12-07 [paul]       1.9.100cvs72
10592
10593         * configure.ac
10594         * src/mainwindow.c
10595         * src/manual.c
10596         * src/manual.h
10597         * src/common/defs.h
10598                 clean up after local FAQ removal and
10599                 temporary manual removal
10600
10601 2005-12-06 [colin]      1.9.100cvs71
10602
10603         * configure.ac
10604         * doc/Makefile.am
10605         * doc/faq/.cvsignore
10606         * doc/faq/Makefile.am
10607         * doc/faq/de/.cvsignore
10608         * doc/faq/de/Makefile.am
10609         * doc/faq/de/sylpheed-faq-1.html
10610         * doc/faq/de/sylpheed-faq-2.html
10611         * doc/faq/de/sylpheed-faq-3.html
10612         * doc/faq/de/sylpheed-faq.html
10613         * doc/faq/en/.cvsignore
10614         * doc/faq/en/Makefile.am
10615         * doc/faq/en/sylpheed-faq-1.html
10616         * doc/faq/en/sylpheed-faq-2.html
10617         * doc/faq/en/sylpheed-faq-3.html
10618         * doc/faq/en/sylpheed-faq-4.html
10619         * doc/faq/en/sylpheed-faq.html
10620         * doc/faq/es/.cvsignore
10621         * doc/faq/es/Makefile.am
10622         * doc/faq/es/sylpheed-faq-1.html
10623         * doc/faq/es/sylpheed-faq-2.html
10624         * doc/faq/es/sylpheed-faq-3.html
10625         * doc/faq/es/sylpheed-faq-4.html
10626         * doc/faq/es/sylpheed-faq.html
10627         * doc/faq/fr/.cvsignore
10628         * doc/faq/fr/Makefile.am
10629         * doc/faq/fr/sylpheed-faq-1.html
10630         * doc/faq/fr/sylpheed-faq-2.html
10631         * doc/faq/fr/sylpheed-faq-3.html
10632         * doc/faq/fr/sylpheed-faq.html
10633         * doc/faq/it/.cvsignore
10634         * doc/faq/it/Makefile.am
10635         * doc/faq/it/sylpheed-faq-1.html
10636         * doc/faq/it/sylpheed-faq-2.html
10637         * doc/faq/it/sylpheed-faq-3.html
10638         * doc/faq/it/sylpheed-faq.html
10639         * doc/manual/.cvsignore
10640         * doc/manual/Makefile.am
10641         * doc/manual/de/.cvsignore
10642         * doc/manual/de/Makefile.am
10643         * doc/manual/de/sylpheed-1.html
10644         * doc/manual/de/sylpheed-10.html
10645         * doc/manual/de/sylpheed-11.html
10646         * doc/manual/de/sylpheed-12.html
10647         * doc/manual/de/sylpheed-13.html
10648         * doc/manual/de/sylpheed-14.html
10649         * doc/manual/de/sylpheed-15.html
10650         * doc/manual/de/sylpheed-16.html
10651         * doc/manual/de/sylpheed-17.html
10652         * doc/manual/de/sylpheed-18.html
10653         * doc/manual/de/sylpheed-19.html
10654         * doc/manual/de/sylpheed-2.html
10655         * doc/manual/de/sylpheed-20.html
10656         * doc/manual/de/sylpheed-3.html
10657         * doc/manual/de/sylpheed-4.html
10658         * doc/manual/de/sylpheed-5.html
10659         * doc/manual/de/sylpheed-6.html
10660         * doc/manual/de/sylpheed-7.html
10661         * doc/manual/de/sylpheed-8.html
10662         * doc/manual/de/sylpheed-9.html
10663         * doc/manual/de/sylpheed.html
10664         * doc/manual/en/.cvsignore
10665         * doc/manual/en/Makefile.am
10666         * doc/manual/en/sylpheed-1.html
10667         * doc/manual/en/sylpheed-10.html
10668         * doc/manual/en/sylpheed-11.html
10669         * doc/manual/en/sylpheed-12.html
10670         * doc/manual/en/sylpheed-13.html
10671         * doc/manual/en/sylpheed-14.html
10672         * doc/manual/en/sylpheed-15.html
10673         * doc/manual/en/sylpheed-16.html
10674         * doc/manual/en/sylpheed-17.html
10675         * doc/manual/en/sylpheed-18.html
10676         * doc/manual/en/sylpheed-19.html
10677         * doc/manual/en/sylpheed-2.html
10678         * doc/manual/en/sylpheed-20.html
10679         * doc/manual/en/sylpheed-21.html
10680         * doc/manual/en/sylpheed-22.html
10681         * doc/manual/en/sylpheed-3.html
10682         * doc/manual/en/sylpheed-4.html
10683         * doc/manual/en/sylpheed-5.html
10684         * doc/manual/en/sylpheed-6.html
10685         * doc/manual/en/sylpheed-7.html
10686         * doc/manual/en/sylpheed-8.html
10687         * doc/manual/en/sylpheed-9.html
10688         * doc/manual/en/sylpheed.html
10689         * doc/manual/es/.cvsignore
10690         * doc/manual/es/Makefile.am
10691         * doc/manual/es/sylpheed-1.html
10692         * doc/manual/es/sylpheed-10.html
10693         * doc/manual/es/sylpheed-11.html
10694         * doc/manual/es/sylpheed-12.html
10695         * doc/manual/es/sylpheed-13.html
10696         * doc/manual/es/sylpheed-14.html
10697         * doc/manual/es/sylpheed-15.html
10698         * doc/manual/es/sylpheed-16.html
10699         * doc/manual/es/sylpheed-17.html
10700         * doc/manual/es/sylpheed-18.html
10701         * doc/manual/es/sylpheed-19.html
10702         * doc/manual/es/sylpheed-2.html
10703         * doc/manual/es/sylpheed-20.html
10704         * doc/manual/es/sylpheed-3.html
10705         * doc/manual/es/sylpheed-4.html
10706         * doc/manual/es/sylpheed-5.html
10707         * doc/manual/es/sylpheed-6.html
10708         * doc/manual/es/sylpheed-7.html
10709         * doc/manual/es/sylpheed-8.html
10710         * doc/manual/es/sylpheed-9.html
10711         * doc/manual/es/sylpheed.html
10712         * doc/manual/fr/.cvsignore
10713         * doc/manual/fr/Makefile.am
10714         * doc/manual/fr/sylpheed-1.html
10715         * doc/manual/fr/sylpheed-10.html
10716         * doc/manual/fr/sylpheed-11.html
10717         * doc/manual/fr/sylpheed-12.html
10718         * doc/manual/fr/sylpheed-13.html
10719         * doc/manual/fr/sylpheed-14.html
10720         * doc/manual/fr/sylpheed-15.html
10721         * doc/manual/fr/sylpheed-16.html
10722         * doc/manual/fr/sylpheed-17.html
10723         * doc/manual/fr/sylpheed-18.html
10724         * doc/manual/fr/sylpheed-19.html
10725         * doc/manual/fr/sylpheed-2.html
10726         * doc/manual/fr/sylpheed-20.html
10727         * doc/manual/fr/sylpheed-3.html
10728         * doc/manual/fr/sylpheed-4.html
10729         * doc/manual/fr/sylpheed-5.html
10730         * doc/manual/fr/sylpheed-6.html
10731         * doc/manual/fr/sylpheed-7.html
10732         * doc/manual/fr/sylpheed-8.html
10733         * doc/manual/fr/sylpheed-9.html
10734         * doc/manual/fr/sylpheed.html
10735         * doc/manual/ja/.cvsignore
10736         * doc/manual/ja/Makefile.am
10737         * doc/manual/ja/sylpheed-1.html
10738         * doc/manual/ja/sylpheed-10.html
10739         * doc/manual/ja/sylpheed-11.html
10740         * doc/manual/ja/sylpheed-12.html
10741         * doc/manual/ja/sylpheed-13.html
10742         * doc/manual/ja/sylpheed-14.html
10743         * doc/manual/ja/sylpheed-15.html
10744         * doc/manual/ja/sylpheed-16.html
10745         * doc/manual/ja/sylpheed-17.html
10746         * doc/manual/ja/sylpheed-18.html
10747         * doc/manual/ja/sylpheed-19.html
10748         * doc/manual/ja/sylpheed-2.html
10749         * doc/manual/ja/sylpheed-20.html
10750         * doc/manual/ja/sylpheed-3.html
10751         * doc/manual/ja/sylpheed-4.html
10752         * doc/manual/ja/sylpheed-5.html
10753         * doc/manual/ja/sylpheed-6.html
10754         * doc/manual/ja/sylpheed-7.html
10755         * doc/manual/ja/sylpheed-8.html
10756         * doc/manual/ja/sylpheed-9.html
10757         * doc/manual/ja/sylpheed.html
10758         * doc/manual/ja/sylpheed.sgml
10759         * src/mainwindow.c
10760                 Remove outdated manual and faq. Noisy, eh?
10761
10762 2005-12-06 [colin]      1.9.100cvs70
10763
10764         * src/compose.c
10765         * src/quote_fmt_parse.y
10766         * src/undo.c
10767         * src/undo.h
10768                 Allow %X to position cursor at 0 
10769                 (no %X = before signature)
10770                 Fix paste as quotation putting the cursor at 0
10771                 Fix undo offsets when pasting
10772                 Insert the quote_fmt at once instead of line 
10773                 by line
10774                 Fix [Edited] when starting to reply/forward
10775
10776 2005-12-06 [paul]       1.9.100cvs69
10777
10778         * src/plugins/clamav/clamav_plugin_gtk.c
10779                 add another tooltip
10780         * src/plugins/spamassassin/spamassassin_gtk.c
10781                 rework spamassassin_create_widget_func()
10782
10783 2005-12-05 [colin]      1.9.100cvs68
10784
10785         * po/POTFILES.in
10786                 Fix make release ;-)
10787
10788 2005-12-05 [colin]      1.9.100cvs67
10789
10790         * src/compose.c
10791         * src/compose.h
10792                 Fix cursor positioning (not obeying %X)
10793
10794 2005-12-05 [paul]       1.9.100cvs66
10795
10796         * src/plugins/dillo_viewer/dillo_prefs.c
10797                 fix compilation warning
10798
10799 2005-12-05 [paul]       1.9.100cvs65
10800
10801         * src/prefs_spelling.c
10802         * src/plugins/trayicon/trayicon.c
10803                 cleanups - remove unused stuff
10804
10805 2005-12-05 [paul]       1.9.100cvs64
10806
10807         * README
10808         * manual/plugins.xml
10809                 remove info about removed mathml_viewer plugin
10810
10811 2005-12-05 [paul]       1.9.100cvs63
10812
10813         * configure.ac
10814         * src/plugins/Makefile.am
10815         * src/plugins/mathml_viewer/.cvsignore
10816         * src/plugins/mathml_viewer/Makefile.am
10817         * src/plugins/mathml_viewer/mathml_viewer.c
10818                 remove unmaintained mathml_viewer plugin
10819
10820 2005-12-05 [paul]       1.9.100cvs62
10821
10822         * src/summaryview.c
10823                 obey prefs_common.always_show_msg when
10824                 moving a msg
10825                 Thanks to Colin
10826
10827 2005-12-05 [paul]       1.9.100cvs61
10828
10829         * src/compose.c
10830         * src/prefs_account.c
10831         * src/prefs_filtering.c
10832         * src/prefs_quote.c
10833         * src/prefs_spelling.c
10834         * src/prefs_toolbar.c
10835         * src/summaryview.c
10836         * src/gtk/gtkutils.c
10837         * src/gtk/quicksearch.c
10838         * src/plugins/dillo_viewer/dillo_prefs.c
10839                 dialog cleanups
10840
10841 2005-12-04 [paul]       1.9.100cvs60
10842
10843         * src/inc.c
10844         * src/prefs_account.c
10845         * src/prefs_account.h
10846                 allow a Local account to specify a
10847                 default inbox
10848                 (closes bug 843 'Inbox cannot be changed for local
10849                  mailboxes')
10850
10851 2005-12-04 [colin]      1.9.100cvs59
10852
10853         * src/plugins/trayicon/trayicon.c
10854                 Remove Get, rename Get All to Get Mail in order to
10855                 be consistent with the default main toolbar
10856
10857 2005-12-03 [colin]      1.9.100cvs58
10858
10859         * manual/gpl.xml
10860         * manual/sylpheed-claws-manual.xml
10861                 Add GPL appendix
10862
10863 2005-12-03 [paul]       1.9.100cvs57
10864
10865         * AUTHORS
10866         * po/sv.po
10867         * src/gtk/authors.h
10868                 new (partially complete) Swedish translation
10869                 by Anders Troback <sylpheed@troback.com>
10870
10871 2005-12-02 [paul]       1.9.100cvs56
10872
10873         * configure.ac
10874                 libetpan 0.41 required
10875
10876 2005-12-02 [paul]       1.9.100cvs55
10877
10878         * src/plugins/clamav/clamav_plugin.c
10879         * src/plugins/clamav/clamav_plugin.h
10880         * src/plugins/clamav/clamav_plugin_gtk.c
10881         * src/plugins/spamassassin/spamassassin.c
10882         * src/plugins/spamassassin/spamassassin.h
10883         * src/plugins/spamassassin/spamassassin_gtk.c
10884                 unregister prefs pages on unloading, thus
10885                 preventing a crash
10886                 (thanks to Colin for the hint)
10887
10888 2005-12-02 [wwp]        1.9.100cvs54
10889
10890         * src/quote_fmt.h
10891         * src/quote_fmt_parse.y
10892                 fix misuse of gboolean*, use gboolean instead
10893                 (thanks to Paul, Colin, for pointing out that scaring one)
10894
10895 2005-12-02 [paul]       1.9.100cvs53
10896
10897         * src/plugins/clamav/clamav_plugin.c
10898                 int no --> unsigned int no
10899         * src/plugins/clamav/clamav_plugin_gtk.c
10900                 rework config page
10901
10902 2005-12-02 [wwp]        1.9.100cvs52
10903
10904         * src/compose.c
10905         * src/prefs_template.c
10906         * src/quote_fmt.h
10907         * src/quote_fmt_parse.y
10908                 prevent from executing |f and |p templates commands when
10909                 adding or replacing templates in prefs (avoids annoying and
10910                 potentially dangerous behaviours)
10911
10912 2005-12-02 [paul]       1.9.100cvs51
10913
10914         * src/prefs_common.c
10915                 allow translation of some default values
10916                 Patch by Fabien Vantard
10917
10918 2005-12-02 [paul]       1.9.100cvs50
10919
10920         * src/codeconv.c
10921         * src/codeconv.h
10922         * src/prefs_common.c
10923         * src/prefs_common.h
10924         * src/prefs_message.c
10925         * src/textview.c
10926                 remove obsolete 'convert_mb_alnum' option
10927                 and related stuff
10928         * src/gtk/about.c
10929                 remove unused 'about_textview_visibility_notify'
10930
10931 2005-12-02 [paul]       1.9.100cvs49
10932
10933         * src/prefs_account.c
10934         * src/prefs_compose_writing.c
10935         * src/prefs_fonts.c
10936         * src/prefs_gtk.h
10937         * src/prefs_image_viewer.c
10938         * src/prefs_message.c
10939         * src/prefs_other.c
10940         * src/prefs_receive.c
10941         * src/prefs_send.c
10942         * src/prefs_spelling.c
10943         * src/prefs_summaries.c
10944         * src/prefs_wrapping.c
10945         * src/plugins/dillo_viewer/dillo_prefs.c
10946         * src/plugins/pgpcore/prefs_gpg.c
10947                 several cleanups to the prefs dialogs
10948                 (slightly modified) patch by Fabien Vantard
10949
10950 2005-12-02 [paul]       1.9.100cvs48
10951
10952         * src/main.c
10953                 --exit means exit
10954         * src/send_message.c
10955                 fix crash on send when connection fails
10956
10957         Thanks to Colin
10958
10959 2005-12-01 [colin]      1.9.100cvs47
10960
10961         * src/html.c
10962                 Translate &hellip; to "..."
10963
10964 2005-11-30 [colin]      1.9.100cvs46
10965
10966         * src/matcher.c
10967         * src/matcher.h
10968                 Optimize back yesterday's fix.
10969
10970 2005-11-30 [paul]       1.9.100cvs45
10971
10972         * manual/faq.xml
10973                 standardised
10974         * manual/intro.xml
10975                 written by Colin, edited by me
10976
10977 2005-11-29 [colin]      1.9.100cvs44
10978
10979         * src/matcher.c
10980                 Skip headers unconditionnaly in match_body if the
10981                 rule is not message or ~message
10982
10983 2005-11-29 [colin]      1.9.100cvs43
10984
10985         * src/matcher.c
10986                 Fix body_part and such, not skipping headers 
10987                 if the matchcriteria wasn't the first in the rule
10988
10989 2005-11-29 [colin]      1.9.100cvs42
10990
10991         * src/compose.c
10992                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
10993                 option missing from message view window)
10994                 Fix double text D'n'D with gtk-2.8
10995         * src/matcher.c
10996                 Fix ~message, ~headers_part, ~body_part rules
10997         * src/messageview.c
10998                 Add Windows-1252 (Closes bug #863)
10999                 Fix accels
11000         * src/gtk/gtkaspell.c
11001                 Properly destroy accels in all menus
11002
11003 2005-11-29 [mones]      1.9.100cvs41
11004
11005         * po/es.po
11006                 Updated.
11007
11008 2005-11-27 [colin]      1.9.100cvs40
11009
11010         * src/mh_gtk.c
11011                 "/Remove mailbox" -> "/Remove mailbox..."
11012
11013 2005-11-27 [paul]       1.9.100cvs39
11014
11015         * AUTHORS
11016         * po/de.po
11017         * src/gtk/authors.h
11018                 updated by new maintainer, Stephan Sachse
11019
11020 2005-11-27 [paul]       1.9.100cvs38
11021
11022         * manual/faq.xml
11023                 written by Colin, edited by me
11024
11025 2005-11-27 [paul]       1.9.100cvs37
11026
11027         * src/prefs_common.c
11028         * src/prefs_common.h
11029         * src/prefs_receive.c
11030         * src/prefs_summaries.c
11031                 move 'go to inbox after receiving new mail'
11032                 option from display/sumamaries to mail
11033                 handling/receive, and rework prefs_summaries
11034                 dialog a little
11035
11036 2005-11-25 [martin]     1.9.100cvs36
11037
11038         * po/de.po
11039             fixed windows-1252 translation;
11040             translated some new and fuzzy strings
11041
11042 2005-11-25 [paul]       1.9.100cvs35
11043
11044         * src/plugins/clamav/clamav_plugin.c
11045                 complete the update done in cvs34
11046
11047 2005-11-25 [paul]       1.9.100cvs34
11048
11049         * src/plugins/clamav/clamav_plugin.c
11050                 reflect upstream changes
11051
11052 2005-11-25 [paul]       1.9.100cvs33
11053
11054         * manual/ack.xml
11055         * manual/plugins.xml
11056         * manual/sylpheed-claws-manual.xml
11057                 written/updated by Colin, edited by me
11058         * tools/acroread2sylpheed.pl
11059                 update binary name
11060
11061 2005-11-24 [colin]      1.9.100cvs32
11062
11063         * src/compose.c
11064                 Fix bug #856 (reediting messages forgets Request
11065                 Return Receipt)
11066
11067 2005-11-24 [paul]       1.9.100cvs31
11068
11069         * manual/addrbook.xml
11070         * manual/starting.xml
11071                 written by Colin, proofread, edited, adapted by me
11072         * manual/advanced.xml
11073                 add some Actions examples
11074         * src/importldif.c
11075                 use a Save button instead of a Close button
11076         * src/wizard.c
11077                 indicate mandatory fields
11078                 fix page display
11079                 Thanks to Colin
11080
11081 2005-11-23 [colin]      1.9.100cvs30
11082
11083         * src/addressbook.c
11084                 Rename menu item, fix possible crash after
11085                 deletion of books
11086         * src/addrindex.c
11087                 Allow searching for '*' in ldap
11088         * src/browseldap.c
11089                 Fix "Browse Entry" (did anyone use it?)
11090         * src/wizard.c
11091                 Add guards for mandatory information
11092
11093 2005-11-23 [paul]       1.9.100cvs29
11094
11095         * manual/advanced.xml
11096                 corrections to the English
11097
11098 2005-11-23 [colin]      1.9.100cvs28
11099
11100         * src/mimeview.c
11101                 Fix possible crash at exit. After the call to
11102                 gtk_container_remove(), the Viewer's widget has no
11103                 more parent so gtk+ automatically frees it and its
11104                 sons. If destroy_viewer() then try to access it,
11105                 problems ensue.
11106
11107 2005-11-22 [colin]      1.9.100cvs27
11108
11109         * src/compose.c
11110         * src/gtk/gtkaspell.c
11111                 Fix right-clicking on a misspelled word
11112                 Fix More... in suggestions menu
11113
11114 2005-11-22 [wwp]        1.9.100cvs26
11115
11116         * src/prefs_template.c
11117                 templates works: re-sort templates list when adding or replacing,
11118                 prevent from adding or replacing when the template name is empty
11119
11120 2005-11-21 [colin]      1.9.100cvs25
11121
11122         * src/addressbook.c
11123                 Fix some addressbook suckage (dnd, select all)
11124         * src/compose.c
11125         * src/gtk/gtkaspell.c
11126         * src/gtk/gtkaspell.h
11127                 Make the spellchecker menu work with the 
11128                 GtkTextView one instead of overriding it
11129
11130 2005-11-20 [paul]       1.9.100cvs24
11131
11132         * manual/handling.xml
11133                 proofread and corrected
11134
11135 2005-11-20 [paul]       1.9.100cvs23
11136
11137         * manual/Makefile
11138                 generate html as one file
11139         * manual/advanced.xml
11140                 fix output generation
11141                 reformat hidden options list
11142         * manual/manual.xml     ** REMOVED **
11143         * manual/sylpheed-claws-manual.xml      ** ADDED **
11144                 renamed
11145
11146 2005-11-18 [colin]      1.9.100cvs22
11147
11148         * src/prefs_account.c
11149                 Fix layout in news and mbox accounts
11150         * manual/account.xml
11151         * manual/advanced.xml
11152                 New contents for Paul to check :)
11153
11154 2005-11-18 [wwp]        1.9.100cvs21
11155
11156         * src/gtk/quicksearch.c
11157                 don't update extended quicksearch buttons twice
11158
11159 2005-11-18 [paul]       1.9.100cvs20
11160
11161         * src/textview.c
11162                 complete 1.9.100cvs19
11163
11164 2005-11-18 [paul]       1.9.100cvs19
11165
11166         * src/compose.c
11167                 cosmetic improvements
11168         * src/textview.c
11169                 also list text/* attachments
11170
11171 2005-11-18 [colin]      1.9.100cvs18
11172
11173         * src/summaryview.c
11174                 Use column 0 instead of -1 in 
11175                 gtk_ctree_node_moveto, in a naive
11176                 hope it'll fix the gtk-related crashes
11177
11178 2005-11-18 [colin]      1.9.100cvs17
11179
11180         * src/gtk/inputdialog.c
11181                 Fix icon staying the first one
11182
11183 2005-11-17 [wwp]        1.9.100cvs16
11184                 fix possible problem showing some quicksearch buttons, and a bad
11185                 call to g_return_if_fail in a function that returns a value (both
11186                 fixes by Fabien Vantard)
11187
11188 2005-11-15 [wwp]        1.9.100cvs15
11189
11190         * src/gtk/quicksearch.c
11191                 added a tooltip to that obscure ... quicksearch button
11192
11193 2005-11-15 [wwp]        1.9.100cvs14
11194
11195         * src/gtk/quicksearch.c
11196                 add a quicksearch helper to filtering expression users: the ... button
11197                 raises the condition expr window. condition expressions set up w/ this
11198                 window are used by the quicksearch if the user closes it pressing OK.
11199
11200 2005-11-14 [paul]       1.9.100cvs13
11201
11202         * src/plugins/clamav/clamav_plugin.c
11203         * src/plugins/spamassassin/spamassassin.c
11204                 change plugin type following recent merging
11205
11206 2005-11-14 [wwp]        1.9.100cvs12
11207
11208         * src/folder.c
11209                 prevent from crashing when copying/moving message(s) from and
11210                 to the same folder
11211
11212 2005-11-14 [paul]       1.9.100cvs11
11213
11214         * src/plugins/clamav/Makefile.am
11215         * src/plugins/clamav/clamav_plugin.c
11216         * src/plugins/clamav/clamav_plugin.h
11217         * src/plugins/clamav/clamav_plugin_gtk.c
11218                 also merge clamav and clamav_gtk plugins
11219
11220 2005-11-13 [colin]      1.9.100cvs10
11221
11222         * configure.ac
11223         * src/plugins/spamassassin/Makefile.am
11224         * src/plugins/spamassassin/spamassassin.c
11225         * src/plugins/spamassassin/spamassassin.h
11226         * src/plugins/spamassassin/spamassassin_gtk.c
11227                 Merge spamassassin and spamassassin_gtk plugins,
11228                 and build it by default.
11229
11230 2005-11-12 [colin]      1.9.100cvs9
11231
11232         * src/etpan/imap-thread.c
11233                 Fix gcc warning
11234
11235 2005-11-12 [colin]      1.9.100cvs8
11236
11237         * src/procmime.c
11238                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
11239
11240 2005-11-10 [colin]      1.9.100cvs7
11241
11242         * src/main.c
11243                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
11244                 minimised state)
11245
11246 2005-11-10 [wwp]        1.9.100cvs6
11247
11248         * src/gtk/description_window.c
11249                 fix a crash when closing description windows using the WM's [X] button
11250
11251 2005-11-09 [colin]      1.9.100cvs5
11252
11253         * src/common/ssl.c
11254                 Update libetpan call to follow upstream
11255                 (yes, this requires libetpan-0.40cvs3)
11256
11257 2005-11-08 [colin]      1.9.100cvs4
11258
11259         * src/compose.c
11260         * src/textview.c
11261         * src/common/utils.c
11262         * src/common/utils.h
11263                 Enhance the email parser
11264
11265 2005-11-08 [colin]      1.9.100cvs3
11266
11267         * src/procmime.c
11268                 Fix what looks like an off-by-one (fixes 
11269                 attachments from the Bat)
11270
11271 2005-11-08 [wwp]        1.9.100cvs2
11272
11273         * src/main.c
11274                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
11275
11276 2005-11-08 [wwp]        1.9.100cvs1
11277
11278         * src/main.c
11279                 allow exiting Sylpheed-Claws from command-line
11280
11281 2005-11-08 [paul]       1.9.100
11282
11283         1.9.100 released
11284
11285 2005-11-07 [colin]      1.9.99cvs17
11286
11287         * src/addritem.c
11288         * src/ldif.c
11289                 Fix import of base-64 encoded items
11290
11291 2005-11-07 [colin]      1.9.99cvs16
11292
11293         * src/send_message.c
11294                 Fix bug #314 (Queue does not empty under certain 
11295                 circumstances)
11296
11297 2005-11-07 [paul]       1.9.99cvs15
11298
11299         * src/mutt.c
11300         * src/pine.c
11301                 fix buffer overflows
11302                 Thanks to Colin
11303
11304 2005-11-07 [paul]       1.9.99cvs14
11305
11306         * doc/man/Makefile.am
11307         * doc/man/sylpheed-claws.1      ** ADDED **
11308         * doc/man/sylpheed.1            ** DELETED **
11309                 rename and update the man file
11310
11311 2005-11-06 [colin]      1.9.99cvs13
11312
11313         * src/ldif.c
11314                 Fix ldif_get_line() that returned empty strings
11315                 (Didn't understand why). Also fix a possible
11316                 buffer overflow.
11317
11318 2005-11-06 [wwp]        1.9.99cvs12
11319
11320         * src/textview.c
11321         * src/gtk/about.c
11322         * src/gtk/gtkutils.c
11323         * src/gtk/gtkutils.h
11324                 fix a compilation warning,
11325                 make links sensitive in the about dialog
11326
11327 2005-11-04 [wwp]        1.9.99cvs11
11328
11329         * src/gtk/about.c
11330                 don't wrap or translate URIs, and a bit text format cleanup
11331
11332 2005-11-04 [wwp]        1.9.99cvs10
11333
11334         * src/gtk/about.c
11335                 better textview tagging implementation (no more use of marks for
11336                 postponed tagging)
11337
11338 2005-11-02 [colin]      1.9.99cvs9
11339
11340         * src/common/ssl.c
11341                 Forgot an ifdef
11342
11343 2005-11-02 [colin]      1.9.99cvs8
11344
11345         * configure.ac
11346                 Require libetpan-0.40 due to upstream fix
11347         * src/common/ssl.c
11348                 Tell libetpan not to call SSL_Library_Init,
11349                 as we do it ourselves.
11350
11351 2005-11-02 [colin]      1.9.99cvs7
11352
11353         * po/POTFILES.in
11354                 Add missing files (thanks to Fabien Vantard)
11355
11356 2005-11-02 [colin]      1.9.99cvs6
11357
11358         * src/summaryview.c
11359                 Fix totals when read messages are hidden or quicksearch
11360                 is on
11361         * src/ssl_manager.c
11362         * src/ssl_manager.h
11363         * src/common/ssl_certificate.c
11364         * src/common/ssl_certificate.h
11365         * src/gtk/sslcertwindow.c
11366         * src/gtk/sslcertwindow.h
11367                 Fix copyright on my stuff
11368
11369 2005-11-02 [wwp]        1.9.99cvs5
11370
11371         * src/prefs_themes.c
11372                 fix directory name checking (theme installation/removal),
11373                 made related error a bit more verbose
11374
11375 2005-11-02 [colin]      1.9.99cvs4
11376
11377         * src/summaryview.c
11378                 Fix typo (probably fixes bug #841 (Sort by the From 
11379                 field doesn't work)
11380
11381 2005-11-02 [paul]       1.9.99cvs3
11382
11383         * po/ko.po
11384         * po/nb.po
11385                 updated by SungHyun Nam, Geir Helland
11386         * src/wizard.c
11387                 fix typo in welcome message. spotted by
11388                 Andrea Spadaccini
11389
11390 2005-11-01 [colin]      1.9.99cvs2
11391
11392         * src/compose.c
11393                 Fix replying to ml wen confirming subscription
11394         * src/messageview.c
11395         * src/mimeview.c
11396         * src/mimeview.h
11397         * src/privacy.h
11398         * src/summaryview.c
11399                 Make key check non blocking
11400
11401 2005-10-31 [paul]       1.9.99cvs1
11402
11403         * tools/claws.i18n.status.pl
11404                 updated for ChangeLog
11405
11406 2005-10-31 [paul]       1.9.99
11407
11408         1.9.99 released
11409
11410 2005-10-31 [paul]       1.9.15cvs131
11411
11412         * .cvsignore
11413         * ChangeLog
11414         * ChangeLog.claws       ** REMOVED **
11415         * ChangeLog-gtk2.claws  ** REMOVED **
11416         * ChangeLog.gtk1        ** ADDED **
11417         * INSTALL
11418         * Makefile.am
11419         * NEWS
11420         * README
11421         * README.claws          ** REMOVED **
11422         * README.jp             ** REMOVED **
11423         * RELEASE_NOTES         ** ADDED **
11424         * RELEASE_NOTES.claws   ** REMOVED **
11425         * commitHelper
11426         * configure.ac
11427         * sylpheed.spec.in      ** REMOVED **
11428                 tidy up and update the default docs:
11429                 ChangeLog.claws is renamed ChangeLog.gtk1
11430                 ChangeLog-gtk2.claws is renamed ChangeLog
11431                 README.claws is renamed README
11432                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
11433
11434 2005-10-31 [paul]       1.9.15cvs130
11435
11436         * po/it.po
11437                 fix errors
11438
11439 2005-10-31 [paul]       1.9.15cvs129
11440
11441         * po/ca.po
11442         * po/de.po
11443         * po/en_GB.po
11444         * po/fr.po
11445         * po/it.po
11446         * po/pt_BR.po
11447         * po/sk.po
11448         * po/sr.po
11449         * po/zh_CN.po
11450                 updated by Miquel Oliete, Stephan Sachse and
11451                 Thomas Gilgin, me, Fabien Vantard, Andrea
11452                 Spadaccini, Frederico Goncalves Guimaraes,
11453                 Andrej Kacian, Aleksandar Urosevic, and
11454                 Ralgh Young.
11455
11456 2005-10-31 [mones]      1.9.15cvs128
11457
11458         * manual/faq.xml
11459                 More questions.
11460         
11461         * po/es.po
11462                 Updated for release.
11463
11464 2005-10-30 [colin]      1.9.15cvs127
11465
11466         * src/compose.c
11467                 Place cursor before rewrapping (fixes cursor
11468                 pos if quotation gets rewrapped)
11469
11470 2005-10-29 [paul]       1.9.15cvs126
11471
11472         * src/crash.c
11473         * src/foldersel.c
11474         * src/main.c
11475         * src/messageview.c
11476         * src/toolbar.c
11477         * src/gtk/authors.h
11478                 corrections to text items
11479
11480 2005-10-28 [colin]      1.9.15cvs125
11481
11482         * src/messageview.c
11483                 Make "hit 'C' to check sig" work from extern 
11484                 messageviews
11485
11486 2005-10-27 [colin]      1.9.15cvs124
11487
11488         * src/summaryview.c
11489                 Add a hack to avoid segfaulting when hammering 
11490                 on gtk's events
11491
11492 2005-10-27 [wwp]        1.9.15cvs123
11493
11494         * src/prefs_themes.c
11495                 sort list of themes names in themes prefs
11496
11497 2005-10-27 [paul]       1.9.15cvs122
11498
11499         * src/folder.c
11500         * src/prefs_account.c
11501                 fix building on Solaris
11502                 Patch by Alex Moore
11503
11504 2005-10-27 [wwp]        1.9.15cvs121
11505
11506         * src/summaryview.c
11507         * src/gtk/gtksctree.c
11508                 speed up unselecting messages in summary view (thanks to Colin)
11509
11510 2005-10-27 [paul]       1.9.15cvs120
11511
11512         * src/mainwindow.c
11513                 fix a compilation warning
11514         * src/summaryview.c
11515                 fix updating of 'n items selected' count
11516                 when deselecting
11517
11518 2005-10-27 [martin]     1.9.15cvs119
11519
11520         * src/action.c
11521                 ignore actions with a leading '/' in the action menu name
11522                 fixes a crash on menu creation
11523         * src/prefs_actions.c
11524                 do not allow a leading '/' in the action menu name
11525
11526 2005-10-27 [paul]       1.9.15cvs118
11527
11528         * src/main.c
11529                 fix compilation warning
11530
11531 2005-10-27 [paul]       1.9.15cvs117
11532
11533         * src/procmime.c
11534                 add #if HAVE_LOCALE_H
11535
11536 2005-10-27 [paul]       1.9.15cvs116
11537
11538         * src/plugins/clamav/clamav_plugin.c
11539         * src/plugins/dillo_viewer/dillo_viewer.c
11540         * src/plugins/mathml_viewer/mathml_viewer.c
11541         * src/plugins/pgpcore/plugin.c
11542         * src/plugins/pgpinline/plugin.c
11543         * src/plugins/pgpmime/plugin.c
11544         * src/plugins/spamassassin/spamassassin.c
11545         * src/plugins/trayicon/trayicon.c
11546                 plugin_init() : make error messages more
11547                 informative
11548
11549 2005-10-26 [wwp]        1.9.15cvs115
11550
11551         * src/prefs_matcher.c
11552                 enlarge boolean op widget width a bit (wasn't always showing text contents)
11553
11554 2005-10-26 [wwp]        1.9.15cvs114
11555
11556         * src/procmime.c
11557         * src/gtk/gtksctree.c
11558         * src/plugins/spamassassin/libspamc.c
11559         * src/plugins/spamassassin/spamassassin.c
11560                 fix some compilation warnings more
11561
11562 2005-10-26 [mones]      1.9.15cvs113
11563
11564         * po/es.po
11565                 Updated translation
11566
11567 2005-10-26 [paul]       1.9.15cvs112
11568
11569         * src/prefs_message.c
11570                 give all display_xface stuff the
11571                 #if HAVE_LIBCOMPFACE treatment, thus
11572                 preventing a crash
11573                 (Thanks to Wolfgang Enderlein)
11574
11575 2005-10-26 [colin]      1.9.15cvs111
11576
11577         * src/gedit-print.c
11578                 Fix date format
11579         * src/imap_gtk.c
11580         * src/news_gtk.c
11581                 Remove context menu items that should not be there
11582         * src/jpilot.c
11583                 Fix encoding
11584         * src/main.c
11585         * src/mainwindow.c
11586                 Don't show the mainwindow too soon
11587
11588 2005-10-26 [wwp]        1.9.15cvs110
11589
11590         * src/folder.c
11591         * src/manual.c
11592         * src/summaryview.c
11593                 fix uninitialized pointers in the folder updating hook
11594                 (thanks to Colin)
11595
11596 2005-10-25 [mones]      1.9.15cvs109
11597
11598         * manual/faq.xml
11599                 General information subsection completed. 
11600                 Removed archaic references.
11601                 
11602         * manual/Makefile
11603         * manual/dtd/manual.dsl
11604                 Added customization stylesheet for getting paragraphs
11605                 fully justified in PDF output (as suggested by Colin).
11606
11607 2005-10-25 [colin]      1.9.15cvs108
11608
11609         * src/compose.c
11610                 Fix a second leak
11611
11612 2005-10-25 [colin]      1.9.15cvs107
11613
11614         * src/addrbook.c
11615         * src/addrindex.c
11616                 Fix leak (xml_get_element() allocates memory)
11617         * src/compose.c
11618                 Fix leak + dead code (shame!)
11619         * src/procmime.c
11620                 Fix leak
11621
11622 2005-10-25 [colin]      1.9.15cvs106
11623
11624         * src/mimeview.c
11625                 Fix encoding issue in Save all and in 
11626                 overwrite-confirmation alertpanel
11627
11628 2005-10-25 [colin]      1.9.15cvs105
11629
11630         * src/common/socket.c
11631                 Fix a leak - Thanks to Christopher Aillon
11632                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
11633
11634 2005-10-25 [paul]       1.9.15cvs104
11635
11636         * src/wizard.c
11637                 Always guess servers from the right-hand
11638                 email part and guess username from the
11639                 left-hand part. (Thanks to Colin)
11640                 add an X-Face to the welcome message
11641
11642 2005-10-25 [paul]       1.9.15cvs103
11643
11644         * manual/handling.xml
11645                 written by Colin, edited by me
11646
11647 2005-10-25 [wwp]        1.9.15cvs102
11648
11649         * src/folderview.c
11650         * src/grouplistdialog.c
11651         * src/imap.c
11652         * src/noticeview.c
11653                 fix some compilation warnings
11654
11655 2005-10-24 [paul]
11656
11657         1.9.99-rc3 released
11658
11659 2005-10-24 [paul]       1.9.15cvs101
11660
11661         * src/gtk/about.c
11662                 fix window sizing
11663
11664 2005-10-24 [paul]       1.9.15cvs100
11665
11666         * src/pixmaps/offline.xpm
11667         * src/pixmaps/online.xpm
11668                 replace with last default versions
11669
11670 2005-10-24 [colin]      1.9.15cvs99
11671
11672         * src/imap.c
11673                 Fix bug when moving a folder
11674         * src/imap_gtk.c
11675         * src/mh_gtk.c
11676                 "Delete folder" pops up a window, so it 
11677                 should be suffixed with "..."
11678         * src/plugins/pgpcore/sgpgme.c
11679                 Include locale.h
11680
11681 2005-10-24 [mones]      1.9.15cvs98
11682
11683         * manual/Makefile
11684         * manual/account.xml
11685         * manual/ack.xml
11686         * manual/addrbook.xml
11687         * manual/advanced.xml
11688         * manual/faq.xml
11689         * manual/glossary.xml
11690         * manual/gpl.xml
11691         * manual/handling.xml
11692         * manual/intro.xml
11693         * manual/keyboard.xml
11694         * manual/manual.xml
11695         * manual/plugins.xml
11696         * manual/starting.xml
11697         * manual/dtd/sdocbook.dtd
11698                 Initial manual structure and some content.
11699
11700 2005-10-23 [wwp]        1.9.15cvs97
11701
11702         * src/gtk/about.c
11703                 fix a typo
11704
11705 2005-10-23 [wwp]        1.9.15cvs96
11706
11707         * src/gtk/about.c
11708         * src/gtk/authors.h
11709                 rework of the about window (main work by Paul), also featuring a few
11710                 fixes for typos and duplicate names
11711
11712 2005-10-23 [wwp]        1.9.15cvs95
11713
11714         * src/.cvsignore
11715                 Ignore the right binary name (sylpheed-claws now)
11716
11717 2005-10-23 [paul]       1.9.15cvs94
11718
11719         * src/compose.c
11720                 when using Folder Pref 'Default To for
11721                 replies' make the entry in the Compose
11722                 window bold
11723                 Patch by Fabien Vantard
11724
11725 2005-10-22 [colin]      1.9.15cvs93
11726
11727         * src/codeconv.c
11728                 Fix leak
11729
11730 2005-10-22 [colin]      1.9.15cvs92
11731
11732         * src/codeconv.c
11733                 try to convert using locale (apart utf8) if necessary
11734
11735 2005-10-22 [colin]      1.9.15cvs91
11736
11737         * src/pixmaps/new.xpm
11738         * src/pixmaps/unread.xpm
11739                 Make the unread envelope blue again and
11740                 saturate the new one a bit more.
11741
11742 2005-10-22 [colin]      1.9.15cvs90
11743
11744         * src/compose.c
11745                 When replying to a mail sent by one of our accounts,
11746                 use the original list of recipients. Let 'Reply All'
11747                 and 'Reply to sender' work like previously.
11748
11749 2005-10-21 [colin]      1.9.15cvs89
11750
11751         * src/prefs_filtering.c
11752                 Clear fields after add and replace
11753         * src/textview.c
11754                 Display xface differently (better)
11755         * src/plugins/pgpinline/pgpinline.c
11756                 Fix crappy encodings/recodings
11757
11758 2005-10-21 [paul]       1.9.15cvs88
11759
11760         * src/compose.c
11761         * src/prefs_folder_item.c
11762         * src/toolbar.c
11763                 fix news folder Folder Properties
11764                 (thanks to Colin)
11765         * src/folderview.c
11766                 update folderview after Themes change
11767                 keep selected folder selected
11768                 (thanks to Colin)
11769
11770 2005-10-21 [paul]       1.9.15cvs87
11771
11772         * tools/Makefile.am
11773         * tools/OOo2sylpheed.pl
11774         * tools/README
11775         * tools/README.sylprint
11776         * tools/asus_mailled.sh         ** REMOVED **
11777         * tools/filter_conv.pl
11778         * tools/freshmeat_search.pl
11779         * tools/google_search.pl
11780         * tools/gpg-sign-syl            ** REMOVED **
11781         * tools/kmail2sylpheed.pl
11782         * tools/kmail2sylpheed_v2.pl
11783         * tools/multiwebsearch.pl
11784         * tools/nautilus2sylpheed.sh
11785         * tools/newscache_clean.pl
11786         * tools/outlook2sylpheed.pl
11787         * tools/sylpheed-switcher       ** REMOVED **
11788         * tools/sylprint.pl
11789         * tools/sylprint.rc
11790         * tools/tb2sylpheed
11791         * tools/vcard2xml.py
11792         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11793                 update default config dir
11794                 update binary name (thanks to Fabien Vantard)
11795                 remove obsolete scripts
11796
11797 2005-10-21 [colin]      1.9.15cvs86
11798
11799         * src/inc.c
11800                 Fix possible leak and units. Based on a patch by
11801                 Fabien Vantard.
11802
11803 2005-10-20 [colin]      1.9.15cvs85
11804
11805         * src/textview.c
11806                 Clear xface when clearing textview
11807
11808 2005-10-20 [colin]      1.9.15cvs84
11809
11810         * configure.ac
11811         * src/folderview.c
11812         * src/headerview.c
11813         * src/main.c
11814         * src/prefs_common.c
11815         * src/prefs_common.h
11816         * src/prefs_message.c
11817         * src/textview.c
11818         * src/textview.h
11819         * src/common/defs.h
11820         * src/common/utils.c
11821         * src/common/utils.h
11822         * src/gtk/gtkutils.c
11823         * src/gtk/gtkutils.h
11824                 Migrate config to .sylpheed-claws (Automatically)
11825                 Add a way to get the Xface in the TextView
11826
11827 2005-10-20 [colin]      1.9.15cvs83
11828
11829         * src/gtk/Makefile.am
11830         * src/gtk/about.c
11831         * src/gtk/authors.h
11832                 Make the about dialog *grooovy*
11833
11834 2005-10-20 [colin]      1.9.15cvs82
11835
11836         * src/mimeview.c
11837                 Use "Open with" on double click if no command
11838                 was found
11839
11840 2005-10-20 [colin]      1.9.15cvs81
11841
11842         * src/imap.c
11843         * src/etpan/imap-thread.c
11844                 Fix possible crash.
11845
11846 2005-10-20 [paul]       1.9.15cvs80
11847
11848         * src/folder.c
11849                 don't show clipkey icon if the only
11850                 attachment is the signature
11851                 Patch by Colin
11852
11853 2005-10-20 [paul]       1.9.15cvs79
11854
11855         * AUTHORS
11856         * src/plugins/pgpmime/pgpmime.c
11857                 name the PGP/MIME signature 'signature.asc'
11858                 Patch by Andrew Nelson <freeandy@gmail.com>
11859
11860 2005-10-19 [colin]      1.9.15cvs78
11861
11862         * src/plugins/pgpmime/pgpmime.c
11863                 Oops, no need to double-check though
11864
11865 2005-10-19 [colin]      1.9.15cvs77
11866
11867         * src/plugins/pgpinline/pgpinline.c
11868         * src/plugins/pgpmime/pgpmime.c
11869                 Check that my_tmpfile() doesn't 
11870                 return NULL
11871
11872 2005-10-19 [colin]      1.9.15cvs76
11873
11874         * src/common/utils.c
11875                 Use shorter mime boundaries to avoid having
11876                 MTAs rewrapping our headers, breaking the
11877                 PGP signature in the process 
11878         * src/compose.c
11879         * src/plugins/pgpmime/pgpmime.c
11880                 Check for boundary uniqueness to be sure
11881                 it won't happen, instead of hoping for the
11882                 best
11883
11884 2005-10-19 [colin]      1.9.15cvs75
11885
11886         * sylpheed-claws.desktop
11887         * src/Makefile.am
11888         * src/main.c
11889                 Ship a sylpheed-claws binary instead
11890                 of a sylpheed one. Change the socket
11891                 name, too
11892         * src/folderview.c
11893                 Update folder only if it changed
11894         * src/wizard.c
11895                 Fix i18n in welcome mail, patch by
11896                 Fabien Vantard
11897
11898 2005-10-19 [paul]
11899
11900         1.9.99-rc2 released
11901
11902 2005-10-19 [paul]       1.9.15cvs74
11903
11904         * src/folder.c
11905         * src/folderview.c
11906                 fix summaryview update
11907                 Patch by Colin
11908
11909 2005-10-18 [colin]      1.9.15cvs73
11910
11911         * src/plugins/pgpcore/passphrase.c
11912                 Don't XGrabServer, and try a bit more to 
11913                 sync everything before grabbing mouse/keyboard
11914
11915 2005-10-18 [colin]      1.9.15cvs72
11916
11917         * src/Makefile.am
11918         * src/addressadd.c
11919         * src/addressbook.c
11920         * src/folderview.c
11921         * src/grouplistdialog.c
11922         * src/mimeview.c
11923         * src/stock_pixmap.c
11924         * src/stock_pixmap.h
11925         * src/summaryview.c
11926         * src/gtk/gtksctree.c
11927         * src/gtk/gtksctree.h
11928         * src/pixmaps/empty.xpm
11929                 Implement a wrapper call for gtk_ctree_set_node_info
11930                 and gtk_ctree_insert_node, that uses a 1x1 transparent
11931                 pixmap instead of a NULL one. This works around some
11932                 memory problems deep inside gtk, revealed by valgrind,
11933                 and fixes bug #834 (Pressing CTRl-D on a message marked 
11934                 as locked crashes sylpheed.), as well as, probably, 
11935                 wwp's 4th dimension problems that happen in gtk_ctree_*.
11936
11937 2005-10-17 [colin]      1.9.15cvs71
11938
11939         * src/mimeview.c
11940                 Provide visual feedback when checking
11941                 signature
11942
11943 2005-10-17 [colin]      1.9.15cvs70
11944
11945         * src/main.c
11946                 Keep the folder list frozen while checking caches...
11947
11948 2005-10-17 [colin]      1.9.15cvs69
11949
11950         * src/addr_compl.c
11951                 Fi bug #833 (Autocompleting from addressbook 
11952                 fails with extended chars)
11953         * src/imap.c
11954                 Fix 'adding messages' staying in statusbar
11955                 after an error
11956
11957 2005-10-17 [wwp]        1.9.15cvs68
11958
11959         * src/ssl_manager.c
11960                 Fix buttons' layout resizing when window size changes
11961
11962 2005-10-17 [wwp]        1.9.15cvs67
11963
11964         * src/account.c
11965         * src/prefs_account.c
11966         * src/prefs_common.c
11967         * src/prefs_common.h
11968         * src/prefs_folder_item.c
11969         * src/prefs_gtk.c
11970         * src/gtk/logwindow.c
11971         * src/gtk/pluginwindow.c
11972         * src/gtk/prefswindow.c
11973         * src/gtk/prefswindow.h
11974                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
11975
11976 2005-10-17 [paul]       1.9.15cvs66
11977
11978         * configure.ac
11979                 fix missing libetpan message
11980         * po/en_GB.po
11981                 updated
11982         * src/crash.c
11983         * src/manual.c
11984         * src/prefs_themes.c
11985         * src/common/defs.h
11986                 add some new URI defines, change some
11987                 others
11988         * src/wizard.c
11989                 make welcome message translatable
11990                 small improvements to english
11991                 other tweaks
11992         * src/gtk/menu.c
11993                 fix warnings
11994
11995 2005-10-17 [paul]       1.9.15cvs65
11996
11997         * src/summaryview.c
11998                 fix column titles
11999
12000 2005-10-16 [mones]      1.9.15cvs64
12001
12002         * po/es.po
12003                 Updated translation
12004
12005 2005-10-16 [colin]
12006
12007         1.9.99-rc1 released
12008
12009 2005-10-16 [colin]      1.9.15cvs63
12010
12011         * src/wizard.c
12012                 Fix whitespace
12013
12014 2005-10-16 [colin]      1.9.15cvs62
12015
12016         * src/toolbar.c
12017                 s/Get All/Get Mail/
12018         * src/wizard.c
12019                 Real welcome mail text, thanks Paul
12020
12021 2005-10-16 [colin]      1.9.15cvs61
12022
12023         * src/editldap.c
12024         * src/exporthtml.c
12025         * src/main.c
12026         * src/mainwindow.c
12027         * src/prefs_themes.c
12028         * src/prefs_toolbar.c
12029         * src/plugins/demo/demo.c
12030         * src/plugins/trayicon/trayicon.c
12031                 s/Sylpheed/Sylpheed-Claws/
12032
12033 2005-10-16 [colin]      1.9.15cvs60
12034
12035         * src/wizard.c
12036                 Add a welcome email in the first empty mailbox
12037         * src/prefs_common.c
12038                 Change one more default
12039
12040 2005-10-16 [colin]      1.9.15cvs59
12041
12042         * src/wizard.c
12043                 Remove printf
12044
12045 2005-10-16 [colin]      1.9.15cvs58
12046
12047         * src/toolbar.c
12048         * src/prefs_common.c
12049                 Change some defaults
12050
12051 2005-10-16 [colin]      1.9.15cvs57
12052
12053         * src/toolbar.c
12054         * src/prefs_common.c
12055                 Change some defaults
12056
12057 2005-10-16 [colin]      1.9.15cvs56
12058
12059         * src/wizard.c
12060                 By default, initialize fonts to have
12061                 the same size as normal GtkWidgets
12062
12063 2005-10-16 [colin]      1.9.15cvs55
12064
12065         * src/mimeview.c
12066                 Fix message a bit more
12067
12068 2005-10-16 [colin]      1.9.15cvs54
12069
12070         * src/addressbook.c
12071                 Second attempt at flicker fixing
12072
12073 2005-10-16 [colin]      1.9.15cvs53
12074
12075         * src/addressbook.c
12076                 Fix flicker
12077
12078 2005-10-16 [wwp]        1.9.15cvs52
12079
12080         * src/addressbook.c
12081         * src/editaddress.c
12082         * src/prefs_common.c
12083         * src/prefs_common.h
12084                 Remember window sizes (address book)
12085
12086 2005-10-16 [wwp]        1.9.15cvs51
12087
12088         * src/plugins/clamav/clamav_plugin_gtk.c
12089         * src/plugins/spamassassin/spamassassin_gtk.c
12090                 Fix compilation warnings (missing #include).
12091
12092 2005-10-16 [colin]      1.9.15cvs50
12093
12094         * src/mimeview.c
12095         * src/summaryview.c
12096         * src/textview.c
12097                 Make 'c' check signature, and forward
12098                 c, l, y, t from summaryview to mimeview
12099
12100 2005-10-16 [colin]      1.9.15cvs49
12101
12102         * src/addressbook.c
12103                 Put border around buttons
12104         * src/mainwindow.c
12105         * src/summaryview.c
12106                 Rework menus (Patch based on a patch
12107                 by Paul)
12108
12109 2005-10-15 [wwp]        1.9.15cvs48
12110
12111         * src/editjpilot.c
12112         * src/editldap.c
12113         * src/editvcard.c
12114         * src/exphtmldlg.c
12115         * src/expldifdlg.c
12116         * src/export.c
12117         * src/import.c
12118         * src/importldif.c
12119         * src/importmutt.c
12120         * src/importpine.c
12121         * src/prefs_account.c
12122         * src/prefs_spelling.c
12123         * src/gtk/gtkutils.c
12124         * src/gtk/gtkutils.h
12125         * src/plugins/clamav/clamav_plugin_gtk.c
12126         * src/plugins/spamassassin/spamassassin_gtk.c
12127                 use nicer browse-for-file/dir buttons than the "..." ones,
12128                 code factorizing more.
12129
12130 2005-10-14 [colin]      1.9.15cvs47
12131
12132         * src/mainwindow.c
12133                 set relief on the account switcher so that people see it
12134                 grey out Create processing rules when no message is selected
12135         * src/prefs_filtering.c
12136                 ask before closing if the rule has not been modified, even if
12137                 it's not valid
12138         * src/prefs_matcher.c
12139                 fix sensitivity when entering the dialog
12140         * src/gtk/inputdialog.c
12141                 display a better icon on password ask
12142         * src/plugins/pgpcore/passphrase.c
12143                 make the dialog look better
12144
12145 2005-10-14 [paul]       1.9.15cvs46
12146
12147         * src/folderview.c
12148                 indicate presense of marked msgs in
12149                 unexpanded subfolders
12150
12151 2005-10-14 [paul]       1.9.15cvs45
12152
12153         * src/prefs_actions.c
12154         * src/prefs_common.c
12155         * src/prefs_common.h
12156         * src/prefs_filtering_action.c
12157         * src/prefs_matcher.c
12158         * src/prefs_template.c
12159                 remember window sizes
12160                 fix Info button size
12161
12162         Patches by wwp
12163
12164 2005-10-13 [colin]      1.9.15cvs44
12165
12166         * src/mimeview.c
12167         * src/noticeview.c
12168         * src/noticeview.h
12169                 Add a tooltip on the icon (optional) 
12170                 Get rid of the signature buttons and only
12171                 use the icon+tooltip
12172
12173 2005-10-13 [colin]      1.9.15cvs43
12174
12175         * src/noticeview.c
12176         * src/noticeview.h
12177                 Add hand cursor for hovering over icon
12178
12179 2005-10-13 [colin]      1.9.15cvs42
12180
12181         * src/summaryview.c
12182                 Fix crash when quicksearch's hidden 
12183                 at startup
12184
12185 2005-10-13 [colin]      1.9.15cvs41
12186
12187         * src/compose.c
12188                 Set subject when forwarding multiple mails
12189                 Check that other recipient than the default Cc or Bcc
12190                 have been set before sending.
12191
12192 2005-10-13 [colin]      1.9.15cvs40
12193
12194         * src/imap.c
12195                 Batch per-folder
12196                 Introduce locking, but don't use it yet
12197
12198 2005-10-13 [colin]      1.9.15cvs39
12199
12200         * src/gtk/quicksearch.c
12201                 Reset quicksearch when hiding it
12202                 Make sticky a real pref
12203
12204 2005-10-13 [colin]      1.9.15cvs38
12205
12206         * src/summaryview.c
12207                 Faster prefs apply
12208
12209 2005-10-13 [colin]      1.9.15cvs37
12210
12211         * src/mimeview.c
12212         * src/noticeview.c
12213         * src/noticeview.h
12214         * src/plugins/pgpcore/sgpgme.c
12215                 Make privacy icon clickable
12216                 Move Trust field in Full info
12217                 When trust is less than full, don't display
12218                 a warning icon
12219
12220 2005-10-13 [colin]      1.9.15cvs36
12221
12222         * src/folder.c
12223                 Batch on flags sync
12224         * src/folderview.c
12225                 Revert speed hack which is dangerous in fact
12226                 Apply prefs faster
12227
12228 2005-10-13 [colin]      1.9.15cvs35
12229
12230         * src/folder_item_prefs.c
12231                 Fix pref corruption on folder move. Patch
12232                 by wwp
12233
12234 2005-10-13 [paul]       1.9.15cvs34
12235
12236         * src/export.c
12237         * src/import.c
12238                 fix typos in g_warnings
12239         * src/prefs_account.c
12240                 add a file selector for Signature file
12241
12242         Patches by wwp
12243
12244 2005-10-12 [colin]      1.9.15cvs33
12245
12246         * src/mimeview.c
12247                 Provide a quick way to go back from a
12248                 signature's full info to the email part
12249
12250 2005-10-12 [colin]      1.9.15cvs32
12251
12252         * src/compose.c
12253                 Remove old hack of encoding signed mails with base64.
12254                 QP works equally well.
12255
12256 2005-10-12 [colin]      1.9.15cvs31
12257
12258         * src/crash.c
12259                 Replace deprecated GtkText with GtkTextView
12260         * src/imap.c
12261                 Fix a logic bug about counts in imap_select
12262                 (previously un-triggered)
12263         * src/mainwindow.c
12264         * src/summaryview.c
12265         * src/news.c
12266                 Allow local deletion of news posts
12267         * src/mimeview.c
12268                 Show GPG noticeview on the message/rfc822 part
12269                 in addition to the text/plain one
12270         * src/prefs_image_viewer.c
12271           src/plugins/pgpcore/prefs_gpg.c
12272                 Polish (set the label as part of the checkbox)
12273         * src/wizard.c
12274                 Don't sit there doing nothing after destroying
12275                 the window - return err
12276
12277 2005-10-11 [colin]      1.9.15cvs30
12278
12279         * src/folderview.c
12280                 Apply processing rules before showing folders.
12281                 Early folder show (before flags sync) will only
12282                 be done when there are no processing rules (nor
12283                 pre- or post- ones)
12284         * src/imap.c
12285                 Fix stuff related to mail subdir, creation and 
12286                 deletion of folders 
12287         * src/imap_gtk.c
12288                 Don't allow creation of folders in NoInferior
12289                 folders, as it won't work
12290
12291 2005-10-10 [colin]      1.9.15cvs29
12292
12293         * src/compose.c
12294                 Reselect "None" Privacy system when selecting an
12295                 account with no privacy system defined
12296
12297 2005-10-10 [colin]      1.9.15cvs28
12298
12299         * src/mainwindow.c
12300                 Add Windows-1252 encoding
12301         * src/prefs_common.c
12302                 Rework some defaults:
12303                 - autosave to draft by default
12304                 - don't show header pane (it's already in the textview)
12305                 - Select first new or unread mail on entry
12306                 - Assume 'Yes' to change folder when there's no more
12307                   unread message
12308         * src/prefs_matcher.c
12309                 Fix a gtk assertion failure
12310         * src/gtk/colorlabel.c
12311                 Workaround bad repainting on selection
12312         * src/main.c
12313                 Freeze/thaw (a bit faster on ssh -X)
12314         * src/msgcache.c
12315                 Get rid of StrdupConverter that just adds an
12316                 extra strdup/free 
12317         * src/etpan/imap_thread.c
12318                 memset buf to 0
12319
12320 2005-10-10 [colin]      1.9.15cvs27
12321
12322         * src/export.c
12323         * src/import.c
12324                 Fix compile on gtk 2.4. Patch by wwp
12325
12326 2005-10-09 [colin]      1.9.15cvs26
12327
12328         * src/mainwindow.c
12329         * src/messageview.c
12330         * src/summaryview.c
12331                 Clarify forward menus. Patch by wwp
12332
12333 2005-10-09 [colin]      1.9.15cvs25
12334
12335         * src/compose.c
12336         * src/compose.h
12337                 Fix bug #829 (Non-working "Encrypt message by 
12338                 default when replying to an encrypted message")
12339
12340 2005-10-08 [colin]      1.9.15cvs24
12341
12342         * src/wizard.c
12343                 Fix bug #827 ("Welcome" setup wizard after a 
12344                 permission error gives up & forgets itself.)
12345
12346 2005-10-08 [colin]      1.9.15cvs23
12347
12348         * src/procmime.c
12349                 Fix bug #828 (Ignoring headers with spaces around = sign)
12350
12351 2005-10-08 [colin]      1.9.15cvs22
12352
12353         * src/export.c
12354                 Warning fix by wwp
12355
12356 2005-10-08 [colin]      1.9.15cvs21
12357
12358         * src/folder.c
12359         * src/folder.h
12360                 Add a processing_pending indicator, set on 
12361                 folder_item_open and cleared after 
12362                 folder_item_process_open
12363         * src/folderview.c
12364         * src/summaryview.c
12365                 wrap procmsg_msginfo_*_flags, and in the
12366                 wrapper check that there's no folder processing 
12367                 pending. If there is, defer the flags change until 
12368                 processing is done to avoid stepping over each
12369                 other's toes.
12370                 Freeze during processing, but not during scanning.
12371
12372 2005-10-07 [colin]      1.9.15cvs20
12373
12374         * src/plugins/pgpcore/passphrase.c
12375                 Fix bug #826 (X-Server hangs when 
12376                 right-clicking a PGP encrypted message)
12377
12378 2005-10-07 [paul]       1.9.15cvs19
12379
12380         * src/compose.c
12381                 fix compose_entries[]
12382                 patch by Fabien Vantard
12383
12384 2005-10-06 [colin]      1.9.15cvs18
12385
12386         * src/pixmaps/address.xpm
12387         * src/pixmaps/address_book.xpm
12388         * src/pixmaps/book.xpm
12389         * src/pixmaps/check_spelling.xpm
12390         * src/pixmaps/checkbox_off.xpm
12391         * src/pixmaps/checkbox_on.xpm
12392         * src/pixmaps/close.xpm
12393         * src/pixmaps/complete.xpm
12394         * src/pixmaps/continue.xpm
12395         * src/pixmaps/deleted.xpm
12396         * src/pixmaps/down_arrow.xpm
12397         * src/pixmaps/exec.xpm
12398         * src/pixmaps/forwarded.xpm
12399         * src/pixmaps/group.xpm
12400         * src/pixmaps/ignorethread.xpm
12401         * src/pixmaps/interface.xpm
12402         * src/pixmaps/jpilot.xpm
12403         * src/pixmaps/ldap.xpm
12404         * src/pixmaps/linewrap.xpm
12405         * src/pixmaps/linewrapcurrent.xpm
12406         * src/pixmaps/mail.xpm
12407         * src/pixmaps/mail_attach.xpm
12408         * src/pixmaps/mail_compose.xpm
12409         * src/pixmaps/mail_forward.xpm
12410         * src/pixmaps/mail_receive.xpm
12411         * src/pixmaps/mail_receive_all.xpm
12412         * src/pixmaps/mail_reply.xpm
12413         * src/pixmaps/mail_reply_to_all.xpm
12414         * src/pixmaps/mail_reply_to_author.xpm
12415         * src/pixmaps/mail_send.xpm
12416         * src/pixmaps/mail_send_queue.xpm
12417         * src/pixmaps/mime_application.xpm
12418         * src/pixmaps/mime_audio.xpm
12419         * src/pixmaps/mime_image.xpm
12420         * src/pixmaps/mime_message.xpm
12421         * src/pixmaps/mime_text_enriched.xpm
12422         * src/pixmaps/mime_text_html.xpm
12423         * src/pixmaps/mime_text_plain.xpm
12424         * src/pixmaps/mime_unknown.xpm
12425         * src/pixmaps/new.xpm
12426         * src/pixmaps/news_compose.xpm
12427         * src/pixmaps/offline.xpm
12428         * src/pixmaps/online.xpm
12429         * src/pixmaps/paste.xpm
12430         * src/pixmaps/preferences.xpm
12431         * src/pixmaps/privacy_emblem_encrypted.xpm
12432         * src/pixmaps/privacy_expired.xpm
12433         * src/pixmaps/privacy_failed.xpm
12434         * src/pixmaps/privacy_passed.xpm
12435         * src/pixmaps/privacy_signed.xpm
12436         * src/pixmaps/privacy_unknown.xpm
12437         * src/pixmaps/privacy_warn.xpm
12438         * src/pixmaps/properties.xpm
12439         * src/pixmaps/replied.xpm
12440         * src/pixmaps/search.xpm
12441         * src/pixmaps/unread.xpm
12442         * src/pixmaps/up_arrow.xpm
12443         * src/pixmaps/vcard.xpm
12444                 Modernize internal theme, with icons from the 
12445                 Gnomaws theme. Keep some of the old ones where
12446                 they were better.
12447
12448 2005-10-06 [colin]      1.9.15cvs17
12449
12450         * src/summaryview.c
12451                 Little optimisations + bugfix
12452         * src/toolbar.c
12453                 Remove default useless items - useless being defined
12454                 by the default relevant prefs
12455         * src/wizard.c
12456                 include config.h to make gettext work
12457         * src/prefs_themes.c
12458                 Fix selection of current theme in prefs
12459
12460 2005-10-06 [colin]      1.9.15cvs16
12461
12462         * src/prefs_common.c
12463         * src/prefs_common.h
12464         * src/prefs_summaries.c
12465         * src/folderview.c
12466                 Add a warning dialog on Mark all read 
12467                 (with pref to get rid of it)
12468
12469 2005-10-06 [paul]       1.9.15cvs15
12470
12471         * po/nb.po
12472         * po/pt_BR.po
12473                 updated by Geir Helland and Frederico
12474                 Goncalves Guimaraes
12475
12476 2005-10-05 [colin]      1.9.15cvs14
12477
12478         * src/folder.c
12479         * src/folder.h
12480         * src/folderview.c
12481         * src/folderview.h
12482         * src/imap_gtk.c
12483         * src/mh_gtk.c
12484         * src/mainwindow.c
12485         * src/setup.c
12486                 add a way to rescan without rebuilding
12487                 make moving a bit faster (less folders changes)
12488                 don't lock the tree on Get 
12489         * src/imap.c
12490                 Don't re-delete deleted messages before expunging
12491         * src/summaryview.c
12492                 Set batch mode when deleting mails
12493
12494 2005-10-05 [paul]       1.9.15cvs13
12495
12496         * src/mainwindow.c
12497         * src/mainwindow.h
12498                 fix disabled Execute menu item
12499         * src/toolbar.c
12500                 match the change in 1.9.15cvs10: use Compose
12501                 instead of News by default
12502
12503 2005-10-04 [colin]      1.9.15cvs12
12504
12505         * src/compose.c
12506                 When replying to an ML post with Reply-To set
12507                 to the poster's email, honor it (as before),
12508                 but also honor our user's request to reply to
12509                 the mailing list: set the ML address in the To
12510                 field and the Reply-To address in the Cc: 
12511                 field.
12512
12513 2005-10-04 [colin]      1.9.15cvs11
12514
12515         * src/plugins/trayicon/trayicon.c
12516                 Finish cosmetic change - thanks to wwp
12517
12518 2005-10-04 [colin]      1.9.15cvs10
12519
12520         * src/toolbar.c
12521                 Use Compose instead of Email by default.
12522                 Spotted by wwp.
12523
12524 2005-10-04 [colin]      1.9.15cvs9
12525
12526         * src/folder.c
12527         * src/folder.h
12528         * src/folderview.c
12529         * src/imap.c
12530         * src/etpan/imap-thread.c
12531         * src/etpan/imap-thread.h
12532                 Try to make IMAP faster, by simplifying SEARCH
12533                 commands, avoiding sending two STATUS in a row,
12534                 and deferring flags sync and processing just
12535                 after displaying the folder. 
12536                 This will update the SummaryView in certain
12537                 cases (new mails not already fetched, flags
12538                 changed from another client) but in a non-
12539                 blocking manner.
12540
12541 2005-10-04 [colin]      1.9.15cvs8
12542
12543         * src/plugins/trayicon/trayicon.c
12544                 Relabel "Offline" to "Work offline"
12545
12546 2005-10-04 [colin]      1.9.15cvs7
12547
12548         * src/export.c
12549         * src/import.c
12550         * src/mbox.c
12551                 Fix mbox import/export buglets
12552                 Patch by wwp
12553         * src/plugins/trayicon/trayicon.c
12554                 Add offline swithc
12555                 Patch by wwp
12556
12557 2005-10-04 [colin]      1.9.15cvs6
12558
12559         * src/folder.c
12560         * src/folderview.c
12561         * src/summaryview.c
12562                 Better fix (don't break mark all read) for cvs2
12563
12564 2005-10-03 [colin]      1.9.15cvs5
12565
12566         * src/folder.c
12567                 Use a sane sort by default
12568
12569 2005-10-03 [colin]      1.9.15cvs4
12570
12571         * src/inc.c
12572                 Add a 'Only once' button for overriding offline mode
12573         * src/prefs_account.c
12574         * src/wizard.c
12575                 Add Local mbox to the wizard
12576                 Add IMAP subdir to the wizard (or the wizard is useless
12577                 for such accounts, or even worse than useless)
12578                 Move IMAP subdir from Advanced to Receive tab, as it's
12579                 not that uncommon
12580
12581 2005-10-03 [colin]      1.9.15cvs3
12582
12583         * src/send_message.c
12584                 Forgot this one in cvs1
12585
12586 2005-10-03 [colin]      1.9.15cvs2
12587
12588         * src/folder.c
12589                 Faster close when leaving a folder with lots
12590                 of new mails. Idea by David Relson.
12591
12592 2005-10-03 [colin]      1.9.15cvs1
12593
12594         * src/compose.c
12595         * src/imap.c
12596         * src/inc.c
12597         * src/main.c
12598         * src/messageview.c
12599         * src/news.c
12600         * src/summaryview.c
12601         * src/gtk/sslcertwindow.c
12602         * src/plugins/trayicon/trayicon.c
12603                 Add accels to every AlertPanel. Patch by Fabien 
12604                 Vantard
12605
12606 2005-10-03 [paul]       1.9.15
12607
12608         1.9.15 released
12609
12610 2005-10-03 [paul]       1.9.14cvs68
12611
12612         * po/ca.po
12613         * po/de.po
12614         * po/es.po
12615         * po/fi.po
12616         * po/fr.po
12617         * po/sk.po
12618         * po/sr.po
12619         * po/zh_CN.po
12620                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12621                 Mones Lastra, Tommi Pirinen, Fabien vantard,
12622                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
12623
12624 2005-10-03 [paul]       1.9.14cvs67
12625
12626         * src/send_message.c
12627                 prevent hang on Cancel
12628                 patch by Colin
12629
12630 2005-10-03 [paul]       1.9.14cvs66
12631
12632         * src/main.c
12633                 fix crash in IMAP caused by discrepancy
12634                 between check_at_startup and offline mode
12635                 Patch by Colin
12636
12637 2005-10-01 [paul]       1.9.14cvs65
12638
12639         * src/inc.c
12640                 fix engrish
12641
12642 2005-10-01 [paul]       1.9.14cvs64
12643         * src/export.c
12644         * src/import.c
12645                 synchronise import_mbox() and export_mbox()
12646         * src/mbox.c
12647                 proc_mbox(): add alert if file cannot be opened
12648                 export_list_to_mbox(): test if dest file exists,
12649                 prompt user to overwrite if it does. add alert
12650                 if file cannot be created
12651                                                                 
12652         Patch by wwp
12653                                                                                                                 
12654
12655 2005-09-30 [paul]       1.9.14cvs63
12656
12657         * src/addressbook.c
12658                 Fix sensitivity of a menu
12659         * src/codeconv.c
12660                 Respect hidden pref for mails with no encoding
12661         * src/common/xml.c
12662                 Fix memory corruption
12663         * src/plugins/pgpcore/sgpgme.c
12664                 Fix segfault on incomplete sigs, and display
12665                 of S/Mime UIDs
12666
12667         Patches by Colin
12668
12669 2005-09-30 [colin]      1.9.14cvs62
12670
12671         * src/partial_download.c
12672                 Little logic fix in almost-dead code
12673         * src/pop.c
12674                 Fix partial download when there's no new mail
12675
12676 2005-09-29 [paul]       1.9.14cvs61
12677
12678         * src/plugins/pgpinline/pgpinline.c
12679                 fix bug 819, 'crash accessing sign message'
12680                 Patch by Colin
12681
12682 2005-09-28 [martin]     1.9.14cvs60
12683
12684         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12685                 fix bug #790 (Crash when restarting window manager (fluxbox))
12686
12687 2005-09-28 [paul]       1.9.14cvs59
12688
12689         * src/gtk/gtkaspell.c
12690                 fix off-by-one typo
12691
12692 2005-09-27 [colin]      1.9.14cvs58
12693
12694         * src/plugins/pgpcore/sgpgme.c
12695                 Report error when there's one, instead of
12696                 "Signature unchecked" 
12697
12698 2005-09-27 [colin]      1.9.14cvs57
12699
12700         * src/prefs_quote.c
12701                 Fix bug #816 (Weird quotation with spaces)
12702
12703 2005-09-27 [colin]      1.9.14cvs56
12704
12705         * src/codeconv.c
12706         * src/compose.c
12707         * src/compose.h
12708                 Put subject in compose's title
12709                 Fix Automatic encoding so that it's really automatic:
12710                 first try default locale's charset, then charset of the replied mail, 
12711                 then utf-8
12712                 Fix encoding of headers (must be in strict mode too)
12713
12714 2005-09-26 [colin]      1.9.14cvs55
12715
12716         * src/gtk/gtkaspell.c
12717                 Fix previous patch - don't color the space,
12718                 just uncolor it :)
12719
12720 2005-09-26 [colin]      1.9.14cvs54
12721
12722         * src/gtk/gtkaspell.c
12723                 Unmark space if possible
12724
12725 2005-09-26 [colin]      1.9.14cvs53
12726
12727         * src/imap.c
12728                 log_error instead of alertpanel according to the pref
12729         * src/etpan/imap-thread.c
12730                 Print connect status, copy only necessary size to 
12731                 logger
12732         * src/plugins/pgpmime/pgpmime.c
12733                 Handle S/Mime signatures (verification only). Patch based
12734                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
12735
12736 2005-09-26 [paul]       1.9.14cvs52
12737
12738         * src/common/passcrypt.c
12739                 this 'workaround' not necessary on NetBSD.
12740                 Thanks to Daniel Gustafson
12741
12742 2005-09-26 [paul]
12743
12744         1.9.15-rc4 released
12745
12746 2005-09-26 [paul]       1.9.14cvs51
12747
12748         * src/summaryview.c
12749                 Skip currently selected message when
12750                 looking for next new or unread message
12751                 in current folder. Patch by Colin
12752         * src/common/passcrypt.c
12753                 eliminate warnings on *BSD. Patch by
12754                 Daniel Gustafson
12755
12756 2005-09-26 [colin]      1.9.14cvs50
12757
12758         * src/procmsg.c
12759                 Call postfiltering hook anyway
12760
12761 2005-09-22 [colin]      1.9.14cvs49
12762
12763         * src/codeconv.c
12764         * src/codeconv.h
12765                 Add a strict mode that doesn't replace with _
12766         * src/compose.c
12767         * src/compose.h
12768                 Use strict conversion while sending
12769                 Fix race when drafting while sending (happens
12770                 on IMAP)
12771                 Fix d'n'd of messages from summaryview
12772         * src/prefs_common.c
12773         * src/prefs_common.h
12774                 add hidden utf8_instead_of_locale_for_broken_mail 
12775                 pref for people that preferred the default charset 
12776                 to be utf8 for broken mails
12777         * src/quote_fmt_parse.y
12778                 fix bug #815 (No quote insert if "From:" fied 
12779                 contained Russian letters)
12780         * src/summaryview.c
12781                 Fix d'n'd of messages to compose
12782
12783 2005-09-22 [paul]       1.9.14cvs48
12784
12785         * src/compose.c
12786                 fix bug where attachments Name entry
12787                 would display Path instead
12788
12789 2005-09-21 [paul]       1.9.14cvs47
12790
12791         * README
12792         * README.jp
12793         * configure.ac
12794         * config/config.rpath
12795         * doc/manual/en/sylpheed-20.html
12796         * doc/manual/es/sylpheed-20.html
12797         * po/bg.po
12798         * po/ca.po
12799         * po/de.po
12800         * po/es.po
12801         * po/fr.po
12802         * po/it.po
12803         * po/pt_BR.po
12804         * po/sk.po
12805         * po/zh_TW.po
12806         * src/account.c
12807         * src/account.h
12808         * src/action.c
12809         * src/action.h
12810         * src/adbookbase.h
12811         * src/addr_compl.c
12812         * src/addr_compl.h
12813         * src/addrbook.c
12814         * src/addrbook.h
12815         * src/addrcache.c
12816         * src/addrcache.h
12817         * src/addrcindex.c
12818         * src/addrcindex.h
12819         * src/addrclip.c
12820         * src/addrclip.h
12821         * src/addrdefs.h
12822         * src/addressadd.c
12823         * src/addressadd.h
12824         * src/addressbook.c
12825         * src/addressbook.h
12826         * src/addressitem.h
12827         * src/addrgather.c
12828         * src/addrgather.h
12829         * src/addrharvest.c
12830         * src/addrharvest.h
12831         * src/addrindex.c
12832         * src/addrindex.h
12833         * src/addritem.c
12834         * src/addritem.h
12835         * src/addrquery.c
12836         * src/addrquery.h
12837         * src/addrselect.c
12838         * src/addrselect.h
12839         * src/alertpanel.c
12840         * src/alertpanel.h
12841         * src/browseldap.c
12842         * src/browseldap.h
12843         * src/codeconv.c
12844         * src/codeconv.h
12845         * src/compose.c
12846         * src/compose.h
12847         * src/crash.c
12848         * src/crash.h
12849         * src/customheader.c
12850         * src/customheader.h
12851         * src/displayheader.c
12852         * src/displayheader.h
12853         * src/editaddress.c
12854         * src/editaddress.h
12855         * src/editbook.c
12856         * src/editbook.h
12857         * src/editgroup.c
12858         * src/editgroup.h
12859         * src/editjpilot.c
12860         * src/editjpilot.h
12861         * src/editldap.c
12862         * src/editldap.h
12863         * src/editldap_basedn.c
12864         * src/editldap_basedn.h
12865         * src/editvcard.c
12866         * src/editvcard.h
12867         * src/enriched.c
12868         * src/enriched.h
12869         * src/exphtmldlg.c
12870         * src/exphtmldlg.h
12871         * src/expldifdlg.c
12872         * src/expldifdlg.h
12873         * src/export.c
12874         * src/export.h
12875         * src/exporthtml.c
12876         * src/exporthtml.h
12877         * src/exportldif.c
12878         * src/exportldif.h
12879         * src/filtering.c
12880         * src/filtering.h
12881         * src/folder.c
12882         * src/folder.h
12883         * src/folder_item_prefs.c
12884         * src/folder_item_prefs.h
12885         * src/foldersel.c
12886         * src/foldersel.h
12887         * src/folderutils.c
12888         * src/folderutils.h
12889         * src/folderview.c
12890         * src/folderview.h
12891         * src/grouplistdialog.c
12892         * src/grouplistdialog.h
12893         * src/headerview.c
12894         * src/headerview.h
12895         * src/html.c
12896         * src/html.h
12897         * src/image_viewer.c
12898         * src/image_viewer.h
12899         * src/imap.c
12900         * src/imap.h
12901         * src/imap_gtk.c
12902         * src/imap_gtk.h
12903         * src/import.c
12904         * src/import.h
12905         * src/importldif.c
12906         * src/importldif.h
12907         * src/importmutt.c
12908         * src/importmutt.h
12909         * src/importpine.c
12910         * src/importpine.h
12911         * src/inc.c
12912         * src/inc.h
12913         * src/jpilot.c
12914         * src/jpilot.h
12915         * src/ldapctrl.c
12916         * src/ldapctrl.h
12917         * src/ldaplocate.c
12918         * src/ldaplocate.h
12919         * src/ldapquery.c
12920         * src/ldapquery.h
12921         * src/ldapserver.c
12922         * src/ldapserver.h
12923         * src/ldaputil.c
12924         * src/ldaputil.h
12925         * src/ldif.c
12926         * src/ldif.h
12927         * src/localfolder.c
12928         * src/localfolder.h
12929         * src/main.c
12930         * src/main.h
12931         * src/mainwindow.c
12932         * src/mainwindow.h
12933         * src/manual.c
12934         * src/manual.h
12935         * src/matcher.c
12936         * src/matcher.h
12937         * src/matcher_parser.h
12938         * src/matcher_parser_lex.l
12939         * src/matcher_parser_parse.y
12940         * src/mbox.c
12941         * src/mbox.h
12942         * src/message_search.c
12943         * src/message_search.h
12944         * src/messageview.c
12945         * src/messageview.h
12946         * src/mh.c
12947         * src/mh.h
12948         * src/mh_gtk.c
12949         * src/mh_gtk.h
12950         * src/mimeview.c
12951         * src/mimeview.h
12952         * src/msgcache.c
12953         * src/msgcache.h
12954         * src/mutt.c
12955         * src/mutt.h
12956         * src/news.c
12957         * src/news.h
12958         * src/news_gtk.c
12959         * src/news_gtk.h
12960         * src/noticeview.c
12961         * src/noticeview.h
12962         * src/partial_download.c
12963         * src/partial_download.h
12964         * src/pine.c
12965         * src/pine.h
12966         * src/pop.c
12967         * src/pop.h
12968         * src/prefs_account.c
12969         * src/prefs_account.h
12970         * src/prefs_actions.c
12971         * src/prefs_actions.h
12972         * src/prefs_common.c
12973         * src/prefs_common.h
12974         * src/prefs_compose_writing.c
12975         * src/prefs_compose_writing.h
12976         * src/prefs_customheader.c
12977         * src/prefs_customheader.h
12978         * src/prefs_display_header.c
12979         * src/prefs_display_header.h
12980         * src/prefs_ext_prog.c
12981         * src/prefs_ext_prog.h
12982         * src/prefs_filtering.c
12983         * src/prefs_filtering.h
12984         * src/prefs_filtering_action.c
12985         * src/prefs_filtering_action.h
12986         * src/prefs_folder_column.c
12987         * src/prefs_folder_column.h
12988         * src/prefs_folder_item.c
12989         * src/prefs_folder_item.h
12990         * src/prefs_fonts.c
12991         * src/prefs_fonts.h
12992         * src/prefs_gtk.c
12993         * src/prefs_gtk.h
12994         * src/prefs_image_viewer.c
12995         * src/prefs_image_viewer.h
12996         * src/prefs_matcher.c
12997         * src/prefs_matcher.h
12998         * src/prefs_message.c
12999         * src/prefs_message.h
13000         * src/prefs_msg_colors.c
13001         * src/prefs_msg_colors.h
13002         * src/prefs_other.c
13003         * src/prefs_other.h
13004         * src/prefs_quote.c
13005         * src/prefs_quote.h
13006         * src/prefs_receive.c
13007         * src/prefs_receive.h
13008         * src/prefs_send.c
13009         * src/prefs_send.h
13010         * src/prefs_spelling.c
13011         * src/prefs_spelling.h
13012         * src/prefs_summaries.c
13013         * src/prefs_summaries.h
13014         * src/prefs_summary_column.c
13015         * src/prefs_summary_column.h
13016         * src/prefs_template.c
13017         * src/prefs_template.h
13018         * src/prefs_themes.c
13019         * src/prefs_themes.h
13020         * src/prefs_toolbar.c
13021         * src/prefs_toolbar.h
13022         * src/prefs_wrapping.c
13023         * src/prefs_wrapping.h
13024         * src/privacy.c
13025         * src/privacy.h
13026         * src/procheader.c
13027         * src/procheader.h
13028         * src/procmime.c
13029         * src/procmime.h
13030         * src/procmsg.c
13031         * src/procmsg.h
13032         * src/quote_fmt.c
13033         * src/quote_fmt_parse.y
13034         * src/recv.c
13035         * src/recv.h
13036         * src/remotefolder.c
13037         * src/remotefolder.h
13038         * src/send_message.c
13039         * src/send_message.h
13040         * src/setup.c
13041         * src/setup.h
13042         * src/simple-gettext.c
13043         * src/sourcewindow.c
13044         * src/sourcewindow.h
13045         * src/ssl_manager.c
13046         * src/ssl_manager.h
13047         * src/statusbar.c
13048         * src/statusbar.h
13049         * src/stock_pixmap.c
13050         * src/stock_pixmap.h
13051         * src/summary_search.c
13052         * src/summary_search.h
13053         * src/summaryview.c
13054         * src/summaryview.h
13055         * src/syldap.c
13056         * src/syldap.h
13057         * src/textview.c
13058         * src/textview.h
13059         * src/toolbar.c
13060         * src/toolbar.h
13061         * src/undo.c
13062         * src/undo.h
13063         * src/unmime.c
13064         * src/unmime.h
13065         * src/vcard.c
13066         * src/vcard.h
13067         * src/wizard.c
13068         * src/wizard.h
13069         * src/common/base64.c
13070         * src/common/base64.h
13071         * src/common/defs.h
13072         * src/common/hooks.c
13073         * src/common/hooks.h
13074         * src/common/log.c
13075         * src/common/log.h
13076         * src/common/md5.c
13077         * src/common/md5.h
13078         * src/common/mgutils.c
13079         * src/common/mgutils.h
13080         * src/common/nntp.c
13081         * src/common/nntp.h
13082         * src/common/passcrypt.c
13083         * src/common/passcrypt.h.in
13084         * src/common/plugin.c
13085         * src/common/plugin.h
13086         * src/common/prefs.c
13087         * src/common/prefs.h
13088         * src/common/progressindicator.c
13089         * src/common/progressindicator.h
13090         * src/common/quoted-printable.c
13091         * src/common/quoted-printable.h
13092         * src/common/session.c
13093         * src/common/session.h
13094         * src/common/smtp.c
13095         * src/common/smtp.h
13096         * src/common/socket.c
13097         * src/common/socket.h
13098         * src/common/ssl.c
13099         * src/common/ssl.h
13100         * src/common/ssl_certificate.c
13101         * src/common/ssl_certificate.h
13102         * src/common/string_match.c
13103         * src/common/string_match.h
13104         * src/common/stringtable.c
13105         * src/common/sylpheed.c
13106         * src/common/sylpheed.h
13107         * src/common/template.c
13108         * src/common/template.h
13109         * src/common/timing.h
13110         * src/common/utils.c
13111         * src/common/utils.h
13112         * src/common/uuencode.c
13113         * src/common/uuencode.h
13114         * src/common/version.h.in
13115         * src/common/xml.c
13116         * src/common/xml.h
13117         * src/common/xmlprops.c
13118         * src/common/xmlprops.h
13119         * src/gtk/about.c
13120         * src/gtk/about.h
13121         * src/gtk/colorlabel.c
13122         * src/gtk/colorlabel.h
13123         * src/gtk/colorsel.c
13124         * src/gtk/colorsel.h
13125         * src/gtk/description_window.c
13126         * src/gtk/description_window.h
13127         * src/gtk/filesel.c
13128         * src/gtk/filesel.h
13129         * src/gtk/foldersort.c
13130         * src/gtk/foldersort.h
13131         * src/gtk/gtkutils.c
13132         * src/gtk/gtkutils.h
13133         * src/gtk/inputdialog.c
13134         * src/gtk/inputdialog.h
13135         * src/gtk/logwindow.c
13136         * src/gtk/logwindow.h
13137         * src/gtk/manage_window.c
13138         * src/gtk/manage_window.h
13139         * src/gtk/menu.c
13140         * src/gtk/menu.h
13141         * src/gtk/pluginwindow.c
13142         * src/gtk/pluginwindow.h
13143         * src/gtk/prefswindow.c
13144         * src/gtk/prefswindow.h
13145         * src/gtk/progressdialog.c
13146         * src/gtk/progressdialog.h
13147         * src/gtk/quicksearch.c
13148         * src/gtk/quicksearch.h
13149         * src/gtk/sslcertwindow.c
13150         * src/gtk/sslcertwindow.h
13151         * src/plugins/clamav/clamav_plugin.c
13152         * src/plugins/clamav/clamav_plugin.h
13153         * src/plugins/clamav/clamav_plugin_gtk.c
13154         * src/plugins/demo/demo.c
13155         * src/plugins/dillo_viewer/dillo_prefs.c
13156         * src/plugins/dillo_viewer/dillo_prefs.h
13157         * src/plugins/dillo_viewer/dillo_viewer.c
13158         * src/plugins/mathml_viewer/mathml_viewer.c
13159         * src/plugins/pgpcore/passphrase.c
13160         * src/plugins/pgpcore/passphrase.h
13161         * src/plugins/pgpcore/plugin.c
13162         * src/plugins/pgpcore/prefs_gpg.c
13163         * src/plugins/pgpcore/prefs_gpg.h
13164         * src/plugins/pgpcore/select-keys.c
13165         * src/plugins/pgpcore/select-keys.h
13166         * src/plugins/pgpcore/sgpgme.c
13167         * src/plugins/pgpcore/sgpgme.h
13168         * src/plugins/pgpinline/pgpinline.c
13169         * src/plugins/pgpinline/pgpinline.h
13170         * src/plugins/pgpinline/plugin.c
13171         * src/plugins/pgpmime/pgpmime.c
13172         * src/plugins/pgpmime/pgpmime.h
13173         * src/plugins/pgpmime/plugin.c
13174         * src/plugins/spamassassin/spamassassin.c
13175         * src/plugins/spamassassin/spamassassin.h
13176         * src/plugins/spamassassin/spamassassin_gtk.c
13177         * src/plugins/trayicon/trayicon.c
13178         * tools/OOo2sylpheed.pl
13179         * tools/acroread2sylpheed.pl
13180         * tools/asus_mailled.sh
13181         * tools/filter_conv.pl
13182         * tools/freshmeat_search.pl
13183         * tools/google_search.pl
13184         * tools/kmail2sylpheed.pl
13185         * tools/kmail2sylpheed_v2.pl
13186         * tools/maildir2sylpheed.pl
13187         * tools/multiwebsearch.pl
13188         * tools/newscache_clean.pl
13189         * tools/outlook2sylpheed.pl
13190         * tools/sylpheed-switcher
13191         * tools/update-po
13192         * tools/vcard2xml.py
13193         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
13194                 update FSF address
13195
13196 2005-09-21 [colin]      1.9.14cvs46
13197
13198         * src/gedit-print.c
13199         * src/procmsg.c
13200         * src/procmsg.h
13201         * src/textview.c
13202         * src/summaryview.c
13203                 Remove some printing hacks (deselection/reselection),
13204                 which by the way fix printing the currently 
13205                 displayed mime part (still only text)
13206                 Plus a little optimisation of summary_show
13207
13208
13209 2005-09-20 [colin]      1.9.14cvs45
13210
13211         * src/mainwindow.c
13212         * src/messageview.c
13213                 GUI fixups: add accels, set message
13214                 view title to displayed mail's subject
13215         * src/prefs_spelling.c
13216         * src/gtk/gtkaspell.c
13217                 GUI fixups: allow underlining misspelled
13218                 words instead of coloring them (a11y!)
13219
13220 2005-09-19 [colin]
13221
13222         1.9.15rc3 released
13223
13224 2005-09-19 [colin]      1.9.14cvs44
13225
13226         * src/compose.c
13227                 Fix draft message
13228         * src/gtk/gtkaspell.c
13229                 Fix wrong test ;-)
13230
13231 2005-09-19 [colin]      1.9.14cvs43
13232
13233         * src/addressbook.c
13234                 Fix sensitivity of Delete button
13235         * src/compose.c
13236                 Warn if the requested Privacy system
13237                 is not available
13238         * src/exphtmldlg.c
13239         * src/expldifdlg.c
13240         * src/importldif.c
13241         * src/importmutt.c
13242         * src/importpine.c
13243                 Fix crappy UI
13244         * src/
13245         * src/ssl.h
13246         * src/prefs_account.h
13247         * src/prefs_account.c
13248                 Save SSL prefs even in builds that have
13249                 SSL support disable
13250         * src/imap.c
13251         * src/inc.c
13252         * src/news.c
13253         * src/send_message.c
13254                 Warn if connection should be secure, but
13255                 SSL support isn't compiled in
13256         * src/gtkaspell.c
13257                 Fix word separation on UTF-8 systems
13258                 Fixes bug #812 (Strange inline spellchecking)
13259         * src/compose.c
13260                 Warn if the requested Privacy system
13261                 is not available
13262                 Factorize offline warning
13263         * src/imap.c
13264         * src/imap_gtk.c
13265         * src/imap_gtk.h
13266         * src/inc.h
13267         * src/news_gtk.c
13268         * src/news_gtk.h
13269         * src/messageview.c
13270                 Factorize offline warning
13271
13272 2005-09-19 [paul]
13273
13274         1.9.15-rc2 released
13275
13276 2005-09-18 [colin]      1.9.14cvs42
13277
13278         * src/codeconv.c
13279         * src/codeconv.h
13280         * src/procmime.c
13281                 Add a way to get locale's charset ignoring utf-8,
13282                 and use that as default encoding for broken mails
13283
13284 2005-09-18 [colin]      1.9.14cvs41
13285
13286         * src/gtk/logwindow.c
13287                 Translate string. Patch by Fabien Vantard
13288
13289 2005-09-18 [colin]      1.9.14cvs40
13290
13291         * configure.ac
13292                 Fix bug #803 (IMAP/SSL support breaks with 
13293                 GnuTLS libetpan 0.38)
13294
13295 2005-09-18 [colin]      1.9.14cvs39
13296
13297         * src/codeconv.c
13298         * src/compose.c
13299         * src/procmime.c
13300                 More charsets fixes. Fixes bug #806 (non
13301                 ascii characters in subject line)
13302
13303 2005-09-17 [paul]       1.9.14cvs38
13304
13305         * src/folderview.c
13306         * src/mainwindow.c
13307                 fix gcc-2.95 issues
13308                 Patch by Pawel Pekala
13309
13310 2005-09-17 [colin]      1.9.14cvs37
13311
13312         * src/addrindex.c
13313                 bugfix for NO-USE LDAP compilation, patch 
13314                 by Fabien Vantard
13315
13316 2005-09-17 [colin]      1.9.14cvs36
13317
13318         * src/prefs_actions.c
13319         * src/prefs_customheader.c
13320         * src/prefs_display_header.c
13321         * src/prefs_filtering_action.c
13322         * src/prefs_matcher.c
13323         * src/prefs_toolbar.c
13324                 Fix strange casts (less elegant but
13325                 works better)
13326
13327 2005-09-16 [colin]      1.9.14cvs35
13328
13329         * src/jpilot.c
13330                 Missed that one
13331
13332 2005-09-16 [colin]      1.9.14cvs34
13333
13334         * configure.ac
13335         * src/Makefile.am
13336         * src/addr_compl.c
13337         * src/addrindex.c
13338         * src/browseldap.c
13339         * src/editldap.c
13340         * src/ldaplocate.c
13341         * src/ldapquery.c
13342         * src/ldapquery.h
13343         * src/ldapserver.c
13344         * src/ldapserver.h
13345         * src/main.c
13346         * src/matcher_parser_parse.y
13347         * src/prefs_themes.c
13348         * src/etpan/Makefile.am
13349         * src/gtk/description_window.c
13350         * src/plugins/clamav/Makefile.am
13351         * src/plugins/clamav/clamav_plugin.c
13352         * src/plugins/dillo_viewer/Makefile.am
13353         * src/plugins/pgpcore/Makefile.am
13354         * src/plugins/pgpinline/Makefile.am
13355         * src/plugins/pgpmime/Makefile.am
13356         * src/plugins/trayicon/Makefile.am
13357                 Fix 100% cpu usage in address completion list
13358                 Fix little bugs (return with no values etc)
13359                 Fix all warnings (with common CFLAGS)
13360
13361 2005-09-15 [colin]      1.9.14cvs33
13362
13363         * src/addressbook.c
13364                 Fix bug where sometimes a group's email list is empty,
13365                 force its refresh (probably fixes "Re: how to create a 
13366                 distribution list")
13367         * src/ldapquery.c
13368                 Don't return to the callback in the main thread from the
13369                 fetch thread (or face segs!)
13370
13371 2005-09-15 [paul]       1.9.14cvs32
13372
13373         * src/prefs_matcher.c
13374                 forgotten in last commit
13375
13376 2005-09-15 [paul]       1.9.14cvs31
13377
13378         * src/prefs_actions.c
13379         * src/prefs_filtering_action.c
13380         * src/prefs_quote.c
13381         * src/quote_fmt.c
13382         * src/summaryview.c
13383         * src/gtk/description_window.c
13384         * src/gtk/description_window.h
13385         * src/gtk/quicksearch.c
13386                 allow interaction with the called
13387                 description window
13388                 Patch by Anders Hammar
13389
13390 2005-09-14 [paul]       1.9.14cvs30
13391
13392         * src/compose.c
13393                 fix a little annoyance when pasting with 3rd button 
13394                 with wrap_pastes=0 and wrap_input=1
13395                 Patch by Colin
13396
13397 2005-09-14 [paul]       1.9.14cvs29
13398
13399         * src/prefs_account.c
13400                 disable 'Filter messages on receiving' for
13401                 SMTP-only accounts
13402                 Patch  by Anders Hammar
13403
13404 2005-09-14 [paul]       1.9.14cvs28
13405
13406         * po/sk.po
13407                 fix crash
13408                 updated by Andrej Kacian
13409
13410 2005-09-14 [paul]
13411
13412         1.9.15-rc1 released
13413
13414 2005-09-14 [paul]       1.9.14cvs27
13415
13416         * po/es.po
13417                 updated by Ricardo Mones Lastra
13418         * src/compose.c
13419         * src/compose.h
13420                 associate no_wrap_tags to Compose windows
13421                 instead of using a static one
13422                 Patch by Colin
13423         * src/mbox.c
13424                 fix proc_mbox()
13425                 Patch by wwp
13426         * src/textview.c
13427                 remove unneeded printf()
13428
13429 2005-09-14 [paul]       1.9.14cvs26
13430
13431         * src/addrcache.c
13432         * src/codeconv.h
13433         * src/folder.h
13434         * src/mainwindow.h
13435         * src/mh.c
13436         * src/mimeview.h
13437         * src/partial_download.c
13438         * src/pop.c
13439         * src/prefs_account.c
13440         * src/prefs_account.h
13441         * src/prefs_actions.c
13442         * src/prefs_customheader.c
13443         * src/prefs_display_header.c
13444         * src/prefs_filtering_action.c
13445         * src/prefs_matcher.c
13446         * src/prefs_toolbar.c
13447         * src/privacy.h
13448         * src/procmime.c
13449         * src/procmime.h
13450         * src/procmsg.h
13451         * src/textview.c
13452         * src/undo.h
13453         * src/common/plugin.c
13454         * src/common/session.h
13455         * src/common/socket.c
13456         * src/common/socket.h
13457         * src/common/template.c
13458         * src/gtk/gtkaspell.c
13459         * src/gtk/quicksearch.h
13460         * src/plugins/pgpcore/passphrase.c
13461         * src/plugins/pgpcore/prefs_gpg.h
13462         * src/plugins/pgpcore/select-keys.c
13463         * src/plugins/pgpcore/select-keys.h
13464         * src/plugins/pgpcore/sgpgme.c
13465         * src/plugins/pgpinline/pgpinline.c
13466         * src/plugins/pgpmime/pgpmime.c
13467         * src/plugins/trayicon/trayicon.c
13468                 fix compilation warnings
13469                 Patch by Daniel Gustafson
13470
13471 2005-09-14 [paul]       1.9.14cvs25
13472
13473         * src/addressbook.c
13474                 add missing column header, and other small
13475                 bug fixes
13476                 Patch by Anders Hammar
13477
13478 2005-09-13 [colin]      1.9.14cvs24
13479
13480         * src/gtk/gtkaspell.c
13481                 Fix non-utf8 in menu
13482                 Fix little leaks
13483                 Nullify struct members after free()s
13484
13485 2005-09-13 [colin]      1.9.14cvs23
13486
13487         * src/compose.c
13488                 Test utf8 compliance before inserting to 
13489                 buffer, and try to convert if necessary
13490         * src/procmime.c
13491                 If no charset is present, use the locale 
13492                 one instead of us-ascii
13493         * src/procmsg.c
13494                 Add Sender, List-Post and To in the checked 
13495                 headers for automatic rules creation 
13496                 (thanks to wwp)
13497         * src/prefs_themes.c
13498         * src/gtk/gtkaspell.c
13499                 Remove deprecated functions. 
13500                 patch by Daniel Gustafson
13501
13502 2005-09-12 [colin]      1.9.14cvs22
13503
13504         * src/compose.c
13505                 Fix bug #448 (Scrolling/Redraw issue with 
13506                 address-fields in Header)
13507         * src/mainwindow.c
13508         * src/summaryview.c
13509         * src/summaryview.h
13510                 Fix loss of MSG_MARKED on move/copy
13511                 Fix bug #804 (Quicksearch togglebutton doesn't 
13512                 get depressed after '/' key is pressed)
13513
13514 2005-09-12 [paul]       1.9.14cvs21
13515
13516         * AUTHORS
13517         * src/gtk/logwindow.c
13518                 add 'Clear Log' to popup menu
13519                 Patch by Anders Hammar <anders.hammar@telia.com>
13520
13521 2005-09-12 [paul]       1.9.14cvs20
13522
13523         * src/compose.c
13524                 set correct sensitivity on attachments
13525                 popup menu
13526         * src/folder.c
13527                 fix typo
13528         * src/prefs_spelling.c
13529                 fix crash when no LANG env is set
13530         * src/common/xml.c
13531                 fix crash in wizard
13532                 don't use memeory after free
13533
13534         All patches by Daniel Gustafson
13535
13536 2005-09-12 [paul]       1.9.14cvs19
13537
13538         * src/prefs_themes.c
13539                 make theme info selectable
13540         * src/gtk/description_window.c
13541                 make window non-modal
13542         * tools/README
13543                 add details of asus_mailed.sh
13544         * tools/claws.i18n.status.pl
13545                 update for new zh_TW translator
13546                 widen the output
13547                 create alternate coloured lines
13548                 improve readability
13549
13550 2005-09-10 [colin]      1.9.14cvs18
13551
13552         * src/plugins/pgpcore/select-keys.c
13553                 Better order for the buttons
13554
13555 2005-09-10 [colin]      1.9.14cvs17
13556
13557         * src/compose.c
13558         * src/plugins/pgpcore/select-keys.c
13559         * src/plugins/pgpcore/select-keys.h
13560         * src/plugins/pgpcore/sgpgme.c
13561                 Add a "Don't encrypt" button to the key
13562                 selection dialog. Fixes bug #177 (There should be a 
13563                 'Don't encrypt button in the Select Keys dialog)
13564
13565 2005-09-10 [colin]      1.9.14cvs16
13566
13567         * src/compose.c
13568                 Fix bug #572 (%X option does not work with templates)
13569
13570 2005-09-10 [colin]      1.9.14cvs15
13571
13572         * src/toolbar.c 
13573                 Remove g_print
13574
13575 2005-09-10 [colin]      1.9.14cvs14
13576
13577         * src/imap.c
13578                 Fix a possible crash
13579
13580 2005-09-09 [colin]      1.9.14cvs13
13581
13582         * src/imap.c
13583         * src/etpan/imap-thread.c
13584         * src/etpan/imap-thread.h
13585                 Fix moving from queue or drafts to normal folders
13586                 Fix bug #794 (No way to delete without expunging)
13587                 Take flags unset by other mailers into account
13588                 Take deleted flag set by other mailers into account
13589                 Fix unsetting REPLIED flag
13590                 Fix crash when capabilities can't be retrieved
13591         * src/mainwindow.c
13592         * src/mainwindow.h
13593                 Add M_DELAYED_FLAGS condition, and let the user use
13594                 Execute in order to be able to expunge deleted mails,
13595                 even if he's not in delayed execute mode
13596         * src/prefs_spelling.c
13597                 Use 'en' dictionary by default if LANG is POSIX or C
13598         * src/gtk/prefswindow.c
13599                 Fix bug #767 (Preferences windows expanding) by making
13600                 the window a bit larger when the resolution is greater
13601                 than 640x480, and by putting the prefs in a
13602                 GtkScrolledWindow.
13603
13604 2005-09-09 [paul]       1.9.14cvs12
13605
13606         * AUTHORS
13607         * configure.ac
13608         * po/zh_TW.Big5.po      ** REMOVED **
13609         * po/zh_TW.po           ** ADDED **
13610                 updated by Wei-Lun Chao
13611
13612 2005-09-09 [paul]       1.9.14cvs11
13613
13614         * src/mainwindow.c
13615                 fix asserts
13616         * src/common/xml.c
13617                 delay memory allocation until file is
13618                 opened successfully
13619                 Patch by Daniel Gustafson
13620
13621 2005-09-09 [colin]      1.9.14cvs10
13622
13623         * src/imap.c
13624                 Add guards
13625
13626 2005-09-08 [colin]      1.9.14cvs9
13627
13628         * src/compose.c
13629                 Alert when we can't save draft
13630                 Fix various wrap/color issues
13631                 Add mid-click pasting respecting wrap_paste option
13632         * src/folder.c
13633         * src/folder.h
13634         * src/folder_item_prefs.c
13635         * src/folder_item_prefs.h
13636         * src/imap.c
13637         * src/imap_gtk.c
13638         * src/imap_gtk.h
13639         * src/main.c
13640         * src/mainwindow.c
13641         * src/mainwindow.h
13642         * src/news.c
13643         * src/news_gtk.c
13644         * src/news_gtk.h
13645         * src/prefs_folder_item.c
13646                 Fix the impossibility to synchronise folders for
13647                 offline use (IMAP and NNTP are concerned)
13648
13649 2005-09-08 [colin]      1.9.14cvs8
13650
13651         * configure.ac
13652                 Build LDAP and JPilot by default if available
13653         * src/textview.c
13654                 Fix use after free
13655
13656 2005-09-08 [paul]       1.9.14cvs7
13657
13658         * doc/manual/en/sylpheed-1.html
13659         * doc/manual/en/sylpheed-18.html
13660         * doc/manual/en/sylpheed-19.html
13661         * doc/manual/en/sylpheed-4.html
13662         * doc/manual/en/sylpheed-6.html
13663         * doc/manual/en/sylpheed.html
13664                 a few minor updates, plus include some
13665                 details about plugins and their requirements
13666         * src/mainwindow.c
13667                 minor changes to English in /View/Sort
13668
13669 2005-09-07 [colin]      1.9.14cvs6
13670
13671         * doc/manual/en/sylpheed-1.html
13672         * doc/manual/en/sylpheed-10.html
13673         * doc/manual/en/sylpheed-11.html
13674         * doc/manual/en/sylpheed-12.html
13675         * doc/manual/en/sylpheed-13.html
13676         * doc/manual/en/sylpheed-14.html
13677         * doc/manual/en/sylpheed-15.html
13678         * doc/manual/en/sylpheed-16.html
13679         * doc/manual/en/sylpheed-17.html
13680         * doc/manual/en/sylpheed-18.html
13681         * doc/manual/en/sylpheed-19.html
13682         * doc/manual/en/sylpheed-2.html
13683         * doc/manual/en/sylpheed-20.html
13684         * doc/manual/en/sylpheed-21.html
13685         * doc/manual/en/sylpheed-22.html
13686         * doc/manual/en/sylpheed-3.html
13687         * doc/manual/en/sylpheed-4.html
13688         * doc/manual/en/sylpheed-5.html
13689         * doc/manual/en/sylpheed-6.html
13690         * doc/manual/en/sylpheed-7.html
13691         * doc/manual/en/sylpheed-8.html
13692         * doc/manual/en/sylpheed-9.html
13693         * doc/manual/en/sylpheed.html
13694                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
13695
13696 2005-09-07 [colin]      1.9.14cvs5
13697
13698         * src/mainwindow.c
13699                 Make labels more to-the-point
13700
13701 2005-09-07 [colin]      1.9.14cvs4
13702
13703         * doc/manual/en/sylpheed-1.html
13704         * doc/manual/en/sylpheed-12.html
13705         * doc/manual/en/sylpheed-13.html
13706         * doc/manual/en/sylpheed-14.html
13707         * doc/manual/en/sylpheed-15.html
13708         * doc/manual/en/sylpheed-16.html
13709         * doc/manual/en/sylpheed-17.html
13710         * doc/manual/en/sylpheed-18.html
13711         * doc/manual/en/sylpheed-19.html
13712         * doc/manual/en/sylpheed-2.html
13713         * doc/manual/en/sylpheed-20.html
13714         * doc/manual/en/sylpheed-21.html
13715         * doc/manual/en/sylpheed-22.html
13716         * doc/manual/en/sylpheed-4.html
13717         * doc/manual/en/sylpheed-5.html
13718         * doc/manual/en/sylpheed-6.html
13719         * doc/manual/en/sylpheed-7.html
13720         * doc/manual/en/sylpheed-8.html
13721         * doc/manual/en/sylpheed-9.html
13722         * doc/manual/en/sylpheed.html
13723                 Update manual
13724
13725 2005-09-07 [colin]      1.9.14cvs3
13726
13727         * doc/faq/en/sylpheed-faq-1.html
13728         * doc/faq/en/sylpheed-faq-2.html
13729         * doc/faq/en/sylpheed-faq-3.html
13730         * doc/faq/en/sylpheed-faq.html
13731                 Update FAQ
13732
13733 2005-09-07 [colin]      1.9.14cvs2
13734
13735         * src/folderview.c
13736         * src/procmsg.c
13737         * src/summaryview.c
13738         * src/toolbar.c
13739                 Fix special subfolders:
13740                 - Inherit parent's icon
13741                 - sent contents of queues subfolders
13742                 - empty subfolders of trashes
13743         * src/mainwindow.c
13744                 Remove outdated manual and faq entries
13745         * src/common/utils.c
13746                 Add quotes around %s coming from mailcap
13747
13748 2005-09-07 [colin]      1.9.14cvs1
13749
13750         * src/compose.c
13751                 After saving draft, set modified to FALSE
13752         * src/mimeview.c
13753         * src/common/utils.c
13754         * src/common/utils.h
13755                 Try to open mime parts using what is 
13756                 indicated in ~/.mailcap or /etc/mailcap,
13757                 if possible.
13758
13759 2005-09-05 [paul]       1.9.14
13760
13761         1.9.14 released
13762
13763         * po/sk.po
13764                 updated by Andrej Kacian
13765
13766 2005-09-05 [paul]       1.9.13cvs83
13767
13768         * po/de.po
13769         * po/es.po
13770         * po/fi.po
13771         * po/fr.po
13772         * po/nb.po
13773         * po/pt_BR.po
13774         * po/sr.po
13775                 updated translations by Thomas Gilgin, Ricardo Mones
13776                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
13777                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
13778
13779 2005-09-04 [paul]       1.9.13cvs82
13780
13781         * src/compose.c
13782                 only warn about exceeded line length limit
13783                 on send
13784
13785 2005-09-04 [paul]       1.9.13cvs81
13786
13787         * src/compose.c
13788                 fix crash in 'line length exceeded' dialogue
13789
13790 2005-09-02 [paul]       1.9.13cvs80
13791
13792         * src/imap.c
13793                 fix bug 795, 'Connection lost IMAP'
13794                 and add statusbar prints
13795                 Patch by Colin
13796
13797 2005-09-02 [paul]       1.9.13cvs79
13798
13799         * src/compose.c
13800                 compose_wrap_paragraph() becomes
13801                 compose_beautify_paragraph()
13802                 Patch by Colin
13803
13804 2005-09-02 [colin]      1.9.13cvs78
13805
13806         * src/folderview.c
13807                 Micro-fix
13808
13809 2005-09-01 [colin]      1.9.13cvs77
13810
13811         * src/imap.c
13812                 Maybe fix bug #795 (Connection lost IMAP)
13813                 Don't try to send logout when we're disconnected.
13814         * src/summaryview.c
13815                 Include locked and marked emails in HRM
13816                 view. Fixes bug #800 (Locked messages no longer 
13817                 show up when hide read messages is used)
13818
13819 2005-09-01 [paul]       1.9.13cvs76
13820
13821         * src/prefs_common.c
13822                 fix bad cutting
13823
13824 2005-08-31 [colin]      1.9.13cvs75
13825
13826         * src/folderview.c
13827         * src/folderview.h
13828         * src/prefs_summaries.c
13829         * src/summaryview.c
13830                 Fix "go to next new", fix preference
13831                 (Open unread/next swapped)
13832
13833 2005-08-31 [paul]       1.9.13cvs74
13834
13835         * src/compose.c
13836         * src/folderview.c
13837         * src/headerview.c
13838         * src/headerview.h
13839         * src/mainwindow.c
13840         * src/prefs_common.c
13841         * src/prefs_common.h
13842         * src/prefs_fonts.c
13843         * src/summaryview.c
13844         * src/textview.c
13845         * src/common/defs.h
13846                 remove obsolete BOLD_FONT setting
13847                 fix font update in headerview and textview
13848                 headers after prefs change
13849                 Patch By Colin
13850
13851 2005-08-31 [paul]
13852
13853         1.9.14-rc4 released
13854
13855 2005-08-30 [colin]      1.9.13cvs73
13856
13857         * src/summaryview.c
13858                 When Hide read messages is selected and we
13859                 refresh the summaryview, don't remove the 
13860                 currently displayed message. Fixes bug #797
13861                 (Summary view reloads when new mail is 
13862                 downloaded in 1.9.14 rc)
13863
13864 2005-08-30 [colin]      1.9.13cvs72
13865
13866         * src/folderview.c
13867                 Fix flickering
13868         * src/mainwindow.c
13869                 Remove useless callback
13870         * src/mimeview.c
13871         * src/gtk/filesel.c
13872         * src/gtk/filesel.h
13873                 Add a filesel_select_file_save_folder() - used by Save All
13874
13875 2005-08-29 [paul]       1.9.13cvs71
13876
13877         * AUTHORS
13878         * src/matcher_parser_parse.y
13879         * src/etpan/imap-thread.c
13880                 fix building on FreeBSD
13881                 Patch by Daniel Gustafson <daniel@hobbit.se>
13882
13883 2005-08-29 [paul]       1.9.13cvs70
13884
13885         * src/plugins/pgpinline/pgpinline.c
13886                 only initialise sig result if it's been handled
13887                 Patch by Colin
13888
13889 2005-08-29 [paul]       1.9.13cvs69
13890         
13891         Patches by Colin:
13892
13893         * src/imap.c
13894         * src/common.utils.c
13895         * src/common/utils.h
13896                 optimisation
13897         * src/stock_pixmap.h
13898                 fix wrong icon reference
13899         * src/pixmaps/trash_btn.xpm
13900                 replace with nicer image
13901
13902 2005-08-28 [colin]      1.9.13cvs68
13903
13904         * src/Makefile.am
13905         * src/stock_pixmap.c
13906         * src/stock_pixmap.h
13907         * src/toolbar.c
13908         * src/pixmaps/trash_btn.xpm
13909                 Add a specific trash xpm for the button
13910
13911 2005-08-28 [colin]      1.9.13cvs67
13912
13913         * src/imap.c
13914                 Fix leak
13915
13916 2005-08-27 [colin]      1.9.13cvs66
13917
13918         * src/imap.c
13919         * src/procmime.c
13920                 Correctly fix "Problem with replies", fixes
13921                 pgpmime encryption too. 
13922
13923 2005-08-27 [colin]      1.9.13cvs65
13924
13925         * src/folder.c
13926         * src/procmsg.c
13927         * src/procmsg.h
13928         * src/summaryview.c
13929                 Fix bug #517 (messages removed from summaryview 
13930                 when moving fails)
13931
13932 2005-08-27 [colin]      1.9.13cvs64
13933
13934         * tools/Makefile.am
13935         * tools/asus_mailled.sh
13936                 Add a script to blink ASUS laptops' mail LED where there
13937                 is unread mail.
13938
13939 2005-08-27 [colin]      1.9.13cvs63
13940
13941         * src/imap.c
13942         * src/etpan/imap-thread.c
13943         * src/etpan/imap-thread.h
13944                 Implement automatic choosing of login method
13945                 Fixes bug #791
13946         * src/gtk/.cvsignore
13947                 Add sylpheed-marshal.[ch]
13948
13949 2005-08-27 [colin]      1.9.13cvs62
13950
13951         * src/common/utils.c
13952                 Fix confusing perror
13953
13954 2005-08-27 [colin]      1.9.13cvs61
13955
13956         * src/toolbar.c
13957         * src/toolbar.h
13958                 Remove A_DELETE, replace it with 
13959                 A_TRASH and A_DELETE_REAL. Automatically
13960                 rewrite config files to replace A_DELETE
13961                 with A_TRASH (no functionality change).
13962                 Fixes half of #794
13963
13964 2005-08-26 [colin]      1.9.13cvs60
13965
13966         * src/procmime.c
13967                 Previous "Problem with replies" fix brought other
13968                 problems, fixing them
13969
13970 2005-08-26 [colin]      1.9.13cvs59
13971
13972         * src/procmime.c
13973                 Fix "Problem with replies". This happened only
13974                 on IMAP...
13975         * src/procmsg.c
13976                 Factorize code a bit
13977         * src/compose.c
13978                 Speed improvement on very long messages (wrapping)
13979                 Fix signature color on Reedit and Redirect
13980                 On Reedit, don't attach pgp-signatures parts, but
13981                 set signing to On.
13982
13983 2005-08-24 [paul]       1.9.13cvs58
13984
13985         * src/compose.c
13986                 don't claim success when clicking
13987                 Cancel on the passphrase box.
13988                 Patch by Colin
13989
13990 2005-08-24 [paul]       1.9.13cvs57
13991
13992         * src/main.c
13993                 fix misplaced sylpheed.log
13994         * src/common/defs.h
13995                 define UIDL_DIR
13996
13997 2005-08-24 [paul]       1.9.13cvs56
13998
13999         * src/imap.c
14000         * src/etpan/imap-thread.c
14001         * src/etpan/imap-thread.h
14002                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
14003                 Patch by Colin
14004         * src/gtk/sylpheed-marshal.c    ** REMOVED **
14005         * src/gtk/sylpheed-marshal.h    ** REMOVED **
14006                 remove autogenerated files
14007         * tools/kdeservicemenu/README
14008         * tools/kdeservicemenu/install.sh
14009         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14010         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14011                 use Claws icon, use 'Sylpheed-Claws' in menu,
14012                 use kdialog, and other cleanups
14013
14014 2005-08-23 [paul]       1.9.13cvs55
14015
14016         * src/compose.c
14017                 fix paste/wrap crash
14018                 Patch by Colin
14019
14020 2005-08-23 [paul]       1.9.13cvs54
14021
14022         * src/main.c
14023                 fix crash recovery
14024                 Patch by Colin
14025
14026 2005-08-23 [paul]       1.9.13cvs53
14027
14028         * src/addressbook.c
14029         * src/editaddress.c
14030                 view all data of LDAP contacts
14031                 Patch by Colin
14032
14033 2005-08-23 [paul]       1.9.13cvs52
14034
14035         * src/addressbook.c
14036                 fix issues with the Search field
14037                 Patch by Colin
14038
14039 2005-08-22 [paul]       1.9.13cvs51
14040
14041         * src/folderview.c
14042                 put name of folder in processing dialog
14043                 title
14044         * src/prefs_folder_item.c
14045                 improve english usage
14046
14047 2005-08-22 [paul]       1.9.13cvs50
14048
14049         * src/filtering.c
14050         * src/filtering.h
14051         * src/matcher.c
14052         * src/matcher_parser_lex.l
14053         * src/matcher_parser_parse.y
14054         * src/prefs_filtering.c
14055                 add Filtering/Processing rule names feature.
14056                 (the incompatible old matcherrc is saved as
14057                 matcherrc.pre_names).
14058                 Patch by Colin
14059
14060 2005-08-22 [paul]       1.9.13cvs49
14061
14062         * src/procmsg.c
14063                 fix colour labelling
14064                 Patch by Colin
14065
14066 2005-08-22 [paul]       1.9.13cvs48
14067
14068         * src/textview.c
14069                 fix open_image_cb()
14070
14071 2005-08-22 [paul]       1.9.13cvs47
14072
14073         * src/imap.c
14074                 fix bug 789, 'SC crashes with imap (CVS ver)'
14075                 Patch by Colin
14076
14077 2005-08-22 [paul]       1.9.13cvs46
14078
14079         * src/mimeview.c
14080         * src/prefs_common.c
14081         * src/common/defs.h
14082                 define reused defaults in defs.h
14083         * src/textview.c
14084                 add 'Open image' to image popup menu
14085
14086 2005-08-21 [colin]      1.9.13cvs45
14087
14088         * src/summaryview.c
14089                 Fix bug #788 (Bogus "From" address displayed)
14090
14091 2005-08-20 [colin]      1.9.13cvs44
14092
14093         * src/folder.c
14094                 Fix buf #787 (multilevel delete causes SIGSEGV)
14095
14096 2005-08-19 [colin]      1.9.13cvs43
14097
14098         * src/inc.c
14099         * src/prefs_common.c
14100         * src/prefs_common.h
14101                 Add an hidden pref to allow modifying the
14102                 update stepping in incorporation.
14103                 Patch by wwp.
14104
14105 2005-08-19 [colin]      1.9.13cvs42
14106
14107         * src/compose.c
14108         * src/procmime.c
14109                 Workaround for broken MUAs: encode 
14110                 Content-type: name: as ASCII and 
14111                 Content-Disposition: filename: as
14112                 per rfc2231
14113         * src/prefs_account.c
14114                 Fix invisible-ness of SMTP SSL prefs
14115                 in NNTP accounts
14116
14117 2005-08-19 [paul]       1.9.13cvs41
14118
14119         * src/compose.c
14120         * src/prefs_common.c
14121         * src/prefs_common.h
14122         * src/prefs_wrapping.c
14123                 paste with or without wrapping.
14124                 patch by Colin
14125
14126 2005-08-19 [paul]       1.9.13cvs40
14127
14128         * src/prefs_common.c
14129         * src/prefs_common.h
14130         * src/summaryview.c
14131                 reintroduce enable_swap_from as a
14132                 hidden pref. patch by Colin
14133         * src/quote_fmt_parse.y
14134         * src/plugins/clamav/clamav_plugin.c
14135         * src/plugins/dillo_viewer/dillo_viewer.c
14136         * src/plugins/mathml_viewer/mathml_viewer.c
14137         * src/plugins/pgpcore/sgpgme.c
14138         * src/plugins/pgpinline/pgpinline.c
14139         * src/plugins/pgpmime/pgpmime.c
14140                 tidy up. patch by Colin
14141
14142 2005-08-19 [paul]       1.9.13cvs39
14143
14144         * configure.ac
14145                 complete cvs38's sync
14146         * src/editaddress.c
14147         * src/gedit-print.c
14148         * src/mutt.c
14149         * src/etpan/etpan-log.c
14150         * src/etpan/imap-thread.c
14151         * src/gtk/gtksourceprintjob.c
14152                 fix compilation warnings
14153                 (patch by Colin)
14154
14155 2005-08-19 [paul]       1.9.13cvs38
14156
14157         sync with main:
14158
14159         * src/account.c
14160         * src/action.c
14161         * src/addrbook.c
14162         * src/addrcache.c
14163         * src/addrharvest.c
14164         * src/addrindex.c
14165         * src/codeconv.c
14166         * src/compose.c
14167         * src/crash.c
14168         * src/exporthtml.c
14169         * src/exportldif.c
14170         * src/folder.c
14171         * src/image_viewer.c
14172         * src/inc.c
14173         * src/inc.h
14174         * src/jpilot.c
14175         * src/ldif.c
14176         * src/main.c
14177         * src/matcher.c
14178         * src/mbox.c
14179         * src/messageview.c
14180         * src/mh.c
14181         * src/mimeview.c
14182         * src/msgcache.c
14183         * src/mutt.c
14184         * src/news.c
14185         * src/partial_download.c
14186         * src/pine.c
14187         * src/pop.c
14188         * src/prefs_actions.c
14189         * src/prefs_common.c
14190         * src/prefs_customheader.c
14191         * src/prefs_display_header.c
14192         * src/prefs_gtk.c
14193         * src/prefs_themes.c
14194         * src/procheader.c
14195         * src/procmime.c
14196         * src/procmsg.c
14197         * src/recv.c
14198         * src/send_message.c
14199         * src/simple-gettext.c
14200         * src/sourcewindow.c
14201         * src/textview.c
14202         * src/vcard.c
14203         * src/common/defs.h
14204         * src/common/log.c
14205         * src/common/plugin.c
14206         * src/common/prefs.c
14207         * src/common/session.c
14208         * src/common/session.h
14209         * src/common/socket.c
14210         * src/common/socket.h
14211         * src/common/ssl_certificate.c
14212         * src/common/template.c
14213         * src/common/utils.c
14214         * src/common/utils.h
14215         * src/common/xml.c
14216         * src/gtk/about.c
14217         added wrappers for C library function that
14218                 take pathname arguments.
14219                 enabled compilation with MinGW.
14220                 use GDir instead of directly using opendir().
14221                 added rename_force().
14222
14223 2005-08-19 [paul]       1.9.13cvs37
14224         
14225         patches by Colin:
14226         * src/compose.c
14227                 fix privacy settings on re-editing
14228                 a sent message
14229         * src/jpilot.c
14230                 fix encoding bug
14231         * src/folder.c
14232         * src/procmsg.c
14233         * src/procmsg.h
14234         * src/summaryview.c
14235                 flag changing optimisation
14236
14237 2005-08-18 [martin]     1.9.13cvs36
14238
14239         * commitHelper
14240             added my login
14241         * src/addrcache.c
14242         * src/addrharvest.c
14243         * src/addrindex.c
14244         * src/compose.c
14245         * src/grouplistdialog.c
14246         * src/main.c
14247         * src/mainwindow.c
14248         * src/msgcache.c
14249         * src/mutt.c
14250         * src/pine.c
14251         * src/prefs_account.c
14252         * src/prefs_themes.c
14253         * src/stock_pixmap.c
14254         * src/summaryview.c
14255         * src/gtk/about.c
14256         * src/gtk/logwindow.c
14257             removed deprecated glib and gdk stuff
14258         * src/plugins/pgpcore/select-keys.c
14259             convert attributes from locale to utf8
14260
14261 2005-08-17 [paul]       1.9.13cvs35
14262
14263         * src/account.c
14264         * src/addressbook.c
14265                 use new GTK_STOCK_ icons if available
14266         * src/summaryview.c
14267         * src/gtk/gtksctree.c
14268         * src/gtk/gtksctree.h
14269                 faster range select. patch by Colin
14270
14271 2005-08-17 [paul]       1.9.13cvs34
14272
14273         patches by colin:
14274         * src/addressbook.c
14275         * src/addressitem.h
14276                 Add an edit button for contacts, fix selections
14277                 of gtksctree items
14278         * src/editaddress.c
14279                 Change labels, let Save be always possible in the
14280                 email and user atributes tabs
14281         * src/folderview.c
14282                 fix sort issues
14283         * src/summaryview.c
14284                 select next item instead of the displayed one
14285                 after deletion
14286
14287         * src/gtk/progressdialog.c
14288                 use prefs_common.enable_rules_hint
14289
14290 2005-08-13 [hoa]        1.9.13cvs33
14291
14292         * src/etpan/imap-thread.c
14293                 fixed build on Solaris.
14294
14295 2005-08-10 [colin]      1.9.13cvs32
14296
14297         * src/procmsg.c
14298                 Fix cvs31 (missing fclose before reading
14299                 the file)
14300
14301 2005-08-10 [colin]      1.9.13cvs31
14302
14303         * src/procmsg.c
14304                 Fix procmsg_msginfo_new_from_mimeinfo() when
14305                 the MimeInfo isn't stored in memory. This fixes
14306                 replying to an attached message.
14307
14308 2005-08-10 [colin]      1.9.13cvs30
14309
14310         * src/mainwindow.c
14311                 Fix slowness in account changing
14312
14313 2005-08-10 [colin]      1.9.13cvs29
14314
14315         * src/folder.c
14316         * src/folderutils.c
14317         * src/folderview.c
14318         * src/imap_gtk.c
14319         * src/mainwindow.c
14320         * src/mh_gtk.c
14321         * src/procmsg.c
14322         * src/summaryview.c
14323                 Optimize folder_has_parent_of_type
14324                 Prevent moving special sub-folders from contextual menus
14325                 Rework message a bit ("Empty all messages" -> "Delete all
14326                 messages")
14327                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
14328                 and "Deleted Items" folders)
14329
14330 2005-08-08 [colin]      1.9.13cvs28
14331
14332         * src/summaryview.c
14333         * src/prefs_summaries.c
14334                 Make "Select first unread|new" more flexible
14335                 (just prioritize new or unread)
14336
14337 2005-08-08 [colin]      1.9.13cvs27
14338
14339         * src/summaryview.c
14340                 If "select first new" is selected and there only
14341                 are unread messages, fallback to "select first
14342                 unread".
14343
14344 2005-08-08 [colin]      1.9.13cvs26
14345
14346         * src/folder.c
14347                 Fix shameful bugs (and bug #779)
14348
14349 2005-08-08 [colin]      1.9.13cvs25
14350
14351         * src/folder.c
14352         * src/folder.h
14353                 Cache parents' type to make folder_has_parent_of_type
14354                 faster
14355         * src/folderview.c
14356                 Forbid DnD of special sub-folders
14357         * src/procmsg.c
14358         * src/procmsg.h
14359                 Add MAIL_POSTFILTERING_HOOK
14360         * src/summaryview.c
14361                 Revert over-zealous deletion of the use_addr_book 
14362                 code
14363
14364 2005-08-07 [colin]      1.9.13cvs24
14365
14366         * src/folder.c
14367                 Fix big mistake (passing MsgInfo instead 
14368                 of FolderItem)
14369
14370 2005-08-07 [colin]      1.9.13cvs23
14371
14372         * src/compose.c
14373         * src/folder.c
14374         * src/folder.h
14375         * src/foldersel.c
14376         * src/folderutils.c
14377         * src/folderview.c
14378         * src/imap.c
14379         * src/mainwindow.c
14380         * src/messageview.c
14381         * src/mh.c
14382         * src/msgcache.c
14383         * src/procmime.c
14384         * src/summaryview.c
14385                 Make subfolders of Drafts, Queue, Outbox, Trash
14386                 work like their parents. 
14387                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
14388
14389 2005-08-07 [colin]      1.9.13cvs22
14390
14391         * src/addressbook.c
14392                 Fix bug #771 (Dragged contacts not saved)
14393
14394 2005-08-07 [paul]       1.9.13cvs21
14395
14396         * src/summaryview.c
14397                 fix bug 32 'Search Doesn't display results
14398                 if "Hide Read Messages" is chosen'
14399                 be more literal in interpreting 'Hide read
14400                 messages'
14401
14402 2005-08-07 [colin]      1.9.13cvs20
14403
14404         * src/folderview.c
14405                 Add debug
14406         * src/summaryview.c
14407                 Faster 'unthread_for_execution'
14408
14409 2005-08-06 [paul]       1.9.13cvs19
14410
14411         * src/mainwindow.c
14412                 add mnemonics to Set displayed columns
14413                 fix bug where msgview_visible option was
14414                 overwritten as TRUE on startup
14415
14416 2005-08-06 [paul]       1.9.13cvs18
14417
14418         * src/mainwindow.c
14419                 refer to 'displayed columns in folder/message
14420                 list' not 'displayed items in summary/message view'
14421         * src/prefs_display_header.c
14422                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
14423                 be consistent with similar dialogues
14424         * src/prefs_folder_column.c
14425         * src/prefs_summary_column.c
14426                 'columns' not 'items', and folder and message lists,
14427                 instead of folder and summary views;
14428                 Use 'Hidden columns' as list heading not 'Available
14429                 items';
14430                 move the 'Remove' button to the right hand side;
14431                 top-align the buttons;
14432                 remove unneeded vbox
14433         * src/prefs_summaries.c
14434                 put the 2 column prefs buttons in a frame to reduce
14435                 overall width; refer to columns not items &c.
14436
14437 2005-08-05 [colin]      1.9.13cvs17
14438
14439         * src/prefs_common.c
14440         * src/prefs_common.h
14441         * src/mainwindow.c
14442         * src/compose.c
14443         * src/messageview.c
14444                 Add an hidden toolbar_detachable pref, so
14445                 that I can get rid of these painful handles
14446                 in the toolbars. Defaults to TRUE to avoid
14447                 changing the GUI on unsuspecting people...
14448
14449 2005-08-05 [colin]      1.9.13cvs16
14450
14451         * src/Makefile.am
14452         * src/prefs_folder_column.c
14453         * src/prefs_folder_column.h
14454                 Add prefs for folder columns
14455         * src/folderview.c
14456         * src/folderview.h
14457         * src/mainwindow.c
14458         * src/mainwindow.h
14459         * src/prefs_common.c
14460         * src/prefs_common.h
14461         * src/prefs_summaries.c
14462                 Use them
14463         * src/prefs_summary_column.c
14464         * src/summaryview.c
14465         * src/summaryview.h
14466                 Add a To column
14467         * src/textview.c
14468         * src/common/utils.c
14469         * src/common/utils.h
14470                 Move uri colourisation functions
14471                 to utils
14472         * src/compose.c
14473                 Colourise URIs
14474         * src/imap.c
14475                 Fix bug with LIST where we'd try
14476                 to get Folder//////[...]/// 
14477
14478 2005-08-05 [paul]       1.9.13cvs15
14479
14480         * src/prefs_summaries.c
14481                 improve the English usage
14482         * src/summaryview.c
14483                 set font on column change
14484                 thanks to Colin
14485
14486 2005-08-05 [paul]       1.9.13cvs14
14487
14488         * src/prefs_common.c
14489         * src/prefs_common.h
14490         * src/prefs_summaries.c
14491         * src/summaryview.c
14492                 replace 'open_unread_on_enter' option with
14493                 'select_on_entry' option. opening/not opening
14494                 is now exclusively controlled by 'always_show_msg'
14495
14496 2005-08-04 [colin]      1.9.13cvs13
14497
14498         * src/compose.c
14499                 Remove dead code
14500                 Add colourisation of quotes and signatures
14501         * src/folderview.c
14502                 Fix possible crashes
14503         * src/messageview.c
14504                 Change an assert that is no problem
14505         * src/news.c
14506         * src/news_gtk.c
14507         * src/news_gtk.h
14508                 Fix offline mode
14509         * src/gtk/quicksearch.c
14510                 Fix a possible crash
14511
14512 2005-08-03 [colin]      1.9.13cvs12
14513
14514         * src/prefs_account.c
14515                 Fix bug #777 (Sylpheed crash in account configuration)
14516
14517 2005-08-03 [colin]      1.9.13cvs11
14518
14519         * src/addressbook.c
14520         * src/editaddress.c
14521         * src/editgroup.c
14522                 Fixing addressbook, round 2
14523         * src/textview.c
14524                 Fix emphasis color on rechecking 'Colorize messages'
14525
14526 2005-08-03 [paul]       1.9.13cvs10
14527
14528         sync with main
14529
14530         * src/addr_compl.c
14531         * src/compose.c
14532         * src/main.c
14533         * src/pop.c
14534         * src/prefs_account.c
14535         * src/procmime.c
14536         * src/procmsg.c
14537         * src/quote_fmt_parse.y
14538         * src/textview.c
14539         * src/common/quoted-printable.c
14540         * src/common/utils.c
14541         * src/common/utils.h
14542         * src/common/xml.c
14543                 replaced incorrect locale-independent
14544                 ctype functions with GLib's. Corrected
14545                 signedness mismatch.
14546         * src/headerview.c
14547                 headerview_create(): added spacing for vbox.
14548         * src/gtk/about.c
14549                 set focus to the OK button.
14550
14551 2005-08-03 [colin]      1.9.13cvs9
14552
14553         * src/folderview.c
14554                 Fix possible crash
14555
14556 2005-08-02 [colin]      1.9.13cvs8
14557
14558         * src/mainwindow.c
14559                 Fix cast
14560         * src/addressbook.c
14561         * src/addressitem.h
14562                 Fix a cast and more generally, try to make the
14563                 GUI more intuitive and consistent (round 1)
14564
14565 2005-08-02 [paul]       1.9.13cvs7
14566
14567         * src/folder.h
14568                 missing in 1.9.13cvs6
14569
14570 2005-08-02 [colin]      1.9.13cvs6
14571
14572         * src/folder.c
14573                 Fix one more leak
14574
14575 2005-08-02 [colin]      1.9.13cvs5
14576
14577         * src/folder.c
14578         * src/folderview.c
14579         * src/imap.c
14580         * src/main.c
14581         * src/mbox.c
14582         * src/procmsg.c
14583         * src/summaryview.c
14584                 Fix a number of folder_item_get_msg_list()-related
14585                 leaks (missing procmsg_msginfo_free()s)
14586
14587 2005-08-01 [colin]      1.9.13cvs4
14588
14589         * src/folderview.c
14590         * src/folderview.h
14591         * src/mainwindow.c
14592         * src/prefs_fonts.c
14593         * src/prefs_summaries.c
14594         * src/prefs_themes.c
14595         * src/summaryview.c
14596         * src/summaryview.h
14597         * src/textview.c
14598         * src/textview.h
14599                 Fix instant-apply of summary and folderview-related prefs
14600                 Fix erroneous g_free and alertpanels in prefs_theme
14601                 Add instant-apply for fonts
14602                 Defer applying of prefs a little bit so it's done only
14603                 once even if requested by multiples prefs pages
14604
14605 2005-08-01 [paul]       1.9.13cvs3
14606
14607         * src/main.c
14608                 fix bug 776 'S.C. crashes on close'
14609                 thanks to Colin
14610         * src/etpan/etpan-thread-manager-types.h
14611                 add missing include
14612                 thanks to Hoa
14613
14614 2005-07-25 [paul]       1.9.13cvs2
14615
14616         * src/summaryview.c
14617                 fix typos. spotted by Fabien Vantard
14618
14619 2005-07-24 [paul]       1.9.13cvs1
14620
14621         * doc/man/sylpheed.1
14622                 update man page, incorporating fix of
14623                 bug 769 'Typo in manpage'
14624         * src/etpan/imap-thread.c
14625                 fix NetBSD openssl dependencies. patch by
14626                 George Michaelson <ggm@apnic.net>
14627         * po/pt_BR.po
14628                 updated by Frederico Goncalves Guimaraes
14629
14630 2005-07-22 [paul]       1.9.13
14631
14632         1.9.13 release
14633
14634 2005-07-22 [paul]       1.9.12cvs91
14635
14636         * AUTHORS
14637         * INSTALL
14638         * README.claws
14639         * RELEASE_NOTES.claws
14640                 updated for release
14641         * configure.ac
14642         * po/nb.po
14643         * tools/claws.i18n.status.pl
14644                 add Norwegian translation. submiited by
14645                 Geir Helland <pjallabais@users.sourceforge.net>
14646         * po/ca.po
14647         * po/de.po
14648         * po/es.po
14649         * po/fi.po
14650         * po/fr.po
14651         * po/it.po
14652         * po/sk.po
14653         * po/sr.po
14654         * po/zh_CN.po
14655                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
14656                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
14657                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
14658                 Yang Guilong
14659         * src/plugins/clamav/clamav_plugin_gtk.c
14660         * src/plugins/spamassassin/spamassassin_gtk.c
14661                 replace outdated description strings
14662
14663 2005-07-21 [colin]      1.9.12cvs90
14664
14665         * src/folder.c
14666                 Set folder to batch mode when scanning it. Makes deletion
14667                 of unread mails on IMAP much faster (due to the UNREAD 
14668                 flag unsetting)
14669
14670 2005-07-21 [darko]      1.9.12cvs89
14671
14672         * configure.ac
14673                 link against libresolv if necessary (patch by Paul)
14674         * src/msgcache.c
14675                 use glib's portable macros to determine endianness
14676
14677 2005-07-21 [paul]       1.9.12cvs88
14678
14679         * src/crash.c
14680         * src/gtk/about.c
14681                 update compiled-in features list
14682
14683 2005-07-20 [colin]      1.9.12cvs87
14684
14685         * src/folder.c
14686         * src/textview.c
14687                 Gcc 2.9x compilation fixes, thanks to Darko
14688         * src/plugins/clamav/clamav_plugin.c
14689                 Little optimisation: load virus database only once
14690         * src/plugins/spamassassin/spamassassin.c
14691                 Big optimisation: filtering one mail took at least 1 second,
14692                 now it takes at least 50ms. Doesn't speed up spamassassin 
14693                 itself, but should already be much more tolerable.
14694
14695 2005-07-20 [colin]      1.9.12cvs86
14696
14697         * src/summaryview.c
14698                 Fix performance issue
14699
14700 2005-07-19 [colin]      1.9.12cvs85
14701
14702         * src/plugins/pgpinline/plugin.c
14703                 Fix warning
14704
14705 2005-07-19 [colin]      1.9.12cvs84
14706
14707         * configure.ac
14708         * src/plugins/Makefile.am
14709         * src/plugins/pgpinline/.cvsignore
14710         * src/plugins/pgpinline/Makefile.am
14711         * src/plugins/pgpinline/pgpinline.c
14712         * src/plugins/pgpinline/pgpinline.deps
14713         * src/plugins/pgpinline/pgpinline.h
14714         * src/plugins/pgpinline/plugin.c
14715                 Put pgpinline in the main tree
14716
14717 2005-07-19 [paul]       1.9.12cvs83
14718
14719         * src/prefs_actions.c
14720                 prevent '//' in menu names, which cause a crash
14721                 thanks to Colin
14722
14723 2005-07-19 [paul]       1.9.12cvs82
14724
14725         * configure.ac
14726                 be generally more informative in configure output.
14727                 OpenSSL: correction: '[ --enable-openssl ...' -> 
14728                 '[ --disable-openssl ...', as --enable-openssl is default
14729                 PGP/MIME: don't check for GPGME again, check for
14730                 pgpcore instead. Therefore prevent the possibility of
14731                 attempting to build pgpmime if pgpcore dependencies are
14732                 not met
14733                 ClamAV: use pkgconfig to check for lib
14734                 libgnomeprint: revert logic on inner test to match
14735                 everything else
14736         * src/plugins/pgpcore/sgpgme.c
14737                 add missing include
14738
14739 2005-07-19 [colin]      1.9.12cvs81
14740
14741         * src/summaryview.c
14742                 Fix slow thread rebuilding in particular
14743                 cases
14744
14745 2005-07-19 [paul]       1.9.12cvs80
14746
14747         * sylpheed-claws.desktop
14748                 fix typo, spotted by Stephan Sachse
14749         * src/account.c
14750                 replace GTK_STOCK_ADD with
14751                 GTK_STOCK_NEW button
14752
14753 2005-07-18 [colin]      1.9.12cvs79
14754
14755         * src/etpan/imap-thread.c
14756                 Fix return value (Thanks Hoa)
14757
14758 2005-07-18 [colin]      1.9.12cvs78
14759
14760         * src/imap.c
14761                 Allow empty passwords
14762                 Create drafts/queue/outbox if necessary
14763         * src/summaryview.c
14764                 Remove old code
14765         * src/etpan/imap-thread.c
14766                 Fix STARTTLS (Thanks to Hoa)
14767
14768 2005-07-18 [paul]       1.9.12cvs77
14769
14770         * ChangeLog-gtk2.jp
14771         * ChangeLog.jp
14772                 removed
14773         * Makefile.am
14774                 updated to reflect additions and removals
14775         * TODO
14776                 updated to be claws-specific
14777         * TODO-gtk2
14778         * TODO-gtk2.jp
14779         * TODO.jp
14780         * sylpheed-128x128.png
14781         * sylpheed-64x64.png
14782                 removed
14783         * sylpheed-claws-128x128.png
14784         * sylpheed-claws-64x64.png
14785         * sylpheed-claws.desktop
14786         * sylpheed-claws.png
14787                 added
14788         * sylpheed.desktop
14789         * sylpheed.png
14790                 removed
14791
14792 2005-07-17 [paul]       1.9.12cvs76
14793
14794         * src/account.c
14795         * src/addressbook.c
14796         * src/alertpanel.c
14797         * src/alertpanel.h
14798         * src/compose.c
14799         * src/exphtmldlg.c
14800         * src/expldifdlg.c
14801         * src/folderview.c
14802         * src/imap_gtk.c
14803         * src/inc.c
14804         * src/message_search.c
14805         * src/messageview.c
14806         * src/mh_gtk.c
14807         * src/news_gtk.c
14808         * src/prefs_actions.c
14809         * src/prefs_filtering.c
14810         * src/prefs_matcher.c
14811         * src/prefs_template.c
14812         * src/prefs_themes.c
14813         * src/ssl_manager.c
14814         * src/summary_search.c
14815         * src/textview.c
14816         * src/toolbar.c
14817         * src/gtk/sslcertwindow.c
14818         * src/plugins/pgpcore/sgpgme.c
14819                 rework alertpanels
14820
14821 2005-07-17 [colin]      1.9.12cvs75
14822
14823         * src/privacy.c
14824                 add a PrivacySystem accessor that checks that
14825                 the system cached in a MimeInfo's privacydata
14826                 is still registered. Use this accessor instead
14827                 of directly using data->system. Fixes crashes
14828                 after unloading pgp plugins.
14829
14830 2005-07-17 [colin]      1.9.12cvs74
14831
14832         * src/alertpanel.c
14833                 Change geometry hints to a simple default size.
14834                 Fixes the certs dialogs.
14835
14836 2005-07-17 [colin]      1.9.12cvs73
14837
14838         * src/gtk/sslcertwindow.c
14839                 Use a gtkExpander
14840
14841 2005-07-17 [colin]      1.9.12cvs72
14842
14843         * src/plugins/pgpcore/Makefile.am
14844         * src/plugins/pgpmime/Makefile.am
14845                 Add gpgme libs
14846
14847 2005-07-17 [paul]       1.9.12cvs71
14848
14849         * configure.ac
14850                 add --disable-gnomeprint option
14851                 modified version of patch by Marius Mauch
14852
14853 2005-07-17 [paul]       1.9.12cvs70
14854
14855         * src/common/defs.h
14856                 update urls
14857         * src/account.c
14858         * src/action.c
14859         * src/addressbook.c
14860         * src/compose.c
14861         * src/foldersel.c
14862         * src/folderview.c
14863         * src/html.c
14864         * src/imap_gtk.c
14865         * src/main.c
14866         * src/mainwindow.c
14867         * src/messageview.c
14868         * src/mh_gtk.c
14869         * src/mimeview.c
14870         * src/news_gtk.c
14871         * src/prefs_account.c
14872         * src/prefs_send.c
14873         * src/prefs_summaries.c
14874         * src/procmsg.c
14875         * src/summaryview.c
14876         * src/common/utils.c
14877         * src/common/xml.c
14878         * src/plugins/pgpcore/passphrase.c
14879         * src/plugins/pgpcore/select-keys.c
14880                 replace inappropriately used backticks
14881                 with single quotes
14882
14883 2005-07-16 [colin]      1.9.12cvs69
14884
14885         * src/image_viewer.c
14886                 Add extra paranoid checks
14887
14888 2005-07-16 [colin]      1.9.12cvs68
14889
14890         * src/plugins/pgpcore/prefs_gpg.c
14891                 Don't auto-check sigs by default, as it
14892                 can be really slow.
14893
14894 2005-07-16 [colin]      1.9.12cvs67
14895
14896         * src/plugins/pgpcore/sgpgme.c
14897                 Make messages a bit better.
14898
14899 2005-07-16 [colin]      1.9.12cvs66
14900
14901         * src/imap.c
14902                 Remove pseudo-log
14903         * src/etpan/imap-thread.c
14904                 Add real log
14905
14906 2005-07-16 [colin]      1.9.12cvs65
14907
14908         * src/main.c
14909         * src/prefs_other.c
14910                 And now, fix build with libetpan :-/
14911
14912 2005-07-15 [colin]      1.9.12cvs64
14913
14914         * src/prefs_other.c
14915                 Continue fixing build without libetpan.
14916
14917 2005-07-15 [colin]      1.9.12cvs63
14918
14919         * src/main.c
14920                 Fix build with --disable-libetpan
14921
14922 2005-07-15 [colin]      1.9.12cvs62
14923
14924         * configure.ac
14925                 Bump libetpan's version
14926
14927 2005-07-15 [colin]      1.9.12cvs61
14928
14929         * src/etpan/imap-thread.c
14930                 Actually stop logging :)
14931
14932 2005-07-15 [colin]      1.9.12cvs60
14933
14934         * src/addressbook.c
14935                 Fix dnd of multiple addresses.
14936
14937 2005-07-15 [hoa]        1.9.12cvs59
14938
14939         * src/etpan/imap-thread.c
14940             disable login of IMAP password in libetpan log file.
14941
14942 2005-07-15 [paul]       1.9.12cvs58
14943
14944         * src/account.c
14945                 don't automatically sort
14946                 do allow drag n drop
14947
14948 2005-07-15 [paul]       1.9.12cvs57
14949
14950         * src/account.c
14951         * src/ssl_manager.c
14952                 alphabetical listing
14953
14954 2005-07-15 [paul]       1.9.12cvs56
14955
14956         * src/gtk/pluginwindow.c
14957                 sort plugin list alphabetically
14958
14959 2005-07-15 [paul]       1.9.12cvs55
14960
14961         * src/prefs_spelling.c
14962         * src/prefs_wrapping.c
14963                 unify English usage
14964
14965 2005-07-15 [colin]      1.9.12cvs54
14966
14967         * src/wizard.c
14968                 Typo fix
14969
14970 2005-07-15 [paul]       1.9.12cvs53
14971
14972         * src/prefs_message.c
14973                 make 'show cursor' a hidden option
14974
14975 2005-07-14 [colin]      1.9.12cvs52
14976
14977         * src/plugins/spamassassin/Makefile.am
14978         * src/plugins/clamav/Makefile.am
14979                 Fix double EXTRA_DISTs
14980
14981 2005-07-14 [colin]      1.9.12cvs51
14982
14983         * src/plugins/clamav/Makefile.am
14984         * src/plugins/clamav/clamav_plugin_gtk.deps
14985         * src/plugins/spamassassin/Makefile.am
14986         * src/plugins/spamassassin/spamassassin_gtk.deps
14987                 Make $plugin_gtk depend on $plugin
14988
14989 2005-07-14 [hoa]        1.9.12cvs50
14990
14991         * src/etpan/imap-thread.c
14992                 enable debug log of libetpan when running with --debug
14993
14994 2005-07-14 [colin]      1.9.12cvs49
14995
14996         * configure.ac
14997         * src/common/Makefile.am
14998         * src/common/plugin.c
14999         * src/common/plugin.h
15000                 Add a little plugin dependancy system.
15001                 Plugins can ship a $plugin_name.deps file
15002                 (near them in PLUGINDIR) so that their
15003                 dependancies are loaded if possible.
15004         * src/plugins/Makefile.am
15005         * src/plugins/pgpcore/Makefile.am
15006         * src/plugins/pgpcore/passphrase.c
15007         * src/plugins/pgpcore/passphrase.h
15008         * src/plugins/pgpcore/plugin.c
15009         * src/plugins/pgpcore/prefs_gpg.c
15010         * src/plugins/pgpcore/prefs_gpg.h
15011         * src/plugins/pgpcore/select-keys.c
15012         * src/plugins/pgpcore/select-keys.h
15013         * src/plugins/pgpcore/sgpgme.c
15014         * src/plugins/pgpcore/sgpgme.h
15015                 Introduce pgpcore, used by pgpmime and
15016                 pgpinline
15017         * src/plugins/pgpmime/Makefile.am
15018         * src/plugins/pgpmime/passphrase.c
15019         * src/plugins/pgpmime/passphrase.h
15020         * src/plugins/pgpmime/pgpmime.c
15021         * src/plugins/pgpmime/pgpmime.deps
15022         * src/plugins/pgpmime/plugin.c
15023         * src/plugins/pgpmime/prefs_gpg.c
15024         * src/plugins/pgpmime/prefs_gpg.h
15025         * src/plugins/pgpmime/select-keys.c
15026         * src/plugins/pgpmime/select-keys.h
15027         * src/plugins/pgpmime/sgpgme.c
15028         * src/plugins/pgpmime/sgpgme.h
15029                 Remove the core from pgpmime and add the
15030                 dependancy to pgpcore.
15031
15032 2005-07-14 [paul]       1.9.12cvs48
15033
15034         * src/stock_pixmap.c
15035                 forgot this in last commit
15036
15037 2005-07-14 [paul]       1.9.12cvs47
15038
15039         * src/account.c
15040         * src/addressbook.c
15041                 add accelerators for the buttons (sync with main)
15042         * src/compose.c
15043         * src/compose.h
15044                 add accelerators for the buttons.
15045                 fix editing with external editor.
15046                 replace gdk_input_*() with GIOChannel;
15047                 (sync with main)
15048         * src/foldersel.c
15049                 display folder names with new/unread
15050                 representation (sync with main)
15051         * src/main.c
15052                 specify default window icon (sync with main)
15053         * src/prefs_common.c
15054                 use_addr_book default to FALSE
15055         * src/summaryview.c
15056         * src/textview.c
15057                 add accelerators for the buttons (sync with main)
15058         * src/gtk/menu.c
15059                 fix typos
15060         * src/pixmaps/sylpheed_icon.xpm
15061                 updated
15062
15063 2005-07-13 [paul]       1.9.12cvs46
15064
15065         * src/plugins/pgpmime/pgpmime.c
15066         * src/plugins/pgpmime/sgpgme.c
15067                 (temporarily) use deprecated gpgme_data_rewind()
15068                 while largefile support is not present
15069                 (as suggested by Colin)
15070
15071 2005-07-13 [paul]       1.9.12cvs45
15072
15073         * configure.ac
15074                 remove large file support (for now):
15075                 it breaks too many things
15076
15077 2005-07-13 [paul]       1.9.12cvs44
15078
15079         * configure.ac
15080                 add large file support
15081         * src/html.c
15082                 fix bug #763 where href attribute was not
15083                 the very first attribute of a link
15084                 patch by Thomas Gilgin
15085
15086 2005-07-13 [colin]      1.9.12cvs43
15087
15088         * src/gtk/pluginwindow.c
15089                 Little portability fix
15090
15091 2005-07-13 [colin]      1.9.12cvs42
15092
15093         * src/plugins/pgpmime/sgpgme.c
15094                 Fix crasher.
15095
15096 2005-07-13 [colin]      1.9.12cvs41
15097
15098         * src/plugins/pgpmime/pgpmime.c
15099         * src/plugins/pgpmime/sgpgme.c
15100                 Use gpgme_data_release_and_get_mem instead
15101                 of gpgme_data_read.
15102
15103 2005-07-13 [colin]      1.9.12cvs40
15104
15105         * configure.ac
15106         * src/plugins/pgpmime/passphrase.c
15107         * src/plugins/pgpmime/passphrase.h
15108         * src/plugins/pgpmime/pgpmime.c
15109         * src/plugins/pgpmime/plugin.c
15110         * src/plugins/pgpmime/select-keys.c
15111         * src/plugins/pgpmime/select-keys.h
15112         * src/plugins/pgpmime/sgpgme.c
15113         * src/plugins/pgpmime/sgpgme.h
15114                 Port pgpmime to gpgme-1.0.
15115
15116 2005-07-12 [paul]       1.9.12cvs39
15117
15118         * AUTHORS
15119         * src/toolbar.c
15120         * src/toolbar.h
15121                 add a 'Go to Prev' button to the toolbar.
15122                 correct tooltip text of go to buttons.
15123                 based on patch by Yang Guilong <bamanzi@gmail.com>
15124
15125 2005-07-12 [colin]      1.9.12cvs38
15126
15127         * src/statusbar.c
15128                 Fix progress bar showing stuff at startup.
15129
15130 2005-07-12 [paul]       1.9.12cvs37
15131
15132         * src/editjpilot.c
15133                 fix building with jpilot support
15134
15135 2005-07-11 [colin]      1.9.12cvs36
15136
15137         * src/inc.c
15138                 Add visual indication that filtering is running
15139         * src/textview.c
15140                 Make {}[] uri delimiters
15141         * src/summaryview.c
15142                 Remove useless (and slow) calls
15143
15144 2005-07-11 [paul]       1.9.12cvs35
15145
15146         * src/plugins/clamav/clamav_plugin_gtk.c
15147         * src/plugins/dillo_viewer/dillo_prefs.c
15148         * src/plugins/pgpmime/prefs_gpg.c
15149         * src/plugins/spamassassin/spamassassin_gtk.c
15150                 gather plugins prefs together under their
15151                 own 'Plugins' heading
15152
15153 2005-07-11 [paul]       1.9.12cvs34
15154
15155         sync with main
15156
15157         * src/account.c
15158                 account_delete(): modified alert dialog
15159         * src/editjpilot.c
15160         * src/editvcard.c
15161                 fixed a crash when cancelling file selection
15162                 dialog by Escape key. Made non-ascii filename
15163                 selectable.
15164         * src/prefs_template.c
15165                 prefs_template_window_create(): make scrolled
15166                 window policy AUTOMATIC
15167
15168 2005-07-10 [hoa]        1.9.12cvs33
15169
15170         * src/etpan/imap-thread.c
15171                 workaround for old Courier IMAP servers.
15172
15173 2005-07-10 [colin]      1.9.12cvs32
15174
15175         * src/folder.c
15176         * src/statusbar.c
15177         * src/statusbar.h
15178                 Add visual progress indicator on filtering/processing
15179                 Factorize the progress bar code
15180         * src/imap.c
15181         * src/imap.h
15182         * src/etpan/imap-thread.c
15183                 Add a reference counter to avoid destroying the Folder
15184                 while it's in use by another callback.
15185
15186 2005-07-09 [hoa]        1.9.12cvs31
15187
15188         * src/imap.c
15189         * src/etpan/imap-thread.c
15190                 fixed deadlock when removing IMAP account.
15191
15192 2005-07-08 [colin]      1.9.12cvs30
15193
15194         * src/textview.c
15195         * src/unmime.c
15196                 Fix again problems decoding broken headers
15197         * src/gtk/inputdialog.c
15198                 Fix local variable shadowing a global one
15199
15200 2005-07-08 [colin]      1.9.12cvs29
15201
15202         * src/msgcache.c
15203                 Make the cache/mark files platform-agnostic by writing
15204                 them in little-endian format. Reading them is also done
15205                 in little-endian format, of course; however, in order
15206                 to avoid trashing mark data on big-endian machines, the
15207                 files are, at first, read from the native format if the
15208                 little-endian one doesn't exist. This is easy to deter-
15209                 mine by trying to open a file with a swapped data_ver
15210                 and seeing if it's the wanted version.
15211                 Little-endian using users should see absolutely no
15212                 difference, Big-endian users may get a very little
15213                 performance drop due to byte-swapping.
15214                 Tested on i386 and ppc32. 
15215                 Fixes bug #159 (The index file, in the mailboxes, is 
15216                 hardware depending).
15217
15218                 To have the cache/mark files updated to the new little-
15219                 endian format, "Check for new messages" or even
15220                 "Rebuild folder tree" aren't enough. Files will be
15221                 updated as soon as a folder has been opened/closed.
15222                 To update everything, just select all folders by
15223                 selecting them one by one.
15224
15225 2005-07-07 [colin]      1.9.12cvs28
15226
15227         * src/imap.c
15228                 Remember the folder separator per IMAPFolder
15229                 instead of globally.
15230                 Revive the Session on noop; fixes bug #761
15231                 (mark a bunch of unread messages as read takes 
15232                 forever)
15233
15234 2005-07-07 [darko]      1.9.12cvs27
15235
15236         * src/common/template.c
15237                 Sort templates alphabetically
15238
15239 2005-07-06 [colin]      1.9.12cvs26
15240
15241         * src/imap.c
15242                 Try to use the correct separator in
15243                 most cases. Possibly fixes bug #759
15244                 (only creates the INBOX folder when 
15245                 setting up new IMAP account) and 
15246                 bug #760 (Can't retrieve messages)
15247
15248 2005-07-06 [colin]      1.9.12cvs25
15249
15250         * src/imap.c
15251                 Use real_path in status command. This will
15252                 help later, when namespaces will be used.
15253
15254 2005-07-06 [colin]      1.9.12cvs24
15255
15256         * configure.ac
15257         * src/account.c
15258         * src/folder.c
15259         * src/imap.c
15260         * src/etpan/etpan-log.c
15261         * src/etpan/etpan-thread-manager.c
15262         * src/etpan/imap-thread.c
15263                 Add a --disable-libetpan parameter. With this,
15264                 users that don't want IMAP4 support can avoid
15265                 the new dependancy (and have no IMAP support).
15266                 Users that have IMAP4 accounts and use this
15267                 parameter won't lose their configuration, their
15268                 IMAP accounts will just be invisible and not
15269                 used.
15270         * src/textview.c
15271                 Make the "Copy ..." contextual menu items 
15272                 copy to both the X clipboard and the gtk 
15273                 clipboard - as most other apps do.
15274         * src/gtk/about.c
15275                 Add a notice about OpenSSL usage, in order to
15276                 comply with OpenSSL's license (point 6):
15277                 http://www.openssl.org/source/license.html
15278
15279 2005-07-06 [colin]      1.9.12cvs23
15280
15281         * src/alertpanel.c
15282                 Fix a minimum size for alertpanels
15283         * src/compose.c
15284                 Show 'No space left on device' type errors
15285                 when queuing/sending
15286         * src/imap_gtk.c
15287         * src/mh_gtk.c
15288                 Rework folder's deletion message (remove 
15289                 extra \n)
15290
15291 2005-07-05 [colin]      1.9.12cvs22
15292
15293         * src/imap.c
15294                 Add an alertpanel on auth error
15295                 Add pseudo-log
15296                 Remove pthread-related stuff
15297
15298 2005-07-05 [colin]      1.9.12cvs21
15299
15300         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15301                 Fix crash on plugin reloading (with a hack)
15302
15303 2005-07-05 [colin]      1.9.12cvs20
15304
15305         * src/prefs_account.c
15306         * src/prefs_account.h
15307                 Fix typo
15308         * src/gtk/filesel.c
15309         * src/gtk/filesel.h
15310                 Add a way to filter the view
15311         * src/gtk/pluginwindow.c
15312                 Filter loadable stuff
15313         * src/plugins/pgpmime/prefs_gpg.c
15314                 Fix missing unregistration
15315         * .cvsignore
15316         * src/etpan/.cvsignore
15317         * src/plugins/spamassassin/.cvsignore
15318                 Add more stuff to cvs ignored files
15319
15320 2005-07-04 [colin]      1.9.12cvs19
15321
15322         * src/imap.c
15323                 Fix scan_required returning FALSE when it
15324                 shouldn't. Maybe fix #760 (Can't retrieve
15325                 messages)
15326
15327 2005-07-04 [colin]      1.9.12cvs18
15328
15329         * src/summaryview.c
15330                 Fix always_show_msg pref
15331
15332 2005-07-04 [paul]       1.9.12cvs17
15333
15334         sync with main (forgotten in last commit)
15335         
15336         * src/common/utils.c
15337         * src/common/utils.h
15338                 check_line_length(): new.
15339                 is_dir_exist()
15340                 is_file_entry_exist()
15341                 dirent_is_regular_file()
15342                 dirent_is_directory(): use g_file_test() instead of stat().
15343
15344 2005-07-04 [paul]       1.9.12cvs16
15345
15346         sync with main:
15347
15348         * src/compose.c
15349                 compose_write_to_file(): check for line
15350                 length limit and display warning if exceeds
15351         * src/jpilot.c
15352                 use get_home_dir() instead of g_get_home_dir()
15353         * src/procheader.c
15354                 removed warning about invalid date
15355         * src/vcard.c
15356                 use get_home_dir() instead of g_get_home_dir()
15357
15358 2005-07-04 [paul]       1.9.12cvs15
15359
15360         * src/stock_pixmap.c
15361                 fix new pixmap naming errors
15362                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
15363
15364 2005-07-04 [colin]      1.9.12cvs14
15365
15366         * src/imap.c
15367                 Fix debugging string with a warning
15368
15369 2005-07-04 [colin]      1.9.12cvs13
15370
15371         * configure.ac
15372                 Add a check for libetpan's version (>= 0.37)
15373
15374 2005-07-04 [hoa]        1.9.12cvs12
15375
15376         * commitHelper
15377         * src/imap.c
15378         * src/etpan/imap-thread.c
15379         * src/etpan/imap-thread.h
15380                 fixed IMAP implementation of check of mails.
15381
15382 2005-07-03 [hoa]        1.9.12cvs11
15383
15384         * src/etpan/Makefile.am
15385         * src/etpan/etpan-errors.h
15386         * src/etpan/etpan-log.[ch]
15387         * src/etpan/etpan-thread-manager-types.h
15388         * src/etpan/etpan-thread-manager.[ch]
15389         * src/etpan/imap-thread.[ch]
15390         * src/Makefile.am
15391         * src/imap.c
15392         * src/main.c
15393         * src/prefs_other.c
15394         * configure.ac
15395             merged imap branch.
15396             dependency on libetpan 0.37 is now added.
15397
15398 2005-07-01 [colin]      1.9.12cvs10
15399
15400         * src/Makefile.am
15401         * src/folder.c
15402         * src/folder.h
15403         * src/folderview.c
15404         * src/stock_pixmap.c
15405         * src/stock_pixmap.h
15406         * src/plugins/trayicon/trayicon.c
15407                 Add marked symbol on folders containing
15408                 marked messages
15409         * src/procmsg.c
15410         * src/procmsg.h
15411         * src/toolbar.c
15412         * src/prefs_common.c
15413         * src/prefs_common.h
15414         * src/prefs_send.c
15415                 Add an optional confirmation dialog on queue
15416                 sending. Patch by wwp.
15417         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
15418         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
15419         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
15420         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
15421         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
15422         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
15423         * src/pixmaps/inbox_mark.xpm            ** ADDED **
15424         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
15425         * src/pixmaps/outbox_mark.xpm           ** ADDED **
15426         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
15427         * src/pixmaps/trash_mark.xpm            ** ADDED **
15428                 New pixmaps
15429
15430 2005-07-01 [colin]      1.9.12cvs9
15431
15432         * src/summaryview.c
15433                 Fix a little threading bug
15434         * src/addrgather.c
15435         * src/mainwindow.c
15436                 A little bit of HIG normality never hurts
15437
15438 2005-07-01 [colin]      1.9.12cvs8
15439
15440         * src/compose.c
15441         * src/msgcache.c
15442         * src/pop.c
15443         * src/procmime.c
15444         * src/recv.c
15445         * src/common/log.c
15446         * src/common/template.c
15447         * src/common/utils.c
15448         * src/common/utils.h
15449                 Reverted the fwrite_atomic stuff. In fact
15450                 it is already atomic.
15451
15452 2005-06-30 [colin]      1.9.12cvs7
15453
15454         * src/common/utils.c
15455         * src/common/utils.h
15456                 Add an fwrite_atomic() function to make
15457                 sure we write everything: fwrite can make
15458                 short writes.
15459         * src/compose.c
15460         * src/msgcache.c
15461         * src/pop.c
15462         * src/procmime.c
15463         * src/recv.c
15464         * src/common/log.c
15465         * src/common/template.c
15466                 Use that (and fix swapping of size and nmemb).
15467                 Thanks to Rich Coe for the heads up.
15468
15469 2005-06-30 [colin]      1.9.12cvs6
15470
15471         * src/addressbook.c
15472                 Optimize addressbook opening 
15473
15474 2005-06-30 [colin]      1.9.12cvs5
15475
15476         * src/summaryview.c
15477                 Remove calls to summary_step after move/copy
15478
15479 2005-06-28 [paul]       1.9.12cvs4
15480
15481         * src/alertpanel.c
15482                 wrap and make the error msg selectable
15483
15484 2005-06-28 [paul]       1.9.12cvs3
15485
15486         * src/ssl_manager.c
15487                 replace the OK button with a Close button
15488         * src/gtk/foldersort.c
15489                 use GTK_STOCK_ icons/buttons
15490
15491 2005-06-28 [colin]      1.9.12cvs2
15492
15493         * src/gedit-print.c             ** ADDED **
15494         * src/gedit-print.h             ** ADDED **
15495         * src/gtk/gtksourceprintjob.c   ** ADDED **
15496         * src/gtk/gtksourceprintjob.h   ** ADDED **
15497                 I can't believe no one had enough time to tell
15498                 me I forgot the `cvs add`
15499
15500 2005-06-27 [colin]      1.9.12cvs1
15501
15502         * src/Makefile.am
15503         * src/gtk/Makefile.am
15504         * src/messageview.c
15505         * src/procmsg.c
15506         * src/summaryview.c
15507         * configure.ac
15508                 Add optional libgnomeprint-based printing
15509         * src/mainwindow.c
15510         * src/gtk/quicksearch.c
15511                 Add an Edit/Quick search menu item to show
15512                 and focus the quicksearch
15513
15514 2005-06-27 [paul]       1.9.12
15515
15516         1.9.12 release
15517
15518         * po/ca.po
15519         * po/de.po
15520         * po/es.po
15521         * po/fr.po
15522         * po/it.po
15523         * po/ko.po
15524         * po/pt_BR.po
15525         * po/sk.po
15526         * po/zh_CN.po
15527                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
15528                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
15529                 SungHyun Nam, Frederico Goncalves Guimaraes,
15530                 Andrej Kacian, and Yang Guilong
15531 2005-06-26 [colin]      1.9.11cvs106
15532
15533         * src/imap_gtk.c
15534                 Forgot one file for previous fix
15535
15536 2005-06-26 [colin]      1.9.11cvs105
15537
15538         * src/folder.c
15539         * src/imap.c
15540                 Fix problems with folder operations in no_select
15541                 imap folders. it applies only to mails, and 
15542                 creation/deletion/move/renaming of folders 
15543                 should be possible
15544
15545 2005-06-26 [paul]       1.9.11cvs104
15546
15547         * src/prefs_filtering.c
15548                 replace one more GTK_STOCK_REMOVE
15549                 with GTK_STOCK_DELETE
15550
15551 2005-06-25 [colin]      1.9.11cvs103
15552
15553         * src/imap.c
15554                 Optimize get_seq_set_from_seq_list
15555                 (Patch by Ricardo) 
15556
15557 2005-06-25 [colin]      1.9.11cvs102
15558
15559         * src/mh.c
15560                 If the directory exists, but not in the
15561                 correct encoding, rename it. This should
15562                 handle old-versions-induced bugs.
15563
15564 2005-06-25 [colin]      1.9.11cvs101
15565
15566         * src/mh.c
15567                 Fix path access with extended dir names
15568                 Fixes bug #589 (SC segfaults with wrong locale
15569                 settings)
15570
15571 2005-06-25 [colin]      1.9.11cvs100
15572
15573         * src/prefs_account.c
15574         * src/prefs_account.h
15575         * src/compose.c
15576                 Add an option to encrypt replies to
15577                 encrypted messages
15578
15579 2005-06-25 [colin]      1.9.11cvs99
15580
15581         * src/compose.c
15582         * src/quote_fmt_parse.y
15583                 ... And make it work with pgpinline.
15584
15585 2005-06-25 [colin]      1.9.11cvs98
15586
15587         * src/compose.c
15588         * src/procmime.c
15589         * src/procmime.h
15590         * src/quote_fmt_parse.y
15591                 o Make reedition of encrypted messages possible
15592                   (as long as it is encrypted to self too, no
15593                    magic there)
15594                 o Make replying with quote (and without selecting
15595                   text) possible for encrypted messages.
15596                 Closes bug #550 (Not possible to "reply with quote"
15597                 to gnupg encrypted messages)
15598
15599 2005-06-24 [paul]       1.9.11cvs97
15600
15601         * src/imap.c
15602                 add missing include
15603
15604 2005-06-24 [paul]       1.9.11cvs96
15605
15606         * src/editldap.c
15607                 made bind password entry invisible
15608                 (sync with main)
15609         * src/send_message.c
15610                 send_message_local(): check exit status
15611                 to detect errors (sync with main)
15612         * src/textview.c
15613                 use main's less ambiguous popup menu
15614                 wording
15615
15616 2005-06-24 [paul]       1.9.11cvs95
15617
15618         * src/prefs_actions.c
15619         * src/prefs_customheader.c
15620         * src/prefs_display_header.c
15621         * src/prefs_filtering_action.c
15622         * src/prefs_matcher.c
15623         * src/prefs_template.c
15624         * src/prefs_toolbar.c
15625                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
15626         * src/gtk/description_window.c
15627                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
15628
15629 2005-06-23 [colin]      1.9.11cvs94
15630
15631         * src/summaryview.c
15632                 Fix rough edges (be sure to call status_show whenever
15633                 necessary).
15634
15635 2005-06-23 [colin]      1.9.11cvs93
15636
15637         * src/summaryview.c
15638                 Optimize Select All
15639                 Before, in a 5K mails folder: 11s
15640                 After, in the same folder: 58000µs
15641                 The joys of locking... gtk_clist_select_all() fires a 
15642                 tree-select-row event for each selected row, which in 
15643                 summaryview, callbacks summary_selected which in turn,
15644                 calls summary_status_show, which walks the selected
15645                 rows. Hence, calling gtk_clist_select_all was 
15646                 exponential. Locking the summaryview makes 
15647                 summary_selected return early.
15648
15649 2005-06-23 [colin]      1.9.11cvs92
15650
15651         * src/imap.c
15652                 Move mutex at the important place to avoid
15653                 deadlocks
15654         * src/summaryview.c
15655                 Fix Del key deleting directly instead of
15656                 moving to trash
15657
15658 2005-06-22 [colin]      1.9.11cvs91
15659
15660         * src/plugins/spamassassin/libspamc.c
15661                 As we do spagetti code with assignations in multiple
15662                 places (see _message_read_raw where out = msg = raw),
15663                 let's be sure we don't free the same pointer twice.
15664                 Should fix bug #683 (Crash in libpam at 
15665                 message_cleanup).
15666
15667 2005-06-22 [colin]      1.9.11cvs90
15668
15669         * src/compose.c
15670         * src/messageview.c
15671         * src/toolbar.c
15672                 Make toolbar's delete use the move to trash stuff;
15673                 Add gtk_widget_realize to be sure pixmaps can get
15674                 created (that may fix an old worksforme bug which
15675                 I can't find back...)
15676
15677 2005-06-22 [colin]      1.9.11cvs89
15678
15679         * src/summaryview.c
15680         * src/summaryview.h
15681         * src/mainwindow.c
15682                 Rename "Message/Delete" to "Message/Move to trash"
15683                 Add "Message/Delete..." that directly destroys the
15684                 selected messages after asking for a confirmation.
15685
15686 2005-06-22 [colin]      1.9.11cvs88
15687
15688         * src/imap.c
15689                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
15690                 o Fix a deadlock (thanks Darko)
15691
15692 2005-06-22 [colin]      1.9.11cvs87
15693
15694         * src/gtk/foldersort.c
15695                 Add missing include for the i18n;
15696                 patch by Fabien Vantard
15697
15698 2005-06-21 [colin]      1.9.11cvs86
15699
15700         * src/folder.c
15701         * src/folderview.c
15702                 Respect the no_select flag
15703         * src/imap.c
15704                 Fix recursive deletion
15705         * src/imap_gtk.c
15706         * src/mh_gtk.c
15707                 Make the folder deletion's warning
15708                 more explicit
15709
15710 2005-06-21 [colin]      1.9.11cvs85
15711
15712         * src/textview.c
15713                 Prevent email addresses from spanning accross
15714                 lines - fixes bug # 646 (newline-chars in 
15715                 email addresses)
15716
15717 2005-06-20 [colin]      1.9.11cvs84
15718
15719         * src/folder.c
15720                 Be sure not to remove source if copy failed
15721
15722 2005-06-20 [colin]      1.9.11cvs83
15723
15724         * src/folderview.c
15725         * src/imap_gtk.c
15726                 remove summaryview's lock
15727         * src/imap.c
15728                 introduce threads to avoid problems when foreground tasks
15729                 interfere with background tasks
15730         * src/mh.c
15731                 prevent moving to drafts/queue
15732         * src/mimeview.c
15733                 fix leak
15734
15735 2005-06-19 [colin]      1.9.11cvs82
15736
15737         * src/imap_gtk.c
15738                 Remember that the user doesn't want to override
15739                 offline mode, for 3 seconds. It avoid presenting
15740                 him with N popups in a really short time.
15741
15742 2005-06-17 [colin]      1.9.11cvs81
15743
15744         * src/imap.c
15745                 Fix IMAP breaking on folders containing '('
15746                 (Probably won't be enough)
15747
15748 2005-06-17 [colin]      1.9.11cvs80
15749
15750         Forgotten files on 1.9.11cvs79
15751         * src/summaryview.c
15752                 Fix stepping when not immediately executing
15753         * src/imap.c
15754                 Really prevent UID FETCH 0
15755         * src/codeconv.c
15756                 Fix outgoing charset never set to utf-8
15757         * src/mh.c
15758                 Fix leak
15759
15760 2005-06-16 [colin]      1.9.11cvs79
15761
15762         * src/compose.c
15763                 Fix bug #707 (Dash splits rows)
15764                 Only wrap if we're on a line break position and
15765                 the previous one was a "white" (space) char.
15766                 Pango stuff is weird.
15767
15768 2005-06-16 [colin]      1.9.11cvs78
15769
15770         * src/imap_gtk.c
15771                 Lock summaryview while downloading messages
15772                 on user demand
15773         * src/procheader.c
15774         * src/unmime.c
15775         * src/common/utils.c
15776         * src/common/utils.h
15777                 Replace \r and \n with spaces in From and
15778                 Subject headers
15779
15780 2005-06-16 [paul]       1.9.11cvs77
15781
15782         * src/procmime.c
15783                 liberalise the mime parser
15784         * src/gtk/about.c
15785                 add text wrapping
15786
15787 2005-06-16 [paul]       1.9.11cvs76
15788
15789         * src/gtk/about.c
15790                 reworked
15791
15792 2005-06-15 [colin]      1.9.11cvs75
15793
15794         * src/compose.c
15795                 Finish header encoding fix
15796         * src/summaryview.c
15797                 Fix segfault
15798         * src/headerview.c
15799                 Fix compilation (Thanks Stephan
15800                 Sachse)
15801
15802 2005-06-15 [colin]      1.9.11cvs74
15803
15804         * Makefile.am
15805                 Install gnome2 stuff rather than gnome1, 
15806                 if both are present
15807         * src/codeconv.c
15808         * src/codeconv.h
15809         * src/compose.c
15810                 Fix headers encoding
15811         * src/folder.c
15812                 Visual progress when fetching all messages
15813         * src/folderview.c
15814         * src/summaryview.c
15815         * src/summaryview.h
15816                 Prevent changing current message while
15817                 incorporating
15818
15819 2005-06-15 [paul]       1.9.11cvs73
15820
15821         * src/gtk/gtkaspell.c
15822         * src/gtk/gtkaspell.h
15823                 fix build warnings
15824
15825 2005-06-15 [paul]       1.9.11cvs72
15826
15827         * src/prefs_filtering.c
15828                 allow reordering of filter rules by
15829                 drag n drop
15830
15831 2005-06-15 [paul]       1.9.11cvs71
15832
15833         * COPYING
15834                 updated
15835         * src/codeconv.c
15836                 replace deprecated function
15837         * src/inc.c
15838         * src/send_message.c
15839         * src/gtk/progressdialog.c
15840         * src/gtk/progressdialog.h
15841                 salvage and reuse parts of reverted sync
15842
15843 2005-06-15 [paul]       1.9.11cvs70
15844
15845         * src/inc.c
15846         * src/send_message.c
15847         * src/gtk/progressdialog.c
15848         * src/gtk/progressdialog.h
15849                 revert yesterday's sync with main
15850                 it contains deprecated functions
15851
15852 2005-06-15 [colin]      1.9.11cvs69
15853
15854         * src/headerview.c
15855                 Fix bug #670 (multi user to: will corrupt message 
15856                 headers display)
15857
15858 2005-06-15 [colin]      1.9.11cvs68
15859
15860         * src/compose.c
15861                 Fix bug #421 (Fix undo on wrapping)
15862
15863 2005-06-15 [colin]      1.9.11cvs67
15864
15865         * src/folder.c
15866                 Provide visual feedback while processing
15867                 folder's rules.
15868         * src/imap.c
15869                 Provide visual feedback while getting
15870                 short headers (for uncached messages)
15871
15872
15873 2005-06-14 [paul]       1.9.11cvs66
15874
15875         * src/account.c
15876                 change a couple stock icons
15877         * src/inc.c
15878         * src/send_message.c
15879         * src/gtk/progressdialog.c
15880         * src/gtk/progressdialog.h
15881                 sync main's GtkTreeView implementation
15882
15883 2005-06-14 [colin]      1.9.11cvs65
15884
15885         * src/imap.c
15886                 Various little fixes, mainly on error paths
15887
15888 2005-06-13 [colin]      1.9.11cvs64
15889
15890         * matcher.c
15891         * procmsg.c
15892         * procmsg.h
15893                 Add a way to fetch only headers. This speeds
15894                 up filtering on headers for IMAP. Fixes:
15895                 bug #481 extraneous imap commands slow down 
15896                         imap filtering
15897                 bug #522 Sylpheed downloads all messages 
15898                         when opening mailbox (IMAP)
15899                 bug #677 IMAP fetch is soooooooooooooo slow
15900         * src/folder.c
15901         * src/folder.h
15902                 Add a folder set_batch method so that
15903                 implementations can speed up flags changes
15904         * src/folderutils.c
15905         * src/summaryview.c
15906                 Use that in mark as (un)read and mark all read
15907                 Refix bug #679
15908         * src/imap.c
15909                 Implement set_batch - brings back deferred
15910                 flags in a less buggy manner. Fixes:
15911                 bug #729 IMAP immediate expunge of deleted messages
15912                 bug #191 remove list of messages with one command
15913                 Fix login with strange chars
15914                 Implement fetch_msg_full
15915                 Fix copy (wrong counts)
15916
15917 2005-06-12 [colin]      1.9.11cvs63
15918
15919         * src/folder.c
15920                 lock incorporation during long operations.
15921                 Avoids fucking up the IMAP socket.
15922
15923 2005-06-12 [colin]      1.9.11cvs62
15924
15925         * src/imap.c
15926                 Fix harmful typo
15927                 Factorize remove_all_msg
15928                 Thread-ize expunge
15929         * src/summaryview.c
15930                 Don't update partial-download status if unnecessary
15931         * src/folder.c
15932                 Use remove_msgs everywhere possible
15933
15934 2005-06-12 [colin]      1.9.11cvs61
15935
15936         * src/folder.c
15937         * src/folder.h
15938                 Add a remove_msgs function to remove a 
15939                 list of messages
15940         * src/imap.c
15941                 Implement that.
15942
15943 2005-06-12 [colin]      1.9.11cvs60
15944
15945         * src/imap.c
15946                 Remove flags-processing deferring... Too hard
15947                 to get it to work in all cases.
15948
15949 2005-06-11 [colin]      1.9.11cvs59
15950
15951         * src/imap.c
15952                 printf -> debug_print
15953
15954 2005-06-11 [colin]      1.9.11cvs58
15955
15956         * src/imap.c
15957                 o Fix build without USE_PTHREAD
15958                 o Factorize imap_open
15959                 o Alertpanel in case of impossible connection
15960                 o Alertpanel in case of impossible login
15961                 o Fix deferred flags processing to force a 
15962                   flush before adding some more flags to process,
15963                   but in another folder.
15964
15965 2005-06-10 [colin]      1.9.11cvs57
15966
15967         * src/imap.c
15968                 o Fix a format string error
15969                 o init ssl socket outside of the thread 
15970                   (it possibly invokes gtk calls)
15971         * src/procmime.c
15972                 o Put back the buffer to its necessary size
15973                 o Fix changing a file pointer without keeping
15974                   track of it (thanks Valgrind)
15975         * src/common/smtp.c
15976                 o Fix automatic STARTTLS if login should be done
15977                   and the server only allows it after starting TLS
15978         * src/gtk/gtkinputdialog.c
15979                 o Eat GDK_Return so that the combo popup doesn't 
15980                   appear when we press Enter to validate the combo
15981                   input dialog (as seen in the Open with... dialog)
15982
15983 2005-06-10 [colin]      1.9.11cvs56
15984
15985         * src/imap.c
15986                 o A bit less debug
15987                 o Fix a crash on deletion
15988                 o Threadize imap_select (it's called outside of 
15989                   threads)
15990                 o Defer treatment of DELETED flags
15991
15992
15993 2005-06-09 [colin]      1.9.11cvs55
15994
15995         * src/imap.c
15996                 Make sure we check imap_gtk_should_override(), which
15997                 potentially calls gtk stuff, before creating thread.
15998                 That way it should't be called via imap_get_session()
15999                 inside a thread.
16000
16001 2005-06-09 [colin]      1.9.11cvs54
16002
16003         * src/imap.c
16004                 o add a bit of status output
16005                 o remove some dead code
16006                 o threadize get_list_of_uids
16007                 o threadize imap_get_flags
16008                 o defer flag changing by 500ms so that they
16009                   can be batched
16010
16011
16012 2005-06-08 [colin]      1.9.11cvs53
16013
16014         * src/imap.c
16015                 Thread-ize imap_cmd_fetch
16016
16017 2005-06-08 [colin]      1.9.11cvs52
16018
16019         * src/main.c
16020                 Mmh, that broke POP3...
16021
16022 2005-06-08 [colin]      1.9.11cvs51
16023
16024         * src/main.c
16025                 Stabilize IMAP patch (thanks to Hoa)
16026
16027 2005-06-08 [colin]      1.9.11cvs50
16028
16029         * src/imap.c
16030                 Test patch to speed up imap. 
16031
16032 2005-06-08 [colin]      1.9.11cvs49
16033
16034         * src/imap_gtk.c
16035                 Warning fix
16036         * src/procmime.c
16037                 Apply patch from gentoo to use /usr/share/mime/globs if 
16038                 available, after un-breaking it
16039         * src/common/log.c
16040         * src/common/log.h
16041                 Use g_timeout for invoking hooks that possibly use gtk
16042                 calls. This should leave gtk calls in the main thread.
16043
16044 2005-06-08 [paul]       1.9.11cvs48
16045
16046         * src/codeconv.c
16047                 conv_get_outgoing_charset_str(): don't
16048                 use prefs_common setting
16049         * src/compose.c
16050         * src/compose.h
16051                 add /Options/Character encoding/... to
16052                 temporarily change the outgoing encoding
16053
16054         (belated sync with main)
16055
16056 2005-06-08 [paul]       1.9.11cvs47
16057
16058         * src/compose.c
16059                 correction to/completion of last
16060                 sync with main
16061
16062 2005-06-08 [paul]       1.9.11cvs46
16063
16064         sync with main:
16065         
16066         * src/codeconv.c
16067         * src/codeconv.h
16068                 always enabled Japanese auto-detection
16069                 if the first letters of locale string
16070                 is "ja"
16071         * src/compose.c
16072                 don't use "destroy" signal to destroy
16073                 Compose object (fix rare crashes on discard?)
16074         * src/mainwindow.c
16075         * src/messageview.c
16076         * src/prefs_send.c
16077                 added Hebrew encodings
16078         * src/sourcewindow.c
16079                 don't use "destroy" signal to destroy
16080                 objects
16081
16082 2005-06-07 [colin]      1.9.11cvs45
16083
16084         * src/summaryview.c
16085                 Add missing unlocks/locks
16086
16087 2005-06-07 [paul]       1.9.11cvs44
16088
16089         * src/summaryview.c
16090                 restore bug #749 fix
16091
16092 2005-06-06 [colin]      1.9.11cvs43
16093
16094         * src/summaryview.c
16095                 Fix selection bug when prefs_common.open_unread 
16096                 is FALSE
16097
16098 2005-06-06 [colin]      1.9.11cvs42
16099
16100         * src/common/md5.c
16101                 Fix a warning
16102         * src/summaryview.c
16103         * src/folderview.c
16104                 Factorize long operations beginning and end
16105                 (locking, freezing/thawing, cursor, ...)
16106                 Check selection->data member in selection-
16107                 related loops; this avoids dying an awful
16108                 death if the selection changes on us while
16109                 we're marking a whole IMAP folder unread, 
16110                 for example.
16111
16112 2005-06-06 [paul]       1.9.11cvs41
16113
16114         * src/textview.c
16115                 don't g_free() a static gchar buffer
16116
16117 2005-06-05 [colin]      1.9.11cvs40
16118
16119         * src/mainwindow.c
16120         * src/messageview.c
16121         * src/summaryview.c
16122                 Fix bug #749 (Show all headers should be
16123                 sticky as the GUI suggests)
16124
16125 2005-06-03 [paul]       1.9.11cvs39
16126
16127         * src/compose.c
16128                 don't allow editing of mail while sending.
16129                 patch by Colin
16130
16131 2005-06-03 [paul]       1.9.11cvs38
16132
16133         * src/folderview.c
16134                 add a freeze/thaw to speed up 'mark all read'
16135
16136 2005-06-03 [paul]       1.9.11cvs37
16137
16138         * src/prefs_message.c
16139                 reflect changes immediately
16140
16141 2005-06-02 [colin]      1.9.11cvs36
16142
16143         * po/POTFILES.in
16144                 Patch by Fabien Vantard.
16145
16146 2005-06-02 [colin]      1.9.11cvs35
16147
16148         * src/imap.c
16149                 Use a non-blocking imap_getline() if possible.
16150                 This should completely prevent the interface
16151                 from freezin on imap operations, although it
16152                 may do strange stuff in case of folder switching
16153                 while a big imap operation is taking place...
16154
16155                 In addition, fix a leak in the case thread
16156                 creation fails on connection.
16157
16158 2005-06-02 [colin]      1.9.11cvs34
16159
16160         * src/crash.c
16161         * src/prefs_common.h
16162                 Fix build (prefs_common_init() doesn't exist
16163                 anymore)
16164
16165 2005-06-02 [colin]      1.9.11cvs33
16166
16167         * src/prefs_account.c
16168                 Fix bug #245 (filtering rules broken when
16169                 renaming a remote account (imap4 or nntp)
16170
16171 2005-06-02 [colin]      1.9.11cvs32
16172
16173         * src/imap.c
16174                 Try to fix IMAP shortcomings: 
16175                 o Multithread imap_open()
16176                 o allow offline-mode overriding instead of
16177                   just returning NULL
16178         * src/imap_gtk.c
16179         * src/imap_gtk.h
16180                 Add a function to ask whether we want to
16181                 override offline-mode for 10 minutes (one-shot
16182                 asking was painful)
16183         * src/procheader.c
16184                 Fix segfault when imap parser isn't happy about
16185                 a missing {
16186
16187 2005-06-01 [colin]      1.9.11cvs31
16188
16189         * src/addrharvest.c
16190         * src/compose.c
16191         * src/mbox.c
16192         * src/mbox.h
16193         * src/mh.c
16194         * src/msgcache.c
16195         * src/send_message.c
16196         * src/setup.c
16197         * src/undo.c
16198         * src/common/hooks.c
16199         * src/common/prefs.c
16200         * src/common/template.c
16201         * src/common/utils.c
16202         * src/gtk/gtkutils.c
16203         * src/gtk/inputdialog.c
16204         * src/gtk/menu.c
16205         * src/gtk/pluginwindow.c
16206         * src/gtk/prefswindow.c
16207         * src/plugins/pgpmime/passphrase.c
16208         * src/plugins/pgpmime/prefs_gpg.c
16209                 More -Wall fixes
16210
16211         * src/common/Makefile.am
16212         * src/common/timing.h
16213                 Add basic timing code
16214
16215         * src/summaryview.c
16216                 Fix a bug with unread messages when 
16217                 re-sorting folders, and by the way
16218                 fix a big performance hit when 
16219                 re-sorting (10k mails: before 5s,
16220                 after .5s)
16221
16222         * src/prefs_compose_writing.c
16223         * src/prefs_compose_writing.h
16224         * src/prefs_message.c
16225         * src/prefs_message.h
16226         * src/prefs_other.c
16227         * src/prefs_other.h
16228         * src/prefs_quote.c
16229         * src/prefs_quote.h
16230         * src/prefs_receive.c
16231         * src/prefs_receive.h
16232         * src/prefs_send.c
16233         * src/prefs_send.h
16234         * src/prefs_summaries.c
16235         * src/prefs_summaries.h
16236                 Fix copyright banner
16237
16238 2005-06-01 [paul]       1.9.11cvs30
16239
16240         * po/fi.po
16241                 updated by Flammie Pirinen
16242         * src/procmime.c
16243                 fix 'Bad BASE64 content' output
16244
16245 2005-05-31 [colin]      1.9.11cvs29
16246
16247         * src/procmime.c
16248                 Oops, where did my hunk go.
16249
16250 2005-05-31 [colin]      1.9.11cvs28
16251
16252         * src/Makefile.am
16253         * src/account.c
16254         * src/action.c
16255         * src/addr_compl.c
16256         * src/addressbook.c
16257         * src/codeconv.c
16258         * src/compose.c
16259         * src/export.c
16260         * src/folder.c
16261         * src/folderview.c
16262         * src/image_viewer.c
16263         * src/main.c
16264         * src/mainwindow.c
16265         * src/messageview.c
16266         * src/mimeview.c
16267         * src/msgcache.c
16268         * src/prefs_account.c
16269         * src/prefs_actions.c
16270         * src/prefs_common.c
16271         * src/prefs_compose_writing.c
16272         * src/prefs_customheader.c
16273         * src/prefs_ext_prog.c
16274         * src/prefs_filtering.c
16275         * src/prefs_filtering_action.c
16276         * src/prefs_fonts.c
16277         * src/prefs_image_viewer.c
16278         * src/prefs_message.c
16279         * src/prefs_message.h
16280         * src/prefs_msg_colors.c
16281         * src/prefs_other.c
16282         * src/prefs_other.h
16283         * src/prefs_quote.c
16284         * src/prefs_receive.c
16285         * src/prefs_receive.h
16286         * src/prefs_send.c
16287         * src/prefs_send.h
16288         * src/prefs_spelling.c
16289         * src/prefs_summaries.c
16290         * src/prefs_summary_column.c
16291         * src/prefs_template.c
16292         * src/prefs_themes.c
16293         * src/prefs_toolbar.c
16294         * src/prefs_wrapping.c
16295         * src/procmime.c
16296         * src/procmsg.c
16297         * src/send_message.h
16298         * src/ssl_manager.c
16299         * src/summary_search.c
16300         * src/summaryview.c
16301         * src/textview.c
16302         * src/wizard.c
16303         * src/common/smtp.c
16304         * src/common/smtp.h
16305         * src/gtk/gtkutils.h
16306                 o Move the rest of Common prefs to new style
16307                 o Lots of -Wall warning fixes
16308                 o fix FIXME in cache memusage calculation
16309                 o Let return receipts be sent from any account
16310                 o Little cache optimisation (read)
16311                 o Fix bug #746 (don't treat commas as separators
16312                   when inside a quoted string)
16313
16314 2005-05-31 [paul]       1.9.11cvs27
16315
16316         * src/prefs_common.c
16317                 fix 'off-by-one' typo
16318
16319 2005-05-31 [paul]       1.9.11cvs26
16320
16321         * src/account.c
16322         * src/addr_compl.c
16323         * src/compose.c
16324         * src/foldersel.c
16325         * src/prefs_actions.c
16326         * src/prefs_common.c
16327         * src/prefs_common.h
16328         * src/prefs_customheader.c
16329         * src/prefs_display_header.c
16330         * src/prefs_filtering.c
16331         * src/prefs_filtering_action.c
16332         * src/prefs_matcher.c
16333         * src/prefs_summaries.c
16334         * src/prefs_summary_column.c
16335         * src/prefs_template.c
16336         * src/prefs_toolbar.c
16337         * src/ssl_manager.c
16338         * src/gtk/pluginwindow.c
16339         * src/gtk/prefswindow.c
16340         * src/gtk/progressdialog.c
16341                 add hidden prefs 'enable_rules_hint'
16342                 for gtk_tree_view_set_rules_hint()
16343                 (sync with main)
16344                 
16345
16346 2005-05-31 [colin]      1.9.11cvs25
16347
16348         * src/Makefile.am
16349         * src/main.c
16350         * src/prefs_common.c
16351         * src/prefs_summaries.c ** ADDED **
16352         * src/prefs_summaries.h ** ADDED **
16353                 Common/Display -> Display/Summaries
16354
16355 2005-05-31 [colin]      1.9.11cvs24
16356
16357         * src/Makefile.am
16358         * src/main.c
16359         * src/prefs_quote.c ** ADDED **
16360         * src/prefs_quote.h ** ADDED **
16361                 Move Common/Quote to Compose/Quoting
16362         * src/prefs_common.c
16363         * src/prefs_common.h
16364                 Remove old quote stuff, add
16365                 convenience functions for GtkTextView prefs
16366         * src/gtk/prefswindow.c
16367                 Set default height higher
16368
16369 2005-05-30 [colin]      1.9.11cvs23
16370
16371         * src/Makefile.am
16372         * src/main.c
16373         * src/prefs_common.c
16374         * src/prefs_compose_writing.c ** ADDED **
16375         * src/prefs_compose_writing.h ** ADDED **
16376                 Move Common/Compose prefs to Compose/Writing
16377
16378 2005-05-30 [colin]      1.9.11cvs22
16379
16380         * src/common/utils.c
16381                 Fix bug #651 (Confused Attract by Subject)
16382                 Patch by M. Benkmann <haferfrost@web.de>
16383         * AUTHORS
16384
16385 2005-05-30 [colin]      1.9.11cvs21
16386
16387         * src/compose.c
16388                 Fix concatenation of different headers of
16389                 the same type (bug #645)
16390         * src/prefs_folder_item.c
16391                 Fix bug #699 (setting color to black doesn't
16392                 work immediately)
16393         * src/procmime.c
16394                 Print out decoding error only once per
16395                 block
16396
16397 2005-05-30 [paul]       1.9.11cvs20
16398
16399         * src/common/template.c
16400                 fix Bcc
16401
16402 2005-05-30 [paul]       1.9.11cvs19
16403
16404         * doc/src/rfc2368.txt   **NEW FILE**
16405         * src/compose.c
16406                 compose_entries_set(): don't interpret Bcc
16407                 header field (conform to RFC 2368)
16408                 (sync with main)
16409
16410 2005-05-29 [colin]      1.9.11cvs18
16411
16412         * src/prefs_common.c
16413                 Let the default reply format respect
16414                 netiquette by cutting the signature.
16415
16416 2005-05-29 [colin]      1.9.11cvs17
16417
16418         * src/summaryview.c
16419                 Don't let always_show_msg override
16420                 open_unread_on_enter when opening a new
16421                 directory.
16422
16423 2005-05-27 [paul]       1.9.11cvs16
16424
16425         sync with main:
16426
16427         * src/main.c
16428                 app_will_exit(): cleanup tmp directory when exit
16429         * src/message_search.c
16430                 improved the interface and made code cleanup.
16431                 removed Clear button
16432         * src/send_message.c
16433                 send_message_local(): use GSpawn, and detect errors
16434         * src/summary_search.c
16435                 improved the interface and made code cleanup
16436         * src/textview.c
16437                 textview_write_link(): also skip non-ascii space
16438                  at the head of link strings (phishing check
16439                  didn't work at the case)
16440         * src/common/utils.c
16441                 get_command_output(): use g_spawn_command_line_sync()
16442                 instead of popen()
16443
16444 2005-05-26 [colin]      1.9.11cvs15
16445
16446         * src/folder.c
16447                 remove printf
16448
16449 2005-05-26 [colin]      1.9.11cvs14
16450
16451         * src/common/nntp.c
16452                 Fix nntp mode reader (bug #611)
16453                 Patch by Florian Mickler <florian@mickler.org>
16454
16455 2005-05-26 [colin]      1.9.11cvs13
16456
16457         * src/plugins/pgpmime/passphrase.c
16458                 Fix mouse grabbing (bug #557)
16459
16460 2005-05-26 [colin]      1.9.11cvs12
16461
16462         * src/prefs_themes.c
16463                 Fix g_warning (bug #541)
16464
16465 2005-05-26 [colin]      1.9.11cvs11
16466
16467         * src/prefs_actions.c
16468         * src/prefs_template.c
16469                 Fix bug #506 (no warning if action/template
16470                 is not saved)
16471         * src/common/template.c
16472                 Fix a possible crash
16473
16474 2005-05-26 [colin]      1.9.11cvs10
16475
16476         * src/folder.c
16477         * src/folderview.c
16478         * src/procmsg.c
16479         * src/summaryview.c
16480                 Forbid locked messages to be moved or
16481                 deleted. Locked messages in trashes 
16482                 still get deleted, for performance
16483                 reason (mh.c::mh_remove_all_msgs)
16484
16485 2005-05-25 [colin]      1.9.11cvs9
16486
16487         * src/procmime.c
16488                 Use correct encoding when sending mails
16489                 with attachments that have accentued 
16490                 chars in their name
16491
16492 2005-05-24 [colin]      1.9.11cvs8
16493
16494         * src/summaryview.c
16495                 Fix bug #688 f) read/unread marker not
16496                 changed on first click
16497                 Also, optimize summary_status_show()
16498                 calls
16499         * src/folder.c
16500         * src/inc.c
16501         * src/procmime.c
16502                 Fix bug #688 b) and c) wrt message
16503                 attachments and signature
16504         * src/stock_pixmap.c
16505         * src/stock_pixmap.h
16506         * src/stock_pixmap.c
16507         * src/stock_pixmap.h
16508         * src/Makefile.am
16509         * src/pixmaps/clip_gpg_signed.xpm
16510                 Add clip/signed icon
16511
16512 2005-05-24 [colin]      1.9.11cvs7
16513
16514         * src/folder_item_prefs.c
16515                 whitespace fix
16516
16517 2005-05-24 [colin]      1.9.11cvs6
16518
16519         * src/folderview.c
16520         * src/prefs_common.c
16521         * src/prefs_common.h
16522                 Add a confirmation to folder drag and drop
16523                 fixes bug #156
16524         * src/alertpanel.c
16525         * src/alertpanel.h
16526                 fix _with_disable parameters so that
16527                 the buttons labels are specifiable too
16528         * src/plugins/pgpmime/sgpgme.c
16529                 reflect said change
16530                 
16531
16532 2005-05-24 [colin]      1.9.11cvs5
16533
16534         * src/folderview.c
16535                 Uncollapse/collapse folders on double-click
16536                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
16537                 closes bug #108
16538
16539 2005-05-23 [colin]      1.9.11cvs4
16540
16541         * src/common/socket.c
16542                 Check another special SSL_peek() error.
16543                 Should help wrt bug #728
16544
16545 2005-05-23 [colin]      1.9.11cvs3
16546
16547         * src/plugins/pgpmime/pgpmime.c
16548                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
16549                 breaking menu accelerators and stuff. Users will have to
16550                 reselect "PGP MIME" instead of "PGP/MIME" in their 
16551                 account's privacy preferences if needed.
16552
16553 2005-05-22 [paul]
16554
16555         * tools/kdeservicemenu/install.sh
16556                 use kdesu to prompt for root password if doing
16557                 global install/uninstall
16558
16559 2005-05-20 [colin]      1.9.11cvs2
16560
16561         * src/procmsg.c
16562                 Fix another compilation error with gcc-2.9x
16563                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
16564         * src/send_message.c
16565                 Don't send QUIT if we aren't connected
16566
16567 2005-05-19 [colin]      1.9.11cvs1
16568
16569         * src/procmsg.c
16570                 Fix compilation with gcc 2.9x
16571
16572 2005-05-19 [paul]       1.9.11
16573
16574         1.9.11 released
16575
16576 2005-05-19 [paul]       1.9.9cvs14
16577
16578         * src/gtk/inputdialog.c
16579                 prevent gettext warning
16580
16581 2005-05-19 [paul]       1.9.9cvs13
16582
16583         * src/mainwindow.c
16584         * src/prefs_common.c
16585         * src/prefs_common.h
16586         * src/textview.c
16587         * src/textview.h
16588                 add an option to toggle cursor in message
16589                 view (sync with main)
16590
16591 2005-05-18 [colin]      1.9.9cvs12
16592
16593         * src/compose.c
16594                 Dereference freed pointer
16595         * src/gtk/gtkaspell.c
16596                 Fix duplication of dictionaries (is it an aspell issue?)
16597
16598 2005-05-18 [colin]      1.9.9cvs11
16599
16600         * src/gtk/inputdialog.c
16601         * src/gtk/gtkaspell.c
16602                 HIGuify dialogs
16603         * src/alertpanel.c
16604                 Remove a double call
16605
16606 2005-05-17 [colin]      1.9.9cvs10
16607
16608         * src/gtk/gtkaspell.c
16609                 Fix dialogs, Ctrl-Enter accel
16610
16611 2005-05-17 [colin]      1.9.9cvs9
16612
16613         * src/gtk/gtkaspell.c
16614                 Fix some accelerators, escape in replace-window
16615
16616 2005-05-16 [colin]      1.9.9cvs8
16617
16618         * src/gtk/gtkaspell.c
16619                 Revert last commit, it was a mistake.
16620
16621 2005-05-16 [colin]      1.9.9cvs7
16622
16623         * src/gtk/gtkaspell.c
16624                 Remove buggy code while we're at it. It's a 
16625                 dead code path anyway.
16626
16627 2005-05-16 [colin]      1.9.9cvs6
16628
16629         * src/gtk/gtkaspell.c
16630                 Missed some gtk_menu_popup where deactivate
16631                 signal should be handled. Should fix bug
16632                 #629 a bit more.
16633
16634 2005-05-16 [colin]      1.9.9cvs5
16635
16636         * src/gtk/gtkaspell.c
16637                 Remove debug printf()s
16638
16639 2005-05-16 [colin]      1.9.9cvs4
16640
16641         * src/gtk/gtkaspell.c
16642                 Fix a bit aspell problems
16643                 (see bug #629)
16644
16645 2005-05-13 [colin]      1.9.9cvs3
16646
16647         * src/folderview.c
16648                 Fix the + appearing even when no subfolders
16649                 have unread messages. Thanks to wwp for the
16650                 bug report.
16651
16652 2005-05-11 [paul]       1.9.9cvs2
16653
16654         * src/folderview.c
16655                 correction to 1.9.9cvs1, only colour folders that
16656                 have new msgs (not unread msgs)
16657
16658 2005-05-10 [colin]      1.9.9cvs1
16659
16660         * src/folderview.c
16661         * src/summaryview.c
16662                 Try to fix bolding bugs again.
16663
16664 2005-05-09 [paul]
16665
16666         * tools/claws.i18n.status.pl
16667                 add Ricardo Mones Lastra's script that has been providing
16668                 the i18n status page for many months
16669
16670 2005-05-09 [paul]       1.9.9
16671
16672         1.9.9 release
16673
16674 2005-05-09 [paul]       1.9.6cvs58
16675
16676         * AUTHORS
16677         * INSTALL
16678         * README.claws
16679                 updated
16680         * Makefile.am 
16681         * RELEASE_NOTES.claws
16682                 add release notes to cvs to simplify release
16683                 procedure
16684         * configure.ac
16685                 add ca and fi to ALL_LINGUAS
16686         * po/Makefile.in.in
16687                 workaround for missing Makevars
16688         * po/ca.po
16689         * po/fi.po
16690                 add new Catalan and Finnish translations
16691                 submitted by Miquel Oliete and Flammie Pirinen
16692         * po/de.po
16693         * po/es.po
16694         * po/fr.po
16695         * po/it.po
16696         * po/pl.po
16697         * po/ru.po
16698         * po/sk.po
16699         * po/sr.po
16700         * po/zh_CN.po
16701                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
16702                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
16703                 Urke MMI, and Hansom Young
16704         * src/main.c
16705                 Fix drafting when quitting. compose_draft() closes the
16706                 compose windows, which modifies the compose_list GSList.
16707                 We have to refresh this list after echo drafting to avoid a
16708                 segfault
16709         * src/partial_download.c
16710                 fix segfault on exit
16711
16712 2005-05-06 [paul]       1.9.6cvs57
16713
16714         * src/grouplistdialog.c
16715                 quick fix/workaround for unresizeable newsgroup
16716                 name column 
16717
16718 2005-05-06 [paul]       1.9.6cvs56
16719
16720         * src/inc.c
16721         * src/mainwindow.c
16722                 use gettext plural forms
16723         * src/imap_gtk.c
16724         * src/mh_gtk.c
16725         * src/toolbar.c
16726                 small improvement to english usage
16727
16728 2005-05-05 [thorsten]   1.9.6cvs55
16729
16730         * src/folder.c
16731                 fix possible crash
16732
16733 2005-05-05 [paul]       1.9.6cvs54
16734         
16735         sync with HEAD
16736
16737         * AUTHORS
16738         * src/compose.c
16739                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
16740                 patch by Tim Mann
16741
16742 2005-05-05 [paul]       1.9.6cvs53
16743
16744         * src/mainwindow.c
16745                 fix resizing of separate message and
16746                 folder views
16747
16748 2005-05-05 [paul]       1.9.6cvs52
16749
16750         * src/account.c
16751         * src/addrgather.c
16752         * src/browseldap.c
16753         * src/exphtmldlg.c
16754         * src/expldifdlg.c
16755         * src/importmutt.c
16756         * src/importpine.c
16757         * src/main.c
16758         * src/mainwindow.c
16759         * src/noticeview.c
16760         * src/prefs_filtering.c
16761         * src/prefs_filtering_action.c
16762         * src/prefs_matcher.c
16763         * src/prefs_spelling.c
16764         * src/prefs_toolbar.c
16765         * src/toolbar.c
16766         * src/wizard.c
16767         * src/gtk/description_window.c
16768         * src/gtk/gtkvscrollbutton.c
16769         * src/gtk/progressdialog.c
16770         * src/gtk/quicksearch.c
16771         * src/plugins/pgpmime/prefs_gpg.c
16772         * src/plugins/spamassassin/spamassassin_gtk.c
16773                 replace deprecated gtk_widget_set_usize
16774
16775 2005-05-04 [colin]      1.9.6cvs51
16776
16777         * src/common/utils.c
16778                 Fix crash when subst_for_filename is called
16779                 with a NULL parameter
16780
16781 2005-05-04 [colin]      1.9.6cvs50
16782
16783         * src/partial_download.c
16784         * src/pop.c
16785                 Escape login when writing uidl file
16786                 fixes bug #736
16787
16788 2005-05-03 [colin]      1.9.6cvs49
16789
16790         * src/procmime.c
16791                 Fix possible DOS in mime parser
16792                 (see bug #634)
16793
16794 2005-05-02 [colin]      1.9.6cvs48
16795
16796         * src/compose.c
16797                 Try to fix the copy/paste mess once again.
16798
16799
16800 2005-04-30 [colin]      1.9.6cvs47
16801
16802         * src/prefs_account.h
16803         * src/procmsg.c
16804         * src/send_message.c
16805         * src/common/smtp.c
16806         * src/common/smtp.h
16807                 Try to batch sending mails (per account) instead of
16808                 reconnecting to server every time.
16809
16810 2005-04-29 [colin]      1.9.6cvs46
16811
16812         * src/messageview.c
16813                 Fix window resizing that refused to size down
16814         * src/prefs_common.c
16815         * src/prefs_common.h
16816         * src/prefs_filtering.c
16817                 Save Filtering's window size
16818
16819 2005-04-21 [paul]       1.9.6cvs45
16820
16821         * ChangeLog-gtk2.claws
16822         * src/setup.c
16823                 correction to sync
16824
16825 2005-04-21 [paul]       1.9.6cvs44
16826
16827         sync with main:
16828
16829         * src/setup.c
16830         * src/statusbar.c
16831         * src/statusbar.h
16832                 use gtkut_widget_draw_now(). Improved performance
16833                 of the update of statusbar
16834         * src/textview.c
16835                 textview_smooth_scroll_do(): redraw it after scroll
16836                 is done (fixed incorrect display when a part of the
16837                 view is hidden).
16838         * src/gtk/gtkutils.c
16839         * src/gtk/gtkutils.h
16840                 gtkut_widget_draw_now(): use gdk_window_process_updates()
16841                 to force update of widgets.
16842                 Removed gtkut_widget_wait_for_draw() which had a big
16843                 overhead  because of waiting for all events processed 
16844
16845 2005-04-20 [paul]       1.9.6cvs43
16846
16847         * src/codeconv.c
16848                 complete 1.9.6cvs42's sync:
16849                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
16850
16851 2005-04-19 [paul]       1.9.6cvs42
16852
16853         sync with main:
16854
16855         * src/action.c
16856                 catch_output(): correctly select the insert text
16857                 (fix invalid iterator warnings).
16858         * src/codeconv.c
16859         * src/codeconv.h
16860         * src/mainwindow.c
16861         * src/messageview.c
16862         * src/prefs_common.c
16863                 support GBK encoding.
16864         * src/common/session.c
16865         * src/common/session.h
16866                 use separate buffer for large data to be sent,
16867                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
16868
16869 2005-04-18 [paul]       1.9.6cvs41
16870
16871         * src/jpilot.c
16872                 convert unsigned long into guint32
16873                 patch by Paul LeoNerd Evans 
16874
16875 2005-04-17 [colin]      1.9.6cvs40
16876
16877         * src/compose.c
16878                 Fix 'Request return receipt' from folder
16879                 properties (bug #708)
16880
16881 2005-04-17 [colin]      1.9.6cvs39
16882
16883         * src/mainwindow.c
16884                 Fix duplicate hotkeys in Mainwindow's menu
16885
16886 2005-04-17 [colin]      1.9.6cvs38
16887
16888         * src/folderview.c
16889                 Fix duplicate hotkeys in Folderview's contextual
16890                 menu
16891
16892 2005-04-15 [colin]      1.9.6cvs37
16893
16894         * src/summaryview.c
16895                 Fix 'Save as...' with non-ascii filenames
16896
16897 2005-04-15 [colin]      1.9.6cvs36
16898
16899         * src/plugins/pgpmime/pgpmime.c
16900                 Fix bus error on 64bit. Spotted by 
16901                 macallan1888@gmail.com
16902
16903 2005-04-15 [colin]      1.9.6cvs35
16904
16905         * src/prefs_account.c
16906                 Fix cvs34.
16907
16908 2005-04-12 [colin]      1.9.6cvs34
16909
16910         * src/prefs_account.c
16911                 Fix smtp auth type off-by-one. We forgot to
16912                 add PLAIN in the prefs-to-gui setter func and
16913                 as a result, the selected auth when opening
16914                 account prefs was not the correct one.
16915
16916 2005-04-12 [paul]       1.9.6cvs33
16917
16918         * src/inc.c
16919                 if the recv dialog is visible, Cancel only
16920                 cancels the current account
16921
16922
16923 2005-04-10 [colin]      1.9.6cvs32
16924
16925         * src/filtering.c
16926                 Copy score when copying FilteringActions
16927                 Fix bug #674
16928
16929 2005-04-10 [colin]      1.9.6cvs31
16930
16931         * src/inc.c
16932                 Make Message -> Receive -> Cancel cancel 
16933                 incorporation on all accounts. Fixes
16934                 bug #693
16935
16936 2005-04-10 [colin]      1.9.6cvs30
16937
16938         * src/prefs_account.c
16939                 Update Privacy checkbuttons status based
16940                 on the selected privacy system
16941         * src/compose.c
16942                 Always connect the "None" privacy system; the
16943                 static boolean was probably there to avoid
16944                 reconnecting twice in the same compose window,
16945                 but as the parent function is only called once
16946                 per compose, it's only a bug - as a static is
16947                 initialized once per application instance.
16948                 Also, don't uncheck Sign and Encrypt when
16949                 selecting None as privacy system; just ignore
16950                 them when sending/queuing.
16951                 Should fix bug #695
16952
16953 2005-04-08 [colin]      1.9.6cvs29
16954
16955         * src/account.c
16956         * src/prefs_account.c
16957         * src/prefs_account.h
16958                 Add account preference to queue message in a certain
16959                 folder.
16960
16961 2005-04-06 [colin]      1.9.6cvs28
16962
16963         * src/prefs_account.c
16964                 Update old inbox path syntax
16965
16966 2005-04-06 [paul]       1.9.6cvs27
16967
16968         sync with main:
16969
16970         * configure.ac
16971                 changed -traditional-cpp to -no-cpp-precomp for newer
16972                 Mac OS X support
16973         * src/foldersel.c
16974                 made column resize automatically
16975         * src/send_message.c
16976                 send_message_smtp(): consider EOF right after QUIT
16977                 successful (workaround for Gmail SMTP server)
16978         * src/common/socket.c
16979                 ssl_read(), ssl_peek(): check EOF which violates the
16980                 SSL protocol
16981         * src/gtk/colorlabel.c
16982                 removed warnings when displaying colorlabel menu
16983                 (don't use GtkAlignment)
16984
16985 2005-04-05 [paul]       1.9.6cvs26
16986
16987         * src/plugins/trayicon/trayicon.c
16988                 fix clipping of icon under KDE3 
16989
16990 2005-04-05 [paul]       1.9.6cvs25
16991
16992         * src/summaryview.c
16993                 hide display of threading
16994                 patch by Alfons
16995
16996 2005-04-04 [thorsten]   1.9.6cvs24
16997
16998         * src/mh.c
16999                 marks lost on filesystems with different stat() results on
17000                 summer-/wintertime
17001
17002 2005-04-03 [colin]      1.9.6cvs23
17003
17004         * src/summaryview.c
17005                 Don't handle up/down. Patch by Alfons
17006
17007 2005-04-02 [colin]      1.9.6cvs22
17008
17009         * src/summaryview.c
17010                 Make scrolling faster. Patch by Alfons.
17011
17012 2005-04-01 [colin]      1.9.6cvs21
17013
17014         * src/Makefile.am
17015         * src/stock_pixmap.c
17016         * src/pixmaps/dir-noselect.xpm ** REMOVED **
17017         * src/pixmaps/dir_noselect.xpm ** ADDED **
17018                 Fix pixmap name mismatch (Thanks Stephan Sachse)
17019
17020 2005-04-01 [colin]      1.9.6cvs20
17021
17022         * src/image_viewer.c
17023         * src/image_viewer.h
17024         * src/procmime.c
17025         * src/procmime.h
17026         * src/textview.c
17027         * src/textview.h
17028                 Implement inline image resizing and right-clicking
17029
17030 2005-04-01 [paul]       1.9.6cvs19
17031
17032         * AUTHORS
17033         * Makefile.am
17034         * configure.ac
17035                 check for gnome2
17036                 patch by Luca Cavalli <loopback<AT>slackit.org>
17037         * po/ru.po
17038                 updated by Pavlo Bohmat
17039
17040 2005-03-31 [colin]      1.9.6cvs18
17041
17042         * src/news.c
17043                 Fix parsing references
17044         * src/msgcache.c
17045                 don't put nulls in the references list
17046         * src/procheader.c
17047                 commit that forgotten file in 1.9.6cvs14
17048
17049 2005-03-31 [colin]      1.9.6cvs17
17050
17051         * src/compose.c
17052                 Fix joining of signature separator again. 
17053                 Maybe Hiro could put it in main too...
17054
17055 2005-03-31 [colin]      1.9.6cvs16
17056
17057         * src/Makefile.am
17058         * src/foldersel.c
17059         * src/stock_pixmap.c
17060         * src/stock_pixmap.h
17061         * src/pixmaps/dir-noselect.xpm
17062                 Update foldersel.c (sync from main, patch by Alfons)
17063
17064 2005-03-30 [colin]      1.9.6cvs15
17065
17066         * src/imap.c
17067                 Fix handling of imap folders containing [] in 
17068                 their name. Thanks to Nahuel Angelinetti for
17069                 the detailed bugreport.
17070
17071 2005-03-30 [colin]      1.9.6cvs14
17072
17073         * src/common/utils.h
17074         * src/common/utils.c
17075         * src/common/defs.h
17076         * src/matcher.c
17077         * src/msgcache.c
17078         * src/news.c
17079         * src/procmsg.c
17080         * src/procmsg.h
17081         * src/quote_fmt_parse.y
17082         * src/summaryview.c
17083                 Update references system. Patch by Alfons
17084
17085 2005-03-30 [colin]      1.9.6cvs13
17086
17087         * src/common/socket.c
17088                 Force the glibc to read resolv.conf again when 
17089                 it has changed. Should fix issues when changing
17090                 networks on a laptop and not restarting sylpheed. 
17091
17092 2005-03-30 [paul]       1.9.6cvs12
17093
17094         partial sync with main:
17095
17096         * src/action.c
17097                 create_io_dialog(): use user-defined text font
17098                 (thanks to Alfons), and modified its appearance.
17099         * src/addrgather.c
17100         * src/addrharvest.c
17101         * src/browseldap.c
17102                 replace old code
17103         * src/compose.c
17104                 don't join (presumably) itemized lines on line-wrapping
17105                 fixed wrapping of quote when auto-wrapping is enabled
17106                 compose_destroy(): destroy paned only if it's not
17107                 attached to window. Fixed memory leak of popup menu.
17108         * src/exphtmldlg.c
17109         * src/expldifdlg.c
17110                 replace old code
17111         * src/html.c
17112         * src/html.h
17113         * src/importmutt.c
17114         * src/importpine.c
17115                 replace old code
17116         * src/main.c
17117                 removed redundant code
17118         * src/mainwindow.c
17119                 changed 'Code set' (which is rather incorrect)
17120                 in the menu to 'Character encoding'
17121                 main_window_set_widgets(): request size first
17122                 to prevent window size becoming wrong
17123                 fixed remembering of the state of the visibility
17124                 of MessageView
17125         * src/messageview.c
17126                 changed 'Code set' (which is rather incorrect)
17127                 in the menu to 'Character encoding'
17128         * src/prefs_common.c
17129         * src/prefs_common.h
17130                 added an option whether to render HTML as text or not
17131                 added separators to outgoing encoding menu
17132         * src/procheader.c
17133                 procheader_scan_date_string(): support header
17134                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
17135         * src/summaryview.c
17136         * src/summaryview.h
17137                 minor code cleanup
17138         * src/textview.c
17139                 textview_show_html(): force output of newline
17140                 added an option whether to render HTML as text or not
17141         * src/common/utils.c
17142                 strncpy2(): optimized based on Alfons' code
17143         * src/gtk/gtkutils.c
17144         * src/gtk/gtkutils.h
17145                 removed non-used code
17146         * src/plugins/pgpmime/passphrase.c
17147                 partially fixed grab input of passphrase dialog
17148                 Confine pointer to window
17149
17150 2005-03-30 [colin]      1.9.6cvs11
17151
17152         * src/msgcache.c
17153         * src/msgcache.h
17154                 Read/write 32bit ints from cache & marks
17155                 From main.
17156
17157 2005-03-29 [paul]       1.9.6cvs10
17158
17159         * AUTHORS
17160         * ChangeLog.claws
17161         * src/compose.c
17162         * src/gtk/gtkaspell.c
17163                 sync with HEAD (don't pass NULL pointers) 
17164
17165 2005-03-24 [paul]
17166
17167         * tools/Makefile.am
17168         * tools/README
17169         * tools/acroread2sylpheed.pl
17170                 sync with HEAD (add script to send pdfs as
17171                 attachments from Adobe Reader 7)
17172
17173 2005-03-21 [paul]       1.9.6cvs9
17174
17175         * configure.ac
17176         * po/POTFILES.in
17177         * src/Makefile.am
17178         * src/crash.c
17179         * src/image_viewer.c ** ADDED **
17180         * src/image_viewer.h ** ADDED **
17181         * src/main.c
17182         * src/prefs_common.c
17183         * src/prefs_common.h
17184         * src/prefs_image_viewer.c ** ADDED **
17185         * src/prefs_image_viewer.h ** ADDED **
17186         * src/textview.c
17187         * src/gtk/about.c
17188         * src/pixmaps/sylpheed_logo.xpm
17189         * src/plugins/Makefile.am
17190         * src/plugins/image_viewer/.cvsignore ** REMOVED **
17191         * src/plugins/image_viewer/Makefile.am ** REMOVED **
17192         * src/plugins/image_viewer/plugin.c ** REMOVED **
17193         * src/plugins/image_viewer/viewer.c ** REMOVED **
17194         * src/plugins/image_viewer/viewer.glade ** REMOVED **
17195         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
17196         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
17197         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
17198         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
17199                 as gdk-pixbuf is now built-in
17200                 remove image_viewer plugin and put code back into
17201                 main codebase
17202                 implement inline image display (sync with main)
17203
17204                 replace logo with newer, nicer, larger version  
17205
17206 2005-03-21 [paul]       1.9.6cvs8
17207
17208         * src/gtk/about.c
17209                 cosmetic improvement
17210
17211 2005-03-21 [holger]     1.9.6cvs7
17212
17213         * src/plugins/spamassassin/spamassassin.c
17214                 Sync with HEAD
17215                 (unregister hook on failed plugin init)
17216
17217 2005-03-20 [colin]      1.9.6cvs6
17218
17219         * src/common/plugin.c
17220                 Check that plugin isn't already loaded
17221                 Patch by Alfons
17222
17223 2005-03-20 [thorsten]   1.9.6cvs5
17224
17225         * src/compose.c
17226                 use a more compatible syntax
17227
17228 2005-03-20 [thorsten]   1.9.6cvs4
17229
17230         * src/prefs_toolbar.c
17231                 fix crash when selecting toolbar item (uninitialized pointer)
17232
17233 2005-03-20 [thorsten]   1.9.6cvs3
17234
17235         * src/procmime.c
17236                 fix mimetype detection (referenced free()d string)
17237
17238 2005-03-20 [paul]       1.9.6cvs2
17239
17240         * src/compose.c
17241                 sync with HEAD (1.0.3cvs5)
17242                 neglect Reply-To header if empty
17243                 Patch by Alfons 
17244
17245 2005-03-19 [holger]     1.9.6cvs1
17246
17247         * src/summaryview.c
17248         * src/summaryview.h
17249                 Sync with HEAD
17250
17251 2005-03-18 [paul]       1.9.6
17252
17253         initial GTK2 release
17254
17255 2005-03-18 [paul]       1.0.3cvs3.1
17256
17257         * AUTHORS
17258         * ChangeLog.claws
17259         * configure.ac
17260         * src/gtk/about.c
17261         * src/pixmaps/sylpheed_logo.xpm
17262                 sync with HEAD
17263
17264 2005-03-18 [colin]      1.0.3cvs2.6
17265
17266         * src/summaryview.c
17267                 Remove call to summary_step in summary_copy_selected_to
17268                 Can't see its purpose, and this causes bug when copying
17269                 a message if the next one is unread: it reads it.
17270
17271 2005-03-18 [paul]       1.0.3cvs2.5
17272
17273         * src/foldersel.c
17274                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
17275
17276 2005-03-18 [paul]       1.0.3cvs2.4
17277
17278         * src/addrharvest.c
17279         * src/codeconv.c
17280         * src/codeconv.h
17281         * src/compose.c
17282         * src/news.c
17283         * src/procheader.c
17284         * src/procmime.c
17285         * src/unmime.c
17286         * src/unmime.h
17287                 fix buffer overflow, CAN-2005-0667, see
17288                 http://secunia.com/advisories/14491/
17289                 Patch by Alfons
17290
17291 2005-03-17 [colin]      1.0.3cvs2.3
17292
17293         * src/prefs_fonts.c
17294         * src/summaryview.c
17295                 Fix font bugs (both lists now officialy share 
17296                 the same font)
17297                 
17298
17299 2005-03-17 [paul]       1.0.3cvs2.2
17300
17301         * src/gtk/pluginwindow.c
17302                 make plugin descriptions uneditable
17303
17304 2005-03-11 [paul]       1.0.3cvs2.1
17305
17306         * ChangeLog.claws
17307         * configure.ac
17308         * po/POTFILES.in
17309         * src/plugins/trayicon/trayicon.c
17310                 sync with HEAD
17311                 add src/wizard.c to POTFILES.in
17312
17313 2005-03-11 [paul]       1.0.3cvs1.1
17314
17315         * ChangeLog
17316         * ChangeLog.claws
17317         * configure.ac
17318         * po/de.po
17319         * po/es.po
17320         * po/fr.po
17321         * po/it.po
17322         * po/pt_BR.po
17323         * po/ru.po
17324         * po/sk.po
17325         * po/sr.po
17326         * po/zh_CN.po
17327                 sync with HEAD
17328
17329 2005-03-04 [colin]      1.0.1cvs22.2
17330
17331         * src/compose.c
17332                 Fix signatures with accentued chars in it
17333
17334 2005-03-04 [colin]      1.0.1cvs22.1
17335
17336         * src/common/smtp.c
17337         * src/common/smtp.h
17338                 Don't use SIZE param in MAIL FROM: if server 
17339                 doesn't support it. Patch by Eugen Freiter
17340                 <eugen_f@users.sf.net>
17341
17342 2005-02-27 [paul]       1.0.1cvs20.1
17343
17344         * ChangeLog.claws
17345         * configure.ac
17346         * src/messageview.c
17347                 sync with HEAD
17348
17349 2005-02-27 [colin]      1.0.1cvs19.4
17350
17351         * src/procheader.c
17352         * src/procheader.h
17353                 Fix prototypes. Patch by Alfons
17354
17355 2005-02-27 [colin]      1.0.1cvs19.3
17356
17357         * src/compose.c
17358                 Don't auto-join the signature separator.
17359
17360 2005-02-26 [colin]      1.0.1cvs19.2
17361
17362         * src/summaryview.c
17363                 Fix 'mark all read' with collapsed threads.
17364                 Patch by Alfons.
17365
17366 2005-02-25 [paul]       1.0.1cvs19.1
17367
17368         * ChangeLog.claws
17369         * configure.ac
17370         * src/prefs_account.c
17371         * src/prefs_folder_item.c
17372         * src/gtk/prefswindow.c
17373         * src/gtk/prefswindow.h
17374                 sync with HEAD
17375
17376 2005-02-25 [paul]       1.0.1cvs15.12
17377
17378         * src/alertpanel.c
17379         * src/codeconv.c
17380         * src/compose.c
17381         * src/textview.c
17382         * src/gtk/gtkutils.c
17383         * src/gtk/gtkutils.h
17384         * src/gtk/logwindow.c
17385         * src/gtk/progressdialog.c
17386                 sync with main (revision 127)
17387                 and fix logwindow clipping
17388
17389 2005-02-24 [colin]      1.0.1cvs15.11
17390
17391         * src/plugins/pgpmime/passphrase.c
17392                 Disable input grabbing; it doesn't work yet.
17393
17394 2005-02-24 [colin]      1.0.1cvs15.10
17395
17396         * src/messageview.c
17397                 Don't send out receipts if offline. Ask.
17398
17399 2005-02-23 [colin]      1.0.1cvs15.9
17400
17401         * src/summaryview.c     
17402                 Fix expanding
17403
17404 2005-02-23 [colin]      1.0.1cvs15.8
17405
17406         * src/summaryview.c
17407                 Really fix Bug 568 by removing useless
17408                 calls. summary_thread_init() now called
17409                 in summary_sort(). This should please
17410                 Alfons as it should be faster than 
17411                 previously.
17412
17413 2005-02-23 [colin]      1.0.1cvs15.7
17414
17415         * src/compose.c
17416                 Encode parts as QP or B64 if signing
17417
17418 2005-02-23 [colin]      1.0.1cvs15.6
17419
17420         * src/compose.c
17421                 Fix Mimeinfo leakage (including tmp files)
17422         * src/procmsg.c
17423                 Fix tmp file leakage (spotted by Ivan Rayner)
17424
17425 2005-02-22 [colin]      1.0.1cvs15.5
17426
17427         * src/expldifdlg.c
17428                 Fix keyboard input. Patch by Alfons.
17429
17430 2005-02-21 [colin]      1.0.1cvs15.4
17431
17432         * src/compose.c
17433                 Fix Sign/Encrypt when unselecting privacy
17434                 system
17435         * src/prefs_common.c
17436                 Change default message font to Monospace
17437         * src/summaryview.c
17438                 More freezing during potentially large operations
17439
17440 2005-02-21 [paul]       1.0.1cvs15.3
17441
17442         * src/main.c
17443                 fix --help output
17444
17445 2005-02-21 [paul]       1.0.1cvs15.2
17446
17447         * po/Makefile.in.in
17448         * src/compose.c
17449         * src/summaryview.c
17450         * src/textview.c
17451         * src/common/utils.c
17452         * src/common/utils.h
17453                 sync with main (revision 117)
17454
17455 2005-02-20 [colin]      1.0.1cvs15.1
17456
17457         * src/common/defs.h
17458                 Change cache file to .sylpheed_claws_cache, as
17459                 suggested by Alfons. Allows people to switch
17460                 between Sylpheed and Sylpheed-Claws. it is
17461                 a good idea to "Check for new messages" at next
17462                 startup.
17463
17464
17465 2005-02-18 [colin]      1.0.1cvs14.1
17466
17467         * src/quote_fmt_lex.l
17468         * src/quote_fmt_parse.y
17469                 Fix parser initialisation. Patch by Ivan.
17470
17471 2005-02-18 [colin]      1.0.1cvs11.6
17472
17473         * src/folderview.c
17474                 Fix scrolldown (bug 662)
17475
17476 2005-02-17 [colin]      1.0.1cvs11.5
17477
17478         * src/codeconv.c
17479                 conv_filename_to_utf8: return clean 7bit instead
17480                 of broken utf8 if needed
17481         * src/mimeview.c
17482                 Fix display of parts with unclean 8bit names
17483
17484 2005-02-17 [paul]       1.0.1cvs11.4
17485
17486         * src/compose.c
17487         * src/exportldif.c
17488         * src/matcher_parser_parse.y
17489         * src/procmime.c
17490         * src/sourcewindow.c
17491         * src/common/Makefile.am
17492         * src/common/intl.h             ** REMOVED **
17493         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17494                 sync with main (revision 109)
17495                 and clean up
17496
17497 2005-02-16 [colin]      1.0.1cvs11.3
17498
17499         * src/summaryview.c
17500                 Fix collapsed thread not highlighting when new
17501                 messages in it (Bug 568) Patch by Stephan Sachse.
17502                 Fix messed up selection when reaching bounds (Bug 632)
17503         * src/prefs_themes.c
17504                 Fix theme installing (Bug 684)
17505
17506 2005-02-16 [colin]      1.0.1cvs11.2
17507
17508         * src/messageview.c
17509                 Fix messageview_select_all
17510
17511 2005-02-16 [colin]      1.0.1cvs11.1
17512
17513         * src/mh.c
17514                 Sync with HEAD (MH scan required function)
17515
17516 2005-02-15 [colin]      1.0.1cvs8.1
17517
17518         * src/mimeview.c
17519         * src/common/utils.c
17520                 Sync with HEAD (filename chars substitution)
17521
17522 2005-02-15 [colin]      1.0.1cvs7.3
17523
17524         * src/gtk/pluginwindow.c
17525                 Fix button spacing
17526
17527 2005-02-15 [colin]      1.0.1cvs7.2
17528
17529         * src/mimeview.c
17530                 Fix mime icons not reset across message when
17531                 scrolled down
17532
17533 2005-02-15 [colin]      1.0.1cvs7.1
17534
17535         * src/compose.c
17536         * src/procmime.c
17537                 Sync with HEAD (optimisation of cvs6)
17538
17539 2005-02-14 [colin]      1.0.1cvs6.1
17540
17541         * src/compose.c
17542         * src/procmime.c
17543                 Sync with HEAD (encode "From " at line beginning)
17544
17545 2005-02-14 [colin]      1.0.1cvs5.3
17546
17547         * src/compose.c
17548                 Fix wrapping with accentued chars.
17549
17550 2005-02-13 [colin]      1.0.1cvs5.2
17551
17552         * src/textview.c
17553                 Fix email informative part parsing with
17554                 accentued chars in it. ispunct() returns
17555                 true for them in utf8...
17556
17557 2005-02-12 [colin]      1.0.1cvs5.1
17558
17559         * src/filtering.c
17560                 Sync with HEAD (remove wrong use of compose after send)
17561
17562 2005-02-12 [paul]       1.0.1cvs4.5
17563
17564         * src/textview.c
17565                 remove unnecessary code (thanks to Alfons)
17566
17567 2005-02-12 [paul]       1.0.1cvs4.4
17568
17569         * src/textview.c
17570                 add 'Copy' to contextual menu on emails
17571
17572 2005-02-11 [colin]      1.0.1cvs4.3
17573
17574         * src/compose.c
17575                 revert 1.0.0cvs28.2, it doesn't work that well.
17576
17577 2005-02-11 [paul]       1.0.1cvs4.2
17578
17579         * po/Makefile.in.in
17580                 fix 'make release'
17581
17582 2005-02-10 [paul]       1.0.1cvs4.1
17583
17584         * ChangeLog
17585         * ChangeLog.claws
17586         * ChangeLog.jp
17587         * configure.ac
17588         * src/compose.c
17589                 sync with HEAD (sync with main)
17590
17591 2005-02-10 [paul]       1.0.1cvs3.2
17592
17593         * AUTHORS
17594         * Makefile.am
17595         * autogen.sh
17596         * configure.ac
17597         * config/mkinstalldirs
17598         * intl/.cvsignore
17599         * intl/ChangeLog
17600         * intl/VERSION
17601         * intl/bindtextdom.c
17602         * intl/config.charset
17603         * intl/dcgettext.c
17604         * intl/dcigettext.c
17605         * intl/dcngettext.c
17606         * intl/dgettext.c
17607         * intl/dngettext.c
17608         * intl/eval-plural.h
17609         * intl/explodename.c
17610         * intl/finddomain.c
17611         * intl/gettext.c
17612         * intl/gettextP.h
17613         * intl/gmo.h
17614         * intl/hash-string.h
17615         * intl/intl-compat.c
17616         * intl/l10nflist.c
17617         * intl/libgnuintl.h.in
17618         * intl/loadinfo.h
17619         * intl/loadmsgcat.c
17620         * intl/localcharset.c
17621         * intl/localcharset.h
17622         * intl/locale.alias
17623         * intl/localealias.c
17624         * intl/localename.c
17625         * intl/log.c
17626         * intl/ngettext.c
17627         * intl/os2compat.c
17628         * intl/os2compat.h
17629         * intl/osdep.c
17630         * intl/plural-exp.c
17631         * intl/plural-exp.h
17632         * intl/plural.c
17633         * intl/plural.y
17634         * intl/ref-add.sin
17635         * intl/ref-del.sin
17636         * intl/relocatable.c
17637         * intl/relocatable.h
17638         * intl/textdomain.c
17639         * m4/Makefile.am
17640         * po/Makefile.in.in
17641         * src/Makefile.am
17642         * src/account.c
17643         * src/action.c
17644         * src/addr_compl.c
17645         * src/addressadd.c
17646         * src/addressbook.c
17647         * src/addrgather.c
17648         * src/addrindex.c
17649         * src/alertpanel.c
17650         * src/browseldap.c
17651         * src/codeconv.c
17652         * src/codeconv.h
17653         * src/compose.c
17654         * src/compose.h
17655         * src/crash.c
17656         * src/editaddress.c
17657         * src/editbook.c
17658         * src/editgroup.c
17659         * src/editjpilot.c
17660         * src/editldap.c
17661         * src/editldap_basedn.c
17662         * src/editvcard.c
17663         * src/exphtmldlg.c
17664         * src/expldifdlg.c
17665         * src/export.c
17666         * src/exporthtml.c
17667         * src/filtering.c
17668         * src/folder.c
17669         * src/folder_item_prefs.c
17670         * src/foldersel.c
17671         * src/folderview.c
17672         * src/grouplistdialog.c
17673         * src/headerview.c
17674         * src/imap.c
17675         * src/imap_gtk.c
17676         * src/import.c
17677         * src/importldif.c
17678         * src/importmutt.c
17679         * src/importpine.c
17680         * src/inc.c
17681         * src/ldif.c
17682         * src/main.c
17683         * src/mainwindow.c
17684         * src/matcher.c
17685         * src/mbox.c
17686         * src/message_search.c
17687         * src/messageview.c
17688         * src/mh.c
17689         * src/mh_gtk.c
17690         * src/mimeview.c
17691         * src/msgcache.c
17692         * src/news.c
17693         * src/news_gtk.c
17694         * src/noticeview.c
17695         * src/partial_download.c
17696         * src/pop.c
17697         * src/prefs_account.c
17698         * src/prefs_actions.c
17699         * src/prefs_common.c
17700         * src/prefs_customheader.c
17701         * src/prefs_display_header.c
17702         * src/prefs_ext_prog.c
17703         * src/prefs_filtering.c
17704         * src/prefs_filtering_action.c
17705         * src/prefs_folder_item.c
17706         * src/prefs_fonts.c
17707         * src/prefs_gtk.c
17708         * src/prefs_matcher.c
17709         * src/prefs_msg_colors.c
17710         * src/prefs_spelling.c
17711         * src/prefs_summary_column.c
17712         * src/prefs_template.c
17713         * src/prefs_themes.c
17714         * src/prefs_toolbar.c
17715         * src/prefs_wrapping.c
17716         * src/privacy.c
17717         * src/procheader.c
17718         * src/procmime.c
17719         * src/procmsg.c
17720         * src/quote_fmt.c
17721         * src/recv.c
17722         * src/send_message.c
17723         * src/setup.c
17724         * src/sourcewindow.c
17725         * src/ssl_manager.c
17726         * src/statusbar.c
17727         * src/summary_search.c
17728         * src/summaryview.c
17729         * src/textview.c
17730         * src/toolbar.c
17731         * src/wizard.c
17732         * src/common/nntp.c
17733         * src/common/plugin.c
17734         * src/common/smtp.c
17735         * src/common/ssl.c
17736         * src/common/ssl_certificate.c
17737         * src/common/string_match.c
17738         * src/common/sylpheed.c
17739         * src/common/template.c
17740         * src/common/utils.c
17741         * src/gtk/about.c
17742         * src/gtk/colorlabel.c
17743         * src/gtk/description_window.c
17744         * src/gtk/filesel.c
17745         * src/gtk/foldersort.c
17746         * src/gtk/gtkaspell.c
17747         * src/gtk/gtkutils.c
17748         * src/gtk/inputdialog.c
17749         * src/gtk/logwindow.c
17750         * src/gtk/menu.c
17751         * src/gtk/pluginwindow.c
17752         * src/gtk/prefswindow.c
17753         * src/gtk/progressdialog.c
17754         * src/gtk/quicksearch.c
17755         * src/gtk/sslcertwindow.c
17756         * src/plugins/clamav/clamav_plugin.c
17757         * src/plugins/clamav/clamav_plugin_gtk.c
17758         * src/plugins/demo/demo.c
17759         * src/plugins/dillo_viewer/dillo_prefs.c
17760         * src/plugins/dillo_viewer/dillo_viewer.c
17761         * src/plugins/image_viewer/plugin.c
17762         * src/plugins/image_viewer/viewer.c
17763         * src/plugins/image_viewer/viewerprefs.c
17764         * src/plugins/mathml_viewer/mathml_viewer.c
17765         * src/plugins/pgpmime/passphrase.c
17766         * src/plugins/pgpmime/plugin.c
17767         * src/plugins/pgpmime/prefs_gpg.c
17768         * src/plugins/pgpmime/select-keys.c
17769         * src/plugins/pgpmime/sgpgme.c
17770         * src/plugins/spamassassin/spamassassin.c
17771         * src/plugins/spamassassin/spamassassin_gtk.c
17772         * src/plugins/trayicon/trayicon.c
17773                 sync with main (revision 104)
17774
17775 2005-02-10 [colin]      1.0.1cvs3.1
17776
17777         * src/mainwindow.c
17778                 Sync with HEAD (fix occasional crasher)
17779
17780 2005-02-10 [colin]      1.0.1cvs2.1
17781
17782         * src/messageview.c
17783                 Synw with HEAD (don't automatically display html)
17784
17785 2005-02-09 [colin]      1.0.1cvs1.3
17786
17787         * src/textview.c
17788         * src/textview.h
17789                 Add contextual menu on emails
17790
17791 2005-02-09 [colin]      1.0.1cvs1.2
17792
17793         * src/codeconv.c
17794                 Fix converting from broken headers and 
17795                 put back the _ in missing places
17796                 (feature broke with cvs24.2 sync, main 
17797                  possibly affected?)
17798
17799 2005-02-09 [colin]      1.0.1cvs1.1
17800
17801         * src/messageview.c
17802         * src/mimeview.c
17803         * src/mimeview.h
17804                 Sync with HEAD (display non text/plain mails with plugin)
17805
17806 2005-02-08 [colin]      1.0.1.1
17807
17808         * ChangeLog.claws
17809         * po/pt_BR.po
17810                 Sync with HEAD
17811         * configure.ac
17812                 Make default configuration directory 
17813                 be .sylpheed-gtk2
17814
17815 2005-02-08 [colin]      1.0.0cvs29.1
17816
17817         * po/de.po
17818         * po/es.po
17819         * po/fr.po
17820         * po/it.po
17821         * po/sk.po
17822         * po/sr.po
17823                 Sync translations with HEAD
17824
17825 2005-02-06 [colin]      1.0.0cvs28.3
17826
17827         * src/compose.c
17828                 Make compose a bit faster - patch by Alfons.
17829
17830 2005-02-06 [colin]      1.0.0cvs28.2
17831
17832         * src/compose.c
17833                 Make pasting via middle-click more reliable
17834
17835 2005-02-05 [paul]       1.0.0cvs28.1
17836
17837         * ChangeLog
17838         * ChangeLog.claws
17839         * ChangeLog.jp
17840         * configure.ac
17841         * src/compose.c
17842                 sync with HEAD
17843                 (fix bug 682 'redirect is broken'
17844
17845 2005-02-05 [torte]      1.0.0cvs27.1
17846
17847         * ChangeLog.claws
17848         * configure.ac
17849         * src/partial_download.c
17850                 Sync with HEAD (fix buf overflow)
17851
17852 2005-02-03 [colin]      1.0.0cvs26.1
17853
17854         * src/common/plugin.c
17855                 Sync with HEAD (avoid plugin mismatches)
17856
17857 2005-02-03 [paul]       1.0.0cvs25.3
17858
17859         * src/folderview.c
17860         * src/headerview.c
17861         * src/summaryview.c
17862         * src/textview.c
17863         * src/gtk/colorlabel.c
17864                 third and final part of initial sync with main-gtk2
17865
17866 2005-02-03 [paul]       1.0.0cvs25.2
17867
17868         * src/jpilot.c
17869                 fix building with jpilot support
17870
17871 2005-02-02 [colin]      1.0.0cvs25.1
17872
17873         * src/messageview.c
17874                 Sync with HEAD (fix dangerous typo)
17875
17876 2005-02-01 [colin]      1.0.0cvs24.3
17877
17878         * src/common/xml.c
17879                 Write file as advertised (UTF-8)
17880
17881 2005-02-01 [paul]       1.0.0cvs24.2
17882
17883         * src/addrbook.c
17884         * src/addrindex.c
17885         * src/alertpanel.h
17886         * src/codeconv.c
17887         * src/codeconv.h
17888         * src/compose.c
17889         * src/export.c
17890         * src/folder_item_prefs.c
17891         * src/html.c
17892         * src/imap.c
17893         * src/import.c
17894         * src/jpilot.c
17895         * src/mainwindow.c
17896         * src/matcher_parser_lex.l
17897         * src/messageview.c
17898         * src/mh.c
17899         * src/prefs_account.c
17900         * src/prefs_actions.c
17901         * src/prefs_common.c
17902         * src/prefs_gtk.c
17903         * src/prefs_gtk.h
17904         * src/prefs_themes.c
17905         * src/procheader.c
17906         * src/procmime.c
17907         * src/sourcewindow.c
17908         * src/statusbar.c
17909         * src/summaryview.c
17910         * src/textview.c
17911         * src/toolbar.c
17912         * src/unmime.c
17913         * src/common/template.c
17914         * src/common/utils.c
17915         * src/common/xml.c
17916         * src/common/xml.h
17917         * src/gtk/gtkaspell.c
17918         * src/plugins/clamav/clamav_plugin.c
17919         * src/plugins/dillo_viewer/dillo_prefs.c
17920         * src/plugins/image_viewer/viewerprefs.c
17921         * src/plugins/pgpmime/passphrase.c
17922         * src/plugins/pgpmime/prefs_gpg.c
17923         * src/plugins/pgpmime/select-keys.c
17924         * src/plugins/spamassassin/spamassassin.c
17925                 second part of initial sync with main-gtk2
17926                 (more to follow)
17927
17928 2005-01-31 [colin]      1.0.0cvs24.1
17929
17930         * src/compose.c
17931                 Sync with HEAD
17932
17933 2005-01-29 [paul]       1.0.0cvs23.2
17934
17935         * src/account.c
17936         * src/action.c
17937         * src/addressadd.c
17938         * src/addressbook.c
17939         * src/alertpanel.c
17940         * src/compose.c
17941         * src/editaddress.c
17942         * src/editbook.c
17943         * src/editgroup.c
17944         * src/editjpilot.c
17945         * src/editldap.c
17946         * src/editldap_basedn.c
17947         * src/editvcard.c
17948         * src/export.c
17949         * src/foldersel.c
17950         * src/grouplistdialog.c
17951         * src/import.c
17952         * src/importldif.c
17953         * src/inc.c
17954         * src/main.c
17955         * src/mainwindow.c
17956         * src/message_search.c
17957         * src/messageview.c
17958         * src/mimeview.c
17959         * src/prefs_actions.c
17960         * src/prefs_common.c
17961         * src/prefs_common.h
17962         * src/prefs_customheader.c
17963         * src/prefs_display_header.c
17964         * src/prefs_filtering.c
17965         * src/prefs_filtering_action.c
17966         * src/prefs_gtk.c
17967         * src/prefs_matcher.c
17968         * src/prefs_summary_column.c
17969         * src/prefs_template.c
17970         * src/sourcewindow.c
17971         * src/summary_search.c
17972         * src/summaryview.c
17973         * src/textview.c
17974         * src/gtk/about.c
17975         * src/gtk/description_window.c
17976         * src/gtk/gtkshruler.c
17977         * src/gtk/gtkutils.c
17978         * src/gtk/gtkutils.h
17979         * src/gtk/inputdialog.c
17980         * src/gtk/logwindow.c
17981         * src/gtk/prefswindow.c
17982         * src/gtk/progressdialog.c
17983         * src/gtk/progressdialog.h
17984                 first part of initial sync with main-gtk2
17985                 (more to follow)
17986
17987 2005-01-28 [colin]      1.0.0cvs23.1
17988
17989         * src/folderview.c
17990                 Sync with HEAD
17991
17992 2005-01-27 [colin]      1.0.0cvs21.1
17993
17994         * src/folder.c
17995         * src/folderview.c
17996                 Sync with HEAD
17997
17998 2005-01-27 [colin]      1.0.0cvs19.1
17999
18000         * src/procmime.c
18001                 Sync with HEAD
18002
18003 2005-01-27 [colin]      1.0.0cvs18.1
18004
18005         * src/messageview.c
18006         * src/summaryview.c
18007         * src/mainwindow.c
18008         * src/compose.c
18009         * src/compose.h
18010         * src/procmsg.c
18011         * src/procmsg.h
18012         * src/toolbar.c
18013                 Sync with HEAD
18014
18015 2005-01-26 [paul]       1.0.0cvs15.2
18016
18017         * src/compose.c
18018                 compose_entries_set(): convert subject and body to
18019                 utf8 if necessary. patch by Felix Eckhofer
18020
18021 2005-01-26 [paul]       1.0.0cvs15.1
18022
18023         * configure.ac
18024         * src/common/template.c
18025                 sync with HEAD (fix memory leak)
18026
18027 2005-01-25 [paul]       1.0.0cvs14.1
18028
18029         * configure.ac
18030         * src/compose.c
18031                 sync with HEAD
18032
18033 2005-01-24 [colin]      1.0.0cvs13.1
18034
18035         * src/summaryview.c
18036                 Sync with HEAD
18037
18038 2005-01-24 [paul]       1.0.0cvs12.1
18039
18040         * configure.ac
18041         * src/messageview.c
18042         * src/mh.c
18043         * src/common/utils.c
18044                 sync with HEAD
18045
18046 2005-01-24 [colin]      1.0.0cvs11.1
18047
18048         * src/procheader.c
18049                 Sync with HEAD
18050
18051 2005-01-24 [colin]      1.0.0cvs10.1
18052
18053         * src/folderview.c
18054                 Sync with HEAD
18055
18056 2005-01-23 [colin]      1.0.0cvs9.1
18057
18058         * src/crash.c
18059                 Sync with HEAD
18060
18061 2005-01-22 [colin]      1.0.0cvs8.1
18062
18063         * src/summaryview.c
18064         * src/gtk/quicksearch.c
18065                 Sync with HEAD
18066
18067 2005-01-21 [colin]      1.0.0cvs7.1
18068
18069         * src/summaryview.c
18070                 Sync with HEAD
18071
18072 2005-01-21 [colin]      1.0.0cvs6.1
18073
18074         * src/summaryview.c
18075                 Sync with HEAD
18076
18077 2005-01-21 [colin]      1.0.0cvs5.1
18078
18079         * src/gtk/quicksearch.c
18080         * src/prefs_common.c
18081         * src/prefs_common.h
18082                 Sync with HEAD (recurse option)
18083
18084 2005-01-21 [colin]      1.0.0cvs4.1
18085
18086         * src/folder.h
18087         * src/folderview.c
18088         * src/folderview.h
18089         * src/summaryview.c
18090         * src/gtk/quicksearch.c
18091         * src/gtk/quicksearch.h
18092                 Sync with HEAD (recursive quicksearch)
18093
18094 2005-01-20 [colin]      1.0.0cvs3.4
18095
18096         * src/ssl_manager.c
18097                 Remove useless code
18098
18099 2005-01-20 [colin]      1.0.0cvs3.3
18100
18101         * src/ssl_manager.c
18102                 Fix leak, thanks to Alfons.
18103
18104 2005-01-20 [colin]      1.0.0cvs3.2
18105
18106         * src/ssl_manager.c
18107                 Port SSL certificate window to GTK2.
18108
18109 2005-01-20 [paul]       1.0.0cvs3.1
18110
18111         * ChangeLog.claws
18112         * configure.ac
18113         * src/addrindex.c
18114         * src/addrindex.h
18115                 sync with HEAD
18116
18117 2005-01-19 [colin]      1.0.0cvs2.2
18118
18119         * src/plugins/trayicon/trayicon.c
18120                 Fix freeze with gtk-2.6, the easy way
18121                 (signal blocking helpless there...)
18122                 Closes bug #668.
18123
18124 2005-01-19 [colin]      1.0.0cvs2.1
18125
18126         * src/mbox.c
18127         * src/mbox.h
18128         * src/mainwindow.c
18129         * src/summaryview.c
18130         * src/summaryview.h
18131                 Sync with HEAD
18132
18133 2005-01-19 [paul]       1.0.0cvs1.1
18134
18135         * configure.ac
18136         * po/de.po
18137         * po/es.po
18138         * po/fr.po
18139         * po/hr.po
18140         * po/it.po
18141         * po/ja.po
18142         * po/ko.po
18143         * po/pt_BR.po
18144         * po/ru.po
18145         * po/sk.po
18146         * po/sr.po
18147                 sync with HEAD (update translations)
18148
18149 2005-01-18 [colin]      1.0.0cvs0.1
18150
18151         * src/foldersel.c
18152                 Specify search column - patch by Alfons
18153
18154 2005-01-18 [colin]      0.9.13cvs36.3
18155
18156         * src/prefs_toolbar.c
18157                 Change Delete to Remove
18158         * src/prefs_fonts.c
18159                 GTK2 version and leak fixes
18160         * src/prefs_actions.c
18161                 Add stock buttons.
18162                 All patches by Alfons
18163
18164 2005-01-17 [colin]      0.9.13cvs36.2
18165
18166         * src/compose.c
18167                 Fix DnD inserting twice. While at it,
18168                 add DnD support for text/plain in the
18169                 body, and add support in the headers.
18170
18171 2005-01-16 [colin]      0.9.13cvs36.1
18172
18173         * ChangeLog
18174         * ChangeLog.jp
18175         * ChangeLog.claws
18176                 Sync with HEAD (nothing applicable)
18177
18178 2005-01-16 [colin]      0.9.13cvs33.2
18179
18180         * src/prefs_toolbar.c
18181                 GTK2ize prefs_toolbar, by Alfons.
18182
18183 2005-01-14 [colin]      0.9.13cvs33.1
18184
18185         * src/html.c
18186         * src/msgcache.c
18187                 Sync with HEAD
18188
18189 2005-01-14 [colin]      0.9.13cvs32.1
18190
18191         * src/html.c
18192         * src/html.h
18193         * src/msgcache.c
18194         * AUTHORS
18195         * tools/calypso_convert.pl
18196                 Sync with HEAD
18197
18198 2005-01-08 [colin]      0.9.13cvs29.2
18199
18200         * src/prefs_filtering_action.c
18201         * src/prefs_filtering.c
18202                 2 more gtk2 patches by Alfons
18203
18204 2005-01-07 [paul]       0.9.13cvs29.1
18205
18206         * ChangeLog
18207         * ChangeLog.claws
18208         * ChangeLog.jp
18209         * configure.ac
18210         * src/pop.c
18211         * src/pop.h
18212                 sync with HEAD
18213
18214 2005-01-07 [colin]      0.9.13cvs28.3
18215
18216         * src/gtk/progressdialog.c
18217         * src/gtk/progressdialog.h
18218         * src/inc.c
18219         * src/send_message.c
18220                 GTK2 for the incorporation dialog. The CList isn't dead
18221                 yet, for a more smooth migration. Patch by Alfons.
18222
18223 2005-01-06 [colin]      0.9.13cvs28.2
18224
18225         * src/prefs_display_header.c
18226                 GTK2 conversion by Alfons
18227         * src/prefs_actions.c
18228         * src/prefs_matcher.c
18229                 Fix 2 leaks - patch by Alfons
18230
18231 2005-01-06 [colin]      0.9.13cvs28.1
18232
18233         * src/prefs_matcher.c
18234                 Sync with HEAD
18235
18236 2005-01-06 [colin]      0.9.13cvs27.4
18237
18238         * src/prefs_matcher.c
18239                 Fix double-free. Patch by Alfons
18240
18241 2005-01-06 [colin]      0.9.13cvs27.3
18242
18243         * src/prefs_matcher.c
18244                 GTK2 widgets + memleak
18245                 Patch by Alfons
18246
18247 2005-01-05 [colin]      0.9.13cvs27.2
18248
18249         * src/account.c
18250         * src/addr_compl.c
18251         * src/foldersel.c
18252         * src/stock_pixmap.c
18253         * src/stock_pixmap.h
18254                 3 more GTK2 patches by Alfons.
18255
18256 2005-01-04 [colin]      0.9.13cvs27.1
18257
18258         * src/folderview.c
18259         * src/imap_gtk.c
18260         * src/news_gtk.c
18261                 Sync with HEAD
18262
18263 2005-01-04 [colin]      0.9.13cvs25.9
18264
18265         * src/compose.c
18266                 Fix Show Ruler menuitem
18267         * src/prefs_template.c
18268                 Convert to GTK2
18269         * src/common/utils.c
18270                 Make auto pointer stuff handles NULLs
18271                 Patches by Alfons.
18272
18273 2005-01-04 [colin]      0.9.13cvs25.8
18274
18275         * src/compose.c
18276                 Move the attachment list to gtk2
18277                 Patch by Alfons.
18278
18279 2005-01-04 [colin]      0.9.13cvs25.7
18280
18281         * src/textview.c
18282                 Make some keys work again
18283                 Patch by SungHyun Nam <namsh@kldp.org>
18284
18285 2005-01-04 [colin]      0.9.13cvs25.6
18286
18287         * src/gtk/gtkshruler.c
18288                 Move the ruler to GTK2
18289                 Patch by Alfons
18290
18291 2005-01-03 [colin]      0.9.13cvs25.5
18292
18293         * src/compose.c
18294                 Fix my broken patch apply 
18295
18296 2005-01-03 [colin]      0.9.13cvs25.4
18297
18298         * src/common/utils.c
18299         * src/common/utils.h
18300         * src/gtk/prefswindow.c
18301                 Move auto pointer stuff to utils.c
18302                 Patch by Alfons again :)
18303
18304 2005-01-03 [colin]      0.9.13cvs25.3
18305
18306         * src/compose.c
18307         * src/prefs_gtk.c
18308         * src/prefs_template.c
18309         * src/textview.c
18310                 Empty text widgets with empty strings, not NULL char
18311                 Patch by SungHyun Nam <namsh@kldp_org>
18312
18313 2005-01-03 [colin]      0.9.13cvs25.2
18314
18315         * src/main.c
18316         * AUTHORS
18317                 Sync with HEAD
18318
18319 2005-01-03 [colin]      0.9.13cvs25.1
18320
18321         * src/pop.c
18322         * src/pop.h
18323                 Sync with HEAD
18324
18325 2005-01-03 [colin]      0.9.13cvs24.3
18326
18327         * src/account.c
18328                 Two patches from Alfons and Alex S Moore:
18329                 fix images, fix return value.
18330
18331 2005-01-01 [colin]      0.9.13cvs24.2
18332
18333         * src/prefs_actions.c
18334                 Fix over-zealous assertion. Patch by Alfons
18335
18336 2005-01-01 [colin]      0.9.13cvs24.1
18337
18338         * src/procmime.c
18339                 Sync with HEAD (leak fix)
18340
18341 2004-12-31 [colin]      0.9.13cvs23.2
18342
18343         * src/prefs_common.c
18344                 GTK2 widgets + stock buttons - patch by Alfons
18345
18346 2004-12-31 [paul]       0.9.13cvs23.1
18347
18348         * configure.ac
18349                 bump up EXTRA_VERSION to match (sync'ed) HEAD
18350         * src/gtk/pluginwindow.c
18351                 use GTK2 widgets and plug memory leaks,
18352                 patches by Alfons
18353
18354 2004-12-30 [colin]      0.9.13cvs22.4
18355
18356         * src/account.c
18357         * src/action.c
18358         * src/export.c
18359         * src/foldersel.c
18360         * src/import.c
18361         * src/message_search.c
18362         * src/prefs_actions.c
18363         * src/prefs_common.c
18364         * src/prefs_customheader.c
18365         * src/prefs_filtering.c
18366         * src/prefs_summary_column.c
18367         * src/summary_search.c
18368         * src/gtk/about.c
18369         * src/gtk/description_window.c
18370         * src/gtk/gtkutils.c
18371         * src/gtk/gtkutils.h
18372         * src/gtk/inputdialog.c
18373         * src/gtk/prefswindow.c
18374                 Use GTK2 stock buttons. Patches by Alfons.
18375
18376 2004-12-30 [colin]      0.9.13cvs22.3
18377
18378         * src/account.c
18379                 Sync with HEAD
18380         * src/prefs_actions.c
18381         * src/prefs_customheader.c
18382         * src/prefs_filtering.c
18383         * src/prefs_msg_colors.c
18384         * src/prefs_summary_column.c
18385         * src/gtk/prefswindow.c
18386                 Use GtkTreeView instead of deprecated 
18387                 widgets. Patches by Alfons.
18388
18389 2004-12-30 [paul]       0.9.13cvs22.2
18390
18391         * src/foldersel.c
18392                 use GTK 2 Tree View
18393                 patch by Alfons, with root folder sorting fix
18394                 by Stephan Sachse
18395
18396 2004-12-30 [paul]       0.9.13cvs22.1
18397
18398         * ChangeLog
18399         * ChangeLog.claws
18400         * ChangeLog.jp
18401         * NEWS
18402         * configure.ac
18403         * src/account.c
18404                 sync with HEAD
18405
18406 2004-12-22 [martin]     0.9.13cvs21.2
18407
18408         * src/action.c
18409                 free the command line after its use
18410
18411 2004-12-18 [paul]       0.9.13cvs21.1
18412
18413         * AUTHORS
18414         * ChangeLog
18415         * ChangeLog.claws
18416         * ChangeLog.jp
18417         * NEWS
18418         * configure.ac
18419         * src/action.c
18420         * src/compose.c
18421         * src/syldap.c
18422                 sync with HEAD
18423
18424 2004-12-17 [martin]     0.9.13cvs17.2
18425
18426         * src/action.c
18427                 convert actions input to locale
18428         * src/inc.c
18429                 convert notification command to locale
18430         * src/plugins/pgpmime/select-keys.c
18431                 convert attributes to utf8
18432
18433 2004-12-14 [colin]      0.9.13cvs17.1
18434
18435         * ChangeLog
18436         * ChangeLog.jp
18437         * ChangeLog.claws
18438         * src/action.c
18439         * src/common/utils.c
18440         * src/gtk/prefswindow.c
18441         * src/gtk/gtkutils.c
18442         * src/gtk/gtkutils.h
18443         * src/plugins/spamassassin/libspamc.c
18444                 Sync with HEAD
18445
18446 2004-12-13 [colin]      0.9.13cvs14.1
18447
18448         * src/quote_fmt_parse.y
18449                 Sync with HEAD
18450
18451 2004-12-10 [colin]      0.9.13cvs12.1
18452
18453         * src/prefs_themes.c
18454         * src/mainwindow.c
18455         * src/messageview.c
18456                 Sync with HEAD
18457
18458 2004-12-09 [colin]      0.9.13cvs10.1
18459
18460         * src/procmime.c
18461                 Sync with HEAD (fix B64 encoding from memory)
18462
18463 2004-12-08 [colin]      0.9.13cvs9.1
18464
18465         * src/gtk/colorlabel.c
18466                 Sync with HEAD
18467
18468 2004-12-08 [paul]       0.9.13cvs8.2
18469
18470         * src/gtk/pluginwindow.c
18471                 fix window resizing oddities
18472
18473 2004-12-08 [colin]      0.9.13cvs8.1
18474
18475         * src/quote_fmt_parse.y
18476                 Sync with HEAD
18477
18478 2004-12-08 [colin]      0.9.13cvs7.1
18479
18480         * src/matcher_parser_parse.y
18481         * src/msgcache.c
18482         * src/prefs_matcher.c
18483         * src/procheader.c
18484         * src/matcher.c
18485         * src/common/defs.h
18486         * po/sr.po
18487                 Sync with HEAD
18488
18489 2004-12-08 [colin]      0.9.13cvs6.1
18490
18491         * src/quote_fmt_parse.y
18492         * src/textview.c
18493                 Sync with HEAD
18494         * src/gtk/prefswindow.c
18495         * src/gtk/pluginwindow.c
18496                 Fix G_CALLBACKS protos (thanks to Alfons)
18497
18498 2004-12-07 [torte]      0.9.13cvs2.2
18499
18500         * src/procmime.c
18501                 [Bug 650] reply button causes crash
18502                 Thanks to David Relson and Christoph
18503
18504 2004-12-07 [colin]      0.9.13cvs2.1
18505
18506         * ChangeLog.claws
18507         * AUTHORS
18508         * po/sk.po
18509         * src/procmime.c
18510         * src/prefs_account.c
18511         * src/common/smtp.c
18512         * src/common/smtp.h
18513                 Sync with HEAD
18514
18515 2004-12-06 [colin]      0.9.12cvs187.1
18516
18517         * ChangeLog.claws
18518         * INSTALL
18519         * Makefile.am
18520         * README.claws
18521         * TODO.claws
18522         * configure.ac
18523         * po/bg.po
18524         * po/cs.po
18525         * po/el.po
18526         * po/en_GB.po
18527         * po/es.po
18528         * po/fr.po
18529         * po/hr.po
18530         * po/hu.po
18531         * po/it.po
18532         * po/ja.po
18533         * po/ko.po
18534         * po/nl.po
18535         * po/pl.po
18536         * po/pt_BR.po
18537         * po/ru.po
18538         * po/sk.po
18539         * po/sr.po
18540         * po/sv.po
18541         * po/zh_CN.po
18542         * po/zh_TW.Big5.po
18543         * src/compose.c
18544         * tools/Makefile.am
18545         * tools/README
18546         * tools/filter_conv.pl
18547         * tools/kdeservicemenu/README
18548         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18549         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18550                 Sync with HEAD
18551
18552 2004-12-04 [colin]      0.9.12cvs183.1
18553
18554         * src/compose.c
18555                 Sync with HEAD (compose window position saving)
18556
18557 2004-12-04 [paul]       0.9.12cvs182.3
18558
18559         * src/messageview.c
18560         * src/mimeview.c
18561         * src/prefs_customheader.c
18562         * src/gtk/quicksearch.c
18563                 replace some forgotten GTK_SIGNAL_FUNCs
18564
18565 2004-12-04 [paul]       0.9.12cvs182.2
18566
18567         * src/Makefile.am
18568                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
18569                 committed in error      
18570
18571 2004-12-04 [paul]       0.9.12cvs182.1
18572
18573         * ChangeLog
18574         * ChangeLog.claws
18575         * ChangeLog.jp
18576         * INSTALL
18577         * NEWS
18578         * README
18579         * README.jp
18580         * configure.ac
18581         * doc/manual/ja/Makefile.am
18582         * doc/manual/ja/sylpheed-1.html
18583         * doc/manual/ja/sylpheed-10.html
18584         * doc/manual/ja/sylpheed-11.html
18585         * doc/manual/ja/sylpheed-12.html
18586         * doc/manual/ja/sylpheed-13.html
18587         * doc/manual/ja/sylpheed-14.html
18588         * doc/manual/ja/sylpheed-15.html
18589         * doc/manual/ja/sylpheed-16.html
18590         * doc/manual/ja/sylpheed-17.html
18591         * doc/manual/ja/sylpheed-18.html
18592         * doc/manual/ja/sylpheed-19.html
18593         * doc/manual/ja/sylpheed-2.html
18594         * doc/manual/ja/sylpheed-20.html
18595         * doc/manual/ja/sylpheed-3.html
18596         * doc/manual/ja/sylpheed-4.html
18597         * doc/manual/ja/sylpheed-5.html
18598         * doc/manual/ja/sylpheed-6.html
18599         * doc/manual/ja/sylpheed-7.html
18600         * doc/manual/ja/sylpheed-8.html
18601         * doc/manual/ja/sylpheed-9.html
18602         * doc/manual/ja/sylpheed.html
18603         * doc/manual/ja/sylpheed.sgml
18604         * po/de.po
18605         * src/Makefile.am
18606         * src/compose.c
18607         * src/procmime.c
18608         * src/pixmaps/regular.xpm **REMOVED**
18609         * src/plugins/pgpmime/pgpmime.c
18610         * src/plugins/pgpmime/plugin.c
18611         * src/plugins/pgpmime/prefs_gpg.c
18612                 sync with HEAD
18613
18614 2004-12-03 [paul]       0.9.12cvs180.1
18615
18616         * ChangeLog
18617         * ChangeLog.claws
18618         * ChangeLog.jp
18619         * configure.ac
18620         * src/Makefile.am
18621         * src/pop.c
18622         * src/common/utils.c
18623         * src/common/utils.h
18624         * src/pixmaps/continue.xpm
18625         * src/pixmaps/dir_close.xpm
18626         * src/pixmaps/dir_open.xpm
18627         * src/pixmaps/drafts_close.xpm
18628         * src/pixmaps/drafts_open.xpm
18629         * src/pixmaps/folder.xpm **REMOVED**
18630         * src/pixmaps/group.xpm
18631         * src/pixmaps/unread.xpm
18632                 sync with HEAD
18633
18634 2004-12-02 [colin]      0.9.12cvs179.1
18635
18636         * src/compose.c
18637                 Sync with HEAD (non-duplicated reedition)
18638
18639 2004-12-02 [colin]      0.9.12cvs178.1
18640
18641         * src/compose.c
18642                 Sync with HEAD (linewrap_quote fix)
18643
18644 2004-12-01 [colin]      0.9.12cvs177.3
18645
18646         * src/addrharvest.c
18647                 Replace sizeof with strlen
18648
18649 2004-12-01 [paul]       0.9.12cvs177.2
18650
18651         * src/addrharvest.c
18652                 fix 'harvest addresses'
18653
18654 2004-11-30 [colin]      0.9.12cvs177.1
18655
18656         * src/gtk/prefswindow.c
18657         * src/gtk/pluginwindow.c
18658                 Sync with HEAD
18659
18660 2004-11-29 [colin]      0.9.12cvs176.1
18661
18662         * src/folderview.c
18663                 sync with HEAD (Fix disappearing separators in folderview's popup)
18664
18665 2004-11-29 [colin]      0.9.12cvs175.1
18666
18667         * src/procmime.c
18668                 Sync with head (another format fix)
18669
18670 2004-11-29 [colin]      0.9.12cvs174.1
18671
18672         * src/pop.c
18673                 Sync with HEAD (format string fix)
18674
18675 2004-11-26 [colin]      0.9.12cvs173.1
18676
18677         * src/common/smtp.c
18678         * src/common/smtp.h
18679                 Sync with HEAD
18680
18681 2004-11-24 [colin]      0.9.12cvs172.1
18682
18683         * src/plugins/pgpmime/pgpmime.c
18684                 Sync with HEAD
18685
18686 2004-11-24 [colin]      0.9.12cvs171.1
18687
18688         * src/plugins/pgpmime/pgpmime.c
18689                 Sync with head (gpgmectx leaks)
18690
18691 2004-11-24 [colin]      0.9.12cvs169.1
18692
18693         * src/plugins/pgpmime/plugin.c
18694         * src/plugins/trayicon/Makefile.am
18695         * src/plugins/trayicon/newmarkedmail.xpm
18696         * src/plugins/trayicon/trayicon.c
18697         * src/plugins/trayicon/unreadmarkedmail.xpm
18698                 Sync with HEAD
18699
18700 2004-11-23 [colin]      0.9.12cvs168.1
18701
18702         * src/partial_download.c
18703         * src/partial_download.h
18704         * src/plugins/pgpmime/plugin.c
18705                 Sync with HEAD
18706
18707 2004-11-23 [colin]      0.9.12cvs166.1
18708
18709         * src/Makefile.am
18710         * src/codeconv.c
18711         * src/compose.c
18712         * src/folderview.c
18713         * src/main.c
18714         * src/partial_download.c
18715         * src/partial_download.h
18716         * src/prefs_account.c
18717         * src/prefs_account.h
18718         * src/privacy.c
18719         * src/privacy.h
18720         * src/procmime.c
18721         * src/common/Makefile.am
18722         * src/common/base64.h
18723         * src/common/partial_download.c
18724         * src/common/partial_download.h
18725         * src/gtk/prefswindow.c
18726         * src/gtk/prefswindow.h
18727         * src/plugins/pgpmime/pgpmime.c
18728         * src/plugins/pgpmime/prefs_gpg.c
18729         * src/plugins/pgpmime/prefs_gpg.h
18730         * src/plugins/pgpmime/sgpgme.c
18731         * src/plugins/pgpmime/sgpgme.h
18732                 Sync with HEAD
18733
18734 2004-11-23 [colin]      0.9.12cvs163.1
18735
18736         * src/main.c
18737                 Sync with HEAD (cursor optimization)
18738
18739 2004-11-23 [colin]      0.9.12cvs162.1
18740
18741         * src/prefs_common.c
18742         * src/prefs_themes.c
18743         * src/procmsg.c
18744                 Sync with HEAD
18745
18746 2004-11-23 [colin]      0.9.12cvs158.9
18747
18748         * src/compose.c
18749                 Fix double-free when forwarding
18750         * src/msgcache.c
18751                 Fix leak on error path
18752                 
18753
18754 2004-11-23 [colin]      0.9.12cvs158.8
18755
18756         * src/compose.c
18757                 Fix possible double-free
18758                 Spotted by Alfons
18759
18760 2004-11-23 [colin]      0.9.12cvs158.7
18761
18762         * src/compose.c
18763                 Fix some signal handlers' prototypes
18764                 Spotted by Alfons
18765
18766 2004-11-22 [colin]      0.9.12cvs158.6
18767
18768         * src/compose.c
18769                 Remove unneeded code and duplicated
18770                 wrapping - patch by Alfons
18771
18772 2004-11-22 [colin]      0.9.12cvs158.5
18773
18774         * src/prefs_themes.c
18775                 Fix oversized selector
18776
18777 2004-11-22 [colin]      0.9.12cvs158.4
18778
18779         * src/compose.c
18780                 fix dump_text()
18781                 patch by Alfons
18782
18783 2004-11-19 [colin]      0.9.12cvs158.3
18784
18785         * src/textview.c
18786                 Add a context menu on links (open, copy)
18787
18788 2004-11-18 [paul]       0.9.12cvs158.2
18789
18790         * src/addrgather.c
18791         * src/exphtmldlg.c
18792         * src/expldifdlg.c
18793         * src/mimeview.c
18794         * src/prefs_common.c
18795         * src/plugins/image_viewer/viewer.c
18796         * src/plugins/spamassassin/spamassassin_gtk.c
18797                 replace deprecated gtk_notebook_set_page
18798                 and gtk_notebook_current_page
18799
18800 2004-11-18 [paul]       0.9.12cvs158.1
18801
18802         * configure.ac
18803         * src/compose.c
18804         * src/mainwindow.c
18805         * src/messageview.c
18806         * src/prefs_common.c
18807         * src/common/utils.c
18808         * src/common/utils.h
18809                 sync with HEAD
18810
18811 2004-11-17 [colin]      0.9.12cvs156.1
18812
18813         * src/prefs_account.c
18814         * src/prefs_account.h
18815         * src/procmsg.c
18816                 Sync with HEAD (add pref to store encrypted mails encrypted)
18817
18818 2004-11-17 [paul]       0.9.12cvs155.1
18819
18820         * ChangeLog
18821         * ChangeLog.claws
18822         * ChangeLog.jp
18823         * NEWS
18824         * configure.ac
18825         * src/compose.c
18826         * src/jpilot.c
18827         * src/privacy.c
18828         * src/procmime.c
18829         * src/procmime.h
18830         * src/procmsg.c
18831         * src/toolbar.c
18832         * src/pixmaps/error.xpm
18833                 sync with HEAD
18834
18835 2004-11-17 [colin]      0.9.12cvs151.1
18836
18837         * src/plugins/pgpmime/pgpmime.c
18838                 Sync with HEAD (remove debug printf)
18839
18840 2004-11-17 [colin]      0.9.12cvs150.1
18841
18842         * src/plugins/pgpmime/pgpmime.c
18843                 Sync with HEAD (off-by-one fix)
18844
18845 2004-11-17 [colin]      0.9.12cvs149.1
18846
18847         * src/procmsg.c
18848                 Sync with HEAD (coding style fixes)
18849
18850 2004-11-16 [colin]      0.9.12cvs148.1
18851
18852         * src/procmsg.c
18853                 Sync with head (Fix the fix)
18854
18855 2004-11-16 [colin]      0.9.12cvs147.1
18856
18857         * src/procmsg.c
18858                 Sync with Main (leak fix)
18859
18860 2004-11-16 [colin]      0.9.12cvs146.14
18861
18862         * src/compose.c
18863                 Remove useless chunk of code
18864                 Patch by Alfons
18865
18866 2004-11-15 [colin]      0.9.12cvs146.13
18867
18868         * src/compose.c
18869                 Fix drafting after insertion
18870                 Patch by Alfons
18871
18872 2004-11-15 [colin]      0.9.12cvs146.12
18873
18874         * src/compose.c
18875         * src/prefs_filtering.c
18876         * src/prefs_filtering_action.c
18877         * src/prefs_toolbar.c
18878                 Fix some const-correctness
18879
18880 2004-11-15 [colin]      0.9.12cvs146.11
18881
18882         * src/summaryview.c
18883         * src/prefs_themes.c
18884         * src/messageview.c
18885                 Fix some leaks
18886
18887 2004-11-15 [colin]      0.9.12cvs146.10
18888
18889         * src/codeconv.c
18890                 More unreadable locale fixes
18891
18892 2004-11-14 [colin]      0.9.12cvs146.9
18893
18894         * src/textview.c
18895                 Fix uri_security_check
18896                 Patch by Alfons
18897
18898 2004-11-13 [paul]       0.9.12cvs146.8
18899
18900         * src/folder.c
18901         * src/procmime.c
18902                 fix 2 bugs introduced in last commit
18903
18904 2004-11-13 [paul]       0.9.12cvs146.7
18905
18906         * src/compose.c
18907         * src/exporthtml.c
18908         * src/exportldif.c
18909         * src/folder.c
18910         * src/imap.c
18911         * src/imap_gtk.c
18912         * src/main.c
18913         * src/mainwindow.c
18914         * src/messageview.c
18915         * src/mh_gtk.c
18916         * src/prefs_themes.c
18917         * src/procmime.c
18918         * src/setup.c
18919         * src/summaryview.c
18920                 replace deprecated g_basename
18921
18922 2004-11-13 [paul]       0.9.12cvs146.6
18923
18924         * src/compose.c
18925         * src/imap.c
18926         * src/matcher_parser.h
18927         * src/matcher_parser_parse.y
18928         * src/prefs_filtering.c
18929         * src/prefs_filtering_action.c
18930         * src/prefs_themes.c
18931         * src/prefs_toolbar.c
18932         * src/common/utils.c
18933                 various small fixes/cleanups
18934
18935 2004-11-12 [colin]      0.9.12cvs146.5
18936
18937         * src/textview.c
18938                 Validate event's origin on visibility notify
18939                 Patch by Alfons.
18940
18941 2004-11-12 [paul]       0.9.12cvs146.4
18942
18943         * src/exporthtml.c
18944         * src/exportldif.c
18945         * src/imap.c
18946         * src/mh.c
18947         * src/mimeview.c
18948         * src/prefs_spelling.c
18949         * src/prefs_themes.c
18950                 replace deprecated g_dirname    
18951
18952 2004-11-12 [colin]      0.9.12cvs146.3
18953
18954         * src/textview.c
18955                 Some coding style fixes
18956
18957 2004-11-12 [colin]      0.9.12cvs146.2
18958
18959         * src/codeconv.c
18960                 We want to replace _all_ extended chars in
18961                 conv_unreadable_*, because any string containing
18962                 extended chars not parsing as UTF8 is 
18963                 undisplayed on gtk2.
18964
18965 2004-11-12 [paul]       0.9.12cvs146.1
18966
18967         * ChangeLog
18968         * ChangeLog.claws
18969         * ChangeLog.jp
18970         * NEWS
18971         * configure.ac
18972         * src/account.c
18973         * src/folderview.c
18974         * src/folderview.h
18975         * src/imap.c
18976         * src/imap_gtk.c
18977         * src/inc.c
18978         * src/mainwindow.c
18979         * src/mh_gtk.c
18980         * src/news_gtk.c
18981         * src/pop.c
18982         * src/prefs_account.c
18983         * src/prefs_account.h
18984         * src/prefs_ext_prog.c
18985         * src/procmime.c
18986         * src/procmime.h
18987         * src/procmsg.c
18988         * src/procmsg.h
18989         * src/summary_search.c
18990         * src/summaryview.c
18991         * src/textview.c
18992         * src/common/defs.h
18993         * src/common/utils.c
18994         * src/common/utils.h
18995         * src/gtk/menu.c
18996         * src/gtk/menu.h
18997                 sync with HEAD
18998
18999 2004-11-11 [colin]      0.9.12cvs144.2
19000
19001         * src/textview.c
19002                 Fix URI range selection (patch by Alfons)
19003
19004 2004-11-09 [colin]      0.9.12cvs144.1
19005
19006         * ChangeLog.claws
19007         * src/compose.c
19008         * src/folder.c
19009         * src/folder_item_prefs.c
19010         * src/prefs_account.c
19011         * src/prefs_account.h
19012         * src/plugins/pgpmime/pgpmime.c
19013                 Sync with HEAD
19014
19015 2004-11-08 [colin]      0.9.12cvs143.1
19016
19017         * src/summaryview.c
19018                 Sync with HEAD (optimize quicksearch)
19019
19020 2004-11-08 [colin]      0.9.12cvs142.2
19021
19022         * src/compose.c
19023                 Don't wrap when Edit/Auto wrapping is disabled
19024
19025 2004-11-08 [colin]      0.9.12cvs142.1
19026
19027         * src/textview.c
19028                 Sync with HEAD
19029
19030 2004-11-08 [colin]      0.9.12cvs141.1
19031
19032         * src/textview.c
19033                 Sync with HEAD (fix some mail URIs)
19034
19035 2004-11-08 [colin]      0.9.12cvs140.3
19036
19037         * src/textview.c
19038                 o Use text cursor instead of arrow when
19039                   not on a link
19040                 o Fix handling of contiguous links (as in
19041                   "colin@colino.net" <colin@colino.net>)
19042                   This one unveils a bug in get_email_part()
19043
19044 2004-11-07 [colin]      0.9.12cvs140.2
19045
19046         * src/textview.c
19047                 Fix memleak. Patch by Alfons.
19048
19049 2004-11-06 [colin]      0.9.12cvs140.1
19050
19051         * src/compose.c
19052                 Sync with HEAD (don't ask passphrase
19053                 when drafting)
19054
19055 2004-11-06 [paul]       0.9.12cvs139.2
19056
19057         * AUTHORS
19058         * src/textview.c
19059         * src/textview.h
19060                 textview URI handling. hovering over a 
19061                 link displays it in the status bar,
19062                 and changes the mouse pointer to a hand 
19063                 cursor. a link is activated with a single 
19064                 click. (Modified from the) patch by Jean-Yves 
19065                 Lefort <jylefort@users.sourceforge.net>
19066                 
19067
19068 2004-11-05 [colin]      0.9.12cvs139.1
19069
19070         * src/compose.c
19071         * src/procmime.c
19072                 Sync with HEAD again ^^
19073
19074 2004-11-05 [colin]      0.9.12cvs139.1
19075
19076         * src/compose.c
19077         * src/procmime.c
19078                 Sync with HEAD
19079
19080 2004-11-03 [paul]       0.9.12cvs138.1
19081
19082         * ChangeLog.claws
19083         * configure.ac
19084         * po/POTFILES.in
19085         * src/prefs_ext_prog.c
19086         * src/procmime.c
19087         * tools/kdeservicemenu/README
19088         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
19089         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
19090                 sync with HEAD
19091
19092 2004-11-01 [christoph]  0.9.12cvs136.2
19093
19094         * src/procmime.c
19095                 convert MIME parameters to UTF-8
19096
19097 2004-10-29 [colin]      0.9.12cvs136.1
19098
19099         * src/common/utils.c
19100                 Sync with HEAD (don't use '=' in mime boundary)
19101
19102 2004-10-29 [paul]       0.9.12cvs135.1
19103
19104         * configure.ac
19105         * doc/src/rfc2231.txt
19106         * src/procmime.c
19107         * src/common/quoted-printable.c
19108         * src/common/utils.c
19109         * src/common/utils.h
19110                 sync with HEAD
19111
19112 2004-10-27 [paul]       0.9.12cvs134.1
19113
19114         * configure.ac
19115         * src/main.c
19116         * src/procmime.c
19117         * src/plugins/pgpmime/pgpmime.c
19118                 sync with HEAD
19119
19120 2004-10-26 [paul]       0.9.12cvs132.3
19121
19122         * src/account.c
19123         * src/addressbook.c
19124         * src/addrgather.c
19125         * src/addrharvest.c
19126         * src/codeconv.c
19127         * src/compose.c
19128         * src/customheader.c
19129         * src/editaddress.c
19130         * src/editgroup.c
19131         * src/enriched.c
19132         * src/expldifdlg.c
19133         * src/exporthtml.c
19134         * src/exportldif.c
19135         * src/folder.c
19136         * src/foldersel.c
19137         * src/folderview.c
19138         * src/grouplistdialog.c
19139         * src/html.c
19140         * src/imap.c
19141         * src/jpilot.c
19142         * src/ldapserver.c
19143         * src/ldif.c
19144         * src/mimeview.c
19145         * src/news.c
19146         * src/news_gtk.c
19147         * src/pop.c
19148         * src/prefs_display_header.c
19149         * src/prefs_gtk.c
19150         * src/prefs_msg_colors.c
19151         * src/prefs_toolbar.c
19152         * src/procheader.c
19153         * src/procmime.c
19154         * src/summaryview.c
19155         * src/textview.c
19156         * src/toolbar.c
19157         * src/vcard.c
19158         * src/common/mgutils.c
19159         * src/common/nntp.c
19160         * src/common/smtp.c
19161         * src/common/template.c
19162         * src/common/utils.c
19163         * src/common/xmlprops.c
19164         * src/plugins/pgpmime/pgpmime.c
19165         * src/plugins/pgpmime/select-keys.c
19166         * src/plugins/pgpmime/sgpgme.c
19167                 replace deprecated g_strcasecmp(), g_strncasecmp(),
19168                 g_string_sprintfa(), gtk_notebook_current_page()
19169
19170 2004-10-26 [colin]      0.9.12cvs132.2
19171
19172         * src/prefs_folder_item.c
19173                 Fix default-account selection
19174
19175 2004-10-21 [colin]      0.9.12cvs133
19176
19177         * src/compose.c
19178                 Sync with HEAD (Remove extra separator in compose's Options)
19179         * src/textview.c
19180                 Set wrapping to char
19181
19182 2004-10-21 [paul]       0.9.12cvs131.2
19183
19184         * src/compose.c
19185         * src/sourcewindow.c
19186                 fix wrapping
19187                 fix window shrinking 
19188
19189 2004-10-21 [colin]      0.9.12cvs131.1
19190
19191         * ChangeLog.claws
19192         * src/compose.c
19193                 Sync with HEAD
19194
19195 2004-10-21 [paul]       0.9.12cvs130.2
19196
19197         * src/prefs_folder_item.c
19198                 sync with HEAD (Apply to subfolders)
19199
19200 2004-10-19 [colin]      0.9.12cvs130.1
19201
19202         * ChangeLog.claws
19203         * src/compose.c
19204         * src/common/utils.c
19205         * src/gtk/menu.c
19206                 Sync with HEAD
19207
19208 2004-10-19 [colin]      0.9.12cvs128.1
19209
19210         * src/addrbook.c
19211         * src/addrcache.c
19212         * src/addressbook.c
19213         * src/codeconv.c
19214         * src/compose.c
19215         * src/customheader.c
19216         * src/editaddress.c
19217         * src/editgroup.c
19218         * src/exporthtml.c
19219         * src/folder.c
19220         * src/folderview.c
19221         * src/imap.c
19222         * src/jpilot.c
19223         * src/main.c
19224         * src/matcher_parser_parse.y
19225         * src/mbox.c
19226         * src/pop.c
19227         * src/prefs_account.c
19228         * src/prefs_gtk.c
19229         * src/prefs_msg_colors.c
19230         * src/procheader.c
19231         * src/procmime.c
19232         * src/procmime.h
19233         * src/procmsg.c
19234         * src/summaryview.c
19235         * src/textview.c
19236         * src/common/base64.c
19237         * src/common/partial_download.c
19238         * src/common/socket.c
19239         * src/common/sylpheed.c
19240         * src/common/utils.c
19241         * src/common/utils.h
19242         * src/gtk/pluginwindow.c
19243         * src/gtk/quicksearch.c
19244         * src/plugins/clamav/clamav_plugin.c
19245         * src/plugins/clamav/clamav_plugin.h
19246         * src/plugins/clamav/clamav_plugin_gtk.c
19247         * src/plugins/pgpmime/passphrase.c
19248         * src/plugins/pgpmime/pgpmime.c
19249         * src/plugins/pgpmime/plugin.c
19250         * src/plugins/pgpmime/prefs_gpg.c
19251         * src/plugins/pgpmime/prefs_gpg.h
19252         * src/plugins/pgpmime/select-keys.c
19253         * src/plugins/pgpmime/sgpgme.c
19254         * src/plugins/spamassassin/libspamc.c
19255         * src/plugins/spamassassin/spamassassin.c
19256         * src/plugins/spamassassin/spamassassin.h
19257         * src/plugins/spamassassin/spamassassin_gtk.c
19258         * src/plugins/trayicon/trayicon.c
19259         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
19260                 Sync with HEAD
19261
19262 2004-10-14 [colin]      0.9.12cvs126.2
19263
19264         * src/codeconv.c
19265         * src/textview.c
19266                 Fix conv_unreadable_locale
19267
19268 2004-10-13 [colin]      0.9.12cvs126.1
19269
19270         * src/compose.c
19271                 Sync with HEAD (don't convert charset for 
19272                 drafted messages, minor cleanup)
19273
19274 2004-10-13 [colin]      0.9.12cvs125.1
19275
19276         * po/POTFILES.in
19277                 Sync with HEAD (POTFILES fix)
19278
19279 2004-10-12 [colin]      0.9.12cvs124.3
19280
19281         * src/compose.c
19282                 Fix encoding bug from latest sync
19283
19284 2004-10-12 [paul]       0.9.12cvs124.2
19285
19286         * src/plugins/pgpmime/prefs_gpg.c
19287         * src/plugins/pgpmime/prefs_gpg.h
19288                 forgotten in last commit        
19289
19290 2004-10-12 [paul]       0.9.12cvs124.1
19291
19292         * ChangeLog.claws
19293         * configure.ac
19294         * m4/spamassassin.m4
19295         * src/Makefile.am
19296         * src/account.c
19297         * src/compose.c
19298         * src/compose.h
19299         * src/crash.c
19300         * src/main.c
19301         * src/mimeview.c
19302         * src/passphrase.c
19303         * src/passphrase.h
19304         * src/prefs_account.c
19305         * src/prefs_account.h
19306         * src/prefs_common.c
19307         * src/privacy.c
19308         * src/privacy.h
19309         * src/procmime.c
19310         * src/procmime.h
19311         * src/procmsg.c
19312         * src/rfc2015.c
19313         * src/rfc2015.h
19314         * src/select-keys.c
19315         * src/select-keys.h
19316         * src/textview.c
19317         * src/common/utils.c
19318         * src/common/utils.h
19319         * src/gtk/about.c
19320         * src/plugins/pgpmime/Makefile.am
19321         * src/plugins/pgpmime/passphrase.c
19322         * src/plugins/pgpmime/passphrase.h
19323         * src/plugins/pgpmime/pgpmime.c
19324         * src/plugins/pgpmime/plugin.c
19325         * src/plugins/pgpmime/select-keys.c
19326         * src/plugins/pgpmime/select-keys.h
19327         * src/plugins/pgpmime/sgpgme.c
19328         * src/plugins/pgpmime/sgpgme.h
19329                 sync with HEAD
19330
19331 2004-10-04 [colin]      0.9.12cvs122.1
19332
19333         * src/mainwindow.c
19334         * src/messageview.c
19335         * src/messageview.h
19336         * src/textview.c
19337                 Sync with HEAD
19338
19339 2004-10-04 [colin]      0.9.12cvs121.1
19340
19341         * src/summaryview.c
19342                 Sync with HEAD
19343
19344 2004-10-04 [paul]       0.9.12cvs120.1
19345
19346         * configure.ac
19347                 sync with HEAD [don't try to build 
19348                 pgpmime plugin when gpgme is disabled]
19349
19350 2004-10-03 [colin]      0.9.12cvs119.3
19351
19352         * src/gtk/gtksctree.c
19353                 Lots of side effects. Put back as before 117.2.
19354         * src/summaryview.c
19355                 Fix bug #602
19356
19357 2004-10-03 [colin]      0.9.12cvs119.2
19358
19359         * src/gtk/gtksctree.c
19360                 Revert 608 fix that doesn't work that good
19361
19362 2004-10-02 [colin]      0.9.12cvs119.1
19363
19364         * src/mainwindow.c
19365         * src/messageview.c
19366         * src/prefs_common.h
19367         * src/procmime.c
19368         * src/procmime.h
19369         * src/textview.c
19370                 Sync with HEAD
19371         * src/gtk/gtksctree.c
19372                 Close bug #608
19373
19374 2004-10-01 [colin]      0.9.12cvs118.1
19375
19376         * src/mimeview.c
19377                 Sync with HEAD (better Save All fix)
19378
19379 2004-10-01 [colin]      0.9.12cvs117.2
19380
19381         * src/gtk/gtksctree.c
19382                 Faster on selection
19383
19384 2004-10-01 [colin]      0.9.12cvs117.1
19385
19386         * src/mimeview.c
19387                 Sync with HEAD (Save All: only attachments)
19388
19389 2004-10-01 [paul]       0.9.12cvs116.1
19390
19391         * ChangeLog.claws
19392         * configure.ac
19393         * src/account.c
19394         * src/prefs_common.c
19395         * src/gtk/colorlabel.c
19396                 sync with HEAD
19397
19398 2004-09-30 [colin]      0.9.12cvs115.1
19399
19400         * src/stock_pixmap.c
19401         * src/stock_pixmap.h
19402         * src/folderview.c
19403         * src/Makefile.am
19404         * src/pixmaps/read.xpm
19405                 Sync with HEAD (new pixmap)
19406
19407 2004-09-29 [colin]      0.9.12cvs114.1
19408
19409         * src/compose.c
19410                 Sync with HEAD
19411                 Fix focus handling in headers
19412
19413 2004-09-29 [paul]       0.9.12cvs113.1
19414
19415         * src/quote_fmt_parse.y
19416                 sync with HEAD
19417  
19418
19419 2004-09-28 [colin]      0.9.12cvs112.1
19420
19421         * src/folderview.c
19422         * src/mainwindow.c
19423                 Sync with HEAD
19424
19425 2004-09-28 [colin]      0.9.12cvs110.1
19426
19427         * src/folderview.c
19428                 Sync with HEAD (Contextual Empty trash menu)
19429
19430 2004-09-28 [colin]      0.9.12cvs108.1
19431
19432         * src/addressbook.c
19433                 Sync with HEAD (addressbook edit on double-click)
19434
19435 2004-09-28 [colin]      0.9.12cvs106.1
19436
19437         * src/inc.c
19438                 Sync with HEAD (folder_item freeze on inc)
19439
19440 2004-09-27 [colin]      0.9.12cvs105.1
19441
19442         * src/folderview.c
19443                 Sync with HEAD (right-align new and unread column)
19444
19445 2004-09-27 [colin]      0.9.12cvs104.1
19446
19447         * src/main.c
19448                 Sync with HEAD (revert 0.9.12cvs101)
19449
19450 2004-09-24 [colin]      0.9.12cvs103.2
19451
19452         * src/wizard.c
19453                 Fix gtk warnings and use domain part of the email address 
19454                 when domain detection fails (no dot in domain name)
19455
19456 2004-09-23 [colin]      0.9.12cvs103.1
19457
19458         * src/plugins/spamassassin/libspamc.c
19459         * src/plugins/spamassassin/libspamc.h
19460         * src/plugins/spamassassin/utils.c
19461         * src/plugins/spamassassin/utils.h
19462                 Sync with HEAD (Update spamassassin to 3.0)
19463
19464 2004-09-21 [colin]      0.9.12cvs102.3
19465
19466         * src/action.c
19467                 Add horizontal scrollbar in action io dialog as needed
19468                 Patch by Alfons.
19469
19470 2004-09-20 [colin]      0.9.12cvs102.2
19471
19472         * src/plugins/image_viewer/viewer.c
19473                 Remove imlib stuff
19474                 use gtk_pixmap_set when clearing
19475                 (would be better to use gtkImages, but causes size-allocate 
19476                 signals storm)
19477
19478 2004-09-17 [paul]       0.9.12cvs102.1
19479
19480         * ChangeLog
19481         * ChangeLog.claws
19482         * ChangeLog.jp
19483         * configure.ac
19484         * src/inc.c
19485                 sync with HEAD
19486
19487
19488 2004-09-17 [colin]      0.9.12cvs101.1
19489
19490         * ChangeLog.claws
19491         * src/main.c
19492                 Sync with HEAD (fix segs at exit)
19493
19494 2004-09-14 [colin]      0.9.12cvs99.5
19495
19496         * src/common/socket.c
19497         * AUTHORS
19498                 Fix send error on 64bit platforms
19499                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
19500
19501 2004-09-14 [colin]      0.9.12cvs99.4
19502
19503         * src/action.c
19504                 Fix action output with utf8 
19505                 Patch by Alfons.
19506
19507 2004-09-14 [colin]      0.9.12cvs99.3
19508
19509         * ChangeLog.claws
19510         * src/folder.c
19511                 Sync with HEAD
19512
19513 2004-09-09 [colin]      0.9.12cvs99.2
19514
19515         * src/action.c
19516                 Fix progress bar (displaying "Completed %v/%u")
19517                 Patch by Alfons.
19518
19519 2004-09-08 [colin]      0.9.12cvs99.1
19520
19521         * src/account.c
19522         * src/folder.c
19523         * src/procmsg.c
19524         * src/procmsg.h
19525         * src/plugins/pgpmime/pgpmime.c
19526                 Sync with HEAD
19527
19528 2004-09-08 [colin]      0.9.12cvs97.2
19529
19530         * src/summaryview.c
19531                 Don't select mails in collapsed threads 
19532                 when navigating with up/down
19533
19534 2004-09-07 [colin]      0.9.12cvs97.1
19535
19536         * src/inc.c
19537                 Sync with HEAD (meaningful error messages)
19538
19539 2004-09-06 [colin]      0.9.12cvs96.1
19540
19541         * src/toolbar.c
19542                 Sync with HEAD (fix Redirect graying out)
19543
19544 2004-09-06 [colin]      0.9.12cvs95.1
19545
19546         * src/summaryview.c
19547         * src/mimeview.c
19548                 Sync with HEAD (fix dropped URIs)
19549
19550 2004-09-06 [colin]      0.9.12cvs94.1
19551
19552         * src/addressbook.c
19553         * src/addressitem.h
19554         * src/addritem.c
19555         * src/addritem.h
19556                 Sync with HEAD (addressbook DnD)
19557
19558 2004-09-03 [colin]      0.9.12cvs93.1
19559
19560         * src/summaryview.c
19561                 Sync with HEAD (next/prev unread)
19562
19563 2004-09-03 [colin]      0.9.12cvs92.1
19564
19565         * src/prefs_common.c
19566         * src/prefs_common.h
19567         * src/summaryview.c
19568                 Sync with HEAD ('mark_as_read_delay' pref)
19569
19570 2004-09-02 [colin]      0.9.12cvs91.2
19571
19572         * src/common/xml.c
19573                 Fix leak
19574
19575 2004-09-02 [colin]      0.9.12cvs91.1
19576
19577         * src/gtk/menu.c
19578                 Sync with HEAD (menu accel don't work, but whatever)
19579
19580 2004-09-02 [colin]      0.9.12cvs90.1
19581
19582         * src/account.c
19583                 Sync with HEAD (fix bug 582)
19584
19585 2004-09-02 [colin]      0.9.12cvs89.1
19586
19587         * src/addrindex.c
19588                 Sync with HEAD (free deleted queries)
19589
19590 2004-09-02 [colin]      0.9.12cvs88.1
19591
19592         * src/ldapquery.c
19593                 Sync with HEAD (fix LDAP freezes)
19594
19595 2004-09-02 [colin]      0.9.12cvs87.1
19596
19597         * src/prefs_spelling.c
19598                 Sync with HEAD (add default dictionary)
19599
19600 2004-09-01 [colin]      0.9.12cvs86.1
19601
19602         * src/filtering.c
19603         * src/folderview.c
19604         * src/imap.c
19605         * src/prefs_matcher.c
19606         * src/stock_pixmap.c
19607         * src/summary_search.c
19608         * src/summaryview.c
19609         * src/wizard.c
19610         * src/wizard.h
19611                 Sync with HEAD (uninitialized vars fixes)
19612                 + gtk2 specific warning fixes
19613
19614 2004-08-31 [colin]      0.9.12cvs85.1
19615
19616         * src/folder.c
19617                 Sync with HEAD (Fix memory corruption due to 
19618                 uninitialized var)
19619
19620 2004-08-31 [colin]      0.9.12cvs84.4
19621
19622         * src/summary_search.c
19623                 Fix segfaults when searching in folders with broken headers
19624
19625 2004-08-31 [colin]      0.9.12cvs84.3
19626
19627         * src/compose.c
19628         * src/textview.c
19629                 Fix some more encoding/decoding issues
19630
19631 2004-08-30 [colin]      0.9.12cvs84.2
19632
19633         * src/mimeview.c
19634         * src/prefs_themes.c
19635         * src/gtk/filesel.c
19636         * src/gtk/filesel.h
19637                 Add a folder-mode selection (fixes mimeview's "Save all")
19638
19639 2004-08-29 [colin]      0.9.12cvs84.1
19640
19641         * src/mimeview.c
19642                 Sync with HEAD (don't escape saved filenames)
19643
19644 2004-08-27 [colin]      0.9.12cvs83.1
19645
19646         * ChangeLog
19647         * ChangeLog.claws
19648         * ChangeLog.jp
19649         * src/mh.c
19650         * src/procheader.c
19651         * src/procmsg.c
19652         * src/procmsg.h
19653         * src/common/utils.c
19654         * src/gtk/menu.h
19655         * po/
19656                 Sync with HEAD 0.9.12cvs83 (sync with main)
19657
19658 2004-08-26 [colin]      0.9.12cvs82.4
19659
19660         * src/codeconv.c
19661                 Fix strange stack corruption
19662                 Convert to utf8 after unmime, not before
19663
19664 2004-08-26 [colin]      0.9.12cvs82.3
19665
19666         * src/main.c
19667         * src/wizard.c
19668                 Fix account folders duplication
19669
19670 2004-08-25 [colin]      0.9.12cvs82.2
19671
19672         * src/wizard.c
19673                 Remove ports
19674                 Add SSL selection
19675                 Use login@server as account name
19676
19677 2004-08-25 [colin]      0.9.12cvs82.1
19678
19679         * src/plugins/pgpmime/pgpmime.c
19680                 Sync with HEAD (leak fix).
19681
19682 2004-08-25 [colin]      0.9.12cvs81.1
19683
19684         * src/plugins/pgpmime/pgpmime.c
19685         * src/plugins/pgpmime/sgpgme.c
19686         * src/plugins/pgpmime/sgpgme.h
19687                 Sync with HEAD (Handle combined messages).
19688
19689 2004-08-24 [colin]      0.9.12cvs80.3
19690
19691         * src/wizard.c
19692                 Fix full name, ports, and imap
19693
19694 2004-08-24 [colin]      0.9.12cvs80.2
19695
19696         * src/Makefile.am
19697         * src/main.c
19698         * src/setup.c
19699         * src/setup.h
19700         * src/stock_pixmap.c
19701         * src/stock_pixmap.h
19702         * src/wizard.c ** ADDED **
19703         * src/wizard.h ** ADDED ** 
19704         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
19705                 Add a setup wizard 
19706
19707 2004-08-24 [colin]      0.9.12cvs80.1
19708
19709         * src/folder.c
19710                 Sync with HEAD (set mimeflags on all messages)
19711
19712 2004-08-24 [colin]      0.9.12cvs79.3
19713
19714         * src/matcher_parser_lex.l
19715                 Fix 8bits strings not in utf8
19716
19717 2004-08-24 [colin]      0.9.12cvs79.2
19718
19719         * src/compose.c
19720                 Check conversion result before replacing buffer
19721
19722 2004-08-23 [colin]      0.9.12cvs79.1
19723
19724         * src/compose.c
19725                 Sync with HEAD (create message header in memory)
19726
19727 2004-08-23 [colin]      0.9.12cvs78.1
19728
19729         * src/rfc2015.c
19730         * src/rfc2015.h
19731                 Sync with HEAD (fix bug 197 again)
19732
19733 2004-08-23 [colin]      0.9.12cvs77.3
19734
19735         * src/compose.c
19736                 Fix again inline gpg signing (which outputs utf8
19737                 in gtk2). Not syncing this fix to HEAD as this 
19738                 code is meant to die.
19739
19740 2004-08-23 [colin]      0.9.12cvs77.2
19741
19742         * src/prefs_account.h
19743                 Remove useless include
19744
19745 2004-08-23 [colin]      0.9.12cvs77.1
19746
19747         * src/imap.c
19748         * po/es.po
19749         * po/fr.po
19750         * po/it.po
19751         * po/pl.po
19752         * po/pt_BR.po
19753         * po/sk.po
19754         * po/sr.po
19755                 Sync with HEAD (fix bug 577)
19756
19757 2004-08-22 [colin]      0.9.12cvs76.1
19758
19759         * src/plugins/trayicon/trayicon.c
19760                 Sync with HEAD (fix formatting bug)
19761
19762 2004-08-21 [colin]      0.9.12cvs74.2
19763
19764         * src/gtk/colorsel.c
19765                 Fix bug 564 (Folder color selection window exits on any
19766                 keypress)
19767
19768 2004-08-21 [colin]      0.9.12cvs74.1
19769
19770         * ChangeLog.claws
19771         * src/compose.c
19772         * src/summaryview.c
19773         * src/toolbar.c
19774                 Sync with HEAD (fix bug 576)
19775
19776 2004-08-21 [colin]      0.9.12cvs70.1
19777
19778         * src/compose.c
19779         * src/mainwindow.c
19780                 Sync with HEAD
19781                 
19782
19783 2004-08-21 [paul]       0.9.12cvs66.4
19784
19785         * src/mainwindow.c
19786         * src/messageview.c
19787         * src/gtk/menu.c
19788         * src/plugins/spamassassin/spamassassin_gtk.c
19789                 remove some deprecated gtk1 functions
19790
19791
19792 2004-08-21 [colin]      0.9.12cvs66.3
19793
19794         * src/compose.c
19795         * src/codeconv.c
19796                 Fix warnings
19797                 Remove encoding hacks
19798                 Fix bug 575 (Strange character messes up message)
19799                 Don't display conversion error when drafting
19800
19801 2004-08-21 [paul]       0.9.12cvs66.2
19802
19803         * src/prefs_account.c
19804                 fix GnuPG mode bugs
19805
19806
19807 2004-08-20 [colin]      0.9.12cvs66.1
19808
19809         * src/codeconv.c
19810                 Sync with HEAD 0.9.12cvs66
19811
19812 2004-08-20 [paul]
19813
19814         * src/plugins/pgpmime/plugin.c
19815                 modify PGP/MIME plugin's description
19816
19817 2004-08-17 [colin]      0.9.12cvs65.1
19818
19819         * src/common/ssl.c
19820         * src/plugins/pgpmime/plugin.c
19821                 Sync with HEAD
19822
19823 2004-08-14 [colin]      0.9.12cvs60.3
19824
19825         * src/plugins/trayicon/trayicon.c
19826                 Put back resize callback, on size-request signal
19827                 rather than size-allocate to avoid infinite 
19828                 callback loop
19829
19830 2004-08-13 [colin]      0.9.12cvs60.2
19831
19832         * src/common/defs.h
19833                 Cache versions have been fixed
19834
19835 2004-08-13 [colin]      0.9.12cvs60.1
19836
19837         * src/folderutils.c
19838                 Sync with HEAD
19839
19840 2004-08-12 [colin]      0.9.12cvs59.1
19841
19842         * src/plugins/trayicon/trayicon.c
19843                 Sync with HEAD
19844
19845 2004-08-12 [colin]      0.9.12cvs57.5
19846
19847         * sylpheed.desktop
19848         * configure.ac
19849         * src/Makefile.am
19850         * src/main.c
19851                 Add support for Freedesktop.org's startup notification
19852
19853 2004-08-11 [colin]      0.9.12cvs57.4
19854
19855         * src/textview.c
19856                 Fix off-by-one
19857
19858 2004-08-11 [colin]      0.9.12cvs57.3
19859
19860         * src/message_search.c
19861         * src/summary_search.c
19862                 Make searches case insensitive by default
19863         * src/textview.c
19864                 Fix case-insensitive search in message
19865
19866 2004-08-11 [colin]      0.9.12cvs57.2
19867
19868         * src/summary_search.c
19869                 Let case-sensitive be specified
19870
19871 2004-08-10 [colin]      0.9.12cvs55.4
19872
19873         * src/common/socket.c
19874                 Fix the possible race condition
19875
19876 2004-08-09 [paul]       0.9.12cvs55.3
19877
19878         * configure.ac
19879         * src/Makefile.am
19880         * src/common/Makefile.am
19881                 sync with HEAD
19882
19883
19884 2004-08-09 [paul]       0.9.12cvs55.2
19885
19886         * autogen.sh
19887         * po/poconv.sh
19888                 remove unneeded script
19889
19890         * configure.ac
19891                 add forgotten USE_LDAP_TLS (sync with HEAD)
19892
19893
19894 2004-08-09 [colin]      0.9.12cvs55.1
19895
19896         * src/main.c
19897         * src/common/ssl.c
19898         * src/common/sylpheed.c
19899         * src/common/sylpheed.h
19900                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
19901
19902 2004-08-09 [paul]       0.9.12cvs54.1
19903
19904         * ChangeLog
19905         * ChangeLog.claws
19906         * ChangeLog.jp
19907         * configure.ac
19908         * po/POTFILES.in
19909         * src/Makefile.am
19910         * src/folderutils.c
19911         * src/main.c
19912         * src/pgpmime.c
19913         * src/pgpmime.h
19914         * src/sgpgme.c
19915         * src/sgpgme.h
19916         * src/plugins/Makefile.am
19917         * src/plugins/pgpmime/.cvsignore
19918         * src/plugins/pgpmime/Makefile.am
19919         * src/plugins/pgpmime/pgpmime.c
19920         * src/plugins/pgpmime/pgpmime.h
19921         * src/plugins/pgpmime/plugin.c
19922         * src/plugins/pgpmime/sgpgme.c
19923         * src/plugins/pgpmime/sgpgme.h
19924                 sync with HEAD
19925
19926 2004-08-08 [paul]       0.9.12cvs51.1
19927
19928         * configure.ac
19929         * src/folder.c
19930                 sync with HEAD
19931
19932 2004-08-07 [colin]      0.9.12cvs50.1
19933
19934         * src/pop.c
19935         * src/common/partial_download.c
19936                 fix warnings (sync from HEAD)
19937
19938 2004-08-07 [colin]      0.9.12cvs48.1
19939
19940         * src/prefs_folder_item.c
19941                 sync with HEAD 0.9.12cvs48
19942
19943 2004-08-06 [colin]      0.9.12cvs47.1
19944
19945         * src/compose.c
19946                 Sync with HEAD
19947
19948 2004-08-06 [christoph]  0.9.12cvs46.2
19949
19950         * src/main.c
19951         * src/plugins/clamav/clamav_plugin_gtk.c
19952         * src/plugins/dillo_viewer/dillo_viewer.c
19953         * src/plugins/image_viewer/plugin.c
19954         * src/plugins/mathml_viewer/mathml_viewer.c
19955         * src/plugins/spamassassin/spamassassin_gtk.c
19956         * src/plugins/trayicon/trayicon.c
19957                 don't mix GTK1.2 plugin with GTK2 plugins
19958
19959 2004-08-06 [colin]      0.9.12cvs46.1
19960
19961         * ChangeLog
19962         * ChangeLog.claws
19963         * ChangeLog.jp
19964         * configure.ac
19965         * sylpheed-claws.pc.in
19966         * src/folder.c
19967         * src/imap.c
19968         * src/localfolder.c
19969         * src/messageview.c
19970         * src/mimeview.c
19971         * src/mimeview.h
19972         * src/msgcache.c
19973         * src/news.c
19974         * src/prefs_ext_prog.c
19975         * src/prefs_folder_item.c
19976         * src/prefs_fonts.c
19977         * src/prefs_msg_colors.c
19978         * src/prefs_spelling.c
19979         * src/prefs_themes.c
19980         * src/prefs_toolbar.c
19981         * src/prefs_wrapping.c
19982         * src/procmime.h
19983         * src/common/defs.h
19984         * src/common/nntp.c
19985         * src/common/session.c
19986         * src/common/session.h
19987         * src/common/socket.c
19988         * src/common/utils.h
19989         * src/common/xml.c
19990         * src/common/xml.h
19991         * src/gtk/prefswindow.c
19992         * src/gtk/prefswindow.h
19993         * src/plugins/clamav/clamav_plugin_gtk.c
19994         * src/plugins/dillo_viewer/dillo_prefs.c
19995         * src/plugins/image_viewer/viewerprefs.c
19996         * src/plugins/spamassassin/spamassassin_gtk.c
19997         * m4/openssl.m4 *** REMOVED ***
19998                 Sync with HEAD 0.9.12cvs46
19999
20000 2004-08-03 [paul]       0.9.12cvs40.2
20001
20002         * src/action.c
20003         * src/addressadd.c
20004         * src/addressbook.c
20005         * src/addrgather.c
20006         * src/browseldap.c
20007         * src/compose.c
20008         * src/crash.c
20009         * src/editaddress.c
20010         * src/editgroup.c
20011         * src/editldap_basedn.c
20012         * src/foldersel.c
20013         * src/importldif.c
20014         * src/mimeview.c
20015         * src/prefs_common.c
20016         * src/prefs_template.c
20017         * src/sourcewindow.c
20018         * src/summaryview.c
20019         * src/gtk/about.c
20020         * src/gtk/foldersort.c
20021         * src/gtk/logwindow.c
20022         * src/gtk/pluginwindow.c
20023         * src/gtk/prefswindow.c
20024                 change all gtk_scrolled_window_set_policy from 
20025                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
20026
20027 2004-08-02 [paul]       0.9.12cvs40.1
20028
20029         * AUTHORS
20030                 update translation team section
20031         * po/pt_BR.po
20032                 updated by Frederico Goncalves Guimaraes
20033                 <fggdebian@yahoo.com.br>
20034
20035 2004-07-31 [colin]      0.9.12cvs39.9
20036
20037         * src/exphtmldlg.c
20038                 Fix compilation
20039
20040 2004-07-31 [colin]      0.9.12cvs39.8
20041
20042         * src/exphtmldlg.c
20043                 Fix an alertpanel type
20044
20045 2004-07-30 [colin]      0.9.12cvs39.7
20046
20047         * src/alertpanel.c
20048                 Fix alertpanel_error_log's icon
20049
20050 2004-07-30 [colin]      0.9.12cvs39.6
20051
20052         * src/pop.c
20053                 Two of them should still be warnings
20054
20055 2004-07-30 [colin]      0.9.12cvs39.5
20056
20057         * src/pop.c
20058                 More warning -> error
20059 2004-07-29 [colin]      0.9.12cvs39.4
20060
20061         * src/pop.c
20062                 Warning -> error
20063
20064 2004-07-29 [colin]      0.9.12cvs39.3
20065
20066         * src/prefs_matcher.c
20067                 Fix segfault
20068
20069 2004-07-29 [colin]      0.9.12cvs39.2
20070
20071         * src/alertpanel.c
20072                 More nice-looking alertpanels
20073
20074 2004-07-29 [colin]      0.9.12cvs39.1
20075
20076         * src/messageview.c
20077                 sync with head
20078                 (inform user when partial mail is deleted on server)
20079
20080 2004-07-29 [colin]      0.9.12cvs38.1
20081
20082         * src/messageview.c
20083                 sync with head
20084
20085 2004-07-28 [paul]       0.9.12cvs37.7
20086
20087         * src/mainwindow.c
20088                 complete the replacement of deprecated gtk_progress_*
20089
20090 2004-07-28 [paul]       0.9.12cvs37.6
20091
20092         * src/action.c
20093         * src/inc.c
20094         * src/mainwindow.c
20095         * src/send_message.c
20096         * src/gtk/progressdialog.c
20097         * src/gtk/progressdialog.h
20098                 replace deprecated gtk_progress_*
20099
20100 2004-07-28 [paul]       0.9.12cvs37.5
20101
20102         * src/gtk/filesel.c
20103                 remove gtk_window_set_wmclass()
20104 2004-07-28 [paul]       0.9.12cvs37.4
20105
20106         * src/addressbook.c
20107         * src/compose.c
20108         * src/foldersel.c
20109         * src/mainwindow.c
20110         * src/messageview.c
20111         * src/sourcewindow.c
20112         * src/gtk/logwindow.c
20113                 remove gtk_window_set_wmclass()
20114                 
20115         * src/prefs_filtering.c
20116         * src/prefs_filtering_action.c
20117         * src/prefs_fonts.c
20118         * src/prefs_gtk.c
20119         * src/prefs_matcher.c
20120         * src/ssl_manager.c
20121         * src/gtk/prefswindow.c
20122                 replace gtk_window_position()
20123
20124 2004-07-28 [colin]      0.9.12cvs37.3
20125
20126         * src/alertpanel.c
20127         * src/alertpanel.h
20128                 Add a way to specify panel type for specific
20129                 panels (alertpanel())
20130         * src/account.c
20131         * src/addressbook.c
20132         * src/compose.c
20133         * src/expldifdlg.c
20134         * src/main.c
20135         * src/messageview.c
20136         * src/summaryview.c
20137         * src/textview.c
20138         * src/gtk/sslcertwindow.c
20139                 Fix alertpanel()s so that their icon match
20140                 their real type
20141
20142 2004-07-28 [paul]       0.9.12cvs37.2
20143
20144         * src/addr_compl.c
20145         * src/addressbook.c
20146         * src/alertpanel.c
20147         * src/compose.c
20148         * src/export.c
20149         * src/foldersel.c
20150         * src/folderview.c
20151         * src/grouplistdialog.c
20152         * src/import.c
20153         * src/mainwindow.c
20154         * src/message_search.c
20155         * src/messageview.c
20156         * src/passphrase.c
20157         * src/prefs_actions.c
20158         * src/prefs_common.c
20159         * src/prefs_customheader.c
20160         * src/prefs_display_header.c
20161         * src/prefs_filtering.c
20162         * src/prefs_filtering_action.c
20163         * src/prefs_gtk.c
20164         * src/prefs_matcher.c
20165         * src/prefs_msg_colors.c
20166         * src/prefs_summary_column.c
20167         * src/prefs_template.c
20168         * src/sourcewindow.c
20169         * src/ssl_manager.c
20170         * src/summary_search.c
20171         * src/gtk/colorsel.c
20172         * src/gtk/description_window.c
20173         * src/gtk/gtkaspell.c
20174         * src/gtk/inputdialog.c
20175         * src/gtk/logwindow.c
20176         * src/gtk/prefswindow.c
20177         * src/gtk/progressdialog.c
20178                 replace deprecated gtk_window_set_policy
20179
20180 2004-07-27 [colin]      0.9.12cvs37.1
20181
20182         * src/msgcache.c
20183                 More fixes (synced for head again)
20184
20185 2004-07-27 [colin]      0.9.12cvs35.3
20186
20187         * src/msgcache.c
20188                 Fix wrong test
20189
20190 2004-07-27 [colin]      0.9.12cvs35.2
20191
20192         * src/mimeview.c
20193                 Fix width a bit (by Paul)
20194         * src/alertpanel.c
20195         * src/alertpanel.h
20196                 Specialize icons, make alertpanel_message()
20197                 private
20198         * src/message_search.c
20199         * src/sgpgme.c
20200         * src/summary_search.c
20201                 Suit alertpanel changes
20202
20203 2004-07-27 [colin]      0.9.12cvs35.1
20204
20205         * src/alertpanel.c
20206                 Add an icon
20207         * src/passphrase.c
20208                 Add debug output - maybe someone will
20209                 want to look at the problem with Grab
20210                 Input :)
20211         Bump version as we're synced with HEAD
20212
20213 2004-07-26 [colin]      0.9.12cvs33.26
20214
20215         * src/pop.c
20216                 Fix uidl-file parsing when not in new
20217                 format
20218
20219 2004-07-26 [colin]      0.9.12cvs33.25
20220
20221         * src/gtk/menu.c
20222                 Move popup menu up if necessary (fixes 
20223                 account selector)
20224         * src/mainwindow.c
20225                 Set account selector's button height to
20226                 minimum
20227
20228 2004-07-26 [colin]      0.9.12cvs33.24
20229
20230         * src/alertpanel.c
20231                 Maybe fix 551 (Truncated font in alert window)
20232
20233 2004-07-26 [colin]      0.9.12cvs33.23
20234
20235         * po/de.po
20236         * po/es.po
20237         * po/fr.po
20238         * po/it.po
20239         * po/ja.po
20240         * po/pl.po
20241         * po/ru.po
20242         * po/sk.po
20243         * po/sr.po
20244         * po/zh_CN.po
20245                 Sync po files with HEAD
20246
20247 2004-07-26 [paul]       0.9.12cvs33.22
20248
20249         * src/compose.c
20250                 fix Bug 556 'Organisation-header is sent even if empty'
20251
20252 2004-07-24 [colin]      0.9.12cvs33.21
20253
20254         * src/compose.c
20255         * src/gtk/gtkaspell.c
20256         * src/gtk/gtkaspell.h
20257                 Fix speller accelerators (require hack)
20258
20259 2004-07-24 [colin]      0.9.12cvs33.20
20260
20261         * src/gtk/gtkaspell.c
20262                 Fix over-eager code deletion breaking
20263                 Check while typing
20264
20265 2004-07-24 [colin]      0.9.12cvs33.19
20266
20267         * src/browseldap.c
20268         * src/ldapctrl.c
20269         * src/ldapctrl.h
20270         * src/ldapserver.h
20271                 Sync ldap with HEAD
20272         (Fixes 546 LDAP completely broken)
20273
20274 2004-07-24 [colin]      0.9.12cvs33.18
20275
20276         * src/prefs_msg_colors.c
20277                 Fix prototype mismatch
20278         (Fixes 547 void function cannot return value)
20279
20280 2004-07-24 [colin]      0.9.12cvs33.17
20281
20282         * src/mainwindow.c
20283                 Fix sort going back to previous sort key
20284                 when changing sort direction
20285
20286 2004-07-24 [colin]      0.9.12cvs33.16
20287
20288         * src/compose.c
20289                 Fix space insertion when re-wrapping at 
20290                 cursor point
20291
20292 2004-07-24 [colin]      0.9.12cvs33.15
20293
20294         * src/gtk/gtkaspell.c
20295                 Don't change cursor position in insert-text
20296                 callback
20297         (Fixes 539 Word wrapping on input transposes letters)
20298
20299 2004-07-24 [colin]      0.9.12cvs33.14
20300
20301         * src/gtk/gtkaspell.c
20302                 Reencode non-ascii chars to dictionary's
20303                 encoding
20304         (Fixes 544 Spell check broken non english locale)
20305
20306 2004-07-24 [colin]      0.9.12cvs33.13
20307
20308         * src/summaryview.c
20309                 Fix Shift+Down, add Home/End/PgUp/PgDown
20310
20311 2004-07-21 [colin]      0.9.12cvs33.12
20312
20313         * src/prefs_common.c
20314                 Fix a gtk warning (Patch by Andrej Kacian)
20315
20316 2004-07-21 [colin]      0.9.12cvs33.11
20317
20318         * src/gtk/filesel.c
20319                 More check
20320
20321 2004-07-21 [colin]      0.9.12cvs33.10
20322
20323         * src/compose.c
20324         * src/crash.c
20325         * src/export.c
20326         * src/import.c
20327         * src/messageview.c
20328         * src/mimeview.c
20329         * src/prefs_spelling.c
20330         * src/prefs_themes.c
20331         * src/summaryview.c
20332         * src/gtk/filesel.c
20333         * src/gtk/filesel.h
20334         * src/gtk/pluginwindow.c
20335                 Untwist open/save mode guessing logic, make
20336                 it explicit
20337
20338 2004-07-20 [colin]      0.9.12cvs33.9
20339
20340         * src/codeconv.c
20341                 conv_encode_header: src_charset is UTF-8 on
20342                 gtk2
20343         * src/compose.c
20344                 Remove double encoding of the headers
20345
20346 2004-07-20 [colin]      0.9.12cvs33.8
20347
20348         * src/codeconv.c
20349                 Fix typo
20350
20351 2004-07-20 [colin]      0.9.12cvs33.7
20352
20353         * src/mainwindow.c
20354                 Set the separated messageview to the saved
20355                 size of Claws' messageview (Patch by Alfons)
20356                 Fix a callback prototype (me)
20357
20358 2004-07-20 [colin]      0.9.12cvs33.6
20359
20360         * src/codeconv.h
20361                 Forgot one hunk in 0.9.12cvs33.4
20362
20363 2004-07-19 [colin]      0.9.12cvs33.5
20364
20365         * src/action.c
20366                 Action output fix
20367                 Patch by Alfons
20368
20369 2004-07-19 [colin]      0.9.12cvs33.4
20370
20371         * src/compose.c
20372                 Fix outgoing charset bug in headers
20373         * src/codeconv.c
20374                 Clean for glib2 - Patch by Alfons
20375
20376 2004-07-19 [colin]      0.9.12cvs33.3
20377
20378         * src/statusbar.c
20379                 Remove grip from the statusbar
20380                 Patch by Alfons
20381
20382 2004-07-19 [colin]      0.9.12cvs33.2
20383
20384         * src/messageview.c
20385         * src/textview.c
20386                 Fix messageview remembering the previous
20387                 scroll position when loading a new message
20388                 Patch by Alfons
20389
20390 2004-07-19 [colin]      0.9.12cvs33.1
20391
20392         * src/folder.h
20393         * src/folderview.c
20394         * src/summaryview.c
20395                 Sync with HEAD
20396
20397 2004-07-18 [colin]      0.9.12cvs32.7
20398
20399         * configure.ac
20400                 Remove useless check for XIM - noticed
20401                 by Alfons
20402
20403 2004-07-18 [colin]      0.9.12cvs32.6
20404
20405         * src/summaryview.c
20406                 Remove non-modified and shift-modified
20407                 accelerators in summaryview's popup
20408                 menu, as that doesn't get catched by
20409                 the accel-activate signal catcher...
20410
20411 2004-07-18 [colin]      0.9.12cvs32.5
20412
20413         * src/prefs_common.c
20414                 Define sensible default prefs for 
20415                 wrapping
20416
20417 2004-07-18 [colin]      0.9.12cvs32.4
20418
20419         * src/compose.c
20420         * src/prefs_common.c
20421         * src/prefs_common.h
20422         * src/prefs_wrapping.c
20423                 Remove Smart Wrapping pref, which does
20424                 nothing on gtk2 branch
20425
20426 2004-07-18 [colin]      0.9.12cvs32.3
20427
20428         * src/sourcewindow.c
20429                 Proper utf8
20430
20431 2004-07-18 [colin]      0.9.12cvs32.2
20432
20433         * src/compose.c
20434                 Save attachment status when drafting
20435
20436 2004-07-18 [colin]      0.9.12cvs32.1
20437
20438         * src/gtk/filesel.c
20439                 Fix erratic folder selection in open mode
20440
20441 2004-07-18 [colin]      0.9.12cvs31.11
20442
20443         * src/pop.c
20444                 Don't let partial messages get deleted
20445                 even with "dowload all"
20446                 (0.9.12cvs31.8 fix extension)
20447 2004-07-18 [colin]      0.9.12cvs31.10
20448
20449         * src/gtk/logwindow.c
20450                 Fix log scrolling
20451
20452 2004-07-18 [colin]      0.9.12cvs31.9
20453
20454         * src/common/utils.c
20455                 Fix non-utf8 strings coming from commands
20456                 and files
20457
20458 2004-07-18 [colin]      0.9.12cvs31.8
20459
20460         * src/pop.c
20461                 Fix partial download bug with Download all
20462                 messages option
20463
20464 2004-07-18 [colin]      0.9.12cvs31.7
20465
20466         * src/textview.c
20467                 Fix bug introduced in 0.9.12cvs31.2
20468                 (blocked in select mode after double click)
20469
20470 2004-07-18 [colin]      0.9.12cvs31.6
20471
20472         * src/compose.c
20473         * src/gtk/menu.c
20474                 More glib-warning fixes
20475
20476 2004-07-18 [colin]      0.9.12cvs31.5
20477
20478         * src/compose.c
20479                 Fix trashing the primary clipboard when moving 
20480                 around with tab
20481         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
20482
20483 2004-07-18 [colin]      0.9.12cvs31.4
20484
20485         * src/codeconv.c
20486                 convert unencoded iso headers to utf8
20487         (Fix Bug 538 Unencoded local characters in subject make it 
20488          disappear)
20489
20490 2004-07-18 [colin]      0.9.12cvs31.3
20491
20492         * src/compose.c
20493                 Fix tab char handling in wrapping
20494         (Fix Bug 537 Line wrap problem - TAB character treated as 
20495          one character instead of 8)
20496
20497 2004-07-18 [colin]      0.9.12cvs31.2
20498
20499         * src/textview.c
20500                 return FALSE on GDK_MOTION_NOTIFY
20501         (Fix Bug 535 Hyperlinks/addresses are not selectable 
20502          (unable to highlight))
20503
20504 2004-07-18 [colin]      0.9.12cvs31.1
20505
20506         * src/folderview.c
20507                 Sync with 0.9.12cvs31
20508
20509 2004-07-18 [colin]      0.9.12cvs30.4
20510
20511         * src/compose.c
20512                 Also block text_inserted when inserting a file
20513
20514 2004-07-18 [colin]      0.9.12cvs30.3
20515
20516         * src/compose.c
20517                 Fix smart wrapping (block text_inserted handler
20518                 while putting quotation to avoid wrap on input,
20519                 don't join lines if next is sig separator)
20520
20521 2004-07-17 [colin]      0.9.12cvs30.2
20522
20523         * src/folderview.c
20524         * src/mainwindow.c
20525         * src/mimeview.c
20526         * src/summaryview.c
20527         * src/gtk/quicksearch.c
20528         * src/gtk/quicksearch.h
20529                 Block key events handlers *and* accels while
20530                 quicksearch is focused
20531         (Fixes Bug 534 quick-search bar not accepting certain letters)
20532
20533 2004-07-17 [colin]      0.9.12cvs30.1
20534
20535         * src/folder.h
20536         * src/folderview.c
20537         * src/summaryview.c
20538                 Sync with 0.9.12cvs30
20539
20540 2004-07-17 [colin]      0.9.12cvs28.2
20541
20542         * src/mimeview.c
20543         * src/procmime.c
20544         * src/summaryview.c
20545         * src/gtk/menu.c
20546                 Squash some compile and glib warnings
20547
20548 2004-07-17 [paul]       0.9.12cvs28.1
20549
20550         * src/mimeview.c
20551                 sync with 0.9.12cvs28 HEAD
20552
20553 2004-07-16 [paul]       0.9.12cvs26.1
20554         
20555         * src/gtk/quicksearch.c
20556         * src/account.c
20557         * src/account.h
20558         * src/compose.c
20559         * src/customheader.c
20560         * src/folder_item_prefs.c
20561         * src/main.c
20562         * src/mainwindow.c
20563         * src/messageview.c
20564         * src/mimeview.c
20565         * src/news.c
20566         * src/pgpmime.c
20567         * src/pop.c
20568         * src/pop.h
20569         * src/prefs_account.c
20570         * src/prefs_account.h
20571         * src/prefs_common.c
20572         * src/prefs_common.h
20573         * src/prefs_display_header.c
20574         * src/prefs_gtk.c
20575         * src/prefs_gtk.h
20576         * src/procheader.c
20577         * src/procmime.c
20578                 sync with 0.9.12cvs26 HEAD      
20579
20580 2004-07-15 [colin]      0.9.12cvs18.14
20581
20582         * src/folder.c
20583                 Disable GPG signature check during
20584                 folder move and scan
20585         (Closes Bug 521 Signature checking slows down Folder-Move)
20586
20587 2004-07-14 [colin]      0.9.12cvs18.13
20588
20589         * src/common/partial_download.c
20590                 update includes
20591
20592 2004-07-14 [colin]      0.9.12cvs18.12
20593
20594         * src/common/partial_download.c
20595         * src/common/partial_download.h
20596                 Move doc at top, add correct copyright
20597
20598 2004-07-14 [colin]      0.9.12cvs18.11
20599
20600         * src/folder.c
20601         * src/messageview.c
20602         * src/pop.c
20603         * src/pop.h
20604         * src/procmsg.c
20605         * src/summaryview.c
20606         * src/common/Makefile.am
20607         * src/common/partial_download.c ** NEW FILES **
20608         * src/common/partial_download.h ** NEW FILES **
20609                 Move partial-download related stuff to its
20610                 own file
20611
20612 2004-07-14 [colin]      0.9.12cvs18.10
20613
20614         * src/send_message.c
20615                 Fix smtp auth when user is null or empty
20616
20617 2004-07-13 [colin]      0.9.12cvs18.9
20618
20619         * src/gtk/quicksearch.c
20620                 Use alphabetic order
20621
20622 2004-07-13 [colin]      0.9.12cvs18.8
20623
20624         * src/pop.c
20625                 Be paranoid on the checks
20626
20627 2004-07-13 [colin]      0.9.12cvs18.7
20628
20629         * src/gtk/quicksearch.c
20630                 Fix Engrish once again
20631
20632 2004-07-13 [colin]      0.9.12cvs18.6
20633
20634         * src/procmsg.c
20635         * src/summaryview.c
20636                 Mark messages for deletion when they are about to
20637                 be removed from trash
20638
20639 2004-07-13 [colin]      0.9.12cvs18.5
20640
20641         * src/matcher.c
20642         * src/matcher.h
20643         * src/matcher_parser_parse.y
20644         * src/prefs_matcher.c
20645         * src/gtk/quicksearch.c
20646                 Add 'partial' ('p') match string to find partially
20647                 downloaded messages
20648
20649 2004-07-13 [colin]      0.9.12cvs18.4
20650
20651         * src/pop.c
20652                 Fix misplaced block
20653
20654 2004-07-13 [colin]      0.9.12cvs18.3
20655
20656         * src/pop.c
20657         * src/pop.h
20658         * src/messageview.c
20659                 Refactor API (to avoid passing 5+ params and code
20660                 duplication)
20661         * src/folder.c
20662         * src/msgcache.c
20663         * src/procheader.c
20664         * src/common/defs.h
20665                 Add planned_download to cache
20666                 Don't mess uidl file when moving partially downloaded
20667                 mails (they change folder, we should change it in the
20668                 uidl list too or we'll remove an incorrect message)
20669                 (this also helps removing hacks when changing 
20670                 planned_download in messageview.c)
20671
20672 2004-07-12 [colin]      0.9.12cvs18.2
20673
20674         * src/gtk/quicksearch.c
20675                 Fix missing status update in quicksearch
20676
20677 2004-07-12 [paul]       0.9.12cvs18.1
20678
20679         * po/POTFILES.in
20680         * src/Makefile.am
20681         * src/account.c
20682         * src/codeconv.c
20683         * src/compose.c
20684         * src/inc.c
20685         * src/main.c
20686         * src/prefs_common.c
20687         * src/procmsg.h
20688         * src/toolbar.c
20689         * src/prefs_msg_colors.[ch]     ** NEW FILES **
20690         * src/prefs_wrapping.[ch]       ** NEW FILES **
20691         * src/common/intl.h
20692         * src/common/utils.[ch]
20693         * src/gtk/quicksearch.[ch]
20694                 sync with 0.9.12cvs18 HEAD
20695
20696 2004-07-12 [colin]      0.9.11cvs17.25
20697
20698         * src/folder.c
20699         * src/folder.h
20700                 Remove unused function added by me in 0.9.11cvs17.10
20701
20702 2004-07-11 [colin]      0.9.11cvs17.24
20703
20704         * src/inc.c
20705         * src/messageview.c
20706         * src/pop.c
20707         * src/pop.h
20708                 Use folderitem and msgnum instead of filename to
20709                 know which mail to delete
20710                 Move old partial mail deletion to pop.c
20711
20712 2004-07-10 [colin]      0.9.11cvs17.23
20713
20714         * src/inc.c
20715                 Add debug
20716         * src/pop.c
20717         * src/pop.h
20718                 Don't re-use same enums for unrelated stuff: it's 
20719                 completely misleading !
20720                 Document a bit
20721
20722 2004-07-09 [colin]      0.9.11cvs17.22
20723
20724         * src/inc.c
20725                 Remove folder-type check and do
20726                 more tests to be sure everything's
20727                 ok
20728         * src/messageview.c
20729                 Punctuation update, remove useless
20730                 code, fix two warnings
20731         * src/noticeview.c
20732                 Layout cleaning, reset 2nd button
20733                 when specifying one
20734
20735 2004-07-09 [colin]      0.9.11cvs17.21
20736
20737         * src/messageview.c
20738         * src/pop.c
20739         * src/pop.h
20740                 Allow user to change his mind
20741                 and postpone decision (by
20742                 unmarking the mail)
20743
20744 2004-07-09 [colin]      0.9.11cvs17.20
20745
20746         * src/messageview.c
20747                 Fix bug with delete state
20748         * src/pop.c
20749         * src/pop.h
20750                 Fix buffer leak (fread doesn't 
20751                 terminate buffers with \0)
20752                 Refactoring (remove magic 
20753                 numbers)
20754
20755 2004-07-09 [colin]      0.9.11cvs17.19
20756
20757         * src/pop.c
20758                 Don't log "Skipping message" if 
20759                 we're going to TOP it two lines
20760                 later
20761
20762 2004-07-09 [colin]      0.9.11cvs17.18
20763
20764         * src/messageview.c
20765                 Fix Engrish
20766
20767 2004-07-09 [colin]      0.9.11cvs17.17
20768
20769         * src/pop.c
20770                 strlen checking...
20771         * src/messageview.c
20772                 refactoring a bit
20773
20774 2004-07-08 [colin]      0.9.11cvs17.16
20775
20776         * src/noticeview.c
20777         * src/noticeview.h
20778                 Add an optional second button
20779         * src/messageview.c
20780         * src/pop.c
20781         * src/pop.h
20782                 Don't delete partially received mails after a certain
20783                 time; rather, let the user decide.
20784
20785 2004-07-08 [colin]      0.9.11cvs17.15
20786
20787         * src/common/smtp.h
20788                 Sync with HEAD
20789
20790 2004-07-08 [colin]      0.9.11cvs17.14
20791
20792         * src/messageview.c
20793         * src/common/smtp.c
20794                 Use to_human_readable() for sizes
20795
20796 2004-07-08 [colin]      0.9.11cvs17.13
20797
20798         * src/inc.c
20799         * src/messageview.c
20800         * src/pop.c
20801         * src/pop.h
20802         * src/procmsg.c
20803                 Fix partial-downloading issues:
20804                         catch unsupported TOP
20805                         don't delete partially downloaded mails before 5 days
20806                         don't update existing with non-MH folders; that'll
20807                         make dups, but it's better than trashing the folder
20808                         free new msginfo parts
20809                 Fix indentation ;-)
20810
20811 2004-07-08 [colin]      0.9.11cvs17.12
20812
20813         * src/common/smtp.c
20814         * src/common/smtp.h
20815                 Sync smtp size verification with HEAD
20816
20817 2004-07-08 [colin]      0.9.11cvs17.11
20818
20819         * src/summaryview.c
20820         * src/prefs_common.c
20821         * src/prefs_common.h
20822         * src/gtk/quicksearch.c
20823         * src/gtk/quicksearch.h
20824                 Sync sticky pref with HEAD
20825
20826 2004-07-08 [colin]      0.9.11cvs17.10
20827
20828         * src/folder.c [1.213.2.6]
20829         * src/folder.h [1.87.2.6]
20830         * src/inc.c [1.149.2.7]
20831         * src/messageview.c [1.94.2.8]
20832         * src/procheader.c [1.47.2.6]
20833         * src/procmsg.c [1.150.2.4]
20834         * src/procmsg.h [1.60.2.5]
20835         * src/pop.c [1.56.2.4]
20836         * src/pop.h [1.17.2.3]
20837                 Let too big messages get downloaded, but truncated
20838                 Add a button to download them completely
20839                 
20840 2004-07-06 [colin]      0.9.11cvs17.9
20841
20842         * src/gtk/quicksearch.c [1.1.2.3]
20843                 Add a Clear button
20844         * commitHelper
20845         * PATCHSETS
20846                 Add a script to help with cvs
20847
20848 2004-07-03 [colin]      0.9.11cvs17.8
20849
20850         * src/plugins/imageviewer/viewer.c
20851                 fix imageviewer (which was staying on the first
20852                 displayed image)
20853
20854 2004-07-03 [colin]      0.9.11cvs17.7
20855
20856         Removed FIXME_GTK2 warnings
20857         * src/gtk/gtkutils.c
20858                 useless #warnings
20859         * src/gtk/menu.c
20860                 useless #warnings (no need to mess with menu rc)
20861         * src/gtk/menu.h
20862                 unused functions
20863         
20864
20865 2004-07-03 [colin]      0.9.11cvs17.6
20866
20867         Removed FIXME_GTK2 warnings
20868         * src/codeconv.c
20869                 useless #warnings (rewrite needed)
20870         * src/compose.c
20871                 useless #warnings (rewrite needed)
20872                 useless #warnings (gtk2 is like that)
20873                 useless #warnings (previously fixed)
20874         * src/main.c
20875                 useless #warnings (previously fixed)
20876         * src/message_search.c
20877                 useless #warnings (gtk2 is like that)
20878                 Made apparent that search is case-sensitive
20879         * src/mimeview.c
20880                 useless #warnings (rewrite needed)
20881                 useless #warnings (gtk2 is like that)
20882                 reimplemented real warnings
20883         * src/prefs_common.c
20884                 Removed block cursor option (not it gtk2)
20885         * src/prefs_gtk.c
20886                 useless #warnings (rewrite needed)
20887         * src/procheader.c
20888                 useless #warnings (rewrite needed)
20889         * src/sourcewindow.c
20890                 useless #warnings (incorrect placing)
20891         * src/summary_search.c
20892                 useless #warnings (gtk2 is like that)
20893                 Made apparent that search is case-sensitive
20894         * src/action.c
20895                 useless #warnings (gtk2 is like that)
20896         * src/textview.c
20897                 useless #warnings (rewrite needed)
20898         * src/toolbar.c
20899                 useless #warnings (rewrite needed)
20900
20901 2004-07-03 [colin]      0.9.11cvs17.5
20902
20903         * src/textview.c
20904                 Fix mismerge which broke URI opening
20905                 
20906 2004-07-01 [colin]      0.9.11cvs17.4
20907
20908         * src/gtk/filesel.c
20909                 Fill filename when saving
20910                 
20911 2004-06-27 [colin]      0.9.11cvs17.3
20912
20913         * src/gtk/filesel.[ch]
20914                 Use the new GTK file selector
20915                 Update prototype to match the reality: multiple file
20916                 selection is open-only          
20917         * src/compose.c
20918                 Match the new prototypes        
20919         * configure.ac
20920                 Match the new requirements (gtk 2.4.0)
20921                         
20922 2004-06-26 [colin]      0.9.11cvs17.2
20923
20924         * src/plugins/trayicon/trayicon.c
20925                 Remove useless signal handler on resize, which causes
20926                 an infinite "loop"
20927         
20928 2004-06-26 [colin]      0.9.11cvs17.1
20929         
20930         * tools/Makefile.am
20931                 remove launch_firebird and add nautilus2sylpheed.sh
20932         * src/quicksearch.c
20933           src/summaryview.c
20934                 Fix show/hide "Extended symbols" button problem
20935                 Fix apparition at startup
20936                 Fix const warnings
20937         * src/plugins/image_viewer/Makefile.am
20938                 Fix configure 
20939         * common/ssl.c
20940                 Re-enable certificate check, as it doesn't seem to
20941                 cause Xlib errors anymore
20942
20943 2004-06-25 [paul]       0.9.11cvs17
20944
20945         * sync with 0.9.11cvs17 HEAD
20946         
20947         NOTE: QuickSearch is broken
20948
20949 2004-06-07 [colin]      0.9.10claws67.10
20950         * src/plugins/trayicon/trayicon.c
20951           src/plugins/trayicon/libeggtrayicon/Makefile.am
20952           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
20953                 Fix gettextization in trayicon plugin
20954
20955 2004-06-07 [colin]      0.9.10claws67.9
20956         
20957         * src/summaryview.c
20958           src/gtk/gtksctree.[ch]
20959                 Let Shift+{Up,Down} work in summaryview
20960                 (well, Down "works" and Up works)
20961                 Let the list scroll when using these keys
20962
20963 2004-06-06 [colin]      0.9.10claws67.8
20964
20965         * src/plugins/trayicon/trayicon.c
20966                 Fix pixmap update
20967
20968 2004-06-06 [colin]      0.9.10claws67.7
20969
20970         * src/addressbook.c
20971                 Fix signal handling causing system-wide focus grab
20972
20973 2004-05-25 [paul]       0.9.10claws67.6
20974
20975         * Makefile.am
20976           src/Makefile.am
20977                 clean up
20978
20979 2004-05-25 [paul]       0.9.10claws67.5
20980
20981         * replace deprecated gtk_signal... functions
20982
20983 2004-05-23 [colin]      0.9.10claws67.4
20984
20985         * src/compose.c
20986                 Fix wrapping
20987
20988 2004-05-22 [colin]      0.9.10claws67.3
20989
20990         * src/compose.c
20991                 Re-fix [Edited] in compose.c::compose_reedit()
20992
20993 2004-05-22 [colin]      0.9.10claws67.2
20994
20995         * src/procmime.c
20996                 Fix parsing of multiparts mails
20997
20998 2004-05-22 [colin]      0.9.10claws67.1
20999
21000         * src/summaryview.c
21001                 Fix quicksearch
21002
21003 2004-05-22 [paul]       0.9.10claws67
21004
21005         * sync with 0.9.10claws67 HEAD
21006
21007 2004-05-14 [alfons]
21008
21009         * src/procmime.h
21010                 add forgotton prototype
21011
21012 2004-05-10 [paul]       0.9.10claws57
21013
21014         * sync with 0.9.10claws57 HEAD
21015
21016 2004-05-05 [paul]       0.9.9.claws1
21017
21018         * ChangeLog-gtk2        ** REMOVED **
21019           ChangeLog-gtk2.claws  ** ADDED **
21020                 rename and adopt the normal claws format
21021                 
21022         * configure.ac
21023                 require gtkmathview >= 0.5
21024
21025         * ac/*                          ** REMOVED **
21026           ac/                           ** REMOVED **
21027           intl/Makefile.in              ** REMOVED **
21028           m4/                           ** ADDED **
21029           m4/missing                    ** ADDED **
21030           m4/missing/gdk-pixbuf.m4      ** ADDED **
21031           m4/missing/gettext.m4         ** ADDED **
21032           m4/missing/gpgme.m4           ** ADDED **
21033           m4/missing/imlib.m4           ** ADDED **
21034           m4/.cvsignore                 ** ADDED **
21035           m4/Makefile.am                ** ADDED **
21036           m4/README                     ** ADDED **
21037           m4/aclocal-include.m4         ** ADDED **
21038           m4/aspell.m4                  ** ADDED **
21039           m4/check-type.m4              ** ADDED **
21040           m4/gnupg-check-typedef.m4     ** ADDED **
21041           m4/openssl.m4                 ** ADDED **
21042           m4/spamassassin.m4            ** ADDED **
21043           po/ChangeLog                  ** REMOVED **
21044           po/Makefile.in.in             ** REMOVED **
21045           po/Rules-quot                 ** REMOVED **
21046           po/boldquot.sed               ** REMOVED **
21047           po/en@boldquot.header         ** REMOVED **
21048           po/en@quot.header             ** REMOVED **
21049           po/insert-header.sin          ** REMOVED **
21050           po/quot.sed                   ** REMOVED **
21051           po/remove-potcdate.sed        ** REMOVED **
21052           po/remove-potcdate.sin        ** REMOVED **
21053           po/stamp-po                   ** REMOVED **
21054           Makefile.am
21055           autogen.sh
21056           configure.ac
21057                 enable building with automake 1.8.x
21058                 add 'autopoint --force' to autogen.sh and remove all
21059                 auto-generated files, remove ac/ directory and use
21060                 m4/ directory instead
21061                 
21062         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
21063                 fix gettextization
21064
21065 2004-02-28 Colin Leroy <colin@colino.net>
21066         * src/prefs_matcher.c
21067           src/prefs_filtering.c
21068           src/prefs_filtering_action.c
21069                 Fix non-editable GtkEntries
21070
21071 2004-02-22 Thorsten Maerz <torte@netztorte.de>
21072         * src/prefs_themes.c
21073                 utf8 conversion for theme info
21074
21075 2004-02-21 Thorsten Maerz <torte@netztorte.de>
21076         * sync 0.9.9claws
21077
21078 2004-02-14 Thorsten Maerz <torte@netztorte.de>
21079         * src/grouplistdialog.c
21080                 allow multiple selections without ctrl key
21081
21082 2004-02-09 Thorsten Maerz <torte@netztorte.de>
21083         * src/main.c
21084                 enable customizable accelerators
21085
21086 2004-02-08 Thorsten Maerz <torte@netztorte.de>
21087         * src/prefs_common.c
21088                 re-enable different font settings for gtk1/2
21089         * src/prefs_folder_item.c
21090                 fix folder prefs displayed wrong
21091         * src/textview.c
21092                 set 'sunken' shadow type
21093
21094 2004-02-07 Colin Leroy <colin@colino.net>
21095         * src/compose.c
21096                 Fix message being always [Edited]
21097                 Encode headers correctly (utf8 buf)
21098
21099 2004-01-27 Thorsten Maerz <torte@netztorte.de>
21100         * src/socket.c
21101                 remove double g_source_attach()
21102                 (Thanks to Colin Leroy)
21103
21104 2004-01-27 Thorsten Maerz <torte@netztorte.de>
21105         * src/gtk/gtksctree.c
21106                 Fix SSL certificate list not shown
21107         * src/mimeview.c
21108                 Fix clicks in mime tree
21109
21110 2004-01-27 Thorsten Maerz <torte@netztorte.de>
21111         * src/common/socket.c
21112                 Fix SSL receive
21113         * src/compose.c
21114                 Fix clipboard menu hotkeys
21115
21116 2004-01-25 Thorsten Maerz <torte@netztorte.de>
21117         * src/gtk/gtkaspell.[ch]
21118           src/compose.c
21119                 reimplement spellchecker
21120
21121 2004-01-25 Thorsten Maerz <torte@netztorte.de>
21122         * src/gtk/filesel.c
21123                 crash when inserting file in compose window
21124                 (TODO: keep old selection on clicks)
21125         * src/main.c
21126                 use gtkrc-2.0 instead of gtkrc
21127
21128 2004-01-25 Thorsten Maerz <torte@netztorte.de>
21129         * src/messageview.c
21130                 remove orphaned mimeview unref()
21131
21132 2004-01-20 Thorsten Maerz <torte@netztorte.de>
21133         * src/grouplistdialog.c
21134                 expand nodes containing subscribed groups
21135
21136 2004-01-19 Thorsten Maerz <torte@netztorte.de>
21137         * src/textview.c
21138                 textview: hide cursor, restore old click behaviour
21139
21140 2004-01-18 Thorsten Maerz <torte@netztorte.de>
21141         * src/textview.c
21142                 variable names messed up
21143
21144 2004-01-17 Colin Leroy <colin@colino.net>
21145         * src/addr_compl.c
21146                 Fix completion address too thin
21147         * src/compose.c
21148                 Fix tab-to-subject behaviour
21149         * src/summaryview.c
21150                 Implement key up & down in summaryview
21151
21152 2004-01-12 Thorsten Maerz <torte@netztorte.de>
21153
21154         * sync 098claws
21155
21156 2004-01-08 Thorsten Maerz <torte@netztorte.de>
21157         * configure.ac
21158           Makefile.am
21159           doc/.cvsignore
21160           doc/Makefile.am
21161                 faq, man, manual moved to doc/
21162         * ac/aspell.m4
21163           ac/check-type.m4
21164           ac/gnupg-check-typedef.m4
21165           ac/openssl.m4
21166           ac/spamassassin.m4
21167           ac/missing/gdk-pixbuf.m4
21168           ac/missing/gpgme.m4
21169           ac/missing/imlib.m4
21170                 fix automake warnings
21171
21172 2003-12-06 Colin Leroy <colin@colino.net>
21173         * src/summaryview.c
21174                 Fix quicksearch
21175
21176 2003-12-05 Colin Leroy <colin@colino.net>
21177         * src/summaryview.c
21178                 Fix going to next unread folder
21179
21180 2003-12-05 Colin Leroy <colin@colino.net>
21181         * src/crash.c
21182                 Fix gtk2 compilation
21183         * src/session.c
21184                 Remove iotag source handler at disconnection
21185         * src/socket.[ch] 
21186                 Remove source handler when closing socket 
21187                 (fixes another seg)
21188
21189 2003-12-04 Colin Leroy <colin@colino.net>
21190         * src/compose.c
21191           src/prefs_account.c
21192           src/prefs_common.c
21193                 Fix some dropdown menus
21194
21195 2003-12-04 Colin Leroy <colin@colino.net>
21196         * src/compose.c
21197                 Fix event handlers on header fields
21198         * src/common/socket.c
21199           src/common/session.c
21200                 Fix segfault with callback (SSL)
21201                 Fix end of session 
21202
21203 2003-10-06 Thorsten Maerz <torte@netztorte.de>
21204
21205         * Fix compile bug in src/compose.c
21206         * removed src/gtk/gtkstext.[ch]
21207
21208 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
21209
21210         * Convert character set and escape "text" attributes in toolbar setting
21211         files.
21212         * Fixed bug in button-press-event handling.
21213
21214 2003-09-16 Thorsten Maerz <torte@netztorte.de>
21215
21216         * Fixed bug in key-press-event handling.
21217
21218 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
21219
21220         * Enabled to compile tray-icon plugin (Ad-hoc).
21221         * Avoid hang up bug of icon list in mime view (Ad-hoc).
21222
21223 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
21224
21225         * Enabled to compile on sylpheed-claws.
21226         (tray-icon plugin still cannot compile yet.)
21227
21228 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
21229
21230         * Updated to 0.9.5.
21231
21232 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
21233
21234         * Updated to 0.9.4.
21235         * Ported monitoring SSL mechanism to GSource of GLib2
21236         (I don't confirm it)
21237         * Added _gtk2 suffix to key name of font preference to avoid
21238         ovverwriting preference of Gtk+-1.2 version.
21239
21240 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
21241
21242         * Updated to 0.9.2.
21243
21244 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
21245
21246         * Updated to 0.9.1.
21247         * Translate po files into UTF-8 when execute autogen.sh.
21248
21249 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
21250
21251         * Updated to 0.9.0.
21252
21253 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
21254
21255         * Plugged GError related memory leaks.
21256
21257 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
21258
21259         * Changed default size of fonts.
21260         * Enabled to set titile font size of warning dialog.
21261
21262 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
21263
21264         * Embed a sylpheed icon into executable binary on Windows.
21265
21266 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
21267
21268         * I forgot to traslate character set of element string in src/xml.c.
21269
21270 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
21271
21272         * Fixed detecting bind_textdomain_codeset in configure.in.
21273         * The bug in which "Example" of "Date fromat" preference isn't displayed
21274         correctly has been fixed.
21275
21276 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
21277
21278         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
21279           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
21280           glib-gettextize
21281           Removed intl directory.
21282           Translated po files into UTF-8.
21283           (Thanks! Ryuji Abe)
21284
21285 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
21286
21287         * The bug which doesn't unscape string in xml.c has been fixed.
21288
21289 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
21290
21291         * The bug which is failed to translate encoding of file name thorough
21292         file dialog has been fixed.
21293
21294 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
21295
21296         * Modified to translate file names which is used in inporting/expoting
21297         mbox feature and "Save as" feature into locale encoding.
21298         * Translate file names into locale encoding when "Attache file" and
21299         "Insert file".
21300         * Force set G_BROKEN_FILENAMES environment variable.
21301         * Other minor fixes.
21302
21303 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
21304
21305         * Modified to treat MH folder's name as locale encoding.
21306
21307 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
21308
21309         * The bug which clash on switching candidates of auto completion of
21310         addresses, cannot use auto completion in Japanesse is fixed
21311         (Thanks! Tokunaga-san)¡¥
21312
21313 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
21314
21315         * The bug which cannot switch key accelerator preference has been fixed
21316         (Thanks! smbd-san)¡¥
21317
21318 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
21319
21320         * version 0.8.11-gtk2-20030314
21321
21322 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
21323
21324         * The bug in which character set conversion of filtering messages has
21325         been fixed.(Thanks! COCOA-san).
21326
21327 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
21328
21329         * Revived "Leave space on head" preference in "Message" category.
21330         * A bug which clash when put the cursor to end of buffer and execute
21331         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
21332
21333 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
21334
21335         * version 0.8.11-gtk2-20030312
21336
21337 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
21338
21339         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
21340         * Modified to use Pango's API directly for font preference.
21341         * Integrated GtkTextView of textview to one widget.
21342         * Set fonts of header title in textview by "header_title" tag.
21343         * Removed some deprecated codes.
21344
21345 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
21346
21347         * Updated to 0.8.11.
21348         * Merged cygwin patch(Thanks! Sakai-san).
21349
21350 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
21351
21352         * version 0.8.10-gtk2-20030309