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