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