2007-01-02 [colin] 2.6.1cvs93
[claws.git] / ChangeLog
1 2007-01-02 [colin]      2.6.1cvs93
2
3         * src/addrbook.c
4                 Fix leak
5         * src/common/plugin.c
6                 Add comment
7         * src/etpan/imap-thread.c
8                 Fix warning
9
10 2006-12-31 [paul]       2.6.1cvs92
11
12         * src/prefs_summaries.c
13                 use gtk_button_new_from_stock()
14
15 2006-12-30 [colin]      2.6.1cvs91
16
17         * src/folder.c
18         * src/imap_gtk.c
19         * src/mh_gtk.c
20                 Don't update filtering and account paths 
21                 when copying folders
22
23 2006-12-30 [colin]      2.6.1cvs90
24
25         * src/prefs_compose_writing.c
26         * src/prefs_quote.c
27         * src/prefs_template.c
28                 Use message font for Writing and 
29                 Quoting prefs, as well as Templates.
30
31 2006-12-30 [colin]      2.6.1cvs89
32
33         * src/prefs_summaries.c
34                 Rework GUI; patch by Pawel
35
36 2006-12-29 [colin]      2.6.1cvs88
37
38         * src/prefs_folder_item.c
39                 Fix bug 1085, 'Apply to subfolder 
40                 doesn't work' - I was mistaken saying
41                 it worked in every case
42
43 2006-12-28 [colin]      2.6.1cvs87
44
45         * src/gtk/gtkaspell.c
46                 Don't assert if use_alternate is true
47                 and alt_dictionary isn't set -- this 
48                 is what happens on upgrade! Rather,
49                 do with it.
50
51 2006-12-28 [colin]      2.6.1cvs86
52
53         * Makefile.am
54                 Fix desktop/icon simplification
55
56 2006-12-28 [colin]      2.6.1cvs85
57
58         * Makefile.am
59                 Make desktop and icon not 
60                 dependant on the desktop
61
62 2006-12-28 [wwp]        2.6.1cvs84
63
64         * src/plugins/pgpmime/claws.def
65                 Add missing symbol (discards gpg4win's 03-plugins-symbols.patch).
66
67 2006-12-28 [wwp]        2.6.1cvs83
68
69         * src/prefs_folder_item.c
70                 Fix coloring of "simplify subject regexp" (folder prefs),
71                 which might be left to red whereas the regexp gets empty.
72
73 2006-12-28 [wwp]        2.6.1cvs82
74
75         * src/prefs_common.c
76         * src/prefs_common.h
77         * src/addressbook.c
78         * src/addressitem.h
79                 Save addressbook mainwindow's horizontal and vertical splitter position.
80
81 2006-12-27 [wwp]        2.6.1cvs81
82
83         * src/gtk/gtkaspell.c
84         * src/gtk/gtkaspell.h
85         * src/compose.c
86                 Fix assignment of compose's default and alternate dictionary from
87                 account or folder settings. Now gtkaspell_change_dict does rotate
88                 dicts only when it's called from a menu cb.
89
90 2006-12-27 [wwp]        2.6.1cvs80
91
92         * src/folder_item_prefs.c
93                 Fix randomly initialized default-alt-dictionary (folder prefs),
94                 complete 2.6.1cvs72.
95
96 2006-12-27 [paul]       2.6.1cvs79
97
98         * src/imap_gtk.c
99         * src/mh_gtk.c
100                 Add Copy folder in the folder's contextual
101                 menu
102
103 2006-12-27 [wwp]        2.6.1cvs78
104
105         * src/imap.c
106                 Clean up session locking, thanks to Colin.
107
108 2006-12-26 [colin]      2.6.1cvs77
109
110         * src/statusbar.c
111                 Revert previous patch
112
113 2006-12-26 [colin]      2.6.1cvs76
114
115         * src/folder.c
116         * src/folderview.c
117         * src/imap.c
118         * src/statusbar.c
119         * src/etpan/imap-thread.c
120                 Fix previous commit warnings
121                 Make statusbar update every second if total < 20
122                 Make IMAP APPEND faster by simplifying log              
123
124 2006-12-26 [colin]      2.6.1cvs75
125
126         * src/folder.c
127         * src/folder.h
128         * src/folderview.c
129         * src/folderview.h
130         * src/imap_gtk.c
131         * src/mh_gtk.c
132                 Make it possible to copy folders accross
133                 mailboxes (this was an arbitrary limitation).
134                 Still make it impossible to move folders 
135                 accross mailboxes.
136
137 2006-12-26 [colin]      2.6.1cvs74
138
139         * src/etpan/imap-thread.c
140                 Fix bug 1081, 'claws-mail 
141                 segfaults when going offline 
142                 while it transfers mails via 
143                 imap'
144
145 2006-12-26 [colin]      2.6.1cvs73
146
147         * src/folder_item_prefs.c
148                 Don't forget alt dictionary when
149                 renaming/moving folders
150
151 2006-12-26 [wwp]        2.6.1cvs72
152
153         * src/folder_item_prefs.c
154                 Add missing defaults for per-folder alt dict
155                 (forgotten in 2.6.1cvs61).
156
157 2006-12-26 [colin]      2.6.1cvs71
158
159         * src/wizard.c
160                 Add tooltip to state that specifying
161                 full path to mailbox is possible
162
163 2006-12-26 [wwp]        2.6.1cvs70
164
165         * src/partial_download.c
166         * src/gtk/gtkvscrollbutton.c
167         * src/plugins/pgpinline/plugin.c
168                 Fix for few compiler warnings that matter.
169
170 2006-12-25 [colin]      2.6.1cvs69
171
172         * src/partial_download.c
173                 Fix marking for download or deletion
174                 when the header isn't the first
175         * src/gtk/logwindow.c
176                 Fix start of scrolling
177
178 2006-12-23 [paul]       2.6.1cvs68
179
180         * src/compose.c
181                 change last commit to use the 'academic'
182                 method instead. Thanks to wwp
183
184 2006-12-23 [paul]       2.6.1cvs67
185
186         * src/compose.c
187                 don't warn about empty subject when
188                 redirecting
189
190 2006-12-22 [colin]      2.6.1cvs66
191
192         * src/summary_search.c
193                 Fix previous patch
194
195 2006-12-22 [colin]      2.6.1cvs65
196
197         * src/gtk/gtkutils.c
198         * src/imap.c
199         * src/jpilot.c
200         * src/summary_search.c
201                 A few warning fixes
202
203 2006-12-23 [paul]       
204
205         2.7.0-rc2 released
206
207 2006-12-22 [colin]      2.6.1cvs64
208
209         * src/toolbar.c
210         * src/toolbar.h
211                 Add a combo to the learn spam button
212         * src/plugins/bogofilter/bogofilter.c
213         * src/plugins/bogofilter/bogofilter_gtk.c
214         * src/plugins/bogofilter/bogofilter.h
215                 Allow to store Unsure mails in a specific
216                 folder to make better teaching easier
217
218 2006-12-21 [wwp]        2.6.1cvs63
219
220         * src/compose.c
221         * src/prefs_common.c
222         * src/prefs_common.h
223         * src/prefs_spelling.c
224         * src/gtk/gtkaspell.c
225         * src/gtk/gtkaspell.h
226                 Allow spell-checking using both current and alternate dictionaries
227                 (thanks to Colin).
228
229 2006-12-21 [wwp]        2.6.1cvs62
230
231         * src/gtk/gtkaspell.c
232                 Apply recheck_when_changing_dict (highlight all mispelled words)
233                 when switching to alternate dictionary.
234
235 2006-12-21 [wwp]        2.6.1cvs61
236
237         * src/compose.c
238         * src/folder_item_prefs.h
239         * src/prefs_common.c
240         * src/prefs_common.h
241         * src/prefs_folder_item.c
242         * src/prefs_spelling.c
243         * src/gtk/gtkaspell.c
244         * src/gtk/gtkaspell.h
245                 Add global and per-folder prefs to set the default
246                 alternate dictionary.
247
248 2006-12-21 [colin]      2.6.1cvs60
249
250         * src/folder.c
251                 Look for folders by path in all folders
252         * src/html.c
253                 add &mdash;
254
255 2006-12-20 [colin]      2.6.1cvs59
256
257         * src/gtk/quicksearch.c
258                 Make sure in_typing is false when clearing
259
260 2006-12-20 [wwp]        2.6.1cvs58
261
262         * configure.ac
263                 change manual's target dir to be LFH-compliant (thanks to Colin).
264
265 2006-12-20 [wwp]        2.6.1cvs57
266
267         * src/prefs_common.c
268         * src/prefs_summaries.c
269                 i18n fix and factorize patch, thanks to Fabien.
270
271 2006-12-20 [paul]       2.6.1cvs56
272
273         * configure.ac
274                 last of the renaming (??)
275         * src/main.c
276                 correct --help info of --status-full
277         * src/plugins/bogofilter/bogofilter.c
278                 make FALSE default of whitelist_ab
279
280 2006-12-19 [colin]      2.6.1cvs55
281
282         * src/jpilot.c
283                 Same as before, without depending on
284                 pisock >= 0.12
285
286 2006-12-19 [colin]      2.6.1cvs54
287
288         * src/jpilot.c
289                 Fix bug 1059, 'Better jpilot charset 
290                 handling'. Use libpisync's charset conversion
291                 if possible
292
293 2006-12-19 [colin]      2.6.1cvs53
294
295         * po/fr.po
296                 Updated by Fabien
297
298 2006-12-19 [wwp]        2.6.1cvs52
299
300         * src/gtk/about.c
301                 Add missing #include (thanks to Colin).
302
303 2006-12-19 [wwp]        2.6.1cvs51
304
305         * src/prefs_receive.c
306                 Better spacing between widgets in prefs.
307
308 2006-12-18 [colin]      2.6.1cvs50
309
310         * src/imap.c
311                 Fix failure to get separator on LIST "" ""
312                 Try LIST "" "INBOX" too.
313
314 2006-12-18 [wwp]        2.6.1cvs49
315
316         * src/common/session.c
317                 Fix a compiler warning (thanks to Fabien).
318
319 2006-12-18 [wwp]        2.6.1cvs48
320
321         * src/compose.c
322         * src/prefs_quote.c
323                 Factorize some strings for translation (it's about error
324                 messages when applying or checking template/quote format).
325
326 2006-12-18 [colin]      2.6.1cvs47
327
328         * Makefile.am
329         * src/common/defs.h
330         * src/gtk/Makefile.am
331         * src/gtk/about.c
332                 Add a Release notes tab from the contents of
333                 $(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
334
335 2006-12-17 [colin]      2.6.1cvs46
336
337         * src/mimeview.c
338         * src/textview.c
339         * src/gtk/filesel.c
340                 Correctly convert from/to UTF8/filename encoding
341                 when loading and saving files. Probably fixes
342                 bug 1068, 'Claws-Mail uses 100% CPU when looking 
343                 for a file to attach and is blocked...'
344
345 2006-12-17 [colin]      2.6.1cvs45
346
347         * src/gtk/logwindow.c
348                 Fix bug 1067, 'Claws-Mail uses 100% CPU on an 
349                 IMAP folder and is blocked on main thread': 
350                 make sure we put utf8 in the log.
351
352 2006-12-16 [colin]      2.6.1cvs44
353
354         * src/toolbar.c
355         * src/toolbar.h
356                 Fix bug 1055, 'Add the 'cancel receive' 
357                 in the available events for the toolbar buttons'
358
359 2006-12-16 [colin]      2.6.1cvs43
360
361         * po/POTFILES.in
362         * src/imap.c
363         * src/common/nntp.c
364         * src/common/session.c
365                 Log error when SSL handshakes fail. 
366                 Fixes bug 1082, 'incorrect / imprecise 
367                 error message when imap server provides 
368                 ssl only through STARTTLS but SSL is 
369                 selected'
370
371 2006-12-15 [wwp]        2.6.1cvs42
372
373         * src/plugins/bogofilter/bogofilter_gtk.c
374                 set proper sensitivity to widgets I've recently added.
375
376 2006-12-15 [colin]      
377
378         2.7.0-rc1 released
379
380 2006-12-15 [wwp]        2.6.1cvs41
381
382         * src/plugins/bogofilter/bogofilter.c
383         * src/plugins/bogofilter/bogofilter.h
384         * src/plugins/bogofilter/bogofilter_gtk.c
385                 bogofilter's whitelist can now use a subset of
386                 the addressbook (either a book, a subfolder of a book,
387                 or the whole addressbook by using "Any"). Re-used there
388                 some pref_matcher widgets and mechanisms to match a subset
389                 of the addressbook.
390
391 2006-12-15 [wwp]        2.6.1cvs40
392
393         * src/wizard.c
394         * src/common/plugin.c
395         * src/common/plugin.h
396         * src/gtk/about.c
397         * src/plugins/bogofilter/bogofilter.c
398         * src/plugins/clamav/clamav_plugin.c
399         * src/plugins/demo/demo.c
400         * src/plugins/dillo_viewer/dillo_viewer.c
401         * src/plugins/pgpcore/plugin.c
402         * src/plugins/pgpinline/plugin.c
403         * src/plugins/pgpmime/plugin.c
404         * src/plugins/spamassassin/spamassassin.c
405         * src/plugins/trayicon/trayicon.c
406                 factorize some translatable strings (plugins-related),
407                 fix missing punctuation in several places,
408                 remove useless translatable \n in about.c,
409                 and factorize plugin init code w/ a new function
410                 check_plugin_version() in common/plugin.c.
411                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
412
413 2006-12-15 [wwp]        2.6.1cvs39
414
415         * src/plugins/bogofilter/bogofilter.c
416         * src/plugins/bogofilter/bogofilter_gtk.c
417                 flag whitelisted spams as spam, but don't filter it to the spam
418                 folder. Thanks to Colin.
419
420 2006-12-15 [ticho]      2.6.1cvs38
421
422         * src/plugins/bogofilter/bogofilter.c
423         * src/plugins/bogofilter/bogofilter.h
424         * src/plugins/bogofilter/bogofilter_gtk.c
425                 Add option to whitelist senders found in addressbook. Patch by colin.
426
427 2006-12-15 [paul]       2.6.1cvs37
428
429         * src/folderview.c
430                 add missing #include "log.h"
431
432 2006-12-15 [paul]       2.6.1cvs36
433
434         * src/plugins/bogofilter/bogofilter.c
435         * src/plugins/bogofilter/bogofilter.h
436         * src/plugins/bogofilter/bogofilter_gtk.c
437                 Add an option to allow inserting an
438                 X-Claws-Bogosity header (on MH folders
439                 only). Patch by Colin
440
441 2006-12-14 [colin]      2.6.1cvs35
442
443         * src/main.c
444                 "Yes" should be the default choice for
445                 migration configuration
446
447 2006-12-14 [paul]       2.6.1cvs34
448
449         * src/prefs_summaries.c
450         * manual/advanced.xml
451                 Unhide mark_as_read_delay
452
453 2006-12-14 [paul]       2.6.1cvs33
454
455         * src/messageview.c
456         * src/messageview.h
457         * src/mimeview.c
458         * src/mimeview.h
459         * src/summaryview.c
460         * src/textview.c
461         * src/textview.h
462                 Fix printing of selection
463                 Fix printing of message parts
464                 Fix printing of images
465         * src/gtk/gtksourceprintjob.c
466                 Fix page count when there are images
467
468 2006-12-14 [wwp]        2.6.1cvs32
469
470         * src/mainwindow.c
471         * src/summaryview.c
472         * src/summaryview.h
473         * src/gtk/quicksearch.c
474                 fix quicksearch 'magnify' button status when QS is closed
475                 using the Escape key, thanks to Colin.
476
477 2006-12-14 [wwp]        2.6.1cvs31
478
479         * src/mainwindow.c
480         * src/summaryview.c
481         * src/summaryview.h
482         * src/gtk/quicksearch.c
483                 fix quicksearch 'magnify' button status when QS is closed
484                 using the Escape key, thanks to Colin.
485
486 2006-12-13 [colin]      2.6.1cvs30
487
488         * src/ldapquery.c
489         * src/ldaputil.c
490                 Use the binary safe version of ldap_get_values,
491                 to make sure we manipulate null-terminated 
492                 strings. Maybe fixes bug 1075, 'claws mail 
493                 segfault when completing ldap adresses'
494         * src/syldap.c ** REMOVED **
495         * src/syldap.h ** REMOVED **
496                 Remove dead files
497
498 2006-12-13 [mones]      2.6.1cvs29
499
500         * po/es.po
501                 Fixed piped strings, fixed click translation
502
503 2006-12-13 [paul]       2.6.1cvs28
504
505         * src/main.c
506                 don't translate these strings
507
508 2006-12-13 [paul]       2.6.1cvs27
509
510         * po/en_GB.po
511                 updated
512
513 2006-12-13 [colin]      2.6.1cvs26
514
515         * src/main.c
516         * src/main.h
517                 Add claws_is_starting()
518
519 2006-12-13 [mones]      2.6.1cvs25
520
521         * manual/es/advanced.xml
522         * po/es.po
523                 Synced manual and updated translation
524
525 2006-12-12 [colin]      2.6.1cvs24
526
527         * src/wizard.c
528                 Add an option to use STARTTLS in the
529                 welcome wizard. Fixes bug 1080, 
530                 'Using SSL option in wizard for incoming 
531                 server does not activate SSL with STARTTLS'
532
533 2006-12-12 [colin]      2.6.1cvs23
534
535         * src/main.c
536                 Don't exit when there's an incomplete
537                 mailbox configured - leaves a chance 
538                 to fix a failing IMAP account. Exit
539                 if no mailbox at all is loaded (case
540                 of missing plugin).
541                 Completes bug 1077's fix (I was wrong
542                 in this bug's comment #3).
543
544 2006-12-12 [colin]      2.6.1cvs22
545
546         * src/gtk/menu.h
547                 Add another menu data type
548         * src/prefs_account.c
549                 Complete the completion of bug 1076
550                 (doesn't lose the pref on apply)
551
552 2006-12-12 [paul]       2.6.1cvs21
553
554         * src/prefs_account.c
555                 complete the fix of bug 1076
556                 also be more verbose with the text
557
558 2006-12-12 [paul]       2.6.1cvs20
559
560         * src/gtk/combobox.c
561                 fix compilation warning
562
563 2006-12-11 [colin]      2.6.1cvs19
564
565         * src/wizard.c
566                 Document :port in server entry tooltips
567
568 2006-12-11 [colin]      2.6.1cvs18
569
570         * src/main.c
571                 Fix compile
572
573 2006-12-11 [colin]      2.6.1cvs17
574
575         * src/main.c
576                 Add failing IMAP as a reason for no
577                 mailbox
578
579 2006-12-11 [colin]      2.6.1cvs16
580
581         * src/prefs_account.c
582                 Check for existence of inbox for local
583                 accounts too
584         * src/wizard.c
585                 Allow setting the port to use for servers
586                 by using the usual "server.example.com:port"
587                 syntax. Fixes bug 1077, 'sylpheed-claws does 
588                 not start when IMAP server is unavailable'
589
590 2006-12-11 [colin]      2.6.1cvs15
591
592         * src/prefs_account.c
593                 Prevent use of non-existing default inbox
594
595 2006-12-11 [colin]      2.6.1cvs14
596
597         * src/prefs_account.c
598                 Fix sensitivity. Fixes bug 1076, 'privacy 
599                 options are displayed even when pgp plugin 
600                 not loaded / available'
601
602 2006-12-09 [colin]      2.6.1cvs13
603
604         * manual/advanced.xml
605         * src/prefs_common.c
606         * src/prefs_common.h
607         * src/common/ssl_certificate.c
608                 Add a new hidden preference, 'unsafe_ssl_certs',
609                 which allows to store multiple certificates per
610                 server/port. This is disabled by default because
611                 it's less secure (presenting a new certificate
612                 instead of a changed one raises less alarms).
613                 This will cause Claws to ask about an unknown
614                 certificate for people who have used 2.6.1cvs8
615                 or greater.
616
617 2006-12-09 [colin]      2.6.1cvs12
618
619         * src/action.c
620                 Fix cache updating after action
621
622 2006-12-07 [wwp]        2.6.1cvs11
623
624         * src/compose.c
625                 fix email address comparison when replying to all
626                 (avoid replying to ourselves), thanks to Colin.
627
628 2006-12-06 [paul]       2.6.1cvs10
629
630         * src/addrharvest.c
631         * src/editldap.c
632         * src/expldifdlg.c
633         * src/news.c
634         * src/toolbar.c
635         * src/common/utils.c
636                 ...and more renaming
637                 Thanks to Colin
638
639 2006-12-06 [paul]       2.6.1cvs9
640
641         * src/compose.c
642         * src/messageview.c
643         * src/procheader.c
644         * src/procmime.c
645         * src/procmsg.c
646         * src/textview.c
647                 more renaming
648                 Thanks to Colin
649
650 2006-12-06 [colin]      2.6.1cvs8
651
652         * src/ssl_manager.c
653         * src/common/ssl_certificate.c
654         * src/common/ssl_certificate.h
655                 Handle multiple certificates per host/port
656
657 2006-12-06 [colin]      2.6.1cvs7
658
659         * src/etpan/imap-thread.c
660                 Fix certificate checking on IMAP
661
662 2006-12-06 [colin]      2.6.1cvs6
663
664         * src/folderview.c
665                 Fix bug 1072, 'Claws stops fetching newsgroups 
666                 from server when newsgroup got deleted': continue
667                 checking other groups
668
669 2006-12-05 [wwp]        2.6.1cvs5
670
671         * src/message_search.c
672         * src/summary_search.c
673         * src/gtk/combobox.c
674         * src/gtk/combobox.h
675         * src/gtk/gtkutils.c
676         * src/gtk/gtkutils.h
677                 make up and down arrow keys in modern gtk_combo_box_entry widgets
678                 behave like w/ old comboboxes (summary and message search only).
679
680 2006-12-05 [paul]       2.6.1cvs4
681
682         * src/wizard.c
683                 encode headers
684                 Thanks to Colin
685
686 2006-12-05 [paul]       2.6.1cvs3
687
688         * tools/README
689         * tools/textviewer.pl
690                 script updated and description added
691
692 2006-12-04 [colin]      2.6.1cvs2
693
694         * src/compose.c
695                 Run pre-send hook only when checking
696                 everything
697
698 2006-12-04 [paul]       2.6.1cvs1
699
700         * NEWS
701         * README
702         * RELEASE_NOTES
703         * configure.ac
704         * tools/README
705                 bump up version number following stable release
706
707 2006-12-04 [paul]       2.6.0cvs83
708
709         * README
710                 updates and corrections
711
712 2006-12-04 [colin]      2.6.0cvs82
713
714         * src/common/utils.c
715                 Probably fix bug 1066, 'Incorrect mailbox 
716                 size displayed'
717
718 2006-12-04 [colin]      2.6.0cvs81
719
720         * src/common/utils.c
721                 Trim tabs from mailcap file too.
722
723 2006-12-02 [paul]       2.6.0cvs80
724
725         * src/exphtmldlg.c
726                 fix broken GUI under certain languages
727         * src/expldifdlg.c
728                 put the Cancel button to the right
729
730 2006-12-01 [paul]       2.6.0cvs79
731
732         * tools/Makefile.am
733                 remove reference to removed file
734
735 2006-12-01 [wwp]        2.6.0cvs78
736
737         * src/addressbook.c
738         * src/editaddress.c
739                 remove forgotten debug statements.
740
741 2006-12-01 [wwp]        2.6.0cvs77
742
743         * manual/advanced.xml
744         * manual/fr/advanced.xml
745         * src/addressbook.c
746         * src/addressbook.h
747         * src/addressitem.h
748         * src/editaddress.c
749         * src/editaddress.h
750         * src/prefs_common.c
751         * src/prefs_common.h
752         * src/gtk/gtkutils.c
753         * src/gtk/gtkutils.h
754                 add a hidden option to allow embedding the editaddress (edit contact details)
755                 dialog into the addressbook's window. This doesn't change the default
756                 behaviour.
757
758 2006-12-01 [wwp]        2.6.0cvs76
759
760         * src/message_search.c
761         * src/summary_search.c
762                 fix more focus issues (don't set focus to combobox's entry widget when
763                 entry's value changed, if entry widget has focus already).
764
765 2006-12-01 [wwp]        2.6.0cvs75
766
767         * src/gtk/quicksearch.c
768                 revert last changes to the quicksearch gtk_combo_box, this needs more
769                 tuning and testing.
770
771 2006-12-01 [paul]       2.6.0cvs74
772
773         * tools/kdeservicemenu/README
774         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
775         * tools/kdeservicemenu/install.sh
776         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
777         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
778                 simplify this stuff, and in so doing,
779                 fix it. (possibly re-extend it again at
780                 a later date)
781
782 2006-12-01 [wwp]        2.6.0cvs73
783
784         * src/gtk/quicksearch.c
785                 adapt quicksearch code to use modern gtk_combo_box'es.
786
787 2006-12-01 [wwp]        2.6.0cvs72
788
789         * src/common/defs.h
790         * src/prefs_common.c
791         * src/prefs_common.h
792         * src/message_search.c
793         * src/summary_search.c
794         * src/gtk/combobox.c
795         * src/gtk/combobox.h
796                 add history combos to all message and summary search fields.
797
798 2006-12-01 [wwp]        2.6.0cvs71
799
800         * src/summaryview.c
801                 As the list may change while the mark as read delay
802                 runs, we can't rely on the 'row' pointer, which can
803                 be invalid when the timeout is called. As the mark
804                 as read is only done if the message is still selected,
805                 use summaryview->selected instead. Thanks to Colin.
806
807 2006-11-30 [paul]       2.6.0cvs70
808
809         * src/textview.c
810                 give emphasis to "Sylpheed-Claws"
811                 as well as "Claws Mail"
812
813 2006-11-30 [colin]      2.6.0cvs69
814
815         * src/wizard.c
816                 Put the SSL checkboxes in the receiving
817                 and sending server pages.
818
819 2006-11-29 [colin]      2.6.0cvs68
820
821         * src/gtk/gtkutils.c
822         * src/gtk/gtkvscrollbutton.c
823                 Revert some deprecated fixes - they seem to
824                 deprecate stuff as soon as a new one gets out.
825                 g_object_ref_sink needed glib-2.10.
826
827 2006-11-29 [colin]      2.6.0cvs67
828
829         * src/common/utils.c
830                 Create .mailcap if it doesn't exist
831
832 2006-11-29 [colin]      2.6.0cvs66
833
834         * src/compose.c
835                 Followup to cvs60: use original list
836                 of recipients if replying to a mail
837                 in Sent Drafts or Queue.
838
839 2006-11-27 [paul]       2.6.0cvs65
840
841         * src/image_viewer.c
842                 revert the last change for now (it's broken)
843
844 2006-11-27 [paul]       2.6.0cvs64
845
846         * Makefile.am
847         * configure.ac
848         * m4/aclocal-include.m4
849         * m4/check-type.m4
850         * src/Makefile.am
851         * src/addr_compl.c
852         * src/compose.c
853         * src/crash.c
854         * src/export.c
855         * src/exporthtml.c
856         * src/exportldif.c
857         * src/imap.c
858         * src/import.c
859         * src/main.c
860         * src/main.h
861         * src/matcher.c
862         * src/mimeview.c
863         * src/procmsg.c
864         * src/textview.c
865         * src/common/Makefile.am
866         * src/common/claws.c
867         * src/common/claws.h
868         * src/common/ssl.c
869         * src/common/sylpheed.c
870         * src/common/sylpheed.h
871         * src/etpan/Makefile.am
872         * src/gtk/Makefile.am
873         * src/gtk/claws-marshal.list
874         * src/gtk/filesel.c
875         * src/gtk/gtksctree.c
876         * src/gtk/quicksearch.c
877         * src/gtk/sylpheed-marshal.list
878         * src/plugins/bogofilter/bogofilter.c
879         * src/plugins/bogofilter/bogofilter_gtk.c
880         * src/plugins/clamav/clamav_plugin.c
881         * src/plugins/clamav/clamav_plugin_gtk.c
882         * src/plugins/demo/demo.c
883         * src/plugins/dillo_viewer/dillo_viewer.c
884         * src/plugins/pgpcore/Makefile.am
885         * src/plugins/pgpcore/claws.def
886         * src/plugins/pgpcore/pgp_viewer.c
887         * src/plugins/pgpcore/plugin.c
888         * src/plugins/pgpcore/sylpheed.def
889         * src/plugins/pgpinline/Makefile.am
890         * src/plugins/pgpinline/claws.def
891         * src/plugins/pgpinline/plugin.c
892         * src/plugins/pgpinline/sylpheed.def
893         * src/plugins/pgpmime/Makefile.am
894         * src/plugins/pgpmime/claws.def
895         * src/plugins/pgpmime/plugin.c
896         * src/plugins/pgpmime/sylpheed.def
897         * src/plugins/spamassassin/spamassassin.c
898         * src/plugins/spamassassin/spamassassin_gtk.c
899         * src/plugins/trayicon/trayicon.c
900                 yet more renaming
901                 remove deprecated gtk_tooltips_set_delay()
902
903 2006-11-26 [paul]       2.6.0cvs63
904
905         * src/expldifdlg.c
906         * src/folderview.c
907         * src/image_viewer.c
908         * src/mainwindow.c
909         * src/gtk/gtkutils.c
910         * src/gtk/gtkvscrollbutton.c
911         * src/gtk/prefswindow.c
912         * src/plugins/pgpcore/prefs_gpg.c
913                 replace more deprecated GTK+ functions
914
915 2006-11-26 [paul]       2.6.0cvs62
916
917         * src/addr_compl.c
918         * src/addressbook.c
919         * src/browseldap.c
920                 replace deprecated gtk_idle_... functions
921
922 2006-11-26 [paul]       2.6.0cvs61
923
924         * src/compose.c
925         * src/folderview.c
926         * src/inc.c
927         * src/summaryview.c
928         * src/gtk/gtkvscrollbutton.c
929         * src/gtk/quicksearch.c
930         * src/plugins/pgpcore/passphrase.c
931                 replace deprecated gtk_timeout_add and
932                 gtk_timeout_remove
933
934 2006-11-26 [paul]       2.6.0cvs60
935
936         * src/compose.c
937                 fix bug that caused the wrong recipient
938                 to be selected when replying to a msg
939                 which is From one of our accounts to
940                 another of our accounts
941
942 2006-11-25 [paul]       2.6.0cvs59
943
944         * src/summaryview.c
945                 don't change the From column title to
946                 To if the To column is visible
947
948 2006-11-24 [paul]       2.6.0cvs58
949
950         * src/compose.c
951                 fix bug 1069, 'Sent mails disappear, BCC
952                 or locking problem?'
953
954 2006-11-21 [wwp]        2.6.0cvs57
955
956         * src/compose.c
957                 fix spelling menu when replying (same as 2.3.1cvs39):
958                 discrepancy between context menu and top menu when
959                 folder's dictionary isn't the default one.
960
961 2006-11-19 [paul]       2.6.0cvs56
962
963         * src/summaryview.c
964                 obey always_show_msg option when
965                 marking as spam
966         * src/plugins/bogofilter/bogofilter.c
967                 fix typo
968
969 2006-11-18 [paul]       2.6.0cvs55
970
971         * AUTHORS
972         * README
973         * debian/copyright
974         * manual/ack.xml
975         * manual/es/ack.xml
976         * manual/fr/ack.xml
977         * manual/pl/ack.xml
978         * src/gtk/authors.h
979         * src/gtk/icon_legend.c
980         * src/gtk/icon_legend.h
981         * tools/OOo2claws-mail.pl
982         * tools/README
983         * tools/acroread2claws-mail.pl
984         * tools/claws.i18n.status.pl
985         * tools/filter_conv.pl
986         * tools/filter_conv_new.pl
987         * tools/freshmeat_search.pl
988         * tools/google_search.pl
989         * tools/kmail2claws-mail.pl
990         * tools/kmail2claws-mail_v2.pl
991         * tools/maildir2claws-mail.pl
992         * tools/make.themes.project
993         * tools/multiwebsearch.pl
994         * tools/outlook2claws-mail.pl
995         * tools/tb2claws-mail
996         * tools/kdeservicemenu/README
997         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
998                 update mine and wwp's email addresses in
999                 several places
1000                 Patch by wwp
1001         * src/prefs_compose_writing.c
1002                 set sensitivity on 'new message format' frame
1003
1004 2006-11-17 [paul]       2.6.0cvs54
1005
1006         * src/gtk/about.c
1007                 more reworking of the GUI
1008                 Patch by Fabien Vantard
1009
1010 2006-11-16 [paul]       2.6.0cvs53
1011
1012         * src/gtk/about.c
1013                 set a minimum size for the window, allow
1014                 it to automatically expand as necessary
1015
1016 2006-11-16 [wwp]        2.6.0cvs52
1017
1018         * src/gtk/about.c
1019                 better wrap of copyright info on some systems.
1020
1021 2006-11-16 [paul]       2.6.0cvs51
1022
1023         * src/gtk/about.c
1024                 move the tech info from the upper panel
1025                 to the Info tab
1026                 use a gtk_text_view for the features tab
1027
1028 2006-11-16 [paul]       2.6.0cvs50
1029
1030         * po/Makevars
1031                 update my email address
1032         * src/addressbook.c
1033         * src/compose.c
1034         * src/imap_gtk.c
1035         * src/mh_gtk.c
1036         * src/news_gtk.c
1037         * src/summaryview.c
1038         * src/plugins/trayicon/trayicon.c
1039                 don't offer simple menu separators
1040                 for translation
1041         * src/folderview.c
1042                 add separator between 'mark all read'
1043                 and 'search folder'
1044
1045 2006-11-15 [wwp]        2.6.0cvs49
1046
1047         * src/gtk/authors.h
1048                 updated manuals authors.
1049
1050 2006-11-14 [paul]       2.6.0cvs48
1051
1052         * src/compose.c
1053                 Fix Options/Reply mode after draft save
1054
1055 2006-11-14 [paul]       2.6.0cvs47
1056
1057         * src/Makefile.am
1058                 Fix make DESTDIR=...
1059         * src/mbox.c
1060                 Optimise speed
1061         * src/plugins/pgpinline/pgpinline.c
1062                 Probably fix bug 1061
1063
1064 2006-11-14 [paul]       2.6.0cvs46
1065
1066         * po/Makevars
1067                 enable Q_ macro
1068         * src/Makefile.am
1069         * src/stock_pixmap.c
1070         * src/stock_pixmap.h
1071         * src/gtk/about.c
1072         * src/pixmaps/active.xpm
1073         * src/pixmaps/inactive.xpm
1074                 add a new page, 'Features', to the About dialog
1075                 showing which features are compiled in and which
1076                 are not
1077
1078 2006-11-14 [paul]       2.6.0cvs45
1079
1080         * po/ru.po
1081                 updated by Pavlo Bohmat
1082
1083 2006-11-14 [colin]      2.6.0cvs44
1084
1085         * src/compose.c
1086         * src/inc.c
1087         * src/messageview.c
1088         * src/news.c
1089         * src/pop.c
1090         * src/procmsg.c
1091         * src/gtk/gtkaspell.c
1092                 Fix 64-bit-related warnings
1093         * src/ssl_manager.c
1094                 Fix possible infinite loop
1095         * src/plugins/pgpcore/sgpgme.c
1096                 Remove useless check
1097
1098 2006-11-13 [colin]      2.6.0cvs43
1099
1100         * src/gtk/Makefile.am
1101                 authors.h isn't generated
1102
1103 2006-11-13 [colin]      2.6.0cvs42
1104
1105         * src/plugins/pgpinline/pgpinline.c
1106         * src/plugins/pgpmime/pgpmime.c
1107                 Very probably fix bug 1061, 'crash on 
1108                 opening signed email'. Another cast
1109                 problem
1110
1111 2006-11-13 [colin]      2.6.0cvs41
1112
1113         * src/plugins/pgpcore/sgpgme.c
1114                 Maybe fix bug 1061, 'crash on opening 
1115                 signed email'
1116
1117 2006-11-13 [wwp]        2.6.0cvs40
1118
1119         * src/plugins/pgpinline/pgpinline.c
1120                 fix candidate for bug #1057, thanks to Colin.
1121
1122 2006-11-13 [wwp]        2.6.0cvs39
1123
1124         * src/compose.c
1125         * src/quote_fmt_parse.y
1126                 fix bug 1052: current parser buffer was not always 
1127                 allocated, ptr to this buffer could be returned as 
1128                 NULL whereas no parser error has occurred. in 
1129                 consequence, defining a template body as "%d" 
1130                 (w/o the quotes) for the first time of the instance 
1131                 of claws-mail, was reporting a parser error. make 
1132                 sure that the buffer is always allocated, even to 
1133                 an empty string.
1134                 fix mis-unescaping in compose.:compose_quote_fmt(): 
1135                 unescaping of the fmt string was always done 
1136                 whereas it must be done *only* when receiving 
1137                 quote format strings issued from the prefs 
1138                 (compose new message, reply, forward, redirect 
1139                 formats), *not* when applying templates.  in 
1140                 consequences, applying templates w/ sequences 
1141                 like \\|p{echo} were failing. make sure that 
1142                 unescaping is done only when necessary.
1143
1144 2006-11-12 [colin]      2.6.0cvs38
1145
1146         * po/de.po
1147                 Fix typo (s/KB/MB)
1148
1149 2006-11-12 [colin]      2.6.0cvs37
1150
1151         * src/plugins/pgpinline/pgpinline.c
1152         * src/plugins/pgpmime/pgpmime.c
1153                 Release GPG context at the latest 
1154                 possible moment. Maybe fixes 
1155                 bug 1057, 'crash on sending signed 
1156                 message to a newsgroup'
1157                 
1158
1159 2006-11-12 [colin]      2.6.0cvs36
1160
1161         * src/plugins/pgpcore/sgpgme.c
1162                 Tell a bit more when gpg's status doesn't
1163                 contain any signature
1164
1165 2006-11-12 [colin]      2.6.0cvs35
1166
1167         * src/compose.c
1168                 Fix bug 1060, 'compilation error with 
1169                 Irix's cc'
1170
1171 2006-11-12 [paul]       2.6.0cvs34
1172
1173         * doc/man/claws-mail.1
1174         * src/prefs_gtk.c
1175         * src/plugins/clamav/README
1176         * src/plugins/spamassassin/README
1177         * tools/README
1178         * tools/freshmeat_search.pl
1179         * tools/google_search.pl
1180         * tools/multiwebsearch.pl
1181                 more renaming
1182         * src/plugins/trayicon/trayicon.c
1183                 fix compiliation warning
1184
1185 2006-11-11 [colin]      2.6.0cvs33
1186
1187         * src/folderview.c
1188                 Forbid drag and drop from/to different
1189                 folders of type F_UNKNOWN
1190
1191 2006-11-11 [colin]      2.6.0cvs32
1192
1193         * src/plugins/pgpinline/pgpinline.c
1194                 Fix typo in previous commit:
1195                 - gpgme_new(&ctx);
1196                 + if ((err = gpgme_new(&data->ctx)) ...)
1197
1198 2006-11-11 [colin]      2.6.0cvs31
1199
1200         * src/plugins/pgpinline/pgpinline.c
1201         * src/plugins/pgpmime/pgpmime.c
1202                 Check success after calling gpgme_new
1203                 Maybe fixes bug 1057, 'crash on sending 
1204                 signed message to a newsgroup'
1205
1206 2006-11-11 [colin]      2.6.0cvs30
1207
1208         * src/undo.c
1209                 init undostruct to 0s (from
1210                 valgrind log of bug 1057)
1211
1212 2006-11-10 [colin]      2.6.0cvs29
1213
1214         * src/mainwindow.c
1215                 Set cursor to wait before filtering
1216                 duplicates in all folders
1217         * src/plugins/bogofilter/bogofilter.c
1218         * src/plugins/bogofilter/bogofilter.h
1219         * src/plugins/bogofilter/bogofilter_gtk.c
1220                 Completely thread away the bogofilter
1221                 filtering
1222
1223 2006-11-10 [mones]      2.6.0cvs28
1224
1225         * src/compose.c
1226         * src/compose.h
1227                 added COMPOSE_CHECK_BEFORE_SEND hook
1228
1229 2006-11-10 [paul]       2.6.0cvs27
1230
1231         * src/crash.c
1232                 more renaming
1233                 add libSM to get_compiled_in_features()
1234         * src/main.c
1235                 more renaming
1236
1237 2006-11-10 [colin]      2.6.0cvs26
1238
1239         * src/etpan/imap-thread.c
1240                 Add a reference to libetpan's sasl engine
1241                 so that sasl_done() doesn't get called by
1242                 libetpan, and doesn't break openssl.
1243                 Should fix bug 1053, 'SC fails to reestablish 
1244                 a secure connection'
1245                 Patch by Hoa
1246
1247 2006-11-10 [colin]      2.6.0cvs25
1248
1249         * manual/addrbook.xml
1250         * manual/advanced.xml
1251         * manual/faq.xml
1252         * manual/intro.xml
1253                 Some more renaming
1254
1255 2006-11-09 [colin]      2.6.0cvs24
1256
1257         * src/plugins/bogofilter/bogofilter_gtk.c
1258                 Add comment about annoyance
1259
1260 2006-11-09 [colin]      2.6.0cvs23
1261
1262         * src/plugins/bogofilter/bogofilter.c
1263         * src/plugins/bogofilter/bogofilter_gtk.c
1264                 Prepare things needed to thread bogofilter
1265                 filtering: separate bogo stuff and possible GUI
1266                 stuff. 
1267
1268 2006-11-09 [colin]      2.6.0cvs22
1269
1270         * src/account.c
1271         * src/compose.c
1272                 Search for one of our accounts in Delivered-To
1273                 (helps for auto-account selection when 
1274                  replying/forwarding)
1275         * src/folderview.c
1276         * src/mainwindow.c
1277         * src/mainwindow.h
1278         * src/plugins/trayicon/trayicon.c
1279                 Allow opening a new mail with any account from
1280                 the contextual menu
1281
1282 2006-11-09 [wwp]        2.6.0cvs21
1283
1284         * src/compose.c
1285         * src/prefs_common.c
1286         * src/prefs_common.h
1287         * src/prefs_compose_writing.c
1288                 add a compose new message format (in prefs/compose/writing), it's a
1289                 simple subject+body template to use when opening a new composition
1290                 window. It's similar to the existent reply and forward formats.
1291
1292                 enhanced the template/format % symbols substitution mechanism to
1293                 use current composition window information when % are used in
1294                 the compose new message format or in templates applied to new
1295                 messages (there were useless in that situations before). When
1296                 applied to new messages, %d corresponds to the system time/date.
1297
1298 2006-11-09 [paul]       2.6.0cvs20
1299
1300         * src/gtk/authors.h
1301                 fix last commit
1302
1303 2006-11-09 [paul]       2.6.0cvs19
1304
1305         * src/gtk/authors.h
1306                 keep tje alphabetical order
1307
1308 2006-11-08 [colin]      2.6.0cvs18
1309
1310         * src/etpan/imap-thread.c
1311                 Fix bug 1054, 'Slowness logging big 
1312                 data chunks'
1313
1314 2006-11-08 [paul]       2.6.0cvs17
1315
1316         * tools/Makefile.am
1317                 fix the renaming
1318
1319 2006-11-08 [paul]       2.6.0cvs16
1320
1321         * src/common/defs.h
1322                 update BUGZILLA_URI
1323
1324 2006-11-08 [paul]       2.6.0cvs15
1325
1326         * tools/Makefile.am
1327         * tools/OOo2claws-mail.pl
1328         * tools/OOo2sylpheed.pl
1329         * tools/README
1330         * tools/acroread2claws-mail.pl
1331         * tools/acroread2sylpheed.pl
1332         * tools/kmail2claws-mail.pl
1333         * tools/kmail2claws-mail_v2.pl
1334         * tools/kmail2sylpheed.pl
1335         * tools/kmail2sylpheed_v2.pl
1336         * tools/maildir2claws-mail.pl
1337         * tools/maildir2sylpheed.pl
1338         * tools/nautilus2claws-mail.sh
1339         * tools/nautilus2sylpheed.sh
1340         * tools/outlook2claws-mail.pl
1341         * tools/outlook2sylpheed.pl
1342         * tools/tb2claws-mail
1343         * tools/tb2sylpheed
1344         * tools/tbird2claws.py
1345         * tools/tbird2syl.py
1346         * tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
1347         * tools/kdeservicemenu/install.sh
1348         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1349         * tools/kdeservicemenu/template_claws-mail-attach-files.desktop
1350         * tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
1351         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1352         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1353                 renamed (removed, added) tools files
1354
1355 2006-11-08 [paul]       2.6.0cvs14
1356
1357         * src/main.c
1358         * src/common/defs.h
1359                 Migrate sylpheedrc to clawsrc, and fix the standard
1360                 plugins path in the process
1361
1362 2006-11-07 [colin]      2.6.0cvs13
1363
1364         * src/Makefile.am
1365                 Symlink sylpheed-claws relative to 
1366                 claws-mail
1367
1368 2006-11-07 [colin]      2.6.0cvs12
1369
1370         * src/compose.c
1371                 Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
1372
1373 2006-11-07 [paul]       2.6.0cvs11
1374
1375         * src/gtk/about.c
1376                 Fix a missed occurence of
1377                 Sylpheed-Claws
1378
1379 2006-11-07 [paul]       2.6.0cvs10
1380
1381         * src/Makefile.am
1382                 Fix symlink installation
1383
1384 2006-11-07 [paul]       2.6.0cvs9
1385
1386         * src/Makefile.am
1387                 Symlink claws-mail to sylpheed-claws
1388         * src/common/utils.c
1389                 Fix migrating symlinks
1390         * src/etpan/imap-thread.c
1391                 check certificate only when there's
1392                 no error
1393
1394 2006-11-07 [paul]       2.6.0cvs8
1395
1396         * Makefile.am
1397                 Fix icon breakages with Gtk, which needs a 
1398                 cache updated to see them.
1399
1400 2006-11-07 [paul]       2.6.0cvs7
1401
1402         * .cvsignore
1403         * AUTHORS
1404         * COPYING
1405         * INSTALL
1406         * Makefile.am
1407         * NEWS
1408         * README
1409         * RELEASE_NOTES
1410         * autogen.sh
1411         * claws-mail-128x128.png
1412         * claws-mail-64x64.png
1413         * claws-mail.ico
1414         * claws-mail.pc.in
1415         * claws-mail.png
1416         * configure.ac
1417         * sylpheed-claws-128x128.png
1418         * sylpheed-claws-64x64.png
1419         * sylpheed-claws.desktop
1420         * sylpheed-claws.ico
1421         * sylpheed-claws.pc.in
1422         * sylpheed-claws.png
1423         * debian/README.Debian
1424         * debian/changelog
1425         * debian/claws-mail.desktop
1426         * debian/claws-mail.menu
1427         * debian/claws-mail.postinst.debhelper
1428         * debian/claws-mail.postrm.debhelper
1429         * debian/control
1430         * debian/copyright
1431         * debian/files
1432         * debian/rules
1433         * debian/sylpheed-claws.desktop
1434         * debian/sylpheed-claws.menu
1435         * debian/sylpheed-claws.postinst.debhelper
1436         * debian/sylpheed-claws.postrm.debhelper
1437         * doc/man/Makefile.am
1438         * doc/man/claws-mail.1
1439         * doc/man/sylpheed-claws.1
1440         * doc/src/ChangeLog.claws-pre0.8.0
1441         * manual/Makefile.am
1442         * manual/account.xml
1443         * manual/ack.xml
1444         * manual/addrbook.xml
1445         * manual/advanced.xml
1446         * manual/claws-mail-manual.xml
1447         * manual/faq.xml
1448         * manual/glossary.xml
1449         * manual/handling.xml
1450         * manual/intro.xml
1451         * manual/keyboard.xml
1452         * manual/plugins.xml
1453         * manual/starting.xml
1454         * manual/sylpheed-claws-manual.xml
1455         * manual/xml2pdf
1456         * manual/dist/.cvsignore
1457         * manual/dist/html/.cvsignore
1458         * manual/dist/html/Makefile.am
1459         * manual/dist/pdf/.cvsignore
1460         * manual/dist/pdf/Makefile.am
1461         * manual/dist/ps/.cvsignore
1462         * manual/dist/ps/Makefile.am
1463         * manual/dist/txt/.cvsignore
1464         * manual/dist/txt/Makefile.am
1465         * manual/es/Makefile.am
1466         * manual/es/advanced.xml
1467         * manual/es/claws-mail-manual.xml
1468         * manual/es/faq.xml
1469         * manual/es/glossary.xml
1470         * manual/es/handling.xml
1471         * manual/es/intro.xml
1472         * manual/es/plugins.xml
1473         * manual/es/sylpheed-claws-manual.xml
1474         * manual/es/dist/.cvsignore
1475         * manual/es/dist/html/.cvsignore
1476         * manual/es/dist/html/Makefile.am
1477         * manual/es/dist/pdf/.cvsignore
1478         * manual/es/dist/pdf/Makefile.am
1479         * manual/es/dist/ps/.cvsignore
1480         * manual/es/dist/ps/Makefile.am
1481         * manual/es/dist/txt/.cvsignore
1482         * manual/es/dist/txt/Makefile.am
1483         * manual/fr/Makefile.am
1484         * manual/fr/account.xml
1485         * manual/fr/ack.xml
1486         * manual/fr/addrbook.xml
1487         * manual/fr/advanced.xml
1488         * manual/fr/claws-mail-manual.xml
1489         * manual/fr/faq.xml
1490         * manual/fr/glossary.xml
1491         * manual/fr/handling.xml
1492         * manual/fr/intro.xml
1493         * manual/fr/keyboard.xml
1494         * manual/fr/plugins.xml
1495         * manual/fr/starting.xml
1496         * manual/fr/sylpheed-claws-manual.xml
1497         * manual/fr/dist/.cvsignore
1498         * manual/fr/dist/html/.cvsignore
1499         * manual/fr/dist/html/Makefile.am
1500         * manual/fr/dist/pdf/.cvsignore
1501         * manual/fr/dist/pdf/Makefile.am
1502         * manual/fr/dist/ps/.cvsignore
1503         * manual/fr/dist/ps/Makefile.am
1504         * manual/fr/dist/txt/.cvsignore
1505         * manual/fr/dist/txt/Makefile.am
1506         * manual/pl/Makefile.am
1507         * manual/pl/account.xml
1508         * manual/pl/ack.xml
1509         * manual/pl/addrbook.xml
1510         * manual/pl/advanced.xml
1511         * manual/pl/claws-mail-manual.xml
1512         * manual/pl/faq.xml
1513         * manual/pl/glossary.xml
1514         * manual/pl/handling.xml
1515         * manual/pl/intro.xml
1516         * manual/pl/keyboard.xml
1517         * manual/pl/plugins.xml
1518         * manual/pl/starting.xml
1519         * manual/pl/sylpheed-claws-manual.xml
1520         * manual/pl/dist/.cvsignore
1521         * manual/pl/dist/html/.cvsignore
1522         * manual/pl/dist/html/Makefile.am
1523         * manual/pl/dist/pdf/.cvsignore
1524         * manual/pl/dist/pdf/Makefile.am
1525         * manual/pl/dist/ps/.cvsignore
1526         * manual/pl/dist/ps/Makefile.am
1527         * manual/pl/dist/txt/.cvsignore
1528         * manual/pl/dist/txt/Makefile.am
1529         * po/.cvsignore
1530         * po/Makevars
1531         * src/.cvsignore
1532         * src/Makefile.am
1533         * src/account.c
1534         * src/account.h
1535         * src/action.c
1536         * src/action.h
1537         * src/adbookbase.h
1538         * src/addr_compl.c
1539         * src/addr_compl.h
1540         * src/addrbook.c
1541         * src/addrcache.c
1542         * src/addrcache.h
1543         * src/addrcindex.c
1544         * src/addrcindex.h
1545         * src/addrclip.c
1546         * src/addrclip.h
1547         * src/addrdefs.h
1548         * src/addressadd.c
1549         * src/addressadd.h
1550         * src/addressbook.c
1551         * src/addressbook.h
1552         * src/addressbook_foldersel.c
1553         * src/addressbook_foldersel.h
1554         * src/addrgather.c
1555         * src/addrgather.h
1556         * src/addrharvest.c
1557         * src/addrharvest.h
1558         * src/addrindex.c
1559         * src/addrindex.h
1560         * src/addritem.c
1561         * src/addritem.h
1562         * src/addrquery.c
1563         * src/addrquery.h
1564         * src/addrselect.c
1565         * src/addrselect.h
1566         * src/alertpanel.c
1567         * src/alertpanel.h
1568         * src/browseldap.c
1569         * src/browseldap.h
1570         * src/codeconv.c
1571         * src/codeconv.h
1572         * src/compose.c
1573         * src/crash.c
1574         * src/crash.h
1575         * src/customheader.c
1576         * src/customheader.h
1577         * src/displayheader.c
1578         * src/displayheader.h
1579         * src/editaddress.c
1580         * src/editaddress.h
1581         * src/editbook.c
1582         * src/editbook.h
1583         * src/editgroup.c
1584         * src/editgroup.h
1585         * src/editjpilot.c
1586         * src/editjpilot.h
1587         * src/editldap.c
1588         * src/editldap.h
1589         * src/editldap_basedn.c
1590         * src/editldap_basedn.h
1591         * src/editvcard.c
1592         * src/editvcard.h
1593         * src/exphtmldlg.c
1594         * src/exphtmldlg.h
1595         * src/expldifdlg.c
1596         * src/expldifdlg.h
1597         * src/export.c
1598         * src/exporthtml.c
1599         * src/exporthtml.h
1600         * src/exportldif.c
1601         * src/exportldif.h
1602         * src/filtering.c
1603         * src/filtering.h
1604         * src/folder.c
1605         * src/folder.h
1606         * src/folder_item_prefs.c
1607         * src/folder_item_prefs.h
1608         * src/foldersel.c
1609         * src/foldersel.h
1610         * src/folderutils.c
1611         * src/folderutils.h
1612         * src/folderview.c
1613         * src/folderview.h
1614         * src/grouplistdialog.c
1615         * src/grouplistdialog.h
1616         * src/html.c
1617         * src/html.h
1618         * src/image_viewer.c
1619         * src/image_viewer.h
1620         * src/imap.c
1621         * src/imap.h
1622         * src/imap_gtk.c
1623         * src/imap_gtk.h
1624         * src/import.c
1625         * src/import.h
1626         * src/importldif.c
1627         * src/importldif.h
1628         * src/importmutt.c
1629         * src/importmutt.h
1630         * src/importpine.c
1631         * src/importpine.h
1632         * src/inc.c
1633         * src/inc.h
1634         * src/jpilot.c
1635         * src/jpilot.h
1636         * src/ldapctrl.c
1637         * src/ldapctrl.h
1638         * src/ldaplocate.c
1639         * src/ldaplocate.h
1640         * src/ldapquery.c
1641         * src/ldapquery.h
1642         * src/ldapserver.c
1643         * src/ldapserver.h
1644         * src/ldaputil.c
1645         * src/ldaputil.h
1646         * src/ldif.c
1647         * src/ldif.h
1648         * src/localfolder.c
1649         * src/localfolder.h
1650         * src/main.c
1651         * src/main.h
1652         * src/mainwindow.c
1653         * src/mainwindow.h
1654         * src/manual.c
1655         * src/manual.h
1656         * src/matcher.c
1657         * src/matcher.h
1658         * src/matcher_parser.h
1659         * src/matcher_parser_lex.l
1660         * src/matcher_parser_parse.y
1661         * src/mbox.c
1662         * src/mbox.h
1663         * src/message_search.c
1664         * src/message_search.h
1665         * src/messageview.c
1666         * src/messageview.h
1667         * src/mh.c
1668         * src/mh.h
1669         * src/mh_gtk.c
1670         * src/mh_gtk.h
1671         * src/mimeview.c
1672         * src/mimeview.h
1673         * src/msgcache.c
1674         * src/msgcache.h
1675         * src/mutt.c
1676         * src/mutt.h
1677         * src/news.c
1678         * src/news.h
1679         * src/news_gtk.c
1680         * src/news_gtk.h
1681         * src/noticeview.c
1682         * src/noticeview.h
1683         * src/partial_download.c
1684         * src/partial_download.h
1685         * src/pine.c
1686         * src/pine.h
1687         * src/pop.c
1688         * src/pop.h
1689         * src/prefs_account.c
1690         * src/prefs_account.h
1691         * src/prefs_actions.c
1692         * src/prefs_actions.h
1693         * src/prefs_common.c
1694         * src/prefs_common.h
1695         * src/prefs_compose_writing.c
1696         * src/prefs_compose_writing.h
1697         * src/prefs_customheader.c
1698         * src/prefs_customheader.h
1699         * src/prefs_display_header.c
1700         * src/prefs_display_header.h
1701         * src/prefs_ext_prog.c
1702         * src/prefs_ext_prog.h
1703         * src/prefs_filtering.c
1704         * src/prefs_folder_column.c
1705         * src/prefs_folder_column.h
1706         * src/prefs_folder_item.c
1707         * src/prefs_folder_item.h
1708         * src/prefs_fonts.c
1709         * src/prefs_fonts.h
1710         * src/prefs_gtk.c
1711         * src/prefs_gtk.h
1712         * src/prefs_image_viewer.c
1713         * src/prefs_image_viewer.h
1714         * src/prefs_matcher.c
1715         * src/prefs_matcher.h
1716         * src/prefs_message.c
1717         * src/prefs_message.h
1718         * src/prefs_msg_colors.c
1719         * src/prefs_msg_colors.h
1720         * src/prefs_other.c
1721         * src/prefs_other.h
1722         * src/prefs_quote.c
1723         * src/prefs_quote.h
1724         * src/prefs_receive.c
1725         * src/prefs_receive.h
1726         * src/prefs_send.c
1727         * src/prefs_send.h
1728         * src/prefs_spelling.c
1729         * src/prefs_spelling.h
1730         * src/prefs_summaries.c
1731         * src/prefs_summaries.h
1732         * src/prefs_summary_column.c
1733         * src/prefs_summary_column.h
1734         * src/prefs_template.c
1735         * src/prefs_template.h
1736         * src/prefs_themes.c
1737         * src/prefs_themes.h
1738         * src/prefs_toolbar.c
1739         * src/prefs_toolbar.h
1740         * src/prefs_wrapping.c
1741         * src/prefs_wrapping.h
1742         * src/privacy.c
1743         * src/privacy.h
1744         * src/procheader.c
1745         * src/procheader.h
1746         * src/procmime.c
1747         * src/procmime.h
1748         * src/procmsg.c
1749         * src/procmsg.h
1750         * src/quote_fmt.c
1751         * src/quote_fmt_parse.y
1752         * src/recv.c
1753         * src/recv.h
1754         * src/remotefolder.c
1755         * src/remotefolder.h
1756         * src/send_message.c
1757         * src/send_message.h
1758         * src/setup.c
1759         * src/setup.h
1760         * src/sourcewindow.c
1761         * src/sourcewindow.h
1762         * src/ssl_manager.c
1763         * src/ssl_manager.h
1764         * src/statusbar.c
1765         * src/statusbar.h
1766         * src/stock_pixmap.c
1767         * src/stock_pixmap.h
1768         * src/summary_search.c
1769         * src/summary_search.h
1770         * src/summaryview.c
1771         * src/summaryview.h
1772         * src/syldap.c
1773         * src/syldap.h
1774         * src/textview.c
1775         * src/textview.h
1776         * src/toolbar.c
1777         * src/toolbar.h
1778         * src/undo.c
1779         * src/undo.h
1780         * src/unmime.c
1781         * src/unmime.h
1782         * src/vcard.c
1783         * src/vcard.h
1784         * src/wizard.c
1785         * src/wizard.h
1786         * src/common/base64.c
1787         * src/common/base64.h
1788         * src/common/defs.h
1789         * src/common/hooks.c
1790         * src/common/hooks.h
1791         * src/common/log.c
1792         * src/common/log.h
1793         * src/common/mgutils.c
1794         * src/common/mgutils.h
1795         * src/common/nntp.c
1796         * src/common/nntp.h
1797         * src/common/passcrypt.c
1798         * src/common/passcrypt.h.in
1799         * src/common/plugin.c
1800         * src/common/plugin.h
1801         * src/common/prefs.c
1802         * src/common/prefs.h
1803         * src/common/progressindicator.c
1804         * src/common/progressindicator.h
1805         * src/common/quoted-printable.c
1806         * src/common/quoted-printable.h
1807         * src/common/session.c
1808         * src/common/session.h
1809         * src/common/smtp.c
1810         * src/common/smtp.h
1811         * src/common/socket.c
1812         * src/common/socket.h
1813         * src/common/ssl.c
1814         * src/common/ssl.h
1815         * src/common/stringtable.c
1816         * src/common/stringtable.h
1817         * src/common/sylpheed.c
1818         * src/common/sylpheed.h
1819         * src/common/template.c
1820         * src/common/template.h
1821         * src/common/timing.h
1822         * src/common/utils.c
1823         * src/common/utils.h
1824         * src/common/version.h.in
1825         * src/common/xml.c
1826         * src/common/xml.h
1827         * src/common/xmlprops.c
1828         * src/common/xmlprops.h
1829         * src/gtk/about.c
1830         * src/gtk/colorlabel.c
1831         * src/gtk/colorlabel.h
1832         * src/gtk/colorsel.c
1833         * src/gtk/colorsel.h
1834         * src/gtk/combobox.c
1835         * src/gtk/combobox.h
1836         * src/gtk/description_window.c
1837         * src/gtk/description_window.h
1838         * src/gtk/filesel.c
1839         * src/gtk/filesel.h
1840         * src/gtk/foldersort.c
1841         * src/gtk/foldersort.h
1842         * src/gtk/gtkaspell.c
1843         * src/gtk/gtkaspell.h
1844         * src/gtk/gtksctree.c
1845         * src/gtk/gtkshruler.c
1846         * src/gtk/gtkshruler.h
1847         * src/gtk/gtkutils.c
1848         * src/gtk/gtkutils.h
1849         * src/gtk/icon_legend.c
1850         * src/gtk/icon_legend.h
1851         * src/gtk/logwindow.c
1852         * src/gtk/logwindow.h
1853         * src/gtk/manage_window.c
1854         * src/gtk/manage_window.h
1855         * src/gtk/pluginwindow.c
1856         * src/gtk/pluginwindow.h
1857         * src/gtk/prefswindow.c
1858         * src/gtk/prefswindow.h
1859         * src/gtk/quicksearch.c
1860         * src/gtk/quicksearch.h
1861         * src/pixmaps/claws-mail.xpm
1862         * src/pixmaps/claws-mail_icon.xpm
1863         * src/pixmaps/claws-mail_logo.xpm
1864         * src/pixmaps/sylpheed-claws.xpm
1865         * src/pixmaps/sylpheed-claws_icon.xpm
1866         * src/pixmaps/sylpheed-claws_logo.xpm
1867         * src/plugins/bogofilter/Makefile.am
1868         * src/plugins/bogofilter/bogofilter.c
1869         * src/plugins/bogofilter/bogofilter.h
1870         * src/plugins/bogofilter/bogofilter_gtk.c
1871         * src/plugins/clamav/Makefile.am
1872         * src/plugins/clamav/clamav_plugin.c
1873         * src/plugins/clamav/clamav_plugin.h
1874         * src/plugins/clamav/clamav_plugin_gtk.c
1875         * src/plugins/demo/Makefile.am
1876         * src/plugins/demo/demo.c
1877         * src/plugins/dillo_viewer/Makefile.am
1878         * src/plugins/dillo_viewer/README
1879         * src/plugins/dillo_viewer/dillo_prefs.c
1880         * src/plugins/dillo_viewer/dillo_prefs.h
1881         * src/plugins/dillo_viewer/dillo_viewer.c
1882         * src/plugins/pgpcore/Makefile.am
1883         * src/plugins/pgpcore/passphrase.c
1884         * src/plugins/pgpcore/passphrase.h
1885         * src/plugins/pgpcore/pgp_viewer.c
1886         * src/plugins/pgpcore/pgp_viewer.h
1887         * src/plugins/pgpcore/plugin.c
1888         * src/plugins/pgpcore/prefs_gpg.c
1889         * src/plugins/pgpcore/prefs_gpg.h
1890         * src/plugins/pgpcore/select-keys.c
1891         * src/plugins/pgpcore/select-keys.h
1892         * src/plugins/pgpcore/sgpgme.c
1893         * src/plugins/pgpcore/sgpgme.h
1894         * src/plugins/pgpcore/sylpheed.def
1895         * src/plugins/pgpcore/version.rc
1896         * src/plugins/pgpinline/Makefile.am
1897         * src/plugins/pgpinline/pgpinline.c
1898         * src/plugins/pgpinline/pgpinline.h
1899         * src/plugins/pgpinline/plugin.c
1900         * src/plugins/pgpinline/sylpheed.def
1901         * src/plugins/pgpinline/version.rc
1902         * src/plugins/pgpmime/Makefile.am
1903         * src/plugins/pgpmime/pgpmime.c
1904         * src/plugins/pgpmime/pgpmime.h
1905         * src/plugins/pgpmime/plugin.c
1906         * src/plugins/pgpmime/sylpheed.def
1907         * src/plugins/pgpmime/version.rc
1908         * src/plugins/spamassassin/Makefile.am
1909         * src/plugins/spamassassin/README
1910         * src/plugins/spamassassin/spamassassin.c
1911         * src/plugins/spamassassin/spamassassin.h
1912         * src/plugins/spamassassin/spamassassin_gtk.c
1913         * src/plugins/trayicon/Makefile.am
1914         * src/plugins/trayicon/trayicon.c
1915         * tools/OOo2sylpheed.pl
1916         * tools/README
1917         * tools/README.sylprint
1918         * tools/acroread2sylpheed.pl
1919         * tools/claws.i18n.status.pl
1920         * tools/filter_conv.pl
1921         * tools/filter_conv_new.pl
1922         * tools/freshmeat_search.pl
1923         * tools/google_search.pl
1924         * tools/kmail2sylpheed.pl
1925         * tools/kmail2sylpheed_v2.pl
1926         * tools/make.themes.project
1927         * tools/multiwebsearch.pl
1928         * tools/nautilus2sylpheed.sh
1929         * tools/outlook2sylpheed.pl
1930         * tools/sylprint.pl
1931         * tools/sylprint.rc
1932         * tools/tb2sylpheed
1933         * tools/textviewer.sh
1934         * tools/vcard2xml.py
1935         * tools/kdeservicemenu/README
1936         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
1937         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
1938         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
1939                 Change name to Claws Mail. Announce to follow...
1940
1941 2006-11-06 [wwp]        2.6.0cvs6
1942
1943         * src/prefs_template.c
1944                 unify messages related to quote format/template errors (fix
1945                 capitalization), again.
1946
1947 2006-11-06 [wwp]        2.6.0cvs5
1948
1949         * src/prefs_quote.c
1950                 unify messages related to quote format/template errors.
1951
1952 2006-11-06 [wwp]        2.6.0cvs4
1953
1954         * src/prefs_msg_colors.c
1955                 more uses of Q_ macro for contextual translations, thanks
1956                 to Fabien (fzzzzz).
1957
1958 2006-11-06 [wwp]        2.6.0cvs3
1959
1960         * src/compose.c
1961         * src/common/utils.c
1962         * src/common/utils.h
1963                 show an alertpanel to make sure users are aware that sensitive
1964                 files are attached (it's file blacklist-based). This will fix
1965                 interaction w/ GoogleEarth for instance, thanks to Colin.
1966
1967 2006-11-06 [wwp]        2.6.0cvs2
1968
1969         * src/prefs_quote.c
1970         * src/prefs_template.c
1971         * src/prefs_template.h
1972                 check quote format when applying/closing prefs. For now this only
1973                 shows up an error dialog box, not preventing the user from using
1974                 a broken quote (reply, forwards) format.
1975
1976 2006-11-06 [wwp]        2.6.0cvs1
1977
1978         * src/prefs_template.c
1979                 fix missing checks of some template fields.
1980
1981 2006-11-06 [paul]       2.6.0
1982
1983         * NEWS
1984         * README
1985         * RELEASE_NOTES
1986                 2.6.0 released
1987
1988 2006-11-06 [paul]       2.5.6cvs22
1989
1990         * manual/advanced.xml
1991         * manual/es/advanced.xml
1992                 put 'respect_flowed_format' info in the correct
1993                 place
1994
1995 2006-11-06 [mones]      2.5.6cvs21
1996
1997         * po/es.po
1998                 Minor fixes for release
1999
2000 2006-11-06 [paul]       2.5.6cvs20
2001
2002         * po/cs.po
2003         * po/de.po
2004         * po/fr.po
2005         * po/it.po
2006         * po/nl.po
2007         * po/pt_BR.po
2008         * po/sk.po
2009         * po/sv.po
2010         * po/zh_CN.po
2011                 updated by Tim Brain, Stephan Sachse, Fabien Vantard,
2012                 Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
2013                 Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
2014                 Young
2015
2016 2006-11-02 [colin]      2.5.6cvs19
2017
2018         * src/imap.c
2019         * src/imap.h
2020         * src/prefs_account.c
2021         * src/etpan/imap-thread.c
2022                 Add GSSAPI support - fixes Debian bug #383274
2023
2024 2006-11-01 [colin]      2.5.6cvs18
2025
2026         * src/jpilot.c
2027                 Handle libpisock12 support. Probably
2028                 fixes bug 1046, 'jpilot AddressDB.pdb 
2029                 import fail'
2030
2031 2006-11-01 [colin]      2.5.6cvs17
2032
2033         * src/folderutils.c
2034                 debug_print() folderutils_mark_all_read()
2035
2036 2006-11-01 [colin]      2.5.6cvs16
2037
2038         * COPYING
2039                 Add missed files to the Apache exception
2040
2041 2006-10-31 [colin]      2.5.6cvs15
2042
2043         * src/folder.c
2044         * src/folder.h
2045                 Add a copy_private_data() func to FolderClasses
2046                 Doesn't break the feature freeze, because we 
2047                 won't use it (right now) in the core.
2048
2049 2006-10-31 [colin]      2.5.6cvs14
2050
2051         * COPYING
2052                 Allow linking with the Apache licensed files in
2053                 src/plugins/spamassassin. Hopefully fixes 
2054                 bug 1048, 'Spamassassin plugin license problem'
2055
2056 2006-10-31 [wwp]        2.5.6cvs13
2057
2058         * src/compose.c
2059                 fix and optimize trimming of leading linefeeds in body loop.
2060
2061 2006-10-31 [colin]      2.5.6cvs12
2062
2063         * src/etpan/imap-thread.c
2064         * src/imap.c
2065                 Make really sure to have NULL sets in case
2066                 of error
2067
2068 2006-10-30 [wwp]        2.5.6cvs11
2069
2070         * src/prefs_common.c
2071         * src/prefs_common.h
2072         * src/compose.c
2073                 fix broken storage of quote format template when it contains \-escape
2074                 sequences. The application of such sequences is also fixed now (\t
2075                 in quote format will be a real tab instead of a 't', for instance).
2076
2077 2006-10-27 [colin]      2.5.6cvs10
2078
2079         * src/compose.c
2080                 Probably fix bug 1045, 'sylpheed-claws 
2081                 doesn't remove the mail from the IMAP 
2082                 Queue folder after sending'. From
2083                 2.5.6cvs3-stable
2084
2085 2006-10-27 [colin]      2.5.6cvs9
2086
2087         * configure.ac
2088                 Require libetpan-0.48. I'm so annoying,
2089                 I know ;-)
2090
2091 2006-10-27 [colin]      2.5.6cvs8
2092
2093         * src/folder.c
2094         * src/imap.c
2095                 Probably fix bug 1044, 'sylpheed-claws 
2096                 segfaults while moving mails' - Fix relation
2097                 usage when moving to an IMAP mailbox from another
2098                 mailbox
2099
2100 2006-10-26 [paul]       2.5.6cvs7
2101
2102         * src/gtk/about.c
2103                 add libSM to compiled-in features
2104                 list
2105
2106 2006-10-24 [colin]      2.5.6cvs6
2107
2108         * src/textview.c
2109         * src/gtk/gtkutils.c
2110                 Fix crash when printing emails with an
2111                 xface
2112
2113 2006-10-24 [mones]      2.5.6cvs5
2114
2115         * manual/es/advanced.xml
2116                 Synchronize hidden option respect_flowed_format
2117         * po/es.po
2118                 Updated translation
2119
2120 2006-10-21 [paul]       2.5.6cvs4
2121
2122         * src/gtk/authors.h
2123         * src/plugins/pgpcore/pgp_viewer.c
2124         * src/plugins/pgpcore/sgpgme.c
2125                 fix building on BSDs
2126                 Thanks to Michael Hughes
2127                 <Sylpheed-Claws_user@thehugheslogcabin.net>
2128
2129 2006-10-20 [colin]      2.5.6cvs3
2130
2131         * configure.ac
2132                 Bump up libetpan requirement
2133                 *** THIS COMMIT REQUIRES LIBETPAN CVS ***
2134         * src/common/utils.c
2135         * src/common/utils.h
2136                 Add convenience get_file_mtime()
2137         * src/imap.c
2138         * src/etpan/imap-thread.c
2139         * src/etpan/imap-thread.h
2140                 Implement UIDPLUS support if the server
2141                 supports it - faster sending in this case
2142
2143 2006-10-19 [colin]      2.5.6cvs2
2144
2145         * src/gtk/quicksearch.c
2146                 Fix emptying in type-ahead+extended mode
2147         * src/mainwindow.c
2148         * src/mainwindow.h
2149                 Add a hook for offline state change
2150         * src/plugins/trayicon/trayicon.c
2151                 Use it to display offline icons
2152         * src/plugins/trayicon/Makefile.am
2153         * src/plugins/trayicon/newmail.offline.xpm
2154         * src/plugins/trayicon/newmarkedmail.offline.xpm
2155         * src/plugins/trayicon/nomail.offline.xpm
2156         * src/plugins/trayicon/unreadmail.offline.xpm
2157         * src/plugins/trayicon/unreadmarkedmail.offline.xpm
2158                 Add the icons
2159
2160 2006-10-12 [paul]       2.5.6cvs1
2161
2162         * NEWS
2163         * README
2164         * configure.ac
2165                 Update version number following
2166                 stable release
2167
2168 2006-10-19 [colin]      2.5.5cvs18
2169
2170         * manual/handling.xml
2171                 Add type-ahead search
2172
2173 2006-10-18 [colin]      2.5.5cvs17
2174
2175         * src/gtk/quicksearch.c
2176                 Remove "save to history only if there's
2177                 no syntax error", it breaks for some 
2178                 reason which I'll investigate later.
2179
2180 2006-10-18 [colin]      2.5.5cvs16
2181
2182         * src/prefs_common.c
2183         * src/prefs_common.h
2184         * src/summaryview.c
2185         * src/gtk/quicksearch.c
2186         * src/gtk/quicksearch.h
2187                 Add a type-ahead option for fast searches
2188                 Patch by Fabien Vantard
2189
2190 2006-10-18 [colin]      2.5.5cvs15
2191
2192         * src/compose.c
2193         * src/compose.h
2194                 Add Options/Reply mode/ menu to be able to
2195                 change the recipients of a reply on the fly
2196
2197 2006-10-18 [colin]      2.5.5cvs14
2198
2199         * src/compose.c
2200                 Fix redirecting of our own sent mails
2201
2202 2006-10-17 [wwp]        2.5.5cvs13
2203
2204         * src/send_message.c
2205                 Fix duplicate error messages when sending, and missing
2206                 newline in such error messages.
2207
2208 2006-10-17 [colin]      2.5.5cvs12
2209
2210         * src/compose.c
2211                 Compare addresses case-insensitive
2212
2213 2006-10-17 [colin]      2.5.5cvs11
2214
2215         * src/plugins/pgpcore/sgpgme.c
2216                 Fix return status
2217
2218 2006-10-17 [colin]      2.5.5cvs10
2219
2220         * src/plugins/pgpcore/pgp_viewer.c
2221                 Fix return status
2222
2223 2006-10-17 [colin]      2.5.5cvs9
2224
2225         * src/quote_fmt.c
2226                 Fix a typo (thanks to Fabien)
2227
2228 2006-10-16 [colin]      2.5.5cvs8
2229
2230         * src/textview.c
2231                 Fix problem with quote-folding when emails
2232                 don't convert cleanly to UTF-8
2233
2234 2006-10-14 [colin]      2.5.5cvs7
2235
2236         * src/prefs_template.c
2237                 Reset fields when reopening
2238                 the window
2239
2240 2006-10-13 [paul]       2.5.5cvs6
2241
2242         * manual/advanced.xml
2243         * src/prefs_message.c
2244                 make 'respect_flowed_format' a hidden
2245                 option, and add a manual entry for it
2246                 Thanks to Colin
2247
2248 2006-10-12 [colin]      2.5.5cvs5
2249
2250         * src/codeconv.c
2251                 Revert part of 2.5.2cvs21:
2252                 Don't optimise by reusing the 
2253                 last iconv converter if possible:
2254                 it seems slightly broken in a 
2255                 very hard way to reproduce
2256
2257 2006-10-12 [colin]      2.5.5cvs4
2258
2259         * src/prefs_common.c
2260         * src/prefs_common.h
2261         * src/prefs_message.c
2262         * src/procmime.c
2263                 Fix bug 1035, 'Incorrect handling 
2264                 of flowed lines'. We now optionnaly
2265                 handle this format (preference is in
2266                 Message View/Text options section)
2267
2268 2006-10-12 [colin]      2.5.5cvs3
2269
2270         * po/POTFILES.in
2271                 Add new file
2272         * src/plugins/pgpcore/pgp_viewer.c
2273         * src/plugins/pgpcore/sgpgme.c
2274                 Don't try to import without asking
2275
2276 2006-10-12 [colin]      2.5.5cvs2
2277
2278         * src/compose.c
2279                 Fix bug 1036, 'Forwarding a mutlipart
2280                 mail with a "text/html" block to ms
2281                 outlook users leeds to freeze of
2282                 outlook'. Poor outlook users...
2283
2284 2006-10-12 [paul]       2.5.5cvs1
2285
2286         * NEWS
2287         * README
2288         * configure.ac
2289                 Update version number following
2290                 stable release
2291
2292 2006-10-11 [paul]       2.5.4cvs1
2293
2294         * NEWS
2295         * README
2296         * configure.ac
2297                 Update version number following
2298                 stable release
2299
2300 2006-10-11 [paul]       2.5.3cvs32
2301
2302         * src/textview.c
2303                 fix bug 1032, 'Segmentation fault when showing
2304                 message' (bug in quote folding)
2305                 Thanks to Colin
2306
2307 2006-10-10 [colin]      2.5.3cvs31
2308
2309         * src/quote_fmt.c
2310                 Rephrase english a bit
2311
2312 2006-10-10 [colin]      2.5.3cvs30
2313
2314         * src/prefs_compose_writing.c
2315                 Stop making the page larger than the window
2316
2317 2006-10-10 [wwp]        2.5.3cvs29
2318
2319         * src/compose.c
2320         * src/prefs_template.c
2321         * src/quote_fmt.c
2322         * src/quote_fmt.h
2323         * src/quote_fmt_lex.l
2324         * src/quote_fmt_parse.y
2325                 Extend the quote parser a bit: allow to get access to
2326                 basic (composing) account info.
2327
2328 2006-10-10 [colin]      2.5.3cvs28
2329
2330         * src/procheader.c
2331                 Fix this \t problem in subject
2332
2333 2006-10-09 [colin]      2.5.3cvs27
2334
2335         * src/main.c
2336         * src/prefs_gtk.c
2337                 Prepare cache a bit later
2338                 If section already exists, skip the new one 
2339                 (as previously); avoid writing the same block
2340                 twice - if we find a second block with the 
2341                 same id, skip it.
2342         * src/plugins/pgpcore/pgp_viewer.c
2343                 Set cursor to busy when retrieving a key
2344         * src/plugins/pgpcore/sgpgme.c
2345                 allow 5 seconds for gpg to export the key
2346                 
2347
2348 2006-10-09 [colin]      2.5.3cvs26
2349
2350         * configure.ac
2351         * src/msgcache.c
2352         * src/prefs_gtk.c
2353                 Check for existence of fgets_unlocked
2354                 and fwrite_unlocked
2355
2356 2006-10-09 [paul]       2.5.3cvs25
2357
2358         * src/prefs_summaries.c
2359                 replace strftime() with fast_strftime() and in
2360                 the consequence fix the bug in the display of
2361                 AM/PM in the 'Example' string
2362
2363 2006-10-09 [ticho]      2.5.3cvs24
2364
2365         * po/sk.po
2366                 Updated (and fixed up somewhat) Slovak translation.
2367
2368 2006-10-08 [colin]      2.5.3cvs23
2369
2370         * src/prefs_folder_item.c
2371                 Explain why prefs in the top-level folder
2372                 aren't retained, but are still useful
2373
2374 2006-10-08 [colin]      2.5.3cvs22
2375
2376         * src/prefs_gtk.c
2377                 Don't cache anything if caching fails
2378
2379 2006-10-08 [colin]      2.5.3cvs21
2380
2381         * src/common/utils.c
2382                 always include gi18n.h
2383
2384 2006-10-07 [colin]      2.5.3cvs20
2385
2386         * src/plugins/pgpcore/pgp_viewer.c
2387                 Kill gpg after 5 seconds wait
2388
2389 2006-10-07 [colin]      2.5.3cvs19
2390
2391         * src/plugins/pgpcore/pgp_viewer.c
2392         * src/plugins/pgpcore/pgp_viewer.h
2393                 Fix copyright
2394
2395 2006-10-07 [colin]      2.5.3cvs18
2396
2397         * src/plugins/pgpcore/pgp_viewer.c
2398         * src/plugins/pgpcore/pgp_viewer.h
2399                 Actually add the files to CVS
2400
2401 2006-10-07 [colin]      2.5.3cvs17
2402
2403         * src/plugins/pgpcore/sgpgme.c
2404                 Be sure not to crash on 'application/pgp-signature' that
2405                 are not application/pgp-signatures
2406
2407 2006-10-07 [colin]      2.5.3cvs16
2408
2409         * src/textview.c
2410         * src/textview.h
2411                 Make a bit more of the API available
2412         * src/plugins/pgpcore/Makefile.am
2413         * src/plugins/pgpcore/plugin.c
2414         * src/plugins/pgpcore/sgpgme.c
2415                 Add basic key import/export
2416
2417 2006-10-07 [colin]      2.5.3cvs15
2418
2419         * src/folderview.c
2420         * src/imap.c
2421         * src/prefs_account.c
2422         * src/wizard.c
2423                 Warn users *everywhere* if libetpan's not
2424                 linked in
2425
2426 2006-10-06 [mones]      2.5.3cvs14
2427
2428         * po/de.po
2429         * po/es.po
2430                 updated by Stephan Sachse and me
2431
2432 2006-10-06 [colin]      2.5.3cvs13
2433
2434         * src/main.c
2435         * src/common/sylpheed.c
2436                 Don't load common plugins if --exit is passed
2437         * src/prefs_gtk.c
2438         * src/prefs_gtk.h
2439                 Implement a cache to avoid reading the same
2440                 files over and over again at startup
2441
2442 2006-10-06 [colin]      2.5.3cvs12
2443
2444         * src/summaryview.c
2445         * src/gtk/quicksearch.c
2446                 Update display every 5k mails on fast searches
2447
2448 2006-10-06 [colin]      2.5.3cvs11
2449
2450         * src/textview.c
2451                 Don't do quote folding on HTML or ERTF.
2452                 May fix the Cygwin issues if they were
2453                 happening with HTML mails?
2454
2455 2006-10-05 [colin]      2.5.3cvs10
2456
2457         * src/prefs_gtk.c
2458                 Oops, forgot one
2459
2460 2006-10-05 [colin]      2.5.3cvs9
2461
2462         * src/prefs_gtk.c
2463                 Use unlocked_stdio here too
2464
2465 2006-10-05 [colin]      2.5.3cvs8
2466
2467         * src/folderview.c
2468                 Fix go to next * after preferences apply
2469         * src/msgcache.c
2470                 Do the fd lock/unlock ourselves instead of
2471                 letting the libc do it at each write 
2472
2473 2006-10-05 [colin]      2.5.3cvs7
2474
2475         * src/common/utils.c
2476                 Faster division, thanks to Jean Diraison
2477
2478 2006-10-05 [paul]       2.5.3cvs6
2479
2480         * src/common/utils.c
2481                 fix building with --disable-nls
2482
2483 2006-10-04 [colin]      2.5.3cvs5
2484
2485         * src/folder.c
2486                 Maybe fix a segfault
2487
2488 2006-10-04 [wwp]        2.5.3cvs4
2489
2490         * src/prefs_folder_item.c
2491                 Fine-tune layouts in folder item prefs. Suggested by
2492                 Fabien Vantard <fzzzzz@gmail.com>.
2493
2494 2006-10-04 [wwp]        2.5.3cvs3
2495
2496         * src/prefs_folder_item.c
2497                 Kill the clandestine passengers. You didn't see anything.
2498
2499 2006-10-04 [wwp]        2.5.3cvs2
2500
2501         * src/prefs_folder_item.c
2502                 Add a way to test the subject simplify regexp in
2503                 folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
2504                 w/ few layout changes.
2505
2506 2006-20-04 [paul]       2.5.3cvs1
2507
2508         * NEWS
2509         * README
2510         * configure.ac
2511                 Update version number following
2512                 stable release
2513
2514 2006-10-04 [colin]      2.5.2cvs42
2515
2516         * src/folder.c
2517         * src/folder.h
2518         * src/summaryview.c
2519                 Provide a way for folder classes to set their sort
2520                 type and key
2521
2522 2006-10-03 [colin]      2.5.2cvs41
2523
2524         * src/mh.c
2525                 Don't use strlen() to know if the
2526                 string's empty
2527
2528 2006-10-03 [colin]      2.5.2cvs40
2529
2530         * src/mh.c
2531                 Fix "check for new folders" with accentued folders
2532
2533 2006-10-03 [ticho]      2.5.2cvs39
2534
2535         * src/filtering.c
2536         * src/folder.c
2537         * src/inc.c
2538         * src/mbox.c
2539                 Colin's fix for "copy" filtering rules.
2540
2541 2006-10-02 [colin]      2.5.2cvs38
2542
2543         * src/folderview.c
2544                 Fix for double-click too
2545
2546 2006-10-02 [colin]      2.5.2cvs37
2547
2548         * src/folderview.c
2549                 correct fix for cvs36
2550
2551 2006-10-02 [colin]      2.5.2cvs36
2552
2553         * src/folderview.c
2554                 Fix 'goto next unread' after collapsing/expanding 
2555                 a node.
2556
2557 2006-10-02 [colin]      2.5.2cvs35
2558
2559         * src/summaryview.c
2560                 Fix double freeze/thaw
2561         * src/common/utils.c
2562         * src/common/utils.h
2563                 Reimplement strftime
2564         * src/procheader.c
2565                 Use it
2566
2567
2568 2006-10-02 [colin]      2.5.2cvs34
2569
2570         * src/mh.c
2571                 Time mh_write_sequences() - it's fast
2572         * src/summaryview.c
2573                 Init a variable to shut up gcc
2574
2575 2006-10-01 [colin]      2.5.2cvs33
2576
2577         * src/folder.c
2578         * src/mh.c
2579         * src/mh.h
2580         * src/msgcache.c
2581                 Add helper mh_set_mtime(), and set mtime to stat()'s result
2582                 Add fsync but disable it, it's slow as hell
2583
2584 2006-10-01 [colin]      2.5.2cvs32
2585
2586         * src/mh.c
2587         * src/msgcache.c
2588                 fflush() caches and mh_sequences before
2589                 fclose()ing
2590
2591 2006-10-01 [colin]      2.5.2cvs31
2592
2593         * src/msgcache.c
2594                 Don't ftruncate when not using mmap
2595
2596 2006-09-30 [colin]      2.5.2cvs30
2597
2598         * src/main.c
2599                 Write folder list *after* saving caches
2600
2601 2006-09-30 [colin]      2.5.2cvs29
2602
2603         * src/folder.c
2604         * src/mh.c
2605                 Debug forced mtime changes
2606
2607 2006-09-30 [colin]      2.5.2cvs28
2608
2609         * src/folder.c
2610         * src/main.c
2611                 Remove useless debug_print()s (code
2612                 well-tested)
2613
2614 2006-09-30 [colin]      2.5.2cvs27
2615
2616         * src/mh.c
2617                 Do stuff faster when writing mh_sequences
2618
2619 2006-09-30 [colin]      2.5.2cvs26
2620
2621         * src/mh.c
2622                 Don't let the writing of .mh_sequences, which
2623                 can change the folder's mtime, let us think
2624                 we need to scan.
2625
2626 2006-09-30 [colin]      2.5.2cvs25
2627
2628         * src/folder.c
2629                 Move a debug_print where it belongs 
2630                 (processing)
2631         * src/summaryview.c
2632                 Don't mess with a huge slow subject
2633                 table if we're not threading by
2634                 subject
2635
2636 2006-09-30 [colin]      2.5.2cvs24
2637
2638         * src/msgcache.c
2639                 Reenable mmaped reads (*not* writes!)
2640         * src/procmsg.c
2641                 Don't destroy and recreate hashtables just
2642                 for fun
2643         * src/common/utils.c
2644                 Remove useless reply prefixes (it's case
2645                 unsensitive)
2646
2647 2006-09-30 [wwp]        2.5.2cvs23
2648
2649         * tools/fix_date.sh
2650                 Fixed a minor bug in date value extraction, added a switch
2651                 to replace non RFC-compliant Date: value, added a switch
2652                 to use strict RFC matching patterns for dates.
2653
2654 2006-09-29 [colin]      2.5.2cvs22
2655
2656         * src/matcher_parser.h
2657         * src/matcher_parser_parse.y
2658         * src/prefs_filtering.c
2659         * src/statusbar.c
2660         * src/summary_search.c
2661         * src/summaryview.c
2662         * src/gtk/quicksearch.c
2663         * src/gtk/quicksearch.h
2664                 Optimise searches by setting different
2665                 refresh intervals (depending if the 
2666                 search is fast or not)
2667
2668 2006-09-29 [colin]      2.5.2cvs21
2669
2670         * src/codeconv.c
2671                 Optimise by reusing the last iconv converter
2672                 if possible
2673         * src/textview.c
2674                 Optimise a bit (the foldable quotes feature
2675                 still has an awful O(n^2) algo
2676
2677 2006-09-29 [colin]      2.5.2cvs20
2678
2679         * src/gtk/gtksctree.c
2680         * src/gtk/gtksctree.h
2681                 Optimise de-selection via up/down or
2682                 another key
2683
2684 2006-09-28 [colin]      2.5.2cvs19
2685
2686         * src/action.c
2687         * src/compose.c
2688         * src/folderview.c
2689         * src/mainwindow.c
2690         * src/messageview.c
2691         * src/summary_search.c
2692         * src/toolbar.c
2693                 Avoid using summaryview->ctree directly
2694
2695 2006-09-28 [colin]      2.5.2cvs18
2696
2697         * src/summaryview.c
2698         * src/summaryview.h
2699                 Add helpers to freeze/thaw/grab_focus
2700                 Factorize calls to freeze/thaw/grab_focus
2701                 
2702
2703 2006-09-28 [colin]      2.5.2cvs17
2704
2705         * src/main.c
2706                 More guards for the session management
2707
2708 2006-09-28 [colin]      2.5.2cvs16
2709
2710         * src/folderview.c
2711         * src/gtk/gtksctree.c
2712         * src/gtk/gtksctree.h
2713                 Make expanding not recursive in folderview
2714
2715 2006-09-28 [colin]      2.5.2cvs15
2716
2717         * src/addressbook.c
2718                 If nothing is selected in the list (right part)
2719                 and a group is selected in the tree (left part),
2720                 mail this group.
2721
2722 2006-09-28 [colin]      2.5.2cvs14
2723
2724         * src/Makefile.am
2725                 Actually use SM_LIBS
2726
2727 2006-09-28 [ticho]      2.5.2cvs13
2728
2729         * src/export.c
2730         * src/messageview.c
2731         * src/mimeview.c
2732         * src/news.c
2733         * src/pop.c
2734         * src/prefs_themes.c
2735         * src/procmsg.c
2736                 Small i18n string optimization.
2737         * src/send_message.c
2738         * src/summaryview.c
2739         * src/common/session.c
2740         * src/common/smtp.c
2741         * src/common/ssl_certificate.c
2742         * src/common/utils.c
2743                 Use "Couldn't" instead of "Can't" in UI messages,
2744                 where appropriate.
2745
2746 2006-09-28 [colin]      2.5.2cvs12
2747
2748         * configure.ac
2749                 Possibly fix link errors
2750
2751 2006-09-27 [wwp]        2.5.2cvs11
2752
2753         * src/gtk/authors.h
2754         * doc/man/sylpheed-claws.1
2755         * manual/ack.xml
2756         * manual/es/ack.xml
2757         * manual/fr/ack.xml
2758         * manual/pl/ack.xml
2759                 Updated authors info (me, myself and I).
2760
2761 2006-09-27 [colin]      2.5.2cvs10
2762
2763         * src/addressbook.c
2764                 Remove useless printf
2765
2766 2006-09-27 [wwp]        2.5.2cvs9
2767
2768         * src/editgroup.c
2769         * src/send_message.c
2770         * src/inc.c
2771         * src/prefs_common.c
2772         * src/prefs_common.h
2773         * src/gtk/progressdialog.c
2774                 remember more windows' sizes (send dialog, received dialog,
2775                 edit group in addressbook).
2776
2777 2006-09-27 [colin]      2.5.2cvs8
2778
2779         * configure.ac
2780         * src/main.c
2781         * src/mainwindow.h
2782                 Use libSM to communicate with the session
2783                 manager, so that we can know when the 
2784                 session ends, save our caches, and draft
2785                 our compose windows.
2786
2787 2006-09-27 [colin]      2.5.2cvs7
2788
2789         * src/addressbook.c
2790                 Fix issues:
2791                 o Allow Book and Group creation from the tree's
2792                   contextual menu
2793                 o Do not actually delete the contacts when 
2794                   deleting groups from the tree (duh!)
2795
2796 2006-09-27 [colin]      2.5.2cvs6
2797
2798         * src/compose.c
2799         * src/compose.h
2800         * src/mainwindow.c
2801         * src/textview.c
2802         * src/toolbar.c
2803                 o Allow passing an email address to 
2804                   compose_new_with_folderitem
2805                 o Update callers
2806                 o Use current folderitem when clicking
2807                   on a TextView mailto: link
2808                 o Fix a possible leak in TextView
2809
2810 2006-09-27 [colin]      2.5.2cvs5
2811
2812         * src/html.c
2813                 Use UTF-8 chars to replace HTML entities
2814
2815 2006-09-27 [colin]      2.5.2cvs4
2816
2817         * AUTHORS
2818         * src/prefs_account.c
2819         * src/gtk/authors.h
2820                 Fix bug #1024 (Array index out of
2821                 range in sylpheed-claws-2.5.2)
2822                 Patch by Ales Nosek <anosek@suse.cz>
2823
2824 2006-09-27 [colin]      2.5.2cvs3
2825
2826         * src/addr_compl.c
2827                 Actually do the test
2828
2829 2006-09-27 [colin]      2.5.2cvs2
2830
2831         * src/addr_compl.c
2832         * src/addr_compl.h
2833                 Allow completing with comma (in certain cases: vCalendar
2834                 for example doesn't support that)
2835                 Patch by Fabien Vantard
2836
2837 2006-09-26 [colin]      2.5.2cvs1
2838
2839         * src/Makefile.am
2840         * src/addr_compl.c
2841         * src/addr_compl.h
2842         * src/addrbook.c
2843         * src/addrbook.h
2844         * src/addressbook.c
2845         * src/addrindex.c
2846         * src/addrindex.h
2847         * src/compose.c
2848         * src/prefs_common.c
2849         * src/prefs_filtering_action.c
2850         * src/prefs_folder_item.c
2851         * src/prefs_template.c
2852         * src/stock_pixmap.c
2853         * src/stock_pixmap.h
2854         * src/pixmaps/addr_one.xpm
2855         * src/pixmaps/addr_two.xpm
2856                 Add auto-completion on groups
2857
2858 2006-09-26 [colin]      2.5.2
2859
2860         * NEWS
2861         * README
2862         * RELEASE_NOTES
2863                 2.5.2 released
2864
2865 2006-09-26 [colin]      2.5.1cvs5
2866
2867         * src/matcher.c
2868                 Fix condition
2869
2870 2006-09-26 [colin]      2.5.1cvs4
2871
2872         * src/mbox.c
2873                 Revert cvs1 (useless as the message is printed 
2874                 every 500 mails)
2875
2876 2006-09-26 [colin]      2.5.1cvs3
2877
2878         * src/partial_download.c
2879                 Fix crasher found by Alexsandar Urosevic
2880
2881 2006-09-26 [colin]      2.5.1cvs2
2882
2883         * src/summaryview.c
2884                 Fix bug #1023 (Sylpheed deletes too much messages)
2885
2886 2006-09-26 [ticho]      2.5.1cvs1
2887
2888         * src/mbox.c
2889                 Make use of gettext's multiple plurals for statusbar
2890                 progress message.
2891
2892 2006-09-25 [paul]       2.5.1
2893
2894         * NEWS
2895         * README
2896         * RELEASE_NOTES
2897                 2.5.1 released
2898
2899 2006-09-25 [colin]      2.5.0cvs3
2900
2901         * src/plugins/bogofilter/bogofilter.c
2902         * src/plugins/clamav/clamav_plugin.c
2903         * src/plugins/spamassassin/spamassassin.c
2904                 BogoFilter, Spamassassin: Fix double hook registering after
2905                 visiting preferences
2906                 Spamassassin, Clamav: Just set the mails to move instead of
2907                 doing the move - caller will move the things at once.
2908
2909 2006-09-25 [colin]      2.5.0cvs2
2910
2911         * src/imap.c
2912         * src/etpan/imap-thread.c
2913                 Use UID SEARCH ALL instead of UID 1:*
2914                 (braindead servers can't figure out that's
2915                 the same...)
2916
2917 2006-09-25 [wwp]        2.5.0cvs1
2918
2919         * src/message_search.c
2920                 Added the ability to stop a running search (in message body).
2921
2922 2006-09-25 [paul]       2.5.0
2923
2924         * NEWS
2925         * README
2926         * RELEASE_NOTES
2927                 2.5.0 released
2928
2929 2006-09-25 [paul]       2.4.0cvs214
2930
2931         * po/cs.po
2932         * po/de.po
2933         * po/fi.po
2934         * po/fr.po
2935         * po/nl.po
2936         * po/pt_BR.po
2937         * po/sk.po
2938         * po/sr.po
2939         * po/zh_CN.po
2940                 updated by Tim, Stephan Sachse, Flammie Pirinen,
2941                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
2942                 Ticho, Aleksander Urosevic, Ralgh Young
2943
2944 2006-09-24 [mones]      2.4.0cvs213
2945
2946         * po/es.po
2947                 Updated for release
2948
2949 2006-09-23 [colin]      2.4.0cvs212
2950
2951         * src/gtk/inputdialog.c
2952                 Fix [ ] remember this appearing in normal
2953                 input dialogs after it's been used by
2954                 mimeview.
2955         * src/folder.c
2956         * src/folderview.c
2957         * src/msgcache.c
2958         * src/procmsg.c
2959         * src/summaryview.c
2960         * src/textview.c
2961         * src/common/timing.h
2962                 Enable timings in debug mode and make it
2963                 look prettier.
2964
2965 2006-09-22 [colin]      2.4.0cvs211
2966
2967         * README
2968                 Revert test change
2969         * commitHelper
2970                 ping the correct URI
2971
2972 2006-09-22 [colin]      2.4.0cvs210
2973
2974         * README
2975                 Let's see if bug #1022 is fixed
2976
2977 2006-09-21 [colin]      2.4.0cvs209
2978
2979         * src/wizard.c
2980         * src/common/plugin.c
2981                 Prepare infra to load predefined plugins when
2982                 no configuration existed. Don't actually load
2983                 anything yet (feat. freeze)
2984
2985 2006-09-21 [wwp]        2.4.0cvs208
2986
2987         * manual/fr/faq.xml
2988                 Partial sync w/ 2.4.0cvs72:
2989                 wrap file and minor updates.
2990
2991 2006-09-21 [wwp]        2.4.0cvs207
2992
2993         * tools/fix_date.sh
2994                 several fixes and enhancements. A new --force switch has been
2995                 added to prevent overriding by default Date: header when
2996                 already existing.
2997
2998 2006-09-21 [paul]       2.4.0cvs206
2999
3000         * src/common/utils.c
3001                 add Chinese UTF8 Re prefix
3002
3003 2006-09-21 [wwp]        2.4.0cvs205
3004
3005         * tools/Makefile.am
3006                 Fics alfabettical order.
3007
3008 2006-09-21 [wwp]        2.4.0cvs204
3009
3010         * tools/fix_date.sh
3011         * tools/Makefile.am
3012                 Added an action tool to fix missing Date field in emails.
3013                 Updated Makefile.am to reflect those last two additions.
3014
3015 2006-09-21 [wwp]        2.4.0cvs203
3016
3017         * tools/uuooffice
3018                 Added a action tool to open uuencoded docs w/
3019                 OpenOffice (based on uudec method).
3020
3021 2006-09-21 [colin]      2.4.0cvs202
3022
3023         * src/compose.c
3024         * src/textview.c
3025                 Workaround possible GTK crash: remove selection 
3026                 clipboard before destroying widget, or GTK+-2.10
3027                 dies. Thanks to Hiro.
3028
3029 2006-09-20 [colin]      2.4.0cvs201
3030
3031         * src/compose.c
3032                 Fix free-after-use in some cases (when 
3033                 procmime_encode_content() frees mimeinfo->data.mem
3034                 and turns it to a temp file)
3035
3036 2006-09-20 [colin]      2.4.0cvs200
3037
3038         * src/folderview.c
3039         * src/summaryview.c
3040         * src/gtk/gtksctree.c
3041         * src/gtk/gtksctree.h
3042                 Add tooltips in the folderview and summaryview
3043                 (Doesn't break string freeze as they already
3044                 exist)
3045         * src/toolbar.c
3046                 Put the spam button in the default configuration
3047                 if compiled with bogo plugin too
3048
3049 2006-09-19 [colin]      2.4.0cvs199
3050
3051         * src/summaryview.c
3052         * src/summaryview.h
3053                 Update folder name label on folder rename
3054         * src/prefs_matcher.c
3055         * src/gtk/logwindow.h
3056                 Fix warnings
3057                 Patches by Fabien
3058
3059 2006-09-19 [wwp]        2.4.0cvs198
3060
3061         * src/summary_search.c
3062                 fix can't click forward/backward buttons in the
3063                 search messages.
3064
3065 2006-09-18 [paul]       2.4.0cvs197
3066
3067         * src/wizard.c
3068                 add missing bracket, capitalise the A of
3069                 'SpamAssassin'
3070
3071 2006-09-18 [paul]       2.4.0cvs196
3072
3073         * src/compose.c
3074                 fix bug 1012 'crashed upon sending mail
3075                 from compose window'
3076                 Thanks to Colin
3077
3078 2006-09-16 [colin]      2.4.0cvs195
3079
3080         * src/folderview.c
3081                 Fix "real-time" sorting by freezing/thawing
3082
3083 2006-09-16 [colin]      2.4.0cvs194
3084
3085         * manual/faq.xml
3086                 Fix the anti-spam entry a bit
3087
3088 2006-09-16 [colin]      2.4.0cvs193
3089
3090         * src/wizard.c
3091                 Make sure reviewers have no excuse when stating
3092                 Sylpheed-Claws doesn't have antispam capabilities.
3093
3094 2006-09-16 [colin]      2.4.0cvs192
3095
3096         * src/main.c
3097                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
3098                 as if the SIGPIPE comes from etpan's thread we could
3099                 trigger a GUI update from this thread.
3100
3101 2006-09-16 [colin]      2.4.0cvs191
3102
3103         * src/summaryview.c
3104                 Init all members of the struct
3105
3106 2006-09-16 [paul]       2.4.0cvs190
3107
3108         * src/account.c
3109                 improvements to the English
3110
3111 2006-09-15 [colin]      2.4.0cvs189
3112
3113         * src/summaryview.c
3114                 HIG order on dialog
3115
3116 2006-09-14 [colin]      2.4.0cvs188
3117
3118         * src/common/socket.c
3119         * src/common/socket.h
3120         * src/common/ssl.c
3121         * src/common/ssl_certificate.c
3122         * src/common/ssl_certificate.h
3123         * src/etpan/imap-thread.c
3124                 the get_fqdn() call done to get canonical name when
3125                 checking an SSL certificate is blocking, which is
3126                 sad as we just did a non-blocking lookup to connect.
3127                 Fix that by letting the fqdn available to the SockInfo,
3128                 and use that in ssl_certificate_check(). For IMAP,
3129                 we don't do it as the lookup's done by libetpan, but
3130                 it's less annoying as IMAP connections as much more
3131                 rare than POP3 connections.
3132
3133 2006-09-14 [paul]       2.4.0cvs187
3134
3135         * manual/advanced.xml
3136                 improvements to the English,
3137                 properly place the new hidden options
3138                 within the alphabetical order
3139         * src/gtk/pluginwindow.c
3140                 improvements to the English
3141
3142 2006-09-14 [colin]      2.4.0cvs186
3143
3144         * src/prefs_common.c
3145         * src/prefs_common.h
3146         * src/gtk/gtksctree.c
3147         * manual/advanced.xml
3148                 New hidden pref, stripes_color_offset, to change
3149                 the value added/substracted to normal bgcolor to
3150                 create the stripes in summaries
3151
3152 2006-09-13 [colin]      2.4.0cvs185
3153
3154         * src/gedit-print.c
3155         * src/messageview.c
3156         * src/messageview.h
3157         * src/summaryview.c
3158         * src/textview.c
3159                 Fix misc. printing issues: 
3160                 - Bad font for linkified headers
3161                 - Different font if the mail was displayed or not
3162                 - Factorize the thing
3163
3164 2006-09-13 [colin]      2.4.0cvs184
3165
3166         * src/common/ssl_certificate.c
3167                 Only get FQDN once when checking certificate
3168
3169 2006-09-13 [colin]      2.4.0cvs183
3170
3171         * src/account.c
3172         * src/gtk/pluginwindow.c
3173                 Misc. GUI fixes by Fabien
3174
3175 2006-09-13 [wwp]        2.4.0cvs182
3176
3177         * configure.ac
3178         * src/common/utils.h
3179         * src/common/utils.c
3180                 get rid of unused wide-char functions.
3181
3182 2006-09-13 [wwp]        2.4.0cvs181
3183
3184         * src/plugins/pgpinline/sylpheed.def
3185         * src/textview.c
3186                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
3187                 add privacy_reset_error to the .def file,
3188                 do not fork for an external textviewer.
3189
3190 2006-09-13 [wwp]        2.4.0cvs180
3191
3192         * src/prefs_common.c
3193                 fix broken font entry in prefs (patch issued by the gpg4win team,
3194                 probably by Marcus Brinkmann <marcus@g10code.de>).
3195
3196 2006-09-13 [colin]      2.4.0cvs179
3197
3198         * src/folder.h
3199                 Fix a warning in summaryview.c
3200         * src/mainwindow.c
3201         * src/summaryview.c
3202         * src/summaryview.h
3203                 Add missing Mark/* elements in the
3204                 main menu
3205
3206 2006-09-12 [colin]      2.4.0cvs178
3207
3208         * src/prefs_actions.c
3209         * src/prefs_filtering_action.c
3210         * src/prefs_matcher.c
3211                 Use (New) instead of New everywhere
3212
3213 2006-09-12 [wwp]        2.4.0cvs177
3214
3215         * manual/fr/addrbook.xml
3216         * manual/fr/handling.xml
3217                 updated some quotes in the fr manual to match the fr translation.
3218
3219 2006-09-12 [wwp]        2.4.0cvs176
3220
3221         * src/prefs_matcher.c
3222                 don't store translated string elements in matcher expressions.
3223                 Also fixed a misused of Q_().
3224
3225 2006-09-11 [wwp]        2.4.0cvs175
3226
3227         * src/plugins//bogofilter/bogofilter.c
3228         * src/plugins//clamav/clamav_plugin.c
3229         * src/plugins//demo/demo.c
3230         * src/plugins//dillo_viewer/dillo_viewer.c
3231         * src/plugins//pgpcore/plugin.c
3232         * src/plugins//pgpinline/plugin.c
3233         * src/plugins//pgpmime/plugin.c
3234         * src/plugins//spamassassin/spamassassin.c
3235                 gettext-ize more strings (mostly plugin error messages).
3236
3237 2006-09-11 [colin]      2.4.0cvs174
3238
3239         * src/alertpanel.c
3240                 Make maximum buffer size bigger to avoid
3241                 truncating translated messages. Patch by
3242                 Fabien
3243
3244 2006-09-11 [colin]      2.4.0cvs173
3245
3246         * src/etpan/imap-thread.c
3247                 Fix compilation on OpenBSD, thanks to 
3248                 Landry
3249
3250 2006-09-10 [wwp]        2.4.0cvs172
3251
3252         * manual/account.xml
3253         * manual/addrbook.xml
3254         * manual/handling.xml
3255         * manual/es/handling.xml
3256         * manual/fr/account.xml
3257         * manual/fr/addrbook.xml
3258         * manual/fr/handling.xml
3259                 documented addressbook matching (condition configuration):
3260                   addrbook.xml, en fr
3261                 documented per-account filtering rules (handling/filtering
3262                   section, account section):
3263                   account.xml, handling.xml, en fr
3264                 slightly updated the handling/searching section to tell few
3265                   words about the extended search ability:
3266                   handling.xml, en fr
3267                 added missing <quote></quotes> to Quick Search:
3268                   handling.xml, en fr es
3269                 fixed a typo (auomatically):
3270                   handling.xml, en
3271                 changes revisited by Paul.
3272
3273 2006-09-10 [paul]       2.4.0cvs171
3274
3275         * src/prefs_actions.c
3276         * src/prefs_filtering.c
3277         * src/prefs_template.c
3278                 adjustments to the gui
3279                 Patch by Fabien Vantard (slightly modified)
3280
3281 2006-09-10 [colin]      2.4.0cvs170
3282
3283         * src/summaryview.c
3284                 Check folderitem/summaryview consistency
3285                 (basically automates Update summary). Fixes
3286                 #1011 (wrong (negative) count on unread 
3287                 messages)
3288
3289 2006-09-10 [colin]      2.4.0cvs169
3290
3291         * src/gtk/gtksctree.c
3292                 Fix recursive expansion via mouse
3293         * src/plugins/bogofilter/bogofilter.c
3294                 Use normal filtering way of moving
3295                 messages (batching), possibly fixing
3296                 bug #1015 (Bogofilter plugin doubles 
3297                 new messages)
3298
3299 2006-09-09 [wwp]        2.4.0cvs168
3300
3301         * src/prefs_filtering.c
3302                 better place for this fix.
3303
3304 2006-09-09 [wwp]        2.4.0cvs167
3305
3306         * src/prefs_filtering.c
3307                 fix a minor bug when the enabled status of a filtering/processing
3308                 rule always got set to TRUE when replacing this rule. That still
3309                 make sense when adding a new rule, but now when replacing, we
3310                 don't override the value of 'enabled'.
3311                 Also renamed the func prefs_filtering_list_view_get_rule_name()
3312                 to prefs_filtering_list_view_get_info() as this function not only
3313                 returns the name, but also the account_id and the enabled status.
3314
3315 2006-09-09 [mones]      2.4.0cvs166
3316
3317         * manual/glossary.xml
3318         * manual/plugins.xml
3319                 Minor format corrections
3320         * manual/gpl.xml
3321                 Fix misplaced NO WARRANTY section
3322         * manual/es/advanced.xml
3323         * manual/es/faq.xml
3324         * manual/es/glossary.xml
3325         * manual/es/gpl.xml
3326         * manual/es/handling.xml
3327         * manual/es/plugins.xml
3328         * manual/es/starting.xml
3329                 Incorporate changes from English version
3330         * manual/fr/ack.xml
3331         * manual/pl/ack.xml
3332         * manual/es/ack.xml
3333                 Fix address, (add translation credits in es version)
3334         * po/es.po
3335                 Updated translation
3336
3337 2006-09-09 [wwp]        2.4.0cvs165
3338
3339         * src/prefs_filtering.c
3340                 fix a crash when opening filtering prefs, if matcherrc file contains
3341                 broken data (non-existing account id, which is theoretically not
3342                 possible).
3343
3344 2006-09-08 [colin]      2.4.0cvs164
3345
3346         * src/folder.c
3347                 Wrong assert, make it an if()
3348         * src/gtk/gtksctree.c
3349                 Fix bug #1013 (expand selected thread 
3350                 tree) - expanding is now recursive
3351
3352 2006-09-07 [wwp]        2.4.0cvs163
3353
3354         * src/prefs_matcher.c
3355                 make better sentences about addressbook matching in the
3356                 matcher prefs. This should make translators' work easier
3357                 too.
3358
3359 2006-09-07 [wwp]        2.4.0cvs162
3360
3361         * src/prefs_filtering.c
3362                 code simplification (get rid of dup var. assignment).
3363
3364 2006-09-07 [wwp]        2.4.0cvs161
3365
3366         * src/summaryview.c
3367                 use GTK_STOCK icons when possible, patch by Fabien Vantard
3368                 <fzzzzz@gmail.com>.
3369
3370 2006-09-07 [paul]       2.4.0cvs160
3371
3372         * src/mimeview.c
3373                 fix compilation warnings
3374                 Thanks to Colin
3375
3376 2006-09-07 [paul]       2.4.0cvs159
3377
3378         * src/mimeview.c
3379                 select the mimepart icon when
3380                 displaying as text
3381                 Thanks to Colin
3382
3383 2006-09-06 [paul]       2.4.0cvs158
3384
3385         * src/prefs_filtering.c
3386                 fix labels and table element spacing
3387                 Patch by Fabien Vantard
3388
3389 2006-09-06 [paul]
3390
3391         2.5.0-rc3 released
3392
3393 2006-09-06 [paul]       2.4.0cvs157
3394
3395         * manual/es/advanced.xml
3396                 fix typo
3397
3398 2006-09-06 [wwp]        2.4.0cvs156
3399
3400         * src/mainwindow.c
3401                 fix an dup launch issue when iconified, thanks to Colin.
3402
3403 2006-09-06 [wwp]        2.4.0cvs155
3404
3405         * src/gtk//gtksctree.h
3406                 oops, forgot that one!
3407
3408 2006-09-06 [wwp]        2.4.0cvs154
3409
3410         * manual/pl/advanced.xml
3411         * manual/advanced.xml
3412         * manual/es/advanced.xml
3413         * manual/fr/advanced.xml
3414         * src/prefs_customheader.c
3415         * src/prefs_filtering_action.c
3416         * src/foldersel.c
3417         * src/prefs_summaries.c
3418         * src/prefs_filtering.c
3419         * src/account.c
3420         * src/compose.c
3421         * src/prefs_summary_column.c
3422         * src/addr_compl.c
3423         * src/prefs_actions.c
3424         * src/prefs_folder_column.c
3425         * src/ssl_manager.c
3426         * src/prefs_template.c
3427         * src/prefs_display_header.c
3428         * src/prefs_common.h
3429         * src/prefs_matcher.c
3430         * src/prefs_common.c
3431         * src/prefs_toolbar.c
3432         * src/summaryview.c
3433         * src/folderview.c
3434         * src/gtk/gtksctree.c
3435         * src/gtk/pluginwindow.c
3436         * src/gtk/progressdialog.c
3437         * src/gtk/prefswindow.c
3438                 renamed hidden option enable_rules_hint to use_stripes_everywhere
3439                 to make its meaning more obvious (all versions of the manual reflect
3440                 the change).
3441                 added an extra hidden option use_stripes_in_summary to allow
3442                 discarding these stripes in mainwindow's folder and message lists;
3443                 en and fr manuals only are OK towards this.
3444
3445 2006-09-06 [colin]      2.4.0cvs153
3446
3447         * src/textview.c
3448                 Hide Sylpheed-Claws' internal queue headers
3449                 when showing all headers. They'll be present
3450                 only in Source window.
3451
3452 2006-09-05 [colin]      2.4.0cvs152
3453
3454         * src/plugins/trayicon/trayicon.c
3455                 Fix crash at exit - we have to disconnect
3456                 our handlers
3457         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3458                 Update eggtrayicon - patch adapted from a
3459                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
3460                 on Sylpheed's ML
3461
3462 2006-09-05 [colin]      2.4.0cvs151
3463
3464         * src/mainwindow.c
3465         * src/gtk/logwindow.c
3466                 Fix race condition when something writes
3467                 to the log too soon during init. Thanks
3468                 to Fabien Vantard
3469
3470 2006-09-05 [colin]      2.4.0cvs150
3471
3472         * src/mimeview.c
3473                 Don't select part on right-click either
3474
3475 2006-09-05 [paul]       2.4.0cvs149
3476
3477         * src/mimeview.c
3478                 completion of previous commit
3479                 Thanks to Colin
3480
3481 2006-09-05 [colin]      2.4.0cvs148
3482
3483         * src/mimeview.c
3484                 Don't force selection on middle-click, just open
3485
3486 2006-09-04 [colin]      2.4.0cvs147
3487
3488         * src/mimeview.c
3489                 Looks like gtk_notebook_set_current_page()
3490                 sometimes steals focus, and this annoys us
3491                 in MimeViewers as it renders navigation
3492                 keys useless. Take back focus after switching
3493                 pages.
3494
3495 2006-09-04 [colin]      2.4.0cvs146
3496
3497         * src/messageview.c
3498                 Set stop_loading when clicking on Next
3499                 during load. Don't add a callback to 
3500                 avoid over-complicating things.
3501
3502 2006-09-04 [colin]      2.4.0cvs145
3503
3504         * src/mimeview.c
3505         * src/messageview.c
3506                 Fix multiple loads in separate messageview
3507
3508 2006-09-04 [colin]      2.4.0cvs144
3509
3510         * src/summaryview.c
3511                 Let navigation keys be handled during 
3512                 load
3513
3514 2006-09-04 [colin]      2.4.0cvs143
3515
3516         * src/messageview.c
3517         * src/summaryview.c
3518         * src/textview.c
3519         * src/textview.h
3520                 Make loading of huge mails (lots of text and/or
3521                 images) cancellable, so the GUI doesn't block 
3522
3523 2006-09-04 [colin]      2.4.0cvs142
3524
3525         * src/plugins/trayicon/trayicon.c
3526                 Fix annoyance when removing a folder with 
3527                 unread mails: trayicon didn't update
3528
3529 2006-09-04 [paul]       2.4.0cvs141
3530
3531         * src/gtk/icon_legend.c
3532                 straighten up columns
3533                 Patch by Fabien Vantard
3534
3535 2006-09-04 [wwp]        2.4.0cvs140
3536
3537         * src/prefs_filtering.c
3538                 fix new line's account name in filtering prefs:
3539                 was "All", is now "(New)".
3540
3541 2006-09-04 [paul]       2.4.0cvs139
3542
3543         * tools/make.themes.project
3544                 use "AUTOMAKE_OPTIONS = dist-bzip2"
3545                 instead of homebrewed "make release"
3546
3547 2006-09-03 [colin]      2.4.0cvs138
3548
3549         * src/folderview.c
3550                 Fix bug #1007 (Wrong folder highlighted)
3551
3552 2006-09-03 [colin]      2.4.0cvs137
3553
3554         * src/compose.c
3555                 Don't set Newsgroup: header to a mail folder
3556                 path
3557
3558 2006-09-03 [paul]       2.4.0cvs136
3559
3560         * src/prefs_other.c
3561         * src/prefs_spelling.c
3562                 unify the gui
3563
3564 2006-09-03 [paul]       2.4.0cvs135
3565
3566         * src/prefs_summaries.c
3567                 correct menu item text in prefs_keybind_apply_clicked()
3568
3569 2006-09-03 [paul]       2.4.0cvs134
3570
3571         * manual/advanced.xml
3572                 some improvements to the descriptions
3573         * src/mainwindow.c
3574         * src/messageview.c
3575         * src/summaryview.c
3576         * src/gtk/menu.c
3577                 fix menu sensitivity issues
3578         * src/prefs_message.c
3579                 drop the useless word 'short'
3580         * src/prefs_other.c
3581                 add the word 'lines' indicating log length
3582                 is a measure of lines
3583         * src/textview.c
3584                 fix compilation warnings
3585
3586 2006-09-02 [colin]      2.4.0cvs133
3587
3588         * src/messageview.c
3589                 Display a special return-receipt message
3590                 if the message is from the user
3591         * src/summaryview.c
3592                 Fix missing freeze of the list when marking
3593                 all read and unthreading for exec. Thanks
3594                 to Stephan Sachse.
3595
3596 2006-09-02 [paul]       2.4.0cvs132
3597
3598         * src/mainwindow.c
3599         * src/prefs_message.c
3600         * src/summaryview.c
3601                 fix some english
3602
3603 2006-09-02 [wwp]        2.4.0cvs131
3604
3605         * src/prefs_filtering.c
3606                 added an account name column to the filtering rules
3607                 dialog.
3608
3609 2006-09-02 [colin]      2.4.0cvs130
3610
3611         * src/gtk/logwindow.c
3612         * src/gtk/logwindow.h
3613                 Block scrolling if we're not at the end
3614                 of the log
3615
3616 2006-09-02 [colin]      2.4.0cvs129
3617
3618         * src/folder.c
3619                 Make sure account-specific rules can't
3620                 be used in {pre-,post-,}processing
3621         * src/mainwindow.c
3622         * src/gtk/logwindow.c
3623         * src/gtk/logwindow.h
3624                 Jump to last error when clicking on the
3625                 warning icon
3626
3627 2006-09-02 [colin]      2.4.0cvs128
3628
3629         * src/imap.c
3630         * src/import.c
3631         * src/mainwindow.c
3632         * src/mainwindow.h
3633                 Fix warning icon
3634         * src/inc.c
3635         * src/mbox.c
3636         * src/mbox.h
3637                 Let proc_mbox know its account, for
3638                 account-specific rules
3639
3640 2006-09-01 [colin]      2.4.0cvs127
3641
3642         * src/codeconv.c
3643                 Don't uselessly use iconv to convert from
3644                 us-ascii
3645         * src/alertpanel.c
3646         * src/mainwindow.c
3647         * src/mainwindow.h
3648         * src/inc.c
3649                 Fix certain log cases, disable warning icon
3650                 for now, the correct way to display it when
3651                 necessary and only when necessary is probably
3652                 to do it manually rather than use error logs
3653         * src/etpan/imap-thread.c
3654                 Clean up UID logging a bit
3655         * src/gtk/logwindow.c
3656         * src/gtk/logwindow.h
3657                 Make logging faster when the window's closed
3658
3659 2006-09-01 [wwp]        2.4.0cvs126
3660
3661         * manual/fr/account.xml
3662                 reflect changes to the ref. manual (parts of cvs72):
3663                 fix tabnames and quotes.
3664
3665 2006-09-01 [wwp]        2.4.0cvs125
3666
3667         * manual/fr/plugins.xml
3668                 reflect changes to the reference manual (cvs42):
3669                 update IRC channel info.
3670
3671 2006-09-01 [wwp]        2.4.0cvs124
3672
3673         * commitHelper
3674                 use CVSEDITOR env. var. if set, according to `man cvs`.
3675
3676 2006-09-01 [wwp]        2.4.0cvs123
3677
3678         * manual/advanced.xml
3679                 better sentence again (thanks to Paul).
3680
3681 2006-09-01 [wwp]        2.4.0cvs122
3682
3683         * manual/advanced.xml
3684         fix definition of toolbar_detachable and rework a bit the one of
3685         enable_dotted_lines.
3686
3687 2006-09-01 [mones]      2.4.0cvs121
3688
3689         * manual/advanced.xml
3690                 Document enable_dotted_lines
3691
3692 2006-09-01 [paul]       2.4.0cvs120
3693
3694         * src/folderview.c
3695         * src/folderview.h
3696         * src/imap.c
3697         * src/mainwindow.c
3698         * src/summaryview.c
3699                 obey the 'When entering folder...' option
3700                 when using the /View/Go to/... menu items
3701                 Thanks to Colin
3702
3703 2006-08-31 [colin]      2.4.0cvs119
3704
3705         * src/folderview.c
3706                 Revert 2.4.0cvs116, wrong fix.
3707
3708 2006-08-31 [colin]      2.4.0cvs118
3709
3710         * src/gtk/gtksctree.c
3711                 Better state the various copyrights
3712
3713 2006-08-31 [colin]      2.4.0cvs117
3714
3715         * src/prefs_common.c
3716                 fix enable_dotted_lines
3717
3718 2006-08-31 [colin]      2.4.0cvs116
3719
3720         * src/folderview.c
3721                 Use pref "Always open on select" when going
3722                 to next unread folder
3723         * src/gtk/gtksctree.c
3724                 Fix link failure to _gtk_clist_create_cell_layout
3725                 on certain computers. (Why not mine, I wonder)
3726
3727 2006-08-31 [colin]      2.4.0cvs115
3728
3729         * src/procmsg.c
3730         * src/textview.c
3731         * src/plugins/bogofilter/bogofilter.c
3732         * src/plugins/spamassassin/spamassassin.c
3733                 Requalify some "errors" to warnings
3734         * src/mainwindow.c
3735         * src/mainwindow.h
3736         * src/statusbar.c
3737                 Add an icon in the statusbar to notify
3738                 of errors
3739         * src/gtk/gtksctree.c
3740         * src/folderview.c
3741         * src/summaryview.c
3742                 Make the GtkSCTree look more modern by
3743                 alternating background lines
3744         * src/prefs_common.c
3745         * src/prefs_common.h
3746                 Add a pref to let people have the old
3747                 way if they prefer
3748
3749
3750 2006-08-30 [colin]      2.4.0cvs114
3751
3752         * src/procmsg.c
3753         * src/procmsg.h
3754                 Provide a way to filter a list of
3755                 messages in an optimised manner, and
3756                 add a list-filtering hook
3757         * src/folder.c
3758         * src/inc.c
3759         * src/mbox.c
3760                 Use the list filtering
3761         * src/plugins/bogofilter/bogofilter.c
3762                 Use the list-filtering hook
3763                 Use -b (bulk) mode for more speed
3764                 when learning and filtering
3765         * src/etpan/imap-thread.c
3766                 Make log output shorter in UID SEARCH
3767
3768
3769 2006-08-30 [colin]      2.4.0cvs113
3770
3771         * src/plugins/bogofilter/bogofilter.c
3772                 Really fast mass learning - thanks to David
3773                 Relson for the options explanations :)
3774
3775 2006-08-30 [colin]      2.4.0cvs112
3776
3777         * src/msgcache.c
3778                 Fix compilation on FreeBSD. Thanks
3779                 to Michael Hugues
3780
3781 2006-08-29 [colin]      2.4.0cvs111
3782
3783         * src/folderview.c
3784                 Handle "popup_menu" signal (for popping the 
3785                 menu via the keyboard)
3786         * src/mimeview.c
3787         * src/mimeview.h
3788         * src/summaryview.c
3789         * src/textview.c
3790         * src/gtk/gtkutils.c
3791         * src/gtk/gtkutils.h
3792                 Factorize scrolling code, and add an API 
3793                 for MimeViewers to handle scroll orders
3794
3795 2006-08-29 [wwp]        2.4.0cvs110
3796
3797         * src/plugins//bogofilter/bogofilter.c
3798         * src/plugins//spamassassin/spamassassin.c
3799                 make the bogofilter/spamassassin filtering error dialogs at
3800         incorporation obey to the "don't popup error dialog on
3801         receive error" option. If disabled, feed the log window w/
3802         the error message.
3803
3804 2006-08-29 [paul]
3805
3806         2.5.0-rc2 released
3807
3808 2006-08-29 [paul]       2.4.0cvs109
3809
3810         * Makefile.am
3811                 remove 'make release', it's not needed
3812                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
3813
3814 2006-08-29 [paul]       2.4.0cvs108
3815
3816         * src/foldersel.c
3817         * src/summary_search.c
3818         * src/gtk/progressdialog.c
3819         * src/plugins/pgpcore/passphrase.c
3820                 replace deprecated gtk_window_set_policy()
3821
3822 2006-08-29 [colin]      2.4.0cvs107
3823
3824         * src/folder.c
3825                 Fix data loss when copy fails during a move:
3826                 only use fast remove_msgs if everything was
3827                 copied OK; else use slow remove_msg on the
3828                 mails that got copied only.
3829
3830 2006-08-28 [paul]       2.4.0cvs106
3831
3832         * src/mh.c
3833                 revert change in 2.4.0cvs104, it breaks
3834                 stuff
3835
3836 2006-08-28 [paul]       2.4.0cvs105
3837
3838         * src/plugins/spamassassin/spamassassin.c
3839                 english fix
3840
3841 2006-08-28 [paul]       2.4.0cvs104
3842
3843         * src/mh.c
3844                 fix data loss when moving to another
3845                 mailbox fails
3846         * src/prefs_spelling.c
3847                 improve the english
3848         * src/gtk/pluginwindow.c
3849                 improve the layout of the dialog text
3850         All thanks to Colin
3851
3852 2006-08-28 [paul]       2.4.0cvs103
3853
3854         * src/plugins/bogofilter/bogofilter.c
3855         * src/plugins/bogofilter/bogofilter_gtk.c
3856                 fix english up a bit, innit
3857
3858 2006-08-28 [paul]       2.4.0cvs102
3859
3860         * configure.ac
3861         * po/Makefile.in.in
3862         * po/Makevars
3863                 require autoconf 2.60, enabling building
3864                 with gettext 0.15 (gettext 0.14.x build still
3865                 possible). Replace Makefiles with versions
3866                 from gettext 0.15.
3867                 Remove configure options --with-localedir and
3868                 --with-mandir. The options that are provided
3869                 directly by autoconf 2.60 can be used instead:
3870                 --mandir --localedir
3871
3872 2006-08-27 [colin]      2.4.0cvs101
3873
3874         * src/plugins/bogofilter/Makefile.am
3875                 Fix make dist (no README)
3876
3877 2006-08-27 [colin]      2.4.0cvs100
3878
3879         * src/folder.c
3880                 Don't use F_UNKNOWN folders for any default
3881                 outbox/trash/etc
3882         * src/plugins/bogofilter/bogofilter.c
3883         * src/plugins/bogofilter/bogofilter.h
3884         * src/plugins/bogofilter/bogofilter_gtk.c
3885                 Add an option to specify the path to bogofilter
3886                 Use single-quotes to be able to learn in folders
3887                 with spaces in their names
3888                 Verify learning status
3889
3890 2006-08-27 [colin]      2.4.0cvs99
3891
3892         * manual/faq.xml
3893         * manual/plugins.xml
3894                 Document Bogofilter plugin
3895
3896 2006-08-27 [colin]      2.4.0cvs98
3897
3898         * src/compose.c
3899         * src/messageview.c
3900         * src/procmsg.c
3901         * src/procmsg.h
3902                 When possible, copy the queued mail to sent folder
3903                 instead of re-adding. Much faster on IMAP.
3904
3905 2006-08-27 [colin]      2.4.0cvs97
3906
3907         * src/msgcache.c
3908                 Disable mmaped caches - huge metadata loss
3909                 here after a power failure.
3910         * src/summaryview.c
3911                 Add quicksearch timing
3912         * src/common/plugin.c
3913         * src/common/plugin.h
3914                 Implement an interface to tell what plugins
3915                 provide. Prevent loading of similar plugins.
3916         * src/plugins/clamav/clamav_plugin.c
3917         * src/plugins/demo/demo.c
3918         * src/plugins/dillo_viewer/dillo_viewer.c
3919         * src/plugins/pgpcore/plugin.c
3920         * src/plugins/pgpinline/pgpinline.c
3921         * src/plugins/pgpmime/pgpmime.c
3922         * src/plugins/spamassassin/spamassassin.c
3923         * src/plugins/trayicon/trayicon.c
3924                 Implement plugin_provides()
3925
3926 2006-08-27 [colin]      2.4.0cvs96
3927
3928         * configure.ac
3929         * src/plugins/Makefile.am
3930         * src/plugins/bogofilter/.cvsignore
3931         * src/plugins/bogofilter/Makefile.am
3932         * src/plugins/bogofilter/bogofilter.c
3933         * src/plugins/bogofilter/bogofilter.h
3934         * src/plugins/bogofilter/bogofilter_gtk.c
3935                 New Bogofilter plugin, provides filtering and
3936                 learning. Spamassassin will go to extra plugins.
3937
3938 2006-08-26 [mones]      2.4.0cvs95
3939
3940         * manual/handling.xml
3941                 Fix subfolder path in the example (thanks to Paul) 
3942
3943 2006-08-26 [mones]      2.4.0cvs94
3944
3945         * manual/glossary.xml
3946                 2.2. + add ISP to the glossary
3947                 7.5. + Add UIDL to glossary
3948                 7.7. + Add TCP to glossary
3949         * manual/handling.xml
3950                 7.1. + Mentions GNU/Linux distribution, what about the non...
3951                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
3952                 7.3. + Mentions .bashrc, what about the non-bash ones? 
3953                 7.4. = Use appropriate quotation for commands
3954                 7.6. = change "" to <quote></quote>
3955         * manual/plugins.xml
3956                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
3957         * manual/starting.xml
3958                 2.1. + local mbox file: some examples of mbox file locations...
3959                 Also reformatted files requiring it
3960
3961 2006-08-26 [wwp]        2.4.0cvs93
3962
3963         * src/summary_search.c
3964                 disable find buttons while summary search is running.
3965
3966 2006-08-25 [colin]      2.4.0cvs92
3967
3968         * src/folder.c
3969         * src/folderutils.c
3970         * src/mh.c
3971         * src/procmsg.h
3972         * src/summaryview.c
3973                 Speed up MH moving, and add progressbar
3974                 for MH deletion
3975         * src/msgcache.c
3976                 Write cache files using mmap() too
3977
3978 2006-08-25 [wwp]        2.4.0cvs91
3979
3980         * src/summaryview.c
3981                 switch spam<->ham button when a message has been marked as spam or ham
3982                 and is still selected. Thanks to Colin.
3983
3984 2006-08-25 [paul]       2.4.0cvs90
3985
3986         * src/Makefile.am
3987         * src/stock_pixmap.c
3988         * src/stock_pixmap.h
3989         * src/summaryview.c
3990         * src/gtk/icon_legend.c
3991         * src/pixmaps/copied.xpm
3992         * src/pixmaps/moved.xpm
3993                 add icons for delayed execution marked for
3994                 copying, marked for moving
3995
3996 2006-08-25 [mones]      2.4.0cvs89
3997
3998         * manual/glossary.xml
3999                 Fix the other glossary items:
4000                 5.1. = Inmmediate execution -> <quote>immediate execution...
4001                 5.2. = Fix MBOX capitalization -> Mbox
4002                 5.3. + Improve Plugins def. w/ tech. ref.
4003                 5.4. = Quotation -> replace '>' by <quote>></quote>
4004                 5.5. - SMTP Server. -> remove dot
4005         * po/es.po
4006                 Updated translation
4007
4008 2006-08-25 [mones]      2.4.0cvs88
4009
4010         * manual/ack.xml
4011                 Reformatted, changed email address
4012         * manual/glossary.xml
4013                 Reformatted, fixed MANUAL-TODO items:
4014                 8.2. + add ROT-13 to glossary
4015                 8.4. + add URL to glossary
4016         * manual/es/advanced.xml
4017                 Fixed <literal>s
4018
4019 2006-08-25 [paul]       2.4.0cvs87
4020
4021         * src/gtk/icon_legend.c
4022                 add 'marked for deletion' icon
4023                 arrange icons by containing column
4024                 wrap long label text
4025
4026 2006-08-25 [colin]      2.4.0cvs86
4027
4028         * src/common/utils.c
4029         * src/common/utils.h
4030                 Add the sc_g_*list_bigger functions in
4031                 a place everyone can use it
4032         * src/summaryview.c
4033                 Only freeze/thaw the list when working
4034                 on the selection, if it's bigger than 1
4035         * src/gtk/gtksctree.c
4036                 Only freeze/thaw the list when unselec-
4037                 ting 'all' if ('all' != 1)
4038                 This avoids some flickering
4039
4040 2006-08-24 [colin]      2.4.0cvs85
4041
4042         * src/addressbook.c
4043                 Fix strange list selection
4044                 Fix random seg (Invalid read of freed memory)
4045
4046 2006-08-24 [colin]      2.4.0cvs84
4047
4048         * src/alertpanel.c
4049         * src/gtk/inputdialog.c
4050         * src/plugins/pgpcore/passphrase.c
4051                 Revert minimal width patch of 2.4.0cvs67,
4052                 as it is also a maximal width. Use 
4053                 gtk_window_set_default_size instead.
4054
4055 2006-08-24 [colin]      2.4.0cvs83
4056
4057         * src/msgcache.c
4058                 Write cache/mark to temp files before
4059                 overwriting old ones (avoids metadata
4060                 loss if writing the new files fail).
4061                 Use mmap() to read cache/mark file, as
4062                 this makes cache reading faster. Dis-
4063                 abled for big-endian machines until it
4064                 can be tested. (Big-endian users: set
4065                 msgcache_use_mmap = TRUE in the relevant
4066                 #if).
4067         * src/procmsg.h
4068                 Move rarely used fields of MsgInfo in 
4069                 another structure, which will only be
4070                 allocated if needed. Face, X-Face,
4071                 Return receipt headers and List-*
4072                 headers are moved. Mails having none
4073                 of these occupy 52 bytes less with
4074                 this patch, which makes 2.5MB of RAM
4075                 saved on a 50k folder).
4076         * src/headerview.c
4077         * src/mainwindow.c
4078         * src/messageview.c
4079         * src/partial_download.c
4080         * src/procheader.c
4081         * src/procmsg.c
4082         * src/textview.c
4083                 Follow this structure change.
4084
4085 2006-08-24 [wwp]        2.4.0cvs82
4086
4087         * manual/es/.cvsignore
4088         * manual/es/dist/.cvsignore
4089         * manual/es/dist/html/.cvsignore
4090         * manual/es/dist/pdf/.cvsignore
4091         * manual/es/dist/ps/.cvsignore
4092         * manual/es/dist/txt/.cvsignore
4093                 more (generated) files to ignore.
4094
4095 2006-08-24 [colin]      2.4.0cvs81
4096
4097         * src/folder.c
4098         * src/mh.c
4099                 Fix possible problems with local delivery. Check the folder doesn't
4100                 need scan before setting its mtime when saving cache (which can be
4101                 done long after the folder's been modified by an external process);
4102                 Check that the stored item's mtime didn't change in mh functions.
4103
4104 2006-08-24 [mones]      2.4.0cvs80
4105
4106         * manual/advanced.xml
4107                 Rewrapping, some fixes and MANUAL-TODO items:
4108                 8.1. = change "" to <quote></quote>
4109                 8.3. = quote menu items
4110                 8.5. - deploying -> new user ... ideally a new user (redundant)
4111
4112 2006-08-23 [colin]      2.4.0cvs79
4113
4114         * src/gtk/gtksctree.c
4115                 When selecting or deselecting range, only
4116                 freeze/thaw when selection is bigger than 10
4117
4118 2006-08-23 [colin]      2.4.0cvs78
4119
4120         * src/messageview.c
4121         * src/mimeview.c
4122         * src/mimeview.h
4123         * src/plugins/dillo_viewer/dillo_viewer.c
4124                 Provide an API for MimeViewer plugins to
4125                 return a text selection for replying
4126
4127 2006-08-23 [colin]      2.4.0cvs77
4128
4129         * src/image_viewer.c
4130         * src/textview.c
4131                 Use gtk_pixbuf_new_from_file_at_scale(), which
4132                 is faster than getting the pixbuf then resizing
4133                 it.
4134
4135 2006-08-23 [colin]      2.4.0cvs76
4136
4137         * src/procmime.c
4138                 UTF-8 should be sent Quoted-printable
4139
4140 2006-08-22 [colin]      2.4.0cvs75
4141
4142         * src/mh.c
4143                 Check if scan is required before touching
4144                 the folder (or it'll be required every time)
4145
4146 2006-08-22 [colin]      2.4.0cvs74
4147
4148         * configure.ac
4149                 Require libetpan 0.46 (crasher fix when built
4150                 against gnutls)
4151
4152 2006-08-22 [colin]      2.4.0cvs73
4153
4154         * src/folder.c
4155                 Set folder's mtime after writing its
4156                 cache
4157         * src/folderview.c
4158                 Add some timing
4159         * src/procmsg.c
4160                 Don't do useless stuff if we don't 
4161                 thread by subject
4162         * src/summaryview.c
4163                 Add some timing, don't deselect prior
4164                 to selecting (gtksctree does it itself),
4165                 remove crash avoidance hacks as it's been
4166                 properly fixed since a while
4167         * src/common/utils.c
4168                 Optimize to_human_readable(): _() is slow,
4169                 do it only once, and avoid %f format for KB
4170                 (the most common in a summaryview)
4171         * src/gtk/gtksctree.c
4172                 Don't uselessly freeze/thaw (fixes flicker
4173                 on next unread and friends), reduce number
4174                 of g_list_nth/g_list_position where possible
4175         * src/gtk/gtkutils.c
4176         * src/gtk/gtkutils.h
4177                 Reduce number of g_list_nth/g_list_position
4178                 where possible.
4179                 All of this makes loading as 70k folder 2.1
4180                 seconds instead of 3.2 (with hot FS caches).
4181                 (1.3 seconds without Date and Size columns...)
4182
4183 2006-08-22 [paul]       2.4.0cvs72
4184
4185         wrap documents and do some items from mones' MANUAL-TODO:
4186
4187         * manual/account.xml
4188                 4.1. = fix tabname references to <quote>tabname</quote>
4189                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
4190         * manual/faq.xml
4191                 1.1. = mentioned options don't match UI
4192                 Add information about the 'Never send Return Receipts'
4193                 option
4194         * manual/handling.xml
4195                 6.2. = Mentions Extended symbols button, but now is
4196                 named Information
4197                 6.3. = Mentions ... button, which is now Edit
4198
4199 2006-08-22 [colin]      2.4.0cvs71
4200
4201         * src/gtk/pluginwindow.c
4202                 Fix layout in verbose translations (such
4203                 as french)
4204
4205 2006-08-22 [paul]       2.4.0cvs70
4206
4207         * manual/Makefile.am
4208                 build manuals in alphabetical order
4209         * src/addressbook.c
4210         * src/prefs_themes.c
4211                 replace/remove deprecated symbols
4212         * src/gtk/gtkutils.c
4213                 fix a warning
4214         * src/gtk/pluginwindow.c
4215                 replace deprecated symbol
4216                 replace label text and move it
4217         * src/plugins/pgpcore/prefs_gpg.c
4218                 move the 'Generate...' button out of the
4219                 Sign Key frame, replace the English used
4220         * src/plugins/pgpcore/sgpgme.c
4221                 fixes to the English
4222
4223 2006-08-21 [colin]      2.4.0cvs69
4224
4225         * src/plugins/trayicon/trayicon.c
4226                 Add more strings for translation; patch
4227                 by Pawel
4228
4229 2006-08-21 [colin]      2.4.0cvs68
4230
4231         * src/compose.c
4232                 fix replied flag not set after drafting
4233         * src/matcher.c
4234                 fix body quicksearch in non-encoded bodies
4235                 containing '='
4236         * src/msgcache.c
4237                 Get rid of the g_malloc workaround for
4238                 corrupted caches, use g_try_malloc
4239
4240 2006-08-21 [colin]      2.4.0cvs67
4241
4242         * src/alertpanel.c
4243         * src/gtk/inputdialog.c
4244         * src/plugins/pgpcore/passphrase.c
4245                 Set minimal width to 375
4246         * src/mainwindow.c
4247                 Fix switching to offline, asking if it 
4248                 should be overriden for synchronising
4249         * src/mimeview.c
4250                 Don't offer to remember command on Open 
4251                 with for text parts, as the browser or 
4252                 text editor command isn't changed from 
4253                 there
4254
4255 2006-08-20 [paul]       2.4.0cvs66
4256
4257         * po/ko.po
4258         * po/zh_CN.po
4259                 fix plural form errors. revealed by stricter
4260                 checking of gettext 0.15
4261
4262 2006-08-18 [paul]       2.4.0cvs65
4263
4264         * src/stock_pixmap.c
4265                 fix the fix of 2.4.0cvs64
4266                 Thanks to Colin
4267
4268 2006-08-18 [paul]       2.4.0cvs64
4269
4270         * src/stock_pixmap.c
4271                 fix leaks
4272                 Thanks to Colin
4273
4274 2006-08-18 [paul]       2.4.0cvs63
4275
4276         * src/compose.c
4277         * src/procmsg.c
4278                 fix occasional IMAP bug where large msgs
4279                 were left in the queue folder after sending
4280                 Thanks to Colin
4281
4282 2006-08-18 [paul]       2.4.0cvs62
4283
4284         * src/folderview.c
4285                 freeze the summaryview while quicksearch results
4286                 are displayed
4287                 (fixes bug 456 'current message is hidden when the
4288                 view is refreshed and extended search is "unread 
4289                 messages"')
4290                 Thanks to Colin
4291         * src/textview.c
4292                 add missing #include "inputdialog.h"
4293         * src/common/utils.h
4294                 add missing mailcap_update_default() and improve
4295                 readability
4296
4297 2006-08-17 [colin]      2.4.0cvs61
4298
4299         * src/plugins/pgpcore/select-keys.c
4300                 Fix warnings :)
4301
4302 2006-08-17 [colin]      2.4.0cvs60
4303
4304         * src/compose.c
4305                 Don't continue queuing if Cancel is clicked
4306                 in select-keys
4307
4308 2006-08-17 [colin]      2.4.0cvs59
4309
4310         * src/plugins/pgpcore/select-keys.c
4311                 When encrypting, if only one key matches and it 
4312                 matches exactly, automatically use it.
4313
4314 2006-08-17 [colin]      2.4.0cvs58
4315
4316         * src/mimeview.c
4317         * src/prefs_common.c
4318         * src/prefs_common.h
4319         * src/prefs_ext_prog.c
4320         * src/textview.c
4321                 Fix issues with previous patch (text/html)
4322                 Remove outdated prefs
4323
4324 2006-08-17 [colin]      2.4.0cvs57
4325
4326         * src/imap.c
4327                 Add View Log button on auth error
4328         * src/procmsg.c
4329                 Fix encrypted mail marked as new when
4330                 saved in normal folders
4331         * src/plugins/pgpinline/pgpinline.c
4332                 Fix encrypt bug on IMAP
4333         * src/mimeview.c
4334         * src/common/utils.c
4335         * src/common/utils.h
4336         * src/gtk/inputdialog.c
4337         * src/gtk/inputdialog.h
4338                 Get rid of metamail stuff, simplify
4339                 opening, and allow remembering of user's
4340                 choices (by updating ~/.mailcap). There's
4341                 still to drop "Audio player" and "Image
4342                 viewer" preferences.
4343
4344 2006-08-17 [mones]      2.4.0cvs56
4345
4346         * manual/es/sylpheed-claws-manual.xml
4347                 fix DTD path
4348
4349 2006-08-17 [mones]      2.4.0cvs55
4350
4351         * configure.ac
4352         * manual/Makefile.am
4353         * manual/es/Makefile.am
4354         * manual/es/account.xml
4355         * manual/es/ack.xml
4356         * manual/es/addrbook.xml
4357         * manual/es/advanced.xml
4358         * manual/es/faq.xml
4359         * manual/es/glossary.xml
4360         * manual/es/gpl.xml
4361         * manual/es/handling.xml
4362         * manual/es/intro.xml
4363         * manual/es/keyboard.xml
4364         * manual/es/plugins.xml
4365         * manual/es/starting.xml
4366         * manual/es/sylpheed-claws-manual.xml
4367         * manual/es/dist/Makefile.am
4368         * manual/es/dist/html/Makefile.am
4369         * manual/es/dist/pdf/Makefile.am
4370         * manual/es/dist/ps/Makefile.am
4371         * manual/es/dist/txt/Makefile.am
4372                 Spanish translation for the manual
4373
4374 2006-08-16 [colin]      2.4.0cvs54
4375
4376         * src/compose.c
4377         * src/main.c
4378         * src/mainwindow.c
4379                 Fix send button sensitivity at startup
4380                 Set send menu sensitivity (patch by Fabien)
4381         * src/ssl_manager.c
4382                 Enable closing with esc (patch by Fabien)
4383         * src/gtk/foldersort.c
4384                 Enable closing with esc (patch by Fabien)
4385         * src/procmime.c
4386                 Optimisation (no need to copy to tempfile to
4387                 "decode" 7bit and 8bit)
4388         * src/summaryview.c
4389                 Fix cruft in swap_from case
4390         * src/textview.c
4391                 Fix missing last line in some mail cases 
4392                 (Fixes debian #381872)
4393         * src/plugins/pgpcore/prefs_gpg.c
4394         * src/plugins/pgpcore/sgpgme.c
4395         * src/plugins/pgpcore/sgpgme.h
4396                 Don't show "no key found" when user explicitely
4397                 wants to create a key
4398
4399 2006-08-16 [paul]       2.4.0cvs53
4400
4401         * configure.ac
4402         * src/account.c
4403         * src/addressbook.c
4404         * src/headerview.c
4405         * src/prefs_account.c
4406         * src/prefs_message.c
4407         * src/gtk/gtkutils.c
4408                 bump up minimum required versions of GTK+ and
4409                 GLIB to 2.6.0
4410
4411 2006-08-16 [paul]       2.4.0cvs52
4412
4413         * src/toolbar.c
4414                 workaround GTK+ Bug 351600 - 'Can't re-click
4415                 on button after sensitivity update'
4416                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
4417                 Thanks to Colin
4418
4419 2006-08-15 [colin]      2.4.0cvs51
4420
4421         * src/plugins/pgpcore/prefs_gpg.c
4422                 Set options sensitivity according to
4423                 key existence
4424         * src/plugins/pgpcore/sgpgme.c
4425                 Allow to create key with no passphrase
4426
4427 2006-08-14 [cleroy]     2.4.0cvs50
4428
4429         * src/gtk/pluginwindow.c
4430                 New layout (maybe to be changed?)
4431         * src/gtk/gtkutils.c
4432                 Fix a bit label_window
4433         * src/plugins/pgpcore/passphrase.c
4434         * src/plugins/pgpcore/passphrase.h
4435         * src/plugins/pgpcore/plugin.c
4436         * src/plugins/pgpcore/prefs_gpg.c
4437         * src/plugins/pgpcore/prefs_gpg.h
4438         * src/plugins/pgpcore/sgpgme.c
4439         * src/plugins/pgpcore/sgpgme.h
4440                 Allow to create a PGP private key via the GUI
4441
4442 2006-08-14 [wwp]        2.4.0cvs49
4443
4444         * src/addressbook_foldersel.c
4445                 fix strict ISO C90 compliance.
4446
4447 2006-08-14 [paul]       2.4.0cvs48
4448
4449         * src/gtk/prefswindow.c
4450                 re-set scrolled window on opening
4451                 Patch by Ticho
4452
4453 2006-08-14 [paul]
4454
4455         2.5.0-rc1 released
4456
4457 2006-08-14 [paul]       2.4.0cvs47
4458
4459         * src/prefs_display_header.c
4460                 re-enable user-defined Displayed Headers
4461
4462 2006-08-14 [paul]       2.4.0cvs46
4463
4464         * src/prefs_account.c
4465                 use GTK_STOCK_EDIT
4466
4467 2006-08-13 [colin]      2.4.0cvs45
4468
4469         * src/common/utils.c
4470                 Fix "a" in quote when the original message is empty,
4471                 by using \0 instead of 'a' to test writability of
4472                 temp files.
4473
4474 2006-08-13 [wwp]        2.4.0cvs44
4475
4476         * src/plugins/spamassassin/spamassassin.c
4477                 fix capitalization of "SpamAssassin" in some debug, log and
4478                 dialog messages.
4479
4480 2006-08-13 [paul]       2.4.0cvs43
4481
4482         * src/editldap.c
4483                 fix overlapping widgets
4484         * src/prefs_account.c
4485                 fix translation of protocol_names[]
4486                 fix label disappearing off the edge of the
4487                 visible area
4488
4489 2006-08-12 [paul]       2.4.0cvs42
4490
4491         * manual/plugins.xml
4492                 update IRC channel info before it gets forgotten
4493                 about
4494
4495 2006-08-11 [colin]      2.4.0cvs41
4496
4497         * src/compose.c
4498         * src/mainwindow.c
4499         * src/mainwindow.h
4500         * src/procmsg.c
4501         * src/procmsg.h
4502         * src/summaryview.c
4503         * src/toolbar.c
4504                 Grey out the Send button if
4505                 - Queue folders are empty, or
4506                 - We're sending already
4507
4508 2006-08-11 [wwp]        2.4.0cvs40
4509
4510         * src/main.c
4511                 fix a logic issue when quitting while a compose window is
4512                 still open, thanks to Colin.
4513
4514 2006-08-10 [colin]      2.4.0cvs39
4515
4516         * src/main.c
4517                 Fix default font size setting after wizard run
4518         * src/imap.c
4519         * src/etpan/imap-thread.c
4520         * src/etpan/imap-thread.h
4521                 Fix bug #999 (Timing out on TSL cert validation 
4522                 dialog makes ugly things happen). Also, STARTTLS
4523                 unconditionnaly if initial capabilities contain
4524                 LOGINDISABLED and STARTTLS.
4525
4526 2006-08-09 [colin]      2.4.0cvs38
4527
4528         * src/mainwindow.c
4529         * src/mainwindow.h
4530                 Fix Tools/Actions sensitivity when there are
4531                 no actions
4532
4533 2006-08-09 [colin]      2.4.0cvs37
4534
4535         * src/prefs_filtering.c
4536                 Warning fix, patch by Paul
4537         * src/messageview.c
4538         * src/prefs_actions.c
4539         * src/prefs_filtering_action.c
4540         * src/prefs_matcher.c
4541                 Uniformisation of "Info ..." to "Info..." (for
4542                 old gtk), patch by Fabien
4543         * src/plugins/clamav/clamav_plugin_gtk.c
4544                 Sensitivity fix by Fabien
4545
4546 2006-08-09 [colin]      2.4.0cvs36
4547
4548         * src/main.c
4549         * src/main.h
4550                 Add a function to know whether we're exiting
4551         * src/plugins/trayicon/trayicon.c
4552                 If exiting, don't do anything. Faster, and
4553                 avoids gtk_main_iteration reentracy causing
4554                 segfaults at exit
4555
4556 2006-08-09 [colin]      2.4.0cvs35
4557
4558         * src/messageview.c
4559         * src/mimeview.c
4560         * src/mimeview.h
4561                 Fix lack of part selection when automatically 
4562                 jumping to a specific part
4563         * src/msgcache.c
4564                 Little optimisation in cache reading
4565
4566 2006-08-09 [colin]      2.4.0cvs34
4567
4568         * src/compose.c
4569                 Fix crash setting the priority on reedit
4570                 (Accessing compose before creating it!)
4571
4572 2006-08-08 [colin]      2.4.0cvs33
4573
4574         * src/procmime.c
4575                 Fix bug #998 (last attachment is not accessible)
4576                 Bad RFC interpretation on multipart close-delimiters
4577         * src/mimeview.c
4578         * src/mimeview.h
4579         * src/gtk/gtkvscrollbutton.c
4580         * src/gtk/gtkvscrollbutton.h
4581                 Make attachments list wheel-scrollable
4582
4583 2006-08-07 [colin]      2.4.0cvs32
4584
4585         * src/gtk/gtkaspell.c
4586                 Fix bug #973 (Unicode punctation characters 
4587                 are not recognized as separators by the
4588                 spell checker); fix unsigned stuff
4589
4590 2006-08-07 [colin]      2.4.0cvs31
4591
4592         * src/compose.c
4593                 Fix bug #956 (DnD text with accents in compose 
4594                 text entry); fix gccc's signed/unsigned fuss
4595
4596 2006-08-06 [colin]      2.4.0cvs30
4597
4598         * src/main.c
4599                 Fix bug #979 (Plugin crashes when exiting 
4600                 sylpheed-claws) : handle exit request only 
4601                 once
4602
4603 2006-08-05 [colin]      2.4.0cvs29
4604
4605         * src/news.c
4606                 Just make sure we have a msgid.
4607
4608 2006-08-05 [colin]      2.4.0cvs28
4609
4610         * src/news.c
4611         * src/summaryview.c
4612                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
4613                 by reimplementing it
4614         * src/textview.c
4615                 Fix bug when hiding quotes with level > 3 and quote
4616                 colors are recycled
4617
4618 2006-08-04 [colin]      2.4.0cvs27
4619
4620         * src/compose.c
4621         * src/undo.c
4622         * src/undo.h
4623                 Fix a bit replace-by-pasting undo
4624         * src/mainwindow.c
4625         * src/messageview.c
4626                 Fix Fold quotes menu synchro in
4627                 mainwindow when it changes in 
4628                 messageview
4629         * src/textview.c
4630                 Fix right-click on quotes blocks
4631         * src/common/utils.c
4632                 Verify that the file created by
4633                 my_tmpfile() is writable. Fixes
4634                 bug #988 (very specific filesystem
4635                 issue)
4636         * src/plugins/pgpcore/sgpgme.c
4637                 Fix file descriptor leak
4638         * src/plugins/spamassassin/spamassassin.c
4639                 Warn once if spamd isn't reachable
4640
4641 2006-08-04 [colin]      2.4.0cvs26
4642
4643         * src/toolbar.c
4644                 i18n context patch by Fabien
4645
4646 2006-08-03 [colin]      2.4.0cvs25
4647
4648         * src/mainwindow.c
4649         * src/messageview.c
4650                 Rename "Hide quotes" to "Fold quotes"
4651         * src/textview.c
4652                 Don't use hand cursor on quotes. "all 
4653                 the bonuses of the feature and none of 
4654                 unwelcome side-effects"
4655
4656 2006-08-03 [colin]      2.4.0cvs24
4657
4658         * AUTHORS
4659         * sylpheed-claws.desktop
4660         * src/gtk/authors.h
4661                 Bring the desktop file to XDG compliance
4662                 Patch by Charles A. Edwards
4663
4664 2006-08-03 [colin]      2.4.0cvs23
4665
4666         * src/textview.c
4667                 Fix links offset when they are preceded
4668                 by accentued chars (g_utf8_strlen!)
4669         * src/mainwindow.c
4670                 Fix wrong status when starting offline
4671
4672
4673 2006-08-03 [wwp]        2.4.0cvs22
4674
4675         * src/prefs_common.h
4676                 ask what to do w/ filtering rules that belong to an account when
4677                 applying filtering rules manually from the main window (skip,
4678                 apply regardless of the account, use current account). This dialog
4679                 can be skipped and the last reply used.
4680                 (forgot that file)
4681
4682 2006-08-03 [wwp]        2.4.0cvs21
4683
4684         * src/filtering.c
4685         * src/filtering.h
4686         * src/prefs_common.c
4687         * src/summaryview.c
4688         * src/alertpanel.c
4689         * src/alertpanel.h
4690         * src/messageview.c
4691                 ask what to do w/ filtering rules that belong to an account when
4692                 applying filtering rules manually from the main window (skip,
4693                 apply regardless of the account, use current account). This dialog
4694                 can be skipped and the last reply used.
4695
4696
4697 2006-08-03 [colin]      2.4.0cvs20
4698
4699         * src/textview.c
4700                 Optimize previous patch
4701
4702 2006-08-03 [cleroy]     2.4.0cvs19
4703
4704         * src/textview.c
4705                 Fix quotes getting toggled back when the
4706                 mail has an even number of text parts
4707
4708 2006-08-02 [colin]      2.4.0cvs18
4709
4710         * src/messageview.c
4711                 Add Hide quotes menu
4712
4713 2006-08-02 [colin]      2.4.0cvs17
4714
4715         * src/mainwindow.c
4716         * src/prefs_common.c
4717         * src/textview.c
4718         * src/textview.h
4719         * src/gtk/about.c
4720                 Allow per-level quote hiding,
4721                 Allow toggling quotes by double-clicking them
4722                 Rename RemoteURI to ClickableText to reflect
4723                 the fact it's used for a variety of things
4724
4725 2006-08-02 [wwp]        2.4.0cvs16
4726
4727         * src/mainwindow.c
4728                 fix "View/Hide quotes" menu item status initialization.
4729
4730 2006-08-02 [wwp]        2.4.0cvs15
4731
4732         * src/matcher_parser_parse.y
4733                 remove a debug trace.
4734
4735 2006-08-02 [paul]       2.4.0cvs14
4736
4737         * src/plugins/pgpcore/passphrase.c
4738                 don't set initial dialog size
4739                 make it resizable
4740
4741 2006-08-02 [paul]       2.4.0cvs13
4742
4743         * src/noticeview.c
4744                 remove the rogue '/' character
4745
4746 2006-08-02 [paul]       2.4.0cvs12
4747
4748         * src/noticeview.c
4749                 allow buttons to resize as necessary
4750
4751 2006-08-01 [wwp]        2.4.0cvs11
4752
4753         * src/mbox.c
4754                 fix strict ISO C90 compliance.
4755
4756 2006-08-01 [wwp]        2.4.0cvs10
4757
4758         * tools/update-po
4759                 updated update-po tool to work w/ context-dependent translations.
4760                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
4761
4762 2006-08-01 [wwp]        2.4.0cvs9
4763
4764         * src/matcher.c
4765         * src/prefs_filtering.c
4766         * src/prefs_matcher.c
4767                 allow context-dependent translations for "All",
4768                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4769
4770 2006-07-31 [colin]      2.4.0cvs8
4771
4772         * AUTHORS
4773         * src/gtk/authors.h
4774                 Add Rafal to authors
4775
4776 2006-07-31 [colin]      2.4.0cvs7
4777
4778         * src/compose.c
4779         * src/mainwindow.c
4780         * src/messageview.h
4781         * src/prefs_common.c
4782         * src/prefs_common.h
4783         * src/textview.c
4784                 Add 'View/Hide quotes'. Patch based on a patch
4785                 by Rafal Weglarz
4786
4787 2006-07-31 [colin]      2.4.0cvs6
4788
4789         * src/action.c
4790                 Fix problem with "> stuff >" actions
4791
4792 2006-07-31 [paul]       2.4.0cvs5
4793
4794         * po/nb.po
4795                 updated by Geir Helland
4796
4797 2006-07-31 [wwp]        2.4.0cvs4
4798
4799         * src/mainwindow.c
4800         * src/summaryview.c
4801         * src/summaryview.h
4802                 add "View/Go to/Parent message" and "View/Go to/Last read message",
4803                 thanks to Colin.
4804
4805 2006-07-31 [wwp]        2.4.0cvs3
4806
4807         * src/Makefile.am
4808         * src/addr_compl.c
4809         * src/addr_compl.h
4810         * src/addressbook.c
4811         * src/addressbook.h
4812         * src/addressbook_foldersel.c
4813         * src/addressbook_foldersel.h
4814         * src/addrindex.c
4815         * src/addrindex.h
4816         * src/matcher.c
4817         * src/matcher.h
4818         * src/matcher_parser_lex.l
4819         * src/matcher_parser_parse.y
4820         * src/prefs_common.c
4821         * src/prefs_common.h
4822         * src/prefs_filtering.c
4823         * src/prefs_matcher.c
4824         * src/prefs_matcher.h
4825         * src/summaryview.c
4826                 introduce filtering against the address book. It's now possible to add
4827                 matched conditions to determine if any email address in a message matches
4828                 or doesn't match any or all books or folders in the address book.
4829
4830 2006-07-31 [wwp]        2.4.0cvs2
4831
4832         * src/account.c
4833         * src/filtering.c
4834         * src/filtering.h
4835         * src/folder.c
4836         * src/folderview.c
4837         * src/inc.c
4838         * src/mainwindow.c
4839         * src/matcher.c
4840         * src/matcher_parser_lex.l
4841         * src/matcher_parser_parse.y
4842         * src/mbox.c
4843         * src/prefs_filtering.c
4844         * src/prefs_filtering.h
4845         * src/procmsg.c
4846         * src/procmsg.h
4847         * src/summaryview.c
4848                 introduce per-account filtering rules. Each filtering rule can now be assigned
4849                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
4850                 when applying filtering rules manually, as all rules will apply - even the ones
4851                 assigned to an account. This issue will be addressed soon.
4852  
4853
4854
4855 2006-07-31 [wwp]        2.4.0cvs1
4856
4857         * src/quote_fmt.c
4858                 make more strings translatable.
4859
4860 2006-07-31 [paul]       2.4.0
4861
4862         2.4.0 released
4863
4864 2006-07-31 [paul]       2.3.1cvs91
4865
4866         * po/ca.po
4867                 updated by Miquel Oliete
4868
4869 2006-07-31 [paul]       2.3.1cvs90
4870
4871         * po/de.po
4872         * po/el.po
4873         * po/fr.po
4874         * po/it.po
4875         * po/pl.po
4876         * po/pt_BR.po
4877         * po/sr.po
4878         * po/zh_CN.po
4879                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
4880                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
4881                 Aleksandar Urosevic, and Ralgh Young
4882
4883 2006-07-31 [paul]       2.3.1cvs89
4884
4885         * src/account.c
4886         * src/main.c
4887         * src/mainwindow.c
4888         * src/mainwindow.h
4889                 Fix a race condition when, after an SC crash, rescanning
4890                 folders took more than 0.5 seconds
4891                 Thanks to Colin
4892
4893 2006-07-31 [paul]       2.3.1cvs88
4894
4895         * src/folderview.c
4896                 don't translate separator strings
4897
4898 2006-07-30 [mones]      2.3.1cvs87
4899
4900         * doc/man/sylpheed-claws.1
4901                 Fixed non-ASCII chars in Hoa's name
4902         * po/es.po
4903                 Updated for release
4904
4905 2006-07-27 [colin]      2.3.1cvs86
4906
4907         * src/textview.c
4908                 Don't include the leading \n in links
4909                 Patch by Fabien
4910
4911 2006-07-25 [colin]      2.3.1cvs85
4912
4913         * src/mainwindow.c
4914         * src/common/socket.h
4915         * src/etpan/imap-thread.c
4916                 Refresh resolvers before connecting
4917                 to IMAP servers, and after switching
4918                 to online. Thanks to Paul.
4919
4920 2006-07-18 [colin]
4921
4922         * 2.4.0-rc4 released
4923
4924 2006-07-17 [colin]      2.3.1cvs84
4925
4926         * src/inc.c
4927                 Show connection attempt in statusbar before
4928                 connecting (previously first message was
4929                 "Retrieving messages from ..." after the
4930                 connection succeeded.
4931
4932 2006-07-16 [wwp]        2.3.1cvs83
4933
4934         * sylpheed-claws.ico
4935                 Added .ico file (windows multi-size icon file, generated).
4936
4937 2006-07-12 [wwp]        2.3.1cvs82
4938
4939         * src/messageview.c
4940                 remove Message/Re-edit menu entry from messageview window,
4941                 as sent/draft/queued messages are opened in compose window when
4942                 re-edited and it's not possible to re-edit other msgs.
4943
4944 2006-07-12 [paul]       2.3.1cvs81
4945
4946         * AUTHORS
4947         * src/mainwindow.c
4948         * src/gtk/authors.h
4949                 check online state before resetting
4950                 mailcheck timer. Useful if some program
4951                 verifies connection state and updates
4952                 Claws.
4953                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
4954
4955 2006-07-12 [paul]       2.3.1cvs80
4956
4957         * sylpheed-claws-128x128.png
4958         * sylpheed-claws-64x64.png
4959         * sylpheed-claws.png
4960         * src/Makefile.am
4961         * src/main.c
4962         * src/prefs_toolbar.c
4963         * src/stock_pixmap.c
4964         * src/stock_pixmap.h
4965         * src/wizard.c
4966         * src/gtk/about.c
4967         * src/gtk/gtkutils.c
4968         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
4969         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
4970         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
4971         * src/pixmaps/sylpheed.xpm              ** REMOVED **
4972         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
4973         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
4974                 updated and renamed logo/icon files and related
4975                 logo by Jesper Schultz
4976
4977 2006-07-11 [paul]       2.3.1cvs79
4978
4979         * src/main.c
4980                 fix the labels a smidgin
4981
4982 2006-07-09 [colin]      2.3.1cvs78
4983
4984         * src/textview.c
4985                 Show errors in textviewer's command
4986                 Patch by H. Merijn Brand
4987
4988 2006-07-09 [colin]      2.3.1cvs77
4989
4990         * src/compose.c
4991                 Save FMID in drafts too
4992
4993 2006-07-08 [colin]      2.3.1cvs76
4994
4995         * src/compose.c
4996                 Svae RMID in drafted mails too
4997                 Save quote_fmt vars for whole mails,
4998                 don't reset at each quote_fmt_init:
4999                 allows to use the same |i{var} in
5000                 various template fields
5001         * src/prefs_template.c
5002         * src/quote_fmt.h
5003         * src/quote_fmt_parse.y
5004                 Same
5005
5006 2006-07-08 [colin]      2.3.1cvs75
5007
5008         * src/textview.c
5009                 Fix highlighting of attached parts URIs
5010
5011 2006-07-08 [colin]      2.3.1cvs74
5012
5013         * src/main.c
5014                 Prevent bug #981 (sc 2.3.1 segfaults with 
5015                 gtk+ 2.10) from being reported again:
5016                 if Sylpheed-Claws has been compiled against
5017                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
5018                 of if Sylpheed-Claws has been compiled against
5019                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
5020                 error out.
5021
5022 2006-07-07 [colin]      2.3.1cvs73
5023
5024         * src/prefs_actions.c
5025                 Fix label
5026
5027 2006-07-07 [colin]      2.3.1cvs72
5028
5029         * src/prefs_actions.c
5030                 Fix compile on gtk < 2.8. argh :)
5031
5032 2006-07-07 [paul]       2.3.1cvs71
5033
5034         * src/common/defs.h
5035                 update DONATE_URI
5036
5037 2006-07-07 [colin]      2.3.1cvs70
5038
5039         * po/POTFILES.in
5040         * src/quote_fmt.c
5041         * src/quote_fmt_lex.l
5042         * src/quote_fmt_parse.y
5043                 Add |i{var}, a way to insert user-entered
5044                 text in a template
5045
5046 2006-07-07 [colin]
5047
5048         * 2.4.0-rc3 released
5049
5050 2006-07-07 [colin]      2.3.1cvs69
5051
5052         * src/folder.c
5053                 Don't consider inboxes of UNKNOWN folder 
5054                 classes to be useable as default inboxes
5055
5056 2006-07-07 [paul]       2.3.1cvs68
5057
5058         * src/textview.c
5059                 add missing #include <errno.h>
5060                 Thanks to René J. Blokland
5061
5062 2006-07-07 [paul]       2.3.1cvs67
5063
5064         * src/action.c
5065                 Return now Closes dialog
5066         * src/mimeview.c
5067         * src/mimeview.h
5068         * src/textview.c
5069                 add contextual menu to mime parts listed
5070                 in the textview
5071                 Thanks to Colin
5072         * src/common/utils.c
5073                 reversal: ' is a valid character in URLs
5074
5075 2006-07-06 [colin]      2.3.1cvs66
5076
5077         * src/remotefolder.h
5078                 Forgotten in previous commit
5079
5080 2006-07-06 [colin]      2.3.1cvs65
5081
5082         * src/folder.c
5083                 Set summary update flag whenever
5084                 totals changed
5085         * src/imap.c
5086         * src/prefs_account.c
5087         * src/common/utils.h
5088         * src/etpan/imap-thread.c
5089                 Fix warnings, thanks to Fabien and
5090                 Ricardo
5091
5092 2006-07-06 [wwp]        2.3.1cvs64
5093
5094         * src/gtk/gtkutils.c
5095                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
5096
5097 2006-07-06 [wwp]        2.3.1cvs63
5098
5099         * src/account.c
5100         * src/addressbook.c
5101         * src/addressitem.h
5102         * src/folderview.c
5103         * src/mainwindow.c
5104         * src/manual.c
5105         * src/manual.h
5106         * src/message_search.c
5107         * src/prefs_actions.c
5108         * src/prefs_filtering.c
5109         * src/prefs_filtering.h
5110         * src/prefs_template.c
5111         * src/summary_search.c
5112         * src/summaryview.c
5113         * src/gtk/gtkutils.c
5114         * src/gtk/gtkutils.h
5115         * src/gtk/pluginwindow.c
5116                 add help buttons to some dialogs. Clicking such buttons opens a
5117                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
5118
5119 2006-07-06 [paul]       2.3.1cvs62
5120
5121         * src/textview.c
5122                 fix attachments contextual menu
5123                 Thanks to Colin
5124
5125 2006-07-05 [colin]      2.3.1cvs61
5126
5127         * src/textview.c
5128         * src/compose.c
5129                 Handle sftp:// links
5130
5131 2006-07-05 [paul]       2.3.1cvs60
5132
5133         * src/gtk/filesel.c
5134                 grab save button by default
5135                 Thanks to Colin
5136
5137 2006-07-05 [wwp]        2.3.1cvs59
5138
5139         * manual/xml2pdf
5140                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
5141
5142 2006-07-04 [colin]      2.3.1cvs58
5143
5144         * src/mimeview.c
5145         * src/textview.c
5146                 Use left click to select, middle click to open
5147                 on mimeparts links
5148         * src/common/utils.c
5149                 Fix segfault
5150
5151 2006-07-04 [colin]      2.3.1cvs57
5152
5153         * src/mainwindow.c
5154         * src/news.c
5155                 Warning fixes, thanks to Fabien
5156
5157 2006-07-04 [colin]      2.3.1cvs56
5158
5159         * src/mimeview.c
5160         * src/mimeview.h
5161         * src/textview.c
5162                 Allow parts to be selected via their text label
5163                 in textview
5164
5165 2006-07-04 [colin]      2.3.1cvs55
5166
5167         * src/folderview.c
5168                 Feedback when closing (for big folders)
5169         * src/prefs_actions.c
5170         * src/prefs_filtering.c
5171         * src/prefs_matcher.c
5172         * src/prefs_template.c
5173                 Fix default button when closing without
5174                 having saved
5175
5176 2006-07-04 [colin]      2.3.1cvs54
5177
5178         * src/news.c
5179                 Delete local file on deletion
5180
5181 2006-07-03 [colin]      2.3.1cvs53
5182
5183         * src/folderview.c
5184         * src/main.c
5185                 Don't freeze when rescanning after crash
5186
5187 2006-07-03 [wwp]        2.3.1cvs52
5188
5189         * src/compose.c
5190         * src/privacy.c
5191         * src/privacy.h
5192         * src/plugins/pgpinline/pgpinline.c
5193         * src/plugins/pgpmime/pgpmime.c
5194                 don't report an error when the user cancels the passphrase dialog.
5195
5196 2006-07-02 [colin]      2.3.1cvs51
5197
5198         * src/folderview.c
5199                 Open message when crossing folders with Space,
5200                 goto next unread and friends
5201
5202 2006-07-01 [colin]      2.3.1cvs50
5203
5204         * src/prefs_account.c
5205                 Typographic rules varying from language
5206                 to language (in french "Protocole :"),
5207                 we have to do that :)
5208
5209 2006-07-01 [ticho]      2.3.1cvs49
5210
5211         * src/prefs_account.c
5212                 Only use one temporary gchar* variable in
5213                 prefs_account_protocol_set_optmenu().
5214
5215 2006-07-01 [ticho]      2.3.1cvs48
5216
5217         * src/prefs_account.c
5218         * src/prefs_account.h
5219                 Use GtkLabel for existing account protocol name.
5220                 Created an array for protocol names and populate the
5221                 combobox from it in a for() cycle.
5222
5223 2006-06-30 [colin]      2.3.1cvs47
5224
5225         * src/compose.c
5226                 Block undo when changing signature (by changing
5227                 account)
5228
5229 2006-06-30 [paul]       2.3.1cvs46
5230
5231         * src/send_message.c
5232                 when editing From in the Compose window, use that address
5233                 in the Return-Path: header
5234                 Thanks to Colin
5235
5236 2006-06-30 [colin]      2.3.1cvs45
5237
5238         * src/compose.c
5239                 Fix signature replacement:
5240                 - when no newline before separator
5241                 - when reediting
5242
5243 2006-06-29 [colin]      2.3.1cvs44
5244
5245         * src/folderview.c
5246         * src/folderview.h
5247         * src/mainwindow.c
5248         * src/summaryview.c
5249                 Let 'View/Go to/Next marked' work like
5250                 Next new & Next unread: across folders
5251                 Change the select_on_entry pref to do
5252                 what we want when changing folder
5253         * src/common/utils.c
5254                 Fix single-quoted links 
5255
5256 2006-06-29 [colin]      2.3.1cvs43
5257
5258         * src/gtk/gtkaspell.c
5259                 "Sylpheed" and "Sylpheed-Claws" do exist !
5260
5261 2006-06-29 [colin]      2.3.1cvs42
5262
5263         * src/imap.c
5264                 Forgot to remove debug
5265
5266 2006-06-29 [colin]      2.3.1cvs41
5267
5268         * src/imap.c
5269         * src/imap.h
5270         * src/mainwindow.c
5271                 Disconnect from IMAP servers when going
5272                 offline. Fixes bug #978 (going to offline-mode 
5273                 won't close connections)
5274
5275 2006-06-29 [colin]      2.3.1cvs40
5276
5277         * src/main.c
5278                 Fix transient setting on failing plugins
5279                 Patch by Fabien
5280         * src/plugins/pgpcore/sgpgme.c
5281                 Only warn for OpenPGP. Most people don't
5282                 have CMS available.
5283
5284 2006-06-29 [colin]      2.3.1cvs39
5285
5286         * src/compose.c
5287                 Fix Spelling menu (discrepancy between context menu
5288                 and top menu when folder's dictionary isn't the 
5289                 default one)
5290         * src/plugins/pgpcore/sgpgme.c
5291                 More error reporting about why gpgme can fail
5292
5293 2006-06-29 [wwp]        2.3.1cvs38
5294
5295         * src/mainwindow.c
5296                 honor the display-header-pane setting even when the message view
5297                 is a separate window.
5298
5299 2006-06-29 [wwp]        2.3.1cvs37
5300
5301         * src/prefs_actions.c
5302                 forgot to commit that one (use of GTK_STOCK_INFO).
5303
5304 2006-06-29 [colin]      2.3.1cvs36
5305
5306         * src/imap.c
5307                 Better handling of login errors (ask the password
5308                 again once), alert in case of error. Fix three
5309                 signedness warnings.
5310
5311 2006-06-28 [wwp]        2.3.1cvs35
5312
5313         * src/prefs_template.c
5314         * src/prefs_matcher.c
5315         * src/prefs_filtering_action.c
5316         * src/prefs_quote.c
5317                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
5318                 patch by Fabien Vantard, slightly modified.
5319
5320 2006-06-28 [paul]
5321
5322         2.4.0-rc2 released
5323
5324 2006-06-28 [colin]      2.3.1cvs34
5325
5326         * src/prefs_account.c
5327                 Fix bug #977 (Can't add or edit imap accounts)
5328
5329 2006-06-28 [colin]      2.3.1cvs33
5330
5331         * src/mimeview.c
5332                 Fix previous
5333
5334 2006-06-28 [colin]      2.3.1cvs32
5335
5336         * src/mimeview.c
5337                 Save named inlined attachments with "Save all"
5338         * src/main.c
5339         * src/mbox.c
5340         * src/common/plugin.c
5341         * src/common/plugin.h
5342         * src/common/sylpheed.c
5343         * src/common/utils.c
5344         * src/plugins/pgpcore/sylpheed.def
5345         * src/plugins/pgpinline/sylpheed.def
5346         * src/plugins/pgpmime/sylpheed.def
5347                 Win32 compatibility patch, by
5348                 Werner Koch
5349
5350 2006-06-28 [wwp]        2.3.1cvs31
5351
5352         * src/imap.c
5353         * src/prefs_folder_item.c
5354                 less compilation warnings (thanks to Fabien Vantard), less typos.
5355
5356 2006-06-28 [paul]       2.3.1cvs30
5357
5358         * src/gtk/gtkutils.c
5359                 gtk_combo_box_set_focus_on_click() is only
5360                 available since gtk 2.6.0
5361
5362 2006-06-28 [paul]       2.3.1cvs29
5363
5364         * src/prefs_ext_prog.c
5365                 fix engrish and add a tooltip for the
5366                 'command for 'Display as text' option
5367
5368 2006-06-28 [paul]
5369
5370         2.4.0-rc1 released
5371
5372 2006-06-28 [paul]       2.3.1cvs28
5373
5374         * ChangeLog
5375         * tools/Makefile.am
5376                 include textviewer.pl in releases
5377
5378 2006-06-28 [paul]       2.3.1cvs27
5379
5380         * src/prefs_ext_prog.c
5381                 hide Print command option if libgnomeprint
5382                 support is present
5383
5384 2006-06-27 [colin]      2.3.1cvs26
5385
5386         * src/compose.c
5387                 Fix Esc handling in insert/attach dialog
5388                 Don't show this dialog if dragging something
5389                 else than text/uri-list
5390                 Thanks to Fabien Vantard
5391         * tools/textviewer.pl
5392                 Filter script to display stuff as text
5393                 by H. Merijn Brand
5394
5395 2006-06-27 [wwp]        2.3.1cvs25
5396
5397         * src/messageview.c
5398                 use the exact product name (message view title), patch
5399                 by Fabien Vantard.
5400
5401 2006-06-27 [ticho]      2.3.1cvs24
5402
5403         * src/prefs_account.c
5404         * src/prefs_common.c
5405         * src/prefs_common.h
5406         * src/prefs_ext_prog.c
5407         * src/textview.c
5408                 Add a preference (Preferences/External programs)
5409                 to allow "Display as text" to be done via a script
5410                 (patch by H.Merijn Brand).
5411                 Use GtkComboBox for protocol selection in account
5412                 preferences.
5413                 Only include current choice for existing accounts, and
5414                 insensitivize the combobox.
5415
5416 2006-06-27 [paul]       2.3.1cvs23
5417
5418         * src/mbox.c
5419                 fix crasher introduced in cvs21.
5420                 Thanks to Colin
5421
5422 2006-06-26 [colin]      2.3.1cvs22
5423
5424         * src/mbox.c
5425                 Fix double-frees when leaving folders
5426                 after exporting to mbox
5427
5428 2006-06-26 [colin]      2.3.1cvs21
5429
5430         * src/mbox.c
5431                 More feedback (and optimisation)
5432                 on import/export
5433         * src/common/utils.c
5434                 Fix case when looking for mail addresses
5435         * src/gtk/gtkutils.c
5436                 Extra check for (X-)Face
5437
5438 2006-06-25 [ticho]      2.3.1cvs20
5439
5440         * src/compose.c
5441         * src/exphtmldlg.c
5442         * src/gtk/gtkutils.c
5443         * src/gtk/gtkutils.h
5444                 Added second argument to gtkut_sc_combobox_create() to
5445                 control focus-on-click for the widget.
5446                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
5447
5448 2006-06-25 [ticho]      2.3.1cvs19
5449
5450         * src/compose.c
5451         * src/gtk/Makefile.am
5452         * src/gtk/combobox.c
5453         * src/gtk/combobox.h
5454         * src/gtk/gtkutils.c
5455         * src/gtk/gtkutils.h
5456                 Use GtkComboBox instead of deprecated GtkOptionMenu
5457                 for account selector in compose window and for encoding
5458                 selector in attachment properties.
5459                 Also factorise working with the new GtkComboBox somewhat.
5460
5461 2006-06-24 [paul]       2.3.1cvs18
5462
5463         * src/prefs_common.c
5464                 use the correct default value
5465
5466 2006-06-24 [paul]       2.3.1cvs17
5467
5468         * src/compose.c
5469         * src/prefs_common.c
5470         * src/prefs_common.h
5471         * src/prefs_compose_writing.c
5472                 enable setting of default action when
5473                 dnd'ing files in the compose window.
5474                 (Collaborative effort with wwp)
5475
5476 2006-06-23 [wwp]        2.3.1cvs16
5477
5478         * src/compose.c
5479                 i18n fix (thanks to Fabien Vantard)
5480
5481 2006-06-22 [colin]      2.3.1cvs15
5482
5483         * src/prefs_customheader.c
5484                 Don't use filters in custom headers' file 
5485                 selector. Remember, extensions mean nothing :)
5486
5487 2006-06-22 [paul]       2.3.1cvs14
5488
5489         * configure.ac
5490                 allow setting of man directory location
5491
5492 2006-06-22 [colin]      2.3.1cvs13
5493
5494         * src/mainwindow.c
5495                 Add 'View/Go to/Next unread folder'.
5496                 I missed that :)
5497
5498 2006-06-22 [colin]      2.3.1cvs12
5499
5500         * src/common/utils.c
5501                 Add some subject prefixes
5502                 Patch by Bjorn T Johansen <btj@havleik.no>
5503
5504 2006-06-22 [colin]      2.3.1cvs11
5505
5506         * manual/advanced.xml
5507                 Forgotten hidden pref
5508
5509 2006-06-21 [paul]       2.3.1cvs10
5510
5511         * src/prefs_account.c
5512                 complete the removal of 'Add date header' option
5513
5514 2006-06-21 [paul]       2.3.1cvs9
5515
5516         * src/account.c
5517         * src/compose.c
5518         * src/prefs_account.c
5519         * src/prefs_account.h
5520                 remove option to add date header - always
5521                 add date header
5522         * src/etpan/imap-thread.c
5523                 fix warnings (Thanks to Colin)
5524
5525 2006-06-21 [wwp]        2.3.1cvs8
5526
5527         * src/folder.c
5528                 set the attachment flag when inline text part are (file)named. This is more convenient
5529                 when receiving (for instance) inline source files or patches sent using thunderbird.
5530
5531 2006-06-21 [paul]       2.3.1cvs7
5532
5533         * src/inc.c
5534                 fix off-by-one count of current msg in
5535                 statusbar filtering progressbar
5536
5537 2006-06-21 [paul]       2.3.1cvs6
5538
5539         * src/folder.c
5540                 Show attachment icon even if the part is 'inline'
5541                 if the following conditions are met:
5542                 - content-type != 'text/plain'
5543                 - content-type != '*/pgp-signature'
5544                 - either 'name' or 'filename' parameter is not NULL
5545                 
5546                 Thanks to Colin
5547
5548 2006-06-21 [paul]       2.3.1cvs5
5549
5550         * src/messageview.c
5551         * src/prefs_common.c
5552         * src/prefs_common.h
5553         * src/prefs_other.c
5554                 add an option to 'Never send Return
5555                 Receipts'
5556                 Thanks to Colin
5557
5558 2006-06-20 [mones]      2.3.1cvs4
5559
5560         * po/es.po
5561                 updated
5562         * src/compose.c
5563                 typo fixed (space after comma)
5564         * tools/make.themes.project
5565                 remove exec mode from tarball files
5566
5567 2006-06-20 [colin]      2.3.1cvs3
5568
5569         * src/news.c
5570         * src/procheader.c
5571         * src/unmime.c
5572                 Better fix for \n's in headers (don't 
5573                 break Received: and others)
5574
5575 2006-06-20 [paul]       2.3.1cvs2
5576
5577         * src/alertpanel.c
5578         * src/textview.c
5579                 improve legibility of phishing attempt
5580                 dialog
5581
5582 2006-06-20 [paul]       2.3.1cvs1
5583
5584         * NEWS
5585         * README
5586         * configure.ac
5587                 Update version number following
5588                 stable release
5589
5590 2006-06-20 [colin]      2.3.0cvs26
5591
5592         * src/compose.c
5593                 When dragging a file to the text of the compose
5594                 window, ask whether we want to insert or attach
5595                 (I know lots of people who do that to attach)
5596
5597 2006-06-20 [colin]      2.3.0cvs25
5598
5599         * src/etpan/imap-thread.c
5600                 Fix threshold (the append command is often > 32 bytes)
5601
5602 2006-06-19 [colin]      2.3.0cvs24
5603
5604         * src/imap.c
5605         * src/etpan/imap-thread.c
5606                 Workaround Rockliffe IMAP server bug: replace
5607                 "x UID SEARCH (ANSWERED UID 1:*)" with
5608                 "x UID SEARCH ANSWERED"
5609                 (Rockliffe doesn't handle the parenthesis)
5610
5611 2006-06-19 [colin]      2.3.0cvs23
5612
5613         * src/compose.c
5614         * src/imap.c
5615         * src/etpan/imap-thread.c
5616                 Probably fix bug #972 (Freezes when adding 
5617                 an attachment to the message)
5618         * src/common/defs.h
5619                 Modernize Firefox cmd
5620
5621
5622 2006-06-18 [colin]      2.3.0cvs22
5623
5624         * src/prefs_customheader.c
5625                 Only allow correct filenames for various
5626                 custom headers
5627
5628 2006-06-18 [colin]      2.3.0cvs21
5629
5630         * src/prefs_customheader.c
5631                 Add a 'From File...' button in custom headers prefs, which
5632                 try to do the right thing: 
5633                 for normal headers, use file as plaintext,
5634                 for X-Face, calls compface,
5635                 for Face, encode to b64.
5636
5637 2006-06-17 [colin]      2.3.0cvs20
5638
5639         * src/mh.c
5640                 Warning fix
5641
5642 2006-06-16 [colin]      2.3.0cvs19
5643
5644         * src/summaryview.c
5645                 Recursive quicksearch: show message list
5646                 in current folder, *then* search children
5647                 in the background.
5648
5649 2006-06-16 [colin]      2.3.0cvs18
5650
5651         * src/main.c
5652                 Instead of ignoring SIGPIPE, save caches
5653                 when getting one. Will fix the fact that
5654                 hot caches are out-of-date when logging 
5655                 out of Xorg.
5656         * src/compose.c
5657         * src/prefs_compose_writing.c
5658                 Only save text (not attachments) when 
5659                 auto-saving to drafts
5660         * src/unmime.c
5661                 Always replace \n, \r and \t with spaces
5662                 in headers
5663         * manual/dist/html/Makefile.am
5664         * manual/dist/pdf/Makefile.am
5665         * manual/dist/ps/Makefile.am
5666         * manual/dist/txt/Makefile.am
5667         * manual/fr/dist/html/Makefile.am
5668         * manual/fr/dist/pdf/Makefile.am
5669         * manual/fr/dist/ps/Makefile.am
5670         * manual/fr/dist/txt/Makefile.am
5671         * manual/pl/dist/html/Makefile.am
5672         * manual/pl/dist/pdf/Makefile.am
5673         * manual/pl/dist/ps/Makefile.am
5674         * manual/pl/dist/txt/Makefile.am
5675                 Fix make clean removing pregenerated manuals
5676
5677
5678 2006-06-16 [colin]      2.3.0cvs17
5679
5680         * src/plugins/pgpcore/sgpgme.c
5681         * src/plugins/pgpmime/pgpmime.c
5682         * src/plugins/pgpinline/pgpinline.c
5683                 Better error reporting in setup_signers.
5684                 Don't fallback to default key if specified
5685                 key isn't found.
5686                 Don't allow signing if more than one secret
5687                 key matches the one specified in prefs.
5688
5689 2006-06-15 [colin]      2.3.0cvs16
5690
5691         * src/folderview.c
5692                 Add "Send queue" in the folder's contextual
5693                 menu
5694         * src/compose.c
5695         * src/messageview.c
5696         * src/privacy.c
5697         * src/privacy.h
5698         * src/procmime.c
5699         * src/procmsg.c
5700         * src/plugins/pgpcore/passphrase.c
5701         * src/plugins/pgpcore/sgpgme.c
5702         * src/plugins/pgpinline/pgpinline.c
5703         * src/plugins/pgpmime/pgpmime.c
5704                 Better error reporting
5705         * src/mbox.c
5706                 Probably fix bug #971 (2.2.3 cannot read mail 
5707                 from local mbox)
5708
5709
5710 2006-06-15 [mones]      2.3.0cvs15
5711
5712         * tools/make.themes.project
5713                 creates the themes project from the web page
5714
5715 2006-06-15 [colin]      2.3.0cvs14
5716
5717         * src/folder.c
5718                 Better fix (avoid losing the folder if scan_tree 
5719                 fails)
5720
5721 2006-06-15 [cleroy]     2.3.0cvs13
5722
5723         * src/folder.c
5724                 Probably fix Bug #969 (crash on rebuilding 
5725                 imap folder)
5726
5727 2006-06-14 [colin]      2.3.0cvs12
5728
5729         * manual/dtd/manual.xsl
5730         * manual/sylpheed-claws-manual.xml
5731         * manual/fr/sylpheed-claws-manual.xml
5732         * manual/pl/sylpheed-claws-manual.xml
5733                 Insert pagebreaks between sections
5734
5735 2006-06-14 [paul]       2.3.0cvs11
5736
5737         * configure.ac
5738                 better fix than 2.3.0cvs10
5739
5740 2006-06-14 [paul]       2.3.0cvs10
5741
5742         * configure.ac
5743                 fix setting of PACKAGE_DATA_DIR with newer autoconf
5744                 (backwards compatible)
5745
5746 2006-06-13 [colin]      2.3.0cvs9
5747
5748         * src/messageview.c
5749                 Fix sending of return receipt with the new queue folders
5750
5751 2006-06-13 [wwp]        2.3.0cvs8
5752
5753         * src/quote_fmt_lex.l
5754                 fix wrong tokens returned in quote_fmt lexer, query not().
5755
5756 2006-06-13 [wwp]        2.3.0cvs7
5757
5758         * src/folder.c
5759         * src/prefs_folder_item.c
5760                 allow changing folder type even when folder is not a top-level one,
5761                 thanks to Colin.
5762
5763 2006-06-12 [colin]      2.3.0cvs6
5764
5765         * src/folderview.c
5766                 Fix double-ask of "Do you want to mark all
5767                 as read"
5768
5769 2006-06-12 [colin]      2.3.0cvs5
5770
5771         * src/compose.c
5772         * src/compose.h
5773         * src/folder.c
5774         * src/folder.h
5775         * src/imap.c
5776         * src/inc.c
5777         * src/main.c
5778         * src/messageview.c
5779         * src/mh.c
5780         * src/prefs_folder_item.c
5781         * src/procheader.c
5782         * src/procmime.c
5783         * src/procmsg.c
5784         * src/procmsg.h
5785         * src/send_message.c
5786         * src/summaryview.c
5787         * src/toolbar.c
5788                 Apply bug #964's patch (Queue and drafts aren't normal)
5789                 The Drafts and Queue folder now contain RFC-822 files,
5790                 allowing to move and copy mails from and to these 
5791                 folders. Moving from Drafts to Queue will prepare the
5792                 mail for sending (PGP signature, encryption, etc).
5793                 This patch also rework sending errors handling to try
5794                 to be more helpful.
5795                 Also, allow redefining folder types via the GUI 
5796                 (Folder type in its Properties)
5797
5798 2006-06-12 [colin]      2.3.0cvs4
5799
5800         * src/summaryview.c
5801         * src/prefs_common.c
5802         * src/prefs_common.h
5803         * src/gedit-print.c
5804                 Allow to define a specific print font - patch
5805                 by Bernhard Walle <bernhard.walle@gmx.de>
5806         * src/prefs_fonts.c
5807         * manual/advanced.xml
5808         * manual/fr/advanced.xml
5809                 Add a hidden pref to allow deletion without
5810                 confirmation
5811
5812 2006-06-12 [wwp]        2.3.0cvs3
5813
5814         * .cvsignore
5815                 more files to ignore.
5816
5817 2006-06-12 [wwp]        2.3.0cvs2
5818
5819         * src/quote_fmt.c
5820         * src/quote_fmt_lex.l
5821         * src/quote_fmt_parse.y
5822                 extend the quote_fmt parser (templates and quotes):
5823                 - allow limited sub-expressions in |p{} and |f{} expressions,
5824                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
5825                 - implemented/fixed missing implementation of query_references and show_references,
5826                 - completed, fixed contents and format of the symbols help dialog,
5827                 - fix some compilation warnings.
5828
5829 2006-06-12 [wwp]        2.3.0cvs1
5830
5831         * manual/advanced.xml
5832         * manual/fr/advanced.xml
5833                 updates in the "templates" section of the manual (eng/fr):
5834                  - be more precise (both versions)
5835                  - completed to match the english reference (fr version)
5836                  - touchups (both versions)
5837
5838 2006-06-12 [paul]       2.3.0
5839
5840         2.3.0 released
5841
5842 2006-06-12 [paul]       2.2.3cvs14
5843
5844         * po/ca.po
5845         * po/cs.po
5846         * po/de.po
5847         * po/el.po
5848         * po/fr.po
5849         * po/it.po
5850         * po/pt_BR.po
5851         * po/sr.po
5852         * po/zh_CN.po
5853                 updated by Miquel Oliete, Tim, Stephan Sachse,
5854                 Stavros Giannouris, Fabien Vantard, Andrea
5855                 Spadaccini, Frederico Goncalves Guimaraes,
5856                 Aleksandar Urosevic, and Ralgh Young
5857
5858 2006-06-12 [colin]      2.2.3cvs13
5859
5860         * src/mbox.c
5861                 Add missing header
5862
5863 2006-06-11 [colin]      2.2.3cvs12
5864
5865         * src/msgcache.c
5866                 Verify that g_malloc() succeeded
5867
5868 2006-06-11 [colin]      2.2.3cvs11
5869
5870         * src/wizard.c
5871                 Add Face header to welcome mail
5872
5873 2006-06-10 [colin]      2.2.3cvs10
5874
5875         * src/textview.c
5876                 Revert previous (Forgot it changes the
5877                 margin on the whole mail)
5878
5879 2006-06-10 [colin]      2.2.3cvs9
5880
5881         * src/textview.c
5882                 Don't overlap long headers under (X-)Face
5883
5884 2006-06-10 [mones]      2.2.3cvs8
5885
5886         * manual/xml2pdf
5887                 allow generation of manual on systems lacking saxon binary
5888                 but with java and the saxon library installed
5889
5890         * po/es.po
5891                 updated for release
5892
5893 2006-06-09 [colin]      2.2.3cvs7
5894
5895         * src/summaryview.c
5896                 Fix leak when using Display Sender using Addressbook
5897
5898 2006-06-09 [colin]      2.2.3cvs6
5899
5900         * src/compose.c
5901         * src/folder.c
5902         * src/folderview.c
5903         * src/mimeview.c
5904         * src/summaryview.c
5905                 More leaks fixes
5906
5907 2006-06-09 [paul]       2.2.3cvs5
5908
5909         * AUTHORS
5910         * src/gtk/authors.h
5911         * tools/claws.i18n.status.pl
5912                 updated with new info
5913
5914 2006-06-09 [paul]       2.2.3cvs4
5915
5916         * README
5917                 updated
5918         * manual/ack.xml
5919                 add wwp to authors list
5920         * src/gtk/authors.h
5921                 update mine and Colin's addresses
5922
5923 2006-06-08 [colin]      2.2.3cvs3
5924
5925         * src/etpan/imap-thread.c
5926                 Fix leak on SSL cert check
5927
5928 2006-06-08 [colin]      2.2.3cvs2
5929
5930         * src/common/utils.c
5931                 Fix leak
5932
5933 2006-06-08 [paul]       2.2.3cvs1
5934
5935         * configure.ac
5936                 Update version number following
5937                 stable release
5938
5939 2006-06-07 [colin]      2.2.2cvs3
5940
5941         * src/msgcache.c
5942                 Fix catching cache read errors (guint instead of gint)
5943                 Prevent malloc'ing more than 8MB (means cache corruption)
5944
5945 2006-06-07 [paul]       2.2.2cvs2
5946
5947         * src/exporthtml.c
5948         * src/exportldif.c
5949         * src/mh.c
5950         * src/mutt.c
5951         * src/pine.c
5952         * src/common/utils.c
5953                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
5954                 obey $HOME'
5955                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
5956                 Thanks to Colin
5957
5958 2006-06-06 [paul]       2.2.2cvs1
5959
5960         * configure.ac
5961                 Update version number following
5962                 stable release
5963
5964 2006-06-06 [paul]       2.2.1cvs6
5965
5966         * src/matcher.c
5967                 fix  implicit declaration of
5968                 sylpheed_do_idle()
5969                 Patch by Fabien Vantard
5970
5971 2006-06-06 [paul]       2.2.1cvs5
5972
5973         * src/matcher.c
5974                 fix age_greater and age_lower so that they
5975                 mean what say and not '...or equal to'
5976                 Thanks to Colin
5977
5978 2006-06-06 [paul]       2.2.1cvs4
5979
5980         * src/textview.c
5981         * src/common/utils.c
5982                 fix URI check
5983                 Thanks to Colin
5984
5985 2006-06-05 [wwp]        2.2.1cvs3
5986
5987         * manual/fr/account.xml
5988                 minor language fixes (thanks to Fabien Vantard).
5989
5990 2006-06-05 [colin]      2.2.1cvs2
5991
5992         * src/prefs_folder_item.c
5993         * src/folderview.c
5994                 Allow recursive setting of properties 
5995                 for whole mailboxes
5996         * src/matcher.c
5997                 Don't freeze on 'test' filtering rule
5998
5999 2006-06-05 [colin]      2.2.1cvs1
6000
6001         * configure.ac
6002                 Update version number following
6003                 stable release
6004
6005 2006-06-04 [wwp]        2.2.0cvs82
6006
6007         * manual/glossary.xml
6008         * manual/account.xml
6009         * manual/fr/glossary.xml
6010         * manual/fr/account.xml
6011                 added glossary section and references/links related to the Face custom header.
6012
6013 2006-06-04 [colin]      2.2.0cvs81
6014
6015         * src/summaryview.c
6016                 Skip to next message on move with no
6017                 immediate execution
6018
6019 2006-06-04 [wwp]        2.2.0cvs80
6020
6021         * manual/xml2pdf
6022                 added sanity checks, exit when needed.
6023
6024 2006-06-03 [paul]       2.2.0cvs79
6025
6026         * src/prefs_receive.c
6027                 page name is now 'Receiving'
6028         * src/prefs_send.c
6029                 page name is now 'Sending'
6030
6031 2006-06-03 [colin]      2.2.0cvs78
6032
6033         * src/plugins/spamassassin/spamassassin_gtk.c
6034                 Autoswitch to Localhost if transport was previously
6035                 disabled. Else people had to check [] Enable, then
6036                 *reselect* transport.
6037
6038 2006-06-03 [colin]      2.2.0cvs77
6039
6040         * src/plugins/pgpinline/pgpinline.c
6041         * src/plugins/pgpmime/pgpmime.c
6042                 Check that gpg_data_release_and_get_mem 
6043                 didn't fail (now, why this happens...)
6044
6045 2006-06-03 [colin]      2.2.0cvs76
6046
6047         * src/mbox.c
6048                 Fix bug #962 (Manual and/or UI should 
6049                 warn about incompatible locking 
6050                 causing dataloss)
6051
6052 2006-06-02 [cleroy]     2.2.0cvs75
6053
6054         * src/filtering.c
6055         * src/folder.c
6056         * src/procmsg.c
6057         * src/summaryview.c
6058                 Fix a few leaks
6059
6060 2006-06-02 [colin]      2.2.0cvs74
6061
6062         * src/main.c
6063                 On exit, free caches after writing them
6064                 Shuts up some valgrind false positives
6065         * src/procmsg.c
6066         * src/send_message.c
6067                 Fix races when reusing existing SMTP connections
6068                 Fix inexistant session timeout
6069         * src/toolbar.c
6070                 Display alertpanel after all queues have
6071                 been processed, not after each
6072
6073 2006-06-02 [wwp]        2.2.0cvs73
6074
6075         * manual/fr/glossary.xml
6076         * manual/fr/ack.xml
6077         * manual/ack.xml
6078                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
6079
6080 2006-06-02 [wwp]        2.2.0cvs72
6081
6082         * manual/xml2pdf
6083         * manual/dist/pdf/Makefile.am
6084         * manual/dtd/manual.xsl
6085         * manual/fr/dist/pdf/Makefile.am
6086         * manual/pl/dist/pdf/Makefile.am
6087                 we changed the procedure to generate the .pdf version of the manual.
6088                 The procedure is more modern and the .pdf we get now has a valid index.
6089                 Here are the new pre-requisites:
6090
6091                 - JRE 1.x (1.4 here): there must be one from your distro
6092                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
6093                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
6094                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
6095
6096                 See my posts for further info about the installation of this toolchain:
6097
6098                 Date: Fri, 19 May 2006 19:40:06 +0200
6099                 From: wwp <subscript@free.fr>
6100                 To: sylpheed-claws-devel@lists.sourceforge.net
6101                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
6102
6103                 and
6104
6105                 Date: Wed, 24 May 2006 12:58:49 +0200
6106                 From: wwp <subscript@free.fr>
6107                 To: sylpheed-claws-devel@lists.sourceforge.net
6108                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
6109
6110 2006-06-01 [colin]      2.2.0cvs71
6111
6112         * src/compose.c
6113                 Better guards against IMAP races
6114         * src/main.c
6115         * src/prefs_common.c
6116         * src/prefs_common.h
6117         * src/common/ssl_certificate.c
6118         * src/etpan/imap-thread.c
6119         * src/etpan/imap-thread.h
6120         * src/gtk/sslcertwindow.c
6121                 New hidden option ssl_skip_cert_check to 
6122                 avoid dups of bug #959 (libetpan linked
6123                 against gnutls and gnutls buggy on 64bit)
6124                 Present expired warning only once per
6125                 session/server.
6126         * manual/advanced.xml
6127         * manual/fr/advanced.xml
6128                 Document new option
6129
6130 2006-06-01 [wwp]        2.2.0cvs70
6131
6132         * src/messageview.c
6133                 fix for bug #961 (return receipt dialog 
6134                 complains incorrectly about return-path 
6135                 email adress being different), thanks 
6136                 to Colin.
6137
6138 2006-05-31 [cleroy]     2.2.0cvs69
6139
6140         * src/common/ssl.c
6141                 Guard against NULLs, although this
6142                 should never be an issue
6143
6144 2006-05-31 [colin]      2.2.0cvs68
6145
6146         * src/filtering.c
6147                 Use g_slist_prepend
6148         * src/imap.c
6149                 Don't remove caches when destroying folder, it
6150                 could (should) be done at exit
6151         * src/inc.c
6152                 free processing cache after incorporation
6153         * src/etpan/imap-thread.c
6154                 Maybe fix bug #959 (Crash on moving to emails 
6155                 to a imap account per ssl with a expired 
6156                 certificate.)
6157
6158 2006-05-30 [colin]      2.2.0cvs67
6159
6160         * src/summaryview.c
6161                 Put back event flush when displaying message
6162                 It avoids reading a bunch of messages just
6163                 by hitting shift-n for too long ;)
6164
6165 2006-05-29 [colin]      2.2.0cvs66
6166
6167         * src/summaryview.c
6168                 Remove useless g_warnings
6169
6170 2006-05-29 [colin]      2.2.0cvs65
6171
6172         * src/imap.c
6173                 Fix g_slist_append()s for performance
6174
6175 2006-05-29 [colin]      2.2.0cvs64
6176
6177         * src/compose.c
6178         * src/common/utils.c
6179                 Fix extraneous tab at start of addresses
6180         * src/mainwindow.c
6181                 Fix warnings (thanks to Fabien)
6182                 Fix crash at exit when composing messages 
6183                 exist
6184         * src/pop.c
6185                 Fix progress bar when deleting expired mails
6186                 Thanks to Hiro
6187         * src/summaryview.c
6188         * src/gtk/gtksctree.c
6189                 Fix re-sorting slowness
6190
6191 2006-05-29 [paul]       2.2.0cvs63
6192
6193         * src/mh.c
6194                 fetch full message when moving mails
6195                 from another mailbox, (fixed data loss
6196                 when filtering from IMAP to MH, introduced
6197                 in 2.2.0cvs57).
6198                 Thanks to Colin
6199
6200 2006-05-29 [mones]      2.2.0cvs62
6201
6202         * src/gtk/gtksctree.c
6203                 Unselect faster (patch by Colin)        
6204
6205 2006-05-26 [colin]      2.2.0cvs61
6206
6207         * src/summaryview.c
6208                 Unplug MSGINFO_UPDATE callback on delete too.
6209
6210 2006-05-26 [colin]      2.2.0cvs60
6211
6212         * src/foldersel.c
6213                 Fix bold in folder selection window with glib2.10
6214                 thanks Hiro
6215
6216 2006-05-26 [colin]      2.2.0cvs59
6217
6218         * src/procheader.c
6219                 Convert date only if necessary (and don't
6220                 try to convert from utf8 to utf8, too)
6221         * src/summaryview.c
6222                 Only set column's text if the column's 
6223                 displayed
6224
6225 2006-05-26 [colin]      2.2.0cvs58
6226
6227         * src/summaryview.c
6228         * src/gtk/gtkutils.c
6229                 Fix useless warning
6230
6231 2006-05-26 [colin]      2.2.0cvs57
6232
6233         * src/mainwindow.c
6234                 Make summaryview selectable as long as 
6235                 no message has focus
6236         * src/mh.c
6237                 Faster deletion (by implementing mh_remove_msgs)
6238                 Faster copy (avoid using mh_fetch_msg just to get
6239                 the filename)
6240                 Faster move (using move_file instead of copy_file
6241                 if MSG_IS_MOVE)
6242                 No progressbar if total number of mails to cp/mv 
6243                 is less than 100
6244         * src/summaryview.c
6245                 Fix removal from subject_table when mail gets moved
6246                 Faster deletion (g_slist_prepend instead of append)
6247         * src/gtk/gtksctree.c
6248                 Remove useless code
6249
6250 2006-05-25 [colin]      2.2.0cvs56
6251
6252         * src/common/ssl_certificate.c
6253                 Fix leak in expired cert check
6254
6255 2006-05-25 [colin]      2.2.0cvs55
6256
6257         * src/mh.c
6258                 Disable flags syncing on .mh_sequences - it
6259                 is buggy and marks mails read under unknown
6260                 conditions.
6261
6262 2006-05-25 [paul]
6263
6264         * 2.3.0-rc4 released
6265
6266 2006-05-24 [colin]      2.2.0cvs54
6267
6268         attention cvs users: if you manage to crash
6269         Sylpheed-Claws while moving, copying or deleting
6270         mails, we *are* interested in stack traces and
6271         valgrind logs. It looks stable, but one never
6272         knows...
6273
6274         * src/folder.c
6275                 Add progressbar for cache updates
6276         * src/folderutils.c
6277                 Optimize Mark all read in the current
6278                 folder
6279         * src/mh.c
6280                 Add progressbar for copy/move
6281         * src/procmsg.c
6282                 Optimize O(n^2) in copy/move
6283         * src/summaryview.c
6284         * src/gtk/gtksctree.c
6285                 Optimize O(n^2) algos
6286         * src/common/timing.h
6287                 Display ms instead of us
6288
6289 2006-05-24 [wwp]        2.2.0cvs53
6290
6291         * manual/fr/advanced.xml
6292                 updates to the French manual.
6293
6294 2006-05-24 [wwp]        2.2.0cvs52
6295
6296         * src/common/utils.c
6297                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
6298
6299 2006-05-24 [wwp]        2.2.0cvs51
6300
6301         * src/folderutils.c
6302                 fixed "mark all read" in MH folders (thanks to Colin).
6303
6304 2006-05-24 [paul]       2.2.0cvs50
6305
6306         * doc/man/sylpheed-claws.1
6307                 updated the man page
6308
6309 2006-05-23 [colin]      2.2.0cvs49
6310
6311         * src/folderview.c
6312         * src/imap.c
6313         * src/inc.c
6314         * src/mbox.c
6315         * src/messageview.c
6316         * src/news.c
6317         * src/send_message.c
6318         * src/summaryview.c
6319         * src/gtk/sslcertwindow.c
6320                 alertpanel fixes, by Fabien
6321
6322 2006-05-23 [colin]      2.2.0cvs48
6323
6324         * src/folder.c
6325         * src/folderview.c
6326         * src/msgcache.c
6327         * src/summaryview.c
6328         * src/gtk/gtksctree.c
6329         * src/gtk/gtksctree.h
6330                 More timings
6331                 Fix slow loading problem, which was caused by the
6332                 use of some gtk_ctree funcs and their use of
6333                 g_list_position while gtk_ctree_(un)link'ing.
6334                 Reap more functions from gtkctree.c to be sure we
6335                 use our (fast) version instead of theirs.
6336         * src/mh.c
6337                 Fix copy of unread mails
6338
6339
6340 2006-05-22 [wwp]        2.2.0cvs47
6341
6342         * manual/fr/advanced.xml
6343                 updated.
6344
6345 2006-05-22 [colin]      2.2.0cvs46
6346
6347         * src/filtering.c
6348                 Fix possible infinite loop. 'copy' is not a 
6349                 final action, so when encountering a 'copy',
6350                 we have to check if a previous one was set
6351                 and do it. In the same way, if we encounter
6352                 a 'move' we have to perform a possibly 
6353                 pending 'copy'. This will slow down filtering
6354                 on IMAP if move+copy or multiple copy actions
6355                 are to be done, but handling it via the batch
6356                 would be really too convoluted.
6357
6358 2006-05-22 [wwp]        2.2.0cvs45
6359
6360         * manual/fr/advanced.xml
6361         * manual/fr/faq.xml
6362         * manual/fr/glossary.xml
6363         * manual/fr/handling.xml
6364         * manual/fr/intro.xml
6365         * manual/fr/plugins.xml
6366         * manual/fr/sylpheed-claws-manual.xml
6367                 sync w/ the english manual: updates URIs, documented mailing-list
6368                 support, better explanation about the enabled/disabled feature
6369                 in filtering/processing rules by Paul.
6370
6371 2006-05-21 [colin]      2.2.0cvs44
6372
6373         * src/summaryview.c
6374                 Don't expand after building threads, but during
6375
6376 2006-05-21 [colin]      2.2.0cvs43
6377
6378         * src/procmsg.c
6379         * src/summaryview.c
6380                 More timing possibilities... For next time I have 
6381                 to find out how the hell some 3GHz computer takes
6382                 one minute to open a 30k folder...
6383
6384 2006-05-21 [colin]      2.2.0cvs42
6385
6386         * manual/pl/advanced.xml
6387         * manual/pl/faq.xml
6388         * manual/pl/glossary.xml
6389         * manual/pl/handling.xml
6390         * manual/pl/intro.xml
6391         * manual/pl/plugins.xml
6392         * manual/pl/sylpheed-claws-manual.xml
6393                 Polish manual updated by Pawel
6394
6395 2006-05-20 [colin]
6396
6397         * 2.3.0-rc3 released
6398
6399 2006-05-20 [colin]      2.2.0cvs41
6400
6401         * src/imap.c
6402                 Fix -rc2 problems:
6403                 - remove cache of moved messages from original folder
6404                 - apply new flags to messages even if they aren't appliable
6405                   via IMAP.
6406
6407 2006-05-20 [colin]
6408
6409         * 2.3.0-rc2 released
6410
6411 2006-05-19 [colin]      2.2.0cvs40
6412
6413         * src/imap.c
6414                 Don't issue SELECT in imap_change_flags
6415                 before having checked that we indeed have
6416                 some flags to change. MSG_POSTFILTERED for
6417                 example can't be used on IMAP.
6418                 Fixes bug #955 (copying messages between 
6419                 imap folders is extremely slow), which was
6420                 a regression.
6421
6422 2006-05-19 [colin]      2.2.0cvs39
6423
6424         * src/folder.c
6425         * src/folder.h
6426         * src/folderview.c
6427                 Try to fix bug #830 (Some unread messages 
6428                 get marked read in IMAP inbox):
6429                 - Prevent scanning a folder if it's being 
6430                   opened via the GUI
6431                 - Postpone opening via the GUI of a folder
6432                   currently scanned.
6433
6434
6435 2006-05-19 [wwp]        2.2.0cvs38
6436
6437         * manual/advanced.xml
6438                 fix English+typo (thanks to Paul).
6439
6440 2006-05-19 [wwp]        2.2.0cvs37
6441
6442         * manual/advanced.xml
6443         * manual/fr/advanced.xml
6444         * src/gtk/logwindow.c
6445         * src/prefs_common.c
6446         * src/prefs_common.h
6447                 added hidden prefs to allow customization of colors used in
6448                 protocol log window (useful for dark gtk+ themes).
6449
6450 2006-05-19 [wwp]        2.2.0cvs36
6451
6452         * ChangeLog
6453                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
6454
6455 2006-05-19 [paul]       2.2.0cvs35
6456
6457         * src/textview.c
6458                 make Reply-To fully clickable
6459         * src/gtk/logwindow.c
6460                 more colouring (SMTP ESMTP)
6461         Both patches by Pawel Pekala
6462
6463 2006-05-19 [cleroy]     2.2.0cvs34
6464
6465         * src/mh.c
6466                 Don't update flags from current folder
6467                 Probably fixes bug #935 (Read Messages 
6468                 Revert to Being Marked as Unread)
6469
6470 2006-05-18 [colin]      2.2.0cvs33
6471
6472         * src/imap.c
6473                 Warning fix
6474         * src/compose.c
6475         * src/mainwindow.c
6476         * src/summaryview.c
6477         * src/toolbar.c
6478                 Allow replying to multiple emails
6479                 in multiple windows
6480         * src/mimeview.c
6481         * src/etpan/imap-thread.c
6482                 Leak fixes
6483
6484 2006-05-18 [paul]       2.2.0cvs32
6485
6486         * src/summaryview.c
6487                 keep Mailing-List menu refreshed
6488                 Thanks to Colin
6489
6490 2006-05-18 [paul]       2.2.0cvs31
6491
6492         * manual/advanced.xml
6493         * manual/faq.xml
6494         * manual/glossary.xml
6495         * manual/handling.xml
6496         * manual/intro.xml
6497         * manual/plugins.xml
6498         * manual/sylpheed-claws-manual.xml
6499                 update URLs
6500                 add info about mailing-list support
6501                 edit filtering info
6502         * src/wizard.c
6503         * src/common/defs.h
6504         * src/gtk/about.c
6505         * src/plugins/dillo_viewer/README
6506                 update URLs
6507
6508 2006-05-17 [wwp]        2.2.0cvs30
6509
6510         * manual/handling.xml
6511         * manual/fr/handling.xml
6512                 documented the ability to enabled/disable filtering/processing rules.
6513
6514 2006-05-17 [colin]      2.2.0cvs29
6515
6516         * src/main.c
6517                 Don't initialize g_thread subsystem if it's 
6518                 already done (thanks to Hiro)
6519         * src/mimeview.c
6520                 Fix saving of parts when there name can't be
6521                 converted from UTF-8.
6522
6523 2006-05-17 [paul]       2.2.0cvs28
6524
6525         * po/Makefile.in.in
6526                 fix config.status warning with autoconf 2.60
6527
6528 2006-05-17 [paul]       2.2.0cvs27
6529
6530         * po/POTFILES.in
6531                 add src/mbox.c
6532
6533 2006-05-17 [wwp]        2.2.0cvs26
6534
6535         * src/mainwindow.c
6536                 fix useless and potentially dangerous buffer walking (thanks to Colin).
6537
6538 2006-05-17 [wwp]        2.2.0cvs25
6539
6540         * src/plugins/demo/demo.c
6541                 updated product name in plugin demo (many plugins need to be
6542                 sync'ed w/ that change).
6543
6544 2006-05-17 [colin]      2.2.0cvs24
6545
6546         * src/mh.c
6547                 Fix leak
6548
6549 2006-05-16 [colin]      2.2.0cvs23
6550
6551         * src/mainwindow.c
6552                 Stupid me hit again. Fix cvs22.
6553
6554 2006-05-16 [colin]      2.2.0cvs22
6555
6556         * src/mainwindow.c
6557                 Fix bug #922 (sylpheed-claws crashed after 
6558                 pushing on Inbox folder)
6559
6560 2006-05-16 [colin]      2.2.0cvs21
6561
6562         * src/compose.c
6563                 Make From header be copy/paste/select-able
6564
6565 2006-05-16 [wwp]        2.2.0cvs20
6566
6567         * src/export.c
6568         * src/matcher.c
6569         * src/summaryview.c
6570         * src/etpan/imap-thread.c
6571                 fix some compiler warnings (thanks to Colin).
6572
6573 2006-05-16 [wwp]        2.2.0cvs19
6574
6575         * src/action.c
6576         * src/gedit-print.c
6577         * src/inc.c
6578         * src/mainwindow.c
6579         * src/mh.c
6580         * src/statusbar.c
6581         * src/send_message.c
6582         * src/summaryview.c
6583                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
6584
6585 2006-05-15 [colin]      2.2.0cvs18
6586
6587         * src/procmsg.c
6588                 Fix automatic rule creation with List-Post
6589
6590 2006-05-15 [paul]       2.2.0cvs17
6591
6592         * tools/filter_conv_new.pl
6593                 updated for rule enabling/disabling
6594                 claws version >= 2.3.x required
6595
6596 2006-05-15 [cleroy]     2.2.0cvs16
6597
6598         * src/main.c
6599                 Revert test
6600
6601 2006-05-15 [cleroy]     2.2.0cvs15
6602
6603         * src/main.c
6604                 test
6605
6606 2006-05-15 [wwp]        2.2.0cvs14
6607
6608         * manual/pl/.cvsignore
6609                 ignore generated files.
6610
6611 2006-05-14 [wwp]        2.3.0-rc1
6612
6613         * 2.3.0-rc1 released
6614
6615 2006-05-13 [wwp]        2.2.0cvs13
6616
6617         * src/filtering.c
6618         * src/filtering.h
6619         * src/matcher.c
6620         * src/matcher_parser_lex.l
6621         * src/matcher_parser_parse.y
6622         * src/prefs_filtering.c
6623                 new feature: provide the ability to disable filtering and processing
6624                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
6625                 adaptations.
6626
6627 2006-05-13 [colin]      2.2.0cvs12
6628
6629         * src/compose.c
6630                 Remove useless if (a) b; else b;
6631                 Thanks to wwp
6632
6633 2006-05-13 [wwp]        2.2.0cvs11
6634
6635         * src/export.c
6636         * src/import.c
6637         * src/mainwindow.c
6638         * src/mbox.c
6639         * src/summaryview.c
6640         * src/summaryview.h
6641                 no more silent failures (or at least less ones) when importing
6642                 or exporting from/to mbox. Also start importing/exporting if
6643                 the necessary info is set.
6644
6645 2006-05-13 [wwp]        2.2.0cvs10
6646
6647         * RELEASE_NOTES
6648                 restored up-to-date release notes.
6649
6650 2006-05-13 [paul]       2.2.0cvs9
6651
6652         * po/nl.po
6653         * po/ru.po
6654                 updated by Tim Dijkstra and Pavlo Bohmat
6655
6656 2006-05-12 [colin]      2.2.0cvs8
6657
6658         * src/gtk/quicksearch.c
6659                 Add "k" as shortcut for "colorlabel". Patch
6660                 by ath42@users.sf.net.
6661
6662 2006-05-12 [paul]       2.2.0cvs7
6663
6664         * src/prefs_common.h
6665         * src/prefs_summaries.c
6666         * src/summaryview.c
6667                 when entering a folder also allow
6668                 going directly to first Marked message
6669
6670 2006-05-12 [paul]       2.2.0cvs6
6671
6672         * src/summaryview.c
6673                 always obey 'confirm before marking all
6674                 mails read' option
6675
6676 2006-05-12 [paul]       2.2.0cvs5
6677
6678         * src/textview.c
6679                 make Sender fully clickable
6680
6681 2006-05-12 [colin]      2.2.0cvs4
6682
6683         * src/compose.c
6684         * src/compose.h
6685                 Let From be editable
6686         * src/main.c
6687         * src/mh.c
6688                 Full support of .mh_sequences' Unseen seq
6689
6690 2006-05-12 [colin]      2.2.0cvs3
6691
6692         * src/folder.c
6693         * src/mainwindow.c
6694         * src/mainwindow.h
6695         * src/messageview.c
6696         * src/prefs_spelling.c
6697         * src/procheader.c
6698         * src/procmsg.c
6699         * src/procmsg.h
6700         * src/summaryview.c
6701         * src/toolbar.c
6702         * src/toolbar.h
6703                 Add contextual menu on Compose toolbar
6704                 button. Fixes bug #944 (Automatic
6705                 addresses not applied when changing account
6706                 from compose window)
6707                 add Mailing List support
6708                 based on the old 0.6.5claws25 patch by
6709                 Melvin Hadasht, with finishing touches
6710                 by Colin
6711                 Fix "ignore thread" when mails are threaded by
6712                 subject (and weren't ignored although appearing
6713                 in the thread).
6714                 GUI rework.
6715                 Both patches by Pawel.
6716
6717 2006-05-08 [paul]       2.2.0cvs2
6718
6719         * src/mainwindow.c
6720         * src/mainwindow.h
6721         * src/messageview.c
6722         * src/procheader.c
6723         * src/procmsg.c
6724         * src/procmsg.h
6725         * src/summaryview.c
6726                 add Mailing List support
6727                 based on the old 0.6.5claws25 patch by 
6728                 Melvin Hadasht, with finishing touches
6729                 by Colin
6730
6731 2006-05-08 [colin]      2.2.0cvs1
6732
6733         * src/mainwindow.c
6734         * src/toolbar.c
6735         * src/toolbar.h
6736                 Add contextual menu on Compose toolbar 
6737                 button. Fixes bug #944 (Automatic 
6738                 addresses not applied when changing account 
6739                 from compose window)
6740
6741 2006-05-08 [paul]       2.2.0
6742
6743         2.2.0 released
6744
6745 2006-05-08 [paul]       2.1.1cvs51
6746
6747         * po/cs.po
6748         * po/de.po
6749         * po/en_GB.po
6750         * po/fi.po
6751         * po/fr.po
6752         * po/pt_BR.po
6753         * po/sr.po
6754         * po/zh_CN.po
6755                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6756                 Fabien Vantard, Frederico Goncalves Guimaraes,
6757                 Aleksandar Urosevic, and Ralgh Young
6758
6759 2006-05-12 [colin]      2.1.1cvs50
6760
6761         * po/cs.po
6762         * po/de.po
6763         * po/en_GB.po
6764         * po/es.po
6765         * po/fi.po
6766         * po/fr.po
6767         * po/pt_BR.po
6768         * po/sr.po
6769         * po/zh_CN.po
6770                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
6771                 Fabien Vantard, Frederico Goncalves Guimaraes,
6772                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
6773
6774 2006-05-05 [colin]      2.1.1cvs49
6775
6776         * manual/Makefile.am
6777         * manual/pl/Makefile.am
6778         * manual/pl/account.xml
6779         * manual/pl/ack.xml
6780         * manual/pl/addrbook.xml
6781         * manual/pl/advanced.xml
6782         * manual/pl/faq.xml
6783         * manual/pl/glossary.xml
6784         * manual/pl/gpl.xml
6785         * manual/pl/handling.xml
6786         * manual/pl/intro.xml
6787         * manual/pl/keyboard.xml
6788         * manual/pl/plugins.xml
6789         * manual/pl/starting.xml
6790         * manual/pl/sylpheed-claws-manual.xml
6791         * manual/pl/dist/.cvsignore
6792         * manual/pl/dist/Makefile.am
6793         * manual/pl/dist/html/.cvsignore
6794         * manual/pl/dist/html/Makefile.am
6795         * manual/pl/dist/pdf/.cvsignore
6796         * manual/pl/dist/pdf/Makefile.am
6797         * manual/pl/dist/ps/.cvsignore
6798         * manual/pl/dist/ps/Makefile.am
6799         * manual/pl/dist/txt/.cvsignore
6800         * manual/pl/dist/txt/Makefile.am
6801                 Add the polish translation of the manual,
6802                 Authored by Pawel Pekala.
6803
6804 2006-05-05 [cleroy]     2.1.1cvs48
6805
6806         * src/main.c
6807                 Re-read matcherrc after loading plugins 
6808                 if some of them add folders.
6809
6810 2006-05-03 [colin]      2.1.1cvs47
6811
6812         * src/imap.c
6813                 I'm idiot
6814
6815 2006-05-03 [colin]      2.1.1cvs46
6816
6817         * src/imap.c
6818                 Be sure to have a session when
6819                 getting separator
6820
6821 2006-05-03 [colin]      2.1.1cvs45
6822
6823         * src/imap.c
6824         * src/imap.h
6825         * src/imap_gtk.c
6826                 Fix preventing renaming with namespace 
6827                 separator.
6828
6829 2006-05-01 [colin]      2.1.1cvs44
6830
6831         * src/action.c
6832                 Don't reload messageview when result of
6833                 action is piped.
6834
6835 2006-04-29 [colin]      2.1.1cvs43
6836
6837         * src/prefs_receive.c
6838         * src/plugins/spamassassin/spamassassin_gtk.c
6839         * src/plugins/clamav/clamav_plugin_gtk.c
6840                 GUI fixes by Pawel
6841
6842 2006-04-29 [colin]      2.1.1cvs42
6843
6844         * src/prefs_compose_writing.c
6845         * src/prefs_quote.c
6846                 Cleanups. Patch by Pawel
6847
6848 2006-04-28 [paul]       2.1.1cvs41
6849
6850         * src/matcher.c
6851                 fix returned quick search results when search
6852                 term contains an underscore.
6853                 Thanks to Colin
6854
6855 2006-04-28 [paul]       2.1.1cvs40
6856
6857         * src/prefs_message.c
6858         * src/prefs_receive.c
6859                 GUI cleanups
6860                 Patches by Pawel Pekala
6861
6862 2006-04-27 [colin]      2.1.1cvs39
6863
6864         * src/wizard.c
6865                 Differentiate subject Welcome from
6866                 window's title Welcome
6867
6868 2006-04-27 [paul]
6869
6870         2.2.0-rc1 released
6871
6872 2006-04-27 [paul]       2.1.1cvs38
6873
6874         * manual/advanced.xml
6875         * manual/fr/advanced.xml
6876                 add info about compose_no_markup hidden pref
6877
6878 2006-04-27 [paul]       2.1.1cvs37
6879
6880         * src/prefs_account.c
6881                 improve privacy labels
6882         * src/prefs_msg_colors.c
6883                 change some strings for translators' convenience
6884         * src/gtk/gtkutils.c
6885                 don't underline the link button text
6886
6887 2006-04-25 [colin]      2.1.1cvs36
6888
6889         * src/folder.c
6890                 Complete 2.1.1cvs33 (once more ;)
6891
6892 2006-04-25 [colin]      2.1.1cvs35
6893
6894         * src/editldap.c
6895                 Fix tooltip
6896
6897 2006-04-25 [cleroy]     2.1.1cvs34
6898
6899         * src/compose.c
6900         * src/gtk/gtkaspell.c
6901                 Fix crash on redirect (related to the return 
6902                 of the aspell menu in compose's toolbar)
6903         * src/prefs_msg_colors.c
6904                 Fix sensitivity widgets
6905         * src/image_viewer.c
6906         * src/gtk/pluginwindow.c
6907         * src/gtk/prefswindow.c
6908                 Change released signals to clicked (Fabien)
6909         * po/POTFILES.in
6910         * src/common/socket.c
6911         * src/plugins/spamassassin/spamassassin.c
6912                 Translate strings (Fabien)
6913
6914 2006-04-25 [paul]       2.1.1cvs33
6915
6916         * src/folder.c
6917         * src/folder.h
6918         * src/folderview.c
6919                 complete the fix of bug #912
6920                 Thanks to Colin
6921
6922 2006-04-25 [colin]      2.1.1cvs32
6923
6924         * src/news.c
6925                 Better progress bar
6926         * src/mimeview.c
6927         * src/summaryview.c
6928         * src/summaryview.h
6929                 Fix focus chain
6930                 Patches by Pawel Pekala
6931
6932 2006-04-24 [colin]      2.1.1cvs31
6933
6934         * src/compose.c
6935                 Fix compilation warnings (Fabien)
6936
6937 2006-04-24 [colin]      2.1.1cvs30
6938
6939         * src/addrindex.c
6940         * src/editldap.c
6941         * src/editldap_basedn.c
6942         * src/editldap_basedn.h
6943         * src/ldapctrl.c
6944         * src/ldapctrl.h
6945         * src/ldapquery.c
6946         * src/ldaputil.c
6947         * src/ldaputil.h
6948                 Fix bug #901 (LDAPS support)
6949
6950 2006-04-24 [colin]      2.1.1cvs29
6951
6952         * src/compose.c
6953                 Fix logic on error with send dialog on
6954         * src/imap.c
6955                 Fix compilation without libetpan, thanks
6956                 to Fabien
6957         * src/summaryview.c
6958                 Fix 'context-menu' key
6959
6960 2006-04-23 [colin]      2.1.1cvs28
6961
6962         * src/folder.c
6963                 Never free current's cache to free up 
6964                 memory. Fixes bug #912 (new count 
6965                 randomly set to message count)
6966
6967 2006-04-23 [colin]      2.1.1cvs27
6968
6969         * src/gtk/quicksearch.c
6970                 And remove printf...
6971
6972 2006-04-23 [colin]      2.1.1cvs26
6973
6974         * src/gtk/quicksearch.c
6975                 Fix replacing in quicksearch, and fix inserting
6976                 in the middle of the string. (introduced at 2.1.0cvs22)
6977
6978 2006-04-23 [colin]      2.1.1cvs25
6979
6980         * src/imap.c
6981                 Make sure uidnext is initialized in get_num_list
6982                 (not for stable, related to 2.1.1cvs8 and friends)
6983
6984 2006-04-23 [colin]      2.1.1cvs24
6985
6986         * src/imap.c
6987                 Output something when login is successful
6988                 too
6989
6990 2006-04-23 [colin]      2.1.1cvs23
6991
6992         * src/etpan/imap-thread.c
6993                 Better logging (line-per-line, hide data in fetch)
6994                 Fix a const warning
6995         * src/gtk/logwindow.c
6996         * src/gtk/logwindow.h
6997                 Better logging (color for input/output)
6998
6999 2006-04-21 [colin]      2.1.1cvs22
7000
7001         * src/gtk/quicksearch.c
7002                 On gtk+-2.8, use stock buttons in quicksearch
7003                 Based on a patch by Fabien and a design by Paul
7004
7005 2006-04-21 [colin]      2.1.1cvs21
7006
7007         * src/folderview.c
7008         * src/mainwindow.c
7009                 Fix occasional flicker in folderview
7010         * src/common/utils.c
7011                 Fix bug #943 (Incorrectly parsed email address 
7012                 list in short headers on message view and in 
7013                 printouts)
7014
7015 2006-04-20 [colin]      2.1.1cvs20
7016
7017         * src/imap.c
7018         * src/imap.h
7019         * src/prefs_account.c
7020                 Add ANONYMOUS auth for IMAP
7021
7022 2006-04-20 [paul]       2.1.1cvs19
7023
7024         * src/main.c
7025                 proper fix for 2.1.1cvs18
7026                 Thanks to Colin
7027
7028 2006-04-20 [paul]       2.1.1cvs18
7029
7030         * src/main.c
7031                 fix build warnings
7032
7033 2006-04-20 [paul]       2.1.1cvs17
7034
7035         * src/gtk/quicksearch.c
7036                 fix standard, non-extended Quick search,
7037                 was broken in 2.1.1cvs15.
7038                 Thanks to Colin.
7039
7040 2006-04-20 [colin]      2.1.1cvs16
7041
7042         * src/prefs_matcher.c
7043                 Fix values when reselecting a ~test
7044                 rule
7045
7046 2006-04-19 [colin]      2.1.1cvs15
7047
7048         * src/compose.c
7049         * src/compose.h
7050         * src/gtk/gtkaspell.c
7051         * src/gtk/gtkaspell.h
7052                 Put back Options menu in Spelling/
7053         * src/gtk/quicksearch.c
7054                 Don't search, and show error, if the
7055                 advanced search has a syntax error
7056
7057 2006-04-18 [colin]      2.1.1cvs14
7058
7059         * src/textview.c
7060                 Fix gdk warnings on set_cursor when textview
7061                 isn't visible
7062
7063 2006-04-18 [colin]      2.1.1cvs13
7064
7065         * src/gtk/gtksctree.c
7066                 Remove seemingly useless refresh that causes
7067                 flicker - watch this commit in case of 
7068                 problems before planned backport to stable
7069
7070 2006-04-18 [colin]      2.1.1cvs12
7071
7072         * src/imap.c
7073                 Factorize get/set_xml code
7074         * src/compose.c
7075         * src/prefs_account.c
7076         * src/prefs_account.h
7077         * src/procmsg.c
7078                 Add Encrypt to self option
7079
7080 2006-04-17 [colin]      2.1.1cvs11
7081
7082         * configure.ac
7083                 Fix search on encrpyt function on dragonfly
7084                 Patch by Jonathan Buschmann <jonthn@agmact.com>
7085
7086 2006-04-17 [colin]      2.1.1cvs10
7087
7088         * src/prefs_account.c
7089                 Be safe by default: remove mails from POP3
7090                 after 7 days, not immediately
7091
7092 2006-04-17 [colin]      2.1.1cvs9
7093
7094         * src/etpan/imap-thread.c
7095                 Fix build on DragonFly - patch by 
7096                 Jonathan Buschmann <jonthn@agmact.com>
7097
7098 2006-04-17 [colin]      2.1.1cvs8
7099
7100         * src/imap.c
7101                 Save uidnext between sessions
7102
7103 2006-04-17 [colin]      2.1.1cvs7
7104
7105         * src/imap.c
7106                 scan is required when uid validity changes
7107
7108 2006-04-17 [colin]      2.1.1cvs6
7109
7110         * src/folderview.c
7111                 Don't scan if not necessary, apart in current
7112                 folder and INBOX to fetch flags.
7113         * src/imap.c
7114                 Scan is necessary if unread count changes
7115
7116 2006-04-17 [colin]      2.1.1cvs5
7117
7118         * src/imap.c
7119                 ...But always fetch ANSWERED and DELETED flags for
7120                 INBOX, as filtering can happen on these flags.
7121
7122 2006-04-17 [colin]      2.1.1cvs4
7123
7124         * src/imap.c
7125                 Don't fetch REPLIED and DELETED flags when synchronising
7126                 flags with a closed folder. We only need UNSEEN and FLAGGED
7127                 to update the folderview.
7128
7129 2006-04-17 [colin]      2.1.1cvs3
7130
7131         * src/imap.c
7132                 Faster flag search when there are new mails 
7133                 in a folder. We can do a full search if the 
7134                 folder contains less messages than the new
7135                 list.
7136
7137 2006-04-17 [colin]      2.1.1cvs2
7138
7139         * po/cs.po
7140         * po/de.po
7141         * po/fr.po
7142         * po/nl.po
7143         * po/pt_BR.po
7144                 Update translations from stable branch
7145
7146 2006-04-17 [colin]      2.1.1cvs1
7147
7148         * configure.ac
7149                 Bump version to follow stable release
7150
7151 2006-04-16 [mones]      2.1.0cvs50
7152
7153         * po/es.po
7154                 Updated for release
7155
7156 2006-04-16 [colin]      2.1.0cvs49
7157
7158         * src/textview.c
7159                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
7160                 with gtk < 2.8. Thanks to Fabien Vantard.
7161
7162 2006-04-15 [colin]      2.1.0cvs48
7163
7164         * src/etpan/imap-thread.c
7165                 Fix bug #919 (libetpan: SEGV when connecting 
7166                 using command)
7167
7168 2006-04-14 [colin]      2.1.0cvs47
7169
7170         * src/main.c
7171                 Fix race on --select (should be done better)
7172
7173 2006-04-14 [wwp]        2.1.0cvs46
7174
7175         * src/send_message.c
7176                 enforce a check for domain in account prefs (a sending
7177                 error could be faced if domain was checked but no value set),
7178                 thanks to Colin.
7179
7180 2006-04-14 [colin]      2.1.0cvs45
7181
7182         * src/codeconv.c
7183                 when converting from unknown to unknown, if the
7184                 string is UTF8, don't convert it to the locale
7185                 (which breaks it)
7186
7187 2006-04-14 [colin]      2.1.0cvs44
7188
7189         * src/compose.c
7190                 Don't try to use ASCII for converting headers
7191                 (as done in body)
7192
7193 2006-04-14 [paul]       2.1.0cvs43
7194
7195         * src/crash.c
7196                 add locale/charset info to crash report
7197         * src/gtk/about.c
7198                 add wwp to doc team
7199                 replace 'e-mail' with preferred 'email'
7200         * src/gtk/authors.h
7201                 ensure contributors list is in alphabetical
7202                 order
7203
7204 2006-04-13 [colin]      2.1.0cvs42
7205
7206         * src/textview.c
7207                 Prevent gdk warnings
7208
7209 2006-04-13 [colin]      2.1.0cvs41
7210
7211         * src/common/ssl_certificate.c
7212         * src/common/ssl_certificate.h
7213         * src/gtk/sslcertwindow.c
7214                 Warn on expired certs, and display the expiration date
7215
7216 2006-04-13 [colin]      2.1.0cvs40
7217
7218         * src/plugins/spamassassin/spamassassin_gtk.c
7219                 Fix missing set_text on unix socket
7220
7221 2006-04-13 [wwp]        2.1.0cvs39
7222
7223         * manual/fr/advanced.xml
7224         * manual/fr/glossary.xml
7225                 applied new spam/ham/email lexicon (pourriel, courriel)
7226
7227 2006-04-13 [paul]       2.1.0cvs38
7228
7229         * src/plugins/pgpmime/plugin.c
7230                 remove the mention of S/MIME from the
7231                 description. This is now handled by the
7232                 S/MIME plugin.
7233
7234 2006-04-13 [paul]       2.1.0cvs37
7235
7236         * src/prefs_msg_colors.c
7237                 rework dialog
7238         * src/prefs_folder_item.c
7239         * src/prefs_spelling.c
7240                 add a tooltip to the colour selector buttons
7241
7242 2006-04-13 [wwp]        2.1.0cvs36
7243
7244         * manual/advanced.xml
7245         * manual/glossary.xml
7246         * manual/handling.xml
7247         * manual/keyboard.xml
7248         * manual/plugins.xml
7249         * manual/starting.xml
7250         * manual/fr/account.xml
7251         * manual/fr/ack.xml
7252         * manual/fr/addrbook.xml
7253         * manual/fr/advanced.xml
7254         * manual/fr/faq.xml
7255         * manual/fr/glossary.xml
7256         * manual/fr/gpl.xml
7257         * manual/fr/handling.xml
7258         * manual/fr/intro.xml
7259         * manual/fr/keyboard.xml
7260         * manual/fr/plugins.xml
7261         * manual/fr/starting.xml
7262         * manual/fr/sylpheed-claws-manual.xml
7263                 fixes to the manuals:
7264                  - summaryview -> Message List (same in French)
7265                  - translate key names
7266                  - fix French punctuation, use non-breakable spaces when
7267                    necessary, don't use &thinsp; which is not portable
7268                  - tell what maildir and mbox formats we support
7269
7270 2006-04-12 [wwp]        2.1.0cvs35
7271
7272         * src/prefs_toolbar.c
7273                 unified a replace button more,
7274                 patch by Fabien Vantard <fzzzzz@gmail.com>.
7275
7276 2006-04-12 [wwp]        2.1.0cvs34
7277
7278         * src/prefs_common.c
7279         * src/prefs_msg_colors.c
7280                 make default color labels translatable,
7281                 patch from Fabien Vantard <fzzzzz@gmail.com>,
7282                 thanks to Tim <timbrain@post.cz> for reporting.
7283
7284 2006-04-12 [wwp]        2.1.0cvs33
7285
7286         * manual/glossary.xml
7287         * manual/intro.xml
7288         * manual/plugins.xml
7289         * manual/starting.xml
7290         * manual/sylpheed-claws-manual.xml
7291         * manual/fr/.cvsignore
7292         * manual/fr/account.xml
7293         * manual/fr/ack.xml
7294         * manual/fr/addrbook.xml
7295         * manual/fr/advanced.xml
7296         * manual/fr/faq.xml
7297         * manual/fr/glossary.xml
7298         * manual/fr/handling.xml
7299         * manual/fr/intro.xml
7300         * manual/fr/keyboard.xml
7301         * manual/fr/plugins.xml
7302         * manual/fr/starting.xml
7303         * manual/fr/sylpheed-claws-manual.xml
7304                 various fixes: typos, missing .fr translations, punctuation,
7305                 capitalization, links, accents and some bad French more.
7306
7307 2006-04-12 [wwp]        2.1.0cvs32
7308
7309         * src/prefs_gtk.c
7310                 fix for bug #935: always store prefs files in UTF-8 (thanks
7311                 to Colin).
7312
7313 2006-04-11 [colin]      2.1.0cvs31
7314
7315         * src/compose.c
7316                 Fix inserting files not in utf8 when locale is utf8
7317
7318 2006-04-11 [colin]      2.1.0cvs30
7319
7320         * src/inc.c
7321                 Don't show error dialog when cancelling connection
7322                 Patch by Pawel
7323
7324 2006-04-11 [cleroy]     2.1.0cvs29
7325
7326         * src/compose.c
7327                 Implement multiple quote levels
7328         * src/prefs_common.c
7329                 Change a little bit the quote bgcolor for 2nd level
7330
7331 2006-04-11 [colin]      2.1.0cvs28
7332
7333         * src/gtk/about.c
7334                 Add locale and charset in the label
7335
7336 2006-04-10 [colin]      2.1.0cvs27
7337
7338         * src/compose.c
7339         * src/prefs_common.c
7340         * src/prefs_common.h
7341         * src/prefs_msg_colors.c
7342         * src/textview.c
7343                 Allow optional background color in quotes
7344                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
7345                 GTK+-2.8.x feature
7346
7347 2006-04-10 [colin]      2.1.0cvs26
7348
7349         * src/main.c
7350         * src/mainwindow.c
7351         * src/mainwindow.h
7352                 Implement --select
7353
7354 2006-04-10 [colin]      2.1.0cvs25
7355
7356         * manual/plugins.xml
7357         * manual/fr/plugins.xml
7358                 Document libcurl's proxy variables
7359
7360 2006-04-09 [colin]      2.1.0cvs24
7361
7362         * src/prefs_common.c
7363                 gettext() returns statically allocated stuff. We have
7364                 to strdup it in order to be able to free it.
7365
7366 2006-04-09 [colin]      2.1.0cvs23
7367
7368         * AUTHORS
7369         * src/gtk/authors.h
7370                 Add Alexei
7371
7372 2006-04-09 [colin]      2.1.0cvs22
7373
7374         * src/mainwindow.c
7375         * src/gtk/quicksearch.c
7376                 Fix bug #859 (problems with cyrilic input in 
7377                 search panel) - Patch by Alexey Illarionov 
7378                 <littlesavage@rambler.ru>
7379
7380 2006-04-09 [colin]      2.1.0cvs21
7381
7382         * src/prefs_customheader.c
7383                 I prefer removing then freeing rather than the contrary
7384                 (even if it doesn't change anything ;-)
7385         * src/prefs_account.c
7386                 Fix bug #933 (Crash re-entering the custom headers list 
7387                 dialog in accounts prefs)
7388                 The problem happened when cancelling the Account 
7389                 Preferences' dialogs - in which case we didn't do 
7390                 anything to the PrefsAccount * struct. In case of applying,
7391                 the old ac_prefs was replaced with the tmp_ac_prefs we were
7392                 working with in this dialog. The problem is that 
7393                 prefs_customheader.c, working on this tmp_ac_prefs, always
7394                 changes the ->customhdr_list pointer, even when cancelled. 
7395                 So in case of cancelling the prefs_account dialog, we still
7396                 have to update ->customhdr_list in the real account.
7397
7398 2006-04-08 [colin]      2.1.0cvs20
7399
7400         * manual/fr/glossary.xml
7401         * manual/fr/keyboard.xml
7402                 Forgot some headers :)
7403
7404 2006-04-08 [colin]      2.1.0cvs19
7405
7406         * manual/Makefile.am
7407         * manual/fr/Makefile.am
7408         * manual/fr/account.xml
7409         * manual/fr/ack.xml
7410         * manual/fr/addrbook.xml
7411         * manual/fr/advanced.xml
7412         * manual/fr/faq.xml
7413         * manual/fr/glossary.xml
7414         * manual/fr/gpl.xml
7415         * manual/fr/handling.xml
7416         * manual/fr/intro.xml
7417         * manual/fr/keyboard.xml
7418         * manual/fr/plugins.xml
7419         * manual/fr/starting.xml
7420         * manual/fr/sylpheed-claws-manual.xml
7421         * manual/fr/dist/.cvsignore
7422         * manual/fr/dist/Makefile.am
7423         * manual/fr/dist/html/.cvsignore
7424         * manual/fr/dist/html/Makefile.am
7425         * manual/fr/dist/pdf/.cvsignore
7426         * manual/fr/dist/pdf/Makefile.am
7427         * manual/fr/dist/ps/.cvsignore
7428         * manual/fr/dist/ps/Makefile.am
7429         * manual/fr/dist/txt/.cvsignore
7430         * manual/fr/dist/txt/Makefile.am
7431                 Add the french translation of the manual. Thanks to
7432                 Olivier Delhomme <olivier.delhomme@free.fr> for 
7433                 account.xml, ack.xml, addrbook.xml and advanced.xml
7434
7435 2006-04-08 [colin]      2.1.0cvs18
7436
7437         * manual/plugins.xml
7438         * manual/starting.xml
7439                 More fixes
7440
7441 2006-04-07 [colin]      2.1.0cvs17
7442
7443         * manual/faq.xml
7444         * manual/intro.xml
7445         * manual/keyboard.xml
7446                 Little fixes
7447
7448 2006-04-07 [colin]      2.1.0cvs16
7449
7450         * README
7451         * src/compose.c
7452         * src/prefs_common.c
7453         * src/prefs_common.h
7454                 Add hidden compose_no_markup pref
7455
7456 2006-04-07 [wwp]        2.1.0cvs15
7457
7458         * src/summary_search.c
7459         * .cvsignore
7460                 Bugfix: stop button was sticky when searching in an empty folder.
7461                 Applied curly brackets code style to the whole file (summary_search.c).
7462                 More files to ignore.
7463
7464 2006-04-07 [wwp]        2.1.0cvs14
7465
7466         * src/message_search.c
7467         * src/summary_search.c
7468                 changed default button when search bumps at file/folder
7469                 beginning or end, for convenience (thanks to Colin).
7470
7471 2006-04-07 [paul]       2.1.0cvs13
7472
7473         * src/plugins/dillo_viewer/dillo_prefs.c
7474                 avoid future potential for namespace collision
7475                 Patch by Colin
7476
7477 2006-04-06 [wwp]        2.1.0cvs12
7478
7479         * src/summary_search.c
7480                 Unify extended/advanced searches names (and thus factorize labels),
7481                 patch by Fabien Vantard <fzzzzz@gmail.com>.
7482
7483 2006-04-06 [wwp]        2.1.0cvs11
7484
7485         * src/folderview.c
7486         * src/prefs_themes.c
7487         * src/summaryview.c
7488                 Fixed some compilation warnings.
7489
7490 2006-04-06 [colin]      2.1.0cvs10
7491
7492         * manual/advanced.xml
7493                 Document the wizard template and how to deploy
7494                 Sylpheed-Claws effectively
7495
7496 2006-04-06 [colin]      2.1.0cvs9
7497
7498         * src/folderview.c
7499                 gettext patch to tell translators about _("#"),
7500                 by Maxim Britov
7501
7502 2006-04-06 [colin]      2.1.0cvs8
7503
7504         * src/textview.c
7505                 Fix invalid GtkTextBIter after clicking "Display as text"
7506
7507 2006-04-06 [mones]      2.1.0cvs7
7508
7509         * src/addr_compl.c
7510         * src/addrindex.c
7511         * src/addritem.c
7512         * src/codeconv.c
7513         * src/compose.c
7514         * src/filtering.c
7515         * src/folder.c
7516         * src/folder_item_prefs.c
7517         * src/folderview.c
7518         * src/localfolder.c
7519         * src/matcher.c
7520         * src/mimeview.c
7521         * src/prefs_msg_colors.c
7522         * src/prefs_spelling.c
7523         * src/prefs_themes.c
7524         * src/procmime.c
7525         * src/procmsg.c
7526         * src/stock_pixmap.c
7527         * src/summaryview.c
7528         * src/textview.c
7529         * src/toolbar.c
7530         * src/common/mgutils.c
7531         * src/common/prefs.c
7532         * src/common/ssl_certificate.c
7533         * src/gtk/colorlabel.c
7534         * src/gtk/quicksearch.c
7535         * src/plugins/pgpmime/pgpmime.c
7536         * src/plugins/spamassassin/spamassassin.c
7537                 Removed redundant NULL checks for g_free() calls.
7538                 Patch by Pawel Pekala.
7539
7540 2006-04-06 [mones]      2.1.0cvs6
7541
7542         * src/prefs_actions.c
7543         * src/prefs_filtering.c
7544         * src/prefs_filtering_action.c
7545         * src/prefs_matcher.c
7546         * src/prefs_template.c
7547         * src/gtk/gtkutils.c
7548         * src/gtk/gtkutils.h
7549                 Have a nice replace button. Patch by Pawel Pekala
7550
7551 2006-04-06 [colin]      2.1.0cvs5
7552
7553         * src/addressbook.c
7554                 Fix crash with empty columns
7555
7556 2006-04-05 [colin]      2.1.0cvs4
7557
7558         * src/wizard.c
7559         * src/prefs_gtk.c
7560                 Allow wizard customization with pre-filled values
7561
7562 2006-04-05 [colin]      2.1.0cvs3
7563
7564         * src/textview.c
7565         * src/mimeview.c
7566         * src/mimeview.h
7567                 Nicer messages in mimeview
7568
7569 2006-04-05 [colin]      2.1.0cvs2
7570
7571         * src/addressbook.c
7572         * src/prefs_summaries.c
7573                 i18n fix
7574
7575 2006-04-05 [colin]      2.1.0cvs1
7576
7577         * src/plugins/pgpcore/plugin.c
7578         * src/plugins/pgpcore/select-keys.c
7579         * src/plugins/pgpcore/select-keys.h
7580         * src/plugins/pgpcore/sgpgme.c
7581         * src/plugins/pgpcore/sgpgme.h
7582         * src/plugins/pgpinline/pgpinline.c
7583         * src/plugins/pgpinline/plugin.c
7584         * src/plugins/pgpmime/pgpmime.c
7585         * src/plugins/pgpmime/plugin.c
7586                 Factorize and generalize a bit 
7587                 Drop S/MIME signature verification from PGP/MIME
7588                 (adding it as another, more complete plugin)
7589
7590 2006-04-05 [paul]       2.1.0
7591
7592         2.1.0 released
7593
7594 2006-04-05 [paul]       2.0.0cvs186
7595
7596         * manual/advanced.xml
7597                 add info on colour labels
7598
7599 2006-04-05 [paul]       2.0.0cvs185
7600
7601         * po/bg.po
7602         * po/cs.po
7603         * po/de.po
7604         * po/el.po
7605         * po/en_GB.po
7606         * po/fi.po
7607         * po/fr.po
7608         * po/it.po
7609         * po/nl.po
7610         * po/pl.po
7611         * po/pt_BR.po
7612         * po/sr.po
7613         * po/zh_CN.po
7614                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
7615                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
7616                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
7617                 Guimaraes, Aleksandar Urosevic, Ralgh Young
7618         * src/gtk/authors.h
7619         * tools/claws.i18n.status.pl
7620                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
7621                 and new Czech translator, Tim <timbrain@post.cz>
7622
7623 2006-04-05 [mones]      2.0.0cvs184
7624
7625         * po/es.po
7626                 Updated translation
7627
7628 2006-04-05 [colin]      2.0.0cvs183
7629
7630         * src/gtk/quicksearch.c
7631                 Fix bug #929 (unnecessary reload in quick search bar)
7632
7633 2006-04-05 [colin]      2.0.0cvs182
7634
7635         * src/compose.c
7636                 Fix crash on Reply with no From:
7637                 Show signature and conversion error on queuing 
7638                 (but not sending)
7639         * src/mainwindow.c
7640         * src/summaryview.c
7641         * src/summaryview.h
7642                 Factorize threading code and make sure msginfo 
7643                 is not null when it comes from a GtkCTreeRow's 
7644                 data
7645         * src/gtk/gtkaspell.c
7646                 Check for necessary things
7647         * src/gtk/gtksctree.c
7648         * src/gtk/gtksctree.h
7649                 Reset anchor if necessary when removing node
7650
7651 2006-03-29 [colin]      2.0.0cvs181
7652
7653         * src/folderview.c
7654                 Warn for disabled IMAP accounts (due to lack of
7655                 libetpan). Breaks string-freeze - sorry - but it
7656                 is kind of important ;)
7657
7658 2006-03-28 [colin]      2.0.0cvs180
7659
7660         * src/gtk/gtkutils.c
7661         * src/gtk/gtkutils.h
7662                 Add a gtkut_get_link_btn() function that
7663                 creates a button which acts like an URI
7664         * src/prefs_themes.c
7665         * src/gtk/about.c
7666                 Use this function (factorizes codes)
7667         * src/common/defs.h
7668         * src/gtk/pluginwindow.c
7669                 Add a "Get more..." in the plugins window
7670
7671 2006-03-28 [colin]      2.0.0cvs179
7672
7673         * src/common/smtp.c
7674         * src/common/passcrypt.c
7675         * src/undo.c
7676                 Warning fixes. Patch by Pawel Pekala
7677
7678 2006-03-27 [colin]      2.0.0cvs178
7679
7680         * src/undo.c
7681                 Fix undoing by blocks with spaces
7682
7683 2006-03-27 [colin]      2.0.0cvs177
7684
7685         * src/textview.c
7686                 Set margin to 3px for headers
7687
7688 2006-03-27 [paul]
7689
7690         2.1.0-rc2 released
7691
7692 2006-03-27 [wwp]        2.0.0cvs176
7693
7694         * src/summaryview.c
7695                 don't reset quicksearch when updating the message list.
7696                 Thanks to Colin.
7697
7698 2006-03-26 [wwp]        2.0.0cvs175
7699
7700         * src/compose.c
7701                 use a unified border width ('other' tab in the compose window,
7702                 patch by Pawel Pekala).
7703
7704
7705 2006-03-26 [wwp]        2.0.0cvs174
7706
7707         * src/common/quoted-printable.c
7708         * src/addressbook.c
7709                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
7710
7711 2006-03-26 [colin]      2.0.0cvs173
7712
7713         * src/quote_fmt_parse.y
7714                 Fix non-UTF8 date formats messing up the whole quote a 
7715                 little bit
7716
7717 2006-03-26 [colin]      2.0.0cvs172
7718
7719         * src/procheader.c
7720                 Make sure the date is UTF8 valid, or try to make it
7721                 so. IncrediMail is really IncrediStupid.
7722         * src/compose.c
7723                 Fix possible conversions. 
7724                 
7725
7726 2006-03-26 [colin]      2.0.0cvs171
7727
7728         * src/matcher.c
7729                 Fix corner cases in body search. This is still a
7730                 hack... It seems impossible to make it good and 
7731                 reasonably fast at the same time.
7732
7733 2006-03-26 [colin]      2.0.0cvs170
7734
7735         * src/summaryview.c
7736                 I think I killed the twilight zone bug!
7737                 summary_select_node() flushes GTK events in order
7738                 to be able to center the view. But this also 
7739                 flushes keypresses like Ctrl-Alt-U, so this can
7740                 call summary_show from summary_select_node (itself
7741                 called from summary_show, etc.). And the summaryview
7742                 has to be unlocked in this function. So just locking
7743                 while processing GTK events, and bailing if locked, 
7744                 should fix it.
7745                 Fixes bug #927 (SIGSEGV during Update Summary)
7746
7747 2006-03-25 [colin]      2.0.0cvs169
7748
7749         * src/matcher.c
7750                 Fix search in QP-encoded bodies
7751                 Fix utf-8 searches in bodies encoded in the
7752                 locale's encoding
7753         * src/common/quoted-printable.c
7754         * src/common/quoted-printable.h
7755                 Add a decode function that doesn't overwrite
7756                 the original pointer
7757                 
7758
7759 2006-03-24 [colin]      2.0.0cvs168
7760
7761         * src/action.c
7762         * src/summaryview.c
7763         * src/summaryview.h
7764                 Update message cache after action
7765                 Patch by H. Merijn Brand
7766         * src/prefs_msg_colors.c
7767                 Factorize label 
7768                 Patch by Fabien Vantard
7769         * src/plugins/spamassassin/spamassassin_gtk.c
7770                 Remove useless translation
7771                 Patch by Fabien Vantard
7772
7773 2006-03-23 [colin]      2.0.0cvs167
7774
7775         * src/common/ssl.c
7776                 Let 30 seconds to SSL_connect
7777
7778 2006-03-23 [wwp]        2.0.0cvs166
7779
7780         * src/summaryview.c
7781         * src/gtk/description_window.c
7782                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
7783                 and headers are translated; adjust description windows' width to fit their
7784                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
7785
7786 2006-03-23 [paul]       2.0.0cvs165
7787
7788         * src/common/utils.c
7789                 fix highlighting of URIs containing "()"
7790                 (2.0.0cvs164's reversal fixed)
7791                 Thanks to Colin.
7792
7793 2006-03-23 [paul]       2.0.0cvs164
7794
7795         * src/common/utils.c
7796                 revert patch, (postponing a fix), at 2.0.0cvs120
7797                 as it breaks more URIs than it fixes.
7798                 Allow '-' to be a terminating character in a URI
7799
7800 2006-03-22 [colin]      2.0.0cvs163
7801
7802         * configure.ac
7803                 Require libetpan 0.45
7804                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
7805
7806 2006-03-22 [paul]       2.0.0cvs162
7807
7808         * src/editgroup.c
7809                 replace '<-' and '->' buttons with GTK_STOCK graphical
7810                 buttons
7811         * src/summary_search.c
7812                 don't offer '...' for translation
7813                 add a tooltip to advanced search '...' button
7814         * src/gtk/quicksearch.c
7815                 don't offer '...' for translation
7816
7817 2006-03-21 [colin]      2.0.0cvs161
7818
7819         * src/compose.c
7820                 Fix middle-click pasting (insert at click
7821                 position instead of cursor position, don't
7822                 remove existing selection and allow pasting
7823                 our own selection)
7824         * src/addressbook.c
7825                 "LDAP Server" -> "LDAP servers"
7826
7827 2006-03-21 [wwp]        2.0.0cvs160
7828
7829         * src/etpan/imap-thread.c
7830                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
7831
7832 2006-03-20 [colin]      2.0.0cvs159
7833
7834         * src/summaryview.c
7835                 Don't reload summaryview after an execute with no
7836                 move action
7837
7838 2006-03-19 [colin]      2.0.0cvs158
7839
7840         * src/addressbook.c
7841                 and put groups at the top, always
7842
7843 2006-03-19 [colin]      2.0.0cvs157
7844
7845         * src/addressbook.c
7846                 Order groups before names, as previously
7847
7848 2006-03-19 [colin]      2.0.0cvs156
7849
7850         * src/addressbook.c
7851                 - Sort case-unsensitive
7852                 - Put the sort arrow at opening too
7853
7854 2006-03-19 [wwp]        2.0.0cvs155
7855
7856         * src/addressbook.c
7857                 allow sorting by name/email/remarks, ensure that right-pane's contents
7858                 matches the left-pane selection (cleared when appropriate).
7859                 Patch by Pawel Pekala <c0rn@o2.pl>.
7860
7861 2006-03-18 [colin]      2.0.0cvs154
7862
7863         * src/textview.c
7864                 Fix text cursor ;)
7865
7866 2006-03-18 [colin]      2.0.0cvs153
7867
7868         * src/gtk/filesel.c
7869                 Make sure we hide the preview if we didn't get
7870                 a filename
7871
7872 2006-03-18 [colin]      2.0.0cvs152
7873
7874         * src/summaryview.c
7875                 Set cursor to watch for execution (fixes lack
7876                 of watch-cursor when dnd'ing hundreds of mails)
7877         * src/gtk/filesel.c
7878                 Check that mime type is 'image/*' before updating
7879                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
7880
7881 2006-03-18 [colin]      2.0.0cvs151
7882
7883         * src/mainwindow.c
7884         * src/textview.c
7885         * src/textview.h
7886                 Put a watch cursor in textview too when the mainwindow's
7887                 cursor in a watch
7888
7889 2006-03-18 [colin]      2.0.0cvs150
7890
7891         * src/folder.c
7892                 Change wrong asserts to simple tests
7893
7894 2006-03-17 [colin]      2.0.0cvs149
7895
7896         * src/mainwindow.c
7897         * src/mainwindow.h
7898         * src/prefs_msg_colors.c
7899         * src/summaryview.c
7900         * src/summaryview.h
7901         * src/gtk/colorlabel.c
7902         * src/gtk/colorlabel.h
7903                 Add a color label menu in the main menubar
7904                 Add (fixed) accels Ctrl-{0-7} to change the color
7905                 They have to be fixed because the menu's dynamic,
7906                 the items are complex widgets, hence we can't use
7907                 a GtkItemFactory.
7908
7909
7910 2006-03-17 [wwp]        2.0.0cvs148
7911
7912         * src/compose.c
7913                 rollback few lines from my previous commit (those lines come from
7914                 a pending patch, accidentally commited, even if neutral as they are
7915                 commented out).
7916
7917 2006-03-17 [wwp]        2.0.0cvs147
7918
7919         * src/compose.c
7920                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
7921                 applied code style/indentation to the modified function.
7922
7923 2006-03-17 [wwp]        2.0.0cvs146
7924
7925         * src/procmsg.c
7926         * src/compose.c
7927                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
7928
7929 2006-03-17 [paul]
7930
7931         2.1.0-rc1 released
7932
7933 2006-03-17 [paul]       2.0.0cvs145
7934
7935         * src/main.c
7936                 addressbook_read_file() was called twice
7937         * src/textview.c
7938                 X-Mailer highlighting
7939
7940 2006-03-16 [colin]      2.0.0cvs144
7941
7942         * src/sourcewindow.c
7943         * src/sourcewindow.h
7944                 And the last one, in source window.
7945
7946 2006-03-16 [colin]      2.0.0cvs143
7947
7948         * src/compose.c
7949         * src/compose.h
7950                 Fix the same stuff in compose
7951
7952 2006-03-16 [colin]      2.0.0cvs142
7953
7954         * src/messageview.c
7955                 Complete the previous messageview crash fix
7956
7957 2006-03-16 [colin]      2.0.0cvs141
7958
7959         * src/procmsg.h
7960         * src/procmsg.c
7961         * src/folder.c
7962                 Fix POSTPROCESSING hook
7963                 Patch by H. Merijn Brand
7964
7965         * src/procmime.c
7966         * src/procmime.h
7967                 Parse Content-Location
7968
7969         * src/toolbar.c
7970         * src/messageview.c
7971         * src/messageview.h
7972                 Don't crash when a top-level MessageView has
7973                 been closed on us. Same problematic than
7974                 yesterday's quicksearch issue.
7975
7976 2006-03-15 [colin]      2.0.0cvs140
7977
7978         * src/gtk/quicksearch.c
7979                 Fix a bitchy race we didn't think about when we
7980                 added quicksearch cancellation:
7981                 If the search is not on cached fields, for example
7982                 body_part matchcase "stuff"
7983                 the matcher code has to get the whole message. If
7984                 we're on IMAP, that can be slow, and in order to
7985                 be non-blocking, the IMAP code idle loop processes
7986                 gtk events too. So it is possible to cancel a
7987                 quicksearch while the matcher is getting the mail's
7988                 body. After matcher got its body, it will start to
7989                 iterate over the matcher list that the Quicksearch's
7990                 clear_search_cb() just freed via prepare_matcher().
7991                 SIGSEGV ensues.
7992                 The fix consists of guarding the matcherlist_match()
7993                 call with a boolean 'matching'. If we reset the
7994                 quicksearch while matching is TRUE, we don't free
7995                 the matcherlist anymore like we did, but we set
7996                 another new flag, deferred_free, to TRUE. Then,
7997                 in quicksearch_match(), just after returning from
7998                 matcherlist_match() and unsetting the matching flag,
7999                 we check the deferred_free flag and do the
8000                 prepare_matcher() (which does the matcherlist_free)
8001                 for real, so we free the matcherlist once it's not
8002                 used anymore.
8003                 As all of this runs via the glib main loop, we
8004                 luckily don't need a mutex.
8005         * src/summaryview.c
8006                 Also, show progress while searching.
8007
8008
8009 2006-03-14 [colin]      2.0.0cvs139
8010
8011         * src/alertpanel.c
8012                 Make alertpanel_is_open non-static
8013
8014 2006-03-14 [colin]      2.0.0cvs138
8015
8016         * src/prefs_spelling.c
8017                 Cleanups - Fabien Vantard
8018
8019 2006-03-14 [wwp]        2.0.0cvs137
8020
8021         * src/main.c
8022                 code style normalization (curly braces, indentation).
8023
8024 2006-03-14 [wwp]        2.0.0cvs137
8025
8026         * src/main.c
8027                 code style (braces, indentation)
8028
8029 2006-03-12 [paul]       2.0.0cvs136
8030
8031         * src/prefs_common.c
8032                 trans_hdr defaults to FALSE to be RFC-savvy
8033         * src/prefs_summaries.c
8034                 add a tooltip to the trans_hdr option
8035                 
8036
8037 2006-03-12 [paul]       2.0.0cvs135
8038
8039         * src/prefs_matcher.c
8040                 give a little more width to the combos
8041         * src/prefs_display_header.c
8042         * src/textview.c
8043                 translate headers if prefs_common.trans_hdr
8044                 is TRUE
8045
8046         Patches by Pawel Pekala
8047
8048 2006-03-12 [paul]       2.0.0cvs134
8049
8050         * src/plugins/clamav/clamav_plugin.c
8051         * src/plugins/dillo_viewer/dillo_viewer.c
8052         * src/plugins/pgpcore/plugin.c
8053         * src/plugins/pgpinline/plugin.c
8054         * src/plugins/pgpmime/plugin.c
8055         * src/plugins/spamassassin/spamassassin.c
8056                 update/add to descriptions
8057         * src/plugins/spamassassin/spamassassin_gtk.c
8058                 fixes to the english, remove superfluous
8059                 tooltips, clean up a little
8060
8061 2006-03-12 [paul]       2.0.0cvs133
8062
8063         * src/compose.c
8064                 fix Bug 924, 'Account combo box shows up wrong 
8065                 if & is in account name'
8066
8067 2006-03-11 [colin]      2.0.0cvs132
8068
8069         * src/summaryview.c
8070                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
8071                 messed up shift-selection because is slows down
8072                 moving around summaryview. thanks -users
8073
8074 2006-03-10 [colin]      2.0.0cvs131
8075
8076         * src/plugins/spamassassin/spamassassin_gtk.c
8077                 Put back Paul's engrish fixes
8078
8079 2006-03-10 [colin]      2.0.0cvs130
8080
8081         * src/plugins/spamassassin/spamassassin.c
8082         * src/plugins/spamassassin/spamassassin.h
8083         * src/plugins/spamassassin/spamassassin_gtk.c
8084                 Cleanup SA prefs page (more)
8085                 Patch by Fabien Vantard
8086
8087 2006-03-10 [paul]       2.0.0cvs129
8088
8089         * src/prefs_msg_colors.c
8090         * src/prefs_spelling.c
8091                 widget sensitivity
8092
8093 2006-03-09 [mones]      2.0.0cvs128
8094
8095         * po/es.po
8096                 Update for next RC
8097
8098 2006-03-09 [wwp]        2.0.0cvs127
8099
8100         * configure.ac
8101                 revert accidental commit (requirement for libetpan 0.43), this time
8102                 not in HEAD.
8103
8104 2006-03-09 [wwp]        2.0.0cvs125
8105
8106         * configure.ac
8107                 revert accidental commit (requirement for libetpan 0.43)
8108
8109 2006-03-09 [paul]       2.0.0cvs126
8110
8111         * src/prefs_receive.c
8112                 remove useless frame
8113                 replace 'incorporation' with 'receiving'
8114         * src/plugins/clamav/clamav_plugin_gtk.c
8115         * src/plugins/spamassassin/spamassassin_gtk.c
8116                 improve widget sensitivity
8117                 fix a bit his engrish
8118
8119 2006-03-09 [wwp]        2.0.0cvs125
8120
8121         * src/addressadd.c
8122         * src/foldersel.c
8123         * src/prefs_common.c
8124         * src/prefs_common.h
8125                 remember some more windows' sizes (add to addressbook and
8126                 select folder).
8127
8128 2006-03-09 [paul]       2.0.0cvs124
8129
8130         * src/plugins/pgpcore/prefs_gpg.c
8131                 normalise construction of dialogue
8132
8133 2006-03-09 [paul]       2.0.0cvs123
8134
8135         * src/plugins/trayicon/Makefile.am
8136                 add missing slash
8137
8138 2006-03-08 [colin]      2.0.0cvs122
8139
8140         * src/plugins/trayicon/Makefile.am
8141                 Fix build in separate dir 
8142                 Patch by Bamanzi <bamanzi@gmail.com>
8143
8144 2006-03-08 [colin]      2.0.0cvs121
8145
8146         * src/procmsg.c
8147                 Batch move and copies from summaryview with delayed execution
8148                 too
8149
8150 2006-03-07 [paul]       2.0.0cvs120
8151
8152         * src/common/utils.c
8153                 fix highlighting of URIs containing "()"
8154                 Patch by Pawel Pekala
8155
8156 2006-03-07 [paul]       2.0.0cvs119
8157
8158         * src/folder.c
8159         * src/folder.h
8160         * src/folderview.c
8161                 immediately do alphabetical resort when
8162                 changing a folder's name
8163                 Patch by Pawel Pekala
8164
8165 2006-03-07 [paul]       2.0.0cvs118
8166
8167         * src/news.c
8168         * src/news_gtk.c
8169                 when unsubscribing a newsgroup, remove the
8170                 folder and msgs in .sylpheed-claws/newscache
8171                 Patch by Pawel Pekala <c0rn@gazeta.pl>
8172
8173 2006-03-07 [paul]       2.0.0cvs117
8174
8175         * src/textview.c
8176                 fix wrong Fake URL Warning
8177                 Thanks to Hiro
8178
8179 2006-03-07 [colin]      2.0.0cvs116
8180
8181         * src/imap.c
8182                 Return immediately when password dialog was
8183                 cancelled
8184         * src/gtk/inputdialog.c
8185                 Allow empty strings for passwords
8186
8187
8188 2006-03-06 [colin]      2.0.0cvs115
8189
8190         * src/imap.c
8191                 Prevent double-timeouts when connection fails
8192
8193 2006-03-06 [colin]
8194
8195         2.0.1-rc1 released
8196
8197 2006-03-06 [colin]      2.0.0cvs114
8198
8199         * src/imap.c
8200                 Refresh session during potentially long
8201                 operations
8202
8203 2006-03-06 [wwp]        2.0.0cvs113
8204
8205         * src/prefs_msg_colors.h
8206                 forgot that one (custom color labels).
8207
8208 2006-03-06 [wwp]        2.0.0cvs112
8209
8210         * src/prefs_common.c
8211         * src/prefs_common.h
8212         * src/prefs_msg_colors.c
8213         * src/summaryview.c
8214         * src/summaryview.h
8215         * src/gtk/colorlabel.c
8216         * src/gtk/colorlabel.h
8217                 colors in messages list are now customizable. Color values and names can
8218                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
8219                 Thanks to Paul and Colin for their help with this longstanding patch!
8220
8221 2006-03-06 [wwp]        2.0.0cvs111
8222
8223         * src/textview.c
8224                 don't crash if (x)face is bad.
8225
8226 2006-03-05 [paul]       2.0.0cvs110
8227
8228         * AUTHORS
8229         * configure.ac
8230         * src/Makefile.am
8231         * src/common/Makefile.am
8232         * src/common/utils.h
8233         * src/etpan/imap-thread.c
8234         * src/gtk/authors.h
8235         * src/plugins/clamav/Makefile.am
8236         * src/plugins/demo/Makefile.am
8237         * src/plugins/dillo_viewer/Makefile.am
8238         * src/plugins/pgpcore/Makefile.am
8239         * src/plugins/pgpcore/passphrase.c
8240         * src/plugins/pgpinline/Makefile.am
8241         * src/plugins/pgpmime/Makefile.am
8242         * src/plugins/spamassassin/Makefile.am
8243         * src/plugins/trayicon/Makefile.am
8244                 fix builiding on cygwin
8245                 Patch by Ralgh Young <bamanzi@gmail.com>
8246
8247 2006-03-04 [wwp]        2.0.0cvs109
8248
8249         * manual/keyboard.xml
8250                 fix mixed up/down keys.
8251
8252 2006-03-04 [wwp]        2.0.0cvs108
8253
8254         * README
8255         * INSTALL
8256                 updated links to SpamAssassin.
8257
8258 2006-03-04 [wwp]        2.0.0cvs107
8259
8260         * manual/plugins.xml
8261         * src/plugins/spamassassin/README
8262                 updated SpamAssassin plugin docs to reflect new functional additions
8263                 (also fix/update/documents few technical stuff more, see the README).
8264
8265 2006-03-04 [wwp]        2.0.0cvs106
8266
8267         * src/prefs_message.c
8268                 normalized capitalization of message-prefs paths.
8269
8270 2006-03-04 [wwp]        2.0.0cvs105
8271
8272         * manual/advanced.xml
8273                 typo.
8274
8275 2006-03-03 [colin]      2.0.0cvs104
8276
8277         * src/plugins/clamav/clamav_plugin_gtk.c
8278                 Rework prefs page, patch by Fabien 
8279
8280 2006-03-03 [colin]      2.0.0cvs103
8281
8282         * src/plugins/clamav/clamav_plugin.c
8283                 Set error on all errors
8284
8285 2006-03-03 [colin]      2.0.0cvs102
8286
8287         * src/common/plugin.c
8288                 Initialize error to avoid crashing when a plugin fails
8289                 without setting error
8290
8291 2006-03-02 [wwp]        2.0.0cvs101
8292
8293         * configure.ac
8294                 fixed linker flags for libetpan support on Cygwin
8295                 (thanks to H.Merijn Brand).
8296
8297 2006-03-02 [wwp]        2.0.0cvs100
8298
8299         * src/addressbook.c
8300                 fix some AB error messages: one for punctuation and
8301                 one wrongly duplicate (thanks, maxbritov).
8302
8303 2006-03-02 [wwp]        2.0.0cvs99
8304
8305         * src/plugins/spamassassin/spamassassin.c
8306                 make sync calls to sa-learn/spamc to prevent
8307                 system (whatever local or client/server) overload.
8308
8309 2006-03-02 [colin]      2.0.0cvs98
8310
8311         * src/summaryview.c
8312                 Put the spam icon in the status column instead of the
8313                 mark one
8314
8315 2006-03-01 [colin]      2.0.0cvs97
8316
8317         * src/plugins/spamassassin/spamassassin.c
8318                 Fix segfault (g_file_set_contents fails for some 
8319                 reason and err==0x2f. Can't find out why with
8320                 valgrind, using working function :-)
8321
8322 2006-03-01 [colin]      2.0.0cvs96
8323
8324         * src/inc.c
8325                 Offline overriding: let 'No' be cached only 3 seconds
8326
8327 2006-03-01 [colin]      2.0.0cvs95
8328
8329         * src/addr_compl.c
8330         * src/addrbook.c
8331         * src/addressbook.c
8332         * src/addrindex.c
8333         * src/folder_item_prefs.c
8334         * src/headerview.c
8335         * src/imap.c
8336         * src/inc.c
8337         * src/ldif.c
8338         * src/mainwindow.c
8339         * src/mh.c
8340         * src/msgcache.c
8341         * src/prefs_common.h
8342         * src/prefs_msg_colors.c
8343         * src/procheader.c
8344         * src/procheader.h
8345         * src/procmime.c
8346         * src/procmsg.c
8347         * src/procmsg.h
8348         * src/send_message.h
8349         * src/simple-gettext.c
8350         * src/summaryview.c
8351         * src/summaryview.h
8352         * src/syldap.c
8353         * src/textview.c
8354         * src/undo.c
8355         * src/common/ssl_certificate.c
8356         * src/common/utils.c
8357         * src/gtk/colorsel.c
8358         * src/gtk/gtksctree.c
8359         * src/gtk/gtkshruler.c
8360         * src/plugins/trayicon/trayicon.c
8361                 #if 0 goes to /dev/null
8362
8363 2006-03-01 [colin]      2.0.0cvs94
8364
8365         * src/compose.c
8366         * src/imap.c
8367         * src/inc.c
8368         * src/inc.h
8369         * src/messageview.c
8370         * src/news.c
8371         * src/plugins/spamassassin/spamassassin.c
8372                 Allow to add information in the "working offline"
8373                 window
8374
8375 2006-03-01 [wwp]        2.0.0cvs93
8376
8377         * src/plugins/spamassassin/spamassassin.c
8378                 fixed spamc invocation: use a tricky temporary mini shell wrapper
8379                 'cause it seems that calling `spamc ... < inputfile` with
8380                 g_spawn_(a)sync simply.. erm doesn't work :-).
8381
8382 2006-03-01 [wwp]        2.0.0cvs92
8383
8384         * src/toolbar.c
8385         * src/toolbar.h
8386                 simplify the adding of spam/ham button to the messageview toolbar
8387                 (it gets more clear now that the same button will be "Mark as spam"
8388                 or "Mark as ham" according to the current message status,
8389                 thanks to Colin).
8390
8391 2006-03-01 [wwp]        2.0.0cvs91
8392
8393         * src/messageview.c
8394         * src/procmsg.c
8395         * src/procmsg.h
8396         * src/summaryview.c
8397         * src/plugins/spamassassin/spamassassin.c
8398         * src/plugins/spamassassin/spamassassin.h
8399                 make learner callbacks return a status (0 for ok),
8400                 handle it in main code to avoid setting flags when learning failed,
8401                 don't learn on TCP if offline in spamassassin,
8402                 thanks to Colin.
8403
8404                 
8405
8406 2006-03-01 [wwp]        2.0.0cvs90
8407
8408         * src/compose.c
8409                 some work around the compose window's account menu,
8410                 patch by Fabien Vantard.
8411
8412 2006-03-01 [wwp]        2.0.0cvs89
8413
8414         * src/plugins/spamassassin/spamassassin.c
8415                 fixed bad logics, was using spamc in local mode and sa-learn
8416                 in remote mode (thanks, Colin).
8417
8418 2006-03-01 [wwp]        2.0.0cvs88
8419
8420         * src/plugins/spamassassin/spamassassin.c
8421         * src/plugins/spamassassin/spamassassin.h
8422         * src/plugins/spamassassin/spamassassin_gtk.c
8423                 made processing of emails w/ sa-plugin an option (default is TRUE),
8424                 fixed Engrish some tooltips, capitalization of some debug messages
8425                 and warnings. The spamassassin plugin now provides two separate
8426                 services: process emails upon incorporation and spamd training.
8427                 Both services (un)register independently but use some common
8428                 plugin settings (transport settings, spam storage location).
8429
8430 2006-02-28 [wwp]        2.0.0cvs87
8431
8432         * src/plugins/spamassassin/spamassassin.c
8433                 fix async flag to spamc cmdline execution (batch exec should
8434                 be asynchronous).
8435
8436 2006-02-27 [wwp]        2.0.0cvs86
8437
8438         * src/plugins/spamassassin/spamassassin.c
8439         * src/plugins/spamassassin/spamassassin.h
8440         * src/plugins/spamassassin/spamassassin_gtk.c
8441                 - added the ability to learn a remote spamassassin server (spamd),
8442                 using spamc.
8443                 - added the spamassassin option 'username', that applies to all
8444                 spamassassin operations (filtering, learning, local or remote).
8445                 The default username is the current unix user (if left blank
8446                 from gtk prefs or config file).
8447                 - commented out some unused code (notebook widget), removed unused
8448                 layout (hbox1).
8449                 - make more widgets sensitive to the transport type.
8450
8451 2006-02-27 [colin]      2.0.0cvs85
8452
8453         * src/plugins/spamassassin/spamassassin.c
8454                 Fix sa-learn call when offline
8455
8456 2006-02-27 [colin]      2.0.0cvs84
8457
8458         * configure.ac
8459         * src/Makefile.am
8460         * src/mainwindow.c
8461         * src/mainwindow.h
8462         * src/messageview.c
8463         * src/messageview.h
8464         * src/prefs_toolbar.c
8465         * src/procmsg.c
8466         * src/stock_pixmap.c
8467         * src/stock_pixmap.h
8468         * src/summaryview.c
8469         * src/toolbar.c
8470         * src/toolbar.h
8471         * src/pixmaps/ham_btn.xpm
8472         * src/pixmaps/spam.xpm
8473         * src/pixmaps/spam_btn.xpm
8474         * src/plugins/spamassassin/spamassassin.c
8475                 Add button in toolbar for spam learning
8476                 Fix a few bugs from the last related commit
8477                 Revert 1.9.6cvs23 which messed up shift-selection
8478
8479 2006-02-24 [colin]      2.0.0cvs83
8480
8481         * src/procmsg.c
8482         * src/summaryview.c
8483         * src/summaryview.h
8484         * src/plugins/spamassassin/spamassassin.c
8485         * src/plugins/spamassassin/spamassassin.h
8486         * src/plugins/spamassassin/spamassassin_gtk.c
8487                 Unregister learner when spamassassin is either
8488                 disabled or over tcp
8489
8490 2006-02-24 [colin]      2.0.0cvs82
8491
8492         * src/Makefile.am
8493         * src/mainwindow.c
8494         * src/mainwindow.h
8495         * src/procmsg.c
8496         * src/procmsg.h
8497         * src/stock_pixmap.c
8498         * src/stock_pixmap.h
8499         * src/summaryview.c
8500         * src/summaryview.h
8501         * src/gtk/icon_legend.c
8502         * src/pixmaps/spam.xpm  ** NEW FILE **
8503         * src/plugins/spamassassin/spamassassin.c
8504         * src/plugins/spamassassin/spamassassin_gtk.c
8505                 Add spam learning interface (Mark/Mark as 
8506                 (spam|ham) menus)
8507
8508 2006-02-24 [wwp]        2.0.0cvs81
8509
8510         * src/compose.c
8511         * src/compose.h
8512         * src/filtering.c
8513                 hide compose window when sending message in batch mode
8514                 (filtering: forward and redirect). Also fixed a wrong
8515                 value returned when sending failed, neutral anyway.
8516                 (Colin, me) 
8517
8518 2006-02-24 [wwp]        2.0.0cvs80
8519
8520         * src/mainwindow.c
8521                 use GTK+'s stock quit button. Patch by Fabien Vantard.
8522
8523 2006-02-24 [paul]       2.0.0cvs79
8524
8525         * src/news.c
8526         * src/news.h
8527         * src/news_gtk.c
8528                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
8529                 Thanks to Colin
8530
8531 2006-02-23 [colin]      2.0.0cvs78
8532
8533         * src/alertpanel.c
8534                 Change OK to Close in alertpanel with View log
8535                 button; add accel to View log. Patch by Fabien
8536                 Vantard
8537
8538 2006-02-23 [wwp]        2.0.0cvs77
8539
8540         * src/compose.c
8541                 silly me, there were much more tests to perform, since toolbars can
8542                 really have down to 1 element only.
8543
8544 2006-02-23 [wwp]        2.0.0cvs76
8545
8546         * commitHelper
8547                 fixed indentation from my previous commit. Fallback to VISUAL if
8548                 EDITOR is not set (and to vi, at last resort).
8549
8550 2006-02-23 [wwp]        2.0.0cvs75
8551
8552         * commitHelper
8553                 improved error detection (Colin, me).
8554
8555 2006-02-23 [wwp]        2.0.0cvs74
8556
8557         * src/prefs_toolbar.c
8558                 simplify and fix prefs/toolbars layouting. Combos' contents can
8559                 now be really displayed.
8560
8561 2006-02-23 [wwp]        2.0.0cvs73
8562         simplifies and fix prefs/toolbars layouting. Combos' contents can now
8563         be really displayed.
8564
8565 2006-02-22 [wwp]        2.0.0cvs72
8566
8567         * src/compose.c
8568                 fix a typo in my previous commit (sorry!).
8569
8570 2006-02-22 [wwp]        2.0.0cvs71
8571
8572         * src/prefs_toolbar.c
8573                 fix a crash when adding separators to toolbars,
8574                 also fix some separator item information.
8575
8576 2006-02-22 [wwp]        2.0.0cvs70
8577
8578         * src/compose.c
8579                 fix a crash when redirecting (for instance) when compose window's
8580                 toolbar contents has been customized (when some buttons have been
8581                 removed in fact).
8582
8583 2006-02-21 [wwp]        2.0.0cvs69
8584
8585         * src/summaryview.c
8586         * src/gtk/pluginwindow.c
8587         * src/plugins/pgpcore/prefs_gpg.c
8588                 fix some compilation warnings (feat. remains of removed code).
8589
8590 2006-02-21 [wwp]        2.0.0cvs68
8591
8592         * src/gtk/gtkutils.c
8593                 fix two compilation issues, thanks to Stephan Sachse.
8594
8595 2006-02-20 [colin]      2.0.0cvs67
8596
8597         * src/mainwindow.c
8598                 Don't reselect displayed mail on refocus
8599                 This fixes actions misbehaving 
8600
8601 2006-02-20 [wwp]        2.0.0cvs66
8602
8603         * src/summaryview.c
8604         * src/gtk/gtksctree.c
8605         * src/gtk/gtkshruler.c
8606                 changed more runtime typecast checks.
8607
8608 2006-02-20 [wwp]        2.0.0cvs65
8609
8610         * src/summary_search.c
8611                 find all - summaryview refresh issue fixed, thanks to Colin.
8612
8613 2006-02-20 [wwp]        2.0.0cvs64
8614
8615         * src/gtk/gtkutils.c
8616                 better runtime typecast checks.
8617
8618 2006-02-20 [wwp]        2.0.0cvs63
8619
8620         * src/summary_search.c
8621                 enhancements to the summary search:
8622                         - add the ability to stop the running search
8623                           (upon ESC-key press, new Stop button or when Clear button is pressed)
8624                         - don't search if no criteria (From/To/Subject/Body) is set
8625                         - ensure that a busy mouse pointer is always shown when searching,
8626                           show it even a bit earlier
8627
8628 2006-02-19 [colin]      2.0.0cvs62
8629
8630         * src/compose.c
8631         * src/imap.c
8632         * src/etpan/imap-thread.c
8633         * src/etpan/imap-thread.h
8634                 (Future) IMAP speed improvement on sending
8635                 Will require a libetpan update
8636         * src/summaryview.c
8637         * src/gtk/quicksearch.c
8638                 Make quicksearch clearable while running.
8639
8640 2006-02-17 [colin]      2.0.0cvs61
8641
8642         * src/imap.c
8643         * src/etpan/imap-thread.c
8644         * src/etpan/imap-thread.h
8645                 Check for IMAP certificates
8646                 ** Requires libetpan-0.42-cvs4 
8647                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
8648
8649 2006-02-17 [colin]      2.0.0cvs60
8650
8651         * src/messageview.c
8652         * src/prefs_common.c
8653         * src/prefs_common.h
8654         * src/prefs_message.c
8655                 Add pref to display HTML-only mails with plugin, 
8656                 if possible (defaulting to FALSE of course).
8657
8658 2006-02-16 [colin]      2.0.0cvs59
8659
8660         * src/main.c
8661         * src/common/plugin.c
8662         * src/common/plugin.h
8663         * src/gtk/pluginwindow.c
8664                 Keep track of requested (but unloaded) plugins
8665                 in some error cases.
8666
8667 2006-02-16 [wwp]        2.0.0cvs58
8668
8669         * src/gtk/gtkaspell.c
8670         * src/gtk/gtkaspell.h
8671         * src/prefs_spelling.c
8672         * src/compose.c
8673         * src/prefs_common.c
8674         * src/prefs_common.h
8675                 implemented new optional spellchecker behaviour: re-check message when
8676                 dictionary got changed (from compose-window/context-menu/Change dictionary).
8677
8678 2006-02-16 [wwp]        2.0.0cvs57
8679
8680         * src/quote_fmt_parse.y
8681                 pclose popen'ed pipe.
8682
8683 2006-02-15 [colin]      2.0.0cvs56
8684
8685         * src/mimeview.c
8686         * src/mimeview.h
8687                 Let MimeViewers know which MimeView they
8688                 depend of.
8689         * src/summaryview.c
8690                 Swap From/To columns in Sent/Queue/Drafts
8691                 folders
8692         * src/etpan/imap-thread.c
8693                 Use mailstream_low_tls_open() for STARTTLS
8694                 instead of mailstream_low_ssl_open()
8695                 ** REQUIRES libetpan 0.42cvs3 **
8696
8697 2006-02-15 [wwp]        2.0.0cvs55
8698
8699         * src/compose.c
8700         * src/compose.h
8701         * src/message_search.c
8702         * src/message_search.h
8703         * src/textview.c
8704         * src/gtk/gtkutils.c
8705         * src/gtk/gtkutils.h
8706                 added the ability to Find text in the compose window (and a bit
8707                 of code factorization).
8708
8709 2006-02-15 [wwp]        2.0.0cvs54
8710
8711         * src/prefs_gtk.c
8712                 yet another one file was missing (fix for some widgets' sensitivity).
8713                 Thanks Colin!
8714
8715 2006-02-15 [wwp]        2.0.0cvs53
8716
8717         * src/prefs_gtk.h
8718                 oops forgot that file (fix for some widgets' sensitivity).
8719
8720 2006-02-15 [wwp]        2.0.0cvs52
8721
8722         * src/summary_search.c
8723                 implemented advanced summary search options (added the ability
8724                 to use matcher conditions in an advanced search mode).
8725
8726 2006-02-15 [wwp]        2.0.0cvs51
8727
8728         * src/plugins/pgpcore/prefs_gpg.c
8729         * src/prefs_account.c
8730                 fix some widget sensitivity, mostly around some labels in
8731                 account prefs.
8732
8733 2006-02-15 [paul]       2.0.0cvs50
8734
8735         * manual/advanced.xml
8736                 improve Templates info
8737                 written by wwp
8738
8739 2006-02-14 [colin]      2.0.0cvs49
8740
8741         * src/pixmaps/address_book.xpm
8742         * src/pixmaps/preferences.xpm
8743         * src/pixmaps/properties.xpm
8744                 Fix pixmap size - patch by Fabien Vantard
8745
8746 2006-02-13 [colin]      2.0.0cvs48
8747
8748         * src/procmime.c
8749                 Add missing fclose()s on error
8750         * src/textview.c
8751                 Remove unused code
8752         * src/common/utils.c
8753                 Fix temp files not being deleted on windows
8754         Patches by Thomas Gilgin
8755
8756 2006-02-13 [colin]      2.0.0cvs47
8757
8758         * src/mainwindow.c
8759                 Fix exit crash
8760
8761 2006-02-13 [wwp]        2.0.0cvs46
8762
8763         * src/plugins/pgpcore/prefs_gpg.c
8764                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
8765
8766 2006-02-12 [colin]      2.0.0cvs45
8767
8768         * src/folderview.c
8769         * src/main.c
8770         * src/mainwindow.c
8771                 Fix "stuff" when quitting
8772
8773 2006-02-12 [wwp]        2.0.0cvs44
8774
8775         * src/prefs_themes.c
8776                 fix typos in debug messages.
8777
8778 2006-02-11 [colin]      2.0.0cvs43
8779
8780         * src/summaryview.c
8781                 don't allow drag/drop from ourself
8782
8783 2006-02-10 [wwp]        2.0.0cvs42
8784
8785         * src/exporthtml.c
8786         * src/html.c
8787         * src/html.h
8788         * src/procmime.c
8789         * src/textview.c
8790                 renamed html_ prefixed functions and data structures to avoid
8791                 namespace clashes w/ other software (gtkhtml2 for instance).
8792                 Closes bug #907.
8793
8794
8795 2006-02-09 [colin]      2.0.0cvs41
8796
8797         * src/summaryview.c
8798                 Fix shitty logic messed up. Thanks Ticho for the hint!
8799
8800 2006-02-09 [wwp]        2.0.0cvs40
8801
8802         * src/gtk/about.c
8803         * src/compose.c
8804         * src/prefs_account.c
8805         * src/prefs_gtk.h
8806         * src/editaddress.c
8807                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
8808                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
8809                 Browse buttons in accounts prefs.
8810
8811 2006-02-09 [colin]      2.0.0cvs39
8812
8813         * src/matcher.c
8814                 Check for pointer before using its members
8815         * src/gtk/gtksourceprintjob.c
8816                 Fix a wrong warning
8817
8818 2006-02-09 [wwp]        2.0.0cvs38
8819
8820         * src/gtk/filesel.c
8821                 fix few compiler warnings (type mismatch).
8822
8823 2006-02-09 [paul]       2.0.0cvs37
8824
8825         * po/fr.po
8826                 updated by Fabien Vantard
8827
8828 2006-02-08 [colin]      2.0.0cvs36
8829
8830         * src/prefs_common.c
8831         * src/common/defs.h
8832         * src/common/plugin.c
8833                 allow windows and linux configurations to coexist
8834                 patch by Thomas Gilgin
8835
8836 2006-02-08 [colin]      2.0.0cvs35
8837
8838         * src/filtering.c
8839         * src/matcher.c
8840         * src/matcher.h
8841         * src/matcher_parser_parse.y
8842         * src/prefs_filtering_action.c
8843         * src/prefs_matcher.c
8844                 Add the "Ignore thread" filtering
8845                 action
8846
8847 2006-02-08 [colin]      2.0.0cvs34
8848
8849         * src/compose.c
8850         * src/procmime.c
8851         * src/procmime.h
8852                 Fix bug #905 (damaged attachment)
8853                 text files with raw \0's aren't really text files
8854         FOR_STABLE
8855
8856 2006-02-08 [colin]      2.0.0cvs33
8857
8858         * src/summaryview.c
8859                 Fix crasher introduced yesterday
8860
8861 2006-02-08 [wwp]        2.0.0cvs32
8862
8863         * src/compose.c
8864         * src/compose.h
8865                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
8866
8867 2006-02-08 [wwp]        2.0.0cvs31
8868
8869         * src/prefs_template.c
8870                 templates enhancement: allow address completion for Cc and Bcc fields
8871                 (it was currently possible for the To field only)
8872
8873 2006-02-08 [colin]      2.0.0cvs30
8874
8875         * src/compose.c
8876                 Don't unblock if not blocked
8877         FOR_STABLE
8878
8879 2006-02-07 [colin]      2.0.0cvs29
8880
8881         * src/action.c
8882                 Forgot to refresh summaryview
8883
8884 2006-02-07 [colin]      2.0.0cvs28
8885
8886         * src/action.c
8887                 Freeze/thaw message list and folder list while
8888                 processing %as{} actions 
8889         * src/compose.c
8890                 Fix auto-wrap disabling after a middle-click
8891                 paste - FOR_STABLE
8892
8893 2006-02-07 [paul]       2.0.0cvs27
8894
8895         * src/folder.c
8896                 fix freeing of uninitialised pointers
8897                 Thanks to Colin
8898
8899 2006-02-06 [colin]      2.0.0cvs26
8900
8901         * src/folder.c
8902                 Use g_slist_prepend in potentially big list
8903
8904 2006-02-06 [colin]      2.0.0cvs25
8905
8906         * src/folder.c
8907                 Completely skip processing if it doesn't 
8908                 exist (faster!)
8909
8910 2006-02-06 [colin]      2.0.0cvs24
8911
8912         * src/folder.c
8913         * src/summaryview.c
8914                 Batch filtering in summaryview (from Tools menu)
8915                 and pre/post//-processing too
8916
8917 2006-02-06 [colin]      2.0.0cvs23
8918
8919         * src/procmsg.h
8920         * src/filtering.c
8921                 Use a special field for batch filtering instead
8922                 of stepping on deferred execution's toes
8923
8924 2006-02-06 [colin]      2.0.0cvs22
8925
8926         * src/action.c
8927         * src/filtering.c
8928         * src/filtering.h
8929         * src/folder.c
8930         * src/summaryview.c
8931                 Fix filtering via menus and actions
8932
8933 2006-02-06 [colin]      2.0.0cvs21
8934
8935         * src/imap.c
8936                 Put the added file directly to cache if possible (will work
8937                 with next libetpan)
8938         * src/filtering.c
8939         * src/filtering.h
8940         * src/inc.c
8941         * src/folder.c
8942         * src/mbox.c
8943         * src/procmsg.h
8944                 Move and copy filtered messages by batches instead of one
8945                 by one - faster on IMAP
8946         * src/procmsg.c
8947                 Add a function that'll possibly be useful later
8948
8949 2006-02-06 [colin]      2.0.0cvs20
8950
8951         * src/addressbook.c
8952                 Use internal mime-type instead of text/plain for d'n'd
8953         * src/compose.c
8954                 Allow attaching files from mimeview's icon list via d'n'd
8955         * src/folderview.c
8956         * src/folderview.h
8957                 Use internal mime-type instead of text/plain for d'n'd
8958                 Don't try to selected opened folder if none is
8959                 Factorize d'n'd from other apps code
8960         * src/headerview.c
8961         * src/textview.c
8962         * src/gtk/gtkutils.c
8963         * src/gtk/gtkutils.h
8964                 Factorize Face/X-Face stuff
8965         * src/mimeview.c
8966                 Fix d'n'd to other apps
8967         * src/prefs_message.c
8968                 Let the XFace pref be usable without libcompface as it also
8969                 applies to Face
8970         * src/summaryview.c
8971                 Fix d'n'd to other apps
8972                 Factorize d'n'd from other apps code
8973
8974 2006-02-06 [wwp]        2.0.0cvs19
8975
8976         * po/it.po
8977                 Italian translation fixes by Andrea Spadaccini (no more confusion
8978                 between filtering and processing, and few changes in the About
8979                 dialog).
8980
8981
8982 2006-02-06 [mones]      2.0.0cvs18
8983
8984         * src/gtk/icon_legend.c
8985                 Improved descriptions allowing better translations
8986
8987 2006-02-05 [colin]      2.0.0cvs17
8988
8989         * src/imap.c
8990                 Add the f*cking missing expunge that caused imap_fetch_env
8991                 to fail after an add_msgs ! :-///
8992         * src/etpan/imap-thread.c
8993                 Add a bit of debug
8994         FOR_STABLE
8995
8996 2006-02-05 [colin]      2.0.0cvs16
8997
8998         * src/common/utils.c
8999                 Don't check for return-path (or we can't put
9000                 back non-sent mails)
9001
9002 2006-02-05 [colin]      2.0.0cvs15
9003
9004         * src/textview.c
9005                 Don't try to display Face header in textview
9006                 when teh headerview's active
9007
9008 2006-02-05 [colin]      2.0.0cvs14
9009
9010         * tools/tbird2syl.py
9011         * tools/Makefile.am
9012                 Add script to import Thunderbird mails
9013
9014 2006-02-05 [colin]      2.0.0cvs13
9015
9016         * src/headerview.c
9017         * src/procheader.c
9018         * src/procmsg.c
9019         * src/procmsg.h
9020         * src/textview.c
9021                 Show Face headers - patch partially by Klaus Flittner
9022
9023 2006-02-05 [colin]      2.0.0cvs12
9024
9025         * src/folderview.c
9026         * src/summaryview.c
9027         * src/common/utils.c
9028         * src/common/utils.h
9029                 Let dnd work from mime icons to summaryview
9030                 and to folderview too
9031                 Add a crude test to avoid trying to add files
9032                 drag'n'dropped when they're not mails
9033
9034 2006-02-04 [colin]      2.0.0cvs11
9035
9036         * src/summaryview.c
9037         * src/mimeview.c
9038                 Fix utf8 conversion
9039
9040 2006-02-04 [colin]      2.0.0cvs10
9041
9042         * src/compose.c
9043         * src/folderview.c
9044         * src/mimeview.c
9045         * src/summaryview.c
9046         * src/summaryview.h
9047                 Added various drag and drop capas:
9048                 From                    To
9049                 summaryview             other apps
9050                 mimeview icons          other apps
9051                 other apps              summaryview
9052                 other apps              folderview
9053
9054                 This shouldn't have broken the existing:
9055                 From                    To
9056                 summaryview             folderview
9057                 folderview              folderview
9058                 summaryview             compose's attachments
9059
9060         Tests welcomed.
9061
9062 2006-02-02 [paul]       2.0.0cvs9
9063
9064         * src/mainwindow.c
9065                 move global option 'Set displayed columns...' out
9066                 of folder option grouping.
9067                 fix sensitivity of 'harvest addresses'
9068         FOR_STABLE
9069
9070 2006-02-01 [colin]      2.0.0cvs8
9071
9072         * src/mimeview.c
9073                 Revert the alertpanel patch, it sucks (intrusive
9074                 and gets in the way of "open")
9075
9076 2006-02-01 [colin]      2.0.0cvs7
9077
9078         * src/compose.c
9079         * src/prefs_account.c
9080         * src/prefs_common.c
9081         * src/common/defs.h
9082         * src/common/utils.c
9083         * src/common/utils.h
9084                 Add ability to edit the signature file
9085                 from the account preferences, and use
9086                 a default for the text editor.
9087                 Patch by Fabien Vantard
9088
9089 2006-02-01 [colin]      2.0.0cvs6
9090
9091         * src/mimeview.c
9092                 Try to get mime type by extension if it is
9093                 application/octet-stream
9094                 Display a window with possible choices when
9095                 encountering unknown mime types
9096         * src/gtk/filesel.c
9097         * src/gtk/filesel.h
9098                 Add preview
9099                 Allow multiple selection in filtered filesel
9100                 (patch by Fabien Vantard)
9101         * src/gtk/pluginwindow.c
9102                 Use it (patch by Fabien Vantard)
9103
9104 2006-02-01 [paul]       2.0.0cvs5
9105
9106         * src/jpilot.c
9107                 fix crash on creating jpilot address book
9108                 Thanks to Colin - FOR_STABLE
9109         * src/prefs_summaries.c
9110         * src/prefs_wrapping.c
9111         * src/gtk/icon_legend.c
9112         * src/gtk/quicksearch.c
9113                 string fixes and additions
9114
9115 2006-02-01 [paul]       2.0.0cvs4
9116
9117         * src/compose.c
9118         * src/mainwindow.c
9119         * src/messageview.c
9120         * src/prefs_send.c
9121                 add Arabic encoding option
9122                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
9123
9124 2006-01-31 [colin]      2.0.0cvs3
9125
9126         * src/plugins/pgpcore/passphrase.c
9127                 Convert passphrase to locale encoding
9128         * src/compose.c
9129                 Fix drafting on IMAP. Crappy bug sneaked in
9130                 the release :-/
9131         FOR_STABLE
9132
9133 2006-01-30 [paul]       2.0.0cvs2
9134
9135         * src/gtk/icon_legend.c
9136                 show the new entries
9137
9138 2006-01-30 [colin]      2.0.0cvs1
9139
9140         * src/manual.c
9141                 Check for the file to be present before 
9142                 enabling the menu - FOR_STABLE
9143         * src/gtk/icon_legend.c
9144                 Add folders icons (not all of them, there
9145                 are too much, but the most intriguing ones)
9146
9147 2006-01-30 [paul]       2.0.0
9148
9149         version 2.0.0 released
9150
9151 2006-01-30 [paul]       1.9.100cvs200
9152
9153         * manual/faq.xml
9154         * manual/gpl.xml
9155         * manual/intro.xml
9156         * manual/starting.xml
9157         * manual/sylpheed-claws-manual.xml
9158                 fixes, additions
9159
9160 2006-01-29 [mones]      1.9.100cvs199
9161
9162         * manual/account.xml
9163         * manual/advanced.xml
9164         * manual/glossary.xml
9165                 Some typos fixed, added LDIF term to glossary
9166         * po/es.po
9167                 Fixed leading plus symbol
9168
9169 2006-01-29 [paul]       1.9.100cvs198
9170
9171         * po/fi.po
9172         * po/sk.po
9173                 updated by Tommi Pirinen and Andrej Kacian
9174
9175 2006-01-29 [paul]       1.9.100cvs197
9176
9177         * src/gtk/authors.h
9178                 remove duplicates
9179
9180 2006-01-29 [paul]       1.9.100cvs196
9181
9182         * AUTHORS
9183         * po/nl.po
9184         * src/gtk/authors.h
9185         * tools/claws.i18n.status.pl
9186                 nl translation updated by Tim Dijkstra
9187
9188 2006-01-29 [paul]       1.9.100cvs195
9189
9190         * po/sr.po
9191         * po/sv.po
9192                 updated by Aleksandar Urosevic and Anders Troback
9193
9194 2006-01-28 [colin]      1.9.100cvs194
9195
9196         * src/gtk/gtksourceprintjob.c
9197                 Don't fiddle with PangoLayout when we
9198                 have an image
9199
9200 2006-01-28 [paul]       1.9.100cvs193
9201
9202         * AUTHORS
9203         * po/el.po
9204         * po/zh_CN.po
9205         * src/gtk/authors.h
9206         * tools/claws.i18n.status.pl
9207                 updated translations submitted by Stavros Giannouris
9208                 and Ralgh Young
9209
9210 2006-01-27 [colin]      1.9.100cvs192
9211
9212         * src/summaryview.c
9213         * src/gtk/gtksourceprintjob.c
9214                 Add image printing 
9215                 (libgnomeprint only, of course)
9216
9217 2006-01-27 [paul]       1.9.100cvs191
9218
9219         * po/fr.po
9220         * po/it.po
9221                 updated by Fabien Vantard and Andrea Spadaccini
9222
9223 2006-01-26 [colin]      1.9.100cvs190
9224
9225         * manual/Makefile.am
9226         * configure.ac
9227                 Make building the manual optional 
9228                 (--disable-manual)
9229
9230 2006-01-26 [paul]       1.9.100cvs189
9231
9232         * manual/glossary.xml
9233         * manual/plugins.xml
9234                 edited
9235         * po/en_GB.po
9236                 updated
9237
9238 2006-01-26 [paul]       1.9.100cvs188
9239
9240         * src/prefs_display_header.c
9241         * src/prefs_folder_column.c
9242         * src/prefs_msg_colors.c
9243         * src/prefs_summaries.c
9244         * src/prefs_summary_column.c
9245                 HIGify
9246
9247 2006-01-25 [colin]      1.9.100cvs187
9248
9249         * src/imap.c
9250                 Don't allow moving/copying mails between
9251                 queue/drafts and non-queue/drafts folders
9252                 Fixes bug #897 (message header is resetted 
9253                 if one is copied to Drafts)
9254
9255 2006-01-25 [colin]      1.9.100cvs186
9256
9257         * src/folder.c
9258         * src/mainwindow.c
9259                 Fix subscribed folders not found
9260         * src/compose.c
9261                 Don't try to encode as original mail's charset
9262                 if it's ascii 
9263
9264 2006-01-25 [paul]       1.9.100cvs185
9265
9266         * AUTHORS
9267         * po/Makevars
9268                 updated
9269         * po/de.po
9270         * po/pl.po
9271         * po/pt_BR.po
9272         * po/sr.po
9273                 updates submitted by Stephan Sachse, Emilian Nowak
9274                 and Quar, Frederico Goncalves Guimaraes, and
9275                 Aleksandar Urosevic
9276                 Fix Bug 896, 'PT_BR locale broken'.
9277         * src/gtk/authors.h
9278                 updated
9279
9280 2006-01-24 [mones]      1.9.100cvs184
9281
9282         * manual/glossary.xml
9283                 All current terms finished. Reviewers welcome ;-)
9284         * manual/keyboard.xml
9285                 Fixed column width for pdf output.
9286         * po/es.po
9287                 Updated
9288
9289 2006-01-24 [paul]       1.9.100cvs183
9290
9291         * manual/glossary.xml
9292                 fix id name
9293         * manual/dist/html/Makefile.am
9294         * manual/dist/pdf/Makefile.am
9295         * manual/dist/ps/Makefile.am
9296         * manual/dist/txt/Makefile.am
9297                 fix make deps
9298                 Thanks to Colin
9299
9300 2006-01-24 [mones]      1.9.100cvs182
9301
9302         * manual/glossary.xml
9303                 Nearly finished, some terms missing.
9304
9305 2006-01-23 [paul]       1.9.100cvs181
9306
9307         * manual/dist/html/Makefile.am
9308         * manual/dist/pdf/Makefile.am
9309         * manual/dist/ps/Makefile.am
9310         * manual/dist/txt/Makefile.am
9311         * src/mainwindow.c
9312                 re-enable manual
9313                 Thanks to Colin
9314
9315 2006-01-22 [colin]      1.9.100cvs180
9316
9317         * src/compose.c
9318         * src/gtk/gtkaspell.c
9319                 Don't deselect stuff before right-clicking, with aspell.
9320                 (This prevented right-click Copy, for example).
9321                 Thanks to Clo!
9322
9323 2006-01-22 [paul]       1.9.100cvs179
9324
9325         * src/summary_search.c
9326                 don't fix the widget size as it causes problems
9327                 under localisation.
9328                 Thanks to Emilian Nowak
9329
9330 2006-01-21 [paul]       1.9.100cvs178
9331
9332         * src/prefs_themes.c
9333                 fix broken underlining of label text
9334                 with some translations
9335
9336 2006-01-21 [colin]      1.9.100cvs177
9337
9338         * po/fr.po
9339                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
9340
9341 2006-01-20 [colin]      1.9.100cvs176
9342
9343         * configure.ac
9344         * Makefile.am
9345         * manual/Makefile
9346         * manual/dist/html/.cvsignore
9347         * manual/dist/html/Makefile.am
9348         * manual/dist/pdf/.cvsignore
9349         * manual/dist/pdf/Makefile.am
9350         * manual/dist/ps/.cvsignore
9351         * manual/dist/ps/Makefile.am
9352         * manual/dist/txt/.cvsignore
9353         * manual/dist/txt/Makefile.am
9354                 Autotool-ize manual
9355
9356 2006-01-20 [paul]       1.9.100cvs175
9357
9358         * manual/handling.xml
9359                 make Filtering and Searching entries easier to find
9360         * manual/keyboard.xml
9361                 add the remaining default keybinds
9362         * src/prefs_summaries.c
9363                 update the default keybinds
9364
9365 2006-01-20 [paul]       1.9.100cvs174
9366
9367         * src/addressbook.c
9368         * src/addrgather.c
9369         * src/addrharvest.c
9370         * src/editaddress.c
9371         * src/editgroup.c
9372         * src/exphtmldlg.c
9373         * src/expldifdlg.c
9374         * src/exporthtml.c
9375         * src/exportldif.c
9376         * src/ldif.c
9377                 replace 'e-mail' with 'email'
9378         * src/summary_search.c
9379                 add mnemonic to "Find all" button
9380
9381 2006-01-20 [wwp]        1.9.100cvs173
9382
9383         * src/export.c
9384         * src/import.c
9385                 touched mbox import/export buttons for HIG-compliance
9386
9387 2006-01-19 [paul]       1.9.100cvs172
9388
9389         * manual/account.xml
9390         * manual/addrbook.xml
9391         * manual/advanced.xml
9392         * manual/faq.xml
9393         * manual/handling.xml
9394         * manual/intro.xml
9395         * manual/plugins.xml
9396         * manual/starting.xml
9397                 more editing
9398
9399 2006-01-19 [paul]       1.9.100cvs171
9400
9401         * src/toolbar.c
9402                 allow use of trash button while receiving
9403                 Thanks to Colin
9404
9405 2006-01-19 [wwp]        1.9.100cvs170
9406
9407         * src/gtk/quicksearch.c
9408         * src/compose.c
9409                 force text color to black when yellow background is set
9410
9411 2006-01-19 [colin]      1.9.100cvs169
9412
9413         * src/plugins/trayicon/trayicon.c
9414                 Gray out Get Mail when already getting mail
9415
9416 2006-01-18 [paul]       1.9.100cvs168
9417
9418         * src/compose.c
9419                 give widget yellow background was To is
9420                 set via folder prefs
9421         * src/gtk/quicksearch.c
9422                 give widget yellow background when quick
9423                 search is active.
9424                 Thanks to Colin
9425
9426 2006-01-18 [paul]       1.9.100cvs167
9427
9428         * doc/man/sylpheed-claws.1
9429                 add --subscribe option
9430
9431 2006-01-18 [paul]       1.9.100cvs166
9432
9433         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9434         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9435                 use %U instead of %F (%F is broken for user installed
9436                 files in kde 3.5)
9437
9438 2006-01-18 [colin]      1.9.100cvs165
9439
9440         * src/summaryview.c
9441                 Default to Yes in "No more * messages" dialogs
9442
9443 2006-01-17 [colin]      1.9.100cvs164
9444
9445         * src/compose.c
9446                 Possibly fix an invalid iterator causing
9447                 crash
9448
9449 2006-01-17 [colin]      1.9.100cvs163
9450
9451         * src/mimeview.c
9452                 Fix crash when the image disappears under the
9453                 image viewer
9454
9455 2006-01-16 [colin]      1.9.100cvs162
9456
9457         * src/compose.c
9458                 Fix reenabling autowrap
9459
9460 2006-01-16 [colin]      1.9.100cvs161
9461
9462         * src/compose.c
9463                 reset quote_len before getting quote_str
9464
9465 2006-01-16 [colin]      1.9.100cvs160
9466
9467         * src/account.c
9468         * src/account.h
9469         * src/folder.c
9470         * src/imap_gtk.c
9471         * src/mh_gtk.c
9472                 Fix bug #883 (default inbox does not track folder move)
9473
9474 2006-01-16 [colin]      1.9.100cvs159
9475
9476         * src/compose.c
9477         * src/plugins/pgpcore/passphrase.c
9478                 More buttons fixes
9479
9480 2006-01-16 [paul]       1.9.100cvs158
9481
9482         * src/prefs_actions.c
9483         * src/prefs_filtering_action.c
9484         * src/prefs_matcher.c
9485         * src/quote_fmt.c
9486         * src/gtk/description_window.c
9487         * src/gtk/description_window.h
9488         * src/gtk/quicksearch.c
9489                 description window cleanups
9490
9491 2006-01-15 [colin]      1.9.100cvs157
9492
9493         * src/addressbook.c
9494         * src/prefs_filtering.c
9495                 Same here
9496
9497 2006-01-15 [colin]      1.9.100cvs156
9498
9499         * src/folderview.c
9500         * src/mainwindow.c
9501                 Same for "Empty trash"
9502
9503 2006-01-15 [colin]      1.9.100cvs155
9504
9505         * src/inc.c
9506                 Override offline dialog had Yes by default
9507
9508 2006-01-15 [colin]      1.9.100cvs154
9509
9510         * src/summaryview.c
9511                 Delete selected messages? previously had Yes the default
9512
9513 2006-01-15 [colin]      1.9.100cvs153
9514
9515         * src/folder.c
9516         * src/folder.h
9517         * src/main.c
9518                 Check if a mailbox is loaded after all
9519                 plugins are loaded.
9520
9521 2006-01-15 [colin]      1.9.100cvs152
9522
9523         * src/folder.c
9524                 Don't start wizard when there are unloaded folders (will help
9525                 people with only mbox or maildir mailboxes)
9526
9527 2006-01-14 [colin]      1.9.100cvs151
9528
9529         * src/addressbook.c
9530         * src/expldifdlg.c
9531         * src/importldif.c
9532         * src/importmutt.c
9533         * src/importpine.c
9534         * src/mh_gtk.c
9535                 More HIG compliance and fixes
9536
9537 2006-01-14 [colin]      1.9.100cvs150
9538
9539         * src/prefs_filtering_action.c
9540         * src/foldersel.c
9541                 Two forgotten button order changes
9542
9543 2006-01-14 [colin]      1.9.100cvs149
9544
9545         * src/account.c
9546         * src/addressbook.c
9547         * src/compose.c
9548         * src/folderview.c
9549         * src/imap_gtk.c
9550         * src/mainwindow.c
9551         * src/mh_gtk.c
9552         * src/news_gtk.c
9553         * src/prefs_actions.c
9554         * src/prefs_customheader.c
9555         * src/prefs_filtering.c
9556         * src/prefs_matcher.c
9557         * src/prefs_template.c
9558         * src/ssl_manager.c
9559         * src/summaryview.c
9560         * src/textview.c
9561         * src/toolbar.c
9562                 All deletion confirmations are now "Cancel, Delete" 
9563                 instead of "No, Yes"
9564                 Clarified most of the other "No, Yes" to 
9565                 "Cancel, Descriptive_action"
9566                 Rechanged the "Entry not saved" alerts to have 
9567                 "Close, Continue editing"
9568
9569
9570 2006-01-14 [paul]
9571
9572         * 2.0.0-rc4 released
9573
9574 2006-01-14 [paul]       1.9.100cvs148
9575
9576         * src/account.c
9577         * src/addressadd.c
9578         * src/addressbook.c
9579         * src/compose.c
9580         * src/editaddress.c
9581         * src/editbook.c
9582         * src/editgroup.c
9583         * src/editjpilot.c
9584         * src/editldap.c
9585         * src/editvcard.c
9586         * src/exphtmldlg.c
9587         * src/expldifdlg.c
9588         * src/folderview.c
9589         * src/grouplistdialog.c
9590         * src/imap_gtk.c
9591         * src/importmutt.c
9592         * src/importpine.c
9593         * src/inc.c
9594         * src/main.c
9595         * src/mainwindow.c
9596         * src/message_search.c
9597         * src/messageview.c
9598         * src/mh_gtk.c
9599         * src/mimeview.c
9600         * src/news_gtk.c
9601         * src/prefs_actions.c
9602         * src/prefs_customheader.c
9603         * src/prefs_filtering.c
9604         * src/prefs_matcher.c
9605         * src/prefs_template.c
9606         * src/prefs_themes.c
9607         * src/ssl_manager.c
9608         * src/summary_search.c
9609         * src/summaryview.c
9610         * src/textview.c
9611         * src/toolbar.c
9612         * src/gtk/foldersort.c
9613         * src/gtk/gtkaspell.c
9614         * src/gtk/inputdialog.c
9615         * src/gtk/prefswindow.c
9616         * src/plugins/pgpcore/select-keys.c
9617         * src/plugins/trayicon/trayicon.c
9618                 HIG compliant button order
9619
9620 2006-01-14 [mones]      1.9.100cvs147
9621
9622         * po/es.po
9623                 Updated translation
9624
9625 2006-01-13 [paul]       1.9.100cvs146
9626
9627         * AUTHORS
9628         * ChangeLog
9629         * src/gtk/authors.h
9630                 add Joshua M. Kwan to contributors list
9631
9632 2006-01-13 [colin]      1.9.100cvs145
9633
9634         * src/gtk/quicksearch.c
9635                 Don't refocus quick search after executing (Esc or Enter)
9636                 Allows to '/'search something then move up/down in 
9637                 summaryview, and to Esc a search and be back in the 
9638                 summaryview
9639
9640 2006-01-13 [paul]       1.9.100cvs144
9641
9642         * src/plugins/pgpinline/pgpinline.c
9643                 support Content-Type 'application/pgp'
9644                 patch by Joshua M. Kwan <joshuak@users.sf.net>
9645
9646 2006-01-13 [paul]       1.9.100cvs143
9647
9648         * manual/account.xml
9649                 make mention of partial retrieval
9650                 thanks to Colin
9651
9652 2006-01-13 [paul]       1.9.100cvs142
9653
9654         * src/account.c
9655         * src/account.h
9656         * src/action.c
9657         * src/action.h
9658         * src/adbookbase.h
9659         * src/addr_compl.c
9660         * src/addr_compl.h
9661         * src/addrbook.c
9662         * src/addrcache.c
9663         * src/addrcache.h
9664         * src/addrcindex.c
9665         * src/addrcindex.h
9666         * src/addrclip.c
9667         * src/addrclip.h
9668         * src/addrdefs.h
9669         * src/addressadd.c
9670         * src/addressadd.h
9671         * src/addressbook.c
9672         * src/addressbook.h
9673         * src/addrgather.c
9674         * src/addrgather.h
9675         * src/addrharvest.c
9676         * src/addrharvest.h
9677         * src/addrindex.c
9678         * src/addrindex.h
9679         * src/addritem.c
9680         * src/addritem.h
9681         * src/addrquery.c
9682         * src/addrquery.h
9683         * src/addrselect.c
9684         * src/addrselect.h
9685         * src/alertpanel.c
9686         * src/alertpanel.h
9687         * src/browseldap.c
9688         * src/browseldap.h
9689         * src/codeconv.c
9690         * src/codeconv.h
9691         * src/compose.c
9692         * src/compose.h
9693         * src/customheader.c
9694         * src/customheader.h
9695         * src/displayheader.c
9696         * src/displayheader.h
9697         * src/editaddress.c
9698         * src/editaddress.h
9699         * src/editbook.c
9700         * src/editbook.h
9701         * src/editgroup.c
9702         * src/editgroup.h
9703         * src/editjpilot.c
9704         * src/editjpilot.h
9705         * src/editldap.c
9706         * src/editldap.h
9707         * src/editldap_basedn.c
9708         * src/editldap_basedn.h
9709         * src/editvcard.c
9710         * src/editvcard.h
9711         * src/exphtmldlg.c
9712         * src/exphtmldlg.h
9713         * src/expldifdlg.c
9714         * src/expldifdlg.h
9715         * src/export.h
9716         * src/exporthtml.c
9717         * src/exporthtml.h
9718         * src/exportldif.c
9719         * src/exportldif.h
9720         * src/filtering.c
9721         * src/filtering.h
9722         * src/folder.c
9723         * src/folder.h
9724         * src/folder_item_prefs.c
9725         * src/folder_item_prefs.h
9726         * src/foldersel.c
9727         * src/foldersel.h
9728         * src/folderutils.c
9729         * src/folderutils.h
9730         * src/folderview.c
9731         * src/folderview.h
9732         * src/grouplistdialog.c
9733         * src/grouplistdialog.h
9734         * src/headerview.c
9735         * src/html.c
9736         * src/html.h
9737         * src/image_viewer.c
9738         * src/image_viewer.h
9739         * src/imap.c
9740         * src/imap.h
9741         * src/imap_gtk.c
9742         * src/imap_gtk.h
9743         * src/import.h
9744         * src/importldif.c
9745         * src/importldif.h
9746         * src/importmutt.c
9747         * src/importmutt.h
9748         * src/importpine.c
9749         * src/importpine.h
9750         * src/inc.c
9751         * src/inc.h
9752         * src/jpilot.c
9753         * src/jpilot.h
9754         * src/ldapctrl.c
9755         * src/ldapctrl.h
9756         * src/ldaplocate.c
9757         * src/ldaplocate.h
9758         * src/ldapquery.c
9759         * src/ldapquery.h
9760         * src/ldapserver.c
9761         * src/ldapserver.h
9762         * src/ldaputil.c
9763         * src/ldaputil.h
9764         * src/ldif.c
9765         * src/ldif.h
9766         * src/main.c
9767         * src/main.h
9768         * src/mainwindow.c
9769         * src/mainwindow.h
9770         * src/manual.c
9771         * src/manual.h
9772         * src/mbox.c
9773         * src/mbox.h
9774         * src/message_search.c
9775         * src/message_search.h
9776         * src/messageview.c
9777         * src/messageview.h
9778         * src/mh.c
9779         * src/mh.h
9780         * src/mh_gtk.c
9781         * src/mh_gtk.h
9782         * src/mimeview.c
9783         * src/mimeview.h
9784         * src/msgcache.c
9785         * src/msgcache.h
9786         * src/mutt.c
9787         * src/mutt.h
9788         * src/news.c
9789         * src/news.h
9790         * src/news_gtk.c
9791         * src/news_gtk.h
9792         * src/partial_download.c
9793         * src/partial_download.h
9794         * src/pine.c
9795         * src/pine.h
9796         * src/pop.c
9797         * src/pop.h
9798         * src/prefs_account.c
9799         * src/prefs_account.h
9800         * src/prefs_actions.c
9801         * src/prefs_actions.h
9802         * src/prefs_common.c
9803         * src/prefs_common.h
9804         * src/prefs_compose_writing.c
9805         * src/prefs_compose_writing.h
9806         * src/prefs_customheader.c
9807         * src/prefs_customheader.h
9808         * src/prefs_display_header.c
9809         * src/prefs_display_header.h
9810         * src/prefs_filtering.c
9811         * src/prefs_filtering.h
9812         * src/prefs_filtering_action.c
9813         * src/prefs_filtering_action.h
9814         * src/prefs_folder_column.c
9815         * src/prefs_folder_column.h
9816         * src/prefs_folder_item.c
9817         * src/prefs_folder_item.h
9818         * src/prefs_fonts.c
9819         * src/prefs_fonts.h
9820         * src/prefs_gtk.c
9821         * src/prefs_gtk.h
9822         * src/prefs_image_viewer.c
9823         * src/prefs_image_viewer.h
9824         * src/prefs_matcher.c
9825         * src/prefs_matcher.h
9826         * src/prefs_message.c
9827         * src/prefs_msg_colors.c
9828         * src/prefs_msg_colors.h
9829         * src/prefs_other.c
9830         * src/prefs_quote.c
9831         * src/prefs_receive.c
9832         * src/prefs_send.c
9833         * src/prefs_spelling.c
9834         * src/prefs_spelling.h
9835         * src/prefs_summaries.c
9836         * src/prefs_summaries.h
9837         * src/prefs_summary_column.c
9838         * src/prefs_summary_column.h
9839         * src/prefs_template.c
9840         * src/prefs_template.h
9841         * src/prefs_themes.c
9842         * src/prefs_themes.h
9843         * src/prefs_toolbar.c
9844         * src/prefs_toolbar.h
9845         * src/prefs_wrapping.c
9846         * src/prefs_wrapping.h
9847         * src/privacy.c
9848         * src/privacy.h
9849         * src/procheader.c
9850         * src/procheader.h
9851         * src/procmime.c
9852         * src/procmime.h
9853         * src/procmsg.c
9854         * src/procmsg.h
9855         * src/quote_fmt.c
9856         * src/quote_fmt_parse.y
9857         * src/recv.c
9858         * src/recv.h
9859         * src/remotefolder.c
9860         * src/remotefolder.h
9861         * src/send_message.c
9862         * src/send_message.h
9863         * src/setup.c
9864         * src/setup.h
9865         * src/sourcewindow.c
9866         * src/sourcewindow.h
9867         * src/ssl_manager.c
9868         * src/ssl_manager.h
9869         * src/statusbar.c
9870         * src/statusbar.h
9871         * src/stock_pixmap.c
9872         * src/stock_pixmap.h
9873         * src/summary_search.c
9874         * src/summary_search.h
9875         * src/summaryview.c
9876         * src/summaryview.h
9877         * src/syldap.c
9878         * src/syldap.h
9879         * src/textview.c
9880         * src/textview.h
9881         * src/toolbar.c
9882         * src/toolbar.h
9883         * src/undo.c
9884         * src/undo.h
9885         * src/unmime.c
9886         * src/unmime.h
9887         * src/vcard.c
9888         * src/vcard.h
9889         * src/wizard.c
9890         * src/wizard.h
9891         * src/common/base64.c
9892         * src/common/base64.h
9893         * src/common/defs.h
9894         * src/common/hooks.c
9895         * src/common/hooks.h
9896         * src/common/log.c
9897         * src/common/log.h
9898         * src/common/mgutils.c
9899         * src/common/mgutils.h
9900         * src/common/nntp.c
9901         * src/common/nntp.h
9902         * src/common/passcrypt.c
9903         * src/common/passcrypt.h.in
9904         * src/common/plugin.c
9905         * src/common/plugin.h
9906         * src/common/prefs.c
9907         * src/common/prefs.h
9908         * src/common/progressindicator.c
9909         * src/common/progressindicator.h
9910         * src/common/quoted-printable.c
9911         * src/common/quoted-printable.h
9912         * src/common/session.c
9913         * src/common/session.h
9914         * src/common/smtp.c
9915         * src/common/smtp.h
9916         * src/common/socket.c
9917         * src/common/socket.h
9918         * src/common/ssl.c
9919         * src/common/ssl.h
9920         * src/common/ssl_certificate.c
9921         * src/common/ssl_certificate.h
9922         * src/common/stringtable.c
9923         * src/common/stringtable.h
9924         * src/common/sylpheed.c
9925         * src/common/sylpheed.h
9926         * src/common/template.c
9927         * src/common/template.h
9928         * src/common/timing.h
9929         * src/common/utils.c
9930         * src/common/utils.h
9931         * src/common/version.h.in
9932         * src/common/xml.c
9933         * src/common/xml.h
9934         * src/common/xmlprops.c
9935         * src/common/xmlprops.h
9936         * src/gtk/colorlabel.c
9937         * src/gtk/colorsel.c
9938         * src/gtk/colorsel.h
9939         * src/gtk/description_window.c
9940         * src/gtk/description_window.h
9941         * src/gtk/filesel.c
9942         * src/gtk/filesel.h
9943         * src/gtk/foldersort.c
9944         * src/gtk/foldersort.h
9945         * src/gtk/gtkutils.c
9946         * src/gtk/gtkutils.h
9947         * src/gtk/inputdialog.c
9948         * src/gtk/inputdialog.h
9949         * src/gtk/logwindow.c
9950         * src/gtk/logwindow.h
9951         * src/gtk/manage_window.c
9952         * src/gtk/manage_window.h
9953         * src/gtk/menu.c
9954         * src/gtk/menu.h
9955         * src/gtk/pluginwindow.c
9956         * src/gtk/pluginwindow.h
9957         * src/gtk/prefswindow.c
9958         * src/gtk/prefswindow.h
9959         * src/gtk/progressdialog.c
9960         * src/gtk/progressdialog.h
9961         * src/gtk/sslcertwindow.c
9962         * src/gtk/sslcertwindow.h
9963         * src/plugins/clamav/clamav_plugin.c
9964         * src/plugins/clamav/clamav_plugin.h
9965         * src/plugins/clamav/clamav_plugin_gtk.c
9966         * src/plugins/demo/demo.c
9967         * src/plugins/dillo_viewer/dillo_prefs.c
9968         * src/plugins/dillo_viewer/dillo_prefs.h
9969         * src/plugins/dillo_viewer/dillo_viewer.c
9970         * src/plugins/pgpcore/passphrase.c
9971         * src/plugins/pgpcore/passphrase.h
9972         * src/plugins/pgpcore/plugin.c
9973         * src/plugins/pgpcore/select-keys.c
9974         * src/plugins/pgpcore/select-keys.h
9975         * src/plugins/pgpcore/sgpgme.c
9976         * src/plugins/pgpcore/sgpgme.h
9977         * src/plugins/pgpinline/pgpinline.c
9978         * src/plugins/pgpinline/pgpinline.h
9979         * src/plugins/pgpinline/plugin.c
9980         * src/plugins/pgpmime/pgpmime.c
9981         * src/plugins/pgpmime/pgpmime.h
9982         * src/plugins/pgpmime/plugin.c
9983         * src/plugins/spamassassin/spamassassin.c
9984         * src/plugins/spamassassin/spamassassin.h
9985         * src/plugins/spamassassin/spamassassin_gtk.c
9986         * src/plugins/trayicon/trayicon.c
9987                 update copyright header
9988
9989 2006-01-13 [paul]       1.9.100cvs141
9990
9991         * src/account.c
9992         * src/export.c
9993         * src/import.c
9994         * src/mainwindow.c
9995         * src/prefs_account.c
9996         * src/prefs_display_header.c
9997         * src/prefs_receive.c
9998         * src/prefs_send.c
9999         * src/prefs_summaries.c
10000         * src/prefs_themes.c
10001         * src/prefs_toolbar.c
10002         * src/gtk/about.c
10003                 various cleanups
10004
10005 2006-01-12 [colin]      1.9.100cvs140
10006
10007         * src/folder.c
10008         * src/folder.h
10009         * src/main.c
10010                 Add --subscribe option
10011                 Let sylpheed-claws email@domain.com equivalent to --compose
10012                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
10013
10014 2006-01-12 [paul]       1.9.100cvs139
10015
10016         * src/mainwindow.c
10017                 append 'Change folder order' label with '...'
10018         * src/prefs_actions.c
10019                 allow reordering of actions list by dnd
10020         * src/gtk/foldersort.c
10021                 make the dialog nicer
10022
10023 2006-01-11 [colin]      1.9.100cvs138
10024
10025         * src/compose.c
10026                 Allow templates without text
10027
10028 2006-01-11 [paul]       1.9.100cvs137
10029
10030         * tools/README
10031         * tools/filter_conv_new.pl
10032                 add info to README
10033                 also check .sylpheed for filter.xml
10034                 be a bit informative to the user
10035
10036 2006-01-11 [colin]      1.9.100cvs136
10037
10038         * src/textview.c
10039                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
10040
10041 2006-01-10 [paul]       1.9.100cvs135
10042
10043         * tools/Makefile.am
10044         * tools/filter_conv_new.pl
10045                 add script to convert new style Sylpheed
10046                 filter rules (Sylpheed >= 0.9.99) to
10047                 Claws filtering rules
10048
10049 2006-01-10 [colin]      1.9.100cvs134
10050
10051         * src/compose.c
10052                 Fix broken line joins in certain conditions
10053                 (between two quoted lines: <enter><enter><up>
10054                  <type a wrapped sentence><go in the first line>
10055                  <insert more text><watch as line joining failed>)
10056
10057 2006-01-10 [paul]       1.9.100cvs133
10058
10059         * src/compose.c
10060                 don't report success in error dialog
10061                 thanks to Colin
10062         * src/common/utils.c
10063                 include some trailing punctuations as URI
10064                 thanks to Hiro
10065
10066 2006-01-10 [paul]       1.9.100cvs132
10067
10068         * src/mimeview.c
10069                 fix incompatible pointer type
10070                 warning
10071
10072 2006-01-10 [paul]       1.9.100cvs131
10073
10074         * src/compose.c
10075                 change Subject in window title
10076                 instantaneously
10077
10078 2006-01-09 [colin]      1.9.100cvs130
10079
10080         * src/addressbook.c
10081         * src/headerview.c
10082         * src/mainwindow.c
10083         * src/messageview.c
10084         * src/mimeview.c
10085         * src/noticeview.c
10086         * src/summaryview.c
10087                 Fix possible crashes on exit and in addressbook
10088
10089 2006-01-09 [paul]       1.9.100cvs129
10090
10091         * src/prefs_msg_colors.c
10092                 some cleanups that I forgot last time
10093
10094 2006-01-09 [paul]       1.9.100cvs128
10095
10096         * README
10097         * src/folderview.c
10098         * src/prefs_msg_colors.c
10099                 add previously hidden option, color_new, to
10100                 the gui
10101                 move the page to Display/
10102                 rework the gui
10103
10104 2006-01-09 [wwp]        1.9.100cvs127
10105
10106         * src/prefs_themes.c
10107                 made the prefs/display/themes layouts spacing less condensed
10108                 (and so they match other prefs/pages' look).
10109
10110 2006-01-09 [paul]       1.9.100cvs126
10111
10112         * src/compose.c
10113         * src/prefs_common.c
10114         * src/prefs_common.h
10115         * src/prefs_wrapping.c
10116                 remove 'wrap at send' option
10117
10118 2006-01-06 [colin]      1.9.100cvs125
10119
10120         * src/compose.c
10121                 Just make completely sure we don't insert "manual line breaks" 
10122                 when wrapping... 
10123
10124 2006-01-04 [paul]
10125
10126         * 2.0.0-rc3 released
10127
10128 2006-01-04 [paul]       1.9.100cvs124
10129
10130         * src/folderview.c
10131                 fix bug 882, 'quick scroll in folder list
10132                 displays wrong folder contents'
10133
10134 2006-01-04 [paul]       1.9.100cvs123
10135
10136         * src/plugins/pgpmime/pgpmime.c
10137                 better debug information when signing
10138                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
10139
10140 2006-01-03 [colin]      1.9.100cvs122
10141
10142         * configure.ac
10143                 We need to recheck for gpgme 1.0.0 after checking
10144                 for 1.1.1, because if 1.1.1 isn't available, 
10145                 GPGME_LIBS and friends are blanked out by the 
10146                 second check.
10147
10148 2006-01-03 [colin]      1.9.100cvs121
10149
10150         * src/common/prefs.c
10151                 Windows unlink-before rename fix
10152         * src/plugins/pgpcore/sgpgme.c
10153                 Add support for PKA info if available
10154                 Both patches by Werner Koch
10155
10156 2006-01-03 [paul]       1.9.100cvs120
10157
10158         * src/messageview.c
10159                 fix bug 884, 'Send receipt' button visible in queue
10160                 Thanks to Colin
10161
10162 2006-01-02 [colin]      1.9.100cvs119
10163
10164         * src/compose.c
10165         * src/imap.c
10166                 Fix autosave on IMAP and more generally try to
10167                 return the correct ID on a newly added IMAP message
10168
10169 2006-01-02 [paul]       1.9.100cvs118
10170
10171         * manual/keyboard.xml
10172                 edited
10173
10174 2006-01-01 [paul]       1.9.100cvs117
10175
10176         * src/gtk/authors.h
10177                 alphabetical order
10178
10179 2005-12-30 [colin]      1.9.100cvs116
10180
10181         * manual/advanced.xml
10182                 Explain Pre/Post-processing differences.
10183
10184 2005-12-30 [colin]      1.9.100cvs115
10185
10186         * src/mh.c
10187                 Implement copy_msgs for a little optimization
10188         * src/imap.c
10189                 Finish yesterday's fix
10190
10191 2005-12-29 [colin]      1.9.100cvs114
10192
10193         * src/imap.c
10194                 Fix occasional failure in fetching a mail over
10195                 IMAP
10196
10197 2005-12-29 [colin]      1.9.100cvs113
10198
10199         * src/compose.c
10200                 Don't remove a draft when sending it, if it is 
10201                 locked.
10202
10203 2005-12-28 [colin]      1.9.100cvs112
10204
10205         * src/summaryview.c
10206                 Fix leak for real
10207
10208 2005-12-28 [wwp]        1.9.100cvs111
10209
10210         * doc/faq/.cvsignore
10211         * doc/faq/de/.cvsignore
10212         * doc/faq/en/.cvsignore
10213         * doc/faq/es/.cvsignore
10214         * doc/faq/fr/.cvsignore
10215         * doc/faq/it/.cvsignore
10216         * doc/manual/.cvsignore
10217         * doc/manual/de/.cvsignore
10218         * doc/manual/en/.cvsignore
10219         * doc/manual/es/.cvsignore
10220         * doc/manual/fr/.cvsignore
10221         * doc/manual/ja/.cvsignore
10222         * src/plugins/mathml_viewer/.cvsignore
10223                 rollback revival of those files (my bad, sorry for the noise).
10224
10225 2005-12-28 [wwp]        1.9.100cvs110
10226
10227         * src/compose.c
10228                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
10229
10230 2005-12-28 [wwp]        1.9.100cvs109
10231
10232         * doc/faq/.cvsignore
10233         * doc/faq/de/.cvsignore
10234         * doc/faq/en/.cvsignore
10235         * doc/faq/es/.cvsignore
10236         * doc/faq/fr/.cvsignore
10237         * doc/faq/it/.cvsignore
10238         * doc/manual/.cvsignore
10239         * doc/manual/de/.cvsignore
10240         * doc/manual/en/.cvsignore
10241         * doc/manual/es/.cvsignore
10242         * doc/manual/fr/.cvsignore
10243         * doc/manual/ja/.cvsignore
10244         * src/plugins/mathml_viewer/.cvsignore
10245         * po/.cvsignore
10246                 more files to ignore.
10247
10248 2005-12-24 [colin]      1.9.100cvs108
10249
10250         * AUTHORS
10251         * src/gtk/authors.h
10252                 Update for Werner
10253
10254 2005-12-24 [colin]      1.9.100cvs107
10255
10256         * src/procmsg.c
10257                 Allow NULL src_msginfo in 
10258                 procmsg_msginfo_new_from_mimeinfo
10259
10260 2005-12-23 [paul]       1.9.100cvs106
10261
10262         * src/plugins/pgpinline/mypgpcore.def
10263                 add this forgotten file
10264
10265 2005-12-23 [colin]      1.9.100cvs105
10266
10267         * src/mainwindow.c
10268                 Fix missing break
10269
10270 2005-12-23 [colin]      1.9.100cvs104
10271
10272         * autogen.sh
10273         * src/folder.c
10274         * src/mh.c
10275         * src/common/plugin.c
10276         * src/common/socket.c
10277         * src/common/socket.h
10278         * src/common/utils.c
10279         * src/common/utils.h
10280         * src/gtk/pluginwindow.c
10281         * src/plugins/pgpcore/plugin.def
10282         * src/plugins/pgpcore/sylpheed.def
10283         * src/plugins/pgpinline/Makefile.am
10284         * src/plugins/pgpinline/plugin.def
10285         * src/plugins/pgpinline/sylpheed.def
10286         * src/plugins/pgpmime/plugin.def
10287         * src/plugins/pgpmime/sylpheed.def
10288                 Various w32 fixes by Werner Koch
10289
10290 2005-12-22 [paul]       1.9.100cvs103
10291
10292         * src/wizard.c
10293                 don't offer IMAP as 'server type' if
10294                 libetpan isn't built in
10295
10296 2005-12-22 [paul]       1.9.100cvs102
10297
10298         * AUTHORS
10299         * src/mainwindow.c
10300         * src/mainwindow.h
10301         * src/toolbar.c
10302         * src/gtk/authors.h
10303                 support GTK_TOOLBAR_BOTH_HORIZ (text
10304                 next to icon) Patch by Marien Zwart
10305                 marienz@users.sf.net
10306                 Also reword the text
10307
10308 2005-12-21 [colin]      1.9.100cvs101
10309
10310         * configure.ac
10311                 Fix DATADIRNAME
10312         * COPYING
10313                 Fix missing section and explicit the exception better
10314         * src/compose.c
10315                 Prevent mail from being lost without notice when an
10316                 SMTP error happens on trying to send an unmodified
10317                 drafted mail.
10318         * src/send_message.c
10319         * src/common/smtp.c
10320                 Fix password remembering when wrong, and add return
10321                 value checks where they should have been
10322         * src/plugins/pgpcore/sylpheed.def
10323         * src/plugins/pgpinline/sylpheed.def
10324         * src/plugins/pgpmime/sylpheed.def
10325                 Add a few symbols needed
10326
10327 2005-12-21 [paul]       1.9.100cvs100
10328
10329         * m4/codeset.m4
10330         * m4/glibc21.m4
10331         * m4/intdiv0.m4
10332         * m4/inttypes-pri.m4
10333         * m4/inttypes.m4
10334         * m4/inttypes_h.m4
10335         * m4/isc-posix.m4
10336         * m4/lcmessage.m4
10337         * m4/stdint_h.m4
10338         * m4/uintmax_t.m4
10339                 gettextization
10340                 thanks to Colin
10341
10342 2005-12-21 [paul]       1.9.100cvs99
10343
10344         * po/sv.po
10345                 fixed by Colin
10346
10347 2005-12-20 [paul]       1.9.100cvs98
10348
10349         * po/sv.po
10350                 updated by Anders Trobäck
10351
10352 2005-12-20 [colin]      1.9.100cvs97
10353
10354         * ABOUT-NLS
10355         * Makefile.am
10356         * autogen.sh
10357         * configure.ac
10358         * config/config.rpath
10359         * config/mkinstalldirs
10360         * m4/Makefile.am
10361         * m4/glibc2.m4
10362         * m4/gnupg.m4
10363         * m4/gpgme.m4
10364         * m4/intmax.m4
10365         * m4/longdouble.m4
10366         * m4/longlong.m4
10367         * m4/printf-posix.m4
10368         * m4/signed.m4
10369         * m4/size_max.m4
10370         * m4/ulonglong.m4
10371         * m4/wchar_t.m4
10372         * m4/wint_t.m4
10373         * m4/xsize.m4
10374         * po/Makefile.in.in
10375         * po/Makevars
10376         * po/bg.po
10377         * po/ca.po
10378         * po/cs.po
10379         * po/de.po
10380         * po/el.po
10381         * po/en_GB.po
10382         * po/es.po
10383         * po/fi.po
10384         * po/fr.po
10385         * po/hr.po
10386         * po/hu.po
10387         * po/it.po
10388         * po/ja.po
10389         * po/ko.po
10390         * po/nb.po
10391         * po/nl.po
10392         * po/pl.po
10393         * po/pt_BR.po
10394         * po/ru.po
10395         * po/sk.po
10396         * po/sr.po
10397         * po/stamp-po
10398         * po/sv.po
10399         * po/zh_CN.po
10400         * po/zh_TW.po
10401         * src/Makefile.am
10402         * src/codeconv.c
10403         * src/compose.c
10404         * src/exporthtml.c
10405         * src/exportldif.c
10406         * src/folder.c
10407         * src/main.c
10408         * src/manual.c
10409         * src/mh.c
10410         * src/mimeview.c
10411         * src/send_message.c
10412         * src/common/Makefile.am
10413         * src/common/fnmatch.c
10414         * src/common/fnmatch.h
10415         * src/common/fnmatch_loop.c
10416         * src/common/nntp.c
10417         * src/common/plugin.c
10418         * src/common/smtp.c
10419         * src/common/socket.c
10420         * src/common/string_match.c
10421         * src/common/sylpheed.c
10422         * src/common/utils.c
10423         * src/common/utils.h
10424         * src/common/w32_dirent.c
10425         * src/common/w32_reg.c
10426         * src/common/w32_signal.c
10427         * src/common/w32_stat.c
10428         * src/common/w32_stdio.c
10429         * src/common/w32_stdlib.c
10430         * src/common/w32_string.c
10431         * src/common/w32_time.c
10432         * src/common/w32_unistd.c
10433         * src/common/w32_wait.c
10434         * src/common/w32lib.h
10435         * src/etpan/Makefile.am
10436         * src/gtk/Makefile.am
10437         * src/plugins/clamav/Makefile.am
10438         * src/plugins/demo/Makefile.am
10439         * src/plugins/dillo_viewer/Makefile.am
10440         * src/plugins/pgpcore/Makefile.am
10441         * src/plugins/pgpcore/passphrase.c
10442         * src/plugins/pgpcore/plugin.def
10443         * src/plugins/pgpcore/sgpgme.c
10444         * src/plugins/pgpcore/sylpheed.def
10445         * src/plugins/pgpcore/version.rc
10446         * src/plugins/pgpinline/Makefile.am
10447         * src/plugins/pgpinline/plugin.def
10448         * src/plugins/pgpinline/sylpheed.def
10449         * src/plugins/pgpinline/version.rc
10450         * src/plugins/pgpmime/Makefile.am
10451         * src/plugins/pgpmime/mypgpcore.def
10452         * src/plugins/pgpmime/plugin.def
10453         * src/plugins/pgpmime/sylpheed.def
10454         * src/plugins/pgpmime/version.rc
10455         * src/plugins/spamassassin/Makefile.am
10456                 Very little ;-) patch from Werner Koch, providing
10457                 infrastructure for cross-compiling to Win32
10458
10459 2005-12-20 [paul]       1.9.100cvs96
10460
10461         * src/account.c
10462         * src/account.h
10463         * src/mainwindow.c
10464         * src/mainwindow.h
10465         * src/toolbar.c
10466         * src/toolbar.h
10467                 add a combo to the Get All button, allowing
10468                 quick retrieval from any account
10469                 Patch by Fabien Vantard, slightly modified
10470                 by Colin
10471         * src/gtk/about.c
10472                 i18n fix. Patch by Fabien Vantard
10473
10474 2005-12-19 [colin]      1.9.100cvs95
10475
10476         * src/compose.c
10477         * src/compose.h
10478                 Don't automatically join lines when they've 
10479                 been separated by the user and not automatically
10480
10481 2005-12-19 [paul]       1.9.100cvs94
10482
10483         * src/gtk/pluginwindow.c
10484                 i18n fix.
10485                 Patch by Fabien Vantard
10486
10487 2005-12-15 [paul]       1.9.100cvs93
10488
10489         * src/common/plugin.c
10490         * src/common/plugin.h
10491         * src/gtk/pluginwindow.c
10492         * src/plugins/clamav/clamav_plugin.c
10493         * src/plugins/demo/demo.c
10494         * src/plugins/dillo_viewer/dillo_viewer.c
10495         * src/plugins/pgpcore/plugin.c
10496         * src/plugins/pgpinline/plugin.c
10497         * src/plugins/pgpmime/plugin.c
10498         * src/plugins/spamassassin/spamassassin.c
10499         * src/plugins/trayicon/trayicon.c
10500                 add plugin_version()
10501
10502 2005-12-15 [colin]      1.9.100cvs92
10503
10504         * src/compose.c
10505                 Further fix bug #875
10506
10507 2005-12-15 [paul]       1.9.100cvs91
10508
10509         * src/gtk/filesel.c
10510                 fix attach_load_dir getting set to
10511                 PLUGINDIR on plugin load
10512
10513 2005-12-14 [mones]      1.9.100cvs90
10514
10515         * manual/ack.xml
10516         * manual/keyboard.xml
10517                 Initial draft and some shortcuts added
10518                 
10519         * po/es.po
10520                 Updated translation
10521
10522 2005-12-14 [colin]      1.9.100cvs89
10523
10524         * src/compose.c
10525         * src/imap.c
10526         * src/summaryview.c
10527         * src/gtk/gtkaspell.c
10528                 More leaks fixed
10529         * src/prefs_folder_item.c
10530                 Fix recursive prefs apply
10531
10532
10533 2005-12-14 [colin]      1.9.100cvs88
10534
10535         * src/compose.c
10536                 Fix bug #875 (Freeze On Inline Forward of 
10537                 Large Message)
10538
10539 2005-12-13 [colin]      1.9.100cvs87
10540
10541         * src/compose.c
10542                 Uniq-ify and sort the mimetypes list
10543                 Patch by Fabien Vantard
10544
10545 2005-12-13 [colin]      1.9.100cvs86
10546
10547         * src/imap.c
10548         * src/etpan/imap-thread.c
10549                 Fix leaks (patch by Hoa)
10550         * src/news.c
10551         * src/common/plugin.c
10552                 Fix leaks
10553
10554 2005-12-12 [colin]
10555
10556         * 2.0.0-rc2 released
10557
10558 2005-12-12 [colin]      1.9.100cvs85
10559
10560         * src/matcher.c
10561                 Fix a leak
10562
10563 2005-12-12 [wwp]        1.9.100cvs84
10564
10565         * src/gtk/icon_legend.c
10566                 fix misbehaviour and crash when closing the legend window
10567         using the Esc key (patch by Fabien Vantard).
10568
10569 2005-12-12 [paul]       1.9.100cvs83
10570
10571         * src/browseldap.c
10572         * src/foldersel.c
10573         * src/prefs_actions.c
10574         * src/prefs_filtering.c
10575         * src/prefs_matcher.c
10576         * src/prefs_spelling.glade      ** REMOVED **
10577         * src/prefs_template.c
10578         * src/gtk/foldersort.glade      ** REMOVED **
10579         * src/gtk/pluginwindow.c
10580         * src/gtk/pluginwindow.glade    ** REMOVED **
10581         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
10582                 cleanups
10583
10584 2005-12-11 [paul]       1.9.100cvs82
10585
10586         * src/gtk/filesel.c
10587                 fix attach_load_dir crasher (double free)
10588
10589 2005-12-09 [paul]       1.9.100cvs81
10590
10591         * po/POTFILES.in
10592         * src/mainwindow.c
10593         * src/gtk/Makefile.am
10594         * src/gtk/icon_legend.c
10595         * src/gtk/icon_legend.h
10596                 add icon legend
10597         * src/manual.c
10598                 cleanup
10599
10600 2005-12-09 [paul]       1.9.100cvs80
10601
10602         * src/plugins/pgpcore/passphrase.c
10603                 wrap the label in the dialog
10604
10605 2005-12-09 [colin]      1.9.100cvs79
10606
10607         * src/plugins/pgpcore/sgpgme.c
10608                 Display (untrusted) on not trusted signatures
10609                 Patch by Michal Èihaø <michal@cihar.com>
10610                 Closes bug #867 (Report also key trust)
10611
10612 2005-12-09 [colin]      1.9.100cvs78
10613
10614         * src/common/plugin.c
10615                 Update licence check, following Eben Moglen's advice
10616
10617 2005-12-08 [colin]      1.9.100cvs77
10618
10619         * src/folder.c
10620                 Fix the occasionnal item->cache != NULL 
10621                 assertion failure. 
10622
10623 2005-12-08 [colin]      1.9.100cvs76
10624
10625         * src/mimeview.c
10626         * src/plugins/pgpcore/sgpgme.c
10627                 Print key id when unable to check it
10628                 Closes bug #866 (Show key id when missing)
10629
10630 2005-12-08 [paul]       1.9.100cvs75
10631
10632         * src/prefs_common.c
10633         * src/prefs_common.h
10634         * src/gtk/filesel.c
10635                 remember load attachment dir
10636
10637 2005-12-07 [colin]      1.9.100cvs74
10638
10639         * src/prefs_toolbar.c
10640                 Gtk fixes, patch by Fabien Vantard
10641
10642 2005-12-07 [colin]      1.9.100cvs73
10643
10644         * src/action.c
10645         * src/compose.c
10646         * src/compose.h
10647                 Fix bug #839 (Quoted text isn't colored after 
10648                 executing an action)
10649         * src/common/plugin.c
10650                 Require plugins to declare their licence in plugin_licence()
10651                 Refuse to load non-GPL plugins as they'd be illegal (as 
10652                 derived works of Sylpheed-Claws, they must be GPL).
10653         * src/plugins/clamav/clamav_plugin.c
10654         * src/plugins/demo/demo.c
10655         * src/plugins/dillo_viewer/dillo_viewer.c
10656         * src/plugins/pgpcore/plugin.c
10657         * src/plugins/pgpinline/plugin.c
10658         * src/plugins/pgpmime/plugin.c
10659         * src/plugins/spamassassin/spamassassin.c
10660         * src/plugins/trayicon/trayicon.c
10661                 Add plugin_licence()
10662
10663 2005-12-07 [paul]       1.9.100cvs72
10664
10665         * configure.ac
10666         * src/mainwindow.c
10667         * src/manual.c
10668         * src/manual.h
10669         * src/common/defs.h
10670                 clean up after local FAQ removal and
10671                 temporary manual removal
10672
10673 2005-12-06 [colin]      1.9.100cvs71
10674
10675         * configure.ac
10676         * doc/Makefile.am
10677         * doc/faq/.cvsignore
10678         * doc/faq/Makefile.am
10679         * doc/faq/de/.cvsignore
10680         * doc/faq/de/Makefile.am
10681         * doc/faq/de/sylpheed-faq-1.html
10682         * doc/faq/de/sylpheed-faq-2.html
10683         * doc/faq/de/sylpheed-faq-3.html
10684         * doc/faq/de/sylpheed-faq.html
10685         * doc/faq/en/.cvsignore
10686         * doc/faq/en/Makefile.am
10687         * doc/faq/en/sylpheed-faq-1.html
10688         * doc/faq/en/sylpheed-faq-2.html
10689         * doc/faq/en/sylpheed-faq-3.html
10690         * doc/faq/en/sylpheed-faq-4.html
10691         * doc/faq/en/sylpheed-faq.html
10692         * doc/faq/es/.cvsignore
10693         * doc/faq/es/Makefile.am
10694         * doc/faq/es/sylpheed-faq-1.html
10695         * doc/faq/es/sylpheed-faq-2.html
10696         * doc/faq/es/sylpheed-faq-3.html
10697         * doc/faq/es/sylpheed-faq-4.html
10698         * doc/faq/es/sylpheed-faq.html
10699         * doc/faq/fr/.cvsignore
10700         * doc/faq/fr/Makefile.am
10701         * doc/faq/fr/sylpheed-faq-1.html
10702         * doc/faq/fr/sylpheed-faq-2.html
10703         * doc/faq/fr/sylpheed-faq-3.html
10704         * doc/faq/fr/sylpheed-faq.html
10705         * doc/faq/it/.cvsignore
10706         * doc/faq/it/Makefile.am
10707         * doc/faq/it/sylpheed-faq-1.html
10708         * doc/faq/it/sylpheed-faq-2.html
10709         * doc/faq/it/sylpheed-faq-3.html
10710         * doc/faq/it/sylpheed-faq.html
10711         * doc/manual/.cvsignore
10712         * doc/manual/Makefile.am
10713         * doc/manual/de/.cvsignore
10714         * doc/manual/de/Makefile.am
10715         * doc/manual/de/sylpheed-1.html
10716         * doc/manual/de/sylpheed-10.html
10717         * doc/manual/de/sylpheed-11.html
10718         * doc/manual/de/sylpheed-12.html
10719         * doc/manual/de/sylpheed-13.html
10720         * doc/manual/de/sylpheed-14.html
10721         * doc/manual/de/sylpheed-15.html
10722         * doc/manual/de/sylpheed-16.html
10723         * doc/manual/de/sylpheed-17.html
10724         * doc/manual/de/sylpheed-18.html
10725         * doc/manual/de/sylpheed-19.html
10726         * doc/manual/de/sylpheed-2.html
10727         * doc/manual/de/sylpheed-20.html
10728         * doc/manual/de/sylpheed-3.html
10729         * doc/manual/de/sylpheed-4.html
10730         * doc/manual/de/sylpheed-5.html
10731         * doc/manual/de/sylpheed-6.html
10732         * doc/manual/de/sylpheed-7.html
10733         * doc/manual/de/sylpheed-8.html
10734         * doc/manual/de/sylpheed-9.html
10735         * doc/manual/de/sylpheed.html
10736         * doc/manual/en/.cvsignore
10737         * doc/manual/en/Makefile.am
10738         * doc/manual/en/sylpheed-1.html
10739         * doc/manual/en/sylpheed-10.html
10740         * doc/manual/en/sylpheed-11.html
10741         * doc/manual/en/sylpheed-12.html
10742         * doc/manual/en/sylpheed-13.html
10743         * doc/manual/en/sylpheed-14.html
10744         * doc/manual/en/sylpheed-15.html
10745         * doc/manual/en/sylpheed-16.html
10746         * doc/manual/en/sylpheed-17.html
10747         * doc/manual/en/sylpheed-18.html
10748         * doc/manual/en/sylpheed-19.html
10749         * doc/manual/en/sylpheed-2.html
10750         * doc/manual/en/sylpheed-20.html
10751         * doc/manual/en/sylpheed-21.html
10752         * doc/manual/en/sylpheed-22.html
10753         * doc/manual/en/sylpheed-3.html
10754         * doc/manual/en/sylpheed-4.html
10755         * doc/manual/en/sylpheed-5.html
10756         * doc/manual/en/sylpheed-6.html
10757         * doc/manual/en/sylpheed-7.html
10758         * doc/manual/en/sylpheed-8.html
10759         * doc/manual/en/sylpheed-9.html
10760         * doc/manual/en/sylpheed.html
10761         * doc/manual/es/.cvsignore
10762         * doc/manual/es/Makefile.am
10763         * doc/manual/es/sylpheed-1.html
10764         * doc/manual/es/sylpheed-10.html
10765         * doc/manual/es/sylpheed-11.html
10766         * doc/manual/es/sylpheed-12.html
10767         * doc/manual/es/sylpheed-13.html
10768         * doc/manual/es/sylpheed-14.html
10769         * doc/manual/es/sylpheed-15.html
10770         * doc/manual/es/sylpheed-16.html
10771         * doc/manual/es/sylpheed-17.html
10772         * doc/manual/es/sylpheed-18.html
10773         * doc/manual/es/sylpheed-19.html
10774         * doc/manual/es/sylpheed-2.html
10775         * doc/manual/es/sylpheed-20.html
10776         * doc/manual/es/sylpheed-3.html
10777         * doc/manual/es/sylpheed-4.html
10778         * doc/manual/es/sylpheed-5.html
10779         * doc/manual/es/sylpheed-6.html
10780         * doc/manual/es/sylpheed-7.html
10781         * doc/manual/es/sylpheed-8.html
10782         * doc/manual/es/sylpheed-9.html
10783         * doc/manual/es/sylpheed.html
10784         * doc/manual/fr/.cvsignore
10785         * doc/manual/fr/Makefile.am
10786         * doc/manual/fr/sylpheed-1.html
10787         * doc/manual/fr/sylpheed-10.html
10788         * doc/manual/fr/sylpheed-11.html
10789         * doc/manual/fr/sylpheed-12.html
10790         * doc/manual/fr/sylpheed-13.html
10791         * doc/manual/fr/sylpheed-14.html
10792         * doc/manual/fr/sylpheed-15.html
10793         * doc/manual/fr/sylpheed-16.html
10794         * doc/manual/fr/sylpheed-17.html
10795         * doc/manual/fr/sylpheed-18.html
10796         * doc/manual/fr/sylpheed-19.html
10797         * doc/manual/fr/sylpheed-2.html
10798         * doc/manual/fr/sylpheed-20.html
10799         * doc/manual/fr/sylpheed-3.html
10800         * doc/manual/fr/sylpheed-4.html
10801         * doc/manual/fr/sylpheed-5.html
10802         * doc/manual/fr/sylpheed-6.html
10803         * doc/manual/fr/sylpheed-7.html
10804         * doc/manual/fr/sylpheed-8.html
10805         * doc/manual/fr/sylpheed-9.html
10806         * doc/manual/fr/sylpheed.html
10807         * doc/manual/ja/.cvsignore
10808         * doc/manual/ja/Makefile.am
10809         * doc/manual/ja/sylpheed-1.html
10810         * doc/manual/ja/sylpheed-10.html
10811         * doc/manual/ja/sylpheed-11.html
10812         * doc/manual/ja/sylpheed-12.html
10813         * doc/manual/ja/sylpheed-13.html
10814         * doc/manual/ja/sylpheed-14.html
10815         * doc/manual/ja/sylpheed-15.html
10816         * doc/manual/ja/sylpheed-16.html
10817         * doc/manual/ja/sylpheed-17.html
10818         * doc/manual/ja/sylpheed-18.html
10819         * doc/manual/ja/sylpheed-19.html
10820         * doc/manual/ja/sylpheed-2.html
10821         * doc/manual/ja/sylpheed-20.html
10822         * doc/manual/ja/sylpheed-3.html
10823         * doc/manual/ja/sylpheed-4.html
10824         * doc/manual/ja/sylpheed-5.html
10825         * doc/manual/ja/sylpheed-6.html
10826         * doc/manual/ja/sylpheed-7.html
10827         * doc/manual/ja/sylpheed-8.html
10828         * doc/manual/ja/sylpheed-9.html
10829         * doc/manual/ja/sylpheed.html
10830         * doc/manual/ja/sylpheed.sgml
10831         * src/mainwindow.c
10832                 Remove outdated manual and faq. Noisy, eh?
10833
10834 2005-12-06 [colin]      1.9.100cvs70
10835
10836         * src/compose.c
10837         * src/quote_fmt_parse.y
10838         * src/undo.c
10839         * src/undo.h
10840                 Allow %X to position cursor at 0 
10841                 (no %X = before signature)
10842                 Fix paste as quotation putting the cursor at 0
10843                 Fix undo offsets when pasting
10844                 Insert the quote_fmt at once instead of line 
10845                 by line
10846                 Fix [Edited] when starting to reply/forward
10847
10848 2005-12-06 [paul]       1.9.100cvs69
10849
10850         * src/plugins/clamav/clamav_plugin_gtk.c
10851                 add another tooltip
10852         * src/plugins/spamassassin/spamassassin_gtk.c
10853                 rework spamassassin_create_widget_func()
10854
10855 2005-12-05 [colin]      1.9.100cvs68
10856
10857         * po/POTFILES.in
10858                 Fix make release ;-)
10859
10860 2005-12-05 [colin]      1.9.100cvs67
10861
10862         * src/compose.c
10863         * src/compose.h
10864                 Fix cursor positioning (not obeying %X)
10865
10866 2005-12-05 [paul]       1.9.100cvs66
10867
10868         * src/plugins/dillo_viewer/dillo_prefs.c
10869                 fix compilation warning
10870
10871 2005-12-05 [paul]       1.9.100cvs65
10872
10873         * src/prefs_spelling.c
10874         * src/plugins/trayicon/trayicon.c
10875                 cleanups - remove unused stuff
10876
10877 2005-12-05 [paul]       1.9.100cvs64
10878
10879         * README
10880         * manual/plugins.xml
10881                 remove info about removed mathml_viewer plugin
10882
10883 2005-12-05 [paul]       1.9.100cvs63
10884
10885         * configure.ac
10886         * src/plugins/Makefile.am
10887         * src/plugins/mathml_viewer/.cvsignore
10888         * src/plugins/mathml_viewer/Makefile.am
10889         * src/plugins/mathml_viewer/mathml_viewer.c
10890                 remove unmaintained mathml_viewer plugin
10891
10892 2005-12-05 [paul]       1.9.100cvs62
10893
10894         * src/summaryview.c
10895                 obey prefs_common.always_show_msg when
10896                 moving a msg
10897                 Thanks to Colin
10898
10899 2005-12-05 [paul]       1.9.100cvs61
10900
10901         * src/compose.c
10902         * src/prefs_account.c
10903         * src/prefs_filtering.c
10904         * src/prefs_quote.c
10905         * src/prefs_spelling.c
10906         * src/prefs_toolbar.c
10907         * src/summaryview.c
10908         * src/gtk/gtkutils.c
10909         * src/gtk/quicksearch.c
10910         * src/plugins/dillo_viewer/dillo_prefs.c
10911                 dialog cleanups
10912
10913 2005-12-04 [paul]       1.9.100cvs60
10914
10915         * src/inc.c
10916         * src/prefs_account.c
10917         * src/prefs_account.h
10918                 allow a Local account to specify a
10919                 default inbox
10920                 (closes bug 843 'Inbox cannot be changed for local
10921                  mailboxes')
10922
10923 2005-12-04 [colin]      1.9.100cvs59
10924
10925         * src/plugins/trayicon/trayicon.c
10926                 Remove Get, rename Get All to Get Mail in order to
10927                 be consistent with the default main toolbar
10928
10929 2005-12-03 [colin]      1.9.100cvs58
10930
10931         * manual/gpl.xml
10932         * manual/sylpheed-claws-manual.xml
10933                 Add GPL appendix
10934
10935 2005-12-03 [paul]       1.9.100cvs57
10936
10937         * AUTHORS
10938         * po/sv.po
10939         * src/gtk/authors.h
10940                 new (partially complete) Swedish translation
10941                 by Anders Troback <sylpheed@troback.com>
10942
10943 2005-12-02 [paul]       1.9.100cvs56
10944
10945         * configure.ac
10946                 libetpan 0.41 required
10947
10948 2005-12-02 [paul]       1.9.100cvs55
10949
10950         * src/plugins/clamav/clamav_plugin.c
10951         * src/plugins/clamav/clamav_plugin.h
10952         * src/plugins/clamav/clamav_plugin_gtk.c
10953         * src/plugins/spamassassin/spamassassin.c
10954         * src/plugins/spamassassin/spamassassin.h
10955         * src/plugins/spamassassin/spamassassin_gtk.c
10956                 unregister prefs pages on unloading, thus
10957                 preventing a crash
10958                 (thanks to Colin for the hint)
10959
10960 2005-12-02 [wwp]        1.9.100cvs54
10961
10962         * src/quote_fmt.h
10963         * src/quote_fmt_parse.y
10964                 fix misuse of gboolean*, use gboolean instead
10965                 (thanks to Paul, Colin, for pointing out that scaring one)
10966
10967 2005-12-02 [paul]       1.9.100cvs53
10968
10969         * src/plugins/clamav/clamav_plugin.c
10970                 int no --> unsigned int no
10971         * src/plugins/clamav/clamav_plugin_gtk.c
10972                 rework config page
10973
10974 2005-12-02 [wwp]        1.9.100cvs52
10975
10976         * src/compose.c
10977         * src/prefs_template.c
10978         * src/quote_fmt.h
10979         * src/quote_fmt_parse.y
10980                 prevent from executing |f and |p templates commands when
10981                 adding or replacing templates in prefs (avoids annoying and
10982                 potentially dangerous behaviours)
10983
10984 2005-12-02 [paul]       1.9.100cvs51
10985
10986         * src/prefs_common.c
10987                 allow translation of some default values
10988                 Patch by Fabien Vantard
10989
10990 2005-12-02 [paul]       1.9.100cvs50
10991
10992         * src/codeconv.c
10993         * src/codeconv.h
10994         * src/prefs_common.c
10995         * src/prefs_common.h
10996         * src/prefs_message.c
10997         * src/textview.c
10998                 remove obsolete 'convert_mb_alnum' option
10999                 and related stuff
11000         * src/gtk/about.c
11001                 remove unused 'about_textview_visibility_notify'
11002
11003 2005-12-02 [paul]       1.9.100cvs49
11004
11005         * src/prefs_account.c
11006         * src/prefs_compose_writing.c
11007         * src/prefs_fonts.c
11008         * src/prefs_gtk.h
11009         * src/prefs_image_viewer.c
11010         * src/prefs_message.c
11011         * src/prefs_other.c
11012         * src/prefs_receive.c
11013         * src/prefs_send.c
11014         * src/prefs_spelling.c
11015         * src/prefs_summaries.c
11016         * src/prefs_wrapping.c
11017         * src/plugins/dillo_viewer/dillo_prefs.c
11018         * src/plugins/pgpcore/prefs_gpg.c
11019                 several cleanups to the prefs dialogs
11020                 (slightly modified) patch by Fabien Vantard
11021
11022 2005-12-02 [paul]       1.9.100cvs48
11023
11024         * src/main.c
11025                 --exit means exit
11026         * src/send_message.c
11027                 fix crash on send when connection fails
11028
11029         Thanks to Colin
11030
11031 2005-12-01 [colin]      1.9.100cvs47
11032
11033         * src/html.c
11034                 Translate &hellip; to "..."
11035
11036 2005-11-30 [colin]      1.9.100cvs46
11037
11038         * src/matcher.c
11039         * src/matcher.h
11040                 Optimize back yesterday's fix.
11041
11042 2005-11-30 [paul]       1.9.100cvs45
11043
11044         * manual/faq.xml
11045                 standardised
11046         * manual/intro.xml
11047                 written by Colin, edited by me
11048
11049 2005-11-29 [colin]      1.9.100cvs44
11050
11051         * src/matcher.c
11052                 Skip headers unconditionnaly in match_body if the
11053                 rule is not message or ~message
11054
11055 2005-11-29 [colin]      1.9.100cvs43
11056
11057         * src/matcher.c
11058                 Fix body_part and such, not skipping headers 
11059                 if the matchcriteria wasn't the first in the rule
11060
11061 2005-11-29 [colin]      1.9.100cvs42
11062
11063         * src/compose.c
11064                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
11065                 option missing from message view window)
11066                 Fix double text D'n'D with gtk-2.8
11067         * src/matcher.c
11068                 Fix ~message, ~headers_part, ~body_part rules
11069         * src/messageview.c
11070                 Add Windows-1252 (Closes bug #863)
11071                 Fix accels
11072         * src/gtk/gtkaspell.c
11073                 Properly destroy accels in all menus
11074
11075 2005-11-29 [mones]      1.9.100cvs41
11076
11077         * po/es.po
11078                 Updated.
11079
11080 2005-11-27 [colin]      1.9.100cvs40
11081
11082         * src/mh_gtk.c
11083                 "/Remove mailbox" -> "/Remove mailbox..."
11084
11085 2005-11-27 [paul]       1.9.100cvs39
11086
11087         * AUTHORS
11088         * po/de.po
11089         * src/gtk/authors.h
11090                 updated by new maintainer, Stephan Sachse
11091
11092 2005-11-27 [paul]       1.9.100cvs38
11093
11094         * manual/faq.xml
11095                 written by Colin, edited by me
11096
11097 2005-11-27 [paul]       1.9.100cvs37
11098
11099         * src/prefs_common.c
11100         * src/prefs_common.h
11101         * src/prefs_receive.c
11102         * src/prefs_summaries.c
11103                 move 'go to inbox after receiving new mail'
11104                 option from display/sumamaries to mail
11105                 handling/receive, and rework prefs_summaries
11106                 dialog a little
11107
11108 2005-11-25 [martin]     1.9.100cvs36
11109
11110         * po/de.po
11111             fixed windows-1252 translation;
11112             translated some new and fuzzy strings
11113
11114 2005-11-25 [paul]       1.9.100cvs35
11115
11116         * src/plugins/clamav/clamav_plugin.c
11117                 complete the update done in cvs34
11118
11119 2005-11-25 [paul]       1.9.100cvs34
11120
11121         * src/plugins/clamav/clamav_plugin.c
11122                 reflect upstream changes
11123
11124 2005-11-25 [paul]       1.9.100cvs33
11125
11126         * manual/ack.xml
11127         * manual/plugins.xml
11128         * manual/sylpheed-claws-manual.xml
11129                 written/updated by Colin, edited by me
11130         * tools/acroread2sylpheed.pl
11131                 update binary name
11132
11133 2005-11-24 [colin]      1.9.100cvs32
11134
11135         * src/compose.c
11136                 Fix bug #856 (reediting messages forgets Request
11137                 Return Receipt)
11138
11139 2005-11-24 [paul]       1.9.100cvs31
11140
11141         * manual/addrbook.xml
11142         * manual/starting.xml
11143                 written by Colin, proofread, edited, adapted by me
11144         * manual/advanced.xml
11145                 add some Actions examples
11146         * src/importldif.c
11147                 use a Save button instead of a Close button
11148         * src/wizard.c
11149                 indicate mandatory fields
11150                 fix page display
11151                 Thanks to Colin
11152
11153 2005-11-23 [colin]      1.9.100cvs30
11154
11155         * src/addressbook.c
11156                 Rename menu item, fix possible crash after
11157                 deletion of books
11158         * src/addrindex.c
11159                 Allow searching for '*' in ldap
11160         * src/browseldap.c
11161                 Fix "Browse Entry" (did anyone use it?)
11162         * src/wizard.c
11163                 Add guards for mandatory information
11164
11165 2005-11-23 [paul]       1.9.100cvs29
11166
11167         * manual/advanced.xml
11168                 corrections to the English
11169
11170 2005-11-23 [colin]      1.9.100cvs28
11171
11172         * src/mimeview.c
11173                 Fix possible crash at exit. After the call to
11174                 gtk_container_remove(), the Viewer's widget has no
11175                 more parent so gtk+ automatically frees it and its
11176                 sons. If destroy_viewer() then try to access it,
11177                 problems ensue.
11178
11179 2005-11-22 [colin]      1.9.100cvs27
11180
11181         * src/compose.c
11182         * src/gtk/gtkaspell.c
11183                 Fix right-clicking on a misspelled word
11184                 Fix More... in suggestions menu
11185
11186 2005-11-22 [wwp]        1.9.100cvs26
11187
11188         * src/prefs_template.c
11189                 templates works: re-sort templates list when adding or replacing,
11190                 prevent from adding or replacing when the template name is empty
11191
11192 2005-11-21 [colin]      1.9.100cvs25
11193
11194         * src/addressbook.c
11195                 Fix some addressbook suckage (dnd, select all)
11196         * src/compose.c
11197         * src/gtk/gtkaspell.c
11198         * src/gtk/gtkaspell.h
11199                 Make the spellchecker menu work with the 
11200                 GtkTextView one instead of overriding it
11201
11202 2005-11-20 [paul]       1.9.100cvs24
11203
11204         * manual/handling.xml
11205                 proofread and corrected
11206
11207 2005-11-20 [paul]       1.9.100cvs23
11208
11209         * manual/Makefile
11210                 generate html as one file
11211         * manual/advanced.xml
11212                 fix output generation
11213                 reformat hidden options list
11214         * manual/manual.xml     ** REMOVED **
11215         * manual/sylpheed-claws-manual.xml      ** ADDED **
11216                 renamed
11217
11218 2005-11-18 [colin]      1.9.100cvs22
11219
11220         * src/prefs_account.c
11221                 Fix layout in news and mbox accounts
11222         * manual/account.xml
11223         * manual/advanced.xml
11224                 New contents for Paul to check :)
11225
11226 2005-11-18 [wwp]        1.9.100cvs21
11227
11228         * src/gtk/quicksearch.c
11229                 don't update extended quicksearch buttons twice
11230
11231 2005-11-18 [paul]       1.9.100cvs20
11232
11233         * src/textview.c
11234                 complete 1.9.100cvs19
11235
11236 2005-11-18 [paul]       1.9.100cvs19
11237
11238         * src/compose.c
11239                 cosmetic improvements
11240         * src/textview.c
11241                 also list text/* attachments
11242
11243 2005-11-18 [colin]      1.9.100cvs18
11244
11245         * src/summaryview.c
11246                 Use column 0 instead of -1 in 
11247                 gtk_ctree_node_moveto, in a naive
11248                 hope it'll fix the gtk-related crashes
11249
11250 2005-11-18 [colin]      1.9.100cvs17
11251
11252         * src/gtk/inputdialog.c
11253                 Fix icon staying the first one
11254
11255 2005-11-17 [wwp]        1.9.100cvs16
11256                 fix possible problem showing some quicksearch buttons, and a bad
11257                 call to g_return_if_fail in a function that returns a value (both
11258                 fixes by Fabien Vantard)
11259
11260 2005-11-15 [wwp]        1.9.100cvs15
11261
11262         * src/gtk/quicksearch.c
11263                 added a tooltip to that obscure ... quicksearch button
11264
11265 2005-11-15 [wwp]        1.9.100cvs14
11266
11267         * src/gtk/quicksearch.c
11268                 add a quicksearch helper to filtering expression users: the ... button
11269                 raises the condition expr window. condition expressions set up w/ this
11270                 window are used by the quicksearch if the user closes it pressing OK.
11271
11272 2005-11-14 [paul]       1.9.100cvs13
11273
11274         * src/plugins/clamav/clamav_plugin.c
11275         * src/plugins/spamassassin/spamassassin.c
11276                 change plugin type following recent merging
11277
11278 2005-11-14 [wwp]        1.9.100cvs12
11279
11280         * src/folder.c
11281                 prevent from crashing when copying/moving message(s) from and
11282                 to the same folder
11283
11284 2005-11-14 [paul]       1.9.100cvs11
11285
11286         * src/plugins/clamav/Makefile.am
11287         * src/plugins/clamav/clamav_plugin.c
11288         * src/plugins/clamav/clamav_plugin.h
11289         * src/plugins/clamav/clamav_plugin_gtk.c
11290                 also merge clamav and clamav_gtk plugins
11291
11292 2005-11-13 [colin]      1.9.100cvs10
11293
11294         * configure.ac
11295         * src/plugins/spamassassin/Makefile.am
11296         * src/plugins/spamassassin/spamassassin.c
11297         * src/plugins/spamassassin/spamassassin.h
11298         * src/plugins/spamassassin/spamassassin_gtk.c
11299                 Merge spamassassin and spamassassin_gtk plugins,
11300                 and build it by default.
11301
11302 2005-11-12 [colin]      1.9.100cvs9
11303
11304         * src/etpan/imap-thread.c
11305                 Fix gcc warning
11306
11307 2005-11-12 [colin]      1.9.100cvs8
11308
11309         * src/procmime.c
11310                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
11311
11312 2005-11-10 [colin]      1.9.100cvs7
11313
11314         * src/main.c
11315                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
11316                 minimised state)
11317
11318 2005-11-10 [wwp]        1.9.100cvs6
11319
11320         * src/gtk/description_window.c
11321                 fix a crash when closing description windows using the WM's [X] button
11322
11323 2005-11-09 [colin]      1.9.100cvs5
11324
11325         * src/common/ssl.c
11326                 Update libetpan call to follow upstream
11327                 (yes, this requires libetpan-0.40cvs3)
11328
11329 2005-11-08 [colin]      1.9.100cvs4
11330
11331         * src/compose.c
11332         * src/textview.c
11333         * src/common/utils.c
11334         * src/common/utils.h
11335                 Enhance the email parser
11336
11337 2005-11-08 [colin]      1.9.100cvs3
11338
11339         * src/procmime.c
11340                 Fix what looks like an off-by-one (fixes 
11341                 attachments from the Bat)
11342
11343 2005-11-08 [wwp]        1.9.100cvs2
11344
11345         * src/main.c
11346                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
11347
11348 2005-11-08 [wwp]        1.9.100cvs1
11349
11350         * src/main.c
11351                 allow exiting Sylpheed-Claws from command-line
11352
11353 2005-11-08 [paul]       1.9.100
11354
11355         1.9.100 released
11356
11357 2005-11-07 [colin]      1.9.99cvs17
11358
11359         * src/addritem.c
11360         * src/ldif.c
11361                 Fix import of base-64 encoded items
11362
11363 2005-11-07 [colin]      1.9.99cvs16
11364
11365         * src/send_message.c
11366                 Fix bug #314 (Queue does not empty under certain 
11367                 circumstances)
11368
11369 2005-11-07 [paul]       1.9.99cvs15
11370
11371         * src/mutt.c
11372         * src/pine.c
11373                 fix buffer overflows
11374                 Thanks to Colin
11375
11376 2005-11-07 [paul]       1.9.99cvs14
11377
11378         * doc/man/Makefile.am
11379         * doc/man/sylpheed-claws.1      ** ADDED **
11380         * doc/man/sylpheed.1            ** DELETED **
11381                 rename and update the man file
11382
11383 2005-11-06 [colin]      1.9.99cvs13
11384
11385         * src/ldif.c
11386                 Fix ldif_get_line() that returned empty strings
11387                 (Didn't understand why). Also fix a possible
11388                 buffer overflow.
11389
11390 2005-11-06 [wwp]        1.9.99cvs12
11391
11392         * src/textview.c
11393         * src/gtk/about.c
11394         * src/gtk/gtkutils.c
11395         * src/gtk/gtkutils.h
11396                 fix a compilation warning,
11397                 make links sensitive in the about dialog
11398
11399 2005-11-04 [wwp]        1.9.99cvs11
11400
11401         * src/gtk/about.c
11402                 don't wrap or translate URIs, and a bit text format cleanup
11403
11404 2005-11-04 [wwp]        1.9.99cvs10
11405
11406         * src/gtk/about.c
11407                 better textview tagging implementation (no more use of marks for
11408                 postponed tagging)
11409
11410 2005-11-02 [colin]      1.9.99cvs9
11411
11412         * src/common/ssl.c
11413                 Forgot an ifdef
11414
11415 2005-11-02 [colin]      1.9.99cvs8
11416
11417         * configure.ac
11418                 Require libetpan-0.40 due to upstream fix
11419         * src/common/ssl.c
11420                 Tell libetpan not to call SSL_Library_Init,
11421                 as we do it ourselves.
11422
11423 2005-11-02 [colin]      1.9.99cvs7
11424
11425         * po/POTFILES.in
11426                 Add missing files (thanks to Fabien Vantard)
11427
11428 2005-11-02 [colin]      1.9.99cvs6
11429
11430         * src/summaryview.c
11431                 Fix totals when read messages are hidden or quicksearch
11432                 is on
11433         * src/ssl_manager.c
11434         * src/ssl_manager.h
11435         * src/common/ssl_certificate.c
11436         * src/common/ssl_certificate.h
11437         * src/gtk/sslcertwindow.c
11438         * src/gtk/sslcertwindow.h
11439                 Fix copyright on my stuff
11440
11441 2005-11-02 [wwp]        1.9.99cvs5
11442
11443         * src/prefs_themes.c
11444                 fix directory name checking (theme installation/removal),
11445                 made related error a bit more verbose
11446
11447 2005-11-02 [colin]      1.9.99cvs4
11448
11449         * src/summaryview.c
11450                 Fix typo (probably fixes bug #841 (Sort by the From 
11451                 field doesn't work)
11452
11453 2005-11-02 [paul]       1.9.99cvs3
11454
11455         * po/ko.po
11456         * po/nb.po
11457                 updated by SungHyun Nam, Geir Helland
11458         * src/wizard.c
11459                 fix typo in welcome message. spotted by
11460                 Andrea Spadaccini
11461
11462 2005-11-01 [colin]      1.9.99cvs2
11463
11464         * src/compose.c
11465                 Fix replying to ml wen confirming subscription
11466         * src/messageview.c
11467         * src/mimeview.c
11468         * src/mimeview.h
11469         * src/privacy.h
11470         * src/summaryview.c
11471                 Make key check non blocking
11472
11473 2005-10-31 [paul]       1.9.99cvs1
11474
11475         * tools/claws.i18n.status.pl
11476                 updated for ChangeLog
11477
11478 2005-10-31 [paul]       1.9.99
11479
11480         1.9.99 released
11481
11482 2005-10-31 [paul]       1.9.15cvs131
11483
11484         * .cvsignore
11485         * ChangeLog
11486         * ChangeLog.claws       ** REMOVED **
11487         * ChangeLog-gtk2.claws  ** REMOVED **
11488         * ChangeLog.gtk1        ** ADDED **
11489         * INSTALL
11490         * Makefile.am
11491         * NEWS
11492         * README
11493         * README.claws          ** REMOVED **
11494         * README.jp             ** REMOVED **
11495         * RELEASE_NOTES         ** ADDED **
11496         * RELEASE_NOTES.claws   ** REMOVED **
11497         * commitHelper
11498         * configure.ac
11499         * sylpheed.spec.in      ** REMOVED **
11500                 tidy up and update the default docs:
11501                 ChangeLog.claws is renamed ChangeLog.gtk1
11502                 ChangeLog-gtk2.claws is renamed ChangeLog
11503                 README.claws is renamed README
11504                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
11505
11506 2005-10-31 [paul]       1.9.15cvs130
11507
11508         * po/it.po
11509                 fix errors
11510
11511 2005-10-31 [paul]       1.9.15cvs129
11512
11513         * po/ca.po
11514         * po/de.po
11515         * po/en_GB.po
11516         * po/fr.po
11517         * po/it.po
11518         * po/pt_BR.po
11519         * po/sk.po
11520         * po/sr.po
11521         * po/zh_CN.po
11522                 updated by Miquel Oliete, Stephan Sachse and
11523                 Thomas Gilgin, me, Fabien Vantard, Andrea
11524                 Spadaccini, Frederico Goncalves Guimaraes,
11525                 Andrej Kacian, Aleksandar Urosevic, and
11526                 Ralgh Young.
11527
11528 2005-10-31 [mones]      1.9.15cvs128
11529
11530         * manual/faq.xml
11531                 More questions.
11532         
11533         * po/es.po
11534                 Updated for release.
11535
11536 2005-10-30 [colin]      1.9.15cvs127
11537
11538         * src/compose.c
11539                 Place cursor before rewrapping (fixes cursor
11540                 pos if quotation gets rewrapped)
11541
11542 2005-10-29 [paul]       1.9.15cvs126
11543
11544         * src/crash.c
11545         * src/foldersel.c
11546         * src/main.c
11547         * src/messageview.c
11548         * src/toolbar.c
11549         * src/gtk/authors.h
11550                 corrections to text items
11551
11552 2005-10-28 [colin]      1.9.15cvs125
11553
11554         * src/messageview.c
11555                 Make "hit 'C' to check sig" work from extern 
11556                 messageviews
11557
11558 2005-10-27 [colin]      1.9.15cvs124
11559
11560         * src/summaryview.c
11561                 Add a hack to avoid segfaulting when hammering 
11562                 on gtk's events
11563
11564 2005-10-27 [wwp]        1.9.15cvs123
11565
11566         * src/prefs_themes.c
11567                 sort list of themes names in themes prefs
11568
11569 2005-10-27 [paul]       1.9.15cvs122
11570
11571         * src/folder.c
11572         * src/prefs_account.c
11573                 fix building on Solaris
11574                 Patch by Alex Moore
11575
11576 2005-10-27 [wwp]        1.9.15cvs121
11577
11578         * src/summaryview.c
11579         * src/gtk/gtksctree.c
11580                 speed up unselecting messages in summary view (thanks to Colin)
11581
11582 2005-10-27 [paul]       1.9.15cvs120
11583
11584         * src/mainwindow.c
11585                 fix a compilation warning
11586         * src/summaryview.c
11587                 fix updating of 'n items selected' count
11588                 when deselecting
11589
11590 2005-10-27 [martin]     1.9.15cvs119
11591
11592         * src/action.c
11593                 ignore actions with a leading '/' in the action menu name
11594                 fixes a crash on menu creation
11595         * src/prefs_actions.c
11596                 do not allow a leading '/' in the action menu name
11597
11598 2005-10-27 [paul]       1.9.15cvs118
11599
11600         * src/main.c
11601                 fix compilation warning
11602
11603 2005-10-27 [paul]       1.9.15cvs117
11604
11605         * src/procmime.c
11606                 add #if HAVE_LOCALE_H
11607
11608 2005-10-27 [paul]       1.9.15cvs116
11609
11610         * src/plugins/clamav/clamav_plugin.c
11611         * src/plugins/dillo_viewer/dillo_viewer.c
11612         * src/plugins/mathml_viewer/mathml_viewer.c
11613         * src/plugins/pgpcore/plugin.c
11614         * src/plugins/pgpinline/plugin.c
11615         * src/plugins/pgpmime/plugin.c
11616         * src/plugins/spamassassin/spamassassin.c
11617         * src/plugins/trayicon/trayicon.c
11618                 plugin_init() : make error messages more
11619                 informative
11620
11621 2005-10-26 [wwp]        1.9.15cvs115
11622
11623         * src/prefs_matcher.c
11624                 enlarge boolean op widget width a bit (wasn't always showing text contents)
11625
11626 2005-10-26 [wwp]        1.9.15cvs114
11627
11628         * src/procmime.c
11629         * src/gtk/gtksctree.c
11630         * src/plugins/spamassassin/libspamc.c
11631         * src/plugins/spamassassin/spamassassin.c
11632                 fix some compilation warnings more
11633
11634 2005-10-26 [mones]      1.9.15cvs113
11635
11636         * po/es.po
11637                 Updated translation
11638
11639 2005-10-26 [paul]       1.9.15cvs112
11640
11641         * src/prefs_message.c
11642                 give all display_xface stuff the
11643                 #if HAVE_LIBCOMPFACE treatment, thus
11644                 preventing a crash
11645                 (Thanks to Wolfgang Enderlein)
11646
11647 2005-10-26 [colin]      1.9.15cvs111
11648
11649         * src/gedit-print.c
11650                 Fix date format
11651         * src/imap_gtk.c
11652         * src/news_gtk.c
11653                 Remove context menu items that should not be there
11654         * src/jpilot.c
11655                 Fix encoding
11656         * src/main.c
11657         * src/mainwindow.c
11658                 Don't show the mainwindow too soon
11659
11660 2005-10-26 [wwp]        1.9.15cvs110
11661
11662         * src/folder.c
11663         * src/manual.c
11664         * src/summaryview.c
11665                 fix uninitialized pointers in the folder updating hook
11666                 (thanks to Colin)
11667
11668 2005-10-25 [mones]      1.9.15cvs109
11669
11670         * manual/faq.xml
11671                 General information subsection completed. 
11672                 Removed archaic references.
11673                 
11674         * manual/Makefile
11675         * manual/dtd/manual.dsl
11676                 Added customization stylesheet for getting paragraphs
11677                 fully justified in PDF output (as suggested by Colin).
11678
11679 2005-10-25 [colin]      1.9.15cvs108
11680
11681         * src/compose.c
11682                 Fix a second leak
11683
11684 2005-10-25 [colin]      1.9.15cvs107
11685
11686         * src/addrbook.c
11687         * src/addrindex.c
11688                 Fix leak (xml_get_element() allocates memory)
11689         * src/compose.c
11690                 Fix leak + dead code (shame!)
11691         * src/procmime.c
11692                 Fix leak
11693
11694 2005-10-25 [colin]      1.9.15cvs106
11695
11696         * src/mimeview.c
11697                 Fix encoding issue in Save all and in 
11698                 overwrite-confirmation alertpanel
11699
11700 2005-10-25 [colin]      1.9.15cvs105
11701
11702         * src/common/socket.c
11703                 Fix a leak - Thanks to Christopher Aillon
11704                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
11705
11706 2005-10-25 [paul]       1.9.15cvs104
11707
11708         * src/wizard.c
11709                 Always guess servers from the right-hand
11710                 email part and guess username from the
11711                 left-hand part. (Thanks to Colin)
11712                 add an X-Face to the welcome message
11713
11714 2005-10-25 [paul]       1.9.15cvs103
11715
11716         * manual/handling.xml
11717                 written by Colin, edited by me
11718
11719 2005-10-25 [wwp]        1.9.15cvs102
11720
11721         * src/folderview.c
11722         * src/grouplistdialog.c
11723         * src/imap.c
11724         * src/noticeview.c
11725                 fix some compilation warnings
11726
11727 2005-10-24 [paul]
11728
11729         1.9.99-rc3 released
11730
11731 2005-10-24 [paul]       1.9.15cvs101
11732
11733         * src/gtk/about.c
11734                 fix window sizing
11735
11736 2005-10-24 [paul]       1.9.15cvs100
11737
11738         * src/pixmaps/offline.xpm
11739         * src/pixmaps/online.xpm
11740                 replace with last default versions
11741
11742 2005-10-24 [colin]      1.9.15cvs99
11743
11744         * src/imap.c
11745                 Fix bug when moving a folder
11746         * src/imap_gtk.c
11747         * src/mh_gtk.c
11748                 "Delete folder" pops up a window, so it 
11749                 should be suffixed with "..."
11750         * src/plugins/pgpcore/sgpgme.c
11751                 Include locale.h
11752
11753 2005-10-24 [mones]      1.9.15cvs98
11754
11755         * manual/Makefile
11756         * manual/account.xml
11757         * manual/ack.xml
11758         * manual/addrbook.xml
11759         * manual/advanced.xml
11760         * manual/faq.xml
11761         * manual/glossary.xml
11762         * manual/gpl.xml
11763         * manual/handling.xml
11764         * manual/intro.xml
11765         * manual/keyboard.xml
11766         * manual/manual.xml
11767         * manual/plugins.xml
11768         * manual/starting.xml
11769         * manual/dtd/sdocbook.dtd
11770                 Initial manual structure and some content.
11771
11772 2005-10-23 [wwp]        1.9.15cvs97
11773
11774         * src/gtk/about.c
11775                 fix a typo
11776
11777 2005-10-23 [wwp]        1.9.15cvs96
11778
11779         * src/gtk/about.c
11780         * src/gtk/authors.h
11781                 rework of the about window (main work by Paul), also featuring a few
11782                 fixes for typos and duplicate names
11783
11784 2005-10-23 [wwp]        1.9.15cvs95
11785
11786         * src/.cvsignore
11787                 Ignore the right binary name (sylpheed-claws now)
11788
11789 2005-10-23 [paul]       1.9.15cvs94
11790
11791         * src/compose.c
11792                 when using Folder Pref 'Default To for
11793                 replies' make the entry in the Compose
11794                 window bold
11795                 Patch by Fabien Vantard
11796
11797 2005-10-22 [colin]      1.9.15cvs93
11798
11799         * src/codeconv.c
11800                 Fix leak
11801
11802 2005-10-22 [colin]      1.9.15cvs92
11803
11804         * src/codeconv.c
11805                 try to convert using locale (apart utf8) if necessary
11806
11807 2005-10-22 [colin]      1.9.15cvs91
11808
11809         * src/pixmaps/new.xpm
11810         * src/pixmaps/unread.xpm
11811                 Make the unread envelope blue again and
11812                 saturate the new one a bit more.
11813
11814 2005-10-22 [colin]      1.9.15cvs90
11815
11816         * src/compose.c
11817                 When replying to a mail sent by one of our accounts,
11818                 use the original list of recipients. Let 'Reply All'
11819                 and 'Reply to sender' work like previously.
11820
11821 2005-10-21 [colin]      1.9.15cvs89
11822
11823         * src/prefs_filtering.c
11824                 Clear fields after add and replace
11825         * src/textview.c
11826                 Display xface differently (better)
11827         * src/plugins/pgpinline/pgpinline.c
11828                 Fix crappy encodings/recodings
11829
11830 2005-10-21 [paul]       1.9.15cvs88
11831
11832         * src/compose.c
11833         * src/prefs_folder_item.c
11834         * src/toolbar.c
11835                 fix news folder Folder Properties
11836                 (thanks to Colin)
11837         * src/folderview.c
11838                 update folderview after Themes change
11839                 keep selected folder selected
11840                 (thanks to Colin)
11841
11842 2005-10-21 [paul]       1.9.15cvs87
11843
11844         * tools/Makefile.am
11845         * tools/OOo2sylpheed.pl
11846         * tools/README
11847         * tools/README.sylprint
11848         * tools/asus_mailled.sh         ** REMOVED **
11849         * tools/filter_conv.pl
11850         * tools/freshmeat_search.pl
11851         * tools/google_search.pl
11852         * tools/gpg-sign-syl            ** REMOVED **
11853         * tools/kmail2sylpheed.pl
11854         * tools/kmail2sylpheed_v2.pl
11855         * tools/multiwebsearch.pl
11856         * tools/nautilus2sylpheed.sh
11857         * tools/newscache_clean.pl
11858         * tools/outlook2sylpheed.pl
11859         * tools/sylpheed-switcher       ** REMOVED **
11860         * tools/sylprint.pl
11861         * tools/sylprint.rc
11862         * tools/tb2sylpheed
11863         * tools/vcard2xml.py
11864         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
11865                 update default config dir
11866                 update binary name (thanks to Fabien Vantard)
11867                 remove obsolete scripts
11868
11869 2005-10-21 [colin]      1.9.15cvs86
11870
11871         * src/inc.c
11872                 Fix possible leak and units. Based on a patch by
11873                 Fabien Vantard.
11874
11875 2005-10-20 [colin]      1.9.15cvs85
11876
11877         * src/textview.c
11878                 Clear xface when clearing textview
11879
11880 2005-10-20 [colin]      1.9.15cvs84
11881
11882         * configure.ac
11883         * src/folderview.c
11884         * src/headerview.c
11885         * src/main.c
11886         * src/prefs_common.c
11887         * src/prefs_common.h
11888         * src/prefs_message.c
11889         * src/textview.c
11890         * src/textview.h
11891         * src/common/defs.h
11892         * src/common/utils.c
11893         * src/common/utils.h
11894         * src/gtk/gtkutils.c
11895         * src/gtk/gtkutils.h
11896                 Migrate config to .sylpheed-claws (Automatically)
11897                 Add a way to get the Xface in the TextView
11898
11899 2005-10-20 [colin]      1.9.15cvs83
11900
11901         * src/gtk/Makefile.am
11902         * src/gtk/about.c
11903         * src/gtk/authors.h
11904                 Make the about dialog *grooovy*
11905
11906 2005-10-20 [colin]      1.9.15cvs82
11907
11908         * src/mimeview.c
11909                 Use "Open with" on double click if no command
11910                 was found
11911
11912 2005-10-20 [colin]      1.9.15cvs81
11913
11914         * src/imap.c
11915         * src/etpan/imap-thread.c
11916                 Fix possible crash.
11917
11918 2005-10-20 [paul]       1.9.15cvs80
11919
11920         * src/folder.c
11921                 don't show clipkey icon if the only
11922                 attachment is the signature
11923                 Patch by Colin
11924
11925 2005-10-20 [paul]       1.9.15cvs79
11926
11927         * AUTHORS
11928         * src/plugins/pgpmime/pgpmime.c
11929                 name the PGP/MIME signature 'signature.asc'
11930                 Patch by Andrew Nelson <freeandy@gmail.com>
11931
11932 2005-10-19 [colin]      1.9.15cvs78
11933
11934         * src/plugins/pgpmime/pgpmime.c
11935                 Oops, no need to double-check though
11936
11937 2005-10-19 [colin]      1.9.15cvs77
11938
11939         * src/plugins/pgpinline/pgpinline.c
11940         * src/plugins/pgpmime/pgpmime.c
11941                 Check that my_tmpfile() doesn't 
11942                 return NULL
11943
11944 2005-10-19 [colin]      1.9.15cvs76
11945
11946         * src/common/utils.c
11947                 Use shorter mime boundaries to avoid having
11948                 MTAs rewrapping our headers, breaking the
11949                 PGP signature in the process 
11950         * src/compose.c
11951         * src/plugins/pgpmime/pgpmime.c
11952                 Check for boundary uniqueness to be sure
11953                 it won't happen, instead of hoping for the
11954                 best
11955
11956 2005-10-19 [colin]      1.9.15cvs75
11957
11958         * sylpheed-claws.desktop
11959         * src/Makefile.am
11960         * src/main.c
11961                 Ship a sylpheed-claws binary instead
11962                 of a sylpheed one. Change the socket
11963                 name, too
11964         * src/folderview.c
11965                 Update folder only if it changed
11966         * src/wizard.c
11967                 Fix i18n in welcome mail, patch by
11968                 Fabien Vantard
11969
11970 2005-10-19 [paul]
11971
11972         1.9.99-rc2 released
11973
11974 2005-10-19 [paul]       1.9.15cvs74
11975
11976         * src/folder.c
11977         * src/folderview.c
11978                 fix summaryview update
11979                 Patch by Colin
11980
11981 2005-10-18 [colin]      1.9.15cvs73
11982
11983         * src/plugins/pgpcore/passphrase.c
11984                 Don't XGrabServer, and try a bit more to 
11985                 sync everything before grabbing mouse/keyboard
11986
11987 2005-10-18 [colin]      1.9.15cvs72
11988
11989         * src/Makefile.am
11990         * src/addressadd.c
11991         * src/addressbook.c
11992         * src/folderview.c
11993         * src/grouplistdialog.c
11994         * src/mimeview.c
11995         * src/stock_pixmap.c
11996         * src/stock_pixmap.h
11997         * src/summaryview.c
11998         * src/gtk/gtksctree.c
11999         * src/gtk/gtksctree.h
12000         * src/pixmaps/empty.xpm
12001                 Implement a wrapper call for gtk_ctree_set_node_info
12002                 and gtk_ctree_insert_node, that uses a 1x1 transparent
12003                 pixmap instead of a NULL one. This works around some
12004                 memory problems deep inside gtk, revealed by valgrind,
12005                 and fixes bug #834 (Pressing CTRl-D on a message marked 
12006                 as locked crashes sylpheed.), as well as, probably, 
12007                 wwp's 4th dimension problems that happen in gtk_ctree_*.
12008
12009 2005-10-17 [colin]      1.9.15cvs71
12010
12011         * src/mimeview.c
12012                 Provide visual feedback when checking
12013                 signature
12014
12015 2005-10-17 [colin]      1.9.15cvs70
12016
12017         * src/main.c
12018                 Keep the folder list frozen while checking caches...
12019
12020 2005-10-17 [colin]      1.9.15cvs69
12021
12022         * src/addr_compl.c
12023                 Fi bug #833 (Autocompleting from addressbook 
12024                 fails with extended chars)
12025         * src/imap.c
12026                 Fix 'adding messages' staying in statusbar
12027                 after an error
12028
12029 2005-10-17 [wwp]        1.9.15cvs68
12030
12031         * src/ssl_manager.c
12032                 Fix buttons' layout resizing when window size changes
12033
12034 2005-10-17 [wwp]        1.9.15cvs67
12035
12036         * src/account.c
12037         * src/prefs_account.c
12038         * src/prefs_common.c
12039         * src/prefs_common.h
12040         * src/prefs_folder_item.c
12041         * src/prefs_gtk.c
12042         * src/gtk/logwindow.c
12043         * src/gtk/pluginwindow.c
12044         * src/gtk/prefswindow.c
12045         * src/gtk/prefswindow.h
12046                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
12047
12048 2005-10-17 [paul]       1.9.15cvs66
12049
12050         * configure.ac
12051                 fix missing libetpan message
12052         * po/en_GB.po
12053                 updated
12054         * src/crash.c
12055         * src/manual.c
12056         * src/prefs_themes.c
12057         * src/common/defs.h
12058                 add some new URI defines, change some
12059                 others
12060         * src/wizard.c
12061                 make welcome message translatable
12062                 small improvements to english
12063                 other tweaks
12064         * src/gtk/menu.c
12065                 fix warnings
12066
12067 2005-10-17 [paul]       1.9.15cvs65
12068
12069         * src/summaryview.c
12070                 fix column titles
12071
12072 2005-10-16 [mones]      1.9.15cvs64
12073
12074         * po/es.po
12075                 Updated translation
12076
12077 2005-10-16 [colin]
12078
12079         1.9.99-rc1 released
12080
12081 2005-10-16 [colin]      1.9.15cvs63
12082
12083         * src/wizard.c
12084                 Fix whitespace
12085
12086 2005-10-16 [colin]      1.9.15cvs62
12087
12088         * src/toolbar.c
12089                 s/Get All/Get Mail/
12090         * src/wizard.c
12091                 Real welcome mail text, thanks Paul
12092
12093 2005-10-16 [colin]      1.9.15cvs61
12094
12095         * src/editldap.c
12096         * src/exporthtml.c
12097         * src/main.c
12098         * src/mainwindow.c
12099         * src/prefs_themes.c
12100         * src/prefs_toolbar.c
12101         * src/plugins/demo/demo.c
12102         * src/plugins/trayicon/trayicon.c
12103                 s/Sylpheed/Sylpheed-Claws/
12104
12105 2005-10-16 [colin]      1.9.15cvs60
12106
12107         * src/wizard.c
12108                 Add a welcome email in the first empty mailbox
12109         * src/prefs_common.c
12110                 Change one more default
12111
12112 2005-10-16 [colin]      1.9.15cvs59
12113
12114         * src/wizard.c
12115                 Remove printf
12116
12117 2005-10-16 [colin]      1.9.15cvs58
12118
12119         * src/toolbar.c
12120         * src/prefs_common.c
12121                 Change some defaults
12122
12123 2005-10-16 [colin]      1.9.15cvs57
12124
12125         * src/toolbar.c
12126         * src/prefs_common.c
12127                 Change some defaults
12128
12129 2005-10-16 [colin]      1.9.15cvs56
12130
12131         * src/wizard.c
12132                 By default, initialize fonts to have
12133                 the same size as normal GtkWidgets
12134
12135 2005-10-16 [colin]      1.9.15cvs55
12136
12137         * src/mimeview.c
12138                 Fix message a bit more
12139
12140 2005-10-16 [colin]      1.9.15cvs54
12141
12142         * src/addressbook.c
12143                 Second attempt at flicker fixing
12144
12145 2005-10-16 [colin]      1.9.15cvs53
12146
12147         * src/addressbook.c
12148                 Fix flicker
12149
12150 2005-10-16 [wwp]        1.9.15cvs52
12151
12152         * src/addressbook.c
12153         * src/editaddress.c
12154         * src/prefs_common.c
12155         * src/prefs_common.h
12156                 Remember window sizes (address book)
12157
12158 2005-10-16 [wwp]        1.9.15cvs51
12159
12160         * src/plugins/clamav/clamav_plugin_gtk.c
12161         * src/plugins/spamassassin/spamassassin_gtk.c
12162                 Fix compilation warnings (missing #include).
12163
12164 2005-10-16 [colin]      1.9.15cvs50
12165
12166         * src/mimeview.c
12167         * src/summaryview.c
12168         * src/textview.c
12169                 Make 'c' check signature, and forward
12170                 c, l, y, t from summaryview to mimeview
12171
12172 2005-10-16 [colin]      1.9.15cvs49
12173
12174         * src/addressbook.c
12175                 Put border around buttons
12176         * src/mainwindow.c
12177         * src/summaryview.c
12178                 Rework menus (Patch based on a patch
12179                 by Paul)
12180
12181 2005-10-15 [wwp]        1.9.15cvs48
12182
12183         * src/editjpilot.c
12184         * src/editldap.c
12185         * src/editvcard.c
12186         * src/exphtmldlg.c
12187         * src/expldifdlg.c
12188         * src/export.c
12189         * src/import.c
12190         * src/importldif.c
12191         * src/importmutt.c
12192         * src/importpine.c
12193         * src/prefs_account.c
12194         * src/prefs_spelling.c
12195         * src/gtk/gtkutils.c
12196         * src/gtk/gtkutils.h
12197         * src/plugins/clamav/clamav_plugin_gtk.c
12198         * src/plugins/spamassassin/spamassassin_gtk.c
12199                 use nicer browse-for-file/dir buttons than the "..." ones,
12200                 code factorizing more.
12201
12202 2005-10-14 [colin]      1.9.15cvs47
12203
12204         * src/mainwindow.c
12205                 set relief on the account switcher so that people see it
12206                 grey out Create processing rules when no message is selected
12207         * src/prefs_filtering.c
12208                 ask before closing if the rule has not been modified, even if
12209                 it's not valid
12210         * src/prefs_matcher.c
12211                 fix sensitivity when entering the dialog
12212         * src/gtk/inputdialog.c
12213                 display a better icon on password ask
12214         * src/plugins/pgpcore/passphrase.c
12215                 make the dialog look better
12216
12217 2005-10-14 [paul]       1.9.15cvs46
12218
12219         * src/folderview.c
12220                 indicate presense of marked msgs in
12221                 unexpanded subfolders
12222
12223 2005-10-14 [paul]       1.9.15cvs45
12224
12225         * src/prefs_actions.c
12226         * src/prefs_common.c
12227         * src/prefs_common.h
12228         * src/prefs_filtering_action.c
12229         * src/prefs_matcher.c
12230         * src/prefs_template.c
12231                 remember window sizes
12232                 fix Info button size
12233
12234         Patches by wwp
12235
12236 2005-10-13 [colin]      1.9.15cvs44
12237
12238         * src/mimeview.c
12239         * src/noticeview.c
12240         * src/noticeview.h
12241                 Add a tooltip on the icon (optional) 
12242                 Get rid of the signature buttons and only
12243                 use the icon+tooltip
12244
12245 2005-10-13 [colin]      1.9.15cvs43
12246
12247         * src/noticeview.c
12248         * src/noticeview.h
12249                 Add hand cursor for hovering over icon
12250
12251 2005-10-13 [colin]      1.9.15cvs42
12252
12253         * src/summaryview.c
12254                 Fix crash when quicksearch's hidden 
12255                 at startup
12256
12257 2005-10-13 [colin]      1.9.15cvs41
12258
12259         * src/compose.c
12260                 Set subject when forwarding multiple mails
12261                 Check that other recipient than the default Cc or Bcc
12262                 have been set before sending.
12263
12264 2005-10-13 [colin]      1.9.15cvs40
12265
12266         * src/imap.c
12267                 Batch per-folder
12268                 Introduce locking, but don't use it yet
12269
12270 2005-10-13 [colin]      1.9.15cvs39
12271
12272         * src/gtk/quicksearch.c
12273                 Reset quicksearch when hiding it
12274                 Make sticky a real pref
12275
12276 2005-10-13 [colin]      1.9.15cvs38
12277
12278         * src/summaryview.c
12279                 Faster prefs apply
12280
12281 2005-10-13 [colin]      1.9.15cvs37
12282
12283         * src/mimeview.c
12284         * src/noticeview.c
12285         * src/noticeview.h
12286         * src/plugins/pgpcore/sgpgme.c
12287                 Make privacy icon clickable
12288                 Move Trust field in Full info
12289                 When trust is less than full, don't display
12290                 a warning icon
12291
12292 2005-10-13 [colin]      1.9.15cvs36
12293
12294         * src/folder.c
12295                 Batch on flags sync
12296         * src/folderview.c
12297                 Revert speed hack which is dangerous in fact
12298                 Apply prefs faster
12299
12300 2005-10-13 [colin]      1.9.15cvs35
12301
12302         * src/folder_item_prefs.c
12303                 Fix pref corruption on folder move. Patch
12304                 by wwp
12305
12306 2005-10-13 [paul]       1.9.15cvs34
12307
12308         * src/export.c
12309         * src/import.c
12310                 fix typos in g_warnings
12311         * src/prefs_account.c
12312                 add a file selector for Signature file
12313
12314         Patches by wwp
12315
12316 2005-10-12 [colin]      1.9.15cvs33
12317
12318         * src/mimeview.c
12319                 Provide a quick way to go back from a
12320                 signature's full info to the email part
12321
12322 2005-10-12 [colin]      1.9.15cvs32
12323
12324         * src/compose.c
12325                 Remove old hack of encoding signed mails with base64.
12326                 QP works equally well.
12327
12328 2005-10-12 [colin]      1.9.15cvs31
12329
12330         * src/crash.c
12331                 Replace deprecated GtkText with GtkTextView
12332         * src/imap.c
12333                 Fix a logic bug about counts in imap_select
12334                 (previously un-triggered)
12335         * src/mainwindow.c
12336         * src/summaryview.c
12337         * src/news.c
12338                 Allow local deletion of news posts
12339         * src/mimeview.c
12340                 Show GPG noticeview on the message/rfc822 part
12341                 in addition to the text/plain one
12342         * src/prefs_image_viewer.c
12343           src/plugins/pgpcore/prefs_gpg.c
12344                 Polish (set the label as part of the checkbox)
12345         * src/wizard.c
12346                 Don't sit there doing nothing after destroying
12347                 the window - return err
12348
12349 2005-10-11 [colin]      1.9.15cvs30
12350
12351         * src/folderview.c
12352                 Apply processing rules before showing folders.
12353                 Early folder show (before flags sync) will only
12354                 be done when there are no processing rules (nor
12355                 pre- or post- ones)
12356         * src/imap.c
12357                 Fix stuff related to mail subdir, creation and 
12358                 deletion of folders 
12359         * src/imap_gtk.c
12360                 Don't allow creation of folders in NoInferior
12361                 folders, as it won't work
12362
12363 2005-10-10 [colin]      1.9.15cvs29
12364
12365         * src/compose.c
12366                 Reselect "None" Privacy system when selecting an
12367                 account with no privacy system defined
12368
12369 2005-10-10 [colin]      1.9.15cvs28
12370
12371         * src/mainwindow.c
12372                 Add Windows-1252 encoding
12373         * src/prefs_common.c
12374                 Rework some defaults:
12375                 - autosave to draft by default
12376                 - don't show header pane (it's already in the textview)
12377                 - Select first new or unread mail on entry
12378                 - Assume 'Yes' to change folder when there's no more
12379                   unread message
12380         * src/prefs_matcher.c
12381                 Fix a gtk assertion failure
12382         * src/gtk/colorlabel.c
12383                 Workaround bad repainting on selection
12384         * src/main.c
12385                 Freeze/thaw (a bit faster on ssh -X)
12386         * src/msgcache.c
12387                 Get rid of StrdupConverter that just adds an
12388                 extra strdup/free 
12389         * src/etpan/imap_thread.c
12390                 memset buf to 0
12391
12392 2005-10-10 [colin]      1.9.15cvs27
12393
12394         * src/export.c
12395         * src/import.c
12396                 Fix compile on gtk 2.4. Patch by wwp
12397
12398 2005-10-09 [colin]      1.9.15cvs26
12399
12400         * src/mainwindow.c
12401         * src/messageview.c
12402         * src/summaryview.c
12403                 Clarify forward menus. Patch by wwp
12404
12405 2005-10-09 [colin]      1.9.15cvs25
12406
12407         * src/compose.c
12408         * src/compose.h
12409                 Fix bug #829 (Non-working "Encrypt message by 
12410                 default when replying to an encrypted message")
12411
12412 2005-10-08 [colin]      1.9.15cvs24
12413
12414         * src/wizard.c
12415                 Fix bug #827 ("Welcome" setup wizard after a 
12416                 permission error gives up & forgets itself.)
12417
12418 2005-10-08 [colin]      1.9.15cvs23
12419
12420         * src/procmime.c
12421                 Fix bug #828 (Ignoring headers with spaces around = sign)
12422
12423 2005-10-08 [colin]      1.9.15cvs22
12424
12425         * src/export.c
12426                 Warning fix by wwp
12427
12428 2005-10-08 [colin]      1.9.15cvs21
12429
12430         * src/folder.c
12431         * src/folder.h
12432                 Add a processing_pending indicator, set on 
12433                 folder_item_open and cleared after 
12434                 folder_item_process_open
12435         * src/folderview.c
12436         * src/summaryview.c
12437                 wrap procmsg_msginfo_*_flags, and in the
12438                 wrapper check that there's no folder processing 
12439                 pending. If there is, defer the flags change until 
12440                 processing is done to avoid stepping over each
12441                 other's toes.
12442                 Freeze during processing, but not during scanning.
12443
12444 2005-10-07 [colin]      1.9.15cvs20
12445
12446         * src/plugins/pgpcore/passphrase.c
12447                 Fix bug #826 (X-Server hangs when 
12448                 right-clicking a PGP encrypted message)
12449
12450 2005-10-07 [paul]       1.9.15cvs19
12451
12452         * src/compose.c
12453                 fix compose_entries[]
12454                 patch by Fabien Vantard
12455
12456 2005-10-06 [colin]      1.9.15cvs18
12457
12458         * src/pixmaps/address.xpm
12459         * src/pixmaps/address_book.xpm
12460         * src/pixmaps/book.xpm
12461         * src/pixmaps/check_spelling.xpm
12462         * src/pixmaps/checkbox_off.xpm
12463         * src/pixmaps/checkbox_on.xpm
12464         * src/pixmaps/close.xpm
12465         * src/pixmaps/complete.xpm
12466         * src/pixmaps/continue.xpm
12467         * src/pixmaps/deleted.xpm
12468         * src/pixmaps/down_arrow.xpm
12469         * src/pixmaps/exec.xpm
12470         * src/pixmaps/forwarded.xpm
12471         * src/pixmaps/group.xpm
12472         * src/pixmaps/ignorethread.xpm
12473         * src/pixmaps/interface.xpm
12474         * src/pixmaps/jpilot.xpm
12475         * src/pixmaps/ldap.xpm
12476         * src/pixmaps/linewrap.xpm
12477         * src/pixmaps/linewrapcurrent.xpm
12478         * src/pixmaps/mail.xpm
12479         * src/pixmaps/mail_attach.xpm
12480         * src/pixmaps/mail_compose.xpm
12481         * src/pixmaps/mail_forward.xpm
12482         * src/pixmaps/mail_receive.xpm
12483         * src/pixmaps/mail_receive_all.xpm
12484         * src/pixmaps/mail_reply.xpm
12485         * src/pixmaps/mail_reply_to_all.xpm
12486         * src/pixmaps/mail_reply_to_author.xpm
12487         * src/pixmaps/mail_send.xpm
12488         * src/pixmaps/mail_send_queue.xpm
12489         * src/pixmaps/mime_application.xpm
12490         * src/pixmaps/mime_audio.xpm
12491         * src/pixmaps/mime_image.xpm
12492         * src/pixmaps/mime_message.xpm
12493         * src/pixmaps/mime_text_enriched.xpm
12494         * src/pixmaps/mime_text_html.xpm
12495         * src/pixmaps/mime_text_plain.xpm
12496         * src/pixmaps/mime_unknown.xpm
12497         * src/pixmaps/new.xpm
12498         * src/pixmaps/news_compose.xpm
12499         * src/pixmaps/offline.xpm
12500         * src/pixmaps/online.xpm
12501         * src/pixmaps/paste.xpm
12502         * src/pixmaps/preferences.xpm
12503         * src/pixmaps/privacy_emblem_encrypted.xpm
12504         * src/pixmaps/privacy_expired.xpm
12505         * src/pixmaps/privacy_failed.xpm
12506         * src/pixmaps/privacy_passed.xpm
12507         * src/pixmaps/privacy_signed.xpm
12508         * src/pixmaps/privacy_unknown.xpm
12509         * src/pixmaps/privacy_warn.xpm
12510         * src/pixmaps/properties.xpm
12511         * src/pixmaps/replied.xpm
12512         * src/pixmaps/search.xpm
12513         * src/pixmaps/unread.xpm
12514         * src/pixmaps/up_arrow.xpm
12515         * src/pixmaps/vcard.xpm
12516                 Modernize internal theme, with icons from the 
12517                 Gnomaws theme. Keep some of the old ones where
12518                 they were better.
12519
12520 2005-10-06 [colin]      1.9.15cvs17
12521
12522         * src/summaryview.c
12523                 Little optimisations + bugfix
12524         * src/toolbar.c
12525                 Remove default useless items - useless being defined
12526                 by the default relevant prefs
12527         * src/wizard.c
12528                 include config.h to make gettext work
12529         * src/prefs_themes.c
12530                 Fix selection of current theme in prefs
12531
12532 2005-10-06 [colin]      1.9.15cvs16
12533
12534         * src/prefs_common.c
12535         * src/prefs_common.h
12536         * src/prefs_summaries.c
12537         * src/folderview.c
12538                 Add a warning dialog on Mark all read 
12539                 (with pref to get rid of it)
12540
12541 2005-10-06 [paul]       1.9.15cvs15
12542
12543         * po/nb.po
12544         * po/pt_BR.po
12545                 updated by Geir Helland and Frederico
12546                 Goncalves Guimaraes
12547
12548 2005-10-05 [colin]      1.9.15cvs14
12549
12550         * src/folder.c
12551         * src/folder.h
12552         * src/folderview.c
12553         * src/folderview.h
12554         * src/imap_gtk.c
12555         * src/mh_gtk.c
12556         * src/mainwindow.c
12557         * src/setup.c
12558                 add a way to rescan without rebuilding
12559                 make moving a bit faster (less folders changes)
12560                 don't lock the tree on Get 
12561         * src/imap.c
12562                 Don't re-delete deleted messages before expunging
12563         * src/summaryview.c
12564                 Set batch mode when deleting mails
12565
12566 2005-10-05 [paul]       1.9.15cvs13
12567
12568         * src/mainwindow.c
12569         * src/mainwindow.h
12570                 fix disabled Execute menu item
12571         * src/toolbar.c
12572                 match the change in 1.9.15cvs10: use Compose
12573                 instead of News by default
12574
12575 2005-10-04 [colin]      1.9.15cvs12
12576
12577         * src/compose.c
12578                 When replying to an ML post with Reply-To set
12579                 to the poster's email, honor it (as before),
12580                 but also honor our user's request to reply to
12581                 the mailing list: set the ML address in the To
12582                 field and the Reply-To address in the Cc: 
12583                 field.
12584
12585 2005-10-04 [colin]      1.9.15cvs11
12586
12587         * src/plugins/trayicon/trayicon.c
12588                 Finish cosmetic change - thanks to wwp
12589
12590 2005-10-04 [colin]      1.9.15cvs10
12591
12592         * src/toolbar.c
12593                 Use Compose instead of Email by default.
12594                 Spotted by wwp.
12595
12596 2005-10-04 [colin]      1.9.15cvs9
12597
12598         * src/folder.c
12599         * src/folder.h
12600         * src/folderview.c
12601         * src/imap.c
12602         * src/etpan/imap-thread.c
12603         * src/etpan/imap-thread.h
12604                 Try to make IMAP faster, by simplifying SEARCH
12605                 commands, avoiding sending two STATUS in a row,
12606                 and deferring flags sync and processing just
12607                 after displaying the folder. 
12608                 This will update the SummaryView in certain
12609                 cases (new mails not already fetched, flags
12610                 changed from another client) but in a non-
12611                 blocking manner.
12612
12613 2005-10-04 [colin]      1.9.15cvs8
12614
12615         * src/plugins/trayicon/trayicon.c
12616                 Relabel "Offline" to "Work offline"
12617
12618 2005-10-04 [colin]      1.9.15cvs7
12619
12620         * src/export.c
12621         * src/import.c
12622         * src/mbox.c
12623                 Fix mbox import/export buglets
12624                 Patch by wwp
12625         * src/plugins/trayicon/trayicon.c
12626                 Add offline swithc
12627                 Patch by wwp
12628
12629 2005-10-04 [colin]      1.9.15cvs6
12630
12631         * src/folder.c
12632         * src/folderview.c
12633         * src/summaryview.c
12634                 Better fix (don't break mark all read) for cvs2
12635
12636 2005-10-03 [colin]      1.9.15cvs5
12637
12638         * src/folder.c
12639                 Use a sane sort by default
12640
12641 2005-10-03 [colin]      1.9.15cvs4
12642
12643         * src/inc.c
12644                 Add a 'Only once' button for overriding offline mode
12645         * src/prefs_account.c
12646         * src/wizard.c
12647                 Add Local mbox to the wizard
12648                 Add IMAP subdir to the wizard (or the wizard is useless
12649                 for such accounts, or even worse than useless)
12650                 Move IMAP subdir from Advanced to Receive tab, as it's
12651                 not that uncommon
12652
12653 2005-10-03 [colin]      1.9.15cvs3
12654
12655         * src/send_message.c
12656                 Forgot this one in cvs1
12657
12658 2005-10-03 [colin]      1.9.15cvs2
12659
12660         * src/folder.c
12661                 Faster close when leaving a folder with lots
12662                 of new mails. Idea by David Relson.
12663
12664 2005-10-03 [colin]      1.9.15cvs1
12665
12666         * src/compose.c
12667         * src/imap.c
12668         * src/inc.c
12669         * src/main.c
12670         * src/messageview.c
12671         * src/news.c
12672         * src/summaryview.c
12673         * src/gtk/sslcertwindow.c
12674         * src/plugins/trayicon/trayicon.c
12675                 Add accels to every AlertPanel. Patch by Fabien 
12676                 Vantard
12677
12678 2005-10-03 [paul]       1.9.15
12679
12680         1.9.15 released
12681
12682 2005-10-03 [paul]       1.9.14cvs68
12683
12684         * po/ca.po
12685         * po/de.po
12686         * po/es.po
12687         * po/fi.po
12688         * po/fr.po
12689         * po/sk.po
12690         * po/sr.po
12691         * po/zh_CN.po
12692                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12693                 Mones Lastra, Tommi Pirinen, Fabien vantard,
12694                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
12695
12696 2005-10-03 [paul]       1.9.14cvs67
12697
12698         * src/send_message.c
12699                 prevent hang on Cancel
12700                 patch by Colin
12701
12702 2005-10-03 [paul]       1.9.14cvs66
12703
12704         * src/main.c
12705                 fix crash in IMAP caused by discrepancy
12706                 between check_at_startup and offline mode
12707                 Patch by Colin
12708
12709 2005-10-01 [paul]       1.9.14cvs65
12710
12711         * src/inc.c
12712                 fix engrish
12713
12714 2005-10-01 [paul]       1.9.14cvs64
12715         * src/export.c
12716         * src/import.c
12717                 synchronise import_mbox() and export_mbox()
12718         * src/mbox.c
12719                 proc_mbox(): add alert if file cannot be opened
12720                 export_list_to_mbox(): test if dest file exists,
12721                 prompt user to overwrite if it does. add alert
12722                 if file cannot be created
12723                                                                 
12724         Patch by wwp
12725                                                                                                                 
12726
12727 2005-09-30 [paul]       1.9.14cvs63
12728
12729         * src/addressbook.c
12730                 Fix sensitivity of a menu
12731         * src/codeconv.c
12732                 Respect hidden pref for mails with no encoding
12733         * src/common/xml.c
12734                 Fix memory corruption
12735         * src/plugins/pgpcore/sgpgme.c
12736                 Fix segfault on incomplete sigs, and display
12737                 of S/Mime UIDs
12738
12739         Patches by Colin
12740
12741 2005-09-30 [colin]      1.9.14cvs62
12742
12743         * src/partial_download.c
12744                 Little logic fix in almost-dead code
12745         * src/pop.c
12746                 Fix partial download when there's no new mail
12747
12748 2005-09-29 [paul]       1.9.14cvs61
12749
12750         * src/plugins/pgpinline/pgpinline.c
12751                 fix bug 819, 'crash accessing sign message'
12752                 Patch by Colin
12753
12754 2005-09-28 [martin]     1.9.14cvs60
12755
12756         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12757                 fix bug #790 (Crash when restarting window manager (fluxbox))
12758
12759 2005-09-28 [paul]       1.9.14cvs59
12760
12761         * src/gtk/gtkaspell.c
12762                 fix off-by-one typo
12763
12764 2005-09-27 [colin]      1.9.14cvs58
12765
12766         * src/plugins/pgpcore/sgpgme.c
12767                 Report error when there's one, instead of
12768                 "Signature unchecked" 
12769
12770 2005-09-27 [colin]      1.9.14cvs57
12771
12772         * src/prefs_quote.c
12773                 Fix bug #816 (Weird quotation with spaces)
12774
12775 2005-09-27 [colin]      1.9.14cvs56
12776
12777         * src/codeconv.c
12778         * src/compose.c
12779         * src/compose.h
12780                 Put subject in compose's title
12781                 Fix Automatic encoding so that it's really automatic:
12782                 first try default locale's charset, then charset of the replied mail, 
12783                 then utf-8
12784                 Fix encoding of headers (must be in strict mode too)
12785
12786 2005-09-26 [colin]      1.9.14cvs55
12787
12788         * src/gtk/gtkaspell.c
12789                 Fix previous patch - don't color the space,
12790                 just uncolor it :)
12791
12792 2005-09-26 [colin]      1.9.14cvs54
12793
12794         * src/gtk/gtkaspell.c
12795                 Unmark space if possible
12796
12797 2005-09-26 [colin]      1.9.14cvs53
12798
12799         * src/imap.c
12800                 log_error instead of alertpanel according to the pref
12801         * src/etpan/imap-thread.c
12802                 Print connect status, copy only necessary size to 
12803                 logger
12804         * src/plugins/pgpmime/pgpmime.c
12805                 Handle S/Mime signatures (verification only). Patch based
12806                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
12807
12808 2005-09-26 [paul]       1.9.14cvs52
12809
12810         * src/common/passcrypt.c
12811                 this 'workaround' not necessary on NetBSD.
12812                 Thanks to Daniel Gustafson
12813
12814 2005-09-26 [paul]
12815
12816         1.9.15-rc4 released
12817
12818 2005-09-26 [paul]       1.9.14cvs51
12819
12820         * src/summaryview.c
12821                 Skip currently selected message when
12822                 looking for next new or unread message
12823                 in current folder. Patch by Colin
12824         * src/common/passcrypt.c
12825                 eliminate warnings on *BSD. Patch by
12826                 Daniel Gustafson
12827
12828 2005-09-26 [colin]      1.9.14cvs50
12829
12830         * src/procmsg.c
12831                 Call postfiltering hook anyway
12832
12833 2005-09-22 [colin]      1.9.14cvs49
12834
12835         * src/codeconv.c
12836         * src/codeconv.h
12837                 Add a strict mode that doesn't replace with _
12838         * src/compose.c
12839         * src/compose.h
12840                 Use strict conversion while sending
12841                 Fix race when drafting while sending (happens
12842                 on IMAP)
12843                 Fix d'n'd of messages from summaryview
12844         * src/prefs_common.c
12845         * src/prefs_common.h
12846                 add hidden utf8_instead_of_locale_for_broken_mail 
12847                 pref for people that preferred the default charset 
12848                 to be utf8 for broken mails
12849         * src/quote_fmt_parse.y
12850                 fix bug #815 (No quote insert if "From:" fied 
12851                 contained Russian letters)
12852         * src/summaryview.c
12853                 Fix d'n'd of messages to compose
12854
12855 2005-09-22 [paul]       1.9.14cvs48
12856
12857         * src/compose.c
12858                 fix bug where attachments Name entry
12859                 would display Path instead
12860
12861 2005-09-21 [paul]       1.9.14cvs47
12862
12863         * README
12864         * README.jp
12865         * configure.ac
12866         * config/config.rpath
12867         * doc/manual/en/sylpheed-20.html
12868         * doc/manual/es/sylpheed-20.html
12869         * po/bg.po
12870         * po/ca.po
12871         * po/de.po
12872         * po/es.po
12873         * po/fr.po
12874         * po/it.po
12875         * po/pt_BR.po
12876         * po/sk.po
12877         * po/zh_TW.po
12878         * src/account.c
12879         * src/account.h
12880         * src/action.c
12881         * src/action.h
12882         * src/adbookbase.h
12883         * src/addr_compl.c
12884         * src/addr_compl.h
12885         * src/addrbook.c
12886         * src/addrbook.h
12887         * src/addrcache.c
12888         * src/addrcache.h
12889         * src/addrcindex.c
12890         * src/addrcindex.h
12891         * src/addrclip.c
12892         * src/addrclip.h
12893         * src/addrdefs.h
12894         * src/addressadd.c
12895         * src/addressadd.h
12896         * src/addressbook.c
12897         * src/addressbook.h
12898         * src/addressitem.h
12899         * src/addrgather.c
12900         * src/addrgather.h
12901         * src/addrharvest.c
12902         * src/addrharvest.h
12903         * src/addrindex.c
12904         * src/addrindex.h
12905         * src/addritem.c
12906         * src/addritem.h
12907         * src/addrquery.c
12908         * src/addrquery.h
12909         * src/addrselect.c
12910         * src/addrselect.h
12911         * src/alertpanel.c
12912         * src/alertpanel.h
12913         * src/browseldap.c
12914         * src/browseldap.h
12915         * src/codeconv.c
12916         * src/codeconv.h
12917         * src/compose.c
12918         * src/compose.h
12919         * src/crash.c
12920         * src/crash.h
12921         * src/customheader.c
12922         * src/customheader.h
12923         * src/displayheader.c
12924         * src/displayheader.h
12925         * src/editaddress.c
12926         * src/editaddress.h
12927         * src/editbook.c
12928         * src/editbook.h
12929         * src/editgroup.c
12930         * src/editgroup.h
12931         * src/editjpilot.c
12932         * src/editjpilot.h
12933         * src/editldap.c
12934         * src/editldap.h
12935         * src/editldap_basedn.c
12936         * src/editldap_basedn.h
12937         * src/editvcard.c
12938         * src/editvcard.h
12939         * src/enriched.c
12940         * src/enriched.h
12941         * src/exphtmldlg.c
12942         * src/exphtmldlg.h
12943         * src/expldifdlg.c
12944         * src/expldifdlg.h
12945         * src/export.c
12946         * src/export.h
12947         * src/exporthtml.c
12948         * src/exporthtml.h
12949         * src/exportldif.c
12950         * src/exportldif.h
12951         * src/filtering.c
12952         * src/filtering.h
12953         * src/folder.c
12954         * src/folder.h
12955         * src/folder_item_prefs.c
12956         * src/folder_item_prefs.h
12957         * src/foldersel.c
12958         * src/foldersel.h
12959         * src/folderutils.c
12960         * src/folderutils.h
12961         * src/folderview.c
12962         * src/folderview.h
12963         * src/grouplistdialog.c
12964         * src/grouplistdialog.h
12965         * src/headerview.c
12966         * src/headerview.h
12967         * src/html.c
12968         * src/html.h
12969         * src/image_viewer.c
12970         * src/image_viewer.h
12971         * src/imap.c
12972         * src/imap.h
12973         * src/imap_gtk.c
12974         * src/imap_gtk.h
12975         * src/import.c
12976         * src/import.h
12977         * src/importldif.c
12978         * src/importldif.h
12979         * src/importmutt.c
12980         * src/importmutt.h
12981         * src/importpine.c
12982         * src/importpine.h
12983         * src/inc.c
12984         * src/inc.h
12985         * src/jpilot.c
12986         * src/jpilot.h
12987         * src/ldapctrl.c
12988         * src/ldapctrl.h
12989         * src/ldaplocate.c
12990         * src/ldaplocate.h
12991         * src/ldapquery.c
12992         * src/ldapquery.h
12993         * src/ldapserver.c
12994         * src/ldapserver.h
12995         * src/ldaputil.c
12996         * src/ldaputil.h
12997         * src/ldif.c
12998         * src/ldif.h
12999         * src/localfolder.c
13000         * src/localfolder.h
13001         * src/main.c
13002         * src/main.h
13003         * src/mainwindow.c
13004         * src/mainwindow.h
13005         * src/manual.c
13006         * src/manual.h
13007         * src/matcher.c
13008         * src/matcher.h
13009         * src/matcher_parser.h
13010         * src/matcher_parser_lex.l
13011         * src/matcher_parser_parse.y
13012         * src/mbox.c
13013         * src/mbox.h
13014         * src/message_search.c
13015         * src/message_search.h
13016         * src/messageview.c
13017         * src/messageview.h
13018         * src/mh.c
13019         * src/mh.h
13020         * src/mh_gtk.c
13021         * src/mh_gtk.h
13022         * src/mimeview.c
13023         * src/mimeview.h
13024         * src/msgcache.c
13025         * src/msgcache.h
13026         * src/mutt.c
13027         * src/mutt.h
13028         * src/news.c
13029         * src/news.h
13030         * src/news_gtk.c
13031         * src/news_gtk.h
13032         * src/noticeview.c
13033         * src/noticeview.h
13034         * src/partial_download.c
13035         * src/partial_download.h
13036         * src/pine.c
13037         * src/pine.h
13038         * src/pop.c
13039         * src/pop.h
13040         * src/prefs_account.c
13041         * src/prefs_account.h
13042         * src/prefs_actions.c
13043         * src/prefs_actions.h
13044         * src/prefs_common.c
13045         * src/prefs_common.h
13046         * src/prefs_compose_writing.c
13047         * src/prefs_compose_writing.h
13048         * src/prefs_customheader.c
13049         * src/prefs_customheader.h
13050         * src/prefs_display_header.c
13051         * src/prefs_display_header.h
13052         * src/prefs_ext_prog.c
13053         * src/prefs_ext_prog.h
13054         * src/prefs_filtering.c
13055         * src/prefs_filtering.h
13056         * src/prefs_filtering_action.c
13057         * src/prefs_filtering_action.h
13058         * src/prefs_folder_column.c
13059         * src/prefs_folder_column.h
13060         * src/prefs_folder_item.c
13061         * src/prefs_folder_item.h
13062         * src/prefs_fonts.c
13063         * src/prefs_fonts.h
13064         * src/prefs_gtk.c
13065         * src/prefs_gtk.h
13066         * src/prefs_image_viewer.c
13067         * src/prefs_image_viewer.h
13068         * src/prefs_matcher.c
13069         * src/prefs_matcher.h
13070         * src/prefs_message.c
13071         * src/prefs_message.h
13072         * src/prefs_msg_colors.c
13073         * src/prefs_msg_colors.h
13074         * src/prefs_other.c
13075         * src/prefs_other.h
13076         * src/prefs_quote.c
13077         * src/prefs_quote.h
13078         * src/prefs_receive.c
13079         * src/prefs_receive.h
13080         * src/prefs_send.c
13081         * src/prefs_send.h
13082         * src/prefs_spelling.c
13083         * src/prefs_spelling.h
13084         * src/prefs_summaries.c
13085         * src/prefs_summaries.h
13086         * src/prefs_summary_column.c
13087         * src/prefs_summary_column.h
13088         * src/prefs_template.c
13089         * src/prefs_template.h
13090         * src/prefs_themes.c
13091         * src/prefs_themes.h
13092         * src/prefs_toolbar.c
13093         * src/prefs_toolbar.h
13094         * src/prefs_wrapping.c
13095         * src/prefs_wrapping.h
13096         * src/privacy.c
13097         * src/privacy.h
13098         * src/procheader.c
13099         * src/procheader.h
13100         * src/procmime.c
13101         * src/procmime.h
13102         * src/procmsg.c
13103         * src/procmsg.h
13104         * src/quote_fmt.c
13105         * src/quote_fmt_parse.y
13106         * src/recv.c
13107         * src/recv.h
13108         * src/remotefolder.c
13109         * src/remotefolder.h
13110         * src/send_message.c
13111         * src/send_message.h
13112         * src/setup.c
13113         * src/setup.h
13114         * src/simple-gettext.c
13115         * src/sourcewindow.c
13116         * src/sourcewindow.h
13117         * src/ssl_manager.c
13118         * src/ssl_manager.h
13119         * src/statusbar.c
13120         * src/statusbar.h
13121         * src/stock_pixmap.c
13122         * src/stock_pixmap.h
13123         * src/summary_search.c
13124         * src/summary_search.h
13125         * src/summaryview.c
13126         * src/summaryview.h
13127         * src/syldap.c
13128         * src/syldap.h
13129         * src/textview.c
13130         * src/textview.h
13131         * src/toolbar.c
13132         * src/toolbar.h
13133         * src/undo.c
13134         * src/undo.h
13135         * src/unmime.c
13136         * src/unmime.h
13137         * src/vcard.c
13138         * src/vcard.h
13139         * src/wizard.c
13140         * src/wizard.h
13141         * src/common/base64.c
13142         * src/common/base64.h
13143         * src/common/defs.h
13144         * src/common/hooks.c
13145         * src/common/hooks.h
13146         * src/common/log.c
13147         * src/common/log.h
13148         * src/common/md5.c
13149         * src/common/md5.h
13150         * src/common/mgutils.c
13151         * src/common/mgutils.h
13152         * src/common/nntp.c
13153         * src/common/nntp.h
13154         * src/common/passcrypt.c
13155         * src/common/passcrypt.h.in
13156         * src/common/plugin.c
13157         * src/common/plugin.h
13158         * src/common/prefs.c
13159         * src/common/prefs.h
13160         * src/common/progressindicator.c
13161         * src/common/progressindicator.h
13162         * src/common/quoted-printable.c
13163         * src/common/quoted-printable.h
13164         * src/common/session.c
13165         * src/common/session.h
13166         * src/common/smtp.c
13167         * src/common/smtp.h
13168         * src/common/socket.c
13169         * src/common/socket.h
13170         * src/common/ssl.c
13171         * src/common/ssl.h
13172         * src/common/ssl_certificate.c
13173         * src/common/ssl_certificate.h
13174         * src/common/string_match.c
13175         * src/common/string_match.h
13176         * src/common/stringtable.c
13177         * src/common/sylpheed.c
13178         * src/common/sylpheed.h
13179         * src/common/template.c
13180         * src/common/template.h
13181         * src/common/timing.h
13182         * src/common/utils.c
13183         * src/common/utils.h
13184         * src/common/uuencode.c
13185         * src/common/uuencode.h
13186         * src/common/version.h.in
13187         * src/common/xml.c
13188         * src/common/xml.h
13189         * src/common/xmlprops.c
13190         * src/common/xmlprops.h
13191         * src/gtk/about.c
13192         * src/gtk/about.h
13193         * src/gtk/colorlabel.c
13194         * src/gtk/colorlabel.h
13195         * src/gtk/colorsel.c
13196         * src/gtk/colorsel.h
13197         * src/gtk/description_window.c
13198         * src/gtk/description_window.h
13199         * src/gtk/filesel.c
13200         * src/gtk/filesel.h
13201         * src/gtk/foldersort.c
13202         * src/gtk/foldersort.h
13203         * src/gtk/gtkutils.c
13204         * src/gtk/gtkutils.h
13205         * src/gtk/inputdialog.c
13206         * src/gtk/inputdialog.h
13207         * src/gtk/logwindow.c
13208         * src/gtk/logwindow.h
13209         * src/gtk/manage_window.c
13210         * src/gtk/manage_window.h
13211         * src/gtk/menu.c
13212         * src/gtk/menu.h
13213         * src/gtk/pluginwindow.c
13214         * src/gtk/pluginwindow.h
13215         * src/gtk/prefswindow.c
13216         * src/gtk/prefswindow.h
13217         * src/gtk/progressdialog.c
13218         * src/gtk/progressdialog.h
13219         * src/gtk/quicksearch.c
13220         * src/gtk/quicksearch.h
13221         * src/gtk/sslcertwindow.c
13222         * src/gtk/sslcertwindow.h
13223         * src/plugins/clamav/clamav_plugin.c
13224         * src/plugins/clamav/clamav_plugin.h
13225         * src/plugins/clamav/clamav_plugin_gtk.c
13226         * src/plugins/demo/demo.c
13227         * src/plugins/dillo_viewer/dillo_prefs.c
13228         * src/plugins/dillo_viewer/dillo_prefs.h
13229         * src/plugins/dillo_viewer/dillo_viewer.c
13230         * src/plugins/mathml_viewer/mathml_viewer.c
13231         * src/plugins/pgpcore/passphrase.c
13232         * src/plugins/pgpcore/passphrase.h
13233         * src/plugins/pgpcore/plugin.c
13234         * src/plugins/pgpcore/prefs_gpg.c
13235         * src/plugins/pgpcore/prefs_gpg.h
13236         * src/plugins/pgpcore/select-keys.c
13237         * src/plugins/pgpcore/select-keys.h
13238         * src/plugins/pgpcore/sgpgme.c
13239         * src/plugins/pgpcore/sgpgme.h
13240         * src/plugins/pgpinline/pgpinline.c
13241         * src/plugins/pgpinline/pgpinline.h
13242         * src/plugins/pgpinline/plugin.c
13243         * src/plugins/pgpmime/pgpmime.c
13244         * src/plugins/pgpmime/pgpmime.h
13245         * src/plugins/pgpmime/plugin.c
13246         * src/plugins/spamassassin/spamassassin.c
13247         * src/plugins/spamassassin/spamassassin.h
13248         * src/plugins/spamassassin/spamassassin_gtk.c
13249         * src/plugins/trayicon/trayicon.c
13250         * tools/OOo2sylpheed.pl
13251         * tools/acroread2sylpheed.pl
13252         * tools/asus_mailled.sh
13253         * tools/filter_conv.pl
13254         * tools/freshmeat_search.pl
13255         * tools/google_search.pl
13256         * tools/kmail2sylpheed.pl
13257         * tools/kmail2sylpheed_v2.pl
13258         * tools/maildir2sylpheed.pl
13259         * tools/multiwebsearch.pl
13260         * tools/newscache_clean.pl
13261         * tools/outlook2sylpheed.pl
13262         * tools/sylpheed-switcher
13263         * tools/update-po
13264         * tools/vcard2xml.py
13265         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
13266                 update FSF address
13267
13268 2005-09-21 [colin]      1.9.14cvs46
13269
13270         * src/gedit-print.c
13271         * src/procmsg.c
13272         * src/procmsg.h
13273         * src/textview.c
13274         * src/summaryview.c
13275                 Remove some printing hacks (deselection/reselection),
13276                 which by the way fix printing the currently 
13277                 displayed mime part (still only text)
13278                 Plus a little optimisation of summary_show
13279
13280
13281 2005-09-20 [colin]      1.9.14cvs45
13282
13283         * src/mainwindow.c
13284         * src/messageview.c
13285                 GUI fixups: add accels, set message
13286                 view title to displayed mail's subject
13287         * src/prefs_spelling.c
13288         * src/gtk/gtkaspell.c
13289                 GUI fixups: allow underlining misspelled
13290                 words instead of coloring them (a11y!)
13291
13292 2005-09-19 [colin]
13293
13294         1.9.15rc3 released
13295
13296 2005-09-19 [colin]      1.9.14cvs44
13297
13298         * src/compose.c
13299                 Fix draft message
13300         * src/gtk/gtkaspell.c
13301                 Fix wrong test ;-)
13302
13303 2005-09-19 [colin]      1.9.14cvs43
13304
13305         * src/addressbook.c
13306                 Fix sensitivity of Delete button
13307         * src/compose.c
13308                 Warn if the requested Privacy system
13309                 is not available
13310         * src/exphtmldlg.c
13311         * src/expldifdlg.c
13312         * src/importldif.c
13313         * src/importmutt.c
13314         * src/importpine.c
13315                 Fix crappy UI
13316         * src/
13317         * src/ssl.h
13318         * src/prefs_account.h
13319         * src/prefs_account.c
13320                 Save SSL prefs even in builds that have
13321                 SSL support disable
13322         * src/imap.c
13323         * src/inc.c
13324         * src/news.c
13325         * src/send_message.c
13326                 Warn if connection should be secure, but
13327                 SSL support isn't compiled in
13328         * src/gtkaspell.c
13329                 Fix word separation on UTF-8 systems
13330                 Fixes bug #812 (Strange inline spellchecking)
13331         * src/compose.c
13332                 Warn if the requested Privacy system
13333                 is not available
13334                 Factorize offline warning
13335         * src/imap.c
13336         * src/imap_gtk.c
13337         * src/imap_gtk.h
13338         * src/inc.h
13339         * src/news_gtk.c
13340         * src/news_gtk.h
13341         * src/messageview.c
13342                 Factorize offline warning
13343
13344 2005-09-19 [paul]
13345
13346         1.9.15-rc2 released
13347
13348 2005-09-18 [colin]      1.9.14cvs42
13349
13350         * src/codeconv.c
13351         * src/codeconv.h
13352         * src/procmime.c
13353                 Add a way to get locale's charset ignoring utf-8,
13354                 and use that as default encoding for broken mails
13355
13356 2005-09-18 [colin]      1.9.14cvs41
13357
13358         * src/gtk/logwindow.c
13359                 Translate string. Patch by Fabien Vantard
13360
13361 2005-09-18 [colin]      1.9.14cvs40
13362
13363         * configure.ac
13364                 Fix bug #803 (IMAP/SSL support breaks with 
13365                 GnuTLS libetpan 0.38)
13366
13367 2005-09-18 [colin]      1.9.14cvs39
13368
13369         * src/codeconv.c
13370         * src/compose.c
13371         * src/procmime.c
13372                 More charsets fixes. Fixes bug #806 (non
13373                 ascii characters in subject line)
13374
13375 2005-09-17 [paul]       1.9.14cvs38
13376
13377         * src/folderview.c
13378         * src/mainwindow.c
13379                 fix gcc-2.95 issues
13380                 Patch by Pawel Pekala
13381
13382 2005-09-17 [colin]      1.9.14cvs37
13383
13384         * src/addrindex.c
13385                 bugfix for NO-USE LDAP compilation, patch 
13386                 by Fabien Vantard
13387
13388 2005-09-17 [colin]      1.9.14cvs36
13389
13390         * src/prefs_actions.c
13391         * src/prefs_customheader.c
13392         * src/prefs_display_header.c
13393         * src/prefs_filtering_action.c
13394         * src/prefs_matcher.c
13395         * src/prefs_toolbar.c
13396                 Fix strange casts (less elegant but
13397                 works better)
13398
13399 2005-09-16 [colin]      1.9.14cvs35
13400
13401         * src/jpilot.c
13402                 Missed that one
13403
13404 2005-09-16 [colin]      1.9.14cvs34
13405
13406         * configure.ac
13407         * src/Makefile.am
13408         * src/addr_compl.c
13409         * src/addrindex.c
13410         * src/browseldap.c
13411         * src/editldap.c
13412         * src/ldaplocate.c
13413         * src/ldapquery.c
13414         * src/ldapquery.h
13415         * src/ldapserver.c
13416         * src/ldapserver.h
13417         * src/main.c
13418         * src/matcher_parser_parse.y
13419         * src/prefs_themes.c
13420         * src/etpan/Makefile.am
13421         * src/gtk/description_window.c
13422         * src/plugins/clamav/Makefile.am
13423         * src/plugins/clamav/clamav_plugin.c
13424         * src/plugins/dillo_viewer/Makefile.am
13425         * src/plugins/pgpcore/Makefile.am
13426         * src/plugins/pgpinline/Makefile.am
13427         * src/plugins/pgpmime/Makefile.am
13428         * src/plugins/trayicon/Makefile.am
13429                 Fix 100% cpu usage in address completion list
13430                 Fix little bugs (return with no values etc)
13431                 Fix all warnings (with common CFLAGS)
13432
13433 2005-09-15 [colin]      1.9.14cvs33
13434
13435         * src/addressbook.c
13436                 Fix bug where sometimes a group's email list is empty,
13437                 force its refresh (probably fixes "Re: how to create a 
13438                 distribution list")
13439         * src/ldapquery.c
13440                 Don't return to the callback in the main thread from the
13441                 fetch thread (or face segs!)
13442
13443 2005-09-15 [paul]       1.9.14cvs32
13444
13445         * src/prefs_matcher.c
13446                 forgotten in last commit
13447
13448 2005-09-15 [paul]       1.9.14cvs31
13449
13450         * src/prefs_actions.c
13451         * src/prefs_filtering_action.c
13452         * src/prefs_quote.c
13453         * src/quote_fmt.c
13454         * src/summaryview.c
13455         * src/gtk/description_window.c
13456         * src/gtk/description_window.h
13457         * src/gtk/quicksearch.c
13458                 allow interaction with the called
13459                 description window
13460                 Patch by Anders Hammar
13461
13462 2005-09-14 [paul]       1.9.14cvs30
13463
13464         * src/compose.c
13465                 fix a little annoyance when pasting with 3rd button 
13466                 with wrap_pastes=0 and wrap_input=1
13467                 Patch by Colin
13468
13469 2005-09-14 [paul]       1.9.14cvs29
13470
13471         * src/prefs_account.c
13472                 disable 'Filter messages on receiving' for
13473                 SMTP-only accounts
13474                 Patch  by Anders Hammar
13475
13476 2005-09-14 [paul]       1.9.14cvs28
13477
13478         * po/sk.po
13479                 fix crash
13480                 updated by Andrej Kacian
13481
13482 2005-09-14 [paul]
13483
13484         1.9.15-rc1 released
13485
13486 2005-09-14 [paul]       1.9.14cvs27
13487
13488         * po/es.po
13489                 updated by Ricardo Mones Lastra
13490         * src/compose.c
13491         * src/compose.h
13492                 associate no_wrap_tags to Compose windows
13493                 instead of using a static one
13494                 Patch by Colin
13495         * src/mbox.c
13496                 fix proc_mbox()
13497                 Patch by wwp
13498         * src/textview.c
13499                 remove unneeded printf()
13500
13501 2005-09-14 [paul]       1.9.14cvs26
13502
13503         * src/addrcache.c
13504         * src/codeconv.h
13505         * src/folder.h
13506         * src/mainwindow.h
13507         * src/mh.c
13508         * src/mimeview.h
13509         * src/partial_download.c
13510         * src/pop.c
13511         * src/prefs_account.c
13512         * src/prefs_account.h
13513         * src/prefs_actions.c
13514         * src/prefs_customheader.c
13515         * src/prefs_display_header.c
13516         * src/prefs_filtering_action.c
13517         * src/prefs_matcher.c
13518         * src/prefs_toolbar.c
13519         * src/privacy.h
13520         * src/procmime.c
13521         * src/procmime.h
13522         * src/procmsg.h
13523         * src/textview.c
13524         * src/undo.h
13525         * src/common/plugin.c
13526         * src/common/session.h
13527         * src/common/socket.c
13528         * src/common/socket.h
13529         * src/common/template.c
13530         * src/gtk/gtkaspell.c
13531         * src/gtk/quicksearch.h
13532         * src/plugins/pgpcore/passphrase.c
13533         * src/plugins/pgpcore/prefs_gpg.h
13534         * src/plugins/pgpcore/select-keys.c
13535         * src/plugins/pgpcore/select-keys.h
13536         * src/plugins/pgpcore/sgpgme.c
13537         * src/plugins/pgpinline/pgpinline.c
13538         * src/plugins/pgpmime/pgpmime.c
13539         * src/plugins/trayicon/trayicon.c
13540                 fix compilation warnings
13541                 Patch by Daniel Gustafson
13542
13543 2005-09-14 [paul]       1.9.14cvs25
13544
13545         * src/addressbook.c
13546                 add missing column header, and other small
13547                 bug fixes
13548                 Patch by Anders Hammar
13549
13550 2005-09-13 [colin]      1.9.14cvs24
13551
13552         * src/gtk/gtkaspell.c
13553                 Fix non-utf8 in menu
13554                 Fix little leaks
13555                 Nullify struct members after free()s
13556
13557 2005-09-13 [colin]      1.9.14cvs23
13558
13559         * src/compose.c
13560                 Test utf8 compliance before inserting to 
13561                 buffer, and try to convert if necessary
13562         * src/procmime.c
13563                 If no charset is present, use the locale 
13564                 one instead of us-ascii
13565         * src/procmsg.c
13566                 Add Sender, List-Post and To in the checked 
13567                 headers for automatic rules creation 
13568                 (thanks to wwp)
13569         * src/prefs_themes.c
13570         * src/gtk/gtkaspell.c
13571                 Remove deprecated functions. 
13572                 patch by Daniel Gustafson
13573
13574 2005-09-12 [colin]      1.9.14cvs22
13575
13576         * src/compose.c
13577                 Fix bug #448 (Scrolling/Redraw issue with 
13578                 address-fields in Header)
13579         * src/mainwindow.c
13580         * src/summaryview.c
13581         * src/summaryview.h
13582                 Fix loss of MSG_MARKED on move/copy
13583                 Fix bug #804 (Quicksearch togglebutton doesn't 
13584                 get depressed after '/' key is pressed)
13585
13586 2005-09-12 [paul]       1.9.14cvs21
13587
13588         * AUTHORS
13589         * src/gtk/logwindow.c
13590                 add 'Clear Log' to popup menu
13591                 Patch by Anders Hammar <anders.hammar@telia.com>
13592
13593 2005-09-12 [paul]       1.9.14cvs20
13594
13595         * src/compose.c
13596                 set correct sensitivity on attachments
13597                 popup menu
13598         * src/folder.c
13599                 fix typo
13600         * src/prefs_spelling.c
13601                 fix crash when no LANG env is set
13602         * src/common/xml.c
13603                 fix crash in wizard
13604                 don't use memeory after free
13605
13606         All patches by Daniel Gustafson
13607
13608 2005-09-12 [paul]       1.9.14cvs19
13609
13610         * src/prefs_themes.c
13611                 make theme info selectable
13612         * src/gtk/description_window.c
13613                 make window non-modal
13614         * tools/README
13615                 add details of asus_mailed.sh
13616         * tools/claws.i18n.status.pl
13617                 update for new zh_TW translator
13618                 widen the output
13619                 create alternate coloured lines
13620                 improve readability
13621
13622 2005-09-10 [colin]      1.9.14cvs18
13623
13624         * src/plugins/pgpcore/select-keys.c
13625                 Better order for the buttons
13626
13627 2005-09-10 [colin]      1.9.14cvs17
13628
13629         * src/compose.c
13630         * src/plugins/pgpcore/select-keys.c
13631         * src/plugins/pgpcore/select-keys.h
13632         * src/plugins/pgpcore/sgpgme.c
13633                 Add a "Don't encrypt" button to the key
13634                 selection dialog. Fixes bug #177 (There should be a 
13635                 'Don't encrypt button in the Select Keys dialog)
13636
13637 2005-09-10 [colin]      1.9.14cvs16
13638
13639         * src/compose.c
13640                 Fix bug #572 (%X option does not work with templates)
13641
13642 2005-09-10 [colin]      1.9.14cvs15
13643
13644         * src/toolbar.c 
13645                 Remove g_print
13646
13647 2005-09-10 [colin]      1.9.14cvs14
13648
13649         * src/imap.c
13650                 Fix a possible crash
13651
13652 2005-09-09 [colin]      1.9.14cvs13
13653
13654         * src/imap.c
13655         * src/etpan/imap-thread.c
13656         * src/etpan/imap-thread.h
13657                 Fix moving from queue or drafts to normal folders
13658                 Fix bug #794 (No way to delete without expunging)
13659                 Take flags unset by other mailers into account
13660                 Take deleted flag set by other mailers into account
13661                 Fix unsetting REPLIED flag
13662                 Fix crash when capabilities can't be retrieved
13663         * src/mainwindow.c
13664         * src/mainwindow.h
13665                 Add M_DELAYED_FLAGS condition, and let the user use
13666                 Execute in order to be able to expunge deleted mails,
13667                 even if he's not in delayed execute mode
13668         * src/prefs_spelling.c
13669                 Use 'en' dictionary by default if LANG is POSIX or C
13670         * src/gtk/prefswindow.c
13671                 Fix bug #767 (Preferences windows expanding) by making
13672                 the window a bit larger when the resolution is greater
13673                 than 640x480, and by putting the prefs in a
13674                 GtkScrolledWindow.
13675
13676 2005-09-09 [paul]       1.9.14cvs12
13677
13678         * AUTHORS
13679         * configure.ac
13680         * po/zh_TW.Big5.po      ** REMOVED **
13681         * po/zh_TW.po           ** ADDED **
13682                 updated by Wei-Lun Chao
13683
13684 2005-09-09 [paul]       1.9.14cvs11
13685
13686         * src/mainwindow.c
13687                 fix asserts
13688         * src/common/xml.c
13689                 delay memory allocation until file is
13690                 opened successfully
13691                 Patch by Daniel Gustafson
13692
13693 2005-09-09 [colin]      1.9.14cvs10
13694
13695         * src/imap.c
13696                 Add guards
13697
13698 2005-09-08 [colin]      1.9.14cvs9
13699
13700         * src/compose.c
13701                 Alert when we can't save draft
13702                 Fix various wrap/color issues
13703                 Add mid-click pasting respecting wrap_paste option
13704         * src/folder.c
13705         * src/folder.h
13706         * src/folder_item_prefs.c
13707         * src/folder_item_prefs.h
13708         * src/imap.c
13709         * src/imap_gtk.c
13710         * src/imap_gtk.h
13711         * src/main.c
13712         * src/mainwindow.c
13713         * src/mainwindow.h
13714         * src/news.c
13715         * src/news_gtk.c
13716         * src/news_gtk.h
13717         * src/prefs_folder_item.c
13718                 Fix the impossibility to synchronise folders for
13719                 offline use (IMAP and NNTP are concerned)
13720
13721 2005-09-08 [colin]      1.9.14cvs8
13722
13723         * configure.ac
13724                 Build LDAP and JPilot by default if available
13725         * src/textview.c
13726                 Fix use after free
13727
13728 2005-09-08 [paul]       1.9.14cvs7
13729
13730         * doc/manual/en/sylpheed-1.html
13731         * doc/manual/en/sylpheed-18.html
13732         * doc/manual/en/sylpheed-19.html
13733         * doc/manual/en/sylpheed-4.html
13734         * doc/manual/en/sylpheed-6.html
13735         * doc/manual/en/sylpheed.html
13736                 a few minor updates, plus include some
13737                 details about plugins and their requirements
13738         * src/mainwindow.c
13739                 minor changes to English in /View/Sort
13740
13741 2005-09-07 [colin]      1.9.14cvs6
13742
13743         * doc/manual/en/sylpheed-1.html
13744         * doc/manual/en/sylpheed-10.html
13745         * doc/manual/en/sylpheed-11.html
13746         * doc/manual/en/sylpheed-12.html
13747         * doc/manual/en/sylpheed-13.html
13748         * doc/manual/en/sylpheed-14.html
13749         * doc/manual/en/sylpheed-15.html
13750         * doc/manual/en/sylpheed-16.html
13751         * doc/manual/en/sylpheed-17.html
13752         * doc/manual/en/sylpheed-18.html
13753         * doc/manual/en/sylpheed-19.html
13754         * doc/manual/en/sylpheed-2.html
13755         * doc/manual/en/sylpheed-20.html
13756         * doc/manual/en/sylpheed-21.html
13757         * doc/manual/en/sylpheed-22.html
13758         * doc/manual/en/sylpheed-3.html
13759         * doc/manual/en/sylpheed-4.html
13760         * doc/manual/en/sylpheed-5.html
13761         * doc/manual/en/sylpheed-6.html
13762         * doc/manual/en/sylpheed-7.html
13763         * doc/manual/en/sylpheed-8.html
13764         * doc/manual/en/sylpheed-9.html
13765         * doc/manual/en/sylpheed.html
13766                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
13767
13768 2005-09-07 [colin]      1.9.14cvs5
13769
13770         * src/mainwindow.c
13771                 Make labels more to-the-point
13772
13773 2005-09-07 [colin]      1.9.14cvs4
13774
13775         * doc/manual/en/sylpheed-1.html
13776         * doc/manual/en/sylpheed-12.html
13777         * doc/manual/en/sylpheed-13.html
13778         * doc/manual/en/sylpheed-14.html
13779         * doc/manual/en/sylpheed-15.html
13780         * doc/manual/en/sylpheed-16.html
13781         * doc/manual/en/sylpheed-17.html
13782         * doc/manual/en/sylpheed-18.html
13783         * doc/manual/en/sylpheed-19.html
13784         * doc/manual/en/sylpheed-2.html
13785         * doc/manual/en/sylpheed-20.html
13786         * doc/manual/en/sylpheed-21.html
13787         * doc/manual/en/sylpheed-22.html
13788         * doc/manual/en/sylpheed-4.html
13789         * doc/manual/en/sylpheed-5.html
13790         * doc/manual/en/sylpheed-6.html
13791         * doc/manual/en/sylpheed-7.html
13792         * doc/manual/en/sylpheed-8.html
13793         * doc/manual/en/sylpheed-9.html
13794         * doc/manual/en/sylpheed.html
13795                 Update manual
13796
13797 2005-09-07 [colin]      1.9.14cvs3
13798
13799         * doc/faq/en/sylpheed-faq-1.html
13800         * doc/faq/en/sylpheed-faq-2.html
13801         * doc/faq/en/sylpheed-faq-3.html
13802         * doc/faq/en/sylpheed-faq.html
13803                 Update FAQ
13804
13805 2005-09-07 [colin]      1.9.14cvs2
13806
13807         * src/folderview.c
13808         * src/procmsg.c
13809         * src/summaryview.c
13810         * src/toolbar.c
13811                 Fix special subfolders:
13812                 - Inherit parent's icon
13813                 - sent contents of queues subfolders
13814                 - empty subfolders of trashes
13815         * src/mainwindow.c
13816                 Remove outdated manual and faq entries
13817         * src/common/utils.c
13818                 Add quotes around %s coming from mailcap
13819
13820 2005-09-07 [colin]      1.9.14cvs1
13821
13822         * src/compose.c
13823                 After saving draft, set modified to FALSE
13824         * src/mimeview.c
13825         * src/common/utils.c
13826         * src/common/utils.h
13827                 Try to open mime parts using what is 
13828                 indicated in ~/.mailcap or /etc/mailcap,
13829                 if possible.
13830
13831 2005-09-05 [paul]       1.9.14
13832
13833         1.9.14 released
13834
13835         * po/sk.po
13836                 updated by Andrej Kacian
13837
13838 2005-09-05 [paul]       1.9.13cvs83
13839
13840         * po/de.po
13841         * po/es.po
13842         * po/fi.po
13843         * po/fr.po
13844         * po/nb.po
13845         * po/pt_BR.po
13846         * po/sr.po
13847                 updated translations by Thomas Gilgin, Ricardo Mones
13848                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
13849                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
13850
13851 2005-09-04 [paul]       1.9.13cvs82
13852
13853         * src/compose.c
13854                 only warn about exceeded line length limit
13855                 on send
13856
13857 2005-09-04 [paul]       1.9.13cvs81
13858
13859         * src/compose.c
13860                 fix crash in 'line length exceeded' dialogue
13861
13862 2005-09-02 [paul]       1.9.13cvs80
13863
13864         * src/imap.c
13865                 fix bug 795, 'Connection lost IMAP'
13866                 and add statusbar prints
13867                 Patch by Colin
13868
13869 2005-09-02 [paul]       1.9.13cvs79
13870
13871         * src/compose.c
13872                 compose_wrap_paragraph() becomes
13873                 compose_beautify_paragraph()
13874                 Patch by Colin
13875
13876 2005-09-02 [colin]      1.9.13cvs78
13877
13878         * src/folderview.c
13879                 Micro-fix
13880
13881 2005-09-01 [colin]      1.9.13cvs77
13882
13883         * src/imap.c
13884                 Maybe fix bug #795 (Connection lost IMAP)
13885                 Don't try to send logout when we're disconnected.
13886         * src/summaryview.c
13887                 Include locked and marked emails in HRM
13888                 view. Fixes bug #800 (Locked messages no longer 
13889                 show up when hide read messages is used)
13890
13891 2005-09-01 [paul]       1.9.13cvs76
13892
13893         * src/prefs_common.c
13894                 fix bad cutting
13895
13896 2005-08-31 [colin]      1.9.13cvs75
13897
13898         * src/folderview.c
13899         * src/folderview.h
13900         * src/prefs_summaries.c
13901         * src/summaryview.c
13902                 Fix "go to next new", fix preference
13903                 (Open unread/next swapped)
13904
13905 2005-08-31 [paul]       1.9.13cvs74
13906
13907         * src/compose.c
13908         * src/folderview.c
13909         * src/headerview.c
13910         * src/headerview.h
13911         * src/mainwindow.c
13912         * src/prefs_common.c
13913         * src/prefs_common.h
13914         * src/prefs_fonts.c
13915         * src/summaryview.c
13916         * src/textview.c
13917         * src/common/defs.h
13918                 remove obsolete BOLD_FONT setting
13919                 fix font update in headerview and textview
13920                 headers after prefs change
13921                 Patch By Colin
13922
13923 2005-08-31 [paul]
13924
13925         1.9.14-rc4 released
13926
13927 2005-08-30 [colin]      1.9.13cvs73
13928
13929         * src/summaryview.c
13930                 When Hide read messages is selected and we
13931                 refresh the summaryview, don't remove the 
13932                 currently displayed message. Fixes bug #797
13933                 (Summary view reloads when new mail is 
13934                 downloaded in 1.9.14 rc)
13935
13936 2005-08-30 [colin]      1.9.13cvs72
13937
13938         * src/folderview.c
13939                 Fix flickering
13940         * src/mainwindow.c
13941                 Remove useless callback
13942         * src/mimeview.c
13943         * src/gtk/filesel.c
13944         * src/gtk/filesel.h
13945                 Add a filesel_select_file_save_folder() - used by Save All
13946
13947 2005-08-29 [paul]       1.9.13cvs71
13948
13949         * AUTHORS
13950         * src/matcher_parser_parse.y
13951         * src/etpan/imap-thread.c
13952                 fix building on FreeBSD
13953                 Patch by Daniel Gustafson <daniel@hobbit.se>
13954
13955 2005-08-29 [paul]       1.9.13cvs70
13956
13957         * src/plugins/pgpinline/pgpinline.c
13958                 only initialise sig result if it's been handled
13959                 Patch by Colin
13960
13961 2005-08-29 [paul]       1.9.13cvs69
13962         
13963         Patches by Colin:
13964
13965         * src/imap.c
13966         * src/common.utils.c
13967         * src/common/utils.h
13968                 optimisation
13969         * src/stock_pixmap.h
13970                 fix wrong icon reference
13971         * src/pixmaps/trash_btn.xpm
13972                 replace with nicer image
13973
13974 2005-08-28 [colin]      1.9.13cvs68
13975
13976         * src/Makefile.am
13977         * src/stock_pixmap.c
13978         * src/stock_pixmap.h
13979         * src/toolbar.c
13980         * src/pixmaps/trash_btn.xpm
13981                 Add a specific trash xpm for the button
13982
13983 2005-08-28 [colin]      1.9.13cvs67
13984
13985         * src/imap.c
13986                 Fix leak
13987
13988 2005-08-27 [colin]      1.9.13cvs66
13989
13990         * src/imap.c
13991         * src/procmime.c
13992                 Correctly fix "Problem with replies", fixes
13993                 pgpmime encryption too. 
13994
13995 2005-08-27 [colin]      1.9.13cvs65
13996
13997         * src/folder.c
13998         * src/procmsg.c
13999         * src/procmsg.h
14000         * src/summaryview.c
14001                 Fix bug #517 (messages removed from summaryview 
14002                 when moving fails)
14003
14004 2005-08-27 [colin]      1.9.13cvs64
14005
14006         * tools/Makefile.am
14007         * tools/asus_mailled.sh
14008                 Add a script to blink ASUS laptops' mail LED where there
14009                 is unread mail.
14010
14011 2005-08-27 [colin]      1.9.13cvs63
14012
14013         * src/imap.c
14014         * src/etpan/imap-thread.c
14015         * src/etpan/imap-thread.h
14016                 Implement automatic choosing of login method
14017                 Fixes bug #791
14018         * src/gtk/.cvsignore
14019                 Add sylpheed-marshal.[ch]
14020
14021 2005-08-27 [colin]      1.9.13cvs62
14022
14023         * src/common/utils.c
14024                 Fix confusing perror
14025
14026 2005-08-27 [colin]      1.9.13cvs61
14027
14028         * src/toolbar.c
14029         * src/toolbar.h
14030                 Remove A_DELETE, replace it with 
14031                 A_TRASH and A_DELETE_REAL. Automatically
14032                 rewrite config files to replace A_DELETE
14033                 with A_TRASH (no functionality change).
14034                 Fixes half of #794
14035
14036 2005-08-26 [colin]      1.9.13cvs60
14037
14038         * src/procmime.c
14039                 Previous "Problem with replies" fix brought other
14040                 problems, fixing them
14041
14042 2005-08-26 [colin]      1.9.13cvs59
14043
14044         * src/procmime.c
14045                 Fix "Problem with replies". This happened only
14046                 on IMAP...
14047         * src/procmsg.c
14048                 Factorize code a bit
14049         * src/compose.c
14050                 Speed improvement on very long messages (wrapping)
14051                 Fix signature color on Reedit and Redirect
14052                 On Reedit, don't attach pgp-signatures parts, but
14053                 set signing to On.
14054
14055 2005-08-24 [paul]       1.9.13cvs58
14056
14057         * src/compose.c
14058                 don't claim success when clicking
14059                 Cancel on the passphrase box.
14060                 Patch by Colin
14061
14062 2005-08-24 [paul]       1.9.13cvs57
14063
14064         * src/main.c
14065                 fix misplaced sylpheed.log
14066         * src/common/defs.h
14067                 define UIDL_DIR
14068
14069 2005-08-24 [paul]       1.9.13cvs56
14070
14071         * src/imap.c
14072         * src/etpan/imap-thread.c
14073         * src/etpan/imap-thread.h
14074                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
14075                 Patch by Colin
14076         * src/gtk/sylpheed-marshal.c    ** REMOVED **
14077         * src/gtk/sylpheed-marshal.h    ** REMOVED **
14078                 remove autogenerated files
14079         * tools/kdeservicemenu/README
14080         * tools/kdeservicemenu/install.sh
14081         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
14082         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
14083                 use Claws icon, use 'Sylpheed-Claws' in menu,
14084                 use kdialog, and other cleanups
14085
14086 2005-08-23 [paul]       1.9.13cvs55
14087
14088         * src/compose.c
14089                 fix paste/wrap crash
14090                 Patch by Colin
14091
14092 2005-08-23 [paul]       1.9.13cvs54
14093
14094         * src/main.c
14095                 fix crash recovery
14096                 Patch by Colin
14097
14098 2005-08-23 [paul]       1.9.13cvs53
14099
14100         * src/addressbook.c
14101         * src/editaddress.c
14102                 view all data of LDAP contacts
14103                 Patch by Colin
14104
14105 2005-08-23 [paul]       1.9.13cvs52
14106
14107         * src/addressbook.c
14108                 fix issues with the Search field
14109                 Patch by Colin
14110
14111 2005-08-22 [paul]       1.9.13cvs51
14112
14113         * src/folderview.c
14114                 put name of folder in processing dialog
14115                 title
14116         * src/prefs_folder_item.c
14117                 improve english usage
14118
14119 2005-08-22 [paul]       1.9.13cvs50
14120
14121         * src/filtering.c
14122         * src/filtering.h
14123         * src/matcher.c
14124         * src/matcher_parser_lex.l
14125         * src/matcher_parser_parse.y
14126         * src/prefs_filtering.c
14127                 add Filtering/Processing rule names feature.
14128                 (the incompatible old matcherrc is saved as
14129                 matcherrc.pre_names).
14130                 Patch by Colin
14131
14132 2005-08-22 [paul]       1.9.13cvs49
14133
14134         * src/procmsg.c
14135                 fix colour labelling
14136                 Patch by Colin
14137
14138 2005-08-22 [paul]       1.9.13cvs48
14139
14140         * src/textview.c
14141                 fix open_image_cb()
14142
14143 2005-08-22 [paul]       1.9.13cvs47
14144
14145         * src/imap.c
14146                 fix bug 789, 'SC crashes with imap (CVS ver)'
14147                 Patch by Colin
14148
14149 2005-08-22 [paul]       1.9.13cvs46
14150
14151         * src/mimeview.c
14152         * src/prefs_common.c
14153         * src/common/defs.h
14154                 define reused defaults in defs.h
14155         * src/textview.c
14156                 add 'Open image' to image popup menu
14157
14158 2005-08-21 [colin]      1.9.13cvs45
14159
14160         * src/summaryview.c
14161                 Fix bug #788 (Bogus "From" address displayed)
14162
14163 2005-08-20 [colin]      1.9.13cvs44
14164
14165         * src/folder.c
14166                 Fix buf #787 (multilevel delete causes SIGSEGV)
14167
14168 2005-08-19 [colin]      1.9.13cvs43
14169
14170         * src/inc.c
14171         * src/prefs_common.c
14172         * src/prefs_common.h
14173                 Add an hidden pref to allow modifying the
14174                 update stepping in incorporation.
14175                 Patch by wwp.
14176
14177 2005-08-19 [colin]      1.9.13cvs42
14178
14179         * src/compose.c
14180         * src/procmime.c
14181                 Workaround for broken MUAs: encode 
14182                 Content-type: name: as ASCII and 
14183                 Content-Disposition: filename: as
14184                 per rfc2231
14185         * src/prefs_account.c
14186                 Fix invisible-ness of SMTP SSL prefs
14187                 in NNTP accounts
14188
14189 2005-08-19 [paul]       1.9.13cvs41
14190
14191         * src/compose.c
14192         * src/prefs_common.c
14193         * src/prefs_common.h
14194         * src/prefs_wrapping.c
14195                 paste with or without wrapping.
14196                 patch by Colin
14197
14198 2005-08-19 [paul]       1.9.13cvs40
14199
14200         * src/prefs_common.c
14201         * src/prefs_common.h
14202         * src/summaryview.c
14203                 reintroduce enable_swap_from as a
14204                 hidden pref. patch by Colin
14205         * src/quote_fmt_parse.y
14206         * src/plugins/clamav/clamav_plugin.c
14207         * src/plugins/dillo_viewer/dillo_viewer.c
14208         * src/plugins/mathml_viewer/mathml_viewer.c
14209         * src/plugins/pgpcore/sgpgme.c
14210         * src/plugins/pgpinline/pgpinline.c
14211         * src/plugins/pgpmime/pgpmime.c
14212                 tidy up. patch by Colin
14213
14214 2005-08-19 [paul]       1.9.13cvs39
14215
14216         * configure.ac
14217                 complete cvs38's sync
14218         * src/editaddress.c
14219         * src/gedit-print.c
14220         * src/mutt.c
14221         * src/etpan/etpan-log.c
14222         * src/etpan/imap-thread.c
14223         * src/gtk/gtksourceprintjob.c
14224                 fix compilation warnings
14225                 (patch by Colin)
14226
14227 2005-08-19 [paul]       1.9.13cvs38
14228
14229         sync with main:
14230
14231         * src/account.c
14232         * src/action.c
14233         * src/addrbook.c
14234         * src/addrcache.c
14235         * src/addrharvest.c
14236         * src/addrindex.c
14237         * src/codeconv.c
14238         * src/compose.c
14239         * src/crash.c
14240         * src/exporthtml.c
14241         * src/exportldif.c
14242         * src/folder.c
14243         * src/image_viewer.c
14244         * src/inc.c
14245         * src/inc.h
14246         * src/jpilot.c
14247         * src/ldif.c
14248         * src/main.c
14249         * src/matcher.c
14250         * src/mbox.c
14251         * src/messageview.c
14252         * src/mh.c
14253         * src/mimeview.c
14254         * src/msgcache.c
14255         * src/mutt.c
14256         * src/news.c
14257         * src/partial_download.c
14258         * src/pine.c
14259         * src/pop.c
14260         * src/prefs_actions.c
14261         * src/prefs_common.c
14262         * src/prefs_customheader.c
14263         * src/prefs_display_header.c
14264         * src/prefs_gtk.c
14265         * src/prefs_themes.c
14266         * src/procheader.c
14267         * src/procmime.c
14268         * src/procmsg.c
14269         * src/recv.c
14270         * src/send_message.c
14271         * src/simple-gettext.c
14272         * src/sourcewindow.c
14273         * src/textview.c
14274         * src/vcard.c
14275         * src/common/defs.h
14276         * src/common/log.c
14277         * src/common/plugin.c
14278         * src/common/prefs.c
14279         * src/common/session.c
14280         * src/common/session.h
14281         * src/common/socket.c
14282         * src/common/socket.h
14283         * src/common/ssl_certificate.c
14284         * src/common/template.c
14285         * src/common/utils.c
14286         * src/common/utils.h
14287         * src/common/xml.c
14288         * src/gtk/about.c
14289         added wrappers for C library function that
14290                 take pathname arguments.
14291                 enabled compilation with MinGW.
14292                 use GDir instead of directly using opendir().
14293                 added rename_force().
14294
14295 2005-08-19 [paul]       1.9.13cvs37
14296         
14297         patches by Colin:
14298         * src/compose.c
14299                 fix privacy settings on re-editing
14300                 a sent message
14301         * src/jpilot.c
14302                 fix encoding bug
14303         * src/folder.c
14304         * src/procmsg.c
14305         * src/procmsg.h
14306         * src/summaryview.c
14307                 flag changing optimisation
14308
14309 2005-08-18 [martin]     1.9.13cvs36
14310
14311         * commitHelper
14312             added my login
14313         * src/addrcache.c
14314         * src/addrharvest.c
14315         * src/addrindex.c
14316         * src/compose.c
14317         * src/grouplistdialog.c
14318         * src/main.c
14319         * src/mainwindow.c
14320         * src/msgcache.c
14321         * src/mutt.c
14322         * src/pine.c
14323         * src/prefs_account.c
14324         * src/prefs_themes.c
14325         * src/stock_pixmap.c
14326         * src/summaryview.c
14327         * src/gtk/about.c
14328         * src/gtk/logwindow.c
14329             removed deprecated glib and gdk stuff
14330         * src/plugins/pgpcore/select-keys.c
14331             convert attributes from locale to utf8
14332
14333 2005-08-17 [paul]       1.9.13cvs35
14334
14335         * src/account.c
14336         * src/addressbook.c
14337                 use new GTK_STOCK_ icons if available
14338         * src/summaryview.c
14339         * src/gtk/gtksctree.c
14340         * src/gtk/gtksctree.h
14341                 faster range select. patch by Colin
14342
14343 2005-08-17 [paul]       1.9.13cvs34
14344
14345         patches by colin:
14346         * src/addressbook.c
14347         * src/addressitem.h
14348                 Add an edit button for contacts, fix selections
14349                 of gtksctree items
14350         * src/editaddress.c
14351                 Change labels, let Save be always possible in the
14352                 email and user atributes tabs
14353         * src/folderview.c
14354                 fix sort issues
14355         * src/summaryview.c
14356                 select next item instead of the displayed one
14357                 after deletion
14358
14359         * src/gtk/progressdialog.c
14360                 use prefs_common.enable_rules_hint
14361
14362 2005-08-13 [hoa]        1.9.13cvs33
14363
14364         * src/etpan/imap-thread.c
14365                 fixed build on Solaris.
14366
14367 2005-08-10 [colin]      1.9.13cvs32
14368
14369         * src/procmsg.c
14370                 Fix cvs31 (missing fclose before reading
14371                 the file)
14372
14373 2005-08-10 [colin]      1.9.13cvs31
14374
14375         * src/procmsg.c
14376                 Fix procmsg_msginfo_new_from_mimeinfo() when
14377                 the MimeInfo isn't stored in memory. This fixes
14378                 replying to an attached message.
14379
14380 2005-08-10 [colin]      1.9.13cvs30
14381
14382         * src/mainwindow.c
14383                 Fix slowness in account changing
14384
14385 2005-08-10 [colin]      1.9.13cvs29
14386
14387         * src/folder.c
14388         * src/folderutils.c
14389         * src/folderview.c
14390         * src/imap_gtk.c
14391         * src/mainwindow.c
14392         * src/mh_gtk.c
14393         * src/procmsg.c
14394         * src/summaryview.c
14395                 Optimize folder_has_parent_of_type
14396                 Prevent moving special sub-folders from contextual menus
14397                 Rework message a bit ("Empty all messages" -> "Delete all
14398                 messages")
14399                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
14400                 and "Deleted Items" folders)
14401
14402 2005-08-08 [colin]      1.9.13cvs28
14403
14404         * src/summaryview.c
14405         * src/prefs_summaries.c
14406                 Make "Select first unread|new" more flexible
14407                 (just prioritize new or unread)
14408
14409 2005-08-08 [colin]      1.9.13cvs27
14410
14411         * src/summaryview.c
14412                 If "select first new" is selected and there only
14413                 are unread messages, fallback to "select first
14414                 unread".
14415
14416 2005-08-08 [colin]      1.9.13cvs26
14417
14418         * src/folder.c
14419                 Fix shameful bugs (and bug #779)
14420
14421 2005-08-08 [colin]      1.9.13cvs25
14422
14423         * src/folder.c
14424         * src/folder.h
14425                 Cache parents' type to make folder_has_parent_of_type
14426                 faster
14427         * src/folderview.c
14428                 Forbid DnD of special sub-folders
14429         * src/procmsg.c
14430         * src/procmsg.h
14431                 Add MAIL_POSTFILTERING_HOOK
14432         * src/summaryview.c
14433                 Revert over-zealous deletion of the use_addr_book 
14434                 code
14435
14436 2005-08-07 [colin]      1.9.13cvs24
14437
14438         * src/folder.c
14439                 Fix big mistake (passing MsgInfo instead 
14440                 of FolderItem)
14441
14442 2005-08-07 [colin]      1.9.13cvs23
14443
14444         * src/compose.c
14445         * src/folder.c
14446         * src/folder.h
14447         * src/foldersel.c
14448         * src/folderutils.c
14449         * src/folderview.c
14450         * src/imap.c
14451         * src/mainwindow.c
14452         * src/messageview.c
14453         * src/mh.c
14454         * src/msgcache.c
14455         * src/procmime.c
14456         * src/summaryview.c
14457                 Make subfolders of Drafts, Queue, Outbox, Trash
14458                 work like their parents. 
14459                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
14460
14461 2005-08-07 [colin]      1.9.13cvs22
14462
14463         * src/addressbook.c
14464                 Fix bug #771 (Dragged contacts not saved)
14465
14466 2005-08-07 [paul]       1.9.13cvs21
14467
14468         * src/summaryview.c
14469                 fix bug 32 'Search Doesn't display results
14470                 if "Hide Read Messages" is chosen'
14471                 be more literal in interpreting 'Hide read
14472                 messages'
14473
14474 2005-08-07 [colin]      1.9.13cvs20
14475
14476         * src/folderview.c
14477                 Add debug
14478         * src/summaryview.c
14479                 Faster 'unthread_for_execution'
14480
14481 2005-08-06 [paul]       1.9.13cvs19
14482
14483         * src/mainwindow.c
14484                 add mnemonics to Set displayed columns
14485                 fix bug where msgview_visible option was
14486                 overwritten as TRUE on startup
14487
14488 2005-08-06 [paul]       1.9.13cvs18
14489
14490         * src/mainwindow.c
14491                 refer to 'displayed columns in folder/message
14492                 list' not 'displayed items in summary/message view'
14493         * src/prefs_display_header.c
14494                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
14495                 be consistent with similar dialogues
14496         * src/prefs_folder_column.c
14497         * src/prefs_summary_column.c
14498                 'columns' not 'items', and folder and message lists,
14499                 instead of folder and summary views;
14500                 Use 'Hidden columns' as list heading not 'Available
14501                 items';
14502                 move the 'Remove' button to the right hand side;
14503                 top-align the buttons;
14504                 remove unneeded vbox
14505         * src/prefs_summaries.c
14506                 put the 2 column prefs buttons in a frame to reduce
14507                 overall width; refer to columns not items &c.
14508
14509 2005-08-05 [colin]      1.9.13cvs17
14510
14511         * src/prefs_common.c
14512         * src/prefs_common.h
14513         * src/mainwindow.c
14514         * src/compose.c
14515         * src/messageview.c
14516                 Add an hidden toolbar_detachable pref, so
14517                 that I can get rid of these painful handles
14518                 in the toolbars. Defaults to TRUE to avoid
14519                 changing the GUI on unsuspecting people...
14520
14521 2005-08-05 [colin]      1.9.13cvs16
14522
14523         * src/Makefile.am
14524         * src/prefs_folder_column.c
14525         * src/prefs_folder_column.h
14526                 Add prefs for folder columns
14527         * src/folderview.c
14528         * src/folderview.h
14529         * src/mainwindow.c
14530         * src/mainwindow.h
14531         * src/prefs_common.c
14532         * src/prefs_common.h
14533         * src/prefs_summaries.c
14534                 Use them
14535         * src/prefs_summary_column.c
14536         * src/summaryview.c
14537         * src/summaryview.h
14538                 Add a To column
14539         * src/textview.c
14540         * src/common/utils.c
14541         * src/common/utils.h
14542                 Move uri colourisation functions
14543                 to utils
14544         * src/compose.c
14545                 Colourise URIs
14546         * src/imap.c
14547                 Fix bug with LIST where we'd try
14548                 to get Folder//////[...]/// 
14549
14550 2005-08-05 [paul]       1.9.13cvs15
14551
14552         * src/prefs_summaries.c
14553                 improve the English usage
14554         * src/summaryview.c
14555                 set font on column change
14556                 thanks to Colin
14557
14558 2005-08-05 [paul]       1.9.13cvs14
14559
14560         * src/prefs_common.c
14561         * src/prefs_common.h
14562         * src/prefs_summaries.c
14563         * src/summaryview.c
14564                 replace 'open_unread_on_enter' option with
14565                 'select_on_entry' option. opening/not opening
14566                 is now exclusively controlled by 'always_show_msg'
14567
14568 2005-08-04 [colin]      1.9.13cvs13
14569
14570         * src/compose.c
14571                 Remove dead code
14572                 Add colourisation of quotes and signatures
14573         * src/folderview.c
14574                 Fix possible crashes
14575         * src/messageview.c
14576                 Change an assert that is no problem
14577         * src/news.c
14578         * src/news_gtk.c
14579         * src/news_gtk.h
14580                 Fix offline mode
14581         * src/gtk/quicksearch.c
14582                 Fix a possible crash
14583
14584 2005-08-03 [colin]      1.9.13cvs12
14585
14586         * src/prefs_account.c
14587                 Fix bug #777 (Sylpheed crash in account configuration)
14588
14589 2005-08-03 [colin]      1.9.13cvs11
14590
14591         * src/addressbook.c
14592         * src/editaddress.c
14593         * src/editgroup.c
14594                 Fixing addressbook, round 2
14595         * src/textview.c
14596                 Fix emphasis color on rechecking 'Colorize messages'
14597
14598 2005-08-03 [paul]       1.9.13cvs10
14599
14600         sync with main
14601
14602         * src/addr_compl.c
14603         * src/compose.c
14604         * src/main.c
14605         * src/pop.c
14606         * src/prefs_account.c
14607         * src/procmime.c
14608         * src/procmsg.c
14609         * src/quote_fmt_parse.y
14610         * src/textview.c
14611         * src/common/quoted-printable.c
14612         * src/common/utils.c
14613         * src/common/utils.h
14614         * src/common/xml.c
14615                 replaced incorrect locale-independent
14616                 ctype functions with GLib's. Corrected
14617                 signedness mismatch.
14618         * src/headerview.c
14619                 headerview_create(): added spacing for vbox.
14620         * src/gtk/about.c
14621                 set focus to the OK button.
14622
14623 2005-08-03 [colin]      1.9.13cvs9
14624
14625         * src/folderview.c
14626                 Fix possible crash
14627
14628 2005-08-02 [colin]      1.9.13cvs8
14629
14630         * src/mainwindow.c
14631                 Fix cast
14632         * src/addressbook.c
14633         * src/addressitem.h
14634                 Fix a cast and more generally, try to make the
14635                 GUI more intuitive and consistent (round 1)
14636
14637 2005-08-02 [paul]       1.9.13cvs7
14638
14639         * src/folder.h
14640                 missing in 1.9.13cvs6
14641
14642 2005-08-02 [colin]      1.9.13cvs6
14643
14644         * src/folder.c
14645                 Fix one more leak
14646
14647 2005-08-02 [colin]      1.9.13cvs5
14648
14649         * src/folder.c
14650         * src/folderview.c
14651         * src/imap.c
14652         * src/main.c
14653         * src/mbox.c
14654         * src/procmsg.c
14655         * src/summaryview.c
14656                 Fix a number of folder_item_get_msg_list()-related
14657                 leaks (missing procmsg_msginfo_free()s)
14658
14659 2005-08-01 [colin]      1.9.13cvs4
14660
14661         * src/folderview.c
14662         * src/folderview.h
14663         * src/mainwindow.c
14664         * src/prefs_fonts.c
14665         * src/prefs_summaries.c
14666         * src/prefs_themes.c
14667         * src/summaryview.c
14668         * src/summaryview.h
14669         * src/textview.c
14670         * src/textview.h
14671                 Fix instant-apply of summary and folderview-related prefs
14672                 Fix erroneous g_free and alertpanels in prefs_theme
14673                 Add instant-apply for fonts
14674                 Defer applying of prefs a little bit so it's done only
14675                 once even if requested by multiples prefs pages
14676
14677 2005-08-01 [paul]       1.9.13cvs3
14678
14679         * src/main.c
14680                 fix bug 776 'S.C. crashes on close'
14681                 thanks to Colin
14682         * src/etpan/etpan-thread-manager-types.h
14683                 add missing include
14684                 thanks to Hoa
14685
14686 2005-07-25 [paul]       1.9.13cvs2
14687
14688         * src/summaryview.c
14689                 fix typos. spotted by Fabien Vantard
14690
14691 2005-07-24 [paul]       1.9.13cvs1
14692
14693         * doc/man/sylpheed.1
14694                 update man page, incorporating fix of
14695                 bug 769 'Typo in manpage'
14696         * src/etpan/imap-thread.c
14697                 fix NetBSD openssl dependencies. patch by
14698                 George Michaelson <ggm@apnic.net>
14699         * po/pt_BR.po
14700                 updated by Frederico Goncalves Guimaraes
14701
14702 2005-07-22 [paul]       1.9.13
14703
14704         1.9.13 release
14705
14706 2005-07-22 [paul]       1.9.12cvs91
14707
14708         * AUTHORS
14709         * INSTALL
14710         * README.claws
14711         * RELEASE_NOTES.claws
14712                 updated for release
14713         * configure.ac
14714         * po/nb.po
14715         * tools/claws.i18n.status.pl
14716                 add Norwegian translation. submiited by
14717                 Geir Helland <pjallabais@users.sourceforge.net>
14718         * po/ca.po
14719         * po/de.po
14720         * po/es.po
14721         * po/fi.po
14722         * po/fr.po
14723         * po/it.po
14724         * po/sk.po
14725         * po/sr.po
14726         * po/zh_CN.po
14727                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
14728                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
14729                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
14730                 Yang Guilong
14731         * src/plugins/clamav/clamav_plugin_gtk.c
14732         * src/plugins/spamassassin/spamassassin_gtk.c
14733                 replace outdated description strings
14734
14735 2005-07-21 [colin]      1.9.12cvs90
14736
14737         * src/folder.c
14738                 Set folder to batch mode when scanning it. Makes deletion
14739                 of unread mails on IMAP much faster (due to the UNREAD 
14740                 flag unsetting)
14741
14742 2005-07-21 [darko]      1.9.12cvs89
14743
14744         * configure.ac
14745                 link against libresolv if necessary (patch by Paul)
14746         * src/msgcache.c
14747                 use glib's portable macros to determine endianness
14748
14749 2005-07-21 [paul]       1.9.12cvs88
14750
14751         * src/crash.c
14752         * src/gtk/about.c
14753                 update compiled-in features list
14754
14755 2005-07-20 [colin]      1.9.12cvs87
14756
14757         * src/folder.c
14758         * src/textview.c
14759                 Gcc 2.9x compilation fixes, thanks to Darko
14760         * src/plugins/clamav/clamav_plugin.c
14761                 Little optimisation: load virus database only once
14762         * src/plugins/spamassassin/spamassassin.c
14763                 Big optimisation: filtering one mail took at least 1 second,
14764                 now it takes at least 50ms. Doesn't speed up spamassassin 
14765                 itself, but should already be much more tolerable.
14766
14767 2005-07-20 [colin]      1.9.12cvs86
14768
14769         * src/summaryview.c
14770                 Fix performance issue
14771
14772 2005-07-19 [colin]      1.9.12cvs85
14773
14774         * src/plugins/pgpinline/plugin.c
14775                 Fix warning
14776
14777 2005-07-19 [colin]      1.9.12cvs84
14778
14779         * configure.ac
14780         * src/plugins/Makefile.am
14781         * src/plugins/pgpinline/.cvsignore
14782         * src/plugins/pgpinline/Makefile.am
14783         * src/plugins/pgpinline/pgpinline.c
14784         * src/plugins/pgpinline/pgpinline.deps
14785         * src/plugins/pgpinline/pgpinline.h
14786         * src/plugins/pgpinline/plugin.c
14787                 Put pgpinline in the main tree
14788
14789 2005-07-19 [paul]       1.9.12cvs83
14790
14791         * src/prefs_actions.c
14792                 prevent '//' in menu names, which cause a crash
14793                 thanks to Colin
14794
14795 2005-07-19 [paul]       1.9.12cvs82
14796
14797         * configure.ac
14798                 be generally more informative in configure output.
14799                 OpenSSL: correction: '[ --enable-openssl ...' -> 
14800                 '[ --disable-openssl ...', as --enable-openssl is default
14801                 PGP/MIME: don't check for GPGME again, check for
14802                 pgpcore instead. Therefore prevent the possibility of
14803                 attempting to build pgpmime if pgpcore dependencies are
14804                 not met
14805                 ClamAV: use pkgconfig to check for lib
14806                 libgnomeprint: revert logic on inner test to match
14807                 everything else
14808         * src/plugins/pgpcore/sgpgme.c
14809                 add missing include
14810
14811 2005-07-19 [colin]      1.9.12cvs81
14812
14813         * src/summaryview.c
14814                 Fix slow thread rebuilding in particular
14815                 cases
14816
14817 2005-07-19 [paul]       1.9.12cvs80
14818
14819         * sylpheed-claws.desktop
14820                 fix typo, spotted by Stephan Sachse
14821         * src/account.c
14822                 replace GTK_STOCK_ADD with
14823                 GTK_STOCK_NEW button
14824
14825 2005-07-18 [colin]      1.9.12cvs79
14826
14827         * src/etpan/imap-thread.c
14828                 Fix return value (Thanks Hoa)
14829
14830 2005-07-18 [colin]      1.9.12cvs78
14831
14832         * src/imap.c
14833                 Allow empty passwords
14834                 Create drafts/queue/outbox if necessary
14835         * src/summaryview.c
14836                 Remove old code
14837         * src/etpan/imap-thread.c
14838                 Fix STARTTLS (Thanks to Hoa)
14839
14840 2005-07-18 [paul]       1.9.12cvs77
14841
14842         * ChangeLog-gtk2.jp
14843         * ChangeLog.jp
14844                 removed
14845         * Makefile.am
14846                 updated to reflect additions and removals
14847         * TODO
14848                 updated to be claws-specific
14849         * TODO-gtk2
14850         * TODO-gtk2.jp
14851         * TODO.jp
14852         * sylpheed-128x128.png
14853         * sylpheed-64x64.png
14854                 removed
14855         * sylpheed-claws-128x128.png
14856         * sylpheed-claws-64x64.png
14857         * sylpheed-claws.desktop
14858         * sylpheed-claws.png
14859                 added
14860         * sylpheed.desktop
14861         * sylpheed.png
14862                 removed
14863
14864 2005-07-17 [paul]       1.9.12cvs76
14865
14866         * src/account.c
14867         * src/addressbook.c
14868         * src/alertpanel.c
14869         * src/alertpanel.h
14870         * src/compose.c
14871         * src/exphtmldlg.c
14872         * src/expldifdlg.c
14873         * src/folderview.c
14874         * src/imap_gtk.c
14875         * src/inc.c
14876         * src/message_search.c
14877         * src/messageview.c
14878         * src/mh_gtk.c
14879         * src/news_gtk.c
14880         * src/prefs_actions.c
14881         * src/prefs_filtering.c
14882         * src/prefs_matcher.c
14883         * src/prefs_template.c
14884         * src/prefs_themes.c
14885         * src/ssl_manager.c
14886         * src/summary_search.c
14887         * src/textview.c
14888         * src/toolbar.c
14889         * src/gtk/sslcertwindow.c
14890         * src/plugins/pgpcore/sgpgme.c
14891                 rework alertpanels
14892
14893 2005-07-17 [colin]      1.9.12cvs75
14894
14895         * src/privacy.c
14896                 add a PrivacySystem accessor that checks that
14897                 the system cached in a MimeInfo's privacydata
14898                 is still registered. Use this accessor instead
14899                 of directly using data->system. Fixes crashes
14900                 after unloading pgp plugins.
14901
14902 2005-07-17 [colin]      1.9.12cvs74
14903
14904         * src/alertpanel.c
14905                 Change geometry hints to a simple default size.
14906                 Fixes the certs dialogs.
14907
14908 2005-07-17 [colin]      1.9.12cvs73
14909
14910         * src/gtk/sslcertwindow.c
14911                 Use a gtkExpander
14912
14913 2005-07-17 [colin]      1.9.12cvs72
14914
14915         * src/plugins/pgpcore/Makefile.am
14916         * src/plugins/pgpmime/Makefile.am
14917                 Add gpgme libs
14918
14919 2005-07-17 [paul]       1.9.12cvs71
14920
14921         * configure.ac
14922                 add --disable-gnomeprint option
14923                 modified version of patch by Marius Mauch
14924
14925 2005-07-17 [paul]       1.9.12cvs70
14926
14927         * src/common/defs.h
14928                 update urls
14929         * src/account.c
14930         * src/action.c
14931         * src/addressbook.c
14932         * src/compose.c
14933         * src/foldersel.c
14934         * src/folderview.c
14935         * src/html.c
14936         * src/imap_gtk.c
14937         * src/main.c
14938         * src/mainwindow.c
14939         * src/messageview.c
14940         * src/mh_gtk.c
14941         * src/mimeview.c
14942         * src/news_gtk.c
14943         * src/prefs_account.c
14944         * src/prefs_send.c
14945         * src/prefs_summaries.c
14946         * src/procmsg.c
14947         * src/summaryview.c
14948         * src/common/utils.c
14949         * src/common/xml.c
14950         * src/plugins/pgpcore/passphrase.c
14951         * src/plugins/pgpcore/select-keys.c
14952                 replace inappropriately used backticks
14953                 with single quotes
14954
14955 2005-07-16 [colin]      1.9.12cvs69
14956
14957         * src/image_viewer.c
14958                 Add extra paranoid checks
14959
14960 2005-07-16 [colin]      1.9.12cvs68
14961
14962         * src/plugins/pgpcore/prefs_gpg.c
14963                 Don't auto-check sigs by default, as it
14964                 can be really slow.
14965
14966 2005-07-16 [colin]      1.9.12cvs67
14967
14968         * src/plugins/pgpcore/sgpgme.c
14969                 Make messages a bit better.
14970
14971 2005-07-16 [colin]      1.9.12cvs66
14972
14973         * src/imap.c
14974                 Remove pseudo-log
14975         * src/etpan/imap-thread.c
14976                 Add real log
14977
14978 2005-07-16 [colin]      1.9.12cvs65
14979
14980         * src/main.c
14981         * src/prefs_other.c
14982                 And now, fix build with libetpan :-/
14983
14984 2005-07-15 [colin]      1.9.12cvs64
14985
14986         * src/prefs_other.c
14987                 Continue fixing build without libetpan.
14988
14989 2005-07-15 [colin]      1.9.12cvs63
14990
14991         * src/main.c
14992                 Fix build with --disable-libetpan
14993
14994 2005-07-15 [colin]      1.9.12cvs62
14995
14996         * configure.ac
14997                 Bump libetpan's version
14998
14999 2005-07-15 [colin]      1.9.12cvs61
15000
15001         * src/etpan/imap-thread.c
15002                 Actually stop logging :)
15003
15004 2005-07-15 [colin]      1.9.12cvs60
15005
15006         * src/addressbook.c
15007                 Fix dnd of multiple addresses.
15008
15009 2005-07-15 [hoa]        1.9.12cvs59
15010
15011         * src/etpan/imap-thread.c
15012             disable login of IMAP password in libetpan log file.
15013
15014 2005-07-15 [paul]       1.9.12cvs58
15015
15016         * src/account.c
15017                 don't automatically sort
15018                 do allow drag n drop
15019
15020 2005-07-15 [paul]       1.9.12cvs57
15021
15022         * src/account.c
15023         * src/ssl_manager.c
15024                 alphabetical listing
15025
15026 2005-07-15 [paul]       1.9.12cvs56
15027
15028         * src/gtk/pluginwindow.c
15029                 sort plugin list alphabetically
15030
15031 2005-07-15 [paul]       1.9.12cvs55
15032
15033         * src/prefs_spelling.c
15034         * src/prefs_wrapping.c
15035                 unify English usage
15036
15037 2005-07-15 [colin]      1.9.12cvs54
15038
15039         * src/wizard.c
15040                 Typo fix
15041
15042 2005-07-15 [paul]       1.9.12cvs53
15043
15044         * src/prefs_message.c
15045                 make 'show cursor' a hidden option
15046
15047 2005-07-14 [colin]      1.9.12cvs52
15048
15049         * src/plugins/spamassassin/Makefile.am
15050         * src/plugins/clamav/Makefile.am
15051                 Fix double EXTRA_DISTs
15052
15053 2005-07-14 [colin]      1.9.12cvs51
15054
15055         * src/plugins/clamav/Makefile.am
15056         * src/plugins/clamav/clamav_plugin_gtk.deps
15057         * src/plugins/spamassassin/Makefile.am
15058         * src/plugins/spamassassin/spamassassin_gtk.deps
15059                 Make $plugin_gtk depend on $plugin
15060
15061 2005-07-14 [hoa]        1.9.12cvs50
15062
15063         * src/etpan/imap-thread.c
15064                 enable debug log of libetpan when running with --debug
15065
15066 2005-07-14 [colin]      1.9.12cvs49
15067
15068         * configure.ac
15069         * src/common/Makefile.am
15070         * src/common/plugin.c
15071         * src/common/plugin.h
15072                 Add a little plugin dependancy system.
15073                 Plugins can ship a $plugin_name.deps file
15074                 (near them in PLUGINDIR) so that their
15075                 dependancies are loaded if possible.
15076         * src/plugins/Makefile.am
15077         * src/plugins/pgpcore/Makefile.am
15078         * src/plugins/pgpcore/passphrase.c
15079         * src/plugins/pgpcore/passphrase.h
15080         * src/plugins/pgpcore/plugin.c
15081         * src/plugins/pgpcore/prefs_gpg.c
15082         * src/plugins/pgpcore/prefs_gpg.h
15083         * src/plugins/pgpcore/select-keys.c
15084         * src/plugins/pgpcore/select-keys.h
15085         * src/plugins/pgpcore/sgpgme.c
15086         * src/plugins/pgpcore/sgpgme.h
15087                 Introduce pgpcore, used by pgpmime and
15088                 pgpinline
15089         * src/plugins/pgpmime/Makefile.am
15090         * src/plugins/pgpmime/passphrase.c
15091         * src/plugins/pgpmime/passphrase.h
15092         * src/plugins/pgpmime/pgpmime.c
15093         * src/plugins/pgpmime/pgpmime.deps
15094         * src/plugins/pgpmime/plugin.c
15095         * src/plugins/pgpmime/prefs_gpg.c
15096         * src/plugins/pgpmime/prefs_gpg.h
15097         * src/plugins/pgpmime/select-keys.c
15098         * src/plugins/pgpmime/select-keys.h
15099         * src/plugins/pgpmime/sgpgme.c
15100         * src/plugins/pgpmime/sgpgme.h
15101                 Remove the core from pgpmime and add the
15102                 dependancy to pgpcore.
15103
15104 2005-07-14 [paul]       1.9.12cvs48
15105
15106         * src/stock_pixmap.c
15107                 forgot this in last commit
15108
15109 2005-07-14 [paul]       1.9.12cvs47
15110
15111         * src/account.c
15112         * src/addressbook.c
15113                 add accelerators for the buttons (sync with main)
15114         * src/compose.c
15115         * src/compose.h
15116                 add accelerators for the buttons.
15117                 fix editing with external editor.
15118                 replace gdk_input_*() with GIOChannel;
15119                 (sync with main)
15120         * src/foldersel.c
15121                 display folder names with new/unread
15122                 representation (sync with main)
15123         * src/main.c
15124                 specify default window icon (sync with main)
15125         * src/prefs_common.c
15126                 use_addr_book default to FALSE
15127         * src/summaryview.c
15128         * src/textview.c
15129                 add accelerators for the buttons (sync with main)
15130         * src/gtk/menu.c
15131                 fix typos
15132         * src/pixmaps/sylpheed_icon.xpm
15133                 updated
15134
15135 2005-07-13 [paul]       1.9.12cvs46
15136
15137         * src/plugins/pgpmime/pgpmime.c
15138         * src/plugins/pgpmime/sgpgme.c
15139                 (temporarily) use deprecated gpgme_data_rewind()
15140                 while largefile support is not present
15141                 (as suggested by Colin)
15142
15143 2005-07-13 [paul]       1.9.12cvs45
15144
15145         * configure.ac
15146                 remove large file support (for now):
15147                 it breaks too many things
15148
15149 2005-07-13 [paul]       1.9.12cvs44
15150
15151         * configure.ac
15152                 add large file support
15153         * src/html.c
15154                 fix bug #763 where href attribute was not
15155                 the very first attribute of a link
15156                 patch by Thomas Gilgin
15157
15158 2005-07-13 [colin]      1.9.12cvs43
15159
15160         * src/gtk/pluginwindow.c
15161                 Little portability fix
15162
15163 2005-07-13 [colin]      1.9.12cvs42
15164
15165         * src/plugins/pgpmime/sgpgme.c
15166                 Fix crasher.
15167
15168 2005-07-13 [colin]      1.9.12cvs41
15169
15170         * src/plugins/pgpmime/pgpmime.c
15171         * src/plugins/pgpmime/sgpgme.c
15172                 Use gpgme_data_release_and_get_mem instead
15173                 of gpgme_data_read.
15174
15175 2005-07-13 [colin]      1.9.12cvs40
15176
15177         * configure.ac
15178         * src/plugins/pgpmime/passphrase.c
15179         * src/plugins/pgpmime/passphrase.h
15180         * src/plugins/pgpmime/pgpmime.c
15181         * src/plugins/pgpmime/plugin.c
15182         * src/plugins/pgpmime/select-keys.c
15183         * src/plugins/pgpmime/select-keys.h
15184         * src/plugins/pgpmime/sgpgme.c
15185         * src/plugins/pgpmime/sgpgme.h
15186                 Port pgpmime to gpgme-1.0.
15187
15188 2005-07-12 [paul]       1.9.12cvs39
15189
15190         * AUTHORS
15191         * src/toolbar.c
15192         * src/toolbar.h
15193                 add a 'Go to Prev' button to the toolbar.
15194                 correct tooltip text of go to buttons.
15195                 based on patch by Yang Guilong <bamanzi@gmail.com>
15196
15197 2005-07-12 [colin]      1.9.12cvs38
15198
15199         * src/statusbar.c
15200                 Fix progress bar showing stuff at startup.
15201
15202 2005-07-12 [paul]       1.9.12cvs37
15203
15204         * src/editjpilot.c
15205                 fix building with jpilot support
15206
15207 2005-07-11 [colin]      1.9.12cvs36
15208
15209         * src/inc.c
15210                 Add visual indication that filtering is running
15211         * src/textview.c
15212                 Make {}[] uri delimiters
15213         * src/summaryview.c
15214                 Remove useless (and slow) calls
15215
15216 2005-07-11 [paul]       1.9.12cvs35
15217
15218         * src/plugins/clamav/clamav_plugin_gtk.c
15219         * src/plugins/dillo_viewer/dillo_prefs.c
15220         * src/plugins/pgpmime/prefs_gpg.c
15221         * src/plugins/spamassassin/spamassassin_gtk.c
15222                 gather plugins prefs together under their
15223                 own 'Plugins' heading
15224
15225 2005-07-11 [paul]       1.9.12cvs34
15226
15227         sync with main
15228
15229         * src/account.c
15230                 account_delete(): modified alert dialog
15231         * src/editjpilot.c
15232         * src/editvcard.c
15233                 fixed a crash when cancelling file selection
15234                 dialog by Escape key. Made non-ascii filename
15235                 selectable.
15236         * src/prefs_template.c
15237                 prefs_template_window_create(): make scrolled
15238                 window policy AUTOMATIC
15239
15240 2005-07-10 [hoa]        1.9.12cvs33
15241
15242         * src/etpan/imap-thread.c
15243                 workaround for old Courier IMAP servers.
15244
15245 2005-07-10 [colin]      1.9.12cvs32
15246
15247         * src/folder.c
15248         * src/statusbar.c
15249         * src/statusbar.h
15250                 Add visual progress indicator on filtering/processing
15251                 Factorize the progress bar code
15252         * src/imap.c
15253         * src/imap.h
15254         * src/etpan/imap-thread.c
15255                 Add a reference counter to avoid destroying the Folder
15256                 while it's in use by another callback.
15257
15258 2005-07-09 [hoa]        1.9.12cvs31
15259
15260         * src/imap.c
15261         * src/etpan/imap-thread.c
15262                 fixed deadlock when removing IMAP account.
15263
15264 2005-07-08 [colin]      1.9.12cvs30
15265
15266         * src/textview.c
15267         * src/unmime.c
15268                 Fix again problems decoding broken headers
15269         * src/gtk/inputdialog.c
15270                 Fix local variable shadowing a global one
15271
15272 2005-07-08 [colin]      1.9.12cvs29
15273
15274         * src/msgcache.c
15275                 Make the cache/mark files platform-agnostic by writing
15276                 them in little-endian format. Reading them is also done
15277                 in little-endian format, of course; however, in order
15278                 to avoid trashing mark data on big-endian machines, the
15279                 files are, at first, read from the native format if the
15280                 little-endian one doesn't exist. This is easy to deter-
15281                 mine by trying to open a file with a swapped data_ver
15282                 and seeing if it's the wanted version.
15283                 Little-endian using users should see absolutely no
15284                 difference, Big-endian users may get a very little
15285                 performance drop due to byte-swapping.
15286                 Tested on i386 and ppc32. 
15287                 Fixes bug #159 (The index file, in the mailboxes, is 
15288                 hardware depending).
15289
15290                 To have the cache/mark files updated to the new little-
15291                 endian format, "Check for new messages" or even
15292                 "Rebuild folder tree" aren't enough. Files will be
15293                 updated as soon as a folder has been opened/closed.
15294                 To update everything, just select all folders by
15295                 selecting them one by one.
15296
15297 2005-07-07 [colin]      1.9.12cvs28
15298
15299         * src/imap.c
15300                 Remember the folder separator per IMAPFolder
15301                 instead of globally.
15302                 Revive the Session on noop; fixes bug #761
15303                 (mark a bunch of unread messages as read takes 
15304                 forever)
15305
15306 2005-07-07 [darko]      1.9.12cvs27
15307
15308         * src/common/template.c
15309                 Sort templates alphabetically
15310
15311 2005-07-06 [colin]      1.9.12cvs26
15312
15313         * src/imap.c
15314                 Try to use the correct separator in
15315                 most cases. Possibly fixes bug #759
15316                 (only creates the INBOX folder when 
15317                 setting up new IMAP account) and 
15318                 bug #760 (Can't retrieve messages)
15319
15320 2005-07-06 [colin]      1.9.12cvs25
15321
15322         * src/imap.c
15323                 Use real_path in status command. This will
15324                 help later, when namespaces will be used.
15325
15326 2005-07-06 [colin]      1.9.12cvs24
15327
15328         * configure.ac
15329         * src/account.c
15330         * src/folder.c
15331         * src/imap.c
15332         * src/etpan/etpan-log.c
15333         * src/etpan/etpan-thread-manager.c
15334         * src/etpan/imap-thread.c
15335                 Add a --disable-libetpan parameter. With this,
15336                 users that don't want IMAP4 support can avoid
15337                 the new dependancy (and have no IMAP support).
15338                 Users that have IMAP4 accounts and use this
15339                 parameter won't lose their configuration, their
15340                 IMAP accounts will just be invisible and not
15341                 used.
15342         * src/textview.c
15343                 Make the "Copy ..." contextual menu items 
15344                 copy to both the X clipboard and the gtk 
15345                 clipboard - as most other apps do.
15346         * src/gtk/about.c
15347                 Add a notice about OpenSSL usage, in order to
15348                 comply with OpenSSL's license (point 6):
15349                 http://www.openssl.org/source/license.html
15350
15351 2005-07-06 [colin]      1.9.12cvs23
15352
15353         * src/alertpanel.c
15354                 Fix a minimum size for alertpanels
15355         * src/compose.c
15356                 Show 'No space left on device' type errors
15357                 when queuing/sending
15358         * src/imap_gtk.c
15359         * src/mh_gtk.c
15360                 Rework folder's deletion message (remove 
15361                 extra \n)
15362
15363 2005-07-05 [colin]      1.9.12cvs22
15364
15365         * src/imap.c
15366                 Add an alertpanel on auth error
15367                 Add pseudo-log
15368                 Remove pthread-related stuff
15369
15370 2005-07-05 [colin]      1.9.12cvs21
15371
15372         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
15373                 Fix crash on plugin reloading (with a hack)
15374
15375 2005-07-05 [colin]      1.9.12cvs20
15376
15377         * src/prefs_account.c
15378         * src/prefs_account.h
15379                 Fix typo
15380         * src/gtk/filesel.c
15381         * src/gtk/filesel.h
15382                 Add a way to filter the view
15383         * src/gtk/pluginwindow.c
15384                 Filter loadable stuff
15385         * src/plugins/pgpmime/prefs_gpg.c
15386                 Fix missing unregistration
15387         * .cvsignore
15388         * src/etpan/.cvsignore
15389         * src/plugins/spamassassin/.cvsignore
15390                 Add more stuff to cvs ignored files
15391
15392 2005-07-04 [colin]      1.9.12cvs19
15393
15394         * src/imap.c
15395                 Fix scan_required returning FALSE when it
15396                 shouldn't. Maybe fix #760 (Can't retrieve
15397                 messages)
15398
15399 2005-07-04 [colin]      1.9.12cvs18
15400
15401         * src/summaryview.c
15402                 Fix always_show_msg pref
15403
15404 2005-07-04 [paul]       1.9.12cvs17
15405
15406         sync with main (forgotten in last commit)
15407         
15408         * src/common/utils.c
15409         * src/common/utils.h
15410                 check_line_length(): new.
15411                 is_dir_exist()
15412                 is_file_entry_exist()
15413                 dirent_is_regular_file()
15414                 dirent_is_directory(): use g_file_test() instead of stat().
15415
15416 2005-07-04 [paul]       1.9.12cvs16
15417
15418         sync with main:
15419
15420         * src/compose.c
15421                 compose_write_to_file(): check for line
15422                 length limit and display warning if exceeds
15423         * src/jpilot.c
15424                 use get_home_dir() instead of g_get_home_dir()
15425         * src/procheader.c
15426                 removed warning about invalid date
15427         * src/vcard.c
15428                 use get_home_dir() instead of g_get_home_dir()
15429
15430 2005-07-04 [paul]       1.9.12cvs15
15431
15432         * src/stock_pixmap.c
15433                 fix new pixmap naming errors
15434                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
15435
15436 2005-07-04 [colin]      1.9.12cvs14
15437
15438         * src/imap.c
15439                 Fix debugging string with a warning
15440
15441 2005-07-04 [colin]      1.9.12cvs13
15442
15443         * configure.ac
15444                 Add a check for libetpan's version (>= 0.37)
15445
15446 2005-07-04 [hoa]        1.9.12cvs12
15447
15448         * commitHelper
15449         * src/imap.c
15450         * src/etpan/imap-thread.c
15451         * src/etpan/imap-thread.h
15452                 fixed IMAP implementation of check of mails.
15453
15454 2005-07-03 [hoa]        1.9.12cvs11
15455
15456         * src/etpan/Makefile.am
15457         * src/etpan/etpan-errors.h
15458         * src/etpan/etpan-log.[ch]
15459         * src/etpan/etpan-thread-manager-types.h
15460         * src/etpan/etpan-thread-manager.[ch]
15461         * src/etpan/imap-thread.[ch]
15462         * src/Makefile.am
15463         * src/imap.c
15464         * src/main.c
15465         * src/prefs_other.c
15466         * configure.ac
15467             merged imap branch.
15468             dependency on libetpan 0.37 is now added.
15469
15470 2005-07-01 [colin]      1.9.12cvs10
15471
15472         * src/Makefile.am
15473         * src/folder.c
15474         * src/folder.h
15475         * src/folderview.c
15476         * src/stock_pixmap.c
15477         * src/stock_pixmap.h
15478         * src/plugins/trayicon/trayicon.c
15479                 Add marked symbol on folders containing
15480                 marked messages
15481         * src/procmsg.c
15482         * src/procmsg.h
15483         * src/toolbar.c
15484         * src/prefs_common.c
15485         * src/prefs_common.h
15486         * src/prefs_send.c
15487                 Add an optional confirmation dialog on queue
15488                 sending. Patch by wwp.
15489         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
15490         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
15491         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
15492         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
15493         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
15494         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
15495         * src/pixmaps/inbox_mark.xpm            ** ADDED **
15496         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
15497         * src/pixmaps/outbox_mark.xpm           ** ADDED **
15498         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
15499         * src/pixmaps/trash_mark.xpm            ** ADDED **
15500                 New pixmaps
15501
15502 2005-07-01 [colin]      1.9.12cvs9
15503
15504         * src/summaryview.c
15505                 Fix a little threading bug
15506         * src/addrgather.c
15507         * src/mainwindow.c
15508                 A little bit of HIG normality never hurts
15509
15510 2005-07-01 [colin]      1.9.12cvs8
15511
15512         * src/compose.c
15513         * src/msgcache.c
15514         * src/pop.c
15515         * src/procmime.c
15516         * src/recv.c
15517         * src/common/log.c
15518         * src/common/template.c
15519         * src/common/utils.c
15520         * src/common/utils.h
15521                 Reverted the fwrite_atomic stuff. In fact
15522                 it is already atomic.
15523
15524 2005-06-30 [colin]      1.9.12cvs7
15525
15526         * src/common/utils.c
15527         * src/common/utils.h
15528                 Add an fwrite_atomic() function to make
15529                 sure we write everything: fwrite can make
15530                 short writes.
15531         * src/compose.c
15532         * src/msgcache.c
15533         * src/pop.c
15534         * src/procmime.c
15535         * src/recv.c
15536         * src/common/log.c
15537         * src/common/template.c
15538                 Use that (and fix swapping of size and nmemb).
15539                 Thanks to Rich Coe for the heads up.
15540
15541 2005-06-30 [colin]      1.9.12cvs6
15542
15543         * src/addressbook.c
15544                 Optimize addressbook opening 
15545
15546 2005-06-30 [colin]      1.9.12cvs5
15547
15548         * src/summaryview.c
15549                 Remove calls to summary_step after move/copy
15550
15551 2005-06-28 [paul]       1.9.12cvs4
15552
15553         * src/alertpanel.c
15554                 wrap and make the error msg selectable
15555
15556 2005-06-28 [paul]       1.9.12cvs3
15557
15558         * src/ssl_manager.c
15559                 replace the OK button with a Close button
15560         * src/gtk/foldersort.c
15561                 use GTK_STOCK_ icons/buttons
15562
15563 2005-06-28 [colin]      1.9.12cvs2
15564
15565         * src/gedit-print.c             ** ADDED **
15566         * src/gedit-print.h             ** ADDED **
15567         * src/gtk/gtksourceprintjob.c   ** ADDED **
15568         * src/gtk/gtksourceprintjob.h   ** ADDED **
15569                 I can't believe no one had enough time to tell
15570                 me I forgot the `cvs add`
15571
15572 2005-06-27 [colin]      1.9.12cvs1
15573
15574         * src/Makefile.am
15575         * src/gtk/Makefile.am
15576         * src/messageview.c
15577         * src/procmsg.c
15578         * src/summaryview.c
15579         * configure.ac
15580                 Add optional libgnomeprint-based printing
15581         * src/mainwindow.c
15582         * src/gtk/quicksearch.c
15583                 Add an Edit/Quick search menu item to show
15584                 and focus the quicksearch
15585
15586 2005-06-27 [paul]       1.9.12
15587
15588         1.9.12 release
15589
15590         * po/ca.po
15591         * po/de.po
15592         * po/es.po
15593         * po/fr.po
15594         * po/it.po
15595         * po/ko.po
15596         * po/pt_BR.po
15597         * po/sk.po
15598         * po/zh_CN.po
15599                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
15600                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
15601                 SungHyun Nam, Frederico Goncalves Guimaraes,
15602                 Andrej Kacian, and Yang Guilong
15603 2005-06-26 [colin]      1.9.11cvs106
15604
15605         * src/imap_gtk.c
15606                 Forgot one file for previous fix
15607
15608 2005-06-26 [colin]      1.9.11cvs105
15609
15610         * src/folder.c
15611         * src/imap.c
15612                 Fix problems with folder operations in no_select
15613                 imap folders. it applies only to mails, and 
15614                 creation/deletion/move/renaming of folders 
15615                 should be possible
15616
15617 2005-06-26 [paul]       1.9.11cvs104
15618
15619         * src/prefs_filtering.c
15620                 replace one more GTK_STOCK_REMOVE
15621                 with GTK_STOCK_DELETE
15622
15623 2005-06-25 [colin]      1.9.11cvs103
15624
15625         * src/imap.c
15626                 Optimize get_seq_set_from_seq_list
15627                 (Patch by Ricardo) 
15628
15629 2005-06-25 [colin]      1.9.11cvs102
15630
15631         * src/mh.c
15632                 If the directory exists, but not in the
15633                 correct encoding, rename it. This should
15634                 handle old-versions-induced bugs.
15635
15636 2005-06-25 [colin]      1.9.11cvs101
15637
15638         * src/mh.c
15639                 Fix path access with extended dir names
15640                 Fixes bug #589 (SC segfaults with wrong locale
15641                 settings)
15642
15643 2005-06-25 [colin]      1.9.11cvs100
15644
15645         * src/prefs_account.c
15646         * src/prefs_account.h
15647         * src/compose.c
15648                 Add an option to encrypt replies to
15649                 encrypted messages
15650
15651 2005-06-25 [colin]      1.9.11cvs99
15652
15653         * src/compose.c
15654         * src/quote_fmt_parse.y
15655                 ... And make it work with pgpinline.
15656
15657 2005-06-25 [colin]      1.9.11cvs98
15658
15659         * src/compose.c
15660         * src/procmime.c
15661         * src/procmime.h
15662         * src/quote_fmt_parse.y
15663                 o Make reedition of encrypted messages possible
15664                   (as long as it is encrypted to self too, no
15665                    magic there)
15666                 o Make replying with quote (and without selecting
15667                   text) possible for encrypted messages.
15668                 Closes bug #550 (Not possible to "reply with quote"
15669                 to gnupg encrypted messages)
15670
15671 2005-06-24 [paul]       1.9.11cvs97
15672
15673         * src/imap.c
15674                 add missing include
15675
15676 2005-06-24 [paul]       1.9.11cvs96
15677
15678         * src/editldap.c
15679                 made bind password entry invisible
15680                 (sync with main)
15681         * src/send_message.c
15682                 send_message_local(): check exit status
15683                 to detect errors (sync with main)
15684         * src/textview.c
15685                 use main's less ambiguous popup menu
15686                 wording
15687
15688 2005-06-24 [paul]       1.9.11cvs95
15689
15690         * src/prefs_actions.c
15691         * src/prefs_customheader.c
15692         * src/prefs_display_header.c
15693         * src/prefs_filtering_action.c
15694         * src/prefs_matcher.c
15695         * src/prefs_template.c
15696         * src/prefs_toolbar.c
15697                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
15698         * src/gtk/description_window.c
15699                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
15700
15701 2005-06-23 [colin]      1.9.11cvs94
15702
15703         * src/summaryview.c
15704                 Fix rough edges (be sure to call status_show whenever
15705                 necessary).
15706
15707 2005-06-23 [colin]      1.9.11cvs93
15708
15709         * src/summaryview.c
15710                 Optimize Select All
15711                 Before, in a 5K mails folder: 11s
15712                 After, in the same folder: 58000µs
15713                 The joys of locking... gtk_clist_select_all() fires a 
15714                 tree-select-row event for each selected row, which in 
15715                 summaryview, callbacks summary_selected which in turn,
15716                 calls summary_status_show, which walks the selected
15717                 rows. Hence, calling gtk_clist_select_all was 
15718                 exponential. Locking the summaryview makes 
15719                 summary_selected return early.
15720
15721 2005-06-23 [colin]      1.9.11cvs92
15722
15723         * src/imap.c
15724                 Move mutex at the important place to avoid
15725                 deadlocks
15726         * src/summaryview.c
15727                 Fix Del key deleting directly instead of
15728                 moving to trash
15729
15730 2005-06-22 [colin]      1.9.11cvs91
15731
15732         * src/plugins/spamassassin/libspamc.c
15733                 As we do spagetti code with assignations in multiple
15734                 places (see _message_read_raw where out = msg = raw),
15735                 let's be sure we don't free the same pointer twice.
15736                 Should fix bug #683 (Crash in libpam at 
15737                 message_cleanup).
15738
15739 2005-06-22 [colin]      1.9.11cvs90
15740
15741         * src/compose.c
15742         * src/messageview.c
15743         * src/toolbar.c
15744                 Make toolbar's delete use the move to trash stuff;
15745                 Add gtk_widget_realize to be sure pixmaps can get
15746                 created (that may fix an old worksforme bug which
15747                 I can't find back...)
15748
15749 2005-06-22 [colin]      1.9.11cvs89
15750
15751         * src/summaryview.c
15752         * src/summaryview.h
15753         * src/mainwindow.c
15754                 Rename "Message/Delete" to "Message/Move to trash"
15755                 Add "Message/Delete..." that directly destroys the
15756                 selected messages after asking for a confirmation.
15757
15758 2005-06-22 [colin]      1.9.11cvs88
15759
15760         * src/imap.c
15761                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
15762                 o Fix a deadlock (thanks Darko)
15763
15764 2005-06-22 [colin]      1.9.11cvs87
15765
15766         * src/gtk/foldersort.c
15767                 Add missing include for the i18n;
15768                 patch by Fabien Vantard
15769
15770 2005-06-21 [colin]      1.9.11cvs86
15771
15772         * src/folder.c
15773         * src/folderview.c
15774                 Respect the no_select flag
15775         * src/imap.c
15776                 Fix recursive deletion
15777         * src/imap_gtk.c
15778         * src/mh_gtk.c
15779                 Make the folder deletion's warning
15780                 more explicit
15781
15782 2005-06-21 [colin]      1.9.11cvs85
15783
15784         * src/textview.c
15785                 Prevent email addresses from spanning accross
15786                 lines - fixes bug # 646 (newline-chars in 
15787                 email addresses)
15788
15789 2005-06-20 [colin]      1.9.11cvs84
15790
15791         * src/folder.c
15792                 Be sure not to remove source if copy failed
15793
15794 2005-06-20 [colin]      1.9.11cvs83
15795
15796         * src/folderview.c
15797         * src/imap_gtk.c
15798                 remove summaryview's lock
15799         * src/imap.c
15800                 introduce threads to avoid problems when foreground tasks
15801                 interfere with background tasks
15802         * src/mh.c
15803                 prevent moving to drafts/queue
15804         * src/mimeview.c
15805                 fix leak
15806
15807 2005-06-19 [colin]      1.9.11cvs82
15808
15809         * src/imap_gtk.c
15810                 Remember that the user doesn't want to override
15811                 offline mode, for 3 seconds. It avoid presenting
15812                 him with N popups in a really short time.
15813
15814 2005-06-17 [colin]      1.9.11cvs81
15815
15816         * src/imap.c
15817                 Fix IMAP breaking on folders containing '('
15818                 (Probably won't be enough)
15819
15820 2005-06-17 [colin]      1.9.11cvs80
15821
15822         Forgotten files on 1.9.11cvs79
15823         * src/summaryview.c
15824                 Fix stepping when not immediately executing
15825         * src/imap.c
15826                 Really prevent UID FETCH 0
15827         * src/codeconv.c
15828                 Fix outgoing charset never set to utf-8
15829         * src/mh.c
15830                 Fix leak
15831
15832 2005-06-16 [colin]      1.9.11cvs79
15833
15834         * src/compose.c
15835                 Fix bug #707 (Dash splits rows)
15836                 Only wrap if we're on a line break position and
15837                 the previous one was a "white" (space) char.
15838                 Pango stuff is weird.
15839
15840 2005-06-16 [colin]      1.9.11cvs78
15841
15842         * src/imap_gtk.c
15843                 Lock summaryview while downloading messages
15844                 on user demand
15845         * src/procheader.c
15846         * src/unmime.c
15847         * src/common/utils.c
15848         * src/common/utils.h
15849                 Replace \r and \n with spaces in From and
15850                 Subject headers
15851
15852 2005-06-16 [paul]       1.9.11cvs77
15853
15854         * src/procmime.c
15855                 liberalise the mime parser
15856         * src/gtk/about.c
15857                 add text wrapping
15858
15859 2005-06-16 [paul]       1.9.11cvs76
15860
15861         * src/gtk/about.c
15862                 reworked
15863
15864 2005-06-15 [colin]      1.9.11cvs75
15865
15866         * src/compose.c
15867                 Finish header encoding fix
15868         * src/summaryview.c
15869                 Fix segfault
15870         * src/headerview.c
15871                 Fix compilation (Thanks Stephan
15872                 Sachse)
15873
15874 2005-06-15 [colin]      1.9.11cvs74
15875
15876         * Makefile.am
15877                 Install gnome2 stuff rather than gnome1, 
15878                 if both are present
15879         * src/codeconv.c
15880         * src/codeconv.h
15881         * src/compose.c
15882                 Fix headers encoding
15883         * src/folder.c
15884                 Visual progress when fetching all messages
15885         * src/folderview.c
15886         * src/summaryview.c
15887         * src/summaryview.h
15888                 Prevent changing current message while
15889                 incorporating
15890
15891 2005-06-15 [paul]       1.9.11cvs73
15892
15893         * src/gtk/gtkaspell.c
15894         * src/gtk/gtkaspell.h
15895                 fix build warnings
15896
15897 2005-06-15 [paul]       1.9.11cvs72
15898
15899         * src/prefs_filtering.c
15900                 allow reordering of filter rules by
15901                 drag n drop
15902
15903 2005-06-15 [paul]       1.9.11cvs71
15904
15905         * COPYING
15906                 updated
15907         * src/codeconv.c
15908                 replace deprecated function
15909         * src/inc.c
15910         * src/send_message.c
15911         * src/gtk/progressdialog.c
15912         * src/gtk/progressdialog.h
15913                 salvage and reuse parts of reverted sync
15914
15915 2005-06-15 [paul]       1.9.11cvs70
15916
15917         * src/inc.c
15918         * src/send_message.c
15919         * src/gtk/progressdialog.c
15920         * src/gtk/progressdialog.h
15921                 revert yesterday's sync with main
15922                 it contains deprecated functions
15923
15924 2005-06-15 [colin]      1.9.11cvs69
15925
15926         * src/headerview.c
15927                 Fix bug #670 (multi user to: will corrupt message 
15928                 headers display)
15929
15930 2005-06-15 [colin]      1.9.11cvs68
15931
15932         * src/compose.c
15933                 Fix bug #421 (Fix undo on wrapping)
15934
15935 2005-06-15 [colin]      1.9.11cvs67
15936
15937         * src/folder.c
15938                 Provide visual feedback while processing
15939                 folder's rules.
15940         * src/imap.c
15941                 Provide visual feedback while getting
15942                 short headers (for uncached messages)
15943
15944
15945 2005-06-14 [paul]       1.9.11cvs66
15946
15947         * src/account.c
15948                 change a couple stock icons
15949         * src/inc.c
15950         * src/send_message.c
15951         * src/gtk/progressdialog.c
15952         * src/gtk/progressdialog.h
15953                 sync main's GtkTreeView implementation
15954
15955 2005-06-14 [colin]      1.9.11cvs65
15956
15957         * src/imap.c
15958                 Various little fixes, mainly on error paths
15959
15960 2005-06-13 [colin]      1.9.11cvs64
15961
15962         * matcher.c
15963         * procmsg.c
15964         * procmsg.h
15965                 Add a way to fetch only headers. This speeds
15966                 up filtering on headers for IMAP. Fixes:
15967                 bug #481 extraneous imap commands slow down 
15968                         imap filtering
15969                 bug #522 Sylpheed downloads all messages 
15970                         when opening mailbox (IMAP)
15971                 bug #677 IMAP fetch is soooooooooooooo slow
15972         * src/folder.c
15973         * src/folder.h
15974                 Add a folder set_batch method so that
15975                 implementations can speed up flags changes
15976         * src/folderutils.c
15977         * src/summaryview.c
15978                 Use that in mark as (un)read and mark all read
15979                 Refix bug #679
15980         * src/imap.c
15981                 Implement set_batch - brings back deferred
15982                 flags in a less buggy manner. Fixes:
15983                 bug #729 IMAP immediate expunge of deleted messages
15984                 bug #191 remove list of messages with one command
15985                 Fix login with strange chars
15986                 Implement fetch_msg_full
15987                 Fix copy (wrong counts)
15988
15989 2005-06-12 [colin]      1.9.11cvs63
15990
15991         * src/folder.c
15992                 lock incorporation during long operations.
15993                 Avoids fucking up the IMAP socket.
15994
15995 2005-06-12 [colin]      1.9.11cvs62
15996
15997         * src/imap.c
15998                 Fix harmful typo
15999                 Factorize remove_all_msg
16000                 Thread-ize expunge
16001         * src/summaryview.c
16002                 Don't update partial-download status if unnecessary
16003         * src/folder.c
16004                 Use remove_msgs everywhere possible
16005
16006 2005-06-12 [colin]      1.9.11cvs61
16007
16008         * src/folder.c
16009         * src/folder.h
16010                 Add a remove_msgs function to remove a 
16011                 list of messages
16012         * src/imap.c
16013                 Implement that.
16014
16015 2005-06-12 [colin]      1.9.11cvs60
16016
16017         * src/imap.c
16018                 Remove flags-processing deferring... Too hard
16019                 to get it to work in all cases.
16020
16021 2005-06-11 [colin]      1.9.11cvs59
16022
16023         * src/imap.c
16024                 printf -> debug_print
16025
16026 2005-06-11 [colin]      1.9.11cvs58
16027
16028         * src/imap.c
16029                 o Fix build without USE_PTHREAD
16030                 o Factorize imap_open
16031                 o Alertpanel in case of impossible connection
16032                 o Alertpanel in case of impossible login
16033                 o Fix deferred flags processing to force a 
16034                   flush before adding some more flags to process,
16035                   but in another folder.
16036
16037 2005-06-10 [colin]      1.9.11cvs57
16038
16039         * src/imap.c
16040                 o Fix a format string error
16041                 o init ssl socket outside of the thread 
16042                   (it possibly invokes gtk calls)
16043         * src/procmime.c
16044                 o Put back the buffer to its necessary size
16045                 o Fix changing a file pointer without keeping
16046                   track of it (thanks Valgrind)
16047         * src/common/smtp.c
16048                 o Fix automatic STARTTLS if login should be done
16049                   and the server only allows it after starting TLS
16050         * src/gtk/gtkinputdialog.c
16051                 o Eat GDK_Return so that the combo popup doesn't 
16052                   appear when we press Enter to validate the combo
16053                   input dialog (as seen in the Open with... dialog)
16054
16055 2005-06-10 [colin]      1.9.11cvs56
16056
16057         * src/imap.c
16058                 o A bit less debug
16059                 o Fix a crash on deletion
16060                 o Threadize imap_select (it's called outside of 
16061                   threads)
16062                 o Defer treatment of DELETED flags
16063
16064
16065 2005-06-09 [colin]      1.9.11cvs55
16066
16067         * src/imap.c
16068                 Make sure we check imap_gtk_should_override(), which
16069                 potentially calls gtk stuff, before creating thread.
16070                 That way it should't be called via imap_get_session()
16071                 inside a thread.
16072
16073 2005-06-09 [colin]      1.9.11cvs54
16074
16075         * src/imap.c
16076                 o add a bit of status output
16077                 o remove some dead code
16078                 o threadize get_list_of_uids
16079                 o threadize imap_get_flags
16080                 o defer flag changing by 500ms so that they
16081                   can be batched
16082
16083
16084 2005-06-08 [colin]      1.9.11cvs53
16085
16086         * src/imap.c
16087                 Thread-ize imap_cmd_fetch
16088
16089 2005-06-08 [colin]      1.9.11cvs52
16090
16091         * src/main.c
16092                 Mmh, that broke POP3...
16093
16094 2005-06-08 [colin]      1.9.11cvs51
16095
16096         * src/main.c
16097                 Stabilize IMAP patch (thanks to Hoa)
16098
16099 2005-06-08 [colin]      1.9.11cvs50
16100
16101         * src/imap.c
16102                 Test patch to speed up imap. 
16103
16104 2005-06-08 [colin]      1.9.11cvs49
16105
16106         * src/imap_gtk.c
16107                 Warning fix
16108         * src/procmime.c
16109                 Apply patch from gentoo to use /usr/share/mime/globs if 
16110                 available, after un-breaking it
16111         * src/common/log.c
16112         * src/common/log.h
16113                 Use g_timeout for invoking hooks that possibly use gtk
16114                 calls. This should leave gtk calls in the main thread.
16115
16116 2005-06-08 [paul]       1.9.11cvs48
16117
16118         * src/codeconv.c
16119                 conv_get_outgoing_charset_str(): don't
16120                 use prefs_common setting
16121         * src/compose.c
16122         * src/compose.h
16123                 add /Options/Character encoding/... to
16124                 temporarily change the outgoing encoding
16125
16126         (belated sync with main)
16127
16128 2005-06-08 [paul]       1.9.11cvs47
16129
16130         * src/compose.c
16131                 correction to/completion of last
16132                 sync with main
16133
16134 2005-06-08 [paul]       1.9.11cvs46
16135
16136         sync with main:
16137         
16138         * src/codeconv.c
16139         * src/codeconv.h
16140                 always enabled Japanese auto-detection
16141                 if the first letters of locale string
16142                 is "ja"
16143         * src/compose.c
16144                 don't use "destroy" signal to destroy
16145                 Compose object (fix rare crashes on discard?)
16146         * src/mainwindow.c
16147         * src/messageview.c
16148         * src/prefs_send.c
16149                 added Hebrew encodings
16150         * src/sourcewindow.c
16151                 don't use "destroy" signal to destroy
16152                 objects
16153
16154 2005-06-07 [colin]      1.9.11cvs45
16155
16156         * src/summaryview.c
16157                 Add missing unlocks/locks
16158
16159 2005-06-07 [paul]       1.9.11cvs44
16160
16161         * src/summaryview.c
16162                 restore bug #749 fix
16163
16164 2005-06-06 [colin]      1.9.11cvs43
16165
16166         * src/summaryview.c
16167                 Fix selection bug when prefs_common.open_unread 
16168                 is FALSE
16169
16170 2005-06-06 [colin]      1.9.11cvs42
16171
16172         * src/common/md5.c
16173                 Fix a warning
16174         * src/summaryview.c
16175         * src/folderview.c
16176                 Factorize long operations beginning and end
16177                 (locking, freezing/thawing, cursor, ...)
16178                 Check selection->data member in selection-
16179                 related loops; this avoids dying an awful
16180                 death if the selection changes on us while
16181                 we're marking a whole IMAP folder unread, 
16182                 for example.
16183
16184 2005-06-06 [paul]       1.9.11cvs41
16185
16186         * src/textview.c
16187                 don't g_free() a static gchar buffer
16188
16189 2005-06-05 [colin]      1.9.11cvs40
16190
16191         * src/mainwindow.c
16192         * src/messageview.c
16193         * src/summaryview.c
16194                 Fix bug #749 (Show all headers should be
16195                 sticky as the GUI suggests)
16196
16197 2005-06-03 [paul]       1.9.11cvs39
16198
16199         * src/compose.c
16200                 don't allow editing of mail while sending.
16201                 patch by Colin
16202
16203 2005-06-03 [paul]       1.9.11cvs38
16204
16205         * src/folderview.c
16206                 add a freeze/thaw to speed up 'mark all read'
16207
16208 2005-06-03 [paul]       1.9.11cvs37
16209
16210         * src/prefs_message.c
16211                 reflect changes immediately
16212
16213 2005-06-02 [colin]      1.9.11cvs36
16214
16215         * po/POTFILES.in
16216                 Patch by Fabien Vantard.
16217
16218 2005-06-02 [colin]      1.9.11cvs35
16219
16220         * src/imap.c
16221                 Use a non-blocking imap_getline() if possible.
16222                 This should completely prevent the interface
16223                 from freezin on imap operations, although it
16224                 may do strange stuff in case of folder switching
16225                 while a big imap operation is taking place...
16226
16227                 In addition, fix a leak in the case thread
16228                 creation fails on connection.
16229
16230 2005-06-02 [colin]      1.9.11cvs34
16231
16232         * src/crash.c
16233         * src/prefs_common.h
16234                 Fix build (prefs_common_init() doesn't exist
16235                 anymore)
16236
16237 2005-06-02 [colin]      1.9.11cvs33
16238
16239         * src/prefs_account.c
16240                 Fix bug #245 (filtering rules broken when
16241                 renaming a remote account (imap4 or nntp)
16242
16243 2005-06-02 [colin]      1.9.11cvs32
16244
16245         * src/imap.c
16246                 Try to fix IMAP shortcomings: 
16247                 o Multithread imap_open()
16248                 o allow offline-mode overriding instead of
16249                   just returning NULL
16250         * src/imap_gtk.c
16251         * src/imap_gtk.h
16252                 Add a function to ask whether we want to
16253                 override offline-mode for 10 minutes (one-shot
16254                 asking was painful)
16255         * src/procheader.c
16256                 Fix segfault when imap parser isn't happy about
16257                 a missing {
16258
16259 2005-06-01 [colin]      1.9.11cvs31
16260
16261         * src/addrharvest.c
16262         * src/compose.c
16263         * src/mbox.c
16264         * src/mbox.h
16265         * src/mh.c
16266         * src/msgcache.c
16267         * src/send_message.c
16268         * src/setup.c
16269         * src/undo.c
16270         * src/common/hooks.c
16271         * src/common/prefs.c
16272         * src/common/template.c
16273         * src/common/utils.c
16274         * src/gtk/gtkutils.c
16275         * src/gtk/inputdialog.c
16276         * src/gtk/menu.c
16277         * src/gtk/pluginwindow.c
16278         * src/gtk/prefswindow.c
16279         * src/plugins/pgpmime/passphrase.c
16280         * src/plugins/pgpmime/prefs_gpg.c
16281                 More -Wall fixes
16282
16283         * src/common/Makefile.am
16284         * src/common/timing.h
16285                 Add basic timing code
16286
16287         * src/summaryview.c
16288                 Fix a bug with unread messages when 
16289                 re-sorting folders, and by the way
16290                 fix a big performance hit when 
16291                 re-sorting (10k mails: before 5s,
16292                 after .5s)
16293
16294         * src/prefs_compose_writing.c
16295         * src/prefs_compose_writing.h
16296         * src/prefs_message.c
16297         * src/prefs_message.h
16298         * src/prefs_other.c
16299         * src/prefs_other.h
16300         * src/prefs_quote.c
16301         * src/prefs_quote.h
16302         * src/prefs_receive.c
16303         * src/prefs_receive.h
16304         * src/prefs_send.c
16305         * src/prefs_send.h
16306         * src/prefs_summaries.c
16307         * src/prefs_summaries.h
16308                 Fix copyright banner
16309
16310 2005-06-01 [paul]       1.9.11cvs30
16311
16312         * po/fi.po
16313                 updated by Flammie Pirinen
16314         * src/procmime.c
16315                 fix 'Bad BASE64 content' output
16316
16317 2005-05-31 [colin]      1.9.11cvs29
16318
16319         * src/procmime.c
16320                 Oops, where did my hunk go.
16321
16322 2005-05-31 [colin]      1.9.11cvs28
16323
16324         * src/Makefile.am
16325         * src/account.c
16326         * src/action.c
16327         * src/addr_compl.c
16328         * src/addressbook.c
16329         * src/codeconv.c
16330         * src/compose.c
16331         * src/export.c
16332         * src/folder.c
16333         * src/folderview.c
16334         * src/image_viewer.c
16335         * src/main.c
16336         * src/mainwindow.c
16337         * src/messageview.c
16338         * src/mimeview.c
16339         * src/msgcache.c
16340         * src/prefs_account.c
16341         * src/prefs_actions.c
16342         * src/prefs_common.c
16343         * src/prefs_compose_writing.c
16344         * src/prefs_customheader.c
16345         * src/prefs_ext_prog.c
16346         * src/prefs_filtering.c
16347         * src/prefs_filtering_action.c
16348         * src/prefs_fonts.c
16349         * src/prefs_image_viewer.c
16350         * src/prefs_message.c
16351         * src/prefs_message.h
16352         * src/prefs_msg_colors.c
16353         * src/prefs_other.c
16354         * src/prefs_other.h
16355         * src/prefs_quote.c
16356         * src/prefs_receive.c
16357         * src/prefs_receive.h
16358         * src/prefs_send.c
16359         * src/prefs_send.h
16360         * src/prefs_spelling.c
16361         * src/prefs_summaries.c
16362         * src/prefs_summary_column.c
16363         * src/prefs_template.c
16364         * src/prefs_themes.c
16365         * src/prefs_toolbar.c
16366         * src/prefs_wrapping.c
16367         * src/procmime.c
16368         * src/procmsg.c
16369         * src/send_message.h
16370         * src/ssl_manager.c
16371         * src/summary_search.c
16372         * src/summaryview.c
16373         * src/textview.c
16374         * src/wizard.c
16375         * src/common/smtp.c
16376         * src/common/smtp.h
16377         * src/gtk/gtkutils.h
16378                 o Move the rest of Common prefs to new style
16379                 o Lots of -Wall warning fixes
16380                 o fix FIXME in cache memusage calculation
16381                 o Let return receipts be sent from any account
16382                 o Little cache optimisation (read)
16383                 o Fix bug #746 (don't treat commas as separators
16384                   when inside a quoted string)
16385
16386 2005-05-31 [paul]       1.9.11cvs27
16387
16388         * src/prefs_common.c
16389                 fix 'off-by-one' typo
16390
16391 2005-05-31 [paul]       1.9.11cvs26
16392
16393         * src/account.c
16394         * src/addr_compl.c
16395         * src/compose.c
16396         * src/foldersel.c
16397         * src/prefs_actions.c
16398         * src/prefs_common.c
16399         * src/prefs_common.h
16400         * src/prefs_customheader.c
16401         * src/prefs_display_header.c
16402         * src/prefs_filtering.c
16403         * src/prefs_filtering_action.c
16404         * src/prefs_matcher.c
16405         * src/prefs_summaries.c
16406         * src/prefs_summary_column.c
16407         * src/prefs_template.c
16408         * src/prefs_toolbar.c
16409         * src/ssl_manager.c
16410         * src/gtk/pluginwindow.c
16411         * src/gtk/prefswindow.c
16412         * src/gtk/progressdialog.c
16413                 add hidden prefs 'enable_rules_hint'
16414                 for gtk_tree_view_set_rules_hint()
16415                 (sync with main)
16416                 
16417
16418 2005-05-31 [colin]      1.9.11cvs25
16419
16420         * src/Makefile.am
16421         * src/main.c
16422         * src/prefs_common.c
16423         * src/prefs_summaries.c ** ADDED **
16424         * src/prefs_summaries.h ** ADDED **
16425                 Common/Display -> Display/Summaries
16426
16427 2005-05-31 [colin]      1.9.11cvs24
16428
16429         * src/Makefile.am
16430         * src/main.c
16431         * src/prefs_quote.c ** ADDED **
16432         * src/prefs_quote.h ** ADDED **
16433                 Move Common/Quote to Compose/Quoting
16434         * src/prefs_common.c
16435         * src/prefs_common.h
16436                 Remove old quote stuff, add
16437                 convenience functions for GtkTextView prefs
16438         * src/gtk/prefswindow.c
16439                 Set default height higher
16440
16441 2005-05-30 [colin]      1.9.11cvs23
16442
16443         * src/Makefile.am
16444         * src/main.c
16445         * src/prefs_common.c
16446         * src/prefs_compose_writing.c ** ADDED **
16447         * src/prefs_compose_writing.h ** ADDED **
16448                 Move Common/Compose prefs to Compose/Writing
16449
16450 2005-05-30 [colin]      1.9.11cvs22
16451
16452         * src/common/utils.c
16453                 Fix bug #651 (Confused Attract by Subject)
16454                 Patch by M. Benkmann <haferfrost@web.de>
16455         * AUTHORS
16456
16457 2005-05-30 [colin]      1.9.11cvs21
16458
16459         * src/compose.c
16460                 Fix concatenation of different headers of
16461                 the same type (bug #645)
16462         * src/prefs_folder_item.c
16463                 Fix bug #699 (setting color to black doesn't
16464                 work immediately)
16465         * src/procmime.c
16466                 Print out decoding error only once per
16467                 block
16468
16469 2005-05-30 [paul]       1.9.11cvs20
16470
16471         * src/common/template.c
16472                 fix Bcc
16473
16474 2005-05-30 [paul]       1.9.11cvs19
16475
16476         * doc/src/rfc2368.txt   **NEW FILE**
16477         * src/compose.c
16478                 compose_entries_set(): don't interpret Bcc
16479                 header field (conform to RFC 2368)
16480                 (sync with main)
16481
16482 2005-05-29 [colin]      1.9.11cvs18
16483
16484         * src/prefs_common.c
16485                 Let the default reply format respect
16486                 netiquette by cutting the signature.
16487
16488 2005-05-29 [colin]      1.9.11cvs17
16489
16490         * src/summaryview.c
16491                 Don't let always_show_msg override
16492                 open_unread_on_enter when opening a new
16493                 directory.
16494
16495 2005-05-27 [paul]       1.9.11cvs16
16496
16497         sync with main:
16498
16499         * src/main.c
16500                 app_will_exit(): cleanup tmp directory when exit
16501         * src/message_search.c
16502                 improved the interface and made code cleanup.
16503                 removed Clear button
16504         * src/send_message.c
16505                 send_message_local(): use GSpawn, and detect errors
16506         * src/summary_search.c
16507                 improved the interface and made code cleanup
16508         * src/textview.c
16509                 textview_write_link(): also skip non-ascii space
16510                  at the head of link strings (phishing check
16511                  didn't work at the case)
16512         * src/common/utils.c
16513                 get_command_output(): use g_spawn_command_line_sync()
16514                 instead of popen()
16515
16516 2005-05-26 [colin]      1.9.11cvs15
16517
16518         * src/folder.c
16519                 remove printf
16520
16521 2005-05-26 [colin]      1.9.11cvs14
16522
16523         * src/common/nntp.c
16524                 Fix nntp mode reader (bug #611)
16525                 Patch by Florian Mickler <florian@mickler.org>
16526
16527 2005-05-26 [colin]      1.9.11cvs13
16528
16529         * src/plugins/pgpmime/passphrase.c
16530                 Fix mouse grabbing (bug #557)
16531
16532 2005-05-26 [colin]      1.9.11cvs12
16533
16534         * src/prefs_themes.c
16535                 Fix g_warning (bug #541)
16536
16537 2005-05-26 [colin]      1.9.11cvs11
16538
16539         * src/prefs_actions.c
16540         * src/prefs_template.c
16541                 Fix bug #506 (no warning if action/template
16542                 is not saved)
16543         * src/common/template.c
16544                 Fix a possible crash
16545
16546 2005-05-26 [colin]      1.9.11cvs10
16547
16548         * src/folder.c
16549         * src/folderview.c
16550         * src/procmsg.c
16551         * src/summaryview.c
16552                 Forbid locked messages to be moved or
16553                 deleted. Locked messages in trashes 
16554                 still get deleted, for performance
16555                 reason (mh.c::mh_remove_all_msgs)
16556
16557 2005-05-25 [colin]      1.9.11cvs9
16558
16559         * src/procmime.c
16560                 Use correct encoding when sending mails
16561                 with attachments that have accentued 
16562                 chars in their name
16563
16564 2005-05-24 [colin]      1.9.11cvs8
16565
16566         * src/summaryview.c
16567                 Fix bug #688 f) read/unread marker not
16568                 changed on first click
16569                 Also, optimize summary_status_show()
16570                 calls
16571         * src/folder.c
16572         * src/inc.c
16573         * src/procmime.c
16574                 Fix bug #688 b) and c) wrt message
16575                 attachments and signature
16576         * src/stock_pixmap.c
16577         * src/stock_pixmap.h
16578         * src/stock_pixmap.c
16579         * src/stock_pixmap.h
16580         * src/Makefile.am
16581         * src/pixmaps/clip_gpg_signed.xpm
16582                 Add clip/signed icon
16583
16584 2005-05-24 [colin]      1.9.11cvs7
16585
16586         * src/folder_item_prefs.c
16587                 whitespace fix
16588
16589 2005-05-24 [colin]      1.9.11cvs6
16590
16591         * src/folderview.c
16592         * src/prefs_common.c
16593         * src/prefs_common.h
16594                 Add a confirmation to folder drag and drop
16595                 fixes bug #156
16596         * src/alertpanel.c
16597         * src/alertpanel.h
16598                 fix _with_disable parameters so that
16599                 the buttons labels are specifiable too
16600         * src/plugins/pgpmime/sgpgme.c
16601                 reflect said change
16602                 
16603
16604 2005-05-24 [colin]      1.9.11cvs5
16605
16606         * src/folderview.c
16607                 Uncollapse/collapse folders on double-click
16608                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
16609                 closes bug #108
16610
16611 2005-05-23 [colin]      1.9.11cvs4
16612
16613         * src/common/socket.c
16614                 Check another special SSL_peek() error.
16615                 Should help wrt bug #728
16616
16617 2005-05-23 [colin]      1.9.11cvs3
16618
16619         * src/plugins/pgpmime/pgpmime.c
16620                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
16621                 breaking menu accelerators and stuff. Users will have to
16622                 reselect "PGP MIME" instead of "PGP/MIME" in their 
16623                 account's privacy preferences if needed.
16624
16625 2005-05-22 [paul]
16626
16627         * tools/kdeservicemenu/install.sh
16628                 use kdesu to prompt for root password if doing
16629                 global install/uninstall
16630
16631 2005-05-20 [colin]      1.9.11cvs2
16632
16633         * src/procmsg.c
16634                 Fix another compilation error with gcc-2.9x
16635                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
16636         * src/send_message.c
16637                 Don't send QUIT if we aren't connected
16638
16639 2005-05-19 [colin]      1.9.11cvs1
16640
16641         * src/procmsg.c
16642                 Fix compilation with gcc 2.9x
16643
16644 2005-05-19 [paul]       1.9.11
16645
16646         1.9.11 released
16647
16648 2005-05-19 [paul]       1.9.9cvs14
16649
16650         * src/gtk/inputdialog.c
16651                 prevent gettext warning
16652
16653 2005-05-19 [paul]       1.9.9cvs13
16654
16655         * src/mainwindow.c
16656         * src/prefs_common.c
16657         * src/prefs_common.h
16658         * src/textview.c
16659         * src/textview.h
16660                 add an option to toggle cursor in message
16661                 view (sync with main)
16662
16663 2005-05-18 [colin]      1.9.9cvs12
16664
16665         * src/compose.c
16666                 Dereference freed pointer
16667         * src/gtk/gtkaspell.c
16668                 Fix duplication of dictionaries (is it an aspell issue?)
16669
16670 2005-05-18 [colin]      1.9.9cvs11
16671
16672         * src/gtk/inputdialog.c
16673         * src/gtk/gtkaspell.c
16674                 HIGuify dialogs
16675         * src/alertpanel.c
16676                 Remove a double call
16677
16678 2005-05-17 [colin]      1.9.9cvs10
16679
16680         * src/gtk/gtkaspell.c
16681                 Fix dialogs, Ctrl-Enter accel
16682
16683 2005-05-17 [colin]      1.9.9cvs9
16684
16685         * src/gtk/gtkaspell.c
16686                 Fix some accelerators, escape in replace-window
16687
16688 2005-05-16 [colin]      1.9.9cvs8
16689
16690         * src/gtk/gtkaspell.c
16691                 Revert last commit, it was a mistake.
16692
16693 2005-05-16 [colin]      1.9.9cvs7
16694
16695         * src/gtk/gtkaspell.c
16696                 Remove buggy code while we're at it. It's a 
16697                 dead code path anyway.
16698
16699 2005-05-16 [colin]      1.9.9cvs6
16700
16701         * src/gtk/gtkaspell.c
16702                 Missed some gtk_menu_popup where deactivate
16703                 signal should be handled. Should fix bug
16704                 #629 a bit more.
16705
16706 2005-05-16 [colin]      1.9.9cvs5
16707
16708         * src/gtk/gtkaspell.c
16709                 Remove debug printf()s
16710
16711 2005-05-16 [colin]      1.9.9cvs4
16712
16713         * src/gtk/gtkaspell.c
16714                 Fix a bit aspell problems
16715                 (see bug #629)
16716
16717 2005-05-13 [colin]      1.9.9cvs3
16718
16719         * src/folderview.c
16720                 Fix the + appearing even when no subfolders
16721                 have unread messages. Thanks to wwp for the
16722                 bug report.
16723
16724 2005-05-11 [paul]       1.9.9cvs2
16725
16726         * src/folderview.c
16727                 correction to 1.9.9cvs1, only colour folders that
16728                 have new msgs (not unread msgs)
16729
16730 2005-05-10 [colin]      1.9.9cvs1
16731
16732         * src/folderview.c
16733         * src/summaryview.c
16734                 Try to fix bolding bugs again.
16735
16736 2005-05-09 [paul]
16737
16738         * tools/claws.i18n.status.pl
16739                 add Ricardo Mones Lastra's script that has been providing
16740                 the i18n status page for many months
16741
16742 2005-05-09 [paul]       1.9.9
16743
16744         1.9.9 release
16745
16746 2005-05-09 [paul]       1.9.6cvs58
16747
16748         * AUTHORS
16749         * INSTALL
16750         * README.claws
16751                 updated
16752         * Makefile.am 
16753         * RELEASE_NOTES.claws
16754                 add release notes to cvs to simplify release
16755                 procedure
16756         * configure.ac
16757                 add ca and fi to ALL_LINGUAS
16758         * po/Makefile.in.in
16759                 workaround for missing Makevars
16760         * po/ca.po
16761         * po/fi.po
16762                 add new Catalan and Finnish translations
16763                 submitted by Miquel Oliete and Flammie Pirinen
16764         * po/de.po
16765         * po/es.po
16766         * po/fr.po
16767         * po/it.po
16768         * po/pl.po
16769         * po/ru.po
16770         * po/sk.po
16771         * po/sr.po
16772         * po/zh_CN.po
16773                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
16774                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
16775                 Urke MMI, and Hansom Young
16776         * src/main.c
16777                 Fix drafting when quitting. compose_draft() closes the
16778                 compose windows, which modifies the compose_list GSList.
16779                 We have to refresh this list after echo drafting to avoid a
16780                 segfault
16781         * src/partial_download.c
16782                 fix segfault on exit
16783
16784 2005-05-06 [paul]       1.9.6cvs57
16785
16786         * src/grouplistdialog.c
16787                 quick fix/workaround for unresizeable newsgroup
16788                 name column 
16789
16790 2005-05-06 [paul]       1.9.6cvs56
16791
16792         * src/inc.c
16793         * src/mainwindow.c
16794                 use gettext plural forms
16795         * src/imap_gtk.c
16796         * src/mh_gtk.c
16797         * src/toolbar.c
16798                 small improvement to english usage
16799
16800 2005-05-05 [thorsten]   1.9.6cvs55
16801
16802         * src/folder.c
16803                 fix possible crash
16804
16805 2005-05-05 [paul]       1.9.6cvs54
16806         
16807         sync with HEAD
16808
16809         * AUTHORS
16810         * src/compose.c
16811                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
16812                 patch by Tim Mann
16813
16814 2005-05-05 [paul]       1.9.6cvs53
16815
16816         * src/mainwindow.c
16817                 fix resizing of separate message and
16818                 folder views
16819
16820 2005-05-05 [paul]       1.9.6cvs52
16821
16822         * src/account.c
16823         * src/addrgather.c
16824         * src/browseldap.c
16825         * src/exphtmldlg.c
16826         * src/expldifdlg.c
16827         * src/importmutt.c
16828         * src/importpine.c
16829         * src/main.c
16830         * src/mainwindow.c
16831         * src/noticeview.c
16832         * src/prefs_filtering.c
16833         * src/prefs_filtering_action.c
16834         * src/prefs_matcher.c
16835         * src/prefs_spelling.c
16836         * src/prefs_toolbar.c
16837         * src/toolbar.c
16838         * src/wizard.c
16839         * src/gtk/description_window.c
16840         * src/gtk/gtkvscrollbutton.c
16841         * src/gtk/progressdialog.c
16842         * src/gtk/quicksearch.c
16843         * src/plugins/pgpmime/prefs_gpg.c
16844         * src/plugins/spamassassin/spamassassin_gtk.c
16845                 replace deprecated gtk_widget_set_usize
16846
16847 2005-05-04 [colin]      1.9.6cvs51
16848
16849         * src/common/utils.c
16850                 Fix crash when subst_for_filename is called
16851                 with a NULL parameter
16852
16853 2005-05-04 [colin]      1.9.6cvs50
16854
16855         * src/partial_download.c
16856         * src/pop.c
16857                 Escape login when writing uidl file
16858                 fixes bug #736
16859
16860 2005-05-03 [colin]      1.9.6cvs49
16861
16862         * src/procmime.c
16863                 Fix possible DOS in mime parser
16864                 (see bug #634)
16865
16866 2005-05-02 [colin]      1.9.6cvs48
16867
16868         * src/compose.c
16869                 Try to fix the copy/paste mess once again.
16870
16871
16872 2005-04-30 [colin]      1.9.6cvs47
16873
16874         * src/prefs_account.h
16875         * src/procmsg.c
16876         * src/send_message.c
16877         * src/common/smtp.c
16878         * src/common/smtp.h
16879                 Try to batch sending mails (per account) instead of
16880                 reconnecting to server every time.
16881
16882 2005-04-29 [colin]      1.9.6cvs46
16883
16884         * src/messageview.c
16885                 Fix window resizing that refused to size down
16886         * src/prefs_common.c
16887         * src/prefs_common.h
16888         * src/prefs_filtering.c
16889                 Save Filtering's window size
16890
16891 2005-04-21 [paul]       1.9.6cvs45
16892
16893         * ChangeLog-gtk2.claws
16894         * src/setup.c
16895                 correction to sync
16896
16897 2005-04-21 [paul]       1.9.6cvs44
16898
16899         sync with main:
16900
16901         * src/setup.c
16902         * src/statusbar.c
16903         * src/statusbar.h
16904                 use gtkut_widget_draw_now(). Improved performance
16905                 of the update of statusbar
16906         * src/textview.c
16907                 textview_smooth_scroll_do(): redraw it after scroll
16908                 is done (fixed incorrect display when a part of the
16909                 view is hidden).
16910         * src/gtk/gtkutils.c
16911         * src/gtk/gtkutils.h
16912                 gtkut_widget_draw_now(): use gdk_window_process_updates()
16913                 to force update of widgets.
16914                 Removed gtkut_widget_wait_for_draw() which had a big
16915                 overhead  because of waiting for all events processed 
16916
16917 2005-04-20 [paul]       1.9.6cvs43
16918
16919         * src/codeconv.c
16920                 complete 1.9.6cvs42's sync:
16921                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
16922
16923 2005-04-19 [paul]       1.9.6cvs42
16924
16925         sync with main:
16926
16927         * src/action.c
16928                 catch_output(): correctly select the insert text
16929                 (fix invalid iterator warnings).
16930         * src/codeconv.c
16931         * src/codeconv.h
16932         * src/mainwindow.c
16933         * src/messageview.c
16934         * src/prefs_common.c
16935                 support GBK encoding.
16936         * src/common/session.c
16937         * src/common/session.h
16938                 use separate buffer for large data to be sent,
16939                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
16940
16941 2005-04-18 [paul]       1.9.6cvs41
16942
16943         * src/jpilot.c
16944                 convert unsigned long into guint32
16945                 patch by Paul LeoNerd Evans 
16946
16947 2005-04-17 [colin]      1.9.6cvs40
16948
16949         * src/compose.c
16950                 Fix 'Request return receipt' from folder
16951                 properties (bug #708)
16952
16953 2005-04-17 [colin]      1.9.6cvs39
16954
16955         * src/mainwindow.c
16956                 Fix duplicate hotkeys in Mainwindow's menu
16957
16958 2005-04-17 [colin]      1.9.6cvs38
16959
16960         * src/folderview.c
16961                 Fix duplicate hotkeys in Folderview's contextual
16962                 menu
16963
16964 2005-04-15 [colin]      1.9.6cvs37
16965
16966         * src/summaryview.c
16967                 Fix 'Save as...' with non-ascii filenames
16968
16969 2005-04-15 [colin]      1.9.6cvs36
16970
16971         * src/plugins/pgpmime/pgpmime.c
16972                 Fix bus error on 64bit. Spotted by 
16973                 macallan1888@gmail.com
16974
16975 2005-04-15 [colin]      1.9.6cvs35
16976
16977         * src/prefs_account.c
16978                 Fix cvs34.
16979
16980 2005-04-12 [colin]      1.9.6cvs34
16981
16982         * src/prefs_account.c
16983                 Fix smtp auth type off-by-one. We forgot to
16984                 add PLAIN in the prefs-to-gui setter func and
16985                 as a result, the selected auth when opening
16986                 account prefs was not the correct one.
16987
16988 2005-04-12 [paul]       1.9.6cvs33
16989
16990         * src/inc.c
16991                 if the recv dialog is visible, Cancel only
16992                 cancels the current account
16993
16994
16995 2005-04-10 [colin]      1.9.6cvs32
16996
16997         * src/filtering.c
16998                 Copy score when copying FilteringActions
16999                 Fix bug #674
17000
17001 2005-04-10 [colin]      1.9.6cvs31
17002
17003         * src/inc.c
17004                 Make Message -> Receive -> Cancel cancel 
17005                 incorporation on all accounts. Fixes
17006                 bug #693
17007
17008 2005-04-10 [colin]      1.9.6cvs30
17009
17010         * src/prefs_account.c
17011                 Update Privacy checkbuttons status based
17012                 on the selected privacy system
17013         * src/compose.c
17014                 Always connect the "None" privacy system; the
17015                 static boolean was probably there to avoid
17016                 reconnecting twice in the same compose window,
17017                 but as the parent function is only called once
17018                 per compose, it's only a bug - as a static is
17019                 initialized once per application instance.
17020                 Also, don't uncheck Sign and Encrypt when
17021                 selecting None as privacy system; just ignore
17022                 them when sending/queuing.
17023                 Should fix bug #695
17024
17025 2005-04-08 [colin]      1.9.6cvs29
17026
17027         * src/account.c
17028         * src/prefs_account.c
17029         * src/prefs_account.h
17030                 Add account preference to queue message in a certain
17031                 folder.
17032
17033 2005-04-06 [colin]      1.9.6cvs28
17034
17035         * src/prefs_account.c
17036                 Update old inbox path syntax
17037
17038 2005-04-06 [paul]       1.9.6cvs27
17039
17040         sync with main:
17041
17042         * configure.ac
17043                 changed -traditional-cpp to -no-cpp-precomp for newer
17044                 Mac OS X support
17045         * src/foldersel.c
17046                 made column resize automatically
17047         * src/send_message.c
17048                 send_message_smtp(): consider EOF right after QUIT
17049                 successful (workaround for Gmail SMTP server)
17050         * src/common/socket.c
17051                 ssl_read(), ssl_peek(): check EOF which violates the
17052                 SSL protocol
17053         * src/gtk/colorlabel.c
17054                 removed warnings when displaying colorlabel menu
17055                 (don't use GtkAlignment)
17056
17057 2005-04-05 [paul]       1.9.6cvs26
17058
17059         * src/plugins/trayicon/trayicon.c
17060                 fix clipping of icon under KDE3 
17061
17062 2005-04-05 [paul]       1.9.6cvs25
17063
17064         * src/summaryview.c
17065                 hide display of threading
17066                 patch by Alfons
17067
17068 2005-04-04 [thorsten]   1.9.6cvs24
17069
17070         * src/mh.c
17071                 marks lost on filesystems with different stat() results on
17072                 summer-/wintertime
17073
17074 2005-04-03 [colin]      1.9.6cvs23
17075
17076         * src/summaryview.c
17077                 Don't handle up/down. Patch by Alfons
17078
17079 2005-04-02 [colin]      1.9.6cvs22
17080
17081         * src/summaryview.c
17082                 Make scrolling faster. Patch by Alfons.
17083
17084 2005-04-01 [colin]      1.9.6cvs21
17085
17086         * src/Makefile.am
17087         * src/stock_pixmap.c
17088         * src/pixmaps/dir-noselect.xpm ** REMOVED **
17089         * src/pixmaps/dir_noselect.xpm ** ADDED **
17090                 Fix pixmap name mismatch (Thanks Stephan Sachse)
17091
17092 2005-04-01 [colin]      1.9.6cvs20
17093
17094         * src/image_viewer.c
17095         * src/image_viewer.h
17096         * src/procmime.c
17097         * src/procmime.h
17098         * src/textview.c
17099         * src/textview.h
17100                 Implement inline image resizing and right-clicking
17101
17102 2005-04-01 [paul]       1.9.6cvs19
17103
17104         * AUTHORS
17105         * Makefile.am
17106         * configure.ac
17107                 check for gnome2
17108                 patch by Luca Cavalli <loopback<AT>slackit.org>
17109         * po/ru.po
17110                 updated by Pavlo Bohmat
17111
17112 2005-03-31 [colin]      1.9.6cvs18
17113
17114         * src/news.c
17115                 Fix parsing references
17116         * src/msgcache.c
17117                 don't put nulls in the references list
17118         * src/procheader.c
17119                 commit that forgotten file in 1.9.6cvs14
17120
17121 2005-03-31 [colin]      1.9.6cvs17
17122
17123         * src/compose.c
17124                 Fix joining of signature separator again. 
17125                 Maybe Hiro could put it in main too...
17126
17127 2005-03-31 [colin]      1.9.6cvs16
17128
17129         * src/Makefile.am
17130         * src/foldersel.c
17131         * src/stock_pixmap.c
17132         * src/stock_pixmap.h
17133         * src/pixmaps/dir-noselect.xpm
17134                 Update foldersel.c (sync from main, patch by Alfons)
17135
17136 2005-03-30 [colin]      1.9.6cvs15
17137
17138         * src/imap.c
17139                 Fix handling of imap folders containing [] in 
17140                 their name. Thanks to Nahuel Angelinetti for
17141                 the detailed bugreport.
17142
17143 2005-03-30 [colin]      1.9.6cvs14
17144
17145         * src/common/utils.h
17146         * src/common/utils.c
17147         * src/common/defs.h
17148         * src/matcher.c
17149         * src/msgcache.c
17150         * src/news.c
17151         * src/procmsg.c
17152         * src/procmsg.h
17153         * src/quote_fmt_parse.y
17154         * src/summaryview.c
17155                 Update references system. Patch by Alfons
17156
17157 2005-03-30 [colin]      1.9.6cvs13
17158
17159         * src/common/socket.c
17160                 Force the glibc to read resolv.conf again when 
17161                 it has changed. Should fix issues when changing
17162                 networks on a laptop and not restarting sylpheed. 
17163
17164 2005-03-30 [paul]       1.9.6cvs12
17165
17166         partial sync with main:
17167
17168         * src/action.c
17169                 create_io_dialog(): use user-defined text font
17170                 (thanks to Alfons), and modified its appearance.
17171         * src/addrgather.c
17172         * src/addrharvest.c
17173         * src/browseldap.c
17174                 replace old code
17175         * src/compose.c
17176                 don't join (presumably) itemized lines on line-wrapping
17177                 fixed wrapping of quote when auto-wrapping is enabled
17178                 compose_destroy(): destroy paned only if it's not
17179                 attached to window. Fixed memory leak of popup menu.
17180         * src/exphtmldlg.c
17181         * src/expldifdlg.c
17182                 replace old code
17183         * src/html.c
17184         * src/html.h
17185         * src/importmutt.c
17186         * src/importpine.c
17187                 replace old code
17188         * src/main.c
17189                 removed redundant code
17190         * src/mainwindow.c
17191                 changed 'Code set' (which is rather incorrect)
17192                 in the menu to 'Character encoding'
17193                 main_window_set_widgets(): request size first
17194                 to prevent window size becoming wrong
17195                 fixed remembering of the state of the visibility
17196                 of MessageView
17197         * src/messageview.c
17198                 changed 'Code set' (which is rather incorrect)
17199                 in the menu to 'Character encoding'
17200         * src/prefs_common.c
17201         * src/prefs_common.h
17202                 added an option whether to render HTML as text or not
17203                 added separators to outgoing encoding menu
17204         * src/procheader.c
17205                 procheader_scan_date_string(): support header
17206                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
17207         * src/summaryview.c
17208         * src/summaryview.h
17209                 minor code cleanup
17210         * src/textview.c
17211                 textview_show_html(): force output of newline
17212                 added an option whether to render HTML as text or not
17213         * src/common/utils.c
17214                 strncpy2(): optimized based on Alfons' code
17215         * src/gtk/gtkutils.c
17216         * src/gtk/gtkutils.h
17217                 removed non-used code
17218         * src/plugins/pgpmime/passphrase.c
17219                 partially fixed grab input of passphrase dialog
17220                 Confine pointer to window
17221
17222 2005-03-30 [colin]      1.9.6cvs11
17223
17224         * src/msgcache.c
17225         * src/msgcache.h
17226                 Read/write 32bit ints from cache & marks
17227                 From main.
17228
17229 2005-03-29 [paul]       1.9.6cvs10
17230
17231         * AUTHORS
17232         * ChangeLog.claws
17233         * src/compose.c
17234         * src/gtk/gtkaspell.c
17235                 sync with HEAD (don't pass NULL pointers) 
17236
17237 2005-03-24 [paul]
17238
17239         * tools/Makefile.am
17240         * tools/README
17241         * tools/acroread2sylpheed.pl
17242                 sync with HEAD (add script to send pdfs as
17243                 attachments from Adobe Reader 7)
17244
17245 2005-03-21 [paul]       1.9.6cvs9
17246
17247         * configure.ac
17248         * po/POTFILES.in
17249         * src/Makefile.am
17250         * src/crash.c
17251         * src/image_viewer.c ** ADDED **
17252         * src/image_viewer.h ** ADDED **
17253         * src/main.c
17254         * src/prefs_common.c
17255         * src/prefs_common.h
17256         * src/prefs_image_viewer.c ** ADDED **
17257         * src/prefs_image_viewer.h ** ADDED **
17258         * src/textview.c
17259         * src/gtk/about.c
17260         * src/pixmaps/sylpheed_logo.xpm
17261         * src/plugins/Makefile.am
17262         * src/plugins/image_viewer/.cvsignore ** REMOVED **
17263         * src/plugins/image_viewer/Makefile.am ** REMOVED **
17264         * src/plugins/image_viewer/plugin.c ** REMOVED **
17265         * src/plugins/image_viewer/viewer.c ** REMOVED **
17266         * src/plugins/image_viewer/viewer.glade ** REMOVED **
17267         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
17268         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
17269         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
17270         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
17271                 as gdk-pixbuf is now built-in
17272                 remove image_viewer plugin and put code back into
17273                 main codebase
17274                 implement inline image display (sync with main)
17275
17276                 replace logo with newer, nicer, larger version  
17277
17278 2005-03-21 [paul]       1.9.6cvs8
17279
17280         * src/gtk/about.c
17281                 cosmetic improvement
17282
17283 2005-03-21 [holger]     1.9.6cvs7
17284
17285         * src/plugins/spamassassin/spamassassin.c
17286                 Sync with HEAD
17287                 (unregister hook on failed plugin init)
17288
17289 2005-03-20 [colin]      1.9.6cvs6
17290
17291         * src/common/plugin.c
17292                 Check that plugin isn't already loaded
17293                 Patch by Alfons
17294
17295 2005-03-20 [thorsten]   1.9.6cvs5
17296
17297         * src/compose.c
17298                 use a more compatible syntax
17299
17300 2005-03-20 [thorsten]   1.9.6cvs4
17301
17302         * src/prefs_toolbar.c
17303                 fix crash when selecting toolbar item (uninitialized pointer)
17304
17305 2005-03-20 [thorsten]   1.9.6cvs3
17306
17307         * src/procmime.c
17308                 fix mimetype detection (referenced free()d string)
17309
17310 2005-03-20 [paul]       1.9.6cvs2
17311
17312         * src/compose.c
17313                 sync with HEAD (1.0.3cvs5)
17314                 neglect Reply-To header if empty
17315                 Patch by Alfons 
17316
17317 2005-03-19 [holger]     1.9.6cvs1
17318
17319         * src/summaryview.c
17320         * src/summaryview.h
17321                 Sync with HEAD
17322
17323 2005-03-18 [paul]       1.9.6
17324
17325         initial GTK2 release
17326
17327 2005-03-18 [paul]       1.0.3cvs3.1
17328
17329         * AUTHORS
17330         * ChangeLog.claws
17331         * configure.ac
17332         * src/gtk/about.c
17333         * src/pixmaps/sylpheed_logo.xpm
17334                 sync with HEAD
17335
17336 2005-03-18 [colin]      1.0.3cvs2.6
17337
17338         * src/summaryview.c
17339                 Remove call to summary_step in summary_copy_selected_to
17340                 Can't see its purpose, and this causes bug when copying
17341                 a message if the next one is unread: it reads it.
17342
17343 2005-03-18 [paul]       1.0.3cvs2.5
17344
17345         * src/foldersel.c
17346                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
17347
17348 2005-03-18 [paul]       1.0.3cvs2.4
17349
17350         * src/addrharvest.c
17351         * src/codeconv.c
17352         * src/codeconv.h
17353         * src/compose.c
17354         * src/news.c
17355         * src/procheader.c
17356         * src/procmime.c
17357         * src/unmime.c
17358         * src/unmime.h
17359                 fix buffer overflow, CAN-2005-0667, see
17360                 http://secunia.com/advisories/14491/
17361                 Patch by Alfons
17362
17363 2005-03-17 [colin]      1.0.3cvs2.3
17364
17365         * src/prefs_fonts.c
17366         * src/summaryview.c
17367                 Fix font bugs (both lists now officialy share 
17368                 the same font)
17369                 
17370
17371 2005-03-17 [paul]       1.0.3cvs2.2
17372
17373         * src/gtk/pluginwindow.c
17374                 make plugin descriptions uneditable
17375
17376 2005-03-11 [paul]       1.0.3cvs2.1
17377
17378         * ChangeLog.claws
17379         * configure.ac
17380         * po/POTFILES.in
17381         * src/plugins/trayicon/trayicon.c
17382                 sync with HEAD
17383                 add src/wizard.c to POTFILES.in
17384
17385 2005-03-11 [paul]       1.0.3cvs1.1
17386
17387         * ChangeLog
17388         * ChangeLog.claws
17389         * configure.ac
17390         * po/de.po
17391         * po/es.po
17392         * po/fr.po
17393         * po/it.po
17394         * po/pt_BR.po
17395         * po/ru.po
17396         * po/sk.po
17397         * po/sr.po
17398         * po/zh_CN.po
17399                 sync with HEAD
17400
17401 2005-03-04 [colin]      1.0.1cvs22.2
17402
17403         * src/compose.c
17404                 Fix signatures with accentued chars in it
17405
17406 2005-03-04 [colin]      1.0.1cvs22.1
17407
17408         * src/common/smtp.c
17409         * src/common/smtp.h
17410                 Don't use SIZE param in MAIL FROM: if server 
17411                 doesn't support it. Patch by Eugen Freiter
17412                 <eugen_f@users.sf.net>
17413
17414 2005-02-27 [paul]       1.0.1cvs20.1
17415
17416         * ChangeLog.claws
17417         * configure.ac
17418         * src/messageview.c
17419                 sync with HEAD
17420
17421 2005-02-27 [colin]      1.0.1cvs19.4
17422
17423         * src/procheader.c
17424         * src/procheader.h
17425                 Fix prototypes. Patch by Alfons
17426
17427 2005-02-27 [colin]      1.0.1cvs19.3
17428
17429         * src/compose.c
17430                 Don't auto-join the signature separator.
17431
17432 2005-02-26 [colin]      1.0.1cvs19.2
17433
17434         * src/summaryview.c
17435                 Fix 'mark all read' with collapsed threads.
17436                 Patch by Alfons.
17437
17438 2005-02-25 [paul]       1.0.1cvs19.1
17439
17440         * ChangeLog.claws
17441         * configure.ac
17442         * src/prefs_account.c
17443         * src/prefs_folder_item.c
17444         * src/gtk/prefswindow.c
17445         * src/gtk/prefswindow.h
17446                 sync with HEAD
17447
17448 2005-02-25 [paul]       1.0.1cvs15.12
17449
17450         * src/alertpanel.c
17451         * src/codeconv.c
17452         * src/compose.c
17453         * src/textview.c
17454         * src/gtk/gtkutils.c
17455         * src/gtk/gtkutils.h
17456         * src/gtk/logwindow.c
17457         * src/gtk/progressdialog.c
17458                 sync with main (revision 127)
17459                 and fix logwindow clipping
17460
17461 2005-02-24 [colin]      1.0.1cvs15.11
17462
17463         * src/plugins/pgpmime/passphrase.c
17464                 Disable input grabbing; it doesn't work yet.
17465
17466 2005-02-24 [colin]      1.0.1cvs15.10
17467
17468         * src/messageview.c
17469                 Don't send out receipts if offline. Ask.
17470
17471 2005-02-23 [colin]      1.0.1cvs15.9
17472
17473         * src/summaryview.c     
17474                 Fix expanding
17475
17476 2005-02-23 [colin]      1.0.1cvs15.8
17477
17478         * src/summaryview.c
17479                 Really fix Bug 568 by removing useless
17480                 calls. summary_thread_init() now called
17481                 in summary_sort(). This should please
17482                 Alfons as it should be faster than 
17483                 previously.
17484
17485 2005-02-23 [colin]      1.0.1cvs15.7
17486
17487         * src/compose.c
17488                 Encode parts as QP or B64 if signing
17489
17490 2005-02-23 [colin]      1.0.1cvs15.6
17491
17492         * src/compose.c
17493                 Fix Mimeinfo leakage (including tmp files)
17494         * src/procmsg.c
17495                 Fix tmp file leakage (spotted by Ivan Rayner)
17496
17497 2005-02-22 [colin]      1.0.1cvs15.5
17498
17499         * src/expldifdlg.c
17500                 Fix keyboard input. Patch by Alfons.
17501
17502 2005-02-21 [colin]      1.0.1cvs15.4
17503
17504         * src/compose.c
17505                 Fix Sign/Encrypt when unselecting privacy
17506                 system
17507         * src/prefs_common.c
17508                 Change default message font to Monospace
17509         * src/summaryview.c
17510                 More freezing during potentially large operations
17511
17512 2005-02-21 [paul]       1.0.1cvs15.3
17513
17514         * src/main.c
17515                 fix --help output
17516
17517 2005-02-21 [paul]       1.0.1cvs15.2
17518
17519         * po/Makefile.in.in
17520         * src/compose.c
17521         * src/summaryview.c
17522         * src/textview.c
17523         * src/common/utils.c
17524         * src/common/utils.h
17525                 sync with main (revision 117)
17526
17527 2005-02-20 [colin]      1.0.1cvs15.1
17528
17529         * src/common/defs.h
17530                 Change cache file to .sylpheed_claws_cache, as
17531                 suggested by Alfons. Allows people to switch
17532                 between Sylpheed and Sylpheed-Claws. it is
17533                 a good idea to "Check for new messages" at next
17534                 startup.
17535
17536
17537 2005-02-18 [colin]      1.0.1cvs14.1
17538
17539         * src/quote_fmt_lex.l
17540         * src/quote_fmt_parse.y
17541                 Fix parser initialisation. Patch by Ivan.
17542
17543 2005-02-18 [colin]      1.0.1cvs11.6
17544
17545         * src/folderview.c
17546                 Fix scrolldown (bug 662)
17547
17548 2005-02-17 [colin]      1.0.1cvs11.5
17549
17550         * src/codeconv.c
17551                 conv_filename_to_utf8: return clean 7bit instead
17552                 of broken utf8 if needed
17553         * src/mimeview.c
17554                 Fix display of parts with unclean 8bit names
17555
17556 2005-02-17 [paul]       1.0.1cvs11.4
17557
17558         * src/compose.c
17559         * src/exportldif.c
17560         * src/matcher_parser_parse.y
17561         * src/procmime.c
17562         * src/sourcewindow.c
17563         * src/common/Makefile.am
17564         * src/common/intl.h             ** REMOVED **
17565         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
17566                 sync with main (revision 109)
17567                 and clean up
17568
17569 2005-02-16 [colin]      1.0.1cvs11.3
17570
17571         * src/summaryview.c
17572                 Fix collapsed thread not highlighting when new
17573                 messages in it (Bug 568) Patch by Stephan Sachse.
17574                 Fix messed up selection when reaching bounds (Bug 632)
17575         * src/prefs_themes.c
17576                 Fix theme installing (Bug 684)
17577
17578 2005-02-16 [colin]      1.0.1cvs11.2
17579
17580         * src/messageview.c
17581                 Fix messageview_select_all
17582
17583 2005-02-16 [colin]      1.0.1cvs11.1
17584
17585         * src/mh.c
17586                 Sync with HEAD (MH scan required function)
17587
17588 2005-02-15 [colin]      1.0.1cvs8.1
17589
17590         * src/mimeview.c
17591         * src/common/utils.c
17592                 Sync with HEAD (filename chars substitution)
17593
17594 2005-02-15 [colin]      1.0.1cvs7.3
17595
17596         * src/gtk/pluginwindow.c
17597                 Fix button spacing
17598
17599 2005-02-15 [colin]      1.0.1cvs7.2
17600
17601         * src/mimeview.c
17602                 Fix mime icons not reset across message when
17603                 scrolled down
17604
17605 2005-02-15 [colin]      1.0.1cvs7.1
17606
17607         * src/compose.c
17608         * src/procmime.c
17609                 Sync with HEAD (optimisation of cvs6)
17610
17611 2005-02-14 [colin]      1.0.1cvs6.1
17612
17613         * src/compose.c
17614         * src/procmime.c
17615                 Sync with HEAD (encode "From " at line beginning)
17616
17617 2005-02-14 [colin]      1.0.1cvs5.3
17618
17619         * src/compose.c
17620                 Fix wrapping with accentued chars.
17621
17622 2005-02-13 [colin]      1.0.1cvs5.2
17623
17624         * src/textview.c
17625                 Fix email informative part parsing with
17626                 accentued chars in it. ispunct() returns
17627                 true for them in utf8...
17628
17629 2005-02-12 [colin]      1.0.1cvs5.1
17630
17631         * src/filtering.c
17632                 Sync with HEAD (remove wrong use of compose after send)
17633
17634 2005-02-12 [paul]       1.0.1cvs4.5
17635
17636         * src/textview.c
17637                 remove unnecessary code (thanks to Alfons)
17638
17639 2005-02-12 [paul]       1.0.1cvs4.4
17640
17641         * src/textview.c
17642                 add 'Copy' to contextual menu on emails
17643
17644 2005-02-11 [colin]      1.0.1cvs4.3
17645
17646         * src/compose.c
17647                 revert 1.0.0cvs28.2, it doesn't work that well.
17648
17649 2005-02-11 [paul]       1.0.1cvs4.2
17650
17651         * po/Makefile.in.in
17652                 fix 'make release'
17653
17654 2005-02-10 [paul]       1.0.1cvs4.1
17655
17656         * ChangeLog
17657         * ChangeLog.claws
17658         * ChangeLog.jp
17659         * configure.ac
17660         * src/compose.c
17661                 sync with HEAD (sync with main)
17662
17663 2005-02-10 [paul]       1.0.1cvs3.2
17664
17665         * AUTHORS
17666         * Makefile.am
17667         * autogen.sh
17668         * configure.ac
17669         * config/mkinstalldirs
17670         * intl/.cvsignore
17671         * intl/ChangeLog
17672         * intl/VERSION
17673         * intl/bindtextdom.c
17674         * intl/config.charset
17675         * intl/dcgettext.c
17676         * intl/dcigettext.c
17677         * intl/dcngettext.c
17678         * intl/dgettext.c
17679         * intl/dngettext.c
17680         * intl/eval-plural.h
17681         * intl/explodename.c
17682         * intl/finddomain.c
17683         * intl/gettext.c
17684         * intl/gettextP.h
17685         * intl/gmo.h
17686         * intl/hash-string.h
17687         * intl/intl-compat.c
17688         * intl/l10nflist.c
17689         * intl/libgnuintl.h.in
17690         * intl/loadinfo.h
17691         * intl/loadmsgcat.c
17692         * intl/localcharset.c
17693         * intl/localcharset.h
17694         * intl/locale.alias
17695         * intl/localealias.c
17696         * intl/localename.c
17697         * intl/log.c
17698         * intl/ngettext.c
17699         * intl/os2compat.c
17700         * intl/os2compat.h
17701         * intl/osdep.c
17702         * intl/plural-exp.c
17703         * intl/plural-exp.h
17704         * intl/plural.c
17705         * intl/plural.y
17706         * intl/ref-add.sin
17707         * intl/ref-del.sin
17708         * intl/relocatable.c
17709         * intl/relocatable.h
17710         * intl/textdomain.c
17711         * m4/Makefile.am
17712         * po/Makefile.in.in
17713         * src/Makefile.am
17714         * src/account.c
17715         * src/action.c
17716         * src/addr_compl.c
17717         * src/addressadd.c
17718         * src/addressbook.c
17719         * src/addrgather.c
17720         * src/addrindex.c
17721         * src/alertpanel.c
17722         * src/browseldap.c
17723         * src/codeconv.c
17724         * src/codeconv.h
17725         * src/compose.c
17726         * src/compose.h
17727         * src/crash.c
17728         * src/editaddress.c
17729         * src/editbook.c
17730         * src/editgroup.c
17731         * src/editjpilot.c
17732         * src/editldap.c
17733         * src/editldap_basedn.c
17734         * src/editvcard.c
17735         * src/exphtmldlg.c
17736         * src/expldifdlg.c
17737         * src/export.c
17738         * src/exporthtml.c
17739         * src/filtering.c
17740         * src/folder.c
17741         * src/folder_item_prefs.c
17742         * src/foldersel.c
17743         * src/folderview.c
17744         * src/grouplistdialog.c
17745         * src/headerview.c
17746         * src/imap.c
17747         * src/imap_gtk.c
17748         * src/import.c
17749         * src/importldif.c
17750         * src/importmutt.c
17751         * src/importpine.c
17752         * src/inc.c
17753         * src/ldif.c
17754         * src/main.c
17755         * src/mainwindow.c
17756         * src/matcher.c
17757         * src/mbox.c
17758         * src/message_search.c
17759         * src/messageview.c
17760         * src/mh.c
17761         * src/mh_gtk.c
17762         * src/mimeview.c
17763         * src/msgcache.c
17764         * src/news.c
17765         * src/news_gtk.c
17766         * src/noticeview.c
17767         * src/partial_download.c
17768         * src/pop.c
17769         * src/prefs_account.c
17770         * src/prefs_actions.c
17771         * src/prefs_common.c
17772         * src/prefs_customheader.c
17773         * src/prefs_display_header.c
17774         * src/prefs_ext_prog.c
17775         * src/prefs_filtering.c
17776         * src/prefs_filtering_action.c
17777         * src/prefs_folder_item.c
17778         * src/prefs_fonts.c
17779         * src/prefs_gtk.c
17780         * src/prefs_matcher.c
17781         * src/prefs_msg_colors.c
17782         * src/prefs_spelling.c
17783         * src/prefs_summary_column.c
17784         * src/prefs_template.c
17785         * src/prefs_themes.c
17786         * src/prefs_toolbar.c
17787         * src/prefs_wrapping.c
17788         * src/privacy.c
17789         * src/procheader.c
17790         * src/procmime.c
17791         * src/procmsg.c
17792         * src/quote_fmt.c
17793         * src/recv.c
17794         * src/send_message.c
17795         * src/setup.c
17796         * src/sourcewindow.c
17797         * src/ssl_manager.c
17798         * src/statusbar.c
17799         * src/summary_search.c
17800         * src/summaryview.c
17801         * src/textview.c
17802         * src/toolbar.c
17803         * src/wizard.c
17804         * src/common/nntp.c
17805         * src/common/plugin.c
17806         * src/common/smtp.c
17807         * src/common/ssl.c
17808         * src/common/ssl_certificate.c
17809         * src/common/string_match.c
17810         * src/common/sylpheed.c
17811         * src/common/template.c
17812         * src/common/utils.c
17813         * src/gtk/about.c
17814         * src/gtk/colorlabel.c
17815         * src/gtk/description_window.c
17816         * src/gtk/filesel.c
17817         * src/gtk/foldersort.c
17818         * src/gtk/gtkaspell.c
17819         * src/gtk/gtkutils.c
17820         * src/gtk/inputdialog.c
17821         * src/gtk/logwindow.c
17822         * src/gtk/menu.c
17823         * src/gtk/pluginwindow.c
17824         * src/gtk/prefswindow.c
17825         * src/gtk/progressdialog.c
17826         * src/gtk/quicksearch.c
17827         * src/gtk/sslcertwindow.c
17828         * src/plugins/clamav/clamav_plugin.c
17829         * src/plugins/clamav/clamav_plugin_gtk.c
17830         * src/plugins/demo/demo.c
17831         * src/plugins/dillo_viewer/dillo_prefs.c
17832         * src/plugins/dillo_viewer/dillo_viewer.c
17833         * src/plugins/image_viewer/plugin.c
17834         * src/plugins/image_viewer/viewer.c
17835         * src/plugins/image_viewer/viewerprefs.c
17836         * src/plugins/mathml_viewer/mathml_viewer.c
17837         * src/plugins/pgpmime/passphrase.c
17838         * src/plugins/pgpmime/plugin.c
17839         * src/plugins/pgpmime/prefs_gpg.c
17840         * src/plugins/pgpmime/select-keys.c
17841         * src/plugins/pgpmime/sgpgme.c
17842         * src/plugins/spamassassin/spamassassin.c
17843         * src/plugins/spamassassin/spamassassin_gtk.c
17844         * src/plugins/trayicon/trayicon.c
17845                 sync with main (revision 104)
17846
17847 2005-02-10 [colin]      1.0.1cvs3.1
17848
17849         * src/mainwindow.c
17850                 Sync with HEAD (fix occasional crasher)
17851
17852 2005-02-10 [colin]      1.0.1cvs2.1
17853
17854         * src/messageview.c
17855                 Synw with HEAD (don't automatically display html)
17856
17857 2005-02-09 [colin]      1.0.1cvs1.3
17858
17859         * src/textview.c
17860         * src/textview.h
17861                 Add contextual menu on emails
17862
17863 2005-02-09 [colin]      1.0.1cvs1.2
17864
17865         * src/codeconv.c
17866                 Fix converting from broken headers and 
17867                 put back the _ in missing places
17868                 (feature broke with cvs24.2 sync, main 
17869                  possibly affected?)
17870
17871 2005-02-09 [colin]      1.0.1cvs1.1
17872
17873         * src/messageview.c
17874         * src/mimeview.c
17875         * src/mimeview.h
17876                 Sync with HEAD (display non text/plain mails with plugin)
17877
17878 2005-02-08 [colin]      1.0.1.1
17879
17880         * ChangeLog.claws
17881         * po/pt_BR.po
17882                 Sync with HEAD
17883         * configure.ac
17884                 Make default configuration directory 
17885                 be .sylpheed-gtk2
17886
17887 2005-02-08 [colin]      1.0.0cvs29.1
17888
17889         * po/de.po
17890         * po/es.po
17891         * po/fr.po
17892         * po/it.po
17893         * po/sk.po
17894         * po/sr.po
17895                 Sync translations with HEAD
17896
17897 2005-02-06 [colin]      1.0.0cvs28.3
17898
17899         * src/compose.c
17900                 Make compose a bit faster - patch by Alfons.
17901
17902 2005-02-06 [colin]      1.0.0cvs28.2
17903
17904         * src/compose.c
17905                 Make pasting via middle-click more reliable
17906
17907 2005-02-05 [paul]       1.0.0cvs28.1
17908
17909         * ChangeLog
17910         * ChangeLog.claws
17911         * ChangeLog.jp
17912         * configure.ac
17913         * src/compose.c
17914                 sync with HEAD
17915                 (fix bug 682 'redirect is broken'
17916
17917 2005-02-05 [torte]      1.0.0cvs27.1
17918
17919         * ChangeLog.claws
17920         * configure.ac
17921         * src/partial_download.c
17922                 Sync with HEAD (fix buf overflow)
17923
17924 2005-02-03 [colin]      1.0.0cvs26.1
17925
17926         * src/common/plugin.c
17927                 Sync with HEAD (avoid plugin mismatches)
17928
17929 2005-02-03 [paul]       1.0.0cvs25.3
17930
17931         * src/folderview.c
17932         * src/headerview.c
17933         * src/summaryview.c
17934         * src/textview.c
17935         * src/gtk/colorlabel.c
17936                 third and final part of initial sync with main-gtk2
17937
17938 2005-02-03 [paul]       1.0.0cvs25.2
17939
17940         * src/jpilot.c
17941                 fix building with jpilot support
17942
17943 2005-02-02 [colin]      1.0.0cvs25.1
17944
17945         * src/messageview.c
17946                 Sync with HEAD (fix dangerous typo)
17947
17948 2005-02-01 [colin]      1.0.0cvs24.3
17949
17950         * src/common/xml.c
17951                 Write file as advertised (UTF-8)
17952
17953 2005-02-01 [paul]       1.0.0cvs24.2
17954
17955         * src/addrbook.c
17956         * src/addrindex.c
17957         * src/alertpanel.h
17958         * src/codeconv.c
17959         * src/codeconv.h
17960         * src/compose.c
17961         * src/export.c
17962         * src/folder_item_prefs.c
17963         * src/html.c
17964         * src/imap.c
17965         * src/import.c
17966         * src/jpilot.c
17967         * src/mainwindow.c
17968         * src/matcher_parser_lex.l
17969         * src/messageview.c
17970         * src/mh.c
17971         * src/prefs_account.c
17972         * src/prefs_actions.c
17973         * src/prefs_common.c
17974         * src/prefs_gtk.c
17975         * src/prefs_gtk.h
17976         * src/prefs_themes.c
17977         * src/procheader.c
17978         * src/procmime.c
17979         * src/sourcewindow.c
17980         * src/statusbar.c
17981         * src/summaryview.c
17982         * src/textview.c
17983         * src/toolbar.c
17984         * src/unmime.c
17985         * src/common/template.c
17986         * src/common/utils.c
17987         * src/common/xml.c
17988         * src/common/xml.h
17989         * src/gtk/gtkaspell.c
17990         * src/plugins/clamav/clamav_plugin.c
17991         * src/plugins/dillo_viewer/dillo_prefs.c
17992         * src/plugins/image_viewer/viewerprefs.c
17993         * src/plugins/pgpmime/passphrase.c
17994         * src/plugins/pgpmime/prefs_gpg.c
17995         * src/plugins/pgpmime/select-keys.c
17996         * src/plugins/spamassassin/spamassassin.c
17997                 second part of initial sync with main-gtk2
17998                 (more to follow)
17999
18000 2005-01-31 [colin]      1.0.0cvs24.1
18001
18002         * src/compose.c
18003                 Sync with HEAD
18004
18005 2005-01-29 [paul]       1.0.0cvs23.2
18006
18007         * src/account.c
18008         * src/action.c
18009         * src/addressadd.c
18010         * src/addressbook.c
18011         * src/alertpanel.c
18012         * src/compose.c
18013         * src/editaddress.c
18014         * src/editbook.c
18015         * src/editgroup.c
18016         * src/editjpilot.c
18017         * src/editldap.c
18018         * src/editldap_basedn.c
18019         * src/editvcard.c
18020         * src/export.c
18021         * src/foldersel.c
18022         * src/grouplistdialog.c
18023         * src/import.c
18024         * src/importldif.c
18025         * src/inc.c
18026         * src/main.c
18027         * src/mainwindow.c
18028         * src/message_search.c
18029         * src/messageview.c
18030         * src/mimeview.c
18031         * src/prefs_actions.c
18032         * src/prefs_common.c
18033         * src/prefs_common.h
18034         * src/prefs_customheader.c
18035         * src/prefs_display_header.c
18036         * src/prefs_filtering.c
18037         * src/prefs_filtering_action.c
18038         * src/prefs_gtk.c
18039         * src/prefs_matcher.c
18040         * src/prefs_summary_column.c
18041         * src/prefs_template.c
18042         * src/sourcewindow.c
18043         * src/summary_search.c
18044         * src/summaryview.c
18045         * src/textview.c
18046         * src/gtk/about.c
18047         * src/gtk/description_window.c
18048         * src/gtk/gtkshruler.c
18049         * src/gtk/gtkutils.c
18050         * src/gtk/gtkutils.h
18051         * src/gtk/inputdialog.c
18052         * src/gtk/logwindow.c
18053         * src/gtk/prefswindow.c
18054         * src/gtk/progressdialog.c
18055         * src/gtk/progressdialog.h
18056                 first part of initial sync with main-gtk2
18057                 (more to follow)
18058
18059 2005-01-28 [colin]      1.0.0cvs23.1
18060
18061         * src/folderview.c
18062                 Sync with HEAD
18063
18064 2005-01-27 [colin]      1.0.0cvs21.1
18065
18066         * src/folder.c
18067         * src/folderview.c
18068                 Sync with HEAD
18069
18070 2005-01-27 [colin]      1.0.0cvs19.1
18071
18072         * src/procmime.c
18073                 Sync with HEAD
18074
18075 2005-01-27 [colin]      1.0.0cvs18.1
18076
18077         * src/messageview.c
18078         * src/summaryview.c
18079         * src/mainwindow.c
18080         * src/compose.c
18081         * src/compose.h
18082         * src/procmsg.c
18083         * src/procmsg.h
18084         * src/toolbar.c
18085                 Sync with HEAD
18086
18087 2005-01-26 [paul]       1.0.0cvs15.2
18088
18089         * src/compose.c
18090                 compose_entries_set(): convert subject and body to
18091                 utf8 if necessary. patch by Felix Eckhofer
18092
18093 2005-01-26 [paul]       1.0.0cvs15.1
18094
18095         * configure.ac
18096         * src/common/template.c
18097                 sync with HEAD (fix memory leak)
18098
18099 2005-01-25 [paul]       1.0.0cvs14.1
18100
18101         * configure.ac
18102         * src/compose.c
18103                 sync with HEAD
18104
18105 2005-01-24 [colin]      1.0.0cvs13.1
18106
18107         * src/summaryview.c
18108                 Sync with HEAD
18109
18110 2005-01-24 [paul]       1.0.0cvs12.1
18111
18112         * configure.ac
18113         * src/messageview.c
18114         * src/mh.c
18115         * src/common/utils.c
18116                 sync with HEAD
18117
18118 2005-01-24 [colin]      1.0.0cvs11.1
18119
18120         * src/procheader.c
18121                 Sync with HEAD
18122
18123 2005-01-24 [colin]      1.0.0cvs10.1
18124
18125         * src/folderview.c
18126                 Sync with HEAD
18127
18128 2005-01-23 [colin]      1.0.0cvs9.1
18129
18130         * src/crash.c
18131                 Sync with HEAD
18132
18133 2005-01-22 [colin]      1.0.0cvs8.1
18134
18135         * src/summaryview.c
18136         * src/gtk/quicksearch.c
18137                 Sync with HEAD
18138
18139 2005-01-21 [colin]      1.0.0cvs7.1
18140
18141         * src/summaryview.c
18142                 Sync with HEAD
18143
18144 2005-01-21 [colin]      1.0.0cvs6.1
18145
18146         * src/summaryview.c
18147                 Sync with HEAD
18148
18149 2005-01-21 [colin]      1.0.0cvs5.1
18150
18151         * src/gtk/quicksearch.c
18152         * src/prefs_common.c
18153         * src/prefs_common.h
18154                 Sync with HEAD (recurse option)
18155
18156 2005-01-21 [colin]      1.0.0cvs4.1
18157
18158         * src/folder.h
18159         * src/folderview.c
18160         * src/folderview.h
18161         * src/summaryview.c
18162         * src/gtk/quicksearch.c
18163         * src/gtk/quicksearch.h
18164                 Sync with HEAD (recursive quicksearch)
18165
18166 2005-01-20 [colin]      1.0.0cvs3.4
18167
18168         * src/ssl_manager.c
18169                 Remove useless code
18170
18171 2005-01-20 [colin]      1.0.0cvs3.3
18172
18173         * src/ssl_manager.c
18174                 Fix leak, thanks to Alfons.
18175
18176 2005-01-20 [colin]      1.0.0cvs3.2
18177
18178         * src/ssl_manager.c
18179                 Port SSL certificate window to GTK2.
18180
18181 2005-01-20 [paul]       1.0.0cvs3.1
18182
18183         * ChangeLog.claws
18184         * configure.ac
18185         * src/addrindex.c
18186         * src/addrindex.h
18187                 sync with HEAD
18188
18189 2005-01-19 [colin]      1.0.0cvs2.2
18190
18191         * src/plugins/trayicon/trayicon.c
18192                 Fix freeze with gtk-2.6, the easy way
18193                 (signal blocking helpless there...)
18194                 Closes bug #668.
18195
18196 2005-01-19 [colin]      1.0.0cvs2.1
18197
18198         * src/mbox.c
18199         * src/mbox.h
18200         * src/mainwindow.c
18201         * src/summaryview.c
18202         * src/summaryview.h
18203                 Sync with HEAD
18204
18205 2005-01-19 [paul]       1.0.0cvs1.1
18206
18207         * configure.ac
18208         * po/de.po
18209         * po/es.po
18210         * po/fr.po
18211         * po/hr.po
18212         * po/it.po
18213         * po/ja.po
18214         * po/ko.po
18215         * po/pt_BR.po
18216         * po/ru.po
18217         * po/sk.po
18218         * po/sr.po
18219                 sync with HEAD (update translations)
18220
18221 2005-01-18 [colin]      1.0.0cvs0.1
18222
18223         * src/foldersel.c
18224                 Specify search column - patch by Alfons
18225
18226 2005-01-18 [colin]      0.9.13cvs36.3
18227
18228         * src/prefs_toolbar.c
18229                 Change Delete to Remove
18230         * src/prefs_fonts.c
18231                 GTK2 version and leak fixes
18232         * src/prefs_actions.c
18233                 Add stock buttons.
18234                 All patches by Alfons
18235
18236 2005-01-17 [colin]      0.9.13cvs36.2
18237
18238         * src/compose.c
18239                 Fix DnD inserting twice. While at it,
18240                 add DnD support for text/plain in the
18241                 body, and add support in the headers.
18242
18243 2005-01-16 [colin]      0.9.13cvs36.1
18244
18245         * ChangeLog
18246         * ChangeLog.jp
18247         * ChangeLog.claws
18248                 Sync with HEAD (nothing applicable)
18249
18250 2005-01-16 [colin]      0.9.13cvs33.2
18251
18252         * src/prefs_toolbar.c
18253                 GTK2ize prefs_toolbar, by Alfons.
18254
18255 2005-01-14 [colin]      0.9.13cvs33.1
18256
18257         * src/html.c
18258         * src/msgcache.c
18259                 Sync with HEAD
18260
18261 2005-01-14 [colin]      0.9.13cvs32.1
18262
18263         * src/html.c
18264         * src/html.h
18265         * src/msgcache.c
18266         * AUTHORS
18267         * tools/calypso_convert.pl
18268                 Sync with HEAD
18269
18270 2005-01-08 [colin]      0.9.13cvs29.2
18271
18272         * src/prefs_filtering_action.c
18273         * src/prefs_filtering.c
18274                 2 more gtk2 patches by Alfons
18275
18276 2005-01-07 [paul]       0.9.13cvs29.1
18277
18278         * ChangeLog
18279         * ChangeLog.claws
18280         * ChangeLog.jp
18281         * configure.ac
18282         * src/pop.c
18283         * src/pop.h
18284                 sync with HEAD
18285
18286 2005-01-07 [colin]      0.9.13cvs28.3
18287
18288         * src/gtk/progressdialog.c
18289         * src/gtk/progressdialog.h
18290         * src/inc.c
18291         * src/send_message.c
18292                 GTK2 for the incorporation dialog. The CList isn't dead
18293                 yet, for a more smooth migration. Patch by Alfons.
18294
18295 2005-01-06 [colin]      0.9.13cvs28.2
18296
18297         * src/prefs_display_header.c
18298                 GTK2 conversion by Alfons
18299         * src/prefs_actions.c
18300         * src/prefs_matcher.c
18301                 Fix 2 leaks - patch by Alfons
18302
18303 2005-01-06 [colin]      0.9.13cvs28.1
18304
18305         * src/prefs_matcher.c
18306                 Sync with HEAD
18307
18308 2005-01-06 [colin]      0.9.13cvs27.4
18309
18310         * src/prefs_matcher.c
18311                 Fix double-free. Patch by Alfons
18312
18313 2005-01-06 [colin]      0.9.13cvs27.3
18314
18315         * src/prefs_matcher.c
18316                 GTK2 widgets + memleak
18317                 Patch by Alfons
18318
18319 2005-01-05 [colin]      0.9.13cvs27.2
18320
18321         * src/account.c
18322         * src/addr_compl.c
18323         * src/foldersel.c
18324         * src/stock_pixmap.c
18325         * src/stock_pixmap.h
18326                 3 more GTK2 patches by Alfons.
18327
18328 2005-01-04 [colin]      0.9.13cvs27.1
18329
18330         * src/folderview.c
18331         * src/imap_gtk.c
18332         * src/news_gtk.c
18333                 Sync with HEAD
18334
18335 2005-01-04 [colin]      0.9.13cvs25.9
18336
18337         * src/compose.c
18338                 Fix Show Ruler menuitem
18339         * src/prefs_template.c
18340                 Convert to GTK2
18341         * src/common/utils.c
18342                 Make auto pointer stuff handles NULLs
18343                 Patches by Alfons.
18344
18345 2005-01-04 [colin]      0.9.13cvs25.8
18346
18347         * src/compose.c
18348                 Move the attachment list to gtk2
18349                 Patch by Alfons.
18350
18351 2005-01-04 [colin]      0.9.13cvs25.7
18352
18353         * src/textview.c
18354                 Make some keys work again
18355                 Patch by SungHyun Nam <namsh@kldp.org>
18356
18357 2005-01-04 [colin]      0.9.13cvs25.6
18358
18359         * src/gtk/gtkshruler.c
18360                 Move the ruler to GTK2
18361                 Patch by Alfons
18362
18363 2005-01-03 [colin]      0.9.13cvs25.5
18364
18365         * src/compose.c
18366                 Fix my broken patch apply 
18367
18368 2005-01-03 [colin]      0.9.13cvs25.4
18369
18370         * src/common/utils.c
18371         * src/common/utils.h
18372         * src/gtk/prefswindow.c
18373                 Move auto pointer stuff to utils.c
18374                 Patch by Alfons again :)
18375
18376 2005-01-03 [colin]      0.9.13cvs25.3
18377
18378         * src/compose.c
18379         * src/prefs_gtk.c
18380         * src/prefs_template.c
18381         * src/textview.c
18382                 Empty text widgets with empty strings, not NULL char
18383                 Patch by SungHyun Nam <namsh@kldp_org>
18384
18385 2005-01-03 [colin]      0.9.13cvs25.2
18386
18387         * src/main.c
18388         * AUTHORS
18389                 Sync with HEAD
18390
18391 2005-01-03 [colin]      0.9.13cvs25.1
18392
18393         * src/pop.c
18394         * src/pop.h
18395                 Sync with HEAD
18396
18397 2005-01-03 [colin]      0.9.13cvs24.3
18398
18399         * src/account.c
18400                 Two patches from Alfons and Alex S Moore:
18401                 fix images, fix return value.
18402
18403 2005-01-01 [colin]      0.9.13cvs24.2
18404
18405         * src/prefs_actions.c
18406                 Fix over-zealous assertion. Patch by Alfons
18407
18408 2005-01-01 [colin]      0.9.13cvs24.1
18409
18410         * src/procmime.c
18411                 Sync with HEAD (leak fix)
18412
18413 2004-12-31 [colin]      0.9.13cvs23.2
18414
18415         * src/prefs_common.c
18416                 GTK2 widgets + stock buttons - patch by Alfons
18417
18418 2004-12-31 [paul]       0.9.13cvs23.1
18419
18420         * configure.ac
18421                 bump up EXTRA_VERSION to match (sync'ed) HEAD
18422         * src/gtk/pluginwindow.c
18423                 use GTK2 widgets and plug memory leaks,
18424                 patches by Alfons
18425
18426 2004-12-30 [colin]      0.9.13cvs22.4
18427
18428         * src/account.c
18429         * src/action.c
18430         * src/export.c
18431         * src/foldersel.c
18432         * src/import.c
18433         * src/message_search.c
18434         * src/prefs_actions.c
18435         * src/prefs_common.c
18436         * src/prefs_customheader.c
18437         * src/prefs_filtering.c
18438         * src/prefs_summary_column.c
18439         * src/summary_search.c
18440         * src/gtk/about.c
18441         * src/gtk/description_window.c
18442         * src/gtk/gtkutils.c
18443         * src/gtk/gtkutils.h
18444         * src/gtk/inputdialog.c
18445         * src/gtk/prefswindow.c
18446                 Use GTK2 stock buttons. Patches by Alfons.
18447
18448 2004-12-30 [colin]      0.9.13cvs22.3
18449
18450         * src/account.c
18451                 Sync with HEAD
18452         * src/prefs_actions.c
18453         * src/prefs_customheader.c
18454         * src/prefs_filtering.c
18455         * src/prefs_msg_colors.c
18456         * src/prefs_summary_column.c
18457         * src/gtk/prefswindow.c
18458                 Use GtkTreeView instead of deprecated 
18459                 widgets. Patches by Alfons.
18460
18461 2004-12-30 [paul]       0.9.13cvs22.2
18462
18463         * src/foldersel.c
18464                 use GTK 2 Tree View
18465                 patch by Alfons, with root folder sorting fix
18466                 by Stephan Sachse
18467
18468 2004-12-30 [paul]       0.9.13cvs22.1
18469
18470         * ChangeLog
18471         * ChangeLog.claws
18472         * ChangeLog.jp
18473         * NEWS
18474         * configure.ac
18475         * src/account.c
18476                 sync with HEAD
18477
18478 2004-12-22 [martin]     0.9.13cvs21.2
18479
18480         * src/action.c
18481                 free the command line after its use
18482
18483 2004-12-18 [paul]       0.9.13cvs21.1
18484
18485         * AUTHORS
18486         * ChangeLog
18487         * ChangeLog.claws
18488         * ChangeLog.jp
18489         * NEWS
18490         * configure.ac
18491         * src/action.c
18492         * src/compose.c
18493         * src/syldap.c
18494                 sync with HEAD
18495
18496 2004-12-17 [martin]     0.9.13cvs17.2
18497
18498         * src/action.c
18499                 convert actions input to locale
18500         * src/inc.c
18501                 convert notification command to locale
18502         * src/plugins/pgpmime/select-keys.c
18503                 convert attributes to utf8
18504
18505 2004-12-14 [colin]      0.9.13cvs17.1
18506
18507         * ChangeLog
18508         * ChangeLog.jp
18509         * ChangeLog.claws
18510         * src/action.c
18511         * src/common/utils.c
18512         * src/gtk/prefswindow.c
18513         * src/gtk/gtkutils.c
18514         * src/gtk/gtkutils.h
18515         * src/plugins/spamassassin/libspamc.c
18516                 Sync with HEAD
18517
18518 2004-12-13 [colin]      0.9.13cvs14.1
18519
18520         * src/quote_fmt_parse.y
18521                 Sync with HEAD
18522
18523 2004-12-10 [colin]      0.9.13cvs12.1
18524
18525         * src/prefs_themes.c
18526         * src/mainwindow.c
18527         * src/messageview.c
18528                 Sync with HEAD
18529
18530 2004-12-09 [colin]      0.9.13cvs10.1
18531
18532         * src/procmime.c
18533                 Sync with HEAD (fix B64 encoding from memory)
18534
18535 2004-12-08 [colin]      0.9.13cvs9.1
18536
18537         * src/gtk/colorlabel.c
18538                 Sync with HEAD
18539
18540 2004-12-08 [paul]       0.9.13cvs8.2
18541
18542         * src/gtk/pluginwindow.c
18543                 fix window resizing oddities
18544
18545 2004-12-08 [colin]      0.9.13cvs8.1
18546
18547         * src/quote_fmt_parse.y
18548                 Sync with HEAD
18549
18550 2004-12-08 [colin]      0.9.13cvs7.1
18551
18552         * src/matcher_parser_parse.y
18553         * src/msgcache.c
18554         * src/prefs_matcher.c
18555         * src/procheader.c
18556         * src/matcher.c
18557         * src/common/defs.h
18558         * po/sr.po
18559                 Sync with HEAD
18560
18561 2004-12-08 [colin]      0.9.13cvs6.1
18562
18563         * src/quote_fmt_parse.y
18564         * src/textview.c
18565                 Sync with HEAD
18566         * src/gtk/prefswindow.c
18567         * src/gtk/pluginwindow.c
18568                 Fix G_CALLBACKS protos (thanks to Alfons)
18569
18570 2004-12-07 [torte]      0.9.13cvs2.2
18571
18572         * src/procmime.c
18573                 [Bug 650] reply button causes crash
18574                 Thanks to David Relson and Christoph
18575
18576 2004-12-07 [colin]      0.9.13cvs2.1
18577
18578         * ChangeLog.claws
18579         * AUTHORS
18580         * po/sk.po
18581         * src/procmime.c
18582         * src/prefs_account.c
18583         * src/common/smtp.c
18584         * src/common/smtp.h
18585                 Sync with HEAD
18586
18587 2004-12-06 [colin]      0.9.12cvs187.1
18588
18589         * ChangeLog.claws
18590         * INSTALL
18591         * Makefile.am
18592         * README.claws
18593         * TODO.claws
18594         * configure.ac
18595         * po/bg.po
18596         * po/cs.po
18597         * po/el.po
18598         * po/en_GB.po
18599         * po/es.po
18600         * po/fr.po
18601         * po/hr.po
18602         * po/hu.po
18603         * po/it.po
18604         * po/ja.po
18605         * po/ko.po
18606         * po/nl.po
18607         * po/pl.po
18608         * po/pt_BR.po
18609         * po/ru.po
18610         * po/sk.po
18611         * po/sr.po
18612         * po/sv.po
18613         * po/zh_CN.po
18614         * po/zh_TW.Big5.po
18615         * src/compose.c
18616         * tools/Makefile.am
18617         * tools/README
18618         * tools/filter_conv.pl
18619         * tools/kdeservicemenu/README
18620         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
18621         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
18622                 Sync with HEAD
18623
18624 2004-12-04 [colin]      0.9.12cvs183.1
18625
18626         * src/compose.c
18627                 Sync with HEAD (compose window position saving)
18628
18629 2004-12-04 [paul]       0.9.12cvs182.3
18630
18631         * src/messageview.c
18632         * src/mimeview.c
18633         * src/prefs_customheader.c
18634         * src/gtk/quicksearch.c
18635                 replace some forgotten GTK_SIGNAL_FUNCs
18636
18637 2004-12-04 [paul]       0.9.12cvs182.2
18638
18639         * src/Makefile.am
18640                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
18641                 committed in error      
18642
18643 2004-12-04 [paul]       0.9.12cvs182.1
18644
18645         * ChangeLog
18646         * ChangeLog.claws
18647         * ChangeLog.jp
18648         * INSTALL
18649         * NEWS
18650         * README
18651         * README.jp
18652         * configure.ac
18653         * doc/manual/ja/Makefile.am
18654         * doc/manual/ja/sylpheed-1.html
18655         * doc/manual/ja/sylpheed-10.html
18656         * doc/manual/ja/sylpheed-11.html
18657         * doc/manual/ja/sylpheed-12.html
18658         * doc/manual/ja/sylpheed-13.html
18659         * doc/manual/ja/sylpheed-14.html
18660         * doc/manual/ja/sylpheed-15.html
18661         * doc/manual/ja/sylpheed-16.html
18662         * doc/manual/ja/sylpheed-17.html
18663         * doc/manual/ja/sylpheed-18.html
18664         * doc/manual/ja/sylpheed-19.html
18665         * doc/manual/ja/sylpheed-2.html
18666         * doc/manual/ja/sylpheed-20.html
18667         * doc/manual/ja/sylpheed-3.html
18668         * doc/manual/ja/sylpheed-4.html
18669         * doc/manual/ja/sylpheed-5.html
18670         * doc/manual/ja/sylpheed-6.html
18671         * doc/manual/ja/sylpheed-7.html
18672         * doc/manual/ja/sylpheed-8.html
18673         * doc/manual/ja/sylpheed-9.html
18674         * doc/manual/ja/sylpheed.html
18675         * doc/manual/ja/sylpheed.sgml
18676         * po/de.po
18677         * src/Makefile.am
18678         * src/compose.c
18679         * src/procmime.c
18680         * src/pixmaps/regular.xpm **REMOVED**
18681         * src/plugins/pgpmime/pgpmime.c
18682         * src/plugins/pgpmime/plugin.c
18683         * src/plugins/pgpmime/prefs_gpg.c
18684                 sync with HEAD
18685
18686 2004-12-03 [paul]       0.9.12cvs180.1
18687
18688         * ChangeLog
18689         * ChangeLog.claws
18690         * ChangeLog.jp
18691         * configure.ac
18692         * src/Makefile.am
18693         * src/pop.c
18694         * src/common/utils.c
18695         * src/common/utils.h
18696         * src/pixmaps/continue.xpm
18697         * src/pixmaps/dir_close.xpm
18698         * src/pixmaps/dir_open.xpm
18699         * src/pixmaps/drafts_close.xpm
18700         * src/pixmaps/drafts_open.xpm
18701         * src/pixmaps/folder.xpm **REMOVED**
18702         * src/pixmaps/group.xpm
18703         * src/pixmaps/unread.xpm
18704                 sync with HEAD
18705
18706 2004-12-02 [colin]      0.9.12cvs179.1
18707
18708         * src/compose.c
18709                 Sync with HEAD (non-duplicated reedition)
18710
18711 2004-12-02 [colin]      0.9.12cvs178.1
18712
18713         * src/compose.c
18714                 Sync with HEAD (linewrap_quote fix)
18715
18716 2004-12-01 [colin]      0.9.12cvs177.3
18717
18718         * src/addrharvest.c
18719                 Replace sizeof with strlen
18720
18721 2004-12-01 [paul]       0.9.12cvs177.2
18722
18723         * src/addrharvest.c
18724                 fix 'harvest addresses'
18725
18726 2004-11-30 [colin]      0.9.12cvs177.1
18727
18728         * src/gtk/prefswindow.c
18729         * src/gtk/pluginwindow.c
18730                 Sync with HEAD
18731
18732 2004-11-29 [colin]      0.9.12cvs176.1
18733
18734         * src/folderview.c
18735                 sync with HEAD (Fix disappearing separators in folderview's popup)
18736
18737 2004-11-29 [colin]      0.9.12cvs175.1
18738
18739         * src/procmime.c
18740                 Sync with head (another format fix)
18741
18742 2004-11-29 [colin]      0.9.12cvs174.1
18743
18744         * src/pop.c
18745                 Sync with HEAD (format string fix)
18746
18747 2004-11-26 [colin]      0.9.12cvs173.1
18748
18749         * src/common/smtp.c
18750         * src/common/smtp.h
18751                 Sync with HEAD
18752
18753 2004-11-24 [colin]      0.9.12cvs172.1
18754
18755         * src/plugins/pgpmime/pgpmime.c
18756                 Sync with HEAD
18757
18758 2004-11-24 [colin]      0.9.12cvs171.1
18759
18760         * src/plugins/pgpmime/pgpmime.c
18761                 Sync with head (gpgmectx leaks)
18762
18763 2004-11-24 [colin]      0.9.12cvs169.1
18764
18765         * src/plugins/pgpmime/plugin.c
18766         * src/plugins/trayicon/Makefile.am
18767         * src/plugins/trayicon/newmarkedmail.xpm
18768         * src/plugins/trayicon/trayicon.c
18769         * src/plugins/trayicon/unreadmarkedmail.xpm
18770                 Sync with HEAD
18771
18772 2004-11-23 [colin]      0.9.12cvs168.1
18773
18774         * src/partial_download.c
18775         * src/partial_download.h
18776         * src/plugins/pgpmime/plugin.c
18777                 Sync with HEAD
18778
18779 2004-11-23 [colin]      0.9.12cvs166.1
18780
18781         * src/Makefile.am
18782         * src/codeconv.c
18783         * src/compose.c
18784         * src/folderview.c
18785         * src/main.c
18786         * src/partial_download.c
18787         * src/partial_download.h
18788         * src/prefs_account.c
18789         * src/prefs_account.h
18790         * src/privacy.c
18791         * src/privacy.h
18792         * src/procmime.c
18793         * src/common/Makefile.am
18794         * src/common/base64.h
18795         * src/common/partial_download.c
18796         * src/common/partial_download.h
18797         * src/gtk/prefswindow.c
18798         * src/gtk/prefswindow.h
18799         * src/plugins/pgpmime/pgpmime.c
18800         * src/plugins/pgpmime/prefs_gpg.c
18801         * src/plugins/pgpmime/prefs_gpg.h
18802         * src/plugins/pgpmime/sgpgme.c
18803         * src/plugins/pgpmime/sgpgme.h
18804                 Sync with HEAD
18805
18806 2004-11-23 [colin]      0.9.12cvs163.1
18807
18808         * src/main.c
18809                 Sync with HEAD (cursor optimization)
18810
18811 2004-11-23 [colin]      0.9.12cvs162.1
18812
18813         * src/prefs_common.c
18814         * src/prefs_themes.c
18815         * src/procmsg.c
18816                 Sync with HEAD
18817
18818 2004-11-23 [colin]      0.9.12cvs158.9
18819
18820         * src/compose.c
18821                 Fix double-free when forwarding
18822         * src/msgcache.c
18823                 Fix leak on error path
18824                 
18825
18826 2004-11-23 [colin]      0.9.12cvs158.8
18827
18828         * src/compose.c
18829                 Fix possible double-free
18830                 Spotted by Alfons
18831
18832 2004-11-23 [colin]      0.9.12cvs158.7
18833
18834         * src/compose.c
18835                 Fix some signal handlers' prototypes
18836                 Spotted by Alfons
18837
18838 2004-11-22 [colin]      0.9.12cvs158.6
18839
18840         * src/compose.c
18841                 Remove unneeded code and duplicated
18842                 wrapping - patch by Alfons
18843
18844 2004-11-22 [colin]      0.9.12cvs158.5
18845
18846         * src/prefs_themes.c
18847                 Fix oversized selector
18848
18849 2004-11-22 [colin]      0.9.12cvs158.4
18850
18851         * src/compose.c
18852                 fix dump_text()
18853                 patch by Alfons
18854
18855 2004-11-19 [colin]      0.9.12cvs158.3
18856
18857         * src/textview.c
18858                 Add a context menu on links (open, copy)
18859
18860 2004-11-18 [paul]       0.9.12cvs158.2
18861
18862         * src/addrgather.c
18863         * src/exphtmldlg.c
18864         * src/expldifdlg.c
18865         * src/mimeview.c
18866         * src/prefs_common.c
18867         * src/plugins/image_viewer/viewer.c
18868         * src/plugins/spamassassin/spamassassin_gtk.c
18869                 replace deprecated gtk_notebook_set_page
18870                 and gtk_notebook_current_page
18871
18872 2004-11-18 [paul]       0.9.12cvs158.1
18873
18874         * configure.ac
18875         * src/compose.c
18876         * src/mainwindow.c
18877         * src/messageview.c
18878         * src/prefs_common.c
18879         * src/common/utils.c
18880         * src/common/utils.h
18881                 sync with HEAD
18882
18883 2004-11-17 [colin]      0.9.12cvs156.1
18884
18885         * src/prefs_account.c
18886         * src/prefs_account.h
18887         * src/procmsg.c
18888                 Sync with HEAD (add pref to store encrypted mails encrypted)
18889
18890 2004-11-17 [paul]       0.9.12cvs155.1
18891
18892         * ChangeLog
18893         * ChangeLog.claws
18894         * ChangeLog.jp
18895         * NEWS
18896         * configure.ac
18897         * src/compose.c
18898         * src/jpilot.c
18899         * src/privacy.c
18900         * src/procmime.c
18901         * src/procmime.h
18902         * src/procmsg.c
18903         * src/toolbar.c
18904         * src/pixmaps/error.xpm
18905                 sync with HEAD
18906
18907 2004-11-17 [colin]      0.9.12cvs151.1
18908
18909         * src/plugins/pgpmime/pgpmime.c
18910                 Sync with HEAD (remove debug printf)
18911
18912 2004-11-17 [colin]      0.9.12cvs150.1
18913
18914         * src/plugins/pgpmime/pgpmime.c
18915                 Sync with HEAD (off-by-one fix)
18916
18917 2004-11-17 [colin]      0.9.12cvs149.1
18918
18919         * src/procmsg.c
18920                 Sync with HEAD (coding style fixes)
18921
18922 2004-11-16 [colin]      0.9.12cvs148.1
18923
18924         * src/procmsg.c
18925                 Sync with head (Fix the fix)
18926
18927 2004-11-16 [colin]      0.9.12cvs147.1
18928
18929         * src/procmsg.c
18930                 Sync with Main (leak fix)
18931
18932 2004-11-16 [colin]      0.9.12cvs146.14
18933
18934         * src/compose.c
18935                 Remove useless chunk of code
18936                 Patch by Alfons
18937
18938 2004-11-15 [colin]      0.9.12cvs146.13
18939
18940         * src/compose.c
18941                 Fix drafting after insertion
18942                 Patch by Alfons
18943
18944 2004-11-15 [colin]      0.9.12cvs146.12
18945
18946         * src/compose.c
18947         * src/prefs_filtering.c
18948         * src/prefs_filtering_action.c
18949         * src/prefs_toolbar.c
18950                 Fix some const-correctness
18951
18952 2004-11-15 [colin]      0.9.12cvs146.11
18953
18954         * src/summaryview.c
18955         * src/prefs_themes.c
18956         * src/messageview.c
18957                 Fix some leaks
18958
18959 2004-11-15 [colin]      0.9.12cvs146.10
18960
18961         * src/codeconv.c
18962                 More unreadable locale fixes
18963
18964 2004-11-14 [colin]      0.9.12cvs146.9
18965
18966         * src/textview.c
18967                 Fix uri_security_check
18968                 Patch by Alfons
18969
18970 2004-11-13 [paul]       0.9.12cvs146.8
18971
18972         * src/folder.c
18973         * src/procmime.c
18974                 fix 2 bugs introduced in last commit
18975
18976 2004-11-13 [paul]       0.9.12cvs146.7
18977
18978         * src/compose.c
18979         * src/exporthtml.c
18980         * src/exportldif.c
18981         * src/folder.c
18982         * src/imap.c
18983         * src/imap_gtk.c
18984         * src/main.c
18985         * src/mainwindow.c
18986         * src/messageview.c
18987         * src/mh_gtk.c
18988         * src/prefs_themes.c
18989         * src/procmime.c
18990         * src/setup.c
18991         * src/summaryview.c
18992                 replace deprecated g_basename
18993
18994 2004-11-13 [paul]       0.9.12cvs146.6
18995
18996         * src/compose.c
18997         * src/imap.c
18998         * src/matcher_parser.h
18999         * src/matcher_parser_parse.y
19000         * src/prefs_filtering.c
19001         * src/prefs_filtering_action.c
19002         * src/prefs_themes.c
19003         * src/prefs_toolbar.c
19004         * src/common/utils.c
19005                 various small fixes/cleanups
19006
19007 2004-11-12 [colin]      0.9.12cvs146.5
19008
19009         * src/textview.c
19010                 Validate event's origin on visibility notify
19011                 Patch by Alfons.
19012
19013 2004-11-12 [paul]       0.9.12cvs146.4
19014
19015         * src/exporthtml.c
19016         * src/exportldif.c
19017         * src/imap.c
19018         * src/mh.c
19019         * src/mimeview.c
19020         * src/prefs_spelling.c
19021         * src/prefs_themes.c
19022                 replace deprecated g_dirname    
19023
19024 2004-11-12 [colin]      0.9.12cvs146.3
19025
19026         * src/textview.c
19027                 Some coding style fixes
19028
19029 2004-11-12 [colin]      0.9.12cvs146.2
19030
19031         * src/codeconv.c
19032                 We want to replace _all_ extended chars in
19033                 conv_unreadable_*, because any string containing
19034                 extended chars not parsing as UTF8 is 
19035                 undisplayed on gtk2.
19036
19037 2004-11-12 [paul]       0.9.12cvs146.1
19038
19039         * ChangeLog
19040         * ChangeLog.claws
19041         * ChangeLog.jp
19042         * NEWS
19043         * configure.ac
19044         * src/account.c
19045         * src/folderview.c
19046         * src/folderview.h
19047         * src/imap.c
19048         * src/imap_gtk.c
19049         * src/inc.c
19050         * src/mainwindow.c
19051         * src/mh_gtk.c
19052         * src/news_gtk.c
19053         * src/pop.c
19054         * src/prefs_account.c
19055         * src/prefs_account.h
19056         * src/prefs_ext_prog.c
19057         * src/procmime.c
19058         * src/procmime.h
19059         * src/procmsg.c
19060         * src/procmsg.h
19061         * src/summary_search.c
19062         * src/summaryview.c
19063         * src/textview.c
19064         * src/common/defs.h
19065         * src/common/utils.c
19066         * src/common/utils.h
19067         * src/gtk/menu.c
19068         * src/gtk/menu.h
19069                 sync with HEAD
19070
19071 2004-11-11 [colin]      0.9.12cvs144.2
19072
19073         * src/textview.c
19074                 Fix URI range selection (patch by Alfons)
19075
19076 2004-11-09 [colin]      0.9.12cvs144.1
19077
19078         * ChangeLog.claws
19079         * src/compose.c
19080         * src/folder.c
19081         * src/folder_item_prefs.c
19082         * src/prefs_account.c
19083         * src/prefs_account.h
19084         * src/plugins/pgpmime/pgpmime.c
19085                 Sync with HEAD
19086
19087 2004-11-08 [colin]      0.9.12cvs143.1
19088
19089         * src/summaryview.c
19090                 Sync with HEAD (optimize quicksearch)
19091
19092 2004-11-08 [colin]      0.9.12cvs142.2
19093
19094         * src/compose.c
19095                 Don't wrap when Edit/Auto wrapping is disabled
19096
19097 2004-11-08 [colin]      0.9.12cvs142.1
19098
19099         * src/textview.c
19100                 Sync with HEAD
19101
19102 2004-11-08 [colin]      0.9.12cvs141.1
19103
19104         * src/textview.c
19105                 Sync with HEAD (fix some mail URIs)
19106
19107 2004-11-08 [colin]      0.9.12cvs140.3
19108
19109         * src/textview.c
19110                 o Use text cursor instead of arrow when
19111                   not on a link
19112                 o Fix handling of contiguous links (as in
19113                   "colin@colino.net" <colin@colino.net>)
19114                   This one unveils a bug in get_email_part()
19115
19116 2004-11-07 [colin]      0.9.12cvs140.2
19117
19118         * src/textview.c
19119                 Fix memleak. Patch by Alfons.
19120
19121 2004-11-06 [colin]      0.9.12cvs140.1
19122
19123         * src/compose.c
19124                 Sync with HEAD (don't ask passphrase
19125                 when drafting)
19126
19127 2004-11-06 [paul]       0.9.12cvs139.2
19128
19129         * AUTHORS
19130         * src/textview.c
19131         * src/textview.h
19132                 textview URI handling. hovering over a 
19133                 link displays it in the status bar,
19134                 and changes the mouse pointer to a hand 
19135                 cursor. a link is activated with a single 
19136                 click. (Modified from the) patch by Jean-Yves 
19137                 Lefort <jylefort@users.sourceforge.net>
19138                 
19139
19140 2004-11-05 [colin]      0.9.12cvs139.1
19141
19142         * src/compose.c
19143         * src/procmime.c
19144                 Sync with HEAD again ^^
19145
19146 2004-11-05 [colin]      0.9.12cvs139.1
19147
19148         * src/compose.c
19149         * src/procmime.c
19150                 Sync with HEAD
19151
19152 2004-11-03 [paul]       0.9.12cvs138.1
19153
19154         * ChangeLog.claws
19155         * configure.ac
19156         * po/POTFILES.in
19157         * src/prefs_ext_prog.c
19158         * src/procmime.c
19159         * tools/kdeservicemenu/README
19160         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
19161         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
19162                 sync with HEAD
19163
19164 2004-11-01 [christoph]  0.9.12cvs136.2
19165
19166         * src/procmime.c
19167                 convert MIME parameters to UTF-8
19168
19169 2004-10-29 [colin]      0.9.12cvs136.1
19170
19171         * src/common/utils.c
19172                 Sync with HEAD (don't use '=' in mime boundary)
19173
19174 2004-10-29 [paul]       0.9.12cvs135.1
19175
19176         * configure.ac
19177         * doc/src/rfc2231.txt
19178         * src/procmime.c
19179         * src/common/quoted-printable.c
19180         * src/common/utils.c
19181         * src/common/utils.h
19182                 sync with HEAD
19183
19184 2004-10-27 [paul]       0.9.12cvs134.1
19185
19186         * configure.ac
19187         * src/main.c
19188         * src/procmime.c
19189         * src/plugins/pgpmime/pgpmime.c
19190                 sync with HEAD
19191
19192 2004-10-26 [paul]       0.9.12cvs132.3
19193
19194         * src/account.c
19195         * src/addressbook.c
19196         * src/addrgather.c
19197         * src/addrharvest.c
19198         * src/codeconv.c
19199         * src/compose.c
19200         * src/customheader.c
19201         * src/editaddress.c
19202         * src/editgroup.c
19203         * src/enriched.c
19204         * src/expldifdlg.c
19205         * src/exporthtml.c
19206         * src/exportldif.c
19207         * src/folder.c
19208         * src/foldersel.c
19209         * src/folderview.c
19210         * src/grouplistdialog.c
19211         * src/html.c
19212         * src/imap.c
19213         * src/jpilot.c
19214         * src/ldapserver.c
19215         * src/ldif.c
19216         * src/mimeview.c
19217         * src/news.c
19218         * src/news_gtk.c
19219         * src/pop.c
19220         * src/prefs_display_header.c
19221         * src/prefs_gtk.c
19222         * src/prefs_msg_colors.c
19223         * src/prefs_toolbar.c
19224         * src/procheader.c
19225         * src/procmime.c
19226         * src/summaryview.c
19227         * src/textview.c
19228         * src/toolbar.c
19229         * src/vcard.c
19230         * src/common/mgutils.c
19231         * src/common/nntp.c
19232         * src/common/smtp.c
19233         * src/common/template.c
19234         * src/common/utils.c
19235         * src/common/xmlprops.c
19236         * src/plugins/pgpmime/pgpmime.c
19237         * src/plugins/pgpmime/select-keys.c
19238         * src/plugins/pgpmime/sgpgme.c
19239                 replace deprecated g_strcasecmp(), g_strncasecmp(),
19240                 g_string_sprintfa(), gtk_notebook_current_page()
19241
19242 2004-10-26 [colin]      0.9.12cvs132.2
19243
19244         * src/prefs_folder_item.c
19245                 Fix default-account selection
19246
19247 2004-10-21 [colin]      0.9.12cvs133
19248
19249         * src/compose.c
19250                 Sync with HEAD (Remove extra separator in compose's Options)
19251         * src/textview.c
19252                 Set wrapping to char
19253
19254 2004-10-21 [paul]       0.9.12cvs131.2
19255
19256         * src/compose.c
19257         * src/sourcewindow.c
19258                 fix wrapping
19259                 fix window shrinking 
19260
19261 2004-10-21 [colin]      0.9.12cvs131.1
19262
19263         * ChangeLog.claws
19264         * src/compose.c
19265                 Sync with HEAD
19266
19267 2004-10-21 [paul]       0.9.12cvs130.2
19268
19269         * src/prefs_folder_item.c
19270                 sync with HEAD (Apply to subfolders)
19271
19272 2004-10-19 [colin]      0.9.12cvs130.1
19273
19274         * ChangeLog.claws
19275         * src/compose.c
19276         * src/common/utils.c
19277         * src/gtk/menu.c
19278                 Sync with HEAD
19279
19280 2004-10-19 [colin]      0.9.12cvs128.1
19281
19282         * src/addrbook.c
19283         * src/addrcache.c
19284         * src/addressbook.c
19285         * src/codeconv.c
19286         * src/compose.c
19287         * src/customheader.c
19288         * src/editaddress.c
19289         * src/editgroup.c
19290         * src/exporthtml.c
19291         * src/folder.c
19292         * src/folderview.c
19293         * src/imap.c
19294         * src/jpilot.c
19295         * src/main.c
19296         * src/matcher_parser_parse.y
19297         * src/mbox.c
19298         * src/pop.c
19299         * src/prefs_account.c
19300         * src/prefs_gtk.c
19301         * src/prefs_msg_colors.c
19302         * src/procheader.c
19303         * src/procmime.c
19304         * src/procmime.h
19305         * src/procmsg.c
19306         * src/summaryview.c
19307         * src/textview.c
19308         * src/common/base64.c
19309         * src/common/partial_download.c
19310         * src/common/socket.c
19311         * src/common/sylpheed.c
19312         * src/common/utils.c
19313         * src/common/utils.h
19314         * src/gtk/pluginwindow.c
19315         * src/gtk/quicksearch.c
19316         * src/plugins/clamav/clamav_plugin.c
19317         * src/plugins/clamav/clamav_plugin.h
19318         * src/plugins/clamav/clamav_plugin_gtk.c
19319         * src/plugins/pgpmime/passphrase.c
19320         * src/plugins/pgpmime/pgpmime.c
19321         * src/plugins/pgpmime/plugin.c
19322         * src/plugins/pgpmime/prefs_gpg.c
19323         * src/plugins/pgpmime/prefs_gpg.h
19324         * src/plugins/pgpmime/select-keys.c
19325         * src/plugins/pgpmime/sgpgme.c
19326         * src/plugins/spamassassin/libspamc.c
19327         * src/plugins/spamassassin/spamassassin.c
19328         * src/plugins/spamassassin/spamassassin.h
19329         * src/plugins/spamassassin/spamassassin_gtk.c
19330         * src/plugins/trayicon/trayicon.c
19331         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
19332                 Sync with HEAD
19333
19334 2004-10-14 [colin]      0.9.12cvs126.2
19335
19336         * src/codeconv.c
19337         * src/textview.c
19338                 Fix conv_unreadable_locale
19339
19340 2004-10-13 [colin]      0.9.12cvs126.1
19341
19342         * src/compose.c
19343                 Sync with HEAD (don't convert charset for 
19344                 drafted messages, minor cleanup)
19345
19346 2004-10-13 [colin]      0.9.12cvs125.1
19347
19348         * po/POTFILES.in
19349                 Sync with HEAD (POTFILES fix)
19350
19351 2004-10-12 [colin]      0.9.12cvs124.3
19352
19353         * src/compose.c
19354                 Fix encoding bug from latest sync
19355
19356 2004-10-12 [paul]       0.9.12cvs124.2
19357
19358         * src/plugins/pgpmime/prefs_gpg.c
19359         * src/plugins/pgpmime/prefs_gpg.h
19360                 forgotten in last commit        
19361
19362 2004-10-12 [paul]       0.9.12cvs124.1
19363
19364         * ChangeLog.claws
19365         * configure.ac
19366         * m4/spamassassin.m4
19367         * src/Makefile.am
19368         * src/account.c
19369         * src/compose.c
19370         * src/compose.h
19371         * src/crash.c
19372         * src/main.c
19373         * src/mimeview.c
19374         * src/passphrase.c
19375         * src/passphrase.h
19376         * src/prefs_account.c
19377         * src/prefs_account.h
19378         * src/prefs_common.c
19379         * src/privacy.c
19380         * src/privacy.h
19381         * src/procmime.c
19382         * src/procmime.h
19383         * src/procmsg.c
19384         * src/rfc2015.c
19385         * src/rfc2015.h
19386         * src/select-keys.c
19387         * src/select-keys.h
19388         * src/textview.c
19389         * src/common/utils.c
19390         * src/common/utils.h
19391         * src/gtk/about.c
19392         * src/plugins/pgpmime/Makefile.am
19393         * src/plugins/pgpmime/passphrase.c
19394         * src/plugins/pgpmime/passphrase.h
19395         * src/plugins/pgpmime/pgpmime.c
19396         * src/plugins/pgpmime/plugin.c
19397         * src/plugins/pgpmime/select-keys.c
19398         * src/plugins/pgpmime/select-keys.h
19399         * src/plugins/pgpmime/sgpgme.c
19400         * src/plugins/pgpmime/sgpgme.h
19401                 sync with HEAD
19402
19403 2004-10-04 [colin]      0.9.12cvs122.1
19404
19405         * src/mainwindow.c
19406         * src/messageview.c
19407         * src/messageview.h
19408         * src/textview.c
19409                 Sync with HEAD
19410
19411 2004-10-04 [colin]      0.9.12cvs121.1
19412
19413         * src/summaryview.c
19414                 Sync with HEAD
19415
19416 2004-10-04 [paul]       0.9.12cvs120.1
19417
19418         * configure.ac
19419                 sync with HEAD [don't try to build 
19420                 pgpmime plugin when gpgme is disabled]
19421
19422 2004-10-03 [colin]      0.9.12cvs119.3
19423
19424         * src/gtk/gtksctree.c
19425                 Lots of side effects. Put back as before 117.2.
19426         * src/summaryview.c
19427                 Fix bug #602
19428
19429 2004-10-03 [colin]      0.9.12cvs119.2
19430
19431         * src/gtk/gtksctree.c
19432                 Revert 608 fix that doesn't work that good
19433
19434 2004-10-02 [colin]      0.9.12cvs119.1
19435
19436         * src/mainwindow.c
19437         * src/messageview.c
19438         * src/prefs_common.h
19439         * src/procmime.c
19440         * src/procmime.h
19441         * src/textview.c
19442                 Sync with HEAD
19443         * src/gtk/gtksctree.c
19444                 Close bug #608
19445
19446 2004-10-01 [colin]      0.9.12cvs118.1
19447
19448         * src/mimeview.c
19449                 Sync with HEAD (better Save All fix)
19450
19451 2004-10-01 [colin]      0.9.12cvs117.2
19452
19453         * src/gtk/gtksctree.c
19454                 Faster on selection
19455
19456 2004-10-01 [colin]      0.9.12cvs117.1
19457
19458         * src/mimeview.c
19459                 Sync with HEAD (Save All: only attachments)
19460
19461 2004-10-01 [paul]       0.9.12cvs116.1
19462
19463         * ChangeLog.claws
19464         * configure.ac
19465         * src/account.c
19466         * src/prefs_common.c
19467         * src/gtk/colorlabel.c
19468                 sync with HEAD
19469
19470 2004-09-30 [colin]      0.9.12cvs115.1
19471
19472         * src/stock_pixmap.c
19473         * src/stock_pixmap.h
19474         * src/folderview.c
19475         * src/Makefile.am
19476         * src/pixmaps/read.xpm
19477                 Sync with HEAD (new pixmap)
19478
19479 2004-09-29 [colin]      0.9.12cvs114.1
19480
19481         * src/compose.c
19482                 Sync with HEAD
19483                 Fix focus handling in headers
19484
19485 2004-09-29 [paul]       0.9.12cvs113.1
19486
19487         * src/quote_fmt_parse.y
19488                 sync with HEAD
19489  
19490
19491 2004-09-28 [colin]      0.9.12cvs112.1
19492
19493         * src/folderview.c
19494         * src/mainwindow.c
19495                 Sync with HEAD
19496
19497 2004-09-28 [colin]      0.9.12cvs110.1
19498
19499         * src/folderview.c
19500                 Sync with HEAD (Contextual Empty trash menu)
19501
19502 2004-09-28 [colin]      0.9.12cvs108.1
19503
19504         * src/addressbook.c
19505                 Sync with HEAD (addressbook edit on double-click)
19506
19507 2004-09-28 [colin]      0.9.12cvs106.1
19508
19509         * src/inc.c
19510                 Sync with HEAD (folder_item freeze on inc)
19511
19512 2004-09-27 [colin]      0.9.12cvs105.1
19513
19514         * src/folderview.c
19515                 Sync with HEAD (right-align new and unread column)
19516
19517 2004-09-27 [colin]      0.9.12cvs104.1
19518
19519         * src/main.c
19520                 Sync with HEAD (revert 0.9.12cvs101)
19521
19522 2004-09-24 [colin]      0.9.12cvs103.2
19523
19524         * src/wizard.c
19525                 Fix gtk warnings and use domain part of the email address 
19526                 when domain detection fails (no dot in domain name)
19527
19528 2004-09-23 [colin]      0.9.12cvs103.1
19529
19530         * src/plugins/spamassassin/libspamc.c
19531         * src/plugins/spamassassin/libspamc.h
19532         * src/plugins/spamassassin/utils.c
19533         * src/plugins/spamassassin/utils.h
19534                 Sync with HEAD (Update spamassassin to 3.0)
19535
19536 2004-09-21 [colin]      0.9.12cvs102.3
19537
19538         * src/action.c
19539                 Add horizontal scrollbar in action io dialog as needed
19540                 Patch by Alfons.
19541
19542 2004-09-20 [colin]      0.9.12cvs102.2
19543
19544         * src/plugins/image_viewer/viewer.c
19545                 Remove imlib stuff
19546                 use gtk_pixmap_set when clearing
19547                 (would be better to use gtkImages, but causes size-allocate 
19548                 signals storm)
19549
19550 2004-09-17 [paul]       0.9.12cvs102.1
19551
19552         * ChangeLog
19553         * ChangeLog.claws
19554         * ChangeLog.jp
19555         * configure.ac
19556         * src/inc.c
19557                 sync with HEAD
19558
19559
19560 2004-09-17 [colin]      0.9.12cvs101.1
19561
19562         * ChangeLog.claws
19563         * src/main.c
19564                 Sync with HEAD (fix segs at exit)
19565
19566 2004-09-14 [colin]      0.9.12cvs99.5
19567
19568         * src/common/socket.c
19569         * AUTHORS
19570                 Fix send error on 64bit platforms
19571                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
19572
19573 2004-09-14 [colin]      0.9.12cvs99.4
19574
19575         * src/action.c
19576                 Fix action output with utf8 
19577                 Patch by Alfons.
19578
19579 2004-09-14 [colin]      0.9.12cvs99.3
19580
19581         * ChangeLog.claws
19582         * src/folder.c
19583                 Sync with HEAD
19584
19585 2004-09-09 [colin]      0.9.12cvs99.2
19586
19587         * src/action.c
19588                 Fix progress bar (displaying "Completed %v/%u")
19589                 Patch by Alfons.
19590
19591 2004-09-08 [colin]      0.9.12cvs99.1
19592
19593         * src/account.c
19594         * src/folder.c
19595         * src/procmsg.c
19596         * src/procmsg.h
19597         * src/plugins/pgpmime/pgpmime.c
19598                 Sync with HEAD
19599
19600 2004-09-08 [colin]      0.9.12cvs97.2
19601
19602         * src/summaryview.c
19603                 Don't select mails in collapsed threads 
19604                 when navigating with up/down
19605
19606 2004-09-07 [colin]      0.9.12cvs97.1
19607
19608         * src/inc.c
19609                 Sync with HEAD (meaningful error messages)
19610
19611 2004-09-06 [colin]      0.9.12cvs96.1
19612
19613         * src/toolbar.c
19614                 Sync with HEAD (fix Redirect graying out)
19615
19616 2004-09-06 [colin]      0.9.12cvs95.1
19617
19618         * src/summaryview.c
19619         * src/mimeview.c
19620                 Sync with HEAD (fix dropped URIs)
19621
19622 2004-09-06 [colin]      0.9.12cvs94.1
19623
19624         * src/addressbook.c
19625         * src/addressitem.h
19626         * src/addritem.c
19627         * src/addritem.h
19628                 Sync with HEAD (addressbook DnD)
19629
19630 2004-09-03 [colin]      0.9.12cvs93.1
19631
19632         * src/summaryview.c
19633                 Sync with HEAD (next/prev unread)
19634
19635 2004-09-03 [colin]      0.9.12cvs92.1
19636
19637         * src/prefs_common.c
19638         * src/prefs_common.h
19639         * src/summaryview.c
19640                 Sync with HEAD ('mark_as_read_delay' pref)
19641
19642 2004-09-02 [colin]      0.9.12cvs91.2
19643
19644         * src/common/xml.c
19645                 Fix leak
19646
19647 2004-09-02 [colin]      0.9.12cvs91.1
19648
19649         * src/gtk/menu.c
19650                 Sync with HEAD (menu accel don't work, but whatever)
19651
19652 2004-09-02 [colin]      0.9.12cvs90.1
19653
19654         * src/account.c
19655                 Sync with HEAD (fix bug 582)
19656
19657 2004-09-02 [colin]      0.9.12cvs89.1
19658
19659         * src/addrindex.c
19660                 Sync with HEAD (free deleted queries)
19661
19662 2004-09-02 [colin]      0.9.12cvs88.1
19663
19664         * src/ldapquery.c
19665                 Sync with HEAD (fix LDAP freezes)
19666
19667 2004-09-02 [colin]      0.9.12cvs87.1
19668
19669         * src/prefs_spelling.c
19670                 Sync with HEAD (add default dictionary)
19671
19672 2004-09-01 [colin]      0.9.12cvs86.1
19673
19674         * src/filtering.c
19675         * src/folderview.c
19676         * src/imap.c
19677         * src/prefs_matcher.c
19678         * src/stock_pixmap.c
19679         * src/summary_search.c
19680         * src/summaryview.c
19681         * src/wizard.c
19682         * src/wizard.h
19683                 Sync with HEAD (uninitialized vars fixes)
19684                 + gtk2 specific warning fixes
19685
19686 2004-08-31 [colin]      0.9.12cvs85.1
19687
19688         * src/folder.c
19689                 Sync with HEAD (Fix memory corruption due to 
19690                 uninitialized var)
19691
19692 2004-08-31 [colin]      0.9.12cvs84.4
19693
19694         * src/summary_search.c
19695                 Fix segfaults when searching in folders with broken headers
19696
19697 2004-08-31 [colin]      0.9.12cvs84.3
19698
19699         * src/compose.c
19700         * src/textview.c
19701                 Fix some more encoding/decoding issues
19702
19703 2004-08-30 [colin]      0.9.12cvs84.2
19704
19705         * src/mimeview.c
19706         * src/prefs_themes.c
19707         * src/gtk/filesel.c
19708         * src/gtk/filesel.h
19709                 Add a folder-mode selection (fixes mimeview's "Save all")
19710
19711 2004-08-29 [colin]      0.9.12cvs84.1
19712
19713         * src/mimeview.c
19714                 Sync with HEAD (don't escape saved filenames)
19715
19716 2004-08-27 [colin]      0.9.12cvs83.1
19717
19718         * ChangeLog
19719         * ChangeLog.claws
19720         * ChangeLog.jp
19721         * src/mh.c
19722         * src/procheader.c
19723         * src/procmsg.c
19724         * src/procmsg.h
19725         * src/common/utils.c
19726         * src/gtk/menu.h
19727         * po/
19728                 Sync with HEAD 0.9.12cvs83 (sync with main)
19729
19730 2004-08-26 [colin]      0.9.12cvs82.4
19731
19732         * src/codeconv.c
19733                 Fix strange stack corruption
19734                 Convert to utf8 after unmime, not before
19735
19736 2004-08-26 [colin]      0.9.12cvs82.3
19737
19738         * src/main.c
19739         * src/wizard.c
19740                 Fix account folders duplication
19741
19742 2004-08-25 [colin]      0.9.12cvs82.2
19743
19744         * src/wizard.c
19745                 Remove ports
19746                 Add SSL selection
19747                 Use login@server as account name
19748
19749 2004-08-25 [colin]      0.9.12cvs82.1
19750
19751         * src/plugins/pgpmime/pgpmime.c
19752                 Sync with HEAD (leak fix).
19753
19754 2004-08-25 [colin]      0.9.12cvs81.1
19755
19756         * src/plugins/pgpmime/pgpmime.c
19757         * src/plugins/pgpmime/sgpgme.c
19758         * src/plugins/pgpmime/sgpgme.h
19759                 Sync with HEAD (Handle combined messages).
19760
19761 2004-08-24 [colin]      0.9.12cvs80.3
19762
19763         * src/wizard.c
19764                 Fix full name, ports, and imap
19765
19766 2004-08-24 [colin]      0.9.12cvs80.2
19767
19768         * src/Makefile.am
19769         * src/main.c
19770         * src/setup.c
19771         * src/setup.h
19772         * src/stock_pixmap.c
19773         * src/stock_pixmap.h
19774         * src/wizard.c ** ADDED **
19775         * src/wizard.h ** ADDED ** 
19776         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
19777                 Add a setup wizard 
19778
19779 2004-08-24 [colin]      0.9.12cvs80.1
19780
19781         * src/folder.c
19782                 Sync with HEAD (set mimeflags on all messages)
19783
19784 2004-08-24 [colin]      0.9.12cvs79.3
19785
19786         * src/matcher_parser_lex.l
19787                 Fix 8bits strings not in utf8
19788
19789 2004-08-24 [colin]      0.9.12cvs79.2
19790
19791         * src/compose.c
19792                 Check conversion result before replacing buffer
19793
19794 2004-08-23 [colin]      0.9.12cvs79.1
19795
19796         * src/compose.c
19797                 Sync with HEAD (create message header in memory)
19798
19799 2004-08-23 [colin]      0.9.12cvs78.1
19800
19801         * src/rfc2015.c
19802         * src/rfc2015.h
19803                 Sync with HEAD (fix bug 197 again)
19804
19805 2004-08-23 [colin]      0.9.12cvs77.3
19806
19807         * src/compose.c
19808                 Fix again inline gpg signing (which outputs utf8
19809                 in gtk2). Not syncing this fix to HEAD as this 
19810                 code is meant to die.
19811
19812 2004-08-23 [colin]      0.9.12cvs77.2
19813
19814         * src/prefs_account.h
19815                 Remove useless include
19816
19817 2004-08-23 [colin]      0.9.12cvs77.1
19818
19819         * src/imap.c
19820         * po/es.po
19821         * po/fr.po
19822         * po/it.po
19823         * po/pl.po
19824         * po/pt_BR.po
19825         * po/sk.po
19826         * po/sr.po
19827                 Sync with HEAD (fix bug 577)
19828
19829 2004-08-22 [colin]      0.9.12cvs76.1
19830
19831         * src/plugins/trayicon/trayicon.c
19832                 Sync with HEAD (fix formatting bug)
19833
19834 2004-08-21 [colin]      0.9.12cvs74.2
19835
19836         * src/gtk/colorsel.c
19837                 Fix bug 564 (Folder color selection window exits on any
19838                 keypress)
19839
19840 2004-08-21 [colin]      0.9.12cvs74.1
19841
19842         * ChangeLog.claws
19843         * src/compose.c
19844         * src/summaryview.c
19845         * src/toolbar.c
19846                 Sync with HEAD (fix bug 576)
19847
19848 2004-08-21 [colin]      0.9.12cvs70.1
19849
19850         * src/compose.c
19851         * src/mainwindow.c
19852                 Sync with HEAD
19853                 
19854
19855 2004-08-21 [paul]       0.9.12cvs66.4
19856
19857         * src/mainwindow.c
19858         * src/messageview.c
19859         * src/gtk/menu.c
19860         * src/plugins/spamassassin/spamassassin_gtk.c
19861                 remove some deprecated gtk1 functions
19862
19863
19864 2004-08-21 [colin]      0.9.12cvs66.3
19865
19866         * src/compose.c
19867         * src/codeconv.c
19868                 Fix warnings
19869                 Remove encoding hacks
19870                 Fix bug 575 (Strange character messes up message)
19871                 Don't display conversion error when drafting
19872
19873 2004-08-21 [paul]       0.9.12cvs66.2
19874
19875         * src/prefs_account.c
19876                 fix GnuPG mode bugs
19877
19878
19879 2004-08-20 [colin]      0.9.12cvs66.1
19880
19881         * src/codeconv.c
19882                 Sync with HEAD 0.9.12cvs66
19883
19884 2004-08-20 [paul]
19885
19886         * src/plugins/pgpmime/plugin.c
19887                 modify PGP/MIME plugin's description
19888
19889 2004-08-17 [colin]      0.9.12cvs65.1
19890
19891         * src/common/ssl.c
19892         * src/plugins/pgpmime/plugin.c
19893                 Sync with HEAD
19894
19895 2004-08-14 [colin]      0.9.12cvs60.3
19896
19897         * src/plugins/trayicon/trayicon.c
19898                 Put back resize callback, on size-request signal
19899                 rather than size-allocate to avoid infinite 
19900                 callback loop
19901
19902 2004-08-13 [colin]      0.9.12cvs60.2
19903
19904         * src/common/defs.h
19905                 Cache versions have been fixed
19906
19907 2004-08-13 [colin]      0.9.12cvs60.1
19908
19909         * src/folderutils.c
19910                 Sync with HEAD
19911
19912 2004-08-12 [colin]      0.9.12cvs59.1
19913
19914         * src/plugins/trayicon/trayicon.c
19915                 Sync with HEAD
19916
19917 2004-08-12 [colin]      0.9.12cvs57.5
19918
19919         * sylpheed.desktop
19920         * configure.ac
19921         * src/Makefile.am
19922         * src/main.c
19923                 Add support for Freedesktop.org's startup notification
19924
19925 2004-08-11 [colin]      0.9.12cvs57.4
19926
19927         * src/textview.c
19928                 Fix off-by-one
19929
19930 2004-08-11 [colin]      0.9.12cvs57.3
19931
19932         * src/message_search.c
19933         * src/summary_search.c
19934                 Make searches case insensitive by default
19935         * src/textview.c
19936                 Fix case-insensitive search in message
19937
19938 2004-08-11 [colin]      0.9.12cvs57.2
19939
19940         * src/summary_search.c
19941                 Let case-sensitive be specified
19942
19943 2004-08-10 [colin]      0.9.12cvs55.4
19944
19945         * src/common/socket.c
19946                 Fix the possible race condition
19947
19948 2004-08-09 [paul]       0.9.12cvs55.3
19949
19950         * configure.ac
19951         * src/Makefile.am
19952         * src/common/Makefile.am
19953                 sync with HEAD
19954
19955
19956 2004-08-09 [paul]       0.9.12cvs55.2
19957
19958         * autogen.sh
19959         * po/poconv.sh
19960                 remove unneeded script
19961
19962         * configure.ac
19963                 add forgotten USE_LDAP_TLS (sync with HEAD)
19964
19965
19966 2004-08-09 [colin]      0.9.12cvs55.1
19967
19968         * src/main.c
19969         * src/common/ssl.c
19970         * src/common/sylpheed.c
19971         * src/common/sylpheed.h
19972                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
19973
19974 2004-08-09 [paul]       0.9.12cvs54.1
19975
19976         * ChangeLog
19977         * ChangeLog.claws
19978         * ChangeLog.jp
19979         * configure.ac
19980         * po/POTFILES.in
19981         * src/Makefile.am
19982         * src/folderutils.c
19983         * src/main.c
19984         * src/pgpmime.c
19985         * src/pgpmime.h
19986         * src/sgpgme.c
19987         * src/sgpgme.h
19988         * src/plugins/Makefile.am
19989         * src/plugins/pgpmime/.cvsignore
19990         * src/plugins/pgpmime/Makefile.am
19991         * src/plugins/pgpmime/pgpmime.c
19992         * src/plugins/pgpmime/pgpmime.h
19993         * src/plugins/pgpmime/plugin.c
19994         * src/plugins/pgpmime/sgpgme.c
19995         * src/plugins/pgpmime/sgpgme.h
19996                 sync with HEAD
19997
19998 2004-08-08 [paul]       0.9.12cvs51.1
19999
20000         * configure.ac
20001         * src/folder.c
20002                 sync with HEAD
20003
20004 2004-08-07 [colin]      0.9.12cvs50.1
20005
20006         * src/pop.c
20007         * src/common/partial_download.c
20008                 fix warnings (sync from HEAD)
20009
20010 2004-08-07 [colin]      0.9.12cvs48.1
20011
20012         * src/prefs_folder_item.c
20013                 sync with HEAD 0.9.12cvs48
20014
20015 2004-08-06 [colin]      0.9.12cvs47.1
20016
20017         * src/compose.c
20018                 Sync with HEAD
20019
20020 2004-08-06 [christoph]  0.9.12cvs46.2
20021
20022         * src/main.c
20023         * src/plugins/clamav/clamav_plugin_gtk.c
20024         * src/plugins/dillo_viewer/dillo_viewer.c
20025         * src/plugins/image_viewer/plugin.c
20026         * src/plugins/mathml_viewer/mathml_viewer.c
20027         * src/plugins/spamassassin/spamassassin_gtk.c
20028         * src/plugins/trayicon/trayicon.c
20029                 don't mix GTK1.2 plugin with GTK2 plugins
20030
20031 2004-08-06 [colin]      0.9.12cvs46.1
20032
20033         * ChangeLog
20034         * ChangeLog.claws
20035         * ChangeLog.jp
20036         * configure.ac
20037         * sylpheed-claws.pc.in
20038         * src/folder.c
20039         * src/imap.c
20040         * src/localfolder.c
20041         * src/messageview.c
20042         * src/mimeview.c
20043         * src/mimeview.h
20044         * src/msgcache.c
20045         * src/news.c
20046         * src/prefs_ext_prog.c
20047         * src/prefs_folder_item.c
20048         * src/prefs_fonts.c
20049         * src/prefs_msg_colors.c
20050         * src/prefs_spelling.c
20051         * src/prefs_themes.c
20052         * src/prefs_toolbar.c
20053         * src/prefs_wrapping.c
20054         * src/procmime.h
20055         * src/common/defs.h
20056         * src/common/nntp.c
20057         * src/common/session.c
20058         * src/common/session.h
20059         * src/common/socket.c
20060         * src/common/utils.h
20061         * src/common/xml.c
20062         * src/common/xml.h
20063         * src/gtk/prefswindow.c
20064         * src/gtk/prefswindow.h
20065         * src/plugins/clamav/clamav_plugin_gtk.c
20066         * src/plugins/dillo_viewer/dillo_prefs.c
20067         * src/plugins/image_viewer/viewerprefs.c
20068         * src/plugins/spamassassin/spamassassin_gtk.c
20069         * m4/openssl.m4 *** REMOVED ***
20070                 Sync with HEAD 0.9.12cvs46
20071
20072 2004-08-03 [paul]       0.9.12cvs40.2
20073
20074         * src/action.c
20075         * src/addressadd.c
20076         * src/addressbook.c
20077         * src/addrgather.c
20078         * src/browseldap.c
20079         * src/compose.c
20080         * src/crash.c
20081         * src/editaddress.c
20082         * src/editgroup.c
20083         * src/editldap_basedn.c
20084         * src/foldersel.c
20085         * src/importldif.c
20086         * src/mimeview.c
20087         * src/prefs_common.c
20088         * src/prefs_template.c
20089         * src/sourcewindow.c
20090         * src/summaryview.c
20091         * src/gtk/about.c
20092         * src/gtk/foldersort.c
20093         * src/gtk/logwindow.c
20094         * src/gtk/pluginwindow.c
20095         * src/gtk/prefswindow.c
20096                 change all gtk_scrolled_window_set_policy from 
20097                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
20098
20099 2004-08-02 [paul]       0.9.12cvs40.1
20100
20101         * AUTHORS
20102                 update translation team section
20103         * po/pt_BR.po
20104                 updated by Frederico Goncalves Guimaraes
20105                 <fggdebian@yahoo.com.br>
20106
20107 2004-07-31 [colin]      0.9.12cvs39.9
20108
20109         * src/exphtmldlg.c
20110                 Fix compilation
20111
20112 2004-07-31 [colin]      0.9.12cvs39.8
20113
20114         * src/exphtmldlg.c
20115                 Fix an alertpanel type
20116
20117 2004-07-30 [colin]      0.9.12cvs39.7
20118
20119         * src/alertpanel.c
20120                 Fix alertpanel_error_log's icon
20121
20122 2004-07-30 [colin]      0.9.12cvs39.6
20123
20124         * src/pop.c
20125                 Two of them should still be warnings
20126
20127 2004-07-30 [colin]      0.9.12cvs39.5
20128
20129         * src/pop.c
20130                 More warning -> error
20131 2004-07-29 [colin]      0.9.12cvs39.4
20132
20133         * src/pop.c
20134                 Warning -> error
20135
20136 2004-07-29 [colin]      0.9.12cvs39.3
20137
20138         * src/prefs_matcher.c
20139                 Fix segfault
20140
20141 2004-07-29 [colin]      0.9.12cvs39.2
20142
20143         * src/alertpanel.c
20144                 More nice-looking alertpanels
20145
20146 2004-07-29 [colin]      0.9.12cvs39.1
20147
20148         * src/messageview.c
20149                 sync with head
20150                 (inform user when partial mail is deleted on server)
20151
20152 2004-07-29 [colin]      0.9.12cvs38.1
20153
20154         * src/messageview.c
20155                 sync with head
20156
20157 2004-07-28 [paul]       0.9.12cvs37.7
20158
20159         * src/mainwindow.c
20160                 complete the replacement of deprecated gtk_progress_*
20161
20162 2004-07-28 [paul]       0.9.12cvs37.6
20163
20164         * src/action.c
20165         * src/inc.c
20166         * src/mainwindow.c
20167         * src/send_message.c
20168         * src/gtk/progressdialog.c
20169         * src/gtk/progressdialog.h
20170                 replace deprecated gtk_progress_*
20171
20172 2004-07-28 [paul]       0.9.12cvs37.5
20173
20174         * src/gtk/filesel.c
20175                 remove gtk_window_set_wmclass()
20176 2004-07-28 [paul]       0.9.12cvs37.4
20177
20178         * src/addressbook.c
20179         * src/compose.c
20180         * src/foldersel.c
20181         * src/mainwindow.c
20182         * src/messageview.c
20183         * src/sourcewindow.c
20184         * src/gtk/logwindow.c
20185                 remove gtk_window_set_wmclass()
20186                 
20187         * src/prefs_filtering.c
20188         * src/prefs_filtering_action.c
20189         * src/prefs_fonts.c
20190         * src/prefs_gtk.c
20191         * src/prefs_matcher.c
20192         * src/ssl_manager.c
20193         * src/gtk/prefswindow.c
20194                 replace gtk_window_position()
20195
20196 2004-07-28 [colin]      0.9.12cvs37.3
20197
20198         * src/alertpanel.c
20199         * src/alertpanel.h
20200                 Add a way to specify panel type for specific
20201                 panels (alertpanel())
20202         * src/account.c
20203         * src/addressbook.c
20204         * src/compose.c
20205         * src/expldifdlg.c
20206         * src/main.c
20207         * src/messageview.c
20208         * src/summaryview.c
20209         * src/textview.c
20210         * src/gtk/sslcertwindow.c
20211                 Fix alertpanel()s so that their icon match
20212                 their real type
20213
20214 2004-07-28 [paul]       0.9.12cvs37.2
20215
20216         * src/addr_compl.c
20217         * src/addressbook.c
20218         * src/alertpanel.c
20219         * src/compose.c
20220         * src/export.c
20221         * src/foldersel.c
20222         * src/folderview.c
20223         * src/grouplistdialog.c
20224         * src/import.c
20225         * src/mainwindow.c
20226         * src/message_search.c
20227         * src/messageview.c
20228         * src/passphrase.c
20229         * src/prefs_actions.c
20230         * src/prefs_common.c
20231         * src/prefs_customheader.c
20232         * src/prefs_display_header.c
20233         * src/prefs_filtering.c
20234         * src/prefs_filtering_action.c
20235         * src/prefs_gtk.c
20236         * src/prefs_matcher.c
20237         * src/prefs_msg_colors.c
20238         * src/prefs_summary_column.c
20239         * src/prefs_template.c
20240         * src/sourcewindow.c
20241         * src/ssl_manager.c
20242         * src/summary_search.c
20243         * src/gtk/colorsel.c
20244         * src/gtk/description_window.c
20245         * src/gtk/gtkaspell.c
20246         * src/gtk/inputdialog.c
20247         * src/gtk/logwindow.c
20248         * src/gtk/prefswindow.c
20249         * src/gtk/progressdialog.c
20250                 replace deprecated gtk_window_set_policy
20251
20252 2004-07-27 [colin]      0.9.12cvs37.1
20253
20254         * src/msgcache.c
20255                 More fixes (synced for head again)
20256
20257 2004-07-27 [colin]      0.9.12cvs35.3
20258
20259         * src/msgcache.c
20260                 Fix wrong test
20261
20262 2004-07-27 [colin]      0.9.12cvs35.2
20263
20264         * src/mimeview.c
20265                 Fix width a bit (by Paul)
20266         * src/alertpanel.c
20267         * src/alertpanel.h
20268                 Specialize icons, make alertpanel_message()
20269                 private
20270         * src/message_search.c
20271         * src/sgpgme.c
20272         * src/summary_search.c
20273                 Suit alertpanel changes
20274
20275 2004-07-27 [colin]      0.9.12cvs35.1
20276
20277         * src/alertpanel.c
20278                 Add an icon
20279         * src/passphrase.c
20280                 Add debug output - maybe someone will
20281                 want to look at the problem with Grab
20282                 Input :)
20283         Bump version as we're synced with HEAD
20284
20285 2004-07-26 [colin]      0.9.12cvs33.26
20286
20287         * src/pop.c
20288                 Fix uidl-file parsing when not in new
20289                 format
20290
20291 2004-07-26 [colin]      0.9.12cvs33.25
20292
20293         * src/gtk/menu.c
20294                 Move popup menu up if necessary (fixes 
20295                 account selector)
20296         * src/mainwindow.c
20297                 Set account selector's button height to
20298                 minimum
20299
20300 2004-07-26 [colin]      0.9.12cvs33.24
20301
20302         * src/alertpanel.c
20303                 Maybe fix 551 (Truncated font in alert window)
20304
20305 2004-07-26 [colin]      0.9.12cvs33.23
20306
20307         * po/de.po
20308         * po/es.po
20309         * po/fr.po
20310         * po/it.po
20311         * po/ja.po
20312         * po/pl.po
20313         * po/ru.po
20314         * po/sk.po
20315         * po/sr.po
20316         * po/zh_CN.po
20317                 Sync po files with HEAD
20318
20319 2004-07-26 [paul]       0.9.12cvs33.22
20320
20321         * src/compose.c
20322                 fix Bug 556 'Organisation-header is sent even if empty'
20323
20324 2004-07-24 [colin]      0.9.12cvs33.21
20325
20326         * src/compose.c
20327         * src/gtk/gtkaspell.c
20328         * src/gtk/gtkaspell.h
20329                 Fix speller accelerators (require hack)
20330
20331 2004-07-24 [colin]      0.9.12cvs33.20
20332
20333         * src/gtk/gtkaspell.c
20334                 Fix over-eager code deletion breaking
20335                 Check while typing
20336
20337 2004-07-24 [colin]      0.9.12cvs33.19
20338
20339         * src/browseldap.c
20340         * src/ldapctrl.c
20341         * src/ldapctrl.h
20342         * src/ldapserver.h
20343                 Sync ldap with HEAD
20344         (Fixes 546 LDAP completely broken)
20345
20346 2004-07-24 [colin]      0.9.12cvs33.18
20347
20348         * src/prefs_msg_colors.c
20349                 Fix prototype mismatch
20350         (Fixes 547 void function cannot return value)
20351
20352 2004-07-24 [colin]      0.9.12cvs33.17
20353
20354         * src/mainwindow.c
20355                 Fix sort going back to previous sort key
20356                 when changing sort direction
20357
20358 2004-07-24 [colin]      0.9.12cvs33.16
20359
20360         * src/compose.c
20361                 Fix space insertion when re-wrapping at 
20362                 cursor point
20363
20364 2004-07-24 [colin]      0.9.12cvs33.15
20365
20366         * src/gtk/gtkaspell.c
20367                 Don't change cursor position in insert-text
20368                 callback
20369         (Fixes 539 Word wrapping on input transposes letters)
20370
20371 2004-07-24 [colin]      0.9.12cvs33.14
20372
20373         * src/gtk/gtkaspell.c
20374                 Reencode non-ascii chars to dictionary's
20375                 encoding
20376         (Fixes 544 Spell check broken non english locale)
20377
20378 2004-07-24 [colin]      0.9.12cvs33.13
20379
20380         * src/summaryview.c
20381                 Fix Shift+Down, add Home/End/PgUp/PgDown
20382
20383 2004-07-21 [colin]      0.9.12cvs33.12
20384
20385         * src/prefs_common.c
20386                 Fix a gtk warning (Patch by Andrej Kacian)
20387
20388 2004-07-21 [colin]      0.9.12cvs33.11
20389
20390         * src/gtk/filesel.c
20391                 More check
20392
20393 2004-07-21 [colin]      0.9.12cvs33.10
20394
20395         * src/compose.c
20396         * src/crash.c
20397         * src/export.c
20398         * src/import.c
20399         * src/messageview.c
20400         * src/mimeview.c
20401         * src/prefs_spelling.c
20402         * src/prefs_themes.c
20403         * src/summaryview.c
20404         * src/gtk/filesel.c
20405         * src/gtk/filesel.h
20406         * src/gtk/pluginwindow.c
20407                 Untwist open/save mode guessing logic, make
20408                 it explicit
20409
20410 2004-07-20 [colin]      0.9.12cvs33.9
20411
20412         * src/codeconv.c
20413                 conv_encode_header: src_charset is UTF-8 on
20414                 gtk2
20415         * src/compose.c
20416                 Remove double encoding of the headers
20417
20418 2004-07-20 [colin]      0.9.12cvs33.8
20419
20420         * src/codeconv.c
20421                 Fix typo
20422
20423 2004-07-20 [colin]      0.9.12cvs33.7
20424
20425         * src/mainwindow.c
20426                 Set the separated messageview to the saved
20427                 size of Claws' messageview (Patch by Alfons)
20428                 Fix a callback prototype (me)
20429
20430 2004-07-20 [colin]      0.9.12cvs33.6
20431
20432         * src/codeconv.h
20433                 Forgot one hunk in 0.9.12cvs33.4
20434
20435 2004-07-19 [colin]      0.9.12cvs33.5
20436
20437         * src/action.c
20438                 Action output fix
20439                 Patch by Alfons
20440
20441 2004-07-19 [colin]      0.9.12cvs33.4
20442
20443         * src/compose.c
20444                 Fix outgoing charset bug in headers
20445         * src/codeconv.c
20446                 Clean for glib2 - Patch by Alfons
20447
20448 2004-07-19 [colin]      0.9.12cvs33.3
20449
20450         * src/statusbar.c
20451                 Remove grip from the statusbar
20452                 Patch by Alfons
20453
20454 2004-07-19 [colin]      0.9.12cvs33.2
20455
20456         * src/messageview.c
20457         * src/textview.c
20458                 Fix messageview remembering the previous
20459                 scroll position when loading a new message
20460                 Patch by Alfons
20461
20462 2004-07-19 [colin]      0.9.12cvs33.1
20463
20464         * src/folder.h
20465         * src/folderview.c
20466         * src/summaryview.c
20467                 Sync with HEAD
20468
20469 2004-07-18 [colin]      0.9.12cvs32.7
20470
20471         * configure.ac
20472                 Remove useless check for XIM - noticed
20473                 by Alfons
20474
20475 2004-07-18 [colin]      0.9.12cvs32.6
20476
20477         * src/summaryview.c
20478                 Remove non-modified and shift-modified
20479                 accelerators in summaryview's popup
20480                 menu, as that doesn't get catched by
20481                 the accel-activate signal catcher...
20482
20483 2004-07-18 [colin]      0.9.12cvs32.5
20484
20485         * src/prefs_common.c
20486                 Define sensible default prefs for 
20487                 wrapping
20488
20489 2004-07-18 [colin]      0.9.12cvs32.4
20490
20491         * src/compose.c
20492         * src/prefs_common.c
20493         * src/prefs_common.h
20494         * src/prefs_wrapping.c
20495                 Remove Smart Wrapping pref, which does
20496                 nothing on gtk2 branch
20497
20498 2004-07-18 [colin]      0.9.12cvs32.3
20499
20500         * src/sourcewindow.c
20501                 Proper utf8
20502
20503 2004-07-18 [colin]      0.9.12cvs32.2
20504
20505         * src/compose.c
20506                 Save attachment status when drafting
20507
20508 2004-07-18 [colin]      0.9.12cvs32.1
20509
20510         * src/gtk/filesel.c
20511                 Fix erratic folder selection in open mode
20512
20513 2004-07-18 [colin]      0.9.12cvs31.11
20514
20515         * src/pop.c
20516                 Don't let partial messages get deleted
20517                 even with "dowload all"
20518                 (0.9.12cvs31.8 fix extension)
20519 2004-07-18 [colin]      0.9.12cvs31.10
20520
20521         * src/gtk/logwindow.c
20522                 Fix log scrolling
20523
20524 2004-07-18 [colin]      0.9.12cvs31.9
20525
20526         * src/common/utils.c
20527                 Fix non-utf8 strings coming from commands
20528                 and files
20529
20530 2004-07-18 [colin]      0.9.12cvs31.8
20531
20532         * src/pop.c
20533                 Fix partial download bug with Download all
20534                 messages option
20535
20536 2004-07-18 [colin]      0.9.12cvs31.7
20537
20538         * src/textview.c
20539                 Fix bug introduced in 0.9.12cvs31.2
20540                 (blocked in select mode after double click)
20541
20542 2004-07-18 [colin]      0.9.12cvs31.6
20543
20544         * src/compose.c
20545         * src/gtk/menu.c
20546                 More glib-warning fixes
20547
20548 2004-07-18 [colin]      0.9.12cvs31.5
20549
20550         * src/compose.c
20551                 Fix trashing the primary clipboard when moving 
20552                 around with tab
20553         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
20554
20555 2004-07-18 [colin]      0.9.12cvs31.4
20556
20557         * src/codeconv.c
20558                 convert unencoded iso headers to utf8
20559         (Fix Bug 538 Unencoded local characters in subject make it 
20560          disappear)
20561
20562 2004-07-18 [colin]      0.9.12cvs31.3
20563
20564         * src/compose.c
20565                 Fix tab char handling in wrapping
20566         (Fix Bug 537 Line wrap problem - TAB character treated as 
20567          one character instead of 8)
20568
20569 2004-07-18 [colin]      0.9.12cvs31.2
20570
20571         * src/textview.c
20572                 return FALSE on GDK_MOTION_NOTIFY
20573         (Fix Bug 535 Hyperlinks/addresses are not selectable 
20574          (unable to highlight))
20575
20576 2004-07-18 [colin]      0.9.12cvs31.1
20577
20578         * src/folderview.c
20579                 Sync with 0.9.12cvs31
20580
20581 2004-07-18 [colin]      0.9.12cvs30.4
20582
20583         * src/compose.c
20584                 Also block text_inserted when inserting a file
20585
20586 2004-07-18 [colin]      0.9.12cvs30.3
20587
20588         * src/compose.c
20589                 Fix smart wrapping (block text_inserted handler
20590                 while putting quotation to avoid wrap on input,
20591                 don't join lines if next is sig separator)
20592
20593 2004-07-17 [colin]      0.9.12cvs30.2
20594
20595         * src/folderview.c
20596         * src/mainwindow.c
20597         * src/mimeview.c
20598         * src/summaryview.c
20599         * src/gtk/quicksearch.c
20600         * src/gtk/quicksearch.h
20601                 Block key events handlers *and* accels while
20602                 quicksearch is focused
20603         (Fixes Bug 534 quick-search bar not accepting certain letters)
20604
20605 2004-07-17 [colin]      0.9.12cvs30.1
20606
20607         * src/folder.h
20608         * src/folderview.c
20609         * src/summaryview.c
20610                 Sync with 0.9.12cvs30
20611
20612 2004-07-17 [colin]      0.9.12cvs28.2
20613
20614         * src/mimeview.c
20615         * src/procmime.c
20616         * src/summaryview.c
20617         * src/gtk/menu.c
20618                 Squash some compile and glib warnings
20619
20620 2004-07-17 [paul]       0.9.12cvs28.1
20621
20622         * src/mimeview.c
20623                 sync with 0.9.12cvs28 HEAD
20624
20625 2004-07-16 [paul]       0.9.12cvs26.1
20626         
20627         * src/gtk/quicksearch.c
20628         * src/account.c
20629         * src/account.h
20630         * src/compose.c
20631         * src/customheader.c
20632         * src/folder_item_prefs.c
20633         * src/main.c
20634         * src/mainwindow.c
20635         * src/messageview.c
20636         * src/mimeview.c
20637         * src/news.c
20638         * src/pgpmime.c
20639         * src/pop.c
20640         * src/pop.h
20641         * src/prefs_account.c
20642         * src/prefs_account.h
20643         * src/prefs_common.c
20644         * src/prefs_common.h
20645         * src/prefs_display_header.c
20646         * src/prefs_gtk.c
20647         * src/prefs_gtk.h
20648         * src/procheader.c
20649         * src/procmime.c
20650                 sync with 0.9.12cvs26 HEAD      
20651
20652 2004-07-15 [colin]      0.9.12cvs18.14
20653
20654         * src/folder.c
20655                 Disable GPG signature check during
20656                 folder move and scan
20657         (Closes Bug 521 Signature checking slows down Folder-Move)
20658
20659 2004-07-14 [colin]      0.9.12cvs18.13
20660
20661         * src/common/partial_download.c
20662                 update includes
20663
20664 2004-07-14 [colin]      0.9.12cvs18.12
20665
20666         * src/common/partial_download.c
20667         * src/common/partial_download.h
20668                 Move doc at top, add correct copyright
20669
20670 2004-07-14 [colin]      0.9.12cvs18.11
20671
20672         * src/folder.c
20673         * src/messageview.c
20674         * src/pop.c
20675         * src/pop.h
20676         * src/procmsg.c
20677         * src/summaryview.c
20678         * src/common/Makefile.am
20679         * src/common/partial_download.c ** NEW FILES **
20680         * src/common/partial_download.h ** NEW FILES **
20681                 Move partial-download related stuff to its
20682                 own file
20683
20684 2004-07-14 [colin]      0.9.12cvs18.10
20685
20686         * src/send_message.c
20687                 Fix smtp auth when user is null or empty
20688
20689 2004-07-13 [colin]      0.9.12cvs18.9
20690
20691         * src/gtk/quicksearch.c
20692                 Use alphabetic order
20693
20694 2004-07-13 [colin]      0.9.12cvs18.8
20695
20696         * src/pop.c
20697                 Be paranoid on the checks
20698
20699 2004-07-13 [colin]      0.9.12cvs18.7
20700
20701         * src/gtk/quicksearch.c
20702                 Fix Engrish once again
20703
20704 2004-07-13 [colin]      0.9.12cvs18.6
20705
20706         * src/procmsg.c
20707         * src/summaryview.c
20708                 Mark messages for deletion when they are about to
20709                 be removed from trash
20710
20711 2004-07-13 [colin]      0.9.12cvs18.5
20712
20713         * src/matcher.c
20714         * src/matcher.h
20715         * src/matcher_parser_parse.y
20716         * src/prefs_matcher.c
20717         * src/gtk/quicksearch.c
20718                 Add 'partial' ('p') match string to find partially
20719                 downloaded messages
20720
20721 2004-07-13 [colin]      0.9.12cvs18.4
20722
20723         * src/pop.c
20724                 Fix misplaced block
20725
20726 2004-07-13 [colin]      0.9.12cvs18.3
20727
20728         * src/pop.c
20729         * src/pop.h
20730         * src/messageview.c
20731                 Refactor API (to avoid passing 5+ params and code
20732                 duplication)
20733         * src/folder.c
20734         * src/msgcache.c
20735         * src/procheader.c
20736         * src/common/defs.h
20737                 Add planned_download to cache
20738                 Don't mess uidl file when moving partially downloaded
20739                 mails (they change folder, we should change it in the
20740                 uidl list too or we'll remove an incorrect message)
20741                 (this also helps removing hacks when changing 
20742                 planned_download in messageview.c)
20743
20744 2004-07-12 [colin]      0.9.12cvs18.2
20745
20746         * src/gtk/quicksearch.c
20747                 Fix missing status update in quicksearch
20748
20749 2004-07-12 [paul]       0.9.12cvs18.1
20750
20751         * po/POTFILES.in
20752         * src/Makefile.am
20753         * src/account.c
20754         * src/codeconv.c
20755         * src/compose.c
20756         * src/inc.c
20757         * src/main.c
20758         * src/prefs_common.c
20759         * src/procmsg.h
20760         * src/toolbar.c
20761         * src/prefs_msg_colors.[ch]     ** NEW FILES **
20762         * src/prefs_wrapping.[ch]       ** NEW FILES **
20763         * src/common/intl.h
20764         * src/common/utils.[ch]
20765         * src/gtk/quicksearch.[ch]
20766                 sync with 0.9.12cvs18 HEAD
20767
20768 2004-07-12 [colin]      0.9.11cvs17.25
20769
20770         * src/folder.c
20771         * src/folder.h
20772                 Remove unused function added by me in 0.9.11cvs17.10
20773
20774 2004-07-11 [colin]      0.9.11cvs17.24
20775
20776         * src/inc.c
20777         * src/messageview.c
20778         * src/pop.c
20779         * src/pop.h
20780                 Use folderitem and msgnum instead of filename to
20781                 know which mail to delete
20782                 Move old partial mail deletion to pop.c
20783
20784 2004-07-10 [colin]      0.9.11cvs17.23
20785
20786         * src/inc.c
20787                 Add debug
20788         * src/pop.c
20789         * src/pop.h
20790                 Don't re-use same enums for unrelated stuff: it's 
20791                 completely misleading !
20792                 Document a bit
20793
20794 2004-07-09 [colin]      0.9.11cvs17.22
20795
20796         * src/inc.c
20797                 Remove folder-type check and do
20798                 more tests to be sure everything's
20799                 ok
20800         * src/messageview.c
20801                 Punctuation update, remove useless
20802                 code, fix two warnings
20803         * src/noticeview.c
20804                 Layout cleaning, reset 2nd button
20805                 when specifying one
20806
20807 2004-07-09 [colin]      0.9.11cvs17.21
20808
20809         * src/messageview.c
20810         * src/pop.c
20811         * src/pop.h
20812                 Allow user to change his mind
20813                 and postpone decision (by
20814                 unmarking the mail)
20815
20816 2004-07-09 [colin]      0.9.11cvs17.20
20817
20818         * src/messageview.c
20819                 Fix bug with delete state
20820         * src/pop.c
20821         * src/pop.h
20822                 Fix buffer leak (fread doesn't 
20823                 terminate buffers with \0)
20824                 Refactoring (remove magic 
20825                 numbers)
20826
20827 2004-07-09 [colin]      0.9.11cvs17.19
20828
20829         * src/pop.c
20830                 Don't log "Skipping message" if 
20831                 we're going to TOP it two lines
20832                 later
20833
20834 2004-07-09 [colin]      0.9.11cvs17.18
20835
20836         * src/messageview.c
20837                 Fix Engrish
20838
20839 2004-07-09 [colin]      0.9.11cvs17.17
20840
20841         * src/pop.c
20842                 strlen checking...
20843         * src/messageview.c
20844                 refactoring a bit
20845
20846 2004-07-08 [colin]      0.9.11cvs17.16
20847
20848         * src/noticeview.c
20849         * src/noticeview.h
20850                 Add an optional second button
20851         * src/messageview.c
20852         * src/pop.c
20853         * src/pop.h
20854                 Don't delete partially received mails after a certain
20855                 time; rather, let the user decide.
20856
20857 2004-07-08 [colin]      0.9.11cvs17.15
20858
20859         * src/common/smtp.h
20860                 Sync with HEAD
20861
20862 2004-07-08 [colin]      0.9.11cvs17.14
20863
20864         * src/messageview.c
20865         * src/common/smtp.c
20866                 Use to_human_readable() for sizes
20867
20868 2004-07-08 [colin]      0.9.11cvs17.13
20869
20870         * src/inc.c
20871         * src/messageview.c
20872         * src/pop.c
20873         * src/pop.h
20874         * src/procmsg.c
20875                 Fix partial-downloading issues:
20876                         catch unsupported TOP
20877                         don't delete partially downloaded mails before 5 days
20878                         don't update existing with non-MH folders; that'll
20879                         make dups, but it's better than trashing the folder
20880                         free new msginfo parts
20881                 Fix indentation ;-)
20882
20883 2004-07-08 [colin]      0.9.11cvs17.12
20884
20885         * src/common/smtp.c
20886         * src/common/smtp.h
20887                 Sync smtp size verification with HEAD
20888
20889 2004-07-08 [colin]      0.9.11cvs17.11
20890
20891         * src/summaryview.c
20892         * src/prefs_common.c
20893         * src/prefs_common.h
20894         * src/gtk/quicksearch.c
20895         * src/gtk/quicksearch.h
20896                 Sync sticky pref with HEAD
20897
20898 2004-07-08 [colin]      0.9.11cvs17.10
20899
20900         * src/folder.c [1.213.2.6]
20901         * src/folder.h [1.87.2.6]
20902         * src/inc.c [1.149.2.7]
20903         * src/messageview.c [1.94.2.8]
20904         * src/procheader.c [1.47.2.6]
20905         * src/procmsg.c [1.150.2.4]
20906         * src/procmsg.h [1.60.2.5]
20907         * src/pop.c [1.56.2.4]
20908         * src/pop.h [1.17.2.3]
20909                 Let too big messages get downloaded, but truncated
20910                 Add a button to download them completely
20911                 
20912 2004-07-06 [colin]      0.9.11cvs17.9
20913
20914         * src/gtk/quicksearch.c [1.1.2.3]
20915                 Add a Clear button
20916         * commitHelper
20917         * PATCHSETS
20918                 Add a script to help with cvs
20919
20920 2004-07-03 [colin]      0.9.11cvs17.8
20921
20922         * src/plugins/imageviewer/viewer.c
20923                 fix imageviewer (which was staying on the first
20924                 displayed image)
20925
20926 2004-07-03 [colin]      0.9.11cvs17.7
20927
20928         Removed FIXME_GTK2 warnings
20929         * src/gtk/gtkutils.c
20930                 useless #warnings
20931         * src/gtk/menu.c
20932                 useless #warnings (no need to mess with menu rc)
20933         * src/gtk/menu.h
20934                 unused functions
20935         
20936
20937 2004-07-03 [colin]      0.9.11cvs17.6
20938
20939         Removed FIXME_GTK2 warnings
20940         * src/codeconv.c
20941                 useless #warnings (rewrite needed)
20942         * src/compose.c
20943                 useless #warnings (rewrite needed)
20944                 useless #warnings (gtk2 is like that)
20945                 useless #warnings (previously fixed)
20946         * src/main.c
20947                 useless #warnings (previously fixed)
20948         * src/message_search.c
20949                 useless #warnings (gtk2 is like that)
20950                 Made apparent that search is case-sensitive
20951         * src/mimeview.c
20952                 useless #warnings (rewrite needed)
20953                 useless #warnings (gtk2 is like that)
20954                 reimplemented real warnings
20955         * src/prefs_common.c
20956                 Removed block cursor option (not it gtk2)
20957         * src/prefs_gtk.c
20958                 useless #warnings (rewrite needed)
20959         * src/procheader.c
20960                 useless #warnings (rewrite needed)
20961         * src/sourcewindow.c
20962                 useless #warnings (incorrect placing)
20963         * src/summary_search.c
20964                 useless #warnings (gtk2 is like that)
20965                 Made apparent that search is case-sensitive
20966         * src/action.c
20967                 useless #warnings (gtk2 is like that)
20968         * src/textview.c
20969                 useless #warnings (rewrite needed)
20970         * src/toolbar.c
20971                 useless #warnings (rewrite needed)
20972
20973 2004-07-03 [colin]      0.9.11cvs17.5
20974
20975         * src/textview.c
20976                 Fix mismerge which broke URI opening
20977                 
20978 2004-07-01 [colin]      0.9.11cvs17.4
20979
20980         * src/gtk/filesel.c
20981                 Fill filename when saving
20982                 
20983 2004-06-27 [colin]      0.9.11cvs17.3
20984
20985         * src/gtk/filesel.[ch]
20986                 Use the new GTK file selector
20987                 Update prototype to match the reality: multiple file
20988                 selection is open-only          
20989         * src/compose.c
20990                 Match the new prototypes        
20991         * configure.ac
20992                 Match the new requirements (gtk 2.4.0)
20993                         
20994 2004-06-26 [colin]      0.9.11cvs17.2
20995
20996         * src/plugins/trayicon/trayicon.c
20997                 Remove useless signal handler on resize, which causes
20998                 an infinite "loop"
20999         
21000 2004-06-26 [colin]      0.9.11cvs17.1
21001         
21002         * tools/Makefile.am
21003                 remove launch_firebird and add nautilus2sylpheed.sh
21004         * src/quicksearch.c
21005           src/summaryview.c
21006                 Fix show/hide "Extended symbols" button problem
21007                 Fix apparition at startup
21008                 Fix const warnings
21009         * src/plugins/image_viewer/Makefile.am
21010                 Fix configure 
21011         * common/ssl.c
21012                 Re-enable certificate check, as it doesn't seem to
21013                 cause Xlib errors anymore
21014
21015 2004-06-25 [paul]       0.9.11cvs17
21016
21017         * sync with 0.9.11cvs17 HEAD
21018         
21019         NOTE: QuickSearch is broken
21020
21021 2004-06-07 [colin]      0.9.10claws67.10
21022         * src/plugins/trayicon/trayicon.c
21023           src/plugins/trayicon/libeggtrayicon/Makefile.am
21024           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
21025                 Fix gettextization in trayicon plugin
21026
21027 2004-06-07 [colin]      0.9.10claws67.9
21028         
21029         * src/summaryview.c
21030           src/gtk/gtksctree.[ch]
21031                 Let Shift+{Up,Down} work in summaryview
21032                 (well, Down "works" and Up works)
21033                 Let the list scroll when using these keys
21034
21035 2004-06-06 [colin]      0.9.10claws67.8
21036
21037         * src/plugins/trayicon/trayicon.c
21038                 Fix pixmap update
21039
21040 2004-06-06 [colin]      0.9.10claws67.7
21041
21042         * src/addressbook.c
21043                 Fix signal handling causing system-wide focus grab
21044
21045 2004-05-25 [paul]       0.9.10claws67.6
21046
21047         * Makefile.am
21048           src/Makefile.am
21049                 clean up
21050
21051 2004-05-25 [paul]       0.9.10claws67.5
21052
21053         * replace deprecated gtk_signal... functions
21054
21055 2004-05-23 [colin]      0.9.10claws67.4
21056
21057         * src/compose.c
21058                 Fix wrapping
21059
21060 2004-05-22 [colin]      0.9.10claws67.3
21061
21062         * src/compose.c
21063                 Re-fix [Edited] in compose.c::compose_reedit()
21064
21065 2004-05-22 [colin]      0.9.10claws67.2
21066
21067         * src/procmime.c
21068                 Fix parsing of multiparts mails
21069
21070 2004-05-22 [colin]      0.9.10claws67.1
21071
21072         * src/summaryview.c
21073                 Fix quicksearch
21074
21075 2004-05-22 [paul]       0.9.10claws67
21076
21077         * sync with 0.9.10claws67 HEAD
21078
21079 2004-05-14 [alfons]
21080
21081         * src/procmime.h
21082                 add forgotton prototype
21083
21084 2004-05-10 [paul]       0.9.10claws57
21085
21086         * sync with 0.9.10claws57 HEAD
21087
21088 2004-05-05 [paul]       0.9.9.claws1
21089
21090         * ChangeLog-gtk2        ** REMOVED **
21091           ChangeLog-gtk2.claws  ** ADDED **
21092                 rename and adopt the normal claws format
21093                 
21094         * configure.ac
21095                 require gtkmathview >= 0.5
21096
21097         * ac/*                          ** REMOVED **
21098           ac/                           ** REMOVED **
21099           intl/Makefile.in              ** REMOVED **
21100           m4/                           ** ADDED **
21101           m4/missing                    ** ADDED **
21102           m4/missing/gdk-pixbuf.m4      ** ADDED **
21103           m4/missing/gettext.m4         ** ADDED **
21104           m4/missing/gpgme.m4           ** ADDED **
21105           m4/missing/imlib.m4           ** ADDED **
21106           m4/.cvsignore                 ** ADDED **
21107           m4/Makefile.am                ** ADDED **
21108           m4/README                     ** ADDED **
21109           m4/aclocal-include.m4         ** ADDED **
21110           m4/aspell.m4                  ** ADDED **
21111           m4/check-type.m4              ** ADDED **
21112           m4/gnupg-check-typedef.m4     ** ADDED **
21113           m4/openssl.m4                 ** ADDED **
21114           m4/spamassassin.m4            ** ADDED **
21115           po/ChangeLog                  ** REMOVED **
21116           po/Makefile.in.in             ** REMOVED **
21117           po/Rules-quot                 ** REMOVED **
21118           po/boldquot.sed               ** REMOVED **
21119           po/en@boldquot.header         ** REMOVED **
21120           po/en@quot.header             ** REMOVED **
21121           po/insert-header.sin          ** REMOVED **
21122           po/quot.sed                   ** REMOVED **
21123           po/remove-potcdate.sed        ** REMOVED **
21124           po/remove-potcdate.sin        ** REMOVED **
21125           po/stamp-po                   ** REMOVED **
21126           Makefile.am
21127           autogen.sh
21128           configure.ac
21129                 enable building with automake 1.8.x
21130                 add 'autopoint --force' to autogen.sh and remove all
21131                 auto-generated files, remove ac/ directory and use
21132                 m4/ directory instead
21133                 
21134         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
21135                 fix gettextization
21136
21137 2004-02-28 Colin Leroy <colin@colino.net>
21138         * src/prefs_matcher.c
21139           src/prefs_filtering.c
21140           src/prefs_filtering_action.c
21141                 Fix non-editable GtkEntries
21142
21143 2004-02-22 Thorsten Maerz <torte@netztorte.de>
21144         * src/prefs_themes.c
21145                 utf8 conversion for theme info
21146
21147 2004-02-21 Thorsten Maerz <torte@netztorte.de>
21148         * sync 0.9.9claws
21149
21150 2004-02-14 Thorsten Maerz <torte@netztorte.de>
21151         * src/grouplistdialog.c
21152                 allow multiple selections without ctrl key
21153
21154 2004-02-09 Thorsten Maerz <torte@netztorte.de>
21155         * src/main.c
21156                 enable customizable accelerators
21157
21158 2004-02-08 Thorsten Maerz <torte@netztorte.de>
21159         * src/prefs_common.c
21160                 re-enable different font settings for gtk1/2
21161         * src/prefs_folder_item.c
21162                 fix folder prefs displayed wrong
21163         * src/textview.c
21164                 set 'sunken' shadow type
21165
21166 2004-02-07 Colin Leroy <colin@colino.net>
21167         * src/compose.c
21168                 Fix message being always [Edited]
21169                 Encode headers correctly (utf8 buf)
21170
21171 2004-01-27 Thorsten Maerz <torte@netztorte.de>
21172         * src/socket.c
21173                 remove double g_source_attach()
21174                 (Thanks to Colin Leroy)
21175
21176 2004-01-27 Thorsten Maerz <torte@netztorte.de>
21177         * src/gtk/gtksctree.c
21178                 Fix SSL certificate list not shown
21179         * src/mimeview.c
21180                 Fix clicks in mime tree
21181
21182 2004-01-27 Thorsten Maerz <torte@netztorte.de>
21183         * src/common/socket.c
21184                 Fix SSL receive
21185         * src/compose.c
21186                 Fix clipboard menu hotkeys
21187
21188 2004-01-25 Thorsten Maerz <torte@netztorte.de>
21189         * src/gtk/gtkaspell.[ch]
21190           src/compose.c
21191                 reimplement spellchecker
21192
21193 2004-01-25 Thorsten Maerz <torte@netztorte.de>
21194         * src/gtk/filesel.c
21195                 crash when inserting file in compose window
21196                 (TODO: keep old selection on clicks)
21197         * src/main.c
21198                 use gtkrc-2.0 instead of gtkrc
21199
21200 2004-01-25 Thorsten Maerz <torte@netztorte.de>
21201         * src/messageview.c
21202                 remove orphaned mimeview unref()
21203
21204 2004-01-20 Thorsten Maerz <torte@netztorte.de>
21205         * src/grouplistdialog.c
21206                 expand nodes containing subscribed groups
21207
21208 2004-01-19 Thorsten Maerz <torte@netztorte.de>
21209         * src/textview.c
21210                 textview: hide cursor, restore old click behaviour
21211
21212 2004-01-18 Thorsten Maerz <torte@netztorte.de>
21213         * src/textview.c
21214                 variable names messed up
21215
21216 2004-01-17 Colin Leroy <colin@colino.net>
21217         * src/addr_compl.c
21218                 Fix completion address too thin
21219         * src/compose.c
21220                 Fix tab-to-subject behaviour
21221         * src/summaryview.c
21222                 Implement key up & down in summaryview
21223
21224 2004-01-12 Thorsten Maerz <torte@netztorte.de>
21225
21226         * sync 098claws
21227
21228 2004-01-08 Thorsten Maerz <torte@netztorte.de>
21229         * configure.ac
21230           Makefile.am
21231           doc/.cvsignore
21232           doc/Makefile.am
21233                 faq, man, manual moved to doc/
21234         * ac/aspell.m4
21235           ac/check-type.m4
21236           ac/gnupg-check-typedef.m4
21237           ac/openssl.m4
21238           ac/spamassassin.m4
21239           ac/missing/gdk-pixbuf.m4
21240           ac/missing/gpgme.m4
21241           ac/missing/imlib.m4
21242                 fix automake warnings
21243
21244 2003-12-06 Colin Leroy <colin@colino.net>
21245         * src/summaryview.c
21246                 Fix quicksearch
21247
21248 2003-12-05 Colin Leroy <colin@colino.net>
21249         * src/summaryview.c
21250                 Fix going to next unread folder
21251
21252 2003-12-05 Colin Leroy <colin@colino.net>
21253         * src/crash.c
21254                 Fix gtk2 compilation
21255         * src/session.c
21256                 Remove iotag source handler at disconnection
21257         * src/socket.[ch] 
21258                 Remove source handler when closing socket 
21259                 (fixes another seg)
21260
21261 2003-12-04 Colin Leroy <colin@colino.net>
21262         * src/compose.c
21263           src/prefs_account.c
21264           src/prefs_common.c
21265                 Fix some dropdown menus
21266
21267 2003-12-04 Colin Leroy <colin@colino.net>
21268         * src/compose.c
21269                 Fix event handlers on header fields
21270         * src/common/socket.c
21271           src/common/session.c
21272                 Fix segfault with callback (SSL)
21273                 Fix end of session 
21274
21275 2003-10-06 Thorsten Maerz <torte@netztorte.de>
21276
21277         * Fix compile bug in src/compose.c
21278         * removed src/gtk/gtkstext.[ch]
21279
21280 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
21281
21282         * Convert character set and escape "text" attributes in toolbar setting
21283         files.
21284         * Fixed bug in button-press-event handling.
21285
21286 2003-09-16 Thorsten Maerz <torte@netztorte.de>
21287
21288         * Fixed bug in key-press-event handling.
21289
21290 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
21291
21292         * Enabled to compile tray-icon plugin (Ad-hoc).
21293         * Avoid hang up bug of icon list in mime view (Ad-hoc).
21294
21295 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
21296
21297         * Enabled to compile on sylpheed-claws.
21298         (tray-icon plugin still cannot compile yet.)
21299
21300 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
21301
21302         * Updated to 0.9.5.
21303
21304 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
21305
21306         * Updated to 0.9.4.
21307         * Ported monitoring SSL mechanism to GSource of GLib2
21308         (I don't confirm it)
21309         * Added _gtk2 suffix to key name of font preference to avoid
21310         ovverwriting preference of Gtk+-1.2 version.
21311
21312 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
21313
21314         * Updated to 0.9.2.
21315
21316 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
21317
21318         * Updated to 0.9.1.
21319         * Translate po files into UTF-8 when execute autogen.sh.
21320
21321 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
21322
21323         * Updated to 0.9.0.
21324
21325 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
21326
21327         * Plugged GError related memory leaks.
21328
21329 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
21330
21331         * Changed default size of fonts.
21332         * Enabled to set titile font size of warning dialog.
21333
21334 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
21335
21336         * Embed a sylpheed icon into executable binary on Windows.
21337
21338 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
21339
21340         * I forgot to traslate character set of element string in src/xml.c.
21341
21342 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
21343
21344         * Fixed detecting bind_textdomain_codeset in configure.in.
21345         * The bug in which "Example" of "Date fromat" preference isn't displayed
21346         correctly has been fixed.
21347
21348 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
21349
21350         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
21351           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
21352           glib-gettextize
21353           Removed intl directory.
21354           Translated po files into UTF-8.
21355           (Thanks! Ryuji Abe)
21356
21357 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
21358
21359         * The bug which doesn't unscape string in xml.c has been fixed.
21360
21361 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
21362
21363         * The bug which is failed to translate encoding of file name thorough
21364         file dialog has been fixed.
21365
21366 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
21367
21368         * Modified to translate file names which is used in inporting/expoting
21369         mbox feature and "Save as" feature into locale encoding.
21370         * Translate file names into locale encoding when "Attache file" and
21371         "Insert file".
21372         * Force set G_BROKEN_FILENAMES environment variable.
21373         * Other minor fixes.
21374
21375 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
21376
21377         * Modified to treat MH folder's name as locale encoding.
21378
21379 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
21380
21381         * The bug which clash on switching candidates of auto completion of
21382         addresses, cannot use auto completion in Japanesse is fixed
21383         (Thanks! Tokunaga-san)¡¥
21384
21385 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
21386
21387         * The bug which cannot switch key accelerator preference has been fixed
21388         (Thanks! smbd-san)¡¥
21389
21390 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
21391
21392         * version 0.8.11-gtk2-20030314
21393
21394 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
21395
21396         * The bug in which character set conversion of filtering messages has
21397         been fixed.(Thanks! COCOA-san).
21398
21399 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
21400
21401         * Revived "Leave space on head" preference in "Message" category.
21402         * A bug which clash when put the cursor to end of buffer and execute
21403         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
21404
21405 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
21406
21407         * version 0.8.11-gtk2-20030312
21408
21409 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
21410
21411         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
21412         * Modified to use Pango's API directly for font preference.
21413         * Integrated GtkTextView of textview to one widget.
21414         * Set fonts of header title in textview by "header_title" tag.
21415         * Removed some deprecated codes.
21416
21417 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
21418
21419         * Updated to 0.8.11.
21420         * Merged cygwin patch(Thanks! Sakai-san).
21421
21422 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
21423
21424         * version 0.8.10-gtk2-20030309