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