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