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