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