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