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