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