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