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