2006-09-25 [colin] 2.5.0cvs2
[claws.git] / ChangeLog
1 2006-09-25 [colin]      2.5.0cvs2
2
3         * src/imap.c
4         * src/etpan/imap-thread.c
5                 Use UID SEARCH ALL instead of UID 1:*
6                 (braindead servers can't figure out that's
7                 the same...)
8
9 2006-09-25 [wwp]        2.5.0cvs1
10
11         * src/message_search.c
12                 Added the ability to stop a running search (in message body).
13
14 2006-09-25 [paul]       2.5.0
15
16         * NEWS
17         * README
18         * RELEASE_NOTES
19                 2.5.0 released
20
21 2006-09-25 [paul]       2.4.0cvs214
22
23         * po/cs.po
24         * po/de.po
25         * po/fi.po
26         * po/fr.po
27         * po/nl.po
28         * po/pt_BR.po
29         * po/sk.po
30         * po/sr.po
31         * po/zh_CN.po
32                 updated by Tim, Stephan Sachse, Flammie Pirinen,
33                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
34                 Ticho, Aleksander Urosevic, Ralgh Young
35
36 2006-09-24 [mones]      2.4.0cvs213
37
38         * po/es.po
39                 Updated for release
40
41 2006-09-23 [colin]      2.4.0cvs212
42
43         * src/gtk/inputdialog.c
44                 Fix [ ] remember this appearing in normal
45                 input dialogs after it's been used by
46                 mimeview.
47         * src/folder.c
48         * src/folderview.c
49         * src/msgcache.c
50         * src/procmsg.c
51         * src/summaryview.c
52         * src/textview.c
53         * src/common/timing.h
54                 Enable timings in debug mode and make it
55                 look prettier.
56
57 2006-09-22 [colin]      2.4.0cvs211
58
59         * README
60                 Revert test change
61         * commitHelper
62                 ping the correct URI
63
64 2006-09-22 [colin]      2.4.0cvs210
65
66         * README
67                 Let's see if bug #1022 is fixed
68
69 2006-09-21 [colin]      2.4.0cvs209
70
71         * src/wizard.c
72         * src/common/plugin.c
73                 Prepare infra to load predefined plugins when
74                 no configuration existed. Don't actually load
75                 anything yet (feat. freeze)
76
77 2006-09-21 [wwp]        2.4.0cvs208
78
79         * manual/fr/faq.xml
80                 Partial sync w/ 2.4.0cvs72:
81                 wrap file and minor updates.
82
83 2006-09-21 [wwp]        2.4.0cvs207
84
85         * tools/fix_date.sh
86                 several fixes and enhancements. A new --force switch has been
87                 added to prevent overriding by default Date: header when
88                 already existing.
89
90 2006-09-21 [paul]       2.4.0cvs206
91
92         * src/common/utils.c
93                 add Chinese UTF8 Re prefix
94
95 2006-09-21 [wwp]        2.4.0cvs205
96
97         * tools/Makefile.am
98                 Fics alfabettical order.
99
100 2006-09-21 [wwp]        2.4.0cvs204
101
102         * tools/fix_date.sh
103         * tools/Makefile.am
104                 Added an action tool to fix missing Date field in emails.
105                 Updated Makefile.am to reflect those last two additions.
106
107 2006-09-21 [wwp]        2.4.0cvs203
108
109         * tools/uuooffice
110                 Added a action tool to open uuencoded docs w/
111                 OpenOffice (based on uudec method).
112
113 2006-09-21 [colin]      2.4.0cvs202
114
115         * src/compose.c
116         * src/textview.c
117                 Workaround possible GTK crash: remove selection 
118                 clipboard before destroying widget, or GTK+-2.10
119                 dies. Thanks to Hiro.
120
121 2006-09-20 [colin]      2.4.0cvs201
122
123         * src/compose.c
124                 Fix free-after-use in some cases (when 
125                 procmime_encode_content() frees mimeinfo->data.mem
126                 and turns it to a temp file)
127
128 2006-09-20 [colin]      2.4.0cvs200
129
130         * src/folderview.c
131         * src/summaryview.c
132         * src/gtk/gtksctree.c
133         * src/gtk/gtksctree.h
134                 Add tooltips in the folderview and summaryview
135                 (Doesn't break string freeze as they already
136                 exist)
137         * src/toolbar.c
138                 Put the spam button in the default configuration
139                 if compiled with bogo plugin too
140
141 2006-09-19 [colin]      2.4.0cvs199
142
143         * src/summaryview.c
144         * src/summaryview.h
145                 Update folder name label on folder rename
146         * src/prefs_matcher.c
147         * src/gtk/logwindow.h
148                 Fix warnings
149                 Patches by Fabien
150
151 2006-09-19 [wwp]        2.4.0cvs198
152
153         * src/summary_search.c
154                 fix can't click forward/backward buttons in the
155                 search messages.
156
157 2006-09-18 [paul]       2.4.0cvs197
158
159         * src/wizard.c
160                 add missing bracket, capitalise the A of
161                 'SpamAssassin'
162
163 2006-09-18 [paul]       2.4.0cvs196
164
165         * src/compose.c
166                 fix bug 1012 'crashed upon sending mail
167                 from compose window'
168                 Thanks to Colin
169
170 2006-09-16 [colin]      2.4.0cvs195
171
172         * src/folderview.c
173                 Fix "real-time" sorting by freezing/thawing
174
175 2006-09-16 [colin]      2.4.0cvs194
176
177         * manual/faq.xml
178                 Fix the anti-spam entry a bit
179
180 2006-09-16 [colin]      2.4.0cvs193
181
182         * src/wizard.c
183                 Make sure reviewers have no excuse when stating
184                 Sylpheed-Claws doesn't have antispam capabilities.
185
186 2006-09-16 [colin]      2.4.0cvs192
187
188         * src/main.c
189                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
190                 as if the SIGPIPE comes from etpan's thread we could
191                 trigger a GUI update from this thread.
192
193 2006-09-16 [colin]      2.4.0cvs191
194
195         * src/summaryview.c
196                 Init all members of the struct
197
198 2006-09-16 [paul]       2.4.0cvs190
199
200         * src/account.c
201                 improvements to the English
202
203 2006-09-15 [colin]      2.4.0cvs189
204
205         * src/summaryview.c
206                 HIG order on dialog
207
208 2006-09-14 [colin]      2.4.0cvs188
209
210         * src/common/socket.c
211         * src/common/socket.h
212         * src/common/ssl.c
213         * src/common/ssl_certificate.c
214         * src/common/ssl_certificate.h
215         * src/etpan/imap-thread.c
216                 the get_fqdn() call done to get canonical name when
217                 checking an SSL certificate is blocking, which is
218                 sad as we just did a non-blocking lookup to connect.
219                 Fix that by letting the fqdn available to the SockInfo,
220                 and use that in ssl_certificate_check(). For IMAP,
221                 we don't do it as the lookup's done by libetpan, but
222                 it's less annoying as IMAP connections as much more
223                 rare than POP3 connections.
224
225 2006-09-14 [paul]       2.4.0cvs187
226
227         * manual/advanced.xml
228                 improvements to the English,
229                 properly place the new hidden options
230                 within the alphabetical order
231         * src/gtk/pluginwindow.c
232                 improvements to the English
233
234 2006-09-14 [colin]      2.4.0cvs186
235
236         * src/prefs_common.c
237         * src/prefs_common.h
238         * src/gtk/gtksctree.c
239         * manual/advanced.xml
240                 New hidden pref, stripes_color_offset, to change
241                 the value added/substracted to normal bgcolor to
242                 create the stripes in summaries
243
244 2006-09-13 [colin]      2.4.0cvs185
245
246         * src/gedit-print.c
247         * src/messageview.c
248         * src/messageview.h
249         * src/summaryview.c
250         * src/textview.c
251                 Fix misc. printing issues: 
252                 - Bad font for linkified headers
253                 - Different font if the mail was displayed or not
254                 - Factorize the thing
255
256 2006-09-13 [colin]      2.4.0cvs184
257
258         * src/common/ssl_certificate.c
259                 Only get FQDN once when checking certificate
260
261 2006-09-13 [colin]      2.4.0cvs183
262
263         * src/account.c
264         * src/gtk/pluginwindow.c
265                 Misc. GUI fixes by Fabien
266
267 2006-09-13 [wwp]        2.4.0cvs182
268
269         * configure.ac
270         * src/common/utils.h
271         * src/common/utils.c
272                 get rid of unused wide-char functions.
273
274 2006-09-13 [wwp]        2.4.0cvs181
275
276         * src/plugins/pgpinline/sylpheed.def
277         * src/textview.c
278                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
279                 add privacy_reset_error to the .def file,
280                 do not fork for an external textviewer.
281
282 2006-09-13 [wwp]        2.4.0cvs180
283
284         * src/prefs_common.c
285                 fix broken font entry in prefs (patch issued by the gpg4win team,
286                 probably by Marcus Brinkmann <marcus@g10code.de>).
287
288 2006-09-13 [colin]      2.4.0cvs179
289
290         * src/folder.h
291                 Fix a warning in summaryview.c
292         * src/mainwindow.c
293         * src/summaryview.c
294         * src/summaryview.h
295                 Add missing Mark/* elements in the
296                 main menu
297
298 2006-09-12 [colin]      2.4.0cvs178
299
300         * src/prefs_actions.c
301         * src/prefs_filtering_action.c
302         * src/prefs_matcher.c
303                 Use (New) instead of New everywhere
304
305 2006-09-12 [wwp]        2.4.0cvs177
306
307         * manual/fr/addrbook.xml
308         * manual/fr/handling.xml
309                 updated some quotes in the fr manual to match the fr translation.
310
311 2006-09-12 [wwp]        2.4.0cvs176
312
313         * src/prefs_matcher.c
314                 don't store translated string elements in matcher expressions.
315                 Also fixed a misused of Q_().
316
317 2006-09-11 [wwp]        2.4.0cvs175
318
319         * src/plugins//bogofilter/bogofilter.c
320         * src/plugins//clamav/clamav_plugin.c
321         * src/plugins//demo/demo.c
322         * src/plugins//dillo_viewer/dillo_viewer.c
323         * src/plugins//pgpcore/plugin.c
324         * src/plugins//pgpinline/plugin.c
325         * src/plugins//pgpmime/plugin.c
326         * src/plugins//spamassassin/spamassassin.c
327                 gettext-ize more strings (mostly plugin error messages).
328
329 2006-09-11 [colin]      2.4.0cvs174
330
331         * src/alertpanel.c
332                 Make maximum buffer size bigger to avoid
333                 truncating translated messages. Patch by
334                 Fabien
335
336 2006-09-11 [colin]      2.4.0cvs173
337
338         * src/etpan/imap-thread.c
339                 Fix compilation on OpenBSD, thanks to 
340                 Landry
341
342 2006-09-10 [wwp]        2.4.0cvs172
343
344         * manual/account.xml
345         * manual/addrbook.xml
346         * manual/handling.xml
347         * manual/es/handling.xml
348         * manual/fr/account.xml
349         * manual/fr/addrbook.xml
350         * manual/fr/handling.xml
351                 documented addressbook matching (condition configuration):
352                   addrbook.xml, en fr
353                 documented per-account filtering rules (handling/filtering
354                   section, account section):
355                   account.xml, handling.xml, en fr
356                 slightly updated the handling/searching section to tell few
357                   words about the extended search ability:
358                   handling.xml, en fr
359                 added missing <quote></quotes> to Quick Search:
360                   handling.xml, en fr es
361                 fixed a typo (auomatically):
362                   handling.xml, en
363                 changes revisited by Paul.
364
365 2006-09-10 [paul]       2.4.0cvs171
366
367         * src/prefs_actions.c
368         * src/prefs_filtering.c
369         * src/prefs_template.c
370                 adjustments to the gui
371                 Patch by Fabien Vantard (slightly modified)
372
373 2006-09-10 [colin]      2.4.0cvs170
374
375         * src/summaryview.c
376                 Check folderitem/summaryview consistency
377                 (basically automates Update summary). Fixes
378                 #1011 (wrong (negative) count on unread 
379                 messages)
380
381 2006-09-10 [colin]      2.4.0cvs169
382
383         * src/gtk/gtksctree.c
384                 Fix recursive expansion via mouse
385         * src/plugins/bogofilter/bogofilter.c
386                 Use normal filtering way of moving
387                 messages (batching), possibly fixing
388                 bug #1015 (Bogofilter plugin doubles 
389                 new messages)
390
391 2006-09-09 [wwp]        2.4.0cvs168
392
393         * src/prefs_filtering.c
394                 better place for this fix.
395
396 2006-09-09 [wwp]        2.4.0cvs167
397
398         * src/prefs_filtering.c
399                 fix a minor bug when the enabled status of a filtering/processing
400                 rule always got set to TRUE when replacing this rule. That still
401                 make sense when adding a new rule, but now when replacing, we
402                 don't override the value of 'enabled'.
403                 Also renamed the func prefs_filtering_list_view_get_rule_name()
404                 to prefs_filtering_list_view_get_info() as this function not only
405                 returns the name, but also the account_id and the enabled status.
406
407 2006-09-09 [mones]      2.4.0cvs166
408
409         * manual/glossary.xml
410         * manual/plugins.xml
411                 Minor format corrections
412         * manual/gpl.xml
413                 Fix misplaced NO WARRANTY section
414         * manual/es/advanced.xml
415         * manual/es/faq.xml
416         * manual/es/glossary.xml
417         * manual/es/gpl.xml
418         * manual/es/handling.xml
419         * manual/es/plugins.xml
420         * manual/es/starting.xml
421                 Incorporate changes from English version
422         * manual/fr/ack.xml
423         * manual/pl/ack.xml
424         * manual/es/ack.xml
425                 Fix address, (add translation credits in es version)
426         * po/es.po
427                 Updated translation
428
429 2006-09-09 [wwp]        2.4.0cvs165
430
431         * src/prefs_filtering.c
432                 fix a crash when opening filtering prefs, if matcherrc file contains
433                 broken data (non-existing account id, which is theoretically not
434                 possible).
435
436 2006-09-08 [colin]      2.4.0cvs164
437
438         * src/folder.c
439                 Wrong assert, make it an if()
440         * src/gtk/gtksctree.c
441                 Fix bug #1013 (expand selected thread 
442                 tree) - expanding is now recursive
443
444 2006-09-07 [wwp]        2.4.0cvs163
445
446         * src/prefs_matcher.c
447                 make better sentences about addressbook matching in the
448                 matcher prefs. This should make translators' work easier
449                 too.
450
451 2006-09-07 [wwp]        2.4.0cvs162
452
453         * src/prefs_filtering.c
454                 code simplification (get rid of dup var. assignment).
455
456 2006-09-07 [wwp]        2.4.0cvs161
457
458         * src/summaryview.c
459                 use GTK_STOCK icons when possible, patch by Fabien Vantard
460                 <fzzzzz@gmail.com>.
461
462 2006-09-07 [paul]       2.4.0cvs160
463
464         * src/mimeview.c
465                 fix compilation warnings
466                 Thanks to Colin
467
468 2006-09-07 [paul]       2.4.0cvs159
469
470         * src/mimeview.c
471                 select the mimepart icon when
472                 displaying as text
473                 Thanks to Colin
474
475 2006-09-06 [paul]       2.4.0cvs158
476
477         * src/prefs_filtering.c
478                 fix labels and table element spacing
479                 Patch by Fabien Vantard
480
481 2006-09-06 [paul]
482
483         2.5.0-rc3 released
484
485 2006-09-06 [paul]       2.4.0cvs157
486
487         * manual/es/advanced.xml
488                 fix typo
489
490 2006-09-06 [wwp]        2.4.0cvs156
491
492         * src/mainwindow.c
493                 fix an dup launch issue when iconified, thanks to Colin.
494
495 2006-09-06 [wwp]        2.4.0cvs155
496
497         * src/gtk//gtksctree.h
498                 oops, forgot that one!
499
500 2006-09-06 [wwp]        2.4.0cvs154
501
502         * manual/pl/advanced.xml
503         * manual/advanced.xml
504         * manual/es/advanced.xml
505         * manual/fr/advanced.xml
506         * src/prefs_customheader.c
507         * src/prefs_filtering_action.c
508         * src/foldersel.c
509         * src/prefs_summaries.c
510         * src/prefs_filtering.c
511         * src/account.c
512         * src/compose.c
513         * src/prefs_summary_column.c
514         * src/addr_compl.c
515         * src/prefs_actions.c
516         * src/prefs_folder_column.c
517         * src/ssl_manager.c
518         * src/prefs_template.c
519         * src/prefs_display_header.c
520         * src/prefs_common.h
521         * src/prefs_matcher.c
522         * src/prefs_common.c
523         * src/prefs_toolbar.c
524         * src/summaryview.c
525         * src/folderview.c
526         * src/gtk/gtksctree.c
527         * src/gtk/pluginwindow.c
528         * src/gtk/progressdialog.c
529         * src/gtk/prefswindow.c
530                 renamed hidden option enable_rules_hint to use_stripes_everywhere
531                 to make its meaning more obvious (all versions of the manual reflect
532                 the change).
533                 added an extra hidden option use_stripes_in_summary to allow
534                 discarding these stripes in mainwindow's folder and message lists;
535                 en and fr manuals only are OK towards this.
536
537 2006-09-06 [colin]      2.4.0cvs153
538
539         * src/textview.c
540                 Hide Sylpheed-Claws' internal queue headers
541                 when showing all headers. They'll be present
542                 only in Source window.
543
544 2006-09-05 [colin]      2.4.0cvs152
545
546         * src/plugins/trayicon/trayicon.c
547                 Fix crash at exit - we have to disconnect
548                 our handlers
549         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
550                 Update eggtrayicon - patch adapted from a
551                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
552                 on Sylpheed's ML
553
554 2006-09-05 [colin]      2.4.0cvs151
555
556         * src/mainwindow.c
557         * src/gtk/logwindow.c
558                 Fix race condition when something writes
559                 to the log too soon during init. Thanks
560                 to Fabien Vantard
561
562 2006-09-05 [colin]      2.4.0cvs150
563
564         * src/mimeview.c
565                 Don't select part on right-click either
566
567 2006-09-05 [paul]       2.4.0cvs149
568
569         * src/mimeview.c
570                 completion of previous commit
571                 Thanks to Colin
572
573 2006-09-05 [colin]      2.4.0cvs148
574
575         * src/mimeview.c
576                 Don't force selection on middle-click, just open
577
578 2006-09-04 [colin]      2.4.0cvs147
579
580         * src/mimeview.c
581                 Looks like gtk_notebook_set_current_page()
582                 sometimes steals focus, and this annoys us
583                 in MimeViewers as it renders navigation
584                 keys useless. Take back focus after switching
585                 pages.
586
587 2006-09-04 [colin]      2.4.0cvs146
588
589         * src/messageview.c
590                 Set stop_loading when clicking on Next
591                 during load. Don't add a callback to 
592                 avoid over-complicating things.
593
594 2006-09-04 [colin]      2.4.0cvs145
595
596         * src/mimeview.c
597         * src/messageview.c
598                 Fix multiple loads in separate messageview
599
600 2006-09-04 [colin]      2.4.0cvs144
601
602         * src/summaryview.c
603                 Let navigation keys be handled during 
604                 load
605
606 2006-09-04 [colin]      2.4.0cvs143
607
608         * src/messageview.c
609         * src/summaryview.c
610         * src/textview.c
611         * src/textview.h
612                 Make loading of huge mails (lots of text and/or
613                 images) cancellable, so the GUI doesn't block 
614
615 2006-09-04 [colin]      2.4.0cvs142
616
617         * src/plugins/trayicon/trayicon.c
618                 Fix annoyance when removing a folder with 
619                 unread mails: trayicon didn't update
620
621 2006-09-04 [paul]       2.4.0cvs141
622
623         * src/gtk/icon_legend.c
624                 straighten up columns
625                 Patch by Fabien Vantard
626
627 2006-09-04 [wwp]        2.4.0cvs140
628
629         * src/prefs_filtering.c
630                 fix new line's account name in filtering prefs:
631                 was "All", is now "(New)".
632
633 2006-09-04 [paul]       2.4.0cvs139
634
635         * tools/make.themes.project
636                 use "AUTOMAKE_OPTIONS = dist-bzip2"
637                 instead of homebrewed "make release"
638
639 2006-09-03 [colin]      2.4.0cvs138
640
641         * src/folderview.c
642                 Fix bug #1007 (Wrong folder highlighted)
643
644 2006-09-03 [colin]      2.4.0cvs137
645
646         * src/compose.c
647                 Don't set Newsgroup: header to a mail folder
648                 path
649
650 2006-09-03 [paul]       2.4.0cvs136
651
652         * src/prefs_other.c
653         * src/prefs_spelling.c
654                 unify the gui
655
656 2006-09-03 [paul]       2.4.0cvs135
657
658         * src/prefs_summaries.c
659                 correct menu item text in prefs_keybind_apply_clicked()
660
661 2006-09-03 [paul]       2.4.0cvs134
662
663         * manual/advanced.xml
664                 some improvements to the descriptions
665         * src/mainwindow.c
666         * src/messageview.c
667         * src/summaryview.c
668         * src/gtk/menu.c
669                 fix menu sensitivity issues
670         * src/prefs_message.c
671                 drop the useless word 'short'
672         * src/prefs_other.c
673                 add the word 'lines' indicating log length
674                 is a measure of lines
675         * src/textview.c
676                 fix compilation warnings
677
678 2006-09-02 [colin]      2.4.0cvs133
679
680         * src/messageview.c
681                 Display a special return-receipt message
682                 if the message is from the user
683         * src/summaryview.c
684                 Fix missing freeze of the list when marking
685                 all read and unthreading for exec. Thanks
686                 to Stephan Sachse.
687
688 2006-09-02 [paul]       2.4.0cvs132
689
690         * src/mainwindow.c
691         * src/prefs_message.c
692         * src/summaryview.c
693                 fix some english
694
695 2006-09-02 [wwp]        2.4.0cvs131
696
697         * src/prefs_filtering.c
698                 added an account name column to the filtering rules
699                 dialog.
700
701 2006-09-02 [colin]      2.4.0cvs130
702
703         * src/gtk/logwindow.c
704         * src/gtk/logwindow.h
705                 Block scrolling if we're not at the end
706                 of the log
707
708 2006-09-02 [colin]      2.4.0cvs129
709
710         * src/folder.c
711                 Make sure account-specific rules can't
712                 be used in {pre-,post-,}processing
713         * src/mainwindow.c
714         * src/gtk/logwindow.c
715         * src/gtk/logwindow.h
716                 Jump to last error when clicking on the
717                 warning icon
718
719 2006-09-02 [colin]      2.4.0cvs128
720
721         * src/imap.c
722         * src/import.c
723         * src/mainwindow.c
724         * src/mainwindow.h
725                 Fix warning icon
726         * src/inc.c
727         * src/mbox.c
728         * src/mbox.h
729                 Let proc_mbox know its account, for
730                 account-specific rules
731
732 2006-09-01 [colin]      2.4.0cvs127
733
734         * src/codeconv.c
735                 Don't uselessly use iconv to convert from
736                 us-ascii
737         * src/alertpanel.c
738         * src/mainwindow.c
739         * src/mainwindow.h
740         * src/inc.c
741                 Fix certain log cases, disable warning icon
742                 for now, the correct way to display it when
743                 necessary and only when necessary is probably
744                 to do it manually rather than use error logs
745         * src/etpan/imap-thread.c
746                 Clean up UID logging a bit
747         * src/gtk/logwindow.c
748         * src/gtk/logwindow.h
749                 Make logging faster when the window's closed
750
751 2006-09-01 [wwp]        2.4.0cvs126
752
753         * manual/fr/account.xml
754                 reflect changes to the ref. manual (parts of cvs72):
755                 fix tabnames and quotes.
756
757 2006-09-01 [wwp]        2.4.0cvs125
758
759         * manual/fr/plugins.xml
760                 reflect changes to the reference manual (cvs42):
761                 update IRC channel info.
762
763 2006-09-01 [wwp]        2.4.0cvs124
764
765         * commitHelper
766                 use CVSEDITOR env. var. if set, according to `man cvs`.
767
768 2006-09-01 [wwp]        2.4.0cvs123
769
770         * manual/advanced.xml
771                 better sentence again (thanks to Paul).
772
773 2006-09-01 [wwp]        2.4.0cvs122
774
775         * manual/advanced.xml
776         fix definition of toolbar_detachable and rework a bit the one of
777         enable_dotted_lines.
778
779 2006-09-01 [mones]      2.4.0cvs121
780
781         * manual/advanced.xml
782                 Document enable_dotted_lines
783
784 2006-09-01 [paul]       2.4.0cvs120
785
786         * src/folderview.c
787         * src/folderview.h
788         * src/imap.c
789         * src/mainwindow.c
790         * src/summaryview.c
791                 obey the 'When entering folder...' option
792                 when using the /View/Go to/... menu items
793                 Thanks to Colin
794
795 2006-08-31 [colin]      2.4.0cvs119
796
797         * src/folderview.c
798                 Revert 2.4.0cvs116, wrong fix.
799
800 2006-08-31 [colin]      2.4.0cvs118
801
802         * src/gtk/gtksctree.c
803                 Better state the various copyrights
804
805 2006-08-31 [colin]      2.4.0cvs117
806
807         * src/prefs_common.c
808                 fix enable_dotted_lines
809
810 2006-08-31 [colin]      2.4.0cvs116
811
812         * src/folderview.c
813                 Use pref "Always open on select" when going
814                 to next unread folder
815         * src/gtk/gtksctree.c
816                 Fix link failure to _gtk_clist_create_cell_layout
817                 on certain computers. (Why not mine, I wonder)
818
819 2006-08-31 [colin]      2.4.0cvs115
820
821         * src/procmsg.c
822         * src/textview.c
823         * src/plugins/bogofilter/bogofilter.c
824         * src/plugins/spamassassin/spamassassin.c
825                 Requalify some "errors" to warnings
826         * src/mainwindow.c
827         * src/mainwindow.h
828         * src/statusbar.c
829                 Add an icon in the statusbar to notify
830                 of errors
831         * src/gtk/gtksctree.c
832         * src/folderview.c
833         * src/summaryview.c
834                 Make the GtkSCTree look more modern by
835                 alternating background lines
836         * src/prefs_common.c
837         * src/prefs_common.h
838                 Add a pref to let people have the old
839                 way if they prefer
840
841
842 2006-08-30 [colin]      2.4.0cvs114
843
844         * src/procmsg.c
845         * src/procmsg.h
846                 Provide a way to filter a list of
847                 messages in an optimised manner, and
848                 add a list-filtering hook
849         * src/folder.c
850         * src/inc.c
851         * src/mbox.c
852                 Use the list filtering
853         * src/plugins/bogofilter/bogofilter.c
854                 Use the list-filtering hook
855                 Use -b (bulk) mode for more speed
856                 when learning and filtering
857         * src/etpan/imap-thread.c
858                 Make log output shorter in UID SEARCH
859
860
861 2006-08-30 [colin]      2.4.0cvs113
862
863         * src/plugins/bogofilter/bogofilter.c
864                 Really fast mass learning - thanks to David
865                 Relson for the options explanations :)
866
867 2006-08-30 [colin]      2.4.0cvs112
868
869         * src/msgcache.c
870                 Fix compilation on FreeBSD. Thanks
871                 to Michael Hugues
872
873 2006-08-29 [colin]      2.4.0cvs111
874
875         * src/folderview.c
876                 Handle "popup_menu" signal (for popping the 
877                 menu via the keyboard)
878         * src/mimeview.c
879         * src/mimeview.h
880         * src/summaryview.c
881         * src/textview.c
882         * src/gtk/gtkutils.c
883         * src/gtk/gtkutils.h
884                 Factorize scrolling code, and add an API 
885                 for MimeViewers to handle scroll orders
886
887 2006-08-29 [wwp]        2.4.0cvs110
888
889         * src/plugins//bogofilter/bogofilter.c
890         * src/plugins//spamassassin/spamassassin.c
891                 make the bogofilter/spamassassin filtering error dialogs at
892         incorporation obey to the "don't popup error dialog on
893         receive error" option. If disabled, feed the log window w/
894         the error message.
895
896 2006-08-29 [paul]
897
898         2.5.0-rc2 released
899
900 2006-08-29 [paul]       2.4.0cvs109
901
902         * Makefile.am
903                 remove 'make release', it's not needed
904                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
905
906 2006-08-29 [paul]       2.4.0cvs108
907
908         * src/foldersel.c
909         * src/summary_search.c
910         * src/gtk/progressdialog.c
911         * src/plugins/pgpcore/passphrase.c
912                 replace deprecated gtk_window_set_policy()
913
914 2006-08-29 [colin]      2.4.0cvs107
915
916         * src/folder.c
917                 Fix data loss when copy fails during a move:
918                 only use fast remove_msgs if everything was
919                 copied OK; else use slow remove_msg on the
920                 mails that got copied only.
921
922 2006-08-28 [paul]       2.4.0cvs106
923
924         * src/mh.c
925                 revert change in 2.4.0cvs104, it breaks
926                 stuff
927
928 2006-08-28 [paul]       2.4.0cvs105
929
930         * src/plugins/spamassassin/spamassassin.c
931                 english fix
932
933 2006-08-28 [paul]       2.4.0cvs104
934
935         * src/mh.c
936                 fix data loss when moving to another
937                 mailbox fails
938         * src/prefs_spelling.c
939                 improve the english
940         * src/gtk/pluginwindow.c
941                 improve the layout of the dialog text
942         All thanks to Colin
943
944 2006-08-28 [paul]       2.4.0cvs103
945
946         * src/plugins/bogofilter/bogofilter.c
947         * src/plugins/bogofilter/bogofilter_gtk.c
948                 fix english up a bit, innit
949
950 2006-08-28 [paul]       2.4.0cvs102
951
952         * configure.ac
953         * po/Makefile.in.in
954         * po/Makevars
955                 require autoconf 2.60, enabling building
956                 with gettext 0.15 (gettext 0.14.x build still
957                 possible). Replace Makefiles with versions
958                 from gettext 0.15.
959                 Remove configure options --with-localedir and
960                 --with-mandir. The options that are provided
961                 directly by autoconf 2.60 can be used instead:
962                 --mandir --localedir
963
964 2006-08-27 [colin]      2.4.0cvs101
965
966         * src/plugins/bogofilter/Makefile.am
967                 Fix make dist (no README)
968
969 2006-08-27 [colin]      2.4.0cvs100
970
971         * src/folder.c
972                 Don't use F_UNKNOWN folders for any default
973                 outbox/trash/etc
974         * src/plugins/bogofilter/bogofilter.c
975         * src/plugins/bogofilter/bogofilter.h
976         * src/plugins/bogofilter/bogofilter_gtk.c
977                 Add an option to specify the path to bogofilter
978                 Use single-quotes to be able to learn in folders
979                 with spaces in their names
980                 Verify learning status
981
982 2006-08-27 [colin]      2.4.0cvs99
983
984         * manual/faq.xml
985         * manual/plugins.xml
986                 Document Bogofilter plugin
987
988 2006-08-27 [colin]      2.4.0cvs98
989
990         * src/compose.c
991         * src/messageview.c
992         * src/procmsg.c
993         * src/procmsg.h
994                 When possible, copy the queued mail to sent folder
995                 instead of re-adding. Much faster on IMAP.
996
997 2006-08-27 [colin]      2.4.0cvs97
998
999         * src/msgcache.c
1000                 Disable mmaped caches - huge metadata loss
1001                 here after a power failure.
1002         * src/summaryview.c
1003                 Add quicksearch timing
1004         * src/common/plugin.c
1005         * src/common/plugin.h
1006                 Implement an interface to tell what plugins
1007                 provide. Prevent loading of similar plugins.
1008         * src/plugins/clamav/clamav_plugin.c
1009         * src/plugins/demo/demo.c
1010         * src/plugins/dillo_viewer/dillo_viewer.c
1011         * src/plugins/pgpcore/plugin.c
1012         * src/plugins/pgpinline/pgpinline.c
1013         * src/plugins/pgpmime/pgpmime.c
1014         * src/plugins/spamassassin/spamassassin.c
1015         * src/plugins/trayicon/trayicon.c
1016                 Implement plugin_provides()
1017
1018 2006-08-27 [colin]      2.4.0cvs96
1019
1020         * configure.ac
1021         * src/plugins/Makefile.am
1022         * src/plugins/bogofilter/.cvsignore
1023         * src/plugins/bogofilter/Makefile.am
1024         * src/plugins/bogofilter/bogofilter.c
1025         * src/plugins/bogofilter/bogofilter.h
1026         * src/plugins/bogofilter/bogofilter_gtk.c
1027                 New Bogofilter plugin, provides filtering and
1028                 learning. Spamassassin will go to extra plugins.
1029
1030 2006-08-26 [mones]      2.4.0cvs95
1031
1032         * manual/handling.xml
1033                 Fix subfolder path in the example (thanks to Paul) 
1034
1035 2006-08-26 [mones]      2.4.0cvs94
1036
1037         * manual/glossary.xml
1038                 2.2. + add ISP to the glossary
1039                 7.5. + Add UIDL to glossary
1040                 7.7. + Add TCP to glossary
1041         * manual/handling.xml
1042                 7.1. + Mentions GNU/Linux distribution, what about the non...
1043                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1044                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1045                 7.4. = Use appropriate quotation for commands
1046                 7.6. = change "" to <quote></quote>
1047         * manual/plugins.xml
1048                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1049         * manual/starting.xml
1050                 2.1. + local mbox file: some examples of mbox file locations...
1051                 Also reformatted files requiring it
1052
1053 2006-08-26 [wwp]        2.4.0cvs93
1054
1055         * src/summary_search.c
1056                 disable find buttons while summary search is running.
1057
1058 2006-08-25 [colin]      2.4.0cvs92
1059
1060         * src/folder.c
1061         * src/folderutils.c
1062         * src/mh.c
1063         * src/procmsg.h
1064         * src/summaryview.c
1065                 Speed up MH moving, and add progressbar
1066                 for MH deletion
1067         * src/msgcache.c
1068                 Write cache files using mmap() too
1069
1070 2006-08-25 [wwp]        2.4.0cvs91
1071
1072         * src/summaryview.c
1073                 switch spam<->ham button when a message has been marked as spam or ham
1074                 and is still selected. Thanks to Colin.
1075
1076 2006-08-25 [paul]       2.4.0cvs90
1077
1078         * src/Makefile.am
1079         * src/stock_pixmap.c
1080         * src/stock_pixmap.h
1081         * src/summaryview.c
1082         * src/gtk/icon_legend.c
1083         * src/pixmaps/copied.xpm
1084         * src/pixmaps/moved.xpm
1085                 add icons for delayed execution marked for
1086                 copying, marked for moving
1087
1088 2006-08-25 [mones]      2.4.0cvs89
1089
1090         * manual/glossary.xml
1091                 Fix the other glossary items:
1092                 5.1. = Inmmediate execution -> <quote>immediate execution...
1093                 5.2. = Fix MBOX capitalization -> Mbox
1094                 5.3. + Improve Plugins def. w/ tech. ref.
1095                 5.4. = Quotation -> replace '>' by <quote>></quote>
1096                 5.5. - SMTP Server. -> remove dot
1097         * po/es.po
1098                 Updated translation
1099
1100 2006-08-25 [mones]      2.4.0cvs88
1101
1102         * manual/ack.xml
1103                 Reformatted, changed email address
1104         * manual/glossary.xml
1105                 Reformatted, fixed MANUAL-TODO items:
1106                 8.2. + add ROT-13 to glossary
1107                 8.4. + add URL to glossary
1108         * manual/es/advanced.xml
1109                 Fixed <literal>s
1110
1111 2006-08-25 [paul]       2.4.0cvs87
1112
1113         * src/gtk/icon_legend.c
1114                 add 'marked for deletion' icon
1115                 arrange icons by containing column
1116                 wrap long label text
1117
1118 2006-08-25 [colin]      2.4.0cvs86
1119
1120         * src/common/utils.c
1121         * src/common/utils.h
1122                 Add the sc_g_*list_bigger functions in
1123                 a place everyone can use it
1124         * src/summaryview.c
1125                 Only freeze/thaw the list when working
1126                 on the selection, if it's bigger than 1
1127         * src/gtk/gtksctree.c
1128                 Only freeze/thaw the list when unselec-
1129                 ting 'all' if ('all' != 1)
1130                 This avoids some flickering
1131
1132 2006-08-24 [colin]      2.4.0cvs85
1133
1134         * src/addressbook.c
1135                 Fix strange list selection
1136                 Fix random seg (Invalid read of freed memory)
1137
1138 2006-08-24 [colin]      2.4.0cvs84
1139
1140         * src/alertpanel.c
1141         * src/gtk/inputdialog.c
1142         * src/plugins/pgpcore/passphrase.c
1143                 Revert minimal width patch of 2.4.0cvs67,
1144                 as it is also a maximal width. Use 
1145                 gtk_window_set_default_size instead.
1146
1147 2006-08-24 [colin]      2.4.0cvs83
1148
1149         * src/msgcache.c
1150                 Write cache/mark to temp files before
1151                 overwriting old ones (avoids metadata
1152                 loss if writing the new files fail).
1153                 Use mmap() to read cache/mark file, as
1154                 this makes cache reading faster. Dis-
1155                 abled for big-endian machines until it
1156                 can be tested. (Big-endian users: set
1157                 msgcache_use_mmap = TRUE in the relevant
1158                 #if).
1159         * src/procmsg.h
1160                 Move rarely used fields of MsgInfo in 
1161                 another structure, which will only be
1162                 allocated if needed. Face, X-Face,
1163                 Return receipt headers and List-*
1164                 headers are moved. Mails having none
1165                 of these occupy 52 bytes less with
1166                 this patch, which makes 2.5MB of RAM
1167                 saved on a 50k folder).
1168         * src/headerview.c
1169         * src/mainwindow.c
1170         * src/messageview.c
1171         * src/partial_download.c
1172         * src/procheader.c
1173         * src/procmsg.c
1174         * src/textview.c
1175                 Follow this structure change.
1176
1177 2006-08-24 [wwp]        2.4.0cvs82
1178
1179         * manual/es/.cvsignore
1180         * manual/es/dist/.cvsignore
1181         * manual/es/dist/html/.cvsignore
1182         * manual/es/dist/pdf/.cvsignore
1183         * manual/es/dist/ps/.cvsignore
1184         * manual/es/dist/txt/.cvsignore
1185                 more (generated) files to ignore.
1186
1187 2006-08-24 [colin]      2.4.0cvs81
1188
1189         * src/folder.c
1190         * src/mh.c
1191                 Fix possible problems with local delivery. Check the folder doesn't
1192                 need scan before setting its mtime when saving cache (which can be
1193                 done long after the folder's been modified by an external process);
1194                 Check that the stored item's mtime didn't change in mh functions.
1195
1196 2006-08-24 [mones]      2.4.0cvs80
1197
1198         * manual/advanced.xml
1199                 Rewrapping, some fixes and MANUAL-TODO items:
1200                 8.1. = change "" to <quote></quote>
1201                 8.3. = quote menu items
1202                 8.5. - deploying -> new user ... ideally a new user (redundant)
1203
1204 2006-08-23 [colin]      2.4.0cvs79
1205
1206         * src/gtk/gtksctree.c
1207                 When selecting or deselecting range, only
1208                 freeze/thaw when selection is bigger than 10
1209
1210 2006-08-23 [colin]      2.4.0cvs78
1211
1212         * src/messageview.c
1213         * src/mimeview.c
1214         * src/mimeview.h
1215         * src/plugins/dillo_viewer/dillo_viewer.c
1216                 Provide an API for MimeViewer plugins to
1217                 return a text selection for replying
1218
1219 2006-08-23 [colin]      2.4.0cvs77
1220
1221         * src/image_viewer.c
1222         * src/textview.c
1223                 Use gtk_pixbuf_new_from_file_at_scale(), which
1224                 is faster than getting the pixbuf then resizing
1225                 it.
1226
1227 2006-08-23 [colin]      2.4.0cvs76
1228
1229         * src/procmime.c
1230                 UTF-8 should be sent Quoted-printable
1231
1232 2006-08-22 [colin]      2.4.0cvs75
1233
1234         * src/mh.c
1235                 Check if scan is required before touching
1236                 the folder (or it'll be required every time)
1237
1238 2006-08-22 [colin]      2.4.0cvs74
1239
1240         * configure.ac
1241                 Require libetpan 0.46 (crasher fix when built
1242                 against gnutls)
1243
1244 2006-08-22 [colin]      2.4.0cvs73
1245
1246         * src/folder.c
1247                 Set folder's mtime after writing its
1248                 cache
1249         * src/folderview.c
1250                 Add some timing
1251         * src/procmsg.c
1252                 Don't do useless stuff if we don't 
1253                 thread by subject
1254         * src/summaryview.c
1255                 Add some timing, don't deselect prior
1256                 to selecting (gtksctree does it itself),
1257                 remove crash avoidance hacks as it's been
1258                 properly fixed since a while
1259         * src/common/utils.c
1260                 Optimize to_human_readable(): _() is slow,
1261                 do it only once, and avoid %f format for KB
1262                 (the most common in a summaryview)
1263         * src/gtk/gtksctree.c
1264                 Don't uselessly freeze/thaw (fixes flicker
1265                 on next unread and friends), reduce number
1266                 of g_list_nth/g_list_position where possible
1267         * src/gtk/gtkutils.c
1268         * src/gtk/gtkutils.h
1269                 Reduce number of g_list_nth/g_list_position
1270                 where possible.
1271                 All of this makes loading as 70k folder 2.1
1272                 seconds instead of 3.2 (with hot FS caches).
1273                 (1.3 seconds without Date and Size columns...)
1274
1275 2006-08-22 [paul]       2.4.0cvs72
1276
1277         wrap documents and do some items from mones' MANUAL-TODO:
1278
1279         * manual/account.xml
1280                 4.1. = fix tabname references to <quote>tabname</quote>
1281                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1282         * manual/faq.xml
1283                 1.1. = mentioned options don't match UI
1284                 Add information about the 'Never send Return Receipts'
1285                 option
1286         * manual/handling.xml
1287                 6.2. = Mentions Extended symbols button, but now is
1288                 named Information
1289                 6.3. = Mentions ... button, which is now Edit
1290
1291 2006-08-22 [colin]      2.4.0cvs71
1292
1293         * src/gtk/pluginwindow.c
1294                 Fix layout in verbose translations (such
1295                 as french)
1296
1297 2006-08-22 [paul]       2.4.0cvs70
1298
1299         * manual/Makefile.am
1300                 build manuals in alphabetical order
1301         * src/addressbook.c
1302         * src/prefs_themes.c
1303                 replace/remove deprecated symbols
1304         * src/gtk/gtkutils.c
1305                 fix a warning
1306         * src/gtk/pluginwindow.c
1307                 replace deprecated symbol
1308                 replace label text and move it
1309         * src/plugins/pgpcore/prefs_gpg.c
1310                 move the 'Generate...' button out of the
1311                 Sign Key frame, replace the English used
1312         * src/plugins/pgpcore/sgpgme.c
1313                 fixes to the English
1314
1315 2006-08-21 [colin]      2.4.0cvs69
1316
1317         * src/plugins/trayicon/trayicon.c
1318                 Add more strings for translation; patch
1319                 by Pawel
1320
1321 2006-08-21 [colin]      2.4.0cvs68
1322
1323         * src/compose.c
1324                 fix replied flag not set after drafting
1325         * src/matcher.c
1326                 fix body quicksearch in non-encoded bodies
1327                 containing '='
1328         * src/msgcache.c
1329                 Get rid of the g_malloc workaround for
1330                 corrupted caches, use g_try_malloc
1331
1332 2006-08-21 [colin]      2.4.0cvs67
1333
1334         * src/alertpanel.c
1335         * src/gtk/inputdialog.c
1336         * src/plugins/pgpcore/passphrase.c
1337                 Set minimal width to 375
1338         * src/mainwindow.c
1339                 Fix switching to offline, asking if it 
1340                 should be overriden for synchronising
1341         * src/mimeview.c
1342                 Don't offer to remember command on Open 
1343                 with for text parts, as the browser or 
1344                 text editor command isn't changed from 
1345                 there
1346
1347 2006-08-20 [paul]       2.4.0cvs66
1348
1349         * po/ko.po
1350         * po/zh_CN.po
1351                 fix plural form errors. revealed by stricter
1352                 checking of gettext 0.15
1353
1354 2006-08-18 [paul]       2.4.0cvs65
1355
1356         * src/stock_pixmap.c
1357                 fix the fix of 2.4.0cvs64
1358                 Thanks to Colin
1359
1360 2006-08-18 [paul]       2.4.0cvs64
1361
1362         * src/stock_pixmap.c
1363                 fix leaks
1364                 Thanks to Colin
1365
1366 2006-08-18 [paul]       2.4.0cvs63
1367
1368         * src/compose.c
1369         * src/procmsg.c
1370                 fix occasional IMAP bug where large msgs
1371                 were left in the queue folder after sending
1372                 Thanks to Colin
1373
1374 2006-08-18 [paul]       2.4.0cvs62
1375
1376         * src/folderview.c
1377                 freeze the summaryview while quicksearch results
1378                 are displayed
1379                 (fixes bug 456 'current message is hidden when the
1380                 view is refreshed and extended search is "unread 
1381                 messages"')
1382                 Thanks to Colin
1383         * src/textview.c
1384                 add missing #include "inputdialog.h"
1385         * src/common/utils.h
1386                 add missing mailcap_update_default() and improve
1387                 readability
1388
1389 2006-08-17 [colin]      2.4.0cvs61
1390
1391         * src/plugins/pgpcore/select-keys.c
1392                 Fix warnings :)
1393
1394 2006-08-17 [colin]      2.4.0cvs60
1395
1396         * src/compose.c
1397                 Don't continue queuing if Cancel is clicked
1398                 in select-keys
1399
1400 2006-08-17 [colin]      2.4.0cvs59
1401
1402         * src/plugins/pgpcore/select-keys.c
1403                 When encrypting, if only one key matches and it 
1404                 matches exactly, automatically use it.
1405
1406 2006-08-17 [colin]      2.4.0cvs58
1407
1408         * src/mimeview.c
1409         * src/prefs_common.c
1410         * src/prefs_common.h
1411         * src/prefs_ext_prog.c
1412         * src/textview.c
1413                 Fix issues with previous patch (text/html)
1414                 Remove outdated prefs
1415
1416 2006-08-17 [colin]      2.4.0cvs57
1417
1418         * src/imap.c
1419                 Add View Log button on auth error
1420         * src/procmsg.c
1421                 Fix encrypted mail marked as new when
1422                 saved in normal folders
1423         * src/plugins/pgpinline/pgpinline.c
1424                 Fix encrypt bug on IMAP
1425         * src/mimeview.c
1426         * src/common/utils.c
1427         * src/common/utils.h
1428         * src/gtk/inputdialog.c
1429         * src/gtk/inputdialog.h
1430                 Get rid of metamail stuff, simplify
1431                 opening, and allow remembering of user's
1432                 choices (by updating ~/.mailcap). There's
1433                 still to drop "Audio player" and "Image
1434                 viewer" preferences.
1435
1436 2006-08-17 [mones]      2.4.0cvs56
1437
1438         * manual/es/sylpheed-claws-manual.xml
1439                 fix DTD path
1440
1441 2006-08-17 [mones]      2.4.0cvs55
1442
1443         * configure.ac
1444         * manual/Makefile.am
1445         * manual/es/Makefile.am
1446         * manual/es/account.xml
1447         * manual/es/ack.xml
1448         * manual/es/addrbook.xml
1449         * manual/es/advanced.xml
1450         * manual/es/faq.xml
1451         * manual/es/glossary.xml
1452         * manual/es/gpl.xml
1453         * manual/es/handling.xml
1454         * manual/es/intro.xml
1455         * manual/es/keyboard.xml
1456         * manual/es/plugins.xml
1457         * manual/es/starting.xml
1458         * manual/es/sylpheed-claws-manual.xml
1459         * manual/es/dist/Makefile.am
1460         * manual/es/dist/html/Makefile.am
1461         * manual/es/dist/pdf/Makefile.am
1462         * manual/es/dist/ps/Makefile.am
1463         * manual/es/dist/txt/Makefile.am
1464                 Spanish translation for the manual
1465
1466 2006-08-16 [colin]      2.4.0cvs54
1467
1468         * src/compose.c
1469         * src/main.c
1470         * src/mainwindow.c
1471                 Fix send button sensitivity at startup
1472                 Set send menu sensitivity (patch by Fabien)
1473         * src/ssl_manager.c
1474                 Enable closing with esc (patch by Fabien)
1475         * src/gtk/foldersort.c
1476                 Enable closing with esc (patch by Fabien)
1477         * src/procmime.c
1478                 Optimisation (no need to copy to tempfile to
1479                 "decode" 7bit and 8bit)
1480         * src/summaryview.c
1481                 Fix cruft in swap_from case
1482         * src/textview.c
1483                 Fix missing last line in some mail cases 
1484                 (Fixes debian #381872)
1485         * src/plugins/pgpcore/prefs_gpg.c
1486         * src/plugins/pgpcore/sgpgme.c
1487         * src/plugins/pgpcore/sgpgme.h
1488                 Don't show "no key found" when user explicitely
1489                 wants to create a key
1490
1491 2006-08-16 [paul]       2.4.0cvs53
1492
1493         * configure.ac
1494         * src/account.c
1495         * src/addressbook.c
1496         * src/headerview.c
1497         * src/prefs_account.c
1498         * src/prefs_message.c
1499         * src/gtk/gtkutils.c
1500                 bump up minimum required versions of GTK+ and
1501                 GLIB to 2.6.0
1502
1503 2006-08-16 [paul]       2.4.0cvs52
1504
1505         * src/toolbar.c
1506                 workaround GTK+ Bug 351600 - 'Can't re-click
1507                 on button after sensitivity update'
1508                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1509                 Thanks to Colin
1510
1511 2006-08-15 [colin]      2.4.0cvs51
1512
1513         * src/plugins/pgpcore/prefs_gpg.c
1514                 Set options sensitivity according to
1515                 key existence
1516         * src/plugins/pgpcore/sgpgme.c
1517                 Allow to create key with no passphrase
1518
1519 2006-08-14 [cleroy]     2.4.0cvs50
1520
1521         * src/gtk/pluginwindow.c
1522                 New layout (maybe to be changed?)
1523         * src/gtk/gtkutils.c
1524                 Fix a bit label_window
1525         * src/plugins/pgpcore/passphrase.c
1526         * src/plugins/pgpcore/passphrase.h
1527         * src/plugins/pgpcore/plugin.c
1528         * src/plugins/pgpcore/prefs_gpg.c
1529         * src/plugins/pgpcore/prefs_gpg.h
1530         * src/plugins/pgpcore/sgpgme.c
1531         * src/plugins/pgpcore/sgpgme.h
1532                 Allow to create a PGP private key via the GUI
1533
1534 2006-08-14 [wwp]        2.4.0cvs49
1535
1536         * src/addressbook_foldersel.c
1537                 fix strict ISO C90 compliance.
1538
1539 2006-08-14 [paul]       2.4.0cvs48
1540
1541         * src/gtk/prefswindow.c
1542                 re-set scrolled window on opening
1543                 Patch by Ticho
1544
1545 2006-08-14 [paul]
1546
1547         2.5.0-rc1 released
1548
1549 2006-08-14 [paul]       2.4.0cvs47
1550
1551         * src/prefs_display_header.c
1552                 re-enable user-defined Displayed Headers
1553
1554 2006-08-14 [paul]       2.4.0cvs46
1555
1556         * src/prefs_account.c
1557                 use GTK_STOCK_EDIT
1558
1559 2006-08-13 [colin]      2.4.0cvs45
1560
1561         * src/common/utils.c
1562                 Fix "a" in quote when the original message is empty,
1563                 by using \0 instead of 'a' to test writability of
1564                 temp files.
1565
1566 2006-08-13 [wwp]        2.4.0cvs44
1567
1568         * src/plugins/spamassassin/spamassassin.c
1569                 fix capitalization of "SpamAssassin" in some debug, log and
1570                 dialog messages.
1571
1572 2006-08-13 [paul]       2.4.0cvs43
1573
1574         * src/editldap.c
1575                 fix overlapping widgets
1576         * src/prefs_account.c
1577                 fix translation of protocol_names[]
1578                 fix label disappearing off the edge of the
1579                 visible area
1580
1581 2006-08-12 [paul]       2.4.0cvs42
1582
1583         * manual/plugins.xml
1584                 update IRC channel info before it gets forgotten
1585                 about
1586
1587 2006-08-11 [colin]      2.4.0cvs41
1588
1589         * src/compose.c
1590         * src/mainwindow.c
1591         * src/mainwindow.h
1592         * src/procmsg.c
1593         * src/procmsg.h
1594         * src/summaryview.c
1595         * src/toolbar.c
1596                 Grey out the Send button if
1597                 - Queue folders are empty, or
1598                 - We're sending already
1599
1600 2006-08-11 [wwp]        2.4.0cvs40
1601
1602         * src/main.c
1603                 fix a logic issue when quitting while a compose window is
1604                 still open, thanks to Colin.
1605
1606 2006-08-10 [colin]      2.4.0cvs39
1607
1608         * src/main.c
1609                 Fix default font size setting after wizard run
1610         * src/imap.c
1611         * src/etpan/imap-thread.c
1612         * src/etpan/imap-thread.h
1613                 Fix bug #999 (Timing out on TSL cert validation 
1614                 dialog makes ugly things happen). Also, STARTTLS
1615                 unconditionnaly if initial capabilities contain
1616                 LOGINDISABLED and STARTTLS.
1617
1618 2006-08-09 [colin]      2.4.0cvs38
1619
1620         * src/mainwindow.c
1621         * src/mainwindow.h
1622                 Fix Tools/Actions sensitivity when there are
1623                 no actions
1624
1625 2006-08-09 [colin]      2.4.0cvs37
1626
1627         * src/prefs_filtering.c
1628                 Warning fix, patch by Paul
1629         * src/messageview.c
1630         * src/prefs_actions.c
1631         * src/prefs_filtering_action.c
1632         * src/prefs_matcher.c
1633                 Uniformisation of "Info ..." to "Info..." (for
1634                 old gtk), patch by Fabien
1635         * src/plugins/clamav/clamav_plugin_gtk.c
1636                 Sensitivity fix by Fabien
1637
1638 2006-08-09 [colin]      2.4.0cvs36
1639
1640         * src/main.c
1641         * src/main.h
1642                 Add a function to know whether we're exiting
1643         * src/plugins/trayicon/trayicon.c
1644                 If exiting, don't do anything. Faster, and
1645                 avoids gtk_main_iteration reentracy causing
1646                 segfaults at exit
1647
1648 2006-08-09 [colin]      2.4.0cvs35
1649
1650         * src/messageview.c
1651         * src/mimeview.c
1652         * src/mimeview.h
1653                 Fix lack of part selection when automatically 
1654                 jumping to a specific part
1655         * src/msgcache.c
1656                 Little optimisation in cache reading
1657
1658 2006-08-09 [colin]      2.4.0cvs34
1659
1660         * src/compose.c
1661                 Fix crash setting the priority on reedit
1662                 (Accessing compose before creating it!)
1663
1664 2006-08-08 [colin]      2.4.0cvs33
1665
1666         * src/procmime.c
1667                 Fix bug #998 (last attachment is not accessible)
1668                 Bad RFC interpretation on multipart close-delimiters
1669         * src/mimeview.c
1670         * src/mimeview.h
1671         * src/gtk/gtkvscrollbutton.c
1672         * src/gtk/gtkvscrollbutton.h
1673                 Make attachments list wheel-scrollable
1674
1675 2006-08-07 [colin]      2.4.0cvs32
1676
1677         * src/gtk/gtkaspell.c
1678                 Fix bug #973 (Unicode punctation characters 
1679                 are not recognized as separators by the
1680                 spell checker); fix unsigned stuff
1681
1682 2006-08-07 [colin]      2.4.0cvs31
1683
1684         * src/compose.c
1685                 Fix bug #956 (DnD text with accents in compose 
1686                 text entry); fix gccc's signed/unsigned fuss
1687
1688 2006-08-06 [colin]      2.4.0cvs30
1689
1690         * src/main.c
1691                 Fix bug #979 (Plugin crashes when exiting 
1692                 sylpheed-claws) : handle exit request only 
1693                 once
1694
1695 2006-08-05 [colin]      2.4.0cvs29
1696
1697         * src/news.c
1698                 Just make sure we have a msgid.
1699
1700 2006-08-05 [colin]      2.4.0cvs28
1701
1702         * src/news.c
1703         * src/summaryview.c
1704                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
1705                 by reimplementing it
1706         * src/textview.c
1707                 Fix bug when hiding quotes with level > 3 and quote
1708                 colors are recycled
1709
1710 2006-08-04 [colin]      2.4.0cvs27
1711
1712         * src/compose.c
1713         * src/undo.c
1714         * src/undo.h
1715                 Fix a bit replace-by-pasting undo
1716         * src/mainwindow.c
1717         * src/messageview.c
1718                 Fix Fold quotes menu synchro in
1719                 mainwindow when it changes in 
1720                 messageview
1721         * src/textview.c
1722                 Fix right-click on quotes blocks
1723         * src/common/utils.c
1724                 Verify that the file created by
1725                 my_tmpfile() is writable. Fixes
1726                 bug #988 (very specific filesystem
1727                 issue)
1728         * src/plugins/pgpcore/sgpgme.c
1729                 Fix file descriptor leak
1730         * src/plugins/spamassassin/spamassassin.c
1731                 Warn once if spamd isn't reachable
1732
1733 2006-08-04 [colin]      2.4.0cvs26
1734
1735         * src/toolbar.c
1736                 i18n context patch by Fabien
1737
1738 2006-08-03 [colin]      2.4.0cvs25
1739
1740         * src/mainwindow.c
1741         * src/messageview.c
1742                 Rename "Hide quotes" to "Fold quotes"
1743         * src/textview.c
1744                 Don't use hand cursor on quotes. "all 
1745                 the bonuses of the feature and none of 
1746                 unwelcome side-effects"
1747
1748 2006-08-03 [colin]      2.4.0cvs24
1749
1750         * AUTHORS
1751         * sylpheed-claws.desktop
1752         * src/gtk/authors.h
1753                 Bring the desktop file to XDG compliance
1754                 Patch by Charles A. Edwards
1755
1756 2006-08-03 [colin]      2.4.0cvs23
1757
1758         * src/textview.c
1759                 Fix links offset when they are preceded
1760                 by accentued chars (g_utf8_strlen!)
1761         * src/mainwindow.c
1762                 Fix wrong status when starting offline
1763
1764
1765 2006-08-03 [wwp]        2.4.0cvs22
1766
1767         * src/prefs_common.h
1768                 ask what to do w/ filtering rules that belong to an account when
1769                 applying filtering rules manually from the main window (skip,
1770                 apply regardless of the account, use current account). This dialog
1771                 can be skipped and the last reply used.
1772                 (forgot that file)
1773
1774 2006-08-03 [wwp]        2.4.0cvs21
1775
1776         * src/filtering.c
1777         * src/filtering.h
1778         * src/prefs_common.c
1779         * src/summaryview.c
1780         * src/alertpanel.c
1781         * src/alertpanel.h
1782         * src/messageview.c
1783                 ask what to do w/ filtering rules that belong to an account when
1784                 applying filtering rules manually from the main window (skip,
1785                 apply regardless of the account, use current account). This dialog
1786                 can be skipped and the last reply used.
1787
1788
1789 2006-08-03 [colin]      2.4.0cvs20
1790
1791         * src/textview.c
1792                 Optimize previous patch
1793
1794 2006-08-03 [cleroy]     2.4.0cvs19
1795
1796         * src/textview.c
1797                 Fix quotes getting toggled back when the
1798                 mail has an even number of text parts
1799
1800 2006-08-02 [colin]      2.4.0cvs18
1801
1802         * src/messageview.c
1803                 Add Hide quotes menu
1804
1805 2006-08-02 [colin]      2.4.0cvs17
1806
1807         * src/mainwindow.c
1808         * src/prefs_common.c
1809         * src/textview.c
1810         * src/textview.h
1811         * src/gtk/about.c
1812                 Allow per-level quote hiding,
1813                 Allow toggling quotes by double-clicking them
1814                 Rename RemoteURI to ClickableText to reflect
1815                 the fact it's used for a variety of things
1816
1817 2006-08-02 [wwp]        2.4.0cvs16
1818
1819         * src/mainwindow.c
1820                 fix "View/Hide quotes" menu item status initialization.
1821
1822 2006-08-02 [wwp]        2.4.0cvs15
1823
1824         * src/matcher_parser_parse.y
1825                 remove a debug trace.
1826
1827 2006-08-02 [paul]       2.4.0cvs14
1828
1829         * src/plugins/pgpcore/passphrase.c
1830                 don't set initial dialog size
1831                 make it resizable
1832
1833 2006-08-02 [paul]       2.4.0cvs13
1834
1835         * src/noticeview.c
1836                 remove the rogue '/' character
1837
1838 2006-08-02 [paul]       2.4.0cvs12
1839
1840         * src/noticeview.c
1841                 allow buttons to resize as necessary
1842
1843 2006-08-01 [wwp]        2.4.0cvs11
1844
1845         * src/mbox.c
1846                 fix strict ISO C90 compliance.
1847
1848 2006-08-01 [wwp]        2.4.0cvs10
1849
1850         * tools/update-po
1851                 updated update-po tool to work w/ context-dependent translations.
1852                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1853
1854 2006-08-01 [wwp]        2.4.0cvs9
1855
1856         * src/matcher.c
1857         * src/prefs_filtering.c
1858         * src/prefs_matcher.c
1859                 allow context-dependent translations for "All",
1860                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1861
1862 2006-07-31 [colin]      2.4.0cvs8
1863
1864         * AUTHORS
1865         * src/gtk/authors.h
1866                 Add Rafal to authors
1867
1868 2006-07-31 [colin]      2.4.0cvs7
1869
1870         * src/compose.c
1871         * src/mainwindow.c
1872         * src/messageview.h
1873         * src/prefs_common.c
1874         * src/prefs_common.h
1875         * src/textview.c
1876                 Add 'View/Hide quotes'. Patch based on a patch
1877                 by Rafal Weglarz
1878
1879 2006-07-31 [colin]      2.4.0cvs6
1880
1881         * src/action.c
1882                 Fix problem with "> stuff >" actions
1883
1884 2006-07-31 [paul]       2.4.0cvs5
1885
1886         * po/nb.po
1887                 updated by Geir Helland
1888
1889 2006-07-31 [wwp]        2.4.0cvs4
1890
1891         * src/mainwindow.c
1892         * src/summaryview.c
1893         * src/summaryview.h
1894                 add "View/Go to/Parent message" and "View/Go to/Last read message",
1895                 thanks to Colin.
1896
1897 2006-07-31 [wwp]        2.4.0cvs3
1898
1899         * src/Makefile.am
1900         * src/addr_compl.c
1901         * src/addr_compl.h
1902         * src/addressbook.c
1903         * src/addressbook.h
1904         * src/addressbook_foldersel.c
1905         * src/addressbook_foldersel.h
1906         * src/addrindex.c
1907         * src/addrindex.h
1908         * src/matcher.c
1909         * src/matcher.h
1910         * src/matcher_parser_lex.l
1911         * src/matcher_parser_parse.y
1912         * src/prefs_common.c
1913         * src/prefs_common.h
1914         * src/prefs_filtering.c
1915         * src/prefs_matcher.c
1916         * src/prefs_matcher.h
1917         * src/summaryview.c
1918                 introduce filtering against the address book. It's now possible to add
1919                 matched conditions to determine if any email address in a message matches
1920                 or doesn't match any or all books or folders in the address book.
1921
1922 2006-07-31 [wwp]        2.4.0cvs2
1923
1924         * src/account.c
1925         * src/filtering.c
1926         * src/filtering.h
1927         * src/folder.c
1928         * src/folderview.c
1929         * src/inc.c
1930         * src/mainwindow.c
1931         * src/matcher.c
1932         * src/matcher_parser_lex.l
1933         * src/matcher_parser_parse.y
1934         * src/mbox.c
1935         * src/prefs_filtering.c
1936         * src/prefs_filtering.h
1937         * src/procmsg.c
1938         * src/procmsg.h
1939         * src/summaryview.c
1940                 introduce per-account filtering rules. Each filtering rule can now be assigned
1941                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
1942                 when applying filtering rules manually, as all rules will apply - even the ones
1943                 assigned to an account. This issue will be addressed soon.
1944  
1945
1946
1947 2006-07-31 [wwp]        2.4.0cvs1
1948
1949         * src/quote_fmt.c
1950                 make more strings translatable.
1951
1952 2006-07-31 [paul]       2.4.0
1953
1954         2.4.0 released
1955
1956 2006-07-31 [paul]       2.3.1cvs91
1957
1958         * po/ca.po
1959                 updated by Miquel Oliete
1960
1961 2006-07-31 [paul]       2.3.1cvs90
1962
1963         * po/de.po
1964         * po/el.po
1965         * po/fr.po
1966         * po/it.po
1967         * po/pl.po
1968         * po/pt_BR.po
1969         * po/sr.po
1970         * po/zh_CN.po
1971                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
1972                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
1973                 Aleksandar Urosevic, and Ralgh Young
1974
1975 2006-07-31 [paul]       2.3.1cvs89
1976
1977         * src/account.c
1978         * src/main.c
1979         * src/mainwindow.c
1980         * src/mainwindow.h
1981                 Fix a race condition when, after an SC crash, rescanning
1982                 folders took more than 0.5 seconds
1983                 Thanks to Colin
1984
1985 2006-07-31 [paul]       2.3.1cvs88
1986
1987         * src/folderview.c
1988                 don't translate separator strings
1989
1990 2006-07-30 [mones]      2.3.1cvs87
1991
1992         * doc/man/sylpheed-claws.1
1993                 Fixed non-ASCII chars in Hoa's name
1994         * po/es.po
1995                 Updated for release
1996
1997 2006-07-27 [colin]      2.3.1cvs86
1998
1999         * src/textview.c
2000                 Don't include the leading \n in links
2001                 Patch by Fabien
2002
2003 2006-07-25 [colin]      2.3.1cvs85
2004
2005         * src/mainwindow.c
2006         * src/common/socket.h
2007         * src/etpan/imap-thread.c
2008                 Refresh resolvers before connecting
2009                 to IMAP servers, and after switching
2010                 to online. Thanks to Paul.
2011
2012 2006-07-18 [colin]
2013
2014         * 2.4.0-rc4 released
2015
2016 2006-07-17 [colin]      2.3.1cvs84
2017
2018         * src/inc.c
2019                 Show connection attempt in statusbar before
2020                 connecting (previously first message was
2021                 "Retrieving messages from ..." after the
2022                 connection succeeded.
2023
2024 2006-07-16 [wwp]        2.3.1cvs83
2025
2026         * sylpheed-claws.ico
2027                 Added .ico file (windows multi-size icon file, generated).
2028
2029 2006-07-12 [wwp]        2.3.1cvs82
2030
2031         * src/messageview.c
2032                 remove Message/Re-edit menu entry from messageview window,
2033                 as sent/draft/queued messages are opened in compose window when
2034                 re-edited and it's not possible to re-edit other msgs.
2035
2036 2006-07-12 [paul]       2.3.1cvs81
2037
2038         * AUTHORS
2039         * src/mainwindow.c
2040         * src/gtk/authors.h
2041                 check online state before resetting
2042                 mailcheck timer. Useful if some program
2043                 verifies connection state and updates
2044                 Claws.
2045                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2046
2047 2006-07-12 [paul]       2.3.1cvs80
2048
2049         * sylpheed-claws-128x128.png
2050         * sylpheed-claws-64x64.png
2051         * sylpheed-claws.png
2052         * src/Makefile.am
2053         * src/main.c
2054         * src/prefs_toolbar.c
2055         * src/stock_pixmap.c
2056         * src/stock_pixmap.h
2057         * src/wizard.c
2058         * src/gtk/about.c
2059         * src/gtk/gtkutils.c
2060         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2061         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2062         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2063         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2064         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2065         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2066                 updated and renamed logo/icon files and related
2067                 logo by Jesper Schultz
2068
2069 2006-07-11 [paul]       2.3.1cvs79
2070
2071         * src/main.c
2072                 fix the labels a smidgin
2073
2074 2006-07-09 [colin]      2.3.1cvs78
2075
2076         * src/textview.c
2077                 Show errors in textviewer's command
2078                 Patch by H. Merijn Brand
2079
2080 2006-07-09 [colin]      2.3.1cvs77
2081
2082         * src/compose.c
2083                 Save FMID in drafts too
2084
2085 2006-07-08 [colin]      2.3.1cvs76
2086
2087         * src/compose.c
2088                 Svae RMID in drafted mails too
2089                 Save quote_fmt vars for whole mails,
2090                 don't reset at each quote_fmt_init:
2091                 allows to use the same |i{var} in
2092                 various template fields
2093         * src/prefs_template.c
2094         * src/quote_fmt.h
2095         * src/quote_fmt_parse.y
2096                 Same
2097
2098 2006-07-08 [colin]      2.3.1cvs75
2099
2100         * src/textview.c
2101                 Fix highlighting of attached parts URIs
2102
2103 2006-07-08 [colin]      2.3.1cvs74
2104
2105         * src/main.c
2106                 Prevent bug #981 (sc 2.3.1 segfaults with 
2107                 gtk+ 2.10) from being reported again:
2108                 if Sylpheed-Claws has been compiled against
2109                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2110                 of if Sylpheed-Claws has been compiled against
2111                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2112                 error out.
2113
2114 2006-07-07 [colin]      2.3.1cvs73
2115
2116         * src/prefs_actions.c
2117                 Fix label
2118
2119 2006-07-07 [colin]      2.3.1cvs72
2120
2121         * src/prefs_actions.c
2122                 Fix compile on gtk < 2.8. argh :)
2123
2124 2006-07-07 [paul]       2.3.1cvs71
2125
2126         * src/common/defs.h
2127                 update DONATE_URI
2128
2129 2006-07-07 [colin]      2.3.1cvs70
2130
2131         * po/POTFILES.in
2132         * src/quote_fmt.c
2133         * src/quote_fmt_lex.l
2134         * src/quote_fmt_parse.y
2135                 Add |i{var}, a way to insert user-entered
2136                 text in a template
2137
2138 2006-07-07 [colin]
2139
2140         * 2.4.0-rc3 released
2141
2142 2006-07-07 [colin]      2.3.1cvs69
2143
2144         * src/folder.c
2145                 Don't consider inboxes of UNKNOWN folder 
2146                 classes to be useable as default inboxes
2147
2148 2006-07-07 [paul]       2.3.1cvs68
2149
2150         * src/textview.c
2151                 add missing #include <errno.h>
2152                 Thanks to René J. Blokland
2153
2154 2006-07-07 [paul]       2.3.1cvs67
2155
2156         * src/action.c
2157                 Return now Closes dialog
2158         * src/mimeview.c
2159         * src/mimeview.h
2160         * src/textview.c
2161                 add contextual menu to mime parts listed
2162                 in the textview
2163                 Thanks to Colin
2164         * src/common/utils.c
2165                 reversal: ' is a valid character in URLs
2166
2167 2006-07-06 [colin]      2.3.1cvs66
2168
2169         * src/remotefolder.h
2170                 Forgotten in previous commit
2171
2172 2006-07-06 [colin]      2.3.1cvs65
2173
2174         * src/folder.c
2175                 Set summary update flag whenever
2176                 totals changed
2177         * src/imap.c
2178         * src/prefs_account.c
2179         * src/common/utils.h
2180         * src/etpan/imap-thread.c
2181                 Fix warnings, thanks to Fabien and
2182                 Ricardo
2183
2184 2006-07-06 [wwp]        2.3.1cvs64
2185
2186         * src/gtk/gtkutils.c
2187                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2188
2189 2006-07-06 [wwp]        2.3.1cvs63
2190
2191         * src/account.c
2192         * src/addressbook.c
2193         * src/addressitem.h
2194         * src/folderview.c
2195         * src/mainwindow.c
2196         * src/manual.c
2197         * src/manual.h
2198         * src/message_search.c
2199         * src/prefs_actions.c
2200         * src/prefs_filtering.c
2201         * src/prefs_filtering.h
2202         * src/prefs_template.c
2203         * src/summary_search.c
2204         * src/summaryview.c
2205         * src/gtk/gtkutils.c
2206         * src/gtk/gtkutils.h
2207         * src/gtk/pluginwindow.c
2208                 add help buttons to some dialogs. Clicking such buttons opens a
2209                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2210
2211 2006-07-06 [paul]       2.3.1cvs62
2212
2213         * src/textview.c
2214                 fix attachments contextual menu
2215                 Thanks to Colin
2216
2217 2006-07-05 [colin]      2.3.1cvs61
2218
2219         * src/textview.c
2220         * src/compose.c
2221                 Handle sftp:// links
2222
2223 2006-07-05 [paul]       2.3.1cvs60
2224
2225         * src/gtk/filesel.c
2226                 grab save button by default
2227                 Thanks to Colin
2228
2229 2006-07-05 [wwp]        2.3.1cvs59
2230
2231         * manual/xml2pdf
2232                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2233
2234 2006-07-04 [colin]      2.3.1cvs58
2235
2236         * src/mimeview.c
2237         * src/textview.c
2238                 Use left click to select, middle click to open
2239                 on mimeparts links
2240         * src/common/utils.c
2241                 Fix segfault
2242
2243 2006-07-04 [colin]      2.3.1cvs57
2244
2245         * src/mainwindow.c
2246         * src/news.c
2247                 Warning fixes, thanks to Fabien
2248
2249 2006-07-04 [colin]      2.3.1cvs56
2250
2251         * src/mimeview.c
2252         * src/mimeview.h
2253         * src/textview.c
2254                 Allow parts to be selected via their text label
2255                 in textview
2256
2257 2006-07-04 [colin]      2.3.1cvs55
2258
2259         * src/folderview.c
2260                 Feedback when closing (for big folders)
2261         * src/prefs_actions.c
2262         * src/prefs_filtering.c
2263         * src/prefs_matcher.c
2264         * src/prefs_template.c
2265                 Fix default button when closing without
2266                 having saved
2267
2268 2006-07-04 [colin]      2.3.1cvs54
2269
2270         * src/news.c
2271                 Delete local file on deletion
2272
2273 2006-07-03 [colin]      2.3.1cvs53
2274
2275         * src/folderview.c
2276         * src/main.c
2277                 Don't freeze when rescanning after crash
2278
2279 2006-07-03 [wwp]        2.3.1cvs52
2280
2281         * src/compose.c
2282         * src/privacy.c
2283         * src/privacy.h
2284         * src/plugins/pgpinline/pgpinline.c
2285         * src/plugins/pgpmime/pgpmime.c
2286                 don't report an error when the user cancels the passphrase dialog.
2287
2288 2006-07-02 [colin]      2.3.1cvs51
2289
2290         * src/folderview.c
2291                 Open message when crossing folders with Space,
2292                 goto next unread and friends
2293
2294 2006-07-01 [colin]      2.3.1cvs50
2295
2296         * src/prefs_account.c
2297                 Typographic rules varying from language
2298                 to language (in french "Protocole :"),
2299                 we have to do that :)
2300
2301 2006-07-01 [ticho]      2.3.1cvs49
2302
2303         * src/prefs_account.c
2304                 Only use one temporary gchar* variable in
2305                 prefs_account_protocol_set_optmenu().
2306
2307 2006-07-01 [ticho]      2.3.1cvs48
2308
2309         * src/prefs_account.c
2310         * src/prefs_account.h
2311                 Use GtkLabel for existing account protocol name.
2312                 Created an array for protocol names and populate the
2313                 combobox from it in a for() cycle.
2314
2315 2006-06-30 [colin]      2.3.1cvs47
2316
2317         * src/compose.c
2318                 Block undo when changing signature (by changing
2319                 account)
2320
2321 2006-06-30 [paul]       2.3.1cvs46
2322
2323         * src/send_message.c
2324                 when editing From in the Compose window, use that address
2325                 in the Return-Path: header
2326                 Thanks to Colin
2327
2328 2006-06-30 [colin]      2.3.1cvs45
2329
2330         * src/compose.c
2331                 Fix signature replacement:
2332                 - when no newline before separator
2333                 - when reediting
2334
2335 2006-06-29 [colin]      2.3.1cvs44
2336
2337         * src/folderview.c
2338         * src/folderview.h
2339         * src/mainwindow.c
2340         * src/summaryview.c
2341                 Let 'View/Go to/Next marked' work like
2342                 Next new & Next unread: across folders
2343                 Change the select_on_entry pref to do
2344                 what we want when changing folder
2345         * src/common/utils.c
2346                 Fix single-quoted links 
2347
2348 2006-06-29 [colin]      2.3.1cvs43
2349
2350         * src/gtk/gtkaspell.c
2351                 "Sylpheed" and "Sylpheed-Claws" do exist !
2352
2353 2006-06-29 [colin]      2.3.1cvs42
2354
2355         * src/imap.c
2356                 Forgot to remove debug
2357
2358 2006-06-29 [colin]      2.3.1cvs41
2359
2360         * src/imap.c
2361         * src/imap.h
2362         * src/mainwindow.c
2363                 Disconnect from IMAP servers when going
2364                 offline. Fixes bug #978 (going to offline-mode 
2365                 won't close connections)
2366
2367 2006-06-29 [colin]      2.3.1cvs40
2368
2369         * src/main.c
2370                 Fix transient setting on failing plugins
2371                 Patch by Fabien
2372         * src/plugins/pgpcore/sgpgme.c
2373                 Only warn for OpenPGP. Most people don't
2374                 have CMS available.
2375
2376 2006-06-29 [colin]      2.3.1cvs39
2377
2378         * src/compose.c
2379                 Fix Spelling menu (discrepancy between context menu
2380                 and top menu when folder's dictionary isn't the 
2381                 default one)
2382         * src/plugins/pgpcore/sgpgme.c
2383                 More error reporting about why gpgme can fail
2384
2385 2006-06-29 [wwp]        2.3.1cvs38
2386
2387         * src/mainwindow.c
2388                 honor the display-header-pane setting even when the message view
2389                 is a separate window.
2390
2391 2006-06-29 [wwp]        2.3.1cvs37
2392
2393         * src/prefs_actions.c
2394                 forgot to commit that one (use of GTK_STOCK_INFO).
2395
2396 2006-06-29 [colin]      2.3.1cvs36
2397
2398         * src/imap.c
2399                 Better handling of login errors (ask the password
2400                 again once), alert in case of error. Fix three
2401                 signedness warnings.
2402
2403 2006-06-28 [wwp]        2.3.1cvs35
2404
2405         * src/prefs_template.c
2406         * src/prefs_matcher.c
2407         * src/prefs_filtering_action.c
2408         * src/prefs_quote.c
2409                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
2410                 patch by Fabien Vantard, slightly modified.
2411
2412 2006-06-28 [paul]
2413
2414         2.4.0-rc2 released
2415
2416 2006-06-28 [colin]      2.3.1cvs34
2417
2418         * src/prefs_account.c
2419                 Fix bug #977 (Can't add or edit imap accounts)
2420
2421 2006-06-28 [colin]      2.3.1cvs33
2422
2423         * src/mimeview.c
2424                 Fix previous
2425
2426 2006-06-28 [colin]      2.3.1cvs32
2427
2428         * src/mimeview.c
2429                 Save named inlined attachments with "Save all"
2430         * src/main.c
2431         * src/mbox.c
2432         * src/common/plugin.c
2433         * src/common/plugin.h
2434         * src/common/sylpheed.c
2435         * src/common/utils.c
2436         * src/plugins/pgpcore/sylpheed.def
2437         * src/plugins/pgpinline/sylpheed.def
2438         * src/plugins/pgpmime/sylpheed.def
2439                 Win32 compatibility patch, by
2440                 Werner Koch
2441
2442 2006-06-28 [wwp]        2.3.1cvs31
2443
2444         * src/imap.c
2445         * src/prefs_folder_item.c
2446                 less compilation warnings (thanks to Fabien Vantard), less typos.
2447
2448 2006-06-28 [paul]       2.3.1cvs30
2449
2450         * src/gtk/gtkutils.c
2451                 gtk_combo_box_set_focus_on_click() is only
2452                 available since gtk 2.6.0
2453
2454 2006-06-28 [paul]       2.3.1cvs29
2455
2456         * src/prefs_ext_prog.c
2457                 fix engrish and add a tooltip for the
2458                 'command for 'Display as text' option
2459
2460 2006-06-28 [paul]
2461
2462         2.4.0-rc1 released
2463
2464 2006-06-28 [paul]       2.3.1cvs28
2465
2466         * ChangeLog
2467         * tools/Makefile.am
2468                 include textviewer.pl in releases
2469
2470 2006-06-28 [paul]       2.3.1cvs27
2471
2472         * src/prefs_ext_prog.c
2473                 hide Print command option if libgnomeprint
2474                 support is present
2475
2476 2006-06-27 [colin]      2.3.1cvs26
2477
2478         * src/compose.c
2479                 Fix Esc handling in insert/attach dialog
2480                 Don't show this dialog if dragging something
2481                 else than text/uri-list
2482                 Thanks to Fabien Vantard
2483         * tools/textviewer.pl
2484                 Filter script to display stuff as text
2485                 by H. Merijn Brand
2486
2487 2006-06-27 [wwp]        2.3.1cvs25
2488
2489         * src/messageview.c
2490                 use the exact product name (message view title), patch
2491                 by Fabien Vantard.
2492
2493 2006-06-27 [ticho]      2.3.1cvs24
2494
2495         * src/prefs_account.c
2496         * src/prefs_common.c
2497         * src/prefs_common.h
2498         * src/prefs_ext_prog.c
2499         * src/textview.c
2500                 Add a preference (Preferences/External programs)
2501                 to allow "Display as text" to be done via a script
2502                 (patch by H.Merijn Brand).
2503                 Use GtkComboBox for protocol selection in account
2504                 preferences.
2505                 Only include current choice for existing accounts, and
2506                 insensitivize the combobox.
2507
2508 2006-06-27 [paul]       2.3.1cvs23
2509
2510         * src/mbox.c
2511                 fix crasher introduced in cvs21.
2512                 Thanks to Colin
2513
2514 2006-06-26 [colin]      2.3.1cvs22
2515
2516         * src/mbox.c
2517                 Fix double-frees when leaving folders
2518                 after exporting to mbox
2519
2520 2006-06-26 [colin]      2.3.1cvs21
2521
2522         * src/mbox.c
2523                 More feedback (and optimisation)
2524                 on import/export
2525         * src/common/utils.c
2526                 Fix case when looking for mail addresses
2527         * src/gtk/gtkutils.c
2528                 Extra check for (X-)Face
2529
2530 2006-06-25 [ticho]      2.3.1cvs20
2531
2532         * src/compose.c
2533         * src/exphtmldlg.c
2534         * src/gtk/gtkutils.c
2535         * src/gtk/gtkutils.h
2536                 Added second argument to gtkut_sc_combobox_create() to
2537                 control focus-on-click for the widget.
2538                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2539
2540 2006-06-25 [ticho]      2.3.1cvs19
2541
2542         * src/compose.c
2543         * src/gtk/Makefile.am
2544         * src/gtk/combobox.c
2545         * src/gtk/combobox.h
2546         * src/gtk/gtkutils.c
2547         * src/gtk/gtkutils.h
2548                 Use GtkComboBox instead of deprecated GtkOptionMenu
2549                 for account selector in compose window and for encoding
2550                 selector in attachment properties.
2551                 Also factorise working with the new GtkComboBox somewhat.
2552
2553 2006-06-24 [paul]       2.3.1cvs18
2554
2555         * src/prefs_common.c
2556                 use the correct default value
2557
2558 2006-06-24 [paul]       2.3.1cvs17
2559
2560         * src/compose.c
2561         * src/prefs_common.c
2562         * src/prefs_common.h
2563         * src/prefs_compose_writing.c
2564                 enable setting of default action when
2565                 dnd'ing files in the compose window.
2566                 (Collaborative effort with wwp)
2567
2568 2006-06-23 [wwp]        2.3.1cvs16
2569
2570         * src/compose.c
2571                 i18n fix (thanks to Fabien Vantard)
2572
2573 2006-06-22 [colin]      2.3.1cvs15
2574
2575         * src/prefs_customheader.c
2576                 Don't use filters in custom headers' file 
2577                 selector. Remember, extensions mean nothing :)
2578
2579 2006-06-22 [paul]       2.3.1cvs14
2580
2581         * configure.ac
2582                 allow setting of man directory location
2583
2584 2006-06-22 [colin]      2.3.1cvs13
2585
2586         * src/mainwindow.c
2587                 Add 'View/Go to/Next unread folder'.
2588                 I missed that :)
2589
2590 2006-06-22 [colin]      2.3.1cvs12
2591
2592         * src/common/utils.c
2593                 Add some subject prefixes
2594                 Patch by Bjorn T Johansen <btj@havleik.no>
2595
2596 2006-06-22 [colin]      2.3.1cvs11
2597
2598         * manual/advanced.xml
2599                 Forgotten hidden pref
2600
2601 2006-06-21 [paul]       2.3.1cvs10
2602
2603         * src/prefs_account.c
2604                 complete the removal of 'Add date header' option
2605
2606 2006-06-21 [paul]       2.3.1cvs9
2607
2608         * src/account.c
2609         * src/compose.c
2610         * src/prefs_account.c
2611         * src/prefs_account.h
2612                 remove option to add date header - always
2613                 add date header
2614         * src/etpan/imap-thread.c
2615                 fix warnings (Thanks to Colin)
2616
2617 2006-06-21 [wwp]        2.3.1cvs8
2618
2619         * src/folder.c
2620                 set the attachment flag when inline text part are (file)named. This is more convenient
2621                 when receiving (for instance) inline source files or patches sent using thunderbird.
2622
2623 2006-06-21 [paul]       2.3.1cvs7
2624
2625         * src/inc.c
2626                 fix off-by-one count of current msg in
2627                 statusbar filtering progressbar
2628
2629 2006-06-21 [paul]       2.3.1cvs6
2630
2631         * src/folder.c
2632                 Show attachment icon even if the part is 'inline'
2633                 if the following conditions are met:
2634                 - content-type != 'text/plain'
2635                 - content-type != '*/pgp-signature'
2636                 - either 'name' or 'filename' parameter is not NULL
2637                 
2638                 Thanks to Colin
2639
2640 2006-06-21 [paul]       2.3.1cvs5
2641
2642         * src/messageview.c
2643         * src/prefs_common.c
2644         * src/prefs_common.h
2645         * src/prefs_other.c
2646                 add an option to 'Never send Return
2647                 Receipts'
2648                 Thanks to Colin
2649
2650 2006-06-20 [mones]      2.3.1cvs4
2651
2652         * po/es.po
2653                 updated
2654         * src/compose.c
2655                 typo fixed (space after comma)
2656         * tools/make.themes.project
2657                 remove exec mode from tarball files
2658
2659 2006-06-20 [colin]      2.3.1cvs3
2660
2661         * src/news.c
2662         * src/procheader.c
2663         * src/unmime.c
2664                 Better fix for \n's in headers (don't 
2665                 break Received: and others)
2666
2667 2006-06-20 [paul]       2.3.1cvs2
2668
2669         * src/alertpanel.c
2670         * src/textview.c
2671                 improve legibility of phishing attempt
2672                 dialog
2673
2674 2006-06-20 [paul]       2.3.1cvs1
2675
2676         * NEWS
2677         * README
2678         * configure.ac
2679                 Update version number following
2680                 stable release
2681
2682 2006-06-20 [colin]      2.3.0cvs26
2683
2684         * src/compose.c
2685                 When dragging a file to the text of the compose
2686                 window, ask whether we want to insert or attach
2687                 (I know lots of people who do that to attach)
2688
2689 2006-06-20 [colin]      2.3.0cvs25
2690
2691         * src/etpan/imap-thread.c
2692                 Fix threshold (the append command is often > 32 bytes)
2693
2694 2006-06-19 [colin]      2.3.0cvs24
2695
2696         * src/imap.c
2697         * src/etpan/imap-thread.c
2698                 Workaround Rockliffe IMAP server bug: replace
2699                 "x UID SEARCH (ANSWERED UID 1:*)" with
2700                 "x UID SEARCH ANSWERED"
2701                 (Rockliffe doesn't handle the parenthesis)
2702
2703 2006-06-19 [colin]      2.3.0cvs23
2704
2705         * src/compose.c
2706         * src/imap.c
2707         * src/etpan/imap-thread.c
2708                 Probably fix bug #972 (Freezes when adding 
2709                 an attachment to the message)
2710         * src/common/defs.h
2711                 Modernize Firefox cmd
2712
2713
2714 2006-06-18 [colin]      2.3.0cvs22
2715
2716         * src/prefs_customheader.c
2717                 Only allow correct filenames for various
2718                 custom headers
2719
2720 2006-06-18 [colin]      2.3.0cvs21
2721
2722         * src/prefs_customheader.c
2723                 Add a 'From File...' button in custom headers prefs, which
2724                 try to do the right thing: 
2725                 for normal headers, use file as plaintext,
2726                 for X-Face, calls compface,
2727                 for Face, encode to b64.
2728
2729 2006-06-17 [colin]      2.3.0cvs20
2730
2731         * src/mh.c
2732                 Warning fix
2733
2734 2006-06-16 [colin]      2.3.0cvs19
2735
2736         * src/summaryview.c
2737                 Recursive quicksearch: show message list
2738                 in current folder, *then* search children
2739                 in the background.
2740
2741 2006-06-16 [colin]      2.3.0cvs18
2742
2743         * src/main.c
2744                 Instead of ignoring SIGPIPE, save caches
2745                 when getting one. Will fix the fact that
2746                 hot caches are out-of-date when logging 
2747                 out of Xorg.
2748         * src/compose.c
2749         * src/prefs_compose_writing.c
2750                 Only save text (not attachments) when 
2751                 auto-saving to drafts
2752         * src/unmime.c
2753                 Always replace \n, \r and \t with spaces
2754                 in headers
2755         * manual/dist/html/Makefile.am
2756         * manual/dist/pdf/Makefile.am
2757         * manual/dist/ps/Makefile.am
2758         * manual/dist/txt/Makefile.am
2759         * manual/fr/dist/html/Makefile.am
2760         * manual/fr/dist/pdf/Makefile.am
2761         * manual/fr/dist/ps/Makefile.am
2762         * manual/fr/dist/txt/Makefile.am
2763         * manual/pl/dist/html/Makefile.am
2764         * manual/pl/dist/pdf/Makefile.am
2765         * manual/pl/dist/ps/Makefile.am
2766         * manual/pl/dist/txt/Makefile.am
2767                 Fix make clean removing pregenerated manuals
2768
2769
2770 2006-06-16 [colin]      2.3.0cvs17
2771
2772         * src/plugins/pgpcore/sgpgme.c
2773         * src/plugins/pgpmime/pgpmime.c
2774         * src/plugins/pgpinline/pgpinline.c
2775                 Better error reporting in setup_signers.
2776                 Don't fallback to default key if specified
2777                 key isn't found.
2778                 Don't allow signing if more than one secret
2779                 key matches the one specified in prefs.
2780
2781 2006-06-15 [colin]      2.3.0cvs16
2782
2783         * src/folderview.c
2784                 Add "Send queue" in the folder's contextual
2785                 menu
2786         * src/compose.c
2787         * src/messageview.c
2788         * src/privacy.c
2789         * src/privacy.h
2790         * src/procmime.c
2791         * src/procmsg.c
2792         * src/plugins/pgpcore/passphrase.c
2793         * src/plugins/pgpcore/sgpgme.c
2794         * src/plugins/pgpinline/pgpinline.c
2795         * src/plugins/pgpmime/pgpmime.c
2796                 Better error reporting
2797         * src/mbox.c
2798                 Probably fix bug #971 (2.2.3 cannot read mail 
2799                 from local mbox)
2800
2801
2802 2006-06-15 [mones]      2.3.0cvs15
2803
2804         * tools/make.themes.project
2805                 creates the themes project from the web page
2806
2807 2006-06-15 [colin]      2.3.0cvs14
2808
2809         * src/folder.c
2810                 Better fix (avoid losing the folder if scan_tree 
2811                 fails)
2812
2813 2006-06-15 [cleroy]     2.3.0cvs13
2814
2815         * src/folder.c
2816                 Probably fix Bug #969 (crash on rebuilding 
2817                 imap folder)
2818
2819 2006-06-14 [colin]      2.3.0cvs12
2820
2821         * manual/dtd/manual.xsl
2822         * manual/sylpheed-claws-manual.xml
2823         * manual/fr/sylpheed-claws-manual.xml
2824         * manual/pl/sylpheed-claws-manual.xml
2825                 Insert pagebreaks between sections
2826
2827 2006-06-14 [paul]       2.3.0cvs11
2828
2829         * configure.ac
2830                 better fix than 2.3.0cvs10
2831
2832 2006-06-14 [paul]       2.3.0cvs10
2833
2834         * configure.ac
2835                 fix setting of PACKAGE_DATA_DIR with newer autoconf
2836                 (backwards compatible)
2837
2838 2006-06-13 [colin]      2.3.0cvs9
2839
2840         * src/messageview.c
2841                 Fix sending of return receipt with the new queue folders
2842
2843 2006-06-13 [wwp]        2.3.0cvs8
2844
2845         * src/quote_fmt_lex.l
2846                 fix wrong tokens returned in quote_fmt lexer, query not().
2847
2848 2006-06-13 [wwp]        2.3.0cvs7
2849
2850         * src/folder.c
2851         * src/prefs_folder_item.c
2852                 allow changing folder type even when folder is not a top-level one,
2853                 thanks to Colin.
2854
2855 2006-06-12 [colin]      2.3.0cvs6
2856
2857         * src/folderview.c
2858                 Fix double-ask of "Do you want to mark all
2859                 as read"
2860
2861 2006-06-12 [colin]      2.3.0cvs5
2862
2863         * src/compose.c
2864         * src/compose.h
2865         * src/folder.c
2866         * src/folder.h
2867         * src/imap.c
2868         * src/inc.c
2869         * src/main.c
2870         * src/messageview.c
2871         * src/mh.c
2872         * src/prefs_folder_item.c
2873         * src/procheader.c
2874         * src/procmime.c
2875         * src/procmsg.c
2876         * src/procmsg.h
2877         * src/send_message.c
2878         * src/summaryview.c
2879         * src/toolbar.c
2880                 Apply bug #964's patch (Queue and drafts aren't normal)
2881                 The Drafts and Queue folder now contain RFC-822 files,
2882                 allowing to move and copy mails from and to these 
2883                 folders. Moving from Drafts to Queue will prepare the
2884                 mail for sending (PGP signature, encryption, etc).
2885                 This patch also rework sending errors handling to try
2886                 to be more helpful.
2887                 Also, allow redefining folder types via the GUI 
2888                 (Folder type in its Properties)
2889
2890 2006-06-12 [colin]      2.3.0cvs4
2891
2892         * src/summaryview.c
2893         * src/prefs_common.c
2894         * src/prefs_common.h
2895         * src/gedit-print.c
2896                 Allow to define a specific print font - patch
2897                 by Bernhard Walle <bernhard.walle@gmx.de>
2898         * src/prefs_fonts.c
2899         * manual/advanced.xml
2900         * manual/fr/advanced.xml
2901                 Add a hidden pref to allow deletion without
2902                 confirmation
2903
2904 2006-06-12 [wwp]        2.3.0cvs3
2905
2906         * .cvsignore
2907                 more files to ignore.
2908
2909 2006-06-12 [wwp]        2.3.0cvs2
2910
2911         * src/quote_fmt.c
2912         * src/quote_fmt_lex.l
2913         * src/quote_fmt_parse.y
2914                 extend the quote_fmt parser (templates and quotes):
2915                 - allow limited sub-expressions in |p{} and |f{} expressions,
2916                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
2917                 - implemented/fixed missing implementation of query_references and show_references,
2918                 - completed, fixed contents and format of the symbols help dialog,
2919                 - fix some compilation warnings.
2920
2921 2006-06-12 [wwp]        2.3.0cvs1
2922
2923         * manual/advanced.xml
2924         * manual/fr/advanced.xml
2925                 updates in the "templates" section of the manual (eng/fr):
2926                  - be more precise (both versions)
2927                  - completed to match the english reference (fr version)
2928                  - touchups (both versions)
2929
2930 2006-06-12 [paul]       2.3.0
2931
2932         2.3.0 released
2933
2934 2006-06-12 [paul]       2.2.3cvs14
2935
2936         * po/ca.po
2937         * po/cs.po
2938         * po/de.po
2939         * po/el.po
2940         * po/fr.po
2941         * po/it.po
2942         * po/pt_BR.po
2943         * po/sr.po
2944         * po/zh_CN.po
2945                 updated by Miquel Oliete, Tim, Stephan Sachse,
2946                 Stavros Giannouris, Fabien Vantard, Andrea
2947                 Spadaccini, Frederico Goncalves Guimaraes,
2948                 Aleksandar Urosevic, and Ralgh Young
2949
2950 2006-06-12 [colin]      2.2.3cvs13
2951
2952         * src/mbox.c
2953                 Add missing header
2954
2955 2006-06-11 [colin]      2.2.3cvs12
2956
2957         * src/msgcache.c
2958                 Verify that g_malloc() succeeded
2959
2960 2006-06-11 [colin]      2.2.3cvs11
2961
2962         * src/wizard.c
2963                 Add Face header to welcome mail
2964
2965 2006-06-10 [colin]      2.2.3cvs10
2966
2967         * src/textview.c
2968                 Revert previous (Forgot it changes the
2969                 margin on the whole mail)
2970
2971 2006-06-10 [colin]      2.2.3cvs9
2972
2973         * src/textview.c
2974                 Don't overlap long headers under (X-)Face
2975
2976 2006-06-10 [mones]      2.2.3cvs8
2977
2978         * manual/xml2pdf
2979                 allow generation of manual on systems lacking saxon binary
2980                 but with java and the saxon library installed
2981
2982         * po/es.po
2983                 updated for release
2984
2985 2006-06-09 [colin]      2.2.3cvs7
2986
2987         * src/summaryview.c
2988                 Fix leak when using Display Sender using Addressbook
2989
2990 2006-06-09 [colin]      2.2.3cvs6
2991
2992         * src/compose.c
2993         * src/folder.c
2994         * src/folderview.c
2995         * src/mimeview.c
2996         * src/summaryview.c
2997                 More leaks fixes
2998
2999 2006-06-09 [paul]       2.2.3cvs5
3000
3001         * AUTHORS
3002         * src/gtk/authors.h
3003         * tools/claws.i18n.status.pl
3004                 updated with new info
3005
3006 2006-06-09 [paul]       2.2.3cvs4
3007
3008         * README
3009                 updated
3010         * manual/ack.xml
3011                 add wwp to authors list
3012         * src/gtk/authors.h
3013                 update mine and Colin's addresses
3014
3015 2006-06-08 [colin]      2.2.3cvs3
3016
3017         * src/etpan/imap-thread.c
3018                 Fix leak on SSL cert check
3019
3020 2006-06-08 [colin]      2.2.3cvs2
3021
3022         * src/common/utils.c
3023                 Fix leak
3024
3025 2006-06-08 [paul]       2.2.3cvs1
3026
3027         * configure.ac
3028                 Update version number following
3029                 stable release
3030
3031 2006-06-07 [colin]      2.2.2cvs3
3032
3033         * src/msgcache.c
3034                 Fix catching cache read errors (guint instead of gint)
3035                 Prevent malloc'ing more than 8MB (means cache corruption)
3036
3037 2006-06-07 [paul]       2.2.2cvs2
3038
3039         * src/exporthtml.c
3040         * src/exportldif.c
3041         * src/mh.c
3042         * src/mutt.c
3043         * src/pine.c
3044         * src/common/utils.c
3045                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3046                 obey $HOME'
3047                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3048                 Thanks to Colin
3049
3050 2006-06-06 [paul]       2.2.2cvs1
3051
3052         * configure.ac
3053                 Update version number following
3054                 stable release
3055
3056 2006-06-06 [paul]       2.2.1cvs6
3057
3058         * src/matcher.c
3059                 fix  implicit declaration of
3060                 sylpheed_do_idle()
3061                 Patch by Fabien Vantard
3062
3063 2006-06-06 [paul]       2.2.1cvs5
3064
3065         * src/matcher.c
3066                 fix age_greater and age_lower so that they
3067                 mean what say and not '...or equal to'
3068                 Thanks to Colin
3069
3070 2006-06-06 [paul]       2.2.1cvs4
3071
3072         * src/textview.c
3073         * src/common/utils.c
3074                 fix URI check
3075                 Thanks to Colin
3076
3077 2006-06-05 [wwp]        2.2.1cvs3
3078
3079         * manual/fr/account.xml
3080                 minor language fixes (thanks to Fabien Vantard).
3081
3082 2006-06-05 [colin]      2.2.1cvs2
3083
3084         * src/prefs_folder_item.c
3085         * src/folderview.c
3086                 Allow recursive setting of properties 
3087                 for whole mailboxes
3088         * src/matcher.c
3089                 Don't freeze on 'test' filtering rule
3090
3091 2006-06-05 [colin]      2.2.1cvs1
3092
3093         * configure.ac
3094                 Update version number following
3095                 stable release
3096
3097 2006-06-04 [wwp]        2.2.0cvs82
3098
3099         * manual/glossary.xml
3100         * manual/account.xml
3101         * manual/fr/glossary.xml
3102         * manual/fr/account.xml
3103                 added glossary section and references/links related to the Face custom header.
3104
3105 2006-06-04 [colin]      2.2.0cvs81
3106
3107         * src/summaryview.c
3108                 Skip to next message on move with no
3109                 immediate execution
3110
3111 2006-06-04 [wwp]        2.2.0cvs80
3112
3113         * manual/xml2pdf
3114                 added sanity checks, exit when needed.
3115
3116 2006-06-03 [paul]       2.2.0cvs79
3117
3118         * src/prefs_receive.c
3119                 page name is now 'Receiving'
3120         * src/prefs_send.c
3121                 page name is now 'Sending'
3122
3123 2006-06-03 [colin]      2.2.0cvs78
3124
3125         * src/plugins/spamassassin/spamassassin_gtk.c
3126                 Autoswitch to Localhost if transport was previously
3127                 disabled. Else people had to check [] Enable, then
3128                 *reselect* transport.
3129
3130 2006-06-03 [colin]      2.2.0cvs77
3131
3132         * src/plugins/pgpinline/pgpinline.c
3133         * src/plugins/pgpmime/pgpmime.c
3134                 Check that gpg_data_release_and_get_mem 
3135                 didn't fail (now, why this happens...)
3136
3137 2006-06-03 [colin]      2.2.0cvs76
3138
3139         * src/mbox.c
3140                 Fix bug #962 (Manual and/or UI should 
3141                 warn about incompatible locking 
3142                 causing dataloss)
3143
3144 2006-06-02 [cleroy]     2.2.0cvs75
3145
3146         * src/filtering.c
3147         * src/folder.c
3148         * src/procmsg.c
3149         * src/summaryview.c
3150                 Fix a few leaks
3151
3152 2006-06-02 [colin]      2.2.0cvs74
3153
3154         * src/main.c
3155                 On exit, free caches after writing them
3156                 Shuts up some valgrind false positives
3157         * src/procmsg.c
3158         * src/send_message.c
3159                 Fix races when reusing existing SMTP connections
3160                 Fix inexistant session timeout
3161         * src/toolbar.c
3162                 Display alertpanel after all queues have
3163                 been processed, not after each
3164
3165 2006-06-02 [wwp]        2.2.0cvs73
3166
3167         * manual/fr/glossary.xml
3168         * manual/fr/ack.xml
3169         * manual/ack.xml
3170                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3171
3172 2006-06-02 [wwp]        2.2.0cvs72
3173
3174         * manual/xml2pdf
3175         * manual/dist/pdf/Makefile.am
3176         * manual/dtd/manual.xsl
3177         * manual/fr/dist/pdf/Makefile.am
3178         * manual/pl/dist/pdf/Makefile.am
3179                 we changed the procedure to generate the .pdf version of the manual.
3180                 The procedure is more modern and the .pdf we get now has a valid index.
3181                 Here are the new pre-requisites:
3182
3183                 - JRE 1.x (1.4 here): there must be one from your distro
3184                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3185                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3186                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3187
3188                 See my posts for further info about the installation of this toolchain:
3189
3190                 Date: Fri, 19 May 2006 19:40:06 +0200
3191                 From: wwp <subscript@free.fr>
3192                 To: sylpheed-claws-devel@lists.sourceforge.net
3193                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3194
3195                 and
3196
3197                 Date: Wed, 24 May 2006 12:58:49 +0200
3198                 From: wwp <subscript@free.fr>
3199                 To: sylpheed-claws-devel@lists.sourceforge.net
3200                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3201
3202 2006-06-01 [colin]      2.2.0cvs71
3203
3204         * src/compose.c
3205                 Better guards against IMAP races
3206         * src/main.c
3207         * src/prefs_common.c
3208         * src/prefs_common.h
3209         * src/common/ssl_certificate.c
3210         * src/etpan/imap-thread.c
3211         * src/etpan/imap-thread.h
3212         * src/gtk/sslcertwindow.c
3213                 New hidden option ssl_skip_cert_check to 
3214                 avoid dups of bug #959 (libetpan linked
3215                 against gnutls and gnutls buggy on 64bit)
3216                 Present expired warning only once per
3217                 session/server.
3218         * manual/advanced.xml
3219         * manual/fr/advanced.xml
3220                 Document new option
3221
3222 2006-06-01 [wwp]        2.2.0cvs70
3223
3224         * src/messageview.c
3225                 fix for bug #961 (return receipt dialog 
3226                 complains incorrectly about return-path 
3227                 email adress being different), thanks 
3228                 to Colin.
3229
3230 2006-05-31 [cleroy]     2.2.0cvs69
3231
3232         * src/common/ssl.c
3233                 Guard against NULLs, although this
3234                 should never be an issue
3235
3236 2006-05-31 [colin]      2.2.0cvs68
3237
3238         * src/filtering.c
3239                 Use g_slist_prepend
3240         * src/imap.c
3241                 Don't remove caches when destroying folder, it
3242                 could (should) be done at exit
3243         * src/inc.c
3244                 free processing cache after incorporation
3245         * src/etpan/imap-thread.c
3246                 Maybe fix bug #959 (Crash on moving to emails 
3247                 to a imap account per ssl with a expired 
3248                 certificate.)
3249
3250 2006-05-30 [colin]      2.2.0cvs67
3251
3252         * src/summaryview.c
3253                 Put back event flush when displaying message
3254                 It avoids reading a bunch of messages just
3255                 by hitting shift-n for too long ;)
3256
3257 2006-05-29 [colin]      2.2.0cvs66
3258
3259         * src/summaryview.c
3260                 Remove useless g_warnings
3261
3262 2006-05-29 [colin]      2.2.0cvs65
3263
3264         * src/imap.c
3265                 Fix g_slist_append()s for performance
3266
3267 2006-05-29 [colin]      2.2.0cvs64
3268
3269         * src/compose.c
3270         * src/common/utils.c
3271                 Fix extraneous tab at start of addresses
3272         * src/mainwindow.c
3273                 Fix warnings (thanks to Fabien)
3274                 Fix crash at exit when composing messages 
3275                 exist
3276         * src/pop.c
3277                 Fix progress bar when deleting expired mails
3278                 Thanks to Hiro
3279         * src/summaryview.c
3280         * src/gtk/gtksctree.c
3281                 Fix re-sorting slowness
3282
3283 2006-05-29 [paul]       2.2.0cvs63
3284
3285         * src/mh.c
3286                 fetch full message when moving mails
3287                 from another mailbox, (fixed data loss
3288                 when filtering from IMAP to MH, introduced
3289                 in 2.2.0cvs57).
3290                 Thanks to Colin
3291
3292 2006-05-29 [mones]      2.2.0cvs62
3293
3294         * src/gtk/gtksctree.c
3295                 Unselect faster (patch by Colin)        
3296
3297 2006-05-26 [colin]      2.2.0cvs61
3298
3299         * src/summaryview.c
3300                 Unplug MSGINFO_UPDATE callback on delete too.
3301
3302 2006-05-26 [colin]      2.2.0cvs60
3303
3304         * src/foldersel.c
3305                 Fix bold in folder selection window with glib2.10
3306                 thanks Hiro
3307
3308 2006-05-26 [colin]      2.2.0cvs59
3309
3310         * src/procheader.c
3311                 Convert date only if necessary (and don't
3312                 try to convert from utf8 to utf8, too)
3313         * src/summaryview.c
3314                 Only set column's text if the column's 
3315                 displayed
3316
3317 2006-05-26 [colin]      2.2.0cvs58
3318
3319         * src/summaryview.c
3320         * src/gtk/gtkutils.c
3321                 Fix useless warning
3322
3323 2006-05-26 [colin]      2.2.0cvs57
3324
3325         * src/mainwindow.c
3326                 Make summaryview selectable as long as 
3327                 no message has focus
3328         * src/mh.c
3329                 Faster deletion (by implementing mh_remove_msgs)
3330                 Faster copy (avoid using mh_fetch_msg just to get
3331                 the filename)
3332                 Faster move (using move_file instead of copy_file
3333                 if MSG_IS_MOVE)
3334                 No progressbar if total number of mails to cp/mv 
3335                 is less than 100
3336         * src/summaryview.c
3337                 Fix removal from subject_table when mail gets moved
3338                 Faster deletion (g_slist_prepend instead of append)
3339         * src/gtk/gtksctree.c
3340                 Remove useless code
3341
3342 2006-05-25 [colin]      2.2.0cvs56
3343
3344         * src/common/ssl_certificate.c
3345                 Fix leak in expired cert check
3346
3347 2006-05-25 [colin]      2.2.0cvs55
3348
3349         * src/mh.c
3350                 Disable flags syncing on .mh_sequences - it
3351                 is buggy and marks mails read under unknown
3352                 conditions.
3353
3354 2006-05-25 [paul]
3355
3356         * 2.3.0-rc4 released
3357
3358 2006-05-24 [colin]      2.2.0cvs54
3359
3360         attention cvs users: if you manage to crash
3361         Sylpheed-Claws while moving, copying or deleting
3362         mails, we *are* interested in stack traces and
3363         valgrind logs. It looks stable, but one never
3364         knows...
3365
3366         * src/folder.c
3367                 Add progressbar for cache updates
3368         * src/folderutils.c
3369                 Optimize Mark all read in the current
3370                 folder
3371         * src/mh.c
3372                 Add progressbar for copy/move
3373         * src/procmsg.c
3374                 Optimize O(n^2) in copy/move
3375         * src/summaryview.c
3376         * src/gtk/gtksctree.c
3377                 Optimize O(n^2) algos
3378         * src/common/timing.h
3379                 Display ms instead of us
3380
3381 2006-05-24 [wwp]        2.2.0cvs53
3382
3383         * manual/fr/advanced.xml
3384                 updates to the French manual.
3385
3386 2006-05-24 [wwp]        2.2.0cvs52
3387
3388         * src/common/utils.c
3389                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
3390
3391 2006-05-24 [wwp]        2.2.0cvs51
3392
3393         * src/folderutils.c
3394                 fixed "mark all read" in MH folders (thanks to Colin).
3395
3396 2006-05-24 [paul]       2.2.0cvs50
3397
3398         * doc/man/sylpheed-claws.1
3399                 updated the man page
3400
3401 2006-05-23 [colin]      2.2.0cvs49
3402
3403         * src/folderview.c
3404         * src/imap.c
3405         * src/inc.c
3406         * src/mbox.c
3407         * src/messageview.c
3408         * src/news.c
3409         * src/send_message.c
3410         * src/summaryview.c
3411         * src/gtk/sslcertwindow.c
3412                 alertpanel fixes, by Fabien
3413
3414 2006-05-23 [colin]      2.2.0cvs48
3415
3416         * src/folder.c
3417         * src/folderview.c
3418         * src/msgcache.c
3419         * src/summaryview.c
3420         * src/gtk/gtksctree.c
3421         * src/gtk/gtksctree.h
3422                 More timings
3423                 Fix slow loading problem, which was caused by the
3424                 use of some gtk_ctree funcs and their use of
3425                 g_list_position while gtk_ctree_(un)link'ing.
3426                 Reap more functions from gtkctree.c to be sure we
3427                 use our (fast) version instead of theirs.
3428         * src/mh.c
3429                 Fix copy of unread mails
3430
3431
3432 2006-05-22 [wwp]        2.2.0cvs47
3433
3434         * manual/fr/advanced.xml
3435                 updated.
3436
3437 2006-05-22 [colin]      2.2.0cvs46
3438
3439         * src/filtering.c
3440                 Fix possible infinite loop. 'copy' is not a 
3441                 final action, so when encountering a 'copy',
3442                 we have to check if a previous one was set
3443                 and do it. In the same way, if we encounter
3444                 a 'move' we have to perform a possibly 
3445                 pending 'copy'. This will slow down filtering
3446                 on IMAP if move+copy or multiple copy actions
3447                 are to be done, but handling it via the batch
3448                 would be really too convoluted.
3449
3450 2006-05-22 [wwp]        2.2.0cvs45
3451
3452         * manual/fr/advanced.xml
3453         * manual/fr/faq.xml
3454         * manual/fr/glossary.xml
3455         * manual/fr/handling.xml
3456         * manual/fr/intro.xml
3457         * manual/fr/plugins.xml
3458         * manual/fr/sylpheed-claws-manual.xml
3459                 sync w/ the english manual: updates URIs, documented mailing-list
3460                 support, better explanation about the enabled/disabled feature
3461                 in filtering/processing rules by Paul.
3462
3463 2006-05-21 [colin]      2.2.0cvs44
3464
3465         * src/summaryview.c
3466                 Don't expand after building threads, but during
3467
3468 2006-05-21 [colin]      2.2.0cvs43
3469
3470         * src/procmsg.c
3471         * src/summaryview.c
3472                 More timing possibilities... For next time I have 
3473                 to find out how the hell some 3GHz computer takes
3474                 one minute to open a 30k folder...
3475
3476 2006-05-21 [colin]      2.2.0cvs42
3477
3478         * manual/pl/advanced.xml
3479         * manual/pl/faq.xml
3480         * manual/pl/glossary.xml
3481         * manual/pl/handling.xml
3482         * manual/pl/intro.xml
3483         * manual/pl/plugins.xml
3484         * manual/pl/sylpheed-claws-manual.xml
3485                 Polish manual updated by Pawel
3486
3487 2006-05-20 [colin]
3488
3489         * 2.3.0-rc3 released
3490
3491 2006-05-20 [colin]      2.2.0cvs41
3492
3493         * src/imap.c
3494                 Fix -rc2 problems:
3495                 - remove cache of moved messages from original folder
3496                 - apply new flags to messages even if they aren't appliable
3497                   via IMAP.
3498
3499 2006-05-20 [colin]
3500
3501         * 2.3.0-rc2 released
3502
3503 2006-05-19 [colin]      2.2.0cvs40
3504
3505         * src/imap.c
3506                 Don't issue SELECT in imap_change_flags
3507                 before having checked that we indeed have
3508                 some flags to change. MSG_POSTFILTERED for
3509                 example can't be used on IMAP.
3510                 Fixes bug #955 (copying messages between 
3511                 imap folders is extremely slow), which was
3512                 a regression.
3513
3514 2006-05-19 [colin]      2.2.0cvs39
3515
3516         * src/folder.c
3517         * src/folder.h
3518         * src/folderview.c
3519                 Try to fix bug #830 (Some unread messages 
3520                 get marked read in IMAP inbox):
3521                 - Prevent scanning a folder if it's being 
3522                   opened via the GUI
3523                 - Postpone opening via the GUI of a folder
3524                   currently scanned.
3525
3526
3527 2006-05-19 [wwp]        2.2.0cvs38
3528
3529         * manual/advanced.xml
3530                 fix English+typo (thanks to Paul).
3531
3532 2006-05-19 [wwp]        2.2.0cvs37
3533
3534         * manual/advanced.xml
3535         * manual/fr/advanced.xml
3536         * src/gtk/logwindow.c
3537         * src/prefs_common.c
3538         * src/prefs_common.h
3539                 added hidden prefs to allow customization of colors used in
3540                 protocol log window (useful for dark gtk+ themes).
3541
3542 2006-05-19 [wwp]        2.2.0cvs36
3543
3544         * ChangeLog
3545                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
3546
3547 2006-05-19 [paul]       2.2.0cvs35
3548
3549         * src/textview.c
3550                 make Reply-To fully clickable
3551         * src/gtk/logwindow.c
3552                 more colouring (SMTP ESMTP)
3553         Both patches by Pawel Pekala
3554
3555 2006-05-19 [cleroy]     2.2.0cvs34
3556
3557         * src/mh.c
3558                 Don't update flags from current folder
3559                 Probably fixes bug #935 (Read Messages 
3560                 Revert to Being Marked as Unread)
3561
3562 2006-05-18 [colin]      2.2.0cvs33
3563
3564         * src/imap.c
3565                 Warning fix
3566         * src/compose.c
3567         * src/mainwindow.c
3568         * src/summaryview.c
3569         * src/toolbar.c
3570                 Allow replying to multiple emails
3571                 in multiple windows
3572         * src/mimeview.c
3573         * src/etpan/imap-thread.c
3574                 Leak fixes
3575
3576 2006-05-18 [paul]       2.2.0cvs32
3577
3578         * src/summaryview.c
3579                 keep Mailing-List menu refreshed
3580                 Thanks to Colin
3581
3582 2006-05-18 [paul]       2.2.0cvs31
3583
3584         * manual/advanced.xml
3585         * manual/faq.xml
3586         * manual/glossary.xml
3587         * manual/handling.xml
3588         * manual/intro.xml
3589         * manual/plugins.xml
3590         * manual/sylpheed-claws-manual.xml
3591                 update URLs
3592                 add info about mailing-list support
3593                 edit filtering info
3594         * src/wizard.c
3595         * src/common/defs.h
3596         * src/gtk/about.c
3597         * src/plugins/dillo_viewer/README
3598                 update URLs
3599
3600 2006-05-17 [wwp]        2.2.0cvs30
3601
3602         * manual/handling.xml
3603         * manual/fr/handling.xml
3604                 documented the ability to enabled/disable filtering/processing rules.
3605
3606 2006-05-17 [colin]      2.2.0cvs29
3607
3608         * src/main.c
3609                 Don't initialize g_thread subsystem if it's 
3610                 already done (thanks to Hiro)
3611         * src/mimeview.c
3612                 Fix saving of parts when there name can't be
3613                 converted from UTF-8.
3614
3615 2006-05-17 [paul]       2.2.0cvs28
3616
3617         * po/Makefile.in.in
3618                 fix config.status warning with autoconf 2.60
3619
3620 2006-05-17 [paul]       2.2.0cvs27
3621
3622         * po/POTFILES.in
3623                 add src/mbox.c
3624
3625 2006-05-17 [wwp]        2.2.0cvs26
3626
3627         * src/mainwindow.c
3628                 fix useless and potentially dangerous buffer walking (thanks to Colin).
3629
3630 2006-05-17 [wwp]        2.2.0cvs25
3631
3632         * src/plugins/demo/demo.c
3633                 updated product name in plugin demo (many plugins need to be
3634                 sync'ed w/ that change).
3635
3636 2006-05-17 [colin]      2.2.0cvs24
3637
3638         * src/mh.c
3639                 Fix leak
3640
3641 2006-05-16 [colin]      2.2.0cvs23
3642
3643         * src/mainwindow.c
3644                 Stupid me hit again. Fix cvs22.
3645
3646 2006-05-16 [colin]      2.2.0cvs22
3647
3648         * src/mainwindow.c
3649                 Fix bug #922 (sylpheed-claws crashed after 
3650                 pushing on Inbox folder)
3651
3652 2006-05-16 [colin]      2.2.0cvs21
3653
3654         * src/compose.c
3655                 Make From header be copy/paste/select-able
3656
3657 2006-05-16 [wwp]        2.2.0cvs20
3658
3659         * src/export.c
3660         * src/matcher.c
3661         * src/summaryview.c
3662         * src/etpan/imap-thread.c
3663                 fix some compiler warnings (thanks to Colin).
3664
3665 2006-05-16 [wwp]        2.2.0cvs19
3666
3667         * src/action.c
3668         * src/gedit-print.c
3669         * src/inc.c
3670         * src/mainwindow.c
3671         * src/mh.c
3672         * src/statusbar.c
3673         * src/send_message.c
3674         * src/summaryview.c
3675                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
3676
3677 2006-05-15 [colin]      2.2.0cvs18
3678
3679         * src/procmsg.c
3680                 Fix automatic rule creation with List-Post
3681
3682 2006-05-15 [paul]       2.2.0cvs17
3683
3684         * tools/filter_conv_new.pl
3685                 updated for rule enabling/disabling
3686                 claws version >= 2.3.x required
3687
3688 2006-05-15 [cleroy]     2.2.0cvs16
3689
3690         * src/main.c
3691                 Revert test
3692
3693 2006-05-15 [cleroy]     2.2.0cvs15
3694
3695         * src/main.c
3696                 test
3697
3698 2006-05-15 [wwp]        2.2.0cvs14
3699
3700         * manual/pl/.cvsignore
3701                 ignore generated files.
3702
3703 2006-05-14 [wwp]        2.3.0-rc1
3704
3705         * 2.3.0-rc1 released
3706
3707 2006-05-13 [wwp]        2.2.0cvs13
3708
3709         * src/filtering.c
3710         * src/filtering.h
3711         * src/matcher.c
3712         * src/matcher_parser_lex.l
3713         * src/matcher_parser_parse.y
3714         * src/prefs_filtering.c
3715                 new feature: provide the ability to disable filtering and processing
3716                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
3717                 adaptations.
3718
3719 2006-05-13 [colin]      2.2.0cvs12
3720
3721         * src/compose.c
3722                 Remove useless if (a) b; else b;
3723                 Thanks to wwp
3724
3725 2006-05-13 [wwp]        2.2.0cvs11
3726
3727         * src/export.c
3728         * src/import.c
3729         * src/mainwindow.c
3730         * src/mbox.c
3731         * src/summaryview.c
3732         * src/summaryview.h
3733                 no more silent failures (or at least less ones) when importing
3734                 or exporting from/to mbox. Also start importing/exporting if
3735                 the necessary info is set.
3736
3737 2006-05-13 [wwp]        2.2.0cvs10
3738
3739         * RELEASE_NOTES
3740                 restored up-to-date release notes.
3741
3742 2006-05-13 [paul]       2.2.0cvs9
3743
3744         * po/nl.po
3745         * po/ru.po
3746                 updated by Tim Dijkstra and Pavlo Bohmat
3747
3748 2006-05-12 [colin]      2.2.0cvs8
3749
3750         * src/gtk/quicksearch.c
3751                 Add "k" as shortcut for "colorlabel". Patch
3752                 by ath42@users.sf.net.
3753
3754 2006-05-12 [paul]       2.2.0cvs7
3755
3756         * src/prefs_common.h
3757         * src/prefs_summaries.c
3758         * src/summaryview.c
3759                 when entering a folder also allow
3760                 going directly to first Marked message
3761
3762 2006-05-12 [paul]       2.2.0cvs6
3763
3764         * src/summaryview.c
3765                 always obey 'confirm before marking all
3766                 mails read' option
3767
3768 2006-05-12 [paul]       2.2.0cvs5
3769
3770         * src/textview.c
3771                 make Sender fully clickable
3772
3773 2006-05-12 [colin]      2.2.0cvs4
3774
3775         * src/compose.c
3776         * src/compose.h
3777                 Let From be editable
3778         * src/main.c
3779         * src/mh.c
3780                 Full support of .mh_sequences' Unseen seq
3781
3782 2006-05-12 [colin]      2.2.0cvs3
3783
3784         * src/folder.c
3785         * src/mainwindow.c
3786         * src/mainwindow.h
3787         * src/messageview.c
3788         * src/prefs_spelling.c
3789         * src/procheader.c
3790         * src/procmsg.c
3791         * src/procmsg.h
3792         * src/summaryview.c
3793         * src/toolbar.c
3794         * src/toolbar.h
3795                 Add contextual menu on Compose toolbar
3796                 button. Fixes bug #944 (Automatic
3797                 addresses not applied when changing account
3798                 from compose window)
3799                 add Mailing List support
3800                 based on the old 0.6.5claws25 patch by
3801                 Melvin Hadasht, with finishing touches
3802                 by Colin
3803                 Fix "ignore thread" when mails are threaded by
3804                 subject (and weren't ignored although appearing
3805                 in the thread).
3806                 GUI rework.
3807                 Both patches by Pawel.
3808
3809 2006-05-08 [paul]       2.2.0cvs2
3810
3811         * src/mainwindow.c
3812         * src/mainwindow.h
3813         * src/messageview.c
3814         * src/procheader.c
3815         * src/procmsg.c
3816         * src/procmsg.h
3817         * src/summaryview.c
3818                 add Mailing List support
3819                 based on the old 0.6.5claws25 patch by 
3820                 Melvin Hadasht, with finishing touches
3821                 by Colin
3822
3823 2006-05-08 [colin]      2.2.0cvs1
3824
3825         * src/mainwindow.c
3826         * src/toolbar.c
3827         * src/toolbar.h
3828                 Add contextual menu on Compose toolbar 
3829                 button. Fixes bug #944 (Automatic 
3830                 addresses not applied when changing account 
3831                 from compose window)
3832
3833 2006-05-08 [paul]       2.2.0
3834
3835         2.2.0 released
3836
3837 2006-05-08 [paul]       2.1.1cvs51
3838
3839         * po/cs.po
3840         * po/de.po
3841         * po/en_GB.po
3842         * po/fi.po
3843         * po/fr.po
3844         * po/pt_BR.po
3845         * po/sr.po
3846         * po/zh_CN.po
3847                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3848                 Fabien Vantard, Frederico Goncalves Guimaraes,
3849                 Aleksandar Urosevic, and Ralgh Young
3850
3851 2006-05-12 [colin]      2.1.1cvs50
3852
3853         * po/cs.po
3854         * po/de.po
3855         * po/en_GB.po
3856         * po/es.po
3857         * po/fi.po
3858         * po/fr.po
3859         * po/pt_BR.po
3860         * po/sr.po
3861         * po/zh_CN.po
3862                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3863                 Fabien Vantard, Frederico Goncalves Guimaraes,
3864                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
3865
3866 2006-05-05 [colin]      2.1.1cvs49
3867
3868         * manual/Makefile.am
3869         * manual/pl/Makefile.am
3870         * manual/pl/account.xml
3871         * manual/pl/ack.xml
3872         * manual/pl/addrbook.xml
3873         * manual/pl/advanced.xml
3874         * manual/pl/faq.xml
3875         * manual/pl/glossary.xml
3876         * manual/pl/gpl.xml
3877         * manual/pl/handling.xml
3878         * manual/pl/intro.xml
3879         * manual/pl/keyboard.xml
3880         * manual/pl/plugins.xml
3881         * manual/pl/starting.xml
3882         * manual/pl/sylpheed-claws-manual.xml
3883         * manual/pl/dist/.cvsignore
3884         * manual/pl/dist/Makefile.am
3885         * manual/pl/dist/html/.cvsignore
3886         * manual/pl/dist/html/Makefile.am
3887         * manual/pl/dist/pdf/.cvsignore
3888         * manual/pl/dist/pdf/Makefile.am
3889         * manual/pl/dist/ps/.cvsignore
3890         * manual/pl/dist/ps/Makefile.am
3891         * manual/pl/dist/txt/.cvsignore
3892         * manual/pl/dist/txt/Makefile.am
3893                 Add the polish translation of the manual,
3894                 Authored by Pawel Pekala.
3895
3896 2006-05-05 [cleroy]     2.1.1cvs48
3897
3898         * src/main.c
3899                 Re-read matcherrc after loading plugins 
3900                 if some of them add folders.
3901
3902 2006-05-03 [colin]      2.1.1cvs47
3903
3904         * src/imap.c
3905                 I'm idiot
3906
3907 2006-05-03 [colin]      2.1.1cvs46
3908
3909         * src/imap.c
3910                 Be sure to have a session when
3911                 getting separator
3912
3913 2006-05-03 [colin]      2.1.1cvs45
3914
3915         * src/imap.c
3916         * src/imap.h
3917         * src/imap_gtk.c
3918                 Fix preventing renaming with namespace 
3919                 separator.
3920
3921 2006-05-01 [colin]      2.1.1cvs44
3922
3923         * src/action.c
3924                 Don't reload messageview when result of
3925                 action is piped.
3926
3927 2006-04-29 [colin]      2.1.1cvs43
3928
3929         * src/prefs_receive.c
3930         * src/plugins/spamassassin/spamassassin_gtk.c
3931         * src/plugins/clamav/clamav_plugin_gtk.c
3932                 GUI fixes by Pawel
3933
3934 2006-04-29 [colin]      2.1.1cvs42
3935
3936         * src/prefs_compose_writing.c
3937         * src/prefs_quote.c
3938                 Cleanups. Patch by Pawel
3939
3940 2006-04-28 [paul]       2.1.1cvs41
3941
3942         * src/matcher.c
3943                 fix returned quick search results when search
3944                 term contains an underscore.
3945                 Thanks to Colin
3946
3947 2006-04-28 [paul]       2.1.1cvs40
3948
3949         * src/prefs_message.c
3950         * src/prefs_receive.c
3951                 GUI cleanups
3952                 Patches by Pawel Pekala
3953
3954 2006-04-27 [colin]      2.1.1cvs39
3955
3956         * src/wizard.c
3957                 Differentiate subject Welcome from
3958                 window's title Welcome
3959
3960 2006-04-27 [paul]
3961
3962         2.2.0-rc1 released
3963
3964 2006-04-27 [paul]       2.1.1cvs38
3965
3966         * manual/advanced.xml
3967         * manual/fr/advanced.xml
3968                 add info about compose_no_markup hidden pref
3969
3970 2006-04-27 [paul]       2.1.1cvs37
3971
3972         * src/prefs_account.c
3973                 improve privacy labels
3974         * src/prefs_msg_colors.c
3975                 change some strings for translators' convenience
3976         * src/gtk/gtkutils.c
3977                 don't underline the link button text
3978
3979 2006-04-25 [colin]      2.1.1cvs36
3980
3981         * src/folder.c
3982                 Complete 2.1.1cvs33 (once more ;)
3983
3984 2006-04-25 [colin]      2.1.1cvs35
3985
3986         * src/editldap.c
3987                 Fix tooltip
3988
3989 2006-04-25 [cleroy]     2.1.1cvs34
3990
3991         * src/compose.c
3992         * src/gtk/gtkaspell.c
3993                 Fix crash on redirect (related to the return 
3994                 of the aspell menu in compose's toolbar)
3995         * src/prefs_msg_colors.c
3996                 Fix sensitivity widgets
3997         * src/image_viewer.c
3998         * src/gtk/pluginwindow.c
3999         * src/gtk/prefswindow.c
4000                 Change released signals to clicked (Fabien)
4001         * po/POTFILES.in
4002         * src/common/socket.c
4003         * src/plugins/spamassassin/spamassassin.c
4004                 Translate strings (Fabien)
4005
4006 2006-04-25 [paul]       2.1.1cvs33
4007
4008         * src/folder.c
4009         * src/folder.h
4010         * src/folderview.c
4011                 complete the fix of bug #912
4012                 Thanks to Colin
4013
4014 2006-04-25 [colin]      2.1.1cvs32
4015
4016         * src/news.c
4017                 Better progress bar
4018         * src/mimeview.c
4019         * src/summaryview.c
4020         * src/summaryview.h
4021                 Fix focus chain
4022                 Patches by Pawel Pekala
4023
4024 2006-04-24 [colin]      2.1.1cvs31
4025
4026         * src/compose.c
4027                 Fix compilation warnings (Fabien)
4028
4029 2006-04-24 [colin]      2.1.1cvs30
4030
4031         * src/addrindex.c
4032         * src/editldap.c
4033         * src/editldap_basedn.c
4034         * src/editldap_basedn.h
4035         * src/ldapctrl.c
4036         * src/ldapctrl.h
4037         * src/ldapquery.c
4038         * src/ldaputil.c
4039         * src/ldaputil.h
4040                 Fix bug #901 (LDAPS support)
4041
4042 2006-04-24 [colin]      2.1.1cvs29
4043
4044         * src/compose.c
4045                 Fix logic on error with send dialog on
4046         * src/imap.c
4047                 Fix compilation without libetpan, thanks
4048                 to Fabien
4049         * src/summaryview.c
4050                 Fix 'context-menu' key
4051
4052 2006-04-23 [colin]      2.1.1cvs28
4053
4054         * src/folder.c
4055                 Never free current's cache to free up 
4056                 memory. Fixes bug #912 (new count 
4057                 randomly set to message count)
4058
4059 2006-04-23 [colin]      2.1.1cvs27
4060
4061         * src/gtk/quicksearch.c
4062                 And remove printf...
4063
4064 2006-04-23 [colin]      2.1.1cvs26
4065
4066         * src/gtk/quicksearch.c
4067                 Fix replacing in quicksearch, and fix inserting
4068                 in the middle of the string. (introduced at 2.1.0cvs22)
4069
4070 2006-04-23 [colin]      2.1.1cvs25
4071
4072         * src/imap.c
4073                 Make sure uidnext is initialized in get_num_list
4074                 (not for stable, related to 2.1.1cvs8 and friends)
4075
4076 2006-04-23 [colin]      2.1.1cvs24
4077
4078         * src/imap.c
4079                 Output something when login is successful
4080                 too
4081
4082 2006-04-23 [colin]      2.1.1cvs23
4083
4084         * src/etpan/imap-thread.c
4085                 Better logging (line-per-line, hide data in fetch)
4086                 Fix a const warning
4087         * src/gtk/logwindow.c
4088         * src/gtk/logwindow.h
4089                 Better logging (color for input/output)
4090
4091 2006-04-21 [colin]      2.1.1cvs22
4092
4093         * src/gtk/quicksearch.c
4094                 On gtk+-2.8, use stock buttons in quicksearch
4095                 Based on a patch by Fabien and a design by Paul
4096
4097 2006-04-21 [colin]      2.1.1cvs21
4098
4099         * src/folderview.c
4100         * src/mainwindow.c
4101                 Fix occasional flicker in folderview
4102         * src/common/utils.c
4103                 Fix bug #943 (Incorrectly parsed email address 
4104                 list in short headers on message view and in 
4105                 printouts)
4106
4107 2006-04-20 [colin]      2.1.1cvs20
4108
4109         * src/imap.c
4110         * src/imap.h
4111         * src/prefs_account.c
4112                 Add ANONYMOUS auth for IMAP
4113
4114 2006-04-20 [paul]       2.1.1cvs19
4115
4116         * src/main.c
4117                 proper fix for 2.1.1cvs18
4118                 Thanks to Colin
4119
4120 2006-04-20 [paul]       2.1.1cvs18
4121
4122         * src/main.c
4123                 fix build warnings
4124
4125 2006-04-20 [paul]       2.1.1cvs17
4126
4127         * src/gtk/quicksearch.c
4128                 fix standard, non-extended Quick search,
4129                 was broken in 2.1.1cvs15.
4130                 Thanks to Colin.
4131
4132 2006-04-20 [colin]      2.1.1cvs16
4133
4134         * src/prefs_matcher.c
4135                 Fix values when reselecting a ~test
4136                 rule
4137
4138 2006-04-19 [colin]      2.1.1cvs15
4139
4140         * src/compose.c
4141         * src/compose.h
4142         * src/gtk/gtkaspell.c
4143         * src/gtk/gtkaspell.h
4144                 Put back Options menu in Spelling/
4145         * src/gtk/quicksearch.c
4146                 Don't search, and show error, if the
4147                 advanced search has a syntax error
4148
4149 2006-04-18 [colin]      2.1.1cvs14
4150
4151         * src/textview.c
4152                 Fix gdk warnings on set_cursor when textview
4153                 isn't visible
4154
4155 2006-04-18 [colin]      2.1.1cvs13
4156
4157         * src/gtk/gtksctree.c
4158                 Remove seemingly useless refresh that causes
4159                 flicker - watch this commit in case of 
4160                 problems before planned backport to stable
4161
4162 2006-04-18 [colin]      2.1.1cvs12
4163
4164         * src/imap.c
4165                 Factorize get/set_xml code
4166         * src/compose.c
4167         * src/prefs_account.c
4168         * src/prefs_account.h
4169         * src/procmsg.c
4170                 Add Encrypt to self option
4171
4172 2006-04-17 [colin]      2.1.1cvs11
4173
4174         * configure.ac
4175                 Fix search on encrpyt function on dragonfly
4176                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4177
4178 2006-04-17 [colin]      2.1.1cvs10
4179
4180         * src/prefs_account.c
4181                 Be safe by default: remove mails from POP3
4182                 after 7 days, not immediately
4183
4184 2006-04-17 [colin]      2.1.1cvs9
4185
4186         * src/etpan/imap-thread.c
4187                 Fix build on DragonFly - patch by 
4188                 Jonathan Buschmann <jonthn@agmact.com>
4189
4190 2006-04-17 [colin]      2.1.1cvs8
4191
4192         * src/imap.c
4193                 Save uidnext between sessions
4194
4195 2006-04-17 [colin]      2.1.1cvs7
4196
4197         * src/imap.c
4198                 scan is required when uid validity changes
4199
4200 2006-04-17 [colin]      2.1.1cvs6
4201
4202         * src/folderview.c
4203                 Don't scan if not necessary, apart in current
4204                 folder and INBOX to fetch flags.
4205         * src/imap.c
4206                 Scan is necessary if unread count changes
4207
4208 2006-04-17 [colin]      2.1.1cvs5
4209
4210         * src/imap.c
4211                 ...But always fetch ANSWERED and DELETED flags for
4212                 INBOX, as filtering can happen on these flags.
4213
4214 2006-04-17 [colin]      2.1.1cvs4
4215
4216         * src/imap.c
4217                 Don't fetch REPLIED and DELETED flags when synchronising
4218                 flags with a closed folder. We only need UNSEEN and FLAGGED
4219                 to update the folderview.
4220
4221 2006-04-17 [colin]      2.1.1cvs3
4222
4223         * src/imap.c
4224                 Faster flag search when there are new mails 
4225                 in a folder. We can do a full search if the 
4226                 folder contains less messages than the new
4227                 list.
4228
4229 2006-04-17 [colin]      2.1.1cvs2
4230
4231         * po/cs.po
4232         * po/de.po
4233         * po/fr.po
4234         * po/nl.po
4235         * po/pt_BR.po
4236                 Update translations from stable branch
4237
4238 2006-04-17 [colin]      2.1.1cvs1
4239
4240         * configure.ac
4241                 Bump version to follow stable release
4242
4243 2006-04-16 [mones]      2.1.0cvs50
4244
4245         * po/es.po
4246                 Updated for release
4247
4248 2006-04-16 [colin]      2.1.0cvs49
4249
4250         * src/textview.c
4251                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4252                 with gtk < 2.8. Thanks to Fabien Vantard.
4253
4254 2006-04-15 [colin]      2.1.0cvs48
4255
4256         * src/etpan/imap-thread.c
4257                 Fix bug #919 (libetpan: SEGV when connecting 
4258                 using command)
4259
4260 2006-04-14 [colin]      2.1.0cvs47
4261
4262         * src/main.c
4263                 Fix race on --select (should be done better)
4264
4265 2006-04-14 [wwp]        2.1.0cvs46
4266
4267         * src/send_message.c
4268                 enforce a check for domain in account prefs (a sending
4269                 error could be faced if domain was checked but no value set),
4270                 thanks to Colin.
4271
4272 2006-04-14 [colin]      2.1.0cvs45
4273
4274         * src/codeconv.c
4275                 when converting from unknown to unknown, if the
4276                 string is UTF8, don't convert it to the locale
4277                 (which breaks it)
4278
4279 2006-04-14 [colin]      2.1.0cvs44
4280
4281         * src/compose.c
4282                 Don't try to use ASCII for converting headers
4283                 (as done in body)
4284
4285 2006-04-14 [paul]       2.1.0cvs43
4286
4287         * src/crash.c
4288                 add locale/charset info to crash report
4289         * src/gtk/about.c
4290                 add wwp to doc team
4291                 replace 'e-mail' with preferred 'email'
4292         * src/gtk/authors.h
4293                 ensure contributors list is in alphabetical
4294                 order
4295
4296 2006-04-13 [colin]      2.1.0cvs42
4297
4298         * src/textview.c
4299                 Prevent gdk warnings
4300
4301 2006-04-13 [colin]      2.1.0cvs41
4302
4303         * src/common/ssl_certificate.c
4304         * src/common/ssl_certificate.h
4305         * src/gtk/sslcertwindow.c
4306                 Warn on expired certs, and display the expiration date
4307
4308 2006-04-13 [colin]      2.1.0cvs40
4309
4310         * src/plugins/spamassassin/spamassassin_gtk.c
4311                 Fix missing set_text on unix socket
4312
4313 2006-04-13 [wwp]        2.1.0cvs39
4314
4315         * manual/fr/advanced.xml
4316         * manual/fr/glossary.xml
4317                 applied new spam/ham/email lexicon (pourriel, courriel)
4318
4319 2006-04-13 [paul]       2.1.0cvs38
4320
4321         * src/plugins/pgpmime/plugin.c
4322                 remove the mention of S/MIME from the
4323                 description. This is now handled by the
4324                 S/MIME plugin.
4325
4326 2006-04-13 [paul]       2.1.0cvs37
4327
4328         * src/prefs_msg_colors.c
4329                 rework dialog
4330         * src/prefs_folder_item.c
4331         * src/prefs_spelling.c
4332                 add a tooltip to the colour selector buttons
4333
4334 2006-04-13 [wwp]        2.1.0cvs36
4335
4336         * manual/advanced.xml
4337         * manual/glossary.xml
4338         * manual/handling.xml
4339         * manual/keyboard.xml
4340         * manual/plugins.xml
4341         * manual/starting.xml
4342         * manual/fr/account.xml
4343         * manual/fr/ack.xml
4344         * manual/fr/addrbook.xml
4345         * manual/fr/advanced.xml
4346         * manual/fr/faq.xml
4347         * manual/fr/glossary.xml
4348         * manual/fr/gpl.xml
4349         * manual/fr/handling.xml
4350         * manual/fr/intro.xml
4351         * manual/fr/keyboard.xml
4352         * manual/fr/plugins.xml
4353         * manual/fr/starting.xml
4354         * manual/fr/sylpheed-claws-manual.xml
4355                 fixes to the manuals:
4356                  - summaryview -> Message List (same in French)
4357                  - translate key names
4358                  - fix French punctuation, use non-breakable spaces when
4359                    necessary, don't use &thinsp; which is not portable
4360                  - tell what maildir and mbox formats we support
4361
4362 2006-04-12 [wwp]        2.1.0cvs35
4363
4364         * src/prefs_toolbar.c
4365                 unified a replace button more,
4366                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4367
4368 2006-04-12 [wwp]        2.1.0cvs34
4369
4370         * src/prefs_common.c
4371         * src/prefs_msg_colors.c
4372                 make default color labels translatable,
4373                 patch from Fabien Vantard <fzzzzz@gmail.com>,
4374                 thanks to Tim <timbrain@post.cz> for reporting.
4375
4376 2006-04-12 [wwp]        2.1.0cvs33
4377
4378         * manual/glossary.xml
4379         * manual/intro.xml
4380         * manual/plugins.xml
4381         * manual/starting.xml
4382         * manual/sylpheed-claws-manual.xml
4383         * manual/fr/.cvsignore
4384         * manual/fr/account.xml
4385         * manual/fr/ack.xml
4386         * manual/fr/addrbook.xml
4387         * manual/fr/advanced.xml
4388         * manual/fr/faq.xml
4389         * manual/fr/glossary.xml
4390         * manual/fr/handling.xml
4391         * manual/fr/intro.xml
4392         * manual/fr/keyboard.xml
4393         * manual/fr/plugins.xml
4394         * manual/fr/starting.xml
4395         * manual/fr/sylpheed-claws-manual.xml
4396                 various fixes: typos, missing .fr translations, punctuation,
4397                 capitalization, links, accents and some bad French more.
4398
4399 2006-04-12 [wwp]        2.1.0cvs32
4400
4401         * src/prefs_gtk.c
4402                 fix for bug #935: always store prefs files in UTF-8 (thanks
4403                 to Colin).
4404
4405 2006-04-11 [colin]      2.1.0cvs31
4406
4407         * src/compose.c
4408                 Fix inserting files not in utf8 when locale is utf8
4409
4410 2006-04-11 [colin]      2.1.0cvs30
4411
4412         * src/inc.c
4413                 Don't show error dialog when cancelling connection
4414                 Patch by Pawel
4415
4416 2006-04-11 [cleroy]     2.1.0cvs29
4417
4418         * src/compose.c
4419                 Implement multiple quote levels
4420         * src/prefs_common.c
4421                 Change a little bit the quote bgcolor for 2nd level
4422
4423 2006-04-11 [colin]      2.1.0cvs28
4424
4425         * src/gtk/about.c
4426                 Add locale and charset in the label
4427
4428 2006-04-10 [colin]      2.1.0cvs27
4429
4430         * src/compose.c
4431         * src/prefs_common.c
4432         * src/prefs_common.h
4433         * src/prefs_msg_colors.c
4434         * src/textview.c
4435                 Allow optional background color in quotes
4436                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
4437                 GTK+-2.8.x feature
4438
4439 2006-04-10 [colin]      2.1.0cvs26
4440
4441         * src/main.c
4442         * src/mainwindow.c
4443         * src/mainwindow.h
4444                 Implement --select
4445
4446 2006-04-10 [colin]      2.1.0cvs25
4447
4448         * manual/plugins.xml
4449         * manual/fr/plugins.xml
4450                 Document libcurl's proxy variables
4451
4452 2006-04-09 [colin]      2.1.0cvs24
4453
4454         * src/prefs_common.c
4455                 gettext() returns statically allocated stuff. We have
4456                 to strdup it in order to be able to free it.
4457
4458 2006-04-09 [colin]      2.1.0cvs23
4459
4460         * AUTHORS
4461         * src/gtk/authors.h
4462                 Add Alexei
4463
4464 2006-04-09 [colin]      2.1.0cvs22
4465
4466         * src/mainwindow.c
4467         * src/gtk/quicksearch.c
4468                 Fix bug #859 (problems with cyrilic input in 
4469                 search panel) - Patch by Alexey Illarionov 
4470                 <littlesavage@rambler.ru>
4471
4472 2006-04-09 [colin]      2.1.0cvs21
4473
4474         * src/prefs_customheader.c
4475                 I prefer removing then freeing rather than the contrary
4476                 (even if it doesn't change anything ;-)
4477         * src/prefs_account.c
4478                 Fix bug #933 (Crash re-entering the custom headers list 
4479                 dialog in accounts prefs)
4480                 The problem happened when cancelling the Account 
4481                 Preferences' dialogs - in which case we didn't do 
4482                 anything to the PrefsAccount * struct. In case of applying,
4483                 the old ac_prefs was replaced with the tmp_ac_prefs we were
4484                 working with in this dialog. The problem is that 
4485                 prefs_customheader.c, working on this tmp_ac_prefs, always
4486                 changes the ->customhdr_list pointer, even when cancelled. 
4487                 So in case of cancelling the prefs_account dialog, we still
4488                 have to update ->customhdr_list in the real account.
4489
4490 2006-04-08 [colin]      2.1.0cvs20
4491
4492         * manual/fr/glossary.xml
4493         * manual/fr/keyboard.xml
4494                 Forgot some headers :)
4495
4496 2006-04-08 [colin]      2.1.0cvs19
4497
4498         * manual/Makefile.am
4499         * manual/fr/Makefile.am
4500         * manual/fr/account.xml
4501         * manual/fr/ack.xml
4502         * manual/fr/addrbook.xml
4503         * manual/fr/advanced.xml
4504         * manual/fr/faq.xml
4505         * manual/fr/glossary.xml
4506         * manual/fr/gpl.xml
4507         * manual/fr/handling.xml
4508         * manual/fr/intro.xml
4509         * manual/fr/keyboard.xml
4510         * manual/fr/plugins.xml
4511         * manual/fr/starting.xml
4512         * manual/fr/sylpheed-claws-manual.xml
4513         * manual/fr/dist/.cvsignore
4514         * manual/fr/dist/Makefile.am
4515         * manual/fr/dist/html/.cvsignore
4516         * manual/fr/dist/html/Makefile.am
4517         * manual/fr/dist/pdf/.cvsignore
4518         * manual/fr/dist/pdf/Makefile.am
4519         * manual/fr/dist/ps/.cvsignore
4520         * manual/fr/dist/ps/Makefile.am
4521         * manual/fr/dist/txt/.cvsignore
4522         * manual/fr/dist/txt/Makefile.am
4523                 Add the french translation of the manual. Thanks to
4524                 Olivier Delhomme <olivier.delhomme@free.fr> for 
4525                 account.xml, ack.xml, addrbook.xml and advanced.xml
4526
4527 2006-04-08 [colin]      2.1.0cvs18
4528
4529         * manual/plugins.xml
4530         * manual/starting.xml
4531                 More fixes
4532
4533 2006-04-07 [colin]      2.1.0cvs17
4534
4535         * manual/faq.xml
4536         * manual/intro.xml
4537         * manual/keyboard.xml
4538                 Little fixes
4539
4540 2006-04-07 [colin]      2.1.0cvs16
4541
4542         * README
4543         * src/compose.c
4544         * src/prefs_common.c
4545         * src/prefs_common.h
4546                 Add hidden compose_no_markup pref
4547
4548 2006-04-07 [wwp]        2.1.0cvs15
4549
4550         * src/summary_search.c
4551         * .cvsignore
4552                 Bugfix: stop button was sticky when searching in an empty folder.
4553                 Applied curly brackets code style to the whole file (summary_search.c).
4554                 More files to ignore.
4555
4556 2006-04-07 [wwp]        2.1.0cvs14
4557
4558         * src/message_search.c
4559         * src/summary_search.c
4560                 changed default button when search bumps at file/folder
4561                 beginning or end, for convenience (thanks to Colin).
4562
4563 2006-04-07 [paul]       2.1.0cvs13
4564
4565         * src/plugins/dillo_viewer/dillo_prefs.c
4566                 avoid future potential for namespace collision
4567                 Patch by Colin
4568
4569 2006-04-06 [wwp]        2.1.0cvs12
4570
4571         * src/summary_search.c
4572                 Unify extended/advanced searches names (and thus factorize labels),
4573                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4574
4575 2006-04-06 [wwp]        2.1.0cvs11
4576
4577         * src/folderview.c
4578         * src/prefs_themes.c
4579         * src/summaryview.c
4580                 Fixed some compilation warnings.
4581
4582 2006-04-06 [colin]      2.1.0cvs10
4583
4584         * manual/advanced.xml
4585                 Document the wizard template and how to deploy
4586                 Sylpheed-Claws effectively
4587
4588 2006-04-06 [colin]      2.1.0cvs9
4589
4590         * src/folderview.c
4591                 gettext patch to tell translators about _("#"),
4592                 by Maxim Britov
4593
4594 2006-04-06 [colin]      2.1.0cvs8
4595
4596         * src/textview.c
4597                 Fix invalid GtkTextBIter after clicking "Display as text"
4598
4599 2006-04-06 [mones]      2.1.0cvs7
4600
4601         * src/addr_compl.c
4602         * src/addrindex.c
4603         * src/addritem.c
4604         * src/codeconv.c
4605         * src/compose.c
4606         * src/filtering.c
4607         * src/folder.c
4608         * src/folder_item_prefs.c
4609         * src/folderview.c
4610         * src/localfolder.c
4611         * src/matcher.c
4612         * src/mimeview.c
4613         * src/prefs_msg_colors.c
4614         * src/prefs_spelling.c
4615         * src/prefs_themes.c
4616         * src/procmime.c
4617         * src/procmsg.c
4618         * src/stock_pixmap.c
4619         * src/summaryview.c
4620         * src/textview.c
4621         * src/toolbar.c
4622         * src/common/mgutils.c
4623         * src/common/prefs.c
4624         * src/common/ssl_certificate.c
4625         * src/gtk/colorlabel.c
4626         * src/gtk/quicksearch.c
4627         * src/plugins/pgpmime/pgpmime.c
4628         * src/plugins/spamassassin/spamassassin.c
4629                 Removed redundant NULL checks for g_free() calls.
4630                 Patch by Pawel Pekala.
4631
4632 2006-04-06 [mones]      2.1.0cvs6
4633
4634         * src/prefs_actions.c
4635         * src/prefs_filtering.c
4636         * src/prefs_filtering_action.c
4637         * src/prefs_matcher.c
4638         * src/prefs_template.c
4639         * src/gtk/gtkutils.c
4640         * src/gtk/gtkutils.h
4641                 Have a nice replace button. Patch by Pawel Pekala
4642
4643 2006-04-06 [colin]      2.1.0cvs5
4644
4645         * src/addressbook.c
4646                 Fix crash with empty columns
4647
4648 2006-04-05 [colin]      2.1.0cvs4
4649
4650         * src/wizard.c
4651         * src/prefs_gtk.c
4652                 Allow wizard customization with pre-filled values
4653
4654 2006-04-05 [colin]      2.1.0cvs3
4655
4656         * src/textview.c
4657         * src/mimeview.c
4658         * src/mimeview.h
4659                 Nicer messages in mimeview
4660
4661 2006-04-05 [colin]      2.1.0cvs2
4662
4663         * src/addressbook.c
4664         * src/prefs_summaries.c
4665                 i18n fix
4666
4667 2006-04-05 [colin]      2.1.0cvs1
4668
4669         * src/plugins/pgpcore/plugin.c
4670         * src/plugins/pgpcore/select-keys.c
4671         * src/plugins/pgpcore/select-keys.h
4672         * src/plugins/pgpcore/sgpgme.c
4673         * src/plugins/pgpcore/sgpgme.h
4674         * src/plugins/pgpinline/pgpinline.c
4675         * src/plugins/pgpinline/plugin.c
4676         * src/plugins/pgpmime/pgpmime.c
4677         * src/plugins/pgpmime/plugin.c
4678                 Factorize and generalize a bit 
4679                 Drop S/MIME signature verification from PGP/MIME
4680                 (adding it as another, more complete plugin)
4681
4682 2006-04-05 [paul]       2.1.0
4683
4684         2.1.0 released
4685
4686 2006-04-05 [paul]       2.0.0cvs186
4687
4688         * manual/advanced.xml
4689                 add info on colour labels
4690
4691 2006-04-05 [paul]       2.0.0cvs185
4692
4693         * po/bg.po
4694         * po/cs.po
4695         * po/de.po
4696         * po/el.po
4697         * po/en_GB.po
4698         * po/fi.po
4699         * po/fr.po
4700         * po/it.po
4701         * po/nl.po
4702         * po/pl.po
4703         * po/pt_BR.po
4704         * po/sr.po
4705         * po/zh_CN.po
4706                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
4707                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
4708                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
4709                 Guimaraes, Aleksandar Urosevic, Ralgh Young
4710         * src/gtk/authors.h
4711         * tools/claws.i18n.status.pl
4712                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
4713                 and new Czech translator, Tim <timbrain@post.cz>
4714
4715 2006-04-05 [mones]      2.0.0cvs184
4716
4717         * po/es.po
4718                 Updated translation
4719
4720 2006-04-05 [colin]      2.0.0cvs183
4721
4722         * src/gtk/quicksearch.c
4723                 Fix bug #929 (unnecessary reload in quick search bar)
4724
4725 2006-04-05 [colin]      2.0.0cvs182
4726
4727         * src/compose.c
4728                 Fix crash on Reply with no From:
4729                 Show signature and conversion error on queuing 
4730                 (but not sending)
4731         * src/mainwindow.c
4732         * src/summaryview.c
4733         * src/summaryview.h
4734                 Factorize threading code and make sure msginfo 
4735                 is not null when it comes from a GtkCTreeRow's 
4736                 data
4737         * src/gtk/gtkaspell.c
4738                 Check for necessary things
4739         * src/gtk/gtksctree.c
4740         * src/gtk/gtksctree.h
4741                 Reset anchor if necessary when removing node
4742
4743 2006-03-29 [colin]      2.0.0cvs181
4744
4745         * src/folderview.c
4746                 Warn for disabled IMAP accounts (due to lack of
4747                 libetpan). Breaks string-freeze - sorry - but it
4748                 is kind of important ;)
4749
4750 2006-03-28 [colin]      2.0.0cvs180
4751
4752         * src/gtk/gtkutils.c
4753         * src/gtk/gtkutils.h
4754                 Add a gtkut_get_link_btn() function that
4755                 creates a button which acts like an URI
4756         * src/prefs_themes.c
4757         * src/gtk/about.c
4758                 Use this function (factorizes codes)
4759         * src/common/defs.h
4760         * src/gtk/pluginwindow.c
4761                 Add a "Get more..." in the plugins window
4762
4763 2006-03-28 [colin]      2.0.0cvs179
4764
4765         * src/common/smtp.c
4766         * src/common/passcrypt.c
4767         * src/undo.c
4768                 Warning fixes. Patch by Pawel Pekala
4769
4770 2006-03-27 [colin]      2.0.0cvs178
4771
4772         * src/undo.c
4773                 Fix undoing by blocks with spaces
4774
4775 2006-03-27 [colin]      2.0.0cvs177
4776
4777         * src/textview.c
4778                 Set margin to 3px for headers
4779
4780 2006-03-27 [paul]
4781
4782         2.1.0-rc2 released
4783
4784 2006-03-27 [wwp]        2.0.0cvs176
4785
4786         * src/summaryview.c
4787                 don't reset quicksearch when updating the message list.
4788                 Thanks to Colin.
4789
4790 2006-03-26 [wwp]        2.0.0cvs175
4791
4792         * src/compose.c
4793                 use a unified border width ('other' tab in the compose window,
4794                 patch by Pawel Pekala).
4795
4796
4797 2006-03-26 [wwp]        2.0.0cvs174
4798
4799         * src/common/quoted-printable.c
4800         * src/addressbook.c
4801                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
4802
4803 2006-03-26 [colin]      2.0.0cvs173
4804
4805         * src/quote_fmt_parse.y
4806                 Fix non-UTF8 date formats messing up the whole quote a 
4807                 little bit
4808
4809 2006-03-26 [colin]      2.0.0cvs172
4810
4811         * src/procheader.c
4812                 Make sure the date is UTF8 valid, or try to make it
4813                 so. IncrediMail is really IncrediStupid.
4814         * src/compose.c
4815                 Fix possible conversions. 
4816                 
4817
4818 2006-03-26 [colin]      2.0.0cvs171
4819
4820         * src/matcher.c
4821                 Fix corner cases in body search. This is still a
4822                 hack... It seems impossible to make it good and 
4823                 reasonably fast at the same time.
4824
4825 2006-03-26 [colin]      2.0.0cvs170
4826
4827         * src/summaryview.c
4828                 I think I killed the twilight zone bug!
4829                 summary_select_node() flushes GTK events in order
4830                 to be able to center the view. But this also 
4831                 flushes keypresses like Ctrl-Alt-U, so this can
4832                 call summary_show from summary_select_node (itself
4833                 called from summary_show, etc.). And the summaryview
4834                 has to be unlocked in this function. So just locking
4835                 while processing GTK events, and bailing if locked, 
4836                 should fix it.
4837                 Fixes bug #927 (SIGSEGV during Update Summary)
4838
4839 2006-03-25 [colin]      2.0.0cvs169
4840
4841         * src/matcher.c
4842                 Fix search in QP-encoded bodies
4843                 Fix utf-8 searches in bodies encoded in the
4844                 locale's encoding
4845         * src/common/quoted-printable.c
4846         * src/common/quoted-printable.h
4847                 Add a decode function that doesn't overwrite
4848                 the original pointer
4849                 
4850
4851 2006-03-24 [colin]      2.0.0cvs168
4852
4853         * src/action.c
4854         * src/summaryview.c
4855         * src/summaryview.h
4856                 Update message cache after action
4857                 Patch by H. Merijn Brand
4858         * src/prefs_msg_colors.c
4859                 Factorize label 
4860                 Patch by Fabien Vantard
4861         * src/plugins/spamassassin/spamassassin_gtk.c
4862                 Remove useless translation
4863                 Patch by Fabien Vantard
4864
4865 2006-03-23 [colin]      2.0.0cvs167
4866
4867         * src/common/ssl.c
4868                 Let 30 seconds to SSL_connect
4869
4870 2006-03-23 [wwp]        2.0.0cvs166
4871
4872         * src/summaryview.c
4873         * src/gtk/description_window.c
4874                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
4875                 and headers are translated; adjust description windows' width to fit their
4876                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
4877
4878 2006-03-23 [paul]       2.0.0cvs165
4879
4880         * src/common/utils.c
4881                 fix highlighting of URIs containing "()"
4882                 (2.0.0cvs164's reversal fixed)
4883                 Thanks to Colin.
4884
4885 2006-03-23 [paul]       2.0.0cvs164
4886
4887         * src/common/utils.c
4888                 revert patch, (postponing a fix), at 2.0.0cvs120
4889                 as it breaks more URIs than it fixes.
4890                 Allow '-' to be a terminating character in a URI
4891
4892 2006-03-22 [colin]      2.0.0cvs163
4893
4894         * configure.ac
4895                 Require libetpan 0.45
4896                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
4897
4898 2006-03-22 [paul]       2.0.0cvs162
4899
4900         * src/editgroup.c
4901                 replace '<-' and '->' buttons with GTK_STOCK graphical
4902                 buttons
4903         * src/summary_search.c
4904                 don't offer '...' for translation
4905                 add a tooltip to advanced search '...' button
4906         * src/gtk/quicksearch.c
4907                 don't offer '...' for translation
4908
4909 2006-03-21 [colin]      2.0.0cvs161
4910
4911         * src/compose.c
4912                 Fix middle-click pasting (insert at click
4913                 position instead of cursor position, don't
4914                 remove existing selection and allow pasting
4915                 our own selection)
4916         * src/addressbook.c
4917                 "LDAP Server" -> "LDAP servers"
4918
4919 2006-03-21 [wwp]        2.0.0cvs160
4920
4921         * src/etpan/imap-thread.c
4922                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
4923
4924 2006-03-20 [colin]      2.0.0cvs159
4925
4926         * src/summaryview.c
4927                 Don't reload summaryview after an execute with no
4928                 move action
4929
4930 2006-03-19 [colin]      2.0.0cvs158
4931
4932         * src/addressbook.c
4933                 and put groups at the top, always
4934
4935 2006-03-19 [colin]      2.0.0cvs157
4936
4937         * src/addressbook.c
4938                 Order groups before names, as previously
4939
4940 2006-03-19 [colin]      2.0.0cvs156
4941
4942         * src/addressbook.c
4943                 - Sort case-unsensitive
4944                 - Put the sort arrow at opening too
4945
4946 2006-03-19 [wwp]        2.0.0cvs155
4947
4948         * src/addressbook.c
4949                 allow sorting by name/email/remarks, ensure that right-pane's contents
4950                 matches the left-pane selection (cleared when appropriate).
4951                 Patch by Pawel Pekala <c0rn@o2.pl>.
4952
4953 2006-03-18 [colin]      2.0.0cvs154
4954
4955         * src/textview.c
4956                 Fix text cursor ;)
4957
4958 2006-03-18 [colin]      2.0.0cvs153
4959
4960         * src/gtk/filesel.c
4961                 Make sure we hide the preview if we didn't get
4962                 a filename
4963
4964 2006-03-18 [colin]      2.0.0cvs152
4965
4966         * src/summaryview.c
4967                 Set cursor to watch for execution (fixes lack
4968                 of watch-cursor when dnd'ing hundreds of mails)
4969         * src/gtk/filesel.c
4970                 Check that mime type is 'image/*' before updating
4971                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
4972
4973 2006-03-18 [colin]      2.0.0cvs151
4974
4975         * src/mainwindow.c
4976         * src/textview.c
4977         * src/textview.h
4978                 Put a watch cursor in textview too when the mainwindow's
4979                 cursor in a watch
4980
4981 2006-03-18 [colin]      2.0.0cvs150
4982
4983         * src/folder.c
4984                 Change wrong asserts to simple tests
4985
4986 2006-03-17 [colin]      2.0.0cvs149
4987
4988         * src/mainwindow.c
4989         * src/mainwindow.h
4990         * src/prefs_msg_colors.c
4991         * src/summaryview.c
4992         * src/summaryview.h
4993         * src/gtk/colorlabel.c
4994         * src/gtk/colorlabel.h
4995                 Add a color label menu in the main menubar
4996                 Add (fixed) accels Ctrl-{0-7} to change the color
4997                 They have to be fixed because the menu's dynamic,
4998                 the items are complex widgets, hence we can't use
4999                 a GtkItemFactory.
5000
5001
5002 2006-03-17 [wwp]        2.0.0cvs148
5003
5004         * src/compose.c
5005                 rollback few lines from my previous commit (those lines come from
5006                 a pending patch, accidentally commited, even if neutral as they are
5007                 commented out).
5008
5009 2006-03-17 [wwp]        2.0.0cvs147
5010
5011         * src/compose.c
5012                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5013                 applied code style/indentation to the modified function.
5014
5015 2006-03-17 [wwp]        2.0.0cvs146
5016
5017         * src/procmsg.c
5018         * src/compose.c
5019                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5020
5021 2006-03-17 [paul]
5022
5023         2.1.0-rc1 released
5024
5025 2006-03-17 [paul]       2.0.0cvs145
5026
5027         * src/main.c
5028                 addressbook_read_file() was called twice
5029         * src/textview.c
5030                 X-Mailer highlighting
5031
5032 2006-03-16 [colin]      2.0.0cvs144
5033
5034         * src/sourcewindow.c
5035         * src/sourcewindow.h
5036                 And the last one, in source window.
5037
5038 2006-03-16 [colin]      2.0.0cvs143
5039
5040         * src/compose.c
5041         * src/compose.h
5042                 Fix the same stuff in compose
5043
5044 2006-03-16 [colin]      2.0.0cvs142
5045
5046         * src/messageview.c
5047                 Complete the previous messageview crash fix
5048
5049 2006-03-16 [colin]      2.0.0cvs141
5050
5051         * src/procmsg.h
5052         * src/procmsg.c
5053         * src/folder.c
5054                 Fix POSTPROCESSING hook
5055                 Patch by H. Merijn Brand
5056
5057         * src/procmime.c
5058         * src/procmime.h
5059                 Parse Content-Location
5060
5061         * src/toolbar.c
5062         * src/messageview.c
5063         * src/messageview.h
5064                 Don't crash when a top-level MessageView has
5065                 been closed on us. Same problematic than
5066                 yesterday's quicksearch issue.
5067
5068 2006-03-15 [colin]      2.0.0cvs140
5069
5070         * src/gtk/quicksearch.c
5071                 Fix a bitchy race we didn't think about when we
5072                 added quicksearch cancellation:
5073                 If the search is not on cached fields, for example
5074                 body_part matchcase "stuff"
5075                 the matcher code has to get the whole message. If
5076                 we're on IMAP, that can be slow, and in order to
5077                 be non-blocking, the IMAP code idle loop processes
5078                 gtk events too. So it is possible to cancel a
5079                 quicksearch while the matcher is getting the mail's
5080                 body. After matcher got its body, it will start to
5081                 iterate over the matcher list that the Quicksearch's
5082                 clear_search_cb() just freed via prepare_matcher().
5083                 SIGSEGV ensues.
5084                 The fix consists of guarding the matcherlist_match()
5085                 call with a boolean 'matching'. If we reset the
5086                 quicksearch while matching is TRUE, we don't free
5087                 the matcherlist anymore like we did, but we set
5088                 another new flag, deferred_free, to TRUE. Then,
5089                 in quicksearch_match(), just after returning from
5090                 matcherlist_match() and unsetting the matching flag,
5091                 we check the deferred_free flag and do the
5092                 prepare_matcher() (which does the matcherlist_free)
5093                 for real, so we free the matcherlist once it's not
5094                 used anymore.
5095                 As all of this runs via the glib main loop, we
5096                 luckily don't need a mutex.
5097         * src/summaryview.c
5098                 Also, show progress while searching.
5099
5100
5101 2006-03-14 [colin]      2.0.0cvs139
5102
5103         * src/alertpanel.c
5104                 Make alertpanel_is_open non-static
5105
5106 2006-03-14 [colin]      2.0.0cvs138
5107
5108         * src/prefs_spelling.c
5109                 Cleanups - Fabien Vantard
5110
5111 2006-03-14 [wwp]        2.0.0cvs137
5112
5113         * src/main.c
5114                 code style normalization (curly braces, indentation).
5115
5116 2006-03-14 [wwp]        2.0.0cvs137
5117
5118         * src/main.c
5119                 code style (braces, indentation)
5120
5121 2006-03-12 [paul]       2.0.0cvs136
5122
5123         * src/prefs_common.c
5124                 trans_hdr defaults to FALSE to be RFC-savvy
5125         * src/prefs_summaries.c
5126                 add a tooltip to the trans_hdr option
5127                 
5128
5129 2006-03-12 [paul]       2.0.0cvs135
5130
5131         * src/prefs_matcher.c
5132                 give a little more width to the combos
5133         * src/prefs_display_header.c
5134         * src/textview.c
5135                 translate headers if prefs_common.trans_hdr
5136                 is TRUE
5137
5138         Patches by Pawel Pekala
5139
5140 2006-03-12 [paul]       2.0.0cvs134
5141
5142         * src/plugins/clamav/clamav_plugin.c
5143         * src/plugins/dillo_viewer/dillo_viewer.c
5144         * src/plugins/pgpcore/plugin.c
5145         * src/plugins/pgpinline/plugin.c
5146         * src/plugins/pgpmime/plugin.c
5147         * src/plugins/spamassassin/spamassassin.c
5148                 update/add to descriptions
5149         * src/plugins/spamassassin/spamassassin_gtk.c
5150                 fixes to the english, remove superfluous
5151                 tooltips, clean up a little
5152
5153 2006-03-12 [paul]       2.0.0cvs133
5154
5155         * src/compose.c
5156                 fix Bug 924, 'Account combo box shows up wrong 
5157                 if & is in account name'
5158
5159 2006-03-11 [colin]      2.0.0cvs132
5160
5161         * src/summaryview.c
5162                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5163                 messed up shift-selection because is slows down
5164                 moving around summaryview. thanks -users
5165
5166 2006-03-10 [colin]      2.0.0cvs131
5167
5168         * src/plugins/spamassassin/spamassassin_gtk.c
5169                 Put back Paul's engrish fixes
5170
5171 2006-03-10 [colin]      2.0.0cvs130
5172
5173         * src/plugins/spamassassin/spamassassin.c
5174         * src/plugins/spamassassin/spamassassin.h
5175         * src/plugins/spamassassin/spamassassin_gtk.c
5176                 Cleanup SA prefs page (more)
5177                 Patch by Fabien Vantard
5178
5179 2006-03-10 [paul]       2.0.0cvs129
5180
5181         * src/prefs_msg_colors.c
5182         * src/prefs_spelling.c
5183                 widget sensitivity
5184
5185 2006-03-09 [mones]      2.0.0cvs128
5186
5187         * po/es.po
5188                 Update for next RC
5189
5190 2006-03-09 [wwp]        2.0.0cvs127
5191
5192         * configure.ac
5193                 revert accidental commit (requirement for libetpan 0.43), this time
5194                 not in HEAD.
5195
5196 2006-03-09 [wwp]        2.0.0cvs125
5197
5198         * configure.ac
5199                 revert accidental commit (requirement for libetpan 0.43)
5200
5201 2006-03-09 [paul]       2.0.0cvs126
5202
5203         * src/prefs_receive.c
5204                 remove useless frame
5205                 replace 'incorporation' with 'receiving'
5206         * src/plugins/clamav/clamav_plugin_gtk.c
5207         * src/plugins/spamassassin/spamassassin_gtk.c
5208                 improve widget sensitivity
5209                 fix a bit his engrish
5210
5211 2006-03-09 [wwp]        2.0.0cvs125
5212
5213         * src/addressadd.c
5214         * src/foldersel.c
5215         * src/prefs_common.c
5216         * src/prefs_common.h
5217                 remember some more windows' sizes (add to addressbook and
5218                 select folder).
5219
5220 2006-03-09 [paul]       2.0.0cvs124
5221
5222         * src/plugins/pgpcore/prefs_gpg.c
5223                 normalise construction of dialogue
5224
5225 2006-03-09 [paul]       2.0.0cvs123
5226
5227         * src/plugins/trayicon/Makefile.am
5228                 add missing slash
5229
5230 2006-03-08 [colin]      2.0.0cvs122
5231
5232         * src/plugins/trayicon/Makefile.am
5233                 Fix build in separate dir 
5234                 Patch by Bamanzi <bamanzi@gmail.com>
5235
5236 2006-03-08 [colin]      2.0.0cvs121
5237
5238         * src/procmsg.c
5239                 Batch move and copies from summaryview with delayed execution
5240                 too
5241
5242 2006-03-07 [paul]       2.0.0cvs120
5243
5244         * src/common/utils.c
5245                 fix highlighting of URIs containing "()"
5246                 Patch by Pawel Pekala
5247
5248 2006-03-07 [paul]       2.0.0cvs119
5249
5250         * src/folder.c
5251         * src/folder.h
5252         * src/folderview.c
5253                 immediately do alphabetical resort when
5254                 changing a folder's name
5255                 Patch by Pawel Pekala
5256
5257 2006-03-07 [paul]       2.0.0cvs118
5258
5259         * src/news.c
5260         * src/news_gtk.c
5261                 when unsubscribing a newsgroup, remove the
5262                 folder and msgs in .sylpheed-claws/newscache
5263                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5264
5265 2006-03-07 [paul]       2.0.0cvs117
5266
5267         * src/textview.c
5268                 fix wrong Fake URL Warning
5269                 Thanks to Hiro
5270
5271 2006-03-07 [colin]      2.0.0cvs116
5272
5273         * src/imap.c
5274                 Return immediately when password dialog was
5275                 cancelled
5276         * src/gtk/inputdialog.c
5277                 Allow empty strings for passwords
5278
5279
5280 2006-03-06 [colin]      2.0.0cvs115
5281
5282         * src/imap.c
5283                 Prevent double-timeouts when connection fails
5284
5285 2006-03-06 [colin]
5286
5287         2.0.1-rc1 released
5288
5289 2006-03-06 [colin]      2.0.0cvs114
5290
5291         * src/imap.c
5292                 Refresh session during potentially long
5293                 operations
5294
5295 2006-03-06 [wwp]        2.0.0cvs113
5296
5297         * src/prefs_msg_colors.h
5298                 forgot that one (custom color labels).
5299
5300 2006-03-06 [wwp]        2.0.0cvs112
5301
5302         * src/prefs_common.c
5303         * src/prefs_common.h
5304         * src/prefs_msg_colors.c
5305         * src/summaryview.c
5306         * src/summaryview.h
5307         * src/gtk/colorlabel.c
5308         * src/gtk/colorlabel.h
5309                 colors in messages list are now customizable. Color values and names can
5310                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
5311                 Thanks to Paul and Colin for their help with this longstanding patch!
5312
5313 2006-03-06 [wwp]        2.0.0cvs111
5314
5315         * src/textview.c
5316                 don't crash if (x)face is bad.
5317
5318 2006-03-05 [paul]       2.0.0cvs110
5319
5320         * AUTHORS
5321         * configure.ac
5322         * src/Makefile.am
5323         * src/common/Makefile.am
5324         * src/common/utils.h
5325         * src/etpan/imap-thread.c
5326         * src/gtk/authors.h
5327         * src/plugins/clamav/Makefile.am
5328         * src/plugins/demo/Makefile.am
5329         * src/plugins/dillo_viewer/Makefile.am
5330         * src/plugins/pgpcore/Makefile.am
5331         * src/plugins/pgpcore/passphrase.c
5332         * src/plugins/pgpinline/Makefile.am
5333         * src/plugins/pgpmime/Makefile.am
5334         * src/plugins/spamassassin/Makefile.am
5335         * src/plugins/trayicon/Makefile.am
5336                 fix builiding on cygwin
5337                 Patch by Ralgh Young <bamanzi@gmail.com>
5338
5339 2006-03-04 [wwp]        2.0.0cvs109
5340
5341         * manual/keyboard.xml
5342                 fix mixed up/down keys.
5343
5344 2006-03-04 [wwp]        2.0.0cvs108
5345
5346         * README
5347         * INSTALL
5348                 updated links to SpamAssassin.
5349
5350 2006-03-04 [wwp]        2.0.0cvs107
5351
5352         * manual/plugins.xml
5353         * src/plugins/spamassassin/README
5354                 updated SpamAssassin plugin docs to reflect new functional additions
5355                 (also fix/update/documents few technical stuff more, see the README).
5356
5357 2006-03-04 [wwp]        2.0.0cvs106
5358
5359         * src/prefs_message.c
5360                 normalized capitalization of message-prefs paths.
5361
5362 2006-03-04 [wwp]        2.0.0cvs105
5363
5364         * manual/advanced.xml
5365                 typo.
5366
5367 2006-03-03 [colin]      2.0.0cvs104
5368
5369         * src/plugins/clamav/clamav_plugin_gtk.c
5370                 Rework prefs page, patch by Fabien 
5371
5372 2006-03-03 [colin]      2.0.0cvs103
5373
5374         * src/plugins/clamav/clamav_plugin.c
5375                 Set error on all errors
5376
5377 2006-03-03 [colin]      2.0.0cvs102
5378
5379         * src/common/plugin.c
5380                 Initialize error to avoid crashing when a plugin fails
5381                 without setting error
5382
5383 2006-03-02 [wwp]        2.0.0cvs101
5384
5385         * configure.ac
5386                 fixed linker flags for libetpan support on Cygwin
5387                 (thanks to H.Merijn Brand).
5388
5389 2006-03-02 [wwp]        2.0.0cvs100
5390
5391         * src/addressbook.c
5392                 fix some AB error messages: one for punctuation and
5393                 one wrongly duplicate (thanks, maxbritov).
5394
5395 2006-03-02 [wwp]        2.0.0cvs99
5396
5397         * src/plugins/spamassassin/spamassassin.c
5398                 make sync calls to sa-learn/spamc to prevent
5399                 system (whatever local or client/server) overload.
5400
5401 2006-03-02 [colin]      2.0.0cvs98
5402
5403         * src/summaryview.c
5404                 Put the spam icon in the status column instead of the
5405                 mark one
5406
5407 2006-03-01 [colin]      2.0.0cvs97
5408
5409         * src/plugins/spamassassin/spamassassin.c
5410                 Fix segfault (g_file_set_contents fails for some 
5411                 reason and err==0x2f. Can't find out why with
5412                 valgrind, using working function :-)
5413
5414 2006-03-01 [colin]      2.0.0cvs96
5415
5416         * src/inc.c
5417                 Offline overriding: let 'No' be cached only 3 seconds
5418
5419 2006-03-01 [colin]      2.0.0cvs95
5420
5421         * src/addr_compl.c
5422         * src/addrbook.c
5423         * src/addressbook.c
5424         * src/addrindex.c
5425         * src/folder_item_prefs.c
5426         * src/headerview.c
5427         * src/imap.c
5428         * src/inc.c
5429         * src/ldif.c
5430         * src/mainwindow.c
5431         * src/mh.c
5432         * src/msgcache.c
5433         * src/prefs_common.h
5434         * src/prefs_msg_colors.c
5435         * src/procheader.c
5436         * src/procheader.h
5437         * src/procmime.c
5438         * src/procmsg.c
5439         * src/procmsg.h
5440         * src/send_message.h
5441         * src/simple-gettext.c
5442         * src/summaryview.c
5443         * src/summaryview.h
5444         * src/syldap.c
5445         * src/textview.c
5446         * src/undo.c
5447         * src/common/ssl_certificate.c
5448         * src/common/utils.c
5449         * src/gtk/colorsel.c
5450         * src/gtk/gtksctree.c
5451         * src/gtk/gtkshruler.c
5452         * src/plugins/trayicon/trayicon.c
5453                 #if 0 goes to /dev/null
5454
5455 2006-03-01 [colin]      2.0.0cvs94
5456
5457         * src/compose.c
5458         * src/imap.c
5459         * src/inc.c
5460         * src/inc.h
5461         * src/messageview.c
5462         * src/news.c
5463         * src/plugins/spamassassin/spamassassin.c
5464                 Allow to add information in the "working offline"
5465                 window
5466
5467 2006-03-01 [wwp]        2.0.0cvs93
5468
5469         * src/plugins/spamassassin/spamassassin.c
5470                 fixed spamc invocation: use a tricky temporary mini shell wrapper
5471                 'cause it seems that calling `spamc ... < inputfile` with
5472                 g_spawn_(a)sync simply.. erm doesn't work :-).
5473
5474 2006-03-01 [wwp]        2.0.0cvs92
5475
5476         * src/toolbar.c
5477         * src/toolbar.h
5478                 simplify the adding of spam/ham button to the messageview toolbar
5479                 (it gets more clear now that the same button will be "Mark as spam"
5480                 or "Mark as ham" according to the current message status,
5481                 thanks to Colin).
5482
5483 2006-03-01 [wwp]        2.0.0cvs91
5484
5485         * src/messageview.c
5486         * src/procmsg.c
5487         * src/procmsg.h
5488         * src/summaryview.c
5489         * src/plugins/spamassassin/spamassassin.c
5490         * src/plugins/spamassassin/spamassassin.h
5491                 make learner callbacks return a status (0 for ok),
5492                 handle it in main code to avoid setting flags when learning failed,
5493                 don't learn on TCP if offline in spamassassin,
5494                 thanks to Colin.
5495
5496                 
5497
5498 2006-03-01 [wwp]        2.0.0cvs90
5499
5500         * src/compose.c
5501                 some work around the compose window's account menu,
5502                 patch by Fabien Vantard.
5503
5504 2006-03-01 [wwp]        2.0.0cvs89
5505
5506         * src/plugins/spamassassin/spamassassin.c
5507                 fixed bad logics, was using spamc in local mode and sa-learn
5508                 in remote mode (thanks, Colin).
5509
5510 2006-03-01 [wwp]        2.0.0cvs88
5511
5512         * src/plugins/spamassassin/spamassassin.c
5513         * src/plugins/spamassassin/spamassassin.h
5514         * src/plugins/spamassassin/spamassassin_gtk.c
5515                 made processing of emails w/ sa-plugin an option (default is TRUE),
5516                 fixed Engrish some tooltips, capitalization of some debug messages
5517                 and warnings. The spamassassin plugin now provides two separate
5518                 services: process emails upon incorporation and spamd training.
5519                 Both services (un)register independently but use some common
5520                 plugin settings (transport settings, spam storage location).
5521
5522 2006-02-28 [wwp]        2.0.0cvs87
5523
5524         * src/plugins/spamassassin/spamassassin.c
5525                 fix async flag to spamc cmdline execution (batch exec should
5526                 be asynchronous).
5527
5528 2006-02-27 [wwp]        2.0.0cvs86
5529
5530         * src/plugins/spamassassin/spamassassin.c
5531         * src/plugins/spamassassin/spamassassin.h
5532         * src/plugins/spamassassin/spamassassin_gtk.c
5533                 - added the ability to learn a remote spamassassin server (spamd),
5534                 using spamc.
5535                 - added the spamassassin option 'username', that applies to all
5536                 spamassassin operations (filtering, learning, local or remote).
5537                 The default username is the current unix user (if left blank
5538                 from gtk prefs or config file).
5539                 - commented out some unused code (notebook widget), removed unused
5540                 layout (hbox1).
5541                 - make more widgets sensitive to the transport type.
5542
5543 2006-02-27 [colin]      2.0.0cvs85
5544
5545         * src/plugins/spamassassin/spamassassin.c
5546                 Fix sa-learn call when offline
5547
5548 2006-02-27 [colin]      2.0.0cvs84
5549
5550         * configure.ac
5551         * src/Makefile.am
5552         * src/mainwindow.c
5553         * src/mainwindow.h
5554         * src/messageview.c
5555         * src/messageview.h
5556         * src/prefs_toolbar.c
5557         * src/procmsg.c
5558         * src/stock_pixmap.c
5559         * src/stock_pixmap.h
5560         * src/summaryview.c
5561         * src/toolbar.c
5562         * src/toolbar.h
5563         * src/pixmaps/ham_btn.xpm
5564         * src/pixmaps/spam.xpm
5565         * src/pixmaps/spam_btn.xpm
5566         * src/plugins/spamassassin/spamassassin.c
5567                 Add button in toolbar for spam learning
5568                 Fix a few bugs from the last related commit
5569                 Revert 1.9.6cvs23 which messed up shift-selection
5570
5571 2006-02-24 [colin]      2.0.0cvs83
5572
5573         * src/procmsg.c
5574         * src/summaryview.c
5575         * src/summaryview.h
5576         * src/plugins/spamassassin/spamassassin.c
5577         * src/plugins/spamassassin/spamassassin.h
5578         * src/plugins/spamassassin/spamassassin_gtk.c
5579                 Unregister learner when spamassassin is either
5580                 disabled or over tcp
5581
5582 2006-02-24 [colin]      2.0.0cvs82
5583
5584         * src/Makefile.am
5585         * src/mainwindow.c
5586         * src/mainwindow.h
5587         * src/procmsg.c
5588         * src/procmsg.h
5589         * src/stock_pixmap.c
5590         * src/stock_pixmap.h
5591         * src/summaryview.c
5592         * src/summaryview.h
5593         * src/gtk/icon_legend.c
5594         * src/pixmaps/spam.xpm  ** NEW FILE **
5595         * src/plugins/spamassassin/spamassassin.c
5596         * src/plugins/spamassassin/spamassassin_gtk.c
5597                 Add spam learning interface (Mark/Mark as 
5598                 (spam|ham) menus)
5599
5600 2006-02-24 [wwp]        2.0.0cvs81
5601
5602         * src/compose.c
5603         * src/compose.h
5604         * src/filtering.c
5605                 hide compose window when sending message in batch mode
5606                 (filtering: forward and redirect). Also fixed a wrong
5607                 value returned when sending failed, neutral anyway.
5608                 (Colin, me) 
5609
5610 2006-02-24 [wwp]        2.0.0cvs80
5611
5612         * src/mainwindow.c
5613                 use GTK+'s stock quit button. Patch by Fabien Vantard.
5614
5615 2006-02-24 [paul]       2.0.0cvs79
5616
5617         * src/news.c
5618         * src/news.h
5619         * src/news_gtk.c
5620                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
5621                 Thanks to Colin
5622
5623 2006-02-23 [colin]      2.0.0cvs78
5624
5625         * src/alertpanel.c
5626                 Change OK to Close in alertpanel with View log
5627                 button; add accel to View log. Patch by Fabien
5628                 Vantard
5629
5630 2006-02-23 [wwp]        2.0.0cvs77
5631
5632         * src/compose.c
5633                 silly me, there were much more tests to perform, since toolbars can
5634                 really have down to 1 element only.
5635
5636 2006-02-23 [wwp]        2.0.0cvs76
5637
5638         * commitHelper
5639                 fixed indentation from my previous commit. Fallback to VISUAL if
5640                 EDITOR is not set (and to vi, at last resort).
5641
5642 2006-02-23 [wwp]        2.0.0cvs75
5643
5644         * commitHelper
5645                 improved error detection (Colin, me).
5646
5647 2006-02-23 [wwp]        2.0.0cvs74
5648
5649         * src/prefs_toolbar.c
5650                 simplify and fix prefs/toolbars layouting. Combos' contents can
5651                 now be really displayed.
5652
5653 2006-02-23 [wwp]        2.0.0cvs73
5654         simplifies and fix prefs/toolbars layouting. Combos' contents can now
5655         be really displayed.
5656
5657 2006-02-22 [wwp]        2.0.0cvs72
5658
5659         * src/compose.c
5660                 fix a typo in my previous commit (sorry!).
5661
5662 2006-02-22 [wwp]        2.0.0cvs71
5663
5664         * src/prefs_toolbar.c
5665                 fix a crash when adding separators to toolbars,
5666                 also fix some separator item information.
5667
5668 2006-02-22 [wwp]        2.0.0cvs70
5669
5670         * src/compose.c
5671                 fix a crash when redirecting (for instance) when compose window's
5672                 toolbar contents has been customized (when some buttons have been
5673                 removed in fact).
5674
5675 2006-02-21 [wwp]        2.0.0cvs69
5676
5677         * src/summaryview.c
5678         * src/gtk/pluginwindow.c
5679         * src/plugins/pgpcore/prefs_gpg.c
5680                 fix some compilation warnings (feat. remains of removed code).
5681
5682 2006-02-21 [wwp]        2.0.0cvs68
5683
5684         * src/gtk/gtkutils.c
5685                 fix two compilation issues, thanks to Stephan Sachse.
5686
5687 2006-02-20 [colin]      2.0.0cvs67
5688
5689         * src/mainwindow.c
5690                 Don't reselect displayed mail on refocus
5691                 This fixes actions misbehaving 
5692
5693 2006-02-20 [wwp]        2.0.0cvs66
5694
5695         * src/summaryview.c
5696         * src/gtk/gtksctree.c
5697         * src/gtk/gtkshruler.c
5698                 changed more runtime typecast checks.
5699
5700 2006-02-20 [wwp]        2.0.0cvs65
5701
5702         * src/summary_search.c
5703                 find all - summaryview refresh issue fixed, thanks to Colin.
5704
5705 2006-02-20 [wwp]        2.0.0cvs64
5706
5707         * src/gtk/gtkutils.c
5708                 better runtime typecast checks.
5709
5710 2006-02-20 [wwp]        2.0.0cvs63
5711
5712         * src/summary_search.c
5713                 enhancements to the summary search:
5714                         - add the ability to stop the running search
5715                           (upon ESC-key press, new Stop button or when Clear button is pressed)
5716                         - don't search if no criteria (From/To/Subject/Body) is set
5717                         - ensure that a busy mouse pointer is always shown when searching,
5718                           show it even a bit earlier
5719
5720 2006-02-19 [colin]      2.0.0cvs62
5721
5722         * src/compose.c
5723         * src/imap.c
5724         * src/etpan/imap-thread.c
5725         * src/etpan/imap-thread.h
5726                 (Future) IMAP speed improvement on sending
5727                 Will require a libetpan update
5728         * src/summaryview.c
5729         * src/gtk/quicksearch.c
5730                 Make quicksearch clearable while running.
5731
5732 2006-02-17 [colin]      2.0.0cvs61
5733
5734         * src/imap.c
5735         * src/etpan/imap-thread.c
5736         * src/etpan/imap-thread.h
5737                 Check for IMAP certificates
5738                 ** Requires libetpan-0.42-cvs4 
5739                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
5740
5741 2006-02-17 [colin]      2.0.0cvs60
5742
5743         * src/messageview.c
5744         * src/prefs_common.c
5745         * src/prefs_common.h
5746         * src/prefs_message.c
5747                 Add pref to display HTML-only mails with plugin, 
5748                 if possible (defaulting to FALSE of course).
5749
5750 2006-02-16 [colin]      2.0.0cvs59
5751
5752         * src/main.c
5753         * src/common/plugin.c
5754         * src/common/plugin.h
5755         * src/gtk/pluginwindow.c
5756                 Keep track of requested (but unloaded) plugins
5757                 in some error cases.
5758
5759 2006-02-16 [wwp]        2.0.0cvs58
5760
5761         * src/gtk/gtkaspell.c
5762         * src/gtk/gtkaspell.h
5763         * src/prefs_spelling.c
5764         * src/compose.c
5765         * src/prefs_common.c
5766         * src/prefs_common.h
5767                 implemented new optional spellchecker behaviour: re-check message when
5768                 dictionary got changed (from compose-window/context-menu/Change dictionary).
5769
5770 2006-02-16 [wwp]        2.0.0cvs57
5771
5772         * src/quote_fmt_parse.y
5773                 pclose popen'ed pipe.
5774
5775 2006-02-15 [colin]      2.0.0cvs56
5776
5777         * src/mimeview.c
5778         * src/mimeview.h
5779                 Let MimeViewers know which MimeView they
5780                 depend of.
5781         * src/summaryview.c
5782                 Swap From/To columns in Sent/Queue/Drafts
5783                 folders
5784         * src/etpan/imap-thread.c
5785                 Use mailstream_low_tls_open() for STARTTLS
5786                 instead of mailstream_low_ssl_open()
5787                 ** REQUIRES libetpan 0.42cvs3 **
5788
5789 2006-02-15 [wwp]        2.0.0cvs55
5790
5791         * src/compose.c
5792         * src/compose.h
5793         * src/message_search.c
5794         * src/message_search.h
5795         * src/textview.c
5796         * src/gtk/gtkutils.c
5797         * src/gtk/gtkutils.h
5798                 added the ability to Find text in the compose window (and a bit
5799                 of code factorization).
5800
5801 2006-02-15 [wwp]        2.0.0cvs54
5802
5803         * src/prefs_gtk.c
5804                 yet another one file was missing (fix for some widgets' sensitivity).
5805                 Thanks Colin!
5806
5807 2006-02-15 [wwp]        2.0.0cvs53
5808
5809         * src/prefs_gtk.h
5810                 oops forgot that file (fix for some widgets' sensitivity).
5811
5812 2006-02-15 [wwp]        2.0.0cvs52
5813
5814         * src/summary_search.c
5815                 implemented advanced summary search options (added the ability
5816                 to use matcher conditions in an advanced search mode).
5817
5818 2006-02-15 [wwp]        2.0.0cvs51
5819
5820         * src/plugins/pgpcore/prefs_gpg.c
5821         * src/prefs_account.c
5822                 fix some widget sensitivity, mostly around some labels in
5823                 account prefs.
5824
5825 2006-02-15 [paul]       2.0.0cvs50
5826
5827         * manual/advanced.xml
5828                 improve Templates info
5829                 written by wwp
5830
5831 2006-02-14 [colin]      2.0.0cvs49
5832
5833         * src/pixmaps/address_book.xpm
5834         * src/pixmaps/preferences.xpm
5835         * src/pixmaps/properties.xpm
5836                 Fix pixmap size - patch by Fabien Vantard
5837
5838 2006-02-13 [colin]      2.0.0cvs48
5839
5840         * src/procmime.c
5841                 Add missing fclose()s on error
5842         * src/textview.c
5843                 Remove unused code
5844         * src/common/utils.c
5845                 Fix temp files not being deleted on windows
5846         Patches by Thomas Gilgin
5847
5848 2006-02-13 [colin]      2.0.0cvs47
5849
5850         * src/mainwindow.c
5851                 Fix exit crash
5852
5853 2006-02-13 [wwp]        2.0.0cvs46
5854
5855         * src/plugins/pgpcore/prefs_gpg.c
5856                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
5857
5858 2006-02-12 [colin]      2.0.0cvs45
5859
5860         * src/folderview.c
5861         * src/main.c
5862         * src/mainwindow.c
5863                 Fix "stuff" when quitting
5864
5865 2006-02-12 [wwp]        2.0.0cvs44
5866
5867         * src/prefs_themes.c
5868                 fix typos in debug messages.
5869
5870 2006-02-11 [colin]      2.0.0cvs43
5871
5872         * src/summaryview.c
5873                 don't allow drag/drop from ourself
5874
5875 2006-02-10 [wwp]        2.0.0cvs42
5876
5877         * src/exporthtml.c
5878         * src/html.c
5879         * src/html.h
5880         * src/procmime.c
5881         * src/textview.c
5882                 renamed html_ prefixed functions and data structures to avoid
5883                 namespace clashes w/ other software (gtkhtml2 for instance).
5884                 Closes bug #907.
5885
5886
5887 2006-02-09 [colin]      2.0.0cvs41
5888
5889         * src/summaryview.c
5890                 Fix shitty logic messed up. Thanks Ticho for the hint!
5891
5892 2006-02-09 [wwp]        2.0.0cvs40
5893
5894         * src/gtk/about.c
5895         * src/compose.c
5896         * src/prefs_account.c
5897         * src/prefs_gtk.h
5898         * src/editaddress.c
5899                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
5900                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
5901                 Browse buttons in accounts prefs.
5902
5903 2006-02-09 [colin]      2.0.0cvs39
5904
5905         * src/matcher.c
5906                 Check for pointer before using its members
5907         * src/gtk/gtksourceprintjob.c
5908                 Fix a wrong warning
5909
5910 2006-02-09 [wwp]        2.0.0cvs38
5911
5912         * src/gtk/filesel.c
5913                 fix few compiler warnings (type mismatch).
5914
5915 2006-02-09 [paul]       2.0.0cvs37
5916
5917         * po/fr.po
5918                 updated by Fabien Vantard
5919
5920 2006-02-08 [colin]      2.0.0cvs36
5921
5922         * src/prefs_common.c
5923         * src/common/defs.h
5924         * src/common/plugin.c
5925                 allow windows and linux configurations to coexist
5926                 patch by Thomas Gilgin
5927
5928 2006-02-08 [colin]      2.0.0cvs35
5929
5930         * src/filtering.c
5931         * src/matcher.c
5932         * src/matcher.h
5933         * src/matcher_parser_parse.y
5934         * src/prefs_filtering_action.c
5935         * src/prefs_matcher.c
5936                 Add the "Ignore thread" filtering
5937                 action
5938
5939 2006-02-08 [colin]      2.0.0cvs34
5940
5941         * src/compose.c
5942         * src/procmime.c
5943         * src/procmime.h
5944                 Fix bug #905 (damaged attachment)
5945                 text files with raw \0's aren't really text files
5946         FOR_STABLE
5947
5948 2006-02-08 [colin]      2.0.0cvs33
5949
5950         * src/summaryview.c
5951                 Fix crasher introduced yesterday
5952
5953 2006-02-08 [wwp]        2.0.0cvs32
5954
5955         * src/compose.c
5956         * src/compose.h
5957                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
5958
5959 2006-02-08 [wwp]        2.0.0cvs31
5960
5961         * src/prefs_template.c
5962                 templates enhancement: allow address completion for Cc and Bcc fields
5963                 (it was currently possible for the To field only)
5964
5965 2006-02-08 [colin]      2.0.0cvs30
5966
5967         * src/compose.c
5968                 Don't unblock if not blocked
5969         FOR_STABLE
5970
5971 2006-02-07 [colin]      2.0.0cvs29
5972
5973         * src/action.c
5974                 Forgot to refresh summaryview
5975
5976 2006-02-07 [colin]      2.0.0cvs28
5977
5978         * src/action.c
5979                 Freeze/thaw message list and folder list while
5980                 processing %as{} actions 
5981         * src/compose.c
5982                 Fix auto-wrap disabling after a middle-click
5983                 paste - FOR_STABLE
5984
5985 2006-02-07 [paul]       2.0.0cvs27
5986
5987         * src/folder.c
5988                 fix freeing of uninitialised pointers
5989                 Thanks to Colin
5990
5991 2006-02-06 [colin]      2.0.0cvs26
5992
5993         * src/folder.c
5994                 Use g_slist_prepend in potentially big list
5995
5996 2006-02-06 [colin]      2.0.0cvs25
5997
5998         * src/folder.c
5999                 Completely skip processing if it doesn't 
6000                 exist (faster!)
6001
6002 2006-02-06 [colin]      2.0.0cvs24
6003
6004         * src/folder.c
6005         * src/summaryview.c
6006                 Batch filtering in summaryview (from Tools menu)
6007                 and pre/post//-processing too
6008
6009 2006-02-06 [colin]      2.0.0cvs23
6010
6011         * src/procmsg.h
6012         * src/filtering.c
6013                 Use a special field for batch filtering instead
6014                 of stepping on deferred execution's toes
6015
6016 2006-02-06 [colin]      2.0.0cvs22
6017
6018         * src/action.c
6019         * src/filtering.c
6020         * src/filtering.h
6021         * src/folder.c
6022         * src/summaryview.c
6023                 Fix filtering via menus and actions
6024
6025 2006-02-06 [colin]      2.0.0cvs21
6026
6027         * src/imap.c
6028                 Put the added file directly to cache if possible (will work
6029                 with next libetpan)
6030         * src/filtering.c
6031         * src/filtering.h
6032         * src/inc.c
6033         * src/folder.c
6034         * src/mbox.c
6035         * src/procmsg.h
6036                 Move and copy filtered messages by batches instead of one
6037                 by one - faster on IMAP
6038         * src/procmsg.c
6039                 Add a function that'll possibly be useful later
6040
6041 2006-02-06 [colin]      2.0.0cvs20
6042
6043         * src/addressbook.c
6044                 Use internal mime-type instead of text/plain for d'n'd
6045         * src/compose.c
6046                 Allow attaching files from mimeview's icon list via d'n'd
6047         * src/folderview.c
6048         * src/folderview.h
6049                 Use internal mime-type instead of text/plain for d'n'd
6050                 Don't try to selected opened folder if none is
6051                 Factorize d'n'd from other apps code
6052         * src/headerview.c
6053         * src/textview.c
6054         * src/gtk/gtkutils.c
6055         * src/gtk/gtkutils.h
6056                 Factorize Face/X-Face stuff
6057         * src/mimeview.c
6058                 Fix d'n'd to other apps
6059         * src/prefs_message.c
6060                 Let the XFace pref be usable without libcompface as it also
6061                 applies to Face
6062         * src/summaryview.c
6063                 Fix d'n'd to other apps
6064                 Factorize d'n'd from other apps code
6065
6066 2006-02-06 [wwp]        2.0.0cvs19
6067
6068         * po/it.po
6069                 Italian translation fixes by Andrea Spadaccini (no more confusion
6070                 between filtering and processing, and few changes in the About
6071                 dialog).
6072
6073
6074 2006-02-06 [mones]      2.0.0cvs18
6075
6076         * src/gtk/icon_legend.c
6077                 Improved descriptions allowing better translations
6078
6079 2006-02-05 [colin]      2.0.0cvs17
6080
6081         * src/imap.c
6082                 Add the f*cking missing expunge that caused imap_fetch_env
6083                 to fail after an add_msgs ! :-///
6084         * src/etpan/imap-thread.c
6085                 Add a bit of debug
6086         FOR_STABLE
6087
6088 2006-02-05 [colin]      2.0.0cvs16
6089
6090         * src/common/utils.c
6091                 Don't check for return-path (or we can't put
6092                 back non-sent mails)
6093
6094 2006-02-05 [colin]      2.0.0cvs15
6095
6096         * src/textview.c
6097                 Don't try to display Face header in textview
6098                 when teh headerview's active
6099
6100 2006-02-05 [colin]      2.0.0cvs14
6101
6102         * tools/tbird2syl.py
6103         * tools/Makefile.am
6104                 Add script to import Thunderbird mails
6105
6106 2006-02-05 [colin]      2.0.0cvs13
6107
6108         * src/headerview.c
6109         * src/procheader.c
6110         * src/procmsg.c
6111         * src/procmsg.h
6112         * src/textview.c
6113                 Show Face headers - patch partially by Klaus Flittner
6114
6115 2006-02-05 [colin]      2.0.0cvs12
6116
6117         * src/folderview.c
6118         * src/summaryview.c
6119         * src/common/utils.c
6120         * src/common/utils.h
6121                 Let dnd work from mime icons to summaryview
6122                 and to folderview too
6123                 Add a crude test to avoid trying to add files
6124                 drag'n'dropped when they're not mails
6125
6126 2006-02-04 [colin]      2.0.0cvs11
6127
6128         * src/summaryview.c
6129         * src/mimeview.c
6130                 Fix utf8 conversion
6131
6132 2006-02-04 [colin]      2.0.0cvs10
6133
6134         * src/compose.c
6135         * src/folderview.c
6136         * src/mimeview.c
6137         * src/summaryview.c
6138         * src/summaryview.h
6139                 Added various drag and drop capas:
6140                 From                    To
6141                 summaryview             other apps
6142                 mimeview icons          other apps
6143                 other apps              summaryview
6144                 other apps              folderview
6145
6146                 This shouldn't have broken the existing:
6147                 From                    To
6148                 summaryview             folderview
6149                 folderview              folderview
6150                 summaryview             compose's attachments
6151
6152         Tests welcomed.
6153
6154 2006-02-02 [paul]       2.0.0cvs9
6155
6156         * src/mainwindow.c
6157                 move global option 'Set displayed columns...' out
6158                 of folder option grouping.
6159                 fix sensitivity of 'harvest addresses'
6160         FOR_STABLE
6161
6162 2006-02-01 [colin]      2.0.0cvs8
6163
6164         * src/mimeview.c
6165                 Revert the alertpanel patch, it sucks (intrusive
6166                 and gets in the way of "open")
6167
6168 2006-02-01 [colin]      2.0.0cvs7
6169
6170         * src/compose.c
6171         * src/prefs_account.c
6172         * src/prefs_common.c
6173         * src/common/defs.h
6174         * src/common/utils.c
6175         * src/common/utils.h
6176                 Add ability to edit the signature file
6177                 from the account preferences, and use
6178                 a default for the text editor.
6179                 Patch by Fabien Vantard
6180
6181 2006-02-01 [colin]      2.0.0cvs6
6182
6183         * src/mimeview.c
6184                 Try to get mime type by extension if it is
6185                 application/octet-stream
6186                 Display a window with possible choices when
6187                 encountering unknown mime types
6188         * src/gtk/filesel.c
6189         * src/gtk/filesel.h
6190                 Add preview
6191                 Allow multiple selection in filtered filesel
6192                 (patch by Fabien Vantard)
6193         * src/gtk/pluginwindow.c
6194                 Use it (patch by Fabien Vantard)
6195
6196 2006-02-01 [paul]       2.0.0cvs5
6197
6198         * src/jpilot.c
6199                 fix crash on creating jpilot address book
6200                 Thanks to Colin - FOR_STABLE
6201         * src/prefs_summaries.c
6202         * src/prefs_wrapping.c
6203         * src/gtk/icon_legend.c
6204         * src/gtk/quicksearch.c
6205                 string fixes and additions
6206
6207 2006-02-01 [paul]       2.0.0cvs4
6208
6209         * src/compose.c
6210         * src/mainwindow.c
6211         * src/messageview.c
6212         * src/prefs_send.c
6213                 add Arabic encoding option
6214                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6215
6216 2006-01-31 [colin]      2.0.0cvs3
6217
6218         * src/plugins/pgpcore/passphrase.c
6219                 Convert passphrase to locale encoding
6220         * src/compose.c
6221                 Fix drafting on IMAP. Crappy bug sneaked in
6222                 the release :-/
6223         FOR_STABLE
6224
6225 2006-01-30 [paul]       2.0.0cvs2
6226
6227         * src/gtk/icon_legend.c
6228                 show the new entries
6229
6230 2006-01-30 [colin]      2.0.0cvs1
6231
6232         * src/manual.c
6233                 Check for the file to be present before 
6234                 enabling the menu - FOR_STABLE
6235         * src/gtk/icon_legend.c
6236                 Add folders icons (not all of them, there
6237                 are too much, but the most intriguing ones)
6238
6239 2006-01-30 [paul]       2.0.0
6240
6241         version 2.0.0 released
6242
6243 2006-01-30 [paul]       1.9.100cvs200
6244
6245         * manual/faq.xml
6246         * manual/gpl.xml
6247         * manual/intro.xml
6248         * manual/starting.xml
6249         * manual/sylpheed-claws-manual.xml
6250                 fixes, additions
6251
6252 2006-01-29 [mones]      1.9.100cvs199
6253
6254         * manual/account.xml
6255         * manual/advanced.xml
6256         * manual/glossary.xml
6257                 Some typos fixed, added LDIF term to glossary
6258         * po/es.po
6259                 Fixed leading plus symbol
6260
6261 2006-01-29 [paul]       1.9.100cvs198
6262
6263         * po/fi.po
6264         * po/sk.po
6265                 updated by Tommi Pirinen and Andrej Kacian
6266
6267 2006-01-29 [paul]       1.9.100cvs197
6268
6269         * src/gtk/authors.h
6270                 remove duplicates
6271
6272 2006-01-29 [paul]       1.9.100cvs196
6273
6274         * AUTHORS
6275         * po/nl.po
6276         * src/gtk/authors.h
6277         * tools/claws.i18n.status.pl
6278                 nl translation updated by Tim Dijkstra
6279
6280 2006-01-29 [paul]       1.9.100cvs195
6281
6282         * po/sr.po
6283         * po/sv.po
6284                 updated by Aleksandar Urosevic and Anders Troback
6285
6286 2006-01-28 [colin]      1.9.100cvs194
6287
6288         * src/gtk/gtksourceprintjob.c
6289                 Don't fiddle with PangoLayout when we
6290                 have an image
6291
6292 2006-01-28 [paul]       1.9.100cvs193
6293
6294         * AUTHORS
6295         * po/el.po
6296         * po/zh_CN.po
6297         * src/gtk/authors.h
6298         * tools/claws.i18n.status.pl
6299                 updated translations submitted by Stavros Giannouris
6300                 and Ralgh Young
6301
6302 2006-01-27 [colin]      1.9.100cvs192
6303
6304         * src/summaryview.c
6305         * src/gtk/gtksourceprintjob.c
6306                 Add image printing 
6307                 (libgnomeprint only, of course)
6308
6309 2006-01-27 [paul]       1.9.100cvs191
6310
6311         * po/fr.po
6312         * po/it.po
6313                 updated by Fabien Vantard and Andrea Spadaccini
6314
6315 2006-01-26 [colin]      1.9.100cvs190
6316
6317         * manual/Makefile.am
6318         * configure.ac
6319                 Make building the manual optional 
6320                 (--disable-manual)
6321
6322 2006-01-26 [paul]       1.9.100cvs189
6323
6324         * manual/glossary.xml
6325         * manual/plugins.xml
6326                 edited
6327         * po/en_GB.po
6328                 updated
6329
6330 2006-01-26 [paul]       1.9.100cvs188
6331
6332         * src/prefs_display_header.c
6333         * src/prefs_folder_column.c
6334         * src/prefs_msg_colors.c
6335         * src/prefs_summaries.c
6336         * src/prefs_summary_column.c
6337                 HIGify
6338
6339 2006-01-25 [colin]      1.9.100cvs187
6340
6341         * src/imap.c
6342                 Don't allow moving/copying mails between
6343                 queue/drafts and non-queue/drafts folders
6344                 Fixes bug #897 (message header is resetted 
6345                 if one is copied to Drafts)
6346
6347 2006-01-25 [colin]      1.9.100cvs186
6348
6349         * src/folder.c
6350         * src/mainwindow.c
6351                 Fix subscribed folders not found
6352         * src/compose.c
6353                 Don't try to encode as original mail's charset
6354                 if it's ascii 
6355
6356 2006-01-25 [paul]       1.9.100cvs185
6357
6358         * AUTHORS
6359         * po/Makevars
6360                 updated
6361         * po/de.po
6362         * po/pl.po
6363         * po/pt_BR.po
6364         * po/sr.po
6365                 updates submitted by Stephan Sachse, Emilian Nowak
6366                 and Quar, Frederico Goncalves Guimaraes, and
6367                 Aleksandar Urosevic
6368                 Fix Bug 896, 'PT_BR locale broken'.
6369         * src/gtk/authors.h
6370                 updated
6371
6372 2006-01-24 [mones]      1.9.100cvs184
6373
6374         * manual/glossary.xml
6375                 All current terms finished. Reviewers welcome ;-)
6376         * manual/keyboard.xml
6377                 Fixed column width for pdf output.
6378         * po/es.po
6379                 Updated
6380
6381 2006-01-24 [paul]       1.9.100cvs183
6382
6383         * manual/glossary.xml
6384                 fix id name
6385         * manual/dist/html/Makefile.am
6386         * manual/dist/pdf/Makefile.am
6387         * manual/dist/ps/Makefile.am
6388         * manual/dist/txt/Makefile.am
6389                 fix make deps
6390                 Thanks to Colin
6391
6392 2006-01-24 [mones]      1.9.100cvs182
6393
6394         * manual/glossary.xml
6395                 Nearly finished, some terms missing.
6396
6397 2006-01-23 [paul]       1.9.100cvs181
6398
6399         * manual/dist/html/Makefile.am
6400         * manual/dist/pdf/Makefile.am
6401         * manual/dist/ps/Makefile.am
6402         * manual/dist/txt/Makefile.am
6403         * src/mainwindow.c
6404                 re-enable manual
6405                 Thanks to Colin
6406
6407 2006-01-22 [colin]      1.9.100cvs180
6408
6409         * src/compose.c
6410         * src/gtk/gtkaspell.c
6411                 Don't deselect stuff before right-clicking, with aspell.
6412                 (This prevented right-click Copy, for example).
6413                 Thanks to Clo!
6414
6415 2006-01-22 [paul]       1.9.100cvs179
6416
6417         * src/summary_search.c
6418                 don't fix the widget size as it causes problems
6419                 under localisation.
6420                 Thanks to Emilian Nowak
6421
6422 2006-01-21 [paul]       1.9.100cvs178
6423
6424         * src/prefs_themes.c
6425                 fix broken underlining of label text
6426                 with some translations
6427
6428 2006-01-21 [colin]      1.9.100cvs177
6429
6430         * po/fr.po
6431                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
6432
6433 2006-01-20 [colin]      1.9.100cvs176
6434
6435         * configure.ac
6436         * Makefile.am
6437         * manual/Makefile
6438         * manual/dist/html/.cvsignore
6439         * manual/dist/html/Makefile.am
6440         * manual/dist/pdf/.cvsignore
6441         * manual/dist/pdf/Makefile.am
6442         * manual/dist/ps/.cvsignore
6443         * manual/dist/ps/Makefile.am
6444         * manual/dist/txt/.cvsignore
6445         * manual/dist/txt/Makefile.am
6446                 Autotool-ize manual
6447
6448 2006-01-20 [paul]       1.9.100cvs175
6449
6450         * manual/handling.xml
6451                 make Filtering and Searching entries easier to find
6452         * manual/keyboard.xml
6453                 add the remaining default keybinds
6454         * src/prefs_summaries.c
6455                 update the default keybinds
6456
6457 2006-01-20 [paul]       1.9.100cvs174
6458
6459         * src/addressbook.c
6460         * src/addrgather.c
6461         * src/addrharvest.c
6462         * src/editaddress.c
6463         * src/editgroup.c
6464         * src/exphtmldlg.c
6465         * src/expldifdlg.c
6466         * src/exporthtml.c
6467         * src/exportldif.c
6468         * src/ldif.c
6469                 replace 'e-mail' with 'email'
6470         * src/summary_search.c
6471                 add mnemonic to "Find all" button
6472
6473 2006-01-20 [wwp]        1.9.100cvs173
6474
6475         * src/export.c
6476         * src/import.c
6477                 touched mbox import/export buttons for HIG-compliance
6478
6479 2006-01-19 [paul]       1.9.100cvs172
6480
6481         * manual/account.xml
6482         * manual/addrbook.xml
6483         * manual/advanced.xml
6484         * manual/faq.xml
6485         * manual/handling.xml
6486         * manual/intro.xml
6487         * manual/plugins.xml
6488         * manual/starting.xml
6489                 more editing
6490
6491 2006-01-19 [paul]       1.9.100cvs171
6492
6493         * src/toolbar.c
6494                 allow use of trash button while receiving
6495                 Thanks to Colin
6496
6497 2006-01-19 [wwp]        1.9.100cvs170
6498
6499         * src/gtk/quicksearch.c
6500         * src/compose.c
6501                 force text color to black when yellow background is set
6502
6503 2006-01-19 [colin]      1.9.100cvs169
6504
6505         * src/plugins/trayicon/trayicon.c
6506                 Gray out Get Mail when already getting mail
6507
6508 2006-01-18 [paul]       1.9.100cvs168
6509
6510         * src/compose.c
6511                 give widget yellow background was To is
6512                 set via folder prefs
6513         * src/gtk/quicksearch.c
6514                 give widget yellow background when quick
6515                 search is active.
6516                 Thanks to Colin
6517
6518 2006-01-18 [paul]       1.9.100cvs167
6519
6520         * doc/man/sylpheed-claws.1
6521                 add --subscribe option
6522
6523 2006-01-18 [paul]       1.9.100cvs166
6524
6525         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6526         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6527                 use %U instead of %F (%F is broken for user installed
6528                 files in kde 3.5)
6529
6530 2006-01-18 [colin]      1.9.100cvs165
6531
6532         * src/summaryview.c
6533                 Default to Yes in "No more * messages" dialogs
6534
6535 2006-01-17 [colin]      1.9.100cvs164
6536
6537         * src/compose.c
6538                 Possibly fix an invalid iterator causing
6539                 crash
6540
6541 2006-01-17 [colin]      1.9.100cvs163
6542
6543         * src/mimeview.c
6544                 Fix crash when the image disappears under the
6545                 image viewer
6546
6547 2006-01-16 [colin]      1.9.100cvs162
6548
6549         * src/compose.c
6550                 Fix reenabling autowrap
6551
6552 2006-01-16 [colin]      1.9.100cvs161
6553
6554         * src/compose.c
6555                 reset quote_len before getting quote_str
6556
6557 2006-01-16 [colin]      1.9.100cvs160
6558
6559         * src/account.c
6560         * src/account.h
6561         * src/folder.c
6562         * src/imap_gtk.c
6563         * src/mh_gtk.c
6564                 Fix bug #883 (default inbox does not track folder move)
6565
6566 2006-01-16 [colin]      1.9.100cvs159
6567
6568         * src/compose.c
6569         * src/plugins/pgpcore/passphrase.c
6570                 More buttons fixes
6571
6572 2006-01-16 [paul]       1.9.100cvs158
6573
6574         * src/prefs_actions.c
6575         * src/prefs_filtering_action.c
6576         * src/prefs_matcher.c
6577         * src/quote_fmt.c
6578         * src/gtk/description_window.c
6579         * src/gtk/description_window.h
6580         * src/gtk/quicksearch.c
6581                 description window cleanups
6582
6583 2006-01-15 [colin]      1.9.100cvs157
6584
6585         * src/addressbook.c
6586         * src/prefs_filtering.c
6587                 Same here
6588
6589 2006-01-15 [colin]      1.9.100cvs156
6590
6591         * src/folderview.c
6592         * src/mainwindow.c
6593                 Same for "Empty trash"
6594
6595 2006-01-15 [colin]      1.9.100cvs155
6596
6597         * src/inc.c
6598                 Override offline dialog had Yes by default
6599
6600 2006-01-15 [colin]      1.9.100cvs154
6601
6602         * src/summaryview.c
6603                 Delete selected messages? previously had Yes the default
6604
6605 2006-01-15 [colin]      1.9.100cvs153
6606
6607         * src/folder.c
6608         * src/folder.h
6609         * src/main.c
6610                 Check if a mailbox is loaded after all
6611                 plugins are loaded.
6612
6613 2006-01-15 [colin]      1.9.100cvs152
6614
6615         * src/folder.c
6616                 Don't start wizard when there are unloaded folders (will help
6617                 people with only mbox or maildir mailboxes)
6618
6619 2006-01-14 [colin]      1.9.100cvs151
6620
6621         * src/addressbook.c
6622         * src/expldifdlg.c
6623         * src/importldif.c
6624         * src/importmutt.c
6625         * src/importpine.c
6626         * src/mh_gtk.c
6627                 More HIG compliance and fixes
6628
6629 2006-01-14 [colin]      1.9.100cvs150
6630
6631         * src/prefs_filtering_action.c
6632         * src/foldersel.c
6633                 Two forgotten button order changes
6634
6635 2006-01-14 [colin]      1.9.100cvs149
6636
6637         * src/account.c
6638         * src/addressbook.c
6639         * src/compose.c
6640         * src/folderview.c
6641         * src/imap_gtk.c
6642         * src/mainwindow.c
6643         * src/mh_gtk.c
6644         * src/news_gtk.c
6645         * src/prefs_actions.c
6646         * src/prefs_customheader.c
6647         * src/prefs_filtering.c
6648         * src/prefs_matcher.c
6649         * src/prefs_template.c
6650         * src/ssl_manager.c
6651         * src/summaryview.c
6652         * src/textview.c
6653         * src/toolbar.c
6654                 All deletion confirmations are now "Cancel, Delete" 
6655                 instead of "No, Yes"
6656                 Clarified most of the other "No, Yes" to 
6657                 "Cancel, Descriptive_action"
6658                 Rechanged the "Entry not saved" alerts to have 
6659                 "Close, Continue editing"
6660
6661
6662 2006-01-14 [paul]
6663
6664         * 2.0.0-rc4 released
6665
6666 2006-01-14 [paul]       1.9.100cvs148
6667
6668         * src/account.c
6669         * src/addressadd.c
6670         * src/addressbook.c
6671         * src/compose.c
6672         * src/editaddress.c
6673         * src/editbook.c
6674         * src/editgroup.c
6675         * src/editjpilot.c
6676         * src/editldap.c
6677         * src/editvcard.c
6678         * src/exphtmldlg.c
6679         * src/expldifdlg.c
6680         * src/folderview.c
6681         * src/grouplistdialog.c
6682         * src/imap_gtk.c
6683         * src/importmutt.c
6684         * src/importpine.c
6685         * src/inc.c
6686         * src/main.c
6687         * src/mainwindow.c
6688         * src/message_search.c
6689         * src/messageview.c
6690         * src/mh_gtk.c
6691         * src/mimeview.c
6692         * src/news_gtk.c
6693         * src/prefs_actions.c
6694         * src/prefs_customheader.c
6695         * src/prefs_filtering.c
6696         * src/prefs_matcher.c
6697         * src/prefs_template.c
6698         * src/prefs_themes.c
6699         * src/ssl_manager.c
6700         * src/summary_search.c
6701         * src/summaryview.c
6702         * src/textview.c
6703         * src/toolbar.c
6704         * src/gtk/foldersort.c
6705         * src/gtk/gtkaspell.c
6706         * src/gtk/inputdialog.c
6707         * src/gtk/prefswindow.c
6708         * src/plugins/pgpcore/select-keys.c
6709         * src/plugins/trayicon/trayicon.c
6710                 HIG compliant button order
6711
6712 2006-01-14 [mones]      1.9.100cvs147
6713
6714         * po/es.po
6715                 Updated translation
6716
6717 2006-01-13 [paul]       1.9.100cvs146
6718
6719         * AUTHORS
6720         * ChangeLog
6721         * src/gtk/authors.h
6722                 add Joshua M. Kwan to contributors list
6723
6724 2006-01-13 [colin]      1.9.100cvs145
6725
6726         * src/gtk/quicksearch.c
6727                 Don't refocus quick search after executing (Esc or Enter)
6728                 Allows to '/'search something then move up/down in 
6729                 summaryview, and to Esc a search and be back in the 
6730                 summaryview
6731
6732 2006-01-13 [paul]       1.9.100cvs144
6733
6734         * src/plugins/pgpinline/pgpinline.c
6735                 support Content-Type 'application/pgp'
6736                 patch by Joshua M. Kwan <joshuak@users.sf.net>
6737
6738 2006-01-13 [paul]       1.9.100cvs143
6739
6740         * manual/account.xml
6741                 make mention of partial retrieval
6742                 thanks to Colin
6743
6744 2006-01-13 [paul]       1.9.100cvs142
6745
6746         * src/account.c
6747         * src/account.h
6748         * src/action.c
6749         * src/action.h
6750         * src/adbookbase.h
6751         * src/addr_compl.c
6752         * src/addr_compl.h
6753         * src/addrbook.c
6754         * src/addrcache.c
6755         * src/addrcache.h
6756         * src/addrcindex.c
6757         * src/addrcindex.h
6758         * src/addrclip.c
6759         * src/addrclip.h
6760         * src/addrdefs.h
6761         * src/addressadd.c
6762         * src/addressadd.h
6763         * src/addressbook.c
6764         * src/addressbook.h
6765         * src/addrgather.c
6766         * src/addrgather.h
6767         * src/addrharvest.c
6768         * src/addrharvest.h
6769         * src/addrindex.c
6770         * src/addrindex.h
6771         * src/addritem.c
6772         * src/addritem.h
6773         * src/addrquery.c
6774         * src/addrquery.h
6775         * src/addrselect.c
6776         * src/addrselect.h
6777         * src/alertpanel.c
6778         * src/alertpanel.h
6779         * src/browseldap.c
6780         * src/browseldap.h
6781         * src/codeconv.c
6782         * src/codeconv.h
6783         * src/compose.c
6784         * src/compose.h
6785         * src/customheader.c
6786         * src/customheader.h
6787         * src/displayheader.c
6788         * src/displayheader.h
6789         * src/editaddress.c
6790         * src/editaddress.h
6791         * src/editbook.c
6792         * src/editbook.h
6793         * src/editgroup.c
6794         * src/editgroup.h
6795         * src/editjpilot.c
6796         * src/editjpilot.h
6797         * src/editldap.c
6798         * src/editldap.h
6799         * src/editldap_basedn.c
6800         * src/editldap_basedn.h
6801         * src/editvcard.c
6802         * src/editvcard.h
6803         * src/exphtmldlg.c
6804         * src/exphtmldlg.h
6805         * src/expldifdlg.c
6806         * src/expldifdlg.h
6807         * src/export.h
6808         * src/exporthtml.c
6809         * src/exporthtml.h
6810         * src/exportldif.c
6811         * src/exportldif.h
6812         * src/filtering.c
6813         * src/filtering.h
6814         * src/folder.c
6815         * src/folder.h
6816         * src/folder_item_prefs.c
6817         * src/folder_item_prefs.h
6818         * src/foldersel.c
6819         * src/foldersel.h
6820         * src/folderutils.c
6821         * src/folderutils.h
6822         * src/folderview.c
6823         * src/folderview.h
6824         * src/grouplistdialog.c
6825         * src/grouplistdialog.h
6826         * src/headerview.c
6827         * src/html.c
6828         * src/html.h
6829         * src/image_viewer.c
6830         * src/image_viewer.h
6831         * src/imap.c
6832         * src/imap.h
6833         * src/imap_gtk.c
6834         * src/imap_gtk.h
6835         * src/import.h
6836         * src/importldif.c
6837         * src/importldif.h
6838         * src/importmutt.c
6839         * src/importmutt.h
6840         * src/importpine.c
6841         * src/importpine.h
6842         * src/inc.c
6843         * src/inc.h
6844         * src/jpilot.c
6845         * src/jpilot.h
6846         * src/ldapctrl.c
6847         * src/ldapctrl.h
6848         * src/ldaplocate.c
6849         * src/ldaplocate.h
6850         * src/ldapquery.c
6851         * src/ldapquery.h
6852         * src/ldapserver.c
6853         * src/ldapserver.h
6854         * src/ldaputil.c
6855         * src/ldaputil.h
6856         * src/ldif.c
6857         * src/ldif.h
6858         * src/main.c
6859         * src/main.h
6860         * src/mainwindow.c
6861         * src/mainwindow.h
6862         * src/manual.c
6863         * src/manual.h
6864         * src/mbox.c
6865         * src/mbox.h
6866         * src/message_search.c
6867         * src/message_search.h
6868         * src/messageview.c
6869         * src/messageview.h
6870         * src/mh.c
6871         * src/mh.h
6872         * src/mh_gtk.c
6873         * src/mh_gtk.h
6874         * src/mimeview.c
6875         * src/mimeview.h
6876         * src/msgcache.c
6877         * src/msgcache.h
6878         * src/mutt.c
6879         * src/mutt.h
6880         * src/news.c
6881         * src/news.h
6882         * src/news_gtk.c
6883         * src/news_gtk.h
6884         * src/partial_download.c
6885         * src/partial_download.h
6886         * src/pine.c
6887         * src/pine.h
6888         * src/pop.c
6889         * src/pop.h
6890         * src/prefs_account.c
6891         * src/prefs_account.h
6892         * src/prefs_actions.c
6893         * src/prefs_actions.h
6894         * src/prefs_common.c
6895         * src/prefs_common.h
6896         * src/prefs_compose_writing.c
6897         * src/prefs_compose_writing.h
6898         * src/prefs_customheader.c
6899         * src/prefs_customheader.h
6900         * src/prefs_display_header.c
6901         * src/prefs_display_header.h
6902         * src/prefs_filtering.c
6903         * src/prefs_filtering.h
6904         * src/prefs_filtering_action.c
6905         * src/prefs_filtering_action.h
6906         * src/prefs_folder_column.c
6907         * src/prefs_folder_column.h
6908         * src/prefs_folder_item.c
6909         * src/prefs_folder_item.h
6910         * src/prefs_fonts.c
6911         * src/prefs_fonts.h
6912         * src/prefs_gtk.c
6913         * src/prefs_gtk.h
6914         * src/prefs_image_viewer.c
6915         * src/prefs_image_viewer.h
6916         * src/prefs_matcher.c
6917         * src/prefs_matcher.h
6918         * src/prefs_message.c
6919         * src/prefs_msg_colors.c
6920         * src/prefs_msg_colors.h
6921         * src/prefs_other.c
6922         * src/prefs_quote.c
6923         * src/prefs_receive.c
6924         * src/prefs_send.c
6925         * src/prefs_spelling.c
6926         * src/prefs_spelling.h
6927         * src/prefs_summaries.c
6928         * src/prefs_summaries.h
6929         * src/prefs_summary_column.c
6930         * src/prefs_summary_column.h
6931         * src/prefs_template.c
6932         * src/prefs_template.h
6933         * src/prefs_themes.c
6934         * src/prefs_themes.h
6935         * src/prefs_toolbar.c
6936         * src/prefs_toolbar.h
6937         * src/prefs_wrapping.c
6938         * src/prefs_wrapping.h
6939         * src/privacy.c
6940         * src/privacy.h
6941         * src/procheader.c
6942         * src/procheader.h
6943         * src/procmime.c
6944         * src/procmime.h
6945         * src/procmsg.c
6946         * src/procmsg.h
6947         * src/quote_fmt.c
6948         * src/quote_fmt_parse.y
6949         * src/recv.c
6950         * src/recv.h
6951         * src/remotefolder.c
6952         * src/remotefolder.h
6953         * src/send_message.c
6954         * src/send_message.h
6955         * src/setup.c
6956         * src/setup.h
6957         * src/sourcewindow.c
6958         * src/sourcewindow.h
6959         * src/ssl_manager.c
6960         * src/ssl_manager.h
6961         * src/statusbar.c
6962         * src/statusbar.h
6963         * src/stock_pixmap.c
6964         * src/stock_pixmap.h
6965         * src/summary_search.c
6966         * src/summary_search.h
6967         * src/summaryview.c
6968         * src/summaryview.h
6969         * src/syldap.c
6970         * src/syldap.h
6971         * src/textview.c
6972         * src/textview.h
6973         * src/toolbar.c
6974         * src/toolbar.h
6975         * src/undo.c
6976         * src/undo.h
6977         * src/unmime.c
6978         * src/unmime.h
6979         * src/vcard.c
6980         * src/vcard.h
6981         * src/wizard.c
6982         * src/wizard.h
6983         * src/common/base64.c
6984         * src/common/base64.h
6985         * src/common/defs.h
6986         * src/common/hooks.c
6987         * src/common/hooks.h
6988         * src/common/log.c
6989         * src/common/log.h
6990         * src/common/mgutils.c
6991         * src/common/mgutils.h
6992         * src/common/nntp.c
6993         * src/common/nntp.h
6994         * src/common/passcrypt.c
6995         * src/common/passcrypt.h.in
6996         * src/common/plugin.c
6997         * src/common/plugin.h
6998         * src/common/prefs.c
6999         * src/common/prefs.h
7000         * src/common/progressindicator.c
7001         * src/common/progressindicator.h
7002         * src/common/quoted-printable.c
7003         * src/common/quoted-printable.h
7004         * src/common/session.c
7005         * src/common/session.h
7006         * src/common/smtp.c
7007         * src/common/smtp.h
7008         * src/common/socket.c
7009         * src/common/socket.h
7010         * src/common/ssl.c
7011         * src/common/ssl.h
7012         * src/common/ssl_certificate.c
7013         * src/common/ssl_certificate.h
7014         * src/common/stringtable.c
7015         * src/common/stringtable.h
7016         * src/common/sylpheed.c
7017         * src/common/sylpheed.h
7018         * src/common/template.c
7019         * src/common/template.h
7020         * src/common/timing.h
7021         * src/common/utils.c
7022         * src/common/utils.h
7023         * src/common/version.h.in
7024         * src/common/xml.c
7025         * src/common/xml.h
7026         * src/common/xmlprops.c
7027         * src/common/xmlprops.h
7028         * src/gtk/colorlabel.c
7029         * src/gtk/colorsel.c
7030         * src/gtk/colorsel.h
7031         * src/gtk/description_window.c
7032         * src/gtk/description_window.h
7033         * src/gtk/filesel.c
7034         * src/gtk/filesel.h
7035         * src/gtk/foldersort.c
7036         * src/gtk/foldersort.h
7037         * src/gtk/gtkutils.c
7038         * src/gtk/gtkutils.h
7039         * src/gtk/inputdialog.c
7040         * src/gtk/inputdialog.h
7041         * src/gtk/logwindow.c
7042         * src/gtk/logwindow.h
7043         * src/gtk/manage_window.c
7044         * src/gtk/manage_window.h
7045         * src/gtk/menu.c
7046         * src/gtk/menu.h
7047         * src/gtk/pluginwindow.c
7048         * src/gtk/pluginwindow.h
7049         * src/gtk/prefswindow.c
7050         * src/gtk/prefswindow.h
7051         * src/gtk/progressdialog.c
7052         * src/gtk/progressdialog.h
7053         * src/gtk/sslcertwindow.c
7054         * src/gtk/sslcertwindow.h
7055         * src/plugins/clamav/clamav_plugin.c
7056         * src/plugins/clamav/clamav_plugin.h
7057         * src/plugins/clamav/clamav_plugin_gtk.c
7058         * src/plugins/demo/demo.c
7059         * src/plugins/dillo_viewer/dillo_prefs.c
7060         * src/plugins/dillo_viewer/dillo_prefs.h
7061         * src/plugins/dillo_viewer/dillo_viewer.c
7062         * src/plugins/pgpcore/passphrase.c
7063         * src/plugins/pgpcore/passphrase.h
7064         * src/plugins/pgpcore/plugin.c
7065         * src/plugins/pgpcore/select-keys.c
7066         * src/plugins/pgpcore/select-keys.h
7067         * src/plugins/pgpcore/sgpgme.c
7068         * src/plugins/pgpcore/sgpgme.h
7069         * src/plugins/pgpinline/pgpinline.c
7070         * src/plugins/pgpinline/pgpinline.h
7071         * src/plugins/pgpinline/plugin.c
7072         * src/plugins/pgpmime/pgpmime.c
7073         * src/plugins/pgpmime/pgpmime.h
7074         * src/plugins/pgpmime/plugin.c
7075         * src/plugins/spamassassin/spamassassin.c
7076         * src/plugins/spamassassin/spamassassin.h
7077         * src/plugins/spamassassin/spamassassin_gtk.c
7078         * src/plugins/trayicon/trayicon.c
7079                 update copyright header
7080
7081 2006-01-13 [paul]       1.9.100cvs141
7082
7083         * src/account.c
7084         * src/export.c
7085         * src/import.c
7086         * src/mainwindow.c
7087         * src/prefs_account.c
7088         * src/prefs_display_header.c
7089         * src/prefs_receive.c
7090         * src/prefs_send.c
7091         * src/prefs_summaries.c
7092         * src/prefs_themes.c
7093         * src/prefs_toolbar.c
7094         * src/gtk/about.c
7095                 various cleanups
7096
7097 2006-01-12 [colin]      1.9.100cvs140
7098
7099         * src/folder.c
7100         * src/folder.h
7101         * src/main.c
7102                 Add --subscribe option
7103                 Let sylpheed-claws email@domain.com equivalent to --compose
7104                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7105
7106 2006-01-12 [paul]       1.9.100cvs139
7107
7108         * src/mainwindow.c
7109                 append 'Change folder order' label with '...'
7110         * src/prefs_actions.c
7111                 allow reordering of actions list by dnd
7112         * src/gtk/foldersort.c
7113                 make the dialog nicer
7114
7115 2006-01-11 [colin]      1.9.100cvs138
7116
7117         * src/compose.c
7118                 Allow templates without text
7119
7120 2006-01-11 [paul]       1.9.100cvs137
7121
7122         * tools/README
7123         * tools/filter_conv_new.pl
7124                 add info to README
7125                 also check .sylpheed for filter.xml
7126                 be a bit informative to the user
7127
7128 2006-01-11 [colin]      1.9.100cvs136
7129
7130         * src/textview.c
7131                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7132
7133 2006-01-10 [paul]       1.9.100cvs135
7134
7135         * tools/Makefile.am
7136         * tools/filter_conv_new.pl
7137                 add script to convert new style Sylpheed
7138                 filter rules (Sylpheed >= 0.9.99) to
7139                 Claws filtering rules
7140
7141 2006-01-10 [colin]      1.9.100cvs134
7142
7143         * src/compose.c
7144                 Fix broken line joins in certain conditions
7145                 (between two quoted lines: <enter><enter><up>
7146                  <type a wrapped sentence><go in the first line>
7147                  <insert more text><watch as line joining failed>)
7148
7149 2006-01-10 [paul]       1.9.100cvs133
7150
7151         * src/compose.c
7152                 don't report success in error dialog
7153                 thanks to Colin
7154         * src/common/utils.c
7155                 include some trailing punctuations as URI
7156                 thanks to Hiro
7157
7158 2006-01-10 [paul]       1.9.100cvs132
7159
7160         * src/mimeview.c
7161                 fix incompatible pointer type
7162                 warning
7163
7164 2006-01-10 [paul]       1.9.100cvs131
7165
7166         * src/compose.c
7167                 change Subject in window title
7168                 instantaneously
7169
7170 2006-01-09 [colin]      1.9.100cvs130
7171
7172         * src/addressbook.c
7173         * src/headerview.c
7174         * src/mainwindow.c
7175         * src/messageview.c
7176         * src/mimeview.c
7177         * src/noticeview.c
7178         * src/summaryview.c
7179                 Fix possible crashes on exit and in addressbook
7180
7181 2006-01-09 [paul]       1.9.100cvs129
7182
7183         * src/prefs_msg_colors.c
7184                 some cleanups that I forgot last time
7185
7186 2006-01-09 [paul]       1.9.100cvs128
7187
7188         * README
7189         * src/folderview.c
7190         * src/prefs_msg_colors.c
7191                 add previously hidden option, color_new, to
7192                 the gui
7193                 move the page to Display/
7194                 rework the gui
7195
7196 2006-01-09 [wwp]        1.9.100cvs127
7197
7198         * src/prefs_themes.c
7199                 made the prefs/display/themes layouts spacing less condensed
7200                 (and so they match other prefs/pages' look).
7201
7202 2006-01-09 [paul]       1.9.100cvs126
7203
7204         * src/compose.c
7205         * src/prefs_common.c
7206         * src/prefs_common.h
7207         * src/prefs_wrapping.c
7208                 remove 'wrap at send' option
7209
7210 2006-01-06 [colin]      1.9.100cvs125
7211
7212         * src/compose.c
7213                 Just make completely sure we don't insert "manual line breaks" 
7214                 when wrapping... 
7215
7216 2006-01-04 [paul]
7217
7218         * 2.0.0-rc3 released
7219
7220 2006-01-04 [paul]       1.9.100cvs124
7221
7222         * src/folderview.c
7223                 fix bug 882, 'quick scroll in folder list
7224                 displays wrong folder contents'
7225
7226 2006-01-04 [paul]       1.9.100cvs123
7227
7228         * src/plugins/pgpmime/pgpmime.c
7229                 better debug information when signing
7230                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7231
7232 2006-01-03 [colin]      1.9.100cvs122
7233
7234         * configure.ac
7235                 We need to recheck for gpgme 1.0.0 after checking
7236                 for 1.1.1, because if 1.1.1 isn't available, 
7237                 GPGME_LIBS and friends are blanked out by the 
7238                 second check.
7239
7240 2006-01-03 [colin]      1.9.100cvs121
7241
7242         * src/common/prefs.c
7243                 Windows unlink-before rename fix
7244         * src/plugins/pgpcore/sgpgme.c
7245                 Add support for PKA info if available
7246                 Both patches by Werner Koch
7247
7248 2006-01-03 [paul]       1.9.100cvs120
7249
7250         * src/messageview.c
7251                 fix bug 884, 'Send receipt' button visible in queue
7252                 Thanks to Colin
7253
7254 2006-01-02 [colin]      1.9.100cvs119
7255
7256         * src/compose.c
7257         * src/imap.c
7258                 Fix autosave on IMAP and more generally try to
7259                 return the correct ID on a newly added IMAP message
7260
7261 2006-01-02 [paul]       1.9.100cvs118
7262
7263         * manual/keyboard.xml
7264                 edited
7265
7266 2006-01-01 [paul]       1.9.100cvs117
7267
7268         * src/gtk/authors.h
7269                 alphabetical order
7270
7271 2005-12-30 [colin]      1.9.100cvs116
7272
7273         * manual/advanced.xml
7274                 Explain Pre/Post-processing differences.
7275
7276 2005-12-30 [colin]      1.9.100cvs115
7277
7278         * src/mh.c
7279                 Implement copy_msgs for a little optimization
7280         * src/imap.c
7281                 Finish yesterday's fix
7282
7283 2005-12-29 [colin]      1.9.100cvs114
7284
7285         * src/imap.c
7286                 Fix occasional failure in fetching a mail over
7287                 IMAP
7288
7289 2005-12-29 [colin]      1.9.100cvs113
7290
7291         * src/compose.c
7292                 Don't remove a draft when sending it, if it is 
7293                 locked.
7294
7295 2005-12-28 [colin]      1.9.100cvs112
7296
7297         * src/summaryview.c
7298                 Fix leak for real
7299
7300 2005-12-28 [wwp]        1.9.100cvs111
7301
7302         * doc/faq/.cvsignore
7303         * doc/faq/de/.cvsignore
7304         * doc/faq/en/.cvsignore
7305         * doc/faq/es/.cvsignore
7306         * doc/faq/fr/.cvsignore
7307         * doc/faq/it/.cvsignore
7308         * doc/manual/.cvsignore
7309         * doc/manual/de/.cvsignore
7310         * doc/manual/en/.cvsignore
7311         * doc/manual/es/.cvsignore
7312         * doc/manual/fr/.cvsignore
7313         * doc/manual/ja/.cvsignore
7314         * src/plugins/mathml_viewer/.cvsignore
7315                 rollback revival of those files (my bad, sorry for the noise).
7316
7317 2005-12-28 [wwp]        1.9.100cvs110
7318
7319         * src/compose.c
7320                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
7321
7322 2005-12-28 [wwp]        1.9.100cvs109
7323
7324         * doc/faq/.cvsignore
7325         * doc/faq/de/.cvsignore
7326         * doc/faq/en/.cvsignore
7327         * doc/faq/es/.cvsignore
7328         * doc/faq/fr/.cvsignore
7329         * doc/faq/it/.cvsignore
7330         * doc/manual/.cvsignore
7331         * doc/manual/de/.cvsignore
7332         * doc/manual/en/.cvsignore
7333         * doc/manual/es/.cvsignore
7334         * doc/manual/fr/.cvsignore
7335         * doc/manual/ja/.cvsignore
7336         * src/plugins/mathml_viewer/.cvsignore
7337         * po/.cvsignore
7338                 more files to ignore.
7339
7340 2005-12-24 [colin]      1.9.100cvs108
7341
7342         * AUTHORS
7343         * src/gtk/authors.h
7344                 Update for Werner
7345
7346 2005-12-24 [colin]      1.9.100cvs107
7347
7348         * src/procmsg.c
7349                 Allow NULL src_msginfo in 
7350                 procmsg_msginfo_new_from_mimeinfo
7351
7352 2005-12-23 [paul]       1.9.100cvs106
7353
7354         * src/plugins/pgpinline/mypgpcore.def
7355                 add this forgotten file
7356
7357 2005-12-23 [colin]      1.9.100cvs105
7358
7359         * src/mainwindow.c
7360                 Fix missing break
7361
7362 2005-12-23 [colin]      1.9.100cvs104
7363
7364         * autogen.sh
7365         * src/folder.c
7366         * src/mh.c
7367         * src/common/plugin.c
7368         * src/common/socket.c
7369         * src/common/socket.h
7370         * src/common/utils.c
7371         * src/common/utils.h
7372         * src/gtk/pluginwindow.c
7373         * src/plugins/pgpcore/plugin.def
7374         * src/plugins/pgpcore/sylpheed.def
7375         * src/plugins/pgpinline/Makefile.am
7376         * src/plugins/pgpinline/plugin.def
7377         * src/plugins/pgpinline/sylpheed.def
7378         * src/plugins/pgpmime/plugin.def
7379         * src/plugins/pgpmime/sylpheed.def
7380                 Various w32 fixes by Werner Koch
7381
7382 2005-12-22 [paul]       1.9.100cvs103
7383
7384         * src/wizard.c
7385                 don't offer IMAP as 'server type' if
7386                 libetpan isn't built in
7387
7388 2005-12-22 [paul]       1.9.100cvs102
7389
7390         * AUTHORS
7391         * src/mainwindow.c
7392         * src/mainwindow.h
7393         * src/toolbar.c
7394         * src/gtk/authors.h
7395                 support GTK_TOOLBAR_BOTH_HORIZ (text
7396                 next to icon) Patch by Marien Zwart
7397                 marienz@users.sf.net
7398                 Also reword the text
7399
7400 2005-12-21 [colin]      1.9.100cvs101
7401
7402         * configure.ac
7403                 Fix DATADIRNAME
7404         * COPYING
7405                 Fix missing section and explicit the exception better
7406         * src/compose.c
7407                 Prevent mail from being lost without notice when an
7408                 SMTP error happens on trying to send an unmodified
7409                 drafted mail.
7410         * src/send_message.c
7411         * src/common/smtp.c
7412                 Fix password remembering when wrong, and add return
7413                 value checks where they should have been
7414         * src/plugins/pgpcore/sylpheed.def
7415         * src/plugins/pgpinline/sylpheed.def
7416         * src/plugins/pgpmime/sylpheed.def
7417                 Add a few symbols needed
7418
7419 2005-12-21 [paul]       1.9.100cvs100
7420
7421         * m4/codeset.m4
7422         * m4/glibc21.m4
7423         * m4/intdiv0.m4
7424         * m4/inttypes-pri.m4
7425         * m4/inttypes.m4
7426         * m4/inttypes_h.m4
7427         * m4/isc-posix.m4
7428         * m4/lcmessage.m4
7429         * m4/stdint_h.m4
7430         * m4/uintmax_t.m4
7431                 gettextization
7432                 thanks to Colin
7433
7434 2005-12-21 [paul]       1.9.100cvs99
7435
7436         * po/sv.po
7437                 fixed by Colin
7438
7439 2005-12-20 [paul]       1.9.100cvs98
7440
7441         * po/sv.po
7442                 updated by Anders Trobäck
7443
7444 2005-12-20 [colin]      1.9.100cvs97
7445
7446         * ABOUT-NLS
7447         * Makefile.am
7448         * autogen.sh
7449         * configure.ac
7450         * config/config.rpath
7451         * config/mkinstalldirs
7452         * m4/Makefile.am
7453         * m4/glibc2.m4
7454         * m4/gnupg.m4
7455         * m4/gpgme.m4
7456         * m4/intmax.m4
7457         * m4/longdouble.m4
7458         * m4/longlong.m4
7459         * m4/printf-posix.m4
7460         * m4/signed.m4
7461         * m4/size_max.m4
7462         * m4/ulonglong.m4
7463         * m4/wchar_t.m4
7464         * m4/wint_t.m4
7465         * m4/xsize.m4
7466         * po/Makefile.in.in
7467         * po/Makevars
7468         * po/bg.po
7469         * po/ca.po
7470         * po/cs.po
7471         * po/de.po
7472         * po/el.po
7473         * po/en_GB.po
7474         * po/es.po
7475         * po/fi.po
7476         * po/fr.po
7477         * po/hr.po
7478         * po/hu.po
7479         * po/it.po
7480         * po/ja.po
7481         * po/ko.po
7482         * po/nb.po
7483         * po/nl.po
7484         * po/pl.po
7485         * po/pt_BR.po
7486         * po/ru.po
7487         * po/sk.po
7488         * po/sr.po
7489         * po/stamp-po
7490         * po/sv.po
7491         * po/zh_CN.po
7492         * po/zh_TW.po
7493         * src/Makefile.am
7494         * src/codeconv.c
7495         * src/compose.c
7496         * src/exporthtml.c
7497         * src/exportldif.c
7498         * src/folder.c
7499         * src/main.c
7500         * src/manual.c
7501         * src/mh.c
7502         * src/mimeview.c
7503         * src/send_message.c
7504         * src/common/Makefile.am
7505         * src/common/fnmatch.c
7506         * src/common/fnmatch.h
7507         * src/common/fnmatch_loop.c
7508         * src/common/nntp.c
7509         * src/common/plugin.c
7510         * src/common/smtp.c
7511         * src/common/socket.c
7512         * src/common/string_match.c
7513         * src/common/sylpheed.c
7514         * src/common/utils.c
7515         * src/common/utils.h
7516         * src/common/w32_dirent.c
7517         * src/common/w32_reg.c
7518         * src/common/w32_signal.c
7519         * src/common/w32_stat.c
7520         * src/common/w32_stdio.c
7521         * src/common/w32_stdlib.c
7522         * src/common/w32_string.c
7523         * src/common/w32_time.c
7524         * src/common/w32_unistd.c
7525         * src/common/w32_wait.c
7526         * src/common/w32lib.h
7527         * src/etpan/Makefile.am
7528         * src/gtk/Makefile.am
7529         * src/plugins/clamav/Makefile.am
7530         * src/plugins/demo/Makefile.am
7531         * src/plugins/dillo_viewer/Makefile.am
7532         * src/plugins/pgpcore/Makefile.am
7533         * src/plugins/pgpcore/passphrase.c
7534         * src/plugins/pgpcore/plugin.def
7535         * src/plugins/pgpcore/sgpgme.c
7536         * src/plugins/pgpcore/sylpheed.def
7537         * src/plugins/pgpcore/version.rc
7538         * src/plugins/pgpinline/Makefile.am
7539         * src/plugins/pgpinline/plugin.def
7540         * src/plugins/pgpinline/sylpheed.def
7541         * src/plugins/pgpinline/version.rc
7542         * src/plugins/pgpmime/Makefile.am
7543         * src/plugins/pgpmime/mypgpcore.def
7544         * src/plugins/pgpmime/plugin.def
7545         * src/plugins/pgpmime/sylpheed.def
7546         * src/plugins/pgpmime/version.rc
7547         * src/plugins/spamassassin/Makefile.am
7548                 Very little ;-) patch from Werner Koch, providing
7549                 infrastructure for cross-compiling to Win32
7550
7551 2005-12-20 [paul]       1.9.100cvs96
7552
7553         * src/account.c
7554         * src/account.h
7555         * src/mainwindow.c
7556         * src/mainwindow.h
7557         * src/toolbar.c
7558         * src/toolbar.h
7559                 add a combo to the Get All button, allowing
7560                 quick retrieval from any account
7561                 Patch by Fabien Vantard, slightly modified
7562                 by Colin
7563         * src/gtk/about.c
7564                 i18n fix. Patch by Fabien Vantard
7565
7566 2005-12-19 [colin]      1.9.100cvs95
7567
7568         * src/compose.c
7569         * src/compose.h
7570                 Don't automatically join lines when they've 
7571                 been separated by the user and not automatically
7572
7573 2005-12-19 [paul]       1.9.100cvs94
7574
7575         * src/gtk/pluginwindow.c
7576                 i18n fix.
7577                 Patch by Fabien Vantard
7578
7579 2005-12-15 [paul]       1.9.100cvs93
7580
7581         * src/common/plugin.c
7582         * src/common/plugin.h
7583         * src/gtk/pluginwindow.c
7584         * src/plugins/clamav/clamav_plugin.c
7585         * src/plugins/demo/demo.c
7586         * src/plugins/dillo_viewer/dillo_viewer.c
7587         * src/plugins/pgpcore/plugin.c
7588         * src/plugins/pgpinline/plugin.c
7589         * src/plugins/pgpmime/plugin.c
7590         * src/plugins/spamassassin/spamassassin.c
7591         * src/plugins/trayicon/trayicon.c
7592                 add plugin_version()
7593
7594 2005-12-15 [colin]      1.9.100cvs92
7595
7596         * src/compose.c
7597                 Further fix bug #875
7598
7599 2005-12-15 [paul]       1.9.100cvs91
7600
7601         * src/gtk/filesel.c
7602                 fix attach_load_dir getting set to
7603                 PLUGINDIR on plugin load
7604
7605 2005-12-14 [mones]      1.9.100cvs90
7606
7607         * manual/ack.xml
7608         * manual/keyboard.xml
7609                 Initial draft and some shortcuts added
7610                 
7611         * po/es.po
7612                 Updated translation
7613
7614 2005-12-14 [colin]      1.9.100cvs89
7615
7616         * src/compose.c
7617         * src/imap.c
7618         * src/summaryview.c
7619         * src/gtk/gtkaspell.c
7620                 More leaks fixed
7621         * src/prefs_folder_item.c
7622                 Fix recursive prefs apply
7623
7624
7625 2005-12-14 [colin]      1.9.100cvs88
7626
7627         * src/compose.c
7628                 Fix bug #875 (Freeze On Inline Forward of 
7629                 Large Message)
7630
7631 2005-12-13 [colin]      1.9.100cvs87
7632
7633         * src/compose.c
7634                 Uniq-ify and sort the mimetypes list
7635                 Patch by Fabien Vantard
7636
7637 2005-12-13 [colin]      1.9.100cvs86
7638
7639         * src/imap.c
7640         * src/etpan/imap-thread.c
7641                 Fix leaks (patch by Hoa)
7642         * src/news.c
7643         * src/common/plugin.c
7644                 Fix leaks
7645
7646 2005-12-12 [colin]
7647
7648         * 2.0.0-rc2 released
7649
7650 2005-12-12 [colin]      1.9.100cvs85
7651
7652         * src/matcher.c
7653                 Fix a leak
7654
7655 2005-12-12 [wwp]        1.9.100cvs84
7656
7657         * src/gtk/icon_legend.c
7658                 fix misbehaviour and crash when closing the legend window
7659         using the Esc key (patch by Fabien Vantard).
7660
7661 2005-12-12 [paul]       1.9.100cvs83
7662
7663         * src/browseldap.c
7664         * src/foldersel.c
7665         * src/prefs_actions.c
7666         * src/prefs_filtering.c
7667         * src/prefs_matcher.c
7668         * src/prefs_spelling.glade      ** REMOVED **
7669         * src/prefs_template.c
7670         * src/gtk/foldersort.glade      ** REMOVED **
7671         * src/gtk/pluginwindow.c
7672         * src/gtk/pluginwindow.glade    ** REMOVED **
7673         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
7674                 cleanups
7675
7676 2005-12-11 [paul]       1.9.100cvs82
7677
7678         * src/gtk/filesel.c
7679                 fix attach_load_dir crasher (double free)
7680
7681 2005-12-09 [paul]       1.9.100cvs81
7682
7683         * po/POTFILES.in
7684         * src/mainwindow.c
7685         * src/gtk/Makefile.am
7686         * src/gtk/icon_legend.c
7687         * src/gtk/icon_legend.h
7688                 add icon legend
7689         * src/manual.c
7690                 cleanup
7691
7692 2005-12-09 [paul]       1.9.100cvs80
7693
7694         * src/plugins/pgpcore/passphrase.c
7695                 wrap the label in the dialog
7696
7697 2005-12-09 [colin]      1.9.100cvs79
7698
7699         * src/plugins/pgpcore/sgpgme.c
7700                 Display (untrusted) on not trusted signatures
7701                 Patch by Michal Èihaø <michal@cihar.com>
7702                 Closes bug #867 (Report also key trust)
7703
7704 2005-12-09 [colin]      1.9.100cvs78
7705
7706         * src/common/plugin.c
7707                 Update licence check, following Eben Moglen's advice
7708
7709 2005-12-08 [colin]      1.9.100cvs77
7710
7711         * src/folder.c
7712                 Fix the occasionnal item->cache != NULL 
7713                 assertion failure. 
7714
7715 2005-12-08 [colin]      1.9.100cvs76
7716
7717         * src/mimeview.c
7718         * src/plugins/pgpcore/sgpgme.c
7719                 Print key id when unable to check it
7720                 Closes bug #866 (Show key id when missing)
7721
7722 2005-12-08 [paul]       1.9.100cvs75
7723
7724         * src/prefs_common.c
7725         * src/prefs_common.h
7726         * src/gtk/filesel.c
7727                 remember load attachment dir
7728
7729 2005-12-07 [colin]      1.9.100cvs74
7730
7731         * src/prefs_toolbar.c
7732                 Gtk fixes, patch by Fabien Vantard
7733
7734 2005-12-07 [colin]      1.9.100cvs73
7735
7736         * src/action.c
7737         * src/compose.c
7738         * src/compose.h
7739                 Fix bug #839 (Quoted text isn't colored after 
7740                 executing an action)
7741         * src/common/plugin.c
7742                 Require plugins to declare their licence in plugin_licence()
7743                 Refuse to load non-GPL plugins as they'd be illegal (as 
7744                 derived works of Sylpheed-Claws, they must be GPL).
7745         * src/plugins/clamav/clamav_plugin.c
7746         * src/plugins/demo/demo.c
7747         * src/plugins/dillo_viewer/dillo_viewer.c
7748         * src/plugins/pgpcore/plugin.c
7749         * src/plugins/pgpinline/plugin.c
7750         * src/plugins/pgpmime/plugin.c
7751         * src/plugins/spamassassin/spamassassin.c
7752         * src/plugins/trayicon/trayicon.c
7753                 Add plugin_licence()
7754
7755 2005-12-07 [paul]       1.9.100cvs72
7756
7757         * configure.ac
7758         * src/mainwindow.c
7759         * src/manual.c
7760         * src/manual.h
7761         * src/common/defs.h
7762                 clean up after local FAQ removal and
7763                 temporary manual removal
7764
7765 2005-12-06 [colin]      1.9.100cvs71
7766
7767         * configure.ac
7768         * doc/Makefile.am
7769         * doc/faq/.cvsignore
7770         * doc/faq/Makefile.am
7771         * doc/faq/de/.cvsignore
7772         * doc/faq/de/Makefile.am
7773         * doc/faq/de/sylpheed-faq-1.html
7774         * doc/faq/de/sylpheed-faq-2.html
7775         * doc/faq/de/sylpheed-faq-3.html
7776         * doc/faq/de/sylpheed-faq.html
7777         * doc/faq/en/.cvsignore
7778         * doc/faq/en/Makefile.am
7779         * doc/faq/en/sylpheed-faq-1.html
7780         * doc/faq/en/sylpheed-faq-2.html
7781         * doc/faq/en/sylpheed-faq-3.html
7782         * doc/faq/en/sylpheed-faq-4.html
7783         * doc/faq/en/sylpheed-faq.html
7784         * doc/faq/es/.cvsignore
7785         * doc/faq/es/Makefile.am
7786         * doc/faq/es/sylpheed-faq-1.html
7787         * doc/faq/es/sylpheed-faq-2.html
7788         * doc/faq/es/sylpheed-faq-3.html
7789         * doc/faq/es/sylpheed-faq-4.html
7790         * doc/faq/es/sylpheed-faq.html
7791         * doc/faq/fr/.cvsignore
7792         * doc/faq/fr/Makefile.am
7793         * doc/faq/fr/sylpheed-faq-1.html
7794         * doc/faq/fr/sylpheed-faq-2.html
7795         * doc/faq/fr/sylpheed-faq-3.html
7796         * doc/faq/fr/sylpheed-faq.html
7797         * doc/faq/it/.cvsignore
7798         * doc/faq/it/Makefile.am
7799         * doc/faq/it/sylpheed-faq-1.html
7800         * doc/faq/it/sylpheed-faq-2.html
7801         * doc/faq/it/sylpheed-faq-3.html
7802         * doc/faq/it/sylpheed-faq.html
7803         * doc/manual/.cvsignore
7804         * doc/manual/Makefile.am
7805         * doc/manual/de/.cvsignore
7806         * doc/manual/de/Makefile.am
7807         * doc/manual/de/sylpheed-1.html
7808         * doc/manual/de/sylpheed-10.html
7809         * doc/manual/de/sylpheed-11.html
7810         * doc/manual/de/sylpheed-12.html
7811         * doc/manual/de/sylpheed-13.html
7812         * doc/manual/de/sylpheed-14.html
7813         * doc/manual/de/sylpheed-15.html
7814         * doc/manual/de/sylpheed-16.html
7815         * doc/manual/de/sylpheed-17.html
7816         * doc/manual/de/sylpheed-18.html
7817         * doc/manual/de/sylpheed-19.html
7818         * doc/manual/de/sylpheed-2.html
7819         * doc/manual/de/sylpheed-20.html
7820         * doc/manual/de/sylpheed-3.html
7821         * doc/manual/de/sylpheed-4.html
7822         * doc/manual/de/sylpheed-5.html
7823         * doc/manual/de/sylpheed-6.html
7824         * doc/manual/de/sylpheed-7.html
7825         * doc/manual/de/sylpheed-8.html
7826         * doc/manual/de/sylpheed-9.html
7827         * doc/manual/de/sylpheed.html
7828         * doc/manual/en/.cvsignore
7829         * doc/manual/en/Makefile.am
7830         * doc/manual/en/sylpheed-1.html
7831         * doc/manual/en/sylpheed-10.html
7832         * doc/manual/en/sylpheed-11.html
7833         * doc/manual/en/sylpheed-12.html
7834         * doc/manual/en/sylpheed-13.html
7835         * doc/manual/en/sylpheed-14.html
7836         * doc/manual/en/sylpheed-15.html
7837         * doc/manual/en/sylpheed-16.html
7838         * doc/manual/en/sylpheed-17.html
7839         * doc/manual/en/sylpheed-18.html
7840         * doc/manual/en/sylpheed-19.html
7841         * doc/manual/en/sylpheed-2.html
7842         * doc/manual/en/sylpheed-20.html
7843         * doc/manual/en/sylpheed-21.html
7844         * doc/manual/en/sylpheed-22.html
7845         * doc/manual/en/sylpheed-3.html
7846         * doc/manual/en/sylpheed-4.html
7847         * doc/manual/en/sylpheed-5.html
7848         * doc/manual/en/sylpheed-6.html
7849         * doc/manual/en/sylpheed-7.html
7850         * doc/manual/en/sylpheed-8.html
7851         * doc/manual/en/sylpheed-9.html
7852         * doc/manual/en/sylpheed.html
7853         * doc/manual/es/.cvsignore
7854         * doc/manual/es/Makefile.am
7855         * doc/manual/es/sylpheed-1.html
7856         * doc/manual/es/sylpheed-10.html
7857         * doc/manual/es/sylpheed-11.html
7858         * doc/manual/es/sylpheed-12.html
7859         * doc/manual/es/sylpheed-13.html
7860         * doc/manual/es/sylpheed-14.html
7861         * doc/manual/es/sylpheed-15.html
7862         * doc/manual/es/sylpheed-16.html
7863         * doc/manual/es/sylpheed-17.html
7864         * doc/manual/es/sylpheed-18.html
7865         * doc/manual/es/sylpheed-19.html
7866         * doc/manual/es/sylpheed-2.html
7867         * doc/manual/es/sylpheed-20.html
7868         * doc/manual/es/sylpheed-3.html
7869         * doc/manual/es/sylpheed-4.html
7870         * doc/manual/es/sylpheed-5.html
7871         * doc/manual/es/sylpheed-6.html
7872         * doc/manual/es/sylpheed-7.html
7873         * doc/manual/es/sylpheed-8.html
7874         * doc/manual/es/sylpheed-9.html
7875         * doc/manual/es/sylpheed.html
7876         * doc/manual/fr/.cvsignore
7877         * doc/manual/fr/Makefile.am
7878         * doc/manual/fr/sylpheed-1.html
7879         * doc/manual/fr/sylpheed-10.html
7880         * doc/manual/fr/sylpheed-11.html
7881         * doc/manual/fr/sylpheed-12.html
7882         * doc/manual/fr/sylpheed-13.html
7883         * doc/manual/fr/sylpheed-14.html
7884         * doc/manual/fr/sylpheed-15.html
7885         * doc/manual/fr/sylpheed-16.html
7886         * doc/manual/fr/sylpheed-17.html
7887         * doc/manual/fr/sylpheed-18.html
7888         * doc/manual/fr/sylpheed-19.html
7889         * doc/manual/fr/sylpheed-2.html
7890         * doc/manual/fr/sylpheed-20.html
7891         * doc/manual/fr/sylpheed-3.html
7892         * doc/manual/fr/sylpheed-4.html
7893         * doc/manual/fr/sylpheed-5.html
7894         * doc/manual/fr/sylpheed-6.html
7895         * doc/manual/fr/sylpheed-7.html
7896         * doc/manual/fr/sylpheed-8.html
7897         * doc/manual/fr/sylpheed-9.html
7898         * doc/manual/fr/sylpheed.html
7899         * doc/manual/ja/.cvsignore
7900         * doc/manual/ja/Makefile.am
7901         * doc/manual/ja/sylpheed-1.html
7902         * doc/manual/ja/sylpheed-10.html
7903         * doc/manual/ja/sylpheed-11.html
7904         * doc/manual/ja/sylpheed-12.html
7905         * doc/manual/ja/sylpheed-13.html
7906         * doc/manual/ja/sylpheed-14.html
7907         * doc/manual/ja/sylpheed-15.html
7908         * doc/manual/ja/sylpheed-16.html
7909         * doc/manual/ja/sylpheed-17.html
7910         * doc/manual/ja/sylpheed-18.html
7911         * doc/manual/ja/sylpheed-19.html
7912         * doc/manual/ja/sylpheed-2.html
7913         * doc/manual/ja/sylpheed-20.html
7914         * doc/manual/ja/sylpheed-3.html
7915         * doc/manual/ja/sylpheed-4.html
7916         * doc/manual/ja/sylpheed-5.html
7917         * doc/manual/ja/sylpheed-6.html
7918         * doc/manual/ja/sylpheed-7.html
7919         * doc/manual/ja/sylpheed-8.html
7920         * doc/manual/ja/sylpheed-9.html
7921         * doc/manual/ja/sylpheed.html
7922         * doc/manual/ja/sylpheed.sgml
7923         * src/mainwindow.c
7924                 Remove outdated manual and faq. Noisy, eh?
7925
7926 2005-12-06 [colin]      1.9.100cvs70
7927
7928         * src/compose.c
7929         * src/quote_fmt_parse.y
7930         * src/undo.c
7931         * src/undo.h
7932                 Allow %X to position cursor at 0 
7933                 (no %X = before signature)
7934                 Fix paste as quotation putting the cursor at 0
7935                 Fix undo offsets when pasting
7936                 Insert the quote_fmt at once instead of line 
7937                 by line
7938                 Fix [Edited] when starting to reply/forward
7939
7940 2005-12-06 [paul]       1.9.100cvs69
7941
7942         * src/plugins/clamav/clamav_plugin_gtk.c
7943                 add another tooltip
7944         * src/plugins/spamassassin/spamassassin_gtk.c
7945                 rework spamassassin_create_widget_func()
7946
7947 2005-12-05 [colin]      1.9.100cvs68
7948
7949         * po/POTFILES.in
7950                 Fix make release ;-)
7951
7952 2005-12-05 [colin]      1.9.100cvs67
7953
7954         * src/compose.c
7955         * src/compose.h
7956                 Fix cursor positioning (not obeying %X)
7957
7958 2005-12-05 [paul]       1.9.100cvs66
7959
7960         * src/plugins/dillo_viewer/dillo_prefs.c
7961                 fix compilation warning
7962
7963 2005-12-05 [paul]       1.9.100cvs65
7964
7965         * src/prefs_spelling.c
7966         * src/plugins/trayicon/trayicon.c
7967                 cleanups - remove unused stuff
7968
7969 2005-12-05 [paul]       1.9.100cvs64
7970
7971         * README
7972         * manual/plugins.xml
7973                 remove info about removed mathml_viewer plugin
7974
7975 2005-12-05 [paul]       1.9.100cvs63
7976
7977         * configure.ac
7978         * src/plugins/Makefile.am
7979         * src/plugins/mathml_viewer/.cvsignore
7980         * src/plugins/mathml_viewer/Makefile.am
7981         * src/plugins/mathml_viewer/mathml_viewer.c
7982                 remove unmaintained mathml_viewer plugin
7983
7984 2005-12-05 [paul]       1.9.100cvs62
7985
7986         * src/summaryview.c
7987                 obey prefs_common.always_show_msg when
7988                 moving a msg
7989                 Thanks to Colin
7990
7991 2005-12-05 [paul]       1.9.100cvs61
7992
7993         * src/compose.c
7994         * src/prefs_account.c
7995         * src/prefs_filtering.c
7996         * src/prefs_quote.c
7997         * src/prefs_spelling.c
7998         * src/prefs_toolbar.c
7999         * src/summaryview.c
8000         * src/gtk/gtkutils.c
8001         * src/gtk/quicksearch.c
8002         * src/plugins/dillo_viewer/dillo_prefs.c
8003                 dialog cleanups
8004
8005 2005-12-04 [paul]       1.9.100cvs60
8006
8007         * src/inc.c
8008         * src/prefs_account.c
8009         * src/prefs_account.h
8010                 allow a Local account to specify a
8011                 default inbox
8012                 (closes bug 843 'Inbox cannot be changed for local
8013                  mailboxes')
8014
8015 2005-12-04 [colin]      1.9.100cvs59
8016
8017         * src/plugins/trayicon/trayicon.c
8018                 Remove Get, rename Get All to Get Mail in order to
8019                 be consistent with the default main toolbar
8020
8021 2005-12-03 [colin]      1.9.100cvs58
8022
8023         * manual/gpl.xml
8024         * manual/sylpheed-claws-manual.xml
8025                 Add GPL appendix
8026
8027 2005-12-03 [paul]       1.9.100cvs57
8028
8029         * AUTHORS
8030         * po/sv.po
8031         * src/gtk/authors.h
8032                 new (partially complete) Swedish translation
8033                 by Anders Troback <sylpheed@troback.com>
8034
8035 2005-12-02 [paul]       1.9.100cvs56
8036
8037         * configure.ac
8038                 libetpan 0.41 required
8039
8040 2005-12-02 [paul]       1.9.100cvs55
8041
8042         * src/plugins/clamav/clamav_plugin.c
8043         * src/plugins/clamav/clamav_plugin.h
8044         * src/plugins/clamav/clamav_plugin_gtk.c
8045         * src/plugins/spamassassin/spamassassin.c
8046         * src/plugins/spamassassin/spamassassin.h
8047         * src/plugins/spamassassin/spamassassin_gtk.c
8048                 unregister prefs pages on unloading, thus
8049                 preventing a crash
8050                 (thanks to Colin for the hint)
8051
8052 2005-12-02 [wwp]        1.9.100cvs54
8053
8054         * src/quote_fmt.h
8055         * src/quote_fmt_parse.y
8056                 fix misuse of gboolean*, use gboolean instead
8057                 (thanks to Paul, Colin, for pointing out that scaring one)
8058
8059 2005-12-02 [paul]       1.9.100cvs53
8060
8061         * src/plugins/clamav/clamav_plugin.c
8062                 int no --> unsigned int no
8063         * src/plugins/clamav/clamav_plugin_gtk.c
8064                 rework config page
8065
8066 2005-12-02 [wwp]        1.9.100cvs52
8067
8068         * src/compose.c
8069         * src/prefs_template.c
8070         * src/quote_fmt.h
8071         * src/quote_fmt_parse.y
8072                 prevent from executing |f and |p templates commands when
8073                 adding or replacing templates in prefs (avoids annoying and
8074                 potentially dangerous behaviours)
8075
8076 2005-12-02 [paul]       1.9.100cvs51
8077
8078         * src/prefs_common.c
8079                 allow translation of some default values
8080                 Patch by Fabien Vantard
8081
8082 2005-12-02 [paul]       1.9.100cvs50
8083
8084         * src/codeconv.c
8085         * src/codeconv.h
8086         * src/prefs_common.c
8087         * src/prefs_common.h
8088         * src/prefs_message.c
8089         * src/textview.c
8090                 remove obsolete 'convert_mb_alnum' option
8091                 and related stuff
8092         * src/gtk/about.c
8093                 remove unused 'about_textview_visibility_notify'
8094
8095 2005-12-02 [paul]       1.9.100cvs49
8096
8097         * src/prefs_account.c
8098         * src/prefs_compose_writing.c
8099         * src/prefs_fonts.c
8100         * src/prefs_gtk.h
8101         * src/prefs_image_viewer.c
8102         * src/prefs_message.c
8103         * src/prefs_other.c
8104         * src/prefs_receive.c
8105         * src/prefs_send.c
8106         * src/prefs_spelling.c
8107         * src/prefs_summaries.c
8108         * src/prefs_wrapping.c
8109         * src/plugins/dillo_viewer/dillo_prefs.c
8110         * src/plugins/pgpcore/prefs_gpg.c
8111                 several cleanups to the prefs dialogs
8112                 (slightly modified) patch by Fabien Vantard
8113
8114 2005-12-02 [paul]       1.9.100cvs48
8115
8116         * src/main.c
8117                 --exit means exit
8118         * src/send_message.c
8119                 fix crash on send when connection fails
8120
8121         Thanks to Colin
8122
8123 2005-12-01 [colin]      1.9.100cvs47
8124
8125         * src/html.c
8126                 Translate &hellip; to "..."
8127
8128 2005-11-30 [colin]      1.9.100cvs46
8129
8130         * src/matcher.c
8131         * src/matcher.h
8132                 Optimize back yesterday's fix.
8133
8134 2005-11-30 [paul]       1.9.100cvs45
8135
8136         * manual/faq.xml
8137                 standardised
8138         * manual/intro.xml
8139                 written by Colin, edited by me
8140
8141 2005-11-29 [colin]      1.9.100cvs44
8142
8143         * src/matcher.c
8144                 Skip headers unconditionnaly in match_body if the
8145                 rule is not message or ~message
8146
8147 2005-11-29 [colin]      1.9.100cvs43
8148
8149         * src/matcher.c
8150                 Fix body_part and such, not skipping headers 
8151                 if the matchcriteria wasn't the first in the rule
8152
8153 2005-11-29 [colin]      1.9.100cvs42
8154
8155         * src/compose.c
8156                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8157                 option missing from message view window)
8158                 Fix double text D'n'D with gtk-2.8
8159         * src/matcher.c
8160                 Fix ~message, ~headers_part, ~body_part rules
8161         * src/messageview.c
8162                 Add Windows-1252 (Closes bug #863)
8163                 Fix accels
8164         * src/gtk/gtkaspell.c
8165                 Properly destroy accels in all menus
8166
8167 2005-11-29 [mones]      1.9.100cvs41
8168
8169         * po/es.po
8170                 Updated.
8171
8172 2005-11-27 [colin]      1.9.100cvs40
8173
8174         * src/mh_gtk.c
8175                 "/Remove mailbox" -> "/Remove mailbox..."
8176
8177 2005-11-27 [paul]       1.9.100cvs39
8178
8179         * AUTHORS
8180         * po/de.po
8181         * src/gtk/authors.h
8182                 updated by new maintainer, Stephan Sachse
8183
8184 2005-11-27 [paul]       1.9.100cvs38
8185
8186         * manual/faq.xml
8187                 written by Colin, edited by me
8188
8189 2005-11-27 [paul]       1.9.100cvs37
8190
8191         * src/prefs_common.c
8192         * src/prefs_common.h
8193         * src/prefs_receive.c
8194         * src/prefs_summaries.c
8195                 move 'go to inbox after receiving new mail'
8196                 option from display/sumamaries to mail
8197                 handling/receive, and rework prefs_summaries
8198                 dialog a little
8199
8200 2005-11-25 [martin]     1.9.100cvs36
8201
8202         * po/de.po
8203             fixed windows-1252 translation;
8204             translated some new and fuzzy strings
8205
8206 2005-11-25 [paul]       1.9.100cvs35
8207
8208         * src/plugins/clamav/clamav_plugin.c
8209                 complete the update done in cvs34
8210
8211 2005-11-25 [paul]       1.9.100cvs34
8212
8213         * src/plugins/clamav/clamav_plugin.c
8214                 reflect upstream changes
8215
8216 2005-11-25 [paul]       1.9.100cvs33
8217
8218         * manual/ack.xml
8219         * manual/plugins.xml
8220         * manual/sylpheed-claws-manual.xml
8221                 written/updated by Colin, edited by me
8222         * tools/acroread2sylpheed.pl
8223                 update binary name
8224
8225 2005-11-24 [colin]      1.9.100cvs32
8226
8227         * src/compose.c
8228                 Fix bug #856 (reediting messages forgets Request
8229                 Return Receipt)
8230
8231 2005-11-24 [paul]       1.9.100cvs31
8232
8233         * manual/addrbook.xml
8234         * manual/starting.xml
8235                 written by Colin, proofread, edited, adapted by me
8236         * manual/advanced.xml
8237                 add some Actions examples
8238         * src/importldif.c
8239                 use a Save button instead of a Close button
8240         * src/wizard.c
8241                 indicate mandatory fields
8242                 fix page display
8243                 Thanks to Colin
8244
8245 2005-11-23 [colin]      1.9.100cvs30
8246
8247         * src/addressbook.c
8248                 Rename menu item, fix possible crash after
8249                 deletion of books
8250         * src/addrindex.c
8251                 Allow searching for '*' in ldap
8252         * src/browseldap.c
8253                 Fix "Browse Entry" (did anyone use it?)
8254         * src/wizard.c
8255                 Add guards for mandatory information
8256
8257 2005-11-23 [paul]       1.9.100cvs29
8258
8259         * manual/advanced.xml
8260                 corrections to the English
8261
8262 2005-11-23 [colin]      1.9.100cvs28
8263
8264         * src/mimeview.c
8265                 Fix possible crash at exit. After the call to
8266                 gtk_container_remove(), the Viewer's widget has no
8267                 more parent so gtk+ automatically frees it and its
8268                 sons. If destroy_viewer() then try to access it,
8269                 problems ensue.
8270
8271 2005-11-22 [colin]      1.9.100cvs27
8272
8273         * src/compose.c
8274         * src/gtk/gtkaspell.c
8275                 Fix right-clicking on a misspelled word
8276                 Fix More... in suggestions menu
8277
8278 2005-11-22 [wwp]        1.9.100cvs26
8279
8280         * src/prefs_template.c
8281                 templates works: re-sort templates list when adding or replacing,
8282                 prevent from adding or replacing when the template name is empty
8283
8284 2005-11-21 [colin]      1.9.100cvs25
8285
8286         * src/addressbook.c
8287                 Fix some addressbook suckage (dnd, select all)
8288         * src/compose.c
8289         * src/gtk/gtkaspell.c
8290         * src/gtk/gtkaspell.h
8291                 Make the spellchecker menu work with the 
8292                 GtkTextView one instead of overriding it
8293
8294 2005-11-20 [paul]       1.9.100cvs24
8295
8296         * manual/handling.xml
8297                 proofread and corrected
8298
8299 2005-11-20 [paul]       1.9.100cvs23
8300
8301         * manual/Makefile
8302                 generate html as one file
8303         * manual/advanced.xml
8304                 fix output generation
8305                 reformat hidden options list
8306         * manual/manual.xml     ** REMOVED **
8307         * manual/sylpheed-claws-manual.xml      ** ADDED **
8308                 renamed
8309
8310 2005-11-18 [colin]      1.9.100cvs22
8311
8312         * src/prefs_account.c
8313                 Fix layout in news and mbox accounts
8314         * manual/account.xml
8315         * manual/advanced.xml
8316                 New contents for Paul to check :)
8317
8318 2005-11-18 [wwp]        1.9.100cvs21
8319
8320         * src/gtk/quicksearch.c
8321                 don't update extended quicksearch buttons twice
8322
8323 2005-11-18 [paul]       1.9.100cvs20
8324
8325         * src/textview.c
8326                 complete 1.9.100cvs19
8327
8328 2005-11-18 [paul]       1.9.100cvs19
8329
8330         * src/compose.c
8331                 cosmetic improvements
8332         * src/textview.c
8333                 also list text/* attachments
8334
8335 2005-11-18 [colin]      1.9.100cvs18
8336
8337         * src/summaryview.c
8338                 Use column 0 instead of -1 in 
8339                 gtk_ctree_node_moveto, in a naive
8340                 hope it'll fix the gtk-related crashes
8341
8342 2005-11-18 [colin]      1.9.100cvs17
8343
8344         * src/gtk/inputdialog.c
8345                 Fix icon staying the first one
8346
8347 2005-11-17 [wwp]        1.9.100cvs16
8348                 fix possible problem showing some quicksearch buttons, and a bad
8349                 call to g_return_if_fail in a function that returns a value (both
8350                 fixes by Fabien Vantard)
8351
8352 2005-11-15 [wwp]        1.9.100cvs15
8353
8354         * src/gtk/quicksearch.c
8355                 added a tooltip to that obscure ... quicksearch button
8356
8357 2005-11-15 [wwp]        1.9.100cvs14
8358
8359         * src/gtk/quicksearch.c
8360                 add a quicksearch helper to filtering expression users: the ... button
8361                 raises the condition expr window. condition expressions set up w/ this
8362                 window are used by the quicksearch if the user closes it pressing OK.
8363
8364 2005-11-14 [paul]       1.9.100cvs13
8365
8366         * src/plugins/clamav/clamav_plugin.c
8367         * src/plugins/spamassassin/spamassassin.c
8368                 change plugin type following recent merging
8369
8370 2005-11-14 [wwp]        1.9.100cvs12
8371
8372         * src/folder.c
8373                 prevent from crashing when copying/moving message(s) from and
8374                 to the same folder
8375
8376 2005-11-14 [paul]       1.9.100cvs11
8377
8378         * src/plugins/clamav/Makefile.am
8379         * src/plugins/clamav/clamav_plugin.c
8380         * src/plugins/clamav/clamav_plugin.h
8381         * src/plugins/clamav/clamav_plugin_gtk.c
8382                 also merge clamav and clamav_gtk plugins
8383
8384 2005-11-13 [colin]      1.9.100cvs10
8385
8386         * configure.ac
8387         * src/plugins/spamassassin/Makefile.am
8388         * src/plugins/spamassassin/spamassassin.c
8389         * src/plugins/spamassassin/spamassassin.h
8390         * src/plugins/spamassassin/spamassassin_gtk.c
8391                 Merge spamassassin and spamassassin_gtk plugins,
8392                 and build it by default.
8393
8394 2005-11-12 [colin]      1.9.100cvs9
8395
8396         * src/etpan/imap-thread.c
8397                 Fix gcc warning
8398
8399 2005-11-12 [colin]      1.9.100cvs8
8400
8401         * src/procmime.c
8402                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
8403
8404 2005-11-10 [colin]      1.9.100cvs7
8405
8406         * src/main.c
8407                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
8408                 minimised state)
8409
8410 2005-11-10 [wwp]        1.9.100cvs6
8411
8412         * src/gtk/description_window.c
8413                 fix a crash when closing description windows using the WM's [X] button
8414
8415 2005-11-09 [colin]      1.9.100cvs5
8416
8417         * src/common/ssl.c
8418                 Update libetpan call to follow upstream
8419                 (yes, this requires libetpan-0.40cvs3)
8420
8421 2005-11-08 [colin]      1.9.100cvs4
8422
8423         * src/compose.c
8424         * src/textview.c
8425         * src/common/utils.c
8426         * src/common/utils.h
8427                 Enhance the email parser
8428
8429 2005-11-08 [colin]      1.9.100cvs3
8430
8431         * src/procmime.c
8432                 Fix what looks like an off-by-one (fixes 
8433                 attachments from the Bat)
8434
8435 2005-11-08 [wwp]        1.9.100cvs2
8436
8437         * src/main.c
8438                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
8439
8440 2005-11-08 [wwp]        1.9.100cvs1
8441
8442         * src/main.c
8443                 allow exiting Sylpheed-Claws from command-line
8444
8445 2005-11-08 [paul]       1.9.100
8446
8447         1.9.100 released
8448
8449 2005-11-07 [colin]      1.9.99cvs17
8450
8451         * src/addritem.c
8452         * src/ldif.c
8453                 Fix import of base-64 encoded items
8454
8455 2005-11-07 [colin]      1.9.99cvs16
8456
8457         * src/send_message.c
8458                 Fix bug #314 (Queue does not empty under certain 
8459                 circumstances)
8460
8461 2005-11-07 [paul]       1.9.99cvs15
8462
8463         * src/mutt.c
8464         * src/pine.c
8465                 fix buffer overflows
8466                 Thanks to Colin
8467
8468 2005-11-07 [paul]       1.9.99cvs14
8469
8470         * doc/man/Makefile.am
8471         * doc/man/sylpheed-claws.1      ** ADDED **
8472         * doc/man/sylpheed.1            ** DELETED **
8473                 rename and update the man file
8474
8475 2005-11-06 [colin]      1.9.99cvs13
8476
8477         * src/ldif.c
8478                 Fix ldif_get_line() that returned empty strings
8479                 (Didn't understand why). Also fix a possible
8480                 buffer overflow.
8481
8482 2005-11-06 [wwp]        1.9.99cvs12
8483
8484         * src/textview.c
8485         * src/gtk/about.c
8486         * src/gtk/gtkutils.c
8487         * src/gtk/gtkutils.h
8488                 fix a compilation warning,
8489                 make links sensitive in the about dialog
8490
8491 2005-11-04 [wwp]        1.9.99cvs11
8492
8493         * src/gtk/about.c
8494                 don't wrap or translate URIs, and a bit text format cleanup
8495
8496 2005-11-04 [wwp]        1.9.99cvs10
8497
8498         * src/gtk/about.c
8499                 better textview tagging implementation (no more use of marks for
8500                 postponed tagging)
8501
8502 2005-11-02 [colin]      1.9.99cvs9
8503
8504         * src/common/ssl.c
8505                 Forgot an ifdef
8506
8507 2005-11-02 [colin]      1.9.99cvs8
8508
8509         * configure.ac
8510                 Require libetpan-0.40 due to upstream fix
8511         * src/common/ssl.c
8512                 Tell libetpan not to call SSL_Library_Init,
8513                 as we do it ourselves.
8514
8515 2005-11-02 [colin]      1.9.99cvs7
8516
8517         * po/POTFILES.in
8518                 Add missing files (thanks to Fabien Vantard)
8519
8520 2005-11-02 [colin]      1.9.99cvs6
8521
8522         * src/summaryview.c
8523                 Fix totals when read messages are hidden or quicksearch
8524                 is on
8525         * src/ssl_manager.c
8526         * src/ssl_manager.h
8527         * src/common/ssl_certificate.c
8528         * src/common/ssl_certificate.h
8529         * src/gtk/sslcertwindow.c
8530         * src/gtk/sslcertwindow.h
8531                 Fix copyright on my stuff
8532
8533 2005-11-02 [wwp]        1.9.99cvs5
8534
8535         * src/prefs_themes.c
8536                 fix directory name checking (theme installation/removal),
8537                 made related error a bit more verbose
8538
8539 2005-11-02 [colin]      1.9.99cvs4
8540
8541         * src/summaryview.c
8542                 Fix typo (probably fixes bug #841 (Sort by the From 
8543                 field doesn't work)
8544
8545 2005-11-02 [paul]       1.9.99cvs3
8546
8547         * po/ko.po
8548         * po/nb.po
8549                 updated by SungHyun Nam, Geir Helland
8550         * src/wizard.c
8551                 fix typo in welcome message. spotted by
8552                 Andrea Spadaccini
8553
8554 2005-11-01 [colin]      1.9.99cvs2
8555
8556         * src/compose.c
8557                 Fix replying to ml wen confirming subscription
8558         * src/messageview.c
8559         * src/mimeview.c
8560         * src/mimeview.h
8561         * src/privacy.h
8562         * src/summaryview.c
8563                 Make key check non blocking
8564
8565 2005-10-31 [paul]       1.9.99cvs1
8566
8567         * tools/claws.i18n.status.pl
8568                 updated for ChangeLog
8569
8570 2005-10-31 [paul]       1.9.99
8571
8572         1.9.99 released
8573
8574 2005-10-31 [paul]       1.9.15cvs131
8575
8576         * .cvsignore
8577         * ChangeLog
8578         * ChangeLog.claws       ** REMOVED **
8579         * ChangeLog-gtk2.claws  ** REMOVED **
8580         * ChangeLog.gtk1        ** ADDED **
8581         * INSTALL
8582         * Makefile.am
8583         * NEWS
8584         * README
8585         * README.claws          ** REMOVED **
8586         * README.jp             ** REMOVED **
8587         * RELEASE_NOTES         ** ADDED **
8588         * RELEASE_NOTES.claws   ** REMOVED **
8589         * commitHelper
8590         * configure.ac
8591         * sylpheed.spec.in      ** REMOVED **
8592                 tidy up and update the default docs:
8593                 ChangeLog.claws is renamed ChangeLog.gtk1
8594                 ChangeLog-gtk2.claws is renamed ChangeLog
8595                 README.claws is renamed README
8596                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
8597
8598 2005-10-31 [paul]       1.9.15cvs130
8599
8600         * po/it.po
8601                 fix errors
8602
8603 2005-10-31 [paul]       1.9.15cvs129
8604
8605         * po/ca.po
8606         * po/de.po
8607         * po/en_GB.po
8608         * po/fr.po
8609         * po/it.po
8610         * po/pt_BR.po
8611         * po/sk.po
8612         * po/sr.po
8613         * po/zh_CN.po
8614                 updated by Miquel Oliete, Stephan Sachse and
8615                 Thomas Gilgin, me, Fabien Vantard, Andrea
8616                 Spadaccini, Frederico Goncalves Guimaraes,
8617                 Andrej Kacian, Aleksandar Urosevic, and
8618                 Ralgh Young.
8619
8620 2005-10-31 [mones]      1.9.15cvs128
8621
8622         * manual/faq.xml
8623                 More questions.
8624         
8625         * po/es.po
8626                 Updated for release.
8627
8628 2005-10-30 [colin]      1.9.15cvs127
8629
8630         * src/compose.c
8631                 Place cursor before rewrapping (fixes cursor
8632                 pos if quotation gets rewrapped)
8633
8634 2005-10-29 [paul]       1.9.15cvs126
8635
8636         * src/crash.c
8637         * src/foldersel.c
8638         * src/main.c
8639         * src/messageview.c
8640         * src/toolbar.c
8641         * src/gtk/authors.h
8642                 corrections to text items
8643
8644 2005-10-28 [colin]      1.9.15cvs125
8645
8646         * src/messageview.c
8647                 Make "hit 'C' to check sig" work from extern 
8648                 messageviews
8649
8650 2005-10-27 [colin]      1.9.15cvs124
8651
8652         * src/summaryview.c
8653                 Add a hack to avoid segfaulting when hammering 
8654                 on gtk's events
8655
8656 2005-10-27 [wwp]        1.9.15cvs123
8657
8658         * src/prefs_themes.c
8659                 sort list of themes names in themes prefs
8660
8661 2005-10-27 [paul]       1.9.15cvs122
8662
8663         * src/folder.c
8664         * src/prefs_account.c
8665                 fix building on Solaris
8666                 Patch by Alex Moore
8667
8668 2005-10-27 [wwp]        1.9.15cvs121
8669
8670         * src/summaryview.c
8671         * src/gtk/gtksctree.c
8672                 speed up unselecting messages in summary view (thanks to Colin)
8673
8674 2005-10-27 [paul]       1.9.15cvs120
8675
8676         * src/mainwindow.c
8677                 fix a compilation warning
8678         * src/summaryview.c
8679                 fix updating of 'n items selected' count
8680                 when deselecting
8681
8682 2005-10-27 [martin]     1.9.15cvs119
8683
8684         * src/action.c
8685                 ignore actions with a leading '/' in the action menu name
8686                 fixes a crash on menu creation
8687         * src/prefs_actions.c
8688                 do not allow a leading '/' in the action menu name
8689
8690 2005-10-27 [paul]       1.9.15cvs118
8691
8692         * src/main.c
8693                 fix compilation warning
8694
8695 2005-10-27 [paul]       1.9.15cvs117
8696
8697         * src/procmime.c
8698                 add #if HAVE_LOCALE_H
8699
8700 2005-10-27 [paul]       1.9.15cvs116
8701
8702         * src/plugins/clamav/clamav_plugin.c
8703         * src/plugins/dillo_viewer/dillo_viewer.c
8704         * src/plugins/mathml_viewer/mathml_viewer.c
8705         * src/plugins/pgpcore/plugin.c
8706         * src/plugins/pgpinline/plugin.c
8707         * src/plugins/pgpmime/plugin.c
8708         * src/plugins/spamassassin/spamassassin.c
8709         * src/plugins/trayicon/trayicon.c
8710                 plugin_init() : make error messages more
8711                 informative
8712
8713 2005-10-26 [wwp]        1.9.15cvs115
8714
8715         * src/prefs_matcher.c
8716                 enlarge boolean op widget width a bit (wasn't always showing text contents)
8717
8718 2005-10-26 [wwp]        1.9.15cvs114
8719
8720         * src/procmime.c
8721         * src/gtk/gtksctree.c
8722         * src/plugins/spamassassin/libspamc.c
8723         * src/plugins/spamassassin/spamassassin.c
8724                 fix some compilation warnings more
8725
8726 2005-10-26 [mones]      1.9.15cvs113
8727
8728         * po/es.po
8729                 Updated translation
8730
8731 2005-10-26 [paul]       1.9.15cvs112
8732
8733         * src/prefs_message.c
8734                 give all display_xface stuff the
8735                 #if HAVE_LIBCOMPFACE treatment, thus
8736                 preventing a crash
8737                 (Thanks to Wolfgang Enderlein)
8738
8739 2005-10-26 [colin]      1.9.15cvs111
8740
8741         * src/gedit-print.c
8742                 Fix date format
8743         * src/imap_gtk.c
8744         * src/news_gtk.c
8745                 Remove context menu items that should not be there
8746         * src/jpilot.c
8747                 Fix encoding
8748         * src/main.c
8749         * src/mainwindow.c
8750                 Don't show the mainwindow too soon
8751
8752 2005-10-26 [wwp]        1.9.15cvs110
8753
8754         * src/folder.c
8755         * src/manual.c
8756         * src/summaryview.c
8757                 fix uninitialized pointers in the folder updating hook
8758                 (thanks to Colin)
8759
8760 2005-10-25 [mones]      1.9.15cvs109
8761
8762         * manual/faq.xml
8763                 General information subsection completed. 
8764                 Removed archaic references.
8765                 
8766         * manual/Makefile
8767         * manual/dtd/manual.dsl
8768                 Added customization stylesheet for getting paragraphs
8769                 fully justified in PDF output (as suggested by Colin).
8770
8771 2005-10-25 [colin]      1.9.15cvs108
8772
8773         * src/compose.c
8774                 Fix a second leak
8775
8776 2005-10-25 [colin]      1.9.15cvs107
8777
8778         * src/addrbook.c
8779         * src/addrindex.c
8780                 Fix leak (xml_get_element() allocates memory)
8781         * src/compose.c
8782                 Fix leak + dead code (shame!)
8783         * src/procmime.c
8784                 Fix leak
8785
8786 2005-10-25 [colin]      1.9.15cvs106
8787
8788         * src/mimeview.c
8789                 Fix encoding issue in Save all and in 
8790                 overwrite-confirmation alertpanel
8791
8792 2005-10-25 [colin]      1.9.15cvs105
8793
8794         * src/common/socket.c
8795                 Fix a leak - Thanks to Christopher Aillon
8796                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
8797
8798 2005-10-25 [paul]       1.9.15cvs104
8799
8800         * src/wizard.c
8801                 Always guess servers from the right-hand
8802                 email part and guess username from the
8803                 left-hand part. (Thanks to Colin)
8804                 add an X-Face to the welcome message
8805
8806 2005-10-25 [paul]       1.9.15cvs103
8807
8808         * manual/handling.xml
8809                 written by Colin, edited by me
8810
8811 2005-10-25 [wwp]        1.9.15cvs102
8812
8813         * src/folderview.c
8814         * src/grouplistdialog.c
8815         * src/imap.c
8816         * src/noticeview.c
8817                 fix some compilation warnings
8818
8819 2005-10-24 [paul]
8820
8821         1.9.99-rc3 released
8822
8823 2005-10-24 [paul]       1.9.15cvs101
8824
8825         * src/gtk/about.c
8826                 fix window sizing
8827
8828 2005-10-24 [paul]       1.9.15cvs100
8829
8830         * src/pixmaps/offline.xpm
8831         * src/pixmaps/online.xpm
8832                 replace with last default versions
8833
8834 2005-10-24 [colin]      1.9.15cvs99
8835
8836         * src/imap.c
8837                 Fix bug when moving a folder
8838         * src/imap_gtk.c
8839         * src/mh_gtk.c
8840                 "Delete folder" pops up a window, so it 
8841                 should be suffixed with "..."
8842         * src/plugins/pgpcore/sgpgme.c
8843                 Include locale.h
8844
8845 2005-10-24 [mones]      1.9.15cvs98
8846
8847         * manual/Makefile
8848         * manual/account.xml
8849         * manual/ack.xml
8850         * manual/addrbook.xml
8851         * manual/advanced.xml
8852         * manual/faq.xml
8853         * manual/glossary.xml
8854         * manual/gpl.xml
8855         * manual/handling.xml
8856         * manual/intro.xml
8857         * manual/keyboard.xml
8858         * manual/manual.xml
8859         * manual/plugins.xml
8860         * manual/starting.xml
8861         * manual/dtd/sdocbook.dtd
8862                 Initial manual structure and some content.
8863
8864 2005-10-23 [wwp]        1.9.15cvs97
8865
8866         * src/gtk/about.c
8867                 fix a typo
8868
8869 2005-10-23 [wwp]        1.9.15cvs96
8870
8871         * src/gtk/about.c
8872         * src/gtk/authors.h
8873                 rework of the about window (main work by Paul), also featuring a few
8874                 fixes for typos and duplicate names
8875
8876 2005-10-23 [wwp]        1.9.15cvs95
8877
8878         * src/.cvsignore
8879                 Ignore the right binary name (sylpheed-claws now)
8880
8881 2005-10-23 [paul]       1.9.15cvs94
8882
8883         * src/compose.c
8884                 when using Folder Pref 'Default To for
8885                 replies' make the entry in the Compose
8886                 window bold
8887                 Patch by Fabien Vantard
8888
8889 2005-10-22 [colin]      1.9.15cvs93
8890
8891         * src/codeconv.c
8892                 Fix leak
8893
8894 2005-10-22 [colin]      1.9.15cvs92
8895
8896         * src/codeconv.c
8897                 try to convert using locale (apart utf8) if necessary
8898
8899 2005-10-22 [colin]      1.9.15cvs91
8900
8901         * src/pixmaps/new.xpm
8902         * src/pixmaps/unread.xpm
8903                 Make the unread envelope blue again and
8904                 saturate the new one a bit more.
8905
8906 2005-10-22 [colin]      1.9.15cvs90
8907
8908         * src/compose.c
8909                 When replying to a mail sent by one of our accounts,
8910                 use the original list of recipients. Let 'Reply All'
8911                 and 'Reply to sender' work like previously.
8912
8913 2005-10-21 [colin]      1.9.15cvs89
8914
8915         * src/prefs_filtering.c
8916                 Clear fields after add and replace
8917         * src/textview.c
8918                 Display xface differently (better)
8919         * src/plugins/pgpinline/pgpinline.c
8920                 Fix crappy encodings/recodings
8921
8922 2005-10-21 [paul]       1.9.15cvs88
8923
8924         * src/compose.c
8925         * src/prefs_folder_item.c
8926         * src/toolbar.c
8927                 fix news folder Folder Properties
8928                 (thanks to Colin)
8929         * src/folderview.c
8930                 update folderview after Themes change
8931                 keep selected folder selected
8932                 (thanks to Colin)
8933
8934 2005-10-21 [paul]       1.9.15cvs87
8935
8936         * tools/Makefile.am
8937         * tools/OOo2sylpheed.pl
8938         * tools/README
8939         * tools/README.sylprint
8940         * tools/asus_mailled.sh         ** REMOVED **
8941         * tools/filter_conv.pl
8942         * tools/freshmeat_search.pl
8943         * tools/google_search.pl
8944         * tools/gpg-sign-syl            ** REMOVED **
8945         * tools/kmail2sylpheed.pl
8946         * tools/kmail2sylpheed_v2.pl
8947         * tools/multiwebsearch.pl
8948         * tools/nautilus2sylpheed.sh
8949         * tools/newscache_clean.pl
8950         * tools/outlook2sylpheed.pl
8951         * tools/sylpheed-switcher       ** REMOVED **
8952         * tools/sylprint.pl
8953         * tools/sylprint.rc
8954         * tools/tb2sylpheed
8955         * tools/vcard2xml.py
8956         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8957                 update default config dir
8958                 update binary name (thanks to Fabien Vantard)
8959                 remove obsolete scripts
8960
8961 2005-10-21 [colin]      1.9.15cvs86
8962
8963         * src/inc.c
8964                 Fix possible leak and units. Based on a patch by
8965                 Fabien Vantard.
8966
8967 2005-10-20 [colin]      1.9.15cvs85
8968
8969         * src/textview.c
8970                 Clear xface when clearing textview
8971
8972 2005-10-20 [colin]      1.9.15cvs84
8973
8974         * configure.ac
8975         * src/folderview.c
8976         * src/headerview.c
8977         * src/main.c
8978         * src/prefs_common.c
8979         * src/prefs_common.h
8980         * src/prefs_message.c
8981         * src/textview.c
8982         * src/textview.h
8983         * src/common/defs.h
8984         * src/common/utils.c
8985         * src/common/utils.h
8986         * src/gtk/gtkutils.c
8987         * src/gtk/gtkutils.h
8988                 Migrate config to .sylpheed-claws (Automatically)
8989                 Add a way to get the Xface in the TextView
8990
8991 2005-10-20 [colin]      1.9.15cvs83
8992
8993         * src/gtk/Makefile.am
8994         * src/gtk/about.c
8995         * src/gtk/authors.h
8996                 Make the about dialog *grooovy*
8997
8998 2005-10-20 [colin]      1.9.15cvs82
8999
9000         * src/mimeview.c
9001                 Use "Open with" on double click if no command
9002                 was found
9003
9004 2005-10-20 [colin]      1.9.15cvs81
9005
9006         * src/imap.c
9007         * src/etpan/imap-thread.c
9008                 Fix possible crash.
9009
9010 2005-10-20 [paul]       1.9.15cvs80
9011
9012         * src/folder.c
9013                 don't show clipkey icon if the only
9014                 attachment is the signature
9015                 Patch by Colin
9016
9017 2005-10-20 [paul]       1.9.15cvs79
9018
9019         * AUTHORS
9020         * src/plugins/pgpmime/pgpmime.c
9021                 name the PGP/MIME signature 'signature.asc'
9022                 Patch by Andrew Nelson <freeandy@gmail.com>
9023
9024 2005-10-19 [colin]      1.9.15cvs78
9025
9026         * src/plugins/pgpmime/pgpmime.c
9027                 Oops, no need to double-check though
9028
9029 2005-10-19 [colin]      1.9.15cvs77
9030
9031         * src/plugins/pgpinline/pgpinline.c
9032         * src/plugins/pgpmime/pgpmime.c
9033                 Check that my_tmpfile() doesn't 
9034                 return NULL
9035
9036 2005-10-19 [colin]      1.9.15cvs76
9037
9038         * src/common/utils.c
9039                 Use shorter mime boundaries to avoid having
9040                 MTAs rewrapping our headers, breaking the
9041                 PGP signature in the process 
9042         * src/compose.c
9043         * src/plugins/pgpmime/pgpmime.c
9044                 Check for boundary uniqueness to be sure
9045                 it won't happen, instead of hoping for the
9046                 best
9047
9048 2005-10-19 [colin]      1.9.15cvs75
9049
9050         * sylpheed-claws.desktop
9051         * src/Makefile.am
9052         * src/main.c
9053                 Ship a sylpheed-claws binary instead
9054                 of a sylpheed one. Change the socket
9055                 name, too
9056         * src/folderview.c
9057                 Update folder only if it changed
9058         * src/wizard.c
9059                 Fix i18n in welcome mail, patch by
9060                 Fabien Vantard
9061
9062 2005-10-19 [paul]
9063
9064         1.9.99-rc2 released
9065
9066 2005-10-19 [paul]       1.9.15cvs74
9067
9068         * src/folder.c
9069         * src/folderview.c
9070                 fix summaryview update
9071                 Patch by Colin
9072
9073 2005-10-18 [colin]      1.9.15cvs73
9074
9075         * src/plugins/pgpcore/passphrase.c
9076                 Don't XGrabServer, and try a bit more to 
9077                 sync everything before grabbing mouse/keyboard
9078
9079 2005-10-18 [colin]      1.9.15cvs72
9080
9081         * src/Makefile.am
9082         * src/addressadd.c
9083         * src/addressbook.c
9084         * src/folderview.c
9085         * src/grouplistdialog.c
9086         * src/mimeview.c
9087         * src/stock_pixmap.c
9088         * src/stock_pixmap.h
9089         * src/summaryview.c
9090         * src/gtk/gtksctree.c
9091         * src/gtk/gtksctree.h
9092         * src/pixmaps/empty.xpm
9093                 Implement a wrapper call for gtk_ctree_set_node_info
9094                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9095                 pixmap instead of a NULL one. This works around some
9096                 memory problems deep inside gtk, revealed by valgrind,
9097                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9098                 as locked crashes sylpheed.), as well as, probably, 
9099                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9100
9101 2005-10-17 [colin]      1.9.15cvs71
9102
9103         * src/mimeview.c
9104                 Provide visual feedback when checking
9105                 signature
9106
9107 2005-10-17 [colin]      1.9.15cvs70
9108
9109         * src/main.c
9110                 Keep the folder list frozen while checking caches...
9111
9112 2005-10-17 [colin]      1.9.15cvs69
9113
9114         * src/addr_compl.c
9115                 Fi bug #833 (Autocompleting from addressbook 
9116                 fails with extended chars)
9117         * src/imap.c
9118                 Fix 'adding messages' staying in statusbar
9119                 after an error
9120
9121 2005-10-17 [wwp]        1.9.15cvs68
9122
9123         * src/ssl_manager.c
9124                 Fix buttons' layout resizing when window size changes
9125
9126 2005-10-17 [wwp]        1.9.15cvs67
9127
9128         * src/account.c
9129         * src/prefs_account.c
9130         * src/prefs_common.c
9131         * src/prefs_common.h
9132         * src/prefs_folder_item.c
9133         * src/prefs_gtk.c
9134         * src/gtk/logwindow.c
9135         * src/gtk/pluginwindow.c
9136         * src/gtk/prefswindow.c
9137         * src/gtk/prefswindow.h
9138                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9139
9140 2005-10-17 [paul]       1.9.15cvs66
9141
9142         * configure.ac
9143                 fix missing libetpan message
9144         * po/en_GB.po
9145                 updated
9146         * src/crash.c
9147         * src/manual.c
9148         * src/prefs_themes.c
9149         * src/common/defs.h
9150                 add some new URI defines, change some
9151                 others
9152         * src/wizard.c
9153                 make welcome message translatable
9154                 small improvements to english
9155                 other tweaks
9156         * src/gtk/menu.c
9157                 fix warnings
9158
9159 2005-10-17 [paul]       1.9.15cvs65
9160
9161         * src/summaryview.c
9162                 fix column titles
9163
9164 2005-10-16 [mones]      1.9.15cvs64
9165
9166         * po/es.po
9167                 Updated translation
9168
9169 2005-10-16 [colin]
9170
9171         1.9.99-rc1 released
9172
9173 2005-10-16 [colin]      1.9.15cvs63
9174
9175         * src/wizard.c
9176                 Fix whitespace
9177
9178 2005-10-16 [colin]      1.9.15cvs62
9179
9180         * src/toolbar.c
9181                 s/Get All/Get Mail/
9182         * src/wizard.c
9183                 Real welcome mail text, thanks Paul
9184
9185 2005-10-16 [colin]      1.9.15cvs61
9186
9187         * src/editldap.c
9188         * src/exporthtml.c
9189         * src/main.c
9190         * src/mainwindow.c
9191         * src/prefs_themes.c
9192         * src/prefs_toolbar.c
9193         * src/plugins/demo/demo.c
9194         * src/plugins/trayicon/trayicon.c
9195                 s/Sylpheed/Sylpheed-Claws/
9196
9197 2005-10-16 [colin]      1.9.15cvs60
9198
9199         * src/wizard.c
9200                 Add a welcome email in the first empty mailbox
9201         * src/prefs_common.c
9202                 Change one more default
9203
9204 2005-10-16 [colin]      1.9.15cvs59
9205
9206         * src/wizard.c
9207                 Remove printf
9208
9209 2005-10-16 [colin]      1.9.15cvs58
9210
9211         * src/toolbar.c
9212         * src/prefs_common.c
9213                 Change some defaults
9214
9215 2005-10-16 [colin]      1.9.15cvs57
9216
9217         * src/toolbar.c
9218         * src/prefs_common.c
9219                 Change some defaults
9220
9221 2005-10-16 [colin]      1.9.15cvs56
9222
9223         * src/wizard.c
9224                 By default, initialize fonts to have
9225                 the same size as normal GtkWidgets
9226
9227 2005-10-16 [colin]      1.9.15cvs55
9228
9229         * src/mimeview.c
9230                 Fix message a bit more
9231
9232 2005-10-16 [colin]      1.9.15cvs54
9233
9234         * src/addressbook.c
9235                 Second attempt at flicker fixing
9236
9237 2005-10-16 [colin]      1.9.15cvs53
9238
9239         * src/addressbook.c
9240                 Fix flicker
9241
9242 2005-10-16 [wwp]        1.9.15cvs52
9243
9244         * src/addressbook.c
9245         * src/editaddress.c
9246         * src/prefs_common.c
9247         * src/prefs_common.h
9248                 Remember window sizes (address book)
9249
9250 2005-10-16 [wwp]        1.9.15cvs51
9251
9252         * src/plugins/clamav/clamav_plugin_gtk.c
9253         * src/plugins/spamassassin/spamassassin_gtk.c
9254                 Fix compilation warnings (missing #include).
9255
9256 2005-10-16 [colin]      1.9.15cvs50
9257
9258         * src/mimeview.c
9259         * src/summaryview.c
9260         * src/textview.c
9261                 Make 'c' check signature, and forward
9262                 c, l, y, t from summaryview to mimeview
9263
9264 2005-10-16 [colin]      1.9.15cvs49
9265
9266         * src/addressbook.c
9267                 Put border around buttons
9268         * src/mainwindow.c
9269         * src/summaryview.c
9270                 Rework menus (Patch based on a patch
9271                 by Paul)
9272
9273 2005-10-15 [wwp]        1.9.15cvs48
9274
9275         * src/editjpilot.c
9276         * src/editldap.c
9277         * src/editvcard.c
9278         * src/exphtmldlg.c
9279         * src/expldifdlg.c
9280         * src/export.c
9281         * src/import.c
9282         * src/importldif.c
9283         * src/importmutt.c
9284         * src/importpine.c
9285         * src/prefs_account.c
9286         * src/prefs_spelling.c
9287         * src/gtk/gtkutils.c
9288         * src/gtk/gtkutils.h
9289         * src/plugins/clamav/clamav_plugin_gtk.c
9290         * src/plugins/spamassassin/spamassassin_gtk.c
9291                 use nicer browse-for-file/dir buttons than the "..." ones,
9292                 code factorizing more.
9293
9294 2005-10-14 [colin]      1.9.15cvs47
9295
9296         * src/mainwindow.c
9297                 set relief on the account switcher so that people see it
9298                 grey out Create processing rules when no message is selected
9299         * src/prefs_filtering.c
9300                 ask before closing if the rule has not been modified, even if
9301                 it's not valid
9302         * src/prefs_matcher.c
9303                 fix sensitivity when entering the dialog
9304         * src/gtk/inputdialog.c
9305                 display a better icon on password ask
9306         * src/plugins/pgpcore/passphrase.c
9307                 make the dialog look better
9308
9309 2005-10-14 [paul]       1.9.15cvs46
9310
9311         * src/folderview.c
9312                 indicate presense of marked msgs in
9313                 unexpanded subfolders
9314
9315 2005-10-14 [paul]       1.9.15cvs45
9316
9317         * src/prefs_actions.c
9318         * src/prefs_common.c
9319         * src/prefs_common.h
9320         * src/prefs_filtering_action.c
9321         * src/prefs_matcher.c
9322         * src/prefs_template.c
9323                 remember window sizes
9324                 fix Info button size
9325
9326         Patches by wwp
9327
9328 2005-10-13 [colin]      1.9.15cvs44
9329
9330         * src/mimeview.c
9331         * src/noticeview.c
9332         * src/noticeview.h
9333                 Add a tooltip on the icon (optional) 
9334                 Get rid of the signature buttons and only
9335                 use the icon+tooltip
9336
9337 2005-10-13 [colin]      1.9.15cvs43
9338
9339         * src/noticeview.c
9340         * src/noticeview.h
9341                 Add hand cursor for hovering over icon
9342
9343 2005-10-13 [colin]      1.9.15cvs42
9344
9345         * src/summaryview.c
9346                 Fix crash when quicksearch's hidden 
9347                 at startup
9348
9349 2005-10-13 [colin]      1.9.15cvs41
9350
9351         * src/compose.c
9352                 Set subject when forwarding multiple mails
9353                 Check that other recipient than the default Cc or Bcc
9354                 have been set before sending.
9355
9356 2005-10-13 [colin]      1.9.15cvs40
9357
9358         * src/imap.c
9359                 Batch per-folder
9360                 Introduce locking, but don't use it yet
9361
9362 2005-10-13 [colin]      1.9.15cvs39
9363
9364         * src/gtk/quicksearch.c
9365                 Reset quicksearch when hiding it
9366                 Make sticky a real pref
9367
9368 2005-10-13 [colin]      1.9.15cvs38
9369
9370         * src/summaryview.c
9371                 Faster prefs apply
9372
9373 2005-10-13 [colin]      1.9.15cvs37
9374
9375         * src/mimeview.c
9376         * src/noticeview.c
9377         * src/noticeview.h
9378         * src/plugins/pgpcore/sgpgme.c
9379                 Make privacy icon clickable
9380                 Move Trust field in Full info
9381                 When trust is less than full, don't display
9382                 a warning icon
9383
9384 2005-10-13 [colin]      1.9.15cvs36
9385
9386         * src/folder.c
9387                 Batch on flags sync
9388         * src/folderview.c
9389                 Revert speed hack which is dangerous in fact
9390                 Apply prefs faster
9391
9392 2005-10-13 [colin]      1.9.15cvs35
9393
9394         * src/folder_item_prefs.c
9395                 Fix pref corruption on folder move. Patch
9396                 by wwp
9397
9398 2005-10-13 [paul]       1.9.15cvs34
9399
9400         * src/export.c
9401         * src/import.c
9402                 fix typos in g_warnings
9403         * src/prefs_account.c
9404                 add a file selector for Signature file
9405
9406         Patches by wwp
9407
9408 2005-10-12 [colin]      1.9.15cvs33
9409
9410         * src/mimeview.c
9411                 Provide a quick way to go back from a
9412                 signature's full info to the email part
9413
9414 2005-10-12 [colin]      1.9.15cvs32
9415
9416         * src/compose.c
9417                 Remove old hack of encoding signed mails with base64.
9418                 QP works equally well.
9419
9420 2005-10-12 [colin]      1.9.15cvs31
9421
9422         * src/crash.c
9423                 Replace deprecated GtkText with GtkTextView
9424         * src/imap.c
9425                 Fix a logic bug about counts in imap_select
9426                 (previously un-triggered)
9427         * src/mainwindow.c
9428         * src/summaryview.c
9429         * src/news.c
9430                 Allow local deletion of news posts
9431         * src/mimeview.c
9432                 Show GPG noticeview on the message/rfc822 part
9433                 in addition to the text/plain one
9434         * src/prefs_image_viewer.c
9435           src/plugins/pgpcore/prefs_gpg.c
9436                 Polish (set the label as part of the checkbox)
9437         * src/wizard.c
9438                 Don't sit there doing nothing after destroying
9439                 the window - return err
9440
9441 2005-10-11 [colin]      1.9.15cvs30
9442
9443         * src/folderview.c
9444                 Apply processing rules before showing folders.
9445                 Early folder show (before flags sync) will only
9446                 be done when there are no processing rules (nor
9447                 pre- or post- ones)
9448         * src/imap.c
9449                 Fix stuff related to mail subdir, creation and 
9450                 deletion of folders 
9451         * src/imap_gtk.c
9452                 Don't allow creation of folders in NoInferior
9453                 folders, as it won't work
9454
9455 2005-10-10 [colin]      1.9.15cvs29
9456
9457         * src/compose.c
9458                 Reselect "None" Privacy system when selecting an
9459                 account with no privacy system defined
9460
9461 2005-10-10 [colin]      1.9.15cvs28
9462
9463         * src/mainwindow.c
9464                 Add Windows-1252 encoding
9465         * src/prefs_common.c
9466                 Rework some defaults:
9467                 - autosave to draft by default
9468                 - don't show header pane (it's already in the textview)
9469                 - Select first new or unread mail on entry
9470                 - Assume 'Yes' to change folder when there's no more
9471                   unread message
9472         * src/prefs_matcher.c
9473                 Fix a gtk assertion failure
9474         * src/gtk/colorlabel.c
9475                 Workaround bad repainting on selection
9476         * src/main.c
9477                 Freeze/thaw (a bit faster on ssh -X)
9478         * src/msgcache.c
9479                 Get rid of StrdupConverter that just adds an
9480                 extra strdup/free 
9481         * src/etpan/imap_thread.c
9482                 memset buf to 0
9483
9484 2005-10-10 [colin]      1.9.15cvs27
9485
9486         * src/export.c
9487         * src/import.c
9488                 Fix compile on gtk 2.4. Patch by wwp
9489
9490 2005-10-09 [colin]      1.9.15cvs26
9491
9492         * src/mainwindow.c
9493         * src/messageview.c
9494         * src/summaryview.c
9495                 Clarify forward menus. Patch by wwp
9496
9497 2005-10-09 [colin]      1.9.15cvs25
9498
9499         * src/compose.c
9500         * src/compose.h
9501                 Fix bug #829 (Non-working "Encrypt message by 
9502                 default when replying to an encrypted message")
9503
9504 2005-10-08 [colin]      1.9.15cvs24
9505
9506         * src/wizard.c
9507                 Fix bug #827 ("Welcome" setup wizard after a 
9508                 permission error gives up & forgets itself.)
9509
9510 2005-10-08 [colin]      1.9.15cvs23
9511
9512         * src/procmime.c
9513                 Fix bug #828 (Ignoring headers with spaces around = sign)
9514
9515 2005-10-08 [colin]      1.9.15cvs22
9516
9517         * src/export.c
9518                 Warning fix by wwp
9519
9520 2005-10-08 [colin]      1.9.15cvs21
9521
9522         * src/folder.c
9523         * src/folder.h
9524                 Add a processing_pending indicator, set on 
9525                 folder_item_open and cleared after 
9526                 folder_item_process_open
9527         * src/folderview.c
9528         * src/summaryview.c
9529                 wrap procmsg_msginfo_*_flags, and in the
9530                 wrapper check that there's no folder processing 
9531                 pending. If there is, defer the flags change until 
9532                 processing is done to avoid stepping over each
9533                 other's toes.
9534                 Freeze during processing, but not during scanning.
9535
9536 2005-10-07 [colin]      1.9.15cvs20
9537
9538         * src/plugins/pgpcore/passphrase.c
9539                 Fix bug #826 (X-Server hangs when 
9540                 right-clicking a PGP encrypted message)
9541
9542 2005-10-07 [paul]       1.9.15cvs19
9543
9544         * src/compose.c
9545                 fix compose_entries[]
9546                 patch by Fabien Vantard
9547
9548 2005-10-06 [colin]      1.9.15cvs18
9549
9550         * src/pixmaps/address.xpm
9551         * src/pixmaps/address_book.xpm
9552         * src/pixmaps/book.xpm
9553         * src/pixmaps/check_spelling.xpm
9554         * src/pixmaps/checkbox_off.xpm
9555         * src/pixmaps/checkbox_on.xpm
9556         * src/pixmaps/close.xpm
9557         * src/pixmaps/complete.xpm
9558         * src/pixmaps/continue.xpm
9559         * src/pixmaps/deleted.xpm
9560         * src/pixmaps/down_arrow.xpm
9561         * src/pixmaps/exec.xpm
9562         * src/pixmaps/forwarded.xpm
9563         * src/pixmaps/group.xpm
9564         * src/pixmaps/ignorethread.xpm
9565         * src/pixmaps/interface.xpm
9566         * src/pixmaps/jpilot.xpm
9567         * src/pixmaps/ldap.xpm
9568         * src/pixmaps/linewrap.xpm
9569         * src/pixmaps/linewrapcurrent.xpm
9570         * src/pixmaps/mail.xpm
9571         * src/pixmaps/mail_attach.xpm
9572         * src/pixmaps/mail_compose.xpm
9573         * src/pixmaps/mail_forward.xpm
9574         * src/pixmaps/mail_receive.xpm
9575         * src/pixmaps/mail_receive_all.xpm
9576         * src/pixmaps/mail_reply.xpm
9577         * src/pixmaps/mail_reply_to_all.xpm
9578         * src/pixmaps/mail_reply_to_author.xpm
9579         * src/pixmaps/mail_send.xpm
9580         * src/pixmaps/mail_send_queue.xpm
9581         * src/pixmaps/mime_application.xpm
9582         * src/pixmaps/mime_audio.xpm
9583         * src/pixmaps/mime_image.xpm
9584         * src/pixmaps/mime_message.xpm
9585         * src/pixmaps/mime_text_enriched.xpm
9586         * src/pixmaps/mime_text_html.xpm
9587         * src/pixmaps/mime_text_plain.xpm
9588         * src/pixmaps/mime_unknown.xpm
9589         * src/pixmaps/new.xpm
9590         * src/pixmaps/news_compose.xpm
9591         * src/pixmaps/offline.xpm
9592         * src/pixmaps/online.xpm
9593         * src/pixmaps/paste.xpm
9594         * src/pixmaps/preferences.xpm
9595         * src/pixmaps/privacy_emblem_encrypted.xpm
9596         * src/pixmaps/privacy_expired.xpm
9597         * src/pixmaps/privacy_failed.xpm
9598         * src/pixmaps/privacy_passed.xpm
9599         * src/pixmaps/privacy_signed.xpm
9600         * src/pixmaps/privacy_unknown.xpm
9601         * src/pixmaps/privacy_warn.xpm
9602         * src/pixmaps/properties.xpm
9603         * src/pixmaps/replied.xpm
9604         * src/pixmaps/search.xpm
9605         * src/pixmaps/unread.xpm
9606         * src/pixmaps/up_arrow.xpm
9607         * src/pixmaps/vcard.xpm
9608                 Modernize internal theme, with icons from the 
9609                 Gnomaws theme. Keep some of the old ones where
9610                 they were better.
9611
9612 2005-10-06 [colin]      1.9.15cvs17
9613
9614         * src/summaryview.c
9615                 Little optimisations + bugfix
9616         * src/toolbar.c
9617                 Remove default useless items - useless being defined
9618                 by the default relevant prefs
9619         * src/wizard.c
9620                 include config.h to make gettext work
9621         * src/prefs_themes.c
9622                 Fix selection of current theme in prefs
9623
9624 2005-10-06 [colin]      1.9.15cvs16
9625
9626         * src/prefs_common.c
9627         * src/prefs_common.h
9628         * src/prefs_summaries.c
9629         * src/folderview.c
9630                 Add a warning dialog on Mark all read 
9631                 (with pref to get rid of it)
9632
9633 2005-10-06 [paul]       1.9.15cvs15
9634
9635         * po/nb.po
9636         * po/pt_BR.po
9637                 updated by Geir Helland and Frederico
9638                 Goncalves Guimaraes
9639
9640 2005-10-05 [colin]      1.9.15cvs14
9641
9642         * src/folder.c
9643         * src/folder.h
9644         * src/folderview.c
9645         * src/folderview.h
9646         * src/imap_gtk.c
9647         * src/mh_gtk.c
9648         * src/mainwindow.c
9649         * src/setup.c
9650                 add a way to rescan without rebuilding
9651                 make moving a bit faster (less folders changes)
9652                 don't lock the tree on Get 
9653         * src/imap.c
9654                 Don't re-delete deleted messages before expunging
9655         * src/summaryview.c
9656                 Set batch mode when deleting mails
9657
9658 2005-10-05 [paul]       1.9.15cvs13
9659
9660         * src/mainwindow.c
9661         * src/mainwindow.h
9662                 fix disabled Execute menu item
9663         * src/toolbar.c
9664                 match the change in 1.9.15cvs10: use Compose
9665                 instead of News by default
9666
9667 2005-10-04 [colin]      1.9.15cvs12
9668
9669         * src/compose.c
9670                 When replying to an ML post with Reply-To set
9671                 to the poster's email, honor it (as before),
9672                 but also honor our user's request to reply to
9673                 the mailing list: set the ML address in the To
9674                 field and the Reply-To address in the Cc: 
9675                 field.
9676
9677 2005-10-04 [colin]      1.9.15cvs11
9678
9679         * src/plugins/trayicon/trayicon.c
9680                 Finish cosmetic change - thanks to wwp
9681
9682 2005-10-04 [colin]      1.9.15cvs10
9683
9684         * src/toolbar.c
9685                 Use Compose instead of Email by default.
9686                 Spotted by wwp.
9687
9688 2005-10-04 [colin]      1.9.15cvs9
9689
9690         * src/folder.c
9691         * src/folder.h
9692         * src/folderview.c
9693         * src/imap.c
9694         * src/etpan/imap-thread.c
9695         * src/etpan/imap-thread.h
9696                 Try to make IMAP faster, by simplifying SEARCH
9697                 commands, avoiding sending two STATUS in a row,
9698                 and deferring flags sync and processing just
9699                 after displaying the folder. 
9700                 This will update the SummaryView in certain
9701                 cases (new mails not already fetched, flags
9702                 changed from another client) but in a non-
9703                 blocking manner.
9704
9705 2005-10-04 [colin]      1.9.15cvs8
9706
9707         * src/plugins/trayicon/trayicon.c
9708                 Relabel "Offline" to "Work offline"
9709
9710 2005-10-04 [colin]      1.9.15cvs7
9711
9712         * src/export.c
9713         * src/import.c
9714         * src/mbox.c
9715                 Fix mbox import/export buglets
9716                 Patch by wwp
9717         * src/plugins/trayicon/trayicon.c
9718                 Add offline swithc
9719                 Patch by wwp
9720
9721 2005-10-04 [colin]      1.9.15cvs6
9722
9723         * src/folder.c
9724         * src/folderview.c
9725         * src/summaryview.c
9726                 Better fix (don't break mark all read) for cvs2
9727
9728 2005-10-03 [colin]      1.9.15cvs5
9729
9730         * src/folder.c
9731                 Use a sane sort by default
9732
9733 2005-10-03 [colin]      1.9.15cvs4
9734
9735         * src/inc.c
9736                 Add a 'Only once' button for overriding offline mode
9737         * src/prefs_account.c
9738         * src/wizard.c
9739                 Add Local mbox to the wizard
9740                 Add IMAP subdir to the wizard (or the wizard is useless
9741                 for such accounts, or even worse than useless)
9742                 Move IMAP subdir from Advanced to Receive tab, as it's
9743                 not that uncommon
9744
9745 2005-10-03 [colin]      1.9.15cvs3
9746
9747         * src/send_message.c
9748                 Forgot this one in cvs1
9749
9750 2005-10-03 [colin]      1.9.15cvs2
9751
9752         * src/folder.c
9753                 Faster close when leaving a folder with lots
9754                 of new mails. Idea by David Relson.
9755
9756 2005-10-03 [colin]      1.9.15cvs1
9757
9758         * src/compose.c
9759         * src/imap.c
9760         * src/inc.c
9761         * src/main.c
9762         * src/messageview.c
9763         * src/news.c
9764         * src/summaryview.c
9765         * src/gtk/sslcertwindow.c
9766         * src/plugins/trayicon/trayicon.c
9767                 Add accels to every AlertPanel. Patch by Fabien 
9768                 Vantard
9769
9770 2005-10-03 [paul]       1.9.15
9771
9772         1.9.15 released
9773
9774 2005-10-03 [paul]       1.9.14cvs68
9775
9776         * po/ca.po
9777         * po/de.po
9778         * po/es.po
9779         * po/fi.po
9780         * po/fr.po
9781         * po/sk.po
9782         * po/sr.po
9783         * po/zh_CN.po
9784                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9785                 Mones Lastra, Tommi Pirinen, Fabien vantard,
9786                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
9787
9788 2005-10-03 [paul]       1.9.14cvs67
9789
9790         * src/send_message.c
9791                 prevent hang on Cancel
9792                 patch by Colin
9793
9794 2005-10-03 [paul]       1.9.14cvs66
9795
9796         * src/main.c
9797                 fix crash in IMAP caused by discrepancy
9798                 between check_at_startup and offline mode
9799                 Patch by Colin
9800
9801 2005-10-01 [paul]       1.9.14cvs65
9802
9803         * src/inc.c
9804                 fix engrish
9805
9806 2005-10-01 [paul]       1.9.14cvs64
9807         * src/export.c
9808         * src/import.c
9809                 synchronise import_mbox() and export_mbox()
9810         * src/mbox.c
9811                 proc_mbox(): add alert if file cannot be opened
9812                 export_list_to_mbox(): test if dest file exists,
9813                 prompt user to overwrite if it does. add alert
9814                 if file cannot be created
9815                                                                 
9816         Patch by wwp
9817                                                                                                                 
9818
9819 2005-09-30 [paul]       1.9.14cvs63
9820
9821         * src/addressbook.c
9822                 Fix sensitivity of a menu
9823         * src/codeconv.c
9824                 Respect hidden pref for mails with no encoding
9825         * src/common/xml.c
9826                 Fix memory corruption
9827         * src/plugins/pgpcore/sgpgme.c
9828                 Fix segfault on incomplete sigs, and display
9829                 of S/Mime UIDs
9830
9831         Patches by Colin
9832
9833 2005-09-30 [colin]      1.9.14cvs62
9834
9835         * src/partial_download.c
9836                 Little logic fix in almost-dead code
9837         * src/pop.c
9838                 Fix partial download when there's no new mail
9839
9840 2005-09-29 [paul]       1.9.14cvs61
9841
9842         * src/plugins/pgpinline/pgpinline.c
9843                 fix bug 819, 'crash accessing sign message'
9844                 Patch by Colin
9845
9846 2005-09-28 [martin]     1.9.14cvs60
9847
9848         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9849                 fix bug #790 (Crash when restarting window manager (fluxbox))
9850
9851 2005-09-28 [paul]       1.9.14cvs59
9852
9853         * src/gtk/gtkaspell.c
9854                 fix off-by-one typo
9855
9856 2005-09-27 [colin]      1.9.14cvs58
9857
9858         * src/plugins/pgpcore/sgpgme.c
9859                 Report error when there's one, instead of
9860                 "Signature unchecked" 
9861
9862 2005-09-27 [colin]      1.9.14cvs57
9863
9864         * src/prefs_quote.c
9865                 Fix bug #816 (Weird quotation with spaces)
9866
9867 2005-09-27 [colin]      1.9.14cvs56
9868
9869         * src/codeconv.c
9870         * src/compose.c
9871         * src/compose.h
9872                 Put subject in compose's title
9873                 Fix Automatic encoding so that it's really automatic:
9874                 first try default locale's charset, then charset of the replied mail, 
9875                 then utf-8
9876                 Fix encoding of headers (must be in strict mode too)
9877
9878 2005-09-26 [colin]      1.9.14cvs55
9879
9880         * src/gtk/gtkaspell.c
9881                 Fix previous patch - don't color the space,
9882                 just uncolor it :)
9883
9884 2005-09-26 [colin]      1.9.14cvs54
9885
9886         * src/gtk/gtkaspell.c
9887                 Unmark space if possible
9888
9889 2005-09-26 [colin]      1.9.14cvs53
9890
9891         * src/imap.c
9892                 log_error instead of alertpanel according to the pref
9893         * src/etpan/imap-thread.c
9894                 Print connect status, copy only necessary size to 
9895                 logger
9896         * src/plugins/pgpmime/pgpmime.c
9897                 Handle S/Mime signatures (verification only). Patch based
9898                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
9899
9900 2005-09-26 [paul]       1.9.14cvs52
9901
9902         * src/common/passcrypt.c
9903                 this 'workaround' not necessary on NetBSD.
9904                 Thanks to Daniel Gustafson
9905
9906 2005-09-26 [paul]
9907
9908         1.9.15-rc4 released
9909
9910 2005-09-26 [paul]       1.9.14cvs51
9911
9912         * src/summaryview.c
9913                 Skip currently selected message when
9914                 looking for next new or unread message
9915                 in current folder. Patch by Colin
9916         * src/common/passcrypt.c
9917                 eliminate warnings on *BSD. Patch by
9918                 Daniel Gustafson
9919
9920 2005-09-26 [colin]      1.9.14cvs50
9921
9922         * src/procmsg.c
9923                 Call postfiltering hook anyway
9924
9925 2005-09-22 [colin]      1.9.14cvs49
9926
9927         * src/codeconv.c
9928         * src/codeconv.h
9929                 Add a strict mode that doesn't replace with _
9930         * src/compose.c
9931         * src/compose.h
9932                 Use strict conversion while sending
9933                 Fix race when drafting while sending (happens
9934                 on IMAP)
9935                 Fix d'n'd of messages from summaryview
9936         * src/prefs_common.c
9937         * src/prefs_common.h
9938                 add hidden utf8_instead_of_locale_for_broken_mail 
9939                 pref for people that preferred the default charset 
9940                 to be utf8 for broken mails
9941         * src/quote_fmt_parse.y
9942                 fix bug #815 (No quote insert if "From:" fied 
9943                 contained Russian letters)
9944         * src/summaryview.c
9945                 Fix d'n'd of messages to compose
9946
9947 2005-09-22 [paul]       1.9.14cvs48
9948
9949         * src/compose.c
9950                 fix bug where attachments Name entry
9951                 would display Path instead
9952
9953 2005-09-21 [paul]       1.9.14cvs47
9954
9955         * README
9956         * README.jp
9957         * configure.ac
9958         * config/config.rpath
9959         * doc/manual/en/sylpheed-20.html
9960         * doc/manual/es/sylpheed-20.html
9961         * po/bg.po
9962         * po/ca.po
9963         * po/de.po
9964         * po/es.po
9965         * po/fr.po
9966         * po/it.po
9967         * po/pt_BR.po
9968         * po/sk.po
9969         * po/zh_TW.po
9970         * src/account.c
9971         * src/account.h
9972         * src/action.c
9973         * src/action.h
9974         * src/adbookbase.h
9975         * src/addr_compl.c
9976         * src/addr_compl.h
9977         * src/addrbook.c
9978         * src/addrbook.h
9979         * src/addrcache.c
9980         * src/addrcache.h
9981         * src/addrcindex.c
9982         * src/addrcindex.h
9983         * src/addrclip.c
9984         * src/addrclip.h
9985         * src/addrdefs.h
9986         * src/addressadd.c
9987         * src/addressadd.h
9988         * src/addressbook.c
9989         * src/addressbook.h
9990         * src/addressitem.h
9991         * src/addrgather.c
9992         * src/addrgather.h
9993         * src/addrharvest.c
9994         * src/addrharvest.h
9995         * src/addrindex.c
9996         * src/addrindex.h
9997         * src/addritem.c
9998         * src/addritem.h
9999         * src/addrquery.c
10000         * src/addrquery.h
10001         * src/addrselect.c
10002         * src/addrselect.h
10003         * src/alertpanel.c
10004         * src/alertpanel.h
10005         * src/browseldap.c
10006         * src/browseldap.h
10007         * src/codeconv.c
10008         * src/codeconv.h
10009         * src/compose.c
10010         * src/compose.h
10011         * src/crash.c
10012         * src/crash.h
10013         * src/customheader.c
10014         * src/customheader.h
10015         * src/displayheader.c
10016         * src/displayheader.h
10017         * src/editaddress.c
10018         * src/editaddress.h
10019         * src/editbook.c
10020         * src/editbook.h
10021         * src/editgroup.c
10022         * src/editgroup.h
10023         * src/editjpilot.c
10024         * src/editjpilot.h
10025         * src/editldap.c
10026         * src/editldap.h
10027         * src/editldap_basedn.c
10028         * src/editldap_basedn.h
10029         * src/editvcard.c
10030         * src/editvcard.h
10031         * src/enriched.c
10032         * src/enriched.h
10033         * src/exphtmldlg.c
10034         * src/exphtmldlg.h
10035         * src/expldifdlg.c
10036         * src/expldifdlg.h
10037         * src/export.c
10038         * src/export.h
10039         * src/exporthtml.c
10040         * src/exporthtml.h
10041         * src/exportldif.c
10042         * src/exportldif.h
10043         * src/filtering.c
10044         * src/filtering.h
10045         * src/folder.c
10046         * src/folder.h
10047         * src/folder_item_prefs.c
10048         * src/folder_item_prefs.h
10049         * src/foldersel.c
10050         * src/foldersel.h
10051         * src/folderutils.c
10052         * src/folderutils.h
10053         * src/folderview.c
10054         * src/folderview.h
10055         * src/grouplistdialog.c
10056         * src/grouplistdialog.h
10057         * src/headerview.c
10058         * src/headerview.h
10059         * src/html.c
10060         * src/html.h
10061         * src/image_viewer.c
10062         * src/image_viewer.h
10063         * src/imap.c
10064         * src/imap.h
10065         * src/imap_gtk.c
10066         * src/imap_gtk.h
10067         * src/import.c
10068         * src/import.h
10069         * src/importldif.c
10070         * src/importldif.h
10071         * src/importmutt.c
10072         * src/importmutt.h
10073         * src/importpine.c
10074         * src/importpine.h
10075         * src/inc.c
10076         * src/inc.h
10077         * src/jpilot.c
10078         * src/jpilot.h
10079         * src/ldapctrl.c
10080         * src/ldapctrl.h
10081         * src/ldaplocate.c
10082         * src/ldaplocate.h
10083         * src/ldapquery.c
10084         * src/ldapquery.h
10085         * src/ldapserver.c
10086         * src/ldapserver.h
10087         * src/ldaputil.c
10088         * src/ldaputil.h
10089         * src/ldif.c
10090         * src/ldif.h
10091         * src/localfolder.c
10092         * src/localfolder.h
10093         * src/main.c
10094         * src/main.h
10095         * src/mainwindow.c
10096         * src/mainwindow.h
10097         * src/manual.c
10098         * src/manual.h
10099         * src/matcher.c
10100         * src/matcher.h
10101         * src/matcher_parser.h
10102         * src/matcher_parser_lex.l
10103         * src/matcher_parser_parse.y
10104         * src/mbox.c
10105         * src/mbox.h
10106         * src/message_search.c
10107         * src/message_search.h
10108         * src/messageview.c
10109         * src/messageview.h
10110         * src/mh.c
10111         * src/mh.h
10112         * src/mh_gtk.c
10113         * src/mh_gtk.h
10114         * src/mimeview.c
10115         * src/mimeview.h
10116         * src/msgcache.c
10117         * src/msgcache.h
10118         * src/mutt.c
10119         * src/mutt.h
10120         * src/news.c
10121         * src/news.h
10122         * src/news_gtk.c
10123         * src/news_gtk.h
10124         * src/noticeview.c
10125         * src/noticeview.h
10126         * src/partial_download.c
10127         * src/partial_download.h
10128         * src/pine.c
10129         * src/pine.h
10130         * src/pop.c
10131         * src/pop.h
10132         * src/prefs_account.c
10133         * src/prefs_account.h
10134         * src/prefs_actions.c
10135         * src/prefs_actions.h
10136         * src/prefs_common.c
10137         * src/prefs_common.h
10138         * src/prefs_compose_writing.c
10139         * src/prefs_compose_writing.h
10140         * src/prefs_customheader.c
10141         * src/prefs_customheader.h
10142         * src/prefs_display_header.c
10143         * src/prefs_display_header.h
10144         * src/prefs_ext_prog.c
10145         * src/prefs_ext_prog.h
10146         * src/prefs_filtering.c
10147         * src/prefs_filtering.h
10148         * src/prefs_filtering_action.c
10149         * src/prefs_filtering_action.h
10150         * src/prefs_folder_column.c
10151         * src/prefs_folder_column.h
10152         * src/prefs_folder_item.c
10153         * src/prefs_folder_item.h
10154         * src/prefs_fonts.c
10155         * src/prefs_fonts.h
10156         * src/prefs_gtk.c
10157         * src/prefs_gtk.h
10158         * src/prefs_image_viewer.c
10159         * src/prefs_image_viewer.h
10160         * src/prefs_matcher.c
10161         * src/prefs_matcher.h
10162         * src/prefs_message.c
10163         * src/prefs_message.h
10164         * src/prefs_msg_colors.c
10165         * src/prefs_msg_colors.h
10166         * src/prefs_other.c
10167         * src/prefs_other.h
10168         * src/prefs_quote.c
10169         * src/prefs_quote.h
10170         * src/prefs_receive.c
10171         * src/prefs_receive.h
10172         * src/prefs_send.c
10173         * src/prefs_send.h
10174         * src/prefs_spelling.c
10175         * src/prefs_spelling.h
10176         * src/prefs_summaries.c
10177         * src/prefs_summaries.h
10178         * src/prefs_summary_column.c
10179         * src/prefs_summary_column.h
10180         * src/prefs_template.c
10181         * src/prefs_template.h
10182         * src/prefs_themes.c
10183         * src/prefs_themes.h
10184         * src/prefs_toolbar.c
10185         * src/prefs_toolbar.h
10186         * src/prefs_wrapping.c
10187         * src/prefs_wrapping.h
10188         * src/privacy.c
10189         * src/privacy.h
10190         * src/procheader.c
10191         * src/procheader.h
10192         * src/procmime.c
10193         * src/procmime.h
10194         * src/procmsg.c
10195         * src/procmsg.h
10196         * src/quote_fmt.c
10197         * src/quote_fmt_parse.y
10198         * src/recv.c
10199         * src/recv.h
10200         * src/remotefolder.c
10201         * src/remotefolder.h
10202         * src/send_message.c
10203         * src/send_message.h
10204         * src/setup.c
10205         * src/setup.h
10206         * src/simple-gettext.c
10207         * src/sourcewindow.c
10208         * src/sourcewindow.h
10209         * src/ssl_manager.c
10210         * src/ssl_manager.h
10211         * src/statusbar.c
10212         * src/statusbar.h
10213         * src/stock_pixmap.c
10214         * src/stock_pixmap.h
10215         * src/summary_search.c
10216         * src/summary_search.h
10217         * src/summaryview.c
10218         * src/summaryview.h
10219         * src/syldap.c
10220         * src/syldap.h
10221         * src/textview.c
10222         * src/textview.h
10223         * src/toolbar.c
10224         * src/toolbar.h
10225         * src/undo.c
10226         * src/undo.h
10227         * src/unmime.c
10228         * src/unmime.h
10229         * src/vcard.c
10230         * src/vcard.h
10231         * src/wizard.c
10232         * src/wizard.h
10233         * src/common/base64.c
10234         * src/common/base64.h
10235         * src/common/defs.h
10236         * src/common/hooks.c
10237         * src/common/hooks.h
10238         * src/common/log.c
10239         * src/common/log.h
10240         * src/common/md5.c
10241         * src/common/md5.h
10242         * src/common/mgutils.c
10243         * src/common/mgutils.h
10244         * src/common/nntp.c
10245         * src/common/nntp.h
10246         * src/common/passcrypt.c
10247         * src/common/passcrypt.h.in
10248         * src/common/plugin.c
10249         * src/common/plugin.h
10250         * src/common/prefs.c
10251         * src/common/prefs.h
10252         * src/common/progressindicator.c
10253         * src/common/progressindicator.h
10254         * src/common/quoted-printable.c
10255         * src/common/quoted-printable.h
10256         * src/common/session.c
10257         * src/common/session.h
10258         * src/common/smtp.c
10259         * src/common/smtp.h
10260         * src/common/socket.c
10261         * src/common/socket.h
10262         * src/common/ssl.c
10263         * src/common/ssl.h
10264         * src/common/ssl_certificate.c
10265         * src/common/ssl_certificate.h
10266         * src/common/string_match.c
10267         * src/common/string_match.h
10268         * src/common/stringtable.c
10269         * src/common/sylpheed.c
10270         * src/common/sylpheed.h
10271         * src/common/template.c
10272         * src/common/template.h
10273         * src/common/timing.h
10274         * src/common/utils.c
10275         * src/common/utils.h
10276         * src/common/uuencode.c
10277         * src/common/uuencode.h
10278         * src/common/version.h.in
10279         * src/common/xml.c
10280         * src/common/xml.h
10281         * src/common/xmlprops.c
10282         * src/common/xmlprops.h
10283         * src/gtk/about.c
10284         * src/gtk/about.h
10285         * src/gtk/colorlabel.c
10286         * src/gtk/colorlabel.h
10287         * src/gtk/colorsel.c
10288         * src/gtk/colorsel.h
10289         * src/gtk/description_window.c
10290         * src/gtk/description_window.h
10291         * src/gtk/filesel.c
10292         * src/gtk/filesel.h
10293         * src/gtk/foldersort.c
10294         * src/gtk/foldersort.h
10295         * src/gtk/gtkutils.c
10296         * src/gtk/gtkutils.h
10297         * src/gtk/inputdialog.c
10298         * src/gtk/inputdialog.h
10299         * src/gtk/logwindow.c
10300         * src/gtk/logwindow.h
10301         * src/gtk/manage_window.c
10302         * src/gtk/manage_window.h
10303         * src/gtk/menu.c
10304         * src/gtk/menu.h
10305         * src/gtk/pluginwindow.c
10306         * src/gtk/pluginwindow.h
10307         * src/gtk/prefswindow.c
10308         * src/gtk/prefswindow.h
10309         * src/gtk/progressdialog.c
10310         * src/gtk/progressdialog.h
10311         * src/gtk/quicksearch.c
10312         * src/gtk/quicksearch.h
10313         * src/gtk/sslcertwindow.c
10314         * src/gtk/sslcertwindow.h
10315         * src/plugins/clamav/clamav_plugin.c
10316         * src/plugins/clamav/clamav_plugin.h
10317         * src/plugins/clamav/clamav_plugin_gtk.c
10318         * src/plugins/demo/demo.c
10319         * src/plugins/dillo_viewer/dillo_prefs.c
10320         * src/plugins/dillo_viewer/dillo_prefs.h
10321         * src/plugins/dillo_viewer/dillo_viewer.c
10322         * src/plugins/mathml_viewer/mathml_viewer.c
10323         * src/plugins/pgpcore/passphrase.c
10324         * src/plugins/pgpcore/passphrase.h
10325         * src/plugins/pgpcore/plugin.c
10326         * src/plugins/pgpcore/prefs_gpg.c
10327         * src/plugins/pgpcore/prefs_gpg.h
10328         * src/plugins/pgpcore/select-keys.c
10329         * src/plugins/pgpcore/select-keys.h
10330         * src/plugins/pgpcore/sgpgme.c
10331         * src/plugins/pgpcore/sgpgme.h
10332         * src/plugins/pgpinline/pgpinline.c
10333         * src/plugins/pgpinline/pgpinline.h
10334         * src/plugins/pgpinline/plugin.c
10335         * src/plugins/pgpmime/pgpmime.c
10336         * src/plugins/pgpmime/pgpmime.h
10337         * src/plugins/pgpmime/plugin.c
10338         * src/plugins/spamassassin/spamassassin.c
10339         * src/plugins/spamassassin/spamassassin.h
10340         * src/plugins/spamassassin/spamassassin_gtk.c
10341         * src/plugins/trayicon/trayicon.c
10342         * tools/OOo2sylpheed.pl
10343         * tools/acroread2sylpheed.pl
10344         * tools/asus_mailled.sh
10345         * tools/filter_conv.pl
10346         * tools/freshmeat_search.pl
10347         * tools/google_search.pl
10348         * tools/kmail2sylpheed.pl
10349         * tools/kmail2sylpheed_v2.pl
10350         * tools/maildir2sylpheed.pl
10351         * tools/multiwebsearch.pl
10352         * tools/newscache_clean.pl
10353         * tools/outlook2sylpheed.pl
10354         * tools/sylpheed-switcher
10355         * tools/update-po
10356         * tools/vcard2xml.py
10357         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10358                 update FSF address
10359
10360 2005-09-21 [colin]      1.9.14cvs46
10361
10362         * src/gedit-print.c
10363         * src/procmsg.c
10364         * src/procmsg.h
10365         * src/textview.c
10366         * src/summaryview.c
10367                 Remove some printing hacks (deselection/reselection),
10368                 which by the way fix printing the currently 
10369                 displayed mime part (still only text)
10370                 Plus a little optimisation of summary_show
10371
10372
10373 2005-09-20 [colin]      1.9.14cvs45
10374
10375         * src/mainwindow.c
10376         * src/messageview.c
10377                 GUI fixups: add accels, set message
10378                 view title to displayed mail's subject
10379         * src/prefs_spelling.c
10380         * src/gtk/gtkaspell.c
10381                 GUI fixups: allow underlining misspelled
10382                 words instead of coloring them (a11y!)
10383
10384 2005-09-19 [colin]
10385
10386         1.9.15rc3 released
10387
10388 2005-09-19 [colin]      1.9.14cvs44
10389
10390         * src/compose.c
10391                 Fix draft message
10392         * src/gtk/gtkaspell.c
10393                 Fix wrong test ;-)
10394
10395 2005-09-19 [colin]      1.9.14cvs43
10396
10397         * src/addressbook.c
10398                 Fix sensitivity of Delete button
10399         * src/compose.c
10400                 Warn if the requested Privacy system
10401                 is not available
10402         * src/exphtmldlg.c
10403         * src/expldifdlg.c
10404         * src/importldif.c
10405         * src/importmutt.c
10406         * src/importpine.c
10407                 Fix crappy UI
10408         * src/
10409         * src/ssl.h
10410         * src/prefs_account.h
10411         * src/prefs_account.c
10412                 Save SSL prefs even in builds that have
10413                 SSL support disable
10414         * src/imap.c
10415         * src/inc.c
10416         * src/news.c
10417         * src/send_message.c
10418                 Warn if connection should be secure, but
10419                 SSL support isn't compiled in
10420         * src/gtkaspell.c
10421                 Fix word separation on UTF-8 systems
10422                 Fixes bug #812 (Strange inline spellchecking)
10423         * src/compose.c
10424                 Warn if the requested Privacy system
10425                 is not available
10426                 Factorize offline warning
10427         * src/imap.c
10428         * src/imap_gtk.c
10429         * src/imap_gtk.h
10430         * src/inc.h
10431         * src/news_gtk.c
10432         * src/news_gtk.h
10433         * src/messageview.c
10434                 Factorize offline warning
10435
10436 2005-09-19 [paul]
10437
10438         1.9.15-rc2 released
10439
10440 2005-09-18 [colin]      1.9.14cvs42
10441
10442         * src/codeconv.c
10443         * src/codeconv.h
10444         * src/procmime.c
10445                 Add a way to get locale's charset ignoring utf-8,
10446                 and use that as default encoding for broken mails
10447
10448 2005-09-18 [colin]      1.9.14cvs41
10449
10450         * src/gtk/logwindow.c
10451                 Translate string. Patch by Fabien Vantard
10452
10453 2005-09-18 [colin]      1.9.14cvs40
10454
10455         * configure.ac
10456                 Fix bug #803 (IMAP/SSL support breaks with 
10457                 GnuTLS libetpan 0.38)
10458
10459 2005-09-18 [colin]      1.9.14cvs39
10460
10461         * src/codeconv.c
10462         * src/compose.c
10463         * src/procmime.c
10464                 More charsets fixes. Fixes bug #806 (non
10465                 ascii characters in subject line)
10466
10467 2005-09-17 [paul]       1.9.14cvs38
10468
10469         * src/folderview.c
10470         * src/mainwindow.c
10471                 fix gcc-2.95 issues
10472                 Patch by Pawel Pekala
10473
10474 2005-09-17 [colin]      1.9.14cvs37
10475
10476         * src/addrindex.c
10477                 bugfix for NO-USE LDAP compilation, patch 
10478                 by Fabien Vantard
10479
10480 2005-09-17 [colin]      1.9.14cvs36
10481
10482         * src/prefs_actions.c
10483         * src/prefs_customheader.c
10484         * src/prefs_display_header.c
10485         * src/prefs_filtering_action.c
10486         * src/prefs_matcher.c
10487         * src/prefs_toolbar.c
10488                 Fix strange casts (less elegant but
10489                 works better)
10490
10491 2005-09-16 [colin]      1.9.14cvs35
10492
10493         * src/jpilot.c
10494                 Missed that one
10495
10496 2005-09-16 [colin]      1.9.14cvs34
10497
10498         * configure.ac
10499         * src/Makefile.am
10500         * src/addr_compl.c
10501         * src/addrindex.c
10502         * src/browseldap.c
10503         * src/editldap.c
10504         * src/ldaplocate.c
10505         * src/ldapquery.c
10506         * src/ldapquery.h
10507         * src/ldapserver.c
10508         * src/ldapserver.h
10509         * src/main.c
10510         * src/matcher_parser_parse.y
10511         * src/prefs_themes.c
10512         * src/etpan/Makefile.am
10513         * src/gtk/description_window.c
10514         * src/plugins/clamav/Makefile.am
10515         * src/plugins/clamav/clamav_plugin.c
10516         * src/plugins/dillo_viewer/Makefile.am
10517         * src/plugins/pgpcore/Makefile.am
10518         * src/plugins/pgpinline/Makefile.am
10519         * src/plugins/pgpmime/Makefile.am
10520         * src/plugins/trayicon/Makefile.am
10521                 Fix 100% cpu usage in address completion list
10522                 Fix little bugs (return with no values etc)
10523                 Fix all warnings (with common CFLAGS)
10524
10525 2005-09-15 [colin]      1.9.14cvs33
10526
10527         * src/addressbook.c
10528                 Fix bug where sometimes a group's email list is empty,
10529                 force its refresh (probably fixes "Re: how to create a 
10530                 distribution list")
10531         * src/ldapquery.c
10532                 Don't return to the callback in the main thread from the
10533                 fetch thread (or face segs!)
10534
10535 2005-09-15 [paul]       1.9.14cvs32
10536
10537         * src/prefs_matcher.c
10538                 forgotten in last commit
10539
10540 2005-09-15 [paul]       1.9.14cvs31
10541
10542         * src/prefs_actions.c
10543         * src/prefs_filtering_action.c
10544         * src/prefs_quote.c
10545         * src/quote_fmt.c
10546         * src/summaryview.c
10547         * src/gtk/description_window.c
10548         * src/gtk/description_window.h
10549         * src/gtk/quicksearch.c
10550                 allow interaction with the called
10551                 description window
10552                 Patch by Anders Hammar
10553
10554 2005-09-14 [paul]       1.9.14cvs30
10555
10556         * src/compose.c
10557                 fix a little annoyance when pasting with 3rd button 
10558                 with wrap_pastes=0 and wrap_input=1
10559                 Patch by Colin
10560
10561 2005-09-14 [paul]       1.9.14cvs29
10562
10563         * src/prefs_account.c
10564                 disable 'Filter messages on receiving' for
10565                 SMTP-only accounts
10566                 Patch  by Anders Hammar
10567
10568 2005-09-14 [paul]       1.9.14cvs28
10569
10570         * po/sk.po
10571                 fix crash
10572                 updated by Andrej Kacian
10573
10574 2005-09-14 [paul]
10575
10576         1.9.15-rc1 released
10577
10578 2005-09-14 [paul]       1.9.14cvs27
10579
10580         * po/es.po
10581                 updated by Ricardo Mones Lastra
10582         * src/compose.c
10583         * src/compose.h
10584                 associate no_wrap_tags to Compose windows
10585                 instead of using a static one
10586                 Patch by Colin
10587         * src/mbox.c
10588                 fix proc_mbox()
10589                 Patch by wwp
10590         * src/textview.c
10591                 remove unneeded printf()
10592
10593 2005-09-14 [paul]       1.9.14cvs26
10594
10595         * src/addrcache.c
10596         * src/codeconv.h
10597         * src/folder.h
10598         * src/mainwindow.h
10599         * src/mh.c
10600         * src/mimeview.h
10601         * src/partial_download.c
10602         * src/pop.c
10603         * src/prefs_account.c
10604         * src/prefs_account.h
10605         * src/prefs_actions.c
10606         * src/prefs_customheader.c
10607         * src/prefs_display_header.c
10608         * src/prefs_filtering_action.c
10609         * src/prefs_matcher.c
10610         * src/prefs_toolbar.c
10611         * src/privacy.h
10612         * src/procmime.c
10613         * src/procmime.h
10614         * src/procmsg.h
10615         * src/textview.c
10616         * src/undo.h
10617         * src/common/plugin.c
10618         * src/common/session.h
10619         * src/common/socket.c
10620         * src/common/socket.h
10621         * src/common/template.c
10622         * src/gtk/gtkaspell.c
10623         * src/gtk/quicksearch.h
10624         * src/plugins/pgpcore/passphrase.c
10625         * src/plugins/pgpcore/prefs_gpg.h
10626         * src/plugins/pgpcore/select-keys.c
10627         * src/plugins/pgpcore/select-keys.h
10628         * src/plugins/pgpcore/sgpgme.c
10629         * src/plugins/pgpinline/pgpinline.c
10630         * src/plugins/pgpmime/pgpmime.c
10631         * src/plugins/trayicon/trayicon.c
10632                 fix compilation warnings
10633                 Patch by Daniel Gustafson
10634
10635 2005-09-14 [paul]       1.9.14cvs25
10636
10637         * src/addressbook.c
10638                 add missing column header, and other small
10639                 bug fixes
10640                 Patch by Anders Hammar
10641
10642 2005-09-13 [colin]      1.9.14cvs24
10643
10644         * src/gtk/gtkaspell.c
10645                 Fix non-utf8 in menu
10646                 Fix little leaks
10647                 Nullify struct members after free()s
10648
10649 2005-09-13 [colin]      1.9.14cvs23
10650
10651         * src/compose.c
10652                 Test utf8 compliance before inserting to 
10653                 buffer, and try to convert if necessary
10654         * src/procmime.c
10655                 If no charset is present, use the locale 
10656                 one instead of us-ascii
10657         * src/procmsg.c
10658                 Add Sender, List-Post and To in the checked 
10659                 headers for automatic rules creation 
10660                 (thanks to wwp)
10661         * src/prefs_themes.c
10662         * src/gtk/gtkaspell.c
10663                 Remove deprecated functions. 
10664                 patch by Daniel Gustafson
10665
10666 2005-09-12 [colin]      1.9.14cvs22
10667
10668         * src/compose.c
10669                 Fix bug #448 (Scrolling/Redraw issue with 
10670                 address-fields in Header)
10671         * src/mainwindow.c
10672         * src/summaryview.c
10673         * src/summaryview.h
10674                 Fix loss of MSG_MARKED on move/copy
10675                 Fix bug #804 (Quicksearch togglebutton doesn't 
10676                 get depressed after '/' key is pressed)
10677
10678 2005-09-12 [paul]       1.9.14cvs21
10679
10680         * AUTHORS
10681         * src/gtk/logwindow.c
10682                 add 'Clear Log' to popup menu
10683                 Patch by Anders Hammar <anders.hammar@telia.com>
10684
10685 2005-09-12 [paul]       1.9.14cvs20
10686
10687         * src/compose.c
10688                 set correct sensitivity on attachments
10689                 popup menu
10690         * src/folder.c
10691                 fix typo
10692         * src/prefs_spelling.c
10693                 fix crash when no LANG env is set
10694         * src/common/xml.c
10695                 fix crash in wizard
10696                 don't use memeory after free
10697
10698         All patches by Daniel Gustafson
10699
10700 2005-09-12 [paul]       1.9.14cvs19
10701
10702         * src/prefs_themes.c
10703                 make theme info selectable
10704         * src/gtk/description_window.c
10705                 make window non-modal
10706         * tools/README
10707                 add details of asus_mailed.sh
10708         * tools/claws.i18n.status.pl
10709                 update for new zh_TW translator
10710                 widen the output
10711                 create alternate coloured lines
10712                 improve readability
10713
10714 2005-09-10 [colin]      1.9.14cvs18
10715
10716         * src/plugins/pgpcore/select-keys.c
10717                 Better order for the buttons
10718
10719 2005-09-10 [colin]      1.9.14cvs17
10720
10721         * src/compose.c
10722         * src/plugins/pgpcore/select-keys.c
10723         * src/plugins/pgpcore/select-keys.h
10724         * src/plugins/pgpcore/sgpgme.c
10725                 Add a "Don't encrypt" button to the key
10726                 selection dialog. Fixes bug #177 (There should be a 
10727                 'Don't encrypt button in the Select Keys dialog)
10728
10729 2005-09-10 [colin]      1.9.14cvs16
10730
10731         * src/compose.c
10732                 Fix bug #572 (%X option does not work with templates)
10733
10734 2005-09-10 [colin]      1.9.14cvs15
10735
10736         * src/toolbar.c 
10737                 Remove g_print
10738
10739 2005-09-10 [colin]      1.9.14cvs14
10740
10741         * src/imap.c
10742                 Fix a possible crash
10743
10744 2005-09-09 [colin]      1.9.14cvs13
10745
10746         * src/imap.c
10747         * src/etpan/imap-thread.c
10748         * src/etpan/imap-thread.h
10749                 Fix moving from queue or drafts to normal folders
10750                 Fix bug #794 (No way to delete without expunging)
10751                 Take flags unset by other mailers into account
10752                 Take deleted flag set by other mailers into account
10753                 Fix unsetting REPLIED flag
10754                 Fix crash when capabilities can't be retrieved
10755         * src/mainwindow.c
10756         * src/mainwindow.h
10757                 Add M_DELAYED_FLAGS condition, and let the user use
10758                 Execute in order to be able to expunge deleted mails,
10759                 even if he's not in delayed execute mode
10760         * src/prefs_spelling.c
10761                 Use 'en' dictionary by default if LANG is POSIX or C
10762         * src/gtk/prefswindow.c
10763                 Fix bug #767 (Preferences windows expanding) by making
10764                 the window a bit larger when the resolution is greater
10765                 than 640x480, and by putting the prefs in a
10766                 GtkScrolledWindow.
10767
10768 2005-09-09 [paul]       1.9.14cvs12
10769
10770         * AUTHORS
10771         * configure.ac
10772         * po/zh_TW.Big5.po      ** REMOVED **
10773         * po/zh_TW.po           ** ADDED **
10774                 updated by Wei-Lun Chao
10775
10776 2005-09-09 [paul]       1.9.14cvs11
10777
10778         * src/mainwindow.c
10779                 fix asserts
10780         * src/common/xml.c
10781                 delay memory allocation until file is
10782                 opened successfully
10783                 Patch by Daniel Gustafson
10784
10785 2005-09-09 [colin]      1.9.14cvs10
10786
10787         * src/imap.c
10788                 Add guards
10789
10790 2005-09-08 [colin]      1.9.14cvs9
10791
10792         * src/compose.c
10793                 Alert when we can't save draft
10794                 Fix various wrap/color issues
10795                 Add mid-click pasting respecting wrap_paste option
10796         * src/folder.c
10797         * src/folder.h
10798         * src/folder_item_prefs.c
10799         * src/folder_item_prefs.h
10800         * src/imap.c
10801         * src/imap_gtk.c
10802         * src/imap_gtk.h
10803         * src/main.c
10804         * src/mainwindow.c
10805         * src/mainwindow.h
10806         * src/news.c
10807         * src/news_gtk.c
10808         * src/news_gtk.h
10809         * src/prefs_folder_item.c
10810                 Fix the impossibility to synchronise folders for
10811                 offline use (IMAP and NNTP are concerned)
10812
10813 2005-09-08 [colin]      1.9.14cvs8
10814
10815         * configure.ac
10816                 Build LDAP and JPilot by default if available
10817         * src/textview.c
10818                 Fix use after free
10819
10820 2005-09-08 [paul]       1.9.14cvs7
10821
10822         * doc/manual/en/sylpheed-1.html
10823         * doc/manual/en/sylpheed-18.html
10824         * doc/manual/en/sylpheed-19.html
10825         * doc/manual/en/sylpheed-4.html
10826         * doc/manual/en/sylpheed-6.html
10827         * doc/manual/en/sylpheed.html
10828                 a few minor updates, plus include some
10829                 details about plugins and their requirements
10830         * src/mainwindow.c
10831                 minor changes to English in /View/Sort
10832
10833 2005-09-07 [colin]      1.9.14cvs6
10834
10835         * doc/manual/en/sylpheed-1.html
10836         * doc/manual/en/sylpheed-10.html
10837         * doc/manual/en/sylpheed-11.html
10838         * doc/manual/en/sylpheed-12.html
10839         * doc/manual/en/sylpheed-13.html
10840         * doc/manual/en/sylpheed-14.html
10841         * doc/manual/en/sylpheed-15.html
10842         * doc/manual/en/sylpheed-16.html
10843         * doc/manual/en/sylpheed-17.html
10844         * doc/manual/en/sylpheed-18.html
10845         * doc/manual/en/sylpheed-19.html
10846         * doc/manual/en/sylpheed-2.html
10847         * doc/manual/en/sylpheed-20.html
10848         * doc/manual/en/sylpheed-21.html
10849         * doc/manual/en/sylpheed-22.html
10850         * doc/manual/en/sylpheed-3.html
10851         * doc/manual/en/sylpheed-4.html
10852         * doc/manual/en/sylpheed-5.html
10853         * doc/manual/en/sylpheed-6.html
10854         * doc/manual/en/sylpheed-7.html
10855         * doc/manual/en/sylpheed-8.html
10856         * doc/manual/en/sylpheed-9.html
10857         * doc/manual/en/sylpheed.html
10858                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
10859
10860 2005-09-07 [colin]      1.9.14cvs5
10861
10862         * src/mainwindow.c
10863                 Make labels more to-the-point
10864
10865 2005-09-07 [colin]      1.9.14cvs4
10866
10867         * doc/manual/en/sylpheed-1.html
10868         * doc/manual/en/sylpheed-12.html
10869         * doc/manual/en/sylpheed-13.html
10870         * doc/manual/en/sylpheed-14.html
10871         * doc/manual/en/sylpheed-15.html
10872         * doc/manual/en/sylpheed-16.html
10873         * doc/manual/en/sylpheed-17.html
10874         * doc/manual/en/sylpheed-18.html
10875         * doc/manual/en/sylpheed-19.html
10876         * doc/manual/en/sylpheed-2.html
10877         * doc/manual/en/sylpheed-20.html
10878         * doc/manual/en/sylpheed-21.html
10879         * doc/manual/en/sylpheed-22.html
10880         * doc/manual/en/sylpheed-4.html
10881         * doc/manual/en/sylpheed-5.html
10882         * doc/manual/en/sylpheed-6.html
10883         * doc/manual/en/sylpheed-7.html
10884         * doc/manual/en/sylpheed-8.html
10885         * doc/manual/en/sylpheed-9.html
10886         * doc/manual/en/sylpheed.html
10887                 Update manual
10888
10889 2005-09-07 [colin]      1.9.14cvs3
10890
10891         * doc/faq/en/sylpheed-faq-1.html
10892         * doc/faq/en/sylpheed-faq-2.html
10893         * doc/faq/en/sylpheed-faq-3.html
10894         * doc/faq/en/sylpheed-faq.html
10895                 Update FAQ
10896
10897 2005-09-07 [colin]      1.9.14cvs2
10898
10899         * src/folderview.c
10900         * src/procmsg.c
10901         * src/summaryview.c
10902         * src/toolbar.c
10903                 Fix special subfolders:
10904                 - Inherit parent's icon
10905                 - sent contents of queues subfolders
10906                 - empty subfolders of trashes
10907         * src/mainwindow.c
10908                 Remove outdated manual and faq entries
10909         * src/common/utils.c
10910                 Add quotes around %s coming from mailcap
10911
10912 2005-09-07 [colin]      1.9.14cvs1
10913
10914         * src/compose.c
10915                 After saving draft, set modified to FALSE
10916         * src/mimeview.c
10917         * src/common/utils.c
10918         * src/common/utils.h
10919                 Try to open mime parts using what is 
10920                 indicated in ~/.mailcap or /etc/mailcap,
10921                 if possible.
10922
10923 2005-09-05 [paul]       1.9.14
10924
10925         1.9.14 released
10926
10927         * po/sk.po
10928                 updated by Andrej Kacian
10929
10930 2005-09-05 [paul]       1.9.13cvs83
10931
10932         * po/de.po
10933         * po/es.po
10934         * po/fi.po
10935         * po/fr.po
10936         * po/nb.po
10937         * po/pt_BR.po
10938         * po/sr.po
10939                 updated translations by Thomas Gilgin, Ricardo Mones
10940                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
10941                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
10942
10943 2005-09-04 [paul]       1.9.13cvs82
10944
10945         * src/compose.c
10946                 only warn about exceeded line length limit
10947                 on send
10948
10949 2005-09-04 [paul]       1.9.13cvs81
10950
10951         * src/compose.c
10952                 fix crash in 'line length exceeded' dialogue
10953
10954 2005-09-02 [paul]       1.9.13cvs80
10955
10956         * src/imap.c
10957                 fix bug 795, 'Connection lost IMAP'
10958                 and add statusbar prints
10959                 Patch by Colin
10960
10961 2005-09-02 [paul]       1.9.13cvs79
10962
10963         * src/compose.c
10964                 compose_wrap_paragraph() becomes
10965                 compose_beautify_paragraph()
10966                 Patch by Colin
10967
10968 2005-09-02 [colin]      1.9.13cvs78
10969
10970         * src/folderview.c
10971                 Micro-fix
10972
10973 2005-09-01 [colin]      1.9.13cvs77
10974
10975         * src/imap.c
10976                 Maybe fix bug #795 (Connection lost IMAP)
10977                 Don't try to send logout when we're disconnected.
10978         * src/summaryview.c
10979                 Include locked and marked emails in HRM
10980                 view. Fixes bug #800 (Locked messages no longer 
10981                 show up when hide read messages is used)
10982
10983 2005-09-01 [paul]       1.9.13cvs76
10984
10985         * src/prefs_common.c
10986                 fix bad cutting
10987
10988 2005-08-31 [colin]      1.9.13cvs75
10989
10990         * src/folderview.c
10991         * src/folderview.h
10992         * src/prefs_summaries.c
10993         * src/summaryview.c
10994                 Fix "go to next new", fix preference
10995                 (Open unread/next swapped)
10996
10997 2005-08-31 [paul]       1.9.13cvs74
10998
10999         * src/compose.c
11000         * src/folderview.c
11001         * src/headerview.c
11002         * src/headerview.h
11003         * src/mainwindow.c
11004         * src/prefs_common.c
11005         * src/prefs_common.h
11006         * src/prefs_fonts.c
11007         * src/summaryview.c
11008         * src/textview.c
11009         * src/common/defs.h
11010                 remove obsolete BOLD_FONT setting
11011                 fix font update in headerview and textview
11012                 headers after prefs change
11013                 Patch By Colin
11014
11015 2005-08-31 [paul]
11016
11017         1.9.14-rc4 released
11018
11019 2005-08-30 [colin]      1.9.13cvs73
11020
11021         * src/summaryview.c
11022                 When Hide read messages is selected and we
11023                 refresh the summaryview, don't remove the 
11024                 currently displayed message. Fixes bug #797
11025                 (Summary view reloads when new mail is 
11026                 downloaded in 1.9.14 rc)
11027
11028 2005-08-30 [colin]      1.9.13cvs72
11029
11030         * src/folderview.c
11031                 Fix flickering
11032         * src/mainwindow.c
11033                 Remove useless callback
11034         * src/mimeview.c
11035         * src/gtk/filesel.c
11036         * src/gtk/filesel.h
11037                 Add a filesel_select_file_save_folder() - used by Save All
11038
11039 2005-08-29 [paul]       1.9.13cvs71
11040
11041         * AUTHORS
11042         * src/matcher_parser_parse.y
11043         * src/etpan/imap-thread.c
11044                 fix building on FreeBSD
11045                 Patch by Daniel Gustafson <daniel@hobbit.se>
11046
11047 2005-08-29 [paul]       1.9.13cvs70
11048
11049         * src/plugins/pgpinline/pgpinline.c
11050                 only initialise sig result if it's been handled
11051                 Patch by Colin
11052
11053 2005-08-29 [paul]       1.9.13cvs69
11054         
11055         Patches by Colin:
11056
11057         * src/imap.c
11058         * src/common.utils.c
11059         * src/common/utils.h
11060                 optimisation
11061         * src/stock_pixmap.h
11062                 fix wrong icon reference
11063         * src/pixmaps/trash_btn.xpm
11064                 replace with nicer image
11065
11066 2005-08-28 [colin]      1.9.13cvs68
11067
11068         * src/Makefile.am
11069         * src/stock_pixmap.c
11070         * src/stock_pixmap.h
11071         * src/toolbar.c
11072         * src/pixmaps/trash_btn.xpm
11073                 Add a specific trash xpm for the button
11074
11075 2005-08-28 [colin]      1.9.13cvs67
11076
11077         * src/imap.c
11078                 Fix leak
11079
11080 2005-08-27 [colin]      1.9.13cvs66
11081
11082         * src/imap.c
11083         * src/procmime.c
11084                 Correctly fix "Problem with replies", fixes
11085                 pgpmime encryption too. 
11086
11087 2005-08-27 [colin]      1.9.13cvs65
11088
11089         * src/folder.c
11090         * src/procmsg.c
11091         * src/procmsg.h
11092         * src/summaryview.c
11093                 Fix bug #517 (messages removed from summaryview 
11094                 when moving fails)
11095
11096 2005-08-27 [colin]      1.9.13cvs64
11097
11098         * tools/Makefile.am
11099         * tools/asus_mailled.sh
11100                 Add a script to blink ASUS laptops' mail LED where there
11101                 is unread mail.
11102
11103 2005-08-27 [colin]      1.9.13cvs63
11104
11105         * src/imap.c
11106         * src/etpan/imap-thread.c
11107         * src/etpan/imap-thread.h
11108                 Implement automatic choosing of login method
11109                 Fixes bug #791
11110         * src/gtk/.cvsignore
11111                 Add sylpheed-marshal.[ch]
11112
11113 2005-08-27 [colin]      1.9.13cvs62
11114
11115         * src/common/utils.c
11116                 Fix confusing perror
11117
11118 2005-08-27 [colin]      1.9.13cvs61
11119
11120         * src/toolbar.c
11121         * src/toolbar.h
11122                 Remove A_DELETE, replace it with 
11123                 A_TRASH and A_DELETE_REAL. Automatically
11124                 rewrite config files to replace A_DELETE
11125                 with A_TRASH (no functionality change).
11126                 Fixes half of #794
11127
11128 2005-08-26 [colin]      1.9.13cvs60
11129
11130         * src/procmime.c
11131                 Previous "Problem with replies" fix brought other
11132                 problems, fixing them
11133
11134 2005-08-26 [colin]      1.9.13cvs59
11135
11136         * src/procmime.c
11137                 Fix "Problem with replies". This happened only
11138                 on IMAP...
11139         * src/procmsg.c
11140                 Factorize code a bit
11141         * src/compose.c
11142                 Speed improvement on very long messages (wrapping)
11143                 Fix signature color on Reedit and Redirect
11144                 On Reedit, don't attach pgp-signatures parts, but
11145                 set signing to On.
11146
11147 2005-08-24 [paul]       1.9.13cvs58
11148
11149         * src/compose.c
11150                 don't claim success when clicking
11151                 Cancel on the passphrase box.
11152                 Patch by Colin
11153
11154 2005-08-24 [paul]       1.9.13cvs57
11155
11156         * src/main.c
11157                 fix misplaced sylpheed.log
11158         * src/common/defs.h
11159                 define UIDL_DIR
11160
11161 2005-08-24 [paul]       1.9.13cvs56
11162
11163         * src/imap.c
11164         * src/etpan/imap-thread.c
11165         * src/etpan/imap-thread.h
11166                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11167                 Patch by Colin
11168         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11169         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11170                 remove autogenerated files
11171         * tools/kdeservicemenu/README
11172         * tools/kdeservicemenu/install.sh
11173         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11174         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11175                 use Claws icon, use 'Sylpheed-Claws' in menu,
11176                 use kdialog, and other cleanups
11177
11178 2005-08-23 [paul]       1.9.13cvs55
11179
11180         * src/compose.c
11181                 fix paste/wrap crash
11182                 Patch by Colin
11183
11184 2005-08-23 [paul]       1.9.13cvs54
11185
11186         * src/main.c
11187                 fix crash recovery
11188                 Patch by Colin
11189
11190 2005-08-23 [paul]       1.9.13cvs53
11191
11192         * src/addressbook.c
11193         * src/editaddress.c
11194                 view all data of LDAP contacts
11195                 Patch by Colin
11196
11197 2005-08-23 [paul]       1.9.13cvs52
11198
11199         * src/addressbook.c
11200                 fix issues with the Search field
11201                 Patch by Colin
11202
11203 2005-08-22 [paul]       1.9.13cvs51
11204
11205         * src/folderview.c
11206                 put name of folder in processing dialog
11207                 title
11208         * src/prefs_folder_item.c
11209                 improve english usage
11210
11211 2005-08-22 [paul]       1.9.13cvs50
11212
11213         * src/filtering.c
11214         * src/filtering.h
11215         * src/matcher.c
11216         * src/matcher_parser_lex.l
11217         * src/matcher_parser_parse.y
11218         * src/prefs_filtering.c
11219                 add Filtering/Processing rule names feature.
11220                 (the incompatible old matcherrc is saved as
11221                 matcherrc.pre_names).
11222                 Patch by Colin
11223
11224 2005-08-22 [paul]       1.9.13cvs49
11225
11226         * src/procmsg.c
11227                 fix colour labelling
11228                 Patch by Colin
11229
11230 2005-08-22 [paul]       1.9.13cvs48
11231
11232         * src/textview.c
11233                 fix open_image_cb()
11234
11235 2005-08-22 [paul]       1.9.13cvs47
11236
11237         * src/imap.c
11238                 fix bug 789, 'SC crashes with imap (CVS ver)'
11239                 Patch by Colin
11240
11241 2005-08-22 [paul]       1.9.13cvs46
11242
11243         * src/mimeview.c
11244         * src/prefs_common.c
11245         * src/common/defs.h
11246                 define reused defaults in defs.h
11247         * src/textview.c
11248                 add 'Open image' to image popup menu
11249
11250 2005-08-21 [colin]      1.9.13cvs45
11251
11252         * src/summaryview.c
11253                 Fix bug #788 (Bogus "From" address displayed)
11254
11255 2005-08-20 [colin]      1.9.13cvs44
11256
11257         * src/folder.c
11258                 Fix buf #787 (multilevel delete causes SIGSEGV)
11259
11260 2005-08-19 [colin]      1.9.13cvs43
11261
11262         * src/inc.c
11263         * src/prefs_common.c
11264         * src/prefs_common.h
11265                 Add an hidden pref to allow modifying the
11266                 update stepping in incorporation.
11267                 Patch by wwp.
11268
11269 2005-08-19 [colin]      1.9.13cvs42
11270
11271         * src/compose.c
11272         * src/procmime.c
11273                 Workaround for broken MUAs: encode 
11274                 Content-type: name: as ASCII and 
11275                 Content-Disposition: filename: as
11276                 per rfc2231
11277         * src/prefs_account.c
11278                 Fix invisible-ness of SMTP SSL prefs
11279                 in NNTP accounts
11280
11281 2005-08-19 [paul]       1.9.13cvs41
11282
11283         * src/compose.c
11284         * src/prefs_common.c
11285         * src/prefs_common.h
11286         * src/prefs_wrapping.c
11287                 paste with or without wrapping.
11288                 patch by Colin
11289
11290 2005-08-19 [paul]       1.9.13cvs40
11291
11292         * src/prefs_common.c
11293         * src/prefs_common.h
11294         * src/summaryview.c
11295                 reintroduce enable_swap_from as a
11296                 hidden pref. patch by Colin
11297         * src/quote_fmt_parse.y
11298         * src/plugins/clamav/clamav_plugin.c
11299         * src/plugins/dillo_viewer/dillo_viewer.c
11300         * src/plugins/mathml_viewer/mathml_viewer.c
11301         * src/plugins/pgpcore/sgpgme.c
11302         * src/plugins/pgpinline/pgpinline.c
11303         * src/plugins/pgpmime/pgpmime.c
11304                 tidy up. patch by Colin
11305
11306 2005-08-19 [paul]       1.9.13cvs39
11307
11308         * configure.ac
11309                 complete cvs38's sync
11310         * src/editaddress.c
11311         * src/gedit-print.c
11312         * src/mutt.c
11313         * src/etpan/etpan-log.c
11314         * src/etpan/imap-thread.c
11315         * src/gtk/gtksourceprintjob.c
11316                 fix compilation warnings
11317                 (patch by Colin)
11318
11319 2005-08-19 [paul]       1.9.13cvs38
11320
11321         sync with main:
11322
11323         * src/account.c
11324         * src/action.c
11325         * src/addrbook.c
11326         * src/addrcache.c
11327         * src/addrharvest.c
11328         * src/addrindex.c
11329         * src/codeconv.c
11330         * src/compose.c
11331         * src/crash.c
11332         * src/exporthtml.c
11333         * src/exportldif.c
11334         * src/folder.c
11335         * src/image_viewer.c
11336         * src/inc.c
11337         * src/inc.h
11338         * src/jpilot.c
11339         * src/ldif.c
11340         * src/main.c
11341         * src/matcher.c
11342         * src/mbox.c
11343         * src/messageview.c
11344         * src/mh.c
11345         * src/mimeview.c
11346         * src/msgcache.c
11347         * src/mutt.c
11348         * src/news.c
11349         * src/partial_download.c
11350         * src/pine.c
11351         * src/pop.c
11352         * src/prefs_actions.c
11353         * src/prefs_common.c
11354         * src/prefs_customheader.c
11355         * src/prefs_display_header.c
11356         * src/prefs_gtk.c
11357         * src/prefs_themes.c
11358         * src/procheader.c
11359         * src/procmime.c
11360         * src/procmsg.c
11361         * src/recv.c
11362         * src/send_message.c
11363         * src/simple-gettext.c
11364         * src/sourcewindow.c
11365         * src/textview.c
11366         * src/vcard.c
11367         * src/common/defs.h
11368         * src/common/log.c
11369         * src/common/plugin.c
11370         * src/common/prefs.c
11371         * src/common/session.c
11372         * src/common/session.h
11373         * src/common/socket.c
11374         * src/common/socket.h
11375         * src/common/ssl_certificate.c
11376         * src/common/template.c
11377         * src/common/utils.c
11378         * src/common/utils.h
11379         * src/common/xml.c
11380         * src/gtk/about.c
11381         added wrappers for C library function that
11382                 take pathname arguments.
11383                 enabled compilation with MinGW.
11384                 use GDir instead of directly using opendir().
11385                 added rename_force().
11386
11387 2005-08-19 [paul]       1.9.13cvs37
11388         
11389         patches by Colin:
11390         * src/compose.c
11391                 fix privacy settings on re-editing
11392                 a sent message
11393         * src/jpilot.c
11394                 fix encoding bug
11395         * src/folder.c
11396         * src/procmsg.c
11397         * src/procmsg.h
11398         * src/summaryview.c
11399                 flag changing optimisation
11400
11401 2005-08-18 [martin]     1.9.13cvs36
11402
11403         * commitHelper
11404             added my login
11405         * src/addrcache.c
11406         * src/addrharvest.c
11407         * src/addrindex.c
11408         * src/compose.c
11409         * src/grouplistdialog.c
11410         * src/main.c
11411         * src/mainwindow.c
11412         * src/msgcache.c
11413         * src/mutt.c
11414         * src/pine.c
11415         * src/prefs_account.c
11416         * src/prefs_themes.c
11417         * src/stock_pixmap.c
11418         * src/summaryview.c
11419         * src/gtk/about.c
11420         * src/gtk/logwindow.c
11421             removed deprecated glib and gdk stuff
11422         * src/plugins/pgpcore/select-keys.c
11423             convert attributes from locale to utf8
11424
11425 2005-08-17 [paul]       1.9.13cvs35
11426
11427         * src/account.c
11428         * src/addressbook.c
11429                 use new GTK_STOCK_ icons if available
11430         * src/summaryview.c
11431         * src/gtk/gtksctree.c
11432         * src/gtk/gtksctree.h
11433                 faster range select. patch by Colin
11434
11435 2005-08-17 [paul]       1.9.13cvs34
11436
11437         patches by colin:
11438         * src/addressbook.c
11439         * src/addressitem.h
11440                 Add an edit button for contacts, fix selections
11441                 of gtksctree items
11442         * src/editaddress.c
11443                 Change labels, let Save be always possible in the
11444                 email and user atributes tabs
11445         * src/folderview.c
11446                 fix sort issues
11447         * src/summaryview.c
11448                 select next item instead of the displayed one
11449                 after deletion
11450
11451         * src/gtk/progressdialog.c
11452                 use prefs_common.enable_rules_hint
11453
11454 2005-08-13 [hoa]        1.9.13cvs33
11455
11456         * src/etpan/imap-thread.c
11457                 fixed build on Solaris.
11458
11459 2005-08-10 [colin]      1.9.13cvs32
11460
11461         * src/procmsg.c
11462                 Fix cvs31 (missing fclose before reading
11463                 the file)
11464
11465 2005-08-10 [colin]      1.9.13cvs31
11466
11467         * src/procmsg.c
11468                 Fix procmsg_msginfo_new_from_mimeinfo() when
11469                 the MimeInfo isn't stored in memory. This fixes
11470                 replying to an attached message.
11471
11472 2005-08-10 [colin]      1.9.13cvs30
11473
11474         * src/mainwindow.c
11475                 Fix slowness in account changing
11476
11477 2005-08-10 [colin]      1.9.13cvs29
11478
11479         * src/folder.c
11480         * src/folderutils.c
11481         * src/folderview.c
11482         * src/imap_gtk.c
11483         * src/mainwindow.c
11484         * src/mh_gtk.c
11485         * src/procmsg.c
11486         * src/summaryview.c
11487                 Optimize folder_has_parent_of_type
11488                 Prevent moving special sub-folders from contextual menus
11489                 Rework message a bit ("Empty all messages" -> "Delete all
11490                 messages")
11491                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
11492                 and "Deleted Items" folders)
11493
11494 2005-08-08 [colin]      1.9.13cvs28
11495
11496         * src/summaryview.c
11497         * src/prefs_summaries.c
11498                 Make "Select first unread|new" more flexible
11499                 (just prioritize new or unread)
11500
11501 2005-08-08 [colin]      1.9.13cvs27
11502
11503         * src/summaryview.c
11504                 If "select first new" is selected and there only
11505                 are unread messages, fallback to "select first
11506                 unread".
11507
11508 2005-08-08 [colin]      1.9.13cvs26
11509
11510         * src/folder.c
11511                 Fix shameful bugs (and bug #779)
11512
11513 2005-08-08 [colin]      1.9.13cvs25
11514
11515         * src/folder.c
11516         * src/folder.h
11517                 Cache parents' type to make folder_has_parent_of_type
11518                 faster
11519         * src/folderview.c
11520                 Forbid DnD of special sub-folders
11521         * src/procmsg.c
11522         * src/procmsg.h
11523                 Add MAIL_POSTFILTERING_HOOK
11524         * src/summaryview.c
11525                 Revert over-zealous deletion of the use_addr_book 
11526                 code
11527
11528 2005-08-07 [colin]      1.9.13cvs24
11529
11530         * src/folder.c
11531                 Fix big mistake (passing MsgInfo instead 
11532                 of FolderItem)
11533
11534 2005-08-07 [colin]      1.9.13cvs23
11535
11536         * src/compose.c
11537         * src/folder.c
11538         * src/folder.h
11539         * src/foldersel.c
11540         * src/folderutils.c
11541         * src/folderview.c
11542         * src/imap.c
11543         * src/mainwindow.c
11544         * src/messageview.c
11545         * src/mh.c
11546         * src/msgcache.c
11547         * src/procmime.c
11548         * src/summaryview.c
11549                 Make subfolders of Drafts, Queue, Outbox, Trash
11550                 work like their parents. 
11551                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
11552
11553 2005-08-07 [colin]      1.9.13cvs22
11554
11555         * src/addressbook.c
11556                 Fix bug #771 (Dragged contacts not saved)
11557
11558 2005-08-07 [paul]       1.9.13cvs21
11559
11560         * src/summaryview.c
11561                 fix bug 32 'Search Doesn't display results
11562                 if "Hide Read Messages" is chosen'
11563                 be more literal in interpreting 'Hide read
11564                 messages'
11565
11566 2005-08-07 [colin]      1.9.13cvs20
11567
11568         * src/folderview.c
11569                 Add debug
11570         * src/summaryview.c
11571                 Faster 'unthread_for_execution'
11572
11573 2005-08-06 [paul]       1.9.13cvs19
11574
11575         * src/mainwindow.c
11576                 add mnemonics to Set displayed columns
11577                 fix bug where msgview_visible option was
11578                 overwritten as TRUE on startup
11579
11580 2005-08-06 [paul]       1.9.13cvs18
11581
11582         * src/mainwindow.c
11583                 refer to 'displayed columns in folder/message
11584                 list' not 'displayed items in summary/message view'
11585         * src/prefs_display_header.c
11586                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
11587                 be consistent with similar dialogues
11588         * src/prefs_folder_column.c
11589         * src/prefs_summary_column.c
11590                 'columns' not 'items', and folder and message lists,
11591                 instead of folder and summary views;
11592                 Use 'Hidden columns' as list heading not 'Available
11593                 items';
11594                 move the 'Remove' button to the right hand side;
11595                 top-align the buttons;
11596                 remove unneeded vbox
11597         * src/prefs_summaries.c
11598                 put the 2 column prefs buttons in a frame to reduce
11599                 overall width; refer to columns not items &c.
11600
11601 2005-08-05 [colin]      1.9.13cvs17
11602
11603         * src/prefs_common.c
11604         * src/prefs_common.h
11605         * src/mainwindow.c
11606         * src/compose.c
11607         * src/messageview.c
11608                 Add an hidden toolbar_detachable pref, so
11609                 that I can get rid of these painful handles
11610                 in the toolbars. Defaults to TRUE to avoid
11611                 changing the GUI on unsuspecting people...
11612
11613 2005-08-05 [colin]      1.9.13cvs16
11614
11615         * src/Makefile.am
11616         * src/prefs_folder_column.c
11617         * src/prefs_folder_column.h
11618                 Add prefs for folder columns
11619         * src/folderview.c
11620         * src/folderview.h
11621         * src/mainwindow.c
11622         * src/mainwindow.h
11623         * src/prefs_common.c
11624         * src/prefs_common.h
11625         * src/prefs_summaries.c
11626                 Use them
11627         * src/prefs_summary_column.c
11628         * src/summaryview.c
11629         * src/summaryview.h
11630                 Add a To column
11631         * src/textview.c
11632         * src/common/utils.c
11633         * src/common/utils.h
11634                 Move uri colourisation functions
11635                 to utils
11636         * src/compose.c
11637                 Colourise URIs
11638         * src/imap.c
11639                 Fix bug with LIST where we'd try
11640                 to get Folder//////[...]/// 
11641
11642 2005-08-05 [paul]       1.9.13cvs15
11643
11644         * src/prefs_summaries.c
11645                 improve the English usage
11646         * src/summaryview.c
11647                 set font on column change
11648                 thanks to Colin
11649
11650 2005-08-05 [paul]       1.9.13cvs14
11651
11652         * src/prefs_common.c
11653         * src/prefs_common.h
11654         * src/prefs_summaries.c
11655         * src/summaryview.c
11656                 replace 'open_unread_on_enter' option with
11657                 'select_on_entry' option. opening/not opening
11658                 is now exclusively controlled by 'always_show_msg'
11659
11660 2005-08-04 [colin]      1.9.13cvs13
11661
11662         * src/compose.c
11663                 Remove dead code
11664                 Add colourisation of quotes and signatures
11665         * src/folderview.c
11666                 Fix possible crashes
11667         * src/messageview.c
11668                 Change an assert that is no problem
11669         * src/news.c
11670         * src/news_gtk.c
11671         * src/news_gtk.h
11672                 Fix offline mode
11673         * src/gtk/quicksearch.c
11674                 Fix a possible crash
11675
11676 2005-08-03 [colin]      1.9.13cvs12
11677
11678         * src/prefs_account.c
11679                 Fix bug #777 (Sylpheed crash in account configuration)
11680
11681 2005-08-03 [colin]      1.9.13cvs11
11682
11683         * src/addressbook.c
11684         * src/editaddress.c
11685         * src/editgroup.c
11686                 Fixing addressbook, round 2
11687         * src/textview.c
11688                 Fix emphasis color on rechecking 'Colorize messages'
11689
11690 2005-08-03 [paul]       1.9.13cvs10
11691
11692         sync with main
11693
11694         * src/addr_compl.c
11695         * src/compose.c
11696         * src/main.c
11697         * src/pop.c
11698         * src/prefs_account.c
11699         * src/procmime.c
11700         * src/procmsg.c
11701         * src/quote_fmt_parse.y
11702         * src/textview.c
11703         * src/common/quoted-printable.c
11704         * src/common/utils.c
11705         * src/common/utils.h
11706         * src/common/xml.c
11707                 replaced incorrect locale-independent
11708                 ctype functions with GLib's. Corrected
11709                 signedness mismatch.
11710         * src/headerview.c
11711                 headerview_create(): added spacing for vbox.
11712         * src/gtk/about.c
11713                 set focus to the OK button.
11714
11715 2005-08-03 [colin]      1.9.13cvs9
11716
11717         * src/folderview.c
11718                 Fix possible crash
11719
11720 2005-08-02 [colin]      1.9.13cvs8
11721
11722         * src/mainwindow.c
11723                 Fix cast
11724         * src/addressbook.c
11725         * src/addressitem.h
11726                 Fix a cast and more generally, try to make the
11727                 GUI more intuitive and consistent (round 1)
11728
11729 2005-08-02 [paul]       1.9.13cvs7
11730
11731         * src/folder.h
11732                 missing in 1.9.13cvs6
11733
11734 2005-08-02 [colin]      1.9.13cvs6
11735
11736         * src/folder.c
11737                 Fix one more leak
11738
11739 2005-08-02 [colin]      1.9.13cvs5
11740
11741         * src/folder.c
11742         * src/folderview.c
11743         * src/imap.c
11744         * src/main.c
11745         * src/mbox.c
11746         * src/procmsg.c
11747         * src/summaryview.c
11748                 Fix a number of folder_item_get_msg_list()-related
11749                 leaks (missing procmsg_msginfo_free()s)
11750
11751 2005-08-01 [colin]      1.9.13cvs4
11752
11753         * src/folderview.c
11754         * src/folderview.h
11755         * src/mainwindow.c
11756         * src/prefs_fonts.c
11757         * src/prefs_summaries.c
11758         * src/prefs_themes.c
11759         * src/summaryview.c
11760         * src/summaryview.h
11761         * src/textview.c
11762         * src/textview.h
11763                 Fix instant-apply of summary and folderview-related prefs
11764                 Fix erroneous g_free and alertpanels in prefs_theme
11765                 Add instant-apply for fonts
11766                 Defer applying of prefs a little bit so it's done only
11767                 once even if requested by multiples prefs pages
11768
11769 2005-08-01 [paul]       1.9.13cvs3
11770
11771         * src/main.c
11772                 fix bug 776 'S.C. crashes on close'
11773                 thanks to Colin
11774         * src/etpan/etpan-thread-manager-types.h
11775                 add missing include
11776                 thanks to Hoa
11777
11778 2005-07-25 [paul]       1.9.13cvs2
11779
11780         * src/summaryview.c
11781                 fix typos. spotted by Fabien Vantard
11782
11783 2005-07-24 [paul]       1.9.13cvs1
11784
11785         * doc/man/sylpheed.1
11786                 update man page, incorporating fix of
11787                 bug 769 'Typo in manpage'
11788         * src/etpan/imap-thread.c
11789                 fix NetBSD openssl dependencies. patch by
11790                 George Michaelson <ggm@apnic.net>
11791         * po/pt_BR.po
11792                 updated by Frederico Goncalves Guimaraes
11793
11794 2005-07-22 [paul]       1.9.13
11795
11796         1.9.13 release
11797
11798 2005-07-22 [paul]       1.9.12cvs91
11799
11800         * AUTHORS
11801         * INSTALL
11802         * README.claws
11803         * RELEASE_NOTES.claws
11804                 updated for release
11805         * configure.ac
11806         * po/nb.po
11807         * tools/claws.i18n.status.pl
11808                 add Norwegian translation. submiited by
11809                 Geir Helland <pjallabais@users.sourceforge.net>
11810         * po/ca.po
11811         * po/de.po
11812         * po/es.po
11813         * po/fi.po
11814         * po/fr.po
11815         * po/it.po
11816         * po/sk.po
11817         * po/sr.po
11818         * po/zh_CN.po
11819                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11820                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
11821                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
11822                 Yang Guilong
11823         * src/plugins/clamav/clamav_plugin_gtk.c
11824         * src/plugins/spamassassin/spamassassin_gtk.c
11825                 replace outdated description strings
11826
11827 2005-07-21 [colin]      1.9.12cvs90
11828
11829         * src/folder.c
11830                 Set folder to batch mode when scanning it. Makes deletion
11831                 of unread mails on IMAP much faster (due to the UNREAD 
11832                 flag unsetting)
11833
11834 2005-07-21 [darko]      1.9.12cvs89
11835
11836         * configure.ac
11837                 link against libresolv if necessary (patch by Paul)
11838         * src/msgcache.c
11839                 use glib's portable macros to determine endianness
11840
11841 2005-07-21 [paul]       1.9.12cvs88
11842
11843         * src/crash.c
11844         * src/gtk/about.c
11845                 update compiled-in features list
11846
11847 2005-07-20 [colin]      1.9.12cvs87
11848
11849         * src/folder.c
11850         * src/textview.c
11851                 Gcc 2.9x compilation fixes, thanks to Darko
11852         * src/plugins/clamav/clamav_plugin.c
11853                 Little optimisation: load virus database only once
11854         * src/plugins/spamassassin/spamassassin.c
11855                 Big optimisation: filtering one mail took at least 1 second,
11856                 now it takes at least 50ms. Doesn't speed up spamassassin 
11857                 itself, but should already be much more tolerable.
11858
11859 2005-07-20 [colin]      1.9.12cvs86
11860
11861         * src/summaryview.c
11862                 Fix performance issue
11863
11864 2005-07-19 [colin]      1.9.12cvs85
11865
11866         * src/plugins/pgpinline/plugin.c
11867                 Fix warning
11868
11869 2005-07-19 [colin]      1.9.12cvs84
11870
11871         * configure.ac
11872         * src/plugins/Makefile.am
11873         * src/plugins/pgpinline/.cvsignore
11874         * src/plugins/pgpinline/Makefile.am
11875         * src/plugins/pgpinline/pgpinline.c
11876         * src/plugins/pgpinline/pgpinline.deps
11877         * src/plugins/pgpinline/pgpinline.h
11878         * src/plugins/pgpinline/plugin.c
11879                 Put pgpinline in the main tree
11880
11881 2005-07-19 [paul]       1.9.12cvs83
11882
11883         * src/prefs_actions.c
11884                 prevent '//' in menu names, which cause a crash
11885                 thanks to Colin
11886
11887 2005-07-19 [paul]       1.9.12cvs82
11888
11889         * configure.ac
11890                 be generally more informative in configure output.
11891                 OpenSSL: correction: '[ --enable-openssl ...' -> 
11892                 '[ --disable-openssl ...', as --enable-openssl is default
11893                 PGP/MIME: don't check for GPGME again, check for
11894                 pgpcore instead. Therefore prevent the possibility of
11895                 attempting to build pgpmime if pgpcore dependencies are
11896                 not met
11897                 ClamAV: use pkgconfig to check for lib
11898                 libgnomeprint: revert logic on inner test to match
11899                 everything else
11900         * src/plugins/pgpcore/sgpgme.c
11901                 add missing include
11902
11903 2005-07-19 [colin]      1.9.12cvs81
11904
11905         * src/summaryview.c
11906                 Fix slow thread rebuilding in particular
11907                 cases
11908
11909 2005-07-19 [paul]       1.9.12cvs80
11910
11911         * sylpheed-claws.desktop
11912                 fix typo, spotted by Stephan Sachse
11913         * src/account.c
11914                 replace GTK_STOCK_ADD with
11915                 GTK_STOCK_NEW button
11916
11917 2005-07-18 [colin]      1.9.12cvs79
11918
11919         * src/etpan/imap-thread.c
11920                 Fix return value (Thanks Hoa)
11921
11922 2005-07-18 [colin]      1.9.12cvs78
11923
11924         * src/imap.c
11925                 Allow empty passwords
11926                 Create drafts/queue/outbox if necessary
11927         * src/summaryview.c
11928                 Remove old code
11929         * src/etpan/imap-thread.c
11930                 Fix STARTTLS (Thanks to Hoa)
11931
11932 2005-07-18 [paul]       1.9.12cvs77
11933
11934         * ChangeLog-gtk2.jp
11935         * ChangeLog.jp
11936                 removed
11937         * Makefile.am
11938                 updated to reflect additions and removals
11939         * TODO
11940                 updated to be claws-specific
11941         * TODO-gtk2
11942         * TODO-gtk2.jp
11943         * TODO.jp
11944         * sylpheed-128x128.png
11945         * sylpheed-64x64.png
11946                 removed
11947         * sylpheed-claws-128x128.png
11948         * sylpheed-claws-64x64.png
11949         * sylpheed-claws.desktop
11950         * sylpheed-claws.png
11951                 added
11952         * sylpheed.desktop
11953         * sylpheed.png
11954                 removed
11955
11956 2005-07-17 [paul]       1.9.12cvs76
11957
11958         * src/account.c
11959         * src/addressbook.c
11960         * src/alertpanel.c
11961         * src/alertpanel.h
11962         * src/compose.c
11963         * src/exphtmldlg.c
11964         * src/expldifdlg.c
11965         * src/folderview.c
11966         * src/imap_gtk.c
11967         * src/inc.c
11968         * src/message_search.c
11969         * src/messageview.c
11970         * src/mh_gtk.c
11971         * src/news_gtk.c
11972         * src/prefs_actions.c
11973         * src/prefs_filtering.c
11974         * src/prefs_matcher.c
11975         * src/prefs_template.c
11976         * src/prefs_themes.c
11977         * src/ssl_manager.c
11978         * src/summary_search.c
11979         * src/textview.c
11980         * src/toolbar.c
11981         * src/gtk/sslcertwindow.c
11982         * src/plugins/pgpcore/sgpgme.c
11983                 rework alertpanels
11984
11985 2005-07-17 [colin]      1.9.12cvs75
11986
11987         * src/privacy.c
11988                 add a PrivacySystem accessor that checks that
11989                 the system cached in a MimeInfo's privacydata
11990                 is still registered. Use this accessor instead
11991                 of directly using data->system. Fixes crashes
11992                 after unloading pgp plugins.
11993
11994 2005-07-17 [colin]      1.9.12cvs74
11995
11996         * src/alertpanel.c
11997                 Change geometry hints to a simple default size.
11998                 Fixes the certs dialogs.
11999
12000 2005-07-17 [colin]      1.9.12cvs73
12001
12002         * src/gtk/sslcertwindow.c
12003                 Use a gtkExpander
12004
12005 2005-07-17 [colin]      1.9.12cvs72
12006
12007         * src/plugins/pgpcore/Makefile.am
12008         * src/plugins/pgpmime/Makefile.am
12009                 Add gpgme libs
12010
12011 2005-07-17 [paul]       1.9.12cvs71
12012
12013         * configure.ac
12014                 add --disable-gnomeprint option
12015                 modified version of patch by Marius Mauch
12016
12017 2005-07-17 [paul]       1.9.12cvs70
12018
12019         * src/common/defs.h
12020                 update urls
12021         * src/account.c
12022         * src/action.c
12023         * src/addressbook.c
12024         * src/compose.c
12025         * src/foldersel.c
12026         * src/folderview.c
12027         * src/html.c
12028         * src/imap_gtk.c
12029         * src/main.c
12030         * src/mainwindow.c
12031         * src/messageview.c
12032         * src/mh_gtk.c
12033         * src/mimeview.c
12034         * src/news_gtk.c
12035         * src/prefs_account.c
12036         * src/prefs_send.c
12037         * src/prefs_summaries.c
12038         * src/procmsg.c
12039         * src/summaryview.c
12040         * src/common/utils.c
12041         * src/common/xml.c
12042         * src/plugins/pgpcore/passphrase.c
12043         * src/plugins/pgpcore/select-keys.c
12044                 replace inappropriately used backticks
12045                 with single quotes
12046
12047 2005-07-16 [colin]      1.9.12cvs69
12048
12049         * src/image_viewer.c
12050                 Add extra paranoid checks
12051
12052 2005-07-16 [colin]      1.9.12cvs68
12053
12054         * src/plugins/pgpcore/prefs_gpg.c
12055                 Don't auto-check sigs by default, as it
12056                 can be really slow.
12057
12058 2005-07-16 [colin]      1.9.12cvs67
12059
12060         * src/plugins/pgpcore/sgpgme.c
12061                 Make messages a bit better.
12062
12063 2005-07-16 [colin]      1.9.12cvs66
12064
12065         * src/imap.c
12066                 Remove pseudo-log
12067         * src/etpan/imap-thread.c
12068                 Add real log
12069
12070 2005-07-16 [colin]      1.9.12cvs65
12071
12072         * src/main.c
12073         * src/prefs_other.c
12074                 And now, fix build with libetpan :-/
12075
12076 2005-07-15 [colin]      1.9.12cvs64
12077
12078         * src/prefs_other.c
12079                 Continue fixing build without libetpan.
12080
12081 2005-07-15 [colin]      1.9.12cvs63
12082
12083         * src/main.c
12084                 Fix build with --disable-libetpan
12085
12086 2005-07-15 [colin]      1.9.12cvs62
12087
12088         * configure.ac
12089                 Bump libetpan's version
12090
12091 2005-07-15 [colin]      1.9.12cvs61
12092
12093         * src/etpan/imap-thread.c
12094                 Actually stop logging :)
12095
12096 2005-07-15 [colin]      1.9.12cvs60
12097
12098         * src/addressbook.c
12099                 Fix dnd of multiple addresses.
12100
12101 2005-07-15 [hoa]        1.9.12cvs59
12102
12103         * src/etpan/imap-thread.c
12104             disable login of IMAP password in libetpan log file.
12105
12106 2005-07-15 [paul]       1.9.12cvs58
12107
12108         * src/account.c
12109                 don't automatically sort
12110                 do allow drag n drop
12111
12112 2005-07-15 [paul]       1.9.12cvs57
12113
12114         * src/account.c
12115         * src/ssl_manager.c
12116                 alphabetical listing
12117
12118 2005-07-15 [paul]       1.9.12cvs56
12119
12120         * src/gtk/pluginwindow.c
12121                 sort plugin list alphabetically
12122
12123 2005-07-15 [paul]       1.9.12cvs55
12124
12125         * src/prefs_spelling.c
12126         * src/prefs_wrapping.c
12127                 unify English usage
12128
12129 2005-07-15 [colin]      1.9.12cvs54
12130
12131         * src/wizard.c
12132                 Typo fix
12133
12134 2005-07-15 [paul]       1.9.12cvs53
12135
12136         * src/prefs_message.c
12137                 make 'show cursor' a hidden option
12138
12139 2005-07-14 [colin]      1.9.12cvs52
12140
12141         * src/plugins/spamassassin/Makefile.am
12142         * src/plugins/clamav/Makefile.am
12143                 Fix double EXTRA_DISTs
12144
12145 2005-07-14 [colin]      1.9.12cvs51
12146
12147         * src/plugins/clamav/Makefile.am
12148         * src/plugins/clamav/clamav_plugin_gtk.deps
12149         * src/plugins/spamassassin/Makefile.am
12150         * src/plugins/spamassassin/spamassassin_gtk.deps
12151                 Make $plugin_gtk depend on $plugin
12152
12153 2005-07-14 [hoa]        1.9.12cvs50
12154
12155         * src/etpan/imap-thread.c
12156                 enable debug log of libetpan when running with --debug
12157
12158 2005-07-14 [colin]      1.9.12cvs49
12159
12160         * configure.ac
12161         * src/common/Makefile.am
12162         * src/common/plugin.c
12163         * src/common/plugin.h
12164                 Add a little plugin dependancy system.
12165                 Plugins can ship a $plugin_name.deps file
12166                 (near them in PLUGINDIR) so that their
12167                 dependancies are loaded if possible.
12168         * src/plugins/Makefile.am
12169         * src/plugins/pgpcore/Makefile.am
12170         * src/plugins/pgpcore/passphrase.c
12171         * src/plugins/pgpcore/passphrase.h
12172         * src/plugins/pgpcore/plugin.c
12173         * src/plugins/pgpcore/prefs_gpg.c
12174         * src/plugins/pgpcore/prefs_gpg.h
12175         * src/plugins/pgpcore/select-keys.c
12176         * src/plugins/pgpcore/select-keys.h
12177         * src/plugins/pgpcore/sgpgme.c
12178         * src/plugins/pgpcore/sgpgme.h
12179                 Introduce pgpcore, used by pgpmime and
12180                 pgpinline
12181         * src/plugins/pgpmime/Makefile.am
12182         * src/plugins/pgpmime/passphrase.c
12183         * src/plugins/pgpmime/passphrase.h
12184         * src/plugins/pgpmime/pgpmime.c
12185         * src/plugins/pgpmime/pgpmime.deps
12186         * src/plugins/pgpmime/plugin.c
12187         * src/plugins/pgpmime/prefs_gpg.c
12188         * src/plugins/pgpmime/prefs_gpg.h
12189         * src/plugins/pgpmime/select-keys.c
12190         * src/plugins/pgpmime/select-keys.h
12191         * src/plugins/pgpmime/sgpgme.c
12192         * src/plugins/pgpmime/sgpgme.h
12193                 Remove the core from pgpmime and add the
12194                 dependancy to pgpcore.
12195
12196 2005-07-14 [paul]       1.9.12cvs48
12197
12198         * src/stock_pixmap.c
12199                 forgot this in last commit
12200
12201 2005-07-14 [paul]       1.9.12cvs47
12202
12203         * src/account.c
12204         * src/addressbook.c
12205                 add accelerators for the buttons (sync with main)
12206         * src/compose.c
12207         * src/compose.h
12208                 add accelerators for the buttons.
12209                 fix editing with external editor.
12210                 replace gdk_input_*() with GIOChannel;
12211                 (sync with main)
12212         * src/foldersel.c
12213                 display folder names with new/unread
12214                 representation (sync with main)
12215         * src/main.c
12216                 specify default window icon (sync with main)
12217         * src/prefs_common.c
12218                 use_addr_book default to FALSE
12219         * src/summaryview.c
12220         * src/textview.c
12221                 add accelerators for the buttons (sync with main)
12222         * src/gtk/menu.c
12223                 fix typos
12224         * src/pixmaps/sylpheed_icon.xpm
12225                 updated
12226
12227 2005-07-13 [paul]       1.9.12cvs46
12228
12229         * src/plugins/pgpmime/pgpmime.c
12230         * src/plugins/pgpmime/sgpgme.c
12231                 (temporarily) use deprecated gpgme_data_rewind()
12232                 while largefile support is not present
12233                 (as suggested by Colin)
12234
12235 2005-07-13 [paul]       1.9.12cvs45
12236
12237         * configure.ac
12238                 remove large file support (for now):
12239                 it breaks too many things
12240
12241 2005-07-13 [paul]       1.9.12cvs44
12242
12243         * configure.ac
12244                 add large file support
12245         * src/html.c
12246                 fix bug #763 where href attribute was not
12247                 the very first attribute of a link
12248                 patch by Thomas Gilgin
12249
12250 2005-07-13 [colin]      1.9.12cvs43
12251
12252         * src/gtk/pluginwindow.c
12253                 Little portability fix
12254
12255 2005-07-13 [colin]      1.9.12cvs42
12256
12257         * src/plugins/pgpmime/sgpgme.c
12258                 Fix crasher.
12259
12260 2005-07-13 [colin]      1.9.12cvs41
12261
12262         * src/plugins/pgpmime/pgpmime.c
12263         * src/plugins/pgpmime/sgpgme.c
12264                 Use gpgme_data_release_and_get_mem instead
12265                 of gpgme_data_read.
12266
12267 2005-07-13 [colin]      1.9.12cvs40
12268
12269         * configure.ac
12270         * src/plugins/pgpmime/passphrase.c
12271         * src/plugins/pgpmime/passphrase.h
12272         * src/plugins/pgpmime/pgpmime.c
12273         * src/plugins/pgpmime/plugin.c
12274         * src/plugins/pgpmime/select-keys.c
12275         * src/plugins/pgpmime/select-keys.h
12276         * src/plugins/pgpmime/sgpgme.c
12277         * src/plugins/pgpmime/sgpgme.h
12278                 Port pgpmime to gpgme-1.0.
12279
12280 2005-07-12 [paul]       1.9.12cvs39
12281
12282         * AUTHORS
12283         * src/toolbar.c
12284         * src/toolbar.h
12285                 add a 'Go to Prev' button to the toolbar.
12286                 correct tooltip text of go to buttons.
12287                 based on patch by Yang Guilong <bamanzi@gmail.com>
12288
12289 2005-07-12 [colin]      1.9.12cvs38
12290
12291         * src/statusbar.c
12292                 Fix progress bar showing stuff at startup.
12293
12294 2005-07-12 [paul]       1.9.12cvs37
12295
12296         * src/editjpilot.c
12297                 fix building with jpilot support
12298
12299 2005-07-11 [colin]      1.9.12cvs36
12300
12301         * src/inc.c
12302                 Add visual indication that filtering is running
12303         * src/textview.c
12304                 Make {}[] uri delimiters
12305         * src/summaryview.c
12306                 Remove useless (and slow) calls
12307
12308 2005-07-11 [paul]       1.9.12cvs35
12309
12310         * src/plugins/clamav/clamav_plugin_gtk.c
12311         * src/plugins/dillo_viewer/dillo_prefs.c
12312         * src/plugins/pgpmime/prefs_gpg.c
12313         * src/plugins/spamassassin/spamassassin_gtk.c
12314                 gather plugins prefs together under their
12315                 own 'Plugins' heading
12316
12317 2005-07-11 [paul]       1.9.12cvs34
12318
12319         sync with main
12320
12321         * src/account.c
12322                 account_delete(): modified alert dialog
12323         * src/editjpilot.c
12324         * src/editvcard.c
12325                 fixed a crash when cancelling file selection
12326                 dialog by Escape key. Made non-ascii filename
12327                 selectable.
12328         * src/prefs_template.c
12329                 prefs_template_window_create(): make scrolled
12330                 window policy AUTOMATIC
12331
12332 2005-07-10 [hoa]        1.9.12cvs33
12333
12334         * src/etpan/imap-thread.c
12335                 workaround for old Courier IMAP servers.
12336
12337 2005-07-10 [colin]      1.9.12cvs32
12338
12339         * src/folder.c
12340         * src/statusbar.c
12341         * src/statusbar.h
12342                 Add visual progress indicator on filtering/processing
12343                 Factorize the progress bar code
12344         * src/imap.c
12345         * src/imap.h
12346         * src/etpan/imap-thread.c
12347                 Add a reference counter to avoid destroying the Folder
12348                 while it's in use by another callback.
12349
12350 2005-07-09 [hoa]        1.9.12cvs31
12351
12352         * src/imap.c
12353         * src/etpan/imap-thread.c
12354                 fixed deadlock when removing IMAP account.
12355
12356 2005-07-08 [colin]      1.9.12cvs30
12357
12358         * src/textview.c
12359         * src/unmime.c
12360                 Fix again problems decoding broken headers
12361         * src/gtk/inputdialog.c
12362                 Fix local variable shadowing a global one
12363
12364 2005-07-08 [colin]      1.9.12cvs29
12365
12366         * src/msgcache.c
12367                 Make the cache/mark files platform-agnostic by writing
12368                 them in little-endian format. Reading them is also done
12369                 in little-endian format, of course; however, in order
12370                 to avoid trashing mark data on big-endian machines, the
12371                 files are, at first, read from the native format if the
12372                 little-endian one doesn't exist. This is easy to deter-
12373                 mine by trying to open a file with a swapped data_ver
12374                 and seeing if it's the wanted version.
12375                 Little-endian using users should see absolutely no
12376                 difference, Big-endian users may get a very little
12377                 performance drop due to byte-swapping.
12378                 Tested on i386 and ppc32. 
12379                 Fixes bug #159 (The index file, in the mailboxes, is 
12380                 hardware depending).
12381
12382                 To have the cache/mark files updated to the new little-
12383                 endian format, "Check for new messages" or even
12384                 "Rebuild folder tree" aren't enough. Files will be
12385                 updated as soon as a folder has been opened/closed.
12386                 To update everything, just select all folders by
12387                 selecting them one by one.
12388
12389 2005-07-07 [colin]      1.9.12cvs28
12390
12391         * src/imap.c
12392                 Remember the folder separator per IMAPFolder
12393                 instead of globally.
12394                 Revive the Session on noop; fixes bug #761
12395                 (mark a bunch of unread messages as read takes 
12396                 forever)
12397
12398 2005-07-07 [darko]      1.9.12cvs27
12399
12400         * src/common/template.c
12401                 Sort templates alphabetically
12402
12403 2005-07-06 [colin]      1.9.12cvs26
12404
12405         * src/imap.c
12406                 Try to use the correct separator in
12407                 most cases. Possibly fixes bug #759
12408                 (only creates the INBOX folder when 
12409                 setting up new IMAP account) and 
12410                 bug #760 (Can't retrieve messages)
12411
12412 2005-07-06 [colin]      1.9.12cvs25
12413
12414         * src/imap.c
12415                 Use real_path in status command. This will
12416                 help later, when namespaces will be used.
12417
12418 2005-07-06 [colin]      1.9.12cvs24
12419
12420         * configure.ac
12421         * src/account.c
12422         * src/folder.c
12423         * src/imap.c
12424         * src/etpan/etpan-log.c
12425         * src/etpan/etpan-thread-manager.c
12426         * src/etpan/imap-thread.c
12427                 Add a --disable-libetpan parameter. With this,
12428                 users that don't want IMAP4 support can avoid
12429                 the new dependancy (and have no IMAP support).
12430                 Users that have IMAP4 accounts and use this
12431                 parameter won't lose their configuration, their
12432                 IMAP accounts will just be invisible and not
12433                 used.
12434         * src/textview.c
12435                 Make the "Copy ..." contextual menu items 
12436                 copy to both the X clipboard and the gtk 
12437                 clipboard - as most other apps do.
12438         * src/gtk/about.c
12439                 Add a notice about OpenSSL usage, in order to
12440                 comply with OpenSSL's license (point 6):
12441                 http://www.openssl.org/source/license.html
12442
12443 2005-07-06 [colin]      1.9.12cvs23
12444
12445         * src/alertpanel.c
12446                 Fix a minimum size for alertpanels
12447         * src/compose.c
12448                 Show 'No space left on device' type errors
12449                 when queuing/sending
12450         * src/imap_gtk.c
12451         * src/mh_gtk.c
12452                 Rework folder's deletion message (remove 
12453                 extra \n)
12454
12455 2005-07-05 [colin]      1.9.12cvs22
12456
12457         * src/imap.c
12458                 Add an alertpanel on auth error
12459                 Add pseudo-log
12460                 Remove pthread-related stuff
12461
12462 2005-07-05 [colin]      1.9.12cvs21
12463
12464         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12465                 Fix crash on plugin reloading (with a hack)
12466
12467 2005-07-05 [colin]      1.9.12cvs20
12468
12469         * src/prefs_account.c
12470         * src/prefs_account.h
12471                 Fix typo
12472         * src/gtk/filesel.c
12473         * src/gtk/filesel.h
12474                 Add a way to filter the view
12475         * src/gtk/pluginwindow.c
12476                 Filter loadable stuff
12477         * src/plugins/pgpmime/prefs_gpg.c
12478                 Fix missing unregistration
12479         * .cvsignore
12480         * src/etpan/.cvsignore
12481         * src/plugins/spamassassin/.cvsignore
12482                 Add more stuff to cvs ignored files
12483
12484 2005-07-04 [colin]      1.9.12cvs19
12485
12486         * src/imap.c
12487                 Fix scan_required returning FALSE when it
12488                 shouldn't. Maybe fix #760 (Can't retrieve
12489                 messages)
12490
12491 2005-07-04 [colin]      1.9.12cvs18
12492
12493         * src/summaryview.c
12494                 Fix always_show_msg pref
12495
12496 2005-07-04 [paul]       1.9.12cvs17
12497
12498         sync with main (forgotten in last commit)
12499         
12500         * src/common/utils.c
12501         * src/common/utils.h
12502                 check_line_length(): new.
12503                 is_dir_exist()
12504                 is_file_entry_exist()
12505                 dirent_is_regular_file()
12506                 dirent_is_directory(): use g_file_test() instead of stat().
12507
12508 2005-07-04 [paul]       1.9.12cvs16
12509
12510         sync with main:
12511
12512         * src/compose.c
12513                 compose_write_to_file(): check for line
12514                 length limit and display warning if exceeds
12515         * src/jpilot.c
12516                 use get_home_dir() instead of g_get_home_dir()
12517         * src/procheader.c
12518                 removed warning about invalid date
12519         * src/vcard.c
12520                 use get_home_dir() instead of g_get_home_dir()
12521
12522 2005-07-04 [paul]       1.9.12cvs15
12523
12524         * src/stock_pixmap.c
12525                 fix new pixmap naming errors
12526                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
12527
12528 2005-07-04 [colin]      1.9.12cvs14
12529
12530         * src/imap.c
12531                 Fix debugging string with a warning
12532
12533 2005-07-04 [colin]      1.9.12cvs13
12534
12535         * configure.ac
12536                 Add a check for libetpan's version (>= 0.37)
12537
12538 2005-07-04 [hoa]        1.9.12cvs12
12539
12540         * commitHelper
12541         * src/imap.c
12542         * src/etpan/imap-thread.c
12543         * src/etpan/imap-thread.h
12544                 fixed IMAP implementation of check of mails.
12545
12546 2005-07-03 [hoa]        1.9.12cvs11
12547
12548         * src/etpan/Makefile.am
12549         * src/etpan/etpan-errors.h
12550         * src/etpan/etpan-log.[ch]
12551         * src/etpan/etpan-thread-manager-types.h
12552         * src/etpan/etpan-thread-manager.[ch]
12553         * src/etpan/imap-thread.[ch]
12554         * src/Makefile.am
12555         * src/imap.c
12556         * src/main.c
12557         * src/prefs_other.c
12558         * configure.ac
12559             merged imap branch.
12560             dependency on libetpan 0.37 is now added.
12561
12562 2005-07-01 [colin]      1.9.12cvs10
12563
12564         * src/Makefile.am
12565         * src/folder.c
12566         * src/folder.h
12567         * src/folderview.c
12568         * src/stock_pixmap.c
12569         * src/stock_pixmap.h
12570         * src/plugins/trayicon/trayicon.c
12571                 Add marked symbol on folders containing
12572                 marked messages
12573         * src/procmsg.c
12574         * src/procmsg.h
12575         * src/toolbar.c
12576         * src/prefs_common.c
12577         * src/prefs_common.h
12578         * src/prefs_send.c
12579                 Add an optional confirmation dialog on queue
12580                 sending. Patch by wwp.
12581         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
12582         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
12583         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
12584         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
12585         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
12586         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
12587         * src/pixmaps/inbox_mark.xpm            ** ADDED **
12588         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
12589         * src/pixmaps/outbox_mark.xpm           ** ADDED **
12590         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
12591         * src/pixmaps/trash_mark.xpm            ** ADDED **
12592                 New pixmaps
12593
12594 2005-07-01 [colin]      1.9.12cvs9
12595
12596         * src/summaryview.c
12597                 Fix a little threading bug
12598         * src/addrgather.c
12599         * src/mainwindow.c
12600                 A little bit of HIG normality never hurts
12601
12602 2005-07-01 [colin]      1.9.12cvs8
12603
12604         * src/compose.c
12605         * src/msgcache.c
12606         * src/pop.c
12607         * src/procmime.c
12608         * src/recv.c
12609         * src/common/log.c
12610         * src/common/template.c
12611         * src/common/utils.c
12612         * src/common/utils.h
12613                 Reverted the fwrite_atomic stuff. In fact
12614                 it is already atomic.
12615
12616 2005-06-30 [colin]      1.9.12cvs7
12617
12618         * src/common/utils.c
12619         * src/common/utils.h
12620                 Add an fwrite_atomic() function to make
12621                 sure we write everything: fwrite can make
12622                 short writes.
12623         * src/compose.c
12624         * src/msgcache.c
12625         * src/pop.c
12626         * src/procmime.c
12627         * src/recv.c
12628         * src/common/log.c
12629         * src/common/template.c
12630                 Use that (and fix swapping of size and nmemb).
12631                 Thanks to Rich Coe for the heads up.
12632
12633 2005-06-30 [colin]      1.9.12cvs6
12634
12635         * src/addressbook.c
12636                 Optimize addressbook opening 
12637
12638 2005-06-30 [colin]      1.9.12cvs5
12639
12640         * src/summaryview.c
12641                 Remove calls to summary_step after move/copy
12642
12643 2005-06-28 [paul]       1.9.12cvs4
12644
12645         * src/alertpanel.c
12646                 wrap and make the error msg selectable
12647
12648 2005-06-28 [paul]       1.9.12cvs3
12649
12650         * src/ssl_manager.c
12651                 replace the OK button with a Close button
12652         * src/gtk/foldersort.c
12653                 use GTK_STOCK_ icons/buttons
12654
12655 2005-06-28 [colin]      1.9.12cvs2
12656
12657         * src/gedit-print.c             ** ADDED **
12658         * src/gedit-print.h             ** ADDED **
12659         * src/gtk/gtksourceprintjob.c   ** ADDED **
12660         * src/gtk/gtksourceprintjob.h   ** ADDED **
12661                 I can't believe no one had enough time to tell
12662                 me I forgot the `cvs add`
12663
12664 2005-06-27 [colin]      1.9.12cvs1
12665
12666         * src/Makefile.am
12667         * src/gtk/Makefile.am
12668         * src/messageview.c
12669         * src/procmsg.c
12670         * src/summaryview.c
12671         * configure.ac
12672                 Add optional libgnomeprint-based printing
12673         * src/mainwindow.c
12674         * src/gtk/quicksearch.c
12675                 Add an Edit/Quick search menu item to show
12676                 and focus the quicksearch
12677
12678 2005-06-27 [paul]       1.9.12
12679
12680         1.9.12 release
12681
12682         * po/ca.po
12683         * po/de.po
12684         * po/es.po
12685         * po/fr.po
12686         * po/it.po
12687         * po/ko.po
12688         * po/pt_BR.po
12689         * po/sk.po
12690         * po/zh_CN.po
12691                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12692                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
12693                 SungHyun Nam, Frederico Goncalves Guimaraes,
12694                 Andrej Kacian, and Yang Guilong
12695 2005-06-26 [colin]      1.9.11cvs106
12696
12697         * src/imap_gtk.c
12698                 Forgot one file for previous fix
12699
12700 2005-06-26 [colin]      1.9.11cvs105
12701
12702         * src/folder.c
12703         * src/imap.c
12704                 Fix problems with folder operations in no_select
12705                 imap folders. it applies only to mails, and 
12706                 creation/deletion/move/renaming of folders 
12707                 should be possible
12708
12709 2005-06-26 [paul]       1.9.11cvs104
12710
12711         * src/prefs_filtering.c
12712                 replace one more GTK_STOCK_REMOVE
12713                 with GTK_STOCK_DELETE
12714
12715 2005-06-25 [colin]      1.9.11cvs103
12716
12717         * src/imap.c
12718                 Optimize get_seq_set_from_seq_list
12719                 (Patch by Ricardo) 
12720
12721 2005-06-25 [colin]      1.9.11cvs102
12722
12723         * src/mh.c
12724                 If the directory exists, but not in the
12725                 correct encoding, rename it. This should
12726                 handle old-versions-induced bugs.
12727
12728 2005-06-25 [colin]      1.9.11cvs101
12729
12730         * src/mh.c
12731                 Fix path access with extended dir names
12732                 Fixes bug #589 (SC segfaults with wrong locale
12733                 settings)
12734
12735 2005-06-25 [colin]      1.9.11cvs100
12736
12737         * src/prefs_account.c
12738         * src/prefs_account.h
12739         * src/compose.c
12740                 Add an option to encrypt replies to
12741                 encrypted messages
12742
12743 2005-06-25 [colin]      1.9.11cvs99
12744
12745         * src/compose.c
12746         * src/quote_fmt_parse.y
12747                 ... And make it work with pgpinline.
12748
12749 2005-06-25 [colin]      1.9.11cvs98
12750
12751         * src/compose.c
12752         * src/procmime.c
12753         * src/procmime.h
12754         * src/quote_fmt_parse.y
12755                 o Make reedition of encrypted messages possible
12756                   (as long as it is encrypted to self too, no
12757                    magic there)
12758                 o Make replying with quote (and without selecting
12759                   text) possible for encrypted messages.
12760                 Closes bug #550 (Not possible to "reply with quote"
12761                 to gnupg encrypted messages)
12762
12763 2005-06-24 [paul]       1.9.11cvs97
12764
12765         * src/imap.c
12766                 add missing include
12767
12768 2005-06-24 [paul]       1.9.11cvs96
12769
12770         * src/editldap.c
12771                 made bind password entry invisible
12772                 (sync with main)
12773         * src/send_message.c
12774                 send_message_local(): check exit status
12775                 to detect errors (sync with main)
12776         * src/textview.c
12777                 use main's less ambiguous popup menu
12778                 wording
12779
12780 2005-06-24 [paul]       1.9.11cvs95
12781
12782         * src/prefs_actions.c
12783         * src/prefs_customheader.c
12784         * src/prefs_display_header.c
12785         * src/prefs_filtering_action.c
12786         * src/prefs_matcher.c
12787         * src/prefs_template.c
12788         * src/prefs_toolbar.c
12789                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
12790         * src/gtk/description_window.c
12791                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
12792
12793 2005-06-23 [colin]      1.9.11cvs94
12794
12795         * src/summaryview.c
12796                 Fix rough edges (be sure to call status_show whenever
12797                 necessary).
12798
12799 2005-06-23 [colin]      1.9.11cvs93
12800
12801         * src/summaryview.c
12802                 Optimize Select All
12803                 Before, in a 5K mails folder: 11s
12804                 After, in the same folder: 58000µs
12805                 The joys of locking... gtk_clist_select_all() fires a 
12806                 tree-select-row event for each selected row, which in 
12807                 summaryview, callbacks summary_selected which in turn,
12808                 calls summary_status_show, which walks the selected
12809                 rows. Hence, calling gtk_clist_select_all was 
12810                 exponential. Locking the summaryview makes 
12811                 summary_selected return early.
12812
12813 2005-06-23 [colin]      1.9.11cvs92
12814
12815         * src/imap.c
12816                 Move mutex at the important place to avoid
12817                 deadlocks
12818         * src/summaryview.c
12819                 Fix Del key deleting directly instead of
12820                 moving to trash
12821
12822 2005-06-22 [colin]      1.9.11cvs91
12823
12824         * src/plugins/spamassassin/libspamc.c
12825                 As we do spagetti code with assignations in multiple
12826                 places (see _message_read_raw where out = msg = raw),
12827                 let's be sure we don't free the same pointer twice.
12828                 Should fix bug #683 (Crash in libpam at 
12829                 message_cleanup).
12830
12831 2005-06-22 [colin]      1.9.11cvs90
12832
12833         * src/compose.c
12834         * src/messageview.c
12835         * src/toolbar.c
12836                 Make toolbar's delete use the move to trash stuff;
12837                 Add gtk_widget_realize to be sure pixmaps can get
12838                 created (that may fix an old worksforme bug which
12839                 I can't find back...)
12840
12841 2005-06-22 [colin]      1.9.11cvs89
12842
12843         * src/summaryview.c
12844         * src/summaryview.h
12845         * src/mainwindow.c
12846                 Rename "Message/Delete" to "Message/Move to trash"
12847                 Add "Message/Delete..." that directly destroys the
12848                 selected messages after asking for a confirmation.
12849
12850 2005-06-22 [colin]      1.9.11cvs88
12851
12852         * src/imap.c
12853                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
12854                 o Fix a deadlock (thanks Darko)
12855
12856 2005-06-22 [colin]      1.9.11cvs87
12857
12858         * src/gtk/foldersort.c
12859                 Add missing include for the i18n;
12860                 patch by Fabien Vantard
12861
12862 2005-06-21 [colin]      1.9.11cvs86
12863
12864         * src/folder.c
12865         * src/folderview.c
12866                 Respect the no_select flag
12867         * src/imap.c
12868                 Fix recursive deletion
12869         * src/imap_gtk.c
12870         * src/mh_gtk.c
12871                 Make the folder deletion's warning
12872                 more explicit
12873
12874 2005-06-21 [colin]      1.9.11cvs85
12875
12876         * src/textview.c
12877                 Prevent email addresses from spanning accross
12878                 lines - fixes bug # 646 (newline-chars in 
12879                 email addresses)
12880
12881 2005-06-20 [colin]      1.9.11cvs84
12882
12883         * src/folder.c
12884                 Be sure not to remove source if copy failed
12885
12886 2005-06-20 [colin]      1.9.11cvs83
12887
12888         * src/folderview.c
12889         * src/imap_gtk.c
12890                 remove summaryview's lock
12891         * src/imap.c
12892                 introduce threads to avoid problems when foreground tasks
12893                 interfere with background tasks
12894         * src/mh.c
12895                 prevent moving to drafts/queue
12896         * src/mimeview.c
12897                 fix leak
12898
12899 2005-06-19 [colin]      1.9.11cvs82
12900
12901         * src/imap_gtk.c
12902                 Remember that the user doesn't want to override
12903                 offline mode, for 3 seconds. It avoid presenting
12904                 him with N popups in a really short time.
12905
12906 2005-06-17 [colin]      1.9.11cvs81
12907
12908         * src/imap.c
12909                 Fix IMAP breaking on folders containing '('
12910                 (Probably won't be enough)
12911
12912 2005-06-17 [colin]      1.9.11cvs80
12913
12914         Forgotten files on 1.9.11cvs79
12915         * src/summaryview.c
12916                 Fix stepping when not immediately executing
12917         * src/imap.c
12918                 Really prevent UID FETCH 0
12919         * src/codeconv.c
12920                 Fix outgoing charset never set to utf-8
12921         * src/mh.c
12922                 Fix leak
12923
12924 2005-06-16 [colin]      1.9.11cvs79
12925
12926         * src/compose.c
12927                 Fix bug #707 (Dash splits rows)
12928                 Only wrap if we're on a line break position and
12929                 the previous one was a "white" (space) char.
12930                 Pango stuff is weird.
12931
12932 2005-06-16 [colin]      1.9.11cvs78
12933
12934         * src/imap_gtk.c
12935                 Lock summaryview while downloading messages
12936                 on user demand
12937         * src/procheader.c
12938         * src/unmime.c
12939         * src/common/utils.c
12940         * src/common/utils.h
12941                 Replace \r and \n with spaces in From and
12942                 Subject headers
12943
12944 2005-06-16 [paul]       1.9.11cvs77
12945
12946         * src/procmime.c
12947                 liberalise the mime parser
12948         * src/gtk/about.c
12949                 add text wrapping
12950
12951 2005-06-16 [paul]       1.9.11cvs76
12952
12953         * src/gtk/about.c
12954                 reworked
12955
12956 2005-06-15 [colin]      1.9.11cvs75
12957
12958         * src/compose.c
12959                 Finish header encoding fix
12960         * src/summaryview.c
12961                 Fix segfault
12962         * src/headerview.c
12963                 Fix compilation (Thanks Stephan
12964                 Sachse)
12965
12966 2005-06-15 [colin]      1.9.11cvs74
12967
12968         * Makefile.am
12969                 Install gnome2 stuff rather than gnome1, 
12970                 if both are present
12971         * src/codeconv.c
12972         * src/codeconv.h
12973         * src/compose.c
12974                 Fix headers encoding
12975         * src/folder.c
12976                 Visual progress when fetching all messages
12977         * src/folderview.c
12978         * src/summaryview.c
12979         * src/summaryview.h
12980                 Prevent changing current message while
12981                 incorporating
12982
12983 2005-06-15 [paul]       1.9.11cvs73
12984
12985         * src/gtk/gtkaspell.c
12986         * src/gtk/gtkaspell.h
12987                 fix build warnings
12988
12989 2005-06-15 [paul]       1.9.11cvs72
12990
12991         * src/prefs_filtering.c
12992                 allow reordering of filter rules by
12993                 drag n drop
12994
12995 2005-06-15 [paul]       1.9.11cvs71
12996
12997         * COPYING
12998                 updated
12999         * src/codeconv.c
13000                 replace deprecated function
13001         * src/inc.c
13002         * src/send_message.c
13003         * src/gtk/progressdialog.c
13004         * src/gtk/progressdialog.h
13005                 salvage and reuse parts of reverted sync
13006
13007 2005-06-15 [paul]       1.9.11cvs70
13008
13009         * src/inc.c
13010         * src/send_message.c
13011         * src/gtk/progressdialog.c
13012         * src/gtk/progressdialog.h
13013                 revert yesterday's sync with main
13014                 it contains deprecated functions
13015
13016 2005-06-15 [colin]      1.9.11cvs69
13017
13018         * src/headerview.c
13019                 Fix bug #670 (multi user to: will corrupt message 
13020                 headers display)
13021
13022 2005-06-15 [colin]      1.9.11cvs68
13023
13024         * src/compose.c
13025                 Fix bug #421 (Fix undo on wrapping)
13026
13027 2005-06-15 [colin]      1.9.11cvs67
13028
13029         * src/folder.c
13030                 Provide visual feedback while processing
13031                 folder's rules.
13032         * src/imap.c
13033                 Provide visual feedback while getting
13034                 short headers (for uncached messages)
13035
13036
13037 2005-06-14 [paul]       1.9.11cvs66
13038
13039         * src/account.c
13040                 change a couple stock icons
13041         * src/inc.c
13042         * src/send_message.c
13043         * src/gtk/progressdialog.c
13044         * src/gtk/progressdialog.h
13045                 sync main's GtkTreeView implementation
13046
13047 2005-06-14 [colin]      1.9.11cvs65
13048
13049         * src/imap.c
13050                 Various little fixes, mainly on error paths
13051
13052 2005-06-13 [colin]      1.9.11cvs64
13053
13054         * matcher.c
13055         * procmsg.c
13056         * procmsg.h
13057                 Add a way to fetch only headers. This speeds
13058                 up filtering on headers for IMAP. Fixes:
13059                 bug #481 extraneous imap commands slow down 
13060                         imap filtering
13061                 bug #522 Sylpheed downloads all messages 
13062                         when opening mailbox (IMAP)
13063                 bug #677 IMAP fetch is soooooooooooooo slow
13064         * src/folder.c
13065         * src/folder.h
13066                 Add a folder set_batch method so that
13067                 implementations can speed up flags changes
13068         * src/folderutils.c
13069         * src/summaryview.c
13070                 Use that in mark as (un)read and mark all read
13071                 Refix bug #679
13072         * src/imap.c
13073                 Implement set_batch - brings back deferred
13074                 flags in a less buggy manner. Fixes:
13075                 bug #729 IMAP immediate expunge of deleted messages
13076                 bug #191 remove list of messages with one command
13077                 Fix login with strange chars
13078                 Implement fetch_msg_full
13079                 Fix copy (wrong counts)
13080
13081 2005-06-12 [colin]      1.9.11cvs63
13082
13083         * src/folder.c
13084                 lock incorporation during long operations.
13085                 Avoids fucking up the IMAP socket.
13086
13087 2005-06-12 [colin]      1.9.11cvs62
13088
13089         * src/imap.c
13090                 Fix harmful typo
13091                 Factorize remove_all_msg
13092                 Thread-ize expunge
13093         * src/summaryview.c
13094                 Don't update partial-download status if unnecessary
13095         * src/folder.c
13096                 Use remove_msgs everywhere possible
13097
13098 2005-06-12 [colin]      1.9.11cvs61
13099
13100         * src/folder.c
13101         * src/folder.h
13102                 Add a remove_msgs function to remove a 
13103                 list of messages
13104         * src/imap.c
13105                 Implement that.
13106
13107 2005-06-12 [colin]      1.9.11cvs60
13108
13109         * src/imap.c
13110                 Remove flags-processing deferring... Too hard
13111                 to get it to work in all cases.
13112
13113 2005-06-11 [colin]      1.9.11cvs59
13114
13115         * src/imap.c
13116                 printf -> debug_print
13117
13118 2005-06-11 [colin]      1.9.11cvs58
13119
13120         * src/imap.c
13121                 o Fix build without USE_PTHREAD
13122                 o Factorize imap_open
13123                 o Alertpanel in case of impossible connection
13124                 o Alertpanel in case of impossible login
13125                 o Fix deferred flags processing to force a 
13126                   flush before adding some more flags to process,
13127                   but in another folder.
13128
13129 2005-06-10 [colin]      1.9.11cvs57
13130
13131         * src/imap.c
13132                 o Fix a format string error
13133                 o init ssl socket outside of the thread 
13134                   (it possibly invokes gtk calls)
13135         * src/procmime.c
13136                 o Put back the buffer to its necessary size
13137                 o Fix changing a file pointer without keeping
13138                   track of it (thanks Valgrind)
13139         * src/common/smtp.c
13140                 o Fix automatic STARTTLS if login should be done
13141                   and the server only allows it after starting TLS
13142         * src/gtk/gtkinputdialog.c
13143                 o Eat GDK_Return so that the combo popup doesn't 
13144                   appear when we press Enter to validate the combo
13145                   input dialog (as seen in the Open with... dialog)
13146
13147 2005-06-10 [colin]      1.9.11cvs56
13148
13149         * src/imap.c
13150                 o A bit less debug
13151                 o Fix a crash on deletion
13152                 o Threadize imap_select (it's called outside of 
13153                   threads)
13154                 o Defer treatment of DELETED flags
13155
13156
13157 2005-06-09 [colin]      1.9.11cvs55
13158
13159         * src/imap.c
13160                 Make sure we check imap_gtk_should_override(), which
13161                 potentially calls gtk stuff, before creating thread.
13162                 That way it should't be called via imap_get_session()
13163                 inside a thread.
13164
13165 2005-06-09 [colin]      1.9.11cvs54
13166
13167         * src/imap.c
13168                 o add a bit of status output
13169                 o remove some dead code
13170                 o threadize get_list_of_uids
13171                 o threadize imap_get_flags
13172                 o defer flag changing by 500ms so that they
13173                   can be batched
13174
13175
13176 2005-06-08 [colin]      1.9.11cvs53
13177
13178         * src/imap.c
13179                 Thread-ize imap_cmd_fetch
13180
13181 2005-06-08 [colin]      1.9.11cvs52
13182
13183         * src/main.c
13184                 Mmh, that broke POP3...
13185
13186 2005-06-08 [colin]      1.9.11cvs51
13187
13188         * src/main.c
13189                 Stabilize IMAP patch (thanks to Hoa)
13190
13191 2005-06-08 [colin]      1.9.11cvs50
13192
13193         * src/imap.c
13194                 Test patch to speed up imap. 
13195
13196 2005-06-08 [colin]      1.9.11cvs49
13197
13198         * src/imap_gtk.c
13199                 Warning fix
13200         * src/procmime.c
13201                 Apply patch from gentoo to use /usr/share/mime/globs if 
13202                 available, after un-breaking it
13203         * src/common/log.c
13204         * src/common/log.h
13205                 Use g_timeout for invoking hooks that possibly use gtk
13206                 calls. This should leave gtk calls in the main thread.
13207
13208 2005-06-08 [paul]       1.9.11cvs48
13209
13210         * src/codeconv.c
13211                 conv_get_outgoing_charset_str(): don't
13212                 use prefs_common setting
13213         * src/compose.c
13214         * src/compose.h
13215                 add /Options/Character encoding/... to
13216                 temporarily change the outgoing encoding
13217
13218         (belated sync with main)
13219
13220 2005-06-08 [paul]       1.9.11cvs47
13221
13222         * src/compose.c
13223                 correction to/completion of last
13224                 sync with main
13225
13226 2005-06-08 [paul]       1.9.11cvs46
13227
13228         sync with main:
13229         
13230         * src/codeconv.c
13231         * src/codeconv.h
13232                 always enabled Japanese auto-detection
13233                 if the first letters of locale string
13234                 is "ja"
13235         * src/compose.c
13236                 don't use "destroy" signal to destroy
13237                 Compose object (fix rare crashes on discard?)
13238         * src/mainwindow.c
13239         * src/messageview.c
13240         * src/prefs_send.c
13241                 added Hebrew encodings
13242         * src/sourcewindow.c
13243                 don't use "destroy" signal to destroy
13244                 objects
13245
13246 2005-06-07 [colin]      1.9.11cvs45
13247
13248         * src/summaryview.c
13249                 Add missing unlocks/locks
13250
13251 2005-06-07 [paul]       1.9.11cvs44
13252
13253         * src/summaryview.c
13254                 restore bug #749 fix
13255
13256 2005-06-06 [colin]      1.9.11cvs43
13257
13258         * src/summaryview.c
13259                 Fix selection bug when prefs_common.open_unread 
13260                 is FALSE
13261
13262 2005-06-06 [colin]      1.9.11cvs42
13263
13264         * src/common/md5.c
13265                 Fix a warning
13266         * src/summaryview.c
13267         * src/folderview.c
13268                 Factorize long operations beginning and end
13269                 (locking, freezing/thawing, cursor, ...)
13270                 Check selection->data member in selection-
13271                 related loops; this avoids dying an awful
13272                 death if the selection changes on us while
13273                 we're marking a whole IMAP folder unread, 
13274                 for example.
13275
13276 2005-06-06 [paul]       1.9.11cvs41
13277
13278         * src/textview.c
13279                 don't g_free() a static gchar buffer
13280
13281 2005-06-05 [colin]      1.9.11cvs40
13282
13283         * src/mainwindow.c
13284         * src/messageview.c
13285         * src/summaryview.c
13286                 Fix bug #749 (Show all headers should be
13287                 sticky as the GUI suggests)
13288
13289 2005-06-03 [paul]       1.9.11cvs39
13290
13291         * src/compose.c
13292                 don't allow editing of mail while sending.
13293                 patch by Colin
13294
13295 2005-06-03 [paul]       1.9.11cvs38
13296
13297         * src/folderview.c
13298                 add a freeze/thaw to speed up 'mark all read'
13299
13300 2005-06-03 [paul]       1.9.11cvs37
13301
13302         * src/prefs_message.c
13303                 reflect changes immediately
13304
13305 2005-06-02 [colin]      1.9.11cvs36
13306
13307         * po/POTFILES.in
13308                 Patch by Fabien Vantard.
13309
13310 2005-06-02 [colin]      1.9.11cvs35
13311
13312         * src/imap.c
13313                 Use a non-blocking imap_getline() if possible.
13314                 This should completely prevent the interface
13315                 from freezin on imap operations, although it
13316                 may do strange stuff in case of folder switching
13317                 while a big imap operation is taking place...
13318
13319                 In addition, fix a leak in the case thread
13320                 creation fails on connection.
13321
13322 2005-06-02 [colin]      1.9.11cvs34
13323
13324         * src/crash.c
13325         * src/prefs_common.h
13326                 Fix build (prefs_common_init() doesn't exist
13327                 anymore)
13328
13329 2005-06-02 [colin]      1.9.11cvs33
13330
13331         * src/prefs_account.c
13332                 Fix bug #245 (filtering rules broken when
13333                 renaming a remote account (imap4 or nntp)
13334
13335 2005-06-02 [colin]      1.9.11cvs32
13336
13337         * src/imap.c
13338                 Try to fix IMAP shortcomings: 
13339                 o Multithread imap_open()
13340                 o allow offline-mode overriding instead of
13341                   just returning NULL
13342         * src/imap_gtk.c
13343         * src/imap_gtk.h
13344                 Add a function to ask whether we want to
13345                 override offline-mode for 10 minutes (one-shot
13346                 asking was painful)
13347         * src/procheader.c
13348                 Fix segfault when imap parser isn't happy about
13349                 a missing {
13350
13351 2005-06-01 [colin]      1.9.11cvs31
13352
13353         * src/addrharvest.c
13354         * src/compose.c
13355         * src/mbox.c
13356         * src/mbox.h
13357         * src/mh.c
13358         * src/msgcache.c
13359         * src/send_message.c
13360         * src/setup.c
13361         * src/undo.c
13362         * src/common/hooks.c
13363         * src/common/prefs.c
13364         * src/common/template.c
13365         * src/common/utils.c
13366         * src/gtk/gtkutils.c
13367         * src/gtk/inputdialog.c
13368         * src/gtk/menu.c
13369         * src/gtk/pluginwindow.c
13370         * src/gtk/prefswindow.c
13371         * src/plugins/pgpmime/passphrase.c
13372         * src/plugins/pgpmime/prefs_gpg.c
13373                 More -Wall fixes
13374
13375         * src/common/Makefile.am
13376         * src/common/timing.h
13377                 Add basic timing code
13378
13379         * src/summaryview.c
13380                 Fix a bug with unread messages when 
13381                 re-sorting folders, and by the way
13382                 fix a big performance hit when 
13383                 re-sorting (10k mails: before 5s,
13384                 after .5s)
13385
13386         * src/prefs_compose_writing.c
13387         * src/prefs_compose_writing.h
13388         * src/prefs_message.c
13389         * src/prefs_message.h
13390         * src/prefs_other.c
13391         * src/prefs_other.h
13392         * src/prefs_quote.c
13393         * src/prefs_quote.h
13394         * src/prefs_receive.c
13395         * src/prefs_receive.h
13396         * src/prefs_send.c
13397         * src/prefs_send.h
13398         * src/prefs_summaries.c
13399         * src/prefs_summaries.h
13400                 Fix copyright banner
13401
13402 2005-06-01 [paul]       1.9.11cvs30
13403
13404         * po/fi.po
13405                 updated by Flammie Pirinen
13406         * src/procmime.c
13407                 fix 'Bad BASE64 content' output
13408
13409 2005-05-31 [colin]      1.9.11cvs29
13410
13411         * src/procmime.c
13412                 Oops, where did my hunk go.
13413
13414 2005-05-31 [colin]      1.9.11cvs28
13415
13416         * src/Makefile.am
13417         * src/account.c
13418         * src/action.c
13419         * src/addr_compl.c
13420         * src/addressbook.c
13421         * src/codeconv.c
13422         * src/compose.c
13423         * src/export.c
13424         * src/folder.c
13425         * src/folderview.c
13426         * src/image_viewer.c
13427         * src/main.c
13428         * src/mainwindow.c
13429         * src/messageview.c
13430         * src/mimeview.c
13431         * src/msgcache.c
13432         * src/prefs_account.c
13433         * src/prefs_actions.c
13434         * src/prefs_common.c
13435         * src/prefs_compose_writing.c
13436         * src/prefs_customheader.c
13437         * src/prefs_ext_prog.c
13438         * src/prefs_filtering.c
13439         * src/prefs_filtering_action.c
13440         * src/prefs_fonts.c
13441         * src/prefs_image_viewer.c
13442         * src/prefs_message.c
13443         * src/prefs_message.h
13444         * src/prefs_msg_colors.c
13445         * src/prefs_other.c
13446         * src/prefs_other.h
13447         * src/prefs_quote.c
13448         * src/prefs_receive.c
13449         * src/prefs_receive.h
13450         * src/prefs_send.c
13451         * src/prefs_send.h
13452         * src/prefs_spelling.c
13453         * src/prefs_summaries.c
13454         * src/prefs_summary_column.c
13455         * src/prefs_template.c
13456         * src/prefs_themes.c
13457         * src/prefs_toolbar.c
13458         * src/prefs_wrapping.c
13459         * src/procmime.c
13460         * src/procmsg.c
13461         * src/send_message.h
13462         * src/ssl_manager.c
13463         * src/summary_search.c
13464         * src/summaryview.c
13465         * src/textview.c
13466         * src/wizard.c
13467         * src/common/smtp.c
13468         * src/common/smtp.h
13469         * src/gtk/gtkutils.h
13470                 o Move the rest of Common prefs to new style
13471                 o Lots of -Wall warning fixes
13472                 o fix FIXME in cache memusage calculation
13473                 o Let return receipts be sent from any account
13474                 o Little cache optimisation (read)
13475                 o Fix bug #746 (don't treat commas as separators
13476                   when inside a quoted string)
13477
13478 2005-05-31 [paul]       1.9.11cvs27
13479
13480         * src/prefs_common.c
13481                 fix 'off-by-one' typo
13482
13483 2005-05-31 [paul]       1.9.11cvs26
13484
13485         * src/account.c
13486         * src/addr_compl.c
13487         * src/compose.c
13488         * src/foldersel.c
13489         * src/prefs_actions.c
13490         * src/prefs_common.c
13491         * src/prefs_common.h
13492         * src/prefs_customheader.c
13493         * src/prefs_display_header.c
13494         * src/prefs_filtering.c
13495         * src/prefs_filtering_action.c
13496         * src/prefs_matcher.c
13497         * src/prefs_summaries.c
13498         * src/prefs_summary_column.c
13499         * src/prefs_template.c
13500         * src/prefs_toolbar.c
13501         * src/ssl_manager.c
13502         * src/gtk/pluginwindow.c
13503         * src/gtk/prefswindow.c
13504         * src/gtk/progressdialog.c
13505                 add hidden prefs 'enable_rules_hint'
13506                 for gtk_tree_view_set_rules_hint()
13507                 (sync with main)
13508                 
13509
13510 2005-05-31 [colin]      1.9.11cvs25
13511
13512         * src/Makefile.am
13513         * src/main.c
13514         * src/prefs_common.c
13515         * src/prefs_summaries.c ** ADDED **
13516         * src/prefs_summaries.h ** ADDED **
13517                 Common/Display -> Display/Summaries
13518
13519 2005-05-31 [colin]      1.9.11cvs24
13520
13521         * src/Makefile.am
13522         * src/main.c
13523         * src/prefs_quote.c ** ADDED **
13524         * src/prefs_quote.h ** ADDED **
13525                 Move Common/Quote to Compose/Quoting
13526         * src/prefs_common.c
13527         * src/prefs_common.h
13528                 Remove old quote stuff, add
13529                 convenience functions for GtkTextView prefs
13530         * src/gtk/prefswindow.c
13531                 Set default height higher
13532
13533 2005-05-30 [colin]      1.9.11cvs23
13534
13535         * src/Makefile.am
13536         * src/main.c
13537         * src/prefs_common.c
13538         * src/prefs_compose_writing.c ** ADDED **
13539         * src/prefs_compose_writing.h ** ADDED **
13540                 Move Common/Compose prefs to Compose/Writing
13541
13542 2005-05-30 [colin]      1.9.11cvs22
13543
13544         * src/common/utils.c
13545                 Fix bug #651 (Confused Attract by Subject)
13546                 Patch by M. Benkmann <haferfrost@web.de>
13547         * AUTHORS
13548
13549 2005-05-30 [colin]      1.9.11cvs21
13550
13551         * src/compose.c
13552                 Fix concatenation of different headers of
13553                 the same type (bug #645)
13554         * src/prefs_folder_item.c
13555                 Fix bug #699 (setting color to black doesn't
13556                 work immediately)
13557         * src/procmime.c
13558                 Print out decoding error only once per
13559                 block
13560
13561 2005-05-30 [paul]       1.9.11cvs20
13562
13563         * src/common/template.c
13564                 fix Bcc
13565
13566 2005-05-30 [paul]       1.9.11cvs19
13567
13568         * doc/src/rfc2368.txt   **NEW FILE**
13569         * src/compose.c
13570                 compose_entries_set(): don't interpret Bcc
13571                 header field (conform to RFC 2368)
13572                 (sync with main)
13573
13574 2005-05-29 [colin]      1.9.11cvs18
13575
13576         * src/prefs_common.c
13577                 Let the default reply format respect
13578                 netiquette by cutting the signature.
13579
13580 2005-05-29 [colin]      1.9.11cvs17
13581
13582         * src/summaryview.c
13583                 Don't let always_show_msg override
13584                 open_unread_on_enter when opening a new
13585                 directory.
13586
13587 2005-05-27 [paul]       1.9.11cvs16
13588
13589         sync with main:
13590
13591         * src/main.c
13592                 app_will_exit(): cleanup tmp directory when exit
13593         * src/message_search.c
13594                 improved the interface and made code cleanup.
13595                 removed Clear button
13596         * src/send_message.c
13597                 send_message_local(): use GSpawn, and detect errors
13598         * src/summary_search.c
13599                 improved the interface and made code cleanup
13600         * src/textview.c
13601                 textview_write_link(): also skip non-ascii space
13602                  at the head of link strings (phishing check
13603                  didn't work at the case)
13604         * src/common/utils.c
13605                 get_command_output(): use g_spawn_command_line_sync()
13606                 instead of popen()
13607
13608 2005-05-26 [colin]      1.9.11cvs15
13609
13610         * src/folder.c
13611                 remove printf
13612
13613 2005-05-26 [colin]      1.9.11cvs14
13614
13615         * src/common/nntp.c
13616                 Fix nntp mode reader (bug #611)
13617                 Patch by Florian Mickler <florian@mickler.org>
13618
13619 2005-05-26 [colin]      1.9.11cvs13
13620
13621         * src/plugins/pgpmime/passphrase.c
13622                 Fix mouse grabbing (bug #557)
13623
13624 2005-05-26 [colin]      1.9.11cvs12
13625
13626         * src/prefs_themes.c
13627                 Fix g_warning (bug #541)
13628
13629 2005-05-26 [colin]      1.9.11cvs11
13630
13631         * src/prefs_actions.c
13632         * src/prefs_template.c
13633                 Fix bug #506 (no warning if action/template
13634                 is not saved)
13635         * src/common/template.c
13636                 Fix a possible crash
13637
13638 2005-05-26 [colin]      1.9.11cvs10
13639
13640         * src/folder.c
13641         * src/folderview.c
13642         * src/procmsg.c
13643         * src/summaryview.c
13644                 Forbid locked messages to be moved or
13645                 deleted. Locked messages in trashes 
13646                 still get deleted, for performance
13647                 reason (mh.c::mh_remove_all_msgs)
13648
13649 2005-05-25 [colin]      1.9.11cvs9
13650
13651         * src/procmime.c
13652                 Use correct encoding when sending mails
13653                 with attachments that have accentued 
13654                 chars in their name
13655
13656 2005-05-24 [colin]      1.9.11cvs8
13657
13658         * src/summaryview.c
13659                 Fix bug #688 f) read/unread marker not
13660                 changed on first click
13661                 Also, optimize summary_status_show()
13662                 calls
13663         * src/folder.c
13664         * src/inc.c
13665         * src/procmime.c
13666                 Fix bug #688 b) and c) wrt message
13667                 attachments and signature
13668         * src/stock_pixmap.c
13669         * src/stock_pixmap.h
13670         * src/stock_pixmap.c
13671         * src/stock_pixmap.h
13672         * src/Makefile.am
13673         * src/pixmaps/clip_gpg_signed.xpm
13674                 Add clip/signed icon
13675
13676 2005-05-24 [colin]      1.9.11cvs7
13677
13678         * src/folder_item_prefs.c
13679                 whitespace fix
13680
13681 2005-05-24 [colin]      1.9.11cvs6
13682
13683         * src/folderview.c
13684         * src/prefs_common.c
13685         * src/prefs_common.h
13686                 Add a confirmation to folder drag and drop
13687                 fixes bug #156
13688         * src/alertpanel.c
13689         * src/alertpanel.h
13690                 fix _with_disable parameters so that
13691                 the buttons labels are specifiable too
13692         * src/plugins/pgpmime/sgpgme.c
13693                 reflect said change
13694                 
13695
13696 2005-05-24 [colin]      1.9.11cvs5
13697
13698         * src/folderview.c
13699                 Uncollapse/collapse folders on double-click
13700                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
13701                 closes bug #108
13702
13703 2005-05-23 [colin]      1.9.11cvs4
13704
13705         * src/common/socket.c
13706                 Check another special SSL_peek() error.
13707                 Should help wrt bug #728
13708
13709 2005-05-23 [colin]      1.9.11cvs3
13710
13711         * src/plugins/pgpmime/pgpmime.c
13712                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
13713                 breaking menu accelerators and stuff. Users will have to
13714                 reselect "PGP MIME" instead of "PGP/MIME" in their 
13715                 account's privacy preferences if needed.
13716
13717 2005-05-22 [paul]
13718
13719         * tools/kdeservicemenu/install.sh
13720                 use kdesu to prompt for root password if doing
13721                 global install/uninstall
13722
13723 2005-05-20 [colin]      1.9.11cvs2
13724
13725         * src/procmsg.c
13726                 Fix another compilation error with gcc-2.9x
13727                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
13728         * src/send_message.c
13729                 Don't send QUIT if we aren't connected
13730
13731 2005-05-19 [colin]      1.9.11cvs1
13732
13733         * src/procmsg.c
13734                 Fix compilation with gcc 2.9x
13735
13736 2005-05-19 [paul]       1.9.11
13737
13738         1.9.11 released
13739
13740 2005-05-19 [paul]       1.9.9cvs14
13741
13742         * src/gtk/inputdialog.c
13743                 prevent gettext warning
13744
13745 2005-05-19 [paul]       1.9.9cvs13
13746
13747         * src/mainwindow.c
13748         * src/prefs_common.c
13749         * src/prefs_common.h
13750         * src/textview.c
13751         * src/textview.h
13752                 add an option to toggle cursor in message
13753                 view (sync with main)
13754
13755 2005-05-18 [colin]      1.9.9cvs12
13756
13757         * src/compose.c
13758                 Dereference freed pointer
13759         * src/gtk/gtkaspell.c
13760                 Fix duplication of dictionaries (is it an aspell issue?)
13761
13762 2005-05-18 [colin]      1.9.9cvs11
13763
13764         * src/gtk/inputdialog.c
13765         * src/gtk/gtkaspell.c
13766                 HIGuify dialogs
13767         * src/alertpanel.c
13768                 Remove a double call
13769
13770 2005-05-17 [colin]      1.9.9cvs10
13771
13772         * src/gtk/gtkaspell.c
13773                 Fix dialogs, Ctrl-Enter accel
13774
13775 2005-05-17 [colin]      1.9.9cvs9
13776
13777         * src/gtk/gtkaspell.c
13778                 Fix some accelerators, escape in replace-window
13779
13780 2005-05-16 [colin]      1.9.9cvs8
13781
13782         * src/gtk/gtkaspell.c
13783                 Revert last commit, it was a mistake.
13784
13785 2005-05-16 [colin]      1.9.9cvs7
13786
13787         * src/gtk/gtkaspell.c
13788                 Remove buggy code while we're at it. It's a 
13789                 dead code path anyway.
13790
13791 2005-05-16 [colin]      1.9.9cvs6
13792
13793         * src/gtk/gtkaspell.c
13794                 Missed some gtk_menu_popup where deactivate
13795                 signal should be handled. Should fix bug
13796                 #629 a bit more.
13797
13798 2005-05-16 [colin]      1.9.9cvs5
13799
13800         * src/gtk/gtkaspell.c
13801                 Remove debug printf()s
13802
13803 2005-05-16 [colin]      1.9.9cvs4
13804
13805         * src/gtk/gtkaspell.c
13806                 Fix a bit aspell problems
13807                 (see bug #629)
13808
13809 2005-05-13 [colin]      1.9.9cvs3
13810
13811         * src/folderview.c
13812                 Fix the + appearing even when no subfolders
13813                 have unread messages. Thanks to wwp for the
13814                 bug report.
13815
13816 2005-05-11 [paul]       1.9.9cvs2
13817
13818         * src/folderview.c
13819                 correction to 1.9.9cvs1, only colour folders that
13820                 have new msgs (not unread msgs)
13821
13822 2005-05-10 [colin]      1.9.9cvs1
13823
13824         * src/folderview.c
13825         * src/summaryview.c
13826                 Try to fix bolding bugs again.
13827
13828 2005-05-09 [paul]
13829
13830         * tools/claws.i18n.status.pl
13831                 add Ricardo Mones Lastra's script that has been providing
13832                 the i18n status page for many months
13833
13834 2005-05-09 [paul]       1.9.9
13835
13836         1.9.9 release
13837
13838 2005-05-09 [paul]       1.9.6cvs58
13839
13840         * AUTHORS
13841         * INSTALL
13842         * README.claws
13843                 updated
13844         * Makefile.am 
13845         * RELEASE_NOTES.claws
13846                 add release notes to cvs to simplify release
13847                 procedure
13848         * configure.ac
13849                 add ca and fi to ALL_LINGUAS
13850         * po/Makefile.in.in
13851                 workaround for missing Makevars
13852         * po/ca.po
13853         * po/fi.po
13854                 add new Catalan and Finnish translations
13855                 submitted by Miquel Oliete and Flammie Pirinen
13856         * po/de.po
13857         * po/es.po
13858         * po/fr.po
13859         * po/it.po
13860         * po/pl.po
13861         * po/ru.po
13862         * po/sk.po
13863         * po/sr.po
13864         * po/zh_CN.po
13865                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
13866                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
13867                 Urke MMI, and Hansom Young
13868         * src/main.c
13869                 Fix drafting when quitting. compose_draft() closes the
13870                 compose windows, which modifies the compose_list GSList.
13871                 We have to refresh this list after echo drafting to avoid a
13872                 segfault
13873         * src/partial_download.c
13874                 fix segfault on exit
13875
13876 2005-05-06 [paul]       1.9.6cvs57
13877
13878         * src/grouplistdialog.c
13879                 quick fix/workaround for unresizeable newsgroup
13880                 name column 
13881
13882 2005-05-06 [paul]       1.9.6cvs56
13883
13884         * src/inc.c
13885         * src/mainwindow.c
13886                 use gettext plural forms
13887         * src/imap_gtk.c
13888         * src/mh_gtk.c
13889         * src/toolbar.c
13890                 small improvement to english usage
13891
13892 2005-05-05 [thorsten]   1.9.6cvs55
13893
13894         * src/folder.c
13895                 fix possible crash
13896
13897 2005-05-05 [paul]       1.9.6cvs54
13898         
13899         sync with HEAD
13900
13901         * AUTHORS
13902         * src/compose.c
13903                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
13904                 patch by Tim Mann
13905
13906 2005-05-05 [paul]       1.9.6cvs53
13907
13908         * src/mainwindow.c
13909                 fix resizing of separate message and
13910                 folder views
13911
13912 2005-05-05 [paul]       1.9.6cvs52
13913
13914         * src/account.c
13915         * src/addrgather.c
13916         * src/browseldap.c
13917         * src/exphtmldlg.c
13918         * src/expldifdlg.c
13919         * src/importmutt.c
13920         * src/importpine.c
13921         * src/main.c
13922         * src/mainwindow.c
13923         * src/noticeview.c
13924         * src/prefs_filtering.c
13925         * src/prefs_filtering_action.c
13926         * src/prefs_matcher.c
13927         * src/prefs_spelling.c
13928         * src/prefs_toolbar.c
13929         * src/toolbar.c
13930         * src/wizard.c
13931         * src/gtk/description_window.c
13932         * src/gtk/gtkvscrollbutton.c
13933         * src/gtk/progressdialog.c
13934         * src/gtk/quicksearch.c
13935         * src/plugins/pgpmime/prefs_gpg.c
13936         * src/plugins/spamassassin/spamassassin_gtk.c
13937                 replace deprecated gtk_widget_set_usize
13938
13939 2005-05-04 [colin]      1.9.6cvs51
13940
13941         * src/common/utils.c
13942                 Fix crash when subst_for_filename is called
13943                 with a NULL parameter
13944
13945 2005-05-04 [colin]      1.9.6cvs50
13946
13947         * src/partial_download.c
13948         * src/pop.c
13949                 Escape login when writing uidl file
13950                 fixes bug #736
13951
13952 2005-05-03 [colin]      1.9.6cvs49
13953
13954         * src/procmime.c
13955                 Fix possible DOS in mime parser
13956                 (see bug #634)
13957
13958 2005-05-02 [colin]      1.9.6cvs48
13959
13960         * src/compose.c
13961                 Try to fix the copy/paste mess once again.
13962
13963
13964 2005-04-30 [colin]      1.9.6cvs47
13965
13966         * src/prefs_account.h
13967         * src/procmsg.c
13968         * src/send_message.c
13969         * src/common/smtp.c
13970         * src/common/smtp.h
13971                 Try to batch sending mails (per account) instead of
13972                 reconnecting to server every time.
13973
13974 2005-04-29 [colin]      1.9.6cvs46
13975
13976         * src/messageview.c
13977                 Fix window resizing that refused to size down
13978         * src/prefs_common.c
13979         * src/prefs_common.h
13980         * src/prefs_filtering.c
13981                 Save Filtering's window size
13982
13983 2005-04-21 [paul]       1.9.6cvs45
13984
13985         * ChangeLog-gtk2.claws
13986         * src/setup.c
13987                 correction to sync
13988
13989 2005-04-21 [paul]       1.9.6cvs44
13990
13991         sync with main:
13992
13993         * src/setup.c
13994         * src/statusbar.c
13995         * src/statusbar.h
13996                 use gtkut_widget_draw_now(). Improved performance
13997                 of the update of statusbar
13998         * src/textview.c
13999                 textview_smooth_scroll_do(): redraw it after scroll
14000                 is done (fixed incorrect display when a part of the
14001                 view is hidden).
14002         * src/gtk/gtkutils.c
14003         * src/gtk/gtkutils.h
14004                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14005                 to force update of widgets.
14006                 Removed gtkut_widget_wait_for_draw() which had a big
14007                 overhead  because of waiting for all events processed 
14008
14009 2005-04-20 [paul]       1.9.6cvs43
14010
14011         * src/codeconv.c
14012                 complete 1.9.6cvs42's sync:
14013                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14014
14015 2005-04-19 [paul]       1.9.6cvs42
14016
14017         sync with main:
14018
14019         * src/action.c
14020                 catch_output(): correctly select the insert text
14021                 (fix invalid iterator warnings).
14022         * src/codeconv.c
14023         * src/codeconv.h
14024         * src/mainwindow.c
14025         * src/messageview.c
14026         * src/prefs_common.c
14027                 support GBK encoding.
14028         * src/common/session.c
14029         * src/common/session.h
14030                 use separate buffer for large data to be sent,
14031                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14032
14033 2005-04-18 [paul]       1.9.6cvs41
14034
14035         * src/jpilot.c
14036                 convert unsigned long into guint32
14037                 patch by Paul LeoNerd Evans 
14038
14039 2005-04-17 [colin]      1.9.6cvs40
14040
14041         * src/compose.c
14042                 Fix 'Request return receipt' from folder
14043                 properties (bug #708)
14044
14045 2005-04-17 [colin]      1.9.6cvs39
14046
14047         * src/mainwindow.c
14048                 Fix duplicate hotkeys in Mainwindow's menu
14049
14050 2005-04-17 [colin]      1.9.6cvs38
14051
14052         * src/folderview.c
14053                 Fix duplicate hotkeys in Folderview's contextual
14054                 menu
14055
14056 2005-04-15 [colin]      1.9.6cvs37
14057
14058         * src/summaryview.c
14059                 Fix 'Save as...' with non-ascii filenames
14060
14061 2005-04-15 [colin]      1.9.6cvs36
14062
14063         * src/plugins/pgpmime/pgpmime.c
14064                 Fix bus error on 64bit. Spotted by 
14065                 macallan1888@gmail.com
14066
14067 2005-04-15 [colin]      1.9.6cvs35
14068
14069         * src/prefs_account.c
14070                 Fix cvs34.
14071
14072 2005-04-12 [colin]      1.9.6cvs34
14073
14074         * src/prefs_account.c
14075                 Fix smtp auth type off-by-one. We forgot to
14076                 add PLAIN in the prefs-to-gui setter func and
14077                 as a result, the selected auth when opening
14078                 account prefs was not the correct one.
14079
14080 2005-04-12 [paul]       1.9.6cvs33
14081
14082         * src/inc.c
14083                 if the recv dialog is visible, Cancel only
14084                 cancels the current account
14085
14086
14087 2005-04-10 [colin]      1.9.6cvs32
14088
14089         * src/filtering.c
14090                 Copy score when copying FilteringActions
14091                 Fix bug #674
14092
14093 2005-04-10 [colin]      1.9.6cvs31
14094
14095         * src/inc.c
14096                 Make Message -> Receive -> Cancel cancel 
14097                 incorporation on all accounts. Fixes
14098                 bug #693
14099
14100 2005-04-10 [colin]      1.9.6cvs30
14101
14102         * src/prefs_account.c
14103                 Update Privacy checkbuttons status based
14104                 on the selected privacy system
14105         * src/compose.c
14106                 Always connect the "None" privacy system; the
14107                 static boolean was probably there to avoid
14108                 reconnecting twice in the same compose window,
14109                 but as the parent function is only called once
14110                 per compose, it's only a bug - as a static is
14111                 initialized once per application instance.
14112                 Also, don't uncheck Sign and Encrypt when
14113                 selecting None as privacy system; just ignore
14114                 them when sending/queuing.
14115                 Should fix bug #695
14116
14117 2005-04-08 [colin]      1.9.6cvs29
14118
14119         * src/account.c
14120         * src/prefs_account.c
14121         * src/prefs_account.h
14122                 Add account preference to queue message in a certain
14123                 folder.
14124
14125 2005-04-06 [colin]      1.9.6cvs28
14126
14127         * src/prefs_account.c
14128                 Update old inbox path syntax
14129
14130 2005-04-06 [paul]       1.9.6cvs27
14131
14132         sync with main:
14133
14134         * configure.ac
14135                 changed -traditional-cpp to -no-cpp-precomp for newer
14136                 Mac OS X support
14137         * src/foldersel.c
14138                 made column resize automatically
14139         * src/send_message.c
14140                 send_message_smtp(): consider EOF right after QUIT
14141                 successful (workaround for Gmail SMTP server)
14142         * src/common/socket.c
14143                 ssl_read(), ssl_peek(): check EOF which violates the
14144                 SSL protocol
14145         * src/gtk/colorlabel.c
14146                 removed warnings when displaying colorlabel menu
14147                 (don't use GtkAlignment)
14148
14149 2005-04-05 [paul]       1.9.6cvs26
14150
14151         * src/plugins/trayicon/trayicon.c
14152                 fix clipping of icon under KDE3 
14153
14154 2005-04-05 [paul]       1.9.6cvs25
14155
14156         * src/summaryview.c
14157                 hide display of threading
14158                 patch by Alfons
14159
14160 2005-04-04 [thorsten]   1.9.6cvs24
14161
14162         * src/mh.c
14163                 marks lost on filesystems with different stat() results on
14164                 summer-/wintertime
14165
14166 2005-04-03 [colin]      1.9.6cvs23
14167
14168         * src/summaryview.c
14169                 Don't handle up/down. Patch by Alfons
14170
14171 2005-04-02 [colin]      1.9.6cvs22
14172
14173         * src/summaryview.c
14174                 Make scrolling faster. Patch by Alfons.
14175
14176 2005-04-01 [colin]      1.9.6cvs21
14177
14178         * src/Makefile.am
14179         * src/stock_pixmap.c
14180         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14181         * src/pixmaps/dir_noselect.xpm ** ADDED **
14182                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14183
14184 2005-04-01 [colin]      1.9.6cvs20
14185
14186         * src/image_viewer.c
14187         * src/image_viewer.h
14188         * src/procmime.c
14189         * src/procmime.h
14190         * src/textview.c
14191         * src/textview.h
14192                 Implement inline image resizing and right-clicking
14193
14194 2005-04-01 [paul]       1.9.6cvs19
14195
14196         * AUTHORS
14197         * Makefile.am
14198         * configure.ac
14199                 check for gnome2
14200                 patch by Luca Cavalli <loopback<AT>slackit.org>
14201         * po/ru.po
14202                 updated by Pavlo Bohmat
14203
14204 2005-03-31 [colin]      1.9.6cvs18
14205
14206         * src/news.c
14207                 Fix parsing references
14208         * src/msgcache.c
14209                 don't put nulls in the references list
14210         * src/procheader.c
14211                 commit that forgotten file in 1.9.6cvs14
14212
14213 2005-03-31 [colin]      1.9.6cvs17
14214
14215         * src/compose.c
14216                 Fix joining of signature separator again. 
14217                 Maybe Hiro could put it in main too...
14218
14219 2005-03-31 [colin]      1.9.6cvs16
14220
14221         * src/Makefile.am
14222         * src/foldersel.c
14223         * src/stock_pixmap.c
14224         * src/stock_pixmap.h
14225         * src/pixmaps/dir-noselect.xpm
14226                 Update foldersel.c (sync from main, patch by Alfons)
14227
14228 2005-03-30 [colin]      1.9.6cvs15
14229
14230         * src/imap.c
14231                 Fix handling of imap folders containing [] in 
14232                 their name. Thanks to Nahuel Angelinetti for
14233                 the detailed bugreport.
14234
14235 2005-03-30 [colin]      1.9.6cvs14
14236
14237         * src/common/utils.h
14238         * src/common/utils.c
14239         * src/common/defs.h
14240         * src/matcher.c
14241         * src/msgcache.c
14242         * src/news.c
14243         * src/procmsg.c
14244         * src/procmsg.h
14245         * src/quote_fmt_parse.y
14246         * src/summaryview.c
14247                 Update references system. Patch by Alfons
14248
14249 2005-03-30 [colin]      1.9.6cvs13
14250
14251         * src/common/socket.c
14252                 Force the glibc to read resolv.conf again when 
14253                 it has changed. Should fix issues when changing
14254                 networks on a laptop and not restarting sylpheed. 
14255
14256 2005-03-30 [paul]       1.9.6cvs12
14257
14258         partial sync with main:
14259
14260         * src/action.c
14261                 create_io_dialog(): use user-defined text font
14262                 (thanks to Alfons), and modified its appearance.
14263         * src/addrgather.c
14264         * src/addrharvest.c
14265         * src/browseldap.c
14266                 replace old code
14267         * src/compose.c
14268                 don't join (presumably) itemized lines on line-wrapping
14269                 fixed wrapping of quote when auto-wrapping is enabled
14270                 compose_destroy(): destroy paned only if it's not
14271                 attached to window. Fixed memory leak of popup menu.
14272         * src/exphtmldlg.c
14273         * src/expldifdlg.c
14274                 replace old code
14275         * src/html.c
14276         * src/html.h
14277         * src/importmutt.c
14278         * src/importpine.c
14279                 replace old code
14280         * src/main.c
14281                 removed redundant code
14282         * src/mainwindow.c
14283                 changed 'Code set' (which is rather incorrect)
14284                 in the menu to 'Character encoding'
14285                 main_window_set_widgets(): request size first
14286                 to prevent window size becoming wrong
14287                 fixed remembering of the state of the visibility
14288                 of MessageView
14289         * src/messageview.c
14290                 changed 'Code set' (which is rather incorrect)
14291                 in the menu to 'Character encoding'
14292         * src/prefs_common.c
14293         * src/prefs_common.h
14294                 added an option whether to render HTML as text or not
14295                 added separators to outgoing encoding menu
14296         * src/procheader.c
14297                 procheader_scan_date_string(): support header
14298                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
14299         * src/summaryview.c
14300         * src/summaryview.h
14301                 minor code cleanup
14302         * src/textview.c
14303                 textview_show_html(): force output of newline
14304                 added an option whether to render HTML as text or not
14305         * src/common/utils.c
14306                 strncpy2(): optimized based on Alfons' code
14307         * src/gtk/gtkutils.c
14308         * src/gtk/gtkutils.h
14309                 removed non-used code
14310         * src/plugins/pgpmime/passphrase.c
14311                 partially fixed grab input of passphrase dialog
14312                 Confine pointer to window
14313
14314 2005-03-30 [colin]      1.9.6cvs11
14315
14316         * src/msgcache.c
14317         * src/msgcache.h
14318                 Read/write 32bit ints from cache & marks
14319                 From main.
14320
14321 2005-03-29 [paul]       1.9.6cvs10
14322
14323         * AUTHORS
14324         * ChangeLog.claws
14325         * src/compose.c
14326         * src/gtk/gtkaspell.c
14327                 sync with HEAD (don't pass NULL pointers) 
14328
14329 2005-03-24 [paul]
14330
14331         * tools/Makefile.am
14332         * tools/README
14333         * tools/acroread2sylpheed.pl
14334                 sync with HEAD (add script to send pdfs as
14335                 attachments from Adobe Reader 7)
14336
14337 2005-03-21 [paul]       1.9.6cvs9
14338
14339         * configure.ac
14340         * po/POTFILES.in
14341         * src/Makefile.am
14342         * src/crash.c
14343         * src/image_viewer.c ** ADDED **
14344         * src/image_viewer.h ** ADDED **
14345         * src/main.c
14346         * src/prefs_common.c
14347         * src/prefs_common.h
14348         * src/prefs_image_viewer.c ** ADDED **
14349         * src/prefs_image_viewer.h ** ADDED **
14350         * src/textview.c
14351         * src/gtk/about.c
14352         * src/pixmaps/sylpheed_logo.xpm
14353         * src/plugins/Makefile.am
14354         * src/plugins/image_viewer/.cvsignore ** REMOVED **
14355         * src/plugins/image_viewer/Makefile.am ** REMOVED **
14356         * src/plugins/image_viewer/plugin.c ** REMOVED **
14357         * src/plugins/image_viewer/viewer.c ** REMOVED **
14358         * src/plugins/image_viewer/viewer.glade ** REMOVED **
14359         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
14360         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
14361         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
14362         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
14363                 as gdk-pixbuf is now built-in
14364                 remove image_viewer plugin and put code back into
14365                 main codebase
14366                 implement inline image display (sync with main)
14367
14368                 replace logo with newer, nicer, larger version  
14369
14370 2005-03-21 [paul]       1.9.6cvs8
14371
14372         * src/gtk/about.c
14373                 cosmetic improvement
14374
14375 2005-03-21 [holger]     1.9.6cvs7
14376
14377         * src/plugins/spamassassin/spamassassin.c
14378                 Sync with HEAD
14379                 (unregister hook on failed plugin init)
14380
14381 2005-03-20 [colin]      1.9.6cvs6
14382
14383         * src/common/plugin.c
14384                 Check that plugin isn't already loaded
14385                 Patch by Alfons
14386
14387 2005-03-20 [thorsten]   1.9.6cvs5
14388
14389         * src/compose.c
14390                 use a more compatible syntax
14391
14392 2005-03-20 [thorsten]   1.9.6cvs4
14393
14394         * src/prefs_toolbar.c
14395                 fix crash when selecting toolbar item (uninitialized pointer)
14396
14397 2005-03-20 [thorsten]   1.9.6cvs3
14398
14399         * src/procmime.c
14400                 fix mimetype detection (referenced free()d string)
14401
14402 2005-03-20 [paul]       1.9.6cvs2
14403
14404         * src/compose.c
14405                 sync with HEAD (1.0.3cvs5)
14406                 neglect Reply-To header if empty
14407                 Patch by Alfons 
14408
14409 2005-03-19 [holger]     1.9.6cvs1
14410
14411         * src/summaryview.c
14412         * src/summaryview.h
14413                 Sync with HEAD
14414
14415 2005-03-18 [paul]       1.9.6
14416
14417         initial GTK2 release
14418
14419 2005-03-18 [paul]       1.0.3cvs3.1
14420
14421         * AUTHORS
14422         * ChangeLog.claws
14423         * configure.ac
14424         * src/gtk/about.c
14425         * src/pixmaps/sylpheed_logo.xpm
14426                 sync with HEAD
14427
14428 2005-03-18 [colin]      1.0.3cvs2.6
14429
14430         * src/summaryview.c
14431                 Remove call to summary_step in summary_copy_selected_to
14432                 Can't see its purpose, and this causes bug when copying
14433                 a message if the next one is unread: it reads it.
14434
14435 2005-03-18 [paul]       1.0.3cvs2.5
14436
14437         * src/foldersel.c
14438                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
14439
14440 2005-03-18 [paul]       1.0.3cvs2.4
14441
14442         * src/addrharvest.c
14443         * src/codeconv.c
14444         * src/codeconv.h
14445         * src/compose.c
14446         * src/news.c
14447         * src/procheader.c
14448         * src/procmime.c
14449         * src/unmime.c
14450         * src/unmime.h
14451                 fix buffer overflow, CAN-2005-0667, see
14452                 http://secunia.com/advisories/14491/
14453                 Patch by Alfons
14454
14455 2005-03-17 [colin]      1.0.3cvs2.3
14456
14457         * src/prefs_fonts.c
14458         * src/summaryview.c
14459                 Fix font bugs (both lists now officialy share 
14460                 the same font)
14461                 
14462
14463 2005-03-17 [paul]       1.0.3cvs2.2
14464
14465         * src/gtk/pluginwindow.c
14466                 make plugin descriptions uneditable
14467
14468 2005-03-11 [paul]       1.0.3cvs2.1
14469
14470         * ChangeLog.claws
14471         * configure.ac
14472         * po/POTFILES.in
14473         * src/plugins/trayicon/trayicon.c
14474                 sync with HEAD
14475                 add src/wizard.c to POTFILES.in
14476
14477 2005-03-11 [paul]       1.0.3cvs1.1
14478
14479         * ChangeLog
14480         * ChangeLog.claws
14481         * configure.ac
14482         * po/de.po
14483         * po/es.po
14484         * po/fr.po
14485         * po/it.po
14486         * po/pt_BR.po
14487         * po/ru.po
14488         * po/sk.po
14489         * po/sr.po
14490         * po/zh_CN.po
14491                 sync with HEAD
14492
14493 2005-03-04 [colin]      1.0.1cvs22.2
14494
14495         * src/compose.c
14496                 Fix signatures with accentued chars in it
14497
14498 2005-03-04 [colin]      1.0.1cvs22.1
14499
14500         * src/common/smtp.c
14501         * src/common/smtp.h
14502                 Don't use SIZE param in MAIL FROM: if server 
14503                 doesn't support it. Patch by Eugen Freiter
14504                 <eugen_f@users.sf.net>
14505
14506 2005-02-27 [paul]       1.0.1cvs20.1
14507
14508         * ChangeLog.claws
14509         * configure.ac
14510         * src/messageview.c
14511                 sync with HEAD
14512
14513 2005-02-27 [colin]      1.0.1cvs19.4
14514
14515         * src/procheader.c
14516         * src/procheader.h
14517                 Fix prototypes. Patch by Alfons
14518
14519 2005-02-27 [colin]      1.0.1cvs19.3
14520
14521         * src/compose.c
14522                 Don't auto-join the signature separator.
14523
14524 2005-02-26 [colin]      1.0.1cvs19.2
14525
14526         * src/summaryview.c
14527                 Fix 'mark all read' with collapsed threads.
14528                 Patch by Alfons.
14529
14530 2005-02-25 [paul]       1.0.1cvs19.1
14531
14532         * ChangeLog.claws
14533         * configure.ac
14534         * src/prefs_account.c
14535         * src/prefs_folder_item.c
14536         * src/gtk/prefswindow.c
14537         * src/gtk/prefswindow.h
14538                 sync with HEAD
14539
14540 2005-02-25 [paul]       1.0.1cvs15.12
14541
14542         * src/alertpanel.c
14543         * src/codeconv.c
14544         * src/compose.c
14545         * src/textview.c
14546         * src/gtk/gtkutils.c
14547         * src/gtk/gtkutils.h
14548         * src/gtk/logwindow.c
14549         * src/gtk/progressdialog.c
14550                 sync with main (revision 127)
14551                 and fix logwindow clipping
14552
14553 2005-02-24 [colin]      1.0.1cvs15.11
14554
14555         * src/plugins/pgpmime/passphrase.c
14556                 Disable input grabbing; it doesn't work yet.
14557
14558 2005-02-24 [colin]      1.0.1cvs15.10
14559
14560         * src/messageview.c
14561                 Don't send out receipts if offline. Ask.
14562
14563 2005-02-23 [colin]      1.0.1cvs15.9
14564
14565         * src/summaryview.c     
14566                 Fix expanding
14567
14568 2005-02-23 [colin]      1.0.1cvs15.8
14569
14570         * src/summaryview.c
14571                 Really fix Bug 568 by removing useless
14572                 calls. summary_thread_init() now called
14573                 in summary_sort(). This should please
14574                 Alfons as it should be faster than 
14575                 previously.
14576
14577 2005-02-23 [colin]      1.0.1cvs15.7
14578
14579         * src/compose.c
14580                 Encode parts as QP or B64 if signing
14581
14582 2005-02-23 [colin]      1.0.1cvs15.6
14583
14584         * src/compose.c
14585                 Fix Mimeinfo leakage (including tmp files)
14586         * src/procmsg.c
14587                 Fix tmp file leakage (spotted by Ivan Rayner)
14588
14589 2005-02-22 [colin]      1.0.1cvs15.5
14590
14591         * src/expldifdlg.c
14592                 Fix keyboard input. Patch by Alfons.
14593
14594 2005-02-21 [colin]      1.0.1cvs15.4
14595
14596         * src/compose.c
14597                 Fix Sign/Encrypt when unselecting privacy
14598                 system
14599         * src/prefs_common.c
14600                 Change default message font to Monospace
14601         * src/summaryview.c
14602                 More freezing during potentially large operations
14603
14604 2005-02-21 [paul]       1.0.1cvs15.3
14605
14606         * src/main.c
14607                 fix --help output
14608
14609 2005-02-21 [paul]       1.0.1cvs15.2
14610
14611         * po/Makefile.in.in
14612         * src/compose.c
14613         * src/summaryview.c
14614         * src/textview.c
14615         * src/common/utils.c
14616         * src/common/utils.h
14617                 sync with main (revision 117)
14618
14619 2005-02-20 [colin]      1.0.1cvs15.1
14620
14621         * src/common/defs.h
14622                 Change cache file to .sylpheed_claws_cache, as
14623                 suggested by Alfons. Allows people to switch
14624                 between Sylpheed and Sylpheed-Claws. it is
14625                 a good idea to "Check for new messages" at next
14626                 startup.
14627
14628
14629 2005-02-18 [colin]      1.0.1cvs14.1
14630
14631         * src/quote_fmt_lex.l
14632         * src/quote_fmt_parse.y
14633                 Fix parser initialisation. Patch by Ivan.
14634
14635 2005-02-18 [colin]      1.0.1cvs11.6
14636
14637         * src/folderview.c
14638                 Fix scrolldown (bug 662)
14639
14640 2005-02-17 [colin]      1.0.1cvs11.5
14641
14642         * src/codeconv.c
14643                 conv_filename_to_utf8: return clean 7bit instead
14644                 of broken utf8 if needed
14645         * src/mimeview.c
14646                 Fix display of parts with unclean 8bit names
14647
14648 2005-02-17 [paul]       1.0.1cvs11.4
14649
14650         * src/compose.c
14651         * src/exportldif.c
14652         * src/matcher_parser_parse.y
14653         * src/procmime.c
14654         * src/sourcewindow.c
14655         * src/common/Makefile.am
14656         * src/common/intl.h             ** REMOVED **
14657         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14658                 sync with main (revision 109)
14659                 and clean up
14660
14661 2005-02-16 [colin]      1.0.1cvs11.3
14662
14663         * src/summaryview.c
14664                 Fix collapsed thread not highlighting when new
14665                 messages in it (Bug 568) Patch by Stephan Sachse.
14666                 Fix messed up selection when reaching bounds (Bug 632)
14667         * src/prefs_themes.c
14668                 Fix theme installing (Bug 684)
14669
14670 2005-02-16 [colin]      1.0.1cvs11.2
14671
14672         * src/messageview.c
14673                 Fix messageview_select_all
14674
14675 2005-02-16 [colin]      1.0.1cvs11.1
14676
14677         * src/mh.c
14678                 Sync with HEAD (MH scan required function)
14679
14680 2005-02-15 [colin]      1.0.1cvs8.1
14681
14682         * src/mimeview.c
14683         * src/common/utils.c
14684                 Sync with HEAD (filename chars substitution)
14685
14686 2005-02-15 [colin]      1.0.1cvs7.3
14687
14688         * src/gtk/pluginwindow.c
14689                 Fix button spacing
14690
14691 2005-02-15 [colin]      1.0.1cvs7.2
14692
14693         * src/mimeview.c
14694                 Fix mime icons not reset across message when
14695                 scrolled down
14696
14697 2005-02-15 [colin]      1.0.1cvs7.1
14698
14699         * src/compose.c
14700         * src/procmime.c
14701                 Sync with HEAD (optimisation of cvs6)
14702
14703 2005-02-14 [colin]      1.0.1cvs6.1
14704
14705         * src/compose.c
14706         * src/procmime.c
14707                 Sync with HEAD (encode "From " at line beginning)
14708
14709 2005-02-14 [colin]      1.0.1cvs5.3
14710
14711         * src/compose.c
14712                 Fix wrapping with accentued chars.
14713
14714 2005-02-13 [colin]      1.0.1cvs5.2
14715
14716         * src/textview.c
14717                 Fix email informative part parsing with
14718                 accentued chars in it. ispunct() returns
14719                 true for them in utf8...
14720
14721 2005-02-12 [colin]      1.0.1cvs5.1
14722
14723         * src/filtering.c
14724                 Sync with HEAD (remove wrong use of compose after send)
14725
14726 2005-02-12 [paul]       1.0.1cvs4.5
14727
14728         * src/textview.c
14729                 remove unnecessary code (thanks to Alfons)
14730
14731 2005-02-12 [paul]       1.0.1cvs4.4
14732
14733         * src/textview.c
14734                 add 'Copy' to contextual menu on emails
14735
14736 2005-02-11 [colin]      1.0.1cvs4.3
14737
14738         * src/compose.c
14739                 revert 1.0.0cvs28.2, it doesn't work that well.
14740
14741 2005-02-11 [paul]       1.0.1cvs4.2
14742
14743         * po/Makefile.in.in
14744                 fix 'make release'
14745
14746 2005-02-10 [paul]       1.0.1cvs4.1
14747
14748         * ChangeLog
14749         * ChangeLog.claws
14750         * ChangeLog.jp
14751         * configure.ac
14752         * src/compose.c
14753                 sync with HEAD (sync with main)
14754
14755 2005-02-10 [paul]       1.0.1cvs3.2
14756
14757         * AUTHORS
14758         * Makefile.am
14759         * autogen.sh
14760         * configure.ac
14761         * config/mkinstalldirs
14762         * intl/.cvsignore
14763         * intl/ChangeLog
14764         * intl/VERSION
14765         * intl/bindtextdom.c
14766         * intl/config.charset
14767         * intl/dcgettext.c
14768         * intl/dcigettext.c
14769         * intl/dcngettext.c
14770         * intl/dgettext.c
14771         * intl/dngettext.c
14772         * intl/eval-plural.h
14773         * intl/explodename.c
14774         * intl/finddomain.c
14775         * intl/gettext.c
14776         * intl/gettextP.h
14777         * intl/gmo.h
14778         * intl/hash-string.h
14779         * intl/intl-compat.c
14780         * intl/l10nflist.c
14781         * intl/libgnuintl.h.in
14782         * intl/loadinfo.h
14783         * intl/loadmsgcat.c
14784         * intl/localcharset.c
14785         * intl/localcharset.h
14786         * intl/locale.alias
14787         * intl/localealias.c
14788         * intl/localename.c
14789         * intl/log.c
14790         * intl/ngettext.c
14791         * intl/os2compat.c
14792         * intl/os2compat.h
14793         * intl/osdep.c
14794         * intl/plural-exp.c
14795         * intl/plural-exp.h
14796         * intl/plural.c
14797         * intl/plural.y
14798         * intl/ref-add.sin
14799         * intl/ref-del.sin
14800         * intl/relocatable.c
14801         * intl/relocatable.h
14802         * intl/textdomain.c
14803         * m4/Makefile.am
14804         * po/Makefile.in.in
14805         * src/Makefile.am
14806         * src/account.c
14807         * src/action.c
14808         * src/addr_compl.c
14809         * src/addressadd.c
14810         * src/addressbook.c
14811         * src/addrgather.c
14812         * src/addrindex.c
14813         * src/alertpanel.c
14814         * src/browseldap.c
14815         * src/codeconv.c
14816         * src/codeconv.h
14817         * src/compose.c
14818         * src/compose.h
14819         * src/crash.c
14820         * src/editaddress.c
14821         * src/editbook.c
14822         * src/editgroup.c
14823         * src/editjpilot.c
14824         * src/editldap.c
14825         * src/editldap_basedn.c
14826         * src/editvcard.c
14827         * src/exphtmldlg.c
14828         * src/expldifdlg.c
14829         * src/export.c
14830         * src/exporthtml.c
14831         * src/filtering.c
14832         * src/folder.c
14833         * src/folder_item_prefs.c
14834         * src/foldersel.c
14835         * src/folderview.c
14836         * src/grouplistdialog.c
14837         * src/headerview.c
14838         * src/imap.c
14839         * src/imap_gtk.c
14840         * src/import.c
14841         * src/importldif.c
14842         * src/importmutt.c
14843         * src/importpine.c
14844         * src/inc.c
14845         * src/ldif.c
14846         * src/main.c
14847         * src/mainwindow.c
14848         * src/matcher.c
14849         * src/mbox.c
14850         * src/message_search.c
14851         * src/messageview.c
14852         * src/mh.c
14853         * src/mh_gtk.c
14854         * src/mimeview.c
14855         * src/msgcache.c
14856         * src/news.c
14857         * src/news_gtk.c
14858         * src/noticeview.c
14859         * src/partial_download.c
14860         * src/pop.c
14861         * src/prefs_account.c
14862         * src/prefs_actions.c
14863         * src/prefs_common.c
14864         * src/prefs_customheader.c
14865         * src/prefs_display_header.c
14866         * src/prefs_ext_prog.c
14867         * src/prefs_filtering.c
14868         * src/prefs_filtering_action.c
14869         * src/prefs_folder_item.c
14870         * src/prefs_fonts.c
14871         * src/prefs_gtk.c
14872         * src/prefs_matcher.c
14873         * src/prefs_msg_colors.c
14874         * src/prefs_spelling.c
14875         * src/prefs_summary_column.c
14876         * src/prefs_template.c
14877         * src/prefs_themes.c
14878         * src/prefs_toolbar.c
14879         * src/prefs_wrapping.c
14880         * src/privacy.c
14881         * src/procheader.c
14882         * src/procmime.c
14883         * src/procmsg.c
14884         * src/quote_fmt.c
14885         * src/recv.c
14886         * src/send_message.c
14887         * src/setup.c
14888         * src/sourcewindow.c
14889         * src/ssl_manager.c
14890         * src/statusbar.c
14891         * src/summary_search.c
14892         * src/summaryview.c
14893         * src/textview.c
14894         * src/toolbar.c
14895         * src/wizard.c
14896         * src/common/nntp.c
14897         * src/common/plugin.c
14898         * src/common/smtp.c
14899         * src/common/ssl.c
14900         * src/common/ssl_certificate.c
14901         * src/common/string_match.c
14902         * src/common/sylpheed.c
14903         * src/common/template.c
14904         * src/common/utils.c
14905         * src/gtk/about.c
14906         * src/gtk/colorlabel.c
14907         * src/gtk/description_window.c
14908         * src/gtk/filesel.c
14909         * src/gtk/foldersort.c
14910         * src/gtk/gtkaspell.c
14911         * src/gtk/gtkutils.c
14912         * src/gtk/inputdialog.c
14913         * src/gtk/logwindow.c
14914         * src/gtk/menu.c
14915         * src/gtk/pluginwindow.c
14916         * src/gtk/prefswindow.c
14917         * src/gtk/progressdialog.c
14918         * src/gtk/quicksearch.c
14919         * src/gtk/sslcertwindow.c
14920         * src/plugins/clamav/clamav_plugin.c
14921         * src/plugins/clamav/clamav_plugin_gtk.c
14922         * src/plugins/demo/demo.c
14923         * src/plugins/dillo_viewer/dillo_prefs.c
14924         * src/plugins/dillo_viewer/dillo_viewer.c
14925         * src/plugins/image_viewer/plugin.c
14926         * src/plugins/image_viewer/viewer.c
14927         * src/plugins/image_viewer/viewerprefs.c
14928         * src/plugins/mathml_viewer/mathml_viewer.c
14929         * src/plugins/pgpmime/passphrase.c
14930         * src/plugins/pgpmime/plugin.c
14931         * src/plugins/pgpmime/prefs_gpg.c
14932         * src/plugins/pgpmime/select-keys.c
14933         * src/plugins/pgpmime/sgpgme.c
14934         * src/plugins/spamassassin/spamassassin.c
14935         * src/plugins/spamassassin/spamassassin_gtk.c
14936         * src/plugins/trayicon/trayicon.c
14937                 sync with main (revision 104)
14938
14939 2005-02-10 [colin]      1.0.1cvs3.1
14940
14941         * src/mainwindow.c
14942                 Sync with HEAD (fix occasional crasher)
14943
14944 2005-02-10 [colin]      1.0.1cvs2.1
14945
14946         * src/messageview.c
14947                 Synw with HEAD (don't automatically display html)
14948
14949 2005-02-09 [colin]      1.0.1cvs1.3
14950
14951         * src/textview.c
14952         * src/textview.h
14953                 Add contextual menu on emails
14954
14955 2005-02-09 [colin]      1.0.1cvs1.2
14956
14957         * src/codeconv.c
14958                 Fix converting from broken headers and 
14959                 put back the _ in missing places
14960                 (feature broke with cvs24.2 sync, main 
14961                  possibly affected?)
14962
14963 2005-02-09 [colin]      1.0.1cvs1.1
14964
14965         * src/messageview.c
14966         * src/mimeview.c
14967         * src/mimeview.h
14968                 Sync with HEAD (display non text/plain mails with plugin)
14969
14970 2005-02-08 [colin]      1.0.1.1
14971
14972         * ChangeLog.claws
14973         * po/pt_BR.po
14974                 Sync with HEAD
14975         * configure.ac
14976                 Make default configuration directory 
14977                 be .sylpheed-gtk2
14978
14979 2005-02-08 [colin]      1.0.0cvs29.1
14980
14981         * po/de.po
14982         * po/es.po
14983         * po/fr.po
14984         * po/it.po
14985         * po/sk.po
14986         * po/sr.po
14987                 Sync translations with HEAD
14988
14989 2005-02-06 [colin]      1.0.0cvs28.3
14990
14991         * src/compose.c
14992                 Make compose a bit faster - patch by Alfons.
14993
14994 2005-02-06 [colin]      1.0.0cvs28.2
14995
14996         * src/compose.c
14997                 Make pasting via middle-click more reliable
14998
14999 2005-02-05 [paul]       1.0.0cvs28.1
15000
15001         * ChangeLog
15002         * ChangeLog.claws
15003         * ChangeLog.jp
15004         * configure.ac
15005         * src/compose.c
15006                 sync with HEAD
15007                 (fix bug 682 'redirect is broken'
15008
15009 2005-02-05 [torte]      1.0.0cvs27.1
15010
15011         * ChangeLog.claws
15012         * configure.ac
15013         * src/partial_download.c
15014                 Sync with HEAD (fix buf overflow)
15015
15016 2005-02-03 [colin]      1.0.0cvs26.1
15017
15018         * src/common/plugin.c
15019                 Sync with HEAD (avoid plugin mismatches)
15020
15021 2005-02-03 [paul]       1.0.0cvs25.3
15022
15023         * src/folderview.c
15024         * src/headerview.c
15025         * src/summaryview.c
15026         * src/textview.c
15027         * src/gtk/colorlabel.c
15028                 third and final part of initial sync with main-gtk2
15029
15030 2005-02-03 [paul]       1.0.0cvs25.2
15031
15032         * src/jpilot.c
15033                 fix building with jpilot support
15034
15035 2005-02-02 [colin]      1.0.0cvs25.1
15036
15037         * src/messageview.c
15038                 Sync with HEAD (fix dangerous typo)
15039
15040 2005-02-01 [colin]      1.0.0cvs24.3
15041
15042         * src/common/xml.c
15043                 Write file as advertised (UTF-8)
15044
15045 2005-02-01 [paul]       1.0.0cvs24.2
15046
15047         * src/addrbook.c
15048         * src/addrindex.c
15049         * src/alertpanel.h
15050         * src/codeconv.c
15051         * src/codeconv.h
15052         * src/compose.c
15053         * src/export.c
15054         * src/folder_item_prefs.c
15055         * src/html.c
15056         * src/imap.c
15057         * src/import.c
15058         * src/jpilot.c
15059         * src/mainwindow.c
15060         * src/matcher_parser_lex.l
15061         * src/messageview.c
15062         * src/mh.c
15063         * src/prefs_account.c
15064         * src/prefs_actions.c
15065         * src/prefs_common.c
15066         * src/prefs_gtk.c
15067         * src/prefs_gtk.h
15068         * src/prefs_themes.c
15069         * src/procheader.c
15070         * src/procmime.c
15071         * src/sourcewindow.c
15072         * src/statusbar.c
15073         * src/summaryview.c
15074         * src/textview.c
15075         * src/toolbar.c
15076         * src/unmime.c
15077         * src/common/template.c
15078         * src/common/utils.c
15079         * src/common/xml.c
15080         * src/common/xml.h
15081         * src/gtk/gtkaspell.c
15082         * src/plugins/clamav/clamav_plugin.c
15083         * src/plugins/dillo_viewer/dillo_prefs.c
15084         * src/plugins/image_viewer/viewerprefs.c
15085         * src/plugins/pgpmime/passphrase.c
15086         * src/plugins/pgpmime/prefs_gpg.c
15087         * src/plugins/pgpmime/select-keys.c
15088         * src/plugins/spamassassin/spamassassin.c
15089                 second part of initial sync with main-gtk2
15090                 (more to follow)
15091
15092 2005-01-31 [colin]      1.0.0cvs24.1
15093
15094         * src/compose.c
15095                 Sync with HEAD
15096
15097 2005-01-29 [paul]       1.0.0cvs23.2
15098
15099         * src/account.c
15100         * src/action.c
15101         * src/addressadd.c
15102         * src/addressbook.c
15103         * src/alertpanel.c
15104         * src/compose.c
15105         * src/editaddress.c
15106         * src/editbook.c
15107         * src/editgroup.c
15108         * src/editjpilot.c
15109         * src/editldap.c
15110         * src/editldap_basedn.c
15111         * src/editvcard.c
15112         * src/export.c
15113         * src/foldersel.c
15114         * src/grouplistdialog.c
15115         * src/import.c
15116         * src/importldif.c
15117         * src/inc.c
15118         * src/main.c
15119         * src/mainwindow.c
15120         * src/message_search.c
15121         * src/messageview.c
15122         * src/mimeview.c
15123         * src/prefs_actions.c
15124         * src/prefs_common.c
15125         * src/prefs_common.h
15126         * src/prefs_customheader.c
15127         * src/prefs_display_header.c
15128         * src/prefs_filtering.c
15129         * src/prefs_filtering_action.c
15130         * src/prefs_gtk.c
15131         * src/prefs_matcher.c
15132         * src/prefs_summary_column.c
15133         * src/prefs_template.c
15134         * src/sourcewindow.c
15135         * src/summary_search.c
15136         * src/summaryview.c
15137         * src/textview.c
15138         * src/gtk/about.c
15139         * src/gtk/description_window.c
15140         * src/gtk/gtkshruler.c
15141         * src/gtk/gtkutils.c
15142         * src/gtk/gtkutils.h
15143         * src/gtk/inputdialog.c
15144         * src/gtk/logwindow.c
15145         * src/gtk/prefswindow.c
15146         * src/gtk/progressdialog.c
15147         * src/gtk/progressdialog.h
15148                 first part of initial sync with main-gtk2
15149                 (more to follow)
15150
15151 2005-01-28 [colin]      1.0.0cvs23.1
15152
15153         * src/folderview.c
15154                 Sync with HEAD
15155
15156 2005-01-27 [colin]      1.0.0cvs21.1
15157
15158         * src/folder.c
15159         * src/folderview.c
15160                 Sync with HEAD
15161
15162 2005-01-27 [colin]      1.0.0cvs19.1
15163
15164         * src/procmime.c
15165                 Sync with HEAD
15166
15167 2005-01-27 [colin]      1.0.0cvs18.1
15168
15169         * src/messageview.c
15170         * src/summaryview.c
15171         * src/mainwindow.c
15172         * src/compose.c
15173         * src/compose.h
15174         * src/procmsg.c
15175         * src/procmsg.h
15176         * src/toolbar.c
15177                 Sync with HEAD
15178
15179 2005-01-26 [paul]       1.0.0cvs15.2
15180
15181         * src/compose.c
15182                 compose_entries_set(): convert subject and body to
15183                 utf8 if necessary. patch by Felix Eckhofer
15184
15185 2005-01-26 [paul]       1.0.0cvs15.1
15186
15187         * configure.ac
15188         * src/common/template.c
15189                 sync with HEAD (fix memory leak)
15190
15191 2005-01-25 [paul]       1.0.0cvs14.1
15192
15193         * configure.ac
15194         * src/compose.c
15195                 sync with HEAD
15196
15197 2005-01-24 [colin]      1.0.0cvs13.1
15198
15199         * src/summaryview.c
15200                 Sync with HEAD
15201
15202 2005-01-24 [paul]       1.0.0cvs12.1
15203
15204         * configure.ac
15205         * src/messageview.c
15206         * src/mh.c
15207         * src/common/utils.c
15208                 sync with HEAD
15209
15210 2005-01-24 [colin]      1.0.0cvs11.1
15211
15212         * src/procheader.c
15213                 Sync with HEAD
15214
15215 2005-01-24 [colin]      1.0.0cvs10.1
15216
15217         * src/folderview.c
15218                 Sync with HEAD
15219
15220 2005-01-23 [colin]      1.0.0cvs9.1
15221
15222         * src/crash.c
15223                 Sync with HEAD
15224
15225 2005-01-22 [colin]      1.0.0cvs8.1
15226
15227         * src/summaryview.c
15228         * src/gtk/quicksearch.c
15229                 Sync with HEAD
15230
15231 2005-01-21 [colin]      1.0.0cvs7.1
15232
15233         * src/summaryview.c
15234                 Sync with HEAD
15235
15236 2005-01-21 [colin]      1.0.0cvs6.1
15237
15238         * src/summaryview.c
15239                 Sync with HEAD
15240
15241 2005-01-21 [colin]      1.0.0cvs5.1
15242
15243         * src/gtk/quicksearch.c
15244         * src/prefs_common.c
15245         * src/prefs_common.h
15246                 Sync with HEAD (recurse option)
15247
15248 2005-01-21 [colin]      1.0.0cvs4.1
15249
15250         * src/folder.h
15251         * src/folderview.c
15252         * src/folderview.h
15253         * src/summaryview.c
15254         * src/gtk/quicksearch.c
15255         * src/gtk/quicksearch.h
15256                 Sync with HEAD (recursive quicksearch)
15257
15258 2005-01-20 [colin]      1.0.0cvs3.4
15259
15260         * src/ssl_manager.c
15261                 Remove useless code
15262
15263 2005-01-20 [colin]      1.0.0cvs3.3
15264
15265         * src/ssl_manager.c
15266                 Fix leak, thanks to Alfons.
15267
15268 2005-01-20 [colin]      1.0.0cvs3.2
15269
15270         * src/ssl_manager.c
15271                 Port SSL certificate window to GTK2.
15272
15273 2005-01-20 [paul]       1.0.0cvs3.1
15274
15275         * ChangeLog.claws
15276         * configure.ac
15277         * src/addrindex.c
15278         * src/addrindex.h
15279                 sync with HEAD
15280
15281 2005-01-19 [colin]      1.0.0cvs2.2
15282
15283         * src/plugins/trayicon/trayicon.c
15284                 Fix freeze with gtk-2.6, the easy way
15285                 (signal blocking helpless there...)
15286                 Closes bug #668.
15287
15288 2005-01-19 [colin]      1.0.0cvs2.1
15289
15290         * src/mbox.c
15291         * src/mbox.h
15292         * src/mainwindow.c
15293         * src/summaryview.c
15294         * src/summaryview.h
15295                 Sync with HEAD
15296
15297 2005-01-19 [paul]       1.0.0cvs1.1
15298
15299         * configure.ac
15300         * po/de.po
15301         * po/es.po
15302         * po/fr.po
15303         * po/hr.po
15304         * po/it.po
15305         * po/ja.po
15306         * po/ko.po
15307         * po/pt_BR.po
15308         * po/ru.po
15309         * po/sk.po
15310         * po/sr.po
15311                 sync with HEAD (update translations)
15312
15313 2005-01-18 [colin]      1.0.0cvs0.1
15314
15315         * src/foldersel.c
15316                 Specify search column - patch by Alfons
15317
15318 2005-01-18 [colin]      0.9.13cvs36.3
15319
15320         * src/prefs_toolbar.c
15321                 Change Delete to Remove
15322         * src/prefs_fonts.c
15323                 GTK2 version and leak fixes
15324         * src/prefs_actions.c
15325                 Add stock buttons.
15326                 All patches by Alfons
15327
15328 2005-01-17 [colin]      0.9.13cvs36.2
15329
15330         * src/compose.c
15331                 Fix DnD inserting twice. While at it,
15332                 add DnD support for text/plain in the
15333                 body, and add support in the headers.
15334
15335 2005-01-16 [colin]      0.9.13cvs36.1
15336
15337         * ChangeLog
15338         * ChangeLog.jp
15339         * ChangeLog.claws
15340                 Sync with HEAD (nothing applicable)
15341
15342 2005-01-16 [colin]      0.9.13cvs33.2
15343
15344         * src/prefs_toolbar.c
15345                 GTK2ize prefs_toolbar, by Alfons.
15346
15347 2005-01-14 [colin]      0.9.13cvs33.1
15348
15349         * src/html.c
15350         * src/msgcache.c
15351                 Sync with HEAD
15352
15353 2005-01-14 [colin]      0.9.13cvs32.1
15354
15355         * src/html.c
15356         * src/html.h
15357         * src/msgcache.c
15358         * AUTHORS
15359         * tools/calypso_convert.pl
15360                 Sync with HEAD
15361
15362 2005-01-08 [colin]      0.9.13cvs29.2
15363
15364         * src/prefs_filtering_action.c
15365         * src/prefs_filtering.c
15366                 2 more gtk2 patches by Alfons
15367
15368 2005-01-07 [paul]       0.9.13cvs29.1
15369
15370         * ChangeLog
15371         * ChangeLog.claws
15372         * ChangeLog.jp
15373         * configure.ac
15374         * src/pop.c
15375         * src/pop.h
15376                 sync with HEAD
15377
15378 2005-01-07 [colin]      0.9.13cvs28.3
15379
15380         * src/gtk/progressdialog.c
15381         * src/gtk/progressdialog.h
15382         * src/inc.c
15383         * src/send_message.c
15384                 GTK2 for the incorporation dialog. The CList isn't dead
15385                 yet, for a more smooth migration. Patch by Alfons.
15386
15387 2005-01-06 [colin]      0.9.13cvs28.2
15388
15389         * src/prefs_display_header.c
15390                 GTK2 conversion by Alfons
15391         * src/prefs_actions.c
15392         * src/prefs_matcher.c
15393                 Fix 2 leaks - patch by Alfons
15394
15395 2005-01-06 [colin]      0.9.13cvs28.1
15396
15397         * src/prefs_matcher.c
15398                 Sync with HEAD
15399
15400 2005-01-06 [colin]      0.9.13cvs27.4
15401
15402         * src/prefs_matcher.c
15403                 Fix double-free. Patch by Alfons
15404
15405 2005-01-06 [colin]      0.9.13cvs27.3
15406
15407         * src/prefs_matcher.c
15408                 GTK2 widgets + memleak
15409                 Patch by Alfons
15410
15411 2005-01-05 [colin]      0.9.13cvs27.2
15412
15413         * src/account.c
15414         * src/addr_compl.c
15415         * src/foldersel.c
15416         * src/stock_pixmap.c
15417         * src/stock_pixmap.h
15418                 3 more GTK2 patches by Alfons.
15419
15420 2005-01-04 [colin]      0.9.13cvs27.1
15421
15422         * src/folderview.c
15423         * src/imap_gtk.c
15424         * src/news_gtk.c
15425                 Sync with HEAD
15426
15427 2005-01-04 [colin]      0.9.13cvs25.9
15428
15429         * src/compose.c
15430                 Fix Show Ruler menuitem
15431         * src/prefs_template.c
15432                 Convert to GTK2
15433         * src/common/utils.c
15434                 Make auto pointer stuff handles NULLs
15435                 Patches by Alfons.
15436
15437 2005-01-04 [colin]      0.9.13cvs25.8
15438
15439         * src/compose.c
15440                 Move the attachment list to gtk2
15441                 Patch by Alfons.
15442
15443 2005-01-04 [colin]      0.9.13cvs25.7
15444
15445         * src/textview.c
15446                 Make some keys work again
15447                 Patch by SungHyun Nam <namsh@kldp.org>
15448
15449 2005-01-04 [colin]      0.9.13cvs25.6
15450
15451         * src/gtk/gtkshruler.c
15452                 Move the ruler to GTK2
15453                 Patch by Alfons
15454
15455 2005-01-03 [colin]      0.9.13cvs25.5
15456
15457         * src/compose.c
15458                 Fix my broken patch apply 
15459
15460 2005-01-03 [colin]      0.9.13cvs25.4
15461
15462         * src/common/utils.c
15463         * src/common/utils.h
15464         * src/gtk/prefswindow.c
15465                 Move auto pointer stuff to utils.c
15466                 Patch by Alfons again :)
15467
15468 2005-01-03 [colin]      0.9.13cvs25.3
15469
15470         * src/compose.c
15471         * src/prefs_gtk.c
15472         * src/prefs_template.c
15473         * src/textview.c
15474                 Empty text widgets with empty strings, not NULL char
15475                 Patch by SungHyun Nam <namsh@kldp_org>
15476
15477 2005-01-03 [colin]      0.9.13cvs25.2
15478
15479         * src/main.c
15480         * AUTHORS
15481                 Sync with HEAD
15482
15483 2005-01-03 [colin]      0.9.13cvs25.1
15484
15485         * src/pop.c
15486         * src/pop.h
15487                 Sync with HEAD
15488
15489 2005-01-03 [colin]      0.9.13cvs24.3
15490
15491         * src/account.c
15492                 Two patches from Alfons and Alex S Moore:
15493                 fix images, fix return value.
15494
15495 2005-01-01 [colin]      0.9.13cvs24.2
15496
15497         * src/prefs_actions.c
15498                 Fix over-zealous assertion. Patch by Alfons
15499
15500 2005-01-01 [colin]      0.9.13cvs24.1
15501
15502         * src/procmime.c
15503                 Sync with HEAD (leak fix)
15504
15505 2004-12-31 [colin]      0.9.13cvs23.2
15506
15507         * src/prefs_common.c
15508                 GTK2 widgets + stock buttons - patch by Alfons
15509
15510 2004-12-31 [paul]       0.9.13cvs23.1
15511
15512         * configure.ac
15513                 bump up EXTRA_VERSION to match (sync'ed) HEAD
15514         * src/gtk/pluginwindow.c
15515                 use GTK2 widgets and plug memory leaks,
15516                 patches by Alfons
15517
15518 2004-12-30 [colin]      0.9.13cvs22.4
15519
15520         * src/account.c
15521         * src/action.c
15522         * src/export.c
15523         * src/foldersel.c
15524         * src/import.c
15525         * src/message_search.c
15526         * src/prefs_actions.c
15527         * src/prefs_common.c
15528         * src/prefs_customheader.c
15529         * src/prefs_filtering.c
15530         * src/prefs_summary_column.c
15531         * src/summary_search.c
15532         * src/gtk/about.c
15533         * src/gtk/description_window.c
15534         * src/gtk/gtkutils.c
15535         * src/gtk/gtkutils.h
15536         * src/gtk/inputdialog.c
15537         * src/gtk/prefswindow.c
15538                 Use GTK2 stock buttons. Patches by Alfons.
15539
15540 2004-12-30 [colin]      0.9.13cvs22.3
15541
15542         * src/account.c
15543                 Sync with HEAD
15544         * src/prefs_actions.c
15545         * src/prefs_customheader.c
15546         * src/prefs_filtering.c
15547         * src/prefs_msg_colors.c
15548         * src/prefs_summary_column.c
15549         * src/gtk/prefswindow.c
15550                 Use GtkTreeView instead of deprecated 
15551                 widgets. Patches by Alfons.
15552
15553 2004-12-30 [paul]       0.9.13cvs22.2
15554
15555         * src/foldersel.c
15556                 use GTK 2 Tree View
15557                 patch by Alfons, with root folder sorting fix
15558                 by Stephan Sachse
15559
15560 2004-12-30 [paul]       0.9.13cvs22.1
15561
15562         * ChangeLog
15563         * ChangeLog.claws
15564         * ChangeLog.jp
15565         * NEWS
15566         * configure.ac
15567         * src/account.c
15568                 sync with HEAD
15569
15570 2004-12-22 [martin]     0.9.13cvs21.2
15571
15572         * src/action.c
15573                 free the command line after its use
15574
15575 2004-12-18 [paul]       0.9.13cvs21.1
15576
15577         * AUTHORS
15578         * ChangeLog
15579         * ChangeLog.claws
15580         * ChangeLog.jp
15581         * NEWS
15582         * configure.ac
15583         * src/action.c
15584         * src/compose.c
15585         * src/syldap.c
15586                 sync with HEAD
15587
15588 2004-12-17 [martin]     0.9.13cvs17.2
15589
15590         * src/action.c
15591                 convert actions input to locale
15592         * src/inc.c
15593                 convert notification command to locale
15594         * src/plugins/pgpmime/select-keys.c
15595                 convert attributes to utf8
15596
15597 2004-12-14 [colin]      0.9.13cvs17.1
15598
15599         * ChangeLog
15600         * ChangeLog.jp
15601         * ChangeLog.claws
15602         * src/action.c
15603         * src/common/utils.c
15604         * src/gtk/prefswindow.c
15605         * src/gtk/gtkutils.c
15606         * src/gtk/gtkutils.h
15607         * src/plugins/spamassassin/libspamc.c
15608                 Sync with HEAD
15609
15610 2004-12-13 [colin]      0.9.13cvs14.1
15611
15612         * src/quote_fmt_parse.y
15613                 Sync with HEAD
15614
15615 2004-12-10 [colin]      0.9.13cvs12.1
15616
15617         * src/prefs_themes.c
15618         * src/mainwindow.c
15619         * src/messageview.c
15620                 Sync with HEAD
15621
15622 2004-12-09 [colin]      0.9.13cvs10.1
15623
15624         * src/procmime.c
15625                 Sync with HEAD (fix B64 encoding from memory)
15626
15627 2004-12-08 [colin]      0.9.13cvs9.1
15628
15629         * src/gtk/colorlabel.c
15630                 Sync with HEAD
15631
15632 2004-12-08 [paul]       0.9.13cvs8.2
15633
15634         * src/gtk/pluginwindow.c
15635                 fix window resizing oddities
15636
15637 2004-12-08 [colin]      0.9.13cvs8.1
15638
15639         * src/quote_fmt_parse.y
15640                 Sync with HEAD
15641
15642 2004-12-08 [colin]      0.9.13cvs7.1
15643
15644         * src/matcher_parser_parse.y
15645         * src/msgcache.c
15646         * src/prefs_matcher.c
15647         * src/procheader.c
15648         * src/matcher.c
15649         * src/common/defs.h
15650         * po/sr.po
15651                 Sync with HEAD
15652
15653 2004-12-08 [colin]      0.9.13cvs6.1
15654
15655         * src/quote_fmt_parse.y
15656         * src/textview.c
15657                 Sync with HEAD
15658         * src/gtk/prefswindow.c
15659         * src/gtk/pluginwindow.c
15660                 Fix G_CALLBACKS protos (thanks to Alfons)
15661
15662 2004-12-07 [torte]      0.9.13cvs2.2
15663
15664         * src/procmime.c
15665                 [Bug 650] reply button causes crash
15666                 Thanks to David Relson and Christoph
15667
15668 2004-12-07 [colin]      0.9.13cvs2.1
15669
15670         * ChangeLog.claws
15671         * AUTHORS
15672         * po/sk.po
15673         * src/procmime.c
15674         * src/prefs_account.c
15675         * src/common/smtp.c
15676         * src/common/smtp.h
15677                 Sync with HEAD
15678
15679 2004-12-06 [colin]      0.9.12cvs187.1
15680
15681         * ChangeLog.claws
15682         * INSTALL
15683         * Makefile.am
15684         * README.claws
15685         * TODO.claws
15686         * configure.ac
15687         * po/bg.po
15688         * po/cs.po
15689         * po/el.po
15690         * po/en_GB.po
15691         * po/es.po
15692         * po/fr.po
15693         * po/hr.po
15694         * po/hu.po
15695         * po/it.po
15696         * po/ja.po
15697         * po/ko.po
15698         * po/nl.po
15699         * po/pl.po
15700         * po/pt_BR.po
15701         * po/ru.po
15702         * po/sk.po
15703         * po/sr.po
15704         * po/sv.po
15705         * po/zh_CN.po
15706         * po/zh_TW.Big5.po
15707         * src/compose.c
15708         * tools/Makefile.am
15709         * tools/README
15710         * tools/filter_conv.pl
15711         * tools/kdeservicemenu/README
15712         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15713         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15714                 Sync with HEAD
15715
15716 2004-12-04 [colin]      0.9.12cvs183.1
15717
15718         * src/compose.c
15719                 Sync with HEAD (compose window position saving)
15720
15721 2004-12-04 [paul]       0.9.12cvs182.3
15722
15723         * src/messageview.c
15724         * src/mimeview.c
15725         * src/prefs_customheader.c
15726         * src/gtk/quicksearch.c
15727                 replace some forgotten GTK_SIGNAL_FUNCs
15728
15729 2004-12-04 [paul]       0.9.12cvs182.2
15730
15731         * src/Makefile.am
15732                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
15733                 committed in error      
15734
15735 2004-12-04 [paul]       0.9.12cvs182.1
15736
15737         * ChangeLog
15738         * ChangeLog.claws
15739         * ChangeLog.jp
15740         * INSTALL
15741         * NEWS
15742         * README
15743         * README.jp
15744         * configure.ac
15745         * doc/manual/ja/Makefile.am
15746         * doc/manual/ja/sylpheed-1.html
15747         * doc/manual/ja/sylpheed-10.html
15748         * doc/manual/ja/sylpheed-11.html
15749         * doc/manual/ja/sylpheed-12.html
15750         * doc/manual/ja/sylpheed-13.html
15751         * doc/manual/ja/sylpheed-14.html
15752         * doc/manual/ja/sylpheed-15.html
15753         * doc/manual/ja/sylpheed-16.html
15754         * doc/manual/ja/sylpheed-17.html
15755         * doc/manual/ja/sylpheed-18.html
15756         * doc/manual/ja/sylpheed-19.html
15757         * doc/manual/ja/sylpheed-2.html
15758         * doc/manual/ja/sylpheed-20.html
15759         * doc/manual/ja/sylpheed-3.html
15760         * doc/manual/ja/sylpheed-4.html
15761         * doc/manual/ja/sylpheed-5.html
15762         * doc/manual/ja/sylpheed-6.html
15763         * doc/manual/ja/sylpheed-7.html
15764         * doc/manual/ja/sylpheed-8.html
15765         * doc/manual/ja/sylpheed-9.html
15766         * doc/manual/ja/sylpheed.html
15767         * doc/manual/ja/sylpheed.sgml
15768         * po/de.po
15769         * src/Makefile.am
15770         * src/compose.c
15771         * src/procmime.c
15772         * src/pixmaps/regular.xpm **REMOVED**
15773         * src/plugins/pgpmime/pgpmime.c
15774         * src/plugins/pgpmime/plugin.c
15775         * src/plugins/pgpmime/prefs_gpg.c
15776                 sync with HEAD
15777
15778 2004-12-03 [paul]       0.9.12cvs180.1
15779
15780         * ChangeLog
15781         * ChangeLog.claws
15782         * ChangeLog.jp
15783         * configure.ac
15784         * src/Makefile.am
15785         * src/pop.c
15786         * src/common/utils.c
15787         * src/common/utils.h
15788         * src/pixmaps/continue.xpm
15789         * src/pixmaps/dir_close.xpm
15790         * src/pixmaps/dir_open.xpm
15791         * src/pixmaps/drafts_close.xpm
15792         * src/pixmaps/drafts_open.xpm
15793         * src/pixmaps/folder.xpm **REMOVED**
15794         * src/pixmaps/group.xpm
15795         * src/pixmaps/unread.xpm
15796                 sync with HEAD
15797
15798 2004-12-02 [colin]      0.9.12cvs179.1
15799
15800         * src/compose.c
15801                 Sync with HEAD (non-duplicated reedition)
15802
15803 2004-12-02 [colin]      0.9.12cvs178.1
15804
15805         * src/compose.c
15806                 Sync with HEAD (linewrap_quote fix)
15807
15808 2004-12-01 [colin]      0.9.12cvs177.3
15809
15810         * src/addrharvest.c
15811                 Replace sizeof with strlen
15812
15813 2004-12-01 [paul]       0.9.12cvs177.2
15814
15815         * src/addrharvest.c
15816                 fix 'harvest addresses'
15817
15818 2004-11-30 [colin]      0.9.12cvs177.1
15819
15820         * src/gtk/prefswindow.c
15821         * src/gtk/pluginwindow.c
15822                 Sync with HEAD
15823
15824 2004-11-29 [colin]      0.9.12cvs176.1
15825
15826         * src/folderview.c
15827                 sync with HEAD (Fix disappearing separators in folderview's popup)
15828
15829 2004-11-29 [colin]      0.9.12cvs175.1
15830
15831         * src/procmime.c
15832                 Sync with head (another format fix)
15833
15834 2004-11-29 [colin]      0.9.12cvs174.1
15835
15836         * src/pop.c
15837                 Sync with HEAD (format string fix)
15838
15839 2004-11-26 [colin]      0.9.12cvs173.1
15840
15841         * src/common/smtp.c
15842         * src/common/smtp.h
15843                 Sync with HEAD
15844
15845 2004-11-24 [colin]      0.9.12cvs172.1
15846
15847         * src/plugins/pgpmime/pgpmime.c
15848                 Sync with HEAD
15849
15850 2004-11-24 [colin]      0.9.12cvs171.1
15851
15852         * src/plugins/pgpmime/pgpmime.c
15853                 Sync with head (gpgmectx leaks)
15854
15855 2004-11-24 [colin]      0.9.12cvs169.1
15856
15857         * src/plugins/pgpmime/plugin.c
15858         * src/plugins/trayicon/Makefile.am
15859         * src/plugins/trayicon/newmarkedmail.xpm
15860         * src/plugins/trayicon/trayicon.c
15861         * src/plugins/trayicon/unreadmarkedmail.xpm
15862                 Sync with HEAD
15863
15864 2004-11-23 [colin]      0.9.12cvs168.1
15865
15866         * src/partial_download.c
15867         * src/partial_download.h
15868         * src/plugins/pgpmime/plugin.c
15869                 Sync with HEAD
15870
15871 2004-11-23 [colin]      0.9.12cvs166.1
15872
15873         * src/Makefile.am
15874         * src/codeconv.c
15875         * src/compose.c
15876         * src/folderview.c
15877         * src/main.c
15878         * src/partial_download.c
15879         * src/partial_download.h
15880         * src/prefs_account.c
15881         * src/prefs_account.h
15882         * src/privacy.c
15883         * src/privacy.h
15884         * src/procmime.c
15885         * src/common/Makefile.am
15886         * src/common/base64.h
15887         * src/common/partial_download.c
15888         * src/common/partial_download.h
15889         * src/gtk/prefswindow.c
15890         * src/gtk/prefswindow.h
15891         * src/plugins/pgpmime/pgpmime.c
15892         * src/plugins/pgpmime/prefs_gpg.c
15893         * src/plugins/pgpmime/prefs_gpg.h
15894         * src/plugins/pgpmime/sgpgme.c
15895         * src/plugins/pgpmime/sgpgme.h
15896                 Sync with HEAD
15897
15898 2004-11-23 [colin]      0.9.12cvs163.1
15899
15900         * src/main.c
15901                 Sync with HEAD (cursor optimization)
15902
15903 2004-11-23 [colin]      0.9.12cvs162.1
15904
15905         * src/prefs_common.c
15906         * src/prefs_themes.c
15907         * src/procmsg.c
15908                 Sync with HEAD
15909
15910 2004-11-23 [colin]      0.9.12cvs158.9
15911
15912         * src/compose.c
15913                 Fix double-free when forwarding
15914         * src/msgcache.c
15915                 Fix leak on error path
15916                 
15917
15918 2004-11-23 [colin]      0.9.12cvs158.8
15919
15920         * src/compose.c
15921                 Fix possible double-free
15922                 Spotted by Alfons
15923
15924 2004-11-23 [colin]      0.9.12cvs158.7
15925
15926         * src/compose.c
15927                 Fix some signal handlers' prototypes
15928                 Spotted by Alfons
15929
15930 2004-11-22 [colin]      0.9.12cvs158.6
15931
15932         * src/compose.c
15933                 Remove unneeded code and duplicated
15934                 wrapping - patch by Alfons
15935
15936 2004-11-22 [colin]      0.9.12cvs158.5
15937
15938         * src/prefs_themes.c
15939                 Fix oversized selector
15940
15941 2004-11-22 [colin]      0.9.12cvs158.4
15942
15943         * src/compose.c
15944                 fix dump_text()
15945                 patch by Alfons
15946
15947 2004-11-19 [colin]      0.9.12cvs158.3
15948
15949         * src/textview.c
15950                 Add a context menu on links (open, copy)
15951
15952 2004-11-18 [paul]       0.9.12cvs158.2
15953
15954         * src/addrgather.c
15955         * src/exphtmldlg.c
15956         * src/expldifdlg.c
15957         * src/mimeview.c
15958         * src/prefs_common.c
15959         * src/plugins/image_viewer/viewer.c
15960         * src/plugins/spamassassin/spamassassin_gtk.c
15961                 replace deprecated gtk_notebook_set_page
15962                 and gtk_notebook_current_page
15963
15964 2004-11-18 [paul]       0.9.12cvs158.1
15965
15966         * configure.ac
15967         * src/compose.c
15968         * src/mainwindow.c
15969         * src/messageview.c
15970         * src/prefs_common.c
15971         * src/common/utils.c
15972         * src/common/utils.h
15973                 sync with HEAD
15974
15975 2004-11-17 [colin]      0.9.12cvs156.1
15976
15977         * src/prefs_account.c
15978         * src/prefs_account.h
15979         * src/procmsg.c
15980                 Sync with HEAD (add pref to store encrypted mails encrypted)
15981
15982 2004-11-17 [paul]       0.9.12cvs155.1
15983
15984         * ChangeLog
15985         * ChangeLog.claws
15986         * ChangeLog.jp
15987         * NEWS
15988         * configure.ac
15989         * src/compose.c
15990         * src/jpilot.c
15991         * src/privacy.c
15992         * src/procmime.c
15993         * src/procmime.h
15994         * src/procmsg.c
15995         * src/toolbar.c
15996         * src/pixmaps/error.xpm
15997                 sync with HEAD
15998
15999 2004-11-17 [colin]      0.9.12cvs151.1
16000
16001         * src/plugins/pgpmime/pgpmime.c
16002                 Sync with HEAD (remove debug printf)
16003
16004 2004-11-17 [colin]      0.9.12cvs150.1
16005
16006         * src/plugins/pgpmime/pgpmime.c
16007                 Sync with HEAD (off-by-one fix)
16008
16009 2004-11-17 [colin]      0.9.12cvs149.1
16010
16011         * src/procmsg.c
16012                 Sync with HEAD (coding style fixes)
16013
16014 2004-11-16 [colin]      0.9.12cvs148.1
16015
16016         * src/procmsg.c
16017                 Sync with head (Fix the fix)
16018
16019 2004-11-16 [colin]      0.9.12cvs147.1
16020
16021         * src/procmsg.c
16022                 Sync with Main (leak fix)
16023
16024 2004-11-16 [colin]      0.9.12cvs146.14
16025
16026         * src/compose.c
16027                 Remove useless chunk of code
16028                 Patch by Alfons
16029
16030 2004-11-15 [colin]      0.9.12cvs146.13
16031
16032         * src/compose.c
16033                 Fix drafting after insertion
16034                 Patch by Alfons
16035
16036 2004-11-15 [colin]      0.9.12cvs146.12
16037
16038         * src/compose.c
16039         * src/prefs_filtering.c
16040         * src/prefs_filtering_action.c
16041         * src/prefs_toolbar.c
16042                 Fix some const-correctness
16043
16044 2004-11-15 [colin]      0.9.12cvs146.11
16045
16046         * src/summaryview.c
16047         * src/prefs_themes.c
16048         * src/messageview.c
16049                 Fix some leaks
16050
16051 2004-11-15 [colin]      0.9.12cvs146.10
16052
16053         * src/codeconv.c
16054                 More unreadable locale fixes
16055
16056 2004-11-14 [colin]      0.9.12cvs146.9
16057
16058         * src/textview.c
16059                 Fix uri_security_check
16060                 Patch by Alfons
16061
16062 2004-11-13 [paul]       0.9.12cvs146.8
16063
16064         * src/folder.c
16065         * src/procmime.c
16066                 fix 2 bugs introduced in last commit
16067
16068 2004-11-13 [paul]       0.9.12cvs146.7
16069
16070         * src/compose.c
16071         * src/exporthtml.c
16072         * src/exportldif.c
16073         * src/folder.c
16074         * src/imap.c
16075         * src/imap_gtk.c
16076         * src/main.c
16077         * src/mainwindow.c
16078         * src/messageview.c
16079         * src/mh_gtk.c
16080         * src/prefs_themes.c
16081         * src/procmime.c
16082         * src/setup.c
16083         * src/summaryview.c
16084                 replace deprecated g_basename
16085
16086 2004-11-13 [paul]       0.9.12cvs146.6
16087
16088         * src/compose.c
16089         * src/imap.c
16090         * src/matcher_parser.h
16091         * src/matcher_parser_parse.y
16092         * src/prefs_filtering.c
16093         * src/prefs_filtering_action.c
16094         * src/prefs_themes.c
16095         * src/prefs_toolbar.c
16096         * src/common/utils.c
16097                 various small fixes/cleanups
16098
16099 2004-11-12 [colin]      0.9.12cvs146.5
16100
16101         * src/textview.c
16102                 Validate event's origin on visibility notify
16103                 Patch by Alfons.
16104
16105 2004-11-12 [paul]       0.9.12cvs146.4
16106
16107         * src/exporthtml.c
16108         * src/exportldif.c
16109         * src/imap.c
16110         * src/mh.c
16111         * src/mimeview.c
16112         * src/prefs_spelling.c
16113         * src/prefs_themes.c
16114                 replace deprecated g_dirname    
16115
16116 2004-11-12 [colin]      0.9.12cvs146.3
16117
16118         * src/textview.c
16119                 Some coding style fixes
16120
16121 2004-11-12 [colin]      0.9.12cvs146.2
16122
16123         * src/codeconv.c
16124                 We want to replace _all_ extended chars in
16125                 conv_unreadable_*, because any string containing
16126                 extended chars not parsing as UTF8 is 
16127                 undisplayed on gtk2.
16128
16129 2004-11-12 [paul]       0.9.12cvs146.1
16130
16131         * ChangeLog
16132         * ChangeLog.claws
16133         * ChangeLog.jp
16134         * NEWS
16135         * configure.ac
16136         * src/account.c
16137         * src/folderview.c
16138         * src/folderview.h
16139         * src/imap.c
16140         * src/imap_gtk.c
16141         * src/inc.c
16142         * src/mainwindow.c
16143         * src/mh_gtk.c
16144         * src/news_gtk.c
16145         * src/pop.c
16146         * src/prefs_account.c
16147         * src/prefs_account.h
16148         * src/prefs_ext_prog.c
16149         * src/procmime.c
16150         * src/procmime.h
16151         * src/procmsg.c
16152         * src/procmsg.h
16153         * src/summary_search.c
16154         * src/summaryview.c
16155         * src/textview.c
16156         * src/common/defs.h
16157         * src/common/utils.c
16158         * src/common/utils.h
16159         * src/gtk/menu.c
16160         * src/gtk/menu.h
16161                 sync with HEAD
16162
16163 2004-11-11 [colin]      0.9.12cvs144.2
16164
16165         * src/textview.c
16166                 Fix URI range selection (patch by Alfons)
16167
16168 2004-11-09 [colin]      0.9.12cvs144.1
16169
16170         * ChangeLog.claws
16171         * src/compose.c
16172         * src/folder.c
16173         * src/folder_item_prefs.c
16174         * src/prefs_account.c
16175         * src/prefs_account.h
16176         * src/plugins/pgpmime/pgpmime.c
16177                 Sync with HEAD
16178
16179 2004-11-08 [colin]      0.9.12cvs143.1
16180
16181         * src/summaryview.c
16182                 Sync with HEAD (optimize quicksearch)
16183
16184 2004-11-08 [colin]      0.9.12cvs142.2
16185
16186         * src/compose.c
16187                 Don't wrap when Edit/Auto wrapping is disabled
16188
16189 2004-11-08 [colin]      0.9.12cvs142.1
16190
16191         * src/textview.c
16192                 Sync with HEAD
16193
16194 2004-11-08 [colin]      0.9.12cvs141.1
16195
16196         * src/textview.c
16197                 Sync with HEAD (fix some mail URIs)
16198
16199 2004-11-08 [colin]      0.9.12cvs140.3
16200
16201         * src/textview.c
16202                 o Use text cursor instead of arrow when
16203                   not on a link
16204                 o Fix handling of contiguous links (as in
16205                   "colin@colino.net" <colin@colino.net>)
16206                   This one unveils a bug in get_email_part()
16207
16208 2004-11-07 [colin]      0.9.12cvs140.2
16209
16210         * src/textview.c
16211                 Fix memleak. Patch by Alfons.
16212
16213 2004-11-06 [colin]      0.9.12cvs140.1
16214
16215         * src/compose.c
16216                 Sync with HEAD (don't ask passphrase
16217                 when drafting)
16218
16219 2004-11-06 [paul]       0.9.12cvs139.2
16220
16221         * AUTHORS
16222         * src/textview.c
16223         * src/textview.h
16224                 textview URI handling. hovering over a 
16225                 link displays it in the status bar,
16226                 and changes the mouse pointer to a hand 
16227                 cursor. a link is activated with a single 
16228                 click. (Modified from the) patch by Jean-Yves 
16229                 Lefort <jylefort@users.sourceforge.net>
16230                 
16231
16232 2004-11-05 [colin]      0.9.12cvs139.1
16233
16234         * src/compose.c
16235         * src/procmime.c
16236                 Sync with HEAD again ^^
16237
16238 2004-11-05 [colin]      0.9.12cvs139.1
16239
16240         * src/compose.c
16241         * src/procmime.c
16242                 Sync with HEAD
16243
16244 2004-11-03 [paul]       0.9.12cvs138.1
16245
16246         * ChangeLog.claws
16247         * configure.ac
16248         * po/POTFILES.in
16249         * src/prefs_ext_prog.c
16250         * src/procmime.c
16251         * tools/kdeservicemenu/README
16252         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16253         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16254                 sync with HEAD
16255
16256 2004-11-01 [christoph]  0.9.12cvs136.2
16257
16258         * src/procmime.c
16259                 convert MIME parameters to UTF-8
16260
16261 2004-10-29 [colin]      0.9.12cvs136.1
16262
16263         * src/common/utils.c
16264                 Sync with HEAD (don't use '=' in mime boundary)
16265
16266 2004-10-29 [paul]       0.9.12cvs135.1
16267
16268         * configure.ac
16269         * doc/src/rfc2231.txt
16270         * src/procmime.c
16271         * src/common/quoted-printable.c
16272         * src/common/utils.c
16273         * src/common/utils.h
16274                 sync with HEAD
16275
16276 2004-10-27 [paul]       0.9.12cvs134.1
16277
16278         * configure.ac
16279         * src/main.c
16280         * src/procmime.c
16281         * src/plugins/pgpmime/pgpmime.c
16282                 sync with HEAD
16283
16284 2004-10-26 [paul]       0.9.12cvs132.3
16285
16286         * src/account.c
16287         * src/addressbook.c
16288         * src/addrgather.c
16289         * src/addrharvest.c
16290         * src/codeconv.c
16291         * src/compose.c
16292         * src/customheader.c
16293         * src/editaddress.c
16294         * src/editgroup.c
16295         * src/enriched.c
16296         * src/expldifdlg.c
16297         * src/exporthtml.c
16298         * src/exportldif.c
16299         * src/folder.c
16300         * src/foldersel.c
16301         * src/folderview.c
16302         * src/grouplistdialog.c
16303         * src/html.c
16304         * src/imap.c
16305         * src/jpilot.c
16306         * src/ldapserver.c
16307         * src/ldif.c
16308         * src/mimeview.c
16309         * src/news.c
16310         * src/news_gtk.c
16311         * src/pop.c
16312         * src/prefs_display_header.c
16313         * src/prefs_gtk.c
16314         * src/prefs_msg_colors.c
16315         * src/prefs_toolbar.c
16316         * src/procheader.c
16317         * src/procmime.c
16318         * src/summaryview.c
16319         * src/textview.c
16320         * src/toolbar.c
16321         * src/vcard.c
16322         * src/common/mgutils.c
16323         * src/common/nntp.c
16324         * src/common/smtp.c
16325         * src/common/template.c
16326         * src/common/utils.c
16327         * src/common/xmlprops.c
16328         * src/plugins/pgpmime/pgpmime.c
16329         * src/plugins/pgpmime/select-keys.c
16330         * src/plugins/pgpmime/sgpgme.c
16331                 replace deprecated g_strcasecmp(), g_strncasecmp(),
16332                 g_string_sprintfa(), gtk_notebook_current_page()
16333
16334 2004-10-26 [colin]      0.9.12cvs132.2
16335
16336         * src/prefs_folder_item.c
16337                 Fix default-account selection
16338
16339 2004-10-21 [colin]      0.9.12cvs133
16340
16341         * src/compose.c
16342                 Sync with HEAD (Remove extra separator in compose's Options)
16343         * src/textview.c
16344                 Set wrapping to char
16345
16346 2004-10-21 [paul]       0.9.12cvs131.2
16347
16348         * src/compose.c
16349         * src/sourcewindow.c
16350                 fix wrapping
16351                 fix window shrinking 
16352
16353 2004-10-21 [colin]      0.9.12cvs131.1
16354
16355         * ChangeLog.claws
16356         * src/compose.c
16357                 Sync with HEAD
16358
16359 2004-10-21 [paul]       0.9.12cvs130.2
16360
16361         * src/prefs_folder_item.c
16362                 sync with HEAD (Apply to subfolders)
16363
16364 2004-10-19 [colin]      0.9.12cvs130.1
16365
16366         * ChangeLog.claws
16367         * src/compose.c
16368         * src/common/utils.c
16369         * src/gtk/menu.c
16370                 Sync with HEAD
16371
16372 2004-10-19 [colin]      0.9.12cvs128.1
16373
16374         * src/addrbook.c
16375         * src/addrcache.c
16376         * src/addressbook.c
16377         * src/codeconv.c
16378         * src/compose.c
16379         * src/customheader.c
16380         * src/editaddress.c
16381         * src/editgroup.c
16382         * src/exporthtml.c
16383         * src/folder.c
16384         * src/folderview.c
16385         * src/imap.c
16386         * src/jpilot.c
16387         * src/main.c
16388         * src/matcher_parser_parse.y
16389         * src/mbox.c
16390         * src/pop.c
16391         * src/prefs_account.c
16392         * src/prefs_gtk.c
16393         * src/prefs_msg_colors.c
16394         * src/procheader.c
16395         * src/procmime.c
16396         * src/procmime.h
16397         * src/procmsg.c
16398         * src/summaryview.c
16399         * src/textview.c
16400         * src/common/base64.c
16401         * src/common/partial_download.c
16402         * src/common/socket.c
16403         * src/common/sylpheed.c
16404         * src/common/utils.c
16405         * src/common/utils.h
16406         * src/gtk/pluginwindow.c
16407         * src/gtk/quicksearch.c
16408         * src/plugins/clamav/clamav_plugin.c
16409         * src/plugins/clamav/clamav_plugin.h
16410         * src/plugins/clamav/clamav_plugin_gtk.c
16411         * src/plugins/pgpmime/passphrase.c
16412         * src/plugins/pgpmime/pgpmime.c
16413         * src/plugins/pgpmime/plugin.c
16414         * src/plugins/pgpmime/prefs_gpg.c
16415         * src/plugins/pgpmime/prefs_gpg.h
16416         * src/plugins/pgpmime/select-keys.c
16417         * src/plugins/pgpmime/sgpgme.c
16418         * src/plugins/spamassassin/libspamc.c
16419         * src/plugins/spamassassin/spamassassin.c
16420         * src/plugins/spamassassin/spamassassin.h
16421         * src/plugins/spamassassin/spamassassin_gtk.c
16422         * src/plugins/trayicon/trayicon.c
16423         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
16424                 Sync with HEAD
16425
16426 2004-10-14 [colin]      0.9.12cvs126.2
16427
16428         * src/codeconv.c
16429         * src/textview.c
16430                 Fix conv_unreadable_locale
16431
16432 2004-10-13 [colin]      0.9.12cvs126.1
16433
16434         * src/compose.c
16435                 Sync with HEAD (don't convert charset for 
16436                 drafted messages, minor cleanup)
16437
16438 2004-10-13 [colin]      0.9.12cvs125.1
16439
16440         * po/POTFILES.in
16441                 Sync with HEAD (POTFILES fix)
16442
16443 2004-10-12 [colin]      0.9.12cvs124.3
16444
16445         * src/compose.c
16446                 Fix encoding bug from latest sync
16447
16448 2004-10-12 [paul]       0.9.12cvs124.2
16449
16450         * src/plugins/pgpmime/prefs_gpg.c
16451         * src/plugins/pgpmime/prefs_gpg.h
16452                 forgotten in last commit        
16453
16454 2004-10-12 [paul]       0.9.12cvs124.1
16455
16456         * ChangeLog.claws
16457         * configure.ac
16458         * m4/spamassassin.m4
16459         * src/Makefile.am
16460         * src/account.c
16461         * src/compose.c
16462         * src/compose.h
16463         * src/crash.c
16464         * src/main.c
16465         * src/mimeview.c
16466         * src/passphrase.c
16467         * src/passphrase.h
16468         * src/prefs_account.c
16469         * src/prefs_account.h
16470         * src/prefs_common.c
16471         * src/privacy.c
16472         * src/privacy.h
16473         * src/procmime.c
16474         * src/procmime.h
16475         * src/procmsg.c
16476         * src/rfc2015.c
16477         * src/rfc2015.h
16478         * src/select-keys.c
16479         * src/select-keys.h
16480         * src/textview.c
16481         * src/common/utils.c
16482         * src/common/utils.h
16483         * src/gtk/about.c
16484         * src/plugins/pgpmime/Makefile.am
16485         * src/plugins/pgpmime/passphrase.c
16486         * src/plugins/pgpmime/passphrase.h
16487         * src/plugins/pgpmime/pgpmime.c
16488         * src/plugins/pgpmime/plugin.c
16489         * src/plugins/pgpmime/select-keys.c
16490         * src/plugins/pgpmime/select-keys.h
16491         * src/plugins/pgpmime/sgpgme.c
16492         * src/plugins/pgpmime/sgpgme.h
16493                 sync with HEAD
16494
16495 2004-10-04 [colin]      0.9.12cvs122.1
16496
16497         * src/mainwindow.c
16498         * src/messageview.c
16499         * src/messageview.h
16500         * src/textview.c
16501                 Sync with HEAD
16502
16503 2004-10-04 [colin]      0.9.12cvs121.1
16504
16505         * src/summaryview.c
16506                 Sync with HEAD
16507
16508 2004-10-04 [paul]       0.9.12cvs120.1
16509
16510         * configure.ac
16511                 sync with HEAD [don't try to build 
16512                 pgpmime plugin when gpgme is disabled]
16513
16514 2004-10-03 [colin]      0.9.12cvs119.3
16515
16516         * src/gtk/gtksctree.c
16517                 Lots of side effects. Put back as before 117.2.
16518         * src/summaryview.c
16519                 Fix bug #602
16520
16521 2004-10-03 [colin]      0.9.12cvs119.2
16522
16523         * src/gtk/gtksctree.c
16524                 Revert 608 fix that doesn't work that good
16525
16526 2004-10-02 [colin]      0.9.12cvs119.1
16527
16528         * src/mainwindow.c
16529         * src/messageview.c
16530         * src/prefs_common.h
16531         * src/procmime.c
16532         * src/procmime.h
16533         * src/textview.c
16534                 Sync with HEAD
16535         * src/gtk/gtksctree.c
16536                 Close bug #608
16537
16538 2004-10-01 [colin]      0.9.12cvs118.1
16539
16540         * src/mimeview.c
16541                 Sync with HEAD (better Save All fix)
16542
16543 2004-10-01 [colin]      0.9.12cvs117.2
16544
16545         * src/gtk/gtksctree.c
16546                 Faster on selection
16547
16548 2004-10-01 [colin]      0.9.12cvs117.1
16549
16550         * src/mimeview.c
16551                 Sync with HEAD (Save All: only attachments)
16552
16553 2004-10-01 [paul]       0.9.12cvs116.1
16554
16555         * ChangeLog.claws
16556         * configure.ac
16557         * src/account.c
16558         * src/prefs_common.c
16559         * src/gtk/colorlabel.c
16560                 sync with HEAD
16561
16562 2004-09-30 [colin]      0.9.12cvs115.1
16563
16564         * src/stock_pixmap.c
16565         * src/stock_pixmap.h
16566         * src/folderview.c
16567         * src/Makefile.am
16568         * src/pixmaps/read.xpm
16569                 Sync with HEAD (new pixmap)
16570
16571 2004-09-29 [colin]      0.9.12cvs114.1
16572
16573         * src/compose.c
16574                 Sync with HEAD
16575                 Fix focus handling in headers
16576
16577 2004-09-29 [paul]       0.9.12cvs113.1
16578
16579         * src/quote_fmt_parse.y
16580                 sync with HEAD
16581  
16582
16583 2004-09-28 [colin]      0.9.12cvs112.1
16584
16585         * src/folderview.c
16586         * src/mainwindow.c
16587                 Sync with HEAD
16588
16589 2004-09-28 [colin]      0.9.12cvs110.1
16590
16591         * src/folderview.c
16592                 Sync with HEAD (Contextual Empty trash menu)
16593
16594 2004-09-28 [colin]      0.9.12cvs108.1
16595
16596         * src/addressbook.c
16597                 Sync with HEAD (addressbook edit on double-click)
16598
16599 2004-09-28 [colin]      0.9.12cvs106.1
16600
16601         * src/inc.c
16602                 Sync with HEAD (folder_item freeze on inc)
16603
16604 2004-09-27 [colin]      0.9.12cvs105.1
16605
16606         * src/folderview.c
16607                 Sync with HEAD (right-align new and unread column)
16608
16609 2004-09-27 [colin]      0.9.12cvs104.1
16610
16611         * src/main.c
16612                 Sync with HEAD (revert 0.9.12cvs101)
16613
16614 2004-09-24 [colin]      0.9.12cvs103.2
16615
16616         * src/wizard.c
16617                 Fix gtk warnings and use domain part of the email address 
16618                 when domain detection fails (no dot in domain name)
16619
16620 2004-09-23 [colin]      0.9.12cvs103.1
16621
16622         * src/plugins/spamassassin/libspamc.c
16623         * src/plugins/spamassassin/libspamc.h
16624         * src/plugins/spamassassin/utils.c
16625         * src/plugins/spamassassin/utils.h
16626                 Sync with HEAD (Update spamassassin to 3.0)
16627
16628 2004-09-21 [colin]      0.9.12cvs102.3
16629
16630         * src/action.c
16631                 Add horizontal scrollbar in action io dialog as needed
16632                 Patch by Alfons.
16633
16634 2004-09-20 [colin]      0.9.12cvs102.2
16635
16636         * src/plugins/image_viewer/viewer.c
16637                 Remove imlib stuff
16638                 use gtk_pixmap_set when clearing
16639                 (would be better to use gtkImages, but causes size-allocate 
16640                 signals storm)
16641
16642 2004-09-17 [paul]       0.9.12cvs102.1
16643
16644         * ChangeLog
16645         * ChangeLog.claws
16646         * ChangeLog.jp
16647         * configure.ac
16648         * src/inc.c
16649                 sync with HEAD
16650
16651
16652 2004-09-17 [colin]      0.9.12cvs101.1
16653
16654         * ChangeLog.claws
16655         * src/main.c
16656                 Sync with HEAD (fix segs at exit)
16657
16658 2004-09-14 [colin]      0.9.12cvs99.5
16659
16660         * src/common/socket.c
16661         * AUTHORS
16662                 Fix send error on 64bit platforms
16663                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
16664
16665 2004-09-14 [colin]      0.9.12cvs99.4
16666
16667         * src/action.c
16668                 Fix action output with utf8 
16669                 Patch by Alfons.
16670
16671 2004-09-14 [colin]      0.9.12cvs99.3
16672
16673         * ChangeLog.claws
16674         * src/folder.c
16675                 Sync with HEAD
16676
16677 2004-09-09 [colin]      0.9.12cvs99.2
16678
16679         * src/action.c
16680                 Fix progress bar (displaying "Completed %v/%u")
16681                 Patch by Alfons.
16682
16683 2004-09-08 [colin]      0.9.12cvs99.1
16684
16685         * src/account.c
16686         * src/folder.c
16687         * src/procmsg.c
16688         * src/procmsg.h
16689         * src/plugins/pgpmime/pgpmime.c
16690                 Sync with HEAD
16691
16692 2004-09-08 [colin]      0.9.12cvs97.2
16693
16694         * src/summaryview.c
16695                 Don't select mails in collapsed threads 
16696                 when navigating with up/down
16697
16698 2004-09-07 [colin]      0.9.12cvs97.1
16699
16700         * src/inc.c
16701                 Sync with HEAD (meaningful error messages)
16702
16703 2004-09-06 [colin]      0.9.12cvs96.1
16704
16705         * src/toolbar.c
16706                 Sync with HEAD (fix Redirect graying out)
16707
16708 2004-09-06 [colin]      0.9.12cvs95.1
16709
16710         * src/summaryview.c
16711         * src/mimeview.c
16712                 Sync with HEAD (fix dropped URIs)
16713
16714 2004-09-06 [colin]      0.9.12cvs94.1
16715
16716         * src/addressbook.c
16717         * src/addressitem.h
16718         * src/addritem.c
16719         * src/addritem.h
16720                 Sync with HEAD (addressbook DnD)
16721
16722 2004-09-03 [colin]      0.9.12cvs93.1
16723
16724         * src/summaryview.c
16725                 Sync with HEAD (next/prev unread)
16726
16727 2004-09-03 [colin]      0.9.12cvs92.1
16728
16729         * src/prefs_common.c
16730         * src/prefs_common.h
16731         * src/summaryview.c
16732                 Sync with HEAD ('mark_as_read_delay' pref)
16733
16734 2004-09-02 [colin]      0.9.12cvs91.2
16735
16736         * src/common/xml.c
16737                 Fix leak
16738
16739 2004-09-02 [colin]      0.9.12cvs91.1
16740
16741         * src/gtk/menu.c
16742                 Sync with HEAD (menu accel don't work, but whatever)
16743
16744 2004-09-02 [colin]      0.9.12cvs90.1
16745
16746         * src/account.c
16747                 Sync with HEAD (fix bug 582)
16748
16749 2004-09-02 [colin]      0.9.12cvs89.1
16750
16751         * src/addrindex.c
16752                 Sync with HEAD (free deleted queries)
16753
16754 2004-09-02 [colin]      0.9.12cvs88.1
16755
16756         * src/ldapquery.c
16757                 Sync with HEAD (fix LDAP freezes)
16758
16759 2004-09-02 [colin]      0.9.12cvs87.1
16760
16761         * src/prefs_spelling.c
16762                 Sync with HEAD (add default dictionary)
16763
16764 2004-09-01 [colin]      0.9.12cvs86.1
16765
16766         * src/filtering.c
16767         * src/folderview.c
16768         * src/imap.c
16769         * src/prefs_matcher.c
16770         * src/stock_pixmap.c
16771         * src/summary_search.c
16772         * src/summaryview.c
16773         * src/wizard.c
16774         * src/wizard.h
16775                 Sync with HEAD (uninitialized vars fixes)
16776                 + gtk2 specific warning fixes
16777
16778 2004-08-31 [colin]      0.9.12cvs85.1
16779
16780         * src/folder.c
16781                 Sync with HEAD (Fix memory corruption due to 
16782                 uninitialized var)
16783
16784 2004-08-31 [colin]      0.9.12cvs84.4
16785
16786         * src/summary_search.c
16787                 Fix segfaults when searching in folders with broken headers
16788
16789 2004-08-31 [colin]      0.9.12cvs84.3
16790
16791         * src/compose.c
16792         * src/textview.c
16793                 Fix some more encoding/decoding issues
16794
16795 2004-08-30 [colin]      0.9.12cvs84.2
16796
16797         * src/mimeview.c
16798         * src/prefs_themes.c
16799         * src/gtk/filesel.c
16800         * src/gtk/filesel.h
16801                 Add a folder-mode selection (fixes mimeview's "Save all")
16802
16803 2004-08-29 [colin]      0.9.12cvs84.1
16804
16805         * src/mimeview.c
16806                 Sync with HEAD (don't escape saved filenames)
16807
16808 2004-08-27 [colin]      0.9.12cvs83.1
16809
16810         * ChangeLog
16811         * ChangeLog.claws
16812         * ChangeLog.jp
16813         * src/mh.c
16814         * src/procheader.c
16815         * src/procmsg.c
16816         * src/procmsg.h
16817         * src/common/utils.c
16818         * src/gtk/menu.h
16819         * po/
16820                 Sync with HEAD 0.9.12cvs83 (sync with main)
16821
16822 2004-08-26 [colin]      0.9.12cvs82.4
16823
16824         * src/codeconv.c
16825                 Fix strange stack corruption
16826                 Convert to utf8 after unmime, not before
16827
16828 2004-08-26 [colin]      0.9.12cvs82.3
16829
16830         * src/main.c
16831         * src/wizard.c
16832                 Fix account folders duplication
16833
16834 2004-08-25 [colin]      0.9.12cvs82.2
16835
16836         * src/wizard.c
16837                 Remove ports
16838                 Add SSL selection
16839                 Use login@server as account name
16840
16841 2004-08-25 [colin]      0.9.12cvs82.1
16842
16843         * src/plugins/pgpmime/pgpmime.c
16844                 Sync with HEAD (leak fix).
16845
16846 2004-08-25 [colin]      0.9.12cvs81.1
16847
16848         * src/plugins/pgpmime/pgpmime.c
16849         * src/plugins/pgpmime/sgpgme.c
16850         * src/plugins/pgpmime/sgpgme.h
16851                 Sync with HEAD (Handle combined messages).
16852
16853 2004-08-24 [colin]      0.9.12cvs80.3
16854
16855         * src/wizard.c
16856                 Fix full name, ports, and imap
16857
16858 2004-08-24 [colin]      0.9.12cvs80.2
16859
16860         * src/Makefile.am
16861         * src/main.c
16862         * src/setup.c
16863         * src/setup.h
16864         * src/stock_pixmap.c
16865         * src/stock_pixmap.h
16866         * src/wizard.c ** ADDED **
16867         * src/wizard.h ** ADDED ** 
16868         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
16869                 Add a setup wizard 
16870
16871 2004-08-24 [colin]      0.9.12cvs80.1
16872
16873         * src/folder.c
16874                 Sync with HEAD (set mimeflags on all messages)
16875
16876 2004-08-24 [colin]      0.9.12cvs79.3
16877
16878         * src/matcher_parser_lex.l
16879                 Fix 8bits strings not in utf8
16880
16881 2004-08-24 [colin]      0.9.12cvs79.2
16882
16883         * src/compose.c
16884                 Check conversion result before replacing buffer
16885
16886 2004-08-23 [colin]      0.9.12cvs79.1
16887
16888         * src/compose.c
16889                 Sync with HEAD (create message header in memory)
16890
16891 2004-08-23 [colin]      0.9.12cvs78.1
16892
16893         * src/rfc2015.c
16894         * src/rfc2015.h
16895                 Sync with HEAD (fix bug 197 again)
16896
16897 2004-08-23 [colin]      0.9.12cvs77.3
16898
16899         * src/compose.c
16900                 Fix again inline gpg signing (which outputs utf8
16901                 in gtk2). Not syncing this fix to HEAD as this 
16902                 code is meant to die.
16903
16904 2004-08-23 [colin]      0.9.12cvs77.2
16905
16906         * src/prefs_account.h
16907                 Remove useless include
16908
16909 2004-08-23 [colin]      0.9.12cvs77.1
16910
16911         * src/imap.c
16912         * po/es.po
16913         * po/fr.po
16914         * po/it.po
16915         * po/pl.po
16916         * po/pt_BR.po
16917         * po/sk.po
16918         * po/sr.po
16919                 Sync with HEAD (fix bug 577)
16920
16921 2004-08-22 [colin]      0.9.12cvs76.1
16922
16923         * src/plugins/trayicon/trayicon.c
16924                 Sync with HEAD (fix formatting bug)
16925
16926 2004-08-21 [colin]      0.9.12cvs74.2
16927
16928         * src/gtk/colorsel.c
16929                 Fix bug 564 (Folder color selection window exits on any
16930                 keypress)
16931
16932 2004-08-21 [colin]      0.9.12cvs74.1
16933
16934         * ChangeLog.claws
16935         * src/compose.c
16936         * src/summaryview.c
16937         * src/toolbar.c
16938                 Sync with HEAD (fix bug 576)
16939
16940 2004-08-21 [colin]      0.9.12cvs70.1
16941
16942         * src/compose.c
16943         * src/mainwindow.c
16944                 Sync with HEAD
16945                 
16946
16947 2004-08-21 [paul]       0.9.12cvs66.4
16948
16949         * src/mainwindow.c
16950         * src/messageview.c
16951         * src/gtk/menu.c
16952         * src/plugins/spamassassin/spamassassin_gtk.c
16953                 remove some deprecated gtk1 functions
16954
16955
16956 2004-08-21 [colin]      0.9.12cvs66.3
16957
16958         * src/compose.c
16959         * src/codeconv.c
16960                 Fix warnings
16961                 Remove encoding hacks
16962                 Fix bug 575 (Strange character messes up message)
16963                 Don't display conversion error when drafting
16964
16965 2004-08-21 [paul]       0.9.12cvs66.2
16966
16967         * src/prefs_account.c
16968                 fix GnuPG mode bugs
16969
16970
16971 2004-08-20 [colin]      0.9.12cvs66.1
16972
16973         * src/codeconv.c
16974                 Sync with HEAD 0.9.12cvs66
16975
16976 2004-08-20 [paul]
16977
16978         * src/plugins/pgpmime/plugin.c
16979                 modify PGP/MIME plugin's description
16980
16981 2004-08-17 [colin]      0.9.12cvs65.1
16982
16983         * src/common/ssl.c
16984         * src/plugins/pgpmime/plugin.c
16985                 Sync with HEAD
16986
16987 2004-08-14 [colin]      0.9.12cvs60.3
16988
16989         * src/plugins/trayicon/trayicon.c
16990                 Put back resize callback, on size-request signal
16991                 rather than size-allocate to avoid infinite 
16992                 callback loop
16993
16994 2004-08-13 [colin]      0.9.12cvs60.2
16995
16996         * src/common/defs.h
16997                 Cache versions have been fixed
16998
16999 2004-08-13 [colin]      0.9.12cvs60.1
17000
17001         * src/folderutils.c
17002                 Sync with HEAD
17003
17004 2004-08-12 [colin]      0.9.12cvs59.1
17005
17006         * src/plugins/trayicon/trayicon.c
17007                 Sync with HEAD
17008
17009 2004-08-12 [colin]      0.9.12cvs57.5
17010
17011         * sylpheed.desktop
17012         * configure.ac
17013         * src/Makefile.am
17014         * src/main.c
17015                 Add support for Freedesktop.org's startup notification
17016
17017 2004-08-11 [colin]      0.9.12cvs57.4
17018
17019         * src/textview.c
17020                 Fix off-by-one
17021
17022 2004-08-11 [colin]      0.9.12cvs57.3
17023
17024         * src/message_search.c
17025         * src/summary_search.c
17026                 Make searches case insensitive by default
17027         * src/textview.c
17028                 Fix case-insensitive search in message
17029
17030 2004-08-11 [colin]      0.9.12cvs57.2
17031
17032         * src/summary_search.c
17033                 Let case-sensitive be specified
17034
17035 2004-08-10 [colin]      0.9.12cvs55.4
17036
17037         * src/common/socket.c
17038                 Fix the possible race condition
17039
17040 2004-08-09 [paul]       0.9.12cvs55.3
17041
17042         * configure.ac
17043         * src/Makefile.am
17044         * src/common/Makefile.am
17045                 sync with HEAD
17046
17047
17048 2004-08-09 [paul]       0.9.12cvs55.2
17049
17050         * autogen.sh
17051         * po/poconv.sh
17052                 remove unneeded script
17053
17054         * configure.ac
17055                 add forgotten USE_LDAP_TLS (sync with HEAD)
17056
17057
17058 2004-08-09 [colin]      0.9.12cvs55.1
17059
17060         * src/main.c
17061         * src/common/ssl.c
17062         * src/common/sylpheed.c
17063         * src/common/sylpheed.h
17064                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17065
17066 2004-08-09 [paul]       0.9.12cvs54.1
17067
17068         * ChangeLog
17069         * ChangeLog.claws
17070         * ChangeLog.jp
17071         * configure.ac
17072         * po/POTFILES.in
17073         * src/Makefile.am
17074         * src/folderutils.c
17075         * src/main.c
17076         * src/pgpmime.c
17077         * src/pgpmime.h
17078         * src/sgpgme.c
17079         * src/sgpgme.h
17080         * src/plugins/Makefile.am
17081         * src/plugins/pgpmime/.cvsignore
17082         * src/plugins/pgpmime/Makefile.am
17083         * src/plugins/pgpmime/pgpmime.c
17084         * src/plugins/pgpmime/pgpmime.h
17085         * src/plugins/pgpmime/plugin.c
17086         * src/plugins/pgpmime/sgpgme.c
17087         * src/plugins/pgpmime/sgpgme.h
17088                 sync with HEAD
17089
17090 2004-08-08 [paul]       0.9.12cvs51.1
17091
17092         * configure.ac
17093         * src/folder.c
17094                 sync with HEAD
17095
17096 2004-08-07 [colin]      0.9.12cvs50.1
17097
17098         * src/pop.c
17099         * src/common/partial_download.c
17100                 fix warnings (sync from HEAD)
17101
17102 2004-08-07 [colin]      0.9.12cvs48.1
17103
17104         * src/prefs_folder_item.c
17105                 sync with HEAD 0.9.12cvs48
17106
17107 2004-08-06 [colin]      0.9.12cvs47.1
17108
17109         * src/compose.c
17110                 Sync with HEAD
17111
17112 2004-08-06 [christoph]  0.9.12cvs46.2
17113
17114         * src/main.c
17115         * src/plugins/clamav/clamav_plugin_gtk.c
17116         * src/plugins/dillo_viewer/dillo_viewer.c
17117         * src/plugins/image_viewer/plugin.c
17118         * src/plugins/mathml_viewer/mathml_viewer.c
17119         * src/plugins/spamassassin/spamassassin_gtk.c
17120         * src/plugins/trayicon/trayicon.c
17121                 don't mix GTK1.2 plugin with GTK2 plugins
17122
17123 2004-08-06 [colin]      0.9.12cvs46.1
17124
17125         * ChangeLog
17126         * ChangeLog.claws
17127         * ChangeLog.jp
17128         * configure.ac
17129         * sylpheed-claws.pc.in
17130         * src/folder.c
17131         * src/imap.c
17132         * src/localfolder.c
17133         * src/messageview.c
17134         * src/mimeview.c
17135         * src/mimeview.h
17136         * src/msgcache.c
17137         * src/news.c
17138         * src/prefs_ext_prog.c
17139         * src/prefs_folder_item.c
17140         * src/prefs_fonts.c
17141         * src/prefs_msg_colors.c
17142         * src/prefs_spelling.c
17143         * src/prefs_themes.c
17144         * src/prefs_toolbar.c
17145         * src/prefs_wrapping.c
17146         * src/procmime.h
17147         * src/common/defs.h
17148         * src/common/nntp.c
17149         * src/common/session.c
17150         * src/common/session.h
17151         * src/common/socket.c
17152         * src/common/utils.h
17153         * src/common/xml.c
17154         * src/common/xml.h
17155         * src/gtk/prefswindow.c
17156         * src/gtk/prefswindow.h
17157         * src/plugins/clamav/clamav_plugin_gtk.c
17158         * src/plugins/dillo_viewer/dillo_prefs.c
17159         * src/plugins/image_viewer/viewerprefs.c
17160         * src/plugins/spamassassin/spamassassin_gtk.c
17161         * m4/openssl.m4 *** REMOVED ***
17162                 Sync with HEAD 0.9.12cvs46
17163
17164 2004-08-03 [paul]       0.9.12cvs40.2
17165
17166         * src/action.c
17167         * src/addressadd.c
17168         * src/addressbook.c
17169         * src/addrgather.c
17170         * src/browseldap.c
17171         * src/compose.c
17172         * src/crash.c
17173         * src/editaddress.c
17174         * src/editgroup.c
17175         * src/editldap_basedn.c
17176         * src/foldersel.c
17177         * src/importldif.c
17178         * src/mimeview.c
17179         * src/prefs_common.c
17180         * src/prefs_template.c
17181         * src/sourcewindow.c
17182         * src/summaryview.c
17183         * src/gtk/about.c
17184         * src/gtk/foldersort.c
17185         * src/gtk/logwindow.c
17186         * src/gtk/pluginwindow.c
17187         * src/gtk/prefswindow.c
17188                 change all gtk_scrolled_window_set_policy from 
17189                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17190
17191 2004-08-02 [paul]       0.9.12cvs40.1
17192
17193         * AUTHORS
17194                 update translation team section
17195         * po/pt_BR.po
17196                 updated by Frederico Goncalves Guimaraes
17197                 <fggdebian@yahoo.com.br>
17198
17199 2004-07-31 [colin]      0.9.12cvs39.9
17200
17201         * src/exphtmldlg.c
17202                 Fix compilation
17203
17204 2004-07-31 [colin]      0.9.12cvs39.8
17205
17206         * src/exphtmldlg.c
17207                 Fix an alertpanel type
17208
17209 2004-07-30 [colin]      0.9.12cvs39.7
17210
17211         * src/alertpanel.c
17212                 Fix alertpanel_error_log's icon
17213
17214 2004-07-30 [colin]      0.9.12cvs39.6
17215
17216         * src/pop.c
17217                 Two of them should still be warnings
17218
17219 2004-07-30 [colin]      0.9.12cvs39.5
17220
17221         * src/pop.c
17222                 More warning -> error
17223 2004-07-29 [colin]      0.9.12cvs39.4
17224
17225         * src/pop.c
17226                 Warning -> error
17227
17228 2004-07-29 [colin]      0.9.12cvs39.3
17229
17230         * src/prefs_matcher.c
17231                 Fix segfault
17232
17233 2004-07-29 [colin]      0.9.12cvs39.2
17234
17235         * src/alertpanel.c
17236                 More nice-looking alertpanels
17237
17238 2004-07-29 [colin]      0.9.12cvs39.1
17239
17240         * src/messageview.c
17241                 sync with head
17242                 (inform user when partial mail is deleted on server)
17243
17244 2004-07-29 [colin]      0.9.12cvs38.1
17245
17246         * src/messageview.c
17247                 sync with head
17248
17249 2004-07-28 [paul]       0.9.12cvs37.7
17250
17251         * src/mainwindow.c
17252                 complete the replacement of deprecated gtk_progress_*
17253
17254 2004-07-28 [paul]       0.9.12cvs37.6
17255
17256         * src/action.c
17257         * src/inc.c
17258         * src/mainwindow.c
17259         * src/send_message.c
17260         * src/gtk/progressdialog.c
17261         * src/gtk/progressdialog.h
17262                 replace deprecated gtk_progress_*
17263
17264 2004-07-28 [paul]       0.9.12cvs37.5
17265
17266         * src/gtk/filesel.c
17267                 remove gtk_window_set_wmclass()
17268 2004-07-28 [paul]       0.9.12cvs37.4
17269
17270         * src/addressbook.c
17271         * src/compose.c
17272         * src/foldersel.c
17273         * src/mainwindow.c
17274         * src/messageview.c
17275         * src/sourcewindow.c
17276         * src/gtk/logwindow.c
17277                 remove gtk_window_set_wmclass()
17278                 
17279         * src/prefs_filtering.c
17280         * src/prefs_filtering_action.c
17281         * src/prefs_fonts.c
17282         * src/prefs_gtk.c
17283         * src/prefs_matcher.c
17284         * src/ssl_manager.c
17285         * src/gtk/prefswindow.c
17286                 replace gtk_window_position()
17287
17288 2004-07-28 [colin]      0.9.12cvs37.3
17289
17290         * src/alertpanel.c
17291         * src/alertpanel.h
17292                 Add a way to specify panel type for specific
17293                 panels (alertpanel())
17294         * src/account.c
17295         * src/addressbook.c
17296         * src/compose.c
17297         * src/expldifdlg.c
17298         * src/main.c
17299         * src/messageview.c
17300         * src/summaryview.c
17301         * src/textview.c
17302         * src/gtk/sslcertwindow.c
17303                 Fix alertpanel()s so that their icon match
17304                 their real type
17305
17306 2004-07-28 [paul]       0.9.12cvs37.2
17307
17308         * src/addr_compl.c
17309         * src/addressbook.c
17310         * src/alertpanel.c
17311         * src/compose.c
17312         * src/export.c
17313         * src/foldersel.c
17314         * src/folderview.c
17315         * src/grouplistdialog.c
17316         * src/import.c
17317         * src/mainwindow.c
17318         * src/message_search.c
17319         * src/messageview.c
17320         * src/passphrase.c
17321         * src/prefs_actions.c
17322         * src/prefs_common.c
17323         * src/prefs_customheader.c
17324         * src/prefs_display_header.c
17325         * src/prefs_filtering.c
17326         * src/prefs_filtering_action.c
17327         * src/prefs_gtk.c
17328         * src/prefs_matcher.c
17329         * src/prefs_msg_colors.c
17330         * src/prefs_summary_column.c
17331         * src/prefs_template.c
17332         * src/sourcewindow.c
17333         * src/ssl_manager.c
17334         * src/summary_search.c
17335         * src/gtk/colorsel.c
17336         * src/gtk/description_window.c
17337         * src/gtk/gtkaspell.c
17338         * src/gtk/inputdialog.c
17339         * src/gtk/logwindow.c
17340         * src/gtk/prefswindow.c
17341         * src/gtk/progressdialog.c
17342                 replace deprecated gtk_window_set_policy
17343
17344 2004-07-27 [colin]      0.9.12cvs37.1
17345
17346         * src/msgcache.c
17347                 More fixes (synced for head again)
17348
17349 2004-07-27 [colin]      0.9.12cvs35.3
17350
17351         * src/msgcache.c
17352                 Fix wrong test
17353
17354 2004-07-27 [colin]      0.9.12cvs35.2
17355
17356         * src/mimeview.c
17357                 Fix width a bit (by Paul)
17358         * src/alertpanel.c
17359         * src/alertpanel.h
17360                 Specialize icons, make alertpanel_message()
17361                 private
17362         * src/message_search.c
17363         * src/sgpgme.c
17364         * src/summary_search.c
17365                 Suit alertpanel changes
17366
17367 2004-07-27 [colin]      0.9.12cvs35.1
17368
17369         * src/alertpanel.c
17370                 Add an icon
17371         * src/passphrase.c
17372                 Add debug output - maybe someone will
17373                 want to look at the problem with Grab
17374                 Input :)
17375         Bump version as we're synced with HEAD
17376
17377 2004-07-26 [colin]      0.9.12cvs33.26
17378
17379         * src/pop.c
17380                 Fix uidl-file parsing when not in new
17381                 format
17382
17383 2004-07-26 [colin]      0.9.12cvs33.25
17384
17385         * src/gtk/menu.c
17386                 Move popup menu up if necessary (fixes 
17387                 account selector)
17388         * src/mainwindow.c
17389                 Set account selector's button height to
17390                 minimum
17391
17392 2004-07-26 [colin]      0.9.12cvs33.24
17393
17394         * src/alertpanel.c
17395                 Maybe fix 551 (Truncated font in alert window)
17396
17397 2004-07-26 [colin]      0.9.12cvs33.23
17398
17399         * po/de.po
17400         * po/es.po
17401         * po/fr.po
17402         * po/it.po
17403         * po/ja.po
17404         * po/pl.po
17405         * po/ru.po
17406         * po/sk.po
17407         * po/sr.po
17408         * po/zh_CN.po
17409                 Sync po files with HEAD
17410
17411 2004-07-26 [paul]       0.9.12cvs33.22
17412
17413         * src/compose.c
17414                 fix Bug 556 'Organisation-header is sent even if empty'
17415
17416 2004-07-24 [colin]      0.9.12cvs33.21
17417
17418         * src/compose.c
17419         * src/gtk/gtkaspell.c
17420         * src/gtk/gtkaspell.h
17421                 Fix speller accelerators (require hack)
17422
17423 2004-07-24 [colin]      0.9.12cvs33.20
17424
17425         * src/gtk/gtkaspell.c
17426                 Fix over-eager code deletion breaking
17427                 Check while typing
17428
17429 2004-07-24 [colin]      0.9.12cvs33.19
17430
17431         * src/browseldap.c
17432         * src/ldapctrl.c
17433         * src/ldapctrl.h
17434         * src/ldapserver.h
17435                 Sync ldap with HEAD
17436         (Fixes 546 LDAP completely broken)
17437
17438 2004-07-24 [colin]      0.9.12cvs33.18
17439
17440         * src/prefs_msg_colors.c
17441                 Fix prototype mismatch
17442         (Fixes 547 void function cannot return value)
17443
17444 2004-07-24 [colin]      0.9.12cvs33.17
17445
17446         * src/mainwindow.c
17447                 Fix sort going back to previous sort key
17448                 when changing sort direction
17449
17450 2004-07-24 [colin]      0.9.12cvs33.16
17451
17452         * src/compose.c
17453                 Fix space insertion when re-wrapping at 
17454                 cursor point
17455
17456 2004-07-24 [colin]      0.9.12cvs33.15
17457
17458         * src/gtk/gtkaspell.c
17459                 Don't change cursor position in insert-text
17460                 callback
17461         (Fixes 539 Word wrapping on input transposes letters)
17462
17463 2004-07-24 [colin]      0.9.12cvs33.14
17464
17465         * src/gtk/gtkaspell.c
17466                 Reencode non-ascii chars to dictionary's
17467                 encoding
17468         (Fixes 544 Spell check broken non english locale)
17469
17470 2004-07-24 [colin]      0.9.12cvs33.13
17471
17472         * src/summaryview.c
17473                 Fix Shift+Down, add Home/End/PgUp/PgDown
17474
17475 2004-07-21 [colin]      0.9.12cvs33.12
17476
17477         * src/prefs_common.c
17478                 Fix a gtk warning (Patch by Andrej Kacian)
17479
17480 2004-07-21 [colin]      0.9.12cvs33.11
17481
17482         * src/gtk/filesel.c
17483                 More check
17484
17485 2004-07-21 [colin]      0.9.12cvs33.10
17486
17487         * src/compose.c
17488         * src/crash.c
17489         * src/export.c
17490         * src/import.c
17491         * src/messageview.c
17492         * src/mimeview.c
17493         * src/prefs_spelling.c
17494         * src/prefs_themes.c
17495         * src/summaryview.c
17496         * src/gtk/filesel.c
17497         * src/gtk/filesel.h
17498         * src/gtk/pluginwindow.c
17499                 Untwist open/save mode guessing logic, make
17500                 it explicit
17501
17502 2004-07-20 [colin]      0.9.12cvs33.9
17503
17504         * src/codeconv.c
17505                 conv_encode_header: src_charset is UTF-8 on
17506                 gtk2
17507         * src/compose.c
17508                 Remove double encoding of the headers
17509
17510 2004-07-20 [colin]      0.9.12cvs33.8
17511
17512         * src/codeconv.c
17513                 Fix typo
17514
17515 2004-07-20 [colin]      0.9.12cvs33.7
17516
17517         * src/mainwindow.c
17518                 Set the separated messageview to the saved
17519                 size of Claws' messageview (Patch by Alfons)
17520                 Fix a callback prototype (me)
17521
17522 2004-07-20 [colin]      0.9.12cvs33.6
17523
17524         * src/codeconv.h
17525                 Forgot one hunk in 0.9.12cvs33.4
17526
17527 2004-07-19 [colin]      0.9.12cvs33.5
17528
17529         * src/action.c
17530                 Action output fix
17531                 Patch by Alfons
17532
17533 2004-07-19 [colin]      0.9.12cvs33.4
17534
17535         * src/compose.c
17536                 Fix outgoing charset bug in headers
17537         * src/codeconv.c
17538                 Clean for glib2 - Patch by Alfons
17539
17540 2004-07-19 [colin]      0.9.12cvs33.3
17541
17542         * src/statusbar.c
17543                 Remove grip from the statusbar
17544                 Patch by Alfons
17545
17546 2004-07-19 [colin]      0.9.12cvs33.2
17547
17548         * src/messageview.c
17549         * src/textview.c
17550                 Fix messageview remembering the previous
17551                 scroll position when loading a new message
17552                 Patch by Alfons
17553
17554 2004-07-19 [colin]      0.9.12cvs33.1
17555
17556         * src/folder.h
17557         * src/folderview.c
17558         * src/summaryview.c
17559                 Sync with HEAD
17560
17561 2004-07-18 [colin]      0.9.12cvs32.7
17562
17563         * configure.ac
17564                 Remove useless check for XIM - noticed
17565                 by Alfons
17566
17567 2004-07-18 [colin]      0.9.12cvs32.6
17568
17569         * src/summaryview.c
17570                 Remove non-modified and shift-modified
17571                 accelerators in summaryview's popup
17572                 menu, as that doesn't get catched by
17573                 the accel-activate signal catcher...
17574
17575 2004-07-18 [colin]      0.9.12cvs32.5
17576
17577         * src/prefs_common.c
17578                 Define sensible default prefs for 
17579                 wrapping
17580
17581 2004-07-18 [colin]      0.9.12cvs32.4
17582
17583         * src/compose.c
17584         * src/prefs_common.c
17585         * src/prefs_common.h
17586         * src/prefs_wrapping.c
17587                 Remove Smart Wrapping pref, which does
17588                 nothing on gtk2 branch
17589
17590 2004-07-18 [colin]      0.9.12cvs32.3
17591
17592         * src/sourcewindow.c
17593                 Proper utf8
17594
17595 2004-07-18 [colin]      0.9.12cvs32.2
17596
17597         * src/compose.c
17598                 Save attachment status when drafting
17599
17600 2004-07-18 [colin]      0.9.12cvs32.1
17601
17602         * src/gtk/filesel.c
17603                 Fix erratic folder selection in open mode
17604
17605 2004-07-18 [colin]      0.9.12cvs31.11
17606
17607         * src/pop.c
17608                 Don't let partial messages get deleted
17609                 even with "dowload all"
17610                 (0.9.12cvs31.8 fix extension)
17611 2004-07-18 [colin]      0.9.12cvs31.10
17612
17613         * src/gtk/logwindow.c
17614                 Fix log scrolling
17615
17616 2004-07-18 [colin]      0.9.12cvs31.9
17617
17618         * src/common/utils.c
17619                 Fix non-utf8 strings coming from commands
17620                 and files
17621
17622 2004-07-18 [colin]      0.9.12cvs31.8
17623
17624         * src/pop.c
17625                 Fix partial download bug with Download all
17626                 messages option
17627
17628 2004-07-18 [colin]      0.9.12cvs31.7
17629
17630         * src/textview.c
17631                 Fix bug introduced in 0.9.12cvs31.2
17632                 (blocked in select mode after double click)
17633
17634 2004-07-18 [colin]      0.9.12cvs31.6
17635
17636         * src/compose.c
17637         * src/gtk/menu.c
17638                 More glib-warning fixes
17639
17640 2004-07-18 [colin]      0.9.12cvs31.5
17641
17642         * src/compose.c
17643                 Fix trashing the primary clipboard when moving 
17644                 around with tab
17645         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
17646
17647 2004-07-18 [colin]      0.9.12cvs31.4
17648
17649         * src/codeconv.c
17650                 convert unencoded iso headers to utf8
17651         (Fix Bug 538 Unencoded local characters in subject make it 
17652          disappear)
17653
17654 2004-07-18 [colin]      0.9.12cvs31.3
17655
17656         * src/compose.c
17657                 Fix tab char handling in wrapping
17658         (Fix Bug 537 Line wrap problem - TAB character treated as 
17659          one character instead of 8)
17660
17661 2004-07-18 [colin]      0.9.12cvs31.2
17662
17663         * src/textview.c
17664                 return FALSE on GDK_MOTION_NOTIFY
17665         (Fix Bug 535 Hyperlinks/addresses are not selectable 
17666          (unable to highlight))
17667
17668 2004-07-18 [colin]      0.9.12cvs31.1
17669
17670         * src/folderview.c
17671                 Sync with 0.9.12cvs31
17672
17673 2004-07-18 [colin]      0.9.12cvs30.4
17674
17675         * src/compose.c
17676                 Also block text_inserted when inserting a file
17677
17678 2004-07-18 [colin]      0.9.12cvs30.3
17679
17680         * src/compose.c
17681                 Fix smart wrapping (block text_inserted handler
17682                 while putting quotation to avoid wrap on input,
17683                 don't join lines if next is sig separator)
17684
17685 2004-07-17 [colin]      0.9.12cvs30.2
17686
17687         * src/folderview.c
17688         * src/mainwindow.c
17689         * src/mimeview.c
17690         * src/summaryview.c
17691         * src/gtk/quicksearch.c
17692         * src/gtk/quicksearch.h
17693                 Block key events handlers *and* accels while
17694                 quicksearch is focused
17695         (Fixes Bug 534 quick-search bar not accepting certain letters)
17696
17697 2004-07-17 [colin]      0.9.12cvs30.1
17698
17699         * src/folder.h
17700         * src/folderview.c
17701         * src/summaryview.c
17702                 Sync with 0.9.12cvs30
17703
17704 2004-07-17 [colin]      0.9.12cvs28.2
17705
17706         * src/mimeview.c
17707         * src/procmime.c
17708         * src/summaryview.c
17709         * src/gtk/menu.c
17710                 Squash some compile and glib warnings
17711
17712 2004-07-17 [paul]       0.9.12cvs28.1
17713
17714         * src/mimeview.c
17715                 sync with 0.9.12cvs28 HEAD
17716
17717 2004-07-16 [paul]       0.9.12cvs26.1
17718         
17719         * src/gtk/quicksearch.c
17720         * src/account.c
17721         * src/account.h
17722         * src/compose.c
17723         * src/customheader.c
17724         * src/folder_item_prefs.c
17725         * src/main.c
17726         * src/mainwindow.c
17727         * src/messageview.c
17728         * src/mimeview.c
17729         * src/news.c
17730         * src/pgpmime.c
17731         * src/pop.c
17732         * src/pop.h
17733         * src/prefs_account.c
17734         * src/prefs_account.h
17735         * src/prefs_common.c
17736         * src/prefs_common.h
17737         * src/prefs_display_header.c
17738         * src/prefs_gtk.c
17739         * src/prefs_gtk.h
17740         * src/procheader.c
17741         * src/procmime.c
17742                 sync with 0.9.12cvs26 HEAD      
17743
17744 2004-07-15 [colin]      0.9.12cvs18.14
17745
17746         * src/folder.c
17747                 Disable GPG signature check during
17748                 folder move and scan
17749         (Closes Bug 521 Signature checking slows down Folder-Move)
17750
17751 2004-07-14 [colin]      0.9.12cvs18.13
17752
17753         * src/common/partial_download.c
17754                 update includes
17755
17756 2004-07-14 [colin]      0.9.12cvs18.12
17757
17758         * src/common/partial_download.c
17759         * src/common/partial_download.h
17760                 Move doc at top, add correct copyright
17761
17762 2004-07-14 [colin]      0.9.12cvs18.11
17763
17764         * src/folder.c
17765         * src/messageview.c
17766         * src/pop.c
17767         * src/pop.h
17768         * src/procmsg.c
17769         * src/summaryview.c
17770         * src/common/Makefile.am
17771         * src/common/partial_download.c ** NEW FILES **
17772         * src/common/partial_download.h ** NEW FILES **
17773                 Move partial-download related stuff to its
17774                 own file
17775
17776 2004-07-14 [colin]      0.9.12cvs18.10
17777
17778         * src/send_message.c
17779                 Fix smtp auth when user is null or empty
17780
17781 2004-07-13 [colin]      0.9.12cvs18.9
17782
17783         * src/gtk/quicksearch.c
17784                 Use alphabetic order
17785
17786 2004-07-13 [colin]      0.9.12cvs18.8
17787
17788         * src/pop.c
17789                 Be paranoid on the checks
17790
17791 2004-07-13 [colin]      0.9.12cvs18.7
17792
17793         * src/gtk/quicksearch.c
17794                 Fix Engrish once again
17795
17796 2004-07-13 [colin]      0.9.12cvs18.6
17797
17798         * src/procmsg.c
17799         * src/summaryview.c
17800                 Mark messages for deletion when they are about to
17801                 be removed from trash
17802
17803 2004-07-13 [colin]      0.9.12cvs18.5
17804
17805         * src/matcher.c
17806         * src/matcher.h
17807         * src/matcher_parser_parse.y
17808         * src/prefs_matcher.c
17809         * src/gtk/quicksearch.c
17810                 Add 'partial' ('p') match string to find partially
17811                 downloaded messages
17812
17813 2004-07-13 [colin]      0.9.12cvs18.4
17814
17815         * src/pop.c
17816                 Fix misplaced block
17817
17818 2004-07-13 [colin]      0.9.12cvs18.3
17819
17820         * src/pop.c
17821         * src/pop.h
17822         * src/messageview.c
17823                 Refactor API (to avoid passing 5+ params and code
17824                 duplication)
17825         * src/folder.c
17826         * src/msgcache.c
17827         * src/procheader.c
17828         * src/common/defs.h
17829                 Add planned_download to cache
17830                 Don't mess uidl file when moving partially downloaded
17831                 mails (they change folder, we should change it in the
17832                 uidl list too or we'll remove an incorrect message)
17833                 (this also helps removing hacks when changing 
17834                 planned_download in messageview.c)
17835
17836 2004-07-12 [colin]      0.9.12cvs18.2
17837
17838         * src/gtk/quicksearch.c
17839                 Fix missing status update in quicksearch
17840
17841 2004-07-12 [paul]       0.9.12cvs18.1
17842
17843         * po/POTFILES.in
17844         * src/Makefile.am
17845         * src/account.c
17846         * src/codeconv.c
17847         * src/compose.c
17848         * src/inc.c
17849         * src/main.c
17850         * src/prefs_common.c
17851         * src/procmsg.h
17852         * src/toolbar.c
17853         * src/prefs_msg_colors.[ch]     ** NEW FILES **
17854         * src/prefs_wrapping.[ch]       ** NEW FILES **
17855         * src/common/intl.h
17856         * src/common/utils.[ch]
17857         * src/gtk/quicksearch.[ch]
17858                 sync with 0.9.12cvs18 HEAD
17859
17860 2004-07-12 [colin]      0.9.11cvs17.25
17861
17862         * src/folder.c
17863         * src/folder.h
17864                 Remove unused function added by me in 0.9.11cvs17.10
17865
17866 2004-07-11 [colin]      0.9.11cvs17.24
17867
17868         * src/inc.c
17869         * src/messageview.c
17870         * src/pop.c
17871         * src/pop.h
17872                 Use folderitem and msgnum instead of filename to
17873                 know which mail to delete
17874                 Move old partial mail deletion to pop.c
17875
17876 2004-07-10 [colin]      0.9.11cvs17.23
17877
17878         * src/inc.c
17879                 Add debug
17880         * src/pop.c
17881         * src/pop.h
17882                 Don't re-use same enums for unrelated stuff: it's 
17883                 completely misleading !
17884                 Document a bit
17885
17886 2004-07-09 [colin]      0.9.11cvs17.22
17887
17888         * src/inc.c
17889                 Remove folder-type check and do
17890                 more tests to be sure everything's
17891                 ok
17892         * src/messageview.c
17893                 Punctuation update, remove useless
17894                 code, fix two warnings
17895         * src/noticeview.c
17896                 Layout cleaning, reset 2nd button
17897                 when specifying one
17898
17899 2004-07-09 [colin]      0.9.11cvs17.21
17900
17901         * src/messageview.c
17902         * src/pop.c
17903         * src/pop.h
17904                 Allow user to change his mind
17905                 and postpone decision (by
17906                 unmarking the mail)
17907
17908 2004-07-09 [colin]      0.9.11cvs17.20
17909
17910         * src/messageview.c
17911                 Fix bug with delete state
17912         * src/pop.c
17913         * src/pop.h
17914                 Fix buffer leak (fread doesn't 
17915                 terminate buffers with \0)
17916                 Refactoring (remove magic 
17917                 numbers)
17918
17919 2004-07-09 [colin]      0.9.11cvs17.19
17920
17921         * src/pop.c
17922                 Don't log "Skipping message" if 
17923                 we're going to TOP it two lines
17924                 later
17925
17926 2004-07-09 [colin]      0.9.11cvs17.18
17927
17928         * src/messageview.c
17929                 Fix Engrish
17930
17931 2004-07-09 [colin]      0.9.11cvs17.17
17932
17933         * src/pop.c
17934                 strlen checking...
17935         * src/messageview.c
17936                 refactoring a bit
17937
17938 2004-07-08 [colin]      0.9.11cvs17.16
17939
17940         * src/noticeview.c
17941         * src/noticeview.h
17942                 Add an optional second button
17943         * src/messageview.c
17944         * src/pop.c
17945         * src/pop.h
17946                 Don't delete partially received mails after a certain
17947                 time; rather, let the user decide.
17948
17949 2004-07-08 [colin]      0.9.11cvs17.15
17950
17951         * src/common/smtp.h
17952                 Sync with HEAD
17953
17954 2004-07-08 [colin]      0.9.11cvs17.14
17955
17956         * src/messageview.c
17957         * src/common/smtp.c
17958                 Use to_human_readable() for sizes
17959
17960 2004-07-08 [colin]      0.9.11cvs17.13
17961
17962         * src/inc.c
17963         * src/messageview.c
17964         * src/pop.c
17965         * src/pop.h
17966         * src/procmsg.c
17967                 Fix partial-downloading issues:
17968                         catch unsupported TOP
17969                         don't delete partially downloaded mails before 5 days
17970                         don't update existing with non-MH folders; that'll
17971                         make dups, but it's better than trashing the folder
17972                         free new msginfo parts
17973                 Fix indentation ;-)
17974
17975 2004-07-08 [colin]      0.9.11cvs17.12
17976
17977         * src/common/smtp.c
17978         * src/common/smtp.h
17979                 Sync smtp size verification with HEAD
17980
17981 2004-07-08 [colin]      0.9.11cvs17.11
17982
17983         * src/summaryview.c
17984         * src/prefs_common.c
17985         * src/prefs_common.h
17986         * src/gtk/quicksearch.c
17987         * src/gtk/quicksearch.h
17988                 Sync sticky pref with HEAD
17989
17990 2004-07-08 [colin]      0.9.11cvs17.10
17991
17992         * src/folder.c [1.213.2.6]
17993         * src/folder.h [1.87.2.6]
17994         * src/inc.c [1.149.2.7]
17995         * src/messageview.c [1.94.2.8]
17996         * src/procheader.c [1.47.2.6]
17997         * src/procmsg.c [1.150.2.4]
17998         * src/procmsg.h [1.60.2.5]
17999         * src/pop.c [1.56.2.4]
18000         * src/pop.h [1.17.2.3]
18001                 Let too big messages get downloaded, but truncated
18002                 Add a button to download them completely
18003                 
18004 2004-07-06 [colin]      0.9.11cvs17.9
18005
18006         * src/gtk/quicksearch.c [1.1.2.3]
18007                 Add a Clear button
18008         * commitHelper
18009         * PATCHSETS
18010                 Add a script to help with cvs
18011
18012 2004-07-03 [colin]      0.9.11cvs17.8
18013
18014         * src/plugins/imageviewer/viewer.c
18015                 fix imageviewer (which was staying on the first
18016                 displayed image)
18017
18018 2004-07-03 [colin]      0.9.11cvs17.7
18019
18020         Removed FIXME_GTK2 warnings
18021         * src/gtk/gtkutils.c
18022                 useless #warnings
18023         * src/gtk/menu.c
18024                 useless #warnings (no need to mess with menu rc)
18025         * src/gtk/menu.h
18026                 unused functions
18027         
18028
18029 2004-07-03 [colin]      0.9.11cvs17.6
18030
18031         Removed FIXME_GTK2 warnings
18032         * src/codeconv.c
18033                 useless #warnings (rewrite needed)
18034         * src/compose.c
18035                 useless #warnings (rewrite needed)
18036                 useless #warnings (gtk2 is like that)
18037                 useless #warnings (previously fixed)
18038         * src/main.c
18039                 useless #warnings (previously fixed)
18040         * src/message_search.c
18041                 useless #warnings (gtk2 is like that)
18042                 Made apparent that search is case-sensitive
18043         * src/mimeview.c
18044                 useless #warnings (rewrite needed)
18045                 useless #warnings (gtk2 is like that)
18046                 reimplemented real warnings
18047         * src/prefs_common.c
18048                 Removed block cursor option (not it gtk2)
18049         * src/prefs_gtk.c
18050                 useless #warnings (rewrite needed)
18051         * src/procheader.c
18052                 useless #warnings (rewrite needed)
18053         * src/sourcewindow.c
18054                 useless #warnings (incorrect placing)
18055         * src/summary_search.c
18056                 useless #warnings (gtk2 is like that)
18057                 Made apparent that search is case-sensitive
18058         * src/action.c
18059                 useless #warnings (gtk2 is like that)
18060         * src/textview.c
18061                 useless #warnings (rewrite needed)
18062         * src/toolbar.c
18063                 useless #warnings (rewrite needed)
18064
18065 2004-07-03 [colin]      0.9.11cvs17.5
18066
18067         * src/textview.c
18068                 Fix mismerge which broke URI opening
18069                 
18070 2004-07-01 [colin]      0.9.11cvs17.4
18071
18072         * src/gtk/filesel.c
18073                 Fill filename when saving
18074                 
18075 2004-06-27 [colin]      0.9.11cvs17.3
18076
18077         * src/gtk/filesel.[ch]
18078                 Use the new GTK file selector
18079                 Update prototype to match the reality: multiple file
18080                 selection is open-only          
18081         * src/compose.c
18082                 Match the new prototypes        
18083         * configure.ac
18084                 Match the new requirements (gtk 2.4.0)
18085                         
18086 2004-06-26 [colin]      0.9.11cvs17.2
18087
18088         * src/plugins/trayicon/trayicon.c
18089                 Remove useless signal handler on resize, which causes
18090                 an infinite "loop"
18091         
18092 2004-06-26 [colin]      0.9.11cvs17.1
18093         
18094         * tools/Makefile.am
18095                 remove launch_firebird and add nautilus2sylpheed.sh
18096         * src/quicksearch.c
18097           src/summaryview.c
18098                 Fix show/hide "Extended symbols" button problem
18099                 Fix apparition at startup
18100                 Fix const warnings
18101         * src/plugins/image_viewer/Makefile.am
18102                 Fix configure 
18103         * common/ssl.c
18104                 Re-enable certificate check, as it doesn't seem to
18105                 cause Xlib errors anymore
18106
18107 2004-06-25 [paul]       0.9.11cvs17
18108
18109         * sync with 0.9.11cvs17 HEAD
18110         
18111         NOTE: QuickSearch is broken
18112
18113 2004-06-07 [colin]      0.9.10claws67.10
18114         * src/plugins/trayicon/trayicon.c
18115           src/plugins/trayicon/libeggtrayicon/Makefile.am
18116           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18117                 Fix gettextization in trayicon plugin
18118
18119 2004-06-07 [colin]      0.9.10claws67.9
18120         
18121         * src/summaryview.c
18122           src/gtk/gtksctree.[ch]
18123                 Let Shift+{Up,Down} work in summaryview
18124                 (well, Down "works" and Up works)
18125                 Let the list scroll when using these keys
18126
18127 2004-06-06 [colin]      0.9.10claws67.8
18128
18129         * src/plugins/trayicon/trayicon.c
18130                 Fix pixmap update
18131
18132 2004-06-06 [colin]      0.9.10claws67.7
18133
18134         * src/addressbook.c
18135                 Fix signal handling causing system-wide focus grab
18136
18137 2004-05-25 [paul]       0.9.10claws67.6
18138
18139         * Makefile.am
18140           src/Makefile.am
18141                 clean up
18142
18143 2004-05-25 [paul]       0.9.10claws67.5
18144
18145         * replace deprecated gtk_signal... functions
18146
18147 2004-05-23 [colin]      0.9.10claws67.4
18148
18149         * src/compose.c
18150                 Fix wrapping
18151
18152 2004-05-22 [colin]      0.9.10claws67.3
18153
18154         * src/compose.c
18155                 Re-fix [Edited] in compose.c::compose_reedit()
18156
18157 2004-05-22 [colin]      0.9.10claws67.2
18158
18159         * src/procmime.c
18160                 Fix parsing of multiparts mails
18161
18162 2004-05-22 [colin]      0.9.10claws67.1
18163
18164         * src/summaryview.c
18165                 Fix quicksearch
18166
18167 2004-05-22 [paul]       0.9.10claws67
18168
18169         * sync with 0.9.10claws67 HEAD
18170
18171 2004-05-14 [alfons]
18172
18173         * src/procmime.h
18174                 add forgotton prototype
18175
18176 2004-05-10 [paul]       0.9.10claws57
18177
18178         * sync with 0.9.10claws57 HEAD
18179
18180 2004-05-05 [paul]       0.9.9.claws1
18181
18182         * ChangeLog-gtk2        ** REMOVED **
18183           ChangeLog-gtk2.claws  ** ADDED **
18184                 rename and adopt the normal claws format
18185                 
18186         * configure.ac
18187                 require gtkmathview >= 0.5
18188
18189         * ac/*                          ** REMOVED **
18190           ac/                           ** REMOVED **
18191           intl/Makefile.in              ** REMOVED **
18192           m4/                           ** ADDED **
18193           m4/missing                    ** ADDED **
18194           m4/missing/gdk-pixbuf.m4      ** ADDED **
18195           m4/missing/gettext.m4         ** ADDED **
18196           m4/missing/gpgme.m4           ** ADDED **
18197           m4/missing/imlib.m4           ** ADDED **
18198           m4/.cvsignore                 ** ADDED **
18199           m4/Makefile.am                ** ADDED **
18200           m4/README                     ** ADDED **
18201           m4/aclocal-include.m4         ** ADDED **
18202           m4/aspell.m4                  ** ADDED **
18203           m4/check-type.m4              ** ADDED **
18204           m4/gnupg-check-typedef.m4     ** ADDED **
18205           m4/openssl.m4                 ** ADDED **
18206           m4/spamassassin.m4            ** ADDED **
18207           po/ChangeLog                  ** REMOVED **
18208           po/Makefile.in.in             ** REMOVED **
18209           po/Rules-quot                 ** REMOVED **
18210           po/boldquot.sed               ** REMOVED **
18211           po/en@boldquot.header         ** REMOVED **
18212           po/en@quot.header             ** REMOVED **
18213           po/insert-header.sin          ** REMOVED **
18214           po/quot.sed                   ** REMOVED **
18215           po/remove-potcdate.sed        ** REMOVED **
18216           po/remove-potcdate.sin        ** REMOVED **
18217           po/stamp-po                   ** REMOVED **
18218           Makefile.am
18219           autogen.sh
18220           configure.ac
18221                 enable building with automake 1.8.x
18222                 add 'autopoint --force' to autogen.sh and remove all
18223                 auto-generated files, remove ac/ directory and use
18224                 m4/ directory instead
18225                 
18226         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18227                 fix gettextization
18228
18229 2004-02-28 Colin Leroy <colin@colino.net>
18230         * src/prefs_matcher.c
18231           src/prefs_filtering.c
18232           src/prefs_filtering_action.c
18233                 Fix non-editable GtkEntries
18234
18235 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18236         * src/prefs_themes.c
18237                 utf8 conversion for theme info
18238
18239 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18240         * sync 0.9.9claws
18241
18242 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18243         * src/grouplistdialog.c
18244                 allow multiple selections without ctrl key
18245
18246 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18247         * src/main.c
18248                 enable customizable accelerators
18249
18250 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18251         * src/prefs_common.c
18252                 re-enable different font settings for gtk1/2
18253         * src/prefs_folder_item.c
18254                 fix folder prefs displayed wrong
18255         * src/textview.c
18256                 set 'sunken' shadow type
18257
18258 2004-02-07 Colin Leroy <colin@colino.net>
18259         * src/compose.c
18260                 Fix message being always [Edited]
18261                 Encode headers correctly (utf8 buf)
18262
18263 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18264         * src/socket.c
18265                 remove double g_source_attach()
18266                 (Thanks to Colin Leroy)
18267
18268 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18269         * src/gtk/gtksctree.c
18270                 Fix SSL certificate list not shown
18271         * src/mimeview.c
18272                 Fix clicks in mime tree
18273
18274 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18275         * src/common/socket.c
18276                 Fix SSL receive
18277         * src/compose.c
18278                 Fix clipboard menu hotkeys
18279
18280 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18281         * src/gtk/gtkaspell.[ch]
18282           src/compose.c
18283                 reimplement spellchecker
18284
18285 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18286         * src/gtk/filesel.c
18287                 crash when inserting file in compose window
18288                 (TODO: keep old selection on clicks)
18289         * src/main.c
18290                 use gtkrc-2.0 instead of gtkrc
18291
18292 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18293         * src/messageview.c
18294                 remove orphaned mimeview unref()
18295
18296 2004-01-20 Thorsten Maerz <torte@netztorte.de>
18297         * src/grouplistdialog.c
18298                 expand nodes containing subscribed groups
18299
18300 2004-01-19 Thorsten Maerz <torte@netztorte.de>
18301         * src/textview.c
18302                 textview: hide cursor, restore old click behaviour
18303
18304 2004-01-18 Thorsten Maerz <torte@netztorte.de>
18305         * src/textview.c
18306                 variable names messed up
18307
18308 2004-01-17 Colin Leroy <colin@colino.net>
18309         * src/addr_compl.c
18310                 Fix completion address too thin
18311         * src/compose.c
18312                 Fix tab-to-subject behaviour
18313         * src/summaryview.c
18314                 Implement key up & down in summaryview
18315
18316 2004-01-12 Thorsten Maerz <torte@netztorte.de>
18317
18318         * sync 098claws
18319
18320 2004-01-08 Thorsten Maerz <torte@netztorte.de>
18321         * configure.ac
18322           Makefile.am
18323           doc/.cvsignore
18324           doc/Makefile.am
18325                 faq, man, manual moved to doc/
18326         * ac/aspell.m4
18327           ac/check-type.m4
18328           ac/gnupg-check-typedef.m4
18329           ac/openssl.m4
18330           ac/spamassassin.m4
18331           ac/missing/gdk-pixbuf.m4
18332           ac/missing/gpgme.m4
18333           ac/missing/imlib.m4
18334                 fix automake warnings
18335
18336 2003-12-06 Colin Leroy <colin@colino.net>
18337         * src/summaryview.c
18338                 Fix quicksearch
18339
18340 2003-12-05 Colin Leroy <colin@colino.net>
18341         * src/summaryview.c
18342                 Fix going to next unread folder
18343
18344 2003-12-05 Colin Leroy <colin@colino.net>
18345         * src/crash.c
18346                 Fix gtk2 compilation
18347         * src/session.c
18348                 Remove iotag source handler at disconnection
18349         * src/socket.[ch] 
18350                 Remove source handler when closing socket 
18351                 (fixes another seg)
18352
18353 2003-12-04 Colin Leroy <colin@colino.net>
18354         * src/compose.c
18355           src/prefs_account.c
18356           src/prefs_common.c
18357                 Fix some dropdown menus
18358
18359 2003-12-04 Colin Leroy <colin@colino.net>
18360         * src/compose.c
18361                 Fix event handlers on header fields
18362         * src/common/socket.c
18363           src/common/session.c
18364                 Fix segfault with callback (SSL)
18365                 Fix end of session 
18366
18367 2003-10-06 Thorsten Maerz <torte@netztorte.de>
18368
18369         * Fix compile bug in src/compose.c
18370         * removed src/gtk/gtkstext.[ch]
18371
18372 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
18373
18374         * Convert character set and escape "text" attributes in toolbar setting
18375         files.
18376         * Fixed bug in button-press-event handling.
18377
18378 2003-09-16 Thorsten Maerz <torte@netztorte.de>
18379
18380         * Fixed bug in key-press-event handling.
18381
18382 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
18383
18384         * Enabled to compile tray-icon plugin (Ad-hoc).
18385         * Avoid hang up bug of icon list in mime view (Ad-hoc).
18386
18387 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
18388
18389         * Enabled to compile on sylpheed-claws.
18390         (tray-icon plugin still cannot compile yet.)
18391
18392 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
18393
18394         * Updated to 0.9.5.
18395
18396 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
18397
18398         * Updated to 0.9.4.
18399         * Ported monitoring SSL mechanism to GSource of GLib2
18400         (I don't confirm it)
18401         * Added _gtk2 suffix to key name of font preference to avoid
18402         ovverwriting preference of Gtk+-1.2 version.
18403
18404 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
18405
18406         * Updated to 0.9.2.
18407
18408 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
18409
18410         * Updated to 0.9.1.
18411         * Translate po files into UTF-8 when execute autogen.sh.
18412
18413 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
18414
18415         * Updated to 0.9.0.
18416
18417 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
18418
18419         * Plugged GError related memory leaks.
18420
18421 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
18422
18423         * Changed default size of fonts.
18424         * Enabled to set titile font size of warning dialog.
18425
18426 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
18427
18428         * Embed a sylpheed icon into executable binary on Windows.
18429
18430 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
18431
18432         * I forgot to traslate character set of element string in src/xml.c.
18433
18434 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
18435
18436         * Fixed detecting bind_textdomain_codeset in configure.in.
18437         * The bug in which "Example" of "Date fromat" preference isn't displayed
18438         correctly has been fixed.
18439
18440 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
18441
18442         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
18443           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
18444           glib-gettextize
18445           Removed intl directory.
18446           Translated po files into UTF-8.
18447           (Thanks! Ryuji Abe)
18448
18449 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
18450
18451         * The bug which doesn't unscape string in xml.c has been fixed.
18452
18453 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
18454
18455         * The bug which is failed to translate encoding of file name thorough
18456         file dialog has been fixed.
18457
18458 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
18459
18460         * Modified to translate file names which is used in inporting/expoting
18461         mbox feature and "Save as" feature into locale encoding.
18462         * Translate file names into locale encoding when "Attache file" and
18463         "Insert file".
18464         * Force set G_BROKEN_FILENAMES environment variable.
18465         * Other minor fixes.
18466
18467 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
18468
18469         * Modified to treat MH folder's name as locale encoding.
18470
18471 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
18472
18473         * The bug which clash on switching candidates of auto completion of
18474         addresses, cannot use auto completion in Japanesse is fixed
18475         (Thanks! Tokunaga-san)¡¥
18476
18477 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18478
18479         * The bug which cannot switch key accelerator preference has been fixed
18480         (Thanks! smbd-san)¡¥
18481
18482 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18483
18484         * version 0.8.11-gtk2-20030314
18485
18486 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18487
18488         * The bug in which character set conversion of filtering messages has
18489         been fixed.(Thanks! COCOA-san).
18490
18491 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
18492
18493         * Revived "Leave space on head" preference in "Message" category.
18494         * A bug which clash when put the cursor to end of buffer and execute
18495         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
18496
18497 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18498
18499         * version 0.8.11-gtk2-20030312
18500
18501 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18502
18503         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
18504         * Modified to use Pango's API directly for font preference.
18505         * Integrated GtkTextView of textview to one widget.
18506         * Set fonts of header title in textview by "header_title" tag.
18507         * Removed some deprecated codes.
18508
18509 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
18510
18511         * Updated to 0.8.11.
18512         * Merged cygwin patch(Thanks! Sakai-san).
18513
18514 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
18515
18516         * version 0.8.10-gtk2-20030309