2006-02-12 [colin] 2.0.0cvs45
[claws.git] / ChangeLog
1 2006-02-12 [colin]      2.0.0cvs45
2
3         * src/folderview.c
4         * src/main.c
5         * src/mainwindow.c
6                 Fix "stuff" when quitting
7
8 2006-02-12 [wwp]        2.0.0cvs44
9
10         * src/prefs_themes.c
11                 fix typos in debug messages.
12
13 2006-02-11 [colin]      2.0.0cvs43
14
15         * src/summaryview.c
16                 don't allow drag/drop from ourself
17
18 2006-02-10 [wwp]        2.0.0cvs42
19
20         * src/exporthtml.c
21         * src/html.c
22         * src/html.h
23         * src/procmime.c
24         * src/textview.c
25                 renamed html_ prefixed functions and data structures to avoid
26                 namespace clashes w/ other software (gtkhtml2 for instance).
27                 Closes bug #907.
28
29
30 2006-02-09 [colin]      2.0.0cvs41
31
32         * src/summaryview.c
33                 Fix shitty logic messed up. Thanks Ticho for the hint!
34
35 2006-02-09 [wwp]        2.0.0cvs40
36
37         * src/gtk/about.c
38         * src/compose.c
39         * src/prefs_account.c
40         * src/prefs_gtk.h
41         * src/editaddress.c
42                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
43                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
44                 Browse buttons in accounts prefs.
45
46 2006-02-09 [colin]      2.0.0cvs39
47
48         * src/matcher.c
49                 Check for pointer before using its members
50         * src/gtk/gtksourceprintjob.c
51                 Fix a wrong warning
52
53 2006-02-09 [wwp]        2.0.0cvs38
54
55         * src/gtk/filesel.c
56                 fix few compiler warnings (type mismatch).
57
58 2006-02-09 [paul]       2.0.0cvs37
59
60         * po/fr.po
61                 updated by Fabien Vantard
62
63 2006-02-08 [colin]      2.0.0cvs36
64
65         * src/prefs_common.c
66         * src/common/defs.h
67         * src/common/plugin.c
68                 allow windows and linux configurations to coexist
69                 patch by Thomas Gilgin
70
71 2006-02-08 [colin]      2.0.0cvs35
72
73         * src/filtering.c
74         * src/matcher.c
75         * src/matcher.h
76         * src/matcher_parser_parse.y
77         * src/prefs_filtering_action.c
78         * src/prefs_matcher.c
79                 Add the "Ignore thread" filtering
80                 action
81
82 2006-02-08 [colin]      2.0.0cvs34
83
84         * src/compose.c
85         * src/procmime.c
86         * src/procmime.h
87                 Fix bug #905 (damaged attachment)
88                 text files with raw \0's aren't really text files
89         FOR_STABLE
90
91 2006-02-08 [colin]      2.0.0cvs33
92
93         * src/summaryview.c
94                 Fix crasher introduced yesterday
95
96 2006-02-08 [wwp]        2.0.0cvs32
97
98         * src/compose.c
99         * src/compose.h
100                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
101
102 2006-02-08 [wwp]        2.0.0cvs31
103
104         * src/prefs_template.c
105                 templates enhancement: allow address completion for Cc and Bcc fields
106                 (it was currently possible for the To field only)
107
108 2006-02-08 [colin]      2.0.0cvs30
109
110         * src/compose.c
111                 Don't unblock if not blocked
112         FOR_STABLE
113
114 2006-02-07 [colin]      2.0.0cvs29
115
116         * src/action.c
117                 Forgot to refresh summaryview
118
119 2006-02-07 [colin]      2.0.0cvs28
120
121         * src/action.c
122                 Freeze/thaw message list and folder list while
123                 processing %as{} actions 
124         * src/compose.c
125                 Fix auto-wrap disabling after a middle-click
126                 paste - FOR_STABLE
127
128 2006-02-07 [paul]       2.0.0cvs27
129
130         * src/folder.c
131                 fix freeing of uninitialised pointers
132                 Thanks to Colin
133
134 2006-02-06 [colin]      2.0.0cvs26
135
136         * src/folder.c
137                 Use g_slist_prepend in potentially big list
138
139 2006-02-06 [colin]      2.0.0cvs25
140
141         * src/folder.c
142                 Completely skip processing if it doesn't 
143                 exist (faster!)
144
145 2006-02-06 [colin]      2.0.0cvs24
146
147         * src/folder.c
148         * src/summaryview.c
149                 Batch filtering in summaryview (from Tools menu)
150                 and pre/post//-processing too
151
152 2006-02-06 [colin]      2.0.0cvs23
153
154         * src/procmsg.h
155         * src/filtering.c
156                 Use a special field for batch filtering instead
157                 of stepping on deferred execution's toes
158
159 2006-02-06 [colin]      2.0.0cvs22
160
161         * src/action.c
162         * src/filtering.c
163         * src/filtering.h
164         * src/folder.c
165         * src/summaryview.c
166                 Fix filtering via menus and actions
167
168 2006-02-06 [colin]      2.0.0cvs21
169
170         * src/imap.c
171                 Put the added file directly to cache if possible (will work
172                 with next libetpan)
173         * src/filtering.c
174         * src/filtering.h
175         * src/inc.c
176         * src/folder.c
177         * src/mbox.c
178         * src/procmsg.h
179                 Move and copy filtered messages by batches instead of one
180                 by one - faster on IMAP
181         * src/procmsg.c
182                 Add a function that'll possibly be useful later
183
184 2006-02-06 [colin]      2.0.0cvs20
185
186         * src/addressbook.c
187                 Use internal mime-type instead of text/plain for d'n'd
188         * src/compose.c
189                 Allow attaching files from mimeview's icon list via d'n'd
190         * src/folderview.c
191         * src/folderview.h
192                 Use internal mime-type instead of text/plain for d'n'd
193                 Don't try to selected opened folder if none is
194                 Factorize d'n'd from other apps code
195         * src/headerview.c
196         * src/textview.c
197         * src/gtk/gtkutils.c
198         * src/gtk/gtkutils.h
199                 Factorize Face/X-Face stuff
200         * src/mimeview.c
201                 Fix d'n'd to other apps
202         * src/prefs_message.c
203                 Let the XFace pref be usable without libcompface as it also
204                 applies to Face
205         * src/summaryview.c
206                 Fix d'n'd to other apps
207                 Factorize d'n'd from other apps code
208
209 2006-02-06 [wwp]        2.0.0cvs19
210
211         * po/it.po
212                 Italian translation fixes by Andrea Spadaccini (no more confusion
213                 between filtering and processing, and few changes in the About
214                 dialog).
215
216
217 2006-02-06 [mones]      2.0.0cvs18
218
219         * src/gtk/icon_legend.c
220                 Improved descriptions allowing better translations
221
222 2006-02-05 [colin]      2.0.0cvs17
223
224         * src/imap.c
225                 Add the f*cking missing expunge that caused imap_fetch_env
226                 to fail after an add_msgs ! :-///
227         * src/etpan/imap-thread.c
228                 Add a bit of debug
229         FOR_STABLE
230
231 2006-02-05 [colin]      2.0.0cvs16
232
233         * src/common/utils.c
234                 Don't check for return-path (or we can't put
235                 back non-sent mails)
236
237 2006-02-05 [colin]      2.0.0cvs15
238
239         * src/textview.c
240                 Don't try to display Face header in textview
241                 when teh headerview's active
242
243 2006-02-05 [colin]      2.0.0cvs14
244
245         * tools/tbird2syl.py
246         * tools/Makefile.am
247                 Add script to import Thunderbird mails
248
249 2006-02-05 [colin]      2.0.0cvs13
250
251         * src/headerview.c
252         * src/procheader.c
253         * src/procmsg.c
254         * src/procmsg.h
255         * src/textview.c
256                 Show Face headers - patch partially by Klaus Flittner
257
258 2006-02-05 [colin]      2.0.0cvs12
259
260         * src/folderview.c
261         * src/summaryview.c
262         * src/common/utils.c
263         * src/common/utils.h
264                 Let dnd work from mime icons to summaryview
265                 and to folderview too
266                 Add a crude test to avoid trying to add files
267                 drag'n'dropped when they're not mails
268
269 2006-02-04 [colin]      2.0.0cvs11
270
271         * src/summaryview.c
272         * src/mimeview.c
273                 Fix utf8 conversion
274
275 2006-02-04 [colin]      2.0.0cvs10
276
277         * src/compose.c
278         * src/folderview.c
279         * src/mimeview.c
280         * src/summaryview.c
281         * src/summaryview.h
282                 Added various drag and drop capas:
283                 From                    To
284                 summaryview             other apps
285                 mimeview icons          other apps
286                 other apps              summaryview
287                 other apps              folderview
288
289                 This shouldn't have broken the existing:
290                 From                    To
291                 summaryview             folderview
292                 folderview              folderview
293                 summaryview             compose's attachments
294
295         Tests welcomed.
296
297 2006-02-02 [paul]       2.0.0cvs9
298
299         * src/mainwindow.c
300                 move global option 'Set displayed columns...' out
301                 of folder option grouping.
302                 fix sensitivity of 'harvest addresses'
303         FOR_STABLE
304
305 2006-02-01 [colin]      2.0.0cvs8
306
307         * src/mimeview.c
308                 Revert the alertpanel patch, it sucks (intrusive
309                 and gets in the way of "open")
310
311 2006-02-01 [colin]      2.0.0cvs7
312
313         * src/compose.c
314         * src/prefs_account.c
315         * src/prefs_common.c
316         * src/common/defs.h
317         * src/common/utils.c
318         * src/common/utils.h
319                 Add ability to edit the signature file
320                 from the account preferences, and use
321                 a default for the text editor.
322                 Patch by Fabien Vantard
323
324 2006-02-01 [colin]      2.0.0cvs6
325
326         * src/mimeview.c
327                 Try to get mime type by extension if it is
328                 application/octet-stream
329                 Display a window with possible choices when
330                 encountering unknown mime types
331         * src/gtk/filesel.c
332         * src/gtk/filesel.h
333                 Add preview
334                 Allow multiple selection in filtered filesel
335                 (patch by Fabien Vantard)
336         * src/gtk/pluginwindow.c
337                 Use it (patch by Fabien Vantard)
338
339 2006-02-01 [paul]       2.0.0cvs5
340
341         * src/jpilot.c
342                 fix crash on creating jpilot address book
343                 Thanks to Colin - FOR_STABLE
344         * src/prefs_summaries.c
345         * src/prefs_wrapping.c
346         * src/gtk/icon_legend.c
347         * src/gtk/quicksearch.c
348                 string fixes and additions
349
350 2006-02-01 [paul]       2.0.0cvs4
351
352         * src/compose.c
353         * src/mainwindow.c
354         * src/messageview.c
355         * src/prefs_send.c
356                 add Arabic encoding option
357                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
358
359 2006-01-31 [cleroy]     2.0.0cvs3
360
361         * src/plugins/pgpcore/passphrase.c
362                 Convert passphrase to locale encoding
363         * src/compose.c
364                 Fix drafting on IMAP. Crappy bug sneaked in
365                 the release :-/
366         FOR_STABLE
367
368 2006-01-30 [paul]       2.0.0cvs2
369
370         * src/gtk/icon_legend.c
371                 show the new entries
372
373 2006-01-30 [colin]      2.0.0cvs1
374
375         * src/manual.c
376                 Check for the file to be present before 
377                 enabling the menu - FOR_STABLE
378         * src/gtk/icon_legend.c
379                 Add folders icons (not all of them, there
380                 are too much, but the most intriguing ones)
381
382 2006-01-30 [paul]       2.0.0
383
384         version 2.0.0 released
385
386 2006-01-30 [paul]       1.9.100cvs200
387
388         * manual/faq.xml
389         * manual/gpl.xml
390         * manual/intro.xml
391         * manual/starting.xml
392         * manual/sylpheed-claws-manual.xml
393                 fixes, additions
394
395 2006-01-29 [mones]      1.9.100cvs199
396
397         * manual/account.xml
398         * manual/advanced.xml
399         * manual/glossary.xml
400                 Some typos fixed, added LDIF term to glossary
401         * po/es.po
402                 Fixed leading plus symbol
403
404 2006-01-29 [paul]       1.9.100cvs198
405
406         * po/fi.po
407         * po/sk.po
408                 updated by Tommi Pirinen and Andrej Kacian
409
410 2006-01-29 [paul]       1.9.100cvs197
411
412         * src/gtk/authors.h
413                 remove duplicates
414
415 2006-01-29 [paul]       1.9.100cvs196
416
417         * AUTHORS
418         * po/nl.po
419         * src/gtk/authors.h
420         * tools/claws.i18n.status.pl
421                 nl translation updated by Tim Dijkstra
422
423 2006-01-29 [paul]       1.9.100cvs195
424
425         * po/sr.po
426         * po/sv.po
427                 updated by Aleksandar Urosevic and Anders Troback
428
429 2006-01-28 [colin]      1.9.100cvs194
430
431         * src/gtk/gtksourceprintjob.c
432                 Don't fiddle with PangoLayout when we
433                 have an image
434
435 2006-01-28 [paul]       1.9.100cvs193
436
437         * AUTHORS
438         * po/el.po
439         * po/zh_CN.po
440         * src/gtk/authors.h
441         * tools/claws.i18n.status.pl
442                 updated translations submitted by Stavros Giannouris
443                 and Ralgh Young
444
445 2006-01-27 [cleroy]     1.9.100cvs192
446
447         * src/summaryview.c
448         * src/gtk/gtksourceprintjob.c
449                 Add image printing 
450                 (libgnomeprint only, of course)
451
452 2006-01-27 [paul]       1.9.100cvs191
453
454         * po/fr.po
455         * po/it.po
456                 updated by Fabien Vantard and Andrea Spadaccini
457
458 2006-01-26 [colin]      1.9.100cvs190
459
460         * manual/Makefile.am
461         * configure.ac
462                 Make building the manual optional 
463                 (--disable-manual)
464
465 2006-01-26 [paul]       1.9.100cvs189
466
467         * manual/glossary.xml
468         * manual/plugins.xml
469                 edited
470         * po/en_GB.po
471                 updated
472
473 2006-01-26 [paul]       1.9.100cvs188
474
475         * src/prefs_display_header.c
476         * src/prefs_folder_column.c
477         * src/prefs_msg_colors.c
478         * src/prefs_summaries.c
479         * src/prefs_summary_column.c
480                 HIGify
481
482 2006-01-25 [colin]      1.9.100cvs187
483
484         * src/imap.c
485                 Don't allow moving/copying mails between
486                 queue/drafts and non-queue/drafts folders
487                 Fixes bug #897 (message header is resetted 
488                 if one is copied to Drafts)
489
490 2006-01-25 [colin]      1.9.100cvs186
491
492         * src/folder.c
493         * src/mainwindow.c
494                 Fix subscribed folders not found
495         * src/compose.c
496                 Don't try to encode as original mail's charset
497                 if it's ascii 
498
499 2006-01-25 [paul]       1.9.100cvs185
500
501         * AUTHORS
502         * po/Makevars
503                 updated
504         * po/de.po
505         * po/pl.po
506         * po/pt_BR.po
507         * po/sr.po
508                 updates submitted by Stephan Sachse, Emilian Nowak
509                 and Quar, Frederico Goncalves Guimaraes, and
510                 Aleksandar Urosevic
511                 Fix Bug 896, 'PT_BR locale broken'.
512         * src/gtk/authors.h
513                 updated
514
515 2006-01-24 [mones]      1.9.100cvs184
516
517         * manual/glossary.xml
518                 All current terms finished. Reviewers welcome ;-)
519         * manual/keyboard.xml
520                 Fixed column width for pdf output.
521         * po/es.po
522                 Updated
523
524 2006-01-24 [paul]       1.9.100cvs183
525
526         * manual/glossary.xml
527                 fix id name
528         * manual/dist/html/Makefile.am
529         * manual/dist/pdf/Makefile.am
530         * manual/dist/ps/Makefile.am
531         * manual/dist/txt/Makefile.am
532                 fix make deps
533                 Thanks to Colin
534
535 2006-01-24 [mones]      1.9.100cvs182
536
537         * manual/glossary.xml
538                 Nearly finished, some terms missing.
539
540 2006-01-23 [paul]       1.9.100cvs181
541
542         * manual/dist/html/Makefile.am
543         * manual/dist/pdf/Makefile.am
544         * manual/dist/ps/Makefile.am
545         * manual/dist/txt/Makefile.am
546         * src/mainwindow.c
547                 re-enable manual
548                 Thanks to Colin
549
550 2006-01-22 [colin]      1.9.100cvs180
551
552         * src/compose.c
553         * src/gtk/gtkaspell.c
554                 Don't deselect stuff before right-clicking, with aspell.
555                 (This prevented right-click Copy, for example).
556                 Thanks to Clo!
557
558 2006-01-22 [paul]       1.9.100cvs179
559
560         * src/summary_search.c
561                 don't fix the widget size as it causes problems
562                 under localisation.
563                 Thanks to Emilian Nowak
564
565 2006-01-21 [paul]       1.9.100cvs178
566
567         * src/prefs_themes.c
568                 fix broken underlining of label text
569                 with some translations
570
571 2006-01-21 [colin]      1.9.100cvs177
572
573         * po/fr.po
574                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
575
576 2006-01-20 [colin]      1.9.100cvs176
577
578         * configure.ac
579         * Makefile.am
580         * manual/Makefile
581         * manual/dist/html/.cvsignore
582         * manual/dist/html/Makefile.am
583         * manual/dist/pdf/.cvsignore
584         * manual/dist/pdf/Makefile.am
585         * manual/dist/ps/.cvsignore
586         * manual/dist/ps/Makefile.am
587         * manual/dist/txt/.cvsignore
588         * manual/dist/txt/Makefile.am
589                 Autotool-ize manual
590
591 2006-01-20 [paul]       1.9.100cvs175
592
593         * manual/handling.xml
594                 make Filtering and Searching entries easier to find
595         * manual/keyboard.xml
596                 add the remaining default keybinds
597         * src/prefs_summaries.c
598                 update the default keybinds
599
600 2006-01-20 [paul]       1.9.100cvs174
601
602         * src/addressbook.c
603         * src/addrgather.c
604         * src/addrharvest.c
605         * src/editaddress.c
606         * src/editgroup.c
607         * src/exphtmldlg.c
608         * src/expldifdlg.c
609         * src/exporthtml.c
610         * src/exportldif.c
611         * src/ldif.c
612                 replace 'e-mail' with 'email'
613         * src/summary_search.c
614                 add mnemonic to "Find all" button
615
616 2006-01-20 [wwp]        1.9.100cvs173
617
618         * src/export.c
619         * src/import.c
620                 touched mbox import/export buttons for HIG-compliance
621
622 2006-01-19 [paul]       1.9.100cvs172
623
624         * manual/account.xml
625         * manual/addrbook.xml
626         * manual/advanced.xml
627         * manual/faq.xml
628         * manual/handling.xml
629         * manual/intro.xml
630         * manual/plugins.xml
631         * manual/starting.xml
632                 more editing
633
634 2006-01-19 [paul]       1.9.100cvs171
635
636         * src/toolbar.c
637                 allow use of trash button while receiving
638                 Thanks to Colin
639
640 2006-01-19 [wwp]        1.9.100cvs170
641
642         * src/gtk/quicksearch.c
643         * src/compose.c
644                 force text color to black when yellow background is set
645
646 2006-01-19 [colin]      1.9.100cvs169
647
648         * src/plugins/trayicon/trayicon.c
649                 Gray out Get Mail when already getting mail
650
651 2006-01-18 [paul]       1.9.100cvs168
652
653         * src/compose.c
654                 give widget yellow background was To is
655                 set via folder prefs
656         * src/gtk/quicksearch.c
657                 give widget yellow background when quick
658                 search is active.
659                 Thanks to Colin
660
661 2006-01-18 [paul]       1.9.100cvs167
662
663         * doc/man/sylpheed-claws.1
664                 add --subscribe option
665
666 2006-01-18 [paul]       1.9.100cvs166
667
668         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
669         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
670                 use %U instead of %F (%F is broken for user installed
671                 files in kde 3.5)
672
673 2006-01-18 [colin]      1.9.100cvs165
674
675         * src/summaryview.c
676                 Default to Yes in "No more * messages" dialogs
677
678 2006-01-17 [colin]      1.9.100cvs164
679
680         * src/compose.c
681                 Possibly fix an invalid iterator causing
682                 crash
683
684 2006-01-17 [colin]      1.9.100cvs163
685
686         * src/mimeview.c
687                 Fix crash when the image disappears under the
688                 image viewer
689
690 2006-01-16 [colin]      1.9.100cvs162
691
692         * src/compose.c
693                 Fix reenabling autowrap
694
695 2006-01-16 [colin]      1.9.100cvs161
696
697         * src/compose.c
698                 reset quote_len before getting quote_str
699
700 2006-01-16 [colin]      1.9.100cvs160
701
702         * src/account.c
703         * src/account.h
704         * src/folder.c
705         * src/imap_gtk.c
706         * src/mh_gtk.c
707                 Fix bug #883 (default inbox does not track folder move)
708
709 2006-01-16 [colin]      1.9.100cvs159
710
711         * src/compose.c
712         * src/plugins/pgpcore/passphrase.c
713                 More buttons fixes
714
715 2006-01-16 [paul]       1.9.100cvs158
716
717         * src/prefs_actions.c
718         * src/prefs_filtering_action.c
719         * src/prefs_matcher.c
720         * src/quote_fmt.c
721         * src/gtk/description_window.c
722         * src/gtk/description_window.h
723         * src/gtk/quicksearch.c
724                 description window cleanups
725
726 2006-01-15 [colin]      1.9.100cvs157
727
728         * src/addressbook.c
729         * src/prefs_filtering.c
730                 Same here
731
732 2006-01-15 [colin]      1.9.100cvs156
733
734         * src/folderview.c
735         * src/mainwindow.c
736                 Same for "Empty trash"
737
738 2006-01-15 [colin]      1.9.100cvs155
739
740         * src/inc.c
741                 Override offline dialog had Yes by default
742
743 2006-01-15 [colin]      1.9.100cvs154
744
745         * src/summaryview.c
746                 Delete selected messages? previously had Yes the default
747
748 2006-01-15 [colin]      1.9.100cvs153
749
750         * src/folder.c
751         * src/folder.h
752         * src/main.c
753                 Check if a mailbox is loaded after all
754                 plugins are loaded.
755
756 2006-01-15 [colin]      1.9.100cvs152
757
758         * src/folder.c
759                 Don't start wizard when there are unloaded folders (will help
760                 people with only mbox or maildir mailboxes)
761
762 2006-01-14 [colin]      1.9.100cvs151
763
764         * src/addressbook.c
765         * src/expldifdlg.c
766         * src/importldif.c
767         * src/importmutt.c
768         * src/importpine.c
769         * src/mh_gtk.c
770                 More HIG compliance and fixes
771
772 2006-01-14 [colin]      1.9.100cvs150
773
774         * src/prefs_filtering_action.c
775         * src/foldersel.c
776                 Two forgotten button order changes
777
778 2006-01-14 [colin]      1.9.100cvs149
779
780         * src/account.c
781         * src/addressbook.c
782         * src/compose.c
783         * src/folderview.c
784         * src/imap_gtk.c
785         * src/mainwindow.c
786         * src/mh_gtk.c
787         * src/news_gtk.c
788         * src/prefs_actions.c
789         * src/prefs_customheader.c
790         * src/prefs_filtering.c
791         * src/prefs_matcher.c
792         * src/prefs_template.c
793         * src/ssl_manager.c
794         * src/summaryview.c
795         * src/textview.c
796         * src/toolbar.c
797                 All deletion confirmations are now "Cancel, Delete" 
798                 instead of "No, Yes"
799                 Clarified most of the other "No, Yes" to 
800                 "Cancel, Descriptive_action"
801                 Rechanged the "Entry not saved" alerts to have 
802                 "Close, Continue editing"
803
804
805 2006-01-14 [paul]
806
807         * 2.0.0-rc4 released
808
809 2006-01-14 [paul]       1.9.100cvs148
810
811         * src/account.c
812         * src/addressadd.c
813         * src/addressbook.c
814         * src/compose.c
815         * src/editaddress.c
816         * src/editbook.c
817         * src/editgroup.c
818         * src/editjpilot.c
819         * src/editldap.c
820         * src/editvcard.c
821         * src/exphtmldlg.c
822         * src/expldifdlg.c
823         * src/folderview.c
824         * src/grouplistdialog.c
825         * src/imap_gtk.c
826         * src/importmutt.c
827         * src/importpine.c
828         * src/inc.c
829         * src/main.c
830         * src/mainwindow.c
831         * src/message_search.c
832         * src/messageview.c
833         * src/mh_gtk.c
834         * src/mimeview.c
835         * src/news_gtk.c
836         * src/prefs_actions.c
837         * src/prefs_customheader.c
838         * src/prefs_filtering.c
839         * src/prefs_matcher.c
840         * src/prefs_template.c
841         * src/prefs_themes.c
842         * src/ssl_manager.c
843         * src/summary_search.c
844         * src/summaryview.c
845         * src/textview.c
846         * src/toolbar.c
847         * src/gtk/foldersort.c
848         * src/gtk/gtkaspell.c
849         * src/gtk/inputdialog.c
850         * src/gtk/prefswindow.c
851         * src/plugins/pgpcore/select-keys.c
852         * src/plugins/trayicon/trayicon.c
853                 HIG compliant button order
854
855 2006-01-14 [mones]      1.9.100cvs147
856
857         * po/es.po
858                 Updated translation
859
860 2006-01-13 [paul]       1.9.100cvs146
861
862         * AUTHORS
863         * ChangeLog
864         * src/gtk/authors.h
865                 add Joshua M. Kwan to contributors list
866
867 2006-01-13 [colin]      1.9.100cvs145
868
869         * src/gtk/quicksearch.c
870                 Don't refocus quick search after executing (Esc or Enter)
871                 Allows to '/'search something then move up/down in 
872                 summaryview, and to Esc a search and be back in the 
873                 summaryview
874
875 2006-01-13 [paul]       1.9.100cvs144
876
877         * src/plugins/pgpinline/pgpinline.c
878                 support Content-Type 'application/pgp'
879                 patch by Joshua M. Kwan <joshuak@users.sf.net>
880
881 2006-01-13 [paul]       1.9.100cvs143
882
883         * manual/account.xml
884                 make mention of partial retrieval
885                 thanks to Colin
886
887 2006-01-13 [paul]       1.9.100cvs142
888
889         * src/account.c
890         * src/account.h
891         * src/action.c
892         * src/action.h
893         * src/adbookbase.h
894         * src/addr_compl.c
895         * src/addr_compl.h
896         * src/addrbook.c
897         * src/addrcache.c
898         * src/addrcache.h
899         * src/addrcindex.c
900         * src/addrcindex.h
901         * src/addrclip.c
902         * src/addrclip.h
903         * src/addrdefs.h
904         * src/addressadd.c
905         * src/addressadd.h
906         * src/addressbook.c
907         * src/addressbook.h
908         * src/addrgather.c
909         * src/addrgather.h
910         * src/addrharvest.c
911         * src/addrharvest.h
912         * src/addrindex.c
913         * src/addrindex.h
914         * src/addritem.c
915         * src/addritem.h
916         * src/addrquery.c
917         * src/addrquery.h
918         * src/addrselect.c
919         * src/addrselect.h
920         * src/alertpanel.c
921         * src/alertpanel.h
922         * src/browseldap.c
923         * src/browseldap.h
924         * src/codeconv.c
925         * src/codeconv.h
926         * src/compose.c
927         * src/compose.h
928         * src/customheader.c
929         * src/customheader.h
930         * src/displayheader.c
931         * src/displayheader.h
932         * src/editaddress.c
933         * src/editaddress.h
934         * src/editbook.c
935         * src/editbook.h
936         * src/editgroup.c
937         * src/editgroup.h
938         * src/editjpilot.c
939         * src/editjpilot.h
940         * src/editldap.c
941         * src/editldap.h
942         * src/editldap_basedn.c
943         * src/editldap_basedn.h
944         * src/editvcard.c
945         * src/editvcard.h
946         * src/exphtmldlg.c
947         * src/exphtmldlg.h
948         * src/expldifdlg.c
949         * src/expldifdlg.h
950         * src/export.h
951         * src/exporthtml.c
952         * src/exporthtml.h
953         * src/exportldif.c
954         * src/exportldif.h
955         * src/filtering.c
956         * src/filtering.h
957         * src/folder.c
958         * src/folder.h
959         * src/folder_item_prefs.c
960         * src/folder_item_prefs.h
961         * src/foldersel.c
962         * src/foldersel.h
963         * src/folderutils.c
964         * src/folderutils.h
965         * src/folderview.c
966         * src/folderview.h
967         * src/grouplistdialog.c
968         * src/grouplistdialog.h
969         * src/headerview.c
970         * src/html.c
971         * src/html.h
972         * src/image_viewer.c
973         * src/image_viewer.h
974         * src/imap.c
975         * src/imap.h
976         * src/imap_gtk.c
977         * src/imap_gtk.h
978         * src/import.h
979         * src/importldif.c
980         * src/importldif.h
981         * src/importmutt.c
982         * src/importmutt.h
983         * src/importpine.c
984         * src/importpine.h
985         * src/inc.c
986         * src/inc.h
987         * src/jpilot.c
988         * src/jpilot.h
989         * src/ldapctrl.c
990         * src/ldapctrl.h
991         * src/ldaplocate.c
992         * src/ldaplocate.h
993         * src/ldapquery.c
994         * src/ldapquery.h
995         * src/ldapserver.c
996         * src/ldapserver.h
997         * src/ldaputil.c
998         * src/ldaputil.h
999         * src/ldif.c
1000         * src/ldif.h
1001         * src/main.c
1002         * src/main.h
1003         * src/mainwindow.c
1004         * src/mainwindow.h
1005         * src/manual.c
1006         * src/manual.h
1007         * src/mbox.c
1008         * src/mbox.h
1009         * src/message_search.c
1010         * src/message_search.h
1011         * src/messageview.c
1012         * src/messageview.h
1013         * src/mh.c
1014         * src/mh.h
1015         * src/mh_gtk.c
1016         * src/mh_gtk.h
1017         * src/mimeview.c
1018         * src/mimeview.h
1019         * src/msgcache.c
1020         * src/msgcache.h
1021         * src/mutt.c
1022         * src/mutt.h
1023         * src/news.c
1024         * src/news.h
1025         * src/news_gtk.c
1026         * src/news_gtk.h
1027         * src/partial_download.c
1028         * src/partial_download.h
1029         * src/pine.c
1030         * src/pine.h
1031         * src/pop.c
1032         * src/pop.h
1033         * src/prefs_account.c
1034         * src/prefs_account.h
1035         * src/prefs_actions.c
1036         * src/prefs_actions.h
1037         * src/prefs_common.c
1038         * src/prefs_common.h
1039         * src/prefs_compose_writing.c
1040         * src/prefs_compose_writing.h
1041         * src/prefs_customheader.c
1042         * src/prefs_customheader.h
1043         * src/prefs_display_header.c
1044         * src/prefs_display_header.h
1045         * src/prefs_filtering.c
1046         * src/prefs_filtering.h
1047         * src/prefs_filtering_action.c
1048         * src/prefs_filtering_action.h
1049         * src/prefs_folder_column.c
1050         * src/prefs_folder_column.h
1051         * src/prefs_folder_item.c
1052         * src/prefs_folder_item.h
1053         * src/prefs_fonts.c
1054         * src/prefs_fonts.h
1055         * src/prefs_gtk.c
1056         * src/prefs_gtk.h
1057         * src/prefs_image_viewer.c
1058         * src/prefs_image_viewer.h
1059         * src/prefs_matcher.c
1060         * src/prefs_matcher.h
1061         * src/prefs_message.c
1062         * src/prefs_msg_colors.c
1063         * src/prefs_msg_colors.h
1064         * src/prefs_other.c
1065         * src/prefs_quote.c
1066         * src/prefs_receive.c
1067         * src/prefs_send.c
1068         * src/prefs_spelling.c
1069         * src/prefs_spelling.h
1070         * src/prefs_summaries.c
1071         * src/prefs_summaries.h
1072         * src/prefs_summary_column.c
1073         * src/prefs_summary_column.h
1074         * src/prefs_template.c
1075         * src/prefs_template.h
1076         * src/prefs_themes.c
1077         * src/prefs_themes.h
1078         * src/prefs_toolbar.c
1079         * src/prefs_toolbar.h
1080         * src/prefs_wrapping.c
1081         * src/prefs_wrapping.h
1082         * src/privacy.c
1083         * src/privacy.h
1084         * src/procheader.c
1085         * src/procheader.h
1086         * src/procmime.c
1087         * src/procmime.h
1088         * src/procmsg.c
1089         * src/procmsg.h
1090         * src/quote_fmt.c
1091         * src/quote_fmt_parse.y
1092         * src/recv.c
1093         * src/recv.h
1094         * src/remotefolder.c
1095         * src/remotefolder.h
1096         * src/send_message.c
1097         * src/send_message.h
1098         * src/setup.c
1099         * src/setup.h
1100         * src/sourcewindow.c
1101         * src/sourcewindow.h
1102         * src/ssl_manager.c
1103         * src/ssl_manager.h
1104         * src/statusbar.c
1105         * src/statusbar.h
1106         * src/stock_pixmap.c
1107         * src/stock_pixmap.h
1108         * src/summary_search.c
1109         * src/summary_search.h
1110         * src/summaryview.c
1111         * src/summaryview.h
1112         * src/syldap.c
1113         * src/syldap.h
1114         * src/textview.c
1115         * src/textview.h
1116         * src/toolbar.c
1117         * src/toolbar.h
1118         * src/undo.c
1119         * src/undo.h
1120         * src/unmime.c
1121         * src/unmime.h
1122         * src/vcard.c
1123         * src/vcard.h
1124         * src/wizard.c
1125         * src/wizard.h
1126         * src/common/base64.c
1127         * src/common/base64.h
1128         * src/common/defs.h
1129         * src/common/hooks.c
1130         * src/common/hooks.h
1131         * src/common/log.c
1132         * src/common/log.h
1133         * src/common/mgutils.c
1134         * src/common/mgutils.h
1135         * src/common/nntp.c
1136         * src/common/nntp.h
1137         * src/common/passcrypt.c
1138         * src/common/passcrypt.h.in
1139         * src/common/plugin.c
1140         * src/common/plugin.h
1141         * src/common/prefs.c
1142         * src/common/prefs.h
1143         * src/common/progressindicator.c
1144         * src/common/progressindicator.h
1145         * src/common/quoted-printable.c
1146         * src/common/quoted-printable.h
1147         * src/common/session.c
1148         * src/common/session.h
1149         * src/common/smtp.c
1150         * src/common/smtp.h
1151         * src/common/socket.c
1152         * src/common/socket.h
1153         * src/common/ssl.c
1154         * src/common/ssl.h
1155         * src/common/ssl_certificate.c
1156         * src/common/ssl_certificate.h
1157         * src/common/stringtable.c
1158         * src/common/stringtable.h
1159         * src/common/sylpheed.c
1160         * src/common/sylpheed.h
1161         * src/common/template.c
1162         * src/common/template.h
1163         * src/common/timing.h
1164         * src/common/utils.c
1165         * src/common/utils.h
1166         * src/common/version.h.in
1167         * src/common/xml.c
1168         * src/common/xml.h
1169         * src/common/xmlprops.c
1170         * src/common/xmlprops.h
1171         * src/gtk/colorlabel.c
1172         * src/gtk/colorsel.c
1173         * src/gtk/colorsel.h
1174         * src/gtk/description_window.c
1175         * src/gtk/description_window.h
1176         * src/gtk/filesel.c
1177         * src/gtk/filesel.h
1178         * src/gtk/foldersort.c
1179         * src/gtk/foldersort.h
1180         * src/gtk/gtkutils.c
1181         * src/gtk/gtkutils.h
1182         * src/gtk/inputdialog.c
1183         * src/gtk/inputdialog.h
1184         * src/gtk/logwindow.c
1185         * src/gtk/logwindow.h
1186         * src/gtk/manage_window.c
1187         * src/gtk/manage_window.h
1188         * src/gtk/menu.c
1189         * src/gtk/menu.h
1190         * src/gtk/pluginwindow.c
1191         * src/gtk/pluginwindow.h
1192         * src/gtk/prefswindow.c
1193         * src/gtk/prefswindow.h
1194         * src/gtk/progressdialog.c
1195         * src/gtk/progressdialog.h
1196         * src/gtk/sslcertwindow.c
1197         * src/gtk/sslcertwindow.h
1198         * src/plugins/clamav/clamav_plugin.c
1199         * src/plugins/clamav/clamav_plugin.h
1200         * src/plugins/clamav/clamav_plugin_gtk.c
1201         * src/plugins/demo/demo.c
1202         * src/plugins/dillo_viewer/dillo_prefs.c
1203         * src/plugins/dillo_viewer/dillo_prefs.h
1204         * src/plugins/dillo_viewer/dillo_viewer.c
1205         * src/plugins/pgpcore/passphrase.c
1206         * src/plugins/pgpcore/passphrase.h
1207         * src/plugins/pgpcore/plugin.c
1208         * src/plugins/pgpcore/select-keys.c
1209         * src/plugins/pgpcore/select-keys.h
1210         * src/plugins/pgpcore/sgpgme.c
1211         * src/plugins/pgpcore/sgpgme.h
1212         * src/plugins/pgpinline/pgpinline.c
1213         * src/plugins/pgpinline/pgpinline.h
1214         * src/plugins/pgpinline/plugin.c
1215         * src/plugins/pgpmime/pgpmime.c
1216         * src/plugins/pgpmime/pgpmime.h
1217         * src/plugins/pgpmime/plugin.c
1218         * src/plugins/spamassassin/spamassassin.c
1219         * src/plugins/spamassassin/spamassassin.h
1220         * src/plugins/spamassassin/spamassassin_gtk.c
1221         * src/plugins/trayicon/trayicon.c
1222                 update copyright header
1223
1224 2006-01-13 [paul]       1.9.100cvs141
1225
1226         * src/account.c
1227         * src/export.c
1228         * src/import.c
1229         * src/mainwindow.c
1230         * src/prefs_account.c
1231         * src/prefs_display_header.c
1232         * src/prefs_receive.c
1233         * src/prefs_send.c
1234         * src/prefs_summaries.c
1235         * src/prefs_themes.c
1236         * src/prefs_toolbar.c
1237         * src/gtk/about.c
1238                 various cleanups
1239
1240 2006-01-12 [colin]      1.9.100cvs140
1241
1242         * src/folder.c
1243         * src/folder.h
1244         * src/main.c
1245                 Add --subscribe option
1246                 Let sylpheed-claws email@domain.com equivalent to --compose
1247                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
1248
1249 2006-01-12 [paul]       1.9.100cvs139
1250
1251         * src/mainwindow.c
1252                 append 'Change folder order' label with '...'
1253         * src/prefs_actions.c
1254                 allow reordering of actions list by dnd
1255         * src/gtk/foldersort.c
1256                 make the dialog nicer
1257
1258 2006-01-11 [colin]      1.9.100cvs138
1259
1260         * src/compose.c
1261                 Allow templates without text
1262
1263 2006-01-11 [paul]       1.9.100cvs137
1264
1265         * tools/README
1266         * tools/filter_conv_new.pl
1267                 add info to README
1268                 also check .sylpheed for filter.xml
1269                 be a bit informative to the user
1270
1271 2006-01-11 [colin]      1.9.100cvs136
1272
1273         * src/textview.c
1274                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
1275
1276 2006-01-10 [paul]       1.9.100cvs135
1277
1278         * tools/Makefile.am
1279         * tools/filter_conv_new.pl
1280                 add script to convert new style Sylpheed
1281                 filter rules (Sylpheed >= 0.9.99) to
1282                 Claws filtering rules
1283
1284 2006-01-10 [colin]      1.9.100cvs134
1285
1286         * src/compose.c
1287                 Fix broken line joins in certain conditions
1288                 (between two quoted lines: <enter><enter><up>
1289                  <type a wrapped sentence><go in the first line>
1290                  <insert more text><watch as line joining failed>)
1291
1292 2006-01-10 [paul]       1.9.100cvs133
1293
1294         * src/compose.c
1295                 don't report success in error dialog
1296                 thanks to Colin
1297         * src/common/utils.c
1298                 include some trailing punctuations as URI
1299                 thanks to Hiro
1300
1301 2006-01-10 [paul]       1.9.100cvs132
1302
1303         * src/mimeview.c
1304                 fix incompatible pointer type
1305                 warning
1306
1307 2006-01-10 [paul]       1.9.100cvs131
1308
1309         * src/compose.c
1310                 change Subject in window title
1311                 instantaneously
1312
1313 2006-01-09 [colin]      1.9.100cvs130
1314
1315         * src/addressbook.c
1316         * src/headerview.c
1317         * src/mainwindow.c
1318         * src/messageview.c
1319         * src/mimeview.c
1320         * src/noticeview.c
1321         * src/summaryview.c
1322                 Fix possible crashes on exit and in addressbook
1323
1324 2006-01-09 [paul]       1.9.100cvs129
1325
1326         * src/prefs_msg_colors.c
1327                 some cleanups that I forgot last time
1328
1329 2006-01-09 [paul]       1.9.100cvs128
1330
1331         * README
1332         * src/folderview.c
1333         * src/prefs_msg_colors.c
1334                 add previously hidden option, color_new, to
1335                 the gui
1336                 move the page to Display/
1337                 rework the gui
1338
1339 2006-01-09 [wwp]        1.9.100cvs127
1340
1341         * src/prefs_themes.c
1342                 made the prefs/display/themes layouts spacing less condensed
1343                 (and so they match other prefs/pages' look).
1344
1345 2006-01-09 [paul]       1.9.100cvs126
1346
1347         * src/compose.c
1348         * src/prefs_common.c
1349         * src/prefs_common.h
1350         * src/prefs_wrapping.c
1351                 remove 'wrap at send' option
1352
1353 2006-01-06 [colin]      1.9.100cvs125
1354
1355         * src/compose.c
1356                 Just make completely sure we don't insert "manual line breaks" 
1357                 when wrapping... 
1358
1359 2006-01-04 [paul]
1360
1361         * 2.0.0-rc3 released
1362
1363 2006-01-04 [paul]       1.9.100cvs124
1364
1365         * src/folderview.c
1366                 fix bug 882, 'quick scroll in folder list
1367                 displays wrong folder contents'
1368
1369 2006-01-04 [paul]       1.9.100cvs123
1370
1371         * src/plugins/pgpmime/pgpmime.c
1372                 better debug information when signing
1373                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
1374
1375 2006-01-03 [colin]      1.9.100cvs122
1376
1377         * configure.ac
1378                 We need to recheck for gpgme 1.0.0 after checking
1379                 for 1.1.1, because if 1.1.1 isn't available, 
1380                 GPGME_LIBS and friends are blanked out by the 
1381                 second check.
1382
1383 2006-01-03 [colin]      1.9.100cvs121
1384
1385         * src/common/prefs.c
1386                 Windows unlink-before rename fix
1387         * src/plugins/pgpcore/sgpgme.c
1388                 Add support for PKA info if available
1389                 Both patches by Werner Koch
1390
1391 2006-01-03 [paul]       1.9.100cvs120
1392
1393         * src/messageview.c
1394                 fix bug 884, 'Send receipt' button visible in queue
1395                 Thanks to Colin
1396
1397 2006-01-02 [colin]      1.9.100cvs119
1398
1399         * src/compose.c
1400         * src/imap.c
1401                 Fix autosave on IMAP and more generally try to
1402                 return the correct ID on a newly added IMAP message
1403
1404 2006-01-02 [paul]       1.9.100cvs118
1405
1406         * manual/keyboard.xml
1407                 edited
1408
1409 2006-01-01 [paul]       1.9.100cvs117
1410
1411         * src/gtk/authors.h
1412                 alphabetical order
1413
1414 2005-12-30 [colin]      1.9.100cvs116
1415
1416         * manual/advanced.xml
1417                 Explain Pre/Post-processing differences.
1418
1419 2005-12-30 [colin]      1.9.100cvs115
1420
1421         * src/mh.c
1422                 Implement copy_msgs for a little optimization
1423         * src/imap.c
1424                 Finish yesterday's fix
1425
1426 2005-12-29 [colin]      1.9.100cvs114
1427
1428         * src/imap.c
1429                 Fix occasional failure in fetching a mail over
1430                 IMAP
1431
1432 2005-12-29 [colin]      1.9.100cvs113
1433
1434         * src/compose.c
1435                 Don't remove a draft when sending it, if it is 
1436                 locked.
1437
1438 2005-12-28 [colin]      1.9.100cvs112
1439
1440         * src/summaryview.c
1441                 Fix leak for real
1442
1443 2005-12-28 [wwp]        1.9.100cvs111
1444
1445         * doc/faq/.cvsignore
1446         * doc/faq/de/.cvsignore
1447         * doc/faq/en/.cvsignore
1448         * doc/faq/es/.cvsignore
1449         * doc/faq/fr/.cvsignore
1450         * doc/faq/it/.cvsignore
1451         * doc/manual/.cvsignore
1452         * doc/manual/de/.cvsignore
1453         * doc/manual/en/.cvsignore
1454         * doc/manual/es/.cvsignore
1455         * doc/manual/fr/.cvsignore
1456         * doc/manual/ja/.cvsignore
1457         * src/plugins/mathml_viewer/.cvsignore
1458                 rollback revival of those files (my bad, sorry for the noise).
1459
1460 2005-12-28 [wwp]        1.9.100cvs110
1461
1462         * src/compose.c
1463                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
1464
1465 2005-12-28 [wwp]        1.9.100cvs109
1466
1467         * doc/faq/.cvsignore
1468         * doc/faq/de/.cvsignore
1469         * doc/faq/en/.cvsignore
1470         * doc/faq/es/.cvsignore
1471         * doc/faq/fr/.cvsignore
1472         * doc/faq/it/.cvsignore
1473         * doc/manual/.cvsignore
1474         * doc/manual/de/.cvsignore
1475         * doc/manual/en/.cvsignore
1476         * doc/manual/es/.cvsignore
1477         * doc/manual/fr/.cvsignore
1478         * doc/manual/ja/.cvsignore
1479         * src/plugins/mathml_viewer/.cvsignore
1480         * po/.cvsignore
1481                 more files to ignore.
1482
1483 2005-12-24 [colin]      1.9.100cvs108
1484
1485         * AUTHORS
1486         * src/gtk/authors.h
1487                 Update for Werner
1488
1489 2005-12-24 [colin]      1.9.100cvs107
1490
1491         * src/procmsg.c
1492                 Allow NULL src_msginfo in 
1493                 procmsg_msginfo_new_from_mimeinfo
1494
1495 2005-12-23 [paul]       1.9.100cvs106
1496
1497         * src/plugins/pgpinline/mypgpcore.def
1498                 add this forgotten file
1499
1500 2005-12-23 [colin]      1.9.100cvs105
1501
1502         * src/mainwindow.c
1503                 Fix missing break
1504
1505 2005-12-23 [colin]      1.9.100cvs104
1506
1507         * autogen.sh
1508         * src/folder.c
1509         * src/mh.c
1510         * src/common/plugin.c
1511         * src/common/socket.c
1512         * src/common/socket.h
1513         * src/common/utils.c
1514         * src/common/utils.h
1515         * src/gtk/pluginwindow.c
1516         * src/plugins/pgpcore/plugin.def
1517         * src/plugins/pgpcore/sylpheed.def
1518         * src/plugins/pgpinline/Makefile.am
1519         * src/plugins/pgpinline/plugin.def
1520         * src/plugins/pgpinline/sylpheed.def
1521         * src/plugins/pgpmime/plugin.def
1522         * src/plugins/pgpmime/sylpheed.def
1523                 Various w32 fixes by Werner Koch
1524
1525 2005-12-22 [paul]       1.9.100cvs103
1526
1527         * src/wizard.c
1528                 don't offer IMAP as 'server type' if
1529                 libetpan isn't built in
1530
1531 2005-12-22 [paul]       1.9.100cvs102
1532
1533         * AUTHORS
1534         * src/mainwindow.c
1535         * src/mainwindow.h
1536         * src/toolbar.c
1537         * src/gtk/authors.h
1538                 support GTK_TOOLBAR_BOTH_HORIZ (text
1539                 next to icon) Patch by Marien Zwart
1540                 marienz@users.sf.net
1541                 Also reword the text
1542
1543 2005-12-21 [colin]      1.9.100cvs101
1544
1545         * configure.ac
1546                 Fix DATADIRNAME
1547         * COPYING
1548                 Fix missing section and explicit the exception better
1549         * src/compose.c
1550                 Prevent mail from being lost without notice when an
1551                 SMTP error happens on trying to send an unmodified
1552                 drafted mail.
1553         * src/send_message.c
1554         * src/common/smtp.c
1555                 Fix password remembering when wrong, and add return
1556                 value checks where they should have been
1557         * src/plugins/pgpcore/sylpheed.def
1558         * src/plugins/pgpinline/sylpheed.def
1559         * src/plugins/pgpmime/sylpheed.def
1560                 Add a few symbols needed
1561
1562 2005-12-21 [paul]       1.9.100cvs100
1563
1564         * m4/codeset.m4
1565         * m4/glibc21.m4
1566         * m4/intdiv0.m4
1567         * m4/inttypes-pri.m4
1568         * m4/inttypes.m4
1569         * m4/inttypes_h.m4
1570         * m4/isc-posix.m4
1571         * m4/lcmessage.m4
1572         * m4/stdint_h.m4
1573         * m4/uintmax_t.m4
1574                 gettextization
1575                 thanks to Colin
1576
1577 2005-12-21 [paul]       1.9.100cvs99
1578
1579         * po/sv.po
1580                 fixed by Colin
1581
1582 2005-12-20 [paul]       1.9.100cvs98
1583
1584         * po/sv.po
1585                 updated by Anders Trobäck
1586
1587 2005-12-20 [colin]      1.9.100cvs97
1588
1589         * ABOUT-NLS
1590         * Makefile.am
1591         * autogen.sh
1592         * configure.ac
1593         * config/config.rpath
1594         * config/mkinstalldirs
1595         * m4/Makefile.am
1596         * m4/glibc2.m4
1597         * m4/gnupg.m4
1598         * m4/gpgme.m4
1599         * m4/intmax.m4
1600         * m4/longdouble.m4
1601         * m4/longlong.m4
1602         * m4/printf-posix.m4
1603         * m4/signed.m4
1604         * m4/size_max.m4
1605         * m4/ulonglong.m4
1606         * m4/wchar_t.m4
1607         * m4/wint_t.m4
1608         * m4/xsize.m4
1609         * po/Makefile.in.in
1610         * po/Makevars
1611         * po/bg.po
1612         * po/ca.po
1613         * po/cs.po
1614         * po/de.po
1615         * po/el.po
1616         * po/en_GB.po
1617         * po/es.po
1618         * po/fi.po
1619         * po/fr.po
1620         * po/hr.po
1621         * po/hu.po
1622         * po/it.po
1623         * po/ja.po
1624         * po/ko.po
1625         * po/nb.po
1626         * po/nl.po
1627         * po/pl.po
1628         * po/pt_BR.po
1629         * po/ru.po
1630         * po/sk.po
1631         * po/sr.po
1632         * po/stamp-po
1633         * po/sv.po
1634         * po/zh_CN.po
1635         * po/zh_TW.po
1636         * src/Makefile.am
1637         * src/codeconv.c
1638         * src/compose.c
1639         * src/exporthtml.c
1640         * src/exportldif.c
1641         * src/folder.c
1642         * src/main.c
1643         * src/manual.c
1644         * src/mh.c
1645         * src/mimeview.c
1646         * src/send_message.c
1647         * src/common/Makefile.am
1648         * src/common/fnmatch.c
1649         * src/common/fnmatch.h
1650         * src/common/fnmatch_loop.c
1651         * src/common/nntp.c
1652         * src/common/plugin.c
1653         * src/common/smtp.c
1654         * src/common/socket.c
1655         * src/common/string_match.c
1656         * src/common/sylpheed.c
1657         * src/common/utils.c
1658         * src/common/utils.h
1659         * src/common/w32_dirent.c
1660         * src/common/w32_reg.c
1661         * src/common/w32_signal.c
1662         * src/common/w32_stat.c
1663         * src/common/w32_stdio.c
1664         * src/common/w32_stdlib.c
1665         * src/common/w32_string.c
1666         * src/common/w32_time.c
1667         * src/common/w32_unistd.c
1668         * src/common/w32_wait.c
1669         * src/common/w32lib.h
1670         * src/etpan/Makefile.am
1671         * src/gtk/Makefile.am
1672         * src/plugins/clamav/Makefile.am
1673         * src/plugins/demo/Makefile.am
1674         * src/plugins/dillo_viewer/Makefile.am
1675         * src/plugins/pgpcore/Makefile.am
1676         * src/plugins/pgpcore/passphrase.c
1677         * src/plugins/pgpcore/plugin.def
1678         * src/plugins/pgpcore/sgpgme.c
1679         * src/plugins/pgpcore/sylpheed.def
1680         * src/plugins/pgpcore/version.rc
1681         * src/plugins/pgpinline/Makefile.am
1682         * src/plugins/pgpinline/plugin.def
1683         * src/plugins/pgpinline/sylpheed.def
1684         * src/plugins/pgpinline/version.rc
1685         * src/plugins/pgpmime/Makefile.am
1686         * src/plugins/pgpmime/mypgpcore.def
1687         * src/plugins/pgpmime/plugin.def
1688         * src/plugins/pgpmime/sylpheed.def
1689         * src/plugins/pgpmime/version.rc
1690         * src/plugins/spamassassin/Makefile.am
1691                 Very little ;-) patch from Werner Koch, providing
1692                 infrastructure for cross-compiling to Win32
1693
1694 2005-12-20 [paul]       1.9.100cvs96
1695
1696         * src/account.c
1697         * src/account.h
1698         * src/mainwindow.c
1699         * src/mainwindow.h
1700         * src/toolbar.c
1701         * src/toolbar.h
1702                 add a combo to the Get All button, allowing
1703                 quick retrieval from any account
1704                 Patch by Fabien Vantard, slightly modified
1705                 by Colin
1706         * src/gtk/about.c
1707                 i18n fix. Patch by Fabien Vantard
1708
1709 2005-12-19 [colin]      1.9.100cvs95
1710
1711         * src/compose.c
1712         * src/compose.h
1713                 Don't automatically join lines when they've 
1714                 been separated by the user and not automatically
1715
1716 2005-12-19 [paul]       1.9.100cvs94
1717
1718         * src/gtk/pluginwindow.c
1719                 i18n fix.
1720                 Patch by Fabien Vantard
1721
1722 2005-12-15 [paul]       1.9.100cvs93
1723
1724         * src/common/plugin.c
1725         * src/common/plugin.h
1726         * src/gtk/pluginwindow.c
1727         * src/plugins/clamav/clamav_plugin.c
1728         * src/plugins/demo/demo.c
1729         * src/plugins/dillo_viewer/dillo_viewer.c
1730         * src/plugins/pgpcore/plugin.c
1731         * src/plugins/pgpinline/plugin.c
1732         * src/plugins/pgpmime/plugin.c
1733         * src/plugins/spamassassin/spamassassin.c
1734         * src/plugins/trayicon/trayicon.c
1735                 add plugin_version()
1736
1737 2005-12-15 [colin]      1.9.100cvs92
1738
1739         * src/compose.c
1740                 Further fix bug #875
1741
1742 2005-12-15 [paul]       1.9.100cvs91
1743
1744         * src/gtk/filesel.c
1745                 fix attach_load_dir getting set to
1746                 PLUGINDIR on plugin load
1747
1748 2005-12-14 [mones]      1.9.100cvs90
1749
1750         * manual/ack.xml
1751         * manual/keyboard.xml
1752                 Initial draft and some shortcuts added
1753                 
1754         * po/es.po
1755                 Updated translation
1756
1757 2005-12-14 [colin]      1.9.100cvs89
1758
1759         * src/compose.c
1760         * src/imap.c
1761         * src/summaryview.c
1762         * src/gtk/gtkaspell.c
1763                 More leaks fixed
1764         * src/prefs_folder_item.c
1765                 Fix recursive prefs apply
1766
1767
1768 2005-12-14 [colin]      1.9.100cvs88
1769
1770         * src/compose.c
1771                 Fix bug #875 (Freeze On Inline Forward of 
1772                 Large Message)
1773
1774 2005-12-13 [colin]      1.9.100cvs87
1775
1776         * src/compose.c
1777                 Uniq-ify and sort the mimetypes list
1778                 Patch by Fabien Vantard
1779
1780 2005-12-13 [colin]      1.9.100cvs86
1781
1782         * src/imap.c
1783         * src/etpan/imap-thread.c
1784                 Fix leaks (patch by Hoa)
1785         * src/news.c
1786         * src/common/plugin.c
1787                 Fix leaks
1788
1789 2005-12-12 [colin]
1790
1791         * 2.0.0-rc2 released
1792
1793 2005-12-12 [colin]      1.9.100cvs85
1794
1795         * src/matcher.c
1796                 Fix a leak
1797
1798 2005-12-12 [wwp]        1.9.100cvs84
1799
1800         * src/gtk/icon_legend.c
1801                 fix misbehaviour and crash when closing the legend window
1802         using the Esc key (patch by Fabien Vantard).
1803
1804 2005-12-12 [paul]       1.9.100cvs83
1805
1806         * src/browseldap.c
1807         * src/foldersel.c
1808         * src/prefs_actions.c
1809         * src/prefs_filtering.c
1810         * src/prefs_matcher.c
1811         * src/prefs_spelling.glade      ** REMOVED **
1812         * src/prefs_template.c
1813         * src/gtk/foldersort.glade      ** REMOVED **
1814         * src/gtk/pluginwindow.c
1815         * src/gtk/pluginwindow.glade    ** REMOVED **
1816         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
1817                 cleanups
1818
1819 2005-12-11 [paul]       1.9.100cvs82
1820
1821         * src/gtk/filesel.c
1822                 fix attach_load_dir crasher (double free)
1823
1824 2005-12-09 [paul]       1.9.100cvs81
1825
1826         * po/POTFILES.in
1827         * src/mainwindow.c
1828         * src/gtk/Makefile.am
1829         * src/gtk/icon_legend.c
1830         * src/gtk/icon_legend.h
1831                 add icon legend
1832         * src/manual.c
1833                 cleanup
1834
1835 2005-12-09 [paul]       1.9.100cvs80
1836
1837         * src/plugins/pgpcore/passphrase.c
1838                 wrap the label in the dialog
1839
1840 2005-12-09 [colin]      1.9.100cvs79
1841
1842         * src/plugins/pgpcore/sgpgme.c
1843                 Display (untrusted) on not trusted signatures
1844                 Patch by Michal Èihaø <michal@cihar.com>
1845                 Closes bug #867 (Report also key trust)
1846
1847 2005-12-09 [colin]      1.9.100cvs78
1848
1849         * src/common/plugin.c
1850                 Update licence check, following Eben Moglen's advice
1851
1852 2005-12-08 [colin]      1.9.100cvs77
1853
1854         * src/folder.c
1855                 Fix the occasionnal item->cache != NULL 
1856                 assertion failure. 
1857
1858 2005-12-08 [colin]      1.9.100cvs76
1859
1860         * src/mimeview.c
1861         * src/plugins/pgpcore/sgpgme.c
1862                 Print key id when unable to check it
1863                 Closes bug #866 (Show key id when missing)
1864
1865 2005-12-08 [paul]       1.9.100cvs75
1866
1867         * src/prefs_common.c
1868         * src/prefs_common.h
1869         * src/gtk/filesel.c
1870                 remember load attachment dir
1871
1872 2005-12-07 [colin]      1.9.100cvs74
1873
1874         * src/prefs_toolbar.c
1875                 Gtk fixes, patch by Fabien Vantard
1876
1877 2005-12-07 [colin]      1.9.100cvs73
1878
1879         * src/action.c
1880         * src/compose.c
1881         * src/compose.h
1882                 Fix bug #839 (Quoted text isn't colored after 
1883                 executing an action)
1884         * src/common/plugin.c
1885                 Require plugins to declare their licence in plugin_licence()
1886                 Refuse to load non-GPL plugins as they'd be illegal (as 
1887                 derived works of Sylpheed-Claws, they must be GPL).
1888         * src/plugins/clamav/clamav_plugin.c
1889         * src/plugins/demo/demo.c
1890         * src/plugins/dillo_viewer/dillo_viewer.c
1891         * src/plugins/pgpcore/plugin.c
1892         * src/plugins/pgpinline/plugin.c
1893         * src/plugins/pgpmime/plugin.c
1894         * src/plugins/spamassassin/spamassassin.c
1895         * src/plugins/trayicon/trayicon.c
1896                 Add plugin_licence()
1897
1898 2005-12-07 [paul]       1.9.100cvs72
1899
1900         * configure.ac
1901         * src/mainwindow.c
1902         * src/manual.c
1903         * src/manual.h
1904         * src/common/defs.h
1905                 clean up after local FAQ removal and
1906                 temporary manual removal
1907
1908 2005-12-06 [colin]      1.9.100cvs71
1909
1910         * configure.ac
1911         * doc/Makefile.am
1912         * doc/faq/.cvsignore
1913         * doc/faq/Makefile.am
1914         * doc/faq/de/.cvsignore
1915         * doc/faq/de/Makefile.am
1916         * doc/faq/de/sylpheed-faq-1.html
1917         * doc/faq/de/sylpheed-faq-2.html
1918         * doc/faq/de/sylpheed-faq-3.html
1919         * doc/faq/de/sylpheed-faq.html
1920         * doc/faq/en/.cvsignore
1921         * doc/faq/en/Makefile.am
1922         * doc/faq/en/sylpheed-faq-1.html
1923         * doc/faq/en/sylpheed-faq-2.html
1924         * doc/faq/en/sylpheed-faq-3.html
1925         * doc/faq/en/sylpheed-faq-4.html
1926         * doc/faq/en/sylpheed-faq.html
1927         * doc/faq/es/.cvsignore
1928         * doc/faq/es/Makefile.am
1929         * doc/faq/es/sylpheed-faq-1.html
1930         * doc/faq/es/sylpheed-faq-2.html
1931         * doc/faq/es/sylpheed-faq-3.html
1932         * doc/faq/es/sylpheed-faq-4.html
1933         * doc/faq/es/sylpheed-faq.html
1934         * doc/faq/fr/.cvsignore
1935         * doc/faq/fr/Makefile.am
1936         * doc/faq/fr/sylpheed-faq-1.html
1937         * doc/faq/fr/sylpheed-faq-2.html
1938         * doc/faq/fr/sylpheed-faq-3.html
1939         * doc/faq/fr/sylpheed-faq.html
1940         * doc/faq/it/.cvsignore
1941         * doc/faq/it/Makefile.am
1942         * doc/faq/it/sylpheed-faq-1.html
1943         * doc/faq/it/sylpheed-faq-2.html
1944         * doc/faq/it/sylpheed-faq-3.html
1945         * doc/faq/it/sylpheed-faq.html
1946         * doc/manual/.cvsignore
1947         * doc/manual/Makefile.am
1948         * doc/manual/de/.cvsignore
1949         * doc/manual/de/Makefile.am
1950         * doc/manual/de/sylpheed-1.html
1951         * doc/manual/de/sylpheed-10.html
1952         * doc/manual/de/sylpheed-11.html
1953         * doc/manual/de/sylpheed-12.html
1954         * doc/manual/de/sylpheed-13.html
1955         * doc/manual/de/sylpheed-14.html
1956         * doc/manual/de/sylpheed-15.html
1957         * doc/manual/de/sylpheed-16.html
1958         * doc/manual/de/sylpheed-17.html
1959         * doc/manual/de/sylpheed-18.html
1960         * doc/manual/de/sylpheed-19.html
1961         * doc/manual/de/sylpheed-2.html
1962         * doc/manual/de/sylpheed-20.html
1963         * doc/manual/de/sylpheed-3.html
1964         * doc/manual/de/sylpheed-4.html
1965         * doc/manual/de/sylpheed-5.html
1966         * doc/manual/de/sylpheed-6.html
1967         * doc/manual/de/sylpheed-7.html
1968         * doc/manual/de/sylpheed-8.html
1969         * doc/manual/de/sylpheed-9.html
1970         * doc/manual/de/sylpheed.html
1971         * doc/manual/en/.cvsignore
1972         * doc/manual/en/Makefile.am
1973         * doc/manual/en/sylpheed-1.html
1974         * doc/manual/en/sylpheed-10.html
1975         * doc/manual/en/sylpheed-11.html
1976         * doc/manual/en/sylpheed-12.html
1977         * doc/manual/en/sylpheed-13.html
1978         * doc/manual/en/sylpheed-14.html
1979         * doc/manual/en/sylpheed-15.html
1980         * doc/manual/en/sylpheed-16.html
1981         * doc/manual/en/sylpheed-17.html
1982         * doc/manual/en/sylpheed-18.html
1983         * doc/manual/en/sylpheed-19.html
1984         * doc/manual/en/sylpheed-2.html
1985         * doc/manual/en/sylpheed-20.html
1986         * doc/manual/en/sylpheed-21.html
1987         * doc/manual/en/sylpheed-22.html
1988         * doc/manual/en/sylpheed-3.html
1989         * doc/manual/en/sylpheed-4.html
1990         * doc/manual/en/sylpheed-5.html
1991         * doc/manual/en/sylpheed-6.html
1992         * doc/manual/en/sylpheed-7.html
1993         * doc/manual/en/sylpheed-8.html
1994         * doc/manual/en/sylpheed-9.html
1995         * doc/manual/en/sylpheed.html
1996         * doc/manual/es/.cvsignore
1997         * doc/manual/es/Makefile.am
1998         * doc/manual/es/sylpheed-1.html
1999         * doc/manual/es/sylpheed-10.html
2000         * doc/manual/es/sylpheed-11.html
2001         * doc/manual/es/sylpheed-12.html
2002         * doc/manual/es/sylpheed-13.html
2003         * doc/manual/es/sylpheed-14.html
2004         * doc/manual/es/sylpheed-15.html
2005         * doc/manual/es/sylpheed-16.html
2006         * doc/manual/es/sylpheed-17.html
2007         * doc/manual/es/sylpheed-18.html
2008         * doc/manual/es/sylpheed-19.html
2009         * doc/manual/es/sylpheed-2.html
2010         * doc/manual/es/sylpheed-20.html
2011         * doc/manual/es/sylpheed-3.html
2012         * doc/manual/es/sylpheed-4.html
2013         * doc/manual/es/sylpheed-5.html
2014         * doc/manual/es/sylpheed-6.html
2015         * doc/manual/es/sylpheed-7.html
2016         * doc/manual/es/sylpheed-8.html
2017         * doc/manual/es/sylpheed-9.html
2018         * doc/manual/es/sylpheed.html
2019         * doc/manual/fr/.cvsignore
2020         * doc/manual/fr/Makefile.am
2021         * doc/manual/fr/sylpheed-1.html
2022         * doc/manual/fr/sylpheed-10.html
2023         * doc/manual/fr/sylpheed-11.html
2024         * doc/manual/fr/sylpheed-12.html
2025         * doc/manual/fr/sylpheed-13.html
2026         * doc/manual/fr/sylpheed-14.html
2027         * doc/manual/fr/sylpheed-15.html
2028         * doc/manual/fr/sylpheed-16.html
2029         * doc/manual/fr/sylpheed-17.html
2030         * doc/manual/fr/sylpheed-18.html
2031         * doc/manual/fr/sylpheed-19.html
2032         * doc/manual/fr/sylpheed-2.html
2033         * doc/manual/fr/sylpheed-20.html
2034         * doc/manual/fr/sylpheed-3.html
2035         * doc/manual/fr/sylpheed-4.html
2036         * doc/manual/fr/sylpheed-5.html
2037         * doc/manual/fr/sylpheed-6.html
2038         * doc/manual/fr/sylpheed-7.html
2039         * doc/manual/fr/sylpheed-8.html
2040         * doc/manual/fr/sylpheed-9.html
2041         * doc/manual/fr/sylpheed.html
2042         * doc/manual/ja/.cvsignore
2043         * doc/manual/ja/Makefile.am
2044         * doc/manual/ja/sylpheed-1.html
2045         * doc/manual/ja/sylpheed-10.html
2046         * doc/manual/ja/sylpheed-11.html
2047         * doc/manual/ja/sylpheed-12.html
2048         * doc/manual/ja/sylpheed-13.html
2049         * doc/manual/ja/sylpheed-14.html
2050         * doc/manual/ja/sylpheed-15.html
2051         * doc/manual/ja/sylpheed-16.html
2052         * doc/manual/ja/sylpheed-17.html
2053         * doc/manual/ja/sylpheed-18.html
2054         * doc/manual/ja/sylpheed-19.html
2055         * doc/manual/ja/sylpheed-2.html
2056         * doc/manual/ja/sylpheed-20.html
2057         * doc/manual/ja/sylpheed-3.html
2058         * doc/manual/ja/sylpheed-4.html
2059         * doc/manual/ja/sylpheed-5.html
2060         * doc/manual/ja/sylpheed-6.html
2061         * doc/manual/ja/sylpheed-7.html
2062         * doc/manual/ja/sylpheed-8.html
2063         * doc/manual/ja/sylpheed-9.html
2064         * doc/manual/ja/sylpheed.html
2065         * doc/manual/ja/sylpheed.sgml
2066         * src/mainwindow.c
2067                 Remove outdated manual and faq. Noisy, eh?
2068
2069 2005-12-06 [colin]      1.9.100cvs70
2070
2071         * src/compose.c
2072         * src/quote_fmt_parse.y
2073         * src/undo.c
2074         * src/undo.h
2075                 Allow %X to position cursor at 0 
2076                 (no %X = before signature)
2077                 Fix paste as quotation putting the cursor at 0
2078                 Fix undo offsets when pasting
2079                 Insert the quote_fmt at once instead of line 
2080                 by line
2081                 Fix [Edited] when starting to reply/forward
2082
2083 2005-12-06 [paul]       1.9.100cvs69
2084
2085         * src/plugins/clamav/clamav_plugin_gtk.c
2086                 add another tooltip
2087         * src/plugins/spamassassin/spamassassin_gtk.c
2088                 rework spamassassin_create_widget_func()
2089
2090 2005-12-05 [colin]      1.9.100cvs68
2091
2092         * po/POTFILES.in
2093                 Fix make release ;-)
2094
2095 2005-12-05 [colin]      1.9.100cvs67
2096
2097         * src/compose.c
2098         * src/compose.h
2099                 Fix cursor positioning (not obeying %X)
2100
2101 2005-12-05 [paul]       1.9.100cvs66
2102
2103         * src/plugins/dillo_viewer/dillo_prefs.c
2104                 fix compilation warning
2105
2106 2005-12-05 [paul]       1.9.100cvs65
2107
2108         * src/prefs_spelling.c
2109         * src/plugins/trayicon/trayicon.c
2110                 cleanups - remove unused stuff
2111
2112 2005-12-05 [paul]       1.9.100cvs64
2113
2114         * README
2115         * manual/plugins.xml
2116                 remove info about removed mathml_viewer plugin
2117
2118 2005-12-05 [paul]       1.9.100cvs63
2119
2120         * configure.ac
2121         * src/plugins/Makefile.am
2122         * src/plugins/mathml_viewer/.cvsignore
2123         * src/plugins/mathml_viewer/Makefile.am
2124         * src/plugins/mathml_viewer/mathml_viewer.c
2125                 remove unmaintained mathml_viewer plugin
2126
2127 2005-12-05 [paul]       1.9.100cvs62
2128
2129         * src/summaryview.c
2130                 obey prefs_common.always_show_msg when
2131                 moving a msg
2132                 Thanks to Colin
2133
2134 2005-12-05 [paul]       1.9.100cvs61
2135
2136         * src/compose.c
2137         * src/prefs_account.c
2138         * src/prefs_filtering.c
2139         * src/prefs_quote.c
2140         * src/prefs_spelling.c
2141         * src/prefs_toolbar.c
2142         * src/summaryview.c
2143         * src/gtk/gtkutils.c
2144         * src/gtk/quicksearch.c
2145         * src/plugins/dillo_viewer/dillo_prefs.c
2146                 dialog cleanups
2147
2148 2005-12-04 [paul]       1.9.100cvs60
2149
2150         * src/inc.c
2151         * src/prefs_account.c
2152         * src/prefs_account.h
2153                 allow a Local account to specify a
2154                 default inbox
2155                 (closes bug 843 'Inbox cannot be changed for local
2156                  mailboxes')
2157
2158 2005-12-04 [colin]      1.9.100cvs59
2159
2160         * src/plugins/trayicon/trayicon.c
2161                 Remove Get, rename Get All to Get Mail in order to
2162                 be consistent with the default main toolbar
2163
2164 2005-12-03 [colin]      1.9.100cvs58
2165
2166         * manual/gpl.xml
2167         * manual/sylpheed-claws-manual.xml
2168                 Add GPL appendix
2169
2170 2005-12-03 [paul]       1.9.100cvs57
2171
2172         * AUTHORS
2173         * po/sv.po
2174         * src/gtk/authors.h
2175                 new (partially complete) Swedish translation
2176                 by Anders Troback <sylpheed@troback.com>
2177
2178 2005-12-02 [paul]       1.9.100cvs56
2179
2180         * configure.ac
2181                 libetpan 0.41 required
2182
2183 2005-12-02 [paul]       1.9.100cvs55
2184
2185         * src/plugins/clamav/clamav_plugin.c
2186         * src/plugins/clamav/clamav_plugin.h
2187         * src/plugins/clamav/clamav_plugin_gtk.c
2188         * src/plugins/spamassassin/spamassassin.c
2189         * src/plugins/spamassassin/spamassassin.h
2190         * src/plugins/spamassassin/spamassassin_gtk.c
2191                 unregister prefs pages on unloading, thus
2192                 preventing a crash
2193                 (thanks to Colin for the hint)
2194
2195 2005-12-02 [wwp]        1.9.100cvs54
2196
2197         * src/quote_fmt.h
2198         * src/quote_fmt_parse.y
2199                 fix misuse of gboolean*, use gboolean instead
2200                 (thanks to Paul, Colin, for pointing out that scaring one)
2201
2202 2005-12-02 [paul]       1.9.100cvs53
2203
2204         * src/plugins/clamav/clamav_plugin.c
2205                 int no --> unsigned int no
2206         * src/plugins/clamav/clamav_plugin_gtk.c
2207                 rework config page
2208
2209 2005-12-02 [wwp]        1.9.100cvs52
2210
2211         * src/compose.c
2212         * src/prefs_template.c
2213         * src/quote_fmt.h
2214         * src/quote_fmt_parse.y
2215                 prevent from executing |f and |p templates commands when
2216                 adding or replacing templates in prefs (avoids annoying and
2217                 potentially dangerous behaviours)
2218
2219 2005-12-02 [paul]       1.9.100cvs51
2220
2221         * src/prefs_common.c
2222                 allow translation of some default values
2223                 Patch by Fabien Vantard
2224
2225 2005-12-02 [paul]       1.9.100cvs50
2226
2227         * src/codeconv.c
2228         * src/codeconv.h
2229         * src/prefs_common.c
2230         * src/prefs_common.h
2231         * src/prefs_message.c
2232         * src/textview.c
2233                 remove obsolete 'convert_mb_alnum' option
2234                 and related stuff
2235         * src/gtk/about.c
2236                 remove unused 'about_textview_visibility_notify'
2237
2238 2005-12-02 [paul]       1.9.100cvs49
2239
2240         * src/prefs_account.c
2241         * src/prefs_compose_writing.c
2242         * src/prefs_fonts.c
2243         * src/prefs_gtk.h
2244         * src/prefs_image_viewer.c
2245         * src/prefs_message.c
2246         * src/prefs_other.c
2247         * src/prefs_receive.c
2248         * src/prefs_send.c
2249         * src/prefs_spelling.c
2250         * src/prefs_summaries.c
2251         * src/prefs_wrapping.c
2252         * src/plugins/dillo_viewer/dillo_prefs.c
2253         * src/plugins/pgpcore/prefs_gpg.c
2254                 several cleanups to the prefs dialogs
2255                 (slightly modified) patch by Fabien Vantard
2256
2257 2005-12-02 [paul]       1.9.100cvs48
2258
2259         * src/main.c
2260                 --exit means exit
2261         * src/send_message.c
2262                 fix crash on send when connection fails
2263
2264         Thanks to Colin
2265
2266 2005-12-01 [colin]      1.9.100cvs47
2267
2268         * src/html.c
2269                 Translate &hellip; to "..."
2270
2271 2005-11-30 [colin]      1.9.100cvs46
2272
2273         * src/matcher.c
2274         * src/matcher.h
2275                 Optimize back yesterday's fix.
2276
2277 2005-11-30 [paul]       1.9.100cvs45
2278
2279         * manual/faq.xml
2280                 standardised
2281         * manual/intro.xml
2282                 written by Colin, edited by me
2283
2284 2005-11-29 [colin]      1.9.100cvs44
2285
2286         * src/matcher.c
2287                 Skip headers unconditionnaly in match_body if the
2288                 rule is not message or ~message
2289
2290 2005-11-29 [colin]      1.9.100cvs43
2291
2292         * src/matcher.c
2293                 Fix body_part and such, not skipping headers 
2294                 if the matchcriteria wasn't the first in the rule
2295
2296 2005-11-29 [colin]      1.9.100cvs42
2297
2298         * src/compose.c
2299                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
2300                 option missing from message view window)
2301                 Fix double text D'n'D with gtk-2.8
2302         * src/matcher.c
2303                 Fix ~message, ~headers_part, ~body_part rules
2304         * src/messageview.c
2305                 Add Windows-1252 (Closes bug #863)
2306                 Fix accels
2307         * src/gtk/gtkaspell.c
2308                 Properly destroy accels in all menus
2309
2310 2005-11-29 [mones]      1.9.100cvs41
2311
2312         * po/es.po
2313                 Updated.
2314
2315 2005-11-27 [colin]      1.9.100cvs40
2316
2317         * src/mh_gtk.c
2318                 "/Remove mailbox" -> "/Remove mailbox..."
2319
2320 2005-11-27 [paul]       1.9.100cvs39
2321
2322         * AUTHORS
2323         * po/de.po
2324         * src/gtk/authors.h
2325                 updated by new maintainer, Stephan Sachse
2326
2327 2005-11-27 [paul]       1.9.100cvs38
2328
2329         * manual/faq.xml
2330                 written by Colin, edited by me
2331
2332 2005-11-27 [paul]       1.9.100cvs37
2333
2334         * src/prefs_common.c
2335         * src/prefs_common.h
2336         * src/prefs_receive.c
2337         * src/prefs_summaries.c
2338                 move 'go to inbox after receiving new mail'
2339                 option from display/sumamaries to mail
2340                 handling/receive, and rework prefs_summaries
2341                 dialog a little
2342
2343 2005-11-25 [martin]     1.9.100cvs36
2344
2345         * po/de.po
2346             fixed windows-1252 translation;
2347             translated some new and fuzzy strings
2348
2349 2005-11-25 [paul]       1.9.100cvs35
2350
2351         * src/plugins/clamav/clamav_plugin.c
2352                 complete the update done in cvs34
2353
2354 2005-11-25 [paul]       1.9.100cvs34
2355
2356         * src/plugins/clamav/clamav_plugin.c
2357                 reflect upstream changes
2358
2359 2005-11-25 [paul]       1.9.100cvs33
2360
2361         * manual/ack.xml
2362         * manual/plugins.xml
2363         * manual/sylpheed-claws-manual.xml
2364                 written/updated by Colin, edited by me
2365         * tools/acroread2sylpheed.pl
2366                 update binary name
2367
2368 2005-11-24 [colin]      1.9.100cvs32
2369
2370         * src/compose.c
2371                 Fix bug #856 (reediting messages forgets Request
2372                 Return Receipt)
2373
2374 2005-11-24 [paul]       1.9.100cvs31
2375
2376         * manual/addrbook.xml
2377         * manual/starting.xml
2378                 written by Colin, proofread, edited, adapted by me
2379         * manual/advanced.xml
2380                 add some Actions examples
2381         * src/importldif.c
2382                 use a Save button instead of a Close button
2383         * src/wizard.c
2384                 indicate mandatory fields
2385                 fix page display
2386                 Thanks to Colin
2387
2388 2005-11-23 [colin]      1.9.100cvs30
2389
2390         * src/addressbook.c
2391                 Rename menu item, fix possible crash after
2392                 deletion of books
2393         * src/addrindex.c
2394                 Allow searching for '*' in ldap
2395         * src/browseldap.c
2396                 Fix "Browse Entry" (did anyone use it?)
2397         * src/wizard.c
2398                 Add guards for mandatory information
2399
2400 2005-11-23 [paul]       1.9.100cvs29
2401
2402         * manual/advanced.xml
2403                 corrections to the English
2404
2405 2005-11-23 [colin]      1.9.100cvs28
2406
2407         * src/mimeview.c
2408                 Fix possible crash at exit. After the call to
2409                 gtk_container_remove(), the Viewer's widget has no
2410                 more parent so gtk+ automatically frees it and its
2411                 sons. If destroy_viewer() then try to access it,
2412                 problems ensue.
2413
2414 2005-11-22 [colin]      1.9.100cvs27
2415
2416         * src/compose.c
2417         * src/gtk/gtkaspell.c
2418                 Fix right-clicking on a misspelled word
2419                 Fix More... in suggestions menu
2420
2421 2005-11-22 [wwp]        1.9.100cvs26
2422
2423         * src/prefs_template.c
2424                 templates works: re-sort templates list when adding or replacing,
2425                 prevent from adding or replacing when the template name is empty
2426
2427 2005-11-21 [colin]      1.9.100cvs25
2428
2429         * src/addressbook.c
2430                 Fix some addressbook suckage (dnd, select all)
2431         * src/compose.c
2432         * src/gtk/gtkaspell.c
2433         * src/gtk/gtkaspell.h
2434                 Make the spellchecker menu work with the 
2435                 GtkTextView one instead of overriding it
2436
2437 2005-11-20 [paul]       1.9.100cvs24
2438
2439         * manual/handling.xml
2440                 proofread and corrected
2441
2442 2005-11-20 [paul]       1.9.100cvs23
2443
2444         * manual/Makefile
2445                 generate html as one file
2446         * manual/advanced.xml
2447                 fix output generation
2448                 reformat hidden options list
2449         * manual/manual.xml     ** REMOVED **
2450         * manual/sylpheed-claws-manual.xml      ** ADDED **
2451                 renamed
2452
2453 2005-11-18 [colin]      1.9.100cvs22
2454
2455         * src/prefs_account.c
2456                 Fix layout in news and mbox accounts
2457         * manual/account.xml
2458         * manual/advanced.xml
2459                 New contents for Paul to check :)
2460
2461 2005-11-18 [wwp]        1.9.100cvs21
2462
2463         * src/gtk/quicksearch.c
2464                 don't update extended quicksearch buttons twice
2465
2466 2005-11-18 [paul]       1.9.100cvs20
2467
2468         * src/textview.c
2469                 complete 1.9.100cvs19
2470
2471 2005-11-18 [paul]       1.9.100cvs19
2472
2473         * src/compose.c
2474                 cosmetic improvements
2475         * src/textview.c
2476                 also list text/* attachments
2477
2478 2005-11-18 [colin]      1.9.100cvs18
2479
2480         * src/summaryview.c
2481                 Use column 0 instead of -1 in 
2482                 gtk_ctree_node_moveto, in a naive
2483                 hope it'll fix the gtk-related crashes
2484
2485 2005-11-18 [colin]      1.9.100cvs17
2486
2487         * src/gtk/inputdialog.c
2488                 Fix icon staying the first one
2489
2490 2005-11-17 [wwp]        1.9.100cvs16
2491                 fix possible problem showing some quicksearch buttons, and a bad
2492                 call to g_return_if_fail in a function that returns a value (both
2493                 fixes by Fabien Vantard)
2494
2495 2005-11-15 [wwp]        1.9.100cvs15
2496
2497         * src/gtk/quicksearch.c
2498                 added a tooltip to that obscure ... quicksearch button
2499
2500 2005-11-15 [wwp]        1.9.100cvs14
2501
2502         * src/gtk/quicksearch.c
2503                 add a quicksearch helper to filtering expression users: the ... button
2504                 raises the condition expr window. condition expressions set up w/ this
2505                 window are used by the quicksearch if the user closes it pressing OK.
2506
2507 2005-11-14 [paul]       1.9.100cvs13
2508
2509         * src/plugins/clamav/clamav_plugin.c
2510         * src/plugins/spamassassin/spamassassin.c
2511                 change plugin type following recent merging
2512
2513 2005-11-14 [wwp]        1.9.100cvs12
2514
2515         * src/folder.c
2516                 prevent from crashing when copying/moving message(s) from and
2517                 to the same folder
2518
2519 2005-11-14 [paul]       1.9.100cvs11
2520
2521         * src/plugins/clamav/Makefile.am
2522         * src/plugins/clamav/clamav_plugin.c
2523         * src/plugins/clamav/clamav_plugin.h
2524         * src/plugins/clamav/clamav_plugin_gtk.c
2525                 also merge clamav and clamav_gtk plugins
2526
2527 2005-11-13 [colin]      1.9.100cvs10
2528
2529         * configure.ac
2530         * src/plugins/spamassassin/Makefile.am
2531         * src/plugins/spamassassin/spamassassin.c
2532         * src/plugins/spamassassin/spamassassin.h
2533         * src/plugins/spamassassin/spamassassin_gtk.c
2534                 Merge spamassassin and spamassassin_gtk plugins,
2535                 and build it by default.
2536
2537 2005-11-12 [colin]      1.9.100cvs9
2538
2539         * src/etpan/imap-thread.c
2540                 Fix gcc warning
2541
2542 2005-11-12 [colin]      1.9.100cvs8
2543
2544         * src/procmime.c
2545                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
2546
2547 2005-11-10 [colin]      1.9.100cvs7
2548
2549         * src/main.c
2550                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
2551                 minimised state)
2552
2553 2005-11-10 [wwp]        1.9.100cvs6
2554
2555         * src/gtk/description_window.c
2556                 fix a crash when closing description windows using the WM's [X] button
2557
2558 2005-11-09 [colin]      1.9.100cvs5
2559
2560         * src/common/ssl.c
2561                 Update libetpan call to follow upstream
2562                 (yes, this requires libetpan-0.40cvs3)
2563
2564 2005-11-08 [colin]      1.9.100cvs4
2565
2566         * src/compose.c
2567         * src/textview.c
2568         * src/common/utils.c
2569         * src/common/utils.h
2570                 Enhance the email parser
2571
2572 2005-11-08 [colin]      1.9.100cvs3
2573
2574         * src/procmime.c
2575                 Fix what looks like an off-by-one (fixes 
2576                 attachments from the Bat)
2577
2578 2005-11-08 [wwp]        1.9.100cvs2
2579
2580         * src/main.c
2581                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
2582
2583 2005-11-08 [wwp]        1.9.100cvs1
2584
2585         * src/main.c
2586                 allow exiting Sylpheed-Claws from command-line
2587
2588 2005-11-08 [paul]       1.9.100
2589
2590         1.9.100 released
2591
2592 2005-11-07 [colin]      1.9.99cvs17
2593
2594         * src/addritem.c
2595         * src/ldif.c
2596                 Fix import of base-64 encoded items
2597
2598 2005-11-07 [colin]      1.9.99cvs16
2599
2600         * src/send_message.c
2601                 Fix bug #314 (Queue does not empty under certain 
2602                 circumstances)
2603
2604 2005-11-07 [paul]       1.9.99cvs15
2605
2606         * src/mutt.c
2607         * src/pine.c
2608                 fix buffer overflows
2609                 Thanks to Colin
2610
2611 2005-11-07 [paul]       1.9.99cvs14
2612
2613         * doc/man/Makefile.am
2614         * doc/man/sylpheed-claws.1      ** ADDED **
2615         * doc/man/sylpheed.1            ** DELETED **
2616                 rename and update the man file
2617
2618 2005-11-06 [colin]      1.9.99cvs13
2619
2620         * src/ldif.c
2621                 Fix ldif_get_line() that returned empty strings
2622                 (Didn't understand why). Also fix a possible
2623                 buffer overflow.
2624
2625 2005-11-06 [wwp]        1.9.99cvs12
2626
2627         * src/textview.c
2628         * src/gtk/about.c
2629         * src/gtk/gtkutils.c
2630         * src/gtk/gtkutils.h
2631                 fix a compilation warning,
2632                 make links sensitive in the about dialog
2633
2634 2005-11-04 [wwp]        1.9.99cvs11
2635
2636         * src/gtk/about.c
2637                 don't wrap or translate URIs, and a bit text format cleanup
2638
2639 2005-11-04 [wwp]        1.9.99cvs10
2640
2641         * src/gtk/about.c
2642                 better textview tagging implementation (no more use of marks for
2643                 postponed tagging)
2644
2645 2005-11-02 [colin]      1.9.99cvs9
2646
2647         * src/common/ssl.c
2648                 Forgot an ifdef
2649
2650 2005-11-02 [colin]      1.9.99cvs8
2651
2652         * configure.ac
2653                 Require libetpan-0.40 due to upstream fix
2654         * src/common/ssl.c
2655                 Tell libetpan not to call SSL_Library_Init,
2656                 as we do it ourselves.
2657
2658 2005-11-02 [colin]      1.9.99cvs7
2659
2660         * po/POTFILES.in
2661                 Add missing files (thanks to Fabien Vantard)
2662
2663 2005-11-02 [colin]      1.9.99cvs6
2664
2665         * src/summaryview.c
2666                 Fix totals when read messages are hidden or quicksearch
2667                 is on
2668         * src/ssl_manager.c
2669         * src/ssl_manager.h
2670         * src/common/ssl_certificate.c
2671         * src/common/ssl_certificate.h
2672         * src/gtk/sslcertwindow.c
2673         * src/gtk/sslcertwindow.h
2674                 Fix copyright on my stuff
2675
2676 2005-11-02 [wwp]        1.9.99cvs5
2677
2678         * src/prefs_themes.c
2679                 fix directory name checking (theme installation/removal),
2680                 made related error a bit more verbose
2681
2682 2005-11-02 [colin]      1.9.99cvs4
2683
2684         * src/summaryview.c
2685                 Fix typo (probably fixes bug #841 (Sort by the From 
2686                 field doesn't work)
2687
2688 2005-11-02 [paul]       1.9.99cvs3
2689
2690         * po/ko.po
2691         * po/nb.po
2692                 updated by SungHyun Nam, Geir Helland
2693         * src/wizard.c
2694                 fix typo in welcome message. spotted by
2695                 Andrea Spadaccini
2696
2697 2005-11-01 [colin]      1.9.99cvs2
2698
2699         * src/compose.c
2700                 Fix replying to ml wen confirming subscription
2701         * src/messageview.c
2702         * src/mimeview.c
2703         * src/mimeview.h
2704         * src/privacy.h
2705         * src/summaryview.c
2706                 Make key check non blocking
2707
2708 2005-10-31 [paul]       1.9.99cvs1
2709
2710         * tools/claws.i18n.status.pl
2711                 updated for ChangeLog
2712
2713 2005-10-31 [paul]       1.9.99
2714
2715         1.9.99 released
2716
2717 2005-10-31 [paul]       1.9.15cvs131
2718
2719         * .cvsignore
2720         * ChangeLog
2721         * ChangeLog.claws       ** REMOVED **
2722         * ChangeLog-gtk2.claws  ** REMOVED **
2723         * ChangeLog.gtk1        ** ADDED **
2724         * INSTALL
2725         * Makefile.am
2726         * NEWS
2727         * README
2728         * README.claws          ** REMOVED **
2729         * README.jp             ** REMOVED **
2730         * RELEASE_NOTES         ** ADDED **
2731         * RELEASE_NOTES.claws   ** REMOVED **
2732         * commitHelper
2733         * configure.ac
2734         * sylpheed.spec.in      ** REMOVED **
2735                 tidy up and update the default docs:
2736                 ChangeLog.claws is renamed ChangeLog.gtk1
2737                 ChangeLog-gtk2.claws is renamed ChangeLog
2738                 README.claws is renamed README
2739                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
2740
2741 2005-10-31 [paul]       1.9.15cvs130
2742
2743         * po/it.po
2744                 fix errors
2745
2746 2005-10-31 [paul]       1.9.15cvs129
2747
2748         * po/ca.po
2749         * po/de.po
2750         * po/en_GB.po
2751         * po/fr.po
2752         * po/it.po
2753         * po/pt_BR.po
2754         * po/sk.po
2755         * po/sr.po
2756         * po/zh_CN.po
2757                 updated by Miquel Oliete, Stephan Sachse and
2758                 Thomas Gilgin, me, Fabien Vantard, Andrea
2759                 Spadaccini, Frederico Goncalves Guimaraes,
2760                 Andrej Kacian, Aleksandar Urosevic, and
2761                 Ralgh Young.
2762
2763 2005-10-31 [mones]      1.9.15cvs128
2764
2765         * manual/faq.xml
2766                 More questions.
2767         
2768         * po/es.po
2769                 Updated for release.
2770
2771 2005-10-30 [colin]      1.9.15cvs127
2772
2773         * src/compose.c
2774                 Place cursor before rewrapping (fixes cursor
2775                 pos if quotation gets rewrapped)
2776
2777 2005-10-29 [paul]       1.9.15cvs126
2778
2779         * src/crash.c
2780         * src/foldersel.c
2781         * src/main.c
2782         * src/messageview.c
2783         * src/toolbar.c
2784         * src/gtk/authors.h
2785                 corrections to text items
2786
2787 2005-10-28 [colin]      1.9.15cvs125
2788
2789         * src/messageview.c
2790                 Make "hit 'C' to check sig" work from extern 
2791                 messageviews
2792
2793 2005-10-27 [colin]      1.9.15cvs124
2794
2795         * src/summaryview.c
2796                 Add a hack to avoid segfaulting when hammering 
2797                 on gtk's events
2798
2799 2005-10-27 [wwp]        1.9.15cvs123
2800
2801         * src/prefs_themes.c
2802                 sort list of themes names in themes prefs
2803
2804 2005-10-27 [paul]       1.9.15cvs122
2805
2806         * src/folder.c
2807         * src/prefs_account.c
2808                 fix building on Solaris
2809                 Patch by Alex Moore
2810
2811 2005-10-27 [wwp]        1.9.15cvs121
2812
2813         * src/summaryview.c
2814         * src/gtk/gtksctree.c
2815                 speed up unselecting messages in summary view (thanks to Colin)
2816
2817 2005-10-27 [paul]       1.9.15cvs120
2818
2819         * src/mainwindow.c
2820                 fix a compilation warning
2821         * src/summaryview.c
2822                 fix updating of 'n items selected' count
2823                 when deselecting
2824
2825 2005-10-27 [martin]     1.9.15cvs119
2826
2827         * src/action.c
2828                 ignore actions with a leading '/' in the action menu name
2829                 fixes a crash on menu creation
2830         * src/prefs_actions.c
2831                 do not allow a leading '/' in the action menu name
2832
2833 2005-10-27 [paul]       1.9.15cvs118
2834
2835         * src/main.c
2836                 fix compilation warning
2837
2838 2005-10-27 [paul]       1.9.15cvs117
2839
2840         * src/procmime.c
2841                 add #if HAVE_LOCALE_H
2842
2843 2005-10-27 [paul]       1.9.15cvs116
2844
2845         * src/plugins/clamav/clamav_plugin.c
2846         * src/plugins/dillo_viewer/dillo_viewer.c
2847         * src/plugins/mathml_viewer/mathml_viewer.c
2848         * src/plugins/pgpcore/plugin.c
2849         * src/plugins/pgpinline/plugin.c
2850         * src/plugins/pgpmime/plugin.c
2851         * src/plugins/spamassassin/spamassassin.c
2852         * src/plugins/trayicon/trayicon.c
2853                 plugin_init() : make error messages more
2854                 informative
2855
2856 2005-10-26 [wwp]        1.9.15cvs115
2857
2858         * src/prefs_matcher.c
2859                 enlarge boolean op widget width a bit (wasn't always showing text contents)
2860
2861 2005-10-26 [wwp]        1.9.15cvs114
2862
2863         * src/procmime.c
2864         * src/gtk/gtksctree.c
2865         * src/plugins/spamassassin/libspamc.c
2866         * src/plugins/spamassassin/spamassassin.c
2867                 fix some compilation warnings more
2868
2869 2005-10-26 [mones]      1.9.15cvs113
2870
2871         * po/es.po
2872                 Updated translation
2873
2874 2005-10-26 [paul]       1.9.15cvs112
2875
2876         * src/prefs_message.c
2877                 give all display_xface stuff the
2878                 #if HAVE_LIBCOMPFACE treatment, thus
2879                 preventing a crash
2880                 (Thanks to Wolfgang Enderlein)
2881
2882 2005-10-26 [colin]      1.9.15cvs111
2883
2884         * src/gedit-print.c
2885                 Fix date format
2886         * src/imap_gtk.c
2887         * src/news_gtk.c
2888                 Remove context menu items that should not be there
2889         * src/jpilot.c
2890                 Fix encoding
2891         * src/main.c
2892         * src/mainwindow.c
2893                 Don't show the mainwindow too soon
2894
2895 2005-10-26 [wwp]        1.9.15cvs110
2896
2897         * src/folder.c
2898         * src/manual.c
2899         * src/summaryview.c
2900                 fix uninitialized pointers in the folder updating hook
2901                 (thanks to Colin)
2902
2903 2005-10-25 [mones]      1.9.15cvs109
2904
2905         * manual/faq.xml
2906                 General information subsection completed. 
2907                 Removed archaic references.
2908                 
2909         * manual/Makefile
2910         * manual/dtd/manual.dsl
2911                 Added customization stylesheet for getting paragraphs
2912                 fully justified in PDF output (as suggested by Colin).
2913
2914 2005-10-25 [colin]      1.9.15cvs108
2915
2916         * src/compose.c
2917                 Fix a second leak
2918
2919 2005-10-25 [colin]      1.9.15cvs107
2920
2921         * src/addrbook.c
2922         * src/addrindex.c
2923                 Fix leak (xml_get_element() allocates memory)
2924         * src/compose.c
2925                 Fix leak + dead code (shame!)
2926         * src/procmime.c
2927                 Fix leak
2928
2929 2005-10-25 [colin]      1.9.15cvs106
2930
2931         * src/mimeview.c
2932                 Fix encoding issue in Save all and in 
2933                 overwrite-confirmation alertpanel
2934
2935 2005-10-25 [colin]      1.9.15cvs105
2936
2937         * src/common/socket.c
2938                 Fix a leak - Thanks to Christopher Aillon
2939                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
2940
2941 2005-10-25 [paul]       1.9.15cvs104
2942
2943         * src/wizard.c
2944                 Always guess servers from the right-hand
2945                 email part and guess username from the
2946                 left-hand part. (Thanks to Colin)
2947                 add an X-Face to the welcome message
2948
2949 2005-10-25 [paul]       1.9.15cvs103
2950
2951         * manual/handling.xml
2952                 written by Colin, edited by me
2953
2954 2005-10-25 [wwp]        1.9.15cvs102
2955
2956         * src/folderview.c
2957         * src/grouplistdialog.c
2958         * src/imap.c
2959         * src/noticeview.c
2960                 fix some compilation warnings
2961
2962 2005-10-24 [paul]
2963
2964         1.9.99-rc3 released
2965
2966 2005-10-24 [paul]       1.9.15cvs101
2967
2968         * src/gtk/about.c
2969                 fix window sizing
2970
2971 2005-10-24 [paul]       1.9.15cvs100
2972
2973         * src/pixmaps/offline.xpm
2974         * src/pixmaps/online.xpm
2975                 replace with last default versions
2976
2977 2005-10-24 [colin]      1.9.15cvs99
2978
2979         * src/imap.c
2980                 Fix bug when moving a folder
2981         * src/imap_gtk.c
2982         * src/mh_gtk.c
2983                 "Delete folder" pops up a window, so it 
2984                 should be suffixed with "..."
2985         * src/plugins/pgpcore/sgpgme.c
2986                 Include locale.h
2987
2988 2005-10-24 [mones]      1.9.15cvs98
2989
2990         * manual/Makefile
2991         * manual/account.xml
2992         * manual/ack.xml
2993         * manual/addrbook.xml
2994         * manual/advanced.xml
2995         * manual/faq.xml
2996         * manual/glossary.xml
2997         * manual/gpl.xml
2998         * manual/handling.xml
2999         * manual/intro.xml
3000         * manual/keyboard.xml
3001         * manual/manual.xml
3002         * manual/plugins.xml
3003         * manual/starting.xml
3004         * manual/dtd/sdocbook.dtd
3005                 Initial manual structure and some content.
3006
3007 2005-10-23 [wwp]        1.9.15cvs97
3008
3009         * src/gtk/about.c
3010                 fix a typo
3011
3012 2005-10-23 [wwp]        1.9.15cvs96
3013
3014         * src/gtk/about.c
3015         * src/gtk/authors.h
3016                 rework of the about window (main work by Paul), also featuring a few
3017                 fixes for typos and duplicate names
3018
3019 2005-10-23 [wwp]        1.9.15cvs95
3020
3021         * src/.cvsignore
3022                 Ignore the right binary name (sylpheed-claws now)
3023
3024 2005-10-23 [paul]       1.9.15cvs94
3025
3026         * src/compose.c
3027                 when using Folder Pref 'Default To for
3028                 replies' make the entry in the Compose
3029                 window bold
3030                 Patch by Fabien Vantard
3031
3032 2005-10-22 [colin]      1.9.15cvs93
3033
3034         * src/codeconv.c
3035                 Fix leak
3036
3037 2005-10-22 [colin]      1.9.15cvs92
3038
3039         * src/codeconv.c
3040                 try to convert using locale (apart utf8) if necessary
3041
3042 2005-10-22 [colin]      1.9.15cvs91
3043
3044         * src/pixmaps/new.xpm
3045         * src/pixmaps/unread.xpm
3046                 Make the unread envelope blue again and
3047                 saturate the new one a bit more.
3048
3049 2005-10-22 [colin]      1.9.15cvs90
3050
3051         * src/compose.c
3052                 When replying to a mail sent by one of our accounts,
3053                 use the original list of recipients. Let 'Reply All'
3054                 and 'Reply to sender' work like previously.
3055
3056 2005-10-21 [colin]      1.9.15cvs89
3057
3058         * src/prefs_filtering.c
3059                 Clear fields after add and replace
3060         * src/textview.c
3061                 Display xface differently (better)
3062         * src/plugins/pgpinline/pgpinline.c
3063                 Fix crappy encodings/recodings
3064
3065 2005-10-21 [paul]       1.9.15cvs88
3066
3067         * src/compose.c
3068         * src/prefs_folder_item.c
3069         * src/toolbar.c
3070                 fix news folder Folder Properties
3071                 (thanks to Colin)
3072         * src/folderview.c
3073                 update folderview after Themes change
3074                 keep selected folder selected
3075                 (thanks to Colin)
3076
3077 2005-10-21 [paul]       1.9.15cvs87
3078
3079         * tools/Makefile.am
3080         * tools/OOo2sylpheed.pl
3081         * tools/README
3082         * tools/README.sylprint
3083         * tools/asus_mailled.sh         ** REMOVED **
3084         * tools/filter_conv.pl
3085         * tools/freshmeat_search.pl
3086         * tools/google_search.pl
3087         * tools/gpg-sign-syl            ** REMOVED **
3088         * tools/kmail2sylpheed.pl
3089         * tools/kmail2sylpheed_v2.pl
3090         * tools/multiwebsearch.pl
3091         * tools/nautilus2sylpheed.sh
3092         * tools/newscache_clean.pl
3093         * tools/outlook2sylpheed.pl
3094         * tools/sylpheed-switcher       ** REMOVED **
3095         * tools/sylprint.pl
3096         * tools/sylprint.rc
3097         * tools/tb2sylpheed
3098         * tools/vcard2xml.py
3099         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
3100                 update default config dir
3101                 update binary name (thanks to Fabien Vantard)
3102                 remove obsolete scripts
3103
3104 2005-10-21 [colin]      1.9.15cvs86
3105
3106         * src/inc.c
3107                 Fix possible leak and units. Based on a patch by
3108                 Fabien Vantard.
3109
3110 2005-10-20 [colin]      1.9.15cvs85
3111
3112         * src/textview.c
3113                 Clear xface when clearing textview
3114
3115 2005-10-20 [colin]      1.9.15cvs84
3116
3117         * configure.ac
3118         * src/folderview.c
3119         * src/headerview.c
3120         * src/main.c
3121         * src/prefs_common.c
3122         * src/prefs_common.h
3123         * src/prefs_message.c
3124         * src/textview.c
3125         * src/textview.h
3126         * src/common/defs.h
3127         * src/common/utils.c
3128         * src/common/utils.h
3129         * src/gtk/gtkutils.c
3130         * src/gtk/gtkutils.h
3131                 Migrate config to .sylpheed-claws (Automatically)
3132                 Add a way to get the Xface in the TextView
3133
3134 2005-10-20 [colin]      1.9.15cvs83
3135
3136         * src/gtk/Makefile.am
3137         * src/gtk/about.c
3138         * src/gtk/authors.h
3139                 Make the about dialog *grooovy*
3140
3141 2005-10-20 [colin]      1.9.15cvs82
3142
3143         * src/mimeview.c
3144                 Use "Open with" on double click if no command
3145                 was found
3146
3147 2005-10-20 [colin]      1.9.15cvs81
3148
3149         * src/imap.c
3150         * src/etpan/imap-thread.c
3151                 Fix possible crash.
3152
3153 2005-10-20 [paul]       1.9.15cvs80
3154
3155         * src/folder.c
3156                 don't show clipkey icon if the only
3157                 attachment is the signature
3158                 Patch by Colin
3159
3160 2005-10-20 [paul]       1.9.15cvs79
3161
3162         * AUTHORS
3163         * src/plugins/pgpmime/pgpmime.c
3164                 name the PGP/MIME signature 'signature.asc'
3165                 Patch by Andrew Nelson <freeandy@gmail.com>
3166
3167 2005-10-19 [colin]      1.9.15cvs78
3168
3169         * src/plugins/pgpmime/pgpmime.c
3170                 Oops, no need to double-check though
3171
3172 2005-10-19 [colin]      1.9.15cvs77
3173
3174         * src/plugins/pgpinline/pgpinline.c
3175         * src/plugins/pgpmime/pgpmime.c
3176                 Check that my_tmpfile() doesn't 
3177                 return NULL
3178
3179 2005-10-19 [colin]      1.9.15cvs76
3180
3181         * src/common/utils.c
3182                 Use shorter mime boundaries to avoid having
3183                 MTAs rewrapping our headers, breaking the
3184                 PGP signature in the process 
3185         * src/compose.c
3186         * src/plugins/pgpmime/pgpmime.c
3187                 Check for boundary uniqueness to be sure
3188                 it won't happen, instead of hoping for the
3189                 best
3190
3191 2005-10-19 [colin]      1.9.15cvs75
3192
3193         * sylpheed-claws.desktop
3194         * src/Makefile.am
3195         * src/main.c
3196                 Ship a sylpheed-claws binary instead
3197                 of a sylpheed one. Change the socket
3198                 name, too
3199         * src/folderview.c
3200                 Update folder only if it changed
3201         * src/wizard.c
3202                 Fix i18n in welcome mail, patch by
3203                 Fabien Vantard
3204
3205 2005-10-19 [paul]
3206
3207         1.9.99-rc2 released
3208
3209 2005-10-19 [paul]       1.9.15cvs74
3210
3211         * src/folder.c
3212         * src/folderview.c
3213                 fix summaryview update
3214                 Patch by Colin
3215
3216 2005-10-18 [colin]      1.9.15cvs73
3217
3218         * src/plugins/pgpcore/passphrase.c
3219                 Don't XGrabServer, and try a bit more to 
3220                 sync everything before grabbing mouse/keyboard
3221
3222 2005-10-18 [colin]      1.9.15cvs72
3223
3224         * src/Makefile.am
3225         * src/addressadd.c
3226         * src/addressbook.c
3227         * src/folderview.c
3228         * src/grouplistdialog.c
3229         * src/mimeview.c
3230         * src/stock_pixmap.c
3231         * src/stock_pixmap.h
3232         * src/summaryview.c
3233         * src/gtk/gtksctree.c
3234         * src/gtk/gtksctree.h
3235         * src/pixmaps/empty.xpm
3236                 Implement a wrapper call for gtk_ctree_set_node_info
3237                 and gtk_ctree_insert_node, that uses a 1x1 transparent
3238                 pixmap instead of a NULL one. This works around some
3239                 memory problems deep inside gtk, revealed by valgrind,
3240                 and fixes bug #834 (Pressing CTRl-D on a message marked 
3241                 as locked crashes sylpheed.), as well as, probably, 
3242                 wwp's 4th dimension problems that happen in gtk_ctree_*.
3243
3244 2005-10-17 [colin]      1.9.15cvs71
3245
3246         * src/mimeview.c
3247                 Provide visual feedback when checking
3248                 signature
3249
3250 2005-10-17 [colin]      1.9.15cvs70
3251
3252         * src/main.c
3253                 Keep the folder list frozen while checking caches...
3254
3255 2005-10-17 [colin]      1.9.15cvs69
3256
3257         * src/addr_compl.c
3258                 Fi bug #833 (Autocompleting from addressbook 
3259                 fails with extended chars)
3260         * src/imap.c
3261                 Fix 'adding messages' staying in statusbar
3262                 after an error
3263
3264 2005-10-17 [wwp]        1.9.15cvs68
3265
3266         * src/ssl_manager.c
3267                 Fix buttons' layout resizing when window size changes
3268
3269 2005-10-17 [wwp]        1.9.15cvs67
3270
3271         * src/account.c
3272         * src/prefs_account.c
3273         * src/prefs_common.c
3274         * src/prefs_common.h
3275         * src/prefs_folder_item.c
3276         * src/prefs_gtk.c
3277         * src/gtk/logwindow.c
3278         * src/gtk/pluginwindow.c
3279         * src/gtk/prefswindow.c
3280         * src/gtk/prefswindow.h
3281                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
3282
3283 2005-10-17 [paul]       1.9.15cvs66
3284
3285         * configure.ac
3286                 fix missing libetpan message
3287         * po/en_GB.po
3288                 updated
3289         * src/crash.c
3290         * src/manual.c
3291         * src/prefs_themes.c
3292         * src/common/defs.h
3293                 add some new URI defines, change some
3294                 others
3295         * src/wizard.c
3296                 make welcome message translatable
3297                 small improvements to english
3298                 other tweaks
3299         * src/gtk/menu.c
3300                 fix warnings
3301
3302 2005-10-17 [paul]       1.9.15cvs65
3303
3304         * src/summaryview.c
3305                 fix column titles
3306
3307 2005-10-16 [mones]      1.9.15cvs64
3308
3309         * po/es.po
3310                 Updated translation
3311
3312 2005-10-16 [colin]
3313
3314         1.9.99-rc1 released
3315
3316 2005-10-16 [colin]      1.9.15cvs63
3317
3318         * src/wizard.c
3319                 Fix whitespace
3320
3321 2005-10-16 [colin]      1.9.15cvs62
3322
3323         * src/toolbar.c
3324                 s/Get All/Get Mail/
3325         * src/wizard.c
3326                 Real welcome mail text, thanks Paul
3327
3328 2005-10-16 [colin]      1.9.15cvs61
3329
3330         * src/editldap.c
3331         * src/exporthtml.c
3332         * src/main.c
3333         * src/mainwindow.c
3334         * src/prefs_themes.c
3335         * src/prefs_toolbar.c
3336         * src/plugins/demo/demo.c
3337         * src/plugins/trayicon/trayicon.c
3338                 s/Sylpheed/Sylpheed-Claws/
3339
3340 2005-10-16 [colin]      1.9.15cvs60
3341
3342         * src/wizard.c
3343                 Add a welcome email in the first empty mailbox
3344         * src/prefs_common.c
3345                 Change one more default
3346
3347 2005-10-16 [colin]      1.9.15cvs59
3348
3349         * src/wizard.c
3350                 Remove printf
3351
3352 2005-10-16 [colin]      1.9.15cvs58
3353
3354         * src/toolbar.c
3355         * src/prefs_common.c
3356                 Change some defaults
3357
3358 2005-10-16 [colin]      1.9.15cvs57
3359
3360         * src/toolbar.c
3361         * src/prefs_common.c
3362                 Change some defaults
3363
3364 2005-10-16 [colin]      1.9.15cvs56
3365
3366         * src/wizard.c
3367                 By default, initialize fonts to have
3368                 the same size as normal GtkWidgets
3369
3370 2005-10-16 [colin]      1.9.15cvs55
3371
3372         * src/mimeview.c
3373                 Fix message a bit more
3374
3375 2005-10-16 [colin]      1.9.15cvs54
3376
3377         * src/addressbook.c
3378                 Second attempt at flicker fixing
3379
3380 2005-10-16 [colin]      1.9.15cvs53
3381
3382         * src/addressbook.c
3383                 Fix flicker
3384
3385 2005-10-16 [wwp]        1.9.15cvs52
3386
3387         * src/addressbook.c
3388         * src/editaddress.c
3389         * src/prefs_common.c
3390         * src/prefs_common.h
3391                 Remember window sizes (address book)
3392
3393 2005-10-16 [wwp]        1.9.15cvs51
3394
3395         * src/plugins/clamav/clamav_plugin_gtk.c
3396         * src/plugins/spamassassin/spamassassin_gtk.c
3397                 Fix compilation warnings (missing #include).
3398
3399 2005-10-16 [colin]      1.9.15cvs50
3400
3401         * src/mimeview.c
3402         * src/summaryview.c
3403         * src/textview.c
3404                 Make 'c' check signature, and forward
3405                 c, l, y, t from summaryview to mimeview
3406
3407 2005-10-16 [colin]      1.9.15cvs49
3408
3409         * src/addressbook.c
3410                 Put border around buttons
3411         * src/mainwindow.c
3412         * src/summaryview.c
3413                 Rework menus (Patch based on a patch
3414                 by Paul)
3415
3416 2005-10-15 [wwp]        1.9.15cvs48
3417
3418         * src/editjpilot.c
3419         * src/editldap.c
3420         * src/editvcard.c
3421         * src/exphtmldlg.c
3422         * src/expldifdlg.c
3423         * src/export.c
3424         * src/import.c
3425         * src/importldif.c
3426         * src/importmutt.c
3427         * src/importpine.c
3428         * src/prefs_account.c
3429         * src/prefs_spelling.c
3430         * src/gtk/gtkutils.c
3431         * src/gtk/gtkutils.h
3432         * src/plugins/clamav/clamav_plugin_gtk.c
3433         * src/plugins/spamassassin/spamassassin_gtk.c
3434                 use nicer browse-for-file/dir buttons than the "..." ones,
3435                 code factorizing more.
3436
3437 2005-10-14 [colin]      1.9.15cvs47
3438
3439         * src/mainwindow.c
3440                 set relief on the account switcher so that people see it
3441                 grey out Create processing rules when no message is selected
3442         * src/prefs_filtering.c
3443                 ask before closing if the rule has not been modified, even if
3444                 it's not valid
3445         * src/prefs_matcher.c
3446                 fix sensitivity when entering the dialog
3447         * src/gtk/inputdialog.c
3448                 display a better icon on password ask
3449         * src/plugins/pgpcore/passphrase.c
3450                 make the dialog look better
3451
3452 2005-10-14 [paul]       1.9.15cvs46
3453
3454         * src/folderview.c
3455                 indicate presense of marked msgs in
3456                 unexpanded subfolders
3457
3458 2005-10-14 [paul]       1.9.15cvs45
3459
3460         * src/prefs_actions.c
3461         * src/prefs_common.c
3462         * src/prefs_common.h
3463         * src/prefs_filtering_action.c
3464         * src/prefs_matcher.c
3465         * src/prefs_template.c
3466                 remember window sizes
3467                 fix Info button size
3468
3469         Patches by wwp
3470
3471 2005-10-13 [colin]      1.9.15cvs44
3472
3473         * src/mimeview.c
3474         * src/noticeview.c
3475         * src/noticeview.h
3476                 Add a tooltip on the icon (optional) 
3477                 Get rid of the signature buttons and only
3478                 use the icon+tooltip
3479
3480 2005-10-13 [colin]      1.9.15cvs43
3481
3482         * src/noticeview.c
3483         * src/noticeview.h
3484                 Add hand cursor for hovering over icon
3485
3486 2005-10-13 [colin]      1.9.15cvs42
3487
3488         * src/summaryview.c
3489                 Fix crash when quicksearch's hidden 
3490                 at startup
3491
3492 2005-10-13 [colin]      1.9.15cvs41
3493
3494         * src/compose.c
3495                 Set subject when forwarding multiple mails
3496                 Check that other recipient than the default Cc or Bcc
3497                 have been set before sending.
3498
3499 2005-10-13 [colin]      1.9.15cvs40
3500
3501         * src/imap.c
3502                 Batch per-folder
3503                 Introduce locking, but don't use it yet
3504
3505 2005-10-13 [colin]      1.9.15cvs39
3506
3507         * src/gtk/quicksearch.c
3508                 Reset quicksearch when hiding it
3509                 Make sticky a real pref
3510
3511 2005-10-13 [colin]      1.9.15cvs38
3512
3513         * src/summaryview.c
3514                 Faster prefs apply
3515
3516 2005-10-13 [colin]      1.9.15cvs37
3517
3518         * src/mimeview.c
3519         * src/noticeview.c
3520         * src/noticeview.h
3521         * src/plugins/pgpcore/sgpgme.c
3522                 Make privacy icon clickable
3523                 Move Trust field in Full info
3524                 When trust is less than full, don't display
3525                 a warning icon
3526
3527 2005-10-13 [colin]      1.9.15cvs36
3528
3529         * src/folder.c
3530                 Batch on flags sync
3531         * src/folderview.c
3532                 Revert speed hack which is dangerous in fact
3533                 Apply prefs faster
3534
3535 2005-10-13 [colin]      1.9.15cvs35
3536
3537         * src/folder_item_prefs.c
3538                 Fix pref corruption on folder move. Patch
3539                 by wwp
3540
3541 2005-10-13 [paul]       1.9.15cvs34
3542
3543         * src/export.c
3544         * src/import.c
3545                 fix typos in g_warnings
3546         * src/prefs_account.c
3547                 add a file selector for Signature file
3548
3549         Patches by wwp
3550
3551 2005-10-12 [colin]      1.9.15cvs33
3552
3553         * src/mimeview.c
3554                 Provide a quick way to go back from a
3555                 signature's full info to the email part
3556
3557 2005-10-12 [colin]      1.9.15cvs32
3558
3559         * src/compose.c
3560                 Remove old hack of encoding signed mails with base64.
3561                 QP works equally well.
3562
3563 2005-10-12 [colin]      1.9.15cvs31
3564
3565         * src/crash.c
3566                 Replace deprecated GtkText with GtkTextView
3567         * src/imap.c
3568                 Fix a logic bug about counts in imap_select
3569                 (previously un-triggered)
3570         * src/mainwindow.c
3571         * src/summaryview.c
3572         * src/news.c
3573                 Allow local deletion of news posts
3574         * src/mimeview.c
3575                 Show GPG noticeview on the message/rfc822 part
3576                 in addition to the text/plain one
3577         * src/prefs_image_viewer.c
3578           src/plugins/pgpcore/prefs_gpg.c
3579                 Polish (set the label as part of the checkbox)
3580         * src/wizard.c
3581                 Don't sit there doing nothing after destroying
3582                 the window - return err
3583
3584 2005-10-11 [colin]      1.9.15cvs30
3585
3586         * src/folderview.c
3587                 Apply processing rules before showing folders.
3588                 Early folder show (before flags sync) will only
3589                 be done when there are no processing rules (nor
3590                 pre- or post- ones)
3591         * src/imap.c
3592                 Fix stuff related to mail subdir, creation and 
3593                 deletion of folders 
3594         * src/imap_gtk.c
3595                 Don't allow creation of folders in NoInferior
3596                 folders, as it won't work
3597
3598 2005-10-10 [colin]      1.9.15cvs29
3599
3600         * src/compose.c
3601                 Reselect "None" Privacy system when selecting an
3602                 account with no privacy system defined
3603
3604 2005-10-10 [colin]      1.9.15cvs28
3605
3606         * src/mainwindow.c
3607                 Add Windows-1252 encoding
3608         * src/prefs_common.c
3609                 Rework some defaults:
3610                 - autosave to draft by default
3611                 - don't show header pane (it's already in the textview)
3612                 - Select first new or unread mail on entry
3613                 - Assume 'Yes' to change folder when there's no more
3614                   unread message
3615         * src/prefs_matcher.c
3616                 Fix a gtk assertion failure
3617         * src/gtk/colorlabel.c
3618                 Workaround bad repainting on selection
3619         * src/main.c
3620                 Freeze/thaw (a bit faster on ssh -X)
3621         * src/msgcache.c
3622                 Get rid of StrdupConverter that just adds an
3623                 extra strdup/free 
3624         * src/etpan/imap_thread.c
3625                 memset buf to 0
3626
3627 2005-10-10 [colin]      1.9.15cvs27
3628
3629         * src/export.c
3630         * src/import.c
3631                 Fix compile on gtk 2.4. Patch by wwp
3632
3633 2005-10-09 [colin]      1.9.15cvs26
3634
3635         * src/mainwindow.c
3636         * src/messageview.c
3637         * src/summaryview.c
3638                 Clarify forward menus. Patch by wwp
3639
3640 2005-10-09 [colin]      1.9.15cvs25
3641
3642         * src/compose.c
3643         * src/compose.h
3644                 Fix bug #829 (Non-working "Encrypt message by 
3645                 default when replying to an encrypted message")
3646
3647 2005-10-08 [colin]      1.9.15cvs24
3648
3649         * src/wizard.c
3650                 Fix bug #827 ("Welcome" setup wizard after a 
3651                 permission error gives up & forgets itself.)
3652
3653 2005-10-08 [colin]      1.9.15cvs23
3654
3655         * src/procmime.c
3656                 Fix bug #828 (Ignoring headers with spaces around = sign)
3657
3658 2005-10-08 [colin]      1.9.15cvs22
3659
3660         * src/export.c
3661                 Warning fix by wwp
3662
3663 2005-10-08 [colin]      1.9.15cvs21
3664
3665         * src/folder.c
3666         * src/folder.h
3667                 Add a processing_pending indicator, set on 
3668                 folder_item_open and cleared after 
3669                 folder_item_process_open
3670         * src/folderview.c
3671         * src/summaryview.c
3672                 wrap procmsg_msginfo_*_flags, and in the
3673                 wrapper check that there's no folder processing 
3674                 pending. If there is, defer the flags change until 
3675                 processing is done to avoid stepping over each
3676                 other's toes.
3677                 Freeze during processing, but not during scanning.
3678
3679 2005-10-07 [colin]      1.9.15cvs20
3680
3681         * src/plugins/pgpcore/passphrase.c
3682                 Fix bug #826 (X-Server hangs when 
3683                 right-clicking a PGP encrypted message)
3684
3685 2005-10-07 [paul]       1.9.15cvs19
3686
3687         * src/compose.c
3688                 fix compose_entries[]
3689                 patch by Fabien Vantard
3690
3691 2005-10-06 [colin]      1.9.15cvs18
3692
3693         * src/pixmaps/address.xpm
3694         * src/pixmaps/address_book.xpm
3695         * src/pixmaps/book.xpm
3696         * src/pixmaps/check_spelling.xpm
3697         * src/pixmaps/checkbox_off.xpm
3698         * src/pixmaps/checkbox_on.xpm
3699         * src/pixmaps/close.xpm
3700         * src/pixmaps/complete.xpm
3701         * src/pixmaps/continue.xpm
3702         * src/pixmaps/deleted.xpm
3703         * src/pixmaps/down_arrow.xpm
3704         * src/pixmaps/exec.xpm
3705         * src/pixmaps/forwarded.xpm
3706         * src/pixmaps/group.xpm
3707         * src/pixmaps/ignorethread.xpm
3708         * src/pixmaps/interface.xpm
3709         * src/pixmaps/jpilot.xpm
3710         * src/pixmaps/ldap.xpm
3711         * src/pixmaps/linewrap.xpm
3712         * src/pixmaps/linewrapcurrent.xpm
3713         * src/pixmaps/mail.xpm
3714         * src/pixmaps/mail_attach.xpm
3715         * src/pixmaps/mail_compose.xpm
3716         * src/pixmaps/mail_forward.xpm
3717         * src/pixmaps/mail_receive.xpm
3718         * src/pixmaps/mail_receive_all.xpm
3719         * src/pixmaps/mail_reply.xpm
3720         * src/pixmaps/mail_reply_to_all.xpm
3721         * src/pixmaps/mail_reply_to_author.xpm
3722         * src/pixmaps/mail_send.xpm
3723         * src/pixmaps/mail_send_queue.xpm
3724         * src/pixmaps/mime_application.xpm
3725         * src/pixmaps/mime_audio.xpm
3726         * src/pixmaps/mime_image.xpm
3727         * src/pixmaps/mime_message.xpm
3728         * src/pixmaps/mime_text_enriched.xpm
3729         * src/pixmaps/mime_text_html.xpm
3730         * src/pixmaps/mime_text_plain.xpm
3731         * src/pixmaps/mime_unknown.xpm
3732         * src/pixmaps/new.xpm
3733         * src/pixmaps/news_compose.xpm
3734         * src/pixmaps/offline.xpm
3735         * src/pixmaps/online.xpm
3736         * src/pixmaps/paste.xpm
3737         * src/pixmaps/preferences.xpm
3738         * src/pixmaps/privacy_emblem_encrypted.xpm
3739         * src/pixmaps/privacy_expired.xpm
3740         * src/pixmaps/privacy_failed.xpm
3741         * src/pixmaps/privacy_passed.xpm
3742         * src/pixmaps/privacy_signed.xpm
3743         * src/pixmaps/privacy_unknown.xpm
3744         * src/pixmaps/privacy_warn.xpm
3745         * src/pixmaps/properties.xpm
3746         * src/pixmaps/replied.xpm
3747         * src/pixmaps/search.xpm
3748         * src/pixmaps/unread.xpm
3749         * src/pixmaps/up_arrow.xpm
3750         * src/pixmaps/vcard.xpm
3751                 Modernize internal theme, with icons from the 
3752                 Gnomaws theme. Keep some of the old ones where
3753                 they were better.
3754
3755 2005-10-06 [colin]      1.9.15cvs17
3756
3757         * src/summaryview.c
3758                 Little optimisations + bugfix
3759         * src/toolbar.c
3760                 Remove default useless items - useless being defined
3761                 by the default relevant prefs
3762         * src/wizard.c
3763                 include config.h to make gettext work
3764         * src/prefs_themes.c
3765                 Fix selection of current theme in prefs
3766
3767 2005-10-06 [colin]      1.9.15cvs16
3768
3769         * src/prefs_common.c
3770         * src/prefs_common.h
3771         * src/prefs_summaries.c
3772         * src/folderview.c
3773                 Add a warning dialog on Mark all read 
3774                 (with pref to get rid of it)
3775
3776 2005-10-06 [paul]       1.9.15cvs15
3777
3778         * po/nb.po
3779         * po/pt_BR.po
3780                 updated by Geir Helland and Frederico
3781                 Goncalves Guimaraes
3782
3783 2005-10-05 [colin]      1.9.15cvs14
3784
3785         * src/folder.c
3786         * src/folder.h
3787         * src/folderview.c
3788         * src/folderview.h
3789         * src/imap_gtk.c
3790         * src/mh_gtk.c
3791         * src/mainwindow.c
3792         * src/setup.c
3793                 add a way to rescan without rebuilding
3794                 make moving a bit faster (less folders changes)
3795                 don't lock the tree on Get 
3796         * src/imap.c
3797                 Don't re-delete deleted messages before expunging
3798         * src/summaryview.c
3799                 Set batch mode when deleting mails
3800
3801 2005-10-05 [paul]       1.9.15cvs13
3802
3803         * src/mainwindow.c
3804         * src/mainwindow.h
3805                 fix disabled Execute menu item
3806         * src/toolbar.c
3807                 match the change in 1.9.15cvs10: use Compose
3808                 instead of News by default
3809
3810 2005-10-04 [colin]      1.9.15cvs12
3811
3812         * src/compose.c
3813                 When replying to an ML post with Reply-To set
3814                 to the poster's email, honor it (as before),
3815                 but also honor our user's request to reply to
3816                 the mailing list: set the ML address in the To
3817                 field and the Reply-To address in the Cc: 
3818                 field.
3819
3820 2005-10-04 [colin]      1.9.15cvs11
3821
3822         * src/plugins/trayicon/trayicon.c
3823                 Finish cosmetic change - thanks to wwp
3824
3825 2005-10-04 [colin]      1.9.15cvs10
3826
3827         * src/toolbar.c
3828                 Use Compose instead of Email by default.
3829                 Spotted by wwp.
3830
3831 2005-10-04 [colin]      1.9.15cvs9
3832
3833         * src/folder.c
3834         * src/folder.h
3835         * src/folderview.c
3836         * src/imap.c
3837         * src/etpan/imap-thread.c
3838         * src/etpan/imap-thread.h
3839                 Try to make IMAP faster, by simplifying SEARCH
3840                 commands, avoiding sending two STATUS in a row,
3841                 and deferring flags sync and processing just
3842                 after displaying the folder. 
3843                 This will update the SummaryView in certain
3844                 cases (new mails not already fetched, flags
3845                 changed from another client) but in a non-
3846                 blocking manner.
3847
3848 2005-10-04 [colin]      1.9.15cvs8
3849
3850         * src/plugins/trayicon/trayicon.c
3851                 Relabel "Offline" to "Work offline"
3852
3853 2005-10-04 [colin]      1.9.15cvs7
3854
3855         * src/export.c
3856         * src/import.c
3857         * src/mbox.c
3858                 Fix mbox import/export buglets
3859                 Patch by wwp
3860         * src/plugins/trayicon/trayicon.c
3861                 Add offline swithc
3862                 Patch by wwp
3863
3864 2005-10-04 [colin]      1.9.15cvs6
3865
3866         * src/folder.c
3867         * src/folderview.c
3868         * src/summaryview.c
3869                 Better fix (don't break mark all read) for cvs2
3870
3871 2005-10-03 [colin]      1.9.15cvs5
3872
3873         * src/folder.c
3874                 Use a sane sort by default
3875
3876 2005-10-03 [colin]      1.9.15cvs4
3877
3878         * src/inc.c
3879                 Add a 'Only once' button for overriding offline mode
3880         * src/prefs_account.c
3881         * src/wizard.c
3882                 Add Local mbox to the wizard
3883                 Add IMAP subdir to the wizard (or the wizard is useless
3884                 for such accounts, or even worse than useless)
3885                 Move IMAP subdir from Advanced to Receive tab, as it's
3886                 not that uncommon
3887
3888 2005-10-03 [colin]      1.9.15cvs3
3889
3890         * src/send_message.c
3891                 Forgot this one in cvs1
3892
3893 2005-10-03 [colin]      1.9.15cvs2
3894
3895         * src/folder.c
3896                 Faster close when leaving a folder with lots
3897                 of new mails. Idea by David Relson.
3898
3899 2005-10-03 [colin]      1.9.15cvs1
3900
3901         * src/compose.c
3902         * src/imap.c
3903         * src/inc.c
3904         * src/main.c
3905         * src/messageview.c
3906         * src/news.c
3907         * src/summaryview.c
3908         * src/gtk/sslcertwindow.c
3909         * src/plugins/trayicon/trayicon.c
3910                 Add accels to every AlertPanel. Patch by Fabien 
3911                 Vantard
3912
3913 2005-10-03 [paul]       1.9.15
3914
3915         1.9.15 released
3916
3917 2005-10-03 [paul]       1.9.14cvs68
3918
3919         * po/ca.po
3920         * po/de.po
3921         * po/es.po
3922         * po/fi.po
3923         * po/fr.po
3924         * po/sk.po
3925         * po/sr.po
3926         * po/zh_CN.po
3927                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
3928                 Mones Lastra, Tommi Pirinen, Fabien vantard,
3929                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
3930
3931 2005-10-03 [paul]       1.9.14cvs67
3932
3933         * src/send_message.c
3934                 prevent hang on Cancel
3935                 patch by Colin
3936
3937 2005-10-03 [paul]       1.9.14cvs66
3938
3939         * src/main.c
3940                 fix crash in IMAP caused by discrepancy
3941                 between check_at_startup and offline mode
3942                 Patch by Colin
3943
3944 2005-10-01 [paul]       1.9.14cvs65
3945
3946         * src/inc.c
3947                 fix engrish
3948
3949 2005-10-01 [paul]       1.9.14cvs64
3950         * src/export.c
3951         * src/import.c
3952                 synchronise import_mbox() and export_mbox()
3953         * src/mbox.c
3954                 proc_mbox(): add alert if file cannot be opened
3955                 export_list_to_mbox(): test if dest file exists,
3956                 prompt user to overwrite if it does. add alert
3957                 if file cannot be created
3958                                                                 
3959         Patch by wwp
3960                                                                                                                 
3961
3962 2005-09-30 [paul]       1.9.14cvs63
3963
3964         * src/addressbook.c
3965                 Fix sensitivity of a menu
3966         * src/codeconv.c
3967                 Respect hidden pref for mails with no encoding
3968         * src/common/xml.c
3969                 Fix memory corruption
3970         * src/plugins/pgpcore/sgpgme.c
3971                 Fix segfault on incomplete sigs, and display
3972                 of S/Mime UIDs
3973
3974         Patches by Colin
3975
3976 2005-09-30 [colin]      1.9.14cvs62
3977
3978         * src/partial_download.c
3979                 Little logic fix in almost-dead code
3980         * src/pop.c
3981                 Fix partial download when there's no new mail
3982
3983 2005-09-29 [paul]       1.9.14cvs61
3984
3985         * src/plugins/pgpinline/pgpinline.c
3986                 fix bug 819, 'crash accessing sign message'
3987                 Patch by Colin
3988
3989 2005-09-28 [martin]     1.9.14cvs60
3990
3991         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
3992                 fix bug #790 (Crash when restarting window manager (fluxbox))
3993
3994 2005-09-28 [paul]       1.9.14cvs59
3995
3996         * src/gtk/gtkaspell.c
3997                 fix off-by-one typo
3998
3999 2005-09-27 [colin]      1.9.14cvs58
4000
4001         * src/plugins/pgpcore/sgpgme.c
4002                 Report error when there's one, instead of
4003                 "Signature unchecked" 
4004
4005 2005-09-27 [colin]      1.9.14cvs57
4006
4007         * src/prefs_quote.c
4008                 Fix bug #816 (Weird quotation with spaces)
4009
4010 2005-09-27 [colin]      1.9.14cvs56
4011
4012         * src/codeconv.c
4013         * src/compose.c
4014         * src/compose.h
4015                 Put subject in compose's title
4016                 Fix Automatic encoding so that it's really automatic:
4017                 first try default locale's charset, then charset of the replied mail, 
4018                 then utf-8
4019                 Fix encoding of headers (must be in strict mode too)
4020
4021 2005-09-26 [colin]      1.9.14cvs55
4022
4023         * src/gtk/gtkaspell.c
4024                 Fix previous patch - don't color the space,
4025                 just uncolor it :)
4026
4027 2005-09-26 [colin]      1.9.14cvs54
4028
4029         * src/gtk/gtkaspell.c
4030                 Unmark space if possible
4031
4032 2005-09-26 [colin]      1.9.14cvs53
4033
4034         * src/imap.c
4035                 log_error instead of alertpanel according to the pref
4036         * src/etpan/imap-thread.c
4037                 Print connect status, copy only necessary size to 
4038                 logger
4039         * src/plugins/pgpmime/pgpmime.c
4040                 Handle S/Mime signatures (verification only). Patch based
4041                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
4042
4043 2005-09-26 [paul]       1.9.14cvs52
4044
4045         * src/common/passcrypt.c
4046                 this 'workaround' not necessary on NetBSD.
4047                 Thanks to Daniel Gustafson
4048
4049 2005-09-26 [paul]
4050
4051         1.9.15-rc4 released
4052
4053 2005-09-26 [paul]       1.9.14cvs51
4054
4055         * src/summaryview.c
4056                 Skip currently selected message when
4057                 looking for next new or unread message
4058                 in current folder. Patch by Colin
4059         * src/common/passcrypt.c
4060                 eliminate warnings on *BSD. Patch by
4061                 Daniel Gustafson
4062
4063 2005-09-26 [colin]      1.9.14cvs50
4064
4065         * src/procmsg.c
4066                 Call postfiltering hook anyway
4067
4068 2005-09-22 [colin]      1.9.14cvs49
4069
4070         * src/codeconv.c
4071         * src/codeconv.h
4072                 Add a strict mode that doesn't replace with _
4073         * src/compose.c
4074         * src/compose.h
4075                 Use strict conversion while sending
4076                 Fix race when drafting while sending (happens
4077                 on IMAP)
4078                 Fix d'n'd of messages from summaryview
4079         * src/prefs_common.c
4080         * src/prefs_common.h
4081                 add hidden utf8_instead_of_locale_for_broken_mail 
4082                 pref for people that preferred the default charset 
4083                 to be utf8 for broken mails
4084         * src/quote_fmt_parse.y
4085                 fix bug #815 (No quote insert if "From:" fied 
4086                 contained Russian letters)
4087         * src/summaryview.c
4088                 Fix d'n'd of messages to compose
4089
4090 2005-09-22 [paul]       1.9.14cvs48
4091
4092         * src/compose.c
4093                 fix bug where attachments Name entry
4094                 would display Path instead
4095
4096 2005-09-21 [paul]       1.9.14cvs47
4097
4098         * README
4099         * README.jp
4100         * configure.ac
4101         * config/config.rpath
4102         * doc/manual/en/sylpheed-20.html
4103         * doc/manual/es/sylpheed-20.html
4104         * po/bg.po
4105         * po/ca.po
4106         * po/de.po
4107         * po/es.po
4108         * po/fr.po
4109         * po/it.po
4110         * po/pt_BR.po
4111         * po/sk.po
4112         * po/zh_TW.po
4113         * src/account.c
4114         * src/account.h
4115         * src/action.c
4116         * src/action.h
4117         * src/adbookbase.h
4118         * src/addr_compl.c
4119         * src/addr_compl.h
4120         * src/addrbook.c
4121         * src/addrbook.h
4122         * src/addrcache.c
4123         * src/addrcache.h
4124         * src/addrcindex.c
4125         * src/addrcindex.h
4126         * src/addrclip.c
4127         * src/addrclip.h
4128         * src/addrdefs.h
4129         * src/addressadd.c
4130         * src/addressadd.h
4131         * src/addressbook.c
4132         * src/addressbook.h
4133         * src/addressitem.h
4134         * src/addrgather.c
4135         * src/addrgather.h
4136         * src/addrharvest.c
4137         * src/addrharvest.h
4138         * src/addrindex.c
4139         * src/addrindex.h
4140         * src/addritem.c
4141         * src/addritem.h
4142         * src/addrquery.c
4143         * src/addrquery.h
4144         * src/addrselect.c
4145         * src/addrselect.h
4146         * src/alertpanel.c
4147         * src/alertpanel.h
4148         * src/browseldap.c
4149         * src/browseldap.h
4150         * src/codeconv.c
4151         * src/codeconv.h
4152         * src/compose.c
4153         * src/compose.h
4154         * src/crash.c
4155         * src/crash.h
4156         * src/customheader.c
4157         * src/customheader.h
4158         * src/displayheader.c
4159         * src/displayheader.h
4160         * src/editaddress.c
4161         * src/editaddress.h
4162         * src/editbook.c
4163         * src/editbook.h
4164         * src/editgroup.c
4165         * src/editgroup.h
4166         * src/editjpilot.c
4167         * src/editjpilot.h
4168         * src/editldap.c
4169         * src/editldap.h
4170         * src/editldap_basedn.c
4171         * src/editldap_basedn.h
4172         * src/editvcard.c
4173         * src/editvcard.h
4174         * src/enriched.c
4175         * src/enriched.h
4176         * src/exphtmldlg.c
4177         * src/exphtmldlg.h
4178         * src/expldifdlg.c
4179         * src/expldifdlg.h
4180         * src/export.c
4181         * src/export.h
4182         * src/exporthtml.c
4183         * src/exporthtml.h
4184         * src/exportldif.c
4185         * src/exportldif.h
4186         * src/filtering.c
4187         * src/filtering.h
4188         * src/folder.c
4189         * src/folder.h
4190         * src/folder_item_prefs.c
4191         * src/folder_item_prefs.h
4192         * src/foldersel.c
4193         * src/foldersel.h
4194         * src/folderutils.c
4195         * src/folderutils.h
4196         * src/folderview.c
4197         * src/folderview.h
4198         * src/grouplistdialog.c
4199         * src/grouplistdialog.h
4200         * src/headerview.c
4201         * src/headerview.h
4202         * src/html.c
4203         * src/html.h
4204         * src/image_viewer.c
4205         * src/image_viewer.h
4206         * src/imap.c
4207         * src/imap.h
4208         * src/imap_gtk.c
4209         * src/imap_gtk.h
4210         * src/import.c
4211         * src/import.h
4212         * src/importldif.c
4213         * src/importldif.h
4214         * src/importmutt.c
4215         * src/importmutt.h
4216         * src/importpine.c
4217         * src/importpine.h
4218         * src/inc.c
4219         * src/inc.h
4220         * src/jpilot.c
4221         * src/jpilot.h
4222         * src/ldapctrl.c
4223         * src/ldapctrl.h
4224         * src/ldaplocate.c
4225         * src/ldaplocate.h
4226         * src/ldapquery.c
4227         * src/ldapquery.h
4228         * src/ldapserver.c
4229         * src/ldapserver.h
4230         * src/ldaputil.c
4231         * src/ldaputil.h
4232         * src/ldif.c
4233         * src/ldif.h
4234         * src/localfolder.c
4235         * src/localfolder.h
4236         * src/main.c
4237         * src/main.h
4238         * src/mainwindow.c
4239         * src/mainwindow.h
4240         * src/manual.c
4241         * src/manual.h
4242         * src/matcher.c
4243         * src/matcher.h
4244         * src/matcher_parser.h
4245         * src/matcher_parser_lex.l
4246         * src/matcher_parser_parse.y
4247         * src/mbox.c
4248         * src/mbox.h
4249         * src/message_search.c
4250         * src/message_search.h
4251         * src/messageview.c
4252         * src/messageview.h
4253         * src/mh.c
4254         * src/mh.h
4255         * src/mh_gtk.c
4256         * src/mh_gtk.h
4257         * src/mimeview.c
4258         * src/mimeview.h
4259         * src/msgcache.c
4260         * src/msgcache.h
4261         * src/mutt.c
4262         * src/mutt.h
4263         * src/news.c
4264         * src/news.h
4265         * src/news_gtk.c
4266         * src/news_gtk.h
4267         * src/noticeview.c
4268         * src/noticeview.h
4269         * src/partial_download.c
4270         * src/partial_download.h
4271         * src/pine.c
4272         * src/pine.h
4273         * src/pop.c
4274         * src/pop.h
4275         * src/prefs_account.c
4276         * src/prefs_account.h
4277         * src/prefs_actions.c
4278         * src/prefs_actions.h
4279         * src/prefs_common.c
4280         * src/prefs_common.h
4281         * src/prefs_compose_writing.c
4282         * src/prefs_compose_writing.h
4283         * src/prefs_customheader.c
4284         * src/prefs_customheader.h
4285         * src/prefs_display_header.c
4286         * src/prefs_display_header.h
4287         * src/prefs_ext_prog.c
4288         * src/prefs_ext_prog.h
4289         * src/prefs_filtering.c
4290         * src/prefs_filtering.h
4291         * src/prefs_filtering_action.c
4292         * src/prefs_filtering_action.h
4293         * src/prefs_folder_column.c
4294         * src/prefs_folder_column.h
4295         * src/prefs_folder_item.c
4296         * src/prefs_folder_item.h
4297         * src/prefs_fonts.c
4298         * src/prefs_fonts.h
4299         * src/prefs_gtk.c
4300         * src/prefs_gtk.h
4301         * src/prefs_image_viewer.c
4302         * src/prefs_image_viewer.h
4303         * src/prefs_matcher.c
4304         * src/prefs_matcher.h
4305         * src/prefs_message.c
4306         * src/prefs_message.h
4307         * src/prefs_msg_colors.c
4308         * src/prefs_msg_colors.h
4309         * src/prefs_other.c
4310         * src/prefs_other.h
4311         * src/prefs_quote.c
4312         * src/prefs_quote.h
4313         * src/prefs_receive.c
4314         * src/prefs_receive.h
4315         * src/prefs_send.c
4316         * src/prefs_send.h
4317         * src/prefs_spelling.c
4318         * src/prefs_spelling.h
4319         * src/prefs_summaries.c
4320         * src/prefs_summaries.h
4321         * src/prefs_summary_column.c
4322         * src/prefs_summary_column.h
4323         * src/prefs_template.c
4324         * src/prefs_template.h
4325         * src/prefs_themes.c
4326         * src/prefs_themes.h
4327         * src/prefs_toolbar.c
4328         * src/prefs_toolbar.h
4329         * src/prefs_wrapping.c
4330         * src/prefs_wrapping.h
4331         * src/privacy.c
4332         * src/privacy.h
4333         * src/procheader.c
4334         * src/procheader.h
4335         * src/procmime.c
4336         * src/procmime.h
4337         * src/procmsg.c
4338         * src/procmsg.h
4339         * src/quote_fmt.c
4340         * src/quote_fmt_parse.y
4341         * src/recv.c
4342         * src/recv.h
4343         * src/remotefolder.c
4344         * src/remotefolder.h
4345         * src/send_message.c
4346         * src/send_message.h
4347         * src/setup.c
4348         * src/setup.h
4349         * src/simple-gettext.c
4350         * src/sourcewindow.c
4351         * src/sourcewindow.h
4352         * src/ssl_manager.c
4353         * src/ssl_manager.h
4354         * src/statusbar.c
4355         * src/statusbar.h
4356         * src/stock_pixmap.c
4357         * src/stock_pixmap.h
4358         * src/summary_search.c
4359         * src/summary_search.h
4360         * src/summaryview.c
4361         * src/summaryview.h
4362         * src/syldap.c
4363         * src/syldap.h
4364         * src/textview.c
4365         * src/textview.h
4366         * src/toolbar.c
4367         * src/toolbar.h
4368         * src/undo.c
4369         * src/undo.h
4370         * src/unmime.c
4371         * src/unmime.h
4372         * src/vcard.c
4373         * src/vcard.h
4374         * src/wizard.c
4375         * src/wizard.h
4376         * src/common/base64.c
4377         * src/common/base64.h
4378         * src/common/defs.h
4379         * src/common/hooks.c
4380         * src/common/hooks.h
4381         * src/common/log.c
4382         * src/common/log.h
4383         * src/common/md5.c
4384         * src/common/md5.h
4385         * src/common/mgutils.c
4386         * src/common/mgutils.h
4387         * src/common/nntp.c
4388         * src/common/nntp.h
4389         * src/common/passcrypt.c
4390         * src/common/passcrypt.h.in
4391         * src/common/plugin.c
4392         * src/common/plugin.h
4393         * src/common/prefs.c
4394         * src/common/prefs.h
4395         * src/common/progressindicator.c
4396         * src/common/progressindicator.h
4397         * src/common/quoted-printable.c
4398         * src/common/quoted-printable.h
4399         * src/common/session.c
4400         * src/common/session.h
4401         * src/common/smtp.c
4402         * src/common/smtp.h
4403         * src/common/socket.c
4404         * src/common/socket.h
4405         * src/common/ssl.c
4406         * src/common/ssl.h
4407         * src/common/ssl_certificate.c
4408         * src/common/ssl_certificate.h
4409         * src/common/string_match.c
4410         * src/common/string_match.h
4411         * src/common/stringtable.c
4412         * src/common/sylpheed.c
4413         * src/common/sylpheed.h
4414         * src/common/template.c
4415         * src/common/template.h
4416         * src/common/timing.h
4417         * src/common/utils.c
4418         * src/common/utils.h
4419         * src/common/uuencode.c
4420         * src/common/uuencode.h
4421         * src/common/version.h.in
4422         * src/common/xml.c
4423         * src/common/xml.h
4424         * src/common/xmlprops.c
4425         * src/common/xmlprops.h
4426         * src/gtk/about.c
4427         * src/gtk/about.h
4428         * src/gtk/colorlabel.c
4429         * src/gtk/colorlabel.h
4430         * src/gtk/colorsel.c
4431         * src/gtk/colorsel.h
4432         * src/gtk/description_window.c
4433         * src/gtk/description_window.h
4434         * src/gtk/filesel.c
4435         * src/gtk/filesel.h
4436         * src/gtk/foldersort.c
4437         * src/gtk/foldersort.h
4438         * src/gtk/gtkutils.c
4439         * src/gtk/gtkutils.h
4440         * src/gtk/inputdialog.c
4441         * src/gtk/inputdialog.h
4442         * src/gtk/logwindow.c
4443         * src/gtk/logwindow.h
4444         * src/gtk/manage_window.c
4445         * src/gtk/manage_window.h
4446         * src/gtk/menu.c
4447         * src/gtk/menu.h
4448         * src/gtk/pluginwindow.c
4449         * src/gtk/pluginwindow.h
4450         * src/gtk/prefswindow.c
4451         * src/gtk/prefswindow.h
4452         * src/gtk/progressdialog.c
4453         * src/gtk/progressdialog.h
4454         * src/gtk/quicksearch.c
4455         * src/gtk/quicksearch.h
4456         * src/gtk/sslcertwindow.c
4457         * src/gtk/sslcertwindow.h
4458         * src/plugins/clamav/clamav_plugin.c
4459         * src/plugins/clamav/clamav_plugin.h
4460         * src/plugins/clamav/clamav_plugin_gtk.c
4461         * src/plugins/demo/demo.c
4462         * src/plugins/dillo_viewer/dillo_prefs.c
4463         * src/plugins/dillo_viewer/dillo_prefs.h
4464         * src/plugins/dillo_viewer/dillo_viewer.c
4465         * src/plugins/mathml_viewer/mathml_viewer.c
4466         * src/plugins/pgpcore/passphrase.c
4467         * src/plugins/pgpcore/passphrase.h
4468         * src/plugins/pgpcore/plugin.c
4469         * src/plugins/pgpcore/prefs_gpg.c
4470         * src/plugins/pgpcore/prefs_gpg.h
4471         * src/plugins/pgpcore/select-keys.c
4472         * src/plugins/pgpcore/select-keys.h
4473         * src/plugins/pgpcore/sgpgme.c
4474         * src/plugins/pgpcore/sgpgme.h
4475         * src/plugins/pgpinline/pgpinline.c
4476         * src/plugins/pgpinline/pgpinline.h
4477         * src/plugins/pgpinline/plugin.c
4478         * src/plugins/pgpmime/pgpmime.c
4479         * src/plugins/pgpmime/pgpmime.h
4480         * src/plugins/pgpmime/plugin.c
4481         * src/plugins/spamassassin/spamassassin.c
4482         * src/plugins/spamassassin/spamassassin.h
4483         * src/plugins/spamassassin/spamassassin_gtk.c
4484         * src/plugins/trayicon/trayicon.c
4485         * tools/OOo2sylpheed.pl
4486         * tools/acroread2sylpheed.pl
4487         * tools/asus_mailled.sh
4488         * tools/filter_conv.pl
4489         * tools/freshmeat_search.pl
4490         * tools/google_search.pl
4491         * tools/kmail2sylpheed.pl
4492         * tools/kmail2sylpheed_v2.pl
4493         * tools/maildir2sylpheed.pl
4494         * tools/multiwebsearch.pl
4495         * tools/newscache_clean.pl
4496         * tools/outlook2sylpheed.pl
4497         * tools/sylpheed-switcher
4498         * tools/update-po
4499         * tools/vcard2xml.py
4500         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
4501                 update FSF address
4502
4503 2005-09-21 [colin]      1.9.14cvs46
4504
4505         * src/gedit-print.c
4506         * src/procmsg.c
4507         * src/procmsg.h
4508         * src/textview.c
4509         * src/summaryview.c
4510                 Remove some printing hacks (deselection/reselection),
4511                 which by the way fix printing the currently 
4512                 displayed mime part (still only text)
4513                 Plus a little optimisation of summary_show
4514
4515
4516 2005-09-20 [colin]      1.9.14cvs45
4517
4518         * src/mainwindow.c
4519         * src/messageview.c
4520                 GUI fixups: add accels, set message
4521                 view title to displayed mail's subject
4522         * src/prefs_spelling.c
4523         * src/gtk/gtkaspell.c
4524                 GUI fixups: allow underlining misspelled
4525                 words instead of coloring them (a11y!)
4526
4527 2005-09-19 [colin]
4528
4529         1.9.15rc3 released
4530
4531 2005-09-19 [colin]      1.9.14cvs44
4532
4533         * src/compose.c
4534                 Fix draft message
4535         * src/gtk/gtkaspell.c
4536                 Fix wrong test ;-)
4537
4538 2005-09-19 [colin]      1.9.14cvs43
4539
4540         * src/addressbook.c
4541                 Fix sensitivity of Delete button
4542         * src/compose.c
4543                 Warn if the requested Privacy system
4544                 is not available
4545         * src/exphtmldlg.c
4546         * src/expldifdlg.c
4547         * src/importldif.c
4548         * src/importmutt.c
4549         * src/importpine.c
4550                 Fix crappy UI
4551         * src/
4552         * src/ssl.h
4553         * src/prefs_account.h
4554         * src/prefs_account.c
4555                 Save SSL prefs even in builds that have
4556                 SSL support disable
4557         * src/imap.c
4558         * src/inc.c
4559         * src/news.c
4560         * src/send_message.c
4561                 Warn if connection should be secure, but
4562                 SSL support isn't compiled in
4563         * src/gtkaspell.c
4564                 Fix word separation on UTF-8 systems
4565                 Fixes bug #812 (Strange inline spellchecking)
4566         * src/compose.c
4567                 Warn if the requested Privacy system
4568                 is not available
4569                 Factorize offline warning
4570         * src/imap.c
4571         * src/imap_gtk.c
4572         * src/imap_gtk.h
4573         * src/inc.h
4574         * src/news_gtk.c
4575         * src/news_gtk.h
4576         * src/messageview.c
4577                 Factorize offline warning
4578
4579 2005-09-19 [paul]
4580
4581         1.9.15-rc2 released
4582
4583 2005-09-18 [colin]      1.9.14cvs42
4584
4585         * src/codeconv.c
4586         * src/codeconv.h
4587         * src/procmime.c
4588                 Add a way to get locale's charset ignoring utf-8,
4589                 and use that as default encoding for broken mails
4590
4591 2005-09-18 [colin]      1.9.14cvs41
4592
4593         * src/gtk/logwindow.c
4594                 Translate string. Patch by Fabien Vantard
4595
4596 2005-09-18 [colin]      1.9.14cvs40
4597
4598         * configure.ac
4599                 Fix bug #803 (IMAP/SSL support breaks with 
4600                 GnuTLS libetpan 0.38)
4601
4602 2005-09-18 [colin]      1.9.14cvs39
4603
4604         * src/codeconv.c
4605         * src/compose.c
4606         * src/procmime.c
4607                 More charsets fixes. Fixes bug #806 (non
4608                 ascii characters in subject line)
4609
4610 2005-09-17 [paul]       1.9.14cvs38
4611
4612         * src/folderview.c
4613         * src/mainwindow.c
4614                 fix gcc-2.95 issues
4615                 Patch by Pawel Pekala
4616
4617 2005-09-17 [colin]      1.9.14cvs37
4618
4619         * src/addrindex.c
4620                 bugfix for NO-USE LDAP compilation, patch 
4621                 by Fabien Vantard
4622
4623 2005-09-17 [colin]      1.9.14cvs36
4624
4625         * src/prefs_actions.c
4626         * src/prefs_customheader.c
4627         * src/prefs_display_header.c
4628         * src/prefs_filtering_action.c
4629         * src/prefs_matcher.c
4630         * src/prefs_toolbar.c
4631                 Fix strange casts (less elegant but
4632                 works better)
4633
4634 2005-09-16 [colin]      1.9.14cvs35
4635
4636         * src/jpilot.c
4637                 Missed that one
4638
4639 2005-09-16 [colin]      1.9.14cvs34
4640
4641         * configure.ac
4642         * src/Makefile.am
4643         * src/addr_compl.c
4644         * src/addrindex.c
4645         * src/browseldap.c
4646         * src/editldap.c
4647         * src/ldaplocate.c
4648         * src/ldapquery.c
4649         * src/ldapquery.h
4650         * src/ldapserver.c
4651         * src/ldapserver.h
4652         * src/main.c
4653         * src/matcher_parser_parse.y
4654         * src/prefs_themes.c
4655         * src/etpan/Makefile.am
4656         * src/gtk/description_window.c
4657         * src/plugins/clamav/Makefile.am
4658         * src/plugins/clamav/clamav_plugin.c
4659         * src/plugins/dillo_viewer/Makefile.am
4660         * src/plugins/pgpcore/Makefile.am
4661         * src/plugins/pgpinline/Makefile.am
4662         * src/plugins/pgpmime/Makefile.am
4663         * src/plugins/trayicon/Makefile.am
4664                 Fix 100% cpu usage in address completion list
4665                 Fix little bugs (return with no values etc)
4666                 Fix all warnings (with common CFLAGS)
4667
4668 2005-09-15 [colin]      1.9.14cvs33
4669
4670         * src/addressbook.c
4671                 Fix bug where sometimes a group's email list is empty,
4672                 force its refresh (probably fixes "Re: how to create a 
4673                 distribution list")
4674         * src/ldapquery.c
4675                 Don't return to the callback in the main thread from the
4676                 fetch thread (or face segs!)
4677
4678 2005-09-15 [paul]       1.9.14cvs32
4679
4680         * src/prefs_matcher.c
4681                 forgotten in last commit
4682
4683 2005-09-15 [paul]       1.9.14cvs31
4684
4685         * src/prefs_actions.c
4686         * src/prefs_filtering_action.c
4687         * src/prefs_quote.c
4688         * src/quote_fmt.c
4689         * src/summaryview.c
4690         * src/gtk/description_window.c
4691         * src/gtk/description_window.h
4692         * src/gtk/quicksearch.c
4693                 allow interaction with the called
4694                 description window
4695                 Patch by Anders Hammar
4696
4697 2005-09-14 [paul]       1.9.14cvs30
4698
4699         * src/compose.c
4700                 fix a little annoyance when pasting with 3rd button 
4701                 with wrap_pastes=0 and wrap_input=1
4702                 Patch by Colin
4703
4704 2005-09-14 [paul]       1.9.14cvs29
4705
4706         * src/prefs_account.c
4707                 disable 'Filter messages on receiving' for
4708                 SMTP-only accounts
4709                 Patch  by Anders Hammar
4710
4711 2005-09-14 [paul]       1.9.14cvs28
4712
4713         * po/sk.po
4714                 fix crash
4715                 updated by Andrej Kacian
4716
4717 2005-09-14 [paul]
4718
4719         1.9.15-rc1 released
4720
4721 2005-09-14 [paul]       1.9.14cvs27
4722
4723         * po/es.po
4724                 updated by Ricardo Mones Lastra
4725         * src/compose.c
4726         * src/compose.h
4727                 associate no_wrap_tags to Compose windows
4728                 instead of using a static one
4729                 Patch by Colin
4730         * src/mbox.c
4731                 fix proc_mbox()
4732                 Patch by wwp
4733         * src/textview.c
4734                 remove unneeded printf()
4735
4736 2005-09-14 [paul]       1.9.14cvs26
4737
4738         * src/addrcache.c
4739         * src/codeconv.h
4740         * src/folder.h
4741         * src/mainwindow.h
4742         * src/mh.c
4743         * src/mimeview.h
4744         * src/partial_download.c
4745         * src/pop.c
4746         * src/prefs_account.c
4747         * src/prefs_account.h
4748         * src/prefs_actions.c
4749         * src/prefs_customheader.c
4750         * src/prefs_display_header.c
4751         * src/prefs_filtering_action.c
4752         * src/prefs_matcher.c
4753         * src/prefs_toolbar.c
4754         * src/privacy.h
4755         * src/procmime.c
4756         * src/procmime.h
4757         * src/procmsg.h
4758         * src/textview.c
4759         * src/undo.h
4760         * src/common/plugin.c
4761         * src/common/session.h
4762         * src/common/socket.c
4763         * src/common/socket.h
4764         * src/common/template.c
4765         * src/gtk/gtkaspell.c
4766         * src/gtk/quicksearch.h
4767         * src/plugins/pgpcore/passphrase.c
4768         * src/plugins/pgpcore/prefs_gpg.h
4769         * src/plugins/pgpcore/select-keys.c
4770         * src/plugins/pgpcore/select-keys.h
4771         * src/plugins/pgpcore/sgpgme.c
4772         * src/plugins/pgpinline/pgpinline.c
4773         * src/plugins/pgpmime/pgpmime.c
4774         * src/plugins/trayicon/trayicon.c
4775                 fix compilation warnings
4776                 Patch by Daniel Gustafson
4777
4778 2005-09-14 [paul]       1.9.14cvs25
4779
4780         * src/addressbook.c
4781                 add missing column header, and other small
4782                 bug fixes
4783                 Patch by Anders Hammar
4784
4785 2005-09-13 [colin]      1.9.14cvs24
4786
4787         * src/gtk/gtkaspell.c
4788                 Fix non-utf8 in menu
4789                 Fix little leaks
4790                 Nullify struct members after free()s
4791
4792 2005-09-13 [colin]      1.9.14cvs23
4793
4794         * src/compose.c
4795                 Test utf8 compliance before inserting to 
4796                 buffer, and try to convert if necessary
4797         * src/procmime.c
4798                 If no charset is present, use the locale 
4799                 one instead of us-ascii
4800         * src/procmsg.c
4801                 Add Sender, List-Post and To in the checked 
4802                 headers for automatic rules creation 
4803                 (thanks to wwp)
4804         * src/prefs_themes.c
4805         * src/gtk/gtkaspell.c
4806                 Remove deprecated functions. 
4807                 patch by Daniel Gustafson
4808
4809 2005-09-12 [colin]      1.9.14cvs22
4810
4811         * src/compose.c
4812                 Fix bug #448 (Scrolling/Redraw issue with 
4813                 address-fields in Header)
4814         * src/mainwindow.c
4815         * src/summaryview.c
4816         * src/summaryview.h
4817                 Fix loss of MSG_MARKED on move/copy
4818                 Fix bug #804 (Quicksearch togglebutton doesn't 
4819                 get depressed after '/' key is pressed)
4820
4821 2005-09-12 [paul]       1.9.14cvs21
4822
4823         * AUTHORS
4824         * src/gtk/logwindow.c
4825                 add 'Clear Log' to popup menu
4826                 Patch by Anders Hammar <anders.hammar@telia.com>
4827
4828 2005-09-12 [paul]       1.9.14cvs20
4829
4830         * src/compose.c
4831                 set correct sensitivity on attachments
4832                 popup menu
4833         * src/folder.c
4834                 fix typo
4835         * src/prefs_spelling.c
4836                 fix crash when no LANG env is set
4837         * src/common/xml.c
4838                 fix crash in wizard
4839                 don't use memeory after free
4840
4841         All patches by Daniel Gustafson
4842
4843 2005-09-12 [paul]       1.9.14cvs19
4844
4845         * src/prefs_themes.c
4846                 make theme info selectable
4847         * src/gtk/description_window.c
4848                 make window non-modal
4849         * tools/README
4850                 add details of asus_mailed.sh
4851         * tools/claws.i18n.status.pl
4852                 update for new zh_TW translator
4853                 widen the output
4854                 create alternate coloured lines
4855                 improve readability
4856
4857 2005-09-10 [colin]      1.9.14cvs18
4858
4859         * src/plugins/pgpcore/select-keys.c
4860                 Better order for the buttons
4861
4862 2005-09-10 [colin]      1.9.14cvs17
4863
4864         * src/compose.c
4865         * src/plugins/pgpcore/select-keys.c
4866         * src/plugins/pgpcore/select-keys.h
4867         * src/plugins/pgpcore/sgpgme.c
4868                 Add a "Don't encrypt" button to the key
4869                 selection dialog. Fixes bug #177 (There should be a 
4870                 'Don't encrypt button in the Select Keys dialog)
4871
4872 2005-09-10 [colin]      1.9.14cvs16
4873
4874         * src/compose.c
4875                 Fix bug #572 (%X option does not work with templates)
4876
4877 2005-09-10 [colin]      1.9.14cvs15
4878
4879         * src/toolbar.c 
4880                 Remove g_print
4881
4882 2005-09-10 [colin]      1.9.14cvs14
4883
4884         * src/imap.c
4885                 Fix a possible crash
4886
4887 2005-09-09 [colin]      1.9.14cvs13
4888
4889         * src/imap.c
4890         * src/etpan/imap-thread.c
4891         * src/etpan/imap-thread.h
4892                 Fix moving from queue or drafts to normal folders
4893                 Fix bug #794 (No way to delete without expunging)
4894                 Take flags unset by other mailers into account
4895                 Take deleted flag set by other mailers into account
4896                 Fix unsetting REPLIED flag
4897                 Fix crash when capabilities can't be retrieved
4898         * src/mainwindow.c
4899         * src/mainwindow.h
4900                 Add M_DELAYED_FLAGS condition, and let the user use
4901                 Execute in order to be able to expunge deleted mails,
4902                 even if he's not in delayed execute mode
4903         * src/prefs_spelling.c
4904                 Use 'en' dictionary by default if LANG is POSIX or C
4905         * src/gtk/prefswindow.c
4906                 Fix bug #767 (Preferences windows expanding) by making
4907                 the window a bit larger when the resolution is greater
4908                 than 640x480, and by putting the prefs in a
4909                 GtkScrolledWindow.
4910
4911 2005-09-09 [paul]       1.9.14cvs12
4912
4913         * AUTHORS
4914         * configure.ac
4915         * po/zh_TW.Big5.po      ** REMOVED **
4916         * po/zh_TW.po           ** ADDED **
4917                 updated by Wei-Lun Chao
4918
4919 2005-09-09 [paul]       1.9.14cvs11
4920
4921         * src/mainwindow.c
4922                 fix asserts
4923         * src/common/xml.c
4924                 delay memory allocation until file is
4925                 opened successfully
4926                 Patch by Daniel Gustafson
4927
4928 2005-09-09 [colin]      1.9.14cvs10
4929
4930         * src/imap.c
4931                 Add guards
4932
4933 2005-09-08 [colin]      1.9.14cvs9
4934
4935         * src/compose.c
4936                 Alert when we can't save draft
4937                 Fix various wrap/color issues
4938                 Add mid-click pasting respecting wrap_paste option
4939         * src/folder.c
4940         * src/folder.h
4941         * src/folder_item_prefs.c
4942         * src/folder_item_prefs.h
4943         * src/imap.c
4944         * src/imap_gtk.c
4945         * src/imap_gtk.h
4946         * src/main.c
4947         * src/mainwindow.c
4948         * src/mainwindow.h
4949         * src/news.c
4950         * src/news_gtk.c
4951         * src/news_gtk.h
4952         * src/prefs_folder_item.c
4953                 Fix the impossibility to synchronise folders for
4954                 offline use (IMAP and NNTP are concerned)
4955
4956 2005-09-08 [colin]      1.9.14cvs8
4957
4958         * configure.ac
4959                 Build LDAP and JPilot by default if available
4960         * src/textview.c
4961                 Fix use after free
4962
4963 2005-09-08 [paul]       1.9.14cvs7
4964
4965         * doc/manual/en/sylpheed-1.html
4966         * doc/manual/en/sylpheed-18.html
4967         * doc/manual/en/sylpheed-19.html
4968         * doc/manual/en/sylpheed-4.html
4969         * doc/manual/en/sylpheed-6.html
4970         * doc/manual/en/sylpheed.html
4971                 a few minor updates, plus include some
4972                 details about plugins and their requirements
4973         * src/mainwindow.c
4974                 minor changes to English in /View/Sort
4975
4976 2005-09-07 [colin]      1.9.14cvs6
4977
4978         * doc/manual/en/sylpheed-1.html
4979         * doc/manual/en/sylpheed-10.html
4980         * doc/manual/en/sylpheed-11.html
4981         * doc/manual/en/sylpheed-12.html
4982         * doc/manual/en/sylpheed-13.html
4983         * doc/manual/en/sylpheed-14.html
4984         * doc/manual/en/sylpheed-15.html
4985         * doc/manual/en/sylpheed-16.html
4986         * doc/manual/en/sylpheed-17.html
4987         * doc/manual/en/sylpheed-18.html
4988         * doc/manual/en/sylpheed-19.html
4989         * doc/manual/en/sylpheed-2.html
4990         * doc/manual/en/sylpheed-20.html
4991         * doc/manual/en/sylpheed-21.html
4992         * doc/manual/en/sylpheed-22.html
4993         * doc/manual/en/sylpheed-3.html
4994         * doc/manual/en/sylpheed-4.html
4995         * doc/manual/en/sylpheed-5.html
4996         * doc/manual/en/sylpheed-6.html
4997         * doc/manual/en/sylpheed-7.html
4998         * doc/manual/en/sylpheed-8.html
4999         * doc/manual/en/sylpheed-9.html
5000         * doc/manual/en/sylpheed.html
5001                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
5002
5003 2005-09-07 [colin]      1.9.14cvs5
5004
5005         * src/mainwindow.c
5006                 Make labels more to-the-point
5007
5008 2005-09-07 [colin]      1.9.14cvs4
5009
5010         * doc/manual/en/sylpheed-1.html
5011         * doc/manual/en/sylpheed-12.html
5012         * doc/manual/en/sylpheed-13.html
5013         * doc/manual/en/sylpheed-14.html
5014         * doc/manual/en/sylpheed-15.html
5015         * doc/manual/en/sylpheed-16.html
5016         * doc/manual/en/sylpheed-17.html
5017         * doc/manual/en/sylpheed-18.html
5018         * doc/manual/en/sylpheed-19.html
5019         * doc/manual/en/sylpheed-2.html
5020         * doc/manual/en/sylpheed-20.html
5021         * doc/manual/en/sylpheed-21.html
5022         * doc/manual/en/sylpheed-22.html
5023         * doc/manual/en/sylpheed-4.html
5024         * doc/manual/en/sylpheed-5.html
5025         * doc/manual/en/sylpheed-6.html
5026         * doc/manual/en/sylpheed-7.html
5027         * doc/manual/en/sylpheed-8.html
5028         * doc/manual/en/sylpheed-9.html
5029         * doc/manual/en/sylpheed.html
5030                 Update manual
5031
5032 2005-09-07 [colin]      1.9.14cvs3
5033
5034         * doc/faq/en/sylpheed-faq-1.html
5035         * doc/faq/en/sylpheed-faq-2.html
5036         * doc/faq/en/sylpheed-faq-3.html
5037         * doc/faq/en/sylpheed-faq.html
5038                 Update FAQ
5039
5040 2005-09-07 [colin]      1.9.14cvs2
5041
5042         * src/folderview.c
5043         * src/procmsg.c
5044         * src/summaryview.c
5045         * src/toolbar.c
5046                 Fix special subfolders:
5047                 - Inherit parent's icon
5048                 - sent contents of queues subfolders
5049                 - empty subfolders of trashes
5050         * src/mainwindow.c
5051                 Remove outdated manual and faq entries
5052         * src/common/utils.c
5053                 Add quotes around %s coming from mailcap
5054
5055 2005-09-07 [colin]      1.9.14cvs1
5056
5057         * src/compose.c
5058                 After saving draft, set modified to FALSE
5059         * src/mimeview.c
5060         * src/common/utils.c
5061         * src/common/utils.h
5062                 Try to open mime parts using what is 
5063                 indicated in ~/.mailcap or /etc/mailcap,
5064                 if possible.
5065
5066 2005-09-05 [paul]       1.9.14
5067
5068         1.9.14 released
5069
5070         * po/sk.po
5071                 updated by Andrej Kacian
5072
5073 2005-09-05 [paul]       1.9.13cvs83
5074
5075         * po/de.po
5076         * po/es.po
5077         * po/fi.po
5078         * po/fr.po
5079         * po/nb.po
5080         * po/pt_BR.po
5081         * po/sr.po
5082                 updated translations by Thomas Gilgin, Ricardo Mones
5083                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
5084                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
5085
5086 2005-09-04 [paul]       1.9.13cvs82
5087
5088         * src/compose.c
5089                 only warn about exceeded line length limit
5090                 on send
5091
5092 2005-09-04 [paul]       1.9.13cvs81
5093
5094         * src/compose.c
5095                 fix crash in 'line length exceeded' dialogue
5096
5097 2005-09-02 [paul]       1.9.13cvs80
5098
5099         * src/imap.c
5100                 fix bug 795, 'Connection lost IMAP'
5101                 and add statusbar prints
5102                 Patch by Colin
5103
5104 2005-09-02 [paul]       1.9.13cvs79
5105
5106         * src/compose.c
5107                 compose_wrap_paragraph() becomes
5108                 compose_beautify_paragraph()
5109                 Patch by Colin
5110
5111 2005-09-02 [colin]      1.9.13cvs78
5112
5113         * src/folderview.c
5114                 Micro-fix
5115
5116 2005-09-01 [colin]      1.9.13cvs77
5117
5118         * src/imap.c
5119                 Maybe fix bug #795 (Connection lost IMAP)
5120                 Don't try to send logout when we're disconnected.
5121         * src/summaryview.c
5122                 Include locked and marked emails in HRM
5123                 view. Fixes bug #800 (Locked messages no longer 
5124                 show up when hide read messages is used)
5125
5126 2005-09-01 [paul]       1.9.13cvs76
5127
5128         * src/prefs_common.c
5129                 fix bad cutting
5130
5131 2005-08-31 [colin]      1.9.13cvs75
5132
5133         * src/folderview.c
5134         * src/folderview.h
5135         * src/prefs_summaries.c
5136         * src/summaryview.c
5137                 Fix "go to next new", fix preference
5138                 (Open unread/next swapped)
5139
5140 2005-08-31 [paul]       1.9.13cvs74
5141
5142         * src/compose.c
5143         * src/folderview.c
5144         * src/headerview.c
5145         * src/headerview.h
5146         * src/mainwindow.c
5147         * src/prefs_common.c
5148         * src/prefs_common.h
5149         * src/prefs_fonts.c
5150         * src/summaryview.c
5151         * src/textview.c
5152         * src/common/defs.h
5153                 remove obsolete BOLD_FONT setting
5154                 fix font update in headerview and textview
5155                 headers after prefs change
5156                 Patch By Colin
5157
5158 2005-08-31 [paul]
5159
5160         1.9.14-rc4 released
5161
5162 2005-08-30 [colin]      1.9.13cvs73
5163
5164         * src/summaryview.c
5165                 When Hide read messages is selected and we
5166                 refresh the summaryview, don't remove the 
5167                 currently displayed message. Fixes bug #797
5168                 (Summary view reloads when new mail is 
5169                 downloaded in 1.9.14 rc)
5170
5171 2005-08-30 [colin]      1.9.13cvs72
5172
5173         * src/folderview.c
5174                 Fix flickering
5175         * src/mainwindow.c
5176                 Remove useless callback
5177         * src/mimeview.c
5178         * src/gtk/filesel.c
5179         * src/gtk/filesel.h
5180                 Add a filesel_select_file_save_folder() - used by Save All
5181
5182 2005-08-29 [paul]       1.9.13cvs71
5183
5184         * AUTHORS
5185         * src/matcher_parser_parse.y
5186         * src/etpan/imap-thread.c
5187                 fix building on FreeBSD
5188                 Patch by Daniel Gustafson <daniel@hobbit.se>
5189
5190 2005-08-29 [paul]       1.9.13cvs70
5191
5192         * src/plugins/pgpinline/pgpinline.c
5193                 only initialise sig result if it's been handled
5194                 Patch by Colin
5195
5196 2005-08-29 [paul]       1.9.13cvs69
5197         
5198         Patches by Colin:
5199
5200         * src/imap.c
5201         * src/common.utils.c
5202         * src/common/utils.h
5203                 optimisation
5204         * src/stock_pixmap.h
5205                 fix wrong icon reference
5206         * src/pixmaps/trash_btn.xpm
5207                 replace with nicer image
5208
5209 2005-08-28 [colin]      1.9.13cvs68
5210
5211         * src/Makefile.am
5212         * src/stock_pixmap.c
5213         * src/stock_pixmap.h
5214         * src/toolbar.c
5215         * src/pixmaps/trash_btn.xpm
5216                 Add a specific trash xpm for the button
5217
5218 2005-08-28 [colin]      1.9.13cvs67
5219
5220         * src/imap.c
5221                 Fix leak
5222
5223 2005-08-27 [colin]      1.9.13cvs66
5224
5225         * src/imap.c
5226         * src/procmime.c
5227                 Correctly fix "Problem with replies", fixes
5228                 pgpmime encryption too. 
5229
5230 2005-08-27 [colin]      1.9.13cvs65
5231
5232         * src/folder.c
5233         * src/procmsg.c
5234         * src/procmsg.h
5235         * src/summaryview.c
5236                 Fix bug #517 (messages removed from summaryview 
5237                 when moving fails)
5238
5239 2005-08-27 [colin]      1.9.13cvs64
5240
5241         * tools/Makefile.am
5242         * tools/asus_mailled.sh
5243                 Add a script to blink ASUS laptops' mail LED where there
5244                 is unread mail.
5245
5246 2005-08-27 [colin]      1.9.13cvs63
5247
5248         * src/imap.c
5249         * src/etpan/imap-thread.c
5250         * src/etpan/imap-thread.h
5251                 Implement automatic choosing of login method
5252                 Fixes bug #791
5253         * src/gtk/.cvsignore
5254                 Add sylpheed-marshal.[ch]
5255
5256 2005-08-27 [colin]      1.9.13cvs62
5257
5258         * src/common/utils.c
5259                 Fix confusing perror
5260
5261 2005-08-27 [colin]      1.9.13cvs61
5262
5263         * src/toolbar.c
5264         * src/toolbar.h
5265                 Remove A_DELETE, replace it with 
5266                 A_TRASH and A_DELETE_REAL. Automatically
5267                 rewrite config files to replace A_DELETE
5268                 with A_TRASH (no functionality change).
5269                 Fixes half of #794
5270
5271 2005-08-26 [colin]      1.9.13cvs60
5272
5273         * src/procmime.c
5274                 Previous "Problem with replies" fix brought other
5275                 problems, fixing them
5276
5277 2005-08-26 [colin]      1.9.13cvs59
5278
5279         * src/procmime.c
5280                 Fix "Problem with replies". This happened only
5281                 on IMAP...
5282         * src/procmsg.c
5283                 Factorize code a bit
5284         * src/compose.c
5285                 Speed improvement on very long messages (wrapping)
5286                 Fix signature color on Reedit and Redirect
5287                 On Reedit, don't attach pgp-signatures parts, but
5288                 set signing to On.
5289
5290 2005-08-24 [paul]       1.9.13cvs58
5291
5292         * src/compose.c
5293                 don't claim success when clicking
5294                 Cancel on the passphrase box.
5295                 Patch by Colin
5296
5297 2005-08-24 [paul]       1.9.13cvs57
5298
5299         * src/main.c
5300                 fix misplaced sylpheed.log
5301         * src/common/defs.h
5302                 define UIDL_DIR
5303
5304 2005-08-24 [paul]       1.9.13cvs56
5305
5306         * src/imap.c
5307         * src/etpan/imap-thread.c
5308         * src/etpan/imap-thread.h
5309                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
5310                 Patch by Colin
5311         * src/gtk/sylpheed-marshal.c    ** REMOVED **
5312         * src/gtk/sylpheed-marshal.h    ** REMOVED **
5313                 remove autogenerated files
5314         * tools/kdeservicemenu/README
5315         * tools/kdeservicemenu/install.sh
5316         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
5317         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
5318                 use Claws icon, use 'Sylpheed-Claws' in menu,
5319                 use kdialog, and other cleanups
5320
5321 2005-08-23 [paul]       1.9.13cvs55
5322
5323         * src/compose.c
5324                 fix paste/wrap crash
5325                 Patch by Colin
5326
5327 2005-08-23 [paul]       1.9.13cvs54
5328
5329         * src/main.c
5330                 fix crash recovery
5331                 Patch by Colin
5332
5333 2005-08-23 [paul]       1.9.13cvs53
5334
5335         * src/addressbook.c
5336         * src/editaddress.c
5337                 view all data of LDAP contacts
5338                 Patch by Colin
5339
5340 2005-08-23 [paul]       1.9.13cvs52
5341
5342         * src/addressbook.c
5343                 fix issues with the Search field
5344                 Patch by Colin
5345
5346 2005-08-22 [paul]       1.9.13cvs51
5347
5348         * src/folderview.c
5349                 put name of folder in processing dialog
5350                 title
5351         * src/prefs_folder_item.c
5352                 improve english usage
5353
5354 2005-08-22 [paul]       1.9.13cvs50
5355
5356         * src/filtering.c
5357         * src/filtering.h
5358         * src/matcher.c
5359         * src/matcher_parser_lex.l
5360         * src/matcher_parser_parse.y
5361         * src/prefs_filtering.c
5362                 add Filtering/Processing rule names feature.
5363                 (the incompatible old matcherrc is saved as
5364                 matcherrc.pre_names).
5365                 Patch by Colin
5366
5367 2005-08-22 [paul]       1.9.13cvs49
5368
5369         * src/procmsg.c
5370                 fix colour labelling
5371                 Patch by Colin
5372
5373 2005-08-22 [paul]       1.9.13cvs48
5374
5375         * src/textview.c
5376                 fix open_image_cb()
5377
5378 2005-08-22 [paul]       1.9.13cvs47
5379
5380         * src/imap.c
5381                 fix bug 789, 'SC crashes with imap (CVS ver)'
5382                 Patch by Colin
5383
5384 2005-08-22 [paul]       1.9.13cvs46
5385
5386         * src/mimeview.c
5387         * src/prefs_common.c
5388         * src/common/defs.h
5389                 define reused defaults in defs.h
5390         * src/textview.c
5391                 add 'Open image' to image popup menu
5392
5393 2005-08-21 [colin]      1.9.13cvs45
5394
5395         * src/summaryview.c
5396                 Fix bug #788 (Bogus "From" address displayed)
5397
5398 2005-08-20 [colin]      1.9.13cvs44
5399
5400         * src/folder.c
5401                 Fix buf #787 (multilevel delete causes SIGSEGV)
5402
5403 2005-08-19 [colin]      1.9.13cvs43
5404
5405         * src/inc.c
5406         * src/prefs_common.c
5407         * src/prefs_common.h
5408                 Add an hidden pref to allow modifying the
5409                 update stepping in incorporation.
5410                 Patch by wwp.
5411
5412 2005-08-19 [colin]      1.9.13cvs42
5413
5414         * src/compose.c
5415         * src/procmime.c
5416                 Workaround for broken MUAs: encode 
5417                 Content-type: name: as ASCII and 
5418                 Content-Disposition: filename: as
5419                 per rfc2231
5420         * src/prefs_account.c
5421                 Fix invisible-ness of SMTP SSL prefs
5422                 in NNTP accounts
5423
5424 2005-08-19 [paul]       1.9.13cvs41
5425
5426         * src/compose.c
5427         * src/prefs_common.c
5428         * src/prefs_common.h
5429         * src/prefs_wrapping.c
5430                 paste with or without wrapping.
5431                 patch by Colin
5432
5433 2005-08-19 [paul]       1.9.13cvs40
5434
5435         * src/prefs_common.c
5436         * src/prefs_common.h
5437         * src/summaryview.c
5438                 reintroduce enable_swap_from as a
5439                 hidden pref. patch by Colin
5440         * src/quote_fmt_parse.y
5441         * src/plugins/clamav/clamav_plugin.c
5442         * src/plugins/dillo_viewer/dillo_viewer.c
5443         * src/plugins/mathml_viewer/mathml_viewer.c
5444         * src/plugins/pgpcore/sgpgme.c
5445         * src/plugins/pgpinline/pgpinline.c
5446         * src/plugins/pgpmime/pgpmime.c
5447                 tidy up. patch by Colin
5448
5449 2005-08-19 [paul]       1.9.13cvs39
5450
5451         * configure.ac
5452                 complete cvs38's sync
5453         * src/editaddress.c
5454         * src/gedit-print.c
5455         * src/mutt.c
5456         * src/etpan/etpan-log.c
5457         * src/etpan/imap-thread.c
5458         * src/gtk/gtksourceprintjob.c
5459                 fix compilation warnings
5460                 (patch by Colin)
5461
5462 2005-08-19 [paul]       1.9.13cvs38
5463
5464         sync with main:
5465
5466         * src/account.c
5467         * src/action.c
5468         * src/addrbook.c
5469         * src/addrcache.c
5470         * src/addrharvest.c
5471         * src/addrindex.c
5472         * src/codeconv.c
5473         * src/compose.c
5474         * src/crash.c
5475         * src/exporthtml.c
5476         * src/exportldif.c
5477         * src/folder.c
5478         * src/image_viewer.c
5479         * src/inc.c
5480         * src/inc.h
5481         * src/jpilot.c
5482         * src/ldif.c
5483         * src/main.c
5484         * src/matcher.c
5485         * src/mbox.c
5486         * src/messageview.c
5487         * src/mh.c
5488         * src/mimeview.c
5489         * src/msgcache.c
5490         * src/mutt.c
5491         * src/news.c
5492         * src/partial_download.c
5493         * src/pine.c
5494         * src/pop.c
5495         * src/prefs_actions.c
5496         * src/prefs_common.c
5497         * src/prefs_customheader.c
5498         * src/prefs_display_header.c
5499         * src/prefs_gtk.c
5500         * src/prefs_themes.c
5501         * src/procheader.c
5502         * src/procmime.c
5503         * src/procmsg.c
5504         * src/recv.c
5505         * src/send_message.c
5506         * src/simple-gettext.c
5507         * src/sourcewindow.c
5508         * src/textview.c
5509         * src/vcard.c
5510         * src/common/defs.h
5511         * src/common/log.c
5512         * src/common/plugin.c
5513         * src/common/prefs.c
5514         * src/common/session.c
5515         * src/common/session.h
5516         * src/common/socket.c
5517         * src/common/socket.h
5518         * src/common/ssl_certificate.c
5519         * src/common/template.c
5520         * src/common/utils.c
5521         * src/common/utils.h
5522         * src/common/xml.c
5523         * src/gtk/about.c
5524         added wrappers for C library function that
5525                 take pathname arguments.
5526                 enabled compilation with MinGW.
5527                 use GDir instead of directly using opendir().
5528                 added rename_force().
5529
5530 2005-08-19 [paul]       1.9.13cvs37
5531         
5532         patches by Colin:
5533         * src/compose.c
5534                 fix privacy settings on re-editing
5535                 a sent message
5536         * src/jpilot.c
5537                 fix encoding bug
5538         * src/folder.c
5539         * src/procmsg.c
5540         * src/procmsg.h
5541         * src/summaryview.c
5542                 flag changing optimisation
5543
5544 2005-08-18 [martin]     1.9.13cvs36
5545
5546         * commitHelper
5547             added my login
5548         * src/addrcache.c
5549         * src/addrharvest.c
5550         * src/addrindex.c
5551         * src/compose.c
5552         * src/grouplistdialog.c
5553         * src/main.c
5554         * src/mainwindow.c
5555         * src/msgcache.c
5556         * src/mutt.c
5557         * src/pine.c
5558         * src/prefs_account.c
5559         * src/prefs_themes.c
5560         * src/stock_pixmap.c
5561         * src/summaryview.c
5562         * src/gtk/about.c
5563         * src/gtk/logwindow.c
5564             removed deprecated glib and gdk stuff
5565         * src/plugins/pgpcore/select-keys.c
5566             convert attributes from locale to utf8
5567
5568 2005-08-17 [paul]       1.9.13cvs35
5569
5570         * src/account.c
5571         * src/addressbook.c
5572                 use new GTK_STOCK_ icons if available
5573         * src/summaryview.c
5574         * src/gtk/gtksctree.c
5575         * src/gtk/gtksctree.h
5576                 faster range select. patch by Colin
5577
5578 2005-08-17 [paul]       1.9.13cvs34
5579
5580         patches by colin:
5581         * src/addressbook.c
5582         * src/addressitem.h
5583                 Add an edit button for contacts, fix selections
5584                 of gtksctree items
5585         * src/editaddress.c
5586                 Change labels, let Save be always possible in the
5587                 email and user atributes tabs
5588         * src/folderview.c
5589                 fix sort issues
5590         * src/summaryview.c
5591                 select next item instead of the displayed one
5592                 after deletion
5593
5594         * src/gtk/progressdialog.c
5595                 use prefs_common.enable_rules_hint
5596
5597 2005-08-13 [hoa]        1.9.13cvs33
5598
5599         * src/etpan/imap-thread.c
5600                 fixed build on Solaris.
5601
5602 2005-08-10 [colin]      1.9.13cvs32
5603
5604         * src/procmsg.c
5605                 Fix cvs31 (missing fclose before reading
5606                 the file)
5607
5608 2005-08-10 [colin]      1.9.13cvs31
5609
5610         * src/procmsg.c
5611                 Fix procmsg_msginfo_new_from_mimeinfo() when
5612                 the MimeInfo isn't stored in memory. This fixes
5613                 replying to an attached message.
5614
5615 2005-08-10 [colin]      1.9.13cvs30
5616
5617         * src/mainwindow.c
5618                 Fix slowness in account changing
5619
5620 2005-08-10 [colin]      1.9.13cvs29
5621
5622         * src/folder.c
5623         * src/folderutils.c
5624         * src/folderview.c
5625         * src/imap_gtk.c
5626         * src/mainwindow.c
5627         * src/mh_gtk.c
5628         * src/procmsg.c
5629         * src/summaryview.c
5630                 Optimize folder_has_parent_of_type
5631                 Prevent moving special sub-folders from contextual menus
5632                 Rework message a bit ("Empty all messages" -> "Delete all
5633                 messages")
5634                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
5635                 and "Deleted Items" folders)
5636
5637 2005-08-08 [colin]      1.9.13cvs28
5638
5639         * src/summaryview.c
5640         * src/prefs_summaries.c
5641                 Make "Select first unread|new" more flexible
5642                 (just prioritize new or unread)
5643
5644 2005-08-08 [colin]      1.9.13cvs27
5645
5646         * src/summaryview.c
5647                 If "select first new" is selected and there only
5648                 are unread messages, fallback to "select first
5649                 unread".
5650
5651 2005-08-08 [colin]      1.9.13cvs26
5652
5653         * src/folder.c
5654                 Fix shameful bugs (and bug #779)
5655
5656 2005-08-08 [colin]      1.9.13cvs25
5657
5658         * src/folder.c
5659         * src/folder.h
5660                 Cache parents' type to make folder_has_parent_of_type
5661                 faster
5662         * src/folderview.c
5663                 Forbid DnD of special sub-folders
5664         * src/procmsg.c
5665         * src/procmsg.h
5666                 Add MAIL_POSTFILTERING_HOOK
5667         * src/summaryview.c
5668                 Revert over-zealous deletion of the use_addr_book 
5669                 code
5670
5671 2005-08-07 [colin]      1.9.13cvs24
5672
5673         * src/folder.c
5674                 Fix big mistake (passing MsgInfo instead 
5675                 of FolderItem)
5676
5677 2005-08-07 [colin]      1.9.13cvs23
5678
5679         * src/compose.c
5680         * src/folder.c
5681         * src/folder.h
5682         * src/foldersel.c
5683         * src/folderutils.c
5684         * src/folderview.c
5685         * src/imap.c
5686         * src/mainwindow.c
5687         * src/messageview.c
5688         * src/mh.c
5689         * src/msgcache.c
5690         * src/procmime.c
5691         * src/summaryview.c
5692                 Make subfolders of Drafts, Queue, Outbox, Trash
5693                 work like their parents. 
5694                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
5695
5696 2005-08-07 [colin]      1.9.13cvs22
5697
5698         * src/addressbook.c
5699                 Fix bug #771 (Dragged contacts not saved)
5700
5701 2005-08-07 [paul]       1.9.13cvs21
5702
5703         * src/summaryview.c
5704                 fix bug 32 'Search Doesn't display results
5705                 if "Hide Read Messages" is chosen'
5706                 be more literal in interpreting 'Hide read
5707                 messages'
5708
5709 2005-08-07 [colin]      1.9.13cvs20
5710
5711         * src/folderview.c
5712                 Add debug
5713         * src/summaryview.c
5714                 Faster 'unthread_for_execution'
5715
5716 2005-08-06 [paul]       1.9.13cvs19
5717
5718         * src/mainwindow.c
5719                 add mnemonics to Set displayed columns
5720                 fix bug where msgview_visible option was
5721                 overwritten as TRUE on startup
5722
5723 2005-08-06 [paul]       1.9.13cvs18
5724
5725         * src/mainwindow.c
5726                 refer to 'displayed columns in folder/message
5727                 list' not 'displayed items in summary/message view'
5728         * src/prefs_display_header.c
5729                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
5730                 be consistent with similar dialogues
5731         * src/prefs_folder_column.c
5732         * src/prefs_summary_column.c
5733                 'columns' not 'items', and folder and message lists,
5734                 instead of folder and summary views;
5735                 Use 'Hidden columns' as list heading not 'Available
5736                 items';
5737                 move the 'Remove' button to the right hand side;
5738                 top-align the buttons;
5739                 remove unneeded vbox
5740         * src/prefs_summaries.c
5741                 put the 2 column prefs buttons in a frame to reduce
5742                 overall width; refer to columns not items &c.
5743
5744 2005-08-05 [colin]      1.9.13cvs17
5745
5746         * src/prefs_common.c
5747         * src/prefs_common.h
5748         * src/mainwindow.c
5749         * src/compose.c
5750         * src/messageview.c
5751                 Add an hidden toolbar_detachable pref, so
5752                 that I can get rid of these painful handles
5753                 in the toolbars. Defaults to TRUE to avoid
5754                 changing the GUI on unsuspecting people...
5755
5756 2005-08-05 [colin]      1.9.13cvs16
5757
5758         * src/Makefile.am
5759         * src/prefs_folder_column.c
5760         * src/prefs_folder_column.h
5761                 Add prefs for folder columns
5762         * src/folderview.c
5763         * src/folderview.h
5764         * src/mainwindow.c
5765         * src/mainwindow.h
5766         * src/prefs_common.c
5767         * src/prefs_common.h
5768         * src/prefs_summaries.c
5769                 Use them
5770         * src/prefs_summary_column.c
5771         * src/summaryview.c
5772         * src/summaryview.h
5773                 Add a To column
5774         * src/textview.c
5775         * src/common/utils.c
5776         * src/common/utils.h
5777                 Move uri colourisation functions
5778                 to utils
5779         * src/compose.c
5780                 Colourise URIs
5781         * src/imap.c
5782                 Fix bug with LIST where we'd try
5783                 to get Folder//////[...]/// 
5784
5785 2005-08-05 [paul]       1.9.13cvs15
5786
5787         * src/prefs_summaries.c
5788                 improve the English usage
5789         * src/summaryview.c
5790                 set font on column change
5791                 thanks to Colin
5792
5793 2005-08-05 [paul]       1.9.13cvs14
5794
5795         * src/prefs_common.c
5796         * src/prefs_common.h
5797         * src/prefs_summaries.c
5798         * src/summaryview.c
5799                 replace 'open_unread_on_enter' option with
5800                 'select_on_entry' option. opening/not opening
5801                 is now exclusively controlled by 'always_show_msg'
5802
5803 2005-08-04 [colin]      1.9.13cvs13
5804
5805         * src/compose.c
5806                 Remove dead code
5807                 Add colourisation of quotes and signatures
5808         * src/folderview.c
5809                 Fix possible crashes
5810         * src/messageview.c
5811                 Change an assert that is no problem
5812         * src/news.c
5813         * src/news_gtk.c
5814         * src/news_gtk.h
5815                 Fix offline mode
5816         * src/gtk/quicksearch.c
5817                 Fix a possible crash
5818
5819 2005-08-03 [colin]      1.9.13cvs12
5820
5821         * src/prefs_account.c
5822                 Fix bug #777 (Sylpheed crash in account configuration)
5823
5824 2005-08-03 [colin]      1.9.13cvs11
5825
5826         * src/addressbook.c
5827         * src/editaddress.c
5828         * src/editgroup.c
5829                 Fixing addressbook, round 2
5830         * src/textview.c
5831                 Fix emphasis color on rechecking 'Colorize messages'
5832
5833 2005-08-03 [paul]       1.9.13cvs10
5834
5835         sync with main
5836
5837         * src/addr_compl.c
5838         * src/compose.c
5839         * src/main.c
5840         * src/pop.c
5841         * src/prefs_account.c
5842         * src/procmime.c
5843         * src/procmsg.c
5844         * src/quote_fmt_parse.y
5845         * src/textview.c
5846         * src/common/quoted-printable.c
5847         * src/common/utils.c
5848         * src/common/utils.h
5849         * src/common/xml.c
5850                 replaced incorrect locale-independent
5851                 ctype functions with GLib's. Corrected
5852                 signedness mismatch.
5853         * src/headerview.c
5854                 headerview_create(): added spacing for vbox.
5855         * src/gtk/about.c
5856                 set focus to the OK button.
5857
5858 2005-08-03 [colin]      1.9.13cvs9
5859
5860         * src/folderview.c
5861                 Fix possible crash
5862
5863 2005-08-02 [colin]      1.9.13cvs8
5864
5865         * src/mainwindow.c
5866                 Fix cast
5867         * src/addressbook.c
5868         * src/addressitem.h
5869                 Fix a cast and more generally, try to make the
5870                 GUI more intuitive and consistent (round 1)
5871
5872 2005-08-02 [paul]       1.9.13cvs7
5873
5874         * src/folder.h
5875                 missing in 1.9.13cvs6
5876
5877 2005-08-02 [colin]      1.9.13cvs6
5878
5879         * src/folder.c
5880                 Fix one more leak
5881
5882 2005-08-02 [colin]      1.9.13cvs5
5883
5884         * src/folder.c
5885         * src/folderview.c
5886         * src/imap.c
5887         * src/main.c
5888         * src/mbox.c
5889         * src/procmsg.c
5890         * src/summaryview.c
5891                 Fix a number of folder_item_get_msg_list()-related
5892                 leaks (missing procmsg_msginfo_free()s)
5893
5894 2005-08-01 [colin]      1.9.13cvs4
5895
5896         * src/folderview.c
5897         * src/folderview.h
5898         * src/mainwindow.c
5899         * src/prefs_fonts.c
5900         * src/prefs_summaries.c
5901         * src/prefs_themes.c
5902         * src/summaryview.c
5903         * src/summaryview.h
5904         * src/textview.c
5905         * src/textview.h
5906                 Fix instant-apply of summary and folderview-related prefs
5907                 Fix erroneous g_free and alertpanels in prefs_theme
5908                 Add instant-apply for fonts
5909                 Defer applying of prefs a little bit so it's done only
5910                 once even if requested by multiples prefs pages
5911
5912 2005-08-01 [paul]       1.9.13cvs3
5913
5914         * src/main.c
5915                 fix bug 776 'S.C. crashes on close'
5916                 thanks to Colin
5917         * src/etpan/etpan-thread-manager-types.h
5918                 add missing include
5919                 thanks to Hoa
5920
5921 2005-07-25 [paul]       1.9.13cvs2
5922
5923         * src/summaryview.c
5924                 fix typos. spotted by Fabien Vantard
5925
5926 2005-07-24 [paul]       1.9.13cvs1
5927
5928         * doc/man/sylpheed.1
5929                 update man page, incorporating fix of
5930                 bug 769 'Typo in manpage'
5931         * src/etpan/imap-thread.c
5932                 fix NetBSD openssl dependencies. patch by
5933                 George Michaelson <ggm@apnic.net>
5934         * po/pt_BR.po
5935                 updated by Frederico Goncalves Guimaraes
5936
5937 2005-07-22 [paul]       1.9.13
5938
5939         1.9.13 release
5940
5941 2005-07-22 [paul]       1.9.12cvs91
5942
5943         * AUTHORS
5944         * INSTALL
5945         * README.claws
5946         * RELEASE_NOTES.claws
5947                 updated for release
5948         * configure.ac
5949         * po/nb.po
5950         * tools/claws.i18n.status.pl
5951                 add Norwegian translation. submiited by
5952                 Geir Helland <pjallabais@users.sourceforge.net>
5953         * po/ca.po
5954         * po/de.po
5955         * po/es.po
5956         * po/fi.po
5957         * po/fr.po
5958         * po/it.po
5959         * po/sk.po
5960         * po/sr.po
5961         * po/zh_CN.po
5962                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
5963                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
5964                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
5965                 Yang Guilong
5966         * src/plugins/clamav/clamav_plugin_gtk.c
5967         * src/plugins/spamassassin/spamassassin_gtk.c
5968                 replace outdated description strings
5969
5970 2005-07-21 [colin]      1.9.12cvs90
5971
5972         * src/folder.c
5973                 Set folder to batch mode when scanning it. Makes deletion
5974                 of unread mails on IMAP much faster (due to the UNREAD 
5975                 flag unsetting)
5976
5977 2005-07-21 [darko]      1.9.12cvs89
5978
5979         * configure.ac
5980                 link against libresolv if necessary (patch by Paul)
5981         * src/msgcache.c
5982                 use glib's portable macros to determine endianness
5983
5984 2005-07-21 [paul]       1.9.12cvs88
5985
5986         * src/crash.c
5987         * src/gtk/about.c
5988                 update compiled-in features list
5989
5990 2005-07-20 [colin]      1.9.12cvs87
5991
5992         * src/folder.c
5993         * src/textview.c
5994                 Gcc 2.9x compilation fixes, thanks to Darko
5995         * src/plugins/clamav/clamav_plugin.c
5996                 Little optimisation: load virus database only once
5997         * src/plugins/spamassassin/spamassassin.c
5998                 Big optimisation: filtering one mail took at least 1 second,
5999                 now it takes at least 50ms. Doesn't speed up spamassassin 
6000                 itself, but should already be much more tolerable.
6001
6002 2005-07-20 [colin]      1.9.12cvs86
6003
6004         * src/summaryview.c
6005                 Fix performance issue
6006
6007 2005-07-19 [colin]      1.9.12cvs85
6008
6009         * src/plugins/pgpinline/plugin.c
6010                 Fix warning
6011
6012 2005-07-19 [colin]      1.9.12cvs84
6013
6014         * configure.ac
6015         * src/plugins/Makefile.am
6016         * src/plugins/pgpinline/.cvsignore
6017         * src/plugins/pgpinline/Makefile.am
6018         * src/plugins/pgpinline/pgpinline.c
6019         * src/plugins/pgpinline/pgpinline.deps
6020         * src/plugins/pgpinline/pgpinline.h
6021         * src/plugins/pgpinline/plugin.c
6022                 Put pgpinline in the main tree
6023
6024 2005-07-19 [paul]       1.9.12cvs83
6025
6026         * src/prefs_actions.c
6027                 prevent '//' in menu names, which cause a crash
6028                 thanks to Colin
6029
6030 2005-07-19 [paul]       1.9.12cvs82
6031
6032         * configure.ac
6033                 be generally more informative in configure output.
6034                 OpenSSL: correction: '[ --enable-openssl ...' -> 
6035                 '[ --disable-openssl ...', as --enable-openssl is default
6036                 PGP/MIME: don't check for GPGME again, check for
6037                 pgpcore instead. Therefore prevent the possibility of
6038                 attempting to build pgpmime if pgpcore dependencies are
6039                 not met
6040                 ClamAV: use pkgconfig to check for lib
6041                 libgnomeprint: revert logic on inner test to match
6042                 everything else
6043         * src/plugins/pgpcore/sgpgme.c
6044                 add missing include
6045
6046 2005-07-19 [colin]      1.9.12cvs81
6047
6048         * src/summaryview.c
6049                 Fix slow thread rebuilding in particular
6050                 cases
6051
6052 2005-07-19 [paul]       1.9.12cvs80
6053
6054         * sylpheed-claws.desktop
6055                 fix typo, spotted by Stephan Sachse
6056         * src/account.c
6057                 replace GTK_STOCK_ADD with
6058                 GTK_STOCK_NEW button
6059
6060 2005-07-18 [colin]      1.9.12cvs79
6061
6062         * src/etpan/imap-thread.c
6063                 Fix return value (Thanks Hoa)
6064
6065 2005-07-18 [colin]      1.9.12cvs78
6066
6067         * src/imap.c
6068                 Allow empty passwords
6069                 Create drafts/queue/outbox if necessary
6070         * src/summaryview.c
6071                 Remove old code
6072         * src/etpan/imap-thread.c
6073                 Fix STARTTLS (Thanks to Hoa)
6074
6075 2005-07-18 [paul]       1.9.12cvs77
6076
6077         * ChangeLog-gtk2.jp
6078         * ChangeLog.jp
6079                 removed
6080         * Makefile.am
6081                 updated to reflect additions and removals
6082         * TODO
6083                 updated to be claws-specific
6084         * TODO-gtk2
6085         * TODO-gtk2.jp
6086         * TODO.jp
6087         * sylpheed-128x128.png
6088         * sylpheed-64x64.png
6089                 removed
6090         * sylpheed-claws-128x128.png
6091         * sylpheed-claws-64x64.png
6092         * sylpheed-claws.desktop
6093         * sylpheed-claws.png
6094                 added
6095         * sylpheed.desktop
6096         * sylpheed.png
6097                 removed
6098
6099 2005-07-17 [paul]       1.9.12cvs76
6100
6101         * src/account.c
6102         * src/addressbook.c
6103         * src/alertpanel.c
6104         * src/alertpanel.h
6105         * src/compose.c
6106         * src/exphtmldlg.c
6107         * src/expldifdlg.c
6108         * src/folderview.c
6109         * src/imap_gtk.c
6110         * src/inc.c
6111         * src/message_search.c
6112         * src/messageview.c
6113         * src/mh_gtk.c
6114         * src/news_gtk.c
6115         * src/prefs_actions.c
6116         * src/prefs_filtering.c
6117         * src/prefs_matcher.c
6118         * src/prefs_template.c
6119         * src/prefs_themes.c
6120         * src/ssl_manager.c
6121         * src/summary_search.c
6122         * src/textview.c
6123         * src/toolbar.c
6124         * src/gtk/sslcertwindow.c
6125         * src/plugins/pgpcore/sgpgme.c
6126                 rework alertpanels
6127
6128 2005-07-17 [colin]      1.9.12cvs75
6129
6130         * src/privacy.c
6131                 add a PrivacySystem accessor that checks that
6132                 the system cached in a MimeInfo's privacydata
6133                 is still registered. Use this accessor instead
6134                 of directly using data->system. Fixes crashes
6135                 after unloading pgp plugins.
6136
6137 2005-07-17 [colin]      1.9.12cvs74
6138
6139         * src/alertpanel.c
6140                 Change geometry hints to a simple default size.
6141                 Fixes the certs dialogs.
6142
6143 2005-07-17 [colin]      1.9.12cvs73
6144
6145         * src/gtk/sslcertwindow.c
6146                 Use a gtkExpander
6147
6148 2005-07-17 [colin]      1.9.12cvs72
6149
6150         * src/plugins/pgpcore/Makefile.am
6151         * src/plugins/pgpmime/Makefile.am
6152                 Add gpgme libs
6153
6154 2005-07-17 [paul]       1.9.12cvs71
6155
6156         * configure.ac
6157                 add --disable-gnomeprint option
6158                 modified version of patch by Marius Mauch
6159
6160 2005-07-17 [paul]       1.9.12cvs70
6161
6162         * src/common/defs.h
6163                 update urls
6164         * src/account.c
6165         * src/action.c
6166         * src/addressbook.c
6167         * src/compose.c
6168         * src/foldersel.c
6169         * src/folderview.c
6170         * src/html.c
6171         * src/imap_gtk.c
6172         * src/main.c
6173         * src/mainwindow.c
6174         * src/messageview.c
6175         * src/mh_gtk.c
6176         * src/mimeview.c
6177         * src/news_gtk.c
6178         * src/prefs_account.c
6179         * src/prefs_send.c
6180         * src/prefs_summaries.c
6181         * src/procmsg.c
6182         * src/summaryview.c
6183         * src/common/utils.c
6184         * src/common/xml.c
6185         * src/plugins/pgpcore/passphrase.c
6186         * src/plugins/pgpcore/select-keys.c
6187                 replace inappropriately used backticks
6188                 with single quotes
6189
6190 2005-07-16 [colin]      1.9.12cvs69
6191
6192         * src/image_viewer.c
6193                 Add extra paranoid checks
6194
6195 2005-07-16 [colin]      1.9.12cvs68
6196
6197         * src/plugins/pgpcore/prefs_gpg.c
6198                 Don't auto-check sigs by default, as it
6199                 can be really slow.
6200
6201 2005-07-16 [colin]      1.9.12cvs67
6202
6203         * src/plugins/pgpcore/sgpgme.c
6204                 Make messages a bit better.
6205
6206 2005-07-16 [colin]      1.9.12cvs66
6207
6208         * src/imap.c
6209                 Remove pseudo-log
6210         * src/etpan/imap-thread.c
6211                 Add real log
6212
6213 2005-07-16 [colin]      1.9.12cvs65
6214
6215         * src/main.c
6216         * src/prefs_other.c
6217                 And now, fix build with libetpan :-/
6218
6219 2005-07-15 [colin]      1.9.12cvs64
6220
6221         * src/prefs_other.c
6222                 Continue fixing build without libetpan.
6223
6224 2005-07-15 [colin]      1.9.12cvs63
6225
6226         * src/main.c
6227                 Fix build with --disable-libetpan
6228
6229 2005-07-15 [colin]      1.9.12cvs62
6230
6231         * configure.ac
6232                 Bump libetpan's version
6233
6234 2005-07-15 [colin]      1.9.12cvs61
6235
6236         * src/etpan/imap-thread.c
6237                 Actually stop logging :)
6238
6239 2005-07-15 [colin]      1.9.12cvs60
6240
6241         * src/addressbook.c
6242                 Fix dnd of multiple addresses.
6243
6244 2005-07-15 [hoa]        1.9.12cvs59
6245
6246         * src/etpan/imap-thread.c
6247             disable login of IMAP password in libetpan log file.
6248
6249 2005-07-15 [paul]       1.9.12cvs58
6250
6251         * src/account.c
6252                 don't automatically sort
6253                 do allow drag n drop
6254
6255 2005-07-15 [paul]       1.9.12cvs57
6256
6257         * src/account.c
6258         * src/ssl_manager.c
6259                 alphabetical listing
6260
6261 2005-07-15 [paul]       1.9.12cvs56
6262
6263         * src/gtk/pluginwindow.c
6264                 sort plugin list alphabetically
6265
6266 2005-07-15 [paul]       1.9.12cvs55
6267
6268         * src/prefs_spelling.c
6269         * src/prefs_wrapping.c
6270                 unify English usage
6271
6272 2005-07-15 [colin]      1.9.12cvs54
6273
6274         * src/wizard.c
6275                 Typo fix
6276
6277 2005-07-15 [paul]       1.9.12cvs53
6278
6279         * src/prefs_message.c
6280                 make 'show cursor' a hidden option
6281
6282 2005-07-14 [colin]      1.9.12cvs52
6283
6284         * src/plugins/spamassassin/Makefile.am
6285         * src/plugins/clamav/Makefile.am
6286                 Fix double EXTRA_DISTs
6287
6288 2005-07-14 [colin]      1.9.12cvs51
6289
6290         * src/plugins/clamav/Makefile.am
6291         * src/plugins/clamav/clamav_plugin_gtk.deps
6292         * src/plugins/spamassassin/Makefile.am
6293         * src/plugins/spamassassin/spamassassin_gtk.deps
6294                 Make $plugin_gtk depend on $plugin
6295
6296 2005-07-14 [hoa]        1.9.12cvs50
6297
6298         * src/etpan/imap-thread.c
6299                 enable debug log of libetpan when running with --debug
6300
6301 2005-07-14 [colin]      1.9.12cvs49
6302
6303         * configure.ac
6304         * src/common/Makefile.am
6305         * src/common/plugin.c
6306         * src/common/plugin.h
6307                 Add a little plugin dependancy system.
6308                 Plugins can ship a $plugin_name.deps file
6309                 (near them in PLUGINDIR) so that their
6310                 dependancies are loaded if possible.
6311         * src/plugins/Makefile.am
6312         * src/plugins/pgpcore/Makefile.am
6313         * src/plugins/pgpcore/passphrase.c
6314         * src/plugins/pgpcore/passphrase.h
6315         * src/plugins/pgpcore/plugin.c
6316         * src/plugins/pgpcore/prefs_gpg.c
6317         * src/plugins/pgpcore/prefs_gpg.h
6318         * src/plugins/pgpcore/select-keys.c
6319         * src/plugins/pgpcore/select-keys.h
6320         * src/plugins/pgpcore/sgpgme.c
6321         * src/plugins/pgpcore/sgpgme.h
6322                 Introduce pgpcore, used by pgpmime and
6323                 pgpinline
6324         * src/plugins/pgpmime/Makefile.am
6325         * src/plugins/pgpmime/passphrase.c
6326         * src/plugins/pgpmime/passphrase.h
6327         * src/plugins/pgpmime/pgpmime.c
6328         * src/plugins/pgpmime/pgpmime.deps
6329         * src/plugins/pgpmime/plugin.c
6330         * src/plugins/pgpmime/prefs_gpg.c
6331         * src/plugins/pgpmime/prefs_gpg.h
6332         * src/plugins/pgpmime/select-keys.c
6333         * src/plugins/pgpmime/select-keys.h
6334         * src/plugins/pgpmime/sgpgme.c
6335         * src/plugins/pgpmime/sgpgme.h
6336                 Remove the core from pgpmime and add the
6337                 dependancy to pgpcore.
6338
6339 2005-07-14 [paul]       1.9.12cvs48
6340
6341         * src/stock_pixmap.c
6342                 forgot this in last commit
6343
6344 2005-07-14 [paul]       1.9.12cvs47
6345
6346         * src/account.c
6347         * src/addressbook.c
6348                 add accelerators for the buttons (sync with main)
6349         * src/compose.c
6350         * src/compose.h
6351                 add accelerators for the buttons.
6352                 fix editing with external editor.
6353                 replace gdk_input_*() with GIOChannel;
6354                 (sync with main)
6355         * src/foldersel.c
6356                 display folder names with new/unread
6357                 representation (sync with main)
6358         * src/main.c
6359                 specify default window icon (sync with main)
6360         * src/prefs_common.c
6361                 use_addr_book default to FALSE
6362         * src/summaryview.c
6363         * src/textview.c
6364                 add accelerators for the buttons (sync with main)
6365         * src/gtk/menu.c
6366                 fix typos
6367         * src/pixmaps/sylpheed_icon.xpm
6368                 updated
6369
6370 2005-07-13 [paul]       1.9.12cvs46
6371
6372         * src/plugins/pgpmime/pgpmime.c
6373         * src/plugins/pgpmime/sgpgme.c
6374                 (temporarily) use deprecated gpgme_data_rewind()
6375                 while largefile support is not present
6376                 (as suggested by Colin)
6377
6378 2005-07-13 [paul]       1.9.12cvs45
6379
6380         * configure.ac
6381                 remove large file support (for now):
6382                 it breaks too many things
6383
6384 2005-07-13 [paul]       1.9.12cvs44
6385
6386         * configure.ac
6387                 add large file support
6388         * src/html.c
6389                 fix bug #763 where href attribute was not
6390                 the very first attribute of a link
6391                 patch by Thomas Gilgin
6392
6393 2005-07-13 [colin]      1.9.12cvs43
6394
6395         * src/gtk/pluginwindow.c
6396                 Little portability fix
6397
6398 2005-07-13 [colin]      1.9.12cvs42
6399
6400         * src/plugins/pgpmime/sgpgme.c
6401                 Fix crasher.
6402
6403 2005-07-13 [colin]      1.9.12cvs41
6404
6405         * src/plugins/pgpmime/pgpmime.c
6406         * src/plugins/pgpmime/sgpgme.c
6407                 Use gpgme_data_release_and_get_mem instead
6408                 of gpgme_data_read.
6409
6410 2005-07-13 [colin]      1.9.12cvs40
6411
6412         * configure.ac
6413         * src/plugins/pgpmime/passphrase.c
6414         * src/plugins/pgpmime/passphrase.h
6415         * src/plugins/pgpmime/pgpmime.c
6416         * src/plugins/pgpmime/plugin.c
6417         * src/plugins/pgpmime/select-keys.c
6418         * src/plugins/pgpmime/select-keys.h
6419         * src/plugins/pgpmime/sgpgme.c
6420         * src/plugins/pgpmime/sgpgme.h
6421                 Port pgpmime to gpgme-1.0.
6422
6423 2005-07-12 [paul]       1.9.12cvs39
6424
6425         * AUTHORS
6426         * src/toolbar.c
6427         * src/toolbar.h
6428                 add a 'Go to Prev' button to the toolbar.
6429                 correct tooltip text of go to buttons.
6430                 based on patch by Yang Guilong <bamanzi@gmail.com>
6431
6432 2005-07-12 [colin]      1.9.12cvs38
6433
6434         * src/statusbar.c
6435                 Fix progress bar showing stuff at startup.
6436
6437 2005-07-12 [paul]       1.9.12cvs37
6438
6439         * src/editjpilot.c
6440                 fix building with jpilot support
6441
6442 2005-07-11 [colin]      1.9.12cvs36
6443
6444         * src/inc.c
6445                 Add visual indication that filtering is running
6446         * src/textview.c
6447                 Make {}[] uri delimiters
6448         * src/summaryview.c
6449                 Remove useless (and slow) calls
6450
6451 2005-07-11 [paul]       1.9.12cvs35
6452
6453         * src/plugins/clamav/clamav_plugin_gtk.c
6454         * src/plugins/dillo_viewer/dillo_prefs.c
6455         * src/plugins/pgpmime/prefs_gpg.c
6456         * src/plugins/spamassassin/spamassassin_gtk.c
6457                 gather plugins prefs together under their
6458                 own 'Plugins' heading
6459
6460 2005-07-11 [paul]       1.9.12cvs34
6461
6462         sync with main
6463
6464         * src/account.c
6465                 account_delete(): modified alert dialog
6466         * src/editjpilot.c
6467         * src/editvcard.c
6468                 fixed a crash when cancelling file selection
6469                 dialog by Escape key. Made non-ascii filename
6470                 selectable.
6471         * src/prefs_template.c
6472                 prefs_template_window_create(): make scrolled
6473                 window policy AUTOMATIC
6474
6475 2005-07-10 [hoa]        1.9.12cvs33
6476
6477         * src/etpan/imap-thread.c
6478                 workaround for old Courier IMAP servers.
6479
6480 2005-07-10 [colin]      1.9.12cvs32
6481
6482         * src/folder.c
6483         * src/statusbar.c
6484         * src/statusbar.h
6485                 Add visual progress indicator on filtering/processing
6486                 Factorize the progress bar code
6487         * src/imap.c
6488         * src/imap.h
6489         * src/etpan/imap-thread.c
6490                 Add a reference counter to avoid destroying the Folder
6491                 while it's in use by another callback.
6492
6493 2005-07-09 [hoa]        1.9.12cvs31
6494
6495         * src/imap.c
6496         * src/etpan/imap-thread.c
6497                 fixed deadlock when removing IMAP account.
6498
6499 2005-07-08 [colin]      1.9.12cvs30
6500
6501         * src/textview.c
6502         * src/unmime.c
6503                 Fix again problems decoding broken headers
6504         * src/gtk/inputdialog.c
6505                 Fix local variable shadowing a global one
6506
6507 2005-07-08 [colin]      1.9.12cvs29
6508
6509         * src/msgcache.c
6510                 Make the cache/mark files platform-agnostic by writing
6511                 them in little-endian format. Reading them is also done
6512                 in little-endian format, of course; however, in order
6513                 to avoid trashing mark data on big-endian machines, the
6514                 files are, at first, read from the native format if the
6515                 little-endian one doesn't exist. This is easy to deter-
6516                 mine by trying to open a file with a swapped data_ver
6517                 and seeing if it's the wanted version.
6518                 Little-endian using users should see absolutely no
6519                 difference, Big-endian users may get a very little
6520                 performance drop due to byte-swapping.
6521                 Tested on i386 and ppc32. 
6522                 Fixes bug #159 (The index file, in the mailboxes, is 
6523                 hardware depending).
6524
6525                 To have the cache/mark files updated to the new little-
6526                 endian format, "Check for new messages" or even
6527                 "Rebuild folder tree" aren't enough. Files will be
6528                 updated as soon as a folder has been opened/closed.
6529                 To update everything, just select all folders by
6530                 selecting them one by one.
6531
6532 2005-07-07 [colin]      1.9.12cvs28
6533
6534         * src/imap.c
6535                 Remember the folder separator per IMAPFolder
6536                 instead of globally.
6537                 Revive the Session on noop; fixes bug #761
6538                 (mark a bunch of unread messages as read takes 
6539                 forever)
6540
6541 2005-07-07 [darko]      1.9.12cvs27
6542
6543         * src/common/template.c
6544                 Sort templates alphabetically
6545
6546 2005-07-06 [colin]      1.9.12cvs26
6547
6548         * src/imap.c
6549                 Try to use the correct separator in
6550                 most cases. Possibly fixes bug #759
6551                 (only creates the INBOX folder when 
6552                 setting up new IMAP account) and 
6553                 bug #760 (Can't retrieve messages)
6554
6555 2005-07-06 [colin]      1.9.12cvs25
6556
6557         * src/imap.c
6558                 Use real_path in status command. This will
6559                 help later, when namespaces will be used.
6560
6561 2005-07-06 [colin]      1.9.12cvs24
6562
6563         * configure.ac
6564         * src/account.c
6565         * src/folder.c
6566         * src/imap.c
6567         * src/etpan/etpan-log.c
6568         * src/etpan/etpan-thread-manager.c
6569         * src/etpan/imap-thread.c
6570                 Add a --disable-libetpan parameter. With this,
6571                 users that don't want IMAP4 support can avoid
6572                 the new dependancy (and have no IMAP support).
6573                 Users that have IMAP4 accounts and use this
6574                 parameter won't lose their configuration, their
6575                 IMAP accounts will just be invisible and not
6576                 used.
6577         * src/textview.c
6578                 Make the "Copy ..." contextual menu items 
6579                 copy to both the X clipboard and the gtk 
6580                 clipboard - as most other apps do.
6581         * src/gtk/about.c
6582                 Add a notice about OpenSSL usage, in order to
6583                 comply with OpenSSL's license (point 6):
6584                 http://www.openssl.org/source/license.html
6585
6586 2005-07-06 [colin]      1.9.12cvs23
6587
6588         * src/alertpanel.c
6589                 Fix a minimum size for alertpanels
6590         * src/compose.c
6591                 Show 'No space left on device' type errors
6592                 when queuing/sending
6593         * src/imap_gtk.c
6594         * src/mh_gtk.c
6595                 Rework folder's deletion message (remove 
6596                 extra \n)
6597
6598 2005-07-05 [colin]      1.9.12cvs22
6599
6600         * src/imap.c
6601                 Add an alertpanel on auth error
6602                 Add pseudo-log
6603                 Remove pthread-related stuff
6604
6605 2005-07-05 [colin]      1.9.12cvs21
6606
6607         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
6608                 Fix crash on plugin reloading (with a hack)
6609
6610 2005-07-05 [colin]      1.9.12cvs20
6611
6612         * src/prefs_account.c
6613         * src/prefs_account.h
6614                 Fix typo
6615         * src/gtk/filesel.c
6616         * src/gtk/filesel.h
6617                 Add a way to filter the view
6618         * src/gtk/pluginwindow.c
6619                 Filter loadable stuff
6620         * src/plugins/pgpmime/prefs_gpg.c
6621                 Fix missing unregistration
6622         * .cvsignore
6623         * src/etpan/.cvsignore
6624         * src/plugins/spamassassin/.cvsignore
6625                 Add more stuff to cvs ignored files
6626
6627 2005-07-04 [colin]      1.9.12cvs19
6628
6629         * src/imap.c
6630                 Fix scan_required returning FALSE when it
6631                 shouldn't. Maybe fix #760 (Can't retrieve
6632                 messages)
6633
6634 2005-07-04 [colin]      1.9.12cvs18
6635
6636         * src/summaryview.c
6637                 Fix always_show_msg pref
6638
6639 2005-07-04 [paul]       1.9.12cvs17
6640
6641         sync with main (forgotten in last commit)
6642         
6643         * src/common/utils.c
6644         * src/common/utils.h
6645                 check_line_length(): new.
6646                 is_dir_exist()
6647                 is_file_entry_exist()
6648                 dirent_is_regular_file()
6649                 dirent_is_directory(): use g_file_test() instead of stat().
6650
6651 2005-07-04 [paul]       1.9.12cvs16
6652
6653         sync with main:
6654
6655         * src/compose.c
6656                 compose_write_to_file(): check for line
6657                 length limit and display warning if exceeds
6658         * src/jpilot.c
6659                 use get_home_dir() instead of g_get_home_dir()
6660         * src/procheader.c
6661                 removed warning about invalid date
6662         * src/vcard.c
6663                 use get_home_dir() instead of g_get_home_dir()
6664
6665 2005-07-04 [paul]       1.9.12cvs15
6666
6667         * src/stock_pixmap.c
6668                 fix new pixmap naming errors
6669                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
6670
6671 2005-07-04 [colin]      1.9.12cvs14
6672
6673         * src/imap.c
6674                 Fix debugging string with a warning
6675
6676 2005-07-04 [colin]      1.9.12cvs13
6677
6678         * configure.ac
6679                 Add a check for libetpan's version (>= 0.37)
6680
6681 2005-07-04 [hoa]        1.9.12cvs12
6682
6683         * commitHelper
6684         * src/imap.c
6685         * src/etpan/imap-thread.c
6686         * src/etpan/imap-thread.h
6687                 fixed IMAP implementation of check of mails.
6688
6689 2005-07-03 [hoa]        1.9.12cvs11
6690
6691         * src/etpan/Makefile.am
6692         * src/etpan/etpan-errors.h
6693         * src/etpan/etpan-log.[ch]
6694         * src/etpan/etpan-thread-manager-types.h
6695         * src/etpan/etpan-thread-manager.[ch]
6696         * src/etpan/imap-thread.[ch]
6697         * src/Makefile.am
6698         * src/imap.c
6699         * src/main.c
6700         * src/prefs_other.c
6701         * configure.ac
6702             merged imap branch.
6703             dependency on libetpan 0.37 is now added.
6704
6705 2005-07-01 [colin]      1.9.12cvs10
6706
6707         * src/Makefile.am
6708         * src/folder.c
6709         * src/folder.h
6710         * src/folderview.c
6711         * src/stock_pixmap.c
6712         * src/stock_pixmap.h
6713         * src/plugins/trayicon/trayicon.c
6714                 Add marked symbol on folders containing
6715                 marked messages
6716         * src/procmsg.c
6717         * src/procmsg.h
6718         * src/toolbar.c
6719         * src/prefs_common.c
6720         * src/prefs_common.h
6721         * src/prefs_send.c
6722                 Add an optional confirmation dialog on queue
6723                 sending. Patch by wwp.
6724         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
6725         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
6726         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
6727         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
6728         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
6729         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
6730         * src/pixmaps/inbox_mark.xpm            ** ADDED **
6731         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
6732         * src/pixmaps/outbox_mark.xpm           ** ADDED **
6733         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
6734         * src/pixmaps/trash_mark.xpm            ** ADDED **
6735                 New pixmaps
6736
6737 2005-07-01 [colin]      1.9.12cvs9
6738
6739         * src/summaryview.c
6740                 Fix a little threading bug
6741         * src/addrgather.c
6742         * src/mainwindow.c
6743                 A little bit of HIG normality never hurts
6744
6745 2005-07-01 [colin]      1.9.12cvs8
6746
6747         * src/compose.c
6748         * src/msgcache.c
6749         * src/pop.c
6750         * src/procmime.c
6751         * src/recv.c
6752         * src/common/log.c
6753         * src/common/template.c
6754         * src/common/utils.c
6755         * src/common/utils.h
6756                 Reverted the fwrite_atomic stuff. In fact
6757                 it is already atomic.
6758
6759 2005-06-30 [colin]      1.9.12cvs7
6760
6761         * src/common/utils.c
6762         * src/common/utils.h
6763                 Add an fwrite_atomic() function to make
6764                 sure we write everything: fwrite can make
6765                 short writes.
6766         * src/compose.c
6767         * src/msgcache.c
6768         * src/pop.c
6769         * src/procmime.c
6770         * src/recv.c
6771         * src/common/log.c
6772         * src/common/template.c
6773                 Use that (and fix swapping of size and nmemb).
6774                 Thanks to Rich Coe for the heads up.
6775
6776 2005-06-30 [colin]      1.9.12cvs6
6777
6778         * src/addressbook.c
6779                 Optimize addressbook opening 
6780
6781 2005-06-30 [colin]      1.9.12cvs5
6782
6783         * src/summaryview.c
6784                 Remove calls to summary_step after move/copy
6785
6786 2005-06-28 [paul]       1.9.12cvs4
6787
6788         * src/alertpanel.c
6789                 wrap and make the error msg selectable
6790
6791 2005-06-28 [paul]       1.9.12cvs3
6792
6793         * src/ssl_manager.c
6794                 replace the OK button with a Close button
6795         * src/gtk/foldersort.c
6796                 use GTK_STOCK_ icons/buttons
6797
6798 2005-06-28 [colin]      1.9.12cvs2
6799
6800         * src/gedit-print.c             ** ADDED **
6801         * src/gedit-print.h             ** ADDED **
6802         * src/gtk/gtksourceprintjob.c   ** ADDED **
6803         * src/gtk/gtksourceprintjob.h   ** ADDED **
6804                 I can't believe no one had enough time to tell
6805                 me I forgot the `cvs add`
6806
6807 2005-06-27 [colin]      1.9.12cvs1
6808
6809         * src/Makefile.am
6810         * src/gtk/Makefile.am
6811         * src/messageview.c
6812         * src/procmsg.c
6813         * src/summaryview.c
6814         * configure.ac
6815                 Add optional libgnomeprint-based printing
6816         * src/mainwindow.c
6817         * src/gtk/quicksearch.c
6818                 Add an Edit/Quick search menu item to show
6819                 and focus the quicksearch
6820
6821 2005-06-27 [paul]       1.9.12
6822
6823         1.9.12 release
6824
6825         * po/ca.po
6826         * po/de.po
6827         * po/es.po
6828         * po/fr.po
6829         * po/it.po
6830         * po/ko.po
6831         * po/pt_BR.po
6832         * po/sk.po
6833         * po/zh_CN.po
6834                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
6835                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
6836                 SungHyun Nam, Frederico Goncalves Guimaraes,
6837                 Andrej Kacian, and Yang Guilong
6838 2005-06-26 [colin]      1.9.11cvs106
6839
6840         * src/imap_gtk.c
6841                 Forgot one file for previous fix
6842
6843 2005-06-26 [colin]      1.9.11cvs105
6844
6845         * src/folder.c
6846         * src/imap.c
6847                 Fix problems with folder operations in no_select
6848                 imap folders. it applies only to mails, and 
6849                 creation/deletion/move/renaming of folders 
6850                 should be possible
6851
6852 2005-06-26 [paul]       1.9.11cvs104
6853
6854         * src/prefs_filtering.c
6855                 replace one more GTK_STOCK_REMOVE
6856                 with GTK_STOCK_DELETE
6857
6858 2005-06-25 [colin]      1.9.11cvs103
6859
6860         * src/imap.c
6861                 Optimize get_seq_set_from_seq_list
6862                 (Patch by Ricardo) 
6863
6864 2005-06-25 [colin]      1.9.11cvs102
6865
6866         * src/mh.c
6867                 If the directory exists, but not in the
6868                 correct encoding, rename it. This should
6869                 handle old-versions-induced bugs.
6870
6871 2005-06-25 [colin]      1.9.11cvs101
6872
6873         * src/mh.c
6874                 Fix path access with extended dir names
6875                 Fixes bug #589 (SC segfaults with wrong locale
6876                 settings)
6877
6878 2005-06-25 [colin]      1.9.11cvs100
6879
6880         * src/prefs_account.c
6881         * src/prefs_account.h
6882         * src/compose.c
6883                 Add an option to encrypt replies to
6884                 encrypted messages
6885
6886 2005-06-25 [colin]      1.9.11cvs99
6887
6888         * src/compose.c
6889         * src/quote_fmt_parse.y
6890                 ... And make it work with pgpinline.
6891
6892 2005-06-25 [colin]      1.9.11cvs98
6893
6894         * src/compose.c
6895         * src/procmime.c
6896         * src/procmime.h
6897         * src/quote_fmt_parse.y
6898                 o Make reedition of encrypted messages possible
6899                   (as long as it is encrypted to self too, no
6900                    magic there)
6901                 o Make replying with quote (and without selecting
6902                   text) possible for encrypted messages.
6903                 Closes bug #550 (Not possible to "reply with quote"
6904                 to gnupg encrypted messages)
6905
6906 2005-06-24 [paul]       1.9.11cvs97
6907
6908         * src/imap.c
6909                 add missing include
6910
6911 2005-06-24 [paul]       1.9.11cvs96
6912
6913         * src/editldap.c
6914                 made bind password entry invisible
6915                 (sync with main)
6916         * src/send_message.c
6917                 send_message_local(): check exit status
6918                 to detect errors (sync with main)
6919         * src/textview.c
6920                 use main's less ambiguous popup menu
6921                 wording
6922
6923 2005-06-24 [paul]       1.9.11cvs95
6924
6925         * src/prefs_actions.c
6926         * src/prefs_customheader.c
6927         * src/prefs_display_header.c
6928         * src/prefs_filtering_action.c
6929         * src/prefs_matcher.c
6930         * src/prefs_template.c
6931         * src/prefs_toolbar.c
6932                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
6933         * src/gtk/description_window.c
6934                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
6935
6936 2005-06-23 [colin]      1.9.11cvs94
6937
6938         * src/summaryview.c
6939                 Fix rough edges (be sure to call status_show whenever
6940                 necessary).
6941
6942 2005-06-23 [colin]      1.9.11cvs93
6943
6944         * src/summaryview.c
6945                 Optimize Select All
6946                 Before, in a 5K mails folder: 11s
6947                 After, in the same folder: 58000µs
6948                 The joys of locking... gtk_clist_select_all() fires a 
6949                 tree-select-row event for each selected row, which in 
6950                 summaryview, callbacks summary_selected which in turn,
6951                 calls summary_status_show, which walks the selected
6952                 rows. Hence, calling gtk_clist_select_all was 
6953                 exponential. Locking the summaryview makes 
6954                 summary_selected return early.
6955
6956 2005-06-23 [colin]      1.9.11cvs92
6957
6958         * src/imap.c
6959                 Move mutex at the important place to avoid
6960                 deadlocks
6961         * src/summaryview.c
6962                 Fix Del key deleting directly instead of
6963                 moving to trash
6964
6965 2005-06-22 [colin]      1.9.11cvs91
6966
6967         * src/plugins/spamassassin/libspamc.c
6968                 As we do spagetti code with assignations in multiple
6969                 places (see _message_read_raw where out = msg = raw),
6970                 let's be sure we don't free the same pointer twice.
6971                 Should fix bug #683 (Crash in libpam at 
6972                 message_cleanup).
6973
6974 2005-06-22 [colin]      1.9.11cvs90
6975
6976         * src/compose.c
6977         * src/messageview.c
6978         * src/toolbar.c
6979                 Make toolbar's delete use the move to trash stuff;
6980                 Add gtk_widget_realize to be sure pixmaps can get
6981                 created (that may fix an old worksforme bug which
6982                 I can't find back...)
6983
6984 2005-06-22 [colin]      1.9.11cvs89
6985
6986         * src/summaryview.c
6987         * src/summaryview.h
6988         * src/mainwindow.c
6989                 Rename "Message/Delete" to "Message/Move to trash"
6990                 Add "Message/Delete..." that directly destroys the
6991                 selected messages after asking for a confirmation.
6992
6993 2005-06-22 [colin]      1.9.11cvs88
6994
6995         * src/imap.c
6996                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
6997                 o Fix a deadlock (thanks Darko)
6998
6999 2005-06-22 [colin]      1.9.11cvs87
7000
7001         * src/gtk/foldersort.c
7002                 Add missing include for the i18n;
7003                 patch by Fabien Vantard
7004
7005 2005-06-21 [colin]      1.9.11cvs86
7006
7007         * src/folder.c
7008         * src/folderview.c
7009                 Respect the no_select flag
7010         * src/imap.c
7011                 Fix recursive deletion
7012         * src/imap_gtk.c
7013         * src/mh_gtk.c
7014                 Make the folder deletion's warning
7015                 more explicit
7016
7017 2005-06-21 [colin]      1.9.11cvs85
7018
7019         * src/textview.c
7020                 Prevent email addresses from spanning accross
7021                 lines - fixes bug # 646 (newline-chars in 
7022                 email addresses)
7023
7024 2005-06-20 [colin]      1.9.11cvs84
7025
7026         * src/folder.c
7027                 Be sure not to remove source if copy failed
7028
7029 2005-06-20 [colin]      1.9.11cvs83
7030
7031         * src/folderview.c
7032         * src/imap_gtk.c
7033                 remove summaryview's lock
7034         * src/imap.c
7035                 introduce threads to avoid problems when foreground tasks
7036                 interfere with background tasks
7037         * src/mh.c
7038                 prevent moving to drafts/queue
7039         * src/mimeview.c
7040                 fix leak
7041
7042 2005-06-19 [colin]      1.9.11cvs82
7043
7044         * src/imap_gtk.c
7045                 Remember that the user doesn't want to override
7046                 offline mode, for 3 seconds. It avoid presenting
7047                 him with N popups in a really short time.
7048
7049 2005-06-17 [colin]      1.9.11cvs81
7050
7051         * src/imap.c
7052                 Fix IMAP breaking on folders containing '('
7053                 (Probably won't be enough)
7054
7055 2005-06-17 [colin]      1.9.11cvs80
7056
7057         Forgotten files on 1.9.11cvs79
7058         * src/summaryview.c
7059                 Fix stepping when not immediately executing
7060         * src/imap.c
7061                 Really prevent UID FETCH 0
7062         * src/codeconv.c
7063                 Fix outgoing charset never set to utf-8
7064         * src/mh.c
7065                 Fix leak
7066
7067 2005-06-16 [colin]      1.9.11cvs79
7068
7069         * src/compose.c
7070                 Fix bug #707 (Dash splits rows)
7071                 Only wrap if we're on a line break position and
7072                 the previous one was a "white" (space) char.
7073                 Pango stuff is weird.
7074
7075 2005-06-16 [colin]      1.9.11cvs78
7076
7077         * src/imap_gtk.c
7078                 Lock summaryview while downloading messages
7079                 on user demand
7080         * src/procheader.c
7081         * src/unmime.c
7082         * src/common/utils.c
7083         * src/common/utils.h
7084                 Replace \r and \n with spaces in From and
7085                 Subject headers
7086
7087 2005-06-16 [paul]       1.9.11cvs77
7088
7089         * src/procmime.c
7090                 liberalise the mime parser
7091         * src/gtk/about.c
7092                 add text wrapping
7093
7094 2005-06-16 [paul]       1.9.11cvs76
7095
7096         * src/gtk/about.c
7097                 reworked
7098
7099 2005-06-15 [colin]      1.9.11cvs75
7100
7101         * src/compose.c
7102                 Finish header encoding fix
7103         * src/summaryview.c
7104                 Fix segfault
7105         * src/headerview.c
7106                 Fix compilation (Thanks Stephan
7107                 Sachse)
7108
7109 2005-06-15 [colin]      1.9.11cvs74
7110
7111         * Makefile.am
7112                 Install gnome2 stuff rather than gnome1, 
7113                 if both are present
7114         * src/codeconv.c
7115         * src/codeconv.h
7116         * src/compose.c
7117                 Fix headers encoding
7118         * src/folder.c
7119                 Visual progress when fetching all messages
7120         * src/folderview.c
7121         * src/summaryview.c
7122         * src/summaryview.h
7123                 Prevent changing current message while
7124                 incorporating
7125
7126 2005-06-15 [paul]       1.9.11cvs73
7127
7128         * src/gtk/gtkaspell.c
7129         * src/gtk/gtkaspell.h
7130                 fix build warnings
7131
7132 2005-06-15 [paul]       1.9.11cvs72
7133
7134         * src/prefs_filtering.c
7135                 allow reordering of filter rules by
7136                 drag n drop
7137
7138 2005-06-15 [paul]       1.9.11cvs71
7139
7140         * COPYING
7141                 updated
7142         * src/codeconv.c
7143                 replace deprecated function
7144         * src/inc.c
7145         * src/send_message.c
7146         * src/gtk/progressdialog.c
7147         * src/gtk/progressdialog.h
7148                 salvage and reuse parts of reverted sync
7149
7150 2005-06-15 [paul]       1.9.11cvs70
7151
7152         * src/inc.c
7153         * src/send_message.c
7154         * src/gtk/progressdialog.c
7155         * src/gtk/progressdialog.h
7156                 revert yesterday's sync with main
7157                 it contains deprecated functions
7158
7159 2005-06-15 [colin]      1.9.11cvs69
7160
7161         * src/headerview.c
7162                 Fix bug #670 (multi user to: will corrupt message 
7163                 headers display)
7164
7165 2005-06-15 [colin]      1.9.11cvs68
7166
7167         * src/compose.c
7168                 Fix bug #421 (Fix undo on wrapping)
7169
7170 2005-06-15 [colin]      1.9.11cvs67
7171
7172         * src/folder.c
7173                 Provide visual feedback while processing
7174                 folder's rules.
7175         * src/imap.c
7176                 Provide visual feedback while getting
7177                 short headers (for uncached messages)
7178
7179
7180 2005-06-14 [paul]       1.9.11cvs66
7181
7182         * src/account.c
7183                 change a couple stock icons
7184         * src/inc.c
7185         * src/send_message.c
7186         * src/gtk/progressdialog.c
7187         * src/gtk/progressdialog.h
7188                 sync main's GtkTreeView implementation
7189
7190 2005-06-14 [colin]      1.9.11cvs65
7191
7192         * src/imap.c
7193                 Various little fixes, mainly on error paths
7194
7195 2005-06-13 [colin]      1.9.11cvs64
7196
7197         * matcher.c
7198         * procmsg.c
7199         * procmsg.h
7200                 Add a way to fetch only headers. This speeds
7201                 up filtering on headers for IMAP. Fixes:
7202                 bug #481 extraneous imap commands slow down 
7203                         imap filtering
7204                 bug #522 Sylpheed downloads all messages 
7205                         when opening mailbox (IMAP)
7206                 bug #677 IMAP fetch is soooooooooooooo slow
7207         * src/folder.c
7208         * src/folder.h
7209                 Add a folder set_batch method so that
7210                 implementations can speed up flags changes
7211         * src/folderutils.c
7212         * src/summaryview.c
7213                 Use that in mark as (un)read and mark all read
7214                 Refix bug #679
7215         * src/imap.c
7216                 Implement set_batch - brings back deferred
7217                 flags in a less buggy manner. Fixes:
7218                 bug #729 IMAP immediate expunge of deleted messages
7219                 bug #191 remove list of messages with one command
7220                 Fix login with strange chars
7221                 Implement fetch_msg_full
7222                 Fix copy (wrong counts)
7223
7224 2005-06-12 [colin]      1.9.11cvs63
7225
7226         * src/folder.c
7227                 lock incorporation during long operations.
7228                 Avoids fucking up the IMAP socket.
7229
7230 2005-06-12 [colin]      1.9.11cvs62
7231
7232         * src/imap.c
7233                 Fix harmful typo
7234                 Factorize remove_all_msg
7235                 Thread-ize expunge
7236         * src/summaryview.c
7237                 Don't update partial-download status if unnecessary
7238         * src/folder.c
7239                 Use remove_msgs everywhere possible
7240
7241 2005-06-12 [colin]      1.9.11cvs61
7242
7243         * src/folder.c
7244         * src/folder.h
7245                 Add a remove_msgs function to remove a 
7246                 list of messages
7247         * src/imap.c
7248                 Implement that.
7249
7250 2005-06-12 [colin]      1.9.11cvs60
7251
7252         * src/imap.c
7253                 Remove flags-processing deferring... Too hard
7254                 to get it to work in all cases.
7255
7256 2005-06-11 [colin]      1.9.11cvs59
7257
7258         * src/imap.c
7259                 printf -> debug_print
7260
7261 2005-06-11 [colin]      1.9.11cvs58
7262
7263         * src/imap.c
7264                 o Fix build without USE_PTHREAD
7265                 o Factorize imap_open
7266                 o Alertpanel in case of impossible connection
7267                 o Alertpanel in case of impossible login
7268                 o Fix deferred flags processing to force a 
7269                   flush before adding some more flags to process,
7270                   but in another folder.
7271
7272 2005-06-10 [colin]      1.9.11cvs57
7273
7274         * src/imap.c
7275                 o Fix a format string error
7276                 o init ssl socket outside of the thread 
7277                   (it possibly invokes gtk calls)
7278         * src/procmime.c
7279                 o Put back the buffer to its necessary size
7280                 o Fix changing a file pointer without keeping
7281                   track of it (thanks Valgrind)
7282         * src/common/smtp.c
7283                 o Fix automatic STARTTLS if login should be done
7284                   and the server only allows it after starting TLS
7285         * src/gtk/gtkinputdialog.c
7286                 o Eat GDK_Return so that the combo popup doesn't 
7287                   appear when we press Enter to validate the combo
7288                   input dialog (as seen in the Open with... dialog)
7289
7290 2005-06-10 [colin]      1.9.11cvs56
7291
7292         * src/imap.c
7293                 o A bit less debug
7294                 o Fix a crash on deletion
7295                 o Threadize imap_select (it's called outside of 
7296                   threads)
7297                 o Defer treatment of DELETED flags
7298
7299
7300 2005-06-09 [colin]      1.9.11cvs55
7301
7302         * src/imap.c
7303                 Make sure we check imap_gtk_should_override(), which
7304                 potentially calls gtk stuff, before creating thread.
7305                 That way it should't be called via imap_get_session()
7306                 inside a thread.
7307
7308 2005-06-09 [colin]      1.9.11cvs54
7309
7310         * src/imap.c
7311                 o add a bit of status output
7312                 o remove some dead code
7313                 o threadize get_list_of_uids
7314                 o threadize imap_get_flags
7315                 o defer flag changing by 500ms so that they
7316                   can be batched
7317
7318
7319 2005-06-08 [colin]      1.9.11cvs53
7320
7321         * src/imap.c
7322                 Thread-ize imap_cmd_fetch
7323
7324 2005-06-08 [colin]      1.9.11cvs52
7325
7326         * src/main.c
7327                 Mmh, that broke POP3...
7328
7329 2005-06-08 [colin]      1.9.11cvs51
7330
7331         * src/main.c
7332                 Stabilize IMAP patch (thanks to Hoa)
7333
7334 2005-06-08 [colin]      1.9.11cvs50
7335
7336         * src/imap.c
7337                 Test patch to speed up imap. 
7338
7339 2005-06-08 [colin]      1.9.11cvs49
7340
7341         * src/imap_gtk.c
7342                 Warning fix
7343         * src/procmime.c
7344                 Apply patch from gentoo to use /usr/share/mime/globs if 
7345                 available, after un-breaking it
7346         * src/common/log.c
7347         * src/common/log.h
7348                 Use g_timeout for invoking hooks that possibly use gtk
7349                 calls. This should leave gtk calls in the main thread.
7350
7351 2005-06-08 [paul]       1.9.11cvs48
7352
7353         * src/codeconv.c
7354                 conv_get_outgoing_charset_str(): don't
7355                 use prefs_common setting
7356         * src/compose.c
7357         * src/compose.h
7358                 add /Options/Character encoding/... to
7359                 temporarily change the outgoing encoding
7360
7361         (belated sync with main)
7362
7363 2005-06-08 [paul]       1.9.11cvs47
7364
7365         * src/compose.c
7366                 correction to/completion of last
7367                 sync with main
7368
7369 2005-06-08 [paul]       1.9.11cvs46
7370
7371         sync with main:
7372         
7373         * src/codeconv.c
7374         * src/codeconv.h
7375                 always enabled Japanese auto-detection
7376                 if the first letters of locale string
7377                 is "ja"
7378         * src/compose.c
7379                 don't use "destroy" signal to destroy
7380                 Compose object (fix rare crashes on discard?)
7381         * src/mainwindow.c
7382         * src/messageview.c
7383         * src/prefs_send.c
7384                 added Hebrew encodings
7385         * src/sourcewindow.c
7386                 don't use "destroy" signal to destroy
7387                 objects
7388
7389 2005-06-07 [colin]      1.9.11cvs45
7390
7391         * src/summaryview.c
7392                 Add missing unlocks/locks
7393
7394 2005-06-07 [paul]       1.9.11cvs44
7395
7396         * src/summaryview.c
7397                 restore bug #749 fix
7398
7399 2005-06-06 [colin]      1.9.11cvs43
7400
7401         * src/summaryview.c
7402                 Fix selection bug when prefs_common.open_unread 
7403                 is FALSE
7404
7405 2005-06-06 [colin]      1.9.11cvs42
7406
7407         * src/common/md5.c
7408                 Fix a warning
7409         * src/summaryview.c
7410         * src/folderview.c
7411                 Factorize long operations beginning and end
7412                 (locking, freezing/thawing, cursor, ...)
7413                 Check selection->data member in selection-
7414                 related loops; this avoids dying an awful
7415                 death if the selection changes on us while
7416                 we're marking a whole IMAP folder unread, 
7417                 for example.
7418
7419 2005-06-06 [paul]       1.9.11cvs41
7420
7421         * src/textview.c
7422                 don't g_free() a static gchar buffer
7423
7424 2005-06-05 [colin]      1.9.11cvs40
7425
7426         * src/mainwindow.c
7427         * src/messageview.c
7428         * src/summaryview.c
7429                 Fix bug #749 (Show all headers should be
7430                 sticky as the GUI suggests)
7431
7432 2005-06-03 [paul]       1.9.11cvs39
7433
7434         * src/compose.c
7435                 don't allow editing of mail while sending.
7436                 patch by Colin
7437
7438 2005-06-03 [paul]       1.9.11cvs38
7439
7440         * src/folderview.c
7441                 add a freeze/thaw to speed up 'mark all read'
7442
7443 2005-06-03 [paul]       1.9.11cvs37
7444
7445         * src/prefs_message.c
7446                 reflect changes immediately
7447
7448 2005-06-02 [colin]      1.9.11cvs36
7449
7450         * po/POTFILES.in
7451                 Patch by Fabien Vantard.
7452
7453 2005-06-02 [colin]      1.9.11cvs35
7454
7455         * src/imap.c
7456                 Use a non-blocking imap_getline() if possible.
7457                 This should completely prevent the interface
7458                 from freezin on imap operations, although it
7459                 may do strange stuff in case of folder switching
7460                 while a big imap operation is taking place...
7461
7462                 In addition, fix a leak in the case thread
7463                 creation fails on connection.
7464
7465 2005-06-02 [colin]      1.9.11cvs34
7466
7467         * src/crash.c
7468         * src/prefs_common.h
7469                 Fix build (prefs_common_init() doesn't exist
7470                 anymore)
7471
7472 2005-06-02 [colin]      1.9.11cvs33
7473
7474         * src/prefs_account.c
7475                 Fix bug #245 (filtering rules broken when
7476                 renaming a remote account (imap4 or nntp)
7477
7478 2005-06-02 [colin]      1.9.11cvs32
7479
7480         * src/imap.c
7481                 Try to fix IMAP shortcomings: 
7482                 o Multithread imap_open()
7483                 o allow offline-mode overriding instead of
7484                   just returning NULL
7485         * src/imap_gtk.c
7486         * src/imap_gtk.h
7487                 Add a function to ask whether we want to
7488                 override offline-mode for 10 minutes (one-shot
7489                 asking was painful)
7490         * src/procheader.c
7491                 Fix segfault when imap parser isn't happy about
7492                 a missing {
7493
7494 2005-06-01 [colin]      1.9.11cvs31
7495
7496         * src/addrharvest.c
7497         * src/compose.c
7498         * src/mbox.c
7499         * src/mbox.h
7500         * src/mh.c
7501         * src/msgcache.c
7502         * src/send_message.c
7503         * src/setup.c
7504         * src/undo.c
7505         * src/common/hooks.c
7506         * src/common/prefs.c
7507         * src/common/template.c
7508         * src/common/utils.c
7509         * src/gtk/gtkutils.c
7510         * src/gtk/inputdialog.c
7511         * src/gtk/menu.c
7512         * src/gtk/pluginwindow.c
7513         * src/gtk/prefswindow.c
7514         * src/plugins/pgpmime/passphrase.c
7515         * src/plugins/pgpmime/prefs_gpg.c
7516                 More -Wall fixes
7517
7518         * src/common/Makefile.am
7519         * src/common/timing.h
7520                 Add basic timing code
7521
7522         * src/summaryview.c
7523                 Fix a bug with unread messages when 
7524                 re-sorting folders, and by the way
7525                 fix a big performance hit when 
7526                 re-sorting (10k mails: before 5s,
7527                 after .5s)
7528
7529         * src/prefs_compose_writing.c
7530         * src/prefs_compose_writing.h
7531         * src/prefs_message.c
7532         * src/prefs_message.h
7533         * src/prefs_other.c
7534         * src/prefs_other.h
7535         * src/prefs_quote.c
7536         * src/prefs_quote.h
7537         * src/prefs_receive.c
7538         * src/prefs_receive.h
7539         * src/prefs_send.c
7540         * src/prefs_send.h
7541         * src/prefs_summaries.c
7542         * src/prefs_summaries.h
7543                 Fix copyright banner
7544
7545 2005-06-01 [paul]       1.9.11cvs30
7546
7547         * po/fi.po
7548                 updated by Flammie Pirinen
7549         * src/procmime.c
7550                 fix 'Bad BASE64 content' output
7551
7552 2005-05-31 [colin]      1.9.11cvs29
7553
7554         * src/procmime.c
7555                 Oops, where did my hunk go.
7556
7557 2005-05-31 [colin]      1.9.11cvs28
7558
7559         * src/Makefile.am
7560         * src/account.c
7561         * src/action.c
7562         * src/addr_compl.c
7563         * src/addressbook.c
7564         * src/codeconv.c
7565         * src/compose.c
7566         * src/export.c
7567         * src/folder.c
7568         * src/folderview.c
7569         * src/image_viewer.c
7570         * src/main.c
7571         * src/mainwindow.c
7572         * src/messageview.c
7573         * src/mimeview.c
7574         * src/msgcache.c
7575         * src/prefs_account.c
7576         * src/prefs_actions.c
7577         * src/prefs_common.c
7578         * src/prefs_compose_writing.c
7579         * src/prefs_customheader.c
7580         * src/prefs_ext_prog.c
7581         * src/prefs_filtering.c
7582         * src/prefs_filtering_action.c
7583         * src/prefs_fonts.c
7584         * src/prefs_image_viewer.c
7585         * src/prefs_message.c
7586         * src/prefs_message.h
7587         * src/prefs_msg_colors.c
7588         * src/prefs_other.c
7589         * src/prefs_other.h
7590         * src/prefs_quote.c
7591         * src/prefs_receive.c
7592         * src/prefs_receive.h
7593         * src/prefs_send.c
7594         * src/prefs_send.h
7595         * src/prefs_spelling.c
7596         * src/prefs_summaries.c
7597         * src/prefs_summary_column.c
7598         * src/prefs_template.c
7599         * src/prefs_themes.c
7600         * src/prefs_toolbar.c
7601         * src/prefs_wrapping.c
7602         * src/procmime.c
7603         * src/procmsg.c
7604         * src/send_message.h
7605         * src/ssl_manager.c
7606         * src/summary_search.c
7607         * src/summaryview.c
7608         * src/textview.c
7609         * src/wizard.c
7610         * src/common/smtp.c
7611         * src/common/smtp.h
7612         * src/gtk/gtkutils.h
7613                 o Move the rest of Common prefs to new style
7614                 o Lots of -Wall warning fixes
7615                 o fix FIXME in cache memusage calculation
7616                 o Let return receipts be sent from any account
7617                 o Little cache optimisation (read)
7618                 o Fix bug #746 (don't treat commas as separators
7619                   when inside a quoted string)
7620
7621 2005-05-31 [paul]       1.9.11cvs27
7622
7623         * src/prefs_common.c
7624                 fix 'off-by-one' typo
7625
7626 2005-05-31 [paul]       1.9.11cvs26
7627
7628         * src/account.c
7629         * src/addr_compl.c
7630         * src/compose.c
7631         * src/foldersel.c
7632         * src/prefs_actions.c
7633         * src/prefs_common.c
7634         * src/prefs_common.h
7635         * src/prefs_customheader.c
7636         * src/prefs_display_header.c
7637         * src/prefs_filtering.c
7638         * src/prefs_filtering_action.c
7639         * src/prefs_matcher.c
7640         * src/prefs_summaries.c
7641         * src/prefs_summary_column.c
7642         * src/prefs_template.c
7643         * src/prefs_toolbar.c
7644         * src/ssl_manager.c
7645         * src/gtk/pluginwindow.c
7646         * src/gtk/prefswindow.c
7647         * src/gtk/progressdialog.c
7648                 add hidden prefs 'enable_rules_hint'
7649                 for gtk_tree_view_set_rules_hint()
7650                 (sync with main)
7651                 
7652
7653 2005-05-31 [colin]      1.9.11cvs25
7654
7655         * src/Makefile.am
7656         * src/main.c
7657         * src/prefs_common.c
7658         * src/prefs_summaries.c ** ADDED **
7659         * src/prefs_summaries.h ** ADDED **
7660                 Common/Display -> Display/Summaries
7661
7662 2005-05-31 [colin]      1.9.11cvs24
7663
7664         * src/Makefile.am
7665         * src/main.c
7666         * src/prefs_quote.c ** ADDED **
7667         * src/prefs_quote.h ** ADDED **
7668                 Move Common/Quote to Compose/Quoting
7669         * src/prefs_common.c
7670         * src/prefs_common.h
7671                 Remove old quote stuff, add
7672                 convenience functions for GtkTextView prefs
7673         * src/gtk/prefswindow.c
7674                 Set default height higher
7675
7676 2005-05-30 [colin]      1.9.11cvs23
7677
7678         * src/Makefile.am
7679         * src/main.c
7680         * src/prefs_common.c
7681         * src/prefs_compose_writing.c ** ADDED **
7682         * src/prefs_compose_writing.h ** ADDED **
7683                 Move Common/Compose prefs to Compose/Writing
7684
7685 2005-05-30 [colin]      1.9.11cvs22
7686
7687         * src/common/utils.c
7688                 Fix bug #651 (Confused Attract by Subject)
7689                 Patch by M. Benkmann <haferfrost@web.de>
7690         * AUTHORS
7691
7692 2005-05-30 [colin]      1.9.11cvs21
7693
7694         * src/compose.c
7695                 Fix concatenation of different headers of
7696                 the same type (bug #645)
7697         * src/prefs_folder_item.c
7698                 Fix bug #699 (setting color to black doesn't
7699                 work immediately)
7700         * src/procmime.c
7701                 Print out decoding error only once per
7702                 block
7703
7704 2005-05-30 [paul]       1.9.11cvs20
7705
7706         * src/common/template.c
7707                 fix Bcc
7708
7709 2005-05-30 [paul]       1.9.11cvs19
7710
7711         * doc/src/rfc2368.txt   **NEW FILE**
7712         * src/compose.c
7713                 compose_entries_set(): don't interpret Bcc
7714                 header field (conform to RFC 2368)
7715                 (sync with main)
7716
7717 2005-05-29 [colin]      1.9.11cvs18
7718
7719         * src/prefs_common.c
7720                 Let the default reply format respect
7721                 netiquette by cutting the signature.
7722
7723 2005-05-29 [colin]      1.9.11cvs17
7724
7725         * src/summaryview.c
7726                 Don't let always_show_msg override
7727                 open_unread_on_enter when opening a new
7728                 directory.
7729
7730 2005-05-27 [paul]       1.9.11cvs16
7731
7732         sync with main:
7733
7734         * src/main.c
7735                 app_will_exit(): cleanup tmp directory when exit
7736         * src/message_search.c
7737                 improved the interface and made code cleanup.
7738                 removed Clear button
7739         * src/send_message.c
7740                 send_message_local(): use GSpawn, and detect errors
7741         * src/summary_search.c
7742                 improved the interface and made code cleanup
7743         * src/textview.c
7744                 textview_write_link(): also skip non-ascii space
7745                  at the head of link strings (phishing check
7746                  didn't work at the case)
7747         * src/common/utils.c
7748                 get_command_output(): use g_spawn_command_line_sync()
7749                 instead of popen()
7750
7751 2005-05-26 [colin]      1.9.11cvs15
7752
7753         * src/folder.c
7754                 remove printf
7755
7756 2005-05-26 [colin]      1.9.11cvs14
7757
7758         * src/common/nntp.c
7759                 Fix nntp mode reader (bug #611)
7760                 Patch by Florian Mickler <florian@mickler.org>
7761
7762 2005-05-26 [colin]      1.9.11cvs13
7763
7764         * src/plugins/pgpmime/passphrase.c
7765                 Fix mouse grabbing (bug #557)
7766
7767 2005-05-26 [colin]      1.9.11cvs12
7768
7769         * src/prefs_themes.c
7770                 Fix g_warning (bug #541)
7771
7772 2005-05-26 [colin]      1.9.11cvs11
7773
7774         * src/prefs_actions.c
7775         * src/prefs_template.c
7776                 Fix bug #506 (no warning if action/template
7777                 is not saved)
7778         * src/common/template.c
7779                 Fix a possible crash
7780
7781 2005-05-26 [colin]      1.9.11cvs10
7782
7783         * src/folder.c
7784         * src/folderview.c
7785         * src/procmsg.c
7786         * src/summaryview.c
7787                 Forbid locked messages to be moved or
7788                 deleted. Locked messages in trashes 
7789                 still get deleted, for performance
7790                 reason (mh.c::mh_remove_all_msgs)
7791
7792 2005-05-25 [colin]      1.9.11cvs9
7793
7794         * src/procmime.c
7795                 Use correct encoding when sending mails
7796                 with attachments that have accentued 
7797                 chars in their name
7798
7799 2005-05-24 [colin]      1.9.11cvs8
7800
7801         * src/summaryview.c
7802                 Fix bug #688 f) read/unread marker not
7803                 changed on first click
7804                 Also, optimize summary_status_show()
7805                 calls
7806         * src/folder.c
7807         * src/inc.c
7808         * src/procmime.c
7809                 Fix bug #688 b) and c) wrt message
7810                 attachments and signature
7811         * src/stock_pixmap.c
7812         * src/stock_pixmap.h
7813         * src/stock_pixmap.c
7814         * src/stock_pixmap.h
7815         * src/Makefile.am
7816         * src/pixmaps/clip_gpg_signed.xpm
7817                 Add clip/signed icon
7818
7819 2005-05-24 [colin]      1.9.11cvs7
7820
7821         * src/folder_item_prefs.c
7822                 whitespace fix
7823
7824 2005-05-24 [colin]      1.9.11cvs6
7825
7826         * src/folderview.c
7827         * src/prefs_common.c
7828         * src/prefs_common.h
7829                 Add a confirmation to folder drag and drop
7830                 fixes bug #156
7831         * src/alertpanel.c
7832         * src/alertpanel.h
7833                 fix _with_disable parameters so that
7834                 the buttons labels are specifiable too
7835         * src/plugins/pgpmime/sgpgme.c
7836                 reflect said change
7837                 
7838
7839 2005-05-24 [colin]      1.9.11cvs5
7840
7841         * src/folderview.c
7842                 Uncollapse/collapse folders on double-click
7843                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
7844                 closes bug #108
7845
7846 2005-05-23 [colin]      1.9.11cvs4
7847
7848         * src/common/socket.c
7849                 Check another special SSL_peek() error.
7850                 Should help wrt bug #728
7851
7852 2005-05-23 [colin]      1.9.11cvs3
7853
7854         * src/plugins/pgpmime/pgpmime.c
7855                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
7856                 breaking menu accelerators and stuff. Users will have to
7857                 reselect "PGP MIME" instead of "PGP/MIME" in their 
7858                 account's privacy preferences if needed.
7859
7860 2005-05-22 [paul]
7861
7862         * tools/kdeservicemenu/install.sh
7863                 use kdesu to prompt for root password if doing
7864                 global install/uninstall
7865
7866 2005-05-20 [colin]      1.9.11cvs2
7867
7868         * src/procmsg.c
7869                 Fix another compilation error with gcc-2.9x
7870                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
7871         * src/send_message.c
7872                 Don't send QUIT if we aren't connected
7873
7874 2005-05-19 [colin]      1.9.11cvs1
7875
7876         * src/procmsg.c
7877                 Fix compilation with gcc 2.9x
7878
7879 2005-05-19 [paul]       1.9.11
7880
7881         1.9.11 released
7882
7883 2005-05-19 [paul]       1.9.9cvs14
7884
7885         * src/gtk/inputdialog.c
7886                 prevent gettext warning
7887
7888 2005-05-19 [paul]       1.9.9cvs13
7889
7890         * src/mainwindow.c
7891         * src/prefs_common.c
7892         * src/prefs_common.h
7893         * src/textview.c
7894         * src/textview.h
7895                 add an option to toggle cursor in message
7896                 view (sync with main)
7897
7898 2005-05-18 [colin]      1.9.9cvs12
7899
7900         * src/compose.c
7901                 Dereference freed pointer
7902         * src/gtk/gtkaspell.c
7903                 Fix duplication of dictionaries (is it an aspell issue?)
7904
7905 2005-05-18 [colin]      1.9.9cvs11
7906
7907         * src/gtk/inputdialog.c
7908         * src/gtk/gtkaspell.c
7909                 HIGuify dialogs
7910         * src/alertpanel.c
7911                 Remove a double call
7912
7913 2005-05-17 [colin]      1.9.9cvs10
7914
7915         * src/gtk/gtkaspell.c
7916                 Fix dialogs, Ctrl-Enter accel
7917
7918 2005-05-17 [colin]      1.9.9cvs9
7919
7920         * src/gtk/gtkaspell.c
7921                 Fix some accelerators, escape in replace-window
7922
7923 2005-05-16 [colin]      1.9.9cvs8
7924
7925         * src/gtk/gtkaspell.c
7926                 Revert last commit, it was a mistake.
7927
7928 2005-05-16 [colin]      1.9.9cvs7
7929
7930         * src/gtk/gtkaspell.c
7931                 Remove buggy code while we're at it. It's a 
7932                 dead code path anyway.
7933
7934 2005-05-16 [colin]      1.9.9cvs6
7935
7936         * src/gtk/gtkaspell.c
7937                 Missed some gtk_menu_popup where deactivate
7938                 signal should be handled. Should fix bug
7939                 #629 a bit more.
7940
7941 2005-05-16 [colin]      1.9.9cvs5
7942
7943         * src/gtk/gtkaspell.c
7944                 Remove debug printf()s
7945
7946 2005-05-16 [colin]      1.9.9cvs4
7947
7948         * src/gtk/gtkaspell.c
7949                 Fix a bit aspell problems
7950                 (see bug #629)
7951
7952 2005-05-13 [colin]      1.9.9cvs3
7953
7954         * src/folderview.c
7955                 Fix the + appearing even when no subfolders
7956                 have unread messages. Thanks to wwp for the
7957                 bug report.
7958
7959 2005-05-11 [paul]       1.9.9cvs2
7960
7961         * src/folderview.c
7962                 correction to 1.9.9cvs1, only colour folders that
7963                 have new msgs (not unread msgs)
7964
7965 2005-05-10 [colin]      1.9.9cvs1
7966
7967         * src/folderview.c
7968         * src/summaryview.c
7969                 Try to fix bolding bugs again.
7970
7971 2005-05-09 [paul]
7972
7973         * tools/claws.i18n.status.pl
7974                 add Ricardo Mones Lastra's script that has been providing
7975                 the i18n status page for many months
7976
7977 2005-05-09 [paul]       1.9.9
7978
7979         1.9.9 release
7980
7981 2005-05-09 [paul]       1.9.6cvs58
7982
7983         * AUTHORS
7984         * INSTALL
7985         * README.claws
7986                 updated
7987         * Makefile.am 
7988         * RELEASE_NOTES.claws
7989                 add release notes to cvs to simplify release
7990                 procedure
7991         * configure.ac
7992                 add ca and fi to ALL_LINGUAS
7993         * po/Makefile.in.in
7994                 workaround for missing Makevars
7995         * po/ca.po
7996         * po/fi.po
7997                 add new Catalan and Finnish translations
7998                 submitted by Miquel Oliete and Flammie Pirinen
7999         * po/de.po
8000         * po/es.po
8001         * po/fr.po
8002         * po/it.po
8003         * po/pl.po
8004         * po/ru.po
8005         * po/sk.po
8006         * po/sr.po
8007         * po/zh_CN.po
8008                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
8009                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
8010                 Urke MMI, and Hansom Young
8011         * src/main.c
8012                 Fix drafting when quitting. compose_draft() closes the
8013                 compose windows, which modifies the compose_list GSList.
8014                 We have to refresh this list after echo drafting to avoid a
8015                 segfault
8016         * src/partial_download.c
8017                 fix segfault on exit
8018
8019 2005-05-06 [paul]       1.9.6cvs57
8020
8021         * src/grouplistdialog.c
8022                 quick fix/workaround for unresizeable newsgroup
8023                 name column 
8024
8025 2005-05-06 [paul]       1.9.6cvs56
8026
8027         * src/inc.c
8028         * src/mainwindow.c
8029                 use gettext plural forms
8030         * src/imap_gtk.c
8031         * src/mh_gtk.c
8032         * src/toolbar.c
8033                 small improvement to english usage
8034
8035 2005-05-05 [thorsten]   1.9.6cvs55
8036
8037         * src/folder.c
8038                 fix possible crash
8039
8040 2005-05-05 [paul]       1.9.6cvs54
8041         
8042         sync with HEAD
8043
8044         * AUTHORS
8045         * src/compose.c
8046                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
8047                 patch by Tim Mann
8048
8049 2005-05-05 [paul]       1.9.6cvs53
8050
8051         * src/mainwindow.c
8052                 fix resizing of separate message and
8053                 folder views
8054
8055 2005-05-05 [paul]       1.9.6cvs52
8056
8057         * src/account.c
8058         * src/addrgather.c
8059         * src/browseldap.c
8060         * src/exphtmldlg.c
8061         * src/expldifdlg.c
8062         * src/importmutt.c
8063         * src/importpine.c
8064         * src/main.c
8065         * src/mainwindow.c
8066         * src/noticeview.c
8067         * src/prefs_filtering.c
8068         * src/prefs_filtering_action.c
8069         * src/prefs_matcher.c
8070         * src/prefs_spelling.c
8071         * src/prefs_toolbar.c
8072         * src/toolbar.c
8073         * src/wizard.c
8074         * src/gtk/description_window.c
8075         * src/gtk/gtkvscrollbutton.c
8076         * src/gtk/progressdialog.c
8077         * src/gtk/quicksearch.c
8078         * src/plugins/pgpmime/prefs_gpg.c
8079         * src/plugins/spamassassin/spamassassin_gtk.c
8080                 replace deprecated gtk_widget_set_usize
8081
8082 2005-05-04 [colin]      1.9.6cvs51
8083
8084         * src/common/utils.c
8085                 Fix crash when subst_for_filename is called
8086                 with a NULL parameter
8087
8088 2005-05-04 [colin]      1.9.6cvs50
8089
8090         * src/partial_download.c
8091         * src/pop.c
8092                 Escape login when writing uidl file
8093                 fixes bug #736
8094
8095 2005-05-03 [colin]      1.9.6cvs49
8096
8097         * src/procmime.c
8098                 Fix possible DOS in mime parser
8099                 (see bug #634)
8100
8101 2005-05-02 [colin]      1.9.6cvs48
8102
8103         * src/compose.c
8104                 Try to fix the copy/paste mess once again.
8105
8106
8107 2005-04-30 [colin]      1.9.6cvs47
8108
8109         * src/prefs_account.h
8110         * src/procmsg.c
8111         * src/send_message.c
8112         * src/common/smtp.c
8113         * src/common/smtp.h
8114                 Try to batch sending mails (per account) instead of
8115                 reconnecting to server every time.
8116
8117 2005-04-29 [colin]      1.9.6cvs46
8118
8119         * src/messageview.c
8120                 Fix window resizing that refused to size down
8121         * src/prefs_common.c
8122         * src/prefs_common.h
8123         * src/prefs_filtering.c
8124                 Save Filtering's window size
8125
8126 2005-04-21 [paul]       1.9.6cvs45
8127
8128         * ChangeLog-gtk2.claws
8129         * src/setup.c
8130                 correction to sync
8131
8132 2005-04-21 [paul]       1.9.6cvs44
8133
8134         sync with main:
8135
8136         * src/setup.c
8137         * src/statusbar.c
8138         * src/statusbar.h
8139                 use gtkut_widget_draw_now(). Improved performance
8140                 of the update of statusbar
8141         * src/textview.c
8142                 textview_smooth_scroll_do(): redraw it after scroll
8143                 is done (fixed incorrect display when a part of the
8144                 view is hidden).
8145         * src/gtk/gtkutils.c
8146         * src/gtk/gtkutils.h
8147                 gtkut_widget_draw_now(): use gdk_window_process_updates()
8148                 to force update of widgets.
8149                 Removed gtkut_widget_wait_for_draw() which had a big
8150                 overhead  because of waiting for all events processed 
8151
8152 2005-04-20 [paul]       1.9.6cvs43
8153
8154         * src/codeconv.c
8155                 complete 1.9.6cvs42's sync:
8156                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
8157
8158 2005-04-19 [paul]       1.9.6cvs42
8159
8160         sync with main:
8161
8162         * src/action.c
8163                 catch_output(): correctly select the insert text
8164                 (fix invalid iterator warnings).
8165         * src/codeconv.c
8166         * src/codeconv.h
8167         * src/mainwindow.c
8168         * src/messageview.c
8169         * src/prefs_common.c
8170                 support GBK encoding.
8171         * src/common/session.c
8172         * src/common/session.h
8173                 use separate buffer for large data to be sent,
8174                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
8175
8176 2005-04-18 [paul]       1.9.6cvs41
8177
8178         * src/jpilot.c
8179                 convert unsigned long into guint32
8180                 patch by Paul LeoNerd Evans 
8181
8182 2005-04-17 [colin]      1.9.6cvs40
8183
8184         * src/compose.c
8185                 Fix 'Request return receipt' from folder
8186                 properties (bug #708)
8187
8188 2005-04-17 [colin]      1.9.6cvs39
8189
8190         * src/mainwindow.c
8191                 Fix duplicate hotkeys in Mainwindow's menu
8192
8193 2005-04-17 [colin]      1.9.6cvs38
8194
8195         * src/folderview.c
8196                 Fix duplicate hotkeys in Folderview's contextual
8197                 menu
8198
8199 2005-04-15 [colin]      1.9.6cvs37
8200
8201         * src/summaryview.c
8202                 Fix 'Save as...' with non-ascii filenames
8203
8204 2005-04-15 [colin]      1.9.6cvs36
8205
8206         * src/plugins/pgpmime/pgpmime.c
8207                 Fix bus error on 64bit. Spotted by 
8208                 macallan1888@gmail.com
8209
8210 2005-04-15 [colin]      1.9.6cvs35
8211
8212         * src/prefs_account.c
8213                 Fix cvs34.
8214
8215 2005-04-12 [colin]      1.9.6cvs34
8216
8217         * src/prefs_account.c
8218                 Fix smtp auth type off-by-one. We forgot to
8219                 add PLAIN in the prefs-to-gui setter func and
8220                 as a result, the selected auth when opening
8221                 account prefs was not the correct one.
8222
8223 2005-04-12 [paul]       1.9.6cvs33
8224
8225         * src/inc.c
8226                 if the recv dialog is visible, Cancel only
8227                 cancels the current account
8228
8229
8230 2005-04-10 [colin]      1.9.6cvs32
8231
8232         * src/filtering.c
8233                 Copy score when copying FilteringActions
8234                 Fix bug #674
8235
8236 2005-04-10 [colin]      1.9.6cvs31
8237
8238         * src/inc.c
8239                 Make Message -> Receive -> Cancel cancel 
8240                 incorporation on all accounts. Fixes
8241                 bug #693
8242
8243 2005-04-10 [colin]      1.9.6cvs30
8244
8245         * src/prefs_account.c
8246                 Update Privacy checkbuttons status based
8247                 on the selected privacy system
8248         * src/compose.c
8249                 Always connect the "None" privacy system; the
8250                 static boolean was probably there to avoid
8251                 reconnecting twice in the same compose window,
8252                 but as the parent function is only called once
8253                 per compose, it's only a bug - as a static is
8254                 initialized once per application instance.
8255                 Also, don't uncheck Sign and Encrypt when
8256                 selecting None as privacy system; just ignore
8257                 them when sending/queuing.
8258                 Should fix bug #695
8259
8260 2005-04-08 [colin]      1.9.6cvs29
8261
8262         * src/account.c
8263         * src/prefs_account.c
8264         * src/prefs_account.h
8265                 Add account preference to queue message in a certain
8266                 folder.
8267
8268 2005-04-06 [colin]      1.9.6cvs28
8269
8270         * src/prefs_account.c
8271                 Update old inbox path syntax
8272
8273 2005-04-06 [paul]       1.9.6cvs27
8274
8275         sync with main:
8276
8277         * configure.ac
8278                 changed -traditional-cpp to -no-cpp-precomp for newer
8279                 Mac OS X support
8280         * src/foldersel.c
8281                 made column resize automatically
8282         * src/send_message.c
8283                 send_message_smtp(): consider EOF right after QUIT
8284                 successful (workaround for Gmail SMTP server)
8285         * src/common/socket.c
8286                 ssl_read(), ssl_peek(): check EOF which violates the
8287                 SSL protocol
8288         * src/gtk/colorlabel.c
8289                 removed warnings when displaying colorlabel menu
8290                 (don't use GtkAlignment)
8291
8292 2005-04-05 [paul]       1.9.6cvs26
8293
8294         * src/plugins/trayicon/trayicon.c
8295                 fix clipping of icon under KDE3 
8296
8297 2005-04-05 [paul]       1.9.6cvs25
8298
8299         * src/summaryview.c
8300                 hide display of threading
8301                 patch by Alfons
8302
8303 2005-04-04 [thorsten]   1.9.6cvs24
8304
8305         * src/mh.c
8306                 marks lost on filesystems with different stat() results on
8307                 summer-/wintertime
8308
8309 2005-04-03 [colin]      1.9.6cvs23
8310
8311         * src/summaryview.c
8312                 Don't handle up/down. Patch by Alfons
8313
8314 2005-04-02 [colin]      1.9.6cvs22
8315
8316         * src/summaryview.c
8317                 Make scrolling faster. Patch by Alfons.
8318
8319 2005-04-01 [colin]      1.9.6cvs21
8320
8321         * src/Makefile.am
8322         * src/stock_pixmap.c
8323         * src/pixmaps/dir-noselect.xpm ** REMOVED **
8324         * src/pixmaps/dir_noselect.xpm ** ADDED **
8325                 Fix pixmap name mismatch (Thanks Stephan Sachse)
8326
8327 2005-04-01 [colin]      1.9.6cvs20
8328
8329         * src/image_viewer.c
8330         * src/image_viewer.h
8331         * src/procmime.c
8332         * src/procmime.h
8333         * src/textview.c
8334         * src/textview.h
8335                 Implement inline image resizing and right-clicking
8336
8337 2005-04-01 [paul]       1.9.6cvs19
8338
8339         * AUTHORS
8340         * Makefile.am
8341         * configure.ac
8342                 check for gnome2
8343                 patch by Luca Cavalli <loopback<AT>slackit.org>
8344         * po/ru.po
8345                 updated by Pavlo Bohmat
8346
8347 2005-03-31 [colin]      1.9.6cvs18
8348
8349         * src/news.c
8350                 Fix parsing references
8351         * src/msgcache.c
8352                 don't put nulls in the references list
8353         * src/procheader.c
8354                 commit that forgotten file in 1.9.6cvs14
8355
8356 2005-03-31 [colin]      1.9.6cvs17
8357
8358         * src/compose.c
8359                 Fix joining of signature separator again. 
8360                 Maybe Hiro could put it in main too...
8361
8362 2005-03-31 [colin]      1.9.6cvs16
8363
8364         * src/Makefile.am
8365         * src/foldersel.c
8366         * src/stock_pixmap.c
8367         * src/stock_pixmap.h
8368         * src/pixmaps/dir-noselect.xpm
8369                 Update foldersel.c (sync from main, patch by Alfons)
8370
8371 2005-03-30 [colin]      1.9.6cvs15
8372
8373         * src/imap.c
8374                 Fix handling of imap folders containing [] in 
8375                 their name. Thanks to Nahuel Angelinetti for
8376                 the detailed bugreport.
8377
8378 2005-03-30 [colin]      1.9.6cvs14
8379
8380         * src/common/utils.h
8381         * src/common/utils.c
8382         * src/common/defs.h
8383         * src/matcher.c
8384         * src/msgcache.c
8385         * src/news.c
8386         * src/procmsg.c
8387         * src/procmsg.h
8388         * src/quote_fmt_parse.y
8389         * src/summaryview.c
8390                 Update references system. Patch by Alfons
8391
8392 2005-03-30 [colin]      1.9.6cvs13
8393
8394         * src/common/socket.c
8395                 Force the glibc to read resolv.conf again when 
8396                 it has changed. Should fix issues when changing
8397                 networks on a laptop and not restarting sylpheed. 
8398
8399 2005-03-30 [paul]       1.9.6cvs12
8400
8401         partial sync with main:
8402
8403         * src/action.c
8404                 create_io_dialog(): use user-defined text font
8405                 (thanks to Alfons), and modified its appearance.
8406         * src/addrgather.c
8407         * src/addrharvest.c
8408         * src/browseldap.c
8409                 replace old code
8410         * src/compose.c
8411                 don't join (presumably) itemized lines on line-wrapping
8412                 fixed wrapping of quote when auto-wrapping is enabled
8413                 compose_destroy(): destroy paned only if it's not
8414                 attached to window. Fixed memory leak of popup menu.
8415         * src/exphtmldlg.c
8416         * src/expldifdlg.c
8417                 replace old code
8418         * src/html.c
8419         * src/html.h
8420         * src/importmutt.c
8421         * src/importpine.c
8422                 replace old code
8423         * src/main.c
8424                 removed redundant code
8425         * src/mainwindow.c
8426                 changed 'Code set' (which is rather incorrect)
8427                 in the menu to 'Character encoding'
8428                 main_window_set_widgets(): request size first
8429                 to prevent window size becoming wrong
8430                 fixed remembering of the state of the visibility
8431                 of MessageView
8432         * src/messageview.c
8433                 changed 'Code set' (which is rather incorrect)
8434                 in the menu to 'Character encoding'
8435         * src/prefs_common.c
8436         * src/prefs_common.h
8437                 added an option whether to render HTML as text or not
8438                 added separators to outgoing encoding menu
8439         * src/procheader.c
8440                 procheader_scan_date_string(): support header
8441                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
8442         * src/summaryview.c
8443         * src/summaryview.h
8444                 minor code cleanup
8445         * src/textview.c
8446                 textview_show_html(): force output of newline
8447                 added an option whether to render HTML as text or not
8448         * src/common/utils.c
8449                 strncpy2(): optimized based on Alfons' code
8450         * src/gtk/gtkutils.c
8451         * src/gtk/gtkutils.h
8452                 removed non-used code
8453         * src/plugins/pgpmime/passphrase.c
8454                 partially fixed grab input of passphrase dialog
8455                 Confine pointer to window
8456
8457 2005-03-30 [colin]      1.9.6cvs11
8458
8459         * src/msgcache.c
8460         * src/msgcache.h
8461                 Read/write 32bit ints from cache & marks
8462                 From main.
8463
8464 2005-03-29 [paul]       1.9.6cvs10
8465
8466         * AUTHORS
8467         * ChangeLog.claws
8468         * src/compose.c
8469         * src/gtk/gtkaspell.c
8470                 sync with HEAD (don't pass NULL pointers) 
8471
8472 2005-03-24 [paul]
8473
8474         * tools/Makefile.am
8475         * tools/README
8476         * tools/acroread2sylpheed.pl
8477                 sync with HEAD (add script to send pdfs as
8478                 attachments from Adobe Reader 7)
8479
8480 2005-03-21 [paul]       1.9.6cvs9
8481
8482         * configure.ac
8483         * po/POTFILES.in
8484         * src/Makefile.am
8485         * src/crash.c
8486         * src/image_viewer.c ** ADDED **
8487         * src/image_viewer.h ** ADDED **
8488         * src/main.c
8489         * src/prefs_common.c
8490         * src/prefs_common.h
8491         * src/prefs_image_viewer.c ** ADDED **
8492         * src/prefs_image_viewer.h ** ADDED **
8493         * src/textview.c
8494         * src/gtk/about.c
8495         * src/pixmaps/sylpheed_logo.xpm
8496         * src/plugins/Makefile.am
8497         * src/plugins/image_viewer/.cvsignore ** REMOVED **
8498         * src/plugins/image_viewer/Makefile.am ** REMOVED **
8499         * src/plugins/image_viewer/plugin.c ** REMOVED **
8500         * src/plugins/image_viewer/viewer.c ** REMOVED **
8501         * src/plugins/image_viewer/viewer.glade ** REMOVED **
8502         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
8503         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
8504         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
8505         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
8506                 as gdk-pixbuf is now built-in
8507                 remove image_viewer plugin and put code back into
8508                 main codebase
8509                 implement inline image display (sync with main)
8510
8511                 replace logo with newer, nicer, larger version  
8512
8513 2005-03-21 [paul]       1.9.6cvs8
8514
8515         * src/gtk/about.c
8516                 cosmetic improvement
8517
8518 2005-03-21 [holger]     1.9.6cvs7
8519
8520         * src/plugins/spamassassin/spamassassin.c
8521                 Sync with HEAD
8522                 (unregister hook on failed plugin init)
8523
8524 2005-03-20 [colin]      1.9.6cvs6
8525
8526         * src/common/plugin.c
8527                 Check that plugin isn't already loaded
8528                 Patch by Alfons
8529
8530 2005-03-20 [thorsten]   1.9.6cvs5
8531
8532         * src/compose.c
8533                 use a more compatible syntax
8534
8535 2005-03-20 [thorsten]   1.9.6cvs4
8536
8537         * src/prefs_toolbar.c
8538                 fix crash when selecting toolbar item (uninitialized pointer)
8539
8540 2005-03-20 [thorsten]   1.9.6cvs3
8541
8542         * src/procmime.c
8543                 fix mimetype detection (referenced free()d string)
8544
8545 2005-03-20 [paul]       1.9.6cvs2
8546
8547         * src/compose.c
8548                 sync with HEAD (1.0.3cvs5)
8549                 neglect Reply-To header if empty
8550                 Patch by Alfons 
8551
8552 2005-03-19 [holger]     1.9.6cvs1
8553
8554         * src/summaryview.c
8555         * src/summaryview.h
8556                 Sync with HEAD
8557
8558 2005-03-18 [paul]       1.9.6
8559
8560         initial GTK2 release
8561
8562 2005-03-18 [paul]       1.0.3cvs3.1
8563
8564         * AUTHORS
8565         * ChangeLog.claws
8566         * configure.ac
8567         * src/gtk/about.c
8568         * src/pixmaps/sylpheed_logo.xpm
8569                 sync with HEAD
8570
8571 2005-03-18 [colin]      1.0.3cvs2.6
8572
8573         * src/summaryview.c
8574                 Remove call to summary_step in summary_copy_selected_to
8575                 Can't see its purpose, and this causes bug when copying
8576                 a message if the next one is unread: it reads it.
8577
8578 2005-03-18 [paul]       1.0.3cvs2.5
8579
8580         * src/foldersel.c
8581                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
8582
8583 2005-03-18 [paul]       1.0.3cvs2.4
8584
8585         * src/addrharvest.c
8586         * src/codeconv.c
8587         * src/codeconv.h
8588         * src/compose.c
8589         * src/news.c
8590         * src/procheader.c
8591         * src/procmime.c
8592         * src/unmime.c
8593         * src/unmime.h
8594                 fix buffer overflow, CAN-2005-0667, see
8595                 http://secunia.com/advisories/14491/
8596                 Patch by Alfons
8597
8598 2005-03-17 [colin]      1.0.3cvs2.3
8599
8600         * src/prefs_fonts.c
8601         * src/summaryview.c
8602                 Fix font bugs (both lists now officialy share 
8603                 the same font)
8604                 
8605
8606 2005-03-17 [paul]       1.0.3cvs2.2
8607
8608         * src/gtk/pluginwindow.c
8609                 make plugin descriptions uneditable
8610
8611 2005-03-11 [paul]       1.0.3cvs2.1
8612
8613         * ChangeLog.claws
8614         * configure.ac
8615         * po/POTFILES.in
8616         * src/plugins/trayicon/trayicon.c
8617                 sync with HEAD
8618                 add src/wizard.c to POTFILES.in
8619
8620 2005-03-11 [paul]       1.0.3cvs1.1
8621
8622         * ChangeLog
8623         * ChangeLog.claws
8624         * configure.ac
8625         * po/de.po
8626         * po/es.po
8627         * po/fr.po
8628         * po/it.po
8629         * po/pt_BR.po
8630         * po/ru.po
8631         * po/sk.po
8632         * po/sr.po
8633         * po/zh_CN.po
8634                 sync with HEAD
8635
8636 2005-03-04 [colin]      1.0.1cvs22.2
8637
8638         * src/compose.c
8639                 Fix signatures with accentued chars in it
8640
8641 2005-03-04 [colin]      1.0.1cvs22.1
8642
8643         * src/common/smtp.c
8644         * src/common/smtp.h
8645                 Don't use SIZE param in MAIL FROM: if server 
8646                 doesn't support it. Patch by Eugen Freiter
8647                 <eugen_f@users.sf.net>
8648
8649 2005-02-27 [paul]       1.0.1cvs20.1
8650
8651         * ChangeLog.claws
8652         * configure.ac
8653         * src/messageview.c
8654                 sync with HEAD
8655
8656 2005-02-27 [colin]      1.0.1cvs19.4
8657
8658         * src/procheader.c
8659         * src/procheader.h
8660                 Fix prototypes. Patch by Alfons
8661
8662 2005-02-27 [colin]      1.0.1cvs19.3
8663
8664         * src/compose.c
8665                 Don't auto-join the signature separator.
8666
8667 2005-02-26 [colin]      1.0.1cvs19.2
8668
8669         * src/summaryview.c
8670                 Fix 'mark all read' with collapsed threads.
8671                 Patch by Alfons.
8672
8673 2005-02-25 [paul]       1.0.1cvs19.1
8674
8675         * ChangeLog.claws
8676         * configure.ac
8677         * src/prefs_account.c
8678         * src/prefs_folder_item.c
8679         * src/gtk/prefswindow.c
8680         * src/gtk/prefswindow.h
8681                 sync with HEAD
8682
8683 2005-02-25 [paul]       1.0.1cvs15.12
8684
8685         * src/alertpanel.c
8686         * src/codeconv.c
8687         * src/compose.c
8688         * src/textview.c
8689         * src/gtk/gtkutils.c
8690         * src/gtk/gtkutils.h
8691         * src/gtk/logwindow.c
8692         * src/gtk/progressdialog.c
8693                 sync with main (revision 127)
8694                 and fix logwindow clipping
8695
8696 2005-02-24 [colin]      1.0.1cvs15.11
8697
8698         * src/plugins/pgpmime/passphrase.c
8699                 Disable input grabbing; it doesn't work yet.
8700
8701 2005-02-24 [colin]      1.0.1cvs15.10
8702
8703         * src/messageview.c
8704                 Don't send out receipts if offline. Ask.
8705
8706 2005-02-23 [colin]      1.0.1cvs15.9
8707
8708         * src/summaryview.c     
8709                 Fix expanding
8710
8711 2005-02-23 [colin]      1.0.1cvs15.8
8712
8713         * src/summaryview.c
8714                 Really fix Bug 568 by removing useless
8715                 calls. summary_thread_init() now called
8716                 in summary_sort(). This should please
8717                 Alfons as it should be faster than 
8718                 previously.
8719
8720 2005-02-23 [colin]      1.0.1cvs15.7
8721
8722         * src/compose.c
8723                 Encode parts as QP or B64 if signing
8724
8725 2005-02-23 [colin]      1.0.1cvs15.6
8726
8727         * src/compose.c
8728                 Fix Mimeinfo leakage (including tmp files)
8729         * src/procmsg.c
8730                 Fix tmp file leakage (spotted by Ivan Rayner)
8731
8732 2005-02-22 [colin]      1.0.1cvs15.5
8733
8734         * src/expldifdlg.c
8735                 Fix keyboard input. Patch by Alfons.
8736
8737 2005-02-21 [colin]      1.0.1cvs15.4
8738
8739         * src/compose.c
8740                 Fix Sign/Encrypt when unselecting privacy
8741                 system
8742         * src/prefs_common.c
8743                 Change default message font to Monospace
8744         * src/summaryview.c
8745                 More freezing during potentially large operations
8746
8747 2005-02-21 [paul]       1.0.1cvs15.3
8748
8749         * src/main.c
8750                 fix --help output
8751
8752 2005-02-21 [paul]       1.0.1cvs15.2
8753
8754         * po/Makefile.in.in
8755         * src/compose.c
8756         * src/summaryview.c
8757         * src/textview.c
8758         * src/common/utils.c
8759         * src/common/utils.h
8760                 sync with main (revision 117)
8761
8762 2005-02-20 [colin]      1.0.1cvs15.1
8763
8764         * src/common/defs.h
8765                 Change cache file to .sylpheed_claws_cache, as
8766                 suggested by Alfons. Allows people to switch
8767                 between Sylpheed and Sylpheed-Claws. it is
8768                 a good idea to "Check for new messages" at next
8769                 startup.
8770
8771
8772 2005-02-18 [colin]      1.0.1cvs14.1
8773
8774         * src/quote_fmt_lex.l
8775         * src/quote_fmt_parse.y
8776                 Fix parser initialisation. Patch by Ivan.
8777
8778 2005-02-18 [colin]      1.0.1cvs11.6
8779
8780         * src/folderview.c
8781                 Fix scrolldown (bug 662)
8782
8783 2005-02-17 [colin]      1.0.1cvs11.5
8784
8785         * src/codeconv.c
8786                 conv_filename_to_utf8: return clean 7bit instead
8787                 of broken utf8 if needed
8788         * src/mimeview.c
8789                 Fix display of parts with unclean 8bit names
8790
8791 2005-02-17 [paul]       1.0.1cvs11.4
8792
8793         * src/compose.c
8794         * src/exportldif.c
8795         * src/matcher_parser_parse.y
8796         * src/procmime.c
8797         * src/sourcewindow.c
8798         * src/common/Makefile.am
8799         * src/common/intl.h             ** REMOVED **
8800         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
8801                 sync with main (revision 109)
8802                 and clean up
8803
8804 2005-02-16 [colin]      1.0.1cvs11.3
8805
8806         * src/summaryview.c
8807                 Fix collapsed thread not highlighting when new
8808                 messages in it (Bug 568) Patch by Stephan Sachse.
8809                 Fix messed up selection when reaching bounds (Bug 632)
8810         * src/prefs_themes.c
8811                 Fix theme installing (Bug 684)
8812
8813 2005-02-16 [colin]      1.0.1cvs11.2
8814
8815         * src/messageview.c
8816                 Fix messageview_select_all
8817
8818 2005-02-16 [colin]      1.0.1cvs11.1
8819
8820         * src/mh.c
8821                 Sync with HEAD (MH scan required function)
8822
8823 2005-02-15 [colin]      1.0.1cvs8.1
8824
8825         * src/mimeview.c
8826         * src/common/utils.c
8827                 Sync with HEAD (filename chars substitution)
8828
8829 2005-02-15 [colin]      1.0.1cvs7.3
8830
8831         * src/gtk/pluginwindow.c
8832                 Fix button spacing
8833
8834 2005-02-15 [colin]      1.0.1cvs7.2
8835
8836         * src/mimeview.c
8837                 Fix mime icons not reset across message when
8838                 scrolled down
8839
8840 2005-02-15 [colin]      1.0.1cvs7.1
8841
8842         * src/compose.c
8843         * src/procmime.c
8844                 Sync with HEAD (optimisation of cvs6)
8845
8846 2005-02-14 [colin]      1.0.1cvs6.1
8847
8848         * src/compose.c
8849         * src/procmime.c
8850                 Sync with HEAD (encode "From " at line beginning)
8851
8852 2005-02-14 [colin]      1.0.1cvs5.3
8853
8854         * src/compose.c
8855                 Fix wrapping with accentued chars.
8856
8857 2005-02-13 [colin]      1.0.1cvs5.2
8858
8859         * src/textview.c
8860                 Fix email informative part parsing with
8861                 accentued chars in it. ispunct() returns
8862                 true for them in utf8...
8863
8864 2005-02-12 [colin]      1.0.1cvs5.1
8865
8866         * src/filtering.c
8867                 Sync with HEAD (remove wrong use of compose after send)
8868
8869 2005-02-12 [paul]       1.0.1cvs4.5
8870
8871         * src/textview.c
8872                 remove unnecessary code (thanks to Alfons)
8873
8874 2005-02-12 [paul]       1.0.1cvs4.4
8875
8876         * src/textview.c
8877                 add 'Copy' to contextual menu on emails
8878
8879 2005-02-11 [colin]      1.0.1cvs4.3
8880
8881         * src/compose.c
8882                 revert 1.0.0cvs28.2, it doesn't work that well.
8883
8884 2005-02-11 [paul]       1.0.1cvs4.2
8885
8886         * po/Makefile.in.in
8887                 fix 'make release'
8888
8889 2005-02-10 [paul]       1.0.1cvs4.1
8890
8891         * ChangeLog
8892         * ChangeLog.claws
8893         * ChangeLog.jp
8894         * configure.ac
8895         * src/compose.c
8896                 sync with HEAD (sync with main)
8897
8898 2005-02-10 [paul]       1.0.1cvs3.2
8899
8900         * AUTHORS
8901         * Makefile.am
8902         * autogen.sh
8903         * configure.ac
8904         * config/mkinstalldirs
8905         * intl/.cvsignore
8906         * intl/ChangeLog
8907         * intl/VERSION
8908         * intl/bindtextdom.c
8909         * intl/config.charset
8910         * intl/dcgettext.c
8911         * intl/dcigettext.c
8912         * intl/dcngettext.c
8913         * intl/dgettext.c
8914         * intl/dngettext.c
8915         * intl/eval-plural.h
8916         * intl/explodename.c
8917         * intl/finddomain.c
8918         * intl/gettext.c
8919         * intl/gettextP.h
8920         * intl/gmo.h
8921         * intl/hash-string.h
8922         * intl/intl-compat.c
8923         * intl/l10nflist.c
8924         * intl/libgnuintl.h.in
8925         * intl/loadinfo.h
8926         * intl/loadmsgcat.c
8927         * intl/localcharset.c
8928         * intl/localcharset.h
8929         * intl/locale.alias
8930         * intl/localealias.c
8931         * intl/localename.c
8932         * intl/log.c
8933         * intl/ngettext.c
8934         * intl/os2compat.c
8935         * intl/os2compat.h
8936         * intl/osdep.c
8937         * intl/plural-exp.c
8938         * intl/plural-exp.h
8939         * intl/plural.c
8940         * intl/plural.y
8941         * intl/ref-add.sin
8942         * intl/ref-del.sin
8943         * intl/relocatable.c
8944         * intl/relocatable.h
8945         * intl/textdomain.c
8946         * m4/Makefile.am
8947         * po/Makefile.in.in
8948         * src/Makefile.am
8949         * src/account.c
8950         * src/action.c
8951         * src/addr_compl.c
8952         * src/addressadd.c
8953         * src/addressbook.c
8954         * src/addrgather.c
8955         * src/addrindex.c
8956         * src/alertpanel.c
8957         * src/browseldap.c
8958         * src/codeconv.c
8959         * src/codeconv.h
8960         * src/compose.c
8961         * src/compose.h
8962         * src/crash.c
8963         * src/editaddress.c
8964         * src/editbook.c
8965         * src/editgroup.c
8966         * src/editjpilot.c
8967         * src/editldap.c
8968         * src/editldap_basedn.c
8969         * src/editvcard.c
8970         * src/exphtmldlg.c
8971         * src/expldifdlg.c
8972         * src/export.c
8973         * src/exporthtml.c
8974         * src/filtering.c
8975         * src/folder.c
8976         * src/folder_item_prefs.c
8977         * src/foldersel.c
8978         * src/folderview.c
8979         * src/grouplistdialog.c
8980         * src/headerview.c
8981         * src/imap.c
8982         * src/imap_gtk.c
8983         * src/import.c
8984         * src/importldif.c
8985         * src/importmutt.c
8986         * src/importpine.c
8987         * src/inc.c
8988         * src/ldif.c
8989         * src/main.c
8990         * src/mainwindow.c
8991         * src/matcher.c
8992         * src/mbox.c
8993         * src/message_search.c
8994         * src/messageview.c
8995         * src/mh.c
8996         * src/mh_gtk.c
8997         * src/mimeview.c
8998         * src/msgcache.c
8999         * src/news.c
9000         * src/news_gtk.c
9001         * src/noticeview.c
9002         * src/partial_download.c
9003         * src/pop.c
9004         * src/prefs_account.c
9005         * src/prefs_actions.c
9006         * src/prefs_common.c
9007         * src/prefs_customheader.c
9008         * src/prefs_display_header.c
9009         * src/prefs_ext_prog.c
9010         * src/prefs_filtering.c
9011         * src/prefs_filtering_action.c
9012         * src/prefs_folder_item.c
9013         * src/prefs_fonts.c
9014         * src/prefs_gtk.c
9015         * src/prefs_matcher.c
9016         * src/prefs_msg_colors.c
9017         * src/prefs_spelling.c
9018         * src/prefs_summary_column.c
9019         * src/prefs_template.c
9020         * src/prefs_themes.c
9021         * src/prefs_toolbar.c
9022         * src/prefs_wrapping.c
9023         * src/privacy.c
9024         * src/procheader.c
9025         * src/procmime.c
9026         * src/procmsg.c
9027         * src/quote_fmt.c
9028         * src/recv.c
9029         * src/send_message.c
9030         * src/setup.c
9031         * src/sourcewindow.c
9032         * src/ssl_manager.c
9033         * src/statusbar.c
9034         * src/summary_search.c
9035         * src/summaryview.c
9036         * src/textview.c
9037         * src/toolbar.c
9038         * src/wizard.c
9039         * src/common/nntp.c
9040         * src/common/plugin.c
9041         * src/common/smtp.c
9042         * src/common/ssl.c
9043         * src/common/ssl_certificate.c
9044         * src/common/string_match.c
9045         * src/common/sylpheed.c
9046         * src/common/template.c
9047         * src/common/utils.c
9048         * src/gtk/about.c
9049         * src/gtk/colorlabel.c
9050         * src/gtk/description_window.c
9051         * src/gtk/filesel.c
9052         * src/gtk/foldersort.c
9053         * src/gtk/gtkaspell.c
9054         * src/gtk/gtkutils.c
9055         * src/gtk/inputdialog.c
9056         * src/gtk/logwindow.c
9057         * src/gtk/menu.c
9058         * src/gtk/pluginwindow.c
9059         * src/gtk/prefswindow.c
9060         * src/gtk/progressdialog.c
9061         * src/gtk/quicksearch.c
9062         * src/gtk/sslcertwindow.c
9063         * src/plugins/clamav/clamav_plugin.c
9064         * src/plugins/clamav/clamav_plugin_gtk.c
9065         * src/plugins/demo/demo.c
9066         * src/plugins/dillo_viewer/dillo_prefs.c
9067         * src/plugins/dillo_viewer/dillo_viewer.c
9068         * src/plugins/image_viewer/plugin.c
9069         * src/plugins/image_viewer/viewer.c
9070         * src/plugins/image_viewer/viewerprefs.c
9071         * src/plugins/mathml_viewer/mathml_viewer.c
9072         * src/plugins/pgpmime/passphrase.c
9073         * src/plugins/pgpmime/plugin.c
9074         * src/plugins/pgpmime/prefs_gpg.c
9075         * src/plugins/pgpmime/select-keys.c
9076         * src/plugins/pgpmime/sgpgme.c
9077         * src/plugins/spamassassin/spamassassin.c
9078         * src/plugins/spamassassin/spamassassin_gtk.c
9079         * src/plugins/trayicon/trayicon.c
9080                 sync with main (revision 104)
9081
9082 2005-02-10 [colin]      1.0.1cvs3.1
9083
9084         * src/mainwindow.c
9085                 Sync with HEAD (fix occasional crasher)
9086
9087 2005-02-10 [colin]      1.0.1cvs2.1
9088
9089         * src/messageview.c
9090                 Synw with HEAD (don't automatically display html)
9091
9092 2005-02-09 [colin]      1.0.1cvs1.3
9093
9094         * src/textview.c
9095         * src/textview.h
9096                 Add contextual menu on emails
9097
9098 2005-02-09 [colin]      1.0.1cvs1.2
9099
9100         * src/codeconv.c
9101                 Fix converting from broken headers and 
9102                 put back the _ in missing places
9103                 (feature broke with cvs24.2 sync, main 
9104                  possibly affected?)
9105
9106 2005-02-09 [colin]      1.0.1cvs1.1
9107
9108         * src/messageview.c
9109         * src/mimeview.c
9110         * src/mimeview.h
9111                 Sync with HEAD (display non text/plain mails with plugin)
9112
9113 2005-02-08 [colin]      1.0.1.1
9114
9115         * ChangeLog.claws
9116         * po/pt_BR.po
9117                 Sync with HEAD
9118         * configure.ac
9119                 Make default configuration directory 
9120                 be .sylpheed-gtk2
9121
9122 2005-02-08 [colin]      1.0.0cvs29.1
9123
9124         * po/de.po
9125         * po/es.po
9126         * po/fr.po
9127         * po/it.po
9128         * po/sk.po
9129         * po/sr.po
9130                 Sync translations with HEAD
9131
9132 2005-02-06 [colin]      1.0.0cvs28.3
9133
9134         * src/compose.c
9135                 Make compose a bit faster - patch by Alfons.
9136
9137 2005-02-06 [colin]      1.0.0cvs28.2
9138
9139         * src/compose.c
9140                 Make pasting via middle-click more reliable
9141
9142 2005-02-05 [paul]       1.0.0cvs28.1
9143
9144         * ChangeLog
9145         * ChangeLog.claws
9146         * ChangeLog.jp
9147         * configure.ac
9148         * src/compose.c
9149                 sync with HEAD
9150                 (fix bug 682 'redirect is broken'
9151
9152 2005-02-05 [torte]      1.0.0cvs27.1
9153
9154         * ChangeLog.claws
9155         * configure.ac
9156         * src/partial_download.c
9157                 Sync with HEAD (fix buf overflow)
9158
9159 2005-02-03 [colin]      1.0.0cvs26.1
9160
9161         * src/common/plugin.c
9162                 Sync with HEAD (avoid plugin mismatches)
9163
9164 2005-02-03 [paul]       1.0.0cvs25.3
9165
9166         * src/folderview.c
9167         * src/headerview.c
9168         * src/summaryview.c
9169         * src/textview.c
9170         * src/gtk/colorlabel.c
9171                 third and final part of initial sync with main-gtk2
9172
9173 2005-02-03 [paul]       1.0.0cvs25.2
9174
9175         * src/jpilot.c
9176                 fix building with jpilot support
9177
9178 2005-02-02 [colin]      1.0.0cvs25.1
9179
9180         * src/messageview.c
9181                 Sync with HEAD (fix dangerous typo)
9182
9183 2005-02-01 [colin]      1.0.0cvs24.3
9184
9185         * src/common/xml.c
9186                 Write file as advertised (UTF-8)
9187
9188 2005-02-01 [paul]       1.0.0cvs24.2
9189
9190         * src/addrbook.c
9191         * src/addrindex.c
9192         * src/alertpanel.h
9193         * src/codeconv.c
9194         * src/codeconv.h
9195         * src/compose.c
9196         * src/export.c
9197         * src/folder_item_prefs.c
9198         * src/html.c
9199         * src/imap.c
9200         * src/import.c
9201         * src/jpilot.c
9202         * src/mainwindow.c
9203         * src/matcher_parser_lex.l
9204         * src/messageview.c
9205         * src/mh.c
9206         * src/prefs_account.c
9207         * src/prefs_actions.c
9208         * src/prefs_common.c
9209         * src/prefs_gtk.c
9210         * src/prefs_gtk.h
9211         * src/prefs_themes.c
9212         * src/procheader.c
9213         * src/procmime.c
9214         * src/sourcewindow.c
9215         * src/statusbar.c
9216         * src/summaryview.c
9217         * src/textview.c
9218         * src/toolbar.c
9219         * src/unmime.c
9220         * src/common/template.c
9221         * src/common/utils.c
9222         * src/common/xml.c
9223         * src/common/xml.h
9224         * src/gtk/gtkaspell.c
9225         * src/plugins/clamav/clamav_plugin.c
9226         * src/plugins/dillo_viewer/dillo_prefs.c
9227         * src/plugins/image_viewer/viewerprefs.c
9228         * src/plugins/pgpmime/passphrase.c
9229         * src/plugins/pgpmime/prefs_gpg.c
9230         * src/plugins/pgpmime/select-keys.c
9231         * src/plugins/spamassassin/spamassassin.c
9232                 second part of initial sync with main-gtk2
9233                 (more to follow)
9234
9235 2005-01-31 [colin]      1.0.0cvs24.1
9236
9237         * src/compose.c
9238                 Sync with HEAD
9239
9240 2005-01-29 [paul]       1.0.0cvs23.2
9241
9242         * src/account.c
9243         * src/action.c
9244         * src/addressadd.c
9245         * src/addressbook.c
9246         * src/alertpanel.c
9247         * src/compose.c
9248         * src/editaddress.c
9249         * src/editbook.c
9250         * src/editgroup.c
9251         * src/editjpilot.c
9252         * src/editldap.c
9253         * src/editldap_basedn.c
9254         * src/editvcard.c
9255         * src/export.c
9256         * src/foldersel.c
9257         * src/grouplistdialog.c
9258         * src/import.c
9259         * src/importldif.c
9260         * src/inc.c
9261         * src/main.c
9262         * src/mainwindow.c
9263         * src/message_search.c
9264         * src/messageview.c
9265         * src/mimeview.c
9266         * src/prefs_actions.c
9267         * src/prefs_common.c
9268         * src/prefs_common.h
9269         * src/prefs_customheader.c
9270         * src/prefs_display_header.c
9271         * src/prefs_filtering.c
9272         * src/prefs_filtering_action.c
9273         * src/prefs_gtk.c
9274         * src/prefs_matcher.c
9275         * src/prefs_summary_column.c
9276         * src/prefs_template.c
9277         * src/sourcewindow.c
9278         * src/summary_search.c
9279         * src/summaryview.c
9280         * src/textview.c
9281         * src/gtk/about.c
9282         * src/gtk/description_window.c
9283         * src/gtk/gtkshruler.c
9284         * src/gtk/gtkutils.c
9285         * src/gtk/gtkutils.h
9286         * src/gtk/inputdialog.c
9287         * src/gtk/logwindow.c
9288         * src/gtk/prefswindow.c
9289         * src/gtk/progressdialog.c
9290         * src/gtk/progressdialog.h
9291                 first part of initial sync with main-gtk2
9292                 (more to follow)
9293
9294 2005-01-28 [colin]      1.0.0cvs23.1
9295
9296         * src/folderview.c
9297                 Sync with HEAD
9298
9299 2005-01-27 [colin]      1.0.0cvs21.1
9300
9301         * src/folder.c
9302         * src/folderview.c
9303                 Sync with HEAD
9304
9305 2005-01-27 [colin]      1.0.0cvs19.1
9306
9307         * src/procmime.c
9308                 Sync with HEAD
9309
9310 2005-01-27 [colin]      1.0.0cvs18.1
9311
9312         * src/messageview.c
9313         * src/summaryview.c
9314         * src/mainwindow.c
9315         * src/compose.c
9316         * src/compose.h
9317         * src/procmsg.c
9318         * src/procmsg.h
9319         * src/toolbar.c
9320                 Sync with HEAD
9321
9322 2005-01-26 [paul]       1.0.0cvs15.2
9323
9324         * src/compose.c
9325                 compose_entries_set(): convert subject and body to
9326                 utf8 if necessary. patch by Felix Eckhofer
9327
9328 2005-01-26 [paul]       1.0.0cvs15.1
9329
9330         * configure.ac
9331         * src/common/template.c
9332                 sync with HEAD (fix memory leak)
9333
9334 2005-01-25 [paul]       1.0.0cvs14.1
9335
9336         * configure.ac
9337         * src/compose.c
9338                 sync with HEAD
9339
9340 2005-01-24 [colin]      1.0.0cvs13.1
9341
9342         * src/summaryview.c
9343                 Sync with HEAD
9344
9345 2005-01-24 [paul]       1.0.0cvs12.1
9346
9347         * configure.ac
9348         * src/messageview.c
9349         * src/mh.c
9350         * src/common/utils.c
9351                 sync with HEAD
9352
9353 2005-01-24 [colin]      1.0.0cvs11.1
9354
9355         * src/procheader.c
9356                 Sync with HEAD
9357
9358 2005-01-24 [colin]      1.0.0cvs10.1
9359
9360         * src/folderview.c
9361                 Sync with HEAD
9362
9363 2005-01-23 [colin]      1.0.0cvs9.1
9364
9365         * src/crash.c
9366                 Sync with HEAD
9367
9368 2005-01-22 [colin]      1.0.0cvs8.1
9369
9370         * src/summaryview.c
9371         * src/gtk/quicksearch.c
9372                 Sync with HEAD
9373
9374 2005-01-21 [colin]      1.0.0cvs7.1
9375
9376         * src/summaryview.c
9377                 Sync with HEAD
9378
9379 2005-01-21 [colin]      1.0.0cvs6.1
9380
9381         * src/summaryview.c
9382                 Sync with HEAD
9383
9384 2005-01-21 [colin]      1.0.0cvs5.1
9385
9386         * src/gtk/quicksearch.c
9387         * src/prefs_common.c
9388         * src/prefs_common.h
9389                 Sync with HEAD (recurse option)
9390
9391 2005-01-21 [colin]      1.0.0cvs4.1
9392
9393         * src/folder.h
9394         * src/folderview.c
9395         * src/folderview.h
9396         * src/summaryview.c
9397         * src/gtk/quicksearch.c
9398         * src/gtk/quicksearch.h
9399                 Sync with HEAD (recursive quicksearch)
9400
9401 2005-01-20 [colin]      1.0.0cvs3.4
9402
9403         * src/ssl_manager.c
9404                 Remove useless code
9405
9406 2005-01-20 [colin]      1.0.0cvs3.3
9407
9408         * src/ssl_manager.c
9409                 Fix leak, thanks to Alfons.
9410
9411 2005-01-20 [colin]      1.0.0cvs3.2
9412
9413         * src/ssl_manager.c
9414                 Port SSL certificate window to GTK2.
9415
9416 2005-01-20 [paul]       1.0.0cvs3.1
9417
9418         * ChangeLog.claws
9419         * configure.ac
9420         * src/addrindex.c
9421         * src/addrindex.h
9422                 sync with HEAD
9423
9424 2005-01-19 [colin]      1.0.0cvs2.2
9425
9426         * src/plugins/trayicon/trayicon.c
9427                 Fix freeze with gtk-2.6, the easy way
9428                 (signal blocking helpless there...)
9429                 Closes bug #668.
9430
9431 2005-01-19 [colin]      1.0.0cvs2.1
9432
9433         * src/mbox.c
9434         * src/mbox.h
9435         * src/mainwindow.c
9436         * src/summaryview.c
9437         * src/summaryview.h
9438                 Sync with HEAD
9439
9440 2005-01-19 [paul]       1.0.0cvs1.1
9441
9442         * configure.ac
9443         * po/de.po
9444         * po/es.po
9445         * po/fr.po
9446         * po/hr.po
9447         * po/it.po
9448         * po/ja.po
9449         * po/ko.po
9450         * po/pt_BR.po
9451         * po/ru.po
9452         * po/sk.po
9453         * po/sr.po
9454                 sync with HEAD (update translations)
9455
9456 2005-01-18 [colin]      1.0.0cvs0.1
9457
9458         * src/foldersel.c
9459                 Specify search column - patch by Alfons
9460
9461 2005-01-18 [colin]      0.9.13cvs36.3
9462
9463         * src/prefs_toolbar.c
9464                 Change Delete to Remove
9465         * src/prefs_fonts.c
9466                 GTK2 version and leak fixes
9467         * src/prefs_actions.c
9468                 Add stock buttons.
9469                 All patches by Alfons
9470
9471 2005-01-17 [colin]      0.9.13cvs36.2
9472
9473         * src/compose.c
9474                 Fix DnD inserting twice. While at it,
9475                 add DnD support for text/plain in the
9476                 body, and add support in the headers.
9477
9478 2005-01-16 [colin]      0.9.13cvs36.1
9479
9480         * ChangeLog
9481         * ChangeLog.jp
9482         * ChangeLog.claws
9483                 Sync with HEAD (nothing applicable)
9484
9485 2005-01-16 [colin]      0.9.13cvs33.2
9486
9487         * src/prefs_toolbar.c
9488                 GTK2ize prefs_toolbar, by Alfons.
9489
9490 2005-01-14 [colin]      0.9.13cvs33.1
9491
9492         * src/html.c
9493         * src/msgcache.c
9494                 Sync with HEAD
9495
9496 2005-01-14 [colin]      0.9.13cvs32.1
9497
9498         * src/html.c
9499         * src/html.h
9500         * src/msgcache.c
9501         * AUTHORS
9502         * tools/calypso_convert.pl
9503                 Sync with HEAD
9504
9505 2005-01-08 [colin]      0.9.13cvs29.2
9506
9507         * src/prefs_filtering_action.c
9508         * src/prefs_filtering.c
9509                 2 more gtk2 patches by Alfons
9510
9511 2005-01-07 [paul]       0.9.13cvs29.1
9512
9513         * ChangeLog
9514         * ChangeLog.claws
9515         * ChangeLog.jp
9516         * configure.ac
9517         * src/pop.c
9518         * src/pop.h
9519                 sync with HEAD
9520
9521 2005-01-07 [colin]      0.9.13cvs28.3
9522
9523         * src/gtk/progressdialog.c
9524         * src/gtk/progressdialog.h
9525         * src/inc.c
9526         * src/send_message.c
9527                 GTK2 for the incorporation dialog. The CList isn't dead
9528                 yet, for a more smooth migration. Patch by Alfons.
9529
9530 2005-01-06 [colin]      0.9.13cvs28.2
9531
9532         * src/prefs_display_header.c
9533                 GTK2 conversion by Alfons
9534         * src/prefs_actions.c
9535         * src/prefs_matcher.c
9536                 Fix 2 leaks - patch by Alfons
9537
9538 2005-01-06 [colin]      0.9.13cvs28.1
9539
9540         * src/prefs_matcher.c
9541                 Sync with HEAD
9542
9543 2005-01-06 [colin]      0.9.13cvs27.4
9544
9545         * src/prefs_matcher.c
9546                 Fix double-free. Patch by Alfons
9547
9548 2005-01-06 [colin]      0.9.13cvs27.3
9549
9550         * src/prefs_matcher.c
9551                 GTK2 widgets + memleak
9552                 Patch by Alfons
9553
9554 2005-01-05 [colin]      0.9.13cvs27.2
9555
9556         * src/account.c
9557         * src/addr_compl.c
9558         * src/foldersel.c
9559         * src/stock_pixmap.c
9560         * src/stock_pixmap.h
9561                 3 more GTK2 patches by Alfons.
9562
9563 2005-01-04 [colin]      0.9.13cvs27.1
9564
9565         * src/folderview.c
9566         * src/imap_gtk.c
9567         * src/news_gtk.c
9568                 Sync with HEAD
9569
9570 2005-01-04 [colin]      0.9.13cvs25.9
9571
9572         * src/compose.c
9573                 Fix Show Ruler menuitem
9574         * src/prefs_template.c
9575                 Convert to GTK2
9576         * src/common/utils.c
9577                 Make auto pointer stuff handles NULLs
9578                 Patches by Alfons.
9579
9580 2005-01-04 [colin]      0.9.13cvs25.8
9581
9582         * src/compose.c
9583                 Move the attachment list to gtk2
9584                 Patch by Alfons.
9585
9586 2005-01-04 [colin]      0.9.13cvs25.7
9587
9588         * src/textview.c
9589                 Make some keys work again
9590                 Patch by SungHyun Nam <namsh@kldp.org>
9591
9592 2005-01-04 [colin]      0.9.13cvs25.6
9593
9594         * src/gtk/gtkshruler.c
9595                 Move the ruler to GTK2
9596                 Patch by Alfons
9597
9598 2005-01-03 [colin]      0.9.13cvs25.5
9599
9600         * src/compose.c
9601                 Fix my broken patch apply 
9602
9603 2005-01-03 [colin]      0.9.13cvs25.4
9604
9605         * src/common/utils.c
9606         * src/common/utils.h
9607         * src/gtk/prefswindow.c
9608                 Move auto pointer stuff to utils.c
9609                 Patch by Alfons again :)
9610
9611 2005-01-03 [colin]      0.9.13cvs25.3
9612
9613         * src/compose.c
9614         * src/prefs_gtk.c
9615         * src/prefs_template.c
9616         * src/textview.c
9617                 Empty text widgets with empty strings, not NULL char
9618                 Patch by SungHyun Nam <namsh@kldp_org>
9619
9620 2005-01-03 [colin]      0.9.13cvs25.2
9621
9622         * src/main.c
9623         * AUTHORS
9624                 Sync with HEAD
9625
9626 2005-01-03 [colin]      0.9.13cvs25.1
9627
9628         * src/pop.c
9629         * src/pop.h
9630                 Sync with HEAD
9631
9632 2005-01-03 [colin]      0.9.13cvs24.3
9633
9634         * src/account.c
9635                 Two patches from Alfons and Alex S Moore:
9636                 fix images, fix return value.
9637
9638 2005-01-01 [colin]      0.9.13cvs24.2
9639
9640         * src/prefs_actions.c
9641                 Fix over-zealous assertion. Patch by Alfons
9642
9643 2005-01-01 [colin]      0.9.13cvs24.1
9644
9645         * src/procmime.c
9646                 Sync with HEAD (leak fix)
9647
9648 2004-12-31 [colin]      0.9.13cvs23.2
9649
9650         * src/prefs_common.c
9651                 GTK2 widgets + stock buttons - patch by Alfons
9652
9653 2004-12-31 [paul]       0.9.13cvs23.1
9654
9655         * configure.ac
9656                 bump up EXTRA_VERSION to match (sync'ed) HEAD
9657         * src/gtk/pluginwindow.c
9658                 use GTK2 widgets and plug memory leaks,
9659                 patches by Alfons
9660
9661 2004-12-30 [colin]      0.9.13cvs22.4
9662
9663         * src/account.c
9664         * src/action.c
9665         * src/export.c
9666         * src/foldersel.c
9667         * src/import.c
9668         * src/message_search.c
9669         * src/prefs_actions.c
9670         * src/prefs_common.c
9671         * src/prefs_customheader.c
9672         * src/prefs_filtering.c
9673         * src/prefs_summary_column.c
9674         * src/summary_search.c
9675         * src/gtk/about.c
9676         * src/gtk/description_window.c
9677         * src/gtk/gtkutils.c
9678         * src/gtk/gtkutils.h
9679         * src/gtk/inputdialog.c
9680         * src/gtk/prefswindow.c
9681                 Use GTK2 stock buttons. Patches by Alfons.
9682
9683 2004-12-30 [colin]      0.9.13cvs22.3
9684
9685         * src/account.c
9686                 Sync with HEAD
9687         * src/prefs_actions.c
9688         * src/prefs_customheader.c
9689         * src/prefs_filtering.c
9690         * src/prefs_msg_colors.c
9691         * src/prefs_summary_column.c
9692         * src/gtk/prefswindow.c
9693                 Use GtkTreeView instead of deprecated 
9694                 widgets. Patches by Alfons.
9695
9696 2004-12-30 [paul]       0.9.13cvs22.2
9697
9698         * src/foldersel.c
9699                 use GTK 2 Tree View
9700                 patch by Alfons, with root folder sorting fix
9701                 by Stephan Sachse
9702
9703 2004-12-30 [paul]       0.9.13cvs22.1
9704
9705         * ChangeLog
9706         * ChangeLog.claws
9707         * ChangeLog.jp
9708         * NEWS
9709         * configure.ac
9710         * src/account.c
9711                 sync with HEAD
9712
9713 2004-12-22 [martin]     0.9.13cvs21.2
9714
9715         * src/action.c
9716                 free the command line after its use
9717
9718 2004-12-18 [paul]       0.9.13cvs21.1
9719
9720         * AUTHORS
9721         * ChangeLog
9722         * ChangeLog.claws
9723         * ChangeLog.jp
9724         * NEWS
9725         * configure.ac
9726         * src/action.c
9727         * src/compose.c
9728         * src/syldap.c
9729                 sync with HEAD
9730
9731 2004-12-17 [martin]     0.9.13cvs17.2
9732
9733         * src/action.c
9734                 convert actions input to locale
9735         * src/inc.c
9736                 convert notification command to locale
9737         * src/plugins/pgpmime/select-keys.c
9738                 convert attributes to utf8
9739
9740 2004-12-14 [colin]      0.9.13cvs17.1
9741
9742         * ChangeLog
9743         * ChangeLog.jp
9744         * ChangeLog.claws
9745         * src/action.c
9746         * src/common/utils.c
9747         * src/gtk/prefswindow.c
9748         * src/gtk/gtkutils.c
9749         * src/gtk/gtkutils.h
9750         * src/plugins/spamassassin/libspamc.c
9751                 Sync with HEAD
9752
9753 2004-12-13 [colin]      0.9.13cvs14.1
9754
9755         * src/quote_fmt_parse.y
9756                 Sync with HEAD
9757
9758 2004-12-10 [colin]      0.9.13cvs12.1
9759
9760         * src/prefs_themes.c
9761         * src/mainwindow.c
9762         * src/messageview.c
9763                 Sync with HEAD
9764
9765 2004-12-09 [colin]      0.9.13cvs10.1
9766
9767         * src/procmime.c
9768                 Sync with HEAD (fix B64 encoding from memory)
9769
9770 2004-12-08 [colin]      0.9.13cvs9.1
9771
9772         * src/gtk/colorlabel.c
9773                 Sync with HEAD
9774
9775 2004-12-08 [paul]       0.9.13cvs8.2
9776
9777         * src/gtk/pluginwindow.c
9778                 fix window resizing oddities
9779
9780 2004-12-08 [colin]      0.9.13cvs8.1
9781
9782         * src/quote_fmt_parse.y
9783                 Sync with HEAD
9784
9785 2004-12-08 [colin]      0.9.13cvs7.1
9786
9787         * src/matcher_parser_parse.y
9788         * src/msgcache.c
9789         * src/prefs_matcher.c
9790         * src/procheader.c
9791         * src/matcher.c
9792         * src/common/defs.h
9793         * po/sr.po
9794                 Sync with HEAD
9795
9796 2004-12-08 [colin]      0.9.13cvs6.1
9797
9798         * src/quote_fmt_parse.y
9799         * src/textview.c
9800                 Sync with HEAD
9801         * src/gtk/prefswindow.c
9802         * src/gtk/pluginwindow.c
9803                 Fix G_CALLBACKS protos (thanks to Alfons)
9804
9805 2004-12-07 [torte]      0.9.13cvs2.2
9806
9807         * src/procmime.c
9808                 [Bug 650] reply button causes crash
9809                 Thanks to David Relson and Christoph
9810
9811 2004-12-07 [colin]      0.9.13cvs2.1
9812
9813         * ChangeLog.claws
9814         * AUTHORS
9815         * po/sk.po
9816         * src/procmime.c
9817         * src/prefs_account.c
9818         * src/common/smtp.c
9819         * src/common/smtp.h
9820                 Sync with HEAD
9821
9822 2004-12-06 [colin]      0.9.12cvs187.1
9823
9824         * ChangeLog.claws
9825         * INSTALL
9826         * Makefile.am
9827         * README.claws
9828         * TODO.claws
9829         * configure.ac
9830         * po/bg.po
9831         * po/cs.po
9832         * po/el.po
9833         * po/en_GB.po
9834         * po/es.po
9835         * po/fr.po
9836         * po/hr.po
9837         * po/hu.po
9838         * po/it.po
9839         * po/ja.po
9840         * po/ko.po
9841         * po/nl.po
9842         * po/pl.po
9843         * po/pt_BR.po
9844         * po/ru.po
9845         * po/sk.po
9846         * po/sr.po
9847         * po/sv.po
9848         * po/zh_CN.po
9849         * po/zh_TW.Big5.po
9850         * src/compose.c
9851         * tools/Makefile.am
9852         * tools/README
9853         * tools/filter_conv.pl
9854         * tools/kdeservicemenu/README
9855         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
9856         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
9857                 Sync with HEAD
9858
9859 2004-12-04 [colin]      0.9.12cvs183.1
9860
9861         * src/compose.c
9862                 Sync with HEAD (compose window position saving)
9863
9864 2004-12-04 [paul]       0.9.12cvs182.3
9865
9866         * src/messageview.c
9867         * src/mimeview.c
9868         * src/prefs_customheader.c
9869         * src/gtk/quicksearch.c
9870                 replace some forgotten GTK_SIGNAL_FUNCs
9871
9872 2004-12-04 [paul]       0.9.12cvs182.2
9873
9874         * src/Makefile.am
9875                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
9876                 committed in error      
9877
9878 2004-12-04 [paul]       0.9.12cvs182.1
9879
9880         * ChangeLog
9881         * ChangeLog.claws
9882         * ChangeLog.jp
9883         * INSTALL
9884         * NEWS
9885         * README
9886         * README.jp
9887         * configure.ac
9888         * doc/manual/ja/Makefile.am
9889         * doc/manual/ja/sylpheed-1.html
9890         * doc/manual/ja/sylpheed-10.html
9891         * doc/manual/ja/sylpheed-11.html
9892         * doc/manual/ja/sylpheed-12.html
9893         * doc/manual/ja/sylpheed-13.html
9894         * doc/manual/ja/sylpheed-14.html
9895         * doc/manual/ja/sylpheed-15.html
9896         * doc/manual/ja/sylpheed-16.html
9897         * doc/manual/ja/sylpheed-17.html
9898         * doc/manual/ja/sylpheed-18.html
9899         * doc/manual/ja/sylpheed-19.html
9900         * doc/manual/ja/sylpheed-2.html
9901         * doc/manual/ja/sylpheed-20.html
9902         * doc/manual/ja/sylpheed-3.html
9903         * doc/manual/ja/sylpheed-4.html
9904         * doc/manual/ja/sylpheed-5.html
9905         * doc/manual/ja/sylpheed-6.html
9906         * doc/manual/ja/sylpheed-7.html
9907         * doc/manual/ja/sylpheed-8.html
9908         * doc/manual/ja/sylpheed-9.html
9909         * doc/manual/ja/sylpheed.html
9910         * doc/manual/ja/sylpheed.sgml
9911         * po/de.po
9912         * src/Makefile.am
9913         * src/compose.c
9914         * src/procmime.c
9915         * src/pixmaps/regular.xpm **REMOVED**
9916         * src/plugins/pgpmime/pgpmime.c
9917         * src/plugins/pgpmime/plugin.c
9918         * src/plugins/pgpmime/prefs_gpg.c
9919                 sync with HEAD
9920
9921 2004-12-03 [paul]       0.9.12cvs180.1
9922
9923         * ChangeLog
9924         * ChangeLog.claws
9925         * ChangeLog.jp
9926         * configure.ac
9927         * src/Makefile.am
9928         * src/pop.c
9929         * src/common/utils.c
9930         * src/common/utils.h
9931         * src/pixmaps/continue.xpm
9932         * src/pixmaps/dir_close.xpm
9933         * src/pixmaps/dir_open.xpm
9934         * src/pixmaps/drafts_close.xpm
9935         * src/pixmaps/drafts_open.xpm
9936         * src/pixmaps/folder.xpm **REMOVED**
9937         * src/pixmaps/group.xpm
9938         * src/pixmaps/unread.xpm
9939                 sync with HEAD
9940
9941 2004-12-02 [colin]      0.9.12cvs179.1
9942
9943         * src/compose.c
9944                 Sync with HEAD (non-duplicated reedition)
9945
9946 2004-12-02 [colin]      0.9.12cvs178.1
9947
9948         * src/compose.c
9949                 Sync with HEAD (linewrap_quote fix)
9950
9951 2004-12-01 [colin]      0.9.12cvs177.3
9952
9953         * src/addrharvest.c
9954                 Replace sizeof with strlen
9955
9956 2004-12-01 [paul]       0.9.12cvs177.2
9957
9958         * src/addrharvest.c
9959                 fix 'harvest addresses'
9960
9961 2004-11-30 [colin]      0.9.12cvs177.1
9962
9963         * src/gtk/prefswindow.c
9964         * src/gtk/pluginwindow.c
9965                 Sync with HEAD
9966
9967 2004-11-29 [colin]      0.9.12cvs176.1
9968
9969         * src/folderview.c
9970                 sync with HEAD (Fix disappearing separators in folderview's popup)
9971
9972 2004-11-29 [colin]      0.9.12cvs175.1
9973
9974         * src/procmime.c
9975                 Sync with head (another format fix)
9976
9977 2004-11-29 [colin]      0.9.12cvs174.1
9978
9979         * src/pop.c
9980                 Sync with HEAD (format string fix)
9981
9982 2004-11-26 [colin]      0.9.12cvs173.1
9983
9984         * src/common/smtp.c
9985         * src/common/smtp.h
9986                 Sync with HEAD
9987
9988 2004-11-24 [colin]      0.9.12cvs172.1
9989
9990         * src/plugins/pgpmime/pgpmime.c
9991                 Sync with HEAD
9992
9993 2004-11-24 [colin]      0.9.12cvs171.1
9994
9995         * src/plugins/pgpmime/pgpmime.c
9996                 Sync with head (gpgmectx leaks)
9997
9998 2004-11-24 [colin]      0.9.12cvs169.1
9999
10000         * src/plugins/pgpmime/plugin.c
10001         * src/plugins/trayicon/Makefile.am
10002         * src/plugins/trayicon/newmarkedmail.xpm
10003         * src/plugins/trayicon/trayicon.c
10004         * src/plugins/trayicon/unreadmarkedmail.xpm
10005                 Sync with HEAD
10006
10007 2004-11-23 [colin]      0.9.12cvs168.1
10008
10009         * src/partial_download.c
10010         * src/partial_download.h
10011         * src/plugins/pgpmime/plugin.c
10012                 Sync with HEAD
10013
10014 2004-11-23 [colin]      0.9.12cvs166.1
10015
10016         * src/Makefile.am
10017         * src/codeconv.c
10018         * src/compose.c
10019         * src/folderview.c
10020         * src/main.c
10021         * src/partial_download.c
10022         * src/partial_download.h
10023         * src/prefs_account.c
10024         * src/prefs_account.h
10025         * src/privacy.c
10026         * src/privacy.h
10027         * src/procmime.c
10028         * src/common/Makefile.am
10029         * src/common/base64.h
10030         * src/common/partial_download.c
10031         * src/common/partial_download.h
10032         * src/gtk/prefswindow.c
10033         * src/gtk/prefswindow.h
10034         * src/plugins/pgpmime/pgpmime.c
10035         * src/plugins/pgpmime/prefs_gpg.c
10036         * src/plugins/pgpmime/prefs_gpg.h
10037         * src/plugins/pgpmime/sgpgme.c
10038         * src/plugins/pgpmime/sgpgme.h
10039                 Sync with HEAD
10040
10041 2004-11-23 [colin]      0.9.12cvs163.1
10042
10043         * src/main.c
10044                 Sync with HEAD (cursor optimization)
10045
10046 2004-11-23 [colin]      0.9.12cvs162.1
10047
10048         * src/prefs_common.c
10049         * src/prefs_themes.c
10050         * src/procmsg.c
10051                 Sync with HEAD
10052
10053 2004-11-23 [colin]      0.9.12cvs158.9
10054
10055         * src/compose.c
10056                 Fix double-free when forwarding
10057         * src/msgcache.c
10058                 Fix leak on error path
10059                 
10060
10061 2004-11-23 [colin]      0.9.12cvs158.8
10062
10063         * src/compose.c
10064                 Fix possible double-free
10065                 Spotted by Alfons
10066
10067 2004-11-23 [colin]      0.9.12cvs158.7
10068
10069         * src/compose.c
10070                 Fix some signal handlers' prototypes
10071                 Spotted by Alfons
10072
10073 2004-11-22 [colin]      0.9.12cvs158.6
10074
10075         * src/compose.c
10076                 Remove unneeded code and duplicated
10077                 wrapping - patch by Alfons
10078
10079 2004-11-22 [colin]      0.9.12cvs158.5
10080
10081         * src/prefs_themes.c
10082                 Fix oversized selector
10083
10084 2004-11-22 [colin]      0.9.12cvs158.4
10085
10086         * src/compose.c
10087                 fix dump_text()
10088                 patch by Alfons
10089
10090 2004-11-19 [colin]      0.9.12cvs158.3
10091
10092         * src/textview.c
10093                 Add a context menu on links (open, copy)
10094
10095 2004-11-18 [paul]       0.9.12cvs158.2
10096
10097         * src/addrgather.c
10098         * src/exphtmldlg.c
10099         * src/expldifdlg.c
10100         * src/mimeview.c
10101         * src/prefs_common.c
10102         * src/plugins/image_viewer/viewer.c
10103         * src/plugins/spamassassin/spamassassin_gtk.c
10104                 replace deprecated gtk_notebook_set_page
10105                 and gtk_notebook_current_page
10106
10107 2004-11-18 [paul]       0.9.12cvs158.1
10108
10109         * configure.ac
10110         * src/compose.c
10111         * src/mainwindow.c
10112         * src/messageview.c
10113         * src/prefs_common.c
10114         * src/common/utils.c
10115         * src/common/utils.h
10116                 sync with HEAD
10117
10118 2004-11-17 [colin]      0.9.12cvs156.1
10119
10120         * src/prefs_account.c
10121         * src/prefs_account.h
10122         * src/procmsg.c
10123                 Sync with HEAD (add pref to store encrypted mails encrypted)
10124
10125 2004-11-17 [paul]       0.9.12cvs155.1
10126
10127         * ChangeLog
10128         * ChangeLog.claws
10129         * ChangeLog.jp
10130         * NEWS
10131         * configure.ac
10132         * src/compose.c
10133         * src/jpilot.c
10134         * src/privacy.c
10135         * src/procmime.c
10136         * src/procmime.h
10137         * src/procmsg.c
10138         * src/toolbar.c
10139         * src/pixmaps/error.xpm
10140                 sync with HEAD
10141
10142 2004-11-17 [colin]      0.9.12cvs151.1
10143
10144         * src/plugins/pgpmime/pgpmime.c
10145                 Sync with HEAD (remove debug printf)
10146
10147 2004-11-17 [colin]      0.9.12cvs150.1
10148
10149         * src/plugins/pgpmime/pgpmime.c
10150                 Sync with HEAD (off-by-one fix)
10151
10152 2004-11-17 [colin]      0.9.12cvs149.1
10153
10154         * src/procmsg.c
10155                 Sync with HEAD (coding style fixes)
10156
10157 2004-11-16 [colin]      0.9.12cvs148.1
10158
10159         * src/procmsg.c
10160                 Sync with head (Fix the fix)
10161
10162 2004-11-16 [colin]      0.9.12cvs147.1
10163
10164         * src/procmsg.c
10165                 Sync with Main (leak fix)
10166
10167 2004-11-16 [colin]      0.9.12cvs146.14
10168
10169         * src/compose.c
10170                 Remove useless chunk of code
10171                 Patch by Alfons
10172
10173 2004-11-15 [colin]      0.9.12cvs146.13
10174
10175         * src/compose.c
10176                 Fix drafting after insertion
10177                 Patch by Alfons
10178
10179 2004-11-15 [colin]      0.9.12cvs146.12
10180
10181         * src/compose.c
10182         * src/prefs_filtering.c
10183         * src/prefs_filtering_action.c
10184         * src/prefs_toolbar.c
10185                 Fix some const-correctness
10186
10187 2004-11-15 [colin]      0.9.12cvs146.11
10188
10189         * src/summaryview.c
10190         * src/prefs_themes.c
10191         * src/messageview.c
10192                 Fix some leaks
10193
10194 2004-11-15 [colin]      0.9.12cvs146.10
10195
10196         * src/codeconv.c
10197                 More unreadable locale fixes
10198
10199 2004-11-14 [colin]      0.9.12cvs146.9
10200
10201         * src/textview.c
10202                 Fix uri_security_check
10203                 Patch by Alfons
10204
10205 2004-11-13 [paul]       0.9.12cvs146.8
10206
10207         * src/folder.c
10208         * src/procmime.c
10209                 fix 2 bugs introduced in last commit
10210
10211 2004-11-13 [paul]       0.9.12cvs146.7
10212
10213         * src/compose.c
10214         * src/exporthtml.c
10215         * src/exportldif.c
10216         * src/folder.c
10217         * src/imap.c
10218         * src/imap_gtk.c
10219         * src/main.c
10220         * src/mainwindow.c
10221         * src/messageview.c
10222         * src/mh_gtk.c
10223         * src/prefs_themes.c
10224         * src/procmime.c
10225         * src/setup.c
10226         * src/summaryview.c
10227                 replace deprecated g_basename
10228
10229 2004-11-13 [paul]       0.9.12cvs146.6
10230
10231         * src/compose.c
10232         * src/imap.c
10233         * src/matcher_parser.h
10234         * src/matcher_parser_parse.y
10235         * src/prefs_filtering.c
10236         * src/prefs_filtering_action.c
10237         * src/prefs_themes.c
10238         * src/prefs_toolbar.c
10239         * src/common/utils.c
10240                 various small fixes/cleanups
10241
10242 2004-11-12 [colin]      0.9.12cvs146.5
10243
10244         * src/textview.c
10245                 Validate event's origin on visibility notify
10246                 Patch by Alfons.
10247
10248 2004-11-12 [paul]       0.9.12cvs146.4
10249
10250         * src/exporthtml.c
10251         * src/exportldif.c
10252         * src/imap.c
10253         * src/mh.c
10254         * src/mimeview.c
10255         * src/prefs_spelling.c
10256         * src/prefs_themes.c
10257                 replace deprecated g_dirname    
10258
10259 2004-11-12 [colin]      0.9.12cvs146.3
10260
10261         * src/textview.c
10262                 Some coding style fixes
10263
10264 2004-11-12 [colin]      0.9.12cvs146.2
10265
10266         * src/codeconv.c
10267                 We want to replace _all_ extended chars in
10268                 conv_unreadable_*, because any string containing
10269                 extended chars not parsing as UTF8 is 
10270                 undisplayed on gtk2.
10271
10272 2004-11-12 [paul]       0.9.12cvs146.1
10273
10274         * ChangeLog
10275         * ChangeLog.claws
10276         * ChangeLog.jp
10277         * NEWS
10278         * configure.ac
10279         * src/account.c
10280         * src/folderview.c
10281         * src/folderview.h
10282         * src/imap.c
10283         * src/imap_gtk.c
10284         * src/inc.c
10285         * src/mainwindow.c
10286         * src/mh_gtk.c
10287         * src/news_gtk.c
10288         * src/pop.c
10289         * src/prefs_account.c
10290         * src/prefs_account.h
10291         * src/prefs_ext_prog.c
10292         * src/procmime.c
10293         * src/procmime.h
10294         * src/procmsg.c
10295         * src/procmsg.h
10296         * src/summary_search.c
10297         * src/summaryview.c
10298         * src/textview.c
10299         * src/common/defs.h
10300         * src/common/utils.c
10301         * src/common/utils.h
10302         * src/gtk/menu.c
10303         * src/gtk/menu.h
10304                 sync with HEAD
10305
10306 2004-11-11 [colin]      0.9.12cvs144.2
10307
10308         * src/textview.c
10309                 Fix URI range selection (patch by Alfons)
10310
10311 2004-11-09 [colin]      0.9.12cvs144.1
10312
10313         * ChangeLog.claws
10314         * src/compose.c
10315         * src/folder.c
10316         * src/folder_item_prefs.c
10317         * src/prefs_account.c
10318         * src/prefs_account.h
10319         * src/plugins/pgpmime/pgpmime.c
10320                 Sync with HEAD
10321
10322 2004-11-08 [colin]      0.9.12cvs143.1
10323
10324         * src/summaryview.c
10325                 Sync with HEAD (optimize quicksearch)
10326
10327 2004-11-08 [colin]      0.9.12cvs142.2
10328
10329         * src/compose.c
10330                 Don't wrap when Edit/Auto wrapping is disabled
10331
10332 2004-11-08 [colin]      0.9.12cvs142.1
10333
10334         * src/textview.c
10335                 Sync with HEAD
10336
10337 2004-11-08 [colin]      0.9.12cvs141.1
10338
10339         * src/textview.c
10340                 Sync with HEAD (fix some mail URIs)
10341
10342 2004-11-08 [colin]      0.9.12cvs140.3
10343
10344         * src/textview.c
10345                 o Use text cursor instead of arrow when
10346                   not on a link
10347                 o Fix handling of contiguous links (as in
10348                   "colin@colino.net" <colin@colino.net>)
10349                   This one unveils a bug in get_email_part()
10350
10351 2004-11-07 [colin]      0.9.12cvs140.2
10352
10353         * src/textview.c
10354                 Fix memleak. Patch by Alfons.
10355
10356 2004-11-06 [colin]      0.9.12cvs140.1
10357
10358         * src/compose.c
10359                 Sync with HEAD (don't ask passphrase
10360                 when drafting)
10361
10362 2004-11-06 [paul]       0.9.12cvs139.2
10363
10364         * AUTHORS
10365         * src/textview.c
10366         * src/textview.h
10367                 textview URI handling. hovering over a 
10368                 link displays it in the status bar,
10369                 and changes the mouse pointer to a hand 
10370                 cursor. a link is activated with a single 
10371                 click. (Modified from the) patch by Jean-Yves 
10372                 Lefort <jylefort@users.sourceforge.net>
10373                 
10374
10375 2004-11-05 [colin]      0.9.12cvs139.1
10376
10377         * src/compose.c
10378         * src/procmime.c
10379                 Sync with HEAD again ^^
10380
10381 2004-11-05 [colin]      0.9.12cvs139.1
10382
10383         * src/compose.c
10384         * src/procmime.c
10385                 Sync with HEAD
10386
10387 2004-11-03 [paul]       0.9.12cvs138.1
10388
10389         * ChangeLog.claws
10390         * configure.ac
10391         * po/POTFILES.in
10392         * src/prefs_ext_prog.c
10393         * src/procmime.c
10394         * tools/kdeservicemenu/README
10395         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
10396         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
10397                 sync with HEAD
10398
10399 2004-11-01 [christoph]  0.9.12cvs136.2
10400
10401         * src/procmime.c
10402                 convert MIME parameters to UTF-8
10403
10404 2004-10-29 [colin]      0.9.12cvs136.1
10405
10406         * src/common/utils.c
10407                 Sync with HEAD (don't use '=' in mime boundary)
10408
10409 2004-10-29 [paul]       0.9.12cvs135.1
10410
10411         * configure.ac
10412         * doc/src/rfc2231.txt
10413         * src/procmime.c
10414         * src/common/quoted-printable.c
10415         * src/common/utils.c
10416         * src/common/utils.h
10417                 sync with HEAD
10418
10419 2004-10-27 [paul]       0.9.12cvs134.1
10420
10421         * configure.ac
10422         * src/main.c
10423         * src/procmime.c
10424         * src/plugins/pgpmime/pgpmime.c
10425                 sync with HEAD
10426
10427 2004-10-26 [paul]       0.9.12cvs132.3
10428
10429         * src/account.c
10430         * src/addressbook.c
10431         * src/addrgather.c
10432         * src/addrharvest.c
10433         * src/codeconv.c
10434         * src/compose.c
10435         * src/customheader.c
10436         * src/editaddress.c
10437         * src/editgroup.c
10438         * src/enriched.c
10439         * src/expldifdlg.c
10440         * src/exporthtml.c
10441         * src/exportldif.c
10442         * src/folder.c
10443         * src/foldersel.c
10444         * src/folderview.c
10445         * src/grouplistdialog.c
10446         * src/html.c
10447         * src/imap.c
10448         * src/jpilot.c
10449         * src/ldapserver.c
10450         * src/ldif.c
10451         * src/mimeview.c
10452         * src/news.c
10453         * src/news_gtk.c
10454         * src/pop.c
10455         * src/prefs_display_header.c
10456         * src/prefs_gtk.c
10457         * src/prefs_msg_colors.c
10458         * src/prefs_toolbar.c
10459         * src/procheader.c
10460         * src/procmime.c
10461         * src/summaryview.c
10462         * src/textview.c
10463         * src/toolbar.c
10464         * src/vcard.c
10465         * src/common/mgutils.c
10466         * src/common/nntp.c
10467         * src/common/smtp.c
10468         * src/common/template.c
10469         * src/common/utils.c
10470         * src/common/xmlprops.c
10471         * src/plugins/pgpmime/pgpmime.c
10472         * src/plugins/pgpmime/select-keys.c
10473         * src/plugins/pgpmime/sgpgme.c
10474                 replace deprecated g_strcasecmp(), g_strncasecmp(),
10475                 g_string_sprintfa(), gtk_notebook_current_page()
10476
10477 2004-10-26 [colin]      0.9.12cvs132.2
10478
10479         * src/prefs_folder_item.c
10480                 Fix default-account selection
10481
10482 2004-10-21 [colin]      0.9.12cvs133
10483
10484         * src/compose.c
10485                 Sync with HEAD (Remove extra separator in compose's Options)
10486         * src/textview.c
10487                 Set wrapping to char
10488
10489 2004-10-21 [paul]       0.9.12cvs131.2
10490
10491         * src/compose.c
10492         * src/sourcewindow.c
10493                 fix wrapping
10494                 fix window shrinking 
10495
10496 2004-10-21 [colin]      0.9.12cvs131.1
10497
10498         * ChangeLog.claws
10499         * src/compose.c
10500                 Sync with HEAD
10501
10502 2004-10-21 [paul]       0.9.12cvs130.2
10503
10504         * src/prefs_folder_item.c
10505                 sync with HEAD (Apply to subfolders)
10506
10507 2004-10-19 [colin]      0.9.12cvs130.1
10508
10509         * ChangeLog.claws
10510         * src/compose.c
10511         * src/common/utils.c
10512         * src/gtk/menu.c
10513                 Sync with HEAD
10514
10515 2004-10-19 [colin]      0.9.12cvs128.1
10516
10517         * src/addrbook.c
10518         * src/addrcache.c
10519         * src/addressbook.c
10520         * src/codeconv.c
10521         * src/compose.c
10522         * src/customheader.c
10523         * src/editaddress.c
10524         * src/editgroup.c
10525         * src/exporthtml.c
10526         * src/folder.c
10527         * src/folderview.c
10528         * src/imap.c
10529         * src/jpilot.c
10530         * src/main.c
10531         * src/matcher_parser_parse.y
10532         * src/mbox.c
10533         * src/pop.c
10534         * src/prefs_account.c
10535         * src/prefs_gtk.c
10536         * src/prefs_msg_colors.c
10537         * src/procheader.c
10538         * src/procmime.c
10539         * src/procmime.h
10540         * src/procmsg.c
10541         * src/summaryview.c
10542         * src/textview.c
10543         * src/common/base64.c
10544         * src/common/partial_download.c
10545         * src/common/socket.c
10546         * src/common/sylpheed.c
10547         * src/common/utils.c
10548         * src/common/utils.h
10549         * src/gtk/pluginwindow.c
10550         * src/gtk/quicksearch.c
10551         * src/plugins/clamav/clamav_plugin.c
10552         * src/plugins/clamav/clamav_plugin.h
10553         * src/plugins/clamav/clamav_plugin_gtk.c
10554         * src/plugins/pgpmime/passphrase.c
10555         * src/plugins/pgpmime/pgpmime.c
10556         * src/plugins/pgpmime/plugin.c
10557         * src/plugins/pgpmime/prefs_gpg.c
10558         * src/plugins/pgpmime/prefs_gpg.h
10559         * src/plugins/pgpmime/select-keys.c
10560         * src/plugins/pgpmime/sgpgme.c
10561         * src/plugins/spamassassin/libspamc.c
10562         * src/plugins/spamassassin/spamassassin.c
10563         * src/plugins/spamassassin/spamassassin.h
10564         * src/plugins/spamassassin/spamassassin_gtk.c
10565         * src/plugins/trayicon/trayicon.c
10566         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
10567                 Sync with HEAD
10568
10569 2004-10-14 [colin]      0.9.12cvs126.2
10570
10571         * src/codeconv.c
10572         * src/textview.c
10573                 Fix conv_unreadable_locale
10574
10575 2004-10-13 [colin]      0.9.12cvs126.1
10576
10577         * src/compose.c
10578                 Sync with HEAD (don't convert charset for 
10579                 drafted messages, minor cleanup)
10580
10581 2004-10-13 [colin]      0.9.12cvs125.1
10582
10583         * po/POTFILES.in
10584                 Sync with HEAD (POTFILES fix)
10585
10586 2004-10-12 [colin]      0.9.12cvs124.3
10587
10588         * src/compose.c
10589                 Fix encoding bug from latest sync
10590
10591 2004-10-12 [paul]       0.9.12cvs124.2
10592
10593         * src/plugins/pgpmime/prefs_gpg.c
10594         * src/plugins/pgpmime/prefs_gpg.h
10595                 forgotten in last commit        
10596
10597 2004-10-12 [paul]       0.9.12cvs124.1
10598
10599         * ChangeLog.claws
10600         * configure.ac
10601         * m4/spamassassin.m4
10602         * src/Makefile.am
10603         * src/account.c
10604         * src/compose.c
10605         * src/compose.h
10606         * src/crash.c
10607         * src/main.c
10608         * src/mimeview.c
10609         * src/passphrase.c
10610         * src/passphrase.h
10611         * src/prefs_account.c
10612         * src/prefs_account.h
10613         * src/prefs_common.c
10614         * src/privacy.c
10615         * src/privacy.h
10616         * src/procmime.c
10617         * src/procmime.h
10618         * src/procmsg.c
10619         * src/rfc2015.c
10620         * src/rfc2015.h
10621         * src/select-keys.c
10622         * src/select-keys.h
10623         * src/textview.c
10624         * src/common/utils.c
10625         * src/common/utils.h
10626         * src/gtk/about.c
10627         * src/plugins/pgpmime/Makefile.am
10628         * src/plugins/pgpmime/passphrase.c
10629         * src/plugins/pgpmime/passphrase.h
10630         * src/plugins/pgpmime/pgpmime.c
10631         * src/plugins/pgpmime/plugin.c
10632         * src/plugins/pgpmime/select-keys.c
10633         * src/plugins/pgpmime/select-keys.h
10634         * src/plugins/pgpmime/sgpgme.c
10635         * src/plugins/pgpmime/sgpgme.h
10636                 sync with HEAD
10637
10638 2004-10-04 [colin]      0.9.12cvs122.1
10639
10640         * src/mainwindow.c
10641         * src/messageview.c
10642         * src/messageview.h
10643         * src/textview.c
10644                 Sync with HEAD
10645
10646 2004-10-04 [colin]      0.9.12cvs121.1
10647
10648         * src/summaryview.c
10649                 Sync with HEAD
10650
10651 2004-10-04 [paul]       0.9.12cvs120.1
10652
10653         * configure.ac
10654                 sync with HEAD [don't try to build 
10655                 pgpmime plugin when gpgme is disabled]
10656
10657 2004-10-03 [colin]      0.9.12cvs119.3
10658
10659         * src/gtk/gtksctree.c
10660                 Lots of side effects. Put back as before 117.2.
10661         * src/summaryview.c
10662                 Fix bug #602
10663
10664 2004-10-03 [colin]      0.9.12cvs119.2
10665
10666         * src/gtk/gtksctree.c
10667                 Revert 608 fix that doesn't work that good
10668
10669 2004-10-02 [colin]      0.9.12cvs119.1
10670
10671         * src/mainwindow.c
10672         * src/messageview.c
10673         * src/prefs_common.h
10674         * src/procmime.c
10675         * src/procmime.h
10676         * src/textview.c
10677                 Sync with HEAD
10678         * src/gtk/gtksctree.c
10679                 Close bug #608
10680
10681 2004-10-01 [colin]      0.9.12cvs118.1
10682
10683         * src/mimeview.c
10684                 Sync with HEAD (better Save All fix)
10685
10686 2004-10-01 [colin]      0.9.12cvs117.2
10687
10688         * src/gtk/gtksctree.c
10689                 Faster on selection
10690
10691 2004-10-01 [colin]      0.9.12cvs117.1
10692
10693         * src/mimeview.c
10694                 Sync with HEAD (Save All: only attachments)
10695
10696 2004-10-01 [paul]       0.9.12cvs116.1
10697
10698         * ChangeLog.claws
10699         * configure.ac
10700         * src/account.c
10701         * src/prefs_common.c
10702         * src/gtk/colorlabel.c
10703                 sync with HEAD
10704
10705 2004-09-30 [colin]      0.9.12cvs115.1
10706
10707         * src/stock_pixmap.c
10708         * src/stock_pixmap.h
10709         * src/folderview.c
10710         * src/Makefile.am
10711         * src/pixmaps/read.xpm
10712                 Sync with HEAD (new pixmap)
10713
10714 2004-09-29 [colin]      0.9.12cvs114.1
10715
10716         * src/compose.c
10717                 Sync with HEAD
10718                 Fix focus handling in headers
10719
10720 2004-09-29 [paul]       0.9.12cvs113.1
10721
10722         * src/quote_fmt_parse.y
10723                 sync with HEAD
10724  
10725
10726 2004-09-28 [colin]      0.9.12cvs112.1
10727
10728         * src/folderview.c
10729         * src/mainwindow.c
10730                 Sync with HEAD
10731
10732 2004-09-28 [colin]      0.9.12cvs110.1
10733
10734         * src/folderview.c
10735                 Sync with HEAD (Contextual Empty trash menu)
10736
10737 2004-09-28 [colin]      0.9.12cvs108.1
10738
10739         * src/addressbook.c
10740                 Sync with HEAD (addressbook edit on double-click)
10741
10742 2004-09-28 [colin]      0.9.12cvs106.1
10743
10744         * src/inc.c
10745                 Sync with HEAD (folder_item freeze on inc)
10746
10747 2004-09-27 [colin]      0.9.12cvs105.1
10748
10749         * src/folderview.c
10750                 Sync with HEAD (right-align new and unread column)
10751
10752 2004-09-27 [colin]      0.9.12cvs104.1
10753
10754         * src/main.c
10755                 Sync with HEAD (revert 0.9.12cvs101)
10756
10757 2004-09-24 [colin]      0.9.12cvs103.2
10758
10759         * src/wizard.c
10760                 Fix gtk warnings and use domain part of the email address 
10761                 when domain detection fails (no dot in domain name)
10762
10763 2004-09-23 [colin]      0.9.12cvs103.1
10764
10765         * src/plugins/spamassassin/libspamc.c
10766         * src/plugins/spamassassin/libspamc.h
10767         * src/plugins/spamassassin/utils.c
10768         * src/plugins/spamassassin/utils.h
10769                 Sync with HEAD (Update spamassassin to 3.0)
10770
10771 2004-09-21 [colin]      0.9.12cvs102.3
10772
10773         * src/action.c
10774                 Add horizontal scrollbar in action io dialog as needed
10775                 Patch by Alfons.
10776
10777 2004-09-20 [colin]      0.9.12cvs102.2
10778
10779         * src/plugins/image_viewer/viewer.c
10780                 Remove imlib stuff
10781                 use gtk_pixmap_set when clearing
10782                 (would be better to use gtkImages, but causes size-allocate 
10783                 signals storm)
10784
10785 2004-09-17 [paul]       0.9.12cvs102.1
10786
10787         * ChangeLog
10788         * ChangeLog.claws
10789         * ChangeLog.jp
10790         * configure.ac
10791         * src/inc.c
10792                 sync with HEAD
10793
10794
10795 2004-09-17 [colin]      0.9.12cvs101.1
10796
10797         * ChangeLog.claws
10798         * src/main.c
10799                 Sync with HEAD (fix segs at exit)
10800
10801 2004-09-14 [colin]      0.9.12cvs99.5
10802
10803         * src/common/socket.c
10804         * AUTHORS
10805                 Fix send error on 64bit platforms
10806                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
10807
10808 2004-09-14 [colin]      0.9.12cvs99.4
10809
10810         * src/action.c
10811                 Fix action output with utf8 
10812                 Patch by Alfons.
10813
10814 2004-09-14 [colin]      0.9.12cvs99.3
10815
10816         * ChangeLog.claws
10817         * src/folder.c
10818                 Sync with HEAD
10819
10820 2004-09-09 [colin]      0.9.12cvs99.2
10821
10822         * src/action.c
10823                 Fix progress bar (displaying "Completed %v/%u")
10824                 Patch by Alfons.
10825
10826 2004-09-08 [colin]      0.9.12cvs99.1
10827
10828         * src/account.c
10829         * src/folder.c
10830         * src/procmsg.c
10831         * src/procmsg.h
10832         * src/plugins/pgpmime/pgpmime.c
10833                 Sync with HEAD
10834
10835 2004-09-08 [colin]      0.9.12cvs97.2
10836
10837         * src/summaryview.c
10838                 Don't select mails in collapsed threads 
10839                 when navigating with up/down
10840
10841 2004-09-07 [colin]      0.9.12cvs97.1
10842
10843         * src/inc.c
10844                 Sync with HEAD (meaningful error messages)
10845
10846 2004-09-06 [colin]      0.9.12cvs96.1
10847
10848         * src/toolbar.c
10849                 Sync with HEAD (fix Redirect graying out)
10850
10851 2004-09-06 [colin]      0.9.12cvs95.1
10852
10853         * src/summaryview.c
10854         * src/mimeview.c
10855                 Sync with HEAD (fix dropped URIs)
10856
10857 2004-09-06 [colin]      0.9.12cvs94.1
10858
10859         * src/addressbook.c
10860         * src/addressitem.h
10861         * src/addritem.c
10862         * src/addritem.h
10863                 Sync with HEAD (addressbook DnD)
10864
10865 2004-09-03 [colin]      0.9.12cvs93.1
10866
10867         * src/summaryview.c
10868                 Sync with HEAD (next/prev unread)
10869
10870 2004-09-03 [colin]      0.9.12cvs92.1
10871
10872         * src/prefs_common.c
10873         * src/prefs_common.h
10874         * src/summaryview.c
10875                 Sync with HEAD ('mark_as_read_delay' pref)
10876
10877 2004-09-02 [colin]      0.9.12cvs91.2
10878
10879         * src/common/xml.c
10880                 Fix leak
10881
10882 2004-09-02 [colin]      0.9.12cvs91.1
10883
10884         * src/gtk/menu.c
10885                 Sync with HEAD (menu accel don't work, but whatever)
10886
10887 2004-09-02 [colin]      0.9.12cvs90.1
10888
10889         * src/account.c
10890                 Sync with HEAD (fix bug 582)
10891
10892 2004-09-02 [colin]      0.9.12cvs89.1
10893
10894         * src/addrindex.c
10895                 Sync with HEAD (free deleted queries)
10896
10897 2004-09-02 [colin]      0.9.12cvs88.1
10898
10899         * src/ldapquery.c
10900                 Sync with HEAD (fix LDAP freezes)
10901
10902 2004-09-02 [colin]      0.9.12cvs87.1
10903
10904         * src/prefs_spelling.c
10905                 Sync with HEAD (add default dictionary)
10906
10907 2004-09-01 [colin]      0.9.12cvs86.1
10908
10909         * src/filtering.c
10910         * src/folderview.c
10911         * src/imap.c
10912         * src/prefs_matcher.c
10913         * src/stock_pixmap.c
10914         * src/summary_search.c
10915         * src/summaryview.c
10916         * src/wizard.c
10917         * src/wizard.h
10918                 Sync with HEAD (uninitialized vars fixes)
10919                 + gtk2 specific warning fixes
10920
10921 2004-08-31 [colin]      0.9.12cvs85.1
10922
10923         * src/folder.c
10924                 Sync with HEAD (Fix memory corruption due to 
10925                 uninitialized var)
10926
10927 2004-08-31 [colin]      0.9.12cvs84.4
10928
10929         * src/summary_search.c
10930                 Fix segfaults when searching in folders with broken headers
10931
10932 2004-08-31 [colin]      0.9.12cvs84.3
10933
10934         * src/compose.c
10935         * src/textview.c
10936                 Fix some more encoding/decoding issues
10937
10938 2004-08-30 [colin]      0.9.12cvs84.2
10939
10940         * src/mimeview.c
10941         * src/prefs_themes.c
10942         * src/gtk/filesel.c
10943         * src/gtk/filesel.h
10944                 Add a folder-mode selection (fixes mimeview's "Save all")
10945
10946 2004-08-29 [colin]      0.9.12cvs84.1
10947
10948         * src/mimeview.c
10949                 Sync with HEAD (don't escape saved filenames)
10950
10951 2004-08-27 [colin]      0.9.12cvs83.1
10952
10953         * ChangeLog
10954         * ChangeLog.claws
10955         * ChangeLog.jp
10956         * src/mh.c
10957         * src/procheader.c
10958         * src/procmsg.c
10959         * src/procmsg.h
10960         * src/common/utils.c
10961         * src/gtk/menu.h
10962         * po/
10963                 Sync with HEAD 0.9.12cvs83 (sync with main)
10964
10965 2004-08-26 [colin]      0.9.12cvs82.4
10966
10967         * src/codeconv.c
10968                 Fix strange stack corruption
10969                 Convert to utf8 after unmime, not before
10970
10971 2004-08-26 [colin]      0.9.12cvs82.3
10972
10973         * src/main.c
10974         * src/wizard.c
10975                 Fix account folders duplication
10976
10977 2004-08-25 [colin]      0.9.12cvs82.2
10978
10979         * src/wizard.c
10980                 Remove ports
10981                 Add SSL selection
10982                 Use login@server as account name
10983
10984 2004-08-25 [colin]      0.9.12cvs82.1
10985
10986         * src/plugins/pgpmime/pgpmime.c
10987                 Sync with HEAD (leak fix).
10988
10989 2004-08-25 [colin]      0.9.12cvs81.1
10990
10991         * src/plugins/pgpmime/pgpmime.c
10992         * src/plugins/pgpmime/sgpgme.c
10993         * src/plugins/pgpmime/sgpgme.h
10994                 Sync with HEAD (Handle combined messages).
10995
10996 2004-08-24 [colin]      0.9.12cvs80.3
10997
10998         * src/wizard.c
10999                 Fix full name, ports, and imap
11000
11001 2004-08-24 [colin]      0.9.12cvs80.2
11002
11003         * src/Makefile.am
11004         * src/main.c
11005         * src/setup.c
11006         * src/setup.h
11007         * src/stock_pixmap.c
11008         * src/stock_pixmap.h
11009         * src/wizard.c ** ADDED **
11010         * src/wizard.h ** ADDED ** 
11011         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
11012                 Add a setup wizard 
11013
11014 2004-08-24 [colin]      0.9.12cvs80.1
11015
11016         * src/folder.c
11017                 Sync with HEAD (set mimeflags on all messages)
11018
11019 2004-08-24 [colin]      0.9.12cvs79.3
11020
11021         * src/matcher_parser_lex.l
11022                 Fix 8bits strings not in utf8
11023
11024 2004-08-24 [colin]      0.9.12cvs79.2
11025
11026         * src/compose.c
11027                 Check conversion result before replacing buffer
11028
11029 2004-08-23 [colin]      0.9.12cvs79.1
11030
11031         * src/compose.c
11032                 Sync with HEAD (create message header in memory)
11033
11034 2004-08-23 [colin]      0.9.12cvs78.1
11035
11036         * src/rfc2015.c
11037         * src/rfc2015.h
11038                 Sync with HEAD (fix bug 197 again)
11039
11040 2004-08-23 [colin]      0.9.12cvs77.3
11041
11042         * src/compose.c
11043                 Fix again inline gpg signing (which outputs utf8
11044                 in gtk2). Not syncing this fix to HEAD as this 
11045                 code is meant to die.
11046
11047 2004-08-23 [colin]      0.9.12cvs77.2
11048
11049         * src/prefs_account.h
11050                 Remove useless include
11051
11052 2004-08-23 [colin]      0.9.12cvs77.1
11053
11054         * src/imap.c
11055         * po/es.po
11056         * po/fr.po
11057         * po/it.po
11058         * po/pl.po
11059         * po/pt_BR.po
11060         * po/sk.po
11061         * po/sr.po
11062                 Sync with HEAD (fix bug 577)
11063
11064 2004-08-22 [colin]      0.9.12cvs76.1
11065
11066         * src/plugins/trayicon/trayicon.c
11067                 Sync with HEAD (fix formatting bug)
11068
11069 2004-08-21 [colin]      0.9.12cvs74.2
11070
11071         * src/gtk/colorsel.c
11072                 Fix bug 564 (Folder color selection window exits on any
11073                 keypress)
11074
11075 2004-08-21 [colin]      0.9.12cvs74.1
11076
11077         * ChangeLog.claws
11078         * src/compose.c
11079         * src/summaryview.c
11080         * src/toolbar.c
11081                 Sync with HEAD (fix bug 576)
11082
11083 2004-08-21 [colin]      0.9.12cvs70.1
11084
11085         * src/compose.c
11086         * src/mainwindow.c
11087                 Sync with HEAD
11088                 
11089
11090 2004-08-21 [paul]       0.9.12cvs66.4
11091
11092         * src/mainwindow.c
11093         * src/messageview.c
11094         * src/gtk/menu.c
11095         * src/plugins/spamassassin/spamassassin_gtk.c
11096                 remove some deprecated gtk1 functions
11097
11098
11099 2004-08-21 [colin]      0.9.12cvs66.3
11100
11101         * src/compose.c
11102         * src/codeconv.c
11103                 Fix warnings
11104                 Remove encoding hacks
11105                 Fix bug 575 (Strange character messes up message)
11106                 Don't display conversion error when drafting
11107
11108 2004-08-21 [paul]       0.9.12cvs66.2
11109
11110         * src/prefs_account.c
11111                 fix GnuPG mode bugs
11112
11113
11114 2004-08-20 [colin]      0.9.12cvs66.1
11115
11116         * src/codeconv.c
11117                 Sync with HEAD 0.9.12cvs66
11118
11119 2004-08-20 [paul]
11120
11121         * src/plugins/pgpmime/plugin.c
11122                 modify PGP/MIME plugin's description
11123
11124 2004-08-17 [colin]      0.9.12cvs65.1
11125
11126         * src/common/ssl.c
11127         * src/plugins/pgpmime/plugin.c
11128                 Sync with HEAD
11129
11130 2004-08-14 [colin]      0.9.12cvs60.3
11131
11132         * src/plugins/trayicon/trayicon.c
11133                 Put back resize callback, on size-request signal
11134                 rather than size-allocate to avoid infinite 
11135                 callback loop
11136
11137 2004-08-13 [colin]      0.9.12cvs60.2
11138
11139         * src/common/defs.h
11140                 Cache versions have been fixed
11141
11142 2004-08-13 [colin]      0.9.12cvs60.1
11143
11144         * src/folderutils.c
11145                 Sync with HEAD
11146
11147 2004-08-12 [colin]      0.9.12cvs59.1
11148
11149         * src/plugins/trayicon/trayicon.c
11150                 Sync with HEAD
11151
11152 2004-08-12 [colin]      0.9.12cvs57.5
11153
11154         * sylpheed.desktop
11155         * configure.ac
11156         * src/Makefile.am
11157         * src/main.c
11158                 Add support for Freedesktop.org's startup notification
11159
11160 2004-08-11 [colin]      0.9.12cvs57.4
11161
11162         * src/textview.c
11163                 Fix off-by-one
11164
11165 2004-08-11 [colin]      0.9.12cvs57.3
11166
11167         * src/message_search.c
11168         * src/summary_search.c
11169                 Make searches case insensitive by default
11170         * src/textview.c
11171                 Fix case-insensitive search in message
11172
11173 2004-08-11 [colin]      0.9.12cvs57.2
11174
11175         * src/summary_search.c
11176                 Let case-sensitive be specified
11177
11178 2004-08-10 [colin]      0.9.12cvs55.4
11179
11180         * src/common/socket.c
11181                 Fix the possible race condition
11182
11183 2004-08-09 [paul]       0.9.12cvs55.3
11184
11185         * configure.ac
11186         * src/Makefile.am
11187         * src/common/Makefile.am
11188                 sync with HEAD
11189
11190
11191 2004-08-09 [paul]       0.9.12cvs55.2
11192
11193         * autogen.sh
11194         * po/poconv.sh
11195                 remove unneeded script
11196
11197         * configure.ac
11198                 add forgotten USE_LDAP_TLS (sync with HEAD)
11199
11200
11201 2004-08-09 [colin]      0.9.12cvs55.1
11202
11203         * src/main.c
11204         * src/common/ssl.c
11205         * src/common/sylpheed.c
11206         * src/common/sylpheed.h
11207                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
11208
11209 2004-08-09 [paul]       0.9.12cvs54.1
11210
11211         * ChangeLog
11212         * ChangeLog.claws
11213         * ChangeLog.jp
11214         * configure.ac
11215         * po/POTFILES.in
11216         * src/Makefile.am
11217         * src/folderutils.c
11218         * src/main.c
11219         * src/pgpmime.c
11220         * src/pgpmime.h
11221         * src/sgpgme.c
11222         * src/sgpgme.h
11223         * src/plugins/Makefile.am
11224         * src/plugins/pgpmime/.cvsignore
11225         * src/plugins/pgpmime/Makefile.am
11226         * src/plugins/pgpmime/pgpmime.c
11227         * src/plugins/pgpmime/pgpmime.h
11228         * src/plugins/pgpmime/plugin.c
11229         * src/plugins/pgpmime/sgpgme.c
11230         * src/plugins/pgpmime/sgpgme.h
11231                 sync with HEAD
11232
11233 2004-08-08 [paul]       0.9.12cvs51.1
11234
11235         * configure.ac
11236         * src/folder.c
11237                 sync with HEAD
11238
11239 2004-08-07 [colin]      0.9.12cvs50.1
11240
11241         * src/pop.c
11242         * src/common/partial_download.c
11243                 fix warnings (sync from HEAD)
11244
11245 2004-08-07 [colin]      0.9.12cvs48.1
11246
11247         * src/prefs_folder_item.c
11248                 sync with HEAD 0.9.12cvs48
11249
11250 2004-08-06 [colin]      0.9.12cvs47.1
11251
11252         * src/compose.c
11253                 Sync with HEAD
11254
11255 2004-08-06 [christoph]  0.9.12cvs46.2
11256
11257         * src/main.c
11258         * src/plugins/clamav/clamav_plugin_gtk.c
11259         * src/plugins/dillo_viewer/dillo_viewer.c
11260         * src/plugins/image_viewer/plugin.c
11261         * src/plugins/mathml_viewer/mathml_viewer.c
11262         * src/plugins/spamassassin/spamassassin_gtk.c
11263         * src/plugins/trayicon/trayicon.c
11264                 don't mix GTK1.2 plugin with GTK2 plugins
11265
11266 2004-08-06 [colin]      0.9.12cvs46.1
11267
11268         * ChangeLog
11269         * ChangeLog.claws
11270         * ChangeLog.jp
11271         * configure.ac
11272         * sylpheed-claws.pc.in
11273         * src/folder.c
11274         * src/imap.c
11275         * src/localfolder.c
11276         * src/messageview.c
11277         * src/mimeview.c
11278         * src/mimeview.h
11279         * src/msgcache.c
11280         * src/news.c
11281         * src/prefs_ext_prog.c
11282         * src/prefs_folder_item.c
11283         * src/prefs_fonts.c
11284         * src/prefs_msg_colors.c
11285         * src/prefs_spelling.c
11286         * src/prefs_themes.c
11287         * src/prefs_toolbar.c
11288         * src/prefs_wrapping.c
11289         * src/procmime.h
11290         * src/common/defs.h
11291         * src/common/nntp.c
11292         * src/common/session.c
11293         * src/common/session.h
11294         * src/common/socket.c
11295         * src/common/utils.h
11296         * src/common/xml.c
11297         * src/common/xml.h
11298         * src/gtk/prefswindow.c
11299         * src/gtk/prefswindow.h
11300         * src/plugins/clamav/clamav_plugin_gtk.c
11301         * src/plugins/dillo_viewer/dillo_prefs.c
11302         * src/plugins/image_viewer/viewerprefs.c
11303         * src/plugins/spamassassin/spamassassin_gtk.c
11304         * m4/openssl.m4 *** REMOVED ***
11305                 Sync with HEAD 0.9.12cvs46
11306
11307 2004-08-03 [paul]       0.9.12cvs40.2
11308
11309         * src/action.c
11310         * src/addressadd.c
11311         * src/addressbook.c
11312         * src/addrgather.c
11313         * src/browseldap.c
11314         * src/compose.c
11315         * src/crash.c
11316         * src/editaddress.c
11317         * src/editgroup.c
11318         * src/editldap_basedn.c
11319         * src/foldersel.c
11320         * src/importldif.c
11321         * src/mimeview.c
11322         * src/prefs_common.c
11323         * src/prefs_template.c
11324         * src/sourcewindow.c
11325         * src/summaryview.c
11326         * src/gtk/about.c
11327         * src/gtk/foldersort.c
11328         * src/gtk/logwindow.c
11329         * src/gtk/pluginwindow.c
11330         * src/gtk/prefswindow.c
11331                 change all gtk_scrolled_window_set_policy from 
11332                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
11333
11334 2004-08-02 [paul]       0.9.12cvs40.1
11335
11336         * AUTHORS
11337                 update translation team section
11338         * po/pt_BR.po
11339                 updated by Frederico Goncalves Guimaraes
11340                 <fggdebian@yahoo.com.br>
11341
11342 2004-07-31 [colin]      0.9.12cvs39.9
11343
11344         * src/exphtmldlg.c
11345                 Fix compilation
11346
11347 2004-07-31 [colin]      0.9.12cvs39.8
11348
11349         * src/exphtmldlg.c
11350                 Fix an alertpanel type
11351
11352 2004-07-30 [colin]      0.9.12cvs39.7
11353
11354         * src/alertpanel.c
11355                 Fix alertpanel_error_log's icon
11356
11357 2004-07-30 [colin]      0.9.12cvs39.6
11358
11359         * src/pop.c
11360                 Two of them should still be warnings
11361
11362 2004-07-30 [colin]      0.9.12cvs39.5
11363
11364         * src/pop.c
11365                 More warning -> error
11366 2004-07-29 [colin]      0.9.12cvs39.4
11367
11368         * src/pop.c
11369                 Warning -> error
11370
11371 2004-07-29 [colin]      0.9.12cvs39.3
11372
11373         * src/prefs_matcher.c
11374                 Fix segfault
11375
11376 2004-07-29 [colin]      0.9.12cvs39.2
11377
11378         * src/alertpanel.c
11379                 More nice-looking alertpanels
11380
11381 2004-07-29 [colin]      0.9.12cvs39.1
11382
11383         * src/messageview.c
11384                 sync with head
11385                 (inform user when partial mail is deleted on server)
11386
11387 2004-07-29 [colin]      0.9.12cvs38.1
11388
11389         * src/messageview.c
11390                 sync with head
11391
11392 2004-07-28 [paul]       0.9.12cvs37.7
11393
11394         * src/mainwindow.c
11395                 complete the replacement of deprecated gtk_progress_*
11396
11397 2004-07-28 [paul]       0.9.12cvs37.6
11398
11399         * src/action.c
11400         * src/inc.c
11401         * src/mainwindow.c
11402         * src/send_message.c
11403         * src/gtk/progressdialog.c
11404         * src/gtk/progressdialog.h
11405                 replace deprecated gtk_progress_*
11406
11407 2004-07-28 [paul]       0.9.12cvs37.5
11408
11409         * src/gtk/filesel.c
11410                 remove gtk_window_set_wmclass()
11411 2004-07-28 [paul]       0.9.12cvs37.4
11412
11413         * src/addressbook.c
11414         * src/compose.c
11415         * src/foldersel.c
11416         * src/mainwindow.c
11417         * src/messageview.c
11418         * src/sourcewindow.c
11419         * src/gtk/logwindow.c
11420                 remove gtk_window_set_wmclass()
11421                 
11422         * src/prefs_filtering.c
11423         * src/prefs_filtering_action.c
11424         * src/prefs_fonts.c
11425         * src/prefs_gtk.c
11426         * src/prefs_matcher.c
11427         * src/ssl_manager.c
11428         * src/gtk/prefswindow.c
11429                 replace gtk_window_position()
11430
11431 2004-07-28 [colin]      0.9.12cvs37.3
11432
11433         * src/alertpanel.c
11434         * src/alertpanel.h
11435                 Add a way to specify panel type for specific
11436                 panels (alertpanel())
11437         * src/account.c
11438         * src/addressbook.c
11439         * src/compose.c
11440         * src/expldifdlg.c
11441         * src/main.c
11442         * src/messageview.c
11443         * src/summaryview.c
11444         * src/textview.c
11445         * src/gtk/sslcertwindow.c
11446                 Fix alertpanel()s so that their icon match
11447                 their real type
11448
11449 2004-07-28 [paul]       0.9.12cvs37.2
11450
11451         * src/addr_compl.c
11452         * src/addressbook.c
11453         * src/alertpanel.c
11454         * src/compose.c
11455         * src/export.c
11456         * src/foldersel.c
11457         * src/folderview.c
11458         * src/grouplistdialog.c
11459         * src/import.c
11460         * src/mainwindow.c
11461         * src/message_search.c
11462         * src/messageview.c
11463         * src/passphrase.c
11464         * src/prefs_actions.c
11465         * src/prefs_common.c
11466         * src/prefs_customheader.c
11467         * src/prefs_display_header.c
11468         * src/prefs_filtering.c
11469         * src/prefs_filtering_action.c
11470         * src/prefs_gtk.c
11471         * src/prefs_matcher.c
11472         * src/prefs_msg_colors.c
11473         * src/prefs_summary_column.c
11474         * src/prefs_template.c
11475         * src/sourcewindow.c
11476         * src/ssl_manager.c
11477         * src/summary_search.c
11478         * src/gtk/colorsel.c
11479         * src/gtk/description_window.c
11480         * src/gtk/gtkaspell.c
11481         * src/gtk/inputdialog.c
11482         * src/gtk/logwindow.c
11483         * src/gtk/prefswindow.c
11484         * src/gtk/progressdialog.c
11485                 replace deprecated gtk_window_set_policy
11486
11487 2004-07-27 [colin]      0.9.12cvs37.1
11488
11489         * src/msgcache.c
11490                 More fixes (synced for head again)
11491
11492 2004-07-27 [colin]      0.9.12cvs35.3
11493
11494         * src/msgcache.c
11495                 Fix wrong test
11496
11497 2004-07-27 [colin]      0.9.12cvs35.2
11498
11499         * src/mimeview.c
11500                 Fix width a bit (by Paul)
11501         * src/alertpanel.c
11502         * src/alertpanel.h
11503                 Specialize icons, make alertpanel_message()
11504                 private
11505         * src/message_search.c
11506         * src/sgpgme.c
11507         * src/summary_search.c
11508                 Suit alertpanel changes
11509
11510 2004-07-27 [colin]      0.9.12cvs35.1
11511
11512         * src/alertpanel.c
11513                 Add an icon
11514         * src/passphrase.c
11515                 Add debug output - maybe someone will
11516                 want to look at the problem with Grab
11517                 Input :)
11518         Bump version as we're synced with HEAD
11519
11520 2004-07-26 [colin]      0.9.12cvs33.26
11521
11522         * src/pop.c
11523                 Fix uidl-file parsing when not in new
11524                 format
11525
11526 2004-07-26 [colin]      0.9.12cvs33.25
11527
11528         * src/gtk/menu.c
11529                 Move popup menu up if necessary (fixes 
11530                 account selector)
11531         * src/mainwindow.c
11532                 Set account selector's button height to
11533                 minimum
11534
11535 2004-07-26 [colin]      0.9.12cvs33.24
11536
11537         * src/alertpanel.c
11538                 Maybe fix 551 (Truncated font in alert window)
11539
11540 2004-07-26 [colin]      0.9.12cvs33.23
11541
11542         * po/de.po
11543         * po/es.po
11544         * po/fr.po
11545         * po/it.po
11546         * po/ja.po
11547         * po/pl.po
11548         * po/ru.po
11549         * po/sk.po
11550         * po/sr.po
11551         * po/zh_CN.po
11552                 Sync po files with HEAD
11553
11554 2004-07-26 [paul]       0.9.12cvs33.22
11555
11556         * src/compose.c
11557                 fix Bug 556 'Organisation-header is sent even if empty'
11558
11559 2004-07-24 [colin]      0.9.12cvs33.21
11560
11561         * src/compose.c
11562         * src/gtk/gtkaspell.c
11563         * src/gtk/gtkaspell.h
11564                 Fix speller accelerators (require hack)
11565
11566 2004-07-24 [colin]      0.9.12cvs33.20
11567
11568         * src/gtk/gtkaspell.c
11569                 Fix over-eager code deletion breaking
11570                 Check while typing
11571
11572 2004-07-24 [colin]      0.9.12cvs33.19
11573
11574         * src/browseldap.c
11575         * src/ldapctrl.c
11576         * src/ldapctrl.h
11577         * src/ldapserver.h
11578                 Sync ldap with HEAD
11579         (Fixes 546 LDAP completely broken)
11580
11581 2004-07-24 [colin]      0.9.12cvs33.18
11582
11583         * src/prefs_msg_colors.c
11584                 Fix prototype mismatch
11585         (Fixes 547 void function cannot return value)
11586
11587 2004-07-24 [colin]      0.9.12cvs33.17
11588
11589         * src/mainwindow.c
11590                 Fix sort going back to previous sort key
11591                 when changing sort direction
11592
11593 2004-07-24 [colin]      0.9.12cvs33.16
11594
11595         * src/compose.c
11596                 Fix space insertion when re-wrapping at 
11597                 cursor point
11598
11599 2004-07-24 [colin]      0.9.12cvs33.15
11600
11601         * src/gtk/gtkaspell.c
11602                 Don't change cursor position in insert-text
11603                 callback
11604         (Fixes 539 Word wrapping on input transposes letters)
11605
11606 2004-07-24 [colin]      0.9.12cvs33.14
11607
11608         * src/gtk/gtkaspell.c
11609                 Reencode non-ascii chars to dictionary's
11610                 encoding
11611         (Fixes 544 Spell check broken non english locale)
11612
11613 2004-07-24 [colin]      0.9.12cvs33.13
11614
11615         * src/summaryview.c
11616                 Fix Shift+Down, add Home/End/PgUp/PgDown
11617
11618 2004-07-21 [colin]      0.9.12cvs33.12
11619
11620         * src/prefs_common.c
11621                 Fix a gtk warning (Patch by Andrej Kacian)
11622
11623 2004-07-21 [colin]      0.9.12cvs33.11
11624
11625         * src/gtk/filesel.c
11626                 More check
11627
11628 2004-07-21 [colin]      0.9.12cvs33.10
11629
11630         * src/compose.c
11631         * src/crash.c
11632         * src/export.c
11633         * src/import.c
11634         * src/messageview.c
11635         * src/mimeview.c
11636         * src/prefs_spelling.c
11637         * src/prefs_themes.c
11638         * src/summaryview.c
11639         * src/gtk/filesel.c
11640         * src/gtk/filesel.h
11641         * src/gtk/pluginwindow.c
11642                 Untwist open/save mode guessing logic, make
11643                 it explicit
11644
11645 2004-07-20 [colin]      0.9.12cvs33.9
11646
11647         * src/codeconv.c
11648                 conv_encode_header: src_charset is UTF-8 on
11649                 gtk2
11650         * src/compose.c
11651                 Remove double encoding of the headers
11652
11653 2004-07-20 [colin]      0.9.12cvs33.8
11654
11655         * src/codeconv.c
11656                 Fix typo
11657
11658 2004-07-20 [colin]      0.9.12cvs33.7
11659
11660         * src/mainwindow.c
11661                 Set the separated messageview to the saved
11662                 size of Claws' messageview (Patch by Alfons)
11663                 Fix a callback prototype (me)
11664
11665 2004-07-20 [colin]      0.9.12cvs33.6
11666
11667         * src/codeconv.h
11668                 Forgot one hunk in 0.9.12cvs33.4
11669
11670 2004-07-19 [colin]      0.9.12cvs33.5
11671
11672         * src/action.c
11673                 Action output fix
11674                 Patch by Alfons
11675
11676 2004-07-19 [colin]      0.9.12cvs33.4
11677
11678         * src/compose.c
11679                 Fix outgoing charset bug in headers
11680         * src/codeconv.c
11681                 Clean for glib2 - Patch by Alfons
11682
11683 2004-07-19 [colin]      0.9.12cvs33.3
11684
11685         * src/statusbar.c
11686                 Remove grip from the statusbar
11687                 Patch by Alfons
11688
11689 2004-07-19 [colin]      0.9.12cvs33.2
11690
11691         * src/messageview.c
11692         * src/textview.c
11693                 Fix messageview remembering the previous
11694                 scroll position when loading a new message
11695                 Patch by Alfons
11696
11697 2004-07-19 [colin]      0.9.12cvs33.1
11698
11699         * src/folder.h
11700         * src/folderview.c
11701         * src/summaryview.c
11702                 Sync with HEAD
11703
11704 2004-07-18 [colin]      0.9.12cvs32.7
11705
11706         * configure.ac
11707                 Remove useless check for XIM - noticed
11708                 by Alfons
11709
11710 2004-07-18 [colin]      0.9.12cvs32.6
11711
11712         * src/summaryview.c
11713                 Remove non-modified and shift-modified
11714                 accelerators in summaryview's popup
11715                 menu, as that doesn't get catched by
11716                 the accel-activate signal catcher...
11717
11718 2004-07-18 [colin]      0.9.12cvs32.5
11719
11720         * src/prefs_common.c
11721                 Define sensible default prefs for 
11722                 wrapping
11723
11724 2004-07-18 [colin]      0.9.12cvs32.4
11725
11726         * src/compose.c
11727         * src/prefs_common.c
11728         * src/prefs_common.h
11729         * src/prefs_wrapping.c
11730                 Remove Smart Wrapping pref, which does
11731                 nothing on gtk2 branch
11732
11733 2004-07-18 [colin]      0.9.12cvs32.3
11734
11735         * src/sourcewindow.c
11736                 Proper utf8
11737
11738 2004-07-18 [colin]      0.9.12cvs32.2
11739
11740         * src/compose.c
11741                 Save attachment status when drafting
11742
11743 2004-07-18 [colin]      0.9.12cvs32.1
11744
11745         * src/gtk/filesel.c
11746                 Fix erratic folder selection in open mode
11747
11748 2004-07-18 [colin]      0.9.12cvs31.11
11749
11750         * src/pop.c
11751                 Don't let partial messages get deleted
11752                 even with "dowload all"
11753                 (0.9.12cvs31.8 fix extension)
11754 2004-07-18 [colin]      0.9.12cvs31.10
11755
11756         * src/gtk/logwindow.c
11757                 Fix log scrolling
11758
11759 2004-07-18 [colin]      0.9.12cvs31.9
11760
11761         * src/common/utils.c
11762                 Fix non-utf8 strings coming from commands
11763                 and files
11764
11765 2004-07-18 [colin]      0.9.12cvs31.8
11766
11767         * src/pop.c
11768                 Fix partial download bug with Download all
11769                 messages option
11770
11771 2004-07-18 [colin]      0.9.12cvs31.7
11772
11773         * src/textview.c
11774                 Fix bug introduced in 0.9.12cvs31.2
11775                 (blocked in select mode after double click)
11776
11777 2004-07-18 [colin]      0.9.12cvs31.6
11778
11779         * src/compose.c
11780         * src/gtk/menu.c
11781                 More glib-warning fixes
11782
11783 2004-07-18 [colin]      0.9.12cvs31.5
11784
11785         * src/compose.c
11786                 Fix trashing the primary clipboard when moving 
11787                 around with tab
11788         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
11789
11790 2004-07-18 [colin]      0.9.12cvs31.4
11791
11792         * src/codeconv.c
11793                 convert unencoded iso headers to utf8
11794         (Fix Bug 538 Unencoded local characters in subject make it 
11795          disappear)
11796
11797 2004-07-18 [colin]      0.9.12cvs31.3
11798
11799         * src/compose.c
11800                 Fix tab char handling in wrapping
11801         (Fix Bug 537 Line wrap problem - TAB character treated as 
11802          one character instead of 8)
11803
11804 2004-07-18 [colin]      0.9.12cvs31.2
11805
11806         * src/textview.c
11807                 return FALSE on GDK_MOTION_NOTIFY
11808         (Fix Bug 535 Hyperlinks/addresses are not selectable 
11809          (unable to highlight))
11810
11811 2004-07-18 [colin]      0.9.12cvs31.1
11812
11813         * src/folderview.c
11814                 Sync with 0.9.12cvs31
11815
11816 2004-07-18 [colin]      0.9.12cvs30.4
11817
11818         * src/compose.c
11819                 Also block text_inserted when inserting a file
11820
11821 2004-07-18 [colin]      0.9.12cvs30.3
11822
11823         * src/compose.c
11824                 Fix smart wrapping (block text_inserted handler
11825                 while putting quotation to avoid wrap on input,
11826                 don't join lines if next is sig separator)
11827
11828 2004-07-17 [colin]      0.9.12cvs30.2
11829
11830         * src/folderview.c
11831         * src/mainwindow.c
11832         * src/mimeview.c
11833         * src/summaryview.c
11834         * src/gtk/quicksearch.c
11835         * src/gtk/quicksearch.h
11836                 Block key events handlers *and* accels while
11837                 quicksearch is focused
11838         (Fixes Bug 534 quick-search bar not accepting certain letters)
11839
11840 2004-07-17 [colin]      0.9.12cvs30.1
11841
11842         * src/folder.h
11843         * src/folderview.c
11844         * src/summaryview.c
11845                 Sync with 0.9.12cvs30
11846
11847 2004-07-17 [colin]      0.9.12cvs28.2
11848
11849         * src/mimeview.c
11850         * src/procmime.c
11851         * src/summaryview.c
11852         * src/gtk/menu.c
11853                 Squash some compile and glib warnings
11854
11855 2004-07-17 [paul]       0.9.12cvs28.1
11856
11857         * src/mimeview.c
11858                 sync with 0.9.12cvs28 HEAD
11859
11860 2004-07-16 [paul]       0.9.12cvs26.1
11861         
11862         * src/gtk/quicksearch.c
11863         * src/account.c
11864         * src/account.h
11865         * src/compose.c
11866         * src/customheader.c
11867         * src/folder_item_prefs.c
11868         * src/main.c
11869         * src/mainwindow.c
11870         * src/messageview.c
11871         * src/mimeview.c
11872         * src/news.c
11873         * src/pgpmime.c
11874         * src/pop.c
11875         * src/pop.h
11876         * src/prefs_account.c
11877         * src/prefs_account.h
11878         * src/prefs_common.c
11879         * src/prefs_common.h
11880         * src/prefs_display_header.c
11881         * src/prefs_gtk.c
11882         * src/prefs_gtk.h
11883         * src/procheader.c
11884         * src/procmime.c
11885                 sync with 0.9.12cvs26 HEAD      
11886
11887 2004-07-15 [colin]      0.9.12cvs18.14
11888
11889         * src/folder.c
11890                 Disable GPG signature check during
11891                 folder move and scan
11892         (Closes Bug 521 Signature checking slows down Folder-Move)
11893
11894 2004-07-14 [colin]      0.9.12cvs18.13
11895
11896         * src/common/partial_download.c
11897                 update includes
11898
11899 2004-07-14 [colin]      0.9.12cvs18.12
11900
11901         * src/common/partial_download.c
11902         * src/common/partial_download.h
11903                 Move doc at top, add correct copyright
11904
11905 2004-07-14 [colin]      0.9.12cvs18.11
11906
11907         * src/folder.c
11908         * src/messageview.c
11909         * src/pop.c
11910         * src/pop.h
11911         * src/procmsg.c
11912         * src/summaryview.c
11913         * src/common/Makefile.am
11914         * src/common/partial_download.c ** NEW FILES **
11915         * src/common/partial_download.h ** NEW FILES **
11916                 Move partial-download related stuff to its
11917                 own file
11918
11919 2004-07-14 [colin]      0.9.12cvs18.10
11920
11921         * src/send_message.c
11922                 Fix smtp auth when user is null or empty
11923
11924 2004-07-13 [colin]      0.9.12cvs18.9
11925
11926         * src/gtk/quicksearch.c
11927                 Use alphabetic order
11928
11929 2004-07-13 [colin]      0.9.12cvs18.8
11930
11931         * src/pop.c
11932                 Be paranoid on the checks
11933
11934 2004-07-13 [colin]      0.9.12cvs18.7
11935
11936         * src/gtk/quicksearch.c
11937                 Fix Engrish once again
11938
11939 2004-07-13 [colin]      0.9.12cvs18.6
11940
11941         * src/procmsg.c
11942         * src/summaryview.c
11943                 Mark messages for deletion when they are about to
11944                 be removed from trash
11945
11946 2004-07-13 [colin]      0.9.12cvs18.5
11947
11948         * src/matcher.c
11949         * src/matcher.h
11950         * src/matcher_parser_parse.y
11951         * src/prefs_matcher.c
11952         * src/gtk/quicksearch.c
11953                 Add 'partial' ('p') match string to find partially
11954                 downloaded messages
11955
11956 2004-07-13 [colin]      0.9.12cvs18.4
11957
11958         * src/pop.c
11959                 Fix misplaced block
11960
11961 2004-07-13 [colin]      0.9.12cvs18.3
11962
11963         * src/pop.c
11964         * src/pop.h
11965         * src/messageview.c
11966                 Refactor API (to avoid passing 5+ params and code
11967                 duplication)
11968         * src/folder.c
11969         * src/msgcache.c
11970         * src/procheader.c
11971         * src/common/defs.h
11972                 Add planned_download to cache
11973                 Don't mess uidl file when moving partially downloaded
11974                 mails (they change folder, we should change it in the
11975                 uidl list too or we'll remove an incorrect message)
11976                 (this also helps removing hacks when changing 
11977                 planned_download in messageview.c)
11978
11979 2004-07-12 [colin]      0.9.12cvs18.2
11980
11981         * src/gtk/quicksearch.c
11982                 Fix missing status update in quicksearch
11983
11984 2004-07-12 [paul]       0.9.12cvs18.1
11985
11986         * po/POTFILES.in
11987         * src/Makefile.am
11988         * src/account.c
11989         * src/codeconv.c
11990         * src/compose.c
11991         * src/inc.c
11992         * src/main.c
11993         * src/prefs_common.c
11994         * src/procmsg.h
11995         * src/toolbar.c
11996         * src/prefs_msg_colors.[ch]     ** NEW FILES **
11997         * src/prefs_wrapping.[ch]       ** NEW FILES **
11998         * src/common/intl.h
11999         * src/common/utils.[ch]
12000         * src/gtk/quicksearch.[ch]
12001                 sync with 0.9.12cvs18 HEAD
12002
12003 2004-07-12 [colin]      0.9.11cvs17.25
12004
12005         * src/folder.c
12006         * src/folder.h
12007                 Remove unused function added by me in 0.9.11cvs17.10
12008
12009 2004-07-11 [colin]      0.9.11cvs17.24
12010
12011         * src/inc.c
12012         * src/messageview.c
12013         * src/pop.c
12014         * src/pop.h
12015                 Use folderitem and msgnum instead of filename to
12016                 know which mail to delete
12017                 Move old partial mail deletion to pop.c
12018
12019 2004-07-10 [colin]      0.9.11cvs17.23
12020
12021         * src/inc.c
12022                 Add debug
12023         * src/pop.c
12024         * src/pop.h
12025                 Don't re-use same enums for unrelated stuff: it's 
12026                 completely misleading !
12027                 Document a bit
12028
12029 2004-07-09 [colin]      0.9.11cvs17.22
12030
12031         * src/inc.c
12032                 Remove folder-type check and do
12033                 more tests to be sure everything's
12034                 ok
12035         * src/messageview.c
12036                 Punctuation update, remove useless
12037                 code, fix two warnings
12038         * src/noticeview.c
12039                 Layout cleaning, reset 2nd button
12040                 when specifying one
12041
12042 2004-07-09 [colin]      0.9.11cvs17.21
12043
12044         * src/messageview.c
12045         * src/pop.c
12046         * src/pop.h
12047                 Allow user to change his mind
12048                 and postpone decision (by
12049                 unmarking the mail)
12050
12051 2004-07-09 [colin]      0.9.11cvs17.20
12052
12053         * src/messageview.c
12054                 Fix bug with delete state
12055         * src/pop.c
12056         * src/pop.h
12057                 Fix buffer leak (fread doesn't 
12058                 terminate buffers with \0)
12059                 Refactoring (remove magic 
12060                 numbers)
12061
12062 2004-07-09 [colin]      0.9.11cvs17.19
12063
12064         * src/pop.c
12065                 Don't log "Skipping message" if 
12066                 we're going to TOP it two lines
12067                 later
12068
12069 2004-07-09 [colin]      0.9.11cvs17.18
12070
12071         * src/messageview.c
12072                 Fix Engrish
12073
12074 2004-07-09 [colin]      0.9.11cvs17.17
12075
12076         * src/pop.c
12077                 strlen checking...
12078         * src/messageview.c
12079                 refactoring a bit
12080
12081 2004-07-08 [colin]      0.9.11cvs17.16
12082
12083         * src/noticeview.c
12084         * src/noticeview.h
12085                 Add an optional second button
12086         * src/messageview.c
12087         * src/pop.c
12088         * src/pop.h
12089                 Don't delete partially received mails after a certain
12090                 time; rather, let the user decide.
12091
12092 2004-07-08 [colin]      0.9.11cvs17.15
12093
12094         * src/common/smtp.h
12095                 Sync with HEAD
12096
12097 2004-07-08 [colin]      0.9.11cvs17.14
12098
12099         * src/messageview.c
12100         * src/common/smtp.c
12101                 Use to_human_readable() for sizes
12102
12103 2004-07-08 [colin]      0.9.11cvs17.13
12104
12105         * src/inc.c
12106         * src/messageview.c
12107         * src/pop.c
12108         * src/pop.h
12109         * src/procmsg.c
12110                 Fix partial-downloading issues:
12111                         catch unsupported TOP
12112                         don't delete partially downloaded mails before 5 days
12113                         don't update existing with non-MH folders; that'll
12114                         make dups, but it's better than trashing the folder
12115                         free new msginfo parts
12116                 Fix indentation ;-)
12117
12118 2004-07-08 [colin]      0.9.11cvs17.12
12119
12120         * src/common/smtp.c
12121         * src/common/smtp.h
12122                 Sync smtp size verification with HEAD
12123
12124 2004-07-08 [colin]      0.9.11cvs17.11
12125
12126         * src/summaryview.c
12127         * src/prefs_common.c
12128         * src/prefs_common.h
12129         * src/gtk/quicksearch.c
12130         * src/gtk/quicksearch.h
12131                 Sync sticky pref with HEAD
12132
12133 2004-07-08 [colin]      0.9.11cvs17.10
12134
12135         * src/folder.c [1.213.2.6]
12136         * src/folder.h [1.87.2.6]
12137         * src/inc.c [1.149.2.7]
12138         * src/messageview.c [1.94.2.8]
12139         * src/procheader.c [1.47.2.6]
12140         * src/procmsg.c [1.150.2.4]
12141         * src/procmsg.h [1.60.2.5]
12142         * src/pop.c [1.56.2.4]
12143         * src/pop.h [1.17.2.3]
12144                 Let too big messages get downloaded, but truncated
12145                 Add a button to download them completely
12146                 
12147 2004-07-06 [colin]      0.9.11cvs17.9
12148
12149         * src/gtk/quicksearch.c [1.1.2.3]
12150                 Add a Clear button
12151         * commitHelper
12152         * PATCHSETS
12153                 Add a script to help with cvs
12154
12155 2004-07-03 [colin]      0.9.11cvs17.8
12156
12157         * src/plugins/imageviewer/viewer.c
12158                 fix imageviewer (which was staying on the first
12159                 displayed image)
12160
12161 2004-07-03 [colin]      0.9.11cvs17.7
12162
12163         Removed FIXME_GTK2 warnings
12164         * src/gtk/gtkutils.c
12165                 useless #warnings
12166         * src/gtk/menu.c
12167                 useless #warnings (no need to mess with menu rc)
12168         * src/gtk/menu.h
12169                 unused functions
12170         
12171
12172 2004-07-03 [colin]      0.9.11cvs17.6
12173
12174         Removed FIXME_GTK2 warnings
12175         * src/codeconv.c
12176                 useless #warnings (rewrite needed)
12177         * src/compose.c
12178                 useless #warnings (rewrite needed)
12179                 useless #warnings (gtk2 is like that)
12180                 useless #warnings (previously fixed)
12181         * src/main.c
12182                 useless #warnings (previously fixed)
12183         * src/message_search.c
12184                 useless #warnings (gtk2 is like that)
12185                 Made apparent that search is case-sensitive
12186         * src/mimeview.c
12187                 useless #warnings (rewrite needed)
12188                 useless #warnings (gtk2 is like that)
12189                 reimplemented real warnings
12190         * src/prefs_common.c
12191                 Removed block cursor option (not it gtk2)
12192         * src/prefs_gtk.c
12193                 useless #warnings (rewrite needed)
12194         * src/procheader.c
12195                 useless #warnings (rewrite needed)
12196         * src/sourcewindow.c
12197                 useless #warnings (incorrect placing)
12198         * src/summary_search.c
12199                 useless #warnings (gtk2 is like that)
12200                 Made apparent that search is case-sensitive
12201         * src/action.c
12202                 useless #warnings (gtk2 is like that)
12203         * src/textview.c
12204                 useless #warnings (rewrite needed)
12205         * src/toolbar.c
12206                 useless #warnings (rewrite needed)
12207
12208 2004-07-03 [colin]      0.9.11cvs17.5
12209
12210         * src/textview.c
12211                 Fix mismerge which broke URI opening
12212                 
12213 2004-07-01 [colin]      0.9.11cvs17.4
12214
12215         * src/gtk/filesel.c
12216                 Fill filename when saving
12217                 
12218 2004-06-27 [colin]      0.9.11cvs17.3
12219
12220         * src/gtk/filesel.[ch]
12221                 Use the new GTK file selector
12222                 Update prototype to match the reality: multiple file
12223                 selection is open-only          
12224         * src/compose.c
12225                 Match the new prototypes        
12226         * configure.ac
12227                 Match the new requirements (gtk 2.4.0)
12228                         
12229 2004-06-26 [colin]      0.9.11cvs17.2
12230
12231         * src/plugins/trayicon/trayicon.c
12232                 Remove useless signal handler on resize, which causes
12233                 an infinite "loop"
12234         
12235 2004-06-26 [colin]      0.9.11cvs17.1
12236         
12237         * tools/Makefile.am
12238                 remove launch_firebird and add nautilus2sylpheed.sh
12239         * src/quicksearch.c
12240           src/summaryview.c
12241                 Fix show/hide "Extended symbols" button problem
12242                 Fix apparition at startup
12243                 Fix const warnings
12244         * src/plugins/image_viewer/Makefile.am
12245                 Fix configure 
12246         * common/ssl.c
12247                 Re-enable certificate check, as it doesn't seem to
12248                 cause Xlib errors anymore
12249
12250 2004-06-25 [paul]       0.9.11cvs17
12251
12252         * sync with 0.9.11cvs17 HEAD
12253         
12254         NOTE: QuickSearch is broken
12255
12256 2004-06-07 [colin]      0.9.10claws67.10
12257         * src/plugins/trayicon/trayicon.c
12258           src/plugins/trayicon/libeggtrayicon/Makefile.am
12259           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12260                 Fix gettextization in trayicon plugin
12261
12262 2004-06-07 [colin]      0.9.10claws67.9
12263         
12264         * src/summaryview.c
12265           src/gtk/gtksctree.[ch]
12266                 Let Shift+{Up,Down} work in summaryview
12267                 (well, Down "works" and Up works)
12268                 Let the list scroll when using these keys
12269
12270 2004-06-06 [colin]      0.9.10claws67.8
12271
12272         * src/plugins/trayicon/trayicon.c
12273                 Fix pixmap update
12274
12275 2004-06-06 [colin]      0.9.10claws67.7
12276
12277         * src/addressbook.c
12278                 Fix signal handling causing system-wide focus grab
12279
12280 2004-05-25 [paul]       0.9.10claws67.6
12281
12282         * Makefile.am
12283           src/Makefile.am
12284                 clean up
12285
12286 2004-05-25 [paul]       0.9.10claws67.5
12287
12288         * replace deprecated gtk_signal... functions
12289
12290 2004-05-23 [colin]      0.9.10claws67.4
12291
12292         * src/compose.c
12293                 Fix wrapping
12294
12295 2004-05-22 [colin]      0.9.10claws67.3
12296
12297         * src/compose.c
12298                 Re-fix [Edited] in compose.c::compose_reedit()
12299
12300 2004-05-22 [colin]      0.9.10claws67.2
12301
12302         * src/procmime.c
12303                 Fix parsing of multiparts mails
12304
12305 2004-05-22 [colin]      0.9.10claws67.1
12306
12307         * src/summaryview.c
12308                 Fix quicksearch
12309
12310 2004-05-22 [paul]       0.9.10claws67
12311
12312         * sync with 0.9.10claws67 HEAD
12313
12314 2004-05-14 [alfons]
12315
12316         * src/procmime.h
12317                 add forgotton prototype
12318
12319 2004-05-10 [paul]       0.9.10claws57
12320
12321         * sync with 0.9.10claws57 HEAD
12322
12323 2004-05-05 [paul]       0.9.9.claws1
12324
12325         * ChangeLog-gtk2        ** REMOVED **
12326           ChangeLog-gtk2.claws  ** ADDED **
12327                 rename and adopt the normal claws format
12328                 
12329         * configure.ac
12330                 require gtkmathview >= 0.5
12331
12332         * ac/*                          ** REMOVED **
12333           ac/                           ** REMOVED **
12334           intl/Makefile.in              ** REMOVED **
12335           m4/                           ** ADDED **
12336           m4/missing                    ** ADDED **
12337           m4/missing/gdk-pixbuf.m4      ** ADDED **
12338           m4/missing/gettext.m4         ** ADDED **
12339           m4/missing/gpgme.m4           ** ADDED **
12340           m4/missing/imlib.m4           ** ADDED **
12341           m4/.cvsignore                 ** ADDED **
12342           m4/Makefile.am                ** ADDED **
12343           m4/README                     ** ADDED **
12344           m4/aclocal-include.m4         ** ADDED **
12345           m4/aspell.m4                  ** ADDED **
12346           m4/check-type.m4              ** ADDED **
12347           m4/gnupg-check-typedef.m4     ** ADDED **
12348           m4/openssl.m4                 ** ADDED **
12349           m4/spamassassin.m4            ** ADDED **
12350           po/ChangeLog                  ** REMOVED **
12351           po/Makefile.in.in             ** REMOVED **
12352           po/Rules-quot                 ** REMOVED **
12353           po/boldquot.sed               ** REMOVED **
12354           po/en@boldquot.header         ** REMOVED **
12355           po/en@quot.header             ** REMOVED **
12356           po/insert-header.sin          ** REMOVED **
12357           po/quot.sed                   ** REMOVED **
12358           po/remove-potcdate.sed        ** REMOVED **
12359           po/remove-potcdate.sin        ** REMOVED **
12360           po/stamp-po                   ** REMOVED **
12361           Makefile.am
12362           autogen.sh
12363           configure.ac
12364                 enable building with automake 1.8.x
12365                 add 'autopoint --force' to autogen.sh and remove all
12366                 auto-generated files, remove ac/ directory and use
12367                 m4/ directory instead
12368                 
12369         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12370                 fix gettextization
12371
12372 2004-02-28 Colin Leroy <colin@colino.net>
12373         * src/prefs_matcher.c
12374           src/prefs_filtering.c
12375           src/prefs_filtering_action.c
12376                 Fix non-editable GtkEntries
12377
12378 2004-02-22 Thorsten Maerz <torte@netztorte.de>
12379         * src/prefs_themes.c
12380                 utf8 conversion for theme info
12381
12382 2004-02-21 Thorsten Maerz <torte@netztorte.de>
12383         * sync 0.9.9claws
12384
12385 2004-02-14 Thorsten Maerz <torte@netztorte.de>
12386         * src/grouplistdialog.c
12387                 allow multiple selections without ctrl key
12388
12389 2004-02-09 Thorsten Maerz <torte@netztorte.de>
12390         * src/main.c
12391                 enable customizable accelerators
12392
12393 2004-02-08 Thorsten Maerz <torte@netztorte.de>
12394         * src/prefs_common.c
12395                 re-enable different font settings for gtk1/2
12396         * src/prefs_folder_item.c
12397                 fix folder prefs displayed wrong
12398         * src/textview.c
12399                 set 'sunken' shadow type
12400
12401 2004-02-07 Colin Leroy <colin@colino.net>
12402         * src/compose.c
12403                 Fix message being always [Edited]
12404                 Encode headers correctly (utf8 buf)
12405
12406 2004-01-27 Thorsten Maerz <torte@netztorte.de>
12407         * src/socket.c
12408                 remove double g_source_attach()
12409                 (Thanks to Colin Leroy)
12410
12411 2004-01-27 Thorsten Maerz <torte@netztorte.de>
12412         * src/gtk/gtksctree.c
12413                 Fix SSL certificate list not shown
12414         * src/mimeview.c
12415                 Fix clicks in mime tree
12416
12417 2004-01-27 Thorsten Maerz <torte@netztorte.de>
12418         * src/common/socket.c
12419                 Fix SSL receive
12420         * src/compose.c
12421                 Fix clipboard menu hotkeys
12422
12423 2004-01-25 Thorsten Maerz <torte@netztorte.de>
12424         * src/gtk/gtkaspell.[ch]
12425           src/compose.c
12426                 reimplement spellchecker
12427
12428 2004-01-25 Thorsten Maerz <torte@netztorte.de>
12429         * src/gtk/filesel.c
12430                 crash when inserting file in compose window
12431                 (TODO: keep old selection on clicks)
12432         * src/main.c
12433                 use gtkrc-2.0 instead of gtkrc
12434
12435 2004-01-25 Thorsten Maerz <torte@netztorte.de>
12436         * src/messageview.c
12437                 remove orphaned mimeview unref()
12438
12439 2004-01-20 Thorsten Maerz <torte@netztorte.de>
12440         * src/grouplistdialog.c
12441                 expand nodes containing subscribed groups
12442
12443 2004-01-19 Thorsten Maerz <torte@netztorte.de>
12444         * src/textview.c
12445                 textview: hide cursor, restore old click behaviour
12446
12447 2004-01-18 Thorsten Maerz <torte@netztorte.de>
12448         * src/textview.c
12449                 variable names messed up
12450
12451 2004-01-17 Colin Leroy <colin@colino.net>
12452         * src/addr_compl.c
12453                 Fix completion address too thin
12454         * src/compose.c
12455                 Fix tab-to-subject behaviour
12456         * src/summaryview.c
12457                 Implement key up & down in summaryview
12458
12459 2004-01-12 Thorsten Maerz <torte@netztorte.de>
12460
12461         * sync 098claws
12462
12463 2004-01-08 Thorsten Maerz <torte@netztorte.de>
12464         * configure.ac
12465           Makefile.am
12466           doc/.cvsignore
12467           doc/Makefile.am
12468                 faq, man, manual moved to doc/
12469         * ac/aspell.m4
12470           ac/check-type.m4
12471           ac/gnupg-check-typedef.m4
12472           ac/openssl.m4
12473           ac/spamassassin.m4
12474           ac/missing/gdk-pixbuf.m4
12475           ac/missing/gpgme.m4
12476           ac/missing/imlib.m4
12477                 fix automake warnings
12478
12479 2003-12-06 Colin Leroy <colin@colino.net>
12480         * src/summaryview.c
12481                 Fix quicksearch
12482
12483 2003-12-05 Colin Leroy <colin@colino.net>
12484         * src/summaryview.c
12485                 Fix going to next unread folder
12486
12487 2003-12-05 Colin Leroy <colin@colino.net>
12488         * src/crash.c
12489                 Fix gtk2 compilation
12490         * src/session.c
12491                 Remove iotag source handler at disconnection
12492         * src/socket.[ch] 
12493                 Remove source handler when closing socket 
12494                 (fixes another seg)
12495
12496 2003-12-04 Colin Leroy <colin@colino.net>
12497         * src/compose.c
12498           src/prefs_account.c
12499           src/prefs_common.c
12500                 Fix some dropdown menus
12501
12502 2003-12-04 Colin Leroy <colin@colino.net>
12503         * src/compose.c
12504                 Fix event handlers on header fields
12505         * src/common/socket.c
12506           src/common/session.c
12507                 Fix segfault with callback (SSL)
12508                 Fix end of session 
12509
12510 2003-10-06 Thorsten Maerz <torte@netztorte.de>
12511
12512         * Fix compile bug in src/compose.c
12513         * removed src/gtk/gtkstext.[ch]
12514
12515 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
12516
12517         * Convert character set and escape "text" attributes in toolbar setting
12518         files.
12519         * Fixed bug in button-press-event handling.
12520
12521 2003-09-16 Thorsten Maerz <torte@netztorte.de>
12522
12523         * Fixed bug in key-press-event handling.
12524
12525 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
12526
12527         * Enabled to compile tray-icon plugin (Ad-hoc).
12528         * Avoid hang up bug of icon list in mime view (Ad-hoc).
12529
12530 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
12531
12532         * Enabled to compile on sylpheed-claws.
12533         (tray-icon plugin still cannot compile yet.)
12534
12535 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
12536
12537         * Updated to 0.9.5.
12538
12539 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
12540
12541         * Updated to 0.9.4.
12542         * Ported monitoring SSL mechanism to GSource of GLib2
12543         (I don't confirm it)
12544         * Added _gtk2 suffix to key name of font preference to avoid
12545         ovverwriting preference of Gtk+-1.2 version.
12546
12547 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
12548
12549         * Updated to 0.9.2.
12550
12551 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
12552
12553         * Updated to 0.9.1.
12554         * Translate po files into UTF-8 when execute autogen.sh.
12555
12556 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
12557
12558         * Updated to 0.9.0.
12559
12560 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
12561
12562         * Plugged GError related memory leaks.
12563
12564 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
12565
12566         * Changed default size of fonts.
12567         * Enabled to set titile font size of warning dialog.
12568
12569 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
12570
12571         * Embed a sylpheed icon into executable binary on Windows.
12572
12573 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
12574
12575         * I forgot to traslate character set of element string in src/xml.c.
12576
12577 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
12578
12579         * Fixed detecting bind_textdomain_codeset in configure.in.
12580         * The bug in which "Example" of "Date fromat" preference isn't displayed
12581         correctly has been fixed.
12582
12583 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
12584
12585         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
12586           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
12587           glib-gettextize
12588           Removed intl directory.
12589           Translated po files into UTF-8.
12590           (Thanks! Ryuji Abe)
12591
12592 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
12593
12594         * The bug which doesn't unscape string in xml.c has been fixed.
12595
12596 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
12597
12598         * The bug which is failed to translate encoding of file name thorough
12599         file dialog has been fixed.
12600
12601 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
12602
12603         * Modified to translate file names which is used in inporting/expoting
12604         mbox feature and "Save as" feature into locale encoding.
12605         * Translate file names into locale encoding when "Attache file" and
12606         "Insert file".
12607         * Force set G_BROKEN_FILENAMES environment variable.
12608         * Other minor fixes.
12609
12610 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
12611
12612         * Modified to treat MH folder's name as locale encoding.
12613
12614 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
12615
12616         * The bug which clash on switching candidates of auto completion of
12617         addresses, cannot use auto completion in Japanesse is fixed
12618         (Thanks! Tokunaga-san)¡¥
12619
12620 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
12621
12622         * The bug which cannot switch key accelerator preference has been fixed
12623         (Thanks! smbd-san)¡¥
12624
12625 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
12626
12627         * version 0.8.11-gtk2-20030314
12628
12629 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
12630
12631         * The bug in which character set conversion of filtering messages has
12632         been fixed.(Thanks! COCOA-san).
12633
12634 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
12635
12636         * Revived "Leave space on head" preference in "Message" category.
12637         * A bug which clash when put the cursor to end of buffer and execute
12638         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
12639
12640 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
12641
12642         * version 0.8.11-gtk2-20030312
12643
12644 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
12645
12646         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
12647         * Modified to use Pango's API directly for font preference.
12648         * Integrated GtkTextView of textview to one widget.
12649         * Set fonts of header title in textview by "header_title" tag.
12650         * Removed some deprecated codes.
12651
12652 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
12653
12654         * Updated to 0.8.11.
12655         * Merged cygwin patch(Thanks! Sakai-san).
12656
12657 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
12658
12659         * version 0.8.10-gtk2-20030309