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