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