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