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