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