d078f2e72f6b8039b5363d11737007a8e45f5a40
[claws.git] / ChangeLog
1 2006-09-25 [colin]      2.5.0cvs3
2
3         * src/plugins/bogofilter/bogofilter.c
4         * src/plugins/clamav/clamav_plugin.c
5         * src/plugins/spamassassin/spamassassin.c
6                 BogoFilter, Spamassassin: Fix double hook registering after
7                 visiting preferences
8                 Spamassassin, Clamav: Just set the mails to move instead of
9                 doing the move - caller will move the things at once.
10
11 2006-09-25 [colin]      2.5.0cvs2
12
13         * src/imap.c
14         * src/etpan/imap-thread.c
15                 Use UID SEARCH ALL instead of UID 1:*
16                 (braindead servers can't figure out that's
17                 the same...)
18
19 2006-09-25 [wwp]        2.5.0cvs1
20
21         * src/message_search.c
22                 Added the ability to stop a running search (in message body).
23
24 2006-09-25 [paul]       2.5.0
25
26         * NEWS
27         * README
28         * RELEASE_NOTES
29                 2.5.0 released
30
31 2006-09-25 [paul]       2.4.0cvs214
32
33         * po/cs.po
34         * po/de.po
35         * po/fi.po
36         * po/fr.po
37         * po/nl.po
38         * po/pt_BR.po
39         * po/sk.po
40         * po/sr.po
41         * po/zh_CN.po
42                 updated by Tim, Stephan Sachse, Flammie Pirinen,
43                 Fabien Vantard, Tim Dijkstra, Frederico Goncalves Guimaraes,
44                 Ticho, Aleksander Urosevic, Ralgh Young
45
46 2006-09-24 [mones]      2.4.0cvs213
47
48         * po/es.po
49                 Updated for release
50
51 2006-09-23 [colin]      2.4.0cvs212
52
53         * src/gtk/inputdialog.c
54                 Fix [ ] remember this appearing in normal
55                 input dialogs after it's been used by
56                 mimeview.
57         * src/folder.c
58         * src/folderview.c
59         * src/msgcache.c
60         * src/procmsg.c
61         * src/summaryview.c
62         * src/textview.c
63         * src/common/timing.h
64                 Enable timings in debug mode and make it
65                 look prettier.
66
67 2006-09-22 [colin]      2.4.0cvs211
68
69         * README
70                 Revert test change
71         * commitHelper
72                 ping the correct URI
73
74 2006-09-22 [colin]      2.4.0cvs210
75
76         * README
77                 Let's see if bug #1022 is fixed
78
79 2006-09-21 [colin]      2.4.0cvs209
80
81         * src/wizard.c
82         * src/common/plugin.c
83                 Prepare infra to load predefined plugins when
84                 no configuration existed. Don't actually load
85                 anything yet (feat. freeze)
86
87 2006-09-21 [wwp]        2.4.0cvs208
88
89         * manual/fr/faq.xml
90                 Partial sync w/ 2.4.0cvs72:
91                 wrap file and minor updates.
92
93 2006-09-21 [wwp]        2.4.0cvs207
94
95         * tools/fix_date.sh
96                 several fixes and enhancements. A new --force switch has been
97                 added to prevent overriding by default Date: header when
98                 already existing.
99
100 2006-09-21 [paul]       2.4.0cvs206
101
102         * src/common/utils.c
103                 add Chinese UTF8 Re prefix
104
105 2006-09-21 [wwp]        2.4.0cvs205
106
107         * tools/Makefile.am
108                 Fics alfabettical order.
109
110 2006-09-21 [wwp]        2.4.0cvs204
111
112         * tools/fix_date.sh
113         * tools/Makefile.am
114                 Added an action tool to fix missing Date field in emails.
115                 Updated Makefile.am to reflect those last two additions.
116
117 2006-09-21 [wwp]        2.4.0cvs203
118
119         * tools/uuooffice
120                 Added a action tool to open uuencoded docs w/
121                 OpenOffice (based on uudec method).
122
123 2006-09-21 [colin]      2.4.0cvs202
124
125         * src/compose.c
126         * src/textview.c
127                 Workaround possible GTK crash: remove selection 
128                 clipboard before destroying widget, or GTK+-2.10
129                 dies. Thanks to Hiro.
130
131 2006-09-20 [colin]      2.4.0cvs201
132
133         * src/compose.c
134                 Fix free-after-use in some cases (when 
135                 procmime_encode_content() frees mimeinfo->data.mem
136                 and turns it to a temp file)
137
138 2006-09-20 [colin]      2.4.0cvs200
139
140         * src/folderview.c
141         * src/summaryview.c
142         * src/gtk/gtksctree.c
143         * src/gtk/gtksctree.h
144                 Add tooltips in the folderview and summaryview
145                 (Doesn't break string freeze as they already
146                 exist)
147         * src/toolbar.c
148                 Put the spam button in the default configuration
149                 if compiled with bogo plugin too
150
151 2006-09-19 [colin]      2.4.0cvs199
152
153         * src/summaryview.c
154         * src/summaryview.h
155                 Update folder name label on folder rename
156         * src/prefs_matcher.c
157         * src/gtk/logwindow.h
158                 Fix warnings
159                 Patches by Fabien
160
161 2006-09-19 [wwp]        2.4.0cvs198
162
163         * src/summary_search.c
164                 fix can't click forward/backward buttons in the
165                 search messages.
166
167 2006-09-18 [paul]       2.4.0cvs197
168
169         * src/wizard.c
170                 add missing bracket, capitalise the A of
171                 'SpamAssassin'
172
173 2006-09-18 [paul]       2.4.0cvs196
174
175         * src/compose.c
176                 fix bug 1012 'crashed upon sending mail
177                 from compose window'
178                 Thanks to Colin
179
180 2006-09-16 [colin]      2.4.0cvs195
181
182         * src/folderview.c
183                 Fix "real-time" sorting by freezing/thawing
184
185 2006-09-16 [colin]      2.4.0cvs194
186
187         * manual/faq.xml
188                 Fix the anti-spam entry a bit
189
190 2006-09-16 [colin]      2.4.0cvs193
191
192         * src/wizard.c
193                 Make sure reviewers have no excuse when stating
194                 Sylpheed-Claws doesn't have antispam capabilities.
195
196 2006-09-16 [colin]      2.4.0cvs192
197
198         * src/main.c
199                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
200                 as if the SIGPIPE comes from etpan's thread we could
201                 trigger a GUI update from this thread.
202
203 2006-09-16 [colin]      2.4.0cvs191
204
205         * src/summaryview.c
206                 Init all members of the struct
207
208 2006-09-16 [paul]       2.4.0cvs190
209
210         * src/account.c
211                 improvements to the English
212
213 2006-09-15 [colin]      2.4.0cvs189
214
215         * src/summaryview.c
216                 HIG order on dialog
217
218 2006-09-14 [colin]      2.4.0cvs188
219
220         * src/common/socket.c
221         * src/common/socket.h
222         * src/common/ssl.c
223         * src/common/ssl_certificate.c
224         * src/common/ssl_certificate.h
225         * src/etpan/imap-thread.c
226                 the get_fqdn() call done to get canonical name when
227                 checking an SSL certificate is blocking, which is
228                 sad as we just did a non-blocking lookup to connect.
229                 Fix that by letting the fqdn available to the SockInfo,
230                 and use that in ssl_certificate_check(). For IMAP,
231                 we don't do it as the lookup's done by libetpan, but
232                 it's less annoying as IMAP connections as much more
233                 rare than POP3 connections.
234
235 2006-09-14 [paul]       2.4.0cvs187
236
237         * manual/advanced.xml
238                 improvements to the English,
239                 properly place the new hidden options
240                 within the alphabetical order
241         * src/gtk/pluginwindow.c
242                 improvements to the English
243
244 2006-09-14 [colin]      2.4.0cvs186
245
246         * src/prefs_common.c
247         * src/prefs_common.h
248         * src/gtk/gtksctree.c
249         * manual/advanced.xml
250                 New hidden pref, stripes_color_offset, to change
251                 the value added/substracted to normal bgcolor to
252                 create the stripes in summaries
253
254 2006-09-13 [colin]      2.4.0cvs185
255
256         * src/gedit-print.c
257         * src/messageview.c
258         * src/messageview.h
259         * src/summaryview.c
260         * src/textview.c
261                 Fix misc. printing issues: 
262                 - Bad font for linkified headers
263                 - Different font if the mail was displayed or not
264                 - Factorize the thing
265
266 2006-09-13 [colin]      2.4.0cvs184
267
268         * src/common/ssl_certificate.c
269                 Only get FQDN once when checking certificate
270
271 2006-09-13 [colin]      2.4.0cvs183
272
273         * src/account.c
274         * src/gtk/pluginwindow.c
275                 Misc. GUI fixes by Fabien
276
277 2006-09-13 [wwp]        2.4.0cvs182
278
279         * configure.ac
280         * src/common/utils.h
281         * src/common/utils.c
282                 get rid of unused wide-char functions.
283
284 2006-09-13 [wwp]        2.4.0cvs181
285
286         * src/plugins/pgpinline/sylpheed.def
287         * src/textview.c
288                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
289                 add privacy_reset_error to the .def file,
290                 do not fork for an external textviewer.
291
292 2006-09-13 [wwp]        2.4.0cvs180
293
294         * src/prefs_common.c
295                 fix broken font entry in prefs (patch issued by the gpg4win team,
296                 probably by Marcus Brinkmann <marcus@g10code.de>).
297
298 2006-09-13 [colin]      2.4.0cvs179
299
300         * src/folder.h
301                 Fix a warning in summaryview.c
302         * src/mainwindow.c
303         * src/summaryview.c
304         * src/summaryview.h
305                 Add missing Mark/* elements in the
306                 main menu
307
308 2006-09-12 [colin]      2.4.0cvs178
309
310         * src/prefs_actions.c
311         * src/prefs_filtering_action.c
312         * src/prefs_matcher.c
313                 Use (New) instead of New everywhere
314
315 2006-09-12 [wwp]        2.4.0cvs177
316
317         * manual/fr/addrbook.xml
318         * manual/fr/handling.xml
319                 updated some quotes in the fr manual to match the fr translation.
320
321 2006-09-12 [wwp]        2.4.0cvs176
322
323         * src/prefs_matcher.c
324                 don't store translated string elements in matcher expressions.
325                 Also fixed a misused of Q_().
326
327 2006-09-11 [wwp]        2.4.0cvs175
328
329         * src/plugins//bogofilter/bogofilter.c
330         * src/plugins//clamav/clamav_plugin.c
331         * src/plugins//demo/demo.c
332         * src/plugins//dillo_viewer/dillo_viewer.c
333         * src/plugins//pgpcore/plugin.c
334         * src/plugins//pgpinline/plugin.c
335         * src/plugins//pgpmime/plugin.c
336         * src/plugins//spamassassin/spamassassin.c
337                 gettext-ize more strings (mostly plugin error messages).
338
339 2006-09-11 [colin]      2.4.0cvs174
340
341         * src/alertpanel.c
342                 Make maximum buffer size bigger to avoid
343                 truncating translated messages. Patch by
344                 Fabien
345
346 2006-09-11 [colin]      2.4.0cvs173
347
348         * src/etpan/imap-thread.c
349                 Fix compilation on OpenBSD, thanks to 
350                 Landry
351
352 2006-09-10 [wwp]        2.4.0cvs172
353
354         * manual/account.xml
355         * manual/addrbook.xml
356         * manual/handling.xml
357         * manual/es/handling.xml
358         * manual/fr/account.xml
359         * manual/fr/addrbook.xml
360         * manual/fr/handling.xml
361                 documented addressbook matching (condition configuration):
362                   addrbook.xml, en fr
363                 documented per-account filtering rules (handling/filtering
364                   section, account section):
365                   account.xml, handling.xml, en fr
366                 slightly updated the handling/searching section to tell few
367                   words about the extended search ability:
368                   handling.xml, en fr
369                 added missing <quote></quotes> to Quick Search:
370                   handling.xml, en fr es
371                 fixed a typo (auomatically):
372                   handling.xml, en
373                 changes revisited by Paul.
374
375 2006-09-10 [paul]       2.4.0cvs171
376
377         * src/prefs_actions.c
378         * src/prefs_filtering.c
379         * src/prefs_template.c
380                 adjustments to the gui
381                 Patch by Fabien Vantard (slightly modified)
382
383 2006-09-10 [colin]      2.4.0cvs170
384
385         * src/summaryview.c
386                 Check folderitem/summaryview consistency
387                 (basically automates Update summary). Fixes
388                 #1011 (wrong (negative) count on unread 
389                 messages)
390
391 2006-09-10 [colin]      2.4.0cvs169
392
393         * src/gtk/gtksctree.c
394                 Fix recursive expansion via mouse
395         * src/plugins/bogofilter/bogofilter.c
396                 Use normal filtering way of moving
397                 messages (batching), possibly fixing
398                 bug #1015 (Bogofilter plugin doubles 
399                 new messages)
400
401 2006-09-09 [wwp]        2.4.0cvs168
402
403         * src/prefs_filtering.c
404                 better place for this fix.
405
406 2006-09-09 [wwp]        2.4.0cvs167
407
408         * src/prefs_filtering.c
409                 fix a minor bug when the enabled status of a filtering/processing
410                 rule always got set to TRUE when replacing this rule. That still
411                 make sense when adding a new rule, but now when replacing, we
412                 don't override the value of 'enabled'.
413                 Also renamed the func prefs_filtering_list_view_get_rule_name()
414                 to prefs_filtering_list_view_get_info() as this function not only
415                 returns the name, but also the account_id and the enabled status.
416
417 2006-09-09 [mones]      2.4.0cvs166
418
419         * manual/glossary.xml
420         * manual/plugins.xml
421                 Minor format corrections
422         * manual/gpl.xml
423                 Fix misplaced NO WARRANTY section
424         * manual/es/advanced.xml
425         * manual/es/faq.xml
426         * manual/es/glossary.xml
427         * manual/es/gpl.xml
428         * manual/es/handling.xml
429         * manual/es/plugins.xml
430         * manual/es/starting.xml
431                 Incorporate changes from English version
432         * manual/fr/ack.xml
433         * manual/pl/ack.xml
434         * manual/es/ack.xml
435                 Fix address, (add translation credits in es version)
436         * po/es.po
437                 Updated translation
438
439 2006-09-09 [wwp]        2.4.0cvs165
440
441         * src/prefs_filtering.c
442                 fix a crash when opening filtering prefs, if matcherrc file contains
443                 broken data (non-existing account id, which is theoretically not
444                 possible).
445
446 2006-09-08 [colin]      2.4.0cvs164
447
448         * src/folder.c
449                 Wrong assert, make it an if()
450         * src/gtk/gtksctree.c
451                 Fix bug #1013 (expand selected thread 
452                 tree) - expanding is now recursive
453
454 2006-09-07 [wwp]        2.4.0cvs163
455
456         * src/prefs_matcher.c
457                 make better sentences about addressbook matching in the
458                 matcher prefs. This should make translators' work easier
459                 too.
460
461 2006-09-07 [wwp]        2.4.0cvs162
462
463         * src/prefs_filtering.c
464                 code simplification (get rid of dup var. assignment).
465
466 2006-09-07 [wwp]        2.4.0cvs161
467
468         * src/summaryview.c
469                 use GTK_STOCK icons when possible, patch by Fabien Vantard
470                 <fzzzzz@gmail.com>.
471
472 2006-09-07 [paul]       2.4.0cvs160
473
474         * src/mimeview.c
475                 fix compilation warnings
476                 Thanks to Colin
477
478 2006-09-07 [paul]       2.4.0cvs159
479
480         * src/mimeview.c
481                 select the mimepart icon when
482                 displaying as text
483                 Thanks to Colin
484
485 2006-09-06 [paul]       2.4.0cvs158
486
487         * src/prefs_filtering.c
488                 fix labels and table element spacing
489                 Patch by Fabien Vantard
490
491 2006-09-06 [paul]
492
493         2.5.0-rc3 released
494
495 2006-09-06 [paul]       2.4.0cvs157
496
497         * manual/es/advanced.xml
498                 fix typo
499
500 2006-09-06 [wwp]        2.4.0cvs156
501
502         * src/mainwindow.c
503                 fix an dup launch issue when iconified, thanks to Colin.
504
505 2006-09-06 [wwp]        2.4.0cvs155
506
507         * src/gtk//gtksctree.h
508                 oops, forgot that one!
509
510 2006-09-06 [wwp]        2.4.0cvs154
511
512         * manual/pl/advanced.xml
513         * manual/advanced.xml
514         * manual/es/advanced.xml
515         * manual/fr/advanced.xml
516         * src/prefs_customheader.c
517         * src/prefs_filtering_action.c
518         * src/foldersel.c
519         * src/prefs_summaries.c
520         * src/prefs_filtering.c
521         * src/account.c
522         * src/compose.c
523         * src/prefs_summary_column.c
524         * src/addr_compl.c
525         * src/prefs_actions.c
526         * src/prefs_folder_column.c
527         * src/ssl_manager.c
528         * src/prefs_template.c
529         * src/prefs_display_header.c
530         * src/prefs_common.h
531         * src/prefs_matcher.c
532         * src/prefs_common.c
533         * src/prefs_toolbar.c
534         * src/summaryview.c
535         * src/folderview.c
536         * src/gtk/gtksctree.c
537         * src/gtk/pluginwindow.c
538         * src/gtk/progressdialog.c
539         * src/gtk/prefswindow.c
540                 renamed hidden option enable_rules_hint to use_stripes_everywhere
541                 to make its meaning more obvious (all versions of the manual reflect
542                 the change).
543                 added an extra hidden option use_stripes_in_summary to allow
544                 discarding these stripes in mainwindow's folder and message lists;
545                 en and fr manuals only are OK towards this.
546
547 2006-09-06 [colin]      2.4.0cvs153
548
549         * src/textview.c
550                 Hide Sylpheed-Claws' internal queue headers
551                 when showing all headers. They'll be present
552                 only in Source window.
553
554 2006-09-05 [colin]      2.4.0cvs152
555
556         * src/plugins/trayicon/trayicon.c
557                 Fix crash at exit - we have to disconnect
558                 our handlers
559         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
560                 Update eggtrayicon - patch adapted from a
561                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
562                 on Sylpheed's ML
563
564 2006-09-05 [colin]      2.4.0cvs151
565
566         * src/mainwindow.c
567         * src/gtk/logwindow.c
568                 Fix race condition when something writes
569                 to the log too soon during init. Thanks
570                 to Fabien Vantard
571
572 2006-09-05 [colin]      2.4.0cvs150
573
574         * src/mimeview.c
575                 Don't select part on right-click either
576
577 2006-09-05 [paul]       2.4.0cvs149
578
579         * src/mimeview.c
580                 completion of previous commit
581                 Thanks to Colin
582
583 2006-09-05 [colin]      2.4.0cvs148
584
585         * src/mimeview.c
586                 Don't force selection on middle-click, just open
587
588 2006-09-04 [colin]      2.4.0cvs147
589
590         * src/mimeview.c
591                 Looks like gtk_notebook_set_current_page()
592                 sometimes steals focus, and this annoys us
593                 in MimeViewers as it renders navigation
594                 keys useless. Take back focus after switching
595                 pages.
596
597 2006-09-04 [colin]      2.4.0cvs146
598
599         * src/messageview.c
600                 Set stop_loading when clicking on Next
601                 during load. Don't add a callback to 
602                 avoid over-complicating things.
603
604 2006-09-04 [colin]      2.4.0cvs145
605
606         * src/mimeview.c
607         * src/messageview.c
608                 Fix multiple loads in separate messageview
609
610 2006-09-04 [colin]      2.4.0cvs144
611
612         * src/summaryview.c
613                 Let navigation keys be handled during 
614                 load
615
616 2006-09-04 [colin]      2.4.0cvs143
617
618         * src/messageview.c
619         * src/summaryview.c
620         * src/textview.c
621         * src/textview.h
622                 Make loading of huge mails (lots of text and/or
623                 images) cancellable, so the GUI doesn't block 
624
625 2006-09-04 [colin]      2.4.0cvs142
626
627         * src/plugins/trayicon/trayicon.c
628                 Fix annoyance when removing a folder with 
629                 unread mails: trayicon didn't update
630
631 2006-09-04 [paul]       2.4.0cvs141
632
633         * src/gtk/icon_legend.c
634                 straighten up columns
635                 Patch by Fabien Vantard
636
637 2006-09-04 [wwp]        2.4.0cvs140
638
639         * src/prefs_filtering.c
640                 fix new line's account name in filtering prefs:
641                 was "All", is now "(New)".
642
643 2006-09-04 [paul]       2.4.0cvs139
644
645         * tools/make.themes.project
646                 use "AUTOMAKE_OPTIONS = dist-bzip2"
647                 instead of homebrewed "make release"
648
649 2006-09-03 [colin]      2.4.0cvs138
650
651         * src/folderview.c
652                 Fix bug #1007 (Wrong folder highlighted)
653
654 2006-09-03 [colin]      2.4.0cvs137
655
656         * src/compose.c
657                 Don't set Newsgroup: header to a mail folder
658                 path
659
660 2006-09-03 [paul]       2.4.0cvs136
661
662         * src/prefs_other.c
663         * src/prefs_spelling.c
664                 unify the gui
665
666 2006-09-03 [paul]       2.4.0cvs135
667
668         * src/prefs_summaries.c
669                 correct menu item text in prefs_keybind_apply_clicked()
670
671 2006-09-03 [paul]       2.4.0cvs134
672
673         * manual/advanced.xml
674                 some improvements to the descriptions
675         * src/mainwindow.c
676         * src/messageview.c
677         * src/summaryview.c
678         * src/gtk/menu.c
679                 fix menu sensitivity issues
680         * src/prefs_message.c
681                 drop the useless word 'short'
682         * src/prefs_other.c
683                 add the word 'lines' indicating log length
684                 is a measure of lines
685         * src/textview.c
686                 fix compilation warnings
687
688 2006-09-02 [colin]      2.4.0cvs133
689
690         * src/messageview.c
691                 Display a special return-receipt message
692                 if the message is from the user
693         * src/summaryview.c
694                 Fix missing freeze of the list when marking
695                 all read and unthreading for exec. Thanks
696                 to Stephan Sachse.
697
698 2006-09-02 [paul]       2.4.0cvs132
699
700         * src/mainwindow.c
701         * src/prefs_message.c
702         * src/summaryview.c
703                 fix some english
704
705 2006-09-02 [wwp]        2.4.0cvs131
706
707         * src/prefs_filtering.c
708                 added an account name column to the filtering rules
709                 dialog.
710
711 2006-09-02 [colin]      2.4.0cvs130
712
713         * src/gtk/logwindow.c
714         * src/gtk/logwindow.h
715                 Block scrolling if we're not at the end
716                 of the log
717
718 2006-09-02 [colin]      2.4.0cvs129
719
720         * src/folder.c
721                 Make sure account-specific rules can't
722                 be used in {pre-,post-,}processing
723         * src/mainwindow.c
724         * src/gtk/logwindow.c
725         * src/gtk/logwindow.h
726                 Jump to last error when clicking on the
727                 warning icon
728
729 2006-09-02 [colin]      2.4.0cvs128
730
731         * src/imap.c
732         * src/import.c
733         * src/mainwindow.c
734         * src/mainwindow.h
735                 Fix warning icon
736         * src/inc.c
737         * src/mbox.c
738         * src/mbox.h
739                 Let proc_mbox know its account, for
740                 account-specific rules
741
742 2006-09-01 [colin]      2.4.0cvs127
743
744         * src/codeconv.c
745                 Don't uselessly use iconv to convert from
746                 us-ascii
747         * src/alertpanel.c
748         * src/mainwindow.c
749         * src/mainwindow.h
750         * src/inc.c
751                 Fix certain log cases, disable warning icon
752                 for now, the correct way to display it when
753                 necessary and only when necessary is probably
754                 to do it manually rather than use error logs
755         * src/etpan/imap-thread.c
756                 Clean up UID logging a bit
757         * src/gtk/logwindow.c
758         * src/gtk/logwindow.h
759                 Make logging faster when the window's closed
760
761 2006-09-01 [wwp]        2.4.0cvs126
762
763         * manual/fr/account.xml
764                 reflect changes to the ref. manual (parts of cvs72):
765                 fix tabnames and quotes.
766
767 2006-09-01 [wwp]        2.4.0cvs125
768
769         * manual/fr/plugins.xml
770                 reflect changes to the reference manual (cvs42):
771                 update IRC channel info.
772
773 2006-09-01 [wwp]        2.4.0cvs124
774
775         * commitHelper
776                 use CVSEDITOR env. var. if set, according to `man cvs`.
777
778 2006-09-01 [wwp]        2.4.0cvs123
779
780         * manual/advanced.xml
781                 better sentence again (thanks to Paul).
782
783 2006-09-01 [wwp]        2.4.0cvs122
784
785         * manual/advanced.xml
786         fix definition of toolbar_detachable and rework a bit the one of
787         enable_dotted_lines.
788
789 2006-09-01 [mones]      2.4.0cvs121
790
791         * manual/advanced.xml
792                 Document enable_dotted_lines
793
794 2006-09-01 [paul]       2.4.0cvs120
795
796         * src/folderview.c
797         * src/folderview.h
798         * src/imap.c
799         * src/mainwindow.c
800         * src/summaryview.c
801                 obey the 'When entering folder...' option
802                 when using the /View/Go to/... menu items
803                 Thanks to Colin
804
805 2006-08-31 [colin]      2.4.0cvs119
806
807         * src/folderview.c
808                 Revert 2.4.0cvs116, wrong fix.
809
810 2006-08-31 [colin]      2.4.0cvs118
811
812         * src/gtk/gtksctree.c
813                 Better state the various copyrights
814
815 2006-08-31 [colin]      2.4.0cvs117
816
817         * src/prefs_common.c
818                 fix enable_dotted_lines
819
820 2006-08-31 [colin]      2.4.0cvs116
821
822         * src/folderview.c
823                 Use pref "Always open on select" when going
824                 to next unread folder
825         * src/gtk/gtksctree.c
826                 Fix link failure to _gtk_clist_create_cell_layout
827                 on certain computers. (Why not mine, I wonder)
828
829 2006-08-31 [colin]      2.4.0cvs115
830
831         * src/procmsg.c
832         * src/textview.c
833         * src/plugins/bogofilter/bogofilter.c
834         * src/plugins/spamassassin/spamassassin.c
835                 Requalify some "errors" to warnings
836         * src/mainwindow.c
837         * src/mainwindow.h
838         * src/statusbar.c
839                 Add an icon in the statusbar to notify
840                 of errors
841         * src/gtk/gtksctree.c
842         * src/folderview.c
843         * src/summaryview.c
844                 Make the GtkSCTree look more modern by
845                 alternating background lines
846         * src/prefs_common.c
847         * src/prefs_common.h
848                 Add a pref to let people have the old
849                 way if they prefer
850
851
852 2006-08-30 [colin]      2.4.0cvs114
853
854         * src/procmsg.c
855         * src/procmsg.h
856                 Provide a way to filter a list of
857                 messages in an optimised manner, and
858                 add a list-filtering hook
859         * src/folder.c
860         * src/inc.c
861         * src/mbox.c
862                 Use the list filtering
863         * src/plugins/bogofilter/bogofilter.c
864                 Use the list-filtering hook
865                 Use -b (bulk) mode for more speed
866                 when learning and filtering
867         * src/etpan/imap-thread.c
868                 Make log output shorter in UID SEARCH
869
870
871 2006-08-30 [colin]      2.4.0cvs113
872
873         * src/plugins/bogofilter/bogofilter.c
874                 Really fast mass learning - thanks to David
875                 Relson for the options explanations :)
876
877 2006-08-30 [colin]      2.4.0cvs112
878
879         * src/msgcache.c
880                 Fix compilation on FreeBSD. Thanks
881                 to Michael Hugues
882
883 2006-08-29 [colin]      2.4.0cvs111
884
885         * src/folderview.c
886                 Handle "popup_menu" signal (for popping the 
887                 menu via the keyboard)
888         * src/mimeview.c
889         * src/mimeview.h
890         * src/summaryview.c
891         * src/textview.c
892         * src/gtk/gtkutils.c
893         * src/gtk/gtkutils.h
894                 Factorize scrolling code, and add an API 
895                 for MimeViewers to handle scroll orders
896
897 2006-08-29 [wwp]        2.4.0cvs110
898
899         * src/plugins//bogofilter/bogofilter.c
900         * src/plugins//spamassassin/spamassassin.c
901                 make the bogofilter/spamassassin filtering error dialogs at
902         incorporation obey to the "don't popup error dialog on
903         receive error" option. If disabled, feed the log window w/
904         the error message.
905
906 2006-08-29 [paul]
907
908         2.5.0-rc2 released
909
910 2006-08-29 [paul]       2.4.0cvs109
911
912         * Makefile.am
913                 remove 'make release', it's not needed
914                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
915
916 2006-08-29 [paul]       2.4.0cvs108
917
918         * src/foldersel.c
919         * src/summary_search.c
920         * src/gtk/progressdialog.c
921         * src/plugins/pgpcore/passphrase.c
922                 replace deprecated gtk_window_set_policy()
923
924 2006-08-29 [colin]      2.4.0cvs107
925
926         * src/folder.c
927                 Fix data loss when copy fails during a move:
928                 only use fast remove_msgs if everything was
929                 copied OK; else use slow remove_msg on the
930                 mails that got copied only.
931
932 2006-08-28 [paul]       2.4.0cvs106
933
934         * src/mh.c
935                 revert change in 2.4.0cvs104, it breaks
936                 stuff
937
938 2006-08-28 [paul]       2.4.0cvs105
939
940         * src/plugins/spamassassin/spamassassin.c
941                 english fix
942
943 2006-08-28 [paul]       2.4.0cvs104
944
945         * src/mh.c
946                 fix data loss when moving to another
947                 mailbox fails
948         * src/prefs_spelling.c
949                 improve the english
950         * src/gtk/pluginwindow.c
951                 improve the layout of the dialog text
952         All thanks to Colin
953
954 2006-08-28 [paul]       2.4.0cvs103
955
956         * src/plugins/bogofilter/bogofilter.c
957         * src/plugins/bogofilter/bogofilter_gtk.c
958                 fix english up a bit, innit
959
960 2006-08-28 [paul]       2.4.0cvs102
961
962         * configure.ac
963         * po/Makefile.in.in
964         * po/Makevars
965                 require autoconf 2.60, enabling building
966                 with gettext 0.15 (gettext 0.14.x build still
967                 possible). Replace Makefiles with versions
968                 from gettext 0.15.
969                 Remove configure options --with-localedir and
970                 --with-mandir. The options that are provided
971                 directly by autoconf 2.60 can be used instead:
972                 --mandir --localedir
973
974 2006-08-27 [colin]      2.4.0cvs101
975
976         * src/plugins/bogofilter/Makefile.am
977                 Fix make dist (no README)
978
979 2006-08-27 [colin]      2.4.0cvs100
980
981         * src/folder.c
982                 Don't use F_UNKNOWN folders for any default
983                 outbox/trash/etc
984         * src/plugins/bogofilter/bogofilter.c
985         * src/plugins/bogofilter/bogofilter.h
986         * src/plugins/bogofilter/bogofilter_gtk.c
987                 Add an option to specify the path to bogofilter
988                 Use single-quotes to be able to learn in folders
989                 with spaces in their names
990                 Verify learning status
991
992 2006-08-27 [colin]      2.4.0cvs99
993
994         * manual/faq.xml
995         * manual/plugins.xml
996                 Document Bogofilter plugin
997
998 2006-08-27 [colin]      2.4.0cvs98
999
1000         * src/compose.c
1001         * src/messageview.c
1002         * src/procmsg.c
1003         * src/procmsg.h
1004                 When possible, copy the queued mail to sent folder
1005                 instead of re-adding. Much faster on IMAP.
1006
1007 2006-08-27 [colin]      2.4.0cvs97
1008
1009         * src/msgcache.c
1010                 Disable mmaped caches - huge metadata loss
1011                 here after a power failure.
1012         * src/summaryview.c
1013                 Add quicksearch timing
1014         * src/common/plugin.c
1015         * src/common/plugin.h
1016                 Implement an interface to tell what plugins
1017                 provide. Prevent loading of similar plugins.
1018         * src/plugins/clamav/clamav_plugin.c
1019         * src/plugins/demo/demo.c
1020         * src/plugins/dillo_viewer/dillo_viewer.c
1021         * src/plugins/pgpcore/plugin.c
1022         * src/plugins/pgpinline/pgpinline.c
1023         * src/plugins/pgpmime/pgpmime.c
1024         * src/plugins/spamassassin/spamassassin.c
1025         * src/plugins/trayicon/trayicon.c
1026                 Implement plugin_provides()
1027
1028 2006-08-27 [colin]      2.4.0cvs96
1029
1030         * configure.ac
1031         * src/plugins/Makefile.am
1032         * src/plugins/bogofilter/.cvsignore
1033         * src/plugins/bogofilter/Makefile.am
1034         * src/plugins/bogofilter/bogofilter.c
1035         * src/plugins/bogofilter/bogofilter.h
1036         * src/plugins/bogofilter/bogofilter_gtk.c
1037                 New Bogofilter plugin, provides filtering and
1038                 learning. Spamassassin will go to extra plugins.
1039
1040 2006-08-26 [mones]      2.4.0cvs95
1041
1042         * manual/handling.xml
1043                 Fix subfolder path in the example (thanks to Paul) 
1044
1045 2006-08-26 [mones]      2.4.0cvs94
1046
1047         * manual/glossary.xml
1048                 2.2. + add ISP to the glossary
1049                 7.5. + Add UIDL to glossary
1050                 7.7. + Add TCP to glossary
1051         * manual/handling.xml
1052                 7.1. + Mentions GNU/Linux distribution, what about the non...
1053                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1054                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1055                 7.4. = Use appropriate quotation for commands
1056                 7.6. = change "" to <quote></quote>
1057         * manual/plugins.xml
1058                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1059         * manual/starting.xml
1060                 2.1. + local mbox file: some examples of mbox file locations...
1061                 Also reformatted files requiring it
1062
1063 2006-08-26 [wwp]        2.4.0cvs93
1064
1065         * src/summary_search.c
1066                 disable find buttons while summary search is running.
1067
1068 2006-08-25 [colin]      2.4.0cvs92
1069
1070         * src/folder.c
1071         * src/folderutils.c
1072         * src/mh.c
1073         * src/procmsg.h
1074         * src/summaryview.c
1075                 Speed up MH moving, and add progressbar
1076                 for MH deletion
1077         * src/msgcache.c
1078                 Write cache files using mmap() too
1079
1080 2006-08-25 [wwp]        2.4.0cvs91
1081
1082         * src/summaryview.c
1083                 switch spam<->ham button when a message has been marked as spam or ham
1084                 and is still selected. Thanks to Colin.
1085
1086 2006-08-25 [paul]       2.4.0cvs90
1087
1088         * src/Makefile.am
1089         * src/stock_pixmap.c
1090         * src/stock_pixmap.h
1091         * src/summaryview.c
1092         * src/gtk/icon_legend.c
1093         * src/pixmaps/copied.xpm
1094         * src/pixmaps/moved.xpm
1095                 add icons for delayed execution marked for
1096                 copying, marked for moving
1097
1098 2006-08-25 [mones]      2.4.0cvs89
1099
1100         * manual/glossary.xml
1101                 Fix the other glossary items:
1102                 5.1. = Inmmediate execution -> <quote>immediate execution...
1103                 5.2. = Fix MBOX capitalization -> Mbox
1104                 5.3. + Improve Plugins def. w/ tech. ref.
1105                 5.4. = Quotation -> replace '>' by <quote>></quote>
1106                 5.5. - SMTP Server. -> remove dot
1107         * po/es.po
1108                 Updated translation
1109
1110 2006-08-25 [mones]      2.4.0cvs88
1111
1112         * manual/ack.xml
1113                 Reformatted, changed email address
1114         * manual/glossary.xml
1115                 Reformatted, fixed MANUAL-TODO items:
1116                 8.2. + add ROT-13 to glossary
1117                 8.4. + add URL to glossary
1118         * manual/es/advanced.xml
1119                 Fixed <literal>s
1120
1121 2006-08-25 [paul]       2.4.0cvs87
1122
1123         * src/gtk/icon_legend.c
1124                 add 'marked for deletion' icon
1125                 arrange icons by containing column
1126                 wrap long label text
1127
1128 2006-08-25 [colin]      2.4.0cvs86
1129
1130         * src/common/utils.c
1131         * src/common/utils.h
1132                 Add the sc_g_*list_bigger functions in
1133                 a place everyone can use it
1134         * src/summaryview.c
1135                 Only freeze/thaw the list when working
1136                 on the selection, if it's bigger than 1
1137         * src/gtk/gtksctree.c
1138                 Only freeze/thaw the list when unselec-
1139                 ting 'all' if ('all' != 1)
1140                 This avoids some flickering
1141
1142 2006-08-24 [colin]      2.4.0cvs85
1143
1144         * src/addressbook.c
1145                 Fix strange list selection
1146                 Fix random seg (Invalid read of freed memory)
1147
1148 2006-08-24 [colin]      2.4.0cvs84
1149
1150         * src/alertpanel.c
1151         * src/gtk/inputdialog.c
1152         * src/plugins/pgpcore/passphrase.c
1153                 Revert minimal width patch of 2.4.0cvs67,
1154                 as it is also a maximal width. Use 
1155                 gtk_window_set_default_size instead.
1156
1157 2006-08-24 [colin]      2.4.0cvs83
1158
1159         * src/msgcache.c
1160                 Write cache/mark to temp files before
1161                 overwriting old ones (avoids metadata
1162                 loss if writing the new files fail).
1163                 Use mmap() to read cache/mark file, as
1164                 this makes cache reading faster. Dis-
1165                 abled for big-endian machines until it
1166                 can be tested. (Big-endian users: set
1167                 msgcache_use_mmap = TRUE in the relevant
1168                 #if).
1169         * src/procmsg.h
1170                 Move rarely used fields of MsgInfo in 
1171                 another structure, which will only be
1172                 allocated if needed. Face, X-Face,
1173                 Return receipt headers and List-*
1174                 headers are moved. Mails having none
1175                 of these occupy 52 bytes less with
1176                 this patch, which makes 2.5MB of RAM
1177                 saved on a 50k folder).
1178         * src/headerview.c
1179         * src/mainwindow.c
1180         * src/messageview.c
1181         * src/partial_download.c
1182         * src/procheader.c
1183         * src/procmsg.c
1184         * src/textview.c
1185                 Follow this structure change.
1186
1187 2006-08-24 [wwp]        2.4.0cvs82
1188
1189         * manual/es/.cvsignore
1190         * manual/es/dist/.cvsignore
1191         * manual/es/dist/html/.cvsignore
1192         * manual/es/dist/pdf/.cvsignore
1193         * manual/es/dist/ps/.cvsignore
1194         * manual/es/dist/txt/.cvsignore
1195                 more (generated) files to ignore.
1196
1197 2006-08-24 [colin]      2.4.0cvs81
1198
1199         * src/folder.c
1200         * src/mh.c
1201                 Fix possible problems with local delivery. Check the folder doesn't
1202                 need scan before setting its mtime when saving cache (which can be
1203                 done long after the folder's been modified by an external process);
1204                 Check that the stored item's mtime didn't change in mh functions.
1205
1206 2006-08-24 [mones]      2.4.0cvs80
1207
1208         * manual/advanced.xml
1209                 Rewrapping, some fixes and MANUAL-TODO items:
1210                 8.1. = change "" to <quote></quote>
1211                 8.3. = quote menu items
1212                 8.5. - deploying -> new user ... ideally a new user (redundant)
1213
1214 2006-08-23 [colin]      2.4.0cvs79
1215
1216         * src/gtk/gtksctree.c
1217                 When selecting or deselecting range, only
1218                 freeze/thaw when selection is bigger than 10
1219
1220 2006-08-23 [colin]      2.4.0cvs78
1221
1222         * src/messageview.c
1223         * src/mimeview.c
1224         * src/mimeview.h
1225         * src/plugins/dillo_viewer/dillo_viewer.c
1226                 Provide an API for MimeViewer plugins to
1227                 return a text selection for replying
1228
1229 2006-08-23 [colin]      2.4.0cvs77
1230
1231         * src/image_viewer.c
1232         * src/textview.c
1233                 Use gtk_pixbuf_new_from_file_at_scale(), which
1234                 is faster than getting the pixbuf then resizing
1235                 it.
1236
1237 2006-08-23 [colin]      2.4.0cvs76
1238
1239         * src/procmime.c
1240                 UTF-8 should be sent Quoted-printable
1241
1242 2006-08-22 [colin]      2.4.0cvs75
1243
1244         * src/mh.c
1245                 Check if scan is required before touching
1246                 the folder (or it'll be required every time)
1247
1248 2006-08-22 [colin]      2.4.0cvs74
1249
1250         * configure.ac
1251                 Require libetpan 0.46 (crasher fix when built
1252                 against gnutls)
1253
1254 2006-08-22 [colin]      2.4.0cvs73
1255
1256         * src/folder.c
1257                 Set folder's mtime after writing its
1258                 cache
1259         * src/folderview.c
1260                 Add some timing
1261         * src/procmsg.c
1262                 Don't do useless stuff if we don't 
1263                 thread by subject
1264         * src/summaryview.c
1265                 Add some timing, don't deselect prior
1266                 to selecting (gtksctree does it itself),
1267                 remove crash avoidance hacks as it's been
1268                 properly fixed since a while
1269         * src/common/utils.c
1270                 Optimize to_human_readable(): _() is slow,
1271                 do it only once, and avoid %f format for KB
1272                 (the most common in a summaryview)
1273         * src/gtk/gtksctree.c
1274                 Don't uselessly freeze/thaw (fixes flicker
1275                 on next unread and friends), reduce number
1276                 of g_list_nth/g_list_position where possible
1277         * src/gtk/gtkutils.c
1278         * src/gtk/gtkutils.h
1279                 Reduce number of g_list_nth/g_list_position
1280                 where possible.
1281                 All of this makes loading as 70k folder 2.1
1282                 seconds instead of 3.2 (with hot FS caches).
1283                 (1.3 seconds without Date and Size columns...)
1284
1285 2006-08-22 [paul]       2.4.0cvs72
1286
1287         wrap documents and do some items from mones' MANUAL-TODO:
1288
1289         * manual/account.xml
1290                 4.1. = fix tabname references to <quote>tabname</quote>
1291                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1292         * manual/faq.xml
1293                 1.1. = mentioned options don't match UI
1294                 Add information about the 'Never send Return Receipts'
1295                 option
1296         * manual/handling.xml
1297                 6.2. = Mentions Extended symbols button, but now is
1298                 named Information
1299                 6.3. = Mentions ... button, which is now Edit
1300
1301 2006-08-22 [colin]      2.4.0cvs71
1302
1303         * src/gtk/pluginwindow.c
1304                 Fix layout in verbose translations (such
1305                 as french)
1306
1307 2006-08-22 [paul]       2.4.0cvs70
1308
1309         * manual/Makefile.am
1310                 build manuals in alphabetical order
1311         * src/addressbook.c
1312         * src/prefs_themes.c
1313                 replace/remove deprecated symbols
1314         * src/gtk/gtkutils.c
1315                 fix a warning
1316         * src/gtk/pluginwindow.c
1317                 replace deprecated symbol
1318                 replace label text and move it
1319         * src/plugins/pgpcore/prefs_gpg.c
1320                 move the 'Generate...' button out of the
1321                 Sign Key frame, replace the English used
1322         * src/plugins/pgpcore/sgpgme.c
1323                 fixes to the English
1324
1325 2006-08-21 [colin]      2.4.0cvs69
1326
1327         * src/plugins/trayicon/trayicon.c
1328                 Add more strings for translation; patch
1329                 by Pawel
1330
1331 2006-08-21 [colin]      2.4.0cvs68
1332
1333         * src/compose.c
1334                 fix replied flag not set after drafting
1335         * src/matcher.c
1336                 fix body quicksearch in non-encoded bodies
1337                 containing '='
1338         * src/msgcache.c
1339                 Get rid of the g_malloc workaround for
1340                 corrupted caches, use g_try_malloc
1341
1342 2006-08-21 [colin]      2.4.0cvs67
1343
1344         * src/alertpanel.c
1345         * src/gtk/inputdialog.c
1346         * src/plugins/pgpcore/passphrase.c
1347                 Set minimal width to 375
1348         * src/mainwindow.c
1349                 Fix switching to offline, asking if it 
1350                 should be overriden for synchronising
1351         * src/mimeview.c
1352                 Don't offer to remember command on Open 
1353                 with for text parts, as the browser or 
1354                 text editor command isn't changed from 
1355                 there
1356
1357 2006-08-20 [paul]       2.4.0cvs66
1358
1359         * po/ko.po
1360         * po/zh_CN.po
1361                 fix plural form errors. revealed by stricter
1362                 checking of gettext 0.15
1363
1364 2006-08-18 [paul]       2.4.0cvs65
1365
1366         * src/stock_pixmap.c
1367                 fix the fix of 2.4.0cvs64
1368                 Thanks to Colin
1369
1370 2006-08-18 [paul]       2.4.0cvs64
1371
1372         * src/stock_pixmap.c
1373                 fix leaks
1374                 Thanks to Colin
1375
1376 2006-08-18 [paul]       2.4.0cvs63
1377
1378         * src/compose.c
1379         * src/procmsg.c
1380                 fix occasional IMAP bug where large msgs
1381                 were left in the queue folder after sending
1382                 Thanks to Colin
1383
1384 2006-08-18 [paul]       2.4.0cvs62
1385
1386         * src/folderview.c
1387                 freeze the summaryview while quicksearch results
1388                 are displayed
1389                 (fixes bug 456 'current message is hidden when the
1390                 view is refreshed and extended search is "unread 
1391                 messages"')
1392                 Thanks to Colin
1393         * src/textview.c
1394                 add missing #include "inputdialog.h"
1395         * src/common/utils.h
1396                 add missing mailcap_update_default() and improve
1397                 readability
1398
1399 2006-08-17 [colin]      2.4.0cvs61
1400
1401         * src/plugins/pgpcore/select-keys.c
1402                 Fix warnings :)
1403
1404 2006-08-17 [colin]      2.4.0cvs60
1405
1406         * src/compose.c
1407                 Don't continue queuing if Cancel is clicked
1408                 in select-keys
1409
1410 2006-08-17 [colin]      2.4.0cvs59
1411
1412         * src/plugins/pgpcore/select-keys.c
1413                 When encrypting, if only one key matches and it 
1414                 matches exactly, automatically use it.
1415
1416 2006-08-17 [colin]      2.4.0cvs58
1417
1418         * src/mimeview.c
1419         * src/prefs_common.c
1420         * src/prefs_common.h
1421         * src/prefs_ext_prog.c
1422         * src/textview.c
1423                 Fix issues with previous patch (text/html)
1424                 Remove outdated prefs
1425
1426 2006-08-17 [colin]      2.4.0cvs57
1427
1428         * src/imap.c
1429                 Add View Log button on auth error
1430         * src/procmsg.c
1431                 Fix encrypted mail marked as new when
1432                 saved in normal folders
1433         * src/plugins/pgpinline/pgpinline.c
1434                 Fix encrypt bug on IMAP
1435         * src/mimeview.c
1436         * src/common/utils.c
1437         * src/common/utils.h
1438         * src/gtk/inputdialog.c
1439         * src/gtk/inputdialog.h
1440                 Get rid of metamail stuff, simplify
1441                 opening, and allow remembering of user's
1442                 choices (by updating ~/.mailcap). There's
1443                 still to drop "Audio player" and "Image
1444                 viewer" preferences.
1445
1446 2006-08-17 [mones]      2.4.0cvs56
1447
1448         * manual/es/sylpheed-claws-manual.xml
1449                 fix DTD path
1450
1451 2006-08-17 [mones]      2.4.0cvs55
1452
1453         * configure.ac
1454         * manual/Makefile.am
1455         * manual/es/Makefile.am
1456         * manual/es/account.xml
1457         * manual/es/ack.xml
1458         * manual/es/addrbook.xml
1459         * manual/es/advanced.xml
1460         * manual/es/faq.xml
1461         * manual/es/glossary.xml
1462         * manual/es/gpl.xml
1463         * manual/es/handling.xml
1464         * manual/es/intro.xml
1465         * manual/es/keyboard.xml
1466         * manual/es/plugins.xml
1467         * manual/es/starting.xml
1468         * manual/es/sylpheed-claws-manual.xml
1469         * manual/es/dist/Makefile.am
1470         * manual/es/dist/html/Makefile.am
1471         * manual/es/dist/pdf/Makefile.am
1472         * manual/es/dist/ps/Makefile.am
1473         * manual/es/dist/txt/Makefile.am
1474                 Spanish translation for the manual
1475
1476 2006-08-16 [colin]      2.4.0cvs54
1477
1478         * src/compose.c
1479         * src/main.c
1480         * src/mainwindow.c
1481                 Fix send button sensitivity at startup
1482                 Set send menu sensitivity (patch by Fabien)
1483         * src/ssl_manager.c
1484                 Enable closing with esc (patch by Fabien)
1485         * src/gtk/foldersort.c
1486                 Enable closing with esc (patch by Fabien)
1487         * src/procmime.c
1488                 Optimisation (no need to copy to tempfile to
1489                 "decode" 7bit and 8bit)
1490         * src/summaryview.c
1491                 Fix cruft in swap_from case
1492         * src/textview.c
1493                 Fix missing last line in some mail cases 
1494                 (Fixes debian #381872)
1495         * src/plugins/pgpcore/prefs_gpg.c
1496         * src/plugins/pgpcore/sgpgme.c
1497         * src/plugins/pgpcore/sgpgme.h
1498                 Don't show "no key found" when user explicitely
1499                 wants to create a key
1500
1501 2006-08-16 [paul]       2.4.0cvs53
1502
1503         * configure.ac
1504         * src/account.c
1505         * src/addressbook.c
1506         * src/headerview.c
1507         * src/prefs_account.c
1508         * src/prefs_message.c
1509         * src/gtk/gtkutils.c
1510                 bump up minimum required versions of GTK+ and
1511                 GLIB to 2.6.0
1512
1513 2006-08-16 [paul]       2.4.0cvs52
1514
1515         * src/toolbar.c
1516                 workaround GTK+ Bug 351600 - 'Can't re-click
1517                 on button after sensitivity update'
1518                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1519                 Thanks to Colin
1520
1521 2006-08-15 [colin]      2.4.0cvs51
1522
1523         * src/plugins/pgpcore/prefs_gpg.c
1524                 Set options sensitivity according to
1525                 key existence
1526         * src/plugins/pgpcore/sgpgme.c
1527                 Allow to create key with no passphrase
1528
1529 2006-08-14 [cleroy]     2.4.0cvs50
1530
1531         * src/gtk/pluginwindow.c
1532                 New layout (maybe to be changed?)
1533         * src/gtk/gtkutils.c
1534                 Fix a bit label_window
1535         * src/plugins/pgpcore/passphrase.c
1536         * src/plugins/pgpcore/passphrase.h
1537         * src/plugins/pgpcore/plugin.c
1538         * src/plugins/pgpcore/prefs_gpg.c
1539         * src/plugins/pgpcore/prefs_gpg.h
1540         * src/plugins/pgpcore/sgpgme.c
1541         * src/plugins/pgpcore/sgpgme.h
1542                 Allow to create a PGP private key via the GUI
1543
1544 2006-08-14 [wwp]        2.4.0cvs49
1545
1546         * src/addressbook_foldersel.c
1547                 fix strict ISO C90 compliance.
1548
1549 2006-08-14 [paul]       2.4.0cvs48
1550
1551         * src/gtk/prefswindow.c
1552                 re-set scrolled window on opening
1553                 Patch by Ticho
1554
1555 2006-08-14 [paul]
1556
1557         2.5.0-rc1 released
1558
1559 2006-08-14 [paul]       2.4.0cvs47
1560
1561         * src/prefs_display_header.c
1562                 re-enable user-defined Displayed Headers
1563
1564 2006-08-14 [paul]       2.4.0cvs46
1565
1566         * src/prefs_account.c
1567                 use GTK_STOCK_EDIT
1568
1569 2006-08-13 [colin]      2.4.0cvs45
1570
1571         * src/common/utils.c
1572                 Fix "a" in quote when the original message is empty,
1573                 by using \0 instead of 'a' to test writability of
1574                 temp files.
1575
1576 2006-08-13 [wwp]        2.4.0cvs44
1577
1578         * src/plugins/spamassassin/spamassassin.c
1579                 fix capitalization of "SpamAssassin" in some debug, log and
1580                 dialog messages.
1581
1582 2006-08-13 [paul]       2.4.0cvs43
1583
1584         * src/editldap.c
1585                 fix overlapping widgets
1586         * src/prefs_account.c
1587                 fix translation of protocol_names[]
1588                 fix label disappearing off the edge of the
1589                 visible area
1590
1591 2006-08-12 [paul]       2.4.0cvs42
1592
1593         * manual/plugins.xml
1594                 update IRC channel info before it gets forgotten
1595                 about
1596
1597 2006-08-11 [colin]      2.4.0cvs41
1598
1599         * src/compose.c
1600         * src/mainwindow.c
1601         * src/mainwindow.h
1602         * src/procmsg.c
1603         * src/procmsg.h
1604         * src/summaryview.c
1605         * src/toolbar.c
1606                 Grey out the Send button if
1607                 - Queue folders are empty, or
1608                 - We're sending already
1609
1610 2006-08-11 [wwp]        2.4.0cvs40
1611
1612         * src/main.c
1613                 fix a logic issue when quitting while a compose window is
1614                 still open, thanks to Colin.
1615
1616 2006-08-10 [colin]      2.4.0cvs39
1617
1618         * src/main.c
1619                 Fix default font size setting after wizard run
1620         * src/imap.c
1621         * src/etpan/imap-thread.c
1622         * src/etpan/imap-thread.h
1623                 Fix bug #999 (Timing out on TSL cert validation 
1624                 dialog makes ugly things happen). Also, STARTTLS
1625                 unconditionnaly if initial capabilities contain
1626                 LOGINDISABLED and STARTTLS.
1627
1628 2006-08-09 [colin]      2.4.0cvs38
1629
1630         * src/mainwindow.c
1631         * src/mainwindow.h
1632                 Fix Tools/Actions sensitivity when there are
1633                 no actions
1634
1635 2006-08-09 [colin]      2.4.0cvs37
1636
1637         * src/prefs_filtering.c
1638                 Warning fix, patch by Paul
1639         * src/messageview.c
1640         * src/prefs_actions.c
1641         * src/prefs_filtering_action.c
1642         * src/prefs_matcher.c
1643                 Uniformisation of "Info ..." to "Info..." (for
1644                 old gtk), patch by Fabien
1645         * src/plugins/clamav/clamav_plugin_gtk.c
1646                 Sensitivity fix by Fabien
1647
1648 2006-08-09 [colin]      2.4.0cvs36
1649
1650         * src/main.c
1651         * src/main.h
1652                 Add a function to know whether we're exiting
1653         * src/plugins/trayicon/trayicon.c
1654                 If exiting, don't do anything. Faster, and
1655                 avoids gtk_main_iteration reentracy causing
1656                 segfaults at exit
1657
1658 2006-08-09 [colin]      2.4.0cvs35
1659
1660         * src/messageview.c
1661         * src/mimeview.c
1662         * src/mimeview.h
1663                 Fix lack of part selection when automatically 
1664                 jumping to a specific part
1665         * src/msgcache.c
1666                 Little optimisation in cache reading
1667
1668 2006-08-09 [colin]      2.4.0cvs34
1669
1670         * src/compose.c
1671                 Fix crash setting the priority on reedit
1672                 (Accessing compose before creating it!)
1673
1674 2006-08-08 [colin]      2.4.0cvs33
1675
1676         * src/procmime.c
1677                 Fix bug #998 (last attachment is not accessible)
1678                 Bad RFC interpretation on multipart close-delimiters
1679         * src/mimeview.c
1680         * src/mimeview.h
1681         * src/gtk/gtkvscrollbutton.c
1682         * src/gtk/gtkvscrollbutton.h
1683                 Make attachments list wheel-scrollable
1684
1685 2006-08-07 [colin]      2.4.0cvs32
1686
1687         * src/gtk/gtkaspell.c
1688                 Fix bug #973 (Unicode punctation characters 
1689                 are not recognized as separators by the
1690                 spell checker); fix unsigned stuff
1691
1692 2006-08-07 [colin]      2.4.0cvs31
1693
1694         * src/compose.c
1695                 Fix bug #956 (DnD text with accents in compose 
1696                 text entry); fix gccc's signed/unsigned fuss
1697
1698 2006-08-06 [colin]      2.4.0cvs30
1699
1700         * src/main.c
1701                 Fix bug #979 (Plugin crashes when exiting 
1702                 sylpheed-claws) : handle exit request only 
1703                 once
1704
1705 2006-08-05 [colin]      2.4.0cvs29
1706
1707         * src/news.c
1708                 Just make sure we have a msgid.
1709
1710 2006-08-05 [colin]      2.4.0cvs28
1711
1712         * src/news.c
1713         * src/summaryview.c
1714                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
1715                 by reimplementing it
1716         * src/textview.c
1717                 Fix bug when hiding quotes with level > 3 and quote
1718                 colors are recycled
1719
1720 2006-08-04 [colin]      2.4.0cvs27
1721
1722         * src/compose.c
1723         * src/undo.c
1724         * src/undo.h
1725                 Fix a bit replace-by-pasting undo
1726         * src/mainwindow.c
1727         * src/messageview.c
1728                 Fix Fold quotes menu synchro in
1729                 mainwindow when it changes in 
1730                 messageview
1731         * src/textview.c
1732                 Fix right-click on quotes blocks
1733         * src/common/utils.c
1734                 Verify that the file created by
1735                 my_tmpfile() is writable. Fixes
1736                 bug #988 (very specific filesystem
1737                 issue)
1738         * src/plugins/pgpcore/sgpgme.c
1739                 Fix file descriptor leak
1740         * src/plugins/spamassassin/spamassassin.c
1741                 Warn once if spamd isn't reachable
1742
1743 2006-08-04 [colin]      2.4.0cvs26
1744
1745         * src/toolbar.c
1746                 i18n context patch by Fabien
1747
1748 2006-08-03 [colin]      2.4.0cvs25
1749
1750         * src/mainwindow.c
1751         * src/messageview.c
1752                 Rename "Hide quotes" to "Fold quotes"
1753         * src/textview.c
1754                 Don't use hand cursor on quotes. "all 
1755                 the bonuses of the feature and none of 
1756                 unwelcome side-effects"
1757
1758 2006-08-03 [colin]      2.4.0cvs24
1759
1760         * AUTHORS
1761         * sylpheed-claws.desktop
1762         * src/gtk/authors.h
1763                 Bring the desktop file to XDG compliance
1764                 Patch by Charles A. Edwards
1765
1766 2006-08-03 [colin]      2.4.0cvs23
1767
1768         * src/textview.c
1769                 Fix links offset when they are preceded
1770                 by accentued chars (g_utf8_strlen!)
1771         * src/mainwindow.c
1772                 Fix wrong status when starting offline
1773
1774
1775 2006-08-03 [wwp]        2.4.0cvs22
1776
1777         * src/prefs_common.h
1778                 ask what to do w/ filtering rules that belong to an account when
1779                 applying filtering rules manually from the main window (skip,
1780                 apply regardless of the account, use current account). This dialog
1781                 can be skipped and the last reply used.
1782                 (forgot that file)
1783
1784 2006-08-03 [wwp]        2.4.0cvs21
1785
1786         * src/filtering.c
1787         * src/filtering.h
1788         * src/prefs_common.c
1789         * src/summaryview.c
1790         * src/alertpanel.c
1791         * src/alertpanel.h
1792         * src/messageview.c
1793                 ask what to do w/ filtering rules that belong to an account when
1794                 applying filtering rules manually from the main window (skip,
1795                 apply regardless of the account, use current account). This dialog
1796                 can be skipped and the last reply used.
1797
1798
1799 2006-08-03 [colin]      2.4.0cvs20
1800
1801         * src/textview.c
1802                 Optimize previous patch
1803
1804 2006-08-03 [cleroy]     2.4.0cvs19
1805
1806         * src/textview.c
1807                 Fix quotes getting toggled back when the
1808                 mail has an even number of text parts
1809
1810 2006-08-02 [colin]      2.4.0cvs18
1811
1812         * src/messageview.c
1813                 Add Hide quotes menu
1814
1815 2006-08-02 [colin]      2.4.0cvs17
1816
1817         * src/mainwindow.c
1818         * src/prefs_common.c
1819         * src/textview.c
1820         * src/textview.h
1821         * src/gtk/about.c
1822                 Allow per-level quote hiding,
1823                 Allow toggling quotes by double-clicking them
1824                 Rename RemoteURI to ClickableText to reflect
1825                 the fact it's used for a variety of things
1826
1827 2006-08-02 [wwp]        2.4.0cvs16
1828
1829         * src/mainwindow.c
1830                 fix "View/Hide quotes" menu item status initialization.
1831
1832 2006-08-02 [wwp]        2.4.0cvs15
1833
1834         * src/matcher_parser_parse.y
1835                 remove a debug trace.
1836
1837 2006-08-02 [paul]       2.4.0cvs14
1838
1839         * src/plugins/pgpcore/passphrase.c
1840                 don't set initial dialog size
1841                 make it resizable
1842
1843 2006-08-02 [paul]       2.4.0cvs13
1844
1845         * src/noticeview.c
1846                 remove the rogue '/' character
1847
1848 2006-08-02 [paul]       2.4.0cvs12
1849
1850         * src/noticeview.c
1851                 allow buttons to resize as necessary
1852
1853 2006-08-01 [wwp]        2.4.0cvs11
1854
1855         * src/mbox.c
1856                 fix strict ISO C90 compliance.
1857
1858 2006-08-01 [wwp]        2.4.0cvs10
1859
1860         * tools/update-po
1861                 updated update-po tool to work w/ context-dependent translations.
1862                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1863
1864 2006-08-01 [wwp]        2.4.0cvs9
1865
1866         * src/matcher.c
1867         * src/prefs_filtering.c
1868         * src/prefs_matcher.c
1869                 allow context-dependent translations for "All",
1870                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1871
1872 2006-07-31 [colin]      2.4.0cvs8
1873
1874         * AUTHORS
1875         * src/gtk/authors.h
1876                 Add Rafal to authors
1877
1878 2006-07-31 [colin]      2.4.0cvs7
1879
1880         * src/compose.c
1881         * src/mainwindow.c
1882         * src/messageview.h
1883         * src/prefs_common.c
1884         * src/prefs_common.h
1885         * src/textview.c
1886                 Add 'View/Hide quotes'. Patch based on a patch
1887                 by Rafal Weglarz
1888
1889 2006-07-31 [colin]      2.4.0cvs6
1890
1891         * src/action.c
1892                 Fix problem with "> stuff >" actions
1893
1894 2006-07-31 [paul]       2.4.0cvs5
1895
1896         * po/nb.po
1897                 updated by Geir Helland
1898
1899 2006-07-31 [wwp]        2.4.0cvs4
1900
1901         * src/mainwindow.c
1902         * src/summaryview.c
1903         * src/summaryview.h
1904                 add "View/Go to/Parent message" and "View/Go to/Last read message",
1905                 thanks to Colin.
1906
1907 2006-07-31 [wwp]        2.4.0cvs3
1908
1909         * src/Makefile.am
1910         * src/addr_compl.c
1911         * src/addr_compl.h
1912         * src/addressbook.c
1913         * src/addressbook.h
1914         * src/addressbook_foldersel.c
1915         * src/addressbook_foldersel.h
1916         * src/addrindex.c
1917         * src/addrindex.h
1918         * src/matcher.c
1919         * src/matcher.h
1920         * src/matcher_parser_lex.l
1921         * src/matcher_parser_parse.y
1922         * src/prefs_common.c
1923         * src/prefs_common.h
1924         * src/prefs_filtering.c
1925         * src/prefs_matcher.c
1926         * src/prefs_matcher.h
1927         * src/summaryview.c
1928                 introduce filtering against the address book. It's now possible to add
1929                 matched conditions to determine if any email address in a message matches
1930                 or doesn't match any or all books or folders in the address book.
1931
1932 2006-07-31 [wwp]        2.4.0cvs2
1933
1934         * src/account.c
1935         * src/filtering.c
1936         * src/filtering.h
1937         * src/folder.c
1938         * src/folderview.c
1939         * src/inc.c
1940         * src/mainwindow.c
1941         * src/matcher.c
1942         * src/matcher_parser_lex.l
1943         * src/matcher_parser_parse.y
1944         * src/mbox.c
1945         * src/prefs_filtering.c
1946         * src/prefs_filtering.h
1947         * src/procmsg.c
1948         * src/procmsg.h
1949         * src/summaryview.c
1950                 introduce per-account filtering rules. Each filtering rule can now be assigned
1951                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
1952                 when applying filtering rules manually, as all rules will apply - even the ones
1953                 assigned to an account. This issue will be addressed soon.
1954  
1955
1956
1957 2006-07-31 [wwp]        2.4.0cvs1
1958
1959         * src/quote_fmt.c
1960                 make more strings translatable.
1961
1962 2006-07-31 [paul]       2.4.0
1963
1964         2.4.0 released
1965
1966 2006-07-31 [paul]       2.3.1cvs91
1967
1968         * po/ca.po
1969                 updated by Miquel Oliete
1970
1971 2006-07-31 [paul]       2.3.1cvs90
1972
1973         * po/de.po
1974         * po/el.po
1975         * po/fr.po
1976         * po/it.po
1977         * po/pl.po
1978         * po/pt_BR.po
1979         * po/sr.po
1980         * po/zh_CN.po
1981                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
1982                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
1983                 Aleksandar Urosevic, and Ralgh Young
1984
1985 2006-07-31 [paul]       2.3.1cvs89
1986
1987         * src/account.c
1988         * src/main.c
1989         * src/mainwindow.c
1990         * src/mainwindow.h
1991                 Fix a race condition when, after an SC crash, rescanning
1992                 folders took more than 0.5 seconds
1993                 Thanks to Colin
1994
1995 2006-07-31 [paul]       2.3.1cvs88
1996
1997         * src/folderview.c
1998                 don't translate separator strings
1999
2000 2006-07-30 [mones]      2.3.1cvs87
2001
2002         * doc/man/sylpheed-claws.1
2003                 Fixed non-ASCII chars in Hoa's name
2004         * po/es.po
2005                 Updated for release
2006
2007 2006-07-27 [colin]      2.3.1cvs86
2008
2009         * src/textview.c
2010                 Don't include the leading \n in links
2011                 Patch by Fabien
2012
2013 2006-07-25 [colin]      2.3.1cvs85
2014
2015         * src/mainwindow.c
2016         * src/common/socket.h
2017         * src/etpan/imap-thread.c
2018                 Refresh resolvers before connecting
2019                 to IMAP servers, and after switching
2020                 to online. Thanks to Paul.
2021
2022 2006-07-18 [colin]
2023
2024         * 2.4.0-rc4 released
2025
2026 2006-07-17 [colin]      2.3.1cvs84
2027
2028         * src/inc.c
2029                 Show connection attempt in statusbar before
2030                 connecting (previously first message was
2031                 "Retrieving messages from ..." after the
2032                 connection succeeded.
2033
2034 2006-07-16 [wwp]        2.3.1cvs83
2035
2036         * sylpheed-claws.ico
2037                 Added .ico file (windows multi-size icon file, generated).
2038
2039 2006-07-12 [wwp]        2.3.1cvs82
2040
2041         * src/messageview.c
2042                 remove Message/Re-edit menu entry from messageview window,
2043                 as sent/draft/queued messages are opened in compose window when
2044                 re-edited and it's not possible to re-edit other msgs.
2045
2046 2006-07-12 [paul]       2.3.1cvs81
2047
2048         * AUTHORS
2049         * src/mainwindow.c
2050         * src/gtk/authors.h
2051                 check online state before resetting
2052                 mailcheck timer. Useful if some program
2053                 verifies connection state and updates
2054                 Claws.
2055                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2056
2057 2006-07-12 [paul]       2.3.1cvs80
2058
2059         * sylpheed-claws-128x128.png
2060         * sylpheed-claws-64x64.png
2061         * sylpheed-claws.png
2062         * src/Makefile.am
2063         * src/main.c
2064         * src/prefs_toolbar.c
2065         * src/stock_pixmap.c
2066         * src/stock_pixmap.h
2067         * src/wizard.c
2068         * src/gtk/about.c
2069         * src/gtk/gtkutils.c
2070         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2071         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2072         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2073         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2074         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2075         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2076                 updated and renamed logo/icon files and related
2077                 logo by Jesper Schultz
2078
2079 2006-07-11 [paul]       2.3.1cvs79
2080
2081         * src/main.c
2082                 fix the labels a smidgin
2083
2084 2006-07-09 [colin]      2.3.1cvs78
2085
2086         * src/textview.c
2087                 Show errors in textviewer's command
2088                 Patch by H. Merijn Brand
2089
2090 2006-07-09 [colin]      2.3.1cvs77
2091
2092         * src/compose.c
2093                 Save FMID in drafts too
2094
2095 2006-07-08 [colin]      2.3.1cvs76
2096
2097         * src/compose.c
2098                 Svae RMID in drafted mails too
2099                 Save quote_fmt vars for whole mails,
2100                 don't reset at each quote_fmt_init:
2101                 allows to use the same |i{var} in
2102                 various template fields
2103         * src/prefs_template.c
2104         * src/quote_fmt.h
2105         * src/quote_fmt_parse.y
2106                 Same
2107
2108 2006-07-08 [colin]      2.3.1cvs75
2109
2110         * src/textview.c
2111                 Fix highlighting of attached parts URIs
2112
2113 2006-07-08 [colin]      2.3.1cvs74
2114
2115         * src/main.c
2116                 Prevent bug #981 (sc 2.3.1 segfaults with 
2117                 gtk+ 2.10) from being reported again:
2118                 if Sylpheed-Claws has been compiled against
2119                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2120                 of if Sylpheed-Claws has been compiled against
2121                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2122                 error out.
2123
2124 2006-07-07 [colin]      2.3.1cvs73
2125
2126         * src/prefs_actions.c
2127                 Fix label
2128
2129 2006-07-07 [colin]      2.3.1cvs72
2130
2131         * src/prefs_actions.c
2132                 Fix compile on gtk < 2.8. argh :)
2133
2134 2006-07-07 [paul]       2.3.1cvs71
2135
2136         * src/common/defs.h
2137                 update DONATE_URI
2138
2139 2006-07-07 [colin]      2.3.1cvs70
2140
2141         * po/POTFILES.in
2142         * src/quote_fmt.c
2143         * src/quote_fmt_lex.l
2144         * src/quote_fmt_parse.y
2145                 Add |i{var}, a way to insert user-entered
2146                 text in a template
2147
2148 2006-07-07 [colin]
2149
2150         * 2.4.0-rc3 released
2151
2152 2006-07-07 [colin]      2.3.1cvs69
2153
2154         * src/folder.c
2155                 Don't consider inboxes of UNKNOWN folder 
2156                 classes to be useable as default inboxes
2157
2158 2006-07-07 [paul]       2.3.1cvs68
2159
2160         * src/textview.c
2161                 add missing #include <errno.h>
2162                 Thanks to René J. Blokland
2163
2164 2006-07-07 [paul]       2.3.1cvs67
2165
2166         * src/action.c
2167                 Return now Closes dialog
2168         * src/mimeview.c
2169         * src/mimeview.h
2170         * src/textview.c
2171                 add contextual menu to mime parts listed
2172                 in the textview
2173                 Thanks to Colin
2174         * src/common/utils.c
2175                 reversal: ' is a valid character in URLs
2176
2177 2006-07-06 [colin]      2.3.1cvs66
2178
2179         * src/remotefolder.h
2180                 Forgotten in previous commit
2181
2182 2006-07-06 [colin]      2.3.1cvs65
2183
2184         * src/folder.c
2185                 Set summary update flag whenever
2186                 totals changed
2187         * src/imap.c
2188         * src/prefs_account.c
2189         * src/common/utils.h
2190         * src/etpan/imap-thread.c
2191                 Fix warnings, thanks to Fabien and
2192                 Ricardo
2193
2194 2006-07-06 [wwp]        2.3.1cvs64
2195
2196         * src/gtk/gtkutils.c
2197                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2198
2199 2006-07-06 [wwp]        2.3.1cvs63
2200
2201         * src/account.c
2202         * src/addressbook.c
2203         * src/addressitem.h
2204         * src/folderview.c
2205         * src/mainwindow.c
2206         * src/manual.c
2207         * src/manual.h
2208         * src/message_search.c
2209         * src/prefs_actions.c
2210         * src/prefs_filtering.c
2211         * src/prefs_filtering.h
2212         * src/prefs_template.c
2213         * src/summary_search.c
2214         * src/summaryview.c
2215         * src/gtk/gtkutils.c
2216         * src/gtk/gtkutils.h
2217         * src/gtk/pluginwindow.c
2218                 add help buttons to some dialogs. Clicking such buttons opens a
2219                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2220
2221 2006-07-06 [paul]       2.3.1cvs62
2222
2223         * src/textview.c
2224                 fix attachments contextual menu
2225                 Thanks to Colin
2226
2227 2006-07-05 [colin]      2.3.1cvs61
2228
2229         * src/textview.c
2230         * src/compose.c
2231                 Handle sftp:// links
2232
2233 2006-07-05 [paul]       2.3.1cvs60
2234
2235         * src/gtk/filesel.c
2236                 grab save button by default
2237                 Thanks to Colin
2238
2239 2006-07-05 [wwp]        2.3.1cvs59
2240
2241         * manual/xml2pdf
2242                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2243
2244 2006-07-04 [colin]      2.3.1cvs58
2245
2246         * src/mimeview.c
2247         * src/textview.c
2248                 Use left click to select, middle click to open
2249                 on mimeparts links
2250         * src/common/utils.c
2251                 Fix segfault
2252
2253 2006-07-04 [colin]      2.3.1cvs57
2254
2255         * src/mainwindow.c
2256         * src/news.c
2257                 Warning fixes, thanks to Fabien
2258
2259 2006-07-04 [colin]      2.3.1cvs56
2260
2261         * src/mimeview.c
2262         * src/mimeview.h
2263         * src/textview.c
2264                 Allow parts to be selected via their text label
2265                 in textview
2266
2267 2006-07-04 [colin]      2.3.1cvs55
2268
2269         * src/folderview.c
2270                 Feedback when closing (for big folders)
2271         * src/prefs_actions.c
2272         * src/prefs_filtering.c
2273         * src/prefs_matcher.c
2274         * src/prefs_template.c
2275                 Fix default button when closing without
2276                 having saved
2277
2278 2006-07-04 [colin]      2.3.1cvs54
2279
2280         * src/news.c
2281                 Delete local file on deletion
2282
2283 2006-07-03 [colin]      2.3.1cvs53
2284
2285         * src/folderview.c
2286         * src/main.c
2287                 Don't freeze when rescanning after crash
2288
2289 2006-07-03 [wwp]        2.3.1cvs52
2290
2291         * src/compose.c
2292         * src/privacy.c
2293         * src/privacy.h
2294         * src/plugins/pgpinline/pgpinline.c
2295         * src/plugins/pgpmime/pgpmime.c
2296                 don't report an error when the user cancels the passphrase dialog.
2297
2298 2006-07-02 [colin]      2.3.1cvs51
2299
2300         * src/folderview.c
2301                 Open message when crossing folders with Space,
2302                 goto next unread and friends
2303
2304 2006-07-01 [colin]      2.3.1cvs50
2305
2306         * src/prefs_account.c
2307                 Typographic rules varying from language
2308                 to language (in french "Protocole :"),
2309                 we have to do that :)
2310
2311 2006-07-01 [ticho]      2.3.1cvs49
2312
2313         * src/prefs_account.c
2314                 Only use one temporary gchar* variable in
2315                 prefs_account_protocol_set_optmenu().
2316
2317 2006-07-01 [ticho]      2.3.1cvs48
2318
2319         * src/prefs_account.c
2320         * src/prefs_account.h
2321                 Use GtkLabel for existing account protocol name.
2322                 Created an array for protocol names and populate the
2323                 combobox from it in a for() cycle.
2324
2325 2006-06-30 [colin]      2.3.1cvs47
2326
2327         * src/compose.c
2328                 Block undo when changing signature (by changing
2329                 account)
2330
2331 2006-06-30 [paul]       2.3.1cvs46
2332
2333         * src/send_message.c
2334                 when editing From in the Compose window, use that address
2335                 in the Return-Path: header
2336                 Thanks to Colin
2337
2338 2006-06-30 [colin]      2.3.1cvs45
2339
2340         * src/compose.c
2341                 Fix signature replacement:
2342                 - when no newline before separator
2343                 - when reediting
2344
2345 2006-06-29 [colin]      2.3.1cvs44
2346
2347         * src/folderview.c
2348         * src/folderview.h
2349         * src/mainwindow.c
2350         * src/summaryview.c
2351                 Let 'View/Go to/Next marked' work like
2352                 Next new & Next unread: across folders
2353                 Change the select_on_entry pref to do
2354                 what we want when changing folder
2355         * src/common/utils.c
2356                 Fix single-quoted links 
2357
2358 2006-06-29 [colin]      2.3.1cvs43
2359
2360         * src/gtk/gtkaspell.c
2361                 "Sylpheed" and "Sylpheed-Claws" do exist !
2362
2363 2006-06-29 [colin]      2.3.1cvs42
2364
2365         * src/imap.c
2366                 Forgot to remove debug
2367
2368 2006-06-29 [colin]      2.3.1cvs41
2369
2370         * src/imap.c
2371         * src/imap.h
2372         * src/mainwindow.c
2373                 Disconnect from IMAP servers when going
2374                 offline. Fixes bug #978 (going to offline-mode 
2375                 won't close connections)
2376
2377 2006-06-29 [colin]      2.3.1cvs40
2378
2379         * src/main.c
2380                 Fix transient setting on failing plugins
2381                 Patch by Fabien
2382         * src/plugins/pgpcore/sgpgme.c
2383                 Only warn for OpenPGP. Most people don't
2384                 have CMS available.
2385
2386 2006-06-29 [colin]      2.3.1cvs39
2387
2388         * src/compose.c
2389                 Fix Spelling menu (discrepancy between context menu
2390                 and top menu when folder's dictionary isn't the 
2391                 default one)
2392         * src/plugins/pgpcore/sgpgme.c
2393                 More error reporting about why gpgme can fail
2394
2395 2006-06-29 [wwp]        2.3.1cvs38
2396
2397         * src/mainwindow.c
2398                 honor the display-header-pane setting even when the message view
2399                 is a separate window.
2400
2401 2006-06-29 [wwp]        2.3.1cvs37
2402
2403         * src/prefs_actions.c
2404                 forgot to commit that one (use of GTK_STOCK_INFO).
2405
2406 2006-06-29 [colin]      2.3.1cvs36
2407
2408         * src/imap.c
2409                 Better handling of login errors (ask the password
2410                 again once), alert in case of error. Fix three
2411                 signedness warnings.
2412
2413 2006-06-28 [wwp]        2.3.1cvs35
2414
2415         * src/prefs_template.c
2416         * src/prefs_matcher.c
2417         * src/prefs_filtering_action.c
2418         * src/prefs_quote.c
2419                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
2420                 patch by Fabien Vantard, slightly modified.
2421
2422 2006-06-28 [paul]
2423
2424         2.4.0-rc2 released
2425
2426 2006-06-28 [colin]      2.3.1cvs34
2427
2428         * src/prefs_account.c
2429                 Fix bug #977 (Can't add or edit imap accounts)
2430
2431 2006-06-28 [colin]      2.3.1cvs33
2432
2433         * src/mimeview.c
2434                 Fix previous
2435
2436 2006-06-28 [colin]      2.3.1cvs32
2437
2438         * src/mimeview.c
2439                 Save named inlined attachments with "Save all"
2440         * src/main.c
2441         * src/mbox.c
2442         * src/common/plugin.c
2443         * src/common/plugin.h
2444         * src/common/sylpheed.c
2445         * src/common/utils.c
2446         * src/plugins/pgpcore/sylpheed.def
2447         * src/plugins/pgpinline/sylpheed.def
2448         * src/plugins/pgpmime/sylpheed.def
2449                 Win32 compatibility patch, by
2450                 Werner Koch
2451
2452 2006-06-28 [wwp]        2.3.1cvs31
2453
2454         * src/imap.c
2455         * src/prefs_folder_item.c
2456                 less compilation warnings (thanks to Fabien Vantard), less typos.
2457
2458 2006-06-28 [paul]       2.3.1cvs30
2459
2460         * src/gtk/gtkutils.c
2461                 gtk_combo_box_set_focus_on_click() is only
2462                 available since gtk 2.6.0
2463
2464 2006-06-28 [paul]       2.3.1cvs29
2465
2466         * src/prefs_ext_prog.c
2467                 fix engrish and add a tooltip for the
2468                 'command for 'Display as text' option
2469
2470 2006-06-28 [paul]
2471
2472         2.4.0-rc1 released
2473
2474 2006-06-28 [paul]       2.3.1cvs28
2475
2476         * ChangeLog
2477         * tools/Makefile.am
2478                 include textviewer.pl in releases
2479
2480 2006-06-28 [paul]       2.3.1cvs27
2481
2482         * src/prefs_ext_prog.c
2483                 hide Print command option if libgnomeprint
2484                 support is present
2485
2486 2006-06-27 [colin]      2.3.1cvs26
2487
2488         * src/compose.c
2489                 Fix Esc handling in insert/attach dialog
2490                 Don't show this dialog if dragging something
2491                 else than text/uri-list
2492                 Thanks to Fabien Vantard
2493         * tools/textviewer.pl
2494                 Filter script to display stuff as text
2495                 by H. Merijn Brand
2496
2497 2006-06-27 [wwp]        2.3.1cvs25
2498
2499         * src/messageview.c
2500                 use the exact product name (message view title), patch
2501                 by Fabien Vantard.
2502
2503 2006-06-27 [ticho]      2.3.1cvs24
2504
2505         * src/prefs_account.c
2506         * src/prefs_common.c
2507         * src/prefs_common.h
2508         * src/prefs_ext_prog.c
2509         * src/textview.c
2510                 Add a preference (Preferences/External programs)
2511                 to allow "Display as text" to be done via a script
2512                 (patch by H.Merijn Brand).
2513                 Use GtkComboBox for protocol selection in account
2514                 preferences.
2515                 Only include current choice for existing accounts, and
2516                 insensitivize the combobox.
2517
2518 2006-06-27 [paul]       2.3.1cvs23
2519
2520         * src/mbox.c
2521                 fix crasher introduced in cvs21.
2522                 Thanks to Colin
2523
2524 2006-06-26 [colin]      2.3.1cvs22
2525
2526         * src/mbox.c
2527                 Fix double-frees when leaving folders
2528                 after exporting to mbox
2529
2530 2006-06-26 [colin]      2.3.1cvs21
2531
2532         * src/mbox.c
2533                 More feedback (and optimisation)
2534                 on import/export
2535         * src/common/utils.c
2536                 Fix case when looking for mail addresses
2537         * src/gtk/gtkutils.c
2538                 Extra check for (X-)Face
2539
2540 2006-06-25 [ticho]      2.3.1cvs20
2541
2542         * src/compose.c
2543         * src/exphtmldlg.c
2544         * src/gtk/gtkutils.c
2545         * src/gtk/gtkutils.h
2546                 Added second argument to gtkut_sc_combobox_create() to
2547                 control focus-on-click for the widget.
2548                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2549
2550 2006-06-25 [ticho]      2.3.1cvs19
2551
2552         * src/compose.c
2553         * src/gtk/Makefile.am
2554         * src/gtk/combobox.c
2555         * src/gtk/combobox.h
2556         * src/gtk/gtkutils.c
2557         * src/gtk/gtkutils.h
2558                 Use GtkComboBox instead of deprecated GtkOptionMenu
2559                 for account selector in compose window and for encoding
2560                 selector in attachment properties.
2561                 Also factorise working with the new GtkComboBox somewhat.
2562
2563 2006-06-24 [paul]       2.3.1cvs18
2564
2565         * src/prefs_common.c
2566                 use the correct default value
2567
2568 2006-06-24 [paul]       2.3.1cvs17
2569
2570         * src/compose.c
2571         * src/prefs_common.c
2572         * src/prefs_common.h
2573         * src/prefs_compose_writing.c
2574                 enable setting of default action when
2575                 dnd'ing files in the compose window.
2576                 (Collaborative effort with wwp)
2577
2578 2006-06-23 [wwp]        2.3.1cvs16
2579
2580         * src/compose.c
2581                 i18n fix (thanks to Fabien Vantard)
2582
2583 2006-06-22 [colin]      2.3.1cvs15
2584
2585         * src/prefs_customheader.c
2586                 Don't use filters in custom headers' file 
2587                 selector. Remember, extensions mean nothing :)
2588
2589 2006-06-22 [paul]       2.3.1cvs14
2590
2591         * configure.ac
2592                 allow setting of man directory location
2593
2594 2006-06-22 [colin]      2.3.1cvs13
2595
2596         * src/mainwindow.c
2597                 Add 'View/Go to/Next unread folder'.
2598                 I missed that :)
2599
2600 2006-06-22 [colin]      2.3.1cvs12
2601
2602         * src/common/utils.c
2603                 Add some subject prefixes
2604                 Patch by Bjorn T Johansen <btj@havleik.no>
2605
2606 2006-06-22 [colin]      2.3.1cvs11
2607
2608         * manual/advanced.xml
2609                 Forgotten hidden pref
2610
2611 2006-06-21 [paul]       2.3.1cvs10
2612
2613         * src/prefs_account.c
2614                 complete the removal of 'Add date header' option
2615
2616 2006-06-21 [paul]       2.3.1cvs9
2617
2618         * src/account.c
2619         * src/compose.c
2620         * src/prefs_account.c
2621         * src/prefs_account.h
2622                 remove option to add date header - always
2623                 add date header
2624         * src/etpan/imap-thread.c
2625                 fix warnings (Thanks to Colin)
2626
2627 2006-06-21 [wwp]        2.3.1cvs8
2628
2629         * src/folder.c
2630                 set the attachment flag when inline text part are (file)named. This is more convenient
2631                 when receiving (for instance) inline source files or patches sent using thunderbird.
2632
2633 2006-06-21 [paul]       2.3.1cvs7
2634
2635         * src/inc.c
2636                 fix off-by-one count of current msg in
2637                 statusbar filtering progressbar
2638
2639 2006-06-21 [paul]       2.3.1cvs6
2640
2641         * src/folder.c
2642                 Show attachment icon even if the part is 'inline'
2643                 if the following conditions are met:
2644                 - content-type != 'text/plain'
2645                 - content-type != '*/pgp-signature'
2646                 - either 'name' or 'filename' parameter is not NULL
2647                 
2648                 Thanks to Colin
2649
2650 2006-06-21 [paul]       2.3.1cvs5
2651
2652         * src/messageview.c
2653         * src/prefs_common.c
2654         * src/prefs_common.h
2655         * src/prefs_other.c
2656                 add an option to 'Never send Return
2657                 Receipts'
2658                 Thanks to Colin
2659
2660 2006-06-20 [mones]      2.3.1cvs4
2661
2662         * po/es.po
2663                 updated
2664         * src/compose.c
2665                 typo fixed (space after comma)
2666         * tools/make.themes.project
2667                 remove exec mode from tarball files
2668
2669 2006-06-20 [colin]      2.3.1cvs3
2670
2671         * src/news.c
2672         * src/procheader.c
2673         * src/unmime.c
2674                 Better fix for \n's in headers (don't 
2675                 break Received: and others)
2676
2677 2006-06-20 [paul]       2.3.1cvs2
2678
2679         * src/alertpanel.c
2680         * src/textview.c
2681                 improve legibility of phishing attempt
2682                 dialog
2683
2684 2006-06-20 [paul]       2.3.1cvs1
2685
2686         * NEWS
2687         * README
2688         * configure.ac
2689                 Update version number following
2690                 stable release
2691
2692 2006-06-20 [colin]      2.3.0cvs26
2693
2694         * src/compose.c
2695                 When dragging a file to the text of the compose
2696                 window, ask whether we want to insert or attach
2697                 (I know lots of people who do that to attach)
2698
2699 2006-06-20 [colin]      2.3.0cvs25
2700
2701         * src/etpan/imap-thread.c
2702                 Fix threshold (the append command is often > 32 bytes)
2703
2704 2006-06-19 [colin]      2.3.0cvs24
2705
2706         * src/imap.c
2707         * src/etpan/imap-thread.c
2708                 Workaround Rockliffe IMAP server bug: replace
2709                 "x UID SEARCH (ANSWERED UID 1:*)" with
2710                 "x UID SEARCH ANSWERED"
2711                 (Rockliffe doesn't handle the parenthesis)
2712
2713 2006-06-19 [colin]      2.3.0cvs23
2714
2715         * src/compose.c
2716         * src/imap.c
2717         * src/etpan/imap-thread.c
2718                 Probably fix bug #972 (Freezes when adding 
2719                 an attachment to the message)
2720         * src/common/defs.h
2721                 Modernize Firefox cmd
2722
2723
2724 2006-06-18 [colin]      2.3.0cvs22
2725
2726         * src/prefs_customheader.c
2727                 Only allow correct filenames for various
2728                 custom headers
2729
2730 2006-06-18 [colin]      2.3.0cvs21
2731
2732         * src/prefs_customheader.c
2733                 Add a 'From File...' button in custom headers prefs, which
2734                 try to do the right thing: 
2735                 for normal headers, use file as plaintext,
2736                 for X-Face, calls compface,
2737                 for Face, encode to b64.
2738
2739 2006-06-17 [colin]      2.3.0cvs20
2740
2741         * src/mh.c
2742                 Warning fix
2743
2744 2006-06-16 [colin]      2.3.0cvs19
2745
2746         * src/summaryview.c
2747                 Recursive quicksearch: show message list
2748                 in current folder, *then* search children
2749                 in the background.
2750
2751 2006-06-16 [colin]      2.3.0cvs18
2752
2753         * src/main.c
2754                 Instead of ignoring SIGPIPE, save caches
2755                 when getting one. Will fix the fact that
2756                 hot caches are out-of-date when logging 
2757                 out of Xorg.
2758         * src/compose.c
2759         * src/prefs_compose_writing.c
2760                 Only save text (not attachments) when 
2761                 auto-saving to drafts
2762         * src/unmime.c
2763                 Always replace \n, \r and \t with spaces
2764                 in headers
2765         * manual/dist/html/Makefile.am
2766         * manual/dist/pdf/Makefile.am
2767         * manual/dist/ps/Makefile.am
2768         * manual/dist/txt/Makefile.am
2769         * manual/fr/dist/html/Makefile.am
2770         * manual/fr/dist/pdf/Makefile.am
2771         * manual/fr/dist/ps/Makefile.am
2772         * manual/fr/dist/txt/Makefile.am
2773         * manual/pl/dist/html/Makefile.am
2774         * manual/pl/dist/pdf/Makefile.am
2775         * manual/pl/dist/ps/Makefile.am
2776         * manual/pl/dist/txt/Makefile.am
2777                 Fix make clean removing pregenerated manuals
2778
2779
2780 2006-06-16 [colin]      2.3.0cvs17
2781
2782         * src/plugins/pgpcore/sgpgme.c
2783         * src/plugins/pgpmime/pgpmime.c
2784         * src/plugins/pgpinline/pgpinline.c
2785                 Better error reporting in setup_signers.
2786                 Don't fallback to default key if specified
2787                 key isn't found.
2788                 Don't allow signing if more than one secret
2789                 key matches the one specified in prefs.
2790
2791 2006-06-15 [colin]      2.3.0cvs16
2792
2793         * src/folderview.c
2794                 Add "Send queue" in the folder's contextual
2795                 menu
2796         * src/compose.c
2797         * src/messageview.c
2798         * src/privacy.c
2799         * src/privacy.h
2800         * src/procmime.c
2801         * src/procmsg.c
2802         * src/plugins/pgpcore/passphrase.c
2803         * src/plugins/pgpcore/sgpgme.c
2804         * src/plugins/pgpinline/pgpinline.c
2805         * src/plugins/pgpmime/pgpmime.c
2806                 Better error reporting
2807         * src/mbox.c
2808                 Probably fix bug #971 (2.2.3 cannot read mail 
2809                 from local mbox)
2810
2811
2812 2006-06-15 [mones]      2.3.0cvs15
2813
2814         * tools/make.themes.project
2815                 creates the themes project from the web page
2816
2817 2006-06-15 [colin]      2.3.0cvs14
2818
2819         * src/folder.c
2820                 Better fix (avoid losing the folder if scan_tree 
2821                 fails)
2822
2823 2006-06-15 [cleroy]     2.3.0cvs13
2824
2825         * src/folder.c
2826                 Probably fix Bug #969 (crash on rebuilding 
2827                 imap folder)
2828
2829 2006-06-14 [colin]      2.3.0cvs12
2830
2831         * manual/dtd/manual.xsl
2832         * manual/sylpheed-claws-manual.xml
2833         * manual/fr/sylpheed-claws-manual.xml
2834         * manual/pl/sylpheed-claws-manual.xml
2835                 Insert pagebreaks between sections
2836
2837 2006-06-14 [paul]       2.3.0cvs11
2838
2839         * configure.ac
2840                 better fix than 2.3.0cvs10
2841
2842 2006-06-14 [paul]       2.3.0cvs10
2843
2844         * configure.ac
2845                 fix setting of PACKAGE_DATA_DIR with newer autoconf
2846                 (backwards compatible)
2847
2848 2006-06-13 [colin]      2.3.0cvs9
2849
2850         * src/messageview.c
2851                 Fix sending of return receipt with the new queue folders
2852
2853 2006-06-13 [wwp]        2.3.0cvs8
2854
2855         * src/quote_fmt_lex.l
2856                 fix wrong tokens returned in quote_fmt lexer, query not().
2857
2858 2006-06-13 [wwp]        2.3.0cvs7
2859
2860         * src/folder.c
2861         * src/prefs_folder_item.c
2862                 allow changing folder type even when folder is not a top-level one,
2863                 thanks to Colin.
2864
2865 2006-06-12 [colin]      2.3.0cvs6
2866
2867         * src/folderview.c
2868                 Fix double-ask of "Do you want to mark all
2869                 as read"
2870
2871 2006-06-12 [colin]      2.3.0cvs5
2872
2873         * src/compose.c
2874         * src/compose.h
2875         * src/folder.c
2876         * src/folder.h
2877         * src/imap.c
2878         * src/inc.c
2879         * src/main.c
2880         * src/messageview.c
2881         * src/mh.c
2882         * src/prefs_folder_item.c
2883         * src/procheader.c
2884         * src/procmime.c
2885         * src/procmsg.c
2886         * src/procmsg.h
2887         * src/send_message.c
2888         * src/summaryview.c
2889         * src/toolbar.c
2890                 Apply bug #964's patch (Queue and drafts aren't normal)
2891                 The Drafts and Queue folder now contain RFC-822 files,
2892                 allowing to move and copy mails from and to these 
2893                 folders. Moving from Drafts to Queue will prepare the
2894                 mail for sending (PGP signature, encryption, etc).
2895                 This patch also rework sending errors handling to try
2896                 to be more helpful.
2897                 Also, allow redefining folder types via the GUI 
2898                 (Folder type in its Properties)
2899
2900 2006-06-12 [colin]      2.3.0cvs4
2901
2902         * src/summaryview.c
2903         * src/prefs_common.c
2904         * src/prefs_common.h
2905         * src/gedit-print.c
2906                 Allow to define a specific print font - patch
2907                 by Bernhard Walle <bernhard.walle@gmx.de>
2908         * src/prefs_fonts.c
2909         * manual/advanced.xml
2910         * manual/fr/advanced.xml
2911                 Add a hidden pref to allow deletion without
2912                 confirmation
2913
2914 2006-06-12 [wwp]        2.3.0cvs3
2915
2916         * .cvsignore
2917                 more files to ignore.
2918
2919 2006-06-12 [wwp]        2.3.0cvs2
2920
2921         * src/quote_fmt.c
2922         * src/quote_fmt_lex.l
2923         * src/quote_fmt_parse.y
2924                 extend the quote_fmt parser (templates and quotes):
2925                 - allow limited sub-expressions in |p{} and |f{} expressions,
2926                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
2927                 - implemented/fixed missing implementation of query_references and show_references,
2928                 - completed, fixed contents and format of the symbols help dialog,
2929                 - fix some compilation warnings.
2930
2931 2006-06-12 [wwp]        2.3.0cvs1
2932
2933         * manual/advanced.xml
2934         * manual/fr/advanced.xml
2935                 updates in the "templates" section of the manual (eng/fr):
2936                  - be more precise (both versions)
2937                  - completed to match the english reference (fr version)
2938                  - touchups (both versions)
2939
2940 2006-06-12 [paul]       2.3.0
2941
2942         2.3.0 released
2943
2944 2006-06-12 [paul]       2.2.3cvs14
2945
2946         * po/ca.po
2947         * po/cs.po
2948         * po/de.po
2949         * po/el.po
2950         * po/fr.po
2951         * po/it.po
2952         * po/pt_BR.po
2953         * po/sr.po
2954         * po/zh_CN.po
2955                 updated by Miquel Oliete, Tim, Stephan Sachse,
2956                 Stavros Giannouris, Fabien Vantard, Andrea
2957                 Spadaccini, Frederico Goncalves Guimaraes,
2958                 Aleksandar Urosevic, and Ralgh Young
2959
2960 2006-06-12 [colin]      2.2.3cvs13
2961
2962         * src/mbox.c
2963                 Add missing header
2964
2965 2006-06-11 [colin]      2.2.3cvs12
2966
2967         * src/msgcache.c
2968                 Verify that g_malloc() succeeded
2969
2970 2006-06-11 [colin]      2.2.3cvs11
2971
2972         * src/wizard.c
2973                 Add Face header to welcome mail
2974
2975 2006-06-10 [colin]      2.2.3cvs10
2976
2977         * src/textview.c
2978                 Revert previous (Forgot it changes the
2979                 margin on the whole mail)
2980
2981 2006-06-10 [colin]      2.2.3cvs9
2982
2983         * src/textview.c
2984                 Don't overlap long headers under (X-)Face
2985
2986 2006-06-10 [mones]      2.2.3cvs8
2987
2988         * manual/xml2pdf
2989                 allow generation of manual on systems lacking saxon binary
2990                 but with java and the saxon library installed
2991
2992         * po/es.po
2993                 updated for release
2994
2995 2006-06-09 [colin]      2.2.3cvs7
2996
2997         * src/summaryview.c
2998                 Fix leak when using Display Sender using Addressbook
2999
3000 2006-06-09 [colin]      2.2.3cvs6
3001
3002         * src/compose.c
3003         * src/folder.c
3004         * src/folderview.c
3005         * src/mimeview.c
3006         * src/summaryview.c
3007                 More leaks fixes
3008
3009 2006-06-09 [paul]       2.2.3cvs5
3010
3011         * AUTHORS
3012         * src/gtk/authors.h
3013         * tools/claws.i18n.status.pl
3014                 updated with new info
3015
3016 2006-06-09 [paul]       2.2.3cvs4
3017
3018         * README
3019                 updated
3020         * manual/ack.xml
3021                 add wwp to authors list
3022         * src/gtk/authors.h
3023                 update mine and Colin's addresses
3024
3025 2006-06-08 [colin]      2.2.3cvs3
3026
3027         * src/etpan/imap-thread.c
3028                 Fix leak on SSL cert check
3029
3030 2006-06-08 [colin]      2.2.3cvs2
3031
3032         * src/common/utils.c
3033                 Fix leak
3034
3035 2006-06-08 [paul]       2.2.3cvs1
3036
3037         * configure.ac
3038                 Update version number following
3039                 stable release
3040
3041 2006-06-07 [colin]      2.2.2cvs3
3042
3043         * src/msgcache.c
3044                 Fix catching cache read errors (guint instead of gint)
3045                 Prevent malloc'ing more than 8MB (means cache corruption)
3046
3047 2006-06-07 [paul]       2.2.2cvs2
3048
3049         * src/exporthtml.c
3050         * src/exportldif.c
3051         * src/mh.c
3052         * src/mutt.c
3053         * src/pine.c
3054         * src/common/utils.c
3055                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3056                 obey $HOME'
3057                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3058                 Thanks to Colin
3059
3060 2006-06-06 [paul]       2.2.2cvs1
3061
3062         * configure.ac
3063                 Update version number following
3064                 stable release
3065
3066 2006-06-06 [paul]       2.2.1cvs6
3067
3068         * src/matcher.c
3069                 fix  implicit declaration of
3070                 sylpheed_do_idle()
3071                 Patch by Fabien Vantard
3072
3073 2006-06-06 [paul]       2.2.1cvs5
3074
3075         * src/matcher.c
3076                 fix age_greater and age_lower so that they
3077                 mean what say and not '...or equal to'
3078                 Thanks to Colin
3079
3080 2006-06-06 [paul]       2.2.1cvs4
3081
3082         * src/textview.c
3083         * src/common/utils.c
3084                 fix URI check
3085                 Thanks to Colin
3086
3087 2006-06-05 [wwp]        2.2.1cvs3
3088
3089         * manual/fr/account.xml
3090                 minor language fixes (thanks to Fabien Vantard).
3091
3092 2006-06-05 [colin]      2.2.1cvs2
3093
3094         * src/prefs_folder_item.c
3095         * src/folderview.c
3096                 Allow recursive setting of properties 
3097                 for whole mailboxes
3098         * src/matcher.c
3099                 Don't freeze on 'test' filtering rule
3100
3101 2006-06-05 [colin]      2.2.1cvs1
3102
3103         * configure.ac
3104                 Update version number following
3105                 stable release
3106
3107 2006-06-04 [wwp]        2.2.0cvs82
3108
3109         * manual/glossary.xml
3110         * manual/account.xml
3111         * manual/fr/glossary.xml
3112         * manual/fr/account.xml
3113                 added glossary section and references/links related to the Face custom header.
3114
3115 2006-06-04 [colin]      2.2.0cvs81
3116
3117         * src/summaryview.c
3118                 Skip to next message on move with no
3119                 immediate execution
3120
3121 2006-06-04 [wwp]        2.2.0cvs80
3122
3123         * manual/xml2pdf
3124                 added sanity checks, exit when needed.
3125
3126 2006-06-03 [paul]       2.2.0cvs79
3127
3128         * src/prefs_receive.c
3129                 page name is now 'Receiving'
3130         * src/prefs_send.c
3131                 page name is now 'Sending'
3132
3133 2006-06-03 [colin]      2.2.0cvs78
3134
3135         * src/plugins/spamassassin/spamassassin_gtk.c
3136                 Autoswitch to Localhost if transport was previously
3137                 disabled. Else people had to check [] Enable, then
3138                 *reselect* transport.
3139
3140 2006-06-03 [colin]      2.2.0cvs77
3141
3142         * src/plugins/pgpinline/pgpinline.c
3143         * src/plugins/pgpmime/pgpmime.c
3144                 Check that gpg_data_release_and_get_mem 
3145                 didn't fail (now, why this happens...)
3146
3147 2006-06-03 [colin]      2.2.0cvs76
3148
3149         * src/mbox.c
3150                 Fix bug #962 (Manual and/or UI should 
3151                 warn about incompatible locking 
3152                 causing dataloss)
3153
3154 2006-06-02 [cleroy]     2.2.0cvs75
3155
3156         * src/filtering.c
3157         * src/folder.c
3158         * src/procmsg.c
3159         * src/summaryview.c
3160                 Fix a few leaks
3161
3162 2006-06-02 [colin]      2.2.0cvs74
3163
3164         * src/main.c
3165                 On exit, free caches after writing them
3166                 Shuts up some valgrind false positives
3167         * src/procmsg.c
3168         * src/send_message.c
3169                 Fix races when reusing existing SMTP connections
3170                 Fix inexistant session timeout
3171         * src/toolbar.c
3172                 Display alertpanel after all queues have
3173                 been processed, not after each
3174
3175 2006-06-02 [wwp]        2.2.0cvs73
3176
3177         * manual/fr/glossary.xml
3178         * manual/fr/ack.xml
3179         * manual/ack.xml
3180                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3181
3182 2006-06-02 [wwp]        2.2.0cvs72
3183
3184         * manual/xml2pdf
3185         * manual/dist/pdf/Makefile.am
3186         * manual/dtd/manual.xsl
3187         * manual/fr/dist/pdf/Makefile.am
3188         * manual/pl/dist/pdf/Makefile.am
3189                 we changed the procedure to generate the .pdf version of the manual.
3190                 The procedure is more modern and the .pdf we get now has a valid index.
3191                 Here are the new pre-requisites:
3192
3193                 - JRE 1.x (1.4 here): there must be one from your distro
3194                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3195                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3196                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3197
3198                 See my posts for further info about the installation of this toolchain:
3199
3200                 Date: Fri, 19 May 2006 19:40:06 +0200
3201                 From: wwp <subscript@free.fr>
3202                 To: sylpheed-claws-devel@lists.sourceforge.net
3203                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3204
3205                 and
3206
3207                 Date: Wed, 24 May 2006 12:58:49 +0200
3208                 From: wwp <subscript@free.fr>
3209                 To: sylpheed-claws-devel@lists.sourceforge.net
3210                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3211
3212 2006-06-01 [colin]      2.2.0cvs71
3213
3214         * src/compose.c
3215                 Better guards against IMAP races
3216         * src/main.c
3217         * src/prefs_common.c
3218         * src/prefs_common.h
3219         * src/common/ssl_certificate.c
3220         * src/etpan/imap-thread.c
3221         * src/etpan/imap-thread.h
3222         * src/gtk/sslcertwindow.c
3223                 New hidden option ssl_skip_cert_check to 
3224                 avoid dups of bug #959 (libetpan linked
3225                 against gnutls and gnutls buggy on 64bit)
3226                 Present expired warning only once per
3227                 session/server.
3228         * manual/advanced.xml
3229         * manual/fr/advanced.xml
3230                 Document new option
3231
3232 2006-06-01 [wwp]        2.2.0cvs70
3233
3234         * src/messageview.c
3235                 fix for bug #961 (return receipt dialog 
3236                 complains incorrectly about return-path 
3237                 email adress being different), thanks 
3238                 to Colin.
3239
3240 2006-05-31 [cleroy]     2.2.0cvs69
3241
3242         * src/common/ssl.c
3243                 Guard against NULLs, although this
3244                 should never be an issue
3245
3246 2006-05-31 [colin]      2.2.0cvs68
3247
3248         * src/filtering.c
3249                 Use g_slist_prepend
3250         * src/imap.c
3251                 Don't remove caches when destroying folder, it
3252                 could (should) be done at exit
3253         * src/inc.c
3254                 free processing cache after incorporation
3255         * src/etpan/imap-thread.c
3256                 Maybe fix bug #959 (Crash on moving to emails 
3257                 to a imap account per ssl with a expired 
3258                 certificate.)
3259
3260 2006-05-30 [colin]      2.2.0cvs67
3261
3262         * src/summaryview.c
3263                 Put back event flush when displaying message
3264                 It avoids reading a bunch of messages just
3265                 by hitting shift-n for too long ;)
3266
3267 2006-05-29 [colin]      2.2.0cvs66
3268
3269         * src/summaryview.c
3270                 Remove useless g_warnings
3271
3272 2006-05-29 [colin]      2.2.0cvs65
3273
3274         * src/imap.c
3275                 Fix g_slist_append()s for performance
3276
3277 2006-05-29 [colin]      2.2.0cvs64
3278
3279         * src/compose.c
3280         * src/common/utils.c
3281                 Fix extraneous tab at start of addresses
3282         * src/mainwindow.c
3283                 Fix warnings (thanks to Fabien)
3284                 Fix crash at exit when composing messages 
3285                 exist
3286         * src/pop.c
3287                 Fix progress bar when deleting expired mails
3288                 Thanks to Hiro
3289         * src/summaryview.c
3290         * src/gtk/gtksctree.c
3291                 Fix re-sorting slowness
3292
3293 2006-05-29 [paul]       2.2.0cvs63
3294
3295         * src/mh.c
3296                 fetch full message when moving mails
3297                 from another mailbox, (fixed data loss
3298                 when filtering from IMAP to MH, introduced
3299                 in 2.2.0cvs57).
3300                 Thanks to Colin
3301
3302 2006-05-29 [mones]      2.2.0cvs62
3303
3304         * src/gtk/gtksctree.c
3305                 Unselect faster (patch by Colin)        
3306
3307 2006-05-26 [colin]      2.2.0cvs61
3308
3309         * src/summaryview.c
3310                 Unplug MSGINFO_UPDATE callback on delete too.
3311
3312 2006-05-26 [colin]      2.2.0cvs60
3313
3314         * src/foldersel.c
3315                 Fix bold in folder selection window with glib2.10
3316                 thanks Hiro
3317
3318 2006-05-26 [colin]      2.2.0cvs59
3319
3320         * src/procheader.c
3321                 Convert date only if necessary (and don't
3322                 try to convert from utf8 to utf8, too)
3323         * src/summaryview.c
3324                 Only set column's text if the column's 
3325                 displayed
3326
3327 2006-05-26 [colin]      2.2.0cvs58
3328
3329         * src/summaryview.c
3330         * src/gtk/gtkutils.c
3331                 Fix useless warning
3332
3333 2006-05-26 [colin]      2.2.0cvs57
3334
3335         * src/mainwindow.c
3336                 Make summaryview selectable as long as 
3337                 no message has focus
3338         * src/mh.c
3339                 Faster deletion (by implementing mh_remove_msgs)
3340                 Faster copy (avoid using mh_fetch_msg just to get
3341                 the filename)
3342                 Faster move (using move_file instead of copy_file
3343                 if MSG_IS_MOVE)
3344                 No progressbar if total number of mails to cp/mv 
3345                 is less than 100
3346         * src/summaryview.c
3347                 Fix removal from subject_table when mail gets moved
3348                 Faster deletion (g_slist_prepend instead of append)
3349         * src/gtk/gtksctree.c
3350                 Remove useless code
3351
3352 2006-05-25 [colin]      2.2.0cvs56
3353
3354         * src/common/ssl_certificate.c
3355                 Fix leak in expired cert check
3356
3357 2006-05-25 [colin]      2.2.0cvs55
3358
3359         * src/mh.c
3360                 Disable flags syncing on .mh_sequences - it
3361                 is buggy and marks mails read under unknown
3362                 conditions.
3363
3364 2006-05-25 [paul]
3365
3366         * 2.3.0-rc4 released
3367
3368 2006-05-24 [colin]      2.2.0cvs54
3369
3370         attention cvs users: if you manage to crash
3371         Sylpheed-Claws while moving, copying or deleting
3372         mails, we *are* interested in stack traces and
3373         valgrind logs. It looks stable, but one never
3374         knows...
3375
3376         * src/folder.c
3377                 Add progressbar for cache updates
3378         * src/folderutils.c
3379                 Optimize Mark all read in the current
3380                 folder
3381         * src/mh.c
3382                 Add progressbar for copy/move
3383         * src/procmsg.c
3384                 Optimize O(n^2) in copy/move
3385         * src/summaryview.c
3386         * src/gtk/gtksctree.c
3387                 Optimize O(n^2) algos
3388         * src/common/timing.h
3389                 Display ms instead of us
3390
3391 2006-05-24 [wwp]        2.2.0cvs53
3392
3393         * manual/fr/advanced.xml
3394                 updates to the French manual.
3395
3396 2006-05-24 [wwp]        2.2.0cvs52
3397
3398         * src/common/utils.c
3399                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
3400
3401 2006-05-24 [wwp]        2.2.0cvs51
3402
3403         * src/folderutils.c
3404                 fixed "mark all read" in MH folders (thanks to Colin).
3405
3406 2006-05-24 [paul]       2.2.0cvs50
3407
3408         * doc/man/sylpheed-claws.1
3409                 updated the man page
3410
3411 2006-05-23 [colin]      2.2.0cvs49
3412
3413         * src/folderview.c
3414         * src/imap.c
3415         * src/inc.c
3416         * src/mbox.c
3417         * src/messageview.c
3418         * src/news.c
3419         * src/send_message.c
3420         * src/summaryview.c
3421         * src/gtk/sslcertwindow.c
3422                 alertpanel fixes, by Fabien
3423
3424 2006-05-23 [colin]      2.2.0cvs48
3425
3426         * src/folder.c
3427         * src/folderview.c
3428         * src/msgcache.c
3429         * src/summaryview.c
3430         * src/gtk/gtksctree.c
3431         * src/gtk/gtksctree.h
3432                 More timings
3433                 Fix slow loading problem, which was caused by the
3434                 use of some gtk_ctree funcs and their use of
3435                 g_list_position while gtk_ctree_(un)link'ing.
3436                 Reap more functions from gtkctree.c to be sure we
3437                 use our (fast) version instead of theirs.
3438         * src/mh.c
3439                 Fix copy of unread mails
3440
3441
3442 2006-05-22 [wwp]        2.2.0cvs47
3443
3444         * manual/fr/advanced.xml
3445                 updated.
3446
3447 2006-05-22 [colin]      2.2.0cvs46
3448
3449         * src/filtering.c
3450                 Fix possible infinite loop. 'copy' is not a 
3451                 final action, so when encountering a 'copy',
3452                 we have to check if a previous one was set
3453                 and do it. In the same way, if we encounter
3454                 a 'move' we have to perform a possibly 
3455                 pending 'copy'. This will slow down filtering
3456                 on IMAP if move+copy or multiple copy actions
3457                 are to be done, but handling it via the batch
3458                 would be really too convoluted.
3459
3460 2006-05-22 [wwp]        2.2.0cvs45
3461
3462         * manual/fr/advanced.xml
3463         * manual/fr/faq.xml
3464         * manual/fr/glossary.xml
3465         * manual/fr/handling.xml
3466         * manual/fr/intro.xml
3467         * manual/fr/plugins.xml
3468         * manual/fr/sylpheed-claws-manual.xml
3469                 sync w/ the english manual: updates URIs, documented mailing-list
3470                 support, better explanation about the enabled/disabled feature
3471                 in filtering/processing rules by Paul.
3472
3473 2006-05-21 [colin]      2.2.0cvs44
3474
3475         * src/summaryview.c
3476                 Don't expand after building threads, but during
3477
3478 2006-05-21 [colin]      2.2.0cvs43
3479
3480         * src/procmsg.c
3481         * src/summaryview.c
3482                 More timing possibilities... For next time I have 
3483                 to find out how the hell some 3GHz computer takes
3484                 one minute to open a 30k folder...
3485
3486 2006-05-21 [colin]      2.2.0cvs42
3487
3488         * manual/pl/advanced.xml
3489         * manual/pl/faq.xml
3490         * manual/pl/glossary.xml
3491         * manual/pl/handling.xml
3492         * manual/pl/intro.xml
3493         * manual/pl/plugins.xml
3494         * manual/pl/sylpheed-claws-manual.xml
3495                 Polish manual updated by Pawel
3496
3497 2006-05-20 [colin]
3498
3499         * 2.3.0-rc3 released
3500
3501 2006-05-20 [colin]      2.2.0cvs41
3502
3503         * src/imap.c
3504                 Fix -rc2 problems:
3505                 - remove cache of moved messages from original folder
3506                 - apply new flags to messages even if they aren't appliable
3507                   via IMAP.
3508
3509 2006-05-20 [colin]
3510
3511         * 2.3.0-rc2 released
3512
3513 2006-05-19 [colin]      2.2.0cvs40
3514
3515         * src/imap.c
3516                 Don't issue SELECT in imap_change_flags
3517                 before having checked that we indeed have
3518                 some flags to change. MSG_POSTFILTERED for
3519                 example can't be used on IMAP.
3520                 Fixes bug #955 (copying messages between 
3521                 imap folders is extremely slow), which was
3522                 a regression.
3523
3524 2006-05-19 [colin]      2.2.0cvs39
3525
3526         * src/folder.c
3527         * src/folder.h
3528         * src/folderview.c
3529                 Try to fix bug #830 (Some unread messages 
3530                 get marked read in IMAP inbox):
3531                 - Prevent scanning a folder if it's being 
3532                   opened via the GUI
3533                 - Postpone opening via the GUI of a folder
3534                   currently scanned.
3535
3536
3537 2006-05-19 [wwp]        2.2.0cvs38
3538
3539         * manual/advanced.xml
3540                 fix English+typo (thanks to Paul).
3541
3542 2006-05-19 [wwp]        2.2.0cvs37
3543
3544         * manual/advanced.xml
3545         * manual/fr/advanced.xml
3546         * src/gtk/logwindow.c
3547         * src/prefs_common.c
3548         * src/prefs_common.h
3549                 added hidden prefs to allow customization of colors used in
3550                 protocol log window (useful for dark gtk+ themes).
3551
3552 2006-05-19 [wwp]        2.2.0cvs36
3553
3554         * ChangeLog
3555                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
3556
3557 2006-05-19 [paul]       2.2.0cvs35
3558
3559         * src/textview.c
3560                 make Reply-To fully clickable
3561         * src/gtk/logwindow.c
3562                 more colouring (SMTP ESMTP)
3563         Both patches by Pawel Pekala
3564
3565 2006-05-19 [cleroy]     2.2.0cvs34
3566
3567         * src/mh.c
3568                 Don't update flags from current folder
3569                 Probably fixes bug #935 (Read Messages 
3570                 Revert to Being Marked as Unread)
3571
3572 2006-05-18 [colin]      2.2.0cvs33
3573
3574         * src/imap.c
3575                 Warning fix
3576         * src/compose.c
3577         * src/mainwindow.c
3578         * src/summaryview.c
3579         * src/toolbar.c
3580                 Allow replying to multiple emails
3581                 in multiple windows
3582         * src/mimeview.c
3583         * src/etpan/imap-thread.c
3584                 Leak fixes
3585
3586 2006-05-18 [paul]       2.2.0cvs32
3587
3588         * src/summaryview.c
3589                 keep Mailing-List menu refreshed
3590                 Thanks to Colin
3591
3592 2006-05-18 [paul]       2.2.0cvs31
3593
3594         * manual/advanced.xml
3595         * manual/faq.xml
3596         * manual/glossary.xml
3597         * manual/handling.xml
3598         * manual/intro.xml
3599         * manual/plugins.xml
3600         * manual/sylpheed-claws-manual.xml
3601                 update URLs
3602                 add info about mailing-list support
3603                 edit filtering info
3604         * src/wizard.c
3605         * src/common/defs.h
3606         * src/gtk/about.c
3607         * src/plugins/dillo_viewer/README
3608                 update URLs
3609
3610 2006-05-17 [wwp]        2.2.0cvs30
3611
3612         * manual/handling.xml
3613         * manual/fr/handling.xml
3614                 documented the ability to enabled/disable filtering/processing rules.
3615
3616 2006-05-17 [colin]      2.2.0cvs29
3617
3618         * src/main.c
3619                 Don't initialize g_thread subsystem if it's 
3620                 already done (thanks to Hiro)
3621         * src/mimeview.c
3622                 Fix saving of parts when there name can't be
3623                 converted from UTF-8.
3624
3625 2006-05-17 [paul]       2.2.0cvs28
3626
3627         * po/Makefile.in.in
3628                 fix config.status warning with autoconf 2.60
3629
3630 2006-05-17 [paul]       2.2.0cvs27
3631
3632         * po/POTFILES.in
3633                 add src/mbox.c
3634
3635 2006-05-17 [wwp]        2.2.0cvs26
3636
3637         * src/mainwindow.c
3638                 fix useless and potentially dangerous buffer walking (thanks to Colin).
3639
3640 2006-05-17 [wwp]        2.2.0cvs25
3641
3642         * src/plugins/demo/demo.c
3643                 updated product name in plugin demo (many plugins need to be
3644                 sync'ed w/ that change).
3645
3646 2006-05-17 [colin]      2.2.0cvs24
3647
3648         * src/mh.c
3649                 Fix leak
3650
3651 2006-05-16 [colin]      2.2.0cvs23
3652
3653         * src/mainwindow.c
3654                 Stupid me hit again. Fix cvs22.
3655
3656 2006-05-16 [colin]      2.2.0cvs22
3657
3658         * src/mainwindow.c
3659                 Fix bug #922 (sylpheed-claws crashed after 
3660                 pushing on Inbox folder)
3661
3662 2006-05-16 [colin]      2.2.0cvs21
3663
3664         * src/compose.c
3665                 Make From header be copy/paste/select-able
3666
3667 2006-05-16 [wwp]        2.2.0cvs20
3668
3669         * src/export.c
3670         * src/matcher.c
3671         * src/summaryview.c
3672         * src/etpan/imap-thread.c
3673                 fix some compiler warnings (thanks to Colin).
3674
3675 2006-05-16 [wwp]        2.2.0cvs19
3676
3677         * src/action.c
3678         * src/gedit-print.c
3679         * src/inc.c
3680         * src/mainwindow.c
3681         * src/mh.c
3682         * src/statusbar.c
3683         * src/send_message.c
3684         * src/summaryview.c
3685                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
3686
3687 2006-05-15 [colin]      2.2.0cvs18
3688
3689         * src/procmsg.c
3690                 Fix automatic rule creation with List-Post
3691
3692 2006-05-15 [paul]       2.2.0cvs17
3693
3694         * tools/filter_conv_new.pl
3695                 updated for rule enabling/disabling
3696                 claws version >= 2.3.x required
3697
3698 2006-05-15 [cleroy]     2.2.0cvs16
3699
3700         * src/main.c
3701                 Revert test
3702
3703 2006-05-15 [cleroy]     2.2.0cvs15
3704
3705         * src/main.c
3706                 test
3707
3708 2006-05-15 [wwp]        2.2.0cvs14
3709
3710         * manual/pl/.cvsignore
3711                 ignore generated files.
3712
3713 2006-05-14 [wwp]        2.3.0-rc1
3714
3715         * 2.3.0-rc1 released
3716
3717 2006-05-13 [wwp]        2.2.0cvs13
3718
3719         * src/filtering.c
3720         * src/filtering.h
3721         * src/matcher.c
3722         * src/matcher_parser_lex.l
3723         * src/matcher_parser_parse.y
3724         * src/prefs_filtering.c
3725                 new feature: provide the ability to disable filtering and processing
3726                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
3727                 adaptations.
3728
3729 2006-05-13 [colin]      2.2.0cvs12
3730
3731         * src/compose.c
3732                 Remove useless if (a) b; else b;
3733                 Thanks to wwp
3734
3735 2006-05-13 [wwp]        2.2.0cvs11
3736
3737         * src/export.c
3738         * src/import.c
3739         * src/mainwindow.c
3740         * src/mbox.c
3741         * src/summaryview.c
3742         * src/summaryview.h
3743                 no more silent failures (or at least less ones) when importing
3744                 or exporting from/to mbox. Also start importing/exporting if
3745                 the necessary info is set.
3746
3747 2006-05-13 [wwp]        2.2.0cvs10
3748
3749         * RELEASE_NOTES
3750                 restored up-to-date release notes.
3751
3752 2006-05-13 [paul]       2.2.0cvs9
3753
3754         * po/nl.po
3755         * po/ru.po
3756                 updated by Tim Dijkstra and Pavlo Bohmat
3757
3758 2006-05-12 [colin]      2.2.0cvs8
3759
3760         * src/gtk/quicksearch.c
3761                 Add "k" as shortcut for "colorlabel". Patch
3762                 by ath42@users.sf.net.
3763
3764 2006-05-12 [paul]       2.2.0cvs7
3765
3766         * src/prefs_common.h
3767         * src/prefs_summaries.c
3768         * src/summaryview.c
3769                 when entering a folder also allow
3770                 going directly to first Marked message
3771
3772 2006-05-12 [paul]       2.2.0cvs6
3773
3774         * src/summaryview.c
3775                 always obey 'confirm before marking all
3776                 mails read' option
3777
3778 2006-05-12 [paul]       2.2.0cvs5
3779
3780         * src/textview.c
3781                 make Sender fully clickable
3782
3783 2006-05-12 [colin]      2.2.0cvs4
3784
3785         * src/compose.c
3786         * src/compose.h
3787                 Let From be editable
3788         * src/main.c
3789         * src/mh.c
3790                 Full support of .mh_sequences' Unseen seq
3791
3792 2006-05-12 [colin]      2.2.0cvs3
3793
3794         * src/folder.c
3795         * src/mainwindow.c
3796         * src/mainwindow.h
3797         * src/messageview.c
3798         * src/prefs_spelling.c
3799         * src/procheader.c
3800         * src/procmsg.c
3801         * src/procmsg.h
3802         * src/summaryview.c
3803         * src/toolbar.c
3804         * src/toolbar.h
3805                 Add contextual menu on Compose toolbar
3806                 button. Fixes bug #944 (Automatic
3807                 addresses not applied when changing account
3808                 from compose window)
3809                 add Mailing List support
3810                 based on the old 0.6.5claws25 patch by
3811                 Melvin Hadasht, with finishing touches
3812                 by Colin
3813                 Fix "ignore thread" when mails are threaded by
3814                 subject (and weren't ignored although appearing
3815                 in the thread).
3816                 GUI rework.
3817                 Both patches by Pawel.
3818
3819 2006-05-08 [paul]       2.2.0cvs2
3820
3821         * src/mainwindow.c
3822         * src/mainwindow.h
3823         * src/messageview.c
3824         * src/procheader.c
3825         * src/procmsg.c
3826         * src/procmsg.h
3827         * src/summaryview.c
3828                 add Mailing List support
3829                 based on the old 0.6.5claws25 patch by 
3830                 Melvin Hadasht, with finishing touches
3831                 by Colin
3832
3833 2006-05-08 [colin]      2.2.0cvs1
3834
3835         * src/mainwindow.c
3836         * src/toolbar.c
3837         * src/toolbar.h
3838                 Add contextual menu on Compose toolbar 
3839                 button. Fixes bug #944 (Automatic 
3840                 addresses not applied when changing account 
3841                 from compose window)
3842
3843 2006-05-08 [paul]       2.2.0
3844
3845         2.2.0 released
3846
3847 2006-05-08 [paul]       2.1.1cvs51
3848
3849         * po/cs.po
3850         * po/de.po
3851         * po/en_GB.po
3852         * po/fi.po
3853         * po/fr.po
3854         * po/pt_BR.po
3855         * po/sr.po
3856         * po/zh_CN.po
3857                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3858                 Fabien Vantard, Frederico Goncalves Guimaraes,
3859                 Aleksandar Urosevic, and Ralgh Young
3860
3861 2006-05-12 [colin]      2.1.1cvs50
3862
3863         * po/cs.po
3864         * po/de.po
3865         * po/en_GB.po
3866         * po/es.po
3867         * po/fi.po
3868         * po/fr.po
3869         * po/pt_BR.po
3870         * po/sr.po
3871         * po/zh_CN.po
3872                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3873                 Fabien Vantard, Frederico Goncalves Guimaraes,
3874                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
3875
3876 2006-05-05 [colin]      2.1.1cvs49
3877
3878         * manual/Makefile.am
3879         * manual/pl/Makefile.am
3880         * manual/pl/account.xml
3881         * manual/pl/ack.xml
3882         * manual/pl/addrbook.xml
3883         * manual/pl/advanced.xml
3884         * manual/pl/faq.xml
3885         * manual/pl/glossary.xml
3886         * manual/pl/gpl.xml
3887         * manual/pl/handling.xml
3888         * manual/pl/intro.xml
3889         * manual/pl/keyboard.xml
3890         * manual/pl/plugins.xml
3891         * manual/pl/starting.xml
3892         * manual/pl/sylpheed-claws-manual.xml
3893         * manual/pl/dist/.cvsignore
3894         * manual/pl/dist/Makefile.am
3895         * manual/pl/dist/html/.cvsignore
3896         * manual/pl/dist/html/Makefile.am
3897         * manual/pl/dist/pdf/.cvsignore
3898         * manual/pl/dist/pdf/Makefile.am
3899         * manual/pl/dist/ps/.cvsignore
3900         * manual/pl/dist/ps/Makefile.am
3901         * manual/pl/dist/txt/.cvsignore
3902         * manual/pl/dist/txt/Makefile.am
3903                 Add the polish translation of the manual,
3904                 Authored by Pawel Pekala.
3905
3906 2006-05-05 [cleroy]     2.1.1cvs48
3907
3908         * src/main.c
3909                 Re-read matcherrc after loading plugins 
3910                 if some of them add folders.
3911
3912 2006-05-03 [colin]      2.1.1cvs47
3913
3914         * src/imap.c
3915                 I'm idiot
3916
3917 2006-05-03 [colin]      2.1.1cvs46
3918
3919         * src/imap.c
3920                 Be sure to have a session when
3921                 getting separator
3922
3923 2006-05-03 [colin]      2.1.1cvs45
3924
3925         * src/imap.c
3926         * src/imap.h
3927         * src/imap_gtk.c
3928                 Fix preventing renaming with namespace 
3929                 separator.
3930
3931 2006-05-01 [colin]      2.1.1cvs44
3932
3933         * src/action.c
3934                 Don't reload messageview when result of
3935                 action is piped.
3936
3937 2006-04-29 [colin]      2.1.1cvs43
3938
3939         * src/prefs_receive.c
3940         * src/plugins/spamassassin/spamassassin_gtk.c
3941         * src/plugins/clamav/clamav_plugin_gtk.c
3942                 GUI fixes by Pawel
3943
3944 2006-04-29 [colin]      2.1.1cvs42
3945
3946         * src/prefs_compose_writing.c
3947         * src/prefs_quote.c
3948                 Cleanups. Patch by Pawel
3949
3950 2006-04-28 [paul]       2.1.1cvs41
3951
3952         * src/matcher.c
3953                 fix returned quick search results when search
3954                 term contains an underscore.
3955                 Thanks to Colin
3956
3957 2006-04-28 [paul]       2.1.1cvs40
3958
3959         * src/prefs_message.c
3960         * src/prefs_receive.c
3961                 GUI cleanups
3962                 Patches by Pawel Pekala
3963
3964 2006-04-27 [colin]      2.1.1cvs39
3965
3966         * src/wizard.c
3967                 Differentiate subject Welcome from
3968                 window's title Welcome
3969
3970 2006-04-27 [paul]
3971
3972         2.2.0-rc1 released
3973
3974 2006-04-27 [paul]       2.1.1cvs38
3975
3976         * manual/advanced.xml
3977         * manual/fr/advanced.xml
3978                 add info about compose_no_markup hidden pref
3979
3980 2006-04-27 [paul]       2.1.1cvs37
3981
3982         * src/prefs_account.c
3983                 improve privacy labels
3984         * src/prefs_msg_colors.c
3985                 change some strings for translators' convenience
3986         * src/gtk/gtkutils.c
3987                 don't underline the link button text
3988
3989 2006-04-25 [colin]      2.1.1cvs36
3990
3991         * src/folder.c
3992                 Complete 2.1.1cvs33 (once more ;)
3993
3994 2006-04-25 [colin]      2.1.1cvs35
3995
3996         * src/editldap.c
3997                 Fix tooltip
3998
3999 2006-04-25 [cleroy]     2.1.1cvs34
4000
4001         * src/compose.c
4002         * src/gtk/gtkaspell.c
4003                 Fix crash on redirect (related to the return 
4004                 of the aspell menu in compose's toolbar)
4005         * src/prefs_msg_colors.c
4006                 Fix sensitivity widgets
4007         * src/image_viewer.c
4008         * src/gtk/pluginwindow.c
4009         * src/gtk/prefswindow.c
4010                 Change released signals to clicked (Fabien)
4011         * po/POTFILES.in
4012         * src/common/socket.c
4013         * src/plugins/spamassassin/spamassassin.c
4014                 Translate strings (Fabien)
4015
4016 2006-04-25 [paul]       2.1.1cvs33
4017
4018         * src/folder.c
4019         * src/folder.h
4020         * src/folderview.c
4021                 complete the fix of bug #912
4022                 Thanks to Colin
4023
4024 2006-04-25 [colin]      2.1.1cvs32
4025
4026         * src/news.c
4027                 Better progress bar
4028         * src/mimeview.c
4029         * src/summaryview.c
4030         * src/summaryview.h
4031                 Fix focus chain
4032                 Patches by Pawel Pekala
4033
4034 2006-04-24 [colin]      2.1.1cvs31
4035
4036         * src/compose.c
4037                 Fix compilation warnings (Fabien)
4038
4039 2006-04-24 [colin]      2.1.1cvs30
4040
4041         * src/addrindex.c
4042         * src/editldap.c
4043         * src/editldap_basedn.c
4044         * src/editldap_basedn.h
4045         * src/ldapctrl.c
4046         * src/ldapctrl.h
4047         * src/ldapquery.c
4048         * src/ldaputil.c
4049         * src/ldaputil.h
4050                 Fix bug #901 (LDAPS support)
4051
4052 2006-04-24 [colin]      2.1.1cvs29
4053
4054         * src/compose.c
4055                 Fix logic on error with send dialog on
4056         * src/imap.c
4057                 Fix compilation without libetpan, thanks
4058                 to Fabien
4059         * src/summaryview.c
4060                 Fix 'context-menu' key
4061
4062 2006-04-23 [colin]      2.1.1cvs28
4063
4064         * src/folder.c
4065                 Never free current's cache to free up 
4066                 memory. Fixes bug #912 (new count 
4067                 randomly set to message count)
4068
4069 2006-04-23 [colin]      2.1.1cvs27
4070
4071         * src/gtk/quicksearch.c
4072                 And remove printf...
4073
4074 2006-04-23 [colin]      2.1.1cvs26
4075
4076         * src/gtk/quicksearch.c
4077                 Fix replacing in quicksearch, and fix inserting
4078                 in the middle of the string. (introduced at 2.1.0cvs22)
4079
4080 2006-04-23 [colin]      2.1.1cvs25
4081
4082         * src/imap.c
4083                 Make sure uidnext is initialized in get_num_list
4084                 (not for stable, related to 2.1.1cvs8 and friends)
4085
4086 2006-04-23 [colin]      2.1.1cvs24
4087
4088         * src/imap.c
4089                 Output something when login is successful
4090                 too
4091
4092 2006-04-23 [colin]      2.1.1cvs23
4093
4094         * src/etpan/imap-thread.c
4095                 Better logging (line-per-line, hide data in fetch)
4096                 Fix a const warning
4097         * src/gtk/logwindow.c
4098         * src/gtk/logwindow.h
4099                 Better logging (color for input/output)
4100
4101 2006-04-21 [colin]      2.1.1cvs22
4102
4103         * src/gtk/quicksearch.c
4104                 On gtk+-2.8, use stock buttons in quicksearch
4105                 Based on a patch by Fabien and a design by Paul
4106
4107 2006-04-21 [colin]      2.1.1cvs21
4108
4109         * src/folderview.c
4110         * src/mainwindow.c
4111                 Fix occasional flicker in folderview
4112         * src/common/utils.c
4113                 Fix bug #943 (Incorrectly parsed email address 
4114                 list in short headers on message view and in 
4115                 printouts)
4116
4117 2006-04-20 [colin]      2.1.1cvs20
4118
4119         * src/imap.c
4120         * src/imap.h
4121         * src/prefs_account.c
4122                 Add ANONYMOUS auth for IMAP
4123
4124 2006-04-20 [paul]       2.1.1cvs19
4125
4126         * src/main.c
4127                 proper fix for 2.1.1cvs18
4128                 Thanks to Colin
4129
4130 2006-04-20 [paul]       2.1.1cvs18
4131
4132         * src/main.c
4133                 fix build warnings
4134
4135 2006-04-20 [paul]       2.1.1cvs17
4136
4137         * src/gtk/quicksearch.c
4138                 fix standard, non-extended Quick search,
4139                 was broken in 2.1.1cvs15.
4140                 Thanks to Colin.
4141
4142 2006-04-20 [colin]      2.1.1cvs16
4143
4144         * src/prefs_matcher.c
4145                 Fix values when reselecting a ~test
4146                 rule
4147
4148 2006-04-19 [colin]      2.1.1cvs15
4149
4150         * src/compose.c
4151         * src/compose.h
4152         * src/gtk/gtkaspell.c
4153         * src/gtk/gtkaspell.h
4154                 Put back Options menu in Spelling/
4155         * src/gtk/quicksearch.c
4156                 Don't search, and show error, if the
4157                 advanced search has a syntax error
4158
4159 2006-04-18 [colin]      2.1.1cvs14
4160
4161         * src/textview.c
4162                 Fix gdk warnings on set_cursor when textview
4163                 isn't visible
4164
4165 2006-04-18 [colin]      2.1.1cvs13
4166
4167         * src/gtk/gtksctree.c
4168                 Remove seemingly useless refresh that causes
4169                 flicker - watch this commit in case of 
4170                 problems before planned backport to stable
4171
4172 2006-04-18 [colin]      2.1.1cvs12
4173
4174         * src/imap.c
4175                 Factorize get/set_xml code
4176         * src/compose.c
4177         * src/prefs_account.c
4178         * src/prefs_account.h
4179         * src/procmsg.c
4180                 Add Encrypt to self option
4181
4182 2006-04-17 [colin]      2.1.1cvs11
4183
4184         * configure.ac
4185                 Fix search on encrpyt function on dragonfly
4186                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4187
4188 2006-04-17 [colin]      2.1.1cvs10
4189
4190         * src/prefs_account.c
4191                 Be safe by default: remove mails from POP3
4192                 after 7 days, not immediately
4193
4194 2006-04-17 [colin]      2.1.1cvs9
4195
4196         * src/etpan/imap-thread.c
4197                 Fix build on DragonFly - patch by 
4198                 Jonathan Buschmann <jonthn@agmact.com>
4199
4200 2006-04-17 [colin]      2.1.1cvs8
4201
4202         * src/imap.c
4203                 Save uidnext between sessions
4204
4205 2006-04-17 [colin]      2.1.1cvs7
4206
4207         * src/imap.c
4208                 scan is required when uid validity changes
4209
4210 2006-04-17 [colin]      2.1.1cvs6
4211
4212         * src/folderview.c
4213                 Don't scan if not necessary, apart in current
4214                 folder and INBOX to fetch flags.
4215         * src/imap.c
4216                 Scan is necessary if unread count changes
4217
4218 2006-04-17 [colin]      2.1.1cvs5
4219
4220         * src/imap.c
4221                 ...But always fetch ANSWERED and DELETED flags for
4222                 INBOX, as filtering can happen on these flags.
4223
4224 2006-04-17 [colin]      2.1.1cvs4
4225
4226         * src/imap.c
4227                 Don't fetch REPLIED and DELETED flags when synchronising
4228                 flags with a closed folder. We only need UNSEEN and FLAGGED
4229                 to update the folderview.
4230
4231 2006-04-17 [colin]      2.1.1cvs3
4232
4233         * src/imap.c
4234                 Faster flag search when there are new mails 
4235                 in a folder. We can do a full search if the 
4236                 folder contains less messages than the new
4237                 list.
4238
4239 2006-04-17 [colin]      2.1.1cvs2
4240
4241         * po/cs.po
4242         * po/de.po
4243         * po/fr.po
4244         * po/nl.po
4245         * po/pt_BR.po
4246                 Update translations from stable branch
4247
4248 2006-04-17 [colin]      2.1.1cvs1
4249
4250         * configure.ac
4251                 Bump version to follow stable release
4252
4253 2006-04-16 [mones]      2.1.0cvs50
4254
4255         * po/es.po
4256                 Updated for release
4257
4258 2006-04-16 [colin]      2.1.0cvs49
4259
4260         * src/textview.c
4261                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4262                 with gtk < 2.8. Thanks to Fabien Vantard.
4263
4264 2006-04-15 [colin]      2.1.0cvs48
4265
4266         * src/etpan/imap-thread.c
4267                 Fix bug #919 (libetpan: SEGV when connecting 
4268                 using command)
4269
4270 2006-04-14 [colin]      2.1.0cvs47
4271
4272         * src/main.c
4273                 Fix race on --select (should be done better)
4274
4275 2006-04-14 [wwp]        2.1.0cvs46
4276
4277         * src/send_message.c
4278                 enforce a check for domain in account prefs (a sending
4279                 error could be faced if domain was checked but no value set),
4280                 thanks to Colin.
4281
4282 2006-04-14 [colin]      2.1.0cvs45
4283
4284         * src/codeconv.c
4285                 when converting from unknown to unknown, if the
4286                 string is UTF8, don't convert it to the locale
4287                 (which breaks it)
4288
4289 2006-04-14 [colin]      2.1.0cvs44
4290
4291         * src/compose.c
4292                 Don't try to use ASCII for converting headers
4293                 (as done in body)
4294
4295 2006-04-14 [paul]       2.1.0cvs43
4296
4297         * src/crash.c
4298                 add locale/charset info to crash report
4299         * src/gtk/about.c
4300                 add wwp to doc team
4301                 replace 'e-mail' with preferred 'email'
4302         * src/gtk/authors.h
4303                 ensure contributors list is in alphabetical
4304                 order
4305
4306 2006-04-13 [colin]      2.1.0cvs42
4307
4308         * src/textview.c
4309                 Prevent gdk warnings
4310
4311 2006-04-13 [colin]      2.1.0cvs41
4312
4313         * src/common/ssl_certificate.c
4314         * src/common/ssl_certificate.h
4315         * src/gtk/sslcertwindow.c
4316                 Warn on expired certs, and display the expiration date
4317
4318 2006-04-13 [colin]      2.1.0cvs40
4319
4320         * src/plugins/spamassassin/spamassassin_gtk.c
4321                 Fix missing set_text on unix socket
4322
4323 2006-04-13 [wwp]        2.1.0cvs39
4324
4325         * manual/fr/advanced.xml
4326         * manual/fr/glossary.xml
4327                 applied new spam/ham/email lexicon (pourriel, courriel)
4328
4329 2006-04-13 [paul]       2.1.0cvs38
4330
4331         * src/plugins/pgpmime/plugin.c
4332                 remove the mention of S/MIME from the
4333                 description. This is now handled by the
4334                 S/MIME plugin.
4335
4336 2006-04-13 [paul]       2.1.0cvs37
4337
4338         * src/prefs_msg_colors.c
4339                 rework dialog
4340         * src/prefs_folder_item.c
4341         * src/prefs_spelling.c
4342                 add a tooltip to the colour selector buttons
4343
4344 2006-04-13 [wwp]        2.1.0cvs36
4345
4346         * manual/advanced.xml
4347         * manual/glossary.xml
4348         * manual/handling.xml
4349         * manual/keyboard.xml
4350         * manual/plugins.xml
4351         * manual/starting.xml
4352         * manual/fr/account.xml
4353         * manual/fr/ack.xml
4354         * manual/fr/addrbook.xml
4355         * manual/fr/advanced.xml
4356         * manual/fr/faq.xml
4357         * manual/fr/glossary.xml
4358         * manual/fr/gpl.xml
4359         * manual/fr/handling.xml
4360         * manual/fr/intro.xml
4361         * manual/fr/keyboard.xml
4362         * manual/fr/plugins.xml
4363         * manual/fr/starting.xml
4364         * manual/fr/sylpheed-claws-manual.xml
4365                 fixes to the manuals:
4366                  - summaryview -> Message List (same in French)
4367                  - translate key names
4368                  - fix French punctuation, use non-breakable spaces when
4369                    necessary, don't use &thinsp; which is not portable
4370                  - tell what maildir and mbox formats we support
4371
4372 2006-04-12 [wwp]        2.1.0cvs35
4373
4374         * src/prefs_toolbar.c
4375                 unified a replace button more,
4376                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4377
4378 2006-04-12 [wwp]        2.1.0cvs34
4379
4380         * src/prefs_common.c
4381         * src/prefs_msg_colors.c
4382                 make default color labels translatable,
4383                 patch from Fabien Vantard <fzzzzz@gmail.com>,
4384                 thanks to Tim <timbrain@post.cz> for reporting.
4385
4386 2006-04-12 [wwp]        2.1.0cvs33
4387
4388         * manual/glossary.xml
4389         * manual/intro.xml
4390         * manual/plugins.xml
4391         * manual/starting.xml
4392         * manual/sylpheed-claws-manual.xml
4393         * manual/fr/.cvsignore
4394         * manual/fr/account.xml
4395         * manual/fr/ack.xml
4396         * manual/fr/addrbook.xml
4397         * manual/fr/advanced.xml
4398         * manual/fr/faq.xml
4399         * manual/fr/glossary.xml
4400         * manual/fr/handling.xml
4401         * manual/fr/intro.xml
4402         * manual/fr/keyboard.xml
4403         * manual/fr/plugins.xml
4404         * manual/fr/starting.xml
4405         * manual/fr/sylpheed-claws-manual.xml
4406                 various fixes: typos, missing .fr translations, punctuation,
4407                 capitalization, links, accents and some bad French more.
4408
4409 2006-04-12 [wwp]        2.1.0cvs32
4410
4411         * src/prefs_gtk.c
4412                 fix for bug #935: always store prefs files in UTF-8 (thanks
4413                 to Colin).
4414
4415 2006-04-11 [colin]      2.1.0cvs31
4416
4417         * src/compose.c
4418                 Fix inserting files not in utf8 when locale is utf8
4419
4420 2006-04-11 [colin]      2.1.0cvs30
4421
4422         * src/inc.c
4423                 Don't show error dialog when cancelling connection
4424                 Patch by Pawel
4425
4426 2006-04-11 [cleroy]     2.1.0cvs29
4427
4428         * src/compose.c
4429                 Implement multiple quote levels
4430         * src/prefs_common.c
4431                 Change a little bit the quote bgcolor for 2nd level
4432
4433 2006-04-11 [colin]      2.1.0cvs28
4434
4435         * src/gtk/about.c
4436                 Add locale and charset in the label
4437
4438 2006-04-10 [colin]      2.1.0cvs27
4439
4440         * src/compose.c
4441         * src/prefs_common.c
4442         * src/prefs_common.h
4443         * src/prefs_msg_colors.c
4444         * src/textview.c
4445                 Allow optional background color in quotes
4446                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
4447                 GTK+-2.8.x feature
4448
4449 2006-04-10 [colin]      2.1.0cvs26
4450
4451         * src/main.c
4452         * src/mainwindow.c
4453         * src/mainwindow.h
4454                 Implement --select
4455
4456 2006-04-10 [colin]      2.1.0cvs25
4457
4458         * manual/plugins.xml
4459         * manual/fr/plugins.xml
4460                 Document libcurl's proxy variables
4461
4462 2006-04-09 [colin]      2.1.0cvs24
4463
4464         * src/prefs_common.c
4465                 gettext() returns statically allocated stuff. We have
4466                 to strdup it in order to be able to free it.
4467
4468 2006-04-09 [colin]      2.1.0cvs23
4469
4470         * AUTHORS
4471         * src/gtk/authors.h
4472                 Add Alexei
4473
4474 2006-04-09 [colin]      2.1.0cvs22
4475
4476         * src/mainwindow.c
4477         * src/gtk/quicksearch.c
4478                 Fix bug #859 (problems with cyrilic input in 
4479                 search panel) - Patch by Alexey Illarionov 
4480                 <littlesavage@rambler.ru>
4481
4482 2006-04-09 [colin]      2.1.0cvs21
4483
4484         * src/prefs_customheader.c
4485                 I prefer removing then freeing rather than the contrary
4486                 (even if it doesn't change anything ;-)
4487         * src/prefs_account.c
4488                 Fix bug #933 (Crash re-entering the custom headers list 
4489                 dialog in accounts prefs)
4490                 The problem happened when cancelling the Account 
4491                 Preferences' dialogs - in which case we didn't do 
4492                 anything to the PrefsAccount * struct. In case of applying,
4493                 the old ac_prefs was replaced with the tmp_ac_prefs we were
4494                 working with in this dialog. The problem is that 
4495                 prefs_customheader.c, working on this tmp_ac_prefs, always
4496                 changes the ->customhdr_list pointer, even when cancelled. 
4497                 So in case of cancelling the prefs_account dialog, we still
4498                 have to update ->customhdr_list in the real account.
4499
4500 2006-04-08 [colin]      2.1.0cvs20
4501
4502         * manual/fr/glossary.xml
4503         * manual/fr/keyboard.xml
4504                 Forgot some headers :)
4505
4506 2006-04-08 [colin]      2.1.0cvs19
4507
4508         * manual/Makefile.am
4509         * manual/fr/Makefile.am
4510         * manual/fr/account.xml
4511         * manual/fr/ack.xml
4512         * manual/fr/addrbook.xml
4513         * manual/fr/advanced.xml
4514         * manual/fr/faq.xml
4515         * manual/fr/glossary.xml
4516         * manual/fr/gpl.xml
4517         * manual/fr/handling.xml
4518         * manual/fr/intro.xml
4519         * manual/fr/keyboard.xml
4520         * manual/fr/plugins.xml
4521         * manual/fr/starting.xml
4522         * manual/fr/sylpheed-claws-manual.xml
4523         * manual/fr/dist/.cvsignore
4524         * manual/fr/dist/Makefile.am
4525         * manual/fr/dist/html/.cvsignore
4526         * manual/fr/dist/html/Makefile.am
4527         * manual/fr/dist/pdf/.cvsignore
4528         * manual/fr/dist/pdf/Makefile.am
4529         * manual/fr/dist/ps/.cvsignore
4530         * manual/fr/dist/ps/Makefile.am
4531         * manual/fr/dist/txt/.cvsignore
4532         * manual/fr/dist/txt/Makefile.am
4533                 Add the french translation of the manual. Thanks to
4534                 Olivier Delhomme <olivier.delhomme@free.fr> for 
4535                 account.xml, ack.xml, addrbook.xml and advanced.xml
4536
4537 2006-04-08 [colin]      2.1.0cvs18
4538
4539         * manual/plugins.xml
4540         * manual/starting.xml
4541                 More fixes
4542
4543 2006-04-07 [colin]      2.1.0cvs17
4544
4545         * manual/faq.xml
4546         * manual/intro.xml
4547         * manual/keyboard.xml
4548                 Little fixes
4549
4550 2006-04-07 [colin]      2.1.0cvs16
4551
4552         * README
4553         * src/compose.c
4554         * src/prefs_common.c
4555         * src/prefs_common.h
4556                 Add hidden compose_no_markup pref
4557
4558 2006-04-07 [wwp]        2.1.0cvs15
4559
4560         * src/summary_search.c
4561         * .cvsignore
4562                 Bugfix: stop button was sticky when searching in an empty folder.
4563                 Applied curly brackets code style to the whole file (summary_search.c).
4564                 More files to ignore.
4565
4566 2006-04-07 [wwp]        2.1.0cvs14
4567
4568         * src/message_search.c
4569         * src/summary_search.c
4570                 changed default button when search bumps at file/folder
4571                 beginning or end, for convenience (thanks to Colin).
4572
4573 2006-04-07 [paul]       2.1.0cvs13
4574
4575         * src/plugins/dillo_viewer/dillo_prefs.c
4576                 avoid future potential for namespace collision
4577                 Patch by Colin
4578
4579 2006-04-06 [wwp]        2.1.0cvs12
4580
4581         * src/summary_search.c
4582                 Unify extended/advanced searches names (and thus factorize labels),
4583                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4584
4585 2006-04-06 [wwp]        2.1.0cvs11
4586
4587         * src/folderview.c
4588         * src/prefs_themes.c
4589         * src/summaryview.c
4590                 Fixed some compilation warnings.
4591
4592 2006-04-06 [colin]      2.1.0cvs10
4593
4594         * manual/advanced.xml
4595                 Document the wizard template and how to deploy
4596                 Sylpheed-Claws effectively
4597
4598 2006-04-06 [colin]      2.1.0cvs9
4599
4600         * src/folderview.c
4601                 gettext patch to tell translators about _("#"),
4602                 by Maxim Britov
4603
4604 2006-04-06 [colin]      2.1.0cvs8
4605
4606         * src/textview.c
4607                 Fix invalid GtkTextBIter after clicking "Display as text"
4608
4609 2006-04-06 [mones]      2.1.0cvs7
4610
4611         * src/addr_compl.c
4612         * src/addrindex.c
4613         * src/addritem.c
4614         * src/codeconv.c
4615         * src/compose.c
4616         * src/filtering.c
4617         * src/folder.c
4618         * src/folder_item_prefs.c
4619         * src/folderview.c
4620         * src/localfolder.c
4621         * src/matcher.c
4622         * src/mimeview.c
4623         * src/prefs_msg_colors.c
4624         * src/prefs_spelling.c
4625         * src/prefs_themes.c
4626         * src/procmime.c
4627         * src/procmsg.c
4628         * src/stock_pixmap.c
4629         * src/summaryview.c
4630         * src/textview.c
4631         * src/toolbar.c
4632         * src/common/mgutils.c
4633         * src/common/prefs.c
4634         * src/common/ssl_certificate.c
4635         * src/gtk/colorlabel.c
4636         * src/gtk/quicksearch.c
4637         * src/plugins/pgpmime/pgpmime.c
4638         * src/plugins/spamassassin/spamassassin.c
4639                 Removed redundant NULL checks for g_free() calls.
4640                 Patch by Pawel Pekala.
4641
4642 2006-04-06 [mones]      2.1.0cvs6
4643
4644         * src/prefs_actions.c
4645         * src/prefs_filtering.c
4646         * src/prefs_filtering_action.c
4647         * src/prefs_matcher.c
4648         * src/prefs_template.c
4649         * src/gtk/gtkutils.c
4650         * src/gtk/gtkutils.h
4651                 Have a nice replace button. Patch by Pawel Pekala
4652
4653 2006-04-06 [colin]      2.1.0cvs5
4654
4655         * src/addressbook.c
4656                 Fix crash with empty columns
4657
4658 2006-04-05 [colin]      2.1.0cvs4
4659
4660         * src/wizard.c
4661         * src/prefs_gtk.c
4662                 Allow wizard customization with pre-filled values
4663
4664 2006-04-05 [colin]      2.1.0cvs3
4665
4666         * src/textview.c
4667         * src/mimeview.c
4668         * src/mimeview.h
4669                 Nicer messages in mimeview
4670
4671 2006-04-05 [colin]      2.1.0cvs2
4672
4673         * src/addressbook.c
4674         * src/prefs_summaries.c
4675                 i18n fix
4676
4677 2006-04-05 [colin]      2.1.0cvs1
4678
4679         * src/plugins/pgpcore/plugin.c
4680         * src/plugins/pgpcore/select-keys.c
4681         * src/plugins/pgpcore/select-keys.h
4682         * src/plugins/pgpcore/sgpgme.c
4683         * src/plugins/pgpcore/sgpgme.h
4684         * src/plugins/pgpinline/pgpinline.c
4685         * src/plugins/pgpinline/plugin.c
4686         * src/plugins/pgpmime/pgpmime.c
4687         * src/plugins/pgpmime/plugin.c
4688                 Factorize and generalize a bit 
4689                 Drop S/MIME signature verification from PGP/MIME
4690                 (adding it as another, more complete plugin)
4691
4692 2006-04-05 [paul]       2.1.0
4693
4694         2.1.0 released
4695
4696 2006-04-05 [paul]       2.0.0cvs186
4697
4698         * manual/advanced.xml
4699                 add info on colour labels
4700
4701 2006-04-05 [paul]       2.0.0cvs185
4702
4703         * po/bg.po
4704         * po/cs.po
4705         * po/de.po
4706         * po/el.po
4707         * po/en_GB.po
4708         * po/fi.po
4709         * po/fr.po
4710         * po/it.po
4711         * po/nl.po
4712         * po/pl.po
4713         * po/pt_BR.po
4714         * po/sr.po
4715         * po/zh_CN.po
4716                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
4717                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
4718                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
4719                 Guimaraes, Aleksandar Urosevic, Ralgh Young
4720         * src/gtk/authors.h
4721         * tools/claws.i18n.status.pl
4722                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
4723                 and new Czech translator, Tim <timbrain@post.cz>
4724
4725 2006-04-05 [mones]      2.0.0cvs184
4726
4727         * po/es.po
4728                 Updated translation
4729
4730 2006-04-05 [colin]      2.0.0cvs183
4731
4732         * src/gtk/quicksearch.c
4733                 Fix bug #929 (unnecessary reload in quick search bar)
4734
4735 2006-04-05 [colin]      2.0.0cvs182
4736
4737         * src/compose.c
4738                 Fix crash on Reply with no From:
4739                 Show signature and conversion error on queuing 
4740                 (but not sending)
4741         * src/mainwindow.c
4742         * src/summaryview.c
4743         * src/summaryview.h
4744                 Factorize threading code and make sure msginfo 
4745                 is not null when it comes from a GtkCTreeRow's 
4746                 data
4747         * src/gtk/gtkaspell.c
4748                 Check for necessary things
4749         * src/gtk/gtksctree.c
4750         * src/gtk/gtksctree.h
4751                 Reset anchor if necessary when removing node
4752
4753 2006-03-29 [colin]      2.0.0cvs181
4754
4755         * src/folderview.c
4756                 Warn for disabled IMAP accounts (due to lack of
4757                 libetpan). Breaks string-freeze - sorry - but it
4758                 is kind of important ;)
4759
4760 2006-03-28 [colin]      2.0.0cvs180
4761
4762         * src/gtk/gtkutils.c
4763         * src/gtk/gtkutils.h
4764                 Add a gtkut_get_link_btn() function that
4765                 creates a button which acts like an URI
4766         * src/prefs_themes.c
4767         * src/gtk/about.c
4768                 Use this function (factorizes codes)
4769         * src/common/defs.h
4770         * src/gtk/pluginwindow.c
4771                 Add a "Get more..." in the plugins window
4772
4773 2006-03-28 [colin]      2.0.0cvs179
4774
4775         * src/common/smtp.c
4776         * src/common/passcrypt.c
4777         * src/undo.c
4778                 Warning fixes. Patch by Pawel Pekala
4779
4780 2006-03-27 [colin]      2.0.0cvs178
4781
4782         * src/undo.c
4783                 Fix undoing by blocks with spaces
4784
4785 2006-03-27 [colin]      2.0.0cvs177
4786
4787         * src/textview.c
4788                 Set margin to 3px for headers
4789
4790 2006-03-27 [paul]
4791
4792         2.1.0-rc2 released
4793
4794 2006-03-27 [wwp]        2.0.0cvs176
4795
4796         * src/summaryview.c
4797                 don't reset quicksearch when updating the message list.
4798                 Thanks to Colin.
4799
4800 2006-03-26 [wwp]        2.0.0cvs175
4801
4802         * src/compose.c
4803                 use a unified border width ('other' tab in the compose window,
4804                 patch by Pawel Pekala).
4805
4806
4807 2006-03-26 [wwp]        2.0.0cvs174
4808
4809         * src/common/quoted-printable.c
4810         * src/addressbook.c
4811                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
4812
4813 2006-03-26 [colin]      2.0.0cvs173
4814
4815         * src/quote_fmt_parse.y
4816                 Fix non-UTF8 date formats messing up the whole quote a 
4817                 little bit
4818
4819 2006-03-26 [colin]      2.0.0cvs172
4820
4821         * src/procheader.c
4822                 Make sure the date is UTF8 valid, or try to make it
4823                 so. IncrediMail is really IncrediStupid.
4824         * src/compose.c
4825                 Fix possible conversions. 
4826                 
4827
4828 2006-03-26 [colin]      2.0.0cvs171
4829
4830         * src/matcher.c
4831                 Fix corner cases in body search. This is still a
4832                 hack... It seems impossible to make it good and 
4833                 reasonably fast at the same time.
4834
4835 2006-03-26 [colin]      2.0.0cvs170
4836
4837         * src/summaryview.c
4838                 I think I killed the twilight zone bug!
4839                 summary_select_node() flushes GTK events in order
4840                 to be able to center the view. But this also 
4841                 flushes keypresses like Ctrl-Alt-U, so this can
4842                 call summary_show from summary_select_node (itself
4843                 called from summary_show, etc.). And the summaryview
4844                 has to be unlocked in this function. So just locking
4845                 while processing GTK events, and bailing if locked, 
4846                 should fix it.
4847                 Fixes bug #927 (SIGSEGV during Update Summary)
4848
4849 2006-03-25 [colin]      2.0.0cvs169
4850
4851         * src/matcher.c
4852                 Fix search in QP-encoded bodies
4853                 Fix utf-8 searches in bodies encoded in the
4854                 locale's encoding
4855         * src/common/quoted-printable.c
4856         * src/common/quoted-printable.h
4857                 Add a decode function that doesn't overwrite
4858                 the original pointer
4859                 
4860
4861 2006-03-24 [colin]      2.0.0cvs168
4862
4863         * src/action.c
4864         * src/summaryview.c
4865         * src/summaryview.h
4866                 Update message cache after action
4867                 Patch by H. Merijn Brand
4868         * src/prefs_msg_colors.c
4869                 Factorize label 
4870                 Patch by Fabien Vantard
4871         * src/plugins/spamassassin/spamassassin_gtk.c
4872                 Remove useless translation
4873                 Patch by Fabien Vantard
4874
4875 2006-03-23 [colin]      2.0.0cvs167
4876
4877         * src/common/ssl.c
4878                 Let 30 seconds to SSL_connect
4879
4880 2006-03-23 [wwp]        2.0.0cvs166
4881
4882         * src/summaryview.c
4883         * src/gtk/description_window.c
4884                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
4885                 and headers are translated; adjust description windows' width to fit their
4886                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
4887
4888 2006-03-23 [paul]       2.0.0cvs165
4889
4890         * src/common/utils.c
4891                 fix highlighting of URIs containing "()"
4892                 (2.0.0cvs164's reversal fixed)
4893                 Thanks to Colin.
4894
4895 2006-03-23 [paul]       2.0.0cvs164
4896
4897         * src/common/utils.c
4898                 revert patch, (postponing a fix), at 2.0.0cvs120
4899                 as it breaks more URIs than it fixes.
4900                 Allow '-' to be a terminating character in a URI
4901
4902 2006-03-22 [colin]      2.0.0cvs163
4903
4904         * configure.ac
4905                 Require libetpan 0.45
4906                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
4907
4908 2006-03-22 [paul]       2.0.0cvs162
4909
4910         * src/editgroup.c
4911                 replace '<-' and '->' buttons with GTK_STOCK graphical
4912                 buttons
4913         * src/summary_search.c
4914                 don't offer '...' for translation
4915                 add a tooltip to advanced search '...' button
4916         * src/gtk/quicksearch.c
4917                 don't offer '...' for translation
4918
4919 2006-03-21 [colin]      2.0.0cvs161
4920
4921         * src/compose.c
4922                 Fix middle-click pasting (insert at click
4923                 position instead of cursor position, don't
4924                 remove existing selection and allow pasting
4925                 our own selection)
4926         * src/addressbook.c
4927                 "LDAP Server" -> "LDAP servers"
4928
4929 2006-03-21 [wwp]        2.0.0cvs160
4930
4931         * src/etpan/imap-thread.c
4932                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
4933
4934 2006-03-20 [colin]      2.0.0cvs159
4935
4936         * src/summaryview.c
4937                 Don't reload summaryview after an execute with no
4938                 move action
4939
4940 2006-03-19 [colin]      2.0.0cvs158
4941
4942         * src/addressbook.c
4943                 and put groups at the top, always
4944
4945 2006-03-19 [colin]      2.0.0cvs157
4946
4947         * src/addressbook.c
4948                 Order groups before names, as previously
4949
4950 2006-03-19 [colin]      2.0.0cvs156
4951
4952         * src/addressbook.c
4953                 - Sort case-unsensitive
4954                 - Put the sort arrow at opening too
4955
4956 2006-03-19 [wwp]        2.0.0cvs155
4957
4958         * src/addressbook.c
4959                 allow sorting by name/email/remarks, ensure that right-pane's contents
4960                 matches the left-pane selection (cleared when appropriate).
4961                 Patch by Pawel Pekala <c0rn@o2.pl>.
4962
4963 2006-03-18 [colin]      2.0.0cvs154
4964
4965         * src/textview.c
4966                 Fix text cursor ;)
4967
4968 2006-03-18 [colin]      2.0.0cvs153
4969
4970         * src/gtk/filesel.c
4971                 Make sure we hide the preview if we didn't get
4972                 a filename
4973
4974 2006-03-18 [colin]      2.0.0cvs152
4975
4976         * src/summaryview.c
4977                 Set cursor to watch for execution (fixes lack
4978                 of watch-cursor when dnd'ing hundreds of mails)
4979         * src/gtk/filesel.c
4980                 Check that mime type is 'image/*' before updating
4981                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
4982
4983 2006-03-18 [colin]      2.0.0cvs151
4984
4985         * src/mainwindow.c
4986         * src/textview.c
4987         * src/textview.h
4988                 Put a watch cursor in textview too when the mainwindow's
4989                 cursor in a watch
4990
4991 2006-03-18 [colin]      2.0.0cvs150
4992
4993         * src/folder.c
4994                 Change wrong asserts to simple tests
4995
4996 2006-03-17 [colin]      2.0.0cvs149
4997
4998         * src/mainwindow.c
4999         * src/mainwindow.h
5000         * src/prefs_msg_colors.c
5001         * src/summaryview.c
5002         * src/summaryview.h
5003         * src/gtk/colorlabel.c
5004         * src/gtk/colorlabel.h
5005                 Add a color label menu in the main menubar
5006                 Add (fixed) accels Ctrl-{0-7} to change the color
5007                 They have to be fixed because the menu's dynamic,
5008                 the items are complex widgets, hence we can't use
5009                 a GtkItemFactory.
5010
5011
5012 2006-03-17 [wwp]        2.0.0cvs148
5013
5014         * src/compose.c
5015                 rollback few lines from my previous commit (those lines come from
5016                 a pending patch, accidentally commited, even if neutral as they are
5017                 commented out).
5018
5019 2006-03-17 [wwp]        2.0.0cvs147
5020
5021         * src/compose.c
5022                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
5023                 applied code style/indentation to the modified function.
5024
5025 2006-03-17 [wwp]        2.0.0cvs146
5026
5027         * src/procmsg.c
5028         * src/compose.c
5029                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
5030
5031 2006-03-17 [paul]
5032
5033         2.1.0-rc1 released
5034
5035 2006-03-17 [paul]       2.0.0cvs145
5036
5037         * src/main.c
5038                 addressbook_read_file() was called twice
5039         * src/textview.c
5040                 X-Mailer highlighting
5041
5042 2006-03-16 [colin]      2.0.0cvs144
5043
5044         * src/sourcewindow.c
5045         * src/sourcewindow.h
5046                 And the last one, in source window.
5047
5048 2006-03-16 [colin]      2.0.0cvs143
5049
5050         * src/compose.c
5051         * src/compose.h
5052                 Fix the same stuff in compose
5053
5054 2006-03-16 [colin]      2.0.0cvs142
5055
5056         * src/messageview.c
5057                 Complete the previous messageview crash fix
5058
5059 2006-03-16 [colin]      2.0.0cvs141
5060
5061         * src/procmsg.h
5062         * src/procmsg.c
5063         * src/folder.c
5064                 Fix POSTPROCESSING hook
5065                 Patch by H. Merijn Brand
5066
5067         * src/procmime.c
5068         * src/procmime.h
5069                 Parse Content-Location
5070
5071         * src/toolbar.c
5072         * src/messageview.c
5073         * src/messageview.h
5074                 Don't crash when a top-level MessageView has
5075                 been closed on us. Same problematic than
5076                 yesterday's quicksearch issue.
5077
5078 2006-03-15 [colin]      2.0.0cvs140
5079
5080         * src/gtk/quicksearch.c
5081                 Fix a bitchy race we didn't think about when we
5082                 added quicksearch cancellation:
5083                 If the search is not on cached fields, for example
5084                 body_part matchcase "stuff"
5085                 the matcher code has to get the whole message. If
5086                 we're on IMAP, that can be slow, and in order to
5087                 be non-blocking, the IMAP code idle loop processes
5088                 gtk events too. So it is possible to cancel a
5089                 quicksearch while the matcher is getting the mail's
5090                 body. After matcher got its body, it will start to
5091                 iterate over the matcher list that the Quicksearch's
5092                 clear_search_cb() just freed via prepare_matcher().
5093                 SIGSEGV ensues.
5094                 The fix consists of guarding the matcherlist_match()
5095                 call with a boolean 'matching'. If we reset the
5096                 quicksearch while matching is TRUE, we don't free
5097                 the matcherlist anymore like we did, but we set
5098                 another new flag, deferred_free, to TRUE. Then,
5099                 in quicksearch_match(), just after returning from
5100                 matcherlist_match() and unsetting the matching flag,
5101                 we check the deferred_free flag and do the
5102                 prepare_matcher() (which does the matcherlist_free)
5103                 for real, so we free the matcherlist once it's not
5104                 used anymore.
5105                 As all of this runs via the glib main loop, we
5106                 luckily don't need a mutex.
5107         * src/summaryview.c
5108                 Also, show progress while searching.
5109
5110
5111 2006-03-14 [colin]      2.0.0cvs139
5112
5113         * src/alertpanel.c
5114                 Make alertpanel_is_open non-static
5115
5116 2006-03-14 [colin]      2.0.0cvs138
5117
5118         * src/prefs_spelling.c
5119                 Cleanups - Fabien Vantard
5120
5121 2006-03-14 [wwp]        2.0.0cvs137
5122
5123         * src/main.c
5124                 code style normalization (curly braces, indentation).
5125
5126 2006-03-14 [wwp]        2.0.0cvs137
5127
5128         * src/main.c
5129                 code style (braces, indentation)
5130
5131 2006-03-12 [paul]       2.0.0cvs136
5132
5133         * src/prefs_common.c
5134                 trans_hdr defaults to FALSE to be RFC-savvy
5135         * src/prefs_summaries.c
5136                 add a tooltip to the trans_hdr option
5137                 
5138
5139 2006-03-12 [paul]       2.0.0cvs135
5140
5141         * src/prefs_matcher.c
5142                 give a little more width to the combos
5143         * src/prefs_display_header.c
5144         * src/textview.c
5145                 translate headers if prefs_common.trans_hdr
5146                 is TRUE
5147
5148         Patches by Pawel Pekala
5149
5150 2006-03-12 [paul]       2.0.0cvs134
5151
5152         * src/plugins/clamav/clamav_plugin.c
5153         * src/plugins/dillo_viewer/dillo_viewer.c
5154         * src/plugins/pgpcore/plugin.c
5155         * src/plugins/pgpinline/plugin.c
5156         * src/plugins/pgpmime/plugin.c
5157         * src/plugins/spamassassin/spamassassin.c
5158                 update/add to descriptions
5159         * src/plugins/spamassassin/spamassassin_gtk.c
5160                 fixes to the english, remove superfluous
5161                 tooltips, clean up a little
5162
5163 2006-03-12 [paul]       2.0.0cvs133
5164
5165         * src/compose.c
5166                 fix Bug 924, 'Account combo box shows up wrong 
5167                 if & is in account name'
5168
5169 2006-03-11 [colin]      2.0.0cvs132
5170
5171         * src/summaryview.c
5172                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5173                 messed up shift-selection because is slows down
5174                 moving around summaryview. thanks -users
5175
5176 2006-03-10 [colin]      2.0.0cvs131
5177
5178         * src/plugins/spamassassin/spamassassin_gtk.c
5179                 Put back Paul's engrish fixes
5180
5181 2006-03-10 [colin]      2.0.0cvs130
5182
5183         * src/plugins/spamassassin/spamassassin.c
5184         * src/plugins/spamassassin/spamassassin.h
5185         * src/plugins/spamassassin/spamassassin_gtk.c
5186                 Cleanup SA prefs page (more)
5187                 Patch by Fabien Vantard
5188
5189 2006-03-10 [paul]       2.0.0cvs129
5190
5191         * src/prefs_msg_colors.c
5192         * src/prefs_spelling.c
5193                 widget sensitivity
5194
5195 2006-03-09 [mones]      2.0.0cvs128
5196
5197         * po/es.po
5198                 Update for next RC
5199
5200 2006-03-09 [wwp]        2.0.0cvs127
5201
5202         * configure.ac
5203                 revert accidental commit (requirement for libetpan 0.43), this time
5204                 not in HEAD.
5205
5206 2006-03-09 [wwp]        2.0.0cvs125
5207
5208         * configure.ac
5209                 revert accidental commit (requirement for libetpan 0.43)
5210
5211 2006-03-09 [paul]       2.0.0cvs126
5212
5213         * src/prefs_receive.c
5214                 remove useless frame
5215                 replace 'incorporation' with 'receiving'
5216         * src/plugins/clamav/clamav_plugin_gtk.c
5217         * src/plugins/spamassassin/spamassassin_gtk.c
5218                 improve widget sensitivity
5219                 fix a bit his engrish
5220
5221 2006-03-09 [wwp]        2.0.0cvs125
5222
5223         * src/addressadd.c
5224         * src/foldersel.c
5225         * src/prefs_common.c
5226         * src/prefs_common.h
5227                 remember some more windows' sizes (add to addressbook and
5228                 select folder).
5229
5230 2006-03-09 [paul]       2.0.0cvs124
5231
5232         * src/plugins/pgpcore/prefs_gpg.c
5233                 normalise construction of dialogue
5234
5235 2006-03-09 [paul]       2.0.0cvs123
5236
5237         * src/plugins/trayicon/Makefile.am
5238                 add missing slash
5239
5240 2006-03-08 [colin]      2.0.0cvs122
5241
5242         * src/plugins/trayicon/Makefile.am
5243                 Fix build in separate dir 
5244                 Patch by Bamanzi <bamanzi@gmail.com>
5245
5246 2006-03-08 [colin]      2.0.0cvs121
5247
5248         * src/procmsg.c
5249                 Batch move and copies from summaryview with delayed execution
5250                 too
5251
5252 2006-03-07 [paul]       2.0.0cvs120
5253
5254         * src/common/utils.c
5255                 fix highlighting of URIs containing "()"
5256                 Patch by Pawel Pekala
5257
5258 2006-03-07 [paul]       2.0.0cvs119
5259
5260         * src/folder.c
5261         * src/folder.h
5262         * src/folderview.c
5263                 immediately do alphabetical resort when
5264                 changing a folder's name
5265                 Patch by Pawel Pekala
5266
5267 2006-03-07 [paul]       2.0.0cvs118
5268
5269         * src/news.c
5270         * src/news_gtk.c
5271                 when unsubscribing a newsgroup, remove the
5272                 folder and msgs in .sylpheed-claws/newscache
5273                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5274
5275 2006-03-07 [paul]       2.0.0cvs117
5276
5277         * src/textview.c
5278                 fix wrong Fake URL Warning
5279                 Thanks to Hiro
5280
5281 2006-03-07 [colin]      2.0.0cvs116
5282
5283         * src/imap.c
5284                 Return immediately when password dialog was
5285                 cancelled
5286         * src/gtk/inputdialog.c
5287                 Allow empty strings for passwords
5288
5289
5290 2006-03-06 [colin]      2.0.0cvs115
5291
5292         * src/imap.c
5293                 Prevent double-timeouts when connection fails
5294
5295 2006-03-06 [colin]
5296
5297         2.0.1-rc1 released
5298
5299 2006-03-06 [colin]      2.0.0cvs114
5300
5301         * src/imap.c
5302                 Refresh session during potentially long
5303                 operations
5304
5305 2006-03-06 [wwp]        2.0.0cvs113
5306
5307         * src/prefs_msg_colors.h
5308                 forgot that one (custom color labels).
5309
5310 2006-03-06 [wwp]        2.0.0cvs112
5311
5312         * src/prefs_common.c
5313         * src/prefs_common.h
5314         * src/prefs_msg_colors.c
5315         * src/summaryview.c
5316         * src/summaryview.h
5317         * src/gtk/colorlabel.c
5318         * src/gtk/colorlabel.h
5319                 colors in messages list are now customizable. Color values and names can
5320                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
5321                 Thanks to Paul and Colin for their help with this longstanding patch!
5322
5323 2006-03-06 [wwp]        2.0.0cvs111
5324
5325         * src/textview.c
5326                 don't crash if (x)face is bad.
5327
5328 2006-03-05 [paul]       2.0.0cvs110
5329
5330         * AUTHORS
5331         * configure.ac
5332         * src/Makefile.am
5333         * src/common/Makefile.am
5334         * src/common/utils.h
5335         * src/etpan/imap-thread.c
5336         * src/gtk/authors.h
5337         * src/plugins/clamav/Makefile.am
5338         * src/plugins/demo/Makefile.am
5339         * src/plugins/dillo_viewer/Makefile.am
5340         * src/plugins/pgpcore/Makefile.am
5341         * src/plugins/pgpcore/passphrase.c
5342         * src/plugins/pgpinline/Makefile.am
5343         * src/plugins/pgpmime/Makefile.am
5344         * src/plugins/spamassassin/Makefile.am
5345         * src/plugins/trayicon/Makefile.am
5346                 fix builiding on cygwin
5347                 Patch by Ralgh Young <bamanzi@gmail.com>
5348
5349 2006-03-04 [wwp]        2.0.0cvs109
5350
5351         * manual/keyboard.xml
5352                 fix mixed up/down keys.
5353
5354 2006-03-04 [wwp]        2.0.0cvs108
5355
5356         * README
5357         * INSTALL
5358                 updated links to SpamAssassin.
5359
5360 2006-03-04 [wwp]        2.0.0cvs107
5361
5362         * manual/plugins.xml
5363         * src/plugins/spamassassin/README
5364                 updated SpamAssassin plugin docs to reflect new functional additions
5365                 (also fix/update/documents few technical stuff more, see the README).
5366
5367 2006-03-04 [wwp]        2.0.0cvs106
5368
5369         * src/prefs_message.c
5370                 normalized capitalization of message-prefs paths.
5371
5372 2006-03-04 [wwp]        2.0.0cvs105
5373
5374         * manual/advanced.xml
5375                 typo.
5376
5377 2006-03-03 [colin]      2.0.0cvs104
5378
5379         * src/plugins/clamav/clamav_plugin_gtk.c
5380                 Rework prefs page, patch by Fabien 
5381
5382 2006-03-03 [colin]      2.0.0cvs103
5383
5384         * src/plugins/clamav/clamav_plugin.c
5385                 Set error on all errors
5386
5387 2006-03-03 [colin]      2.0.0cvs102
5388
5389         * src/common/plugin.c
5390                 Initialize error to avoid crashing when a plugin fails
5391                 without setting error
5392
5393 2006-03-02 [wwp]        2.0.0cvs101
5394
5395         * configure.ac
5396                 fixed linker flags for libetpan support on Cygwin
5397                 (thanks to H.Merijn Brand).
5398
5399 2006-03-02 [wwp]        2.0.0cvs100
5400
5401         * src/addressbook.c
5402                 fix some AB error messages: one for punctuation and
5403                 one wrongly duplicate (thanks, maxbritov).
5404
5405 2006-03-02 [wwp]        2.0.0cvs99
5406
5407         * src/plugins/spamassassin/spamassassin.c
5408                 make sync calls to sa-learn/spamc to prevent
5409                 system (whatever local or client/server) overload.
5410
5411 2006-03-02 [colin]      2.0.0cvs98
5412
5413         * src/summaryview.c
5414                 Put the spam icon in the status column instead of the
5415                 mark one
5416
5417 2006-03-01 [colin]      2.0.0cvs97
5418
5419         * src/plugins/spamassassin/spamassassin.c
5420                 Fix segfault (g_file_set_contents fails for some 
5421                 reason and err==0x2f. Can't find out why with
5422                 valgrind, using working function :-)
5423
5424 2006-03-01 [colin]      2.0.0cvs96
5425
5426         * src/inc.c
5427                 Offline overriding: let 'No' be cached only 3 seconds
5428
5429 2006-03-01 [colin]      2.0.0cvs95
5430
5431         * src/addr_compl.c
5432         * src/addrbook.c
5433         * src/addressbook.c
5434         * src/addrindex.c
5435         * src/folder_item_prefs.c
5436         * src/headerview.c
5437         * src/imap.c
5438         * src/inc.c
5439         * src/ldif.c
5440         * src/mainwindow.c
5441         * src/mh.c
5442         * src/msgcache.c
5443         * src/prefs_common.h
5444         * src/prefs_msg_colors.c
5445         * src/procheader.c
5446         * src/procheader.h
5447         * src/procmime.c
5448         * src/procmsg.c
5449         * src/procmsg.h
5450         * src/send_message.h
5451         * src/simple-gettext.c
5452         * src/summaryview.c
5453         * src/summaryview.h
5454         * src/syldap.c
5455         * src/textview.c
5456         * src/undo.c
5457         * src/common/ssl_certificate.c
5458         * src/common/utils.c
5459         * src/gtk/colorsel.c
5460         * src/gtk/gtksctree.c
5461         * src/gtk/gtkshruler.c
5462         * src/plugins/trayicon/trayicon.c
5463                 #if 0 goes to /dev/null
5464
5465 2006-03-01 [colin]      2.0.0cvs94
5466
5467         * src/compose.c
5468         * src/imap.c
5469         * src/inc.c
5470         * src/inc.h
5471         * src/messageview.c
5472         * src/news.c
5473         * src/plugins/spamassassin/spamassassin.c
5474                 Allow to add information in the "working offline"
5475                 window
5476
5477 2006-03-01 [wwp]        2.0.0cvs93
5478
5479         * src/plugins/spamassassin/spamassassin.c
5480                 fixed spamc invocation: use a tricky temporary mini shell wrapper
5481                 'cause it seems that calling `spamc ... < inputfile` with
5482                 g_spawn_(a)sync simply.. erm doesn't work :-).
5483
5484 2006-03-01 [wwp]        2.0.0cvs92
5485
5486         * src/toolbar.c
5487         * src/toolbar.h
5488                 simplify the adding of spam/ham button to the messageview toolbar
5489                 (it gets more clear now that the same button will be "Mark as spam"
5490                 or "Mark as ham" according to the current message status,
5491                 thanks to Colin).
5492
5493 2006-03-01 [wwp]        2.0.0cvs91
5494
5495         * src/messageview.c
5496         * src/procmsg.c
5497         * src/procmsg.h
5498         * src/summaryview.c
5499         * src/plugins/spamassassin/spamassassin.c
5500         * src/plugins/spamassassin/spamassassin.h
5501                 make learner callbacks return a status (0 for ok),
5502                 handle it in main code to avoid setting flags when learning failed,
5503                 don't learn on TCP if offline in spamassassin,
5504                 thanks to Colin.
5505
5506                 
5507
5508 2006-03-01 [wwp]        2.0.0cvs90
5509
5510         * src/compose.c
5511                 some work around the compose window's account menu,
5512                 patch by Fabien Vantard.
5513
5514 2006-03-01 [wwp]        2.0.0cvs89
5515
5516         * src/plugins/spamassassin/spamassassin.c
5517                 fixed bad logics, was using spamc in local mode and sa-learn
5518                 in remote mode (thanks, Colin).
5519
5520 2006-03-01 [wwp]        2.0.0cvs88
5521
5522         * src/plugins/spamassassin/spamassassin.c
5523         * src/plugins/spamassassin/spamassassin.h
5524         * src/plugins/spamassassin/spamassassin_gtk.c
5525                 made processing of emails w/ sa-plugin an option (default is TRUE),
5526                 fixed Engrish some tooltips, capitalization of some debug messages
5527                 and warnings. The spamassassin plugin now provides two separate
5528                 services: process emails upon incorporation and spamd training.
5529                 Both services (un)register independently but use some common
5530                 plugin settings (transport settings, spam storage location).
5531
5532 2006-02-28 [wwp]        2.0.0cvs87
5533
5534         * src/plugins/spamassassin/spamassassin.c
5535                 fix async flag to spamc cmdline execution (batch exec should
5536                 be asynchronous).
5537
5538 2006-02-27 [wwp]        2.0.0cvs86
5539
5540         * src/plugins/spamassassin/spamassassin.c
5541         * src/plugins/spamassassin/spamassassin.h
5542         * src/plugins/spamassassin/spamassassin_gtk.c
5543                 - added the ability to learn a remote spamassassin server (spamd),
5544                 using spamc.
5545                 - added the spamassassin option 'username', that applies to all
5546                 spamassassin operations (filtering, learning, local or remote).
5547                 The default username is the current unix user (if left blank
5548                 from gtk prefs or config file).
5549                 - commented out some unused code (notebook widget), removed unused
5550                 layout (hbox1).
5551                 - make more widgets sensitive to the transport type.
5552
5553 2006-02-27 [colin]      2.0.0cvs85
5554
5555         * src/plugins/spamassassin/spamassassin.c
5556                 Fix sa-learn call when offline
5557
5558 2006-02-27 [colin]      2.0.0cvs84
5559
5560         * configure.ac
5561         * src/Makefile.am
5562         * src/mainwindow.c
5563         * src/mainwindow.h
5564         * src/messageview.c
5565         * src/messageview.h
5566         * src/prefs_toolbar.c
5567         * src/procmsg.c
5568         * src/stock_pixmap.c
5569         * src/stock_pixmap.h
5570         * src/summaryview.c
5571         * src/toolbar.c
5572         * src/toolbar.h
5573         * src/pixmaps/ham_btn.xpm
5574         * src/pixmaps/spam.xpm
5575         * src/pixmaps/spam_btn.xpm
5576         * src/plugins/spamassassin/spamassassin.c
5577                 Add button in toolbar for spam learning
5578                 Fix a few bugs from the last related commit
5579                 Revert 1.9.6cvs23 which messed up shift-selection
5580
5581 2006-02-24 [colin]      2.0.0cvs83
5582
5583         * src/procmsg.c
5584         * src/summaryview.c
5585         * src/summaryview.h
5586         * src/plugins/spamassassin/spamassassin.c
5587         * src/plugins/spamassassin/spamassassin.h
5588         * src/plugins/spamassassin/spamassassin_gtk.c
5589                 Unregister learner when spamassassin is either
5590                 disabled or over tcp
5591
5592 2006-02-24 [colin]      2.0.0cvs82
5593
5594         * src/Makefile.am
5595         * src/mainwindow.c
5596         * src/mainwindow.h
5597         * src/procmsg.c
5598         * src/procmsg.h
5599         * src/stock_pixmap.c
5600         * src/stock_pixmap.h
5601         * src/summaryview.c
5602         * src/summaryview.h
5603         * src/gtk/icon_legend.c
5604         * src/pixmaps/spam.xpm  ** NEW FILE **
5605         * src/plugins/spamassassin/spamassassin.c
5606         * src/plugins/spamassassin/spamassassin_gtk.c
5607                 Add spam learning interface (Mark/Mark as 
5608                 (spam|ham) menus)
5609
5610 2006-02-24 [wwp]        2.0.0cvs81
5611
5612         * src/compose.c
5613         * src/compose.h
5614         * src/filtering.c
5615                 hide compose window when sending message in batch mode
5616                 (filtering: forward and redirect). Also fixed a wrong
5617                 value returned when sending failed, neutral anyway.
5618                 (Colin, me) 
5619
5620 2006-02-24 [wwp]        2.0.0cvs80
5621
5622         * src/mainwindow.c
5623                 use GTK+'s stock quit button. Patch by Fabien Vantard.
5624
5625 2006-02-24 [paul]       2.0.0cvs79
5626
5627         * src/news.c
5628         * src/news.h
5629         * src/news_gtk.c
5630                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
5631                 Thanks to Colin
5632
5633 2006-02-23 [colin]      2.0.0cvs78
5634
5635         * src/alertpanel.c
5636                 Change OK to Close in alertpanel with View log
5637                 button; add accel to View log. Patch by Fabien
5638                 Vantard
5639
5640 2006-02-23 [wwp]        2.0.0cvs77
5641
5642         * src/compose.c
5643                 silly me, there were much more tests to perform, since toolbars can
5644                 really have down to 1 element only.
5645
5646 2006-02-23 [wwp]        2.0.0cvs76
5647
5648         * commitHelper
5649                 fixed indentation from my previous commit. Fallback to VISUAL if
5650                 EDITOR is not set (and to vi, at last resort).
5651
5652 2006-02-23 [wwp]        2.0.0cvs75
5653
5654         * commitHelper
5655                 improved error detection (Colin, me).
5656
5657 2006-02-23 [wwp]        2.0.0cvs74
5658
5659         * src/prefs_toolbar.c
5660                 simplify and fix prefs/toolbars layouting. Combos' contents can
5661                 now be really displayed.
5662
5663 2006-02-23 [wwp]        2.0.0cvs73
5664         simplifies and fix prefs/toolbars layouting. Combos' contents can now
5665         be really displayed.
5666
5667 2006-02-22 [wwp]        2.0.0cvs72
5668
5669         * src/compose.c
5670                 fix a typo in my previous commit (sorry!).
5671
5672 2006-02-22 [wwp]        2.0.0cvs71
5673
5674         * src/prefs_toolbar.c
5675                 fix a crash when adding separators to toolbars,
5676                 also fix some separator item information.
5677
5678 2006-02-22 [wwp]        2.0.0cvs70
5679
5680         * src/compose.c
5681                 fix a crash when redirecting (for instance) when compose window's
5682                 toolbar contents has been customized (when some buttons have been
5683                 removed in fact).
5684
5685 2006-02-21 [wwp]        2.0.0cvs69
5686
5687         * src/summaryview.c
5688         * src/gtk/pluginwindow.c
5689         * src/plugins/pgpcore/prefs_gpg.c
5690                 fix some compilation warnings (feat. remains of removed code).
5691
5692 2006-02-21 [wwp]        2.0.0cvs68
5693
5694         * src/gtk/gtkutils.c
5695                 fix two compilation issues, thanks to Stephan Sachse.
5696
5697 2006-02-20 [colin]      2.0.0cvs67
5698
5699         * src/mainwindow.c
5700                 Don't reselect displayed mail on refocus
5701                 This fixes actions misbehaving 
5702
5703 2006-02-20 [wwp]        2.0.0cvs66
5704
5705         * src/summaryview.c
5706         * src/gtk/gtksctree.c
5707         * src/gtk/gtkshruler.c
5708                 changed more runtime typecast checks.
5709
5710 2006-02-20 [wwp]        2.0.0cvs65
5711
5712         * src/summary_search.c
5713                 find all - summaryview refresh issue fixed, thanks to Colin.
5714
5715 2006-02-20 [wwp]        2.0.0cvs64
5716
5717         * src/gtk/gtkutils.c
5718                 better runtime typecast checks.
5719
5720 2006-02-20 [wwp]        2.0.0cvs63
5721
5722         * src/summary_search.c
5723                 enhancements to the summary search:
5724                         - add the ability to stop the running search
5725                           (upon ESC-key press, new Stop button or when Clear button is pressed)
5726                         - don't search if no criteria (From/To/Subject/Body) is set
5727                         - ensure that a busy mouse pointer is always shown when searching,
5728                           show it even a bit earlier
5729
5730 2006-02-19 [colin]      2.0.0cvs62
5731
5732         * src/compose.c
5733         * src/imap.c
5734         * src/etpan/imap-thread.c
5735         * src/etpan/imap-thread.h
5736                 (Future) IMAP speed improvement on sending
5737                 Will require a libetpan update
5738         * src/summaryview.c
5739         * src/gtk/quicksearch.c
5740                 Make quicksearch clearable while running.
5741
5742 2006-02-17 [colin]      2.0.0cvs61
5743
5744         * src/imap.c
5745         * src/etpan/imap-thread.c
5746         * src/etpan/imap-thread.h
5747                 Check for IMAP certificates
5748                 ** Requires libetpan-0.42-cvs4 
5749                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
5750
5751 2006-02-17 [colin]      2.0.0cvs60
5752
5753         * src/messageview.c
5754         * src/prefs_common.c
5755         * src/prefs_common.h
5756         * src/prefs_message.c
5757                 Add pref to display HTML-only mails with plugin, 
5758                 if possible (defaulting to FALSE of course).
5759
5760 2006-02-16 [colin]      2.0.0cvs59
5761
5762         * src/main.c
5763         * src/common/plugin.c
5764         * src/common/plugin.h
5765         * src/gtk/pluginwindow.c
5766                 Keep track of requested (but unloaded) plugins
5767                 in some error cases.
5768
5769 2006-02-16 [wwp]        2.0.0cvs58
5770
5771         * src/gtk/gtkaspell.c
5772         * src/gtk/gtkaspell.h
5773         * src/prefs_spelling.c
5774         * src/compose.c
5775         * src/prefs_common.c
5776         * src/prefs_common.h
5777                 implemented new optional spellchecker behaviour: re-check message when
5778                 dictionary got changed (from compose-window/context-menu/Change dictionary).
5779
5780 2006-02-16 [wwp]        2.0.0cvs57
5781
5782         * src/quote_fmt_parse.y
5783                 pclose popen'ed pipe.
5784
5785 2006-02-15 [colin]      2.0.0cvs56
5786
5787         * src/mimeview.c
5788         * src/mimeview.h
5789                 Let MimeViewers know which MimeView they
5790                 depend of.
5791         * src/summaryview.c
5792                 Swap From/To columns in Sent/Queue/Drafts
5793                 folders
5794         * src/etpan/imap-thread.c
5795                 Use mailstream_low_tls_open() for STARTTLS
5796                 instead of mailstream_low_ssl_open()
5797                 ** REQUIRES libetpan 0.42cvs3 **
5798
5799 2006-02-15 [wwp]        2.0.0cvs55
5800
5801         * src/compose.c
5802         * src/compose.h
5803         * src/message_search.c
5804         * src/message_search.h
5805         * src/textview.c
5806         * src/gtk/gtkutils.c
5807         * src/gtk/gtkutils.h
5808                 added the ability to Find text in the compose window (and a bit
5809                 of code factorization).
5810
5811 2006-02-15 [wwp]        2.0.0cvs54
5812
5813         * src/prefs_gtk.c
5814                 yet another one file was missing (fix for some widgets' sensitivity).
5815                 Thanks Colin!
5816
5817 2006-02-15 [wwp]        2.0.0cvs53
5818
5819         * src/prefs_gtk.h
5820                 oops forgot that file (fix for some widgets' sensitivity).
5821
5822 2006-02-15 [wwp]        2.0.0cvs52
5823
5824         * src/summary_search.c
5825                 implemented advanced summary search options (added the ability
5826                 to use matcher conditions in an advanced search mode).
5827
5828 2006-02-15 [wwp]        2.0.0cvs51
5829
5830         * src/plugins/pgpcore/prefs_gpg.c
5831         * src/prefs_account.c
5832                 fix some widget sensitivity, mostly around some labels in
5833                 account prefs.
5834
5835 2006-02-15 [paul]       2.0.0cvs50
5836
5837         * manual/advanced.xml
5838                 improve Templates info
5839                 written by wwp
5840
5841 2006-02-14 [colin]      2.0.0cvs49
5842
5843         * src/pixmaps/address_book.xpm
5844         * src/pixmaps/preferences.xpm
5845         * src/pixmaps/properties.xpm
5846                 Fix pixmap size - patch by Fabien Vantard
5847
5848 2006-02-13 [colin]      2.0.0cvs48
5849
5850         * src/procmime.c
5851                 Add missing fclose()s on error
5852         * src/textview.c
5853                 Remove unused code
5854         * src/common/utils.c
5855                 Fix temp files not being deleted on windows
5856         Patches by Thomas Gilgin
5857
5858 2006-02-13 [colin]      2.0.0cvs47
5859
5860         * src/mainwindow.c
5861                 Fix exit crash
5862
5863 2006-02-13 [wwp]        2.0.0cvs46
5864
5865         * src/plugins/pgpcore/prefs_gpg.c
5866                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
5867
5868 2006-02-12 [colin]      2.0.0cvs45
5869
5870         * src/folderview.c
5871         * src/main.c
5872         * src/mainwindow.c
5873                 Fix "stuff" when quitting
5874
5875 2006-02-12 [wwp]        2.0.0cvs44
5876
5877         * src/prefs_themes.c
5878                 fix typos in debug messages.
5879
5880 2006-02-11 [colin]      2.0.0cvs43
5881
5882         * src/summaryview.c
5883                 don't allow drag/drop from ourself
5884
5885 2006-02-10 [wwp]        2.0.0cvs42
5886
5887         * src/exporthtml.c
5888         * src/html.c
5889         * src/html.h
5890         * src/procmime.c
5891         * src/textview.c
5892                 renamed html_ prefixed functions and data structures to avoid
5893                 namespace clashes w/ other software (gtkhtml2 for instance).
5894                 Closes bug #907.
5895
5896
5897 2006-02-09 [colin]      2.0.0cvs41
5898
5899         * src/summaryview.c
5900                 Fix shitty logic messed up. Thanks Ticho for the hint!
5901
5902 2006-02-09 [wwp]        2.0.0cvs40
5903
5904         * src/gtk/about.c
5905         * src/compose.c
5906         * src/prefs_account.c
5907         * src/prefs_gtk.h
5908         * src/editaddress.c
5909                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
5910                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
5911                 Browse buttons in accounts prefs.
5912
5913 2006-02-09 [colin]      2.0.0cvs39
5914
5915         * src/matcher.c
5916                 Check for pointer before using its members
5917         * src/gtk/gtksourceprintjob.c
5918                 Fix a wrong warning
5919
5920 2006-02-09 [wwp]        2.0.0cvs38
5921
5922         * src/gtk/filesel.c
5923                 fix few compiler warnings (type mismatch).
5924
5925 2006-02-09 [paul]       2.0.0cvs37
5926
5927         * po/fr.po
5928                 updated by Fabien Vantard
5929
5930 2006-02-08 [colin]      2.0.0cvs36
5931
5932         * src/prefs_common.c
5933         * src/common/defs.h
5934         * src/common/plugin.c
5935                 allow windows and linux configurations to coexist
5936                 patch by Thomas Gilgin
5937
5938 2006-02-08 [colin]      2.0.0cvs35
5939
5940         * src/filtering.c
5941         * src/matcher.c
5942         * src/matcher.h
5943         * src/matcher_parser_parse.y
5944         * src/prefs_filtering_action.c
5945         * src/prefs_matcher.c
5946                 Add the "Ignore thread" filtering
5947                 action
5948
5949 2006-02-08 [colin]      2.0.0cvs34
5950
5951         * src/compose.c
5952         * src/procmime.c
5953         * src/procmime.h
5954                 Fix bug #905 (damaged attachment)
5955                 text files with raw \0's aren't really text files
5956         FOR_STABLE
5957
5958 2006-02-08 [colin]      2.0.0cvs33
5959
5960         * src/summaryview.c
5961                 Fix crasher introduced yesterday
5962
5963 2006-02-08 [wwp]        2.0.0cvs32
5964
5965         * src/compose.c
5966         * src/compose.h
5967                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
5968
5969 2006-02-08 [wwp]        2.0.0cvs31
5970
5971         * src/prefs_template.c
5972                 templates enhancement: allow address completion for Cc and Bcc fields
5973                 (it was currently possible for the To field only)
5974
5975 2006-02-08 [colin]      2.0.0cvs30
5976
5977         * src/compose.c
5978                 Don't unblock if not blocked
5979         FOR_STABLE
5980
5981 2006-02-07 [colin]      2.0.0cvs29
5982
5983         * src/action.c
5984                 Forgot to refresh summaryview
5985
5986 2006-02-07 [colin]      2.0.0cvs28
5987
5988         * src/action.c
5989                 Freeze/thaw message list and folder list while
5990                 processing %as{} actions 
5991         * src/compose.c
5992                 Fix auto-wrap disabling after a middle-click
5993                 paste - FOR_STABLE
5994
5995 2006-02-07 [paul]       2.0.0cvs27
5996
5997         * src/folder.c
5998                 fix freeing of uninitialised pointers
5999                 Thanks to Colin
6000
6001 2006-02-06 [colin]      2.0.0cvs26
6002
6003         * src/folder.c
6004                 Use g_slist_prepend in potentially big list
6005
6006 2006-02-06 [colin]      2.0.0cvs25
6007
6008         * src/folder.c
6009                 Completely skip processing if it doesn't 
6010                 exist (faster!)
6011
6012 2006-02-06 [colin]      2.0.0cvs24
6013
6014         * src/folder.c
6015         * src/summaryview.c
6016                 Batch filtering in summaryview (from Tools menu)
6017                 and pre/post//-processing too
6018
6019 2006-02-06 [colin]      2.0.0cvs23
6020
6021         * src/procmsg.h
6022         * src/filtering.c
6023                 Use a special field for batch filtering instead
6024                 of stepping on deferred execution's toes
6025
6026 2006-02-06 [colin]      2.0.0cvs22
6027
6028         * src/action.c
6029         * src/filtering.c
6030         * src/filtering.h
6031         * src/folder.c
6032         * src/summaryview.c
6033                 Fix filtering via menus and actions
6034
6035 2006-02-06 [colin]      2.0.0cvs21
6036
6037         * src/imap.c
6038                 Put the added file directly to cache if possible (will work
6039                 with next libetpan)
6040         * src/filtering.c
6041         * src/filtering.h
6042         * src/inc.c
6043         * src/folder.c
6044         * src/mbox.c
6045         * src/procmsg.h
6046                 Move and copy filtered messages by batches instead of one
6047                 by one - faster on IMAP
6048         * src/procmsg.c
6049                 Add a function that'll possibly be useful later
6050
6051 2006-02-06 [colin]      2.0.0cvs20
6052
6053         * src/addressbook.c
6054                 Use internal mime-type instead of text/plain for d'n'd
6055         * src/compose.c
6056                 Allow attaching files from mimeview's icon list via d'n'd
6057         * src/folderview.c
6058         * src/folderview.h
6059                 Use internal mime-type instead of text/plain for d'n'd
6060                 Don't try to selected opened folder if none is
6061                 Factorize d'n'd from other apps code
6062         * src/headerview.c
6063         * src/textview.c
6064         * src/gtk/gtkutils.c
6065         * src/gtk/gtkutils.h
6066                 Factorize Face/X-Face stuff
6067         * src/mimeview.c
6068                 Fix d'n'd to other apps
6069         * src/prefs_message.c
6070                 Let the XFace pref be usable without libcompface as it also
6071                 applies to Face
6072         * src/summaryview.c
6073                 Fix d'n'd to other apps
6074                 Factorize d'n'd from other apps code
6075
6076 2006-02-06 [wwp]        2.0.0cvs19
6077
6078         * po/it.po
6079                 Italian translation fixes by Andrea Spadaccini (no more confusion
6080                 between filtering and processing, and few changes in the About
6081                 dialog).
6082
6083
6084 2006-02-06 [mones]      2.0.0cvs18
6085
6086         * src/gtk/icon_legend.c
6087                 Improved descriptions allowing better translations
6088
6089 2006-02-05 [colin]      2.0.0cvs17
6090
6091         * src/imap.c
6092                 Add the f*cking missing expunge that caused imap_fetch_env
6093                 to fail after an add_msgs ! :-///
6094         * src/etpan/imap-thread.c
6095                 Add a bit of debug
6096         FOR_STABLE
6097
6098 2006-02-05 [colin]      2.0.0cvs16
6099
6100         * src/common/utils.c
6101                 Don't check for return-path (or we can't put
6102                 back non-sent mails)
6103
6104 2006-02-05 [colin]      2.0.0cvs15
6105
6106         * src/textview.c
6107                 Don't try to display Face header in textview
6108                 when teh headerview's active
6109
6110 2006-02-05 [colin]      2.0.0cvs14
6111
6112         * tools/tbird2syl.py
6113         * tools/Makefile.am
6114                 Add script to import Thunderbird mails
6115
6116 2006-02-05 [colin]      2.0.0cvs13
6117
6118         * src/headerview.c
6119         * src/procheader.c
6120         * src/procmsg.c
6121         * src/procmsg.h
6122         * src/textview.c
6123                 Show Face headers - patch partially by Klaus Flittner
6124
6125 2006-02-05 [colin]      2.0.0cvs12
6126
6127         * src/folderview.c
6128         * src/summaryview.c
6129         * src/common/utils.c
6130         * src/common/utils.h
6131                 Let dnd work from mime icons to summaryview
6132                 and to folderview too
6133                 Add a crude test to avoid trying to add files
6134                 drag'n'dropped when they're not mails
6135
6136 2006-02-04 [colin]      2.0.0cvs11
6137
6138         * src/summaryview.c
6139         * src/mimeview.c
6140                 Fix utf8 conversion
6141
6142 2006-02-04 [colin]      2.0.0cvs10
6143
6144         * src/compose.c
6145         * src/folderview.c
6146         * src/mimeview.c
6147         * src/summaryview.c
6148         * src/summaryview.h
6149                 Added various drag and drop capas:
6150                 From                    To
6151                 summaryview             other apps
6152                 mimeview icons          other apps
6153                 other apps              summaryview
6154                 other apps              folderview
6155
6156                 This shouldn't have broken the existing:
6157                 From                    To
6158                 summaryview             folderview
6159                 folderview              folderview
6160                 summaryview             compose's attachments
6161
6162         Tests welcomed.
6163
6164 2006-02-02 [paul]       2.0.0cvs9
6165
6166         * src/mainwindow.c
6167                 move global option 'Set displayed columns...' out
6168                 of folder option grouping.
6169                 fix sensitivity of 'harvest addresses'
6170         FOR_STABLE
6171
6172 2006-02-01 [colin]      2.0.0cvs8
6173
6174         * src/mimeview.c
6175                 Revert the alertpanel patch, it sucks (intrusive
6176                 and gets in the way of "open")
6177
6178 2006-02-01 [colin]      2.0.0cvs7
6179
6180         * src/compose.c
6181         * src/prefs_account.c
6182         * src/prefs_common.c
6183         * src/common/defs.h
6184         * src/common/utils.c
6185         * src/common/utils.h
6186                 Add ability to edit the signature file
6187                 from the account preferences, and use
6188                 a default for the text editor.
6189                 Patch by Fabien Vantard
6190
6191 2006-02-01 [colin]      2.0.0cvs6
6192
6193         * src/mimeview.c
6194                 Try to get mime type by extension if it is
6195                 application/octet-stream
6196                 Display a window with possible choices when
6197                 encountering unknown mime types
6198         * src/gtk/filesel.c
6199         * src/gtk/filesel.h
6200                 Add preview
6201                 Allow multiple selection in filtered filesel
6202                 (patch by Fabien Vantard)
6203         * src/gtk/pluginwindow.c
6204                 Use it (patch by Fabien Vantard)
6205
6206 2006-02-01 [paul]       2.0.0cvs5
6207
6208         * src/jpilot.c
6209                 fix crash on creating jpilot address book
6210                 Thanks to Colin - FOR_STABLE
6211         * src/prefs_summaries.c
6212         * src/prefs_wrapping.c
6213         * src/gtk/icon_legend.c
6214         * src/gtk/quicksearch.c
6215                 string fixes and additions
6216
6217 2006-02-01 [paul]       2.0.0cvs4
6218
6219         * src/compose.c
6220         * src/mainwindow.c
6221         * src/messageview.c
6222         * src/prefs_send.c
6223                 add Arabic encoding option
6224                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6225
6226 2006-01-31 [colin]      2.0.0cvs3
6227
6228         * src/plugins/pgpcore/passphrase.c
6229                 Convert passphrase to locale encoding
6230         * src/compose.c
6231                 Fix drafting on IMAP. Crappy bug sneaked in
6232                 the release :-/
6233         FOR_STABLE
6234
6235 2006-01-30 [paul]       2.0.0cvs2
6236
6237         * src/gtk/icon_legend.c
6238                 show the new entries
6239
6240 2006-01-30 [colin]      2.0.0cvs1
6241
6242         * src/manual.c
6243                 Check for the file to be present before 
6244                 enabling the menu - FOR_STABLE
6245         * src/gtk/icon_legend.c
6246                 Add folders icons (not all of them, there
6247                 are too much, but the most intriguing ones)
6248
6249 2006-01-30 [paul]       2.0.0
6250
6251         version 2.0.0 released
6252
6253 2006-01-30 [paul]       1.9.100cvs200
6254
6255         * manual/faq.xml
6256         * manual/gpl.xml
6257         * manual/intro.xml
6258         * manual/starting.xml
6259         * manual/sylpheed-claws-manual.xml
6260                 fixes, additions
6261
6262 2006-01-29 [mones]      1.9.100cvs199
6263
6264         * manual/account.xml
6265         * manual/advanced.xml
6266         * manual/glossary.xml
6267                 Some typos fixed, added LDIF term to glossary
6268         * po/es.po
6269                 Fixed leading plus symbol
6270
6271 2006-01-29 [paul]       1.9.100cvs198
6272
6273         * po/fi.po
6274         * po/sk.po
6275                 updated by Tommi Pirinen and Andrej Kacian
6276
6277 2006-01-29 [paul]       1.9.100cvs197
6278
6279         * src/gtk/authors.h
6280                 remove duplicates
6281
6282 2006-01-29 [paul]       1.9.100cvs196
6283
6284         * AUTHORS
6285         * po/nl.po
6286         * src/gtk/authors.h
6287         * tools/claws.i18n.status.pl
6288                 nl translation updated by Tim Dijkstra
6289
6290 2006-01-29 [paul]       1.9.100cvs195
6291
6292         * po/sr.po
6293         * po/sv.po
6294                 updated by Aleksandar Urosevic and Anders Troback
6295
6296 2006-01-28 [colin]      1.9.100cvs194
6297
6298         * src/gtk/gtksourceprintjob.c
6299                 Don't fiddle with PangoLayout when we
6300                 have an image
6301
6302 2006-01-28 [paul]       1.9.100cvs193
6303
6304         * AUTHORS
6305         * po/el.po
6306         * po/zh_CN.po
6307         * src/gtk/authors.h
6308         * tools/claws.i18n.status.pl
6309                 updated translations submitted by Stavros Giannouris
6310                 and Ralgh Young
6311
6312 2006-01-27 [colin]      1.9.100cvs192
6313
6314         * src/summaryview.c
6315         * src/gtk/gtksourceprintjob.c
6316                 Add image printing 
6317                 (libgnomeprint only, of course)
6318
6319 2006-01-27 [paul]       1.9.100cvs191
6320
6321         * po/fr.po
6322         * po/it.po
6323                 updated by Fabien Vantard and Andrea Spadaccini
6324
6325 2006-01-26 [colin]      1.9.100cvs190
6326
6327         * manual/Makefile.am
6328         * configure.ac
6329                 Make building the manual optional 
6330                 (--disable-manual)
6331
6332 2006-01-26 [paul]       1.9.100cvs189
6333
6334         * manual/glossary.xml
6335         * manual/plugins.xml
6336                 edited
6337         * po/en_GB.po
6338                 updated
6339
6340 2006-01-26 [paul]       1.9.100cvs188
6341
6342         * src/prefs_display_header.c
6343         * src/prefs_folder_column.c
6344         * src/prefs_msg_colors.c
6345         * src/prefs_summaries.c
6346         * src/prefs_summary_column.c
6347                 HIGify
6348
6349 2006-01-25 [colin]      1.9.100cvs187
6350
6351         * src/imap.c
6352                 Don't allow moving/copying mails between
6353                 queue/drafts and non-queue/drafts folders
6354                 Fixes bug #897 (message header is resetted 
6355                 if one is copied to Drafts)
6356
6357 2006-01-25 [colin]      1.9.100cvs186
6358
6359         * src/folder.c
6360         * src/mainwindow.c
6361                 Fix subscribed folders not found
6362         * src/compose.c
6363                 Don't try to encode as original mail's charset
6364                 if it's ascii 
6365
6366 2006-01-25 [paul]       1.9.100cvs185
6367
6368         * AUTHORS
6369         * po/Makevars
6370                 updated
6371         * po/de.po
6372         * po/pl.po
6373         * po/pt_BR.po
6374         * po/sr.po
6375                 updates submitted by Stephan Sachse, Emilian Nowak
6376                 and Quar, Frederico Goncalves Guimaraes, and
6377                 Aleksandar Urosevic
6378                 Fix Bug 896, 'PT_BR locale broken'.
6379         * src/gtk/authors.h
6380                 updated
6381
6382 2006-01-24 [mones]      1.9.100cvs184
6383
6384         * manual/glossary.xml
6385                 All current terms finished. Reviewers welcome ;-)
6386         * manual/keyboard.xml
6387                 Fixed column width for pdf output.
6388         * po/es.po
6389                 Updated
6390
6391 2006-01-24 [paul]       1.9.100cvs183
6392
6393         * manual/glossary.xml
6394                 fix id name
6395         * manual/dist/html/Makefile.am
6396         * manual/dist/pdf/Makefile.am
6397         * manual/dist/ps/Makefile.am
6398         * manual/dist/txt/Makefile.am
6399                 fix make deps
6400                 Thanks to Colin
6401
6402 2006-01-24 [mones]      1.9.100cvs182
6403
6404         * manual/glossary.xml
6405                 Nearly finished, some terms missing.
6406
6407 2006-01-23 [paul]       1.9.100cvs181
6408
6409         * manual/dist/html/Makefile.am
6410         * manual/dist/pdf/Makefile.am
6411         * manual/dist/ps/Makefile.am
6412         * manual/dist/txt/Makefile.am
6413         * src/mainwindow.c
6414                 re-enable manual
6415                 Thanks to Colin
6416
6417 2006-01-22 [colin]      1.9.100cvs180
6418
6419         * src/compose.c
6420         * src/gtk/gtkaspell.c
6421                 Don't deselect stuff before right-clicking, with aspell.
6422                 (This prevented right-click Copy, for example).
6423                 Thanks to Clo!
6424
6425 2006-01-22 [paul]       1.9.100cvs179
6426
6427         * src/summary_search.c
6428                 don't fix the widget size as it causes problems
6429                 under localisation.
6430                 Thanks to Emilian Nowak
6431
6432 2006-01-21 [paul]       1.9.100cvs178
6433
6434         * src/prefs_themes.c
6435                 fix broken underlining of label text
6436                 with some translations
6437
6438 2006-01-21 [colin]      1.9.100cvs177
6439
6440         * po/fr.po
6441                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
6442
6443 2006-01-20 [colin]      1.9.100cvs176
6444
6445         * configure.ac
6446         * Makefile.am
6447         * manual/Makefile
6448         * manual/dist/html/.cvsignore
6449         * manual/dist/html/Makefile.am
6450         * manual/dist/pdf/.cvsignore
6451         * manual/dist/pdf/Makefile.am
6452         * manual/dist/ps/.cvsignore
6453         * manual/dist/ps/Makefile.am
6454         * manual/dist/txt/.cvsignore
6455         * manual/dist/txt/Makefile.am
6456                 Autotool-ize manual
6457
6458 2006-01-20 [paul]       1.9.100cvs175
6459
6460         * manual/handling.xml
6461                 make Filtering and Searching entries easier to find
6462         * manual/keyboard.xml
6463                 add the remaining default keybinds
6464         * src/prefs_summaries.c
6465                 update the default keybinds
6466
6467 2006-01-20 [paul]       1.9.100cvs174
6468
6469         * src/addressbook.c
6470         * src/addrgather.c
6471         * src/addrharvest.c
6472         * src/editaddress.c
6473         * src/editgroup.c
6474         * src/exphtmldlg.c
6475         * src/expldifdlg.c
6476         * src/exporthtml.c
6477         * src/exportldif.c
6478         * src/ldif.c
6479                 replace 'e-mail' with 'email'
6480         * src/summary_search.c
6481                 add mnemonic to "Find all" button
6482
6483 2006-01-20 [wwp]        1.9.100cvs173
6484
6485         * src/export.c
6486         * src/import.c
6487                 touched mbox import/export buttons for HIG-compliance
6488
6489 2006-01-19 [paul]       1.9.100cvs172
6490
6491         * manual/account.xml
6492         * manual/addrbook.xml
6493         * manual/advanced.xml
6494         * manual/faq.xml
6495         * manual/handling.xml
6496         * manual/intro.xml
6497         * manual/plugins.xml
6498         * manual/starting.xml
6499                 more editing
6500
6501 2006-01-19 [paul]       1.9.100cvs171
6502
6503         * src/toolbar.c
6504                 allow use of trash button while receiving
6505                 Thanks to Colin
6506
6507 2006-01-19 [wwp]        1.9.100cvs170
6508
6509         * src/gtk/quicksearch.c
6510         * src/compose.c
6511                 force text color to black when yellow background is set
6512
6513 2006-01-19 [colin]      1.9.100cvs169
6514
6515         * src/plugins/trayicon/trayicon.c
6516                 Gray out Get Mail when already getting mail
6517
6518 2006-01-18 [paul]       1.9.100cvs168
6519
6520         * src/compose.c
6521                 give widget yellow background was To is
6522                 set via folder prefs
6523         * src/gtk/quicksearch.c
6524                 give widget yellow background when quick
6525                 search is active.
6526                 Thanks to Colin
6527
6528 2006-01-18 [paul]       1.9.100cvs167
6529
6530         * doc/man/sylpheed-claws.1
6531                 add --subscribe option
6532
6533 2006-01-18 [paul]       1.9.100cvs166
6534
6535         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6536         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6537                 use %U instead of %F (%F is broken for user installed
6538                 files in kde 3.5)
6539
6540 2006-01-18 [colin]      1.9.100cvs165
6541
6542         * src/summaryview.c
6543                 Default to Yes in "No more * messages" dialogs
6544
6545 2006-01-17 [colin]      1.9.100cvs164
6546
6547         * src/compose.c
6548                 Possibly fix an invalid iterator causing
6549                 crash
6550
6551 2006-01-17 [colin]      1.9.100cvs163
6552
6553         * src/mimeview.c
6554                 Fix crash when the image disappears under the
6555                 image viewer
6556
6557 2006-01-16 [colin]      1.9.100cvs162
6558
6559         * src/compose.c
6560                 Fix reenabling autowrap
6561
6562 2006-01-16 [colin]      1.9.100cvs161
6563
6564         * src/compose.c
6565                 reset quote_len before getting quote_str
6566
6567 2006-01-16 [colin]      1.9.100cvs160
6568
6569         * src/account.c
6570         * src/account.h
6571         * src/folder.c
6572         * src/imap_gtk.c
6573         * src/mh_gtk.c
6574                 Fix bug #883 (default inbox does not track folder move)
6575
6576 2006-01-16 [colin]      1.9.100cvs159
6577
6578         * src/compose.c
6579         * src/plugins/pgpcore/passphrase.c
6580                 More buttons fixes
6581
6582 2006-01-16 [paul]       1.9.100cvs158
6583
6584         * src/prefs_actions.c
6585         * src/prefs_filtering_action.c
6586         * src/prefs_matcher.c
6587         * src/quote_fmt.c
6588         * src/gtk/description_window.c
6589         * src/gtk/description_window.h
6590         * src/gtk/quicksearch.c
6591                 description window cleanups
6592
6593 2006-01-15 [colin]      1.9.100cvs157
6594
6595         * src/addressbook.c
6596         * src/prefs_filtering.c
6597                 Same here
6598
6599 2006-01-15 [colin]      1.9.100cvs156
6600
6601         * src/folderview.c
6602         * src/mainwindow.c
6603                 Same for "Empty trash"
6604
6605 2006-01-15 [colin]      1.9.100cvs155
6606
6607         * src/inc.c
6608                 Override offline dialog had Yes by default
6609
6610 2006-01-15 [colin]      1.9.100cvs154
6611
6612         * src/summaryview.c
6613                 Delete selected messages? previously had Yes the default
6614
6615 2006-01-15 [colin]      1.9.100cvs153
6616
6617         * src/folder.c
6618         * src/folder.h
6619         * src/main.c
6620                 Check if a mailbox is loaded after all
6621                 plugins are loaded.
6622
6623 2006-01-15 [colin]      1.9.100cvs152
6624
6625         * src/folder.c
6626                 Don't start wizard when there are unloaded folders (will help
6627                 people with only mbox or maildir mailboxes)
6628
6629 2006-01-14 [colin]      1.9.100cvs151
6630
6631         * src/addressbook.c
6632         * src/expldifdlg.c
6633         * src/importldif.c
6634         * src/importmutt.c
6635         * src/importpine.c
6636         * src/mh_gtk.c
6637                 More HIG compliance and fixes
6638
6639 2006-01-14 [colin]      1.9.100cvs150
6640
6641         * src/prefs_filtering_action.c
6642         * src/foldersel.c
6643                 Two forgotten button order changes
6644
6645 2006-01-14 [colin]      1.9.100cvs149
6646
6647         * src/account.c
6648         * src/addressbook.c
6649         * src/compose.c
6650         * src/folderview.c
6651         * src/imap_gtk.c
6652         * src/mainwindow.c
6653         * src/mh_gtk.c
6654         * src/news_gtk.c
6655         * src/prefs_actions.c
6656         * src/prefs_customheader.c
6657         * src/prefs_filtering.c
6658         * src/prefs_matcher.c
6659         * src/prefs_template.c
6660         * src/ssl_manager.c
6661         * src/summaryview.c
6662         * src/textview.c
6663         * src/toolbar.c
6664                 All deletion confirmations are now "Cancel, Delete" 
6665                 instead of "No, Yes"
6666                 Clarified most of the other "No, Yes" to 
6667                 "Cancel, Descriptive_action"
6668                 Rechanged the "Entry not saved" alerts to have 
6669                 "Close, Continue editing"
6670
6671
6672 2006-01-14 [paul]
6673
6674         * 2.0.0-rc4 released
6675
6676 2006-01-14 [paul]       1.9.100cvs148
6677
6678         * src/account.c
6679         * src/addressadd.c
6680         * src/addressbook.c
6681         * src/compose.c
6682         * src/editaddress.c
6683         * src/editbook.c
6684         * src/editgroup.c
6685         * src/editjpilot.c
6686         * src/editldap.c
6687         * src/editvcard.c
6688         * src/exphtmldlg.c
6689         * src/expldifdlg.c
6690         * src/folderview.c
6691         * src/grouplistdialog.c
6692         * src/imap_gtk.c
6693         * src/importmutt.c
6694         * src/importpine.c
6695         * src/inc.c
6696         * src/main.c
6697         * src/mainwindow.c
6698         * src/message_search.c
6699         * src/messageview.c
6700         * src/mh_gtk.c
6701         * src/mimeview.c
6702         * src/news_gtk.c
6703         * src/prefs_actions.c
6704         * src/prefs_customheader.c
6705         * src/prefs_filtering.c
6706         * src/prefs_matcher.c
6707         * src/prefs_template.c
6708         * src/prefs_themes.c
6709         * src/ssl_manager.c
6710         * src/summary_search.c
6711         * src/summaryview.c
6712         * src/textview.c
6713         * src/toolbar.c
6714         * src/gtk/foldersort.c
6715         * src/gtk/gtkaspell.c
6716         * src/gtk/inputdialog.c
6717         * src/gtk/prefswindow.c
6718         * src/plugins/pgpcore/select-keys.c
6719         * src/plugins/trayicon/trayicon.c
6720                 HIG compliant button order
6721
6722 2006-01-14 [mones]      1.9.100cvs147
6723
6724         * po/es.po
6725                 Updated translation
6726
6727 2006-01-13 [paul]       1.9.100cvs146
6728
6729         * AUTHORS
6730         * ChangeLog
6731         * src/gtk/authors.h
6732                 add Joshua M. Kwan to contributors list
6733
6734 2006-01-13 [colin]      1.9.100cvs145
6735
6736         * src/gtk/quicksearch.c
6737                 Don't refocus quick search after executing (Esc or Enter)
6738                 Allows to '/'search something then move up/down in 
6739                 summaryview, and to Esc a search and be back in the 
6740                 summaryview
6741
6742 2006-01-13 [paul]       1.9.100cvs144
6743
6744         * src/plugins/pgpinline/pgpinline.c
6745                 support Content-Type 'application/pgp'
6746                 patch by Joshua M. Kwan <joshuak@users.sf.net>
6747
6748 2006-01-13 [paul]       1.9.100cvs143
6749
6750         * manual/account.xml
6751                 make mention of partial retrieval
6752                 thanks to Colin
6753
6754 2006-01-13 [paul]       1.9.100cvs142
6755
6756         * src/account.c
6757         * src/account.h
6758         * src/action.c
6759         * src/action.h
6760         * src/adbookbase.h
6761         * src/addr_compl.c
6762         * src/addr_compl.h
6763         * src/addrbook.c
6764         * src/addrcache.c
6765         * src/addrcache.h
6766         * src/addrcindex.c
6767         * src/addrcindex.h
6768         * src/addrclip.c
6769         * src/addrclip.h
6770         * src/addrdefs.h
6771         * src/addressadd.c
6772         * src/addressadd.h
6773         * src/addressbook.c
6774         * src/addressbook.h
6775         * src/addrgather.c
6776         * src/addrgather.h
6777         * src/addrharvest.c
6778         * src/addrharvest.h
6779         * src/addrindex.c
6780         * src/addrindex.h
6781         * src/addritem.c
6782         * src/addritem.h
6783         * src/addrquery.c
6784         * src/addrquery.h
6785         * src/addrselect.c
6786         * src/addrselect.h
6787         * src/alertpanel.c
6788         * src/alertpanel.h
6789         * src/browseldap.c
6790         * src/browseldap.h
6791         * src/codeconv.c
6792         * src/codeconv.h
6793         * src/compose.c
6794         * src/compose.h
6795         * src/customheader.c
6796         * src/customheader.h
6797         * src/displayheader.c
6798         * src/displayheader.h
6799         * src/editaddress.c
6800         * src/editaddress.h
6801         * src/editbook.c
6802         * src/editbook.h
6803         * src/editgroup.c
6804         * src/editgroup.h
6805         * src/editjpilot.c
6806         * src/editjpilot.h
6807         * src/editldap.c
6808         * src/editldap.h
6809         * src/editldap_basedn.c
6810         * src/editldap_basedn.h
6811         * src/editvcard.c
6812         * src/editvcard.h
6813         * src/exphtmldlg.c
6814         * src/exphtmldlg.h
6815         * src/expldifdlg.c
6816         * src/expldifdlg.h
6817         * src/export.h
6818         * src/exporthtml.c
6819         * src/exporthtml.h
6820         * src/exportldif.c
6821         * src/exportldif.h
6822         * src/filtering.c
6823         * src/filtering.h
6824         * src/folder.c
6825         * src/folder.h
6826         * src/folder_item_prefs.c
6827         * src/folder_item_prefs.h
6828         * src/foldersel.c
6829         * src/foldersel.h
6830         * src/folderutils.c
6831         * src/folderutils.h
6832         * src/folderview.c
6833         * src/folderview.h
6834         * src/grouplistdialog.c
6835         * src/grouplistdialog.h
6836         * src/headerview.c
6837         * src/html.c
6838         * src/html.h
6839         * src/image_viewer.c
6840         * src/image_viewer.h
6841         * src/imap.c
6842         * src/imap.h
6843         * src/imap_gtk.c
6844         * src/imap_gtk.h
6845         * src/import.h
6846         * src/importldif.c
6847         * src/importldif.h
6848         * src/importmutt.c
6849         * src/importmutt.h
6850         * src/importpine.c
6851         * src/importpine.h
6852         * src/inc.c
6853         * src/inc.h
6854         * src/jpilot.c
6855         * src/jpilot.h
6856         * src/ldapctrl.c
6857         * src/ldapctrl.h
6858         * src/ldaplocate.c
6859         * src/ldaplocate.h
6860         * src/ldapquery.c
6861         * src/ldapquery.h
6862         * src/ldapserver.c
6863         * src/ldapserver.h
6864         * src/ldaputil.c
6865         * src/ldaputil.h
6866         * src/ldif.c
6867         * src/ldif.h
6868         * src/main.c
6869         * src/main.h
6870         * src/mainwindow.c
6871         * src/mainwindow.h
6872         * src/manual.c
6873         * src/manual.h
6874         * src/mbox.c
6875         * src/mbox.h
6876         * src/message_search.c
6877         * src/message_search.h
6878         * src/messageview.c
6879         * src/messageview.h
6880         * src/mh.c
6881         * src/mh.h
6882         * src/mh_gtk.c
6883         * src/mh_gtk.h
6884         * src/mimeview.c
6885         * src/mimeview.h
6886         * src/msgcache.c
6887         * src/msgcache.h
6888         * src/mutt.c
6889         * src/mutt.h
6890         * src/news.c
6891         * src/news.h
6892         * src/news_gtk.c
6893         * src/news_gtk.h
6894         * src/partial_download.c
6895         * src/partial_download.h
6896         * src/pine.c
6897         * src/pine.h
6898         * src/pop.c
6899         * src/pop.h
6900         * src/prefs_account.c
6901         * src/prefs_account.h
6902         * src/prefs_actions.c
6903         * src/prefs_actions.h
6904         * src/prefs_common.c
6905         * src/prefs_common.h
6906         * src/prefs_compose_writing.c
6907         * src/prefs_compose_writing.h
6908         * src/prefs_customheader.c
6909         * src/prefs_customheader.h
6910         * src/prefs_display_header.c
6911         * src/prefs_display_header.h
6912         * src/prefs_filtering.c
6913         * src/prefs_filtering.h
6914         * src/prefs_filtering_action.c
6915         * src/prefs_filtering_action.h
6916         * src/prefs_folder_column.c
6917         * src/prefs_folder_column.h
6918         * src/prefs_folder_item.c
6919         * src/prefs_folder_item.h
6920         * src/prefs_fonts.c
6921         * src/prefs_fonts.h
6922         * src/prefs_gtk.c
6923         * src/prefs_gtk.h
6924         * src/prefs_image_viewer.c
6925         * src/prefs_image_viewer.h
6926         * src/prefs_matcher.c
6927         * src/prefs_matcher.h
6928         * src/prefs_message.c
6929         * src/prefs_msg_colors.c
6930         * src/prefs_msg_colors.h
6931         * src/prefs_other.c
6932         * src/prefs_quote.c
6933         * src/prefs_receive.c
6934         * src/prefs_send.c
6935         * src/prefs_spelling.c
6936         * src/prefs_spelling.h
6937         * src/prefs_summaries.c
6938         * src/prefs_summaries.h
6939         * src/prefs_summary_column.c
6940         * src/prefs_summary_column.h
6941         * src/prefs_template.c
6942         * src/prefs_template.h
6943         * src/prefs_themes.c
6944         * src/prefs_themes.h
6945         * src/prefs_toolbar.c
6946         * src/prefs_toolbar.h
6947         * src/prefs_wrapping.c
6948         * src/prefs_wrapping.h
6949         * src/privacy.c
6950         * src/privacy.h
6951         * src/procheader.c
6952         * src/procheader.h
6953         * src/procmime.c
6954         * src/procmime.h
6955         * src/procmsg.c
6956         * src/procmsg.h
6957         * src/quote_fmt.c
6958         * src/quote_fmt_parse.y
6959         * src/recv.c
6960         * src/recv.h
6961         * src/remotefolder.c
6962         * src/remotefolder.h
6963         * src/send_message.c
6964         * src/send_message.h
6965         * src/setup.c
6966         * src/setup.h
6967         * src/sourcewindow.c
6968         * src/sourcewindow.h
6969         * src/ssl_manager.c
6970         * src/ssl_manager.h
6971         * src/statusbar.c
6972         * src/statusbar.h
6973         * src/stock_pixmap.c
6974         * src/stock_pixmap.h
6975         * src/summary_search.c
6976         * src/summary_search.h
6977         * src/summaryview.c
6978         * src/summaryview.h
6979         * src/syldap.c
6980         * src/syldap.h
6981         * src/textview.c
6982         * src/textview.h
6983         * src/toolbar.c
6984         * src/toolbar.h
6985         * src/undo.c
6986         * src/undo.h
6987         * src/unmime.c
6988         * src/unmime.h
6989         * src/vcard.c
6990         * src/vcard.h
6991         * src/wizard.c
6992         * src/wizard.h
6993         * src/common/base64.c
6994         * src/common/base64.h
6995         * src/common/defs.h
6996         * src/common/hooks.c
6997         * src/common/hooks.h
6998         * src/common/log.c
6999         * src/common/log.h
7000         * src/common/mgutils.c
7001         * src/common/mgutils.h
7002         * src/common/nntp.c
7003         * src/common/nntp.h
7004         * src/common/passcrypt.c
7005         * src/common/passcrypt.h.in
7006         * src/common/plugin.c
7007         * src/common/plugin.h
7008         * src/common/prefs.c
7009         * src/common/prefs.h
7010         * src/common/progressindicator.c
7011         * src/common/progressindicator.h
7012         * src/common/quoted-printable.c
7013         * src/common/quoted-printable.h
7014         * src/common/session.c
7015         * src/common/session.h
7016         * src/common/smtp.c
7017         * src/common/smtp.h
7018         * src/common/socket.c
7019         * src/common/socket.h
7020         * src/common/ssl.c
7021         * src/common/ssl.h
7022         * src/common/ssl_certificate.c
7023         * src/common/ssl_certificate.h
7024         * src/common/stringtable.c
7025         * src/common/stringtable.h
7026         * src/common/sylpheed.c
7027         * src/common/sylpheed.h
7028         * src/common/template.c
7029         * src/common/template.h
7030         * src/common/timing.h
7031         * src/common/utils.c
7032         * src/common/utils.h
7033         * src/common/version.h.in
7034         * src/common/xml.c
7035         * src/common/xml.h
7036         * src/common/xmlprops.c
7037         * src/common/xmlprops.h
7038         * src/gtk/colorlabel.c
7039         * src/gtk/colorsel.c
7040         * src/gtk/colorsel.h
7041         * src/gtk/description_window.c
7042         * src/gtk/description_window.h
7043         * src/gtk/filesel.c
7044         * src/gtk/filesel.h
7045         * src/gtk/foldersort.c
7046         * src/gtk/foldersort.h
7047         * src/gtk/gtkutils.c
7048         * src/gtk/gtkutils.h
7049         * src/gtk/inputdialog.c
7050         * src/gtk/inputdialog.h
7051         * src/gtk/logwindow.c
7052         * src/gtk/logwindow.h
7053         * src/gtk/manage_window.c
7054         * src/gtk/manage_window.h
7055         * src/gtk/menu.c
7056         * src/gtk/menu.h
7057         * src/gtk/pluginwindow.c
7058         * src/gtk/pluginwindow.h
7059         * src/gtk/prefswindow.c
7060         * src/gtk/prefswindow.h
7061         * src/gtk/progressdialog.c
7062         * src/gtk/progressdialog.h
7063         * src/gtk/sslcertwindow.c
7064         * src/gtk/sslcertwindow.h
7065         * src/plugins/clamav/clamav_plugin.c
7066         * src/plugins/clamav/clamav_plugin.h
7067         * src/plugins/clamav/clamav_plugin_gtk.c
7068         * src/plugins/demo/demo.c
7069         * src/plugins/dillo_viewer/dillo_prefs.c
7070         * src/plugins/dillo_viewer/dillo_prefs.h
7071         * src/plugins/dillo_viewer/dillo_viewer.c
7072         * src/plugins/pgpcore/passphrase.c
7073         * src/plugins/pgpcore/passphrase.h
7074         * src/plugins/pgpcore/plugin.c
7075         * src/plugins/pgpcore/select-keys.c
7076         * src/plugins/pgpcore/select-keys.h
7077         * src/plugins/pgpcore/sgpgme.c
7078         * src/plugins/pgpcore/sgpgme.h
7079         * src/plugins/pgpinline/pgpinline.c
7080         * src/plugins/pgpinline/pgpinline.h
7081         * src/plugins/pgpinline/plugin.c
7082         * src/plugins/pgpmime/pgpmime.c
7083         * src/plugins/pgpmime/pgpmime.h
7084         * src/plugins/pgpmime/plugin.c
7085         * src/plugins/spamassassin/spamassassin.c
7086         * src/plugins/spamassassin/spamassassin.h
7087         * src/plugins/spamassassin/spamassassin_gtk.c
7088         * src/plugins/trayicon/trayicon.c
7089                 update copyright header
7090
7091 2006-01-13 [paul]       1.9.100cvs141
7092
7093         * src/account.c
7094         * src/export.c
7095         * src/import.c
7096         * src/mainwindow.c
7097         * src/prefs_account.c
7098         * src/prefs_display_header.c
7099         * src/prefs_receive.c
7100         * src/prefs_send.c
7101         * src/prefs_summaries.c
7102         * src/prefs_themes.c
7103         * src/prefs_toolbar.c
7104         * src/gtk/about.c
7105                 various cleanups
7106
7107 2006-01-12 [colin]      1.9.100cvs140
7108
7109         * src/folder.c
7110         * src/folder.h
7111         * src/main.c
7112                 Add --subscribe option
7113                 Let sylpheed-claws email@domain.com equivalent to --compose
7114                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7115
7116 2006-01-12 [paul]       1.9.100cvs139
7117
7118         * src/mainwindow.c
7119                 append 'Change folder order' label with '...'
7120         * src/prefs_actions.c
7121                 allow reordering of actions list by dnd
7122         * src/gtk/foldersort.c
7123                 make the dialog nicer
7124
7125 2006-01-11 [colin]      1.9.100cvs138
7126
7127         * src/compose.c
7128                 Allow templates without text
7129
7130 2006-01-11 [paul]       1.9.100cvs137
7131
7132         * tools/README
7133         * tools/filter_conv_new.pl
7134                 add info to README
7135                 also check .sylpheed for filter.xml
7136                 be a bit informative to the user
7137
7138 2006-01-11 [colin]      1.9.100cvs136
7139
7140         * src/textview.c
7141                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7142
7143 2006-01-10 [paul]       1.9.100cvs135
7144
7145         * tools/Makefile.am
7146         * tools/filter_conv_new.pl
7147                 add script to convert new style Sylpheed
7148                 filter rules (Sylpheed >= 0.9.99) to
7149                 Claws filtering rules
7150
7151 2006-01-10 [colin]      1.9.100cvs134
7152
7153         * src/compose.c
7154                 Fix broken line joins in certain conditions
7155                 (between two quoted lines: <enter><enter><up>
7156                  <type a wrapped sentence><go in the first line>
7157                  <insert more text><watch as line joining failed>)
7158
7159 2006-01-10 [paul]       1.9.100cvs133
7160
7161         * src/compose.c
7162                 don't report success in error dialog
7163                 thanks to Colin
7164         * src/common/utils.c
7165                 include some trailing punctuations as URI
7166                 thanks to Hiro
7167
7168 2006-01-10 [paul]       1.9.100cvs132
7169
7170         * src/mimeview.c
7171                 fix incompatible pointer type
7172                 warning
7173
7174 2006-01-10 [paul]       1.9.100cvs131
7175
7176         * src/compose.c
7177                 change Subject in window title
7178                 instantaneously
7179
7180 2006-01-09 [colin]      1.9.100cvs130
7181
7182         * src/addressbook.c
7183         * src/headerview.c
7184         * src/mainwindow.c
7185         * src/messageview.c
7186         * src/mimeview.c
7187         * src/noticeview.c
7188         * src/summaryview.c
7189                 Fix possible crashes on exit and in addressbook
7190
7191 2006-01-09 [paul]       1.9.100cvs129
7192
7193         * src/prefs_msg_colors.c
7194                 some cleanups that I forgot last time
7195
7196 2006-01-09 [paul]       1.9.100cvs128
7197
7198         * README
7199         * src/folderview.c
7200         * src/prefs_msg_colors.c
7201                 add previously hidden option, color_new, to
7202                 the gui
7203                 move the page to Display/
7204                 rework the gui
7205
7206 2006-01-09 [wwp]        1.9.100cvs127
7207
7208         * src/prefs_themes.c
7209                 made the prefs/display/themes layouts spacing less condensed
7210                 (and so they match other prefs/pages' look).
7211
7212 2006-01-09 [paul]       1.9.100cvs126
7213
7214         * src/compose.c
7215         * src/prefs_common.c
7216         * src/prefs_common.h
7217         * src/prefs_wrapping.c
7218                 remove 'wrap at send' option
7219
7220 2006-01-06 [colin]      1.9.100cvs125
7221
7222         * src/compose.c
7223                 Just make completely sure we don't insert "manual line breaks" 
7224                 when wrapping... 
7225
7226 2006-01-04 [paul]
7227
7228         * 2.0.0-rc3 released
7229
7230 2006-01-04 [paul]       1.9.100cvs124
7231
7232         * src/folderview.c
7233                 fix bug 882, 'quick scroll in folder list
7234                 displays wrong folder contents'
7235
7236 2006-01-04 [paul]       1.9.100cvs123
7237
7238         * src/plugins/pgpmime/pgpmime.c
7239                 better debug information when signing
7240                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7241
7242 2006-01-03 [colin]      1.9.100cvs122
7243
7244         * configure.ac
7245                 We need to recheck for gpgme 1.0.0 after checking
7246                 for 1.1.1, because if 1.1.1 isn't available, 
7247                 GPGME_LIBS and friends are blanked out by the 
7248                 second check.
7249
7250 2006-01-03 [colin]      1.9.100cvs121
7251
7252         * src/common/prefs.c
7253                 Windows unlink-before rename fix
7254         * src/plugins/pgpcore/sgpgme.c
7255                 Add support for PKA info if available
7256                 Both patches by Werner Koch
7257
7258 2006-01-03 [paul]       1.9.100cvs120
7259
7260         * src/messageview.c
7261                 fix bug 884, 'Send receipt' button visible in queue
7262                 Thanks to Colin
7263
7264 2006-01-02 [colin]      1.9.100cvs119
7265
7266         * src/compose.c
7267         * src/imap.c
7268                 Fix autosave on IMAP and more generally try to
7269                 return the correct ID on a newly added IMAP message
7270
7271 2006-01-02 [paul]       1.9.100cvs118
7272
7273         * manual/keyboard.xml
7274                 edited
7275
7276 2006-01-01 [paul]       1.9.100cvs117
7277
7278         * src/gtk/authors.h
7279                 alphabetical order
7280
7281 2005-12-30 [colin]      1.9.100cvs116
7282
7283         * manual/advanced.xml
7284                 Explain Pre/Post-processing differences.
7285
7286 2005-12-30 [colin]      1.9.100cvs115
7287
7288         * src/mh.c
7289                 Implement copy_msgs for a little optimization
7290         * src/imap.c
7291                 Finish yesterday's fix
7292
7293 2005-12-29 [colin]      1.9.100cvs114
7294
7295         * src/imap.c
7296                 Fix occasional failure in fetching a mail over
7297                 IMAP
7298
7299 2005-12-29 [colin]      1.9.100cvs113
7300
7301         * src/compose.c
7302                 Don't remove a draft when sending it, if it is 
7303                 locked.
7304
7305 2005-12-28 [colin]      1.9.100cvs112
7306
7307         * src/summaryview.c
7308                 Fix leak for real
7309
7310 2005-12-28 [wwp]        1.9.100cvs111
7311
7312         * doc/faq/.cvsignore
7313         * doc/faq/de/.cvsignore
7314         * doc/faq/en/.cvsignore
7315         * doc/faq/es/.cvsignore
7316         * doc/faq/fr/.cvsignore
7317         * doc/faq/it/.cvsignore
7318         * doc/manual/.cvsignore
7319         * doc/manual/de/.cvsignore
7320         * doc/manual/en/.cvsignore
7321         * doc/manual/es/.cvsignore
7322         * doc/manual/fr/.cvsignore
7323         * doc/manual/ja/.cvsignore
7324         * src/plugins/mathml_viewer/.cvsignore
7325                 rollback revival of those files (my bad, sorry for the noise).
7326
7327 2005-12-28 [wwp]        1.9.100cvs110
7328
7329         * src/compose.c
7330                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
7331
7332 2005-12-28 [wwp]        1.9.100cvs109
7333
7334         * doc/faq/.cvsignore
7335         * doc/faq/de/.cvsignore
7336         * doc/faq/en/.cvsignore
7337         * doc/faq/es/.cvsignore
7338         * doc/faq/fr/.cvsignore
7339         * doc/faq/it/.cvsignore
7340         * doc/manual/.cvsignore
7341         * doc/manual/de/.cvsignore
7342         * doc/manual/en/.cvsignore
7343         * doc/manual/es/.cvsignore
7344         * doc/manual/fr/.cvsignore
7345         * doc/manual/ja/.cvsignore
7346         * src/plugins/mathml_viewer/.cvsignore
7347         * po/.cvsignore
7348                 more files to ignore.
7349
7350 2005-12-24 [colin]      1.9.100cvs108
7351
7352         * AUTHORS
7353         * src/gtk/authors.h
7354                 Update for Werner
7355
7356 2005-12-24 [colin]      1.9.100cvs107
7357
7358         * src/procmsg.c
7359                 Allow NULL src_msginfo in 
7360                 procmsg_msginfo_new_from_mimeinfo
7361
7362 2005-12-23 [paul]       1.9.100cvs106
7363
7364         * src/plugins/pgpinline/mypgpcore.def
7365                 add this forgotten file
7366
7367 2005-12-23 [colin]      1.9.100cvs105
7368
7369         * src/mainwindow.c
7370                 Fix missing break
7371
7372 2005-12-23 [colin]      1.9.100cvs104
7373
7374         * autogen.sh
7375         * src/folder.c
7376         * src/mh.c
7377         * src/common/plugin.c
7378         * src/common/socket.c
7379         * src/common/socket.h
7380         * src/common/utils.c
7381         * src/common/utils.h
7382         * src/gtk/pluginwindow.c
7383         * src/plugins/pgpcore/plugin.def
7384         * src/plugins/pgpcore/sylpheed.def
7385         * src/plugins/pgpinline/Makefile.am
7386         * src/plugins/pgpinline/plugin.def
7387         * src/plugins/pgpinline/sylpheed.def
7388         * src/plugins/pgpmime/plugin.def
7389         * src/plugins/pgpmime/sylpheed.def
7390                 Various w32 fixes by Werner Koch
7391
7392 2005-12-22 [paul]       1.9.100cvs103
7393
7394         * src/wizard.c
7395                 don't offer IMAP as 'server type' if
7396                 libetpan isn't built in
7397
7398 2005-12-22 [paul]       1.9.100cvs102
7399
7400         * AUTHORS
7401         * src/mainwindow.c
7402         * src/mainwindow.h
7403         * src/toolbar.c
7404         * src/gtk/authors.h
7405                 support GTK_TOOLBAR_BOTH_HORIZ (text
7406                 next to icon) Patch by Marien Zwart
7407                 marienz@users.sf.net
7408                 Also reword the text
7409
7410 2005-12-21 [colin]      1.9.100cvs101
7411
7412         * configure.ac
7413                 Fix DATADIRNAME
7414         * COPYING
7415                 Fix missing section and explicit the exception better
7416         * src/compose.c
7417                 Prevent mail from being lost without notice when an
7418                 SMTP error happens on trying to send an unmodified
7419                 drafted mail.
7420         * src/send_message.c
7421         * src/common/smtp.c
7422                 Fix password remembering when wrong, and add return
7423                 value checks where they should have been
7424         * src/plugins/pgpcore/sylpheed.def
7425         * src/plugins/pgpinline/sylpheed.def
7426         * src/plugins/pgpmime/sylpheed.def
7427                 Add a few symbols needed
7428
7429 2005-12-21 [paul]       1.9.100cvs100
7430
7431         * m4/codeset.m4
7432         * m4/glibc21.m4
7433         * m4/intdiv0.m4
7434         * m4/inttypes-pri.m4
7435         * m4/inttypes.m4
7436         * m4/inttypes_h.m4
7437         * m4/isc-posix.m4
7438         * m4/lcmessage.m4
7439         * m4/stdint_h.m4
7440         * m4/uintmax_t.m4
7441                 gettextization
7442                 thanks to Colin
7443
7444 2005-12-21 [paul]       1.9.100cvs99
7445
7446         * po/sv.po
7447                 fixed by Colin
7448
7449 2005-12-20 [paul]       1.9.100cvs98
7450
7451         * po/sv.po
7452                 updated by Anders Trobäck
7453
7454 2005-12-20 [colin]      1.9.100cvs97
7455
7456         * ABOUT-NLS
7457         * Makefile.am
7458         * autogen.sh
7459         * configure.ac
7460         * config/config.rpath
7461         * config/mkinstalldirs
7462         * m4/Makefile.am
7463         * m4/glibc2.m4
7464         * m4/gnupg.m4
7465         * m4/gpgme.m4
7466         * m4/intmax.m4
7467         * m4/longdouble.m4
7468         * m4/longlong.m4
7469         * m4/printf-posix.m4
7470         * m4/signed.m4
7471         * m4/size_max.m4
7472         * m4/ulonglong.m4
7473         * m4/wchar_t.m4
7474         * m4/wint_t.m4
7475         * m4/xsize.m4
7476         * po/Makefile.in.in
7477         * po/Makevars
7478         * po/bg.po
7479         * po/ca.po
7480         * po/cs.po
7481         * po/de.po
7482         * po/el.po
7483         * po/en_GB.po
7484         * po/es.po
7485         * po/fi.po
7486         * po/fr.po
7487         * po/hr.po
7488         * po/hu.po
7489         * po/it.po
7490         * po/ja.po
7491         * po/ko.po
7492         * po/nb.po
7493         * po/nl.po
7494         * po/pl.po
7495         * po/pt_BR.po
7496         * po/ru.po
7497         * po/sk.po
7498         * po/sr.po
7499         * po/stamp-po
7500         * po/sv.po
7501         * po/zh_CN.po
7502         * po/zh_TW.po
7503         * src/Makefile.am
7504         * src/codeconv.c
7505         * src/compose.c
7506         * src/exporthtml.c
7507         * src/exportldif.c
7508         * src/folder.c
7509         * src/main.c
7510         * src/manual.c
7511         * src/mh.c
7512         * src/mimeview.c
7513         * src/send_message.c
7514         * src/common/Makefile.am
7515         * src/common/fnmatch.c
7516         * src/common/fnmatch.h
7517         * src/common/fnmatch_loop.c
7518         * src/common/nntp.c
7519         * src/common/plugin.c
7520         * src/common/smtp.c
7521         * src/common/socket.c
7522         * src/common/string_match.c
7523         * src/common/sylpheed.c
7524         * src/common/utils.c
7525         * src/common/utils.h
7526         * src/common/w32_dirent.c
7527         * src/common/w32_reg.c
7528         * src/common/w32_signal.c
7529         * src/common/w32_stat.c
7530         * src/common/w32_stdio.c
7531         * src/common/w32_stdlib.c
7532         * src/common/w32_string.c
7533         * src/common/w32_time.c
7534         * src/common/w32_unistd.c
7535         * src/common/w32_wait.c
7536         * src/common/w32lib.h
7537         * src/etpan/Makefile.am
7538         * src/gtk/Makefile.am
7539         * src/plugins/clamav/Makefile.am
7540         * src/plugins/demo/Makefile.am
7541         * src/plugins/dillo_viewer/Makefile.am
7542         * src/plugins/pgpcore/Makefile.am
7543         * src/plugins/pgpcore/passphrase.c
7544         * src/plugins/pgpcore/plugin.def
7545         * src/plugins/pgpcore/sgpgme.c
7546         * src/plugins/pgpcore/sylpheed.def
7547         * src/plugins/pgpcore/version.rc
7548         * src/plugins/pgpinline/Makefile.am
7549         * src/plugins/pgpinline/plugin.def
7550         * src/plugins/pgpinline/sylpheed.def
7551         * src/plugins/pgpinline/version.rc
7552         * src/plugins/pgpmime/Makefile.am
7553         * src/plugins/pgpmime/mypgpcore.def
7554         * src/plugins/pgpmime/plugin.def
7555         * src/plugins/pgpmime/sylpheed.def
7556         * src/plugins/pgpmime/version.rc
7557         * src/plugins/spamassassin/Makefile.am
7558                 Very little ;-) patch from Werner Koch, providing
7559                 infrastructure for cross-compiling to Win32
7560
7561 2005-12-20 [paul]       1.9.100cvs96
7562
7563         * src/account.c
7564         * src/account.h
7565         * src/mainwindow.c
7566         * src/mainwindow.h
7567         * src/toolbar.c
7568         * src/toolbar.h
7569                 add a combo to the Get All button, allowing
7570                 quick retrieval from any account
7571                 Patch by Fabien Vantard, slightly modified
7572                 by Colin
7573         * src/gtk/about.c
7574                 i18n fix. Patch by Fabien Vantard
7575
7576 2005-12-19 [colin]      1.9.100cvs95
7577
7578         * src/compose.c
7579         * src/compose.h
7580                 Don't automatically join lines when they've 
7581                 been separated by the user and not automatically
7582
7583 2005-12-19 [paul]       1.9.100cvs94
7584
7585         * src/gtk/pluginwindow.c
7586                 i18n fix.
7587                 Patch by Fabien Vantard
7588
7589 2005-12-15 [paul]       1.9.100cvs93
7590
7591         * src/common/plugin.c
7592         * src/common/plugin.h
7593         * src/gtk/pluginwindow.c
7594         * src/plugins/clamav/clamav_plugin.c
7595         * src/plugins/demo/demo.c
7596         * src/plugins/dillo_viewer/dillo_viewer.c
7597         * src/plugins/pgpcore/plugin.c
7598         * src/plugins/pgpinline/plugin.c
7599         * src/plugins/pgpmime/plugin.c
7600         * src/plugins/spamassassin/spamassassin.c
7601         * src/plugins/trayicon/trayicon.c
7602                 add plugin_version()
7603
7604 2005-12-15 [colin]      1.9.100cvs92
7605
7606         * src/compose.c
7607                 Further fix bug #875
7608
7609 2005-12-15 [paul]       1.9.100cvs91
7610
7611         * src/gtk/filesel.c
7612                 fix attach_load_dir getting set to
7613                 PLUGINDIR on plugin load
7614
7615 2005-12-14 [mones]      1.9.100cvs90
7616
7617         * manual/ack.xml
7618         * manual/keyboard.xml
7619                 Initial draft and some shortcuts added
7620                 
7621         * po/es.po
7622                 Updated translation
7623
7624 2005-12-14 [colin]      1.9.100cvs89
7625
7626         * src/compose.c
7627         * src/imap.c
7628         * src/summaryview.c
7629         * src/gtk/gtkaspell.c
7630                 More leaks fixed
7631         * src/prefs_folder_item.c
7632                 Fix recursive prefs apply
7633
7634
7635 2005-12-14 [colin]      1.9.100cvs88
7636
7637         * src/compose.c
7638                 Fix bug #875 (Freeze On Inline Forward of 
7639                 Large Message)
7640
7641 2005-12-13 [colin]      1.9.100cvs87
7642
7643         * src/compose.c
7644                 Uniq-ify and sort the mimetypes list
7645                 Patch by Fabien Vantard
7646
7647 2005-12-13 [colin]      1.9.100cvs86
7648
7649         * src/imap.c
7650         * src/etpan/imap-thread.c
7651                 Fix leaks (patch by Hoa)
7652         * src/news.c
7653         * src/common/plugin.c
7654                 Fix leaks
7655
7656 2005-12-12 [colin]
7657
7658         * 2.0.0-rc2 released
7659
7660 2005-12-12 [colin]      1.9.100cvs85
7661
7662         * src/matcher.c
7663                 Fix a leak
7664
7665 2005-12-12 [wwp]        1.9.100cvs84
7666
7667         * src/gtk/icon_legend.c
7668                 fix misbehaviour and crash when closing the legend window
7669         using the Esc key (patch by Fabien Vantard).
7670
7671 2005-12-12 [paul]       1.9.100cvs83
7672
7673         * src/browseldap.c
7674         * src/foldersel.c
7675         * src/prefs_actions.c
7676         * src/prefs_filtering.c
7677         * src/prefs_matcher.c
7678         * src/prefs_spelling.glade      ** REMOVED **
7679         * src/prefs_template.c
7680         * src/gtk/foldersort.glade      ** REMOVED **
7681         * src/gtk/pluginwindow.c
7682         * src/gtk/pluginwindow.glade    ** REMOVED **
7683         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
7684                 cleanups
7685
7686 2005-12-11 [paul]       1.9.100cvs82
7687
7688         * src/gtk/filesel.c
7689                 fix attach_load_dir crasher (double free)
7690
7691 2005-12-09 [paul]       1.9.100cvs81
7692
7693         * po/POTFILES.in
7694         * src/mainwindow.c
7695         * src/gtk/Makefile.am
7696         * src/gtk/icon_legend.c
7697         * src/gtk/icon_legend.h
7698                 add icon legend
7699         * src/manual.c
7700                 cleanup
7701
7702 2005-12-09 [paul]       1.9.100cvs80
7703
7704         * src/plugins/pgpcore/passphrase.c
7705                 wrap the label in the dialog
7706
7707 2005-12-09 [colin]      1.9.100cvs79
7708
7709         * src/plugins/pgpcore/sgpgme.c
7710                 Display (untrusted) on not trusted signatures
7711                 Patch by Michal Èihaø <michal@cihar.com>
7712                 Closes bug #867 (Report also key trust)
7713
7714 2005-12-09 [colin]      1.9.100cvs78
7715
7716         * src/common/plugin.c
7717                 Update licence check, following Eben Moglen's advice
7718
7719 2005-12-08 [colin]      1.9.100cvs77
7720
7721         * src/folder.c
7722                 Fix the occasionnal item->cache != NULL 
7723                 assertion failure. 
7724
7725 2005-12-08 [colin]      1.9.100cvs76
7726
7727         * src/mimeview.c
7728         * src/plugins/pgpcore/sgpgme.c
7729                 Print key id when unable to check it
7730                 Closes bug #866 (Show key id when missing)
7731
7732 2005-12-08 [paul]       1.9.100cvs75
7733
7734         * src/prefs_common.c
7735         * src/prefs_common.h
7736         * src/gtk/filesel.c
7737                 remember load attachment dir
7738
7739 2005-12-07 [colin]      1.9.100cvs74
7740
7741         * src/prefs_toolbar.c
7742                 Gtk fixes, patch by Fabien Vantard
7743
7744 2005-12-07 [colin]      1.9.100cvs73
7745
7746         * src/action.c
7747         * src/compose.c
7748         * src/compose.h
7749                 Fix bug #839 (Quoted text isn't colored after 
7750                 executing an action)
7751         * src/common/plugin.c
7752                 Require plugins to declare their licence in plugin_licence()
7753                 Refuse to load non-GPL plugins as they'd be illegal (as 
7754                 derived works of Sylpheed-Claws, they must be GPL).
7755         * src/plugins/clamav/clamav_plugin.c
7756         * src/plugins/demo/demo.c
7757         * src/plugins/dillo_viewer/dillo_viewer.c
7758         * src/plugins/pgpcore/plugin.c
7759         * src/plugins/pgpinline/plugin.c
7760         * src/plugins/pgpmime/plugin.c
7761         * src/plugins/spamassassin/spamassassin.c
7762         * src/plugins/trayicon/trayicon.c
7763                 Add plugin_licence()
7764
7765 2005-12-07 [paul]       1.9.100cvs72
7766
7767         * configure.ac
7768         * src/mainwindow.c
7769         * src/manual.c
7770         * src/manual.h
7771         * src/common/defs.h
7772                 clean up after local FAQ removal and
7773                 temporary manual removal
7774
7775 2005-12-06 [colin]      1.9.100cvs71
7776
7777         * configure.ac
7778         * doc/Makefile.am
7779         * doc/faq/.cvsignore
7780         * doc/faq/Makefile.am
7781         * doc/faq/de/.cvsignore
7782         * doc/faq/de/Makefile.am
7783         * doc/faq/de/sylpheed-faq-1.html
7784         * doc/faq/de/sylpheed-faq-2.html
7785         * doc/faq/de/sylpheed-faq-3.html
7786         * doc/faq/de/sylpheed-faq.html
7787         * doc/faq/en/.cvsignore
7788         * doc/faq/en/Makefile.am
7789         * doc/faq/en/sylpheed-faq-1.html
7790         * doc/faq/en/sylpheed-faq-2.html
7791         * doc/faq/en/sylpheed-faq-3.html
7792         * doc/faq/en/sylpheed-faq-4.html
7793         * doc/faq/en/sylpheed-faq.html
7794         * doc/faq/es/.cvsignore
7795         * doc/faq/es/Makefile.am
7796         * doc/faq/es/sylpheed-faq-1.html
7797         * doc/faq/es/sylpheed-faq-2.html
7798         * doc/faq/es/sylpheed-faq-3.html
7799         * doc/faq/es/sylpheed-faq-4.html
7800         * doc/faq/es/sylpheed-faq.html
7801         * doc/faq/fr/.cvsignore
7802         * doc/faq/fr/Makefile.am
7803         * doc/faq/fr/sylpheed-faq-1.html
7804         * doc/faq/fr/sylpheed-faq-2.html
7805         * doc/faq/fr/sylpheed-faq-3.html
7806         * doc/faq/fr/sylpheed-faq.html
7807         * doc/faq/it/.cvsignore
7808         * doc/faq/it/Makefile.am
7809         * doc/faq/it/sylpheed-faq-1.html
7810         * doc/faq/it/sylpheed-faq-2.html
7811         * doc/faq/it/sylpheed-faq-3.html
7812         * doc/faq/it/sylpheed-faq.html
7813         * doc/manual/.cvsignore
7814         * doc/manual/Makefile.am
7815         * doc/manual/de/.cvsignore
7816         * doc/manual/de/Makefile.am
7817         * doc/manual/de/sylpheed-1.html
7818         * doc/manual/de/sylpheed-10.html
7819         * doc/manual/de/sylpheed-11.html
7820         * doc/manual/de/sylpheed-12.html
7821         * doc/manual/de/sylpheed-13.html
7822         * doc/manual/de/sylpheed-14.html
7823         * doc/manual/de/sylpheed-15.html
7824         * doc/manual/de/sylpheed-16.html
7825         * doc/manual/de/sylpheed-17.html
7826         * doc/manual/de/sylpheed-18.html
7827         * doc/manual/de/sylpheed-19.html
7828         * doc/manual/de/sylpheed-2.html
7829         * doc/manual/de/sylpheed-20.html
7830         * doc/manual/de/sylpheed-3.html
7831         * doc/manual/de/sylpheed-4.html
7832         * doc/manual/de/sylpheed-5.html
7833         * doc/manual/de/sylpheed-6.html
7834         * doc/manual/de/sylpheed-7.html
7835         * doc/manual/de/sylpheed-8.html
7836         * doc/manual/de/sylpheed-9.html
7837         * doc/manual/de/sylpheed.html
7838         * doc/manual/en/.cvsignore
7839         * doc/manual/en/Makefile.am
7840         * doc/manual/en/sylpheed-1.html
7841         * doc/manual/en/sylpheed-10.html
7842         * doc/manual/en/sylpheed-11.html
7843         * doc/manual/en/sylpheed-12.html
7844         * doc/manual/en/sylpheed-13.html
7845         * doc/manual/en/sylpheed-14.html
7846         * doc/manual/en/sylpheed-15.html
7847         * doc/manual/en/sylpheed-16.html
7848         * doc/manual/en/sylpheed-17.html
7849         * doc/manual/en/sylpheed-18.html
7850         * doc/manual/en/sylpheed-19.html
7851         * doc/manual/en/sylpheed-2.html
7852         * doc/manual/en/sylpheed-20.html
7853         * doc/manual/en/sylpheed-21.html
7854         * doc/manual/en/sylpheed-22.html
7855         * doc/manual/en/sylpheed-3.html
7856         * doc/manual/en/sylpheed-4.html
7857         * doc/manual/en/sylpheed-5.html
7858         * doc/manual/en/sylpheed-6.html
7859         * doc/manual/en/sylpheed-7.html
7860         * doc/manual/en/sylpheed-8.html
7861         * doc/manual/en/sylpheed-9.html
7862         * doc/manual/en/sylpheed.html
7863         * doc/manual/es/.cvsignore
7864         * doc/manual/es/Makefile.am
7865         * doc/manual/es/sylpheed-1.html
7866         * doc/manual/es/sylpheed-10.html
7867         * doc/manual/es/sylpheed-11.html
7868         * doc/manual/es/sylpheed-12.html
7869         * doc/manual/es/sylpheed-13.html
7870         * doc/manual/es/sylpheed-14.html
7871         * doc/manual/es/sylpheed-15.html
7872         * doc/manual/es/sylpheed-16.html
7873         * doc/manual/es/sylpheed-17.html
7874         * doc/manual/es/sylpheed-18.html
7875         * doc/manual/es/sylpheed-19.html
7876         * doc/manual/es/sylpheed-2.html
7877         * doc/manual/es/sylpheed-20.html
7878         * doc/manual/es/sylpheed-3.html
7879         * doc/manual/es/sylpheed-4.html
7880         * doc/manual/es/sylpheed-5.html
7881         * doc/manual/es/sylpheed-6.html
7882         * doc/manual/es/sylpheed-7.html
7883         * doc/manual/es/sylpheed-8.html
7884         * doc/manual/es/sylpheed-9.html
7885         * doc/manual/es/sylpheed.html
7886         * doc/manual/fr/.cvsignore
7887         * doc/manual/fr/Makefile.am
7888         * doc/manual/fr/sylpheed-1.html
7889         * doc/manual/fr/sylpheed-10.html
7890         * doc/manual/fr/sylpheed-11.html
7891         * doc/manual/fr/sylpheed-12.html
7892         * doc/manual/fr/sylpheed-13.html
7893         * doc/manual/fr/sylpheed-14.html
7894         * doc/manual/fr/sylpheed-15.html
7895         * doc/manual/fr/sylpheed-16.html
7896         * doc/manual/fr/sylpheed-17.html
7897         * doc/manual/fr/sylpheed-18.html
7898         * doc/manual/fr/sylpheed-19.html
7899         * doc/manual/fr/sylpheed-2.html
7900         * doc/manual/fr/sylpheed-20.html
7901         * doc/manual/fr/sylpheed-3.html
7902         * doc/manual/fr/sylpheed-4.html
7903         * doc/manual/fr/sylpheed-5.html
7904         * doc/manual/fr/sylpheed-6.html
7905         * doc/manual/fr/sylpheed-7.html
7906         * doc/manual/fr/sylpheed-8.html
7907         * doc/manual/fr/sylpheed-9.html
7908         * doc/manual/fr/sylpheed.html
7909         * doc/manual/ja/.cvsignore
7910         * doc/manual/ja/Makefile.am
7911         * doc/manual/ja/sylpheed-1.html
7912         * doc/manual/ja/sylpheed-10.html
7913         * doc/manual/ja/sylpheed-11.html
7914         * doc/manual/ja/sylpheed-12.html
7915         * doc/manual/ja/sylpheed-13.html
7916         * doc/manual/ja/sylpheed-14.html
7917         * doc/manual/ja/sylpheed-15.html
7918         * doc/manual/ja/sylpheed-16.html
7919         * doc/manual/ja/sylpheed-17.html
7920         * doc/manual/ja/sylpheed-18.html
7921         * doc/manual/ja/sylpheed-19.html
7922         * doc/manual/ja/sylpheed-2.html
7923         * doc/manual/ja/sylpheed-20.html
7924         * doc/manual/ja/sylpheed-3.html
7925         * doc/manual/ja/sylpheed-4.html
7926         * doc/manual/ja/sylpheed-5.html
7927         * doc/manual/ja/sylpheed-6.html
7928         * doc/manual/ja/sylpheed-7.html
7929         * doc/manual/ja/sylpheed-8.html
7930         * doc/manual/ja/sylpheed-9.html
7931         * doc/manual/ja/sylpheed.html
7932         * doc/manual/ja/sylpheed.sgml
7933         * src/mainwindow.c
7934                 Remove outdated manual and faq. Noisy, eh?
7935
7936 2005-12-06 [colin]      1.9.100cvs70
7937
7938         * src/compose.c
7939         * src/quote_fmt_parse.y
7940         * src/undo.c
7941         * src/undo.h
7942                 Allow %X to position cursor at 0 
7943                 (no %X = before signature)
7944                 Fix paste as quotation putting the cursor at 0
7945                 Fix undo offsets when pasting
7946                 Insert the quote_fmt at once instead of line 
7947                 by line
7948                 Fix [Edited] when starting to reply/forward
7949
7950 2005-12-06 [paul]       1.9.100cvs69
7951
7952         * src/plugins/clamav/clamav_plugin_gtk.c
7953                 add another tooltip
7954         * src/plugins/spamassassin/spamassassin_gtk.c
7955                 rework spamassassin_create_widget_func()
7956
7957 2005-12-05 [colin]      1.9.100cvs68
7958
7959         * po/POTFILES.in
7960                 Fix make release ;-)
7961
7962 2005-12-05 [colin]      1.9.100cvs67
7963
7964         * src/compose.c
7965         * src/compose.h
7966                 Fix cursor positioning (not obeying %X)
7967
7968 2005-12-05 [paul]       1.9.100cvs66
7969
7970         * src/plugins/dillo_viewer/dillo_prefs.c
7971                 fix compilation warning
7972
7973 2005-12-05 [paul]       1.9.100cvs65
7974
7975         * src/prefs_spelling.c
7976         * src/plugins/trayicon/trayicon.c
7977                 cleanups - remove unused stuff
7978
7979 2005-12-05 [paul]       1.9.100cvs64
7980
7981         * README
7982         * manual/plugins.xml
7983                 remove info about removed mathml_viewer plugin
7984
7985 2005-12-05 [paul]       1.9.100cvs63
7986
7987         * configure.ac
7988         * src/plugins/Makefile.am
7989         * src/plugins/mathml_viewer/.cvsignore
7990         * src/plugins/mathml_viewer/Makefile.am
7991         * src/plugins/mathml_viewer/mathml_viewer.c
7992                 remove unmaintained mathml_viewer plugin
7993
7994 2005-12-05 [paul]       1.9.100cvs62
7995
7996         * src/summaryview.c
7997                 obey prefs_common.always_show_msg when
7998                 moving a msg
7999                 Thanks to Colin
8000
8001 2005-12-05 [paul]       1.9.100cvs61
8002
8003         * src/compose.c
8004         * src/prefs_account.c
8005         * src/prefs_filtering.c
8006         * src/prefs_quote.c
8007         * src/prefs_spelling.c
8008         * src/prefs_toolbar.c
8009         * src/summaryview.c
8010         * src/gtk/gtkutils.c
8011         * src/gtk/quicksearch.c
8012         * src/plugins/dillo_viewer/dillo_prefs.c
8013                 dialog cleanups
8014
8015 2005-12-04 [paul]       1.9.100cvs60
8016
8017         * src/inc.c
8018         * src/prefs_account.c
8019         * src/prefs_account.h
8020                 allow a Local account to specify a
8021                 default inbox
8022                 (closes bug 843 'Inbox cannot be changed for local
8023                  mailboxes')
8024
8025 2005-12-04 [colin]      1.9.100cvs59
8026
8027         * src/plugins/trayicon/trayicon.c
8028                 Remove Get, rename Get All to Get Mail in order to
8029                 be consistent with the default main toolbar
8030
8031 2005-12-03 [colin]      1.9.100cvs58
8032
8033         * manual/gpl.xml
8034         * manual/sylpheed-claws-manual.xml
8035                 Add GPL appendix
8036
8037 2005-12-03 [paul]       1.9.100cvs57
8038
8039         * AUTHORS
8040         * po/sv.po
8041         * src/gtk/authors.h
8042                 new (partially complete) Swedish translation
8043                 by Anders Troback <sylpheed@troback.com>
8044
8045 2005-12-02 [paul]       1.9.100cvs56
8046
8047         * configure.ac
8048                 libetpan 0.41 required
8049
8050 2005-12-02 [paul]       1.9.100cvs55
8051
8052         * src/plugins/clamav/clamav_plugin.c
8053         * src/plugins/clamav/clamav_plugin.h
8054         * src/plugins/clamav/clamav_plugin_gtk.c
8055         * src/plugins/spamassassin/spamassassin.c
8056         * src/plugins/spamassassin/spamassassin.h
8057         * src/plugins/spamassassin/spamassassin_gtk.c
8058                 unregister prefs pages on unloading, thus
8059                 preventing a crash
8060                 (thanks to Colin for the hint)
8061
8062 2005-12-02 [wwp]        1.9.100cvs54
8063
8064         * src/quote_fmt.h
8065         * src/quote_fmt_parse.y
8066                 fix misuse of gboolean*, use gboolean instead
8067                 (thanks to Paul, Colin, for pointing out that scaring one)
8068
8069 2005-12-02 [paul]       1.9.100cvs53
8070
8071         * src/plugins/clamav/clamav_plugin.c
8072                 int no --> unsigned int no
8073         * src/plugins/clamav/clamav_plugin_gtk.c
8074                 rework config page
8075
8076 2005-12-02 [wwp]        1.9.100cvs52
8077
8078         * src/compose.c
8079         * src/prefs_template.c
8080         * src/quote_fmt.h
8081         * src/quote_fmt_parse.y
8082                 prevent from executing |f and |p templates commands when
8083                 adding or replacing templates in prefs (avoids annoying and
8084                 potentially dangerous behaviours)
8085
8086 2005-12-02 [paul]       1.9.100cvs51
8087
8088         * src/prefs_common.c
8089                 allow translation of some default values
8090                 Patch by Fabien Vantard
8091
8092 2005-12-02 [paul]       1.9.100cvs50
8093
8094         * src/codeconv.c
8095         * src/codeconv.h
8096         * src/prefs_common.c
8097         * src/prefs_common.h
8098         * src/prefs_message.c
8099         * src/textview.c
8100                 remove obsolete 'convert_mb_alnum' option
8101                 and related stuff
8102         * src/gtk/about.c
8103                 remove unused 'about_textview_visibility_notify'
8104
8105 2005-12-02 [paul]       1.9.100cvs49
8106
8107         * src/prefs_account.c
8108         * src/prefs_compose_writing.c
8109         * src/prefs_fonts.c
8110         * src/prefs_gtk.h
8111         * src/prefs_image_viewer.c
8112         * src/prefs_message.c
8113         * src/prefs_other.c
8114         * src/prefs_receive.c
8115         * src/prefs_send.c
8116         * src/prefs_spelling.c
8117         * src/prefs_summaries.c
8118         * src/prefs_wrapping.c
8119         * src/plugins/dillo_viewer/dillo_prefs.c
8120         * src/plugins/pgpcore/prefs_gpg.c
8121                 several cleanups to the prefs dialogs
8122                 (slightly modified) patch by Fabien Vantard
8123
8124 2005-12-02 [paul]       1.9.100cvs48
8125
8126         * src/main.c
8127                 --exit means exit
8128         * src/send_message.c
8129                 fix crash on send when connection fails
8130
8131         Thanks to Colin
8132
8133 2005-12-01 [colin]      1.9.100cvs47
8134
8135         * src/html.c
8136                 Translate &hellip; to "..."
8137
8138 2005-11-30 [colin]      1.9.100cvs46
8139
8140         * src/matcher.c
8141         * src/matcher.h
8142                 Optimize back yesterday's fix.
8143
8144 2005-11-30 [paul]       1.9.100cvs45
8145
8146         * manual/faq.xml
8147                 standardised
8148         * manual/intro.xml
8149                 written by Colin, edited by me
8150
8151 2005-11-29 [colin]      1.9.100cvs44
8152
8153         * src/matcher.c
8154                 Skip headers unconditionnaly in match_body if the
8155                 rule is not message or ~message
8156
8157 2005-11-29 [colin]      1.9.100cvs43
8158
8159         * src/matcher.c
8160                 Fix body_part and such, not skipping headers 
8161                 if the matchcriteria wasn't the first in the rule
8162
8163 2005-11-29 [colin]      1.9.100cvs42
8164
8165         * src/compose.c
8166                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8167                 option missing from message view window)
8168                 Fix double text D'n'D with gtk-2.8
8169         * src/matcher.c
8170                 Fix ~message, ~headers_part, ~body_part rules
8171         * src/messageview.c
8172                 Add Windows-1252 (Closes bug #863)
8173                 Fix accels
8174         * src/gtk/gtkaspell.c
8175                 Properly destroy accels in all menus
8176
8177 2005-11-29 [mones]      1.9.100cvs41
8178
8179         * po/es.po
8180                 Updated.
8181
8182 2005-11-27 [colin]      1.9.100cvs40
8183
8184         * src/mh_gtk.c
8185                 "/Remove mailbox" -> "/Remove mailbox..."
8186
8187 2005-11-27 [paul]       1.9.100cvs39
8188
8189         * AUTHORS
8190         * po/de.po
8191         * src/gtk/authors.h
8192                 updated by new maintainer, Stephan Sachse
8193
8194 2005-11-27 [paul]       1.9.100cvs38
8195
8196         * manual/faq.xml
8197                 written by Colin, edited by me
8198
8199 2005-11-27 [paul]       1.9.100cvs37
8200
8201         * src/prefs_common.c
8202         * src/prefs_common.h
8203         * src/prefs_receive.c
8204         * src/prefs_summaries.c
8205                 move 'go to inbox after receiving new mail'
8206                 option from display/sumamaries to mail
8207                 handling/receive, and rework prefs_summaries
8208                 dialog a little
8209
8210 2005-11-25 [martin]     1.9.100cvs36
8211
8212         * po/de.po
8213             fixed windows-1252 translation;
8214             translated some new and fuzzy strings
8215
8216 2005-11-25 [paul]       1.9.100cvs35
8217
8218         * src/plugins/clamav/clamav_plugin.c
8219                 complete the update done in cvs34
8220
8221 2005-11-25 [paul]       1.9.100cvs34
8222
8223         * src/plugins/clamav/clamav_plugin.c
8224                 reflect upstream changes
8225
8226 2005-11-25 [paul]       1.9.100cvs33
8227
8228         * manual/ack.xml
8229         * manual/plugins.xml
8230         * manual/sylpheed-claws-manual.xml
8231                 written/updated by Colin, edited by me
8232         * tools/acroread2sylpheed.pl
8233                 update binary name
8234
8235 2005-11-24 [colin]      1.9.100cvs32
8236
8237         * src/compose.c
8238                 Fix bug #856 (reediting messages forgets Request
8239                 Return Receipt)
8240
8241 2005-11-24 [paul]       1.9.100cvs31
8242
8243         * manual/addrbook.xml
8244         * manual/starting.xml
8245                 written by Colin, proofread, edited, adapted by me
8246         * manual/advanced.xml
8247                 add some Actions examples
8248         * src/importldif.c
8249                 use a Save button instead of a Close button
8250         * src/wizard.c
8251                 indicate mandatory fields
8252                 fix page display
8253                 Thanks to Colin
8254
8255 2005-11-23 [colin]      1.9.100cvs30
8256
8257         * src/addressbook.c
8258                 Rename menu item, fix possible crash after
8259                 deletion of books
8260         * src/addrindex.c
8261                 Allow searching for '*' in ldap
8262         * src/browseldap.c
8263                 Fix "Browse Entry" (did anyone use it?)
8264         * src/wizard.c
8265                 Add guards for mandatory information
8266
8267 2005-11-23 [paul]       1.9.100cvs29
8268
8269         * manual/advanced.xml
8270                 corrections to the English
8271
8272 2005-11-23 [colin]      1.9.100cvs28
8273
8274         * src/mimeview.c
8275                 Fix possible crash at exit. After the call to
8276                 gtk_container_remove(), the Viewer's widget has no
8277                 more parent so gtk+ automatically frees it and its
8278                 sons. If destroy_viewer() then try to access it,
8279                 problems ensue.
8280
8281 2005-11-22 [colin]      1.9.100cvs27
8282
8283         * src/compose.c
8284         * src/gtk/gtkaspell.c
8285                 Fix right-clicking on a misspelled word
8286                 Fix More... in suggestions menu
8287
8288 2005-11-22 [wwp]        1.9.100cvs26
8289
8290         * src/prefs_template.c
8291                 templates works: re-sort templates list when adding or replacing,
8292                 prevent from adding or replacing when the template name is empty
8293
8294 2005-11-21 [colin]      1.9.100cvs25
8295
8296         * src/addressbook.c
8297                 Fix some addressbook suckage (dnd, select all)
8298         * src/compose.c
8299         * src/gtk/gtkaspell.c
8300         * src/gtk/gtkaspell.h
8301                 Make the spellchecker menu work with the 
8302                 GtkTextView one instead of overriding it
8303
8304 2005-11-20 [paul]       1.9.100cvs24
8305
8306         * manual/handling.xml
8307                 proofread and corrected
8308
8309 2005-11-20 [paul]       1.9.100cvs23
8310
8311         * manual/Makefile
8312                 generate html as one file
8313         * manual/advanced.xml
8314                 fix output generation
8315                 reformat hidden options list
8316         * manual/manual.xml     ** REMOVED **
8317         * manual/sylpheed-claws-manual.xml      ** ADDED **
8318                 renamed
8319
8320 2005-11-18 [colin]      1.9.100cvs22
8321
8322         * src/prefs_account.c
8323                 Fix layout in news and mbox accounts
8324         * manual/account.xml
8325         * manual/advanced.xml
8326                 New contents for Paul to check :)
8327
8328 2005-11-18 [wwp]        1.9.100cvs21
8329
8330         * src/gtk/quicksearch.c
8331                 don't update extended quicksearch buttons twice
8332
8333 2005-11-18 [paul]       1.9.100cvs20
8334
8335         * src/textview.c
8336                 complete 1.9.100cvs19
8337
8338 2005-11-18 [paul]       1.9.100cvs19
8339
8340         * src/compose.c
8341                 cosmetic improvements
8342         * src/textview.c
8343                 also list text/* attachments
8344
8345 2005-11-18 [colin]      1.9.100cvs18
8346
8347         * src/summaryview.c
8348                 Use column 0 instead of -1 in 
8349                 gtk_ctree_node_moveto, in a naive
8350                 hope it'll fix the gtk-related crashes
8351
8352 2005-11-18 [colin]      1.9.100cvs17
8353
8354         * src/gtk/inputdialog.c
8355                 Fix icon staying the first one
8356
8357 2005-11-17 [wwp]        1.9.100cvs16
8358                 fix possible problem showing some quicksearch buttons, and a bad
8359                 call to g_return_if_fail in a function that returns a value (both
8360                 fixes by Fabien Vantard)
8361
8362 2005-11-15 [wwp]        1.9.100cvs15
8363
8364         * src/gtk/quicksearch.c
8365                 added a tooltip to that obscure ... quicksearch button
8366
8367 2005-11-15 [wwp]        1.9.100cvs14
8368
8369         * src/gtk/quicksearch.c
8370                 add a quicksearch helper to filtering expression users: the ... button
8371                 raises the condition expr window. condition expressions set up w/ this
8372                 window are used by the quicksearch if the user closes it pressing OK.
8373
8374 2005-11-14 [paul]       1.9.100cvs13
8375
8376         * src/plugins/clamav/clamav_plugin.c
8377         * src/plugins/spamassassin/spamassassin.c
8378                 change plugin type following recent merging
8379
8380 2005-11-14 [wwp]        1.9.100cvs12
8381
8382         * src/folder.c
8383                 prevent from crashing when copying/moving message(s) from and
8384                 to the same folder
8385
8386 2005-11-14 [paul]       1.9.100cvs11
8387
8388         * src/plugins/clamav/Makefile.am
8389         * src/plugins/clamav/clamav_plugin.c
8390         * src/plugins/clamav/clamav_plugin.h
8391         * src/plugins/clamav/clamav_plugin_gtk.c
8392                 also merge clamav and clamav_gtk plugins
8393
8394 2005-11-13 [colin]      1.9.100cvs10
8395
8396         * configure.ac
8397         * src/plugins/spamassassin/Makefile.am
8398         * src/plugins/spamassassin/spamassassin.c
8399         * src/plugins/spamassassin/spamassassin.h
8400         * src/plugins/spamassassin/spamassassin_gtk.c
8401                 Merge spamassassin and spamassassin_gtk plugins,
8402                 and build it by default.
8403
8404 2005-11-12 [colin]      1.9.100cvs9
8405
8406         * src/etpan/imap-thread.c
8407                 Fix gcc warning
8408
8409 2005-11-12 [colin]      1.9.100cvs8
8410
8411         * src/procmime.c
8412                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
8413
8414 2005-11-10 [colin]      1.9.100cvs7
8415
8416         * src/main.c
8417                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
8418                 minimised state)
8419
8420 2005-11-10 [wwp]        1.9.100cvs6
8421
8422         * src/gtk/description_window.c
8423                 fix a crash when closing description windows using the WM's [X] button
8424
8425 2005-11-09 [colin]      1.9.100cvs5
8426
8427         * src/common/ssl.c
8428                 Update libetpan call to follow upstream
8429                 (yes, this requires libetpan-0.40cvs3)
8430
8431 2005-11-08 [colin]      1.9.100cvs4
8432
8433         * src/compose.c
8434         * src/textview.c
8435         * src/common/utils.c
8436         * src/common/utils.h
8437                 Enhance the email parser
8438
8439 2005-11-08 [colin]      1.9.100cvs3
8440
8441         * src/procmime.c
8442                 Fix what looks like an off-by-one (fixes 
8443                 attachments from the Bat)
8444
8445 2005-11-08 [wwp]        1.9.100cvs2
8446
8447         * src/main.c
8448                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
8449
8450 2005-11-08 [wwp]        1.9.100cvs1
8451
8452         * src/main.c
8453                 allow exiting Sylpheed-Claws from command-line
8454
8455 2005-11-08 [paul]       1.9.100
8456
8457         1.9.100 released
8458
8459 2005-11-07 [colin]      1.9.99cvs17
8460
8461         * src/addritem.c
8462         * src/ldif.c
8463                 Fix import of base-64 encoded items
8464
8465 2005-11-07 [colin]      1.9.99cvs16
8466
8467         * src/send_message.c
8468                 Fix bug #314 (Queue does not empty under certain 
8469                 circumstances)
8470
8471 2005-11-07 [paul]       1.9.99cvs15
8472
8473         * src/mutt.c
8474         * src/pine.c
8475                 fix buffer overflows
8476                 Thanks to Colin
8477
8478 2005-11-07 [paul]       1.9.99cvs14
8479
8480         * doc/man/Makefile.am
8481         * doc/man/sylpheed-claws.1      ** ADDED **
8482         * doc/man/sylpheed.1            ** DELETED **
8483                 rename and update the man file
8484
8485 2005-11-06 [colin]      1.9.99cvs13
8486
8487         * src/ldif.c
8488                 Fix ldif_get_line() that returned empty strings
8489                 (Didn't understand why). Also fix a possible
8490                 buffer overflow.
8491
8492 2005-11-06 [wwp]        1.9.99cvs12
8493
8494         * src/textview.c
8495         * src/gtk/about.c
8496         * src/gtk/gtkutils.c
8497         * src/gtk/gtkutils.h
8498                 fix a compilation warning,
8499                 make links sensitive in the about dialog
8500
8501 2005-11-04 [wwp]        1.9.99cvs11
8502
8503         * src/gtk/about.c
8504                 don't wrap or translate URIs, and a bit text format cleanup
8505
8506 2005-11-04 [wwp]        1.9.99cvs10
8507
8508         * src/gtk/about.c
8509                 better textview tagging implementation (no more use of marks for
8510                 postponed tagging)
8511
8512 2005-11-02 [colin]      1.9.99cvs9
8513
8514         * src/common/ssl.c
8515                 Forgot an ifdef
8516
8517 2005-11-02 [colin]      1.9.99cvs8
8518
8519         * configure.ac
8520                 Require libetpan-0.40 due to upstream fix
8521         * src/common/ssl.c
8522                 Tell libetpan not to call SSL_Library_Init,
8523                 as we do it ourselves.
8524
8525 2005-11-02 [colin]      1.9.99cvs7
8526
8527         * po/POTFILES.in
8528                 Add missing files (thanks to Fabien Vantard)
8529
8530 2005-11-02 [colin]      1.9.99cvs6
8531
8532         * src/summaryview.c
8533                 Fix totals when read messages are hidden or quicksearch
8534                 is on
8535         * src/ssl_manager.c
8536         * src/ssl_manager.h
8537         * src/common/ssl_certificate.c
8538         * src/common/ssl_certificate.h
8539         * src/gtk/sslcertwindow.c
8540         * src/gtk/sslcertwindow.h
8541                 Fix copyright on my stuff
8542
8543 2005-11-02 [wwp]        1.9.99cvs5
8544
8545         * src/prefs_themes.c
8546                 fix directory name checking (theme installation/removal),
8547                 made related error a bit more verbose
8548
8549 2005-11-02 [colin]      1.9.99cvs4
8550
8551         * src/summaryview.c
8552                 Fix typo (probably fixes bug #841 (Sort by the From 
8553                 field doesn't work)
8554
8555 2005-11-02 [paul]       1.9.99cvs3
8556
8557         * po/ko.po
8558         * po/nb.po
8559                 updated by SungHyun Nam, Geir Helland
8560         * src/wizard.c
8561                 fix typo in welcome message. spotted by
8562                 Andrea Spadaccini
8563
8564 2005-11-01 [colin]      1.9.99cvs2
8565
8566         * src/compose.c
8567                 Fix replying to ml wen confirming subscription
8568         * src/messageview.c
8569         * src/mimeview.c
8570         * src/mimeview.h
8571         * src/privacy.h
8572         * src/summaryview.c
8573                 Make key check non blocking
8574
8575 2005-10-31 [paul]       1.9.99cvs1
8576
8577         * tools/claws.i18n.status.pl
8578                 updated for ChangeLog
8579
8580 2005-10-31 [paul]       1.9.99
8581
8582         1.9.99 released
8583
8584 2005-10-31 [paul]       1.9.15cvs131
8585
8586         * .cvsignore
8587         * ChangeLog
8588         * ChangeLog.claws       ** REMOVED **
8589         * ChangeLog-gtk2.claws  ** REMOVED **
8590         * ChangeLog.gtk1        ** ADDED **
8591         * INSTALL
8592         * Makefile.am
8593         * NEWS
8594         * README
8595         * README.claws          ** REMOVED **
8596         * README.jp             ** REMOVED **
8597         * RELEASE_NOTES         ** ADDED **
8598         * RELEASE_NOTES.claws   ** REMOVED **
8599         * commitHelper
8600         * configure.ac
8601         * sylpheed.spec.in      ** REMOVED **
8602                 tidy up and update the default docs:
8603                 ChangeLog.claws is renamed ChangeLog.gtk1
8604                 ChangeLog-gtk2.claws is renamed ChangeLog
8605                 README.claws is renamed README
8606                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
8607
8608 2005-10-31 [paul]       1.9.15cvs130
8609
8610         * po/it.po
8611                 fix errors
8612
8613 2005-10-31 [paul]       1.9.15cvs129
8614
8615         * po/ca.po
8616         * po/de.po
8617         * po/en_GB.po
8618         * po/fr.po
8619         * po/it.po
8620         * po/pt_BR.po
8621         * po/sk.po
8622         * po/sr.po
8623         * po/zh_CN.po
8624                 updated by Miquel Oliete, Stephan Sachse and
8625                 Thomas Gilgin, me, Fabien Vantard, Andrea
8626                 Spadaccini, Frederico Goncalves Guimaraes,
8627                 Andrej Kacian, Aleksandar Urosevic, and
8628                 Ralgh Young.
8629
8630 2005-10-31 [mones]      1.9.15cvs128
8631
8632         * manual/faq.xml
8633                 More questions.
8634         
8635         * po/es.po
8636                 Updated for release.
8637
8638 2005-10-30 [colin]      1.9.15cvs127
8639
8640         * src/compose.c
8641                 Place cursor before rewrapping (fixes cursor
8642                 pos if quotation gets rewrapped)
8643
8644 2005-10-29 [paul]       1.9.15cvs126
8645
8646         * src/crash.c
8647         * src/foldersel.c
8648         * src/main.c
8649         * src/messageview.c
8650         * src/toolbar.c
8651         * src/gtk/authors.h
8652                 corrections to text items
8653
8654 2005-10-28 [colin]      1.9.15cvs125
8655
8656         * src/messageview.c
8657                 Make "hit 'C' to check sig" work from extern 
8658                 messageviews
8659
8660 2005-10-27 [colin]      1.9.15cvs124
8661
8662         * src/summaryview.c
8663                 Add a hack to avoid segfaulting when hammering 
8664                 on gtk's events
8665
8666 2005-10-27 [wwp]        1.9.15cvs123
8667
8668         * src/prefs_themes.c
8669                 sort list of themes names in themes prefs
8670
8671 2005-10-27 [paul]       1.9.15cvs122
8672
8673         * src/folder.c
8674         * src/prefs_account.c
8675                 fix building on Solaris
8676                 Patch by Alex Moore
8677
8678 2005-10-27 [wwp]        1.9.15cvs121
8679
8680         * src/summaryview.c
8681         * src/gtk/gtksctree.c
8682                 speed up unselecting messages in summary view (thanks to Colin)
8683
8684 2005-10-27 [paul]       1.9.15cvs120
8685
8686         * src/mainwindow.c
8687                 fix a compilation warning
8688         * src/summaryview.c
8689                 fix updating of 'n items selected' count
8690                 when deselecting
8691
8692 2005-10-27 [martin]     1.9.15cvs119
8693
8694         * src/action.c
8695                 ignore actions with a leading '/' in the action menu name
8696                 fixes a crash on menu creation
8697         * src/prefs_actions.c
8698                 do not allow a leading '/' in the action menu name
8699
8700 2005-10-27 [paul]       1.9.15cvs118
8701
8702         * src/main.c
8703                 fix compilation warning
8704
8705 2005-10-27 [paul]       1.9.15cvs117
8706
8707         * src/procmime.c
8708                 add #if HAVE_LOCALE_H
8709
8710 2005-10-27 [paul]       1.9.15cvs116
8711
8712         * src/plugins/clamav/clamav_plugin.c
8713         * src/plugins/dillo_viewer/dillo_viewer.c
8714         * src/plugins/mathml_viewer/mathml_viewer.c
8715         * src/plugins/pgpcore/plugin.c
8716         * src/plugins/pgpinline/plugin.c
8717         * src/plugins/pgpmime/plugin.c
8718         * src/plugins/spamassassin/spamassassin.c
8719         * src/plugins/trayicon/trayicon.c
8720                 plugin_init() : make error messages more
8721                 informative
8722
8723 2005-10-26 [wwp]        1.9.15cvs115
8724
8725         * src/prefs_matcher.c
8726                 enlarge boolean op widget width a bit (wasn't always showing text contents)
8727
8728 2005-10-26 [wwp]        1.9.15cvs114
8729
8730         * src/procmime.c
8731         * src/gtk/gtksctree.c
8732         * src/plugins/spamassassin/libspamc.c
8733         * src/plugins/spamassassin/spamassassin.c
8734                 fix some compilation warnings more
8735
8736 2005-10-26 [mones]      1.9.15cvs113
8737
8738         * po/es.po
8739                 Updated translation
8740
8741 2005-10-26 [paul]       1.9.15cvs112
8742
8743         * src/prefs_message.c
8744                 give all display_xface stuff the
8745                 #if HAVE_LIBCOMPFACE treatment, thus
8746                 preventing a crash
8747                 (Thanks to Wolfgang Enderlein)
8748
8749 2005-10-26 [colin]      1.9.15cvs111
8750
8751         * src/gedit-print.c
8752                 Fix date format
8753         * src/imap_gtk.c
8754         * src/news_gtk.c
8755                 Remove context menu items that should not be there
8756         * src/jpilot.c
8757                 Fix encoding
8758         * src/main.c
8759         * src/mainwindow.c
8760                 Don't show the mainwindow too soon
8761
8762 2005-10-26 [wwp]        1.9.15cvs110
8763
8764         * src/folder.c
8765         * src/manual.c
8766         * src/summaryview.c
8767                 fix uninitialized pointers in the folder updating hook
8768                 (thanks to Colin)
8769
8770 2005-10-25 [mones]      1.9.15cvs109
8771
8772         * manual/faq.xml
8773                 General information subsection completed. 
8774                 Removed archaic references.
8775                 
8776         * manual/Makefile
8777         * manual/dtd/manual.dsl
8778                 Added customization stylesheet for getting paragraphs
8779                 fully justified in PDF output (as suggested by Colin).
8780
8781 2005-10-25 [colin]      1.9.15cvs108
8782
8783         * src/compose.c
8784                 Fix a second leak
8785
8786 2005-10-25 [colin]      1.9.15cvs107
8787
8788         * src/addrbook.c
8789         * src/addrindex.c
8790                 Fix leak (xml_get_element() allocates memory)
8791         * src/compose.c
8792                 Fix leak + dead code (shame!)
8793         * src/procmime.c
8794                 Fix leak
8795
8796 2005-10-25 [colin]      1.9.15cvs106
8797
8798         * src/mimeview.c
8799                 Fix encoding issue in Save all and in 
8800                 overwrite-confirmation alertpanel
8801
8802 2005-10-25 [colin]      1.9.15cvs105
8803
8804         * src/common/socket.c
8805                 Fix a leak - Thanks to Christopher Aillon
8806                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
8807
8808 2005-10-25 [paul]       1.9.15cvs104
8809
8810         * src/wizard.c
8811                 Always guess servers from the right-hand
8812                 email part and guess username from the
8813                 left-hand part. (Thanks to Colin)
8814                 add an X-Face to the welcome message
8815
8816 2005-10-25 [paul]       1.9.15cvs103
8817
8818         * manual/handling.xml
8819                 written by Colin, edited by me
8820
8821 2005-10-25 [wwp]        1.9.15cvs102
8822
8823         * src/folderview.c
8824         * src/grouplistdialog.c
8825         * src/imap.c
8826         * src/noticeview.c
8827                 fix some compilation warnings
8828
8829 2005-10-24 [paul]
8830
8831         1.9.99-rc3 released
8832
8833 2005-10-24 [paul]       1.9.15cvs101
8834
8835         * src/gtk/about.c
8836                 fix window sizing
8837
8838 2005-10-24 [paul]       1.9.15cvs100
8839
8840         * src/pixmaps/offline.xpm
8841         * src/pixmaps/online.xpm
8842                 replace with last default versions
8843
8844 2005-10-24 [colin]      1.9.15cvs99
8845
8846         * src/imap.c
8847                 Fix bug when moving a folder
8848         * src/imap_gtk.c
8849         * src/mh_gtk.c
8850                 "Delete folder" pops up a window, so it 
8851                 should be suffixed with "..."
8852         * src/plugins/pgpcore/sgpgme.c
8853                 Include locale.h
8854
8855 2005-10-24 [mones]      1.9.15cvs98
8856
8857         * manual/Makefile
8858         * manual/account.xml
8859         * manual/ack.xml
8860         * manual/addrbook.xml
8861         * manual/advanced.xml
8862         * manual/faq.xml
8863         * manual/glossary.xml
8864         * manual/gpl.xml
8865         * manual/handling.xml
8866         * manual/intro.xml
8867         * manual/keyboard.xml
8868         * manual/manual.xml
8869         * manual/plugins.xml
8870         * manual/starting.xml
8871         * manual/dtd/sdocbook.dtd
8872                 Initial manual structure and some content.
8873
8874 2005-10-23 [wwp]        1.9.15cvs97
8875
8876         * src/gtk/about.c
8877                 fix a typo
8878
8879 2005-10-23 [wwp]        1.9.15cvs96
8880
8881         * src/gtk/about.c
8882         * src/gtk/authors.h
8883                 rework of the about window (main work by Paul), also featuring a few
8884                 fixes for typos and duplicate names
8885
8886 2005-10-23 [wwp]        1.9.15cvs95
8887
8888         * src/.cvsignore
8889                 Ignore the right binary name (sylpheed-claws now)
8890
8891 2005-10-23 [paul]       1.9.15cvs94
8892
8893         * src/compose.c
8894                 when using Folder Pref 'Default To for
8895                 replies' make the entry in the Compose
8896                 window bold
8897                 Patch by Fabien Vantard
8898
8899 2005-10-22 [colin]      1.9.15cvs93
8900
8901         * src/codeconv.c
8902                 Fix leak
8903
8904 2005-10-22 [colin]      1.9.15cvs92
8905
8906         * src/codeconv.c
8907                 try to convert using locale (apart utf8) if necessary
8908
8909 2005-10-22 [colin]      1.9.15cvs91
8910
8911         * src/pixmaps/new.xpm
8912         * src/pixmaps/unread.xpm
8913                 Make the unread envelope blue again and
8914                 saturate the new one a bit more.
8915
8916 2005-10-22 [colin]      1.9.15cvs90
8917
8918         * src/compose.c
8919                 When replying to a mail sent by one of our accounts,
8920                 use the original list of recipients. Let 'Reply All'
8921                 and 'Reply to sender' work like previously.
8922
8923 2005-10-21 [colin]      1.9.15cvs89
8924
8925         * src/prefs_filtering.c
8926                 Clear fields after add and replace
8927         * src/textview.c
8928                 Display xface differently (better)
8929         * src/plugins/pgpinline/pgpinline.c
8930                 Fix crappy encodings/recodings
8931
8932 2005-10-21 [paul]       1.9.15cvs88
8933
8934         * src/compose.c
8935         * src/prefs_folder_item.c
8936         * src/toolbar.c
8937                 fix news folder Folder Properties
8938                 (thanks to Colin)
8939         * src/folderview.c
8940                 update folderview after Themes change
8941                 keep selected folder selected
8942                 (thanks to Colin)
8943
8944 2005-10-21 [paul]       1.9.15cvs87
8945
8946         * tools/Makefile.am
8947         * tools/OOo2sylpheed.pl
8948         * tools/README
8949         * tools/README.sylprint
8950         * tools/asus_mailled.sh         ** REMOVED **
8951         * tools/filter_conv.pl
8952         * tools/freshmeat_search.pl
8953         * tools/google_search.pl
8954         * tools/gpg-sign-syl            ** REMOVED **
8955         * tools/kmail2sylpheed.pl
8956         * tools/kmail2sylpheed_v2.pl
8957         * tools/multiwebsearch.pl
8958         * tools/nautilus2sylpheed.sh
8959         * tools/newscache_clean.pl
8960         * tools/outlook2sylpheed.pl
8961         * tools/sylpheed-switcher       ** REMOVED **
8962         * tools/sylprint.pl
8963         * tools/sylprint.rc
8964         * tools/tb2sylpheed
8965         * tools/vcard2xml.py
8966         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8967                 update default config dir
8968                 update binary name (thanks to Fabien Vantard)
8969                 remove obsolete scripts
8970
8971 2005-10-21 [colin]      1.9.15cvs86
8972
8973         * src/inc.c
8974                 Fix possible leak and units. Based on a patch by
8975                 Fabien Vantard.
8976
8977 2005-10-20 [colin]      1.9.15cvs85
8978
8979         * src/textview.c
8980                 Clear xface when clearing textview
8981
8982 2005-10-20 [colin]      1.9.15cvs84
8983
8984         * configure.ac
8985         * src/folderview.c
8986         * src/headerview.c
8987         * src/main.c
8988         * src/prefs_common.c
8989         * src/prefs_common.h
8990         * src/prefs_message.c
8991         * src/textview.c
8992         * src/textview.h
8993         * src/common/defs.h
8994         * src/common/utils.c
8995         * src/common/utils.h
8996         * src/gtk/gtkutils.c
8997         * src/gtk/gtkutils.h
8998                 Migrate config to .sylpheed-claws (Automatically)
8999                 Add a way to get the Xface in the TextView
9000
9001 2005-10-20 [colin]      1.9.15cvs83
9002
9003         * src/gtk/Makefile.am
9004         * src/gtk/about.c
9005         * src/gtk/authors.h
9006                 Make the about dialog *grooovy*
9007
9008 2005-10-20 [colin]      1.9.15cvs82
9009
9010         * src/mimeview.c
9011                 Use "Open with" on double click if no command
9012                 was found
9013
9014 2005-10-20 [colin]      1.9.15cvs81
9015
9016         * src/imap.c
9017         * src/etpan/imap-thread.c
9018                 Fix possible crash.
9019
9020 2005-10-20 [paul]       1.9.15cvs80
9021
9022         * src/folder.c
9023                 don't show clipkey icon if the only
9024                 attachment is the signature
9025                 Patch by Colin
9026
9027 2005-10-20 [paul]       1.9.15cvs79
9028
9029         * AUTHORS
9030         * src/plugins/pgpmime/pgpmime.c
9031                 name the PGP/MIME signature 'signature.asc'
9032                 Patch by Andrew Nelson <freeandy@gmail.com>
9033
9034 2005-10-19 [colin]      1.9.15cvs78
9035
9036         * src/plugins/pgpmime/pgpmime.c
9037                 Oops, no need to double-check though
9038
9039 2005-10-19 [colin]      1.9.15cvs77
9040
9041         * src/plugins/pgpinline/pgpinline.c
9042         * src/plugins/pgpmime/pgpmime.c
9043                 Check that my_tmpfile() doesn't 
9044                 return NULL
9045
9046 2005-10-19 [colin]      1.9.15cvs76
9047
9048         * src/common/utils.c
9049                 Use shorter mime boundaries to avoid having
9050                 MTAs rewrapping our headers, breaking the
9051                 PGP signature in the process 
9052         * src/compose.c
9053         * src/plugins/pgpmime/pgpmime.c
9054                 Check for boundary uniqueness to be sure
9055                 it won't happen, instead of hoping for the
9056                 best
9057
9058 2005-10-19 [colin]      1.9.15cvs75
9059
9060         * sylpheed-claws.desktop
9061         * src/Makefile.am
9062         * src/main.c
9063                 Ship a sylpheed-claws binary instead
9064                 of a sylpheed one. Change the socket
9065                 name, too
9066         * src/folderview.c
9067                 Update folder only if it changed
9068         * src/wizard.c
9069                 Fix i18n in welcome mail, patch by
9070                 Fabien Vantard
9071
9072 2005-10-19 [paul]
9073
9074         1.9.99-rc2 released
9075
9076 2005-10-19 [paul]       1.9.15cvs74
9077
9078         * src/folder.c
9079         * src/folderview.c
9080                 fix summaryview update
9081                 Patch by Colin
9082
9083 2005-10-18 [colin]      1.9.15cvs73
9084
9085         * src/plugins/pgpcore/passphrase.c
9086                 Don't XGrabServer, and try a bit more to 
9087                 sync everything before grabbing mouse/keyboard
9088
9089 2005-10-18 [colin]      1.9.15cvs72
9090
9091         * src/Makefile.am
9092         * src/addressadd.c
9093         * src/addressbook.c
9094         * src/folderview.c
9095         * src/grouplistdialog.c
9096         * src/mimeview.c
9097         * src/stock_pixmap.c
9098         * src/stock_pixmap.h
9099         * src/summaryview.c
9100         * src/gtk/gtksctree.c
9101         * src/gtk/gtksctree.h
9102         * src/pixmaps/empty.xpm
9103                 Implement a wrapper call for gtk_ctree_set_node_info
9104                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9105                 pixmap instead of a NULL one. This works around some
9106                 memory problems deep inside gtk, revealed by valgrind,
9107                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9108                 as locked crashes sylpheed.), as well as, probably, 
9109                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9110
9111 2005-10-17 [colin]      1.9.15cvs71
9112
9113         * src/mimeview.c
9114                 Provide visual feedback when checking
9115                 signature
9116
9117 2005-10-17 [colin]      1.9.15cvs70
9118
9119         * src/main.c
9120                 Keep the folder list frozen while checking caches...
9121
9122 2005-10-17 [colin]      1.9.15cvs69
9123
9124         * src/addr_compl.c
9125                 Fi bug #833 (Autocompleting from addressbook 
9126                 fails with extended chars)
9127         * src/imap.c
9128                 Fix 'adding messages' staying in statusbar
9129                 after an error
9130
9131 2005-10-17 [wwp]        1.9.15cvs68
9132
9133         * src/ssl_manager.c
9134                 Fix buttons' layout resizing when window size changes
9135
9136 2005-10-17 [wwp]        1.9.15cvs67
9137
9138         * src/account.c
9139         * src/prefs_account.c
9140         * src/prefs_common.c
9141         * src/prefs_common.h
9142         * src/prefs_folder_item.c
9143         * src/prefs_gtk.c
9144         * src/gtk/logwindow.c
9145         * src/gtk/pluginwindow.c
9146         * src/gtk/prefswindow.c
9147         * src/gtk/prefswindow.h
9148                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9149
9150 2005-10-17 [paul]       1.9.15cvs66
9151
9152         * configure.ac
9153                 fix missing libetpan message
9154         * po/en_GB.po
9155                 updated
9156         * src/crash.c
9157         * src/manual.c
9158         * src/prefs_themes.c
9159         * src/common/defs.h
9160                 add some new URI defines, change some
9161                 others
9162         * src/wizard.c
9163                 make welcome message translatable
9164                 small improvements to english
9165                 other tweaks
9166         * src/gtk/menu.c
9167                 fix warnings
9168
9169 2005-10-17 [paul]       1.9.15cvs65
9170
9171         * src/summaryview.c
9172                 fix column titles
9173
9174 2005-10-16 [mones]      1.9.15cvs64
9175
9176         * po/es.po
9177                 Updated translation
9178
9179 2005-10-16 [colin]
9180
9181         1.9.99-rc1 released
9182
9183 2005-10-16 [colin]      1.9.15cvs63
9184
9185         * src/wizard.c
9186                 Fix whitespace
9187
9188 2005-10-16 [colin]      1.9.15cvs62
9189
9190         * src/toolbar.c
9191                 s/Get All/Get Mail/
9192         * src/wizard.c
9193                 Real welcome mail text, thanks Paul
9194
9195 2005-10-16 [colin]      1.9.15cvs61
9196
9197         * src/editldap.c
9198         * src/exporthtml.c
9199         * src/main.c
9200         * src/mainwindow.c
9201         * src/prefs_themes.c
9202         * src/prefs_toolbar.c
9203         * src/plugins/demo/demo.c
9204         * src/plugins/trayicon/trayicon.c
9205                 s/Sylpheed/Sylpheed-Claws/
9206
9207 2005-10-16 [colin]      1.9.15cvs60
9208
9209         * src/wizard.c
9210                 Add a welcome email in the first empty mailbox
9211         * src/prefs_common.c
9212                 Change one more default
9213
9214 2005-10-16 [colin]      1.9.15cvs59
9215
9216         * src/wizard.c
9217                 Remove printf
9218
9219 2005-10-16 [colin]      1.9.15cvs58
9220
9221         * src/toolbar.c
9222         * src/prefs_common.c
9223                 Change some defaults
9224
9225 2005-10-16 [colin]      1.9.15cvs57
9226
9227         * src/toolbar.c
9228         * src/prefs_common.c
9229                 Change some defaults
9230
9231 2005-10-16 [colin]      1.9.15cvs56
9232
9233         * src/wizard.c
9234                 By default, initialize fonts to have
9235                 the same size as normal GtkWidgets
9236
9237 2005-10-16 [colin]      1.9.15cvs55
9238
9239         * src/mimeview.c
9240                 Fix message a bit more
9241
9242 2005-10-16 [colin]      1.9.15cvs54
9243
9244         * src/addressbook.c
9245                 Second attempt at flicker fixing
9246
9247 2005-10-16 [colin]      1.9.15cvs53
9248
9249         * src/addressbook.c
9250                 Fix flicker
9251
9252 2005-10-16 [wwp]        1.9.15cvs52
9253
9254         * src/addressbook.c
9255         * src/editaddress.c
9256         * src/prefs_common.c
9257         * src/prefs_common.h
9258                 Remember window sizes (address book)
9259
9260 2005-10-16 [wwp]        1.9.15cvs51
9261
9262         * src/plugins/clamav/clamav_plugin_gtk.c
9263         * src/plugins/spamassassin/spamassassin_gtk.c
9264                 Fix compilation warnings (missing #include).
9265
9266 2005-10-16 [colin]      1.9.15cvs50
9267
9268         * src/mimeview.c
9269         * src/summaryview.c
9270         * src/textview.c
9271                 Make 'c' check signature, and forward
9272                 c, l, y, t from summaryview to mimeview
9273
9274 2005-10-16 [colin]      1.9.15cvs49
9275
9276         * src/addressbook.c
9277                 Put border around buttons
9278         * src/mainwindow.c
9279         * src/summaryview.c
9280                 Rework menus (Patch based on a patch
9281                 by Paul)
9282
9283 2005-10-15 [wwp]        1.9.15cvs48
9284
9285         * src/editjpilot.c
9286         * src/editldap.c
9287         * src/editvcard.c
9288         * src/exphtmldlg.c
9289         * src/expldifdlg.c
9290         * src/export.c
9291         * src/import.c
9292         * src/importldif.c
9293         * src/importmutt.c
9294         * src/importpine.c
9295         * src/prefs_account.c
9296         * src/prefs_spelling.c
9297         * src/gtk/gtkutils.c
9298         * src/gtk/gtkutils.h
9299         * src/plugins/clamav/clamav_plugin_gtk.c
9300         * src/plugins/spamassassin/spamassassin_gtk.c
9301                 use nicer browse-for-file/dir buttons than the "..." ones,
9302                 code factorizing more.
9303
9304 2005-10-14 [colin]      1.9.15cvs47
9305
9306         * src/mainwindow.c
9307                 set relief on the account switcher so that people see it
9308                 grey out Create processing rules when no message is selected
9309         * src/prefs_filtering.c
9310                 ask before closing if the rule has not been modified, even if
9311                 it's not valid
9312         * src/prefs_matcher.c
9313                 fix sensitivity when entering the dialog
9314         * src/gtk/inputdialog.c
9315                 display a better icon on password ask
9316         * src/plugins/pgpcore/passphrase.c
9317                 make the dialog look better
9318
9319 2005-10-14 [paul]       1.9.15cvs46
9320
9321         * src/folderview.c
9322                 indicate presense of marked msgs in
9323                 unexpanded subfolders
9324
9325 2005-10-14 [paul]       1.9.15cvs45
9326
9327         * src/prefs_actions.c
9328         * src/prefs_common.c
9329         * src/prefs_common.h
9330         * src/prefs_filtering_action.c
9331         * src/prefs_matcher.c
9332         * src/prefs_template.c
9333                 remember window sizes
9334                 fix Info button size
9335
9336         Patches by wwp
9337
9338 2005-10-13 [colin]      1.9.15cvs44
9339
9340         * src/mimeview.c
9341         * src/noticeview.c
9342         * src/noticeview.h
9343                 Add a tooltip on the icon (optional) 
9344                 Get rid of the signature buttons and only
9345                 use the icon+tooltip
9346
9347 2005-10-13 [colin]      1.9.15cvs43
9348
9349         * src/noticeview.c
9350         * src/noticeview.h
9351                 Add hand cursor for hovering over icon
9352
9353 2005-10-13 [colin]      1.9.15cvs42
9354
9355         * src/summaryview.c
9356                 Fix crash when quicksearch's hidden 
9357                 at startup
9358
9359 2005-10-13 [colin]      1.9.15cvs41
9360
9361         * src/compose.c
9362                 Set subject when forwarding multiple mails
9363                 Check that other recipient than the default Cc or Bcc
9364                 have been set before sending.
9365
9366 2005-10-13 [colin]      1.9.15cvs40
9367
9368         * src/imap.c
9369                 Batch per-folder
9370                 Introduce locking, but don't use it yet
9371
9372 2005-10-13 [colin]      1.9.15cvs39
9373
9374         * src/gtk/quicksearch.c
9375                 Reset quicksearch when hiding it
9376                 Make sticky a real pref
9377
9378 2005-10-13 [colin]      1.9.15cvs38
9379
9380         * src/summaryview.c
9381                 Faster prefs apply
9382
9383 2005-10-13 [colin]      1.9.15cvs37
9384
9385         * src/mimeview.c
9386         * src/noticeview.c
9387         * src/noticeview.h
9388         * src/plugins/pgpcore/sgpgme.c
9389                 Make privacy icon clickable
9390                 Move Trust field in Full info
9391                 When trust is less than full, don't display
9392                 a warning icon
9393
9394 2005-10-13 [colin]      1.9.15cvs36
9395
9396         * src/folder.c
9397                 Batch on flags sync
9398         * src/folderview.c
9399                 Revert speed hack which is dangerous in fact
9400                 Apply prefs faster
9401
9402 2005-10-13 [colin]      1.9.15cvs35
9403
9404         * src/folder_item_prefs.c
9405                 Fix pref corruption on folder move. Patch
9406                 by wwp
9407
9408 2005-10-13 [paul]       1.9.15cvs34
9409
9410         * src/export.c
9411         * src/import.c
9412                 fix typos in g_warnings
9413         * src/prefs_account.c
9414                 add a file selector for Signature file
9415
9416         Patches by wwp
9417
9418 2005-10-12 [colin]      1.9.15cvs33
9419
9420         * src/mimeview.c
9421                 Provide a quick way to go back from a
9422                 signature's full info to the email part
9423
9424 2005-10-12 [colin]      1.9.15cvs32
9425
9426         * src/compose.c
9427                 Remove old hack of encoding signed mails with base64.
9428                 QP works equally well.
9429
9430 2005-10-12 [colin]      1.9.15cvs31
9431
9432         * src/crash.c
9433                 Replace deprecated GtkText with GtkTextView
9434         * src/imap.c
9435                 Fix a logic bug about counts in imap_select
9436                 (previously un-triggered)
9437         * src/mainwindow.c
9438         * src/summaryview.c
9439         * src/news.c
9440                 Allow local deletion of news posts
9441         * src/mimeview.c
9442                 Show GPG noticeview on the message/rfc822 part
9443                 in addition to the text/plain one
9444         * src/prefs_image_viewer.c
9445           src/plugins/pgpcore/prefs_gpg.c
9446                 Polish (set the label as part of the checkbox)
9447         * src/wizard.c
9448                 Don't sit there doing nothing after destroying
9449                 the window - return err
9450
9451 2005-10-11 [colin]      1.9.15cvs30
9452
9453         * src/folderview.c
9454                 Apply processing rules before showing folders.
9455                 Early folder show (before flags sync) will only
9456                 be done when there are no processing rules (nor
9457                 pre- or post- ones)
9458         * src/imap.c
9459                 Fix stuff related to mail subdir, creation and 
9460                 deletion of folders 
9461         * src/imap_gtk.c
9462                 Don't allow creation of folders in NoInferior
9463                 folders, as it won't work
9464
9465 2005-10-10 [colin]      1.9.15cvs29
9466
9467         * src/compose.c
9468                 Reselect "None" Privacy system when selecting an
9469                 account with no privacy system defined
9470
9471 2005-10-10 [colin]      1.9.15cvs28
9472
9473         * src/mainwindow.c
9474                 Add Windows-1252 encoding
9475         * src/prefs_common.c
9476                 Rework some defaults:
9477                 - autosave to draft by default
9478                 - don't show header pane (it's already in the textview)
9479                 - Select first new or unread mail on entry
9480                 - Assume 'Yes' to change folder when there's no more
9481                   unread message
9482         * src/prefs_matcher.c
9483                 Fix a gtk assertion failure
9484         * src/gtk/colorlabel.c
9485                 Workaround bad repainting on selection
9486         * src/main.c
9487                 Freeze/thaw (a bit faster on ssh -X)
9488         * src/msgcache.c
9489                 Get rid of StrdupConverter that just adds an
9490                 extra strdup/free 
9491         * src/etpan/imap_thread.c
9492                 memset buf to 0
9493
9494 2005-10-10 [colin]      1.9.15cvs27
9495
9496         * src/export.c
9497         * src/import.c
9498                 Fix compile on gtk 2.4. Patch by wwp
9499
9500 2005-10-09 [colin]      1.9.15cvs26
9501
9502         * src/mainwindow.c
9503         * src/messageview.c
9504         * src/summaryview.c
9505                 Clarify forward menus. Patch by wwp
9506
9507 2005-10-09 [colin]      1.9.15cvs25
9508
9509         * src/compose.c
9510         * src/compose.h
9511                 Fix bug #829 (Non-working "Encrypt message by 
9512                 default when replying to an encrypted message")
9513
9514 2005-10-08 [colin]      1.9.15cvs24
9515
9516         * src/wizard.c
9517                 Fix bug #827 ("Welcome" setup wizard after a 
9518                 permission error gives up & forgets itself.)
9519
9520 2005-10-08 [colin]      1.9.15cvs23
9521
9522         * src/procmime.c
9523                 Fix bug #828 (Ignoring headers with spaces around = sign)
9524
9525 2005-10-08 [colin]      1.9.15cvs22
9526
9527         * src/export.c
9528                 Warning fix by wwp
9529
9530 2005-10-08 [colin]      1.9.15cvs21
9531
9532         * src/folder.c
9533         * src/folder.h
9534                 Add a processing_pending indicator, set on 
9535                 folder_item_open and cleared after 
9536                 folder_item_process_open
9537         * src/folderview.c
9538         * src/summaryview.c
9539                 wrap procmsg_msginfo_*_flags, and in the
9540                 wrapper check that there's no folder processing 
9541                 pending. If there is, defer the flags change until 
9542                 processing is done to avoid stepping over each
9543                 other's toes.
9544                 Freeze during processing, but not during scanning.
9545
9546 2005-10-07 [colin]      1.9.15cvs20
9547
9548         * src/plugins/pgpcore/passphrase.c
9549                 Fix bug #826 (X-Server hangs when 
9550                 right-clicking a PGP encrypted message)
9551
9552 2005-10-07 [paul]       1.9.15cvs19
9553
9554         * src/compose.c
9555                 fix compose_entries[]
9556                 patch by Fabien Vantard
9557
9558 2005-10-06 [colin]      1.9.15cvs18
9559
9560         * src/pixmaps/address.xpm
9561         * src/pixmaps/address_book.xpm
9562         * src/pixmaps/book.xpm
9563         * src/pixmaps/check_spelling.xpm
9564         * src/pixmaps/checkbox_off.xpm
9565         * src/pixmaps/checkbox_on.xpm
9566         * src/pixmaps/close.xpm
9567         * src/pixmaps/complete.xpm
9568         * src/pixmaps/continue.xpm
9569         * src/pixmaps/deleted.xpm
9570         * src/pixmaps/down_arrow.xpm
9571         * src/pixmaps/exec.xpm
9572         * src/pixmaps/forwarded.xpm
9573         * src/pixmaps/group.xpm
9574         * src/pixmaps/ignorethread.xpm
9575         * src/pixmaps/interface.xpm
9576         * src/pixmaps/jpilot.xpm
9577         * src/pixmaps/ldap.xpm
9578         * src/pixmaps/linewrap.xpm
9579         * src/pixmaps/linewrapcurrent.xpm
9580         * src/pixmaps/mail.xpm
9581         * src/pixmaps/mail_attach.xpm
9582         * src/pixmaps/mail_compose.xpm
9583         * src/pixmaps/mail_forward.xpm
9584         * src/pixmaps/mail_receive.xpm
9585         * src/pixmaps/mail_receive_all.xpm
9586         * src/pixmaps/mail_reply.xpm
9587         * src/pixmaps/mail_reply_to_all.xpm
9588         * src/pixmaps/mail_reply_to_author.xpm
9589         * src/pixmaps/mail_send.xpm
9590         * src/pixmaps/mail_send_queue.xpm
9591         * src/pixmaps/mime_application.xpm
9592         * src/pixmaps/mime_audio.xpm
9593         * src/pixmaps/mime_image.xpm
9594         * src/pixmaps/mime_message.xpm
9595         * src/pixmaps/mime_text_enriched.xpm
9596         * src/pixmaps/mime_text_html.xpm
9597         * src/pixmaps/mime_text_plain.xpm
9598         * src/pixmaps/mime_unknown.xpm
9599         * src/pixmaps/new.xpm
9600         * src/pixmaps/news_compose.xpm
9601         * src/pixmaps/offline.xpm
9602         * src/pixmaps/online.xpm
9603         * src/pixmaps/paste.xpm
9604         * src/pixmaps/preferences.xpm
9605         * src/pixmaps/privacy_emblem_encrypted.xpm
9606         * src/pixmaps/privacy_expired.xpm
9607         * src/pixmaps/privacy_failed.xpm
9608         * src/pixmaps/privacy_passed.xpm
9609         * src/pixmaps/privacy_signed.xpm
9610         * src/pixmaps/privacy_unknown.xpm
9611         * src/pixmaps/privacy_warn.xpm
9612         * src/pixmaps/properties.xpm
9613         * src/pixmaps/replied.xpm
9614         * src/pixmaps/search.xpm
9615         * src/pixmaps/unread.xpm
9616         * src/pixmaps/up_arrow.xpm
9617         * src/pixmaps/vcard.xpm
9618                 Modernize internal theme, with icons from the 
9619                 Gnomaws theme. Keep some of the old ones where
9620                 they were better.
9621
9622 2005-10-06 [colin]      1.9.15cvs17
9623
9624         * src/summaryview.c
9625                 Little optimisations + bugfix
9626         * src/toolbar.c
9627                 Remove default useless items - useless being defined
9628                 by the default relevant prefs
9629         * src/wizard.c
9630                 include config.h to make gettext work
9631         * src/prefs_themes.c
9632                 Fix selection of current theme in prefs
9633
9634 2005-10-06 [colin]      1.9.15cvs16
9635
9636         * src/prefs_common.c
9637         * src/prefs_common.h
9638         * src/prefs_summaries.c
9639         * src/folderview.c
9640                 Add a warning dialog on Mark all read 
9641                 (with pref to get rid of it)
9642
9643 2005-10-06 [paul]       1.9.15cvs15
9644
9645         * po/nb.po
9646         * po/pt_BR.po
9647                 updated by Geir Helland and Frederico
9648                 Goncalves Guimaraes
9649
9650 2005-10-05 [colin]      1.9.15cvs14
9651
9652         * src/folder.c
9653         * src/folder.h
9654         * src/folderview.c
9655         * src/folderview.h
9656         * src/imap_gtk.c
9657         * src/mh_gtk.c
9658         * src/mainwindow.c
9659         * src/setup.c
9660                 add a way to rescan without rebuilding
9661                 make moving a bit faster (less folders changes)
9662                 don't lock the tree on Get 
9663         * src/imap.c
9664                 Don't re-delete deleted messages before expunging
9665         * src/summaryview.c
9666                 Set batch mode when deleting mails
9667
9668 2005-10-05 [paul]       1.9.15cvs13
9669
9670         * src/mainwindow.c
9671         * src/mainwindow.h
9672                 fix disabled Execute menu item
9673         * src/toolbar.c
9674                 match the change in 1.9.15cvs10: use Compose
9675                 instead of News by default
9676
9677 2005-10-04 [colin]      1.9.15cvs12
9678
9679         * src/compose.c
9680                 When replying to an ML post with Reply-To set
9681                 to the poster's email, honor it (as before),
9682                 but also honor our user's request to reply to
9683                 the mailing list: set the ML address in the To
9684                 field and the Reply-To address in the Cc: 
9685                 field.
9686
9687 2005-10-04 [colin]      1.9.15cvs11
9688
9689         * src/plugins/trayicon/trayicon.c
9690                 Finish cosmetic change - thanks to wwp
9691
9692 2005-10-04 [colin]      1.9.15cvs10
9693
9694         * src/toolbar.c
9695                 Use Compose instead of Email by default.
9696                 Spotted by wwp.
9697
9698 2005-10-04 [colin]      1.9.15cvs9
9699
9700         * src/folder.c
9701         * src/folder.h
9702         * src/folderview.c
9703         * src/imap.c
9704         * src/etpan/imap-thread.c
9705         * src/etpan/imap-thread.h
9706                 Try to make IMAP faster, by simplifying SEARCH
9707                 commands, avoiding sending two STATUS in a row,
9708                 and deferring flags sync and processing just
9709                 after displaying the folder. 
9710                 This will update the SummaryView in certain
9711                 cases (new mails not already fetched, flags
9712                 changed from another client) but in a non-
9713                 blocking manner.
9714
9715 2005-10-04 [colin]      1.9.15cvs8
9716
9717         * src/plugins/trayicon/trayicon.c
9718                 Relabel "Offline" to "Work offline"
9719
9720 2005-10-04 [colin]      1.9.15cvs7
9721
9722         * src/export.c
9723         * src/import.c
9724         * src/mbox.c
9725                 Fix mbox import/export buglets
9726                 Patch by wwp
9727         * src/plugins/trayicon/trayicon.c
9728                 Add offline swithc
9729                 Patch by wwp
9730
9731 2005-10-04 [colin]      1.9.15cvs6
9732
9733         * src/folder.c
9734         * src/folderview.c
9735         * src/summaryview.c
9736                 Better fix (don't break mark all read) for cvs2
9737
9738 2005-10-03 [colin]      1.9.15cvs5
9739
9740         * src/folder.c
9741                 Use a sane sort by default
9742
9743 2005-10-03 [colin]      1.9.15cvs4
9744
9745         * src/inc.c
9746                 Add a 'Only once' button for overriding offline mode
9747         * src/prefs_account.c
9748         * src/wizard.c
9749                 Add Local mbox to the wizard
9750                 Add IMAP subdir to the wizard (or the wizard is useless
9751                 for such accounts, or even worse than useless)
9752                 Move IMAP subdir from Advanced to Receive tab, as it's
9753                 not that uncommon
9754
9755 2005-10-03 [colin]      1.9.15cvs3
9756
9757         * src/send_message.c
9758                 Forgot this one in cvs1
9759
9760 2005-10-03 [colin]      1.9.15cvs2
9761
9762         * src/folder.c
9763                 Faster close when leaving a folder with lots
9764                 of new mails. Idea by David Relson.
9765
9766 2005-10-03 [colin]      1.9.15cvs1
9767
9768         * src/compose.c
9769         * src/imap.c
9770         * src/inc.c
9771         * src/main.c
9772         * src/messageview.c
9773         * src/news.c
9774         * src/summaryview.c
9775         * src/gtk/sslcertwindow.c
9776         * src/plugins/trayicon/trayicon.c
9777                 Add accels to every AlertPanel. Patch by Fabien 
9778                 Vantard
9779
9780 2005-10-03 [paul]       1.9.15
9781
9782         1.9.15 released
9783
9784 2005-10-03 [paul]       1.9.14cvs68
9785
9786         * po/ca.po
9787         * po/de.po
9788         * po/es.po
9789         * po/fi.po
9790         * po/fr.po
9791         * po/sk.po
9792         * po/sr.po
9793         * po/zh_CN.po
9794                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9795                 Mones Lastra, Tommi Pirinen, Fabien vantard,
9796                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
9797
9798 2005-10-03 [paul]       1.9.14cvs67
9799
9800         * src/send_message.c
9801                 prevent hang on Cancel
9802                 patch by Colin
9803
9804 2005-10-03 [paul]       1.9.14cvs66
9805
9806         * src/main.c
9807                 fix crash in IMAP caused by discrepancy
9808                 between check_at_startup and offline mode
9809                 Patch by Colin
9810
9811 2005-10-01 [paul]       1.9.14cvs65
9812
9813         * src/inc.c
9814                 fix engrish
9815
9816 2005-10-01 [paul]       1.9.14cvs64
9817         * src/export.c
9818         * src/import.c
9819                 synchronise import_mbox() and export_mbox()
9820         * src/mbox.c
9821                 proc_mbox(): add alert if file cannot be opened
9822                 export_list_to_mbox(): test if dest file exists,
9823                 prompt user to overwrite if it does. add alert
9824                 if file cannot be created
9825                                                                 
9826         Patch by wwp
9827                                                                                                                 
9828
9829 2005-09-30 [paul]       1.9.14cvs63
9830
9831         * src/addressbook.c
9832                 Fix sensitivity of a menu
9833         * src/codeconv.c
9834                 Respect hidden pref for mails with no encoding
9835         * src/common/xml.c
9836                 Fix memory corruption
9837         * src/plugins/pgpcore/sgpgme.c
9838                 Fix segfault on incomplete sigs, and display
9839                 of S/Mime UIDs
9840
9841         Patches by Colin
9842
9843 2005-09-30 [colin]      1.9.14cvs62
9844
9845         * src/partial_download.c
9846                 Little logic fix in almost-dead code
9847         * src/pop.c
9848                 Fix partial download when there's no new mail
9849
9850 2005-09-29 [paul]       1.9.14cvs61
9851
9852         * src/plugins/pgpinline/pgpinline.c
9853                 fix bug 819, 'crash accessing sign message'
9854                 Patch by Colin
9855
9856 2005-09-28 [martin]     1.9.14cvs60
9857
9858         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9859                 fix bug #790 (Crash when restarting window manager (fluxbox))
9860
9861 2005-09-28 [paul]       1.9.14cvs59
9862
9863         * src/gtk/gtkaspell.c
9864                 fix off-by-one typo
9865
9866 2005-09-27 [colin]      1.9.14cvs58
9867
9868         * src/plugins/pgpcore/sgpgme.c
9869                 Report error when there's one, instead of
9870                 "Signature unchecked" 
9871
9872 2005-09-27 [colin]      1.9.14cvs57
9873
9874         * src/prefs_quote.c
9875                 Fix bug #816 (Weird quotation with spaces)
9876
9877 2005-09-27 [colin]      1.9.14cvs56
9878
9879         * src/codeconv.c
9880         * src/compose.c
9881         * src/compose.h
9882                 Put subject in compose's title
9883                 Fix Automatic encoding so that it's really automatic:
9884                 first try default locale's charset, then charset of the replied mail, 
9885                 then utf-8
9886                 Fix encoding of headers (must be in strict mode too)
9887
9888 2005-09-26 [colin]      1.9.14cvs55
9889
9890         * src/gtk/gtkaspell.c
9891                 Fix previous patch - don't color the space,
9892                 just uncolor it :)
9893
9894 2005-09-26 [colin]      1.9.14cvs54
9895
9896         * src/gtk/gtkaspell.c
9897                 Unmark space if possible
9898
9899 2005-09-26 [colin]      1.9.14cvs53
9900
9901         * src/imap.c
9902                 log_error instead of alertpanel according to the pref
9903         * src/etpan/imap-thread.c
9904                 Print connect status, copy only necessary size to 
9905                 logger
9906         * src/plugins/pgpmime/pgpmime.c
9907                 Handle S/Mime signatures (verification only). Patch based
9908                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
9909
9910 2005-09-26 [paul]       1.9.14cvs52
9911
9912         * src/common/passcrypt.c
9913                 this 'workaround' not necessary on NetBSD.
9914                 Thanks to Daniel Gustafson
9915
9916 2005-09-26 [paul]
9917
9918         1.9.15-rc4 released
9919
9920 2005-09-26 [paul]       1.9.14cvs51
9921
9922         * src/summaryview.c
9923                 Skip currently selected message when
9924                 looking for next new or unread message
9925                 in current folder. Patch by Colin
9926         * src/common/passcrypt.c
9927                 eliminate warnings on *BSD. Patch by
9928                 Daniel Gustafson
9929
9930 2005-09-26 [colin]      1.9.14cvs50
9931
9932         * src/procmsg.c
9933                 Call postfiltering hook anyway
9934
9935 2005-09-22 [colin]      1.9.14cvs49
9936
9937         * src/codeconv.c
9938         * src/codeconv.h
9939                 Add a strict mode that doesn't replace with _
9940         * src/compose.c
9941         * src/compose.h
9942                 Use strict conversion while sending
9943                 Fix race when drafting while sending (happens
9944                 on IMAP)
9945                 Fix d'n'd of messages from summaryview
9946         * src/prefs_common.c
9947         * src/prefs_common.h
9948                 add hidden utf8_instead_of_locale_for_broken_mail 
9949                 pref for people that preferred the default charset 
9950                 to be utf8 for broken mails
9951         * src/quote_fmt_parse.y
9952                 fix bug #815 (No quote insert if "From:" fied 
9953                 contained Russian letters)
9954         * src/summaryview.c
9955                 Fix d'n'd of messages to compose
9956
9957 2005-09-22 [paul]       1.9.14cvs48
9958
9959         * src/compose.c
9960                 fix bug where attachments Name entry
9961                 would display Path instead
9962
9963 2005-09-21 [paul]       1.9.14cvs47
9964
9965         * README
9966         * README.jp
9967         * configure.ac
9968         * config/config.rpath
9969         * doc/manual/en/sylpheed-20.html
9970         * doc/manual/es/sylpheed-20.html
9971         * po/bg.po
9972         * po/ca.po
9973         * po/de.po
9974         * po/es.po
9975         * po/fr.po
9976         * po/it.po
9977         * po/pt_BR.po
9978         * po/sk.po
9979         * po/zh_TW.po
9980         * src/account.c
9981         * src/account.h
9982         * src/action.c
9983         * src/action.h
9984         * src/adbookbase.h
9985         * src/addr_compl.c
9986         * src/addr_compl.h
9987         * src/addrbook.c
9988         * src/addrbook.h
9989         * src/addrcache.c
9990         * src/addrcache.h
9991         * src/addrcindex.c
9992         * src/addrcindex.h
9993         * src/addrclip.c
9994         * src/addrclip.h
9995         * src/addrdefs.h
9996         * src/addressadd.c
9997         * src/addressadd.h
9998         * src/addressbook.c
9999         * src/addressbook.h
10000         * src/addressitem.h
10001         * src/addrgather.c
10002         * src/addrgather.h
10003         * src/addrharvest.c
10004         * src/addrharvest.h
10005         * src/addrindex.c
10006         * src/addrindex.h
10007         * src/addritem.c
10008         * src/addritem.h
10009         * src/addrquery.c
10010         * src/addrquery.h
10011         * src/addrselect.c
10012         * src/addrselect.h
10013         * src/alertpanel.c
10014         * src/alertpanel.h
10015         * src/browseldap.c
10016         * src/browseldap.h
10017         * src/codeconv.c
10018         * src/codeconv.h
10019         * src/compose.c
10020         * src/compose.h
10021         * src/crash.c
10022         * src/crash.h
10023         * src/customheader.c
10024         * src/customheader.h
10025         * src/displayheader.c
10026         * src/displayheader.h
10027         * src/editaddress.c
10028         * src/editaddress.h
10029         * src/editbook.c
10030         * src/editbook.h
10031         * src/editgroup.c
10032         * src/editgroup.h
10033         * src/editjpilot.c
10034         * src/editjpilot.h
10035         * src/editldap.c
10036         * src/editldap.h
10037         * src/editldap_basedn.c
10038         * src/editldap_basedn.h
10039         * src/editvcard.c
10040         * src/editvcard.h
10041         * src/enriched.c
10042         * src/enriched.h
10043         * src/exphtmldlg.c
10044         * src/exphtmldlg.h
10045         * src/expldifdlg.c
10046         * src/expldifdlg.h
10047         * src/export.c
10048         * src/export.h
10049         * src/exporthtml.c
10050         * src/exporthtml.h
10051         * src/exportldif.c
10052         * src/exportldif.h
10053         * src/filtering.c
10054         * src/filtering.h
10055         * src/folder.c
10056         * src/folder.h
10057         * src/folder_item_prefs.c
10058         * src/folder_item_prefs.h
10059         * src/foldersel.c
10060         * src/foldersel.h
10061         * src/folderutils.c
10062         * src/folderutils.h
10063         * src/folderview.c
10064         * src/folderview.h
10065         * src/grouplistdialog.c
10066         * src/grouplistdialog.h
10067         * src/headerview.c
10068         * src/headerview.h
10069         * src/html.c
10070         * src/html.h
10071         * src/image_viewer.c
10072         * src/image_viewer.h
10073         * src/imap.c
10074         * src/imap.h
10075         * src/imap_gtk.c
10076         * src/imap_gtk.h
10077         * src/import.c
10078         * src/import.h
10079         * src/importldif.c
10080         * src/importldif.h
10081         * src/importmutt.c
10082         * src/importmutt.h
10083         * src/importpine.c
10084         * src/importpine.h
10085         * src/inc.c
10086         * src/inc.h
10087         * src/jpilot.c
10088         * src/jpilot.h
10089         * src/ldapctrl.c
10090         * src/ldapctrl.h
10091         * src/ldaplocate.c
10092         * src/ldaplocate.h
10093         * src/ldapquery.c
10094         * src/ldapquery.h
10095         * src/ldapserver.c
10096         * src/ldapserver.h
10097         * src/ldaputil.c
10098         * src/ldaputil.h
10099         * src/ldif.c
10100         * src/ldif.h
10101         * src/localfolder.c
10102         * src/localfolder.h
10103         * src/main.c
10104         * src/main.h
10105         * src/mainwindow.c
10106         * src/mainwindow.h
10107         * src/manual.c
10108         * src/manual.h
10109         * src/matcher.c
10110         * src/matcher.h
10111         * src/matcher_parser.h
10112         * src/matcher_parser_lex.l
10113         * src/matcher_parser_parse.y
10114         * src/mbox.c
10115         * src/mbox.h
10116         * src/message_search.c
10117         * src/message_search.h
10118         * src/messageview.c
10119         * src/messageview.h
10120         * src/mh.c
10121         * src/mh.h
10122         * src/mh_gtk.c
10123         * src/mh_gtk.h
10124         * src/mimeview.c
10125         * src/mimeview.h
10126         * src/msgcache.c
10127         * src/msgcache.h
10128         * src/mutt.c
10129         * src/mutt.h
10130         * src/news.c
10131         * src/news.h
10132         * src/news_gtk.c
10133         * src/news_gtk.h
10134         * src/noticeview.c
10135         * src/noticeview.h
10136         * src/partial_download.c
10137         * src/partial_download.h
10138         * src/pine.c
10139         * src/pine.h
10140         * src/pop.c
10141         * src/pop.h
10142         * src/prefs_account.c
10143         * src/prefs_account.h
10144         * src/prefs_actions.c
10145         * src/prefs_actions.h
10146         * src/prefs_common.c
10147         * src/prefs_common.h
10148         * src/prefs_compose_writing.c
10149         * src/prefs_compose_writing.h
10150         * src/prefs_customheader.c
10151         * src/prefs_customheader.h
10152         * src/prefs_display_header.c
10153         * src/prefs_display_header.h
10154         * src/prefs_ext_prog.c
10155         * src/prefs_ext_prog.h
10156         * src/prefs_filtering.c
10157         * src/prefs_filtering.h
10158         * src/prefs_filtering_action.c
10159         * src/prefs_filtering_action.h
10160         * src/prefs_folder_column.c
10161         * src/prefs_folder_column.h
10162         * src/prefs_folder_item.c
10163         * src/prefs_folder_item.h
10164         * src/prefs_fonts.c
10165         * src/prefs_fonts.h
10166         * src/prefs_gtk.c
10167         * src/prefs_gtk.h
10168         * src/prefs_image_viewer.c
10169         * src/prefs_image_viewer.h
10170         * src/prefs_matcher.c
10171         * src/prefs_matcher.h
10172         * src/prefs_message.c
10173         * src/prefs_message.h
10174         * src/prefs_msg_colors.c
10175         * src/prefs_msg_colors.h
10176         * src/prefs_other.c
10177         * src/prefs_other.h
10178         * src/prefs_quote.c
10179         * src/prefs_quote.h
10180         * src/prefs_receive.c
10181         * src/prefs_receive.h
10182         * src/prefs_send.c
10183         * src/prefs_send.h
10184         * src/prefs_spelling.c
10185         * src/prefs_spelling.h
10186         * src/prefs_summaries.c
10187         * src/prefs_summaries.h
10188         * src/prefs_summary_column.c
10189         * src/prefs_summary_column.h
10190         * src/prefs_template.c
10191         * src/prefs_template.h
10192         * src/prefs_themes.c
10193         * src/prefs_themes.h
10194         * src/prefs_toolbar.c
10195         * src/prefs_toolbar.h
10196         * src/prefs_wrapping.c
10197         * src/prefs_wrapping.h
10198         * src/privacy.c
10199         * src/privacy.h
10200         * src/procheader.c
10201         * src/procheader.h
10202         * src/procmime.c
10203         * src/procmime.h
10204         * src/procmsg.c
10205         * src/procmsg.h
10206         * src/quote_fmt.c
10207         * src/quote_fmt_parse.y
10208         * src/recv.c
10209         * src/recv.h
10210         * src/remotefolder.c
10211         * src/remotefolder.h
10212         * src/send_message.c
10213         * src/send_message.h
10214         * src/setup.c
10215         * src/setup.h
10216         * src/simple-gettext.c
10217         * src/sourcewindow.c
10218         * src/sourcewindow.h
10219         * src/ssl_manager.c
10220         * src/ssl_manager.h
10221         * src/statusbar.c
10222         * src/statusbar.h
10223         * src/stock_pixmap.c
10224         * src/stock_pixmap.h
10225         * src/summary_search.c
10226         * src/summary_search.h
10227         * src/summaryview.c
10228         * src/summaryview.h
10229         * src/syldap.c
10230         * src/syldap.h
10231         * src/textview.c
10232         * src/textview.h
10233         * src/toolbar.c
10234         * src/toolbar.h
10235         * src/undo.c
10236         * src/undo.h
10237         * src/unmime.c
10238         * src/unmime.h
10239         * src/vcard.c
10240         * src/vcard.h
10241         * src/wizard.c
10242         * src/wizard.h
10243         * src/common/base64.c
10244         * src/common/base64.h
10245         * src/common/defs.h
10246         * src/common/hooks.c
10247         * src/common/hooks.h
10248         * src/common/log.c
10249         * src/common/log.h
10250         * src/common/md5.c
10251         * src/common/md5.h
10252         * src/common/mgutils.c
10253         * src/common/mgutils.h
10254         * src/common/nntp.c
10255         * src/common/nntp.h
10256         * src/common/passcrypt.c
10257         * src/common/passcrypt.h.in
10258         * src/common/plugin.c
10259         * src/common/plugin.h
10260         * src/common/prefs.c
10261         * src/common/prefs.h
10262         * src/common/progressindicator.c
10263         * src/common/progressindicator.h
10264         * src/common/quoted-printable.c
10265         * src/common/quoted-printable.h
10266         * src/common/session.c
10267         * src/common/session.h
10268         * src/common/smtp.c
10269         * src/common/smtp.h
10270         * src/common/socket.c
10271         * src/common/socket.h
10272         * src/common/ssl.c
10273         * src/common/ssl.h
10274         * src/common/ssl_certificate.c
10275         * src/common/ssl_certificate.h
10276         * src/common/string_match.c
10277         * src/common/string_match.h
10278         * src/common/stringtable.c
10279         * src/common/sylpheed.c
10280         * src/common/sylpheed.h
10281         * src/common/template.c
10282         * src/common/template.h
10283         * src/common/timing.h
10284         * src/common/utils.c
10285         * src/common/utils.h
10286         * src/common/uuencode.c
10287         * src/common/uuencode.h
10288         * src/common/version.h.in
10289         * src/common/xml.c
10290         * src/common/xml.h
10291         * src/common/xmlprops.c
10292         * src/common/xmlprops.h
10293         * src/gtk/about.c
10294         * src/gtk/about.h
10295         * src/gtk/colorlabel.c
10296         * src/gtk/colorlabel.h
10297         * src/gtk/colorsel.c
10298         * src/gtk/colorsel.h
10299         * src/gtk/description_window.c
10300         * src/gtk/description_window.h
10301         * src/gtk/filesel.c
10302         * src/gtk/filesel.h
10303         * src/gtk/foldersort.c
10304         * src/gtk/foldersort.h
10305         * src/gtk/gtkutils.c
10306         * src/gtk/gtkutils.h
10307         * src/gtk/inputdialog.c
10308         * src/gtk/inputdialog.h
10309         * src/gtk/logwindow.c
10310         * src/gtk/logwindow.h
10311         * src/gtk/manage_window.c
10312         * src/gtk/manage_window.h
10313         * src/gtk/menu.c
10314         * src/gtk/menu.h
10315         * src/gtk/pluginwindow.c
10316         * src/gtk/pluginwindow.h
10317         * src/gtk/prefswindow.c
10318         * src/gtk/prefswindow.h
10319         * src/gtk/progressdialog.c
10320         * src/gtk/progressdialog.h
10321         * src/gtk/quicksearch.c
10322         * src/gtk/quicksearch.h
10323         * src/gtk/sslcertwindow.c
10324         * src/gtk/sslcertwindow.h
10325         * src/plugins/clamav/clamav_plugin.c
10326         * src/plugins/clamav/clamav_plugin.h
10327         * src/plugins/clamav/clamav_plugin_gtk.c
10328         * src/plugins/demo/demo.c
10329         * src/plugins/dillo_viewer/dillo_prefs.c
10330         * src/plugins/dillo_viewer/dillo_prefs.h
10331         * src/plugins/dillo_viewer/dillo_viewer.c
10332         * src/plugins/mathml_viewer/mathml_viewer.c
10333         * src/plugins/pgpcore/passphrase.c
10334         * src/plugins/pgpcore/passphrase.h
10335         * src/plugins/pgpcore/plugin.c
10336         * src/plugins/pgpcore/prefs_gpg.c
10337         * src/plugins/pgpcore/prefs_gpg.h
10338         * src/plugins/pgpcore/select-keys.c
10339         * src/plugins/pgpcore/select-keys.h
10340         * src/plugins/pgpcore/sgpgme.c
10341         * src/plugins/pgpcore/sgpgme.h
10342         * src/plugins/pgpinline/pgpinline.c
10343         * src/plugins/pgpinline/pgpinline.h
10344         * src/plugins/pgpinline/plugin.c
10345         * src/plugins/pgpmime/pgpmime.c
10346         * src/plugins/pgpmime/pgpmime.h
10347         * src/plugins/pgpmime/plugin.c
10348         * src/plugins/spamassassin/spamassassin.c
10349         * src/plugins/spamassassin/spamassassin.h
10350         * src/plugins/spamassassin/spamassassin_gtk.c
10351         * src/plugins/trayicon/trayicon.c
10352         * tools/OOo2sylpheed.pl
10353         * tools/acroread2sylpheed.pl
10354         * tools/asus_mailled.sh
10355         * tools/filter_conv.pl
10356         * tools/freshmeat_search.pl
10357         * tools/google_search.pl
10358         * tools/kmail2sylpheed.pl
10359         * tools/kmail2sylpheed_v2.pl
10360         * tools/maildir2sylpheed.pl
10361         * tools/multiwebsearch.pl
10362         * tools/newscache_clean.pl
10363         * tools/outlook2sylpheed.pl
10364         * tools/sylpheed-switcher
10365         * tools/update-po
10366         * tools/vcard2xml.py
10367         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10368                 update FSF address
10369
10370 2005-09-21 [colin]      1.9.14cvs46
10371
10372         * src/gedit-print.c
10373         * src/procmsg.c
10374         * src/procmsg.h
10375         * src/textview.c
10376         * src/summaryview.c
10377                 Remove some printing hacks (deselection/reselection),
10378                 which by the way fix printing the currently 
10379                 displayed mime part (still only text)
10380                 Plus a little optimisation of summary_show
10381
10382
10383 2005-09-20 [colin]      1.9.14cvs45
10384
10385         * src/mainwindow.c
10386         * src/messageview.c
10387                 GUI fixups: add accels, set message
10388                 view title to displayed mail's subject
10389         * src/prefs_spelling.c
10390         * src/gtk/gtkaspell.c
10391                 GUI fixups: allow underlining misspelled
10392                 words instead of coloring them (a11y!)
10393
10394 2005-09-19 [colin]
10395
10396         1.9.15rc3 released
10397
10398 2005-09-19 [colin]      1.9.14cvs44
10399
10400         * src/compose.c
10401                 Fix draft message
10402         * src/gtk/gtkaspell.c
10403                 Fix wrong test ;-)
10404
10405 2005-09-19 [colin]      1.9.14cvs43
10406
10407         * src/addressbook.c
10408                 Fix sensitivity of Delete button
10409         * src/compose.c
10410                 Warn if the requested Privacy system
10411                 is not available
10412         * src/exphtmldlg.c
10413         * src/expldifdlg.c
10414         * src/importldif.c
10415         * src/importmutt.c
10416         * src/importpine.c
10417                 Fix crappy UI
10418         * src/
10419         * src/ssl.h
10420         * src/prefs_account.h
10421         * src/prefs_account.c
10422                 Save SSL prefs even in builds that have
10423                 SSL support disable
10424         * src/imap.c
10425         * src/inc.c
10426         * src/news.c
10427         * src/send_message.c
10428                 Warn if connection should be secure, but
10429                 SSL support isn't compiled in
10430         * src/gtkaspell.c
10431                 Fix word separation on UTF-8 systems
10432                 Fixes bug #812 (Strange inline spellchecking)
10433         * src/compose.c
10434                 Warn if the requested Privacy system
10435                 is not available
10436                 Factorize offline warning
10437         * src/imap.c
10438         * src/imap_gtk.c
10439         * src/imap_gtk.h
10440         * src/inc.h
10441         * src/news_gtk.c
10442         * src/news_gtk.h
10443         * src/messageview.c
10444                 Factorize offline warning
10445
10446 2005-09-19 [paul]
10447
10448         1.9.15-rc2 released
10449
10450 2005-09-18 [colin]      1.9.14cvs42
10451
10452         * src/codeconv.c
10453         * src/codeconv.h
10454         * src/procmime.c
10455                 Add a way to get locale's charset ignoring utf-8,
10456                 and use that as default encoding for broken mails
10457
10458 2005-09-18 [colin]      1.9.14cvs41
10459
10460         * src/gtk/logwindow.c
10461                 Translate string. Patch by Fabien Vantard
10462
10463 2005-09-18 [colin]      1.9.14cvs40
10464
10465         * configure.ac
10466                 Fix bug #803 (IMAP/SSL support breaks with 
10467                 GnuTLS libetpan 0.38)
10468
10469 2005-09-18 [colin]      1.9.14cvs39
10470
10471         * src/codeconv.c
10472         * src/compose.c
10473         * src/procmime.c
10474                 More charsets fixes. Fixes bug #806 (non
10475                 ascii characters in subject line)
10476
10477 2005-09-17 [paul]       1.9.14cvs38
10478
10479         * src/folderview.c
10480         * src/mainwindow.c
10481                 fix gcc-2.95 issues
10482                 Patch by Pawel Pekala
10483
10484 2005-09-17 [colin]      1.9.14cvs37
10485
10486         * src/addrindex.c
10487                 bugfix for NO-USE LDAP compilation, patch 
10488                 by Fabien Vantard
10489
10490 2005-09-17 [colin]      1.9.14cvs36
10491
10492         * src/prefs_actions.c
10493         * src/prefs_customheader.c
10494         * src/prefs_display_header.c
10495         * src/prefs_filtering_action.c
10496         * src/prefs_matcher.c
10497         * src/prefs_toolbar.c
10498                 Fix strange casts (less elegant but
10499                 works better)
10500
10501 2005-09-16 [colin]      1.9.14cvs35
10502
10503         * src/jpilot.c
10504                 Missed that one
10505
10506 2005-09-16 [colin]      1.9.14cvs34
10507
10508         * configure.ac
10509         * src/Makefile.am
10510         * src/addr_compl.c
10511         * src/addrindex.c
10512         * src/browseldap.c
10513         * src/editldap.c
10514         * src/ldaplocate.c
10515         * src/ldapquery.c
10516         * src/ldapquery.h
10517         * src/ldapserver.c
10518         * src/ldapserver.h
10519         * src/main.c
10520         * src/matcher_parser_parse.y
10521         * src/prefs_themes.c
10522         * src/etpan/Makefile.am
10523         * src/gtk/description_window.c
10524         * src/plugins/clamav/Makefile.am
10525         * src/plugins/clamav/clamav_plugin.c
10526         * src/plugins/dillo_viewer/Makefile.am
10527         * src/plugins/pgpcore/Makefile.am
10528         * src/plugins/pgpinline/Makefile.am
10529         * src/plugins/pgpmime/Makefile.am
10530         * src/plugins/trayicon/Makefile.am
10531                 Fix 100% cpu usage in address completion list
10532                 Fix little bugs (return with no values etc)
10533                 Fix all warnings (with common CFLAGS)
10534
10535 2005-09-15 [colin]      1.9.14cvs33
10536
10537         * src/addressbook.c
10538                 Fix bug where sometimes a group's email list is empty,
10539                 force its refresh (probably fixes "Re: how to create a 
10540                 distribution list")
10541         * src/ldapquery.c
10542                 Don't return to the callback in the main thread from the
10543                 fetch thread (or face segs!)
10544
10545 2005-09-15 [paul]       1.9.14cvs32
10546
10547         * src/prefs_matcher.c
10548                 forgotten in last commit
10549
10550 2005-09-15 [paul]       1.9.14cvs31
10551
10552         * src/prefs_actions.c
10553         * src/prefs_filtering_action.c
10554         * src/prefs_quote.c
10555         * src/quote_fmt.c
10556         * src/summaryview.c
10557         * src/gtk/description_window.c
10558         * src/gtk/description_window.h
10559         * src/gtk/quicksearch.c
10560                 allow interaction with the called
10561                 description window
10562                 Patch by Anders Hammar
10563
10564 2005-09-14 [paul]       1.9.14cvs30
10565
10566         * src/compose.c
10567                 fix a little annoyance when pasting with 3rd button 
10568                 with wrap_pastes=0 and wrap_input=1
10569                 Patch by Colin
10570
10571 2005-09-14 [paul]       1.9.14cvs29
10572
10573         * src/prefs_account.c
10574                 disable 'Filter messages on receiving' for
10575                 SMTP-only accounts
10576                 Patch  by Anders Hammar
10577
10578 2005-09-14 [paul]       1.9.14cvs28
10579
10580         * po/sk.po
10581                 fix crash
10582                 updated by Andrej Kacian
10583
10584 2005-09-14 [paul]
10585
10586         1.9.15-rc1 released
10587
10588 2005-09-14 [paul]       1.9.14cvs27
10589
10590         * po/es.po
10591                 updated by Ricardo Mones Lastra
10592         * src/compose.c
10593         * src/compose.h
10594                 associate no_wrap_tags to Compose windows
10595                 instead of using a static one
10596                 Patch by Colin
10597         * src/mbox.c
10598                 fix proc_mbox()
10599                 Patch by wwp
10600         * src/textview.c
10601                 remove unneeded printf()
10602
10603 2005-09-14 [paul]       1.9.14cvs26
10604
10605         * src/addrcache.c
10606         * src/codeconv.h
10607         * src/folder.h
10608         * src/mainwindow.h
10609         * src/mh.c
10610         * src/mimeview.h
10611         * src/partial_download.c
10612         * src/pop.c
10613         * src/prefs_account.c
10614         * src/prefs_account.h
10615         * src/prefs_actions.c
10616         * src/prefs_customheader.c
10617         * src/prefs_display_header.c
10618         * src/prefs_filtering_action.c
10619         * src/prefs_matcher.c
10620         * src/prefs_toolbar.c
10621         * src/privacy.h
10622         * src/procmime.c
10623         * src/procmime.h
10624         * src/procmsg.h
10625         * src/textview.c
10626         * src/undo.h
10627         * src/common/plugin.c
10628         * src/common/session.h
10629         * src/common/socket.c
10630         * src/common/socket.h
10631         * src/common/template.c
10632         * src/gtk/gtkaspell.c
10633         * src/gtk/quicksearch.h
10634         * src/plugins/pgpcore/passphrase.c
10635         * src/plugins/pgpcore/prefs_gpg.h
10636         * src/plugins/pgpcore/select-keys.c
10637         * src/plugins/pgpcore/select-keys.h
10638         * src/plugins/pgpcore/sgpgme.c
10639         * src/plugins/pgpinline/pgpinline.c
10640         * src/plugins/pgpmime/pgpmime.c
10641         * src/plugins/trayicon/trayicon.c
10642                 fix compilation warnings
10643                 Patch by Daniel Gustafson
10644
10645 2005-09-14 [paul]       1.9.14cvs25
10646
10647         * src/addressbook.c
10648                 add missing column header, and other small
10649                 bug fixes
10650                 Patch by Anders Hammar
10651
10652 2005-09-13 [colin]      1.9.14cvs24
10653
10654         * src/gtk/gtkaspell.c
10655                 Fix non-utf8 in menu
10656                 Fix little leaks
10657                 Nullify struct members after free()s
10658
10659 2005-09-13 [colin]      1.9.14cvs23
10660
10661         * src/compose.c
10662                 Test utf8 compliance before inserting to 
10663                 buffer, and try to convert if necessary
10664         * src/procmime.c
10665                 If no charset is present, use the locale 
10666                 one instead of us-ascii
10667         * src/procmsg.c
10668                 Add Sender, List-Post and To in the checked 
10669                 headers for automatic rules creation 
10670                 (thanks to wwp)
10671         * src/prefs_themes.c
10672         * src/gtk/gtkaspell.c
10673                 Remove deprecated functions. 
10674                 patch by Daniel Gustafson
10675
10676 2005-09-12 [colin]      1.9.14cvs22
10677
10678         * src/compose.c
10679                 Fix bug #448 (Scrolling/Redraw issue with 
10680                 address-fields in Header)
10681         * src/mainwindow.c
10682         * src/summaryview.c
10683         * src/summaryview.h
10684                 Fix loss of MSG_MARKED on move/copy
10685                 Fix bug #804 (Quicksearch togglebutton doesn't 
10686                 get depressed after '/' key is pressed)
10687
10688 2005-09-12 [paul]       1.9.14cvs21
10689
10690         * AUTHORS
10691         * src/gtk/logwindow.c
10692                 add 'Clear Log' to popup menu
10693                 Patch by Anders Hammar <anders.hammar@telia.com>
10694
10695 2005-09-12 [paul]       1.9.14cvs20
10696
10697         * src/compose.c
10698                 set correct sensitivity on attachments
10699                 popup menu
10700         * src/folder.c
10701                 fix typo
10702         * src/prefs_spelling.c
10703                 fix crash when no LANG env is set
10704         * src/common/xml.c
10705                 fix crash in wizard
10706                 don't use memeory after free
10707
10708         All patches by Daniel Gustafson
10709
10710 2005-09-12 [paul]       1.9.14cvs19
10711
10712         * src/prefs_themes.c
10713                 make theme info selectable
10714         * src/gtk/description_window.c
10715                 make window non-modal
10716         * tools/README
10717                 add details of asus_mailed.sh
10718         * tools/claws.i18n.status.pl
10719                 update for new zh_TW translator
10720                 widen the output
10721                 create alternate coloured lines
10722                 improve readability
10723
10724 2005-09-10 [colin]      1.9.14cvs18
10725
10726         * src/plugins/pgpcore/select-keys.c
10727                 Better order for the buttons
10728
10729 2005-09-10 [colin]      1.9.14cvs17
10730
10731         * src/compose.c
10732         * src/plugins/pgpcore/select-keys.c
10733         * src/plugins/pgpcore/select-keys.h
10734         * src/plugins/pgpcore/sgpgme.c
10735                 Add a "Don't encrypt" button to the key
10736                 selection dialog. Fixes bug #177 (There should be a 
10737                 'Don't encrypt button in the Select Keys dialog)
10738
10739 2005-09-10 [colin]      1.9.14cvs16
10740
10741         * src/compose.c
10742                 Fix bug #572 (%X option does not work with templates)
10743
10744 2005-09-10 [colin]      1.9.14cvs15
10745
10746         * src/toolbar.c 
10747                 Remove g_print
10748
10749 2005-09-10 [colin]      1.9.14cvs14
10750
10751         * src/imap.c
10752                 Fix a possible crash
10753
10754 2005-09-09 [colin]      1.9.14cvs13
10755
10756         * src/imap.c
10757         * src/etpan/imap-thread.c
10758         * src/etpan/imap-thread.h
10759                 Fix moving from queue or drafts to normal folders
10760                 Fix bug #794 (No way to delete without expunging)
10761                 Take flags unset by other mailers into account
10762                 Take deleted flag set by other mailers into account
10763                 Fix unsetting REPLIED flag
10764                 Fix crash when capabilities can't be retrieved
10765         * src/mainwindow.c
10766         * src/mainwindow.h
10767                 Add M_DELAYED_FLAGS condition, and let the user use
10768                 Execute in order to be able to expunge deleted mails,
10769                 even if he's not in delayed execute mode
10770         * src/prefs_spelling.c
10771                 Use 'en' dictionary by default if LANG is POSIX or C
10772         * src/gtk/prefswindow.c
10773                 Fix bug #767 (Preferences windows expanding) by making
10774                 the window a bit larger when the resolution is greater
10775                 than 640x480, and by putting the prefs in a
10776                 GtkScrolledWindow.
10777
10778 2005-09-09 [paul]       1.9.14cvs12
10779
10780         * AUTHORS
10781         * configure.ac
10782         * po/zh_TW.Big5.po      ** REMOVED **
10783         * po/zh_TW.po           ** ADDED **
10784                 updated by Wei-Lun Chao
10785
10786 2005-09-09 [paul]       1.9.14cvs11
10787
10788         * src/mainwindow.c
10789                 fix asserts
10790         * src/common/xml.c
10791                 delay memory allocation until file is
10792                 opened successfully
10793                 Patch by Daniel Gustafson
10794
10795 2005-09-09 [colin]      1.9.14cvs10
10796
10797         * src/imap.c
10798                 Add guards
10799
10800 2005-09-08 [colin]      1.9.14cvs9
10801
10802         * src/compose.c
10803                 Alert when we can't save draft
10804                 Fix various wrap/color issues
10805                 Add mid-click pasting respecting wrap_paste option
10806         * src/folder.c
10807         * src/folder.h
10808         * src/folder_item_prefs.c
10809         * src/folder_item_prefs.h
10810         * src/imap.c
10811         * src/imap_gtk.c
10812         * src/imap_gtk.h
10813         * src/main.c
10814         * src/mainwindow.c
10815         * src/mainwindow.h
10816         * src/news.c
10817         * src/news_gtk.c
10818         * src/news_gtk.h
10819         * src/prefs_folder_item.c
10820                 Fix the impossibility to synchronise folders for
10821                 offline use (IMAP and NNTP are concerned)
10822
10823 2005-09-08 [colin]      1.9.14cvs8
10824
10825         * configure.ac
10826                 Build LDAP and JPilot by default if available
10827         * src/textview.c
10828                 Fix use after free
10829
10830 2005-09-08 [paul]       1.9.14cvs7
10831
10832         * doc/manual/en/sylpheed-1.html
10833         * doc/manual/en/sylpheed-18.html
10834         * doc/manual/en/sylpheed-19.html
10835         * doc/manual/en/sylpheed-4.html
10836         * doc/manual/en/sylpheed-6.html
10837         * doc/manual/en/sylpheed.html
10838                 a few minor updates, plus include some
10839                 details about plugins and their requirements
10840         * src/mainwindow.c
10841                 minor changes to English in /View/Sort
10842
10843 2005-09-07 [colin]      1.9.14cvs6
10844
10845         * doc/manual/en/sylpheed-1.html
10846         * doc/manual/en/sylpheed-10.html
10847         * doc/manual/en/sylpheed-11.html
10848         * doc/manual/en/sylpheed-12.html
10849         * doc/manual/en/sylpheed-13.html
10850         * doc/manual/en/sylpheed-14.html
10851         * doc/manual/en/sylpheed-15.html
10852         * doc/manual/en/sylpheed-16.html
10853         * doc/manual/en/sylpheed-17.html
10854         * doc/manual/en/sylpheed-18.html
10855         * doc/manual/en/sylpheed-19.html
10856         * doc/manual/en/sylpheed-2.html
10857         * doc/manual/en/sylpheed-20.html
10858         * doc/manual/en/sylpheed-21.html
10859         * doc/manual/en/sylpheed-22.html
10860         * doc/manual/en/sylpheed-3.html
10861         * doc/manual/en/sylpheed-4.html
10862         * doc/manual/en/sylpheed-5.html
10863         * doc/manual/en/sylpheed-6.html
10864         * doc/manual/en/sylpheed-7.html
10865         * doc/manual/en/sylpheed-8.html
10866         * doc/manual/en/sylpheed-9.html
10867         * doc/manual/en/sylpheed.html
10868                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
10869
10870 2005-09-07 [colin]      1.9.14cvs5
10871
10872         * src/mainwindow.c
10873                 Make labels more to-the-point
10874
10875 2005-09-07 [colin]      1.9.14cvs4
10876
10877         * doc/manual/en/sylpheed-1.html
10878         * doc/manual/en/sylpheed-12.html
10879         * doc/manual/en/sylpheed-13.html
10880         * doc/manual/en/sylpheed-14.html
10881         * doc/manual/en/sylpheed-15.html
10882         * doc/manual/en/sylpheed-16.html
10883         * doc/manual/en/sylpheed-17.html
10884         * doc/manual/en/sylpheed-18.html
10885         * doc/manual/en/sylpheed-19.html
10886         * doc/manual/en/sylpheed-2.html
10887         * doc/manual/en/sylpheed-20.html
10888         * doc/manual/en/sylpheed-21.html
10889         * doc/manual/en/sylpheed-22.html
10890         * doc/manual/en/sylpheed-4.html
10891         * doc/manual/en/sylpheed-5.html
10892         * doc/manual/en/sylpheed-6.html
10893         * doc/manual/en/sylpheed-7.html
10894         * doc/manual/en/sylpheed-8.html
10895         * doc/manual/en/sylpheed-9.html
10896         * doc/manual/en/sylpheed.html
10897                 Update manual
10898
10899 2005-09-07 [colin]      1.9.14cvs3
10900
10901         * doc/faq/en/sylpheed-faq-1.html
10902         * doc/faq/en/sylpheed-faq-2.html
10903         * doc/faq/en/sylpheed-faq-3.html
10904         * doc/faq/en/sylpheed-faq.html
10905                 Update FAQ
10906
10907 2005-09-07 [colin]      1.9.14cvs2
10908
10909         * src/folderview.c
10910         * src/procmsg.c
10911         * src/summaryview.c
10912         * src/toolbar.c
10913                 Fix special subfolders:
10914                 - Inherit parent's icon
10915                 - sent contents of queues subfolders
10916                 - empty subfolders of trashes
10917         * src/mainwindow.c
10918                 Remove outdated manual and faq entries
10919         * src/common/utils.c
10920                 Add quotes around %s coming from mailcap
10921
10922 2005-09-07 [colin]      1.9.14cvs1
10923
10924         * src/compose.c
10925                 After saving draft, set modified to FALSE
10926         * src/mimeview.c
10927         * src/common/utils.c
10928         * src/common/utils.h
10929                 Try to open mime parts using what is 
10930                 indicated in ~/.mailcap or /etc/mailcap,
10931                 if possible.
10932
10933 2005-09-05 [paul]       1.9.14
10934
10935         1.9.14 released
10936
10937         * po/sk.po
10938                 updated by Andrej Kacian
10939
10940 2005-09-05 [paul]       1.9.13cvs83
10941
10942         * po/de.po
10943         * po/es.po
10944         * po/fi.po
10945         * po/fr.po
10946         * po/nb.po
10947         * po/pt_BR.po
10948         * po/sr.po
10949                 updated translations by Thomas Gilgin, Ricardo Mones
10950                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
10951                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
10952
10953 2005-09-04 [paul]       1.9.13cvs82
10954
10955         * src/compose.c
10956                 only warn about exceeded line length limit
10957                 on send
10958
10959 2005-09-04 [paul]       1.9.13cvs81
10960
10961         * src/compose.c
10962                 fix crash in 'line length exceeded' dialogue
10963
10964 2005-09-02 [paul]       1.9.13cvs80
10965
10966         * src/imap.c
10967                 fix bug 795, 'Connection lost IMAP'
10968                 and add statusbar prints
10969                 Patch by Colin
10970
10971 2005-09-02 [paul]       1.9.13cvs79
10972
10973         * src/compose.c
10974                 compose_wrap_paragraph() becomes
10975                 compose_beautify_paragraph()
10976                 Patch by Colin
10977
10978 2005-09-02 [colin]      1.9.13cvs78
10979
10980         * src/folderview.c
10981                 Micro-fix
10982
10983 2005-09-01 [colin]      1.9.13cvs77
10984
10985         * src/imap.c
10986                 Maybe fix bug #795 (Connection lost IMAP)
10987                 Don't try to send logout when we're disconnected.
10988         * src/summaryview.c
10989                 Include locked and marked emails in HRM
10990                 view. Fixes bug #800 (Locked messages no longer 
10991                 show up when hide read messages is used)
10992
10993 2005-09-01 [paul]       1.9.13cvs76
10994
10995         * src/prefs_common.c
10996                 fix bad cutting
10997
10998 2005-08-31 [colin]      1.9.13cvs75
10999
11000         * src/folderview.c
11001         * src/folderview.h
11002         * src/prefs_summaries.c
11003         * src/summaryview.c
11004                 Fix "go to next new", fix preference
11005                 (Open unread/next swapped)
11006
11007 2005-08-31 [paul]       1.9.13cvs74
11008
11009         * src/compose.c
11010         * src/folderview.c
11011         * src/headerview.c
11012         * src/headerview.h
11013         * src/mainwindow.c
11014         * src/prefs_common.c
11015         * src/prefs_common.h
11016         * src/prefs_fonts.c
11017         * src/summaryview.c
11018         * src/textview.c
11019         * src/common/defs.h
11020                 remove obsolete BOLD_FONT setting
11021                 fix font update in headerview and textview
11022                 headers after prefs change
11023                 Patch By Colin
11024
11025 2005-08-31 [paul]
11026
11027         1.9.14-rc4 released
11028
11029 2005-08-30 [colin]      1.9.13cvs73
11030
11031         * src/summaryview.c
11032                 When Hide read messages is selected and we
11033                 refresh the summaryview, don't remove the 
11034                 currently displayed message. Fixes bug #797
11035                 (Summary view reloads when new mail is 
11036                 downloaded in 1.9.14 rc)
11037
11038 2005-08-30 [colin]      1.9.13cvs72
11039
11040         * src/folderview.c
11041                 Fix flickering
11042         * src/mainwindow.c
11043                 Remove useless callback
11044         * src/mimeview.c
11045         * src/gtk/filesel.c
11046         * src/gtk/filesel.h
11047                 Add a filesel_select_file_save_folder() - used by Save All
11048
11049 2005-08-29 [paul]       1.9.13cvs71
11050
11051         * AUTHORS
11052         * src/matcher_parser_parse.y
11053         * src/etpan/imap-thread.c
11054                 fix building on FreeBSD
11055                 Patch by Daniel Gustafson <daniel@hobbit.se>
11056
11057 2005-08-29 [paul]       1.9.13cvs70
11058
11059         * src/plugins/pgpinline/pgpinline.c
11060                 only initialise sig result if it's been handled
11061                 Patch by Colin
11062
11063 2005-08-29 [paul]       1.9.13cvs69
11064         
11065         Patches by Colin:
11066
11067         * src/imap.c
11068         * src/common.utils.c
11069         * src/common/utils.h
11070                 optimisation
11071         * src/stock_pixmap.h
11072                 fix wrong icon reference
11073         * src/pixmaps/trash_btn.xpm
11074                 replace with nicer image
11075
11076 2005-08-28 [colin]      1.9.13cvs68
11077
11078         * src/Makefile.am
11079         * src/stock_pixmap.c
11080         * src/stock_pixmap.h
11081         * src/toolbar.c
11082         * src/pixmaps/trash_btn.xpm
11083                 Add a specific trash xpm for the button
11084
11085 2005-08-28 [colin]      1.9.13cvs67
11086
11087         * src/imap.c
11088                 Fix leak
11089
11090 2005-08-27 [colin]      1.9.13cvs66
11091
11092         * src/imap.c
11093         * src/procmime.c
11094                 Correctly fix "Problem with replies", fixes
11095                 pgpmime encryption too. 
11096
11097 2005-08-27 [colin]      1.9.13cvs65
11098
11099         * src/folder.c
11100         * src/procmsg.c
11101         * src/procmsg.h
11102         * src/summaryview.c
11103                 Fix bug #517 (messages removed from summaryview 
11104                 when moving fails)
11105
11106 2005-08-27 [colin]      1.9.13cvs64
11107
11108         * tools/Makefile.am
11109         * tools/asus_mailled.sh
11110                 Add a script to blink ASUS laptops' mail LED where there
11111                 is unread mail.
11112
11113 2005-08-27 [colin]      1.9.13cvs63
11114
11115         * src/imap.c
11116         * src/etpan/imap-thread.c
11117         * src/etpan/imap-thread.h
11118                 Implement automatic choosing of login method
11119                 Fixes bug #791
11120         * src/gtk/.cvsignore
11121                 Add sylpheed-marshal.[ch]
11122
11123 2005-08-27 [colin]      1.9.13cvs62
11124
11125         * src/common/utils.c
11126                 Fix confusing perror
11127
11128 2005-08-27 [colin]      1.9.13cvs61
11129
11130         * src/toolbar.c
11131         * src/toolbar.h
11132                 Remove A_DELETE, replace it with 
11133                 A_TRASH and A_DELETE_REAL. Automatically
11134                 rewrite config files to replace A_DELETE
11135                 with A_TRASH (no functionality change).
11136                 Fixes half of #794
11137
11138 2005-08-26 [colin]      1.9.13cvs60
11139
11140         * src/procmime.c
11141                 Previous "Problem with replies" fix brought other
11142                 problems, fixing them
11143
11144 2005-08-26 [colin]      1.9.13cvs59
11145
11146         * src/procmime.c
11147                 Fix "Problem with replies". This happened only
11148                 on IMAP...
11149         * src/procmsg.c
11150                 Factorize code a bit
11151         * src/compose.c
11152                 Speed improvement on very long messages (wrapping)
11153                 Fix signature color on Reedit and Redirect
11154                 On Reedit, don't attach pgp-signatures parts, but
11155                 set signing to On.
11156
11157 2005-08-24 [paul]       1.9.13cvs58
11158
11159         * src/compose.c
11160                 don't claim success when clicking
11161                 Cancel on the passphrase box.
11162                 Patch by Colin
11163
11164 2005-08-24 [paul]       1.9.13cvs57
11165
11166         * src/main.c
11167                 fix misplaced sylpheed.log
11168         * src/common/defs.h
11169                 define UIDL_DIR
11170
11171 2005-08-24 [paul]       1.9.13cvs56
11172
11173         * src/imap.c
11174         * src/etpan/imap-thread.c
11175         * src/etpan/imap-thread.h
11176                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11177                 Patch by Colin
11178         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11179         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11180                 remove autogenerated files
11181         * tools/kdeservicemenu/README
11182         * tools/kdeservicemenu/install.sh
11183         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11184         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11185                 use Claws icon, use 'Sylpheed-Claws' in menu,
11186                 use kdialog, and other cleanups
11187
11188 2005-08-23 [paul]       1.9.13cvs55
11189
11190         * src/compose.c
11191                 fix paste/wrap crash
11192                 Patch by Colin
11193
11194 2005-08-23 [paul]       1.9.13cvs54
11195
11196         * src/main.c
11197                 fix crash recovery
11198                 Patch by Colin
11199
11200 2005-08-23 [paul]       1.9.13cvs53
11201
11202         * src/addressbook.c
11203         * src/editaddress.c
11204                 view all data of LDAP contacts
11205                 Patch by Colin
11206
11207 2005-08-23 [paul]       1.9.13cvs52
11208
11209         * src/addressbook.c
11210                 fix issues with the Search field
11211                 Patch by Colin
11212
11213 2005-08-22 [paul]       1.9.13cvs51
11214
11215         * src/folderview.c
11216                 put name of folder in processing dialog
11217                 title
11218         * src/prefs_folder_item.c
11219                 improve english usage
11220
11221 2005-08-22 [paul]       1.9.13cvs50
11222
11223         * src/filtering.c
11224         * src/filtering.h
11225         * src/matcher.c
11226         * src/matcher_parser_lex.l
11227         * src/matcher_parser_parse.y
11228         * src/prefs_filtering.c
11229                 add Filtering/Processing rule names feature.
11230                 (the incompatible old matcherrc is saved as
11231                 matcherrc.pre_names).
11232                 Patch by Colin
11233
11234 2005-08-22 [paul]       1.9.13cvs49
11235
11236         * src/procmsg.c
11237                 fix colour labelling
11238                 Patch by Colin
11239
11240 2005-08-22 [paul]       1.9.13cvs48
11241
11242         * src/textview.c
11243                 fix open_image_cb()
11244
11245 2005-08-22 [paul]       1.9.13cvs47
11246
11247         * src/imap.c
11248                 fix bug 789, 'SC crashes with imap (CVS ver)'
11249                 Patch by Colin
11250
11251 2005-08-22 [paul]       1.9.13cvs46
11252
11253         * src/mimeview.c
11254         * src/prefs_common.c
11255         * src/common/defs.h
11256                 define reused defaults in defs.h
11257         * src/textview.c
11258                 add 'Open image' to image popup menu
11259
11260 2005-08-21 [colin]      1.9.13cvs45
11261
11262         * src/summaryview.c
11263                 Fix bug #788 (Bogus "From" address displayed)
11264
11265 2005-08-20 [colin]      1.9.13cvs44
11266
11267         * src/folder.c
11268                 Fix buf #787 (multilevel delete causes SIGSEGV)
11269
11270 2005-08-19 [colin]      1.9.13cvs43
11271
11272         * src/inc.c
11273         * src/prefs_common.c
11274         * src/prefs_common.h
11275                 Add an hidden pref to allow modifying the
11276                 update stepping in incorporation.
11277                 Patch by wwp.
11278
11279 2005-08-19 [colin]      1.9.13cvs42
11280
11281         * src/compose.c
11282         * src/procmime.c
11283                 Workaround for broken MUAs: encode 
11284                 Content-type: name: as ASCII and 
11285                 Content-Disposition: filename: as
11286                 per rfc2231
11287         * src/prefs_account.c
11288                 Fix invisible-ness of SMTP SSL prefs
11289                 in NNTP accounts
11290
11291 2005-08-19 [paul]       1.9.13cvs41
11292
11293         * src/compose.c
11294         * src/prefs_common.c
11295         * src/prefs_common.h
11296         * src/prefs_wrapping.c
11297                 paste with or without wrapping.
11298                 patch by Colin
11299
11300 2005-08-19 [paul]       1.9.13cvs40
11301
11302         * src/prefs_common.c
11303         * src/prefs_common.h
11304         * src/summaryview.c
11305                 reintroduce enable_swap_from as a
11306                 hidden pref. patch by Colin
11307         * src/quote_fmt_parse.y
11308         * src/plugins/clamav/clamav_plugin.c
11309         * src/plugins/dillo_viewer/dillo_viewer.c
11310         * src/plugins/mathml_viewer/mathml_viewer.c
11311         * src/plugins/pgpcore/sgpgme.c
11312         * src/plugins/pgpinline/pgpinline.c
11313         * src/plugins/pgpmime/pgpmime.c
11314                 tidy up. patch by Colin
11315
11316 2005-08-19 [paul]       1.9.13cvs39
11317
11318         * configure.ac
11319                 complete cvs38's sync
11320         * src/editaddress.c
11321         * src/gedit-print.c
11322         * src/mutt.c
11323         * src/etpan/etpan-log.c
11324         * src/etpan/imap-thread.c
11325         * src/gtk/gtksourceprintjob.c
11326                 fix compilation warnings
11327                 (patch by Colin)
11328
11329 2005-08-19 [paul]       1.9.13cvs38
11330
11331         sync with main:
11332
11333         * src/account.c
11334         * src/action.c
11335         * src/addrbook.c
11336         * src/addrcache.c
11337         * src/addrharvest.c
11338         * src/addrindex.c
11339         * src/codeconv.c
11340         * src/compose.c
11341         * src/crash.c
11342         * src/exporthtml.c
11343         * src/exportldif.c
11344         * src/folder.c
11345         * src/image_viewer.c
11346         * src/inc.c
11347         * src/inc.h
11348         * src/jpilot.c
11349         * src/ldif.c
11350         * src/main.c
11351         * src/matcher.c
11352         * src/mbox.c
11353         * src/messageview.c
11354         * src/mh.c
11355         * src/mimeview.c
11356         * src/msgcache.c
11357         * src/mutt.c
11358         * src/news.c
11359         * src/partial_download.c
11360         * src/pine.c
11361         * src/pop.c
11362         * src/prefs_actions.c
11363         * src/prefs_common.c
11364         * src/prefs_customheader.c
11365         * src/prefs_display_header.c
11366         * src/prefs_gtk.c
11367         * src/prefs_themes.c
11368         * src/procheader.c
11369         * src/procmime.c
11370         * src/procmsg.c
11371         * src/recv.c
11372         * src/send_message.c
11373         * src/simple-gettext.c
11374         * src/sourcewindow.c
11375         * src/textview.c
11376         * src/vcard.c
11377         * src/common/defs.h
11378         * src/common/log.c
11379         * src/common/plugin.c
11380         * src/common/prefs.c
11381         * src/common/session.c
11382         * src/common/session.h
11383         * src/common/socket.c
11384         * src/common/socket.h
11385         * src/common/ssl_certificate.c
11386         * src/common/template.c
11387         * src/common/utils.c
11388         * src/common/utils.h
11389         * src/common/xml.c
11390         * src/gtk/about.c
11391         added wrappers for C library function that
11392                 take pathname arguments.
11393                 enabled compilation with MinGW.
11394                 use GDir instead of directly using opendir().
11395                 added rename_force().
11396
11397 2005-08-19 [paul]       1.9.13cvs37
11398         
11399         patches by Colin:
11400         * src/compose.c
11401                 fix privacy settings on re-editing
11402                 a sent message
11403         * src/jpilot.c
11404                 fix encoding bug
11405         * src/folder.c
11406         * src/procmsg.c
11407         * src/procmsg.h
11408         * src/summaryview.c
11409                 flag changing optimisation
11410
11411 2005-08-18 [martin]     1.9.13cvs36
11412
11413         * commitHelper
11414             added my login
11415         * src/addrcache.c
11416         * src/addrharvest.c
11417         * src/addrindex.c
11418         * src/compose.c
11419         * src/grouplistdialog.c
11420         * src/main.c
11421         * src/mainwindow.c
11422         * src/msgcache.c
11423         * src/mutt.c
11424         * src/pine.c
11425         * src/prefs_account.c
11426         * src/prefs_themes.c
11427         * src/stock_pixmap.c
11428         * src/summaryview.c
11429         * src/gtk/about.c
11430         * src/gtk/logwindow.c
11431             removed deprecated glib and gdk stuff
11432         * src/plugins/pgpcore/select-keys.c
11433             convert attributes from locale to utf8
11434
11435 2005-08-17 [paul]       1.9.13cvs35
11436
11437         * src/account.c
11438         * src/addressbook.c
11439                 use new GTK_STOCK_ icons if available
11440         * src/summaryview.c
11441         * src/gtk/gtksctree.c
11442         * src/gtk/gtksctree.h
11443                 faster range select. patch by Colin
11444
11445 2005-08-17 [paul]       1.9.13cvs34
11446
11447         patches by colin:
11448         * src/addressbook.c
11449         * src/addressitem.h
11450                 Add an edit button for contacts, fix selections
11451                 of gtksctree items
11452         * src/editaddress.c
11453                 Change labels, let Save be always possible in the
11454                 email and user atributes tabs
11455         * src/folderview.c
11456                 fix sort issues
11457         * src/summaryview.c
11458                 select next item instead of the displayed one
11459                 after deletion
11460
11461         * src/gtk/progressdialog.c
11462                 use prefs_common.enable_rules_hint
11463
11464 2005-08-13 [hoa]        1.9.13cvs33
11465
11466         * src/etpan/imap-thread.c
11467                 fixed build on Solaris.
11468
11469 2005-08-10 [colin]      1.9.13cvs32
11470
11471         * src/procmsg.c
11472                 Fix cvs31 (missing fclose before reading
11473                 the file)
11474
11475 2005-08-10 [colin]      1.9.13cvs31
11476
11477         * src/procmsg.c
11478                 Fix procmsg_msginfo_new_from_mimeinfo() when
11479                 the MimeInfo isn't stored in memory. This fixes
11480                 replying to an attached message.
11481
11482 2005-08-10 [colin]      1.9.13cvs30
11483
11484         * src/mainwindow.c
11485                 Fix slowness in account changing
11486
11487 2005-08-10 [colin]      1.9.13cvs29
11488
11489         * src/folder.c
11490         * src/folderutils.c
11491         * src/folderview.c
11492         * src/imap_gtk.c
11493         * src/mainwindow.c
11494         * src/mh_gtk.c
11495         * src/procmsg.c
11496         * src/summaryview.c
11497                 Optimize folder_has_parent_of_type
11498                 Prevent moving special sub-folders from contextual menus
11499                 Rework message a bit ("Empty all messages" -> "Delete all
11500                 messages")
11501                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
11502                 and "Deleted Items" folders)
11503
11504 2005-08-08 [colin]      1.9.13cvs28
11505
11506         * src/summaryview.c
11507         * src/prefs_summaries.c
11508                 Make "Select first unread|new" more flexible
11509                 (just prioritize new or unread)
11510
11511 2005-08-08 [colin]      1.9.13cvs27
11512
11513         * src/summaryview.c
11514                 If "select first new" is selected and there only
11515                 are unread messages, fallback to "select first
11516                 unread".
11517
11518 2005-08-08 [colin]      1.9.13cvs26
11519
11520         * src/folder.c
11521                 Fix shameful bugs (and bug #779)
11522
11523 2005-08-08 [colin]      1.9.13cvs25
11524
11525         * src/folder.c
11526         * src/folder.h
11527                 Cache parents' type to make folder_has_parent_of_type
11528                 faster
11529         * src/folderview.c
11530                 Forbid DnD of special sub-folders
11531         * src/procmsg.c
11532         * src/procmsg.h
11533                 Add MAIL_POSTFILTERING_HOOK
11534         * src/summaryview.c
11535                 Revert over-zealous deletion of the use_addr_book 
11536                 code
11537
11538 2005-08-07 [colin]      1.9.13cvs24
11539
11540         * src/folder.c
11541                 Fix big mistake (passing MsgInfo instead 
11542                 of FolderItem)
11543
11544 2005-08-07 [colin]      1.9.13cvs23
11545
11546         * src/compose.c
11547         * src/folder.c
11548         * src/folder.h
11549         * src/foldersel.c
11550         * src/folderutils.c
11551         * src/folderview.c
11552         * src/imap.c
11553         * src/mainwindow.c
11554         * src/messageview.c
11555         * src/mh.c
11556         * src/msgcache.c
11557         * src/procmime.c
11558         * src/summaryview.c
11559                 Make subfolders of Drafts, Queue, Outbox, Trash
11560                 work like their parents. 
11561                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
11562
11563 2005-08-07 [colin]      1.9.13cvs22
11564
11565         * src/addressbook.c
11566                 Fix bug #771 (Dragged contacts not saved)
11567
11568 2005-08-07 [paul]       1.9.13cvs21
11569
11570         * src/summaryview.c
11571                 fix bug 32 'Search Doesn't display results
11572                 if "Hide Read Messages" is chosen'
11573                 be more literal in interpreting 'Hide read
11574                 messages'
11575
11576 2005-08-07 [colin]      1.9.13cvs20
11577
11578         * src/folderview.c
11579                 Add debug
11580         * src/summaryview.c
11581                 Faster 'unthread_for_execution'
11582
11583 2005-08-06 [paul]       1.9.13cvs19
11584
11585         * src/mainwindow.c
11586                 add mnemonics to Set displayed columns
11587                 fix bug where msgview_visible option was
11588                 overwritten as TRUE on startup
11589
11590 2005-08-06 [paul]       1.9.13cvs18
11591
11592         * src/mainwindow.c
11593                 refer to 'displayed columns in folder/message
11594                 list' not 'displayed items in summary/message view'
11595         * src/prefs_display_header.c
11596                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
11597                 be consistent with similar dialogues
11598         * src/prefs_folder_column.c
11599         * src/prefs_summary_column.c
11600                 'columns' not 'items', and folder and message lists,
11601                 instead of folder and summary views;
11602                 Use 'Hidden columns' as list heading not 'Available
11603                 items';
11604                 move the 'Remove' button to the right hand side;
11605                 top-align the buttons;
11606                 remove unneeded vbox
11607         * src/prefs_summaries.c
11608                 put the 2 column prefs buttons in a frame to reduce
11609                 overall width; refer to columns not items &c.
11610
11611 2005-08-05 [colin]      1.9.13cvs17
11612
11613         * src/prefs_common.c
11614         * src/prefs_common.h
11615         * src/mainwindow.c
11616         * src/compose.c
11617         * src/messageview.c
11618                 Add an hidden toolbar_detachable pref, so
11619                 that I can get rid of these painful handles
11620                 in the toolbars. Defaults to TRUE to avoid
11621                 changing the GUI on unsuspecting people...
11622
11623 2005-08-05 [colin]      1.9.13cvs16
11624
11625         * src/Makefile.am
11626         * src/prefs_folder_column.c
11627         * src/prefs_folder_column.h
11628                 Add prefs for folder columns
11629         * src/folderview.c
11630         * src/folderview.h
11631         * src/mainwindow.c
11632         * src/mainwindow.h
11633         * src/prefs_common.c
11634         * src/prefs_common.h
11635         * src/prefs_summaries.c
11636                 Use them
11637         * src/prefs_summary_column.c
11638         * src/summaryview.c
11639         * src/summaryview.h
11640                 Add a To column
11641         * src/textview.c
11642         * src/common/utils.c
11643         * src/common/utils.h
11644                 Move uri colourisation functions
11645                 to utils
11646         * src/compose.c
11647                 Colourise URIs
11648         * src/imap.c
11649                 Fix bug with LIST where we'd try
11650                 to get Folder//////[...]/// 
11651
11652 2005-08-05 [paul]       1.9.13cvs15
11653
11654         * src/prefs_summaries.c
11655                 improve the English usage
11656         * src/summaryview.c
11657                 set font on column change
11658                 thanks to Colin
11659
11660 2005-08-05 [paul]       1.9.13cvs14
11661
11662         * src/prefs_common.c
11663         * src/prefs_common.h
11664         * src/prefs_summaries.c
11665         * src/summaryview.c
11666                 replace 'open_unread_on_enter' option with
11667                 'select_on_entry' option. opening/not opening
11668                 is now exclusively controlled by 'always_show_msg'
11669
11670 2005-08-04 [colin]      1.9.13cvs13
11671
11672         * src/compose.c
11673                 Remove dead code
11674                 Add colourisation of quotes and signatures
11675         * src/folderview.c
11676                 Fix possible crashes
11677         * src/messageview.c
11678                 Change an assert that is no problem
11679         * src/news.c
11680         * src/news_gtk.c
11681         * src/news_gtk.h
11682                 Fix offline mode
11683         * src/gtk/quicksearch.c
11684                 Fix a possible crash
11685
11686 2005-08-03 [colin]      1.9.13cvs12
11687
11688         * src/prefs_account.c
11689                 Fix bug #777 (Sylpheed crash in account configuration)
11690
11691 2005-08-03 [colin]      1.9.13cvs11
11692
11693         * src/addressbook.c
11694         * src/editaddress.c
11695         * src/editgroup.c
11696                 Fixing addressbook, round 2
11697         * src/textview.c
11698                 Fix emphasis color on rechecking 'Colorize messages'
11699
11700 2005-08-03 [paul]       1.9.13cvs10
11701
11702         sync with main
11703
11704         * src/addr_compl.c
11705         * src/compose.c
11706         * src/main.c
11707         * src/pop.c
11708         * src/prefs_account.c
11709         * src/procmime.c
11710         * src/procmsg.c
11711         * src/quote_fmt_parse.y
11712         * src/textview.c
11713         * src/common/quoted-printable.c
11714         * src/common/utils.c
11715         * src/common/utils.h
11716         * src/common/xml.c
11717                 replaced incorrect locale-independent
11718                 ctype functions with GLib's. Corrected
11719                 signedness mismatch.
11720         * src/headerview.c
11721                 headerview_create(): added spacing for vbox.
11722         * src/gtk/about.c
11723                 set focus to the OK button.
11724
11725 2005-08-03 [colin]      1.9.13cvs9
11726
11727         * src/folderview.c
11728                 Fix possible crash
11729
11730 2005-08-02 [colin]      1.9.13cvs8
11731
11732         * src/mainwindow.c
11733                 Fix cast
11734         * src/addressbook.c
11735         * src/addressitem.h
11736                 Fix a cast and more generally, try to make the
11737                 GUI more intuitive and consistent (round 1)
11738
11739 2005-08-02 [paul]       1.9.13cvs7
11740
11741         * src/folder.h
11742                 missing in 1.9.13cvs6
11743
11744 2005-08-02 [colin]      1.9.13cvs6
11745
11746         * src/folder.c
11747                 Fix one more leak
11748
11749 2005-08-02 [colin]      1.9.13cvs5
11750
11751         * src/folder.c
11752         * src/folderview.c
11753         * src/imap.c
11754         * src/main.c
11755         * src/mbox.c
11756         * src/procmsg.c
11757         * src/summaryview.c
11758                 Fix a number of folder_item_get_msg_list()-related
11759                 leaks (missing procmsg_msginfo_free()s)
11760
11761 2005-08-01 [colin]      1.9.13cvs4
11762
11763         * src/folderview.c
11764         * src/folderview.h
11765         * src/mainwindow.c
11766         * src/prefs_fonts.c
11767         * src/prefs_summaries.c
11768         * src/prefs_themes.c
11769         * src/summaryview.c
11770         * src/summaryview.h
11771         * src/textview.c
11772         * src/textview.h
11773                 Fix instant-apply of summary and folderview-related prefs
11774                 Fix erroneous g_free and alertpanels in prefs_theme
11775                 Add instant-apply for fonts
11776                 Defer applying of prefs a little bit so it's done only
11777                 once even if requested by multiples prefs pages
11778
11779 2005-08-01 [paul]       1.9.13cvs3
11780
11781         * src/main.c
11782                 fix bug 776 'S.C. crashes on close'
11783                 thanks to Colin
11784         * src/etpan/etpan-thread-manager-types.h
11785                 add missing include
11786                 thanks to Hoa
11787
11788 2005-07-25 [paul]       1.9.13cvs2
11789
11790         * src/summaryview.c
11791                 fix typos. spotted by Fabien Vantard
11792
11793 2005-07-24 [paul]       1.9.13cvs1
11794
11795         * doc/man/sylpheed.1
11796                 update man page, incorporating fix of
11797                 bug 769 'Typo in manpage'
11798         * src/etpan/imap-thread.c
11799                 fix NetBSD openssl dependencies. patch by
11800                 George Michaelson <ggm@apnic.net>
11801         * po/pt_BR.po
11802                 updated by Frederico Goncalves Guimaraes
11803
11804 2005-07-22 [paul]       1.9.13
11805
11806         1.9.13 release
11807
11808 2005-07-22 [paul]       1.9.12cvs91
11809
11810         * AUTHORS
11811         * INSTALL
11812         * README.claws
11813         * RELEASE_NOTES.claws
11814                 updated for release
11815         * configure.ac
11816         * po/nb.po
11817         * tools/claws.i18n.status.pl
11818                 add Norwegian translation. submiited by
11819                 Geir Helland <pjallabais@users.sourceforge.net>
11820         * po/ca.po
11821         * po/de.po
11822         * po/es.po
11823         * po/fi.po
11824         * po/fr.po
11825         * po/it.po
11826         * po/sk.po
11827         * po/sr.po
11828         * po/zh_CN.po
11829                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11830                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
11831                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
11832                 Yang Guilong
11833         * src/plugins/clamav/clamav_plugin_gtk.c
11834         * src/plugins/spamassassin/spamassassin_gtk.c
11835                 replace outdated description strings
11836
11837 2005-07-21 [colin]      1.9.12cvs90
11838
11839         * src/folder.c
11840                 Set folder to batch mode when scanning it. Makes deletion
11841                 of unread mails on IMAP much faster (due to the UNREAD 
11842                 flag unsetting)
11843
11844 2005-07-21 [darko]      1.9.12cvs89
11845
11846         * configure.ac
11847                 link against libresolv if necessary (patch by Paul)
11848         * src/msgcache.c
11849                 use glib's portable macros to determine endianness
11850
11851 2005-07-21 [paul]       1.9.12cvs88
11852
11853         * src/crash.c
11854         * src/gtk/about.c
11855                 update compiled-in features list
11856
11857 2005-07-20 [colin]      1.9.12cvs87
11858
11859         * src/folder.c
11860         * src/textview.c
11861                 Gcc 2.9x compilation fixes, thanks to Darko
11862         * src/plugins/clamav/clamav_plugin.c
11863                 Little optimisation: load virus database only once
11864         * src/plugins/spamassassin/spamassassin.c
11865                 Big optimisation: filtering one mail took at least 1 second,
11866                 now it takes at least 50ms. Doesn't speed up spamassassin 
11867                 itself, but should already be much more tolerable.
11868
11869 2005-07-20 [colin]      1.9.12cvs86
11870
11871         * src/summaryview.c
11872                 Fix performance issue
11873
11874 2005-07-19 [colin]      1.9.12cvs85
11875
11876         * src/plugins/pgpinline/plugin.c
11877                 Fix warning
11878
11879 2005-07-19 [colin]      1.9.12cvs84
11880
11881         * configure.ac
11882         * src/plugins/Makefile.am
11883         * src/plugins/pgpinline/.cvsignore
11884         * src/plugins/pgpinline/Makefile.am
11885         * src/plugins/pgpinline/pgpinline.c
11886         * src/plugins/pgpinline/pgpinline.deps
11887         * src/plugins/pgpinline/pgpinline.h
11888         * src/plugins/pgpinline/plugin.c
11889                 Put pgpinline in the main tree
11890
11891 2005-07-19 [paul]       1.9.12cvs83
11892
11893         * src/prefs_actions.c
11894                 prevent '//' in menu names, which cause a crash
11895                 thanks to Colin
11896
11897 2005-07-19 [paul]       1.9.12cvs82
11898
11899         * configure.ac
11900                 be generally more informative in configure output.
11901                 OpenSSL: correction: '[ --enable-openssl ...' -> 
11902                 '[ --disable-openssl ...', as --enable-openssl is default
11903                 PGP/MIME: don't check for GPGME again, check for
11904                 pgpcore instead. Therefore prevent the possibility of
11905                 attempting to build pgpmime if pgpcore dependencies are
11906                 not met
11907                 ClamAV: use pkgconfig to check for lib
11908                 libgnomeprint: revert logic on inner test to match
11909                 everything else
11910         * src/plugins/pgpcore/sgpgme.c
11911                 add missing include
11912
11913 2005-07-19 [colin]      1.9.12cvs81
11914
11915         * src/summaryview.c
11916                 Fix slow thread rebuilding in particular
11917                 cases
11918
11919 2005-07-19 [paul]       1.9.12cvs80
11920
11921         * sylpheed-claws.desktop
11922                 fix typo, spotted by Stephan Sachse
11923         * src/account.c
11924                 replace GTK_STOCK_ADD with
11925                 GTK_STOCK_NEW button
11926
11927 2005-07-18 [colin]      1.9.12cvs79
11928
11929         * src/etpan/imap-thread.c
11930                 Fix return value (Thanks Hoa)
11931
11932 2005-07-18 [colin]      1.9.12cvs78
11933
11934         * src/imap.c
11935                 Allow empty passwords
11936                 Create drafts/queue/outbox if necessary
11937         * src/summaryview.c
11938                 Remove old code
11939         * src/etpan/imap-thread.c
11940                 Fix STARTTLS (Thanks to Hoa)
11941
11942 2005-07-18 [paul]       1.9.12cvs77
11943
11944         * ChangeLog-gtk2.jp
11945         * ChangeLog.jp
11946                 removed
11947         * Makefile.am
11948                 updated to reflect additions and removals
11949         * TODO
11950                 updated to be claws-specific
11951         * TODO-gtk2
11952         * TODO-gtk2.jp
11953         * TODO.jp
11954         * sylpheed-128x128.png
11955         * sylpheed-64x64.png
11956                 removed
11957         * sylpheed-claws-128x128.png
11958         * sylpheed-claws-64x64.png
11959         * sylpheed-claws.desktop
11960         * sylpheed-claws.png
11961                 added
11962         * sylpheed.desktop
11963         * sylpheed.png
11964                 removed
11965
11966 2005-07-17 [paul]       1.9.12cvs76
11967
11968         * src/account.c
11969         * src/addressbook.c
11970         * src/alertpanel.c
11971         * src/alertpanel.h
11972         * src/compose.c
11973         * src/exphtmldlg.c
11974         * src/expldifdlg.c
11975         * src/folderview.c
11976         * src/imap_gtk.c
11977         * src/inc.c
11978         * src/message_search.c
11979         * src/messageview.c
11980         * src/mh_gtk.c
11981         * src/news_gtk.c
11982         * src/prefs_actions.c
11983         * src/prefs_filtering.c
11984         * src/prefs_matcher.c
11985         * src/prefs_template.c
11986         * src/prefs_themes.c
11987         * src/ssl_manager.c
11988         * src/summary_search.c
11989         * src/textview.c
11990         * src/toolbar.c
11991         * src/gtk/sslcertwindow.c
11992         * src/plugins/pgpcore/sgpgme.c
11993                 rework alertpanels
11994
11995 2005-07-17 [colin]      1.9.12cvs75
11996
11997         * src/privacy.c
11998                 add a PrivacySystem accessor that checks that
11999                 the system cached in a MimeInfo's privacydata
12000                 is still registered. Use this accessor instead
12001                 of directly using data->system. Fixes crashes
12002                 after unloading pgp plugins.
12003
12004 2005-07-17 [colin]      1.9.12cvs74
12005
12006         * src/alertpanel.c
12007                 Change geometry hints to a simple default size.
12008                 Fixes the certs dialogs.
12009
12010 2005-07-17 [colin]      1.9.12cvs73
12011
12012         * src/gtk/sslcertwindow.c
12013                 Use a gtkExpander
12014
12015 2005-07-17 [colin]      1.9.12cvs72
12016
12017         * src/plugins/pgpcore/Makefile.am
12018         * src/plugins/pgpmime/Makefile.am
12019                 Add gpgme libs
12020
12021 2005-07-17 [paul]       1.9.12cvs71
12022
12023         * configure.ac
12024                 add --disable-gnomeprint option
12025                 modified version of patch by Marius Mauch
12026
12027 2005-07-17 [paul]       1.9.12cvs70
12028
12029         * src/common/defs.h
12030                 update urls
12031         * src/account.c
12032         * src/action.c
12033         * src/addressbook.c
12034         * src/compose.c
12035         * src/foldersel.c
12036         * src/folderview.c
12037         * src/html.c
12038         * src/imap_gtk.c
12039         * src/main.c
12040         * src/mainwindow.c
12041         * src/messageview.c
12042         * src/mh_gtk.c
12043         * src/mimeview.c
12044         * src/news_gtk.c
12045         * src/prefs_account.c
12046         * src/prefs_send.c
12047         * src/prefs_summaries.c
12048         * src/procmsg.c
12049         * src/summaryview.c
12050         * src/common/utils.c
12051         * src/common/xml.c
12052         * src/plugins/pgpcore/passphrase.c
12053         * src/plugins/pgpcore/select-keys.c
12054                 replace inappropriately used backticks
12055                 with single quotes
12056
12057 2005-07-16 [colin]      1.9.12cvs69
12058
12059         * src/image_viewer.c
12060                 Add extra paranoid checks
12061
12062 2005-07-16 [colin]      1.9.12cvs68
12063
12064         * src/plugins/pgpcore/prefs_gpg.c
12065                 Don't auto-check sigs by default, as it
12066                 can be really slow.
12067
12068 2005-07-16 [colin]      1.9.12cvs67
12069
12070         * src/plugins/pgpcore/sgpgme.c
12071                 Make messages a bit better.
12072
12073 2005-07-16 [colin]      1.9.12cvs66
12074
12075         * src/imap.c
12076                 Remove pseudo-log
12077         * src/etpan/imap-thread.c
12078                 Add real log
12079
12080 2005-07-16 [colin]      1.9.12cvs65
12081
12082         * src/main.c
12083         * src/prefs_other.c
12084                 And now, fix build with libetpan :-/
12085
12086 2005-07-15 [colin]      1.9.12cvs64
12087
12088         * src/prefs_other.c
12089                 Continue fixing build without libetpan.
12090
12091 2005-07-15 [colin]      1.9.12cvs63
12092
12093         * src/main.c
12094                 Fix build with --disable-libetpan
12095
12096 2005-07-15 [colin]      1.9.12cvs62
12097
12098         * configure.ac
12099                 Bump libetpan's version
12100
12101 2005-07-15 [colin]      1.9.12cvs61
12102
12103         * src/etpan/imap-thread.c
12104                 Actually stop logging :)
12105
12106 2005-07-15 [colin]      1.9.12cvs60
12107
12108         * src/addressbook.c
12109                 Fix dnd of multiple addresses.
12110
12111 2005-07-15 [hoa]        1.9.12cvs59
12112
12113         * src/etpan/imap-thread.c
12114             disable login of IMAP password in libetpan log file.
12115
12116 2005-07-15 [paul]       1.9.12cvs58
12117
12118         * src/account.c
12119                 don't automatically sort
12120                 do allow drag n drop
12121
12122 2005-07-15 [paul]       1.9.12cvs57
12123
12124         * src/account.c
12125         * src/ssl_manager.c
12126                 alphabetical listing
12127
12128 2005-07-15 [paul]       1.9.12cvs56
12129
12130         * src/gtk/pluginwindow.c
12131                 sort plugin list alphabetically
12132
12133 2005-07-15 [paul]       1.9.12cvs55
12134
12135         * src/prefs_spelling.c
12136         * src/prefs_wrapping.c
12137                 unify English usage
12138
12139 2005-07-15 [colin]      1.9.12cvs54
12140
12141         * src/wizard.c
12142                 Typo fix
12143
12144 2005-07-15 [paul]       1.9.12cvs53
12145
12146         * src/prefs_message.c
12147                 make 'show cursor' a hidden option
12148
12149 2005-07-14 [colin]      1.9.12cvs52
12150
12151         * src/plugins/spamassassin/Makefile.am
12152         * src/plugins/clamav/Makefile.am
12153                 Fix double EXTRA_DISTs
12154
12155 2005-07-14 [colin]      1.9.12cvs51
12156
12157         * src/plugins/clamav/Makefile.am
12158         * src/plugins/clamav/clamav_plugin_gtk.deps
12159         * src/plugins/spamassassin/Makefile.am
12160         * src/plugins/spamassassin/spamassassin_gtk.deps
12161                 Make $plugin_gtk depend on $plugin
12162
12163 2005-07-14 [hoa]        1.9.12cvs50
12164
12165         * src/etpan/imap-thread.c
12166                 enable debug log of libetpan when running with --debug
12167
12168 2005-07-14 [colin]      1.9.12cvs49
12169
12170         * configure.ac
12171         * src/common/Makefile.am
12172         * src/common/plugin.c
12173         * src/common/plugin.h
12174                 Add a little plugin dependancy system.
12175                 Plugins can ship a $plugin_name.deps file
12176                 (near them in PLUGINDIR) so that their
12177                 dependancies are loaded if possible.
12178         * src/plugins/Makefile.am
12179         * src/plugins/pgpcore/Makefile.am
12180         * src/plugins/pgpcore/passphrase.c
12181         * src/plugins/pgpcore/passphrase.h
12182         * src/plugins/pgpcore/plugin.c
12183         * src/plugins/pgpcore/prefs_gpg.c
12184         * src/plugins/pgpcore/prefs_gpg.h
12185         * src/plugins/pgpcore/select-keys.c
12186         * src/plugins/pgpcore/select-keys.h
12187         * src/plugins/pgpcore/sgpgme.c
12188         * src/plugins/pgpcore/sgpgme.h
12189                 Introduce pgpcore, used by pgpmime and
12190                 pgpinline
12191         * src/plugins/pgpmime/Makefile.am
12192         * src/plugins/pgpmime/passphrase.c
12193         * src/plugins/pgpmime/passphrase.h
12194         * src/plugins/pgpmime/pgpmime.c
12195         * src/plugins/pgpmime/pgpmime.deps
12196         * src/plugins/pgpmime/plugin.c
12197         * src/plugins/pgpmime/prefs_gpg.c
12198         * src/plugins/pgpmime/prefs_gpg.h
12199         * src/plugins/pgpmime/select-keys.c
12200         * src/plugins/pgpmime/select-keys.h
12201         * src/plugins/pgpmime/sgpgme.c
12202         * src/plugins/pgpmime/sgpgme.h
12203                 Remove the core from pgpmime and add the
12204                 dependancy to pgpcore.
12205
12206 2005-07-14 [paul]       1.9.12cvs48
12207
12208         * src/stock_pixmap.c
12209                 forgot this in last commit
12210
12211 2005-07-14 [paul]       1.9.12cvs47
12212
12213         * src/account.c
12214         * src/addressbook.c
12215                 add accelerators for the buttons (sync with main)
12216         * src/compose.c
12217         * src/compose.h
12218                 add accelerators for the buttons.
12219                 fix editing with external editor.
12220                 replace gdk_input_*() with GIOChannel;
12221                 (sync with main)
12222         * src/foldersel.c
12223                 display folder names with new/unread
12224                 representation (sync with main)
12225         * src/main.c
12226                 specify default window icon (sync with main)
12227         * src/prefs_common.c
12228                 use_addr_book default to FALSE
12229         * src/summaryview.c
12230         * src/textview.c
12231                 add accelerators for the buttons (sync with main)
12232         * src/gtk/menu.c
12233                 fix typos
12234         * src/pixmaps/sylpheed_icon.xpm
12235                 updated
12236
12237 2005-07-13 [paul]       1.9.12cvs46
12238
12239         * src/plugins/pgpmime/pgpmime.c
12240         * src/plugins/pgpmime/sgpgme.c
12241                 (temporarily) use deprecated gpgme_data_rewind()
12242                 while largefile support is not present
12243                 (as suggested by Colin)
12244
12245 2005-07-13 [paul]       1.9.12cvs45
12246
12247         * configure.ac
12248                 remove large file support (for now):
12249                 it breaks too many things
12250
12251 2005-07-13 [paul]       1.9.12cvs44
12252
12253         * configure.ac
12254                 add large file support
12255         * src/html.c
12256                 fix bug #763 where href attribute was not
12257                 the very first attribute of a link
12258                 patch by Thomas Gilgin
12259
12260 2005-07-13 [colin]      1.9.12cvs43
12261
12262         * src/gtk/pluginwindow.c
12263                 Little portability fix
12264
12265 2005-07-13 [colin]      1.9.12cvs42
12266
12267         * src/plugins/pgpmime/sgpgme.c
12268                 Fix crasher.
12269
12270 2005-07-13 [colin]      1.9.12cvs41
12271
12272         * src/plugins/pgpmime/pgpmime.c
12273         * src/plugins/pgpmime/sgpgme.c
12274                 Use gpgme_data_release_and_get_mem instead
12275                 of gpgme_data_read.
12276
12277 2005-07-13 [colin]      1.9.12cvs40
12278
12279         * configure.ac
12280         * src/plugins/pgpmime/passphrase.c
12281         * src/plugins/pgpmime/passphrase.h
12282         * src/plugins/pgpmime/pgpmime.c
12283         * src/plugins/pgpmime/plugin.c
12284         * src/plugins/pgpmime/select-keys.c
12285         * src/plugins/pgpmime/select-keys.h
12286         * src/plugins/pgpmime/sgpgme.c
12287         * src/plugins/pgpmime/sgpgme.h
12288                 Port pgpmime to gpgme-1.0.
12289
12290 2005-07-12 [paul]       1.9.12cvs39
12291
12292         * AUTHORS
12293         * src/toolbar.c
12294         * src/toolbar.h
12295                 add a 'Go to Prev' button to the toolbar.
12296                 correct tooltip text of go to buttons.
12297                 based on patch by Yang Guilong <bamanzi@gmail.com>
12298
12299 2005-07-12 [colin]      1.9.12cvs38
12300
12301         * src/statusbar.c
12302                 Fix progress bar showing stuff at startup.
12303
12304 2005-07-12 [paul]       1.9.12cvs37
12305
12306         * src/editjpilot.c
12307                 fix building with jpilot support
12308
12309 2005-07-11 [colin]      1.9.12cvs36
12310
12311         * src/inc.c
12312                 Add visual indication that filtering is running
12313         * src/textview.c
12314                 Make {}[] uri delimiters
12315         * src/summaryview.c
12316                 Remove useless (and slow) calls
12317
12318 2005-07-11 [paul]       1.9.12cvs35
12319
12320         * src/plugins/clamav/clamav_plugin_gtk.c
12321         * src/plugins/dillo_viewer/dillo_prefs.c
12322         * src/plugins/pgpmime/prefs_gpg.c
12323         * src/plugins/spamassassin/spamassassin_gtk.c
12324                 gather plugins prefs together under their
12325                 own 'Plugins' heading
12326
12327 2005-07-11 [paul]       1.9.12cvs34
12328
12329         sync with main
12330
12331         * src/account.c
12332                 account_delete(): modified alert dialog
12333         * src/editjpilot.c
12334         * src/editvcard.c
12335                 fixed a crash when cancelling file selection
12336                 dialog by Escape key. Made non-ascii filename
12337                 selectable.
12338         * src/prefs_template.c
12339                 prefs_template_window_create(): make scrolled
12340                 window policy AUTOMATIC
12341
12342 2005-07-10 [hoa]        1.9.12cvs33
12343
12344         * src/etpan/imap-thread.c
12345                 workaround for old Courier IMAP servers.
12346
12347 2005-07-10 [colin]      1.9.12cvs32
12348
12349         * src/folder.c
12350         * src/statusbar.c
12351         * src/statusbar.h
12352                 Add visual progress indicator on filtering/processing
12353                 Factorize the progress bar code
12354         * src/imap.c
12355         * src/imap.h
12356         * src/etpan/imap-thread.c
12357                 Add a reference counter to avoid destroying the Folder
12358                 while it's in use by another callback.
12359
12360 2005-07-09 [hoa]        1.9.12cvs31
12361
12362         * src/imap.c
12363         * src/etpan/imap-thread.c
12364                 fixed deadlock when removing IMAP account.
12365
12366 2005-07-08 [colin]      1.9.12cvs30
12367
12368         * src/textview.c
12369         * src/unmime.c
12370                 Fix again problems decoding broken headers
12371         * src/gtk/inputdialog.c
12372                 Fix local variable shadowing a global one
12373
12374 2005-07-08 [colin]      1.9.12cvs29
12375
12376         * src/msgcache.c
12377                 Make the cache/mark files platform-agnostic by writing
12378                 them in little-endian format. Reading them is also done
12379                 in little-endian format, of course; however, in order
12380                 to avoid trashing mark data on big-endian machines, the
12381                 files are, at first, read from the native format if the
12382                 little-endian one doesn't exist. This is easy to deter-
12383                 mine by trying to open a file with a swapped data_ver
12384                 and seeing if it's the wanted version.
12385                 Little-endian using users should see absolutely no
12386                 difference, Big-endian users may get a very little
12387                 performance drop due to byte-swapping.
12388                 Tested on i386 and ppc32. 
12389                 Fixes bug #159 (The index file, in the mailboxes, is 
12390                 hardware depending).
12391
12392                 To have the cache/mark files updated to the new little-
12393                 endian format, "Check for new messages" or even
12394                 "Rebuild folder tree" aren't enough. Files will be
12395                 updated as soon as a folder has been opened/closed.
12396                 To update everything, just select all folders by
12397                 selecting them one by one.
12398
12399 2005-07-07 [colin]      1.9.12cvs28
12400
12401         * src/imap.c
12402                 Remember the folder separator per IMAPFolder
12403                 instead of globally.
12404                 Revive the Session on noop; fixes bug #761
12405                 (mark a bunch of unread messages as read takes 
12406                 forever)
12407
12408 2005-07-07 [darko]      1.9.12cvs27
12409
12410         * src/common/template.c
12411                 Sort templates alphabetically
12412
12413 2005-07-06 [colin]      1.9.12cvs26
12414
12415         * src/imap.c
12416                 Try to use the correct separator in
12417                 most cases. Possibly fixes bug #759
12418                 (only creates the INBOX folder when 
12419                 setting up new IMAP account) and 
12420                 bug #760 (Can't retrieve messages)
12421
12422 2005-07-06 [colin]      1.9.12cvs25
12423
12424         * src/imap.c
12425                 Use real_path in status command. This will
12426                 help later, when namespaces will be used.
12427
12428 2005-07-06 [colin]      1.9.12cvs24
12429
12430         * configure.ac
12431         * src/account.c
12432         * src/folder.c
12433         * src/imap.c
12434         * src/etpan/etpan-log.c
12435         * src/etpan/etpan-thread-manager.c
12436         * src/etpan/imap-thread.c
12437                 Add a --disable-libetpan parameter. With this,
12438                 users that don't want IMAP4 support can avoid
12439                 the new dependancy (and have no IMAP support).
12440                 Users that have IMAP4 accounts and use this
12441                 parameter won't lose their configuration, their
12442                 IMAP accounts will just be invisible and not
12443                 used.
12444         * src/textview.c
12445                 Make the "Copy ..." contextual menu items 
12446                 copy to both the X clipboard and the gtk 
12447                 clipboard - as most other apps do.
12448         * src/gtk/about.c
12449                 Add a notice about OpenSSL usage, in order to
12450                 comply with OpenSSL's license (point 6):
12451                 http://www.openssl.org/source/license.html
12452
12453 2005-07-06 [colin]      1.9.12cvs23
12454
12455         * src/alertpanel.c
12456                 Fix a minimum size for alertpanels
12457         * src/compose.c
12458                 Show 'No space left on device' type errors
12459                 when queuing/sending
12460         * src/imap_gtk.c
12461         * src/mh_gtk.c
12462                 Rework folder's deletion message (remove 
12463                 extra \n)
12464
12465 2005-07-05 [colin]      1.9.12cvs22
12466
12467         * src/imap.c
12468                 Add an alertpanel on auth error
12469                 Add pseudo-log
12470                 Remove pthread-related stuff
12471
12472 2005-07-05 [colin]      1.9.12cvs21
12473
12474         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12475                 Fix crash on plugin reloading (with a hack)
12476
12477 2005-07-05 [colin]      1.9.12cvs20
12478
12479         * src/prefs_account.c
12480         * src/prefs_account.h
12481                 Fix typo
12482         * src/gtk/filesel.c
12483         * src/gtk/filesel.h
12484                 Add a way to filter the view
12485         * src/gtk/pluginwindow.c
12486                 Filter loadable stuff
12487         * src/plugins/pgpmime/prefs_gpg.c
12488                 Fix missing unregistration
12489         * .cvsignore
12490         * src/etpan/.cvsignore
12491         * src/plugins/spamassassin/.cvsignore
12492                 Add more stuff to cvs ignored files
12493
12494 2005-07-04 [colin]      1.9.12cvs19
12495
12496         * src/imap.c
12497                 Fix scan_required returning FALSE when it
12498                 shouldn't. Maybe fix #760 (Can't retrieve
12499                 messages)
12500
12501 2005-07-04 [colin]      1.9.12cvs18
12502
12503         * src/summaryview.c
12504                 Fix always_show_msg pref
12505
12506 2005-07-04 [paul]       1.9.12cvs17
12507
12508         sync with main (forgotten in last commit)
12509         
12510         * src/common/utils.c
12511         * src/common/utils.h
12512                 check_line_length(): new.
12513                 is_dir_exist()
12514                 is_file_entry_exist()
12515                 dirent_is_regular_file()
12516                 dirent_is_directory(): use g_file_test() instead of stat().
12517
12518 2005-07-04 [paul]       1.9.12cvs16
12519
12520         sync with main:
12521
12522         * src/compose.c
12523                 compose_write_to_file(): check for line
12524                 length limit and display warning if exceeds
12525         * src/jpilot.c
12526                 use get_home_dir() instead of g_get_home_dir()
12527         * src/procheader.c
12528                 removed warning about invalid date
12529         * src/vcard.c
12530                 use get_home_dir() instead of g_get_home_dir()
12531
12532 2005-07-04 [paul]       1.9.12cvs15
12533
12534         * src/stock_pixmap.c
12535                 fix new pixmap naming errors
12536                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
12537
12538 2005-07-04 [colin]      1.9.12cvs14
12539
12540         * src/imap.c
12541                 Fix debugging string with a warning
12542
12543 2005-07-04 [colin]      1.9.12cvs13
12544
12545         * configure.ac
12546                 Add a check for libetpan's version (>= 0.37)
12547
12548 2005-07-04 [hoa]        1.9.12cvs12
12549
12550         * commitHelper
12551         * src/imap.c
12552         * src/etpan/imap-thread.c
12553         * src/etpan/imap-thread.h
12554                 fixed IMAP implementation of check of mails.
12555
12556 2005-07-03 [hoa]        1.9.12cvs11
12557
12558         * src/etpan/Makefile.am
12559         * src/etpan/etpan-errors.h
12560         * src/etpan/etpan-log.[ch]
12561         * src/etpan/etpan-thread-manager-types.h
12562         * src/etpan/etpan-thread-manager.[ch]
12563         * src/etpan/imap-thread.[ch]
12564         * src/Makefile.am
12565         * src/imap.c
12566         * src/main.c
12567         * src/prefs_other.c
12568         * configure.ac
12569             merged imap branch.
12570             dependency on libetpan 0.37 is now added.
12571
12572 2005-07-01 [colin]      1.9.12cvs10
12573
12574         * src/Makefile.am
12575         * src/folder.c
12576         * src/folder.h
12577         * src/folderview.c
12578         * src/stock_pixmap.c
12579         * src/stock_pixmap.h
12580         * src/plugins/trayicon/trayicon.c
12581                 Add marked symbol on folders containing
12582                 marked messages
12583         * src/procmsg.c
12584         * src/procmsg.h
12585         * src/toolbar.c
12586         * src/prefs_common.c
12587         * src/prefs_common.h
12588         * src/prefs_send.c
12589                 Add an optional confirmation dialog on queue
12590                 sending. Patch by wwp.
12591         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
12592         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
12593         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
12594         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
12595         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
12596         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
12597         * src/pixmaps/inbox_mark.xpm            ** ADDED **
12598         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
12599         * src/pixmaps/outbox_mark.xpm           ** ADDED **
12600         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
12601         * src/pixmaps/trash_mark.xpm            ** ADDED **
12602                 New pixmaps
12603
12604 2005-07-01 [colin]      1.9.12cvs9
12605
12606         * src/summaryview.c
12607                 Fix a little threading bug
12608         * src/addrgather.c
12609         * src/mainwindow.c
12610                 A little bit of HIG normality never hurts
12611
12612 2005-07-01 [colin]      1.9.12cvs8
12613
12614         * src/compose.c
12615         * src/msgcache.c
12616         * src/pop.c
12617         * src/procmime.c
12618         * src/recv.c
12619         * src/common/log.c
12620         * src/common/template.c
12621         * src/common/utils.c
12622         * src/common/utils.h
12623                 Reverted the fwrite_atomic stuff. In fact
12624                 it is already atomic.
12625
12626 2005-06-30 [colin]      1.9.12cvs7
12627
12628         * src/common/utils.c
12629         * src/common/utils.h
12630                 Add an fwrite_atomic() function to make
12631                 sure we write everything: fwrite can make
12632                 short writes.
12633         * src/compose.c
12634         * src/msgcache.c
12635         * src/pop.c
12636         * src/procmime.c
12637         * src/recv.c
12638         * src/common/log.c
12639         * src/common/template.c
12640                 Use that (and fix swapping of size and nmemb).
12641                 Thanks to Rich Coe for the heads up.
12642
12643 2005-06-30 [colin]      1.9.12cvs6
12644
12645         * src/addressbook.c
12646                 Optimize addressbook opening 
12647
12648 2005-06-30 [colin]      1.9.12cvs5
12649
12650         * src/summaryview.c
12651                 Remove calls to summary_step after move/copy
12652
12653 2005-06-28 [paul]       1.9.12cvs4
12654
12655         * src/alertpanel.c
12656                 wrap and make the error msg selectable
12657
12658 2005-06-28 [paul]       1.9.12cvs3
12659
12660         * src/ssl_manager.c
12661                 replace the OK button with a Close button
12662         * src/gtk/foldersort.c
12663                 use GTK_STOCK_ icons/buttons
12664
12665 2005-06-28 [colin]      1.9.12cvs2
12666
12667         * src/gedit-print.c             ** ADDED **
12668         * src/gedit-print.h             ** ADDED **
12669         * src/gtk/gtksourceprintjob.c   ** ADDED **
12670         * src/gtk/gtksourceprintjob.h   ** ADDED **
12671                 I can't believe no one had enough time to tell
12672                 me I forgot the `cvs add`
12673
12674 2005-06-27 [colin]      1.9.12cvs1
12675
12676         * src/Makefile.am
12677         * src/gtk/Makefile.am
12678         * src/messageview.c
12679         * src/procmsg.c
12680         * src/summaryview.c
12681         * configure.ac
12682                 Add optional libgnomeprint-based printing
12683         * src/mainwindow.c
12684         * src/gtk/quicksearch.c
12685                 Add an Edit/Quick search menu item to show
12686                 and focus the quicksearch
12687
12688 2005-06-27 [paul]       1.9.12
12689
12690         1.9.12 release
12691
12692         * po/ca.po
12693         * po/de.po
12694         * po/es.po
12695         * po/fr.po
12696         * po/it.po
12697         * po/ko.po
12698         * po/pt_BR.po
12699         * po/sk.po
12700         * po/zh_CN.po
12701                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12702                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
12703                 SungHyun Nam, Frederico Goncalves Guimaraes,
12704                 Andrej Kacian, and Yang Guilong
12705 2005-06-26 [colin]      1.9.11cvs106
12706
12707         * src/imap_gtk.c
12708                 Forgot one file for previous fix
12709
12710 2005-06-26 [colin]      1.9.11cvs105
12711
12712         * src/folder.c
12713         * src/imap.c
12714                 Fix problems with folder operations in no_select
12715                 imap folders. it applies only to mails, and 
12716                 creation/deletion/move/renaming of folders 
12717                 should be possible
12718
12719 2005-06-26 [paul]       1.9.11cvs104
12720
12721         * src/prefs_filtering.c
12722                 replace one more GTK_STOCK_REMOVE
12723                 with GTK_STOCK_DELETE
12724
12725 2005-06-25 [colin]      1.9.11cvs103
12726
12727         * src/imap.c
12728                 Optimize get_seq_set_from_seq_list
12729                 (Patch by Ricardo) 
12730
12731 2005-06-25 [colin]      1.9.11cvs102
12732
12733         * src/mh.c
12734                 If the directory exists, but not in the
12735                 correct encoding, rename it. This should
12736                 handle old-versions-induced bugs.
12737
12738 2005-06-25 [colin]      1.9.11cvs101
12739
12740         * src/mh.c
12741                 Fix path access with extended dir names
12742                 Fixes bug #589 (SC segfaults with wrong locale
12743                 settings)
12744
12745 2005-06-25 [colin]      1.9.11cvs100
12746
12747         * src/prefs_account.c
12748         * src/prefs_account.h
12749         * src/compose.c
12750                 Add an option to encrypt replies to
12751                 encrypted messages
12752
12753 2005-06-25 [colin]      1.9.11cvs99
12754
12755         * src/compose.c
12756         * src/quote_fmt_parse.y
12757                 ... And make it work with pgpinline.
12758
12759 2005-06-25 [colin]      1.9.11cvs98
12760
12761         * src/compose.c
12762         * src/procmime.c
12763         * src/procmime.h
12764         * src/quote_fmt_parse.y
12765                 o Make reedition of encrypted messages possible
12766                   (as long as it is encrypted to self too, no
12767                    magic there)
12768                 o Make replying with quote (and without selecting
12769                   text) possible for encrypted messages.
12770                 Closes bug #550 (Not possible to "reply with quote"
12771                 to gnupg encrypted messages)
12772
12773 2005-06-24 [paul]       1.9.11cvs97
12774
12775         * src/imap.c
12776                 add missing include
12777
12778 2005-06-24 [paul]       1.9.11cvs96
12779
12780         * src/editldap.c
12781                 made bind password entry invisible
12782                 (sync with main)
12783         * src/send_message.c
12784                 send_message_local(): check exit status
12785                 to detect errors (sync with main)
12786         * src/textview.c
12787                 use main's less ambiguous popup menu
12788                 wording
12789
12790 2005-06-24 [paul]       1.9.11cvs95
12791
12792         * src/prefs_actions.c
12793         * src/prefs_customheader.c
12794         * src/prefs_display_header.c
12795         * src/prefs_filtering_action.c
12796         * src/prefs_matcher.c
12797         * src/prefs_template.c
12798         * src/prefs_toolbar.c
12799                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
12800         * src/gtk/description_window.c
12801                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
12802
12803 2005-06-23 [colin]      1.9.11cvs94
12804
12805         * src/summaryview.c
12806                 Fix rough edges (be sure to call status_show whenever
12807                 necessary).
12808
12809 2005-06-23 [colin]      1.9.11cvs93
12810
12811         * src/summaryview.c
12812                 Optimize Select All
12813                 Before, in a 5K mails folder: 11s
12814                 After, in the same folder: 58000µs
12815                 The joys of locking... gtk_clist_select_all() fires a 
12816                 tree-select-row event for each selected row, which in 
12817                 summaryview, callbacks summary_selected which in turn,
12818                 calls summary_status_show, which walks the selected
12819                 rows. Hence, calling gtk_clist_select_all was 
12820                 exponential. Locking the summaryview makes 
12821                 summary_selected return early.
12822
12823 2005-06-23 [colin]      1.9.11cvs92
12824
12825         * src/imap.c
12826                 Move mutex at the important place to avoid
12827                 deadlocks
12828         * src/summaryview.c
12829                 Fix Del key deleting directly instead of
12830                 moving to trash
12831
12832 2005-06-22 [colin]      1.9.11cvs91
12833
12834         * src/plugins/spamassassin/libspamc.c
12835                 As we do spagetti code with assignations in multiple
12836                 places (see _message_read_raw where out = msg = raw),
12837                 let's be sure we don't free the same pointer twice.
12838                 Should fix bug #683 (Crash in libpam at 
12839                 message_cleanup).
12840
12841 2005-06-22 [colin]      1.9.11cvs90
12842
12843         * src/compose.c
12844         * src/messageview.c
12845         * src/toolbar.c
12846                 Make toolbar's delete use the move to trash stuff;
12847                 Add gtk_widget_realize to be sure pixmaps can get
12848                 created (that may fix an old worksforme bug which
12849                 I can't find back...)
12850
12851 2005-06-22 [colin]      1.9.11cvs89
12852
12853         * src/summaryview.c
12854         * src/summaryview.h
12855         * src/mainwindow.c
12856                 Rename "Message/Delete" to "Message/Move to trash"
12857                 Add "Message/Delete..." that directly destroys the
12858                 selected messages after asking for a confirmation.
12859
12860 2005-06-22 [colin]      1.9.11cvs88
12861
12862         * src/imap.c
12863                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
12864                 o Fix a deadlock (thanks Darko)
12865
12866 2005-06-22 [colin]      1.9.11cvs87
12867
12868         * src/gtk/foldersort.c
12869                 Add missing include for the i18n;
12870                 patch by Fabien Vantard
12871
12872 2005-06-21 [colin]      1.9.11cvs86
12873
12874         * src/folder.c
12875         * src/folderview.c
12876                 Respect the no_select flag
12877         * src/imap.c
12878                 Fix recursive deletion
12879         * src/imap_gtk.c
12880         * src/mh_gtk.c
12881                 Make the folder deletion's warning
12882                 more explicit
12883
12884 2005-06-21 [colin]      1.9.11cvs85
12885
12886         * src/textview.c
12887                 Prevent email addresses from spanning accross
12888                 lines - fixes bug # 646 (newline-chars in 
12889                 email addresses)
12890
12891 2005-06-20 [colin]      1.9.11cvs84
12892
12893         * src/folder.c
12894                 Be sure not to remove source if copy failed
12895
12896 2005-06-20 [colin]      1.9.11cvs83
12897
12898         * src/folderview.c
12899         * src/imap_gtk.c
12900                 remove summaryview's lock
12901         * src/imap.c
12902                 introduce threads to avoid problems when foreground tasks
12903                 interfere with background tasks
12904         * src/mh.c
12905                 prevent moving to drafts/queue
12906         * src/mimeview.c
12907                 fix leak
12908
12909 2005-06-19 [colin]      1.9.11cvs82
12910
12911         * src/imap_gtk.c
12912                 Remember that the user doesn't want to override
12913                 offline mode, for 3 seconds. It avoid presenting
12914                 him with N popups in a really short time.
12915
12916 2005-06-17 [colin]      1.9.11cvs81
12917
12918         * src/imap.c
12919                 Fix IMAP breaking on folders containing '('
12920                 (Probably won't be enough)
12921
12922 2005-06-17 [colin]      1.9.11cvs80
12923
12924         Forgotten files on 1.9.11cvs79
12925         * src/summaryview.c
12926                 Fix stepping when not immediately executing
12927         * src/imap.c
12928                 Really prevent UID FETCH 0
12929         * src/codeconv.c
12930                 Fix outgoing charset never set to utf-8
12931         * src/mh.c
12932                 Fix leak
12933
12934 2005-06-16 [colin]      1.9.11cvs79
12935
12936         * src/compose.c
12937                 Fix bug #707 (Dash splits rows)
12938                 Only wrap if we're on a line break position and
12939                 the previous one was a "white" (space) char.
12940                 Pango stuff is weird.
12941
12942 2005-06-16 [colin]      1.9.11cvs78
12943
12944         * src/imap_gtk.c
12945                 Lock summaryview while downloading messages
12946                 on user demand
12947         * src/procheader.c
12948         * src/unmime.c
12949         * src/common/utils.c
12950         * src/common/utils.h
12951                 Replace \r and \n with spaces in From and
12952                 Subject headers
12953
12954 2005-06-16 [paul]       1.9.11cvs77
12955
12956         * src/procmime.c
12957                 liberalise the mime parser
12958         * src/gtk/about.c
12959                 add text wrapping
12960
12961 2005-06-16 [paul]       1.9.11cvs76
12962
12963         * src/gtk/about.c
12964                 reworked
12965
12966 2005-06-15 [colin]      1.9.11cvs75
12967
12968         * src/compose.c
12969                 Finish header encoding fix
12970         * src/summaryview.c
12971                 Fix segfault
12972         * src/headerview.c
12973                 Fix compilation (Thanks Stephan
12974                 Sachse)
12975
12976 2005-06-15 [colin]      1.9.11cvs74
12977
12978         * Makefile.am
12979                 Install gnome2 stuff rather than gnome1, 
12980                 if both are present
12981         * src/codeconv.c
12982         * src/codeconv.h
12983         * src/compose.c
12984                 Fix headers encoding
12985         * src/folder.c
12986                 Visual progress when fetching all messages
12987         * src/folderview.c
12988         * src/summaryview.c
12989         * src/summaryview.h
12990                 Prevent changing current message while
12991                 incorporating
12992
12993 2005-06-15 [paul]       1.9.11cvs73
12994
12995         * src/gtk/gtkaspell.c
12996         * src/gtk/gtkaspell.h
12997                 fix build warnings
12998
12999 2005-06-15 [paul]       1.9.11cvs72
13000
13001         * src/prefs_filtering.c
13002                 allow reordering of filter rules by
13003                 drag n drop
13004
13005 2005-06-15 [paul]       1.9.11cvs71
13006
13007         * COPYING
13008                 updated
13009         * src/codeconv.c
13010                 replace deprecated function
13011         * src/inc.c
13012         * src/send_message.c
13013         * src/gtk/progressdialog.c
13014         * src/gtk/progressdialog.h
13015                 salvage and reuse parts of reverted sync
13016
13017 2005-06-15 [paul]       1.9.11cvs70
13018
13019         * src/inc.c
13020         * src/send_message.c
13021         * src/gtk/progressdialog.c
13022         * src/gtk/progressdialog.h
13023                 revert yesterday's sync with main
13024                 it contains deprecated functions
13025
13026 2005-06-15 [colin]      1.9.11cvs69
13027
13028         * src/headerview.c
13029                 Fix bug #670 (multi user to: will corrupt message 
13030                 headers display)
13031
13032 2005-06-15 [colin]      1.9.11cvs68
13033
13034         * src/compose.c
13035                 Fix bug #421 (Fix undo on wrapping)
13036
13037 2005-06-15 [colin]      1.9.11cvs67
13038
13039         * src/folder.c
13040                 Provide visual feedback while processing
13041                 folder's rules.
13042         * src/imap.c
13043                 Provide visual feedback while getting
13044                 short headers (for uncached messages)
13045
13046
13047 2005-06-14 [paul]       1.9.11cvs66
13048
13049         * src/account.c
13050                 change a couple stock icons
13051         * src/inc.c
13052         * src/send_message.c
13053         * src/gtk/progressdialog.c
13054         * src/gtk/progressdialog.h
13055                 sync main's GtkTreeView implementation
13056
13057 2005-06-14 [colin]      1.9.11cvs65
13058
13059         * src/imap.c
13060                 Various little fixes, mainly on error paths
13061
13062 2005-06-13 [colin]      1.9.11cvs64
13063
13064         * matcher.c
13065         * procmsg.c
13066         * procmsg.h
13067                 Add a way to fetch only headers. This speeds
13068                 up filtering on headers for IMAP. Fixes:
13069                 bug #481 extraneous imap commands slow down 
13070                         imap filtering
13071                 bug #522 Sylpheed downloads all messages 
13072                         when opening mailbox (IMAP)
13073                 bug #677 IMAP fetch is soooooooooooooo slow
13074         * src/folder.c
13075         * src/folder.h
13076                 Add a folder set_batch method so that
13077                 implementations can speed up flags changes
13078         * src/folderutils.c
13079         * src/summaryview.c
13080                 Use that in mark as (un)read and mark all read
13081                 Refix bug #679
13082         * src/imap.c
13083                 Implement set_batch - brings back deferred
13084                 flags in a less buggy manner. Fixes:
13085                 bug #729 IMAP immediate expunge of deleted messages
13086                 bug #191 remove list of messages with one command
13087                 Fix login with strange chars
13088                 Implement fetch_msg_full
13089                 Fix copy (wrong counts)
13090
13091 2005-06-12 [colin]      1.9.11cvs63
13092
13093         * src/folder.c
13094                 lock incorporation during long operations.
13095                 Avoids fucking up the IMAP socket.
13096
13097 2005-06-12 [colin]      1.9.11cvs62
13098
13099         * src/imap.c
13100                 Fix harmful typo
13101                 Factorize remove_all_msg
13102                 Thread-ize expunge
13103         * src/summaryview.c
13104                 Don't update partial-download status if unnecessary
13105         * src/folder.c
13106                 Use remove_msgs everywhere possible
13107
13108 2005-06-12 [colin]      1.9.11cvs61
13109
13110         * src/folder.c
13111         * src/folder.h
13112                 Add a remove_msgs function to remove a 
13113                 list of messages
13114         * src/imap.c
13115                 Implement that.
13116
13117 2005-06-12 [colin]      1.9.11cvs60
13118
13119         * src/imap.c
13120                 Remove flags-processing deferring... Too hard
13121                 to get it to work in all cases.
13122
13123 2005-06-11 [colin]      1.9.11cvs59
13124
13125         * src/imap.c
13126                 printf -> debug_print
13127
13128 2005-06-11 [colin]      1.9.11cvs58
13129
13130         * src/imap.c
13131                 o Fix build without USE_PTHREAD
13132                 o Factorize imap_open
13133                 o Alertpanel in case of impossible connection
13134                 o Alertpanel in case of impossible login
13135                 o Fix deferred flags processing to force a 
13136                   flush before adding some more flags to process,
13137                   but in another folder.
13138
13139 2005-06-10 [colin]      1.9.11cvs57
13140
13141         * src/imap.c
13142                 o Fix a format string error
13143                 o init ssl socket outside of the thread 
13144                   (it possibly invokes gtk calls)
13145         * src/procmime.c
13146                 o Put back the buffer to its necessary size
13147                 o Fix changing a file pointer without keeping
13148                   track of it (thanks Valgrind)
13149         * src/common/smtp.c
13150                 o Fix automatic STARTTLS if login should be done
13151                   and the server only allows it after starting TLS
13152         * src/gtk/gtkinputdialog.c
13153                 o Eat GDK_Return so that the combo popup doesn't 
13154                   appear when we press Enter to validate the combo
13155                   input dialog (as seen in the Open with... dialog)
13156
13157 2005-06-10 [colin]      1.9.11cvs56
13158
13159         * src/imap.c
13160                 o A bit less debug
13161                 o Fix a crash on deletion
13162                 o Threadize imap_select (it's called outside of 
13163                   threads)
13164                 o Defer treatment of DELETED flags
13165
13166
13167 2005-06-09 [colin]      1.9.11cvs55
13168
13169         * src/imap.c
13170                 Make sure we check imap_gtk_should_override(), which
13171                 potentially calls gtk stuff, before creating thread.
13172                 That way it should't be called via imap_get_session()
13173                 inside a thread.
13174
13175 2005-06-09 [colin]      1.9.11cvs54
13176
13177         * src/imap.c
13178                 o add a bit of status output
13179                 o remove some dead code
13180                 o threadize get_list_of_uids
13181                 o threadize imap_get_flags
13182                 o defer flag changing by 500ms so that they
13183                   can be batched
13184
13185
13186 2005-06-08 [colin]      1.9.11cvs53
13187
13188         * src/imap.c
13189                 Thread-ize imap_cmd_fetch
13190
13191 2005-06-08 [colin]      1.9.11cvs52
13192
13193         * src/main.c
13194                 Mmh, that broke POP3...
13195
13196 2005-06-08 [colin]      1.9.11cvs51
13197
13198         * src/main.c
13199                 Stabilize IMAP patch (thanks to Hoa)
13200
13201 2005-06-08 [colin]      1.9.11cvs50
13202
13203         * src/imap.c
13204                 Test patch to speed up imap. 
13205
13206 2005-06-08 [colin]      1.9.11cvs49
13207
13208         * src/imap_gtk.c
13209                 Warning fix
13210         * src/procmime.c
13211                 Apply patch from gentoo to use /usr/share/mime/globs if 
13212                 available, after un-breaking it
13213         * src/common/log.c
13214         * src/common/log.h
13215                 Use g_timeout for invoking hooks that possibly use gtk
13216                 calls. This should leave gtk calls in the main thread.
13217
13218 2005-06-08 [paul]       1.9.11cvs48
13219
13220         * src/codeconv.c
13221                 conv_get_outgoing_charset_str(): don't
13222                 use prefs_common setting
13223         * src/compose.c
13224         * src/compose.h
13225                 add /Options/Character encoding/... to
13226                 temporarily change the outgoing encoding
13227
13228         (belated sync with main)
13229
13230 2005-06-08 [paul]       1.9.11cvs47
13231
13232         * src/compose.c
13233                 correction to/completion of last
13234                 sync with main
13235
13236 2005-06-08 [paul]       1.9.11cvs46
13237
13238         sync with main:
13239         
13240         * src/codeconv.c
13241         * src/codeconv.h
13242                 always enabled Japanese auto-detection
13243                 if the first letters of locale string
13244                 is "ja"
13245         * src/compose.c
13246                 don't use "destroy" signal to destroy
13247                 Compose object (fix rare crashes on discard?)
13248         * src/mainwindow.c
13249         * src/messageview.c
13250         * src/prefs_send.c
13251                 added Hebrew encodings
13252         * src/sourcewindow.c
13253                 don't use "destroy" signal to destroy
13254                 objects
13255
13256 2005-06-07 [colin]      1.9.11cvs45
13257
13258         * src/summaryview.c
13259                 Add missing unlocks/locks
13260
13261 2005-06-07 [paul]       1.9.11cvs44
13262
13263         * src/summaryview.c
13264                 restore bug #749 fix
13265
13266 2005-06-06 [colin]      1.9.11cvs43
13267
13268         * src/summaryview.c
13269                 Fix selection bug when prefs_common.open_unread 
13270                 is FALSE
13271
13272 2005-06-06 [colin]      1.9.11cvs42
13273
13274         * src/common/md5.c
13275                 Fix a warning
13276         * src/summaryview.c
13277         * src/folderview.c
13278                 Factorize long operations beginning and end
13279                 (locking, freezing/thawing, cursor, ...)
13280                 Check selection->data member in selection-
13281                 related loops; this avoids dying an awful
13282                 death if the selection changes on us while
13283                 we're marking a whole IMAP folder unread, 
13284                 for example.
13285
13286 2005-06-06 [paul]       1.9.11cvs41
13287
13288         * src/textview.c
13289                 don't g_free() a static gchar buffer
13290
13291 2005-06-05 [colin]      1.9.11cvs40
13292
13293         * src/mainwindow.c
13294         * src/messageview.c
13295         * src/summaryview.c
13296                 Fix bug #749 (Show all headers should be
13297                 sticky as the GUI suggests)
13298
13299 2005-06-03 [paul]       1.9.11cvs39
13300
13301         * src/compose.c
13302                 don't allow editing of mail while sending.
13303                 patch by Colin
13304
13305 2005-06-03 [paul]       1.9.11cvs38
13306
13307         * src/folderview.c
13308                 add a freeze/thaw to speed up 'mark all read'
13309
13310 2005-06-03 [paul]       1.9.11cvs37
13311
13312         * src/prefs_message.c
13313                 reflect changes immediately
13314
13315 2005-06-02 [colin]      1.9.11cvs36
13316
13317         * po/POTFILES.in
13318                 Patch by Fabien Vantard.
13319
13320 2005-06-02 [colin]      1.9.11cvs35
13321
13322         * src/imap.c
13323                 Use a non-blocking imap_getline() if possible.
13324                 This should completely prevent the interface
13325                 from freezin on imap operations, although it
13326                 may do strange stuff in case of folder switching
13327                 while a big imap operation is taking place...
13328
13329                 In addition, fix a leak in the case thread
13330                 creation fails on connection.
13331
13332 2005-06-02 [colin]      1.9.11cvs34
13333
13334         * src/crash.c
13335         * src/prefs_common.h
13336                 Fix build (prefs_common_init() doesn't exist
13337                 anymore)
13338
13339 2005-06-02 [colin]      1.9.11cvs33
13340
13341         * src/prefs_account.c
13342                 Fix bug #245 (filtering rules broken when
13343                 renaming a remote account (imap4 or nntp)
13344
13345 2005-06-02 [colin]      1.9.11cvs32
13346
13347         * src/imap.c
13348                 Try to fix IMAP shortcomings: 
13349                 o Multithread imap_open()
13350                 o allow offline-mode overriding instead of
13351                   just returning NULL
13352         * src/imap_gtk.c
13353         * src/imap_gtk.h
13354                 Add a function to ask whether we want to
13355                 override offline-mode for 10 minutes (one-shot
13356                 asking was painful)
13357         * src/procheader.c
13358                 Fix segfault when imap parser isn't happy about
13359                 a missing {
13360
13361 2005-06-01 [colin]      1.9.11cvs31
13362
13363         * src/addrharvest.c
13364         * src/compose.c
13365         * src/mbox.c
13366         * src/mbox.h
13367         * src/mh.c
13368         * src/msgcache.c
13369         * src/send_message.c
13370         * src/setup.c
13371         * src/undo.c
13372         * src/common/hooks.c
13373         * src/common/prefs.c
13374         * src/common/template.c
13375         * src/common/utils.c
13376         * src/gtk/gtkutils.c
13377         * src/gtk/inputdialog.c
13378         * src/gtk/menu.c
13379         * src/gtk/pluginwindow.c
13380         * src/gtk/prefswindow.c
13381         * src/plugins/pgpmime/passphrase.c
13382         * src/plugins/pgpmime/prefs_gpg.c
13383                 More -Wall fixes
13384
13385         * src/common/Makefile.am
13386         * src/common/timing.h
13387                 Add basic timing code
13388
13389         * src/summaryview.c
13390                 Fix a bug with unread messages when 
13391                 re-sorting folders, and by the way
13392                 fix a big performance hit when 
13393                 re-sorting (10k mails: before 5s,
13394                 after .5s)
13395
13396         * src/prefs_compose_writing.c
13397         * src/prefs_compose_writing.h
13398         * src/prefs_message.c
13399         * src/prefs_message.h
13400         * src/prefs_other.c
13401         * src/prefs_other.h
13402         * src/prefs_quote.c
13403         * src/prefs_quote.h
13404         * src/prefs_receive.c
13405         * src/prefs_receive.h
13406         * src/prefs_send.c
13407         * src/prefs_send.h
13408         * src/prefs_summaries.c
13409         * src/prefs_summaries.h
13410                 Fix copyright banner
13411
13412 2005-06-01 [paul]       1.9.11cvs30
13413
13414         * po/fi.po
13415                 updated by Flammie Pirinen
13416         * src/procmime.c
13417                 fix 'Bad BASE64 content' output
13418
13419 2005-05-31 [colin]      1.9.11cvs29
13420
13421         * src/procmime.c
13422                 Oops, where did my hunk go.
13423
13424 2005-05-31 [colin]      1.9.11cvs28
13425
13426         * src/Makefile.am
13427         * src/account.c
13428         * src/action.c
13429         * src/addr_compl.c
13430         * src/addressbook.c
13431         * src/codeconv.c
13432         * src/compose.c
13433         * src/export.c
13434         * src/folder.c
13435         * src/folderview.c
13436         * src/image_viewer.c
13437         * src/main.c
13438         * src/mainwindow.c
13439         * src/messageview.c
13440         * src/mimeview.c
13441         * src/msgcache.c
13442         * src/prefs_account.c
13443         * src/prefs_actions.c
13444         * src/prefs_common.c
13445         * src/prefs_compose_writing.c
13446         * src/prefs_customheader.c
13447         * src/prefs_ext_prog.c
13448         * src/prefs_filtering.c
13449         * src/prefs_filtering_action.c
13450         * src/prefs_fonts.c
13451         * src/prefs_image_viewer.c
13452         * src/prefs_message.c
13453         * src/prefs_message.h
13454         * src/prefs_msg_colors.c
13455         * src/prefs_other.c
13456         * src/prefs_other.h
13457         * src/prefs_quote.c
13458         * src/prefs_receive.c
13459         * src/prefs_receive.h
13460         * src/prefs_send.c
13461         * src/prefs_send.h
13462         * src/prefs_spelling.c
13463         * src/prefs_summaries.c
13464         * src/prefs_summary_column.c
13465         * src/prefs_template.c
13466         * src/prefs_themes.c
13467         * src/prefs_toolbar.c
13468         * src/prefs_wrapping.c
13469         * src/procmime.c
13470         * src/procmsg.c
13471         * src/send_message.h
13472         * src/ssl_manager.c
13473         * src/summary_search.c
13474         * src/summaryview.c
13475         * src/textview.c
13476         * src/wizard.c
13477         * src/common/smtp.c
13478         * src/common/smtp.h
13479         * src/gtk/gtkutils.h
13480                 o Move the rest of Common prefs to new style
13481                 o Lots of -Wall warning fixes
13482                 o fix FIXME in cache memusage calculation
13483                 o Let return receipts be sent from any account
13484                 o Little cache optimisation (read)
13485                 o Fix bug #746 (don't treat commas as separators
13486                   when inside a quoted string)
13487
13488 2005-05-31 [paul]       1.9.11cvs27
13489
13490         * src/prefs_common.c
13491                 fix 'off-by-one' typo
13492
13493 2005-05-31 [paul]       1.9.11cvs26
13494
13495         * src/account.c
13496         * src/addr_compl.c
13497         * src/compose.c
13498         * src/foldersel.c
13499         * src/prefs_actions.c
13500         * src/prefs_common.c
13501         * src/prefs_common.h
13502         * src/prefs_customheader.c
13503         * src/prefs_display_header.c
13504         * src/prefs_filtering.c
13505         * src/prefs_filtering_action.c
13506         * src/prefs_matcher.c
13507         * src/prefs_summaries.c
13508         * src/prefs_summary_column.c
13509         * src/prefs_template.c
13510         * src/prefs_toolbar.c
13511         * src/ssl_manager.c
13512         * src/gtk/pluginwindow.c
13513         * src/gtk/prefswindow.c
13514         * src/gtk/progressdialog.c
13515                 add hidden prefs 'enable_rules_hint'
13516                 for gtk_tree_view_set_rules_hint()
13517                 (sync with main)
13518                 
13519
13520 2005-05-31 [colin]      1.9.11cvs25
13521
13522         * src/Makefile.am
13523         * src/main.c
13524         * src/prefs_common.c
13525         * src/prefs_summaries.c ** ADDED **
13526         * src/prefs_summaries.h ** ADDED **
13527                 Common/Display -> Display/Summaries
13528
13529 2005-05-31 [colin]      1.9.11cvs24
13530
13531         * src/Makefile.am
13532         * src/main.c
13533         * src/prefs_quote.c ** ADDED **
13534         * src/prefs_quote.h ** ADDED **
13535                 Move Common/Quote to Compose/Quoting
13536         * src/prefs_common.c
13537         * src/prefs_common.h
13538                 Remove old quote stuff, add
13539                 convenience functions for GtkTextView prefs
13540         * src/gtk/prefswindow.c
13541                 Set default height higher
13542
13543 2005-05-30 [colin]      1.9.11cvs23
13544
13545         * src/Makefile.am
13546         * src/main.c
13547         * src/prefs_common.c
13548         * src/prefs_compose_writing.c ** ADDED **
13549         * src/prefs_compose_writing.h ** ADDED **
13550                 Move Common/Compose prefs to Compose/Writing
13551
13552 2005-05-30 [colin]      1.9.11cvs22
13553
13554         * src/common/utils.c
13555                 Fix bug #651 (Confused Attract by Subject)
13556                 Patch by M. Benkmann <haferfrost@web.de>
13557         * AUTHORS
13558
13559 2005-05-30 [colin]      1.9.11cvs21
13560
13561         * src/compose.c
13562                 Fix concatenation of different headers of
13563                 the same type (bug #645)
13564         * src/prefs_folder_item.c
13565                 Fix bug #699 (setting color to black doesn't
13566                 work immediately)
13567         * src/procmime.c
13568                 Print out decoding error only once per
13569                 block
13570
13571 2005-05-30 [paul]       1.9.11cvs20
13572
13573         * src/common/template.c
13574                 fix Bcc
13575
13576 2005-05-30 [paul]       1.9.11cvs19
13577
13578         * doc/src/rfc2368.txt   **NEW FILE**
13579         * src/compose.c
13580                 compose_entries_set(): don't interpret Bcc
13581                 header field (conform to RFC 2368)
13582                 (sync with main)
13583
13584 2005-05-29 [colin]      1.9.11cvs18
13585
13586         * src/prefs_common.c
13587                 Let the default reply format respect
13588                 netiquette by cutting the signature.
13589
13590 2005-05-29 [colin]      1.9.11cvs17
13591
13592         * src/summaryview.c
13593                 Don't let always_show_msg override
13594                 open_unread_on_enter when opening a new
13595                 directory.
13596
13597 2005-05-27 [paul]       1.9.11cvs16
13598
13599         sync with main:
13600
13601         * src/main.c
13602                 app_will_exit(): cleanup tmp directory when exit
13603         * src/message_search.c
13604                 improved the interface and made code cleanup.
13605                 removed Clear button
13606         * src/send_message.c
13607                 send_message_local(): use GSpawn, and detect errors
13608         * src/summary_search.c
13609                 improved the interface and made code cleanup
13610         * src/textview.c
13611                 textview_write_link(): also skip non-ascii space
13612                  at the head of link strings (phishing check
13613                  didn't work at the case)
13614         * src/common/utils.c
13615                 get_command_output(): use g_spawn_command_line_sync()
13616                 instead of popen()
13617
13618 2005-05-26 [colin]      1.9.11cvs15
13619
13620         * src/folder.c
13621                 remove printf
13622
13623 2005-05-26 [colin]      1.9.11cvs14
13624
13625         * src/common/nntp.c
13626                 Fix nntp mode reader (bug #611)
13627                 Patch by Florian Mickler <florian@mickler.org>
13628
13629 2005-05-26 [colin]      1.9.11cvs13
13630
13631         * src/plugins/pgpmime/passphrase.c
13632                 Fix mouse grabbing (bug #557)
13633
13634 2005-05-26 [colin]      1.9.11cvs12
13635
13636         * src/prefs_themes.c
13637                 Fix g_warning (bug #541)
13638
13639 2005-05-26 [colin]      1.9.11cvs11
13640
13641         * src/prefs_actions.c
13642         * src/prefs_template.c
13643                 Fix bug #506 (no warning if action/template
13644                 is not saved)
13645         * src/common/template.c
13646                 Fix a possible crash
13647
13648 2005-05-26 [colin]      1.9.11cvs10
13649
13650         * src/folder.c
13651         * src/folderview.c
13652         * src/procmsg.c
13653         * src/summaryview.c
13654                 Forbid locked messages to be moved or
13655                 deleted. Locked messages in trashes 
13656                 still get deleted, for performance
13657                 reason (mh.c::mh_remove_all_msgs)
13658
13659 2005-05-25 [colin]      1.9.11cvs9
13660
13661         * src/procmime.c
13662                 Use correct encoding when sending mails
13663                 with attachments that have accentued 
13664                 chars in their name
13665
13666 2005-05-24 [colin]      1.9.11cvs8
13667
13668         * src/summaryview.c
13669                 Fix bug #688 f) read/unread marker not
13670                 changed on first click
13671                 Also, optimize summary_status_show()
13672                 calls
13673         * src/folder.c
13674         * src/inc.c
13675         * src/procmime.c
13676                 Fix bug #688 b) and c) wrt message
13677                 attachments and signature
13678         * src/stock_pixmap.c
13679         * src/stock_pixmap.h
13680         * src/stock_pixmap.c
13681         * src/stock_pixmap.h
13682         * src/Makefile.am
13683         * src/pixmaps/clip_gpg_signed.xpm
13684                 Add clip/signed icon
13685
13686 2005-05-24 [colin]      1.9.11cvs7
13687
13688         * src/folder_item_prefs.c
13689                 whitespace fix
13690
13691 2005-05-24 [colin]      1.9.11cvs6
13692
13693         * src/folderview.c
13694         * src/prefs_common.c
13695         * src/prefs_common.h
13696                 Add a confirmation to folder drag and drop
13697                 fixes bug #156
13698         * src/alertpanel.c
13699         * src/alertpanel.h
13700                 fix _with_disable parameters so that
13701                 the buttons labels are specifiable too
13702         * src/plugins/pgpmime/sgpgme.c
13703                 reflect said change
13704                 
13705
13706 2005-05-24 [colin]      1.9.11cvs5
13707
13708         * src/folderview.c
13709                 Uncollapse/collapse folders on double-click
13710                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
13711                 closes bug #108
13712
13713 2005-05-23 [colin]      1.9.11cvs4
13714
13715         * src/common/socket.c
13716                 Check another special SSL_peek() error.
13717                 Should help wrt bug #728
13718
13719 2005-05-23 [colin]      1.9.11cvs3
13720
13721         * src/plugins/pgpmime/pgpmime.c
13722                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
13723                 breaking menu accelerators and stuff. Users will have to
13724                 reselect "PGP MIME" instead of "PGP/MIME" in their 
13725                 account's privacy preferences if needed.
13726
13727 2005-05-22 [paul]
13728
13729         * tools/kdeservicemenu/install.sh
13730                 use kdesu to prompt for root password if doing
13731                 global install/uninstall
13732
13733 2005-05-20 [colin]      1.9.11cvs2
13734
13735         * src/procmsg.c
13736                 Fix another compilation error with gcc-2.9x
13737                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
13738         * src/send_message.c
13739                 Don't send QUIT if we aren't connected
13740
13741 2005-05-19 [colin]      1.9.11cvs1
13742
13743         * src/procmsg.c
13744                 Fix compilation with gcc 2.9x
13745
13746 2005-05-19 [paul]       1.9.11
13747
13748         1.9.11 released
13749
13750 2005-05-19 [paul]       1.9.9cvs14
13751
13752         * src/gtk/inputdialog.c
13753                 prevent gettext warning
13754
13755 2005-05-19 [paul]       1.9.9cvs13
13756
13757         * src/mainwindow.c
13758         * src/prefs_common.c
13759         * src/prefs_common.h
13760         * src/textview.c
13761         * src/textview.h
13762                 add an option to toggle cursor in message
13763                 view (sync with main)
13764
13765 2005-05-18 [colin]      1.9.9cvs12
13766
13767         * src/compose.c
13768                 Dereference freed pointer
13769         * src/gtk/gtkaspell.c
13770                 Fix duplication of dictionaries (is it an aspell issue?)
13771
13772 2005-05-18 [colin]      1.9.9cvs11
13773
13774         * src/gtk/inputdialog.c
13775         * src/gtk/gtkaspell.c
13776                 HIGuify dialogs
13777         * src/alertpanel.c
13778                 Remove a double call
13779
13780 2005-05-17 [colin]      1.9.9cvs10
13781
13782         * src/gtk/gtkaspell.c
13783                 Fix dialogs, Ctrl-Enter accel
13784
13785 2005-05-17 [colin]      1.9.9cvs9
13786
13787         * src/gtk/gtkaspell.c
13788                 Fix some accelerators, escape in replace-window
13789
13790 2005-05-16 [colin]      1.9.9cvs8
13791
13792         * src/gtk/gtkaspell.c
13793                 Revert last commit, it was a mistake.
13794
13795 2005-05-16 [colin]      1.9.9cvs7
13796
13797         * src/gtk/gtkaspell.c
13798                 Remove buggy code while we're at it. It's a 
13799                 dead code path anyway.
13800
13801 2005-05-16 [colin]      1.9.9cvs6
13802
13803         * src/gtk/gtkaspell.c
13804                 Missed some gtk_menu_popup where deactivate
13805                 signal should be handled. Should fix bug
13806                 #629 a bit more.
13807
13808 2005-05-16 [colin]      1.9.9cvs5
13809
13810         * src/gtk/gtkaspell.c
13811                 Remove debug printf()s
13812
13813 2005-05-16 [colin]      1.9.9cvs4
13814
13815         * src/gtk/gtkaspell.c
13816                 Fix a bit aspell problems
13817                 (see bug #629)
13818
13819 2005-05-13 [colin]      1.9.9cvs3
13820
13821         * src/folderview.c
13822                 Fix the + appearing even when no subfolders
13823                 have unread messages. Thanks to wwp for the
13824                 bug report.
13825
13826 2005-05-11 [paul]       1.9.9cvs2
13827
13828         * src/folderview.c
13829                 correction to 1.9.9cvs1, only colour folders that
13830                 have new msgs (not unread msgs)
13831
13832 2005-05-10 [colin]      1.9.9cvs1
13833
13834         * src/folderview.c
13835         * src/summaryview.c
13836                 Try to fix bolding bugs again.
13837
13838 2005-05-09 [paul]
13839
13840         * tools/claws.i18n.status.pl
13841                 add Ricardo Mones Lastra's script that has been providing
13842                 the i18n status page for many months
13843
13844 2005-05-09 [paul]       1.9.9
13845
13846         1.9.9 release
13847
13848 2005-05-09 [paul]       1.9.6cvs58
13849
13850         * AUTHORS
13851         * INSTALL
13852         * README.claws
13853                 updated
13854         * Makefile.am 
13855         * RELEASE_NOTES.claws
13856                 add release notes to cvs to simplify release
13857                 procedure
13858         * configure.ac
13859                 add ca and fi to ALL_LINGUAS
13860         * po/Makefile.in.in
13861                 workaround for missing Makevars
13862         * po/ca.po
13863         * po/fi.po
13864                 add new Catalan and Finnish translations
13865                 submitted by Miquel Oliete and Flammie Pirinen
13866         * po/de.po
13867         * po/es.po
13868         * po/fr.po
13869         * po/it.po
13870         * po/pl.po
13871         * po/ru.po
13872         * po/sk.po
13873         * po/sr.po
13874         * po/zh_CN.po
13875                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
13876                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
13877                 Urke MMI, and Hansom Young
13878         * src/main.c
13879                 Fix drafting when quitting. compose_draft() closes the
13880                 compose windows, which modifies the compose_list GSList.
13881                 We have to refresh this list after echo drafting to avoid a
13882                 segfault
13883         * src/partial_download.c
13884                 fix segfault on exit
13885
13886 2005-05-06 [paul]       1.9.6cvs57
13887
13888         * src/grouplistdialog.c
13889                 quick fix/workaround for unresizeable newsgroup
13890                 name column 
13891
13892 2005-05-06 [paul]       1.9.6cvs56
13893
13894         * src/inc.c
13895         * src/mainwindow.c
13896                 use gettext plural forms
13897         * src/imap_gtk.c
13898         * src/mh_gtk.c
13899         * src/toolbar.c
13900                 small improvement to english usage
13901
13902 2005-05-05 [thorsten]   1.9.6cvs55
13903
13904         * src/folder.c
13905                 fix possible crash
13906
13907 2005-05-05 [paul]       1.9.6cvs54
13908         
13909         sync with HEAD
13910
13911         * AUTHORS
13912         * src/compose.c
13913                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
13914                 patch by Tim Mann
13915
13916 2005-05-05 [paul]       1.9.6cvs53
13917
13918         * src/mainwindow.c
13919                 fix resizing of separate message and
13920                 folder views
13921
13922 2005-05-05 [paul]       1.9.6cvs52
13923
13924         * src/account.c
13925         * src/addrgather.c
13926         * src/browseldap.c
13927         * src/exphtmldlg.c
13928         * src/expldifdlg.c
13929         * src/importmutt.c
13930         * src/importpine.c
13931         * src/main.c
13932         * src/mainwindow.c
13933         * src/noticeview.c
13934         * src/prefs_filtering.c
13935         * src/prefs_filtering_action.c
13936         * src/prefs_matcher.c
13937         * src/prefs_spelling.c
13938         * src/prefs_toolbar.c
13939         * src/toolbar.c
13940         * src/wizard.c
13941         * src/gtk/description_window.c
13942         * src/gtk/gtkvscrollbutton.c
13943         * src/gtk/progressdialog.c
13944         * src/gtk/quicksearch.c
13945         * src/plugins/pgpmime/prefs_gpg.c
13946         * src/plugins/spamassassin/spamassassin_gtk.c
13947                 replace deprecated gtk_widget_set_usize
13948
13949 2005-05-04 [colin]      1.9.6cvs51
13950
13951         * src/common/utils.c
13952                 Fix crash when subst_for_filename is called
13953                 with a NULL parameter
13954
13955 2005-05-04 [colin]      1.9.6cvs50
13956
13957         * src/partial_download.c
13958         * src/pop.c
13959                 Escape login when writing uidl file
13960                 fixes bug #736
13961
13962 2005-05-03 [colin]      1.9.6cvs49
13963
13964         * src/procmime.c
13965                 Fix possible DOS in mime parser
13966                 (see bug #634)
13967
13968 2005-05-02 [colin]      1.9.6cvs48
13969
13970         * src/compose.c
13971                 Try to fix the copy/paste mess once again.
13972
13973
13974 2005-04-30 [colin]      1.9.6cvs47
13975
13976         * src/prefs_account.h
13977         * src/procmsg.c
13978         * src/send_message.c
13979         * src/common/smtp.c
13980         * src/common/smtp.h
13981                 Try to batch sending mails (per account) instead of
13982                 reconnecting to server every time.
13983
13984 2005-04-29 [colin]      1.9.6cvs46
13985
13986         * src/messageview.c
13987                 Fix window resizing that refused to size down
13988         * src/prefs_common.c
13989         * src/prefs_common.h
13990         * src/prefs_filtering.c
13991                 Save Filtering's window size
13992
13993 2005-04-21 [paul]       1.9.6cvs45
13994
13995         * ChangeLog-gtk2.claws
13996         * src/setup.c
13997                 correction to sync
13998
13999 2005-04-21 [paul]       1.9.6cvs44
14000
14001         sync with main:
14002
14003         * src/setup.c
14004         * src/statusbar.c
14005         * src/statusbar.h
14006                 use gtkut_widget_draw_now(). Improved performance
14007                 of the update of statusbar
14008         * src/textview.c
14009                 textview_smooth_scroll_do(): redraw it after scroll
14010                 is done (fixed incorrect display when a part of the
14011                 view is hidden).
14012         * src/gtk/gtkutils.c
14013         * src/gtk/gtkutils.h
14014                 gtkut_widget_draw_now(): use gdk_window_process_updates()
14015                 to force update of widgets.
14016                 Removed gtkut_widget_wait_for_draw() which had a big
14017                 overhead  because of waiting for all events processed 
14018
14019 2005-04-20 [paul]       1.9.6cvs43
14020
14021         * src/codeconv.c
14022                 complete 1.9.6cvs42's sync:
14023                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
14024
14025 2005-04-19 [paul]       1.9.6cvs42
14026
14027         sync with main:
14028
14029         * src/action.c
14030                 catch_output(): correctly select the insert text
14031                 (fix invalid iterator warnings).
14032         * src/codeconv.c
14033         * src/codeconv.h
14034         * src/mainwindow.c
14035         * src/messageview.c
14036         * src/prefs_common.c
14037                 support GBK encoding.
14038         * src/common/session.c
14039         * src/common/session.h
14040                 use separate buffer for large data to be sent,
14041                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
14042
14043 2005-04-18 [paul]       1.9.6cvs41
14044
14045         * src/jpilot.c
14046                 convert unsigned long into guint32
14047                 patch by Paul LeoNerd Evans 
14048
14049 2005-04-17 [colin]      1.9.6cvs40
14050
14051         * src/compose.c
14052                 Fix 'Request return receipt' from folder
14053                 properties (bug #708)
14054
14055 2005-04-17 [colin]      1.9.6cvs39
14056
14057         * src/mainwindow.c
14058                 Fix duplicate hotkeys in Mainwindow's menu
14059
14060 2005-04-17 [colin]      1.9.6cvs38
14061
14062         * src/folderview.c
14063                 Fix duplicate hotkeys in Folderview's contextual
14064                 menu
14065
14066 2005-04-15 [colin]      1.9.6cvs37
14067
14068         * src/summaryview.c
14069                 Fix 'Save as...' with non-ascii filenames
14070
14071 2005-04-15 [colin]      1.9.6cvs36
14072
14073         * src/plugins/pgpmime/pgpmime.c
14074                 Fix bus error on 64bit. Spotted by 
14075                 macallan1888@gmail.com
14076
14077 2005-04-15 [colin]      1.9.6cvs35
14078
14079         * src/prefs_account.c
14080                 Fix cvs34.
14081
14082 2005-04-12 [colin]      1.9.6cvs34
14083
14084         * src/prefs_account.c
14085                 Fix smtp auth type off-by-one. We forgot to
14086                 add PLAIN in the prefs-to-gui setter func and
14087                 as a result, the selected auth when opening
14088                 account prefs was not the correct one.
14089
14090 2005-04-12 [paul]       1.9.6cvs33
14091
14092         * src/inc.c
14093                 if the recv dialog is visible, Cancel only
14094                 cancels the current account
14095
14096
14097 2005-04-10 [colin]      1.9.6cvs32
14098
14099         * src/filtering.c
14100                 Copy score when copying FilteringActions
14101                 Fix bug #674
14102
14103 2005-04-10 [colin]      1.9.6cvs31
14104
14105         * src/inc.c
14106                 Make Message -> Receive -> Cancel cancel 
14107                 incorporation on all accounts. Fixes
14108                 bug #693
14109
14110 2005-04-10 [colin]      1.9.6cvs30
14111
14112         * src/prefs_account.c
14113                 Update Privacy checkbuttons status based
14114                 on the selected privacy system
14115         * src/compose.c
14116                 Always connect the "None" privacy system; the
14117                 static boolean was probably there to avoid
14118                 reconnecting twice in the same compose window,
14119                 but as the parent function is only called once
14120                 per compose, it's only a bug - as a static is
14121                 initialized once per application instance.
14122                 Also, don't uncheck Sign and Encrypt when
14123                 selecting None as privacy system; just ignore
14124                 them when sending/queuing.
14125                 Should fix bug #695
14126
14127 2005-04-08 [colin]      1.9.6cvs29
14128
14129         * src/account.c
14130         * src/prefs_account.c
14131         * src/prefs_account.h
14132                 Add account preference to queue message in a certain
14133                 folder.
14134
14135 2005-04-06 [colin]      1.9.6cvs28
14136
14137         * src/prefs_account.c
14138                 Update old inbox path syntax
14139
14140 2005-04-06 [paul]       1.9.6cvs27
14141
14142         sync with main:
14143
14144         * configure.ac
14145                 changed -traditional-cpp to -no-cpp-precomp for newer
14146                 Mac OS X support
14147         * src/foldersel.c
14148                 made column resize automatically
14149         * src/send_message.c
14150                 send_message_smtp(): consider EOF right after QUIT
14151                 successful (workaround for Gmail SMTP server)
14152         * src/common/socket.c
14153                 ssl_read(), ssl_peek(): check EOF which violates the
14154                 SSL protocol
14155         * src/gtk/colorlabel.c
14156                 removed warnings when displaying colorlabel menu
14157                 (don't use GtkAlignment)
14158
14159 2005-04-05 [paul]       1.9.6cvs26
14160
14161         * src/plugins/trayicon/trayicon.c
14162                 fix clipping of icon under KDE3 
14163
14164 2005-04-05 [paul]       1.9.6cvs25
14165
14166         * src/summaryview.c
14167                 hide display of threading
14168                 patch by Alfons
14169
14170 2005-04-04 [thorsten]   1.9.6cvs24
14171
14172         * src/mh.c
14173                 marks lost on filesystems with different stat() results on
14174                 summer-/wintertime
14175
14176 2005-04-03 [colin]      1.9.6cvs23
14177
14178         * src/summaryview.c
14179                 Don't handle up/down. Patch by Alfons
14180
14181 2005-04-02 [colin]      1.9.6cvs22
14182
14183         * src/summaryview.c
14184                 Make scrolling faster. Patch by Alfons.
14185
14186 2005-04-01 [colin]      1.9.6cvs21
14187
14188         * src/Makefile.am
14189         * src/stock_pixmap.c
14190         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14191         * src/pixmaps/dir_noselect.xpm ** ADDED **
14192                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14193
14194 2005-04-01 [colin]      1.9.6cvs20
14195
14196         * src/image_viewer.c
14197         * src/image_viewer.h
14198         * src/procmime.c
14199         * src/procmime.h
14200         * src/textview.c
14201         * src/textview.h
14202                 Implement inline image resizing and right-clicking
14203
14204 2005-04-01 [paul]       1.9.6cvs19
14205
14206         * AUTHORS
14207         * Makefile.am
14208         * configure.ac
14209                 check for gnome2
14210                 patch by Luca Cavalli <loopback<AT>slackit.org>
14211         * po/ru.po
14212                 updated by Pavlo Bohmat
14213
14214 2005-03-31 [colin]      1.9.6cvs18
14215
14216         * src/news.c
14217                 Fix parsing references
14218         * src/msgcache.c
14219                 don't put nulls in the references list
14220         * src/procheader.c
14221                 commit that forgotten file in 1.9.6cvs14
14222
14223 2005-03-31 [colin]      1.9.6cvs17
14224
14225         * src/compose.c
14226                 Fix joining of signature separator again. 
14227                 Maybe Hiro could put it in main too...
14228
14229 2005-03-31 [colin]      1.9.6cvs16
14230
14231         * src/Makefile.am
14232         * src/foldersel.c
14233         * src/stock_pixmap.c
14234         * src/stock_pixmap.h
14235         * src/pixmaps/dir-noselect.xpm
14236                 Update foldersel.c (sync from main, patch by Alfons)
14237
14238 2005-03-30 [colin]      1.9.6cvs15
14239
14240         * src/imap.c
14241                 Fix handling of imap folders containing [] in 
14242                 their name. Thanks to Nahuel Angelinetti for
14243                 the detailed bugreport.
14244
14245 2005-03-30 [colin]      1.9.6cvs14
14246
14247         * src/common/utils.h
14248         * src/common/utils.c
14249         * src/common/defs.h
14250         * src/matcher.c
14251         * src/msgcache.c
14252         * src/news.c
14253         * src/procmsg.c
14254         * src/procmsg.h
14255         * src/quote_fmt_parse.y
14256         * src/summaryview.c
14257                 Update references system. Patch by Alfons
14258
14259 2005-03-30 [colin]      1.9.6cvs13
14260
14261         * src/common/socket.c
14262                 Force the glibc to read resolv.conf again when 
14263                 it has changed. Should fix issues when changing
14264                 networks on a laptop and not restarting sylpheed. 
14265
14266 2005-03-30 [paul]       1.9.6cvs12
14267
14268         partial sync with main:
14269
14270         * src/action.c
14271                 create_io_dialog(): use user-defined text font
14272                 (thanks to Alfons), and modified its appearance.
14273         * src/addrgather.c
14274         * src/addrharvest.c
14275         * src/browseldap.c
14276                 replace old code
14277         * src/compose.c
14278                 don't join (presumably) itemized lines on line-wrapping
14279                 fixed wrapping of quote when auto-wrapping is enabled
14280                 compose_destroy(): destroy paned only if it's not
14281                 attached to window. Fixed memory leak of popup menu.
14282         * src/exphtmldlg.c
14283         * src/expldifdlg.c
14284                 replace old code
14285         * src/html.c
14286         * src/html.h
14287         * src/importmutt.c
14288         * src/importpine.c
14289                 replace old code
14290         * src/main.c
14291                 removed redundant code
14292         * src/mainwindow.c
14293                 changed 'Code set' (which is rather incorrect)
14294                 in the menu to 'Character encoding'
14295                 main_window_set_widgets(): request size first
14296                 to prevent window size becoming wrong
14297                 fixed remembering of the state of the visibility
14298                 of MessageView
14299         * src/messageview.c
14300                 changed 'Code set' (which is rather incorrect)
14301                 in the menu to 'Character encoding'
14302         * src/prefs_common.c
14303         * src/prefs_common.h
14304                 added an option whether to render HTML as text or not
14305                 added separators to outgoing encoding menu
14306         * src/procheader.c
14307                 procheader_scan_date_string(): support header
14308                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
14309         * src/summaryview.c
14310         * src/summaryview.h
14311                 minor code cleanup
14312         * src/textview.c
14313                 textview_show_html(): force output of newline
14314                 added an option whether to render HTML as text or not
14315         * src/common/utils.c
14316                 strncpy2(): optimized based on Alfons' code
14317         * src/gtk/gtkutils.c
14318         * src/gtk/gtkutils.h
14319                 removed non-used code
14320         * src/plugins/pgpmime/passphrase.c
14321                 partially fixed grab input of passphrase dialog
14322                 Confine pointer to window
14323
14324 2005-03-30 [colin]      1.9.6cvs11
14325
14326         * src/msgcache.c
14327         * src/msgcache.h
14328                 Read/write 32bit ints from cache & marks
14329                 From main.
14330
14331 2005-03-29 [paul]       1.9.6cvs10
14332
14333         * AUTHORS
14334         * ChangeLog.claws
14335         * src/compose.c
14336         * src/gtk/gtkaspell.c
14337                 sync with HEAD (don't pass NULL pointers) 
14338
14339 2005-03-24 [paul]
14340
14341         * tools/Makefile.am
14342         * tools/README
14343         * tools/acroread2sylpheed.pl
14344                 sync with HEAD (add script to send pdfs as
14345                 attachments from Adobe Reader 7)
14346
14347 2005-03-21 [paul]       1.9.6cvs9
14348
14349         * configure.ac
14350         * po/POTFILES.in
14351         * src/Makefile.am
14352         * src/crash.c
14353         * src/image_viewer.c ** ADDED **
14354         * src/image_viewer.h ** ADDED **
14355         * src/main.c
14356         * src/prefs_common.c
14357         * src/prefs_common.h
14358         * src/prefs_image_viewer.c ** ADDED **
14359         * src/prefs_image_viewer.h ** ADDED **
14360         * src/textview.c
14361         * src/gtk/about.c
14362         * src/pixmaps/sylpheed_logo.xpm
14363         * src/plugins/Makefile.am
14364         * src/plugins/image_viewer/.cvsignore ** REMOVED **
14365         * src/plugins/image_viewer/Makefile.am ** REMOVED **
14366         * src/plugins/image_viewer/plugin.c ** REMOVED **
14367         * src/plugins/image_viewer/viewer.c ** REMOVED **
14368         * src/plugins/image_viewer/viewer.glade ** REMOVED **
14369         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
14370         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
14371         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
14372         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
14373                 as gdk-pixbuf is now built-in
14374                 remove image_viewer plugin and put code back into
14375                 main codebase
14376                 implement inline image display (sync with main)
14377
14378                 replace logo with newer, nicer, larger version  
14379
14380 2005-03-21 [paul]       1.9.6cvs8
14381
14382         * src/gtk/about.c
14383                 cosmetic improvement
14384
14385 2005-03-21 [holger]     1.9.6cvs7
14386
14387         * src/plugins/spamassassin/spamassassin.c
14388                 Sync with HEAD
14389                 (unregister hook on failed plugin init)
14390
14391 2005-03-20 [colin]      1.9.6cvs6
14392
14393         * src/common/plugin.c
14394                 Check that plugin isn't already loaded
14395                 Patch by Alfons
14396
14397 2005-03-20 [thorsten]   1.9.6cvs5
14398
14399         * src/compose.c
14400                 use a more compatible syntax
14401
14402 2005-03-20 [thorsten]   1.9.6cvs4
14403
14404         * src/prefs_toolbar.c
14405                 fix crash when selecting toolbar item (uninitialized pointer)
14406
14407 2005-03-20 [thorsten]   1.9.6cvs3
14408
14409         * src/procmime.c
14410                 fix mimetype detection (referenced free()d string)
14411
14412 2005-03-20 [paul]       1.9.6cvs2
14413
14414         * src/compose.c
14415                 sync with HEAD (1.0.3cvs5)
14416                 neglect Reply-To header if empty
14417                 Patch by Alfons 
14418
14419 2005-03-19 [holger]     1.9.6cvs1
14420
14421         * src/summaryview.c
14422         * src/summaryview.h
14423                 Sync with HEAD
14424
14425 2005-03-18 [paul]       1.9.6
14426
14427         initial GTK2 release
14428
14429 2005-03-18 [paul]       1.0.3cvs3.1
14430
14431         * AUTHORS
14432         * ChangeLog.claws
14433         * configure.ac
14434         * src/gtk/about.c
14435         * src/pixmaps/sylpheed_logo.xpm
14436                 sync with HEAD
14437
14438 2005-03-18 [colin]      1.0.3cvs2.6
14439
14440         * src/summaryview.c
14441                 Remove call to summary_step in summary_copy_selected_to
14442                 Can't see its purpose, and this causes bug when copying
14443                 a message if the next one is unread: it reads it.
14444
14445 2005-03-18 [paul]       1.0.3cvs2.5
14446
14447         * src/foldersel.c
14448                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
14449
14450 2005-03-18 [paul]       1.0.3cvs2.4
14451
14452         * src/addrharvest.c
14453         * src/codeconv.c
14454         * src/codeconv.h
14455         * src/compose.c
14456         * src/news.c
14457         * src/procheader.c
14458         * src/procmime.c
14459         * src/unmime.c
14460         * src/unmime.h
14461                 fix buffer overflow, CAN-2005-0667, see
14462                 http://secunia.com/advisories/14491/
14463                 Patch by Alfons
14464
14465 2005-03-17 [colin]      1.0.3cvs2.3
14466
14467         * src/prefs_fonts.c
14468         * src/summaryview.c
14469                 Fix font bugs (both lists now officialy share 
14470                 the same font)
14471                 
14472
14473 2005-03-17 [paul]       1.0.3cvs2.2
14474
14475         * src/gtk/pluginwindow.c
14476                 make plugin descriptions uneditable
14477
14478 2005-03-11 [paul]       1.0.3cvs2.1
14479
14480         * ChangeLog.claws
14481         * configure.ac
14482         * po/POTFILES.in
14483         * src/plugins/trayicon/trayicon.c
14484                 sync with HEAD
14485                 add src/wizard.c to POTFILES.in
14486
14487 2005-03-11 [paul]       1.0.3cvs1.1
14488
14489         * ChangeLog
14490         * ChangeLog.claws
14491         * configure.ac
14492         * po/de.po
14493         * po/es.po
14494         * po/fr.po
14495         * po/it.po
14496         * po/pt_BR.po
14497         * po/ru.po
14498         * po/sk.po
14499         * po/sr.po
14500         * po/zh_CN.po
14501                 sync with HEAD
14502
14503 2005-03-04 [colin]      1.0.1cvs22.2
14504
14505         * src/compose.c
14506                 Fix signatures with accentued chars in it
14507
14508 2005-03-04 [colin]      1.0.1cvs22.1
14509
14510         * src/common/smtp.c
14511         * src/common/smtp.h
14512                 Don't use SIZE param in MAIL FROM: if server 
14513                 doesn't support it. Patch by Eugen Freiter
14514                 <eugen_f@users.sf.net>
14515
14516 2005-02-27 [paul]       1.0.1cvs20.1
14517
14518         * ChangeLog.claws
14519         * configure.ac
14520         * src/messageview.c
14521                 sync with HEAD
14522
14523 2005-02-27 [colin]      1.0.1cvs19.4
14524
14525         * src/procheader.c
14526         * src/procheader.h
14527                 Fix prototypes. Patch by Alfons
14528
14529 2005-02-27 [colin]      1.0.1cvs19.3
14530
14531         * src/compose.c
14532                 Don't auto-join the signature separator.
14533
14534 2005-02-26 [colin]      1.0.1cvs19.2
14535
14536         * src/summaryview.c
14537                 Fix 'mark all read' with collapsed threads.
14538                 Patch by Alfons.
14539
14540 2005-02-25 [paul]       1.0.1cvs19.1
14541
14542         * ChangeLog.claws
14543         * configure.ac
14544         * src/prefs_account.c
14545         * src/prefs_folder_item.c
14546         * src/gtk/prefswindow.c
14547         * src/gtk/prefswindow.h
14548                 sync with HEAD
14549
14550 2005-02-25 [paul]       1.0.1cvs15.12
14551
14552         * src/alertpanel.c
14553         * src/codeconv.c
14554         * src/compose.c
14555         * src/textview.c
14556         * src/gtk/gtkutils.c
14557         * src/gtk/gtkutils.h
14558         * src/gtk/logwindow.c
14559         * src/gtk/progressdialog.c
14560                 sync with main (revision 127)
14561                 and fix logwindow clipping
14562
14563 2005-02-24 [colin]      1.0.1cvs15.11
14564
14565         * src/plugins/pgpmime/passphrase.c
14566                 Disable input grabbing; it doesn't work yet.
14567
14568 2005-02-24 [colin]      1.0.1cvs15.10
14569
14570         * src/messageview.c
14571                 Don't send out receipts if offline. Ask.
14572
14573 2005-02-23 [colin]      1.0.1cvs15.9
14574
14575         * src/summaryview.c     
14576                 Fix expanding
14577
14578 2005-02-23 [colin]      1.0.1cvs15.8
14579
14580         * src/summaryview.c
14581                 Really fix Bug 568 by removing useless
14582                 calls. summary_thread_init() now called
14583                 in summary_sort(). This should please
14584                 Alfons as it should be faster than 
14585                 previously.
14586
14587 2005-02-23 [colin]      1.0.1cvs15.7
14588
14589         * src/compose.c
14590                 Encode parts as QP or B64 if signing
14591
14592 2005-02-23 [colin]      1.0.1cvs15.6
14593
14594         * src/compose.c
14595                 Fix Mimeinfo leakage (including tmp files)
14596         * src/procmsg.c
14597                 Fix tmp file leakage (spotted by Ivan Rayner)
14598
14599 2005-02-22 [colin]      1.0.1cvs15.5
14600
14601         * src/expldifdlg.c
14602                 Fix keyboard input. Patch by Alfons.
14603
14604 2005-02-21 [colin]      1.0.1cvs15.4
14605
14606         * src/compose.c
14607                 Fix Sign/Encrypt when unselecting privacy
14608                 system
14609         * src/prefs_common.c
14610                 Change default message font to Monospace
14611         * src/summaryview.c
14612                 More freezing during potentially large operations
14613
14614 2005-02-21 [paul]       1.0.1cvs15.3
14615
14616         * src/main.c
14617                 fix --help output
14618
14619 2005-02-21 [paul]       1.0.1cvs15.2
14620
14621         * po/Makefile.in.in
14622         * src/compose.c
14623         * src/summaryview.c
14624         * src/textview.c
14625         * src/common/utils.c
14626         * src/common/utils.h
14627                 sync with main (revision 117)
14628
14629 2005-02-20 [colin]      1.0.1cvs15.1
14630
14631         * src/common/defs.h
14632                 Change cache file to .sylpheed_claws_cache, as
14633                 suggested by Alfons. Allows people to switch
14634                 between Sylpheed and Sylpheed-Claws. it is
14635                 a good idea to "Check for new messages" at next
14636                 startup.
14637
14638
14639 2005-02-18 [colin]      1.0.1cvs14.1
14640
14641         * src/quote_fmt_lex.l
14642         * src/quote_fmt_parse.y
14643                 Fix parser initialisation. Patch by Ivan.
14644
14645 2005-02-18 [colin]      1.0.1cvs11.6
14646
14647         * src/folderview.c
14648                 Fix scrolldown (bug 662)
14649
14650 2005-02-17 [colin]      1.0.1cvs11.5
14651
14652         * src/codeconv.c
14653                 conv_filename_to_utf8: return clean 7bit instead
14654                 of broken utf8 if needed
14655         * src/mimeview.c
14656                 Fix display of parts with unclean 8bit names
14657
14658 2005-02-17 [paul]       1.0.1cvs11.4
14659
14660         * src/compose.c
14661         * src/exportldif.c
14662         * src/matcher_parser_parse.y
14663         * src/procmime.c
14664         * src/sourcewindow.c
14665         * src/common/Makefile.am
14666         * src/common/intl.h             ** REMOVED **
14667         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14668                 sync with main (revision 109)
14669                 and clean up
14670
14671 2005-02-16 [colin]      1.0.1cvs11.3
14672
14673         * src/summaryview.c
14674                 Fix collapsed thread not highlighting when new
14675                 messages in it (Bug 568) Patch by Stephan Sachse.
14676                 Fix messed up selection when reaching bounds (Bug 632)
14677         * src/prefs_themes.c
14678                 Fix theme installing (Bug 684)
14679
14680 2005-02-16 [colin]      1.0.1cvs11.2
14681
14682         * src/messageview.c
14683                 Fix messageview_select_all
14684
14685 2005-02-16 [colin]      1.0.1cvs11.1
14686
14687         * src/mh.c
14688                 Sync with HEAD (MH scan required function)
14689
14690 2005-02-15 [colin]      1.0.1cvs8.1
14691
14692         * src/mimeview.c
14693         * src/common/utils.c
14694                 Sync with HEAD (filename chars substitution)
14695
14696 2005-02-15 [colin]      1.0.1cvs7.3
14697
14698         * src/gtk/pluginwindow.c
14699                 Fix button spacing
14700
14701 2005-02-15 [colin]      1.0.1cvs7.2
14702
14703         * src/mimeview.c
14704                 Fix mime icons not reset across message when
14705                 scrolled down
14706
14707 2005-02-15 [colin]      1.0.1cvs7.1
14708
14709         * src/compose.c
14710         * src/procmime.c
14711                 Sync with HEAD (optimisation of cvs6)
14712
14713 2005-02-14 [colin]      1.0.1cvs6.1
14714
14715         * src/compose.c
14716         * src/procmime.c
14717                 Sync with HEAD (encode "From " at line beginning)
14718
14719 2005-02-14 [colin]      1.0.1cvs5.3
14720
14721         * src/compose.c
14722                 Fix wrapping with accentued chars.
14723
14724 2005-02-13 [colin]      1.0.1cvs5.2
14725
14726         * src/textview.c
14727                 Fix email informative part parsing with
14728                 accentued chars in it. ispunct() returns
14729                 true for them in utf8...
14730
14731 2005-02-12 [colin]      1.0.1cvs5.1
14732
14733         * src/filtering.c
14734                 Sync with HEAD (remove wrong use of compose after send)
14735
14736 2005-02-12 [paul]       1.0.1cvs4.5
14737
14738         * src/textview.c
14739                 remove unnecessary code (thanks to Alfons)
14740
14741 2005-02-12 [paul]       1.0.1cvs4.4
14742
14743         * src/textview.c
14744                 add 'Copy' to contextual menu on emails
14745
14746 2005-02-11 [colin]      1.0.1cvs4.3
14747
14748         * src/compose.c
14749                 revert 1.0.0cvs28.2, it doesn't work that well.
14750
14751 2005-02-11 [paul]       1.0.1cvs4.2
14752
14753         * po/Makefile.in.in
14754                 fix 'make release'
14755
14756 2005-02-10 [paul]       1.0.1cvs4.1
14757
14758         * ChangeLog
14759         * ChangeLog.claws
14760         * ChangeLog.jp
14761         * configure.ac
14762         * src/compose.c
14763                 sync with HEAD (sync with main)
14764
14765 2005-02-10 [paul]       1.0.1cvs3.2
14766
14767         * AUTHORS
14768         * Makefile.am
14769         * autogen.sh
14770         * configure.ac
14771         * config/mkinstalldirs
14772         * intl/.cvsignore
14773         * intl/ChangeLog
14774         * intl/VERSION
14775         * intl/bindtextdom.c
14776         * intl/config.charset
14777         * intl/dcgettext.c
14778         * intl/dcigettext.c
14779         * intl/dcngettext.c
14780         * intl/dgettext.c
14781         * intl/dngettext.c
14782         * intl/eval-plural.h
14783         * intl/explodename.c
14784         * intl/finddomain.c
14785         * intl/gettext.c
14786         * intl/gettextP.h
14787         * intl/gmo.h
14788         * intl/hash-string.h
14789         * intl/intl-compat.c
14790         * intl/l10nflist.c
14791         * intl/libgnuintl.h.in
14792         * intl/loadinfo.h
14793         * intl/loadmsgcat.c
14794         * intl/localcharset.c
14795         * intl/localcharset.h
14796         * intl/locale.alias
14797         * intl/localealias.c
14798         * intl/localename.c
14799         * intl/log.c
14800         * intl/ngettext.c
14801         * intl/os2compat.c
14802         * intl/os2compat.h
14803         * intl/osdep.c
14804         * intl/plural-exp.c
14805         * intl/plural-exp.h
14806         * intl/plural.c
14807         * intl/plural.y
14808         * intl/ref-add.sin
14809         * intl/ref-del.sin
14810         * intl/relocatable.c
14811         * intl/relocatable.h
14812         * intl/textdomain.c
14813         * m4/Makefile.am
14814         * po/Makefile.in.in
14815         * src/Makefile.am
14816         * src/account.c
14817         * src/action.c
14818         * src/addr_compl.c
14819         * src/addressadd.c
14820         * src/addressbook.c
14821         * src/addrgather.c
14822         * src/addrindex.c
14823         * src/alertpanel.c
14824         * src/browseldap.c
14825         * src/codeconv.c
14826         * src/codeconv.h
14827         * src/compose.c
14828         * src/compose.h
14829         * src/crash.c
14830         * src/editaddress.c
14831         * src/editbook.c
14832         * src/editgroup.c
14833         * src/editjpilot.c
14834         * src/editldap.c
14835         * src/editldap_basedn.c
14836         * src/editvcard.c
14837         * src/exphtmldlg.c
14838         * src/expldifdlg.c
14839         * src/export.c
14840         * src/exporthtml.c
14841         * src/filtering.c
14842         * src/folder.c
14843         * src/folder_item_prefs.c
14844         * src/foldersel.c
14845         * src/folderview.c
14846         * src/grouplistdialog.c
14847         * src/headerview.c
14848         * src/imap.c
14849         * src/imap_gtk.c
14850         * src/import.c
14851         * src/importldif.c
14852         * src/importmutt.c
14853         * src/importpine.c
14854         * src/inc.c
14855         * src/ldif.c
14856         * src/main.c
14857         * src/mainwindow.c
14858         * src/matcher.c
14859         * src/mbox.c
14860         * src/message_search.c
14861         * src/messageview.c
14862         * src/mh.c
14863         * src/mh_gtk.c
14864         * src/mimeview.c
14865         * src/msgcache.c
14866         * src/news.c
14867         * src/news_gtk.c
14868         * src/noticeview.c
14869         * src/partial_download.c
14870         * src/pop.c
14871         * src/prefs_account.c
14872         * src/prefs_actions.c
14873         * src/prefs_common.c
14874         * src/prefs_customheader.c
14875         * src/prefs_display_header.c
14876         * src/prefs_ext_prog.c
14877         * src/prefs_filtering.c
14878         * src/prefs_filtering_action.c
14879         * src/prefs_folder_item.c
14880         * src/prefs_fonts.c
14881         * src/prefs_gtk.c
14882         * src/prefs_matcher.c
14883         * src/prefs_msg_colors.c
14884         * src/prefs_spelling.c
14885         * src/prefs_summary_column.c
14886         * src/prefs_template.c
14887         * src/prefs_themes.c
14888         * src/prefs_toolbar.c
14889         * src/prefs_wrapping.c
14890         * src/privacy.c
14891         * src/procheader.c
14892         * src/procmime.c
14893         * src/procmsg.c
14894         * src/quote_fmt.c
14895         * src/recv.c
14896         * src/send_message.c
14897         * src/setup.c
14898         * src/sourcewindow.c
14899         * src/ssl_manager.c
14900         * src/statusbar.c
14901         * src/summary_search.c
14902         * src/summaryview.c
14903         * src/textview.c
14904         * src/toolbar.c
14905         * src/wizard.c
14906         * src/common/nntp.c
14907         * src/common/plugin.c
14908         * src/common/smtp.c
14909         * src/common/ssl.c
14910         * src/common/ssl_certificate.c
14911         * src/common/string_match.c
14912         * src/common/sylpheed.c
14913         * src/common/template.c
14914         * src/common/utils.c
14915         * src/gtk/about.c
14916         * src/gtk/colorlabel.c
14917         * src/gtk/description_window.c
14918         * src/gtk/filesel.c
14919         * src/gtk/foldersort.c
14920         * src/gtk/gtkaspell.c
14921         * src/gtk/gtkutils.c
14922         * src/gtk/inputdialog.c
14923         * src/gtk/logwindow.c
14924         * src/gtk/menu.c
14925         * src/gtk/pluginwindow.c
14926         * src/gtk/prefswindow.c
14927         * src/gtk/progressdialog.c
14928         * src/gtk/quicksearch.c
14929         * src/gtk/sslcertwindow.c
14930         * src/plugins/clamav/clamav_plugin.c
14931         * src/plugins/clamav/clamav_plugin_gtk.c
14932         * src/plugins/demo/demo.c
14933         * src/plugins/dillo_viewer/dillo_prefs.c
14934         * src/plugins/dillo_viewer/dillo_viewer.c
14935         * src/plugins/image_viewer/plugin.c
14936         * src/plugins/image_viewer/viewer.c
14937         * src/plugins/image_viewer/viewerprefs.c
14938         * src/plugins/mathml_viewer/mathml_viewer.c
14939         * src/plugins/pgpmime/passphrase.c
14940         * src/plugins/pgpmime/plugin.c
14941         * src/plugins/pgpmime/prefs_gpg.c
14942         * src/plugins/pgpmime/select-keys.c
14943         * src/plugins/pgpmime/sgpgme.c
14944         * src/plugins/spamassassin/spamassassin.c
14945         * src/plugins/spamassassin/spamassassin_gtk.c
14946         * src/plugins/trayicon/trayicon.c
14947                 sync with main (revision 104)
14948
14949 2005-02-10 [colin]      1.0.1cvs3.1
14950
14951         * src/mainwindow.c
14952                 Sync with HEAD (fix occasional crasher)
14953
14954 2005-02-10 [colin]      1.0.1cvs2.1
14955
14956         * src/messageview.c
14957                 Synw with HEAD (don't automatically display html)
14958
14959 2005-02-09 [colin]      1.0.1cvs1.3
14960
14961         * src/textview.c
14962         * src/textview.h
14963                 Add contextual menu on emails
14964
14965 2005-02-09 [colin]      1.0.1cvs1.2
14966
14967         * src/codeconv.c
14968                 Fix converting from broken headers and 
14969                 put back the _ in missing places
14970                 (feature broke with cvs24.2 sync, main 
14971                  possibly affected?)
14972
14973 2005-02-09 [colin]      1.0.1cvs1.1
14974
14975         * src/messageview.c
14976         * src/mimeview.c
14977         * src/mimeview.h
14978                 Sync with HEAD (display non text/plain mails with plugin)
14979
14980 2005-02-08 [colin]      1.0.1.1
14981
14982         * ChangeLog.claws
14983         * po/pt_BR.po
14984                 Sync with HEAD
14985         * configure.ac
14986                 Make default configuration directory 
14987                 be .sylpheed-gtk2
14988
14989 2005-02-08 [colin]      1.0.0cvs29.1
14990
14991         * po/de.po
14992         * po/es.po
14993         * po/fr.po
14994         * po/it.po
14995         * po/sk.po
14996         * po/sr.po
14997                 Sync translations with HEAD
14998
14999 2005-02-06 [colin]      1.0.0cvs28.3
15000
15001         * src/compose.c
15002                 Make compose a bit faster - patch by Alfons.
15003
15004 2005-02-06 [colin]      1.0.0cvs28.2
15005
15006         * src/compose.c
15007                 Make pasting via middle-click more reliable
15008
15009 2005-02-05 [paul]       1.0.0cvs28.1
15010
15011         * ChangeLog
15012         * ChangeLog.claws
15013         * ChangeLog.jp
15014         * configure.ac
15015         * src/compose.c
15016                 sync with HEAD
15017                 (fix bug 682 'redirect is broken'
15018
15019 2005-02-05 [torte]      1.0.0cvs27.1
15020
15021         * ChangeLog.claws
15022         * configure.ac
15023         * src/partial_download.c
15024                 Sync with HEAD (fix buf overflow)
15025
15026 2005-02-03 [colin]      1.0.0cvs26.1
15027
15028         * src/common/plugin.c
15029                 Sync with HEAD (avoid plugin mismatches)
15030
15031 2005-02-03 [paul]       1.0.0cvs25.3
15032
15033         * src/folderview.c
15034         * src/headerview.c
15035         * src/summaryview.c
15036         * src/textview.c
15037         * src/gtk/colorlabel.c
15038                 third and final part of initial sync with main-gtk2
15039
15040 2005-02-03 [paul]       1.0.0cvs25.2
15041
15042         * src/jpilot.c
15043                 fix building with jpilot support
15044
15045 2005-02-02 [colin]      1.0.0cvs25.1
15046
15047         * src/messageview.c
15048                 Sync with HEAD (fix dangerous typo)
15049
15050 2005-02-01 [colin]      1.0.0cvs24.3
15051
15052         * src/common/xml.c
15053                 Write file as advertised (UTF-8)
15054
15055 2005-02-01 [paul]       1.0.0cvs24.2
15056
15057         * src/addrbook.c
15058         * src/addrindex.c
15059         * src/alertpanel.h
15060         * src/codeconv.c
15061         * src/codeconv.h
15062         * src/compose.c
15063         * src/export.c
15064         * src/folder_item_prefs.c
15065         * src/html.c
15066         * src/imap.c
15067         * src/import.c
15068         * src/jpilot.c
15069         * src/mainwindow.c
15070         * src/matcher_parser_lex.l
15071         * src/messageview.c
15072         * src/mh.c
15073         * src/prefs_account.c
15074         * src/prefs_actions.c
15075         * src/prefs_common.c
15076         * src/prefs_gtk.c
15077         * src/prefs_gtk.h
15078         * src/prefs_themes.c
15079         * src/procheader.c
15080         * src/procmime.c
15081         * src/sourcewindow.c
15082         * src/statusbar.c
15083         * src/summaryview.c
15084         * src/textview.c
15085         * src/toolbar.c
15086         * src/unmime.c
15087         * src/common/template.c
15088         * src/common/utils.c
15089         * src/common/xml.c
15090         * src/common/xml.h
15091         * src/gtk/gtkaspell.c
15092         * src/plugins/clamav/clamav_plugin.c
15093         * src/plugins/dillo_viewer/dillo_prefs.c
15094         * src/plugins/image_viewer/viewerprefs.c
15095         * src/plugins/pgpmime/passphrase.c
15096         * src/plugins/pgpmime/prefs_gpg.c
15097         * src/plugins/pgpmime/select-keys.c
15098         * src/plugins/spamassassin/spamassassin.c
15099                 second part of initial sync with main-gtk2
15100                 (more to follow)
15101
15102 2005-01-31 [colin]      1.0.0cvs24.1
15103
15104         * src/compose.c
15105                 Sync with HEAD
15106
15107 2005-01-29 [paul]       1.0.0cvs23.2
15108
15109         * src/account.c
15110         * src/action.c
15111         * src/addressadd.c
15112         * src/addressbook.c
15113         * src/alertpanel.c
15114         * src/compose.c
15115         * src/editaddress.c
15116         * src/editbook.c
15117         * src/editgroup.c
15118         * src/editjpilot.c
15119         * src/editldap.c
15120         * src/editldap_basedn.c
15121         * src/editvcard.c
15122         * src/export.c
15123         * src/foldersel.c
15124         * src/grouplistdialog.c
15125         * src/import.c
15126         * src/importldif.c
15127         * src/inc.c
15128         * src/main.c
15129         * src/mainwindow.c
15130         * src/message_search.c
15131         * src/messageview.c
15132         * src/mimeview.c
15133         * src/prefs_actions.c
15134         * src/prefs_common.c
15135         * src/prefs_common.h
15136         * src/prefs_customheader.c
15137         * src/prefs_display_header.c
15138         * src/prefs_filtering.c
15139         * src/prefs_filtering_action.c
15140         * src/prefs_gtk.c
15141         * src/prefs_matcher.c
15142         * src/prefs_summary_column.c
15143         * src/prefs_template.c
15144         * src/sourcewindow.c
15145         * src/summary_search.c
15146         * src/summaryview.c
15147         * src/textview.c
15148         * src/gtk/about.c
15149         * src/gtk/description_window.c
15150         * src/gtk/gtkshruler.c
15151         * src/gtk/gtkutils.c
15152         * src/gtk/gtkutils.h
15153         * src/gtk/inputdialog.c
15154         * src/gtk/logwindow.c
15155         * src/gtk/prefswindow.c
15156         * src/gtk/progressdialog.c
15157         * src/gtk/progressdialog.h
15158                 first part of initial sync with main-gtk2
15159                 (more to follow)
15160
15161 2005-01-28 [colin]      1.0.0cvs23.1
15162
15163         * src/folderview.c
15164                 Sync with HEAD
15165
15166 2005-01-27 [colin]      1.0.0cvs21.1
15167
15168         * src/folder.c
15169         * src/folderview.c
15170                 Sync with HEAD
15171
15172 2005-01-27 [colin]      1.0.0cvs19.1
15173
15174         * src/procmime.c
15175                 Sync with HEAD
15176
15177 2005-01-27 [colin]      1.0.0cvs18.1
15178
15179         * src/messageview.c
15180         * src/summaryview.c
15181         * src/mainwindow.c
15182         * src/compose.c
15183         * src/compose.h
15184         * src/procmsg.c
15185         * src/procmsg.h
15186         * src/toolbar.c
15187                 Sync with HEAD
15188
15189 2005-01-26 [paul]       1.0.0cvs15.2
15190
15191         * src/compose.c
15192                 compose_entries_set(): convert subject and body to
15193                 utf8 if necessary. patch by Felix Eckhofer
15194
15195 2005-01-26 [paul]       1.0.0cvs15.1
15196
15197         * configure.ac
15198         * src/common/template.c
15199                 sync with HEAD (fix memory leak)
15200
15201 2005-01-25 [paul]       1.0.0cvs14.1
15202
15203         * configure.ac
15204         * src/compose.c
15205                 sync with HEAD
15206
15207 2005-01-24 [colin]      1.0.0cvs13.1
15208
15209         * src/summaryview.c
15210                 Sync with HEAD
15211
15212 2005-01-24 [paul]       1.0.0cvs12.1
15213
15214         * configure.ac
15215         * src/messageview.c
15216         * src/mh.c
15217         * src/common/utils.c
15218                 sync with HEAD
15219
15220 2005-01-24 [colin]      1.0.0cvs11.1
15221
15222         * src/procheader.c
15223                 Sync with HEAD
15224
15225 2005-01-24 [colin]      1.0.0cvs10.1
15226
15227         * src/folderview.c
15228                 Sync with HEAD
15229
15230 2005-01-23 [colin]      1.0.0cvs9.1
15231
15232         * src/crash.c
15233                 Sync with HEAD
15234
15235 2005-01-22 [colin]      1.0.0cvs8.1
15236
15237         * src/summaryview.c
15238         * src/gtk/quicksearch.c
15239                 Sync with HEAD
15240
15241 2005-01-21 [colin]      1.0.0cvs7.1
15242
15243         * src/summaryview.c
15244                 Sync with HEAD
15245
15246 2005-01-21 [colin]      1.0.0cvs6.1
15247
15248         * src/summaryview.c
15249                 Sync with HEAD
15250
15251 2005-01-21 [colin]      1.0.0cvs5.1
15252
15253         * src/gtk/quicksearch.c
15254         * src/prefs_common.c
15255         * src/prefs_common.h
15256                 Sync with HEAD (recurse option)
15257
15258 2005-01-21 [colin]      1.0.0cvs4.1
15259
15260         * src/folder.h
15261         * src/folderview.c
15262         * src/folderview.h
15263         * src/summaryview.c
15264         * src/gtk/quicksearch.c
15265         * src/gtk/quicksearch.h
15266                 Sync with HEAD (recursive quicksearch)
15267
15268 2005-01-20 [colin]      1.0.0cvs3.4
15269
15270         * src/ssl_manager.c
15271                 Remove useless code
15272
15273 2005-01-20 [colin]      1.0.0cvs3.3
15274
15275         * src/ssl_manager.c
15276                 Fix leak, thanks to Alfons.
15277
15278 2005-01-20 [colin]      1.0.0cvs3.2
15279
15280         * src/ssl_manager.c
15281                 Port SSL certificate window to GTK2.
15282
15283 2005-01-20 [paul]       1.0.0cvs3.1
15284
15285         * ChangeLog.claws
15286         * configure.ac
15287         * src/addrindex.c
15288         * src/addrindex.h
15289                 sync with HEAD
15290
15291 2005-01-19 [colin]      1.0.0cvs2.2
15292
15293         * src/plugins/trayicon/trayicon.c
15294                 Fix freeze with gtk-2.6, the easy way
15295                 (signal blocking helpless there...)
15296                 Closes bug #668.
15297
15298 2005-01-19 [colin]      1.0.0cvs2.1
15299
15300         * src/mbox.c
15301         * src/mbox.h
15302         * src/mainwindow.c
15303         * src/summaryview.c
15304         * src/summaryview.h
15305                 Sync with HEAD
15306
15307 2005-01-19 [paul]       1.0.0cvs1.1
15308
15309         * configure.ac
15310         * po/de.po
15311         * po/es.po
15312         * po/fr.po
15313         * po/hr.po
15314         * po/it.po
15315         * po/ja.po
15316         * po/ko.po
15317         * po/pt_BR.po
15318         * po/ru.po
15319         * po/sk.po
15320         * po/sr.po
15321                 sync with HEAD (update translations)
15322
15323 2005-01-18 [colin]      1.0.0cvs0.1
15324
15325         * src/foldersel.c
15326                 Specify search column - patch by Alfons
15327
15328 2005-01-18 [colin]      0.9.13cvs36.3
15329
15330         * src/prefs_toolbar.c
15331                 Change Delete to Remove
15332         * src/prefs_fonts.c
15333                 GTK2 version and leak fixes
15334         * src/prefs_actions.c
15335                 Add stock buttons.
15336                 All patches by Alfons
15337
15338 2005-01-17 [colin]      0.9.13cvs36.2
15339
15340         * src/compose.c
15341                 Fix DnD inserting twice. While at it,
15342                 add DnD support for text/plain in the
15343                 body, and add support in the headers.
15344
15345 2005-01-16 [colin]      0.9.13cvs36.1
15346
15347         * ChangeLog
15348         * ChangeLog.jp
15349         * ChangeLog.claws
15350                 Sync with HEAD (nothing applicable)
15351
15352 2005-01-16 [colin]      0.9.13cvs33.2
15353
15354         * src/prefs_toolbar.c
15355                 GTK2ize prefs_toolbar, by Alfons.
15356
15357 2005-01-14 [colin]      0.9.13cvs33.1
15358
15359         * src/html.c
15360         * src/msgcache.c
15361                 Sync with HEAD
15362
15363 2005-01-14 [colin]      0.9.13cvs32.1
15364
15365         * src/html.c
15366         * src/html.h
15367         * src/msgcache.c
15368         * AUTHORS
15369         * tools/calypso_convert.pl
15370                 Sync with HEAD
15371
15372 2005-01-08 [colin]      0.9.13cvs29.2
15373
15374         * src/prefs_filtering_action.c
15375         * src/prefs_filtering.c
15376                 2 more gtk2 patches by Alfons
15377
15378 2005-01-07 [paul]       0.9.13cvs29.1
15379
15380         * ChangeLog
15381         * ChangeLog.claws
15382         * ChangeLog.jp
15383         * configure.ac
15384         * src/pop.c
15385         * src/pop.h
15386                 sync with HEAD
15387
15388 2005-01-07 [colin]      0.9.13cvs28.3
15389
15390         * src/gtk/progressdialog.c
15391         * src/gtk/progressdialog.h
15392         * src/inc.c
15393         * src/send_message.c
15394                 GTK2 for the incorporation dialog. The CList isn't dead
15395                 yet, for a more smooth migration. Patch by Alfons.
15396
15397 2005-01-06 [colin]      0.9.13cvs28.2
15398
15399         * src/prefs_display_header.c
15400                 GTK2 conversion by Alfons
15401         * src/prefs_actions.c
15402         * src/prefs_matcher.c
15403                 Fix 2 leaks - patch by Alfons
15404
15405 2005-01-06 [colin]      0.9.13cvs28.1
15406
15407         * src/prefs_matcher.c
15408                 Sync with HEAD
15409
15410 2005-01-06 [colin]      0.9.13cvs27.4
15411
15412         * src/prefs_matcher.c
15413                 Fix double-free. Patch by Alfons
15414
15415 2005-01-06 [colin]      0.9.13cvs27.3
15416
15417         * src/prefs_matcher.c
15418                 GTK2 widgets + memleak
15419                 Patch by Alfons
15420
15421 2005-01-05 [colin]      0.9.13cvs27.2
15422
15423         * src/account.c
15424         * src/addr_compl.c
15425         * src/foldersel.c
15426         * src/stock_pixmap.c
15427         * src/stock_pixmap.h
15428                 3 more GTK2 patches by Alfons.
15429
15430 2005-01-04 [colin]      0.9.13cvs27.1
15431
15432         * src/folderview.c
15433         * src/imap_gtk.c
15434         * src/news_gtk.c
15435                 Sync with HEAD
15436
15437 2005-01-04 [colin]      0.9.13cvs25.9
15438
15439         * src/compose.c
15440                 Fix Show Ruler menuitem
15441         * src/prefs_template.c
15442                 Convert to GTK2
15443         * src/common/utils.c
15444                 Make auto pointer stuff handles NULLs
15445                 Patches by Alfons.
15446
15447 2005-01-04 [colin]      0.9.13cvs25.8
15448
15449         * src/compose.c
15450                 Move the attachment list to gtk2
15451                 Patch by Alfons.
15452
15453 2005-01-04 [colin]      0.9.13cvs25.7
15454
15455         * src/textview.c
15456                 Make some keys work again
15457                 Patch by SungHyun Nam <namsh@kldp.org>
15458
15459 2005-01-04 [colin]      0.9.13cvs25.6
15460
15461         * src/gtk/gtkshruler.c
15462                 Move the ruler to GTK2
15463                 Patch by Alfons
15464
15465 2005-01-03 [colin]      0.9.13cvs25.5
15466
15467         * src/compose.c
15468                 Fix my broken patch apply 
15469
15470 2005-01-03 [colin]      0.9.13cvs25.4
15471
15472         * src/common/utils.c
15473         * src/common/utils.h
15474         * src/gtk/prefswindow.c
15475                 Move auto pointer stuff to utils.c
15476                 Patch by Alfons again :)
15477
15478 2005-01-03 [colin]      0.9.13cvs25.3
15479
15480         * src/compose.c
15481         * src/prefs_gtk.c
15482         * src/prefs_template.c
15483         * src/textview.c
15484                 Empty text widgets with empty strings, not NULL char
15485                 Patch by SungHyun Nam <namsh@kldp_org>
15486
15487 2005-01-03 [colin]      0.9.13cvs25.2
15488
15489         * src/main.c
15490         * AUTHORS
15491                 Sync with HEAD
15492
15493 2005-01-03 [colin]      0.9.13cvs25.1
15494
15495         * src/pop.c
15496         * src/pop.h
15497                 Sync with HEAD
15498
15499 2005-01-03 [colin]      0.9.13cvs24.3
15500
15501         * src/account.c
15502                 Two patches from Alfons and Alex S Moore:
15503                 fix images, fix return value.
15504
15505 2005-01-01 [colin]      0.9.13cvs24.2
15506
15507         * src/prefs_actions.c
15508                 Fix over-zealous assertion. Patch by Alfons
15509
15510 2005-01-01 [colin]      0.9.13cvs24.1
15511
15512         * src/procmime.c
15513                 Sync with HEAD (leak fix)
15514
15515 2004-12-31 [colin]      0.9.13cvs23.2
15516
15517         * src/prefs_common.c
15518                 GTK2 widgets + stock buttons - patch by Alfons
15519
15520 2004-12-31 [paul]       0.9.13cvs23.1
15521
15522         * configure.ac
15523                 bump up EXTRA_VERSION to match (sync'ed) HEAD
15524         * src/gtk/pluginwindow.c
15525                 use GTK2 widgets and plug memory leaks,
15526                 patches by Alfons
15527
15528 2004-12-30 [colin]      0.9.13cvs22.4
15529
15530         * src/account.c
15531         * src/action.c
15532         * src/export.c
15533         * src/foldersel.c
15534         * src/import.c
15535         * src/message_search.c
15536         * src/prefs_actions.c
15537         * src/prefs_common.c
15538         * src/prefs_customheader.c
15539         * src/prefs_filtering.c
15540         * src/prefs_summary_column.c
15541         * src/summary_search.c
15542         * src/gtk/about.c
15543         * src/gtk/description_window.c
15544         * src/gtk/gtkutils.c
15545         * src/gtk/gtkutils.h
15546         * src/gtk/inputdialog.c
15547         * src/gtk/prefswindow.c
15548                 Use GTK2 stock buttons. Patches by Alfons.
15549
15550 2004-12-30 [colin]      0.9.13cvs22.3
15551
15552         * src/account.c
15553                 Sync with HEAD
15554         * src/prefs_actions.c
15555         * src/prefs_customheader.c
15556         * src/prefs_filtering.c
15557         * src/prefs_msg_colors.c
15558         * src/prefs_summary_column.c
15559         * src/gtk/prefswindow.c
15560                 Use GtkTreeView instead of deprecated 
15561                 widgets. Patches by Alfons.
15562
15563 2004-12-30 [paul]       0.9.13cvs22.2
15564
15565         * src/foldersel.c
15566                 use GTK 2 Tree View
15567                 patch by Alfons, with root folder sorting fix
15568                 by Stephan Sachse
15569
15570 2004-12-30 [paul]       0.9.13cvs22.1
15571
15572         * ChangeLog
15573         * ChangeLog.claws
15574         * ChangeLog.jp
15575         * NEWS
15576         * configure.ac
15577         * src/account.c
15578                 sync with HEAD
15579
15580 2004-12-22 [martin]     0.9.13cvs21.2
15581
15582         * src/action.c
15583                 free the command line after its use
15584
15585 2004-12-18 [paul]       0.9.13cvs21.1
15586
15587         * AUTHORS
15588         * ChangeLog
15589         * ChangeLog.claws
15590         * ChangeLog.jp
15591         * NEWS
15592         * configure.ac
15593         * src/action.c
15594         * src/compose.c
15595         * src/syldap.c
15596                 sync with HEAD
15597
15598 2004-12-17 [martin]     0.9.13cvs17.2
15599
15600         * src/action.c
15601                 convert actions input to locale
15602         * src/inc.c
15603                 convert notification command to locale
15604         * src/plugins/pgpmime/select-keys.c
15605                 convert attributes to utf8
15606
15607 2004-12-14 [colin]      0.9.13cvs17.1
15608
15609         * ChangeLog
15610         * ChangeLog.jp
15611         * ChangeLog.claws
15612         * src/action.c
15613         * src/common/utils.c
15614         * src/gtk/prefswindow.c
15615         * src/gtk/gtkutils.c
15616         * src/gtk/gtkutils.h
15617         * src/plugins/spamassassin/libspamc.c
15618                 Sync with HEAD
15619
15620 2004-12-13 [colin]      0.9.13cvs14.1
15621
15622         * src/quote_fmt_parse.y
15623                 Sync with HEAD
15624
15625 2004-12-10 [colin]      0.9.13cvs12.1
15626
15627         * src/prefs_themes.c
15628         * src/mainwindow.c
15629         * src/messageview.c
15630                 Sync with HEAD
15631
15632 2004-12-09 [colin]      0.9.13cvs10.1
15633
15634         * src/procmime.c
15635                 Sync with HEAD (fix B64 encoding from memory)
15636
15637 2004-12-08 [colin]      0.9.13cvs9.1
15638
15639         * src/gtk/colorlabel.c
15640                 Sync with HEAD
15641
15642 2004-12-08 [paul]       0.9.13cvs8.2
15643
15644         * src/gtk/pluginwindow.c
15645                 fix window resizing oddities
15646
15647 2004-12-08 [colin]      0.9.13cvs8.1
15648
15649         * src/quote_fmt_parse.y
15650                 Sync with HEAD
15651
15652 2004-12-08 [colin]      0.9.13cvs7.1
15653
15654         * src/matcher_parser_parse.y
15655         * src/msgcache.c
15656         * src/prefs_matcher.c
15657         * src/procheader.c
15658         * src/matcher.c
15659         * src/common/defs.h
15660         * po/sr.po
15661                 Sync with HEAD
15662
15663 2004-12-08 [colin]      0.9.13cvs6.1
15664
15665         * src/quote_fmt_parse.y
15666         * src/textview.c
15667                 Sync with HEAD
15668         * src/gtk/prefswindow.c
15669         * src/gtk/pluginwindow.c
15670                 Fix G_CALLBACKS protos (thanks to Alfons)
15671
15672 2004-12-07 [torte]      0.9.13cvs2.2
15673
15674         * src/procmime.c
15675                 [Bug 650] reply button causes crash
15676                 Thanks to David Relson and Christoph
15677
15678 2004-12-07 [colin]      0.9.13cvs2.1
15679
15680         * ChangeLog.claws
15681         * AUTHORS
15682         * po/sk.po
15683         * src/procmime.c
15684         * src/prefs_account.c
15685         * src/common/smtp.c
15686         * src/common/smtp.h
15687                 Sync with HEAD
15688
15689 2004-12-06 [colin]      0.9.12cvs187.1
15690
15691         * ChangeLog.claws
15692         * INSTALL
15693         * Makefile.am
15694         * README.claws
15695         * TODO.claws
15696         * configure.ac
15697         * po/bg.po
15698         * po/cs.po
15699         * po/el.po
15700         * po/en_GB.po
15701         * po/es.po
15702         * po/fr.po
15703         * po/hr.po
15704         * po/hu.po
15705         * po/it.po
15706         * po/ja.po
15707         * po/ko.po
15708         * po/nl.po
15709         * po/pl.po
15710         * po/pt_BR.po
15711         * po/ru.po
15712         * po/sk.po
15713         * po/sr.po
15714         * po/sv.po
15715         * po/zh_CN.po
15716         * po/zh_TW.Big5.po
15717         * src/compose.c
15718         * tools/Makefile.am
15719         * tools/README
15720         * tools/filter_conv.pl
15721         * tools/kdeservicemenu/README
15722         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15723         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15724                 Sync with HEAD
15725
15726 2004-12-04 [colin]      0.9.12cvs183.1
15727
15728         * src/compose.c
15729                 Sync with HEAD (compose window position saving)
15730
15731 2004-12-04 [paul]       0.9.12cvs182.3
15732
15733         * src/messageview.c
15734         * src/mimeview.c
15735         * src/prefs_customheader.c
15736         * src/gtk/quicksearch.c
15737                 replace some forgotten GTK_SIGNAL_FUNCs
15738
15739 2004-12-04 [paul]       0.9.12cvs182.2
15740
15741         * src/Makefile.am
15742                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
15743                 committed in error      
15744
15745 2004-12-04 [paul]       0.9.12cvs182.1
15746
15747         * ChangeLog
15748         * ChangeLog.claws
15749         * ChangeLog.jp
15750         * INSTALL
15751         * NEWS
15752         * README
15753         * README.jp
15754         * configure.ac
15755         * doc/manual/ja/Makefile.am
15756         * doc/manual/ja/sylpheed-1.html
15757         * doc/manual/ja/sylpheed-10.html
15758         * doc/manual/ja/sylpheed-11.html
15759         * doc/manual/ja/sylpheed-12.html
15760         * doc/manual/ja/sylpheed-13.html
15761         * doc/manual/ja/sylpheed-14.html
15762         * doc/manual/ja/sylpheed-15.html
15763         * doc/manual/ja/sylpheed-16.html
15764         * doc/manual/ja/sylpheed-17.html
15765         * doc/manual/ja/sylpheed-18.html
15766         * doc/manual/ja/sylpheed-19.html
15767         * doc/manual/ja/sylpheed-2.html
15768         * doc/manual/ja/sylpheed-20.html
15769         * doc/manual/ja/sylpheed-3.html
15770         * doc/manual/ja/sylpheed-4.html
15771         * doc/manual/ja/sylpheed-5.html
15772         * doc/manual/ja/sylpheed-6.html
15773         * doc/manual/ja/sylpheed-7.html
15774         * doc/manual/ja/sylpheed-8.html
15775         * doc/manual/ja/sylpheed-9.html
15776         * doc/manual/ja/sylpheed.html
15777         * doc/manual/ja/sylpheed.sgml
15778         * po/de.po
15779         * src/Makefile.am
15780         * src/compose.c
15781         * src/procmime.c
15782         * src/pixmaps/regular.xpm **REMOVED**
15783         * src/plugins/pgpmime/pgpmime.c
15784         * src/plugins/pgpmime/plugin.c
15785         * src/plugins/pgpmime/prefs_gpg.c
15786                 sync with HEAD
15787
15788 2004-12-03 [paul]       0.9.12cvs180.1
15789
15790         * ChangeLog
15791         * ChangeLog.claws
15792         * ChangeLog.jp
15793         * configure.ac
15794         * src/Makefile.am
15795         * src/pop.c
15796         * src/common/utils.c
15797         * src/common/utils.h
15798         * src/pixmaps/continue.xpm
15799         * src/pixmaps/dir_close.xpm
15800         * src/pixmaps/dir_open.xpm
15801         * src/pixmaps/drafts_close.xpm
15802         * src/pixmaps/drafts_open.xpm
15803         * src/pixmaps/folder.xpm **REMOVED**
15804         * src/pixmaps/group.xpm
15805         * src/pixmaps/unread.xpm
15806                 sync with HEAD
15807
15808 2004-12-02 [colin]      0.9.12cvs179.1
15809
15810         * src/compose.c
15811                 Sync with HEAD (non-duplicated reedition)
15812
15813 2004-12-02 [colin]      0.9.12cvs178.1
15814
15815         * src/compose.c
15816                 Sync with HEAD (linewrap_quote fix)
15817
15818 2004-12-01 [colin]      0.9.12cvs177.3
15819
15820         * src/addrharvest.c
15821                 Replace sizeof with strlen
15822
15823 2004-12-01 [paul]       0.9.12cvs177.2
15824
15825         * src/addrharvest.c
15826                 fix 'harvest addresses'
15827
15828 2004-11-30 [colin]      0.9.12cvs177.1
15829
15830         * src/gtk/prefswindow.c
15831         * src/gtk/pluginwindow.c
15832                 Sync with HEAD
15833
15834 2004-11-29 [colin]      0.9.12cvs176.1
15835
15836         * src/folderview.c
15837                 sync with HEAD (Fix disappearing separators in folderview's popup)
15838
15839 2004-11-29 [colin]      0.9.12cvs175.1
15840
15841         * src/procmime.c
15842                 Sync with head (another format fix)
15843
15844 2004-11-29 [colin]      0.9.12cvs174.1
15845
15846         * src/pop.c
15847                 Sync with HEAD (format string fix)
15848
15849 2004-11-26 [colin]      0.9.12cvs173.1
15850
15851         * src/common/smtp.c
15852         * src/common/smtp.h
15853                 Sync with HEAD
15854
15855 2004-11-24 [colin]      0.9.12cvs172.1
15856
15857         * src/plugins/pgpmime/pgpmime.c
15858                 Sync with HEAD
15859
15860 2004-11-24 [colin]      0.9.12cvs171.1
15861
15862         * src/plugins/pgpmime/pgpmime.c
15863                 Sync with head (gpgmectx leaks)
15864
15865 2004-11-24 [colin]      0.9.12cvs169.1
15866
15867         * src/plugins/pgpmime/plugin.c
15868         * src/plugins/trayicon/Makefile.am
15869         * src/plugins/trayicon/newmarkedmail.xpm
15870         * src/plugins/trayicon/trayicon.c
15871         * src/plugins/trayicon/unreadmarkedmail.xpm
15872                 Sync with HEAD
15873
15874 2004-11-23 [colin]      0.9.12cvs168.1
15875
15876         * src/partial_download.c
15877         * src/partial_download.h
15878         * src/plugins/pgpmime/plugin.c
15879                 Sync with HEAD
15880
15881 2004-11-23 [colin]      0.9.12cvs166.1
15882
15883         * src/Makefile.am
15884         * src/codeconv.c
15885         * src/compose.c
15886         * src/folderview.c
15887         * src/main.c
15888         * src/partial_download.c
15889         * src/partial_download.h
15890         * src/prefs_account.c
15891         * src/prefs_account.h
15892         * src/privacy.c
15893         * src/privacy.h
15894         * src/procmime.c
15895         * src/common/Makefile.am
15896         * src/common/base64.h
15897         * src/common/partial_download.c
15898         * src/common/partial_download.h
15899         * src/gtk/prefswindow.c
15900         * src/gtk/prefswindow.h
15901         * src/plugins/pgpmime/pgpmime.c
15902         * src/plugins/pgpmime/prefs_gpg.c
15903         * src/plugins/pgpmime/prefs_gpg.h
15904         * src/plugins/pgpmime/sgpgme.c
15905         * src/plugins/pgpmime/sgpgme.h
15906                 Sync with HEAD
15907
15908 2004-11-23 [colin]      0.9.12cvs163.1
15909
15910         * src/main.c
15911                 Sync with HEAD (cursor optimization)
15912
15913 2004-11-23 [colin]      0.9.12cvs162.1
15914
15915         * src/prefs_common.c
15916         * src/prefs_themes.c
15917         * src/procmsg.c
15918                 Sync with HEAD
15919
15920 2004-11-23 [colin]      0.9.12cvs158.9
15921
15922         * src/compose.c
15923                 Fix double-free when forwarding
15924         * src/msgcache.c
15925                 Fix leak on error path
15926                 
15927
15928 2004-11-23 [colin]      0.9.12cvs158.8
15929
15930         * src/compose.c
15931                 Fix possible double-free
15932                 Spotted by Alfons
15933
15934 2004-11-23 [colin]      0.9.12cvs158.7
15935
15936         * src/compose.c
15937                 Fix some signal handlers' prototypes
15938                 Spotted by Alfons
15939
15940 2004-11-22 [colin]      0.9.12cvs158.6
15941
15942         * src/compose.c
15943                 Remove unneeded code and duplicated
15944                 wrapping - patch by Alfons
15945
15946 2004-11-22 [colin]      0.9.12cvs158.5
15947
15948         * src/prefs_themes.c
15949                 Fix oversized selector
15950
15951 2004-11-22 [colin]      0.9.12cvs158.4
15952
15953         * src/compose.c
15954                 fix dump_text()
15955                 patch by Alfons
15956
15957 2004-11-19 [colin]      0.9.12cvs158.3
15958
15959         * src/textview.c
15960                 Add a context menu on links (open, copy)
15961
15962 2004-11-18 [paul]       0.9.12cvs158.2
15963
15964         * src/addrgather.c
15965         * src/exphtmldlg.c
15966         * src/expldifdlg.c
15967         * src/mimeview.c
15968         * src/prefs_common.c
15969         * src/plugins/image_viewer/viewer.c
15970         * src/plugins/spamassassin/spamassassin_gtk.c
15971                 replace deprecated gtk_notebook_set_page
15972                 and gtk_notebook_current_page
15973
15974 2004-11-18 [paul]       0.9.12cvs158.1
15975
15976         * configure.ac
15977         * src/compose.c
15978         * src/mainwindow.c
15979         * src/messageview.c
15980         * src/prefs_common.c
15981         * src/common/utils.c
15982         * src/common/utils.h
15983                 sync with HEAD
15984
15985 2004-11-17 [colin]      0.9.12cvs156.1
15986
15987         * src/prefs_account.c
15988         * src/prefs_account.h
15989         * src/procmsg.c
15990                 Sync with HEAD (add pref to store encrypted mails encrypted)
15991
15992 2004-11-17 [paul]       0.9.12cvs155.1
15993
15994         * ChangeLog
15995         * ChangeLog.claws
15996         * ChangeLog.jp
15997         * NEWS
15998         * configure.ac
15999         * src/compose.c
16000         * src/jpilot.c
16001         * src/privacy.c
16002         * src/procmime.c
16003         * src/procmime.h
16004         * src/procmsg.c
16005         * src/toolbar.c
16006         * src/pixmaps/error.xpm
16007                 sync with HEAD
16008
16009 2004-11-17 [colin]      0.9.12cvs151.1
16010
16011         * src/plugins/pgpmime/pgpmime.c
16012                 Sync with HEAD (remove debug printf)
16013
16014 2004-11-17 [colin]      0.9.12cvs150.1
16015
16016         * src/plugins/pgpmime/pgpmime.c
16017                 Sync with HEAD (off-by-one fix)
16018
16019 2004-11-17 [colin]      0.9.12cvs149.1
16020
16021         * src/procmsg.c
16022                 Sync with HEAD (coding style fixes)
16023
16024 2004-11-16 [colin]      0.9.12cvs148.1
16025
16026         * src/procmsg.c
16027                 Sync with head (Fix the fix)
16028
16029 2004-11-16 [colin]      0.9.12cvs147.1
16030
16031         * src/procmsg.c
16032                 Sync with Main (leak fix)
16033
16034 2004-11-16 [colin]      0.9.12cvs146.14
16035
16036         * src/compose.c
16037                 Remove useless chunk of code
16038                 Patch by Alfons
16039
16040 2004-11-15 [colin]      0.9.12cvs146.13
16041
16042         * src/compose.c
16043                 Fix drafting after insertion
16044                 Patch by Alfons
16045
16046 2004-11-15 [colin]      0.9.12cvs146.12
16047
16048         * src/compose.c
16049         * src/prefs_filtering.c
16050         * src/prefs_filtering_action.c
16051         * src/prefs_toolbar.c
16052                 Fix some const-correctness
16053
16054 2004-11-15 [colin]      0.9.12cvs146.11
16055
16056         * src/summaryview.c
16057         * src/prefs_themes.c
16058         * src/messageview.c
16059                 Fix some leaks
16060
16061 2004-11-15 [colin]      0.9.12cvs146.10
16062
16063         * src/codeconv.c
16064                 More unreadable locale fixes
16065
16066 2004-11-14 [colin]      0.9.12cvs146.9
16067
16068         * src/textview.c
16069                 Fix uri_security_check
16070                 Patch by Alfons
16071
16072 2004-11-13 [paul]       0.9.12cvs146.8
16073
16074         * src/folder.c
16075         * src/procmime.c
16076                 fix 2 bugs introduced in last commit
16077
16078 2004-11-13 [paul]       0.9.12cvs146.7
16079
16080         * src/compose.c
16081         * src/exporthtml.c
16082         * src/exportldif.c
16083         * src/folder.c
16084         * src/imap.c
16085         * src/imap_gtk.c
16086         * src/main.c
16087         * src/mainwindow.c
16088         * src/messageview.c
16089         * src/mh_gtk.c
16090         * src/prefs_themes.c
16091         * src/procmime.c
16092         * src/setup.c
16093         * src/summaryview.c
16094                 replace deprecated g_basename
16095
16096 2004-11-13 [paul]       0.9.12cvs146.6
16097
16098         * src/compose.c
16099         * src/imap.c
16100         * src/matcher_parser.h
16101         * src/matcher_parser_parse.y
16102         * src/prefs_filtering.c
16103         * src/prefs_filtering_action.c
16104         * src/prefs_themes.c
16105         * src/prefs_toolbar.c
16106         * src/common/utils.c
16107                 various small fixes/cleanups
16108
16109 2004-11-12 [colin]      0.9.12cvs146.5
16110
16111         * src/textview.c
16112                 Validate event's origin on visibility notify
16113                 Patch by Alfons.
16114
16115 2004-11-12 [paul]       0.9.12cvs146.4
16116
16117         * src/exporthtml.c
16118         * src/exportldif.c
16119         * src/imap.c
16120         * src/mh.c
16121         * src/mimeview.c
16122         * src/prefs_spelling.c
16123         * src/prefs_themes.c
16124                 replace deprecated g_dirname    
16125
16126 2004-11-12 [colin]      0.9.12cvs146.3
16127
16128         * src/textview.c
16129                 Some coding style fixes
16130
16131 2004-11-12 [colin]      0.9.12cvs146.2
16132
16133         * src/codeconv.c
16134                 We want to replace _all_ extended chars in
16135                 conv_unreadable_*, because any string containing
16136                 extended chars not parsing as UTF8 is 
16137                 undisplayed on gtk2.
16138
16139 2004-11-12 [paul]       0.9.12cvs146.1
16140
16141         * ChangeLog
16142         * ChangeLog.claws
16143         * ChangeLog.jp
16144         * NEWS
16145         * configure.ac
16146         * src/account.c
16147         * src/folderview.c
16148         * src/folderview.h
16149         * src/imap.c
16150         * src/imap_gtk.c
16151         * src/inc.c
16152         * src/mainwindow.c
16153         * src/mh_gtk.c
16154         * src/news_gtk.c
16155         * src/pop.c
16156         * src/prefs_account.c
16157         * src/prefs_account.h
16158         * src/prefs_ext_prog.c
16159         * src/procmime.c
16160         * src/procmime.h
16161         * src/procmsg.c
16162         * src/procmsg.h
16163         * src/summary_search.c
16164         * src/summaryview.c
16165         * src/textview.c
16166         * src/common/defs.h
16167         * src/common/utils.c
16168         * src/common/utils.h
16169         * src/gtk/menu.c
16170         * src/gtk/menu.h
16171                 sync with HEAD
16172
16173 2004-11-11 [colin]      0.9.12cvs144.2
16174
16175         * src/textview.c
16176                 Fix URI range selection (patch by Alfons)
16177
16178 2004-11-09 [colin]      0.9.12cvs144.1
16179
16180         * ChangeLog.claws
16181         * src/compose.c
16182         * src/folder.c
16183         * src/folder_item_prefs.c
16184         * src/prefs_account.c
16185         * src/prefs_account.h
16186         * src/plugins/pgpmime/pgpmime.c
16187                 Sync with HEAD
16188
16189 2004-11-08 [colin]      0.9.12cvs143.1
16190
16191         * src/summaryview.c
16192                 Sync with HEAD (optimize quicksearch)
16193
16194 2004-11-08 [colin]      0.9.12cvs142.2
16195
16196         * src/compose.c
16197                 Don't wrap when Edit/Auto wrapping is disabled
16198
16199 2004-11-08 [colin]      0.9.12cvs142.1
16200
16201         * src/textview.c
16202                 Sync with HEAD
16203
16204 2004-11-08 [colin]      0.9.12cvs141.1
16205
16206         * src/textview.c
16207                 Sync with HEAD (fix some mail URIs)
16208
16209 2004-11-08 [colin]      0.9.12cvs140.3
16210
16211         * src/textview.c
16212                 o Use text cursor instead of arrow when
16213                   not on a link
16214                 o Fix handling of contiguous links (as in
16215                   "colin@colino.net" <colin@colino.net>)
16216                   This one unveils a bug in get_email_part()
16217
16218 2004-11-07 [colin]      0.9.12cvs140.2
16219
16220         * src/textview.c
16221                 Fix memleak. Patch by Alfons.
16222
16223 2004-11-06 [colin]      0.9.12cvs140.1
16224
16225         * src/compose.c
16226                 Sync with HEAD (don't ask passphrase
16227                 when drafting)
16228
16229 2004-11-06 [paul]       0.9.12cvs139.2
16230
16231         * AUTHORS
16232         * src/textview.c
16233         * src/textview.h
16234                 textview URI handling. hovering over a 
16235                 link displays it in the status bar,
16236                 and changes the mouse pointer to a hand 
16237                 cursor. a link is activated with a single 
16238                 click. (Modified from the) patch by Jean-Yves 
16239                 Lefort <jylefort@users.sourceforge.net>
16240                 
16241
16242 2004-11-05 [colin]      0.9.12cvs139.1
16243
16244         * src/compose.c
16245         * src/procmime.c
16246                 Sync with HEAD again ^^
16247
16248 2004-11-05 [colin]      0.9.12cvs139.1
16249
16250         * src/compose.c
16251         * src/procmime.c
16252                 Sync with HEAD
16253
16254 2004-11-03 [paul]       0.9.12cvs138.1
16255
16256         * ChangeLog.claws
16257         * configure.ac
16258         * po/POTFILES.in
16259         * src/prefs_ext_prog.c
16260         * src/procmime.c
16261         * tools/kdeservicemenu/README
16262         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16263         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16264                 sync with HEAD
16265
16266 2004-11-01 [christoph]  0.9.12cvs136.2
16267
16268         * src/procmime.c
16269                 convert MIME parameters to UTF-8
16270
16271 2004-10-29 [colin]      0.9.12cvs136.1
16272
16273         * src/common/utils.c
16274                 Sync with HEAD (don't use '=' in mime boundary)
16275
16276 2004-10-29 [paul]       0.9.12cvs135.1
16277
16278         * configure.ac
16279         * doc/src/rfc2231.txt
16280         * src/procmime.c
16281         * src/common/quoted-printable.c
16282         * src/common/utils.c
16283         * src/common/utils.h
16284                 sync with HEAD
16285
16286 2004-10-27 [paul]       0.9.12cvs134.1
16287
16288         * configure.ac
16289         * src/main.c
16290         * src/procmime.c
16291         * src/plugins/pgpmime/pgpmime.c
16292                 sync with HEAD
16293
16294 2004-10-26 [paul]       0.9.12cvs132.3
16295
16296         * src/account.c
16297         * src/addressbook.c
16298         * src/addrgather.c
16299         * src/addrharvest.c
16300         * src/codeconv.c
16301         * src/compose.c
16302         * src/customheader.c
16303         * src/editaddress.c
16304         * src/editgroup.c
16305         * src/enriched.c
16306         * src/expldifdlg.c
16307         * src/exporthtml.c
16308         * src/exportldif.c
16309         * src/folder.c
16310         * src/foldersel.c
16311         * src/folderview.c
16312         * src/grouplistdialog.c
16313         * src/html.c
16314         * src/imap.c
16315         * src/jpilot.c
16316         * src/ldapserver.c
16317         * src/ldif.c
16318         * src/mimeview.c
16319         * src/news.c
16320         * src/news_gtk.c
16321         * src/pop.c
16322         * src/prefs_display_header.c
16323         * src/prefs_gtk.c
16324         * src/prefs_msg_colors.c
16325         * src/prefs_toolbar.c
16326         * src/procheader.c
16327         * src/procmime.c
16328         * src/summaryview.c
16329         * src/textview.c
16330         * src/toolbar.c
16331         * src/vcard.c
16332         * src/common/mgutils.c
16333         * src/common/nntp.c
16334         * src/common/smtp.c
16335         * src/common/template.c
16336         * src/common/utils.c
16337         * src/common/xmlprops.c
16338         * src/plugins/pgpmime/pgpmime.c
16339         * src/plugins/pgpmime/select-keys.c
16340         * src/plugins/pgpmime/sgpgme.c
16341                 replace deprecated g_strcasecmp(), g_strncasecmp(),
16342                 g_string_sprintfa(), gtk_notebook_current_page()
16343
16344 2004-10-26 [colin]      0.9.12cvs132.2
16345
16346         * src/prefs_folder_item.c
16347                 Fix default-account selection
16348
16349 2004-10-21 [colin]      0.9.12cvs133
16350
16351         * src/compose.c
16352                 Sync with HEAD (Remove extra separator in compose's Options)
16353         * src/textview.c
16354                 Set wrapping to char
16355
16356 2004-10-21 [paul]       0.9.12cvs131.2
16357
16358         * src/compose.c
16359         * src/sourcewindow.c
16360                 fix wrapping
16361                 fix window shrinking 
16362
16363 2004-10-21 [colin]      0.9.12cvs131.1
16364
16365         * ChangeLog.claws
16366         * src/compose.c
16367                 Sync with HEAD
16368
16369 2004-10-21 [paul]       0.9.12cvs130.2
16370
16371         * src/prefs_folder_item.c
16372                 sync with HEAD (Apply to subfolders)
16373
16374 2004-10-19 [colin]      0.9.12cvs130.1
16375
16376         * ChangeLog.claws
16377         * src/compose.c
16378         * src/common/utils.c
16379         * src/gtk/menu.c
16380                 Sync with HEAD
16381
16382 2004-10-19 [colin]      0.9.12cvs128.1
16383
16384         * src/addrbook.c
16385         * src/addrcache.c
16386         * src/addressbook.c
16387         * src/codeconv.c
16388         * src/compose.c
16389         * src/customheader.c
16390         * src/editaddress.c
16391         * src/editgroup.c
16392         * src/exporthtml.c
16393         * src/folder.c
16394         * src/folderview.c
16395         * src/imap.c
16396         * src/jpilot.c
16397         * src/main.c
16398         * src/matcher_parser_parse.y
16399         * src/mbox.c
16400         * src/pop.c
16401         * src/prefs_account.c
16402         * src/prefs_gtk.c
16403         * src/prefs_msg_colors.c
16404         * src/procheader.c
16405         * src/procmime.c
16406         * src/procmime.h
16407         * src/procmsg.c
16408         * src/summaryview.c
16409         * src/textview.c
16410         * src/common/base64.c
16411         * src/common/partial_download.c
16412         * src/common/socket.c
16413         * src/common/sylpheed.c
16414         * src/common/utils.c
16415         * src/common/utils.h
16416         * src/gtk/pluginwindow.c
16417         * src/gtk/quicksearch.c
16418         * src/plugins/clamav/clamav_plugin.c
16419         * src/plugins/clamav/clamav_plugin.h
16420         * src/plugins/clamav/clamav_plugin_gtk.c
16421         * src/plugins/pgpmime/passphrase.c
16422         * src/plugins/pgpmime/pgpmime.c
16423         * src/plugins/pgpmime/plugin.c
16424         * src/plugins/pgpmime/prefs_gpg.c
16425         * src/plugins/pgpmime/prefs_gpg.h
16426         * src/plugins/pgpmime/select-keys.c
16427         * src/plugins/pgpmime/sgpgme.c
16428         * src/plugins/spamassassin/libspamc.c
16429         * src/plugins/spamassassin/spamassassin.c
16430         * src/plugins/spamassassin/spamassassin.h
16431         * src/plugins/spamassassin/spamassassin_gtk.c
16432         * src/plugins/trayicon/trayicon.c
16433         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
16434                 Sync with HEAD
16435
16436 2004-10-14 [colin]      0.9.12cvs126.2
16437
16438         * src/codeconv.c
16439         * src/textview.c
16440                 Fix conv_unreadable_locale
16441
16442 2004-10-13 [colin]      0.9.12cvs126.1
16443
16444         * src/compose.c
16445                 Sync with HEAD (don't convert charset for 
16446                 drafted messages, minor cleanup)
16447
16448 2004-10-13 [colin]      0.9.12cvs125.1
16449
16450         * po/POTFILES.in
16451                 Sync with HEAD (POTFILES fix)
16452
16453 2004-10-12 [colin]      0.9.12cvs124.3
16454
16455         * src/compose.c
16456                 Fix encoding bug from latest sync
16457
16458 2004-10-12 [paul]       0.9.12cvs124.2
16459
16460         * src/plugins/pgpmime/prefs_gpg.c
16461         * src/plugins/pgpmime/prefs_gpg.h
16462                 forgotten in last commit        
16463
16464 2004-10-12 [paul]       0.9.12cvs124.1
16465
16466         * ChangeLog.claws
16467         * configure.ac
16468         * m4/spamassassin.m4
16469         * src/Makefile.am
16470         * src/account.c
16471         * src/compose.c
16472         * src/compose.h
16473         * src/crash.c
16474         * src/main.c
16475         * src/mimeview.c
16476         * src/passphrase.c
16477         * src/passphrase.h
16478         * src/prefs_account.c
16479         * src/prefs_account.h
16480         * src/prefs_common.c
16481         * src/privacy.c
16482         * src/privacy.h
16483         * src/procmime.c
16484         * src/procmime.h
16485         * src/procmsg.c
16486         * src/rfc2015.c
16487         * src/rfc2015.h
16488         * src/select-keys.c
16489         * src/select-keys.h
16490         * src/textview.c
16491         * src/common/utils.c
16492         * src/common/utils.h
16493         * src/gtk/about.c
16494         * src/plugins/pgpmime/Makefile.am
16495         * src/plugins/pgpmime/passphrase.c
16496         * src/plugins/pgpmime/passphrase.h
16497         * src/plugins/pgpmime/pgpmime.c
16498         * src/plugins/pgpmime/plugin.c
16499         * src/plugins/pgpmime/select-keys.c
16500         * src/plugins/pgpmime/select-keys.h
16501         * src/plugins/pgpmime/sgpgme.c
16502         * src/plugins/pgpmime/sgpgme.h
16503                 sync with HEAD
16504
16505 2004-10-04 [colin]      0.9.12cvs122.1
16506
16507         * src/mainwindow.c
16508         * src/messageview.c
16509         * src/messageview.h
16510         * src/textview.c
16511                 Sync with HEAD
16512
16513 2004-10-04 [colin]      0.9.12cvs121.1
16514
16515         * src/summaryview.c
16516                 Sync with HEAD
16517
16518 2004-10-04 [paul]       0.9.12cvs120.1
16519
16520         * configure.ac
16521                 sync with HEAD [don't try to build 
16522                 pgpmime plugin when gpgme is disabled]
16523
16524 2004-10-03 [colin]      0.9.12cvs119.3
16525
16526         * src/gtk/gtksctree.c
16527                 Lots of side effects. Put back as before 117.2.
16528         * src/summaryview.c
16529                 Fix bug #602
16530
16531 2004-10-03 [colin]      0.9.12cvs119.2
16532
16533         * src/gtk/gtksctree.c
16534                 Revert 608 fix that doesn't work that good
16535
16536 2004-10-02 [colin]      0.9.12cvs119.1
16537
16538         * src/mainwindow.c
16539         * src/messageview.c
16540         * src/prefs_common.h
16541         * src/procmime.c
16542         * src/procmime.h
16543         * src/textview.c
16544                 Sync with HEAD
16545         * src/gtk/gtksctree.c
16546                 Close bug #608
16547
16548 2004-10-01 [colin]      0.9.12cvs118.1
16549
16550         * src/mimeview.c
16551                 Sync with HEAD (better Save All fix)
16552
16553 2004-10-01 [colin]      0.9.12cvs117.2
16554
16555         * src/gtk/gtksctree.c
16556                 Faster on selection
16557
16558 2004-10-01 [colin]      0.9.12cvs117.1
16559
16560         * src/mimeview.c
16561                 Sync with HEAD (Save All: only attachments)
16562
16563 2004-10-01 [paul]       0.9.12cvs116.1
16564
16565         * ChangeLog.claws
16566         * configure.ac
16567         * src/account.c
16568         * src/prefs_common.c
16569         * src/gtk/colorlabel.c
16570                 sync with HEAD
16571
16572 2004-09-30 [colin]      0.9.12cvs115.1
16573
16574         * src/stock_pixmap.c
16575         * src/stock_pixmap.h
16576         * src/folderview.c
16577         * src/Makefile.am
16578         * src/pixmaps/read.xpm
16579                 Sync with HEAD (new pixmap)
16580
16581 2004-09-29 [colin]      0.9.12cvs114.1
16582
16583         * src/compose.c
16584                 Sync with HEAD
16585                 Fix focus handling in headers
16586
16587 2004-09-29 [paul]       0.9.12cvs113.1
16588
16589         * src/quote_fmt_parse.y
16590                 sync with HEAD
16591  
16592
16593 2004-09-28 [colin]      0.9.12cvs112.1
16594
16595         * src/folderview.c
16596         * src/mainwindow.c
16597                 Sync with HEAD
16598
16599 2004-09-28 [colin]      0.9.12cvs110.1
16600
16601         * src/folderview.c
16602                 Sync with HEAD (Contextual Empty trash menu)
16603
16604 2004-09-28 [colin]      0.9.12cvs108.1
16605
16606         * src/addressbook.c
16607                 Sync with HEAD (addressbook edit on double-click)
16608
16609 2004-09-28 [colin]      0.9.12cvs106.1
16610
16611         * src/inc.c
16612                 Sync with HEAD (folder_item freeze on inc)
16613
16614 2004-09-27 [colin]      0.9.12cvs105.1
16615
16616         * src/folderview.c
16617                 Sync with HEAD (right-align new and unread column)
16618
16619 2004-09-27 [colin]      0.9.12cvs104.1
16620
16621         * src/main.c
16622                 Sync with HEAD (revert 0.9.12cvs101)
16623
16624 2004-09-24 [colin]      0.9.12cvs103.2
16625
16626         * src/wizard.c
16627                 Fix gtk warnings and use domain part of the email address 
16628                 when domain detection fails (no dot in domain name)
16629
16630 2004-09-23 [colin]      0.9.12cvs103.1
16631
16632         * src/plugins/spamassassin/libspamc.c
16633         * src/plugins/spamassassin/libspamc.h
16634         * src/plugins/spamassassin/utils.c
16635         * src/plugins/spamassassin/utils.h
16636                 Sync with HEAD (Update spamassassin to 3.0)
16637
16638 2004-09-21 [colin]      0.9.12cvs102.3
16639
16640         * src/action.c
16641                 Add horizontal scrollbar in action io dialog as needed
16642                 Patch by Alfons.
16643
16644 2004-09-20 [colin]      0.9.12cvs102.2
16645
16646         * src/plugins/image_viewer/viewer.c
16647                 Remove imlib stuff
16648                 use gtk_pixmap_set when clearing
16649                 (would be better to use gtkImages, but causes size-allocate 
16650                 signals storm)
16651
16652 2004-09-17 [paul]       0.9.12cvs102.1
16653
16654         * ChangeLog
16655         * ChangeLog.claws
16656         * ChangeLog.jp
16657         * configure.ac
16658         * src/inc.c
16659                 sync with HEAD
16660
16661
16662 2004-09-17 [colin]      0.9.12cvs101.1
16663
16664         * ChangeLog.claws
16665         * src/main.c
16666                 Sync with HEAD (fix segs at exit)
16667
16668 2004-09-14 [colin]      0.9.12cvs99.5
16669
16670         * src/common/socket.c
16671         * AUTHORS
16672                 Fix send error on 64bit platforms
16673                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
16674
16675 2004-09-14 [colin]      0.9.12cvs99.4
16676
16677         * src/action.c
16678                 Fix action output with utf8 
16679                 Patch by Alfons.
16680
16681 2004-09-14 [colin]      0.9.12cvs99.3
16682
16683         * ChangeLog.claws
16684         * src/folder.c
16685                 Sync with HEAD
16686
16687 2004-09-09 [colin]      0.9.12cvs99.2
16688
16689         * src/action.c
16690                 Fix progress bar (displaying "Completed %v/%u")
16691                 Patch by Alfons.
16692
16693 2004-09-08 [colin]      0.9.12cvs99.1
16694
16695         * src/account.c
16696         * src/folder.c
16697         * src/procmsg.c
16698         * src/procmsg.h
16699         * src/plugins/pgpmime/pgpmime.c
16700                 Sync with HEAD
16701
16702 2004-09-08 [colin]      0.9.12cvs97.2
16703
16704         * src/summaryview.c
16705                 Don't select mails in collapsed threads 
16706                 when navigating with up/down
16707
16708 2004-09-07 [colin]      0.9.12cvs97.1
16709
16710         * src/inc.c
16711                 Sync with HEAD (meaningful error messages)
16712
16713 2004-09-06 [colin]      0.9.12cvs96.1
16714
16715         * src/toolbar.c
16716                 Sync with HEAD (fix Redirect graying out)
16717
16718 2004-09-06 [colin]      0.9.12cvs95.1
16719
16720         * src/summaryview.c
16721         * src/mimeview.c
16722                 Sync with HEAD (fix dropped URIs)
16723
16724 2004-09-06 [colin]      0.9.12cvs94.1
16725
16726         * src/addressbook.c
16727         * src/addressitem.h
16728         * src/addritem.c
16729         * src/addritem.h
16730                 Sync with HEAD (addressbook DnD)
16731
16732 2004-09-03 [colin]      0.9.12cvs93.1
16733
16734         * src/summaryview.c
16735                 Sync with HEAD (next/prev unread)
16736
16737 2004-09-03 [colin]      0.9.12cvs92.1
16738
16739         * src/prefs_common.c
16740         * src/prefs_common.h
16741         * src/summaryview.c
16742                 Sync with HEAD ('mark_as_read_delay' pref)
16743
16744 2004-09-02 [colin]      0.9.12cvs91.2
16745
16746         * src/common/xml.c
16747                 Fix leak
16748
16749 2004-09-02 [colin]      0.9.12cvs91.1
16750
16751         * src/gtk/menu.c
16752                 Sync with HEAD (menu accel don't work, but whatever)
16753
16754 2004-09-02 [colin]      0.9.12cvs90.1
16755
16756         * src/account.c
16757                 Sync with HEAD (fix bug 582)
16758
16759 2004-09-02 [colin]      0.9.12cvs89.1
16760
16761         * src/addrindex.c
16762                 Sync with HEAD (free deleted queries)
16763
16764 2004-09-02 [colin]      0.9.12cvs88.1
16765
16766         * src/ldapquery.c
16767                 Sync with HEAD (fix LDAP freezes)
16768
16769 2004-09-02 [colin]      0.9.12cvs87.1
16770
16771         * src/prefs_spelling.c
16772                 Sync with HEAD (add default dictionary)
16773
16774 2004-09-01 [colin]      0.9.12cvs86.1
16775
16776         * src/filtering.c
16777         * src/folderview.c
16778         * src/imap.c
16779         * src/prefs_matcher.c
16780         * src/stock_pixmap.c
16781         * src/summary_search.c
16782         * src/summaryview.c
16783         * src/wizard.c
16784         * src/wizard.h
16785                 Sync with HEAD (uninitialized vars fixes)
16786                 + gtk2 specific warning fixes
16787
16788 2004-08-31 [colin]      0.9.12cvs85.1
16789
16790         * src/folder.c
16791                 Sync with HEAD (Fix memory corruption due to 
16792                 uninitialized var)
16793
16794 2004-08-31 [colin]      0.9.12cvs84.4
16795
16796         * src/summary_search.c
16797                 Fix segfaults when searching in folders with broken headers
16798
16799 2004-08-31 [colin]      0.9.12cvs84.3
16800
16801         * src/compose.c
16802         * src/textview.c
16803                 Fix some more encoding/decoding issues
16804
16805 2004-08-30 [colin]      0.9.12cvs84.2
16806
16807         * src/mimeview.c
16808         * src/prefs_themes.c
16809         * src/gtk/filesel.c
16810         * src/gtk/filesel.h
16811                 Add a folder-mode selection (fixes mimeview's "Save all")
16812
16813 2004-08-29 [colin]      0.9.12cvs84.1
16814
16815         * src/mimeview.c
16816                 Sync with HEAD (don't escape saved filenames)
16817
16818 2004-08-27 [colin]      0.9.12cvs83.1
16819
16820         * ChangeLog
16821         * ChangeLog.claws
16822         * ChangeLog.jp
16823         * src/mh.c
16824         * src/procheader.c
16825         * src/procmsg.c
16826         * src/procmsg.h
16827         * src/common/utils.c
16828         * src/gtk/menu.h
16829         * po/
16830                 Sync with HEAD 0.9.12cvs83 (sync with main)
16831
16832 2004-08-26 [colin]      0.9.12cvs82.4
16833
16834         * src/codeconv.c
16835                 Fix strange stack corruption
16836                 Convert to utf8 after unmime, not before
16837
16838 2004-08-26 [colin]      0.9.12cvs82.3
16839
16840         * src/main.c
16841         * src/wizard.c
16842                 Fix account folders duplication
16843
16844 2004-08-25 [colin]      0.9.12cvs82.2
16845
16846         * src/wizard.c
16847                 Remove ports
16848                 Add SSL selection
16849                 Use login@server as account name
16850
16851 2004-08-25 [colin]      0.9.12cvs82.1
16852
16853         * src/plugins/pgpmime/pgpmime.c
16854                 Sync with HEAD (leak fix).
16855
16856 2004-08-25 [colin]      0.9.12cvs81.1
16857
16858         * src/plugins/pgpmime/pgpmime.c
16859         * src/plugins/pgpmime/sgpgme.c
16860         * src/plugins/pgpmime/sgpgme.h
16861                 Sync with HEAD (Handle combined messages).
16862
16863 2004-08-24 [colin]      0.9.12cvs80.3
16864
16865         * src/wizard.c
16866                 Fix full name, ports, and imap
16867
16868 2004-08-24 [colin]      0.9.12cvs80.2
16869
16870         * src/Makefile.am
16871         * src/main.c
16872         * src/setup.c
16873         * src/setup.h
16874         * src/stock_pixmap.c
16875         * src/stock_pixmap.h
16876         * src/wizard.c ** ADDED **
16877         * src/wizard.h ** ADDED ** 
16878         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
16879                 Add a setup wizard 
16880
16881 2004-08-24 [colin]      0.9.12cvs80.1
16882
16883         * src/folder.c
16884                 Sync with HEAD (set mimeflags on all messages)
16885
16886 2004-08-24 [colin]      0.9.12cvs79.3
16887
16888         * src/matcher_parser_lex.l
16889                 Fix 8bits strings not in utf8
16890
16891 2004-08-24 [colin]      0.9.12cvs79.2
16892
16893         * src/compose.c
16894                 Check conversion result before replacing buffer
16895
16896 2004-08-23 [colin]      0.9.12cvs79.1
16897
16898         * src/compose.c
16899                 Sync with HEAD (create message header in memory)
16900
16901 2004-08-23 [colin]      0.9.12cvs78.1
16902
16903         * src/rfc2015.c
16904         * src/rfc2015.h
16905                 Sync with HEAD (fix bug 197 again)
16906
16907 2004-08-23 [colin]      0.9.12cvs77.3
16908
16909         * src/compose.c
16910                 Fix again inline gpg signing (which outputs utf8
16911                 in gtk2). Not syncing this fix to HEAD as this 
16912                 code is meant to die.
16913
16914 2004-08-23 [colin]      0.9.12cvs77.2
16915
16916         * src/prefs_account.h
16917                 Remove useless include
16918
16919 2004-08-23 [colin]      0.9.12cvs77.1
16920
16921         * src/imap.c
16922         * po/es.po
16923         * po/fr.po
16924         * po/it.po
16925         * po/pl.po
16926         * po/pt_BR.po
16927         * po/sk.po
16928         * po/sr.po
16929                 Sync with HEAD (fix bug 577)
16930
16931 2004-08-22 [colin]      0.9.12cvs76.1
16932
16933         * src/plugins/trayicon/trayicon.c
16934                 Sync with HEAD (fix formatting bug)
16935
16936 2004-08-21 [colin]      0.9.12cvs74.2
16937
16938         * src/gtk/colorsel.c
16939                 Fix bug 564 (Folder color selection window exits on any
16940                 keypress)
16941
16942 2004-08-21 [colin]      0.9.12cvs74.1
16943
16944         * ChangeLog.claws
16945         * src/compose.c
16946         * src/summaryview.c
16947         * src/toolbar.c
16948                 Sync with HEAD (fix bug 576)
16949
16950 2004-08-21 [colin]      0.9.12cvs70.1
16951
16952         * src/compose.c
16953         * src/mainwindow.c
16954                 Sync with HEAD
16955                 
16956
16957 2004-08-21 [paul]       0.9.12cvs66.4
16958
16959         * src/mainwindow.c
16960         * src/messageview.c
16961         * src/gtk/menu.c
16962         * src/plugins/spamassassin/spamassassin_gtk.c
16963                 remove some deprecated gtk1 functions
16964
16965
16966 2004-08-21 [colin]      0.9.12cvs66.3
16967
16968         * src/compose.c
16969         * src/codeconv.c
16970                 Fix warnings
16971                 Remove encoding hacks
16972                 Fix bug 575 (Strange character messes up message)
16973                 Don't display conversion error when drafting
16974
16975 2004-08-21 [paul]       0.9.12cvs66.2
16976
16977         * src/prefs_account.c
16978                 fix GnuPG mode bugs
16979
16980
16981 2004-08-20 [colin]      0.9.12cvs66.1
16982
16983         * src/codeconv.c
16984                 Sync with HEAD 0.9.12cvs66
16985
16986 2004-08-20 [paul]
16987
16988         * src/plugins/pgpmime/plugin.c
16989                 modify PGP/MIME plugin's description
16990
16991 2004-08-17 [colin]      0.9.12cvs65.1
16992
16993         * src/common/ssl.c
16994         * src/plugins/pgpmime/plugin.c
16995                 Sync with HEAD
16996
16997 2004-08-14 [colin]      0.9.12cvs60.3
16998
16999         * src/plugins/trayicon/trayicon.c
17000                 Put back resize callback, on size-request signal
17001                 rather than size-allocate to avoid infinite 
17002                 callback loop
17003
17004 2004-08-13 [colin]      0.9.12cvs60.2
17005
17006         * src/common/defs.h
17007                 Cache versions have been fixed
17008
17009 2004-08-13 [colin]      0.9.12cvs60.1
17010
17011         * src/folderutils.c
17012                 Sync with HEAD
17013
17014 2004-08-12 [colin]      0.9.12cvs59.1
17015
17016         * src/plugins/trayicon/trayicon.c
17017                 Sync with HEAD
17018
17019 2004-08-12 [colin]      0.9.12cvs57.5
17020
17021         * sylpheed.desktop
17022         * configure.ac
17023         * src/Makefile.am
17024         * src/main.c
17025                 Add support for Freedesktop.org's startup notification
17026
17027 2004-08-11 [colin]      0.9.12cvs57.4
17028
17029         * src/textview.c
17030                 Fix off-by-one
17031
17032 2004-08-11 [colin]      0.9.12cvs57.3
17033
17034         * src/message_search.c
17035         * src/summary_search.c
17036                 Make searches case insensitive by default
17037         * src/textview.c
17038                 Fix case-insensitive search in message
17039
17040 2004-08-11 [colin]      0.9.12cvs57.2
17041
17042         * src/summary_search.c
17043                 Let case-sensitive be specified
17044
17045 2004-08-10 [colin]      0.9.12cvs55.4
17046
17047         * src/common/socket.c
17048                 Fix the possible race condition
17049
17050 2004-08-09 [paul]       0.9.12cvs55.3
17051
17052         * configure.ac
17053         * src/Makefile.am
17054         * src/common/Makefile.am
17055                 sync with HEAD
17056
17057
17058 2004-08-09 [paul]       0.9.12cvs55.2
17059
17060         * autogen.sh
17061         * po/poconv.sh
17062                 remove unneeded script
17063
17064         * configure.ac
17065                 add forgotten USE_LDAP_TLS (sync with HEAD)
17066
17067
17068 2004-08-09 [colin]      0.9.12cvs55.1
17069
17070         * src/main.c
17071         * src/common/ssl.c
17072         * src/common/sylpheed.c
17073         * src/common/sylpheed.h
17074                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17075
17076 2004-08-09 [paul]       0.9.12cvs54.1
17077
17078         * ChangeLog
17079         * ChangeLog.claws
17080         * ChangeLog.jp
17081         * configure.ac
17082         * po/POTFILES.in
17083         * src/Makefile.am
17084         * src/folderutils.c
17085         * src/main.c
17086         * src/pgpmime.c
17087         * src/pgpmime.h
17088         * src/sgpgme.c
17089         * src/sgpgme.h
17090         * src/plugins/Makefile.am
17091         * src/plugins/pgpmime/.cvsignore
17092         * src/plugins/pgpmime/Makefile.am
17093         * src/plugins/pgpmime/pgpmime.c
17094         * src/plugins/pgpmime/pgpmime.h
17095         * src/plugins/pgpmime/plugin.c
17096         * src/plugins/pgpmime/sgpgme.c
17097         * src/plugins/pgpmime/sgpgme.h
17098                 sync with HEAD
17099
17100 2004-08-08 [paul]       0.9.12cvs51.1
17101
17102         * configure.ac
17103         * src/folder.c
17104                 sync with HEAD
17105
17106 2004-08-07 [colin]      0.9.12cvs50.1
17107
17108         * src/pop.c
17109         * src/common/partial_download.c
17110                 fix warnings (sync from HEAD)
17111
17112 2004-08-07 [colin]      0.9.12cvs48.1
17113
17114         * src/prefs_folder_item.c
17115                 sync with HEAD 0.9.12cvs48
17116
17117 2004-08-06 [colin]      0.9.12cvs47.1
17118
17119         * src/compose.c
17120                 Sync with HEAD
17121
17122 2004-08-06 [christoph]  0.9.12cvs46.2
17123
17124         * src/main.c
17125         * src/plugins/clamav/clamav_plugin_gtk.c
17126         * src/plugins/dillo_viewer/dillo_viewer.c
17127         * src/plugins/image_viewer/plugin.c
17128         * src/plugins/mathml_viewer/mathml_viewer.c
17129         * src/plugins/spamassassin/spamassassin_gtk.c
17130         * src/plugins/trayicon/trayicon.c
17131                 don't mix GTK1.2 plugin with GTK2 plugins
17132
17133 2004-08-06 [colin]      0.9.12cvs46.1
17134
17135         * ChangeLog
17136         * ChangeLog.claws
17137         * ChangeLog.jp
17138         * configure.ac
17139         * sylpheed-claws.pc.in
17140         * src/folder.c
17141         * src/imap.c
17142         * src/localfolder.c
17143         * src/messageview.c
17144         * src/mimeview.c
17145         * src/mimeview.h
17146         * src/msgcache.c
17147         * src/news.c
17148         * src/prefs_ext_prog.c
17149         * src/prefs_folder_item.c
17150         * src/prefs_fonts.c
17151         * src/prefs_msg_colors.c
17152         * src/prefs_spelling.c
17153         * src/prefs_themes.c
17154         * src/prefs_toolbar.c
17155         * src/prefs_wrapping.c
17156         * src/procmime.h
17157         * src/common/defs.h
17158         * src/common/nntp.c
17159         * src/common/session.c
17160         * src/common/session.h
17161         * src/common/socket.c
17162         * src/common/utils.h
17163         * src/common/xml.c
17164         * src/common/xml.h
17165         * src/gtk/prefswindow.c
17166         * src/gtk/prefswindow.h
17167         * src/plugins/clamav/clamav_plugin_gtk.c
17168         * src/plugins/dillo_viewer/dillo_prefs.c
17169         * src/plugins/image_viewer/viewerprefs.c
17170         * src/plugins/spamassassin/spamassassin_gtk.c
17171         * m4/openssl.m4 *** REMOVED ***
17172                 Sync with HEAD 0.9.12cvs46
17173
17174 2004-08-03 [paul]       0.9.12cvs40.2
17175
17176         * src/action.c
17177         * src/addressadd.c
17178         * src/addressbook.c
17179         * src/addrgather.c
17180         * src/browseldap.c
17181         * src/compose.c
17182         * src/crash.c
17183         * src/editaddress.c
17184         * src/editgroup.c
17185         * src/editldap_basedn.c
17186         * src/foldersel.c
17187         * src/importldif.c
17188         * src/mimeview.c
17189         * src/prefs_common.c
17190         * src/prefs_template.c
17191         * src/sourcewindow.c
17192         * src/summaryview.c
17193         * src/gtk/about.c
17194         * src/gtk/foldersort.c
17195         * src/gtk/logwindow.c
17196         * src/gtk/pluginwindow.c
17197         * src/gtk/prefswindow.c
17198                 change all gtk_scrolled_window_set_policy from 
17199                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17200
17201 2004-08-02 [paul]       0.9.12cvs40.1
17202
17203         * AUTHORS
17204                 update translation team section
17205         * po/pt_BR.po
17206                 updated by Frederico Goncalves Guimaraes
17207                 <fggdebian@yahoo.com.br>
17208
17209 2004-07-31 [colin]      0.9.12cvs39.9
17210
17211         * src/exphtmldlg.c
17212                 Fix compilation
17213
17214 2004-07-31 [colin]      0.9.12cvs39.8
17215
17216         * src/exphtmldlg.c
17217                 Fix an alertpanel type
17218
17219 2004-07-30 [colin]      0.9.12cvs39.7
17220
17221         * src/alertpanel.c
17222                 Fix alertpanel_error_log's icon
17223
17224 2004-07-30 [colin]      0.9.12cvs39.6
17225
17226         * src/pop.c
17227                 Two of them should still be warnings
17228
17229 2004-07-30 [colin]      0.9.12cvs39.5
17230
17231         * src/pop.c
17232                 More warning -> error
17233 2004-07-29 [colin]      0.9.12cvs39.4
17234
17235         * src/pop.c
17236                 Warning -> error
17237
17238 2004-07-29 [colin]      0.9.12cvs39.3
17239
17240         * src/prefs_matcher.c
17241                 Fix segfault
17242
17243 2004-07-29 [colin]      0.9.12cvs39.2
17244
17245         * src/alertpanel.c
17246                 More nice-looking alertpanels
17247
17248 2004-07-29 [colin]      0.9.12cvs39.1
17249
17250         * src/messageview.c
17251                 sync with head
17252                 (inform user when partial mail is deleted on server)
17253
17254 2004-07-29 [colin]      0.9.12cvs38.1
17255
17256         * src/messageview.c
17257                 sync with head
17258
17259 2004-07-28 [paul]       0.9.12cvs37.7
17260
17261         * src/mainwindow.c
17262                 complete the replacement of deprecated gtk_progress_*
17263
17264 2004-07-28 [paul]       0.9.12cvs37.6
17265
17266         * src/action.c
17267         * src/inc.c
17268         * src/mainwindow.c
17269         * src/send_message.c
17270         * src/gtk/progressdialog.c
17271         * src/gtk/progressdialog.h
17272                 replace deprecated gtk_progress_*
17273
17274 2004-07-28 [paul]       0.9.12cvs37.5
17275
17276         * src/gtk/filesel.c
17277                 remove gtk_window_set_wmclass()
17278 2004-07-28 [paul]       0.9.12cvs37.4
17279
17280         * src/addressbook.c
17281         * src/compose.c
17282         * src/foldersel.c
17283         * src/mainwindow.c
17284         * src/messageview.c
17285         * src/sourcewindow.c
17286         * src/gtk/logwindow.c
17287                 remove gtk_window_set_wmclass()
17288                 
17289         * src/prefs_filtering.c
17290         * src/prefs_filtering_action.c
17291         * src/prefs_fonts.c
17292         * src/prefs_gtk.c
17293         * src/prefs_matcher.c
17294         * src/ssl_manager.c
17295         * src/gtk/prefswindow.c
17296                 replace gtk_window_position()
17297
17298 2004-07-28 [colin]      0.9.12cvs37.3
17299
17300         * src/alertpanel.c
17301         * src/alertpanel.h
17302                 Add a way to specify panel type for specific
17303                 panels (alertpanel())
17304         * src/account.c
17305         * src/addressbook.c
17306         * src/compose.c
17307         * src/expldifdlg.c
17308         * src/main.c
17309         * src/messageview.c
17310         * src/summaryview.c
17311         * src/textview.c
17312         * src/gtk/sslcertwindow.c
17313                 Fix alertpanel()s so that their icon match
17314                 their real type
17315
17316 2004-07-28 [paul]       0.9.12cvs37.2
17317
17318         * src/addr_compl.c
17319         * src/addressbook.c
17320         * src/alertpanel.c
17321         * src/compose.c
17322         * src/export.c
17323         * src/foldersel.c
17324         * src/folderview.c
17325         * src/grouplistdialog.c
17326         * src/import.c
17327         * src/mainwindow.c
17328         * src/message_search.c
17329         * src/messageview.c
17330         * src/passphrase.c
17331         * src/prefs_actions.c
17332         * src/prefs_common.c
17333         * src/prefs_customheader.c
17334         * src/prefs_display_header.c
17335         * src/prefs_filtering.c
17336         * src/prefs_filtering_action.c
17337         * src/prefs_gtk.c
17338         * src/prefs_matcher.c
17339         * src/prefs_msg_colors.c
17340         * src/prefs_summary_column.c
17341         * src/prefs_template.c
17342         * src/sourcewindow.c
17343         * src/ssl_manager.c
17344         * src/summary_search.c
17345         * src/gtk/colorsel.c
17346         * src/gtk/description_window.c
17347         * src/gtk/gtkaspell.c
17348         * src/gtk/inputdialog.c
17349         * src/gtk/logwindow.c
17350         * src/gtk/prefswindow.c
17351         * src/gtk/progressdialog.c
17352                 replace deprecated gtk_window_set_policy
17353
17354 2004-07-27 [colin]      0.9.12cvs37.1
17355
17356         * src/msgcache.c
17357                 More fixes (synced for head again)
17358
17359 2004-07-27 [colin]      0.9.12cvs35.3
17360
17361         * src/msgcache.c
17362                 Fix wrong test
17363
17364 2004-07-27 [colin]      0.9.12cvs35.2
17365
17366         * src/mimeview.c
17367                 Fix width a bit (by Paul)
17368         * src/alertpanel.c
17369         * src/alertpanel.h
17370                 Specialize icons, make alertpanel_message()
17371                 private
17372         * src/message_search.c
17373         * src/sgpgme.c
17374         * src/summary_search.c
17375                 Suit alertpanel changes
17376
17377 2004-07-27 [colin]      0.9.12cvs35.1
17378
17379         * src/alertpanel.c
17380                 Add an icon
17381         * src/passphrase.c
17382                 Add debug output - maybe someone will
17383                 want to look at the problem with Grab
17384                 Input :)
17385         Bump version as we're synced with HEAD
17386
17387 2004-07-26 [colin]      0.9.12cvs33.26
17388
17389         * src/pop.c
17390                 Fix uidl-file parsing when not in new
17391                 format
17392
17393 2004-07-26 [colin]      0.9.12cvs33.25
17394
17395         * src/gtk/menu.c
17396                 Move popup menu up if necessary (fixes 
17397                 account selector)
17398         * src/mainwindow.c
17399                 Set account selector's button height to
17400                 minimum
17401
17402 2004-07-26 [colin]      0.9.12cvs33.24
17403
17404         * src/alertpanel.c
17405                 Maybe fix 551 (Truncated font in alert window)
17406
17407 2004-07-26 [colin]      0.9.12cvs33.23
17408
17409         * po/de.po
17410         * po/es.po
17411         * po/fr.po
17412         * po/it.po
17413         * po/ja.po
17414         * po/pl.po
17415         * po/ru.po
17416         * po/sk.po
17417         * po/sr.po
17418         * po/zh_CN.po
17419                 Sync po files with HEAD
17420
17421 2004-07-26 [paul]       0.9.12cvs33.22
17422
17423         * src/compose.c
17424                 fix Bug 556 'Organisation-header is sent even if empty'
17425
17426 2004-07-24 [colin]      0.9.12cvs33.21
17427
17428         * src/compose.c
17429         * src/gtk/gtkaspell.c
17430         * src/gtk/gtkaspell.h
17431                 Fix speller accelerators (require hack)
17432
17433 2004-07-24 [colin]      0.9.12cvs33.20
17434
17435         * src/gtk/gtkaspell.c
17436                 Fix over-eager code deletion breaking
17437                 Check while typing
17438
17439 2004-07-24 [colin]      0.9.12cvs33.19
17440
17441         * src/browseldap.c
17442         * src/ldapctrl.c
17443         * src/ldapctrl.h
17444         * src/ldapserver.h
17445                 Sync ldap with HEAD
17446         (Fixes 546 LDAP completely broken)
17447
17448 2004-07-24 [colin]      0.9.12cvs33.18
17449
17450         * src/prefs_msg_colors.c
17451                 Fix prototype mismatch
17452         (Fixes 547 void function cannot return value)
17453
17454 2004-07-24 [colin]      0.9.12cvs33.17
17455
17456         * src/mainwindow.c
17457                 Fix sort going back to previous sort key
17458                 when changing sort direction
17459
17460 2004-07-24 [colin]      0.9.12cvs33.16
17461
17462         * src/compose.c
17463                 Fix space insertion when re-wrapping at 
17464                 cursor point
17465
17466 2004-07-24 [colin]      0.9.12cvs33.15
17467
17468         * src/gtk/gtkaspell.c
17469                 Don't change cursor position in insert-text
17470                 callback
17471         (Fixes 539 Word wrapping on input transposes letters)
17472
17473 2004-07-24 [colin]      0.9.12cvs33.14
17474
17475         * src/gtk/gtkaspell.c
17476                 Reencode non-ascii chars to dictionary's
17477                 encoding
17478         (Fixes 544 Spell check broken non english locale)
17479
17480 2004-07-24 [colin]      0.9.12cvs33.13
17481
17482         * src/summaryview.c
17483                 Fix Shift+Down, add Home/End/PgUp/PgDown
17484
17485 2004-07-21 [colin]      0.9.12cvs33.12
17486
17487         * src/prefs_common.c
17488                 Fix a gtk warning (Patch by Andrej Kacian)
17489
17490 2004-07-21 [colin]      0.9.12cvs33.11
17491
17492         * src/gtk/filesel.c
17493                 More check
17494
17495 2004-07-21 [colin]      0.9.12cvs33.10
17496
17497         * src/compose.c
17498         * src/crash.c
17499         * src/export.c
17500         * src/import.c
17501         * src/messageview.c
17502         * src/mimeview.c
17503         * src/prefs_spelling.c
17504         * src/prefs_themes.c
17505         * src/summaryview.c
17506         * src/gtk/filesel.c
17507         * src/gtk/filesel.h
17508         * src/gtk/pluginwindow.c
17509                 Untwist open/save mode guessing logic, make
17510                 it explicit
17511
17512 2004-07-20 [colin]      0.9.12cvs33.9
17513
17514         * src/codeconv.c
17515                 conv_encode_header: src_charset is UTF-8 on
17516                 gtk2
17517         * src/compose.c
17518                 Remove double encoding of the headers
17519
17520 2004-07-20 [colin]      0.9.12cvs33.8
17521
17522         * src/codeconv.c
17523                 Fix typo
17524
17525 2004-07-20 [colin]      0.9.12cvs33.7
17526
17527         * src/mainwindow.c
17528                 Set the separated messageview to the saved
17529                 size of Claws' messageview (Patch by Alfons)
17530                 Fix a callback prototype (me)
17531
17532 2004-07-20 [colin]      0.9.12cvs33.6
17533
17534         * src/codeconv.h
17535                 Forgot one hunk in 0.9.12cvs33.4
17536
17537 2004-07-19 [colin]      0.9.12cvs33.5
17538
17539         * src/action.c
17540                 Action output fix
17541                 Patch by Alfons
17542
17543 2004-07-19 [colin]      0.9.12cvs33.4
17544
17545         * src/compose.c
17546                 Fix outgoing charset bug in headers
17547         * src/codeconv.c
17548                 Clean for glib2 - Patch by Alfons
17549
17550 2004-07-19 [colin]      0.9.12cvs33.3
17551
17552         * src/statusbar.c
17553                 Remove grip from the statusbar
17554                 Patch by Alfons
17555
17556 2004-07-19 [colin]      0.9.12cvs33.2
17557
17558         * src/messageview.c
17559         * src/textview.c
17560                 Fix messageview remembering the previous
17561                 scroll position when loading a new message
17562                 Patch by Alfons
17563
17564 2004-07-19 [colin]      0.9.12cvs33.1
17565
17566         * src/folder.h
17567         * src/folderview.c
17568         * src/summaryview.c
17569                 Sync with HEAD
17570
17571 2004-07-18 [colin]      0.9.12cvs32.7
17572
17573         * configure.ac
17574                 Remove useless check for XIM - noticed
17575                 by Alfons
17576
17577 2004-07-18 [colin]      0.9.12cvs32.6
17578
17579         * src/summaryview.c
17580                 Remove non-modified and shift-modified
17581                 accelerators in summaryview's popup
17582                 menu, as that doesn't get catched by
17583                 the accel-activate signal catcher...
17584
17585 2004-07-18 [colin]      0.9.12cvs32.5
17586
17587         * src/prefs_common.c
17588                 Define sensible default prefs for 
17589                 wrapping
17590
17591 2004-07-18 [colin]      0.9.12cvs32.4
17592
17593         * src/compose.c
17594         * src/prefs_common.c
17595         * src/prefs_common.h
17596         * src/prefs_wrapping.c
17597                 Remove Smart Wrapping pref, which does
17598                 nothing on gtk2 branch
17599
17600 2004-07-18 [colin]      0.9.12cvs32.3
17601
17602         * src/sourcewindow.c
17603                 Proper utf8
17604
17605 2004-07-18 [colin]      0.9.12cvs32.2
17606
17607         * src/compose.c
17608                 Save attachment status when drafting
17609
17610 2004-07-18 [colin]      0.9.12cvs32.1
17611
17612         * src/gtk/filesel.c
17613                 Fix erratic folder selection in open mode
17614
17615 2004-07-18 [colin]      0.9.12cvs31.11
17616
17617         * src/pop.c
17618                 Don't let partial messages get deleted
17619                 even with "dowload all"
17620                 (0.9.12cvs31.8 fix extension)
17621 2004-07-18 [colin]      0.9.12cvs31.10
17622
17623         * src/gtk/logwindow.c
17624                 Fix log scrolling
17625
17626 2004-07-18 [colin]      0.9.12cvs31.9
17627
17628         * src/common/utils.c
17629                 Fix non-utf8 strings coming from commands
17630                 and files
17631
17632 2004-07-18 [colin]      0.9.12cvs31.8
17633
17634         * src/pop.c
17635                 Fix partial download bug with Download all
17636                 messages option
17637
17638 2004-07-18 [colin]      0.9.12cvs31.7
17639
17640         * src/textview.c
17641                 Fix bug introduced in 0.9.12cvs31.2
17642                 (blocked in select mode after double click)
17643
17644 2004-07-18 [colin]      0.9.12cvs31.6
17645
17646         * src/compose.c
17647         * src/gtk/menu.c
17648                 More glib-warning fixes
17649
17650 2004-07-18 [colin]      0.9.12cvs31.5
17651
17652         * src/compose.c
17653                 Fix trashing the primary clipboard when moving 
17654                 around with tab
17655         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
17656
17657 2004-07-18 [colin]      0.9.12cvs31.4
17658
17659         * src/codeconv.c
17660                 convert unencoded iso headers to utf8
17661         (Fix Bug 538 Unencoded local characters in subject make it 
17662          disappear)
17663
17664 2004-07-18 [colin]      0.9.12cvs31.3
17665
17666         * src/compose.c
17667                 Fix tab char handling in wrapping
17668         (Fix Bug 537 Line wrap problem - TAB character treated as 
17669          one character instead of 8)
17670
17671 2004-07-18 [colin]      0.9.12cvs31.2
17672
17673         * src/textview.c
17674                 return FALSE on GDK_MOTION_NOTIFY
17675         (Fix Bug 535 Hyperlinks/addresses are not selectable 
17676          (unable to highlight))
17677
17678 2004-07-18 [colin]      0.9.12cvs31.1
17679
17680         * src/folderview.c
17681                 Sync with 0.9.12cvs31
17682
17683 2004-07-18 [colin]      0.9.12cvs30.4
17684
17685         * src/compose.c
17686                 Also block text_inserted when inserting a file
17687
17688 2004-07-18 [colin]      0.9.12cvs30.3
17689
17690         * src/compose.c
17691                 Fix smart wrapping (block text_inserted handler
17692                 while putting quotation to avoid wrap on input,
17693                 don't join lines if next is sig separator)
17694
17695 2004-07-17 [colin]      0.9.12cvs30.2
17696
17697         * src/folderview.c
17698         * src/mainwindow.c
17699         * src/mimeview.c
17700         * src/summaryview.c
17701         * src/gtk/quicksearch.c
17702         * src/gtk/quicksearch.h
17703                 Block key events handlers *and* accels while
17704                 quicksearch is focused
17705         (Fixes Bug 534 quick-search bar not accepting certain letters)
17706
17707 2004-07-17 [colin]      0.9.12cvs30.1
17708
17709         * src/folder.h
17710         * src/folderview.c
17711         * src/summaryview.c
17712                 Sync with 0.9.12cvs30
17713
17714 2004-07-17 [colin]      0.9.12cvs28.2
17715
17716         * src/mimeview.c
17717         * src/procmime.c
17718         * src/summaryview.c
17719         * src/gtk/menu.c
17720                 Squash some compile and glib warnings
17721
17722 2004-07-17 [paul]       0.9.12cvs28.1
17723
17724         * src/mimeview.c
17725                 sync with 0.9.12cvs28 HEAD
17726
17727 2004-07-16 [paul]       0.9.12cvs26.1
17728         
17729         * src/gtk/quicksearch.c
17730         * src/account.c
17731         * src/account.h
17732         * src/compose.c
17733         * src/customheader.c
17734         * src/folder_item_prefs.c
17735         * src/main.c
17736         * src/mainwindow.c
17737         * src/messageview.c
17738         * src/mimeview.c
17739         * src/news.c
17740         * src/pgpmime.c
17741         * src/pop.c
17742         * src/pop.h
17743         * src/prefs_account.c
17744         * src/prefs_account.h
17745         * src/prefs_common.c
17746         * src/prefs_common.h
17747         * src/prefs_display_header.c
17748         * src/prefs_gtk.c
17749         * src/prefs_gtk.h
17750         * src/procheader.c
17751         * src/procmime.c
17752                 sync with 0.9.12cvs26 HEAD      
17753
17754 2004-07-15 [colin]      0.9.12cvs18.14
17755
17756         * src/folder.c
17757                 Disable GPG signature check during
17758                 folder move and scan
17759         (Closes Bug 521 Signature checking slows down Folder-Move)
17760
17761 2004-07-14 [colin]      0.9.12cvs18.13
17762
17763         * src/common/partial_download.c
17764                 update includes
17765
17766 2004-07-14 [colin]      0.9.12cvs18.12
17767
17768         * src/common/partial_download.c
17769         * src/common/partial_download.h
17770                 Move doc at top, add correct copyright
17771
17772 2004-07-14 [colin]      0.9.12cvs18.11
17773
17774         * src/folder.c
17775         * src/messageview.c
17776         * src/pop.c
17777         * src/pop.h
17778         * src/procmsg.c
17779         * src/summaryview.c
17780         * src/common/Makefile.am
17781         * src/common/partial_download.c ** NEW FILES **
17782         * src/common/partial_download.h ** NEW FILES **
17783                 Move partial-download related stuff to its
17784                 own file
17785
17786 2004-07-14 [colin]      0.9.12cvs18.10
17787
17788         * src/send_message.c
17789                 Fix smtp auth when user is null or empty
17790
17791 2004-07-13 [colin]      0.9.12cvs18.9
17792
17793         * src/gtk/quicksearch.c
17794                 Use alphabetic order
17795
17796 2004-07-13 [colin]      0.9.12cvs18.8
17797
17798         * src/pop.c
17799                 Be paranoid on the checks
17800
17801 2004-07-13 [colin]      0.9.12cvs18.7
17802
17803         * src/gtk/quicksearch.c
17804                 Fix Engrish once again
17805
17806 2004-07-13 [colin]      0.9.12cvs18.6
17807
17808         * src/procmsg.c
17809         * src/summaryview.c
17810                 Mark messages for deletion when they are about to
17811                 be removed from trash
17812
17813 2004-07-13 [colin]      0.9.12cvs18.5
17814
17815         * src/matcher.c
17816         * src/matcher.h
17817         * src/matcher_parser_parse.y
17818         * src/prefs_matcher.c
17819         * src/gtk/quicksearch.c
17820                 Add 'partial' ('p') match string to find partially
17821                 downloaded messages
17822
17823 2004-07-13 [colin]      0.9.12cvs18.4
17824
17825         * src/pop.c
17826                 Fix misplaced block
17827
17828 2004-07-13 [colin]      0.9.12cvs18.3
17829
17830         * src/pop.c
17831         * src/pop.h
17832         * src/messageview.c
17833                 Refactor API (to avoid passing 5+ params and code
17834                 duplication)
17835         * src/folder.c
17836         * src/msgcache.c
17837         * src/procheader.c
17838         * src/common/defs.h
17839                 Add planned_download to cache
17840                 Don't mess uidl file when moving partially downloaded
17841                 mails (they change folder, we should change it in the
17842                 uidl list too or we'll remove an incorrect message)
17843                 (this also helps removing hacks when changing 
17844                 planned_download in messageview.c)
17845
17846 2004-07-12 [colin]      0.9.12cvs18.2
17847
17848         * src/gtk/quicksearch.c
17849                 Fix missing status update in quicksearch
17850
17851 2004-07-12 [paul]       0.9.12cvs18.1
17852
17853         * po/POTFILES.in
17854         * src/Makefile.am
17855         * src/account.c
17856         * src/codeconv.c
17857         * src/compose.c
17858         * src/inc.c
17859         * src/main.c
17860         * src/prefs_common.c
17861         * src/procmsg.h
17862         * src/toolbar.c
17863         * src/prefs_msg_colors.[ch]     ** NEW FILES **
17864         * src/prefs_wrapping.[ch]       ** NEW FILES **
17865         * src/common/intl.h
17866         * src/common/utils.[ch]
17867         * src/gtk/quicksearch.[ch]
17868                 sync with 0.9.12cvs18 HEAD
17869
17870 2004-07-12 [colin]      0.9.11cvs17.25
17871
17872         * src/folder.c
17873         * src/folder.h
17874                 Remove unused function added by me in 0.9.11cvs17.10
17875
17876 2004-07-11 [colin]      0.9.11cvs17.24
17877
17878         * src/inc.c
17879         * src/messageview.c
17880         * src/pop.c
17881         * src/pop.h
17882                 Use folderitem and msgnum instead of filename to
17883                 know which mail to delete
17884                 Move old partial mail deletion to pop.c
17885
17886 2004-07-10 [colin]      0.9.11cvs17.23
17887
17888         * src/inc.c
17889                 Add debug
17890         * src/pop.c
17891         * src/pop.h
17892                 Don't re-use same enums for unrelated stuff: it's 
17893                 completely misleading !
17894                 Document a bit
17895
17896 2004-07-09 [colin]      0.9.11cvs17.22
17897
17898         * src/inc.c
17899                 Remove folder-type check and do
17900                 more tests to be sure everything's
17901                 ok
17902         * src/messageview.c
17903                 Punctuation update, remove useless
17904                 code, fix two warnings
17905         * src/noticeview.c
17906                 Layout cleaning, reset 2nd button
17907                 when specifying one
17908
17909 2004-07-09 [colin]      0.9.11cvs17.21
17910
17911         * src/messageview.c
17912         * src/pop.c
17913         * src/pop.h
17914                 Allow user to change his mind
17915                 and postpone decision (by
17916                 unmarking the mail)
17917
17918 2004-07-09 [colin]      0.9.11cvs17.20
17919
17920         * src/messageview.c
17921                 Fix bug with delete state
17922         * src/pop.c
17923         * src/pop.h
17924                 Fix buffer leak (fread doesn't 
17925                 terminate buffers with \0)
17926                 Refactoring (remove magic 
17927                 numbers)
17928
17929 2004-07-09 [colin]      0.9.11cvs17.19
17930
17931         * src/pop.c
17932                 Don't log "Skipping message" if 
17933                 we're going to TOP it two lines
17934                 later
17935
17936 2004-07-09 [colin]      0.9.11cvs17.18
17937
17938         * src/messageview.c
17939                 Fix Engrish
17940
17941 2004-07-09 [colin]      0.9.11cvs17.17
17942
17943         * src/pop.c
17944                 strlen checking...
17945         * src/messageview.c
17946                 refactoring a bit
17947
17948 2004-07-08 [colin]      0.9.11cvs17.16
17949
17950         * src/noticeview.c
17951         * src/noticeview.h
17952                 Add an optional second button
17953         * src/messageview.c
17954         * src/pop.c
17955         * src/pop.h
17956                 Don't delete partially received mails after a certain
17957                 time; rather, let the user decide.
17958
17959 2004-07-08 [colin]      0.9.11cvs17.15
17960
17961         * src/common/smtp.h
17962                 Sync with HEAD
17963
17964 2004-07-08 [colin]      0.9.11cvs17.14
17965
17966         * src/messageview.c
17967         * src/common/smtp.c
17968                 Use to_human_readable() for sizes
17969
17970 2004-07-08 [colin]      0.9.11cvs17.13
17971
17972         * src/inc.c
17973         * src/messageview.c
17974         * src/pop.c
17975         * src/pop.h
17976         * src/procmsg.c
17977                 Fix partial-downloading issues:
17978                         catch unsupported TOP
17979                         don't delete partially downloaded mails before 5 days
17980                         don't update existing with non-MH folders; that'll
17981                         make dups, but it's better than trashing the folder
17982                         free new msginfo parts
17983                 Fix indentation ;-)
17984
17985 2004-07-08 [colin]      0.9.11cvs17.12
17986
17987         * src/common/smtp.c
17988         * src/common/smtp.h
17989                 Sync smtp size verification with HEAD
17990
17991 2004-07-08 [colin]      0.9.11cvs17.11
17992
17993         * src/summaryview.c
17994         * src/prefs_common.c
17995         * src/prefs_common.h
17996         * src/gtk/quicksearch.c
17997         * src/gtk/quicksearch.h
17998                 Sync sticky pref with HEAD
17999
18000 2004-07-08 [colin]      0.9.11cvs17.10
18001
18002         * src/folder.c [1.213.2.6]
18003         * src/folder.h [1.87.2.6]
18004         * src/inc.c [1.149.2.7]
18005         * src/messageview.c [1.94.2.8]
18006         * src/procheader.c [1.47.2.6]
18007         * src/procmsg.c [1.150.2.4]
18008         * src/procmsg.h [1.60.2.5]
18009         * src/pop.c [1.56.2.4]
18010         * src/pop.h [1.17.2.3]
18011                 Let too big messages get downloaded, but truncated
18012                 Add a button to download them completely
18013                 
18014 2004-07-06 [colin]      0.9.11cvs17.9
18015
18016         * src/gtk/quicksearch.c [1.1.2.3]
18017                 Add a Clear button
18018         * commitHelper
18019         * PATCHSETS
18020                 Add a script to help with cvs
18021
18022 2004-07-03 [colin]      0.9.11cvs17.8
18023
18024         * src/plugins/imageviewer/viewer.c
18025                 fix imageviewer (which was staying on the first
18026                 displayed image)
18027
18028 2004-07-03 [colin]      0.9.11cvs17.7
18029
18030         Removed FIXME_GTK2 warnings
18031         * src/gtk/gtkutils.c
18032                 useless #warnings
18033         * src/gtk/menu.c
18034                 useless #warnings (no need to mess with menu rc)
18035         * src/gtk/menu.h
18036                 unused functions
18037         
18038
18039 2004-07-03 [colin]      0.9.11cvs17.6
18040
18041         Removed FIXME_GTK2 warnings
18042         * src/codeconv.c
18043                 useless #warnings (rewrite needed)
18044         * src/compose.c
18045                 useless #warnings (rewrite needed)
18046                 useless #warnings (gtk2 is like that)
18047                 useless #warnings (previously fixed)
18048         * src/main.c
18049                 useless #warnings (previously fixed)
18050         * src/message_search.c
18051                 useless #warnings (gtk2 is like that)
18052                 Made apparent that search is case-sensitive
18053         * src/mimeview.c
18054                 useless #warnings (rewrite needed)
18055                 useless #warnings (gtk2 is like that)
18056                 reimplemented real warnings
18057         * src/prefs_common.c
18058                 Removed block cursor option (not it gtk2)
18059         * src/prefs_gtk.c
18060                 useless #warnings (rewrite needed)
18061         * src/procheader.c
18062                 useless #warnings (rewrite needed)
18063         * src/sourcewindow.c
18064                 useless #warnings (incorrect placing)
18065         * src/summary_search.c
18066                 useless #warnings (gtk2 is like that)
18067                 Made apparent that search is case-sensitive
18068         * src/action.c
18069                 useless #warnings (gtk2 is like that)
18070         * src/textview.c
18071                 useless #warnings (rewrite needed)
18072         * src/toolbar.c
18073                 useless #warnings (rewrite needed)
18074
18075 2004-07-03 [colin]      0.9.11cvs17.5
18076
18077         * src/textview.c
18078                 Fix mismerge which broke URI opening
18079                 
18080 2004-07-01 [colin]      0.9.11cvs17.4
18081
18082         * src/gtk/filesel.c
18083                 Fill filename when saving
18084                 
18085 2004-06-27 [colin]      0.9.11cvs17.3
18086
18087         * src/gtk/filesel.[ch]
18088                 Use the new GTK file selector
18089                 Update prototype to match the reality: multiple file
18090                 selection is open-only          
18091         * src/compose.c
18092                 Match the new prototypes        
18093         * configure.ac
18094                 Match the new requirements (gtk 2.4.0)
18095                         
18096 2004-06-26 [colin]      0.9.11cvs17.2
18097
18098         * src/plugins/trayicon/trayicon.c
18099                 Remove useless signal handler on resize, which causes
18100                 an infinite "loop"
18101         
18102 2004-06-26 [colin]      0.9.11cvs17.1
18103         
18104         * tools/Makefile.am
18105                 remove launch_firebird and add nautilus2sylpheed.sh
18106         * src/quicksearch.c
18107           src/summaryview.c
18108                 Fix show/hide "Extended symbols" button problem
18109                 Fix apparition at startup
18110                 Fix const warnings
18111         * src/plugins/image_viewer/Makefile.am
18112                 Fix configure 
18113         * common/ssl.c
18114                 Re-enable certificate check, as it doesn't seem to
18115                 cause Xlib errors anymore
18116
18117 2004-06-25 [paul]       0.9.11cvs17
18118
18119         * sync with 0.9.11cvs17 HEAD
18120         
18121         NOTE: QuickSearch is broken
18122
18123 2004-06-07 [colin]      0.9.10claws67.10
18124         * src/plugins/trayicon/trayicon.c
18125           src/plugins/trayicon/libeggtrayicon/Makefile.am
18126           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18127                 Fix gettextization in trayicon plugin
18128
18129 2004-06-07 [colin]      0.9.10claws67.9
18130         
18131         * src/summaryview.c
18132           src/gtk/gtksctree.[ch]
18133                 Let Shift+{Up,Down} work in summaryview
18134                 (well, Down "works" and Up works)
18135                 Let the list scroll when using these keys
18136
18137 2004-06-06 [colin]      0.9.10claws67.8
18138
18139         * src/plugins/trayicon/trayicon.c
18140                 Fix pixmap update
18141
18142 2004-06-06 [colin]      0.9.10claws67.7
18143
18144         * src/addressbook.c
18145                 Fix signal handling causing system-wide focus grab
18146
18147 2004-05-25 [paul]       0.9.10claws67.6
18148
18149         * Makefile.am
18150           src/Makefile.am
18151                 clean up
18152
18153 2004-05-25 [paul]       0.9.10claws67.5
18154
18155         * replace deprecated gtk_signal... functions
18156
18157 2004-05-23 [colin]      0.9.10claws67.4
18158
18159         * src/compose.c
18160                 Fix wrapping
18161
18162 2004-05-22 [colin]      0.9.10claws67.3
18163
18164         * src/compose.c
18165                 Re-fix [Edited] in compose.c::compose_reedit()
18166
18167 2004-05-22 [colin]      0.9.10claws67.2
18168
18169         * src/procmime.c
18170                 Fix parsing of multiparts mails
18171
18172 2004-05-22 [colin]      0.9.10claws67.1
18173
18174         * src/summaryview.c
18175                 Fix quicksearch
18176
18177 2004-05-22 [paul]       0.9.10claws67
18178
18179         * sync with 0.9.10claws67 HEAD
18180
18181 2004-05-14 [alfons]
18182
18183         * src/procmime.h
18184                 add forgotton prototype
18185
18186 2004-05-10 [paul]       0.9.10claws57
18187
18188         * sync with 0.9.10claws57 HEAD
18189
18190 2004-05-05 [paul]       0.9.9.claws1
18191
18192         * ChangeLog-gtk2        ** REMOVED **
18193           ChangeLog-gtk2.claws  ** ADDED **
18194                 rename and adopt the normal claws format
18195                 
18196         * configure.ac
18197                 require gtkmathview >= 0.5
18198
18199         * ac/*                          ** REMOVED **
18200           ac/                           ** REMOVED **
18201           intl/Makefile.in              ** REMOVED **
18202           m4/                           ** ADDED **
18203           m4/missing                    ** ADDED **
18204           m4/missing/gdk-pixbuf.m4      ** ADDED **
18205           m4/missing/gettext.m4         ** ADDED **
18206           m4/missing/gpgme.m4           ** ADDED **
18207           m4/missing/imlib.m4           ** ADDED **
18208           m4/.cvsignore                 ** ADDED **
18209           m4/Makefile.am                ** ADDED **
18210           m4/README                     ** ADDED **
18211           m4/aclocal-include.m4         ** ADDED **
18212           m4/aspell.m4                  ** ADDED **
18213           m4/check-type.m4              ** ADDED **
18214           m4/gnupg-check-typedef.m4     ** ADDED **
18215           m4/openssl.m4                 ** ADDED **
18216           m4/spamassassin.m4            ** ADDED **
18217           po/ChangeLog                  ** REMOVED **
18218           po/Makefile.in.in             ** REMOVED **
18219           po/Rules-quot                 ** REMOVED **
18220           po/boldquot.sed               ** REMOVED **
18221           po/en@boldquot.header         ** REMOVED **
18222           po/en@quot.header             ** REMOVED **
18223           po/insert-header.sin          ** REMOVED **
18224           po/quot.sed                   ** REMOVED **
18225           po/remove-potcdate.sed        ** REMOVED **
18226           po/remove-potcdate.sin        ** REMOVED **
18227           po/stamp-po                   ** REMOVED **
18228           Makefile.am
18229           autogen.sh
18230           configure.ac
18231                 enable building with automake 1.8.x
18232                 add 'autopoint --force' to autogen.sh and remove all
18233                 auto-generated files, remove ac/ directory and use
18234                 m4/ directory instead
18235                 
18236         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18237                 fix gettextization
18238
18239 2004-02-28 Colin Leroy <colin@colino.net>
18240         * src/prefs_matcher.c
18241           src/prefs_filtering.c
18242           src/prefs_filtering_action.c
18243                 Fix non-editable GtkEntries
18244
18245 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18246         * src/prefs_themes.c
18247                 utf8 conversion for theme info
18248
18249 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18250         * sync 0.9.9claws
18251
18252 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18253         * src/grouplistdialog.c
18254                 allow multiple selections without ctrl key
18255
18256 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18257         * src/main.c
18258                 enable customizable accelerators
18259
18260 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18261         * src/prefs_common.c
18262                 re-enable different font settings for gtk1/2
18263         * src/prefs_folder_item.c
18264                 fix folder prefs displayed wrong
18265         * src/textview.c
18266                 set 'sunken' shadow type
18267
18268 2004-02-07 Colin Leroy <colin@colino.net>
18269         * src/compose.c
18270                 Fix message being always [Edited]
18271                 Encode headers correctly (utf8 buf)
18272
18273 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18274         * src/socket.c
18275                 remove double g_source_attach()
18276                 (Thanks to Colin Leroy)
18277
18278 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18279         * src/gtk/gtksctree.c
18280                 Fix SSL certificate list not shown
18281         * src/mimeview.c
18282                 Fix clicks in mime tree
18283
18284 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18285         * src/common/socket.c
18286                 Fix SSL receive
18287         * src/compose.c
18288                 Fix clipboard menu hotkeys
18289
18290 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18291         * src/gtk/gtkaspell.[ch]
18292           src/compose.c
18293                 reimplement spellchecker
18294
18295 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18296         * src/gtk/filesel.c
18297                 crash when inserting file in compose window
18298                 (TODO: keep old selection on clicks)
18299         * src/main.c
18300                 use gtkrc-2.0 instead of gtkrc
18301
18302 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18303         * src/messageview.c
18304                 remove orphaned mimeview unref()
18305
18306 2004-01-20 Thorsten Maerz <torte@netztorte.de>
18307         * src/grouplistdialog.c
18308                 expand nodes containing subscribed groups
18309
18310 2004-01-19 Thorsten Maerz <torte@netztorte.de>
18311         * src/textview.c
18312                 textview: hide cursor, restore old click behaviour
18313
18314 2004-01-18 Thorsten Maerz <torte@netztorte.de>
18315         * src/textview.c
18316                 variable names messed up
18317
18318 2004-01-17 Colin Leroy <colin@colino.net>
18319         * src/addr_compl.c
18320                 Fix completion address too thin
18321         * src/compose.c
18322                 Fix tab-to-subject behaviour
18323         * src/summaryview.c
18324                 Implement key up & down in summaryview
18325
18326 2004-01-12 Thorsten Maerz <torte@netztorte.de>
18327
18328         * sync 098claws
18329
18330 2004-01-08 Thorsten Maerz <torte@netztorte.de>
18331         * configure.ac
18332           Makefile.am
18333           doc/.cvsignore
18334           doc/Makefile.am
18335                 faq, man, manual moved to doc/
18336         * ac/aspell.m4
18337           ac/check-type.m4
18338           ac/gnupg-check-typedef.m4
18339           ac/openssl.m4
18340           ac/spamassassin.m4
18341           ac/missing/gdk-pixbuf.m4
18342           ac/missing/gpgme.m4
18343           ac/missing/imlib.m4
18344                 fix automake warnings
18345
18346 2003-12-06 Colin Leroy <colin@colino.net>
18347         * src/summaryview.c
18348                 Fix quicksearch
18349
18350 2003-12-05 Colin Leroy <colin@colino.net>
18351         * src/summaryview.c
18352                 Fix going to next unread folder
18353
18354 2003-12-05 Colin Leroy <colin@colino.net>
18355         * src/crash.c
18356                 Fix gtk2 compilation
18357         * src/session.c
18358                 Remove iotag source handler at disconnection
18359         * src/socket.[ch] 
18360                 Remove source handler when closing socket 
18361                 (fixes another seg)
18362
18363 2003-12-04 Colin Leroy <colin@colino.net>
18364         * src/compose.c
18365           src/prefs_account.c
18366           src/prefs_common.c
18367                 Fix some dropdown menus
18368
18369 2003-12-04 Colin Leroy <colin@colino.net>
18370         * src/compose.c
18371                 Fix event handlers on header fields
18372         * src/common/socket.c
18373           src/common/session.c
18374                 Fix segfault with callback (SSL)
18375                 Fix end of session 
18376
18377 2003-10-06 Thorsten Maerz <torte@netztorte.de>
18378
18379         * Fix compile bug in src/compose.c
18380         * removed src/gtk/gtkstext.[ch]
18381
18382 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
18383
18384         * Convert character set and escape "text" attributes in toolbar setting
18385         files.
18386         * Fixed bug in button-press-event handling.
18387
18388 2003-09-16 Thorsten Maerz <torte@netztorte.de>
18389
18390         * Fixed bug in key-press-event handling.
18391
18392 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
18393
18394         * Enabled to compile tray-icon plugin (Ad-hoc).
18395         * Avoid hang up bug of icon list in mime view (Ad-hoc).
18396
18397 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
18398
18399         * Enabled to compile on sylpheed-claws.
18400         (tray-icon plugin still cannot compile yet.)
18401
18402 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
18403
18404         * Updated to 0.9.5.
18405
18406 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
18407
18408         * Updated to 0.9.4.
18409         * Ported monitoring SSL mechanism to GSource of GLib2
18410         (I don't confirm it)
18411         * Added _gtk2 suffix to key name of font preference to avoid
18412         ovverwriting preference of Gtk+-1.2 version.
18413
18414 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
18415
18416         * Updated to 0.9.2.
18417
18418 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
18419
18420         * Updated to 0.9.1.
18421         * Translate po files into UTF-8 when execute autogen.sh.
18422
18423 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
18424
18425         * Updated to 0.9.0.
18426
18427 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
18428
18429         * Plugged GError related memory leaks.
18430
18431 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
18432
18433         * Changed default size of fonts.
18434         * Enabled to set titile font size of warning dialog.
18435
18436 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
18437
18438         * Embed a sylpheed icon into executable binary on Windows.
18439
18440 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
18441
18442         * I forgot to traslate character set of element string in src/xml.c.
18443
18444 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
18445
18446         * Fixed detecting bind_textdomain_codeset in configure.in.
18447         * The bug in which "Example" of "Date fromat" preference isn't displayed
18448         correctly has been fixed.
18449
18450 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
18451
18452         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
18453           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
18454           glib-gettextize
18455           Removed intl directory.
18456           Translated po files into UTF-8.
18457           (Thanks! Ryuji Abe)
18458
18459 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
18460
18461         * The bug which doesn't unscape string in xml.c has been fixed.
18462
18463 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
18464
18465         * The bug which is failed to translate encoding of file name thorough
18466         file dialog has been fixed.
18467
18468 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
18469
18470         * Modified to translate file names which is used in inporting/expoting
18471         mbox feature and "Save as" feature into locale encoding.
18472         * Translate file names into locale encoding when "Attache file" and
18473         "Insert file".
18474         * Force set G_BROKEN_FILENAMES environment variable.
18475         * Other minor fixes.
18476
18477 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
18478
18479         * Modified to treat MH folder's name as locale encoding.
18480
18481 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
18482
18483         * The bug which clash on switching candidates of auto completion of
18484         addresses, cannot use auto completion in Japanesse is fixed
18485         (Thanks! Tokunaga-san)¡¥
18486
18487 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18488
18489         * The bug which cannot switch key accelerator preference has been fixed
18490         (Thanks! smbd-san)¡¥
18491
18492 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18493
18494         * version 0.8.11-gtk2-20030314
18495
18496 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18497
18498         * The bug in which character set conversion of filtering messages has
18499         been fixed.(Thanks! COCOA-san).
18500
18501 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
18502
18503         * Revived "Leave space on head" preference in "Message" category.
18504         * A bug which clash when put the cursor to end of buffer and execute
18505         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
18506
18507 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18508
18509         * version 0.8.11-gtk2-20030312
18510
18511 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18512
18513         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
18514         * Modified to use Pango's API directly for font preference.
18515         * Integrated GtkTextView of textview to one widget.
18516         * Set fonts of header title in textview by "header_title" tag.
18517         * Removed some deprecated codes.
18518
18519 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
18520
18521         * Updated to 0.8.11.
18522         * Merged cygwin patch(Thanks! Sakai-san).
18523
18524 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
18525
18526         * version 0.8.10-gtk2-20030309