2006-02-15 [wwp] 2.0.0cvs54
[claws.git] / ChangeLog
1 2006-02-15 [wwp]        2.0.0cvs54
2
3         * src/prefs_gtk.c
4                 yet another one file was missing (fix for some widgets' sensitivity).
5                 Thanks Colin!
6
7 2006-02-15 [wwp]        2.0.0cvs53
8
9         * src/prefs_gtk.h
10                 oops forgot that file (fix for some widgets' sensitivity).
11
12 2006-02-15 [wwp]        2.0.0cvs52
13
14         * src/summary_search.c
15                 implemented advanced summary search options (added the ability
16                 to use matcher conditions in an advanced search mode).
17
18 2006-02-15 [wwp]        2.0.0cvs51
19
20         * src/plugins/pgpcore/prefs_gpg.c
21         * src/prefs_account.c
22                 fix some widget sensitivity, mostly around some labels in
23                 account prefs.
24
25 2006-02-15 [paul]       2.0.0cvs50
26
27         * manual/advanced.xml
28                 improve Templates info
29                 written by wwp
30
31 2006-02-14 [colin]      2.0.0cvs49
32
33         * src/pixmaps/address_book.xpm
34         * src/pixmaps/preferences.xpm
35         * src/pixmaps/properties.xpm
36                 Fix pixmap size - patch by Fabien Vantard
37
38 2006-02-13 [colin]      2.0.0cvs48
39
40         * src/procmime.c
41                 Add missing fclose()s on error
42         * src/textview.c
43                 Remove unused code
44         * src/common/utils.c
45                 Fix temp files not being deleted on windows
46         Patches by Thomas Gilgin
47
48 2006-02-13 [cleroy]     2.0.0cvs47
49
50         * src/mainwindow.c
51                 Fix exit crash
52
53 2006-02-13 [wwp]        2.0.0cvs46
54
55         * src/plugins/pgpcore/prefs_gpg.c
56                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
57
58 2006-02-12 [colin]      2.0.0cvs45
59
60         * src/folderview.c
61         * src/main.c
62         * src/mainwindow.c
63                 Fix "stuff" when quitting
64
65 2006-02-12 [wwp]        2.0.0cvs44
66
67         * src/prefs_themes.c
68                 fix typos in debug messages.
69
70 2006-02-11 [colin]      2.0.0cvs43
71
72         * src/summaryview.c
73                 don't allow drag/drop from ourself
74
75 2006-02-10 [wwp]        2.0.0cvs42
76
77         * src/exporthtml.c
78         * src/html.c
79         * src/html.h
80         * src/procmime.c
81         * src/textview.c
82                 renamed html_ prefixed functions and data structures to avoid
83                 namespace clashes w/ other software (gtkhtml2 for instance).
84                 Closes bug #907.
85
86
87 2006-02-09 [colin]      2.0.0cvs41
88
89         * src/summaryview.c
90                 Fix shitty logic messed up. Thanks Ticho for the hint!
91
92 2006-02-09 [wwp]        2.0.0cvs40
93
94         * src/gtk/about.c
95         * src/compose.c
96         * src/prefs_account.c
97         * src/prefs_gtk.h
98         * src/editaddress.c
99                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
100                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
101                 Browse buttons in accounts prefs.
102
103 2006-02-09 [colin]      2.0.0cvs39
104
105         * src/matcher.c
106                 Check for pointer before using its members
107         * src/gtk/gtksourceprintjob.c
108                 Fix a wrong warning
109
110 2006-02-09 [wwp]        2.0.0cvs38
111
112         * src/gtk/filesel.c
113                 fix few compiler warnings (type mismatch).
114
115 2006-02-09 [paul]       2.0.0cvs37
116
117         * po/fr.po
118                 updated by Fabien Vantard
119
120 2006-02-08 [colin]      2.0.0cvs36
121
122         * src/prefs_common.c
123         * src/common/defs.h
124         * src/common/plugin.c
125                 allow windows and linux configurations to coexist
126                 patch by Thomas Gilgin
127
128 2006-02-08 [colin]      2.0.0cvs35
129
130         * src/filtering.c
131         * src/matcher.c
132         * src/matcher.h
133         * src/matcher_parser_parse.y
134         * src/prefs_filtering_action.c
135         * src/prefs_matcher.c
136                 Add the "Ignore thread" filtering
137                 action
138
139 2006-02-08 [colin]      2.0.0cvs34
140
141         * src/compose.c
142         * src/procmime.c
143         * src/procmime.h
144                 Fix bug #905 (damaged attachment)
145                 text files with raw \0's aren't really text files
146         FOR_STABLE
147
148 2006-02-08 [colin]      2.0.0cvs33
149
150         * src/summaryview.c
151                 Fix crasher introduced yesterday
152
153 2006-02-08 [wwp]        2.0.0cvs32
154
155         * src/compose.c
156         * src/compose.h
157                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
158
159 2006-02-08 [wwp]        2.0.0cvs31
160
161         * src/prefs_template.c
162                 templates enhancement: allow address completion for Cc and Bcc fields
163                 (it was currently possible for the To field only)
164
165 2006-02-08 [colin]      2.0.0cvs30
166
167         * src/compose.c
168                 Don't unblock if not blocked
169         FOR_STABLE
170
171 2006-02-07 [colin]      2.0.0cvs29
172
173         * src/action.c
174                 Forgot to refresh summaryview
175
176 2006-02-07 [colin]      2.0.0cvs28
177
178         * src/action.c
179                 Freeze/thaw message list and folder list while
180                 processing %as{} actions 
181         * src/compose.c
182                 Fix auto-wrap disabling after a middle-click
183                 paste - FOR_STABLE
184
185 2006-02-07 [paul]       2.0.0cvs27
186
187         * src/folder.c
188                 fix freeing of uninitialised pointers
189                 Thanks to Colin
190
191 2006-02-06 [colin]      2.0.0cvs26
192
193         * src/folder.c
194                 Use g_slist_prepend in potentially big list
195
196 2006-02-06 [colin]      2.0.0cvs25
197
198         * src/folder.c
199                 Completely skip processing if it doesn't 
200                 exist (faster!)
201
202 2006-02-06 [colin]      2.0.0cvs24
203
204         * src/folder.c
205         * src/summaryview.c
206                 Batch filtering in summaryview (from Tools menu)
207                 and pre/post//-processing too
208
209 2006-02-06 [colin]      2.0.0cvs23
210
211         * src/procmsg.h
212         * src/filtering.c
213                 Use a special field for batch filtering instead
214                 of stepping on deferred execution's toes
215
216 2006-02-06 [colin]      2.0.0cvs22
217
218         * src/action.c
219         * src/filtering.c
220         * src/filtering.h
221         * src/folder.c
222         * src/summaryview.c
223                 Fix filtering via menus and actions
224
225 2006-02-06 [colin]      2.0.0cvs21
226
227         * src/imap.c
228                 Put the added file directly to cache if possible (will work
229                 with next libetpan)
230         * src/filtering.c
231         * src/filtering.h
232         * src/inc.c
233         * src/folder.c
234         * src/mbox.c
235         * src/procmsg.h
236                 Move and copy filtered messages by batches instead of one
237                 by one - faster on IMAP
238         * src/procmsg.c
239                 Add a function that'll possibly be useful later
240
241 2006-02-06 [colin]      2.0.0cvs20
242
243         * src/addressbook.c
244                 Use internal mime-type instead of text/plain for d'n'd
245         * src/compose.c
246                 Allow attaching files from mimeview's icon list via d'n'd
247         * src/folderview.c
248         * src/folderview.h
249                 Use internal mime-type instead of text/plain for d'n'd
250                 Don't try to selected opened folder if none is
251                 Factorize d'n'd from other apps code
252         * src/headerview.c
253         * src/textview.c
254         * src/gtk/gtkutils.c
255         * src/gtk/gtkutils.h
256                 Factorize Face/X-Face stuff
257         * src/mimeview.c
258                 Fix d'n'd to other apps
259         * src/prefs_message.c
260                 Let the XFace pref be usable without libcompface as it also
261                 applies to Face
262         * src/summaryview.c
263                 Fix d'n'd to other apps
264                 Factorize d'n'd from other apps code
265
266 2006-02-06 [wwp]        2.0.0cvs19
267
268         * po/it.po
269                 Italian translation fixes by Andrea Spadaccini (no more confusion
270                 between filtering and processing, and few changes in the About
271                 dialog).
272
273
274 2006-02-06 [mones]      2.0.0cvs18
275
276         * src/gtk/icon_legend.c
277                 Improved descriptions allowing better translations
278
279 2006-02-05 [colin]      2.0.0cvs17
280
281         * src/imap.c
282                 Add the f*cking missing expunge that caused imap_fetch_env
283                 to fail after an add_msgs ! :-///
284         * src/etpan/imap-thread.c
285                 Add a bit of debug
286         FOR_STABLE
287
288 2006-02-05 [colin]      2.0.0cvs16
289
290         * src/common/utils.c
291                 Don't check for return-path (or we can't put
292                 back non-sent mails)
293
294 2006-02-05 [colin]      2.0.0cvs15
295
296         * src/textview.c
297                 Don't try to display Face header in textview
298                 when teh headerview's active
299
300 2006-02-05 [colin]      2.0.0cvs14
301
302         * tools/tbird2syl.py
303         * tools/Makefile.am
304                 Add script to import Thunderbird mails
305
306 2006-02-05 [colin]      2.0.0cvs13
307
308         * src/headerview.c
309         * src/procheader.c
310         * src/procmsg.c
311         * src/procmsg.h
312         * src/textview.c
313                 Show Face headers - patch partially by Klaus Flittner
314
315 2006-02-05 [colin]      2.0.0cvs12
316
317         * src/folderview.c
318         * src/summaryview.c
319         * src/common/utils.c
320         * src/common/utils.h
321                 Let dnd work from mime icons to summaryview
322                 and to folderview too
323                 Add a crude test to avoid trying to add files
324                 drag'n'dropped when they're not mails
325
326 2006-02-04 [colin]      2.0.0cvs11
327
328         * src/summaryview.c
329         * src/mimeview.c
330                 Fix utf8 conversion
331
332 2006-02-04 [colin]      2.0.0cvs10
333
334         * src/compose.c
335         * src/folderview.c
336         * src/mimeview.c
337         * src/summaryview.c
338         * src/summaryview.h
339                 Added various drag and drop capas:
340                 From                    To
341                 summaryview             other apps
342                 mimeview icons          other apps
343                 other apps              summaryview
344                 other apps              folderview
345
346                 This shouldn't have broken the existing:
347                 From                    To
348                 summaryview             folderview
349                 folderview              folderview
350                 summaryview             compose's attachments
351
352         Tests welcomed.
353
354 2006-02-02 [paul]       2.0.0cvs9
355
356         * src/mainwindow.c
357                 move global option 'Set displayed columns...' out
358                 of folder option grouping.
359                 fix sensitivity of 'harvest addresses'
360         FOR_STABLE
361
362 2006-02-01 [colin]      2.0.0cvs8
363
364         * src/mimeview.c
365                 Revert the alertpanel patch, it sucks (intrusive
366                 and gets in the way of "open")
367
368 2006-02-01 [colin]      2.0.0cvs7
369
370         * src/compose.c
371         * src/prefs_account.c
372         * src/prefs_common.c
373         * src/common/defs.h
374         * src/common/utils.c
375         * src/common/utils.h
376                 Add ability to edit the signature file
377                 from the account preferences, and use
378                 a default for the text editor.
379                 Patch by Fabien Vantard
380
381 2006-02-01 [colin]      2.0.0cvs6
382
383         * src/mimeview.c
384                 Try to get mime type by extension if it is
385                 application/octet-stream
386                 Display a window with possible choices when
387                 encountering unknown mime types
388         * src/gtk/filesel.c
389         * src/gtk/filesel.h
390                 Add preview
391                 Allow multiple selection in filtered filesel
392                 (patch by Fabien Vantard)
393         * src/gtk/pluginwindow.c
394                 Use it (patch by Fabien Vantard)
395
396 2006-02-01 [paul]       2.0.0cvs5
397
398         * src/jpilot.c
399                 fix crash on creating jpilot address book
400                 Thanks to Colin - FOR_STABLE
401         * src/prefs_summaries.c
402         * src/prefs_wrapping.c
403         * src/gtk/icon_legend.c
404         * src/gtk/quicksearch.c
405                 string fixes and additions
406
407 2006-02-01 [paul]       2.0.0cvs4
408
409         * src/compose.c
410         * src/mainwindow.c
411         * src/messageview.c
412         * src/prefs_send.c
413                 add Arabic encoding option
414                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
415
416 2006-01-31 [cleroy]     2.0.0cvs3
417
418         * src/plugins/pgpcore/passphrase.c
419                 Convert passphrase to locale encoding
420         * src/compose.c
421                 Fix drafting on IMAP. Crappy bug sneaked in
422                 the release :-/
423         FOR_STABLE
424
425 2006-01-30 [paul]       2.0.0cvs2
426
427         * src/gtk/icon_legend.c
428                 show the new entries
429
430 2006-01-30 [colin]      2.0.0cvs1
431
432         * src/manual.c
433                 Check for the file to be present before 
434                 enabling the menu - FOR_STABLE
435         * src/gtk/icon_legend.c
436                 Add folders icons (not all of them, there
437                 are too much, but the most intriguing ones)
438
439 2006-01-30 [paul]       2.0.0
440
441         version 2.0.0 released
442
443 2006-01-30 [paul]       1.9.100cvs200
444
445         * manual/faq.xml
446         * manual/gpl.xml
447         * manual/intro.xml
448         * manual/starting.xml
449         * manual/sylpheed-claws-manual.xml
450                 fixes, additions
451
452 2006-01-29 [mones]      1.9.100cvs199
453
454         * manual/account.xml
455         * manual/advanced.xml
456         * manual/glossary.xml
457                 Some typos fixed, added LDIF term to glossary
458         * po/es.po
459                 Fixed leading plus symbol
460
461 2006-01-29 [paul]       1.9.100cvs198
462
463         * po/fi.po
464         * po/sk.po
465                 updated by Tommi Pirinen and Andrej Kacian
466
467 2006-01-29 [paul]       1.9.100cvs197
468
469         * src/gtk/authors.h
470                 remove duplicates
471
472 2006-01-29 [paul]       1.9.100cvs196
473
474         * AUTHORS
475         * po/nl.po
476         * src/gtk/authors.h
477         * tools/claws.i18n.status.pl
478                 nl translation updated by Tim Dijkstra
479
480 2006-01-29 [paul]       1.9.100cvs195
481
482         * po/sr.po
483         * po/sv.po
484                 updated by Aleksandar Urosevic and Anders Troback
485
486 2006-01-28 [colin]      1.9.100cvs194
487
488         * src/gtk/gtksourceprintjob.c
489                 Don't fiddle with PangoLayout when we
490                 have an image
491
492 2006-01-28 [paul]       1.9.100cvs193
493
494         * AUTHORS
495         * po/el.po
496         * po/zh_CN.po
497         * src/gtk/authors.h
498         * tools/claws.i18n.status.pl
499                 updated translations submitted by Stavros Giannouris
500                 and Ralgh Young
501
502 2006-01-27 [cleroy]     1.9.100cvs192
503
504         * src/summaryview.c
505         * src/gtk/gtksourceprintjob.c
506                 Add image printing 
507                 (libgnomeprint only, of course)
508
509 2006-01-27 [paul]       1.9.100cvs191
510
511         * po/fr.po
512         * po/it.po
513                 updated by Fabien Vantard and Andrea Spadaccini
514
515 2006-01-26 [colin]      1.9.100cvs190
516
517         * manual/Makefile.am
518         * configure.ac
519                 Make building the manual optional 
520                 (--disable-manual)
521
522 2006-01-26 [paul]       1.9.100cvs189
523
524         * manual/glossary.xml
525         * manual/plugins.xml
526                 edited
527         * po/en_GB.po
528                 updated
529
530 2006-01-26 [paul]       1.9.100cvs188
531
532         * src/prefs_display_header.c
533         * src/prefs_folder_column.c
534         * src/prefs_msg_colors.c
535         * src/prefs_summaries.c
536         * src/prefs_summary_column.c
537                 HIGify
538
539 2006-01-25 [colin]      1.9.100cvs187
540
541         * src/imap.c
542                 Don't allow moving/copying mails between
543                 queue/drafts and non-queue/drafts folders
544                 Fixes bug #897 (message header is resetted 
545                 if one is copied to Drafts)
546
547 2006-01-25 [colin]      1.9.100cvs186
548
549         * src/folder.c
550         * src/mainwindow.c
551                 Fix subscribed folders not found
552         * src/compose.c
553                 Don't try to encode as original mail's charset
554                 if it's ascii 
555
556 2006-01-25 [paul]       1.9.100cvs185
557
558         * AUTHORS
559         * po/Makevars
560                 updated
561         * po/de.po
562         * po/pl.po
563         * po/pt_BR.po
564         * po/sr.po
565                 updates submitted by Stephan Sachse, Emilian Nowak
566                 and Quar, Frederico Goncalves Guimaraes, and
567                 Aleksandar Urosevic
568                 Fix Bug 896, 'PT_BR locale broken'.
569         * src/gtk/authors.h
570                 updated
571
572 2006-01-24 [mones]      1.9.100cvs184
573
574         * manual/glossary.xml
575                 All current terms finished. Reviewers welcome ;-)
576         * manual/keyboard.xml
577                 Fixed column width for pdf output.
578         * po/es.po
579                 Updated
580
581 2006-01-24 [paul]       1.9.100cvs183
582
583         * manual/glossary.xml
584                 fix id name
585         * manual/dist/html/Makefile.am
586         * manual/dist/pdf/Makefile.am
587         * manual/dist/ps/Makefile.am
588         * manual/dist/txt/Makefile.am
589                 fix make deps
590                 Thanks to Colin
591
592 2006-01-24 [mones]      1.9.100cvs182
593
594         * manual/glossary.xml
595                 Nearly finished, some terms missing.
596
597 2006-01-23 [paul]       1.9.100cvs181
598
599         * manual/dist/html/Makefile.am
600         * manual/dist/pdf/Makefile.am
601         * manual/dist/ps/Makefile.am
602         * manual/dist/txt/Makefile.am
603         * src/mainwindow.c
604                 re-enable manual
605                 Thanks to Colin
606
607 2006-01-22 [colin]      1.9.100cvs180
608
609         * src/compose.c
610         * src/gtk/gtkaspell.c
611                 Don't deselect stuff before right-clicking, with aspell.
612                 (This prevented right-click Copy, for example).
613                 Thanks to Clo!
614
615 2006-01-22 [paul]       1.9.100cvs179
616
617         * src/summary_search.c
618                 don't fix the widget size as it causes problems
619                 under localisation.
620                 Thanks to Emilian Nowak
621
622 2006-01-21 [paul]       1.9.100cvs178
623
624         * src/prefs_themes.c
625                 fix broken underlining of label text
626                 with some translations
627
628 2006-01-21 [colin]      1.9.100cvs177
629
630         * po/fr.po
631                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
632
633 2006-01-20 [colin]      1.9.100cvs176
634
635         * configure.ac
636         * Makefile.am
637         * manual/Makefile
638         * manual/dist/html/.cvsignore
639         * manual/dist/html/Makefile.am
640         * manual/dist/pdf/.cvsignore
641         * manual/dist/pdf/Makefile.am
642         * manual/dist/ps/.cvsignore
643         * manual/dist/ps/Makefile.am
644         * manual/dist/txt/.cvsignore
645         * manual/dist/txt/Makefile.am
646                 Autotool-ize manual
647
648 2006-01-20 [paul]       1.9.100cvs175
649
650         * manual/handling.xml
651                 make Filtering and Searching entries easier to find
652         * manual/keyboard.xml
653                 add the remaining default keybinds
654         * src/prefs_summaries.c
655                 update the default keybinds
656
657 2006-01-20 [paul]       1.9.100cvs174
658
659         * src/addressbook.c
660         * src/addrgather.c
661         * src/addrharvest.c
662         * src/editaddress.c
663         * src/editgroup.c
664         * src/exphtmldlg.c
665         * src/expldifdlg.c
666         * src/exporthtml.c
667         * src/exportldif.c
668         * src/ldif.c
669                 replace 'e-mail' with 'email'
670         * src/summary_search.c
671                 add mnemonic to "Find all" button
672
673 2006-01-20 [wwp]        1.9.100cvs173
674
675         * src/export.c
676         * src/import.c
677                 touched mbox import/export buttons for HIG-compliance
678
679 2006-01-19 [paul]       1.9.100cvs172
680
681         * manual/account.xml
682         * manual/addrbook.xml
683         * manual/advanced.xml
684         * manual/faq.xml
685         * manual/handling.xml
686         * manual/intro.xml
687         * manual/plugins.xml
688         * manual/starting.xml
689                 more editing
690
691 2006-01-19 [paul]       1.9.100cvs171
692
693         * src/toolbar.c
694                 allow use of trash button while receiving
695                 Thanks to Colin
696
697 2006-01-19 [wwp]        1.9.100cvs170
698
699         * src/gtk/quicksearch.c
700         * src/compose.c
701                 force text color to black when yellow background is set
702
703 2006-01-19 [colin]      1.9.100cvs169
704
705         * src/plugins/trayicon/trayicon.c
706                 Gray out Get Mail when already getting mail
707
708 2006-01-18 [paul]       1.9.100cvs168
709
710         * src/compose.c
711                 give widget yellow background was To is
712                 set via folder prefs
713         * src/gtk/quicksearch.c
714                 give widget yellow background when quick
715                 search is active.
716                 Thanks to Colin
717
718 2006-01-18 [paul]       1.9.100cvs167
719
720         * doc/man/sylpheed-claws.1
721                 add --subscribe option
722
723 2006-01-18 [paul]       1.9.100cvs166
724
725         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
726         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
727                 use %U instead of %F (%F is broken for user installed
728                 files in kde 3.5)
729
730 2006-01-18 [colin]      1.9.100cvs165
731
732         * src/summaryview.c
733                 Default to Yes in "No more * messages" dialogs
734
735 2006-01-17 [colin]      1.9.100cvs164
736
737         * src/compose.c
738                 Possibly fix an invalid iterator causing
739                 crash
740
741 2006-01-17 [colin]      1.9.100cvs163
742
743         * src/mimeview.c
744                 Fix crash when the image disappears under the
745                 image viewer
746
747 2006-01-16 [colin]      1.9.100cvs162
748
749         * src/compose.c
750                 Fix reenabling autowrap
751
752 2006-01-16 [colin]      1.9.100cvs161
753
754         * src/compose.c
755                 reset quote_len before getting quote_str
756
757 2006-01-16 [colin]      1.9.100cvs160
758
759         * src/account.c
760         * src/account.h
761         * src/folder.c
762         * src/imap_gtk.c
763         * src/mh_gtk.c
764                 Fix bug #883 (default inbox does not track folder move)
765
766 2006-01-16 [colin]      1.9.100cvs159
767
768         * src/compose.c
769         * src/plugins/pgpcore/passphrase.c
770                 More buttons fixes
771
772 2006-01-16 [paul]       1.9.100cvs158
773
774         * src/prefs_actions.c
775         * src/prefs_filtering_action.c
776         * src/prefs_matcher.c
777         * src/quote_fmt.c
778         * src/gtk/description_window.c
779         * src/gtk/description_window.h
780         * src/gtk/quicksearch.c
781                 description window cleanups
782
783 2006-01-15 [colin]      1.9.100cvs157
784
785         * src/addressbook.c
786         * src/prefs_filtering.c
787                 Same here
788
789 2006-01-15 [colin]      1.9.100cvs156
790
791         * src/folderview.c
792         * src/mainwindow.c
793                 Same for "Empty trash"
794
795 2006-01-15 [colin]      1.9.100cvs155
796
797         * src/inc.c
798                 Override offline dialog had Yes by default
799
800 2006-01-15 [colin]      1.9.100cvs154
801
802         * src/summaryview.c
803                 Delete selected messages? previously had Yes the default
804
805 2006-01-15 [colin]      1.9.100cvs153
806
807         * src/folder.c
808         * src/folder.h
809         * src/main.c
810                 Check if a mailbox is loaded after all
811                 plugins are loaded.
812
813 2006-01-15 [colin]      1.9.100cvs152
814
815         * src/folder.c
816                 Don't start wizard when there are unloaded folders (will help
817                 people with only mbox or maildir mailboxes)
818
819 2006-01-14 [colin]      1.9.100cvs151
820
821         * src/addressbook.c
822         * src/expldifdlg.c
823         * src/importldif.c
824         * src/importmutt.c
825         * src/importpine.c
826         * src/mh_gtk.c
827                 More HIG compliance and fixes
828
829 2006-01-14 [colin]      1.9.100cvs150
830
831         * src/prefs_filtering_action.c
832         * src/foldersel.c
833                 Two forgotten button order changes
834
835 2006-01-14 [colin]      1.9.100cvs149
836
837         * src/account.c
838         * src/addressbook.c
839         * src/compose.c
840         * src/folderview.c
841         * src/imap_gtk.c
842         * src/mainwindow.c
843         * src/mh_gtk.c
844         * src/news_gtk.c
845         * src/prefs_actions.c
846         * src/prefs_customheader.c
847         * src/prefs_filtering.c
848         * src/prefs_matcher.c
849         * src/prefs_template.c
850         * src/ssl_manager.c
851         * src/summaryview.c
852         * src/textview.c
853         * src/toolbar.c
854                 All deletion confirmations are now "Cancel, Delete" 
855                 instead of "No, Yes"
856                 Clarified most of the other "No, Yes" to 
857                 "Cancel, Descriptive_action"
858                 Rechanged the "Entry not saved" alerts to have 
859                 "Close, Continue editing"
860
861
862 2006-01-14 [paul]
863
864         * 2.0.0-rc4 released
865
866 2006-01-14 [paul]       1.9.100cvs148
867
868         * src/account.c
869         * src/addressadd.c
870         * src/addressbook.c
871         * src/compose.c
872         * src/editaddress.c
873         * src/editbook.c
874         * src/editgroup.c
875         * src/editjpilot.c
876         * src/editldap.c
877         * src/editvcard.c
878         * src/exphtmldlg.c
879         * src/expldifdlg.c
880         * src/folderview.c
881         * src/grouplistdialog.c
882         * src/imap_gtk.c
883         * src/importmutt.c
884         * src/importpine.c
885         * src/inc.c
886         * src/main.c
887         * src/mainwindow.c
888         * src/message_search.c
889         * src/messageview.c
890         * src/mh_gtk.c
891         * src/mimeview.c
892         * src/news_gtk.c
893         * src/prefs_actions.c
894         * src/prefs_customheader.c
895         * src/prefs_filtering.c
896         * src/prefs_matcher.c
897         * src/prefs_template.c
898         * src/prefs_themes.c
899         * src/ssl_manager.c
900         * src/summary_search.c
901         * src/summaryview.c
902         * src/textview.c
903         * src/toolbar.c
904         * src/gtk/foldersort.c
905         * src/gtk/gtkaspell.c
906         * src/gtk/inputdialog.c
907         * src/gtk/prefswindow.c
908         * src/plugins/pgpcore/select-keys.c
909         * src/plugins/trayicon/trayicon.c
910                 HIG compliant button order
911
912 2006-01-14 [mones]      1.9.100cvs147
913
914         * po/es.po
915                 Updated translation
916
917 2006-01-13 [paul]       1.9.100cvs146
918
919         * AUTHORS
920         * ChangeLog
921         * src/gtk/authors.h
922                 add Joshua M. Kwan to contributors list
923
924 2006-01-13 [colin]      1.9.100cvs145
925
926         * src/gtk/quicksearch.c
927                 Don't refocus quick search after executing (Esc or Enter)
928                 Allows to '/'search something then move up/down in 
929                 summaryview, and to Esc a search and be back in the 
930                 summaryview
931
932 2006-01-13 [paul]       1.9.100cvs144
933
934         * src/plugins/pgpinline/pgpinline.c
935                 support Content-Type 'application/pgp'
936                 patch by Joshua M. Kwan <joshuak@users.sf.net>
937
938 2006-01-13 [paul]       1.9.100cvs143
939
940         * manual/account.xml
941                 make mention of partial retrieval
942                 thanks to Colin
943
944 2006-01-13 [paul]       1.9.100cvs142
945
946         * src/account.c
947         * src/account.h
948         * src/action.c
949         * src/action.h
950         * src/adbookbase.h
951         * src/addr_compl.c
952         * src/addr_compl.h
953         * src/addrbook.c
954         * src/addrcache.c
955         * src/addrcache.h
956         * src/addrcindex.c
957         * src/addrcindex.h
958         * src/addrclip.c
959         * src/addrclip.h
960         * src/addrdefs.h
961         * src/addressadd.c
962         * src/addressadd.h
963         * src/addressbook.c
964         * src/addressbook.h
965         * src/addrgather.c
966         * src/addrgather.h
967         * src/addrharvest.c
968         * src/addrharvest.h
969         * src/addrindex.c
970         * src/addrindex.h
971         * src/addritem.c
972         * src/addritem.h
973         * src/addrquery.c
974         * src/addrquery.h
975         * src/addrselect.c
976         * src/addrselect.h
977         * src/alertpanel.c
978         * src/alertpanel.h
979         * src/browseldap.c
980         * src/browseldap.h
981         * src/codeconv.c
982         * src/codeconv.h
983         * src/compose.c
984         * src/compose.h
985         * src/customheader.c
986         * src/customheader.h
987         * src/displayheader.c
988         * src/displayheader.h
989         * src/editaddress.c
990         * src/editaddress.h
991         * src/editbook.c
992         * src/editbook.h
993         * src/editgroup.c
994         * src/editgroup.h
995         * src/editjpilot.c
996         * src/editjpilot.h
997         * src/editldap.c
998         * src/editldap.h
999         * src/editldap_basedn.c
1000         * src/editldap_basedn.h
1001         * src/editvcard.c
1002         * src/editvcard.h
1003         * src/exphtmldlg.c
1004         * src/exphtmldlg.h
1005         * src/expldifdlg.c
1006         * src/expldifdlg.h
1007         * src/export.h
1008         * src/exporthtml.c
1009         * src/exporthtml.h
1010         * src/exportldif.c
1011         * src/exportldif.h
1012         * src/filtering.c
1013         * src/filtering.h
1014         * src/folder.c
1015         * src/folder.h
1016         * src/folder_item_prefs.c
1017         * src/folder_item_prefs.h
1018         * src/foldersel.c
1019         * src/foldersel.h
1020         * src/folderutils.c
1021         * src/folderutils.h
1022         * src/folderview.c
1023         * src/folderview.h
1024         * src/grouplistdialog.c
1025         * src/grouplistdialog.h
1026         * src/headerview.c
1027         * src/html.c
1028         * src/html.h
1029         * src/image_viewer.c
1030         * src/image_viewer.h
1031         * src/imap.c
1032         * src/imap.h
1033         * src/imap_gtk.c
1034         * src/imap_gtk.h
1035         * src/import.h
1036         * src/importldif.c
1037         * src/importldif.h
1038         * src/importmutt.c
1039         * src/importmutt.h
1040         * src/importpine.c
1041         * src/importpine.h
1042         * src/inc.c
1043         * src/inc.h
1044         * src/jpilot.c
1045         * src/jpilot.h
1046         * src/ldapctrl.c
1047         * src/ldapctrl.h
1048         * src/ldaplocate.c
1049         * src/ldaplocate.h
1050         * src/ldapquery.c
1051         * src/ldapquery.h
1052         * src/ldapserver.c
1053         * src/ldapserver.h
1054         * src/ldaputil.c
1055         * src/ldaputil.h
1056         * src/ldif.c
1057         * src/ldif.h
1058         * src/main.c
1059         * src/main.h
1060         * src/mainwindow.c
1061         * src/mainwindow.h
1062         * src/manual.c
1063         * src/manual.h
1064         * src/mbox.c
1065         * src/mbox.h
1066         * src/message_search.c
1067         * src/message_search.h
1068         * src/messageview.c
1069         * src/messageview.h
1070         * src/mh.c
1071         * src/mh.h
1072         * src/mh_gtk.c
1073         * src/mh_gtk.h
1074         * src/mimeview.c
1075         * src/mimeview.h
1076         * src/msgcache.c
1077         * src/msgcache.h
1078         * src/mutt.c
1079         * src/mutt.h
1080         * src/news.c
1081         * src/news.h
1082         * src/news_gtk.c
1083         * src/news_gtk.h
1084         * src/partial_download.c
1085         * src/partial_download.h
1086         * src/pine.c
1087         * src/pine.h
1088         * src/pop.c
1089         * src/pop.h
1090         * src/prefs_account.c
1091         * src/prefs_account.h
1092         * src/prefs_actions.c
1093         * src/prefs_actions.h
1094         * src/prefs_common.c
1095         * src/prefs_common.h
1096         * src/prefs_compose_writing.c
1097         * src/prefs_compose_writing.h
1098         * src/prefs_customheader.c
1099         * src/prefs_customheader.h
1100         * src/prefs_display_header.c
1101         * src/prefs_display_header.h
1102         * src/prefs_filtering.c
1103         * src/prefs_filtering.h
1104         * src/prefs_filtering_action.c
1105         * src/prefs_filtering_action.h
1106         * src/prefs_folder_column.c
1107         * src/prefs_folder_column.h
1108         * src/prefs_folder_item.c
1109         * src/prefs_folder_item.h
1110         * src/prefs_fonts.c
1111         * src/prefs_fonts.h
1112         * src/prefs_gtk.c
1113         * src/prefs_gtk.h
1114         * src/prefs_image_viewer.c
1115         * src/prefs_image_viewer.h
1116         * src/prefs_matcher.c
1117         * src/prefs_matcher.h
1118         * src/prefs_message.c
1119         * src/prefs_msg_colors.c
1120         * src/prefs_msg_colors.h
1121         * src/prefs_other.c
1122         * src/prefs_quote.c
1123         * src/prefs_receive.c
1124         * src/prefs_send.c
1125         * src/prefs_spelling.c
1126         * src/prefs_spelling.h
1127         * src/prefs_summaries.c
1128         * src/prefs_summaries.h
1129         * src/prefs_summary_column.c
1130         * src/prefs_summary_column.h
1131         * src/prefs_template.c
1132         * src/prefs_template.h
1133         * src/prefs_themes.c
1134         * src/prefs_themes.h
1135         * src/prefs_toolbar.c
1136         * src/prefs_toolbar.h
1137         * src/prefs_wrapping.c
1138         * src/prefs_wrapping.h
1139         * src/privacy.c
1140         * src/privacy.h
1141         * src/procheader.c
1142         * src/procheader.h
1143         * src/procmime.c
1144         * src/procmime.h
1145         * src/procmsg.c
1146         * src/procmsg.h
1147         * src/quote_fmt.c
1148         * src/quote_fmt_parse.y
1149         * src/recv.c
1150         * src/recv.h
1151         * src/remotefolder.c
1152         * src/remotefolder.h
1153         * src/send_message.c
1154         * src/send_message.h
1155         * src/setup.c
1156         * src/setup.h
1157         * src/sourcewindow.c
1158         * src/sourcewindow.h
1159         * src/ssl_manager.c
1160         * src/ssl_manager.h
1161         * src/statusbar.c
1162         * src/statusbar.h
1163         * src/stock_pixmap.c
1164         * src/stock_pixmap.h
1165         * src/summary_search.c
1166         * src/summary_search.h
1167         * src/summaryview.c
1168         * src/summaryview.h
1169         * src/syldap.c
1170         * src/syldap.h
1171         * src/textview.c
1172         * src/textview.h
1173         * src/toolbar.c
1174         * src/toolbar.h
1175         * src/undo.c
1176         * src/undo.h
1177         * src/unmime.c
1178         * src/unmime.h
1179         * src/vcard.c
1180         * src/vcard.h
1181         * src/wizard.c
1182         * src/wizard.h
1183         * src/common/base64.c
1184         * src/common/base64.h
1185         * src/common/defs.h
1186         * src/common/hooks.c
1187         * src/common/hooks.h
1188         * src/common/log.c
1189         * src/common/log.h
1190         * src/common/mgutils.c
1191         * src/common/mgutils.h
1192         * src/common/nntp.c
1193         * src/common/nntp.h
1194         * src/common/passcrypt.c
1195         * src/common/passcrypt.h.in
1196         * src/common/plugin.c
1197         * src/common/plugin.h
1198         * src/common/prefs.c
1199         * src/common/prefs.h
1200         * src/common/progressindicator.c
1201         * src/common/progressindicator.h
1202         * src/common/quoted-printable.c
1203         * src/common/quoted-printable.h
1204         * src/common/session.c
1205         * src/common/session.h
1206         * src/common/smtp.c
1207         * src/common/smtp.h
1208         * src/common/socket.c
1209         * src/common/socket.h
1210         * src/common/ssl.c
1211         * src/common/ssl.h
1212         * src/common/ssl_certificate.c
1213         * src/common/ssl_certificate.h
1214         * src/common/stringtable.c
1215         * src/common/stringtable.h
1216         * src/common/sylpheed.c
1217         * src/common/sylpheed.h
1218         * src/common/template.c
1219         * src/common/template.h
1220         * src/common/timing.h
1221         * src/common/utils.c
1222         * src/common/utils.h
1223         * src/common/version.h.in
1224         * src/common/xml.c
1225         * src/common/xml.h
1226         * src/common/xmlprops.c
1227         * src/common/xmlprops.h
1228         * src/gtk/colorlabel.c
1229         * src/gtk/colorsel.c
1230         * src/gtk/colorsel.h
1231         * src/gtk/description_window.c
1232         * src/gtk/description_window.h
1233         * src/gtk/filesel.c
1234         * src/gtk/filesel.h
1235         * src/gtk/foldersort.c
1236         * src/gtk/foldersort.h
1237         * src/gtk/gtkutils.c
1238         * src/gtk/gtkutils.h
1239         * src/gtk/inputdialog.c
1240         * src/gtk/inputdialog.h
1241         * src/gtk/logwindow.c
1242         * src/gtk/logwindow.h
1243         * src/gtk/manage_window.c
1244         * src/gtk/manage_window.h
1245         * src/gtk/menu.c
1246         * src/gtk/menu.h
1247         * src/gtk/pluginwindow.c
1248         * src/gtk/pluginwindow.h
1249         * src/gtk/prefswindow.c
1250         * src/gtk/prefswindow.h
1251         * src/gtk/progressdialog.c
1252         * src/gtk/progressdialog.h
1253         * src/gtk/sslcertwindow.c
1254         * src/gtk/sslcertwindow.h
1255         * src/plugins/clamav/clamav_plugin.c
1256         * src/plugins/clamav/clamav_plugin.h
1257         * src/plugins/clamav/clamav_plugin_gtk.c
1258         * src/plugins/demo/demo.c
1259         * src/plugins/dillo_viewer/dillo_prefs.c
1260         * src/plugins/dillo_viewer/dillo_prefs.h
1261         * src/plugins/dillo_viewer/dillo_viewer.c
1262         * src/plugins/pgpcore/passphrase.c
1263         * src/plugins/pgpcore/passphrase.h
1264         * src/plugins/pgpcore/plugin.c
1265         * src/plugins/pgpcore/select-keys.c
1266         * src/plugins/pgpcore/select-keys.h
1267         * src/plugins/pgpcore/sgpgme.c
1268         * src/plugins/pgpcore/sgpgme.h
1269         * src/plugins/pgpinline/pgpinline.c
1270         * src/plugins/pgpinline/pgpinline.h
1271         * src/plugins/pgpinline/plugin.c
1272         * src/plugins/pgpmime/pgpmime.c
1273         * src/plugins/pgpmime/pgpmime.h
1274         * src/plugins/pgpmime/plugin.c
1275         * src/plugins/spamassassin/spamassassin.c
1276         * src/plugins/spamassassin/spamassassin.h
1277         * src/plugins/spamassassin/spamassassin_gtk.c
1278         * src/plugins/trayicon/trayicon.c
1279                 update copyright header
1280
1281 2006-01-13 [paul]       1.9.100cvs141
1282
1283         * src/account.c
1284         * src/export.c
1285         * src/import.c
1286         * src/mainwindow.c
1287         * src/prefs_account.c
1288         * src/prefs_display_header.c
1289         * src/prefs_receive.c
1290         * src/prefs_send.c
1291         * src/prefs_summaries.c
1292         * src/prefs_themes.c
1293         * src/prefs_toolbar.c
1294         * src/gtk/about.c
1295                 various cleanups
1296
1297 2006-01-12 [colin]      1.9.100cvs140
1298
1299         * src/folder.c
1300         * src/folder.h
1301         * src/main.c
1302                 Add --subscribe option
1303                 Let sylpheed-claws email@domain.com equivalent to --compose
1304                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
1305
1306 2006-01-12 [paul]       1.9.100cvs139
1307
1308         * src/mainwindow.c
1309                 append 'Change folder order' label with '...'
1310         * src/prefs_actions.c
1311                 allow reordering of actions list by dnd
1312         * src/gtk/foldersort.c
1313                 make the dialog nicer
1314
1315 2006-01-11 [colin]      1.9.100cvs138
1316
1317         * src/compose.c
1318                 Allow templates without text
1319
1320 2006-01-11 [paul]       1.9.100cvs137
1321
1322         * tools/README
1323         * tools/filter_conv_new.pl
1324                 add info to README
1325                 also check .sylpheed for filter.xml
1326                 be a bit informative to the user
1327
1328 2006-01-11 [colin]      1.9.100cvs136
1329
1330         * src/textview.c
1331                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
1332
1333 2006-01-10 [paul]       1.9.100cvs135
1334
1335         * tools/Makefile.am
1336         * tools/filter_conv_new.pl
1337                 add script to convert new style Sylpheed
1338                 filter rules (Sylpheed >= 0.9.99) to
1339                 Claws filtering rules
1340
1341 2006-01-10 [colin]      1.9.100cvs134
1342
1343         * src/compose.c
1344                 Fix broken line joins in certain conditions
1345                 (between two quoted lines: <enter><enter><up>
1346                  <type a wrapped sentence><go in the first line>
1347                  <insert more text><watch as line joining failed>)
1348
1349 2006-01-10 [paul]       1.9.100cvs133
1350
1351         * src/compose.c
1352                 don't report success in error dialog
1353                 thanks to Colin
1354         * src/common/utils.c
1355                 include some trailing punctuations as URI
1356                 thanks to Hiro
1357
1358 2006-01-10 [paul]       1.9.100cvs132
1359
1360         * src/mimeview.c
1361                 fix incompatible pointer type
1362                 warning
1363
1364 2006-01-10 [paul]       1.9.100cvs131
1365
1366         * src/compose.c
1367                 change Subject in window title
1368                 instantaneously
1369
1370 2006-01-09 [colin]      1.9.100cvs130
1371
1372         * src/addressbook.c
1373         * src/headerview.c
1374         * src/mainwindow.c
1375         * src/messageview.c
1376         * src/mimeview.c
1377         * src/noticeview.c
1378         * src/summaryview.c
1379                 Fix possible crashes on exit and in addressbook
1380
1381 2006-01-09 [paul]       1.9.100cvs129
1382
1383         * src/prefs_msg_colors.c
1384                 some cleanups that I forgot last time
1385
1386 2006-01-09 [paul]       1.9.100cvs128
1387
1388         * README
1389         * src/folderview.c
1390         * src/prefs_msg_colors.c
1391                 add previously hidden option, color_new, to
1392                 the gui
1393                 move the page to Display/
1394                 rework the gui
1395
1396 2006-01-09 [wwp]        1.9.100cvs127
1397
1398         * src/prefs_themes.c
1399                 made the prefs/display/themes layouts spacing less condensed
1400                 (and so they match other prefs/pages' look).
1401
1402 2006-01-09 [paul]       1.9.100cvs126
1403
1404         * src/compose.c
1405         * src/prefs_common.c
1406         * src/prefs_common.h
1407         * src/prefs_wrapping.c
1408                 remove 'wrap at send' option
1409
1410 2006-01-06 [colin]      1.9.100cvs125
1411
1412         * src/compose.c
1413                 Just make completely sure we don't insert "manual line breaks" 
1414                 when wrapping... 
1415
1416 2006-01-04 [paul]
1417
1418         * 2.0.0-rc3 released
1419
1420 2006-01-04 [paul]       1.9.100cvs124
1421
1422         * src/folderview.c
1423                 fix bug 882, 'quick scroll in folder list
1424                 displays wrong folder contents'
1425
1426 2006-01-04 [paul]       1.9.100cvs123
1427
1428         * src/plugins/pgpmime/pgpmime.c
1429                 better debug information when signing
1430                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1431
1432 2006-01-03 [colin]      1.9.100cvs122
1433
1434         * configure.ac
1435                 We need to recheck for gpgme 1.0.0 after checking
1436                 for 1.1.1, because if 1.1.1 isn't available, 
1437                 GPGME_LIBS and friends are blanked out by the 
1438                 second check.
1439
1440 2006-01-03 [colin]      1.9.100cvs121
1441
1442         * src/common/prefs.c
1443                 Windows unlink-before rename fix
1444         * src/plugins/pgpcore/sgpgme.c
1445                 Add support for PKA info if available
1446                 Both patches by Werner Koch
1447
1448 2006-01-03 [paul]       1.9.100cvs120
1449
1450         * src/messageview.c
1451                 fix bug 884, 'Send receipt' button visible in queue
1452                 Thanks to Colin
1453
1454 2006-01-02 [colin]      1.9.100cvs119
1455
1456         * src/compose.c
1457         * src/imap.c
1458                 Fix autosave on IMAP and more generally try to
1459                 return the correct ID on a newly added IMAP message
1460
1461 2006-01-02 [paul]       1.9.100cvs118
1462
1463         * manual/keyboard.xml
1464                 edited
1465
1466 2006-01-01 [paul]       1.9.100cvs117
1467
1468         * src/gtk/authors.h
1469                 alphabetical order
1470
1471 2005-12-30 [colin]      1.9.100cvs116
1472
1473         * manual/advanced.xml
1474                 Explain Pre/Post-processing differences.
1475
1476 2005-12-30 [colin]      1.9.100cvs115
1477
1478         * src/mh.c
1479                 Implement copy_msgs for a little optimization
1480         * src/imap.c
1481                 Finish yesterday's fix
1482
1483 2005-12-29 [colin]      1.9.100cvs114
1484
1485         * src/imap.c
1486                 Fix occasional failure in fetching a mail over
1487                 IMAP
1488
1489 2005-12-29 [colin]      1.9.100cvs113
1490
1491         * src/compose.c
1492                 Don't remove a draft when sending it, if it is 
1493                 locked.
1494
1495 2005-12-28 [colin]      1.9.100cvs112
1496
1497         * src/summaryview.c
1498                 Fix leak for real
1499
1500 2005-12-28 [wwp]        1.9.100cvs111
1501
1502         * doc/faq/.cvsignore
1503         * doc/faq/de/.cvsignore
1504         * doc/faq/en/.cvsignore
1505         * doc/faq/es/.cvsignore
1506         * doc/faq/fr/.cvsignore
1507         * doc/faq/it/.cvsignore
1508         * doc/manual/.cvsignore
1509         * doc/manual/de/.cvsignore
1510         * doc/manual/en/.cvsignore
1511         * doc/manual/es/.cvsignore
1512         * doc/manual/fr/.cvsignore
1513         * doc/manual/ja/.cvsignore
1514         * src/plugins/mathml_viewer/.cvsignore
1515                 rollback revival of those files (my bad, sorry for the noise).
1516
1517 2005-12-28 [wwp]        1.9.100cvs110
1518
1519         * src/compose.c
1520                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
1521
1522 2005-12-28 [wwp]        1.9.100cvs109
1523
1524         * doc/faq/.cvsignore
1525         * doc/faq/de/.cvsignore
1526         * doc/faq/en/.cvsignore
1527         * doc/faq/es/.cvsignore
1528         * doc/faq/fr/.cvsignore
1529         * doc/faq/it/.cvsignore
1530         * doc/manual/.cvsignore
1531         * doc/manual/de/.cvsignore
1532         * doc/manual/en/.cvsignore
1533         * doc/manual/es/.cvsignore
1534         * doc/manual/fr/.cvsignore
1535         * doc/manual/ja/.cvsignore
1536         * src/plugins/mathml_viewer/.cvsignore
1537         * po/.cvsignore
1538                 more files to ignore.
1539
1540 2005-12-24 [colin]      1.9.100cvs108
1541
1542         * AUTHORS
1543         * src/gtk/authors.h
1544                 Update for Werner
1545
1546 2005-12-24 [colin]      1.9.100cvs107
1547
1548         * src/procmsg.c
1549                 Allow NULL src_msginfo in 
1550                 procmsg_msginfo_new_from_mimeinfo
1551
1552 2005-12-23 [paul]       1.9.100cvs106
1553
1554         * src/plugins/pgpinline/mypgpcore.def
1555                 add this forgotten file
1556
1557 2005-12-23 [colin]      1.9.100cvs105
1558
1559         * src/mainwindow.c
1560                 Fix missing break
1561
1562 2005-12-23 [colin]      1.9.100cvs104
1563
1564         * autogen.sh
1565         * src/folder.c
1566         * src/mh.c
1567         * src/common/plugin.c
1568         * src/common/socket.c
1569         * src/common/socket.h
1570         * src/common/utils.c
1571         * src/common/utils.h
1572         * src/gtk/pluginwindow.c
1573         * src/plugins/pgpcore/plugin.def
1574         * src/plugins/pgpcore/sylpheed.def
1575         * src/plugins/pgpinline/Makefile.am
1576         * src/plugins/pgpinline/plugin.def
1577         * src/plugins/pgpinline/sylpheed.def
1578         * src/plugins/pgpmime/plugin.def
1579         * src/plugins/pgpmime/sylpheed.def
1580                 Various w32 fixes by Werner Koch
1581
1582 2005-12-22 [paul]       1.9.100cvs103
1583
1584         * src/wizard.c
1585                 don't offer IMAP as 'server type' if
1586                 libetpan isn't built in
1587
1588 2005-12-22 [paul]       1.9.100cvs102
1589
1590         * AUTHORS
1591         * src/mainwindow.c
1592         * src/mainwindow.h
1593         * src/toolbar.c
1594         * src/gtk/authors.h
1595                 support GTK_TOOLBAR_BOTH_HORIZ (text
1596                 next to icon) Patch by Marien Zwart
1597                 marienz@users.sf.net
1598                 Also reword the text
1599
1600 2005-12-21 [colin]      1.9.100cvs101
1601
1602         * configure.ac
1603                 Fix DATADIRNAME
1604         * COPYING
1605                 Fix missing section and explicit the exception better
1606         * src/compose.c
1607                 Prevent mail from being lost without notice when an
1608                 SMTP error happens on trying to send an unmodified
1609                 drafted mail.
1610         * src/send_message.c
1611         * src/common/smtp.c
1612                 Fix password remembering when wrong, and add return
1613                 value checks where they should have been
1614         * src/plugins/pgpcore/sylpheed.def
1615         * src/plugins/pgpinline/sylpheed.def
1616         * src/plugins/pgpmime/sylpheed.def
1617                 Add a few symbols needed
1618
1619 2005-12-21 [paul]       1.9.100cvs100
1620
1621         * m4/codeset.m4
1622         * m4/glibc21.m4
1623         * m4/intdiv0.m4
1624         * m4/inttypes-pri.m4
1625         * m4/inttypes.m4
1626         * m4/inttypes_h.m4
1627         * m4/isc-posix.m4
1628         * m4/lcmessage.m4
1629         * m4/stdint_h.m4
1630         * m4/uintmax_t.m4
1631                 gettextization
1632                 thanks to Colin
1633
1634 2005-12-21 [paul]       1.9.100cvs99
1635
1636         * po/sv.po
1637                 fixed by Colin
1638
1639 2005-12-20 [paul]       1.9.100cvs98
1640
1641         * po/sv.po
1642                 updated by Anders Trobäck
1643
1644 2005-12-20 [colin]      1.9.100cvs97
1645
1646         * ABOUT-NLS
1647         * Makefile.am
1648         * autogen.sh
1649         * configure.ac
1650         * config/config.rpath
1651         * config/mkinstalldirs
1652         * m4/Makefile.am
1653         * m4/glibc2.m4
1654         * m4/gnupg.m4
1655         * m4/gpgme.m4
1656         * m4/intmax.m4
1657         * m4/longdouble.m4
1658         * m4/longlong.m4
1659         * m4/printf-posix.m4
1660         * m4/signed.m4
1661         * m4/size_max.m4
1662         * m4/ulonglong.m4
1663         * m4/wchar_t.m4
1664         * m4/wint_t.m4
1665         * m4/xsize.m4
1666         * po/Makefile.in.in
1667         * po/Makevars
1668         * po/bg.po
1669         * po/ca.po
1670         * po/cs.po
1671         * po/de.po
1672         * po/el.po
1673         * po/en_GB.po
1674         * po/es.po
1675         * po/fi.po
1676         * po/fr.po
1677         * po/hr.po
1678         * po/hu.po
1679         * po/it.po
1680         * po/ja.po
1681         * po/ko.po
1682         * po/nb.po
1683         * po/nl.po
1684         * po/pl.po
1685         * po/pt_BR.po
1686         * po/ru.po
1687         * po/sk.po
1688         * po/sr.po
1689         * po/stamp-po
1690         * po/sv.po
1691         * po/zh_CN.po
1692         * po/zh_TW.po
1693         * src/Makefile.am
1694         * src/codeconv.c
1695         * src/compose.c
1696         * src/exporthtml.c
1697         * src/exportldif.c
1698         * src/folder.c
1699         * src/main.c
1700         * src/manual.c
1701         * src/mh.c
1702         * src/mimeview.c
1703         * src/send_message.c
1704         * src/common/Makefile.am
1705         * src/common/fnmatch.c
1706         * src/common/fnmatch.h
1707         * src/common/fnmatch_loop.c
1708         * src/common/nntp.c
1709         * src/common/plugin.c
1710         * src/common/smtp.c
1711         * src/common/socket.c
1712         * src/common/string_match.c
1713         * src/common/sylpheed.c
1714         * src/common/utils.c
1715         * src/common/utils.h
1716         * src/common/w32_dirent.c
1717         * src/common/w32_reg.c
1718         * src/common/w32_signal.c
1719         * src/common/w32_stat.c
1720         * src/common/w32_stdio.c
1721         * src/common/w32_stdlib.c
1722         * src/common/w32_string.c
1723         * src/common/w32_time.c
1724         * src/common/w32_unistd.c
1725         * src/common/w32_wait.c
1726         * src/common/w32lib.h
1727         * src/etpan/Makefile.am
1728         * src/gtk/Makefile.am
1729         * src/plugins/clamav/Makefile.am
1730         * src/plugins/demo/Makefile.am
1731         * src/plugins/dillo_viewer/Makefile.am
1732         * src/plugins/pgpcore/Makefile.am
1733         * src/plugins/pgpcore/passphrase.c
1734         * src/plugins/pgpcore/plugin.def
1735         * src/plugins/pgpcore/sgpgme.c
1736         * src/plugins/pgpcore/sylpheed.def
1737         * src/plugins/pgpcore/version.rc
1738         * src/plugins/pgpinline/Makefile.am
1739         * src/plugins/pgpinline/plugin.def
1740         * src/plugins/pgpinline/sylpheed.def
1741         * src/plugins/pgpinline/version.rc
1742         * src/plugins/pgpmime/Makefile.am
1743         * src/plugins/pgpmime/mypgpcore.def
1744         * src/plugins/pgpmime/plugin.def
1745         * src/plugins/pgpmime/sylpheed.def
1746         * src/plugins/pgpmime/version.rc
1747         * src/plugins/spamassassin/Makefile.am
1748                 Very little ;-) patch from Werner Koch, providing
1749                 infrastructure for cross-compiling to Win32
1750
1751 2005-12-20 [paul]       1.9.100cvs96
1752
1753         * src/account.c
1754         * src/account.h
1755         * src/mainwindow.c
1756         * src/mainwindow.h
1757         * src/toolbar.c
1758         * src/toolbar.h
1759                 add a combo to the Get All button, allowing
1760                 quick retrieval from any account
1761                 Patch by Fabien Vantard, slightly modified
1762                 by Colin
1763         * src/gtk/about.c
1764                 i18n fix. Patch by Fabien Vantard
1765
1766 2005-12-19 [colin]      1.9.100cvs95
1767
1768         * src/compose.c
1769         * src/compose.h
1770                 Don't automatically join lines when they've 
1771                 been separated by the user and not automatically
1772
1773 2005-12-19 [paul]       1.9.100cvs94
1774
1775         * src/gtk/pluginwindow.c
1776                 i18n fix.
1777                 Patch by Fabien Vantard
1778
1779 2005-12-15 [paul]       1.9.100cvs93
1780
1781         * src/common/plugin.c
1782         * src/common/plugin.h
1783         * src/gtk/pluginwindow.c
1784         * src/plugins/clamav/clamav_plugin.c
1785         * src/plugins/demo/demo.c
1786         * src/plugins/dillo_viewer/dillo_viewer.c
1787         * src/plugins/pgpcore/plugin.c
1788         * src/plugins/pgpinline/plugin.c
1789         * src/plugins/pgpmime/plugin.c
1790         * src/plugins/spamassassin/spamassassin.c
1791         * src/plugins/trayicon/trayicon.c
1792                 add plugin_version()
1793
1794 2005-12-15 [colin]      1.9.100cvs92
1795
1796         * src/compose.c
1797                 Further fix bug #875
1798
1799 2005-12-15 [paul]       1.9.100cvs91
1800
1801         * src/gtk/filesel.c
1802                 fix attach_load_dir getting set to
1803                 PLUGINDIR on plugin load
1804
1805 2005-12-14 [mones]      1.9.100cvs90
1806
1807         * manual/ack.xml
1808         * manual/keyboard.xml
1809                 Initial draft and some shortcuts added
1810                 
1811         * po/es.po
1812                 Updated translation
1813
1814 2005-12-14 [colin]      1.9.100cvs89
1815
1816         * src/compose.c
1817         * src/imap.c
1818         * src/summaryview.c
1819         * src/gtk/gtkaspell.c
1820                 More leaks fixed
1821         * src/prefs_folder_item.c
1822                 Fix recursive prefs apply
1823
1824
1825 2005-12-14 [colin]      1.9.100cvs88
1826
1827         * src/compose.c
1828                 Fix bug #875 (Freeze On Inline Forward of 
1829                 Large Message)
1830
1831 2005-12-13 [colin]      1.9.100cvs87
1832
1833         * src/compose.c
1834                 Uniq-ify and sort the mimetypes list
1835                 Patch by Fabien Vantard
1836
1837 2005-12-13 [colin]      1.9.100cvs86
1838
1839         * src/imap.c
1840         * src/etpan/imap-thread.c
1841                 Fix leaks (patch by Hoa)
1842         * src/news.c
1843         * src/common/plugin.c
1844                 Fix leaks
1845
1846 2005-12-12 [colin]
1847
1848         * 2.0.0-rc2 released
1849
1850 2005-12-12 [colin]      1.9.100cvs85
1851
1852         * src/matcher.c
1853                 Fix a leak
1854
1855 2005-12-12 [wwp]        1.9.100cvs84
1856
1857         * src/gtk/icon_legend.c
1858                 fix misbehaviour and crash when closing the legend window
1859         using the Esc key (patch by Fabien Vantard).
1860
1861 2005-12-12 [paul]       1.9.100cvs83
1862
1863         * src/browseldap.c
1864         * src/foldersel.c
1865         * src/prefs_actions.c
1866         * src/prefs_filtering.c
1867         * src/prefs_matcher.c
1868         * src/prefs_spelling.glade      ** REMOVED **
1869         * src/prefs_template.c
1870         * src/gtk/foldersort.glade      ** REMOVED **
1871         * src/gtk/pluginwindow.c
1872         * src/gtk/pluginwindow.glade    ** REMOVED **
1873         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
1874                 cleanups
1875
1876 2005-12-11 [paul]       1.9.100cvs82
1877
1878         * src/gtk/filesel.c
1879                 fix attach_load_dir crasher (double free)
1880
1881 2005-12-09 [paul]       1.9.100cvs81
1882
1883         * po/POTFILES.in
1884         * src/mainwindow.c
1885         * src/gtk/Makefile.am
1886         * src/gtk/icon_legend.c
1887         * src/gtk/icon_legend.h
1888                 add icon legend
1889         * src/manual.c
1890                 cleanup
1891
1892 2005-12-09 [paul]       1.9.100cvs80
1893
1894         * src/plugins/pgpcore/passphrase.c
1895                 wrap the label in the dialog
1896
1897 2005-12-09 [colin]      1.9.100cvs79
1898
1899         * src/plugins/pgpcore/sgpgme.c
1900                 Display (untrusted) on not trusted signatures
1901                 Patch by Michal Ãˆihaø <michal@cihar.com>
1902                 Closes bug #867 (Report also key trust)
1903
1904 2005-12-09 [colin]      1.9.100cvs78
1905
1906         * src/common/plugin.c
1907                 Update licence check, following Eben Moglen's advice
1908
1909 2005-12-08 [colin]      1.9.100cvs77
1910
1911         * src/folder.c
1912                 Fix the occasionnal item->cache != NULL 
1913                 assertion failure. 
1914
1915 2005-12-08 [colin]      1.9.100cvs76
1916
1917         * src/mimeview.c
1918         * src/plugins/pgpcore/sgpgme.c
1919                 Print key id when unable to check it
1920                 Closes bug #866 (Show key id when missing)
1921
1922 2005-12-08 [paul]       1.9.100cvs75
1923
1924         * src/prefs_common.c
1925         * src/prefs_common.h
1926         * src/gtk/filesel.c
1927                 remember load attachment dir
1928
1929 2005-12-07 [colin]      1.9.100cvs74
1930
1931         * src/prefs_toolbar.c
1932                 Gtk fixes, patch by Fabien Vantard
1933
1934 2005-12-07 [colin]      1.9.100cvs73
1935
1936         * src/action.c
1937         * src/compose.c
1938         * src/compose.h
1939                 Fix bug #839 (Quoted text isn't colored after 
1940                 executing an action)
1941         * src/common/plugin.c
1942                 Require plugins to declare their licence in plugin_licence()
1943                 Refuse to load non-GPL plugins as they'd be illegal (as 
1944                 derived works of Sylpheed-Claws, they must be GPL).
1945         * src/plugins/clamav/clamav_plugin.c
1946         * src/plugins/demo/demo.c
1947         * src/plugins/dillo_viewer/dillo_viewer.c
1948         * src/plugins/pgpcore/plugin.c
1949         * src/plugins/pgpinline/plugin.c
1950         * src/plugins/pgpmime/plugin.c
1951         * src/plugins/spamassassin/spamassassin.c
1952         * src/plugins/trayicon/trayicon.c
1953                 Add plugin_licence()
1954
1955 2005-12-07 [paul]       1.9.100cvs72
1956
1957         * configure.ac
1958         * src/mainwindow.c
1959         * src/manual.c
1960         * src/manual.h
1961         * src/common/defs.h
1962                 clean up after local FAQ removal and
1963                 temporary manual removal
1964
1965 2005-12-06 [colin]      1.9.100cvs71
1966
1967         * configure.ac
1968         * doc/Makefile.am
1969         * doc/faq/.cvsignore
1970         * doc/faq/Makefile.am
1971         * doc/faq/de/.cvsignore
1972         * doc/faq/de/Makefile.am
1973         * doc/faq/de/sylpheed-faq-1.html
1974         * doc/faq/de/sylpheed-faq-2.html
1975         * doc/faq/de/sylpheed-faq-3.html
1976         * doc/faq/de/sylpheed-faq.html
1977         * doc/faq/en/.cvsignore
1978         * doc/faq/en/Makefile.am
1979         * doc/faq/en/sylpheed-faq-1.html
1980         * doc/faq/en/sylpheed-faq-2.html
1981         * doc/faq/en/sylpheed-faq-3.html
1982         * doc/faq/en/sylpheed-faq-4.html
1983         * doc/faq/en/sylpheed-faq.html
1984         * doc/faq/es/.cvsignore
1985         * doc/faq/es/Makefile.am
1986         * doc/faq/es/sylpheed-faq-1.html
1987         * doc/faq/es/sylpheed-faq-2.html
1988         * doc/faq/es/sylpheed-faq-3.html
1989         * doc/faq/es/sylpheed-faq-4.html
1990         * doc/faq/es/sylpheed-faq.html
1991         * doc/faq/fr/.cvsignore
1992         * doc/faq/fr/Makefile.am
1993         * doc/faq/fr/sylpheed-faq-1.html
1994         * doc/faq/fr/sylpheed-faq-2.html
1995         * doc/faq/fr/sylpheed-faq-3.html
1996         * doc/faq/fr/sylpheed-faq.html
1997         * doc/faq/it/.cvsignore
1998         * doc/faq/it/Makefile.am
1999         * doc/faq/it/sylpheed-faq-1.html
2000         * doc/faq/it/sylpheed-faq-2.html
2001         * doc/faq/it/sylpheed-faq-3.html
2002         * doc/faq/it/sylpheed-faq.html
2003         * doc/manual/.cvsignore
2004         * doc/manual/Makefile.am
2005         * doc/manual/de/.cvsignore
2006         * doc/manual/de/Makefile.am
2007         * doc/manual/de/sylpheed-1.html
2008         * doc/manual/de/sylpheed-10.html
2009         * doc/manual/de/sylpheed-11.html
2010         * doc/manual/de/sylpheed-12.html
2011         * doc/manual/de/sylpheed-13.html
2012         * doc/manual/de/sylpheed-14.html
2013         * doc/manual/de/sylpheed-15.html
2014         * doc/manual/de/sylpheed-16.html
2015         * doc/manual/de/sylpheed-17.html
2016         * doc/manual/de/sylpheed-18.html
2017         * doc/manual/de/sylpheed-19.html
2018         * doc/manual/de/sylpheed-2.html
2019         * doc/manual/de/sylpheed-20.html
2020         * doc/manual/de/sylpheed-3.html
2021         * doc/manual/de/sylpheed-4.html
2022         * doc/manual/de/sylpheed-5.html
2023         * doc/manual/de/sylpheed-6.html
2024         * doc/manual/de/sylpheed-7.html
2025         * doc/manual/de/sylpheed-8.html
2026         * doc/manual/de/sylpheed-9.html
2027         * doc/manual/de/sylpheed.html
2028         * doc/manual/en/.cvsignore
2029         * doc/manual/en/Makefile.am
2030         * doc/manual/en/sylpheed-1.html
2031         * doc/manual/en/sylpheed-10.html
2032         * doc/manual/en/sylpheed-11.html
2033         * doc/manual/en/sylpheed-12.html
2034         * doc/manual/en/sylpheed-13.html
2035         * doc/manual/en/sylpheed-14.html
2036         * doc/manual/en/sylpheed-15.html
2037         * doc/manual/en/sylpheed-16.html
2038         * doc/manual/en/sylpheed-17.html
2039         * doc/manual/en/sylpheed-18.html
2040         * doc/manual/en/sylpheed-19.html
2041         * doc/manual/en/sylpheed-2.html
2042         * doc/manual/en/sylpheed-20.html
2043         * doc/manual/en/sylpheed-21.html
2044         * doc/manual/en/sylpheed-22.html
2045         * doc/manual/en/sylpheed-3.html
2046         * doc/manual/en/sylpheed-4.html
2047         * doc/manual/en/sylpheed-5.html
2048         * doc/manual/en/sylpheed-6.html
2049         * doc/manual/en/sylpheed-7.html
2050         * doc/manual/en/sylpheed-8.html
2051         * doc/manual/en/sylpheed-9.html
2052         * doc/manual/en/sylpheed.html
2053         * doc/manual/es/.cvsignore
2054         * doc/manual/es/Makefile.am
2055         * doc/manual/es/sylpheed-1.html
2056         * doc/manual/es/sylpheed-10.html
2057         * doc/manual/es/sylpheed-11.html
2058         * doc/manual/es/sylpheed-12.html
2059         * doc/manual/es/sylpheed-13.html
2060         * doc/manual/es/sylpheed-14.html
2061         * doc/manual/es/sylpheed-15.html
2062         * doc/manual/es/sylpheed-16.html
2063         * doc/manual/es/sylpheed-17.html
2064         * doc/manual/es/sylpheed-18.html
2065         * doc/manual/es/sylpheed-19.html
2066         * doc/manual/es/sylpheed-2.html
2067         * doc/manual/es/sylpheed-20.html
2068         * doc/manual/es/sylpheed-3.html
2069         * doc/manual/es/sylpheed-4.html
2070         * doc/manual/es/sylpheed-5.html
2071         * doc/manual/es/sylpheed-6.html
2072         * doc/manual/es/sylpheed-7.html
2073         * doc/manual/es/sylpheed-8.html
2074         * doc/manual/es/sylpheed-9.html
2075         * doc/manual/es/sylpheed.html
2076         * doc/manual/fr/.cvsignore
2077         * doc/manual/fr/Makefile.am
2078         * doc/manual/fr/sylpheed-1.html
2079         * doc/manual/fr/sylpheed-10.html
2080         * doc/manual/fr/sylpheed-11.html
2081         * doc/manual/fr/sylpheed-12.html
2082         * doc/manual/fr/sylpheed-13.html
2083         * doc/manual/fr/sylpheed-14.html
2084         * doc/manual/fr/sylpheed-15.html
2085         * doc/manual/fr/sylpheed-16.html
2086         * doc/manual/fr/sylpheed-17.html
2087         * doc/manual/fr/sylpheed-18.html
2088         * doc/manual/fr/sylpheed-19.html
2089         * doc/manual/fr/sylpheed-2.html
2090         * doc/manual/fr/sylpheed-20.html
2091         * doc/manual/fr/sylpheed-3.html
2092         * doc/manual/fr/sylpheed-4.html
2093         * doc/manual/fr/sylpheed-5.html
2094         * doc/manual/fr/sylpheed-6.html
2095         * doc/manual/fr/sylpheed-7.html
2096         * doc/manual/fr/sylpheed-8.html
2097         * doc/manual/fr/sylpheed-9.html
2098         * doc/manual/fr/sylpheed.html
2099         * doc/manual/ja/.cvsignore
2100         * doc/manual/ja/Makefile.am
2101         * doc/manual/ja/sylpheed-1.html
2102         * doc/manual/ja/sylpheed-10.html
2103         * doc/manual/ja/sylpheed-11.html
2104         * doc/manual/ja/sylpheed-12.html
2105         * doc/manual/ja/sylpheed-13.html
2106         * doc/manual/ja/sylpheed-14.html
2107         * doc/manual/ja/sylpheed-15.html
2108         * doc/manual/ja/sylpheed-16.html
2109         * doc/manual/ja/sylpheed-17.html
2110         * doc/manual/ja/sylpheed-18.html
2111         * doc/manual/ja/sylpheed-19.html
2112         * doc/manual/ja/sylpheed-2.html
2113         * doc/manual/ja/sylpheed-20.html
2114         * doc/manual/ja/sylpheed-3.html
2115         * doc/manual/ja/sylpheed-4.html
2116         * doc/manual/ja/sylpheed-5.html
2117         * doc/manual/ja/sylpheed-6.html
2118         * doc/manual/ja/sylpheed-7.html
2119         * doc/manual/ja/sylpheed-8.html
2120         * doc/manual/ja/sylpheed-9.html
2121         * doc/manual/ja/sylpheed.html
2122         * doc/manual/ja/sylpheed.sgml
2123         * src/mainwindow.c
2124                 Remove outdated manual and faq. Noisy, eh?
2125
2126 2005-12-06 [colin]      1.9.100cvs70
2127
2128         * src/compose.c
2129         * src/quote_fmt_parse.y
2130         * src/undo.c
2131         * src/undo.h
2132                 Allow %X to position cursor at 0 
2133                 (no %X = before signature)
2134                 Fix paste as quotation putting the cursor at 0
2135                 Fix undo offsets when pasting
2136                 Insert the quote_fmt at once instead of line 
2137                 by line
2138                 Fix [Edited] when starting to reply/forward
2139
2140 2005-12-06 [paul]       1.9.100cvs69
2141
2142         * src/plugins/clamav/clamav_plugin_gtk.c
2143                 add another tooltip
2144         * src/plugins/spamassassin/spamassassin_gtk.c
2145                 rework spamassassin_create_widget_func()
2146
2147 2005-12-05 [colin]      1.9.100cvs68
2148
2149         * po/POTFILES.in
2150                 Fix make release ;-)
2151
2152 2005-12-05 [colin]      1.9.100cvs67
2153
2154         * src/compose.c
2155         * src/compose.h
2156                 Fix cursor positioning (not obeying %X)
2157
2158 2005-12-05 [paul]       1.9.100cvs66
2159
2160         * src/plugins/dillo_viewer/dillo_prefs.c
2161                 fix compilation warning
2162
2163 2005-12-05 [paul]       1.9.100cvs65
2164
2165         * src/prefs_spelling.c
2166         * src/plugins/trayicon/trayicon.c
2167                 cleanups - remove unused stuff
2168
2169 2005-12-05 [paul]       1.9.100cvs64
2170
2171         * README
2172         * manual/plugins.xml
2173                 remove info about removed mathml_viewer plugin
2174
2175 2005-12-05 [paul]       1.9.100cvs63
2176
2177         * configure.ac
2178         * src/plugins/Makefile.am
2179         * src/plugins/mathml_viewer/.cvsignore
2180         * src/plugins/mathml_viewer/Makefile.am
2181         * src/plugins/mathml_viewer/mathml_viewer.c
2182                 remove unmaintained mathml_viewer plugin
2183
2184 2005-12-05 [paul]       1.9.100cvs62
2185
2186         * src/summaryview.c
2187                 obey prefs_common.always_show_msg when
2188                 moving a msg
2189                 Thanks to Colin
2190
2191 2005-12-05 [paul]       1.9.100cvs61
2192
2193         * src/compose.c
2194         * src/prefs_account.c
2195         * src/prefs_filtering.c
2196         * src/prefs_quote.c
2197         * src/prefs_spelling.c
2198         * src/prefs_toolbar.c
2199         * src/summaryview.c
2200         * src/gtk/gtkutils.c
2201         * src/gtk/quicksearch.c
2202         * src/plugins/dillo_viewer/dillo_prefs.c
2203                 dialog cleanups
2204
2205 2005-12-04 [paul]       1.9.100cvs60
2206
2207         * src/inc.c
2208         * src/prefs_account.c
2209         * src/prefs_account.h
2210                 allow a Local account to specify a
2211                 default inbox
2212                 (closes bug 843 'Inbox cannot be changed for local
2213                  mailboxes')
2214
2215 2005-12-04 [colin]      1.9.100cvs59
2216
2217         * src/plugins/trayicon/trayicon.c
2218                 Remove Get, rename Get All to Get Mail in order to
2219                 be consistent with the default main toolbar
2220
2221 2005-12-03 [colin]      1.9.100cvs58
2222
2223         * manual/gpl.xml
2224         * manual/sylpheed-claws-manual.xml
2225                 Add GPL appendix
2226
2227 2005-12-03 [paul]       1.9.100cvs57
2228
2229         * AUTHORS
2230         * po/sv.po
2231         * src/gtk/authors.h
2232                 new (partially complete) Swedish translation
2233                 by Anders Troback <sylpheed@troback.com>
2234
2235 2005-12-02 [paul]       1.9.100cvs56
2236
2237         * configure.ac
2238                 libetpan 0.41 required
2239
2240 2005-12-02 [paul]       1.9.100cvs55
2241
2242         * src/plugins/clamav/clamav_plugin.c
2243         * src/plugins/clamav/clamav_plugin.h
2244         * src/plugins/clamav/clamav_plugin_gtk.c
2245         * src/plugins/spamassassin/spamassassin.c
2246         * src/plugins/spamassassin/spamassassin.h
2247         * src/plugins/spamassassin/spamassassin_gtk.c
2248                 unregister prefs pages on unloading, thus
2249                 preventing a crash
2250                 (thanks to Colin for the hint)
2251
2252 2005-12-02 [wwp]        1.9.100cvs54
2253
2254         * src/quote_fmt.h
2255         * src/quote_fmt_parse.y
2256                 fix misuse of gboolean*, use gboolean instead
2257                 (thanks to Paul, Colin, for pointing out that scaring one)
2258
2259 2005-12-02 [paul]       1.9.100cvs53
2260
2261         * src/plugins/clamav/clamav_plugin.c
2262                 int no --> unsigned int no
2263         * src/plugins/clamav/clamav_plugin_gtk.c
2264                 rework config page
2265
2266 2005-12-02 [wwp]        1.9.100cvs52
2267
2268         * src/compose.c
2269         * src/prefs_template.c
2270         * src/quote_fmt.h
2271         * src/quote_fmt_parse.y
2272                 prevent from executing |f and |p templates commands when
2273                 adding or replacing templates in prefs (avoids annoying and
2274                 potentially dangerous behaviours)
2275
2276 2005-12-02 [paul]       1.9.100cvs51
2277
2278         * src/prefs_common.c
2279                 allow translation of some default values
2280                 Patch by Fabien Vantard
2281
2282 2005-12-02 [paul]       1.9.100cvs50
2283
2284         * src/codeconv.c
2285         * src/codeconv.h
2286         * src/prefs_common.c
2287         * src/prefs_common.h
2288         * src/prefs_message.c
2289         * src/textview.c
2290                 remove obsolete 'convert_mb_alnum' option
2291                 and related stuff
2292         * src/gtk/about.c
2293                 remove unused 'about_textview_visibility_notify'
2294
2295 2005-12-02 [paul]       1.9.100cvs49
2296
2297         * src/prefs_account.c
2298         * src/prefs_compose_writing.c
2299         * src/prefs_fonts.c
2300         * src/prefs_gtk.h
2301         * src/prefs_image_viewer.c
2302         * src/prefs_message.c
2303         * src/prefs_other.c
2304         * src/prefs_receive.c
2305         * src/prefs_send.c
2306         * src/prefs_spelling.c
2307         * src/prefs_summaries.c
2308         * src/prefs_wrapping.c
2309         * src/plugins/dillo_viewer/dillo_prefs.c
2310         * src/plugins/pgpcore/prefs_gpg.c
2311                 several cleanups to the prefs dialogs
2312                 (slightly modified) patch by Fabien Vantard
2313
2314 2005-12-02 [paul]       1.9.100cvs48
2315
2316         * src/main.c
2317                 --exit means exit
2318         * src/send_message.c
2319                 fix crash on send when connection fails
2320
2321         Thanks to Colin
2322
2323 2005-12-01 [colin]      1.9.100cvs47
2324
2325         * src/html.c
2326                 Translate &hellip; to "..."
2327
2328 2005-11-30 [colin]      1.9.100cvs46
2329
2330         * src/matcher.c
2331         * src/matcher.h
2332                 Optimize back yesterday's fix.
2333
2334 2005-11-30 [paul]       1.9.100cvs45
2335
2336         * manual/faq.xml
2337                 standardised
2338         * manual/intro.xml
2339                 written by Colin, edited by me
2340
2341 2005-11-29 [colin]      1.9.100cvs44
2342
2343         * src/matcher.c
2344                 Skip headers unconditionnaly in match_body if the
2345                 rule is not message or ~message
2346
2347 2005-11-29 [colin]      1.9.100cvs43
2348
2349         * src/matcher.c
2350                 Fix body_part and such, not skipping headers 
2351                 if the matchcriteria wasn't the first in the rule
2352
2353 2005-11-29 [colin]      1.9.100cvs42
2354
2355         * src/compose.c
2356                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
2357                 option missing from message view window)
2358                 Fix double text D'n'D with gtk-2.8
2359         * src/matcher.c
2360                 Fix ~message, ~headers_part, ~body_part rules
2361         * src/messageview.c
2362                 Add Windows-1252 (Closes bug #863)
2363                 Fix accels
2364         * src/gtk/gtkaspell.c
2365                 Properly destroy accels in all menus
2366
2367 2005-11-29 [mones]      1.9.100cvs41
2368
2369         * po/es.po
2370                 Updated.
2371
2372 2005-11-27 [colin]      1.9.100cvs40
2373
2374         * src/mh_gtk.c
2375                 "/Remove mailbox" -> "/Remove mailbox..."
2376
2377 2005-11-27 [paul]       1.9.100cvs39
2378
2379         * AUTHORS
2380         * po/de.po
2381         * src/gtk/authors.h
2382                 updated by new maintainer, Stephan Sachse
2383
2384 2005-11-27 [paul]       1.9.100cvs38
2385
2386         * manual/faq.xml
2387                 written by Colin, edited by me
2388
2389 2005-11-27 [paul]       1.9.100cvs37
2390
2391         * src/prefs_common.c
2392         * src/prefs_common.h
2393         * src/prefs_receive.c
2394         * src/prefs_summaries.c
2395                 move 'go to inbox after receiving new mail'
2396                 option from display/sumamaries to mail
2397                 handling/receive, and rework prefs_summaries
2398                 dialog a little
2399
2400 2005-11-25 [martin]     1.9.100cvs36
2401
2402         * po/de.po
2403             fixed windows-1252 translation;
2404             translated some new and fuzzy strings
2405
2406 2005-11-25 [paul]       1.9.100cvs35
2407
2408         * src/plugins/clamav/clamav_plugin.c
2409                 complete the update done in cvs34
2410
2411 2005-11-25 [paul]       1.9.100cvs34
2412
2413         * src/plugins/clamav/clamav_plugin.c
2414                 reflect upstream changes
2415
2416 2005-11-25 [paul]       1.9.100cvs33
2417
2418         * manual/ack.xml
2419         * manual/plugins.xml
2420         * manual/sylpheed-claws-manual.xml
2421                 written/updated by Colin, edited by me
2422         * tools/acroread2sylpheed.pl
2423                 update binary name
2424
2425 2005-11-24 [colin]      1.9.100cvs32
2426
2427         * src/compose.c
2428                 Fix bug #856 (reediting messages forgets Request
2429                 Return Receipt)
2430
2431 2005-11-24 [paul]       1.9.100cvs31
2432
2433         * manual/addrbook.xml
2434         * manual/starting.xml
2435                 written by Colin, proofread, edited, adapted by me
2436         * manual/advanced.xml
2437                 add some Actions examples
2438         * src/importldif.c
2439                 use a Save button instead of a Close button
2440         * src/wizard.c
2441                 indicate mandatory fields
2442                 fix page display
2443                 Thanks to Colin
2444
2445 2005-11-23 [colin]      1.9.100cvs30
2446
2447         * src/addressbook.c
2448                 Rename menu item, fix possible crash after
2449                 deletion of books
2450         * src/addrindex.c
2451                 Allow searching for '*' in ldap
2452         * src/browseldap.c
2453                 Fix "Browse Entry" (did anyone use it?)
2454         * src/wizard.c
2455                 Add guards for mandatory information
2456
2457 2005-11-23 [paul]       1.9.100cvs29
2458
2459         * manual/advanced.xml
2460                 corrections to the English
2461
2462 2005-11-23 [colin]      1.9.100cvs28
2463
2464         * src/mimeview.c
2465                 Fix possible crash at exit. After the call to
2466                 gtk_container_remove(), the Viewer's widget has no
2467                 more parent so gtk+ automatically frees it and its
2468                 sons. If destroy_viewer() then try to access it,
2469                 problems ensue.
2470
2471 2005-11-22 [colin]      1.9.100cvs27
2472
2473         * src/compose.c
2474         * src/gtk/gtkaspell.c
2475                 Fix right-clicking on a misspelled word
2476                 Fix More... in suggestions menu
2477
2478 2005-11-22 [wwp]        1.9.100cvs26
2479
2480         * src/prefs_template.c
2481                 templates works: re-sort templates list when adding or replacing,
2482                 prevent from adding or replacing when the template name is empty
2483
2484 2005-11-21 [colin]      1.9.100cvs25
2485
2486         * src/addressbook.c
2487                 Fix some addressbook suckage (dnd, select all)
2488         * src/compose.c
2489         * src/gtk/gtkaspell.c
2490         * src/gtk/gtkaspell.h
2491                 Make the spellchecker menu work with the 
2492                 GtkTextView one instead of overriding it
2493
2494 2005-11-20 [paul]       1.9.100cvs24
2495
2496         * manual/handling.xml
2497                 proofread and corrected
2498
2499 2005-11-20 [paul]       1.9.100cvs23
2500
2501         * manual/Makefile
2502                 generate html as one file
2503         * manual/advanced.xml
2504                 fix output generation
2505                 reformat hidden options list
2506         * manual/manual.xml     ** REMOVED **
2507         * manual/sylpheed-claws-manual.xml      ** ADDED **
2508                 renamed
2509
2510 2005-11-18 [colin]      1.9.100cvs22
2511
2512         * src/prefs_account.c
2513                 Fix layout in news and mbox accounts
2514         * manual/account.xml
2515         * manual/advanced.xml
2516                 New contents for Paul to check :)
2517
2518 2005-11-18 [wwp]        1.9.100cvs21
2519
2520         * src/gtk/quicksearch.c
2521                 don't update extended quicksearch buttons twice
2522
2523 2005-11-18 [paul]       1.9.100cvs20
2524
2525         * src/textview.c
2526                 complete 1.9.100cvs19
2527
2528 2005-11-18 [paul]       1.9.100cvs19
2529
2530         * src/compose.c
2531                 cosmetic improvements
2532         * src/textview.c
2533                 also list text/* attachments
2534
2535 2005-11-18 [colin]      1.9.100cvs18
2536
2537         * src/summaryview.c
2538                 Use column 0 instead of -1 in 
2539                 gtk_ctree_node_moveto, in a naive
2540                 hope it'll fix the gtk-related crashes
2541
2542 2005-11-18 [colin]      1.9.100cvs17
2543
2544         * src/gtk/inputdialog.c
2545                 Fix icon staying the first one
2546
2547 2005-11-17 [wwp]        1.9.100cvs16
2548                 fix possible problem showing some quicksearch buttons, and a bad
2549                 call to g_return_if_fail in a function that returns a value (both
2550                 fixes by Fabien Vantard)
2551
2552 2005-11-15 [wwp]        1.9.100cvs15
2553
2554         * src/gtk/quicksearch.c
2555                 added a tooltip to that obscure ... quicksearch button
2556
2557 2005-11-15 [wwp]        1.9.100cvs14
2558
2559         * src/gtk/quicksearch.c
2560                 add a quicksearch helper to filtering expression users: the ... button
2561                 raises the condition expr window. condition expressions set up w/ this
2562                 window are used by the quicksearch if the user closes it pressing OK.
2563
2564 2005-11-14 [paul]       1.9.100cvs13
2565
2566         * src/plugins/clamav/clamav_plugin.c
2567         * src/plugins/spamassassin/spamassassin.c
2568                 change plugin type following recent merging
2569
2570 2005-11-14 [wwp]        1.9.100cvs12
2571
2572         * src/folder.c
2573                 prevent from crashing when copying/moving message(s) from and
2574                 to the same folder
2575
2576 2005-11-14 [paul]       1.9.100cvs11
2577
2578         * src/plugins/clamav/Makefile.am
2579         * src/plugins/clamav/clamav_plugin.c
2580         * src/plugins/clamav/clamav_plugin.h
2581         * src/plugins/clamav/clamav_plugin_gtk.c
2582                 also merge clamav and clamav_gtk plugins
2583
2584 2005-11-13 [colin]      1.9.100cvs10
2585
2586         * configure.ac
2587         * src/plugins/spamassassin/Makefile.am
2588         * src/plugins/spamassassin/spamassassin.c
2589         * src/plugins/spamassassin/spamassassin.h
2590         * src/plugins/spamassassin/spamassassin_gtk.c
2591                 Merge spamassassin and spamassassin_gtk plugins,
2592                 and build it by default.
2593
2594 2005-11-12 [colin]      1.9.100cvs9
2595
2596         * src/etpan/imap-thread.c
2597                 Fix gcc warning
2598
2599 2005-11-12 [colin]      1.9.100cvs8
2600
2601         * src/procmime.c
2602                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
2603
2604 2005-11-10 [colin]      1.9.100cvs7
2605
2606         * src/main.c
2607                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
2608                 minimised state)
2609
2610 2005-11-10 [wwp]        1.9.100cvs6
2611
2612         * src/gtk/description_window.c
2613                 fix a crash when closing description windows using the WM's [X] button
2614
2615 2005-11-09 [colin]      1.9.100cvs5
2616
2617         * src/common/ssl.c
2618                 Update libetpan call to follow upstream
2619                 (yes, this requires libetpan-0.40cvs3)
2620
2621 2005-11-08 [colin]      1.9.100cvs4
2622
2623         * src/compose.c
2624         * src/textview.c
2625         * src/common/utils.c
2626         * src/common/utils.h
2627                 Enhance the email parser
2628
2629 2005-11-08 [colin]      1.9.100cvs3
2630
2631         * src/procmime.c
2632                 Fix what looks like an off-by-one (fixes 
2633                 attachments from the Bat)
2634
2635 2005-11-08 [wwp]        1.9.100cvs2
2636
2637         * src/main.c
2638                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
2639
2640 2005-11-08 [wwp]        1.9.100cvs1
2641
2642         * src/main.c
2643                 allow exiting Sylpheed-Claws from command-line
2644
2645 2005-11-08 [paul]       1.9.100
2646
2647         1.9.100 released
2648
2649 2005-11-07 [colin]      1.9.99cvs17
2650
2651         * src/addritem.c
2652         * src/ldif.c
2653                 Fix import of base-64 encoded items
2654
2655 2005-11-07 [colin]      1.9.99cvs16
2656
2657         * src/send_message.c
2658                 Fix bug #314 (Queue does not empty under certain 
2659                 circumstances)
2660
2661 2005-11-07 [paul]       1.9.99cvs15
2662
2663         * src/mutt.c
2664         * src/pine.c
2665                 fix buffer overflows
2666                 Thanks to Colin
2667
2668 2005-11-07 [paul]       1.9.99cvs14
2669
2670         * doc/man/Makefile.am
2671         * doc/man/sylpheed-claws.1      ** ADDED **
2672         * doc/man/sylpheed.1            ** DELETED **
2673                 rename and update the man file
2674
2675 2005-11-06 [colin]      1.9.99cvs13
2676
2677         * src/ldif.c
2678                 Fix ldif_get_line() that returned empty strings
2679                 (Didn't understand why). Also fix a possible
2680                 buffer overflow.
2681
2682 2005-11-06 [wwp]        1.9.99cvs12
2683
2684         * src/textview.c
2685         * src/gtk/about.c
2686         * src/gtk/gtkutils.c
2687         * src/gtk/gtkutils.h
2688                 fix a compilation warning,
2689                 make links sensitive in the about dialog
2690
2691 2005-11-04 [wwp]        1.9.99cvs11
2692
2693         * src/gtk/about.c
2694                 don't wrap or translate URIs, and a bit text format cleanup
2695
2696 2005-11-04 [wwp]        1.9.99cvs10
2697
2698         * src/gtk/about.c
2699                 better textview tagging implementation (no more use of marks for
2700                 postponed tagging)
2701
2702 2005-11-02 [colin]      1.9.99cvs9
2703
2704         * src/common/ssl.c
2705                 Forgot an ifdef
2706
2707 2005-11-02 [colin]      1.9.99cvs8
2708
2709         * configure.ac
2710                 Require libetpan-0.40 due to upstream fix
2711         * src/common/ssl.c
2712                 Tell libetpan not to call SSL_Library_Init,
2713                 as we do it ourselves.
2714
2715 2005-11-02 [colin]      1.9.99cvs7
2716
2717         * po/POTFILES.in
2718                 Add missing files (thanks to Fabien Vantard)
2719
2720 2005-11-02 [colin]      1.9.99cvs6
2721
2722         * src/summaryview.c
2723                 Fix totals when read messages are hidden or quicksearch
2724                 is on
2725         * src/ssl_manager.c
2726         * src/ssl_manager.h
2727         * src/common/ssl_certificate.c
2728         * src/common/ssl_certificate.h
2729         * src/gtk/sslcertwindow.c
2730         * src/gtk/sslcertwindow.h
2731                 Fix copyright on my stuff
2732
2733 2005-11-02 [wwp]        1.9.99cvs5
2734
2735         * src/prefs_themes.c
2736                 fix directory name checking (theme installation/removal),
2737                 made related error a bit more verbose
2738
2739 2005-11-02 [colin]      1.9.99cvs4
2740
2741         * src/summaryview.c
2742                 Fix typo (probably fixes bug #841 (Sort by the From 
2743                 field doesn't work)
2744
2745 2005-11-02 [paul]       1.9.99cvs3
2746
2747         * po/ko.po
2748         * po/nb.po
2749                 updated by SungHyun Nam, Geir Helland
2750         * src/wizard.c
2751                 fix typo in welcome message. spotted by
2752                 Andrea Spadaccini
2753
2754 2005-11-01 [colin]      1.9.99cvs2
2755
2756         * src/compose.c
2757                 Fix replying to ml wen confirming subscription
2758         * src/messageview.c
2759         * src/mimeview.c
2760         * src/mimeview.h
2761         * src/privacy.h
2762         * src/summaryview.c
2763                 Make key check non blocking
2764
2765 2005-10-31 [paul]       1.9.99cvs1
2766
2767         * tools/claws.i18n.status.pl
2768                 updated for ChangeLog
2769
2770 2005-10-31 [paul]       1.9.99
2771
2772         1.9.99 released
2773
2774 2005-10-31 [paul]       1.9.15cvs131
2775
2776         * .cvsignore
2777         * ChangeLog
2778         * ChangeLog.claws       ** REMOVED **
2779         * ChangeLog-gtk2.claws  ** REMOVED **
2780         * ChangeLog.gtk1        ** ADDED **
2781         * INSTALL
2782         * Makefile.am
2783         * NEWS
2784         * README
2785         * README.claws          ** REMOVED **
2786         * README.jp             ** REMOVED **
2787         * RELEASE_NOTES         ** ADDED **
2788         * RELEASE_NOTES.claws   ** REMOVED **
2789         * commitHelper
2790         * configure.ac
2791         * sylpheed.spec.in      ** REMOVED **
2792                 tidy up and update the default docs:
2793                 ChangeLog.claws is renamed ChangeLog.gtk1
2794                 ChangeLog-gtk2.claws is renamed ChangeLog
2795                 README.claws is renamed README
2796                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
2797
2798 2005-10-31 [paul]       1.9.15cvs130
2799
2800         * po/it.po
2801                 fix errors
2802
2803 2005-10-31 [paul]       1.9.15cvs129
2804
2805         * po/ca.po
2806         * po/de.po
2807         * po/en_GB.po
2808         * po/fr.po
2809         * po/it.po
2810         * po/pt_BR.po
2811         * po/sk.po
2812         * po/sr.po
2813         * po/zh_CN.po
2814                 updated by Miquel Oliete, Stephan Sachse and
2815                 Thomas Gilgin, me, Fabien Vantard, Andrea
2816                 Spadaccini, Frederico Goncalves Guimaraes,
2817                 Andrej Kacian, Aleksandar Urosevic, and
2818                 Ralgh Young.
2819
2820 2005-10-31 [mones]      1.9.15cvs128
2821
2822         * manual/faq.xml
2823                 More questions.
2824         
2825         * po/es.po
2826                 Updated for release.
2827
2828 2005-10-30 [colin]      1.9.15cvs127
2829
2830         * src/compose.c
2831                 Place cursor before rewrapping (fixes cursor
2832                 pos if quotation gets rewrapped)
2833
2834 2005-10-29 [paul]       1.9.15cvs126
2835
2836         * src/crash.c
2837         * src/foldersel.c
2838         * src/main.c
2839         * src/messageview.c
2840         * src/toolbar.c
2841         * src/gtk/authors.h
2842                 corrections to text items
2843
2844 2005-10-28 [colin]      1.9.15cvs125
2845
2846         * src/messageview.c
2847                 Make "hit 'C' to check sig" work from extern 
2848                 messageviews
2849
2850 2005-10-27 [colin]      1.9.15cvs124
2851
2852         * src/summaryview.c
2853                 Add a hack to avoid segfaulting when hammering 
2854                 on gtk's events
2855
2856 2005-10-27 [wwp]        1.9.15cvs123
2857
2858         * src/prefs_themes.c
2859                 sort list of themes names in themes prefs
2860
2861 2005-10-27 [paul]       1.9.15cvs122
2862
2863         * src/folder.c
2864         * src/prefs_account.c
2865                 fix building on Solaris
2866                 Patch by Alex Moore
2867
2868 2005-10-27 [wwp]        1.9.15cvs121
2869
2870         * src/summaryview.c
2871         * src/gtk/gtksctree.c
2872                 speed up unselecting messages in summary view (thanks to Colin)
2873
2874 2005-10-27 [paul]       1.9.15cvs120
2875
2876         * src/mainwindow.c
2877                 fix a compilation warning
2878         * src/summaryview.c
2879                 fix updating of 'n items selected' count
2880                 when deselecting
2881
2882 2005-10-27 [martin]     1.9.15cvs119
2883
2884         * src/action.c
2885                 ignore actions with a leading '/' in the action menu name
2886                 fixes a crash on menu creation
2887         * src/prefs_actions.c
2888                 do not allow a leading '/' in the action menu name
2889
2890 2005-10-27 [paul]       1.9.15cvs118
2891
2892         * src/main.c
2893                 fix compilation warning
2894
2895 2005-10-27 [paul]       1.9.15cvs117
2896
2897         * src/procmime.c
2898                 add #if HAVE_LOCALE_H
2899
2900 2005-10-27 [paul]       1.9.15cvs116
2901
2902         * src/plugins/clamav/clamav_plugin.c
2903         * src/plugins/dillo_viewer/dillo_viewer.c
2904         * src/plugins/mathml_viewer/mathml_viewer.c
2905         * src/plugins/pgpcore/plugin.c
2906         * src/plugins/pgpinline/plugin.c
2907         * src/plugins/pgpmime/plugin.c
2908         * src/plugins/spamassassin/spamassassin.c
2909         * src/plugins/trayicon/trayicon.c
2910                 plugin_init() : make error messages more
2911                 informative
2912
2913 2005-10-26 [wwp]        1.9.15cvs115
2914
2915         * src/prefs_matcher.c
2916                 enlarge boolean op widget width a bit (wasn't always showing text contents)
2917
2918 2005-10-26 [wwp]        1.9.15cvs114
2919
2920         * src/procmime.c
2921         * src/gtk/gtksctree.c
2922         * src/plugins/spamassassin/libspamc.c
2923         * src/plugins/spamassassin/spamassassin.c
2924                 fix some compilation warnings more
2925
2926 2005-10-26 [mones]      1.9.15cvs113
2927
2928         * po/es.po
2929                 Updated translation
2930
2931 2005-10-26 [paul]       1.9.15cvs112
2932
2933         * src/prefs_message.c
2934                 give all display_xface stuff the
2935                 #if HAVE_LIBCOMPFACE treatment, thus
2936                 preventing a crash
2937                 (Thanks to Wolfgang Enderlein)
2938
2939 2005-10-26 [colin]      1.9.15cvs111
2940
2941         * src/gedit-print.c
2942                 Fix date format
2943         * src/imap_gtk.c
2944         * src/news_gtk.c
2945                 Remove context menu items that should not be there
2946         * src/jpilot.c
2947                 Fix encoding
2948         * src/main.c
2949         * src/mainwindow.c
2950                 Don't show the mainwindow too soon
2951
2952 2005-10-26 [wwp]        1.9.15cvs110
2953
2954         * src/folder.c
2955         * src/manual.c
2956         * src/summaryview.c
2957                 fix uninitialized pointers in the folder updating hook
2958                 (thanks to Colin)
2959
2960 2005-10-25 [mones]      1.9.15cvs109
2961
2962         * manual/faq.xml
2963                 General information subsection completed. 
2964                 Removed archaic references.
2965                 
2966         * manual/Makefile
2967         * manual/dtd/manual.dsl
2968                 Added customization stylesheet for getting paragraphs
2969                 fully justified in PDF output (as suggested by Colin).
2970
2971 2005-10-25 [colin]      1.9.15cvs108
2972
2973         * src/compose.c
2974                 Fix a second leak
2975
2976 2005-10-25 [colin]      1.9.15cvs107
2977
2978         * src/addrbook.c
2979         * src/addrindex.c
2980                 Fix leak (xml_get_element() allocates memory)
2981         * src/compose.c
2982                 Fix leak + dead code (shame!)
2983         * src/procmime.c
2984                 Fix leak
2985
2986 2005-10-25 [colin]      1.9.15cvs106
2987
2988         * src/mimeview.c
2989                 Fix encoding issue in Save all and in 
2990                 overwrite-confirmation alertpanel
2991
2992 2005-10-25 [colin]      1.9.15cvs105
2993
2994         * src/common/socket.c
2995                 Fix a leak - Thanks to Christopher Aillon
2996                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
2997
2998 2005-10-25 [paul]       1.9.15cvs104
2999
3000         * src/wizard.c
3001                 Always guess servers from the right-hand
3002                 email part and guess username from the
3003                 left-hand part. (Thanks to Colin)
3004                 add an X-Face to the welcome message
3005
3006 2005-10-25 [paul]       1.9.15cvs103
3007
3008         * manual/handling.xml
3009                 written by Colin, edited by me
3010
3011 2005-10-25 [wwp]        1.9.15cvs102
3012
3013         * src/folderview.c
3014         * src/grouplistdialog.c
3015         * src/imap.c
3016         * src/noticeview.c
3017                 fix some compilation warnings
3018
3019 2005-10-24 [paul]
3020
3021         1.9.99-rc3 released
3022
3023 2005-10-24 [paul]       1.9.15cvs101
3024
3025         * src/gtk/about.c
3026                 fix window sizing
3027
3028 2005-10-24 [paul]       1.9.15cvs100
3029
3030         * src/pixmaps/offline.xpm
3031         * src/pixmaps/online.xpm
3032                 replace with last default versions
3033
3034 2005-10-24 [colin]      1.9.15cvs99
3035
3036         * src/imap.c
3037                 Fix bug when moving a folder
3038         * src/imap_gtk.c
3039         * src/mh_gtk.c
3040                 "Delete folder" pops up a window, so it 
3041                 should be suffixed with "..."
3042         * src/plugins/pgpcore/sgpgme.c
3043                 Include locale.h
3044
3045 2005-10-24 [mones]      1.9.15cvs98
3046
3047         * manual/Makefile
3048         * manual/account.xml
3049         * manual/ack.xml
3050         * manual/addrbook.xml
3051         * manual/advanced.xml
3052         * manual/faq.xml
3053         * manual/glossary.xml
3054         * manual/gpl.xml
3055         * manual/handling.xml
3056         * manual/intro.xml
3057         * manual/keyboard.xml
3058         * manual/manual.xml
3059         * manual/plugins.xml
3060         * manual/starting.xml
3061         * manual/dtd/sdocbook.dtd
3062                 Initial manual structure and some content.
3063
3064 2005-10-23 [wwp]        1.9.15cvs97
3065
3066         * src/gtk/about.c
3067                 fix a typo
3068
3069 2005-10-23 [wwp]        1.9.15cvs96
3070
3071         * src/gtk/about.c
3072         * src/gtk/authors.h
3073                 rework of the about window (main work by Paul), also featuring a few
3074                 fixes for typos and duplicate names
3075
3076 2005-10-23 [wwp]        1.9.15cvs95
3077
3078         * src/.cvsignore
3079                 Ignore the right binary name (sylpheed-claws now)
3080
3081 2005-10-23 [paul]       1.9.15cvs94
3082
3083         * src/compose.c
3084                 when using Folder Pref 'Default To for
3085                 replies' make the entry in the Compose
3086                 window bold
3087                 Patch by Fabien Vantard
3088
3089 2005-10-22 [colin]      1.9.15cvs93
3090
3091         * src/codeconv.c
3092                 Fix leak
3093
3094 2005-10-22 [colin]      1.9.15cvs92
3095
3096         * src/codeconv.c
3097                 try to convert using locale (apart utf8) if necessary
3098
3099 2005-10-22 [colin]      1.9.15cvs91
3100
3101         * src/pixmaps/new.xpm
3102         * src/pixmaps/unread.xpm
3103                 Make the unread envelope blue again and
3104                 saturate the new one a bit more.
3105
3106 2005-10-22 [colin]      1.9.15cvs90
3107
3108         * src/compose.c
3109                 When replying to a mail sent by one of our accounts,
3110                 use the original list of recipients. Let 'Reply All'
3111                 and 'Reply to sender' work like previously.
3112
3113 2005-10-21 [colin]      1.9.15cvs89
3114
3115         * src/prefs_filtering.c
3116                 Clear fields after add and replace
3117         * src/textview.c
3118                 Display xface differently (better)
3119         * src/plugins/pgpinline/pgpinline.c
3120                 Fix crappy encodings/recodings
3121
3122 2005-10-21 [paul]       1.9.15cvs88
3123
3124         * src/compose.c
3125         * src/prefs_folder_item.c
3126         * src/toolbar.c
3127                 fix news folder Folder Properties
3128                 (thanks to Colin)
3129         * src/folderview.c
3130                 update folderview after Themes change
3131                 keep selected folder selected
3132                 (thanks to Colin)
3133
3134 2005-10-21 [paul]       1.9.15cvs87
3135
3136         * tools/Makefile.am
3137         * tools/OOo2sylpheed.pl
3138         * tools/README
3139         * tools/README.sylprint
3140         * tools/asus_mailled.sh         ** REMOVED **
3141         * tools/filter_conv.pl
3142         * tools/freshmeat_search.pl
3143         * tools/google_search.pl
3144         * tools/gpg-sign-syl            ** REMOVED **
3145         * tools/kmail2sylpheed.pl
3146         * tools/kmail2sylpheed_v2.pl
3147         * tools/multiwebsearch.pl
3148         * tools/nautilus2sylpheed.sh
3149         * tools/newscache_clean.pl
3150         * tools/outlook2sylpheed.pl
3151         * tools/sylpheed-switcher       ** REMOVED **
3152         * tools/sylprint.pl
3153         * tools/sylprint.rc
3154         * tools/tb2sylpheed
3155         * tools/vcard2xml.py
3156         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3157                 update default config dir
3158                 update binary name (thanks to Fabien Vantard)
3159                 remove obsolete scripts
3160
3161 2005-10-21 [colin]      1.9.15cvs86
3162
3163         * src/inc.c
3164                 Fix possible leak and units. Based on a patch by
3165                 Fabien Vantard.
3166
3167 2005-10-20 [colin]      1.9.15cvs85
3168
3169         * src/textview.c
3170                 Clear xface when clearing textview
3171
3172 2005-10-20 [colin]      1.9.15cvs84
3173
3174         * configure.ac
3175         * src/folderview.c
3176         * src/headerview.c
3177         * src/main.c
3178         * src/prefs_common.c
3179         * src/prefs_common.h
3180         * src/prefs_message.c
3181         * src/textview.c
3182         * src/textview.h
3183         * src/common/defs.h
3184         * src/common/utils.c
3185         * src/common/utils.h
3186         * src/gtk/gtkutils.c
3187         * src/gtk/gtkutils.h
3188                 Migrate config to .sylpheed-claws (Automatically)
3189                 Add a way to get the Xface in the TextView
3190
3191 2005-10-20 [colin]      1.9.15cvs83
3192
3193         * src/gtk/Makefile.am
3194         * src/gtk/about.c
3195         * src/gtk/authors.h
3196                 Make the about dialog *grooovy*
3197
3198 2005-10-20 [colin]      1.9.15cvs82
3199
3200         * src/mimeview.c
3201                 Use "Open with" on double click if no command
3202                 was found
3203
3204 2005-10-20 [colin]      1.9.15cvs81
3205
3206         * src/imap.c
3207         * src/etpan/imap-thread.c
3208                 Fix possible crash.
3209
3210 2005-10-20 [paul]       1.9.15cvs80
3211
3212         * src/folder.c
3213                 don't show clipkey icon if the only
3214                 attachment is the signature
3215                 Patch by Colin
3216
3217 2005-10-20 [paul]       1.9.15cvs79
3218
3219         * AUTHORS
3220         * src/plugins/pgpmime/pgpmime.c
3221                 name the PGP/MIME signature 'signature.asc'
3222                 Patch by Andrew Nelson <freeandy@gmail.com>
3223
3224 2005-10-19 [colin]      1.9.15cvs78
3225
3226         * src/plugins/pgpmime/pgpmime.c
3227                 Oops, no need to double-check though
3228
3229 2005-10-19 [colin]      1.9.15cvs77
3230
3231         * src/plugins/pgpinline/pgpinline.c
3232         * src/plugins/pgpmime/pgpmime.c
3233                 Check that my_tmpfile() doesn't 
3234                 return NULL
3235
3236 2005-10-19 [colin]      1.9.15cvs76
3237
3238         * src/common/utils.c
3239                 Use shorter mime boundaries to avoid having
3240                 MTAs rewrapping our headers, breaking the
3241                 PGP signature in the process 
3242         * src/compose.c
3243         * src/plugins/pgpmime/pgpmime.c
3244                 Check for boundary uniqueness to be sure
3245                 it won't happen, instead of hoping for the
3246                 best
3247
3248 2005-10-19 [colin]      1.9.15cvs75
3249
3250         * sylpheed-claws.desktop
3251         * src/Makefile.am
3252         * src/main.c
3253                 Ship a sylpheed-claws binary instead
3254                 of a sylpheed one. Change the socket
3255                 name, too
3256         * src/folderview.c
3257                 Update folder only if it changed
3258         * src/wizard.c
3259                 Fix i18n in welcome mail, patch by
3260                 Fabien Vantard
3261
3262 2005-10-19 [paul]
3263
3264         1.9.99-rc2 released
3265
3266 2005-10-19 [paul]       1.9.15cvs74
3267
3268         * src/folder.c
3269         * src/folderview.c
3270                 fix summaryview update
3271                 Patch by Colin
3272
3273 2005-10-18 [colin]      1.9.15cvs73
3274
3275         * src/plugins/pgpcore/passphrase.c
3276                 Don't XGrabServer, and try a bit more to 
3277                 sync everything before grabbing mouse/keyboard
3278
3279 2005-10-18 [colin]      1.9.15cvs72
3280
3281         * src/Makefile.am
3282         * src/addressadd.c
3283         * src/addressbook.c
3284         * src/folderview.c
3285         * src/grouplistdialog.c
3286         * src/mimeview.c
3287         * src/stock_pixmap.c
3288         * src/stock_pixmap.h
3289         * src/summaryview.c
3290         * src/gtk/gtksctree.c
3291         * src/gtk/gtksctree.h
3292         * src/pixmaps/empty.xpm
3293                 Implement a wrapper call for gtk_ctree_set_node_info
3294                 and gtk_ctree_insert_node, that uses a 1x1 transparent
3295                 pixmap instead of a NULL one. This works around some
3296                 memory problems deep inside gtk, revealed by valgrind,
3297                 and fixes bug #834 (Pressing CTRl-D on a message marked 
3298                 as locked crashes sylpheed.), as well as, probably, 
3299                 wwp's 4th dimension problems that happen in gtk_ctree_*.
3300
3301 2005-10-17 [colin]      1.9.15cvs71
3302
3303         * src/mimeview.c
3304                 Provide visual feedback when checking
3305                 signature
3306
3307 2005-10-17 [colin]      1.9.15cvs70
3308
3309         * src/main.c
3310                 Keep the folder list frozen while checking caches...
3311
3312 2005-10-17 [colin]      1.9.15cvs69
3313
3314         * src/addr_compl.c
3315                 Fi bug #833 (Autocompleting from addressbook 
3316                 fails with extended chars)
3317         * src/imap.c
3318                 Fix 'adding messages' staying in statusbar
3319                 after an error
3320
3321 2005-10-17 [wwp]        1.9.15cvs68
3322
3323         * src/ssl_manager.c
3324                 Fix buttons' layout resizing when window size changes
3325
3326 2005-10-17 [wwp]        1.9.15cvs67
3327
3328         * src/account.c
3329         * src/prefs_account.c
3330         * src/prefs_common.c
3331         * src/prefs_common.h
3332         * src/prefs_folder_item.c
3333         * src/prefs_gtk.c
3334         * src/gtk/logwindow.c
3335         * src/gtk/pluginwindow.c
3336         * src/gtk/prefswindow.c
3337         * src/gtk/prefswindow.h
3338                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
3339
3340 2005-10-17 [paul]       1.9.15cvs66
3341
3342         * configure.ac
3343                 fix missing libetpan message
3344         * po/en_GB.po
3345                 updated
3346         * src/crash.c
3347         * src/manual.c
3348         * src/prefs_themes.c
3349         * src/common/defs.h
3350                 add some new URI defines, change some
3351                 others
3352         * src/wizard.c
3353                 make welcome message translatable
3354                 small improvements to english
3355                 other tweaks
3356         * src/gtk/menu.c
3357                 fix warnings
3358
3359 2005-10-17 [paul]       1.9.15cvs65
3360
3361         * src/summaryview.c
3362                 fix column titles
3363
3364 2005-10-16 [mones]      1.9.15cvs64
3365
3366         * po/es.po
3367                 Updated translation
3368
3369 2005-10-16 [colin]
3370
3371         1.9.99-rc1 released
3372
3373 2005-10-16 [colin]      1.9.15cvs63
3374
3375         * src/wizard.c
3376                 Fix whitespace
3377
3378 2005-10-16 [colin]      1.9.15cvs62
3379
3380         * src/toolbar.c
3381                 s/Get All/Get Mail/
3382         * src/wizard.c
3383                 Real welcome mail text, thanks Paul
3384
3385 2005-10-16 [colin]      1.9.15cvs61
3386
3387         * src/editldap.c
3388         * src/exporthtml.c
3389         * src/main.c
3390         * src/mainwindow.c
3391         * src/prefs_themes.c
3392         * src/prefs_toolbar.c
3393         * src/plugins/demo/demo.c
3394         * src/plugins/trayicon/trayicon.c
3395                 s/Sylpheed/Sylpheed-Claws/
3396
3397 2005-10-16 [colin]      1.9.15cvs60
3398
3399         * src/wizard.c
3400                 Add a welcome email in the first empty mailbox
3401         * src/prefs_common.c
3402                 Change one more default
3403
3404 2005-10-16 [colin]      1.9.15cvs59
3405
3406         * src/wizard.c
3407                 Remove printf
3408
3409 2005-10-16 [colin]      1.9.15cvs58
3410
3411         * src/toolbar.c
3412         * src/prefs_common.c
3413                 Change some defaults
3414
3415 2005-10-16 [colin]      1.9.15cvs57
3416
3417         * src/toolbar.c
3418         * src/prefs_common.c
3419                 Change some defaults
3420
3421 2005-10-16 [colin]      1.9.15cvs56
3422
3423         * src/wizard.c
3424                 By default, initialize fonts to have
3425                 the same size as normal GtkWidgets
3426
3427 2005-10-16 [colin]      1.9.15cvs55
3428
3429         * src/mimeview.c
3430                 Fix message a bit more
3431
3432 2005-10-16 [colin]      1.9.15cvs54
3433
3434         * src/addressbook.c
3435                 Second attempt at flicker fixing
3436
3437 2005-10-16 [colin]      1.9.15cvs53
3438
3439         * src/addressbook.c
3440                 Fix flicker
3441
3442 2005-10-16 [wwp]        1.9.15cvs52
3443
3444         * src/addressbook.c
3445         * src/editaddress.c
3446         * src/prefs_common.c
3447         * src/prefs_common.h
3448                 Remember window sizes (address book)
3449
3450 2005-10-16 [wwp]        1.9.15cvs51
3451
3452         * src/plugins/clamav/clamav_plugin_gtk.c
3453         * src/plugins/spamassassin/spamassassin_gtk.c
3454                 Fix compilation warnings (missing #include).
3455
3456 2005-10-16 [colin]      1.9.15cvs50
3457
3458         * src/mimeview.c
3459         * src/summaryview.c
3460         * src/textview.c
3461                 Make 'c' check signature, and forward
3462                 c, l, y, t from summaryview to mimeview
3463
3464 2005-10-16 [colin]      1.9.15cvs49
3465
3466         * src/addressbook.c
3467                 Put border around buttons
3468         * src/mainwindow.c
3469         * src/summaryview.c
3470                 Rework menus (Patch based on a patch
3471                 by Paul)
3472
3473 2005-10-15 [wwp]        1.9.15cvs48
3474
3475         * src/editjpilot.c
3476         * src/editldap.c
3477         * src/editvcard.c
3478         * src/exphtmldlg.c
3479         * src/expldifdlg.c
3480         * src/export.c
3481         * src/import.c
3482         * src/importldif.c
3483         * src/importmutt.c
3484         * src/importpine.c
3485         * src/prefs_account.c
3486         * src/prefs_spelling.c
3487         * src/gtk/gtkutils.c
3488         * src/gtk/gtkutils.h
3489         * src/plugins/clamav/clamav_plugin_gtk.c
3490         * src/plugins/spamassassin/spamassassin_gtk.c
3491                 use nicer browse-for-file/dir buttons than the "..." ones,
3492                 code factorizing more.
3493
3494 2005-10-14 [colin]      1.9.15cvs47
3495
3496         * src/mainwindow.c
3497                 set relief on the account switcher so that people see it
3498                 grey out Create processing rules when no message is selected
3499         * src/prefs_filtering.c
3500                 ask before closing if the rule has not been modified, even if
3501                 it's not valid
3502         * src/prefs_matcher.c
3503                 fix sensitivity when entering the dialog
3504         * src/gtk/inputdialog.c
3505                 display a better icon on password ask
3506         * src/plugins/pgpcore/passphrase.c
3507                 make the dialog look better
3508
3509 2005-10-14 [paul]       1.9.15cvs46
3510
3511         * src/folderview.c
3512                 indicate presense of marked msgs in
3513                 unexpanded subfolders
3514
3515 2005-10-14 [paul]       1.9.15cvs45
3516
3517         * src/prefs_actions.c
3518         * src/prefs_common.c
3519         * src/prefs_common.h
3520         * src/prefs_filtering_action.c
3521         * src/prefs_matcher.c
3522         * src/prefs_template.c
3523                 remember window sizes
3524                 fix Info button size
3525
3526         Patches by wwp
3527
3528 2005-10-13 [colin]      1.9.15cvs44
3529
3530         * src/mimeview.c
3531         * src/noticeview.c
3532         * src/noticeview.h
3533                 Add a tooltip on the icon (optional) 
3534                 Get rid of the signature buttons and only
3535                 use the icon+tooltip
3536
3537 2005-10-13 [colin]      1.9.15cvs43
3538
3539         * src/noticeview.c
3540         * src/noticeview.h
3541                 Add hand cursor for hovering over icon
3542
3543 2005-10-13 [colin]      1.9.15cvs42
3544
3545         * src/summaryview.c
3546                 Fix crash when quicksearch's hidden 
3547                 at startup
3548
3549 2005-10-13 [colin]      1.9.15cvs41
3550
3551         * src/compose.c
3552                 Set subject when forwarding multiple mails
3553                 Check that other recipient than the default Cc or Bcc
3554                 have been set before sending.
3555
3556 2005-10-13 [colin]      1.9.15cvs40
3557
3558         * src/imap.c
3559                 Batch per-folder
3560                 Introduce locking, but don't use it yet
3561
3562 2005-10-13 [colin]      1.9.15cvs39
3563
3564         * src/gtk/quicksearch.c
3565                 Reset quicksearch when hiding it
3566                 Make sticky a real pref
3567
3568 2005-10-13 [colin]      1.9.15cvs38
3569
3570         * src/summaryview.c
3571                 Faster prefs apply
3572
3573 2005-10-13 [colin]      1.9.15cvs37
3574
3575         * src/mimeview.c
3576         * src/noticeview.c
3577         * src/noticeview.h
3578         * src/plugins/pgpcore/sgpgme.c
3579                 Make privacy icon clickable
3580                 Move Trust field in Full info
3581                 When trust is less than full, don't display
3582                 a warning icon
3583
3584 2005-10-13 [colin]      1.9.15cvs36
3585
3586         * src/folder.c
3587                 Batch on flags sync
3588         * src/folderview.c
3589                 Revert speed hack which is dangerous in fact
3590                 Apply prefs faster
3591
3592 2005-10-13 [colin]      1.9.15cvs35
3593
3594         * src/folder_item_prefs.c
3595                 Fix pref corruption on folder move. Patch
3596                 by wwp
3597
3598 2005-10-13 [paul]       1.9.15cvs34
3599
3600         * src/export.c
3601         * src/import.c
3602                 fix typos in g_warnings
3603         * src/prefs_account.c
3604                 add a file selector for Signature file
3605
3606         Patches by wwp
3607
3608 2005-10-12 [colin]      1.9.15cvs33
3609
3610         * src/mimeview.c
3611                 Provide a quick way to go back from a
3612                 signature's full info to the email part
3613
3614 2005-10-12 [colin]      1.9.15cvs32
3615
3616         * src/compose.c
3617                 Remove old hack of encoding signed mails with base64.
3618                 QP works equally well.
3619
3620 2005-10-12 [colin]      1.9.15cvs31
3621
3622         * src/crash.c
3623                 Replace deprecated GtkText with GtkTextView
3624         * src/imap.c
3625                 Fix a logic bug about counts in imap_select
3626                 (previously un-triggered)
3627         * src/mainwindow.c
3628         * src/summaryview.c
3629         * src/news.c
3630                 Allow local deletion of news posts
3631         * src/mimeview.c
3632                 Show GPG noticeview on the message/rfc822 part
3633                 in addition to the text/plain one
3634         * src/prefs_image_viewer.c
3635           src/plugins/pgpcore/prefs_gpg.c
3636                 Polish (set the label as part of the checkbox)
3637         * src/wizard.c
3638                 Don't sit there doing nothing after destroying
3639                 the window - return err
3640
3641 2005-10-11 [colin]      1.9.15cvs30
3642
3643         * src/folderview.c
3644                 Apply processing rules before showing folders.
3645                 Early folder show (before flags sync) will only
3646                 be done when there are no processing rules (nor
3647                 pre- or post- ones)
3648         * src/imap.c
3649                 Fix stuff related to mail subdir, creation and 
3650                 deletion of folders 
3651         * src/imap_gtk.c
3652                 Don't allow creation of folders in NoInferior
3653                 folders, as it won't work
3654
3655 2005-10-10 [colin]      1.9.15cvs29
3656
3657         * src/compose.c
3658                 Reselect "None" Privacy system when selecting an
3659                 account with no privacy system defined
3660
3661 2005-10-10 [colin]      1.9.15cvs28
3662
3663         * src/mainwindow.c
3664                 Add Windows-1252 encoding
3665         * src/prefs_common.c
3666                 Rework some defaults:
3667                 - autosave to draft by default
3668                 - don't show header pane (it's already in the textview)
3669                 - Select first new or unread mail on entry
3670                 - Assume 'Yes' to change folder when there's no more
3671                   unread message
3672         * src/prefs_matcher.c
3673                 Fix a gtk assertion failure
3674         * src/gtk/colorlabel.c
3675                 Workaround bad repainting on selection
3676         * src/main.c
3677                 Freeze/thaw (a bit faster on ssh -X)
3678         * src/msgcache.c
3679                 Get rid of StrdupConverter that just adds an
3680                 extra strdup/free 
3681         * src/etpan/imap_thread.c
3682                 memset buf to 0
3683
3684 2005-10-10 [colin]      1.9.15cvs27
3685
3686         * src/export.c
3687         * src/import.c
3688                 Fix compile on gtk 2.4. Patch by wwp
3689
3690 2005-10-09 [colin]      1.9.15cvs26
3691
3692         * src/mainwindow.c
3693         * src/messageview.c
3694         * src/summaryview.c
3695                 Clarify forward menus. Patch by wwp
3696
3697 2005-10-09 [colin]      1.9.15cvs25
3698
3699         * src/compose.c
3700         * src/compose.h
3701                 Fix bug #829 (Non-working "Encrypt message by 
3702                 default when replying to an encrypted message")
3703
3704 2005-10-08 [colin]      1.9.15cvs24
3705
3706         * src/wizard.c
3707                 Fix bug #827 ("Welcome" setup wizard after a 
3708                 permission error gives up & forgets itself.)
3709
3710 2005-10-08 [colin]      1.9.15cvs23
3711
3712         * src/procmime.c
3713                 Fix bug #828 (Ignoring headers with spaces around = sign)
3714
3715 2005-10-08 [colin]      1.9.15cvs22
3716
3717         * src/export.c
3718                 Warning fix by wwp
3719
3720 2005-10-08 [colin]      1.9.15cvs21
3721
3722         * src/folder.c
3723         * src/folder.h
3724                 Add a processing_pending indicator, set on 
3725                 folder_item_open and cleared after 
3726                 folder_item_process_open
3727         * src/folderview.c
3728         * src/summaryview.c
3729                 wrap procmsg_msginfo_*_flags, and in the
3730                 wrapper check that there's no folder processing 
3731                 pending. If there is, defer the flags change until 
3732                 processing is done to avoid stepping over each
3733                 other's toes.
3734                 Freeze during processing, but not during scanning.
3735
3736 2005-10-07 [colin]      1.9.15cvs20
3737
3738         * src/plugins/pgpcore/passphrase.c
3739                 Fix bug #826 (X-Server hangs when 
3740                 right-clicking a PGP encrypted message)
3741
3742 2005-10-07 [paul]       1.9.15cvs19
3743
3744         * src/compose.c
3745                 fix compose_entries[]
3746                 patch by Fabien Vantard
3747
3748 2005-10-06 [colin]      1.9.15cvs18
3749
3750         * src/pixmaps/address.xpm
3751         * src/pixmaps/address_book.xpm
3752         * src/pixmaps/book.xpm
3753         * src/pixmaps/check_spelling.xpm
3754         * src/pixmaps/checkbox_off.xpm
3755         * src/pixmaps/checkbox_on.xpm
3756         * src/pixmaps/close.xpm
3757         * src/pixmaps/complete.xpm
3758         * src/pixmaps/continue.xpm
3759         * src/pixmaps/deleted.xpm
3760         * src/pixmaps/down_arrow.xpm
3761         * src/pixmaps/exec.xpm
3762         * src/pixmaps/forwarded.xpm
3763         * src/pixmaps/group.xpm
3764         * src/pixmaps/ignorethread.xpm
3765         * src/pixmaps/interface.xpm
3766         * src/pixmaps/jpilot.xpm
3767         * src/pixmaps/ldap.xpm
3768         * src/pixmaps/linewrap.xpm
3769         * src/pixmaps/linewrapcurrent.xpm
3770         * src/pixmaps/mail.xpm
3771         * src/pixmaps/mail_attach.xpm
3772         * src/pixmaps/mail_compose.xpm
3773         * src/pixmaps/mail_forward.xpm
3774         * src/pixmaps/mail_receive.xpm
3775         * src/pixmaps/mail_receive_all.xpm
3776         * src/pixmaps/mail_reply.xpm
3777         * src/pixmaps/mail_reply_to_all.xpm
3778         * src/pixmaps/mail_reply_to_author.xpm
3779         * src/pixmaps/mail_send.xpm
3780         * src/pixmaps/mail_send_queue.xpm
3781         * src/pixmaps/mime_application.xpm
3782         * src/pixmaps/mime_audio.xpm
3783         * src/pixmaps/mime_image.xpm
3784         * src/pixmaps/mime_message.xpm
3785         * src/pixmaps/mime_text_enriched.xpm
3786         * src/pixmaps/mime_text_html.xpm
3787         * src/pixmaps/mime_text_plain.xpm
3788         * src/pixmaps/mime_unknown.xpm
3789         * src/pixmaps/new.xpm
3790         * src/pixmaps/news_compose.xpm
3791         * src/pixmaps/offline.xpm
3792         * src/pixmaps/online.xpm
3793         * src/pixmaps/paste.xpm
3794         * src/pixmaps/preferences.xpm
3795         * src/pixmaps/privacy_emblem_encrypted.xpm
3796         * src/pixmaps/privacy_expired.xpm
3797         * src/pixmaps/privacy_failed.xpm
3798         * src/pixmaps/privacy_passed.xpm
3799         * src/pixmaps/privacy_signed.xpm
3800         * src/pixmaps/privacy_unknown.xpm
3801         * src/pixmaps/privacy_warn.xpm
3802         * src/pixmaps/properties.xpm
3803         * src/pixmaps/replied.xpm
3804         * src/pixmaps/search.xpm
3805         * src/pixmaps/unread.xpm
3806         * src/pixmaps/up_arrow.xpm
3807         * src/pixmaps/vcard.xpm
3808                 Modernize internal theme, with icons from the 
3809                 Gnomaws theme. Keep some of the old ones where
3810                 they were better.
3811
3812 2005-10-06 [colin]      1.9.15cvs17
3813
3814         * src/summaryview.c
3815                 Little optimisations + bugfix
3816         * src/toolbar.c
3817                 Remove default useless items - useless being defined
3818                 by the default relevant prefs
3819         * src/wizard.c
3820                 include config.h to make gettext work
3821         * src/prefs_themes.c
3822                 Fix selection of current theme in prefs
3823
3824 2005-10-06 [colin]      1.9.15cvs16
3825
3826         * src/prefs_common.c
3827         * src/prefs_common.h
3828         * src/prefs_summaries.c
3829         * src/folderview.c
3830                 Add a warning dialog on Mark all read 
3831                 (with pref to get rid of it)
3832
3833 2005-10-06 [paul]       1.9.15cvs15
3834
3835         * po/nb.po
3836         * po/pt_BR.po
3837                 updated by Geir Helland and Frederico
3838                 Goncalves Guimaraes
3839
3840 2005-10-05 [colin]      1.9.15cvs14
3841
3842         * src/folder.c
3843         * src/folder.h
3844         * src/folderview.c
3845         * src/folderview.h
3846         * src/imap_gtk.c
3847         * src/mh_gtk.c
3848         * src/mainwindow.c
3849         * src/setup.c
3850                 add a way to rescan without rebuilding
3851                 make moving a bit faster (less folders changes)
3852                 don't lock the tree on Get 
3853         * src/imap.c
3854                 Don't re-delete deleted messages before expunging
3855         * src/summaryview.c
3856                 Set batch mode when deleting mails
3857
3858 2005-10-05 [paul]       1.9.15cvs13
3859
3860       &n