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