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