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