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