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