2006-09-23 [colin] 2.4.0cvs212
[claws.git] / ChangeLog
1 2006-09-23 [colin]      2.4.0cvs212
2
3         * src/gtk/inputdialog.c
4                 Fix [ ] remember this appearing in normal
5                 input dialogs after it's been used by
6                 mimeview.
7         * src/folder.c
8         * src/folderview.c
9         * src/msgcache.c
10         * src/procmsg.c
11         * src/summaryview.c
12         * src/textview.c
13         * src/common/timing.h
14                 Enable timings in debug mode and make it
15                 look prettier.
16
17 2006-09-22 [colin]      2.4.0cvs211
18
19         * README
20                 Revert test change
21         * commitHelper
22                 ping the correct URI
23
24 2006-09-22 [colin]      2.4.0cvs210
25
26         * README
27                 Let's see if bug #1022 is fixed
28
29 2006-09-21 [colin]      2.4.0cvs209
30
31         * src/wizard.c
32         * src/common/plugin.c
33                 Prepare infra to load predefined plugins when
34                 no configuration existed. Don't actually load
35                 anything yet (feat. freeze)
36
37 2006-09-21 [wwp]        2.4.0cvs208
38
39         * manual/fr/faq.xml
40                 Partial sync w/ 2.4.0cvs72:
41                 wrap file and minor updates.
42
43 2006-09-21 [wwp]        2.4.0cvs207
44
45         * tools/fix_date.sh
46                 several fixes and enhancements. A new --force switch has been
47                 added to prevent overriding by default Date: header when
48                 already existing.
49
50 2006-09-21 [paul]       2.4.0cvs206
51
52         * src/common/utils.c
53                 add Chinese UTF8 Re prefix
54
55 2006-09-21 [wwp]        2.4.0cvs205
56
57         * tools/Makefile.am
58                 Fics alfabettical order.
59
60 2006-09-21 [wwp]        2.4.0cvs204
61
62         * tools/fix_date.sh
63         * tools/Makefile.am
64                 Added an action tool to fix missing Date field in emails.
65                 Updated Makefile.am to reflect those last two additions.
66
67 2006-09-21 [wwp]        2.4.0cvs203
68
69         * tools/uuooffice
70                 Added a action tool to open uuencoded docs w/
71                 OpenOffice (based on uudec method).
72
73 2006-09-21 [colin]      2.4.0cvs202
74
75         * src/compose.c
76         * src/textview.c
77                 Workaround possible GTK crash: remove selection 
78                 clipboard before destroying widget, or GTK+-2.10
79                 dies. Thanks to Hiro.
80
81 2006-09-20 [colin]      2.4.0cvs201
82
83         * src/compose.c
84                 Fix free-after-use in some cases (when 
85                 procmime_encode_content() frees mimeinfo->data.mem
86                 and turns it to a temp file)
87
88 2006-09-20 [colin]      2.4.0cvs200
89
90         * src/folderview.c
91         * src/summaryview.c
92         * src/gtk/gtksctree.c
93         * src/gtk/gtksctree.h
94                 Add tooltips in the folderview and summaryview
95                 (Doesn't break string freeze as they already
96                 exist)
97         * src/toolbar.c
98                 Put the spam button in the default configuration
99                 if compiled with bogo plugin too
100
101 2006-09-19 [colin]      2.4.0cvs199
102
103         * src/summaryview.c
104         * src/summaryview.h
105                 Update folder name label on folder rename
106         * src/prefs_matcher.c
107         * src/gtk/logwindow.h
108                 Fix warnings
109                 Patches by Fabien
110
111 2006-09-19 [wwp]        2.4.0cvs198
112
113         * src/summary_search.c
114                 fix can't click forward/backward buttons in the
115                 search messages.
116
117 2006-09-18 [paul]       2.4.0cvs197
118
119         * src/wizard.c
120                 add missing bracket, capitalise the A of
121                 'SpamAssassin'
122
123 2006-09-18 [paul]       2.4.0cvs196
124
125         * src/compose.c
126                 fix bug 1012 'crashed upon sending mail
127                 from compose window'
128                 Thanks to Colin
129
130 2006-09-16 [colin]      2.4.0cvs195
131
132         * src/folderview.c
133                 Fix "real-time" sorting by freezing/thawing
134
135 2006-09-16 [colin]      2.4.0cvs194
136
137         * manual/faq.xml
138                 Fix the anti-spam entry a bit
139
140 2006-09-16 [colin]      2.4.0cvs193
141
142         * src/wizard.c
143                 Make sure reviewers have no excuse when stating
144                 Sylpheed-Claws doesn't have antispam capabilities.
145
146 2006-09-16 [colin]      2.4.0cvs192
147
148         * src/main.c
149                 Revert part of 2.3.0cvs18, Saving caches on SIGPIPE,
150                 as if the SIGPIPE comes from etpan's thread we could
151                 trigger a GUI update from this thread.
152
153 2006-09-16 [colin]      2.4.0cvs191
154
155         * src/summaryview.c
156                 Init all members of the struct
157
158 2006-09-16 [paul]       2.4.0cvs190
159
160         * src/account.c
161                 improvements to the English
162
163 2006-09-15 [colin]      2.4.0cvs189
164
165         * src/summaryview.c
166                 HIG order on dialog
167
168 2006-09-14 [colin]      2.4.0cvs188
169
170         * src/common/socket.c
171         * src/common/socket.h
172         * src/common/ssl.c
173         * src/common/ssl_certificate.c
174         * src/common/ssl_certificate.h
175         * src/etpan/imap-thread.c
176                 the get_fqdn() call done to get canonical name when
177                 checking an SSL certificate is blocking, which is
178                 sad as we just did a non-blocking lookup to connect.
179                 Fix that by letting the fqdn available to the SockInfo,
180                 and use that in ssl_certificate_check(). For IMAP,
181                 we don't do it as the lookup's done by libetpan, but
182                 it's less annoying as IMAP connections as much more
183                 rare than POP3 connections.
184
185 2006-09-14 [paul]       2.4.0cvs187
186
187         * manual/advanced.xml
188                 improvements to the English,
189                 properly place the new hidden options
190                 within the alphabetical order
191         * src/gtk/pluginwindow.c
192                 improvements to the English
193
194 2006-09-14 [colin]      2.4.0cvs186
195
196         * src/prefs_common.c
197         * src/prefs_common.h
198         * src/gtk/gtksctree.c
199         * manual/advanced.xml
200                 New hidden pref, stripes_color_offset, to change
201                 the value added/substracted to normal bgcolor to
202                 create the stripes in summaries
203
204 2006-09-13 [colin]      2.4.0cvs185
205
206         * src/gedit-print.c
207         * src/messageview.c
208         * src/messageview.h
209         * src/summaryview.c
210         * src/textview.c
211                 Fix misc. printing issues: 
212                 - Bad font for linkified headers
213                 - Different font if the mail was displayed or not
214                 - Factorize the thing
215
216 2006-09-13 [colin]      2.4.0cvs184
217
218         * src/common/ssl_certificate.c
219                 Only get FQDN once when checking certificate
220
221 2006-09-13 [colin]      2.4.0cvs183
222
223         * src/account.c
224         * src/gtk/pluginwindow.c
225                 Misc. GUI fixes by Fabien
226
227 2006-09-13 [wwp]        2.4.0cvs182
228
229         * configure.ac
230         * src/common/utils.h
231         * src/common/utils.c
232                 get rid of unused wide-char functions.
233
234 2006-09-13 [wwp]        2.4.0cvs181
235
236         * src/plugins/pgpinline/sylpheed.def
237         * src/textview.c
238                 merge more w32 patches from gpg4win sources (Marcus Brinkmann <marcus@g10code.de>):
239                 add privacy_reset_error to the .def file,
240                 do not fork for an external textviewer.
241
242 2006-09-13 [wwp]        2.4.0cvs180
243
244         * src/prefs_common.c
245                 fix broken font entry in prefs (patch issued by the gpg4win team,
246                 probably by Marcus Brinkmann <marcus@g10code.de>).
247
248 2006-09-13 [colin]      2.4.0cvs179
249
250         * src/folder.h
251                 Fix a warning in summaryview.c
252         * src/mainwindow.c
253         * src/summaryview.c
254         * src/summaryview.h
255                 Add missing Mark/* elements in the
256                 main menu
257
258 2006-09-12 [colin]      2.4.0cvs178
259
260         * src/prefs_actions.c
261         * src/prefs_filtering_action.c
262         * src/prefs_matcher.c
263                 Use (New) instead of New everywhere
264
265 2006-09-12 [wwp]        2.4.0cvs177
266
267         * manual/fr/addrbook.xml
268         * manual/fr/handling.xml
269                 updated some quotes in the fr manual to match the fr translation.
270
271 2006-09-12 [wwp]        2.4.0cvs176
272
273         * src/prefs_matcher.c
274                 don't store translated string elements in matcher expressions.
275                 Also fixed a misused of Q_().
276
277 2006-09-11 [wwp]        2.4.0cvs175
278
279         * src/plugins//bogofilter/bogofilter.c
280         * src/plugins//clamav/clamav_plugin.c
281         * src/plugins//demo/demo.c
282         * src/plugins//dillo_viewer/dillo_viewer.c
283         * src/plugins//pgpcore/plugin.c
284         * src/plugins//pgpinline/plugin.c
285         * src/plugins//pgpmime/plugin.c
286         * src/plugins//spamassassin/spamassassin.c
287                 gettext-ize more strings (mostly plugin error messages).
288
289 2006-09-11 [colin]      2.4.0cvs174
290
291         * src/alertpanel.c
292                 Make maximum buffer size bigger to avoid
293                 truncating translated messages. Patch by
294                 Fabien
295
296 2006-09-11 [colin]      2.4.0cvs173
297
298         * src/etpan/imap-thread.c
299                 Fix compilation on OpenBSD, thanks to 
300                 Landry
301
302 2006-09-10 [wwp]        2.4.0cvs172
303
304         * manual/account.xml
305         * manual/addrbook.xml
306         * manual/handling.xml
307         * manual/es/handling.xml
308         * manual/fr/account.xml
309         * manual/fr/addrbook.xml
310         * manual/fr/handling.xml
311                 documented addressbook matching (condition configuration):
312                   addrbook.xml, en fr
313                 documented per-account filtering rules (handling/filtering
314                   section, account section):
315                   account.xml, handling.xml, en fr
316                 slightly updated the handling/searching section to tell few
317                   words about the extended search ability:
318                   handling.xml, en fr
319                 added missing <quote></quotes> to Quick Search:
320                   handling.xml, en fr es
321                 fixed a typo (auomatically):
322                   handling.xml, en
323                 changes revisited by Paul.
324
325 2006-09-10 [paul]       2.4.0cvs171
326
327         * src/prefs_actions.c
328         * src/prefs_filtering.c
329         * src/prefs_template.c
330                 adjustments to the gui
331                 Patch by Fabien Vantard (slightly modified)
332
333 2006-09-10 [colin]      2.4.0cvs170
334
335         * src/summaryview.c
336                 Check folderitem/summaryview consistency
337                 (basically automates Update summary). Fixes
338                 #1011 (wrong (negative) count on unread 
339                 messages)
340
341 2006-09-10 [colin]      2.4.0cvs169
342
343         * src/gtk/gtksctree.c
344                 Fix recursive expansion via mouse
345         * src/plugins/bogofilter/bogofilter.c
346                 Use normal filtering way of moving
347                 messages (batching), possibly fixing
348                 bug #1015 (Bogofilter plugin doubles 
349                 new messages)
350
351 2006-09-09 [wwp]        2.4.0cvs168
352
353         * src/prefs_filtering.c
354                 better place for this fix.
355
356 2006-09-09 [wwp]        2.4.0cvs167
357
358         * src/prefs_filtering.c
359                 fix a minor bug when the enabled status of a filtering/processing
360                 rule always got set to TRUE when replacing this rule. That still
361                 make sense when adding a new rule, but now when replacing, we
362                 don't override the value of 'enabled'.
363                 Also renamed the func prefs_filtering_list_view_get_rule_name()
364                 to prefs_filtering_list_view_get_info() as this function not only
365                 returns the name, but also the account_id and the enabled status.
366
367 2006-09-09 [mones]      2.4.0cvs166
368
369         * manual/glossary.xml
370         * manual/plugins.xml
371                 Minor format corrections
372         * manual/gpl.xml
373                 Fix misplaced NO WARRANTY section
374         * manual/es/advanced.xml
375         * manual/es/faq.xml
376         * manual/es/glossary.xml
377         * manual/es/gpl.xml
378         * manual/es/handling.xml
379         * manual/es/plugins.xml
380         * manual/es/starting.xml
381                 Incorporate changes from English version
382         * manual/fr/ack.xml
383         * manual/pl/ack.xml
384         * manual/es/ack.xml
385                 Fix address, (add translation credits in es version)
386         * po/es.po
387                 Updated translation
388
389 2006-09-09 [wwp]        2.4.0cvs165
390
391         * src/prefs_filtering.c
392                 fix a crash when opening filtering prefs, if matcherrc file contains
393                 broken data (non-existing account id, which is theoretically not
394                 possible).
395
396 2006-09-08 [colin]      2.4.0cvs164
397
398         * src/folder.c
399                 Wrong assert, make it an if()
400         * src/gtk/gtksctree.c
401                 Fix bug #1013 (expand selected thread 
402                 tree) - expanding is now recursive
403
404 2006-09-07 [wwp]        2.4.0cvs163
405
406         * src/prefs_matcher.c
407                 make better sentences about addressbook matching in the
408                 matcher prefs. This should make translators' work easier
409                 too.
410
411 2006-09-07 [wwp]        2.4.0cvs162
412
413         * src/prefs_filtering.c
414                 code simplification (get rid of dup var. assignment).
415
416 2006-09-07 [wwp]        2.4.0cvs161
417
418         * src/summaryview.c
419                 use GTK_STOCK icons when possible, patch by Fabien Vantard
420                 <fzzzzz@gmail.com>.
421
422 2006-09-07 [paul]       2.4.0cvs160
423
424         * src/mimeview.c
425                 fix compilation warnings
426                 Thanks to Colin
427
428 2006-09-07 [paul]       2.4.0cvs159
429
430         * src/mimeview.c
431                 select the mimepart icon when
432                 displaying as text
433                 Thanks to Colin
434
435 2006-09-06 [paul]       2.4.0cvs158
436
437         * src/prefs_filtering.c
438                 fix labels and table element spacing
439                 Patch by Fabien Vantard
440
441 2006-09-06 [paul]
442
443         2.5.0-rc3 released
444
445 2006-09-06 [paul]       2.4.0cvs157
446
447         * manual/es/advanced.xml
448                 fix typo
449
450 2006-09-06 [wwp]        2.4.0cvs156
451
452         * src/mainwindow.c
453                 fix an dup launch issue when iconified, thanks to Colin.
454
455 2006-09-06 [wwp]        2.4.0cvs155
456
457         * src/gtk//gtksctree.h
458                 oops, forgot that one!
459
460 2006-09-06 [wwp]        2.4.0cvs154
461
462         * manual/pl/advanced.xml
463         * manual/advanced.xml
464         * manual/es/advanced.xml
465         * manual/fr/advanced.xml
466         * src/prefs_customheader.c
467         * src/prefs_filtering_action.c
468         * src/foldersel.c
469         * src/prefs_summaries.c
470         * src/prefs_filtering.c
471         * src/account.c
472         * src/compose.c
473         * src/prefs_summary_column.c
474         * src/addr_compl.c
475         * src/prefs_actions.c
476         * src/prefs_folder_column.c
477         * src/ssl_manager.c
478         * src/prefs_template.c
479         * src/prefs_display_header.c
480         * src/prefs_common.h
481         * src/prefs_matcher.c
482         * src/prefs_common.c
483         * src/prefs_toolbar.c
484         * src/summaryview.c
485         * src/folderview.c
486         * src/gtk/gtksctree.c
487         * src/gtk/pluginwindow.c
488         * src/gtk/progressdialog.c
489         * src/gtk/prefswindow.c
490                 renamed hidden option enable_rules_hint to use_stripes_everywhere
491                 to make its meaning more obvious (all versions of the manual reflect
492                 the change).
493                 added an extra hidden option use_stripes_in_summary to allow
494                 discarding these stripes in mainwindow's folder and message lists;
495                 en and fr manuals only are OK towards this.
496
497 2006-09-06 [colin]      2.4.0cvs153
498
499         * src/textview.c
500                 Hide Sylpheed-Claws' internal queue headers
501                 when showing all headers. They'll be present
502                 only in Source window.
503
504 2006-09-05 [colin]      2.4.0cvs152
505
506         * src/plugins/trayicon/trayicon.c
507                 Fix crash at exit - we have to disconnect
508                 our handlers
509         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
510                 Update eggtrayicon - patch adapted from a
511                 patch by Fryderyk Dziarmagowski <freetz@gmx.net>
512                 on Sylpheed's ML
513
514 2006-09-05 [colin]      2.4.0cvs151
515
516         * src/mainwindow.c
517         * src/gtk/logwindow.c
518                 Fix race condition when something writes
519                 to the log too soon during init. Thanks
520                 to Fabien Vantard
521
522 2006-09-05 [colin]      2.4.0cvs150
523
524         * src/mimeview.c
525                 Don't select part on right-click either
526
527 2006-09-05 [paul]       2.4.0cvs149
528
529         * src/mimeview.c
530                 completion of previous commit
531                 Thanks to Colin
532
533 2006-09-05 [colin]      2.4.0cvs148
534
535         * src/mimeview.c
536                 Don't force selection on middle-click, just open
537
538 2006-09-04 [colin]      2.4.0cvs147
539
540         * src/mimeview.c
541                 Looks like gtk_notebook_set_current_page()
542                 sometimes steals focus, and this annoys us
543                 in MimeViewers as it renders navigation
544                 keys useless. Take back focus after switching
545                 pages.
546
547 2006-09-04 [colin]      2.4.0cvs146
548
549         * src/messageview.c
550                 Set stop_loading when clicking on Next
551                 during load. Don't add a callback to 
552                 avoid over-complicating things.
553
554 2006-09-04 [colin]      2.4.0cvs145
555
556         * src/mimeview.c
557         * src/messageview.c
558                 Fix multiple loads in separate messageview
559
560 2006-09-04 [colin]      2.4.0cvs144
561
562         * src/summaryview.c
563                 Let navigation keys be handled during 
564                 load
565
566 2006-09-04 [colin]      2.4.0cvs143
567
568         * src/messageview.c
569         * src/summaryview.c
570         * src/textview.c
571         * src/textview.h
572                 Make loading of huge mails (lots of text and/or
573                 images) cancellable, so the GUI doesn't block 
574
575 2006-09-04 [colin]      2.4.0cvs142
576
577         * src/plugins/trayicon/trayicon.c
578                 Fix annoyance when removing a folder with 
579                 unread mails: trayicon didn't update
580
581 2006-09-04 [paul]       2.4.0cvs141
582
583         * src/gtk/icon_legend.c
584                 straighten up columns
585                 Patch by Fabien Vantard
586
587 2006-09-04 [wwp]        2.4.0cvs140
588
589         * src/prefs_filtering.c
590                 fix new line's account name in filtering prefs:
591                 was "All", is now "(New)".
592
593 2006-09-04 [paul]       2.4.0cvs139
594
595         * tools/make.themes.project
596                 use "AUTOMAKE_OPTIONS = dist-bzip2"
597                 instead of homebrewed "make release"
598
599 2006-09-03 [colin]      2.4.0cvs138
600
601         * src/folderview.c
602                 Fix bug #1007 (Wrong folder highlighted)
603
604 2006-09-03 [colin]      2.4.0cvs137
605
606         * src/compose.c
607                 Don't set Newsgroup: header to a mail folder
608                 path
609
610 2006-09-03 [paul]       2.4.0cvs136
611
612         * src/prefs_other.c
613         * src/prefs_spelling.c
614                 unify the gui
615
616 2006-09-03 [paul]       2.4.0cvs135
617
618         * src/prefs_summaries.c
619                 correct menu item text in prefs_keybind_apply_clicked()
620
621 2006-09-03 [paul]       2.4.0cvs134
622
623         * manual/advanced.xml
624                 some improvements to the descriptions
625         * src/mainwindow.c
626         * src/messageview.c
627         * src/summaryview.c
628         * src/gtk/menu.c
629                 fix menu sensitivity issues
630         * src/prefs_message.c
631                 drop the useless word 'short'
632         * src/prefs_other.c
633                 add the word 'lines' indicating log length
634                 is a measure of lines
635         * src/textview.c
636                 fix compilation warnings
637
638 2006-09-02 [colin]      2.4.0cvs133
639
640         * src/messageview.c
641                 Display a special return-receipt message
642                 if the message is from the user
643         * src/summaryview.c
644                 Fix missing freeze of the list when marking
645                 all read and unthreading for exec. Thanks
646                 to Stephan Sachse.
647
648 2006-09-02 [paul]       2.4.0cvs132
649
650         * src/mainwindow.c
651         * src/prefs_message.c
652         * src/summaryview.c
653                 fix some english
654
655 2006-09-02 [wwp]        2.4.0cvs131
656
657         * src/prefs_filtering.c
658                 added an account name column to the filtering rules
659                 dialog.
660
661 2006-09-02 [colin]      2.4.0cvs130
662
663         * src/gtk/logwindow.c
664         * src/gtk/logwindow.h
665                 Block scrolling if we're not at the end
666                 of the log
667
668 2006-09-02 [colin]      2.4.0cvs129
669
670         * src/folder.c
671                 Make sure account-specific rules can't
672                 be used in {pre-,post-,}processing
673         * src/mainwindow.c
674         * src/gtk/logwindow.c
675         * src/gtk/logwindow.h
676                 Jump to last error when clicking on the
677                 warning icon
678
679 2006-09-02 [colin]      2.4.0cvs128
680
681         * src/imap.c
682         * src/import.c
683         * src/mainwindow.c
684         * src/mainwindow.h
685                 Fix warning icon
686         * src/inc.c
687         * src/mbox.c
688         * src/mbox.h
689                 Let proc_mbox know its account, for
690                 account-specific rules
691
692 2006-09-01 [colin]      2.4.0cvs127
693
694         * src/codeconv.c
695                 Don't uselessly use iconv to convert from
696                 us-ascii
697         * src/alertpanel.c
698         * src/mainwindow.c
699         * src/mainwindow.h
700         * src/inc.c
701                 Fix certain log cases, disable warning icon
702                 for now, the correct way to display it when
703                 necessary and only when necessary is probably
704                 to do it manually rather than use error logs
705         * src/etpan/imap-thread.c
706                 Clean up UID logging a bit
707         * src/gtk/logwindow.c
708         * src/gtk/logwindow.h
709                 Make logging faster when the window's closed
710
711 2006-09-01 [wwp]        2.4.0cvs126
712
713         * manual/fr/account.xml
714                 reflect changes to the ref. manual (parts of cvs72):
715                 fix tabnames and quotes.
716
717 2006-09-01 [wwp]        2.4.0cvs125
718
719         * manual/fr/plugins.xml
720                 reflect changes to the reference manual (cvs42):
721                 update IRC channel info.
722
723 2006-09-01 [wwp]        2.4.0cvs124
724
725         * commitHelper
726                 use CVSEDITOR env. var. if set, according to `man cvs`.
727
728 2006-09-01 [wwp]        2.4.0cvs123
729
730         * manual/advanced.xml
731                 better sentence again (thanks to Paul).
732
733 2006-09-01 [wwp]        2.4.0cvs122
734
735         * manual/advanced.xml
736         fix definition of toolbar_detachable and rework a bit the one of
737         enable_dotted_lines.
738
739 2006-09-01 [mones]      2.4.0cvs121
740
741         * manual/advanced.xml
742                 Document enable_dotted_lines
743
744 2006-09-01 [paul]       2.4.0cvs120
745
746         * src/folderview.c
747         * src/folderview.h
748         * src/imap.c
749         * src/mainwindow.c
750         * src/summaryview.c
751                 obey the 'When entering folder...' option
752                 when using the /View/Go to/... menu items
753                 Thanks to Colin
754
755 2006-08-31 [colin]      2.4.0cvs119
756
757         * src/folderview.c
758                 Revert 2.4.0cvs116, wrong fix.
759
760 2006-08-31 [colin]      2.4.0cvs118
761
762         * src/gtk/gtksctree.c
763                 Better state the various copyrights
764
765 2006-08-31 [colin]      2.4.0cvs117
766
767         * src/prefs_common.c
768                 fix enable_dotted_lines
769
770 2006-08-31 [colin]      2.4.0cvs116
771
772         * src/folderview.c
773                 Use pref "Always open on select" when going
774                 to next unread folder
775         * src/gtk/gtksctree.c
776                 Fix link failure to _gtk_clist_create_cell_layout
777                 on certain computers. (Why not mine, I wonder)
778
779 2006-08-31 [colin]      2.4.0cvs115
780
781         * src/procmsg.c
782         * src/textview.c
783         * src/plugins/bogofilter/bogofilter.c
784         * src/plugins/spamassassin/spamassassin.c
785                 Requalify some "errors" to warnings
786         * src/mainwindow.c
787         * src/mainwindow.h
788         * src/statusbar.c
789                 Add an icon in the statusbar to notify
790                 of errors
791         * src/gtk/gtksctree.c
792         * src/folderview.c
793         * src/summaryview.c
794                 Make the GtkSCTree look more modern by
795                 alternating background lines
796         * src/prefs_common.c
797         * src/prefs_common.h
798                 Add a pref to let people have the old
799                 way if they prefer
800
801
802 2006-08-30 [colin]      2.4.0cvs114
803
804         * src/procmsg.c
805         * src/procmsg.h
806                 Provide a way to filter a list of
807                 messages in an optimised manner, and
808                 add a list-filtering hook
809         * src/folder.c
810         * src/inc.c
811         * src/mbox.c
812                 Use the list filtering
813         * src/plugins/bogofilter/bogofilter.c
814                 Use the list-filtering hook
815                 Use -b (bulk) mode for more speed
816                 when learning and filtering
817         * src/etpan/imap-thread.c
818                 Make log output shorter in UID SEARCH
819
820
821 2006-08-30 [colin]      2.4.0cvs113
822
823         * src/plugins/bogofilter/bogofilter.c
824                 Really fast mass learning - thanks to David
825                 Relson for the options explanations :)
826
827 2006-08-30 [colin]      2.4.0cvs112
828
829         * src/msgcache.c
830                 Fix compilation on FreeBSD. Thanks
831                 to Michael Hugues
832
833 2006-08-29 [colin]      2.4.0cvs111
834
835         * src/folderview.c
836                 Handle "popup_menu" signal (for popping the 
837                 menu via the keyboard)
838         * src/mimeview.c
839         * src/mimeview.h
840         * src/summaryview.c
841         * src/textview.c
842         * src/gtk/gtkutils.c
843         * src/gtk/gtkutils.h
844                 Factorize scrolling code, and add an API 
845                 for MimeViewers to handle scroll orders
846
847 2006-08-29 [wwp]        2.4.0cvs110
848
849         * src/plugins//bogofilter/bogofilter.c
850         * src/plugins//spamassassin/spamassassin.c
851                 make the bogofilter/spamassassin filtering error dialogs at
852         incorporation obey to the "don't popup error dialog on
853         receive error" option. If disabled, feed the log window w/
854         the error message.
855
856 2006-08-29 [paul]
857
858         2.5.0-rc2 released
859
860 2006-08-29 [paul]       2.4.0cvs109
861
862         * Makefile.am
863                 remove 'make release', it's not needed
864                 since we use 'AUTOMAKE_OPTIONS = dist-bzip2'
865
866 2006-08-29 [paul]       2.4.0cvs108
867
868         * src/foldersel.c
869         * src/summary_search.c
870         * src/gtk/progressdialog.c
871         * src/plugins/pgpcore/passphrase.c
872                 replace deprecated gtk_window_set_policy()
873
874 2006-08-29 [colin]      2.4.0cvs107
875
876         * src/folder.c
877                 Fix data loss when copy fails during a move:
878                 only use fast remove_msgs if everything was
879                 copied OK; else use slow remove_msg on the
880                 mails that got copied only.
881
882 2006-08-28 [paul]       2.4.0cvs106
883
884         * src/mh.c
885                 revert change in 2.4.0cvs104, it breaks
886                 stuff
887
888 2006-08-28 [paul]       2.4.0cvs105
889
890         * src/plugins/spamassassin/spamassassin.c
891                 english fix
892
893 2006-08-28 [paul]       2.4.0cvs104
894
895         * src/mh.c
896                 fix data loss when moving to another
897                 mailbox fails
898         * src/prefs_spelling.c
899                 improve the english
900         * src/gtk/pluginwindow.c
901                 improve the layout of the dialog text
902         All thanks to Colin
903
904 2006-08-28 [paul]       2.4.0cvs103
905
906         * src/plugins/bogofilter/bogofilter.c
907         * src/plugins/bogofilter/bogofilter_gtk.c
908                 fix english up a bit, innit
909
910 2006-08-28 [paul]       2.4.0cvs102
911
912         * configure.ac
913         * po/Makefile.in.in
914         * po/Makevars
915                 require autoconf 2.60, enabling building
916                 with gettext 0.15 (gettext 0.14.x build still
917                 possible). Replace Makefiles with versions
918                 from gettext 0.15.
919                 Remove configure options --with-localedir and
920                 --with-mandir. The options that are provided
921                 directly by autoconf 2.60 can be used instead:
922                 --mandir --localedir
923
924 2006-08-27 [colin]      2.4.0cvs101
925
926         * src/plugins/bogofilter/Makefile.am
927                 Fix make dist (no README)
928
929 2006-08-27 [colin]      2.4.0cvs100
930
931         * src/folder.c
932                 Don't use F_UNKNOWN folders for any default
933                 outbox/trash/etc
934         * src/plugins/bogofilter/bogofilter.c
935         * src/plugins/bogofilter/bogofilter.h
936         * src/plugins/bogofilter/bogofilter_gtk.c
937                 Add an option to specify the path to bogofilter
938                 Use single-quotes to be able to learn in folders
939                 with spaces in their names
940                 Verify learning status
941
942 2006-08-27 [colin]      2.4.0cvs99
943
944         * manual/faq.xml
945         * manual/plugins.xml
946                 Document Bogofilter plugin
947
948 2006-08-27 [colin]      2.4.0cvs98
949
950         * src/compose.c
951         * src/messageview.c
952         * src/procmsg.c
953         * src/procmsg.h
954                 When possible, copy the queued mail to sent folder
955                 instead of re-adding. Much faster on IMAP.
956
957 2006-08-27 [colin]      2.4.0cvs97
958
959         * src/msgcache.c
960                 Disable mmaped caches - huge metadata loss
961                 here after a power failure.
962         * src/summaryview.c
963                 Add quicksearch timing
964         * src/common/plugin.c
965         * src/common/plugin.h
966                 Implement an interface to tell what plugins
967                 provide. Prevent loading of similar plugins.
968         * src/plugins/clamav/clamav_plugin.c
969         * src/plugins/demo/demo.c
970         * src/plugins/dillo_viewer/dillo_viewer.c
971         * src/plugins/pgpcore/plugin.c
972         * src/plugins/pgpinline/pgpinline.c
973         * src/plugins/pgpmime/pgpmime.c
974         * src/plugins/spamassassin/spamassassin.c
975         * src/plugins/trayicon/trayicon.c
976                 Implement plugin_provides()
977
978 2006-08-27 [colin]      2.4.0cvs96
979
980         * configure.ac
981         * src/plugins/Makefile.am
982         * src/plugins/bogofilter/.cvsignore
983         * src/plugins/bogofilter/Makefile.am
984         * src/plugins/bogofilter/bogofilter.c
985         * src/plugins/bogofilter/bogofilter.h
986         * src/plugins/bogofilter/bogofilter_gtk.c
987                 New Bogofilter plugin, provides filtering and
988                 learning. Spamassassin will go to extra plugins.
989
990 2006-08-26 [mones]      2.4.0cvs95
991
992         * manual/handling.xml
993                 Fix subfolder path in the example (thanks to Paul) 
994
995 2006-08-26 [mones]      2.4.0cvs94
996
997         * manual/glossary.xml
998                 2.2. + add ISP to the glossary
999                 7.5. + Add UIDL to glossary
1000                 7.7. + Add TCP to glossary
1001         * manual/handling.xml
1002                 7.1. + Mentions GNU/Linux distribution, what about the non...
1003                 7.2. = s/html/HTML/, quote --local option -> Dillo HTML Viewer
1004                 7.3. + Mentions .bashrc, what about the non-bash ones? 
1005                 7.4. = Use appropriate quotation for commands
1006                 7.6. = change "" to <quote></quote>
1007         * manual/plugins.xml
1008                 6.1. + Example #mh/Mailbox/Friends -> #mh/inbox/Friends         
1009         * manual/starting.xml
1010                 2.1. + local mbox file: some examples of mbox file locations...
1011                 Also reformatted files requiring it
1012
1013 2006-08-26 [wwp]        2.4.0cvs93
1014
1015         * src/summary_search.c
1016                 disable find buttons while summary search is running.
1017
1018 2006-08-25 [colin]      2.4.0cvs92
1019
1020         * src/folder.c
1021         * src/folderutils.c
1022         * src/mh.c
1023         * src/procmsg.h
1024         * src/summaryview.c
1025                 Speed up MH moving, and add progressbar
1026                 for MH deletion
1027         * src/msgcache.c
1028                 Write cache files using mmap() too
1029
1030 2006-08-25 [wwp]        2.4.0cvs91
1031
1032         * src/summaryview.c
1033                 switch spam<->ham button when a message has been marked as spam or ham
1034                 and is still selected. Thanks to Colin.
1035
1036 2006-08-25 [paul]       2.4.0cvs90
1037
1038         * src/Makefile.am
1039         * src/stock_pixmap.c
1040         * src/stock_pixmap.h
1041         * src/summaryview.c
1042         * src/gtk/icon_legend.c
1043         * src/pixmaps/copied.xpm
1044         * src/pixmaps/moved.xpm
1045                 add icons for delayed execution marked for
1046                 copying, marked for moving
1047
1048 2006-08-25 [mones]      2.4.0cvs89
1049
1050         * manual/glossary.xml
1051                 Fix the other glossary items:
1052                 5.1. = Inmmediate execution -> <quote>immediate execution...
1053                 5.2. = Fix MBOX capitalization -> Mbox
1054                 5.3. + Improve Plugins def. w/ tech. ref.
1055                 5.4. = Quotation -> replace '>' by <quote>></quote>
1056                 5.5. - SMTP Server. -> remove dot
1057         * po/es.po
1058                 Updated translation
1059
1060 2006-08-25 [mones]      2.4.0cvs88
1061
1062         * manual/ack.xml
1063                 Reformatted, changed email address
1064         * manual/glossary.xml
1065                 Reformatted, fixed MANUAL-TODO items:
1066                 8.2. + add ROT-13 to glossary
1067                 8.4. + add URL to glossary
1068         * manual/es/advanced.xml
1069                 Fixed <literal>s
1070
1071 2006-08-25 [paul]       2.4.0cvs87
1072
1073         * src/gtk/icon_legend.c
1074                 add 'marked for deletion' icon
1075                 arrange icons by containing column
1076                 wrap long label text
1077
1078 2006-08-25 [colin]      2.4.0cvs86
1079
1080         * src/common/utils.c
1081         * src/common/utils.h
1082                 Add the sc_g_*list_bigger functions in
1083                 a place everyone can use it
1084         * src/summaryview.c
1085                 Only freeze/thaw the list when working
1086                 on the selection, if it's bigger than 1
1087         * src/gtk/gtksctree.c
1088                 Only freeze/thaw the list when unselec-
1089                 ting 'all' if ('all' != 1)
1090                 This avoids some flickering
1091
1092 2006-08-24 [colin]      2.4.0cvs85
1093
1094         * src/addressbook.c
1095                 Fix strange list selection
1096                 Fix random seg (Invalid read of freed memory)
1097
1098 2006-08-24 [colin]      2.4.0cvs84
1099
1100         * src/alertpanel.c
1101         * src/gtk/inputdialog.c
1102         * src/plugins/pgpcore/passphrase.c
1103                 Revert minimal width patch of 2.4.0cvs67,
1104                 as it is also a maximal width. Use 
1105                 gtk_window_set_default_size instead.
1106
1107 2006-08-24 [colin]      2.4.0cvs83
1108
1109         * src/msgcache.c
1110                 Write cache/mark to temp files before
1111                 overwriting old ones (avoids metadata
1112                 loss if writing the new files fail).
1113                 Use mmap() to read cache/mark file, as
1114                 this makes cache reading faster. Dis-
1115                 abled for big-endian machines until it
1116                 can be tested. (Big-endian users: set
1117                 msgcache_use_mmap = TRUE in the relevant
1118                 #if).
1119         * src/procmsg.h
1120                 Move rarely used fields of MsgInfo in 
1121                 another structure, which will only be
1122                 allocated if needed. Face, X-Face,
1123                 Return receipt headers and List-*
1124                 headers are moved. Mails having none
1125                 of these occupy 52 bytes less with
1126                 this patch, which makes 2.5MB of RAM
1127                 saved on a 50k folder).
1128         * src/headerview.c
1129         * src/mainwindow.c
1130         * src/messageview.c
1131         * src/partial_download.c
1132         * src/procheader.c
1133         * src/procmsg.c
1134         * src/textview.c
1135                 Follow this structure change.
1136
1137 2006-08-24 [wwp]        2.4.0cvs82
1138
1139         * manual/es/.cvsignore
1140         * manual/es/dist/.cvsignore
1141         * manual/es/dist/html/.cvsignore
1142         * manual/es/dist/pdf/.cvsignore
1143         * manual/es/dist/ps/.cvsignore
1144         * manual/es/dist/txt/.cvsignore
1145                 more (generated) files to ignore.
1146
1147 2006-08-24 [colin]      2.4.0cvs81
1148
1149         * src/folder.c
1150         * src/mh.c
1151                 Fix possible problems with local delivery. Check the folder doesn't
1152                 need scan before setting its mtime when saving cache (which can be
1153                 done long after the folder's been modified by an external process);
1154                 Check that the stored item's mtime didn't change in mh functions.
1155
1156 2006-08-24 [mones]      2.4.0cvs80
1157
1158         * manual/advanced.xml
1159                 Rewrapping, some fixes and MANUAL-TODO items:
1160                 8.1. = change "" to <quote></quote>
1161                 8.3. = quote menu items
1162                 8.5. - deploying -> new user ... ideally a new user (redundant)
1163
1164 2006-08-23 [colin]      2.4.0cvs79
1165
1166         * src/gtk/gtksctree.c
1167                 When selecting or deselecting range, only
1168                 freeze/thaw when selection is bigger than 10
1169
1170 2006-08-23 [colin]      2.4.0cvs78
1171
1172         * src/messageview.c
1173         * src/mimeview.c
1174         * src/mimeview.h
1175         * src/plugins/dillo_viewer/dillo_viewer.c
1176                 Provide an API for MimeViewer plugins to
1177                 return a text selection for replying
1178
1179 2006-08-23 [colin]      2.4.0cvs77
1180
1181         * src/image_viewer.c
1182         * src/textview.c
1183                 Use gtk_pixbuf_new_from_file_at_scale(), which
1184                 is faster than getting the pixbuf then resizing
1185                 it.
1186
1187 2006-08-23 [colin]      2.4.0cvs76
1188
1189         * src/procmime.c
1190                 UTF-8 should be sent Quoted-printable
1191
1192 2006-08-22 [colin]      2.4.0cvs75
1193
1194         * src/mh.c
1195                 Check if scan is required before touching
1196                 the folder (or it'll be required every time)
1197
1198 2006-08-22 [colin]      2.4.0cvs74
1199
1200         * configure.ac
1201                 Require libetpan 0.46 (crasher fix when built
1202                 against gnutls)
1203
1204 2006-08-22 [colin]      2.4.0cvs73
1205
1206         * src/folder.c
1207                 Set folder's mtime after writing its
1208                 cache
1209         * src/folderview.c
1210                 Add some timing
1211         * src/procmsg.c
1212                 Don't do useless stuff if we don't 
1213                 thread by subject
1214         * src/summaryview.c
1215                 Add some timing, don't deselect prior
1216                 to selecting (gtksctree does it itself),
1217                 remove crash avoidance hacks as it's been
1218                 properly fixed since a while
1219         * src/common/utils.c
1220                 Optimize to_human_readable(): _() is slow,
1221                 do it only once, and avoid %f format for KB
1222                 (the most common in a summaryview)
1223         * src/gtk/gtksctree.c
1224                 Don't uselessly freeze/thaw (fixes flicker
1225                 on next unread and friends), reduce number
1226                 of g_list_nth/g_list_position where possible
1227         * src/gtk/gtkutils.c
1228         * src/gtk/gtkutils.h
1229                 Reduce number of g_list_nth/g_list_position
1230                 where possible.
1231                 All of this makes loading as 70k folder 2.1
1232                 seconds instead of 3.2 (with hot FS caches).
1233                 (1.3 seconds without Date and Size columns...)
1234
1235 2006-08-22 [paul]       2.4.0cvs72
1236
1237         wrap documents and do some items from mones' MANUAL-TODO:
1238
1239         * manual/account.xml
1240                 4.1. = fix tabname references to <quote>tabname</quote>
1241                 4.2. = fix "xxx" and 'xxx' items to <quote>xxx</quote>
1242         * manual/faq.xml
1243                 1.1. = mentioned options don't match UI
1244                 Add information about the 'Never send Return Receipts'
1245                 option
1246         * manual/handling.xml
1247                 6.2. = Mentions Extended symbols button, but now is
1248                 named Information
1249                 6.3. = Mentions ... button, which is now Edit
1250
1251 2006-08-22 [colin]      2.4.0cvs71
1252
1253         * src/gtk/pluginwindow.c
1254                 Fix layout in verbose translations (such
1255                 as french)
1256
1257 2006-08-22 [paul]       2.4.0cvs70
1258
1259         * manual/Makefile.am
1260                 build manuals in alphabetical order
1261         * src/addressbook.c
1262         * src/prefs_themes.c
1263                 replace/remove deprecated symbols
1264         * src/gtk/gtkutils.c
1265                 fix a warning
1266         * src/gtk/pluginwindow.c
1267                 replace deprecated symbol
1268                 replace label text and move it
1269         * src/plugins/pgpcore/prefs_gpg.c
1270                 move the 'Generate...' button out of the
1271                 Sign Key frame, replace the English used
1272         * src/plugins/pgpcore/sgpgme.c
1273                 fixes to the English
1274
1275 2006-08-21 [colin]      2.4.0cvs69
1276
1277         * src/plugins/trayicon/trayicon.c
1278                 Add more strings for translation; patch
1279                 by Pawel
1280
1281 2006-08-21 [colin]      2.4.0cvs68
1282
1283         * src/compose.c
1284                 fix replied flag not set after drafting
1285         * src/matcher.c
1286                 fix body quicksearch in non-encoded bodies
1287                 containing '='
1288         * src/msgcache.c
1289                 Get rid of the g_malloc workaround for
1290                 corrupted caches, use g_try_malloc
1291
1292 2006-08-21 [colin]      2.4.0cvs67
1293
1294         * src/alertpanel.c
1295         * src/gtk/inputdialog.c
1296         * src/plugins/pgpcore/passphrase.c
1297                 Set minimal width to 375
1298         * src/mainwindow.c
1299                 Fix switching to offline, asking if it 
1300                 should be overriden for synchronising
1301         * src/mimeview.c
1302                 Don't offer to remember command on Open 
1303                 with for text parts, as the browser or 
1304                 text editor command isn't changed from 
1305                 there
1306
1307 2006-08-20 [paul]       2.4.0cvs66
1308
1309         * po/ko.po
1310         * po/zh_CN.po
1311                 fix plural form errors. revealed by stricter
1312                 checking of gettext 0.15
1313
1314 2006-08-18 [paul]       2.4.0cvs65
1315
1316         * src/stock_pixmap.c
1317                 fix the fix of 2.4.0cvs64
1318                 Thanks to Colin
1319
1320 2006-08-18 [paul]       2.4.0cvs64
1321
1322         * src/stock_pixmap.c
1323                 fix leaks
1324                 Thanks to Colin
1325
1326 2006-08-18 [paul]       2.4.0cvs63
1327
1328         * src/compose.c
1329         * src/procmsg.c
1330                 fix occasional IMAP bug where large msgs
1331                 were left in the queue folder after sending
1332                 Thanks to Colin
1333
1334 2006-08-18 [paul]       2.4.0cvs62
1335
1336         * src/folderview.c
1337                 freeze the summaryview while quicksearch results
1338                 are displayed
1339                 (fixes bug 456 'current message is hidden when the
1340                 view is refreshed and extended search is "unread 
1341                 messages"')
1342                 Thanks to Colin
1343         * src/textview.c
1344                 add missing #include "inputdialog.h"
1345         * src/common/utils.h
1346                 add missing mailcap_update_default() and improve
1347                 readability
1348
1349 2006-08-17 [colin]      2.4.0cvs61
1350
1351         * src/plugins/pgpcore/select-keys.c
1352                 Fix warnings :)
1353
1354 2006-08-17 [colin]      2.4.0cvs60
1355
1356         * src/compose.c
1357                 Don't continue queuing if Cancel is clicked
1358                 in select-keys
1359
1360 2006-08-17 [colin]      2.4.0cvs59
1361
1362         * src/plugins/pgpcore/select-keys.c
1363                 When encrypting, if only one key matches and it 
1364                 matches exactly, automatically use it.
1365
1366 2006-08-17 [colin]      2.4.0cvs58
1367
1368         * src/mimeview.c
1369         * src/prefs_common.c
1370         * src/prefs_common.h
1371         * src/prefs_ext_prog.c
1372         * src/textview.c
1373                 Fix issues with previous patch (text/html)
1374                 Remove outdated prefs
1375
1376 2006-08-17 [colin]      2.4.0cvs57
1377
1378         * src/imap.c
1379                 Add View Log button on auth error
1380         * src/procmsg.c
1381                 Fix encrypted mail marked as new when
1382                 saved in normal folders
1383         * src/plugins/pgpinline/pgpinline.c
1384                 Fix encrypt bug on IMAP
1385         * src/mimeview.c
1386         * src/common/utils.c
1387         * src/common/utils.h
1388         * src/gtk/inputdialog.c
1389         * src/gtk/inputdialog.h
1390                 Get rid of metamail stuff, simplify
1391                 opening, and allow remembering of user's
1392                 choices (by updating ~/.mailcap). There's
1393                 still to drop "Audio player" and "Image
1394                 viewer" preferences.
1395
1396 2006-08-17 [mones]      2.4.0cvs56
1397
1398         * manual/es/sylpheed-claws-manual.xml
1399                 fix DTD path
1400
1401 2006-08-17 [mones]      2.4.0cvs55
1402
1403         * configure.ac
1404         * manual/Makefile.am
1405         * manual/es/Makefile.am
1406         * manual/es/account.xml
1407         * manual/es/ack.xml
1408         * manual/es/addrbook.xml
1409         * manual/es/advanced.xml
1410         * manual/es/faq.xml
1411         * manual/es/glossary.xml
1412         * manual/es/gpl.xml
1413         * manual/es/handling.xml
1414         * manual/es/intro.xml
1415         * manual/es/keyboard.xml
1416         * manual/es/plugins.xml
1417         * manual/es/starting.xml
1418         * manual/es/sylpheed-claws-manual.xml
1419         * manual/es/dist/Makefile.am
1420         * manual/es/dist/html/Makefile.am
1421         * manual/es/dist/pdf/Makefile.am
1422         * manual/es/dist/ps/Makefile.am
1423         * manual/es/dist/txt/Makefile.am
1424                 Spanish translation for the manual
1425
1426 2006-08-16 [colin]      2.4.0cvs54
1427
1428         * src/compose.c
1429         * src/main.c
1430         * src/mainwindow.c
1431                 Fix send button sensitivity at startup
1432                 Set send menu sensitivity (patch by Fabien)
1433         * src/ssl_manager.c
1434                 Enable closing with esc (patch by Fabien)
1435         * src/gtk/foldersort.c
1436                 Enable closing with esc (patch by Fabien)
1437         * src/procmime.c
1438                 Optimisation (no need to copy to tempfile to
1439                 "decode" 7bit and 8bit)
1440         * src/summaryview.c
1441                 Fix cruft in swap_from case
1442         * src/textview.c
1443                 Fix missing last line in some mail cases 
1444                 (Fixes debian #381872)
1445         * src/plugins/pgpcore/prefs_gpg.c
1446         * src/plugins/pgpcore/sgpgme.c
1447         * src/plugins/pgpcore/sgpgme.h
1448                 Don't show "no key found" when user explicitely
1449                 wants to create a key
1450
1451 2006-08-16 [paul]       2.4.0cvs53
1452
1453         * configure.ac
1454         * src/account.c
1455         * src/addressbook.c
1456         * src/headerview.c
1457         * src/prefs_account.c
1458         * src/prefs_message.c
1459         * src/gtk/gtkutils.c
1460                 bump up minimum required versions of GTK+ and
1461                 GLIB to 2.6.0
1462
1463 2006-08-16 [paul]       2.4.0cvs52
1464
1465         * src/toolbar.c
1466                 workaround GTK+ Bug 351600 - 'Can't re-click
1467                 on button after sensitivity update'
1468                 http://bugzilla.gnome.org/show_bug.cgi?id=351600
1469                 Thanks to Colin
1470
1471 2006-08-15 [colin]      2.4.0cvs51
1472
1473         * src/plugins/pgpcore/prefs_gpg.c
1474                 Set options sensitivity according to
1475                 key existence
1476         * src/plugins/pgpcore/sgpgme.c
1477                 Allow to create key with no passphrase
1478
1479 2006-08-14 [cleroy]     2.4.0cvs50
1480
1481         * src/gtk/pluginwindow.c
1482                 New layout (maybe to be changed?)
1483         * src/gtk/gtkutils.c
1484                 Fix a bit label_window
1485         * src/plugins/pgpcore/passphrase.c
1486         * src/plugins/pgpcore/passphrase.h
1487         * src/plugins/pgpcore/plugin.c
1488         * src/plugins/pgpcore/prefs_gpg.c
1489         * src/plugins/pgpcore/prefs_gpg.h
1490         * src/plugins/pgpcore/sgpgme.c
1491         * src/plugins/pgpcore/sgpgme.h
1492                 Allow to create a PGP private key via the GUI
1493
1494 2006-08-14 [wwp]        2.4.0cvs49
1495
1496         * src/addressbook_foldersel.c
1497                 fix strict ISO C90 compliance.
1498
1499 2006-08-14 [paul]       2.4.0cvs48
1500
1501         * src/gtk/prefswindow.c
1502                 re-set scrolled window on opening
1503                 Patch by Ticho
1504
1505 2006-08-14 [paul]
1506
1507         2.5.0-rc1 released
1508
1509 2006-08-14 [paul]       2.4.0cvs47
1510
1511         * src/prefs_display_header.c
1512                 re-enable user-defined Displayed Headers
1513
1514 2006-08-14 [paul]       2.4.0cvs46
1515
1516         * src/prefs_account.c
1517                 use GTK_STOCK_EDIT
1518
1519 2006-08-13 [colin]      2.4.0cvs45
1520
1521         * src/common/utils.c
1522                 Fix "a" in quote when the original message is empty,
1523                 by using \0 instead of 'a' to test writability of
1524                 temp files.
1525
1526 2006-08-13 [wwp]        2.4.0cvs44
1527
1528         * src/plugins/spamassassin/spamassassin.c
1529                 fix capitalization of "SpamAssassin" in some debug, log and
1530                 dialog messages.
1531
1532 2006-08-13 [paul]       2.4.0cvs43
1533
1534         * src/editldap.c
1535                 fix overlapping widgets
1536         * src/prefs_account.c
1537                 fix translation of protocol_names[]
1538                 fix label disappearing off the edge of the
1539                 visible area
1540
1541 2006-08-12 [paul]       2.4.0cvs42
1542
1543         * manual/plugins.xml
1544                 update IRC channel info before it gets forgotten
1545                 about
1546
1547 2006-08-11 [colin]      2.4.0cvs41
1548
1549         * src/compose.c
1550         * src/mainwindow.c
1551         * src/mainwindow.h
1552         * src/procmsg.c
1553         * src/procmsg.h
1554         * src/summaryview.c
1555         * src/toolbar.c
1556                 Grey out the Send button if
1557                 - Queue folders are empty, or
1558                 - We're sending already
1559
1560 2006-08-11 [wwp]        2.4.0cvs40
1561
1562         * src/main.c
1563                 fix a logic issue when quitting while a compose window is
1564                 still open, thanks to Colin.
1565
1566 2006-08-10 [colin]      2.4.0cvs39
1567
1568         * src/main.c
1569                 Fix default font size setting after wizard run
1570         * src/imap.c
1571         * src/etpan/imap-thread.c
1572         * src/etpan/imap-thread.h
1573                 Fix bug #999 (Timing out on TSL cert validation 
1574                 dialog makes ugly things happen). Also, STARTTLS
1575                 unconditionnaly if initial capabilities contain
1576                 LOGINDISABLED and STARTTLS.
1577
1578 2006-08-09 [colin]      2.4.0cvs38
1579
1580         * src/mainwindow.c
1581         * src/mainwindow.h
1582                 Fix Tools/Actions sensitivity when there are
1583                 no actions
1584
1585 2006-08-09 [colin]      2.4.0cvs37
1586
1587         * src/prefs_filtering.c
1588                 Warning fix, patch by Paul
1589         * src/messageview.c
1590         * src/prefs_actions.c
1591         * src/prefs_filtering_action.c
1592         * src/prefs_matcher.c
1593                 Uniformisation of "Info ..." to "Info..." (for
1594                 old gtk), patch by Fabien
1595         * src/plugins/clamav/clamav_plugin_gtk.c
1596                 Sensitivity fix by Fabien
1597
1598 2006-08-09 [colin]      2.4.0cvs36
1599
1600         * src/main.c
1601         * src/main.h
1602                 Add a function to know whether we're exiting
1603         * src/plugins/trayicon/trayicon.c
1604                 If exiting, don't do anything. Faster, and
1605                 avoids gtk_main_iteration reentracy causing
1606                 segfaults at exit
1607
1608 2006-08-09 [colin]      2.4.0cvs35
1609
1610         * src/messageview.c
1611         * src/mimeview.c
1612         * src/mimeview.h
1613                 Fix lack of part selection when automatically 
1614                 jumping to a specific part
1615         * src/msgcache.c
1616                 Little optimisation in cache reading
1617
1618 2006-08-09 [colin]      2.4.0cvs34
1619
1620         * src/compose.c
1621                 Fix crash setting the priority on reedit
1622                 (Accessing compose before creating it!)
1623
1624 2006-08-08 [colin]      2.4.0cvs33
1625
1626         * src/procmime.c
1627                 Fix bug #998 (last attachment is not accessible)
1628                 Bad RFC interpretation on multipart close-delimiters
1629         * src/mimeview.c
1630         * src/mimeview.h
1631         * src/gtk/gtkvscrollbutton.c
1632         * src/gtk/gtkvscrollbutton.h
1633                 Make attachments list wheel-scrollable
1634
1635 2006-08-07 [colin]      2.4.0cvs32
1636
1637         * src/gtk/gtkaspell.c
1638                 Fix bug #973 (Unicode punctation characters 
1639                 are not recognized as separators by the
1640                 spell checker); fix unsigned stuff
1641
1642 2006-08-07 [colin]      2.4.0cvs31
1643
1644         * src/compose.c
1645                 Fix bug #956 (DnD text with accents in compose 
1646                 text entry); fix gccc's signed/unsigned fuss
1647
1648 2006-08-06 [colin]      2.4.0cvs30
1649
1650         * src/main.c
1651                 Fix bug #979 (Plugin crashes when exiting 
1652                 sylpheed-claws) : handle exit request only 
1653                 once
1654
1655 2006-08-05 [colin]      2.4.0cvs29
1656
1657         * src/news.c
1658                 Just make sure we have a msgid.
1659
1660 2006-08-05 [colin]      2.4.0cvs28
1661
1662         * src/news.c
1663         * src/summaryview.c
1664                 Fix bug #995 ("Mark cross-posted as read" doesn't work)
1665                 by reimplementing it
1666         * src/textview.c
1667                 Fix bug when hiding quotes with level > 3 and quote
1668                 colors are recycled
1669
1670 2006-08-04 [colin]      2.4.0cvs27
1671
1672         * src/compose.c
1673         * src/undo.c
1674         * src/undo.h
1675                 Fix a bit replace-by-pasting undo
1676         * src/mainwindow.c
1677         * src/messageview.c
1678                 Fix Fold quotes menu synchro in
1679                 mainwindow when it changes in 
1680                 messageview
1681         * src/textview.c
1682                 Fix right-click on quotes blocks
1683         * src/common/utils.c
1684                 Verify that the file created by
1685                 my_tmpfile() is writable. Fixes
1686                 bug #988 (very specific filesystem
1687                 issue)
1688         * src/plugins/pgpcore/sgpgme.c
1689                 Fix file descriptor leak
1690         * src/plugins/spamassassin/spamassassin.c
1691                 Warn once if spamd isn't reachable
1692
1693 2006-08-04 [colin]      2.4.0cvs26
1694
1695         * src/toolbar.c
1696                 i18n context patch by Fabien
1697
1698 2006-08-03 [colin]      2.4.0cvs25
1699
1700         * src/mainwindow.c
1701         * src/messageview.c
1702                 Rename "Hide quotes" to "Fold quotes"
1703         * src/textview.c
1704                 Don't use hand cursor on quotes. "all 
1705                 the bonuses of the feature and none of 
1706                 unwelcome side-effects"
1707
1708 2006-08-03 [colin]      2.4.0cvs24
1709
1710         * AUTHORS
1711         * sylpheed-claws.desktop
1712         * src/gtk/authors.h
1713                 Bring the desktop file to XDG compliance
1714                 Patch by Charles A. Edwards
1715
1716 2006-08-03 [colin]      2.4.0cvs23
1717
1718         * src/textview.c
1719                 Fix links offset when they are preceded
1720                 by accentued chars (g_utf8_strlen!)
1721         * src/mainwindow.c
1722                 Fix wrong status when starting offline
1723
1724
1725 2006-08-03 [wwp]        2.4.0cvs22
1726
1727         * src/prefs_common.h
1728                 ask what to do w/ filtering rules that belong to an account when
1729                 applying filtering rules manually from the main window (skip,
1730                 apply regardless of the account, use current account). This dialog
1731                 can be skipped and the last reply used.
1732                 (forgot that file)
1733
1734 2006-08-03 [wwp]        2.4.0cvs21
1735
1736         * src/filtering.c
1737         * src/filtering.h
1738         * src/prefs_common.c
1739         * src/summaryview.c
1740         * src/alertpanel.c
1741         * src/alertpanel.h
1742         * src/messageview.c
1743                 ask what to do w/ filtering rules that belong to an account when
1744                 applying filtering rules manually from the main window (skip,
1745                 apply regardless of the account, use current account). This dialog
1746                 can be skipped and the last reply used.
1747
1748
1749 2006-08-03 [colin]      2.4.0cvs20
1750
1751         * src/textview.c
1752                 Optimize previous patch
1753
1754 2006-08-03 [cleroy]     2.4.0cvs19
1755
1756         * src/textview.c
1757                 Fix quotes getting toggled back when the
1758                 mail has an even number of text parts
1759
1760 2006-08-02 [colin]      2.4.0cvs18
1761
1762         * src/messageview.c
1763                 Add Hide quotes menu
1764
1765 2006-08-02 [colin]      2.4.0cvs17
1766
1767         * src/mainwindow.c
1768         * src/prefs_common.c
1769         * src/textview.c
1770         * src/textview.h
1771         * src/gtk/about.c
1772                 Allow per-level quote hiding,
1773                 Allow toggling quotes by double-clicking them
1774                 Rename RemoteURI to ClickableText to reflect
1775                 the fact it's used for a variety of things
1776
1777 2006-08-02 [wwp]        2.4.0cvs16
1778
1779         * src/mainwindow.c
1780                 fix "View/Hide quotes" menu item status initialization.
1781
1782 2006-08-02 [wwp]        2.4.0cvs15
1783
1784         * src/matcher_parser_parse.y
1785                 remove a debug trace.
1786
1787 2006-08-02 [paul]       2.4.0cvs14
1788
1789         * src/plugins/pgpcore/passphrase.c
1790                 don't set initial dialog size
1791                 make it resizable
1792
1793 2006-08-02 [paul]       2.4.0cvs13
1794
1795         * src/noticeview.c
1796                 remove the rogue '/' character
1797
1798 2006-08-02 [paul]       2.4.0cvs12
1799
1800         * src/noticeview.c
1801                 allow buttons to resize as necessary
1802
1803 2006-08-01 [wwp]        2.4.0cvs11
1804
1805         * src/mbox.c
1806                 fix strict ISO C90 compliance.
1807
1808 2006-08-01 [wwp]        2.4.0cvs10
1809
1810         * tools/update-po
1811                 updated update-po tool to work w/ context-dependent translations.
1812                 Patch by Fabien Vantard <fzzzzz@gmail.com>.
1813
1814 2006-08-01 [wwp]        2.4.0cvs9
1815
1816         * src/matcher.c
1817         * src/prefs_filtering.c
1818         * src/prefs_matcher.c
1819                 allow context-dependent translations for "All",
1820                 patch by Fabien Vantard <fzzzzz@gmail.com>.
1821
1822 2006-07-31 [colin]      2.4.0cvs8
1823
1824         * AUTHORS
1825         * src/gtk/authors.h
1826                 Add Rafal to authors
1827
1828 2006-07-31 [colin]      2.4.0cvs7
1829
1830         * src/compose.c
1831         * src/mainwindow.c
1832         * src/messageview.h
1833         * src/prefs_common.c
1834         * src/prefs_common.h
1835         * src/textview.c
1836                 Add 'View/Hide quotes'. Patch based on a patch
1837                 by Rafal Weglarz
1838
1839 2006-07-31 [colin]      2.4.0cvs6
1840
1841         * src/action.c
1842                 Fix problem with "> stuff >" actions
1843
1844 2006-07-31 [paul]       2.4.0cvs5
1845
1846         * po/nb.po
1847                 updated by Geir Helland
1848
1849 2006-07-31 [wwp]        2.4.0cvs4
1850
1851         * src/mainwindow.c
1852         * src/summaryview.c
1853         * src/summaryview.h
1854                 add "View/Go to/Parent message" and "View/Go to/Last read message",
1855                 thanks to Colin.
1856
1857 2006-07-31 [wwp]        2.4.0cvs3
1858
1859         * src/Makefile.am
1860         * src/addr_compl.c
1861         * src/addr_compl.h
1862         * src/addressbook.c
1863         * src/addressbook.h
1864         * src/addressbook_foldersel.c
1865         * src/addressbook_foldersel.h
1866         * src/addrindex.c
1867         * src/addrindex.h
1868         * src/matcher.c
1869         * src/matcher.h
1870         * src/matcher_parser_lex.l
1871         * src/matcher_parser_parse.y
1872         * src/prefs_common.c
1873         * src/prefs_common.h
1874         * src/prefs_filtering.c
1875         * src/prefs_matcher.c
1876         * src/prefs_matcher.h
1877         * src/summaryview.c
1878                 introduce filtering against the address book. It's now possible to add
1879                 matched conditions to determine if any email address in a message matches
1880                 or doesn't match any or all books or folders in the address book.
1881
1882 2006-07-31 [wwp]        2.4.0cvs2
1883
1884         * src/account.c
1885         * src/filtering.c
1886         * src/filtering.h
1887         * src/folder.c
1888         * src/folderview.c
1889         * src/inc.c
1890         * src/mainwindow.c
1891         * src/matcher.c
1892         * src/matcher_parser_lex.l
1893         * src/matcher_parser_parse.y
1894         * src/mbox.c
1895         * src/prefs_filtering.c
1896         * src/prefs_filtering.h
1897         * src/procmsg.c
1898         * src/procmsg.h
1899         * src/summaryview.c
1900                 introduce per-account filtering rules. Each filtering rule can now be assigned
1901                 to a specific account (by default it's "All"), works w/ POP3/IMAP. Take care
1902                 when applying filtering rules manually, as all rules will apply - even the ones
1903                 assigned to an account. This issue will be addressed soon.
1904  
1905
1906
1907 2006-07-31 [wwp]        2.4.0cvs1
1908
1909         * src/quote_fmt.c
1910                 make more strings translatable.
1911
1912 2006-07-31 [paul]       2.4.0
1913
1914         2.4.0 released
1915
1916 2006-07-31 [paul]       2.3.1cvs91
1917
1918         * po/ca.po
1919                 updated by Miquel Oliete
1920
1921 2006-07-31 [paul]       2.3.1cvs90
1922
1923         * po/de.po
1924         * po/el.po
1925         * po/fr.po
1926         * po/it.po
1927         * po/pl.po
1928         * po/pt_BR.po
1929         * po/sr.po
1930         * po/zh_CN.po
1931                 updated by Stephan Sachse, Stavros Giannouris, Fabien Vantard,
1932                 Andrea Spadaccini, Emil Nowak, Frederico Goncalves Guimaraes,
1933                 Aleksandar Urosevic, and Ralgh Young
1934
1935 2006-07-31 [paul]       2.3.1cvs89
1936
1937         * src/account.c
1938         * src/main.c
1939         * src/mainwindow.c
1940         * src/mainwindow.h
1941                 Fix a race condition when, after an SC crash, rescanning
1942                 folders took more than 0.5 seconds
1943                 Thanks to Colin
1944
1945 2006-07-31 [paul]       2.3.1cvs88
1946
1947         * src/folderview.c
1948                 don't translate separator strings
1949
1950 2006-07-30 [mones]      2.3.1cvs87
1951
1952         * doc/man/sylpheed-claws.1
1953                 Fixed non-ASCII chars in Hoa's name
1954         * po/es.po
1955                 Updated for release
1956
1957 2006-07-27 [colin]      2.3.1cvs86
1958
1959         * src/textview.c
1960                 Don't include the leading \n in links
1961                 Patch by Fabien
1962
1963 2006-07-25 [colin]      2.3.1cvs85
1964
1965         * src/mainwindow.c
1966         * src/common/socket.h
1967         * src/etpan/imap-thread.c
1968                 Refresh resolvers before connecting
1969                 to IMAP servers, and after switching
1970                 to online. Thanks to Paul.
1971
1972 2006-07-18 [colin]
1973
1974         * 2.4.0-rc4 released
1975
1976 2006-07-17 [colin]      2.3.1cvs84
1977
1978         * src/inc.c
1979                 Show connection attempt in statusbar before
1980                 connecting (previously first message was
1981                 "Retrieving messages from ..." after the
1982                 connection succeeded.
1983
1984 2006-07-16 [wwp]        2.3.1cvs83
1985
1986         * sylpheed-claws.ico
1987                 Added .ico file (windows multi-size icon file, generated).
1988
1989 2006-07-12 [wwp]        2.3.1cvs82
1990
1991         * src/messageview.c
1992                 remove Message/Re-edit menu entry from messageview window,
1993                 as sent/draft/queued messages are opened in compose window when
1994                 re-edited and it's not possible to re-edit other msgs.
1995
1996 2006-07-12 [paul]       2.3.1cvs81
1997
1998         * AUTHORS
1999         * src/mainwindow.c
2000         * src/gtk/authors.h
2001                 check online state before resetting
2002                 mailcheck timer. Useful if some program
2003                 verifies connection state and updates
2004                 Claws.
2005                 Patch by  Leonid Evdokimov <darkk@users.sf.net>
2006
2007 2006-07-12 [paul]       2.3.1cvs80
2008
2009         * sylpheed-claws-128x128.png
2010         * sylpheed-claws-64x64.png
2011         * sylpheed-claws.png
2012         * src/Makefile.am
2013         * src/main.c
2014         * src/prefs_toolbar.c
2015         * src/stock_pixmap.c
2016         * src/stock_pixmap.h
2017         * src/wizard.c
2018         * src/gtk/about.c
2019         * src/gtk/gtkutils.c
2020         * src/pixmaps/sylpheed-claws.xpm        ** ADDED **
2021         * src/pixmaps/sylpheed-claws_icon.xpm   ** ADDED **
2022         * src/pixmaps/sylpheed-claws_logo.xpm   ** ADDED **
2023         * src/pixmaps/sylpheed.xpm              ** REMOVED **
2024         * src/pixmaps/sylpheed_icon.xpm         ** REMOVED **
2025         * src/pixmaps/sylpheed_logo.xpm         ** REMOVED **
2026                 updated and renamed logo/icon files and related
2027                 logo by Jesper Schultz
2028
2029 2006-07-11 [paul]       2.3.1cvs79
2030
2031         * src/main.c
2032                 fix the labels a smidgin
2033
2034 2006-07-09 [colin]      2.3.1cvs78
2035
2036         * src/textview.c
2037                 Show errors in textviewer's command
2038                 Patch by H. Merijn Brand
2039
2040 2006-07-09 [colin]      2.3.1cvs77
2041
2042         * src/compose.c
2043                 Save FMID in drafts too
2044
2045 2006-07-08 [colin]      2.3.1cvs76
2046
2047         * src/compose.c
2048                 Svae RMID in drafted mails too
2049                 Save quote_fmt vars for whole mails,
2050                 don't reset at each quote_fmt_init:
2051                 allows to use the same |i{var} in
2052                 various template fields
2053         * src/prefs_template.c
2054         * src/quote_fmt.h
2055         * src/quote_fmt_parse.y
2056                 Same
2057
2058 2006-07-08 [colin]      2.3.1cvs75
2059
2060         * src/textview.c
2061                 Fix highlighting of attached parts URIs
2062
2063 2006-07-08 [colin]      2.3.1cvs74
2064
2065         * src/main.c
2066                 Prevent bug #981 (sc 2.3.1 segfaults with 
2067                 gtk+ 2.10) from being reported again:
2068                 if Sylpheed-Claws has been compiled against
2069                 GTK+ < 2.9.0 and we're running with GTK+ >= 2.9.0, 
2070                 of if Sylpheed-Claws has been compiled against
2071                 GTK+ >= 2.9.0 and we're running with GTK+ < 2.9.0,
2072                 error out.
2073
2074 2006-07-07 [colin]      2.3.1cvs73
2075
2076         * src/prefs_actions.c
2077                 Fix label
2078
2079 2006-07-07 [colin]      2.3.1cvs72
2080
2081         * src/prefs_actions.c
2082                 Fix compile on gtk < 2.8. argh :)
2083
2084 2006-07-07 [paul]       2.3.1cvs71
2085
2086         * src/common/defs.h
2087                 update DONATE_URI
2088
2089 2006-07-07 [colin]      2.3.1cvs70
2090
2091         * po/POTFILES.in
2092         * src/quote_fmt.c
2093         * src/quote_fmt_lex.l
2094         * src/quote_fmt_parse.y
2095                 Add |i{var}, a way to insert user-entered
2096                 text in a template
2097
2098 2006-07-07 [colin]
2099
2100         * 2.4.0-rc3 released
2101
2102 2006-07-07 [colin]      2.3.1cvs69
2103
2104         * src/folder.c
2105                 Don't consider inboxes of UNKNOWN folder 
2106                 classes to be useable as default inboxes
2107
2108 2006-07-07 [paul]       2.3.1cvs68
2109
2110         * src/textview.c
2111                 add missing #include <errno.h>
2112                 Thanks to René J. Blokland
2113
2114 2006-07-07 [paul]       2.3.1cvs67
2115
2116         * src/action.c
2117                 Return now Closes dialog
2118         * src/mimeview.c
2119         * src/mimeview.h
2120         * src/textview.c
2121                 add contextual menu to mime parts listed
2122                 in the textview
2123                 Thanks to Colin
2124         * src/common/utils.c
2125                 reversal: ' is a valid character in URLs
2126
2127 2006-07-06 [colin]      2.3.1cvs66
2128
2129         * src/remotefolder.h
2130                 Forgotten in previous commit
2131
2132 2006-07-06 [colin]      2.3.1cvs65
2133
2134         * src/folder.c
2135                 Set summary update flag whenever
2136                 totals changed
2137         * src/imap.c
2138         * src/prefs_account.c
2139         * src/common/utils.h
2140         * src/etpan/imap-thread.c
2141                 Fix warnings, thanks to Fabien and
2142                 Ricardo
2143
2144 2006-07-06 [wwp]        2.3.1cvs64
2145
2146         * src/gtk/gtkutils.c
2147                 GTK_STOCK_HELP exists in GTK+ 2.4.x.
2148
2149 2006-07-06 [wwp]        2.3.1cvs63
2150
2151         * src/account.c
2152         * src/addressbook.c
2153         * src/addressitem.h
2154         * src/folderview.c
2155         * src/mainwindow.c
2156         * src/manual.c
2157         * src/manual.h
2158         * src/message_search.c
2159         * src/prefs_actions.c
2160         * src/prefs_filtering.c
2161         * src/prefs_filtering.h
2162         * src/prefs_template.c
2163         * src/summary_search.c
2164         * src/summaryview.c
2165         * src/gtk/gtkutils.c
2166         * src/gtk/gtkutils.h
2167         * src/gtk/pluginwindow.c
2168                 add help buttons to some dialogs. Clicking such buttons opens a
2169                 relevant manual page. Patch by Fabien Vantard <fzzzzz@gmail.com>.
2170
2171 2006-07-06 [paul]       2.3.1cvs62
2172
2173         * src/textview.c
2174                 fix attachments contextual menu
2175                 Thanks to Colin
2176
2177 2006-07-05 [colin]      2.3.1cvs61
2178
2179         * src/textview.c
2180         * src/compose.c
2181                 Handle sftp:// links
2182
2183 2006-07-05 [paul]       2.3.1cvs60
2184
2185         * src/gtk/filesel.c
2186                 grab save button by default
2187                 Thanks to Colin
2188
2189 2006-07-05 [wwp]        2.3.1cvs59
2190
2191         * manual/xml2pdf
2192                 use JAVA and SAXON (or SAXONJAR) env. vars is there's defined.
2193
2194 2006-07-04 [colin]      2.3.1cvs58
2195
2196         * src/mimeview.c
2197         * src/textview.c
2198                 Use left click to select, middle click to open
2199                 on mimeparts links
2200         * src/common/utils.c
2201                 Fix segfault
2202
2203 2006-07-04 [colin]      2.3.1cvs57
2204
2205         * src/mainwindow.c
2206         * src/news.c
2207                 Warning fixes, thanks to Fabien
2208
2209 2006-07-04 [colin]      2.3.1cvs56
2210
2211         * src/mimeview.c
2212         * src/mimeview.h
2213         * src/textview.c
2214                 Allow parts to be selected via their text label
2215                 in textview
2216
2217 2006-07-04 [colin]      2.3.1cvs55
2218
2219         * src/folderview.c
2220                 Feedback when closing (for big folders)
2221         * src/prefs_actions.c
2222         * src/prefs_filtering.c
2223         * src/prefs_matcher.c
2224         * src/prefs_template.c
2225                 Fix default button when closing without
2226                 having saved
2227
2228 2006-07-04 [colin]      2.3.1cvs54
2229
2230         * src/news.c
2231                 Delete local file on deletion
2232
2233 2006-07-03 [colin]      2.3.1cvs53
2234
2235         * src/folderview.c
2236         * src/main.c
2237                 Don't freeze when rescanning after crash
2238
2239 2006-07-03 [wwp]        2.3.1cvs52
2240
2241         * src/compose.c
2242         * src/privacy.c
2243         * src/privacy.h
2244         * src/plugins/pgpinline/pgpinline.c
2245         * src/plugins/pgpmime/pgpmime.c
2246                 don't report an error when the user cancels the passphrase dialog.
2247
2248 2006-07-02 [colin]      2.3.1cvs51
2249
2250         * src/folderview.c
2251                 Open message when crossing folders with Space,
2252                 goto next unread and friends
2253
2254 2006-07-01 [colin]      2.3.1cvs50
2255
2256         * src/prefs_account.c
2257                 Typographic rules varying from language
2258                 to language (in french "Protocole :"),
2259                 we have to do that :)
2260
2261 2006-07-01 [ticho]      2.3.1cvs49
2262
2263         * src/prefs_account.c
2264                 Only use one temporary gchar* variable in
2265                 prefs_account_protocol_set_optmenu().
2266
2267 2006-07-01 [ticho]      2.3.1cvs48
2268
2269         * src/prefs_account.c
2270         * src/prefs_account.h
2271                 Use GtkLabel for existing account protocol name.
2272                 Created an array for protocol names and populate the
2273                 combobox from it in a for() cycle.
2274
2275 2006-06-30 [colin]      2.3.1cvs47
2276
2277         * src/compose.c
2278                 Block undo when changing signature (by changing
2279                 account)
2280
2281 2006-06-30 [paul]       2.3.1cvs46
2282
2283         * src/send_message.c
2284                 when editing From in the Compose window, use that address
2285                 in the Return-Path: header
2286                 Thanks to Colin
2287
2288 2006-06-30 [colin]      2.3.1cvs45
2289
2290         * src/compose.c
2291                 Fix signature replacement:
2292                 - when no newline before separator
2293                 - when reediting
2294
2295 2006-06-29 [colin]      2.3.1cvs44
2296
2297         * src/folderview.c
2298         * src/folderview.h
2299         * src/mainwindow.c
2300         * src/summaryview.c
2301                 Let 'View/Go to/Next marked' work like
2302                 Next new & Next unread: across folders
2303                 Change the select_on_entry pref to do
2304                 what we want when changing folder
2305         * src/common/utils.c
2306                 Fix single-quoted links 
2307
2308 2006-06-29 [colin]      2.3.1cvs43
2309
2310         * src/gtk/gtkaspell.c
2311                 "Sylpheed" and "Sylpheed-Claws" do exist !
2312
2313 2006-06-29 [colin]      2.3.1cvs42
2314
2315         * src/imap.c
2316                 Forgot to remove debug
2317
2318 2006-06-29 [colin]      2.3.1cvs41
2319
2320         * src/imap.c
2321         * src/imap.h
2322         * src/mainwindow.c
2323                 Disconnect from IMAP servers when going
2324                 offline. Fixes bug #978 (going to offline-mode 
2325                 won't close connections)
2326
2327 2006-06-29 [colin]      2.3.1cvs40
2328
2329         * src/main.c
2330                 Fix transient setting on failing plugins
2331                 Patch by Fabien
2332         * src/plugins/pgpcore/sgpgme.c
2333                 Only warn for OpenPGP. Most people don't
2334                 have CMS available.
2335
2336 2006-06-29 [colin]      2.3.1cvs39
2337
2338         * src/compose.c
2339                 Fix Spelling menu (discrepancy between context menu
2340                 and top menu when folder's dictionary isn't the 
2341                 default one)
2342         * src/plugins/pgpcore/sgpgme.c
2343                 More error reporting about why gpgme can fail
2344
2345 2006-06-29 [wwp]        2.3.1cvs38
2346
2347         * src/mainwindow.c
2348                 honor the display-header-pane setting even when the message view
2349                 is a separate window.
2350
2351 2006-06-29 [wwp]        2.3.1cvs37
2352
2353         * src/prefs_actions.c
2354                 forgot to commit that one (use of GTK_STOCK_INFO).
2355
2356 2006-06-29 [colin]      2.3.1cvs36
2357
2358         * src/imap.c
2359                 Better handling of login errors (ask the password
2360                 again once), alert in case of error. Fix three
2361                 signedness warnings.
2362
2363 2006-06-28 [wwp]        2.3.1cvs35
2364
2365         * src/prefs_template.c
2366         * src/prefs_matcher.c
2367         * src/prefs_filtering_action.c
2368         * src/prefs_quote.c
2369                 unify info/help/symbols.. buttons to use GTK_STOCK_INFO,
2370                 patch by Fabien Vantard, slightly modified.
2371
2372 2006-06-28 [paul]
2373
2374         2.4.0-rc2 released
2375
2376 2006-06-28 [colin]      2.3.1cvs34
2377
2378         * src/prefs_account.c
2379                 Fix bug #977 (Can't add or edit imap accounts)
2380
2381 2006-06-28 [colin]      2.3.1cvs33
2382
2383         * src/mimeview.c
2384                 Fix previous
2385
2386 2006-06-28 [colin]      2.3.1cvs32
2387
2388         * src/mimeview.c
2389                 Save named inlined attachments with "Save all"
2390         * src/main.c
2391         * src/mbox.c
2392         * src/common/plugin.c
2393         * src/common/plugin.h
2394         * src/common/sylpheed.c
2395         * src/common/utils.c
2396         * src/plugins/pgpcore/sylpheed.def
2397         * src/plugins/pgpinline/sylpheed.def
2398         * src/plugins/pgpmime/sylpheed.def
2399                 Win32 compatibility patch, by
2400                 Werner Koch
2401
2402 2006-06-28 [wwp]        2.3.1cvs31
2403
2404         * src/imap.c
2405         * src/prefs_folder_item.c
2406                 less compilation warnings (thanks to Fabien Vantard), less typos.
2407
2408 2006-06-28 [paul]       2.3.1cvs30
2409
2410         * src/gtk/gtkutils.c
2411                 gtk_combo_box_set_focus_on_click() is only
2412                 available since gtk 2.6.0
2413
2414 2006-06-28 [paul]       2.3.1cvs29
2415
2416         * src/prefs_ext_prog.c
2417                 fix engrish and add a tooltip for the
2418                 'command for 'Display as text' option
2419
2420 2006-06-28 [paul]
2421
2422         2.4.0-rc1 released
2423
2424 2006-06-28 [paul]       2.3.1cvs28
2425
2426         * ChangeLog
2427         * tools/Makefile.am
2428                 include textviewer.pl in releases
2429
2430 2006-06-28 [paul]       2.3.1cvs27
2431
2432         * src/prefs_ext_prog.c
2433                 hide Print command option if libgnomeprint
2434                 support is present
2435
2436 2006-06-27 [colin]      2.3.1cvs26
2437
2438         * src/compose.c
2439                 Fix Esc handling in insert/attach dialog
2440                 Don't show this dialog if dragging something
2441                 else than text/uri-list
2442                 Thanks to Fabien Vantard
2443         * tools/textviewer.pl
2444                 Filter script to display stuff as text
2445                 by H. Merijn Brand
2446
2447 2006-06-27 [wwp]        2.3.1cvs25
2448
2449         * src/messageview.c
2450                 use the exact product name (message view title), patch
2451                 by Fabien Vantard.
2452
2453 2006-06-27 [ticho]      2.3.1cvs24
2454
2455         * src/prefs_account.c
2456         * src/prefs_common.c
2457         * src/prefs_common.h
2458         * src/prefs_ext_prog.c
2459         * src/textview.c
2460                 Add a preference (Preferences/External programs)
2461                 to allow "Display as text" to be done via a script
2462                 (patch by H.Merijn Brand).
2463                 Use GtkComboBox for protocol selection in account
2464                 preferences.
2465                 Only include current choice for existing accounts, and
2466                 insensitivize the combobox.
2467
2468 2006-06-27 [paul]       2.3.1cvs23
2469
2470         * src/mbox.c
2471                 fix crasher introduced in cvs21.
2472                 Thanks to Colin
2473
2474 2006-06-26 [colin]      2.3.1cvs22
2475
2476         * src/mbox.c
2477                 Fix double-frees when leaving folders
2478                 after exporting to mbox
2479
2480 2006-06-26 [colin]      2.3.1cvs21
2481
2482         * src/mbox.c
2483                 More feedback (and optimisation)
2484                 on import/export
2485         * src/common/utils.c
2486                 Fix case when looking for mail addresses
2487         * src/gtk/gtkutils.c
2488                 Extra check for (X-)Face
2489
2490 2006-06-25 [ticho]      2.3.1cvs20
2491
2492         * src/compose.c
2493         * src/exphtmldlg.c
2494         * src/gtk/gtkutils.c
2495         * src/gtk/gtkutils.h
2496                 Added second argument to gtkut_sc_combobox_create() to
2497                 control focus-on-click for the widget.
2498                 Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2499
2500 2006-06-25 [ticho]      2.3.1cvs19
2501
2502         * src/compose.c
2503         * src/gtk/Makefile.am
2504         * src/gtk/combobox.c
2505         * src/gtk/combobox.h
2506         * src/gtk/gtkutils.c
2507         * src/gtk/gtkutils.h
2508                 Use GtkComboBox instead of deprecated GtkOptionMenu
2509                 for account selector in compose window and for encoding
2510                 selector in attachment properties.
2511                 Also factorise working with the new GtkComboBox somewhat.
2512
2513 2006-06-24 [paul]       2.3.1cvs18
2514
2515         * src/prefs_common.c
2516                 use the correct default value
2517
2518 2006-06-24 [paul]       2.3.1cvs17
2519
2520         * src/compose.c
2521         * src/prefs_common.c
2522         * src/prefs_common.h
2523         * src/prefs_compose_writing.c
2524                 enable setting of default action when
2525                 dnd'ing files in the compose window.
2526                 (Collaborative effort with wwp)
2527
2528 2006-06-23 [wwp]        2.3.1cvs16
2529
2530         * src/compose.c
2531                 i18n fix (thanks to Fabien Vantard)
2532
2533 2006-06-22 [colin]      2.3.1cvs15
2534
2535         * src/prefs_customheader.c
2536                 Don't use filters in custom headers' file 
2537                 selector. Remember, extensions mean nothing :)
2538
2539 2006-06-22 [paul]       2.3.1cvs14
2540
2541         * configure.ac
2542                 allow setting of man directory location
2543
2544 2006-06-22 [colin]      2.3.1cvs13
2545
2546         * src/mainwindow.c
2547                 Add 'View/Go to/Next unread folder'.
2548                 I missed that :)
2549
2550 2006-06-22 [colin]      2.3.1cvs12
2551
2552         * src/common/utils.c
2553                 Add some subject prefixes
2554                 Patch by Bjorn T Johansen <btj@havleik.no>
2555
2556 2006-06-22 [colin]      2.3.1cvs11
2557
2558         * manual/advanced.xml
2559                 Forgotten hidden pref
2560
2561 2006-06-21 [paul]       2.3.1cvs10
2562
2563         * src/prefs_account.c
2564                 complete the removal of 'Add date header' option
2565
2566 2006-06-21 [paul]       2.3.1cvs9
2567
2568         * src/account.c
2569         * src/compose.c
2570         * src/prefs_account.c
2571         * src/prefs_account.h
2572                 remove option to add date header - always
2573                 add date header
2574         * src/etpan/imap-thread.c
2575                 fix warnings (Thanks to Colin)
2576
2577 2006-06-21 [wwp]        2.3.1cvs8
2578
2579         * src/folder.c
2580                 set the attachment flag when inline text part are (file)named. This is more convenient
2581                 when receiving (for instance) inline source files or patches sent using thunderbird.
2582
2583 2006-06-21 [paul]       2.3.1cvs7
2584
2585         * src/inc.c
2586                 fix off-by-one count of current msg in
2587                 statusbar filtering progressbar
2588
2589 2006-06-21 [paul]       2.3.1cvs6
2590
2591         * src/folder.c
2592                 Show attachment icon even if the part is 'inline'
2593                 if the following conditions are met:
2594                 - content-type != 'text/plain'
2595                 - content-type != '*/pgp-signature'
2596                 - either 'name' or 'filename' parameter is not NULL
2597                 
2598                 Thanks to Colin
2599
2600 2006-06-21 [paul]       2.3.1cvs5
2601
2602         * src/messageview.c
2603         * src/prefs_common.c
2604         * src/prefs_common.h
2605         * src/prefs_other.c
2606                 add an option to 'Never send Return
2607                 Receipts'
2608                 Thanks to Colin
2609
2610 2006-06-20 [mones]      2.3.1cvs4
2611
2612         * po/es.po
2613                 updated
2614         * src/compose.c
2615                 typo fixed (space after comma)
2616         * tools/make.themes.project
2617                 remove exec mode from tarball files
2618
2619 2006-06-20 [colin]      2.3.1cvs3
2620
2621         * src/news.c
2622         * src/procheader.c
2623         * src/unmime.c
2624                 Better fix for \n's in headers (don't 
2625                 break Received: and others)
2626
2627 2006-06-20 [paul]       2.3.1cvs2
2628
2629         * src/alertpanel.c
2630         * src/textview.c
2631                 improve legibility of phishing attempt
2632                 dialog
2633
2634 2006-06-20 [paul]       2.3.1cvs1
2635
2636         * NEWS
2637         * README
2638         * configure.ac
2639                 Update version number following
2640                 stable release
2641
2642 2006-06-20 [colin]      2.3.0cvs26
2643
2644         * src/compose.c
2645                 When dragging a file to the text of the compose
2646                 window, ask whether we want to insert or attach
2647                 (I know lots of people who do that to attach)
2648
2649 2006-06-20 [colin]      2.3.0cvs25
2650
2651         * src/etpan/imap-thread.c
2652                 Fix threshold (the append command is often > 32 bytes)
2653
2654 2006-06-19 [colin]      2.3.0cvs24
2655
2656         * src/imap.c
2657         * src/etpan/imap-thread.c
2658                 Workaround Rockliffe IMAP server bug: replace
2659                 "x UID SEARCH (ANSWERED UID 1:*)" with
2660                 "x UID SEARCH ANSWERED"
2661                 (Rockliffe doesn't handle the parenthesis)
2662
2663 2006-06-19 [colin]      2.3.0cvs23
2664
2665         * src/compose.c
2666         * src/imap.c
2667         * src/etpan/imap-thread.c
2668                 Probably fix bug #972 (Freezes when adding 
2669                 an attachment to the message)
2670         * src/common/defs.h
2671                 Modernize Firefox cmd
2672
2673
2674 2006-06-18 [colin]      2.3.0cvs22
2675
2676         * src/prefs_customheader.c
2677                 Only allow correct filenames for various
2678                 custom headers
2679
2680 2006-06-18 [colin]      2.3.0cvs21
2681
2682         * src/prefs_customheader.c
2683                 Add a 'From File...' button in custom headers prefs, which
2684                 try to do the right thing: 
2685                 for normal headers, use file as plaintext,
2686                 for X-Face, calls compface,
2687                 for Face, encode to b64.
2688
2689 2006-06-17 [colin]      2.3.0cvs20
2690
2691         * src/mh.c
2692                 Warning fix
2693
2694 2006-06-16 [colin]      2.3.0cvs19
2695
2696         * src/summaryview.c
2697                 Recursive quicksearch: show message list
2698                 in current folder, *then* search children
2699                 in the background.
2700
2701 2006-06-16 [colin]      2.3.0cvs18
2702
2703         * src/main.c
2704                 Instead of ignoring SIGPIPE, save caches
2705                 when getting one. Will fix the fact that
2706                 hot caches are out-of-date when logging 
2707                 out of Xorg.
2708         * src/compose.c
2709         * src/prefs_compose_writing.c
2710                 Only save text (not attachments) when 
2711                 auto-saving to drafts
2712         * src/unmime.c
2713                 Always replace \n, \r and \t with spaces
2714                 in headers
2715         * manual/dist/html/Makefile.am
2716         * manual/dist/pdf/Makefile.am
2717         * manual/dist/ps/Makefile.am
2718         * manual/dist/txt/Makefile.am
2719         * manual/fr/dist/html/Makefile.am
2720         * manual/fr/dist/pdf/Makefile.am
2721         * manual/fr/dist/ps/Makefile.am
2722         * manual/fr/dist/txt/Makefile.am
2723         * manual/pl/dist/html/Makefile.am
2724         * manual/pl/dist/pdf/Makefile.am
2725         * manual/pl/dist/ps/Makefile.am
2726         * manual/pl/dist/txt/Makefile.am
2727                 Fix make clean removing pregenerated manuals
2728
2729
2730 2006-06-16 [colin]      2.3.0cvs17
2731
2732         * src/plugins/pgpcore/sgpgme.c
2733         * src/plugins/pgpmime/pgpmime.c
2734         * src/plugins/pgpinline/pgpinline.c
2735                 Better error reporting in setup_signers.
2736                 Don't fallback to default key if specified
2737                 key isn't found.
2738                 Don't allow signing if more than one secret
2739                 key matches the one specified in prefs.
2740
2741 2006-06-15 [colin]      2.3.0cvs16
2742
2743         * src/folderview.c
2744                 Add "Send queue" in the folder's contextual
2745                 menu
2746         * src/compose.c
2747         * src/messageview.c
2748         * src/privacy.c
2749         * src/privacy.h
2750         * src/procmime.c
2751         * src/procmsg.c
2752         * src/plugins/pgpcore/passphrase.c
2753         * src/plugins/pgpcore/sgpgme.c
2754         * src/plugins/pgpinline/pgpinline.c
2755         * src/plugins/pgpmime/pgpmime.c
2756                 Better error reporting
2757         * src/mbox.c
2758                 Probably fix bug #971 (2.2.3 cannot read mail 
2759                 from local mbox)
2760
2761
2762 2006-06-15 [mones]      2.3.0cvs15
2763
2764         * tools/make.themes.project
2765                 creates the themes project from the web page
2766
2767 2006-06-15 [colin]      2.3.0cvs14
2768
2769         * src/folder.c
2770                 Better fix (avoid losing the folder if scan_tree 
2771                 fails)
2772
2773 2006-06-15 [cleroy]     2.3.0cvs13
2774
2775         * src/folder.c
2776                 Probably fix Bug #969 (crash on rebuilding 
2777                 imap folder)
2778
2779 2006-06-14 [colin]      2.3.0cvs12
2780
2781         * manual/dtd/manual.xsl
2782         * manual/sylpheed-claws-manual.xml
2783         * manual/fr/sylpheed-claws-manual.xml
2784         * manual/pl/sylpheed-claws-manual.xml
2785                 Insert pagebreaks between sections
2786
2787 2006-06-14 [paul]       2.3.0cvs11
2788
2789         * configure.ac
2790                 better fix than 2.3.0cvs10
2791
2792 2006-06-14 [paul]       2.3.0cvs10
2793
2794         * configure.ac
2795                 fix setting of PACKAGE_DATA_DIR with newer autoconf
2796                 (backwards compatible)
2797
2798 2006-06-13 [colin]      2.3.0cvs9
2799
2800         * src/messageview.c
2801                 Fix sending of return receipt with the new queue folders
2802
2803 2006-06-13 [wwp]        2.3.0cvs8
2804
2805         * src/quote_fmt_lex.l
2806                 fix wrong tokens returned in quote_fmt lexer, query not().
2807
2808 2006-06-13 [wwp]        2.3.0cvs7
2809
2810         * src/folder.c
2811         * src/prefs_folder_item.c
2812                 allow changing folder type even when folder is not a top-level one,
2813                 thanks to Colin.
2814
2815 2006-06-12 [colin]      2.3.0cvs6
2816
2817         * src/folderview.c
2818                 Fix double-ask of "Do you want to mark all
2819                 as read"
2820
2821 2006-06-12 [colin]      2.3.0cvs5
2822
2823         * src/compose.c
2824         * src/compose.h
2825         * src/folder.c
2826         * src/folder.h
2827         * src/imap.c
2828         * src/inc.c
2829         * src/main.c
2830         * src/messageview.c
2831         * src/mh.c
2832         * src/prefs_folder_item.c
2833         * src/procheader.c
2834         * src/procmime.c
2835         * src/procmsg.c
2836         * src/procmsg.h
2837         * src/send_message.c
2838         * src/summaryview.c
2839         * src/toolbar.c
2840                 Apply bug #964's patch (Queue and drafts aren't normal)
2841                 The Drafts and Queue folder now contain RFC-822 files,
2842                 allowing to move and copy mails from and to these 
2843                 folders. Moving from Drafts to Queue will prepare the
2844                 mail for sending (PGP signature, encryption, etc).
2845                 This patch also rework sending errors handling to try
2846                 to be more helpful.
2847                 Also, allow redefining folder types via the GUI 
2848                 (Folder type in its Properties)
2849
2850 2006-06-12 [colin]      2.3.0cvs4
2851
2852         * src/summaryview.c
2853         * src/prefs_common.c
2854         * src/prefs_common.h
2855         * src/gedit-print.c
2856                 Allow to define a specific print font - patch
2857                 by Bernhard Walle <bernhard.walle@gmx.de>
2858         * src/prefs_fonts.c
2859         * manual/advanced.xml
2860         * manual/fr/advanced.xml
2861                 Add a hidden pref to allow deletion without
2862                 confirmation
2863
2864 2006-06-12 [wwp]        2.3.0cvs3
2865
2866         * .cvsignore
2867                 more files to ignore.
2868
2869 2006-06-12 [wwp]        2.3.0cvs2
2870
2871         * src/quote_fmt.c
2872         * src/quote_fmt_lex.l
2873         * src/quote_fmt_parse.y
2874                 extend the quote_fmt parser (templates and quotes):
2875                 - allow limited sub-expressions in |p{} and |f{} expressions,
2876                 - add !x{expr} (evaluate and insert 'expr' if 'x' is not set) and \! symbols,
2877                 - implemented/fixed missing implementation of query_references and show_references,
2878                 - completed, fixed contents and format of the symbols help dialog,
2879                 - fix some compilation warnings.
2880
2881 2006-06-12 [wwp]        2.3.0cvs1
2882
2883         * manual/advanced.xml
2884         * manual/fr/advanced.xml
2885                 updates in the "templates" section of the manual (eng/fr):
2886                  - be more precise (both versions)
2887                  - completed to match the english reference (fr version)
2888                  - touchups (both versions)
2889
2890 2006-06-12 [paul]       2.3.0
2891
2892         2.3.0 released
2893
2894 2006-06-12 [paul]       2.2.3cvs14
2895
2896         * po/ca.po
2897         * po/cs.po
2898         * po/de.po
2899         * po/el.po
2900         * po/fr.po
2901         * po/it.po
2902         * po/pt_BR.po
2903         * po/sr.po
2904         * po/zh_CN.po
2905                 updated by Miquel Oliete, Tim, Stephan Sachse,
2906                 Stavros Giannouris, Fabien Vantard, Andrea
2907                 Spadaccini, Frederico Goncalves Guimaraes,
2908                 Aleksandar Urosevic, and Ralgh Young
2909
2910 2006-06-12 [colin]      2.2.3cvs13
2911
2912         * src/mbox.c
2913                 Add missing header
2914
2915 2006-06-11 [colin]      2.2.3cvs12
2916
2917         * src/msgcache.c
2918                 Verify that g_malloc() succeeded
2919
2920 2006-06-11 [colin]      2.2.3cvs11
2921
2922         * src/wizard.c
2923                 Add Face header to welcome mail
2924
2925 2006-06-10 [colin]      2.2.3cvs10
2926
2927         * src/textview.c
2928                 Revert previous (Forgot it changes the
2929                 margin on the whole mail)
2930
2931 2006-06-10 [colin]      2.2.3cvs9
2932
2933         * src/textview.c
2934                 Don't overlap long headers under (X-)Face
2935
2936 2006-06-10 [mones]      2.2.3cvs8
2937
2938         * manual/xml2pdf
2939                 allow generation of manual on systems lacking saxon binary
2940                 but with java and the saxon library installed
2941
2942         * po/es.po
2943                 updated for release
2944
2945 2006-06-09 [colin]      2.2.3cvs7
2946
2947         * src/summaryview.c
2948                 Fix leak when using Display Sender using Addressbook
2949
2950 2006-06-09 [colin]      2.2.3cvs6
2951
2952         * src/compose.c
2953         * src/folder.c
2954         * src/folderview.c
2955         * src/mimeview.c
2956         * src/summaryview.c
2957                 More leaks fixes
2958
2959 2006-06-09 [paul]       2.2.3cvs5
2960
2961         * AUTHORS
2962         * src/gtk/authors.h
2963         * tools/claws.i18n.status.pl
2964                 updated with new info
2965
2966 2006-06-09 [paul]       2.2.3cvs4
2967
2968         * README
2969                 updated
2970         * manual/ack.xml
2971                 add wwp to authors list
2972         * src/gtk/authors.h
2973                 update mine and Colin's addresses
2974
2975 2006-06-08 [colin]      2.2.3cvs3
2976
2977         * src/etpan/imap-thread.c
2978                 Fix leak on SSL cert check
2979
2980 2006-06-08 [colin]      2.2.3cvs2
2981
2982         * src/common/utils.c
2983                 Fix leak
2984
2985 2006-06-08 [paul]       2.2.3cvs1
2986
2987         * configure.ac
2988                 Update version number following
2989                 stable release
2990
2991 2006-06-07 [colin]      2.2.2cvs3
2992
2993         * src/msgcache.c
2994                 Fix catching cache read errors (guint instead of gint)
2995                 Prevent malloc'ing more than 8MB (means cache corruption)
2996
2997 2006-06-07 [paul]       2.2.2cvs2
2998
2999         * src/exporthtml.c
3000         * src/exportldif.c
3001         * src/mh.c
3002         * src/mutt.c
3003         * src/pine.c
3004         * src/common/utils.c
3005                 fix Debian bug #370257, 'sylpheed-claws-gtk2 does not
3006                 obey $HOME'
3007                 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=370257
3008                 Thanks to Colin
3009
3010 2006-06-06 [paul]       2.2.2cvs1
3011
3012         * configure.ac
3013                 Update version number following
3014                 stable release
3015
3016 2006-06-06 [paul]       2.2.1cvs6
3017
3018         * src/matcher.c
3019                 fix  implicit declaration of
3020                 sylpheed_do_idle()
3021                 Patch by Fabien Vantard
3022
3023 2006-06-06 [paul]       2.2.1cvs5
3024
3025         * src/matcher.c
3026                 fix age_greater and age_lower so that they
3027                 mean what say and not '...or equal to'
3028                 Thanks to Colin
3029
3030 2006-06-06 [paul]       2.2.1cvs4
3031
3032         * src/textview.c
3033         * src/common/utils.c
3034                 fix URI check
3035                 Thanks to Colin
3036
3037 2006-06-05 [wwp]        2.2.1cvs3
3038
3039         * manual/fr/account.xml
3040                 minor language fixes (thanks to Fabien Vantard).
3041
3042 2006-06-05 [colin]      2.2.1cvs2
3043
3044         * src/prefs_folder_item.c
3045         * src/folderview.c
3046                 Allow recursive setting of properties 
3047                 for whole mailboxes
3048         * src/matcher.c
3049                 Don't freeze on 'test' filtering rule
3050
3051 2006-06-05 [colin]      2.2.1cvs1
3052
3053         * configure.ac
3054                 Update version number following
3055                 stable release
3056
3057 2006-06-04 [wwp]        2.2.0cvs82
3058
3059         * manual/glossary.xml
3060         * manual/account.xml
3061         * manual/fr/glossary.xml
3062         * manual/fr/account.xml
3063                 added glossary section and references/links related to the Face custom header.
3064
3065 2006-06-04 [colin]      2.2.0cvs81
3066
3067         * src/summaryview.c
3068                 Skip to next message on move with no
3069                 immediate execution
3070
3071 2006-06-04 [wwp]        2.2.0cvs80
3072
3073         * manual/xml2pdf
3074                 added sanity checks, exit when needed.
3075
3076 2006-06-03 [paul]       2.2.0cvs79
3077
3078         * src/prefs_receive.c
3079                 page name is now 'Receiving'
3080         * src/prefs_send.c
3081                 page name is now 'Sending'
3082
3083 2006-06-03 [colin]      2.2.0cvs78
3084
3085         * src/plugins/spamassassin/spamassassin_gtk.c
3086                 Autoswitch to Localhost if transport was previously
3087                 disabled. Else people had to check [] Enable, then
3088                 *reselect* transport.
3089
3090 2006-06-03 [colin]      2.2.0cvs77
3091
3092         * src/plugins/pgpinline/pgpinline.c
3093         * src/plugins/pgpmime/pgpmime.c
3094                 Check that gpg_data_release_and_get_mem 
3095                 didn't fail (now, why this happens...)
3096
3097 2006-06-03 [colin]      2.2.0cvs76
3098
3099         * src/mbox.c
3100                 Fix bug #962 (Manual and/or UI should 
3101                 warn about incompatible locking 
3102                 causing dataloss)
3103
3104 2006-06-02 [cleroy]     2.2.0cvs75
3105
3106         * src/filtering.c
3107         * src/folder.c
3108         * src/procmsg.c
3109         * src/summaryview.c
3110                 Fix a few leaks
3111
3112 2006-06-02 [colin]      2.2.0cvs74
3113
3114         * src/main.c
3115                 On exit, free caches after writing them
3116                 Shuts up some valgrind false positives
3117         * src/procmsg.c
3118         * src/send_message.c
3119                 Fix races when reusing existing SMTP connections
3120                 Fix inexistant session timeout
3121         * src/toolbar.c
3122                 Display alertpanel after all queues have
3123                 been processed, not after each
3124
3125 2006-06-02 [wwp]        2.2.0cvs73
3126
3127         * manual/fr/glossary.xml
3128         * manual/fr/ack.xml
3129         * manual/ack.xml
3130                 one fix (thanks to Fabien Vantard), one update (thanks to Norman Walsh).
3131
3132 2006-06-02 [wwp]        2.2.0cvs72
3133
3134         * manual/xml2pdf
3135         * manual/dist/pdf/Makefile.am
3136         * manual/dtd/manual.xsl
3137         * manual/fr/dist/pdf/Makefile.am
3138         * manual/pl/dist/pdf/Makefile.am
3139                 we changed the procedure to generate the .pdf version of the manual.
3140                 The procedure is more modern and the .pdf we get now has a valid index.
3141                 Here are the new pre-requisites:
3142
3143                 - JRE 1.x (1.4 here): there must be one from your distro
3144                 - Saxon 6.5.5: http://prdownloads.sourceforge.net/saxon/saxon6-5-5.zip
3145                 - FOP 0.92: http://apache.crihan.fr/dist/xmlgraphics/fop/fop-0.92beta-bin-jdk1.4.tar.gz
3146                 - DocBook XSL 1.70.x: http://prdownloads.sourceforge.net/docbook/docbook-xsl-1.70.1.tar.bz2?download
3147
3148                 See my posts for further info about the installation of this toolchain:
3149
3150                 Date: Fri, 19 May 2006 19:40:06 +0200
3151                 From: wwp <subscript@free.fr>
3152                 To: sylpheed-claws-devel@lists.sourceforge.net
3153                 Subject: [Sylpheed-claws-devel] Generating the manual .pdf
3154
3155                 and
3156
3157                 Date: Wed, 24 May 2006 12:58:49 +0200
3158                 From: wwp <subscript@free.fr>
3159                 To: sylpheed-claws-devel@lists.sourceforge.net
3160                 Subject: Re: [Sylpheed-claws-devel] Generating the manual .pdf
3161
3162 2006-06-01 [colin]      2.2.0cvs71
3163
3164         * src/compose.c
3165                 Better guards against IMAP races
3166         * src/main.c
3167         * src/prefs_common.c
3168         * src/prefs_common.h
3169         * src/common/ssl_certificate.c
3170         * src/etpan/imap-thread.c
3171         * src/etpan/imap-thread.h
3172         * src/gtk/sslcertwindow.c
3173                 New hidden option ssl_skip_cert_check to 
3174                 avoid dups of bug #959 (libetpan linked
3175                 against gnutls and gnutls buggy on 64bit)
3176                 Present expired warning only once per
3177                 session/server.
3178         * manual/advanced.xml
3179         * manual/fr/advanced.xml
3180                 Document new option
3181
3182 2006-06-01 [wwp]        2.2.0cvs70
3183
3184         * src/messageview.c
3185                 fix for bug #961 (return receipt dialog 
3186                 complains incorrectly about return-path 
3187                 email adress being different), thanks 
3188                 to Colin.
3189
3190 2006-05-31 [cleroy]     2.2.0cvs69
3191
3192         * src/common/ssl.c
3193                 Guard against NULLs, although this
3194                 should never be an issue
3195
3196 2006-05-31 [colin]      2.2.0cvs68
3197
3198         * src/filtering.c
3199                 Use g_slist_prepend
3200         * src/imap.c
3201                 Don't remove caches when destroying folder, it
3202                 could (should) be done at exit
3203         * src/inc.c
3204                 free processing cache after incorporation
3205         * src/etpan/imap-thread.c
3206                 Maybe fix bug #959 (Crash on moving to emails 
3207                 to a imap account per ssl with a expired 
3208                 certificate.)
3209
3210 2006-05-30 [colin]      2.2.0cvs67
3211
3212         * src/summaryview.c
3213                 Put back event flush when displaying message
3214                 It avoids reading a bunch of messages just
3215                 by hitting shift-n for too long ;)
3216
3217 2006-05-29 [colin]      2.2.0cvs66
3218
3219         * src/summaryview.c
3220                 Remove useless g_warnings
3221
3222 2006-05-29 [colin]      2.2.0cvs65
3223
3224         * src/imap.c
3225                 Fix g_slist_append()s for performance
3226
3227 2006-05-29 [colin]      2.2.0cvs64
3228
3229         * src/compose.c
3230         * src/common/utils.c
3231                 Fix extraneous tab at start of addresses
3232         * src/mainwindow.c
3233                 Fix warnings (thanks to Fabien)
3234                 Fix crash at exit when composing messages 
3235                 exist
3236         * src/pop.c
3237                 Fix progress bar when deleting expired mails
3238                 Thanks to Hiro
3239         * src/summaryview.c
3240         * src/gtk/gtksctree.c
3241                 Fix re-sorting slowness
3242
3243 2006-05-29 [paul]       2.2.0cvs63
3244
3245         * src/mh.c
3246                 fetch full message when moving mails
3247                 from another mailbox, (fixed data loss
3248                 when filtering from IMAP to MH, introduced
3249                 in 2.2.0cvs57).
3250                 Thanks to Colin
3251
3252 2006-05-29 [mones]      2.2.0cvs62
3253
3254         * src/gtk/gtksctree.c
3255                 Unselect faster (patch by Colin)        
3256
3257 2006-05-26 [colin]      2.2.0cvs61
3258
3259         * src/summaryview.c
3260                 Unplug MSGINFO_UPDATE callback on delete too.
3261
3262 2006-05-26 [colin]      2.2.0cvs60
3263
3264         * src/foldersel.c
3265                 Fix bold in folder selection window with glib2.10
3266                 thanks Hiro
3267
3268 2006-05-26 [colin]      2.2.0cvs59
3269
3270         * src/procheader.c
3271                 Convert date only if necessary (and don't
3272                 try to convert from utf8 to utf8, too)
3273         * src/summaryview.c
3274                 Only set column's text if the column's 
3275                 displayed
3276
3277 2006-05-26 [colin]      2.2.0cvs58
3278
3279         * src/summaryview.c
3280         * src/gtk/gtkutils.c
3281                 Fix useless warning
3282
3283 2006-05-26 [colin]      2.2.0cvs57
3284
3285         * src/mainwindow.c
3286                 Make summaryview selectable as long as 
3287                 no message has focus
3288         * src/mh.c
3289                 Faster deletion (by implementing mh_remove_msgs)
3290                 Faster copy (avoid using mh_fetch_msg just to get
3291                 the filename)
3292                 Faster move (using move_file instead of copy_file
3293                 if MSG_IS_MOVE)
3294                 No progressbar if total number of mails to cp/mv 
3295                 is less than 100
3296         * src/summaryview.c
3297                 Fix removal from subject_table when mail gets moved
3298                 Faster deletion (g_slist_prepend instead of append)
3299         * src/gtk/gtksctree.c
3300                 Remove useless code
3301
3302 2006-05-25 [colin]      2.2.0cvs56
3303
3304         * src/common/ssl_certificate.c
3305                 Fix leak in expired cert check
3306
3307 2006-05-25 [colin]      2.2.0cvs55
3308
3309         * src/mh.c
3310                 Disable flags syncing on .mh_sequences - it
3311                 is buggy and marks mails read under unknown
3312                 conditions.
3313
3314 2006-05-25 [paul]
3315
3316         * 2.3.0-rc4 released
3317
3318 2006-05-24 [colin]      2.2.0cvs54
3319
3320         attention cvs users: if you manage to crash
3321         Sylpheed-Claws while moving, copying or deleting
3322         mails, we *are* interested in stack traces and
3323         valgrind logs. It looks stable, but one never
3324         knows...
3325
3326         * src/folder.c
3327                 Add progressbar for cache updates
3328         * src/folderutils.c
3329                 Optimize Mark all read in the current
3330                 folder
3331         * src/mh.c
3332                 Add progressbar for copy/move
3333         * src/procmsg.c
3334                 Optimize O(n^2) in copy/move
3335         * src/summaryview.c
3336         * src/gtk/gtksctree.c
3337                 Optimize O(n^2) algos
3338         * src/common/timing.h
3339                 Display ms instead of us
3340
3341 2006-05-24 [wwp]        2.2.0cvs53
3342
3343         * manual/fr/advanced.xml
3344                 updates to the French manual.
3345
3346 2006-05-24 [wwp]        2.2.0cvs52
3347
3348         * src/common/utils.c
3349                 MB translates to a 4-char string in Russian (thanks to Maxim Britov <maxim.britov@gmail.com>).
3350
3351 2006-05-24 [wwp]        2.2.0cvs51
3352
3353         * src/folderutils.c
3354                 fixed "mark all read" in MH folders (thanks to Colin).
3355
3356 2006-05-24 [paul]       2.2.0cvs50
3357
3358         * doc/man/sylpheed-claws.1
3359                 updated the man page
3360
3361 2006-05-23 [colin]      2.2.0cvs49
3362
3363         * src/folderview.c
3364         * src/imap.c
3365         * src/inc.c
3366         * src/mbox.c
3367         * src/messageview.c
3368         * src/news.c
3369         * src/send_message.c
3370         * src/summaryview.c
3371         * src/gtk/sslcertwindow.c
3372                 alertpanel fixes, by Fabien
3373
3374 2006-05-23 [colin]      2.2.0cvs48
3375
3376         * src/folder.c
3377         * src/folderview.c
3378         * src/msgcache.c
3379         * src/summaryview.c
3380         * src/gtk/gtksctree.c
3381         * src/gtk/gtksctree.h
3382                 More timings
3383                 Fix slow loading problem, which was caused by the
3384                 use of some gtk_ctree funcs and their use of
3385                 g_list_position while gtk_ctree_(un)link'ing.
3386                 Reap more functions from gtkctree.c to be sure we
3387                 use our (fast) version instead of theirs.
3388         * src/mh.c
3389                 Fix copy of unread mails
3390
3391
3392 2006-05-22 [wwp]        2.2.0cvs47
3393
3394         * manual/fr/advanced.xml
3395                 updated.
3396
3397 2006-05-22 [colin]      2.2.0cvs46
3398
3399         * src/filtering.c
3400                 Fix possible infinite loop. 'copy' is not a 
3401                 final action, so when encountering a 'copy',
3402                 we have to check if a previous one was set
3403                 and do it. In the same way, if we encounter
3404                 a 'move' we have to perform a possibly 
3405                 pending 'copy'. This will slow down filtering
3406                 on IMAP if move+copy or multiple copy actions
3407                 are to be done, but handling it via the batch
3408                 would be really too convoluted.
3409
3410 2006-05-22 [wwp]        2.2.0cvs45
3411
3412         * manual/fr/advanced.xml
3413         * manual/fr/faq.xml
3414         * manual/fr/glossary.xml
3415         * manual/fr/handling.xml
3416         * manual/fr/intro.xml
3417         * manual/fr/plugins.xml
3418         * manual/fr/sylpheed-claws-manual.xml
3419                 sync w/ the english manual: updates URIs, documented mailing-list
3420                 support, better explanation about the enabled/disabled feature
3421                 in filtering/processing rules by Paul.
3422
3423 2006-05-21 [colin]      2.2.0cvs44
3424
3425         * src/summaryview.c
3426                 Don't expand after building threads, but during
3427
3428 2006-05-21 [colin]      2.2.0cvs43
3429
3430         * src/procmsg.c
3431         * src/summaryview.c
3432                 More timing possibilities... For next time I have 
3433                 to find out how the hell some 3GHz computer takes
3434                 one minute to open a 30k folder...
3435
3436 2006-05-21 [colin]      2.2.0cvs42
3437
3438         * manual/pl/advanced.xml
3439         * manual/pl/faq.xml
3440         * manual/pl/glossary.xml
3441         * manual/pl/handling.xml
3442         * manual/pl/intro.xml
3443         * manual/pl/plugins.xml
3444         * manual/pl/sylpheed-claws-manual.xml
3445                 Polish manual updated by Pawel
3446
3447 2006-05-20 [colin]
3448
3449         * 2.3.0-rc3 released
3450
3451 2006-05-20 [colin]      2.2.0cvs41
3452
3453         * src/imap.c
3454                 Fix -rc2 problems:
3455                 - remove cache of moved messages from original folder
3456                 - apply new flags to messages even if they aren't appliable
3457                   via IMAP.
3458
3459 2006-05-20 [colin]
3460
3461         * 2.3.0-rc2 released
3462
3463 2006-05-19 [colin]      2.2.0cvs40
3464
3465         * src/imap.c
3466                 Don't issue SELECT in imap_change_flags
3467                 before having checked that we indeed have
3468                 some flags to change. MSG_POSTFILTERED for
3469                 example can't be used on IMAP.
3470                 Fixes bug #955 (copying messages between 
3471                 imap folders is extremely slow), which was
3472                 a regression.
3473
3474 2006-05-19 [colin]      2.2.0cvs39
3475
3476         * src/folder.c
3477         * src/folder.h
3478         * src/folderview.c
3479                 Try to fix bug #830 (Some unread messages 
3480                 get marked read in IMAP inbox):
3481                 - Prevent scanning a folder if it's being 
3482                   opened via the GUI
3483                 - Postpone opening via the GUI of a folder
3484                   currently scanned.
3485
3486
3487 2006-05-19 [wwp]        2.2.0cvs38
3488
3489         * manual/advanced.xml
3490                 fix English+typo (thanks to Paul).
3491
3492 2006-05-19 [wwp]        2.2.0cvs37
3493
3494         * manual/advanced.xml
3495         * manual/fr/advanced.xml
3496         * src/gtk/logwindow.c
3497         * src/prefs_common.c
3498         * src/prefs_common.h
3499                 added hidden prefs to allow customization of colors used in
3500                 protocol log window (useful for dark gtk+ themes).
3501
3502 2006-05-19 [wwp]        2.2.0cvs36
3503
3504         * ChangeLog
3505                 fix an old erroneous changelog entry (thanks to Fabien Vantard).
3506
3507 2006-05-19 [paul]       2.2.0cvs35
3508
3509         * src/textview.c
3510                 make Reply-To fully clickable
3511         * src/gtk/logwindow.c
3512                 more colouring (SMTP ESMTP)
3513         Both patches by Pawel Pekala
3514
3515 2006-05-19 [cleroy]     2.2.0cvs34
3516
3517         * src/mh.c
3518                 Don't update flags from current folder
3519                 Probably fixes bug #935 (Read Messages 
3520                 Revert to Being Marked as Unread)
3521
3522 2006-05-18 [colin]      2.2.0cvs33
3523
3524         * src/imap.c
3525                 Warning fix
3526         * src/compose.c
3527         * src/mainwindow.c
3528         * src/summaryview.c
3529         * src/toolbar.c
3530                 Allow replying to multiple emails
3531                 in multiple windows
3532         * src/mimeview.c
3533         * src/etpan/imap-thread.c
3534                 Leak fixes
3535
3536 2006-05-18 [paul]       2.2.0cvs32
3537
3538         * src/summaryview.c
3539                 keep Mailing-List menu refreshed
3540                 Thanks to Colin
3541
3542 2006-05-18 [paul]       2.2.0cvs31
3543
3544         * manual/advanced.xml
3545         * manual/faq.xml
3546         * manual/glossary.xml
3547         * manual/handling.xml
3548         * manual/intro.xml
3549         * manual/plugins.xml
3550         * manual/sylpheed-claws-manual.xml
3551                 update URLs
3552                 add info about mailing-list support
3553                 edit filtering info
3554         * src/wizard.c
3555         * src/common/defs.h
3556         * src/gtk/about.c
3557         * src/plugins/dillo_viewer/README
3558                 update URLs
3559
3560 2006-05-17 [wwp]        2.2.0cvs30
3561
3562         * manual/handling.xml
3563         * manual/fr/handling.xml
3564                 documented the ability to enabled/disable filtering/processing rules.
3565
3566 2006-05-17 [colin]      2.2.0cvs29
3567
3568         * src/main.c
3569                 Don't initialize g_thread subsystem if it's 
3570                 already done (thanks to Hiro)
3571         * src/mimeview.c
3572                 Fix saving of parts when there name can't be
3573                 converted from UTF-8.
3574
3575 2006-05-17 [paul]       2.2.0cvs28
3576
3577         * po/Makefile.in.in
3578                 fix config.status warning with autoconf 2.60
3579
3580 2006-05-17 [paul]       2.2.0cvs27
3581
3582         * po/POTFILES.in
3583                 add src/mbox.c
3584
3585 2006-05-17 [wwp]        2.2.0cvs26
3586
3587         * src/mainwindow.c
3588                 fix useless and potentially dangerous buffer walking (thanks to Colin).
3589
3590 2006-05-17 [wwp]        2.2.0cvs25
3591
3592         * src/plugins/demo/demo.c
3593                 updated product name in plugin demo (many plugins need to be
3594                 sync'ed w/ that change).
3595
3596 2006-05-17 [colin]      2.2.0cvs24
3597
3598         * src/mh.c
3599                 Fix leak
3600
3601 2006-05-16 [colin]      2.2.0cvs23
3602
3603         * src/mainwindow.c
3604                 Stupid me hit again. Fix cvs22.
3605
3606 2006-05-16 [colin]      2.2.0cvs22
3607
3608         * src/mainwindow.c
3609                 Fix bug #922 (sylpheed-claws crashed after 
3610                 pushing on Inbox folder)
3611
3612 2006-05-16 [colin]      2.2.0cvs21
3613
3614         * src/compose.c
3615                 Make From header be copy/paste/select-able
3616
3617 2006-05-16 [wwp]        2.2.0cvs20
3618
3619         * src/export.c
3620         * src/matcher.c
3621         * src/summaryview.c
3622         * src/etpan/imap-thread.c
3623                 fix some compiler warnings (thanks to Colin).
3624
3625 2006-05-16 [wwp]        2.2.0cvs19
3626
3627         * src/action.c
3628         * src/gedit-print.c
3629         * src/inc.c
3630         * src/mainwindow.c
3631         * src/mh.c
3632         * src/statusbar.c
3633         * src/send_message.c
3634         * src/summaryview.c
3635                 get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
3636
3637 2006-05-15 [colin]      2.2.0cvs18
3638
3639         * src/procmsg.c
3640                 Fix automatic rule creation with List-Post
3641
3642 2006-05-15 [paul]       2.2.0cvs17
3643
3644         * tools/filter_conv_new.pl
3645                 updated for rule enabling/disabling
3646                 claws version >= 2.3.x required
3647
3648 2006-05-15 [cleroy]     2.2.0cvs16
3649
3650         * src/main.c
3651                 Revert test
3652
3653 2006-05-15 [cleroy]     2.2.0cvs15
3654
3655         * src/main.c
3656                 test
3657
3658 2006-05-15 [wwp]        2.2.0cvs14
3659
3660         * manual/pl/.cvsignore
3661                 ignore generated files.
3662
3663 2006-05-14 [wwp]        2.3.0-rc1
3664
3665         * 2.3.0-rc1 released
3666
3667 2006-05-13 [wwp]        2.2.0cvs13
3668
3669         * src/filtering.c
3670         * src/filtering.h
3671         * src/matcher.c
3672         * src/matcher_parser_lex.l
3673         * src/matcher_parser_parse.y
3674         * src/prefs_filtering.c
3675                 new feature: provide the ability to disable filtering and processing
3676                 rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
3677                 adaptations.
3678
3679 2006-05-13 [colin]      2.2.0cvs12
3680
3681         * src/compose.c
3682                 Remove useless if (a) b; else b;
3683                 Thanks to wwp
3684
3685 2006-05-13 [wwp]        2.2.0cvs11
3686
3687         * src/export.c
3688         * src/import.c
3689         * src/mainwindow.c
3690         * src/mbox.c
3691         * src/summaryview.c
3692         * src/summaryview.h
3693                 no more silent failures (or at least less ones) when importing
3694                 or exporting from/to mbox. Also start importing/exporting if
3695                 the necessary info is set.
3696
3697 2006-05-13 [wwp]        2.2.0cvs10
3698
3699         * RELEASE_NOTES
3700                 restored up-to-date release notes.
3701
3702 2006-05-13 [paul]       2.2.0cvs9
3703
3704         * po/nl.po
3705         * po/ru.po
3706                 updated by Tim Dijkstra and Pavlo Bohmat
3707
3708 2006-05-12 [colin]      2.2.0cvs8
3709
3710         * src/gtk/quicksearch.c
3711                 Add "k" as shortcut for "colorlabel". Patch
3712                 by ath42@users.sf.net.
3713
3714 2006-05-12 [paul]       2.2.0cvs7
3715
3716         * src/prefs_common.h
3717         * src/prefs_summaries.c
3718         * src/summaryview.c
3719                 when entering a folder also allow
3720                 going directly to first Marked message
3721
3722 2006-05-12 [paul]       2.2.0cvs6
3723
3724         * src/summaryview.c
3725                 always obey 'confirm before marking all
3726                 mails read' option
3727
3728 2006-05-12 [paul]       2.2.0cvs5
3729
3730         * src/textview.c
3731                 make Sender fully clickable
3732
3733 2006-05-12 [colin]      2.2.0cvs4
3734
3735         * src/compose.c
3736         * src/compose.h
3737                 Let From be editable
3738         * src/main.c
3739         * src/mh.c
3740                 Full support of .mh_sequences' Unseen seq
3741
3742 2006-05-12 [colin]      2.2.0cvs3
3743
3744         * src/folder.c
3745         * src/mainwindow.c
3746         * src/mainwindow.h
3747         * src/messageview.c
3748         * src/prefs_spelling.c
3749         * src/procheader.c
3750         * src/procmsg.c
3751         * src/procmsg.h
3752         * src/summaryview.c
3753         * src/toolbar.c
3754         * src/toolbar.h
3755                 Add contextual menu on Compose toolbar
3756                 button. Fixes bug #944 (Automatic
3757                 addresses not applied when changing account
3758                 from compose window)
3759                 add Mailing List support
3760                 based on the old 0.6.5claws25 patch by
3761                 Melvin Hadasht, with finishing touches
3762                 by Colin
3763                 Fix "ignore thread" when mails are threaded by
3764                 subject (and weren't ignored although appearing
3765                 in the thread).
3766                 GUI rework.
3767                 Both patches by Pawel.
3768
3769 2006-05-08 [paul]       2.2.0cvs2
3770
3771         * src/mainwindow.c
3772         * src/mainwindow.h
3773         * src/messageview.c
3774         * src/procheader.c
3775         * src/procmsg.c
3776         * src/procmsg.h
3777         * src/summaryview.c
3778                 add Mailing List support
3779                 based on the old 0.6.5claws25 patch by 
3780                 Melvin Hadasht, with finishing touches
3781                 by Colin
3782
3783 2006-05-08 [colin]      2.2.0cvs1
3784
3785         * src/mainwindow.c
3786         * src/toolbar.c
3787         * src/toolbar.h
3788                 Add contextual menu on Compose toolbar 
3789                 button. Fixes bug #944 (Automatic 
3790                 addresses not applied when changing account 
3791                 from compose window)
3792
3793 2006-05-08 [paul]       2.2.0
3794
3795         2.2.0 released
3796
3797 2006-05-08 [paul]       2.1.1cvs51
3798
3799         * po/cs.po
3800         * po/de.po
3801         * po/en_GB.po
3802         * po/fi.po
3803         * po/fr.po
3804         * po/pt_BR.po
3805         * po/sr.po
3806         * po/zh_CN.po
3807                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3808                 Fabien Vantard, Frederico Goncalves Guimaraes,
3809                 Aleksandar Urosevic, and Ralgh Young
3810
3811 2006-05-12 [colin]      2.1.1cvs50
3812
3813         * po/cs.po
3814         * po/de.po
3815         * po/en_GB.po
3816         * po/es.po
3817         * po/fi.po
3818         * po/fr.po
3819         * po/pt_BR.po
3820         * po/sr.po
3821         * po/zh_CN.po
3822                 updated by Tim, Stephan Sachse, me, Flammie Pirinen,
3823                 Fabien Vantard, Frederico Goncalves Guimaraes,
3824                 Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
3825
3826 2006-05-05 [colin]      2.1.1cvs49
3827
3828         * manual/Makefile.am
3829         * manual/pl/Makefile.am
3830         * manual/pl/account.xml
3831         * manual/pl/ack.xml
3832         * manual/pl/addrbook.xml
3833         * manual/pl/advanced.xml
3834         * manual/pl/faq.xml
3835         * manual/pl/glossary.xml
3836         * manual/pl/gpl.xml
3837         * manual/pl/handling.xml
3838         * manual/pl/intro.xml
3839         * manual/pl/keyboard.xml
3840         * manual/pl/plugins.xml
3841         * manual/pl/starting.xml
3842         * manual/pl/sylpheed-claws-manual.xml
3843         * manual/pl/dist/.cvsignore
3844         * manual/pl/dist/Makefile.am
3845         * manual/pl/dist/html/.cvsignore
3846         * manual/pl/dist/html/Makefile.am
3847         * manual/pl/dist/pdf/.cvsignore
3848         * manual/pl/dist/pdf/Makefile.am
3849         * manual/pl/dist/ps/.cvsignore
3850         * manual/pl/dist/ps/Makefile.am
3851         * manual/pl/dist/txt/.cvsignore
3852         * manual/pl/dist/txt/Makefile.am
3853                 Add the polish translation of the manual,
3854                 Authored by Pawel Pekala.
3855
3856 2006-05-05 [cleroy]     2.1.1cvs48
3857
3858         * src/main.c
3859                 Re-read matcherrc after loading plugins 
3860                 if some of them add folders.
3861
3862 2006-05-03 [colin]      2.1.1cvs47
3863
3864         * src/imap.c
3865                 I'm idiot
3866
3867 2006-05-03 [colin]      2.1.1cvs46
3868
3869         * src/imap.c
3870                 Be sure to have a session when
3871                 getting separator
3872
3873 2006-05-03 [colin]      2.1.1cvs45
3874
3875         * src/imap.c
3876         * src/imap.h
3877         * src/imap_gtk.c
3878                 Fix preventing renaming with namespace 
3879                 separator.
3880
3881 2006-05-01 [colin]      2.1.1cvs44
3882
3883         * src/action.c
3884                 Don't reload messageview when result of
3885                 action is piped.
3886
3887 2006-04-29 [colin]      2.1.1cvs43
3888
3889         * src/prefs_receive.c
3890         * src/plugins/spamassassin/spamassassin_gtk.c
3891         * src/plugins/clamav/clamav_plugin_gtk.c
3892                 GUI fixes by Pawel
3893
3894 2006-04-29 [colin]      2.1.1cvs42
3895
3896         * src/prefs_compose_writing.c
3897         * src/prefs_quote.c
3898                 Cleanups. Patch by Pawel
3899
3900 2006-04-28 [paul]       2.1.1cvs41
3901
3902         * src/matcher.c
3903                 fix returned quick search results when search
3904                 term contains an underscore.
3905                 Thanks to Colin
3906
3907 2006-04-28 [paul]       2.1.1cvs40
3908
3909         * src/prefs_message.c
3910         * src/prefs_receive.c
3911                 GUI cleanups
3912                 Patches by Pawel Pekala
3913
3914 2006-04-27 [colin]      2.1.1cvs39
3915
3916         * src/wizard.c
3917                 Differentiate subject Welcome from
3918                 window's title Welcome
3919
3920 2006-04-27 [paul]
3921
3922         2.2.0-rc1 released
3923
3924 2006-04-27 [paul]       2.1.1cvs38
3925
3926         * manual/advanced.xml
3927         * manual/fr/advanced.xml
3928                 add info about compose_no_markup hidden pref
3929
3930 2006-04-27 [paul]       2.1.1cvs37
3931
3932         * src/prefs_account.c
3933                 improve privacy labels
3934         * src/prefs_msg_colors.c
3935                 change some strings for translators' convenience
3936         * src/gtk/gtkutils.c
3937                 don't underline the link button text
3938
3939 2006-04-25 [colin]      2.1.1cvs36
3940
3941         * src/folder.c
3942                 Complete 2.1.1cvs33 (once more ;)
3943
3944 2006-04-25 [colin]      2.1.1cvs35
3945
3946         * src/editldap.c
3947                 Fix tooltip
3948
3949 2006-04-25 [cleroy]     2.1.1cvs34
3950
3951         * src/compose.c
3952         * src/gtk/gtkaspell.c
3953                 Fix crash on redirect (related to the return 
3954                 of the aspell menu in compose's toolbar)
3955         * src/prefs_msg_colors.c
3956                 Fix sensitivity widgets
3957         * src/image_viewer.c
3958         * src/gtk/pluginwindow.c
3959         * src/gtk/prefswindow.c
3960                 Change released signals to clicked (Fabien)
3961         * po/POTFILES.in
3962         * src/common/socket.c
3963         * src/plugins/spamassassin/spamassassin.c
3964                 Translate strings (Fabien)
3965
3966 2006-04-25 [paul]       2.1.1cvs33
3967
3968         * src/folder.c
3969         * src/folder.h
3970         * src/folderview.c
3971                 complete the fix of bug #912
3972                 Thanks to Colin
3973
3974 2006-04-25 [colin]      2.1.1cvs32
3975
3976         * src/news.c
3977                 Better progress bar
3978         * src/mimeview.c
3979         * src/summaryview.c
3980         * src/summaryview.h
3981                 Fix focus chain
3982                 Patches by Pawel Pekala
3983
3984 2006-04-24 [colin]      2.1.1cvs31
3985
3986         * src/compose.c
3987                 Fix compilation warnings (Fabien)
3988
3989 2006-04-24 [colin]      2.1.1cvs30
3990
3991         * src/addrindex.c
3992         * src/editldap.c
3993         * src/editldap_basedn.c
3994         * src/editldap_basedn.h
3995         * src/ldapctrl.c
3996         * src/ldapctrl.h
3997         * src/ldapquery.c
3998         * src/ldaputil.c
3999         * src/ldaputil.h
4000                 Fix bug #901 (LDAPS support)
4001
4002 2006-04-24 [colin]      2.1.1cvs29
4003
4004         * src/compose.c
4005                 Fix logic on error with send dialog on
4006         * src/imap.c
4007                 Fix compilation without libetpan, thanks
4008                 to Fabien
4009         * src/summaryview.c
4010                 Fix 'context-menu' key
4011
4012 2006-04-23 [colin]      2.1.1cvs28
4013
4014         * src/folder.c
4015                 Never free current's cache to free up 
4016                 memory. Fixes bug #912 (new count 
4017                 randomly set to message count)
4018
4019 2006-04-23 [colin]      2.1.1cvs27
4020
4021         * src/gtk/quicksearch.c
4022                 And remove printf...
4023
4024 2006-04-23 [colin]      2.1.1cvs26
4025
4026         * src/gtk/quicksearch.c
4027                 Fix replacing in quicksearch, and fix inserting
4028                 in the middle of the string. (introduced at 2.1.0cvs22)
4029
4030 2006-04-23 [colin]      2.1.1cvs25
4031
4032         * src/imap.c
4033                 Make sure uidnext is initialized in get_num_list
4034                 (not for stable, related to 2.1.1cvs8 and friends)
4035
4036 2006-04-23 [colin]      2.1.1cvs24
4037
4038         * src/imap.c
4039                 Output something when login is successful
4040                 too
4041
4042 2006-04-23 [colin]      2.1.1cvs23
4043
4044         * src/etpan/imap-thread.c
4045                 Better logging (line-per-line, hide data in fetch)
4046                 Fix a const warning
4047         * src/gtk/logwindow.c
4048         * src/gtk/logwindow.h
4049                 Better logging (color for input/output)
4050
4051 2006-04-21 [colin]      2.1.1cvs22
4052
4053         * src/gtk/quicksearch.c
4054                 On gtk+-2.8, use stock buttons in quicksearch
4055                 Based on a patch by Fabien and a design by Paul
4056
4057 2006-04-21 [colin]      2.1.1cvs21
4058
4059         * src/folderview.c
4060         * src/mainwindow.c
4061                 Fix occasional flicker in folderview
4062         * src/common/utils.c
4063                 Fix bug #943 (Incorrectly parsed email address 
4064                 list in short headers on message view and in 
4065                 printouts)
4066
4067 2006-04-20 [colin]      2.1.1cvs20
4068
4069         * src/imap.c
4070         * src/imap.h
4071         * src/prefs_account.c
4072                 Add ANONYMOUS auth for IMAP
4073
4074 2006-04-20 [paul]       2.1.1cvs19
4075
4076         * src/main.c
4077                 proper fix for 2.1.1cvs18
4078                 Thanks to Colin
4079
4080 2006-04-20 [paul]       2.1.1cvs18
4081
4082         * src/main.c
4083                 fix build warnings
4084
4085 2006-04-20 [paul]       2.1.1cvs17
4086
4087         * src/gtk/quicksearch.c
4088                 fix standard, non-extended Quick search,
4089                 was broken in 2.1.1cvs15.
4090                 Thanks to Colin.
4091
4092 2006-04-20 [colin]      2.1.1cvs16
4093
4094         * src/prefs_matcher.c
4095                 Fix values when reselecting a ~test
4096                 rule
4097
4098 2006-04-19 [colin]      2.1.1cvs15
4099
4100         * src/compose.c
4101         * src/compose.h
4102         * src/gtk/gtkaspell.c
4103         * src/gtk/gtkaspell.h
4104                 Put back Options menu in Spelling/
4105         * src/gtk/quicksearch.c
4106                 Don't search, and show error, if the
4107                 advanced search has a syntax error
4108
4109 2006-04-18 [colin]      2.1.1cvs14
4110
4111         * src/textview.c
4112                 Fix gdk warnings on set_cursor when textview
4113                 isn't visible
4114
4115 2006-04-18 [colin]      2.1.1cvs13
4116
4117         * src/gtk/gtksctree.c
4118                 Remove seemingly useless refresh that causes
4119                 flicker - watch this commit in case of 
4120                 problems before planned backport to stable
4121
4122 2006-04-18 [colin]      2.1.1cvs12
4123
4124         * src/imap.c
4125                 Factorize get/set_xml code
4126         * src/compose.c
4127         * src/prefs_account.c
4128         * src/prefs_account.h
4129         * src/procmsg.c
4130                 Add Encrypt to self option
4131
4132 2006-04-17 [colin]      2.1.1cvs11
4133
4134         * configure.ac
4135                 Fix search on encrpyt function on dragonfly
4136                 Patch by Jonathan Buschmann <jonthn@agmact.com>
4137
4138 2006-04-17 [colin]      2.1.1cvs10
4139
4140         * src/prefs_account.c
4141                 Be safe by default: remove mails from POP3
4142                 after 7 days, not immediately
4143
4144 2006-04-17 [colin]      2.1.1cvs9
4145
4146         * src/etpan/imap-thread.c
4147                 Fix build on DragonFly - patch by 
4148                 Jonathan Buschmann <jonthn@agmact.com>
4149
4150 2006-04-17 [colin]      2.1.1cvs8
4151
4152         * src/imap.c
4153                 Save uidnext between sessions
4154
4155 2006-04-17 [colin]      2.1.1cvs7
4156
4157         * src/imap.c
4158                 scan is required when uid validity changes
4159
4160 2006-04-17 [colin]      2.1.1cvs6
4161
4162         * src/folderview.c
4163                 Don't scan if not necessary, apart in current
4164                 folder and INBOX to fetch flags.
4165         * src/imap.c
4166                 Scan is necessary if unread count changes
4167
4168 2006-04-17 [colin]      2.1.1cvs5
4169
4170         * src/imap.c
4171                 ...But always fetch ANSWERED and DELETED flags for
4172                 INBOX, as filtering can happen on these flags.
4173
4174 2006-04-17 [colin]      2.1.1cvs4
4175
4176         * src/imap.c
4177                 Don't fetch REPLIED and DELETED flags when synchronising
4178                 flags with a closed folder. We only need UNSEEN and FLAGGED
4179                 to update the folderview.
4180
4181 2006-04-17 [colin]      2.1.1cvs3
4182
4183         * src/imap.c
4184                 Faster flag search when there are new mails 
4185                 in a folder. We can do a full search if the 
4186                 folder contains less messages than the new
4187                 list.
4188
4189 2006-04-17 [colin]      2.1.1cvs2
4190
4191         * po/cs.po
4192         * po/de.po
4193         * po/fr.po
4194         * po/nl.po
4195         * po/pt_BR.po
4196                 Update translations from stable branch
4197
4198 2006-04-17 [colin]      2.1.1cvs1
4199
4200         * configure.ac
4201                 Bump version to follow stable release
4202
4203 2006-04-16 [mones]      2.1.0cvs50
4204
4205         * po/es.po
4206                 Updated for release
4207
4208 2006-04-16 [colin]      2.1.0cvs49
4209
4210         * src/textview.c
4211                 Fix bgcolor not unset on gtk 2.8, while preventing warnings 
4212                 with gtk < 2.8. Thanks to Fabien Vantard.
4213
4214 2006-04-15 [colin]      2.1.0cvs48
4215
4216         * src/etpan/imap-thread.c
4217                 Fix bug #919 (libetpan: SEGV when connecting 
4218                 using command)
4219
4220 2006-04-14 [colin]      2.1.0cvs47
4221
4222         * src/main.c
4223                 Fix race on --select (should be done better)
4224
4225 2006-04-14 [wwp]        2.1.0cvs46
4226
4227         * src/send_message.c
4228                 enforce a check for domain in account prefs (a sending
4229                 error could be faced if domain was checked but no value set),
4230                 thanks to Colin.
4231
4232 2006-04-14 [colin]      2.1.0cvs45
4233
4234         * src/codeconv.c
4235                 when converting from unknown to unknown, if the
4236                 string is UTF8, don't convert it to the locale
4237                 (which breaks it)
4238
4239 2006-04-14 [colin]      2.1.0cvs44
4240
4241         * src/compose.c
4242                 Don't try to use ASCII for converting headers
4243                 (as done in body)
4244
4245 2006-04-14 [paul]       2.1.0cvs43
4246
4247         * src/crash.c
4248                 add locale/charset info to crash report
4249         * src/gtk/about.c
4250                 add wwp to doc team
4251                 replace 'e-mail' with preferred 'email'
4252         * src/gtk/authors.h
4253                 ensure contributors list is in alphabetical
4254                 order
4255
4256 2006-04-13 [colin]      2.1.0cvs42
4257
4258         * src/textview.c
4259                 Prevent gdk warnings
4260
4261 2006-04-13 [colin]      2.1.0cvs41
4262
4263         * src/common/ssl_certificate.c
4264         * src/common/ssl_certificate.h
4265         * src/gtk/sslcertwindow.c
4266                 Warn on expired certs, and display the expiration date
4267
4268 2006-04-13 [colin]      2.1.0cvs40
4269
4270         * src/plugins/spamassassin/spamassassin_gtk.c
4271                 Fix missing set_text on unix socket
4272
4273 2006-04-13 [wwp]        2.1.0cvs39
4274
4275         * manual/fr/advanced.xml
4276         * manual/fr/glossary.xml
4277                 applied new spam/ham/email lexicon (pourriel, courriel)
4278
4279 2006-04-13 [paul]       2.1.0cvs38
4280
4281         * src/plugins/pgpmime/plugin.c
4282                 remove the mention of S/MIME from the
4283                 description. This is now handled by the
4284                 S/MIME plugin.
4285
4286 2006-04-13 [paul]       2.1.0cvs37
4287
4288         * src/prefs_msg_colors.c
4289                 rework dialog
4290         * src/prefs_folder_item.c
4291         * src/prefs_spelling.c
4292                 add a tooltip to the colour selector buttons
4293
4294 2006-04-13 [wwp]        2.1.0cvs36
4295
4296         * manual/advanced.xml
4297         * manual/glossary.xml
4298         * manual/handling.xml
4299         * manual/keyboard.xml
4300         * manual/plugins.xml
4301         * manual/starting.xml
4302         * manual/fr/account.xml
4303         * manual/fr/ack.xml
4304         * manual/fr/addrbook.xml
4305         * manual/fr/advanced.xml
4306         * manual/fr/faq.xml
4307         * manual/fr/glossary.xml
4308         * manual/fr/gpl.xml
4309         * manual/fr/handling.xml
4310         * manual/fr/intro.xml
4311         * manual/fr/keyboard.xml
4312         * manual/fr/plugins.xml
4313         * manual/fr/starting.xml
4314         * manual/fr/sylpheed-claws-manual.xml
4315                 fixes to the manuals:
4316                  - summaryview -> Message List (same in French)
4317                  - translate key names
4318                  - fix French punctuation, use non-breakable spaces when
4319                    necessary, don't use &thinsp; which is not portable
4320                  - tell what maildir and mbox formats we support
4321
4322 2006-04-12 [wwp]        2.1.0cvs35
4323
4324         * src/prefs_toolbar.c
4325                 unified a replace button more,
4326                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4327
4328 2006-04-12 [wwp]        2.1.0cvs34
4329
4330         * src/prefs_common.c
4331         * src/prefs_msg_colors.c
4332                 make default color labels translatable,
4333                 patch from Fabien Vantard <fzzzzz@gmail.com>,
4334                 thanks to Tim <timbrain@post.cz> for reporting.
4335
4336 2006-04-12 [wwp]        2.1.0cvs33
4337
4338         * manual/glossary.xml
4339         * manual/intro.xml
4340         * manual/plugins.xml
4341         * manual/starting.xml
4342         * manual/sylpheed-claws-manual.xml
4343         * manual/fr/.cvsignore
4344         * manual/fr/account.xml
4345         * manual/fr/ack.xml
4346         * manual/fr/addrbook.xml
4347         * manual/fr/advanced.xml
4348         * manual/fr/faq.xml
4349         * manual/fr/glossary.xml
4350         * manual/fr/handling.xml
4351         * manual/fr/intro.xml
4352         * manual/fr/keyboard.xml
4353         * manual/fr/plugins.xml
4354         * manual/fr/starting.xml
4355         * manual/fr/sylpheed-claws-manual.xml
4356                 various fixes: typos, missing .fr translations, punctuation,
4357                 capitalization, links, accents and some bad French more.
4358
4359 2006-04-12 [wwp]        2.1.0cvs32
4360
4361         * src/prefs_gtk.c
4362                 fix for bug #935: always store prefs files in UTF-8 (thanks
4363                 to Colin).
4364
4365 2006-04-11 [colin]      2.1.0cvs31
4366
4367         * src/compose.c
4368                 Fix inserting files not in utf8 when locale is utf8
4369
4370 2006-04-11 [colin]      2.1.0cvs30
4371
4372         * src/inc.c
4373                 Don't show error dialog when cancelling connection
4374                 Patch by Pawel
4375
4376 2006-04-11 [cleroy]     2.1.0cvs29
4377
4378         * src/compose.c
4379                 Implement multiple quote levels
4380         * src/prefs_common.c
4381                 Change a little bit the quote bgcolor for 2nd level
4382
4383 2006-04-11 [colin]      2.1.0cvs28
4384
4385         * src/gtk/about.c
4386                 Add locale and charset in the label
4387
4388 2006-04-10 [colin]      2.1.0cvs27
4389
4390         * src/compose.c
4391         * src/prefs_common.c
4392         * src/prefs_common.h
4393         * src/prefs_msg_colors.c
4394         * src/textview.c
4395                 Allow optional background color in quotes
4396                 Patch by Rafal Weglarz <tokoloshe@users.sf.net>
4397                 GTK+-2.8.x feature
4398
4399 2006-04-10 [colin]      2.1.0cvs26
4400
4401         * src/main.c
4402         * src/mainwindow.c
4403         * src/mainwindow.h
4404                 Implement --select
4405
4406 2006-04-10 [colin]      2.1.0cvs25
4407
4408         * manual/plugins.xml
4409         * manual/fr/plugins.xml
4410                 Document libcurl's proxy variables
4411
4412 2006-04-09 [colin]      2.1.0cvs24
4413
4414         * src/prefs_common.c
4415                 gettext() returns statically allocated stuff. We have
4416                 to strdup it in order to be able to free it.
4417
4418 2006-04-09 [colin]      2.1.0cvs23
4419
4420         * AUTHORS
4421         * src/gtk/authors.h
4422                 Add Alexei
4423
4424 2006-04-09 [colin]      2.1.0cvs22
4425
4426         * src/mainwindow.c
4427         * src/gtk/quicksearch.c
4428                 Fix bug #859 (problems with cyrilic input in 
4429                 search panel) - Patch by Alexey Illarionov 
4430                 <littlesavage@rambler.ru>
4431
4432 2006-04-09 [colin]      2.1.0cvs21
4433
4434         * src/prefs_customheader.c
4435                 I prefer removing then freeing rather than the contrary
4436                 (even if it doesn't change anything ;-)
4437         * src/prefs_account.c
4438                 Fix bug #933 (Crash re-entering the custom headers list 
4439                 dialog in accounts prefs)
4440                 The problem happened when cancelling the Account 
4441                 Preferences' dialogs - in which case we didn't do 
4442                 anything to the PrefsAccount * struct. In case of applying,
4443                 the old ac_prefs was replaced with the tmp_ac_prefs we were
4444                 working with in this dialog. The problem is that 
4445                 prefs_customheader.c, working on this tmp_ac_prefs, always
4446                 changes the ->customhdr_list pointer, even when cancelled. 
4447                 So in case of cancelling the prefs_account dialog, we still
4448                 have to update ->customhdr_list in the real account.
4449
4450 2006-04-08 [colin]      2.1.0cvs20
4451
4452         * manual/fr/glossary.xml
4453         * manual/fr/keyboard.xml
4454                 Forgot some headers :)
4455
4456 2006-04-08 [colin]      2.1.0cvs19
4457
4458         * manual/Makefile.am
4459         * manual/fr/Makefile.am
4460         * manual/fr/account.xml
4461         * manual/fr/ack.xml
4462         * manual/fr/addrbook.xml
4463         * manual/fr/advanced.xml
4464         * manual/fr/faq.xml
4465         * manual/fr/glossary.xml
4466         * manual/fr/gpl.xml
4467         * manual/fr/handling.xml
4468         * manual/fr/intro.xml
4469         * manual/fr/keyboard.xml
4470         * manual/fr/plugins.xml
4471         * manual/fr/starting.xml
4472         * manual/fr/sylpheed-claws-manual.xml
4473         * manual/fr/dist/.cvsignore
4474         * manual/fr/dist/Makefile.am
4475         * manual/fr/dist/html/.cvsignore
4476         * manual/fr/dist/html/Makefile.am
4477         * manual/fr/dist/pdf/.cvsignore
4478         * manual/fr/dist/pdf/Makefile.am
4479         * manual/fr/dist/ps/.cvsignore
4480         * manual/fr/dist/ps/Makefile.am
4481         * manual/fr/dist/txt/.cvsignore
4482         * manual/fr/dist/txt/Makefile.am
4483                 Add the french translation of the manual. Thanks to
4484                 Olivier Delhomme <olivier.delhomme@free.fr> for 
4485                 account.xml, ack.xml, addrbook.xml and advanced.xml
4486
4487 2006-04-08 [colin]      2.1.0cvs18
4488
4489         * manual/plugins.xml
4490         * manual/starting.xml
4491                 More fixes
4492
4493 2006-04-07 [colin]      2.1.0cvs17
4494
4495         * manual/faq.xml
4496         * manual/intro.xml
4497         * manual/keyboard.xml
4498                 Little fixes
4499
4500 2006-04-07 [colin]      2.1.0cvs16
4501
4502         * README
4503         * src/compose.c
4504         * src/prefs_common.c
4505         * src/prefs_common.h
4506                 Add hidden compose_no_markup pref
4507
4508 2006-04-07 [wwp]        2.1.0cvs15
4509
4510         * src/summary_search.c
4511         * .cvsignore
4512                 Bugfix: stop button was sticky when searching in an empty folder.
4513                 Applied curly brackets code style to the whole file (summary_search.c).
4514                 More files to ignore.
4515
4516 2006-04-07 [wwp]        2.1.0cvs14
4517
4518         * src/message_search.c
4519         * src/summary_search.c
4520                 changed default button when search bumps at file/folder
4521                 beginning or end, for convenience (thanks to Colin).
4522
4523 2006-04-07 [paul]       2.1.0cvs13
4524
4525         * src/plugins/dillo_viewer/dillo_prefs.c
4526                 avoid future potential for namespace collision
4527                 Patch by Colin
4528
4529 2006-04-06 [wwp]        2.1.0cvs12
4530
4531         * src/summary_search.c
4532                 Unify extended/advanced searches names (and thus factorize labels),
4533                 patch by Fabien Vantard <fzzzzz@gmail.com>.
4534
4535 2006-04-06 [wwp]        2.1.0cvs11
4536
4537         * src/folderview.c
4538         * src/prefs_themes.c
4539         * src/summaryview.c
4540                 Fixed some compilation warnings.
4541
4542 2006-04-06 [colin]      2.1.0cvs10
4543
4544         * manual/advanced.xml
4545                 Document the wizard template and how to deploy
4546                 Sylpheed-Claws effectively
4547
4548 2006-04-06 [colin]      2.1.0cvs9
4549
4550         * src/folderview.c
4551                 gettext patch to tell translators about _("#"),
4552                 by Maxim Britov
4553
4554 2006-04-06 [colin]      2.1.0cvs8
4555
4556         * src/textview.c
4557                 Fix invalid GtkTextBIter after clicking "Display as text"
4558
4559 2006-04-06 [mones]      2.1.0cvs7
4560
4561         * src/addr_compl.c
4562         * src/addrindex.c
4563         * src/addritem.c
4564         * src/codeconv.c
4565         * src/compose.c
4566         * src/filtering.c
4567         * src/folder.c
4568         * src/folder_item_prefs.c
4569         * src/folderview.c
4570         * src/localfolder.c
4571         * src/matcher.c
4572         * src/mimeview.c
4573         * src/prefs_msg_colors.c
4574         * src/prefs_spelling.c
4575         * src/prefs_themes.c
4576         * src/procmime.c
4577         * src/procmsg.c
4578         * src/stock_pixmap.c
4579         * src/summaryview.c
4580         * src/textview.c
4581         * src/toolbar.c
4582         * src/common/mgutils.c
4583         * src/common/prefs.c
4584         * src/common/ssl_certificate.c
4585         * src/gtk/colorlabel.c
4586         * src/gtk/quicksearch.c
4587         * src/plugins/pgpmime/pgpmime.c
4588         * src/plugins/spamassassin/spamassassin.c
4589                 Removed redundant NULL checks for g_free() calls.
4590                 Patch by Pawel Pekala.
4591
4592 2006-04-06 [mones]      2.1.0cvs6
4593
4594         * src/prefs_actions.c
4595         * src/prefs_filtering.c
4596         * src/prefs_filtering_action.c
4597         * src/prefs_matcher.c
4598         * src/prefs_template.c
4599         * src/gtk/gtkutils.c
4600         * src/gtk/gtkutils.h
4601                 Have a nice replace button. Patch by Pawel Pekala
4602
4603 2006-04-06 [colin]      2.1.0cvs5
4604
4605         * src/addressbook.c
4606                 Fix crash with empty columns
4607
4608 2006-04-05 [colin]      2.1.0cvs4
4609
4610         * src/wizard.c
4611         * src/prefs_gtk.c
4612                 Allow wizard customization with pre-filled values
4613
4614 2006-04-05 [colin]      2.1.0cvs3
4615
4616         * src/textview.c
4617         * src/mimeview.c
4618         * src/mimeview.h
4619                 Nicer messages in mimeview
4620
4621 2006-04-05 [colin]      2.1.0cvs2
4622
4623         * src/addressbook.c
4624         * src/prefs_summaries.c
4625                 i18n fix
4626
4627 2006-04-05 [colin]      2.1.0cvs1
4628
4629         * src/plugins/pgpcore/plugin.c
4630         * src/plugins/pgpcore/select-keys.c
4631         * src/plugins/pgpcore/select-keys.h
4632         * src/plugins/pgpcore/sgpgme.c
4633         * src/plugins/pgpcore/sgpgme.h
4634         * src/plugins/pgpinline/pgpinline.c
4635         * src/plugins/pgpinline/plugin.c
4636         * src/plugins/pgpmime/pgpmime.c
4637         * src/plugins/pgpmime/plugin.c
4638                 Factorize and generalize a bit 
4639                 Drop S/MIME signature verification from PGP/MIME
4640                 (adding it as another, more complete plugin)
4641
4642 2006-04-05 [paul]       2.1.0
4643
4644         2.1.0 released
4645
4646 2006-04-05 [paul]       2.0.0cvs186
4647
4648         * manual/advanced.xml
4649                 add info on colour labels
4650
4651 2006-04-05 [paul]       2.0.0cvs185
4652
4653         * po/bg.po
4654         * po/cs.po
4655         * po/de.po
4656         * po/el.po
4657         * po/en_GB.po
4658         * po/fi.po
4659         * po/fr.po
4660         * po/it.po
4661         * po/nl.po
4662         * po/pl.po
4663         * po/pt_BR.po
4664         * po/sr.po
4665         * po/zh_CN.po
4666                 updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros 
4667                 Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea 
4668                 Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves 
4669                 Guimaraes, Aleksandar Urosevic, Ralgh Young
4670         * src/gtk/authors.h
4671         * tools/claws.i18n.status.pl
4672                 added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
4673                 and new Czech translator, Tim <timbrain@post.cz>
4674
4675 2006-04-05 [mones]      2.0.0cvs184
4676
4677         * po/es.po
4678                 Updated translation
4679
4680 2006-04-05 [colin]      2.0.0cvs183
4681
4682         * src/gtk/quicksearch.c
4683                 Fix bug #929 (unnecessary reload in quick search bar)
4684
4685 2006-04-05 [colin]      2.0.0cvs182
4686
4687         * src/compose.c
4688                 Fix crash on Reply with no From:
4689                 Show signature and conversion error on queuing 
4690                 (but not sending)
4691         * src/mainwindow.c
4692         * src/summaryview.c
4693         * src/summaryview.h
4694                 Factorize threading code and make sure msginfo 
4695                 is not null when it comes from a GtkCTreeRow's 
4696                 data
4697         * src/gtk/gtkaspell.c
4698                 Check for necessary things
4699         * src/gtk/gtksctree.c
4700         * src/gtk/gtksctree.h
4701                 Reset anchor if necessary when removing node
4702
4703 2006-03-29 [colin]      2.0.0cvs181
4704
4705         * src/folderview.c
4706                 Warn for disabled IMAP accounts (due to lack of
4707                 libetpan). Breaks string-freeze - sorry - but it
4708                 is kind of important ;)
4709
4710 2006-03-28 [colin]      2.0.0cvs180
4711
4712         * src/gtk/gtkutils.c
4713         * src/gtk/gtkutils.h
4714                 Add a gtkut_get_link_btn() function that
4715                 creates a button which acts like an URI
4716         * src/prefs_themes.c
4717         * src/gtk/about.c
4718                 Use this function (factorizes codes)
4719         * src/common/defs.h
4720         * src/gtk/pluginwindow.c
4721                 Add a "Get more..." in the plugins window
4722
4723 2006-03-28 [colin]      2.0.0cvs179
4724
4725         * src/common/smtp.c
4726         * src/common/passcrypt.c
4727         * src/undo.c
4728                 Warning fixes. Patch by Pawel Pekala
4729
4730 2006-03-27 [colin]      2.0.0cvs178
4731
4732         * src/undo.c
4733                 Fix undoing by blocks with spaces
4734
4735 2006-03-27 [colin]      2.0.0cvs177
4736
4737         * src/textview.c
4738                 Set margin to 3px for headers
4739
4740 2006-03-27 [paul]
4741
4742         2.1.0-rc2 released
4743
4744 2006-03-27 [wwp]        2.0.0cvs176
4745
4746         * src/summaryview.c
4747                 don't reset quicksearch when updating the message list.
4748                 Thanks to Colin.
4749
4750 2006-03-26 [wwp]        2.0.0cvs175
4751
4752         * src/compose.c
4753                 use a unified border width ('other' tab in the compose window,
4754                 patch by Pawel Pekala).
4755
4756
4757 2006-03-26 [wwp]        2.0.0cvs174
4758
4759         * src/common/quoted-printable.c
4760         * src/addressbook.c
4761                 fixed some compilation warnings (incl. one reported by Pawel Pekala).
4762
4763 2006-03-26 [colin]      2.0.0cvs173
4764
4765         * src/quote_fmt_parse.y
4766                 Fix non-UTF8 date formats messing up the whole quote a 
4767                 little bit
4768
4769 2006-03-26 [colin]      2.0.0cvs172
4770
4771         * src/procheader.c
4772                 Make sure the date is UTF8 valid, or try to make it
4773                 so. IncrediMail is really IncrediStupid.
4774         * src/compose.c
4775                 Fix possible conversions. 
4776                 
4777
4778 2006-03-26 [colin]      2.0.0cvs171
4779
4780         * src/matcher.c
4781                 Fix corner cases in body search. This is still a
4782                 hack... It seems impossible to make it good and 
4783                 reasonably fast at the same time.
4784
4785 2006-03-26 [colin]      2.0.0cvs170
4786
4787         * src/summaryview.c
4788                 I think I killed the twilight zone bug!
4789                 summary_select_node() flushes GTK events in order
4790                 to be able to center the view. But this also 
4791                 flushes keypresses like Ctrl-Alt-U, so this can
4792                 call summary_show from summary_select_node (itself
4793                 called from summary_show, etc.). And the summaryview
4794                 has to be unlocked in this function. So just locking
4795                 while processing GTK events, and bailing if locked, 
4796                 should fix it.
4797                 Fixes bug #927 (SIGSEGV during Update Summary)
4798
4799 2006-03-25 [colin]      2.0.0cvs169
4800
4801         * src/matcher.c
4802                 Fix search in QP-encoded bodies
4803                 Fix utf-8 searches in bodies encoded in the
4804                 locale's encoding
4805         * src/common/quoted-printable.c
4806         * src/common/quoted-printable.h
4807                 Add a decode function that doesn't overwrite
4808                 the original pointer
4809                 
4810
4811 2006-03-24 [colin]      2.0.0cvs168
4812
4813         * src/action.c
4814         * src/summaryview.c
4815         * src/summaryview.h
4816                 Update message cache after action
4817                 Patch by H. Merijn Brand
4818         * src/prefs_msg_colors.c
4819                 Factorize label 
4820                 Patch by Fabien Vantard
4821         * src/plugins/spamassassin/spamassassin_gtk.c
4822                 Remove useless translation
4823                 Patch by Fabien Vantard
4824
4825 2006-03-23 [colin]      2.0.0cvs167
4826
4827         * src/common/ssl.c
4828                 Let 30 seconds to SSL_connect
4829
4830 2006-03-23 [wwp]        2.0.0cvs166
4831
4832         * src/summaryview.c
4833         * src/gtk/description_window.c
4834                 fix display of From/To column title when in appropriate folders (queue/sent/drafts)
4835                 and headers are translated; adjust description windows' width to fit their
4836                 contents. Patches by Pawel Pekala <c0rn@o2.pl>.
4837
4838 2006-03-23 [paul]       2.0.0cvs165
4839
4840         * src/common/utils.c
4841                 fix highlighting of URIs containing "()"
4842                 (2.0.0cvs164's reversal fixed)
4843                 Thanks to Colin.
4844
4845 2006-03-23 [paul]       2.0.0cvs164
4846
4847         * src/common/utils.c
4848                 revert patch, (postponing a fix), at 2.0.0cvs120
4849                 as it breaks more URIs than it fixes.
4850                 Allow '-' to be a terminating character in a URI
4851
4852 2006-03-22 [colin]      2.0.0cvs163
4853
4854         * configure.ac
4855                 Require libetpan 0.45
4856                 http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
4857
4858 2006-03-22 [paul]       2.0.0cvs162
4859
4860         * src/editgroup.c
4861                 replace '<-' and '->' buttons with GTK_STOCK graphical
4862                 buttons
4863         * src/summary_search.c
4864                 don't offer '...' for translation
4865                 add a tooltip to advanced search '...' button
4866         * src/gtk/quicksearch.c
4867                 don't offer '...' for translation
4868
4869 2006-03-21 [colin]      2.0.0cvs161
4870
4871         * src/compose.c
4872                 Fix middle-click pasting (insert at click
4873                 position instead of cursor position, don't
4874                 remove existing selection and allow pasting
4875                 our own selection)
4876         * src/addressbook.c
4877                 "LDAP Server" -> "LDAP servers"
4878
4879 2006-03-21 [wwp]        2.0.0cvs160
4880
4881         * src/etpan/imap-thread.c
4882                 fix for bug #925 (IMAP+SSL crash), thanks to Colin.
4883
4884 2006-03-20 [colin]      2.0.0cvs159
4885
4886         * src/summaryview.c
4887                 Don't reload summaryview after an execute with no
4888                 move action
4889
4890 2006-03-19 [colin]      2.0.0cvs158
4891
4892         * src/addressbook.c
4893                 and put groups at the top, always
4894
4895 2006-03-19 [colin]      2.0.0cvs157
4896
4897         * src/addressbook.c
4898                 Order groups before names, as previously
4899
4900 2006-03-19 [colin]      2.0.0cvs156
4901
4902         * src/addressbook.c
4903                 - Sort case-unsensitive
4904                 - Put the sort arrow at opening too
4905
4906 2006-03-19 [wwp]        2.0.0cvs155
4907
4908         * src/addressbook.c
4909                 allow sorting by name/email/remarks, ensure that right-pane's contents
4910                 matches the left-pane selection (cleared when appropriate).
4911                 Patch by Pawel Pekala <c0rn@o2.pl>.
4912
4913 2006-03-18 [colin]      2.0.0cvs154
4914
4915         * src/textview.c
4916                 Fix text cursor ;)
4917
4918 2006-03-18 [colin]      2.0.0cvs153
4919
4920         * src/gtk/filesel.c
4921                 Make sure we hide the preview if we didn't get
4922                 a filename
4923
4924 2006-03-18 [colin]      2.0.0cvs152
4925
4926         * src/summaryview.c
4927                 Set cursor to watch for execution (fixes lack
4928                 of watch-cursor when dnd'ing hundreds of mails)
4929         * src/gtk/filesel.c
4930                 Check that mime type is 'image/*' before updating
4931                 the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
4932
4933 2006-03-18 [colin]      2.0.0cvs151
4934
4935         * src/mainwindow.c
4936         * src/textview.c
4937         * src/textview.h
4938                 Put a watch cursor in textview too when the mainwindow's
4939                 cursor in a watch
4940
4941 2006-03-18 [colin]      2.0.0cvs150
4942
4943         * src/folder.c
4944                 Change wrong asserts to simple tests
4945
4946 2006-03-17 [colin]      2.0.0cvs149
4947
4948         * src/mainwindow.c
4949         * src/mainwindow.h
4950         * src/prefs_msg_colors.c
4951         * src/summaryview.c
4952         * src/summaryview.h
4953         * src/gtk/colorlabel.c
4954         * src/gtk/colorlabel.h
4955                 Add a color label menu in the main menubar
4956                 Add (fixed) accels Ctrl-{0-7} to change the color
4957                 They have to be fixed because the menu's dynamic,
4958                 the items are complex widgets, hence we can't use
4959                 a GtkItemFactory.
4960
4961
4962 2006-03-17 [wwp]        2.0.0cvs148
4963
4964         * src/compose.c
4965                 rollback few lines from my previous commit (those lines come from
4966                 a pending patch, accidentally commited, even if neutral as they are
4967                 commented out).
4968
4969 2006-03-17 [wwp]        2.0.0cvs147
4970
4971         * src/compose.c
4972                 fix a compilation warning (wrong return type, introduced w/ cvs143), and
4973                 applied code style/indentation to the modified function.
4974
4975 2006-03-17 [wwp]        2.0.0cvs146
4976
4977         * src/procmsg.c
4978         * src/compose.c
4979                 fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
4980
4981 2006-03-17 [paul]
4982
4983         2.1.0-rc1 released
4984
4985 2006-03-17 [paul]       2.0.0cvs145
4986
4987         * src/main.c
4988                 addressbook_read_file() was called twice
4989         * src/textview.c
4990                 X-Mailer highlighting
4991
4992 2006-03-16 [colin]      2.0.0cvs144
4993
4994         * src/sourcewindow.c
4995         * src/sourcewindow.h
4996                 And the last one, in source window.
4997
4998 2006-03-16 [colin]      2.0.0cvs143
4999
5000         * src/compose.c
5001         * src/compose.h
5002                 Fix the same stuff in compose
5003
5004 2006-03-16 [colin]      2.0.0cvs142
5005
5006         * src/messageview.c
5007                 Complete the previous messageview crash fix
5008
5009 2006-03-16 [colin]      2.0.0cvs141
5010
5011         * src/procmsg.h
5012         * src/procmsg.c
5013         * src/folder.c
5014                 Fix POSTPROCESSING hook
5015                 Patch by H. Merijn Brand
5016
5017         * src/procmime.c
5018         * src/procmime.h
5019                 Parse Content-Location
5020
5021         * src/toolbar.c
5022         * src/messageview.c
5023         * src/messageview.h
5024                 Don't crash when a top-level MessageView has
5025                 been closed on us. Same problematic than
5026                 yesterday's quicksearch issue.
5027
5028 2006-03-15 [colin]      2.0.0cvs140
5029
5030         * src/gtk/quicksearch.c
5031                 Fix a bitchy race we didn't think about when we
5032                 added quicksearch cancellation:
5033                 If the search is not on cached fields, for example
5034                 body_part matchcase "stuff"
5035                 the matcher code has to get the whole message. If
5036                 we're on IMAP, that can be slow, and in order to
5037                 be non-blocking, the IMAP code idle loop processes
5038                 gtk events too. So it is possible to cancel a
5039                 quicksearch while the matcher is getting the mail's
5040                 body. After matcher got its body, it will start to
5041                 iterate over the matcher list that the Quicksearch's
5042                 clear_search_cb() just freed via prepare_matcher().
5043                 SIGSEGV ensues.
5044                 The fix consists of guarding the matcherlist_match()
5045                 call with a boolean 'matching'. If we reset the
5046                 quicksearch while matching is TRUE, we don't free
5047                 the matcherlist anymore like we did, but we set
5048                 another new flag, deferred_free, to TRUE. Then,
5049                 in quicksearch_match(), just after returning from
5050                 matcherlist_match() and unsetting the matching flag,
5051                 we check the deferred_free flag and do the
5052                 prepare_matcher() (which does the matcherlist_free)
5053                 for real, so we free the matcherlist once it's not
5054                 used anymore.
5055                 As all of this runs via the glib main loop, we
5056                 luckily don't need a mutex.
5057         * src/summaryview.c
5058                 Also, show progress while searching.
5059
5060
5061 2006-03-14 [colin]      2.0.0cvs139
5062
5063         * src/alertpanel.c
5064                 Make alertpanel_is_open non-static
5065
5066 2006-03-14 [colin]      2.0.0cvs138
5067
5068         * src/prefs_spelling.c
5069                 Cleanups - Fabien Vantard
5070
5071 2006-03-14 [wwp]        2.0.0cvs137
5072
5073         * src/main.c
5074                 code style normalization (curly braces, indentation).
5075
5076 2006-03-14 [wwp]        2.0.0cvs137
5077
5078         * src/main.c
5079                 code style (braces, indentation)
5080
5081 2006-03-12 [paul]       2.0.0cvs136
5082
5083         * src/prefs_common.c
5084                 trans_hdr defaults to FALSE to be RFC-savvy
5085         * src/prefs_summaries.c
5086                 add a tooltip to the trans_hdr option
5087                 
5088
5089 2006-03-12 [paul]       2.0.0cvs135
5090
5091         * src/prefs_matcher.c
5092                 give a little more width to the combos
5093         * src/prefs_display_header.c
5094         * src/textview.c
5095                 translate headers if prefs_common.trans_hdr
5096                 is TRUE
5097
5098         Patches by Pawel Pekala
5099
5100 2006-03-12 [paul]       2.0.0cvs134
5101
5102         * src/plugins/clamav/clamav_plugin.c
5103         * src/plugins/dillo_viewer/dillo_viewer.c
5104         * src/plugins/pgpcore/plugin.c
5105         * src/plugins/pgpinline/plugin.c
5106         * src/plugins/pgpmime/plugin.c
5107         * src/plugins/spamassassin/spamassassin.c
5108                 update/add to descriptions
5109         * src/plugins/spamassassin/spamassassin_gtk.c
5110                 fixes to the english, remove superfluous
5111                 tooltips, clean up a little
5112
5113 2006-03-12 [paul]       2.0.0cvs133
5114
5115         * src/compose.c
5116                 fix Bug 924, 'Account combo box shows up wrong 
5117                 if & is in account name'
5118
5119 2006-03-11 [colin]      2.0.0cvs132
5120
5121         * src/summaryview.c
5122                 Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
5123                 messed up shift-selection because is slows down
5124                 moving around summaryview. thanks -users
5125
5126 2006-03-10 [colin]      2.0.0cvs131
5127
5128         * src/plugins/spamassassin/spamassassin_gtk.c
5129                 Put back Paul's engrish fixes
5130
5131 2006-03-10 [colin]      2.0.0cvs130
5132
5133         * src/plugins/spamassassin/spamassassin.c
5134         * src/plugins/spamassassin/spamassassin.h
5135         * src/plugins/spamassassin/spamassassin_gtk.c
5136                 Cleanup SA prefs page (more)
5137                 Patch by Fabien Vantard
5138
5139 2006-03-10 [paul]       2.0.0cvs129
5140
5141         * src/prefs_msg_colors.c
5142         * src/prefs_spelling.c
5143                 widget sensitivity
5144
5145 2006-03-09 [mones]      2.0.0cvs128
5146
5147         * po/es.po
5148                 Update for next RC
5149
5150 2006-03-09 [wwp]        2.0.0cvs127
5151
5152         * configure.ac
5153                 revert accidental commit (requirement for libetpan 0.43), this time
5154                 not in HEAD.
5155
5156 2006-03-09 [wwp]        2.0.0cvs125
5157
5158         * configure.ac
5159                 revert accidental commit (requirement for libetpan 0.43)
5160
5161 2006-03-09 [paul]       2.0.0cvs126
5162
5163         * src/prefs_receive.c
5164                 remove useless frame
5165                 replace 'incorporation' with 'receiving'
5166         * src/plugins/clamav/clamav_plugin_gtk.c
5167         * src/plugins/spamassassin/spamassassin_gtk.c
5168                 improve widget sensitivity
5169                 fix a bit his engrish
5170
5171 2006-03-09 [wwp]        2.0.0cvs125
5172
5173         * src/addressadd.c
5174         * src/foldersel.c
5175         * src/prefs_common.c
5176         * src/prefs_common.h
5177                 remember some more windows' sizes (add to addressbook and
5178                 select folder).
5179
5180 2006-03-09 [paul]       2.0.0cvs124
5181
5182         * src/plugins/pgpcore/prefs_gpg.c
5183                 normalise construction of dialogue
5184
5185 2006-03-09 [paul]       2.0.0cvs123
5186
5187         * src/plugins/trayicon/Makefile.am
5188                 add missing slash
5189
5190 2006-03-08 [colin]      2.0.0cvs122
5191
5192         * src/plugins/trayicon/Makefile.am
5193                 Fix build in separate dir 
5194                 Patch by Bamanzi <bamanzi@gmail.com>
5195
5196 2006-03-08 [colin]      2.0.0cvs121
5197
5198         * src/procmsg.c
5199                 Batch move and copies from summaryview with delayed execution
5200                 too
5201
5202 2006-03-07 [paul]       2.0.0cvs120
5203
5204         * src/common/utils.c
5205                 fix highlighting of URIs containing "()"
5206                 Patch by Pawel Pekala
5207
5208 2006-03-07 [paul]       2.0.0cvs119
5209
5210         * src/folder.c
5211         * src/folder.h
5212         * src/folderview.c
5213                 immediately do alphabetical resort when
5214                 changing a folder's name
5215                 Patch by Pawel Pekala
5216
5217 2006-03-07 [paul]       2.0.0cvs118
5218
5219         * src/news.c
5220         * src/news_gtk.c
5221                 when unsubscribing a newsgroup, remove the
5222                 folder and msgs in .sylpheed-claws/newscache
5223                 Patch by Pawel Pekala <c0rn@gazeta.pl>
5224
5225 2006-03-07 [paul]       2.0.0cvs117
5226
5227         * src/textview.c
5228                 fix wrong Fake URL Warning
5229                 Thanks to Hiro
5230
5231 2006-03-07 [colin]      2.0.0cvs116
5232
5233         * src/imap.c
5234                 Return immediately when password dialog was
5235                 cancelled
5236         * src/gtk/inputdialog.c
5237                 Allow empty strings for passwords
5238
5239
5240 2006-03-06 [colin]      2.0.0cvs115
5241
5242         * src/imap.c
5243                 Prevent double-timeouts when connection fails
5244
5245 2006-03-06 [colin]
5246
5247         2.0.1-rc1 released
5248
5249 2006-03-06 [colin]      2.0.0cvs114
5250
5251         * src/imap.c
5252                 Refresh session during potentially long
5253                 operations
5254
5255 2006-03-06 [wwp]        2.0.0cvs113
5256
5257         * src/prefs_msg_colors.h
5258                 forgot that one (custom color labels).
5259
5260 2006-03-06 [wwp]        2.0.0cvs112
5261
5262         * src/prefs_common.c
5263         * src/prefs_common.h
5264         * src/prefs_msg_colors.c
5265         * src/summaryview.c
5266         * src/summaryview.h
5267         * src/gtk/colorlabel.c
5268         * src/gtk/colorlabel.h
5269                 colors in messages list are now customizable. Color values and names can
5270                 be changed in "Configuration/Preferences/Display/Colors/Color labels".
5271                 Thanks to Paul and Colin for their help with this longstanding patch!
5272
5273 2006-03-06 [wwp]        2.0.0cvs111
5274
5275         * src/textview.c
5276                 don't crash if (x)face is bad.
5277
5278 2006-03-05 [paul]       2.0.0cvs110
5279
5280         * AUTHORS
5281         * configure.ac
5282         * src/Makefile.am
5283         * src/common/Makefile.am
5284         * src/common/utils.h
5285         * src/etpan/imap-thread.c
5286         * src/gtk/authors.h
5287         * src/plugins/clamav/Makefile.am
5288         * src/plugins/demo/Makefile.am
5289         * src/plugins/dillo_viewer/Makefile.am
5290         * src/plugins/pgpcore/Makefile.am
5291         * src/plugins/pgpcore/passphrase.c
5292         * src/plugins/pgpinline/Makefile.am
5293         * src/plugins/pgpmime/Makefile.am
5294         * src/plugins/spamassassin/Makefile.am
5295         * src/plugins/trayicon/Makefile.am
5296                 fix builiding on cygwin
5297                 Patch by Ralgh Young <bamanzi@gmail.com>
5298
5299 2006-03-04 [wwp]        2.0.0cvs109
5300
5301         * manual/keyboard.xml
5302                 fix mixed up/down keys.
5303
5304 2006-03-04 [wwp]        2.0.0cvs108
5305
5306         * README
5307         * INSTALL
5308                 updated links to SpamAssassin.
5309
5310 2006-03-04 [wwp]        2.0.0cvs107
5311
5312         * manual/plugins.xml
5313         * src/plugins/spamassassin/README
5314                 updated SpamAssassin plugin docs to reflect new functional additions
5315                 (also fix/update/documents few technical stuff more, see the README).
5316
5317 2006-03-04 [wwp]        2.0.0cvs106
5318
5319         * src/prefs_message.c
5320                 normalized capitalization of message-prefs paths.
5321
5322 2006-03-04 [wwp]        2.0.0cvs105
5323
5324         * manual/advanced.xml
5325                 typo.
5326
5327 2006-03-03 [colin]      2.0.0cvs104
5328
5329         * src/plugins/clamav/clamav_plugin_gtk.c
5330                 Rework prefs page, patch by Fabien 
5331
5332 2006-03-03 [colin]      2.0.0cvs103
5333
5334         * src/plugins/clamav/clamav_plugin.c
5335                 Set error on all errors
5336
5337 2006-03-03 [colin]      2.0.0cvs102
5338
5339         * src/common/plugin.c
5340                 Initialize error to avoid crashing when a plugin fails
5341                 without setting error
5342
5343 2006-03-02 [wwp]        2.0.0cvs101
5344
5345         * configure.ac
5346                 fixed linker flags for libetpan support on Cygwin
5347                 (thanks to H.Merijn Brand).
5348
5349 2006-03-02 [wwp]        2.0.0cvs100
5350
5351         * src/addressbook.c
5352                 fix some AB error messages: one for punctuation and
5353                 one wrongly duplicate (thanks, maxbritov).
5354
5355 2006-03-02 [wwp]        2.0.0cvs99
5356
5357         * src/plugins/spamassassin/spamassassin.c
5358                 make sync calls to sa-learn/spamc to prevent
5359                 system (whatever local or client/server) overload.
5360
5361 2006-03-02 [colin]      2.0.0cvs98
5362
5363         * src/summaryview.c
5364                 Put the spam icon in the status column instead of the
5365                 mark one
5366
5367 2006-03-01 [colin]      2.0.0cvs97
5368
5369         * src/plugins/spamassassin/spamassassin.c
5370                 Fix segfault (g_file_set_contents fails for some 
5371                 reason and err==0x2f. Can't find out why with
5372                 valgrind, using working function :-)
5373
5374 2006-03-01 [colin]      2.0.0cvs96
5375
5376         * src/inc.c
5377                 Offline overriding: let 'No' be cached only 3 seconds
5378
5379 2006-03-01 [colin]      2.0.0cvs95
5380
5381         * src/addr_compl.c
5382         * src/addrbook.c
5383         * src/addressbook.c
5384         * src/addrindex.c
5385         * src/folder_item_prefs.c
5386         * src/headerview.c
5387         * src/imap.c
5388         * src/inc.c
5389         * src/ldif.c
5390         * src/mainwindow.c
5391         * src/mh.c
5392         * src/msgcache.c
5393         * src/prefs_common.h
5394         * src/prefs_msg_colors.c
5395         * src/procheader.c
5396         * src/procheader.h
5397         * src/procmime.c
5398         * src/procmsg.c
5399         * src/procmsg.h
5400         * src/send_message.h
5401         * src/simple-gettext.c
5402         * src/summaryview.c
5403         * src/summaryview.h
5404         * src/syldap.c
5405         * src/textview.c
5406         * src/undo.c
5407         * src/common/ssl_certificate.c
5408         * src/common/utils.c
5409         * src/gtk/colorsel.c
5410         * src/gtk/gtksctree.c
5411         * src/gtk/gtkshruler.c
5412         * src/plugins/trayicon/trayicon.c
5413                 #if 0 goes to /dev/null
5414
5415 2006-03-01 [colin]      2.0.0cvs94
5416
5417         * src/compose.c
5418         * src/imap.c
5419         * src/inc.c
5420         * src/inc.h
5421         * src/messageview.c
5422         * src/news.c
5423         * src/plugins/spamassassin/spamassassin.c
5424                 Allow to add information in the "working offline"
5425                 window
5426
5427 2006-03-01 [wwp]        2.0.0cvs93
5428
5429         * src/plugins/spamassassin/spamassassin.c
5430                 fixed spamc invocation: use a tricky temporary mini shell wrapper
5431                 'cause it seems that calling `spamc ... < inputfile` with
5432                 g_spawn_(a)sync simply.. erm doesn't work :-).
5433
5434 2006-03-01 [wwp]        2.0.0cvs92
5435
5436         * src/toolbar.c
5437         * src/toolbar.h
5438                 simplify the adding of spam/ham button to the messageview toolbar
5439                 (it gets more clear now that the same button will be "Mark as spam"
5440                 or "Mark as ham" according to the current message status,
5441                 thanks to Colin).
5442
5443 2006-03-01 [wwp]        2.0.0cvs91
5444
5445         * src/messageview.c
5446         * src/procmsg.c
5447         * src/procmsg.h
5448         * src/summaryview.c
5449         * src/plugins/spamassassin/spamassassin.c
5450         * src/plugins/spamassassin/spamassassin.h
5451                 make learner callbacks return a status (0 for ok),
5452                 handle it in main code to avoid setting flags when learning failed,
5453                 don't learn on TCP if offline in spamassassin,
5454                 thanks to Colin.
5455
5456                 
5457
5458 2006-03-01 [wwp]        2.0.0cvs90
5459
5460         * src/compose.c
5461                 some work around the compose window's account menu,
5462                 patch by Fabien Vantard.
5463
5464 2006-03-01 [wwp]        2.0.0cvs89
5465
5466         * src/plugins/spamassassin/spamassassin.c
5467                 fixed bad logics, was using spamc in local mode and sa-learn
5468                 in remote mode (thanks, Colin).
5469
5470 2006-03-01 [wwp]        2.0.0cvs88
5471
5472         * src/plugins/spamassassin/spamassassin.c
5473         * src/plugins/spamassassin/spamassassin.h
5474         * src/plugins/spamassassin/spamassassin_gtk.c
5475                 made processing of emails w/ sa-plugin an option (default is TRUE),
5476                 fixed Engrish some tooltips, capitalization of some debug messages
5477                 and warnings. The spamassassin plugin now provides two separate
5478                 services: process emails upon incorporation and spamd training.
5479                 Both services (un)register independently but use some common
5480                 plugin settings (transport settings, spam storage location).
5481
5482 2006-02-28 [wwp]        2.0.0cvs87
5483
5484         * src/plugins/spamassassin/spamassassin.c
5485                 fix async flag to spamc cmdline execution (batch exec should
5486                 be asynchronous).
5487
5488 2006-02-27 [wwp]        2.0.0cvs86
5489
5490         * src/plugins/spamassassin/spamassassin.c
5491         * src/plugins/spamassassin/spamassassin.h
5492         * src/plugins/spamassassin/spamassassin_gtk.c
5493                 - added the ability to learn a remote spamassassin server (spamd),
5494                 using spamc.
5495                 - added the spamassassin option 'username', that applies to all
5496                 spamassassin operations (filtering, learning, local or remote).
5497                 The default username is the current unix user (if left blank
5498                 from gtk prefs or config file).
5499                 - commented out some unused code (notebook widget), removed unused
5500                 layout (hbox1).
5501                 - make more widgets sensitive to the transport type.
5502
5503 2006-02-27 [colin]      2.0.0cvs85
5504
5505         * src/plugins/spamassassin/spamassassin.c
5506                 Fix sa-learn call when offline
5507
5508 2006-02-27 [colin]      2.0.0cvs84
5509
5510         * configure.ac
5511         * src/Makefile.am
5512         * src/mainwindow.c
5513         * src/mainwindow.h
5514         * src/messageview.c
5515         * src/messageview.h
5516         * src/prefs_toolbar.c
5517         * src/procmsg.c
5518         * src/stock_pixmap.c
5519         * src/stock_pixmap.h
5520         * src/summaryview.c
5521         * src/toolbar.c
5522         * src/toolbar.h
5523         * src/pixmaps/ham_btn.xpm
5524         * src/pixmaps/spam.xpm
5525         * src/pixmaps/spam_btn.xpm
5526         * src/plugins/spamassassin/spamassassin.c
5527                 Add button in toolbar for spam learning
5528                 Fix a few bugs from the last related commit
5529                 Revert 1.9.6cvs23 which messed up shift-selection
5530
5531 2006-02-24 [colin]      2.0.0cvs83
5532
5533         * src/procmsg.c
5534         * src/summaryview.c
5535         * src/summaryview.h
5536         * src/plugins/spamassassin/spamassassin.c
5537         * src/plugins/spamassassin/spamassassin.h
5538         * src/plugins/spamassassin/spamassassin_gtk.c
5539                 Unregister learner when spamassassin is either
5540                 disabled or over tcp
5541
5542 2006-02-24 [colin]      2.0.0cvs82
5543
5544         * src/Makefile.am
5545         * src/mainwindow.c
5546         * src/mainwindow.h
5547         * src/procmsg.c
5548         * src/procmsg.h
5549         * src/stock_pixmap.c
5550         * src/stock_pixmap.h
5551         * src/summaryview.c
5552         * src/summaryview.h
5553         * src/gtk/icon_legend.c
5554         * src/pixmaps/spam.xpm  ** NEW FILE **
5555         * src/plugins/spamassassin/spamassassin.c
5556         * src/plugins/spamassassin/spamassassin_gtk.c
5557                 Add spam learning interface (Mark/Mark as 
5558                 (spam|ham) menus)
5559
5560 2006-02-24 [wwp]        2.0.0cvs81
5561
5562         * src/compose.c
5563         * src/compose.h
5564         * src/filtering.c
5565                 hide compose window when sending message in batch mode
5566                 (filtering: forward and redirect). Also fixed a wrong
5567                 value returned when sending failed, neutral anyway.
5568                 (Colin, me) 
5569
5570 2006-02-24 [wwp]        2.0.0cvs80
5571
5572         * src/mainwindow.c
5573                 use GTK+'s stock quit button. Patch by Fabien Vantard.
5574
5575 2006-02-24 [paul]       2.0.0cvs79
5576
5577         * src/news.c
5578         * src/news.h
5579         * src/news_gtk.c
5580                 fix bug 916, 'newsgroup unsubscribe segmentation fault'
5581                 Thanks to Colin
5582
5583 2006-02-23 [colin]      2.0.0cvs78
5584
5585         * src/alertpanel.c
5586                 Change OK to Close in alertpanel with View log
5587                 button; add accel to View log. Patch by Fabien
5588                 Vantard
5589
5590 2006-02-23 [wwp]        2.0.0cvs77
5591
5592         * src/compose.c
5593                 silly me, there were much more tests to perform, since toolbars can
5594                 really have down to 1 element only.
5595
5596 2006-02-23 [wwp]        2.0.0cvs76
5597
5598         * commitHelper
5599                 fixed indentation from my previous commit. Fallback to VISUAL if
5600                 EDITOR is not set (and to vi, at last resort).
5601
5602 2006-02-23 [wwp]        2.0.0cvs75
5603
5604         * commitHelper
5605                 improved error detection (Colin, me).
5606
5607 2006-02-23 [wwp]        2.0.0cvs74
5608
5609         * src/prefs_toolbar.c
5610                 simplify and fix prefs/toolbars layouting. Combos' contents can
5611                 now be really displayed.
5612
5613 2006-02-23 [wwp]        2.0.0cvs73
5614         simplifies and fix prefs/toolbars layouting. Combos' contents can now
5615         be really displayed.
5616
5617 2006-02-22 [wwp]        2.0.0cvs72
5618
5619         * src/compose.c
5620                 fix a typo in my previous commit (sorry!).
5621
5622 2006-02-22 [wwp]        2.0.0cvs71
5623
5624         * src/prefs_toolbar.c
5625                 fix a crash when adding separators to toolbars,
5626                 also fix some separator item information.
5627
5628 2006-02-22 [wwp]        2.0.0cvs70
5629
5630         * src/compose.c
5631                 fix a crash when redirecting (for instance) when compose window's
5632                 toolbar contents has been customized (when some buttons have been
5633                 removed in fact).
5634
5635 2006-02-21 [wwp]        2.0.0cvs69
5636
5637         * src/summaryview.c
5638         * src/gtk/pluginwindow.c
5639         * src/plugins/pgpcore/prefs_gpg.c
5640                 fix some compilation warnings (feat. remains of removed code).
5641
5642 2006-02-21 [wwp]        2.0.0cvs68
5643
5644         * src/gtk/gtkutils.c
5645                 fix two compilation issues, thanks to Stephan Sachse.
5646
5647 2006-02-20 [colin]      2.0.0cvs67
5648
5649         * src/mainwindow.c
5650                 Don't reselect displayed mail on refocus
5651                 This fixes actions misbehaving 
5652
5653 2006-02-20 [wwp]        2.0.0cvs66
5654
5655         * src/summaryview.c
5656         * src/gtk/gtksctree.c
5657         * src/gtk/gtkshruler.c
5658                 changed more runtime typecast checks.
5659
5660 2006-02-20 [wwp]        2.0.0cvs65
5661
5662         * src/summary_search.c
5663                 find all - summaryview refresh issue fixed, thanks to Colin.
5664
5665 2006-02-20 [wwp]        2.0.0cvs64
5666
5667         * src/gtk/gtkutils.c
5668                 better runtime typecast checks.
5669
5670 2006-02-20 [wwp]        2.0.0cvs63
5671
5672         * src/summary_search.c
5673                 enhancements to the summary search:
5674                         - add the ability to stop the running search
5675                           (upon ESC-key press, new Stop button or when Clear button is pressed)
5676                         - don't search if no criteria (From/To/Subject/Body) is set
5677                         - ensure that a busy mouse pointer is always shown when searching,
5678                           show it even a bit earlier
5679
5680 2006-02-19 [colin]      2.0.0cvs62
5681
5682         * src/compose.c
5683         * src/imap.c
5684         * src/etpan/imap-thread.c
5685         * src/etpan/imap-thread.h
5686                 (Future) IMAP speed improvement on sending
5687                 Will require a libetpan update
5688         * src/summaryview.c
5689         * src/gtk/quicksearch.c
5690                 Make quicksearch clearable while running.
5691
5692 2006-02-17 [colin]      2.0.0cvs61
5693
5694         * src/imap.c
5695         * src/etpan/imap-thread.c
5696         * src/etpan/imap-thread.h
5697                 Check for IMAP certificates
5698                 ** Requires libetpan-0.42-cvs4 
5699                 ** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
5700
5701 2006-02-17 [colin]      2.0.0cvs60
5702
5703         * src/messageview.c
5704         * src/prefs_common.c
5705         * src/prefs_common.h
5706         * src/prefs_message.c
5707                 Add pref to display HTML-only mails with plugin, 
5708                 if possible (defaulting to FALSE of course).
5709
5710 2006-02-16 [colin]      2.0.0cvs59
5711
5712         * src/main.c
5713         * src/common/plugin.c
5714         * src/common/plugin.h
5715         * src/gtk/pluginwindow.c
5716                 Keep track of requested (but unloaded) plugins
5717                 in some error cases.
5718
5719 2006-02-16 [wwp]        2.0.0cvs58
5720
5721         * src/gtk/gtkaspell.c
5722         * src/gtk/gtkaspell.h
5723         * src/prefs_spelling.c
5724         * src/compose.c
5725         * src/prefs_common.c
5726         * src/prefs_common.h
5727                 implemented new optional spellchecker behaviour: re-check message when
5728                 dictionary got changed (from compose-window/context-menu/Change dictionary).
5729
5730 2006-02-16 [wwp]        2.0.0cvs57
5731
5732         * src/quote_fmt_parse.y
5733                 pclose popen'ed pipe.
5734
5735 2006-02-15 [colin]      2.0.0cvs56
5736
5737         * src/mimeview.c
5738         * src/mimeview.h
5739                 Let MimeViewers know which MimeView they
5740                 depend of.
5741         * src/summaryview.c
5742                 Swap From/To columns in Sent/Queue/Drafts
5743                 folders
5744         * src/etpan/imap-thread.c
5745                 Use mailstream_low_tls_open() for STARTTLS
5746                 instead of mailstream_low_ssl_open()
5747                 ** REQUIRES libetpan 0.42cvs3 **
5748
5749 2006-02-15 [wwp]        2.0.0cvs55
5750
5751         * src/compose.c
5752         * src/compose.h
5753         * src/message_search.c
5754         * src/message_search.h
5755         * src/textview.c
5756         * src/gtk/gtkutils.c
5757         * src/gtk/gtkutils.h
5758                 added the ability to Find text in the compose window (and a bit
5759                 of code factorization).
5760
5761 2006-02-15 [wwp]        2.0.0cvs54
5762
5763         * src/prefs_gtk.c
5764                 yet another one file was missing (fix for some widgets' sensitivity).
5765                 Thanks Colin!
5766
5767 2006-02-15 [wwp]        2.0.0cvs53
5768
5769         * src/prefs_gtk.h
5770                 oops forgot that file (fix for some widgets' sensitivity).
5771
5772 2006-02-15 [wwp]        2.0.0cvs52
5773
5774         * src/summary_search.c
5775                 implemented advanced summary search options (added the ability
5776                 to use matcher conditions in an advanced search mode).
5777
5778 2006-02-15 [wwp]        2.0.0cvs51
5779
5780         * src/plugins/pgpcore/prefs_gpg.c
5781         * src/prefs_account.c
5782                 fix some widget sensitivity, mostly around some labels in
5783                 account prefs.
5784
5785 2006-02-15 [paul]       2.0.0cvs50
5786
5787         * manual/advanced.xml
5788                 improve Templates info
5789                 written by wwp
5790
5791 2006-02-14 [colin]      2.0.0cvs49
5792
5793         * src/pixmaps/address_book.xpm
5794         * src/pixmaps/preferences.xpm
5795         * src/pixmaps/properties.xpm
5796                 Fix pixmap size - patch by Fabien Vantard
5797
5798 2006-02-13 [colin]      2.0.0cvs48
5799
5800         * src/procmime.c
5801                 Add missing fclose()s on error
5802         * src/textview.c
5803                 Remove unused code
5804         * src/common/utils.c
5805                 Fix temp files not being deleted on windows
5806         Patches by Thomas Gilgin
5807
5808 2006-02-13 [colin]      2.0.0cvs47
5809
5810         * src/mainwindow.c
5811                 Fix exit crash
5812
5813 2006-02-13 [wwp]        2.0.0cvs46
5814
5815         * src/plugins/pgpcore/prefs_gpg.c
5816                 fixed sensitivity of radio widgets in account / GPG-plugin prefs.
5817
5818 2006-02-12 [colin]      2.0.0cvs45
5819
5820         * src/folderview.c
5821         * src/main.c
5822         * src/mainwindow.c
5823                 Fix "stuff" when quitting
5824
5825 2006-02-12 [wwp]        2.0.0cvs44
5826
5827         * src/prefs_themes.c
5828                 fix typos in debug messages.
5829
5830 2006-02-11 [colin]      2.0.0cvs43
5831
5832         * src/summaryview.c
5833                 don't allow drag/drop from ourself
5834
5835 2006-02-10 [wwp]        2.0.0cvs42
5836
5837         * src/exporthtml.c
5838         * src/html.c
5839         * src/html.h
5840         * src/procmime.c
5841         * src/textview.c
5842                 renamed html_ prefixed functions and data structures to avoid
5843                 namespace clashes w/ other software (gtkhtml2 for instance).
5844                 Closes bug #907.
5845
5846
5847 2006-02-09 [colin]      2.0.0cvs41
5848
5849         * src/summaryview.c
5850                 Fix shitty logic messed up. Thanks Ticho for the hint!
5851
5852 2006-02-09 [wwp]        2.0.0cvs40
5853
5854         * src/gtk/about.c
5855         * src/compose.c
5856         * src/prefs_account.c
5857         * src/prefs_gtk.h
5858         * src/editaddress.c
5859                 added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
5860                 patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
5861                 Browse buttons in accounts prefs.
5862
5863 2006-02-09 [colin]      2.0.0cvs39
5864
5865         * src/matcher.c
5866                 Check for pointer before using its members
5867         * src/gtk/gtksourceprintjob.c
5868                 Fix a wrong warning
5869
5870 2006-02-09 [wwp]        2.0.0cvs38
5871
5872         * src/gtk/filesel.c
5873                 fix few compiler warnings (type mismatch).
5874
5875 2006-02-09 [paul]       2.0.0cvs37
5876
5877         * po/fr.po
5878                 updated by Fabien Vantard
5879
5880 2006-02-08 [colin]      2.0.0cvs36
5881
5882         * src/prefs_common.c
5883         * src/common/defs.h
5884         * src/common/plugin.c
5885                 allow windows and linux configurations to coexist
5886                 patch by Thomas Gilgin
5887
5888 2006-02-08 [colin]      2.0.0cvs35
5889
5890         * src/filtering.c
5891         * src/matcher.c
5892         * src/matcher.h
5893         * src/matcher_parser_parse.y
5894         * src/prefs_filtering_action.c
5895         * src/prefs_matcher.c
5896                 Add the "Ignore thread" filtering
5897                 action
5898
5899 2006-02-08 [colin]      2.0.0cvs34
5900
5901         * src/compose.c
5902         * src/procmime.c
5903         * src/procmime.h
5904                 Fix bug #905 (damaged attachment)
5905                 text files with raw \0's aren't really text files
5906         FOR_STABLE
5907
5908 2006-02-08 [colin]      2.0.0cvs33
5909
5910         * src/summaryview.c
5911                 Fix crasher introduced yesterday
5912
5913 2006-02-08 [wwp]        2.0.0cvs32
5914
5915         * src/compose.c
5916         * src/compose.h
5917                 templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
5918
5919 2006-02-08 [wwp]        2.0.0cvs31
5920
5921         * src/prefs_template.c
5922                 templates enhancement: allow address completion for Cc and Bcc fields
5923                 (it was currently possible for the To field only)
5924
5925 2006-02-08 [colin]      2.0.0cvs30
5926
5927         * src/compose.c
5928                 Don't unblock if not blocked
5929         FOR_STABLE
5930
5931 2006-02-07 [colin]      2.0.0cvs29
5932
5933         * src/action.c
5934                 Forgot to refresh summaryview
5935
5936 2006-02-07 [colin]      2.0.0cvs28
5937
5938         * src/action.c
5939                 Freeze/thaw message list and folder list while
5940                 processing %as{} actions 
5941         * src/compose.c
5942                 Fix auto-wrap disabling after a middle-click
5943                 paste - FOR_STABLE
5944
5945 2006-02-07 [paul]       2.0.0cvs27
5946
5947         * src/folder.c
5948                 fix freeing of uninitialised pointers
5949                 Thanks to Colin
5950
5951 2006-02-06 [colin]      2.0.0cvs26
5952
5953         * src/folder.c
5954                 Use g_slist_prepend in potentially big list
5955
5956 2006-02-06 [colin]      2.0.0cvs25
5957
5958         * src/folder.c
5959                 Completely skip processing if it doesn't 
5960                 exist (faster!)
5961
5962 2006-02-06 [colin]      2.0.0cvs24
5963
5964         * src/folder.c
5965         * src/summaryview.c
5966                 Batch filtering in summaryview (from Tools menu)
5967                 and pre/post//-processing too
5968
5969 2006-02-06 [colin]      2.0.0cvs23
5970
5971         * src/procmsg.h
5972         * src/filtering.c
5973                 Use a special field for batch filtering instead
5974                 of stepping on deferred execution's toes
5975
5976 2006-02-06 [colin]      2.0.0cvs22
5977
5978         * src/action.c
5979         * src/filtering.c
5980         * src/filtering.h
5981         * src/folder.c
5982         * src/summaryview.c
5983                 Fix filtering via menus and actions
5984
5985 2006-02-06 [colin]      2.0.0cvs21
5986
5987         * src/imap.c
5988                 Put the added file directly to cache if possible (will work
5989                 with next libetpan)
5990         * src/filtering.c
5991         * src/filtering.h
5992         * src/inc.c
5993         * src/folder.c
5994         * src/mbox.c
5995         * src/procmsg.h
5996                 Move and copy filtered messages by batches instead of one
5997                 by one - faster on IMAP
5998         * src/procmsg.c
5999                 Add a function that'll possibly be useful later
6000
6001 2006-02-06 [colin]      2.0.0cvs20
6002
6003         * src/addressbook.c
6004                 Use internal mime-type instead of text/plain for d'n'd
6005         * src/compose.c
6006                 Allow attaching files from mimeview's icon list via d'n'd
6007         * src/folderview.c
6008         * src/folderview.h
6009                 Use internal mime-type instead of text/plain for d'n'd
6010                 Don't try to selected opened folder if none is
6011                 Factorize d'n'd from other apps code
6012         * src/headerview.c
6013         * src/textview.c
6014         * src/gtk/gtkutils.c
6015         * src/gtk/gtkutils.h
6016                 Factorize Face/X-Face stuff
6017         * src/mimeview.c
6018                 Fix d'n'd to other apps
6019         * src/prefs_message.c
6020                 Let the XFace pref be usable without libcompface as it also
6021                 applies to Face
6022         * src/summaryview.c
6023                 Fix d'n'd to other apps
6024                 Factorize d'n'd from other apps code
6025
6026 2006-02-06 [wwp]        2.0.0cvs19
6027
6028         * po/it.po
6029                 Italian translation fixes by Andrea Spadaccini (no more confusion
6030                 between filtering and processing, and few changes in the About
6031                 dialog).
6032
6033
6034 2006-02-06 [mones]      2.0.0cvs18
6035
6036         * src/gtk/icon_legend.c
6037                 Improved descriptions allowing better translations
6038
6039 2006-02-05 [colin]      2.0.0cvs17
6040
6041         * src/imap.c
6042                 Add the f*cking missing expunge that caused imap_fetch_env
6043                 to fail after an add_msgs ! :-///
6044         * src/etpan/imap-thread.c
6045                 Add a bit of debug
6046         FOR_STABLE
6047
6048 2006-02-05 [colin]      2.0.0cvs16
6049
6050         * src/common/utils.c
6051                 Don't check for return-path (or we can't put
6052                 back non-sent mails)
6053
6054 2006-02-05 [colin]      2.0.0cvs15
6055
6056         * src/textview.c
6057                 Don't try to display Face header in textview
6058                 when teh headerview's active
6059
6060 2006-02-05 [colin]      2.0.0cvs14
6061
6062         * tools/tbird2syl.py
6063         * tools/Makefile.am
6064                 Add script to import Thunderbird mails
6065
6066 2006-02-05 [colin]      2.0.0cvs13
6067
6068         * src/headerview.c
6069         * src/procheader.c
6070         * src/procmsg.c
6071         * src/procmsg.h
6072         * src/textview.c
6073                 Show Face headers - patch partially by Klaus Flittner
6074
6075 2006-02-05 [colin]      2.0.0cvs12
6076
6077         * src/folderview.c
6078         * src/summaryview.c
6079         * src/common/utils.c
6080         * src/common/utils.h
6081                 Let dnd work from mime icons to summaryview
6082                 and to folderview too
6083                 Add a crude test to avoid trying to add files
6084                 drag'n'dropped when they're not mails
6085
6086 2006-02-04 [colin]      2.0.0cvs11
6087
6088         * src/summaryview.c
6089         * src/mimeview.c
6090                 Fix utf8 conversion
6091
6092 2006-02-04 [colin]      2.0.0cvs10
6093
6094         * src/compose.c
6095         * src/folderview.c
6096         * src/mimeview.c
6097         * src/summaryview.c
6098         * src/summaryview.h
6099                 Added various drag and drop capas:
6100                 From                    To
6101                 summaryview             other apps
6102                 mimeview icons          other apps
6103                 other apps              summaryview
6104                 other apps              folderview
6105
6106                 This shouldn't have broken the existing:
6107                 From                    To
6108                 summaryview             folderview
6109                 folderview              folderview
6110                 summaryview             compose's attachments
6111
6112         Tests welcomed.
6113
6114 2006-02-02 [paul]       2.0.0cvs9
6115
6116         * src/mainwindow.c
6117                 move global option 'Set displayed columns...' out
6118                 of folder option grouping.
6119                 fix sensitivity of 'harvest addresses'
6120         FOR_STABLE
6121
6122 2006-02-01 [colin]      2.0.0cvs8
6123
6124         * src/mimeview.c
6125                 Revert the alertpanel patch, it sucks (intrusive
6126                 and gets in the way of "open")
6127
6128 2006-02-01 [colin]      2.0.0cvs7
6129
6130         * src/compose.c
6131         * src/prefs_account.c
6132         * src/prefs_common.c
6133         * src/common/defs.h
6134         * src/common/utils.c
6135         * src/common/utils.h
6136                 Add ability to edit the signature file
6137                 from the account preferences, and use
6138                 a default for the text editor.
6139                 Patch by Fabien Vantard
6140
6141 2006-02-01 [colin]      2.0.0cvs6
6142
6143         * src/mimeview.c
6144                 Try to get mime type by extension if it is
6145                 application/octet-stream
6146                 Display a window with possible choices when
6147                 encountering unknown mime types
6148         * src/gtk/filesel.c
6149         * src/gtk/filesel.h
6150                 Add preview
6151                 Allow multiple selection in filtered filesel
6152                 (patch by Fabien Vantard)
6153         * src/gtk/pluginwindow.c
6154                 Use it (patch by Fabien Vantard)
6155
6156 2006-02-01 [paul]       2.0.0cvs5
6157
6158         * src/jpilot.c
6159                 fix crash on creating jpilot address book
6160                 Thanks to Colin - FOR_STABLE
6161         * src/prefs_summaries.c
6162         * src/prefs_wrapping.c
6163         * src/gtk/icon_legend.c
6164         * src/gtk/quicksearch.c
6165                 string fixes and additions
6166
6167 2006-02-01 [paul]       2.0.0cvs4
6168
6169         * src/compose.c
6170         * src/mainwindow.c
6171         * src/messageview.c
6172         * src/prefs_send.c
6173                 add Arabic encoding option
6174                 Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
6175
6176 2006-01-31 [colin]      2.0.0cvs3
6177
6178         * src/plugins/pgpcore/passphrase.c
6179                 Convert passphrase to locale encoding
6180         * src/compose.c
6181                 Fix drafting on IMAP. Crappy bug sneaked in
6182                 the release :-/
6183         FOR_STABLE
6184
6185 2006-01-30 [paul]       2.0.0cvs2
6186
6187         * src/gtk/icon_legend.c
6188                 show the new entries
6189
6190 2006-01-30 [colin]      2.0.0cvs1
6191
6192         * src/manual.c
6193                 Check for the file to be present before 
6194                 enabling the menu - FOR_STABLE
6195         * src/gtk/icon_legend.c
6196                 Add folders icons (not all of them, there
6197                 are too much, but the most intriguing ones)
6198
6199 2006-01-30 [paul]       2.0.0
6200
6201         version 2.0.0 released
6202
6203 2006-01-30 [paul]       1.9.100cvs200
6204
6205         * manual/faq.xml
6206         * manual/gpl.xml
6207         * manual/intro.xml
6208         * manual/starting.xml
6209         * manual/sylpheed-claws-manual.xml
6210                 fixes, additions
6211
6212 2006-01-29 [mones]      1.9.100cvs199
6213
6214         * manual/account.xml
6215         * manual/advanced.xml
6216         * manual/glossary.xml
6217                 Some typos fixed, added LDIF term to glossary
6218         * po/es.po
6219                 Fixed leading plus symbol
6220
6221 2006-01-29 [paul]       1.9.100cvs198
6222
6223         * po/fi.po
6224         * po/sk.po
6225                 updated by Tommi Pirinen and Andrej Kacian
6226
6227 2006-01-29 [paul]       1.9.100cvs197
6228
6229         * src/gtk/authors.h
6230                 remove duplicates
6231
6232 2006-01-29 [paul]       1.9.100cvs196
6233
6234         * AUTHORS
6235         * po/nl.po
6236         * src/gtk/authors.h
6237         * tools/claws.i18n.status.pl
6238                 nl translation updated by Tim Dijkstra
6239
6240 2006-01-29 [paul]       1.9.100cvs195
6241
6242         * po/sr.po
6243         * po/sv.po
6244                 updated by Aleksandar Urosevic and Anders Troback
6245
6246 2006-01-28 [colin]      1.9.100cvs194
6247
6248         * src/gtk/gtksourceprintjob.c
6249                 Don't fiddle with PangoLayout when we
6250                 have an image
6251
6252 2006-01-28 [paul]       1.9.100cvs193
6253
6254         * AUTHORS
6255         * po/el.po
6256         * po/zh_CN.po
6257         * src/gtk/authors.h
6258         * tools/claws.i18n.status.pl
6259                 updated translations submitted by Stavros Giannouris
6260                 and Ralgh Young
6261
6262 2006-01-27 [colin]      1.9.100cvs192
6263
6264         * src/summaryview.c
6265         * src/gtk/gtksourceprintjob.c
6266                 Add image printing 
6267                 (libgnomeprint only, of course)
6268
6269 2006-01-27 [paul]       1.9.100cvs191
6270
6271         * po/fr.po
6272         * po/it.po
6273                 updated by Fabien Vantard and Andrea Spadaccini
6274
6275 2006-01-26 [colin]      1.9.100cvs190
6276
6277         * manual/Makefile.am
6278         * configure.ac
6279                 Make building the manual optional 
6280                 (--disable-manual)
6281
6282 2006-01-26 [paul]       1.9.100cvs189
6283
6284         * manual/glossary.xml
6285         * manual/plugins.xml
6286                 edited
6287         * po/en_GB.po
6288                 updated
6289
6290 2006-01-26 [paul]       1.9.100cvs188
6291
6292         * src/prefs_display_header.c
6293         * src/prefs_folder_column.c
6294         * src/prefs_msg_colors.c
6295         * src/prefs_summaries.c
6296         * src/prefs_summary_column.c
6297                 HIGify
6298
6299 2006-01-25 [colin]      1.9.100cvs187
6300
6301         * src/imap.c
6302                 Don't allow moving/copying mails between
6303                 queue/drafts and non-queue/drafts folders
6304                 Fixes bug #897 (message header is resetted 
6305                 if one is copied to Drafts)
6306
6307 2006-01-25 [colin]      1.9.100cvs186
6308
6309         * src/folder.c
6310         * src/mainwindow.c
6311                 Fix subscribed folders not found
6312         * src/compose.c
6313                 Don't try to encode as original mail's charset
6314                 if it's ascii 
6315
6316 2006-01-25 [paul]       1.9.100cvs185
6317
6318         * AUTHORS
6319         * po/Makevars
6320                 updated
6321         * po/de.po
6322         * po/pl.po
6323         * po/pt_BR.po
6324         * po/sr.po
6325                 updates submitted by Stephan Sachse, Emilian Nowak
6326                 and Quar, Frederico Goncalves Guimaraes, and
6327                 Aleksandar Urosevic
6328                 Fix Bug 896, 'PT_BR locale broken'.
6329         * src/gtk/authors.h
6330                 updated
6331
6332 2006-01-24 [mones]      1.9.100cvs184
6333
6334         * manual/glossary.xml
6335                 All current terms finished. Reviewers welcome ;-)
6336         * manual/keyboard.xml
6337                 Fixed column width for pdf output.
6338         * po/es.po
6339                 Updated
6340
6341 2006-01-24 [paul]       1.9.100cvs183
6342
6343         * manual/glossary.xml
6344                 fix id name
6345         * manual/dist/html/Makefile.am
6346         * manual/dist/pdf/Makefile.am
6347         * manual/dist/ps/Makefile.am
6348         * manual/dist/txt/Makefile.am
6349                 fix make deps
6350                 Thanks to Colin
6351
6352 2006-01-24 [mones]      1.9.100cvs182
6353
6354         * manual/glossary.xml
6355                 Nearly finished, some terms missing.
6356
6357 2006-01-23 [paul]       1.9.100cvs181
6358
6359         * manual/dist/html/Makefile.am
6360         * manual/dist/pdf/Makefile.am
6361         * manual/dist/ps/Makefile.am
6362         * manual/dist/txt/Makefile.am
6363         * src/mainwindow.c
6364                 re-enable manual
6365                 Thanks to Colin
6366
6367 2006-01-22 [colin]      1.9.100cvs180
6368
6369         * src/compose.c
6370         * src/gtk/gtkaspell.c
6371                 Don't deselect stuff before right-clicking, with aspell.
6372                 (This prevented right-click Copy, for example).
6373                 Thanks to Clo!
6374
6375 2006-01-22 [paul]       1.9.100cvs179
6376
6377         * src/summary_search.c
6378                 don't fix the widget size as it causes problems
6379                 under localisation.
6380                 Thanks to Emilian Nowak
6381
6382 2006-01-21 [paul]       1.9.100cvs178
6383
6384         * src/prefs_themes.c
6385                 fix broken underlining of label text
6386                 with some translations
6387
6388 2006-01-21 [colin]      1.9.100cvs177
6389
6390         * po/fr.po
6391                 In French "Composition" puts the Compose toolbar's prefs in the wrong place
6392
6393 2006-01-20 [colin]      1.9.100cvs176
6394
6395         * configure.ac
6396         * Makefile.am
6397         * manual/Makefile
6398         * manual/dist/html/.cvsignore
6399         * manual/dist/html/Makefile.am
6400         * manual/dist/pdf/.cvsignore
6401         * manual/dist/pdf/Makefile.am
6402         * manual/dist/ps/.cvsignore
6403         * manual/dist/ps/Makefile.am
6404         * manual/dist/txt/.cvsignore
6405         * manual/dist/txt/Makefile.am
6406                 Autotool-ize manual
6407
6408 2006-01-20 [paul]       1.9.100cvs175
6409
6410         * manual/handling.xml
6411                 make Filtering and Searching entries easier to find
6412         * manual/keyboard.xml
6413                 add the remaining default keybinds
6414         * src/prefs_summaries.c
6415                 update the default keybinds
6416
6417 2006-01-20 [paul]       1.9.100cvs174
6418
6419         * src/addressbook.c
6420         * src/addrgather.c
6421         * src/addrharvest.c
6422         * src/editaddress.c
6423         * src/editgroup.c
6424         * src/exphtmldlg.c
6425         * src/expldifdlg.c
6426         * src/exporthtml.c
6427         * src/exportldif.c
6428         * src/ldif.c
6429                 replace 'e-mail' with 'email'
6430         * src/summary_search.c
6431                 add mnemonic to "Find all" button
6432
6433 2006-01-20 [wwp]        1.9.100cvs173
6434
6435         * src/export.c
6436         * src/import.c
6437                 touched mbox import/export buttons for HIG-compliance
6438
6439 2006-01-19 [paul]       1.9.100cvs172
6440
6441         * manual/account.xml
6442         * manual/addrbook.xml
6443         * manual/advanced.xml
6444         * manual/faq.xml
6445         * manual/handling.xml
6446         * manual/intro.xml
6447         * manual/plugins.xml
6448         * manual/starting.xml
6449                 more editing
6450
6451 2006-01-19 [paul]       1.9.100cvs171
6452
6453         * src/toolbar.c
6454                 allow use of trash button while receiving
6455                 Thanks to Colin
6456
6457 2006-01-19 [wwp]        1.9.100cvs170
6458
6459         * src/gtk/quicksearch.c
6460         * src/compose.c
6461                 force text color to black when yellow background is set
6462
6463 2006-01-19 [colin]      1.9.100cvs169
6464
6465         * src/plugins/trayicon/trayicon.c
6466                 Gray out Get Mail when already getting mail
6467
6468 2006-01-18 [paul]       1.9.100cvs168
6469
6470         * src/compose.c
6471                 give widget yellow background was To is
6472                 set via folder prefs
6473         * src/gtk/quicksearch.c
6474                 give widget yellow background when quick
6475                 search is active.
6476                 Thanks to Colin
6477
6478 2006-01-18 [paul]       1.9.100cvs167
6479
6480         * doc/man/sylpheed-claws.1
6481                 add --subscribe option
6482
6483 2006-01-18 [paul]       1.9.100cvs166
6484
6485         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
6486         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
6487                 use %U instead of %F (%F is broken for user installed
6488                 files in kde 3.5)
6489
6490 2006-01-18 [colin]      1.9.100cvs165
6491
6492         * src/summaryview.c
6493                 Default to Yes in "No more * messages" dialogs
6494
6495 2006-01-17 [colin]      1.9.100cvs164
6496
6497         * src/compose.c
6498                 Possibly fix an invalid iterator causing
6499                 crash
6500
6501 2006-01-17 [colin]      1.9.100cvs163
6502
6503         * src/mimeview.c
6504                 Fix crash when the image disappears under the
6505                 image viewer
6506
6507 2006-01-16 [colin]      1.9.100cvs162
6508
6509         * src/compose.c
6510                 Fix reenabling autowrap
6511
6512 2006-01-16 [colin]      1.9.100cvs161
6513
6514         * src/compose.c
6515                 reset quote_len before getting quote_str
6516
6517 2006-01-16 [colin]      1.9.100cvs160
6518
6519         * src/account.c
6520         * src/account.h
6521         * src/folder.c
6522         * src/imap_gtk.c
6523         * src/mh_gtk.c
6524                 Fix bug #883 (default inbox does not track folder move)
6525
6526 2006-01-16 [colin]      1.9.100cvs159
6527
6528         * src/compose.c
6529         * src/plugins/pgpcore/passphrase.c
6530                 More buttons fixes
6531
6532 2006-01-16 [paul]       1.9.100cvs158
6533
6534         * src/prefs_actions.c
6535         * src/prefs_filtering_action.c
6536         * src/prefs_matcher.c
6537         * src/quote_fmt.c
6538         * src/gtk/description_window.c
6539         * src/gtk/description_window.h
6540         * src/gtk/quicksearch.c
6541                 description window cleanups
6542
6543 2006-01-15 [colin]      1.9.100cvs157
6544
6545         * src/addressbook.c
6546         * src/prefs_filtering.c
6547                 Same here
6548
6549 2006-01-15 [colin]      1.9.100cvs156
6550
6551         * src/folderview.c
6552         * src/mainwindow.c
6553                 Same for "Empty trash"
6554
6555 2006-01-15 [colin]      1.9.100cvs155
6556
6557         * src/inc.c
6558                 Override offline dialog had Yes by default
6559
6560 2006-01-15 [colin]      1.9.100cvs154
6561
6562         * src/summaryview.c
6563                 Delete selected messages? previously had Yes the default
6564
6565 2006-01-15 [colin]      1.9.100cvs153
6566
6567         * src/folder.c
6568         * src/folder.h
6569         * src/main.c
6570                 Check if a mailbox is loaded after all
6571                 plugins are loaded.
6572
6573 2006-01-15 [colin]      1.9.100cvs152
6574
6575         * src/folder.c
6576                 Don't start wizard when there are unloaded folders (will help
6577                 people with only mbox or maildir mailboxes)
6578
6579 2006-01-14 [colin]      1.9.100cvs151
6580
6581         * src/addressbook.c
6582         * src/expldifdlg.c
6583         * src/importldif.c
6584         * src/importmutt.c
6585         * src/importpine.c
6586         * src/mh_gtk.c
6587                 More HIG compliance and fixes
6588
6589 2006-01-14 [colin]      1.9.100cvs150
6590
6591         * src/prefs_filtering_action.c
6592         * src/foldersel.c
6593                 Two forgotten button order changes
6594
6595 2006-01-14 [colin]      1.9.100cvs149
6596
6597         * src/account.c
6598         * src/addressbook.c
6599         * src/compose.c
6600         * src/folderview.c
6601         * src/imap_gtk.c
6602         * src/mainwindow.c
6603         * src/mh_gtk.c
6604         * src/news_gtk.c
6605         * src/prefs_actions.c
6606         * src/prefs_customheader.c
6607         * src/prefs_filtering.c
6608         * src/prefs_matcher.c
6609         * src/prefs_template.c
6610         * src/ssl_manager.c
6611         * src/summaryview.c
6612         * src/textview.c
6613         * src/toolbar.c
6614                 All deletion confirmations are now "Cancel, Delete" 
6615                 instead of "No, Yes"
6616                 Clarified most of the other "No, Yes" to 
6617                 "Cancel, Descriptive_action"
6618                 Rechanged the "Entry not saved" alerts to have 
6619                 "Close, Continue editing"
6620
6621
6622 2006-01-14 [paul]
6623
6624         * 2.0.0-rc4 released
6625
6626 2006-01-14 [paul]       1.9.100cvs148
6627
6628         * src/account.c
6629         * src/addressadd.c
6630         * src/addressbook.c
6631         * src/compose.c
6632         * src/editaddress.c
6633         * src/editbook.c
6634         * src/editgroup.c
6635         * src/editjpilot.c
6636         * src/editldap.c
6637         * src/editvcard.c
6638         * src/exphtmldlg.c
6639         * src/expldifdlg.c
6640         * src/folderview.c
6641         * src/grouplistdialog.c
6642         * src/imap_gtk.c
6643         * src/importmutt.c
6644         * src/importpine.c
6645         * src/inc.c
6646         * src/main.c
6647         * src/mainwindow.c
6648         * src/message_search.c
6649         * src/messageview.c
6650         * src/mh_gtk.c
6651         * src/mimeview.c
6652         * src/news_gtk.c
6653         * src/prefs_actions.c
6654         * src/prefs_customheader.c
6655         * src/prefs_filtering.c
6656         * src/prefs_matcher.c
6657         * src/prefs_template.c
6658         * src/prefs_themes.c
6659         * src/ssl_manager.c
6660         * src/summary_search.c
6661         * src/summaryview.c
6662         * src/textview.c
6663         * src/toolbar.c
6664         * src/gtk/foldersort.c
6665         * src/gtk/gtkaspell.c
6666         * src/gtk/inputdialog.c
6667         * src/gtk/prefswindow.c
6668         * src/plugins/pgpcore/select-keys.c
6669         * src/plugins/trayicon/trayicon.c
6670                 HIG compliant button order
6671
6672 2006-01-14 [mones]      1.9.100cvs147
6673
6674         * po/es.po
6675                 Updated translation
6676
6677 2006-01-13 [paul]       1.9.100cvs146
6678
6679         * AUTHORS
6680         * ChangeLog
6681         * src/gtk/authors.h
6682                 add Joshua M. Kwan to contributors list
6683
6684 2006-01-13 [colin]      1.9.100cvs145
6685
6686         * src/gtk/quicksearch.c
6687                 Don't refocus quick search after executing (Esc or Enter)
6688                 Allows to '/'search something then move up/down in 
6689                 summaryview, and to Esc a search and be back in the 
6690                 summaryview
6691
6692 2006-01-13 [paul]       1.9.100cvs144
6693
6694         * src/plugins/pgpinline/pgpinline.c
6695                 support Content-Type 'application/pgp'
6696                 patch by Joshua M. Kwan <joshuak@users.sf.net>
6697
6698 2006-01-13 [paul]       1.9.100cvs143
6699
6700         * manual/account.xml
6701                 make mention of partial retrieval
6702                 thanks to Colin
6703
6704 2006-01-13 [paul]       1.9.100cvs142
6705
6706         * src/account.c
6707         * src/account.h
6708         * src/action.c
6709         * src/action.h
6710         * src/adbookbase.h
6711         * src/addr_compl.c
6712         * src/addr_compl.h
6713         * src/addrbook.c
6714         * src/addrcache.c
6715         * src/addrcache.h
6716         * src/addrcindex.c
6717         * src/addrcindex.h
6718         * src/addrclip.c
6719         * src/addrclip.h
6720         * src/addrdefs.h
6721         * src/addressadd.c
6722         * src/addressadd.h
6723         * src/addressbook.c
6724         * src/addressbook.h
6725         * src/addrgather.c
6726         * src/addrgather.h
6727         * src/addrharvest.c
6728         * src/addrharvest.h
6729         * src/addrindex.c
6730         * src/addrindex.h
6731         * src/addritem.c
6732         * src/addritem.h
6733         * src/addrquery.c
6734         * src/addrquery.h
6735         * src/addrselect.c
6736         * src/addrselect.h
6737         * src/alertpanel.c
6738         * src/alertpanel.h
6739         * src/browseldap.c
6740         * src/browseldap.h
6741         * src/codeconv.c
6742         * src/codeconv.h
6743         * src/compose.c
6744         * src/compose.h
6745         * src/customheader.c
6746         * src/customheader.h
6747         * src/displayheader.c
6748         * src/displayheader.h
6749         * src/editaddress.c
6750         * src/editaddress.h
6751         * src/editbook.c
6752         * src/editbook.h
6753         * src/editgroup.c
6754         * src/editgroup.h
6755         * src/editjpilot.c
6756         * src/editjpilot.h
6757         * src/editldap.c
6758         * src/editldap.h
6759         * src/editldap_basedn.c
6760         * src/editldap_basedn.h
6761         * src/editvcard.c
6762         * src/editvcard.h
6763         * src/exphtmldlg.c
6764         * src/exphtmldlg.h
6765         * src/expldifdlg.c
6766         * src/expldifdlg.h
6767         * src/export.h
6768         * src/exporthtml.c
6769         * src/exporthtml.h
6770         * src/exportldif.c
6771         * src/exportldif.h
6772         * src/filtering.c
6773         * src/filtering.h
6774         * src/folder.c
6775         * src/folder.h
6776         * src/folder_item_prefs.c
6777         * src/folder_item_prefs.h
6778         * src/foldersel.c
6779         * src/foldersel.h
6780         * src/folderutils.c
6781         * src/folderutils.h
6782         * src/folderview.c
6783         * src/folderview.h
6784         * src/grouplistdialog.c
6785         * src/grouplistdialog.h
6786         * src/headerview.c
6787         * src/html.c
6788         * src/html.h
6789         * src/image_viewer.c
6790         * src/image_viewer.h
6791         * src/imap.c
6792         * src/imap.h
6793         * src/imap_gtk.c
6794         * src/imap_gtk.h
6795         * src/import.h
6796         * src/importldif.c
6797         * src/importldif.h
6798         * src/importmutt.c
6799         * src/importmutt.h
6800         * src/importpine.c
6801         * src/importpine.h
6802         * src/inc.c
6803         * src/inc.h
6804         * src/jpilot.c
6805         * src/jpilot.h
6806         * src/ldapctrl.c
6807         * src/ldapctrl.h
6808         * src/ldaplocate.c
6809         * src/ldaplocate.h
6810         * src/ldapquery.c
6811         * src/ldapquery.h
6812         * src/ldapserver.c
6813         * src/ldapserver.h
6814         * src/ldaputil.c
6815         * src/ldaputil.h
6816         * src/ldif.c
6817         * src/ldif.h
6818         * src/main.c
6819         * src/main.h
6820         * src/mainwindow.c
6821         * src/mainwindow.h
6822         * src/manual.c
6823         * src/manual.h
6824         * src/mbox.c
6825         * src/mbox.h
6826         * src/message_search.c
6827         * src/message_search.h
6828         * src/messageview.c
6829         * src/messageview.h
6830         * src/mh.c
6831         * src/mh.h
6832         * src/mh_gtk.c
6833         * src/mh_gtk.h
6834         * src/mimeview.c
6835         * src/mimeview.h
6836         * src/msgcache.c
6837         * src/msgcache.h
6838         * src/mutt.c
6839         * src/mutt.h
6840         * src/news.c
6841         * src/news.h
6842         * src/news_gtk.c
6843         * src/news_gtk.h
6844         * src/partial_download.c
6845         * src/partial_download.h
6846         * src/pine.c
6847         * src/pine.h
6848         * src/pop.c
6849         * src/pop.h
6850         * src/prefs_account.c
6851         * src/prefs_account.h
6852         * src/prefs_actions.c
6853         * src/prefs_actions.h
6854         * src/prefs_common.c
6855         * src/prefs_common.h
6856         * src/prefs_compose_writing.c
6857         * src/prefs_compose_writing.h
6858         * src/prefs_customheader.c
6859         * src/prefs_customheader.h
6860         * src/prefs_display_header.c
6861         * src/prefs_display_header.h
6862         * src/prefs_filtering.c
6863         * src/prefs_filtering.h
6864         * src/prefs_filtering_action.c
6865         * src/prefs_filtering_action.h
6866         * src/prefs_folder_column.c
6867         * src/prefs_folder_column.h
6868         * src/prefs_folder_item.c
6869         * src/prefs_folder_item.h
6870         * src/prefs_fonts.c
6871         * src/prefs_fonts.h
6872         * src/prefs_gtk.c
6873         * src/prefs_gtk.h
6874         * src/prefs_image_viewer.c
6875         * src/prefs_image_viewer.h
6876         * src/prefs_matcher.c
6877         * src/prefs_matcher.h
6878         * src/prefs_message.c
6879         * src/prefs_msg_colors.c
6880         * src/prefs_msg_colors.h
6881         * src/prefs_other.c
6882         * src/prefs_quote.c
6883         * src/prefs_receive.c
6884         * src/prefs_send.c
6885         * src/prefs_spelling.c
6886         * src/prefs_spelling.h
6887         * src/prefs_summaries.c
6888         * src/prefs_summaries.h
6889         * src/prefs_summary_column.c
6890         * src/prefs_summary_column.h
6891         * src/prefs_template.c
6892         * src/prefs_template.h
6893         * src/prefs_themes.c
6894         * src/prefs_themes.h
6895         * src/prefs_toolbar.c
6896         * src/prefs_toolbar.h
6897         * src/prefs_wrapping.c
6898         * src/prefs_wrapping.h
6899         * src/privacy.c
6900         * src/privacy.h
6901         * src/procheader.c
6902         * src/procheader.h
6903         * src/procmime.c
6904         * src/procmime.h
6905         * src/procmsg.c
6906         * src/procmsg.h
6907         * src/quote_fmt.c
6908         * src/quote_fmt_parse.y
6909         * src/recv.c
6910         * src/recv.h
6911         * src/remotefolder.c
6912         * src/remotefolder.h
6913         * src/send_message.c
6914         * src/send_message.h
6915         * src/setup.c
6916         * src/setup.h
6917         * src/sourcewindow.c
6918         * src/sourcewindow.h
6919         * src/ssl_manager.c
6920         * src/ssl_manager.h
6921         * src/statusbar.c
6922         * src/statusbar.h
6923         * src/stock_pixmap.c
6924         * src/stock_pixmap.h
6925         * src/summary_search.c
6926         * src/summary_search.h
6927         * src/summaryview.c
6928         * src/summaryview.h
6929         * src/syldap.c
6930         * src/syldap.h
6931         * src/textview.c
6932         * src/textview.h
6933         * src/toolbar.c
6934         * src/toolbar.h
6935         * src/undo.c
6936         * src/undo.h
6937         * src/unmime.c
6938         * src/unmime.h
6939         * src/vcard.c
6940         * src/vcard.h
6941         * src/wizard.c
6942         * src/wizard.h
6943         * src/common/base64.c
6944         * src/common/base64.h
6945         * src/common/defs.h
6946         * src/common/hooks.c
6947         * src/common/hooks.h
6948         * src/common/log.c
6949         * src/common/log.h
6950         * src/common/mgutils.c
6951         * src/common/mgutils.h
6952         * src/common/nntp.c
6953         * src/common/nntp.h
6954         * src/common/passcrypt.c
6955         * src/common/passcrypt.h.in
6956         * src/common/plugin.c
6957         * src/common/plugin.h
6958         * src/common/prefs.c
6959         * src/common/prefs.h
6960         * src/common/progressindicator.c
6961         * src/common/progressindicator.h
6962         * src/common/quoted-printable.c
6963         * src/common/quoted-printable.h
6964         * src/common/session.c
6965         * src/common/session.h
6966         * src/common/smtp.c
6967         * src/common/smtp.h
6968         * src/common/socket.c
6969         * src/common/socket.h
6970         * src/common/ssl.c
6971         * src/common/ssl.h
6972         * src/common/ssl_certificate.c
6973         * src/common/ssl_certificate.h
6974         * src/common/stringtable.c
6975         * src/common/stringtable.h
6976         * src/common/sylpheed.c
6977         * src/common/sylpheed.h
6978         * src/common/template.c
6979         * src/common/template.h
6980         * src/common/timing.h
6981         * src/common/utils.c
6982         * src/common/utils.h
6983         * src/common/version.h.in
6984         * src/common/xml.c
6985         * src/common/xml.h
6986         * src/common/xmlprops.c
6987         * src/common/xmlprops.h
6988         * src/gtk/colorlabel.c
6989         * src/gtk/colorsel.c
6990         * src/gtk/colorsel.h
6991         * src/gtk/description_window.c
6992         * src/gtk/description_window.h
6993         * src/gtk/filesel.c
6994         * src/gtk/filesel.h
6995         * src/gtk/foldersort.c
6996         * src/gtk/foldersort.h
6997         * src/gtk/gtkutils.c
6998         * src/gtk/gtkutils.h
6999         * src/gtk/inputdialog.c
7000         * src/gtk/inputdialog.h
7001         * src/gtk/logwindow.c
7002         * src/gtk/logwindow.h
7003         * src/gtk/manage_window.c
7004         * src/gtk/manage_window.h
7005         * src/gtk/menu.c
7006         * src/gtk/menu.h
7007         * src/gtk/pluginwindow.c
7008         * src/gtk/pluginwindow.h
7009         * src/gtk/prefswindow.c
7010         * src/gtk/prefswindow.h
7011         * src/gtk/progressdialog.c
7012         * src/gtk/progressdialog.h
7013         * src/gtk/sslcertwindow.c
7014         * src/gtk/sslcertwindow.h
7015         * src/plugins/clamav/clamav_plugin.c
7016         * src/plugins/clamav/clamav_plugin.h
7017         * src/plugins/clamav/clamav_plugin_gtk.c
7018         * src/plugins/demo/demo.c
7019         * src/plugins/dillo_viewer/dillo_prefs.c
7020         * src/plugins/dillo_viewer/dillo_prefs.h
7021         * src/plugins/dillo_viewer/dillo_viewer.c
7022         * src/plugins/pgpcore/passphrase.c
7023         * src/plugins/pgpcore/passphrase.h
7024         * src/plugins/pgpcore/plugin.c
7025         * src/plugins/pgpcore/select-keys.c
7026         * src/plugins/pgpcore/select-keys.h
7027         * src/plugins/pgpcore/sgpgme.c
7028         * src/plugins/pgpcore/sgpgme.h
7029         * src/plugins/pgpinline/pgpinline.c
7030         * src/plugins/pgpinline/pgpinline.h
7031         * src/plugins/pgpinline/plugin.c
7032         * src/plugins/pgpmime/pgpmime.c
7033         * src/plugins/pgpmime/pgpmime.h
7034         * src/plugins/pgpmime/plugin.c
7035         * src/plugins/spamassassin/spamassassin.c
7036         * src/plugins/spamassassin/spamassassin.h
7037         * src/plugins/spamassassin/spamassassin_gtk.c
7038         * src/plugins/trayicon/trayicon.c
7039                 update copyright header
7040
7041 2006-01-13 [paul]       1.9.100cvs141
7042
7043         * src/account.c
7044         * src/export.c
7045         * src/import.c
7046         * src/mainwindow.c
7047         * src/prefs_account.c
7048         * src/prefs_display_header.c
7049         * src/prefs_receive.c
7050         * src/prefs_send.c
7051         * src/prefs_summaries.c
7052         * src/prefs_themes.c
7053         * src/prefs_toolbar.c
7054         * src/gtk/about.c
7055                 various cleanups
7056
7057 2006-01-12 [colin]      1.9.100cvs140
7058
7059         * src/folder.c
7060         * src/folder.h
7061         * src/main.c
7062                 Add --subscribe option
7063                 Let sylpheed-claws email@domain.com equivalent to --compose
7064                 Let sylpheed-claws proto://blah.com equivalent to --subscribe
7065
7066 2006-01-12 [paul]       1.9.100cvs139
7067
7068         * src/mainwindow.c
7069                 append 'Change folder order' label with '...'
7070         * src/prefs_actions.c
7071                 allow reordering of actions list by dnd
7072         * src/gtk/foldersort.c
7073                 make the dialog nicer
7074
7075 2006-01-11 [colin]      1.9.100cvs138
7076
7077         * src/compose.c
7078                 Allow templates without text
7079
7080 2006-01-11 [paul]       1.9.100cvs137
7081
7082         * tools/README
7083         * tools/filter_conv_new.pl
7084                 add info to README
7085                 also check .sylpheed for filter.xml
7086                 be a bit informative to the user
7087
7088 2006-01-11 [colin]      1.9.100cvs136
7089
7090         * src/textview.c
7091                 Fix bug #888 (2.0.0rc3 not displaying image in message view)
7092
7093 2006-01-10 [paul]       1.9.100cvs135
7094
7095         * tools/Makefile.am
7096         * tools/filter_conv_new.pl
7097                 add script to convert new style Sylpheed
7098                 filter rules (Sylpheed >= 0.9.99) to
7099                 Claws filtering rules
7100
7101 2006-01-10 [colin]      1.9.100cvs134
7102
7103         * src/compose.c
7104                 Fix broken line joins in certain conditions
7105                 (between two quoted lines: <enter><enter><up>
7106                  <type a wrapped sentence><go in the first line>
7107                  <insert more text><watch as line joining failed>)
7108
7109 2006-01-10 [paul]       1.9.100cvs133
7110
7111         * src/compose.c
7112                 don't report success in error dialog
7113                 thanks to Colin
7114         * src/common/utils.c
7115                 include some trailing punctuations as URI
7116                 thanks to Hiro
7117
7118 2006-01-10 [paul]       1.9.100cvs132
7119
7120         * src/mimeview.c
7121                 fix incompatible pointer type
7122                 warning
7123
7124 2006-01-10 [paul]       1.9.100cvs131
7125
7126         * src/compose.c
7127                 change Subject in window title
7128                 instantaneously
7129
7130 2006-01-09 [colin]      1.9.100cvs130
7131
7132         * src/addressbook.c
7133         * src/headerview.c
7134         * src/mainwindow.c
7135         * src/messageview.c
7136         * src/mimeview.c
7137         * src/noticeview.c
7138         * src/summaryview.c
7139                 Fix possible crashes on exit and in addressbook
7140
7141 2006-01-09 [paul]       1.9.100cvs129
7142
7143         * src/prefs_msg_colors.c
7144                 some cleanups that I forgot last time
7145
7146 2006-01-09 [paul]       1.9.100cvs128
7147
7148         * README
7149         * src/folderview.c
7150         * src/prefs_msg_colors.c
7151                 add previously hidden option, color_new, to
7152                 the gui
7153                 move the page to Display/
7154                 rework the gui
7155
7156 2006-01-09 [wwp]        1.9.100cvs127
7157
7158         * src/prefs_themes.c
7159                 made the prefs/display/themes layouts spacing less condensed
7160                 (and so they match other prefs/pages' look).
7161
7162 2006-01-09 [paul]       1.9.100cvs126
7163
7164         * src/compose.c
7165         * src/prefs_common.c
7166         * src/prefs_common.h
7167         * src/prefs_wrapping.c
7168                 remove 'wrap at send' option
7169
7170 2006-01-06 [colin]      1.9.100cvs125
7171
7172         * src/compose.c
7173                 Just make completely sure we don't insert "manual line breaks" 
7174                 when wrapping... 
7175
7176 2006-01-04 [paul]
7177
7178         * 2.0.0-rc3 released
7179
7180 2006-01-04 [paul]       1.9.100cvs124
7181
7182         * src/folderview.c
7183                 fix bug 882, 'quick scroll in folder list
7184                 displays wrong folder contents'
7185
7186 2006-01-04 [paul]       1.9.100cvs123
7187
7188         * src/plugins/pgpmime/pgpmime.c
7189                 better debug information when signing
7190                 Patch by Ivan F. Martinez <ivanfm@users.sourceforge.net>
7191
7192 2006-01-03 [colin]      1.9.100cvs122
7193
7194         * configure.ac
7195                 We need to recheck for gpgme 1.0.0 after checking
7196                 for 1.1.1, because if 1.1.1 isn't available, 
7197                 GPGME_LIBS and friends are blanked out by the 
7198                 second check.
7199
7200 2006-01-03 [colin]      1.9.100cvs121
7201
7202         * src/common/prefs.c
7203                 Windows unlink-before rename fix
7204         * src/plugins/pgpcore/sgpgme.c
7205                 Add support for PKA info if available
7206                 Both patches by Werner Koch
7207
7208 2006-01-03 [paul]       1.9.100cvs120
7209
7210         * src/messageview.c
7211                 fix bug 884, 'Send receipt' button visible in queue
7212                 Thanks to Colin
7213
7214 2006-01-02 [colin]      1.9.100cvs119
7215
7216         * src/compose.c
7217         * src/imap.c
7218                 Fix autosave on IMAP and more generally try to
7219                 return the correct ID on a newly added IMAP message
7220
7221 2006-01-02 [paul]       1.9.100cvs118
7222
7223         * manual/keyboard.xml
7224                 edited
7225
7226 2006-01-01 [paul]       1.9.100cvs117
7227
7228         * src/gtk/authors.h
7229                 alphabetical order
7230
7231 2005-12-30 [colin]      1.9.100cvs116
7232
7233         * manual/advanced.xml
7234                 Explain Pre/Post-processing differences.
7235
7236 2005-12-30 [colin]      1.9.100cvs115
7237
7238         * src/mh.c
7239                 Implement copy_msgs for a little optimization
7240         * src/imap.c
7241                 Finish yesterday's fix
7242
7243 2005-12-29 [colin]      1.9.100cvs114
7244
7245         * src/imap.c
7246                 Fix occasional failure in fetching a mail over
7247                 IMAP
7248
7249 2005-12-29 [colin]      1.9.100cvs113
7250
7251         * src/compose.c
7252                 Don't remove a draft when sending it, if it is 
7253                 locked.
7254
7255 2005-12-28 [colin]      1.9.100cvs112
7256
7257         * src/summaryview.c
7258                 Fix leak for real
7259
7260 2005-12-28 [wwp]        1.9.100cvs111
7261
7262         * doc/faq/.cvsignore
7263         * doc/faq/de/.cvsignore
7264         * doc/faq/en/.cvsignore
7265         * doc/faq/es/.cvsignore
7266         * doc/faq/fr/.cvsignore
7267         * doc/faq/it/.cvsignore
7268         * doc/manual/.cvsignore
7269         * doc/manual/de/.cvsignore
7270         * doc/manual/en/.cvsignore
7271         * doc/manual/es/.cvsignore
7272         * doc/manual/fr/.cvsignore
7273         * doc/manual/ja/.cvsignore
7274         * src/plugins/mathml_viewer/.cvsignore
7275                 rollback revival of those files (my bad, sorry for the noise).
7276
7277 2005-12-28 [wwp]        1.9.100cvs110
7278
7279         * src/compose.c
7280                 fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
7281
7282 2005-12-28 [wwp]        1.9.100cvs109
7283
7284         * doc/faq/.cvsignore
7285         * doc/faq/de/.cvsignore
7286         * doc/faq/en/.cvsignore
7287         * doc/faq/es/.cvsignore
7288         * doc/faq/fr/.cvsignore
7289         * doc/faq/it/.cvsignore
7290         * doc/manual/.cvsignore
7291         * doc/manual/de/.cvsignore
7292         * doc/manual/en/.cvsignore
7293         * doc/manual/es/.cvsignore
7294         * doc/manual/fr/.cvsignore
7295         * doc/manual/ja/.cvsignore
7296         * src/plugins/mathml_viewer/.cvsignore
7297         * po/.cvsignore
7298                 more files to ignore.
7299
7300 2005-12-24 [colin]      1.9.100cvs108
7301
7302         * AUTHORS
7303         * src/gtk/authors.h
7304                 Update for Werner
7305
7306 2005-12-24 [colin]      1.9.100cvs107
7307
7308         * src/procmsg.c
7309                 Allow NULL src_msginfo in 
7310                 procmsg_msginfo_new_from_mimeinfo
7311
7312 2005-12-23 [paul]       1.9.100cvs106
7313
7314         * src/plugins/pgpinline/mypgpcore.def
7315                 add this forgotten file
7316
7317 2005-12-23 [colin]      1.9.100cvs105
7318
7319         * src/mainwindow.c
7320                 Fix missing break
7321
7322 2005-12-23 [colin]      1.9.100cvs104
7323
7324         * autogen.sh
7325         * src/folder.c
7326         * src/mh.c
7327         * src/common/plugin.c
7328         * src/common/socket.c
7329         * src/common/socket.h
7330         * src/common/utils.c
7331         * src/common/utils.h
7332         * src/gtk/pluginwindow.c
7333         * src/plugins/pgpcore/plugin.def
7334         * src/plugins/pgpcore/sylpheed.def
7335         * src/plugins/pgpinline/Makefile.am
7336         * src/plugins/pgpinline/plugin.def
7337         * src/plugins/pgpinline/sylpheed.def
7338         * src/plugins/pgpmime/plugin.def
7339         * src/plugins/pgpmime/sylpheed.def
7340                 Various w32 fixes by Werner Koch
7341
7342 2005-12-22 [paul]       1.9.100cvs103
7343
7344         * src/wizard.c
7345                 don't offer IMAP as 'server type' if
7346                 libetpan isn't built in
7347
7348 2005-12-22 [paul]       1.9.100cvs102
7349
7350         * AUTHORS
7351         * src/mainwindow.c
7352         * src/mainwindow.h
7353         * src/toolbar.c
7354         * src/gtk/authors.h
7355                 support GTK_TOOLBAR_BOTH_HORIZ (text
7356                 next to icon) Patch by Marien Zwart
7357                 marienz@users.sf.net
7358                 Also reword the text
7359
7360 2005-12-21 [colin]      1.9.100cvs101
7361
7362         * configure.ac
7363                 Fix DATADIRNAME
7364         * COPYING
7365                 Fix missing section and explicit the exception better
7366         * src/compose.c
7367                 Prevent mail from being lost without notice when an
7368                 SMTP error happens on trying to send an unmodified
7369                 drafted mail.
7370         * src/send_message.c
7371         * src/common/smtp.c
7372                 Fix password remembering when wrong, and add return
7373                 value checks where they should have been
7374         * src/plugins/pgpcore/sylpheed.def
7375         * src/plugins/pgpinline/sylpheed.def
7376         * src/plugins/pgpmime/sylpheed.def
7377                 Add a few symbols needed
7378
7379 2005-12-21 [paul]       1.9.100cvs100
7380
7381         * m4/codeset.m4
7382         * m4/glibc21.m4
7383         * m4/intdiv0.m4
7384         * m4/inttypes-pri.m4
7385         * m4/inttypes.m4
7386         * m4/inttypes_h.m4
7387         * m4/isc-posix.m4
7388         * m4/lcmessage.m4
7389         * m4/stdint_h.m4
7390         * m4/uintmax_t.m4
7391                 gettextization
7392                 thanks to Colin
7393
7394 2005-12-21 [paul]       1.9.100cvs99
7395
7396         * po/sv.po
7397                 fixed by Colin
7398
7399 2005-12-20 [paul]       1.9.100cvs98
7400
7401         * po/sv.po
7402                 updated by Anders Trobäck
7403
7404 2005-12-20 [colin]      1.9.100cvs97
7405
7406         * ABOUT-NLS
7407         * Makefile.am
7408         * autogen.sh
7409         * configure.ac
7410         * config/config.rpath
7411         * config/mkinstalldirs
7412         * m4/Makefile.am
7413         * m4/glibc2.m4
7414         * m4/gnupg.m4
7415         * m4/gpgme.m4
7416         * m4/intmax.m4
7417         * m4/longdouble.m4
7418         * m4/longlong.m4
7419         * m4/printf-posix.m4
7420         * m4/signed.m4
7421         * m4/size_max.m4
7422         * m4/ulonglong.m4
7423         * m4/wchar_t.m4
7424         * m4/wint_t.m4
7425         * m4/xsize.m4
7426         * po/Makefile.in.in
7427         * po/Makevars
7428         * po/bg.po
7429         * po/ca.po
7430         * po/cs.po
7431         * po/de.po
7432         * po/el.po
7433         * po/en_GB.po
7434         * po/es.po
7435         * po/fi.po
7436         * po/fr.po
7437         * po/hr.po
7438         * po/hu.po
7439         * po/it.po
7440         * po/ja.po
7441         * po/ko.po
7442         * po/nb.po
7443         * po/nl.po
7444         * po/pl.po
7445         * po/pt_BR.po
7446         * po/ru.po
7447         * po/sk.po
7448         * po/sr.po
7449         * po/stamp-po
7450         * po/sv.po
7451         * po/zh_CN.po
7452         * po/zh_TW.po
7453         * src/Makefile.am
7454         * src/codeconv.c
7455         * src/compose.c
7456         * src/exporthtml.c
7457         * src/exportldif.c
7458         * src/folder.c
7459         * src/main.c
7460         * src/manual.c
7461         * src/mh.c
7462         * src/mimeview.c
7463         * src/send_message.c
7464         * src/common/Makefile.am
7465         * src/common/fnmatch.c
7466         * src/common/fnmatch.h
7467         * src/common/fnmatch_loop.c
7468         * src/common/nntp.c
7469         * src/common/plugin.c
7470         * src/common/smtp.c
7471         * src/common/socket.c
7472         * src/common/string_match.c
7473         * src/common/sylpheed.c
7474         * src/common/utils.c
7475         * src/common/utils.h
7476         * src/common/w32_dirent.c
7477         * src/common/w32_reg.c
7478         * src/common/w32_signal.c
7479         * src/common/w32_stat.c
7480         * src/common/w32_stdio.c
7481         * src/common/w32_stdlib.c
7482         * src/common/w32_string.c
7483         * src/common/w32_time.c
7484         * src/common/w32_unistd.c
7485         * src/common/w32_wait.c
7486         * src/common/w32lib.h
7487         * src/etpan/Makefile.am
7488         * src/gtk/Makefile.am
7489         * src/plugins/clamav/Makefile.am
7490         * src/plugins/demo/Makefile.am
7491         * src/plugins/dillo_viewer/Makefile.am
7492         * src/plugins/pgpcore/Makefile.am
7493         * src/plugins/pgpcore/passphrase.c
7494         * src/plugins/pgpcore/plugin.def
7495         * src/plugins/pgpcore/sgpgme.c
7496         * src/plugins/pgpcore/sylpheed.def
7497         * src/plugins/pgpcore/version.rc
7498         * src/plugins/pgpinline/Makefile.am
7499         * src/plugins/pgpinline/plugin.def
7500         * src/plugins/pgpinline/sylpheed.def
7501         * src/plugins/pgpinline/version.rc
7502         * src/plugins/pgpmime/Makefile.am
7503         * src/plugins/pgpmime/mypgpcore.def
7504         * src/plugins/pgpmime/plugin.def
7505         * src/plugins/pgpmime/sylpheed.def
7506         * src/plugins/pgpmime/version.rc
7507         * src/plugins/spamassassin/Makefile.am
7508                 Very little ;-) patch from Werner Koch, providing
7509                 infrastructure for cross-compiling to Win32
7510
7511 2005-12-20 [paul]       1.9.100cvs96
7512
7513         * src/account.c
7514         * src/account.h
7515         * src/mainwindow.c
7516         * src/mainwindow.h
7517         * src/toolbar.c
7518         * src/toolbar.h
7519                 add a combo to the Get All button, allowing
7520                 quick retrieval from any account
7521                 Patch by Fabien Vantard, slightly modified
7522                 by Colin
7523         * src/gtk/about.c
7524                 i18n fix. Patch by Fabien Vantard
7525
7526 2005-12-19 [colin]      1.9.100cvs95
7527
7528         * src/compose.c
7529         * src/compose.h
7530                 Don't automatically join lines when they've 
7531                 been separated by the user and not automatically
7532
7533 2005-12-19 [paul]       1.9.100cvs94
7534
7535         * src/gtk/pluginwindow.c
7536                 i18n fix.
7537                 Patch by Fabien Vantard
7538
7539 2005-12-15 [paul]       1.9.100cvs93
7540
7541         * src/common/plugin.c
7542         * src/common/plugin.h
7543         * src/gtk/pluginwindow.c
7544         * src/plugins/clamav/clamav_plugin.c
7545         * src/plugins/demo/demo.c
7546         * src/plugins/dillo_viewer/dillo_viewer.c
7547         * src/plugins/pgpcore/plugin.c
7548         * src/plugins/pgpinline/plugin.c
7549         * src/plugins/pgpmime/plugin.c
7550         * src/plugins/spamassassin/spamassassin.c
7551         * src/plugins/trayicon/trayicon.c
7552                 add plugin_version()
7553
7554 2005-12-15 [colin]      1.9.100cvs92
7555
7556         * src/compose.c
7557                 Further fix bug #875
7558
7559 2005-12-15 [paul]       1.9.100cvs91
7560
7561         * src/gtk/filesel.c
7562                 fix attach_load_dir getting set to
7563                 PLUGINDIR on plugin load
7564
7565 2005-12-14 [mones]      1.9.100cvs90
7566
7567         * manual/ack.xml
7568         * manual/keyboard.xml
7569                 Initial draft and some shortcuts added
7570                 
7571         * po/es.po
7572                 Updated translation
7573
7574 2005-12-14 [colin]      1.9.100cvs89
7575
7576         * src/compose.c
7577         * src/imap.c
7578         * src/summaryview.c
7579         * src/gtk/gtkaspell.c
7580                 More leaks fixed
7581         * src/prefs_folder_item.c
7582                 Fix recursive prefs apply
7583
7584
7585 2005-12-14 [colin]      1.9.100cvs88
7586
7587         * src/compose.c
7588                 Fix bug #875 (Freeze On Inline Forward of 
7589                 Large Message)
7590
7591 2005-12-13 [colin]      1.9.100cvs87
7592
7593         * src/compose.c
7594                 Uniq-ify and sort the mimetypes list
7595                 Patch by Fabien Vantard
7596
7597 2005-12-13 [colin]      1.9.100cvs86
7598
7599         * src/imap.c
7600         * src/etpan/imap-thread.c
7601                 Fix leaks (patch by Hoa)
7602         * src/news.c
7603         * src/common/plugin.c
7604                 Fix leaks
7605
7606 2005-12-12 [colin]
7607
7608         * 2.0.0-rc2 released
7609
7610 2005-12-12 [colin]      1.9.100cvs85
7611
7612         * src/matcher.c
7613                 Fix a leak
7614
7615 2005-12-12 [wwp]        1.9.100cvs84
7616
7617         * src/gtk/icon_legend.c
7618                 fix misbehaviour and crash when closing the legend window
7619         using the Esc key (patch by Fabien Vantard).
7620
7621 2005-12-12 [paul]       1.9.100cvs83
7622
7623         * src/browseldap.c
7624         * src/foldersel.c
7625         * src/prefs_actions.c
7626         * src/prefs_filtering.c
7627         * src/prefs_matcher.c
7628         * src/prefs_spelling.glade      ** REMOVED **
7629         * src/prefs_template.c
7630         * src/gtk/foldersort.glade      ** REMOVED **
7631         * src/gtk/pluginwindow.c
7632         * src/gtk/pluginwindow.glade    ** REMOVED **
7633         * src/plugins/spamassassin/spamassassin_gtk.glade       ** REMOVED **
7634                 cleanups
7635
7636 2005-12-11 [paul]       1.9.100cvs82
7637
7638         * src/gtk/filesel.c
7639                 fix attach_load_dir crasher (double free)
7640
7641 2005-12-09 [paul]       1.9.100cvs81
7642
7643         * po/POTFILES.in
7644         * src/mainwindow.c
7645         * src/gtk/Makefile.am
7646         * src/gtk/icon_legend.c
7647         * src/gtk/icon_legend.h
7648                 add icon legend
7649         * src/manual.c
7650                 cleanup
7651
7652 2005-12-09 [paul]       1.9.100cvs80
7653
7654         * src/plugins/pgpcore/passphrase.c
7655                 wrap the label in the dialog
7656
7657 2005-12-09 [colin]      1.9.100cvs79
7658
7659         * src/plugins/pgpcore/sgpgme.c
7660                 Display (untrusted) on not trusted signatures
7661                 Patch by Michal Èihaø <michal@cihar.com>
7662                 Closes bug #867 (Report also key trust)
7663
7664 2005-12-09 [colin]      1.9.100cvs78
7665
7666         * src/common/plugin.c
7667                 Update licence check, following Eben Moglen's advice
7668
7669 2005-12-08 [colin]      1.9.100cvs77
7670
7671         * src/folder.c
7672                 Fix the occasionnal item->cache != NULL 
7673                 assertion failure. 
7674
7675 2005-12-08 [colin]      1.9.100cvs76
7676
7677         * src/mimeview.c
7678         * src/plugins/pgpcore/sgpgme.c
7679                 Print key id when unable to check it
7680                 Closes bug #866 (Show key id when missing)
7681
7682 2005-12-08 [paul]       1.9.100cvs75
7683
7684         * src/prefs_common.c
7685         * src/prefs_common.h
7686         * src/gtk/filesel.c
7687                 remember load attachment dir
7688
7689 2005-12-07 [colin]      1.9.100cvs74
7690
7691         * src/prefs_toolbar.c
7692                 Gtk fixes, patch by Fabien Vantard
7693
7694 2005-12-07 [colin]      1.9.100cvs73
7695
7696         * src/action.c
7697         * src/compose.c
7698         * src/compose.h
7699                 Fix bug #839 (Quoted text isn't colored after 
7700                 executing an action)
7701         * src/common/plugin.c
7702                 Require plugins to declare their licence in plugin_licence()
7703                 Refuse to load non-GPL plugins as they'd be illegal (as 
7704                 derived works of Sylpheed-Claws, they must be GPL).
7705         * src/plugins/clamav/clamav_plugin.c
7706         * src/plugins/demo/demo.c
7707         * src/plugins/dillo_viewer/dillo_viewer.c
7708         * src/plugins/pgpcore/plugin.c
7709         * src/plugins/pgpinline/plugin.c
7710         * src/plugins/pgpmime/plugin.c
7711         * src/plugins/spamassassin/spamassassin.c
7712         * src/plugins/trayicon/trayicon.c
7713                 Add plugin_licence()
7714
7715 2005-12-07 [paul]       1.9.100cvs72
7716
7717         * configure.ac
7718         * src/mainwindow.c
7719         * src/manual.c
7720         * src/manual.h
7721         * src/common/defs.h
7722                 clean up after local FAQ removal and
7723                 temporary manual removal
7724
7725 2005-12-06 [colin]      1.9.100cvs71
7726
7727         * configure.ac
7728         * doc/Makefile.am
7729         * doc/faq/.cvsignore
7730         * doc/faq/Makefile.am
7731         * doc/faq/de/.cvsignore
7732         * doc/faq/de/Makefile.am
7733         * doc/faq/de/sylpheed-faq-1.html
7734         * doc/faq/de/sylpheed-faq-2.html
7735         * doc/faq/de/sylpheed-faq-3.html
7736         * doc/faq/de/sylpheed-faq.html
7737         * doc/faq/en/.cvsignore
7738         * doc/faq/en/Makefile.am
7739         * doc/faq/en/sylpheed-faq-1.html
7740         * doc/faq/en/sylpheed-faq-2.html
7741         * doc/faq/en/sylpheed-faq-3.html
7742         * doc/faq/en/sylpheed-faq-4.html
7743         * doc/faq/en/sylpheed-faq.html
7744         * doc/faq/es/.cvsignore
7745         * doc/faq/es/Makefile.am
7746         * doc/faq/es/sylpheed-faq-1.html
7747         * doc/faq/es/sylpheed-faq-2.html
7748         * doc/faq/es/sylpheed-faq-3.html
7749         * doc/faq/es/sylpheed-faq-4.html
7750         * doc/faq/es/sylpheed-faq.html
7751         * doc/faq/fr/.cvsignore
7752         * doc/faq/fr/Makefile.am
7753         * doc/faq/fr/sylpheed-faq-1.html
7754         * doc/faq/fr/sylpheed-faq-2.html
7755         * doc/faq/fr/sylpheed-faq-3.html
7756         * doc/faq/fr/sylpheed-faq.html
7757         * doc/faq/it/.cvsignore
7758         * doc/faq/it/Makefile.am
7759         * doc/faq/it/sylpheed-faq-1.html
7760         * doc/faq/it/sylpheed-faq-2.html
7761         * doc/faq/it/sylpheed-faq-3.html
7762         * doc/faq/it/sylpheed-faq.html
7763         * doc/manual/.cvsignore
7764         * doc/manual/Makefile.am
7765         * doc/manual/de/.cvsignore
7766         * doc/manual/de/Makefile.am
7767         * doc/manual/de/sylpheed-1.html
7768         * doc/manual/de/sylpheed-10.html
7769         * doc/manual/de/sylpheed-11.html
7770         * doc/manual/de/sylpheed-12.html
7771         * doc/manual/de/sylpheed-13.html
7772         * doc/manual/de/sylpheed-14.html
7773         * doc/manual/de/sylpheed-15.html
7774         * doc/manual/de/sylpheed-16.html
7775         * doc/manual/de/sylpheed-17.html
7776         * doc/manual/de/sylpheed-18.html
7777         * doc/manual/de/sylpheed-19.html
7778         * doc/manual/de/sylpheed-2.html
7779         * doc/manual/de/sylpheed-20.html
7780         * doc/manual/de/sylpheed-3.html
7781         * doc/manual/de/sylpheed-4.html
7782         * doc/manual/de/sylpheed-5.html
7783         * doc/manual/de/sylpheed-6.html
7784         * doc/manual/de/sylpheed-7.html
7785         * doc/manual/de/sylpheed-8.html
7786         * doc/manual/de/sylpheed-9.html
7787         * doc/manual/de/sylpheed.html
7788         * doc/manual/en/.cvsignore
7789         * doc/manual/en/Makefile.am
7790         * doc/manual/en/sylpheed-1.html
7791         * doc/manual/en/sylpheed-10.html
7792         * doc/manual/en/sylpheed-11.html
7793         * doc/manual/en/sylpheed-12.html
7794         * doc/manual/en/sylpheed-13.html
7795         * doc/manual/en/sylpheed-14.html
7796         * doc/manual/en/sylpheed-15.html
7797         * doc/manual/en/sylpheed-16.html
7798         * doc/manual/en/sylpheed-17.html
7799         * doc/manual/en/sylpheed-18.html
7800         * doc/manual/en/sylpheed-19.html
7801         * doc/manual/en/sylpheed-2.html
7802         * doc/manual/en/sylpheed-20.html
7803         * doc/manual/en/sylpheed-21.html
7804         * doc/manual/en/sylpheed-22.html
7805         * doc/manual/en/sylpheed-3.html
7806         * doc/manual/en/sylpheed-4.html
7807         * doc/manual/en/sylpheed-5.html
7808         * doc/manual/en/sylpheed-6.html
7809         * doc/manual/en/sylpheed-7.html
7810         * doc/manual/en/sylpheed-8.html
7811         * doc/manual/en/sylpheed-9.html
7812         * doc/manual/en/sylpheed.html
7813         * doc/manual/es/.cvsignore
7814         * doc/manual/es/Makefile.am
7815         * doc/manual/es/sylpheed-1.html
7816         * doc/manual/es/sylpheed-10.html
7817         * doc/manual/es/sylpheed-11.html
7818         * doc/manual/es/sylpheed-12.html
7819         * doc/manual/es/sylpheed-13.html
7820         * doc/manual/es/sylpheed-14.html
7821         * doc/manual/es/sylpheed-15.html
7822         * doc/manual/es/sylpheed-16.html
7823         * doc/manual/es/sylpheed-17.html
7824         * doc/manual/es/sylpheed-18.html
7825         * doc/manual/es/sylpheed-19.html
7826         * doc/manual/es/sylpheed-2.html
7827         * doc/manual/es/sylpheed-20.html
7828         * doc/manual/es/sylpheed-3.html
7829         * doc/manual/es/sylpheed-4.html
7830         * doc/manual/es/sylpheed-5.html
7831         * doc/manual/es/sylpheed-6.html
7832         * doc/manual/es/sylpheed-7.html
7833         * doc/manual/es/sylpheed-8.html
7834         * doc/manual/es/sylpheed-9.html
7835         * doc/manual/es/sylpheed.html
7836         * doc/manual/fr/.cvsignore
7837         * doc/manual/fr/Makefile.am
7838         * doc/manual/fr/sylpheed-1.html
7839         * doc/manual/fr/sylpheed-10.html
7840         * doc/manual/fr/sylpheed-11.html
7841         * doc/manual/fr/sylpheed-12.html
7842         * doc/manual/fr/sylpheed-13.html
7843         * doc/manual/fr/sylpheed-14.html
7844         * doc/manual/fr/sylpheed-15.html
7845         * doc/manual/fr/sylpheed-16.html
7846         * doc/manual/fr/sylpheed-17.html
7847         * doc/manual/fr/sylpheed-18.html
7848         * doc/manual/fr/sylpheed-19.html
7849         * doc/manual/fr/sylpheed-2.html
7850         * doc/manual/fr/sylpheed-20.html
7851         * doc/manual/fr/sylpheed-3.html
7852         * doc/manual/fr/sylpheed-4.html
7853         * doc/manual/fr/sylpheed-5.html
7854         * doc/manual/fr/sylpheed-6.html
7855         * doc/manual/fr/sylpheed-7.html
7856         * doc/manual/fr/sylpheed-8.html
7857         * doc/manual/fr/sylpheed-9.html
7858         * doc/manual/fr/sylpheed.html
7859         * doc/manual/ja/.cvsignore
7860         * doc/manual/ja/Makefile.am
7861         * doc/manual/ja/sylpheed-1.html
7862         * doc/manual/ja/sylpheed-10.html
7863         * doc/manual/ja/sylpheed-11.html
7864         * doc/manual/ja/sylpheed-12.html
7865         * doc/manual/ja/sylpheed-13.html
7866         * doc/manual/ja/sylpheed-14.html
7867         * doc/manual/ja/sylpheed-15.html
7868         * doc/manual/ja/sylpheed-16.html
7869         * doc/manual/ja/sylpheed-17.html
7870         * doc/manual/ja/sylpheed-18.html
7871         * doc/manual/ja/sylpheed-19.html
7872         * doc/manual/ja/sylpheed-2.html
7873         * doc/manual/ja/sylpheed-20.html
7874         * doc/manual/ja/sylpheed-3.html
7875         * doc/manual/ja/sylpheed-4.html
7876         * doc/manual/ja/sylpheed-5.html
7877         * doc/manual/ja/sylpheed-6.html
7878         * doc/manual/ja/sylpheed-7.html
7879         * doc/manual/ja/sylpheed-8.html
7880         * doc/manual/ja/sylpheed-9.html
7881         * doc/manual/ja/sylpheed.html
7882         * doc/manual/ja/sylpheed.sgml
7883         * src/mainwindow.c
7884                 Remove outdated manual and faq. Noisy, eh?
7885
7886 2005-12-06 [colin]      1.9.100cvs70
7887
7888         * src/compose.c
7889         * src/quote_fmt_parse.y
7890         * src/undo.c
7891         * src/undo.h
7892                 Allow %X to position cursor at 0 
7893                 (no %X = before signature)
7894                 Fix paste as quotation putting the cursor at 0
7895                 Fix undo offsets when pasting
7896                 Insert the quote_fmt at once instead of line 
7897                 by line
7898                 Fix [Edited] when starting to reply/forward
7899
7900 2005-12-06 [paul]       1.9.100cvs69
7901
7902         * src/plugins/clamav/clamav_plugin_gtk.c
7903                 add another tooltip
7904         * src/plugins/spamassassin/spamassassin_gtk.c
7905                 rework spamassassin_create_widget_func()
7906
7907 2005-12-05 [colin]      1.9.100cvs68
7908
7909         * po/POTFILES.in
7910                 Fix make release ;-)
7911
7912 2005-12-05 [colin]      1.9.100cvs67
7913
7914         * src/compose.c
7915         * src/compose.h
7916                 Fix cursor positioning (not obeying %X)
7917
7918 2005-12-05 [paul]       1.9.100cvs66
7919
7920         * src/plugins/dillo_viewer/dillo_prefs.c
7921                 fix compilation warning
7922
7923 2005-12-05 [paul]       1.9.100cvs65
7924
7925         * src/prefs_spelling.c
7926         * src/plugins/trayicon/trayicon.c
7927                 cleanups - remove unused stuff
7928
7929 2005-12-05 [paul]       1.9.100cvs64
7930
7931         * README
7932         * manual/plugins.xml
7933                 remove info about removed mathml_viewer plugin
7934
7935 2005-12-05 [paul]       1.9.100cvs63
7936
7937         * configure.ac
7938         * src/plugins/Makefile.am
7939         * src/plugins/mathml_viewer/.cvsignore
7940         * src/plugins/mathml_viewer/Makefile.am
7941         * src/plugins/mathml_viewer/mathml_viewer.c
7942                 remove unmaintained mathml_viewer plugin
7943
7944 2005-12-05 [paul]       1.9.100cvs62
7945
7946         * src/summaryview.c
7947                 obey prefs_common.always_show_msg when
7948                 moving a msg
7949                 Thanks to Colin
7950
7951 2005-12-05 [paul]       1.9.100cvs61
7952
7953         * src/compose.c
7954         * src/prefs_account.c
7955         * src/prefs_filtering.c
7956         * src/prefs_quote.c
7957         * src/prefs_spelling.c
7958         * src/prefs_toolbar.c
7959         * src/summaryview.c
7960         * src/gtk/gtkutils.c
7961         * src/gtk/quicksearch.c
7962         * src/plugins/dillo_viewer/dillo_prefs.c
7963                 dialog cleanups
7964
7965 2005-12-04 [paul]       1.9.100cvs60
7966
7967         * src/inc.c
7968         * src/prefs_account.c
7969         * src/prefs_account.h
7970                 allow a Local account to specify a
7971                 default inbox
7972                 (closes bug 843 'Inbox cannot be changed for local
7973                  mailboxes')
7974
7975 2005-12-04 [colin]      1.9.100cvs59
7976
7977         * src/plugins/trayicon/trayicon.c
7978                 Remove Get, rename Get All to Get Mail in order to
7979                 be consistent with the default main toolbar
7980
7981 2005-12-03 [colin]      1.9.100cvs58
7982
7983         * manual/gpl.xml
7984         * manual/sylpheed-claws-manual.xml
7985                 Add GPL appendix
7986
7987 2005-12-03 [paul]       1.9.100cvs57
7988
7989         * AUTHORS
7990         * po/sv.po
7991         * src/gtk/authors.h
7992                 new (partially complete) Swedish translation
7993                 by Anders Troback <sylpheed@troback.com>
7994
7995 2005-12-02 [paul]       1.9.100cvs56
7996
7997         * configure.ac
7998                 libetpan 0.41 required
7999
8000 2005-12-02 [paul]       1.9.100cvs55
8001
8002         * src/plugins/clamav/clamav_plugin.c
8003         * src/plugins/clamav/clamav_plugin.h
8004         * src/plugins/clamav/clamav_plugin_gtk.c
8005         * src/plugins/spamassassin/spamassassin.c
8006         * src/plugins/spamassassin/spamassassin.h
8007         * src/plugins/spamassassin/spamassassin_gtk.c
8008                 unregister prefs pages on unloading, thus
8009                 preventing a crash
8010                 (thanks to Colin for the hint)
8011
8012 2005-12-02 [wwp]        1.9.100cvs54
8013
8014         * src/quote_fmt.h
8015         * src/quote_fmt_parse.y
8016                 fix misuse of gboolean*, use gboolean instead
8017                 (thanks to Paul, Colin, for pointing out that scaring one)
8018
8019 2005-12-02 [paul]       1.9.100cvs53
8020
8021         * src/plugins/clamav/clamav_plugin.c
8022                 int no --> unsigned int no
8023         * src/plugins/clamav/clamav_plugin_gtk.c
8024                 rework config page
8025
8026 2005-12-02 [wwp]        1.9.100cvs52
8027
8028         * src/compose.c
8029         * src/prefs_template.c
8030         * src/quote_fmt.h
8031         * src/quote_fmt_parse.y
8032                 prevent from executing |f and |p templates commands when
8033                 adding or replacing templates in prefs (avoids annoying and
8034                 potentially dangerous behaviours)
8035
8036 2005-12-02 [paul]       1.9.100cvs51
8037
8038         * src/prefs_common.c
8039                 allow translation of some default values
8040                 Patch by Fabien Vantard
8041
8042 2005-12-02 [paul]       1.9.100cvs50
8043
8044         * src/codeconv.c
8045         * src/codeconv.h
8046         * src/prefs_common.c
8047         * src/prefs_common.h
8048         * src/prefs_message.c
8049         * src/textview.c
8050                 remove obsolete 'convert_mb_alnum' option
8051                 and related stuff
8052         * src/gtk/about.c
8053                 remove unused 'about_textview_visibility_notify'
8054
8055 2005-12-02 [paul]       1.9.100cvs49
8056
8057         * src/prefs_account.c
8058         * src/prefs_compose_writing.c
8059         * src/prefs_fonts.c
8060         * src/prefs_gtk.h
8061         * src/prefs_image_viewer.c
8062         * src/prefs_message.c
8063         * src/prefs_other.c
8064         * src/prefs_receive.c
8065         * src/prefs_send.c
8066         * src/prefs_spelling.c
8067         * src/prefs_summaries.c
8068         * src/prefs_wrapping.c
8069         * src/plugins/dillo_viewer/dillo_prefs.c
8070         * src/plugins/pgpcore/prefs_gpg.c
8071                 several cleanups to the prefs dialogs
8072                 (slightly modified) patch by Fabien Vantard
8073
8074 2005-12-02 [paul]       1.9.100cvs48
8075
8076         * src/main.c
8077                 --exit means exit
8078         * src/send_message.c
8079                 fix crash on send when connection fails
8080
8081         Thanks to Colin
8082
8083 2005-12-01 [colin]      1.9.100cvs47
8084
8085         * src/html.c
8086                 Translate &hellip; to "..."
8087
8088 2005-11-30 [colin]      1.9.100cvs46
8089
8090         * src/matcher.c
8091         * src/matcher.h
8092                 Optimize back yesterday's fix.
8093
8094 2005-11-30 [paul]       1.9.100cvs45
8095
8096         * manual/faq.xml
8097                 standardised
8098         * manual/intro.xml
8099                 written by Colin, edited by me
8100
8101 2005-11-29 [colin]      1.9.100cvs44
8102
8103         * src/matcher.c
8104                 Skip headers unconditionnaly in match_body if the
8105                 rule is not message or ~message
8106
8107 2005-11-29 [colin]      1.9.100cvs43
8108
8109         * src/matcher.c
8110                 Fix body_part and such, not skipping headers 
8111                 if the matchcriteria wasn't the first in the rule
8112
8113 2005-11-29 [colin]      1.9.100cvs42
8114
8115         * src/compose.c
8116                 Add Windows-1252 (Closes bug #863, windows-1252 encoding 
8117                 option missing from message view window)
8118                 Fix double text D'n'D with gtk-2.8
8119         * src/matcher.c
8120                 Fix ~message, ~headers_part, ~body_part rules
8121         * src/messageview.c
8122                 Add Windows-1252 (Closes bug #863)
8123                 Fix accels
8124         * src/gtk/gtkaspell.c
8125                 Properly destroy accels in all menus
8126
8127 2005-11-29 [mones]      1.9.100cvs41
8128
8129         * po/es.po
8130                 Updated.
8131
8132 2005-11-27 [colin]      1.9.100cvs40
8133
8134         * src/mh_gtk.c
8135                 "/Remove mailbox" -> "/Remove mailbox..."
8136
8137 2005-11-27 [paul]       1.9.100cvs39
8138
8139         * AUTHORS
8140         * po/de.po
8141         * src/gtk/authors.h
8142                 updated by new maintainer, Stephan Sachse
8143
8144 2005-11-27 [paul]       1.9.100cvs38
8145
8146         * manual/faq.xml
8147                 written by Colin, edited by me
8148
8149 2005-11-27 [paul]       1.9.100cvs37
8150
8151         * src/prefs_common.c
8152         * src/prefs_common.h
8153         * src/prefs_receive.c
8154         * src/prefs_summaries.c
8155                 move 'go to inbox after receiving new mail'
8156                 option from display/sumamaries to mail
8157                 handling/receive, and rework prefs_summaries
8158                 dialog a little
8159
8160 2005-11-25 [martin]     1.9.100cvs36
8161
8162         * po/de.po
8163             fixed windows-1252 translation;
8164             translated some new and fuzzy strings
8165
8166 2005-11-25 [paul]       1.9.100cvs35
8167
8168         * src/plugins/clamav/clamav_plugin.c
8169                 complete the update done in cvs34
8170
8171 2005-11-25 [paul]       1.9.100cvs34
8172
8173         * src/plugins/clamav/clamav_plugin.c
8174                 reflect upstream changes
8175
8176 2005-11-25 [paul]       1.9.100cvs33
8177
8178         * manual/ack.xml
8179         * manual/plugins.xml
8180         * manual/sylpheed-claws-manual.xml
8181                 written/updated by Colin, edited by me
8182         * tools/acroread2sylpheed.pl
8183                 update binary name
8184
8185 2005-11-24 [colin]      1.9.100cvs32
8186
8187         * src/compose.c
8188                 Fix bug #856 (reediting messages forgets Request
8189                 Return Receipt)
8190
8191 2005-11-24 [paul]       1.9.100cvs31
8192
8193         * manual/addrbook.xml
8194         * manual/starting.xml
8195                 written by Colin, proofread, edited, adapted by me
8196         * manual/advanced.xml
8197                 add some Actions examples
8198         * src/importldif.c
8199                 use a Save button instead of a Close button
8200         * src/wizard.c
8201                 indicate mandatory fields
8202                 fix page display
8203                 Thanks to Colin
8204
8205 2005-11-23 [colin]      1.9.100cvs30
8206
8207         * src/addressbook.c
8208                 Rename menu item, fix possible crash after
8209                 deletion of books
8210         * src/addrindex.c
8211                 Allow searching for '*' in ldap
8212         * src/browseldap.c
8213                 Fix "Browse Entry" (did anyone use it?)
8214         * src/wizard.c
8215                 Add guards for mandatory information
8216
8217 2005-11-23 [paul]       1.9.100cvs29
8218
8219         * manual/advanced.xml
8220                 corrections to the English
8221
8222 2005-11-23 [colin]      1.9.100cvs28
8223
8224         * src/mimeview.c
8225                 Fix possible crash at exit. After the call to
8226                 gtk_container_remove(), the Viewer's widget has no
8227                 more parent so gtk+ automatically frees it and its
8228                 sons. If destroy_viewer() then try to access it,
8229                 problems ensue.
8230
8231 2005-11-22 [colin]      1.9.100cvs27
8232
8233         * src/compose.c
8234         * src/gtk/gtkaspell.c
8235                 Fix right-clicking on a misspelled word
8236                 Fix More... in suggestions menu
8237
8238 2005-11-22 [wwp]        1.9.100cvs26
8239
8240         * src/prefs_template.c
8241                 templates works: re-sort templates list when adding or replacing,
8242                 prevent from adding or replacing when the template name is empty
8243
8244 2005-11-21 [colin]      1.9.100cvs25
8245
8246         * src/addressbook.c
8247                 Fix some addressbook suckage (dnd, select all)
8248         * src/compose.c
8249         * src/gtk/gtkaspell.c
8250         * src/gtk/gtkaspell.h
8251                 Make the spellchecker menu work with the 
8252                 GtkTextView one instead of overriding it
8253
8254 2005-11-20 [paul]       1.9.100cvs24
8255
8256         * manual/handling.xml
8257                 proofread and corrected
8258
8259 2005-11-20 [paul]       1.9.100cvs23
8260
8261         * manual/Makefile
8262                 generate html as one file
8263         * manual/advanced.xml
8264                 fix output generation
8265                 reformat hidden options list
8266         * manual/manual.xml     ** REMOVED **
8267         * manual/sylpheed-claws-manual.xml      ** ADDED **
8268                 renamed
8269
8270 2005-11-18 [colin]      1.9.100cvs22
8271
8272         * src/prefs_account.c
8273                 Fix layout in news and mbox accounts
8274         * manual/account.xml
8275         * manual/advanced.xml
8276                 New contents for Paul to check :)
8277
8278 2005-11-18 [wwp]        1.9.100cvs21
8279
8280         * src/gtk/quicksearch.c
8281                 don't update extended quicksearch buttons twice
8282
8283 2005-11-18 [paul]       1.9.100cvs20
8284
8285         * src/textview.c
8286                 complete 1.9.100cvs19
8287
8288 2005-11-18 [paul]       1.9.100cvs19
8289
8290         * src/compose.c
8291                 cosmetic improvements
8292         * src/textview.c
8293                 also list text/* attachments
8294
8295 2005-11-18 [colin]      1.9.100cvs18
8296
8297         * src/summaryview.c
8298                 Use column 0 instead of -1 in 
8299                 gtk_ctree_node_moveto, in a naive
8300                 hope it'll fix the gtk-related crashes
8301
8302 2005-11-18 [colin]      1.9.100cvs17
8303
8304         * src/gtk/inputdialog.c
8305                 Fix icon staying the first one
8306
8307 2005-11-17 [wwp]        1.9.100cvs16
8308                 fix possible problem showing some quicksearch buttons, and a bad
8309                 call to g_return_if_fail in a function that returns a value (both
8310                 fixes by Fabien Vantard)
8311
8312 2005-11-15 [wwp]        1.9.100cvs15
8313
8314         * src/gtk/quicksearch.c
8315                 added a tooltip to that obscure ... quicksearch button
8316
8317 2005-11-15 [wwp]        1.9.100cvs14
8318
8319         * src/gtk/quicksearch.c
8320                 add a quicksearch helper to filtering expression users: the ... button
8321                 raises the condition expr window. condition expressions set up w/ this
8322                 window are used by the quicksearch if the user closes it pressing OK.
8323
8324 2005-11-14 [paul]       1.9.100cvs13
8325
8326         * src/plugins/clamav/clamav_plugin.c
8327         * src/plugins/spamassassin/spamassassin.c
8328                 change plugin type following recent merging
8329
8330 2005-11-14 [wwp]        1.9.100cvs12
8331
8332         * src/folder.c
8333                 prevent from crashing when copying/moving message(s) from and
8334                 to the same folder
8335
8336 2005-11-14 [paul]       1.9.100cvs11
8337
8338         * src/plugins/clamav/Makefile.am
8339         * src/plugins/clamav/clamav_plugin.c
8340         * src/plugins/clamav/clamav_plugin.h
8341         * src/plugins/clamav/clamav_plugin_gtk.c
8342                 also merge clamav and clamav_gtk plugins
8343
8344 2005-11-13 [colin]      1.9.100cvs10
8345
8346         * configure.ac
8347         * src/plugins/spamassassin/Makefile.am
8348         * src/plugins/spamassassin/spamassassin.c
8349         * src/plugins/spamassassin/spamassassin.h
8350         * src/plugins/spamassassin/spamassassin_gtk.c
8351                 Merge spamassassin and spamassassin_gtk plugins,
8352                 and build it by default.
8353
8354 2005-11-12 [colin]      1.9.100cvs9
8355
8356         * src/etpan/imap-thread.c
8357                 Fix gcc warning
8358
8359 2005-11-12 [colin]      1.9.100cvs8
8360
8361         * src/procmime.c
8362                 Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
8363
8364 2005-11-10 [colin]      1.9.100cvs7
8365
8366         * src/main.c
8367                 Fix bug #845 (sylpheed-claws 1.9.99+ start in 
8368                 minimised state)
8369
8370 2005-11-10 [wwp]        1.9.100cvs6
8371
8372         * src/gtk/description_window.c
8373                 fix a crash when closing description windows using the WM's [X] button
8374
8375 2005-11-09 [colin]      1.9.100cvs5
8376
8377         * src/common/ssl.c
8378                 Update libetpan call to follow upstream
8379                 (yes, this requires libetpan-0.40cvs3)
8380
8381 2005-11-08 [colin]      1.9.100cvs4
8382
8383         * src/compose.c
8384         * src/textview.c
8385         * src/common/utils.c
8386         * src/common/utils.h
8387                 Enhance the email parser
8388
8389 2005-11-08 [colin]      1.9.100cvs3
8390
8391         * src/procmime.c
8392                 Fix what looks like an off-by-one (fixes 
8393                 attachments from the Bat)
8394
8395 2005-11-08 [wwp]        1.9.100cvs2
8396
8397         * src/main.c
8398                 renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
8399
8400 2005-11-08 [wwp]        1.9.100cvs1
8401
8402         * src/main.c
8403                 allow exiting Sylpheed-Claws from command-line
8404
8405 2005-11-08 [paul]       1.9.100
8406
8407         1.9.100 released
8408
8409 2005-11-07 [colin]      1.9.99cvs17
8410
8411         * src/addritem.c
8412         * src/ldif.c
8413                 Fix import of base-64 encoded items
8414
8415 2005-11-07 [colin]      1.9.99cvs16
8416
8417         * src/send_message.c
8418                 Fix bug #314 (Queue does not empty under certain 
8419                 circumstances)
8420
8421 2005-11-07 [paul]       1.9.99cvs15
8422
8423         * src/mutt.c
8424         * src/pine.c
8425                 fix buffer overflows
8426                 Thanks to Colin
8427
8428 2005-11-07 [paul]       1.9.99cvs14
8429
8430         * doc/man/Makefile.am
8431         * doc/man/sylpheed-claws.1      ** ADDED **
8432         * doc/man/sylpheed.1            ** DELETED **
8433                 rename and update the man file
8434
8435 2005-11-06 [colin]      1.9.99cvs13
8436
8437         * src/ldif.c
8438                 Fix ldif_get_line() that returned empty strings
8439                 (Didn't understand why). Also fix a possible
8440                 buffer overflow.
8441
8442 2005-11-06 [wwp]        1.9.99cvs12
8443
8444         * src/textview.c
8445         * src/gtk/about.c
8446         * src/gtk/gtkutils.c
8447         * src/gtk/gtkutils.h
8448                 fix a compilation warning,
8449                 make links sensitive in the about dialog
8450
8451 2005-11-04 [wwp]        1.9.99cvs11
8452
8453         * src/gtk/about.c
8454                 don't wrap or translate URIs, and a bit text format cleanup
8455
8456 2005-11-04 [wwp]        1.9.99cvs10
8457
8458         * src/gtk/about.c
8459                 better textview tagging implementation (no more use of marks for
8460                 postponed tagging)
8461
8462 2005-11-02 [colin]      1.9.99cvs9
8463
8464         * src/common/ssl.c
8465                 Forgot an ifdef
8466
8467 2005-11-02 [colin]      1.9.99cvs8
8468
8469         * configure.ac
8470                 Require libetpan-0.40 due to upstream fix
8471         * src/common/ssl.c
8472                 Tell libetpan not to call SSL_Library_Init,
8473                 as we do it ourselves.
8474
8475 2005-11-02 [colin]      1.9.99cvs7
8476
8477         * po/POTFILES.in
8478                 Add missing files (thanks to Fabien Vantard)
8479
8480 2005-11-02 [colin]      1.9.99cvs6
8481
8482         * src/summaryview.c
8483                 Fix totals when read messages are hidden or quicksearch
8484                 is on
8485         * src/ssl_manager.c
8486         * src/ssl_manager.h
8487         * src/common/ssl_certificate.c
8488         * src/common/ssl_certificate.h
8489         * src/gtk/sslcertwindow.c
8490         * src/gtk/sslcertwindow.h
8491                 Fix copyright on my stuff
8492
8493 2005-11-02 [wwp]        1.9.99cvs5
8494
8495         * src/prefs_themes.c
8496                 fix directory name checking (theme installation/removal),
8497                 made related error a bit more verbose
8498
8499 2005-11-02 [colin]      1.9.99cvs4
8500
8501         * src/summaryview.c
8502                 Fix typo (probably fixes bug #841 (Sort by the From 
8503                 field doesn't work)
8504
8505 2005-11-02 [paul]       1.9.99cvs3
8506
8507         * po/ko.po
8508         * po/nb.po
8509                 updated by SungHyun Nam, Geir Helland
8510         * src/wizard.c
8511                 fix typo in welcome message. spotted by
8512                 Andrea Spadaccini
8513
8514 2005-11-01 [colin]      1.9.99cvs2
8515
8516         * src/compose.c
8517                 Fix replying to ml wen confirming subscription
8518         * src/messageview.c
8519         * src/mimeview.c
8520         * src/mimeview.h
8521         * src/privacy.h
8522         * src/summaryview.c
8523                 Make key check non blocking
8524
8525 2005-10-31 [paul]       1.9.99cvs1
8526
8527         * tools/claws.i18n.status.pl
8528                 updated for ChangeLog
8529
8530 2005-10-31 [paul]       1.9.99
8531
8532         1.9.99 released
8533
8534 2005-10-31 [paul]       1.9.15cvs131
8535
8536         * .cvsignore
8537         * ChangeLog
8538         * ChangeLog.claws       ** REMOVED **
8539         * ChangeLog-gtk2.claws  ** REMOVED **
8540         * ChangeLog.gtk1        ** ADDED **
8541         * INSTALL
8542         * Makefile.am
8543         * NEWS
8544         * README
8545         * README.claws          ** REMOVED **
8546         * README.jp             ** REMOVED **
8547         * RELEASE_NOTES         ** ADDED **
8548         * RELEASE_NOTES.claws   ** REMOVED **
8549         * commitHelper
8550         * configure.ac
8551         * sylpheed.spec.in      ** REMOVED **
8552                 tidy up and update the default docs:
8553                 ChangeLog.claws is renamed ChangeLog.gtk1
8554                 ChangeLog-gtk2.claws is renamed ChangeLog
8555                 README.claws is renamed README
8556                 RELEASE_NOTES.claws is renamed RELEASE_NOTES
8557
8558 2005-10-31 [paul]       1.9.15cvs130
8559
8560         * po/it.po
8561                 fix errors
8562
8563 2005-10-31 [paul]       1.9.15cvs129
8564
8565         * po/ca.po
8566         * po/de.po
8567         * po/en_GB.po
8568         * po/fr.po
8569         * po/it.po
8570         * po/pt_BR.po
8571         * po/sk.po
8572         * po/sr.po
8573         * po/zh_CN.po
8574                 updated by Miquel Oliete, Stephan Sachse and
8575                 Thomas Gilgin, me, Fabien Vantard, Andrea
8576                 Spadaccini, Frederico Goncalves Guimaraes,
8577                 Andrej Kacian, Aleksandar Urosevic, and
8578                 Ralgh Young.
8579
8580 2005-10-31 [mones]      1.9.15cvs128
8581
8582         * manual/faq.xml
8583                 More questions.
8584         
8585         * po/es.po
8586                 Updated for release.
8587
8588 2005-10-30 [colin]      1.9.15cvs127
8589
8590         * src/compose.c
8591                 Place cursor before rewrapping (fixes cursor
8592                 pos if quotation gets rewrapped)
8593
8594 2005-10-29 [paul]       1.9.15cvs126
8595
8596         * src/crash.c
8597         * src/foldersel.c
8598         * src/main.c
8599         * src/messageview.c
8600         * src/toolbar.c
8601         * src/gtk/authors.h
8602                 corrections to text items
8603
8604 2005-10-28 [colin]      1.9.15cvs125
8605
8606         * src/messageview.c
8607                 Make "hit 'C' to check sig" work from extern 
8608                 messageviews
8609
8610 2005-10-27 [colin]      1.9.15cvs124
8611
8612         * src/summaryview.c
8613                 Add a hack to avoid segfaulting when hammering 
8614                 on gtk's events
8615
8616 2005-10-27 [wwp]        1.9.15cvs123
8617
8618         * src/prefs_themes.c
8619                 sort list of themes names in themes prefs
8620
8621 2005-10-27 [paul]       1.9.15cvs122
8622
8623         * src/folder.c
8624         * src/prefs_account.c
8625                 fix building on Solaris
8626                 Patch by Alex Moore
8627
8628 2005-10-27 [wwp]        1.9.15cvs121
8629
8630         * src/summaryview.c
8631         * src/gtk/gtksctree.c
8632                 speed up unselecting messages in summary view (thanks to Colin)
8633
8634 2005-10-27 [paul]       1.9.15cvs120
8635
8636         * src/mainwindow.c
8637                 fix a compilation warning
8638         * src/summaryview.c
8639                 fix updating of 'n items selected' count
8640                 when deselecting
8641
8642 2005-10-27 [martin]     1.9.15cvs119
8643
8644         * src/action.c
8645                 ignore actions with a leading '/' in the action menu name
8646                 fixes a crash on menu creation
8647         * src/prefs_actions.c
8648                 do not allow a leading '/' in the action menu name
8649
8650 2005-10-27 [paul]       1.9.15cvs118
8651
8652         * src/main.c
8653                 fix compilation warning
8654
8655 2005-10-27 [paul]       1.9.15cvs117
8656
8657         * src/procmime.c
8658                 add #if HAVE_LOCALE_H
8659
8660 2005-10-27 [paul]       1.9.15cvs116
8661
8662         * src/plugins/clamav/clamav_plugin.c
8663         * src/plugins/dillo_viewer/dillo_viewer.c
8664         * src/plugins/mathml_viewer/mathml_viewer.c
8665         * src/plugins/pgpcore/plugin.c
8666         * src/plugins/pgpinline/plugin.c
8667         * src/plugins/pgpmime/plugin.c
8668         * src/plugins/spamassassin/spamassassin.c
8669         * src/plugins/trayicon/trayicon.c
8670                 plugin_init() : make error messages more
8671                 informative
8672
8673 2005-10-26 [wwp]        1.9.15cvs115
8674
8675         * src/prefs_matcher.c
8676                 enlarge boolean op widget width a bit (wasn't always showing text contents)
8677
8678 2005-10-26 [wwp]        1.9.15cvs114
8679
8680         * src/procmime.c
8681         * src/gtk/gtksctree.c
8682         * src/plugins/spamassassin/libspamc.c
8683         * src/plugins/spamassassin/spamassassin.c
8684                 fix some compilation warnings more
8685
8686 2005-10-26 [mones]      1.9.15cvs113
8687
8688         * po/es.po
8689                 Updated translation
8690
8691 2005-10-26 [paul]       1.9.15cvs112
8692
8693         * src/prefs_message.c
8694                 give all display_xface stuff the
8695                 #if HAVE_LIBCOMPFACE treatment, thus
8696                 preventing a crash
8697                 (Thanks to Wolfgang Enderlein)
8698
8699 2005-10-26 [colin]      1.9.15cvs111
8700
8701         * src/gedit-print.c
8702                 Fix date format
8703         * src/imap_gtk.c
8704         * src/news_gtk.c
8705                 Remove context menu items that should not be there
8706         * src/jpilot.c
8707                 Fix encoding
8708         * src/main.c
8709         * src/mainwindow.c
8710                 Don't show the mainwindow too soon
8711
8712 2005-10-26 [wwp]        1.9.15cvs110
8713
8714         * src/folder.c
8715         * src/manual.c
8716         * src/summaryview.c
8717                 fix uninitialized pointers in the folder updating hook
8718                 (thanks to Colin)
8719
8720 2005-10-25 [mones]      1.9.15cvs109
8721
8722         * manual/faq.xml
8723                 General information subsection completed. 
8724                 Removed archaic references.
8725                 
8726         * manual/Makefile
8727         * manual/dtd/manual.dsl
8728                 Added customization stylesheet for getting paragraphs
8729                 fully justified in PDF output (as suggested by Colin).
8730
8731 2005-10-25 [colin]      1.9.15cvs108
8732
8733         * src/compose.c
8734                 Fix a second leak
8735
8736 2005-10-25 [colin]      1.9.15cvs107
8737
8738         * src/addrbook.c
8739         * src/addrindex.c
8740                 Fix leak (xml_get_element() allocates memory)
8741         * src/compose.c
8742                 Fix leak + dead code (shame!)
8743         * src/procmime.c
8744                 Fix leak
8745
8746 2005-10-25 [colin]      1.9.15cvs106
8747
8748         * src/mimeview.c
8749                 Fix encoding issue in Save all and in 
8750                 overwrite-confirmation alertpanel
8751
8752 2005-10-25 [colin]      1.9.15cvs105
8753
8754         * src/common/socket.c
8755                 Fix a leak - Thanks to Christopher Aillon
8756                 (http://christopher.aillon.org/blog/dev/gnome/20051025-gsource.html)
8757
8758 2005-10-25 [paul]       1.9.15cvs104
8759
8760         * src/wizard.c
8761                 Always guess servers from the right-hand
8762                 email part and guess username from the
8763                 left-hand part. (Thanks to Colin)
8764                 add an X-Face to the welcome message
8765
8766 2005-10-25 [paul]       1.9.15cvs103
8767
8768         * manual/handling.xml
8769                 written by Colin, edited by me
8770
8771 2005-10-25 [wwp]        1.9.15cvs102
8772
8773         * src/folderview.c
8774         * src/grouplistdialog.c
8775         * src/imap.c
8776         * src/noticeview.c
8777                 fix some compilation warnings
8778
8779 2005-10-24 [paul]
8780
8781         1.9.99-rc3 released
8782
8783 2005-10-24 [paul]       1.9.15cvs101
8784
8785         * src/gtk/about.c
8786                 fix window sizing
8787
8788 2005-10-24 [paul]       1.9.15cvs100
8789
8790         * src/pixmaps/offline.xpm
8791         * src/pixmaps/online.xpm
8792                 replace with last default versions
8793
8794 2005-10-24 [colin]      1.9.15cvs99
8795
8796         * src/imap.c
8797                 Fix bug when moving a folder
8798         * src/imap_gtk.c
8799         * src/mh_gtk.c
8800                 "Delete folder" pops up a window, so it 
8801                 should be suffixed with "..."
8802         * src/plugins/pgpcore/sgpgme.c
8803                 Include locale.h
8804
8805 2005-10-24 [mones]      1.9.15cvs98
8806
8807         * manual/Makefile
8808         * manual/account.xml
8809         * manual/ack.xml
8810         * manual/addrbook.xml
8811         * manual/advanced.xml
8812         * manual/faq.xml
8813         * manual/glossary.xml
8814         * manual/gpl.xml
8815         * manual/handling.xml
8816         * manual/intro.xml
8817         * manual/keyboard.xml
8818         * manual/manual.xml
8819         * manual/plugins.xml
8820         * manual/starting.xml
8821         * manual/dtd/sdocbook.dtd
8822                 Initial manual structure and some content.
8823
8824 2005-10-23 [wwp]        1.9.15cvs97
8825
8826         * src/gtk/about.c
8827                 fix a typo
8828
8829 2005-10-23 [wwp]        1.9.15cvs96
8830
8831         * src/gtk/about.c
8832         * src/gtk/authors.h
8833                 rework of the about window (main work by Paul), also featuring a few
8834                 fixes for typos and duplicate names
8835
8836 2005-10-23 [wwp]        1.9.15cvs95
8837
8838         * src/.cvsignore
8839                 Ignore the right binary name (sylpheed-claws now)
8840
8841 2005-10-23 [paul]       1.9.15cvs94
8842
8843         * src/compose.c
8844                 when using Folder Pref 'Default To for
8845                 replies' make the entry in the Compose
8846                 window bold
8847                 Patch by Fabien Vantard
8848
8849 2005-10-22 [colin]      1.9.15cvs93
8850
8851         * src/codeconv.c
8852                 Fix leak
8853
8854 2005-10-22 [colin]      1.9.15cvs92
8855
8856         * src/codeconv.c
8857                 try to convert using locale (apart utf8) if necessary
8858
8859 2005-10-22 [colin]      1.9.15cvs91
8860
8861         * src/pixmaps/new.xpm
8862         * src/pixmaps/unread.xpm
8863                 Make the unread envelope blue again and
8864                 saturate the new one a bit more.
8865
8866 2005-10-22 [colin]      1.9.15cvs90
8867
8868         * src/compose.c
8869                 When replying to a mail sent by one of our accounts,
8870                 use the original list of recipients. Let 'Reply All'
8871                 and 'Reply to sender' work like previously.
8872
8873 2005-10-21 [colin]      1.9.15cvs89
8874
8875         * src/prefs_filtering.c
8876                 Clear fields after add and replace
8877         * src/textview.c
8878                 Display xface differently (better)
8879         * src/plugins/pgpinline/pgpinline.c
8880                 Fix crappy encodings/recodings
8881
8882 2005-10-21 [paul]       1.9.15cvs88
8883
8884         * src/compose.c
8885         * src/prefs_folder_item.c
8886         * src/toolbar.c
8887                 fix news folder Folder Properties
8888                 (thanks to Colin)
8889         * src/folderview.c
8890                 update folderview after Themes change
8891                 keep selected folder selected
8892                 (thanks to Colin)
8893
8894 2005-10-21 [paul]       1.9.15cvs87
8895
8896         * tools/Makefile.am
8897         * tools/OOo2sylpheed.pl
8898         * tools/README
8899         * tools/README.sylprint
8900         * tools/asus_mailled.sh         ** REMOVED **
8901         * tools/filter_conv.pl
8902         * tools/freshmeat_search.pl
8903         * tools/google_search.pl
8904         * tools/gpg-sign-syl            ** REMOVED **
8905         * tools/kmail2sylpheed.pl
8906         * tools/kmail2sylpheed_v2.pl
8907         * tools/multiwebsearch.pl
8908         * tools/nautilus2sylpheed.sh
8909         * tools/newscache_clean.pl
8910         * tools/outlook2sylpheed.pl
8911         * tools/sylpheed-switcher       ** REMOVED **
8912         * tools/sylprint.pl
8913         * tools/sylprint.rc
8914         * tools/tb2sylpheed
8915         * tools/vcard2xml.py
8916         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
8917                 update default config dir
8918                 update binary name (thanks to Fabien Vantard)
8919                 remove obsolete scripts
8920
8921 2005-10-21 [colin]      1.9.15cvs86
8922
8923         * src/inc.c
8924                 Fix possible leak and units. Based on a patch by
8925                 Fabien Vantard.
8926
8927 2005-10-20 [colin]      1.9.15cvs85
8928
8929         * src/textview.c
8930                 Clear xface when clearing textview
8931
8932 2005-10-20 [colin]      1.9.15cvs84
8933
8934         * configure.ac
8935         * src/folderview.c
8936         * src/headerview.c
8937         * src/main.c
8938         * src/prefs_common.c
8939         * src/prefs_common.h
8940         * src/prefs_message.c
8941         * src/textview.c
8942         * src/textview.h
8943         * src/common/defs.h
8944         * src/common/utils.c
8945         * src/common/utils.h
8946         * src/gtk/gtkutils.c
8947         * src/gtk/gtkutils.h
8948                 Migrate config to .sylpheed-claws (Automatically)
8949                 Add a way to get the Xface in the TextView
8950
8951 2005-10-20 [colin]      1.9.15cvs83
8952
8953         * src/gtk/Makefile.am
8954         * src/gtk/about.c
8955         * src/gtk/authors.h
8956                 Make the about dialog *grooovy*
8957
8958 2005-10-20 [colin]      1.9.15cvs82
8959
8960         * src/mimeview.c
8961                 Use "Open with" on double click if no command
8962                 was found
8963
8964 2005-10-20 [colin]      1.9.15cvs81
8965
8966         * src/imap.c
8967         * src/etpan/imap-thread.c
8968                 Fix possible crash.
8969
8970 2005-10-20 [paul]       1.9.15cvs80
8971
8972         * src/folder.c
8973                 don't show clipkey icon if the only
8974                 attachment is the signature
8975                 Patch by Colin
8976
8977 2005-10-20 [paul]       1.9.15cvs79
8978
8979         * AUTHORS
8980         * src/plugins/pgpmime/pgpmime.c
8981                 name the PGP/MIME signature 'signature.asc'
8982                 Patch by Andrew Nelson <freeandy@gmail.com>
8983
8984 2005-10-19 [colin]      1.9.15cvs78
8985
8986         * src/plugins/pgpmime/pgpmime.c
8987                 Oops, no need to double-check though
8988
8989 2005-10-19 [colin]      1.9.15cvs77
8990
8991         * src/plugins/pgpinline/pgpinline.c
8992         * src/plugins/pgpmime/pgpmime.c
8993                 Check that my_tmpfile() doesn't 
8994                 return NULL
8995
8996 2005-10-19 [colin]      1.9.15cvs76
8997
8998         * src/common/utils.c
8999                 Use shorter mime boundaries to avoid having
9000                 MTAs rewrapping our headers, breaking the
9001                 PGP signature in the process 
9002         * src/compose.c
9003         * src/plugins/pgpmime/pgpmime.c
9004                 Check for boundary uniqueness to be sure
9005                 it won't happen, instead of hoping for the
9006                 best
9007
9008 2005-10-19 [colin]      1.9.15cvs75
9009
9010         * sylpheed-claws.desktop
9011         * src/Makefile.am
9012         * src/main.c
9013                 Ship a sylpheed-claws binary instead
9014                 of a sylpheed one. Change the socket
9015                 name, too
9016         * src/folderview.c
9017                 Update folder only if it changed
9018         * src/wizard.c
9019                 Fix i18n in welcome mail, patch by
9020                 Fabien Vantard
9021
9022 2005-10-19 [paul]
9023
9024         1.9.99-rc2 released
9025
9026 2005-10-19 [paul]       1.9.15cvs74
9027
9028         * src/folder.c
9029         * src/folderview.c
9030                 fix summaryview update
9031                 Patch by Colin
9032
9033 2005-10-18 [colin]      1.9.15cvs73
9034
9035         * src/plugins/pgpcore/passphrase.c
9036                 Don't XGrabServer, and try a bit more to 
9037                 sync everything before grabbing mouse/keyboard
9038
9039 2005-10-18 [colin]      1.9.15cvs72
9040
9041         * src/Makefile.am
9042         * src/addressadd.c
9043         * src/addressbook.c
9044         * src/folderview.c
9045         * src/grouplistdialog.c
9046         * src/mimeview.c
9047         * src/stock_pixmap.c
9048         * src/stock_pixmap.h
9049         * src/summaryview.c
9050         * src/gtk/gtksctree.c
9051         * src/gtk/gtksctree.h
9052         * src/pixmaps/empty.xpm
9053                 Implement a wrapper call for gtk_ctree_set_node_info
9054                 and gtk_ctree_insert_node, that uses a 1x1 transparent
9055                 pixmap instead of a NULL one. This works around some
9056                 memory problems deep inside gtk, revealed by valgrind,
9057                 and fixes bug #834 (Pressing CTRl-D on a message marked 
9058                 as locked crashes sylpheed.), as well as, probably, 
9059                 wwp's 4th dimension problems that happen in gtk_ctree_*.
9060
9061 2005-10-17 [colin]      1.9.15cvs71
9062
9063         * src/mimeview.c
9064                 Provide visual feedback when checking
9065                 signature
9066
9067 2005-10-17 [colin]      1.9.15cvs70
9068
9069         * src/main.c
9070                 Keep the folder list frozen while checking caches...
9071
9072 2005-10-17 [colin]      1.9.15cvs69
9073
9074         * src/addr_compl.c
9075                 Fi bug #833 (Autocompleting from addressbook 
9076                 fails with extended chars)
9077         * src/imap.c
9078                 Fix 'adding messages' staying in statusbar
9079                 after an error
9080
9081 2005-10-17 [wwp]        1.9.15cvs68
9082
9083         * src/ssl_manager.c
9084                 Fix buttons' layout resizing when window size changes
9085
9086 2005-10-17 [wwp]        1.9.15cvs67
9087
9088         * src/account.c
9089         * src/prefs_account.c
9090         * src/prefs_common.c
9091         * src/prefs_common.h
9092         * src/prefs_folder_item.c
9093         * src/prefs_gtk.c
9094         * src/gtk/logwindow.c
9095         * src/gtk/pluginwindow.c
9096         * src/gtk/prefswindow.c
9097         * src/gtk/prefswindow.h
9098                 Remember yet more window sizes (log, prefs, folder prefs, accounts)
9099
9100 2005-10-17 [paul]       1.9.15cvs66
9101
9102         * configure.ac
9103                 fix missing libetpan message
9104         * po/en_GB.po
9105                 updated
9106         * src/crash.c
9107         * src/manual.c
9108         * src/prefs_themes.c
9109         * src/common/defs.h
9110                 add some new URI defines, change some
9111                 others
9112         * src/wizard.c
9113                 make welcome message translatable
9114                 small improvements to english
9115                 other tweaks
9116         * src/gtk/menu.c
9117                 fix warnings
9118
9119 2005-10-17 [paul]       1.9.15cvs65
9120
9121         * src/summaryview.c
9122                 fix column titles
9123
9124 2005-10-16 [mones]      1.9.15cvs64
9125
9126         * po/es.po
9127                 Updated translation
9128
9129 2005-10-16 [colin]
9130
9131         1.9.99-rc1 released
9132
9133 2005-10-16 [colin]      1.9.15cvs63
9134
9135         * src/wizard.c
9136                 Fix whitespace
9137
9138 2005-10-16 [colin]      1.9.15cvs62
9139
9140         * src/toolbar.c
9141                 s/Get All/Get Mail/
9142         * src/wizard.c
9143                 Real welcome mail text, thanks Paul
9144
9145 2005-10-16 [colin]      1.9.15cvs61
9146
9147         * src/editldap.c
9148         * src/exporthtml.c
9149         * src/main.c
9150         * src/mainwindow.c
9151         * src/prefs_themes.c
9152         * src/prefs_toolbar.c
9153         * src/plugins/demo/demo.c
9154         * src/plugins/trayicon/trayicon.c
9155                 s/Sylpheed/Sylpheed-Claws/
9156
9157 2005-10-16 [colin]      1.9.15cvs60
9158
9159         * src/wizard.c
9160                 Add a welcome email in the first empty mailbox
9161         * src/prefs_common.c
9162                 Change one more default
9163
9164 2005-10-16 [colin]      1.9.15cvs59
9165
9166         * src/wizard.c
9167                 Remove printf
9168
9169 2005-10-16 [colin]      1.9.15cvs58
9170
9171         * src/toolbar.c
9172         * src/prefs_common.c
9173                 Change some defaults
9174
9175 2005-10-16 [colin]      1.9.15cvs57
9176
9177         * src/toolbar.c
9178         * src/prefs_common.c
9179                 Change some defaults
9180
9181 2005-10-16 [colin]      1.9.15cvs56
9182
9183         * src/wizard.c
9184                 By default, initialize fonts to have
9185                 the same size as normal GtkWidgets
9186
9187 2005-10-16 [colin]      1.9.15cvs55
9188
9189         * src/mimeview.c
9190                 Fix message a bit more
9191
9192 2005-10-16 [colin]      1.9.15cvs54
9193
9194         * src/addressbook.c
9195                 Second attempt at flicker fixing
9196
9197 2005-10-16 [colin]      1.9.15cvs53
9198
9199         * src/addressbook.c
9200                 Fix flicker
9201
9202 2005-10-16 [wwp]        1.9.15cvs52
9203
9204         * src/addressbook.c
9205         * src/editaddress.c
9206         * src/prefs_common.c
9207         * src/prefs_common.h
9208                 Remember window sizes (address book)
9209
9210 2005-10-16 [wwp]        1.9.15cvs51
9211
9212         * src/plugins/clamav/clamav_plugin_gtk.c
9213         * src/plugins/spamassassin/spamassassin_gtk.c
9214                 Fix compilation warnings (missing #include).
9215
9216 2005-10-16 [colin]      1.9.15cvs50
9217
9218         * src/mimeview.c
9219         * src/summaryview.c
9220         * src/textview.c
9221                 Make 'c' check signature, and forward
9222                 c, l, y, t from summaryview to mimeview
9223
9224 2005-10-16 [colin]      1.9.15cvs49
9225
9226         * src/addressbook.c
9227                 Put border around buttons
9228         * src/mainwindow.c
9229         * src/summaryview.c
9230                 Rework menus (Patch based on a patch
9231                 by Paul)
9232
9233 2005-10-15 [wwp]        1.9.15cvs48
9234
9235         * src/editjpilot.c
9236         * src/editldap.c
9237         * src/editvcard.c
9238         * src/exphtmldlg.c
9239         * src/expldifdlg.c
9240         * src/export.c
9241         * src/import.c
9242         * src/importldif.c
9243         * src/importmutt.c
9244         * src/importpine.c
9245         * src/prefs_account.c
9246         * src/prefs_spelling.c
9247         * src/gtk/gtkutils.c
9248         * src/gtk/gtkutils.h
9249         * src/plugins/clamav/clamav_plugin_gtk.c
9250         * src/plugins/spamassassin/spamassassin_gtk.c
9251                 use nicer browse-for-file/dir buttons than the "..." ones,
9252                 code factorizing more.
9253
9254 2005-10-14 [colin]      1.9.15cvs47
9255
9256         * src/mainwindow.c
9257                 set relief on the account switcher so that people see it
9258                 grey out Create processing rules when no message is selected
9259         * src/prefs_filtering.c
9260                 ask before closing if the rule has not been modified, even if
9261                 it's not valid
9262         * src/prefs_matcher.c
9263                 fix sensitivity when entering the dialog
9264         * src/gtk/inputdialog.c
9265                 display a better icon on password ask
9266         * src/plugins/pgpcore/passphrase.c
9267                 make the dialog look better
9268
9269 2005-10-14 [paul]       1.9.15cvs46
9270
9271         * src/folderview.c
9272                 indicate presense of marked msgs in
9273                 unexpanded subfolders
9274
9275 2005-10-14 [paul]       1.9.15cvs45
9276
9277         * src/prefs_actions.c
9278         * src/prefs_common.c
9279         * src/prefs_common.h
9280         * src/prefs_filtering_action.c
9281         * src/prefs_matcher.c
9282         * src/prefs_template.c
9283                 remember window sizes
9284                 fix Info button size
9285
9286         Patches by wwp
9287
9288 2005-10-13 [colin]      1.9.15cvs44
9289
9290         * src/mimeview.c
9291         * src/noticeview.c
9292         * src/noticeview.h
9293                 Add a tooltip on the icon (optional) 
9294                 Get rid of the signature buttons and only
9295                 use the icon+tooltip
9296
9297 2005-10-13 [colin]      1.9.15cvs43
9298
9299         * src/noticeview.c
9300         * src/noticeview.h
9301                 Add hand cursor for hovering over icon
9302
9303 2005-10-13 [colin]      1.9.15cvs42
9304
9305         * src/summaryview.c
9306                 Fix crash when quicksearch's hidden 
9307                 at startup
9308
9309 2005-10-13 [colin]      1.9.15cvs41
9310
9311         * src/compose.c
9312                 Set subject when forwarding multiple mails
9313                 Check that other recipient than the default Cc or Bcc
9314                 have been set before sending.
9315
9316 2005-10-13 [colin]      1.9.15cvs40
9317
9318         * src/imap.c
9319                 Batch per-folder
9320                 Introduce locking, but don't use it yet
9321
9322 2005-10-13 [colin]      1.9.15cvs39
9323
9324         * src/gtk/quicksearch.c
9325                 Reset quicksearch when hiding it
9326                 Make sticky a real pref
9327
9328 2005-10-13 [colin]      1.9.15cvs38
9329
9330         * src/summaryview.c
9331                 Faster prefs apply
9332
9333 2005-10-13 [colin]      1.9.15cvs37
9334
9335         * src/mimeview.c
9336         * src/noticeview.c
9337         * src/noticeview.h
9338         * src/plugins/pgpcore/sgpgme.c
9339                 Make privacy icon clickable
9340                 Move Trust field in Full info
9341                 When trust is less than full, don't display
9342                 a warning icon
9343
9344 2005-10-13 [colin]      1.9.15cvs36
9345
9346         * src/folder.c
9347                 Batch on flags sync
9348         * src/folderview.c
9349                 Revert speed hack which is dangerous in fact
9350                 Apply prefs faster
9351
9352 2005-10-13 [colin]      1.9.15cvs35
9353
9354         * src/folder_item_prefs.c
9355                 Fix pref corruption on folder move. Patch
9356                 by wwp
9357
9358 2005-10-13 [paul]       1.9.15cvs34
9359
9360         * src/export.c
9361         * src/import.c
9362                 fix typos in g_warnings
9363         * src/prefs_account.c
9364                 add a file selector for Signature file
9365
9366         Patches by wwp
9367
9368 2005-10-12 [colin]      1.9.15cvs33
9369
9370         * src/mimeview.c
9371                 Provide a quick way to go back from a
9372                 signature's full info to the email part
9373
9374 2005-10-12 [colin]      1.9.15cvs32
9375
9376         * src/compose.c
9377                 Remove old hack of encoding signed mails with base64.
9378                 QP works equally well.
9379
9380 2005-10-12 [colin]      1.9.15cvs31
9381
9382         * src/crash.c
9383                 Replace deprecated GtkText with GtkTextView
9384         * src/imap.c
9385                 Fix a logic bug about counts in imap_select
9386                 (previously un-triggered)
9387         * src/mainwindow.c
9388         * src/summaryview.c
9389         * src/news.c
9390                 Allow local deletion of news posts
9391         * src/mimeview.c
9392                 Show GPG noticeview on the message/rfc822 part
9393                 in addition to the text/plain one
9394         * src/prefs_image_viewer.c
9395           src/plugins/pgpcore/prefs_gpg.c
9396                 Polish (set the label as part of the checkbox)
9397         * src/wizard.c
9398                 Don't sit there doing nothing after destroying
9399                 the window - return err
9400
9401 2005-10-11 [colin]      1.9.15cvs30
9402
9403         * src/folderview.c
9404                 Apply processing rules before showing folders.
9405                 Early folder show (before flags sync) will only
9406                 be done when there are no processing rules (nor
9407                 pre- or post- ones)
9408         * src/imap.c
9409                 Fix stuff related to mail subdir, creation and 
9410                 deletion of folders 
9411         * src/imap_gtk.c
9412                 Don't allow creation of folders in NoInferior
9413                 folders, as it won't work
9414
9415 2005-10-10 [colin]      1.9.15cvs29
9416
9417         * src/compose.c
9418                 Reselect "None" Privacy system when selecting an
9419                 account with no privacy system defined
9420
9421 2005-10-10 [colin]      1.9.15cvs28
9422
9423         * src/mainwindow.c
9424                 Add Windows-1252 encoding
9425         * src/prefs_common.c
9426                 Rework some defaults:
9427                 - autosave to draft by default
9428                 - don't show header pane (it's already in the textview)
9429                 - Select first new or unread mail on entry
9430                 - Assume 'Yes' to change folder when there's no more
9431                   unread message
9432         * src/prefs_matcher.c
9433                 Fix a gtk assertion failure
9434         * src/gtk/colorlabel.c
9435                 Workaround bad repainting on selection
9436         * src/main.c
9437                 Freeze/thaw (a bit faster on ssh -X)
9438         * src/msgcache.c
9439                 Get rid of StrdupConverter that just adds an
9440                 extra strdup/free 
9441         * src/etpan/imap_thread.c
9442                 memset buf to 0
9443
9444 2005-10-10 [colin]      1.9.15cvs27
9445
9446         * src/export.c
9447         * src/import.c
9448                 Fix compile on gtk 2.4. Patch by wwp
9449
9450 2005-10-09 [colin]      1.9.15cvs26
9451
9452         * src/mainwindow.c
9453         * src/messageview.c
9454         * src/summaryview.c
9455                 Clarify forward menus. Patch by wwp
9456
9457 2005-10-09 [colin]      1.9.15cvs25
9458
9459         * src/compose.c
9460         * src/compose.h
9461                 Fix bug #829 (Non-working "Encrypt message by 
9462                 default when replying to an encrypted message")
9463
9464 2005-10-08 [colin]      1.9.15cvs24
9465
9466         * src/wizard.c
9467                 Fix bug #827 ("Welcome" setup wizard after a 
9468                 permission error gives up & forgets itself.)
9469
9470 2005-10-08 [colin]      1.9.15cvs23
9471
9472         * src/procmime.c
9473                 Fix bug #828 (Ignoring headers with spaces around = sign)
9474
9475 2005-10-08 [colin]      1.9.15cvs22
9476
9477         * src/export.c
9478                 Warning fix by wwp
9479
9480 2005-10-08 [colin]      1.9.15cvs21
9481
9482         * src/folder.c
9483         * src/folder.h
9484                 Add a processing_pending indicator, set on 
9485                 folder_item_open and cleared after 
9486                 folder_item_process_open
9487         * src/folderview.c
9488         * src/summaryview.c
9489                 wrap procmsg_msginfo_*_flags, and in the
9490                 wrapper check that there's no folder processing 
9491                 pending. If there is, defer the flags change until 
9492                 processing is done to avoid stepping over each
9493                 other's toes.
9494                 Freeze during processing, but not during scanning.
9495
9496 2005-10-07 [colin]      1.9.15cvs20
9497
9498         * src/plugins/pgpcore/passphrase.c
9499                 Fix bug #826 (X-Server hangs when 
9500                 right-clicking a PGP encrypted message)
9501
9502 2005-10-07 [paul]       1.9.15cvs19
9503
9504         * src/compose.c
9505                 fix compose_entries[]
9506                 patch by Fabien Vantard
9507
9508 2005-10-06 [colin]      1.9.15cvs18
9509
9510         * src/pixmaps/address.xpm
9511         * src/pixmaps/address_book.xpm
9512         * src/pixmaps/book.xpm
9513         * src/pixmaps/check_spelling.xpm
9514         * src/pixmaps/checkbox_off.xpm
9515         * src/pixmaps/checkbox_on.xpm
9516         * src/pixmaps/close.xpm
9517         * src/pixmaps/complete.xpm
9518         * src/pixmaps/continue.xpm
9519         * src/pixmaps/deleted.xpm
9520         * src/pixmaps/down_arrow.xpm
9521         * src/pixmaps/exec.xpm
9522         * src/pixmaps/forwarded.xpm
9523         * src/pixmaps/group.xpm
9524         * src/pixmaps/ignorethread.xpm
9525         * src/pixmaps/interface.xpm
9526         * src/pixmaps/jpilot.xpm
9527         * src/pixmaps/ldap.xpm
9528         * src/pixmaps/linewrap.xpm
9529         * src/pixmaps/linewrapcurrent.xpm
9530         * src/pixmaps/mail.xpm
9531         * src/pixmaps/mail_attach.xpm
9532         * src/pixmaps/mail_compose.xpm
9533         * src/pixmaps/mail_forward.xpm
9534         * src/pixmaps/mail_receive.xpm
9535         * src/pixmaps/mail_receive_all.xpm
9536         * src/pixmaps/mail_reply.xpm
9537         * src/pixmaps/mail_reply_to_all.xpm
9538         * src/pixmaps/mail_reply_to_author.xpm
9539         * src/pixmaps/mail_send.xpm
9540         * src/pixmaps/mail_send_queue.xpm
9541         * src/pixmaps/mime_application.xpm
9542         * src/pixmaps/mime_audio.xpm
9543         * src/pixmaps/mime_image.xpm
9544         * src/pixmaps/mime_message.xpm
9545         * src/pixmaps/mime_text_enriched.xpm
9546         * src/pixmaps/mime_text_html.xpm
9547         * src/pixmaps/mime_text_plain.xpm
9548         * src/pixmaps/mime_unknown.xpm
9549         * src/pixmaps/new.xpm
9550         * src/pixmaps/news_compose.xpm
9551         * src/pixmaps/offline.xpm
9552         * src/pixmaps/online.xpm
9553         * src/pixmaps/paste.xpm
9554         * src/pixmaps/preferences.xpm
9555         * src/pixmaps/privacy_emblem_encrypted.xpm
9556         * src/pixmaps/privacy_expired.xpm
9557         * src/pixmaps/privacy_failed.xpm
9558         * src/pixmaps/privacy_passed.xpm
9559         * src/pixmaps/privacy_signed.xpm
9560         * src/pixmaps/privacy_unknown.xpm
9561         * src/pixmaps/privacy_warn.xpm
9562         * src/pixmaps/properties.xpm
9563         * src/pixmaps/replied.xpm
9564         * src/pixmaps/search.xpm
9565         * src/pixmaps/unread.xpm
9566         * src/pixmaps/up_arrow.xpm
9567         * src/pixmaps/vcard.xpm
9568                 Modernize internal theme, with icons from the 
9569                 Gnomaws theme. Keep some of the old ones where
9570                 they were better.
9571
9572 2005-10-06 [colin]      1.9.15cvs17
9573
9574         * src/summaryview.c
9575                 Little optimisations + bugfix
9576         * src/toolbar.c
9577                 Remove default useless items - useless being defined
9578                 by the default relevant prefs
9579         * src/wizard.c
9580                 include config.h to make gettext work
9581         * src/prefs_themes.c
9582                 Fix selection of current theme in prefs
9583
9584 2005-10-06 [colin]      1.9.15cvs16
9585
9586         * src/prefs_common.c
9587         * src/prefs_common.h
9588         * src/prefs_summaries.c
9589         * src/folderview.c
9590                 Add a warning dialog on Mark all read 
9591                 (with pref to get rid of it)
9592
9593 2005-10-06 [paul]       1.9.15cvs15
9594
9595         * po/nb.po
9596         * po/pt_BR.po
9597                 updated by Geir Helland and Frederico
9598                 Goncalves Guimaraes
9599
9600 2005-10-05 [colin]      1.9.15cvs14
9601
9602         * src/folder.c
9603         * src/folder.h
9604         * src/folderview.c
9605         * src/folderview.h
9606         * src/imap_gtk.c
9607         * src/mh_gtk.c
9608         * src/mainwindow.c
9609         * src/setup.c
9610                 add a way to rescan without rebuilding
9611                 make moving a bit faster (less folders changes)
9612                 don't lock the tree on Get 
9613         * src/imap.c
9614                 Don't re-delete deleted messages before expunging
9615         * src/summaryview.c
9616                 Set batch mode when deleting mails
9617
9618 2005-10-05 [paul]       1.9.15cvs13
9619
9620         * src/mainwindow.c
9621         * src/mainwindow.h
9622                 fix disabled Execute menu item
9623         * src/toolbar.c
9624                 match the change in 1.9.15cvs10: use Compose
9625                 instead of News by default
9626
9627 2005-10-04 [colin]      1.9.15cvs12
9628
9629         * src/compose.c
9630                 When replying to an ML post with Reply-To set
9631                 to the poster's email, honor it (as before),
9632                 but also honor our user's request to reply to
9633                 the mailing list: set the ML address in the To
9634                 field and the Reply-To address in the Cc: 
9635                 field.
9636
9637 2005-10-04 [colin]      1.9.15cvs11
9638
9639         * src/plugins/trayicon/trayicon.c
9640                 Finish cosmetic change - thanks to wwp
9641
9642 2005-10-04 [colin]      1.9.15cvs10
9643
9644         * src/toolbar.c
9645                 Use Compose instead of Email by default.
9646                 Spotted by wwp.
9647
9648 2005-10-04 [colin]      1.9.15cvs9
9649
9650         * src/folder.c
9651         * src/folder.h
9652         * src/folderview.c
9653         * src/imap.c
9654         * src/etpan/imap-thread.c
9655         * src/etpan/imap-thread.h
9656                 Try to make IMAP faster, by simplifying SEARCH
9657                 commands, avoiding sending two STATUS in a row,
9658                 and deferring flags sync and processing just
9659                 after displaying the folder. 
9660                 This will update the SummaryView in certain
9661                 cases (new mails not already fetched, flags
9662                 changed from another client) but in a non-
9663                 blocking manner.
9664
9665 2005-10-04 [colin]      1.9.15cvs8
9666
9667         * src/plugins/trayicon/trayicon.c
9668                 Relabel "Offline" to "Work offline"
9669
9670 2005-10-04 [colin]      1.9.15cvs7
9671
9672         * src/export.c
9673         * src/import.c
9674         * src/mbox.c
9675                 Fix mbox import/export buglets
9676                 Patch by wwp
9677         * src/plugins/trayicon/trayicon.c
9678                 Add offline swithc
9679                 Patch by wwp
9680
9681 2005-10-04 [colin]      1.9.15cvs6
9682
9683         * src/folder.c
9684         * src/folderview.c
9685         * src/summaryview.c
9686                 Better fix (don't break mark all read) for cvs2
9687
9688 2005-10-03 [colin]      1.9.15cvs5
9689
9690         * src/folder.c
9691                 Use a sane sort by default
9692
9693 2005-10-03 [colin]      1.9.15cvs4
9694
9695         * src/inc.c
9696                 Add a 'Only once' button for overriding offline mode
9697         * src/prefs_account.c
9698         * src/wizard.c
9699                 Add Local mbox to the wizard
9700                 Add IMAP subdir to the wizard (or the wizard is useless
9701                 for such accounts, or even worse than useless)
9702                 Move IMAP subdir from Advanced to Receive tab, as it's
9703                 not that uncommon
9704
9705 2005-10-03 [colin]      1.9.15cvs3
9706
9707         * src/send_message.c
9708                 Forgot this one in cvs1
9709
9710 2005-10-03 [colin]      1.9.15cvs2
9711
9712         * src/folder.c
9713                 Faster close when leaving a folder with lots
9714                 of new mails. Idea by David Relson.
9715
9716 2005-10-03 [colin]      1.9.15cvs1
9717
9718         * src/compose.c
9719         * src/imap.c
9720         * src/inc.c
9721         * src/main.c
9722         * src/messageview.c
9723         * src/news.c
9724         * src/summaryview.c
9725         * src/gtk/sslcertwindow.c
9726         * src/plugins/trayicon/trayicon.c
9727                 Add accels to every AlertPanel. Patch by Fabien 
9728                 Vantard
9729
9730 2005-10-03 [paul]       1.9.15
9731
9732         1.9.15 released
9733
9734 2005-10-03 [paul]       1.9.14cvs68
9735
9736         * po/ca.po
9737         * po/de.po
9738         * po/es.po
9739         * po/fi.po
9740         * po/fr.po
9741         * po/sk.po
9742         * po/sr.po
9743         * po/zh_CN.po
9744                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
9745                 Mones Lastra, Tommi Pirinen, Fabien vantard,
9746                 Andrej Kacian, Aleksander Urosevic, Yang Guilong
9747
9748 2005-10-03 [paul]       1.9.14cvs67
9749
9750         * src/send_message.c
9751                 prevent hang on Cancel
9752                 patch by Colin
9753
9754 2005-10-03 [paul]       1.9.14cvs66
9755
9756         * src/main.c
9757                 fix crash in IMAP caused by discrepancy
9758                 between check_at_startup and offline mode
9759                 Patch by Colin
9760
9761 2005-10-01 [paul]       1.9.14cvs65
9762
9763         * src/inc.c
9764                 fix engrish
9765
9766 2005-10-01 [paul]       1.9.14cvs64
9767         * src/export.c
9768         * src/import.c
9769                 synchronise import_mbox() and export_mbox()
9770         * src/mbox.c
9771                 proc_mbox(): add alert if file cannot be opened
9772                 export_list_to_mbox(): test if dest file exists,
9773                 prompt user to overwrite if it does. add alert
9774                 if file cannot be created
9775                                                                 
9776         Patch by wwp
9777                                                                                                                 
9778
9779 2005-09-30 [paul]       1.9.14cvs63
9780
9781         * src/addressbook.c
9782                 Fix sensitivity of a menu
9783         * src/codeconv.c
9784                 Respect hidden pref for mails with no encoding
9785         * src/common/xml.c
9786                 Fix memory corruption
9787         * src/plugins/pgpcore/sgpgme.c
9788                 Fix segfault on incomplete sigs, and display
9789                 of S/Mime UIDs
9790
9791         Patches by Colin
9792
9793 2005-09-30 [colin]      1.9.14cvs62
9794
9795         * src/partial_download.c
9796                 Little logic fix in almost-dead code
9797         * src/pop.c
9798                 Fix partial download when there's no new mail
9799
9800 2005-09-29 [paul]       1.9.14cvs61
9801
9802         * src/plugins/pgpinline/pgpinline.c
9803                 fix bug 819, 'crash accessing sign message'
9804                 Patch by Colin
9805
9806 2005-09-28 [martin]     1.9.14cvs60
9807
9808         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
9809                 fix bug #790 (Crash when restarting window manager (fluxbox))
9810
9811 2005-09-28 [paul]       1.9.14cvs59
9812
9813         * src/gtk/gtkaspell.c
9814                 fix off-by-one typo
9815
9816 2005-09-27 [colin]      1.9.14cvs58
9817
9818         * src/plugins/pgpcore/sgpgme.c
9819                 Report error when there's one, instead of
9820                 "Signature unchecked" 
9821
9822 2005-09-27 [colin]      1.9.14cvs57
9823
9824         * src/prefs_quote.c
9825                 Fix bug #816 (Weird quotation with spaces)
9826
9827 2005-09-27 [colin]      1.9.14cvs56
9828
9829         * src/codeconv.c
9830         * src/compose.c
9831         * src/compose.h
9832                 Put subject in compose's title
9833                 Fix Automatic encoding so that it's really automatic:
9834                 first try default locale's charset, then charset of the replied mail, 
9835                 then utf-8
9836                 Fix encoding of headers (must be in strict mode too)
9837
9838 2005-09-26 [colin]      1.9.14cvs55
9839
9840         * src/gtk/gtkaspell.c
9841                 Fix previous patch - don't color the space,
9842                 just uncolor it :)
9843
9844 2005-09-26 [colin]      1.9.14cvs54
9845
9846         * src/gtk/gtkaspell.c
9847                 Unmark space if possible
9848
9849 2005-09-26 [colin]      1.9.14cvs53
9850
9851         * src/imap.c
9852                 log_error instead of alertpanel according to the pref
9853         * src/etpan/imap-thread.c
9854                 Print connect status, copy only necessary size to 
9855                 logger
9856         * src/plugins/pgpmime/pgpmime.c
9857                 Handle S/Mime signatures (verification only). Patch based
9858                 on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
9859
9860 2005-09-26 [paul]       1.9.14cvs52
9861
9862         * src/common/passcrypt.c
9863                 this 'workaround' not necessary on NetBSD.
9864                 Thanks to Daniel Gustafson
9865
9866 2005-09-26 [paul]
9867
9868         1.9.15-rc4 released
9869
9870 2005-09-26 [paul]       1.9.14cvs51
9871
9872         * src/summaryview.c
9873                 Skip currently selected message when
9874                 looking for next new or unread message
9875                 in current folder. Patch by Colin
9876         * src/common/passcrypt.c
9877                 eliminate warnings on *BSD. Patch by
9878                 Daniel Gustafson
9879
9880 2005-09-26 [colin]      1.9.14cvs50
9881
9882         * src/procmsg.c
9883                 Call postfiltering hook anyway
9884
9885 2005-09-22 [colin]      1.9.14cvs49
9886
9887         * src/codeconv.c
9888         * src/codeconv.h
9889                 Add a strict mode that doesn't replace with _
9890         * src/compose.c
9891         * src/compose.h
9892                 Use strict conversion while sending
9893                 Fix race when drafting while sending (happens
9894                 on IMAP)
9895                 Fix d'n'd of messages from summaryview
9896         * src/prefs_common.c
9897         * src/prefs_common.h
9898                 add hidden utf8_instead_of_locale_for_broken_mail 
9899                 pref for people that preferred the default charset 
9900                 to be utf8 for broken mails
9901         * src/quote_fmt_parse.y
9902                 fix bug #815 (No quote insert if "From:" fied 
9903                 contained Russian letters)
9904         * src/summaryview.c
9905                 Fix d'n'd of messages to compose
9906
9907 2005-09-22 [paul]       1.9.14cvs48
9908
9909         * src/compose.c
9910                 fix bug where attachments Name entry
9911                 would display Path instead
9912
9913 2005-09-21 [paul]       1.9.14cvs47
9914
9915         * README
9916         * README.jp
9917         * configure.ac
9918         * config/config.rpath
9919         * doc/manual/en/sylpheed-20.html
9920         * doc/manual/es/sylpheed-20.html
9921         * po/bg.po
9922         * po/ca.po
9923         * po/de.po
9924         * po/es.po
9925         * po/fr.po
9926         * po/it.po
9927         * po/pt_BR.po
9928         * po/sk.po
9929         * po/zh_TW.po
9930         * src/account.c
9931         * src/account.h
9932         * src/action.c
9933         * src/action.h
9934         * src/adbookbase.h
9935         * src/addr_compl.c
9936         * src/addr_compl.h
9937         * src/addrbook.c
9938         * src/addrbook.h
9939         * src/addrcache.c
9940         * src/addrcache.h
9941         * src/addrcindex.c
9942         * src/addrcindex.h
9943         * src/addrclip.c
9944         * src/addrclip.h
9945         * src/addrdefs.h
9946         * src/addressadd.c
9947         * src/addressadd.h
9948         * src/addressbook.c
9949         * src/addressbook.h
9950         * src/addressitem.h
9951         * src/addrgather.c
9952         * src/addrgather.h
9953         * src/addrharvest.c
9954         * src/addrharvest.h
9955         * src/addrindex.c
9956         * src/addrindex.h
9957         * src/addritem.c
9958         * src/addritem.h
9959         * src/addrquery.c
9960         * src/addrquery.h
9961         * src/addrselect.c
9962         * src/addrselect.h
9963         * src/alertpanel.c
9964         * src/alertpanel.h
9965         * src/browseldap.c
9966         * src/browseldap.h
9967         * src/codeconv.c
9968         * src/codeconv.h
9969         * src/compose.c
9970         * src/compose.h
9971         * src/crash.c
9972         * src/crash.h
9973         * src/customheader.c
9974         * src/customheader.h
9975         * src/displayheader.c
9976         * src/displayheader.h
9977         * src/editaddress.c
9978         * src/editaddress.h
9979         * src/editbook.c
9980         * src/editbook.h
9981         * src/editgroup.c
9982         * src/editgroup.h
9983         * src/editjpilot.c
9984         * src/editjpilot.h
9985         * src/editldap.c
9986         * src/editldap.h
9987         * src/editldap_basedn.c
9988         * src/editldap_basedn.h
9989         * src/editvcard.c
9990         * src/editvcard.h
9991         * src/enriched.c
9992         * src/enriched.h
9993         * src/exphtmldlg.c
9994         * src/exphtmldlg.h
9995         * src/expldifdlg.c
9996         * src/expldifdlg.h
9997         * src/export.c
9998         * src/export.h
9999         * src/exporthtml.c
10000         * src/exporthtml.h
10001         * src/exportldif.c
10002         * src/exportldif.h
10003         * src/filtering.c
10004         * src/filtering.h
10005         * src/folder.c
10006         * src/folder.h
10007         * src/folder_item_prefs.c
10008         * src/folder_item_prefs.h
10009         * src/foldersel.c
10010         * src/foldersel.h
10011         * src/folderutils.c
10012         * src/folderutils.h
10013         * src/folderview.c
10014         * src/folderview.h
10015         * src/grouplistdialog.c
10016         * src/grouplistdialog.h
10017         * src/headerview.c
10018         * src/headerview.h
10019         * src/html.c
10020         * src/html.h
10021         * src/image_viewer.c
10022         * src/image_viewer.h
10023         * src/imap.c
10024         * src/imap.h
10025         * src/imap_gtk.c
10026         * src/imap_gtk.h
10027         * src/import.c
10028         * src/import.h
10029         * src/importldif.c
10030         * src/importldif.h
10031         * src/importmutt.c
10032         * src/importmutt.h
10033         * src/importpine.c
10034         * src/importpine.h
10035         * src/inc.c
10036         * src/inc.h
10037         * src/jpilot.c
10038         * src/jpilot.h
10039         * src/ldapctrl.c
10040         * src/ldapctrl.h
10041         * src/ldaplocate.c
10042         * src/ldaplocate.h
10043         * src/ldapquery.c
10044         * src/ldapquery.h
10045         * src/ldapserver.c
10046         * src/ldapserver.h
10047         * src/ldaputil.c
10048         * src/ldaputil.h
10049         * src/ldif.c
10050         * src/ldif.h
10051         * src/localfolder.c
10052         * src/localfolder.h
10053         * src/main.c
10054         * src/main.h
10055         * src/mainwindow.c
10056         * src/mainwindow.h
10057         * src/manual.c
10058         * src/manual.h
10059         * src/matcher.c
10060         * src/matcher.h
10061         * src/matcher_parser.h
10062         * src/matcher_parser_lex.l
10063         * src/matcher_parser_parse.y
10064         * src/mbox.c
10065         * src/mbox.h
10066         * src/message_search.c
10067         * src/message_search.h
10068         * src/messageview.c
10069         * src/messageview.h
10070         * src/mh.c
10071         * src/mh.h
10072         * src/mh_gtk.c
10073         * src/mh_gtk.h
10074         * src/mimeview.c
10075         * src/mimeview.h
10076         * src/msgcache.c
10077         * src/msgcache.h
10078         * src/mutt.c
10079         * src/mutt.h
10080         * src/news.c
10081         * src/news.h
10082         * src/news_gtk.c
10083         * src/news_gtk.h
10084         * src/noticeview.c
10085         * src/noticeview.h
10086         * src/partial_download.c
10087         * src/partial_download.h
10088         * src/pine.c
10089         * src/pine.h
10090         * src/pop.c
10091         * src/pop.h
10092         * src/prefs_account.c
10093         * src/prefs_account.h
10094         * src/prefs_actions.c
10095         * src/prefs_actions.h
10096         * src/prefs_common.c
10097         * src/prefs_common.h
10098         * src/prefs_compose_writing.c
10099         * src/prefs_compose_writing.h
10100         * src/prefs_customheader.c
10101         * src/prefs_customheader.h
10102         * src/prefs_display_header.c
10103         * src/prefs_display_header.h
10104         * src/prefs_ext_prog.c
10105         * src/prefs_ext_prog.h
10106         * src/prefs_filtering.c
10107         * src/prefs_filtering.h
10108         * src/prefs_filtering_action.c
10109         * src/prefs_filtering_action.h
10110         * src/prefs_folder_column.c
10111         * src/prefs_folder_column.h
10112         * src/prefs_folder_item.c
10113         * src/prefs_folder_item.h
10114         * src/prefs_fonts.c
10115         * src/prefs_fonts.h
10116         * src/prefs_gtk.c
10117         * src/prefs_gtk.h
10118         * src/prefs_image_viewer.c
10119         * src/prefs_image_viewer.h
10120         * src/prefs_matcher.c
10121         * src/prefs_matcher.h
10122         * src/prefs_message.c
10123         * src/prefs_message.h
10124         * src/prefs_msg_colors.c
10125         * src/prefs_msg_colors.h
10126         * src/prefs_other.c
10127         * src/prefs_other.h
10128         * src/prefs_quote.c
10129         * src/prefs_quote.h
10130         * src/prefs_receive.c
10131         * src/prefs_receive.h
10132         * src/prefs_send.c
10133         * src/prefs_send.h
10134         * src/prefs_spelling.c
10135         * src/prefs_spelling.h
10136         * src/prefs_summaries.c
10137         * src/prefs_summaries.h
10138         * src/prefs_summary_column.c
10139         * src/prefs_summary_column.h
10140         * src/prefs_template.c
10141         * src/prefs_template.h
10142         * src/prefs_themes.c
10143         * src/prefs_themes.h
10144         * src/prefs_toolbar.c
10145         * src/prefs_toolbar.h
10146         * src/prefs_wrapping.c
10147         * src/prefs_wrapping.h
10148         * src/privacy.c
10149         * src/privacy.h
10150         * src/procheader.c
10151         * src/procheader.h
10152         * src/procmime.c
10153         * src/procmime.h
10154         * src/procmsg.c
10155         * src/procmsg.h
10156         * src/quote_fmt.c
10157         * src/quote_fmt_parse.y
10158         * src/recv.c
10159         * src/recv.h
10160         * src/remotefolder.c
10161         * src/remotefolder.h
10162         * src/send_message.c
10163         * src/send_message.h
10164         * src/setup.c
10165         * src/setup.h
10166         * src/simple-gettext.c
10167         * src/sourcewindow.c
10168         * src/sourcewindow.h
10169         * src/ssl_manager.c
10170         * src/ssl_manager.h
10171         * src/statusbar.c
10172         * src/statusbar.h
10173         * src/stock_pixmap.c
10174         * src/stock_pixmap.h
10175         * src/summary_search.c
10176         * src/summary_search.h
10177         * src/summaryview.c
10178         * src/summaryview.h
10179         * src/syldap.c
10180         * src/syldap.h
10181         * src/textview.c
10182         * src/textview.h
10183         * src/toolbar.c
10184         * src/toolbar.h
10185         * src/undo.c
10186         * src/undo.h
10187         * src/unmime.c
10188         * src/unmime.h
10189         * src/vcard.c
10190         * src/vcard.h
10191         * src/wizard.c
10192         * src/wizard.h
10193         * src/common/base64.c
10194         * src/common/base64.h
10195         * src/common/defs.h
10196         * src/common/hooks.c
10197         * src/common/hooks.h
10198         * src/common/log.c
10199         * src/common/log.h
10200         * src/common/md5.c
10201         * src/common/md5.h
10202         * src/common/mgutils.c
10203         * src/common/mgutils.h
10204         * src/common/nntp.c
10205         * src/common/nntp.h
10206         * src/common/passcrypt.c
10207         * src/common/passcrypt.h.in
10208         * src/common/plugin.c
10209         * src/common/plugin.h
10210         * src/common/prefs.c
10211         * src/common/prefs.h
10212         * src/common/progressindicator.c
10213         * src/common/progressindicator.h
10214         * src/common/quoted-printable.c
10215         * src/common/quoted-printable.h
10216         * src/common/session.c
10217         * src/common/session.h
10218         * src/common/smtp.c
10219         * src/common/smtp.h
10220         * src/common/socket.c
10221         * src/common/socket.h
10222         * src/common/ssl.c
10223         * src/common/ssl.h
10224         * src/common/ssl_certificate.c
10225         * src/common/ssl_certificate.h
10226         * src/common/string_match.c
10227         * src/common/string_match.h
10228         * src/common/stringtable.c
10229         * src/common/sylpheed.c
10230         * src/common/sylpheed.h
10231         * src/common/template.c
10232         * src/common/template.h
10233         * src/common/timing.h
10234         * src/common/utils.c
10235         * src/common/utils.h
10236         * src/common/uuencode.c
10237         * src/common/uuencode.h
10238         * src/common/version.h.in
10239         * src/common/xml.c
10240         * src/common/xml.h
10241         * src/common/xmlprops.c
10242         * src/common/xmlprops.h
10243         * src/gtk/about.c
10244         * src/gtk/about.h
10245         * src/gtk/colorlabel.c
10246         * src/gtk/colorlabel.h
10247         * src/gtk/colorsel.c
10248         * src/gtk/colorsel.h
10249         * src/gtk/description_window.c
10250         * src/gtk/description_window.h
10251         * src/gtk/filesel.c
10252         * src/gtk/filesel.h
10253         * src/gtk/foldersort.c
10254         * src/gtk/foldersort.h
10255         * src/gtk/gtkutils.c
10256         * src/gtk/gtkutils.h
10257         * src/gtk/inputdialog.c
10258         * src/gtk/inputdialog.h
10259         * src/gtk/logwindow.c
10260         * src/gtk/logwindow.h
10261         * src/gtk/manage_window.c
10262         * src/gtk/manage_window.h
10263         * src/gtk/menu.c
10264         * src/gtk/menu.h
10265         * src/gtk/pluginwindow.c
10266         * src/gtk/pluginwindow.h
10267         * src/gtk/prefswindow.c
10268         * src/gtk/prefswindow.h
10269         * src/gtk/progressdialog.c
10270         * src/gtk/progressdialog.h
10271         * src/gtk/quicksearch.c
10272         * src/gtk/quicksearch.h
10273         * src/gtk/sslcertwindow.c
10274         * src/gtk/sslcertwindow.h
10275         * src/plugins/clamav/clamav_plugin.c
10276         * src/plugins/clamav/clamav_plugin.h
10277         * src/plugins/clamav/clamav_plugin_gtk.c
10278         * src/plugins/demo/demo.c
10279         * src/plugins/dillo_viewer/dillo_prefs.c
10280         * src/plugins/dillo_viewer/dillo_prefs.h
10281         * src/plugins/dillo_viewer/dillo_viewer.c
10282         * src/plugins/mathml_viewer/mathml_viewer.c
10283         * src/plugins/pgpcore/passphrase.c
10284         * src/plugins/pgpcore/passphrase.h
10285         * src/plugins/pgpcore/plugin.c
10286         * src/plugins/pgpcore/prefs_gpg.c
10287         * src/plugins/pgpcore/prefs_gpg.h
10288         * src/plugins/pgpcore/select-keys.c
10289         * src/plugins/pgpcore/select-keys.h
10290         * src/plugins/pgpcore/sgpgme.c
10291         * src/plugins/pgpcore/sgpgme.h
10292         * src/plugins/pgpinline/pgpinline.c
10293         * src/plugins/pgpinline/pgpinline.h
10294         * src/plugins/pgpinline/plugin.c
10295         * src/plugins/pgpmime/pgpmime.c
10296         * src/plugins/pgpmime/pgpmime.h
10297         * src/plugins/pgpmime/plugin.c
10298         * src/plugins/spamassassin/spamassassin.c
10299         * src/plugins/spamassassin/spamassassin.h
10300         * src/plugins/spamassassin/spamassassin_gtk.c
10301         * src/plugins/trayicon/trayicon.c
10302         * tools/OOo2sylpheed.pl
10303         * tools/acroread2sylpheed.pl
10304         * tools/asus_mailled.sh
10305         * tools/filter_conv.pl
10306         * tools/freshmeat_search.pl
10307         * tools/google_search.pl
10308         * tools/kmail2sylpheed.pl
10309         * tools/kmail2sylpheed_v2.pl
10310         * tools/maildir2sylpheed.pl
10311         * tools/multiwebsearch.pl
10312         * tools/newscache_clean.pl
10313         * tools/outlook2sylpheed.pl
10314         * tools/sylpheed-switcher
10315         * tools/update-po
10316         * tools/vcard2xml.py
10317         * tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
10318                 update FSF address
10319
10320 2005-09-21 [colin]      1.9.14cvs46
10321
10322         * src/gedit-print.c
10323         * src/procmsg.c
10324         * src/procmsg.h
10325         * src/textview.c
10326         * src/summaryview.c
10327                 Remove some printing hacks (deselection/reselection),
10328                 which by the way fix printing the currently 
10329                 displayed mime part (still only text)
10330                 Plus a little optimisation of summary_show
10331
10332
10333 2005-09-20 [colin]      1.9.14cvs45
10334
10335         * src/mainwindow.c
10336         * src/messageview.c
10337                 GUI fixups: add accels, set message
10338                 view title to displayed mail's subject
10339         * src/prefs_spelling.c
10340         * src/gtk/gtkaspell.c
10341                 GUI fixups: allow underlining misspelled
10342                 words instead of coloring them (a11y!)
10343
10344 2005-09-19 [colin]
10345
10346         1.9.15rc3 released
10347
10348 2005-09-19 [colin]      1.9.14cvs44
10349
10350         * src/compose.c
10351                 Fix draft message
10352         * src/gtk/gtkaspell.c
10353                 Fix wrong test ;-)
10354
10355 2005-09-19 [colin]      1.9.14cvs43
10356
10357         * src/addressbook.c
10358                 Fix sensitivity of Delete button
10359         * src/compose.c
10360                 Warn if the requested Privacy system
10361                 is not available
10362         * src/exphtmldlg.c
10363         * src/expldifdlg.c
10364         * src/importldif.c
10365         * src/importmutt.c
10366         * src/importpine.c
10367                 Fix crappy UI
10368         * src/
10369         * src/ssl.h
10370         * src/prefs_account.h
10371         * src/prefs_account.c
10372                 Save SSL prefs even in builds that have
10373                 SSL support disable
10374         * src/imap.c
10375         * src/inc.c
10376         * src/news.c
10377         * src/send_message.c
10378                 Warn if connection should be secure, but
10379                 SSL support isn't compiled in
10380         * src/gtkaspell.c
10381                 Fix word separation on UTF-8 systems
10382                 Fixes bug #812 (Strange inline spellchecking)
10383         * src/compose.c
10384                 Warn if the requested Privacy system
10385                 is not available
10386                 Factorize offline warning
10387         * src/imap.c
10388         * src/imap_gtk.c
10389         * src/imap_gtk.h
10390         * src/inc.h
10391         * src/news_gtk.c
10392         * src/news_gtk.h
10393         * src/messageview.c
10394                 Factorize offline warning
10395
10396 2005-09-19 [paul]
10397
10398         1.9.15-rc2 released
10399
10400 2005-09-18 [colin]      1.9.14cvs42
10401
10402         * src/codeconv.c
10403         * src/codeconv.h
10404         * src/procmime.c
10405                 Add a way to get locale's charset ignoring utf-8,
10406                 and use that as default encoding for broken mails
10407
10408 2005-09-18 [colin]      1.9.14cvs41
10409
10410         * src/gtk/logwindow.c
10411                 Translate string. Patch by Fabien Vantard
10412
10413 2005-09-18 [colin]      1.9.14cvs40
10414
10415         * configure.ac
10416                 Fix bug #803 (IMAP/SSL support breaks with 
10417                 GnuTLS libetpan 0.38)
10418
10419 2005-09-18 [colin]      1.9.14cvs39
10420
10421         * src/codeconv.c
10422         * src/compose.c
10423         * src/procmime.c
10424                 More charsets fixes. Fixes bug #806 (non
10425                 ascii characters in subject line)
10426
10427 2005-09-17 [paul]       1.9.14cvs38
10428
10429         * src/folderview.c
10430         * src/mainwindow.c
10431                 fix gcc-2.95 issues
10432                 Patch by Pawel Pekala
10433
10434 2005-09-17 [colin]      1.9.14cvs37
10435
10436         * src/addrindex.c
10437                 bugfix for NO-USE LDAP compilation, patch 
10438                 by Fabien Vantard
10439
10440 2005-09-17 [colin]      1.9.14cvs36
10441
10442         * src/prefs_actions.c
10443         * src/prefs_customheader.c
10444         * src/prefs_display_header.c
10445         * src/prefs_filtering_action.c
10446         * src/prefs_matcher.c
10447         * src/prefs_toolbar.c
10448                 Fix strange casts (less elegant but
10449                 works better)
10450
10451 2005-09-16 [colin]      1.9.14cvs35
10452
10453         * src/jpilot.c
10454                 Missed that one
10455
10456 2005-09-16 [colin]      1.9.14cvs34
10457
10458         * configure.ac
10459         * src/Makefile.am
10460         * src/addr_compl.c
10461         * src/addrindex.c
10462         * src/browseldap.c
10463         * src/editldap.c
10464         * src/ldaplocate.c
10465         * src/ldapquery.c
10466         * src/ldapquery.h
10467         * src/ldapserver.c
10468         * src/ldapserver.h
10469         * src/main.c
10470         * src/matcher_parser_parse.y
10471         * src/prefs_themes.c
10472         * src/etpan/Makefile.am
10473         * src/gtk/description_window.c
10474         * src/plugins/clamav/Makefile.am
10475         * src/plugins/clamav/clamav_plugin.c
10476         * src/plugins/dillo_viewer/Makefile.am
10477         * src/plugins/pgpcore/Makefile.am
10478         * src/plugins/pgpinline/Makefile.am
10479         * src/plugins/pgpmime/Makefile.am
10480         * src/plugins/trayicon/Makefile.am
10481                 Fix 100% cpu usage in address completion list
10482                 Fix little bugs (return with no values etc)
10483                 Fix all warnings (with common CFLAGS)
10484
10485 2005-09-15 [colin]      1.9.14cvs33
10486
10487         * src/addressbook.c
10488                 Fix bug where sometimes a group's email list is empty,
10489                 force its refresh (probably fixes "Re: how to create a 
10490                 distribution list")
10491         * src/ldapquery.c
10492                 Don't return to the callback in the main thread from the
10493                 fetch thread (or face segs!)
10494
10495 2005-09-15 [paul]       1.9.14cvs32
10496
10497         * src/prefs_matcher.c
10498                 forgotten in last commit
10499
10500 2005-09-15 [paul]       1.9.14cvs31
10501
10502         * src/prefs_actions.c
10503         * src/prefs_filtering_action.c
10504         * src/prefs_quote.c
10505         * src/quote_fmt.c
10506         * src/summaryview.c
10507         * src/gtk/description_window.c
10508         * src/gtk/description_window.h
10509         * src/gtk/quicksearch.c
10510                 allow interaction with the called
10511                 description window
10512                 Patch by Anders Hammar
10513
10514 2005-09-14 [paul]       1.9.14cvs30
10515
10516         * src/compose.c
10517                 fix a little annoyance when pasting with 3rd button 
10518                 with wrap_pastes=0 and wrap_input=1
10519                 Patch by Colin
10520
10521 2005-09-14 [paul]       1.9.14cvs29
10522
10523         * src/prefs_account.c
10524                 disable 'Filter messages on receiving' for
10525                 SMTP-only accounts
10526                 Patch  by Anders Hammar
10527
10528 2005-09-14 [paul]       1.9.14cvs28
10529
10530         * po/sk.po
10531                 fix crash
10532                 updated by Andrej Kacian
10533
10534 2005-09-14 [paul]
10535
10536         1.9.15-rc1 released
10537
10538 2005-09-14 [paul]       1.9.14cvs27
10539
10540         * po/es.po
10541                 updated by Ricardo Mones Lastra
10542         * src/compose.c
10543         * src/compose.h
10544                 associate no_wrap_tags to Compose windows
10545                 instead of using a static one
10546                 Patch by Colin
10547         * src/mbox.c
10548                 fix proc_mbox()
10549                 Patch by wwp
10550         * src/textview.c
10551                 remove unneeded printf()
10552
10553 2005-09-14 [paul]       1.9.14cvs26
10554
10555         * src/addrcache.c
10556         * src/codeconv.h
10557         * src/folder.h
10558         * src/mainwindow.h
10559         * src/mh.c
10560         * src/mimeview.h
10561         * src/partial_download.c
10562         * src/pop.c
10563         * src/prefs_account.c
10564         * src/prefs_account.h
10565         * src/prefs_actions.c
10566         * src/prefs_customheader.c
10567         * src/prefs_display_header.c
10568         * src/prefs_filtering_action.c
10569         * src/prefs_matcher.c
10570         * src/prefs_toolbar.c
10571         * src/privacy.h
10572         * src/procmime.c
10573         * src/procmime.h
10574         * src/procmsg.h
10575         * src/textview.c
10576         * src/undo.h
10577         * src/common/plugin.c
10578         * src/common/session.h
10579         * src/common/socket.c
10580         * src/common/socket.h
10581         * src/common/template.c
10582         * src/gtk/gtkaspell.c
10583         * src/gtk/quicksearch.h
10584         * src/plugins/pgpcore/passphrase.c
10585         * src/plugins/pgpcore/prefs_gpg.h
10586         * src/plugins/pgpcore/select-keys.c
10587         * src/plugins/pgpcore/select-keys.h
10588         * src/plugins/pgpcore/sgpgme.c
10589         * src/plugins/pgpinline/pgpinline.c
10590         * src/plugins/pgpmime/pgpmime.c
10591         * src/plugins/trayicon/trayicon.c
10592                 fix compilation warnings
10593                 Patch by Daniel Gustafson
10594
10595 2005-09-14 [paul]       1.9.14cvs25
10596
10597         * src/addressbook.c
10598                 add missing column header, and other small
10599                 bug fixes
10600                 Patch by Anders Hammar
10601
10602 2005-09-13 [colin]      1.9.14cvs24
10603
10604         * src/gtk/gtkaspell.c
10605                 Fix non-utf8 in menu
10606                 Fix little leaks
10607                 Nullify struct members after free()s
10608
10609 2005-09-13 [colin]      1.9.14cvs23
10610
10611         * src/compose.c
10612                 Test utf8 compliance before inserting to 
10613                 buffer, and try to convert if necessary
10614         * src/procmime.c
10615                 If no charset is present, use the locale 
10616                 one instead of us-ascii
10617         * src/procmsg.c
10618                 Add Sender, List-Post and To in the checked 
10619                 headers for automatic rules creation 
10620                 (thanks to wwp)
10621         * src/prefs_themes.c
10622         * src/gtk/gtkaspell.c
10623                 Remove deprecated functions. 
10624                 patch by Daniel Gustafson
10625
10626 2005-09-12 [colin]      1.9.14cvs22
10627
10628         * src/compose.c
10629                 Fix bug #448 (Scrolling/Redraw issue with 
10630                 address-fields in Header)
10631         * src/mainwindow.c
10632         * src/summaryview.c
10633         * src/summaryview.h
10634                 Fix loss of MSG_MARKED on move/copy
10635                 Fix bug #804 (Quicksearch togglebutton doesn't 
10636                 get depressed after '/' key is pressed)
10637
10638 2005-09-12 [paul]       1.9.14cvs21
10639
10640         * AUTHORS
10641         * src/gtk/logwindow.c
10642                 add 'Clear Log' to popup menu
10643                 Patch by Anders Hammar <anders.hammar@telia.com>
10644
10645 2005-09-12 [paul]       1.9.14cvs20
10646
10647         * src/compose.c
10648                 set correct sensitivity on attachments
10649                 popup menu
10650         * src/folder.c
10651                 fix typo
10652         * src/prefs_spelling.c
10653                 fix crash when no LANG env is set
10654         * src/common/xml.c
10655                 fix crash in wizard
10656                 don't use memeory after free
10657
10658         All patches by Daniel Gustafson
10659
10660 2005-09-12 [paul]       1.9.14cvs19
10661
10662         * src/prefs_themes.c
10663                 make theme info selectable
10664         * src/gtk/description_window.c
10665                 make window non-modal
10666         * tools/README
10667                 add details of asus_mailed.sh
10668         * tools/claws.i18n.status.pl
10669                 update for new zh_TW translator
10670                 widen the output
10671                 create alternate coloured lines
10672                 improve readability
10673
10674 2005-09-10 [colin]      1.9.14cvs18
10675
10676         * src/plugins/pgpcore/select-keys.c
10677                 Better order for the buttons
10678
10679 2005-09-10 [colin]      1.9.14cvs17
10680
10681         * src/compose.c
10682         * src/plugins/pgpcore/select-keys.c
10683         * src/plugins/pgpcore/select-keys.h
10684         * src/plugins/pgpcore/sgpgme.c
10685                 Add a "Don't encrypt" button to the key
10686                 selection dialog. Fixes bug #177 (There should be a 
10687                 'Don't encrypt button in the Select Keys dialog)
10688
10689 2005-09-10 [colin]      1.9.14cvs16
10690
10691         * src/compose.c
10692                 Fix bug #572 (%X option does not work with templates)
10693
10694 2005-09-10 [colin]      1.9.14cvs15
10695
10696         * src/toolbar.c 
10697                 Remove g_print
10698
10699 2005-09-10 [colin]      1.9.14cvs14
10700
10701         * src/imap.c
10702                 Fix a possible crash
10703
10704 2005-09-09 [colin]      1.9.14cvs13
10705
10706         * src/imap.c
10707         * src/etpan/imap-thread.c
10708         * src/etpan/imap-thread.h
10709                 Fix moving from queue or drafts to normal folders
10710                 Fix bug #794 (No way to delete without expunging)
10711                 Take flags unset by other mailers into account
10712                 Take deleted flag set by other mailers into account
10713                 Fix unsetting REPLIED flag
10714                 Fix crash when capabilities can't be retrieved
10715         * src/mainwindow.c
10716         * src/mainwindow.h
10717                 Add M_DELAYED_FLAGS condition, and let the user use
10718                 Execute in order to be able to expunge deleted mails,
10719                 even if he's not in delayed execute mode
10720         * src/prefs_spelling.c
10721                 Use 'en' dictionary by default if LANG is POSIX or C
10722         * src/gtk/prefswindow.c
10723                 Fix bug #767 (Preferences windows expanding) by making
10724                 the window a bit larger when the resolution is greater
10725                 than 640x480, and by putting the prefs in a
10726                 GtkScrolledWindow.
10727
10728 2005-09-09 [paul]       1.9.14cvs12
10729
10730         * AUTHORS
10731         * configure.ac
10732         * po/zh_TW.Big5.po      ** REMOVED **
10733         * po/zh_TW.po           ** ADDED **
10734                 updated by Wei-Lun Chao
10735
10736 2005-09-09 [paul]       1.9.14cvs11
10737
10738         * src/mainwindow.c
10739                 fix asserts
10740         * src/common/xml.c
10741                 delay memory allocation until file is
10742                 opened successfully
10743                 Patch by Daniel Gustafson
10744
10745 2005-09-09 [colin]      1.9.14cvs10
10746
10747         * src/imap.c
10748                 Add guards
10749
10750 2005-09-08 [colin]      1.9.14cvs9
10751
10752         * src/compose.c
10753                 Alert when we can't save draft
10754                 Fix various wrap/color issues
10755                 Add mid-click pasting respecting wrap_paste option
10756         * src/folder.c
10757         * src/folder.h
10758         * src/folder_item_prefs.c
10759         * src/folder_item_prefs.h
10760         * src/imap.c
10761         * src/imap_gtk.c
10762         * src/imap_gtk.h
10763         * src/main.c
10764         * src/mainwindow.c
10765         * src/mainwindow.h
10766         * src/news.c
10767         * src/news_gtk.c
10768         * src/news_gtk.h
10769         * src/prefs_folder_item.c
10770                 Fix the impossibility to synchronise folders for
10771                 offline use (IMAP and NNTP are concerned)
10772
10773 2005-09-08 [colin]      1.9.14cvs8
10774
10775         * configure.ac
10776                 Build LDAP and JPilot by default if available
10777         * src/textview.c
10778                 Fix use after free
10779
10780 2005-09-08 [paul]       1.9.14cvs7
10781
10782         * doc/manual/en/sylpheed-1.html
10783         * doc/manual/en/sylpheed-18.html
10784         * doc/manual/en/sylpheed-19.html
10785         * doc/manual/en/sylpheed-4.html
10786         * doc/manual/en/sylpheed-6.html
10787         * doc/manual/en/sylpheed.html
10788                 a few minor updates, plus include some
10789                 details about plugins and their requirements
10790         * src/mainwindow.c
10791                 minor changes to English in /View/Sort
10792
10793 2005-09-07 [colin]      1.9.14cvs6
10794
10795         * doc/manual/en/sylpheed-1.html
10796         * doc/manual/en/sylpheed-10.html
10797         * doc/manual/en/sylpheed-11.html
10798         * doc/manual/en/sylpheed-12.html
10799         * doc/manual/en/sylpheed-13.html
10800         * doc/manual/en/sylpheed-14.html
10801         * doc/manual/en/sylpheed-15.html
10802         * doc/manual/en/sylpheed-16.html
10803         * doc/manual/en/sylpheed-17.html
10804         * doc/manual/en/sylpheed-18.html
10805         * doc/manual/en/sylpheed-19.html
10806         * doc/manual/en/sylpheed-2.html
10807         * doc/manual/en/sylpheed-20.html
10808         * doc/manual/en/sylpheed-21.html
10809         * doc/manual/en/sylpheed-22.html
10810         * doc/manual/en/sylpheed-3.html
10811         * doc/manual/en/sylpheed-4.html
10812         * doc/manual/en/sylpheed-5.html
10813         * doc/manual/en/sylpheed-6.html
10814         * doc/manual/en/sylpheed-7.html
10815         * doc/manual/en/sylpheed-8.html
10816         * doc/manual/en/sylpheed-9.html
10817         * doc/manual/en/sylpheed.html
10818                 More substitutions (missed Sylpheed -> Sylpheed-Claws)
10819
10820 2005-09-07 [colin]      1.9.14cvs5
10821
10822         * src/mainwindow.c
10823                 Make labels more to-the-point
10824
10825 2005-09-07 [colin]      1.9.14cvs4
10826
10827         * doc/manual/en/sylpheed-1.html
10828         * doc/manual/en/sylpheed-12.html
10829         * doc/manual/en/sylpheed-13.html
10830         * doc/manual/en/sylpheed-14.html
10831         * doc/manual/en/sylpheed-15.html
10832         * doc/manual/en/sylpheed-16.html
10833         * doc/manual/en/sylpheed-17.html
10834         * doc/manual/en/sylpheed-18.html
10835         * doc/manual/en/sylpheed-19.html
10836         * doc/manual/en/sylpheed-2.html
10837         * doc/manual/en/sylpheed-20.html
10838         * doc/manual/en/sylpheed-21.html
10839         * doc/manual/en/sylpheed-22.html
10840         * doc/manual/en/sylpheed-4.html
10841         * doc/manual/en/sylpheed-5.html
10842         * doc/manual/en/sylpheed-6.html
10843         * doc/manual/en/sylpheed-7.html
10844         * doc/manual/en/sylpheed-8.html
10845         * doc/manual/en/sylpheed-9.html
10846         * doc/manual/en/sylpheed.html
10847                 Update manual
10848
10849 2005-09-07 [colin]      1.9.14cvs3
10850
10851         * doc/faq/en/sylpheed-faq-1.html
10852         * doc/faq/en/sylpheed-faq-2.html
10853         * doc/faq/en/sylpheed-faq-3.html
10854         * doc/faq/en/sylpheed-faq.html
10855                 Update FAQ
10856
10857 2005-09-07 [colin]      1.9.14cvs2
10858
10859         * src/folderview.c
10860         * src/procmsg.c
10861         * src/summaryview.c
10862         * src/toolbar.c
10863                 Fix special subfolders:
10864                 - Inherit parent's icon
10865                 - sent contents of queues subfolders
10866                 - empty subfolders of trashes
10867         * src/mainwindow.c
10868                 Remove outdated manual and faq entries
10869         * src/common/utils.c
10870                 Add quotes around %s coming from mailcap
10871
10872 2005-09-07 [colin]      1.9.14cvs1
10873
10874         * src/compose.c
10875                 After saving draft, set modified to FALSE
10876         * src/mimeview.c
10877         * src/common/utils.c
10878         * src/common/utils.h
10879                 Try to open mime parts using what is 
10880                 indicated in ~/.mailcap or /etc/mailcap,
10881                 if possible.
10882
10883 2005-09-05 [paul]       1.9.14
10884
10885         1.9.14 released
10886
10887         * po/sk.po
10888                 updated by Andrej Kacian
10889
10890 2005-09-05 [paul]       1.9.13cvs83
10891
10892         * po/de.po
10893         * po/es.po
10894         * po/fi.po
10895         * po/fr.po
10896         * po/nb.po
10897         * po/pt_BR.po
10898         * po/sr.po
10899                 updated translations by Thomas Gilgin, Ricardo Mones
10900                 Lastra, Tommi Pirinen, Fabien Vantard, Geir Helland,
10901                 Frederico Goncalves Guimaraes, Aleksandar Urosevic
10902
10903 2005-09-04 [paul]       1.9.13cvs82
10904
10905         * src/compose.c
10906                 only warn about exceeded line length limit
10907                 on send
10908
10909 2005-09-04 [paul]       1.9.13cvs81
10910
10911         * src/compose.c
10912                 fix crash in 'line length exceeded' dialogue
10913
10914 2005-09-02 [paul]       1.9.13cvs80
10915
10916         * src/imap.c
10917                 fix bug 795, 'Connection lost IMAP'
10918                 and add statusbar prints
10919                 Patch by Colin
10920
10921 2005-09-02 [paul]       1.9.13cvs79
10922
10923         * src/compose.c
10924                 compose_wrap_paragraph() becomes
10925                 compose_beautify_paragraph()
10926                 Patch by Colin
10927
10928 2005-09-02 [colin]      1.9.13cvs78
10929
10930         * src/folderview.c
10931                 Micro-fix
10932
10933 2005-09-01 [colin]      1.9.13cvs77
10934
10935         * src/imap.c
10936                 Maybe fix bug #795 (Connection lost IMAP)
10937                 Don't try to send logout when we're disconnected.
10938         * src/summaryview.c
10939                 Include locked and marked emails in HRM
10940                 view. Fixes bug #800 (Locked messages no longer 
10941                 show up when hide read messages is used)
10942
10943 2005-09-01 [paul]       1.9.13cvs76
10944
10945         * src/prefs_common.c
10946                 fix bad cutting
10947
10948 2005-08-31 [colin]      1.9.13cvs75
10949
10950         * src/folderview.c
10951         * src/folderview.h
10952         * src/prefs_summaries.c
10953         * src/summaryview.c
10954                 Fix "go to next new", fix preference
10955                 (Open unread/next swapped)
10956
10957 2005-08-31 [paul]       1.9.13cvs74
10958
10959         * src/compose.c
10960         * src/folderview.c
10961         * src/headerview.c
10962         * src/headerview.h
10963         * src/mainwindow.c
10964         * src/prefs_common.c
10965         * src/prefs_common.h
10966         * src/prefs_fonts.c
10967         * src/summaryview.c
10968         * src/textview.c
10969         * src/common/defs.h
10970                 remove obsolete BOLD_FONT setting
10971                 fix font update in headerview and textview
10972                 headers after prefs change
10973                 Patch By Colin
10974
10975 2005-08-31 [paul]
10976
10977         1.9.14-rc4 released
10978
10979 2005-08-30 [colin]      1.9.13cvs73
10980
10981         * src/summaryview.c
10982                 When Hide read messages is selected and we
10983                 refresh the summaryview, don't remove the 
10984                 currently displayed message. Fixes bug #797
10985                 (Summary view reloads when new mail is 
10986                 downloaded in 1.9.14 rc)
10987
10988 2005-08-30 [colin]      1.9.13cvs72
10989
10990         * src/folderview.c
10991                 Fix flickering
10992         * src/mainwindow.c
10993                 Remove useless callback
10994         * src/mimeview.c
10995         * src/gtk/filesel.c
10996         * src/gtk/filesel.h
10997                 Add a filesel_select_file_save_folder() - used by Save All
10998
10999 2005-08-29 [paul]       1.9.13cvs71
11000
11001         * AUTHORS
11002         * src/matcher_parser_parse.y
11003         * src/etpan/imap-thread.c
11004                 fix building on FreeBSD
11005                 Patch by Daniel Gustafson <daniel@hobbit.se>
11006
11007 2005-08-29 [paul]       1.9.13cvs70
11008
11009         * src/plugins/pgpinline/pgpinline.c
11010                 only initialise sig result if it's been handled
11011                 Patch by Colin
11012
11013 2005-08-29 [paul]       1.9.13cvs69
11014         
11015         Patches by Colin:
11016
11017         * src/imap.c
11018         * src/common.utils.c
11019         * src/common/utils.h
11020                 optimisation
11021         * src/stock_pixmap.h
11022                 fix wrong icon reference
11023         * src/pixmaps/trash_btn.xpm
11024                 replace with nicer image
11025
11026 2005-08-28 [colin]      1.9.13cvs68
11027
11028         * src/Makefile.am
11029         * src/stock_pixmap.c
11030         * src/stock_pixmap.h
11031         * src/toolbar.c
11032         * src/pixmaps/trash_btn.xpm
11033                 Add a specific trash xpm for the button
11034
11035 2005-08-28 [colin]      1.9.13cvs67
11036
11037         * src/imap.c
11038                 Fix leak
11039
11040 2005-08-27 [colin]      1.9.13cvs66
11041
11042         * src/imap.c
11043         * src/procmime.c
11044                 Correctly fix "Problem with replies", fixes
11045                 pgpmime encryption too. 
11046
11047 2005-08-27 [colin]      1.9.13cvs65
11048
11049         * src/folder.c
11050         * src/procmsg.c
11051         * src/procmsg.h
11052         * src/summaryview.c
11053                 Fix bug #517 (messages removed from summaryview 
11054                 when moving fails)
11055
11056 2005-08-27 [colin]      1.9.13cvs64
11057
11058         * tools/Makefile.am
11059         * tools/asus_mailled.sh
11060                 Add a script to blink ASUS laptops' mail LED where there
11061                 is unread mail.
11062
11063 2005-08-27 [colin]      1.9.13cvs63
11064
11065         * src/imap.c
11066         * src/etpan/imap-thread.c
11067         * src/etpan/imap-thread.h
11068                 Implement automatic choosing of login method
11069                 Fixes bug #791
11070         * src/gtk/.cvsignore
11071                 Add sylpheed-marshal.[ch]
11072
11073 2005-08-27 [colin]      1.9.13cvs62
11074
11075         * src/common/utils.c
11076                 Fix confusing perror
11077
11078 2005-08-27 [colin]      1.9.13cvs61
11079
11080         * src/toolbar.c
11081         * src/toolbar.h
11082                 Remove A_DELETE, replace it with 
11083                 A_TRASH and A_DELETE_REAL. Automatically
11084                 rewrite config files to replace A_DELETE
11085                 with A_TRASH (no functionality change).
11086                 Fixes half of #794
11087
11088 2005-08-26 [colin]      1.9.13cvs60
11089
11090         * src/procmime.c
11091                 Previous "Problem with replies" fix brought other
11092                 problems, fixing them
11093
11094 2005-08-26 [colin]      1.9.13cvs59
11095
11096         * src/procmime.c
11097                 Fix "Problem with replies". This happened only
11098                 on IMAP...
11099         * src/procmsg.c
11100                 Factorize code a bit
11101         * src/compose.c
11102                 Speed improvement on very long messages (wrapping)
11103                 Fix signature color on Reedit and Redirect
11104                 On Reedit, don't attach pgp-signatures parts, but
11105                 set signing to On.
11106
11107 2005-08-24 [paul]       1.9.13cvs58
11108
11109         * src/compose.c
11110                 don't claim success when clicking
11111                 Cancel on the passphrase box.
11112                 Patch by Colin
11113
11114 2005-08-24 [paul]       1.9.13cvs57
11115
11116         * src/main.c
11117                 fix misplaced sylpheed.log
11118         * src/common/defs.h
11119                 define UIDL_DIR
11120
11121 2005-08-24 [paul]       1.9.13cvs56
11122
11123         * src/imap.c
11124         * src/etpan/imap-thread.c
11125         * src/etpan/imap-thread.h
11126                 fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
11127                 Patch by Colin
11128         * src/gtk/sylpheed-marshal.c    ** REMOVED **
11129         * src/gtk/sylpheed-marshal.h    ** REMOVED **
11130                 remove autogenerated files
11131         * tools/kdeservicemenu/README
11132         * tools/kdeservicemenu/install.sh
11133         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
11134         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
11135                 use Claws icon, use 'Sylpheed-Claws' in menu,
11136                 use kdialog, and other cleanups
11137
11138 2005-08-23 [paul]       1.9.13cvs55
11139
11140         * src/compose.c
11141                 fix paste/wrap crash
11142                 Patch by Colin
11143
11144 2005-08-23 [paul]       1.9.13cvs54
11145
11146         * src/main.c
11147                 fix crash recovery
11148                 Patch by Colin
11149
11150 2005-08-23 [paul]       1.9.13cvs53
11151
11152         * src/addressbook.c
11153         * src/editaddress.c
11154                 view all data of LDAP contacts
11155                 Patch by Colin
11156
11157 2005-08-23 [paul]       1.9.13cvs52
11158
11159         * src/addressbook.c
11160                 fix issues with the Search field
11161                 Patch by Colin
11162
11163 2005-08-22 [paul]       1.9.13cvs51
11164
11165         * src/folderview.c
11166                 put name of folder in processing dialog
11167                 title
11168         * src/prefs_folder_item.c
11169                 improve english usage
11170
11171 2005-08-22 [paul]       1.9.13cvs50
11172
11173         * src/filtering.c
11174         * src/filtering.h
11175         * src/matcher.c
11176         * src/matcher_parser_lex.l
11177         * src/matcher_parser_parse.y
11178         * src/prefs_filtering.c
11179                 add Filtering/Processing rule names feature.
11180                 (the incompatible old matcherrc is saved as
11181                 matcherrc.pre_names).
11182                 Patch by Colin
11183
11184 2005-08-22 [paul]       1.9.13cvs49
11185
11186         * src/procmsg.c
11187                 fix colour labelling
11188                 Patch by Colin
11189
11190 2005-08-22 [paul]       1.9.13cvs48
11191
11192         * src/textview.c
11193                 fix open_image_cb()
11194
11195 2005-08-22 [paul]       1.9.13cvs47
11196
11197         * src/imap.c
11198                 fix bug 789, 'SC crashes with imap (CVS ver)'
11199                 Patch by Colin
11200
11201 2005-08-22 [paul]       1.9.13cvs46
11202
11203         * src/mimeview.c
11204         * src/prefs_common.c
11205         * src/common/defs.h
11206                 define reused defaults in defs.h
11207         * src/textview.c
11208                 add 'Open image' to image popup menu
11209
11210 2005-08-21 [colin]      1.9.13cvs45
11211
11212         * src/summaryview.c
11213                 Fix bug #788 (Bogus "From" address displayed)
11214
11215 2005-08-20 [colin]      1.9.13cvs44
11216
11217         * src/folder.c
11218                 Fix buf #787 (multilevel delete causes SIGSEGV)
11219
11220 2005-08-19 [colin]      1.9.13cvs43
11221
11222         * src/inc.c
11223         * src/prefs_common.c
11224         * src/prefs_common.h
11225                 Add an hidden pref to allow modifying the
11226                 update stepping in incorporation.
11227                 Patch by wwp.
11228
11229 2005-08-19 [colin]      1.9.13cvs42
11230
11231         * src/compose.c
11232         * src/procmime.c
11233                 Workaround for broken MUAs: encode 
11234                 Content-type: name: as ASCII and 
11235                 Content-Disposition: filename: as
11236                 per rfc2231
11237         * src/prefs_account.c
11238                 Fix invisible-ness of SMTP SSL prefs
11239                 in NNTP accounts
11240
11241 2005-08-19 [paul]       1.9.13cvs41
11242
11243         * src/compose.c
11244         * src/prefs_common.c
11245         * src/prefs_common.h
11246         * src/prefs_wrapping.c
11247                 paste with or without wrapping.
11248                 patch by Colin
11249
11250 2005-08-19 [paul]       1.9.13cvs40
11251
11252         * src/prefs_common.c
11253         * src/prefs_common.h
11254         * src/summaryview.c
11255                 reintroduce enable_swap_from as a
11256                 hidden pref. patch by Colin
11257         * src/quote_fmt_parse.y
11258         * src/plugins/clamav/clamav_plugin.c
11259         * src/plugins/dillo_viewer/dillo_viewer.c
11260         * src/plugins/mathml_viewer/mathml_viewer.c
11261         * src/plugins/pgpcore/sgpgme.c
11262         * src/plugins/pgpinline/pgpinline.c
11263         * src/plugins/pgpmime/pgpmime.c
11264                 tidy up. patch by Colin
11265
11266 2005-08-19 [paul]       1.9.13cvs39
11267
11268         * configure.ac
11269                 complete cvs38's sync
11270         * src/editaddress.c
11271         * src/gedit-print.c
11272         * src/mutt.c
11273         * src/etpan/etpan-log.c
11274         * src/etpan/imap-thread.c
11275         * src/gtk/gtksourceprintjob.c
11276                 fix compilation warnings
11277                 (patch by Colin)
11278
11279 2005-08-19 [paul]       1.9.13cvs38
11280
11281         sync with main:
11282
11283         * src/account.c
11284         * src/action.c
11285         * src/addrbook.c
11286         * src/addrcache.c
11287         * src/addrharvest.c
11288         * src/addrindex.c
11289         * src/codeconv.c
11290         * src/compose.c
11291         * src/crash.c
11292         * src/exporthtml.c
11293         * src/exportldif.c
11294         * src/folder.c
11295         * src/image_viewer.c
11296         * src/inc.c
11297         * src/inc.h
11298         * src/jpilot.c
11299         * src/ldif.c
11300         * src/main.c
11301         * src/matcher.c
11302         * src/mbox.c
11303         * src/messageview.c
11304         * src/mh.c
11305         * src/mimeview.c
11306         * src/msgcache.c
11307         * src/mutt.c
11308         * src/news.c
11309         * src/partial_download.c
11310         * src/pine.c
11311         * src/pop.c
11312         * src/prefs_actions.c
11313         * src/prefs_common.c
11314         * src/prefs_customheader.c
11315         * src/prefs_display_header.c
11316         * src/prefs_gtk.c
11317         * src/prefs_themes.c
11318         * src/procheader.c
11319         * src/procmime.c
11320         * src/procmsg.c
11321         * src/recv.c
11322         * src/send_message.c
11323         * src/simple-gettext.c
11324         * src/sourcewindow.c
11325         * src/textview.c
11326         * src/vcard.c
11327         * src/common/defs.h
11328         * src/common/log.c
11329         * src/common/plugin.c
11330         * src/common/prefs.c
11331         * src/common/session.c
11332         * src/common/session.h
11333         * src/common/socket.c
11334         * src/common/socket.h
11335         * src/common/ssl_certificate.c
11336         * src/common/template.c
11337         * src/common/utils.c
11338         * src/common/utils.h
11339         * src/common/xml.c
11340         * src/gtk/about.c
11341         added wrappers for C library function that
11342                 take pathname arguments.
11343                 enabled compilation with MinGW.
11344                 use GDir instead of directly using opendir().
11345                 added rename_force().
11346
11347 2005-08-19 [paul]       1.9.13cvs37
11348         
11349         patches by Colin:
11350         * src/compose.c
11351                 fix privacy settings on re-editing
11352                 a sent message
11353         * src/jpilot.c
11354                 fix encoding bug
11355         * src/folder.c
11356         * src/procmsg.c
11357         * src/procmsg.h
11358         * src/summaryview.c
11359                 flag changing optimisation
11360
11361 2005-08-18 [martin]     1.9.13cvs36
11362
11363         * commitHelper
11364             added my login
11365         * src/addrcache.c
11366         * src/addrharvest.c
11367         * src/addrindex.c
11368         * src/compose.c
11369         * src/grouplistdialog.c
11370         * src/main.c
11371         * src/mainwindow.c
11372         * src/msgcache.c
11373         * src/mutt.c
11374         * src/pine.c
11375         * src/prefs_account.c
11376         * src/prefs_themes.c
11377         * src/stock_pixmap.c
11378         * src/summaryview.c
11379         * src/gtk/about.c
11380         * src/gtk/logwindow.c
11381             removed deprecated glib and gdk stuff
11382         * src/plugins/pgpcore/select-keys.c
11383             convert attributes from locale to utf8
11384
11385 2005-08-17 [paul]       1.9.13cvs35
11386
11387         * src/account.c
11388         * src/addressbook.c
11389                 use new GTK_STOCK_ icons if available
11390         * src/summaryview.c
11391         * src/gtk/gtksctree.c
11392         * src/gtk/gtksctree.h
11393                 faster range select. patch by Colin
11394
11395 2005-08-17 [paul]       1.9.13cvs34
11396
11397         patches by colin:
11398         * src/addressbook.c
11399         * src/addressitem.h
11400                 Add an edit button for contacts, fix selections
11401                 of gtksctree items
11402         * src/editaddress.c
11403                 Change labels, let Save be always possible in the
11404                 email and user atributes tabs
11405         * src/folderview.c
11406                 fix sort issues
11407         * src/summaryview.c
11408                 select next item instead of the displayed one
11409                 after deletion
11410
11411         * src/gtk/progressdialog.c
11412                 use prefs_common.enable_rules_hint
11413
11414 2005-08-13 [hoa]        1.9.13cvs33
11415
11416         * src/etpan/imap-thread.c
11417                 fixed build on Solaris.
11418
11419 2005-08-10 [colin]      1.9.13cvs32
11420
11421         * src/procmsg.c
11422                 Fix cvs31 (missing fclose before reading
11423                 the file)
11424
11425 2005-08-10 [colin]      1.9.13cvs31
11426
11427         * src/procmsg.c
11428                 Fix procmsg_msginfo_new_from_mimeinfo() when
11429                 the MimeInfo isn't stored in memory. This fixes
11430                 replying to an attached message.
11431
11432 2005-08-10 [colin]      1.9.13cvs30
11433
11434         * src/mainwindow.c
11435                 Fix slowness in account changing
11436
11437 2005-08-10 [colin]      1.9.13cvs29
11438
11439         * src/folder.c
11440         * src/folderutils.c
11441         * src/folderview.c
11442         * src/imap_gtk.c
11443         * src/mainwindow.c
11444         * src/mh_gtk.c
11445         * src/procmsg.c
11446         * src/summaryview.c
11447                 Optimize folder_has_parent_of_type
11448                 Prevent moving special sub-folders from contextual menus
11449                 Rework message a bit ("Empty all messages" -> "Delete all
11450                 messages")
11451                 Fix bug #780 (MSexchange IMAP - using IMAP "Sent Items" 
11452                 and "Deleted Items" folders)
11453
11454 2005-08-08 [colin]      1.9.13cvs28
11455
11456         * src/summaryview.c
11457         * src/prefs_summaries.c
11458                 Make "Select first unread|new" more flexible
11459                 (just prioritize new or unread)
11460
11461 2005-08-08 [colin]      1.9.13cvs27
11462
11463         * src/summaryview.c
11464                 If "select first new" is selected and there only
11465                 are unread messages, fallback to "select first
11466                 unread".
11467
11468 2005-08-08 [colin]      1.9.13cvs26
11469
11470         * src/folder.c
11471                 Fix shameful bugs (and bug #779)
11472
11473 2005-08-08 [colin]      1.9.13cvs25
11474
11475         * src/folder.c
11476         * src/folder.h
11477                 Cache parents' type to make folder_has_parent_of_type
11478                 faster
11479         * src/folderview.c
11480                 Forbid DnD of special sub-folders
11481         * src/procmsg.c
11482         * src/procmsg.h
11483                 Add MAIL_POSTFILTERING_HOOK
11484         * src/summaryview.c
11485                 Revert over-zealous deletion of the use_addr_book 
11486                 code
11487
11488 2005-08-07 [colin]      1.9.13cvs24
11489
11490         * src/folder.c
11491                 Fix big mistake (passing MsgInfo instead 
11492                 of FolderItem)
11493
11494 2005-08-07 [colin]      1.9.13cvs23
11495
11496         * src/compose.c
11497         * src/folder.c
11498         * src/folder.h
11499         * src/foldersel.c
11500         * src/folderutils.c
11501         * src/folderview.c
11502         * src/imap.c
11503         * src/mainwindow.c
11504         * src/messageview.c
11505         * src/mh.c
11506         * src/msgcache.c
11507         * src/procmime.c
11508         * src/summaryview.c
11509                 Make subfolders of Drafts, Queue, Outbox, Trash
11510                 work like their parents. 
11511                 Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
11512
11513 2005-08-07 [colin]      1.9.13cvs22
11514
11515         * src/addressbook.c
11516                 Fix bug #771 (Dragged contacts not saved)
11517
11518 2005-08-07 [paul]       1.9.13cvs21
11519
11520         * src/summaryview.c
11521                 fix bug 32 'Search Doesn't display results
11522                 if "Hide Read Messages" is chosen'
11523                 be more literal in interpreting 'Hide read
11524                 messages'
11525
11526 2005-08-07 [colin]      1.9.13cvs20
11527
11528         * src/folderview.c
11529                 Add debug
11530         * src/summaryview.c
11531                 Faster 'unthread_for_execution'
11532
11533 2005-08-06 [paul]       1.9.13cvs19
11534
11535         * src/mainwindow.c
11536                 add mnemonics to Set displayed columns
11537                 fix bug where msgview_visible option was
11538                 overwritten as TRUE on startup
11539
11540 2005-08-06 [paul]       1.9.13cvs18
11541
11542         * src/mainwindow.c
11543                 refer to 'displayed columns in folder/message
11544                 list' not 'displayed items in summary/message view'
11545         * src/prefs_display_header.c
11546                 replace GTK_STOCK_DELETE with GTK_STOCK_REMOVE to
11547                 be consistent with similar dialogues
11548         * src/prefs_folder_column.c
11549         * src/prefs_summary_column.c
11550                 'columns' not 'items', and folder and message lists,
11551                 instead of folder and summary views;
11552                 Use 'Hidden columns' as list heading not 'Available
11553                 items';
11554                 move the 'Remove' button to the right hand side;
11555                 top-align the buttons;
11556                 remove unneeded vbox
11557         * src/prefs_summaries.c
11558                 put the 2 column prefs buttons in a frame to reduce
11559                 overall width; refer to columns not items &c.
11560
11561 2005-08-05 [colin]      1.9.13cvs17
11562
11563         * src/prefs_common.c
11564         * src/prefs_common.h
11565         * src/mainwindow.c
11566         * src/compose.c
11567         * src/messageview.c
11568                 Add an hidden toolbar_detachable pref, so
11569                 that I can get rid of these painful handles
11570                 in the toolbars. Defaults to TRUE to avoid
11571                 changing the GUI on unsuspecting people...
11572
11573 2005-08-05 [colin]      1.9.13cvs16
11574
11575         * src/Makefile.am
11576         * src/prefs_folder_column.c
11577         * src/prefs_folder_column.h
11578                 Add prefs for folder columns
11579         * src/folderview.c
11580         * src/folderview.h
11581         * src/mainwindow.c
11582         * src/mainwindow.h
11583         * src/prefs_common.c
11584         * src/prefs_common.h
11585         * src/prefs_summaries.c
11586                 Use them
11587         * src/prefs_summary_column.c
11588         * src/summaryview.c
11589         * src/summaryview.h
11590                 Add a To column
11591         * src/textview.c
11592         * src/common/utils.c
11593         * src/common/utils.h
11594                 Move uri colourisation functions
11595                 to utils
11596         * src/compose.c
11597                 Colourise URIs
11598         * src/imap.c
11599                 Fix bug with LIST where we'd try
11600                 to get Folder//////[...]/// 
11601
11602 2005-08-05 [paul]       1.9.13cvs15
11603
11604         * src/prefs_summaries.c
11605                 improve the English usage
11606         * src/summaryview.c
11607                 set font on column change
11608                 thanks to Colin
11609
11610 2005-08-05 [paul]       1.9.13cvs14
11611
11612         * src/prefs_common.c
11613         * src/prefs_common.h
11614         * src/prefs_summaries.c
11615         * src/summaryview.c
11616                 replace 'open_unread_on_enter' option with
11617                 'select_on_entry' option. opening/not opening
11618                 is now exclusively controlled by 'always_show_msg'
11619
11620 2005-08-04 [colin]      1.9.13cvs13
11621
11622         * src/compose.c
11623                 Remove dead code
11624                 Add colourisation of quotes and signatures
11625         * src/folderview.c
11626                 Fix possible crashes
11627         * src/messageview.c
11628                 Change an assert that is no problem
11629         * src/news.c
11630         * src/news_gtk.c
11631         * src/news_gtk.h
11632                 Fix offline mode
11633         * src/gtk/quicksearch.c
11634                 Fix a possible crash
11635
11636 2005-08-03 [colin]      1.9.13cvs12
11637
11638         * src/prefs_account.c
11639                 Fix bug #777 (Sylpheed crash in account configuration)
11640
11641 2005-08-03 [colin]      1.9.13cvs11
11642
11643         * src/addressbook.c
11644         * src/editaddress.c
11645         * src/editgroup.c
11646                 Fixing addressbook, round 2
11647         * src/textview.c
11648                 Fix emphasis color on rechecking 'Colorize messages'
11649
11650 2005-08-03 [paul]       1.9.13cvs10
11651
11652         sync with main
11653
11654         * src/addr_compl.c
11655         * src/compose.c
11656         * src/main.c
11657         * src/pop.c
11658         * src/prefs_account.c
11659         * src/procmime.c
11660         * src/procmsg.c
11661         * src/quote_fmt_parse.y
11662         * src/textview.c
11663         * src/common/quoted-printable.c
11664         * src/common/utils.c
11665         * src/common/utils.h
11666         * src/common/xml.c
11667                 replaced incorrect locale-independent
11668                 ctype functions with GLib's. Corrected
11669                 signedness mismatch.
11670         * src/headerview.c
11671                 headerview_create(): added spacing for vbox.
11672         * src/gtk/about.c
11673                 set focus to the OK button.
11674
11675 2005-08-03 [colin]      1.9.13cvs9
11676
11677         * src/folderview.c
11678                 Fix possible crash
11679
11680 2005-08-02 [colin]      1.9.13cvs8
11681
11682         * src/mainwindow.c
11683                 Fix cast
11684         * src/addressbook.c
11685         * src/addressitem.h
11686                 Fix a cast and more generally, try to make the
11687                 GUI more intuitive and consistent (round 1)
11688
11689 2005-08-02 [paul]       1.9.13cvs7
11690
11691         * src/folder.h
11692                 missing in 1.9.13cvs6
11693
11694 2005-08-02 [colin]      1.9.13cvs6
11695
11696         * src/folder.c
11697                 Fix one more leak
11698
11699 2005-08-02 [colin]      1.9.13cvs5
11700
11701         * src/folder.c
11702         * src/folderview.c
11703         * src/imap.c
11704         * src/main.c
11705         * src/mbox.c
11706         * src/procmsg.c
11707         * src/summaryview.c
11708                 Fix a number of folder_item_get_msg_list()-related
11709                 leaks (missing procmsg_msginfo_free()s)
11710
11711 2005-08-01 [colin]      1.9.13cvs4
11712
11713         * src/folderview.c
11714         * src/folderview.h
11715         * src/mainwindow.c
11716         * src/prefs_fonts.c
11717         * src/prefs_summaries.c
11718         * src/prefs_themes.c
11719         * src/summaryview.c
11720         * src/summaryview.h
11721         * src/textview.c
11722         * src/textview.h
11723                 Fix instant-apply of summary and folderview-related prefs
11724                 Fix erroneous g_free and alertpanels in prefs_theme
11725                 Add instant-apply for fonts
11726                 Defer applying of prefs a little bit so it's done only
11727                 once even if requested by multiples prefs pages
11728
11729 2005-08-01 [paul]       1.9.13cvs3
11730
11731         * src/main.c
11732                 fix bug 776 'S.C. crashes on close'
11733                 thanks to Colin
11734         * src/etpan/etpan-thread-manager-types.h
11735                 add missing include
11736                 thanks to Hoa
11737
11738 2005-07-25 [paul]       1.9.13cvs2
11739
11740         * src/summaryview.c
11741                 fix typos. spotted by Fabien Vantard
11742
11743 2005-07-24 [paul]       1.9.13cvs1
11744
11745         * doc/man/sylpheed.1
11746                 update man page, incorporating fix of
11747                 bug 769 'Typo in manpage'
11748         * src/etpan/imap-thread.c
11749                 fix NetBSD openssl dependencies. patch by
11750                 George Michaelson <ggm@apnic.net>
11751         * po/pt_BR.po
11752                 updated by Frederico Goncalves Guimaraes
11753
11754 2005-07-22 [paul]       1.9.13
11755
11756         1.9.13 release
11757
11758 2005-07-22 [paul]       1.9.12cvs91
11759
11760         * AUTHORS
11761         * INSTALL
11762         * README.claws
11763         * RELEASE_NOTES.claws
11764                 updated for release
11765         * configure.ac
11766         * po/nb.po
11767         * tools/claws.i18n.status.pl
11768                 add Norwegian translation. submiited by
11769                 Geir Helland <pjallabais@users.sourceforge.net>
11770         * po/ca.po
11771         * po/de.po
11772         * po/es.po
11773         * po/fi.po
11774         * po/fr.po
11775         * po/it.po
11776         * po/sk.po
11777         * po/sr.po
11778         * po/zh_CN.po
11779                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
11780                 Mones Lastra, Tommi Pirinen, Fabien Vantard,
11781                 Andrea Spadaccini, Andrej Kacian, Aleksandar Urosevic,
11782                 Yang Guilong
11783         * src/plugins/clamav/clamav_plugin_gtk.c
11784         * src/plugins/spamassassin/spamassassin_gtk.c
11785                 replace outdated description strings
11786
11787 2005-07-21 [colin]      1.9.12cvs90
11788
11789         * src/folder.c
11790                 Set folder to batch mode when scanning it. Makes deletion
11791                 of unread mails on IMAP much faster (due to the UNREAD 
11792                 flag unsetting)
11793
11794 2005-07-21 [darko]      1.9.12cvs89
11795
11796         * configure.ac
11797                 link against libresolv if necessary (patch by Paul)
11798         * src/msgcache.c
11799                 use glib's portable macros to determine endianness
11800
11801 2005-07-21 [paul]       1.9.12cvs88
11802
11803         * src/crash.c
11804         * src/gtk/about.c
11805                 update compiled-in features list
11806
11807 2005-07-20 [colin]      1.9.12cvs87
11808
11809         * src/folder.c
11810         * src/textview.c
11811                 Gcc 2.9x compilation fixes, thanks to Darko
11812         * src/plugins/clamav/clamav_plugin.c
11813                 Little optimisation: load virus database only once
11814         * src/plugins/spamassassin/spamassassin.c
11815                 Big optimisation: filtering one mail took at least 1 second,
11816                 now it takes at least 50ms. Doesn't speed up spamassassin 
11817                 itself, but should already be much more tolerable.
11818
11819 2005-07-20 [colin]      1.9.12cvs86
11820
11821         * src/summaryview.c
11822                 Fix performance issue
11823
11824 2005-07-19 [colin]      1.9.12cvs85
11825
11826         * src/plugins/pgpinline/plugin.c
11827                 Fix warning
11828
11829 2005-07-19 [colin]      1.9.12cvs84
11830
11831         * configure.ac
11832         * src/plugins/Makefile.am
11833         * src/plugins/pgpinline/.cvsignore
11834         * src/plugins/pgpinline/Makefile.am
11835         * src/plugins/pgpinline/pgpinline.c
11836         * src/plugins/pgpinline/pgpinline.deps
11837         * src/plugins/pgpinline/pgpinline.h
11838         * src/plugins/pgpinline/plugin.c
11839                 Put pgpinline in the main tree
11840
11841 2005-07-19 [paul]       1.9.12cvs83
11842
11843         * src/prefs_actions.c
11844                 prevent '//' in menu names, which cause a crash
11845                 thanks to Colin
11846
11847 2005-07-19 [paul]       1.9.12cvs82
11848
11849         * configure.ac
11850                 be generally more informative in configure output.
11851                 OpenSSL: correction: '[ --enable-openssl ...' -> 
11852                 '[ --disable-openssl ...', as --enable-openssl is default
11853                 PGP/MIME: don't check for GPGME again, check for
11854                 pgpcore instead. Therefore prevent the possibility of
11855                 attempting to build pgpmime if pgpcore dependencies are
11856                 not met
11857                 ClamAV: use pkgconfig to check for lib
11858                 libgnomeprint: revert logic on inner test to match
11859                 everything else
11860         * src/plugins/pgpcore/sgpgme.c
11861                 add missing include
11862
11863 2005-07-19 [colin]      1.9.12cvs81
11864
11865         * src/summaryview.c
11866                 Fix slow thread rebuilding in particular
11867                 cases
11868
11869 2005-07-19 [paul]       1.9.12cvs80
11870
11871         * sylpheed-claws.desktop
11872                 fix typo, spotted by Stephan Sachse
11873         * src/account.c
11874                 replace GTK_STOCK_ADD with
11875                 GTK_STOCK_NEW button
11876
11877 2005-07-18 [colin]      1.9.12cvs79
11878
11879         * src/etpan/imap-thread.c
11880                 Fix return value (Thanks Hoa)
11881
11882 2005-07-18 [colin]      1.9.12cvs78
11883
11884         * src/imap.c
11885                 Allow empty passwords
11886                 Create drafts/queue/outbox if necessary
11887         * src/summaryview.c
11888                 Remove old code
11889         * src/etpan/imap-thread.c
11890                 Fix STARTTLS (Thanks to Hoa)
11891
11892 2005-07-18 [paul]       1.9.12cvs77
11893
11894         * ChangeLog-gtk2.jp
11895         * ChangeLog.jp
11896                 removed
11897         * Makefile.am
11898                 updated to reflect additions and removals
11899         * TODO
11900                 updated to be claws-specific
11901         * TODO-gtk2
11902         * TODO-gtk2.jp
11903         * TODO.jp
11904         * sylpheed-128x128.png
11905         * sylpheed-64x64.png
11906                 removed
11907         * sylpheed-claws-128x128.png
11908         * sylpheed-claws-64x64.png
11909         * sylpheed-claws.desktop
11910         * sylpheed-claws.png
11911                 added
11912         * sylpheed.desktop
11913         * sylpheed.png
11914                 removed
11915
11916 2005-07-17 [paul]       1.9.12cvs76
11917
11918         * src/account.c
11919         * src/addressbook.c
11920         * src/alertpanel.c
11921         * src/alertpanel.h
11922         * src/compose.c
11923         * src/exphtmldlg.c
11924         * src/expldifdlg.c
11925         * src/folderview.c
11926         * src/imap_gtk.c
11927         * src/inc.c
11928         * src/message_search.c
11929         * src/messageview.c
11930         * src/mh_gtk.c
11931         * src/news_gtk.c
11932         * src/prefs_actions.c
11933         * src/prefs_filtering.c
11934         * src/prefs_matcher.c
11935         * src/prefs_template.c
11936         * src/prefs_themes.c
11937         * src/ssl_manager.c
11938         * src/summary_search.c
11939         * src/textview.c
11940         * src/toolbar.c
11941         * src/gtk/sslcertwindow.c
11942         * src/plugins/pgpcore/sgpgme.c
11943                 rework alertpanels
11944
11945 2005-07-17 [colin]      1.9.12cvs75
11946
11947         * src/privacy.c
11948                 add a PrivacySystem accessor that checks that
11949                 the system cached in a MimeInfo's privacydata
11950                 is still registered. Use this accessor instead
11951                 of directly using data->system. Fixes crashes
11952                 after unloading pgp plugins.
11953
11954 2005-07-17 [colin]      1.9.12cvs74
11955
11956         * src/alertpanel.c
11957                 Change geometry hints to a simple default size.
11958                 Fixes the certs dialogs.
11959
11960 2005-07-17 [colin]      1.9.12cvs73
11961
11962         * src/gtk/sslcertwindow.c
11963                 Use a gtkExpander
11964
11965 2005-07-17 [colin]      1.9.12cvs72
11966
11967         * src/plugins/pgpcore/Makefile.am
11968         * src/plugins/pgpmime/Makefile.am
11969                 Add gpgme libs
11970
11971 2005-07-17 [paul]       1.9.12cvs71
11972
11973         * configure.ac
11974                 add --disable-gnomeprint option
11975                 modified version of patch by Marius Mauch
11976
11977 2005-07-17 [paul]       1.9.12cvs70
11978
11979         * src/common/defs.h
11980                 update urls
11981         * src/account.c
11982         * src/action.c
11983         * src/addressbook.c
11984         * src/compose.c
11985         * src/foldersel.c
11986         * src/folderview.c
11987         * src/html.c
11988         * src/imap_gtk.c
11989         * src/main.c
11990         * src/mainwindow.c
11991         * src/messageview.c
11992         * src/mh_gtk.c
11993         * src/mimeview.c
11994         * src/news_gtk.c
11995         * src/prefs_account.c
11996         * src/prefs_send.c
11997         * src/prefs_summaries.c
11998         * src/procmsg.c
11999         * src/summaryview.c
12000         * src/common/utils.c
12001         * src/common/xml.c
12002         * src/plugins/pgpcore/passphrase.c
12003         * src/plugins/pgpcore/select-keys.c
12004                 replace inappropriately used backticks
12005                 with single quotes
12006
12007 2005-07-16 [colin]      1.9.12cvs69
12008
12009         * src/image_viewer.c
12010                 Add extra paranoid checks
12011
12012 2005-07-16 [colin]      1.9.12cvs68
12013
12014         * src/plugins/pgpcore/prefs_gpg.c
12015                 Don't auto-check sigs by default, as it
12016                 can be really slow.
12017
12018 2005-07-16 [colin]      1.9.12cvs67
12019
12020         * src/plugins/pgpcore/sgpgme.c
12021                 Make messages a bit better.
12022
12023 2005-07-16 [colin]      1.9.12cvs66
12024
12025         * src/imap.c
12026                 Remove pseudo-log
12027         * src/etpan/imap-thread.c
12028                 Add real log
12029
12030 2005-07-16 [colin]      1.9.12cvs65
12031
12032         * src/main.c
12033         * src/prefs_other.c
12034                 And now, fix build with libetpan :-/
12035
12036 2005-07-15 [colin]      1.9.12cvs64
12037
12038         * src/prefs_other.c
12039                 Continue fixing build without libetpan.
12040
12041 2005-07-15 [colin]      1.9.12cvs63
12042
12043         * src/main.c
12044                 Fix build with --disable-libetpan
12045
12046 2005-07-15 [colin]      1.9.12cvs62
12047
12048         * configure.ac
12049                 Bump libetpan's version
12050
12051 2005-07-15 [colin]      1.9.12cvs61
12052
12053         * src/etpan/imap-thread.c
12054                 Actually stop logging :)
12055
12056 2005-07-15 [colin]      1.9.12cvs60
12057
12058         * src/addressbook.c
12059                 Fix dnd of multiple addresses.
12060
12061 2005-07-15 [hoa]        1.9.12cvs59
12062
12063         * src/etpan/imap-thread.c
12064             disable login of IMAP password in libetpan log file.
12065
12066 2005-07-15 [paul]       1.9.12cvs58
12067
12068         * src/account.c
12069                 don't automatically sort
12070                 do allow drag n drop
12071
12072 2005-07-15 [paul]       1.9.12cvs57
12073
12074         * src/account.c
12075         * src/ssl_manager.c
12076                 alphabetical listing
12077
12078 2005-07-15 [paul]       1.9.12cvs56
12079
12080         * src/gtk/pluginwindow.c
12081                 sort plugin list alphabetically
12082
12083 2005-07-15 [paul]       1.9.12cvs55
12084
12085         * src/prefs_spelling.c
12086         * src/prefs_wrapping.c
12087                 unify English usage
12088
12089 2005-07-15 [colin]      1.9.12cvs54
12090
12091         * src/wizard.c
12092                 Typo fix
12093
12094 2005-07-15 [paul]       1.9.12cvs53
12095
12096         * src/prefs_message.c
12097                 make 'show cursor' a hidden option
12098
12099 2005-07-14 [colin]      1.9.12cvs52
12100
12101         * src/plugins/spamassassin/Makefile.am
12102         * src/plugins/clamav/Makefile.am
12103                 Fix double EXTRA_DISTs
12104
12105 2005-07-14 [colin]      1.9.12cvs51
12106
12107         * src/plugins/clamav/Makefile.am
12108         * src/plugins/clamav/clamav_plugin_gtk.deps
12109         * src/plugins/spamassassin/Makefile.am
12110         * src/plugins/spamassassin/spamassassin_gtk.deps
12111                 Make $plugin_gtk depend on $plugin
12112
12113 2005-07-14 [hoa]        1.9.12cvs50
12114
12115         * src/etpan/imap-thread.c
12116                 enable debug log of libetpan when running with --debug
12117
12118 2005-07-14 [colin]      1.9.12cvs49
12119
12120         * configure.ac
12121         * src/common/Makefile.am
12122         * src/common/plugin.c
12123         * src/common/plugin.h
12124                 Add a little plugin dependancy system.
12125                 Plugins can ship a $plugin_name.deps file
12126                 (near them in PLUGINDIR) so that their
12127                 dependancies are loaded if possible.
12128         * src/plugins/Makefile.am
12129         * src/plugins/pgpcore/Makefile.am
12130         * src/plugins/pgpcore/passphrase.c
12131         * src/plugins/pgpcore/passphrase.h
12132         * src/plugins/pgpcore/plugin.c
12133         * src/plugins/pgpcore/prefs_gpg.c
12134         * src/plugins/pgpcore/prefs_gpg.h
12135         * src/plugins/pgpcore/select-keys.c
12136         * src/plugins/pgpcore/select-keys.h
12137         * src/plugins/pgpcore/sgpgme.c
12138         * src/plugins/pgpcore/sgpgme.h
12139                 Introduce pgpcore, used by pgpmime and
12140                 pgpinline
12141         * src/plugins/pgpmime/Makefile.am
12142         * src/plugins/pgpmime/passphrase.c
12143         * src/plugins/pgpmime/passphrase.h
12144         * src/plugins/pgpmime/pgpmime.c
12145         * src/plugins/pgpmime/pgpmime.deps
12146         * src/plugins/pgpmime/plugin.c
12147         * src/plugins/pgpmime/prefs_gpg.c
12148         * src/plugins/pgpmime/prefs_gpg.h
12149         * src/plugins/pgpmime/select-keys.c
12150         * src/plugins/pgpmime/select-keys.h
12151         * src/plugins/pgpmime/sgpgme.c
12152         * src/plugins/pgpmime/sgpgme.h
12153                 Remove the core from pgpmime and add the
12154                 dependancy to pgpcore.
12155
12156 2005-07-14 [paul]       1.9.12cvs48
12157
12158         * src/stock_pixmap.c
12159                 forgot this in last commit
12160
12161 2005-07-14 [paul]       1.9.12cvs47
12162
12163         * src/account.c
12164         * src/addressbook.c
12165                 add accelerators for the buttons (sync with main)
12166         * src/compose.c
12167         * src/compose.h
12168                 add accelerators for the buttons.
12169                 fix editing with external editor.
12170                 replace gdk_input_*() with GIOChannel;
12171                 (sync with main)
12172         * src/foldersel.c
12173                 display folder names with new/unread
12174                 representation (sync with main)
12175         * src/main.c
12176                 specify default window icon (sync with main)
12177         * src/prefs_common.c
12178                 use_addr_book default to FALSE
12179         * src/summaryview.c
12180         * src/textview.c
12181                 add accelerators for the buttons (sync with main)
12182         * src/gtk/menu.c
12183                 fix typos
12184         * src/pixmaps/sylpheed_icon.xpm
12185                 updated
12186
12187 2005-07-13 [paul]       1.9.12cvs46
12188
12189         * src/plugins/pgpmime/pgpmime.c
12190         * src/plugins/pgpmime/sgpgme.c
12191                 (temporarily) use deprecated gpgme_data_rewind()
12192                 while largefile support is not present
12193                 (as suggested by Colin)
12194
12195 2005-07-13 [paul]       1.9.12cvs45
12196
12197         * configure.ac
12198                 remove large file support (for now):
12199                 it breaks too many things
12200
12201 2005-07-13 [paul]       1.9.12cvs44
12202
12203         * configure.ac
12204                 add large file support
12205         * src/html.c
12206                 fix bug #763 where href attribute was not
12207                 the very first attribute of a link
12208                 patch by Thomas Gilgin
12209
12210 2005-07-13 [colin]      1.9.12cvs43
12211
12212         * src/gtk/pluginwindow.c
12213                 Little portability fix
12214
12215 2005-07-13 [colin]      1.9.12cvs42
12216
12217         * src/plugins/pgpmime/sgpgme.c
12218                 Fix crasher.
12219
12220 2005-07-13 [colin]      1.9.12cvs41
12221
12222         * src/plugins/pgpmime/pgpmime.c
12223         * src/plugins/pgpmime/sgpgme.c
12224                 Use gpgme_data_release_and_get_mem instead
12225                 of gpgme_data_read.
12226
12227 2005-07-13 [colin]      1.9.12cvs40
12228
12229         * configure.ac
12230         * src/plugins/pgpmime/passphrase.c
12231         * src/plugins/pgpmime/passphrase.h
12232         * src/plugins/pgpmime/pgpmime.c
12233         * src/plugins/pgpmime/plugin.c
12234         * src/plugins/pgpmime/select-keys.c
12235         * src/plugins/pgpmime/select-keys.h
12236         * src/plugins/pgpmime/sgpgme.c
12237         * src/plugins/pgpmime/sgpgme.h
12238                 Port pgpmime to gpgme-1.0.
12239
12240 2005-07-12 [paul]       1.9.12cvs39
12241
12242         * AUTHORS
12243         * src/toolbar.c
12244         * src/toolbar.h
12245                 add a 'Go to Prev' button to the toolbar.
12246                 correct tooltip text of go to buttons.
12247                 based on patch by Yang Guilong <bamanzi@gmail.com>
12248
12249 2005-07-12 [colin]      1.9.12cvs38
12250
12251         * src/statusbar.c
12252                 Fix progress bar showing stuff at startup.
12253
12254 2005-07-12 [paul]       1.9.12cvs37
12255
12256         * src/editjpilot.c
12257                 fix building with jpilot support
12258
12259 2005-07-11 [colin]      1.9.12cvs36
12260
12261         * src/inc.c
12262                 Add visual indication that filtering is running
12263         * src/textview.c
12264                 Make {}[] uri delimiters
12265         * src/summaryview.c
12266                 Remove useless (and slow) calls
12267
12268 2005-07-11 [paul]       1.9.12cvs35
12269
12270         * src/plugins/clamav/clamav_plugin_gtk.c
12271         * src/plugins/dillo_viewer/dillo_prefs.c
12272         * src/plugins/pgpmime/prefs_gpg.c
12273         * src/plugins/spamassassin/spamassassin_gtk.c
12274                 gather plugins prefs together under their
12275                 own 'Plugins' heading
12276
12277 2005-07-11 [paul]       1.9.12cvs34
12278
12279         sync with main
12280
12281         * src/account.c
12282                 account_delete(): modified alert dialog
12283         * src/editjpilot.c
12284         * src/editvcard.c
12285                 fixed a crash when cancelling file selection
12286                 dialog by Escape key. Made non-ascii filename
12287                 selectable.
12288         * src/prefs_template.c
12289                 prefs_template_window_create(): make scrolled
12290                 window policy AUTOMATIC
12291
12292 2005-07-10 [hoa]        1.9.12cvs33
12293
12294         * src/etpan/imap-thread.c
12295                 workaround for old Courier IMAP servers.
12296
12297 2005-07-10 [colin]      1.9.12cvs32
12298
12299         * src/folder.c
12300         * src/statusbar.c
12301         * src/statusbar.h
12302                 Add visual progress indicator on filtering/processing
12303                 Factorize the progress bar code
12304         * src/imap.c
12305         * src/imap.h
12306         * src/etpan/imap-thread.c
12307                 Add a reference counter to avoid destroying the Folder
12308                 while it's in use by another callback.
12309
12310 2005-07-09 [hoa]        1.9.12cvs31
12311
12312         * src/imap.c
12313         * src/etpan/imap-thread.c
12314                 fixed deadlock when removing IMAP account.
12315
12316 2005-07-08 [colin]      1.9.12cvs30
12317
12318         * src/textview.c
12319         * src/unmime.c
12320                 Fix again problems decoding broken headers
12321         * src/gtk/inputdialog.c
12322                 Fix local variable shadowing a global one
12323
12324 2005-07-08 [colin]      1.9.12cvs29
12325
12326         * src/msgcache.c
12327                 Make the cache/mark files platform-agnostic by writing
12328                 them in little-endian format. Reading them is also done
12329                 in little-endian format, of course; however, in order
12330                 to avoid trashing mark data on big-endian machines, the
12331                 files are, at first, read from the native format if the
12332                 little-endian one doesn't exist. This is easy to deter-
12333                 mine by trying to open a file with a swapped data_ver
12334                 and seeing if it's the wanted version.
12335                 Little-endian using users should see absolutely no
12336                 difference, Big-endian users may get a very little
12337                 performance drop due to byte-swapping.
12338                 Tested on i386 and ppc32. 
12339                 Fixes bug #159 (The index file, in the mailboxes, is 
12340                 hardware depending).
12341
12342                 To have the cache/mark files updated to the new little-
12343                 endian format, "Check for new messages" or even
12344                 "Rebuild folder tree" aren't enough. Files will be
12345                 updated as soon as a folder has been opened/closed.
12346                 To update everything, just select all folders by
12347                 selecting them one by one.
12348
12349 2005-07-07 [colin]      1.9.12cvs28
12350
12351         * src/imap.c
12352                 Remember the folder separator per IMAPFolder
12353                 instead of globally.
12354                 Revive the Session on noop; fixes bug #761
12355                 (mark a bunch of unread messages as read takes 
12356                 forever)
12357
12358 2005-07-07 [darko]      1.9.12cvs27
12359
12360         * src/common/template.c
12361                 Sort templates alphabetically
12362
12363 2005-07-06 [colin]      1.9.12cvs26
12364
12365         * src/imap.c
12366                 Try to use the correct separator in
12367                 most cases. Possibly fixes bug #759
12368                 (only creates the INBOX folder when 
12369                 setting up new IMAP account) and 
12370                 bug #760 (Can't retrieve messages)
12371
12372 2005-07-06 [colin]      1.9.12cvs25
12373
12374         * src/imap.c
12375                 Use real_path in status command. This will
12376                 help later, when namespaces will be used.
12377
12378 2005-07-06 [colin]      1.9.12cvs24
12379
12380         * configure.ac
12381         * src/account.c
12382         * src/folder.c
12383         * src/imap.c
12384         * src/etpan/etpan-log.c
12385         * src/etpan/etpan-thread-manager.c
12386         * src/etpan/imap-thread.c
12387                 Add a --disable-libetpan parameter. With this,
12388                 users that don't want IMAP4 support can avoid
12389                 the new dependancy (and have no IMAP support).
12390                 Users that have IMAP4 accounts and use this
12391                 parameter won't lose their configuration, their
12392                 IMAP accounts will just be invisible and not
12393                 used.
12394         * src/textview.c
12395                 Make the "Copy ..." contextual menu items 
12396                 copy to both the X clipboard and the gtk 
12397                 clipboard - as most other apps do.
12398         * src/gtk/about.c
12399                 Add a notice about OpenSSL usage, in order to
12400                 comply with OpenSSL's license (point 6):
12401                 http://www.openssl.org/source/license.html
12402
12403 2005-07-06 [colin]      1.9.12cvs23
12404
12405         * src/alertpanel.c
12406                 Fix a minimum size for alertpanels
12407         * src/compose.c
12408                 Show 'No space left on device' type errors
12409                 when queuing/sending
12410         * src/imap_gtk.c
12411         * src/mh_gtk.c
12412                 Rework folder's deletion message (remove 
12413                 extra \n)
12414
12415 2005-07-05 [colin]      1.9.12cvs22
12416
12417         * src/imap.c
12418                 Add an alertpanel on auth error
12419                 Add pseudo-log
12420                 Remove pthread-related stuff
12421
12422 2005-07-05 [colin]      1.9.12cvs21
12423
12424         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
12425                 Fix crash on plugin reloading (with a hack)
12426
12427 2005-07-05 [colin]      1.9.12cvs20
12428
12429         * src/prefs_account.c
12430         * src/prefs_account.h
12431                 Fix typo
12432         * src/gtk/filesel.c
12433         * src/gtk/filesel.h
12434                 Add a way to filter the view
12435         * src/gtk/pluginwindow.c
12436                 Filter loadable stuff
12437         * src/plugins/pgpmime/prefs_gpg.c
12438                 Fix missing unregistration
12439         * .cvsignore
12440         * src/etpan/.cvsignore
12441         * src/plugins/spamassassin/.cvsignore
12442                 Add more stuff to cvs ignored files
12443
12444 2005-07-04 [colin]      1.9.12cvs19
12445
12446         * src/imap.c
12447                 Fix scan_required returning FALSE when it
12448                 shouldn't. Maybe fix #760 (Can't retrieve
12449                 messages)
12450
12451 2005-07-04 [colin]      1.9.12cvs18
12452
12453         * src/summaryview.c
12454                 Fix always_show_msg pref
12455
12456 2005-07-04 [paul]       1.9.12cvs17
12457
12458         sync with main (forgotten in last commit)
12459         
12460         * src/common/utils.c
12461         * src/common/utils.h
12462                 check_line_length(): new.
12463                 is_dir_exist()
12464                 is_file_entry_exist()
12465                 dirent_is_regular_file()
12466                 dirent_is_directory(): use g_file_test() instead of stat().
12467
12468 2005-07-04 [paul]       1.9.12cvs16
12469
12470         sync with main:
12471
12472         * src/compose.c
12473                 compose_write_to_file(): check for line
12474                 length limit and display warning if exceeds
12475         * src/jpilot.c
12476                 use get_home_dir() instead of g_get_home_dir()
12477         * src/procheader.c
12478                 removed warning about invalid date
12479         * src/vcard.c
12480                 use get_home_dir() instead of g_get_home_dir()
12481
12482 2005-07-04 [paul]       1.9.12cvs15
12483
12484         * src/stock_pixmap.c
12485                 fix new pixmap naming errors
12486                 patch by Aleksandar Urosevic <urke.dd@urosevic.net>
12487
12488 2005-07-04 [colin]      1.9.12cvs14
12489
12490         * src/imap.c
12491                 Fix debugging string with a warning
12492
12493 2005-07-04 [colin]      1.9.12cvs13
12494
12495         * configure.ac
12496                 Add a check for libetpan's version (>= 0.37)
12497
12498 2005-07-04 [hoa]        1.9.12cvs12
12499
12500         * commitHelper
12501         * src/imap.c
12502         * src/etpan/imap-thread.c
12503         * src/etpan/imap-thread.h
12504                 fixed IMAP implementation of check of mails.
12505
12506 2005-07-03 [hoa]        1.9.12cvs11
12507
12508         * src/etpan/Makefile.am
12509         * src/etpan/etpan-errors.h
12510         * src/etpan/etpan-log.[ch]
12511         * src/etpan/etpan-thread-manager-types.h
12512         * src/etpan/etpan-thread-manager.[ch]
12513         * src/etpan/imap-thread.[ch]
12514         * src/Makefile.am
12515         * src/imap.c
12516         * src/main.c
12517         * src/prefs_other.c
12518         * configure.ac
12519             merged imap branch.
12520             dependency on libetpan 0.37 is now added.
12521
12522 2005-07-01 [colin]      1.9.12cvs10
12523
12524         * src/Makefile.am
12525         * src/folder.c
12526         * src/folder.h
12527         * src/folderview.c
12528         * src/stock_pixmap.c
12529         * src/stock_pixmap.h
12530         * src/plugins/trayicon/trayicon.c
12531                 Add marked symbol on folders containing
12532                 marked messages
12533         * src/procmsg.c
12534         * src/procmsg.h
12535         * src/toolbar.c
12536         * src/prefs_common.c
12537         * src/prefs_common.h
12538         * src/prefs_send.c
12539                 Add an optional confirmation dialog on queue
12540                 sending. Patch by wwp.
12541         * src/pixmaps/dir_close_mark.xpm        ** ADDED **
12542         * src/pixmaps/dir_open_hrm_mark.xpm     ** ADDED **
12543         * src/pixmaps/dir_open_mark.xpm         ** ADDED **
12544         * src/pixmaps/drafts_close_mark.xpm     ** ADDED **
12545         * src/pixmaps/drafts_open_mark.xpm      ** ADDED **
12546         * src/pixmaps/inbox_hrm_mark.xpm        ** ADDED **
12547         * src/pixmaps/inbox_mark.xpm            ** ADDED **
12548         * src/pixmaps/outbox_hrm_mark.xpm       ** ADDED **
12549         * src/pixmaps/outbox_mark.xpm           ** ADDED **
12550         * src/pixmaps/trash_hrm_mark.xpm        ** ADDED **
12551         * src/pixmaps/trash_mark.xpm            ** ADDED **
12552                 New pixmaps
12553
12554 2005-07-01 [colin]      1.9.12cvs9
12555
12556         * src/summaryview.c
12557                 Fix a little threading bug
12558         * src/addrgather.c
12559         * src/mainwindow.c
12560                 A little bit of HIG normality never hurts
12561
12562 2005-07-01 [colin]      1.9.12cvs8
12563
12564         * src/compose.c
12565         * src/msgcache.c
12566         * src/pop.c
12567         * src/procmime.c
12568         * src/recv.c
12569         * src/common/log.c
12570         * src/common/template.c
12571         * src/common/utils.c
12572         * src/common/utils.h
12573                 Reverted the fwrite_atomic stuff. In fact
12574                 it is already atomic.
12575
12576 2005-06-30 [colin]      1.9.12cvs7
12577
12578         * src/common/utils.c
12579         * src/common/utils.h
12580                 Add an fwrite_atomic() function to make
12581                 sure we write everything: fwrite can make
12582                 short writes.
12583         * src/compose.c
12584         * src/msgcache.c
12585         * src/pop.c
12586         * src/procmime.c
12587         * src/recv.c
12588         * src/common/log.c
12589         * src/common/template.c
12590                 Use that (and fix swapping of size and nmemb).
12591                 Thanks to Rich Coe for the heads up.
12592
12593 2005-06-30 [colin]      1.9.12cvs6
12594
12595         * src/addressbook.c
12596                 Optimize addressbook opening 
12597
12598 2005-06-30 [colin]      1.9.12cvs5
12599
12600         * src/summaryview.c
12601                 Remove calls to summary_step after move/copy
12602
12603 2005-06-28 [paul]       1.9.12cvs4
12604
12605         * src/alertpanel.c
12606                 wrap and make the error msg selectable
12607
12608 2005-06-28 [paul]       1.9.12cvs3
12609
12610         * src/ssl_manager.c
12611                 replace the OK button with a Close button
12612         * src/gtk/foldersort.c
12613                 use GTK_STOCK_ icons/buttons
12614
12615 2005-06-28 [colin]      1.9.12cvs2
12616
12617         * src/gedit-print.c             ** ADDED **
12618         * src/gedit-print.h             ** ADDED **
12619         * src/gtk/gtksourceprintjob.c   ** ADDED **
12620         * src/gtk/gtksourceprintjob.h   ** ADDED **
12621                 I can't believe no one had enough time to tell
12622                 me I forgot the `cvs add`
12623
12624 2005-06-27 [colin]      1.9.12cvs1
12625
12626         * src/Makefile.am
12627         * src/gtk/Makefile.am
12628         * src/messageview.c
12629         * src/procmsg.c
12630         * src/summaryview.c
12631         * configure.ac
12632                 Add optional libgnomeprint-based printing
12633         * src/mainwindow.c
12634         * src/gtk/quicksearch.c
12635                 Add an Edit/Quick search menu item to show
12636                 and focus the quicksearch
12637
12638 2005-06-27 [paul]       1.9.12
12639
12640         1.9.12 release
12641
12642         * po/ca.po
12643         * po/de.po
12644         * po/es.po
12645         * po/fr.po
12646         * po/it.po
12647         * po/ko.po
12648         * po/pt_BR.po
12649         * po/sk.po
12650         * po/zh_CN.po
12651                 updated by Miquel Oliete, Thomas Gilgin, Ricardo
12652                 Mones Lastra, Fabien Vantard, Andrea Spadaccini,
12653                 SungHyun Nam, Frederico Goncalves Guimaraes,
12654                 Andrej Kacian, and Yang Guilong
12655 2005-06-26 [colin]      1.9.11cvs106
12656
12657         * src/imap_gtk.c
12658                 Forgot one file for previous fix
12659
12660 2005-06-26 [colin]      1.9.11cvs105
12661
12662         * src/folder.c
12663         * src/imap.c
12664                 Fix problems with folder operations in no_select
12665                 imap folders. it applies only to mails, and 
12666                 creation/deletion/move/renaming of folders 
12667                 should be possible
12668
12669 2005-06-26 [paul]       1.9.11cvs104
12670
12671         * src/prefs_filtering.c
12672                 replace one more GTK_STOCK_REMOVE
12673                 with GTK_STOCK_DELETE
12674
12675 2005-06-25 [colin]      1.9.11cvs103
12676
12677         * src/imap.c
12678                 Optimize get_seq_set_from_seq_list
12679                 (Patch by Ricardo) 
12680
12681 2005-06-25 [colin]      1.9.11cvs102
12682
12683         * src/mh.c
12684                 If the directory exists, but not in the
12685                 correct encoding, rename it. This should
12686                 handle old-versions-induced bugs.
12687
12688 2005-06-25 [colin]      1.9.11cvs101
12689
12690         * src/mh.c
12691                 Fix path access with extended dir names
12692                 Fixes bug #589 (SC segfaults with wrong locale
12693                 settings)
12694
12695 2005-06-25 [colin]      1.9.11cvs100
12696
12697         * src/prefs_account.c
12698         * src/prefs_account.h
12699         * src/compose.c
12700                 Add an option to encrypt replies to
12701                 encrypted messages
12702
12703 2005-06-25 [colin]      1.9.11cvs99
12704
12705         * src/compose.c
12706         * src/quote_fmt_parse.y
12707                 ... And make it work with pgpinline.
12708
12709 2005-06-25 [colin]      1.9.11cvs98
12710
12711         * src/compose.c
12712         * src/procmime.c
12713         * src/procmime.h
12714         * src/quote_fmt_parse.y
12715                 o Make reedition of encrypted messages possible
12716                   (as long as it is encrypted to self too, no
12717                    magic there)
12718                 o Make replying with quote (and without selecting
12719                   text) possible for encrypted messages.
12720                 Closes bug #550 (Not possible to "reply with quote"
12721                 to gnupg encrypted messages)
12722
12723 2005-06-24 [paul]       1.9.11cvs97
12724
12725         * src/imap.c
12726                 add missing include
12727
12728 2005-06-24 [paul]       1.9.11cvs96
12729
12730         * src/editldap.c
12731                 made bind password entry invisible
12732                 (sync with main)
12733         * src/send_message.c
12734                 send_message_local(): check exit status
12735                 to detect errors (sync with main)
12736         * src/textview.c
12737                 use main's less ambiguous popup menu
12738                 wording
12739
12740 2005-06-24 [paul]       1.9.11cvs95
12741
12742         * src/prefs_actions.c
12743         * src/prefs_customheader.c
12744         * src/prefs_display_header.c
12745         * src/prefs_filtering_action.c
12746         * src/prefs_matcher.c
12747         * src/prefs_template.c
12748         * src/prefs_toolbar.c
12749                 replace GTK_STOCK_REMOVE with GTK_STOCK_DELETE
12750         * src/gtk/description_window.c
12751                 replace GTK_STOCK_OK with GTK_STOCK_CLOSE
12752
12753 2005-06-23 [colin]      1.9.11cvs94
12754
12755         * src/summaryview.c
12756                 Fix rough edges (be sure to call status_show whenever
12757                 necessary).
12758
12759 2005-06-23 [colin]      1.9.11cvs93
12760
12761         * src/summaryview.c
12762                 Optimize Select All
12763                 Before, in a 5K mails folder: 11s
12764                 After, in the same folder: 58000µs
12765                 The joys of locking... gtk_clist_select_all() fires a 
12766                 tree-select-row event for each selected row, which in 
12767                 summaryview, callbacks summary_selected which in turn,
12768                 calls summary_status_show, which walks the selected
12769                 rows. Hence, calling gtk_clist_select_all was 
12770                 exponential. Locking the summaryview makes 
12771                 summary_selected return early.
12772
12773 2005-06-23 [colin]      1.9.11cvs92
12774
12775         * src/imap.c
12776                 Move mutex at the important place to avoid
12777                 deadlocks
12778         * src/summaryview.c
12779                 Fix Del key deleting directly instead of
12780                 moving to trash
12781
12782 2005-06-22 [colin]      1.9.11cvs91
12783
12784         * src/plugins/spamassassin/libspamc.c
12785                 As we do spagetti code with assignations in multiple
12786                 places (see _message_read_raw where out = msg = raw),
12787                 let's be sure we don't free the same pointer twice.
12788                 Should fix bug #683 (Crash in libpam at 
12789                 message_cleanup).
12790
12791 2005-06-22 [colin]      1.9.11cvs90
12792
12793         * src/compose.c
12794         * src/messageview.c
12795         * src/toolbar.c
12796                 Make toolbar's delete use the move to trash stuff;
12797                 Add gtk_widget_realize to be sure pixmaps can get
12798                 created (that may fix an old worksforme bug which
12799                 I can't find back...)
12800
12801 2005-06-22 [colin]      1.9.11cvs89
12802
12803         * src/summaryview.c
12804         * src/summaryview.h
12805         * src/mainwindow.c
12806                 Rename "Message/Delete" to "Message/Move to trash"
12807                 Add "Message/Delete..." that directly destroys the
12808                 selected messages after asking for a confirmation.
12809
12810 2005-06-22 [colin]      1.9.11cvs88
12811
12812         * src/imap.c
12813                 o Fix compilation with non-gnu compiler (thanks Alex S Moore)
12814                 o Fix a deadlock (thanks Darko)
12815
12816 2005-06-22 [colin]      1.9.11cvs87
12817
12818         * src/gtk/foldersort.c
12819                 Add missing include for the i18n;
12820                 patch by Fabien Vantard
12821
12822 2005-06-21 [colin]      1.9.11cvs86
12823
12824         * src/folder.c
12825         * src/folderview.c
12826                 Respect the no_select flag
12827         * src/imap.c
12828                 Fix recursive deletion
12829         * src/imap_gtk.c
12830         * src/mh_gtk.c
12831                 Make the folder deletion's warning
12832                 more explicit
12833
12834 2005-06-21 [colin]      1.9.11cvs85
12835
12836         * src/textview.c
12837                 Prevent email addresses from spanning accross
12838                 lines - fixes bug # 646 (newline-chars in 
12839                 email addresses)
12840
12841 2005-06-20 [colin]      1.9.11cvs84
12842
12843         * src/folder.c
12844                 Be sure not to remove source if copy failed
12845
12846 2005-06-20 [colin]      1.9.11cvs83
12847
12848         * src/folderview.c
12849         * src/imap_gtk.c
12850                 remove summaryview's lock
12851         * src/imap.c
12852                 introduce threads to avoid problems when foreground tasks
12853                 interfere with background tasks
12854         * src/mh.c
12855                 prevent moving to drafts/queue
12856         * src/mimeview.c
12857                 fix leak
12858
12859 2005-06-19 [colin]      1.9.11cvs82
12860
12861         * src/imap_gtk.c
12862                 Remember that the user doesn't want to override
12863                 offline mode, for 3 seconds. It avoid presenting
12864                 him with N popups in a really short time.
12865
12866 2005-06-17 [colin]      1.9.11cvs81
12867
12868         * src/imap.c
12869                 Fix IMAP breaking on folders containing '('
12870                 (Probably won't be enough)
12871
12872 2005-06-17 [colin]      1.9.11cvs80
12873
12874         Forgotten files on 1.9.11cvs79
12875         * src/summaryview.c
12876                 Fix stepping when not immediately executing
12877         * src/imap.c
12878                 Really prevent UID FETCH 0
12879         * src/codeconv.c
12880                 Fix outgoing charset never set to utf-8
12881         * src/mh.c
12882                 Fix leak
12883
12884 2005-06-16 [colin]      1.9.11cvs79
12885
12886         * src/compose.c
12887                 Fix bug #707 (Dash splits rows)
12888                 Only wrap if we're on a line break position and
12889                 the previous one was a "white" (space) char.
12890                 Pango stuff is weird.
12891
12892 2005-06-16 [colin]      1.9.11cvs78
12893
12894         * src/imap_gtk.c
12895                 Lock summaryview while downloading messages
12896                 on user demand
12897         * src/procheader.c
12898         * src/unmime.c
12899         * src/common/utils.c
12900         * src/common/utils.h
12901                 Replace \r and \n with spaces in From and
12902                 Subject headers
12903
12904 2005-06-16 [paul]       1.9.11cvs77
12905
12906         * src/procmime.c
12907                 liberalise the mime parser
12908         * src/gtk/about.c
12909                 add text wrapping
12910
12911 2005-06-16 [paul]       1.9.11cvs76
12912
12913         * src/gtk/about.c
12914                 reworked
12915
12916 2005-06-15 [colin]      1.9.11cvs75
12917
12918         * src/compose.c
12919                 Finish header encoding fix
12920         * src/summaryview.c
12921                 Fix segfault
12922         * src/headerview.c
12923                 Fix compilation (Thanks Stephan
12924                 Sachse)
12925
12926 2005-06-15 [colin]      1.9.11cvs74
12927
12928         * Makefile.am
12929                 Install gnome2 stuff rather than gnome1, 
12930                 if both are present
12931         * src/codeconv.c
12932         * src/codeconv.h
12933         * src/compose.c
12934                 Fix headers encoding
12935         * src/folder.c
12936                 Visual progress when fetching all messages
12937         * src/folderview.c
12938         * src/summaryview.c
12939         * src/summaryview.h
12940                 Prevent changing current message while
12941                 incorporating
12942
12943 2005-06-15 [paul]       1.9.11cvs73
12944
12945         * src/gtk/gtkaspell.c
12946         * src/gtk/gtkaspell.h
12947                 fix build warnings
12948
12949 2005-06-15 [paul]       1.9.11cvs72
12950
12951         * src/prefs_filtering.c
12952                 allow reordering of filter rules by
12953                 drag n drop
12954
12955 2005-06-15 [paul]       1.9.11cvs71
12956
12957         * COPYING
12958                 updated
12959         * src/codeconv.c
12960                 replace deprecated function
12961         * src/inc.c
12962         * src/send_message.c
12963         * src/gtk/progressdialog.c
12964         * src/gtk/progressdialog.h
12965                 salvage and reuse parts of reverted sync
12966
12967 2005-06-15 [paul]       1.9.11cvs70
12968
12969         * src/inc.c
12970         * src/send_message.c
12971         * src/gtk/progressdialog.c
12972         * src/gtk/progressdialog.h
12973                 revert yesterday's sync with main
12974                 it contains deprecated functions
12975
12976 2005-06-15 [colin]      1.9.11cvs69
12977
12978         * src/headerview.c
12979                 Fix bug #670 (multi user to: will corrupt message 
12980                 headers display)
12981
12982 2005-06-15 [colin]      1.9.11cvs68
12983
12984         * src/compose.c
12985                 Fix bug #421 (Fix undo on wrapping)
12986
12987 2005-06-15 [colin]      1.9.11cvs67
12988
12989         * src/folder.c
12990                 Provide visual feedback while processing
12991                 folder's rules.
12992         * src/imap.c
12993                 Provide visual feedback while getting
12994                 short headers (for uncached messages)
12995
12996
12997 2005-06-14 [paul]       1.9.11cvs66
12998
12999         * src/account.c
13000                 change a couple stock icons
13001         * src/inc.c
13002         * src/send_message.c
13003         * src/gtk/progressdialog.c
13004         * src/gtk/progressdialog.h
13005                 sync main's GtkTreeView implementation
13006
13007 2005-06-14 [colin]      1.9.11cvs65
13008
13009         * src/imap.c
13010                 Various little fixes, mainly on error paths
13011
13012 2005-06-13 [colin]      1.9.11cvs64
13013
13014         * matcher.c
13015         * procmsg.c
13016         * procmsg.h
13017                 Add a way to fetch only headers. This speeds
13018                 up filtering on headers for IMAP. Fixes:
13019                 bug #481 extraneous imap commands slow down 
13020                         imap filtering
13021                 bug #522 Sylpheed downloads all messages 
13022                         when opening mailbox (IMAP)
13023                 bug #677 IMAP fetch is soooooooooooooo slow
13024         * src/folder.c
13025         * src/folder.h
13026                 Add a folder set_batch method so that
13027                 implementations can speed up flags changes
13028         * src/folderutils.c
13029         * src/summaryview.c
13030                 Use that in mark as (un)read and mark all read
13031                 Refix bug #679
13032         * src/imap.c
13033                 Implement set_batch - brings back deferred
13034                 flags in a less buggy manner. Fixes:
13035                 bug #729 IMAP immediate expunge of deleted messages
13036                 bug #191 remove list of messages with one command
13037                 Fix login with strange chars
13038                 Implement fetch_msg_full
13039                 Fix copy (wrong counts)
13040
13041 2005-06-12 [colin]      1.9.11cvs63
13042
13043         * src/folder.c
13044                 lock incorporation during long operations.
13045                 Avoids fucking up the IMAP socket.
13046
13047 2005-06-12 [colin]      1.9.11cvs62
13048
13049         * src/imap.c
13050                 Fix harmful typo
13051                 Factorize remove_all_msg
13052                 Thread-ize expunge
13053         * src/summaryview.c
13054                 Don't update partial-download status if unnecessary
13055         * src/folder.c
13056                 Use remove_msgs everywhere possible
13057
13058 2005-06-12 [colin]      1.9.11cvs61
13059
13060         * src/folder.c
13061         * src/folder.h
13062                 Add a remove_msgs function to remove a 
13063                 list of messages
13064         * src/imap.c
13065                 Implement that.
13066
13067 2005-06-12 [colin]      1.9.11cvs60
13068
13069         * src/imap.c
13070                 Remove flags-processing deferring... Too hard
13071                 to get it to work in all cases.
13072
13073 2005-06-11 [colin]      1.9.11cvs59
13074
13075         * src/imap.c
13076                 printf -> debug_print
13077
13078 2005-06-11 [colin]      1.9.11cvs58
13079
13080         * src/imap.c
13081                 o Fix build without USE_PTHREAD
13082                 o Factorize imap_open
13083                 o Alertpanel in case of impossible connection
13084                 o Alertpanel in case of impossible login
13085                 o Fix deferred flags processing to force a 
13086                   flush before adding some more flags to process,
13087                   but in another folder.
13088
13089 2005-06-10 [colin]      1.9.11cvs57
13090
13091         * src/imap.c
13092                 o Fix a format string error
13093                 o init ssl socket outside of the thread 
13094                   (it possibly invokes gtk calls)
13095         * src/procmime.c
13096                 o Put back the buffer to its necessary size
13097                 o Fix changing a file pointer without keeping
13098                   track of it (thanks Valgrind)
13099         * src/common/smtp.c
13100                 o Fix automatic STARTTLS if login should be done
13101                   and the server only allows it after starting TLS
13102         * src/gtk/gtkinputdialog.c
13103                 o Eat GDK_Return so that the combo popup doesn't 
13104                   appear when we press Enter to validate the combo
13105                   input dialog (as seen in the Open with... dialog)
13106
13107 2005-06-10 [colin]      1.9.11cvs56
13108
13109         * src/imap.c
13110                 o A bit less debug
13111                 o Fix a crash on deletion
13112                 o Threadize imap_select (it's called outside of 
13113                   threads)
13114                 o Defer treatment of DELETED flags
13115
13116
13117 2005-06-09 [colin]      1.9.11cvs55
13118
13119         * src/imap.c
13120                 Make sure we check imap_gtk_should_override(), which
13121                 potentially calls gtk stuff, before creating thread.
13122                 That way it should't be called via imap_get_session()
13123                 inside a thread.
13124
13125 2005-06-09 [colin]      1.9.11cvs54
13126
13127         * src/imap.c
13128                 o add a bit of status output
13129                 o remove some dead code
13130                 o threadize get_list_of_uids
13131                 o threadize imap_get_flags
13132                 o defer flag changing by 500ms so that they
13133                   can be batched
13134
13135
13136 2005-06-08 [colin]      1.9.11cvs53
13137
13138         * src/imap.c
13139                 Thread-ize imap_cmd_fetch
13140
13141 2005-06-08 [colin]      1.9.11cvs52
13142
13143         * src/main.c
13144                 Mmh, that broke POP3...
13145
13146 2005-06-08 [colin]      1.9.11cvs51
13147
13148         * src/main.c
13149                 Stabilize IMAP patch (thanks to Hoa)
13150
13151 2005-06-08 [colin]      1.9.11cvs50
13152
13153         * src/imap.c
13154                 Test patch to speed up imap. 
13155
13156 2005-06-08 [colin]      1.9.11cvs49
13157
13158         * src/imap_gtk.c
13159                 Warning fix
13160         * src/procmime.c
13161                 Apply patch from gentoo to use /usr/share/mime/globs if 
13162                 available, after un-breaking it
13163         * src/common/log.c
13164         * src/common/log.h
13165                 Use g_timeout for invoking hooks that possibly use gtk
13166                 calls. This should leave gtk calls in the main thread.
13167
13168 2005-06-08 [paul]       1.9.11cvs48
13169
13170         * src/codeconv.c
13171                 conv_get_outgoing_charset_str(): don't
13172                 use prefs_common setting
13173         * src/compose.c
13174         * src/compose.h
13175                 add /Options/Character encoding/... to
13176                 temporarily change the outgoing encoding
13177
13178         (belated sync with main)
13179
13180 2005-06-08 [paul]       1.9.11cvs47
13181
13182         * src/compose.c
13183                 correction to/completion of last
13184                 sync with main
13185
13186 2005-06-08 [paul]       1.9.11cvs46
13187
13188         sync with main:
13189         
13190         * src/codeconv.c
13191         * src/codeconv.h
13192                 always enabled Japanese auto-detection
13193                 if the first letters of locale string
13194                 is "ja"
13195         * src/compose.c
13196                 don't use "destroy" signal to destroy
13197                 Compose object (fix rare crashes on discard?)
13198         * src/mainwindow.c
13199         * src/messageview.c
13200         * src/prefs_send.c
13201                 added Hebrew encodings
13202         * src/sourcewindow.c
13203                 don't use "destroy" signal to destroy
13204                 objects
13205
13206 2005-06-07 [colin]      1.9.11cvs45
13207
13208         * src/summaryview.c
13209                 Add missing unlocks/locks
13210
13211 2005-06-07 [paul]       1.9.11cvs44
13212
13213         * src/summaryview.c
13214                 restore bug #749 fix
13215
13216 2005-06-06 [colin]      1.9.11cvs43
13217
13218         * src/summaryview.c
13219                 Fix selection bug when prefs_common.open_unread 
13220                 is FALSE
13221
13222 2005-06-06 [colin]      1.9.11cvs42
13223
13224         * src/common/md5.c
13225                 Fix a warning
13226         * src/summaryview.c
13227         * src/folderview.c
13228                 Factorize long operations beginning and end
13229                 (locking, freezing/thawing, cursor, ...)
13230                 Check selection->data member in selection-
13231                 related loops; this avoids dying an awful
13232                 death if the selection changes on us while
13233                 we're marking a whole IMAP folder unread, 
13234                 for example.
13235
13236 2005-06-06 [paul]       1.9.11cvs41
13237
13238         * src/textview.c
13239                 don't g_free() a static gchar buffer
13240
13241 2005-06-05 [colin]      1.9.11cvs40
13242
13243         * src/mainwindow.c
13244         * src/messageview.c
13245         * src/summaryview.c
13246                 Fix bug #749 (Show all headers should be
13247                 sticky as the GUI suggests)
13248
13249 2005-06-03 [paul]       1.9.11cvs39
13250
13251         * src/compose.c
13252                 don't allow editing of mail while sending.
13253                 patch by Colin
13254
13255 2005-06-03 [paul]       1.9.11cvs38
13256
13257         * src/folderview.c
13258                 add a freeze/thaw to speed up 'mark all read'
13259
13260 2005-06-03 [paul]       1.9.11cvs37
13261
13262         * src/prefs_message.c
13263                 reflect changes immediately
13264
13265 2005-06-02 [colin]      1.9.11cvs36
13266
13267         * po/POTFILES.in
13268                 Patch by Fabien Vantard.
13269
13270 2005-06-02 [colin]      1.9.11cvs35
13271
13272         * src/imap.c
13273                 Use a non-blocking imap_getline() if possible.
13274                 This should completely prevent the interface
13275                 from freezin on imap operations, although it
13276                 may do strange stuff in case of folder switching
13277                 while a big imap operation is taking place...
13278
13279                 In addition, fix a leak in the case thread
13280                 creation fails on connection.
13281
13282 2005-06-02 [colin]      1.9.11cvs34
13283
13284         * src/crash.c
13285         * src/prefs_common.h
13286                 Fix build (prefs_common_init() doesn't exist
13287                 anymore)
13288
13289 2005-06-02 [colin]      1.9.11cvs33
13290
13291         * src/prefs_account.c
13292                 Fix bug #245 (filtering rules broken when
13293                 renaming a remote account (imap4 or nntp)
13294
13295 2005-06-02 [colin]      1.9.11cvs32
13296
13297         * src/imap.c
13298                 Try to fix IMAP shortcomings: 
13299                 o Multithread imap_open()
13300                 o allow offline-mode overriding instead of
13301                   just returning NULL
13302         * src/imap_gtk.c
13303         * src/imap_gtk.h
13304                 Add a function to ask whether we want to
13305                 override offline-mode for 10 minutes (one-shot
13306                 asking was painful)
13307         * src/procheader.c
13308                 Fix segfault when imap parser isn't happy about
13309                 a missing {
13310
13311 2005-06-01 [colin]      1.9.11cvs31
13312
13313         * src/addrharvest.c
13314         * src/compose.c
13315         * src/mbox.c
13316         * src/mbox.h
13317         * src/mh.c
13318         * src/msgcache.c
13319         * src/send_message.c
13320         * src/setup.c
13321         * src/undo.c
13322         * src/common/hooks.c
13323         * src/common/prefs.c
13324         * src/common/template.c
13325         * src/common/utils.c
13326         * src/gtk/gtkutils.c
13327         * src/gtk/inputdialog.c
13328         * src/gtk/menu.c
13329         * src/gtk/pluginwindow.c
13330         * src/gtk/prefswindow.c
13331         * src/plugins/pgpmime/passphrase.c
13332         * src/plugins/pgpmime/prefs_gpg.c
13333                 More -Wall fixes
13334
13335         * src/common/Makefile.am
13336         * src/common/timing.h
13337                 Add basic timing code
13338
13339         * src/summaryview.c
13340                 Fix a bug with unread messages when 
13341                 re-sorting folders, and by the way
13342                 fix a big performance hit when 
13343                 re-sorting (10k mails: before 5s,
13344                 after .5s)
13345
13346         * src/prefs_compose_writing.c
13347         * src/prefs_compose_writing.h
13348         * src/prefs_message.c
13349         * src/prefs_message.h
13350         * src/prefs_other.c
13351         * src/prefs_other.h
13352         * src/prefs_quote.c
13353         * src/prefs_quote.h
13354         * src/prefs_receive.c
13355         * src/prefs_receive.h
13356         * src/prefs_send.c
13357         * src/prefs_send.h
13358         * src/prefs_summaries.c
13359         * src/prefs_summaries.h
13360                 Fix copyright banner
13361
13362 2005-06-01 [paul]       1.9.11cvs30
13363
13364         * po/fi.po
13365                 updated by Flammie Pirinen
13366         * src/procmime.c
13367                 fix 'Bad BASE64 content' output
13368
13369 2005-05-31 [colin]      1.9.11cvs29
13370
13371         * src/procmime.c
13372                 Oops, where did my hunk go.
13373
13374 2005-05-31 [colin]      1.9.11cvs28
13375
13376         * src/Makefile.am
13377         * src/account.c
13378         * src/action.c
13379         * src/addr_compl.c
13380         * src/addressbook.c
13381         * src/codeconv.c
13382         * src/compose.c
13383         * src/export.c
13384         * src/folder.c
13385         * src/folderview.c
13386         * src/image_viewer.c
13387         * src/main.c
13388         * src/mainwindow.c
13389         * src/messageview.c
13390         * src/mimeview.c
13391         * src/msgcache.c
13392         * src/prefs_account.c
13393         * src/prefs_actions.c
13394         * src/prefs_common.c
13395         * src/prefs_compose_writing.c
13396         * src/prefs_customheader.c
13397         * src/prefs_ext_prog.c
13398         * src/prefs_filtering.c
13399         * src/prefs_filtering_action.c
13400         * src/prefs_fonts.c
13401         * src/prefs_image_viewer.c
13402         * src/prefs_message.c
13403         * src/prefs_message.h
13404         * src/prefs_msg_colors.c
13405         * src/prefs_other.c
13406         * src/prefs_other.h
13407         * src/prefs_quote.c
13408         * src/prefs_receive.c
13409         * src/prefs_receive.h
13410         * src/prefs_send.c
13411         * src/prefs_send.h
13412         * src/prefs_spelling.c
13413         * src/prefs_summaries.c
13414         * src/prefs_summary_column.c
13415         * src/prefs_template.c
13416         * src/prefs_themes.c
13417         * src/prefs_toolbar.c
13418         * src/prefs_wrapping.c
13419         * src/procmime.c
13420         * src/procmsg.c
13421         * src/send_message.h
13422         * src/ssl_manager.c
13423         * src/summary_search.c
13424         * src/summaryview.c
13425         * src/textview.c
13426         * src/wizard.c
13427         * src/common/smtp.c
13428         * src/common/smtp.h
13429         * src/gtk/gtkutils.h
13430                 o Move the rest of Common prefs to new style
13431                 o Lots of -Wall warning fixes
13432                 o fix FIXME in cache memusage calculation
13433                 o Let return receipts be sent from any account
13434                 o Little cache optimisation (read)
13435                 o Fix bug #746 (don't treat commas as separators
13436                   when inside a quoted string)
13437
13438 2005-05-31 [paul]       1.9.11cvs27
13439
13440         * src/prefs_common.c
13441                 fix 'off-by-one' typo
13442
13443 2005-05-31 [paul]       1.9.11cvs26
13444
13445         * src/account.c
13446         * src/addr_compl.c
13447         * src/compose.c
13448         * src/foldersel.c
13449         * src/prefs_actions.c
13450         * src/prefs_common.c
13451         * src/prefs_common.h
13452         * src/prefs_customheader.c
13453         * src/prefs_display_header.c
13454         * src/prefs_filtering.c
13455         * src/prefs_filtering_action.c
13456         * src/prefs_matcher.c
13457         * src/prefs_summaries.c
13458         * src/prefs_summary_column.c
13459         * src/prefs_template.c
13460         * src/prefs_toolbar.c
13461         * src/ssl_manager.c
13462         * src/gtk/pluginwindow.c
13463         * src/gtk/prefswindow.c
13464         * src/gtk/progressdialog.c
13465                 add hidden prefs 'enable_rules_hint'
13466                 for gtk_tree_view_set_rules_hint()
13467                 (sync with main)
13468                 
13469
13470 2005-05-31 [colin]      1.9.11cvs25
13471
13472         * src/Makefile.am
13473         * src/main.c
13474         * src/prefs_common.c
13475         * src/prefs_summaries.c ** ADDED **
13476         * src/prefs_summaries.h ** ADDED **
13477                 Common/Display -> Display/Summaries
13478
13479 2005-05-31 [colin]      1.9.11cvs24
13480
13481         * src/Makefile.am
13482         * src/main.c
13483         * src/prefs_quote.c ** ADDED **
13484         * src/prefs_quote.h ** ADDED **
13485                 Move Common/Quote to Compose/Quoting
13486         * src/prefs_common.c
13487         * src/prefs_common.h
13488                 Remove old quote stuff, add
13489                 convenience functions for GtkTextView prefs
13490         * src/gtk/prefswindow.c
13491                 Set default height higher
13492
13493 2005-05-30 [colin]      1.9.11cvs23
13494
13495         * src/Makefile.am
13496         * src/main.c
13497         * src/prefs_common.c
13498         * src/prefs_compose_writing.c ** ADDED **
13499         * src/prefs_compose_writing.h ** ADDED **
13500                 Move Common/Compose prefs to Compose/Writing
13501
13502 2005-05-30 [colin]      1.9.11cvs22
13503
13504         * src/common/utils.c
13505                 Fix bug #651 (Confused Attract by Subject)
13506                 Patch by M. Benkmann <haferfrost@web.de>
13507         * AUTHORS
13508
13509 2005-05-30 [colin]      1.9.11cvs21
13510
13511         * src/compose.c
13512                 Fix concatenation of different headers of
13513                 the same type (bug #645)
13514         * src/prefs_folder_item.c
13515                 Fix bug #699 (setting color to black doesn't
13516                 work immediately)
13517         * src/procmime.c
13518                 Print out decoding error only once per
13519                 block
13520
13521 2005-05-30 [paul]       1.9.11cvs20
13522
13523         * src/common/template.c
13524                 fix Bcc
13525
13526 2005-05-30 [paul]       1.9.11cvs19
13527
13528         * doc/src/rfc2368.txt   **NEW FILE**
13529         * src/compose.c
13530                 compose_entries_set(): don't interpret Bcc
13531                 header field (conform to RFC 2368)
13532                 (sync with main)
13533
13534 2005-05-29 [colin]      1.9.11cvs18
13535
13536         * src/prefs_common.c
13537                 Let the default reply format respect
13538                 netiquette by cutting the signature.
13539
13540 2005-05-29 [colin]      1.9.11cvs17
13541
13542         * src/summaryview.c
13543                 Don't let always_show_msg override
13544                 open_unread_on_enter when opening a new
13545                 directory.
13546
13547 2005-05-27 [paul]       1.9.11cvs16
13548
13549         sync with main:
13550
13551         * src/main.c
13552                 app_will_exit(): cleanup tmp directory when exit
13553         * src/message_search.c
13554                 improved the interface and made code cleanup.
13555                 removed Clear button
13556         * src/send_message.c
13557                 send_message_local(): use GSpawn, and detect errors
13558         * src/summary_search.c
13559                 improved the interface and made code cleanup
13560         * src/textview.c
13561                 textview_write_link(): also skip non-ascii space
13562                  at the head of link strings (phishing check
13563                  didn't work at the case)
13564         * src/common/utils.c
13565                 get_command_output(): use g_spawn_command_line_sync()
13566                 instead of popen()
13567
13568 2005-05-26 [colin]      1.9.11cvs15
13569
13570         * src/folder.c
13571                 remove printf
13572
13573 2005-05-26 [colin]      1.9.11cvs14
13574
13575         * src/common/nntp.c
13576                 Fix nntp mode reader (bug #611)
13577                 Patch by Florian Mickler <florian@mickler.org>
13578
13579 2005-05-26 [colin]      1.9.11cvs13
13580
13581         * src/plugins/pgpmime/passphrase.c
13582                 Fix mouse grabbing (bug #557)
13583
13584 2005-05-26 [colin]      1.9.11cvs12
13585
13586         * src/prefs_themes.c
13587                 Fix g_warning (bug #541)
13588
13589 2005-05-26 [colin]      1.9.11cvs11
13590
13591         * src/prefs_actions.c
13592         * src/prefs_template.c
13593                 Fix bug #506 (no warning if action/template
13594                 is not saved)
13595         * src/common/template.c
13596                 Fix a possible crash
13597
13598 2005-05-26 [colin]      1.9.11cvs10
13599
13600         * src/folder.c
13601         * src/folderview.c
13602         * src/procmsg.c
13603         * src/summaryview.c
13604                 Forbid locked messages to be moved or
13605                 deleted. Locked messages in trashes 
13606                 still get deleted, for performance
13607                 reason (mh.c::mh_remove_all_msgs)
13608
13609 2005-05-25 [colin]      1.9.11cvs9
13610
13611         * src/procmime.c
13612                 Use correct encoding when sending mails
13613                 with attachments that have accentued 
13614                 chars in their name
13615
13616 2005-05-24 [colin]      1.9.11cvs8
13617
13618         * src/summaryview.c
13619                 Fix bug #688 f) read/unread marker not
13620                 changed on first click
13621                 Also, optimize summary_status_show()
13622                 calls
13623         * src/folder.c
13624         * src/inc.c
13625         * src/procmime.c
13626                 Fix bug #688 b) and c) wrt message
13627                 attachments and signature
13628         * src/stock_pixmap.c
13629         * src/stock_pixmap.h
13630         * src/stock_pixmap.c
13631         * src/stock_pixmap.h
13632         * src/Makefile.am
13633         * src/pixmaps/clip_gpg_signed.xpm
13634                 Add clip/signed icon
13635
13636 2005-05-24 [colin]      1.9.11cvs7
13637
13638         * src/folder_item_prefs.c
13639                 whitespace fix
13640
13641 2005-05-24 [colin]      1.9.11cvs6
13642
13643         * src/folderview.c
13644         * src/prefs_common.c
13645         * src/prefs_common.h
13646                 Add a confirmation to folder drag and drop
13647                 fixes bug #156
13648         * src/alertpanel.c
13649         * src/alertpanel.h
13650                 fix _with_disable parameters so that
13651                 the buttons labels are specifiable too
13652         * src/plugins/pgpmime/sgpgme.c
13653                 reflect said change
13654                 
13655
13656 2005-05-24 [colin]      1.9.11cvs5
13657
13658         * src/folderview.c
13659                 Uncollapse/collapse folders on double-click
13660                 patch by Torsten Schoenfeld <kaffeetisch@gmx.de>
13661                 closes bug #108
13662
13663 2005-05-23 [colin]      1.9.11cvs4
13664
13665         * src/common/socket.c
13666                 Check another special SSL_peek() error.
13667                 Should help wrt bug #728
13668
13669 2005-05-23 [colin]      1.9.11cvs3
13670
13671         * src/plugins/pgpmime/pgpmime.c
13672                 Change name to "PGP MIME" instead of "PGP/MIME" to avoid
13673                 breaking menu accelerators and stuff. Users will have to
13674                 reselect "PGP MIME" instead of "PGP/MIME" in their 
13675                 account's privacy preferences if needed.
13676
13677 2005-05-22 [paul]
13678
13679         * tools/kdeservicemenu/install.sh
13680                 use kdesu to prompt for root password if doing
13681                 global install/uninstall
13682
13683 2005-05-20 [colin]      1.9.11cvs2
13684
13685         * src/procmsg.c
13686                 Fix another compilation error with gcc-2.9x
13687                 Thanks to Pawel Pekala <c0rn@gazeta.pl>
13688         * src/send_message.c
13689                 Don't send QUIT if we aren't connected
13690
13691 2005-05-19 [colin]      1.9.11cvs1
13692
13693         * src/procmsg.c
13694                 Fix compilation with gcc 2.9x
13695
13696 2005-05-19 [paul]       1.9.11
13697
13698         1.9.11 released
13699
13700 2005-05-19 [paul]       1.9.9cvs14
13701
13702         * src/gtk/inputdialog.c
13703                 prevent gettext warning
13704
13705 2005-05-19 [paul]       1.9.9cvs13
13706
13707         * src/mainwindow.c
13708         * src/prefs_common.c
13709         * src/prefs_common.h
13710         * src/textview.c
13711         * src/textview.h
13712                 add an option to toggle cursor in message
13713                 view (sync with main)
13714
13715 2005-05-18 [colin]      1.9.9cvs12
13716
13717         * src/compose.c
13718                 Dereference freed pointer
13719         * src/gtk/gtkaspell.c
13720                 Fix duplication of dictionaries (is it an aspell issue?)
13721
13722 2005-05-18 [colin]      1.9.9cvs11
13723
13724         * src/gtk/inputdialog.c
13725         * src/gtk/gtkaspell.c
13726                 HIGuify dialogs
13727         * src/alertpanel.c
13728                 Remove a double call
13729
13730 2005-05-17 [colin]      1.9.9cvs10
13731
13732         * src/gtk/gtkaspell.c
13733                 Fix dialogs, Ctrl-Enter accel
13734
13735 2005-05-17 [colin]      1.9.9cvs9
13736
13737         * src/gtk/gtkaspell.c
13738                 Fix some accelerators, escape in replace-window
13739
13740 2005-05-16 [colin]      1.9.9cvs8
13741
13742         * src/gtk/gtkaspell.c
13743                 Revert last commit, it was a mistake.
13744
13745 2005-05-16 [colin]      1.9.9cvs7
13746
13747         * src/gtk/gtkaspell.c
13748                 Remove buggy code while we're at it. It's a 
13749                 dead code path anyway.
13750
13751 2005-05-16 [colin]      1.9.9cvs6
13752
13753         * src/gtk/gtkaspell.c
13754                 Missed some gtk_menu_popup where deactivate
13755                 signal should be handled. Should fix bug
13756                 #629 a bit more.
13757
13758 2005-05-16 [colin]      1.9.9cvs5
13759
13760         * src/gtk/gtkaspell.c
13761                 Remove debug printf()s
13762
13763 2005-05-16 [colin]      1.9.9cvs4
13764
13765         * src/gtk/gtkaspell.c
13766                 Fix a bit aspell problems
13767                 (see bug #629)
13768
13769 2005-05-13 [colin]      1.9.9cvs3
13770
13771         * src/folderview.c
13772                 Fix the + appearing even when no subfolders
13773                 have unread messages. Thanks to wwp for the
13774                 bug report.
13775
13776 2005-05-11 [paul]       1.9.9cvs2
13777
13778         * src/folderview.c
13779                 correction to 1.9.9cvs1, only colour folders that
13780                 have new msgs (not unread msgs)
13781
13782 2005-05-10 [colin]      1.9.9cvs1
13783
13784         * src/folderview.c
13785         * src/summaryview.c
13786                 Try to fix bolding bugs again.
13787
13788 2005-05-09 [paul]
13789
13790         * tools/claws.i18n.status.pl
13791                 add Ricardo Mones Lastra's script that has been providing
13792                 the i18n status page for many months
13793
13794 2005-05-09 [paul]       1.9.9
13795
13796         1.9.9 release
13797
13798 2005-05-09 [paul]       1.9.6cvs58
13799
13800         * AUTHORS
13801         * INSTALL
13802         * README.claws
13803                 updated
13804         * Makefile.am 
13805         * RELEASE_NOTES.claws
13806                 add release notes to cvs to simplify release
13807                 procedure
13808         * configure.ac
13809                 add ca and fi to ALL_LINGUAS
13810         * po/Makefile.in.in
13811                 workaround for missing Makevars
13812         * po/ca.po
13813         * po/fi.po
13814                 add new Catalan and Finnish translations
13815                 submitted by Miquel Oliete and Flammie Pirinen
13816         * po/de.po
13817         * po/es.po
13818         * po/fr.po
13819         * po/it.po
13820         * po/pl.po
13821         * po/ru.po
13822         * po/sk.po
13823         * po/sr.po
13824         * po/zh_CN.po
13825                 updated by Thomas Gilgin, Ricardo Mones Lastra, Fabien Vantard,
13826                 Andrea Spadaccini, Emilian Nowak, Pavlo Bohmat, Andrej Kacian,
13827                 Urke MMI, and Hansom Young
13828         * src/main.c
13829                 Fix drafting when quitting. compose_draft() closes the
13830                 compose windows, which modifies the compose_list GSList.
13831                 We have to refresh this list after echo drafting to avoid a
13832                 segfault
13833         * src/partial_download.c
13834                 fix segfault on exit
13835
13836 2005-05-06 [paul]       1.9.6cvs57
13837
13838         * src/grouplistdialog.c
13839                 quick fix/workaround for unresizeable newsgroup
13840                 name column 
13841
13842 2005-05-06 [paul]       1.9.6cvs56
13843
13844         * src/inc.c
13845         * src/mainwindow.c
13846                 use gettext plural forms
13847         * src/imap_gtk.c
13848         * src/mh_gtk.c
13849         * src/toolbar.c
13850                 small improvement to english usage
13851
13852 2005-05-05 [thorsten]   1.9.6cvs55
13853
13854         * src/folder.c
13855                 fix possible crash
13856
13857 2005-05-05 [paul]       1.9.6cvs54
13858         
13859         sync with HEAD
13860
13861         * AUTHORS
13862         * src/compose.c
13863                 fix bug 713 'Resent-To and Resent-Cc headers are garbled'
13864                 patch by Tim Mann
13865
13866 2005-05-05 [paul]       1.9.6cvs53
13867
13868         * src/mainwindow.c
13869                 fix resizing of separate message and
13870                 folder views
13871
13872 2005-05-05 [paul]       1.9.6cvs52
13873
13874         * src/account.c
13875         * src/addrgather.c
13876         * src/browseldap.c
13877         * src/exphtmldlg.c
13878         * src/expldifdlg.c
13879         * src/importmutt.c
13880         * src/importpine.c
13881         * src/main.c
13882         * src/mainwindow.c
13883         * src/noticeview.c
13884         * src/prefs_filtering.c
13885         * src/prefs_filtering_action.c
13886         * src/prefs_matcher.c
13887         * src/prefs_spelling.c
13888         * src/prefs_toolbar.c
13889         * src/toolbar.c
13890         * src/wizard.c
13891         * src/gtk/description_window.c
13892         * src/gtk/gtkvscrollbutton.c
13893         * src/gtk/progressdialog.c
13894         * src/gtk/quicksearch.c
13895         * src/plugins/pgpmime/prefs_gpg.c
13896         * src/plugins/spamassassin/spamassassin_gtk.c
13897                 replace deprecated gtk_widget_set_usize
13898
13899 2005-05-04 [colin]      1.9.6cvs51
13900
13901         * src/common/utils.c
13902                 Fix crash when subst_for_filename is called
13903                 with a NULL parameter
13904
13905 2005-05-04 [colin]      1.9.6cvs50
13906
13907         * src/partial_download.c
13908         * src/pop.c
13909                 Escape login when writing uidl file
13910                 fixes bug #736
13911
13912 2005-05-03 [colin]      1.9.6cvs49
13913
13914         * src/procmime.c
13915                 Fix possible DOS in mime parser
13916                 (see bug #634)
13917
13918 2005-05-02 [colin]      1.9.6cvs48
13919
13920         * src/compose.c
13921                 Try to fix the copy/paste mess once again.
13922
13923
13924 2005-04-30 [colin]      1.9.6cvs47
13925
13926         * src/prefs_account.h
13927         * src/procmsg.c
13928         * src/send_message.c
13929         * src/common/smtp.c
13930         * src/common/smtp.h
13931                 Try to batch sending mails (per account) instead of
13932                 reconnecting to server every time.
13933
13934 2005-04-29 [colin]      1.9.6cvs46
13935
13936         * src/messageview.c
13937                 Fix window resizing that refused to size down
13938         * src/prefs_common.c
13939         * src/prefs_common.h
13940         * src/prefs_filtering.c
13941                 Save Filtering's window size
13942
13943 2005-04-21 [paul]       1.9.6cvs45
13944
13945         * ChangeLog-gtk2.claws
13946         * src/setup.c
13947                 correction to sync
13948
13949 2005-04-21 [paul]       1.9.6cvs44
13950
13951         sync with main:
13952
13953         * src/setup.c
13954         * src/statusbar.c
13955         * src/statusbar.h
13956                 use gtkut_widget_draw_now(). Improved performance
13957                 of the update of statusbar
13958         * src/textview.c
13959                 textview_smooth_scroll_do(): redraw it after scroll
13960                 is done (fixed incorrect display when a part of the
13961                 view is hidden).
13962         * src/gtk/gtkutils.c
13963         * src/gtk/gtkutils.h
13964                 gtkut_widget_draw_now(): use gdk_window_process_updates()
13965                 to force update of widgets.
13966                 Removed gtkut_widget_wait_for_draw() which had a big
13967                 overhead  because of waiting for all events processed 
13968
13969 2005-04-20 [paul]       1.9.6cvs43
13970
13971         * src/codeconv.c
13972                 complete 1.9.6cvs42's sync:
13973                 Fallback to GBK if "X-GBK" is passed (thanks to SuperMMX)
13974
13975 2005-04-19 [paul]       1.9.6cvs42
13976
13977         sync with main:
13978
13979         * src/action.c
13980                 catch_output(): correctly select the insert text
13981                 (fix invalid iterator warnings).
13982         * src/codeconv.c
13983         * src/codeconv.h
13984         * src/mainwindow.c
13985         * src/messageview.c
13986         * src/prefs_common.c
13987                 support GBK encoding.
13988         * src/common/session.c
13989         * src/common/session.h
13990                 use separate buffer for large data to be sent,
13991                 and don't duplicate it (reduces memory usage) (thanks to Dirk).
13992
13993 2005-04-18 [paul]       1.9.6cvs41
13994
13995         * src/jpilot.c
13996                 convert unsigned long into guint32
13997                 patch by Paul LeoNerd Evans 
13998
13999 2005-04-17 [colin]      1.9.6cvs40
14000
14001         * src/compose.c
14002                 Fix 'Request return receipt' from folder
14003                 properties (bug #708)
14004
14005 2005-04-17 [colin]      1.9.6cvs39
14006
14007         * src/mainwindow.c
14008                 Fix duplicate hotkeys in Mainwindow's menu
14009
14010 2005-04-17 [colin]      1.9.6cvs38
14011
14012         * src/folderview.c
14013                 Fix duplicate hotkeys in Folderview's contextual
14014                 menu
14015
14016 2005-04-15 [colin]      1.9.6cvs37
14017
14018         * src/summaryview.c
14019                 Fix 'Save as...' with non-ascii filenames
14020
14021 2005-04-15 [colin]      1.9.6cvs36
14022
14023         * src/plugins/pgpmime/pgpmime.c
14024                 Fix bus error on 64bit. Spotted by 
14025                 macallan1888@gmail.com
14026
14027 2005-04-15 [colin]      1.9.6cvs35
14028
14029         * src/prefs_account.c
14030                 Fix cvs34.
14031
14032 2005-04-12 [colin]      1.9.6cvs34
14033
14034         * src/prefs_account.c
14035                 Fix smtp auth type off-by-one. We forgot to
14036                 add PLAIN in the prefs-to-gui setter func and
14037                 as a result, the selected auth when opening
14038                 account prefs was not the correct one.
14039
14040 2005-04-12 [paul]       1.9.6cvs33
14041
14042         * src/inc.c
14043                 if the recv dialog is visible, Cancel only
14044                 cancels the current account
14045
14046
14047 2005-04-10 [colin]      1.9.6cvs32
14048
14049         * src/filtering.c
14050                 Copy score when copying FilteringActions
14051                 Fix bug #674
14052
14053 2005-04-10 [colin]      1.9.6cvs31
14054
14055         * src/inc.c
14056                 Make Message -> Receive -> Cancel cancel 
14057                 incorporation on all accounts. Fixes
14058                 bug #693
14059
14060 2005-04-10 [colin]      1.9.6cvs30
14061
14062         * src/prefs_account.c
14063                 Update Privacy checkbuttons status based
14064                 on the selected privacy system
14065         * src/compose.c
14066                 Always connect the "None" privacy system; the
14067                 static boolean was probably there to avoid
14068                 reconnecting twice in the same compose window,
14069                 but as the parent function is only called once
14070                 per compose, it's only a bug - as a static is
14071                 initialized once per application instance.
14072                 Also, don't uncheck Sign and Encrypt when
14073                 selecting None as privacy system; just ignore
14074                 them when sending/queuing.
14075                 Should fix bug #695
14076
14077 2005-04-08 [colin]      1.9.6cvs29
14078
14079         * src/account.c
14080         * src/prefs_account.c
14081         * src/prefs_account.h
14082                 Add account preference to queue message in a certain
14083                 folder.
14084
14085 2005-04-06 [colin]      1.9.6cvs28
14086
14087         * src/prefs_account.c
14088                 Update old inbox path syntax
14089
14090 2005-04-06 [paul]       1.9.6cvs27
14091
14092         sync with main:
14093
14094         * configure.ac
14095                 changed -traditional-cpp to -no-cpp-precomp for newer
14096                 Mac OS X support
14097         * src/foldersel.c
14098                 made column resize automatically
14099         * src/send_message.c
14100                 send_message_smtp(): consider EOF right after QUIT
14101                 successful (workaround for Gmail SMTP server)
14102         * src/common/socket.c
14103                 ssl_read(), ssl_peek(): check EOF which violates the
14104                 SSL protocol
14105         * src/gtk/colorlabel.c
14106                 removed warnings when displaying colorlabel menu
14107                 (don't use GtkAlignment)
14108
14109 2005-04-05 [paul]       1.9.6cvs26
14110
14111         * src/plugins/trayicon/trayicon.c
14112                 fix clipping of icon under KDE3 
14113
14114 2005-04-05 [paul]       1.9.6cvs25
14115
14116         * src/summaryview.c
14117                 hide display of threading
14118                 patch by Alfons
14119
14120 2005-04-04 [thorsten]   1.9.6cvs24
14121
14122         * src/mh.c
14123                 marks lost on filesystems with different stat() results on
14124                 summer-/wintertime
14125
14126 2005-04-03 [colin]      1.9.6cvs23
14127
14128         * src/summaryview.c
14129                 Don't handle up/down. Patch by Alfons
14130
14131 2005-04-02 [colin]      1.9.6cvs22
14132
14133         * src/summaryview.c
14134                 Make scrolling faster. Patch by Alfons.
14135
14136 2005-04-01 [colin]      1.9.6cvs21
14137
14138         * src/Makefile.am
14139         * src/stock_pixmap.c
14140         * src/pixmaps/dir-noselect.xpm ** REMOVED **
14141         * src/pixmaps/dir_noselect.xpm ** ADDED **
14142                 Fix pixmap name mismatch (Thanks Stephan Sachse)
14143
14144 2005-04-01 [colin]      1.9.6cvs20
14145
14146         * src/image_viewer.c
14147         * src/image_viewer.h
14148         * src/procmime.c
14149         * src/procmime.h
14150         * src/textview.c
14151         * src/textview.h
14152                 Implement inline image resizing and right-clicking
14153
14154 2005-04-01 [paul]       1.9.6cvs19
14155
14156         * AUTHORS
14157         * Makefile.am
14158         * configure.ac
14159                 check for gnome2
14160                 patch by Luca Cavalli <loopback<AT>slackit.org>
14161         * po/ru.po
14162                 updated by Pavlo Bohmat
14163
14164 2005-03-31 [colin]      1.9.6cvs18
14165
14166         * src/news.c
14167                 Fix parsing references
14168         * src/msgcache.c
14169                 don't put nulls in the references list
14170         * src/procheader.c
14171                 commit that forgotten file in 1.9.6cvs14
14172
14173 2005-03-31 [colin]      1.9.6cvs17
14174
14175         * src/compose.c
14176                 Fix joining of signature separator again. 
14177                 Maybe Hiro could put it in main too...
14178
14179 2005-03-31 [colin]      1.9.6cvs16
14180
14181         * src/Makefile.am
14182         * src/foldersel.c
14183         * src/stock_pixmap.c
14184         * src/stock_pixmap.h
14185         * src/pixmaps/dir-noselect.xpm
14186                 Update foldersel.c (sync from main, patch by Alfons)
14187
14188 2005-03-30 [colin]      1.9.6cvs15
14189
14190         * src/imap.c
14191                 Fix handling of imap folders containing [] in 
14192                 their name. Thanks to Nahuel Angelinetti for
14193                 the detailed bugreport.
14194
14195 2005-03-30 [colin]      1.9.6cvs14
14196
14197         * src/common/utils.h
14198         * src/common/utils.c
14199         * src/common/defs.h
14200         * src/matcher.c
14201         * src/msgcache.c
14202         * src/news.c
14203         * src/procmsg.c
14204         * src/procmsg.h
14205         * src/quote_fmt_parse.y
14206         * src/summaryview.c
14207                 Update references system. Patch by Alfons
14208
14209 2005-03-30 [colin]      1.9.6cvs13
14210
14211         * src/common/socket.c
14212                 Force the glibc to read resolv.conf again when 
14213                 it has changed. Should fix issues when changing
14214                 networks on a laptop and not restarting sylpheed. 
14215
14216 2005-03-30 [paul]       1.9.6cvs12
14217
14218         partial sync with main:
14219
14220         * src/action.c
14221                 create_io_dialog(): use user-defined text font
14222                 (thanks to Alfons), and modified its appearance.
14223         * src/addrgather.c
14224         * src/addrharvest.c
14225         * src/browseldap.c
14226                 replace old code
14227         * src/compose.c
14228                 don't join (presumably) itemized lines on line-wrapping
14229                 fixed wrapping of quote when auto-wrapping is enabled
14230                 compose_destroy(): destroy paned only if it's not
14231                 attached to window. Fixed memory leak of popup menu.
14232         * src/exphtmldlg.c
14233         * src/expldifdlg.c
14234                 replace old code
14235         * src/html.c
14236         * src/html.h
14237         * src/importmutt.c
14238         * src/importpine.c
14239                 replace old code
14240         * src/main.c
14241                 removed redundant code
14242         * src/mainwindow.c
14243                 changed 'Code set' (which is rather incorrect)
14244                 in the menu to 'Character encoding'
14245                 main_window_set_widgets(): request size first
14246                 to prevent window size becoming wrong
14247                 fixed remembering of the state of the visibility
14248                 of MessageView
14249         * src/messageview.c
14250                 changed 'Code set' (which is rather incorrect)
14251                 in the menu to 'Character encoding'
14252         * src/prefs_common.c
14253         * src/prefs_common.h
14254                 added an option whether to render HTML as text or not
14255                 added separators to outgoing encoding menu
14256         * src/procheader.c
14257                 procheader_scan_date_string(): support header
14258                 like: "[Tue,] 01 Feb 2005 09:57[:00]"
14259         * src/summaryview.c
14260         * src/summaryview.h
14261                 minor code cleanup
14262         * src/textview.c
14263                 textview_show_html(): force output of newline
14264                 added an option whether to render HTML as text or not
14265         * src/common/utils.c
14266                 strncpy2(): optimized based on Alfons' code
14267         * src/gtk/gtkutils.c
14268         * src/gtk/gtkutils.h
14269                 removed non-used code
14270         * src/plugins/pgpmime/passphrase.c
14271                 partially fixed grab input of passphrase dialog
14272                 Confine pointer to window
14273
14274 2005-03-30 [colin]      1.9.6cvs11
14275
14276         * src/msgcache.c
14277         * src/msgcache.h
14278                 Read/write 32bit ints from cache & marks
14279                 From main.
14280
14281 2005-03-29 [paul]       1.9.6cvs10
14282
14283         * AUTHORS
14284         * ChangeLog.claws
14285         * src/compose.c
14286         * src/gtk/gtkaspell.c
14287                 sync with HEAD (don't pass NULL pointers) 
14288
14289 2005-03-24 [paul]
14290
14291         * tools/Makefile.am
14292         * tools/README
14293         * tools/acroread2sylpheed.pl
14294                 sync with HEAD (add script to send pdfs as
14295                 attachments from Adobe Reader 7)
14296
14297 2005-03-21 [paul]       1.9.6cvs9
14298
14299         * configure.ac
14300         * po/POTFILES.in
14301         * src/Makefile.am
14302         * src/crash.c
14303         * src/image_viewer.c ** ADDED **
14304         * src/image_viewer.h ** ADDED **
14305         * src/main.c
14306         * src/prefs_common.c
14307         * src/prefs_common.h
14308         * src/prefs_image_viewer.c ** ADDED **
14309         * src/prefs_image_viewer.h ** ADDED **
14310         * src/textview.c
14311         * src/gtk/about.c
14312         * src/pixmaps/sylpheed_logo.xpm
14313         * src/plugins/Makefile.am
14314         * src/plugins/image_viewer/.cvsignore ** REMOVED **
14315         * src/plugins/image_viewer/Makefile.am ** REMOVED **
14316         * src/plugins/image_viewer/plugin.c ** REMOVED **
14317         * src/plugins/image_viewer/viewer.c ** REMOVED **
14318         * src/plugins/image_viewer/viewer.glade ** REMOVED **
14319         * src/plugins/image_viewer/viewer.h ** REMOVED ** 
14320         * src/plugins/image_viewer/viewerprefs.c ** REMOVED **
14321         * src/plugins/image_viewer/viewerprefs.glade ** REMOVED **
14322         * src/plugins/image_viewer/viewerprefs.h ** REMOVED **
14323                 as gdk-pixbuf is now built-in
14324                 remove image_viewer plugin and put code back into
14325                 main codebase
14326                 implement inline image display (sync with main)
14327
14328                 replace logo with newer, nicer, larger version  
14329
14330 2005-03-21 [paul]       1.9.6cvs8
14331
14332         * src/gtk/about.c
14333                 cosmetic improvement
14334
14335 2005-03-21 [holger]     1.9.6cvs7
14336
14337         * src/plugins/spamassassin/spamassassin.c
14338                 Sync with HEAD
14339                 (unregister hook on failed plugin init)
14340
14341 2005-03-20 [colin]      1.9.6cvs6
14342
14343         * src/common/plugin.c
14344                 Check that plugin isn't already loaded
14345                 Patch by Alfons
14346
14347 2005-03-20 [thorsten]   1.9.6cvs5
14348
14349         * src/compose.c
14350                 use a more compatible syntax
14351
14352 2005-03-20 [thorsten]   1.9.6cvs4
14353
14354         * src/prefs_toolbar.c
14355                 fix crash when selecting toolbar item (uninitialized pointer)
14356
14357 2005-03-20 [thorsten]   1.9.6cvs3
14358
14359         * src/procmime.c
14360                 fix mimetype detection (referenced free()d string)
14361
14362 2005-03-20 [paul]       1.9.6cvs2
14363
14364         * src/compose.c
14365                 sync with HEAD (1.0.3cvs5)
14366                 neglect Reply-To header if empty
14367                 Patch by Alfons 
14368
14369 2005-03-19 [holger]     1.9.6cvs1
14370
14371         * src/summaryview.c
14372         * src/summaryview.h
14373                 Sync with HEAD
14374
14375 2005-03-18 [paul]       1.9.6
14376
14377         initial GTK2 release
14378
14379 2005-03-18 [paul]       1.0.3cvs3.1
14380
14381         * AUTHORS
14382         * ChangeLog.claws
14383         * configure.ac
14384         * src/gtk/about.c
14385         * src/pixmaps/sylpheed_logo.xpm
14386                 sync with HEAD
14387
14388 2005-03-18 [colin]      1.0.3cvs2.6
14389
14390         * src/summaryview.c
14391                 Remove call to summary_step in summary_copy_selected_to
14392                 Can't see its purpose, and this causes bug when copying
14393                 a message if the next one is unread: it reads it.
14394
14395 2005-03-18 [paul]       1.0.3cvs2.5
14396
14397         * src/foldersel.c
14398                 fix bug 694 'Enter doesn't trigger OK in "Move" window'
14399
14400 2005-03-18 [paul]       1.0.3cvs2.4
14401
14402         * src/addrharvest.c
14403         * src/codeconv.c
14404         * src/codeconv.h
14405         * src/compose.c
14406         * src/news.c
14407         * src/procheader.c
14408         * src/procmime.c
14409         * src/unmime.c
14410         * src/unmime.h
14411                 fix buffer overflow, CAN-2005-0667, see
14412                 http://secunia.com/advisories/14491/
14413                 Patch by Alfons
14414
14415 2005-03-17 [colin]      1.0.3cvs2.3
14416
14417         * src/prefs_fonts.c
14418         * src/summaryview.c
14419                 Fix font bugs (both lists now officialy share 
14420                 the same font)
14421                 
14422
14423 2005-03-17 [paul]       1.0.3cvs2.2
14424
14425         * src/gtk/pluginwindow.c
14426                 make plugin descriptions uneditable
14427
14428 2005-03-11 [paul]       1.0.3cvs2.1
14429
14430         * ChangeLog.claws
14431         * configure.ac
14432         * po/POTFILES.in
14433         * src/plugins/trayicon/trayicon.c
14434                 sync with HEAD
14435                 add src/wizard.c to POTFILES.in
14436
14437 2005-03-11 [paul]       1.0.3cvs1.1
14438
14439         * ChangeLog
14440         * ChangeLog.claws
14441         * configure.ac
14442         * po/de.po
14443         * po/es.po
14444         * po/fr.po
14445         * po/it.po
14446         * po/pt_BR.po
14447         * po/ru.po
14448         * po/sk.po
14449         * po/sr.po
14450         * po/zh_CN.po
14451                 sync with HEAD
14452
14453 2005-03-04 [colin]      1.0.1cvs22.2
14454
14455         * src/compose.c
14456                 Fix signatures with accentued chars in it
14457
14458 2005-03-04 [colin]      1.0.1cvs22.1
14459
14460         * src/common/smtp.c
14461         * src/common/smtp.h
14462                 Don't use SIZE param in MAIL FROM: if server 
14463                 doesn't support it. Patch by Eugen Freiter
14464                 <eugen_f@users.sf.net>
14465
14466 2005-02-27 [paul]       1.0.1cvs20.1
14467
14468         * ChangeLog.claws
14469         * configure.ac
14470         * src/messageview.c
14471                 sync with HEAD
14472
14473 2005-02-27 [colin]      1.0.1cvs19.4
14474
14475         * src/procheader.c
14476         * src/procheader.h
14477                 Fix prototypes. Patch by Alfons
14478
14479 2005-02-27 [colin]      1.0.1cvs19.3
14480
14481         * src/compose.c
14482                 Don't auto-join the signature separator.
14483
14484 2005-02-26 [colin]      1.0.1cvs19.2
14485
14486         * src/summaryview.c
14487                 Fix 'mark all read' with collapsed threads.
14488                 Patch by Alfons.
14489
14490 2005-02-25 [paul]       1.0.1cvs19.1
14491
14492         * ChangeLog.claws
14493         * configure.ac
14494         * src/prefs_account.c
14495         * src/prefs_folder_item.c
14496         * src/gtk/prefswindow.c
14497         * src/gtk/prefswindow.h
14498                 sync with HEAD
14499
14500 2005-02-25 [paul]       1.0.1cvs15.12
14501
14502         * src/alertpanel.c
14503         * src/codeconv.c
14504         * src/compose.c
14505         * src/textview.c
14506         * src/gtk/gtkutils.c
14507         * src/gtk/gtkutils.h
14508         * src/gtk/logwindow.c
14509         * src/gtk/progressdialog.c
14510                 sync with main (revision 127)
14511                 and fix logwindow clipping
14512
14513 2005-02-24 [colin]      1.0.1cvs15.11
14514
14515         * src/plugins/pgpmime/passphrase.c
14516                 Disable input grabbing; it doesn't work yet.
14517
14518 2005-02-24 [colin]      1.0.1cvs15.10
14519
14520         * src/messageview.c
14521                 Don't send out receipts if offline. Ask.
14522
14523 2005-02-23 [colin]      1.0.1cvs15.9
14524
14525         * src/summaryview.c     
14526                 Fix expanding
14527
14528 2005-02-23 [colin]      1.0.1cvs15.8
14529
14530         * src/summaryview.c
14531                 Really fix Bug 568 by removing useless
14532                 calls. summary_thread_init() now called
14533                 in summary_sort(). This should please
14534                 Alfons as it should be faster than 
14535                 previously.
14536
14537 2005-02-23 [colin]      1.0.1cvs15.7
14538
14539         * src/compose.c
14540                 Encode parts as QP or B64 if signing
14541
14542 2005-02-23 [colin]      1.0.1cvs15.6
14543
14544         * src/compose.c
14545                 Fix Mimeinfo leakage (including tmp files)
14546         * src/procmsg.c
14547                 Fix tmp file leakage (spotted by Ivan Rayner)
14548
14549 2005-02-22 [colin]      1.0.1cvs15.5
14550
14551         * src/expldifdlg.c
14552                 Fix keyboard input. Patch by Alfons.
14553
14554 2005-02-21 [colin]      1.0.1cvs15.4
14555
14556         * src/compose.c
14557                 Fix Sign/Encrypt when unselecting privacy
14558                 system
14559         * src/prefs_common.c
14560                 Change default message font to Monospace
14561         * src/summaryview.c
14562                 More freezing during potentially large operations
14563
14564 2005-02-21 [paul]       1.0.1cvs15.3
14565
14566         * src/main.c
14567                 fix --help output
14568
14569 2005-02-21 [paul]       1.0.1cvs15.2
14570
14571         * po/Makefile.in.in
14572         * src/compose.c
14573         * src/summaryview.c
14574         * src/textview.c
14575         * src/common/utils.c
14576         * src/common/utils.h
14577                 sync with main (revision 117)
14578
14579 2005-02-20 [colin]      1.0.1cvs15.1
14580
14581         * src/common/defs.h
14582                 Change cache file to .sylpheed_claws_cache, as
14583                 suggested by Alfons. Allows people to switch
14584                 between Sylpheed and Sylpheed-Claws. it is
14585                 a good idea to "Check for new messages" at next
14586                 startup.
14587
14588
14589 2005-02-18 [colin]      1.0.1cvs14.1
14590
14591         * src/quote_fmt_lex.l
14592         * src/quote_fmt_parse.y
14593                 Fix parser initialisation. Patch by Ivan.
14594
14595 2005-02-18 [colin]      1.0.1cvs11.6
14596
14597         * src/folderview.c
14598                 Fix scrolldown (bug 662)
14599
14600 2005-02-17 [colin]      1.0.1cvs11.5
14601
14602         * src/codeconv.c
14603                 conv_filename_to_utf8: return clean 7bit instead
14604                 of broken utf8 if needed
14605         * src/mimeview.c
14606                 Fix display of parts with unclean 8bit names
14607
14608 2005-02-17 [paul]       1.0.1cvs11.4
14609
14610         * src/compose.c
14611         * src/exportldif.c
14612         * src/matcher_parser_parse.y
14613         * src/procmime.c
14614         * src/sourcewindow.c
14615         * src/common/Makefile.am
14616         * src/common/intl.h             ** REMOVED **
14617         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
14618                 sync with main (revision 109)
14619                 and clean up
14620
14621 2005-02-16 [colin]      1.0.1cvs11.3
14622
14623         * src/summaryview.c
14624                 Fix collapsed thread not highlighting when new
14625                 messages in it (Bug 568) Patch by Stephan Sachse.
14626                 Fix messed up selection when reaching bounds (Bug 632)
14627         * src/prefs_themes.c
14628                 Fix theme installing (Bug 684)
14629
14630 2005-02-16 [colin]      1.0.1cvs11.2
14631
14632         * src/messageview.c
14633                 Fix messageview_select_all
14634
14635 2005-02-16 [colin]      1.0.1cvs11.1
14636
14637         * src/mh.c
14638                 Sync with HEAD (MH scan required function)
14639
14640 2005-02-15 [colin]      1.0.1cvs8.1
14641
14642         * src/mimeview.c
14643         * src/common/utils.c
14644                 Sync with HEAD (filename chars substitution)
14645
14646 2005-02-15 [colin]      1.0.1cvs7.3
14647
14648         * src/gtk/pluginwindow.c
14649                 Fix button spacing
14650
14651 2005-02-15 [colin]      1.0.1cvs7.2
14652
14653         * src/mimeview.c
14654                 Fix mime icons not reset across message when
14655                 scrolled down
14656
14657 2005-02-15 [colin]      1.0.1cvs7.1
14658
14659         * src/compose.c
14660         * src/procmime.c
14661                 Sync with HEAD (optimisation of cvs6)
14662
14663 2005-02-14 [colin]      1.0.1cvs6.1
14664
14665         * src/compose.c
14666         * src/procmime.c
14667                 Sync with HEAD (encode "From " at line beginning)
14668
14669 2005-02-14 [colin]      1.0.1cvs5.3
14670
14671         * src/compose.c
14672                 Fix wrapping with accentued chars.
14673
14674 2005-02-13 [colin]      1.0.1cvs5.2
14675
14676         * src/textview.c
14677                 Fix email informative part parsing with
14678                 accentued chars in it. ispunct() returns
14679                 true for them in utf8...
14680
14681 2005-02-12 [colin]      1.0.1cvs5.1
14682
14683         * src/filtering.c
14684                 Sync with HEAD (remove wrong use of compose after send)
14685
14686 2005-02-12 [paul]       1.0.1cvs4.5
14687
14688         * src/textview.c
14689                 remove unnecessary code (thanks to Alfons)
14690
14691 2005-02-12 [paul]       1.0.1cvs4.4
14692
14693         * src/textview.c
14694                 add 'Copy' to contextual menu on emails
14695
14696 2005-02-11 [colin]      1.0.1cvs4.3
14697
14698         * src/compose.c
14699                 revert 1.0.0cvs28.2, it doesn't work that well.
14700
14701 2005-02-11 [paul]       1.0.1cvs4.2
14702
14703         * po/Makefile.in.in
14704                 fix 'make release'
14705
14706 2005-02-10 [paul]       1.0.1cvs4.1
14707
14708         * ChangeLog
14709         * ChangeLog.claws
14710         * ChangeLog.jp
14711         * configure.ac
14712         * src/compose.c
14713                 sync with HEAD (sync with main)
14714
14715 2005-02-10 [paul]       1.0.1cvs3.2
14716
14717         * AUTHORS
14718         * Makefile.am
14719         * autogen.sh
14720         * configure.ac
14721         * config/mkinstalldirs
14722         * intl/.cvsignore
14723         * intl/ChangeLog
14724         * intl/VERSION
14725         * intl/bindtextdom.c
14726         * intl/config.charset
14727         * intl/dcgettext.c
14728         * intl/dcigettext.c
14729         * intl/dcngettext.c
14730         * intl/dgettext.c
14731         * intl/dngettext.c
14732         * intl/eval-plural.h
14733         * intl/explodename.c
14734         * intl/finddomain.c
14735         * intl/gettext.c
14736         * intl/gettextP.h
14737         * intl/gmo.h
14738         * intl/hash-string.h
14739         * intl/intl-compat.c
14740         * intl/l10nflist.c
14741         * intl/libgnuintl.h.in
14742         * intl/loadinfo.h
14743         * intl/loadmsgcat.c
14744         * intl/localcharset.c
14745         * intl/localcharset.h
14746         * intl/locale.alias
14747         * intl/localealias.c
14748         * intl/localename.c
14749         * intl/log.c
14750         * intl/ngettext.c
14751         * intl/os2compat.c
14752         * intl/os2compat.h
14753         * intl/osdep.c
14754         * intl/plural-exp.c
14755         * intl/plural-exp.h
14756         * intl/plural.c
14757         * intl/plural.y
14758         * intl/ref-add.sin
14759         * intl/ref-del.sin
14760         * intl/relocatable.c
14761         * intl/relocatable.h
14762         * intl/textdomain.c
14763         * m4/Makefile.am
14764         * po/Makefile.in.in
14765         * src/Makefile.am
14766         * src/account.c
14767         * src/action.c
14768         * src/addr_compl.c
14769         * src/addressadd.c
14770         * src/addressbook.c
14771         * src/addrgather.c
14772         * src/addrindex.c
14773         * src/alertpanel.c
14774         * src/browseldap.c
14775         * src/codeconv.c
14776         * src/codeconv.h
14777         * src/compose.c
14778         * src/compose.h
14779         * src/crash.c
14780         * src/editaddress.c
14781         * src/editbook.c
14782         * src/editgroup.c
14783         * src/editjpilot.c
14784         * src/editldap.c
14785         * src/editldap_basedn.c
14786         * src/editvcard.c
14787         * src/exphtmldlg.c
14788         * src/expldifdlg.c
14789         * src/export.c
14790         * src/exporthtml.c
14791         * src/filtering.c
14792         * src/folder.c
14793         * src/folder_item_prefs.c
14794         * src/foldersel.c
14795         * src/folderview.c
14796         * src/grouplistdialog.c
14797         * src/headerview.c
14798         * src/imap.c
14799         * src/imap_gtk.c
14800         * src/import.c
14801         * src/importldif.c
14802         * src/importmutt.c
14803         * src/importpine.c
14804         * src/inc.c
14805         * src/ldif.c
14806         * src/main.c
14807         * src/mainwindow.c
14808         * src/matcher.c
14809         * src/mbox.c
14810         * src/message_search.c
14811         * src/messageview.c
14812         * src/mh.c
14813         * src/mh_gtk.c
14814         * src/mimeview.c
14815         * src/msgcache.c
14816         * src/news.c
14817         * src/news_gtk.c
14818         * src/noticeview.c
14819         * src/partial_download.c
14820         * src/pop.c
14821         * src/prefs_account.c
14822         * src/prefs_actions.c
14823         * src/prefs_common.c
14824         * src/prefs_customheader.c
14825         * src/prefs_display_header.c
14826         * src/prefs_ext_prog.c
14827         * src/prefs_filtering.c
14828         * src/prefs_filtering_action.c
14829         * src/prefs_folder_item.c
14830         * src/prefs_fonts.c
14831         * src/prefs_gtk.c
14832         * src/prefs_matcher.c
14833         * src/prefs_msg_colors.c
14834         * src/prefs_spelling.c
14835         * src/prefs_summary_column.c
14836         * src/prefs_template.c
14837         * src/prefs_themes.c
14838         * src/prefs_toolbar.c
14839         * src/prefs_wrapping.c
14840         * src/privacy.c
14841         * src/procheader.c
14842         * src/procmime.c
14843         * src/procmsg.c
14844         * src/quote_fmt.c
14845         * src/recv.c
14846         * src/send_message.c
14847         * src/setup.c
14848         * src/sourcewindow.c
14849         * src/ssl_manager.c
14850         * src/statusbar.c
14851         * src/summary_search.c
14852         * src/summaryview.c
14853         * src/textview.c
14854         * src/toolbar.c
14855         * src/wizard.c
14856         * src/common/nntp.c
14857         * src/common/plugin.c
14858         * src/common/smtp.c
14859         * src/common/ssl.c
14860         * src/common/ssl_certificate.c
14861         * src/common/string_match.c
14862         * src/common/sylpheed.c
14863         * src/common/template.c
14864         * src/common/utils.c
14865         * src/gtk/about.c
14866         * src/gtk/colorlabel.c
14867         * src/gtk/description_window.c
14868         * src/gtk/filesel.c
14869         * src/gtk/foldersort.c
14870         * src/gtk/gtkaspell.c
14871         * src/gtk/gtkutils.c
14872         * src/gtk/inputdialog.c
14873         * src/gtk/logwindow.c
14874         * src/gtk/menu.c
14875         * src/gtk/pluginwindow.c
14876         * src/gtk/prefswindow.c
14877         * src/gtk/progressdialog.c
14878         * src/gtk/quicksearch.c
14879         * src/gtk/sslcertwindow.c
14880         * src/plugins/clamav/clamav_plugin.c
14881         * src/plugins/clamav/clamav_plugin_gtk.c
14882         * src/plugins/demo/demo.c
14883         * src/plugins/dillo_viewer/dillo_prefs.c
14884         * src/plugins/dillo_viewer/dillo_viewer.c
14885         * src/plugins/image_viewer/plugin.c
14886         * src/plugins/image_viewer/viewer.c
14887         * src/plugins/image_viewer/viewerprefs.c
14888         * src/plugins/mathml_viewer/mathml_viewer.c
14889         * src/plugins/pgpmime/passphrase.c
14890         * src/plugins/pgpmime/plugin.c
14891         * src/plugins/pgpmime/prefs_gpg.c
14892         * src/plugins/pgpmime/select-keys.c
14893         * src/plugins/pgpmime/sgpgme.c
14894         * src/plugins/spamassassin/spamassassin.c
14895         * src/plugins/spamassassin/spamassassin_gtk.c
14896         * src/plugins/trayicon/trayicon.c
14897                 sync with main (revision 104)
14898
14899 2005-02-10 [colin]      1.0.1cvs3.1
14900
14901         * src/mainwindow.c
14902                 Sync with HEAD (fix occasional crasher)
14903
14904 2005-02-10 [colin]      1.0.1cvs2.1
14905
14906         * src/messageview.c
14907                 Synw with HEAD (don't automatically display html)
14908
14909 2005-02-09 [colin]      1.0.1cvs1.3
14910
14911         * src/textview.c
14912         * src/textview.h
14913                 Add contextual menu on emails
14914
14915 2005-02-09 [colin]      1.0.1cvs1.2
14916
14917         * src/codeconv.c
14918                 Fix converting from broken headers and 
14919                 put back the _ in missing places
14920                 (feature broke with cvs24.2 sync, main 
14921                  possibly affected?)
14922
14923 2005-02-09 [colin]      1.0.1cvs1.1
14924
14925         * src/messageview.c
14926         * src/mimeview.c
14927         * src/mimeview.h
14928                 Sync with HEAD (display non text/plain mails with plugin)
14929
14930 2005-02-08 [colin]      1.0.1.1
14931
14932         * ChangeLog.claws
14933         * po/pt_BR.po
14934                 Sync with HEAD
14935         * configure.ac
14936                 Make default configuration directory 
14937                 be .sylpheed-gtk2
14938
14939 2005-02-08 [colin]      1.0.0cvs29.1
14940
14941         * po/de.po
14942         * po/es.po
14943         * po/fr.po
14944         * po/it.po
14945         * po/sk.po
14946         * po/sr.po
14947                 Sync translations with HEAD
14948
14949 2005-02-06 [colin]      1.0.0cvs28.3
14950
14951         * src/compose.c
14952                 Make compose a bit faster - patch by Alfons.
14953
14954 2005-02-06 [colin]      1.0.0cvs28.2
14955
14956         * src/compose.c
14957                 Make pasting via middle-click more reliable
14958
14959 2005-02-05 [paul]       1.0.0cvs28.1
14960
14961         * ChangeLog
14962         * ChangeLog.claws
14963         * ChangeLog.jp
14964         * configure.ac
14965         * src/compose.c
14966                 sync with HEAD
14967                 (fix bug 682 'redirect is broken'
14968
14969 2005-02-05 [torte]      1.0.0cvs27.1
14970
14971         * ChangeLog.claws
14972         * configure.ac
14973         * src/partial_download.c
14974                 Sync with HEAD (fix buf overflow)
14975
14976 2005-02-03 [colin]      1.0.0cvs26.1
14977
14978         * src/common/plugin.c
14979                 Sync with HEAD (avoid plugin mismatches)
14980
14981 2005-02-03 [paul]       1.0.0cvs25.3
14982
14983         * src/folderview.c
14984         * src/headerview.c
14985         * src/summaryview.c
14986         * src/textview.c
14987         * src/gtk/colorlabel.c
14988                 third and final part of initial sync with main-gtk2
14989
14990 2005-02-03 [paul]       1.0.0cvs25.2
14991
14992         * src/jpilot.c
14993                 fix building with jpilot support
14994
14995 2005-02-02 [colin]      1.0.0cvs25.1
14996
14997         * src/messageview.c
14998                 Sync with HEAD (fix dangerous typo)
14999
15000 2005-02-01 [colin]      1.0.0cvs24.3
15001
15002         * src/common/xml.c
15003                 Write file as advertised (UTF-8)
15004
15005 2005-02-01 [paul]       1.0.0cvs24.2
15006
15007         * src/addrbook.c
15008         * src/addrindex.c
15009         * src/alertpanel.h
15010         * src/codeconv.c
15011         * src/codeconv.h
15012         * src/compose.c
15013         * src/export.c
15014         * src/folder_item_prefs.c
15015         * src/html.c
15016         * src/imap.c
15017         * src/import.c
15018         * src/jpilot.c
15019         * src/mainwindow.c
15020         * src/matcher_parser_lex.l
15021         * src/messageview.c
15022         * src/mh.c
15023         * src/prefs_account.c
15024         * src/prefs_actions.c
15025         * src/prefs_common.c
15026         * src/prefs_gtk.c
15027         * src/prefs_gtk.h
15028         * src/prefs_themes.c
15029         * src/procheader.c
15030         * src/procmime.c
15031         * src/sourcewindow.c
15032         * src/statusbar.c
15033         * src/summaryview.c
15034         * src/textview.c
15035         * src/toolbar.c
15036         * src/unmime.c
15037         * src/common/template.c
15038         * src/common/utils.c
15039         * src/common/xml.c
15040         * src/common/xml.h
15041         * src/gtk/gtkaspell.c
15042         * src/plugins/clamav/clamav_plugin.c
15043         * src/plugins/dillo_viewer/dillo_prefs.c
15044         * src/plugins/image_viewer/viewerprefs.c
15045         * src/plugins/pgpmime/passphrase.c
15046         * src/plugins/pgpmime/prefs_gpg.c
15047         * src/plugins/pgpmime/select-keys.c
15048         * src/plugins/spamassassin/spamassassin.c
15049                 second part of initial sync with main-gtk2
15050                 (more to follow)
15051
15052 2005-01-31 [colin]      1.0.0cvs24.1
15053
15054         * src/compose.c
15055                 Sync with HEAD
15056
15057 2005-01-29 [paul]       1.0.0cvs23.2
15058
15059         * src/account.c
15060         * src/action.c
15061         * src/addressadd.c
15062         * src/addressbook.c
15063         * src/alertpanel.c
15064         * src/compose.c
15065         * src/editaddress.c
15066         * src/editbook.c
15067         * src/editgroup.c
15068         * src/editjpilot.c
15069         * src/editldap.c
15070         * src/editldap_basedn.c
15071         * src/editvcard.c
15072         * src/export.c
15073         * src/foldersel.c
15074         * src/grouplistdialog.c
15075         * src/import.c
15076         * src/importldif.c
15077         * src/inc.c
15078         * src/main.c
15079         * src/mainwindow.c
15080         * src/message_search.c
15081         * src/messageview.c
15082         * src/mimeview.c
15083         * src/prefs_actions.c
15084         * src/prefs_common.c
15085         * src/prefs_common.h
15086         * src/prefs_customheader.c
15087         * src/prefs_display_header.c
15088         * src/prefs_filtering.c
15089         * src/prefs_filtering_action.c
15090         * src/prefs_gtk.c
15091         * src/prefs_matcher.c
15092         * src/prefs_summary_column.c
15093         * src/prefs_template.c
15094         * src/sourcewindow.c
15095         * src/summary_search.c
15096         * src/summaryview.c
15097         * src/textview.c
15098         * src/gtk/about.c
15099         * src/gtk/description_window.c
15100         * src/gtk/gtkshruler.c
15101         * src/gtk/gtkutils.c
15102         * src/gtk/gtkutils.h
15103         * src/gtk/inputdialog.c
15104         * src/gtk/logwindow.c
15105         * src/gtk/prefswindow.c
15106         * src/gtk/progressdialog.c
15107         * src/gtk/progressdialog.h
15108                 first part of initial sync with main-gtk2
15109                 (more to follow)
15110
15111 2005-01-28 [colin]      1.0.0cvs23.1
15112
15113         * src/folderview.c
15114                 Sync with HEAD
15115
15116 2005-01-27 [colin]      1.0.0cvs21.1
15117
15118         * src/folder.c
15119         * src/folderview.c
15120                 Sync with HEAD
15121
15122 2005-01-27 [colin]      1.0.0cvs19.1
15123
15124         * src/procmime.c
15125                 Sync with HEAD
15126
15127 2005-01-27 [colin]      1.0.0cvs18.1
15128
15129         * src/messageview.c
15130         * src/summaryview.c
15131         * src/mainwindow.c
15132         * src/compose.c
15133         * src/compose.h
15134         * src/procmsg.c
15135         * src/procmsg.h
15136         * src/toolbar.c
15137                 Sync with HEAD
15138
15139 2005-01-26 [paul]       1.0.0cvs15.2
15140
15141         * src/compose.c
15142                 compose_entries_set(): convert subject and body to
15143                 utf8 if necessary. patch by Felix Eckhofer
15144
15145 2005-01-26 [paul]       1.0.0cvs15.1
15146
15147         * configure.ac
15148         * src/common/template.c
15149                 sync with HEAD (fix memory leak)
15150
15151 2005-01-25 [paul]       1.0.0cvs14.1
15152
15153         * configure.ac
15154         * src/compose.c
15155                 sync with HEAD
15156
15157 2005-01-24 [colin]      1.0.0cvs13.1
15158
15159         * src/summaryview.c
15160                 Sync with HEAD
15161
15162 2005-01-24 [paul]       1.0.0cvs12.1
15163
15164         * configure.ac
15165         * src/messageview.c
15166         * src/mh.c
15167         * src/common/utils.c
15168                 sync with HEAD
15169
15170 2005-01-24 [colin]      1.0.0cvs11.1
15171
15172         * src/procheader.c
15173                 Sync with HEAD
15174
15175 2005-01-24 [colin]      1.0.0cvs10.1
15176
15177         * src/folderview.c
15178                 Sync with HEAD
15179
15180 2005-01-23 [colin]      1.0.0cvs9.1
15181
15182         * src/crash.c
15183                 Sync with HEAD
15184
15185 2005-01-22 [colin]      1.0.0cvs8.1
15186
15187         * src/summaryview.c
15188         * src/gtk/quicksearch.c
15189                 Sync with HEAD
15190
15191 2005-01-21 [colin]      1.0.0cvs7.1
15192
15193         * src/summaryview.c
15194                 Sync with HEAD
15195
15196 2005-01-21 [colin]      1.0.0cvs6.1
15197
15198         * src/summaryview.c
15199                 Sync with HEAD
15200
15201 2005-01-21 [colin]      1.0.0cvs5.1
15202
15203         * src/gtk/quicksearch.c
15204         * src/prefs_common.c
15205         * src/prefs_common.h
15206                 Sync with HEAD (recurse option)
15207
15208 2005-01-21 [colin]      1.0.0cvs4.1
15209
15210         * src/folder.h
15211         * src/folderview.c
15212         * src/folderview.h
15213         * src/summaryview.c
15214         * src/gtk/quicksearch.c
15215         * src/gtk/quicksearch.h
15216                 Sync with HEAD (recursive quicksearch)
15217
15218 2005-01-20 [colin]      1.0.0cvs3.4
15219
15220         * src/ssl_manager.c
15221                 Remove useless code
15222
15223 2005-01-20 [colin]      1.0.0cvs3.3
15224
15225         * src/ssl_manager.c
15226                 Fix leak, thanks to Alfons.
15227
15228 2005-01-20 [colin]      1.0.0cvs3.2
15229
15230         * src/ssl_manager.c
15231                 Port SSL certificate window to GTK2.
15232
15233 2005-01-20 [paul]       1.0.0cvs3.1
15234
15235         * ChangeLog.claws
15236         * configure.ac
15237         * src/addrindex.c
15238         * src/addrindex.h
15239                 sync with HEAD
15240
15241 2005-01-19 [colin]      1.0.0cvs2.2
15242
15243         * src/plugins/trayicon/trayicon.c
15244                 Fix freeze with gtk-2.6, the easy way
15245                 (signal blocking helpless there...)
15246                 Closes bug #668.
15247
15248 2005-01-19 [colin]      1.0.0cvs2.1
15249
15250         * src/mbox.c
15251         * src/mbox.h
15252         * src/mainwindow.c
15253         * src/summaryview.c
15254         * src/summaryview.h
15255                 Sync with HEAD
15256
15257 2005-01-19 [paul]       1.0.0cvs1.1
15258
15259         * configure.ac
15260         * po/de.po
15261         * po/es.po
15262         * po/fr.po
15263         * po/hr.po
15264         * po/it.po
15265         * po/ja.po
15266         * po/ko.po
15267         * po/pt_BR.po
15268         * po/ru.po
15269         * po/sk.po
15270         * po/sr.po
15271                 sync with HEAD (update translations)
15272
15273 2005-01-18 [colin]      1.0.0cvs0.1
15274
15275         * src/foldersel.c
15276                 Specify search column - patch by Alfons
15277
15278 2005-01-18 [colin]      0.9.13cvs36.3
15279
15280         * src/prefs_toolbar.c
15281                 Change Delete to Remove
15282         * src/prefs_fonts.c
15283                 GTK2 version and leak fixes
15284         * src/prefs_actions.c
15285                 Add stock buttons.
15286                 All patches by Alfons
15287
15288 2005-01-17 [colin]      0.9.13cvs36.2
15289
15290         * src/compose.c
15291                 Fix DnD inserting twice. While at it,
15292                 add DnD support for text/plain in the
15293                 body, and add support in the headers.
15294
15295 2005-01-16 [colin]      0.9.13cvs36.1
15296
15297         * ChangeLog
15298         * ChangeLog.jp
15299         * ChangeLog.claws
15300                 Sync with HEAD (nothing applicable)
15301
15302 2005-01-16 [colin]      0.9.13cvs33.2
15303
15304         * src/prefs_toolbar.c
15305                 GTK2ize prefs_toolbar, by Alfons.
15306
15307 2005-01-14 [colin]      0.9.13cvs33.1
15308
15309         * src/html.c
15310         * src/msgcache.c
15311                 Sync with HEAD
15312
15313 2005-01-14 [colin]      0.9.13cvs32.1
15314
15315         * src/html.c
15316         * src/html.h
15317         * src/msgcache.c
15318         * AUTHORS
15319         * tools/calypso_convert.pl
15320                 Sync with HEAD
15321
15322 2005-01-08 [colin]      0.9.13cvs29.2
15323
15324         * src/prefs_filtering_action.c
15325         * src/prefs_filtering.c
15326                 2 more gtk2 patches by Alfons
15327
15328 2005-01-07 [paul]       0.9.13cvs29.1
15329
15330         * ChangeLog
15331         * ChangeLog.claws
15332         * ChangeLog.jp
15333         * configure.ac
15334         * src/pop.c
15335         * src/pop.h
15336                 sync with HEAD
15337
15338 2005-01-07 [colin]      0.9.13cvs28.3
15339
15340         * src/gtk/progressdialog.c
15341         * src/gtk/progressdialog.h
15342         * src/inc.c
15343         * src/send_message.c
15344                 GTK2 for the incorporation dialog. The CList isn't dead
15345                 yet, for a more smooth migration. Patch by Alfons.
15346
15347 2005-01-06 [colin]      0.9.13cvs28.2
15348
15349         * src/prefs_display_header.c
15350                 GTK2 conversion by Alfons
15351         * src/prefs_actions.c
15352         * src/prefs_matcher.c
15353                 Fix 2 leaks - patch by Alfons
15354
15355 2005-01-06 [colin]      0.9.13cvs28.1
15356
15357         * src/prefs_matcher.c
15358                 Sync with HEAD
15359
15360 2005-01-06 [colin]      0.9.13cvs27.4
15361
15362         * src/prefs_matcher.c
15363                 Fix double-free. Patch by Alfons
15364
15365 2005-01-06 [colin]      0.9.13cvs27.3
15366
15367         * src/prefs_matcher.c
15368                 GTK2 widgets + memleak
15369                 Patch by Alfons
15370
15371 2005-01-05 [colin]      0.9.13cvs27.2
15372
15373         * src/account.c
15374         * src/addr_compl.c
15375         * src/foldersel.c
15376         * src/stock_pixmap.c
15377         * src/stock_pixmap.h
15378                 3 more GTK2 patches by Alfons.
15379
15380 2005-01-04 [colin]      0.9.13cvs27.1
15381
15382         * src/folderview.c
15383         * src/imap_gtk.c
15384         * src/news_gtk.c
15385                 Sync with HEAD
15386
15387 2005-01-04 [colin]      0.9.13cvs25.9
15388
15389         * src/compose.c
15390                 Fix Show Ruler menuitem
15391         * src/prefs_template.c
15392                 Convert to GTK2
15393         * src/common/utils.c
15394                 Make auto pointer stuff handles NULLs
15395                 Patches by Alfons.
15396
15397 2005-01-04 [colin]      0.9.13cvs25.8
15398
15399         * src/compose.c
15400                 Move the attachment list to gtk2
15401                 Patch by Alfons.
15402
15403 2005-01-04 [colin]      0.9.13cvs25.7
15404
15405         * src/textview.c
15406                 Make some keys work again
15407                 Patch by SungHyun Nam <namsh@kldp.org>
15408
15409 2005-01-04 [colin]      0.9.13cvs25.6
15410
15411         * src/gtk/gtkshruler.c
15412                 Move the ruler to GTK2
15413                 Patch by Alfons
15414
15415 2005-01-03 [colin]      0.9.13cvs25.5
15416
15417         * src/compose.c
15418                 Fix my broken patch apply 
15419
15420 2005-01-03 [colin]      0.9.13cvs25.4
15421
15422         * src/common/utils.c
15423         * src/common/utils.h
15424         * src/gtk/prefswindow.c
15425                 Move auto pointer stuff to utils.c
15426                 Patch by Alfons again :)
15427
15428 2005-01-03 [colin]      0.9.13cvs25.3
15429
15430         * src/compose.c
15431         * src/prefs_gtk.c
15432         * src/prefs_template.c
15433         * src/textview.c
15434                 Empty text widgets with empty strings, not NULL char
15435                 Patch by SungHyun Nam <namsh@kldp_org>
15436
15437 2005-01-03 [colin]      0.9.13cvs25.2
15438
15439         * src/main.c
15440         * AUTHORS
15441                 Sync with HEAD
15442
15443 2005-01-03 [colin]      0.9.13cvs25.1
15444
15445         * src/pop.c
15446         * src/pop.h
15447                 Sync with HEAD
15448
15449 2005-01-03 [colin]      0.9.13cvs24.3
15450
15451         * src/account.c
15452                 Two patches from Alfons and Alex S Moore:
15453                 fix images, fix return value.
15454
15455 2005-01-01 [colin]      0.9.13cvs24.2
15456
15457         * src/prefs_actions.c
15458                 Fix over-zealous assertion. Patch by Alfons
15459
15460 2005-01-01 [colin]      0.9.13cvs24.1
15461
15462         * src/procmime.c
15463                 Sync with HEAD (leak fix)
15464
15465 2004-12-31 [colin]      0.9.13cvs23.2
15466
15467         * src/prefs_common.c
15468                 GTK2 widgets + stock buttons - patch by Alfons
15469
15470 2004-12-31 [paul]       0.9.13cvs23.1
15471
15472         * configure.ac
15473                 bump up EXTRA_VERSION to match (sync'ed) HEAD
15474         * src/gtk/pluginwindow.c
15475                 use GTK2 widgets and plug memory leaks,
15476                 patches by Alfons
15477
15478 2004-12-30 [colin]      0.9.13cvs22.4
15479
15480         * src/account.c
15481         * src/action.c
15482         * src/export.c
15483         * src/foldersel.c
15484         * src/import.c
15485         * src/message_search.c
15486         * src/prefs_actions.c
15487         * src/prefs_common.c
15488         * src/prefs_customheader.c
15489         * src/prefs_filtering.c
15490         * src/prefs_summary_column.c
15491         * src/summary_search.c
15492         * src/gtk/about.c
15493         * src/gtk/description_window.c
15494         * src/gtk/gtkutils.c
15495         * src/gtk/gtkutils.h
15496         * src/gtk/inputdialog.c
15497         * src/gtk/prefswindow.c
15498                 Use GTK2 stock buttons. Patches by Alfons.
15499
15500 2004-12-30 [colin]      0.9.13cvs22.3
15501
15502         * src/account.c
15503                 Sync with HEAD
15504         * src/prefs_actions.c
15505         * src/prefs_customheader.c
15506         * src/prefs_filtering.c
15507         * src/prefs_msg_colors.c
15508         * src/prefs_summary_column.c
15509         * src/gtk/prefswindow.c
15510                 Use GtkTreeView instead of deprecated 
15511                 widgets. Patches by Alfons.
15512
15513 2004-12-30 [paul]       0.9.13cvs22.2
15514
15515         * src/foldersel.c
15516                 use GTK 2 Tree View
15517                 patch by Alfons, with root folder sorting fix
15518                 by Stephan Sachse
15519
15520 2004-12-30 [paul]       0.9.13cvs22.1
15521
15522         * ChangeLog
15523         * ChangeLog.claws
15524         * ChangeLog.jp
15525         * NEWS
15526         * configure.ac
15527         * src/account.c
15528                 sync with HEAD
15529
15530 2004-12-22 [martin]     0.9.13cvs21.2
15531
15532         * src/action.c
15533                 free the command line after its use
15534
15535 2004-12-18 [paul]       0.9.13cvs21.1
15536
15537         * AUTHORS
15538         * ChangeLog
15539         * ChangeLog.claws
15540         * ChangeLog.jp
15541         * NEWS
15542         * configure.ac
15543         * src/action.c
15544         * src/compose.c
15545         * src/syldap.c
15546                 sync with HEAD
15547
15548 2004-12-17 [martin]     0.9.13cvs17.2
15549
15550         * src/action.c
15551                 convert actions input to locale
15552         * src/inc.c
15553                 convert notification command to locale
15554         * src/plugins/pgpmime/select-keys.c
15555                 convert attributes to utf8
15556
15557 2004-12-14 [colin]      0.9.13cvs17.1
15558
15559         * ChangeLog
15560         * ChangeLog.jp
15561         * ChangeLog.claws
15562         * src/action.c
15563         * src/common/utils.c
15564         * src/gtk/prefswindow.c
15565         * src/gtk/gtkutils.c
15566         * src/gtk/gtkutils.h
15567         * src/plugins/spamassassin/libspamc.c
15568                 Sync with HEAD
15569
15570 2004-12-13 [colin]      0.9.13cvs14.1
15571
15572         * src/quote_fmt_parse.y
15573                 Sync with HEAD
15574
15575 2004-12-10 [colin]      0.9.13cvs12.1
15576
15577         * src/prefs_themes.c
15578         * src/mainwindow.c
15579         * src/messageview.c
15580                 Sync with HEAD
15581
15582 2004-12-09 [colin]      0.9.13cvs10.1
15583
15584         * src/procmime.c
15585                 Sync with HEAD (fix B64 encoding from memory)
15586
15587 2004-12-08 [colin]      0.9.13cvs9.1
15588
15589         * src/gtk/colorlabel.c
15590                 Sync with HEAD
15591
15592 2004-12-08 [paul]       0.9.13cvs8.2
15593
15594         * src/gtk/pluginwindow.c
15595                 fix window resizing oddities
15596
15597 2004-12-08 [colin]      0.9.13cvs8.1
15598
15599         * src/quote_fmt_parse.y
15600                 Sync with HEAD
15601
15602 2004-12-08 [colin]      0.9.13cvs7.1
15603
15604         * src/matcher_parser_parse.y
15605         * src/msgcache.c
15606         * src/prefs_matcher.c
15607         * src/procheader.c
15608         * src/matcher.c
15609         * src/common/defs.h
15610         * po/sr.po
15611                 Sync with HEAD
15612
15613 2004-12-08 [colin]      0.9.13cvs6.1
15614
15615         * src/quote_fmt_parse.y
15616         * src/textview.c
15617                 Sync with HEAD
15618         * src/gtk/prefswindow.c
15619         * src/gtk/pluginwindow.c
15620                 Fix G_CALLBACKS protos (thanks to Alfons)
15621
15622 2004-12-07 [torte]      0.9.13cvs2.2
15623
15624         * src/procmime.c
15625                 [Bug 650] reply button causes crash
15626                 Thanks to David Relson and Christoph
15627
15628 2004-12-07 [colin]      0.9.13cvs2.1
15629
15630         * ChangeLog.claws
15631         * AUTHORS
15632         * po/sk.po
15633         * src/procmime.c
15634         * src/prefs_account.c
15635         * src/common/smtp.c
15636         * src/common/smtp.h
15637                 Sync with HEAD
15638
15639 2004-12-06 [colin]      0.9.12cvs187.1
15640
15641         * ChangeLog.claws
15642         * INSTALL
15643         * Makefile.am
15644         * README.claws
15645         * TODO.claws
15646         * configure.ac
15647         * po/bg.po
15648         * po/cs.po
15649         * po/el.po
15650         * po/en_GB.po
15651         * po/es.po
15652         * po/fr.po
15653         * po/hr.po
15654         * po/hu.po
15655         * po/it.po
15656         * po/ja.po
15657         * po/ko.po
15658         * po/nl.po
15659         * po/pl.po
15660         * po/pt_BR.po
15661         * po/ru.po
15662         * po/sk.po
15663         * po/sr.po
15664         * po/sv.po
15665         * po/zh_CN.po
15666         * po/zh_TW.Big5.po
15667         * src/compose.c
15668         * tools/Makefile.am
15669         * tools/README
15670         * tools/filter_conv.pl
15671         * tools/kdeservicemenu/README
15672         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
15673         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
15674                 Sync with HEAD
15675
15676 2004-12-04 [colin]      0.9.12cvs183.1
15677
15678         * src/compose.c
15679                 Sync with HEAD (compose window position saving)
15680
15681 2004-12-04 [paul]       0.9.12cvs182.3
15682
15683         * src/messageview.c
15684         * src/mimeview.c
15685         * src/prefs_customheader.c
15686         * src/gtk/quicksearch.c
15687                 replace some forgotten GTK_SIGNAL_FUNCs
15688
15689 2004-12-04 [paul]       0.9.12cvs182.2
15690
15691         * src/Makefile.am
15692                 remove 'pixmaps/dir_noselect.xpm'. from local patch,
15693                 committed in error      
15694
15695 2004-12-04 [paul]       0.9.12cvs182.1
15696
15697         * ChangeLog
15698         * ChangeLog.claws
15699         * ChangeLog.jp
15700         * INSTALL
15701         * NEWS
15702         * README
15703         * README.jp
15704         * configure.ac
15705         * doc/manual/ja/Makefile.am
15706         * doc/manual/ja/sylpheed-1.html
15707         * doc/manual/ja/sylpheed-10.html
15708         * doc/manual/ja/sylpheed-11.html
15709         * doc/manual/ja/sylpheed-12.html
15710         * doc/manual/ja/sylpheed-13.html
15711         * doc/manual/ja/sylpheed-14.html
15712         * doc/manual/ja/sylpheed-15.html
15713         * doc/manual/ja/sylpheed-16.html
15714         * doc/manual/ja/sylpheed-17.html
15715         * doc/manual/ja/sylpheed-18.html
15716         * doc/manual/ja/sylpheed-19.html
15717         * doc/manual/ja/sylpheed-2.html
15718         * doc/manual/ja/sylpheed-20.html
15719         * doc/manual/ja/sylpheed-3.html
15720         * doc/manual/ja/sylpheed-4.html
15721         * doc/manual/ja/sylpheed-5.html
15722         * doc/manual/ja/sylpheed-6.html
15723         * doc/manual/ja/sylpheed-7.html
15724         * doc/manual/ja/sylpheed-8.html
15725         * doc/manual/ja/sylpheed-9.html
15726         * doc/manual/ja/sylpheed.html
15727         * doc/manual/ja/sylpheed.sgml
15728         * po/de.po
15729         * src/Makefile.am
15730         * src/compose.c
15731         * src/procmime.c
15732         * src/pixmaps/regular.xpm **REMOVED**
15733         * src/plugins/pgpmime/pgpmime.c
15734         * src/plugins/pgpmime/plugin.c
15735         * src/plugins/pgpmime/prefs_gpg.c
15736                 sync with HEAD
15737
15738 2004-12-03 [paul]       0.9.12cvs180.1
15739
15740         * ChangeLog
15741         * ChangeLog.claws
15742         * ChangeLog.jp
15743         * configure.ac
15744         * src/Makefile.am
15745         * src/pop.c
15746         * src/common/utils.c
15747         * src/common/utils.h
15748         * src/pixmaps/continue.xpm
15749         * src/pixmaps/dir_close.xpm
15750         * src/pixmaps/dir_open.xpm
15751         * src/pixmaps/drafts_close.xpm
15752         * src/pixmaps/drafts_open.xpm
15753         * src/pixmaps/folder.xpm **REMOVED**
15754         * src/pixmaps/group.xpm
15755         * src/pixmaps/unread.xpm
15756                 sync with HEAD
15757
15758 2004-12-02 [colin]      0.9.12cvs179.1
15759
15760         * src/compose.c
15761                 Sync with HEAD (non-duplicated reedition)
15762
15763 2004-12-02 [colin]      0.9.12cvs178.1
15764
15765         * src/compose.c
15766                 Sync with HEAD (linewrap_quote fix)
15767
15768 2004-12-01 [colin]      0.9.12cvs177.3
15769
15770         * src/addrharvest.c
15771                 Replace sizeof with strlen
15772
15773 2004-12-01 [paul]       0.9.12cvs177.2
15774
15775         * src/addrharvest.c
15776                 fix 'harvest addresses'
15777
15778 2004-11-30 [colin]      0.9.12cvs177.1
15779
15780         * src/gtk/prefswindow.c
15781         * src/gtk/pluginwindow.c
15782                 Sync with HEAD
15783
15784 2004-11-29 [colin]      0.9.12cvs176.1
15785
15786         * src/folderview.c
15787                 sync with HEAD (Fix disappearing separators in folderview's popup)
15788
15789 2004-11-29 [colin]      0.9.12cvs175.1
15790
15791         * src/procmime.c
15792                 Sync with head (another format fix)
15793
15794 2004-11-29 [colin]      0.9.12cvs174.1
15795
15796         * src/pop.c
15797                 Sync with HEAD (format string fix)
15798
15799 2004-11-26 [colin]      0.9.12cvs173.1
15800
15801         * src/common/smtp.c
15802         * src/common/smtp.h
15803                 Sync with HEAD
15804
15805 2004-11-24 [colin]      0.9.12cvs172.1
15806
15807         * src/plugins/pgpmime/pgpmime.c
15808                 Sync with HEAD
15809
15810 2004-11-24 [colin]      0.9.12cvs171.1
15811
15812         * src/plugins/pgpmime/pgpmime.c
15813                 Sync with head (gpgmectx leaks)
15814
15815 2004-11-24 [colin]      0.9.12cvs169.1
15816
15817         * src/plugins/pgpmime/plugin.c
15818         * src/plugins/trayicon/Makefile.am
15819         * src/plugins/trayicon/newmarkedmail.xpm
15820         * src/plugins/trayicon/trayicon.c
15821         * src/plugins/trayicon/unreadmarkedmail.xpm
15822                 Sync with HEAD
15823
15824 2004-11-23 [colin]      0.9.12cvs168.1
15825
15826         * src/partial_download.c
15827         * src/partial_download.h
15828         * src/plugins/pgpmime/plugin.c
15829                 Sync with HEAD
15830
15831 2004-11-23 [colin]      0.9.12cvs166.1
15832
15833         * src/Makefile.am
15834         * src/codeconv.c
15835         * src/compose.c
15836         * src/folderview.c
15837         * src/main.c
15838         * src/partial_download.c
15839         * src/partial_download.h
15840         * src/prefs_account.c
15841         * src/prefs_account.h
15842         * src/privacy.c
15843         * src/privacy.h
15844         * src/procmime.c
15845         * src/common/Makefile.am
15846         * src/common/base64.h
15847         * src/common/partial_download.c
15848         * src/common/partial_download.h
15849         * src/gtk/prefswindow.c
15850         * src/gtk/prefswindow.h
15851         * src/plugins/pgpmime/pgpmime.c
15852         * src/plugins/pgpmime/prefs_gpg.c
15853         * src/plugins/pgpmime/prefs_gpg.h
15854         * src/plugins/pgpmime/sgpgme.c
15855         * src/plugins/pgpmime/sgpgme.h
15856                 Sync with HEAD
15857
15858 2004-11-23 [colin]      0.9.12cvs163.1
15859
15860         * src/main.c
15861                 Sync with HEAD (cursor optimization)
15862
15863 2004-11-23 [colin]      0.9.12cvs162.1
15864
15865         * src/prefs_common.c
15866         * src/prefs_themes.c
15867         * src/procmsg.c
15868                 Sync with HEAD
15869
15870 2004-11-23 [colin]      0.9.12cvs158.9
15871
15872         * src/compose.c
15873                 Fix double-free when forwarding
15874         * src/msgcache.c
15875                 Fix leak on error path
15876                 
15877
15878 2004-11-23 [colin]      0.9.12cvs158.8
15879
15880         * src/compose.c
15881                 Fix possible double-free
15882                 Spotted by Alfons
15883
15884 2004-11-23 [colin]      0.9.12cvs158.7
15885
15886         * src/compose.c
15887                 Fix some signal handlers' prototypes
15888                 Spotted by Alfons
15889
15890 2004-11-22 [colin]      0.9.12cvs158.6
15891
15892         * src/compose.c
15893                 Remove unneeded code and duplicated
15894                 wrapping - patch by Alfons
15895
15896 2004-11-22 [colin]      0.9.12cvs158.5
15897
15898         * src/prefs_themes.c
15899                 Fix oversized selector
15900
15901 2004-11-22 [colin]      0.9.12cvs158.4
15902
15903         * src/compose.c
15904                 fix dump_text()
15905                 patch by Alfons
15906
15907 2004-11-19 [colin]      0.9.12cvs158.3
15908
15909         * src/textview.c
15910                 Add a context menu on links (open, copy)
15911
15912 2004-11-18 [paul]       0.9.12cvs158.2
15913
15914         * src/addrgather.c
15915         * src/exphtmldlg.c
15916         * src/expldifdlg.c
15917         * src/mimeview.c
15918         * src/prefs_common.c
15919         * src/plugins/image_viewer/viewer.c
15920         * src/plugins/spamassassin/spamassassin_gtk.c
15921                 replace deprecated gtk_notebook_set_page
15922                 and gtk_notebook_current_page
15923
15924 2004-11-18 [paul]       0.9.12cvs158.1
15925
15926         * configure.ac
15927         * src/compose.c
15928         * src/mainwindow.c
15929         * src/messageview.c
15930         * src/prefs_common.c
15931         * src/common/utils.c
15932         * src/common/utils.h
15933                 sync with HEAD
15934
15935 2004-11-17 [colin]      0.9.12cvs156.1
15936
15937         * src/prefs_account.c
15938         * src/prefs_account.h
15939         * src/procmsg.c
15940                 Sync with HEAD (add pref to store encrypted mails encrypted)
15941
15942 2004-11-17 [paul]       0.9.12cvs155.1
15943
15944         * ChangeLog
15945         * ChangeLog.claws
15946         * ChangeLog.jp
15947         * NEWS
15948         * configure.ac
15949         * src/compose.c
15950         * src/jpilot.c
15951         * src/privacy.c
15952         * src/procmime.c
15953         * src/procmime.h
15954         * src/procmsg.c
15955         * src/toolbar.c
15956         * src/pixmaps/error.xpm
15957                 sync with HEAD
15958
15959 2004-11-17 [colin]      0.9.12cvs151.1
15960
15961         * src/plugins/pgpmime/pgpmime.c
15962                 Sync with HEAD (remove debug printf)
15963
15964 2004-11-17 [colin]      0.9.12cvs150.1
15965
15966         * src/plugins/pgpmime/pgpmime.c
15967                 Sync with HEAD (off-by-one fix)
15968
15969 2004-11-17 [colin]      0.9.12cvs149.1
15970
15971         * src/procmsg.c
15972                 Sync with HEAD (coding style fixes)
15973
15974 2004-11-16 [colin]      0.9.12cvs148.1
15975
15976         * src/procmsg.c
15977                 Sync with head (Fix the fix)
15978
15979 2004-11-16 [colin]      0.9.12cvs147.1
15980
15981         * src/procmsg.c
15982                 Sync with Main (leak fix)
15983
15984 2004-11-16 [colin]      0.9.12cvs146.14
15985
15986         * src/compose.c
15987                 Remove useless chunk of code
15988                 Patch by Alfons
15989
15990 2004-11-15 [colin]      0.9.12cvs146.13
15991
15992         * src/compose.c
15993                 Fix drafting after insertion
15994                 Patch by Alfons
15995
15996 2004-11-15 [colin]      0.9.12cvs146.12
15997
15998         * src/compose.c
15999         * src/prefs_filtering.c
16000         * src/prefs_filtering_action.c
16001         * src/prefs_toolbar.c
16002                 Fix some const-correctness
16003
16004 2004-11-15 [colin]      0.9.12cvs146.11
16005
16006         * src/summaryview.c
16007         * src/prefs_themes.c
16008         * src/messageview.c
16009                 Fix some leaks
16010
16011 2004-11-15 [colin]      0.9.12cvs146.10
16012
16013         * src/codeconv.c
16014                 More unreadable locale fixes
16015
16016 2004-11-14 [colin]      0.9.12cvs146.9
16017
16018         * src/textview.c
16019                 Fix uri_security_check
16020                 Patch by Alfons
16021
16022 2004-11-13 [paul]       0.9.12cvs146.8
16023
16024         * src/folder.c
16025         * src/procmime.c
16026                 fix 2 bugs introduced in last commit
16027
16028 2004-11-13 [paul]       0.9.12cvs146.7
16029
16030         * src/compose.c
16031         * src/exporthtml.c
16032         * src/exportldif.c
16033         * src/folder.c
16034         * src/imap.c
16035         * src/imap_gtk.c
16036         * src/main.c
16037         * src/mainwindow.c
16038         * src/messageview.c
16039         * src/mh_gtk.c
16040         * src/prefs_themes.c
16041         * src/procmime.c
16042         * src/setup.c
16043         * src/summaryview.c
16044                 replace deprecated g_basename
16045
16046 2004-11-13 [paul]       0.9.12cvs146.6
16047
16048         * src/compose.c
16049         * src/imap.c
16050         * src/matcher_parser.h
16051         * src/matcher_parser_parse.y
16052         * src/prefs_filtering.c
16053         * src/prefs_filtering_action.c
16054         * src/prefs_themes.c
16055         * src/prefs_toolbar.c
16056         * src/common/utils.c
16057                 various small fixes/cleanups
16058
16059 2004-11-12 [colin]      0.9.12cvs146.5
16060
16061         * src/textview.c
16062                 Validate event's origin on visibility notify
16063                 Patch by Alfons.
16064
16065 2004-11-12 [paul]       0.9.12cvs146.4
16066
16067         * src/exporthtml.c
16068         * src/exportldif.c
16069         * src/imap.c
16070         * src/mh.c
16071         * src/mimeview.c
16072         * src/prefs_spelling.c
16073         * src/prefs_themes.c
16074                 replace deprecated g_dirname    
16075
16076 2004-11-12 [colin]      0.9.12cvs146.3
16077
16078         * src/textview.c
16079                 Some coding style fixes
16080
16081 2004-11-12 [colin]      0.9.12cvs146.2
16082
16083         * src/codeconv.c
16084                 We want to replace _all_ extended chars in
16085                 conv_unreadable_*, because any string containing
16086                 extended chars not parsing as UTF8 is 
16087                 undisplayed on gtk2.
16088
16089 2004-11-12 [paul]       0.9.12cvs146.1
16090
16091         * ChangeLog
16092         * ChangeLog.claws
16093         * ChangeLog.jp
16094         * NEWS
16095         * configure.ac
16096         * src/account.c
16097         * src/folderview.c
16098         * src/folderview.h
16099         * src/imap.c
16100         * src/imap_gtk.c
16101         * src/inc.c
16102         * src/mainwindow.c
16103         * src/mh_gtk.c
16104         * src/news_gtk.c
16105         * src/pop.c
16106         * src/prefs_account.c
16107         * src/prefs_account.h
16108         * src/prefs_ext_prog.c
16109         * src/procmime.c
16110         * src/procmime.h
16111         * src/procmsg.c
16112         * src/procmsg.h
16113         * src/summary_search.c
16114         * src/summaryview.c
16115         * src/textview.c
16116         * src/common/defs.h
16117         * src/common/utils.c
16118         * src/common/utils.h
16119         * src/gtk/menu.c
16120         * src/gtk/menu.h
16121                 sync with HEAD
16122
16123 2004-11-11 [colin]      0.9.12cvs144.2
16124
16125         * src/textview.c
16126                 Fix URI range selection (patch by Alfons)
16127
16128 2004-11-09 [colin]      0.9.12cvs144.1
16129
16130         * ChangeLog.claws
16131         * src/compose.c
16132         * src/folder.c
16133         * src/folder_item_prefs.c
16134         * src/prefs_account.c
16135         * src/prefs_account.h
16136         * src/plugins/pgpmime/pgpmime.c
16137                 Sync with HEAD
16138
16139 2004-11-08 [colin]      0.9.12cvs143.1
16140
16141         * src/summaryview.c
16142                 Sync with HEAD (optimize quicksearch)
16143
16144 2004-11-08 [colin]      0.9.12cvs142.2
16145
16146         * src/compose.c
16147                 Don't wrap when Edit/Auto wrapping is disabled
16148
16149 2004-11-08 [colin]      0.9.12cvs142.1
16150
16151         * src/textview.c
16152                 Sync with HEAD
16153
16154 2004-11-08 [colin]      0.9.12cvs141.1
16155
16156         * src/textview.c
16157                 Sync with HEAD (fix some mail URIs)
16158
16159 2004-11-08 [colin]      0.9.12cvs140.3
16160
16161         * src/textview.c
16162                 o Use text cursor instead of arrow when
16163                   not on a link
16164                 o Fix handling of contiguous links (as in
16165                   "colin@colino.net" <colin@colino.net>)
16166                   This one unveils a bug in get_email_part()
16167
16168 2004-11-07 [colin]      0.9.12cvs140.2
16169
16170         * src/textview.c
16171                 Fix memleak. Patch by Alfons.
16172
16173 2004-11-06 [colin]      0.9.12cvs140.1
16174
16175         * src/compose.c
16176                 Sync with HEAD (don't ask passphrase
16177                 when drafting)
16178
16179 2004-11-06 [paul]       0.9.12cvs139.2
16180
16181         * AUTHORS
16182         * src/textview.c
16183         * src/textview.h
16184                 textview URI handling. hovering over a 
16185                 link displays it in the status bar,
16186                 and changes the mouse pointer to a hand 
16187                 cursor. a link is activated with a single 
16188                 click. (Modified from the) patch by Jean-Yves 
16189                 Lefort <jylefort@users.sourceforge.net>
16190                 
16191
16192 2004-11-05 [colin]      0.9.12cvs139.1
16193
16194         * src/compose.c
16195         * src/procmime.c
16196                 Sync with HEAD again ^^
16197
16198 2004-11-05 [colin]      0.9.12cvs139.1
16199
16200         * src/compose.c
16201         * src/procmime.c
16202                 Sync with HEAD
16203
16204 2004-11-03 [paul]       0.9.12cvs138.1
16205
16206         * ChangeLog.claws
16207         * configure.ac
16208         * po/POTFILES.in
16209         * src/prefs_ext_prog.c
16210         * src/procmime.c
16211         * tools/kdeservicemenu/README
16212         * tools/kdeservicemenu/template_sylpheed-attach-files.desktop
16213         * tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
16214                 sync with HEAD
16215
16216 2004-11-01 [christoph]  0.9.12cvs136.2
16217
16218         * src/procmime.c
16219                 convert MIME parameters to UTF-8
16220
16221 2004-10-29 [colin]      0.9.12cvs136.1
16222
16223         * src/common/utils.c
16224                 Sync with HEAD (don't use '=' in mime boundary)
16225
16226 2004-10-29 [paul]       0.9.12cvs135.1
16227
16228         * configure.ac
16229         * doc/src/rfc2231.txt
16230         * src/procmime.c
16231         * src/common/quoted-printable.c
16232         * src/common/utils.c
16233         * src/common/utils.h
16234                 sync with HEAD
16235
16236 2004-10-27 [paul]       0.9.12cvs134.1
16237
16238         * configure.ac
16239         * src/main.c
16240         * src/procmime.c
16241         * src/plugins/pgpmime/pgpmime.c
16242                 sync with HEAD
16243
16244 2004-10-26 [paul]       0.9.12cvs132.3
16245
16246         * src/account.c
16247         * src/addressbook.c
16248         * src/addrgather.c
16249         * src/addrharvest.c
16250         * src/codeconv.c
16251         * src/compose.c
16252         * src/customheader.c
16253         * src/editaddress.c
16254         * src/editgroup.c
16255         * src/enriched.c
16256         * src/expldifdlg.c
16257         * src/exporthtml.c
16258         * src/exportldif.c
16259         * src/folder.c
16260         * src/foldersel.c
16261         * src/folderview.c
16262         * src/grouplistdialog.c
16263         * src/html.c
16264         * src/imap.c
16265         * src/jpilot.c
16266         * src/ldapserver.c
16267         * src/ldif.c
16268         * src/mimeview.c
16269         * src/news.c
16270         * src/news_gtk.c
16271         * src/pop.c
16272         * src/prefs_display_header.c
16273         * src/prefs_gtk.c
16274         * src/prefs_msg_colors.c
16275         * src/prefs_toolbar.c
16276         * src/procheader.c
16277         * src/procmime.c
16278         * src/summaryview.c
16279         * src/textview.c
16280         * src/toolbar.c
16281         * src/vcard.c
16282         * src/common/mgutils.c
16283         * src/common/nntp.c
16284         * src/common/smtp.c
16285         * src/common/template.c
16286         * src/common/utils.c
16287         * src/common/xmlprops.c
16288         * src/plugins/pgpmime/pgpmime.c
16289         * src/plugins/pgpmime/select-keys.c
16290         * src/plugins/pgpmime/sgpgme.c
16291                 replace deprecated g_strcasecmp(), g_strncasecmp(),
16292                 g_string_sprintfa(), gtk_notebook_current_page()
16293
16294 2004-10-26 [colin]      0.9.12cvs132.2
16295
16296         * src/prefs_folder_item.c
16297                 Fix default-account selection
16298
16299 2004-10-21 [colin]      0.9.12cvs133
16300
16301         * src/compose.c
16302                 Sync with HEAD (Remove extra separator in compose's Options)
16303         * src/textview.c
16304                 Set wrapping to char
16305
16306 2004-10-21 [paul]       0.9.12cvs131.2
16307
16308         * src/compose.c
16309         * src/sourcewindow.c
16310                 fix wrapping
16311                 fix window shrinking 
16312
16313 2004-10-21 [colin]      0.9.12cvs131.1
16314
16315         * ChangeLog.claws
16316         * src/compose.c
16317                 Sync with HEAD
16318
16319 2004-10-21 [paul]       0.9.12cvs130.2
16320
16321         * src/prefs_folder_item.c
16322                 sync with HEAD (Apply to subfolders)
16323
16324 2004-10-19 [colin]      0.9.12cvs130.1
16325
16326         * ChangeLog.claws
16327         * src/compose.c
16328         * src/common/utils.c
16329         * src/gtk/menu.c
16330                 Sync with HEAD
16331
16332 2004-10-19 [colin]      0.9.12cvs128.1
16333
16334         * src/addrbook.c
16335         * src/addrcache.c
16336         * src/addressbook.c
16337         * src/codeconv.c
16338         * src/compose.c
16339         * src/customheader.c
16340         * src/editaddress.c
16341         * src/editgroup.c
16342         * src/exporthtml.c
16343         * src/folder.c
16344         * src/folderview.c
16345         * src/imap.c
16346         * src/jpilot.c
16347         * src/main.c
16348         * src/matcher_parser_parse.y
16349         * src/mbox.c
16350         * src/pop.c
16351         * src/prefs_account.c
16352         * src/prefs_gtk.c
16353         * src/prefs_msg_colors.c
16354         * src/procheader.c
16355         * src/procmime.c
16356         * src/procmime.h
16357         * src/procmsg.c
16358         * src/summaryview.c
16359         * src/textview.c
16360         * src/common/base64.c
16361         * src/common/partial_download.c
16362         * src/common/socket.c
16363         * src/common/sylpheed.c
16364         * src/common/utils.c
16365         * src/common/utils.h
16366         * src/gtk/pluginwindow.c
16367         * src/gtk/quicksearch.c
16368         * src/plugins/clamav/clamav_plugin.c
16369         * src/plugins/clamav/clamav_plugin.h
16370         * src/plugins/clamav/clamav_plugin_gtk.c
16371         * src/plugins/pgpmime/passphrase.c
16372         * src/plugins/pgpmime/pgpmime.c
16373         * src/plugins/pgpmime/plugin.c
16374         * src/plugins/pgpmime/prefs_gpg.c
16375         * src/plugins/pgpmime/prefs_gpg.h
16376         * src/plugins/pgpmime/select-keys.c
16377         * src/plugins/pgpmime/sgpgme.c
16378         * src/plugins/spamassassin/libspamc.c
16379         * src/plugins/spamassassin/spamassassin.c
16380         * src/plugins/spamassassin/spamassassin.h
16381         * src/plugins/spamassassin/spamassassin_gtk.c
16382         * src/plugins/trayicon/trayicon.c
16383         * src/plugins/trayicon/libeggtrayicon/gtkplugxembed.c
16384                 Sync with HEAD
16385
16386 2004-10-14 [colin]      0.9.12cvs126.2
16387
16388         * src/codeconv.c
16389         * src/textview.c
16390                 Fix conv_unreadable_locale
16391
16392 2004-10-13 [colin]      0.9.12cvs126.1
16393
16394         * src/compose.c
16395                 Sync with HEAD (don't convert charset for 
16396                 drafted messages, minor cleanup)
16397
16398 2004-10-13 [colin]      0.9.12cvs125.1
16399
16400         * po/POTFILES.in
16401                 Sync with HEAD (POTFILES fix)
16402
16403 2004-10-12 [colin]      0.9.12cvs124.3
16404
16405         * src/compose.c
16406                 Fix encoding bug from latest sync
16407
16408 2004-10-12 [paul]       0.9.12cvs124.2
16409
16410         * src/plugins/pgpmime/prefs_gpg.c
16411         * src/plugins/pgpmime/prefs_gpg.h
16412                 forgotten in last commit        
16413
16414 2004-10-12 [paul]       0.9.12cvs124.1
16415
16416         * ChangeLog.claws
16417         * configure.ac
16418         * m4/spamassassin.m4
16419         * src/Makefile.am
16420         * src/account.c
16421         * src/compose.c
16422         * src/compose.h
16423         * src/crash.c
16424         * src/main.c
16425         * src/mimeview.c
16426         * src/passphrase.c
16427         * src/passphrase.h
16428         * src/prefs_account.c
16429         * src/prefs_account.h
16430         * src/prefs_common.c
16431         * src/privacy.c
16432         * src/privacy.h
16433         * src/procmime.c
16434         * src/procmime.h
16435         * src/procmsg.c
16436         * src/rfc2015.c
16437         * src/rfc2015.h
16438         * src/select-keys.c
16439         * src/select-keys.h
16440         * src/textview.c
16441         * src/common/utils.c
16442         * src/common/utils.h
16443         * src/gtk/about.c
16444         * src/plugins/pgpmime/Makefile.am
16445         * src/plugins/pgpmime/passphrase.c
16446         * src/plugins/pgpmime/passphrase.h
16447         * src/plugins/pgpmime/pgpmime.c
16448         * src/plugins/pgpmime/plugin.c
16449         * src/plugins/pgpmime/select-keys.c
16450         * src/plugins/pgpmime/select-keys.h
16451         * src/plugins/pgpmime/sgpgme.c
16452         * src/plugins/pgpmime/sgpgme.h
16453                 sync with HEAD
16454
16455 2004-10-04 [colin]      0.9.12cvs122.1
16456
16457         * src/mainwindow.c
16458         * src/messageview.c
16459         * src/messageview.h
16460         * src/textview.c
16461                 Sync with HEAD
16462
16463 2004-10-04 [colin]      0.9.12cvs121.1
16464
16465         * src/summaryview.c
16466                 Sync with HEAD
16467
16468 2004-10-04 [paul]       0.9.12cvs120.1
16469
16470         * configure.ac
16471                 sync with HEAD [don't try to build 
16472                 pgpmime plugin when gpgme is disabled]
16473
16474 2004-10-03 [colin]      0.9.12cvs119.3
16475
16476         * src/gtk/gtksctree.c
16477                 Lots of side effects. Put back as before 117.2.
16478         * src/summaryview.c
16479                 Fix bug #602
16480
16481 2004-10-03 [colin]      0.9.12cvs119.2
16482
16483         * src/gtk/gtksctree.c
16484                 Revert 608 fix that doesn't work that good
16485
16486 2004-10-02 [colin]      0.9.12cvs119.1
16487
16488         * src/mainwindow.c
16489         * src/messageview.c
16490         * src/prefs_common.h
16491         * src/procmime.c
16492         * src/procmime.h
16493         * src/textview.c
16494                 Sync with HEAD
16495         * src/gtk/gtksctree.c
16496                 Close bug #608
16497
16498 2004-10-01 [colin]      0.9.12cvs118.1
16499
16500         * src/mimeview.c
16501                 Sync with HEAD (better Save All fix)
16502
16503 2004-10-01 [colin]      0.9.12cvs117.2
16504
16505         * src/gtk/gtksctree.c
16506                 Faster on selection
16507
16508 2004-10-01 [colin]      0.9.12cvs117.1
16509
16510         * src/mimeview.c
16511                 Sync with HEAD (Save All: only attachments)
16512
16513 2004-10-01 [paul]       0.9.12cvs116.1
16514
16515         * ChangeLog.claws
16516         * configure.ac
16517         * src/account.c
16518         * src/prefs_common.c
16519         * src/gtk/colorlabel.c
16520                 sync with HEAD
16521
16522 2004-09-30 [colin]      0.9.12cvs115.1
16523
16524         * src/stock_pixmap.c
16525         * src/stock_pixmap.h
16526         * src/folderview.c
16527         * src/Makefile.am
16528         * src/pixmaps/read.xpm
16529                 Sync with HEAD (new pixmap)
16530
16531 2004-09-29 [colin]      0.9.12cvs114.1
16532
16533         * src/compose.c
16534                 Sync with HEAD
16535                 Fix focus handling in headers
16536
16537 2004-09-29 [paul]       0.9.12cvs113.1
16538
16539         * src/quote_fmt_parse.y
16540                 sync with HEAD
16541  
16542
16543 2004-09-28 [colin]      0.9.12cvs112.1
16544
16545         * src/folderview.c
16546         * src/mainwindow.c
16547                 Sync with HEAD
16548
16549 2004-09-28 [colin]      0.9.12cvs110.1
16550
16551         * src/folderview.c
16552                 Sync with HEAD (Contextual Empty trash menu)
16553
16554 2004-09-28 [colin]      0.9.12cvs108.1
16555
16556         * src/addressbook.c
16557                 Sync with HEAD (addressbook edit on double-click)
16558
16559 2004-09-28 [colin]      0.9.12cvs106.1
16560
16561         * src/inc.c
16562                 Sync with HEAD (folder_item freeze on inc)
16563
16564 2004-09-27 [colin]      0.9.12cvs105.1
16565
16566         * src/folderview.c
16567                 Sync with HEAD (right-align new and unread column)
16568
16569 2004-09-27 [colin]      0.9.12cvs104.1
16570
16571         * src/main.c
16572                 Sync with HEAD (revert 0.9.12cvs101)
16573
16574 2004-09-24 [colin]      0.9.12cvs103.2
16575
16576         * src/wizard.c
16577                 Fix gtk warnings and use domain part of the email address 
16578                 when domain detection fails (no dot in domain name)
16579
16580 2004-09-23 [colin]      0.9.12cvs103.1
16581
16582         * src/plugins/spamassassin/libspamc.c
16583         * src/plugins/spamassassin/libspamc.h
16584         * src/plugins/spamassassin/utils.c
16585         * src/plugins/spamassassin/utils.h
16586                 Sync with HEAD (Update spamassassin to 3.0)
16587
16588 2004-09-21 [colin]      0.9.12cvs102.3
16589
16590         * src/action.c
16591                 Add horizontal scrollbar in action io dialog as needed
16592                 Patch by Alfons.
16593
16594 2004-09-20 [colin]      0.9.12cvs102.2
16595
16596         * src/plugins/image_viewer/viewer.c
16597                 Remove imlib stuff
16598                 use gtk_pixmap_set when clearing
16599                 (would be better to use gtkImages, but causes size-allocate 
16600                 signals storm)
16601
16602 2004-09-17 [paul]       0.9.12cvs102.1
16603
16604         * ChangeLog
16605         * ChangeLog.claws
16606         * ChangeLog.jp
16607         * configure.ac
16608         * src/inc.c
16609                 sync with HEAD
16610
16611
16612 2004-09-17 [colin]      0.9.12cvs101.1
16613
16614         * ChangeLog.claws
16615         * src/main.c
16616                 Sync with HEAD (fix segs at exit)
16617
16618 2004-09-14 [colin]      0.9.12cvs99.5
16619
16620         * src/common/socket.c
16621         * AUTHORS
16622                 Fix send error on 64bit platforms
16623                 Patch by Guy Rouillier <guy-rouillier@speakeasy.net>
16624
16625 2004-09-14 [colin]      0.9.12cvs99.4
16626
16627         * src/action.c
16628                 Fix action output with utf8 
16629                 Patch by Alfons.
16630
16631 2004-09-14 [colin]      0.9.12cvs99.3
16632
16633         * ChangeLog.claws
16634         * src/folder.c
16635                 Sync with HEAD
16636
16637 2004-09-09 [colin]      0.9.12cvs99.2
16638
16639         * src/action.c
16640                 Fix progress bar (displaying "Completed %v/%u")
16641                 Patch by Alfons.
16642
16643 2004-09-08 [colin]      0.9.12cvs99.1
16644
16645         * src/account.c
16646         * src/folder.c
16647         * src/procmsg.c
16648         * src/procmsg.h
16649         * src/plugins/pgpmime/pgpmime.c
16650                 Sync with HEAD
16651
16652 2004-09-08 [colin]      0.9.12cvs97.2
16653
16654         * src/summaryview.c
16655                 Don't select mails in collapsed threads 
16656                 when navigating with up/down
16657
16658 2004-09-07 [colin]      0.9.12cvs97.1
16659
16660         * src/inc.c
16661                 Sync with HEAD (meaningful error messages)
16662
16663 2004-09-06 [colin]      0.9.12cvs96.1
16664
16665         * src/toolbar.c
16666                 Sync with HEAD (fix Redirect graying out)
16667
16668 2004-09-06 [colin]      0.9.12cvs95.1
16669
16670         * src/summaryview.c
16671         * src/mimeview.c
16672                 Sync with HEAD (fix dropped URIs)
16673
16674 2004-09-06 [colin]      0.9.12cvs94.1
16675
16676         * src/addressbook.c
16677         * src/addressitem.h
16678         * src/addritem.c
16679         * src/addritem.h
16680                 Sync with HEAD (addressbook DnD)
16681
16682 2004-09-03 [colin]      0.9.12cvs93.1
16683
16684         * src/summaryview.c
16685                 Sync with HEAD (next/prev unread)
16686
16687 2004-09-03 [colin]      0.9.12cvs92.1
16688
16689         * src/prefs_common.c
16690         * src/prefs_common.h
16691         * src/summaryview.c
16692                 Sync with HEAD ('mark_as_read_delay' pref)
16693
16694 2004-09-02 [colin]      0.9.12cvs91.2
16695
16696         * src/common/xml.c
16697                 Fix leak
16698
16699 2004-09-02 [colin]      0.9.12cvs91.1
16700
16701         * src/gtk/menu.c
16702                 Sync with HEAD (menu accel don't work, but whatever)
16703
16704 2004-09-02 [colin]      0.9.12cvs90.1
16705
16706         * src/account.c
16707                 Sync with HEAD (fix bug 582)
16708
16709 2004-09-02 [colin]      0.9.12cvs89.1
16710
16711         * src/addrindex.c
16712                 Sync with HEAD (free deleted queries)
16713
16714 2004-09-02 [colin]      0.9.12cvs88.1
16715
16716         * src/ldapquery.c
16717                 Sync with HEAD (fix LDAP freezes)
16718
16719 2004-09-02 [colin]      0.9.12cvs87.1
16720
16721         * src/prefs_spelling.c
16722                 Sync with HEAD (add default dictionary)
16723
16724 2004-09-01 [colin]      0.9.12cvs86.1
16725
16726         * src/filtering.c
16727         * src/folderview.c
16728         * src/imap.c
16729         * src/prefs_matcher.c
16730         * src/stock_pixmap.c
16731         * src/summary_search.c
16732         * src/summaryview.c
16733         * src/wizard.c
16734         * src/wizard.h
16735                 Sync with HEAD (uninitialized vars fixes)
16736                 + gtk2 specific warning fixes
16737
16738 2004-08-31 [colin]      0.9.12cvs85.1
16739
16740         * src/folder.c
16741                 Sync with HEAD (Fix memory corruption due to 
16742                 uninitialized var)
16743
16744 2004-08-31 [colin]      0.9.12cvs84.4
16745
16746         * src/summary_search.c
16747                 Fix segfaults when searching in folders with broken headers
16748
16749 2004-08-31 [colin]      0.9.12cvs84.3
16750
16751         * src/compose.c
16752         * src/textview.c
16753                 Fix some more encoding/decoding issues
16754
16755 2004-08-30 [colin]      0.9.12cvs84.2
16756
16757         * src/mimeview.c
16758         * src/prefs_themes.c
16759         * src/gtk/filesel.c
16760         * src/gtk/filesel.h
16761                 Add a folder-mode selection (fixes mimeview's "Save all")
16762
16763 2004-08-29 [colin]      0.9.12cvs84.1
16764
16765         * src/mimeview.c
16766                 Sync with HEAD (don't escape saved filenames)
16767
16768 2004-08-27 [colin]      0.9.12cvs83.1
16769
16770         * ChangeLog
16771         * ChangeLog.claws
16772         * ChangeLog.jp
16773         * src/mh.c
16774         * src/procheader.c
16775         * src/procmsg.c
16776         * src/procmsg.h
16777         * src/common/utils.c
16778         * src/gtk/menu.h
16779         * po/
16780                 Sync with HEAD 0.9.12cvs83 (sync with main)
16781
16782 2004-08-26 [colin]      0.9.12cvs82.4
16783
16784         * src/codeconv.c
16785                 Fix strange stack corruption
16786                 Convert to utf8 after unmime, not before
16787
16788 2004-08-26 [colin]      0.9.12cvs82.3
16789
16790         * src/main.c
16791         * src/wizard.c
16792                 Fix account folders duplication
16793
16794 2004-08-25 [colin]      0.9.12cvs82.2
16795
16796         * src/wizard.c
16797                 Remove ports
16798                 Add SSL selection
16799                 Use login@server as account name
16800
16801 2004-08-25 [colin]      0.9.12cvs82.1
16802
16803         * src/plugins/pgpmime/pgpmime.c
16804                 Sync with HEAD (leak fix).
16805
16806 2004-08-25 [colin]      0.9.12cvs81.1
16807
16808         * src/plugins/pgpmime/pgpmime.c
16809         * src/plugins/pgpmime/sgpgme.c
16810         * src/plugins/pgpmime/sgpgme.h
16811                 Sync with HEAD (Handle combined messages).
16812
16813 2004-08-24 [colin]      0.9.12cvs80.3
16814
16815         * src/wizard.c
16816                 Fix full name, ports, and imap
16817
16818 2004-08-24 [colin]      0.9.12cvs80.2
16819
16820         * src/Makefile.am
16821         * src/main.c
16822         * src/setup.c
16823         * src/setup.h
16824         * src/stock_pixmap.c
16825         * src/stock_pixmap.h
16826         * src/wizard.c ** ADDED **
16827         * src/wizard.h ** ADDED ** 
16828         * src/pixmaps/sylpheed_icon.xpm ** ADDED **
16829                 Add a setup wizard 
16830
16831 2004-08-24 [colin]      0.9.12cvs80.1
16832
16833         * src/folder.c
16834                 Sync with HEAD (set mimeflags on all messages)
16835
16836 2004-08-24 [colin]      0.9.12cvs79.3
16837
16838         * src/matcher_parser_lex.l
16839                 Fix 8bits strings not in utf8
16840
16841 2004-08-24 [colin]      0.9.12cvs79.2
16842
16843         * src/compose.c
16844                 Check conversion result before replacing buffer
16845
16846 2004-08-23 [colin]      0.9.12cvs79.1
16847
16848         * src/compose.c
16849                 Sync with HEAD (create message header in memory)
16850
16851 2004-08-23 [colin]      0.9.12cvs78.1
16852
16853         * src/rfc2015.c
16854         * src/rfc2015.h
16855                 Sync with HEAD (fix bug 197 again)
16856
16857 2004-08-23 [colin]      0.9.12cvs77.3
16858
16859         * src/compose.c
16860                 Fix again inline gpg signing (which outputs utf8
16861                 in gtk2). Not syncing this fix to HEAD as this 
16862                 code is meant to die.
16863
16864 2004-08-23 [colin]      0.9.12cvs77.2
16865
16866         * src/prefs_account.h
16867                 Remove useless include
16868
16869 2004-08-23 [colin]      0.9.12cvs77.1
16870
16871         * src/imap.c
16872         * po/es.po
16873         * po/fr.po
16874         * po/it.po
16875         * po/pl.po
16876         * po/pt_BR.po
16877         * po/sk.po
16878         * po/sr.po
16879                 Sync with HEAD (fix bug 577)
16880
16881 2004-08-22 [colin]      0.9.12cvs76.1
16882
16883         * src/plugins/trayicon/trayicon.c
16884                 Sync with HEAD (fix formatting bug)
16885
16886 2004-08-21 [colin]      0.9.12cvs74.2
16887
16888         * src/gtk/colorsel.c
16889                 Fix bug 564 (Folder color selection window exits on any
16890                 keypress)
16891
16892 2004-08-21 [colin]      0.9.12cvs74.1
16893
16894         * ChangeLog.claws
16895         * src/compose.c
16896         * src/summaryview.c
16897         * src/toolbar.c
16898                 Sync with HEAD (fix bug 576)
16899
16900 2004-08-21 [colin]      0.9.12cvs70.1
16901
16902         * src/compose.c
16903         * src/mainwindow.c
16904                 Sync with HEAD
16905                 
16906
16907 2004-08-21 [paul]       0.9.12cvs66.4
16908
16909         * src/mainwindow.c
16910         * src/messageview.c
16911         * src/gtk/menu.c
16912         * src/plugins/spamassassin/spamassassin_gtk.c
16913                 remove some deprecated gtk1 functions
16914
16915
16916 2004-08-21 [colin]      0.9.12cvs66.3
16917
16918         * src/compose.c
16919         * src/codeconv.c
16920                 Fix warnings
16921                 Remove encoding hacks
16922                 Fix bug 575 (Strange character messes up message)
16923                 Don't display conversion error when drafting
16924
16925 2004-08-21 [paul]       0.9.12cvs66.2
16926
16927         * src/prefs_account.c
16928                 fix GnuPG mode bugs
16929
16930
16931 2004-08-20 [colin]      0.9.12cvs66.1
16932
16933         * src/codeconv.c
16934                 Sync with HEAD 0.9.12cvs66
16935
16936 2004-08-20 [paul]
16937
16938         * src/plugins/pgpmime/plugin.c
16939                 modify PGP/MIME plugin's description
16940
16941 2004-08-17 [colin]      0.9.12cvs65.1
16942
16943         * src/common/ssl.c
16944         * src/plugins/pgpmime/plugin.c
16945                 Sync with HEAD
16946
16947 2004-08-14 [colin]      0.9.12cvs60.3
16948
16949         * src/plugins/trayicon/trayicon.c
16950                 Put back resize callback, on size-request signal
16951                 rather than size-allocate to avoid infinite 
16952                 callback loop
16953
16954 2004-08-13 [colin]      0.9.12cvs60.2
16955
16956         * src/common/defs.h
16957                 Cache versions have been fixed
16958
16959 2004-08-13 [colin]      0.9.12cvs60.1
16960
16961         * src/folderutils.c
16962                 Sync with HEAD
16963
16964 2004-08-12 [colin]      0.9.12cvs59.1
16965
16966         * src/plugins/trayicon/trayicon.c
16967                 Sync with HEAD
16968
16969 2004-08-12 [colin]      0.9.12cvs57.5
16970
16971         * sylpheed.desktop
16972         * configure.ac
16973         * src/Makefile.am
16974         * src/main.c
16975                 Add support for Freedesktop.org's startup notification
16976
16977 2004-08-11 [colin]      0.9.12cvs57.4
16978
16979         * src/textview.c
16980                 Fix off-by-one
16981
16982 2004-08-11 [colin]      0.9.12cvs57.3
16983
16984         * src/message_search.c
16985         * src/summary_search.c
16986                 Make searches case insensitive by default
16987         * src/textview.c
16988                 Fix case-insensitive search in message
16989
16990 2004-08-11 [colin]      0.9.12cvs57.2
16991
16992         * src/summary_search.c
16993                 Let case-sensitive be specified
16994
16995 2004-08-10 [colin]      0.9.12cvs55.4
16996
16997         * src/common/socket.c
16998                 Fix the possible race condition
16999
17000 2004-08-09 [paul]       0.9.12cvs55.3
17001
17002         * configure.ac
17003         * src/Makefile.am
17004         * src/common/Makefile.am
17005                 sync with HEAD
17006
17007
17008 2004-08-09 [paul]       0.9.12cvs55.2
17009
17010         * autogen.sh
17011         * po/poconv.sh
17012                 remove unneeded script
17013
17014         * configure.ac
17015                 add forgotten USE_LDAP_TLS (sync with HEAD)
17016
17017
17018 2004-08-09 [colin]      0.9.12cvs55.1
17019
17020         * src/main.c
17021         * src/common/ssl.c
17022         * src/common/sylpheed.c
17023         * src/common/sylpheed.h
17024                 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect)
17025
17026 2004-08-09 [paul]       0.9.12cvs54.1
17027
17028         * ChangeLog
17029         * ChangeLog.claws
17030         * ChangeLog.jp
17031         * configure.ac
17032         * po/POTFILES.in
17033         * src/Makefile.am
17034         * src/folderutils.c
17035         * src/main.c
17036         * src/pgpmime.c
17037         * src/pgpmime.h
17038         * src/sgpgme.c
17039         * src/sgpgme.h
17040         * src/plugins/Makefile.am
17041         * src/plugins/pgpmime/.cvsignore
17042         * src/plugins/pgpmime/Makefile.am
17043         * src/plugins/pgpmime/pgpmime.c
17044         * src/plugins/pgpmime/pgpmime.h
17045         * src/plugins/pgpmime/plugin.c
17046         * src/plugins/pgpmime/sgpgme.c
17047         * src/plugins/pgpmime/sgpgme.h
17048                 sync with HEAD
17049
17050 2004-08-08 [paul]       0.9.12cvs51.1
17051
17052         * configure.ac
17053         * src/folder.c
17054                 sync with HEAD
17055
17056 2004-08-07 [colin]      0.9.12cvs50.1
17057
17058         * src/pop.c
17059         * src/common/partial_download.c
17060                 fix warnings (sync from HEAD)
17061
17062 2004-08-07 [colin]      0.9.12cvs48.1
17063
17064         * src/prefs_folder_item.c
17065                 sync with HEAD 0.9.12cvs48
17066
17067 2004-08-06 [colin]      0.9.12cvs47.1
17068
17069         * src/compose.c
17070                 Sync with HEAD
17071
17072 2004-08-06 [christoph]  0.9.12cvs46.2
17073
17074         * src/main.c
17075         * src/plugins/clamav/clamav_plugin_gtk.c
17076         * src/plugins/dillo_viewer/dillo_viewer.c
17077         * src/plugins/image_viewer/plugin.c
17078         * src/plugins/mathml_viewer/mathml_viewer.c
17079         * src/plugins/spamassassin/spamassassin_gtk.c
17080         * src/plugins/trayicon/trayicon.c
17081                 don't mix GTK1.2 plugin with GTK2 plugins
17082
17083 2004-08-06 [colin]      0.9.12cvs46.1
17084
17085         * ChangeLog
17086         * ChangeLog.claws
17087         * ChangeLog.jp
17088         * configure.ac
17089         * sylpheed-claws.pc.in
17090         * src/folder.c
17091         * src/imap.c
17092         * src/localfolder.c
17093         * src/messageview.c
17094         * src/mimeview.c
17095         * src/mimeview.h
17096         * src/msgcache.c
17097         * src/news.c
17098         * src/prefs_ext_prog.c
17099         * src/prefs_folder_item.c
17100         * src/prefs_fonts.c
17101         * src/prefs_msg_colors.c
17102         * src/prefs_spelling.c
17103         * src/prefs_themes.c
17104         * src/prefs_toolbar.c
17105         * src/prefs_wrapping.c
17106         * src/procmime.h
17107         * src/common/defs.h
17108         * src/common/nntp.c
17109         * src/common/session.c
17110         * src/common/session.h
17111         * src/common/socket.c
17112         * src/common/utils.h
17113         * src/common/xml.c
17114         * src/common/xml.h
17115         * src/gtk/prefswindow.c
17116         * src/gtk/prefswindow.h
17117         * src/plugins/clamav/clamav_plugin_gtk.c
17118         * src/plugins/dillo_viewer/dillo_prefs.c
17119         * src/plugins/image_viewer/viewerprefs.c
17120         * src/plugins/spamassassin/spamassassin_gtk.c
17121         * m4/openssl.m4 *** REMOVED ***
17122                 Sync with HEAD 0.9.12cvs46
17123
17124 2004-08-03 [paul]       0.9.12cvs40.2
17125
17126         * src/action.c
17127         * src/addressadd.c
17128         * src/addressbook.c
17129         * src/addrgather.c
17130         * src/browseldap.c
17131         * src/compose.c
17132         * src/crash.c
17133         * src/editaddress.c
17134         * src/editgroup.c
17135         * src/editldap_basedn.c
17136         * src/foldersel.c
17137         * src/importldif.c
17138         * src/mimeview.c
17139         * src/prefs_common.c
17140         * src/prefs_template.c
17141         * src/sourcewindow.c
17142         * src/summaryview.c
17143         * src/gtk/about.c
17144         * src/gtk/foldersort.c
17145         * src/gtk/logwindow.c
17146         * src/gtk/pluginwindow.c
17147         * src/gtk/prefswindow.c
17148                 change all gtk_scrolled_window_set_policy from 
17149                 GTK_POLICY_ALWAYS to GTK_POLICY_AUTOMATIC
17150
17151 2004-08-02 [paul]       0.9.12cvs40.1
17152
17153         * AUTHORS
17154                 update translation team section
17155         * po/pt_BR.po
17156                 updated by Frederico Goncalves Guimaraes
17157                 <fggdebian@yahoo.com.br>
17158
17159 2004-07-31 [colin]      0.9.12cvs39.9
17160
17161         * src/exphtmldlg.c
17162                 Fix compilation
17163
17164 2004-07-31 [colin]      0.9.12cvs39.8
17165
17166         * src/exphtmldlg.c
17167                 Fix an alertpanel type
17168
17169 2004-07-30 [colin]      0.9.12cvs39.7
17170
17171         * src/alertpanel.c
17172                 Fix alertpanel_error_log's icon
17173
17174 2004-07-30 [colin]      0.9.12cvs39.6
17175
17176         * src/pop.c
17177                 Two of them should still be warnings
17178
17179 2004-07-30 [colin]      0.9.12cvs39.5
17180
17181         * src/pop.c
17182                 More warning -> error
17183 2004-07-29 [colin]      0.9.12cvs39.4
17184
17185         * src/pop.c
17186                 Warning -> error
17187
17188 2004-07-29 [colin]      0.9.12cvs39.3
17189
17190         * src/prefs_matcher.c
17191                 Fix segfault
17192
17193 2004-07-29 [colin]      0.9.12cvs39.2
17194
17195         * src/alertpanel.c
17196                 More nice-looking alertpanels
17197
17198 2004-07-29 [colin]      0.9.12cvs39.1
17199
17200         * src/messageview.c
17201                 sync with head
17202                 (inform user when partial mail is deleted on server)
17203
17204 2004-07-29 [colin]      0.9.12cvs38.1
17205
17206         * src/messageview.c
17207                 sync with head
17208
17209 2004-07-28 [paul]       0.9.12cvs37.7
17210
17211         * src/mainwindow.c
17212                 complete the replacement of deprecated gtk_progress_*
17213
17214 2004-07-28 [paul]       0.9.12cvs37.6
17215
17216         * src/action.c
17217         * src/inc.c
17218         * src/mainwindow.c
17219         * src/send_message.c
17220         * src/gtk/progressdialog.c
17221         * src/gtk/progressdialog.h
17222                 replace deprecated gtk_progress_*
17223
17224 2004-07-28 [paul]       0.9.12cvs37.5
17225
17226         * src/gtk/filesel.c
17227                 remove gtk_window_set_wmclass()
17228 2004-07-28 [paul]       0.9.12cvs37.4
17229
17230         * src/addressbook.c
17231         * src/compose.c
17232         * src/foldersel.c
17233         * src/mainwindow.c
17234         * src/messageview.c
17235         * src/sourcewindow.c
17236         * src/gtk/logwindow.c
17237                 remove gtk_window_set_wmclass()
17238                 
17239         * src/prefs_filtering.c
17240         * src/prefs_filtering_action.c
17241         * src/prefs_fonts.c
17242         * src/prefs_gtk.c
17243         * src/prefs_matcher.c
17244         * src/ssl_manager.c
17245         * src/gtk/prefswindow.c
17246                 replace gtk_window_position()
17247
17248 2004-07-28 [colin]      0.9.12cvs37.3
17249
17250         * src/alertpanel.c
17251         * src/alertpanel.h
17252                 Add a way to specify panel type for specific
17253                 panels (alertpanel())
17254         * src/account.c
17255         * src/addressbook.c
17256         * src/compose.c
17257         * src/expldifdlg.c
17258         * src/main.c
17259         * src/messageview.c
17260         * src/summaryview.c
17261         * src/textview.c
17262         * src/gtk/sslcertwindow.c
17263                 Fix alertpanel()s so that their icon match
17264                 their real type
17265
17266 2004-07-28 [paul]       0.9.12cvs37.2
17267
17268         * src/addr_compl.c
17269         * src/addressbook.c
17270         * src/alertpanel.c
17271         * src/compose.c
17272         * src/export.c
17273         * src/foldersel.c
17274         * src/folderview.c
17275         * src/grouplistdialog.c
17276         * src/import.c
17277         * src/mainwindow.c
17278         * src/message_search.c
17279         * src/messageview.c
17280         * src/passphrase.c
17281         * src/prefs_actions.c
17282         * src/prefs_common.c
17283         * src/prefs_customheader.c
17284         * src/prefs_display_header.c
17285         * src/prefs_filtering.c
17286         * src/prefs_filtering_action.c
17287         * src/prefs_gtk.c
17288         * src/prefs_matcher.c
17289         * src/prefs_msg_colors.c
17290         * src/prefs_summary_column.c
17291         * src/prefs_template.c
17292         * src/sourcewindow.c
17293         * src/ssl_manager.c
17294         * src/summary_search.c
17295         * src/gtk/colorsel.c
17296         * src/gtk/description_window.c
17297         * src/gtk/gtkaspell.c
17298         * src/gtk/inputdialog.c
17299         * src/gtk/logwindow.c
17300         * src/gtk/prefswindow.c
17301         * src/gtk/progressdialog.c
17302                 replace deprecated gtk_window_set_policy
17303
17304 2004-07-27 [colin]      0.9.12cvs37.1
17305
17306         * src/msgcache.c
17307                 More fixes (synced for head again)
17308
17309 2004-07-27 [colin]      0.9.12cvs35.3
17310
17311         * src/msgcache.c
17312                 Fix wrong test
17313
17314 2004-07-27 [colin]      0.9.12cvs35.2
17315
17316         * src/mimeview.c
17317                 Fix width a bit (by Paul)
17318         * src/alertpanel.c
17319         * src/alertpanel.h
17320                 Specialize icons, make alertpanel_message()
17321                 private
17322         * src/message_search.c
17323         * src/sgpgme.c
17324         * src/summary_search.c
17325                 Suit alertpanel changes
17326
17327 2004-07-27 [colin]      0.9.12cvs35.1
17328
17329         * src/alertpanel.c
17330                 Add an icon
17331         * src/passphrase.c
17332                 Add debug output - maybe someone will
17333                 want to look at the problem with Grab
17334                 Input :)
17335         Bump version as we're synced with HEAD
17336
17337 2004-07-26 [colin]      0.9.12cvs33.26
17338
17339         * src/pop.c
17340                 Fix uidl-file parsing when not in new
17341                 format
17342
17343 2004-07-26 [colin]      0.9.12cvs33.25
17344
17345         * src/gtk/menu.c
17346                 Move popup menu up if necessary (fixes 
17347                 account selector)
17348         * src/mainwindow.c
17349                 Set account selector's button height to
17350                 minimum
17351
17352 2004-07-26 [colin]      0.9.12cvs33.24
17353
17354         * src/alertpanel.c
17355                 Maybe fix 551 (Truncated font in alert window)
17356
17357 2004-07-26 [colin]      0.9.12cvs33.23
17358
17359         * po/de.po
17360         * po/es.po
17361         * po/fr.po
17362         * po/it.po
17363         * po/ja.po
17364         * po/pl.po
17365         * po/ru.po
17366         * po/sk.po
17367         * po/sr.po
17368         * po/zh_CN.po
17369                 Sync po files with HEAD
17370
17371 2004-07-26 [paul]       0.9.12cvs33.22
17372
17373         * src/compose.c
17374                 fix Bug 556 'Organisation-header is sent even if empty'
17375
17376 2004-07-24 [colin]      0.9.12cvs33.21
17377
17378         * src/compose.c
17379         * src/gtk/gtkaspell.c
17380         * src/gtk/gtkaspell.h
17381                 Fix speller accelerators (require hack)
17382
17383 2004-07-24 [colin]      0.9.12cvs33.20
17384
17385         * src/gtk/gtkaspell.c
17386                 Fix over-eager code deletion breaking
17387                 Check while typing
17388
17389 2004-07-24 [colin]      0.9.12cvs33.19
17390
17391         * src/browseldap.c
17392         * src/ldapctrl.c
17393         * src/ldapctrl.h
17394         * src/ldapserver.h
17395                 Sync ldap with HEAD
17396         (Fixes 546 LDAP completely broken)
17397
17398 2004-07-24 [colin]      0.9.12cvs33.18
17399
17400         * src/prefs_msg_colors.c
17401                 Fix prototype mismatch
17402         (Fixes 547 void function cannot return value)
17403
17404 2004-07-24 [colin]      0.9.12cvs33.17
17405
17406         * src/mainwindow.c
17407                 Fix sort going back to previous sort key
17408                 when changing sort direction
17409
17410 2004-07-24 [colin]      0.9.12cvs33.16
17411
17412         * src/compose.c
17413                 Fix space insertion when re-wrapping at 
17414                 cursor point
17415
17416 2004-07-24 [colin]      0.9.12cvs33.15
17417
17418         * src/gtk/gtkaspell.c
17419                 Don't change cursor position in insert-text
17420                 callback
17421         (Fixes 539 Word wrapping on input transposes letters)
17422
17423 2004-07-24 [colin]      0.9.12cvs33.14
17424
17425         * src/gtk/gtkaspell.c
17426                 Reencode non-ascii chars to dictionary's
17427                 encoding
17428         (Fixes 544 Spell check broken non english locale)
17429
17430 2004-07-24 [colin]      0.9.12cvs33.13
17431
17432         * src/summaryview.c
17433                 Fix Shift+Down, add Home/End/PgUp/PgDown
17434
17435 2004-07-21 [colin]      0.9.12cvs33.12
17436
17437         * src/prefs_common.c
17438                 Fix a gtk warning (Patch by Andrej Kacian)
17439
17440 2004-07-21 [colin]      0.9.12cvs33.11
17441
17442         * src/gtk/filesel.c
17443                 More check
17444
17445 2004-07-21 [colin]      0.9.12cvs33.10
17446
17447         * src/compose.c
17448         * src/crash.c
17449         * src/export.c
17450         * src/import.c
17451         * src/messageview.c
17452         * src/mimeview.c
17453         * src/prefs_spelling.c
17454         * src/prefs_themes.c
17455         * src/summaryview.c
17456         * src/gtk/filesel.c
17457         * src/gtk/filesel.h
17458         * src/gtk/pluginwindow.c
17459                 Untwist open/save mode guessing logic, make
17460                 it explicit
17461
17462 2004-07-20 [colin]      0.9.12cvs33.9
17463
17464         * src/codeconv.c
17465                 conv_encode_header: src_charset is UTF-8 on
17466                 gtk2
17467         * src/compose.c
17468                 Remove double encoding of the headers
17469
17470 2004-07-20 [colin]      0.9.12cvs33.8
17471
17472         * src/codeconv.c
17473                 Fix typo
17474
17475 2004-07-20 [colin]      0.9.12cvs33.7
17476
17477         * src/mainwindow.c
17478                 Set the separated messageview to the saved
17479                 size of Claws' messageview (Patch by Alfons)
17480                 Fix a callback prototype (me)
17481
17482 2004-07-20 [colin]      0.9.12cvs33.6
17483
17484         * src/codeconv.h
17485                 Forgot one hunk in 0.9.12cvs33.4
17486
17487 2004-07-19 [colin]      0.9.12cvs33.5
17488
17489         * src/action.c
17490                 Action output fix
17491                 Patch by Alfons
17492
17493 2004-07-19 [colin]      0.9.12cvs33.4
17494
17495         * src/compose.c
17496                 Fix outgoing charset bug in headers
17497         * src/codeconv.c
17498                 Clean for glib2 - Patch by Alfons
17499
17500 2004-07-19 [colin]      0.9.12cvs33.3
17501
17502         * src/statusbar.c
17503                 Remove grip from the statusbar
17504                 Patch by Alfons
17505
17506 2004-07-19 [colin]      0.9.12cvs33.2
17507
17508         * src/messageview.c
17509         * src/textview.c
17510                 Fix messageview remembering the previous
17511                 scroll position when loading a new message
17512                 Patch by Alfons
17513
17514 2004-07-19 [colin]      0.9.12cvs33.1
17515
17516         * src/folder.h
17517         * src/folderview.c
17518         * src/summaryview.c
17519                 Sync with HEAD
17520
17521 2004-07-18 [colin]      0.9.12cvs32.7
17522
17523         * configure.ac
17524                 Remove useless check for XIM - noticed
17525                 by Alfons
17526
17527 2004-07-18 [colin]      0.9.12cvs32.6
17528
17529         * src/summaryview.c
17530                 Remove non-modified and shift-modified
17531                 accelerators in summaryview's popup
17532                 menu, as that doesn't get catched by
17533                 the accel-activate signal catcher...
17534
17535 2004-07-18 [colin]      0.9.12cvs32.5
17536
17537         * src/prefs_common.c
17538                 Define sensible default prefs for 
17539                 wrapping
17540
17541 2004-07-18 [colin]      0.9.12cvs32.4
17542
17543         * src/compose.c
17544         * src/prefs_common.c
17545         * src/prefs_common.h
17546         * src/prefs_wrapping.c
17547                 Remove Smart Wrapping pref, which does
17548                 nothing on gtk2 branch
17549
17550 2004-07-18 [colin]      0.9.12cvs32.3
17551
17552         * src/sourcewindow.c
17553                 Proper utf8
17554
17555 2004-07-18 [colin]      0.9.12cvs32.2
17556
17557         * src/compose.c
17558                 Save attachment status when drafting
17559
17560 2004-07-18 [colin]      0.9.12cvs32.1
17561
17562         * src/gtk/filesel.c
17563                 Fix erratic folder selection in open mode
17564
17565 2004-07-18 [colin]      0.9.12cvs31.11
17566
17567         * src/pop.c
17568                 Don't let partial messages get deleted
17569                 even with "dowload all"
17570                 (0.9.12cvs31.8 fix extension)
17571 2004-07-18 [colin]      0.9.12cvs31.10
17572
17573         * src/gtk/logwindow.c
17574                 Fix log scrolling
17575
17576 2004-07-18 [colin]      0.9.12cvs31.9
17577
17578         * src/common/utils.c
17579                 Fix non-utf8 strings coming from commands
17580                 and files
17581
17582 2004-07-18 [colin]      0.9.12cvs31.8
17583
17584         * src/pop.c
17585                 Fix partial download bug with Download all
17586                 messages option
17587
17588 2004-07-18 [colin]      0.9.12cvs31.7
17589
17590         * src/textview.c
17591                 Fix bug introduced in 0.9.12cvs31.2
17592                 (blocked in select mode after double click)
17593
17594 2004-07-18 [colin]      0.9.12cvs31.6
17595
17596         * src/compose.c
17597         * src/gtk/menu.c
17598                 More glib-warning fixes
17599
17600 2004-07-18 [colin]      0.9.12cvs31.5
17601
17602         * src/compose.c
17603                 Fix trashing the primary clipboard when moving 
17604                 around with tab
17605         (Fix Bug 536 Unintuitive: "To:" copied to clipboard)
17606
17607 2004-07-18 [colin]      0.9.12cvs31.4
17608
17609         * src/codeconv.c
17610                 convert unencoded iso headers to utf8
17611         (Fix Bug 538 Unencoded local characters in subject make it 
17612          disappear)
17613
17614 2004-07-18 [colin]      0.9.12cvs31.3
17615
17616         * src/compose.c
17617                 Fix tab char handling in wrapping
17618         (Fix Bug 537 Line wrap problem - TAB character treated as 
17619          one character instead of 8)
17620
17621 2004-07-18 [colin]      0.9.12cvs31.2
17622
17623         * src/textview.c
17624                 return FALSE on GDK_MOTION_NOTIFY
17625         (Fix Bug 535 Hyperlinks/addresses are not selectable 
17626          (unable to highlight))
17627
17628 2004-07-18 [colin]      0.9.12cvs31.1
17629
17630         * src/folderview.c
17631                 Sync with 0.9.12cvs31
17632
17633 2004-07-18 [colin]      0.9.12cvs30.4
17634
17635         * src/compose.c
17636                 Also block text_inserted when inserting a file
17637
17638 2004-07-18 [colin]      0.9.12cvs30.3
17639
17640         * src/compose.c
17641                 Fix smart wrapping (block text_inserted handler
17642                 while putting quotation to avoid wrap on input,
17643                 don't join lines if next is sig separator)
17644
17645 2004-07-17 [colin]      0.9.12cvs30.2
17646
17647         * src/folderview.c
17648         * src/mainwindow.c
17649         * src/mimeview.c
17650         * src/summaryview.c
17651         * src/gtk/quicksearch.c
17652         * src/gtk/quicksearch.h
17653                 Block key events handlers *and* accels while
17654                 quicksearch is focused
17655         (Fixes Bug 534 quick-search bar not accepting certain letters)
17656
17657 2004-07-17 [colin]      0.9.12cvs30.1
17658
17659         * src/folder.h
17660         * src/folderview.c
17661         * src/summaryview.c
17662                 Sync with 0.9.12cvs30
17663
17664 2004-07-17 [colin]      0.9.12cvs28.2
17665
17666         * src/mimeview.c
17667         * src/procmime.c
17668         * src/summaryview.c
17669         * src/gtk/menu.c
17670                 Squash some compile and glib warnings
17671
17672 2004-07-17 [paul]       0.9.12cvs28.1
17673
17674         * src/mimeview.c
17675                 sync with 0.9.12cvs28 HEAD
17676
17677 2004-07-16 [paul]       0.9.12cvs26.1
17678         
17679         * src/gtk/quicksearch.c
17680         * src/account.c
17681         * src/account.h
17682         * src/compose.c
17683         * src/customheader.c
17684         * src/folder_item_prefs.c
17685         * src/main.c
17686         * src/mainwindow.c
17687         * src/messageview.c
17688         * src/mimeview.c
17689         * src/news.c
17690         * src/pgpmime.c
17691         * src/pop.c
17692         * src/pop.h
17693         * src/prefs_account.c
17694         * src/prefs_account.h
17695         * src/prefs_common.c
17696         * src/prefs_common.h
17697         * src/prefs_display_header.c
17698         * src/prefs_gtk.c
17699         * src/prefs_gtk.h
17700         * src/procheader.c
17701         * src/procmime.c
17702                 sync with 0.9.12cvs26 HEAD      
17703
17704 2004-07-15 [colin]      0.9.12cvs18.14
17705
17706         * src/folder.c
17707                 Disable GPG signature check during
17708                 folder move and scan
17709         (Closes Bug 521 Signature checking slows down Folder-Move)
17710
17711 2004-07-14 [colin]      0.9.12cvs18.13
17712
17713         * src/common/partial_download.c
17714                 update includes
17715
17716 2004-07-14 [colin]      0.9.12cvs18.12
17717
17718         * src/common/partial_download.c
17719         * src/common/partial_download.h
17720                 Move doc at top, add correct copyright
17721
17722 2004-07-14 [colin]      0.9.12cvs18.11
17723
17724         * src/folder.c
17725         * src/messageview.c
17726         * src/pop.c
17727         * src/pop.h
17728         * src/procmsg.c
17729         * src/summaryview.c
17730         * src/common/Makefile.am
17731         * src/common/partial_download.c ** NEW FILES **
17732         * src/common/partial_download.h ** NEW FILES **
17733                 Move partial-download related stuff to its
17734                 own file
17735
17736 2004-07-14 [colin]      0.9.12cvs18.10
17737
17738         * src/send_message.c
17739                 Fix smtp auth when user is null or empty
17740
17741 2004-07-13 [colin]      0.9.12cvs18.9
17742
17743         * src/gtk/quicksearch.c
17744                 Use alphabetic order
17745
17746 2004-07-13 [colin]      0.9.12cvs18.8
17747
17748         * src/pop.c
17749                 Be paranoid on the checks
17750
17751 2004-07-13 [colin]      0.9.12cvs18.7
17752
17753         * src/gtk/quicksearch.c
17754                 Fix Engrish once again
17755
17756 2004-07-13 [colin]      0.9.12cvs18.6
17757
17758         * src/procmsg.c
17759         * src/summaryview.c
17760                 Mark messages for deletion when they are about to
17761                 be removed from trash
17762
17763 2004-07-13 [colin]      0.9.12cvs18.5
17764
17765         * src/matcher.c
17766         * src/matcher.h
17767         * src/matcher_parser_parse.y
17768         * src/prefs_matcher.c
17769         * src/gtk/quicksearch.c
17770                 Add 'partial' ('p') match string to find partially
17771                 downloaded messages
17772
17773 2004-07-13 [colin]      0.9.12cvs18.4
17774
17775         * src/pop.c
17776                 Fix misplaced block
17777
17778 2004-07-13 [colin]      0.9.12cvs18.3
17779
17780         * src/pop.c
17781         * src/pop.h
17782         * src/messageview.c
17783                 Refactor API (to avoid passing 5+ params and code
17784                 duplication)
17785         * src/folder.c
17786         * src/msgcache.c
17787         * src/procheader.c
17788         * src/common/defs.h
17789                 Add planned_download to cache
17790                 Don't mess uidl file when moving partially downloaded
17791                 mails (they change folder, we should change it in the
17792                 uidl list too or we'll remove an incorrect message)
17793                 (this also helps removing hacks when changing 
17794                 planned_download in messageview.c)
17795
17796 2004-07-12 [colin]      0.9.12cvs18.2
17797
17798         * src/gtk/quicksearch.c
17799                 Fix missing status update in quicksearch
17800
17801 2004-07-12 [paul]       0.9.12cvs18.1
17802
17803         * po/POTFILES.in
17804         * src/Makefile.am
17805         * src/account.c
17806         * src/codeconv.c
17807         * src/compose.c
17808         * src/inc.c
17809         * src/main.c
17810         * src/prefs_common.c
17811         * src/procmsg.h
17812         * src/toolbar.c
17813         * src/prefs_msg_colors.[ch]     ** NEW FILES **
17814         * src/prefs_wrapping.[ch]       ** NEW FILES **
17815         * src/common/intl.h
17816         * src/common/utils.[ch]
17817         * src/gtk/quicksearch.[ch]
17818                 sync with 0.9.12cvs18 HEAD
17819
17820 2004-07-12 [colin]      0.9.11cvs17.25
17821
17822         * src/folder.c
17823         * src/folder.h
17824                 Remove unused function added by me in 0.9.11cvs17.10
17825
17826 2004-07-11 [colin]      0.9.11cvs17.24
17827
17828         * src/inc.c
17829         * src/messageview.c
17830         * src/pop.c
17831         * src/pop.h
17832                 Use folderitem and msgnum instead of filename to
17833                 know which mail to delete
17834                 Move old partial mail deletion to pop.c
17835
17836 2004-07-10 [colin]      0.9.11cvs17.23
17837
17838         * src/inc.c
17839                 Add debug
17840         * src/pop.c
17841         * src/pop.h
17842                 Don't re-use same enums for unrelated stuff: it's 
17843                 completely misleading !
17844                 Document a bit
17845
17846 2004-07-09 [colin]      0.9.11cvs17.22
17847
17848         * src/inc.c
17849                 Remove folder-type check and do
17850                 more tests to be sure everything's
17851                 ok
17852         * src/messageview.c
17853                 Punctuation update, remove useless
17854                 code, fix two warnings
17855         * src/noticeview.c
17856                 Layout cleaning, reset 2nd button
17857                 when specifying one
17858
17859 2004-07-09 [colin]      0.9.11cvs17.21
17860
17861         * src/messageview.c
17862         * src/pop.c
17863         * src/pop.h
17864                 Allow user to change his mind
17865                 and postpone decision (by
17866                 unmarking the mail)
17867
17868 2004-07-09 [colin]      0.9.11cvs17.20
17869
17870         * src/messageview.c
17871                 Fix bug with delete state
17872         * src/pop.c
17873         * src/pop.h
17874                 Fix buffer leak (fread doesn't 
17875                 terminate buffers with \0)
17876                 Refactoring (remove magic 
17877                 numbers)
17878
17879 2004-07-09 [colin]      0.9.11cvs17.19
17880
17881         * src/pop.c
17882                 Don't log "Skipping message" if 
17883                 we're going to TOP it two lines
17884                 later
17885
17886 2004-07-09 [colin]      0.9.11cvs17.18
17887
17888         * src/messageview.c
17889                 Fix Engrish
17890
17891 2004-07-09 [colin]      0.9.11cvs17.17
17892
17893         * src/pop.c
17894                 strlen checking...
17895         * src/messageview.c
17896                 refactoring a bit
17897
17898 2004-07-08 [colin]      0.9.11cvs17.16
17899
17900         * src/noticeview.c
17901         * src/noticeview.h
17902                 Add an optional second button
17903         * src/messageview.c
17904         * src/pop.c
17905         * src/pop.h
17906                 Don't delete partially received mails after a certain
17907                 time; rather, let the user decide.
17908
17909 2004-07-08 [colin]      0.9.11cvs17.15
17910
17911         * src/common/smtp.h
17912                 Sync with HEAD
17913
17914 2004-07-08 [colin]      0.9.11cvs17.14
17915
17916         * src/messageview.c
17917         * src/common/smtp.c
17918                 Use to_human_readable() for sizes
17919
17920 2004-07-08 [colin]      0.9.11cvs17.13
17921
17922         * src/inc.c
17923         * src/messageview.c
17924         * src/pop.c
17925         * src/pop.h
17926         * src/procmsg.c
17927                 Fix partial-downloading issues:
17928                         catch unsupported TOP
17929                         don't delete partially downloaded mails before 5 days
17930                         don't update existing with non-MH folders; that'll
17931                         make dups, but it's better than trashing the folder
17932                         free new msginfo parts
17933                 Fix indentation ;-)
17934
17935 2004-07-08 [colin]      0.9.11cvs17.12
17936
17937         * src/common/smtp.c
17938         * src/common/smtp.h
17939                 Sync smtp size verification with HEAD
17940
17941 2004-07-08 [colin]      0.9.11cvs17.11
17942
17943         * src/summaryview.c
17944         * src/prefs_common.c
17945         * src/prefs_common.h
17946         * src/gtk/quicksearch.c
17947         * src/gtk/quicksearch.h
17948                 Sync sticky pref with HEAD
17949
17950 2004-07-08 [colin]      0.9.11cvs17.10
17951
17952         * src/folder.c [1.213.2.6]
17953         * src/folder.h [1.87.2.6]
17954         * src/inc.c [1.149.2.7]
17955         * src/messageview.c [1.94.2.8]
17956         * src/procheader.c [1.47.2.6]
17957         * src/procmsg.c [1.150.2.4]
17958         * src/procmsg.h [1.60.2.5]
17959         * src/pop.c [1.56.2.4]
17960         * src/pop.h [1.17.2.3]
17961                 Let too big messages get downloaded, but truncated
17962                 Add a button to download them completely
17963                 
17964 2004-07-06 [colin]      0.9.11cvs17.9
17965
17966         * src/gtk/quicksearch.c [1.1.2.3]
17967                 Add a Clear button
17968         * commitHelper
17969         * PATCHSETS
17970                 Add a script to help with cvs
17971
17972 2004-07-03 [colin]      0.9.11cvs17.8
17973
17974         * src/plugins/imageviewer/viewer.c
17975                 fix imageviewer (which was staying on the first
17976                 displayed image)
17977
17978 2004-07-03 [colin]      0.9.11cvs17.7
17979
17980         Removed FIXME_GTK2 warnings
17981         * src/gtk/gtkutils.c
17982                 useless #warnings
17983         * src/gtk/menu.c
17984                 useless #warnings (no need to mess with menu rc)
17985         * src/gtk/menu.h
17986                 unused functions
17987         
17988
17989 2004-07-03 [colin]      0.9.11cvs17.6
17990
17991         Removed FIXME_GTK2 warnings
17992         * src/codeconv.c
17993                 useless #warnings (rewrite needed)
17994         * src/compose.c
17995                 useless #warnings (rewrite needed)
17996                 useless #warnings (gtk2 is like that)
17997                 useless #warnings (previously fixed)
17998         * src/main.c
17999                 useless #warnings (previously fixed)
18000         * src/message_search.c
18001                 useless #warnings (gtk2 is like that)
18002                 Made apparent that search is case-sensitive
18003         * src/mimeview.c
18004                 useless #warnings (rewrite needed)
18005                 useless #warnings (gtk2 is like that)
18006                 reimplemented real warnings
18007         * src/prefs_common.c
18008                 Removed block cursor option (not it gtk2)
18009         * src/prefs_gtk.c
18010                 useless #warnings (rewrite needed)
18011         * src/procheader.c
18012                 useless #warnings (rewrite needed)
18013         * src/sourcewindow.c
18014                 useless #warnings (incorrect placing)
18015         * src/summary_search.c
18016                 useless #warnings (gtk2 is like that)
18017                 Made apparent that search is case-sensitive
18018         * src/action.c
18019                 useless #warnings (gtk2 is like that)
18020         * src/textview.c
18021                 useless #warnings (rewrite needed)
18022         * src/toolbar.c
18023                 useless #warnings (rewrite needed)
18024
18025 2004-07-03 [colin]      0.9.11cvs17.5
18026
18027         * src/textview.c
18028                 Fix mismerge which broke URI opening
18029                 
18030 2004-07-01 [colin]      0.9.11cvs17.4
18031
18032         * src/gtk/filesel.c
18033                 Fill filename when saving
18034                 
18035 2004-06-27 [colin]      0.9.11cvs17.3
18036
18037         * src/gtk/filesel.[ch]
18038                 Use the new GTK file selector
18039                 Update prototype to match the reality: multiple file
18040                 selection is open-only          
18041         * src/compose.c
18042                 Match the new prototypes        
18043         * configure.ac
18044                 Match the new requirements (gtk 2.4.0)
18045                         
18046 2004-06-26 [colin]      0.9.11cvs17.2
18047
18048         * src/plugins/trayicon/trayicon.c
18049                 Remove useless signal handler on resize, which causes
18050                 an infinite "loop"
18051         
18052 2004-06-26 [colin]      0.9.11cvs17.1
18053         
18054         * tools/Makefile.am
18055                 remove launch_firebird and add nautilus2sylpheed.sh
18056         * src/quicksearch.c
18057           src/summaryview.c
18058                 Fix show/hide "Extended symbols" button problem
18059                 Fix apparition at startup
18060                 Fix const warnings
18061         * src/plugins/image_viewer/Makefile.am
18062                 Fix configure 
18063         * common/ssl.c
18064                 Re-enable certificate check, as it doesn't seem to
18065                 cause Xlib errors anymore
18066
18067 2004-06-25 [paul]       0.9.11cvs17
18068
18069         * sync with 0.9.11cvs17 HEAD
18070         
18071         NOTE: QuickSearch is broken
18072
18073 2004-06-07 [colin]      0.9.10claws67.10
18074         * src/plugins/trayicon/trayicon.c
18075           src/plugins/trayicon/libeggtrayicon/Makefile.am
18076           src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18077                 Fix gettextization in trayicon plugin
18078
18079 2004-06-07 [colin]      0.9.10claws67.9
18080         
18081         * src/summaryview.c
18082           src/gtk/gtksctree.[ch]
18083                 Let Shift+{Up,Down} work in summaryview
18084                 (well, Down "works" and Up works)
18085                 Let the list scroll when using these keys
18086
18087 2004-06-06 [colin]      0.9.10claws67.8
18088
18089         * src/plugins/trayicon/trayicon.c
18090                 Fix pixmap update
18091
18092 2004-06-06 [colin]      0.9.10claws67.7
18093
18094         * src/addressbook.c
18095                 Fix signal handling causing system-wide focus grab
18096
18097 2004-05-25 [paul]       0.9.10claws67.6
18098
18099         * Makefile.am
18100           src/Makefile.am
18101                 clean up
18102
18103 2004-05-25 [paul]       0.9.10claws67.5
18104
18105         * replace deprecated gtk_signal... functions
18106
18107 2004-05-23 [colin]      0.9.10claws67.4
18108
18109         * src/compose.c
18110                 Fix wrapping
18111
18112 2004-05-22 [colin]      0.9.10claws67.3
18113
18114         * src/compose.c
18115                 Re-fix [Edited] in compose.c::compose_reedit()
18116
18117 2004-05-22 [colin]      0.9.10claws67.2
18118
18119         * src/procmime.c
18120                 Fix parsing of multiparts mails
18121
18122 2004-05-22 [colin]      0.9.10claws67.1
18123
18124         * src/summaryview.c
18125                 Fix quicksearch
18126
18127 2004-05-22 [paul]       0.9.10claws67
18128
18129         * sync with 0.9.10claws67 HEAD
18130
18131 2004-05-14 [alfons]
18132
18133         * src/procmime.h
18134                 add forgotton prototype
18135
18136 2004-05-10 [paul]       0.9.10claws57
18137
18138         * sync with 0.9.10claws57 HEAD
18139
18140 2004-05-05 [paul]       0.9.9.claws1
18141
18142         * ChangeLog-gtk2        ** REMOVED **
18143           ChangeLog-gtk2.claws  ** ADDED **
18144                 rename and adopt the normal claws format
18145                 
18146         * configure.ac
18147                 require gtkmathview >= 0.5
18148
18149         * ac/*                          ** REMOVED **
18150           ac/                           ** REMOVED **
18151           intl/Makefile.in              ** REMOVED **
18152           m4/                           ** ADDED **
18153           m4/missing                    ** ADDED **
18154           m4/missing/gdk-pixbuf.m4      ** ADDED **
18155           m4/missing/gettext.m4         ** ADDED **
18156           m4/missing/gpgme.m4           ** ADDED **
18157           m4/missing/imlib.m4           ** ADDED **
18158           m4/.cvsignore                 ** ADDED **
18159           m4/Makefile.am                ** ADDED **
18160           m4/README                     ** ADDED **
18161           m4/aclocal-include.m4         ** ADDED **
18162           m4/aspell.m4                  ** ADDED **
18163           m4/check-type.m4              ** ADDED **
18164           m4/gnupg-check-typedef.m4     ** ADDED **
18165           m4/openssl.m4                 ** ADDED **
18166           m4/spamassassin.m4            ** ADDED **
18167           po/ChangeLog                  ** REMOVED **
18168           po/Makefile.in.in             ** REMOVED **
18169           po/Rules-quot                 ** REMOVED **
18170           po/boldquot.sed               ** REMOVED **
18171           po/en@boldquot.header         ** REMOVED **
18172           po/en@quot.header             ** REMOVED **
18173           po/insert-header.sin          ** REMOVED **
18174           po/quot.sed                   ** REMOVED **
18175           po/remove-potcdate.sed        ** REMOVED **
18176           po/remove-potcdate.sin        ** REMOVED **
18177           po/stamp-po                   ** REMOVED **
18178           Makefile.am
18179           autogen.sh
18180           configure.ac
18181                 enable building with automake 1.8.x
18182                 add 'autopoint --force' to autogen.sh and remove all
18183                 auto-generated files, remove ac/ directory and use
18184                 m4/ directory instead
18185                 
18186         * src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
18187                 fix gettextization
18188
18189 2004-02-28 Colin Leroy <colin@colino.net>
18190         * src/prefs_matcher.c
18191           src/prefs_filtering.c
18192           src/prefs_filtering_action.c
18193                 Fix non-editable GtkEntries
18194
18195 2004-02-22 Thorsten Maerz <torte@netztorte.de>
18196         * src/prefs_themes.c
18197                 utf8 conversion for theme info
18198
18199 2004-02-21 Thorsten Maerz <torte@netztorte.de>
18200         * sync 0.9.9claws
18201
18202 2004-02-14 Thorsten Maerz <torte@netztorte.de>
18203         * src/grouplistdialog.c
18204                 allow multiple selections without ctrl key
18205
18206 2004-02-09 Thorsten Maerz <torte@netztorte.de>
18207         * src/main.c
18208                 enable customizable accelerators
18209
18210 2004-02-08 Thorsten Maerz <torte@netztorte.de>
18211         * src/prefs_common.c
18212                 re-enable different font settings for gtk1/2
18213         * src/prefs_folder_item.c
18214                 fix folder prefs displayed wrong
18215         * src/textview.c
18216                 set 'sunken' shadow type
18217
18218 2004-02-07 Colin Leroy <colin@colino.net>
18219         * src/compose.c
18220                 Fix message being always [Edited]
18221                 Encode headers correctly (utf8 buf)
18222
18223 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18224         * src/socket.c
18225                 remove double g_source_attach()
18226                 (Thanks to Colin Leroy)
18227
18228 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18229         * src/gtk/gtksctree.c
18230                 Fix SSL certificate list not shown
18231         * src/mimeview.c
18232                 Fix clicks in mime tree
18233
18234 2004-01-27 Thorsten Maerz <torte@netztorte.de>
18235         * src/common/socket.c
18236                 Fix SSL receive
18237         * src/compose.c
18238                 Fix clipboard menu hotkeys
18239
18240 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18241         * src/gtk/gtkaspell.[ch]
18242           src/compose.c
18243                 reimplement spellchecker
18244
18245 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18246         * src/gtk/filesel.c
18247                 crash when inserting file in compose window
18248                 (TODO: keep old selection on clicks)
18249         * src/main.c
18250                 use gtkrc-2.0 instead of gtkrc
18251
18252 2004-01-25 Thorsten Maerz <torte@netztorte.de>
18253         * src/messageview.c
18254                 remove orphaned mimeview unref()
18255
18256 2004-01-20 Thorsten Maerz <torte@netztorte.de>
18257         * src/grouplistdialog.c
18258                 expand nodes containing subscribed groups
18259
18260 2004-01-19 Thorsten Maerz <torte@netztorte.de>
18261         * src/textview.c
18262                 textview: hide cursor, restore old click behaviour
18263
18264 2004-01-18 Thorsten Maerz <torte@netztorte.de>
18265         * src/textview.c
18266                 variable names messed up
18267
18268 2004-01-17 Colin Leroy <colin@colino.net>
18269         * src/addr_compl.c
18270                 Fix completion address too thin
18271         * src/compose.c
18272                 Fix tab-to-subject behaviour
18273         * src/summaryview.c
18274                 Implement key up & down in summaryview
18275
18276 2004-01-12 Thorsten Maerz <torte@netztorte.de>
18277
18278         * sync 098claws
18279
18280 2004-01-08 Thorsten Maerz <torte@netztorte.de>
18281         * configure.ac
18282           Makefile.am
18283           doc/.cvsignore
18284           doc/Makefile.am
18285                 faq, man, manual moved to doc/
18286         * ac/aspell.m4
18287           ac/check-type.m4
18288           ac/gnupg-check-typedef.m4
18289           ac/openssl.m4
18290           ac/spamassassin.m4
18291           ac/missing/gdk-pixbuf.m4
18292           ac/missing/gpgme.m4
18293           ac/missing/imlib.m4
18294                 fix automake warnings
18295
18296 2003-12-06 Colin Leroy <colin@colino.net>
18297         * src/summaryview.c
18298                 Fix quicksearch
18299
18300 2003-12-05 Colin Leroy <colin@colino.net>
18301         * src/summaryview.c
18302                 Fix going to next unread folder
18303
18304 2003-12-05 Colin Leroy <colin@colino.net>
18305         * src/crash.c
18306                 Fix gtk2 compilation
18307         * src/session.c
18308                 Remove iotag source handler at disconnection
18309         * src/socket.[ch] 
18310                 Remove source handler when closing socket 
18311                 (fixes another seg)
18312
18313 2003-12-04 Colin Leroy <colin@colino.net>
18314         * src/compose.c
18315           src/prefs_account.c
18316           src/prefs_common.c
18317                 Fix some dropdown menus
18318
18319 2003-12-04 Colin Leroy <colin@colino.net>
18320         * src/compose.c
18321                 Fix event handlers on header fields
18322         * src/common/socket.c
18323           src/common/session.c
18324                 Fix segfault with callback (SSL)
18325                 Fix end of session 
18326
18327 2003-10-06 Thorsten Maerz <torte@netztorte.de>
18328
18329         * Fix compile bug in src/compose.c
18330         * removed src/gtk/gtkstext.[ch]
18331
18332 2003-09-17 Takuro Ashie <ashie@homa.ne.jp>
18333
18334         * Convert character set and escape "text" attributes in toolbar setting
18335         files.
18336         * Fixed bug in button-press-event handling.
18337
18338 2003-09-16 Thorsten Maerz <torte@netztorte.de>
18339
18340         * Fixed bug in key-press-event handling.
18341
18342 2003-09-16 Takuro Ashie <ashie@homa.ne.jp>
18343
18344         * Enabled to compile tray-icon plugin (Ad-hoc).
18345         * Avoid hang up bug of icon list in mime view (Ad-hoc).
18346
18347 2003-09-14 Takuro Ashie <ashie@homa.ne.jp>
18348
18349         * Enabled to compile on sylpheed-claws.
18350         (tray-icon plugin still cannot compile yet.)
18351
18352 2003-09-06 Takuro Ashie <ashie@homa.ne.jp>
18353
18354         * Updated to 0.9.5.
18355
18356 2003-08-02 Takuro Ashie <ashie@homa.ne.jp>
18357
18358         * Updated to 0.9.4.
18359         * Ported monitoring SSL mechanism to GSource of GLib2
18360         (I don't confirm it)
18361         * Added _gtk2 suffix to key name of font preference to avoid
18362         ovverwriting preference of Gtk+-1.2 version.
18363
18364 2003-06-09 Takuro Ashie <ashie@homa.ne.jp>
18365
18366         * Updated to 0.9.2.
18367
18368 2003-05-30 Takuro Ashie <ashie@homa.ne.jp>
18369
18370         * Updated to 0.9.1.
18371         * Translate po files into UTF-8 when execute autogen.sh.
18372
18373 2003-05-28 Takuro Ashie <ashie@homa.ne.jp>
18374
18375         * Updated to 0.9.0.
18376
18377 2003-04-29 Takuro Ashie <ashie@homa.ne.jp>
18378
18379         * Plugged GError related memory leaks.
18380
18381 2003-04-28 Takuro Ashie <ashie@homa.ne.jp>
18382
18383         * Changed default size of fonts.
18384         * Enabled to set titile font size of warning dialog.
18385
18386 2003-04-23 Takuro Ashie <ashie@homa.ne.jp>
18387
18388         * Embed a sylpheed icon into executable binary on Windows.
18389
18390 2003-04-21 Takuro Ashie <ashie@homa.ne.jp>
18391
18392         * I forgot to traslate character set of element string in src/xml.c.
18393
18394 2003-04-18 Takuro Ashie <ashie@homa.ne.jp>
18395
18396         * Fixed detecting bind_textdomain_codeset in configure.in.
18397         * The bug in which "Example" of "Date fromat" preference isn't displayed
18398         correctly has been fixed.
18399
18400 2003-04-04 Takuro Ashie <ashie@homa.ne.jp>
18401
18402         * Added bind_textdomain_codeset into AC_CHECK_FUNCS.
18403           Replaced AM_GLIB_GNU_GETTEXT to AM_GNU_GETTEXT.
18404           glib-gettextize
18405           Removed intl directory.
18406           Translated po files into UTF-8.
18407           (Thanks! Ryuji Abe)
18408
18409 2003-03-28 Takuro Ashie <ashie@homa.ne.jp>
18410
18411         * The bug which doesn't unscape string in xml.c has been fixed.
18412
18413 2003-03-27 Takuro Ashie <ashie@homa.ne.jp>
18414
18415         * The bug which is failed to translate encoding of file name thorough
18416         file dialog has been fixed.
18417
18418 2003-03-25 Takuro Ashie <ashie@homa.ne.jp>
18419
18420         * Modified to translate file names which is used in inporting/expoting
18421         mbox feature and "Save as" feature into locale encoding.
18422         * Translate file names into locale encoding when "Attache file" and
18423         "Insert file".
18424         * Force set G_BROKEN_FILENAMES environment variable.
18425         * Other minor fixes.
18426
18427 2003-03-17 Takuro Ashie <ashie@homa.ne.jp>
18428
18429         * Modified to treat MH folder's name as locale encoding.
18430
18431 2003-03-16 Takuro Ashie <ashie@homa.ne.jp>
18432
18433         * The bug which clash on switching candidates of auto completion of
18434         addresses, cannot use auto completion in Japanesse is fixed
18435         (Thanks! Tokunaga-san)¡¥
18436
18437 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18438
18439         * The bug which cannot switch key accelerator preference has been fixed
18440         (Thanks! smbd-san)¡¥
18441
18442 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18443
18444         * version 0.8.11-gtk2-20030314
18445
18446 2003-03-14 Takuro Ashie <ashie@homa.ne.jp>
18447
18448         * The bug in which character set conversion of filtering messages has
18449         been fixed.(Thanks! COCOA-san).
18450
18451 2003-03-13 Takuro Ashie <ashie@homa.ne.jp>
18452
18453         * Revived "Leave space on head" preference in "Message" category.
18454         * A bug which clash when put the cursor to end of buffer and execute
18455         "Wrap current paragraph" was fixed.(Thanks! Tokunaga-san)
18456
18457 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18458
18459         * version 0.8.11-gtk2-20030312
18460
18461 2003-03-12 Takuro Ashie <ashie@homa.ne.jp>
18462
18463         * Fixed position of  switching account popup (Thanks! Ikezoe-san)¡¥
18464         * Modified to use Pango's API directly for font preference.
18465         * Integrated GtkTextView of textview to one widget.
18466         * Set fonts of header title in textview by "header_title" tag.
18467         * Removed some deprecated codes.
18468
18469 2003-03-11 Takuro Ashie <ashie@homa.ne.jp>
18470
18471         * Updated to 0.8.11.
18472         * Merged cygwin patch(Thanks! Sakai-san).
18473
18474 2003-03-09 Takuro Ashie <ashie@homa.ne.jp>
18475
18476         * version 0.8.10-gtk2-20030309